Skip to content

Instantly share code, notes, and snippets.

@gianm
Created September 3, 2016 02:00
Show Gist options
  • Save gianm/ff07ebfdf74000061b6f531ca0e51708 to your computer and use it in GitHub Desktop.
Save gianm/ff07ebfdf74000061b6f531ca0e51708 to your computer and use it in GitHub Desktop.
{
"intervals": [
"1992-01-01T00:00:00.000+00:00/1999-01-01T00:00:00.000+00:00"
],
"aggregations": [
{
"type": "doubleSum",
"name": "l_quantity",
"fieldName": "l_quantity"
}
],
"dataSource": "tpch_lineitem",
"granularity": "all",
"queryType": "groupBy",
"dimensions": ["l_partkey"],
"limitSpec": {
"type": "default",
"columns": [
{
"dimension": "l_quantity",
"direction": "descending",
"dimensionOrder": "numeric"
}
],
"limit": 100
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment