Package | Description |
---|---|
com.pingcap.tidb.tipb |
Modifier and Type | Method and Description |
---|---|
Projection.Builder |
Projection.Builder.addAllExprs(Iterable<? extends Expr> values)
Projection expressions.
|
Projection.Builder |
Projection.Builder.addAllRpnExprs(Iterable<? extends RpnExpr> values)
repeated .tipb.RpnExpr rpn_exprs = 2; |
Projection.Builder |
Projection.Builder.addExprs(Expr.Builder builderForValue)
Projection expressions.
|
Projection.Builder |
Projection.Builder.addExprs(Expr value)
Projection expressions.
|
Projection.Builder |
Projection.Builder.addExprs(int index,
Expr.Builder builderForValue)
Projection expressions.
|
Projection.Builder |
Projection.Builder.addExprs(int index,
Expr value)
Projection expressions.
|
Projection.Builder |
Projection.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Projection.Builder |
Projection.Builder.addRpnExprs(int index,
RpnExpr.Builder builderForValue)
repeated .tipb.RpnExpr rpn_exprs = 2; |
Projection.Builder |
Projection.Builder.addRpnExprs(int index,
RpnExpr value)
repeated .tipb.RpnExpr rpn_exprs = 2; |
Projection.Builder |
Projection.Builder.addRpnExprs(RpnExpr.Builder builderForValue)
repeated .tipb.RpnExpr rpn_exprs = 2; |
Projection.Builder |
Projection.Builder.addRpnExprs(RpnExpr value)
repeated .tipb.RpnExpr rpn_exprs = 2; |
Projection.Builder |
Projection.Builder.clear() |
Projection.Builder |
Projection.Builder.clearExprs()
Projection expressions.
|
Projection.Builder |
Projection.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Projection.Builder |
Projection.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Projection.Builder |
Projection.Builder.clearRpnExprs()
repeated .tipb.RpnExpr rpn_exprs = 2; |
Projection.Builder |
Projection.Builder.clone() |
Projection.Builder |
Projection.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Projection.Builder |
Projection.Builder.mergeFrom(com.google.protobuf.Message other) |
Projection.Builder |
Projection.Builder.mergeFrom(Projection other) |
Projection.Builder |
Projection.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Projection.Builder |
Projection.newBuilder() |
static Projection.Builder |
Projection.newBuilder(Projection prototype) |
Projection.Builder |
Projection.newBuilderForType() |
protected Projection.Builder |
Projection.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Projection.Builder |
Projection.Builder.removeExprs(int index)
Projection expressions.
|
Projection.Builder |
Projection.Builder.removeRpnExprs(int index)
repeated .tipb.RpnExpr rpn_exprs = 2; |
Projection.Builder |
Projection.Builder.setExprs(int index,
Expr.Builder builderForValue)
Projection expressions.
|
Projection.Builder |
Projection.Builder.setExprs(int index,
Expr value)
Projection expressions.
|
Projection.Builder |
Projection.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Projection.Builder |
Projection.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Projection.Builder |
Projection.Builder.setRpnExprs(int index,
RpnExpr.Builder builderForValue)
repeated .tipb.RpnExpr rpn_exprs = 2; |
Projection.Builder |
Projection.Builder.setRpnExprs(int index,
RpnExpr value)
repeated .tipb.RpnExpr rpn_exprs = 2; |
Projection.Builder |
Projection.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Projection.Builder |
Projection.toBuilder() |
Copyright © 2024 PingCAP. All rights reserved.