Uses of Interface
io.trino.orc.proto.OrcProto.RowIndexEntryOrBuilder
-
-
Uses of OrcProto.RowIndexEntryOrBuilder in io.trino.orc.proto
Classes in io.trino.orc.proto that implement OrcProto.RowIndexEntryOrBuilder Modifier and Type Class Description static classOrcProto.RowIndexEntryProtobuf typeorc.proto.RowIndexEntrystatic classOrcProto.RowIndexEntry.BuilderProtobuf typeorc.proto.RowIndexEntryMethods in io.trino.orc.proto that return OrcProto.RowIndexEntryOrBuilder Modifier and Type Method Description OrcProto.RowIndexEntryOrBuilderOrcProto.RowIndex.Builder. getEntryOrBuilder(int index)repeated .orc.proto.RowIndexEntry entry = 1;OrcProto.RowIndexEntryOrBuilderOrcProto.RowIndex. getEntryOrBuilder(int index)repeated .orc.proto.RowIndexEntry entry = 1;OrcProto.RowIndexEntryOrBuilderOrcProto.RowIndexOrBuilder. getEntryOrBuilder(int index)repeated .orc.proto.RowIndexEntry entry = 1;Methods in io.trino.orc.proto that return types with arguments of type OrcProto.RowIndexEntryOrBuilder Modifier and Type Method Description List<? extends OrcProto.RowIndexEntryOrBuilder>OrcProto.RowIndex.Builder. getEntryOrBuilderList()repeated .orc.proto.RowIndexEntry entry = 1;List<? extends OrcProto.RowIndexEntryOrBuilder>OrcProto.RowIndex. getEntryOrBuilderList()repeated .orc.proto.RowIndexEntry entry = 1;List<? extends OrcProto.RowIndexEntryOrBuilder>OrcProto.RowIndexOrBuilder. getEntryOrBuilderList()repeated .orc.proto.RowIndexEntry entry = 1;
-