SHOW Semantic Definitions

Generic Description

The abstraction catalog now has direct Cypher discovery clauses for the schema-level abstraction definition families:

Example:

SHOW FEATURES
SHOW ANALYSIS RUNS

Consumer-Level Explanation

Use these clauses when you want to inspect what the abstraction platform currently knows without dropping into procedure form.

They are the discovery pair for the new CREATE ... OPTIONS { ... } abstraction DDL family.

Conceptual Explanation

SHOW ABSTRACTIONS already exposed the first abstraction layer.

These SHOW clauses extend that idea to the rest of the abstraction platform:

That makes the abstraction stack more visible as database metadata rather than only as procedure-managed state.

Advanced Example

SHOW MODELS;
SHOW POLICIES;
SHOW DATASETS;
SHOW ANALYSIS RUNS;
SHOW REPORTS;

That is useful when you want to verify the current abstraction execution surface before running:

Real Use Cases

Real Limitations And Tradeoffs