Gandiva Expression Compiler¶
Warning
As present, Gandiva is only built on PyArrow Conda distributions, not PyPI wheels.
Function Registry¶
List the functions in Gandiva’s ExpressionRegistry. |
|
Signature of a Gandiva function including name, parameter types, and return type. |
Expression Tree Builder¶
Builder class used to generate Gandiva expression nodes. |
|
A wrapper around a boolean Gandiva expression node. |
|
A Gandiva node associated with a |
|
|
A node in a Gandiva expression tree. |
Execution Engines¶
|
Create a Filter. |
|
Create a Projector. |
|
A Gandiva filter executor, containing the optimized filter function. |
A Gandiva projection executor. |
|
A vector of array indices representing the result of a Gandiva Filter. |