@lightdash/common 0.2198.2 → 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.
- package/dist/cjs/.tsbuildinfo +1 -1
- package/dist/cjs/types/field.d.ts +1 -1
- package/dist/cjs/types/field.js +2 -2
- package/dist/esm/.tsbuildinfo +1 -1
- package/dist/esm/types/field.d.ts +1 -1
- package/dist/esm/types/field.js +1 -1
- package/dist/types/.tsbuildinfo +1 -1
- package/dist/types/types/field.d.ts +1 -1
- package/dist/types/types/field.js +1 -1
- package/package.json +1 -1
|
@@ -123,7 +123,7 @@ export declare enum WindowFunctionType {
|
|
|
123
123
|
MIN = "min",
|
|
124
124
|
MAX = "max"
|
|
125
125
|
}
|
|
126
|
-
export declare const
|
|
126
|
+
export declare const nullaryWindowFunctions: WindowFunctionType[];
|
|
127
127
|
export declare const unaryWindowFunctions: WindowFunctionType[];
|
|
128
128
|
export declare enum FrameType {
|
|
129
129
|
ROWS = "rows",
|
package/dist/esm/types/field.js
CHANGED
|
@@ -226,7 +226,7 @@ export var WindowFunctionType;
|
|
|
226
226
|
WindowFunctionType["MIN"] = "min";
|
|
227
227
|
WindowFunctionType["MAX"] = "max";
|
|
228
228
|
})(WindowFunctionType || (WindowFunctionType = {}));
|
|
229
|
-
export const
|
|
229
|
+
export const nullaryWindowFunctions = [
|
|
230
230
|
WindowFunctionType.ROW_NUMBER,
|
|
231
231
|
WindowFunctionType.PERCENT_RANK,
|
|
232
232
|
WindowFunctionType.CUME_DIST,
|