"RAMP" user-defined function.
Definition at line 301 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.RampFunction.RampFunction |
( |
| ) |
|
|
inline |
Definition at line 302 of file MapDSqlOperatorTable.java.
304 SqlKind.OTHER_FUNCTION,
307 OperandTypes.NUMERIC,
308 SqlFunctionCategory.USER_DEFINED_FUNCTION);
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.RampFunction.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 312 of file MapDSqlOperatorTable.java.
313 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
314 return typeFactory.builder().add(
"I", SqlTypeName.INTEGER).build();
The documentation for this class was generated from the following file: