Definition at line 1181 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.ST_Transform.ST_Transform |
( |
| ) |
|
|
inlinepackage |
Definition at line 1182 of file MapDSqlOperatorTable.java.
1183 super(
"ST_Transform",
1184 SqlKind.OTHER_FUNCTION,
1187 OperandTypes.family(SqlTypeFamily.ANY, SqlTypeFamily.INTEGER),
1188 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.ST_Transform.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1192 of file MapDSqlOperatorTable.java.
References INTEGER.
1193 assert opBinding.getOperandCount() == 1;
1194 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1195 return typeFactory.createTypeWithNullability(
1197 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: