Interface UngroupRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
UngroupRequest, UngroupRequest.Builder

public interface UngroupRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    repeated string columns_to_ungroup = 4;
    com.google.protobuf.ByteString
    repeated string columns_to_ungroup = 4;
    int
    repeated string columns_to_ungroup = 4;
    repeated string columns_to_ungroup = 4;
    boolean
    bool null_fill = 3;
    .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
    .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
    .io.deephaven.proto.backplane.grpc.TableReference source_id = 2;
    .io.deephaven.proto.backplane.grpc.TableReference source_id = 2;
    boolean
    .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
    boolean
    .io.deephaven.proto.backplane.grpc.TableReference source_id = 2;

    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

    • hasResultId

      boolean hasResultId()
      .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
      Returns:
      Whether the resultId field is set.
    • getResultId

      Ticket getResultId()
      .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
      Returns:
      The resultId.
    • getResultIdOrBuilder

      TicketOrBuilder getResultIdOrBuilder()
      .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
    • hasSourceId

      boolean hasSourceId()
      .io.deephaven.proto.backplane.grpc.TableReference source_id = 2;
      Returns:
      Whether the sourceId field is set.
    • getSourceId

      TableReference getSourceId()
      .io.deephaven.proto.backplane.grpc.TableReference source_id = 2;
      Returns:
      The sourceId.
    • getSourceIdOrBuilder

      TableReferenceOrBuilder getSourceIdOrBuilder()
      .io.deephaven.proto.backplane.grpc.TableReference source_id = 2;
    • getNullFill

      boolean getNullFill()
      bool null_fill = 3;
      Returns:
      The nullFill.
    • getColumnsToUngroupList

      List<String> getColumnsToUngroupList()
      repeated string columns_to_ungroup = 4;
      Returns:
      A list containing the columnsToUngroup.
    • getColumnsToUngroupCount

      int getColumnsToUngroupCount()
      repeated string columns_to_ungroup = 4;
      Returns:
      The count of columnsToUngroup.
    • getColumnsToUngroup

      String getColumnsToUngroup(int index)
      repeated string columns_to_ungroup = 4;
      Parameters:
      index - The index of the element to return.
      Returns:
      The columnsToUngroup at the given index.
    • getColumnsToUngroupBytes

      com.google.protobuf.ByteString getColumnsToUngroupBytes(int index)
      repeated string columns_to_ungroup = 4;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the columnsToUngroup at the given index.