Package org.apache.calcite.linq4j.tree
Class Types.ArrayType
java.lang.Object
org.apache.calcite.linq4j.tree.Types.ArrayType
- All Implemented Interfaces:
Type
- Enclosing class:
Types
Array type.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns whether elements in the array may be null.Returns the type of elements in the array.long
Returns the maximum cardinality; -1 if there is no maximum.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.reflect.Type
getTypeName
-
Constructor Details
-
ArrayType
-
ArrayType
-
-
Method Details
-
getComponentType
Returns the type of elements in the array. -
componentIsNullable
public boolean componentIsNullable()Returns whether elements in the array may be null. -
maximumCardinality
public long maximumCardinality()Returns the maximum cardinality; -1 if there is no maximum.
-