|
RelDataType | getComponentType (RelDataTypeFactory typeFactory, List< RelDataType > argTypes) |
|
boolean com.mapd.calcite.parser.HeavyDBSqlOperatorTable.SqlArrayValueConstructorAllowingEmpty.checkOperandTypes |
( |
SqlCallBinding |
callBinding, |
|
|
boolean |
throwOnFailure |
|
) |
| |
|
inline |
Definition at line 320 of file HeavyDBSqlOperatorTable.java.
321 if (callBinding.operands().isEmpty()) {
324 return super.checkOperandTypes(callBinding, throwOnFailure);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.SqlArrayValueConstructorAllowingEmpty.getComponentType |
( |
RelDataTypeFactory |
typeFactory, |
|
|
List< RelDataType > |
argTypes |
|
) |
| |
|
inlineprotected |
Definition at line 311 of file HeavyDBSqlOperatorTable.java.
313 if (argTypes.isEmpty()) {
314 return typeFactory.createSqlType(SqlTypeName.NULL);
316 return super.getComponentType(typeFactory, argTypes);
The documentation for this class was generated from the following file: