final class DuplicateColumnBindingException
    extends PlanStructureException

A child column is bound to two different parent endpoints.

Properties§

public ColumnRef $child
public ColumnRef $first
public ColumnRef $second

Methods§

public function __construct(
    public ColumnRef $child,
    public ColumnRef $first,
    public ColumnRef $second,
)

A child column is bound to two different parent endpoints.

Parameters

$childColumnRef
$firstColumnRef
$secondColumnRef
Calls 3

Test cases 32§

Test cases that cover or call this symbol, from the coverage report and from the analyzed test sources.

Dedicated tests 1
Other tests reaching this symbol 31

Relations§

Instantiated in 1