Package org.apache.calcite.adapter.java
Annotation Type Array
Annotation that indicates that a field is an array type.
-
Required Element Summary
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionboolean
Whether components may be null.long
Maximum number of elements in the array.
-
Element Details
-
component
Class<?> componentComponent type. -
componentIsNullable
boolean componentIsNullableWhether components may be null.- Default:
false
-
maximumCardinality
long maximumCardinalityMaximum number of elements in the array. -1 means no maximum.- Default:
-1L
-