Class TableParameter

java.lang.Object
io.deephaven.query.parameterized.impl.parameter.ParameterImpl
io.deephaven.query.parameterized.impl.parameter.TableParameter
All Implemented Interfaces:
Parameter, Serializable

public class TableParameter extends ParameterImpl
A Parameter that is backed by a Table
See Also:
  • Constructor Details

  • Method Details

    • getTable

      public Table getTable()
    • getColumn

      public String getColumn()
    • setTable

      @InternalUseOnly public void setTable(Table source)
      Set the source table. This should only ever be called by the ParameterizsedQueryDescriptor inflate method!
      Parameters:
      source - the table
    • determineType

      public static ValueType determineType(String name, Table source, String column)