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

Function Make

cpp/src/gandiva/interval_holder.h:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 }
68
69 static Result<std::shared_ptr<INTERVAL_TYPE>> Make(int32_t suppress_errors) {
70 return std::make_shared<INTERVAL_TYPE>(suppress_errors);
71 }
72
73 explicit IntervalHolder(int32_t suppress_errors) : suppress_errors_(suppress_errors) {}
74

Callers 1

interval_holder.hFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected