@loaders.gl/arrow 4.0.0-alpha.4 → 4.0.0-alpha.5

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.
@@ -0,0 +1,26 @@
1
+ import type { Loader, LoaderOptions } from '@loaders.gl/loader-utils';
2
+ export declare type ArrowLoaderOptions = LoaderOptions & {
3
+ arrow?: {
4
+ shape: 'arrow-table' | 'columnar-table' | 'row-table' | 'array-row-table' | 'object-row-table';
5
+ };
6
+ };
7
+ /** ArrowJS table loader */
8
+ export declare const ArrowLoader: {
9
+ name: string;
10
+ id: string;
11
+ module: string;
12
+ version: any;
13
+ worker: boolean;
14
+ category: string;
15
+ extensions: string[];
16
+ mimeTypes: string[];
17
+ binary: boolean;
18
+ tests: string[];
19
+ options: {
20
+ arrow: {
21
+ shape: string;
22
+ };
23
+ };
24
+ };
25
+ export declare const _typecheckArrowLoader: Loader;
26
+ //# sourceMappingURL=arrow-loader.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"arrow-loader.d.ts","sourceRoot":"","sources":["../src/arrow-loader.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,MAAM,EAAE,aAAa,EAAC,MAAM,0BAA0B,CAAC;AAMpE,oBAAY,kBAAkB,GAAG,aAAa,GAAG;IAC/C,KAAK,CAAC,EAAE;QACN,KAAK,EAAE,aAAa,GAAG,gBAAgB,GAAG,WAAW,GAAG,iBAAiB,GAAG,kBAAkB,CAAC;KAChG,CAAC;CACH,CAAC;AAQF,2BAA2B;AAC3B,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;CAYvB,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,MAAoB,CAAC"}
@@ -1,4 +1,4 @@
1
- const VERSION = typeof "4.0.0-alpha.4" !== 'undefined' ? "4.0.0-alpha.4" : 'latest';
1
+ const VERSION = typeof "4.0.0-alpha.5" !== 'undefined' ? "4.0.0-alpha.5" : 'latest';
2
2
  const DEFAULT_ARROW_LOADER_OPTIONS = {
3
3
  arrow: {
4
4
  shape: 'columnar-table'
@@ -14940,7 +14940,7 @@ return true;`);
14940
14940
  }
14941
14941
 
14942
14942
  // src/arrow-loader.ts
14943
- var VERSION = typeof __VERSION__ !== "undefined" ? __VERSION__ : "latest";
14943
+ var VERSION = true ? "4.0.0-alpha.5" : "latest";
14944
14944
  var DEFAULT_ARROW_LOADER_OPTIONS = {
14945
14945
  arrow: {
14946
14946
  shape: "columnar-table"
@@ -0,0 +1,17 @@
1
+ import type { WriterOptions } from '@loaders.gl/loader-utils';
2
+ declare type ArrowWriterOptions = WriterOptions;
3
+ /** Apache Arrow writer */
4
+ export declare const ArrowWriter: {
5
+ name: string;
6
+ id: string;
7
+ module: string;
8
+ version: any;
9
+ extensions: string[];
10
+ mimeTypes: string[];
11
+ encodeSync: typeof encodeSync;
12
+ binary: boolean;
13
+ options: {};
14
+ };
15
+ declare function encodeSync(data: any, options?: ArrowWriterOptions): ArrayBuffer;
16
+ export {};
17
+ //# sourceMappingURL=arrow-writer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"arrow-writer.d.ts","sourceRoot":"","sources":["../src/arrow-writer.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAC,aAAa,EAAC,MAAM,0BAA0B,CAAC;AAO5D,aAAK,kBAAkB,GAAG,aAAa,CAAC;AAExC,0BAA0B;AAC1B,eAAO,MAAM,WAAW;;;;;;;;;;CAUvB,CAAC;AAEF,iBAAS,UAAU,CAAC,IAAI,KAAA,EAAE,OAAO,CAAC,EAAE,kBAAkB,eAErD"}
@@ -1,5 +1,5 @@
1
1
  import { encodeArrowSync } from './lib/encode-arrow';
2
- const VERSION = typeof "4.0.0-alpha.4" !== 'undefined' ? "4.0.0-alpha.4" : 'latest';
2
+ const VERSION = typeof "4.0.0-alpha.5" !== 'undefined' ? "4.0.0-alpha.5" : 'latest';
3
3
  export const ArrowWriter = {
4
4
  name: 'Apache Arrow',
5
5
  id: 'arrow',
@@ -0,0 +1,2 @@
1
+ declare const moduleExports: any;
2
+ //# sourceMappingURL=bundle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bundle.d.ts","sourceRoot":"","sources":["../src/bundle.ts"],"names":[],"mappings":"AACA,QAAA,MAAM,aAAa,KAAqB,CAAC"}