Class PivotFormatResponse.Descriptor

java.lang.Object
io.deephaven.multiviewwidget.query.pivot.PivotFormatResponse.Descriptor
All Implemented Interfaces:
Inflatable<PivotFormatResponse>, Serializable
Enclosing class:
PivotFormatResponse

public static class PivotFormatResponse.Descriptor extends Object implements Inflatable<PivotFormatResponse>
See Also:
  • Method Details

    • inflate

      public PivotFormatResponse 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<PivotFormatResponse>
      Parameters:
      queryProcessorConnection - the queryProcessorConnection over which we received the Inflatable
      Returns:
      a local representation of the object