final class UnknownPlanColumnException
    extends PlanSchemaException

A relation names a column absent from the schema.

Properties§

public ColumnRef $reference
public string $column
public TableSchema $schema

Methods§

public function __construct(
    public ColumnRef $reference,
    public string $column,
    public TableSchema $schema,
)

A relation names a column absent from the schema.

Parameters

$referenceColumnRef
$columnstring
$schemaTableSchema
Calls 5

Test cases 13§

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 12

Relations§

Instantiated in 1