|
static java.util.List
< SqlTypeFamily > | signature () |
|
Definition at line 509 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.DeviceSelectionUdtfCpu.DeviceSelectionUdtfCpu |
( |
| ) |
|
|
inline |
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.DeviceSelectionUdtfCpu.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 520 of file MapDSqlOperatorTable.java.
521 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
522 java.util.List<RelDataType> typeList =
new java.util.ArrayList<RelDataType>();
523 java.util.List<java.lang.String> fieldNameList =
524 new java.util.ArrayList<java.lang.String>();
525 fieldNameList.add(
"out0");
526 typeList.add(typeFactory.createSqlType(SqlTypeName.INTEGER));
527 return typeFactory.createStructType(typeList, fieldNameList);
static java.util.List<SqlTypeFamily> com.mapd.calcite.parser.MapDSqlOperatorTable.DeviceSelectionUdtfCpu.signature |
( |
| ) |
|
|
inlinestaticprivate |
The documentation for this class was generated from the following file: