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

The node for merging the child node with a set of new function columns over the entire result.
For example, we may want to add an expression a + 10 or coalesce(a, b, 1).
상속: SingleQueryPlanNode
파일 보기 프로젝트 열기: deveel/deveeldb 1 사용 예제들

공개 메소드들

메소드 설명
CreateFunctionsNode ( IQueryPlanNode child, SqlExpression functionList, string nameList ) : System
Evaluate ( IRequest context ) : ITable

보호된 메소드들

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

비공개 메소드들

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

메소드 상세

CreateFunctionsNode() 공개 메소드

public CreateFunctionsNode ( IQueryPlanNode child, SqlExpression functionList, string nameList ) : System
child IQueryPlanNode
functionList Deveel.Data.Sql.Expressions.SqlExpression
nameList string
리턴 System

Evaluate() 공개 메소드

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

GetData() 보호된 메소드

protected GetData ( SerializationInfo info, StreamingContext context ) : void
info SerializationInfo
context StreamingContext
리턴 void