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

Method schema

cpp/src/arrow/ipc/feather.cc:727–727  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

725 int version() const override { return kFeatherV2Version; }
726
727 std::shared_ptr<Schema> schema() const override { return schema_; }
728
729 Status Read(const IpcReadOptions& options, std::shared_ptr<Table>* out) {
730 ARROW_ASSIGN_OR_RAISE(auto reader, RecordBatchFileReader::Open(source_, options));

Callers 1

ReadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected