Package org.apache.calcite.sql.util
Class SqlOperatorTables
java.lang.Object
org.apache.calcite.sql.util.SqlOperatorTables
Utilities for
SqlOperatorTables.-
Method Summary
Modifier and TypeMethodDescriptionstatic SqlOperatorTablechain(Iterable<SqlOperatorTable> tables) Creates a composite operator table.static SqlOperatorTablechain(SqlOperatorTable... tables) Creates a composite operator table from an array of tables.static SqlOperatorTableof(Iterable<? extends SqlOperator> list) Creates an operator table that contains an immutable list of operators.static SqlOperatorTableof(SqlOperator... operators) Creates an operator table that contains the given operator or operators.static SqlOperatorTableReturns 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.
-