MCPcopy Create free account
hub / github.com/BlazingDB/blazingsql / is_single_node_partition

Function is_single_node_partition

engine/src/parser/expression_utils.cpp:609–609  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

607bool is_sort_and_sample(std::string query_part) { return (query_part.find(LOGICAL_SORT_AND_SAMPLE_TEXT) != std::string::npos); }
608
609bool is_single_node_partition(std::string query_part) { return (query_part.find(LOGICAL_SINGLE_NODE_PARTITION_TEXT) != std::string::npos); }
610
611bool is_join(const std::string & query) { return (query.find(LOGICAL_JOIN_TEXT) != std::string::npos); }
612

Callers 1

make_kernelMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected