com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_Transform.ST_Transform |
( |
| ) |
|
|
inlinepackage |
Definition at line 1873 of file HeavyDBSqlOperatorTable.java.
1874 super(
"ST_Transform",
1875 SqlKind.OTHER_FUNCTION,
1878 OperandTypes.family(SqlTypeFamily.ANY, SqlTypeFamily.INTEGER),
1879 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_Transform.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1883 of file HeavyDBSqlOperatorTable.java.
1884 assert opBinding.getOperandCount() == 1;
1885 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1886 return typeFactory.createTypeWithNullability(
1887 typeFactory.createSqlType(SqlTypeName.INTEGER),
1888 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: