|
static java.util.List
< SqlTypeFamily > | signature () |
|
com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_IsEmpty.ST_IsEmpty |
( |
| ) |
|
|
inlinepackage |
Definition at line 1255 of file HeavyDBSqlOperatorTable.java.
1257 SqlKind.OTHER_FUNCTION,
1261 SqlFunctionCategory.SYSTEM);
static java.util.List< SqlTypeFamily > signature()
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_IsEmpty.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1265 of file HeavyDBSqlOperatorTable.java.
1266 assert opBinding.getOperandCount() == 1;
1267 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1268 return typeFactory.createSqlType(SqlTypeName.BOOLEAN);
static java.util.List<SqlTypeFamily> com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_IsEmpty.signature |
( |
| ) |
|
|
inlinestaticprivate |
Definition at line 1271 of file HeavyDBSqlOperatorTable.java.
1272 java.util.List<SqlTypeFamily> st_isempty_sig =
1273 new java.util.ArrayList<SqlTypeFamily>();
1274 st_isempty_sig.add(SqlTypeFamily.ANY);
1275 return st_isempty_sig;
The documentation for this class was generated from the following file: