Definition at line 873 of file MapDSqlOperatorTable.java.
◆ ArrayLength()
com.mapd.calcite.parser.MapDSqlOperatorTable.ArrayLength.ArrayLength |
( |
| ) |
|
|
inline |
Definition at line 874 of file MapDSqlOperatorTable.java.
875 super(
"ARRAY_LENGTH",
876 SqlKind.OTHER_FUNCTION,
880 SqlFunctionCategory.SYSTEM);
◆ inferReturnType()
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.ArrayLength.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 884 of file MapDSqlOperatorTable.java.
885 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
886 return typeFactory.createSqlType(SqlTypeName.INTEGER);
The documentation for this class was generated from the following file: