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

Method type_id

python/pyarrow/src/arrow/python/gdb.cc:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55class CustomStatusDetail : public StatusDetail {
56 public:
57 const char* type_id() const override { return "custom-detail-id"; }
58 std::string ToString() const override { return "This is a detail"; }
59};
60

Callers 4

VisitSequenceMaskedFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected