com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_Transform.ST_Transform |
( |
| ) |
|
|
inlinepackage |
Definition at line 1657 of file HeavyDBSqlOperatorTable.java.
1658 super(
"ST_Transform",
1659 SqlKind.OTHER_FUNCTION,
1662 OperandTypes.family(SqlTypeFamily.ANY, SqlTypeFamily.INTEGER),
1663 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_Transform.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1667 of file HeavyDBSqlOperatorTable.java.
1668 assert opBinding.getOperandCount() == 1;
1669 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1670 return typeFactory.createTypeWithNullability(
1671 typeFactory.createSqlType(SqlTypeName.INTEGER),
1672 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: