Class AggViewCARQ.AggViewCARQResponse.Descriptor
java.lang.Object
io.deephaven.multiviewwidget.query.AggViewCARQ.AggViewCARQResponse.Descriptor
- All Implemented Interfaces:
Inflatable<AggViewCARQ.AggViewCARQResponse>,Serializable
- Enclosing class:
- AggViewCARQ.AggViewCARQResponse
public static class AggViewCARQ.AggViewCARQResponse.Descriptor
extends Object
implements Inflatable<AggViewCARQ.AggViewCARQResponse>
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioninflate(QueryProcessorConnection queryProcessorConnection) Convert the inflatable into a local representation of the object.
-
Method Details
-
inflate
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<AggViewCARQ.AggViewCARQResponse>- Parameters:
queryProcessorConnection- the queryProcessorConnection over which we received the Inflatable- Returns:
- a local representation of the object
-