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

Method ToString

r/src/extension-impl.cpp:90–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90std::string RExtensionType::ToString() const { return ToString(false); }
91
92std::string RExtensionType::ToString(bool show_metadata) const {
93 arrow::Result<std::string> result = SafeCallIntoR<std::string>([&]() {

Callers 15

ExecPlan_ToStringFunction · 0.45
Converter_DictionaryMethod · 0.45
InspectMethod · 0.45
from_datumFunction · 0.45
CallRScalarUDFFunction · 0.45
ExtendMethod · 0.45
ReadNextMethod · 0.45
Field__ToStringFunction · 0.45
Scalar__ToStringFunction · 0.45
DataType__ToStringFunction · 0.45
ListType__ToStringFunction · 0.45
Array__ToStringFunction · 0.45

Calls 3

ValueUnsafeMethod · 0.80
ToStringFunction · 0.50
okMethod · 0.45

Tested by

no test coverage detected