Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ schema
Method
schema
python/pyarrow/src/arrow/python/ipc.cc:37–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
std::shared_ptr<Schema> PyRecordBatchReader::schema() const { return schema_; }
38
39
Status PyRecordBatchReader::ReadNext(std::shared_ptr<RecordBatch>* batch) {
40
PyAcquireGIL lock;
Callers
15
CallTabularFunction
Function · 0.45
Init
Method · 0.45
test_tree_exp_builder
Function · 0.45
test_rejects_none
Function · 0.45
test_recordbatch_c_array_interface
Function · 0.45
test_table_c_array_interface
Function · 0.45
test_table_c_stream_interface
Function · 0.45
test_recordbatch_from_arrays_validate_schema
Function · 0.45
test_recordbatch_pickle
Function · 0.45
test_table_from_batches_and_schema
Function · 0.45
test_table_basics
Function · 0.45
test_table_from_arrays_preserves_column_metadata
Function · 0.45
Calls
no outgoing calls
Tested by
15
test_tree_exp_builder
Function · 0.36
test_rejects_none
Function · 0.36
test_recordbatch_c_array_interface
Function · 0.36
test_table_c_array_interface
Function · 0.36
test_table_c_stream_interface
Function · 0.36
test_recordbatch_from_arrays_validate_schema
Function · 0.36
test_recordbatch_pickle
Function · 0.36
test_table_from_batches_and_schema
Function · 0.36
test_table_basics
Function · 0.36
test_table_from_arrays_preserves_column_metadata
Function · 0.36
test_table_from_lists
Function · 0.36
test_table_pickle
Function · 0.36