Files
secondo/Algebras/PartitionedStream/opt_correl.sec

8 lines
201 B
Plaintext
Raw Normal View History

2026-01-23 17:03:45 +08:00
let OrteP = plz feed sortby[Ort asc] groupby[Ort; Anzahl: . count] consume;
let OrteP2 = plz feed project[Ort] consume;
let OrteP2_Ort = OrteP2 createbtree[Ort];
let plz_Ort = plz createbtree[Ort];