Documentation ¶
Overview ¶
Package spanfiltering provides primitives for transpiling AIP filter expressions to Spanner SQL expressions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TranspileFilter ¶
TranspileFilter transpiles a parsed AIP filter expression to a spansql.BoolExpr, and parameters used in the expression. The parameter map is nil if the expression does not contain any parameters.
Types ¶
type Transpiler ¶
type Transpiler struct {
// contains filtered or unexported fields
}
func (*Transpiler) Init ¶
func (t *Transpiler) Init(filter filtering.Filter)
Click to show internal directories.
Click to hide internal directories.