|
static java.util.List
< SqlTypeFamily > | signature () |
|
Definition at line 481 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.DeviceSelectionUdtfAny.DeviceSelectionUdtfAny |
( |
| ) |
|
|
inline |
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.DeviceSelectionUdtfAny.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 492 of file MapDSqlOperatorTable.java.
493 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
494 java.util.List<RelDataType> typeList =
new java.util.ArrayList<RelDataType>();
495 java.util.List<java.lang.String> fieldNameList =
496 new java.util.ArrayList<java.lang.String>();
497 fieldNameList.add(
"out0");
498 typeList.add(typeFactory.createSqlType(SqlTypeName.INTEGER));
499 return typeFactory.createStructType(typeList, fieldNameList);
static java.util.List<SqlTypeFamily> com.mapd.calcite.parser.MapDSqlOperatorTable.DeviceSelectionUdtfAny.signature |
( |
| ) |
|
|
inlinestaticprivate |
The documentation for this class was generated from the following file: