Versions in this module Expand all Collapse all v0 v0.0.2 Jun 24, 2025 v0.0.1 Jun 21, 2025 Changes in this version + func Float64Seq(start, end, step float64, max ...int) []float64 + func Int64Seq(start, end, step int64, max ...int) []int64 + func IntSeq(start, end, step int, max ...int) []int + func Reverse(ctx context.Context, sdf common, opts ...ReverseOptions) error + func Search(ctx context.Context, s dataframe.Series, lower, upper interface{}, ...) ([]int, error) + func Shuffle(ctx context.Context, sdf common, opts ...ShuffleOptions) (rErr error) + type ReverseOptions struct + DontLock bool + R *dataframe.Range + type SearchOptions struct + DontLock bool + Max *int + NoConcurrency bool + R *dataframe.Range + type ShuffleOptions struct + DontLock bool + R *dataframe.Range