Documentation ¶
Index ¶
Constants ¶
View Source
const ( CountKind = "count" SumKind = "sum" FirstKind = "first" LastKind = "last" MinKind = "min" MaxKind = "max" MeanKind = "mean" )
Variables ¶
This section is empty.
Functions ¶
func IsSelector ¶
Types ¶
type GroupCursorError ¶
type GroupCursorError struct {
// contains filtered or unexported fields
}
GroupCursorError is returned when two different cursor types are read for the same table.
func (*GroupCursorError) Error ¶
func (err *GroupCursorError) Error() string
Click to show internal directories.
Click to hide internal directories.