Definition at line 1390 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.ST_Transform.ST_Transform |
( |
| ) |
|
|
inlinepackage |
Definition at line 1391 of file MapDSqlOperatorTable.java.
1392 super(
"ST_Transform",
1393 SqlKind.OTHER_FUNCTION,
1396 OperandTypes.family(SqlTypeFamily.ANY, SqlTypeFamily.INTEGER),
1397 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.ST_Transform.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1401 of file MapDSqlOperatorTable.java.
1402 assert opBinding.getOperandCount() == 1;
1403 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1404 return typeFactory.createTypeWithNullability(
1405 typeFactory.createSqlType(SqlTypeName.INTEGER),
1406 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: