-
Type: Task
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: LINQ3
-
None
Refactor SymbolTable:
- use a List of Symbols instead of a Dictionary
- refactor lookups to scan the list instead of probe the dictionary
- Remove the Current property (which symbol is the current one is now tracked in the Symbol class)
- is depended on by
-
CSHARP-3320 LINQ3: Move GroupBy accumulators back to the $group stage
- Closed