|
static java.util.List
< SqlTypeFamily > | signature () |
|
Definition at line 1065 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.ST_IsValid.ST_IsValid |
( |
| ) |
|
|
inlinepackage |
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.ST_IsValid.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1076 of file MapDSqlOperatorTable.java.
1077 assert opBinding.getOperandCount() == 1;
1078 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1079 return typeFactory.createSqlType(SqlTypeName.BOOLEAN);
static java.util.List<SqlTypeFamily> com.mapd.calcite.parser.MapDSqlOperatorTable.ST_IsValid.signature |
( |
| ) |
|
|
inlinestaticprivate |
The documentation for this class was generated from the following file: