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

Method Make

cpp/src/gandiva/projector.cc:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40Projector::~Projector() {}
41
42Status Projector::Make(SchemaPtr schema, const ExpressionVector& exprs,
43 std::shared_ptr<Projector>* projector) {
44 return Projector::Make(schema, exprs, SelectionVector::Mode::MODE_NONE,
45 ConfigurationBuilder::DefaultConfiguration(), projector);
46}
47
48Status Projector::Make(SchemaPtr schema, const ExpressionVector& exprs,
49 std::shared_ptr<Configuration> configuration,

Callers

nothing calls this directly

Calls 15

DefaultConfigurationFunction · 0.85
GetObjectCodeMethod · 0.80
typesMethod · 0.80
push_backMethod · 0.80
MakeFunction · 0.70
InvalidFunction · 0.50
OKFunction · 0.50
emptyMethod · 0.45
ValidateMethod · 0.45
SetLLVMObjectCacheMethod · 0.45
BuildMethod · 0.45
reserveMethod · 0.45

Tested by

no test coverage detected