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::joins::utils - Rust
[go: Go Back, main page]

Module datafusion::physical_plan::joins::utils

source ·
Expand description

Join related functionality used both on logical and physical plans

Structs§

  • Information about the index and placement (left or right) of the columns
  • Filter applied before join output
  • Maps a u64 hash value based on the build side [“on” values] to a list of indices with this key’s value.

Enums§

Traits§

Functions§

Type Aliases§

  • The on clause of the join, as vector of (left, right) columns.
  • Reference for JoinOn.