|
RelDataType | getComponentType (RelDataTypeFactory typeFactory, List< RelDataType > argTypes) |
|
Definition at line 278 of file MapDSqlOperatorTable.java.
boolean com.mapd.calcite.parser.MapDSqlOperatorTable.SqlArrayValueConstructorAllowingEmpty.checkOperandTypes |
( |
SqlCallBinding |
callBinding, |
|
|
boolean |
throwOnFailure |
|
) |
| |
|
inline |
Definition at line 290 of file MapDSqlOperatorTable.java.
291 if (callBinding.operands().isEmpty()) {
294 return super.checkOperandTypes(callBinding, throwOnFailure);
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.SqlArrayValueConstructorAllowingEmpty.getComponentType |
( |
RelDataTypeFactory |
typeFactory, |
|
|
List< RelDataType > |
argTypes |
|
) |
| |
|
inlineprotected |
Definition at line 281 of file MapDSqlOperatorTable.java.
283 if (argTypes.isEmpty()) {
284 return typeFactory.createSqlType(SqlTypeName.NULL);
286 return super.getComponentType(typeFactory, argTypes);
The documentation for this class was generated from the following file: