Documentation
¶
Index ¶
- Constants
- Variables
- func New(op int, dist bool, typ types.Type) (ring.Ring, error)
- func NewBitAnd(typ types.Type) (ring.Ring, error)
- func NewBitOr(typ types.Type) (ring.Ring, error)
- func NewBitXor(typ types.Type) (ring.Ring, error)
- func NewMax(typ types.Type) (ring.Ring, error)
- func NewMin(typ types.Type) (ring.Ring, error)
- func NewSum(typ types.Type) (ring.Ring, error)
- func ReturnType(op int, typ types.T) types.T
- type Aggregate
Constants ¶
View Source
const ( Sum = iota Avg Max Min Count StarCount ApproxCountDistinct Variance BitAnd BitXor BitOr StdDevPop AnyValue )
Variables ¶
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.