Versions in this module Expand all Collapse all v0 v0.5.1 Aug 17, 2022 v0.5.0 Jul 14, 2022 Changes in this version + const AnyValue + const ApproxCountDistinct + const Avg + const BitAnd + const BitOr + const BitXor + const Count + const Max + const Min + const StarCount + const StdDevPop + const Sum + const Variance + var Names = [...]string + 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 struct + Dist bool + E *plan.Expr + Op int