Turi Create
4.0
|
#include <core/storage/query_engine/planning/optimizations/project_transforms.hpp>
Selectively pass a project through a union.
The goal of this operator is to pass a project through a union with the hope of pruning the tree before the union. However, order must be preserved. Therefore, this operator actually has a number of possible output transformations.
Definition at line 220 of file project_transforms.hpp.