Package | Description |
---|---|
org.tikv.common.expression | |
org.tikv.common.expression.visitor | |
org.tikv.common.meta |
Modifier and Type | Method and Description |
---|---|
static AggregateFunction |
AggregateFunction.newCall(AggregateFunction.FunctionType type,
Expression argument) |
static AggregateFunction |
AggregateFunction.newCall(AggregateFunction.FunctionType type,
Expression argument,
DataType dataType) |
Modifier and Type | Method and Description |
---|---|
protected abstract R |
Visitor.visit(AggregateFunction node,
C context) |
Modifier and Type | Method and Description |
---|---|
protected R |
DefaultVisitor.visit(AggregateFunction node,
C context) |
protected Expr |
ProtoConverter.visit(AggregateFunction node,
Object context) |
Modifier and Type | Method and Description |
---|---|
List<AggregateFunction> |
TiDAGRequest.getPushDownAggregates() |
Modifier and Type | Method and Description |
---|---|
TiDAGRequest |
TiDAGRequest.addAggregate(AggregateFunction expr) |
Copyright © 2024 PingCAP. All rights reserved.