package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev

# Functions

GetLikeOperator returns a selection operator which applies the specified LIKE pattern, or NOT LIKE if the negate argument is true.
GetSelectionConstOperator returns the appropriate constant selection operator for the given left and right column types and comparison.
GetSelectionOperator returns the appropriate two column selection operator for the given left and right column types and comparison.