본문으로 건너뛰기

함수: compileExpression()

function compileExpression(expr, isSingleRow): CompiledSingleRowExpression | CompiledExpression;

정의 위치: packages/db/src/query/compiler/evaluators.ts:90

표현식을 최적화된 평가기 함수로 컴파일합니다. 표현식 구조를 미리 컴파일하여 평가 중 분기 처리를 제거합니다.

매개변수

expr

BasicExpression

isSingleRow

boolean = false

반환값

CompiledSingleRowExpression | CompiledExpression