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

Method Make

cpp/src/gandiva/interval_holder.cc:261–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259}
260
261Result<std::shared_ptr<IntervalDaysHolder>> IntervalDaysHolder::Make(
262 const FunctionNode& node) {
263 const std::string function_name("castINTERVALDAY");
264 return IntervalHolder<IntervalDaysHolder>::Make(node, function_name);
265}
266
267Result<std::shared_ptr<IntervalDaysHolder>> IntervalDaysHolder::Make(
268 int32_t suppress_errors) {

Callers

nothing calls this directly

Calls 1

MakeFunction · 0.70

Tested by

no test coverage detected