@apache-arrow/es2015-umd
Advanced tools
Comparing version 16.1.0 to 17.0.0
/// <reference types="node" /> | ||
import { Data } from '../data.js'; | ||
import { Table } from '../table.js'; | ||
import { Vector } from '../vector.js'; | ||
import { TypeMap } from '../type.js'; | ||
@@ -51,2 +52,3 @@ import { Schema } from '../schema.js'; | ||
protected _recordBatchBlocks: FileBlock[]; | ||
protected _seenDictionaries: Map<number, Vector<any>>; | ||
protected _dictionaryDeltaOffsets: Map<number, number>; | ||
@@ -96,2 +98,3 @@ toString(sync: true): string; | ||
protected _writeSchema(schema: Schema<T>): this; | ||
protected _writeDictionaryBatch(dictionary: Data, id: number, isDelta?: boolean): this; | ||
protected _writeFooter(schema: Schema<T>): this; | ||
@@ -106,3 +109,3 @@ } | ||
private _recordBatches; | ||
private _dictionaries; | ||
private _recordBatchesWithDictionaries; | ||
constructor(); | ||
@@ -109,0 +112,0 @@ protected _writeMessage(): this; |
{ | ||
"version": "16.1.0", | ||
"version": "17.0.0", | ||
"name": "@apache-arrow/es2015-umd", | ||
@@ -9,2 +9,3 @@ "unpkg": "Arrow.js", | ||
"type": "commonjs", | ||
"types": "Arrow.dom.d.ts", | ||
"license": "Apache-2.0", | ||
@@ -26,6 +27,6 @@ "description": "Apache Arrow columnar in-memory format", | ||
"dependencies": { | ||
"@swc/helpers": "^0.5.10", | ||
"@swc/helpers": "^0.5.11", | ||
"@types/command-line-args": "^5.2.3", | ||
"@types/command-line-usage": "^5.0.4", | ||
"@types/node": "^20.12.7", | ||
"@types/node": "^20.13.0", | ||
"command-line-args": "^5.2.1", | ||
@@ -32,0 +33,0 @@ "command-line-usage": "^7.0.1", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
2248646
444
27209
Updated@swc/helpers@^0.5.11
Updated@types/node@^20.13.0