# Packages
No description provided by the author
# Functions
BuildEngine used to build the executor tree.
NewJoinEngine creates the new join executor.
NewMergeEngine creates the new merge executor.
NewUnionEngine creates the new union executor.
# Structs
JoinEngine represents join executor.
MergeEngine represents merge executor.
UnionEngine represents merge executor.
# Interfaces
PlanEngine interface.