Class LeafViewCARQ.LeafViewCARQResponse.Descriptor
java.lang.Object
io.deephaven.multiviewwidget.query.LeafViewCARQ.LeafViewCARQResponse.Descriptor
- All Implemented Interfaces:
Inflatable<LeafViewCARQ.LeafViewCARQResponse>,Serializable
- Enclosing class:
- LeafViewCARQ.LeafViewCARQResponse
public static class LeafViewCARQ.LeafViewCARQResponse.Descriptor
extends Object
implements Inflatable<LeafViewCARQ.LeafViewCARQResponse>
- 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<LeafViewCARQ.LeafViewCARQResponse>- Parameters:
queryProcessorConnection- the queryProcessorConnection over which we received the Inflatable- Returns:
- a local representation of the object
-