Class RollupViewCARQ.RollupViewCARQResponse.Descriptor
java.lang.Object
io.deephaven.multiviewwidget.query.RollupViewCARQ.RollupViewCARQResponse.Descriptor
- All Implemented Interfaces:
Inflatable<RollupViewCARQ.RollupViewCARQResponse>,Serializable
- Enclosing class:
- RollupViewCARQ.RollupViewCARQResponse
public static class RollupViewCARQ.RollupViewCARQResponse.Descriptor
extends Object
implements Inflatable<RollupViewCARQ.RollupViewCARQResponse>
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioninflate(QueryProcessorConnection queryProcessorConnection) Convert the inflatable into a local representation of the object.
-
Method Details
-
inflate
public RollupViewCARQ.RollupViewCARQResponse inflate(QueryProcessorConnection queryProcessorConnection) Description copied from interface:InflatableConvert the inflatable into a local representation of the object. For example, Inflatable<Table> objects are converted into Table proxies.- Specified by:
inflatein interfaceInflatable<RollupViewCARQ.RollupViewCARQResponse>- Parameters:
queryProcessorConnection- the queryProcessorConnection over which we received the Inflatable- Returns:
- a local representation of the object
-