|
static java.util.List
< SqlTypeFamily > | signature () |
|
com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_IsEmpty.ST_IsEmpty |
( |
| ) |
|
|
inlinepackage |
Definition at line 1854 of file HeavyDBSqlOperatorTable.java.
1856 SqlKind.OTHER_FUNCTION,
1860 SqlFunctionCategory.SYSTEM);
static java.util.List< SqlTypeFamily > signature()
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_IsEmpty.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1864 of file HeavyDBSqlOperatorTable.java.
1865 assert opBinding.getOperandCount() == 1;
1866 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1867 return typeFactory.createSqlType(SqlTypeName.BOOLEAN);
static java.util.List<SqlTypeFamily> com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_IsEmpty.signature |
( |
| ) |
|
|
inlinestaticprivate |
Definition at line 1870 of file HeavyDBSqlOperatorTable.java.
1871 java.util.List<SqlTypeFamily> st_isempty_sig =
1872 new java.util.ArrayList<SqlTypeFamily>();
1873 st_isempty_sig.add(SqlTypeFamily.ANY);
1874 return st_isempty_sig;
The documentation for this class was generated from the following file: