Versions in this module Expand all Collapse all v1 v1.1.4 Jan 28, 2021 Changes in this version + func ExecSubPlan(log *xlog.Log, node builder.PlanNode, ctx *xcontext.ResultContext) error + type AggregateOperator struct + func NewAggregateOperator(log *xlog.Log, plan builder.ChildPlan) *AggregateOperator + func (operator *AggregateOperator) Execute(ctx *xcontext.ResultContext) error + type LimitOperator struct + func NewLimitOperator(log *xlog.Log, plan builder.ChildPlan) *LimitOperator + func (operator *LimitOperator) Execute(ctx *xcontext.ResultContext) error + type Operator interface + Execute func(*xcontext.ResultContext) error + type OrderByOperator struct + func NewOrderByOperator(log *xlog.Log, plan builder.ChildPlan) *OrderByOperator + func (operator *OrderByOperator) Execute(ctx *xcontext.ResultContext) error