| 程序包 | 说明 |
|---|---|
| org.tikv.common.expression | |
| org.tikv.common.expression.visitor | |
| org.tikv.common.meta |
| 限定符和类型 | 方法和说明 |
|---|---|
static AggregateFunction |
AggregateFunction.newCall(AggregateFunction.FunctionType type,
Expression argument) |
static AggregateFunction |
AggregateFunction.newCall(AggregateFunction.FunctionType type,
Expression argument,
DataType dataType) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract R |
Visitor.visit(AggregateFunction node,
C context) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected R |
DefaultVisitor.visit(AggregateFunction node,
C context) |
protected Expr |
ProtoConverter.visit(AggregateFunction node,
Object context) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<AggregateFunction> |
TiDAGRequest.getPushDownAggregates() |
| 限定符和类型 | 方法和说明 |
|---|---|
TiDAGRequest |
TiDAGRequest.addAggregate(AggregateFunction expr) |
Copyright © 2023 PingCAP. All rights reserved.