Le Yang
Results
3
issues of
Le Yang
## Description 1.elminate LimitNode when PushLimitOffsetIntoTableScan & isPushLimitToEachDevice = true and add UT 2.eliminate FilterNode before TableScanNode when FilterNode is True Predicate ### Content1 ... ### Content2 ... ### Content3...
## Description 1.achieve constants folding: including ArithmeticBinaryExpression, ComparisonExpression, BetweenPredicate, LogicalExpression, NotExpression, InPredicate etc. 2.After constants folding, pushdown BETWEEN Predicate ### TESE CASE | before constants folding | after constants folding...