Versions in this module Expand all Collapse all v1 v1.2.1 Feb 20, 2022 Changes in this version + var ErrEmptyPlanJSON = errors.New("empty plan JSON") + var ErrInvalidPlanJSON = errors.New("invalid plan JSON") + type Node struct + ActualLoops int + ActualRows int + ActualTotalTime float64 + Alias string + BuffersHit int + BuffersRead int + Children []Node + Filter string + HashBatches int + HashBuckets int + HashCond string + Index string + IndexCond string + JoinFilter string + MemoryUsage int + Method string + ParentRelationship string + PlanCost float64 + PlanRows int + PlanWidth int + RecheckCond string + SortKey []string + SortMethod string + SortSpaceType string + SortSpaceUsed int + Table string + type Plan struct + ExecutionTree Node + PlanningTime float64 + func New(r io.Reader) (Plan, error)