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

Method ToString

cpp/src/arrow/compute/function.cc:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53std::string FunctionOptions::ToString() const { return options_type()->Stringify(*this); }
54
55bool FunctionOptions::Equals(const FunctionOptions& other) const {
56 if (this == &other) return true;

Callers 2

PrintToFunction · 0.45
ExecuteMethod · 0.45

Calls 2

options_typeFunction · 0.85
StringifyMethod · 0.45

Tested by

no test coverage detected