telepath / com.github.giedomak.telepath.physicaloperators

Package com.github.giedomak.telepath.physicaloperators

Types

HashJoin

class HashJoin : PhysicalOperator

Hash-join physical operator.

IndexLookup

class IndexLookup : PhysicalOperator

Physical operator to lookup paths in the kPathIndex.

NestedLoopJoin

class NestedLoopJoin : PhysicalOperator

Nested-loop-join.

OpenHashJoin

class OpenHashJoin

Open hash-join to maintain compatibility with concatenating streams instead of evaluating physical plans.

PhysicalOperator

interface PhysicalOperator

Interface for physical operators.

SortMergeJoin

class SortMergeJoin : PhysicalOperator

Sort-merge-join.

Union

class Union : PhysicalOperator

Union physical operator.