@lightdash/common 0.2198.1 → 0.2198.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -123,7 +123,7 @@ export declare enum WindowFunctionType {
123
123
  MIN = "min",
124
124
  MAX = "max"
125
125
  }
126
- export declare const nillaryWindowFunctions: WindowFunctionType[];
126
+ export declare const nullaryWindowFunctions: WindowFunctionType[];
127
127
  export declare const unaryWindowFunctions: WindowFunctionType[];
128
128
  export declare enum FrameType {
129
129
  ROWS = "rows",
@@ -226,7 +226,7 @@ export var WindowFunctionType;
226
226
  WindowFunctionType["MIN"] = "min";
227
227
  WindowFunctionType["MAX"] = "max";
228
228
  })(WindowFunctionType || (WindowFunctionType = {}));
229
- export const nillaryWindowFunctions = [
229
+ export const nullaryWindowFunctions = [
230
230
  WindowFunctionType.ROW_NUMBER,
231
231
  WindowFunctionType.PERCENT_RANK,
232
232
  WindowFunctionType.CUME_DIST,