"RAMP" user-defined function.
Definition at line 388 of file HeavyDBSqlOperatorTable.java.
com.mapd.calcite.parser.HeavyDBSqlOperatorTable.RampFunction.RampFunction |
( |
| ) |
|
|
inline |
Definition at line 389 of file HeavyDBSqlOperatorTable.java.
391 SqlKind.OTHER_FUNCTION,
394 OperandTypes.NUMERIC,
395 SqlFunctionCategory.USER_DEFINED_FUNCTION);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.RampFunction.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 399 of file HeavyDBSqlOperatorTable.java.
400 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
401 return typeFactory.builder().add(
"I", SqlTypeName.INTEGER).build();
The documentation for this class was generated from the following file: