C# Class Deveel.Data.Sql.Query.QueryTablePlanner.ExpressionPlan

Inheritance: IExpressionPlan
Mostrar archivo Open project: deveel/deveeldb

Public Methods

Method Description
AddToPlanTree ( ) : void
CompareTo ( IExpressionPlan other ) : int

Protected Methods

Method Description
ExpressionPlan ( float optimizeFactor ) : System

Private Methods

Method Description
IComparable ( object obj ) : int

Method Details

AddToPlanTree() public abstract method

public abstract AddToPlanTree ( ) : void
return void

CompareTo() public method

public CompareTo ( IExpressionPlan other ) : int
other IExpressionPlan
return int

ExpressionPlan() protected method

protected ExpressionPlan ( float optimizeFactor ) : System
optimizeFactor float
return System