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

Method Stringify

cpp/src/arrow/compute/exec_test.cc:965–967  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

963 }
964 const char* type_name() const override { return "example"; }
965 std::string Stringify(const FunctionOptions& options) const override {
966 return type_name();
967 }
968 bool Compare(const FunctionOptions& options,
969 const FunctionOptions& other) const override {
970 return true;

Callers 1

ToStringMethod · 0.45

Calls 1

type_nameFunction · 0.70

Tested by

no test coverage detected