mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-19 08:28:06 +02:00
docs: standardize fanout terminology
This commit is contained in:
parent
4827437f3a
commit
9aac270f80
19 changed files with 66 additions and 66 deletions
|
|
@ -89,10 +89,10 @@ class TestCrossSourceM2O:
|
|||
|
||||
|
||||
class TestFanOut:
|
||||
"""Test 3: Fan-out (aggregate locality)."""
|
||||
"""Test 3: Fanout (aggregate locality)."""
|
||||
|
||||
def test_orders_by_region_no_fanout(self, planner, generator, ecommerce_sources):
|
||||
"""orders → customers → regions is all m2o. No fan-out needed."""
|
||||
"""orders → customers → regions is all m2o. No fanout needed."""
|
||||
sql = generate_sql(
|
||||
planner,
|
||||
generator,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue