package
0.0.0-20220113021136-d224df531360
Repository: https://github.com/zhukovaskychina/xmysql-server.git
Documentation: pkg.go.dev

# Functions

ExplainAggFunc generates explain information for a aggregation function.
NewAggFunction creates a new Aggregation.

# Constants

CompleteMode function accepts origin data.
FinalMode function accepts partial data.

# Structs

AggEvaluateContext is used to storebytes intermediate result when calculating aggregate functions.

# Interfaces

Aggregation stands for aggregate functions.

# Type aliases

AggFunctionMode stands for the aggregation function's mode.