Documentation ¶
Index ¶
- func NewExcept(left plan.LogicalNode, right plan.LogicalNode, distinct bool) (plan.LogicalNode, error)
- func NewIntersect(left plan.LogicalNode, right plan.LogicalNode, distinct bool) (plan.LogicalNode, error)
- func NewUnion(left plan.LogicalNode, right plan.LogicalNode, distinct bool) (plan.LogicalNode, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewExcept ¶
func NewExcept(left plan.LogicalNode, right plan.LogicalNode, distinct bool) (plan.LogicalNode, error)
func NewIntersect ¶
func NewIntersect(left plan.LogicalNode, right plan.LogicalNode, distinct bool) (plan.LogicalNode, error)
func NewUnion ¶
func NewUnion(left plan.LogicalNode, right plan.LogicalNode, distinct bool) (plan.LogicalNode, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.