public class SqlOperatorTables extends ReflectiveSqlOperatorTable
SqlOperatorTables.IS_NAME| Constructor and Description |
|---|
SqlOperatorTables() |
| Modifier and Type | Method and Description |
|---|---|
static 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 |
spatialInstance()
Returns the Spatial operator table, creating it if necessary.
|
getOperatorList, init, lookupOperatorOverloads, registerpublic static SqlOperatorTable spatialInstance()
public static SqlOperatorTable chain(Iterable<SqlOperatorTable> tables)
public static SqlOperatorTable chain(SqlOperatorTable... tables)
Copyright © 2012-2020 Apache Software Foundation. All Rights Reserved.