|
static java.util.List
< SqlTypeFamily > | signature () |
|
com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_IsEmpty.ST_IsEmpty |
( |
| ) |
|
|
inlinepackage |
Definition at line 1471 of file HeavyDBSqlOperatorTable.java.
1473 SqlKind.OTHER_FUNCTION,
1477 SqlFunctionCategory.SYSTEM);
static java.util.List< SqlTypeFamily > signature()
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_IsEmpty.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1481 of file HeavyDBSqlOperatorTable.java.
1482 assert opBinding.getOperandCount() == 1;
1483 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1484 return typeFactory.createSqlType(SqlTypeName.BOOLEAN);
static java.util.List<SqlTypeFamily> com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_IsEmpty.signature |
( |
| ) |
|
|
inlinestaticprivate |
Definition at line 1487 of file HeavyDBSqlOperatorTable.java.
1488 java.util.List<SqlTypeFamily> st_isempty_sig =
1489 new java.util.ArrayList<SqlTypeFamily>();
1490 st_isempty_sig.add(SqlTypeFamily.ANY);
1491 return st_isempty_sig;
The documentation for this class was generated from the following file: