Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ schema
Function
schema
python/pyarrow/tests/test_table.py:3603–3604 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3601
3602
@pytest.fixture
3603
def
schema():
3604
return
pa.schema([pa.field(
'c0'
, pa.int32()), pa.field(
'c1'
, pa.int32())])
3605
3606
3607
@pytest.fixture
Callers
5
TestObjectBlockWriteFails
Function · 0.50
PythonUdfScalarAggregatorImpl
Method · 0.50
PythonUdfHashAggregatorImpl
Method · 0.50
CallTabularFunction
Function · 0.50
TestSession
Function · 0.50
Calls
2
schema
Method · 0.45
field
Method · 0.45
Tested by
no test coverage detected