@vizzly/semantic-layer-public
Advanced tools
Comparing version 0.0.60 to 0.0.61
@@ -121,2 +121,26 @@ "use strict"; | ||
}, | ||
percentile25: { | ||
publicName: '25th percentile', | ||
validDataTypes: ['number'], | ||
}, | ||
percentile50: { | ||
publicName: '50th percentile', | ||
validDataTypes: ['number'], | ||
}, | ||
percentile75: { | ||
publicName: '75th percentile', | ||
validDataTypes: ['number'], | ||
}, | ||
percentile90: { | ||
publicName: '90th percentile', | ||
validDataTypes: ['number'], | ||
}, | ||
percentile95: { | ||
publicName: '95th percentile', | ||
validDataTypes: ['number'], | ||
}, | ||
percentile99: { | ||
publicName: '99th percentile', | ||
validDataTypes: ['number'], | ||
}, | ||
}; |
@@ -29,3 +29,16 @@ "use strict"; | ||
]), | ||
supportedAggregates: (0, support_1.supportedAggregates)(['sum', 'mean', 'min', 'max', 'count', 'countDistinct']), | ||
supportedAggregates: (0, support_1.supportedAggregates)([ | ||
'sum', | ||
'mean', | ||
'min', | ||
'max', | ||
'count', | ||
'countDistinct', | ||
'percentile25', | ||
'percentile50', | ||
'percentile75', | ||
'percentile90', | ||
'percentile95', | ||
'percentile99', | ||
]), | ||
supportedOperators: (0, support_1.supportedOperators)([ | ||
@@ -32,0 +45,0 @@ '>', |
{ | ||
"name": "@vizzly/semantic-layer-public", | ||
"version": "0.0.60", | ||
"version": "0.0.61", | ||
"source": "src/index.ts", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
54317
1279