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

Function drop_value

engine/src/skip_data/SkipDataProcessor.cpp:222–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220} // namespace
221
222void drop_value(ral::parser::parse_tree& tree, const std::string & value) {
223 skip_data_drop_transformer t(value);
224 tree.transform(t);
225}
226
227bool apply_skip_data_rules(ral::parser::parse_tree& tree) {
228 skip_data_reducer r;

Callers 2

TEST_FFunction · 0.85

Calls 1

transformMethod · 0.45

Tested by 1

TEST_FFunction · 0.68