Turi Create
4.0
|
#include <core/storage/query_engine/planning/optimizations/source_transforms.hpp>
This optimization scans the entire graph for duplicate sarrays, including inside of sframes, and then merges them, using projects to keep things consistent.
THis works by:
Definition at line 38 of file source_transforms.hpp.