OrcProto.RowIndexEntry.Builder |
OrcProto.RowIndexEntry.Builder.addAllPositions(Iterable<? extends Long> values)
repeated uint64 positions = 1 [packed = true];
|
OrcProto.RowIndexEntry.Builder |
OrcProto.RowIndex.Builder.addEntryBuilder()
repeated .orc.proto.RowIndexEntry entry = 1;
|
OrcProto.RowIndexEntry.Builder |
OrcProto.RowIndex.Builder.addEntryBuilder(int index)
repeated .orc.proto.RowIndexEntry entry = 1;
|
OrcProto.RowIndexEntry.Builder |
OrcProto.RowIndexEntry.Builder.addPositions(long value)
repeated uint64 positions = 1 [packed = true];
|
OrcProto.RowIndexEntry.Builder |
OrcProto.RowIndexEntry.Builder.clear() |
OrcProto.RowIndexEntry.Builder |
OrcProto.RowIndexEntry.Builder.clearPositions()
repeated uint64 positions = 1 [packed = true];
|
OrcProto.RowIndexEntry.Builder |
OrcProto.RowIndexEntry.Builder.clearStatistics()
optional .orc.proto.ColumnStatistics statistics = 2;
|
OrcProto.RowIndexEntry.Builder |
OrcProto.RowIndexEntry.Builder.clone() |
OrcProto.RowIndexEntry.Builder |
OrcProto.RowIndex.Builder.getEntryBuilder(int index)
repeated .orc.proto.RowIndexEntry entry = 1;
|
OrcProto.RowIndexEntry.Builder |
OrcProto.RowIndexEntry.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OrcProto.RowIndexEntry.Builder |
OrcProto.RowIndexEntry.Builder.mergeFrom(com.google.protobuf.Message other) |
OrcProto.RowIndexEntry.Builder |
OrcProto.RowIndexEntry.Builder.mergeFrom(OrcProto.RowIndexEntry other) |
OrcProto.RowIndexEntry.Builder |
OrcProto.RowIndexEntry.Builder.mergeStatistics(OrcProto.ColumnStatistics value)
optional .orc.proto.ColumnStatistics statistics = 2;
|
static OrcProto.RowIndexEntry.Builder |
OrcProto.RowIndexEntry.newBuilder() |
static OrcProto.RowIndexEntry.Builder |
OrcProto.RowIndexEntry.newBuilder(OrcProto.RowIndexEntry prototype) |
OrcProto.RowIndexEntry.Builder |
OrcProto.RowIndexEntry.newBuilderForType() |
protected OrcProto.RowIndexEntry.Builder |
OrcProto.RowIndexEntry.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
OrcProto.RowIndexEntry.Builder |
OrcProto.RowIndexEntry.Builder.setPositions(int index,
long value)
repeated uint64 positions = 1 [packed = true];
|
OrcProto.RowIndexEntry.Builder |
OrcProto.RowIndexEntry.Builder.setStatistics(OrcProto.ColumnStatistics.Builder builderForValue)
optional .orc.proto.ColumnStatistics statistics = 2;
|
OrcProto.RowIndexEntry.Builder |
OrcProto.RowIndexEntry.Builder.setStatistics(OrcProto.ColumnStatistics value)
optional .orc.proto.ColumnStatistics statistics = 2;
|
OrcProto.RowIndexEntry.Builder |
OrcProto.RowIndexEntry.toBuilder() |