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

A IQueryPlanNode with a single child.
Inheritance: IQueryPlanNode
Mostrar archivo Open project: deveel/deveeldb Class Usage Examples

Public Methods

Method Description
Evaluate ( IRequest context ) : ITable

Protected Methods

Method 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 method

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

GetData() protected method

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

ISerializable() protected method

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

SingleQueryPlanNode() protected method

protected SingleQueryPlanNode ( IQueryPlanNode child ) : System
child IQueryPlanNode
return System

SingleQueryPlanNode() protected method

protected SingleQueryPlanNode ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System