Package io.trino.orc.proto
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 intgetColumn()optional uint32 column = 2;OrcProto.Stream.KindgetKind()optional .orc.proto.Stream.Kind kind = 1;longgetLength()optional uint64 length = 3;booleanhasColumn()optional uint32 column = 2;booleanhasKind()optional .orc.proto.Stream.Kind kind = 1;booleanhasLength()optional uint64 length = 3;-
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.
-
-