Show only numeric columns
    {% for field in this.fieldNamesAndTypes %} {% if field[0] in this.fieldNames %}
  • {{field.0}} {{field.1}}
  • {% endif %} {% endfor %}
{%if this.keyFieldsSupported %}
    {% for fieldName in this.keyFields %} {% if fieldName in this.fieldNames %}
  • {{fieldName}}
  • {% endif %} {% endfor %}
{%endif%}
    {% for fieldName in this.valueFields %} {% if fieldName in this.fieldNames %}
  • {{fieldName}}
  • {% endif %} {% endfor %}
{%if this.keyFieldsSupported %} PixieDust will automatically use count aggregation for each key {%endif%}