clickhouse-buffer
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -45,5 +45,5 @@ import { ClickhouseClient } from "@watchdg/clickhouse-client"; | ||
release(): void; | ||
fileNamesInMemory(): number; | ||
filesInMemory(): number; | ||
rowsInMemory(): number; | ||
} | ||
export {}; |
@@ -94,3 +94,3 @@ "use strict"; | ||
}); | ||
const stream = (0, files_to_stream_1.filesToStream)(Array.from(paths)); | ||
const stream = (0, files_to_stream_1.filesToStream)(paths); | ||
await self.clickhouseClient.query({ | ||
@@ -144,3 +144,3 @@ query: self.insertStatement, | ||
} | ||
fileNamesInMemory() { | ||
filesInMemory() { | ||
return this.files.length; | ||
@@ -147,0 +147,0 @@ } |
{ | ||
"name": "clickhouse-buffer", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"license": "MIT", | ||
@@ -27,3 +27,3 @@ "author": { | ||
"@types/jest": "^27.5.1", | ||
"@types/node": "^17.0.35", | ||
"@types/node": "^17.0.36", | ||
"@typescript-eslint/eslint-plugin": "^5.26.0", | ||
@@ -30,0 +30,0 @@ "@typescript-eslint/parser": "^5.26.0", |
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
12878