MCPcopy Create free account
hub / github.com/apache/arrow / Filter

Method Filter

cpp/src/gandiva/filter.cc:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30namespace gandiva {
31
32Filter::Filter(std::unique_ptr<LLVMGenerator> llvm_generator, SchemaPtr schema,
33 std::shared_ptr<Configuration> configuration)
34 : llvm_generator_(std::move(llvm_generator)),
35 schema_(schema),
36 configuration_(configuration) {}
37
38Filter::~Filter() {}
39

Calls

no outgoing calls

Tested by

no test coverage detected