"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 342 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.MyUDFFunction.MyUDFFunction |
( |
| ) |
|
|
inline |
Definition at line 343 of file MapDSqlOperatorTable.java.
345 SqlKind.OTHER_FUNCTION,
348 OperandTypes.STRING_STRING,
349 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.MyUDFFunction.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 353 of file MapDSqlOperatorTable.java.
354 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
355 return typeFactory.createSqlType(SqlTypeName.BIGINT);
The documentation for this class was generated from the following file: