[QP-6630] Where절에서 사용한 컬럼에 대한 정보를 제공합니다. #82
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
개요
IndirectColumn
으로 정했습니다.변경점
주요 사항
QsiTableStructure
에IndirectColumn
을 추가합니다.QsiTableAnalyzer
에서IndirectColumn
을 조회합니다.BuildDerivedTableStructure
메서드에서, where 절에서 사용하는 컬럼들을IndirectColumns
에 저장합니다.TableCompileContext
에IsIndirectSource
라는 플래그를 하나 추가합니다.ResolveColumnsInExpression
메서드에서TableExpression
을 대상으로 컬럼을 가져올 때,IndirectColumn
들까지 가져오도록 합니다.기타
IndirectColumn
를 볼 수 있도록 합니다.이슈
QP-6630