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

A IQueryPlanNode implementation that is a branch with two child nodes.
Inheritance: IQueryPlanNode
Afficher le fichier Open project: deveel/deveeldb Class Usage Examples

Méthodes publiques

Méthode Description
Evaluate ( IRequest context ) : ITable

Méthodes protégées

Méthode Description
BranchQueryPlanNode ( IQueryPlanNode left, IQueryPlanNode right ) : System
BranchQueryPlanNode ( SerializationInfo info, StreamingContext context ) : System
GetData ( SerializationInfo info, StreamingContext context ) : void
ISerializable ( SerializationInfo info, StreamingContext context ) : void

Method Details

BranchQueryPlanNode() protected méthode

protected BranchQueryPlanNode ( IQueryPlanNode left, IQueryPlanNode right ) : System
left IQueryPlanNode
right IQueryPlanNode
Résultat System

BranchQueryPlanNode() protected méthode

protected BranchQueryPlanNode ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

Evaluate() public abstract méthode

public abstract Evaluate ( IRequest context ) : ITable
context IRequest
Résultat ITable

GetData() protected méthode

protected GetData ( SerializationInfo info, StreamingContext context ) : void
info SerializationInfo
context StreamingContext
Résultat void

ISerializable() protected méthode

protected ISerializable ( SerializationInfo info, StreamingContext context ) : void
info SerializationInfo
context StreamingContext
Résultat void