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

Method schema

cpp/src/arrow/flight/sql/example/sqlite_statement_batch_reader.cc:79–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77static constexpr int32_t kMaxBatchSize = 16384;
78
79std::shared_ptr<Schema> SqliteStatementBatchReader::schema() const { return schema_; }
80
81SqliteStatementBatchReader::SqliteStatementBatchReader(
82 std::shared_ptr<SqliteStatement> statement, std::shared_ptr<Schema> schema)

Callers 4

TEST_FFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36
TESTFunction · 0.36