@cubejs-backend/druid-driver 0.34.29 → 0.34.31
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/src/DruidQuery.d.ts
CHANGED
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
declare class DruidFilter extends BaseFilter {
|
|
3
|
-
likeIgnoreCase(column: any, not: any, param: any, type: string): string;
|
|
4
|
-
}
|
|
1
|
+
import { BaseQuery } from '@cubejs-backend/schema-compiler';
|
|
5
2
|
export declare class DruidQuery extends BaseQuery {
|
|
6
|
-
newFilter(filter: any):
|
|
3
|
+
newFilter(filter: any): any;
|
|
7
4
|
timeGroupedColumn(granularity: string, dimension: string): string;
|
|
8
5
|
convertTz(field: string): string;
|
|
9
6
|
subtractInterval(date: string, interval: string): string;
|
|
@@ -12,5 +9,4 @@ export declare class DruidQuery extends BaseQuery {
|
|
|
12
9
|
timeStampParam(): string;
|
|
13
10
|
nowTimestampSql(): string;
|
|
14
11
|
}
|
|
15
|
-
export {};
|
|
16
12
|
//# sourceMappingURL=DruidQuery.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DruidQuery.d.ts","sourceRoot":"","sources":["../../src/DruidQuery.ts"],"names":[],"mappings":"AACA,OAAO,
|
|
1
|
+
{"version":3,"file":"DruidQuery.d.ts","sourceRoot":"","sources":["../../src/DruidQuery.ts"],"names":[],"mappings":"AACA,OAAO,EAAc,SAAS,EAAE,MAAM,iCAAiC,CAAC;AAqBxE,qBAAa,UAAW,SAAQ,SAAS;IAChC,SAAS,CAAC,MAAM,KAAA;IAIhB,iBAAiB,CAAC,WAAW,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM;IAIxD,SAAS,CAAC,KAAK,EAAE,MAAM;IAIvB,gBAAgB,CAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;IAI/C,WAAW,CAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;IAI1C,aAAa,CAAC,KAAK,EAAE,MAAM;IAI3B,cAAc;IAId,eAAe,IAAI,MAAM;CAGjC"}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@cubejs-backend/druid-driver",
|
|
3
3
|
"description": "Cube.js Druid database driver",
|
|
4
4
|
"author": "Cube Dev, Inc.",
|
|
5
|
-
"version": "0.34.
|
|
5
|
+
"version": "0.34.31",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"dist/src/*"
|
|
29
29
|
],
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@cubejs-backend/base-driver": "^0.34.
|
|
32
|
-
"@cubejs-backend/schema-compiler": "^0.34.
|
|
31
|
+
"@cubejs-backend/base-driver": "^0.34.31",
|
|
32
|
+
"@cubejs-backend/schema-compiler": "^0.34.31",
|
|
33
33
|
"@cubejs-backend/shared": "^0.34.25",
|
|
34
34
|
"axios": "^0.21.1",
|
|
35
35
|
"moment-timezone": "^0.5.31"
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"jest": {
|
|
53
53
|
"testEnvironment": "node"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "065916e59e4b6ddcc5dd04ff1fc79695a45d1833"
|
|
56
56
|
}
|