Package org.apache.calcite.sql.util
Class SqlOperatorTables
java.lang.Object
org.apache.calcite.sql.util.SqlOperatorTables
Utilities for
SqlOperatorTable
s.-
Method Summary
Modifier and TypeMethodDescriptionstatic SqlOperatorTable
chain
(Iterable<SqlOperatorTable> tables) Creates a composite operator table.static SqlOperatorTable
chain
(SqlOperatorTable... tables) Creates a composite operator table from an array of tables.static SqlOperatorTable
of
(Iterable<? extends SqlOperator> list) Creates an operator table that contains an immutable list of operators.static SqlOperatorTable
of
(SqlOperator... operators) Creates an operator table that contains the given operator or operators.static SqlOperatorTable
Returns the Spatial operator table, creating it if necessary.
-
Method Details
-
spatialInstance
Returns the Spatial operator table, creating it if necessary. -
chain
Creates a composite operator table. -
chain
Creates a composite operator table from an array of tables. -
of
Creates an operator table that contains an immutable list of operators. -
of
Creates an operator table that contains the given operator or operators.
-