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