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