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

Method OnSchemaDecoded

cpp/src/arrow/ipc/reader.cc:2135–2135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2133Status Listener::OnEOS() { return Status::OK(); }
2134
2135Status Listener::OnSchemaDecoded(std::shared_ptr<Schema> schema) { return Status::OK(); }
2136
2137Status Listener::OnSchemaDecoded(std::shared_ptr<Schema> schema,
2138 std::shared_ptr<Schema> filtered_schema) {

Callers 2

Calls 2

OnSchemaDecodedFunction · 0.85
OKFunction · 0.50

Tested by

no test coverage detected