Uses of Class
io.trino.orc.proto.OrcProto.RowIndexEntry
-
-
Uses of OrcProto.RowIndexEntry in io.trino.orc.proto
Fields in io.trino.orc.proto with type parameters of type OrcProto.RowIndexEntry Modifier and Type Field Description static com.google.protobuf.Parser<OrcProto.RowIndexEntry>OrcProto.RowIndexEntry. PARSERDeprecated.Methods in io.trino.orc.proto that return OrcProto.RowIndexEntry Modifier and Type Method Description OrcProto.RowIndexEntryOrcProto.RowIndexEntry.Builder. build()OrcProto.RowIndexEntryOrcProto.RowIndexEntry.Builder. buildPartial()static OrcProto.RowIndexEntryOrcProto.RowIndexEntry. getDefaultInstance()OrcProto.RowIndexEntryOrcProto.RowIndexEntry.Builder. getDefaultInstanceForType()OrcProto.RowIndexEntryOrcProto.RowIndexEntry. getDefaultInstanceForType()OrcProto.RowIndexEntryOrcProto.RowIndex.Builder. getEntry(int index)repeated .orc.proto.RowIndexEntry entry = 1;OrcProto.RowIndexEntryOrcProto.RowIndex. getEntry(int index)repeated .orc.proto.RowIndexEntry entry = 1;OrcProto.RowIndexEntryOrcProto.RowIndexOrBuilder. getEntry(int index)repeated .orc.proto.RowIndexEntry entry = 1;static OrcProto.RowIndexEntryOrcProto.RowIndexEntry. parseDelimitedFrom(InputStream input)static OrcProto.RowIndexEntryOrcProto.RowIndexEntry. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OrcProto.RowIndexEntryOrcProto.RowIndexEntry. parseFrom(byte[] data)static OrcProto.RowIndexEntryOrcProto.RowIndexEntry. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OrcProto.RowIndexEntryOrcProto.RowIndexEntry. parseFrom(com.google.protobuf.ByteString data)static OrcProto.RowIndexEntryOrcProto.RowIndexEntry. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OrcProto.RowIndexEntryOrcProto.RowIndexEntry. parseFrom(com.google.protobuf.CodedInputStream input)static OrcProto.RowIndexEntryOrcProto.RowIndexEntry. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OrcProto.RowIndexEntryOrcProto.RowIndexEntry. parseFrom(InputStream input)static OrcProto.RowIndexEntryOrcProto.RowIndexEntry. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OrcProto.RowIndexEntryOrcProto.RowIndexEntry. parseFrom(ByteBuffer data)static OrcProto.RowIndexEntryOrcProto.RowIndexEntry. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.trino.orc.proto that return types with arguments of type OrcProto.RowIndexEntry Modifier and Type Method Description List<OrcProto.RowIndexEntry>OrcProto.RowIndex.Builder. getEntryList()repeated .orc.proto.RowIndexEntry entry = 1;List<OrcProto.RowIndexEntry>OrcProto.RowIndex. getEntryList()repeated .orc.proto.RowIndexEntry entry = 1;List<OrcProto.RowIndexEntry>OrcProto.RowIndexOrBuilder. getEntryList()repeated .orc.proto.RowIndexEntry entry = 1;com.google.protobuf.Parser<OrcProto.RowIndexEntry>OrcProto.RowIndexEntry. getParserForType()static com.google.protobuf.Parser<OrcProto.RowIndexEntry>OrcProto.RowIndexEntry. parser()Methods in io.trino.orc.proto with parameters of type OrcProto.RowIndexEntry Modifier and Type Method Description OrcProto.RowIndex.BuilderOrcProto.RowIndex.Builder. addEntry(int index, OrcProto.RowIndexEntry value)repeated .orc.proto.RowIndexEntry entry = 1;OrcProto.RowIndex.BuilderOrcProto.RowIndex.Builder. addEntry(OrcProto.RowIndexEntry value)repeated .orc.proto.RowIndexEntry entry = 1;OrcProto.RowIndexEntry.BuilderOrcProto.RowIndexEntry.Builder. mergeFrom(OrcProto.RowIndexEntry other)static OrcProto.RowIndexEntry.BuilderOrcProto.RowIndexEntry. newBuilder(OrcProto.RowIndexEntry prototype)OrcProto.RowIndex.BuilderOrcProto.RowIndex.Builder. setEntry(int index, OrcProto.RowIndexEntry value)repeated .orc.proto.RowIndexEntry entry = 1;Method parameters in io.trino.orc.proto with type arguments of type OrcProto.RowIndexEntry Modifier and Type Method Description OrcProto.RowIndex.BuilderOrcProto.RowIndex.Builder. addAllEntry(Iterable<? extends OrcProto.RowIndexEntry> values)repeated .orc.proto.RowIndexEntry entry = 1;
-