Package org.apache.calcite.runtime
Interface Typed
- All Known Subinterfaces:
ArrayBindable,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,Prepare.PreparedResultImpl
public interface Typed
Adds type information to a
Enumerable.-
Method Summary
Modifier and TypeMethodDescriptionGets the type of the element(s) that are returned in this collection.
-
Method Details
-
getElementType
Type getElementType()Gets the type of the element(s) that are returned in this collection.
-