Interface OrcProto.StreamOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    OrcProto.Stream, OrcProto.Stream.Builder
    Enclosing class:
    OrcProto

    public static interface OrcProto.StreamOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getColumn()
      optional uint32 column = 2;
      OrcProto.Stream.Kind getKind()
      optional .orc.proto.Stream.Kind kind = 1;
      long getLength()
      optional uint64 length = 3;
      boolean hasColumn()
      optional uint32 column = 2;
      boolean hasKind()
      optional .orc.proto.Stream.Kind kind = 1;
      boolean hasLength()
      optional uint64 length = 3;
      • 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 Detail

      • hasKind

        boolean hasKind()
        optional .orc.proto.Stream.Kind kind = 1;
        Returns:
        Whether the kind field is set.
      • getKind

        OrcProto.Stream.Kind getKind()
        optional .orc.proto.Stream.Kind kind = 1;
        Returns:
        The kind.
      • hasColumn

        boolean hasColumn()
        optional uint32 column = 2;
        Returns:
        Whether the column field is set.
      • getColumn

        int getColumn()
        optional uint32 column = 2;
        Returns:
        The column.
      • hasLength

        boolean hasLength()
        optional uint64 length = 3;
        Returns:
        Whether the length field is set.
      • getLength

        long getLength()
        optional uint64 length = 3;
        Returns:
        The length.