|
static java.util.List
< SqlTypeFamily > | signature () |
|
Definition at line 565 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.DeviceSelectionUdtfBoth.DeviceSelectionUdtfBoth |
( |
| ) |
|
|
inline |
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.DeviceSelectionUdtfBoth.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 576 of file MapDSqlOperatorTable.java.
577 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
578 java.util.List<RelDataType> typeList =
new java.util.ArrayList<RelDataType>();
579 java.util.List<java.lang.String> fieldNameList =
580 new java.util.ArrayList<java.lang.String>();
581 fieldNameList.add(
"out0");
582 typeList.add(typeFactory.createSqlType(SqlTypeName.INTEGER));
583 return typeFactory.createStructType(typeList, fieldNameList);
static java.util.List<SqlTypeFamily> com.mapd.calcite.parser.MapDSqlOperatorTable.DeviceSelectionUdtfBoth.signature |
( |
| ) |
|
|
inlinestaticprivate |
The documentation for this class was generated from the following file: