IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.Builder.addAllCompSpecs(Iterable<? extends CatalogProtos.TupleComparatorSpecProto> values)
repeated .TupleComparatorSpecProto compSpecs = 3;
|
IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.Builder.addAllSortSpecs(Iterable<? extends CatalogProtos.SortSpecProto> values)
repeated .SortSpecProto sortSpecs = 2;
|
IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.Builder.addCompSpecs(CatalogProtos.TupleComparatorSpecProto.Builder builderForValue)
repeated .TupleComparatorSpecProto compSpecs = 3;
|
IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.Builder.addCompSpecs(CatalogProtos.TupleComparatorSpecProto value)
repeated .TupleComparatorSpecProto compSpecs = 3;
|
IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.Builder.addCompSpecs(int index,
CatalogProtos.TupleComparatorSpecProto.Builder builderForValue)
repeated .TupleComparatorSpecProto compSpecs = 3;
|
IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.Builder.addCompSpecs(int index,
CatalogProtos.TupleComparatorSpecProto value)
repeated .TupleComparatorSpecProto compSpecs = 3;
|
IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.Builder.addSortSpecs(CatalogProtos.SortSpecProto.Builder builderForValue)
repeated .SortSpecProto sortSpecs = 2;
|
IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.Builder.addSortSpecs(CatalogProtos.SortSpecProto value)
repeated .SortSpecProto sortSpecs = 2;
|
IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.Builder.addSortSpecs(int index,
CatalogProtos.SortSpecProto.Builder builderForValue)
repeated .SortSpecProto sortSpecs = 2;
|
IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.Builder.addSortSpecs(int index,
CatalogProtos.SortSpecProto value)
repeated .SortSpecProto sortSpecs = 2;
|
IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.Builder.clear() |
IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.Builder.clearCompSpecs()
repeated .TupleComparatorSpecProto compSpecs = 3;
|
IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.Builder.clearSchema()
required .SchemaProto schema = 1;
|
IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.Builder.clearSortSpecs()
repeated .SortSpecProto sortSpecs = 2;
|
IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.Builder.clone() |
IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.Builder.mergeFrom(IndexProtos.TupleComparatorProto other) |
IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.Builder.mergeFrom(com.google.protobuf.Message other) |
IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.Builder.mergeSchema(CatalogProtos.SchemaProto value)
required .SchemaProto schema = 1;
|
static IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.newBuilder() |
static IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.newBuilder(IndexProtos.TupleComparatorProto prototype) |
IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.newBuilderForType() |
protected IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.Builder.removeCompSpecs(int index)
repeated .TupleComparatorSpecProto compSpecs = 3;
|
IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.Builder.removeSortSpecs(int index)
repeated .SortSpecProto sortSpecs = 2;
|
IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.Builder.setCompSpecs(int index,
CatalogProtos.TupleComparatorSpecProto.Builder builderForValue)
repeated .TupleComparatorSpecProto compSpecs = 3;
|
IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.Builder.setCompSpecs(int index,
CatalogProtos.TupleComparatorSpecProto value)
repeated .TupleComparatorSpecProto compSpecs = 3;
|
IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.Builder.setSchema(CatalogProtos.SchemaProto.Builder builderForValue)
required .SchemaProto schema = 1;
|
IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.Builder.setSchema(CatalogProtos.SchemaProto value)
required .SchemaProto schema = 1;
|
IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.Builder.setSortSpecs(int index,
CatalogProtos.SortSpecProto.Builder builderForValue)
repeated .SortSpecProto sortSpecs = 2;
|
IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.Builder.setSortSpecs(int index,
CatalogProtos.SortSpecProto value)
repeated .SortSpecProto sortSpecs = 2;
|
IndexProtos.TupleComparatorProto.Builder |
IndexProtos.TupleComparatorProto.toBuilder() |