UNPKG

@adaptabletools/adaptable-cjs

Version:

Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements

26 lines (25 loc) 589 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.editorButtonsQuantileAggregatedScalar = void 0; exports.editorButtonsQuantileAggregatedScalar = [ { functionName: 'QUANT', data: 'QUANT()', text: 'Quantile', }, { functionName: 'QUARTILE', data: 'QUARTILE()', text: 'Quartile', }, { functionName: 'PERCENTILE', data: 'PERCENTILE()', text: 'Percentile', }, { functionName: 'GROUP_BY', data: 'GROUP_BY()', text: 'GroupBy', }, ];