Package io.deephaven.proto.pivot
Interface PivotTableViewRequestOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder
,MessageOrBuilder
- All Known Implementing Classes:
PivotTableViewRequest
,PivotTableViewRequest.Builder
-
Method Summary
Modifier and TypeMethodDescriptionint
Offset of the existing PivotTableView in the incoming plugin references array.Description for the expansions that define this view of the PivotTable.Description for the expansions that define this view of the PivotTable.int
Offset of the pivot table in the incoming plugin references.boolean
Offset of the existing PivotTableView in the incoming plugin references array.boolean
Description for the expansions that define this view of the PivotTable.boolean
Offset of the pivot table in the incoming plugin references.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasPivotTableOffset
boolean hasPivotTableOffset()Offset of the pivot table in the incoming plugin references.
int32 pivot_table_offset = 1;
- Returns:
- Whether the pivotTableOffset field is set.
-
getPivotTableOffset
int getPivotTableOffset()Offset of the pivot table in the incoming plugin references.
int32 pivot_table_offset = 1;
- Returns:
- The pivotTableOffset.
-
hasExistingViewOffset
boolean hasExistingViewOffset()Offset of the existing PivotTableView in the incoming plugin references array. The result view will inherit the PivotTable from the existing view. The two views will share state used for caching snapshot data, but the server implementation may limit parallelism when performing snapshots for either view. Use this field when you intend to stop using the existing view and instead begin to use the result view.
int32 existing_view_offset = 2;
- Returns:
- Whether the existingViewOffset field is set.
-
getExistingViewOffset
int getExistingViewOffset()Offset of the existing PivotTableView in the incoming plugin references array. The result view will inherit the PivotTable from the existing view. The two views will share state used for caching snapshot data, but the server implementation may limit parallelism when performing snapshots for either view. Use this field when you intend to stop using the existing view and instead begin to use the result view.
int32 existing_view_offset = 2;
- Returns:
- The existingViewOffset.
-
hasExpansions
boolean hasExpansions()Description for the expansions that define this view of the PivotTable. If not present, the result will have default expansions.
.io.deephaven.proto.pivot.PivotTableViewExpansionsMessage expansions = 3;
- Returns:
- Whether the expansions field is set.
-
getExpansions
PivotTableViewExpansionsMessage getExpansions()Description for the expansions that define this view of the PivotTable. If not present, the result will have default expansions.
.io.deephaven.proto.pivot.PivotTableViewExpansionsMessage expansions = 3;
- Returns:
- The expansions.
-
getExpansionsOrBuilder
PivotTableViewExpansionsMessageOrBuilder getExpansionsOrBuilder()Description for the expansions that define this view of the PivotTable. If not present, the result will have default expansions.
.io.deephaven.proto.pivot.PivotTableViewExpansionsMessage expansions = 3;
-
getTargetCase
PivotTableViewRequest.TargetCase getTargetCase()
-