mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-16 08:25:14 +02:00
docs: standardize fanout terminology
This commit is contained in:
parent
4827437f3a
commit
9aac270f80
19 changed files with 66 additions and 66 deletions
|
|
@ -92,7 +92,7 @@ class SqlGenerator:
|
|||
return "WITH " + source_header + ",\n" + rest
|
||||
return "WITH " + source_header + "\n" + outer_transpiled
|
||||
|
||||
# ── Path A: Simple (no fan-out) ────────────────────────────────────
|
||||
# ── Path A: Simple (no fanout) ────────────────────────────────────
|
||||
|
||||
def _generate_simple(
|
||||
self, plan: ResolvedPlan, sources: dict[str, SourceDefinition]
|
||||
|
|
@ -216,7 +216,7 @@ class SqlGenerator:
|
|||
shared_dim_aliases = shared_dim_aliases or set()
|
||||
shared_dims = [dk for dk in all_dim_keys if dk["alias"] in shared_dim_aliases]
|
||||
|
||||
# Validate grain consistency: asymmetric dims cause FULL JOIN fan-out
|
||||
# Validate grain consistency: asymmetric dims cause FULL JOIN fanout
|
||||
if len(plan.measure_groups) > 1:
|
||||
for group in plan.measure_groups:
|
||||
cte_dim_aliases = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue