| [ Web Proxy ] |
| Viewing: https://arrow.apache.org/docs/python/generated/pyarrow.acero.HashJoinNodeOptions.html | [Back] [Original] |
Section Navigation
Bases: _HashJoinNodeOptions
Make a node which implements join operation using hash join strategy.
This is the option class for the hashjoin node factory.
strType of join. One of left semi, right semi, left anti, right anti, inner, left outer, right outer, full outer.
str, Expression or listKey fields from left input. Each key can be a string column name or a field expression, or a list of such field references.
str, Expression or listKey fields from right input. See left_keys for details.
list, optionalList of output fields passed from left input. If left and right output fields are not specified, all valid fields from both left and right input will be output. Each field can be a string column name or a field expression.
list, optionalList of output fields passed from right input. If left and right output fields are not specified, all valid fields from both left and right input will be output. Each field can be a string column name or a field expression.
strSuffix added to names of output fields coming from left input (used to distinguish, if necessary, between fields of the same name in left and right input and can be left empty if there are no name collisions).
strSuffix added to names of output fields coming from right input, see output_suffix_for_left for details.
pyarrow.compute.ExpressionResidual filter which is applied to matching row.
Methods
|
Copyright 2016-2026 Apache Software Foundation.
Apache Arrow, Arrow, Apache, the Apache logo, and the Apache Arrow project logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries.
Created using Sphinx 9.1.0.
Built with the PyData Sphinx Theme 0.20.0.
| Web Proxy Viewer | New URL | Original Page |