Documentation
¶
Index ¶
- func AndTableFilters(lhs, rhs func(openapistackql.ITable) (openapistackql.ITable, error)) func(openapistackql.ITable) (openapistackql.ITable, error)
- func ConstructLikePredicateFilter(colName string, rhs *regexp.Regexp, isNegating bool) func(openapistackql.ITable) (openapistackql.ITable, error)
- func ConstructTablePredicateFilter(colName string, rhs sqltypes.Value, operatorPredicate func(int) bool) func(openapistackql.ITable) (openapistackql.ITable, error)
- func GetOperatorPredicate(operator string) (func(int) bool, error)
- func OrTableFilters(lhs, rhs func(openapistackql.ITable) (openapistackql.ITable, error)) func(openapistackql.ITable) (openapistackql.ITable, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AndTableFilters ¶
func AndTableFilters( lhs, rhs func(openapistackql.ITable) (openapistackql.ITable, error), ) func(openapistackql.ITable) (openapistackql.ITable, error)
func ConstructLikePredicateFilter ¶
func ConstructLikePredicateFilter( colName string, rhs *regexp.Regexp, isNegating bool) func(openapistackql.ITable) (openapistackql.ITable, error)
func ConstructTablePredicateFilter ¶
func ConstructTablePredicateFilter( colName string, rhs sqltypes.Value, operatorPredicate func(int) bool) func(openapistackql.ITable) (openapistackql.ITable, error)
func OrTableFilters ¶
func OrTableFilters( lhs, rhs func(openapistackql.ITable) (openapistackql.ITable, error), ) func(openapistackql.ITable) (openapistackql.ITable, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.