MCPcopy 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
3603def schema():
3604 return pa.schema([pa.field('c0', pa.int32()), pa.field('c1', pa.int32())])
3605
3606
3607@pytest.fixture

Callers 5

CallTabularFunctionFunction · 0.50
TestSessionFunction · 0.50

Calls 2

schemaMethod · 0.45
fieldMethod · 0.45

Tested by

no test coverage detected