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

Function ConversionNotImplemented

cpp/src/arrow/json/from_string.cc:852–855  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

850// General conversion functions
851
852Status ConversionNotImplemented(const std::shared_ptr<DataType>& type) {
853 return Status::NotImplemented("JSON conversion to ", type->ToString(),
854 " not implemented");
855}
856
857Status GetDictConverter(const std::shared_ptr<DataType>& type,
858 std::shared_ptr<JSONConverter>* out) {

Callers 2

GetDictConverterFunction · 0.85
GetConverterFunction · 0.85

Calls 2

NotImplementedFunction · 0.50
ToStringMethod · 0.45

Tested by

no test coverage detected