Uses of Package
io.trino.operator.join
Packages that use io.trino.operator.join
Package
Description
-
Classes in io.trino.operator.join used by io.trino.operator
-
Classes in io.trino.operator.join used by io.trino.operator.indexClassDescriptionA bridge that connects build, probe, and outer operators of a join.
-
Classes in io.trino.operator.join used by io.trino.operator.joinClassDescriptionA bridge that connects build, probe, and outer operators of a join.This class is responsible for iterating over build rows, which have same values in hash columns as given probe row (but according to filterFunction can have non matching values on some other column).
-
Classes in io.trino.operator.join used by io.trino.operator.join.unspilledClassDescriptionA bridge that connects build, probe, and outer operators of a join.
-
Classes in io.trino.operator.join used by io.trino.sql.gen