Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SortImpl ¶
type SortImpl struct {
// contains filtered or unexported fields
}
SortImpl implementation of PhysicalSort.
func NewSortImpl ¶
func NewSortImpl(sort *plannercore.PhysicalSort) *SortImpl
NewSortImpl creates a new sort Implementation.
func (*SortImpl) CalcCost ¶
func (impl *SortImpl) CalcCost(outCount float64, childCosts []float64, children ...*memo.Group) float64
CalcCost calculates the cost of the sort Implementation.
func (*SortImpl) GetPlan ¶
func (impl *SortImpl) GetPlan() plannercore.PhysicalPlan
Click to show internal directories.
Click to hide internal directories.