"MyUDFFunction" user-defined function test. our udf's will look like system functions to calcite as it has no access to the code
Definition at line 429 of file HeavyDBSqlOperatorTable.java.
com.mapd.calcite.parser.HeavyDBSqlOperatorTable.MyUDFFunction.MyUDFFunction |
( |
| ) |
|
|
inline |
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.MyUDFFunction.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 440 of file HeavyDBSqlOperatorTable.java.
441 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
442 return typeFactory.createSqlType(SqlTypeName.BIGINT);
The documentation for this class was generated from the following file: