Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
add the rule TransposeWindow to the batch
  • Loading branch information
gatorsmile committed Dec 5, 2018
commit 1270e89026d80c862137c03edbeee53e56f3ed6d
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ abstract class Optimizer(sessionCatalog: SessionCatalog)
CombineLimits,
CombineUnions,
// Constant folding and strength reduction
TransposeWindow,
NullPropagation,
ConstantPropagation,
FoldablePropagation,
Expand Down