ibis
ibis copied to clipboard
feat: support for DISTINCT in aggregates other than COUNT
Issue by wesm
Friday Apr 10, 2015 at 22:08 GMT
Originally opened as http://github.mtv.cloudera.com/wesm/ibis/issues/179
STDDEV, NDV, APPX_MEDIAN, and others support a STDDEV(DISTINCT foo)
There's a concrete use case here with array_agg and string_agg, but since no one is asking for it I'm going to close this out. We'll happily implement it if someone asks and/or someone puts up a PR!