Interface ArrayBindable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Class<java.lang.Object[]> getElementType()
      Gets the type of the element(s) that are returned in this collection.
      • Methods inherited from interface org.apache.calcite.runtime.Bindable

        bind
    • Method Detail

      • getElementType

        java.lang.Class<java.lang.Object[]> getElementType()
        Description copied from interface: Typed
        Gets the type of the element(s) that are returned in this collection.
        Specified by:
        getElementType in interface Typed