Class RollupViewCARQ.RollupViewCARQResponse
java.lang.Object
io.deephaven.multiviewwidget.query.RollupViewCARQ.RollupViewCARQResponse
- All Implemented Interfaces:
Deflatable<RollupViewCARQ.RollupViewCARQResponse>
- Enclosing class:
- RollupViewCARQ
public static class RollupViewCARQ.RollupViewCARQResponse
extends Object
implements Deflatable<RollupViewCARQ.RollupViewCARQResponse>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiondeflate(ExportedObjectClient client) Convert this object into an Inflatable suitable for serialization.@NotNull Table
-
Method Details
-
getRolledUp
-
getColumnOrder
-
deflate
Description copied from interface:DeflatableConvert this object into an Inflatable suitable for serialization.- Specified by:
deflatein interfaceDeflatable<RollupViewCARQ.RollupViewCARQResponse>- Parameters:
client- the ExportedObjectClient we are deflating for.- Returns:
- an Inflatable for serializing to the client
-