|
static java.util.List
< SqlTypeFamily > | signature () |
|
Definition at line 1825 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.ST_Union.ST_Union |
( |
| ) |
|
|
inlinepackage |
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.ST_Union.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1836 of file MapDSqlOperatorTable.java.
1837 assert opBinding.getOperandCount() == 2;
1838 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1839 return typeFactory.createSqlType(SqlTypeName.INTEGER);
static java.util.List<SqlTypeFamily> com.mapd.calcite.parser.MapDSqlOperatorTable.ST_Union.signature |
( |
| ) |
|
|
inlinestaticprivate |
The documentation for this class was generated from the following file: