like

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 5, 2022 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// BtSliceAndConst is a like function between a slice and a const.
	BtSliceAndConst func(*types.Bytes, []byte, []int64) ([]int64, error)
	// BtSliceAndSlice is a like function between two slices.
	BtSliceAndSlice func(*types.Bytes, *types.Bytes, []int64) ([]int64, error)
	// BtConstAndSlice is a like function between a const and a slice
	BtConstAndSlice func([]byte, *types.Bytes, []int64) ([]int64, error)
	// BtConstAndConst is a like function between two const values.
	BtConstAndConst func([]byte, []byte, []int64) ([]int64, error)
	// BtSliceNullAndConst is a like function between a slice (has null value) and a const value.
	BtSliceNullAndConst func(*types.Bytes, []byte, *roaring.Bitmap, []int64) ([]int64, error)
	// BtSliceNullAndSliceNull is a like function between two slices which have null value.
	BtSliceNullAndSliceNull func(*types.Bytes, *types.Bytes, *roaring.Bitmap, []int64) ([]int64, error)
	// BtConstAndSliceNull is a like function between a const value and a slice (has null value).
	BtConstAndSliceNull func([]byte, *types.Bytes, *roaring.Bitmap, []int64) ([]int64, error)
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL