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

Function Make

cpp/src/gandiva/filter.h:55–58  ·  view source on GitHub ↗

Build a filter for the given schema and condition, with the default configuration. \param[in] schema schema for the record batches, and the condition. \param[in] condition filter condition. \param[out] filter the returned filter object

Source from the content-addressed store, hash-verified

53 /// \param[in] condition filter condition.
54 /// \param[out] filter the returned filter object
55 static Status Make(SchemaPtr schema, ConditionPtr condition,
56 std::shared_ptr<Filter>* filter) {
57 return Make(schema, condition, ConfigurationBuilder::DefaultConfiguration(), filter);
58 }
59
60 /// \brief Build a filter for the given schema and condition.
61 /// Customize the filter with runtime configuration.

Callers 15

BuildEngineMethod · 0.70
EvaluateMethod · 0.70
MakeMethod · 0.70
AllocArrayDataMethod · 0.70
TEST_FFunction · 0.70
MakeMethod · 0.70
TryOptimizeMethod · 0.70
MakeMethod · 0.70
TEST_FFunction · 0.70
MakeMethod · 0.70
ToArrayMethod · 0.70
MakeMethod · 0.70

Calls 1

DefaultConfigurationFunction · 0.85

Tested by 15

BuildEngineMethod · 0.56
TEST_FFunction · 0.56
TEST_FFunction · 0.56
TEST_FFunction · 0.56
MakeInt32ArrayMethod · 0.56
TEST_FFunction · 0.56
TimedEvaluateFunction · 0.40
TEST_FFunction · 0.40
TEST_FFunction · 0.40
TEST_FFunction · 0.40
TEST_FFunction · 0.40