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

Function schema

python/pyarrow/tests/test_table.py:3492–3493  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3490
3491@pytest.fixture
3492def schema():
3493 return pa.schema([pa.field('c0', pa.int32()), pa.field('c1', pa.int32())])
3494
3495
3496@pytest.fixture

Callers 5

CallTabularFunctionFunction · 0.50
TestSessionFunction · 0.50

Calls 2

schemaMethod · 0.45
fieldMethod · 0.45

Tested by

no test coverage detected