Versions in this module Expand all Collapse all v0 v0.2.0 Sep 9, 2018 v0.1.0 May 23, 2018 Changes in this version + type Column interface + Aggregate func(indices []index.Int, fn interface{}) (Column, error) + AppendByteStringAt func(buf []byte, i uint32) []byte + Apply1 func(fn interface{}, ix index.Int) (interface{}, error) + Apply2 func(fn interface{}, s2 Column, ix index.Int) (Column, error) + ByteSize func() int + Comparable func(reverse, equalNull bool) Comparable + DataType func() string + Equals func(index index.Int, other Column, otherIndex index.Int) bool + Filter func(index index.Int, comparator interface{}, comparatee interface{}, ...) error + FunctionType func() types.FunctionType + Len func() int + StringAt func(i uint32, naRep string) string + Subset func(index index.Int) Column + type Comparable interface + Compare func(i, j uint32) CompareResult + HashBytes func(i uint32, buf *hash.Murm32) + type CompareResult byte + const Equal + const GreaterThan + const LessThan + const NotEqual