C# 클래스 Deveel.Data.Sql.Query.CompositeNode

상속: BranchQueryPlanNode
파일 보기 프로젝트 열기: deveel/deveeldb 1 사용 예제들

공개 메소드들

메소드 설명
CompositeNode ( IQueryPlanNode left, IQueryPlanNode right, CompositeFunction compositeOp, bool allOp ) : System
Evaluate ( IRequest context ) : ITable

보호된 메소드들

메소드 설명
GetData ( SerializationInfo info, StreamingContext context ) : void

비공개 메소드들

메소드 설명
CompositeNode ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

CompositeNode() 공개 메소드

public CompositeNode ( IQueryPlanNode left, IQueryPlanNode right, CompositeFunction compositeOp, bool allOp ) : System
left IQueryPlanNode
right IQueryPlanNode
compositeOp CompositeFunction
allOp bool
리턴 System

Evaluate() 공개 메소드

public Evaluate ( IRequest context ) : ITable
context IRequest
리턴 ITable

GetData() 보호된 메소드

protected GetData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 void