class HashJoin : PhysicalOperator
Hash-join physical operator. |
|
class IndexLookup : PhysicalOperator
Physical operator to lookup paths in the kPathIndex. |
|
class NestedLoopJoin : PhysicalOperator
Nested-loop-join. |
|
class OpenHashJoin
Open hash-join to maintain compatibility with concatenating streams instead of evaluating physical plans. |
|
interface PhysicalOperator
Interface for physical operators. |
|
class SortMergeJoin : PhysicalOperator
Sort-merge-join. |
|
class Union : PhysicalOperator
Union physical operator. |