Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
datafusion::physical_plan::hash_utils - Rust
[go: Go Back, main page]

Module datafusion::physical_plan::hash_utils[][src]

Expand description

Functionality used both on logical and physical plans

Functions

Creates a schema for a join operation. The fields from the left side are first

Checks whether the schemas “left” and “right” and columns “on” represent a valid join. They are valid whenever their columns’ intersection equals the set on

Creates hash values for every row, based on the values in the columns.

Type Definitions

The on clause of the join, as vector of (left, right) columns.

Reference for JoinOn.