[ Web Proxy ]
URL:
Viewing: https://arrow.apache.org/docs/python/generated/../generated/../api/../../cpp/examples/../acero.html [Back]  [Original]

Acero: A C++ streaming execution engine — Apache Arrow v25.0.1
Back to top
Search the docs ...:

Acero: A C++ streaming execution engine#

Warning

Acero is experimental and a stable API is not yet guaranteed.

Note

If you are interested in contributing to Acero or learning about its internals, please see the Acero Developers Guide.

For many complex computations, successive direct invocation of compute functions is not feasible in either memory or computation time. To facilitate arbitrarily large inputs and more efficient resource usage, the Arrow C++ implementation also provides Acero, a streaming query engine with which computations can be formulated and executed.

Acero consumes streams of input data, transforms them, and outputs a stream of data. [Acero consumes streams of input data, transforms them, and outputs a stream of data.]

Web Proxy Viewer  |  New URL  |  Original Page