Package org.apache.calcite.runtime
Interface ArrayBindable
- All Known Subinterfaces:
- BindableRel
- All Known Implementing Classes:
- Bindables.BindableAggregate,- Bindables.BindableFilter,- Bindables.BindableIntersect,- Bindables.BindableJoin,- Bindables.BindableMatch,- Bindables.BindableMinus,- Bindables.BindableProject,- Bindables.BindableSort,- Bindables.BindableTableScan,- Bindables.BindableUnion,- Bindables.BindableValues,- Bindables.BindableWindow,- DruidQuery,- EnumerableBindable,- InterpretableConverter
Extension to 
Bindable that returns rows that are arrays of objects.
 It also implements Typed; the getElementType() method
 must return Object[].class.
- 
Method SummaryModifier and TypeMethodDescriptionGets the type of the element(s) that are returned in this collection.
- 
Method Details- 
getElementTypeDescription copied from interface:TypedGets the type of the element(s) that are returned in this collection.- Specified by:
- getElementTypein interface- Typed
 
 
-