Documentation ¶
Index ¶
- func NewBoolLess() func([]bool, int64, int64) bool
- func NewDecimal128Less() func(data []types.Decimal128, i, j int64) bool
- func NewDecimal64Less() func(data []types.Decimal64, i, j int64) bool
- func NewGenericCompLess[T types.OrderedT]() func([]T, int64, int64) bool
- func NewUuidCompLess() func(data []types.Uuid, i, j int64) bool
- func Sort(desc, nullsLast, hasNull bool, os []int64, vec *vector.Vector, strCol []string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDecimal128Less ¶ added in v0.8.0
func NewDecimal128Less() func(data []types.Decimal128, i, j int64) bool
func NewDecimal64Less ¶ added in v0.8.0
func NewGenericCompLess ¶ added in v0.8.0
func NewUuidCompLess ¶ added in v0.8.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.