com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_Transform.ST_Transform |
( |
| ) |
|
|
inlinepackage |
Definition at line 2256 of file HeavyDBSqlOperatorTable.java.
2257 super(
"ST_Transform",
2258 SqlKind.OTHER_FUNCTION,
2261 OperandTypes.family(SqlTypeFamily.ANY, SqlTypeFamily.INTEGER),
2262 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_Transform.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2266 of file HeavyDBSqlOperatorTable.java.
2267 assert opBinding.getOperandCount() == 1;
2268 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2269 return typeFactory.createTypeWithNullability(
2270 typeFactory.createSqlType(SqlTypeName.INTEGER),
2271 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: