6 #ifndef TURI_SFRAME_QUERY_ALL_OPERATORS_H_ 7 #define TURI_SFRAME_QUERY_ALL_OPERATORS_H_ 9 #include <core/storage/query_engine/operators/append.hpp> 10 #include <core/storage/query_engine/operators/binary_transform.hpp> 11 #include <core/storage/query_engine/operators/constant.hpp> 12 #include <core/storage/query_engine/operators/logical_filter.hpp> 13 #include <core/storage/query_engine/operators/project.hpp> 14 #include <core/storage/query_engine/operators/range.hpp> 15 #include <core/storage/query_engine/operators/sarray_source.hpp> 16 #include <core/storage/query_engine/operators/sframe_source.hpp> 17 #include <core/storage/query_engine/operators/transform.hpp> 18 #include <core/storage/query_engine/operators/generalized_transform.hpp> 19 #include <core/storage/query_engine/operators/union.hpp> 20 #include <core/storage/query_engine/operators/generalized_union_project.hpp> 21 #include <core/storage/query_engine/operators/reduce.hpp> 23 #include <core/storage/query_engine/operators/lambda_transform.hpp> 25 #include <core/storage/query_engine/operators/optonly_identity_operator.hpp> 26 #include <core/storage/query_engine/operators/ternary_operator.hpp>