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

Function table_source

python/pyarrow/tests/test_acero.py:48–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46
47@pytest.fixture
48def table_source():
49 table = pa.table({'a': [1, 2, 3], 'b': [4, 5, 6]})
50 table_opts = TableSourceNodeOptions(table)
51 table_source = Declaration("table_source", options=table_opts)
52 return table_source
53
54
55def test_declaration():

Callers

nothing calls this directly

Calls 2

TableSourceNodeOptionsFunction · 0.90
DeclarationClass · 0.90

Tested by

no test coverage detected