Interface HeadOrTailByRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    repeated string group_by_column_specs = 4;
    com.google.protobuf.ByteString
    repeated string group_by_column_specs = 4;
    int
    repeated string group_by_column_specs = 4;
    repeated string group_by_column_specs = 4;
    long
    sint64 num_rows = 3 [jstype = JS_STRING];
    .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;
    • getNumRows

      long getNumRows()
      sint64 num_rows = 3 [jstype = JS_STRING];
      Returns:
      The numRows.
    • getGroupByColumnSpecsList

      List<String> getGroupByColumnSpecsList()
      repeated string group_by_column_specs = 4;
      Returns:
      A list containing the groupByColumnSpecs.
    • getGroupByColumnSpecsCount

      int getGroupByColumnSpecsCount()
      repeated string group_by_column_specs = 4;
      Returns:
      The count of groupByColumnSpecs.
    • getGroupByColumnSpecs

      String getGroupByColumnSpecs(int index)
      repeated string group_by_column_specs = 4;
      Parameters:
      index - The index of the element to return.
      Returns:
      The groupByColumnSpecs at the given index.
    • getGroupByColumnSpecsBytes

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