v0.0.10
Additions:
- CountEach now implements Accumulator
- Added AliasableEvalFunc, a base class to enable UDFs to access fields in tuple by name instead of position
- Added BagLeftOuterJoin, which can perform left join on two or more reasonably sized bags without a reduce
Fixes:
- StreamingQuantile schema fix