|
RelDataType | getComponentType (RelDataTypeFactory typeFactory, List< RelDataType > argTypes) |
|
boolean com.mapd.calcite.parser.HeavyDBSqlOperatorTable.SqlArrayValueConstructorAllowingEmpty.checkOperandTypes |
( |
SqlCallBinding |
callBinding, |
|
|
boolean |
throwOnFailure |
|
) |
| |
|
inline |
Definition at line 377 of file HeavyDBSqlOperatorTable.java.
378 if (callBinding.operands().isEmpty()) {
381 return super.checkOperandTypes(callBinding, throwOnFailure);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.SqlArrayValueConstructorAllowingEmpty.getComponentType |
( |
RelDataTypeFactory |
typeFactory, |
|
|
List< RelDataType > |
argTypes |
|
) |
| |
|
inlineprotected |
Definition at line 368 of file HeavyDBSqlOperatorTable.java.
370 if (argTypes.isEmpty()) {
371 return typeFactory.createSqlType(SqlTypeName.NULL);
373 return super.getComponentType(typeFactory, argTypes);
The documentation for this class was generated from the following file: