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

Function NotImplemented

cpp/src/arrow/status.h:221–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219 /// data types is unimplemented
220 template <typename... Args>
221 static Status NotImplemented(Args&&... args) {
222 return Status::FromArgs(StatusCode::NotImplemented, std::forward<Args>(args)...);
223 }
224
225 /// Return an error status for invalid data (for example a string that fails parsing)
226 template <typename... Args>

Callers 15

AppendFunction · 0.70
VisitMethod · 0.70
NotImplementedMethod · 0.70
VisitMethod · 0.70
NotImplementedMethod · 0.70
VisitMethod · 0.70
ToTensorImplFunction · 0.70
VisitMethod · 0.70
ToTensorMethod · 0.70
jemalloc_memory_poolFunction · 0.70
mimalloc_memory_poolFunction · 0.70
jemalloc_set_decay_msFunction · 0.70

Calls 1

FromArgsFunction · 0.85

Tested by 6

GetBufferReaderMethod · 0.56
AllocateBufferMethod · 0.56
GetBufferWriterMethod · 0.56
GenerateArrayFunction · 0.40
CalculateCdcSizeFunction · 0.40
VisitMethod · 0.40