Versions in this module Expand all Collapse all v0 v0.4.0 May 5, 2022 Changes in this version + 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 TransformerNames = [...]string + var TransformerNamesMap map[string]int + func New(op int, 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 Transformer struct + Alias string + Name string + Op int + Ref int