Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DescribePlan ¶
type DescribePlan struct { plan.BasePlan Stmt *ast.DescribeStatement Database string Table string Column string }
func NewDescribePlan ¶
func NewDescribePlan(stmt *ast.DescribeStatement) *DescribePlan
func (*DescribePlan) Type ¶
func (d *DescribePlan) Type() proto.PlanType
type ExplainPlan ¶
func NewExplainPlan ¶
func NewExplainPlan(stmt *ast.ExplainStatement) *ExplainPlan
func (*ExplainPlan) SetShards ¶
func (e *ExplainPlan) SetShards(shards rule.DatabaseTables)
func (*ExplainPlan) Type ¶
func (e *ExplainPlan) Type() proto.PlanType
Click to show internal directories.
Click to hide internal directories.