Class ParameterizedQueryServerImpl.Descriptor

java.lang.Object
io.deephaven.query.parameterized.impl.ParameterizedQueryServerImpl.Descriptor
All Implemented Interfaces:
Inflatable<ParameterizedQueryClientImpl>, Serializable
Enclosing class:
ParameterizedQueryServerImpl

public static final class ParameterizedQueryServerImpl.Descriptor extends Object implements Inflatable<ParameterizedQueryClientImpl>
See Also:
  • Constructor Details

  • Method Details

    • getUniverseId

      public int getUniverseId()
    • getParams

      public Parameter[] getParams()
    • getTableParamNames

      public String[] getTableParamNames()
    • getParamTables

      public Inflatable<Table>[] getParamTables()
    • inflate

      public ParameterizedQueryClientImpl inflate(QueryProcessorConnection queryProcessorConnection)
      Description copied from interface: Inflatable
      Convert the inflatable into a local representation of the object. For example, Inflatable<Table> objects are converted into Table proxies.
      Specified by:
      inflate in interface Inflatable<ParameterizedQueryClientImpl>
      Parameters:
      queryProcessorConnection - the queryProcessorConnection over which we received the Inflatable
      Returns:
      a local representation of the object