Definition at line 634 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.All.All |
( |
| ) |
|
|
inline |
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.All.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 645 of file MapDSqlOperatorTable.java.
646 assert opBinding.getOperandCount() == 1;
647 RelDataType elem_type = opBinding.getOperandType(0).getComponentType();
648 assert elem_type != null;
The documentation for this class was generated from the following file: