C# Class Deveel.Data.Sql.Query.NonCorrelatedAnyAllNode

Inheritance: BranchQueryPlanNode
Mostrar archivo Open project: deveel/deveeldb Class Usage Examples

Public Methods

Method Description
Evaluate ( IRequest context ) : ITable
NonCorrelatedAnyAllNode ( IQueryPlanNode left, IQueryPlanNode right, ObjectName leftColumnNames, SqlExpressionType subQueryType, bool isAll ) : System

Protected Methods

Method Description
GetData ( SerializationInfo info, StreamingContext context ) : void

Private Methods

Method Description
NonCorrelatedAnyAllNode ( SerializationInfo info, StreamingContext context ) : System

Method Details

Evaluate() public method

public Evaluate ( IRequest context ) : ITable
context IRequest
return ITable

GetData() protected method

protected GetData ( SerializationInfo info, StreamingContext context ) : void
info SerializationInfo
context StreamingContext
return void

NonCorrelatedAnyAllNode() public method

public NonCorrelatedAnyAllNode ( IQueryPlanNode left, IQueryPlanNode right, ObjectName leftColumnNames, SqlExpressionType subQueryType, bool isAll ) : System
left IQueryPlanNode
right IQueryPlanNode
leftColumnNames ObjectName
subQueryType SqlExpressionType
isAll bool
return System