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

A IQueryPlanNode with a single child.
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
GetData ( SerializationInfo info, StreamingContext context ) : void
ISerializable ( SerializationInfo info, StreamingContext context ) : void
SingleQueryPlanNode ( IQueryPlanNode child ) : System
SingleQueryPlanNode ( SerializationInfo info, StreamingContext context ) : System

Method Details

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

SingleQueryPlanNode() protected méthode

protected SingleQueryPlanNode ( IQueryPlanNode child ) : System
child IQueryPlanNode
Résultat System

SingleQueryPlanNode() protected méthode

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