Interface Unbound<T,​B>

    • Method Detail

      • bind

        B bind​(Types.StructType struct,
               boolean caseSensitive)
        Bind this value expression to concrete types.
        Parameters:
        struct - input data types
        caseSensitive - whether binding should match columns using case sensitive resolution
        Returns:
        a bound value expression
      • ref

        NamedReference<?> ref()
        Returns this expression's underlying reference.