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 Type
    Method
    Description
    Gets 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.