We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a107543 commit 016e655Copy full SHA for 016e655
src/slicer.js
@@ -121,7 +121,7 @@
121
}
122
123
124
- // Validator for count query
+ // Validator for count queries
125
class QueryCountValidator extends SDBaseQueryValidator {
126
constructor(query){
127
super(query)
@@ -136,7 +136,7 @@
136
137
138
139
- // Validator for top values query
+ // Validator for top values queries
140
class QueryTopValuesValidator extends SDBaseQueryValidator{
141
constructor(query) {
142
@@ -170,7 +170,7 @@
170
171
172
173
- // if top valus query is valid this returns true, otherwise false
+ // if top values query is valid this returns true, otherwise false
174
validator() {
175
this._exceedsFieldsLimit();
176
this._exceedsValuesContainsLimit();
0 commit comments