@loaders.gl/parquet 3.4.0-alpha.2 → 3.4.0-alpha.4
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/dist.min.js +21 -28
- package/dist/dist.min.js.map +3 -3
- package/dist/es5/constants.js +0 -2
- package/dist/es5/constants.js.map +1 -1
- package/dist/es5/index.js +0 -3
- package/dist/es5/index.js.map +1 -1
- package/dist/es5/lib/arrow/convert-row-group-to-columns.js +0 -1
- package/dist/es5/lib/arrow/convert-row-group-to-columns.js.map +1 -1
- package/dist/es5/lib/arrow/convert-schema-from-parquet.js +1 -1
- package/dist/es5/lib/arrow/convert-schema-from-parquet.js.map +1 -1
- package/dist/es5/lib/arrow/convert-schema-to-parquet.js +0 -2
- package/dist/es5/lib/arrow/convert-schema-to-parquet.js.map +1 -1
- package/dist/es5/lib/geo/decode-geo-metadata.js +0 -5
- package/dist/es5/lib/geo/decode-geo-metadata.js.map +1 -1
- package/dist/es5/lib/geo/geoparquet-schema.js.map +1 -1
- package/dist/es5/lib/parsers/parse-parquet-to-columns.js +115 -119
- package/dist/es5/lib/parsers/parse-parquet-to-columns.js.map +1 -1
- package/dist/es5/lib/parsers/parse-parquet-to-rows.js +105 -109
- package/dist/es5/lib/parsers/parse-parquet-to-rows.js.map +1 -1
- package/dist/es5/lib/wasm/encode-parquet-wasm.js +14 -16
- package/dist/es5/lib/wasm/encode-parquet-wasm.js.map +1 -1
- package/dist/es5/lib/wasm/load-wasm/index.js.map +1 -1
- package/dist/es5/lib/wasm/load-wasm/load-wasm-browser.js +16 -18
- package/dist/es5/lib/wasm/load-wasm/load-wasm-browser.js.map +1 -1
- package/dist/es5/lib/wasm/load-wasm/load-wasm-node.js +6 -8
- package/dist/es5/lib/wasm/load-wasm/load-wasm-node.js.map +1 -1
- package/dist/es5/lib/wasm/parse-parquet-wasm.js +16 -18
- package/dist/es5/lib/wasm/parse-parquet-wasm.js.map +1 -1
- package/dist/es5/parquet-loader.js +1 -2
- package/dist/es5/parquet-loader.js.map +1 -1
- package/dist/es5/parquet-wasm-loader.js +1 -2
- package/dist/es5/parquet-wasm-loader.js.map +1 -1
- package/dist/es5/parquet-wasm-writer.js +1 -1
- package/dist/es5/parquet-wasm-writer.js.map +1 -1
- package/dist/es5/parquet-writer.js +1 -1
- package/dist/es5/parquet-writer.js.map +1 -1
- package/dist/es5/parquetjs/codecs/dictionary.js.map +1 -1
- package/dist/es5/parquetjs/codecs/index.js +0 -1
- package/dist/es5/parquetjs/codecs/index.js.map +1 -1
- package/dist/es5/parquetjs/codecs/plain.js +0 -3
- package/dist/es5/parquetjs/codecs/plain.js.map +1 -1
- package/dist/es5/parquetjs/codecs/rle.js +0 -4
- package/dist/es5/parquetjs/codecs/rle.js.map +1 -1
- package/dist/es5/parquetjs/compression.js +49 -64
- package/dist/es5/parquetjs/compression.js.map +1 -1
- package/dist/es5/parquetjs/encoder/parquet-encoder.js +301 -345
- package/dist/es5/parquetjs/encoder/parquet-encoder.js.map +1 -1
- package/dist/es5/parquetjs/parquet-thrift/BoundaryOrder.js +4 -4
- package/dist/es5/parquetjs/parquet-thrift/BoundaryOrder.js.map +1 -1
- package/dist/es5/parquetjs/parquet-thrift/BsonType.js.map +1 -1
- package/dist/es5/parquetjs/parquet-thrift/ColumnChunk.js.map +1 -1
- package/dist/es5/parquetjs/parquet-thrift/ColumnIndex.js.map +1 -1
- package/dist/es5/parquetjs/parquet-thrift/ColumnMetaData.js.map +1 -1
- package/dist/es5/parquetjs/parquet-thrift/ColumnOrder.js.map +1 -1
- package/dist/es5/parquetjs/parquet-thrift/CompressionCodec.js +4 -4
- package/dist/es5/parquetjs/parquet-thrift/CompressionCodec.js.map +1 -1
- package/dist/es5/parquetjs/parquet-thrift/ConvertedType.js +4 -4
- package/dist/es5/parquetjs/parquet-thrift/ConvertedType.js.map +1 -1
- package/dist/es5/parquetjs/parquet-thrift/DataPageHeader.js.map +1 -1
- package/dist/es5/parquetjs/parquet-thrift/DataPageHeaderV2.js.map +1 -1
- package/dist/es5/parquetjs/parquet-thrift/DateType.js.map +1 -1
- package/dist/es5/parquetjs/parquet-thrift/DecimalType.js.map +1 -1
- package/dist/es5/parquetjs/parquet-thrift/DictionaryPageHeader.js.map +1 -1
- package/dist/es5/parquetjs/parquet-thrift/Encoding.js +4 -4
- package/dist/es5/parquetjs/parquet-thrift/Encoding.js.map +1 -1
- package/dist/es5/parquetjs/parquet-thrift/EnumType.js.map +1 -1
- package/dist/es5/parquetjs/parquet-thrift/FieldRepetitionType.js +4 -4
- package/dist/es5/parquetjs/parquet-thrift/FieldRepetitionType.js.map +1 -1
- package/dist/es5/parquetjs/parquet-thrift/FileMetaData.js.map +1 -1
- package/dist/es5/parquetjs/parquet-thrift/IndexPageHeader.js.map +1 -1
- package/dist/es5/parquetjs/parquet-thrift/IntType.js.map +1 -1
- package/dist/es5/parquetjs/parquet-thrift/JsonType.js.map +1 -1
- package/dist/es5/parquetjs/parquet-thrift/KeyValue.js.map +1 -1
- package/dist/es5/parquetjs/parquet-thrift/ListType.js.map +1 -1
- package/dist/es5/parquetjs/parquet-thrift/LogicalType.js.map +1 -1
- package/dist/es5/parquetjs/parquet-thrift/MapType.js.map +1 -1
- package/dist/es5/parquetjs/parquet-thrift/MicroSeconds.js.map +1 -1
- package/dist/es5/parquetjs/parquet-thrift/MilliSeconds.js.map +1 -1
- package/dist/es5/parquetjs/parquet-thrift/NullType.js.map +1 -1
- package/dist/es5/parquetjs/parquet-thrift/OffsetIndex.js.map +1 -1
- package/dist/es5/parquetjs/parquet-thrift/PageEncodingStats.js.map +1 -1
- package/dist/es5/parquetjs/parquet-thrift/PageHeader.js.map +1 -1
- package/dist/es5/parquetjs/parquet-thrift/PageLocation.js.map +1 -1
- package/dist/es5/parquetjs/parquet-thrift/PageType.js +4 -4
- package/dist/es5/parquetjs/parquet-thrift/PageType.js.map +1 -1
- package/dist/es5/parquetjs/parquet-thrift/RowGroup.js.map +1 -1
- package/dist/es5/parquetjs/parquet-thrift/SchemaElement.js.map +1 -1
- package/dist/es5/parquetjs/parquet-thrift/SortingColumn.js.map +1 -1
- package/dist/es5/parquetjs/parquet-thrift/Statistics.js.map +1 -1
- package/dist/es5/parquetjs/parquet-thrift/StringType.js.map +1 -1
- package/dist/es5/parquetjs/parquet-thrift/TimeType.js.map +1 -1
- package/dist/es5/parquetjs/parquet-thrift/TimeUnit.js.map +1 -1
- package/dist/es5/parquetjs/parquet-thrift/TimestampType.js.map +1 -1
- package/dist/es5/parquetjs/parquet-thrift/Type.js +4 -4
- package/dist/es5/parquetjs/parquet-thrift/Type.js.map +1 -1
- package/dist/es5/parquetjs/parquet-thrift/TypeDefinedOrder.js.map +1 -1
- package/dist/es5/parquetjs/parquet-thrift/UUIDType.js.map +1 -1
- package/dist/es5/parquetjs/parquet-thrift/index.js.map +1 -1
- package/dist/es5/parquetjs/parser/decoders.js +244 -261
- package/dist/es5/parquetjs/parser/decoders.js.map +1 -1
- package/dist/es5/parquetjs/parser/parquet-reader.js +396 -428
- package/dist/es5/parquetjs/parser/parquet-reader.js.map +1 -1
- package/dist/es5/parquetjs/schema/declare.js +1 -3
- package/dist/es5/parquetjs/schema/declare.js.map +1 -1
- package/dist/es5/parquetjs/schema/schema.js +2 -12
- package/dist/es5/parquetjs/schema/schema.js.map +1 -1
- package/dist/es5/parquetjs/schema/shred.js +2 -14
- package/dist/es5/parquetjs/schema/shred.js.map +1 -1
- package/dist/es5/parquetjs/schema/types.js +6 -11
- package/dist/es5/parquetjs/schema/types.js.map +1 -1
- package/dist/es5/parquetjs/utils/file-utils.js +0 -1
- package/dist/es5/parquetjs/utils/file-utils.js.map +1 -1
- package/dist/es5/parquetjs/utils/read-utils.js +0 -7
- package/dist/es5/parquetjs/utils/read-utils.js.map +1 -1
- package/dist/es5/workers/parquet-worker.js.map +1 -1
- package/dist/esm/bundle.js +0 -1
- package/dist/esm/bundle.js.map +1 -1
- package/dist/esm/constants.js +0 -3
- package/dist/esm/constants.js.map +1 -1
- package/dist/esm/index.js +0 -8
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/lib/arrow/convert-row-group-to-columns.js +0 -2
- package/dist/esm/lib/arrow/convert-row-group-to-columns.js.map +1 -1
- package/dist/esm/lib/arrow/convert-schema-from-parquet.js +0 -2
- package/dist/esm/lib/arrow/convert-schema-from-parquet.js.map +1 -1
- package/dist/esm/lib/arrow/convert-schema-to-parquet.js +0 -3
- package/dist/esm/lib/arrow/convert-schema-to-parquet.js.map +1 -1
- package/dist/esm/lib/geo/decode-geo-metadata.js +0 -6
- package/dist/esm/lib/geo/decode-geo-metadata.js.map +1 -1
- package/dist/esm/lib/geo/geoparquet-schema.js +0 -2
- package/dist/esm/lib/geo/geoparquet-schema.js.map +1 -1
- package/dist/esm/lib/parsers/parse-parquet-to-columns.js +0 -2
- package/dist/esm/lib/parsers/parse-parquet-to-columns.js.map +1 -1
- package/dist/esm/lib/parsers/parse-parquet-to-rows.js +0 -1
- package/dist/esm/lib/parsers/parse-parquet-to-rows.js.map +1 -1
- package/dist/esm/lib/wasm/encode-parquet-wasm.js +0 -1
- package/dist/esm/lib/wasm/encode-parquet-wasm.js.map +1 -1
- package/dist/esm/lib/wasm/load-wasm/load-wasm-browser.js +0 -1
- package/dist/esm/lib/wasm/load-wasm/load-wasm-browser.js.map +1 -1
- package/dist/esm/lib/wasm/load-wasm/load-wasm-node.js.map +1 -1
- package/dist/esm/lib/wasm/parse-parquet-wasm.js +0 -3
- package/dist/esm/lib/wasm/parse-parquet-wasm.js.map +1 -1
- package/dist/esm/parquet-loader.js +1 -3
- package/dist/esm/parquet-loader.js.map +1 -1
- package/dist/esm/parquet-wasm-loader.js +1 -3
- package/dist/esm/parquet-wasm-loader.js.map +1 -1
- package/dist/esm/parquet-wasm-writer.js +1 -2
- package/dist/esm/parquet-wasm-writer.js.map +1 -1
- package/dist/esm/parquet-writer.js +1 -2
- package/dist/esm/parquet-writer.js.map +1 -1
- package/dist/esm/parquetjs/codecs/dictionary.js.map +1 -1
- package/dist/esm/parquetjs/codecs/index.js +0 -2
- package/dist/esm/parquetjs/codecs/index.js.map +1 -1
- package/dist/esm/parquetjs/codecs/plain.js +0 -4
- package/dist/esm/parquetjs/codecs/plain.js.map +1 -1
- package/dist/esm/parquetjs/codecs/rle.js +0 -6
- package/dist/esm/parquetjs/codecs/rle.js.map +1 -1
- package/dist/esm/parquetjs/compression.js +2 -16
- package/dist/esm/parquetjs/compression.js.map +1 -1
- package/dist/esm/parquetjs/encoder/parquet-encoder.js +0 -38
- package/dist/esm/parquetjs/encoder/parquet-encoder.js.map +1 -1
- package/dist/esm/parquetjs/parquet-thrift/BoundaryOrder.js +3 -4
- package/dist/esm/parquetjs/parquet-thrift/BoundaryOrder.js.map +1 -1
- package/dist/esm/parquetjs/parquet-thrift/BsonType.js +0 -1
- package/dist/esm/parquetjs/parquet-thrift/BsonType.js.map +1 -1
- package/dist/esm/parquetjs/parquet-thrift/ColumnChunk.js.map +1 -1
- package/dist/esm/parquetjs/parquet-thrift/ColumnIndex.js.map +1 -1
- package/dist/esm/parquetjs/parquet-thrift/ColumnMetaData.js.map +1 -1
- package/dist/esm/parquetjs/parquet-thrift/ColumnOrder.js.map +1 -1
- package/dist/esm/parquetjs/parquet-thrift/CompressionCodec.js +3 -4
- package/dist/esm/parquetjs/parquet-thrift/CompressionCodec.js.map +1 -1
- package/dist/esm/parquetjs/parquet-thrift/ConvertedType.js +3 -4
- package/dist/esm/parquetjs/parquet-thrift/ConvertedType.js.map +1 -1
- package/dist/esm/parquetjs/parquet-thrift/DataPageHeader.js.map +1 -1
- package/dist/esm/parquetjs/parquet-thrift/DataPageHeaderV2.js.map +1 -1
- package/dist/esm/parquetjs/parquet-thrift/DateType.js +0 -1
- package/dist/esm/parquetjs/parquet-thrift/DateType.js.map +1 -1
- package/dist/esm/parquetjs/parquet-thrift/DecimalType.js.map +1 -1
- package/dist/esm/parquetjs/parquet-thrift/DictionaryPageHeader.js.map +1 -1
- package/dist/esm/parquetjs/parquet-thrift/Encoding.js +3 -4
- package/dist/esm/parquetjs/parquet-thrift/Encoding.js.map +1 -1
- package/dist/esm/parquetjs/parquet-thrift/EnumType.js +0 -1
- package/dist/esm/parquetjs/parquet-thrift/EnumType.js.map +1 -1
- package/dist/esm/parquetjs/parquet-thrift/FieldRepetitionType.js +3 -4
- package/dist/esm/parquetjs/parquet-thrift/FieldRepetitionType.js.map +1 -1
- package/dist/esm/parquetjs/parquet-thrift/FileMetaData.js.map +1 -1
- package/dist/esm/parquetjs/parquet-thrift/IndexPageHeader.js +0 -1
- package/dist/esm/parquetjs/parquet-thrift/IndexPageHeader.js.map +1 -1
- package/dist/esm/parquetjs/parquet-thrift/IntType.js.map +1 -1
- package/dist/esm/parquetjs/parquet-thrift/JsonType.js +0 -1
- package/dist/esm/parquetjs/parquet-thrift/JsonType.js.map +1 -1
- package/dist/esm/parquetjs/parquet-thrift/KeyValue.js.map +1 -1
- package/dist/esm/parquetjs/parquet-thrift/ListType.js +0 -1
- package/dist/esm/parquetjs/parquet-thrift/ListType.js.map +1 -1
- package/dist/esm/parquetjs/parquet-thrift/LogicalType.js.map +1 -1
- package/dist/esm/parquetjs/parquet-thrift/MapType.js +0 -1
- package/dist/esm/parquetjs/parquet-thrift/MapType.js.map +1 -1
- package/dist/esm/parquetjs/parquet-thrift/MicroSeconds.js +0 -1
- package/dist/esm/parquetjs/parquet-thrift/MicroSeconds.js.map +1 -1
- package/dist/esm/parquetjs/parquet-thrift/MilliSeconds.js +0 -1
- package/dist/esm/parquetjs/parquet-thrift/MilliSeconds.js.map +1 -1
- package/dist/esm/parquetjs/parquet-thrift/NullType.js +0 -1
- package/dist/esm/parquetjs/parquet-thrift/NullType.js.map +1 -1
- package/dist/esm/parquetjs/parquet-thrift/OffsetIndex.js.map +1 -1
- package/dist/esm/parquetjs/parquet-thrift/PageEncodingStats.js.map +1 -1
- package/dist/esm/parquetjs/parquet-thrift/PageHeader.js.map +1 -1
- package/dist/esm/parquetjs/parquet-thrift/PageLocation.js.map +1 -1
- package/dist/esm/parquetjs/parquet-thrift/PageType.js +3 -4
- package/dist/esm/parquetjs/parquet-thrift/PageType.js.map +1 -1
- package/dist/esm/parquetjs/parquet-thrift/RowGroup.js.map +1 -1
- package/dist/esm/parquetjs/parquet-thrift/SchemaElement.js.map +1 -1
- package/dist/esm/parquetjs/parquet-thrift/SortingColumn.js.map +1 -1
- package/dist/esm/parquetjs/parquet-thrift/Statistics.js.map +1 -1
- package/dist/esm/parquetjs/parquet-thrift/StringType.js +0 -1
- package/dist/esm/parquetjs/parquet-thrift/StringType.js.map +1 -1
- package/dist/esm/parquetjs/parquet-thrift/TimeType.js.map +1 -1
- package/dist/esm/parquetjs/parquet-thrift/TimeUnit.js.map +1 -1
- package/dist/esm/parquetjs/parquet-thrift/TimestampType.js.map +1 -1
- package/dist/esm/parquetjs/parquet-thrift/Type.js +3 -4
- package/dist/esm/parquetjs/parquet-thrift/Type.js.map +1 -1
- package/dist/esm/parquetjs/parquet-thrift/TypeDefinedOrder.js +0 -1
- package/dist/esm/parquetjs/parquet-thrift/TypeDefinedOrder.js.map +1 -1
- package/dist/esm/parquetjs/parquet-thrift/UUIDType.js +0 -1
- package/dist/esm/parquetjs/parquet-thrift/UUIDType.js.map +1 -1
- package/dist/esm/parquetjs/parquet-thrift/index.js +0 -1
- package/dist/esm/parquetjs/parquet-thrift/index.js.map +1 -1
- package/dist/esm/parquetjs/parser/decoders.js +1 -18
- package/dist/esm/parquetjs/parser/decoders.js.map +1 -1
- package/dist/esm/parquetjs/parser/parquet-reader.js +0 -13
- package/dist/esm/parquetjs/parser/parquet-reader.js.map +1 -1
- package/dist/esm/parquetjs/schema/declare.js +0 -2
- package/dist/esm/parquetjs/schema/declare.js.map +1 -1
- package/dist/esm/parquetjs/schema/schema.js +0 -10
- package/dist/esm/parquetjs/schema/schema.js.map +1 -1
- package/dist/esm/parquetjs/schema/shred.js +1 -15
- package/dist/esm/parquetjs/schema/shred.js.map +1 -1
- package/dist/esm/parquetjs/schema/types.js +6 -10
- package/dist/esm/parquetjs/schema/types.js.map +1 -1
- package/dist/esm/parquetjs/utils/file-utils.js +0 -1
- package/dist/esm/parquetjs/utils/file-utils.js.map +1 -1
- package/dist/esm/parquetjs/utils/read-utils.js +0 -8
- package/dist/esm/parquetjs/utils/read-utils.js.map +1 -1
- package/dist/parquet-worker.js +25 -32
- package/dist/parquet-worker.js.map +3 -3
- package/dist/parquetjs/compression.d.ts +3 -0
- package/dist/parquetjs/compression.d.ts.map +1 -1
- package/dist/parquetjs/compression.js +9 -5
- package/dist/parquetjs/schema/types.js +4 -6
- package/package.json +6 -9
- package/src/parquetjs/compression.ts +10 -6
- package/src/parquetjs/schema/types.ts +4 -3
package/dist/dist.min.js
CHANGED
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
(()=>{var e4=Object.create;var Rc=Object.defineProperty;var t4=Object.getOwnPropertyDescriptor;var r4=Object.getOwnPropertyNames;var n4=Object.getPrototypeOf,i4=Object.prototype.hasOwnProperty;var Y_=t=>Rc(t,"__esModule",{value:!0});var V=(t,e)=>()=>(t&&(e=t(t=0)),e);var B=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Mw=(t,e)=>{Y_(t);for(var r in e)Rc(t,r,{get:e[r],enumerable:!0})},o4=(t,e,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of r4(e))!i4.call(t,n)&&n!=="default"&&Rc(t,n,{get:()=>e[n],enumerable:!(r=t4(e,n))||r.enumerable});return t},le=t=>o4(Y_(Rc(t!=null?e4(n4(t)):{},"default",t&&t.__esModule&&"default"in t?{get:()=>t.default,enumerable:!0}:{value:t,enumerable:!0})),t);var f4,s4,zw,G_=V(()=>{f4=typeof __VERSION__!="undefined"?__VERSION__:"latest",s4={parquet:{type:"arrow-table",wasmUrl:"https://unpkg.com/parquet-wasm@0.3.1/esm2/arrow1_bg.wasm"}},zw={name:"Apache Parquet",id:"parquet-wasm",module:"parquet",version:f4,worker:!1,category:"table",extensions:["parquet"],mimeTypes:["application/octet-stream"],binary:!0,tests:["PAR1","PARE"],options:s4}});var a4,l4,Hc,Z_=V(()=>{a4=typeof __VERSION__!="undefined"?__VERSION__:"latest",l4={parquet:{type:"object-row-table",url:void 0,columnList:[],geoparquet:!0}},Hc={name:"Apache Parquet",id:"parquet",module:"parquet",version:a4,worker:!0,category:"table",extensions:["parquet"],mimeTypes:["application/octet-stream"],binary:!0,tests:["PAR1","PARE"],options:l4}});var Jn,u4,c4,p4,d4,Pn,J_,m4,Q_=V(()=>{Jn={self:typeof self!="undefined"&&self,window:typeof window!="undefined"&&window,global:typeof global!="undefined"&&global,document:typeof document!="undefined"&&document},u4=Jn.self||Jn.window||Jn.global||{},c4=Jn.window||Jn.self||Jn.global||{},p4=Jn.global||Jn.self||Jn.window||{},d4=Jn.document||{},Pn=Boolean(typeof process!="object"||String(process)!=="[object process]"||process.browser),J_=typeof process!="undefined"&&process.version&&/v([0-9]*)/.exec(process.version),m4=J_&&parseFloat(J_[1])||0});function X_(...t){let e=t.map(o=>o instanceof ArrayBuffer?new Uint8Array(o):o),r=e.reduce((o,f)=>o+f.byteLength,0),n=new Uint8Array(r),i=0;for(let o of e)n.set(o,i),i+=o.byteLength;return n.buffer}var $_=V(()=>{});async function Uw(t){let e=[];for await(let r of t)e.push(r);return X_(...e)}var eq=V(()=>{$_()});function Mc(t){return t}function Lw(t){throw new Error("Buffer not supported in browser")}var Vw=V(()=>{});function tq(t){return t&&typeof t=="object"&&t.isBuffer}function zc(t){return Lw?Lw(t):t}function Zr(t){if(tq(t))return Mc(t);if(t instanceof ArrayBuffer)return t;if(ArrayBuffer.isView(t))return t.byteOffset===0&&t.byteLength===t.buffer.byteLength?t.buffer:t.buffer.slice(t.byteOffset,t.byteOffset+t.byteLength);if(typeof t=="string"){let e=t;return new TextEncoder().encode(e).buffer}if(t&&typeof t=="object"&&t._toArrayBuffer)return t._toArrayBuffer();throw new Error("toArrayBuffer")}var rq=V(()=>{Vw()});function Ni(t){return e=>new Promise((r,n)=>t(e,(i,o)=>i?n(i):r(o)))}function Uc(t){return(e,r)=>new Promise((n,i)=>t(e,r,(o,f)=>o?i(o):n(f)))}function nq(t){return(e,r,n)=>new Promise((i,o)=>t(e,r,n,(f,s)=>f?o(f):i(s)))}var Cw=V(()=>{});var iq=B(()=>{});var Lc={};Mw(Lc,{_readToArrayBuffer:()=>w4,close:()=>pq,createWriteStream:()=>mq,fstat:()=>dq,isSupported:()=>wq,open:()=>cq,read:()=>Ww,readFile:()=>sq,readFileSync:()=>aq,readdir:()=>oq,stat:()=>fq,writeFile:()=>lq,writeFileSync:()=>uq});async function w4(t,e,r){let n=Buffer.alloc(r),{bytesRead:i}=await Ww(t,n,0,r,e);if(i!==r)throw new Error("fs.read failed");return Mc(n)}var Or,oq,fq,sq,aq,lq,uq,cq,pq,Ww,dq,mq,wq,hq=V(()=>{Or=le(iq());Vw();Cw();wq=Boolean(Or.default);try{oq=Uc(Or.default.readdir),fq=Uc(Or.default.stat),sq=Or.default.readFile,aq=Or.default.readFileSync,lq=nq(Or.default.writeFile),uq=Or.default.writeFileSync,cq=Or.default.open,pq=t=>new Promise((e,r)=>Or.default.close(t,n=>n?r(n):e())),Ww=Or.default.read,dq=Or.default.fstat,mq=Or.default.createWriteStream,wq=Boolean(Or.default)}catch{}});function hl(t){if(t instanceof ArrayBuffer)return{read:async(n,i)=>Buffer.from(t,n,i),close:async()=>{},size:t.byteLength};let e=t;return{read:async(r,n)=>{let i=await e.slice(r,r+n).arrayBuffer();return Buffer.from(i)},close:async()=>{},size:e.size}}var bq=V(()=>{});var Dn=V(()=>{Q_();eq();rq();Cw();hq();bq()});var jq=B((eC,yq)=>{var Ri={},bl=4294967295,h4=9007199254740991;function Vc(t){return t=~t,t<0&&(t=(t&2147483647)+2147483648),t}function Cc(t){console.assert(t>-1&&t<=h4,"number out of range"),console.assert(Math.floor(t)===t,"number must be an integer");var e=0,r=t&4294967295,n=r<0?(t&2147483647)+2147483648:r;return t>bl&&(e=(t-n)/(bl+1)),[e,n]}function gq(t){if(t>-1)return Cc(t);var e=Cc(-t),r=Vc(e[0]),n=Vc(e[1]);return n===bl?(r+=1,n=0):n+=1,[r,n]}function Wc(t,e,r){return r&&(t&2147483648)!=0?(t=Vc(t),e=Vc(e),console.assert(t<2097152,"number too small"),-(t*(bl+1)+e+1)):(console.assert(t<2097152,"number too large"),t*(bl+1)+e)}Ri.readInt64BE=function(t,e){e=e||0;var r=t.readUInt32BE(e),n=t.readUInt32BE(e+4);return Wc(r,n,!0)};Ri.readInt64LE=function(t,e){e=e||0;var r=t.readUInt32LE(e),n=t.readUInt32LE(e+4);return Wc(n,r,!0)};Ri.readUInt64BE=function(t,e){e=e||0;var r=t.readUInt32BE(e),n=t.readUInt32BE(e+4);return Wc(r,n,!1)};Ri.readUInt64LE=function(t,e){e=e||0;var r=t.readUInt32LE(e),n=t.readUInt32LE(e+4);return Wc(n,r,!1)};Ri.writeInt64BE=function(t,e,r){r=r||0;var n=gq(t);e.writeUInt32BE(n[0],r),e.writeUInt32BE(n[1],r+4)};Ri.writeInt64LE=function(t,e,r){r=r||0;var n=gq(t);e.writeUInt32LE(n[1],r),e.writeUInt32LE(n[0],r+4)};Ri.writeUInt64BE=function(t,e,r){r=r||0;var n=Cc(t);e.writeUInt32BE(n[0],r),e.writeUInt32BE(n[1],r+4)};Ri.writeUInt64LE=function(t,e,r){r=r||0;var n=Cc(t);e.writeUInt32LE(n[1],r),e.writeUInt32LE(n[0],r+4)};yq.exports=Ri});function _q(t,e,r){switch(t){case"BOOLEAN":return b4(e);case"INT32":return y4(e);case"INT64":return _4(e);case"INT96":return v4(e);case"FLOAT":return B4(e);case"DOUBLE":return I4(e);case"BYTE_ARRAY":return S4(e);case"FIXED_LEN_BYTE_ARRAY":return A4(e,r);default:throw new Error(`unsupported type: ${t}`)}}function qq(t,e,r,n){switch(t){case"BOOLEAN":return g4(e,r);case"INT32":return j4(e,r);case"INT64":return q4(e,r);case"INT96":return T4(e,r);case"FLOAT":return k4(e,r);case"DOUBLE":return x4(e,r);case"BYTE_ARRAY":return E4(e,r);case"FIXED_LEN_BYTE_ARRAY":return O4(e,r,n);default:throw new Error(`unsupported type: ${t}`)}}function b4(t){let e=Buffer.alloc(Math.ceil(t.length/8));e.fill(0);for(let r=0;r<t.length;r++)t[r]&&(e[Math.floor(r/8)]|=1<<r%8);return e}function g4(t,e){let r=[];for(let n=0;n<e;n++){let i=t.buffer[t.offset+Math.floor(n/8)];r.push((i&1<<n%8)>0)}return t.offset+=Math.ceil(e/8),r}function y4(t){let e=Buffer.alloc(4*t.length);for(let r=0;r<t.length;r++)e.writeInt32LE(t[r],r*4);return e}function j4(t,e){let r=[];for(let n=0;n<e;n++)r.push(t.buffer.readInt32LE(t.offset)),t.offset+=4;return r}function _4(t){let e=Buffer.alloc(8*t.length);for(let r=0;r<t.length;r++)Es.default.writeInt64LE(t[r],e,r*8);return e}function q4(t,e){let r=[];for(let n=0;n<e;n++)r.push(Es.default.readInt64LE(t.buffer,t.offset)),t.offset+=8;return r}function v4(t){let e=Buffer.alloc(12*t.length);for(let r=0;r<t.length;r++)t[r]>=0?(Es.default.writeInt64LE(t[r],e,r*12),e.writeUInt32LE(0,r*12+8)):(Es.default.writeInt64LE(~-t[r]+1,e,r*12),e.writeUInt32LE(4294967295,r*12+8));return e}function T4(t,e){let r=[];for(let n=0;n<e;n++){let i=Es.default.readInt64LE(t.buffer,t.offset);t.buffer.readUInt32LE(t.offset+8)===4294967295?r.push(~-i+1):r.push(i),t.offset+=12}return r}function B4(t){let e=Buffer.alloc(4*t.length);for(let r=0;r<t.length;r++)e.writeFloatLE(t[r],r*4);return e}function k4(t,e){let r=[];for(let n=0;n<e;n++)r.push(t.buffer.readFloatLE(t.offset)),t.offset+=4;return r}function I4(t){let e=Buffer.alloc(8*t.length);for(let r=0;r<t.length;r++)e.writeDoubleLE(t[r],r*8);return e}function x4(t,e){let r=[];for(let n=0;n<e;n++)r.push(t.buffer.readDoubleLE(t.offset)),t.offset+=8;return r}function S4(t){let e=0;for(let i=0;i<t.length;i++)t[i]=Buffer.from(t[i]),e+=4+t[i].length;let r=Buffer.alloc(e),n=0;for(let i=0;i<t.length;i++)r.writeUInt32LE(t[i].length,n),t[i].copy(r,n+4),n+=4+t[i].length;return r}function E4(t,e){let r=[];for(let n=0;n<e;n++){let i=t.buffer.readUInt32LE(t.offset);t.offset+=4,r.push(t.buffer.slice(t.offset,t.offset+i)),t.offset+=i}return r}function A4(t,e){if(!e.typeLength)throw new Error("missing option: typeLength (required for FIXED_LEN_BYTE_ARRAY)");for(let r=0;r<t.length;r++)if(t[r]=Buffer.from(t[r]),t[r].length!==e.typeLength)throw new Error(`invalid value for FIXED_LEN_BYTE_ARRAY: ${t[r]}`);return Buffer.concat(t)}function O4(t,e,r){let n=[];if(!r.typeLength)throw new Error("missing option: typeLength (required for FIXED_LEN_BYTE_ARRAY)");for(let i=0;i<e;i++)n.push(t.buffer.slice(t.offset,t.offset+r.typeLength)),t.offset+=r.typeLength;return n}var Es,vq=V(()=>{Es=le(jq())});var Iq=B((rC,kq)=>{kq.exports=Bq;var Tq=128,F4=127,P4=~F4,D4=Math.pow(2,31);function Bq(t,e,r){e=e||[],r=r||0;for(var n=r;t>=D4;)e[r++]=t&255|Tq,t/=128;for(;t&P4;)e[r++]=t&255|Tq,t>>>=7;return e[r]=t|0,Bq.bytes=r-n+1,e}});var Eq=B((nC,Sq)=>{Sq.exports=Kw;var N4=128,xq=127;function Kw(t,e){var r=0,e=e||0,n=0,i=e,o,f=t.length;do{if(i>=f)throw Kw.bytes=0,new RangeError("Could not decode varint");o=t[i++],r+=n<28?(o&xq)<<n:(o&xq)*Math.pow(2,n),n+=7}while(o>=N4);return Kw.bytes=i-e,r}});var Oq=B((iC,Aq)=>{var R4=Math.pow(2,7),H4=Math.pow(2,14),M4=Math.pow(2,21),z4=Math.pow(2,28),U4=Math.pow(2,35),L4=Math.pow(2,42),V4=Math.pow(2,49),C4=Math.pow(2,56),W4=Math.pow(2,63);Aq.exports=function(t){return t<R4?1:t<H4?2:t<M4?3:t<z4?4:t<U4?5:t<L4?6:t<V4?7:t<C4?8:t<W4?9:10}});var Pq=B((oC,Fq)=>{Fq.exports={encode:Iq(),decode:Eq(),encodingLength:Oq()}});function Dq(t,e,r){if(!("bitWidth"in r))throw new Error("bitWidth is required");switch(t){case"BOOLEAN":case"INT32":case"INT64":e=e.map(s=>parseInt(s,10));break;default:throw new Error(`unsupported type: ${t}`)}let n=Buffer.alloc(0),i=[],o=0;for(let s=0;s<e.length;s++)o===0&&i.length%8==0&&e[s]===e[s+1]?(i.length&&(n=Buffer.concat([n,Nq(i,r)]),i=[]),o=1):o>0&&e[s]===e[s-1]?o+=1:(o&&(n=Buffer.concat([n,Rq(e[s-1],o,r)]),o=0),i.push(e[s]));if(o?n=Buffer.concat([n,Rq(e[e.length-1],o,r)]):i.length&&(n=Buffer.concat([n,Nq(i,r)])),r.disableEnvelope)return n;let f=Buffer.alloc(n.length+4);return f.writeUInt32LE(n.length,void 0),n.copy(f,4),f}function Kc(t,e,r,n){if(!("bitWidth"in n))throw new Error("bitWidth is required");n.disableEnvelope||(e.offset+=4);let i=[];for(;i.length<r;){let o=gl.default.decode(e.buffer,e.offset);if(e.offset+=gl.default.encodingLength(o),o&1){let f=(o>>1)*8;i.push(...K4(e,f,n))}else{let f=o>>1;i.push(...Y4(e,f,n))}}if(i=i.slice(0,r),i.length!==r)throw new Error("invalid RLE encoding");return i}function K4(t,e,r){let n=r.bitWidth;if(e%8!=0)throw new Error("must be a multiple of 8");let i=new Array(e).fill(0);for(let o=0;o<n*e;o++)t.buffer[t.offset+Math.floor(o/8)]&1<<o%8&&(i[Math.floor(o/n)]|=1<<o%n);return t.offset+=n*(e/8),i}function Y4(t,e,r){let n=r.bitWidth,i=0;for(let o=0;o<Math.ceil(n/8);o++)i<<8,i+=t.buffer[t.offset],t.offset+=1;return new Array(e).fill(i)}function Nq(t,e){let r=e.bitWidth;for(let i=0;i<t.length%8;i++)t.push(0);let n=Buffer.alloc(Math.ceil(r*(t.length/8)));for(let i=0;i<r*t.length;i++)(t[Math.floor(i/r)]&1<<i%r)>0&&(n[Math.floor(i/8)]|=1<<i%8);return Buffer.concat([Buffer.from(gl.default.encode(t.length/8<<1|1)),n])}function Rq(t,e,r){let n=r.bitWidth,i=Buffer.alloc(Math.ceil(n/8));for(let o=0;o<i.length;o++)i.writeUInt8(t&255,o),t>>8;return Buffer.concat([Buffer.from(gl.default.encode(e<<1)),i])}var gl,Yw=V(()=>{gl=le(Pq())});function Gw(t,e,r,n){return n.bitWidth=e.buffer.slice(e.offset,e.offset+1).readInt8(0),e.offset+=1,Kc(t,e,r,{...n,disableEnvelope:!0})}function Zw(t,e,r,n){throw new Error("Encode dictionary functionality is not supported")}var Hq=V(()=>{Yw()});var Mq=V(()=>{});var vo,Yc=V(()=>{vq();Yw();Hq();Mq();vo={PLAIN:{encodeValues:_q,decodeValues:qq},RLE:{encodeValues:Dq,decodeValues:Kc},PLAIN_DICTIONARY:{encodeValues:Zw,decodeValues:Gw},RLE_DICTIONARY:{encodeValues:Zw,decodeValues:Gw}}});var _r,To=V(()=>{Dn();_r=class{constructor(e){this.compressBatches=this.compressBatches.bind(this),this.decompressBatches=this.decompressBatches.bind(this)}async preload(){}async compress(e){return await this.preload(),this.compressSync(e)}async decompress(e,r){return await this.preload(),this.decompressSync(e,r)}compressSync(e){throw new Error(`${this.name}: sync compression not supported`)}decompressSync(e,r){throw new Error(`${this.name}: sync decompression not supported`)}async*compressBatches(e){let r=await this.concatenate(e);yield this.compress(r)}async*decompressBatches(e){let r=await this.concatenate(e);yield this.decompress(r)}concatenate(e){return Uw(e)}improveError(e){return e.message.includes(this.name)||(e.message=`${this.name} ${e.message}`),e}}});var Gc,zq=V(()=>{To();Gc=class extends _r{constructor(e){super(e);this.name="uncompressed";this.extensions=[];this.contentEncodings=[];this.isSupported=!0;this.options=e||{}}compressSync(e){return e}decompressSync(e){return e}async*compressBatches(e){return yield*e}async*decompressBatches(e){return yield*e}}});var Hi=B(qr=>{"use strict";var G4=typeof Uint8Array!="undefined"&&typeof Uint16Array!="undefined"&&typeof Int32Array!="undefined";function Z4(t,e){return Object.prototype.hasOwnProperty.call(t,e)}qr.assign=function(t){for(var e=Array.prototype.slice.call(arguments,1);e.length;){var r=e.shift();if(!!r){if(typeof r!="object")throw new TypeError(r+"must be non-object");for(var n in r)Z4(r,n)&&(t[n]=r[n])}}return t};qr.shrinkBuf=function(t,e){return t.length===e?t:t.subarray?t.subarray(0,e):(t.length=e,t)};var J4={arraySet:function(t,e,r,n,i){if(e.subarray&&t.subarray){t.set(e.subarray(r,r+n),i);return}for(var o=0;o<n;o++)t[i+o]=e[r+o]},flattenChunks:function(t){var e,r,n,i,o,f;for(n=0,e=0,r=t.length;e<r;e++)n+=t[e].length;for(f=new Uint8Array(n),i=0,e=0,r=t.length;e<r;e++)o=t[e],f.set(o,i),i+=o.length;return f}},Q4={arraySet:function(t,e,r,n,i){for(var o=0;o<n;o++)t[i+o]=e[r+o]},flattenChunks:function(t){return[].concat.apply([],t)}};qr.setTyped=function(t){t?(qr.Buf8=Uint8Array,qr.Buf16=Uint16Array,qr.Buf32=Int32Array,qr.assign(qr,J4)):(qr.Buf8=Array,qr.Buf16=Array,qr.Buf32=Array,qr.assign(qr,Q4))};qr.setTyped(G4)});var lv=B(Fs=>{"use strict";var X4=Hi(),$4=4,Uq=0,Lq=1,e2=2;function As(t){for(var e=t.length;--e>=0;)t[e]=0}var t2=0,Vq=1,r2=2,n2=3,i2=258,Jw=29,yl=256,jl=yl+1+Jw,Os=30,Qw=19,Cq=2*jl+1,xf=15,Xw=16,o2=7,$w=256,Wq=16,Kq=17,Yq=18,eh=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],Zc=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],f2=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],Gq=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],s2=512,Mi=new Array((jl+2)*2);As(Mi);var _l=new Array(Os*2);As(_l);var ql=new Array(s2);As(ql);var vl=new Array(i2-n2+1);As(vl);var th=new Array(Jw);As(th);var Jc=new Array(Os);As(Jc);function rh(t,e,r,n,i){this.static_tree=t,this.extra_bits=e,this.extra_base=r,this.elems=n,this.max_length=i,this.has_stree=t&&t.length}var Zq,Jq,Qq;function nh(t,e){this.dyn_tree=t,this.max_code=0,this.stat_desc=e}function Xq(t){return t<256?ql[t]:ql[256+(t>>>7)]}function Tl(t,e){t.pending_buf[t.pending++]=e&255,t.pending_buf[t.pending++]=e>>>8&255}function Fr(t,e,r){t.bi_valid>Xw-r?(t.bi_buf|=e<<t.bi_valid&65535,Tl(t,t.bi_buf),t.bi_buf=e>>Xw-t.bi_valid,t.bi_valid+=r-Xw):(t.bi_buf|=e<<t.bi_valid&65535,t.bi_valid+=r)}function Qn(t,e,r){Fr(t,r[e*2],r[e*2+1])}function $q(t,e){var r=0;do r|=t&1,t>>>=1,r<<=1;while(--e>0);return r>>>1}function a2(t){t.bi_valid===16?(Tl(t,t.bi_buf),t.bi_buf=0,t.bi_valid=0):t.bi_valid>=8&&(t.pending_buf[t.pending++]=t.bi_buf&255,t.bi_buf>>=8,t.bi_valid-=8)}function l2(t,e){var r=e.dyn_tree,n=e.max_code,i=e.stat_desc.static_tree,o=e.stat_desc.has_stree,f=e.stat_desc.extra_bits,s=e.stat_desc.extra_base,u=e.stat_desc.max_length,l,c,w,p,g,T,L=0;for(p=0;p<=xf;p++)t.bl_count[p]=0;for(r[t.heap[t.heap_max]*2+1]=0,l=t.heap_max+1;l<Cq;l++)c=t.heap[l],p=r[r[c*2+1]*2+1]+1,p>u&&(p=u,L++),r[c*2+1]=p,!(c>n)&&(t.bl_count[p]++,g=0,c>=s&&(g=f[c-s]),T=r[c*2],t.opt_len+=T*(p+g),o&&(t.static_len+=T*(i[c*2+1]+g)));if(L!==0){do{for(p=u-1;t.bl_count[p]===0;)p--;t.bl_count[p]--,t.bl_count[p+1]+=2,t.bl_count[u]--,L-=2}while(L>0);for(p=u;p!==0;p--)for(c=t.bl_count[p];c!==0;)w=t.heap[--l],!(w>n)&&(r[w*2+1]!==p&&(t.opt_len+=(p-r[w*2+1])*r[w*2],r[w*2+1]=p),c--)}}function ev(t,e,r){var n=new Array(xf+1),i=0,o,f;for(o=1;o<=xf;o++)n[o]=i=i+r[o-1]<<1;for(f=0;f<=e;f++){var s=t[f*2+1];s!==0&&(t[f*2]=$q(n[s]++,s))}}function u2(){var t,e,r,n,i,o=new Array(xf+1);for(r=0,n=0;n<Jw-1;n++)for(th[n]=r,t=0;t<1<<eh[n];t++)vl[r++]=n;for(vl[r-1]=n,i=0,n=0;n<16;n++)for(Jc[n]=i,t=0;t<1<<Zc[n];t++)ql[i++]=n;for(i>>=7;n<Os;n++)for(Jc[n]=i<<7,t=0;t<1<<Zc[n]-7;t++)ql[256+i++]=n;for(e=0;e<=xf;e++)o[e]=0;for(t=0;t<=143;)Mi[t*2+1]=8,t++,o[8]++;for(;t<=255;)Mi[t*2+1]=9,t++,o[9]++;for(;t<=279;)Mi[t*2+1]=7,t++,o[7]++;for(;t<=287;)Mi[t*2+1]=8,t++,o[8]++;for(ev(Mi,jl+1,o),t=0;t<Os;t++)_l[t*2+1]=5,_l[t*2]=$q(t,5);Zq=new rh(Mi,eh,yl+1,jl,xf),Jq=new rh(_l,Zc,0,Os,xf),Qq=new rh(new Array(0),f2,0,Qw,o2)}function tv(t){var e;for(e=0;e<jl;e++)t.dyn_ltree[e*2]=0;for(e=0;e<Os;e++)t.dyn_dtree[e*2]=0;for(e=0;e<Qw;e++)t.bl_tree[e*2]=0;t.dyn_ltree[$w*2]=1,t.opt_len=t.static_len=0,t.last_lit=t.matches=0}function rv(t){t.bi_valid>8?Tl(t,t.bi_buf):t.bi_valid>0&&(t.pending_buf[t.pending++]=t.bi_buf),t.bi_buf=0,t.bi_valid=0}function c2(t,e,r,n){rv(t),n&&(Tl(t,r),Tl(t,~r)),X4.arraySet(t.pending_buf,t.window,e,r,t.pending),t.pending+=r}function nv(t,e,r,n){var i=e*2,o=r*2;return t[i]<t[o]||t[i]===t[o]&&n[e]<=n[r]}function ih(t,e,r){for(var n=t.heap[r],i=r<<1;i<=t.heap_len&&(i<t.heap_len&&nv(e,t.heap[i+1],t.heap[i],t.depth)&&i++,!nv(e,n,t.heap[i],t.depth));)t.heap[r]=t.heap[i],r=i,i<<=1;t.heap[r]=n}function iv(t,e,r){var n,i,o=0,f,s;if(t.last_lit!==0)do n=t.pending_buf[t.d_buf+o*2]<<8|t.pending_buf[t.d_buf+o*2+1],i=t.pending_buf[t.l_buf+o],o++,n===0?Qn(t,i,e):(f=vl[i],Qn(t,f+yl+1,e),s=eh[f],s!==0&&(i-=th[f],Fr(t,i,s)),n--,f=Xq(n),Qn(t,f,r),s=Zc[f],s!==0&&(n-=Jc[f],Fr(t,n,s)));while(o<t.last_lit);Qn(t,$w,e)}function oh(t,e){var r=e.dyn_tree,n=e.stat_desc.static_tree,i=e.stat_desc.has_stree,o=e.stat_desc.elems,f,s,u=-1,l;for(t.heap_len=0,t.heap_max=Cq,f=0;f<o;f++)r[f*2]!==0?(t.heap[++t.heap_len]=u=f,t.depth[f]=0):r[f*2+1]=0;for(;t.heap_len<2;)l=t.heap[++t.heap_len]=u<2?++u:0,r[l*2]=1,t.depth[l]=0,t.opt_len--,i&&(t.static_len-=n[l*2+1]);for(e.max_code=u,f=t.heap_len>>1;f>=1;f--)ih(t,r,f);l=o;do f=t.heap[1],t.heap[1]=t.heap[t.heap_len--],ih(t,r,1),s=t.heap[1],t.heap[--t.heap_max]=f,t.heap[--t.heap_max]=s,r[l*2]=r[f*2]+r[s*2],t.depth[l]=(t.depth[f]>=t.depth[s]?t.depth[f]:t.depth[s])+1,r[f*2+1]=r[s*2+1]=l,t.heap[1]=l++,ih(t,r,1);while(t.heap_len>=2);t.heap[--t.heap_max]=t.heap[1],l2(t,e),ev(r,u,t.bl_count)}function ov(t,e,r){var n,i=-1,o,f=e[0*2+1],s=0,u=7,l=4;for(f===0&&(u=138,l=3),e[(r+1)*2+1]=65535,n=0;n<=r;n++)o=f,f=e[(n+1)*2+1],!(++s<u&&o===f)&&(s<l?t.bl_tree[o*2]+=s:o!==0?(o!==i&&t.bl_tree[o*2]++,t.bl_tree[Wq*2]++):s<=10?t.bl_tree[Kq*2]++:t.bl_tree[Yq*2]++,s=0,i=o,f===0?(u=138,l=3):o===f?(u=6,l=3):(u=7,l=4))}function fv(t,e,r){var n,i=-1,o,f=e[0*2+1],s=0,u=7,l=4;for(f===0&&(u=138,l=3),n=0;n<=r;n++)if(o=f,f=e[(n+1)*2+1],!(++s<u&&o===f)){if(s<l)do Qn(t,o,t.bl_tree);while(--s!=0);else o!==0?(o!==i&&(Qn(t,o,t.bl_tree),s--),Qn(t,Wq,t.bl_tree),Fr(t,s-3,2)):s<=10?(Qn(t,Kq,t.bl_tree),Fr(t,s-3,3)):(Qn(t,Yq,t.bl_tree),Fr(t,s-11,7));s=0,i=o,f===0?(u=138,l=3):o===f?(u=6,l=3):(u=7,l=4)}}function p2(t){var e;for(ov(t,t.dyn_ltree,t.l_desc.max_code),ov(t,t.dyn_dtree,t.d_desc.max_code),oh(t,t.bl_desc),e=Qw-1;e>=3&&t.bl_tree[Gq[e]*2+1]===0;e--);return t.opt_len+=3*(e+1)+5+5+4,e}function d2(t,e,r,n){var i;for(Fr(t,e-257,5),Fr(t,r-1,5),Fr(t,n-4,4),i=0;i<n;i++)Fr(t,t.bl_tree[Gq[i]*2+1],3);fv(t,t.dyn_ltree,e-1),fv(t,t.dyn_dtree,r-1)}function m2(t){var e=4093624447,r;for(r=0;r<=31;r++,e>>>=1)if(e&1&&t.dyn_ltree[r*2]!==0)return Uq;if(t.dyn_ltree[9*2]!==0||t.dyn_ltree[10*2]!==0||t.dyn_ltree[13*2]!==0)return Lq;for(r=32;r<yl;r++)if(t.dyn_ltree[r*2]!==0)return Lq;return Uq}var sv=!1;function w2(t){sv||(u2(),sv=!0),t.l_desc=new nh(t.dyn_ltree,Zq),t.d_desc=new nh(t.dyn_dtree,Jq),t.bl_desc=new nh(t.bl_tree,Qq),t.bi_buf=0,t.bi_valid=0,tv(t)}function av(t,e,r,n){Fr(t,(t2<<1)+(n?1:0),3),c2(t,e,r,!0)}function h2(t){Fr(t,Vq<<1,3),Qn(t,$w,Mi),a2(t)}function b2(t,e,r,n){var i,o,f=0;t.level>0?(t.strm.data_type===e2&&(t.strm.data_type=m2(t)),oh(t,t.l_desc),oh(t,t.d_desc),f=p2(t),i=t.opt_len+3+7>>>3,o=t.static_len+3+7>>>3,o<=i&&(i=o)):i=o=r+5,r+4<=i&&e!==-1?av(t,e,r,n):t.strategy===$4||o===i?(Fr(t,(Vq<<1)+(n?1:0),3),iv(t,Mi,_l)):(Fr(t,(r2<<1)+(n?1:0),3),d2(t,t.l_desc.max_code+1,t.d_desc.max_code+1,f+1),iv(t,t.dyn_ltree,t.dyn_dtree)),tv(t),n&&rv(t)}function g2(t,e,r){return t.pending_buf[t.d_buf+t.last_lit*2]=e>>>8&255,t.pending_buf[t.d_buf+t.last_lit*2+1]=e&255,t.pending_buf[t.l_buf+t.last_lit]=r&255,t.last_lit++,e===0?t.dyn_ltree[r*2]++:(t.matches++,e--,t.dyn_ltree[(vl[r]+yl+1)*2]++,t.dyn_dtree[Xq(e)*2]++),t.last_lit===t.lit_bufsize-1}Fs._tr_init=w2;Fs._tr_stored_block=av;Fs._tr_flush_block=b2;Fs._tr_tally=g2;Fs._tr_align=h2});var fh=B((_C,uv)=>{"use strict";function y2(t,e,r,n){for(var i=t&65535|0,o=t>>>16&65535|0,f=0;r!==0;){f=r>2e3?2e3:r,r-=f;do i=i+e[n++]|0,o=o+i|0;while(--f);i%=65521,o%=65521}return i|o<<16|0}uv.exports=y2});var sh=B((qC,cv)=>{"use strict";function j2(){for(var t,e=[],r=0;r<256;r++){t=r;for(var n=0;n<8;n++)t=t&1?3988292384^t>>>1:t>>>1;e[r]=t}return e}var _2=j2();function q2(t,e,r,n){var i=_2,o=n+r;t^=-1;for(var f=n;f<o;f++)t=t>>>8^i[(t^e[f])&255];return t^-1}cv.exports=q2});var Qc=B((vC,pv)=>{"use strict";pv.exports={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"}});var _v=B(ei=>{"use strict";var vr=Hi(),rn=lv(),dv=fh(),Bo=sh(),v2=Qc(),Sf=0,T2=1,B2=3,ko=4,mv=5,Xn=0,wv=1,nn=-2,k2=-3,ah=-5,I2=-1,x2=1,Xc=2,S2=3,E2=4,A2=0,O2=2,$c=8,F2=9,P2=15,D2=8,N2=29,R2=256,lh=R2+1+N2,H2=30,M2=19,z2=2*lh+1,U2=15,We=3,Io=258,Nn=Io+We+1,L2=32,ep=42,uh=69,tp=73,rp=91,np=103,Ef=113,Bl=666,Qt=1,kl=2,Af=3,Ps=4,V2=3;function xo(t,e){return t.msg=v2[e],e}function hv(t){return(t<<1)-(t>4?9:0)}function So(t){for(var e=t.length;--e>=0;)t[e]=0}function Eo(t){var e=t.state,r=e.pending;r>t.avail_out&&(r=t.avail_out),r!==0&&(vr.arraySet(t.output,e.pending_buf,e.pending_out,r,t.next_out),t.next_out+=r,e.pending_out+=r,t.total_out+=r,t.avail_out-=r,e.pending-=r,e.pending===0&&(e.pending_out=0))}function sr(t,e){rn._tr_flush_block(t,t.block_start>=0?t.block_start:-1,t.strstart-t.block_start,e),t.block_start=t.strstart,Eo(t.strm)}function et(t,e){t.pending_buf[t.pending++]=e}function Il(t,e){t.pending_buf[t.pending++]=e>>>8&255,t.pending_buf[t.pending++]=e&255}function C2(t,e,r,n){var i=t.avail_in;return i>n&&(i=n),i===0?0:(t.avail_in-=i,vr.arraySet(e,t.input,t.next_in,i,r),t.state.wrap===1?t.adler=dv(t.adler,e,i,r):t.state.wrap===2&&(t.adler=Bo(t.adler,e,i,r)),t.next_in+=i,t.total_in+=i,i)}function bv(t,e){var r=t.max_chain_length,n=t.strstart,i,o,f=t.prev_length,s=t.nice_match,u=t.strstart>t.w_size-Nn?t.strstart-(t.w_size-Nn):0,l=t.window,c=t.w_mask,w=t.prev,p=t.strstart+Io,g=l[n+f-1],T=l[n+f];t.prev_length>=t.good_match&&(r>>=2),s>t.lookahead&&(s=t.lookahead);do if(i=e,!(l[i+f]!==T||l[i+f-1]!==g||l[i]!==l[n]||l[++i]!==l[n+1])){n+=2,i++;do;while(l[++n]===l[++i]&&l[++n]===l[++i]&&l[++n]===l[++i]&&l[++n]===l[++i]&&l[++n]===l[++i]&&l[++n]===l[++i]&&l[++n]===l[++i]&&l[++n]===l[++i]&&n<p);if(o=Io-(p-n),n=p-Io,o>f){if(t.match_start=e,f=o,o>=s)break;g=l[n+f-1],T=l[n+f]}}while((e=w[e&c])>u&&--r!=0);return f<=t.lookahead?f:t.lookahead}function Of(t){var e=t.w_size,r,n,i,o,f;do{if(o=t.window_size-t.lookahead-t.strstart,t.strstart>=e+(e-Nn)){vr.arraySet(t.window,t.window,e,e,0),t.match_start-=e,t.strstart-=e,t.block_start-=e,n=t.hash_size,r=n;do i=t.head[--r],t.head[r]=i>=e?i-e:0;while(--n);n=e,r=n;do i=t.prev[--r],t.prev[r]=i>=e?i-e:0;while(--n);o+=e}if(t.strm.avail_in===0)break;if(n=C2(t.strm,t.window,t.strstart+t.lookahead,o),t.lookahead+=n,t.lookahead+t.insert>=We)for(f=t.strstart-t.insert,t.ins_h=t.window[f],t.ins_h=(t.ins_h<<t.hash_shift^t.window[f+1])&t.hash_mask;t.insert&&(t.ins_h=(t.ins_h<<t.hash_shift^t.window[f+We-1])&t.hash_mask,t.prev[f&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=f,f++,t.insert--,!(t.lookahead+t.insert<We)););}while(t.lookahead<Nn&&t.strm.avail_in!==0)}function W2(t,e){var r=65535;for(r>t.pending_buf_size-5&&(r=t.pending_buf_size-5);;){if(t.lookahead<=1){if(Of(t),t.lookahead===0&&e===Sf)return Qt;if(t.lookahead===0)break}t.strstart+=t.lookahead,t.lookahead=0;var n=t.block_start+r;if((t.strstart===0||t.strstart>=n)&&(t.lookahead=t.strstart-n,t.strstart=n,sr(t,!1),t.strm.avail_out===0)||t.strstart-t.block_start>=t.w_size-Nn&&(sr(t,!1),t.strm.avail_out===0))return Qt}return t.insert=0,e===ko?(sr(t,!0),t.strm.avail_out===0?Af:Ps):(t.strstart>t.block_start&&(sr(t,!1),t.strm.avail_out===0),Qt)}function ch(t,e){for(var r,n;;){if(t.lookahead<Nn){if(Of(t),t.lookahead<Nn&&e===Sf)return Qt;if(t.lookahead===0)break}if(r=0,t.lookahead>=We&&(t.ins_h=(t.ins_h<<t.hash_shift^t.window[t.strstart+We-1])&t.hash_mask,r=t.prev[t.strstart&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=t.strstart),r!==0&&t.strstart-r<=t.w_size-Nn&&(t.match_length=bv(t,r)),t.match_length>=We)if(n=rn._tr_tally(t,t.strstart-t.match_start,t.match_length-We),t.lookahead-=t.match_length,t.match_length<=t.max_lazy_match&&t.lookahead>=We){t.match_length--;do t.strstart++,t.ins_h=(t.ins_h<<t.hash_shift^t.window[t.strstart+We-1])&t.hash_mask,r=t.prev[t.strstart&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=t.strstart;while(--t.match_length!=0);t.strstart++}else t.strstart+=t.match_length,t.match_length=0,t.ins_h=t.window[t.strstart],t.ins_h=(t.ins_h<<t.hash_shift^t.window[t.strstart+1])&t.hash_mask;else n=rn._tr_tally(t,0,t.window[t.strstart]),t.lookahead--,t.strstart++;if(n&&(sr(t,!1),t.strm.avail_out===0))return Qt}return t.insert=t.strstart<We-1?t.strstart:We-1,e===ko?(sr(t,!0),t.strm.avail_out===0?Af:Ps):t.last_lit&&(sr(t,!1),t.strm.avail_out===0)?Qt:kl}function Ds(t,e){for(var r,n,i;;){if(t.lookahead<Nn){if(Of(t),t.lookahead<Nn&&e===Sf)return Qt;if(t.lookahead===0)break}if(r=0,t.lookahead>=We&&(t.ins_h=(t.ins_h<<t.hash_shift^t.window[t.strstart+We-1])&t.hash_mask,r=t.prev[t.strstart&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=t.strstart),t.prev_length=t.match_length,t.prev_match=t.match_start,t.match_length=We-1,r!==0&&t.prev_length<t.max_lazy_match&&t.strstart-r<=t.w_size-Nn&&(t.match_length=bv(t,r),t.match_length<=5&&(t.strategy===x2||t.match_length===We&&t.strstart-t.match_start>4096)&&(t.match_length=We-1)),t.prev_length>=We&&t.match_length<=t.prev_length){i=t.strstart+t.lookahead-We,n=rn._tr_tally(t,t.strstart-1-t.prev_match,t.prev_length-We),t.lookahead-=t.prev_length-1,t.prev_length-=2;do++t.strstart<=i&&(t.ins_h=(t.ins_h<<t.hash_shift^t.window[t.strstart+We-1])&t.hash_mask,r=t.prev[t.strstart&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=t.strstart);while(--t.prev_length!=0);if(t.match_available=0,t.match_length=We-1,t.strstart++,n&&(sr(t,!1),t.strm.avail_out===0))return Qt}else if(t.match_available){if(n=rn._tr_tally(t,0,t.window[t.strstart-1]),n&&sr(t,!1),t.strstart++,t.lookahead--,t.strm.avail_out===0)return Qt}else t.match_available=1,t.strstart++,t.lookahead--}return t.match_available&&(n=rn._tr_tally(t,0,t.window[t.strstart-1]),t.match_available=0),t.insert=t.strstart<We-1?t.strstart:We-1,e===ko?(sr(t,!0),t.strm.avail_out===0?Af:Ps):t.last_lit&&(sr(t,!1),t.strm.avail_out===0)?Qt:kl}function K2(t,e){for(var r,n,i,o,f=t.window;;){if(t.lookahead<=Io){if(Of(t),t.lookahead<=Io&&e===Sf)return Qt;if(t.lookahead===0)break}if(t.match_length=0,t.lookahead>=We&&t.strstart>0&&(i=t.strstart-1,n=f[i],n===f[++i]&&n===f[++i]&&n===f[++i])){o=t.strstart+Io;do;while(n===f[++i]&&n===f[++i]&&n===f[++i]&&n===f[++i]&&n===f[++i]&&n===f[++i]&&n===f[++i]&&n===f[++i]&&i<o);t.match_length=Io-(o-i),t.match_length>t.lookahead&&(t.match_length=t.lookahead)}if(t.match_length>=We?(r=rn._tr_tally(t,1,t.match_length-We),t.lookahead-=t.match_length,t.strstart+=t.match_length,t.match_length=0):(r=rn._tr_tally(t,0,t.window[t.strstart]),t.lookahead--,t.strstart++),r&&(sr(t,!1),t.strm.avail_out===0))return Qt}return t.insert=0,e===ko?(sr(t,!0),t.strm.avail_out===0?Af:Ps):t.last_lit&&(sr(t,!1),t.strm.avail_out===0)?Qt:kl}function Y2(t,e){for(var r;;){if(t.lookahead===0&&(Of(t),t.lookahead===0)){if(e===Sf)return Qt;break}if(t.match_length=0,r=rn._tr_tally(t,0,t.window[t.strstart]),t.lookahead--,t.strstart++,r&&(sr(t,!1),t.strm.avail_out===0))return Qt}return t.insert=0,e===ko?(sr(t,!0),t.strm.avail_out===0?Af:Ps):t.last_lit&&(sr(t,!1),t.strm.avail_out===0)?Qt:kl}function $n(t,e,r,n,i){this.good_length=t,this.max_lazy=e,this.nice_length=r,this.max_chain=n,this.func=i}var Ns;Ns=[new $n(0,0,0,0,W2),new $n(4,4,8,4,ch),new $n(4,5,16,8,ch),new $n(4,6,32,32,ch),new $n(4,4,16,16,Ds),new $n(8,16,32,32,Ds),new $n(8,16,128,128,Ds),new $n(8,32,128,256,Ds),new $n(32,128,258,1024,Ds),new $n(32,258,258,4096,Ds)];function G2(t){t.window_size=2*t.w_size,So(t.head),t.max_lazy_match=Ns[t.level].max_lazy,t.good_match=Ns[t.level].good_length,t.nice_match=Ns[t.level].nice_length,t.max_chain_length=Ns[t.level].max_chain,t.strstart=0,t.block_start=0,t.lookahead=0,t.insert=0,t.match_length=t.prev_length=We-1,t.match_available=0,t.ins_h=0}function Z2(){this.strm=null,this.status=0,this.pending_buf=null,this.pending_buf_size=0,this.pending_out=0,this.pending=0,this.wrap=0,this.gzhead=null,this.gzindex=0,this.method=$c,this.last_flush=-1,this.w_size=0,this.w_bits=0,this.w_mask=0,this.window=null,this.window_size=0,this.prev=null,this.head=null,this.ins_h=0,this.hash_size=0,this.hash_bits=0,this.hash_mask=0,this.hash_shift=0,this.block_start=0,this.match_length=0,this.prev_match=0,this.match_available=0,this.strstart=0,this.match_start=0,this.lookahead=0,this.prev_length=0,this.max_chain_length=0,this.max_lazy_match=0,this.level=0,this.strategy=0,this.good_match=0,this.nice_match=0,this.dyn_ltree=new vr.Buf16(z2*2),this.dyn_dtree=new vr.Buf16((2*H2+1)*2),this.bl_tree=new vr.Buf16((2*M2+1)*2),So(this.dyn_ltree),So(this.dyn_dtree),So(this.bl_tree),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this.bl_count=new vr.Buf16(U2+1),this.heap=new vr.Buf16(2*lh+1),So(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new vr.Buf16(2*lh+1),So(this.depth),this.l_buf=0,this.lit_bufsize=0,this.last_lit=0,this.d_buf=0,this.opt_len=0,this.static_len=0,this.matches=0,this.insert=0,this.bi_buf=0,this.bi_valid=0}function gv(t){var e;return!t||!t.state?xo(t,nn):(t.total_in=t.total_out=0,t.data_type=O2,e=t.state,e.pending=0,e.pending_out=0,e.wrap<0&&(e.wrap=-e.wrap),e.status=e.wrap?ep:Ef,t.adler=e.wrap===2?0:1,e.last_flush=Sf,rn._tr_init(e),Xn)}function yv(t){var e=gv(t);return e===Xn&&G2(t.state),e}function J2(t,e){return!t||!t.state||t.state.wrap!==2?nn:(t.state.gzhead=e,Xn)}function jv(t,e,r,n,i,o){if(!t)return nn;var f=1;if(e===I2&&(e=6),n<0?(f=0,n=-n):n>15&&(f=2,n-=16),i<1||i>F2||r!==$c||n<8||n>15||e<0||e>9||o<0||o>E2)return xo(t,nn);n===8&&(n=9);var s=new Z2;return t.state=s,s.strm=t,s.wrap=f,s.gzhead=null,s.w_bits=n,s.w_size=1<<s.w_bits,s.w_mask=s.w_size-1,s.hash_bits=i+7,s.hash_size=1<<s.hash_bits,s.hash_mask=s.hash_size-1,s.hash_shift=~~((s.hash_bits+We-1)/We),s.window=new vr.Buf8(s.w_size*2),s.head=new vr.Buf16(s.hash_size),s.prev=new vr.Buf16(s.w_size),s.lit_bufsize=1<<i+6,s.pending_buf_size=s.lit_bufsize*4,s.pending_buf=new vr.Buf8(s.pending_buf_size),s.d_buf=1*s.lit_bufsize,s.l_buf=(1+2)*s.lit_bufsize,s.level=e,s.strategy=o,s.method=r,yv(t)}function Q2(t,e){return jv(t,e,$c,P2,D2,A2)}function X2(t,e){var r,n,i,o;if(!t||!t.state||e>mv||e<0)return t?xo(t,nn):nn;if(n=t.state,!t.output||!t.input&&t.avail_in!==0||n.status===Bl&&e!==ko)return xo(t,t.avail_out===0?ah:nn);if(n.strm=t,r=n.last_flush,n.last_flush=e,n.status===ep)if(n.wrap===2)t.adler=0,et(n,31),et(n,139),et(n,8),n.gzhead?(et(n,(n.gzhead.text?1:0)+(n.gzhead.hcrc?2:0)+(n.gzhead.extra?4:0)+(n.gzhead.name?8:0)+(n.gzhead.comment?16:0)),et(n,n.gzhead.time&255),et(n,n.gzhead.time>>8&255),et(n,n.gzhead.time>>16&255),et(n,n.gzhead.time>>24&255),et(n,n.level===9?2:n.strategy>=Xc||n.level<2?4:0),et(n,n.gzhead.os&255),n.gzhead.extra&&n.gzhead.extra.length&&(et(n,n.gzhead.extra.length&255),et(n,n.gzhead.extra.length>>8&255)),n.gzhead.hcrc&&(t.adler=Bo(t.adler,n.pending_buf,n.pending,0)),n.gzindex=0,n.status=uh):(et(n,0),et(n,0),et(n,0),et(n,0),et(n,0),et(n,n.level===9?2:n.strategy>=Xc||n.level<2?4:0),et(n,V2),n.status=Ef);else{var f=$c+(n.w_bits-8<<4)<<8,s=-1;n.strategy>=Xc||n.level<2?s=0:n.level<6?s=1:n.level===6?s=2:s=3,f|=s<<6,n.strstart!==0&&(f|=L2),f+=31-f%31,n.status=Ef,Il(n,f),n.strstart!==0&&(Il(n,t.adler>>>16),Il(n,t.adler&65535)),t.adler=1}if(n.status===uh)if(n.gzhead.extra){for(i=n.pending;n.gzindex<(n.gzhead.extra.length&65535)&&!(n.pending===n.pending_buf_size&&(n.gzhead.hcrc&&n.pending>i&&(t.adler=Bo(t.adler,n.pending_buf,n.pending-i,i)),Eo(t),i=n.pending,n.pending===n.pending_buf_size));)et(n,n.gzhead.extra[n.gzindex]&255),n.gzindex++;n.gzhead.hcrc&&n.pending>i&&(t.adler=Bo(t.adler,n.pending_buf,n.pending-i,i)),n.gzindex===n.gzhead.extra.length&&(n.gzindex=0,n.status=tp)}else n.status=tp;if(n.status===tp)if(n.gzhead.name){i=n.pending;do{if(n.pending===n.pending_buf_size&&(n.gzhead.hcrc&&n.pending>i&&(t.adler=Bo(t.adler,n.pending_buf,n.pending-i,i)),Eo(t),i=n.pending,n.pending===n.pending_buf_size)){o=1;break}n.gzindex<n.gzhead.name.length?o=n.gzhead.name.charCodeAt(n.gzindex++)&255:o=0,et(n,o)}while(o!==0);n.gzhead.hcrc&&n.pending>i&&(t.adler=Bo(t.adler,n.pending_buf,n.pending-i,i)),o===0&&(n.gzindex=0,n.status=rp)}else n.status=rp;if(n.status===rp)if(n.gzhead.comment){i=n.pending;do{if(n.pending===n.pending_buf_size&&(n.gzhead.hcrc&&n.pending>i&&(t.adler=Bo(t.adler,n.pending_buf,n.pending-i,i)),Eo(t),i=n.pending,n.pending===n.pending_buf_size)){o=1;break}n.gzindex<n.gzhead.comment.length?o=n.gzhead.comment.charCodeAt(n.gzindex++)&255:o=0,et(n,o)}while(o!==0);n.gzhead.hcrc&&n.pending>i&&(t.adler=Bo(t.adler,n.pending_buf,n.pending-i,i)),o===0&&(n.status=np)}else n.status=np;if(n.status===np&&(n.gzhead.hcrc?(n.pending+2>n.pending_buf_size&&Eo(t),n.pending+2<=n.pending_buf_size&&(et(n,t.adler&255),et(n,t.adler>>8&255),t.adler=0,n.status=Ef)):n.status=Ef),n.pending!==0){if(Eo(t),t.avail_out===0)return n.last_flush=-1,Xn}else if(t.avail_in===0&&hv(e)<=hv(r)&&e!==ko)return xo(t,ah);if(n.status===Bl&&t.avail_in!==0)return xo(t,ah);if(t.avail_in!==0||n.lookahead!==0||e!==Sf&&n.status!==Bl){var u=n.strategy===Xc?Y2(n,e):n.strategy===S2?K2(n,e):Ns[n.level].func(n,e);if((u===Af||u===Ps)&&(n.status=Bl),u===Qt||u===Af)return t.avail_out===0&&(n.last_flush=-1),Xn;if(u===kl&&(e===T2?rn._tr_align(n):e!==mv&&(rn._tr_stored_block(n,0,0,!1),e===B2&&(So(n.head),n.lookahead===0&&(n.strstart=0,n.block_start=0,n.insert=0))),Eo(t),t.avail_out===0))return n.last_flush=-1,Xn}return e!==ko?Xn:n.wrap<=0?wv:(n.wrap===2?(et(n,t.adler&255),et(n,t.adler>>8&255),et(n,t.adler>>16&255),et(n,t.adler>>24&255),et(n,t.total_in&255),et(n,t.total_in>>8&255),et(n,t.total_in>>16&255),et(n,t.total_in>>24&255)):(Il(n,t.adler>>>16),Il(n,t.adler&65535)),Eo(t),n.wrap>0&&(n.wrap=-n.wrap),n.pending!==0?Xn:wv)}function $2(t){var e;return!t||!t.state?nn:(e=t.state.status,e!==ep&&e!==uh&&e!==tp&&e!==rp&&e!==np&&e!==Ef&&e!==Bl?xo(t,nn):(t.state=null,e===Ef?xo(t,k2):Xn))}function eF(t,e){var r=e.length,n,i,o,f,s,u,l,c;if(!t||!t.state||(n=t.state,f=n.wrap,f===2||f===1&&n.status!==ep||n.lookahead))return nn;for(f===1&&(t.adler=dv(t.adler,e,r,0)),n.wrap=0,r>=n.w_size&&(f===0&&(So(n.head),n.strstart=0,n.block_start=0,n.insert=0),c=new vr.Buf8(n.w_size),vr.arraySet(c,e,r-n.w_size,n.w_size,0),e=c,r=n.w_size),s=t.avail_in,u=t.next_in,l=t.input,t.avail_in=r,t.next_in=0,t.input=e,Of(n);n.lookahead>=We;){i=n.strstart,o=n.lookahead-(We-1);do n.ins_h=(n.ins_h<<n.hash_shift^n.window[i+We-1])&n.hash_mask,n.prev[i&n.w_mask]=n.head[n.ins_h],n.head[n.ins_h]=i,i++;while(--o);n.strstart=i,n.lookahead=We-1,Of(n)}return n.strstart+=n.lookahead,n.block_start=n.strstart,n.insert=n.lookahead,n.lookahead=0,n.match_length=n.prev_length=We-1,n.match_available=0,t.next_in=u,t.input=l,t.avail_in=s,n.wrap=f,Xn}ei.deflateInit=Q2;ei.deflateInit2=jv;ei.deflateReset=yv;ei.deflateResetKeep=gv;ei.deflateSetHeader=J2;ei.deflate=X2;ei.deflateEnd=$2;ei.deflateSetDictionary=eF;ei.deflateInfo="pako deflate (from Nodeca project)"});var ph=B(Rs=>{"use strict";var ip=Hi(),qv=!0,vv=!0;try{String.fromCharCode.apply(null,[0])}catch{qv=!1}try{String.fromCharCode.apply(null,new Uint8Array(1))}catch{vv=!1}var xl=new ip.Buf8(256);for(zi=0;zi<256;zi++)xl[zi]=zi>=252?6:zi>=248?5:zi>=240?4:zi>=224?3:zi>=192?2:1;var zi;xl[254]=xl[254]=1;Rs.string2buf=function(t){var e,r,n,i,o,f=t.length,s=0;for(i=0;i<f;i++)r=t.charCodeAt(i),(r&64512)==55296&&i+1<f&&(n=t.charCodeAt(i+1),(n&64512)==56320&&(r=65536+(r-55296<<10)+(n-56320),i++)),s+=r<128?1:r<2048?2:r<65536?3:4;for(e=new ip.Buf8(s),o=0,i=0;o<s;i++)r=t.charCodeAt(i),(r&64512)==55296&&i+1<f&&(n=t.charCodeAt(i+1),(n&64512)==56320&&(r=65536+(r-55296<<10)+(n-56320),i++)),r<128?e[o++]=r:r<2048?(e[o++]=192|r>>>6,e[o++]=128|r&63):r<65536?(e[o++]=224|r>>>12,e[o++]=128|r>>>6&63,e[o++]=128|r&63):(e[o++]=240|r>>>18,e[o++]=128|r>>>12&63,e[o++]=128|r>>>6&63,e[o++]=128|r&63);return e};function Tv(t,e){if(e<65534&&(t.subarray&&vv||!t.subarray&&qv))return String.fromCharCode.apply(null,ip.shrinkBuf(t,e));for(var r="",n=0;n<e;n++)r+=String.fromCharCode(t[n]);return r}Rs.buf2binstring=function(t){return Tv(t,t.length)};Rs.binstring2buf=function(t){for(var e=new ip.Buf8(t.length),r=0,n=e.length;r<n;r++)e[r]=t.charCodeAt(r);return e};Rs.buf2string=function(t,e){var r,n,i,o,f=e||t.length,s=new Array(f*2);for(n=0,r=0;r<f;){if(i=t[r++],i<128){s[n++]=i;continue}if(o=xl[i],o>4){s[n++]=65533,r+=o-1;continue}for(i&=o===2?31:o===3?15:7;o>1&&r<f;)i=i<<6|t[r++]&63,o--;if(o>1){s[n++]=65533;continue}i<65536?s[n++]=i:(i-=65536,s[n++]=55296|i>>10&1023,s[n++]=56320|i&1023)}return Tv(s,n)};Rs.utf8border=function(t,e){var r;for(e=e||t.length,e>t.length&&(e=t.length),r=e-1;r>=0&&(t[r]&192)==128;)r--;return r<0||r===0?e:r+xl[t[r]]>e?r:e}});var dh=B((kC,Bv)=>{"use strict";function tF(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg="",this.state=null,this.data_type=2,this.adler=0}Bv.exports=tF});var Sv=B(Al=>{"use strict";var Sl=_v(),El=Hi(),mh=ph(),wh=Qc(),rF=dh(),kv=Object.prototype.toString,nF=0,hh=4,Hs=0,Iv=1,xv=2,iF=-1,oF=0,fF=8;function Ff(t){if(!(this instanceof Ff))return new Ff(t);this.options=El.assign({level:iF,method:fF,chunkSize:16384,windowBits:15,memLevel:8,strategy:oF,to:""},t||{});var e=this.options;e.raw&&e.windowBits>0?e.windowBits=-e.windowBits:e.gzip&&e.windowBits>0&&e.windowBits<16&&(e.windowBits+=16),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new rF,this.strm.avail_out=0;var r=Sl.deflateInit2(this.strm,e.level,e.method,e.windowBits,e.memLevel,e.strategy);if(r!==Hs)throw new Error(wh[r]);if(e.header&&Sl.deflateSetHeader(this.strm,e.header),e.dictionary){var n;if(typeof e.dictionary=="string"?n=mh.string2buf(e.dictionary):kv.call(e.dictionary)==="[object ArrayBuffer]"?n=new Uint8Array(e.dictionary):n=e.dictionary,r=Sl.deflateSetDictionary(this.strm,n),r!==Hs)throw new Error(wh[r]);this._dict_set=!0}}Ff.prototype.push=function(t,e){var r=this.strm,n=this.options.chunkSize,i,o;if(this.ended)return!1;o=e===~~e?e:e===!0?hh:nF,typeof t=="string"?r.input=mh.string2buf(t):kv.call(t)==="[object ArrayBuffer]"?r.input=new Uint8Array(t):r.input=t,r.next_in=0,r.avail_in=r.input.length;do{if(r.avail_out===0&&(r.output=new El.Buf8(n),r.next_out=0,r.avail_out=n),i=Sl.deflate(r,o),i!==Iv&&i!==Hs)return this.onEnd(i),this.ended=!0,!1;(r.avail_out===0||r.avail_in===0&&(o===hh||o===xv))&&(this.options.to==="string"?this.onData(mh.buf2binstring(El.shrinkBuf(r.output,r.next_out))):this.onData(El.shrinkBuf(r.output,r.next_out)))}while((r.avail_in>0||r.avail_out===0)&&i!==Iv);return o===hh?(i=Sl.deflateEnd(this.strm),this.onEnd(i),this.ended=!0,i===Hs):(o===xv&&(this.onEnd(Hs),r.avail_out=0),!0)};Ff.prototype.onData=function(t){this.chunks.push(t)};Ff.prototype.onEnd=function(t){t===Hs&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=El.flattenChunks(this.chunks)),this.chunks=[],this.err=t,this.msg=this.strm.msg};function bh(t,e){var r=new Ff(e);if(r.push(t,!0),r.err)throw r.msg||wh[r.err];return r.result}function sF(t,e){return e=e||{},e.raw=!0,bh(t,e)}function aF(t,e){return e=e||{},e.gzip=!0,bh(t,e)}Al.Deflate=Ff;Al.deflate=bh;Al.deflateRaw=sF;Al.gzip=aF});var Av=B((xC,Ev)=>{"use strict";var op=30,lF=12;Ev.exports=function(e,r){var n,i,o,f,s,u,l,c,w,p,g,T,L,O,K,ne,H,M,N,F,ae,ie,de,Ze,_;n=e.state,i=e.next_in,Ze=e.input,o=i+(e.avail_in-5),f=e.next_out,_=e.output,s=f-(r-e.avail_out),u=f+(e.avail_out-257),l=n.dmax,c=n.wsize,w=n.whave,p=n.wnext,g=n.window,T=n.hold,L=n.bits,O=n.lencode,K=n.distcode,ne=(1<<n.lenbits)-1,H=(1<<n.distbits)-1;e:do{L<15&&(T+=Ze[i++]<<L,L+=8,T+=Ze[i++]<<L,L+=8),M=O[T&ne];t:for(;;){if(N=M>>>24,T>>>=N,L-=N,N=M>>>16&255,N===0)_[f++]=M&65535;else if(N&16){F=M&65535,N&=15,N&&(L<N&&(T+=Ze[i++]<<L,L+=8),F+=T&(1<<N)-1,T>>>=N,L-=N),L<15&&(T+=Ze[i++]<<L,L+=8,T+=Ze[i++]<<L,L+=8),M=K[T&H];r:for(;;){if(N=M>>>24,T>>>=N,L-=N,N=M>>>16&255,N&16){if(ae=M&65535,N&=15,L<N&&(T+=Ze[i++]<<L,L+=8,L<N&&(T+=Ze[i++]<<L,L+=8)),ae+=T&(1<<N)-1,ae>l){e.msg="invalid distance too far back",n.mode=op;break e}if(T>>>=N,L-=N,N=f-s,ae>N){if(N=ae-N,N>w&&n.sane){e.msg="invalid distance too far back",n.mode=op;break e}if(ie=0,de=g,p===0){if(ie+=c-N,N<F){F-=N;do _[f++]=g[ie++];while(--N);ie=f-ae,de=_}}else if(p<N){if(ie+=c+p-N,N-=p,N<F){F-=N;do _[f++]=g[ie++];while(--N);if(ie=0,p<F){N=p,F-=N;do _[f++]=g[ie++];while(--N);ie=f-ae,de=_}}}else if(ie+=p-N,N<F){F-=N;do _[f++]=g[ie++];while(--N);ie=f-ae,de=_}for(;F>2;)_[f++]=de[ie++],_[f++]=de[ie++],_[f++]=de[ie++],F-=3;F&&(_[f++]=de[ie++],F>1&&(_[f++]=de[ie++]))}else{ie=f-ae;do _[f++]=_[ie++],_[f++]=_[ie++],_[f++]=_[ie++],F-=3;while(F>2);F&&(_[f++]=_[ie++],F>1&&(_[f++]=_[ie++]))}}else if((N&64)==0){M=K[(M&65535)+(T&(1<<N)-1)];continue r}else{e.msg="invalid distance code",n.mode=op;break e}break}}else if((N&64)==0){M=O[(M&65535)+(T&(1<<N)-1)];continue t}else if(N&32){n.mode=lF;break e}else{e.msg="invalid literal/length code",n.mode=op;break e}break}}while(i<o&&f<u);F=L>>3,i-=F,L-=F<<3,T&=(1<<L)-1,e.next_in=i,e.next_out=f,e.avail_in=i<o?5+(o-i):5-(i-o),e.avail_out=f<u?257+(u-f):257-(f-u),n.hold=T,n.bits=L}});var Hv=B((SC,Rv)=>{"use strict";var Ov=Hi(),Ms=15,Fv=852,Pv=592,Dv=0,gh=1,Nv=2,uF=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],cF=[16,16,16,16,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,16,72,78],pF=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,0,0],dF=[16,16,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,64,64];Rv.exports=function(e,r,n,i,o,f,s,u){var l=u.bits,c=0,w=0,p=0,g=0,T=0,L=0,O=0,K=0,ne=0,H=0,M,N,F,ae,ie,de=null,Ze=0,_,Fe=new Ov.Buf16(Ms+1),Ce=new Ov.Buf16(Ms+1),ge=null,Je=0,te,Bt,st;for(c=0;c<=Ms;c++)Fe[c]=0;for(w=0;w<i;w++)Fe[r[n+w]]++;for(T=l,g=Ms;g>=1&&Fe[g]===0;g--);if(T>g&&(T=g),g===0)return o[f++]=1<<24|64<<16|0,o[f++]=1<<24|64<<16|0,u.bits=1,0;for(p=1;p<g&&Fe[p]===0;p++);for(T<p&&(T=p),K=1,c=1;c<=Ms;c++)if(K<<=1,K-=Fe[c],K<0)return-1;if(K>0&&(e===Dv||g!==1))return-1;for(Ce[1]=0,c=1;c<Ms;c++)Ce[c+1]=Ce[c]+Fe[c];for(w=0;w<i;w++)r[n+w]!==0&&(s[Ce[r[n+w]]++]=w);if(e===Dv?(de=ge=s,_=19):e===gh?(de=uF,Ze-=257,ge=cF,Je-=257,_=256):(de=pF,ge=dF,_=-1),H=0,w=0,c=p,ie=f,L=T,O=0,F=-1,ne=1<<T,ae=ne-1,e===gh&&ne>Fv||e===Nv&&ne>Pv)return 1;for(;;){te=c-O,s[w]<_?(Bt=0,st=s[w]):s[w]>_?(Bt=ge[Je+s[w]],st=de[Ze+s[w]]):(Bt=32+64,st=0),M=1<<c-O,N=1<<L,p=N;do N-=M,o[ie+(H>>O)+N]=te<<24|Bt<<16|st|0;while(N!==0);for(M=1<<c-1;H&M;)M>>=1;if(M!==0?(H&=M-1,H+=M):H=0,w++,--Fe[c]==0){if(c===g)break;c=r[n+s[w]]}if(c>T&&(H&ae)!==F){for(O===0&&(O=T),ie+=p,L=c-O,K=1<<L;L+O<g&&(K-=Fe[L+O],!(K<=0));)L++,K<<=1;if(ne+=1<<L,e===gh&&ne>Fv||e===Nv&&ne>Pv)return 1;F=H&ae,o[F]=T<<24|L<<16|ie-f|0}}return H!==0&&(o[ie+H]=c-O<<24|64<<16|0),u.bits=T,0}});var yT=B(Rn=>{"use strict";var Jr=Hi(),yh=fh(),ti=sh(),mF=Av(),Ol=Hv(),wF=0,Mv=1,zv=2,Uv=4,hF=5,fp=6,Pf=0,bF=1,gF=2,on=-2,Lv=-3,jh=-4,yF=-5,Vv=8,Cv=1,Wv=2,Kv=3,Yv=4,Gv=5,Zv=6,Jv=7,Qv=8,Xv=9,$v=10,sp=11,Ui=12,_h=13,eT=14,qh=15,tT=16,rT=17,nT=18,iT=19,ap=20,lp=21,oT=22,fT=23,sT=24,aT=25,lT=26,vh=27,uT=28,cT=29,_t=30,Th=31,jF=32,_F=852,qF=592,vF=15,TF=vF;function pT(t){return(t>>>24&255)+(t>>>8&65280)+((t&65280)<<8)+((t&255)<<24)}function BF(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new Jr.Buf16(320),this.work=new Jr.Buf16(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}function dT(t){var e;return!t||!t.state?on:(e=t.state,t.total_in=t.total_out=e.total=0,t.msg="",e.wrap&&(t.adler=e.wrap&1),e.mode=Cv,e.last=0,e.havedict=0,e.dmax=32768,e.head=null,e.hold=0,e.bits=0,e.lencode=e.lendyn=new Jr.Buf32(_F),e.distcode=e.distdyn=new Jr.Buf32(qF),e.sane=1,e.back=-1,Pf)}function mT(t){var e;return!t||!t.state?on:(e=t.state,e.wsize=0,e.whave=0,e.wnext=0,dT(t))}function wT(t,e){var r,n;return!t||!t.state||(n=t.state,e<0?(r=0,e=-e):(r=(e>>4)+1,e<48&&(e&=15)),e&&(e<8||e>15))?on:(n.window!==null&&n.wbits!==e&&(n.window=null),n.wrap=r,n.wbits=e,mT(t))}function hT(t,e){var r,n;return t?(n=new BF,t.state=n,n.window=null,r=wT(t,e),r!==Pf&&(t.state=null),r):on}function kF(t){return hT(t,TF)}var bT=!0,Bh,kh;function IF(t){if(bT){var e;for(Bh=new Jr.Buf32(512),kh=new Jr.Buf32(32),e=0;e<144;)t.lens[e++]=8;for(;e<256;)t.lens[e++]=9;for(;e<280;)t.lens[e++]=7;for(;e<288;)t.lens[e++]=8;for(Ol(Mv,t.lens,0,288,Bh,0,t.work,{bits:9}),e=0;e<32;)t.lens[e++]=5;Ol(zv,t.lens,0,32,kh,0,t.work,{bits:5}),bT=!1}t.lencode=Bh,t.lenbits=9,t.distcode=kh,t.distbits=5}function gT(t,e,r,n){var i,o=t.state;return o.window===null&&(o.wsize=1<<o.wbits,o.wnext=0,o.whave=0,o.window=new Jr.Buf8(o.wsize)),n>=o.wsize?(Jr.arraySet(o.window,e,r-o.wsize,o.wsize,0),o.wnext=0,o.whave=o.wsize):(i=o.wsize-o.wnext,i>n&&(i=n),Jr.arraySet(o.window,e,r-n,i,o.wnext),n-=i,n?(Jr.arraySet(o.window,e,r-n,n,0),o.wnext=n,o.whave=o.wsize):(o.wnext+=i,o.wnext===o.wsize&&(o.wnext=0),o.whave<o.wsize&&(o.whave+=i))),0}function xF(t,e){var r,n,i,o,f,s,u,l,c,w,p,g,T,L,O=0,K,ne,H,M,N,F,ae,ie,de=new Jr.Buf8(4),Ze,_,Fe=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];if(!t||!t.state||!t.output||!t.input&&t.avail_in!==0)return on;r=t.state,r.mode===Ui&&(r.mode=_h),f=t.next_out,i=t.output,u=t.avail_out,o=t.next_in,n=t.input,s=t.avail_in,l=r.hold,c=r.bits,w=s,p=u,ie=Pf;e:for(;;)switch(r.mode){case Cv:if(r.wrap===0){r.mode=_h;break}for(;c<16;){if(s===0)break e;s--,l+=n[o++]<<c,c+=8}if(r.wrap&2&&l===35615){r.check=0,de[0]=l&255,de[1]=l>>>8&255,r.check=ti(r.check,de,2,0),l=0,c=0,r.mode=Wv;break}if(r.flags=0,r.head&&(r.head.done=!1),!(r.wrap&1)||(((l&255)<<8)+(l>>8))%31){t.msg="incorrect header check",r.mode=_t;break}if((l&15)!==Vv){t.msg="unknown compression method",r.mode=_t;break}if(l>>>=4,c-=4,ae=(l&15)+8,r.wbits===0)r.wbits=ae;else if(ae>r.wbits){t.msg="invalid window size",r.mode=_t;break}r.dmax=1<<ae,t.adler=r.check=1,r.mode=l&512?$v:Ui,l=0,c=0;break;case Wv:for(;c<16;){if(s===0)break e;s--,l+=n[o++]<<c,c+=8}if(r.flags=l,(r.flags&255)!==Vv){t.msg="unknown compression method",r.mode=_t;break}if(r.flags&57344){t.msg="unknown header flags set",r.mode=_t;break}r.head&&(r.head.text=l>>8&1),r.flags&512&&(de[0]=l&255,de[1]=l>>>8&255,r.check=ti(r.check,de,2,0)),l=0,c=0,r.mode=Kv;case Kv:for(;c<32;){if(s===0)break e;s--,l+=n[o++]<<c,c+=8}r.head&&(r.head.time=l),r.flags&512&&(de[0]=l&255,de[1]=l>>>8&255,de[2]=l>>>16&255,de[3]=l>>>24&255,r.check=ti(r.check,de,4,0)),l=0,c=0,r.mode=Yv;case Yv:for(;c<16;){if(s===0)break e;s--,l+=n[o++]<<c,c+=8}r.head&&(r.head.xflags=l&255,r.head.os=l>>8),r.flags&512&&(de[0]=l&255,de[1]=l>>>8&255,r.check=ti(r.check,de,2,0)),l=0,c=0,r.mode=Gv;case Gv:if(r.flags&1024){for(;c<16;){if(s===0)break e;s--,l+=n[o++]<<c,c+=8}r.length=l,r.head&&(r.head.extra_len=l),r.flags&512&&(de[0]=l&255,de[1]=l>>>8&255,r.check=ti(r.check,de,2,0)),l=0,c=0}else r.head&&(r.head.extra=null);r.mode=Zv;case Zv:if(r.flags&1024&&(g=r.length,g>s&&(g=s),g&&(r.head&&(ae=r.head.extra_len-r.length,r.head.extra||(r.head.extra=new Array(r.head.extra_len)),Jr.arraySet(r.head.extra,n,o,g,ae)),r.flags&512&&(r.check=ti(r.check,n,g,o)),s-=g,o+=g,r.length-=g),r.length))break e;r.length=0,r.mode=Jv;case Jv:if(r.flags&2048){if(s===0)break e;g=0;do ae=n[o+g++],r.head&&ae&&r.length<65536&&(r.head.name+=String.fromCharCode(ae));while(ae&&g<s);if(r.flags&512&&(r.check=ti(r.check,n,g,o)),s-=g,o+=g,ae)break e}else r.head&&(r.head.name=null);r.length=0,r.mode=Qv;case Qv:if(r.flags&4096){if(s===0)break e;g=0;do ae=n[o+g++],r.head&&ae&&r.length<65536&&(r.head.comment+=String.fromCharCode(ae));while(ae&&g<s);if(r.flags&512&&(r.check=ti(r.check,n,g,o)),s-=g,o+=g,ae)break e}else r.head&&(r.head.comment=null);r.mode=Xv;case Xv:if(r.flags&512){for(;c<16;){if(s===0)break e;s--,l+=n[o++]<<c,c+=8}if(l!==(r.check&65535)){t.msg="header crc mismatch",r.mode=_t;break}l=0,c=0}r.head&&(r.head.hcrc=r.flags>>9&1,r.head.done=!0),t.adler=r.check=0,r.mode=Ui;break;case $v:for(;c<32;){if(s===0)break e;s--,l+=n[o++]<<c,c+=8}t.adler=r.check=pT(l),l=0,c=0,r.mode=sp;case sp:if(r.havedict===0)return t.next_out=f,t.avail_out=u,t.next_in=o,t.avail_in=s,r.hold=l,r.bits=c,gF;t.adler=r.check=1,r.mode=Ui;case Ui:if(e===hF||e===fp)break e;case _h:if(r.last){l>>>=c&7,c-=c&7,r.mode=vh;break}for(;c<3;){if(s===0)break e;s--,l+=n[o++]<<c,c+=8}switch(r.last=l&1,l>>>=1,c-=1,l&3){case 0:r.mode=eT;break;case 1:if(IF(r),r.mode=ap,e===fp){l>>>=2,c-=2;break e}break;case 2:r.mode=rT;break;case 3:t.msg="invalid block type",r.mode=_t}l>>>=2,c-=2;break;case eT:for(l>>>=c&7,c-=c&7;c<32;){if(s===0)break e;s--,l+=n[o++]<<c,c+=8}if((l&65535)!=(l>>>16^65535)){t.msg="invalid stored block lengths",r.mode=_t;break}if(r.length=l&65535,l=0,c=0,r.mode=qh,e===fp)break e;case qh:r.mode=tT;case tT:if(g=r.length,g){if(g>s&&(g=s),g>u&&(g=u),g===0)break e;Jr.arraySet(i,n,o,g,f),s-=g,o+=g,u-=g,f+=g,r.length-=g;break}r.mode=Ui;break;case rT:for(;c<14;){if(s===0)break e;s--,l+=n[o++]<<c,c+=8}if(r.nlen=(l&31)+257,l>>>=5,c-=5,r.ndist=(l&31)+1,l>>>=5,c-=5,r.ncode=(l&15)+4,l>>>=4,c-=4,r.nlen>286||r.ndist>30){t.msg="too many length or distance symbols",r.mode=_t;break}r.have=0,r.mode=nT;case nT:for(;r.have<r.ncode;){for(;c<3;){if(s===0)break e;s--,l+=n[o++]<<c,c+=8}r.lens[Fe[r.have++]]=l&7,l>>>=3,c-=3}for(;r.have<19;)r.lens[Fe[r.have++]]=0;if(r.lencode=r.lendyn,r.lenbits=7,Ze={bits:r.lenbits},ie=Ol(wF,r.lens,0,19,r.lencode,0,r.work,Ze),r.lenbits=Ze.bits,ie){t.msg="invalid code lengths set",r.mode=_t;break}r.have=0,r.mode=iT;case iT:for(;r.have<r.nlen+r.ndist;){for(;O=r.lencode[l&(1<<r.lenbits)-1],K=O>>>24,ne=O>>>16&255,H=O&65535,!(K<=c);){if(s===0)break e;s--,l+=n[o++]<<c,c+=8}if(H<16)l>>>=K,c-=K,r.lens[r.have++]=H;else{if(H===16){for(_=K+2;c<_;){if(s===0)break e;s--,l+=n[o++]<<c,c+=8}if(l>>>=K,c-=K,r.have===0){t.msg="invalid bit length repeat",r.mode=_t;break}ae=r.lens[r.have-1],g=3+(l&3),l>>>=2,c-=2}else if(H===17){for(_=K+3;c<_;){if(s===0)break e;s--,l+=n[o++]<<c,c+=8}l>>>=K,c-=K,ae=0,g=3+(l&7),l>>>=3,c-=3}else{for(_=K+7;c<_;){if(s===0)break e;s--,l+=n[o++]<<c,c+=8}l>>>=K,c-=K,ae=0,g=11+(l&127),l>>>=7,c-=7}if(r.have+g>r.nlen+r.ndist){t.msg="invalid bit length repeat",r.mode=_t;break}for(;g--;)r.lens[r.have++]=ae}}if(r.mode===_t)break;if(r.lens[256]===0){t.msg="invalid code -- missing end-of-block",r.mode=_t;break}if(r.lenbits=9,Ze={bits:r.lenbits},ie=Ol(Mv,r.lens,0,r.nlen,r.lencode,0,r.work,Ze),r.lenbits=Ze.bits,ie){t.msg="invalid literal/lengths set",r.mode=_t;break}if(r.distbits=6,r.distcode=r.distdyn,Ze={bits:r.distbits},ie=Ol(zv,r.lens,r.nlen,r.ndist,r.distcode,0,r.work,Ze),r.distbits=Ze.bits,ie){t.msg="invalid distances set",r.mode=_t;break}if(r.mode=ap,e===fp)break e;case ap:r.mode=lp;case lp:if(s>=6&&u>=258){t.next_out=f,t.avail_out=u,t.next_in=o,t.avail_in=s,r.hold=l,r.bits=c,mF(t,p),f=t.next_out,i=t.output,u=t.avail_out,o=t.next_in,n=t.input,s=t.avail_in,l=r.hold,c=r.bits,r.mode===Ui&&(r.back=-1);break}for(r.back=0;O=r.lencode[l&(1<<r.lenbits)-1],K=O>>>24,ne=O>>>16&255,H=O&65535,!(K<=c);){if(s===0)break e;s--,l+=n[o++]<<c,c+=8}if(ne&&(ne&240)==0){for(M=K,N=ne,F=H;O=r.lencode[F+((l&(1<<M+N)-1)>>M)],K=O>>>24,ne=O>>>16&255,H=O&65535,!(M+K<=c);){if(s===0)break e;s--,l+=n[o++]<<c,c+=8}l>>>=M,c-=M,r.back+=M}if(l>>>=K,c-=K,r.back+=K,r.length=H,ne===0){r.mode=lT;break}if(ne&32){r.back=-1,r.mode=Ui;break}if(ne&64){t.msg="invalid literal/length code",r.mode=_t;break}r.extra=ne&15,r.mode=oT;case oT:if(r.extra){for(_=r.extra;c<_;){if(s===0)break e;s--,l+=n[o++]<<c,c+=8}r.length+=l&(1<<r.extra)-1,l>>>=r.extra,c-=r.extra,r.back+=r.extra}r.was=r.length,r.mode=fT;case fT:for(;O=r.distcode[l&(1<<r.distbits)-1],K=O>>>24,ne=O>>>16&255,H=O&65535,!(K<=c);){if(s===0)break e;s--,l+=n[o++]<<c,c+=8}if((ne&240)==0){for(M=K,N=ne,F=H;O=r.distcode[F+((l&(1<<M+N)-1)>>M)],K=O>>>24,ne=O>>>16&255,H=O&65535,!(M+K<=c);){if(s===0)break e;s--,l+=n[o++]<<c,c+=8}l>>>=M,c-=M,r.back+=M}if(l>>>=K,c-=K,r.back+=K,ne&64){t.msg="invalid distance code",r.mode=_t;break}r.offset=H,r.extra=ne&15,r.mode=sT;case sT:if(r.extra){for(_=r.extra;c<_;){if(s===0)break e;s--,l+=n[o++]<<c,c+=8}r.offset+=l&(1<<r.extra)-1,l>>>=r.extra,c-=r.extra,r.back+=r.extra}if(r.offset>r.dmax){t.msg="invalid distance too far back",r.mode=_t;break}r.mode=aT;case aT:if(u===0)break e;if(g=p-u,r.offset>g){if(g=r.offset-g,g>r.whave&&r.sane){t.msg="invalid distance too far back",r.mode=_t;break}g>r.wnext?(g-=r.wnext,T=r.wsize-g):T=r.wnext-g,g>r.length&&(g=r.length),L=r.window}else L=i,T=f-r.offset,g=r.length;g>u&&(g=u),u-=g,r.length-=g;do i[f++]=L[T++];while(--g);r.length===0&&(r.mode=lp);break;case lT:if(u===0)break e;i[f++]=r.length,u--,r.mode=lp;break;case vh:if(r.wrap){for(;c<32;){if(s===0)break e;s--,l|=n[o++]<<c,c+=8}if(p-=u,t.total_out+=p,r.total+=p,p&&(t.adler=r.check=r.flags?ti(r.check,i,p,f-p):yh(r.check,i,p,f-p)),p=u,(r.flags?l:pT(l))!==r.check){t.msg="incorrect data check",r.mode=_t;break}l=0,c=0}r.mode=uT;case uT:if(r.wrap&&r.flags){for(;c<32;){if(s===0)break e;s--,l+=n[o++]<<c,c+=8}if(l!==(r.total&4294967295)){t.msg="incorrect length check",r.mode=_t;break}l=0,c=0}r.mode=cT;case cT:ie=bF;break e;case _t:ie=Lv;break e;case Th:return jh;case jF:default:return on}return t.next_out=f,t.avail_out=u,t.next_in=o,t.avail_in=s,r.hold=l,r.bits=c,(r.wsize||p!==t.avail_out&&r.mode<_t&&(r.mode<vh||e!==Uv))&&gT(t,t.output,t.next_out,p-t.avail_out)?(r.mode=Th,jh):(w-=t.avail_in,p-=t.avail_out,t.total_in+=w,t.total_out+=p,r.total+=p,r.wrap&&p&&(t.adler=r.check=r.flags?ti(r.check,i,p,t.next_out-p):yh(r.check,i,p,t.next_out-p)),t.data_type=r.bits+(r.last?64:0)+(r.mode===Ui?128:0)+(r.mode===ap||r.mode===qh?256:0),(w===0&&p===0||e===Uv)&&ie===Pf&&(ie=yF),ie)}function SF(t){if(!t||!t.state)return on;var e=t.state;return e.window&&(e.window=null),t.state=null,Pf}function EF(t,e){var r;return!t||!t.state||(r=t.state,(r.wrap&2)==0)?on:(r.head=e,e.done=!1,Pf)}function AF(t,e){var r=e.length,n,i,o;return!t||!t.state||(n=t.state,n.wrap!==0&&n.mode!==sp)?on:n.mode===sp&&(i=1,i=yh(i,e,r,0),i!==n.check)?Lv:(o=gT(t,e,r,r),o?(n.mode=Th,jh):(n.havedict=1,Pf))}Rn.inflateReset=mT;Rn.inflateReset2=wT;Rn.inflateResetKeep=dT;Rn.inflateInit=kF;Rn.inflateInit2=hT;Rn.inflate=xF;Rn.inflateEnd=SF;Rn.inflateGetHeader=EF;Rn.inflateSetDictionary=AF;Rn.inflateInfo="pako inflate (from Nodeca project)"});var Ih=B((AC,jT)=>{"use strict";jT.exports={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_BUF_ERROR:-5,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,Z_BINARY:0,Z_TEXT:1,Z_UNKNOWN:2,Z_DEFLATED:8}});var qT=B((OC,_T)=>{"use strict";function OF(){this.text=0,this.time=0,this.xflags=0,this.os=0,this.extra=null,this.extra_len=0,this.name="",this.comment="",this.hcrc=0,this.done=!1}_T.exports=OF});var TT=B(Pl=>{"use strict";var zs=yT(),Fl=Hi(),up=ph(),Nt=Ih(),xh=Qc(),FF=dh(),PF=qT(),vT=Object.prototype.toString;function Df(t){if(!(this instanceof Df))return new Df(t);this.options=Fl.assign({chunkSize:16384,windowBits:0,to:""},t||{});var e=this.options;e.raw&&e.windowBits>=0&&e.windowBits<16&&(e.windowBits=-e.windowBits,e.windowBits===0&&(e.windowBits=-15)),e.windowBits>=0&&e.windowBits<16&&!(t&&t.windowBits)&&(e.windowBits+=32),e.windowBits>15&&e.windowBits<48&&(e.windowBits&15)==0&&(e.windowBits|=15),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new FF,this.strm.avail_out=0;var r=zs.inflateInit2(this.strm,e.windowBits);if(r!==Nt.Z_OK)throw new Error(xh[r]);if(this.header=new PF,zs.inflateGetHeader(this.strm,this.header),e.dictionary&&(typeof e.dictionary=="string"?e.dictionary=up.string2buf(e.dictionary):vT.call(e.dictionary)==="[object ArrayBuffer]"&&(e.dictionary=new Uint8Array(e.dictionary)),e.raw&&(r=zs.inflateSetDictionary(this.strm,e.dictionary),r!==Nt.Z_OK)))throw new Error(xh[r])}Df.prototype.push=function(t,e){var r=this.strm,n=this.options.chunkSize,i=this.options.dictionary,o,f,s,u,l,c=!1;if(this.ended)return!1;f=e===~~e?e:e===!0?Nt.Z_FINISH:Nt.Z_NO_FLUSH,typeof t=="string"?r.input=up.binstring2buf(t):vT.call(t)==="[object ArrayBuffer]"?r.input=new Uint8Array(t):r.input=t,r.next_in=0,r.avail_in=r.input.length;do{if(r.avail_out===0&&(r.output=new Fl.Buf8(n),r.next_out=0,r.avail_out=n),o=zs.inflate(r,Nt.Z_NO_FLUSH),o===Nt.Z_NEED_DICT&&i&&(o=zs.inflateSetDictionary(this.strm,i)),o===Nt.Z_BUF_ERROR&&c===!0&&(o=Nt.Z_OK,c=!1),o!==Nt.Z_STREAM_END&&o!==Nt.Z_OK)return this.onEnd(o),this.ended=!0,!1;r.next_out&&(r.avail_out===0||o===Nt.Z_STREAM_END||r.avail_in===0&&(f===Nt.Z_FINISH||f===Nt.Z_SYNC_FLUSH))&&(this.options.to==="string"?(s=up.utf8border(r.output,r.next_out),u=r.next_out-s,l=up.buf2string(r.output,s),r.next_out=u,r.avail_out=n-u,u&&Fl.arraySet(r.output,r.output,s,u,0),this.onData(l)):this.onData(Fl.shrinkBuf(r.output,r.next_out))),r.avail_in===0&&r.avail_out===0&&(c=!0)}while((r.avail_in>0||r.avail_out===0)&&o!==Nt.Z_STREAM_END);return o===Nt.Z_STREAM_END&&(f=Nt.Z_FINISH),f===Nt.Z_FINISH?(o=zs.inflateEnd(this.strm),this.onEnd(o),this.ended=!0,o===Nt.Z_OK):(f===Nt.Z_SYNC_FLUSH&&(this.onEnd(Nt.Z_OK),r.avail_out=0),!0)};Df.prototype.onData=function(t){this.chunks.push(t)};Df.prototype.onEnd=function(t){t===Nt.Z_OK&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=Fl.flattenChunks(this.chunks)),this.chunks=[],this.err=t,this.msg=this.strm.msg};function Sh(t,e){var r=new Df(e);if(r.push(t,!0),r.err)throw r.msg||xh[r.err];return r.result}function DF(t,e){return e=e||{},e.raw=!0,Sh(t,e)}Pl.Inflate=Df;Pl.inflate=Sh;Pl.inflateRaw=DF;Pl.ungzip=Sh});var IT=B((PC,kT)=>{"use strict";var NF=Hi().assign,RF=Sv(),HF=TT(),MF=Ih(),BT={};NF(BT,RF,HF,MF);kT.exports=BT});var Eh=B(()=>{});var Dl,Li,Ah,xT=V(()=>{To();Dn();Dl=le(IT()),Li=le(Eh());Dn();Ah=class extends _r{constructor(e={}){super(e);this.name="deflate";this.extensions=[];this.contentEncodings=["deflate"];this.isSupported=!0;this._chunks=[];this.options=e}async compress(e){if(!Pn&&this.options.deflate?.useZlib){let r=this.options.deflate?.gzip?await Ni(Li.default.gzip)(e):await Ni(Li.default.deflate)(e);return Zr(r)}return this.compressSync(e)}async decompress(e){if(!Pn&&this.options.deflate?.useZlib){let r=this.options.deflate?.gzip?await Ni(Li.default.gunzip)(e):await Ni(Li.default.inflate)(e);return Zr(r)}return this.decompressSync(e)}compressSync(e){if(!Pn&&this.options.deflate?.useZlib){let i=this.options.deflate?.gzip?Li.default.gzipSync(e):Li.default.deflateSync(e);return Zr(i)}let r=this.options?.deflate||{},n=new Uint8Array(e);return Dl.default.deflate(n,r).buffer}decompressSync(e){if(!Pn&&this.options.deflate?.useZlib){let i=this.options.deflate?.gzip?Li.default.gunzipSync(e):Li.default.inflateSync(e);return Zr(i)}let r=this.options?.deflate||{},n=new Uint8Array(e);return Dl.default.inflate(n,r).buffer}async*compressBatches(e){let r=this.options?.deflate||{},n=new Dl.default.Deflate(r);yield*this.transformBatches(n,e)}async*decompressBatches(e){let r=this.options?.deflate||{},n=new Dl.default.Inflate(r);yield*this.transformBatches(n,e)}async*transformBatches(e,r){e.onData=this._onData.bind(this),e.onEnd=this._onEnd.bind(this);for await(let f of r){let s=new Uint8Array(f);if(!e.push(s,!1))throw new Error(`${this._getError()}write`);yield*this._getChunks()}let n=new Uint8Array(0),i=e.push(n,!0);yield*this._getChunks()}_onData(e){this._chunks.push(e)}_onEnd(e){if(e!==0)throw new Error(this._getError(e)+this._chunks.length)}_getChunks(){let e=this._chunks;return this._chunks=[],e}_getError(e=0){let r={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"};return`${this.name}: ${r[e]}`}}});var cp,ST=V(()=>{xT();cp=class extends Ah{constructor(e){super({...e,deflate:{...e?.gzip,gzip:!0}});this.name="gzip";this.extensions=["gz","gzip"];this.contentEncodings=["gzip","x-gzip"];this.isSupported=!0}}});var zF,Nl,Rl,ET=V(()=>{Dn();To();zF=407708164,Rl=class extends _r{constructor(e){super(e);this.name="lz4";this.extensions=["lz4"];this.contentEncodings=["x-lz4"];this.isSupported=!0;if(this.options=e,Nl=Nl||this.options?.modules?.lz4js,!Nl)throw new Error(this.name)}compressSync(e){let r=new Uint8Array(e);return Nl.compress(r).buffer}decompressSync(e,r){try{let n=this.checkMagicNumber(e),i=new Uint8Array(e);if(n)return Nl.decompress(i,r).buffer;if(!r){let s=new Error("Need to provide maxSize");throw this.improveError(s)}let o=new Uint8Array(r),f=this.decodeBlock(i,o);return o=o.slice(0,f),Zr(o)}catch(n){throw this.improveError(n)}}decodeBlock(e,r,n,i){n=n||0,i=i||e.length-n;let o=0;for(let f=n;f<i;){let s=e[f++],u=s>>4;if(u>0){let T=u+240;for(;T===255;)T=e[f++],u+=T;let L=f+u;for(;f<L;)r[o++]=e[f++];if(f===i)return o}let l=e[f++]|e[f++]<<8;if(l===0||l>o)return-(f-2);let c=s&15,w=c+240;for(;w===255;)w=e[f++],c+=w;let p=o-l,g=o+c+4;for(;o<g;)r[o++]=r[p++]}return o}checkMagicNumber(e){return new Uint32Array(e.slice(0,4))[0]===zF}}});var pp,dp,mp,AT=V(()=>{To();mp=class extends _r{constructor(e){super(e);this.name="zstd";this.extensions=[];this.contentEncodings=[];this.isSupported=!0;this.options=e,pp=this.options?.modules?.["zstd-codec"],pp||console.warn(`${this.name} library not installed`)}async preload(){!dp&&pp&&(dp=await new Promise(e=>pp.run(r=>e(r))))}compressSync(e){let r=new dp.Simple,n=new Uint8Array(e);return r.compress(n).buffer}decompressSync(e){let r=new dp.Simple,n=new Uint8Array(e);return r.decompress(n).buffer}}});var FT=B(OT=>{"use strict";var UF=[0,255,65535,16777215,4294967295];function LF(t,e,r,n,i){var o;for(o=0;o<i;o++)r[n+o]=t[e+o]}function VF(t,e,r,n){var i;for(i=0;i<n;i++)t[e+i]=t[e-r+i]}function Oh(t){this.array=t,this.pos=0}Oh.prototype.readUncompressedLength=function(){for(var t=0,e=0,r,n;e<32&&this.pos<this.array.length;){if(r=this.array[this.pos],this.pos+=1,n=r&127,n<<e>>>e!==n)return-1;if(t|=n<<e,r<128)return t;e+=7}return-1};Oh.prototype.uncompressToBuffer=function(t){for(var e=this.array,r=e.length,n=this.pos,i=0,o,f,s,u;n<e.length;)if(o=e[n],n+=1,(o&3)==0){if(f=(o>>>2)+1,f>60){if(n+3>=r)return!1;s=f-60,f=e[n]+(e[n+1]<<8)+(e[n+2]<<16)+(e[n+3]<<24),f=(f&UF[s])+1,n+=s}if(n+f>r)return!1;LF(e,n,t,i,f),n+=f,i+=f}else{switch(o&3){case 1:f=(o>>>2&7)+4,u=e[n]+(o>>>5<<8),n+=1;break;case 2:if(n+1>=r)return!1;f=(o>>>2)+1,u=e[n]+(e[n+1]<<8),n+=2;break;case 3:if(n+3>=r)return!1;f=(o>>>2)+1,u=e[n]+(e[n+1]<<8)+(e[n+2]<<16)+(e[n+3]<<24),n+=4;break;default:break}if(u===0||u>i)return!1;VF(t,i,u,f),i+=f}return!0};OT.SnappyDecompressor=Oh});var HT=B(RT=>{"use strict";var CF=16,WF=1<<CF,PT=14,Fh=new Array(PT+1);function Hl(t,e){return t*506832829>>>e}function Ml(t,e){return t[e]+(t[e+1]<<8)+(t[e+2]<<16)+(t[e+3]<<24)}function DT(t,e,r){return t[e]===t[r]&&t[e+1]===t[r+1]&&t[e+2]===t[r+2]&&t[e+3]===t[r+3]}function KF(t,e,r,n,i){var o;for(o=0;o<i;o++)r[n+o]=t[e+o]}function NT(t,e,r,n,i){return r<=60?(n[i]=r-1<<2,i+=1):r<256?(n[i]=60<<2,n[i+1]=r-1,i+=2):(n[i]=61<<2,n[i+1]=r-1&255,n[i+2]=r-1>>>8,i+=3),KF(t,e,n,i,r),i+r}function Ph(t,e,r,n){return n<12&&r<2048?(t[e]=1+(n-4<<2)+(r>>>8<<5),t[e+1]=r&255,e+2):(t[e]=2+(n-1<<2),t[e+1]=r&255,t[e+2]=r>>>8,e+3)}function YF(t,e,r,n){for(;n>=68;)e=Ph(t,e,r,64),n-=64;return n>64&&(e=Ph(t,e,r,60),n-=60),Ph(t,e,r,n)}function GF(t,e,r,n,i){for(var o=1;1<<o<=r&&o<=PT;)o+=1;o-=1;var f=32-o;typeof Fh[o]=="undefined"&&(Fh[o]=new Uint16Array(1<<o));var s=Fh[o],u;for(u=0;u<s.length;u++)s[u]=0;var l=e+r,c,w=e,p=e,g,T,L,O,K,ne,H,M,N,F,ae,ie=!0,de=15;if(r>=de)for(c=l-de,e+=1,T=Hl(Ml(t,e),f);ie;){K=32,L=e;do{if(e=L,g=T,ne=K>>>5,K+=1,L=e+ne,e>c){ie=!1;break}T=Hl(Ml(t,L),f),O=w+s[g],s[g]=e-w}while(!DT(t,e,O));if(!ie)break;i=NT(t,p,e-p,n,i);do{for(H=e,M=4;e+M<l&&t[e+M]===t[O+M];)M+=1;if(e+=M,N=H-O,i=YF(n,i,N,M),p=e,e>=c){ie=!1;break}F=Hl(Ml(t,e-1),f),s[F]=e-1-w,ae=Hl(Ml(t,e),f),O=w+s[ae],s[ae]=e-w}while(DT(t,e,O));if(!ie)break;e+=1,T=Hl(Ml(t,e),f)}return p<l&&(i=NT(t,p,l-p,n,i)),i}function ZF(t,e,r){do e[r]=t&127,t=t>>>7,t>0&&(e[r]+=128),r+=1;while(t>0);return r}function Dh(t){this.array=t}Dh.prototype.maxCompressedLength=function(){var t=this.array.length;return 32+t+Math.floor(t/6)};Dh.prototype.compressToBuffer=function(t){var e=this.array,r=e.length,n=0,i=0,o;for(i=ZF(r,t,i);n<r;)o=Math.min(r-n,WF),i=GF(e,n,o,t,i),n+=o;return i};RT.SnappyCompressor=Dh});var LT=B(Nh=>{"use strict";function MT(){return typeof process=="object"&&typeof process.versions=="object"&&typeof process.versions.node!="undefined"}function wp(t){return t instanceof Uint8Array&&(!MT()||!Buffer.isBuffer(t))}function hp(t){return t instanceof ArrayBuffer}function zT(t){return MT()?Buffer.isBuffer(t):!1}var JF=FT().SnappyDecompressor,QF=HT().SnappyCompressor,UT="Argument compressed must be type of ArrayBuffer, Buffer, or Uint8Array";function XF(t){if(!wp(t)&&!hp(t)&&!zT(t))throw new TypeError(UT);var e=!1,r=!1;wp(t)?e=!0:hp(t)&&(r=!0,t=new Uint8Array(t));var n=new JF(t),i=n.readUncompressedLength();if(i===-1)throw new Error("Invalid Snappy bitstream");var o,f;if(e){if(o=new Uint8Array(i),!n.uncompressToBuffer(o))throw new Error("Invalid Snappy bitstream")}else if(r){if(o=new ArrayBuffer(i),f=new Uint8Array(o),!n.uncompressToBuffer(f))throw new Error("Invalid Snappy bitstream")}else if(o=Buffer.alloc(i),!n.uncompressToBuffer(o))throw new Error("Invalid Snappy bitstream");return o}function $F(t){if(!wp(t)&&!hp(t)&&!zT(t))throw new TypeError(UT);var e=!1,r=!1;wp(t)?e=!0:hp(t)&&(r=!0,t=new Uint8Array(t));var n=new QF(t),i=n.maxCompressedLength(),o,f,s;if(e?(o=new Uint8Array(i),s=n.compressToBuffer(o)):r?(o=new ArrayBuffer(i),f=new Uint8Array(o),s=n.compressToBuffer(f)):(o=Buffer.alloc(i),s=n.compressToBuffer(o)),!o.slice){var u=new Uint8Array(Array.prototype.slice.call(o,0,s));if(e)return u;if(r)return u.buffer;throw new Error("Not implemented")}return o.slice(0,s)}Nh.uncompress=XF;Nh.compress=$F});var bp,gp,VT=V(()=>{To();bp=le(LT()),gp=class extends _r{constructor(e){super(e);this.name="snappy";this.extensions=[];this.contentEncodings=[];this.isSupported=!0;this.options=e||{}}compressSync(e){return(0,bp.compress)(e)}decompressSync(e){return(0,bp.uncompress)(e)}}});var eP,CT,WT=V(()=>{eP=()=>{function t(a){this.data=a,this.offset=0}let e=Int32Array.from([256,402,436,468,500,534,566,598,630,662,694,726,758,790,822,854,886,920,952,984,1016,1048,1080]),r=Int32Array.from([1,2,3,4,0,5,17,6,16,7,8,9,10,11,12,13,14,15]),n=Int32Array.from([0,3,2,1,0,0,0,0,0,0,3,3,3,3,3,3]),i=Int32Array.from([0,0,0,0,-1,1,-2,2,-3,3,-1,1,-2,2,-3,3]),o=Int32Array.from([131072,131076,131075,196610,131072,131076,131075,262145,131072,131076,131075,196610,131072,131076,131075,262149]),f=Int32Array.from([1,5,9,13,17,25,33,41,49,65,81,97,113,145,177,209,241,305,369,497,753,1265,2289,4337,8433,16625]),s=Int32Array.from([2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,6,6,7,8,9,10,11,12,13,24]),u=Int16Array.from([0,0,0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,7,8,9,10,12,14,24]),l=Int16Array.from([0,0,0,0,0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,7,8,9,10,24]),c=new Int16Array(2816);T(c);function w(a){let j=-1,b=16;for(;b>0;)a>>>b!=0&&(j+=b,a=a>>>b),b=b>>1;return j+a}function p(a,j,b){return 16+j+2*(b<<a)}function g(a,j,b){if(a<b+(2<<j))throw"maxDistance is too small";let q=(a-b>>j)+4,v=w(q)-1;return((v-1<<1|q>>v&1)-1<<j)+(1<<j)+b+16}function T(a){let j=new Int16Array(24),b=new Int16Array(24);b[0]=2;for(let q=0;q<23;++q)j[q+1]=j[q]+(1<<u[q]),b[q+1]=b[q]+(1<<l[q]);for(let q=0;q<704;++q){let v=q>>>6,D=-4;v>=2&&(v-=2,D=0);let z=(170064>>>v*2&3)<<3|q>>>3&7,Q=(156228>>>v*2&3)<<3|q&7,ce=b[Q],pe=D+(ce>4?3:ce-2),re=q*4;a[re+0]=u[z]|l[Q]<<8,a[re+1]=j[z],a[re+2]=b[Q],a[re+3]=pe}}function L(a){let j=a.isLargeWindow;if(a.isLargeWindow=0,a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),Ne(a,1)==0)return 16;let b=Ne(a,3);return b!=0?17+b:(b=Ne(a,3),b!=0?b==1?j==0||(a.isLargeWindow=1,Ne(a,1)==1)||(b=Ne(a,6),b<10||b>30)?-1:b:8+b:17)}function O(a){if(a.runningState!=1)throw"State MUST be freshly initialized";a.isEager=1}function K(a){if(a.runningState!=1)throw"State MUST be freshly initialized";a.isLargeWindow=1}function ne(a,j){if(a.runningState!=1)throw"State MUST be freshly initialized";if(a.cdNumChunks==0&&(a.cdChunks=new Array(16),a.cdChunkOffsets=new Int32Array(16),a.cdBlockBits=-1),a.cdNumChunks==15)throw"Too many dictionary chunks";a.cdChunks[a.cdNumChunks]=j,a.cdNumChunks++,a.cdTotalSize+=j.length,a.cdChunkOffsets[a.cdNumChunks]=a.cdTotalSize}function H(a,j){if(a.runningState!=0)throw"State MUST be uninitialized";a.blockTrees=new Int32Array(3091),a.blockTrees[0]=7,a.distRbIdx=3;let b=g(2147483644,3,15<<3);a.distExtraBits=new Int8Array(b),a.distOffset=new Int32Array(b),a.input=j,h(a),a.runningState=1}function M(a){if(a.runningState==0)throw"State MUST be initialized";a.runningState!=11&&(a.runningState=11,a.input!=null&&(YO(a.input),a.input=null))}function N(a){if(a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),Ne(a,1)!=0){let j=Ne(a,3);return j==0?1:Ne(a,j)+(1<<j)}return 0}function F(a){if(a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),a.inputEnd=Ne(a,1),a.metaBlockLength=0,a.isUncompressed=0,a.isMetadata=0,a.inputEnd!=0&&Ne(a,1)!=0)return;let j=Ne(a,2)+4;if(j==7){if(a.isMetadata=1,Ne(a,1)!=0)throw"Corrupted reserved bit";let b=Ne(a,2);if(b==0)return;for(let q=0;q<b;q++){a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16);let v=Ne(a,8);if(v==0&&q+1==b&&b>1)throw"Exuberant nibble";a.metaBlockLength|=v<<q*8}}else for(let b=0;b<j;b++){a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16);let q=Ne(a,4);if(q==0&&b+1==j&&j>4)throw"Exuberant nibble";a.metaBlockLength|=q<<b*4}a.metaBlockLength++,a.inputEnd==0&&(a.isUncompressed=Ne(a,1))}function ae(a,j,b){let q=a[j],v=b.accumulator32>>>b.bitOffset;q+=v&255;let D=a[q]>>16,z=a[q]&65535;if(D<=8)return b.bitOffset+=D,z;q+=z;let Q=(1<<D)-1;return q+=(v&Q)>>>8,b.bitOffset+=(a[q]>>16)+8,a[q]&65535}function ie(a,j,b){b.bitOffset>=16&&(b.accumulator32=b.shortBuffer[b.halfOffset++]<<16|b.accumulator32>>>16,b.bitOffset-=16);let q=ae(a,j,b),v=s[q];return b.bitOffset>=16&&(b.accumulator32=b.shortBuffer[b.halfOffset++]<<16|b.accumulator32>>>16,b.bitOffset-=16),f[q]+(v<=16?Ne(b,v):Ss(b,v))}function de(a,j){let b=a[j];for(;j>0;j--)a[j]=a[j-1];a[0]=b}function Ze(a,j){let b=new Int32Array(256);for(let q=0;q<256;q++)b[q]=q;for(let q=0;q<j;q++){let v=a[q]&255;a[q]=b[v],v!=0&&de(b,v)}}function _(a,j,b,q){let v=0,D=8,z=0,Q=0,ce=32768,pe=new Int32Array(32+1),re=pe.length-1;for(xs(pe,re,5,a,18);v<j&&ce>0;){q.halfOffset>2030&&mr(q),q.bitOffset>=16&&(q.accumulator32=q.shortBuffer[q.halfOffset++]<<16|q.accumulator32>>>16,q.bitOffset-=16);let Pe=q.accumulator32>>>q.bitOffset&31;q.bitOffset+=pe[Pe]>>16;let He=pe[Pe]&65535;if(He<16)z=0,b[v++]=He,He!=0&&(D=He,ce-=32768>>He);else{let gt=He-14,Yr=0;He==16&&(Yr=D),Q!=Yr&&(z=0,Q=Yr);let tn=z;z>0&&(z-=2,z<<=gt),q.bitOffset>=16&&(q.accumulator32=q.shortBuffer[q.halfOffset++]<<16|q.accumulator32>>>16,q.bitOffset-=16),z+=Ne(q,gt)+3;let Jt=z-tn;if(v+Jt>j)throw"symbol + repeatDelta > numSymbols";for(let Le=0;Le<Jt;Le++)b[v++]=Q;Q!=0&&(ce-=Jt<<15-Q)}}if(ce!=0)throw"Unused space";b.fill(0,v,j)}function Fe(a,j){for(let b=0;b<j-1;++b)for(let q=b+1;q<j;++q)if(a[b]==a[q])throw"Duplicate simple Huffman code symbol"}function Ce(a,j,b,q,v){let D=new Int32Array(j),z=new Int32Array(4),Q=1+w(a-1),ce=Ne(v,2)+1;for(let re=0;re<ce;re++){v.bitOffset>=16&&(v.accumulator32=v.shortBuffer[v.halfOffset++]<<16|v.accumulator32>>>16,v.bitOffset-=16);let Pe=Ne(v,Q);if(Pe>=j)throw"Can't readHuffmanCode";z[re]=Pe}Fe(z,ce);let pe=ce;switch(ce==4&&(pe+=Ne(v,1)),pe){case 1:D[z[0]]=1;break;case 2:D[z[0]]=1,D[z[1]]=1;break;case 3:D[z[0]]=1,D[z[1]]=2,D[z[2]]=2;break;case 4:D[z[0]]=2,D[z[1]]=2,D[z[2]]=2,D[z[3]]=2;break;case 5:D[z[0]]=1,D[z[1]]=2,D[z[2]]=3,D[z[3]]=3;break;default:break}return xs(b,q,8,D,j)}function ge(a,j,b,q,v){let D=new Int32Array(a),z=new Int32Array(18),Q=32,ce=0;for(let pe=j;pe<18&&Q>0;pe++){let re=r[pe];v.bitOffset>=16&&(v.accumulator32=v.shortBuffer[v.halfOffset++]<<16|v.accumulator32>>>16,v.bitOffset-=16);let Pe=v.accumulator32>>>v.bitOffset&15;v.bitOffset+=o[Pe]>>16;let He=o[Pe]&65535;z[re]=He,He!=0&&(Q-=32>>He,ce++)}if(Q!=0&&ce!=1)throw"Corrupted Huffman code histogram";return _(z,a,D,v),xs(b,q,8,D,a)}function Je(a,j,b,q,v){v.halfOffset>2030&&mr(v),v.bitOffset>=16&&(v.accumulator32=v.shortBuffer[v.halfOffset++]<<16|v.accumulator32>>>16,v.bitOffset-=16);let D=Ne(v,2);return D==1?Ce(a,j,b,q,v):ge(j,D,b,q,v)}function te(a,j,b){b.halfOffset>2030&&mr(b);let q=N(b)+1;if(q==1)return j.fill(0,0,a),q;b.bitOffset>=16&&(b.accumulator32=b.shortBuffer[b.halfOffset++]<<16|b.accumulator32>>>16,b.bitOffset-=16);let v=Ne(b,1),D=0;v!=0&&(D=Ne(b,4)+1);let z=q+D,Q=e[z+31>>5],ce=new Int32Array(Q+1),pe=ce.length-1;Je(z,z,ce,pe,b);for(let re=0;re<a;){b.halfOffset>2030&&mr(b),b.bitOffset>=16&&(b.accumulator32=b.shortBuffer[b.halfOffset++]<<16|b.accumulator32>>>16,b.bitOffset-=16);let Pe=ae(ce,pe,b);if(Pe==0)j[re]=0,re++;else if(Pe<=D){b.bitOffset>=16&&(b.accumulator32=b.shortBuffer[b.halfOffset++]<<16|b.accumulator32>>>16,b.bitOffset-=16);let He=(1<<Pe)+Ne(b,Pe);for(;He!=0;){if(re>=a)throw"Corrupted context map";j[re]=0,re++,He--}}else j[re]=Pe-D,re++}return b.bitOffset>=16&&(b.accumulator32=b.shortBuffer[b.halfOffset++]<<16|b.accumulator32>>>16,b.bitOffset-=16),Ne(b,1)==1&&Ze(j,a),q}function Bt(a,j,b){let q=a.rings,v=4+j*2;a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16);let D=ae(a.blockTrees,2*j,a),z=ie(a.blockTrees,2*j+1,a);return D==1?D=q[v+1]+1:D==0?D=q[v]:D-=2,D>=b&&(D-=b),q[v]=q[v+1],q[v+1]=D,z}function st(a){a.literalBlockLength=Bt(a,0,a.numLiteralBlockTypes);let j=a.rings[5];a.contextMapSlice=j<<6,a.literalTreeIdx=a.contextMap[a.contextMapSlice]&255;let b=a.contextModes[j];a.contextLookupOffset1=b<<9,a.contextLookupOffset2=a.contextLookupOffset1+256}function Er(a){a.commandBlockLength=Bt(a,1,a.numCommandBlockTypes),a.commandTreeIdx=a.rings[7]}function Oi(a){a.distanceBlockLength=Bt(a,2,a.numDistanceBlockTypes),a.distContextMapSlice=a.rings[9]<<2}function Tf(a){let j=a.maxRingBufferSize;if(j>a.expectedTotalSize){let v=a.expectedTotalSize;for(;j>>1>v;)j>>=1;a.inputEnd==0&&j<16384&&a.maxRingBufferSize>=16384&&(j=16384)}if(j<=a.ringBufferSize)return;let b=j+37,q=new Int8Array(b);a.ringBuffer.length!=0&&q.set(a.ringBuffer.subarray(0,0+a.ringBufferSize),0),a.ringBuffer=q,a.ringBufferSize=j}function Bf(a){if(a.inputEnd!=0){a.nextRunningState=10,a.runningState=12;return}a.literalTreeGroup=new Int32Array(0),a.commandTreeGroup=new Int32Array(0),a.distanceTreeGroup=new Int32Array(0),a.halfOffset>2030&&mr(a),F(a),!(a.metaBlockLength==0&&a.isMetadata==0)&&(a.isUncompressed!=0||a.isMetadata!=0?(U(a),a.runningState=a.isMetadata!=0?5:6):a.runningState=3,a.isMetadata==0&&(a.expectedTotalSize+=a.metaBlockLength,a.expectedTotalSize>1<<30&&(a.expectedTotalSize=1<<30),a.ringBufferSize<a.maxRingBufferSize&&Tf(a)))}function On(a,j,b){let q=a.blockTrees[2*j];if(b<=1)return a.blockTrees[2*j+1]=q,a.blockTrees[2*j+2]=q,1<<28;let v=b+2;q+=Je(v,v,a.blockTrees,2*j,a),a.blockTrees[2*j+1]=q;let D=26;return q+=Je(D,D,a.blockTrees,2*j+1,a),a.blockTrees[2*j+2]=q,ie(a.blockTrees,2*j+1,a)}function Kr(a,j){let b=a.distExtraBits,q=a.distOffset,v=a.distancePostfixBits,D=a.numDirectDistanceCodes,z=1<<v,Q=1,ce=0,pe=16;for(let re=0;re<D;++re)b[pe]=0,q[pe]=re+1,++pe;for(;pe<j;){let re=D+((2+ce<<Q)-4<<v)+1;for(let Pe=0;Pe<z;++Pe)b[pe]=Q,q[pe]=re+Pe,++pe;Q=Q+ce,ce=ce^1}}function Zt(a){a.numLiteralBlockTypes=N(a)+1,a.literalBlockLength=On(a,0,a.numLiteralBlockTypes),a.numCommandBlockTypes=N(a)+1,a.commandBlockLength=On(a,1,a.numCommandBlockTypes),a.numDistanceBlockTypes=N(a)+1,a.distanceBlockLength=On(a,2,a.numDistanceBlockTypes),a.halfOffset>2030&&mr(a),a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),a.distancePostfixBits=Ne(a,2),a.numDirectDistanceCodes=Ne(a,4)<<a.distancePostfixBits,a.contextModes=new Int8Array(a.numLiteralBlockTypes);for(let D=0;D<a.numLiteralBlockTypes;){let z=jo(D+96,a.numLiteralBlockTypes);for(;D<z;++D)a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),a.contextModes[D]=Ne(a,2);a.halfOffset>2030&&mr(a)}a.contextMap=new Int8Array(a.numLiteralBlockTypes<<6);let j=te(a.numLiteralBlockTypes<<6,a.contextMap,a);a.trivialLiteralContext=1;for(let D=0;D<a.numLiteralBlockTypes<<6;D++)if(a.contextMap[D]!=D>>6){a.trivialLiteralContext=0;break}a.distContextMap=new Int8Array(a.numDistanceBlockTypes<<2);let b=te(a.numDistanceBlockTypes<<2,a.distContextMap,a);a.literalTreeGroup=W(256,256,j,a),a.commandTreeGroup=W(704,704,a.numCommandBlockTypes,a);let q=p(a.distancePostfixBits,a.numDirectDistanceCodes,24),v=q;a.isLargeWindow==1&&(q=p(a.distancePostfixBits,a.numDirectDistanceCodes,62),v=g(2147483644,a.distancePostfixBits,a.numDirectDistanceCodes)),a.distanceTreeGroup=W(q,v,b,a),Kr(a,v),a.contextMapSlice=0,a.distContextMapSlice=0,a.contextLookupOffset1=a.contextModes[0]*512,a.contextLookupOffset2=a.contextLookupOffset1+256,a.literalTreeIdx=0,a.commandTreeIdx=0,a.rings[4]=1,a.rings[5]=0,a.rings[6]=1,a.rings[7]=0,a.rings[8]=1,a.rings[9]=0}function Fi(a){let j=a.ringBuffer;if(a.metaBlockLength<=0){I(a),a.runningState=2;return}let b=jo(a.ringBufferSize-a.pos,a.metaBlockLength);if(Ee(a,j,a.pos,b),a.metaBlockLength-=b,a.pos+=b,a.pos==a.ringBufferSize){a.nextRunningState=6,a.runningState=12;return}I(a),a.runningState=2}function Fn(a){let j=jo(a.outputLength-a.outputUsed,a.ringBufferBytesReady-a.ringBufferBytesWritten);return j!=0&&(a.output.set(a.ringBuffer.subarray(a.ringBufferBytesWritten,a.ringBufferBytesWritten+j),a.outputOffset+a.outputUsed),a.outputUsed+=j,a.ringBufferBytesWritten+=j),a.outputUsed<a.outputLength?1:0}function W(a,j,b,q){let v=e[j+31>>5],D=new Int32Array(b+b*v),z=b;for(let Q=0;Q<b;++Q)D[Q]=z,z+=Je(a,j,D,Q,q);return D}function Bs(a){let j=a.ringBufferSize;return a.isEager!=0&&(j=jo(j,a.ringBufferBytesWritten+a.outputLength-a.outputUsed)),j}function ks(a,j){if(a.distance>2147483644)throw"Invalid backward reference";let b=a.distance-a.maxDistance-1-a.cdTotalSize;if(b<0)kf(a,-b-1,a.copyLength),a.runningState=14;else{let q=ct,v=a.copyLength;if(v>31)throw"Invalid backward reference";let D=yo[v];if(D==0)throw"Invalid backward reference";let z=Dt[v],Q=(1<<D)-1,ce=b&Q,pe=b>>>D;z+=ce*v;let re=Is;if(pe>=re.numTransforms)throw"Invalid backward reference";let Pe=Hw(a.ringBuffer,a.pos,q,z,v,re,pe);if(a.pos+=Pe,a.metaBlockLength-=Pe,a.pos>=j){a.nextRunningState=4,a.runningState=12;return}a.runningState=4}}function jr(a){a.cdBlockMap=new Int8Array(256);let j=8;for(;a.cdTotalSize-1>>>j!=0;)j++;j-=8,a.cdBlockBits=j;let b=0,q=0;for(;b<a.cdTotalSize;){for(;a.cdChunkOffsets[q+1]<b;)q++;a.cdBlockMap[b>>>j]=q,b+=1<<j}}function kf(a,j,b){a.cdBlockBits==-1&&jr(a);let q=a.cdBlockMap[j>>>a.cdBlockBits];for(;j>=a.cdChunkOffsets[q+1];)q++;if(a.cdTotalSize>j+b)throw"Invalid backward reference";a.distRbIdx=a.distRbIdx+1&3,a.rings[a.distRbIdx]=a.distance,a.metaBlockLength-=b,a.cdBrIndex=q,a.cdBrOffset=j-a.cdChunkOffsets[q],a.cdBrLength=b,a.cdBrCopied=0}function pl(a,j){let b=a.pos,q=b;for(;a.cdBrLength!=a.cdBrCopied;){let v=j-b,z=a.cdChunkOffsets[a.cdBrIndex+1]-a.cdChunkOffsets[a.cdBrIndex]-a.cdBrOffset,Q=a.cdBrLength-a.cdBrCopied;if(Q>z&&(Q=z),Q>v&&(Q=v),KO(a.ringBuffer,b,a.cdChunks[a.cdBrIndex],a.cdBrOffset,a.cdBrOffset+Q),b+=Q,a.cdBrOffset+=Q,a.cdBrCopied+=Q,Q==z&&(a.cdBrIndex++,a.cdBrOffset=0),b>=j)break}return b-q}function Nw(a){if(a.runningState==0)throw"Can't decompress until initialized";if(a.runningState==11)throw"Can't decompress after close";if(a.runningState==1){let v=L(a);if(v==-1)throw"Invalid 'windowBits' code";a.maxRingBufferSize=1<<v,a.maxBackwardDistance=a.maxRingBufferSize-16,a.runningState=2}let j=Bs(a),b=a.ringBufferSize-1,q=a.ringBuffer;for(;a.runningState!=10;)switch(a.runningState){case 2:if(a.metaBlockLength<0)throw"Invalid metablock length";Bf(a),j=Bs(a),b=a.ringBufferSize-1,q=a.ringBuffer;continue;case 3:Zt(a),a.runningState=4;case 4:if(a.metaBlockLength<=0){a.runningState=2;continue}a.halfOffset>2030&&mr(a),a.commandBlockLength==0&&Er(a),a.commandBlockLength--,a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16);let v=ae(a.commandTreeGroup,a.commandTreeIdx,a)<<2,D=c[v],z=c[v+1],Q=c[v+2];a.distanceCode=c[v+3],a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16);let ce=D&255;a.insertLength=z+(ce<=16?Ne(a,ce):Ss(a,ce)),a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16);let pe=D>>8;a.copyLength=Q+(pe<=16?Ne(a,pe):Ss(a,pe)),a.j=0,a.runningState=7;case 7:if(a.trivialLiteralContext!=0){for(;a.j<a.insertLength;)if(a.halfOffset>2030&&mr(a),a.literalBlockLength==0&&st(a),a.literalBlockLength--,a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),q[a.pos]=ae(a.literalTreeGroup,a.literalTreeIdx,a),a.pos++,a.j++,a.pos>=j){a.nextRunningState=7,a.runningState=12;break}}else{let Jt=q[a.pos-1&b]&255,Le=q[a.pos-2&b]&255;for(;a.j<a.insertLength;){a.halfOffset>2030&&mr(a),a.literalBlockLength==0&&st(a);let Gr=lt[a.contextLookupOffset1+Jt]|lt[a.contextLookupOffset2+Le],Pi=a.contextMap[a.contextMapSlice+Gr]&255;if(a.literalBlockLength--,Le=Jt,a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),Jt=ae(a.literalTreeGroup,Pi,a),q[a.pos]=Jt,a.pos++,a.j++,a.pos>=j){a.nextRunningState=7,a.runningState=12;break}}}if(a.runningState!=7)continue;if(a.metaBlockLength-=a.insertLength,a.metaBlockLength<=0){a.runningState=4;continue}let re=a.distanceCode;if(re<0)a.distance=a.rings[a.distRbIdx];else{a.halfOffset>2030&&mr(a),a.distanceBlockLength==0&&Oi(a),a.distanceBlockLength--,a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16);let Jt=a.distContextMap[a.distContextMapSlice+re]&255;if(re=ae(a.distanceTreeGroup,Jt,a),re<16){let Le=a.distRbIdx+n[re]&3;if(a.distance=a.rings[Le]+i[re],a.distance<0)throw"Negative distance"}else{let Le=a.distExtraBits[re],Gr;a.bitOffset+Le<=32?Gr=Ne(a,Le):(a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),Gr=Le<=16?Ne(a,Le):Ss(a,Le)),a.distance=a.distOffset[re]+(Gr<<a.distancePostfixBits)}}if(a.maxDistance!=a.maxBackwardDistance&&a.pos<a.maxBackwardDistance?a.maxDistance=a.pos:a.maxDistance=a.maxBackwardDistance,a.distance>a.maxDistance){a.runningState=9;continue}if(re>0&&(a.distRbIdx=a.distRbIdx+1&3,a.rings[a.distRbIdx]=a.distance),a.copyLength>a.metaBlockLength)throw"Invalid backward reference";a.j=0,a.runningState=8;case 8:let Pe=a.pos-a.distance&b,He=a.pos,gt=a.copyLength-a.j,Yr=Pe+gt,tn=He+gt;if(Yr<b&&tn<b){if(gt<12||Yr>He&&tn>Pe)for(let Jt=0;Jt<gt;Jt+=4)q[He++]=q[Pe++],q[He++]=q[Pe++],q[He++]=q[Pe++],q[He++]=q[Pe++];else q.copyWithin(He,Pe,Yr);a.j+=gt,a.metaBlockLength-=gt,a.pos+=gt}else for(;a.j<a.copyLength;)if(q[a.pos]=q[a.pos-a.distance&b],a.metaBlockLength--,a.pos++,a.j++,a.pos>=j){a.nextRunningState=8,a.runningState=12;break}a.runningState==8&&(a.runningState=4);continue;case 9:ks(a,j);continue;case 14:if(a.pos+=pl(a,j),a.pos>=j){a.nextRunningState=14,a.runningState=12;return}a.runningState=4;continue;case 5:for(;a.metaBlockLength>0;)a.halfOffset>2030&&mr(a),a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),Ne(a,8),a.metaBlockLength--;a.runningState=2;continue;case 6:Fi(a);continue;case 12:a.ringBufferBytesReady=jo(a.pos,a.ringBufferSize),a.runningState=13;case 13:if(Fn(a)==0)return;a.pos>=a.maxBackwardDistance&&(a.maxDistance=a.maxBackwardDistance),a.pos>=a.ringBufferSize&&(a.pos>a.ringBufferSize&&q.copyWithin(0,a.ringBufferSize,a.pos),a.pos&=b,a.ringBufferBytesWritten=0),a.runningState=a.nextRunningState;continue;default:throw"Unexpected state "+a.runningState}if(a.runningState==10){if(a.metaBlockLength<0)throw"Invalid metablock length";U(a),ml(a,1)}}function Pc(a,j,b){this.numTransforms=0,this.triplets=new Int32Array(0),this.prefixSuffixStorage=new Int8Array(0),this.prefixSuffixHeads=new Int32Array(0),this.params=new Int16Array(0),this.numTransforms=a,this.triplets=new Int32Array(a*3),this.params=new Int16Array(a),this.prefixSuffixStorage=new Int8Array(j),this.prefixSuffixHeads=new Int32Array(b+1)}let Is=new Pc(121,167,50);function Rw(a,j,b,q,v){let D=q.length,z=1,Q=0;for(let ce=0;ce<D;++ce){let pe=q.charCodeAt(ce);pe==35?j[z++]=Q:a[Q++]=pe}for(let ce=0;ce<363;++ce)b[ce]=v.charCodeAt(ce)-32}Rw(Is.prefixSuffixStorage,Is.prefixSuffixHeads,Is.triplets,`# #s #, #e #.# the #.com/#\xC2\xA0# of # and # in # to #"#">#
|
|
1
|
+
(()=>{var YE=Object.create;var Tc=Object.defineProperty;var KE=Object.getOwnPropertyDescriptor;var GE=Object.getOwnPropertyNames;var JE=Object.getPrototypeOf,ZE=Object.prototype.hasOwnProperty;var __=t=>Tc(t,"__esModule",{value:!0});var Ci=(t=>typeof require!="undefined"?require:typeof Proxy!="undefined"?new Proxy(t,{get:(e,r)=>(typeof require!="undefined"?require:e)[r]}):t)(function(t){if(typeof require!="undefined")return require.apply(this,arguments);throw new Error('Dynamic require of "'+t+'" is not supported')});var re=(t,e)=>()=>(t&&(e=t(t=0)),e);var M=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),tb=(t,e)=>{__(t);for(var r in e)Tc(t,r,{get:e[r],enumerable:!0})},XE=(t,e,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of GE(e))!ZE.call(t,n)&&n!=="default"&&Tc(t,n,{get:()=>e[n],enumerable:!(r=KE(e,n))||r.enumerable});return t},Oe=t=>XE(__(Tc(t!=null?YE(JE(t)):{},"default",t&&t.__esModule&&"default"in t?{get:()=>t.default,enumerable:!0}:{value:t,enumerable:!0})),t);var QE,$E,rb,q_=re(()=>{QE=typeof __VERSION__!="undefined"?__VERSION__:"latest",$E={parquet:{type:"arrow-table",wasmUrl:"https://unpkg.com/parquet-wasm@0.3.1/esm2/arrow1_bg.wasm"}},rb={name:"Apache Parquet",id:"parquet-wasm",module:"parquet",version:QE,worker:!1,category:"table",extensions:["parquet"],mimeTypes:["application/octet-stream"],binary:!0,tests:["PAR1","PARE"],options:$E}});var eA,tA,Bc,v_=re(()=>{eA=typeof __VERSION__!="undefined"?__VERSION__:"latest",tA={parquet:{type:"object-row-table",url:void 0,columnList:[],geoparquet:!0}},Bc={name:"Apache Parquet",id:"parquet",module:"parquet",version:eA,worker:!0,category:"table",extensions:["parquet"],mimeTypes:["application/octet-stream"],binary:!0,tests:["PAR1","PARE"],options:tA}});var oi,rA,nA,iA,oA,Vn,T_,fA,B_=re(()=>{oi={self:typeof self!="undefined"&&self,window:typeof window!="undefined"&&window,global:typeof global!="undefined"&&global,document:typeof document!="undefined"&&document},rA=oi.self||oi.window||oi.global||{},nA=oi.window||oi.self||oi.global||{},iA=oi.global||oi.self||oi.window||{},oA=oi.document||{},Vn=Boolean(typeof process!="object"||String(process)!=="[object process]"||process.browser),T_=typeof process!="undefined"&&process.version&&/v([0-9]*)/.exec(process.version),fA=T_&&parseFloat(T_[1])||0});function k_(...t){let e=t.map(o=>o instanceof ArrayBuffer?new Uint8Array(o):o),r=e.reduce((o,f)=>o+f.byteLength,0),n=new Uint8Array(r),i=0;for(let o of e)n.set(o,i),i+=o.byteLength;return n.buffer}var I_=re(()=>{});async function nb(t){let e=[];for await(let r of t)e.push(r);return k_(...e)}var S_=re(()=>{I_()});function kc(t){return t}var ib=re(()=>{});function x_(t){return t&&typeof t=="object"&&t.isBuffer}function fn(t){if(x_(t))return kc(t);if(t instanceof ArrayBuffer)return t;if(ArrayBuffer.isView(t))return t.byteOffset===0&&t.byteLength===t.buffer.byteLength?t.buffer:t.buffer.slice(t.byteOffset,t.byteOffset+t.byteLength);if(typeof t=="string"){let e=t;return new TextEncoder().encode(e).buffer}if(t&&typeof t=="object"&&t._toArrayBuffer)return t._toArrayBuffer();throw new Error("toArrayBuffer")}var E_=re(()=>{ib()});function Vi(t){return e=>new Promise((r,n)=>t(e,(i,o)=>i?n(i):r(o)))}function Ic(t){return(e,r)=>new Promise((n,i)=>t(e,r,(o,f)=>o?i(o):n(f)))}function A_(t){return(e,r,n)=>new Promise((i,o)=>t(e,r,n,(f,s)=>f?o(f):i(s)))}var ob=re(()=>{});var Sc={};tb(Sc,{_readToArrayBuffer:()=>sA,close:()=>z_,createWriteStream:()=>U_,fstat:()=>M_,isSupported:()=>L_,open:()=>H_,read:()=>fb,readFile:()=>D_,readFileSync:()=>F_,readdir:()=>O_,stat:()=>N_,writeFile:()=>P_,writeFileSync:()=>R_});async function sA(t,e,r){let n=Buffer.alloc(r),{bytesRead:i}=await fb(t,n,0,r,e);if(i!==r)throw new Error("fs.read failed");return kc(n)}var Yr,O_,N_,D_,F_,P_,R_,H_,z_,fb,M_,U_,L_,C_=re(()=>{Yr=Oe(Ci("fs"));ib();ob();L_=Boolean(Yr.default);try{O_=Ic(Yr.default.readdir),N_=Ic(Yr.default.stat),D_=Yr.default.readFile,F_=Yr.default.readFileSync,P_=A_(Yr.default.writeFile),R_=Yr.default.writeFileSync,H_=Yr.default.open,z_=t=>new Promise((e,r)=>Yr.default.close(t,n=>n?r(n):e())),fb=Yr.default.read,M_=Yr.default.fstat,U_=Yr.default.createWriteStream,L_=Boolean(Yr.default)}catch{}});function ml(t){if(t instanceof ArrayBuffer)return{read:async(n,i)=>Buffer.from(t,n,i),close:async()=>{},size:t.byteLength};let e=t;return{read:async(r,n)=>{let i=await e.slice(r,r+n).arrayBuffer();return Buffer.from(i)},close:async()=>{},size:e.size}}var V_=re(()=>{});var fi=re(()=>{B_();S_();E_();ob();C_();V_()});var K_=M((zL,Y_)=>{var Wi={},bl=4294967295,aA=9007199254740991;function xc(t){return t=~t,t<0&&(t=(t&2147483647)+2147483648),t}function Ec(t){console.assert(t>-1&&t<=aA,"number out of range"),console.assert(Math.floor(t)===t,"number must be an integer");var e=0,r=t&4294967295,n=r<0?(t&2147483647)+2147483648:r;return t>bl&&(e=(t-n)/(bl+1)),[e,n]}function W_(t){if(t>-1)return Ec(t);var e=Ec(-t),r=xc(e[0]),n=xc(e[1]);return n===bl?(r+=1,n=0):n+=1,[r,n]}function Ac(t,e,r){return r&&(t&2147483648)!=0?(t=xc(t),e=xc(e),console.assert(t<2097152,"number too small"),-(t*(bl+1)+e+1)):(console.assert(t<2097152,"number too large"),t*(bl+1)+e)}Wi.readInt64BE=function(t,e){e=e||0;var r=t.readUInt32BE(e),n=t.readUInt32BE(e+4);return Ac(r,n,!0)};Wi.readInt64LE=function(t,e){e=e||0;var r=t.readUInt32LE(e),n=t.readUInt32LE(e+4);return Ac(n,r,!0)};Wi.readUInt64BE=function(t,e){e=e||0;var r=t.readUInt32BE(e),n=t.readUInt32BE(e+4);return Ac(r,n,!1)};Wi.readUInt64LE=function(t,e){e=e||0;var r=t.readUInt32LE(e),n=t.readUInt32LE(e+4);return Ac(n,r,!1)};Wi.writeInt64BE=function(t,e,r){r=r||0;var n=W_(t);e.writeUInt32BE(n[0],r),e.writeUInt32BE(n[1],r+4)};Wi.writeInt64LE=function(t,e,r){r=r||0;var n=W_(t);e.writeUInt32LE(n[1],r),e.writeUInt32LE(n[0],r+4)};Wi.writeUInt64BE=function(t,e,r){r=r||0;var n=Ec(t);e.writeUInt32BE(n[0],r),e.writeUInt32BE(n[1],r+4)};Wi.writeUInt64LE=function(t,e,r){r=r||0;var n=Ec(t);e.writeUInt32LE(n[1],r),e.writeUInt32LE(n[0],r+4)};Y_.exports=Wi});function G_(t,e,r){switch(t){case"BOOLEAN":return lA(e);case"INT32":return cA(e);case"INT64":return dA(e);case"INT96":return bA(e);case"FLOAT":return wA(e);case"DOUBLE":return yA(e);case"BYTE_ARRAY":return _A(e);case"FIXED_LEN_BYTE_ARRAY":return vA(e,r);default:throw new Error(`unsupported type: ${t}`)}}function J_(t,e,r,n){switch(t){case"BOOLEAN":return uA(e,r);case"INT32":return pA(e,r);case"INT64":return mA(e,r);case"INT96":return hA(e,r);case"FLOAT":return gA(e,r);case"DOUBLE":return jA(e,r);case"BYTE_ARRAY":return qA(e,r);case"FIXED_LEN_BYTE_ARRAY":return TA(e,r,n);default:throw new Error(`unsupported type: ${t}`)}}function lA(t){let e=Buffer.alloc(Math.ceil(t.length/8));e.fill(0);for(let r=0;r<t.length;r++)t[r]&&(e[Math.floor(r/8)]|=1<<r%8);return e}function uA(t,e){let r=[];for(let n=0;n<e;n++){let i=t.buffer[t.offset+Math.floor(n/8)];r.push((i&1<<n%8)>0)}return t.offset+=Math.ceil(e/8),r}function cA(t){let e=Buffer.alloc(4*t.length);for(let r=0;r<t.length;r++)e.writeInt32LE(t[r],r*4);return e}function pA(t,e){let r=[];for(let n=0;n<e;n++)r.push(t.buffer.readInt32LE(t.offset)),t.offset+=4;return r}function dA(t){let e=Buffer.alloc(8*t.length);for(let r=0;r<t.length;r++)As.default.writeInt64LE(t[r],e,r*8);return e}function mA(t,e){let r=[];for(let n=0;n<e;n++)r.push(As.default.readInt64LE(t.buffer,t.offset)),t.offset+=8;return r}function bA(t){let e=Buffer.alloc(12*t.length);for(let r=0;r<t.length;r++)t[r]>=0?(As.default.writeInt64LE(t[r],e,r*12),e.writeUInt32LE(0,r*12+8)):(As.default.writeInt64LE(~-t[r]+1,e,r*12),e.writeUInt32LE(4294967295,r*12+8));return e}function hA(t,e){let r=[];for(let n=0;n<e;n++){let i=As.default.readInt64LE(t.buffer,t.offset);t.buffer.readUInt32LE(t.offset+8)===4294967295?r.push(~-i+1):r.push(i),t.offset+=12}return r}function wA(t){let e=Buffer.alloc(4*t.length);for(let r=0;r<t.length;r++)e.writeFloatLE(t[r],r*4);return e}function gA(t,e){let r=[];for(let n=0;n<e;n++)r.push(t.buffer.readFloatLE(t.offset)),t.offset+=4;return r}function yA(t){let e=Buffer.alloc(8*t.length);for(let r=0;r<t.length;r++)e.writeDoubleLE(t[r],r*8);return e}function jA(t,e){let r=[];for(let n=0;n<e;n++)r.push(t.buffer.readDoubleLE(t.offset)),t.offset+=8;return r}function _A(t){let e=0;for(let i=0;i<t.length;i++)t[i]=Buffer.from(t[i]),e+=4+t[i].length;let r=Buffer.alloc(e),n=0;for(let i=0;i<t.length;i++)r.writeUInt32LE(t[i].length,n),t[i].copy(r,n+4),n+=4+t[i].length;return r}function qA(t,e){let r=[];for(let n=0;n<e;n++){let i=t.buffer.readUInt32LE(t.offset);t.offset+=4,r.push(t.buffer.slice(t.offset,t.offset+i)),t.offset+=i}return r}function vA(t,e){if(!e.typeLength)throw new Error("missing option: typeLength (required for FIXED_LEN_BYTE_ARRAY)");for(let r=0;r<t.length;r++)if(t[r]=Buffer.from(t[r]),t[r].length!==e.typeLength)throw new Error(`invalid value for FIXED_LEN_BYTE_ARRAY: ${t[r]}`);return Buffer.concat(t)}function TA(t,e,r){let n=[];if(!r.typeLength)throw new Error("missing option: typeLength (required for FIXED_LEN_BYTE_ARRAY)");for(let i=0;i<e;i++)n.push(t.buffer.slice(t.offset,t.offset+r.typeLength)),t.offset+=r.typeLength;return n}var As,Z_=re(()=>{As=Oe(K_())});var e0=M((UL,$_)=>{$_.exports=Q_;var X_=128,BA=127,kA=~BA,IA=Math.pow(2,31);function Q_(t,e,r){e=e||[],r=r||0;for(var n=r;t>=IA;)e[r++]=t&255|X_,t/=128;for(;t&kA;)e[r++]=t&255|X_,t>>>=7;return e[r]=t|0,Q_.bytes=r-n+1,e}});var n0=M((LL,r0)=>{r0.exports=sb;var SA=128,t0=127;function sb(t,e){var r=0,e=e||0,n=0,i=e,o,f=t.length;do{if(i>=f)throw sb.bytes=0,new RangeError("Could not decode varint");o=t[i++],r+=n<28?(o&t0)<<n:(o&t0)*Math.pow(2,n),n+=7}while(o>=SA);return sb.bytes=i-e,r}});var o0=M((CL,i0)=>{var xA=Math.pow(2,7),EA=Math.pow(2,14),AA=Math.pow(2,21),OA=Math.pow(2,28),NA=Math.pow(2,35),DA=Math.pow(2,42),FA=Math.pow(2,49),PA=Math.pow(2,56),RA=Math.pow(2,63);i0.exports=function(t){return t<xA?1:t<EA?2:t<AA?3:t<OA?4:t<NA?5:t<DA?6:t<FA?7:t<PA?8:t<RA?9:10}});var s0=M((VL,f0)=>{f0.exports={encode:e0(),decode:n0(),encodingLength:o0()}});function a0(t,e,r){if(!("bitWidth"in r))throw new Error("bitWidth is required");switch(t){case"BOOLEAN":case"INT32":case"INT64":e=e.map(s=>parseInt(s,10));break;default:throw new Error(`unsupported type: ${t}`)}let n=Buffer.alloc(0),i=[],o=0;for(let s=0;s<e.length;s++)o===0&&i.length%8==0&&e[s]===e[s+1]?(i.length&&(n=Buffer.concat([n,l0(i,r)]),i=[]),o=1):o>0&&e[s]===e[s-1]?o+=1:(o&&(n=Buffer.concat([n,u0(e[s-1],o,r)]),o=0),i.push(e[s]));if(o?n=Buffer.concat([n,u0(e[e.length-1],o,r)]):i.length&&(n=Buffer.concat([n,l0(i,r)])),r.disableEnvelope)return n;let f=Buffer.alloc(n.length+4);return f.writeUInt32LE(n.length,void 0),n.copy(f,4),f}function Oc(t,e,r,n){if(!("bitWidth"in n))throw new Error("bitWidth is required");n.disableEnvelope||(e.offset+=4);let i=[];for(;i.length<r;){let o=hl.default.decode(e.buffer,e.offset);if(e.offset+=hl.default.encodingLength(o),o&1){let f=(o>>1)*8;i.push(...HA(e,f,n))}else{let f=o>>1;i.push(...zA(e,f,n))}}if(i=i.slice(0,r),i.length!==r)throw new Error("invalid RLE encoding");return i}function HA(t,e,r){let n=r.bitWidth;if(e%8!=0)throw new Error("must be a multiple of 8");let i=new Array(e).fill(0);for(let o=0;o<n*e;o++)t.buffer[t.offset+Math.floor(o/8)]&1<<o%8&&(i[Math.floor(o/n)]|=1<<o%n);return t.offset+=n*(e/8),i}function zA(t,e,r){let n=r.bitWidth,i=0;for(let o=0;o<Math.ceil(n/8);o++)i<<8,i+=t.buffer[t.offset],t.offset+=1;return new Array(e).fill(i)}function l0(t,e){let r=e.bitWidth;for(let i=0;i<t.length%8;i++)t.push(0);let n=Buffer.alloc(Math.ceil(r*(t.length/8)));for(let i=0;i<r*t.length;i++)(t[Math.floor(i/r)]&1<<i%r)>0&&(n[Math.floor(i/8)]|=1<<i%8);return Buffer.concat([Buffer.from(hl.default.encode(t.length/8<<1|1)),n])}function u0(t,e,r){let n=r.bitWidth,i=Buffer.alloc(Math.ceil(n/8));for(let o=0;o<i.length;o++)i.writeUInt8(t&255,o),t>>8;return Buffer.concat([Buffer.from(hl.default.encode(e<<1)),i])}var hl,ab=re(()=>{hl=Oe(s0())});function lb(t,e,r,n){return n.bitWidth=e.buffer.slice(e.offset,e.offset+1).readInt8(0),e.offset+=1,Oc(t,e,r,{...n,disableEnvelope:!0})}function ub(t,e,r,n){throw new Error("Encode dictionary functionality is not supported")}var c0=re(()=>{ab()});var p0=re(()=>{});var No,Nc=re(()=>{Z_();ab();c0();p0();No={PLAIN:{encodeValues:G_,decodeValues:J_},RLE:{encodeValues:a0,decodeValues:Oc},PLAIN_DICTIONARY:{encodeValues:ub,decodeValues:lb},RLE_DICTIONARY:{encodeValues:ub,decodeValues:lb}}});var sn,Nf=re(()=>{fi();sn=class{constructor(e){this.compressBatches=this.compressBatches.bind(this),this.decompressBatches=this.decompressBatches.bind(this)}async preload(){}async compress(e){return await this.preload(),this.compressSync(e)}async decompress(e,r){return await this.preload(),this.decompressSync(e,r)}compressSync(e){throw new Error(`${this.name}: sync compression not supported`)}decompressSync(e,r){throw new Error(`${this.name}: sync decompression not supported`)}async*compressBatches(e){let r=await this.concatenate(e);yield this.compress(r)}async*decompressBatches(e){let r=await this.concatenate(e);yield this.decompress(r)}concatenate(e){return nb(e)}improveError(e){return e.message.includes(this.name)||(e.message=`${this.name} ${e.message}`),e}}});var Dc,d0=re(()=>{Nf();Dc=class extends sn{constructor(e){super(e);this.name="uncompressed";this.extensions=[];this.contentEncodings=[];this.isSupported=!0;this.options=e||{}}compressSync(e){return e}decompressSync(e){return e}async*compressBatches(e){return yield*e}async*decompressBatches(e){return yield*e}}});var Yi=M(Rr=>{"use strict";var MA=typeof Uint8Array!="undefined"&&typeof Uint16Array!="undefined"&&typeof Int32Array!="undefined";function UA(t,e){return Object.prototype.hasOwnProperty.call(t,e)}Rr.assign=function(t){for(var e=Array.prototype.slice.call(arguments,1);e.length;){var r=e.shift();if(!!r){if(typeof r!="object")throw new TypeError(r+"must be non-object");for(var n in r)UA(r,n)&&(t[n]=r[n])}}return t};Rr.shrinkBuf=function(t,e){return t.length===e?t:t.subarray?t.subarray(0,e):(t.length=e,t)};var LA={arraySet:function(t,e,r,n,i){if(e.subarray&&t.subarray){t.set(e.subarray(r,r+n),i);return}for(var o=0;o<n;o++)t[i+o]=e[r+o]},flattenChunks:function(t){var e,r,n,i,o,f;for(n=0,e=0,r=t.length;e<r;e++)n+=t[e].length;for(f=new Uint8Array(n),i=0,e=0,r=t.length;e<r;e++)o=t[e],f.set(o,i),i+=o.length;return f}},CA={arraySet:function(t,e,r,n,i){for(var o=0;o<n;o++)t[i+o]=e[r+o]},flattenChunks:function(t){return[].concat.apply([],t)}};Rr.setTyped=function(t){t?(Rr.Buf8=Uint8Array,Rr.Buf16=Uint16Array,Rr.Buf32=Int32Array,Rr.assign(Rr,LA)):(Rr.Buf8=Array,Rr.Buf16=Array,Rr.Buf32=Array,Rr.assign(Rr,CA))};Rr.setTyped(MA)});var P0=M(Ds=>{"use strict";var VA=Yi(),WA=4,m0=0,b0=1,YA=2;function Os(t){for(var e=t.length;--e>=0;)t[e]=0}var KA=0,h0=1,GA=2,JA=3,ZA=258,cb=29,wl=256,gl=wl+1+cb,Ns=30,pb=19,w0=2*gl+1,Df=15,db=16,XA=7,mb=256,g0=16,y0=17,j0=18,bb=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],Fc=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],QA=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],_0=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],$A=512,Ki=new Array((gl+2)*2);Os(Ki);var yl=new Array(Ns*2);Os(yl);var jl=new Array($A);Os(jl);var _l=new Array(ZA-JA+1);Os(_l);var hb=new Array(cb);Os(hb);var Pc=new Array(Ns);Os(Pc);function wb(t,e,r,n,i){this.static_tree=t,this.extra_bits=e,this.extra_base=r,this.elems=n,this.max_length=i,this.has_stree=t&&t.length}var q0,v0,T0;function gb(t,e){this.dyn_tree=t,this.max_code=0,this.stat_desc=e}function B0(t){return t<256?jl[t]:jl[256+(t>>>7)]}function ql(t,e){t.pending_buf[t.pending++]=e&255,t.pending_buf[t.pending++]=e>>>8&255}function Kr(t,e,r){t.bi_valid>db-r?(t.bi_buf|=e<<t.bi_valid&65535,ql(t,t.bi_buf),t.bi_buf=e>>db-t.bi_valid,t.bi_valid+=r-db):(t.bi_buf|=e<<t.bi_valid&65535,t.bi_valid+=r)}function si(t,e,r){Kr(t,r[e*2],r[e*2+1])}function k0(t,e){var r=0;do r|=t&1,t>>>=1,r<<=1;while(--e>0);return r>>>1}function eO(t){t.bi_valid===16?(ql(t,t.bi_buf),t.bi_buf=0,t.bi_valid=0):t.bi_valid>=8&&(t.pending_buf[t.pending++]=t.bi_buf&255,t.bi_buf>>=8,t.bi_valid-=8)}function tO(t,e){var r=e.dyn_tree,n=e.max_code,i=e.stat_desc.static_tree,o=e.stat_desc.has_stree,f=e.stat_desc.extra_bits,s=e.stat_desc.extra_base,l=e.stat_desc.max_length,u,c,_,p,j,S,T=0;for(p=0;p<=Df;p++)t.bl_count[p]=0;for(r[t.heap[t.heap_max]*2+1]=0,u=t.heap_max+1;u<w0;u++)c=t.heap[u],p=r[r[c*2+1]*2+1]+1,p>l&&(p=l,T++),r[c*2+1]=p,!(c>n)&&(t.bl_count[p]++,j=0,c>=s&&(j=f[c-s]),S=r[c*2],t.opt_len+=S*(p+j),o&&(t.static_len+=S*(i[c*2+1]+j)));if(T!==0){do{for(p=l-1;t.bl_count[p]===0;)p--;t.bl_count[p]--,t.bl_count[p+1]+=2,t.bl_count[l]--,T-=2}while(T>0);for(p=l;p!==0;p--)for(c=t.bl_count[p];c!==0;)_=t.heap[--u],!(_>n)&&(r[_*2+1]!==p&&(t.opt_len+=(p-r[_*2+1])*r[_*2],r[_*2+1]=p),c--)}}function I0(t,e,r){var n=new Array(Df+1),i=0,o,f;for(o=1;o<=Df;o++)n[o]=i=i+r[o-1]<<1;for(f=0;f<=e;f++){var s=t[f*2+1];s!==0&&(t[f*2]=k0(n[s]++,s))}}function rO(){var t,e,r,n,i,o=new Array(Df+1);for(r=0,n=0;n<cb-1;n++)for(hb[n]=r,t=0;t<1<<bb[n];t++)_l[r++]=n;for(_l[r-1]=n,i=0,n=0;n<16;n++)for(Pc[n]=i,t=0;t<1<<Fc[n];t++)jl[i++]=n;for(i>>=7;n<Ns;n++)for(Pc[n]=i<<7,t=0;t<1<<Fc[n]-7;t++)jl[256+i++]=n;for(e=0;e<=Df;e++)o[e]=0;for(t=0;t<=143;)Ki[t*2+1]=8,t++,o[8]++;for(;t<=255;)Ki[t*2+1]=9,t++,o[9]++;for(;t<=279;)Ki[t*2+1]=7,t++,o[7]++;for(;t<=287;)Ki[t*2+1]=8,t++,o[8]++;for(I0(Ki,gl+1,o),t=0;t<Ns;t++)yl[t*2+1]=5,yl[t*2]=k0(t,5);q0=new wb(Ki,bb,wl+1,gl,Df),v0=new wb(yl,Fc,0,Ns,Df),T0=new wb(new Array(0),QA,0,pb,XA)}function S0(t){var e;for(e=0;e<gl;e++)t.dyn_ltree[e*2]=0;for(e=0;e<Ns;e++)t.dyn_dtree[e*2]=0;for(e=0;e<pb;e++)t.bl_tree[e*2]=0;t.dyn_ltree[mb*2]=1,t.opt_len=t.static_len=0,t.last_lit=t.matches=0}function x0(t){t.bi_valid>8?ql(t,t.bi_buf):t.bi_valid>0&&(t.pending_buf[t.pending++]=t.bi_buf),t.bi_buf=0,t.bi_valid=0}function nO(t,e,r,n){x0(t),n&&(ql(t,r),ql(t,~r)),VA.arraySet(t.pending_buf,t.window,e,r,t.pending),t.pending+=r}function E0(t,e,r,n){var i=e*2,o=r*2;return t[i]<t[o]||t[i]===t[o]&&n[e]<=n[r]}function yb(t,e,r){for(var n=t.heap[r],i=r<<1;i<=t.heap_len&&(i<t.heap_len&&E0(e,t.heap[i+1],t.heap[i],t.depth)&&i++,!E0(e,n,t.heap[i],t.depth));)t.heap[r]=t.heap[i],r=i,i<<=1;t.heap[r]=n}function A0(t,e,r){var n,i,o=0,f,s;if(t.last_lit!==0)do n=t.pending_buf[t.d_buf+o*2]<<8|t.pending_buf[t.d_buf+o*2+1],i=t.pending_buf[t.l_buf+o],o++,n===0?si(t,i,e):(f=_l[i],si(t,f+wl+1,e),s=bb[f],s!==0&&(i-=hb[f],Kr(t,i,s)),n--,f=B0(n),si(t,f,r),s=Fc[f],s!==0&&(n-=Pc[f],Kr(t,n,s)));while(o<t.last_lit);si(t,mb,e)}function jb(t,e){var r=e.dyn_tree,n=e.stat_desc.static_tree,i=e.stat_desc.has_stree,o=e.stat_desc.elems,f,s,l=-1,u;for(t.heap_len=0,t.heap_max=w0,f=0;f<o;f++)r[f*2]!==0?(t.heap[++t.heap_len]=l=f,t.depth[f]=0):r[f*2+1]=0;for(;t.heap_len<2;)u=t.heap[++t.heap_len]=l<2?++l:0,r[u*2]=1,t.depth[u]=0,t.opt_len--,i&&(t.static_len-=n[u*2+1]);for(e.max_code=l,f=t.heap_len>>1;f>=1;f--)yb(t,r,f);u=o;do f=t.heap[1],t.heap[1]=t.heap[t.heap_len--],yb(t,r,1),s=t.heap[1],t.heap[--t.heap_max]=f,t.heap[--t.heap_max]=s,r[u*2]=r[f*2]+r[s*2],t.depth[u]=(t.depth[f]>=t.depth[s]?t.depth[f]:t.depth[s])+1,r[f*2+1]=r[s*2+1]=u,t.heap[1]=u++,yb(t,r,1);while(t.heap_len>=2);t.heap[--t.heap_max]=t.heap[1],tO(t,e),I0(r,l,t.bl_count)}function O0(t,e,r){var n,i=-1,o,f=e[0*2+1],s=0,l=7,u=4;for(f===0&&(l=138,u=3),e[(r+1)*2+1]=65535,n=0;n<=r;n++)o=f,f=e[(n+1)*2+1],!(++s<l&&o===f)&&(s<u?t.bl_tree[o*2]+=s:o!==0?(o!==i&&t.bl_tree[o*2]++,t.bl_tree[g0*2]++):s<=10?t.bl_tree[y0*2]++:t.bl_tree[j0*2]++,s=0,i=o,f===0?(l=138,u=3):o===f?(l=6,u=3):(l=7,u=4))}function N0(t,e,r){var n,i=-1,o,f=e[0*2+1],s=0,l=7,u=4;for(f===0&&(l=138,u=3),n=0;n<=r;n++)if(o=f,f=e[(n+1)*2+1],!(++s<l&&o===f)){if(s<u)do si(t,o,t.bl_tree);while(--s!=0);else o!==0?(o!==i&&(si(t,o,t.bl_tree),s--),si(t,g0,t.bl_tree),Kr(t,s-3,2)):s<=10?(si(t,y0,t.bl_tree),Kr(t,s-3,3)):(si(t,j0,t.bl_tree),Kr(t,s-11,7));s=0,i=o,f===0?(l=138,u=3):o===f?(l=6,u=3):(l=7,u=4)}}function iO(t){var e;for(O0(t,t.dyn_ltree,t.l_desc.max_code),O0(t,t.dyn_dtree,t.d_desc.max_code),jb(t,t.bl_desc),e=pb-1;e>=3&&t.bl_tree[_0[e]*2+1]===0;e--);return t.opt_len+=3*(e+1)+5+5+4,e}function oO(t,e,r,n){var i;for(Kr(t,e-257,5),Kr(t,r-1,5),Kr(t,n-4,4),i=0;i<n;i++)Kr(t,t.bl_tree[_0[i]*2+1],3);N0(t,t.dyn_ltree,e-1),N0(t,t.dyn_dtree,r-1)}function fO(t){var e=4093624447,r;for(r=0;r<=31;r++,e>>>=1)if(e&1&&t.dyn_ltree[r*2]!==0)return m0;if(t.dyn_ltree[9*2]!==0||t.dyn_ltree[10*2]!==0||t.dyn_ltree[13*2]!==0)return b0;for(r=32;r<wl;r++)if(t.dyn_ltree[r*2]!==0)return b0;return m0}var D0=!1;function sO(t){D0||(rO(),D0=!0),t.l_desc=new gb(t.dyn_ltree,q0),t.d_desc=new gb(t.dyn_dtree,v0),t.bl_desc=new gb(t.bl_tree,T0),t.bi_buf=0,t.bi_valid=0,S0(t)}function F0(t,e,r,n){Kr(t,(KA<<1)+(n?1:0),3),nO(t,e,r,!0)}function aO(t){Kr(t,h0<<1,3),si(t,mb,Ki),eO(t)}function lO(t,e,r,n){var i,o,f=0;t.level>0?(t.strm.data_type===YA&&(t.strm.data_type=fO(t)),jb(t,t.l_desc),jb(t,t.d_desc),f=iO(t),i=t.opt_len+3+7>>>3,o=t.static_len+3+7>>>3,o<=i&&(i=o)):i=o=r+5,r+4<=i&&e!==-1?F0(t,e,r,n):t.strategy===WA||o===i?(Kr(t,(h0<<1)+(n?1:0),3),A0(t,Ki,yl)):(Kr(t,(GA<<1)+(n?1:0),3),oO(t,t.l_desc.max_code+1,t.d_desc.max_code+1,f+1),A0(t,t.dyn_ltree,t.dyn_dtree)),S0(t),n&&x0(t)}function uO(t,e,r){return t.pending_buf[t.d_buf+t.last_lit*2]=e>>>8&255,t.pending_buf[t.d_buf+t.last_lit*2+1]=e&255,t.pending_buf[t.l_buf+t.last_lit]=r&255,t.last_lit++,e===0?t.dyn_ltree[r*2]++:(t.matches++,e--,t.dyn_ltree[(_l[r]+wl+1)*2]++,t.dyn_dtree[B0(e)*2]++),t.last_lit===t.lit_bufsize-1}Ds._tr_init=sO;Ds._tr_stored_block=F0;Ds._tr_flush_block=lO;Ds._tr_tally=uO;Ds._tr_align=aO});var _b=M((f6,R0)=>{"use strict";function cO(t,e,r,n){for(var i=t&65535|0,o=t>>>16&65535|0,f=0;r!==0;){f=r>2e3?2e3:r,r-=f;do i=i+e[n++]|0,o=o+i|0;while(--f);i%=65521,o%=65521}return i|o<<16|0}R0.exports=cO});var qb=M((s6,H0)=>{"use strict";function pO(){for(var t,e=[],r=0;r<256;r++){t=r;for(var n=0;n<8;n++)t=t&1?3988292384^t>>>1:t>>>1;e[r]=t}return e}var dO=pO();function mO(t,e,r,n){var i=dO,o=n+r;t^=-1;for(var f=n;f<o;f++)t=t>>>8^i[(t^e[f])&255];return t^-1}H0.exports=mO});var Rc=M((a6,z0)=>{"use strict";z0.exports={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"}});var G0=M(ui=>{"use strict";var Hr=Yi(),mn=P0(),M0=_b(),Do=qb(),bO=Rc(),Ff=0,hO=1,wO=3,Fo=4,U0=5,ai=0,L0=1,bn=-2,gO=-3,vb=-5,yO=-1,jO=1,Hc=2,_O=3,qO=4,vO=0,TO=2,zc=8,BO=9,kO=15,IO=8,SO=29,xO=256,Tb=xO+1+SO,EO=30,AO=19,OO=2*Tb+1,NO=15,ct=3,Po=258,Wn=Po+ct+1,DO=32,Mc=42,Bb=69,Uc=73,Lc=91,Cc=103,Pf=113,vl=666,wr=1,Tl=2,Rf=3,Fs=4,FO=3;function Ro(t,e){return t.msg=bO[e],e}function C0(t){return(t<<1)-(t>4?9:0)}function Ho(t){for(var e=t.length;--e>=0;)t[e]=0}function zo(t){var e=t.state,r=e.pending;r>t.avail_out&&(r=t.avail_out),r!==0&&(Hr.arraySet(t.output,e.pending_buf,e.pending_out,r,t.next_out),t.next_out+=r,e.pending_out+=r,t.total_out+=r,t.avail_out-=r,e.pending-=r,e.pending===0&&(e.pending_out=0))}function Ir(t,e){mn._tr_flush_block(t,t.block_start>=0?t.block_start:-1,t.strstart-t.block_start,e),t.block_start=t.strstart,zo(t.strm)}function wt(t,e){t.pending_buf[t.pending++]=e}function Bl(t,e){t.pending_buf[t.pending++]=e>>>8&255,t.pending_buf[t.pending++]=e&255}function PO(t,e,r,n){var i=t.avail_in;return i>n&&(i=n),i===0?0:(t.avail_in-=i,Hr.arraySet(e,t.input,t.next_in,i,r),t.state.wrap===1?t.adler=M0(t.adler,e,i,r):t.state.wrap===2&&(t.adler=Do(t.adler,e,i,r)),t.next_in+=i,t.total_in+=i,i)}function V0(t,e){var r=t.max_chain_length,n=t.strstart,i,o,f=t.prev_length,s=t.nice_match,l=t.strstart>t.w_size-Wn?t.strstart-(t.w_size-Wn):0,u=t.window,c=t.w_mask,_=t.prev,p=t.strstart+Po,j=u[n+f-1],S=u[n+f];t.prev_length>=t.good_match&&(r>>=2),s>t.lookahead&&(s=t.lookahead);do if(i=e,!(u[i+f]!==S||u[i+f-1]!==j||u[i]!==u[n]||u[++i]!==u[n+1])){n+=2,i++;do;while(u[++n]===u[++i]&&u[++n]===u[++i]&&u[++n]===u[++i]&&u[++n]===u[++i]&&u[++n]===u[++i]&&u[++n]===u[++i]&&u[++n]===u[++i]&&u[++n]===u[++i]&&n<p);if(o=Po-(p-n),n=p-Po,o>f){if(t.match_start=e,f=o,o>=s)break;j=u[n+f-1],S=u[n+f]}}while((e=_[e&c])>l&&--r!=0);return f<=t.lookahead?f:t.lookahead}function Hf(t){var e=t.w_size,r,n,i,o,f;do{if(o=t.window_size-t.lookahead-t.strstart,t.strstart>=e+(e-Wn)){Hr.arraySet(t.window,t.window,e,e,0),t.match_start-=e,t.strstart-=e,t.block_start-=e,n=t.hash_size,r=n;do i=t.head[--r],t.head[r]=i>=e?i-e:0;while(--n);n=e,r=n;do i=t.prev[--r],t.prev[r]=i>=e?i-e:0;while(--n);o+=e}if(t.strm.avail_in===0)break;if(n=PO(t.strm,t.window,t.strstart+t.lookahead,o),t.lookahead+=n,t.lookahead+t.insert>=ct)for(f=t.strstart-t.insert,t.ins_h=t.window[f],t.ins_h=(t.ins_h<<t.hash_shift^t.window[f+1])&t.hash_mask;t.insert&&(t.ins_h=(t.ins_h<<t.hash_shift^t.window[f+ct-1])&t.hash_mask,t.prev[f&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=f,f++,t.insert--,!(t.lookahead+t.insert<ct)););}while(t.lookahead<Wn&&t.strm.avail_in!==0)}function RO(t,e){var r=65535;for(r>t.pending_buf_size-5&&(r=t.pending_buf_size-5);;){if(t.lookahead<=1){if(Hf(t),t.lookahead===0&&e===Ff)return wr;if(t.lookahead===0)break}t.strstart+=t.lookahead,t.lookahead=0;var n=t.block_start+r;if((t.strstart===0||t.strstart>=n)&&(t.lookahead=t.strstart-n,t.strstart=n,Ir(t,!1),t.strm.avail_out===0)||t.strstart-t.block_start>=t.w_size-Wn&&(Ir(t,!1),t.strm.avail_out===0))return wr}return t.insert=0,e===Fo?(Ir(t,!0),t.strm.avail_out===0?Rf:Fs):(t.strstart>t.block_start&&(Ir(t,!1),t.strm.avail_out===0),wr)}function kb(t,e){for(var r,n;;){if(t.lookahead<Wn){if(Hf(t),t.lookahead<Wn&&e===Ff)return wr;if(t.lookahead===0)break}if(r=0,t.lookahead>=ct&&(t.ins_h=(t.ins_h<<t.hash_shift^t.window[t.strstart+ct-1])&t.hash_mask,r=t.prev[t.strstart&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=t.strstart),r!==0&&t.strstart-r<=t.w_size-Wn&&(t.match_length=V0(t,r)),t.match_length>=ct)if(n=mn._tr_tally(t,t.strstart-t.match_start,t.match_length-ct),t.lookahead-=t.match_length,t.match_length<=t.max_lazy_match&&t.lookahead>=ct){t.match_length--;do t.strstart++,t.ins_h=(t.ins_h<<t.hash_shift^t.window[t.strstart+ct-1])&t.hash_mask,r=t.prev[t.strstart&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=t.strstart;while(--t.match_length!=0);t.strstart++}else t.strstart+=t.match_length,t.match_length=0,t.ins_h=t.window[t.strstart],t.ins_h=(t.ins_h<<t.hash_shift^t.window[t.strstart+1])&t.hash_mask;else n=mn._tr_tally(t,0,t.window[t.strstart]),t.lookahead--,t.strstart++;if(n&&(Ir(t,!1),t.strm.avail_out===0))return wr}return t.insert=t.strstart<ct-1?t.strstart:ct-1,e===Fo?(Ir(t,!0),t.strm.avail_out===0?Rf:Fs):t.last_lit&&(Ir(t,!1),t.strm.avail_out===0)?wr:Tl}function Ps(t,e){for(var r,n,i;;){if(t.lookahead<Wn){if(Hf(t),t.lookahead<Wn&&e===Ff)return wr;if(t.lookahead===0)break}if(r=0,t.lookahead>=ct&&(t.ins_h=(t.ins_h<<t.hash_shift^t.window[t.strstart+ct-1])&t.hash_mask,r=t.prev[t.strstart&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=t.strstart),t.prev_length=t.match_length,t.prev_match=t.match_start,t.match_length=ct-1,r!==0&&t.prev_length<t.max_lazy_match&&t.strstart-r<=t.w_size-Wn&&(t.match_length=V0(t,r),t.match_length<=5&&(t.strategy===jO||t.match_length===ct&&t.strstart-t.match_start>4096)&&(t.match_length=ct-1)),t.prev_length>=ct&&t.match_length<=t.prev_length){i=t.strstart+t.lookahead-ct,n=mn._tr_tally(t,t.strstart-1-t.prev_match,t.prev_length-ct),t.lookahead-=t.prev_length-1,t.prev_length-=2;do++t.strstart<=i&&(t.ins_h=(t.ins_h<<t.hash_shift^t.window[t.strstart+ct-1])&t.hash_mask,r=t.prev[t.strstart&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=t.strstart);while(--t.prev_length!=0);if(t.match_available=0,t.match_length=ct-1,t.strstart++,n&&(Ir(t,!1),t.strm.avail_out===0))return wr}else if(t.match_available){if(n=mn._tr_tally(t,0,t.window[t.strstart-1]),n&&Ir(t,!1),t.strstart++,t.lookahead--,t.strm.avail_out===0)return wr}else t.match_available=1,t.strstart++,t.lookahead--}return t.match_available&&(n=mn._tr_tally(t,0,t.window[t.strstart-1]),t.match_available=0),t.insert=t.strstart<ct-1?t.strstart:ct-1,e===Fo?(Ir(t,!0),t.strm.avail_out===0?Rf:Fs):t.last_lit&&(Ir(t,!1),t.strm.avail_out===0)?wr:Tl}function HO(t,e){for(var r,n,i,o,f=t.window;;){if(t.lookahead<=Po){if(Hf(t),t.lookahead<=Po&&e===Ff)return wr;if(t.lookahead===0)break}if(t.match_length=0,t.lookahead>=ct&&t.strstart>0&&(i=t.strstart-1,n=f[i],n===f[++i]&&n===f[++i]&&n===f[++i])){o=t.strstart+Po;do;while(n===f[++i]&&n===f[++i]&&n===f[++i]&&n===f[++i]&&n===f[++i]&&n===f[++i]&&n===f[++i]&&n===f[++i]&&i<o);t.match_length=Po-(o-i),t.match_length>t.lookahead&&(t.match_length=t.lookahead)}if(t.match_length>=ct?(r=mn._tr_tally(t,1,t.match_length-ct),t.lookahead-=t.match_length,t.strstart+=t.match_length,t.match_length=0):(r=mn._tr_tally(t,0,t.window[t.strstart]),t.lookahead--,t.strstart++),r&&(Ir(t,!1),t.strm.avail_out===0))return wr}return t.insert=0,e===Fo?(Ir(t,!0),t.strm.avail_out===0?Rf:Fs):t.last_lit&&(Ir(t,!1),t.strm.avail_out===0)?wr:Tl}function zO(t,e){for(var r;;){if(t.lookahead===0&&(Hf(t),t.lookahead===0)){if(e===Ff)return wr;break}if(t.match_length=0,r=mn._tr_tally(t,0,t.window[t.strstart]),t.lookahead--,t.strstart++,r&&(Ir(t,!1),t.strm.avail_out===0))return wr}return t.insert=0,e===Fo?(Ir(t,!0),t.strm.avail_out===0?Rf:Fs):t.last_lit&&(Ir(t,!1),t.strm.avail_out===0)?wr:Tl}function li(t,e,r,n,i){this.good_length=t,this.max_lazy=e,this.nice_length=r,this.max_chain=n,this.func=i}var Rs;Rs=[new li(0,0,0,0,RO),new li(4,4,8,4,kb),new li(4,5,16,8,kb),new li(4,6,32,32,kb),new li(4,4,16,16,Ps),new li(8,16,32,32,Ps),new li(8,16,128,128,Ps),new li(8,32,128,256,Ps),new li(32,128,258,1024,Ps),new li(32,258,258,4096,Ps)];function MO(t){t.window_size=2*t.w_size,Ho(t.head),t.max_lazy_match=Rs[t.level].max_lazy,t.good_match=Rs[t.level].good_length,t.nice_match=Rs[t.level].nice_length,t.max_chain_length=Rs[t.level].max_chain,t.strstart=0,t.block_start=0,t.lookahead=0,t.insert=0,t.match_length=t.prev_length=ct-1,t.match_available=0,t.ins_h=0}function UO(){this.strm=null,this.status=0,this.pending_buf=null,this.pending_buf_size=0,this.pending_out=0,this.pending=0,this.wrap=0,this.gzhead=null,this.gzindex=0,this.method=zc,this.last_flush=-1,this.w_size=0,this.w_bits=0,this.w_mask=0,this.window=null,this.window_size=0,this.prev=null,this.head=null,this.ins_h=0,this.hash_size=0,this.hash_bits=0,this.hash_mask=0,this.hash_shift=0,this.block_start=0,this.match_length=0,this.prev_match=0,this.match_available=0,this.strstart=0,this.match_start=0,this.lookahead=0,this.prev_length=0,this.max_chain_length=0,this.max_lazy_match=0,this.level=0,this.strategy=0,this.good_match=0,this.nice_match=0,this.dyn_ltree=new Hr.Buf16(OO*2),this.dyn_dtree=new Hr.Buf16((2*EO+1)*2),this.bl_tree=new Hr.Buf16((2*AO+1)*2),Ho(this.dyn_ltree),Ho(this.dyn_dtree),Ho(this.bl_tree),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this.bl_count=new Hr.Buf16(NO+1),this.heap=new Hr.Buf16(2*Tb+1),Ho(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new Hr.Buf16(2*Tb+1),Ho(this.depth),this.l_buf=0,this.lit_bufsize=0,this.last_lit=0,this.d_buf=0,this.opt_len=0,this.static_len=0,this.matches=0,this.insert=0,this.bi_buf=0,this.bi_valid=0}function W0(t){var e;return!t||!t.state?Ro(t,bn):(t.total_in=t.total_out=0,t.data_type=TO,e=t.state,e.pending=0,e.pending_out=0,e.wrap<0&&(e.wrap=-e.wrap),e.status=e.wrap?Mc:Pf,t.adler=e.wrap===2?0:1,e.last_flush=Ff,mn._tr_init(e),ai)}function Y0(t){var e=W0(t);return e===ai&&MO(t.state),e}function LO(t,e){return!t||!t.state||t.state.wrap!==2?bn:(t.state.gzhead=e,ai)}function K0(t,e,r,n,i,o){if(!t)return bn;var f=1;if(e===yO&&(e=6),n<0?(f=0,n=-n):n>15&&(f=2,n-=16),i<1||i>BO||r!==zc||n<8||n>15||e<0||e>9||o<0||o>qO)return Ro(t,bn);n===8&&(n=9);var s=new UO;return t.state=s,s.strm=t,s.wrap=f,s.gzhead=null,s.w_bits=n,s.w_size=1<<s.w_bits,s.w_mask=s.w_size-1,s.hash_bits=i+7,s.hash_size=1<<s.hash_bits,s.hash_mask=s.hash_size-1,s.hash_shift=~~((s.hash_bits+ct-1)/ct),s.window=new Hr.Buf8(s.w_size*2),s.head=new Hr.Buf16(s.hash_size),s.prev=new Hr.Buf16(s.w_size),s.lit_bufsize=1<<i+6,s.pending_buf_size=s.lit_bufsize*4,s.pending_buf=new Hr.Buf8(s.pending_buf_size),s.d_buf=1*s.lit_bufsize,s.l_buf=(1+2)*s.lit_bufsize,s.level=e,s.strategy=o,s.method=r,Y0(t)}function CO(t,e){return K0(t,e,zc,kO,IO,vO)}function VO(t,e){var r,n,i,o;if(!t||!t.state||e>U0||e<0)return t?Ro(t,bn):bn;if(n=t.state,!t.output||!t.input&&t.avail_in!==0||n.status===vl&&e!==Fo)return Ro(t,t.avail_out===0?vb:bn);if(n.strm=t,r=n.last_flush,n.last_flush=e,n.status===Mc)if(n.wrap===2)t.adler=0,wt(n,31),wt(n,139),wt(n,8),n.gzhead?(wt(n,(n.gzhead.text?1:0)+(n.gzhead.hcrc?2:0)+(n.gzhead.extra?4:0)+(n.gzhead.name?8:0)+(n.gzhead.comment?16:0)),wt(n,n.gzhead.time&255),wt(n,n.gzhead.time>>8&255),wt(n,n.gzhead.time>>16&255),wt(n,n.gzhead.time>>24&255),wt(n,n.level===9?2:n.strategy>=Hc||n.level<2?4:0),wt(n,n.gzhead.os&255),n.gzhead.extra&&n.gzhead.extra.length&&(wt(n,n.gzhead.extra.length&255),wt(n,n.gzhead.extra.length>>8&255)),n.gzhead.hcrc&&(t.adler=Do(t.adler,n.pending_buf,n.pending,0)),n.gzindex=0,n.status=Bb):(wt(n,0),wt(n,0),wt(n,0),wt(n,0),wt(n,0),wt(n,n.level===9?2:n.strategy>=Hc||n.level<2?4:0),wt(n,FO),n.status=Pf);else{var f=zc+(n.w_bits-8<<4)<<8,s=-1;n.strategy>=Hc||n.level<2?s=0:n.level<6?s=1:n.level===6?s=2:s=3,f|=s<<6,n.strstart!==0&&(f|=DO),f+=31-f%31,n.status=Pf,Bl(n,f),n.strstart!==0&&(Bl(n,t.adler>>>16),Bl(n,t.adler&65535)),t.adler=1}if(n.status===Bb)if(n.gzhead.extra){for(i=n.pending;n.gzindex<(n.gzhead.extra.length&65535)&&!(n.pending===n.pending_buf_size&&(n.gzhead.hcrc&&n.pending>i&&(t.adler=Do(t.adler,n.pending_buf,n.pending-i,i)),zo(t),i=n.pending,n.pending===n.pending_buf_size));)wt(n,n.gzhead.extra[n.gzindex]&255),n.gzindex++;n.gzhead.hcrc&&n.pending>i&&(t.adler=Do(t.adler,n.pending_buf,n.pending-i,i)),n.gzindex===n.gzhead.extra.length&&(n.gzindex=0,n.status=Uc)}else n.status=Uc;if(n.status===Uc)if(n.gzhead.name){i=n.pending;do{if(n.pending===n.pending_buf_size&&(n.gzhead.hcrc&&n.pending>i&&(t.adler=Do(t.adler,n.pending_buf,n.pending-i,i)),zo(t),i=n.pending,n.pending===n.pending_buf_size)){o=1;break}n.gzindex<n.gzhead.name.length?o=n.gzhead.name.charCodeAt(n.gzindex++)&255:o=0,wt(n,o)}while(o!==0);n.gzhead.hcrc&&n.pending>i&&(t.adler=Do(t.adler,n.pending_buf,n.pending-i,i)),o===0&&(n.gzindex=0,n.status=Lc)}else n.status=Lc;if(n.status===Lc)if(n.gzhead.comment){i=n.pending;do{if(n.pending===n.pending_buf_size&&(n.gzhead.hcrc&&n.pending>i&&(t.adler=Do(t.adler,n.pending_buf,n.pending-i,i)),zo(t),i=n.pending,n.pending===n.pending_buf_size)){o=1;break}n.gzindex<n.gzhead.comment.length?o=n.gzhead.comment.charCodeAt(n.gzindex++)&255:o=0,wt(n,o)}while(o!==0);n.gzhead.hcrc&&n.pending>i&&(t.adler=Do(t.adler,n.pending_buf,n.pending-i,i)),o===0&&(n.status=Cc)}else n.status=Cc;if(n.status===Cc&&(n.gzhead.hcrc?(n.pending+2>n.pending_buf_size&&zo(t),n.pending+2<=n.pending_buf_size&&(wt(n,t.adler&255),wt(n,t.adler>>8&255),t.adler=0,n.status=Pf)):n.status=Pf),n.pending!==0){if(zo(t),t.avail_out===0)return n.last_flush=-1,ai}else if(t.avail_in===0&&C0(e)<=C0(r)&&e!==Fo)return Ro(t,vb);if(n.status===vl&&t.avail_in!==0)return Ro(t,vb);if(t.avail_in!==0||n.lookahead!==0||e!==Ff&&n.status!==vl){var l=n.strategy===Hc?zO(n,e):n.strategy===_O?HO(n,e):Rs[n.level].func(n,e);if((l===Rf||l===Fs)&&(n.status=vl),l===wr||l===Rf)return t.avail_out===0&&(n.last_flush=-1),ai;if(l===Tl&&(e===hO?mn._tr_align(n):e!==U0&&(mn._tr_stored_block(n,0,0,!1),e===wO&&(Ho(n.head),n.lookahead===0&&(n.strstart=0,n.block_start=0,n.insert=0))),zo(t),t.avail_out===0))return n.last_flush=-1,ai}return e!==Fo?ai:n.wrap<=0?L0:(n.wrap===2?(wt(n,t.adler&255),wt(n,t.adler>>8&255),wt(n,t.adler>>16&255),wt(n,t.adler>>24&255),wt(n,t.total_in&255),wt(n,t.total_in>>8&255),wt(n,t.total_in>>16&255),wt(n,t.total_in>>24&255)):(Bl(n,t.adler>>>16),Bl(n,t.adler&65535)),zo(t),n.wrap>0&&(n.wrap=-n.wrap),n.pending!==0?ai:L0)}function WO(t){var e;return!t||!t.state?bn:(e=t.state.status,e!==Mc&&e!==Bb&&e!==Uc&&e!==Lc&&e!==Cc&&e!==Pf&&e!==vl?Ro(t,bn):(t.state=null,e===Pf?Ro(t,gO):ai))}function YO(t,e){var r=e.length,n,i,o,f,s,l,u,c;if(!t||!t.state||(n=t.state,f=n.wrap,f===2||f===1&&n.status!==Mc||n.lookahead))return bn;for(f===1&&(t.adler=M0(t.adler,e,r,0)),n.wrap=0,r>=n.w_size&&(f===0&&(Ho(n.head),n.strstart=0,n.block_start=0,n.insert=0),c=new Hr.Buf8(n.w_size),Hr.arraySet(c,e,r-n.w_size,n.w_size,0),e=c,r=n.w_size),s=t.avail_in,l=t.next_in,u=t.input,t.avail_in=r,t.next_in=0,t.input=e,Hf(n);n.lookahead>=ct;){i=n.strstart,o=n.lookahead-(ct-1);do n.ins_h=(n.ins_h<<n.hash_shift^n.window[i+ct-1])&n.hash_mask,n.prev[i&n.w_mask]=n.head[n.ins_h],n.head[n.ins_h]=i,i++;while(--o);n.strstart=i,n.lookahead=ct-1,Hf(n)}return n.strstart+=n.lookahead,n.block_start=n.strstart,n.insert=n.lookahead,n.lookahead=0,n.match_length=n.prev_length=ct-1,n.match_available=0,t.next_in=l,t.input=u,t.avail_in=s,n.wrap=f,ai}ui.deflateInit=CO;ui.deflateInit2=K0;ui.deflateReset=Y0;ui.deflateResetKeep=W0;ui.deflateSetHeader=LO;ui.deflate=VO;ui.deflateEnd=WO;ui.deflateSetDictionary=YO;ui.deflateInfo="pako deflate (from Nodeca project)"});var Ib=M(Hs=>{"use strict";var Vc=Yi(),J0=!0,Z0=!0;try{String.fromCharCode.apply(null,[0])}catch{J0=!1}try{String.fromCharCode.apply(null,new Uint8Array(1))}catch{Z0=!1}var kl=new Vc.Buf8(256);for(Gi=0;Gi<256;Gi++)kl[Gi]=Gi>=252?6:Gi>=248?5:Gi>=240?4:Gi>=224?3:Gi>=192?2:1;var Gi;kl[254]=kl[254]=1;Hs.string2buf=function(t){var e,r,n,i,o,f=t.length,s=0;for(i=0;i<f;i++)r=t.charCodeAt(i),(r&64512)==55296&&i+1<f&&(n=t.charCodeAt(i+1),(n&64512)==56320&&(r=65536+(r-55296<<10)+(n-56320),i++)),s+=r<128?1:r<2048?2:r<65536?3:4;for(e=new Vc.Buf8(s),o=0,i=0;o<s;i++)r=t.charCodeAt(i),(r&64512)==55296&&i+1<f&&(n=t.charCodeAt(i+1),(n&64512)==56320&&(r=65536+(r-55296<<10)+(n-56320),i++)),r<128?e[o++]=r:r<2048?(e[o++]=192|r>>>6,e[o++]=128|r&63):r<65536?(e[o++]=224|r>>>12,e[o++]=128|r>>>6&63,e[o++]=128|r&63):(e[o++]=240|r>>>18,e[o++]=128|r>>>12&63,e[o++]=128|r>>>6&63,e[o++]=128|r&63);return e};function X0(t,e){if(e<65534&&(t.subarray&&Z0||!t.subarray&&J0))return String.fromCharCode.apply(null,Vc.shrinkBuf(t,e));for(var r="",n=0;n<e;n++)r+=String.fromCharCode(t[n]);return r}Hs.buf2binstring=function(t){return X0(t,t.length)};Hs.binstring2buf=function(t){for(var e=new Vc.Buf8(t.length),r=0,n=e.length;r<n;r++)e[r]=t.charCodeAt(r);return e};Hs.buf2string=function(t,e){var r,n,i,o,f=e||t.length,s=new Array(f*2);for(n=0,r=0;r<f;){if(i=t[r++],i<128){s[n++]=i;continue}if(o=kl[i],o>4){s[n++]=65533,r+=o-1;continue}for(i&=o===2?31:o===3?15:7;o>1&&r<f;)i=i<<6|t[r++]&63,o--;if(o>1){s[n++]=65533;continue}i<65536?s[n++]=i:(i-=65536,s[n++]=55296|i>>10&1023,s[n++]=56320|i&1023)}return X0(s,n)};Hs.utf8border=function(t,e){var r;for(e=e||t.length,e>t.length&&(e=t.length),r=e-1;r>=0&&(t[r]&192)==128;)r--;return r<0||r===0?e:r+kl[t[r]]>e?r:e}});var Sb=M((c6,Q0)=>{"use strict";function KO(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg="",this.state=null,this.data_type=2,this.adler=0}Q0.exports=KO});var rq=M(xl=>{"use strict";var Il=G0(),Sl=Yi(),xb=Ib(),Eb=Rc(),GO=Sb(),$0=Object.prototype.toString,JO=0,Ab=4,zs=0,eq=1,tq=2,ZO=-1,XO=0,QO=8;function zf(t){if(!(this instanceof zf))return new zf(t);this.options=Sl.assign({level:ZO,method:QO,chunkSize:16384,windowBits:15,memLevel:8,strategy:XO,to:""},t||{});var e=this.options;e.raw&&e.windowBits>0?e.windowBits=-e.windowBits:e.gzip&&e.windowBits>0&&e.windowBits<16&&(e.windowBits+=16),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new GO,this.strm.avail_out=0;var r=Il.deflateInit2(this.strm,e.level,e.method,e.windowBits,e.memLevel,e.strategy);if(r!==zs)throw new Error(Eb[r]);if(e.header&&Il.deflateSetHeader(this.strm,e.header),e.dictionary){var n;if(typeof e.dictionary=="string"?n=xb.string2buf(e.dictionary):$0.call(e.dictionary)==="[object ArrayBuffer]"?n=new Uint8Array(e.dictionary):n=e.dictionary,r=Il.deflateSetDictionary(this.strm,n),r!==zs)throw new Error(Eb[r]);this._dict_set=!0}}zf.prototype.push=function(t,e){var r=this.strm,n=this.options.chunkSize,i,o;if(this.ended)return!1;o=e===~~e?e:e===!0?Ab:JO,typeof t=="string"?r.input=xb.string2buf(t):$0.call(t)==="[object ArrayBuffer]"?r.input=new Uint8Array(t):r.input=t,r.next_in=0,r.avail_in=r.input.length;do{if(r.avail_out===0&&(r.output=new Sl.Buf8(n),r.next_out=0,r.avail_out=n),i=Il.deflate(r,o),i!==eq&&i!==zs)return this.onEnd(i),this.ended=!0,!1;(r.avail_out===0||r.avail_in===0&&(o===Ab||o===tq))&&(this.options.to==="string"?this.onData(xb.buf2binstring(Sl.shrinkBuf(r.output,r.next_out))):this.onData(Sl.shrinkBuf(r.output,r.next_out)))}while((r.avail_in>0||r.avail_out===0)&&i!==eq);return o===Ab?(i=Il.deflateEnd(this.strm),this.onEnd(i),this.ended=!0,i===zs):(o===tq&&(this.onEnd(zs),r.avail_out=0),!0)};zf.prototype.onData=function(t){this.chunks.push(t)};zf.prototype.onEnd=function(t){t===zs&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=Sl.flattenChunks(this.chunks)),this.chunks=[],this.err=t,this.msg=this.strm.msg};function Ob(t,e){var r=new zf(e);if(r.push(t,!0),r.err)throw r.msg||Eb[r.err];return r.result}function $O(t,e){return e=e||{},e.raw=!0,Ob(t,e)}function e4(t,e){return e=e||{},e.gzip=!0,Ob(t,e)}xl.Deflate=zf;xl.deflate=Ob;xl.deflateRaw=$O;xl.gzip=e4});var iq=M((d6,nq)=>{"use strict";var Wc=30,t4=12;nq.exports=function(e,r){var n,i,o,f,s,l,u,c,_,p,j,S,T,U,W,L,te,pe,J,D,le,Y,de,y,g;n=e.state,i=e.next_in,y=e.input,o=i+(e.avail_in-5),f=e.next_out,g=e.output,s=f-(r-e.avail_out),l=f+(e.avail_out-257),u=n.dmax,c=n.wsize,_=n.whave,p=n.wnext,j=n.window,S=n.hold,T=n.bits,U=n.lencode,W=n.distcode,L=(1<<n.lenbits)-1,te=(1<<n.distbits)-1;e:do{T<15&&(S+=y[i++]<<T,T+=8,S+=y[i++]<<T,T+=8),pe=U[S&L];t:for(;;){if(J=pe>>>24,S>>>=J,T-=J,J=pe>>>16&255,J===0)g[f++]=pe&65535;else if(J&16){D=pe&65535,J&=15,J&&(T<J&&(S+=y[i++]<<T,T+=8),D+=S&(1<<J)-1,S>>>=J,T-=J),T<15&&(S+=y[i++]<<T,T+=8,S+=y[i++]<<T,T+=8),pe=W[S&te];r:for(;;){if(J=pe>>>24,S>>>=J,T-=J,J=pe>>>16&255,J&16){if(le=pe&65535,J&=15,T<J&&(S+=y[i++]<<T,T+=8,T<J&&(S+=y[i++]<<T,T+=8)),le+=S&(1<<J)-1,le>u){e.msg="invalid distance too far back",n.mode=Wc;break e}if(S>>>=J,T-=J,J=f-s,le>J){if(J=le-J,J>_&&n.sane){e.msg="invalid distance too far back",n.mode=Wc;break e}if(Y=0,de=j,p===0){if(Y+=c-J,J<D){D-=J;do g[f++]=j[Y++];while(--J);Y=f-le,de=g}}else if(p<J){if(Y+=c+p-J,J-=p,J<D){D-=J;do g[f++]=j[Y++];while(--J);if(Y=0,p<D){J=p,D-=J;do g[f++]=j[Y++];while(--J);Y=f-le,de=g}}}else if(Y+=p-J,J<D){D-=J;do g[f++]=j[Y++];while(--J);Y=f-le,de=g}for(;D>2;)g[f++]=de[Y++],g[f++]=de[Y++],g[f++]=de[Y++],D-=3;D&&(g[f++]=de[Y++],D>1&&(g[f++]=de[Y++]))}else{Y=f-le;do g[f++]=g[Y++],g[f++]=g[Y++],g[f++]=g[Y++],D-=3;while(D>2);D&&(g[f++]=g[Y++],D>1&&(g[f++]=g[Y++]))}}else if((J&64)==0){pe=W[(pe&65535)+(S&(1<<J)-1)];continue r}else{e.msg="invalid distance code",n.mode=Wc;break e}break}}else if((J&64)==0){pe=U[(pe&65535)+(S&(1<<J)-1)];continue t}else if(J&32){n.mode=t4;break e}else{e.msg="invalid literal/length code",n.mode=Wc;break e}break}}while(i<o&&f<l);D=T>>3,i-=D,T-=D<<3,S&=(1<<T)-1,e.next_in=i,e.next_out=f,e.avail_in=i<o?5+(o-i):5-(i-o),e.avail_out=f<l?257+(l-f):257-(f-l),n.hold=S,n.bits=T}});var cq=M((m6,uq)=>{"use strict";var oq=Yi(),Ms=15,fq=852,sq=592,aq=0,Nb=1,lq=2,r4=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],n4=[16,16,16,16,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,16,72,78],i4=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,0,0],o4=[16,16,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,64,64];uq.exports=function(e,r,n,i,o,f,s,l){var u=l.bits,c=0,_=0,p=0,j=0,S=0,T=0,U=0,W=0,L=0,te=0,pe,J,D,le,Y,de=null,y=0,g,N=new oq.Buf16(Ms+1),b=new oq.Buf16(Ms+1),H=null,K=0,z,oe,A;for(c=0;c<=Ms;c++)N[c]=0;for(_=0;_<i;_++)N[r[n+_]]++;for(S=u,j=Ms;j>=1&&N[j]===0;j--);if(S>j&&(S=j),j===0)return o[f++]=1<<24|64<<16|0,o[f++]=1<<24|64<<16|0,l.bits=1,0;for(p=1;p<j&&N[p]===0;p++);for(S<p&&(S=p),W=1,c=1;c<=Ms;c++)if(W<<=1,W-=N[c],W<0)return-1;if(W>0&&(e===aq||j!==1))return-1;for(b[1]=0,c=1;c<Ms;c++)b[c+1]=b[c]+N[c];for(_=0;_<i;_++)r[n+_]!==0&&(s[b[r[n+_]]++]=_);if(e===aq?(de=H=s,g=19):e===Nb?(de=r4,y-=257,H=n4,K-=257,g=256):(de=i4,H=o4,g=-1),te=0,_=0,c=p,Y=f,T=S,U=0,D=-1,L=1<<S,le=L-1,e===Nb&&L>fq||e===lq&&L>sq)return 1;for(;;){z=c-U,s[_]<g?(oe=0,A=s[_]):s[_]>g?(oe=H[K+s[_]],A=de[y+s[_]]):(oe=32+64,A=0),pe=1<<c-U,J=1<<T,p=J;do J-=pe,o[Y+(te>>U)+J]=z<<24|oe<<16|A|0;while(J!==0);for(pe=1<<c-1;te&pe;)pe>>=1;if(pe!==0?(te&=pe-1,te+=pe):te=0,_++,--N[c]==0){if(c===j)break;c=r[n+s[_]]}if(c>S&&(te&le)!==D){for(U===0&&(U=S),Y+=p,T=c-U,W=1<<T;T+U<j&&(W-=N[T+U],!(W<=0));)T++,W<<=1;if(L+=1<<T,e===Nb&&L>fq||e===lq&&L>sq)return 1;D=te&le,o[D]=S<<24|T<<16|Y-f|0}}return te!==0&&(o[Y+te]=c-U<<24|64<<16|0),l.bits=S,0}});var Yq=M(Yn=>{"use strict";var an=Yi(),Db=_b(),ci=qb(),f4=iq(),El=cq(),s4=0,pq=1,dq=2,mq=4,a4=5,Yc=6,Mf=0,l4=1,u4=2,hn=-2,bq=-3,Fb=-4,c4=-5,hq=8,wq=1,gq=2,yq=3,jq=4,_q=5,qq=6,vq=7,Tq=8,Bq=9,kq=10,Kc=11,Ji=12,Pb=13,Iq=14,Rb=15,Sq=16,xq=17,Eq=18,Aq=19,Gc=20,Jc=21,Oq=22,Nq=23,Dq=24,Fq=25,Pq=26,Hb=27,Rq=28,Hq=29,Lt=30,zb=31,p4=32,d4=852,m4=592,b4=15,h4=b4;function zq(t){return(t>>>24&255)+(t>>>8&65280)+((t&65280)<<8)+((t&255)<<24)}function w4(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new an.Buf16(320),this.work=new an.Buf16(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}function Mq(t){var e;return!t||!t.state?hn:(e=t.state,t.total_in=t.total_out=e.total=0,t.msg="",e.wrap&&(t.adler=e.wrap&1),e.mode=wq,e.last=0,e.havedict=0,e.dmax=32768,e.head=null,e.hold=0,e.bits=0,e.lencode=e.lendyn=new an.Buf32(d4),e.distcode=e.distdyn=new an.Buf32(m4),e.sane=1,e.back=-1,Mf)}function Uq(t){var e;return!t||!t.state?hn:(e=t.state,e.wsize=0,e.whave=0,e.wnext=0,Mq(t))}function Lq(t,e){var r,n;return!t||!t.state||(n=t.state,e<0?(r=0,e=-e):(r=(e>>4)+1,e<48&&(e&=15)),e&&(e<8||e>15))?hn:(n.window!==null&&n.wbits!==e&&(n.window=null),n.wrap=r,n.wbits=e,Uq(t))}function Cq(t,e){var r,n;return t?(n=new w4,t.state=n,n.window=null,r=Lq(t,e),r!==Mf&&(t.state=null),r):hn}function g4(t){return Cq(t,h4)}var Vq=!0,Mb,Ub;function y4(t){if(Vq){var e;for(Mb=new an.Buf32(512),Ub=new an.Buf32(32),e=0;e<144;)t.lens[e++]=8;for(;e<256;)t.lens[e++]=9;for(;e<280;)t.lens[e++]=7;for(;e<288;)t.lens[e++]=8;for(El(pq,t.lens,0,288,Mb,0,t.work,{bits:9}),e=0;e<32;)t.lens[e++]=5;El(dq,t.lens,0,32,Ub,0,t.work,{bits:5}),Vq=!1}t.lencode=Mb,t.lenbits=9,t.distcode=Ub,t.distbits=5}function Wq(t,e,r,n){var i,o=t.state;return o.window===null&&(o.wsize=1<<o.wbits,o.wnext=0,o.whave=0,o.window=new an.Buf8(o.wsize)),n>=o.wsize?(an.arraySet(o.window,e,r-o.wsize,o.wsize,0),o.wnext=0,o.whave=o.wsize):(i=o.wsize-o.wnext,i>n&&(i=n),an.arraySet(o.window,e,r-n,i,o.wnext),n-=i,n?(an.arraySet(o.window,e,r-n,n,0),o.wnext=n,o.whave=o.wsize):(o.wnext+=i,o.wnext===o.wsize&&(o.wnext=0),o.whave<o.wsize&&(o.whave+=i))),0}function j4(t,e){var r,n,i,o,f,s,l,u,c,_,p,j,S,T,U=0,W,L,te,pe,J,D,le,Y,de=new an.Buf8(4),y,g,N=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];if(!t||!t.state||!t.output||!t.input&&t.avail_in!==0)return hn;r=t.state,r.mode===Ji&&(r.mode=Pb),f=t.next_out,i=t.output,l=t.avail_out,o=t.next_in,n=t.input,s=t.avail_in,u=r.hold,c=r.bits,_=s,p=l,Y=Mf;e:for(;;)switch(r.mode){case wq:if(r.wrap===0){r.mode=Pb;break}for(;c<16;){if(s===0)break e;s--,u+=n[o++]<<c,c+=8}if(r.wrap&2&&u===35615){r.check=0,de[0]=u&255,de[1]=u>>>8&255,r.check=ci(r.check,de,2,0),u=0,c=0,r.mode=gq;break}if(r.flags=0,r.head&&(r.head.done=!1),!(r.wrap&1)||(((u&255)<<8)+(u>>8))%31){t.msg="incorrect header check",r.mode=Lt;break}if((u&15)!==hq){t.msg="unknown compression method",r.mode=Lt;break}if(u>>>=4,c-=4,le=(u&15)+8,r.wbits===0)r.wbits=le;else if(le>r.wbits){t.msg="invalid window size",r.mode=Lt;break}r.dmax=1<<le,t.adler=r.check=1,r.mode=u&512?kq:Ji,u=0,c=0;break;case gq:for(;c<16;){if(s===0)break e;s--,u+=n[o++]<<c,c+=8}if(r.flags=u,(r.flags&255)!==hq){t.msg="unknown compression method",r.mode=Lt;break}if(r.flags&57344){t.msg="unknown header flags set",r.mode=Lt;break}r.head&&(r.head.text=u>>8&1),r.flags&512&&(de[0]=u&255,de[1]=u>>>8&255,r.check=ci(r.check,de,2,0)),u=0,c=0,r.mode=yq;case yq:for(;c<32;){if(s===0)break e;s--,u+=n[o++]<<c,c+=8}r.head&&(r.head.time=u),r.flags&512&&(de[0]=u&255,de[1]=u>>>8&255,de[2]=u>>>16&255,de[3]=u>>>24&255,r.check=ci(r.check,de,4,0)),u=0,c=0,r.mode=jq;case jq:for(;c<16;){if(s===0)break e;s--,u+=n[o++]<<c,c+=8}r.head&&(r.head.xflags=u&255,r.head.os=u>>8),r.flags&512&&(de[0]=u&255,de[1]=u>>>8&255,r.check=ci(r.check,de,2,0)),u=0,c=0,r.mode=_q;case _q:if(r.flags&1024){for(;c<16;){if(s===0)break e;s--,u+=n[o++]<<c,c+=8}r.length=u,r.head&&(r.head.extra_len=u),r.flags&512&&(de[0]=u&255,de[1]=u>>>8&255,r.check=ci(r.check,de,2,0)),u=0,c=0}else r.head&&(r.head.extra=null);r.mode=qq;case qq:if(r.flags&1024&&(j=r.length,j>s&&(j=s),j&&(r.head&&(le=r.head.extra_len-r.length,r.head.extra||(r.head.extra=new Array(r.head.extra_len)),an.arraySet(r.head.extra,n,o,j,le)),r.flags&512&&(r.check=ci(r.check,n,j,o)),s-=j,o+=j,r.length-=j),r.length))break e;r.length=0,r.mode=vq;case vq:if(r.flags&2048){if(s===0)break e;j=0;do le=n[o+j++],r.head&&le&&r.length<65536&&(r.head.name+=String.fromCharCode(le));while(le&&j<s);if(r.flags&512&&(r.check=ci(r.check,n,j,o)),s-=j,o+=j,le)break e}else r.head&&(r.head.name=null);r.length=0,r.mode=Tq;case Tq:if(r.flags&4096){if(s===0)break e;j=0;do le=n[o+j++],r.head&&le&&r.length<65536&&(r.head.comment+=String.fromCharCode(le));while(le&&j<s);if(r.flags&512&&(r.check=ci(r.check,n,j,o)),s-=j,o+=j,le)break e}else r.head&&(r.head.comment=null);r.mode=Bq;case Bq:if(r.flags&512){for(;c<16;){if(s===0)break e;s--,u+=n[o++]<<c,c+=8}if(u!==(r.check&65535)){t.msg="header crc mismatch",r.mode=Lt;break}u=0,c=0}r.head&&(r.head.hcrc=r.flags>>9&1,r.head.done=!0),t.adler=r.check=0,r.mode=Ji;break;case kq:for(;c<32;){if(s===0)break e;s--,u+=n[o++]<<c,c+=8}t.adler=r.check=zq(u),u=0,c=0,r.mode=Kc;case Kc:if(r.havedict===0)return t.next_out=f,t.avail_out=l,t.next_in=o,t.avail_in=s,r.hold=u,r.bits=c,u4;t.adler=r.check=1,r.mode=Ji;case Ji:if(e===a4||e===Yc)break e;case Pb:if(r.last){u>>>=c&7,c-=c&7,r.mode=Hb;break}for(;c<3;){if(s===0)break e;s--,u+=n[o++]<<c,c+=8}switch(r.last=u&1,u>>>=1,c-=1,u&3){case 0:r.mode=Iq;break;case 1:if(y4(r),r.mode=Gc,e===Yc){u>>>=2,c-=2;break e}break;case 2:r.mode=xq;break;case 3:t.msg="invalid block type",r.mode=Lt}u>>>=2,c-=2;break;case Iq:for(u>>>=c&7,c-=c&7;c<32;){if(s===0)break e;s--,u+=n[o++]<<c,c+=8}if((u&65535)!=(u>>>16^65535)){t.msg="invalid stored block lengths",r.mode=Lt;break}if(r.length=u&65535,u=0,c=0,r.mode=Rb,e===Yc)break e;case Rb:r.mode=Sq;case Sq:if(j=r.length,j){if(j>s&&(j=s),j>l&&(j=l),j===0)break e;an.arraySet(i,n,o,j,f),s-=j,o+=j,l-=j,f+=j,r.length-=j;break}r.mode=Ji;break;case xq:for(;c<14;){if(s===0)break e;s--,u+=n[o++]<<c,c+=8}if(r.nlen=(u&31)+257,u>>>=5,c-=5,r.ndist=(u&31)+1,u>>>=5,c-=5,r.ncode=(u&15)+4,u>>>=4,c-=4,r.nlen>286||r.ndist>30){t.msg="too many length or distance symbols",r.mode=Lt;break}r.have=0,r.mode=Eq;case Eq:for(;r.have<r.ncode;){for(;c<3;){if(s===0)break e;s--,u+=n[o++]<<c,c+=8}r.lens[N[r.have++]]=u&7,u>>>=3,c-=3}for(;r.have<19;)r.lens[N[r.have++]]=0;if(r.lencode=r.lendyn,r.lenbits=7,y={bits:r.lenbits},Y=El(s4,r.lens,0,19,r.lencode,0,r.work,y),r.lenbits=y.bits,Y){t.msg="invalid code lengths set",r.mode=Lt;break}r.have=0,r.mode=Aq;case Aq:for(;r.have<r.nlen+r.ndist;){for(;U=r.lencode[u&(1<<r.lenbits)-1],W=U>>>24,L=U>>>16&255,te=U&65535,!(W<=c);){if(s===0)break e;s--,u+=n[o++]<<c,c+=8}if(te<16)u>>>=W,c-=W,r.lens[r.have++]=te;else{if(te===16){for(g=W+2;c<g;){if(s===0)break e;s--,u+=n[o++]<<c,c+=8}if(u>>>=W,c-=W,r.have===0){t.msg="invalid bit length repeat",r.mode=Lt;break}le=r.lens[r.have-1],j=3+(u&3),u>>>=2,c-=2}else if(te===17){for(g=W+3;c<g;){if(s===0)break e;s--,u+=n[o++]<<c,c+=8}u>>>=W,c-=W,le=0,j=3+(u&7),u>>>=3,c-=3}else{for(g=W+7;c<g;){if(s===0)break e;s--,u+=n[o++]<<c,c+=8}u>>>=W,c-=W,le=0,j=11+(u&127),u>>>=7,c-=7}if(r.have+j>r.nlen+r.ndist){t.msg="invalid bit length repeat",r.mode=Lt;break}for(;j--;)r.lens[r.have++]=le}}if(r.mode===Lt)break;if(r.lens[256]===0){t.msg="invalid code -- missing end-of-block",r.mode=Lt;break}if(r.lenbits=9,y={bits:r.lenbits},Y=El(pq,r.lens,0,r.nlen,r.lencode,0,r.work,y),r.lenbits=y.bits,Y){t.msg="invalid literal/lengths set",r.mode=Lt;break}if(r.distbits=6,r.distcode=r.distdyn,y={bits:r.distbits},Y=El(dq,r.lens,r.nlen,r.ndist,r.distcode,0,r.work,y),r.distbits=y.bits,Y){t.msg="invalid distances set",r.mode=Lt;break}if(r.mode=Gc,e===Yc)break e;case Gc:r.mode=Jc;case Jc:if(s>=6&&l>=258){t.next_out=f,t.avail_out=l,t.next_in=o,t.avail_in=s,r.hold=u,r.bits=c,f4(t,p),f=t.next_out,i=t.output,l=t.avail_out,o=t.next_in,n=t.input,s=t.avail_in,u=r.hold,c=r.bits,r.mode===Ji&&(r.back=-1);break}for(r.back=0;U=r.lencode[u&(1<<r.lenbits)-1],W=U>>>24,L=U>>>16&255,te=U&65535,!(W<=c);){if(s===0)break e;s--,u+=n[o++]<<c,c+=8}if(L&&(L&240)==0){for(pe=W,J=L,D=te;U=r.lencode[D+((u&(1<<pe+J)-1)>>pe)],W=U>>>24,L=U>>>16&255,te=U&65535,!(pe+W<=c);){if(s===0)break e;s--,u+=n[o++]<<c,c+=8}u>>>=pe,c-=pe,r.back+=pe}if(u>>>=W,c-=W,r.back+=W,r.length=te,L===0){r.mode=Pq;break}if(L&32){r.back=-1,r.mode=Ji;break}if(L&64){t.msg="invalid literal/length code",r.mode=Lt;break}r.extra=L&15,r.mode=Oq;case Oq:if(r.extra){for(g=r.extra;c<g;){if(s===0)break e;s--,u+=n[o++]<<c,c+=8}r.length+=u&(1<<r.extra)-1,u>>>=r.extra,c-=r.extra,r.back+=r.extra}r.was=r.length,r.mode=Nq;case Nq:for(;U=r.distcode[u&(1<<r.distbits)-1],W=U>>>24,L=U>>>16&255,te=U&65535,!(W<=c);){if(s===0)break e;s--,u+=n[o++]<<c,c+=8}if((L&240)==0){for(pe=W,J=L,D=te;U=r.distcode[D+((u&(1<<pe+J)-1)>>pe)],W=U>>>24,L=U>>>16&255,te=U&65535,!(pe+W<=c);){if(s===0)break e;s--,u+=n[o++]<<c,c+=8}u>>>=pe,c-=pe,r.back+=pe}if(u>>>=W,c-=W,r.back+=W,L&64){t.msg="invalid distance code",r.mode=Lt;break}r.offset=te,r.extra=L&15,r.mode=Dq;case Dq:if(r.extra){for(g=r.extra;c<g;){if(s===0)break e;s--,u+=n[o++]<<c,c+=8}r.offset+=u&(1<<r.extra)-1,u>>>=r.extra,c-=r.extra,r.back+=r.extra}if(r.offset>r.dmax){t.msg="invalid distance too far back",r.mode=Lt;break}r.mode=Fq;case Fq:if(l===0)break e;if(j=p-l,r.offset>j){if(j=r.offset-j,j>r.whave&&r.sane){t.msg="invalid distance too far back",r.mode=Lt;break}j>r.wnext?(j-=r.wnext,S=r.wsize-j):S=r.wnext-j,j>r.length&&(j=r.length),T=r.window}else T=i,S=f-r.offset,j=r.length;j>l&&(j=l),l-=j,r.length-=j;do i[f++]=T[S++];while(--j);r.length===0&&(r.mode=Jc);break;case Pq:if(l===0)break e;i[f++]=r.length,l--,r.mode=Jc;break;case Hb:if(r.wrap){for(;c<32;){if(s===0)break e;s--,u|=n[o++]<<c,c+=8}if(p-=l,t.total_out+=p,r.total+=p,p&&(t.adler=r.check=r.flags?ci(r.check,i,p,f-p):Db(r.check,i,p,f-p)),p=l,(r.flags?u:zq(u))!==r.check){t.msg="incorrect data check",r.mode=Lt;break}u=0,c=0}r.mode=Rq;case Rq:if(r.wrap&&r.flags){for(;c<32;){if(s===0)break e;s--,u+=n[o++]<<c,c+=8}if(u!==(r.total&4294967295)){t.msg="incorrect length check",r.mode=Lt;break}u=0,c=0}r.mode=Hq;case Hq:Y=l4;break e;case Lt:Y=bq;break e;case zb:return Fb;case p4:default:return hn}return t.next_out=f,t.avail_out=l,t.next_in=o,t.avail_in=s,r.hold=u,r.bits=c,(r.wsize||p!==t.avail_out&&r.mode<Lt&&(r.mode<Hb||e!==mq))&&Wq(t,t.output,t.next_out,p-t.avail_out)?(r.mode=zb,Fb):(_-=t.avail_in,p-=t.avail_out,t.total_in+=_,t.total_out+=p,r.total+=p,r.wrap&&p&&(t.adler=r.check=r.flags?ci(r.check,i,p,t.next_out-p):Db(r.check,i,p,t.next_out-p)),t.data_type=r.bits+(r.last?64:0)+(r.mode===Ji?128:0)+(r.mode===Gc||r.mode===Rb?256:0),(_===0&&p===0||e===mq)&&Y===Mf&&(Y=c4),Y)}function _4(t){if(!t||!t.state)return hn;var e=t.state;return e.window&&(e.window=null),t.state=null,Mf}function q4(t,e){var r;return!t||!t.state||(r=t.state,(r.wrap&2)==0)?hn:(r.head=e,e.done=!1,Mf)}function v4(t,e){var r=e.length,n,i,o;return!t||!t.state||(n=t.state,n.wrap!==0&&n.mode!==Kc)?hn:n.mode===Kc&&(i=1,i=Db(i,e,r,0),i!==n.check)?bq:(o=Wq(t,e,r,r),o?(n.mode=zb,Fb):(n.havedict=1,Mf))}Yn.inflateReset=Uq;Yn.inflateReset2=Lq;Yn.inflateResetKeep=Mq;Yn.inflateInit=g4;Yn.inflateInit2=Cq;Yn.inflate=j4;Yn.inflateEnd=_4;Yn.inflateGetHeader=q4;Yn.inflateSetDictionary=v4;Yn.inflateInfo="pako inflate (from Nodeca project)"});var Lb=M((h6,Kq)=>{"use strict";Kq.exports={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_BUF_ERROR:-5,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,Z_BINARY:0,Z_TEXT:1,Z_UNKNOWN:2,Z_DEFLATED:8}});var Jq=M((w6,Gq)=>{"use strict";function T4(){this.text=0,this.time=0,this.xflags=0,this.os=0,this.extra=null,this.extra_len=0,this.name="",this.comment="",this.hcrc=0,this.done=!1}Gq.exports=T4});var Xq=M(Ol=>{"use strict";var Us=Yq(),Al=Yi(),Zc=Ib(),rr=Lb(),Cb=Rc(),B4=Sb(),k4=Jq(),Zq=Object.prototype.toString;function Uf(t){if(!(this instanceof Uf))return new Uf(t);this.options=Al.assign({chunkSize:16384,windowBits:0,to:""},t||{});var e=this.options;e.raw&&e.windowBits>=0&&e.windowBits<16&&(e.windowBits=-e.windowBits,e.windowBits===0&&(e.windowBits=-15)),e.windowBits>=0&&e.windowBits<16&&!(t&&t.windowBits)&&(e.windowBits+=32),e.windowBits>15&&e.windowBits<48&&(e.windowBits&15)==0&&(e.windowBits|=15),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new B4,this.strm.avail_out=0;var r=Us.inflateInit2(this.strm,e.windowBits);if(r!==rr.Z_OK)throw new Error(Cb[r]);if(this.header=new k4,Us.inflateGetHeader(this.strm,this.header),e.dictionary&&(typeof e.dictionary=="string"?e.dictionary=Zc.string2buf(e.dictionary):Zq.call(e.dictionary)==="[object ArrayBuffer]"&&(e.dictionary=new Uint8Array(e.dictionary)),e.raw&&(r=Us.inflateSetDictionary(this.strm,e.dictionary),r!==rr.Z_OK)))throw new Error(Cb[r])}Uf.prototype.push=function(t,e){var r=this.strm,n=this.options.chunkSize,i=this.options.dictionary,o,f,s,l,u,c=!1;if(this.ended)return!1;f=e===~~e?e:e===!0?rr.Z_FINISH:rr.Z_NO_FLUSH,typeof t=="string"?r.input=Zc.binstring2buf(t):Zq.call(t)==="[object ArrayBuffer]"?r.input=new Uint8Array(t):r.input=t,r.next_in=0,r.avail_in=r.input.length;do{if(r.avail_out===0&&(r.output=new Al.Buf8(n),r.next_out=0,r.avail_out=n),o=Us.inflate(r,rr.Z_NO_FLUSH),o===rr.Z_NEED_DICT&&i&&(o=Us.inflateSetDictionary(this.strm,i)),o===rr.Z_BUF_ERROR&&c===!0&&(o=rr.Z_OK,c=!1),o!==rr.Z_STREAM_END&&o!==rr.Z_OK)return this.onEnd(o),this.ended=!0,!1;r.next_out&&(r.avail_out===0||o===rr.Z_STREAM_END||r.avail_in===0&&(f===rr.Z_FINISH||f===rr.Z_SYNC_FLUSH))&&(this.options.to==="string"?(s=Zc.utf8border(r.output,r.next_out),l=r.next_out-s,u=Zc.buf2string(r.output,s),r.next_out=l,r.avail_out=n-l,l&&Al.arraySet(r.output,r.output,s,l,0),this.onData(u)):this.onData(Al.shrinkBuf(r.output,r.next_out))),r.avail_in===0&&r.avail_out===0&&(c=!0)}while((r.avail_in>0||r.avail_out===0)&&o!==rr.Z_STREAM_END);return o===rr.Z_STREAM_END&&(f=rr.Z_FINISH),f===rr.Z_FINISH?(o=Us.inflateEnd(this.strm),this.onEnd(o),this.ended=!0,o===rr.Z_OK):(f===rr.Z_SYNC_FLUSH&&(this.onEnd(rr.Z_OK),r.avail_out=0),!0)};Uf.prototype.onData=function(t){this.chunks.push(t)};Uf.prototype.onEnd=function(t){t===rr.Z_OK&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=Al.flattenChunks(this.chunks)),this.chunks=[],this.err=t,this.msg=this.strm.msg};function Vb(t,e){var r=new Uf(e);if(r.push(t,!0),r.err)throw r.msg||Cb[r.err];return r.result}function I4(t,e){return e=e||{},e.raw=!0,Vb(t,e)}Ol.Inflate=Uf;Ol.inflate=Vb;Ol.inflateRaw=I4;Ol.ungzip=Vb});var ev=M((y6,$q)=>{"use strict";var S4=Yi().assign,x4=rq(),E4=Xq(),A4=Lb(),Qq={};S4(Qq,x4,E4,A4);$q.exports=Qq});var Wb=M(()=>{});var Nl,Zi,Yb,tv=re(()=>{Nf();fi();Nl=Oe(ev()),Zi=Oe(Wb());fi();Yb=class extends sn{constructor(e={}){super(e);this.name="deflate";this.extensions=[];this.contentEncodings=["deflate"];this.isSupported=!0;this._chunks=[];this.options=e}async compress(e){if(!Vn&&this.options.deflate?.useZlib){let r=this.options.deflate?.gzip?await Vi(Zi.default.gzip)(e):await Vi(Zi.default.deflate)(e);return fn(r)}return this.compressSync(e)}async decompress(e){if(!Vn&&this.options.deflate?.useZlib){let r=this.options.deflate?.gzip?await Vi(Zi.default.gunzip)(e):await Vi(Zi.default.inflate)(e);return fn(r)}return this.decompressSync(e)}compressSync(e){if(!Vn&&this.options.deflate?.useZlib){let i=this.options.deflate?.gzip?Zi.default.gzipSync(e):Zi.default.deflateSync(e);return fn(i)}let r=this.options?.deflate||{},n=new Uint8Array(e);return Nl.default.deflate(n,r).buffer}decompressSync(e){if(!Vn&&this.options.deflate?.useZlib){let i=this.options.deflate?.gzip?Zi.default.gunzipSync(e):Zi.default.inflateSync(e);return fn(i)}let r=this.options?.deflate||{},n=new Uint8Array(e);return Nl.default.inflate(n,r).buffer}async*compressBatches(e){let r=this.options?.deflate||{},n=new Nl.default.Deflate(r);yield*this.transformBatches(n,e)}async*decompressBatches(e){let r=this.options?.deflate||{},n=new Nl.default.Inflate(r);yield*this.transformBatches(n,e)}async*transformBatches(e,r){e.onData=this._onData.bind(this),e.onEnd=this._onEnd.bind(this);for await(let f of r){let s=new Uint8Array(f);if(!e.push(s,!1))throw new Error(`${this._getError()}write`);yield*this._getChunks()}let n=new Uint8Array(0),i=e.push(n,!0);yield*this._getChunks()}_onData(e){this._chunks.push(e)}_onEnd(e){if(e!==0)throw new Error(this._getError(e)+this._chunks.length)}_getChunks(){let e=this._chunks;return this._chunks=[],e}_getError(e=0){let r={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"};return`${this.name}: ${r[e]}`}}});var Xc,rv=re(()=>{tv();Xc=class extends Yb{constructor(e){super({...e,deflate:{...e?.gzip,gzip:!0}});this.name="gzip";this.extensions=["gz","gzip"];this.contentEncodings=["gzip","x-gzip"];this.isSupported=!0}}});var O4,Dl,Fl,nv=re(()=>{fi();Nf();O4=407708164,Fl=class extends sn{constructor(e){super(e);this.name="lz4";this.extensions=["lz4"];this.contentEncodings=["x-lz4"];this.isSupported=!0;if(this.options=e,Dl=Dl||this.options?.modules?.lz4js,!Dl)throw new Error(this.name)}compressSync(e){let r=new Uint8Array(e);return Dl.compress(r).buffer}decompressSync(e,r){try{let n=this.checkMagicNumber(e),i=new Uint8Array(e);if(n)return Dl.decompress(i,r).buffer;if(!r){let s=new Error("Need to provide maxSize");throw this.improveError(s)}let o=new Uint8Array(r),f=this.decodeBlock(i,o);return o=o.slice(0,f),fn(o)}catch(n){throw this.improveError(n)}}decodeBlock(e,r,n,i){n=n||0,i=i||e.length-n;let o=0;for(let f=n;f<i;){let s=e[f++],l=s>>4;if(l>0){let S=l+240;for(;S===255;)S=e[f++],l+=S;let T=f+l;for(;f<T;)r[o++]=e[f++];if(f===i)return o}let u=e[f++]|e[f++]<<8;if(u===0||u>o)return-(f-2);let c=s&15,_=c+240;for(;_===255;)_=e[f++],c+=_;let p=o-u,j=o+c+4;for(;o<j;)r[o++]=r[p++]}return o}checkMagicNumber(e){return new Uint32Array(e.slice(0,4))[0]===O4}}});var Qc,$c,ep,iv=re(()=>{Nf();ep=class extends sn{constructor(e){super(e);this.name="zstd";this.extensions=[];this.contentEncodings=[];this.isSupported=!0;this.options=e,Qc=this.options?.modules?.["zstd-codec"],Qc||console.warn(`${this.name} library not installed`)}async preload(){!$c&&Qc&&($c=await new Promise(e=>Qc.run(r=>e(r))))}compressSync(e){let r=new $c.Simple,n=new Uint8Array(e);return r.compress(n).buffer}decompressSync(e){let r=new $c.Simple,n=new Uint8Array(e);return r.decompress(n).buffer}}});var fv=M(ov=>{"use strict";var N4=[0,255,65535,16777215,4294967295];function D4(t,e,r,n,i){var o;for(o=0;o<i;o++)r[n+o]=t[e+o]}function F4(t,e,r,n){var i;for(i=0;i<n;i++)t[e+i]=t[e-r+i]}function Kb(t){this.array=t,this.pos=0}Kb.prototype.readUncompressedLength=function(){for(var t=0,e=0,r,n;e<32&&this.pos<this.array.length;){if(r=this.array[this.pos],this.pos+=1,n=r&127,n<<e>>>e!==n)return-1;if(t|=n<<e,r<128)return t;e+=7}return-1};Kb.prototype.uncompressToBuffer=function(t){for(var e=this.array,r=e.length,n=this.pos,i=0,o,f,s,l;n<e.length;)if(o=e[n],n+=1,(o&3)==0){if(f=(o>>>2)+1,f>60){if(n+3>=r)return!1;s=f-60,f=e[n]+(e[n+1]<<8)+(e[n+2]<<16)+(e[n+3]<<24),f=(f&N4[s])+1,n+=s}if(n+f>r)return!1;D4(e,n,t,i,f),n+=f,i+=f}else{switch(o&3){case 1:f=(o>>>2&7)+4,l=e[n]+(o>>>5<<8),n+=1;break;case 2:if(n+1>=r)return!1;f=(o>>>2)+1,l=e[n]+(e[n+1]<<8),n+=2;break;case 3:if(n+3>=r)return!1;f=(o>>>2)+1,l=e[n]+(e[n+1]<<8)+(e[n+2]<<16)+(e[n+3]<<24),n+=4;break;default:break}if(l===0||l>i)return!1;F4(t,i,l,f),i+=f}return!0};ov.SnappyDecompressor=Kb});var cv=M(uv=>{"use strict";var P4=16,R4=1<<P4,sv=14,Gb=new Array(sv+1);function Pl(t,e){return t*506832829>>>e}function Rl(t,e){return t[e]+(t[e+1]<<8)+(t[e+2]<<16)+(t[e+3]<<24)}function av(t,e,r){return t[e]===t[r]&&t[e+1]===t[r+1]&&t[e+2]===t[r+2]&&t[e+3]===t[r+3]}function H4(t,e,r,n,i){var o;for(o=0;o<i;o++)r[n+o]=t[e+o]}function lv(t,e,r,n,i){return r<=60?(n[i]=r-1<<2,i+=1):r<256?(n[i]=60<<2,n[i+1]=r-1,i+=2):(n[i]=61<<2,n[i+1]=r-1&255,n[i+2]=r-1>>>8,i+=3),H4(t,e,n,i,r),i+r}function Jb(t,e,r,n){return n<12&&r<2048?(t[e]=1+(n-4<<2)+(r>>>8<<5),t[e+1]=r&255,e+2):(t[e]=2+(n-1<<2),t[e+1]=r&255,t[e+2]=r>>>8,e+3)}function z4(t,e,r,n){for(;n>=68;)e=Jb(t,e,r,64),n-=64;return n>64&&(e=Jb(t,e,r,60),n-=60),Jb(t,e,r,n)}function M4(t,e,r,n,i){for(var o=1;1<<o<=r&&o<=sv;)o+=1;o-=1;var f=32-o;typeof Gb[o]=="undefined"&&(Gb[o]=new Uint16Array(1<<o));var s=Gb[o],l;for(l=0;l<s.length;l++)s[l]=0;var u=e+r,c,_=e,p=e,j,S,T,U,W,L,te,pe,J,D,le,Y=!0,de=15;if(r>=de)for(c=u-de,e+=1,S=Pl(Rl(t,e),f);Y;){W=32,T=e;do{if(e=T,j=S,L=W>>>5,W+=1,T=e+L,e>c){Y=!1;break}S=Pl(Rl(t,T),f),U=_+s[j],s[j]=e-_}while(!av(t,e,U));if(!Y)break;i=lv(t,p,e-p,n,i);do{for(te=e,pe=4;e+pe<u&&t[e+pe]===t[U+pe];)pe+=1;if(e+=pe,J=te-U,i=z4(n,i,J,pe),p=e,e>=c){Y=!1;break}D=Pl(Rl(t,e-1),f),s[D]=e-1-_,le=Pl(Rl(t,e),f),U=_+s[le],s[le]=e-_}while(av(t,e,U));if(!Y)break;e+=1,S=Pl(Rl(t,e),f)}return p<u&&(i=lv(t,p,u-p,n,i)),i}function U4(t,e,r){do e[r]=t&127,t=t>>>7,t>0&&(e[r]+=128),r+=1;while(t>0);return r}function Zb(t){this.array=t}Zb.prototype.maxCompressedLength=function(){var t=this.array.length;return 32+t+Math.floor(t/6)};Zb.prototype.compressToBuffer=function(t){var e=this.array,r=e.length,n=0,i=0,o;for(i=U4(r,t,i);n<r;)o=Math.min(r-n,R4),i=M4(e,n,o,t,i),n+=o;return i};uv.SnappyCompressor=Zb});var bv=M(Xb=>{"use strict";function pv(){return typeof process=="object"&&typeof process.versions=="object"&&typeof process.versions.node!="undefined"}function tp(t){return t instanceof Uint8Array&&(!pv()||!Buffer.isBuffer(t))}function rp(t){return t instanceof ArrayBuffer}function dv(t){return pv()?Buffer.isBuffer(t):!1}var L4=fv().SnappyDecompressor,C4=cv().SnappyCompressor,mv="Argument compressed must be type of ArrayBuffer, Buffer, or Uint8Array";function V4(t){if(!tp(t)&&!rp(t)&&!dv(t))throw new TypeError(mv);var e=!1,r=!1;tp(t)?e=!0:rp(t)&&(r=!0,t=new Uint8Array(t));var n=new L4(t),i=n.readUncompressedLength();if(i===-1)throw new Error("Invalid Snappy bitstream");var o,f;if(e){if(o=new Uint8Array(i),!n.uncompressToBuffer(o))throw new Error("Invalid Snappy bitstream")}else if(r){if(o=new ArrayBuffer(i),f=new Uint8Array(o),!n.uncompressToBuffer(f))throw new Error("Invalid Snappy bitstream")}else if(o=Buffer.alloc(i),!n.uncompressToBuffer(o))throw new Error("Invalid Snappy bitstream");return o}function W4(t){if(!tp(t)&&!rp(t)&&!dv(t))throw new TypeError(mv);var e=!1,r=!1;tp(t)?e=!0:rp(t)&&(r=!0,t=new Uint8Array(t));var n=new C4(t),i=n.maxCompressedLength(),o,f,s;if(e?(o=new Uint8Array(i),s=n.compressToBuffer(o)):r?(o=new ArrayBuffer(i),f=new Uint8Array(o),s=n.compressToBuffer(f)):(o=Buffer.alloc(i),s=n.compressToBuffer(o)),!o.slice){var l=new Uint8Array(Array.prototype.slice.call(o,0,s));if(e)return l;if(r)return l.buffer;throw new Error("Not implemented")}return o.slice(0,s)}Xb.uncompress=V4;Xb.compress=W4});var np,ip,hv=re(()=>{Nf();np=Oe(bv()),ip=class extends sn{constructor(e){super(e);this.name="snappy";this.extensions=[];this.contentEncodings=[];this.isSupported=!0;this.options=e||{}}compressSync(e){return(0,np.compress)(e)}decompressSync(e){return(0,np.uncompress)(e)}}});var Y4,wv,gv=re(()=>{Y4=()=>{function t(a){this.data=a,this.offset=0}let e=Int32Array.from([256,402,436,468,500,534,566,598,630,662,694,726,758,790,822,854,886,920,952,984,1016,1048,1080]),r=Int32Array.from([1,2,3,4,0,5,17,6,16,7,8,9,10,11,12,13,14,15]),n=Int32Array.from([0,3,2,1,0,0,0,0,0,0,3,3,3,3,3,3]),i=Int32Array.from([0,0,0,0,-1,1,-2,2,-3,3,-1,1,-2,2,-3,3]),o=Int32Array.from([131072,131076,131075,196610,131072,131076,131075,262145,131072,131076,131075,196610,131072,131076,131075,262149]),f=Int32Array.from([1,5,9,13,17,25,33,41,49,65,81,97,113,145,177,209,241,305,369,497,753,1265,2289,4337,8433,16625]),s=Int32Array.from([2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,6,6,7,8,9,10,11,12,13,24]),l=Int16Array.from([0,0,0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,7,8,9,10,12,14,24]),u=Int16Array.from([0,0,0,0,0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,7,8,9,10,24]),c=new Int16Array(2816);S(c);function _(a){let x=-1,k=16;for(;k>0;)a>>>k!=0&&(x+=k,a=a>>>k),k=k>>1;return x+a}function p(a,x,k){return 16+x+2*(k<<a)}function j(a,x,k){if(a<k+(2<<x))throw"maxDistance is too small";let E=(a-k>>x)+4,O=_(E)-1;return((O-1<<1|E>>O&1)-1<<x)+(1<<x)+k+16}function S(a){let x=new Int16Array(24),k=new Int16Array(24);k[0]=2;for(let E=0;E<23;++E)x[E+1]=x[E]+(1<<l[E]),k[E+1]=k[E]+(1<<u[E]);for(let E=0;E<704;++E){let O=E>>>6,Q=-4;O>=2&&(O-=2,Q=0);let ne=(170064>>>O*2&3)<<3|E>>>3&7,ge=(156228>>>O*2&3)<<3|E&7,Ae=k[ge],Ne=Q+(Ae>4?3:Ae-2),ve=E*4;a[ve+0]=l[ne]|u[ge]<<8,a[ve+1]=x[ne],a[ve+2]=k[ge],a[ve+3]=Ne}}function T(a){let x=a.isLargeWindow;if(a.isLargeWindow=0,a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),ke(a,1)==0)return 16;let k=ke(a,3);return k!=0?17+k:(k=ke(a,3),k!=0?k==1?x==0||(a.isLargeWindow=1,ke(a,1)==1)||(k=ke(a,6),k<10||k>30)?-1:k:8+k:17)}function U(a){if(a.runningState!=1)throw"State MUST be freshly initialized";a.isEager=1}function W(a){if(a.runningState!=1)throw"State MUST be freshly initialized";a.isLargeWindow=1}function L(a,x){if(a.runningState!=1)throw"State MUST be freshly initialized";if(a.cdNumChunks==0&&(a.cdChunks=new Array(16),a.cdChunkOffsets=new Int32Array(16),a.cdBlockBits=-1),a.cdNumChunks==15)throw"Too many dictionary chunks";a.cdChunks[a.cdNumChunks]=x,a.cdNumChunks++,a.cdTotalSize+=x.length,a.cdChunkOffsets[a.cdNumChunks]=a.cdTotalSize}function te(a,x){if(a.runningState!=0)throw"State MUST be uninitialized";a.blockTrees=new Int32Array(3091),a.blockTrees[0]=7,a.distRbIdx=3;let k=j(2147483644,3,15<<3);a.distExtraBits=new Int8Array(k),a.distOffset=new Int32Array(k),a.input=x,v(a),a.runningState=1}function pe(a){if(a.runningState==0)throw"State MUST be initialized";a.runningState!=11&&(a.runningState=11,a.input!=null&&(zE(a.input),a.input=null))}function J(a){if(a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),ke(a,1)!=0){let x=ke(a,3);return x==0?1:ke(a,x)+(1<<x)}return 0}function D(a){if(a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),a.inputEnd=ke(a,1),a.metaBlockLength=0,a.isUncompressed=0,a.isMetadata=0,a.inputEnd!=0&&ke(a,1)!=0)return;let x=ke(a,2)+4;if(x==7){if(a.isMetadata=1,ke(a,1)!=0)throw"Corrupted reserved bit";let k=ke(a,2);if(k==0)return;for(let E=0;E<k;E++){a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16);let O=ke(a,8);if(O==0&&E+1==k&&k>1)throw"Exuberant nibble";a.metaBlockLength|=O<<E*8}}else for(let k=0;k<x;k++){a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16);let E=ke(a,4);if(E==0&&k+1==x&&x>4)throw"Exuberant nibble";a.metaBlockLength|=E<<k*4}a.metaBlockLength++,a.inputEnd==0&&(a.isUncompressed=ke(a,1))}function le(a,x,k){let E=a[x],O=k.accumulator32>>>k.bitOffset;E+=O&255;let Q=a[E]>>16,ne=a[E]&65535;if(Q<=8)return k.bitOffset+=Q,ne;E+=ne;let ge=(1<<Q)-1;return E+=(O&ge)>>>8,k.bitOffset+=(a[E]>>16)+8,a[E]&65535}function Y(a,x,k){k.bitOffset>=16&&(k.accumulator32=k.shortBuffer[k.halfOffset++]<<16|k.accumulator32>>>16,k.bitOffset-=16);let E=le(a,x,k),O=s[E];return k.bitOffset>=16&&(k.accumulator32=k.shortBuffer[k.halfOffset++]<<16|k.accumulator32>>>16,k.bitOffset-=16),f[E]+(O<=16?ke(k,O):Cn(k,O))}function de(a,x){let k=a[x];for(;x>0;x--)a[x]=a[x-1];a[0]=k}function y(a,x){let k=new Int32Array(256);for(let E=0;E<256;E++)k[E]=E;for(let E=0;E<x;E++){let O=a[E]&255;a[E]=k[O],O!=0&&de(k,O)}}function g(a,x,k,E){let O=0,Q=8,ne=0,ge=0,Ae=32768,Ne=new Int32Array(32+1),ve=Ne.length-1;for(nt(Ne,ve,5,a,18);O<x&&Ae>0;){E.halfOffset>2030&&Ze(E),E.bitOffset>=16&&(E.accumulator32=E.shortBuffer[E.halfOffset++]<<16|E.accumulator32>>>16,E.bitOffset-=16);let it=E.accumulator32>>>E.bitOffset&31;E.bitOffset+=Ne[it]>>16;let ft=Ne[it]&65535;if(ft<16)ne=0,k[O++]=ft,ft!=0&&(Q=ft,Ae-=32768>>ft);else{let zt=ft-14,nn=0;ft==16&&(nn=Q),ge!=nn&&(ne=0,ge=nn);let dn=ne;ne>0&&(ne-=2,ne<<=zt),E.bitOffset>=16&&(E.accumulator32=E.shortBuffer[E.halfOffset++]<<16|E.accumulator32>>>16,E.bitOffset-=16),ne+=ke(E,zt)+3;let hr=ne-dn;if(O+hr>x)throw"symbol + repeatDelta > numSymbols";for(let ut=0;ut<hr;ut++)k[O++]=ge;ge!=0&&(Ae-=hr<<15-ge)}}if(Ae!=0)throw"Unused space";k.fill(0,O,x)}function N(a,x){for(let k=0;k<x-1;++k)for(let E=k+1;E<x;++E)if(a[k]==a[E])throw"Duplicate simple Huffman code symbol"}function b(a,x,k,E,O){let Q=new Int32Array(x),ne=new Int32Array(4),ge=1+_(a-1),Ae=ke(O,2)+1;for(let ve=0;ve<Ae;ve++){O.bitOffset>=16&&(O.accumulator32=O.shortBuffer[O.halfOffset++]<<16|O.accumulator32>>>16,O.bitOffset-=16);let it=ke(O,ge);if(it>=x)throw"Can't readHuffmanCode";ne[ve]=it}N(ne,Ae);let Ne=Ae;switch(Ae==4&&(Ne+=ke(O,1)),Ne){case 1:Q[ne[0]]=1;break;case 2:Q[ne[0]]=1,Q[ne[1]]=1;break;case 3:Q[ne[0]]=1,Q[ne[1]]=2,Q[ne[2]]=2;break;case 4:Q[ne[0]]=2,Q[ne[1]]=2,Q[ne[2]]=2,Q[ne[3]]=2;break;case 5:Q[ne[0]]=1,Q[ne[1]]=2,Q[ne[2]]=3,Q[ne[3]]=3;break;default:break}return nt(k,E,8,Q,x)}function H(a,x,k,E,O){let Q=new Int32Array(a),ne=new Int32Array(18),ge=32,Ae=0;for(let Ne=x;Ne<18&&ge>0;Ne++){let ve=r[Ne];O.bitOffset>=16&&(O.accumulator32=O.shortBuffer[O.halfOffset++]<<16|O.accumulator32>>>16,O.bitOffset-=16);let it=O.accumulator32>>>O.bitOffset&15;O.bitOffset+=o[it]>>16;let ft=o[it]&65535;ne[ve]=ft,ft!=0&&(ge-=32>>ft,Ae++)}if(ge!=0&&Ae!=1)throw"Corrupted Huffman code histogram";return g(ne,a,Q,O),nt(k,E,8,Q,a)}function K(a,x,k,E,O){O.halfOffset>2030&&Ze(O),O.bitOffset>=16&&(O.accumulator32=O.shortBuffer[O.halfOffset++]<<16|O.accumulator32>>>16,O.bitOffset-=16);let Q=ke(O,2);return Q==1?b(a,x,k,E,O):H(x,Q,k,E,O)}function z(a,x,k){k.halfOffset>2030&&Ze(k);let E=J(k)+1;if(E==1)return x.fill(0,0,a),E;k.bitOffset>=16&&(k.accumulator32=k.shortBuffer[k.halfOffset++]<<16|k.accumulator32>>>16,k.bitOffset-=16);let O=ke(k,1),Q=0;O!=0&&(Q=ke(k,4)+1);let ne=E+Q,ge=e[ne+31>>5],Ae=new Int32Array(ge+1),Ne=Ae.length-1;K(ne,ne,Ae,Ne,k);for(let ve=0;ve<a;){k.halfOffset>2030&&Ze(k),k.bitOffset>=16&&(k.accumulator32=k.shortBuffer[k.halfOffset++]<<16|k.accumulator32>>>16,k.bitOffset-=16);let it=le(Ae,Ne,k);if(it==0)x[ve]=0,ve++;else if(it<=Q){k.bitOffset>=16&&(k.accumulator32=k.shortBuffer[k.halfOffset++]<<16|k.accumulator32>>>16,k.bitOffset-=16);let ft=(1<<it)+ke(k,it);for(;ft!=0;){if(ve>=a)throw"Corrupted context map";x[ve]=0,ve++,ft--}}else x[ve]=it-Q,ve++}return k.bitOffset>=16&&(k.accumulator32=k.shortBuffer[k.halfOffset++]<<16|k.accumulator32>>>16,k.bitOffset-=16),ke(k,1)==1&&y(x,a),E}function oe(a,x,k){let E=a.rings,O=4+x*2;a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16);let Q=le(a.blockTrees,2*x,a),ne=Y(a.blockTrees,2*x+1,a);return Q==1?Q=E[O+1]+1:Q==0?Q=E[O]:Q-=2,Q>=k&&(Q-=k),E[O]=E[O+1],E[O+1]=Q,ne}function A(a){a.literalBlockLength=oe(a,0,a.numLiteralBlockTypes);let x=a.rings[5];a.contextMapSlice=x<<6,a.literalTreeIdx=a.contextMap[a.contextMapSlice]&255;let k=a.contextModes[x];a.contextLookupOffset1=k<<9,a.contextLookupOffset2=a.contextLookupOffset1+256}function Ye(a){a.commandBlockLength=oe(a,1,a.numCommandBlockTypes),a.commandTreeIdx=a.rings[7]}function me(a){a.distanceBlockLength=oe(a,2,a.numDistanceBlockTypes),a.distContextMapSlice=a.rings[9]<<2}function V(a){let x=a.maxRingBufferSize;if(x>a.expectedTotalSize){let O=a.expectedTotalSize;for(;x>>1>O;)x>>=1;a.inputEnd==0&&x<16384&&a.maxRingBufferSize>=16384&&(x=16384)}if(x<=a.ringBufferSize)return;let k=x+37,E=new Int8Array(k);a.ringBuffer.length!=0&&E.set(a.ringBuffer.subarray(0,0+a.ringBufferSize),0),a.ringBuffer=E,a.ringBufferSize=x}function X(a){if(a.inputEnd!=0){a.nextRunningState=10,a.runningState=12;return}a.literalTreeGroup=new Int32Array(0),a.commandTreeGroup=new Int32Array(0),a.distanceTreeGroup=new Int32Array(0),a.halfOffset>2030&&Ze(a),D(a),!(a.metaBlockLength==0&&a.isMetadata==0)&&(a.isUncompressed!=0||a.isMetadata!=0?(ie(a),a.runningState=a.isMetadata!=0?5:6):a.runningState=3,a.isMetadata==0&&(a.expectedTotalSize+=a.metaBlockLength,a.expectedTotalSize>1<<30&&(a.expectedTotalSize=1<<30),a.ringBufferSize<a.maxRingBufferSize&&V(a)))}function ze(a,x,k){let E=a.blockTrees[2*x];if(k<=1)return a.blockTrees[2*x+1]=E,a.blockTrees[2*x+2]=E,1<<28;let O=k+2;E+=K(O,O,a.blockTrees,2*x,a),a.blockTrees[2*x+1]=E;let Q=26;return E+=K(Q,Q,a.blockTrees,2*x+1,a),a.blockTrees[2*x+2]=E,Y(a.blockTrees,2*x+1,a)}function we(a,x){let k=a.distExtraBits,E=a.distOffset,O=a.distancePostfixBits,Q=a.numDirectDistanceCodes,ne=1<<O,ge=1,Ae=0,Ne=16;for(let ve=0;ve<Q;++ve)k[Ne]=0,E[Ne]=ve+1,++Ne;for(;Ne<x;){let ve=Q+((2+Ae<<ge)-4<<O)+1;for(let it=0;it<ne;++it)k[Ne]=ge,E[Ne]=ve+it,++Ne;ge=ge+Ae,Ae=Ae^1}}function rt(a){a.numLiteralBlockTypes=J(a)+1,a.literalBlockLength=ze(a,0,a.numLiteralBlockTypes),a.numCommandBlockTypes=J(a)+1,a.commandBlockLength=ze(a,1,a.numCommandBlockTypes),a.numDistanceBlockTypes=J(a)+1,a.distanceBlockLength=ze(a,2,a.numDistanceBlockTypes),a.halfOffset>2030&&Ze(a),a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),a.distancePostfixBits=ke(a,2),a.numDirectDistanceCodes=ke(a,4)<<a.distancePostfixBits,a.contextModes=new Int8Array(a.numLiteralBlockTypes);for(let Q=0;Q<a.numLiteralBlockTypes;){let ne=Eo(Q+96,a.numLiteralBlockTypes);for(;Q<ne;++Q)a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),a.contextModes[Q]=ke(a,2);a.halfOffset>2030&&Ze(a)}a.contextMap=new Int8Array(a.numLiteralBlockTypes<<6);let x=z(a.numLiteralBlockTypes<<6,a.contextMap,a);a.trivialLiteralContext=1;for(let Q=0;Q<a.numLiteralBlockTypes<<6;Q++)if(a.contextMap[Q]!=Q>>6){a.trivialLiteralContext=0;break}a.distContextMap=new Int8Array(a.numDistanceBlockTypes<<2);let k=z(a.numDistanceBlockTypes<<2,a.distContextMap,a);a.literalTreeGroup=$(256,256,x,a),a.commandTreeGroup=$(704,704,a.numCommandBlockTypes,a);let E=p(a.distancePostfixBits,a.numDirectDistanceCodes,24),O=E;a.isLargeWindow==1&&(E=p(a.distancePostfixBits,a.numDirectDistanceCodes,62),O=j(2147483644,a.distancePostfixBits,a.numDirectDistanceCodes)),a.distanceTreeGroup=$(E,O,k,a),we(a,O),a.contextMapSlice=0,a.distContextMapSlice=0,a.contextLookupOffset1=a.contextModes[0]*512,a.contextLookupOffset2=a.contextLookupOffset1+256,a.literalTreeIdx=0,a.commandTreeIdx=0,a.rings[4]=1,a.rings[5]=0,a.rings[6]=1,a.rings[7]=0,a.rings[8]=1,a.rings[9]=0}function kr(a){let x=a.ringBuffer;if(a.metaBlockLength<=0){P(a),a.runningState=2;return}let k=Eo(a.ringBufferSize-a.pos,a.metaBlockLength);if($e(a,x,a.pos,k),a.metaBlockLength-=k,a.pos+=k,a.pos==a.ringBufferSize){a.nextRunningState=6,a.runningState=12;return}P(a),a.runningState=2}function _e(a){let x=Eo(a.outputLength-a.outputUsed,a.ringBufferBytesReady-a.ringBufferBytesWritten);return x!=0&&(a.output.set(a.ringBuffer.subarray(a.ringBufferBytesWritten,a.ringBufferBytesWritten+x),a.outputOffset+a.outputUsed),a.outputUsed+=x,a.ringBufferBytesWritten+=x),a.outputUsed<a.outputLength?1:0}function $(a,x,k,E){let O=e[x+31>>5],Q=new Int32Array(k+k*O),ne=k;for(let ge=0;ge<k;++ge)Q[ge]=ne,ne+=K(a,x,Q,ge,E);return Q}function Io(a){let x=a.ringBufferSize;return a.isEager!=0&&(x=Eo(x,a.ringBufferBytesWritten+a.outputLength-a.outputUsed)),x}function So(a,x){if(a.distance>2147483644)throw"Invalid backward reference";let k=a.distance-a.maxDistance-1-a.cdTotalSize;if(k<0)Ke(a,-k-1,a.copyLength),a.runningState=14;else{let E=Et,O=a.copyLength;if(O>31)throw"Invalid backward reference";let Q=xo[O];if(Q==0)throw"Invalid backward reference";let ne=tr[O],ge=(1<<Q)-1,Ae=k&ge,Ne=k>>>Q;ne+=Ae*O;let ve=d;if(Ne>=ve.numTransforms)throw"Invalid backward reference";let it=B(a.ringBuffer,a.pos,E,ne,O,ve,Ne);if(a.pos+=it,a.metaBlockLength-=it,a.pos>=x){a.nextRunningState=4,a.runningState=12;return}a.runningState=4}}function It(a){a.cdBlockMap=new Int8Array(256);let x=8;for(;a.cdTotalSize-1>>>x!=0;)x++;x-=8,a.cdBlockBits=x;let k=0,E=0;for(;k<a.cdTotalSize;){for(;a.cdChunkOffsets[E+1]<k;)E++;a.cdBlockMap[k>>>x]=E,k+=1<<x}}function Ke(a,x,k){a.cdBlockBits==-1&&It(a);let E=a.cdBlockMap[x>>>a.cdBlockBits];for(;x>=a.cdChunkOffsets[E+1];)E++;if(a.cdTotalSize>x+k)throw"Invalid backward reference";a.distRbIdx=a.distRbIdx+1&3,a.rings[a.distRbIdx]=a.distance,a.metaBlockLength-=k,a.cdBrIndex=E,a.cdBrOffset=x-a.cdChunkOffsets[E],a.cdBrLength=k,a.cdBrCopied=0}function Ht(a,x){let k=a.pos,E=k;for(;a.cdBrLength!=a.cdBrCopied;){let O=x-k,ne=a.cdChunkOffsets[a.cdBrIndex+1]-a.cdChunkOffsets[a.cdBrIndex]-a.cdBrOffset,ge=a.cdBrLength-a.cdBrCopied;if(ge>ne&&(ge=ne),ge>O&&(ge=O),HE(a.ringBuffer,k,a.cdChunks[a.cdBrIndex],a.cdBrOffset,a.cdBrOffset+ge),k+=ge,a.cdBrOffset+=ge,a.cdBrCopied+=ge,ge==ne&&(a.cdBrIndex++,a.cdBrOffset=0),k>=x)break}return k-E}function bt(a){if(a.runningState==0)throw"Can't decompress until initialized";if(a.runningState==11)throw"Can't decompress after close";if(a.runningState==1){let O=T(a);if(O==-1)throw"Invalid 'windowBits' code";a.maxRingBufferSize=1<<O,a.maxBackwardDistance=a.maxRingBufferSize-16,a.runningState=2}let x=Io(a),k=a.ringBufferSize-1,E=a.ringBuffer;for(;a.runningState!=10;)switch(a.runningState){case 2:if(a.metaBlockLength<0)throw"Invalid metablock length";X(a),x=Io(a),k=a.ringBufferSize-1,E=a.ringBuffer;continue;case 3:rt(a),a.runningState=4;case 4:if(a.metaBlockLength<=0){a.runningState=2;continue}a.halfOffset>2030&&Ze(a),a.commandBlockLength==0&&Ye(a),a.commandBlockLength--,a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16);let O=le(a.commandTreeGroup,a.commandTreeIdx,a)<<2,Q=c[O],ne=c[O+1],ge=c[O+2];a.distanceCode=c[O+3],a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16);let Ae=Q&255;a.insertLength=ne+(Ae<=16?ke(a,Ae):Cn(a,Ae)),a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16);let Ne=Q>>8;a.copyLength=ge+(Ne<=16?ke(a,Ne):Cn(a,Ne)),a.j=0,a.runningState=7;case 7:if(a.trivialLiteralContext!=0){for(;a.j<a.insertLength;)if(a.halfOffset>2030&&Ze(a),a.literalBlockLength==0&&A(a),a.literalBlockLength--,a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),E[a.pos]=le(a.literalTreeGroup,a.literalTreeIdx,a),a.pos++,a.j++,a.pos>=x){a.nextRunningState=7,a.runningState=12;break}}else{let hr=E[a.pos-1&k]&255,ut=E[a.pos-2&k]&255;for(;a.j<a.insertLength;){a.halfOffset>2030&&Ze(a),a.literalBlockLength==0&&A(a);let on=St[a.contextLookupOffset1+hr]|St[a.contextLookupOffset2+ut],Ui=a.contextMap[a.contextMapSlice+on]&255;if(a.literalBlockLength--,ut=hr,a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),hr=le(a.literalTreeGroup,Ui,a),E[a.pos]=hr,a.pos++,a.j++,a.pos>=x){a.nextRunningState=7,a.runningState=12;break}}}if(a.runningState!=7)continue;if(a.metaBlockLength-=a.insertLength,a.metaBlockLength<=0){a.runningState=4;continue}let ve=a.distanceCode;if(ve<0)a.distance=a.rings[a.distRbIdx];else{a.halfOffset>2030&&Ze(a),a.distanceBlockLength==0&&me(a),a.distanceBlockLength--,a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16);let hr=a.distContextMap[a.distContextMapSlice+ve]&255;if(ve=le(a.distanceTreeGroup,hr,a),ve<16){let ut=a.distRbIdx+n[ve]&3;if(a.distance=a.rings[ut]+i[ve],a.distance<0)throw"Negative distance"}else{let ut=a.distExtraBits[ve],on;a.bitOffset+ut<=32?on=ke(a,ut):(a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),on=ut<=16?ke(a,ut):Cn(a,ut)),a.distance=a.distOffset[ve]+(on<<a.distancePostfixBits)}}if(a.maxDistance!=a.maxBackwardDistance&&a.pos<a.maxBackwardDistance?a.maxDistance=a.pos:a.maxDistance=a.maxBackwardDistance,a.distance>a.maxDistance){a.runningState=9;continue}if(ve>0&&(a.distRbIdx=a.distRbIdx+1&3,a.rings[a.distRbIdx]=a.distance),a.copyLength>a.metaBlockLength)throw"Invalid backward reference";a.j=0,a.runningState=8;case 8:let it=a.pos-a.distance&k,ft=a.pos,zt=a.copyLength-a.j,nn=it+zt,dn=ft+zt;if(nn<k&&dn<k){if(zt<12||nn>ft&&dn>it)for(let hr=0;hr<zt;hr+=4)E[ft++]=E[it++],E[ft++]=E[it++],E[ft++]=E[it++],E[ft++]=E[it++];else E.copyWithin(ft,it,nn);a.j+=zt,a.metaBlockLength-=zt,a.pos+=zt}else for(;a.j<a.copyLength;)if(E[a.pos]=E[a.pos-a.distance&k],a.metaBlockLength--,a.pos++,a.j++,a.pos>=x){a.nextRunningState=8,a.runningState=12;break}a.runningState==8&&(a.runningState=4);continue;case 9:So(a,x);continue;case 14:if(a.pos+=Ht(a,x),a.pos>=x){a.nextRunningState=14,a.runningState=12;return}a.runningState=4;continue;case 5:for(;a.metaBlockLength>0;)a.halfOffset>2030&&Ze(a),a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),ke(a,8),a.metaBlockLength--;a.runningState=2;continue;case 6:kr(a);continue;case 12:a.ringBufferBytesReady=Eo(a.pos,a.ringBufferSize),a.runningState=13;case 13:if(_e(a)==0)return;a.pos>=a.maxBackwardDistance&&(a.maxDistance=a.maxBackwardDistance),a.pos>=a.ringBufferSize&&(a.pos>a.ringBufferSize&&E.copyWithin(0,a.ringBufferSize,a.pos),a.pos&=k,a.ringBufferBytesWritten=0),a.runningState=a.nextRunningState;continue;default:throw"Unexpected state "+a.runningState}if(a.runningState==10){if(a.metaBlockLength<0)throw"Invalid metablock length";ie(a),vt(a,1)}}function q(a,x,k){this.numTransforms=0,this.triplets=new Int32Array(0),this.prefixSuffixStorage=new Int8Array(0),this.prefixSuffixHeads=new Int32Array(0),this.params=new Int16Array(0),this.numTransforms=a,this.triplets=new Int32Array(a*3),this.params=new Int16Array(a),this.prefixSuffixStorage=new Int8Array(x),this.prefixSuffixHeads=new Int32Array(k+1)}let d=new q(121,167,50);function m(a,x,k,E,O){let Q=E.length,ne=1,ge=0;for(let Ae=0;Ae<Q;++Ae){let Ne=E.charCodeAt(Ae);Ne==35?x[ne++]=ge:a[ge++]=Ne}for(let Ae=0;Ae<363;++Ae)k[Ae]=O.charCodeAt(Ae)-32}m(d.prefixSuffixStorage,d.prefixSuffixHeads,d.triplets,`# #s #, #e #.# the #.com/#\xC2\xA0# of # and # in # to #"#">#
|
|
2
2
|
#]# for # a # that #. # with #'# from # by #. The # on # as # is #ing #
|
|
3
|
-
#:#ed #(# at #ly #="# of the #. This #,# not #er #al #='#ful #ive #less #est #ize #ous #`,` !! ! , *! &! " ! ) * * - ! # ! #!*! + ,$ ! - % . / # 0 1 . " 2 3!* 4% ! # / 5 6 7 8 0 1 & $ 9 + : ; < ' != > ?! 4 @ 4 2 & A *# ( B C& ) % ) !*# *-% A +! *. D! %' & E *6 F G% ! *A *% H! D I!+! J!+ K +- *4! A L!*4 M N +6 O!*% +.! K *G P +%( ! G *D +D Q +# *K!*G!+D!+# +G +A +4!+% +K!+4!*D!+K!*K`);function Hw(a,j,b,q,v,D,z){let Q=j,ce=D.triplets,pe=D.prefixSuffixStorage,re=D.prefixSuffixHeads,Pe=3*z,He=ce[Pe],gt=ce[Pe+1],Yr=ce[Pe+2],tn=re[He],Jt=re[He+1],Le=re[Yr],Gr=re[Yr+1],Pi=gt-11,Nc=gt-0;for((Pi<1||Pi>9)&&(Pi=0),(Nc<1||Nc>9)&&(Nc=0);tn!=Jt;)a[Q++]=pe[tn++];Pi>v&&(Pi=v),q+=Pi,v-=Pi,v-=Nc;let W_=v;for(;W_>0;)a[Q++]=b[q++],W_--;if(gt==10||gt==11){let mt=Q-v;for(gt==10&&(v=1);v>0;){let If=a[mt]&255;If<192?(If>=97&&If<=122&&(a[mt]^=32),mt+=1,v-=1):If<224?(a[mt+1]^=32,mt+=2,v-=2):(a[mt+2]^=5,mt+=3,v-=3)}}else if(gt==21||gt==22){let mt=Q-v,If=D.params[z],Ar=(If&32767)+(16777216-(If&32768));for(;v>0;){let _o=1,Di=a[mt]&255;if(Di<128)Ar+=Di,a[mt]=Ar&127;else if(!(Di<192)){if(Di<224)if(v>=2){let qo=a[mt+1];Ar+=qo&63|(Di&31)<<6,a[mt]=192|Ar>>6&31,a[mt+1]=qo&192|Ar&63,_o=2}else _o=v;else if(Di<240)if(v>=3){let qo=a[mt+1],wl=a[mt+2];Ar+=wl&63|(qo&63)<<6|(Di&15)<<12,a[mt]=224|Ar>>12&15,a[mt+1]=qo&192|Ar>>6&63,a[mt+2]=wl&192|Ar&63,_o=3}else _o=v;else if(Di<248)if(v>=4){let qo=a[mt+1],wl=a[mt+2],K_=a[mt+3];Ar+=K_&63|(wl&63)<<6|(qo&63)<<12|(Di&7)<<18,a[mt]=240|Ar>>18&7,a[mt+1]=qo&192|Ar>>12&63,a[mt+2]=wl&192|Ar>>6&63,a[mt+3]=K_&192|Ar&63,_o=4}else _o=v}mt+=_o,v-=_o,gt==21&&(v=0)}}for(;Le!=Gr;)a[Q++]=pe[Le++];return Q-j}function Dc(a,j){let b=1<<j-1;for(;(a&b)!=0;)b>>=1;return(a&b-1)+b}function dl(a,j,b,q,v){do q-=b,a[j+q]=v;while(q>0)}function go(a,j,b){let q=1<<j-b;for(;j<15&&(q-=a[j],!(q<=0));)j++,q<<=1;return j-b}function xs(a,j,b,q,v){let D=a[j],z,Q=new Int32Array(v),ce=new Int32Array(16),pe=new Int32Array(16),re;for(re=0;re<v;re++)ce[q[re]]++;pe[1]=0;for(let Le=1;Le<15;Le++)pe[Le+1]=pe[Le]+ce[Le];for(re=0;re<v;re++)q[re]!=0&&(Q[pe[q[re]]++]=re);let Pe=b,He=1<<Pe,gt=He;if(pe[15]==1){for(z=0;z<gt;z++)a[D+z]=Q[0];return gt}z=0,re=0;for(let Le=1,Gr=2;Le<=b;Le++,Gr<<=1)for(;ce[Le]>0;ce[Le]--)dl(a,D+z,Gr,He,Le<<16|Q[re++]),z=Dc(z,Le);let Yr=gt-1,tn=-1,Jt=D;for(let Le=b+1,Gr=2;Le<=15;Le++,Gr<<=1)for(;ce[Le]>0;ce[Le]--)(z&Yr)!=tn&&(Jt+=He,Pe=go(ce,Le,b),He=1<<Pe,gt+=He,tn=z&Yr,a[D+tn]=Pe+b<<16|Jt-D-tn),dl(a,Jt+(z>>b),Gr,He,Le-b<<16|Q[re++]),z=Dc(z,Le);return gt}function mr(a){if(a.endOfStreamReached!=0){if(me(a)>=-2)return;throw"No more input"}let j=a.halfOffset<<1,b=4096-j;for(a.byteBuffer.copyWithin(0,j,4096),a.halfOffset=0;b<4096;){let q=4096-b,v=C_(a.input,a.byteBuffer,b,q);if(v<=0){a.endOfStreamReached=1,a.tailBytes=b,b+=1;break}b+=v}be(a,b)}function ml(a,j){if(a.endOfStreamReached==0)return;let b=(a.halfOffset<<1)+(a.bitOffset+7>>3)-4;if(b>a.tailBytes)throw"Read after end";if(j!=0&&b!=a.tailBytes)throw"Unused bytes after end"}function V_(a){if(a.bitOffset>32)throw"Accumulator underloaded: "+a.bitOffset}function Ne(a,j){let b=a.accumulator32>>>a.bitOffset&(1<<j)-1;return a.bitOffset+=j,b}function Ss(a,j){let b=Ne(a,16);return a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16,b|Ne(a,j-16)<<16}function h(a){a.byteBuffer=new Int8Array(4160),a.accumulator32=0,a.shortBuffer=new Int16Array(2080),a.bitOffset=32,a.halfOffset=2048,a.endOfStreamReached=0,y(a)}function y(a){a.halfOffset>2030&&mr(a),ml(a,0),a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16,a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16}function I(a){a.bitOffset==32&&y(a)}function U(a){let j=32-a.bitOffset&7;if(j!=0&&Ne(a,j)!=0)throw"Corrupted padding bits"}function me(a){let j=2048;return a.endOfStreamReached!=0&&(j=a.tailBytes+1>>1),j-a.halfOffset}function Ee(a,j,b,q){if((a.bitOffset&7)!=0)throw"Unaligned copyBytes";for(;a.bitOffset!=32&&q!=0;)j[b++]=a.accumulator32>>>a.bitOffset,a.bitOffset+=8,q--;if(q==0)return;let v=jo(me(a),q>>1);if(v>0){let D=a.halfOffset<<1,z=v<<1;j.set(a.byteBuffer.subarray(D,D+z),b),b+=z,q-=z,a.halfOffset+=v}if(q!=0){if(me(a)>0){for(a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16);q!=0;)j[b++]=a.accumulator32>>>a.bitOffset,a.bitOffset+=8,q--;ml(a,0);return}for(;q>0;){let D=C_(a.input,j,b,q);if(D==-1)throw"Unexpected end of input";b+=D,q-=D}}}function be(a,j){let b=a.byteBuffer,q=j>>1,v=a.shortBuffer;for(let D=0;D<q;++D)v[D]=b[D*2]&255|(b[D*2+1]&255)<<8}let lt=new Int32Array(2048);function rt(a,j,b){for(let v=0;v<256;++v)a[v]=v&63,a[512+v]=v>>2,a[1792+v]=2+(v>>6);for(let v=0;v<128;++v)a[1024+v]=4*(j.charCodeAt(v)-32);for(let v=0;v<64;++v)a[1152+v]=v&1,a[1216+v]=2+(v&1);let q=1280;for(let v=0;v<19;++v){let D=v&3,z=b.charCodeAt(v)-32;for(let Q=0;Q<z;++Q)a[q++]=D}for(let v=0;v<16;++v)a[1792+v]=1,a[2032+v]=6;a[1792]=0,a[2047]=7;for(let v=0;v<256;++v)a[1536+v]=a[1792+v]<<3}rt(lt,` !! ! "#$##%#$&'##(#)#++++++++++((&*'##,---,---,-----,-----,-----&#'###.///.///./////./////./////&#'# `,"A/* ': & : $ \x81 @");function ut(){this.ringBuffer=new Int8Array(0),this.contextModes=new Int8Array(0),this.contextMap=new Int8Array(0),this.distContextMap=new Int8Array(0),this.distExtraBits=new Int8Array(0),this.output=new Int8Array(0),this.byteBuffer=new Int8Array(0),this.shortBuffer=new Int16Array(0),this.intBuffer=new Int32Array(0),this.rings=new Int32Array(0),this.blockTrees=new Int32Array(0),this.literalTreeGroup=new Int32Array(0),this.commandTreeGroup=new Int32Array(0),this.distanceTreeGroup=new Int32Array(0),this.distOffset=new Int32Array(0),this.runningState=0,this.nextRunningState=0,this.accumulator32=0,this.bitOffset=0,this.halfOffset=0,this.tailBytes=0,this.endOfStreamReached=0,this.metaBlockLength=0,this.inputEnd=0,this.isUncompressed=0,this.isMetadata=0,this.literalBlockLength=0,this.numLiteralBlockTypes=0,this.commandBlockLength=0,this.numCommandBlockTypes=0,this.distanceBlockLength=0,this.numDistanceBlockTypes=0,this.pos=0,this.maxDistance=0,this.distRbIdx=0,this.trivialLiteralContext=0,this.literalTreeIdx=0,this.commandTreeIdx=0,this.j=0,this.insertLength=0,this.contextMapSlice=0,this.distContextMapSlice=0,this.contextLookupOffset1=0,this.contextLookupOffset2=0,this.distanceCode=0,this.numDirectDistanceCodes=0,this.distancePostfixBits=0,this.distance=0,this.copyLength=0,this.maxBackwardDistance=0,this.maxRingBufferSize=0,this.ringBufferSize=0,this.expectedTotalSize=0,this.outputOffset=0,this.outputLength=0,this.outputUsed=0,this.ringBufferBytesWritten=0,this.ringBufferBytesReady=0,this.isEager=0,this.isLargeWindow=0,this.cdNumChunks=0,this.cdTotalSize=0,this.cdBrIndex=0,this.cdBrOffset=0,this.cdBrLength=0,this.cdBrCopied=0,this.cdChunks=new Array(0),this.cdChunkOffsets=new Int32Array(0),this.cdBlockBits=0,this.cdBlockMap=new Int8Array(0),this.input=null,this.ringBuffer=new Int8Array(0),this.rings=new Int32Array(10),this.rings[0]=16,this.rings[1]=15,this.rings[2]=11,this.rings[3]=4}let ct=null,Dt=new Int32Array(32),yo=new Int32Array(32);function CO(a,j){if(JO(a)==0||ZO(a)==0)throw"newData must be a direct read-only byte buffer";if(j.length>31)throw"sizeBits length must be at most "+31;for(let z=0;z<4;++z)if(j[z]!=0)throw"first "+4+" must be 0";let b=Dt,q=yo;q.set(j.subarray(0,0+j.length),0);let v=0,D=a.length;for(let z=0;z<j.length;++z){b[z]=v;let Q=q[z];if(Q!=0){if(Q>=31)throw"newSizeBits values must be less than 31";if(v+=z<<Q,v<=0||v>D)throw"newSizeBits is inconsistent: overflow"}}for(let z=j.length;z<32;++z)b[z]=v;if(v!=D)throw"newSizeBits is inconsistent: underflow";ct=a}function WO(a,j,b,q,v,D){let z=XO(j+b);if(z.length!=a.length)throw"Corrupted brotli dictionary";let Q=0,ce=q.length;for(let pe=0;pe<ce;pe+=2){let re=q.charCodeAt(pe)-36,Pe=q.charCodeAt(pe+1)-36;for(let He=0;He<re;++He)z[Q]^=3,Q++;for(let He=0;He<Pe;++He)z[Q]^=236,Q++}for(let pe=0;pe<D.length;++pe)v[pe]=D.charCodeAt(pe)-65;a.set(z)}{let a=new Int8Array(122784),j=new Int32Array(25);WO(a,'wjnfgltmojefofewab`h`lgfgbwbpkltlmozpjwf`jwzlsfmivpwojhfeqfftlqhwf{wzfbqlufqalgzolufelqnallhsobzojufojmfkfosklnfpjgfnlqftlqgolmdwkfnujftejmgsbdfgbzpevookfbgwfqnfb`kbqfbeqlnwqvfnbqhbaofvslmkjdkgbwfobmgmftpfufmmf{w`bpfalwkslpwvpfgnbgfkbmgkfqftkbwmbnfOjmhaoldpjyfabpfkfognbhfnbjmvpfq$*#(klogfmgptjwkMftpqfbgtfqfpjdmwbhfkbufdbnfpffm`boosbwktfoosovpnfmvejonsbqwiljmwkjpojpwdllgmffgtbzptfpwilapnjmgboploldlqj`kvpfpobpwwfbnbqnzellghjmdtjoofbpwtbqgafpwejqfSbdfhmltbtbz-smdnlufwkbmolbgdjufpfoemlwfnv`keffgnbmzql`hj`lmlm`follhkjgfgjfgKlnfqvofklpwbib{jmel`ovaobtpofppkboeplnfpv`kylmf233&lmfp`bqfWjnfqb`faovfelvqtffheb`fklsfdbufkbqgolpwtkfmsbqhhfswsbpppkjsqllnKWNOsobmWzsfglmfpbufhffseobdojmhplogejufwllhqbwfwltmivnswkvpgbqh`bqgejofefbqpwbzhjoowkbweboobvwlfufq-`lnwbohpklsulwfgffsnlgfqfpwwvqmalqmabmgefooqlpfvqo+phjmqlof`lnfb`wpbdfpnffwdlog-isdjwfnubqzefowwkfmpfmggqlsUjft`lsz2-3!?,b=pwlsfopfojfpwlvqsb`h-djesbpw`pp<dqbznfbm%dw8qjgfpklwobwfpbjgqlbgubq#effoilkmqj`hslqwebpw$VB.gfbg?,a=sllqajoowzsfV-P-tllgnvpw1s{8JmelqbmhtjgftbmwtbooofbgX3^8sbvotbufpvqf\'+$ tbjwnbppbqnpdlfpdbjmobmdsbjg"..#ol`hvmjwqllwtbohejqntjef{no!plmdwfpw13s{hjmgqltpwlloelmwnbjopbefpwbqnbsp`lqfqbjmeoltabazpsbmpbzp7s{85s{8bqwpellwqfbotjhjkfbwpwfswqjslqd,obhftfbhwlogElqn`bpwebmpabmhufqzqvmpivozwbph2s{8dlbodqftpoltfgdfjg>!pfwp6s{8-ip<73s{je#+pllmpfbwmlmfwvafyfqlpfmwqffgeb`wjmwldjewkbqn2;s{`bnfkjooalogyllnuljgfbpzqjmdejoosfbhjmjw`lpw0s{8ib`hwbdpajwpqloofgjwhmftmfbq?"..dqltIPLMgvwzMbnfpbofzlv#olwpsbjmibyy`logfzfpejpkttt-qjphwbapsqfu23s{qjpf16s{Aovfgjmd033/abooelqgfbqmtjogal{-ebjqob`hufqpsbjqivmfwf`kje+"sj`hfujo\'+! tbqnolqgglfpsvoo/333jgfbgqbtkvdfpslwevmgavqmkqfe`foohfzpwj`hklvqolppevfo21s{pvjwgfboQPP!bdfgdqfzDFW!fbpfbjnpdjqobjgp;s{8mbuzdqjgwjsp :::tbqpobgz`bqp*8#~sks<kfoowbootklnyk9 ), #233kboo- B4s{8svpk`kbw3s{8`qft),?,kbpk46s{eobwqbqf#%%#wfoo`bnslmwlobjgnjppphjswfmwejmfnbofdfwpsolw733/ `lloeffw-sks?aq=fqj`nlpwdvjgafoogfp`kbjqnbwkbwln,jnd% ;1ov`h`fmw3338wjmzdlmfkwnopfoogqvdEQFFmlgfmj`h<jg>olpfmvooubpwtjmgQPP#tfbqqfozaffmpbnfgvhfmbpb`bsftjpkdvoeW109kjwppolwdbwfhj`haovqwkfz26s{$$*8*8!=npjftjmpajqgplqwafwbpffhW2;9lqgpwqffnboo53s{ebqnlupalzpX3^-$*8!SLPWafbqhjgp*8~~nbqzwfmg+VH*rvbgyk9\n.pjy....sqls$*8ojewW2:9uj`fbmgzgfaw=QPPsllomf`haoltW259gllqfuboW249ofwpebjolqbosloomlub`lopdfmf#lxplewqlnfwjooqlpp?k0=slvqebgfsjmh?wq=njmj*\x7F"+njmfyk9abqpkfbq33*8njoh#..=jqlmeqfggjphtfmwpljosvwp,ip,klozW119JPAMW139bgbnpffp?k1=iplm$/#$`lmwW129#QPPollsbpjbnllm?,s=plvoOJMFelqw`bqwW279?k2=;3s{"..?:s{8W379njhf975Ymj`fjm`kZlqhqj`fyk9\b$**8svqfnbdfsbqbwlmfalmg904Y\\le\\$^*8333/yk9\vwbmhzbqgaltoavpk965YIbub03s{ \x7F~ &@0&907YifeeF[SJ`bpkujpbdloepmltyk9rvfq-`pppj`hnfbwnjm-ajmggfookjqfsj`pqfmw905YKWWS.132elwltloeFMG#{al{967YALGZgj`h8 ~ f{jw906Yubqpafbw$~*8gjfw:::8bmmf~~?,Xj^-Obmdhn.^tjqfwlzpbggppfbobof{8 \n~f`klmjmf-lqd336*wlmziftppbmgofdpqlle333*#133tjmfdfbqgldpallwdbqz`vwpwzofwfnswjlm-{no`l`hdbmd\'+$-63s{Sk-Gnjp`bobmolbmgfphnjofqzbmvmj{gjp`*8~ gvpw`ojs*- 43s{.133GUGp4^=?wbsfgfnlj((*tbdffvqlskjolswpklofEBRpbpjm.15WobapsfwpVQO#avoh`llh8~ KFBGX3^*baaqivbm+2:;ofpkwtjm?,j=plmzdvzpev`hsjsf\x7F. "331*mgltX2^8X^8 Old#pbow \n\nabmdwqjnabwk*x 33s{ ~*8hl9\0effpbg=p9,,#X^8wloosovd+*x x #-ip$133sgvboalbw-ISD*8 ~rvlw*8 $*8 ~1327132613251324132;132:13131312131113101317131613151314131;131:130313021301130013071306130513041320132113221323133:133;133413351336133713301331133213332:::2::;2::42::52::62::72::02::12::22::32:;:2:;;2:;42:;52:;62:;72:;02:;12:;22:;32:4:2:4;2:442:452:462:472:402:412:422:432:5:2:5;2:542:552:562:572:502:512:522:532:6:2:6;2:642:652:662:672:602:612:622:632333231720:73333::::`lnln/Mpfpwffpwbsfqlwlglkb`f`bgbb/]lajfmg/Abbp/Aujgb`bpllwqlelqlplollwqb`vbogjilpjgldqbmwjslwfnbgfafbodlrv/Efpwlmbgbwqfpsl`l`bpbabilwlgbpjmlbdvbsvfpvmlpbmwfgj`fovjpfoobnbzlylmbbnlqsjpllaqb`oj`foolgjlpklqb`bpj<[<\\<Q<\\<R<P=l<\\=l=o=n<\\<Q<Y<S<R<R=n<T<[<Q<R<X<R=n<R<Z<Y<R<Q<T=i<q<\\<Y<Y<]=g<P=g<~=g=m<R<^=g<^<R<q<R<R<]<s<R<W<T<Q<T<L<H<q<Y<p=g=n=g<r<Q<T<P<X<\\<{<\\<x<\\<q=o<r<]=n<Y<t<[<Y<U<Q=o<P<P<N=g=o<Z5m5f4O5j5i4K5i4U5o5h4O5d4]4C5f4K5m5e5k5d5h5i5h5o4K5d5h5k4D4_4K5h4I5j5k5f4O5f5n4C5k5h4G5i4D5k5h5d5h5f4D5h4K5f4D5o4X5f4K5i4O5i5j4F4D5f5h5j4A4D5k5i5i4X5d4Xejqpwujgflojdkwtlqognfgjbtkjwf`olpfaob`hqjdkwpnbooallhpsob`fnvpj`ejfoglqgfqsljmwubovfofufowbaofalbqgklvpfdqlvstlqhpzfbqppwbwfwlgbztbwfqpwbqwpwzofgfbwksltfqsklmfmjdkwfqqlqjmsvwbalvwwfqnpwjwofwllopfufmwol`bowjnfpobqdftlqgpdbnfppklqwpsb`fel`vp`ofbqnlgfoaol`hdvjgfqbgjlpkbqftlnfmbdbjmnlmfzjnbdfmbnfpzlvmdojmfpobwfq`lolqdqffmeqlmw%bns8tbw`kelq`fsqj`fqvofpafdjmbewfqujpjwjppvfbqfbpafoltjmgf{wlwboklvqpobafosqjmwsqfppavjowojmhppsffgpwvgzwqbgfelvmgpfmpfvmgfqpkltmelqnpqbmdfbggfgpwjoonlufgwbhfmbalufeobpkej{fglewfmlwkfqujftp`kf`hofdboqjufqjwfnprvj`hpkbsfkvnbmf{jpwdljmdnlujfwkjqgabpj`sfb`fpwbdftjgwkoldjmjgfbptqlwfsbdfpvpfqpgqjufpwlqfaqfbhplvwkulj`fpjwfpnlmwktkfqfavjogtkj`kfbqwkelqvnwkqffpslqwsbqwz@oj`holtfqojufp`obppobzfqfmwqzpwlqzvpbdfplvmg`lvqwzlvq#ajqwkslsvswzsfpbssozJnbdfafjmdvssfqmlwfpfufqzpkltpnfbmpf{wqbnbw`kwqb`hhmltmfbqozafdbmpvsfqsbsfqmlqwkofbqmdjufmmbnfgfmgfgWfqnpsbqwpDqlvsaqbmgvpjmdtlnbmebopfqfbgzbvgjlwbhfptkjof-`ln,ojufg`bpfpgbjoz`kjogdqfbwivgdfwklpfvmjwpmfufqaqlbg`lbpw`lufqbssofejofp`z`ofp`fmfsobmp`oj`htqjwfrvffmsjf`ffnbjoeqbnflogfqsklwlojnjw`b`kf`jujop`boffmwfqwkfnfwkfqfwlv`kalvmgqlzbobphfgtklofpjm`fpwl`h#mbnfebjwkkfbqwfnswzleefqp`lsfltmfgnjdkwboavnwkjmhaollgbqqbznbilqwqvpw`bmlmvmjlm`lvmwubojgpwlmfPwzofOldjmkbsszl``vqofew9eqfpkrvjwfejonpdqbgfmffgpvqabmejdkwabpjpklufqbvwl8qlvwf-kwnonj{fgejmboZlvq#pojgfwlsj`aqltmbolmfgqbtmpsojwqfb`kQjdkwgbwfpnbq`krvlwfdllgpOjmhpglvawbpzm`wkvnaboolt`kjfezlvwkmlufo23s{8pfqufvmwjokbmgp@kf`hPsb`frvfqzibnfpfrvbowtj`f3/333Pwbqwsbmfoplmdpqlvmgfjdkwpkjewtlqwkslpwpofbgptffhpbuljgwkfpfnjofpsobmfpnbqwboskbsobmwnbqhpqbwfpsobzp`objnpbofpwf{wppwbqptqlmd?,k0=wkjmd-lqd,nvowjkfbqgSltfqpwbmgwlhfmplojg+wkjpaqjmdpkjsppwbeewqjfg`boopevoozeb`wpbdfmwWkjp#,,..=bgnjmfdzswFufmw26s{8Fnbjowqvf!`qlpppsfmwaoldpal{!=mlwfgofbuf`kjmbpjyfpdvfpw?,k7=qlalwkfbuzwqvf/pfufmdqbmg`qjnfpjdmpbtbqfgbm`fskbpf=?"..fm\\VP% 0:8133s{\\mbnfobwjmfmilzbib{-bwjlmpnjwkV-P-#klogpsfwfqjmgjbmbu!=`kbjmp`lqf`lnfpgljmdsqjlqPkbqf2::3pqlnbmojpwpibsbmeboopwqjboltmfqbdqff?,k1=bavpfbofqwlsfqb!.,,T`bqgpkjoopwfbnpSklwlwqvwk`ofbm-sks<pbjmwnfwboolvjpnfbmwsqlleaqjfeqlt!=dfmqfwqv`hollhpUbovfEqbnf-mfw,..= ?wqz#x ubq#nbhfp`lpwpsobjmbgvowrvfpwwqbjmobalqkfosp`bvpfnbdj`nlwlqwkfjq163s{ofbpwpwfsp@lvmw`lvogdobpppjgfpevmgpklwfobtbqgnlvwknlufpsbqjpdjufpgvw`kwf{bpeqvjwmvoo/\x7F\x7FX^8wls!= ?"..SLPW!l`fbm?aq,=eollqpsfbhgfswk#pjyfabmhp`bw`k`kbqw13s{8bojdmgfboptlvog63s{8vqo>!sbqhpnlvpfNlpw#---?,bnlmdaqbjmalgz#mlmf8abpfg`bqqzgqbewqfefqsbdf\\klnf-nfwfqgfobzgqfbnsqlufiljmw?,wq=gqvdp?"..#bsqjojgfboboofmf{b`welqwk`lgfpoldj`Ujft#pffnpaobmhslqwp#+133pbufg\\ojmhdlbopdqbmwdqffhklnfpqjmdpqbwfg03s{8tklpfsbqpf+*8!#Aol`hojmv{ilmfpsj{fo$*8!=*8je+.ofewgbujgklqpfEl`vpqbjpfal{fpWqb`hfnfmw?,fn=abq!=-pq`>wltfqbow>!`baofkfmqz17s{8pfwvsjwbozpkbqsnjmlqwbpwftbmwpwkjp-qfpfwtkffodjqop,`pp,233&8`ovappwveeajaofulwfp#2333hlqfb~*8 abmgprvfvf>#x~8;3s{8`hjmdx \n\nbkfbg`ol`hjqjpkojhf#qbwjlpwbwpElqn!zbkll*X3^8Balvwejmgp?,k2=gfavdwbphpVQO#>`foop~*+*821s{8sqjnfwfoopwvqmp3{533-isd!psbjmafb`kwb{fpnj`qlbmdfo..=?,djewppwfuf.ojmhalgz-~*8 \nnlvmw#+2::EBR?,qldfqeqbmh@obpp1;s{8effgp?k2=?p`lwwwfpwp11s{8gqjmh*#\x7F\x7F#oftjppkboo 30:8#elq#olufgtbpwf33s{8ib9npjnlm?elmwqfsoznffwpvmwfq`kfbswjdkwAqbmg*#">#gqfpp`ojspqllnplmhfznlajonbjm-Mbnf#sobwfevmmzwqffp`ln,!2-isdtnlgfsbqbnPWBQWofew#jggfm/#132*8 ~ elqn-ujqvp`kbjqwqbmptlqpwSbdfpjwjlmsbw`k?".. l.`b`ejqnpwlvqp/333#bpjbmj((*xbglaf$*X3^jg>23alwk8nfmv#-1-nj-smd!hfujm`lb`k@kjogaqv`f1-isdVQO*(-isd\x7Fpvjwfpoj`fkbqqz213!#ptffwwq= mbnf>gjfdlsbdf#ptjpp..= eee8!=Old-`ln!wqfbwpkffw*#%%#27s{8poffsmwfmwejofgib9ojg>!`Mbnf!tlqpfpklwp.al{.gfowb %ow8afbqp97;Y?gbwb.qvqbo?,b=#psfmgabhfqpklsp>#!!8sks!=`wjlm20s{8aqjbmkfoolpjyf>l>&1E#iljmnbzaf?jnd#jnd!=/#eipjnd!#!*X3^NWlsAWzsf!mftozGbmph`yf`kwqbjohmltp?,k6=ebr!=yk.`m23*8 .2!*8wzsf>aovfpwqvozgbujp-ip$8= ?"pwffo#zlv#k1= elqn#ifpvp233&#nfmv- \n tbofpqjphpvnfmwggjmda.ojhwfb`kdje!#ufdbpgbmphffpwjpkrjspvlnjplaqfgfpgffmwqfwlglpsvfgfb/]lpfpw/Mwjfmfkbpwblwqlpsbqwfglmgfmvfulkb`fqelqnbnjpnlnfilqnvmglbrv/Ag/Abpp/_olbzvgbef`kbwlgbpwbmwlnfmlpgbwlplwqbppjwjlnv`klbklqbovdbqnbzlqfpwlpklqbpwfmfqbmwfpelwlpfpwbpsb/Apmvfubpbovgelqlpnfgjlrvjfmnfpfpslgfq`kjofpfq/Muf`fpgf`jqilp/Efpwbqufmwbdqvslkf`klfoolpwfmdlbnjdl`lpbpmjufodfmwfnjpnbbjqfpivojlwfnbpkb`jbebulqivmjlojaqfsvmwlavfmlbvwlqbaqjoavfmbwf{wlnbqylpbafqojpwbovfdl`/_nlfmfqlivfdlsfq/Vkbafqfpwlzmvm`bnvifqubolqevfqbojaqldvpwbjdvboulwlp`bplpdv/Absvfglplnlpbujplvpwfggfafmml`kfavp`bebowbfvqlppfqjfgj`kl`vqpl`obuf`bpbpof/_msobylobqdllaqbpujpwbbslzlivmwlwqbwbujpwl`qfbq`bnslkfnlp`jm`l`bqdlsjplplqgfmkb`fm/Mqfbgjp`lsfgql`fq`bsvfgbsbsfonfmlq/Vwjo`obqlilqdf`boofslmfqwbqgfmbgjfnbq`bpjdvffoobppjdol`l`kfnlwlpnbgqf`obpfqfpwlmj/]lrvfgbsbpbqabm`lkjilpujbifsbaol/Epwfujfmfqfjmlgfibqelmgl`bmbomlqwfofwqb`bvpbwlnbqnbmlpovmfpbvwlpujoobufmglsfpbqwjslpwfmdbnbq`loofubsbgqfvmjglubnlpylmbpbnalpabmgbnbqjbbavplnv`kbpvajqqjlibujujqdqbgl`kj`bboo/Ailufmgj`kbfpwbmwbofppbojqpvfolsfplpejmfpoobnbavp`l/Epwboofdbmfdqlsobybkvnlqsbdbqivmwbglaofjpobpalopbab/]lkbaobov`kb/mqfbgj`fmivdbqmlwbpuboofboo/M`bqdbglolqbabilfpw/Edvpwlnfmwfnbqjlejqnb`lpwlej`kbsobwbkldbqbqwfpofzfpbrvfonvpflabpfpsl`lpnjwbg`jfol`kj`lnjfgldbmbqpbmwlfwbsbgfafpsobzbqfgfppjfwf`lqwf`lqfbgvgbpgfpflujfilgfpfbbdvbp%rvlw8glnbjm`lnnlmpwbwvpfufmwpnbpwfqpzpwfnb`wjlmabmmfqqfnlufp`qloovsgbwfdolabonfgjvnejowfqmvnafq`kbmdfqfpvowsvaoj`p`qffm`kllpfmlqnbowqbufojppvfpplvq`fwbqdfwpsqjmdnlgvofnlajofptjw`ksklwlpalqgfqqfdjlmjwpfoepl`jbob`wjuf`lovnmqf`lqgelooltwjwof=fjwkfqofmdwkebnjozeqjfmgobzlvwbvwklq`qfbwfqfujftpvnnfqpfqufqsobzfgsobzfqf{sbmgsloj`zelqnbwglvaofsljmwppfqjfpsfqplmojujmdgfpjdmnlmwkpelq`fpvmjrvftfjdkwsflsoffmfqdzmbwvqfpfbq`kejdvqfkbujmd`vpwlnleepfwofwwfqtjmgltpvanjwqfmgfqdqlvspvsolbgkfbowknfwklgujgflpp`klloevwvqfpkbgltgfabwfubovfpLaif`wlwkfqpqjdkwpofbdvf`kqlnfpjnsofmlwj`fpkbqfgfmgjmdpfbplmqfslqwlmojmfprvbqfavwwlmjnbdfpfmbaofnlujmdobwfpwtjmwfqEqbm`fsfqjlgpwqlmdqfsfbwOlmglmgfwbjoelqnfggfnbmgpf`vqfsbppfgwlddofsob`fpgfuj`fpwbwj``jwjfppwqfbnzfooltbwwb`hpwqffweojdkwkjggfmjmel!=lsfmfgvpfevouboofz`bvpfpofbgfqpf`qfwpf`lmggbnbdfpslqwpf{`fswqbwjmdpjdmfgwkjmdpfeef`wejfogppwbwfpleej`fujpvbofgjwlqulovnfQfslqwnvpfvnnlujfpsbqfmwb``fppnlpwoznlwkfq!#jg>!nbqhfwdqlvmg`kbm`fpvqufzafelqfpznalonlnfmwpsff`knlwjlmjmpjgfnbwwfq@fmwfqlaif`wf{jpwpnjggofFvqlsfdqltwkofdb`znbmmfqfmlvdk`bqffqbmptfqlqjdjmslqwbo`ojfmwpfof`wqbmgln`olpfgwlsj`p`lnjmdebwkfqlswjlmpjnsozqbjpfgfp`bsf`klpfm`kvq`kgfejmfqfbplm`lqmfqlvwsvwnfnlqzjeqbnfsloj`fnlgfopMvnafqgvqjmdleefqppwzofphjoofgojpwfg`boofgpjoufqnbqdjmgfofwfafwwfqaqltpfojnjwpDolabopjmdoftjgdfw`fmwfqavgdfwmltqbs`qfgjw`objnpfmdjmfpbefwz`klj`fpsjqjw.pwzofpsqfbgnbhjmdmffgfgqvppjbsofbpff{wfmwP`qjswaqlhfmbooltp`kbqdfgjujgfeb`wlqnfnafq.abpfgwkflqz`lmejdbqlvmgtlqhfgkfosfg@kvq`kjnsb`wpklvogbotbzpoldl!#alwwlnojpw!=*xubq#sqfej{lqbmdfKfbgfq-svpk+`lvsofdbqgfmaqjgdfobvm`kQfujftwbhjmdujpjlmojwwofgbwjmdAvwwlmafbvwzwkfnfpelqdlwPfbq`kbm`klqbonlpwolbgfg@kbmdfqfwvqmpwqjmdqfolbgNlajofjm`lnfpvssozPlvq`flqgfqpujftfg%maps8`lvqpfBalvw#jpobmg?kwno#`llhjfmbnf>!bnbylmnlgfqmbguj`fjm?,b=9#Wkf#gjboldklvpfpAFDJM#Nf{j`lpwbqwp`fmwqfkfjdkwbggjmdJpobmgbppfwpFnsjqfP`kllofeelqwgjqf`wmfbqoznbmvboPfof`w- Lmfiljmfgnfmv!=SkjojsbtbqgpkbmgofjnslqwLeej`fqfdbqgphjoopmbwjlmPslqwpgfdqfftffhoz#+f-d-afkjmggl`wlqolddfgvmjwfg?,a=?,afdjmpsobmwpbppjpwbqwjpwjppvfg033s{\x7F`bmbgbbdfm`zp`kfnfqfnbjmAqbyjopbnsofoldl!=afzlmg.p`bofb``fswpfqufgnbqjmfEllwfq`bnfqb?,k2= \\elqn!ofbufppwqfpp!#,= -dje!#lmolbgolbgfqL{elqgpjpwfqpvqujuojpwfmefnbofGfpjdmpjyf>!bssfbowf{w!=ofufopwkbmhpkjdkfqelq`fgbmjnbobmzlmfBeqj`bbdqffgqf`fmwSflsof?aq#,=tlmgfqsqj`fpwvqmfg\x7F\x7F#x~8nbjm!=jmojmfpvmgbztqbs!=ebjofg`fmpvpnjmvwfafb`lmrvlwfp263s{\x7Ffpwbwfqfnlwffnbjo!ojmhfgqjdkw8pjdmboelqnbo2-kwnopjdmvssqjm`feolbw9-smd!#elqvn-B``fppsbsfqpplvmgpf{wfmgKfjdkwpojgfqVWE.;!%bns8#Afelqf-#TjwkpwvgjlltmfqpnbmbdfsqlejwiRvfqzbmmvbosbqbnpalvdkwebnlvpdlldofolmdfqj((*#xjpqbfopbzjmdgf`jgfklnf!=kfbgfqfmpvqfaqbm`ksjf`fpaol`h8pwbwfgwls!=?qb`jmdqfpjyf..%dw8sb`jwzpf{vboavqfbv-isd!#23/333lawbjmwjwofpbnlvmw/#Jm`-`lnfgznfmv!#ozqj`pwlgbz-jmgffg`lvmwz\\oldl-EbnjozollhfgNbqhfwopf#jeSobzfqwvqhfz*8ubq#elqfpwdjujmdfqqlqpGlnbjm~fopfxjmpfqwAold?,ellwfqoldjm-ebpwfqbdfmwp?algz#23s{#3sqbdnbeqjgbzivmjlqgloobqsob`fg`lufqpsovdjm6/333#sbdf!=alpwlm-wfpw+bubwbqwfpwfg\\`lvmwelqvnpp`kfnbjmgf{/ejoofgpkbqfpqfbgfqbofqw+bssfbqPvanjwojmf!=algz!= )#WkfWklvdkpffjmdifqpfzMftp?,ufqjezf{sfqwjmivqztjgwk>@llhjfPWBQW#b`qlpp\\jnbdfwkqfbgmbwjufsl`hfwal{!= Pzpwfn#Gbujg`bm`fqwbaofpsqlufgBsqjo#qfboozgqjufqjwfn!=nlqf!=albqgp`lolqp`bnsvpejqpw#\x7F\x7F#X^8nfgjb-dvjwbqejmjpktjgwk9pkltfgLwkfq#-sks!#bppvnfobzfqptjoplmpwlqfpqfojfeptfgfm@vpwlnfbpjoz#zlvq#Pwqjmd Tkjowbzolq`ofbq9qfplqweqfm`kwklvdk!*#(#!?algz=avzjmdaqbmgpNfnafqmbnf!=lssjmdpf`wlq6s{8!=upsb`fslpwfqnbilq#`leeffnbqwjmnbwvqfkbssfm?,mbu=hbmpbpojmh!=Jnbdfp>ebopftkjof#kpsb`f3%bns8# Jm##sltfqSlophj.`lolqilqgbmAlwwlnPwbqw#.`lvmw1-kwnomftp!=32-isdLmojmf.qjdkwnjoofqpfmjlqJPAM#33/333#dvjgfpubovf*f`wjlmqfsbjq-{no!##qjdkwp-kwno.aol`hqfdF{s9klufqtjwkjmujqdjmsklmfp?,wq=vpjmd# \nubq#=$*8 \n?,wg= ?,wq= abkbpbaqbpjodbofdlnbdzbqslophjpqsphj4]4C5d\bTA\nzk\vBl\bQ\x7F\vUmGx\bSM\nmC\bTA wQ\nd}\bW@\bTl\bTF i@ cT\vBM\v|jBV qw cC\bWI\npa fM\n{Z{X\bTF\bVV\bVK \x7FmkF []\bPm\bTv\nsI\vpg [I\bQpmx\v_W\n^M\npe\vQ}\vGu\nel\npeChBV\bTA So\nzk\vGL\vxD\nd[JzMY\bQpli\nfl\npC{BNt\vwT i_\bTgQQ\n|p\vXN\bQS\vxDQC\bWZ pD\vVS\bTWNtYh\nzuKjN} wr Ha\n_D j`\vQ}\vWp\nxZ{c ji BU\nbDa| Tn pV\nZd\nmC\vEV{X c} To\bWl\bUd IQ cg\vxs\nXW wR\vek c} ]y Jn\nrp\neg\npV\nz\\{W\npl\nz\\\nzU Pc `{\bV@\nc|\bRw i_\bVb\nwX HvSu\bTF\v_W\vWs\vsIm\x7F\nTT\ndc US }f iZ\bWz c}MD Be iD\v@@\bTl\bPv }tSwM`\vnU kW\ved\nqo\vxY A|\bTz\vy`BRBM iaXU\nyun^ fL iI\nXW fD\bWz\bW@ yj \x7Fm av BN\vb\\ pD\bTf\nY[ Jn\bQy [^\vWc\vyuDlCJ\vWj\vHR `V\vuW Qy\np@\vGuplJm\bW[\nLP\nxC\n`m wQui\x7FR\nbI wQ BZ WVBR\npg cgtiCW\n_y Rg\bQa\vQB\vWc\nYble\ngESu\nL[ Q\x7F ea dj\v]W\nb~M` wL\bTV\bVH\nt\x7F\npl |bs_\bU|\bTaoQlvSkM`\bTv\vK}\nfl cCoQBR Hk |d\bQp HK BZ\vHR\bPv\vLx\vEZ\bT\x7F\bTv iDoDMU\vwBSuk`St\ntC Pl Kg\noi jY\vxYh}\nzk\bWZ \x7Fm\ve` TB fE\nzk `zYh\nV| HK AJ AJ\bUL p\\ ql\nYcKd\nfyYh [I\vDgJm\n]n\nlb\bUd\n{Z lu fsoQ\bTWJm\vwB eaYhBC sb Tn\nzU\n_y\vxY Q]\ngwmt O\\\ntb\bWW\bQy mI V[\ny\\\naB\vRb wQ\n]QQJ\bWg\vWa\bQj\ntC\bVH\nYm\vxs\bVK\nel\bWI\vxYCq\ntR\vHV\bTl\bVw ay\bQa\bVV }t dj\nr| p\\ wR\n{i\nTT [I i[ AJ\vxs\v_W d{\vQ} cg Tz A| Cj\vLmN}m\x7F\nbK dZ p\\ `V sV\np@ iD wQ\vQ}\bTfkaJm\v@@\bV` zp\n@NSw iI cg\noiSu\bVwloCy c}\vb\\ sUBA\bWI\bTf\nxS Vp\nd|\bTV\vbC NoJu\nTC |`\n{Z D]\bU| c}lm\bTl Bv Pl c}\bQp \x7Fm\nLk kj\n@NSbKO j_ p\\\nzU\bTl\bTg\bWI cfXO\bWW\ndzli BN\nd[\bWOMD\vKC dj I_\bVV\ny\\\vLmxl xB kV\vb\\\vJW\vVS Vx\vxD d{MD\bTa |`\vPzR}\vWsBM\nsICN\bTaJm\npe i_\npV\nrh Rd Hv\n~A\nxR\vWh\vWk\nxS\vAz\vwX\nbIoQ fw\nqI\nV|\nunz\x7F\vpg d\\\voA{D i_xB\bT\x7F `Vqr TTg]CA\vuR VJ T`\npw\vRb I_\nCxRo\vsICjKh Bv WVBBoD{D\nhcKm\v^R QE\n{I\np@\nc|Gt c}Dl\nzUqN sVk} Hh\v|j\nqou| Q]\vek\x7FZM`St\npe dj\bVG\veE \x7Fm\vWc|I\n[W fL\bT\x7F BZSu\vKaCqNtY[\nqI\bTv fM i@ }fB\\ Qy\vBl\bWgXDkc\vx[\bVV Q] \x7Fa Py\vxD\nfI }foD dj SGls ~DCN\n{Z \\v\n_D\nhc\vx_C[ AJ\nLM VxCI bj c^ cF\ntCSx wrXA\bU\\ |a\vK\\\bTV\bVj\nd| fsCX\ntb\bRw Vx AE A|\bT\x7FNt\vDg Vc\bTld@\npo \x7FM cF\npe iZ Bo\bSq\nfHl`\bTx\bWf HE\vF{ cO fD\nlm\vfZ\nlm\veU dGBH\bTV SiMW\nwX\nz\\ \\cCX\nd} l}\bQp\bTV F~\bQ\x7F `i\ng@nO\bUd\bTl\nL[ wQ ji\ntC |J\nLU\naB\vxYKj AJuN i[\npeSk\vDg\vx]\bVb\bVV\nea kV\nqI\bTaSk\nAO pD\ntb\nts\nyi\bVg i_\v_W\nLkNt yj fMR\x7F iI\bTl\vwX sV\vMl\nyu AJ\bVjKO WV\vA}\vW\x7F\nrp iD\v|olv\vsIBM d~ CU\bVbeV\npC\vwT j` c}\vxs\vps\vvh WV\vGg\vAe\vVK\v]W rg\vWcF` Br\vb\\ dZ\bQp\nqIkF\nLk\vAR\bWI\bTg bs dw\n{L\n_y iZ\bTA lg\bVV\bTl dk\n`k a{ i_{Awj wN\v@@\bTe i_\n_D wL\nAH\viK\vek\n[] p_ yj\bTv US [r\n{I\npsGt\vVK\nplS}\vWP |dMD\vHV\bT\x7FR}M`\bTV\bVHlvCh\bW[Ke R{\v^R ab BZ VA B`\nd|\nhsKe BeOi R{ d\\nB\bWZ dZ VJOs \x7FmuQ\vhZQ@QQ\nfI\bW[B\\li\nzU\nMdM`\nxS\bVV\n\\}\vxD \x7Fm\bTpIS\nc| kVi~ V{\vhZ |b\bWt\n@R\voA\vnU\bWI ea B` iD c} TzBR\vQBNj CP [I\bTv `WuN\vpg\vpg\vWc iT bs wL U_ c\\ |h\vKa Nr fL\nq|\nzu\nz\\ Nr\bUg |bm`\bTv\nyd\nrp\bWf UXBV\nzk\nd} wQ }fCe\ved\bTW\bSB\nxU cn\bTb\ne\x7F a\\ SG\bU|\npV\nN\\Kn\vnU At pD\v^R\vIrb[ R{ dE\vxD\vWK\vWA\bQL\bW@Su\bUd\nDM PcCADloQ Hswiub\n\x7Fa\bQpOb\nLP\bTlY[\vK} AJ\bQ\x7Fn^\vsA\bSM\nqM\bWZ\n^W\vz{S| fD\bVK\bTv\bPvBB CPdF id\vxsmx\vws cC\ntC ycM`\vW\x7F\nrh\bQp\vxD\\o\nsI_k\nzukF fDXsXO jp\bTvBS{B Br\nzQ\nbI c{BDBVnO\bTF caJd fL PV I_\nlK`o wX\npa gu\bP}{^\bWf\n{I BN\npaKl\vpg cn fL\vvhCq\bTl\vnU\bSqCm wR\bUJ\npe\nyd\nYgCy\vKW fD\neaoQ j_ BvnM\vID\bTa\nzApl\n]n\bTa R{ fr\n_y\bUg{Xkk\vxD|Ixl\nfyCe\vwB\nLk\vd]\noi\n}h Q]\npe\bVwHkOQ\nzk AJ\npV\bPv\ny\\ A{Oi\bSBXA\veE jp\nq} iDqN\v^R \x7Fm iZ Br\bVg\noi\n\\X U_\nc|\vHV\bTf Tn\\N\\N\nuBlv\nyu Td\bTf\bPL\v]W dG\nA`\nw^\ngI\npe dw\nz\\ia\bWZ cFJm\n{Z\bWO_kDfRR d\\\bVV\vxsBNtilm Td ]y\vHV So\v|jXX A|\vZ^\vGu\bTWM`kF\vhZ\vVK dG\vBl ay\nxUqEnO\bVw\nqICX\ne\x7F Pl\bWO\vLm dLuHCm dTfn\vwBka\vnU\n@M\nyT Hv \\}Kh d~Yhk}\neR d\\\bWI |b HK iD\bTWMY\npl\bQ_ wr\vAx HE\bTg\bSqvp\vb\\\bWO\nOl\nsI\nfy\vID \\c\n{Z\n^~\npe\nAO TT\vxvk_\bWO\v|j\vwB Qy i@ Pl Ha dZk}ra UT\vJc\ved\np@ QN\nd| kj HkM`\noi wr d\\\nlq\no_\nlb\nL[ acBBBHCm\npl IQ\bVK\vxs\n`e\viK\npaOi US\bTp fD\nPGkkXA\nz\\\neg\vWh wRqN\nqS cnlo\nxS\n^W BU\nt\x7F HE p\\ fF fw\bVV\bW@ ak\vVKls VJ\bVV\veE\\o\nyX\nYmM`lL\nd|\nzk A{sE wQXT\nt\x7F Pl ]y\vwT{pMD\vb\\ Q]Kj Jn\nAH\vRb BU HK \\c\nfIm\x7F\nqM\n@R So\noiBT Hv\n_yKh BZ ]i\bUJ V{Sr\nbI\vGg a_\bTR\nfI\nfl [K IIS|\vuW iI\bWI\nqI\v|jBV\bVg\bWZkF\vx]\bTA ab fr i@ Jd Jd\vps\nAO\bTaxu iD\nzk |d |`\bW[ lP dG\bVV\vw}\vqO i[\bQ\x7F\bTz\vVF wNts dw\bTv\neS\ngi NryS\npe\bVV\bSq\n`m yj BZ\vWX\bSB c\\\nUR [J c_nM\bWQ\vAx\nMd Brui\vxY\bSM\vWc\v|j\vxs }Q BO\bPL\bWW fM\nAO Pc\veUe^\bTg\nqI ac\bPv cFoQ Q\x7F\vhZka\nz\\ iK BU\n`k CPS|M`\n{I S{_O BZZiSk ps p\\\nYu\n]s\nxC\bWt\nbD kV\vGuyS\nqA [r\neKM` dZlL\bUg\bTl\nbD US\vb\\ pV\nccS\\ ct `z\bPL\vWs\nA`\neg\bSquECR\vDg `W\vz{\vWcSkSk bW\bUg ea\nxZ iI UX VJ\nqn S{\vRb\bTQ\nplGt\vuWuj\npF\nqI fL [I iaXO\nyu\vDg\ved q{VG\bQ\x7Fka Vj kV xB\nd|\np@ QN Pc ps]j kV oU\bTp\nzUnB\vB] a{\bV@\n]nm` cz R{m`\bQa\vwT\bSMMYqN dj~s\vQ}MY\vMB Bv wR\bRg\vQ} ql\vKC\nrmxuCC\vwB\vvh BqXq\npV i_ObuE\nbd\nqo\v{i\nC~ BL\veEuH\bVjEyGz\vzR\v{i cf\n{Z\n]nXA\vGu\vnU hS\vGI\nCc HE\bTA HBBHCj\nCc\bTF HE\nXI A{\bQ\x7F c\\\vmO\vWX\nfH\np@MY\bTF\nlK Bt\nzU TTKm\vwT\npV\ndt\vyI Vx Q\x7F Rg Td\nzU\bRS\nLM wAnM Tn\ndS ]g\nLc\vwB }t [I CPkX\vFm\vhZm\x7F i[\np@\vQ}\vW\x7F |d\nMO\nMd f_ fD cJ Hz\vRb io PyY[\nxU ct\v@@ ww\bPvBMFF\ntbv|\vKm Bq BqKh`o\nZdXU i] |` StB\\\bQ\x7F\v_W TJ\nqI |a A{\vuPMD Pl\nxR fL\vws c{ d\\\bV`\neg HKkc\nd|\bVV\ny\\kc i]\bVG `V ss I_ AE bs du\nel pD\vW\x7F\nqslv\bSMZi\vVKia\vQB Q\x7F\n{Z\bPt\vKl\nlK\nhs\ndS\bVKmf\nd^ kV cO\nc|\bVH \\]\bTv\bSq mI\vDg VJ cn\ny\\\bVg\bTv\nyX\bTF ]]\bTp\noi\nhs\veU\nBf djMr\n|p \\g ]r\bVb{D\nd[XN fM O\\s_ cf iZXN\vWc qv\n`m U^oD\nd|\vGg dE\vwflou}\nd|oQ `iOi\vxD\ndZ\nCxYw\nzk\ntb\ngw yj B`\nyX\vps\ntC\vpP\vqw\bPu\bPX Dm\npwNj ss aG\vxs\bPt\noLGz Ok i@ i]eC IQ ii dj\v@J |duh\bWZ\veU\vnU\bTa cCg]\nzkYh\bVK\nLU\np@\ntb\ntR Cj\vNP i@\bP{\n\\}\n{c\nwX fL\bVG c{ |` AJ |C fDln |d bs\nqI{B\vAx\np@\nzk\vRbOs\vWSe^\vD_ Bv\vWd\bVb\vxs\veE\bRw\n]n\n|p\vg| fwkc\bTIka\n\\TSp ju\vps\npeu|\vGr\bVe CU]MXU\vxD\bTa IQ\vWq CU am dj\bSoSw\vnUCh Q]s_\bPt fS\bTa \\}\n@OYc UZ\bTx\npe\vnU\nzU |} iD\nz\\\bSM\vxDBR\nzQ QN]MYh\nLP\vFm\vLXvc\vqlka HK\bVb\ntC\nCy\bTv\nuVoQ `z [I B`\vRb yj sb\vWs\bTl kV\ved\ne\x7FlL\vxN \x7Fm\nJn jY\vxD\bVb\bSq\vyu wL\vXL\bTA pg At nDXX wR\npl\nhwyS\nps cO\bW[\v|jXN sV p\\ Be\nb~\nAJ\n]ek`qN dw WV HE\vEVJz id B` zhE] fD\bTgqN\bTa jaCv\bSM\nhc\bUet_ ieg] wQ\nPn\bVB jw\bVg\vbE BZ\vRH\bP{ jp\n\\} a_ cC |a\vD] BZ i[ fD\vxW\no_ d\\\n_D\ntb \\c AJ\nlKoQlo\vLx\vM@\bWZKn\vpg\nTi\nIv\n|r\v@}JzLmWhk}ln\vxD\n]sgc\vps Br\bTW\vBMtZ\nBYDW jf\vSWC}\nqo dE mv IQ\bPP\bUblvBC\nzQ [I\vgl\nig\bUsBT\vbC\bSq sU iW\nJn SY HK rg\npV\vID\v|jKO `S |a`vbmglfmujbqnbgqjgavp`bqjmj`jlwjfnslslqrvf`vfmwbfpwbglsvfgfmivfdlp`lmwqbfpw/Mmmlnaqfwjfmfmsfqejonbmfqbbnjdlp`jvgbg`fmwqlbvmrvfsvfgfpgfmwqlsqjnfqsqf`jlpfd/Vmavfmlpuloufqsvmwlppfnbmbkba/Abbdlpwlmvfulpvmjglp`bqolpfrvjslmj/]lpnv`klpbodvmb`lqqfljnbdfmsbqwjqbqqjabnbq/Abklnaqffnsoflufqgbg`bnajlnv`kbpevfqlmsbpbglo/Amfbsbqf`fmvfubp`vqplpfpwbabrvjfqlojaqlp`vbmwlb``fplnjdvfoubqjlp`vbwqlwjfmfpdqvslppfq/Mmfvqlsbnfgjlpeqfmwfb`fq`bgfn/Mplefqwb`l`kfpnlgfoljwbojbofwqbpbod/Vm`lnsqb`vbofpf{jpwf`vfqslpjfmglsqfmpboofdbqujbifpgjmfqlnvq`jbslgq/Msvfpwlgjbqjlsvfaolrvjfqfnbmvfosqlsjl`qjpjp`jfqwlpfdvqlnvfqwfevfmwf`fqqbqdqbmgffef`wlsbqwfpnfgjgbsqlsjbleqf`fwjfqqbf.nbjoubqjbpelqnbpevwvqllaifwlpfdvjqqjfpdlmlqnbpnjpnlp/Vmj`l`bnjmlpjwjlpqby/_mgfajglsqvfabwlofglwfm/Abifp/Vpfpsfql`l`jmblqjdfmwjfmgb`jfmwl`/Mgjykbaobqpfq/Abobwjmbevfqybfpwjoldvfqqbfmwqbq/E{jwlo/_sfybdfmgbu/Agflfujwbqsbdjmbnfwqlpibujfqsbgqfpe/M`jo`bafyb/Mqfbppbojgbfmu/Alibs/_mbavplpajfmfpwf{wlpoofubqsvfgbmevfqwf`ln/Vm`obpfpkvnbmlwfmjglajoablvmjgbgfpw/Mpfgjwbq`qfbgl<X<W=c=k=n<R<V<\\<V<T<W<T=a=n<R<^=m<Y<Y<_<R<S=l<T=n<\\<V<Y=e<Y=o<Z<Y<v<\\<V<]<Y<[<]=g<W<R<Q<T<~=m<Y<S<R<X<A=n<R=n<R<P=k<Y<P<Q<Y=n<W<Y=n=l<\\<[<R<Q<\\<_<X<Y<P<Q<Y<x<W=c<s=l<T<Q<\\=m<Q<T=i=n<Y<P<V=n<R<_<R<X<^<R=n=n<\\<P<M<D<|<P<\\=c<K=n<R<^<\\=m<^<\\<P<Y<P=o<N<\\<V<X<^<\\<Q<\\<P=a=n<T=a=n=o<~<\\<P=n<Y=i<S=l<R=n=o=n<Q<\\<X<X<Q=c<~<R=n=n=l<T<Q<Y<U<~<\\=m<Q<T<P=m<\\<P=n<R=n=l=o<]<r<Q<T<P<T=l<Q<Y<Y<r<r<r<W<T=j=a=n<\\<r<Q<\\<Q<Y<P<X<R<P<P<R<U<X<^<Y<R<Q<R=m=o<X\fHy\fIk\fHU\fId\fHy\fIl\fHT\fIk\fHy\fHR\fHy\fIg\fHx\fH\\\fHF\fH\\\fHD\fIk\fHc\fHy\fHy\fHS\fHA\fIl\fHk\fHT\fHy\fH\\\fHH\fIg\fHU\fIg\fHj\fHF\fHU\fIl\fHC\fHU\fHC\fHR\fHH\fHy\fHI\fHRibdqbm\fHj\fHp\fHp\fIg\fHi\fH@\fHJ\fIg\fH{\fHd\fHp\fHR\fH{\fHc\fHU\fHB\fHk\fHD\fHY\fHU\fHC\fIk\fHI\fIk\fHI\fIl\fHt\fH\\\fHp\fH@\fHJ\fIl\fHy\fHd\fHp\fIl\fHY\fIk\fHD\fHd\fHD\fHc\fHU\fH\\\fHe\fHT\fHB\fIk\fHy\fHB\fHY\fIg\fH^\fIk\fHT\fH@\fHB\fHd\fHJ\fIk\fH\x7F\fH\\\fHj\fHB\fH@\fHT\fHA\fH\\\fH@\fHD\fHv\fH^\fHB\fHD\fHj\fH{\fHT\fIl\fH^\fIl4U5h5e4I5h5e5k4\\4K4N4B4]4U4C4C4K5h5e5k4\\5k4Y5d4]4V5f4]5o4K5j5d5h4K4D5f5j4U4]4Z4\\5h5o5k5j4K5f5d5i5n4K5h4U5h5f4K5j4K5h5o5j4A4F5e5n4D5h5d4A4E4K4B4]5m5n4[4U4D4C4]5o5j4I4\\4K5o5i4K4K4A4C4I5h4K5m5f5k4D4U4Z5o5f5m4D4A4G5d5i5j5d5k5d4O5j4K4@4C4K5h5k4K4_5h5i4U5j4C5h5f4_4U4D4]4Y5h5e5i5j4\\4D5k4K4O5j5k5i4G5h5o5j4F4K5h4K4A5f4G5i4Y4]4X4]4A4A5d5h5d5m5f4K4\\4K5h5o5h5i4]4E4K5j4F4K5h5m4O4D5d4B4K4Y4O5j4F4K5j5k4K5h5f4U4Z5d5d5n4C4K4D5j4B5f4]4D5j4F5h5o5i4X4K4M5d5k5f4K4D5d5n4Y4Y5d5i4K4]5n5i4O4A4C5j4A5j4U4C5i4]4O5f4K4A4E5o4F4D4C5d5j5f4@4D5i5j5k4F4A4F4@5k4E4_5j4E5f4F5i5o4]4E4V4^4E5j5m4_4D5f4F5h5h5k5h5j4K4F5h5o5n5h4D5h5i4K4U5j5k4O5d5h4X5f4M5j5d4]4O5i4K5m5f5o4D5o5h4\\4K4F4]4F4D4D4O5j5k5i4_4K5j5o4D5f4U5m5n4C4A4_5j5h5k5i4X4U4]4O5k5h4X5k4]5n4[4]4[5h4Dsqlejofpfquj`fgfebvowkjnpfoegfwbjop`lmwfmwpvsslqwpwbqwfgnfppbdfpv``fppebpkjlm?wjwof=`lvmwqzb``lvmw`qfbwfgpwlqjfpqfpvowpqvmmjmdsql`fpptqjwjmdlaif`wpujpjaoftfo`lnfbqwj`ofvmhmltmmfwtlqh`lnsbmzgzmbnj`aqltpfqsqjub`zsqlaofnPfquj`fqfpsf`wgjpsobzqfrvfpwqfpfquftfapjwfkjpwlqzeqjfmgplswjlmptlqhjmdufqpjlmnjoojlm`kbmmfotjmglt-bggqfppujpjwfgtfbwkfq`lqqf`wsqlgv`wfgjqf`welqtbqgzlv#`bmqfnlufgpvaif`w`lmwqlobq`kjuf`vqqfmwqfbgjmdojaqbqzojnjwfgnbmbdfqevqwkfqpvnnbqznb`kjmfnjmvwfpsqjubwf`lmwf{wsqldqbnpl`jfwzmvnafqptqjwwfmfmbaofgwqjddfqplvq`fpolbgjmdfofnfmwsbqwmfqejmboozsfqef`wnfbmjmdpzpwfnphffsjmd`vowvqf%rvlw8/ilvqmbosqlif`wpvqeb`fp%rvlw8f{sjqfpqfujftpabobm`fFmdojpk@lmwfmwwkqlvdkSofbpf#lsjmjlm`lmwb`wbufqbdfsqjnbqzujoobdfPsbmjpkdboofqzgf`ojmfnffwjmdnjppjlmslsvobqrvbojwznfbpvqfdfmfqbopsf`jfppfppjlmpf`wjlmtqjwfqp`lvmwfqjmjwjboqfslqwpejdvqfpnfnafqpklogjmdgjpsvwffbqojfqf{sqfppgjdjwbosj`wvqfBmlwkfqnbqqjfgwqbeej`ofbgjmd`kbmdfg`fmwqbouj`wlqzjnbdfp,qfbplmppwvgjfpefbwvqfojpwjmdnvpw#afp`kllopUfqpjlmvpvboozfsjplgfsobzjmddqltjmdlaujlvplufqobzsqfpfmwb`wjlmp?,vo= tqbssfqboqfbgz`fqwbjmqfbojwzpwlqbdfbmlwkfqgfphwlsleefqfgsbwwfqmvmvpvboGjdjwbo`bsjwboTfapjwfebjovqf`lmmf`wqfgv`fgBmgqljggf`bgfpqfdvobq#%bns8#bmjnbopqfofbpfBvwlnbwdfwwjmdnfwklgpmlwkjmdSlsvobq`bswjlmofwwfqp`bswvqfp`jfm`foj`fmpf`kbmdfpFmdobmg>2%bns8Kjpwlqz#>#mft#@fmwqbovsgbwfgPsf`jboMfwtlqhqfrvjqf`lnnfmwtbqmjmd@loofdfwlloabqqfnbjmpaf`bvpffof`wfgGfvwp`kejmbm`ftlqhfqprvj`hozafwtffmf{b`wozpfwwjmdgjpfbpfPl`jfwztfbslmpf{kjajw%ow8"..@lmwqlo`obppfp`lufqfglvwojmfbwwb`hpgfuj`fp+tjmgltsvqslpfwjwof>!Nlajof#hjoojmdpkltjmdJwbojbmgqlssfgkfbujozfeef`wp.2$^*8 `lmejqn@vqqfmwbgubm`fpkbqjmdlsfmjmdgqbtjmdajoojlmlqgfqfgDfqnbmzqfobwfg?,elqn=jm`ovgftkfwkfqgfejmfgP`jfm`f`bwboldBqwj`ofavwwlmpobqdfpwvmjelqnilvqmfzpjgfabq@kj`bdlklojgbzDfmfqbosbppbdf/%rvlw8bmjnbwfeffojmdbqqjufgsbppjmdmbwvqboqlvdkoz- Wkf#avw#mlwgfmpjwzAqjwbjm@kjmfpfob`h#lewqjavwfJqfobmg!#gbwb.eb`wlqpqf`fjufwkbw#jpOjaqbqzkvpabmgjm#eb`wbeebjqp@kbqofpqbgj`boaqlvdkwejmgjmdobmgjmd9obmd>!qfwvqm#ofbgfqpsobmmfgsqfnjvnsb`hbdfBnfqj`bFgjwjlm^%rvlw8Nfppbdfmffg#wlubovf>!`lnsof{ollhjmdpwbwjlmafojfufpnboofq.nlajofqf`lqgptbmw#wlhjmg#leEjqfel{zlv#bqfpjnjobqpwvgjfgnb{jnvnkfbgjmdqbsjgoz`ojnbwfhjmdglnfnfqdfgbnlvmwpelvmgfgsjlmffqelqnvobgzmbpwzklt#wl#Pvsslqwqfufmvff`lmlnzQfpvowpaqlwkfqplogjfqobqdfoz`boojmd-%rvlw8B``lvmwFgtbqg#pfdnfmwQlafqw#feelqwpSb`jej`ofbqmfgvs#tjwkkfjdkw9tf#kbufBmdfofpmbwjlmp\\pfbq`kbssojfgb`rvjqfnbppjufdqbmwfg9#ebopfwqfbwfgajddfpwafmfejwgqjujmdPwvgjfpnjmjnvnsfqkbspnlqmjmdpfoojmdjp#vpfgqfufqpfubqjbmw#qlof>!njppjmdb`kjfufsqlnlwfpwvgfmwplnflmff{wqfnfqfpwlqfalwwln9fuloufgboo#wkfpjwfnbsfmdojpktbz#wl##Bvdvpwpznalop@lnsbmznbwwfqpnvpj`bobdbjmpwpfqujmd~*+*8 sbznfmwwqlvaof`lm`fsw`lnsbqfsbqfmwpsobzfqpqfdjlmpnlmjwlq#$$Wkf#tjmmjmdf{solqfbgbswfgDboofqzsqlgv`fbajojwzfmkbm`f`bqffqp*-#Wkf#`loof`wPfbq`k#bm`jfmwf{jpwfgellwfq#kbmgofqsqjmwfg`lmplofFbpwfqmf{slqwptjmgltp@kbmmfojoofdbomfvwqbopvddfpw\\kfbgfqpjdmjmd-kwno!=pfwwofgtfpwfqm`bvpjmd.tfahjw`objnfgIvpwj`f`kbswfquj`wjnpWklnbp#nlyjoobsqlnjpfsbqwjfpfgjwjlmlvwpjgf9ebopf/kvmgqfgLoznsj`\\avwwlmbvwklqpqfb`kfg`kqlmj`gfnbmgppf`lmgpsqlwf`wbglswfgsqfsbqfmfjwkfqdqfbwozdqfbwfqlufqboojnsqluf`lnnbmgpsf`jbopfbq`k-tlqpkjsevmgjmdwklvdkwkjdkfpwjmpwfbgvwjojwzrvbqwfq@vowvqfwfpwjmd`ofbqozf{slpfgAqltpfqojafqbo~#`bw`kSqlif`wf{bnsofkjgf+*8EolqjgbbmptfqpbooltfgFnsfqlqgfefmpfpfqjlvpeqffglnPfufqbo.avwwlmEvqwkfqlvw#le#">#mvoowqbjmfgGfmnbqhuljg+3*,boo-ipsqfufmwQfrvfpwPwfskfm Tkfm#lapfquf?,k1= Nlgfqm#sqlujgf!#bow>!alqgfqp- Elq# Nbmz#bqwjpwpsltfqfgsfqelqnej`wjlmwzsf#lenfgj`bowj`hfwplsslpfg@lvm`jotjwmfppivpwj`fDflqdf#Afodjvn---?,b=wtjwwfqmlwbaoztbjwjmdtbqebqf#Lwkfq#qbmhjmdskqbpfpnfmwjlmpvqujufp`klobq?,s= #@lvmwqzjdmlqfgolpp#leivpw#bpDflqdjbpwqbmdf?kfbg=?pwlssfg2$^*8 jpobmgpmlwbaofalqgfq9ojpw#le`bqqjfg233/333?,k0= #pfufqboaf`lnfppfof`w#tfggjmd33-kwnonlmbq`klee#wkfwfb`kfqkjdkoz#ajloldzojef#lelq#fufmqjpf#le%qbrvl8sovplmfkvmwjmd+wklvdkGlvdobpiljmjmd`jq`ofpElq#wkfBm`jfmwUjfwmbnufkj`ofpv`k#bp`qzpwboubovf#>Tjmgltpfmilzfgb#pnboobppvnfg?b#jg>!elqfjdm#Boo#qjklt#wkfGjpsobzqfwjqfgkltfufqkjggfm8abwwofppffhjmd`bajmfwtbp#mlwollh#bw`lmgv`wdfw#wkfIbmvbqzkbssfmpwvqmjmdb9klufqLmojmf#Eqfm`k#ob`hjmdwzsj`bof{wqb`wfmfnjfpfufm#jedfmfqbwgf`jgfgbqf#mlw,pfbq`kafojfep.jnbdf9ol`bwfgpwbwj`-oldjm!=`lmufqwujlofmwfmwfqfgejqpw!=`jq`vjwEjmobmg`kfnjpwpkf#tbp23s{8!=bp#pv`kgjujgfg?,psbm=tjoo#afojmf#leb#dqfbwnzpwfqz,jmgf{-eboojmdgvf#wl#qbjotbz`loofdfnlmpwfqgfp`fmwjw#tjwkmv`ofbqIftjpk#sqlwfpwAqjwjpkeoltfqpsqfgj`wqfelqnpavwwlm#tkl#tbpof`wvqfjmpwbmwpvj`jgfdfmfqj`sfqjlgpnbqhfwpPl`jbo#ejpkjmd`lnajmfdqbskj`tjmmfqp?aq#,=?az#wkf#MbwvqboSqjub`z`llhjfplvw`lnfqfploufPtfgjpkaqjfeozSfqpjbmpl#nv`k@fmwvqzgfsj`wp`lovnmpklvpjmdp`qjswpmf{w#wlafbqjmdnbssjmdqfujpfgiRvfqz+.tjgwk9wjwof!=wllowjsPf`wjlmgfpjdmpWvqhjpkzlvmdfq-nbw`k+~*+*8 avqmjmdlsfqbwfgfdqffpplvq`f>Qj`kbqg`olpfozsobpwj`fmwqjfp?,wq= `lolq9 vo#jg>!slppfppqloojmdskzpj`pebjojmdf{f`vwf`lmwfpwojmh#wlGfebvow?aq#,= 9#wqvf/`kbqwfqwlvqjpn`obppj`sql`ffgf{sobjm?,k2= lmojmf-<{no#ufkfosjmdgjbnlmgvpf#wkfbjqojmffmg#..=*-bwwq+qfbgfqpklpwjmd eeeeeeqfbojyfUjm`fmwpjdmbop#pq`>!,Sqlgv`wgfpsjwfgjufqpfwfoojmdSvaoj`#kfog#jmIlpfsk#wkfbwqfbeef`wp?pwzof=b#obqdfglfpm$wobwfq/#Fofnfmwebuj`lm`qfbwlqKvmdbqzBjqslqwpff#wkfpl#wkbwNj`kbfoPzpwfnpSqldqbnp/#bmg##tjgwk>f%rvlw8wqbgjmdofew!= sfqplmpDlogfm#Beebjqpdqbnnbqelqnjmdgfpwqlzjgfb#le`bpf#lelogfpw#wkjp#jp-pq`#>#`bqwllmqfdjpwq@lnnlmpNvpojnpTkbw#jpjm#nbmznbqhjmdqfufbopJmgffg/frvbooz,pklt\\blvwgllqfp`bsf+Bvpwqjbdfmfwj`pzpwfn/Jm#wkf#pjwwjmdKf#boplJpobmgpB`bgfnz \n\n?"..Gbmjfo#ajmgjmdaol`h!=jnslpfgvwjojyfBaqbkbn+f{`fswxtjgwk9svwwjmd*-kwno+\x7F\x7F#X^8 GBWBX#)hjw`kfmnlvmwfgb`wvbo#gjbof`wnbjmoz#\\aobmh$jmpwboof{sfqwpje+wzsfJw#bopl%`lsz8#!=Wfqnpalqm#jmLswjlmpfbpwfqmwbohjmd`lm`fqmdbjmfg#lmdljmdivpwjez`qjwj`peb`wlqzjwp#ltmbppbvowjmujwfgobpwjmdkjp#ltmkqfe>!,!#qfo>!gfufols`lm`fqwgjbdqbngloobqp`ovpwfqsks<jg>bo`lklo*8~*+*8vpjmd#b=?psbm=ufppfopqfujuboBggqfppbnbwfvqbmgqljgboofdfgjoomfpptbohjmd`fmwfqprvbojeznbw`kfpvmjejfgf{wjm`wGfefmpfgjfg#jm \n?"..#`vpwlnpojmhjmdOjwwof#Allh#lefufmjmdnjm-ip<bqf#wkfhlmwbhwwlgbz$p-kwno!#wbqdfw>tfbqjmdBoo#Qjd8 ~*+*8qbjpjmd#Bopl/#`qv`jbobalvw!=gf`obqf..= ?p`ejqfel{bp#nv`kbssojfpjmgf{/#p/#avw#wzsf#># ?"..wltbqgpQf`lqgpSqjubwfElqfjdmSqfnjfq`klj`fpUjqwvboqfwvqmp@lnnfmwSltfqfgjmojmf8slufqwz`kbnafqOjujmd#ulovnfpBmwklmzoldjm!#QfobwfgF`lmlnzqfb`kfp`vwwjmddqbujwzojef#jm@kbswfq.pkbgltMlwbaof?,wg= #qfwvqmpwbgjvntjgdfwpubqzjmdwqbufopkfog#aztkl#bqftlqh#jmeb`vowzbmdvobqtkl#kbgbjqslqwwltm#le Plnf#$`oj`h$`kbqdfphfztlqgjw#tjoo`jwz#le+wkjp*8Bmgqft#vmjrvf#`kf`hfglq#nlqf033s{8#qfwvqm8qpjlm>!sovdjmptjwkjm#kfqpfoePwbwjlmEfgfqboufmwvqfsvaojpkpfmw#wlwfmpjlmb`wqfpp`lnf#wlejmdfqpGvhf#lesflsof/f{soljwtkbw#jpkbqnlmzb#nbilq!9!kwwsjm#kjp#nfmv!= nlmwkozleej`fq`lvm`jodbjmjmdfufm#jmPvnnbqzgbwf#leolzbowzejwmfppbmg#tbpfnsfqlqpvsqfnfPf`lmg#kfbqjmdQvppjbmolmdfpwBoafqwbobwfqbopfw#le#pnboo!=-bssfmggl#tjwkefgfqboabmh#leafmfbwkGfpsjwf@bsjwbodqlvmgp*/#bmg#sfq`fmwjw#eqln`olpjmd`lmwbjmJmpwfbgejewffmbp#tfoo-zbkll-qfpslmgejdkwfqlap`vqfqfeof`wlqdbmj`>#Nbwk-fgjwjmdlmojmf#sbggjmdb#tkloflmfqqlqzfbq#lefmg#le#abqqjfqtkfm#jwkfbgfq#klnf#leqfpvnfgqfmbnfgpwqlmd=kfbwjmdqfwbjmp`olvgeqtbz#le#Nbq`k#2hmltjmdjm#sbqwAfwtffmofpplmp`olpfpwujqwvboojmhp!=`qlppfgFMG#..=ebnlvp#btbqgfgOj`fmpfKfbowk#ebjqoz#tfbowkznjmjnboBeqj`bm`lnsfwfobafo!=pjmdjmdebqnfqpAqbpjo*gjp`vppqfsob`fDqfdlqzelmw#`lsvqpvfgbssfbqpnbhf#vsqlvmgfgalwk#leaol`hfgpbt#wkfleej`fp`lolvqpje+gl`vtkfm#kffmelq`fsvpk+evBvdvpw#VWE.;!=Ebmwbpzjm#nlpwjmivqfgVpvboozebqnjmd`olpvqflaif`w#gfefm`fvpf#le#Nfgj`bo?algz= fujgfmwaf#vpfghfz@lgfpj{wffmJpobnj` 333333fmwjqf#tjgfoz#b`wjuf#+wzsflelmf#`bm`lolq#>psfbhfqf{wfmgpSkzpj`pwfqqbjm?walgz=evmfqboujftjmdnjggof#`qj`hfwsqlskfwpkjewfggl`wlqpQvppfoo#wbqdfw`lnsb`wbodfaqbpl`jbo.avoh#lenbm#bmg?,wg= #kf#ofew*-ubo+*ebopf*8oldj`boabmhjmdklnf#wlmbnjmd#Bqjylmb`qfgjwp*8 ~*8 elvmgfqjm#wvqm@loojmpafelqf#Avw#wkf`kbqdfgWjwof!=@bswbjmpsfoofgdlggfppWbd#..=Bggjmd9avw#tbpQf`fmw#sbwjfmwab`h#jm>ebopf%Ojm`lomtf#hmlt@lvmwfqIvgbjpnp`qjsw#bowfqfg$^*8 ##kbp#wkfvm`ofbqFufmw$/alwk#jmmlw#boo ?"..#sob`jmdkbqg#wl#`fmwfqplqw#le`ojfmwppwqffwpAfqmbqgbppfqwpwfmg#wlebmwbpzgltm#jmkbqalvqEqffglniftfoqz,balvw--pfbq`kofdfmgpjp#nbgfnlgfqm#lmoz#lmlmoz#wljnbdf!#ojmfbq#sbjmwfqbmg#mlwqbqfoz#b`qlmzngfojufqpklqwfq33%bns8bp#nbmztjgwk>!,)#?"X@wjwof#>le#wkf#oltfpw#sj`hfg#fp`bsfgvpfp#lesflsofp#Svaoj`Nbwwkftwb`wj`pgbnbdfgtbz#elqobtp#lefbpz#wl#tjmgltpwqlmd##pjnsof~`bw`k+pfufmwkjmelal{tfmw#wlsbjmwfg`jwjyfmJ#glm$wqfwqfbw-#Plnf#tt-!*8 alnajmdnbjowl9nbgf#jm-#Nbmz#`bqqjfp\x7F\x7Fx~8tjtlqh#lepzmlmzngfefbwpebulqfglswj`bosbdfWqbvmofpp#pfmgjmdofew!=?`lnP`lqBoo#wkfiRvfqz-wlvqjpw@obppj`ebopf!#Tjokfonpvavqapdfmvjmfajpklsp-psojw+dolabo#elooltpalgz#lemlnjmbo@lmwb`wpf`vobqofew#wl`kjfeoz.kjggfm.abmmfq?,oj= -#Tkfm#jm#alwkgjpnjppF{solqfbotbzp#ujb#wkfpsb/]lotfoebqfqvojmd#bqqbmdf`bswbjmkjp#plmqvof#lekf#wllhjwpfoe/>3%bns8+`boofgpbnsofpwl#nbhf`ln,sbdNbqwjm#Hfmmfgzb``fswpevoo#lekbmgofgAfpjgfp,,..=?,baof#wlwbqdfwpfppfm`fkjn#wl#jwp#az#`lnnlm-njmfqbowl#wbhftbzp#wlp-lqd,obgujpfgsfmbowzpjnsof9je#wkfzOfwwfqpb#pklqwKfqafqwpwqjhfp#dqlvsp-ofmdwkeojdkwplufqobspoltoz#ofppfq#pl`jbo#?,s= \n\njw#jmwlqbmhfg#qbwf#levo= ##bwwfnswsbjq#lenbhf#jwHlmwbhwBmwlmjlkbujmd#qbwjmdp#b`wjufpwqfbnpwqbssfg!*-`pp+klpwjofofbg#wlojwwof#dqlvsp/Sj`wvqf..= #qltp>!#laif`wjmufqpf?ellwfq@vpwlnU=?_,p`qploujmd@kbnafqpobufqztlvmgfgtkfqfbp">#$vmgelq#boosbqwoz#.qjdkw9Bqbajbmab`hfg#`fmwvqzvmjw#lenlajof.Fvqlsf/jp#klnfqjph#legfpjqfg@ojmwlm`lpw#lebdf#le#af`lnf#mlmf#les%rvlw8Njggof#fbg$*X3@qjwj`ppwvgjlp=%`lsz8dqlvs!=bppfnaonbhjmd#sqfppfgtjgdfw-sp9!#<#qfavjowaz#plnfElqnfq#fgjwlqpgfobzfg@bmlmj`kbg#wkfsvpkjmd`obpp>!avw#bqfsbqwjboAbazolmalwwln#`bqqjfq@lnnbmgjwp#vpfBp#tjwk`lvqpfpb#wkjqggfmlwfpbopl#jmKlvpwlm13s{8!=b``vpfgglvaof#dlbo#leEbnlvp#*-ajmg+sqjfpwp#Lmojmfjm#Ivozpw#(#!d`lmpvowgf`jnbokfosevoqfujufgjp#ufqzq$($jswolpjmd#efnbofpjp#boplpwqjmdpgbzp#lebqqjuboevwvqf#?laif`welq`jmdPwqjmd+!#,= \n\nkfqf#jpfm`lgfg-##Wkf#aboollmglmf#az,`lnnlmad`lolqobt#le#Jmgjbmbbuljgfgavw#wkf1s{#0s{irvfqz-bewfq#bsloj`z-nfm#bmgellwfq.>#wqvf8elq#vpfp`qffm-Jmgjbm#jnbdf#>ebnjoz/kwws9,,#%maps8gqjufqpfwfqmbopbnf#bpmlwj`fgujftfqp~*+*8 #jp#nlqfpfbplmpelqnfq#wkf#mftjp#ivpw`lmpfmw#Pfbq`ktbp#wkftkz#wkfpkjssfgaq=?aq=tjgwk9#kfjdkw>nbgf#le`vjpjmfjp#wkbwb#ufqz#Bgnjqbo#ej{fg8mlqnbo#NjppjlmSqfpp/#lmwbqjl`kbqpfwwqz#wl#jmubgfg>!wqvf!psb`jmdjp#nlpwb#nlqf#wlwboozeboo#le~*8 ##jnnfmpfwjnf#jmpfw#lvwpbwjpezwl#ejmggltm#wlolw#le#Sobzfqpjm#Ivmfrvbmwvnmlw#wkfwjnf#wlgjpwbmwEjmmjpkpq`#>#+pjmdof#kfos#leDfqnbm#obt#bmgobafofgelqfpwp`llhjmdpsb`f!=kfbgfq.tfoo#bpPwbmofzaqjgdfp,dolabo@qlbwjb#Balvw#X3^8 ##jw/#bmgdqlvsfgafjmd#b*xwkqltkf#nbgfojdkwfqfwkj`boEEEEEE!alwwln!ojhf#b#fnsolzpojuf#jmbp#pffmsqjmwfqnlpw#leva.ojmhqfif`wpbmg#vpfjnbdf!=pv``ffgeffgjmdMv`ofbqjmelqnbwl#kfosTlnfm$pMfjwkfqNf{j`bmsqlwfjm?wbaof#az#nbmzkfbowkzobtpvjwgfujpfg-svpk+xpfoofqppjnsoz#Wkqlvdk-`llhjf#Jnbdf+logfq!=vp-ip!=#Pjm`f#vmjufqpobqdfq#lsfm#wl"..#fmgojfp#jm$^*8 ##nbqhfwtkl#jp#+!GLN@lnbmbdfglmf#elqwzsfle#Hjmdglnsqlejwpsqlslpfwl#pklt`fmwfq8nbgf#jwgqfppfgtfqf#jmnj{wvqfsqf`jpfbqjpjmdpq`#>#$nbhf#b#pf`vqfgAbswjpwulwjmd# \n\nubq#Nbq`k#1dqft#vs@ojnbwf-qfnlufphjoofgtbz#wkf?,kfbg=eb`f#leb`wjmd#qjdkw!=wl#tlqhqfgv`fpkbp#kbgfqf`wfgpklt+*8b`wjlm>allh#lebm#bqfb>>#!kww?kfbgfq ?kwno=`lmelqneb`jmd#`llhjf-qfoz#lmklpwfg#-`vpwlnkf#tfmwavw#elqpsqfbg#Ebnjoz#b#nfbmplvw#wkfelqvnp-ellwbdf!=Nlajo@ofnfmwp!#jg>!bp#kjdkjmwfmpf..=?"..efnbof#jp#pffmjnsojfgpfw#wkfb#pwbwfbmg#kjpebpwfpwafpjgfpavwwlm\\alvmgfg!=?jnd#Jmelal{fufmwp/b#zlvmdbmg#bqfMbwjuf#`kfbsfqWjnflvwbmg#kbpfmdjmfptlm#wkf+nlpwozqjdkw9#ejmg#b#.alwwlnSqjm`f#bqfb#lenlqf#lepfbq`k\\mbwvqf/ofdboozsfqjlg/obmg#lelq#tjwkjmgv`fgsqlujmdnjppjofol`boozBdbjmpwwkf#tbzh%rvlw8s{8!= svpkfg#babmglmmvnfqbo@fqwbjmJm#wkjpnlqf#jmlq#plnfmbnf#jpbmg/#jm`qltmfgJPAM#3.`qfbwfpL`wlafqnbz#mlw`fmwfq#obwf#jmGfefm`ffmb`wfgtjpk#wlaqlbgoz`llojmdlmolbg>jw-#Wkfqf`lufqNfnafqpkfjdkw#bppvnfp?kwno= sflsof-jm#lmf#>tjmgltellwfq\\b#dllg#qfhobnblwkfqp/wl#wkjp\\`llhjfsbmfo!=Olmglm/gfejmfp`qvpkfgabswjpn`lbpwbopwbwvp#wjwof!#nluf#wlolpw#jmafwwfq#jnsojfpqjuboqzpfqufqp#PzpwfnSfqkbspfp#bmg#`lmwfmgeoltjmdobpwfg#qjpf#jmDfmfpjpujft#leqjpjmd#pffn#wlavw#jm#ab`hjmdkf#tjoodjufm#bdjujmd#`jwjfp-eolt#le#Obwfq#boo#avwKjdktbzlmoz#azpjdm#lekf#glfpgjeefqpabwwfqz%bns8obpjmdofpwkqfbwpjmwfdfqwbhf#lmqfevpfg`boofg#>VP%bnsPff#wkfmbwjufpaz#wkjppzpwfn-kfbg#le9klufq/ofpajbmpvqmbnfbmg#boo`lnnlm,kfbgfq\\\\sbqbnpKbqubqg,sj{fo-qfnlubopl#olmdqlof#leiljmwozphzp`qbVmj`lgfaq#,= Bwobmwbmv`ofvp@lvmwz/svqfoz#`lvmw!=fbpjoz#avjog#blm`oj`hb#djufmsljmwfqk%rvlw8fufmwp#fopf#x gjwjlmpmlt#wkf/#tjwk#nbm#tkllqd,Tfalmf#bmg`buboqzKf#gjfgpfbwwof33/333#xtjmgltkbuf#wlje+tjmgbmg#jwpplofoz#n%rvlw8qfmftfgGfwqljwbnlmdpwfjwkfq#wkfn#jmPfmbwlqVp?,b=?Hjmd#leEqbm`jp.sqlgv`kf#vpfgbqw#bmgkjn#bmgvpfg#azp`lqjmdbw#klnfwl#kbufqfobwfpjajojwzeb`wjlmAveebolojmh!=?tkbw#kfeqff#wl@jwz#le`lnf#jmpf`wlqp`lvmwfglmf#gbzmfqulvpprvbqf#~8je+dljm#tkbwjnd!#bojp#lmozpfbq`k,wvfpgbzollpfozPlolnlmpf{vbo#.#?b#kqnfgjvn!GL#MLW#Eqbm`f/tjwk#b#tbq#bmgpf`lmg#wbhf#b#= nbqhfw-kjdktbzglmf#jm`wjujwz!obpw!=laojdfgqjpf#wl!vmgfejnbgf#wl#Fbqoz#sqbjpfgjm#jwp#elq#kjpbwkofwfIvsjwfqZbkll"#wfqnfg#pl#nbmzqfbooz#p-#Wkf#b#tlnbm<ubovf>gjqf`w#qjdkw!#aj`z`ofb`jmd>!gbz#bmgpwbwjmdQbwkfq/kjdkfq#Leej`f#bqf#mltwjnfp/#tkfm#b#sbz#elqlm#wkjp.ojmh!=8alqgfqbqlvmg#bmmvbo#wkf#Mftsvw#wkf-`ln!#wbhjm#wlb#aqjfe+jm#wkfdqlvsp-8#tjgwkfmyznfppjnsof#jm#obwfxqfwvqmwkfqbszb#sljmwabmmjmdjmhp!= +*8!#qfb#sob`f_v330@bbalvw#bwq= \n\n``lvmw#djufp#b?P@QJSWQbjotbzwkfnfp,wlloal{AzJg+!{kvnbmp/tbw`kfpjm#plnf#je#+tj`lnjmd#elqnbwp#Vmgfq#avw#kbpkbmgfg#nbgf#azwkbm#jmefbq#legfmlwfg,jeqbnfofew#jmulowbdfjm#fb`kb%rvlw8abpf#leJm#nbmzvmgfqdlqfdjnfpb`wjlm#?,s= ?vpwlnUb8%dw8?,jnslqwplq#wkbwnlpwoz#%bns8qf#pjyf>!?,b=?,kb#`obppsbppjufKlpw#>#TkfwkfqefqwjofUbqjlvp>X^8+ev`bnfqbp,=?,wg=b`wp#bpJm#plnf= ?"lqdbmjp#?aq#,=Afjijmd`bwbo/Lgfvwp`kfvqlsfvfvphbqbdbfjodfpufmphbfpsb/]bnfmpbifvpvbqjlwqbabiln/E{j`ls/Mdjmbpjfnsqfpjpwfnbl`wvaqfgvqbmwfb/]bgjqfnsqfpbnlnfmwlmvfpwqlsqjnfqbwqbu/Epdqb`jbpmvfpwqbsql`fplfpwbglp`bojgbgsfqplmbm/Vnfqlb`vfqgln/Vpj`bnjfnaqllefqwbpbodvmlpsb/Apfpfifnsolgfqf`klbgfn/Mpsqjubglbdqfdbqfmob`fpslpjaofklwfofppfujoobsqjnfql/Vowjnlfufmwlpbq`kjul`vowvqbnvifqfpfmwqbgbbmvm`jlfnabqdlnfq`bgldqbmgfpfpwvgjlnfilqfpefaqfqlgjpf/]lwvqjpnl`/_gjdlslqwbgbfpsb`jlebnjojbbmwlmjlsfqnjwfdvbqgbqbodvmbpsqf`jlpbodvjfmpfmwjglujpjwbpw/Awvol`lml`fqpfdvmgl`lmpfileqbm`jbnjmvwlppfdvmgbwfmfnlpfef`wlpn/Mobdbpfpj/_mqfujpwbdqbmbgb`lnsqbqjmdqfpldbq`/Abb``j/_mf`vbglqrvjfmfpjm`ovplgfafq/Mnbwfqjbklnaqfpnvfpwqbslgq/Abnb/]bmb/Vowjnbfpwbnlplej`jbowbnajfmmjmd/Vmpbovglpslgfnlpnfilqbqslpjwjlmavpjmfppklnfsbdfpf`vqjwzobmdvbdfpwbmgbqg`bnsbjdmefbwvqfp`bwfdlqzf{wfqmbo`kjogqfmqfpfqufgqfpfbq`kf{`kbmdfebulqjwfwfnsobwfnjojwbqzjmgvpwqzpfquj`fpnbwfqjbosqlgv`wpy.jmgf{9`lnnfmwpplewtbqf`lnsofwf`bofmgbqsobwelqnbqwj`ofpqfrvjqfgnlufnfmwrvfpwjlmavjogjmdslojwj`pslppjaofqfojdjlmskzpj`boeffgab`hqfdjpwfqsj`wvqfpgjpbaofgsqlwl`lobvgjfm`fpfwwjmdpb`wjujwzfofnfmwpofbqmjmdbmzwkjmdbapwqb`wsqldqfpplufqujftnbdbyjmff`lmlnj`wqbjmjmdsqfppvqfubqjlvp#?pwqlmd=sqlsfqwzpklssjmdwldfwkfqbgubm`fgafkbujlqgltmolbgefbwvqfgellwaboopfof`wfgObmdvbdfgjpwbm`fqfnfnafqwqb`hjmdsbpptlqgnlgjejfgpwvgfmwpgjqf`wozejdkwjmdmlqwkfqmgbwbabpfefpwjuboaqfbhjmdol`bwjlmjmwfqmfwgqlsgltmsqb`wj`ffujgfm`fevm`wjlmnbqqjbdfqfpslmpfsqlaofnpmfdbwjufsqldqbnpbmbozpjpqfofbpfgabmmfq!=svq`kbpfsloj`jfpqfdjlmbo`qfbwjufbqdvnfmwallhnbqhqfefqqfq`kfnj`bogjujpjlm`booab`hpfsbqbwfsqlif`wp`lmeoj`wkbqgtbqfjmwfqfpwgfojufqznlvmwbjmlawbjmfg>#ebopf8elq+ubq#b``fswfg`bsb`jwz`lnsvwfqjgfmwjwzbjq`qbewfnsolzfgsqlslpfgglnfpwj`jm`ovgfpsqlujgfgklpsjwboufqwj`bo`loobspfbssqlb`ksbqwmfqpoldl!=?bgbvdkwfqbvwklq!#`vowvqboebnjojfp,jnbdfp,bppfnaozsltfqevowfb`kjmdejmjpkfggjpwqj`w`qjwj`bo`dj.ajm,svqslpfpqfrvjqfpfof`wjlmaf`lnjmdsqlujgfpb`bgfnj`f{fq`jpfb`wvbooznfgj`jmf`lmpwbmwb``jgfmwNbdbyjmfgl`vnfmwpwbqwjmdalwwln!=lapfqufg9#%rvlw8f{wfmgfgsqfujlvpPlewtbqf`vpwlnfqgf`jpjlmpwqfmdwkgfwbjofgpojdkwozsobmmjmdwf{wbqfb`vqqfm`zfufqzlmfpwqbjdkwwqbmpefqslpjwjufsqlgv`fgkfqjwbdfpkjssjmdbaplovwfqf`fjufgqfofubmwavwwlm!#ujlofm`fbmztkfqfafmfejwpobvm`kfgqf`fmwozboojbm`felooltfgnvowjsofavoofwjmjm`ovgfgl``vqqfgjmwfqmbo\'+wkjp*-qfsvaoj`=?wq=?wg`lmdqfppqf`lqgfgvowjnbwfplovwjlm?vo#jg>!gjp`lufqKlnf?,b=tfapjwfpmfwtlqhpbowklvdkfmwjqfoznfnlqjbonfppbdfp`lmwjmvfb`wjuf!=plnftkbwuj`wlqjbTfpwfqm##wjwof>!Ol`bwjlm`lmwqb`wujpjwlqpGltmolbgtjwklvw#qjdkw!= nfbpvqfptjgwk#>#ubqjbaofjmuloufgujqdjmjbmlqnboozkbssfmfgb``lvmwppwbmgjmdmbwjlmboQfdjpwfqsqfsbqfg`lmwqlopb``vqbwfajqwkgbzpwqbwfdzleej`jbodqbskj`p`qjnjmboslppjaoz`lmpvnfqSfqplmbopsfbhjmdubojgbwfb`kjfufg-isd!#,=nb`kjmfp?,k1= ##hfztlqgpeqjfmgozaqlwkfqp`lnajmfglqjdjmbo`lnslpfgf{sf`wfgbgfrvbwfsbhjpwbmeloolt!#ubovbaof?,obafo=qfobwjufaqjmdjmdjm`qfbpfdlufqmlqsovdjmp,Ojpw#le#Kfbgfq!=!#mbnf>!#+%rvlw8dqbgvbwf?,kfbg= `lnnfq`fnbobzpjbgjqf`wlqnbjmwbjm8kfjdkw9p`kfgvof`kbmdjmdab`h#wl#`bwkloj`sbwwfqmp`lolq9# dqfbwfpwpvssojfpqfojbaof?,vo= \n\n?pfof`w#`jwjyfmp`olwkjmdtbw`kjmd?oj#jg>!psf`jej``bqqzjmdpfmwfm`f?`fmwfq=`lmwqbpwwkjmhjmd`bw`k+f*plvwkfqmNj`kbfo#nfq`kbmw`bqlvpfosbggjmd9jmwfqjlq-psojw+!ojybwjlmL`wlafq#*xqfwvqmjnsqlufg..%dw8 `lufqbdf`kbjqnbm-smd!#,=pvaif`wpQj`kbqg#tkbwfufqsqlabaozqf`lufqzabpfabooivgdnfmw`lmmf`w--`pp!#,=#tfapjwfqfslqwfggfebvow!,=?,b= fof`wqj`p`lwobmg`qfbwjlmrvbmwjwz-#JPAM#3gjg#mlw#jmpwbm`f.pfbq`k.!#obmd>!psfbhfqp@lnsvwfq`lmwbjmpbq`kjufpnjmjpwfqqfb`wjlmgjp`lvmwJwbojbml`qjwfqjbpwqlmdoz9#$kwws9$p`qjsw$`lufqjmdleefqjmdbssfbqfgAqjwjpk#jgfmwjezEb`fallhmvnfqlvpufkj`ofp`lm`fqmpBnfqj`bmkbmgojmdgju#jg>!Tjoojbn#sqlujgfq\\`lmwfmwb``vqb`zpf`wjlm#bmgfqplmeof{jaof@bwfdlqzobtqfm`f?p`qjsw=obzlvw>!bssqlufg#nb{jnvnkfbgfq!=?,wbaof=Pfquj`fpkbnjowlm`vqqfmw#`bmbgjbm`kbmmfop,wkfnfp,,bqwj`oflswjlmboslqwvdboubovf>!!jmwfqubotjqfofppfmwjwofgbdfm`jfpPfbq`k!#nfbpvqfgwklvpbmgpsfmgjmd%kfoojs8mft#Gbwf!#pjyf>!sbdfMbnfnjggof!#!#,=?,b=kjggfm!=pfrvfm`fsfqplmbolufqeoltlsjmjlmpjoojmljpojmhp!= \n?wjwof=ufqpjlmppbwvqgbzwfqnjmbojwfnsqlsfmdjmffqpf`wjlmpgfpjdmfqsqlslpbo>!ebopf!Fpsb/]loqfofbpfppvanjw!#fq%rvlw8bggjwjlmpznswlnplqjfmwfgqfplvq`fqjdkw!=?sofbpvqfpwbwjlmpkjpwlqz-ofbujmd##alqgfq>`lmwfmwp`fmwfq!=- Plnf#gjqf`wfgpvjwbaofavodbqjb-pklt+*8gfpjdmfgDfmfqbo#`lm`fswpF{bnsofptjoojbnpLqjdjmbo!=?psbm=pfbq`k!=lsfqbwlqqfrvfpwpb#%rvlw8booltjmdGl`vnfmwqfujpjlm-# Wkf#zlvqpfoe@lmwb`w#nj`kjdbmFmdojpk#`lovnajbsqjlqjwzsqjmwjmdgqjmhjmdeb`jojwzqfwvqmfg@lmwfmw#leej`fqpQvppjbm#dfmfqbwf.;;6:.2!jmgj`bwfebnjojbq#rvbojwznbqdjm93#`lmwfmwujftslqw`lmwb`wp.wjwof!=slqwbaof-ofmdwk#fojdjaofjmuloufpbwobmwj`lmolbg>!gfebvow-pvssojfgsbznfmwpdolppbqz Bewfq#dvjgbm`f?,wg=?wgfm`lgjmdnjggof!=`bnf#wl#gjpsobzpp`lwwjpkilmbwkbmnbilqjwztjgdfwp-`ojmj`bowkbjobmgwfb`kfqp?kfbg= \nbeef`wfgpvsslqwpsljmwfq8wlPwqjmd?,pnboo=lhobklnbtjoo#af#jmufpwlq3!#bow>!klojgbzpQfplvq`foj`fmpfg#+tkj`k#-#Bewfq#`lmpjgfqujpjwjmdf{solqfqsqjnbqz#pfbq`k!#bmgqljg!rvj`hoz#nffwjmdpfpwjnbwf8qfwvqm#8`lolq9 #kfjdkw>bssqlubo/#%rvlw8#`kf`hfg-njm-ip!nbdmfwj`=?,b=?,kelqf`bpw-#Tkjof#wkvqpgbzgufqwjpf%fb`vwf8kbp@obppfubovbwflqgfqjmdf{jpwjmdsbwjfmwp#Lmojmf#`lolqbglLswjlmp!`bnsafoo?"..#fmg?,psbm=??aq#,= \\slsvsp\x7Fp`jfm`fp/%rvlw8#rvbojwz#Tjmgltp#bppjdmfgkfjdkw9#?a#`obppof%rvlw8#ubovf>!#@lnsbmzf{bnsofp?jeqbnf#afojfufpsqfpfmwpnbqpkboosbqw#le#sqlsfqoz*- Wkf#wb{lmlnznv`k#le#?,psbm= !#gbwb.pqwvdv/Fpp`qlooWl#sqlif`w?kfbg= bwwlqmfzfnskbpjppslmplqpebm`zal{tlqog$p#tjogojef`kf`hfg>pfppjlmpsqldqbnns{8elmw.#Sqlif`wilvqmbopafojfufgub`bwjlmwklnsplmojdkwjmdbmg#wkf#psf`jbo#alqgfq>3`kf`hjmd?,walgz=?avwwlm#@lnsofwf`ofbqej{ ?kfbg= bqwj`of#?pf`wjlmejmgjmdpqlof#jm#slsvobq##L`wlafqtfapjwf#f{slpvqfvpfg#wl##`kbmdfplsfqbwfg`oj`hjmdfmwfqjmd`lnnbmgpjmelqnfg#mvnafqp##?,gju=`qfbwjmdlmPvanjwnbqzobmg`loofdfpbmbozwj`ojpwjmdp`lmwb`w-olddfgJmbgujplqzpjaojmdp`lmwfmw!p%rvlw8*p-#Wkjp#sb`hbdfp`kf`hal{pvddfpwpsqfdmbmwwlnlqqltpsb`jmd>j`lm-smdibsbmfpf`lgfabpfavwwlm!=dbnaojmdpv`k#bp#/#tkjof#?,psbm=#njpplvqjpslqwjmdwls92s{#-?,psbm=wfmpjlmptjgwk>!1obyzolbgmlufnafqvpfg#jm#kfjdkw>!`qjsw!= %maps8?,?wq=?wg#kfjdkw91,sqlgv`w`lvmwqz#jm`ovgf#ellwfq!#%ow8"..#wjwof!=?,irvfqz-?,elqn= +\vBl\bQ\x7F*+\vUmGx*kqubwphjjwbojbmlqln/Nm(ow/Pqh/Kf4K4]4C5dwbnaj/Emmlwj`jbpnfmpbifpsfqplmbpgfqf`klpmb`jlmbopfquj`jl`lmwb`wlvpvbqjlpsqldqbnbdlajfqmlfnsqfpbpbmvm`jlpubofm`jb`lolnajbgfpsv/Epgfslqwfpsqlzf`wlsqlgv`wls/Vaoj`lmlplwqlpkjpwlqjbsqfpfmwfnjoolmfpnfgjbmwfsqfdvmwbbmwfqjlqqf`vqplpsqlaofnbpbmwjbdlmvfpwqlplsjmj/_mjnsqjnjqnjfmwqbpbn/Eqj`bufmgfglqpl`jfgbgqfpsf`wlqfbojybqqfdjpwqlsbobaqbpjmwfq/Epfmwlm`fpfpsf`jbonjfnaqlpqfbojgbg`/_qglabybqbdlybs/Mdjmbppl`jbofpaolrvfbqdfpwj/_mborvjofqpjpwfnbp`jfm`jbp`lnsofwlufqpj/_m`lnsofwbfpwvgjlps/Vaoj`blaifwjulboj`bmwfavp`bglq`bmwjgbgfmwqbgbpb``jlmfpbq`kjulppvsfqjlqnbzlq/Abbofnbmjbevm`j/_m/Vowjnlpkb`jfmglbrvfoolpfgj`j/_mefqmbmglbnajfmwfeb`fallhmvfpwqbp`ojfmwfpsql`fplpabpwbmwfsqfpfmwbqfslqwbq`lmdqfplsvaoj`bq`lnfq`jl`lmwqbwli/_ufmfpgjpwqjwlw/E`mj`b`lmivmwlfmfqd/Abwqbabibqbpwvqjbpqf`jfmwfvwjojybqalofw/Ampboubglq`lqqf`wbwqbabilpsqjnfqlpmfdl`jlpojafqwbggfwboofpsbmwboobsq/_{jnlbonfq/Abbmjnbofprvj/Emfp`lqby/_mpf``j/_mavp`bmglls`jlmfpf{wfqjlq`lm`fswlwlgbu/Abdbofq/Abfp`qjajqnfgj`jmboj`fm`jb`lmpvowbbpsf`wlp`q/Awj`bg/_obqfpivpwj`jbgfafq/Mmsfq/Alglmf`fpjwbnbmwfmfqsfrvf/]lqf`jajgbwqjavmbowfmfqjef`bm`j/_m`bmbqjbpgfp`bqdbgjufqplpnboolq`bqfrvjfqfw/E`mj`lgfafq/Abujujfmgbejmbmybpbgfobmwfevm`jlmb`lmpfilpgje/A`jo`jvgbgfpbmwjdvbpbubmybgbw/Eqnjmlvmjgbgfpp/Mm`kfy`bnsb/]bplewlmj`qfujpwbp`lmwjfmfpf`wlqfpnlnfmwlpeb`vowbg`q/Egjwlgjufqpbppvsvfpwleb`wlqfppfdvmglpsfrvf/]b<_<R<X<\\<Y=m<W<T<Y=m=n=`<]=g<W<R<]=g=n=`=a=n<R<P<y=m<W<T=n<R<_<R<P<Y<Q=c<^=m<Y=i=a=n<R<U<X<\\<Z<Y<]=g<W<T<_<R<X=o<X<Y<Q=`=a=n<R=n<]=g<W<\\=m<Y<]=c<R<X<T<Q=m<Y<]<Y<Q<\\<X<R=m<\\<U=n=h<R=n<R<Q<Y<_<R=m<^<R<T=m<^<R<U<T<_=l=g=n<R<Z<Y<^=m<Y<P=m<^<R=b<W<T=d=`=a=n<T=i<S<R<V<\\<X<Q<Y<U<X<R<P<\\<P<T=l<\\<W<T<]<R=n<Y<P=o=i<R=n=c<X<^=o=i=m<Y=n<T<W=b<X<T<X<Y<W<R<P<T=l<Y=n<Y<]=c=m<^<R<Y<^<T<X<Y=k<Y<_<R=a=n<T<P=m=k<Y=n=n<Y<P=g=j<Y<Q=g=m=n<\\<W<^<Y<X=`=n<Y<P<Y<^<R<X=g=n<Y<]<Y<^=g=d<Y<Q<\\<P<T=n<T<S<\\=n<R<P=o<S=l<\\<^<W<T=j<\\<R<X<Q<\\<_<R<X=g<[<Q<\\=b<P<R<_=o<X=l=o<_<^=m<Y<U<T<X<Y=n<V<T<Q<R<R<X<Q<R<X<Y<W<\\<X<Y<W<Y=m=l<R<V<T=b<Q=c<^<Y=m=`<y=m=n=`=l<\\<[<\\<Q<\\=d<T4K5h5h5k4K5h4F5f4@5i5f4U4B4K4Y4E4K5h4\\5f4U5h5f5k4@4C5f4C4K5h4N5j4K5h4]4C4F4A5o5i4Y5m4A4E5o4K5j4F4K5h5h5f5f5o5d5j4X4D5o4E5m5f5k4K4D5j4K4F4A5d4K4M4O5o4G4]4B5h4K5h4K5h4A4D4C5h5f5h4C4]5d4_4K4Z4V4[4F5o5d5j5k5j4K5o4_4K4A4E5j4K4C5f4K5h4[4D4U5h5f5o4X5o4]4K5f5i5o5j5i5j5k4K4X4]5o4E4]4J5f4_5j4X5f4[5i4K4\\4K4K5h5m5j4X4D4K4D4F4U4D4]4]4A5i4E5o4K5m4E5f5n5d5h5i4]5o4^5o5h5i4E4O4A5i4C5n5h4D5f5f4U5j5f4Y5d4]4E4[4]5f5n4X4K4]5o4@5d4K5h4O4B4]5e5i4U5j4K4K4D4A4G4U4]5d4Z4D4X5o5h5i4_4@5h4D5j4K5j4B4K5h4C5o4F4K4D5o5h5f4E4D4C5d5j4O5f4Z4K5f5d4@4C5m4]5f5n5o4F4D4F4O5m4Z5h5i4[4D4B4K5o4G4]4D4K4]5o4K5m4Z5h4K4A5h5e5j5m4_5k4O5f4K5i4]4C5d4C4O5j5k4K4C5f5j4K4K5h4K5j5i4U4]4Z4F4U5h5i4C4K4B5h5i5i5o5j\x07\x07\x07\x07\0\x07\x07\0\v\n \b\r\f\f\r\b \n\v\0\v\v\v\v\0\x07qfplvq`fp`lvmwqjfprvfpwjlmpfrvjsnfmw`lnnvmjwzbubjobaofkjdkojdkwGWG,{kwnonbqhfwjmdhmltofgdfplnfwkjmd`lmwbjmfqgjqf`wjlmpvap`qjafbgufqwjpf`kbqb`wfq!#ubovf>!?,pfof`w=Bvpwqbojb!#`obpp>!pjwvbwjlmbvwklqjwzelooltjmdsqjnbqjozlsfqbwjlm`kboofmdfgfufolsfgbmlmznlvpevm`wjlm#evm`wjlmp`lnsbmjfppwqv`wvqfbdqffnfmw!#wjwof>!slwfmwjbofgv`bwjlmbqdvnfmwppf`lmgbqz`lszqjdkwobmdvbdfpf{`ovpjuf`lmgjwjlm?,elqn= pwbwfnfmwbwwfmwjlmAjldqbskz~#fopf#x plovwjlmptkfm#wkf#Bmbozwj`pwfnsobwfpgbmdfqlvppbwfoojwfgl`vnfmwpsvaojpkfqjnslqwbmwsqlwlwzsfjmeovfm`f%qbrvl8?,feef`wjufdfmfqboozwqbmpelqnafbvwjevowqbmpslqwlqdbmjyfgsvaojpkfgsqlnjmfmwvmwjo#wkfwkvnambjoMbwjlmbo#-el`vp+*8lufq#wkf#njdqbwjlmbmmlvm`fgellwfq!= f{`fswjlmofpp#wkbmf{sfmpjufelqnbwjlmeqbnftlqhwfqqjwlqzmgj`bwjlm`vqqfmwoz`obppMbnf`qjwj`jpnwqbgjwjlmfopftkfqfBof{bmgfqbssljmwfgnbwfqjbopaqlbg`bpwnfmwjlmfgbeejojbwf?,lswjlm=wqfbwnfmwgjeefqfmw,gfebvow-Sqfpjgfmwlm`oj`h>!ajldqbskzlwkfqtjpfsfqnbmfmwEqbm/KbjpKlooztllgf{sbmpjlmpwbmgbqgp?,pwzof= qfgv`wjlmGf`fnafq#sqfefqqfg@bnaqjgdflsslmfmwpAvpjmfpp#`lmevpjlm= ?wjwof=sqfpfmwfgf{sobjmfgglfp#mlw#tlqogtjgfjmwfqeb`fslpjwjlmpmftpsbsfq?,wbaof= nlvmwbjmpojhf#wkf#fppfmwjboejmbm`jbopfof`wjlmb`wjlm>!,babmglmfgFgv`bwjlmsbqpfJmw+pwbajojwzvmbaof#wl?,wjwof= qfobwjlmpMlwf#wkbwfeej`jfmwsfqelqnfgwtl#zfbqpPjm`f#wkfwkfqfelqftqbssfq!=bowfqmbwfjm`qfbpfgAbwwof#lesfq`fjufgwqzjmd#wlmf`fppbqzslqwqbzfgfof`wjlmpFojybafwk?,jeqbnf=gjp`lufqzjmpvqbm`fp-ofmdwk8ofdfmgbqzDfldqbskz`bmgjgbwf`lqslqbwfplnfwjnfppfquj`fp-jmkfqjwfg?,pwqlmd=@lnnvmjwzqfojdjlvpol`bwjlmp@lnnjwwffavjogjmdpwkf#tlqogml#olmdfqafdjmmjmdqfefqfm`f`bmmlw#afeqfrvfm`zwzsj`boozjmwl#wkf#qfobwjuf8qf`lqgjmdsqfpjgfmwjmjwjboozwf`kmjrvfwkf#lwkfqjw#`bm#aff{jpwfm`fvmgfqojmfwkjp#wjnfwfofsklmfjwfnp`lsfsqb`wj`fpbgubmwbdf*8qfwvqm#Elq#lwkfqsqlujgjmdgfnl`qb`zalwk#wkf#f{wfmpjufpveefqjmdpvsslqwfg`lnsvwfqp#evm`wjlmsqb`wj`bopbjg#wkbwjw#nbz#afFmdojpk?,eqln#wkf#p`kfgvofggltmolbgp?,obafo= pvpsf`wfgnbqdjm9#3psjqjwvbo?,kfbg= nj`qlplewdqbgvboozgjp`vppfgkf#af`bnff{f`vwjufirvfqz-ipklvpfklog`lmejqnfgsvq`kbpfgojwfqboozgfpwqlzfgvs#wl#wkfubqjbwjlmqfnbjmjmdjw#jp#mlw`fmwvqjfpIbsbmfpf#bnlmd#wkf`lnsofwfgbodlqjwknjmwfqfpwpqfafoojlmvmgfejmfgfm`lvqbdfqfpjybaofjmuloujmdpfmpjwjufvmjufqpbosqlujpjlm+bowklvdkefbwvqjmd`lmgv`wfg*/#tkj`k#`lmwjmvfg.kfbgfq!=Efaqvbqz#mvnfqlvp#lufqeolt9`lnslmfmweqbdnfmwpf{`foofmw`lopsbm>!wf`kmj`bomfbq#wkf#Bgubm`fg#plvq`f#lef{sqfppfgKlmd#Hlmd#Eb`fallhnvowjsof#nf`kbmjpnfofubwjlmleefmpjuf?,elqn= \npslmplqfggl`vnfmw-lq#%rvlw8wkfqf#bqfwklpf#tklnlufnfmwpsql`fppfpgjeej`vowpvanjwwfgqf`lnnfmg`lmujm`fgsqlnlwjmd!#tjgwk>!-qfsob`f+`obppj`bo`lbojwjlmkjp#ejqpwgf`jpjlmpbppjpwbmwjmgj`bwfgfulovwjlm.tqbssfq!fmlvdk#wlbolmd#wkfgfojufqfg..= ?"..Bnfqj`bm#sqlwf`wfgMlufnafq#?,pwzof=?evqmjwvqfJmwfqmfw##lmaovq>!pvpsfmgfgqf`jsjfmwabpfg#lm#Nlqflufq/balojpkfg`loof`wfgtfqf#nbgffnlwjlmbofnfqdfm`zmbqqbwjufbgul`bwfps{8alqgfq`lnnjwwfggjq>!owq!fnsolzffpqfpfbq`k-#pfof`wfgpv``fpplq`vpwlnfqpgjpsobzfgPfswfnafqbgg@obpp+Eb`fallh#pvddfpwfgbmg#obwfqlsfqbwjmdfobalqbwfPlnfwjnfpJmpwjwvwf`fqwbjmozjmpwboofgelooltfqpIfqvpbofnwkfz#kbuf`lnsvwjmddfmfqbwfgsqlujm`fpdvbqbmwffbqajwqbqzqf`ldmjyftbmwfg#wls{8tjgwk9wkflqz#leafkbujlvqTkjof#wkffpwjnbwfgafdbm#wl#jw#af`bnfnbdmjwvgfnvpw#kbufnlqf#wkbmGjqf`wlqzf{wfmpjlmpf`qfwbqzmbwvqboozl``vqqjmdubqjbaofpdjufm#wkfsobwelqn-?,obafo=?ebjofg#wl`lnslvmgphjmgp#le#pl`jfwjfpbolmdpjgf#..%dw8 plvwktfpwwkf#qjdkwqbgjbwjlmnbz#kbuf#vmfp`bsf+pslhfm#jm!#kqfe>!,sqldqbnnflmoz#wkf#`lnf#eqlngjqf`wlqzavqjfg#jmb#pjnjobqwkfz#tfqf?,elmw=?,Mlqtfdjbmpsf`jejfgsqlgv`jmdsbppfmdfq+mft#Gbwfwfnslqbqzej`wjlmboBewfq#wkffrvbwjlmpgltmolbg-qfdvobqozgfufolsfqbaluf#wkfojmhfg#wlskfmlnfmbsfqjlg#lewllowjs!=pvapwbm`fbvwlnbwj`bpsf`w#leBnlmd#wkf`lmmf`wfgfpwjnbwfpBjq#Elq`fpzpwfn#lelaif`wjufjnnfgjbwfnbhjmd#jwsbjmwjmdp`lmrvfqfgbqf#pwjoosql`fgvqfdqltwk#lekfbgfg#azFvqlsfbm#gjujpjlmpnlof`vofpeqbm`kjpfjmwfmwjlmbwwqb`wfg`kjogkllgbopl#vpfggfgj`bwfgpjmdbslqfgfdqff#leebwkfq#le`lmeoj`wp?,b=?,s= `bnf#eqlntfqf#vpfgmlwf#wkbwqf`fjujmdF{f`vwjuffufm#nlqfb``fpp#wl`lnnbmgfqSlojwj`bonvpj`jbmpgfoj`jlvpsqjplmfqpbgufmw#leVWE.;!#,=?"X@GBWBX!=@lmwb`wPlvwkfqm#ad`lolq>!pfqjfp#le-#Jw#tbp#jm#Fvqlsfsfqnjwwfgubojgbwf-bssfbqjmdleej`jboppfqjlvpoz.obmdvbdfjmjwjbwfgf{wfmgjmdolmd.wfqnjmeobwjlmpv`k#wkbwdfw@llhjfnbqhfg#az?,avwwlm=jnsofnfmwavw#jw#jpjm`qfbpfpgltm#wkf#qfrvjqjmdgfsfmgfmw..= ?"..#jmwfqujftTjwk#wkf#`lsjfp#le`lmpfmpvptbp#avjowUfmfyvfob+elqnfqozwkf#pwbwfsfqplmmfopwqbwfdj`ebulvq#lejmufmwjlmTjhjsfgjb`lmwjmfmwujqwvbooztkj`k#tbpsqjm`jsof@lnsofwf#jgfmwj`bopklt#wkbwsqjnjwjufbtbz#eqlnnlof`vobqsqf`jpfozgjpploufgVmgfq#wkfufqpjlm>!=%maps8?,Jw#jp#wkf#Wkjp#jp#tjoo#kbuflqdbmjpnpplnf#wjnfEqjfgqj`ktbp#ejqpwwkf#lmoz#eb`w#wkbwelqn#jg>!sqf`fgjmdWf`kmj`boskzpj`jpwl``vqp#jmmbujdbwlqpf`wjlm!=psbm#jg>!plvdkw#wlafolt#wkfpvqujujmd~?,pwzof=kjp#gfbwkbp#jm#wkf`bvpfg#azsbqwjboozf{jpwjmd#vpjmd#wkftbp#djufmb#ojpw#leofufop#lemlwjlm#leLeej`jbo#gjpnjppfgp`jfmwjpwqfpfnaofpgvsoj`bwff{solpjufqf`lufqfgboo#lwkfqdboofqjfpxsbggjmd9sflsof#leqfdjlm#lebggqfppfpbppl`jbwfjnd#bow>!jm#nlgfqmpklvog#afnfwklg#leqfslqwjmdwjnfpwbnsmffgfg#wlwkf#Dqfbwqfdbqgjmdpffnfg#wlujftfg#bpjnsb`w#lmjgfb#wkbwwkf#Tlqogkfjdkw#lef{sbmgjmdWkfpf#bqf`vqqfmw!=`bqfevooznbjmwbjmp`kbqdf#le@obppj`bobggqfppfgsqfgj`wfgltmfqpkjs?gju#jg>!qjdkw!= qfpjgfm`fofbuf#wkf`lmwfmw!=bqf#lewfm##~*+*8 sqlabaoz#Sqlefpplq.avwwlm!#qfpslmgfgpbzp#wkbwkbg#wl#afsob`fg#jmKvmdbqjbmpwbwvp#lepfqufp#bpVmjufqpbof{f`vwjlmbddqfdbwfelq#tkj`kjmef`wjlmbdqffg#wlkltfufq/#slsvobq!=sob`fg#lm`lmpwqv`wfof`wlqbopznalo#lejm`ovgjmdqfwvqm#wlbq`kjwf`w@kqjpwjbmsqfujlvp#ojujmd#jmfbpjfq#wlsqlefpplq %ow8"..#feef`w#lebmbozwj`ptbp#wbhfmtkfqf#wkfwllh#lufqafojfe#jmBeqjhbbmpbp#ebq#bpsqfufmwfgtlqh#tjwkb#psf`jbo?ejfogpfw@kqjpwnbpQfwqjfufg Jm#wkf#ab`h#jmwlmlqwkfbpwnbdbyjmfp=?pwqlmd=`lnnjwwffdlufqmjmddqlvsp#lepwlqfg#jmfpwbaojpkb#dfmfqbojwp#ejqpwwkfjq#ltmslsvobwfgbm#laif`w@bqjaafbmboolt#wkfgjpwqj`wptjp`lmpjmol`bwjlm-8#tjgwk9#jmkbajwfgPl`jbojpwIbmvbqz#2?,ellwfq=pjnjobqoz`klj`f#lewkf#pbnf#psf`jej`#avpjmfpp#Wkf#ejqpw-ofmdwk8#gfpjqf#wlgfbo#tjwkpjm`f#wkfvpfqBdfmw`lm`fjufgjmgf{-sksbp#%rvlw8fmdbdf#jmqf`fmwoz/eft#zfbqptfqf#bopl ?kfbg= ?fgjwfg#azbqf#hmltm`jwjfp#jmb``fpphfz`lmgfnmfgbopl#kbufpfquj`fp/ebnjoz#leP`kllo#le`lmufqwfgmbwvqf#le#obmdvbdfnjmjpwfqp?,laif`w=wkfqf#jp#b#slsvobqpfrvfm`fpbgul`bwfgWkfz#tfqfbmz#lwkfqol`bwjlm>fmwfq#wkfnv`k#nlqfqfeof`wfgtbp#mbnfglqjdjmbo#b#wzsj`botkfm#wkfzfmdjmffqp`lvog#mlwqfpjgfmwptfgmfpgbzwkf#wkjqg#sqlgv`wpIbmvbqz#1tkbw#wkfzb#`fqwbjmqfb`wjlmpsql`fpplqbewfq#kjpwkf#obpw#`lmwbjmfg!=?,gju= ?,b=?,wg=gfsfmg#lmpfbq`k!= sjf`fp#le`lnsfwjmdQfefqfm`fwfmmfppfftkj`k#kbp#ufqpjlm>?,psbm=#??,kfbgfq=djufp#wkfkjpwlqjbmubovf>!!=sbggjmd93ujft#wkbwwldfwkfq/wkf#nlpw#tbp#elvmgpvapfw#lebwwb`h#lm`kjogqfm/sljmwp#lesfqplmbo#slpjwjlm9boofdfgoz@ofufobmgtbp#obwfqbmg#bewfqbqf#djufmtbp#pwjoop`qloojmdgfpjdm#lenbhfp#wkfnv`k#ofppBnfqj`bmp- Bewfq#/#avw#wkfNvpfvn#leolvjpjbmb+eqln#wkfnjmmfplwbsbqwj`ofpb#sql`fppGlnjmj`bmulovnf#leqfwvqmjmdgfefmpjuf33s{\x7Fqjdknbgf#eqlnnlvpflufq!#pwzof>!pwbwfp#le+tkj`k#jp`lmwjmvfpEqbm`jp`lavjogjmd#tjwklvw#btjwk#plnftkl#tlvogb#elqn#leb#sbqw#leafelqf#jwhmltm#bp##Pfquj`fpol`bwjlm#bmg#lewfmnfbpvqjmdbmg#jw#jpsbsfqab`hubovfp#le ?wjwof=>#tjmglt-gfwfqnjmffq%rvlw8#sobzfg#azbmg#fbqoz?,`fmwfq=eqln#wkjpwkf#wkqffsltfq#bmgle#%rvlw8jmmfqKWNO?b#kqfe>!z9jmojmf8@kvq`k#lewkf#fufmwufqz#kjdkleej`jbo#.kfjdkw9#`lmwfmw>!,`dj.ajm,wl#`qfbwfbeqjhbbmpfpsfqbmwleqbm/Kbjpobwujf)Mvojfwvuj)_(`f)Mwjmb(af)Mwjmb\fUh\fT{\fTN\n{I\np@Fr\vBl\bQ\x7F A{\vUmGx A{ypYA\0zX\bTV\bWl\bUdBM\vB{\npV\v@xB\\\np@DbGz al\npa fM uD\bV~mx\vQ}\ndS p\\\bVK\bS]\bU|oD kV\ved\vHR\nb~M`\nJpoD|Q\nLPSw\bTl\nAI\nxC\bWt BqF`Cm\vLm Kx }t\bPv\ny\\\naB V\x7F\nZdXUli fr i@ BHBDBV `V\n[] p_ Tn\n~A\nxR uD `{\bV@ Tn HK AJ\vxsZf\nqIZf\vBM\v|j }t\bSM\nmC\vQ}pfquj`jlpbqw/A`volbqdfmwjmbabq`folmb`vborvjfqsvaoj`bglsqlgv`wlpslo/Awj`bqfpsvfpwbtjhjsfgjbpjdvjfmwfa/Vprvfgb`lnvmjgbgpfdvqjgbgsqjm`jsbosqfdvmwbp`lmwfmjglqfpslmgfqufmfyvfobsqlaofnbpgj`jfnaqfqfob`j/_mmlujfnaqfpjnjobqfpsqlzf`wlpsqldqbnbpjmpwjwvwlb`wjujgbgfm`vfmwqbf`lmln/Abjn/Mdfmfp`lmwb`wbqgfp`bqdbqmf`fpbqjlbwfm`j/_mwfo/Eelml`lnjpj/_m`bm`jlmfp`bsb`jgbgfm`lmwqbqbm/Mojpjpebulqjwlpw/Eqnjmlpsqlujm`jbfwjrvfwbpfofnfmwlpevm`jlmfpqfpvowbgl`bq/M`wfqsqlsjfgbgsqjm`jsjlmf`fpjgbgnvmj`jsbo`qfb`j/_mgfp`bqdbpsqfpfm`jb`lnfq`jbolsjmjlmfpfifq`j`jlfgjwlqjbopbobnbm`bdlmy/Mofygl`vnfmwlsfo/A`vobqf`jfmwfpdfmfqbofpwbqqbdlmbsq/M`wj`bmlufgbgfpsqlsvfpwbsb`jfmwfpw/E`mj`bplaifwjulp`lmwb`wlp\fHB\fIk\fHn\fH^\fHS\fHc\fHU\fId\fHn\fH{\fHC\fHR\fHT\fHR\fHI\fHc\fHY\fHn\fH\\\fHU\fIk\fHy\fIg\fHd\fHy\fIm\fHw\fH\\\fHU\fHR\fH@\fHR\fHJ\fHy\fHU\fHR\fHT\fHA\fIl\fHU\fIm\fHc\fH\\\fHU\fIl\fHB\fId\fHn\fHJ\fHS\fHD\fH@\fHR\fHHgjsolgl`p\fHT\fHB\fHC\fH\\\fIn\fHF\fHD\fHR\fHB\fHF\fHH\fHR\fHG\fHS\fH\\\fHx\fHT\fHH\fHH\fH\\\fHU\fH^\fIg\fH{\fHU\fIm\fHj\fH@\fHR\fH\\\fHJ\fIk\fHZ\fHU\fIm\fHd\fHz\fIk\fH^\fHC\fHJ\fHS\fHy\fHR\fHB\fHY\fIk\fH@\fHH\fIl\fHD\fH@\fIl\fHv\fHB\fI`\fHH\fHT\fHR\fH^\fH^\fIk\fHz\fHp\fIe\fH@\fHB\fHJ\fHJ\fHH\fHI\fHR\fHD\fHU\fIl\fHZ\fHU\fH\\\fHi\fH^\fH{\fHy\fHA\fIl\fHD\fH{\fH\\\fHF\fHR\fHT\fH\\\fHR\fHH\fHy\fHS\fHc\fHe\fHT\fIk\fH{\fHC\fIl\fHU\fIn\fHm\fHj\fH{\fIk\fHs\fIl\fHB\fHz\fIg\fHp\fHy\fHR\fH\\\fHi\fHA\fIl\fH{\fHC\fIk\fHH\fIm\fHB\fHY\fIg\fHs\fHJ\fIk\fHn\fHi\fH{\fH\\\fH|\fHT\fIk\fHB\fIk\fH^\fH^\fH{\fHR\fHU\fHR\fH^\fHf\fHF\fH\\\fHv\fHR\fH\\\fH|\fHT\fHR\fHJ\fIk\fH\\\fHp\fHS\fHT\fHJ\fHS\fH^\fH@\fHn\fHJ\fH@\fHD\fHR\fHU\fIn\fHn\fH^\fHR\fHz\fHp\fIl\fHH\fH@\fHs\fHD\fHB\fHS\fH^\fHk\fHT\fIk\fHj\fHD\fIk\fHD\fHC\fHR\fHy\fIm\fH^\fH^\fIe\fH{\fHA\fHR\fH{\fH\\\fIk\fH^\fHp\fH{\fHU\fH\\\fHR\fHB\fH^\fH{\fIk\fHF\fIk\fHp\fHU\fHR\fHI\fHk\fHT\fIl\fHT\fHU\fIl\fHy\fH^\fHR\fHL\fIl\fHy\fHU\fHR\fHm\fHJ\fIn\fH\\\fHH\fHU\fHH\fHT\fHR\fHH\fHC\fHR\fHJ\fHj\fHC\fHR\fHF\fHR\fHy\fHy\fI`\fHD\fHZ\fHR\fHB\fHJ\fIk\fHz\fHC\fHU\fIl\fH\\\fHR\fHC\fHz\fIm\fHJ\fH^\fH{\fIl`bwfdlqjfpf{sfqjfm`f?,wjwof= @lszqjdkw#ibubp`qjsw`lmgjwjlmpfufqzwkjmd?s#`obpp>!wf`kmloldzab`hdqlvmg?b#`obpp>!nbmbdfnfmw%`lsz8#132ibubP`qjsw`kbqb`wfqpaqfbg`qvnawkfnpfoufpklqjylmwbodlufqmnfmw@bojelqmjbb`wjujwjfpgjp`lufqfgMbujdbwjlmwqbmpjwjlm`lmmf`wjlmmbujdbwjlmbssfbqbm`f?,wjwof=?n`kf`hal{!#wf`kmjrvfpsqlwf`wjlmbssbqfmwozbp#tfoo#bpvmw$/#$VB.qfplovwjlmlsfqbwjlmpwfofujpjlmwqbmpobwfgTbpkjmdwlmmbujdbwlq-#>#tjmglt-jnsqfppjlm%ow8aq%dw8ojwfqbwvqfslsvobwjlmad`lolq>! fpsf`jbooz#`lmwfmw>!sqlgv`wjlmmftpofwwfqsqlsfqwjfpgfejmjwjlmofbgfqpkjsWf`kmloldzSbqojbnfmw`lnsbqjplmvo#`obpp>!-jmgf{Le+!`lm`ovpjlmgjp`vppjlm`lnslmfmwpajloldj`boQfulovwjlm\\`lmwbjmfqvmgfqpwllgmlp`qjsw=?sfqnjppjlmfb`k#lwkfqbwnlpskfqf#lmel`vp>!?elqn#jg>!sql`fppjmdwkjp-ubovfdfmfqbwjlm@lmefqfm`fpvapfrvfmwtfoo.hmltmubqjbwjlmpqfsvwbwjlmskfmlnfmlmgjp`jsojmfoldl-smd!#+gl`vnfmw/alvmgbqjfpf{sqfppjlmpfwwofnfmwAb`hdqlvmglvw#le#wkffmwfqsqjpf+!kwwsp9!#vmfp`bsf+!sbpptlqg!#gfnl`qbwj`?b#kqfe>!,tqbssfq!= nfnafqpkjsojmdvjpwj`s{8sbggjmdskjolplskzbppjpwbm`fvmjufqpjwzeb`jojwjfpqf`ldmjyfgsqfefqfm`fje#+wzsflenbjmwbjmfgul`bavobqzkzslwkfpjp-pvanjw+*8%bns8maps8bmmlwbwjlmafkjmg#wkfElvmgbwjlmsvaojpkfq!bppvnswjlmjmwqlgv`fg`lqqvswjlmp`jfmwjpwpf{soj`jwozjmpwfbg#legjnfmpjlmp#lm@oj`h>!`lmpjgfqfggfsbqwnfmwl``vsbwjlmpllm#bewfqjmufpwnfmwsqlmlvm`fgjgfmwjejfgf{sfqjnfmwNbmbdfnfmwdfldqbskj`!#kfjdkw>!ojmh#qfo>!-qfsob`f+,gfsqfppjlm`lmefqfm`fsvmjpknfmwfojnjmbwfgqfpjpwbm`fbgbswbwjlmlsslpjwjlmtfoo#hmltmpvssofnfmwgfwfqnjmfgk2#`obpp>!3s{8nbqdjmnf`kbmj`bopwbwjpwj`p`fofaqbwfgDlufqmnfmw Gvqjmd#wgfufolsfqpbqwjej`jbofrvjubofmwlqjdjmbwfg@lnnjppjlmbwwb`knfmw?psbm#jg>!wkfqf#tfqfMfgfqobmgpafzlmg#wkfqfdjpwfqfgilvqmbojpweqfrvfmwozboo#le#wkfobmd>!fm!#?,pwzof= baplovwf8#pvsslqwjmdf{wqfnfoz#nbjmpwqfbn?,pwqlmd=#slsvobqjwzfnsolznfmw?,wbaof= #`lopsbm>!?,elqn= ##`lmufqpjlmbalvw#wkf#?,s=?,gju=jmwfdqbwfg!#obmd>!fmSlqwvdvfpfpvapwjwvwfjmgjujgvbojnslppjaofnvowjnfgjbbonlpw#boos{#plojg# bsbqw#eqlnpvaif`w#wljm#Fmdojpk`qjwj`jyfgf{`fsw#elqdvjgfojmfplqjdjmboozqfnbqhbaofwkf#pf`lmgk1#`obpp>!?b#wjwof>!+jm`ovgjmdsbqbnfwfqpsqlkjajwfg>#!kwws9,,gj`wjlmbqzsfq`fswjlmqfulovwjlmelvmgbwjlms{8kfjdkw9pv``fppevopvsslqwfqpnjoofmmjvnkjp#ebwkfqwkf#%rvlw8ml.qfsfbw8`lnnfq`jbojmgvpwqjbofm`lvqbdfgbnlvmw#le#vmleej`jbofeej`jfm`zQfefqfm`fp`llqgjmbwfgjp`objnfqf{sfgjwjlmgfufolsjmd`bo`vobwfgpjnsojejfgofdjwjnbwfpvapwqjmd+3!#`obpp>!`lnsofwfozjoovpwqbwfejuf#zfbqpjmpwqvnfmwSvaojpkjmd2!#`obpp>!spz`kloldz`lmejgfm`fmvnafq#le#bapfm`f#leel`vpfg#lmiljmfg#wkfpwqv`wvqfpsqfujlvpoz=?,jeqbnf=lm`f#bdbjmavw#qbwkfqjnnjdqbmwple#`lvqpf/b#dqlvs#leOjwfqbwvqfVmojhf#wkf?,b=%maps8 evm`wjlm#jw#tbp#wkf@lmufmwjlmbvwlnlajofSqlwfpwbmwbddqfppjufbewfq#wkf#Pjnjobqoz/!#,=?,gju=`loof`wjlm evm`wjlmujpjajojwzwkf#vpf#leulovmwffqpbwwqb`wjlmvmgfq#wkf#wkqfbwfmfg)?"X@GBWBXjnslqwbm`fjm#dfmfqbowkf#obwwfq?,elqn= ?,-jmgf{Le+$j#>#38#j#?gjeefqfm`fgfulwfg#wlwqbgjwjlmppfbq`k#elqvowjnbwfozwlvqmbnfmwbwwqjavwfppl.`boofg#~ ?,pwzof=fubovbwjlmfnskbpjyfgb``fppjaof?,pf`wjlm=pv``fppjlmbolmd#tjwkNfbmtkjof/jmgvpwqjfp?,b=?aq#,=kbp#af`lnfbpsf`wp#leWfofujpjlmpveej`jfmwabphfwabooalwk#pjgfp`lmwjmvjmdbm#bqwj`of?jnd#bow>!bgufmwvqfpkjp#nlwkfqnbm`kfpwfqsqjm`jsofpsbqwj`vobq`lnnfmwbqzfeef`wp#legf`jgfg#wl!=?pwqlmd=svaojpkfqpIlvqmbo#legjeej`vowzeb`jojwbwfb``fswbaofpwzof-`pp!\nevm`wjlm#jmmlubwjlm=@lszqjdkwpjwvbwjlmptlvog#kbufavpjmfppfpGj`wjlmbqzpwbwfnfmwplewfm#vpfgsfqpjpwfmwjm#Ibmvbqz`lnsqjpjmd?,wjwof= \ngjsolnbwj``lmwbjmjmdsfqelqnjmdf{wfmpjlmpnbz#mlw#af`lm`fsw#le#lm`oj`h>!Jw#jp#boplejmbm`jbo#nbhjmd#wkfOv{fnalvqdbggjwjlmbobqf#`boofgfmdbdfg#jm!p`qjsw!*8avw#jw#tbpfof`wqlmj`lmpvanjw>! ?"..#Fmg#fof`wqj`boleej`jboozpvddfpwjlmwls#le#wkfvmojhf#wkfBvpwqbojbmLqjdjmboozqfefqfm`fp ?,kfbg= qf`ldmjpfgjmjwjbojyfojnjwfg#wlBof{bmgqjbqfwjqfnfmwBgufmwvqfpelvq#zfbqp %ow8"..#jm`qfbpjmdgf`lqbwjlmk0#`obpp>!lqjdjmp#lelaojdbwjlmqfdvobwjlm`obppjejfg+evm`wjlm+bgubmwbdfpafjmd#wkf#kjpwlqjbmp?abpf#kqfeqfsfbwfgoztjoojmd#wl`lnsbqbaofgfpjdmbwfgmlnjmbwjlmevm`wjlmbojmpjgf#wkfqfufobwjlmfmg#le#wkfp#elq#wkf#bvwklqjyfgqfevpfg#wlwbhf#sob`fbvwlmlnlvp`lnsqlnjpfslojwj`bo#qfpwbvqbmwwtl#le#wkfEfaqvbqz#1rvbojwz#leptelaif`w-vmgfqpwbmgmfbqoz#bootqjwwfm#azjmwfqujftp!#tjgwk>!2tjwkgqbtboeolbw9ofewjp#vpvbooz`bmgjgbwfpmftpsbsfqpnzpwfqjlvpGfsbqwnfmwafpw#hmltmsbqojbnfmwpvssqfppfg`lmufmjfmwqfnfnafqfggjeefqfmw#pzpwfnbwj`kbp#ofg#wlsqlsbdbmgb`lmwqloofgjmeovfm`fp`fqfnlmjbosql`objnfgSqlwf`wjlmoj#`obpp>!P`jfmwjej``obpp>!ml.wqbgfnbqhpnlqf#wkbm#tjgfpsqfbgOjafqbwjlmwllh#sob`fgbz#le#wkfbp#olmd#bpjnsqjplmfgBggjwjlmbo ?kfbg= ?nObalqbwlqzMlufnafq#1f{`fswjlmpJmgvpwqjboubqjfwz#leeolbw9#ofeGvqjmd#wkfbppfppnfmwkbuf#affm#gfbop#tjwkPwbwjpwj`pl``vqqfm`f,vo=?,gju=`ofbqej{!=wkf#svaoj`nbmz#zfbqptkj`k#tfqflufq#wjnf/pzmlmznlvp`lmwfmw!= sqfpvnbaozkjp#ebnjozvpfqBdfmw-vmf{sf`wfgjm`ovgjmd#`kboofmdfgb#njmlqjwzvmgfejmfg!afolmdp#wlwbhfm#eqlnjm#L`wlafqslpjwjlm9#pbjg#wl#afqfojdjlvp#Efgfqbwjlm#qltpsbm>!lmoz#b#eftnfbmw#wkbwofg#wl#wkf..= ?gju#?ejfogpfw=Bq`kajpkls#`obpp>!mlafjmd#vpfgbssqlb`kfpsqjujofdfpmlp`qjsw= qfpvowp#jmnbz#af#wkfFbpwfq#fddnf`kbmjpnpqfbplmbaofSlsvobwjlm@loof`wjlmpfof`wfg!=mlp`qjsw=,jmgf{-sksbqqjubo#le.ippgh$**8nbmbdfg#wljm`lnsofwf`bpvbowjfp`lnsofwjlm@kqjpwjbmpPfswfnafq#bqjwknfwj`sql`fgvqfpnjdkw#kbufSqlgv`wjlmjw#bssfbqpSkjolplskzeqjfmgpkjsofbgjmd#wldjujmd#wkfwltbqg#wkfdvbqbmwffggl`vnfmwfg`lolq9 333ujgfl#dbnf`lnnjppjlmqfeof`wjmd`kbmdf#wkfbppl`jbwfgpbmp.pfqjelmhfzsqfpp8#sbggjmd9Kf#tbp#wkfvmgfqozjmdwzsj`booz#/#bmg#wkf#pq`Fofnfmwpv``fppjufpjm`f#wkf#pklvog#af#mfwtlqhjmdb``lvmwjmdvpf#le#wkfoltfq#wkbmpkltp#wkbw?,psbm= \n\n`lnsobjmwp`lmwjmvlvprvbmwjwjfpbpwqlmlnfqkf#gjg#mlwgvf#wl#jwpbssojfg#wlbm#bufqbdffeelqwp#wlwkf#evwvqfbwwfnsw#wlWkfqfelqf/`bsbajojwzQfsvaoj`bmtbp#elqnfgFof`wqlmj`hjolnfwfqp`kboofmdfpsvaojpkjmdwkf#elqnfqjmgjdfmlvpgjqf`wjlmppvapjgjbqz`lmpsjqb`zgfwbjop#lebmg#jm#wkfbeelqgbaofpvapwbm`fpqfbplm#elq`lmufmwjlmjwfnwzsf>!baplovwfozpvsslpfgozqfnbjmfg#bbwwqb`wjufwqbufoojmdpfsbqbwfozel`vpfp#lmfofnfmwbqzbssoj`baofelvmg#wkbwpwzofpkffwnbmvp`qjswpwbmgp#elq#ml.qfsfbw+plnfwjnfp@lnnfq`jbojm#Bnfqj`bvmgfqwbhfmrvbqwfq#lebm#f{bnsofsfqplmboozjmgf{-sks<?,avwwlm= sfq`fmwbdfafpw.hmltm`qfbwjmd#b!#gjq>!owqOjfvwfmbmw ?gju#jg>!wkfz#tlvogbajojwz#lenbgf#vs#lemlwfg#wkbw`ofbq#wkbwbqdvf#wkbwwl#bmlwkfq`kjogqfm$psvqslpf#leelqnvobwfgabpfg#vslmwkf#qfdjlmpvaif`w#lesbppfmdfqpslppfppjlm- Jm#wkf#Afelqf#wkfbewfqtbqgp`vqqfmwoz#b`qlpp#wkfp`jfmwjej``lnnvmjwz-`bsjwbojpnjm#Dfqnbmzqjdkw.tjmdwkf#pzpwfnPl`jfwz#leslojwj`jbmgjqf`wjlm9tfmw#lm#wlqfnlubo#le#Mft#Zlqh#bsbqwnfmwpjmgj`bwjlmgvqjmd#wkfvmofpp#wkfkjpwlqj`bokbg#affm#bgfejmjwjufjmdqfgjfmwbwwfmgbm`f@fmwfq#elqsqlnjmfm`fqfbgzPwbwfpwqbwfdjfpavw#jm#wkfbp#sbqw#le`lmpwjwvwf`objn#wkbwobalqbwlqz`lnsbwjaofebjovqf#le/#pv`k#bp#afdbm#tjwkvpjmd#wkf#wl#sqlujgfefbwvqf#leeqln#tkj`k,!#`obpp>!dfloldj`bopfufqbo#legfojafqbwfjnslqwbmw#klogp#wkbwjmd%rvlw8#ubojdm>wlswkf#Dfqnbmlvwpjgf#lemfdlwjbwfgkjp#`bqffqpfsbqbwjlmjg>!pfbq`ktbp#`boofgwkf#elvqwkqf`qfbwjlmlwkfq#wkbmsqfufmwjlmtkjof#wkf#fgv`bwjlm/`lmmf`wjmdb``vqbwfoztfqf#avjowtbp#hjoofgbdqffnfmwpnv`k#nlqf#Gvf#wl#wkftjgwk9#233plnf#lwkfqHjmdgln#lewkf#fmwjqfebnlvp#elqwl#`lmmf`wlaif`wjufpwkf#Eqfm`ksflsof#bmgefbwvqfg!=jp#pbjg#wlpwqv`wvqboqfefqfmgvnnlpw#lewfmb#pfsbqbwf.= ?gju#jg#Leej`jbo#tlqogtjgf-bqjb.obafowkf#sobmfwbmg#jw#tbpg!#ubovf>!ollhjmd#bwafmfej`jbobqf#jm#wkfnlmjwlqjmdqfslqwfgozwkf#nlgfqmtlqhjmd#lmbooltfg#wltkfqf#wkf#jmmlubwjuf?,b=?,gju=plvmgwqb`hpfbq`kElqnwfmg#wl#afjmsvw#jg>!lsfmjmd#leqfpwqj`wfgbglswfg#azbggqfppjmdwkfloldjbmnfwklgp#leubqjbmw#le@kqjpwjbm#ufqz#obqdfbvwlnlwjufaz#ebq#wkfqbmdf#eqlnsvqpvjw#leeloolt#wkfaqlvdkw#wljm#Fmdobmgbdqff#wkbwb``vpfg#le`lnfp#eqlnsqfufmwjmdgju#pwzof>kjp#lq#kfqwqfnfmglvpeqffgln#le`lm`fqmjmd3#2fn#2fn8Abphfwaboo,pwzof-`ppbm#fbqojfqfufm#bewfq,!#wjwof>!-`ln,jmgf{wbhjmd#wkfsjwwpavqdk`lmwfmw!=?p`qjsw=+ewvqmfg#lvwkbujmd#wkf?,psbm= #l``bpjlmboaf`bvpf#jwpwbqwfg#wlskzpj`booz=?,gju= ##`qfbwfg#az@vqqfmwoz/#ad`lolq>!wbajmgf{>!gjpbpwqlvpBmbozwj`p#bopl#kbp#b=?gju#jg>!?,pwzof= ?`boofg#elqpjmdfq#bmg-pq`#>#!,,ujlobwjlmpwkjp#sljmw`lmpwbmwozjp#ol`bwfgqf`lqgjmdpg#eqln#wkfmfgfqobmgpslqwvdv/Fp;N;};D;u;F5m4K4]4_7`gfpbqqlool`lnfmwbqjlfgv`b`j/_mpfswjfnaqfqfdjpwqbglgjqf``j/_mvaj`b`j/_msvaoj`jgbgqfpsvfpwbpqfpvowbglpjnslqwbmwfqfpfqubglpbqw/A`volpgjefqfmwfppjdvjfmwfpqfs/Vaoj`bpjwvb`j/_mnjmjpwfqjlsqjub`jgbggjqf`wlqjlelqnb`j/_mslaob`j/_msqfpjgfmwf`lmw','fmjglpb``fplqjlpwf`kmlqbwjsfqplmbofp`bwfdlq/Abfpsf`jbofpgjpslmjaofb`wvbojgbgqfefqfm`jbuboobglojgajaojlwf`bqfob`jlmfp`bofmgbqjlslo/Awj`bpbmwfqjlqfpgl`vnfmwlpmbwvqbofybnbwfqjbofpgjefqfm`jbf`lm/_nj`bwqbmpslqwfqlgq/Advfysbqwj`jsbqfm`vfmwqbmgjp`vpj/_mfpwqv`wvqbevmgb`j/_meqf`vfmwfpsfqnbmfmwfwlwbonfmwf<P<R<Z<Q<R<]=o<X<Y=n<P<R<Z<Y=n<^=l<Y<P=c=n<\\<V<Z<Y=k=n<R<]=g<]<R<W<Y<Y<R=k<Y<Q=`=a=n<R<_<R<V<R<_<X<\\<S<R=m<W<Y<^=m<Y<_<R=m<\\<U=n<Y=k<Y=l<Y<[<P<R<_=o=n=m<\\<U=n<\\<Z<T<[<Q<T<P<Y<Z<X=o<]=o<X=o=n<s<R<T=m<V<[<X<Y=m=`<^<T<X<Y<R=m<^=c<[<T<Q=o<Z<Q<R=m<^<R<Y<U<W=b<X<Y<U<S<R=l<Q<R<P<Q<R<_<R<X<Y=n<Y<U=m<^<R<T=i<S=l<\\<^<\\=n<\\<V<R<U<P<Y=m=n<R<T<P<Y<Y=n<Z<T<[<Q=`<R<X<Q<R<U<W=o=k=d<Y<S<Y=l<Y<X=k<\\=m=n<T=k<\\=m=n=`=l<\\<]<R=n<Q<R<^=g=i<S=l<\\<^<R=m<R<]<R<U<S<R=n<R<P<P<Y<Q<Y<Y=k<T=m<W<Y<Q<R<^=g<Y=o=m<W=o<_<R<V<R<W<R<Q<\\<[<\\<X=n<\\<V<R<Y=n<R<_<X<\\<S<R=k=n<T<s<R=m<W<Y=n<\\<V<T<Y<Q<R<^=g<U=m=n<R<T=n=n<\\<V<T=i=m=l<\\<[=o<M<\\<Q<V=n=h<R=l=o<P<v<R<_<X<\\<V<Q<T<_<T=m<W<R<^<\\<Q<\\=d<Y<U<Q<\\<U=n<T=m<^<R<T<P=m<^=c<[=`<W=b<]<R<U=k<\\=m=n<R=m=l<Y<X<T<v=l<R<P<Y<H<R=l=o<P=l=g<Q<V<Y=m=n<\\<W<T<S<R<T=m<V=n=g=m=c=k<P<Y=m=c=j=j<Y<Q=n=l=n=l=o<X<\\=m<\\<P=g=i=l=g<Q<V<\\<q<R<^=g<U=k<\\=m<R<^<P<Y=m=n<\\=h<T<W=`<P<P<\\=l=n<\\=m=n=l<\\<Q<P<Y=m=n<Y=n<Y<V=m=n<Q<\\=d<T=i<P<T<Q=o=n<T<P<Y<Q<T<T<P<Y=b=n<Q<R<P<Y=l<_<R=l<R<X=m<\\<P<R<P=a=n<R<P=o<V<R<Q=j<Y=m<^<R<Y<P<V<\\<V<R<U<|=l=i<T<^5i5j4F4C5e4I4]4_4K5h4]4_4K5h4E4K5h4U4K5i5o4F4D5k4K4D4]4K5i4@4K5h5f5d5i4K5h4Y5d4]4@4C5f4C4E4K5h4U4Z5d4I4Z4K5m4E4K5h5n4_5i4K5h4U4K4D4F4A5i5f5h5i5h5m4K4F5i5h4F5n5e4F4U4C5f5h4K5h4X4U4]4O4B4D4K4]4F4[5d5f4]4U5h5f5o5i4I4]5m4K5n4[5h4D4K4F4K5h5h4V4E4F4]4F5f4D4K5h5j4K4_4K5h4X5f4B5i5j4F4C5f4K5h4U4]4D4K5h5n4Y4Y4K5m5h4K5i4U5h5f5k4K4F4A4C5f4G4K5h5h5k5i4K5h4U5i5h5i5o4F4D4E5f5i5o5j5o4K5h4[5m5h5m5f4C5f5d4I4C4K4]4E4F4K4]5f4B4K5h4Y4A4E4F4_4@5f5h4K5h5d5n4F4U5j4C5i4K5i4C5f5j4E4F4Y5i5f5i4O4]4X5f5m4K5h4\\5f5j4U4]4D5f4E4D5d4K4D4E4O5h4U4K4D4K5h4_5m4]5i4X4K5o5h4F4U4K5h5e4K5h4O5d5h4K5h4_5j4E4@4K5i4U4E4K5h4Y4A5m4K5h4C5f5j5o5h5i4K4F4K5h4B4K4Y4K5h5i5h5m4O4U4Z4K4M5o4F4K4D4E4K5h4B5f4]4]4_4K4J5h4K5h5n5h4D4K5h4O4C4D5i5n4K4[4U5i4]4K4_5h5i5j4[5n4E4K5h5o4F4D4K5h4]4@5h4K4X4F4]5o4K5h5n4C5i5f4U4[5f5opAzWbdMbnf+-isd!#bow>!2s{#plojg# -dje!#bow>!wqbmpsbqfmwjmelqnbwjlmbssoj`bwjlm!#lm`oj`h>!fpwbaojpkfgbgufqwjpjmd-smd!#bow>!fmujqlmnfmwsfqelqnbm`fbssqlsqjbwf%bns8ngbpk8jnnfgjbwfoz?,pwqlmd=?,qbwkfq#wkbmwfnsfqbwvqfgfufolsnfmw`lnsfwjwjlmsob`fklogfqujpjajojwz9`lszqjdkw!=3!#kfjdkw>!fufm#wklvdkqfsob`fnfmwgfpwjmbwjlm@lqslqbwjlm?vo#`obpp>!Bppl`jbwjlmjmgjujgvbopsfqpsf`wjufpfwWjnflvw+vqo+kwws9,,nbwkfnbwj`pnbqdjm.wls9fufmwvbooz#gfp`qjswjlm*#ml.qfsfbw`loof`wjlmp-ISD\x7Fwkvna\x7Fsbqwj`jsbwf,kfbg=?algzeolbw9ofew8?oj#`obpp>!kvmgqfgp#le Kltfufq/#`lnslpjwjlm`ofbq9alwk8`llsfqbwjlmtjwkjm#wkf#obafo#elq>!alqgfq.wls9Mft#Yfbobmgqf`lnnfmgfgsklwldqbskzjmwfqfpwjmd%ow8pvs%dw8`lmwqlufqpzMfwkfqobmgpbowfqmbwjufnb{ofmdwk>!ptjwyfqobmgGfufolsnfmwfppfmwjbooz Bowklvdk#?,wf{wbqfb=wkvmgfqajqgqfsqfpfmwfg%bns8mgbpk8psf`vobwjlm`lnnvmjwjfpofdjpobwjlmfof`wqlmj`p \n?gju#jg>!joovpwqbwfgfmdjmffqjmdwfqqjwlqjfpbvwklqjwjfpgjpwqjavwfg5!#kfjdkw>!pbmp.pfqje8`bsbaof#le#gjpbssfbqfgjmwfqb`wjufollhjmd#elqjw#tlvog#afBedkbmjpwbmtbp#`qfbwfgNbwk-eollq+pvqqlvmgjmd`bm#bopl#aflapfqubwjlmnbjmwfmbm`ffm`lvmwfqfg?k1#`obpp>!nlqf#qf`fmwjw#kbp#affmjmubpjlm#le*-dfwWjnf+*evmgbnfmwboGfpsjwf#wkf!=?gju#jg>!jmpsjqbwjlmf{bnjmbwjlmsqfsbqbwjlmf{sobmbwjlm?jmsvw#jg>!?,b=?,psbm=ufqpjlmp#lejmpwqvnfmwpafelqf#wkf##>#$kwws9,,Gfp`qjswjlmqfobwjufoz#-pvapwqjmd+fb`k#le#wkff{sfqjnfmwpjmeovfmwjbojmwfdqbwjlmnbmz#sflsofgvf#wl#wkf#`lnajmbwjlmgl#mlw#kbufNjggof#Fbpw?mlp`qjsw=?`lszqjdkw!#sfqkbsp#wkfjmpwjwvwjlmjm#Gf`fnafqbqqbmdfnfmwnlpw#ebnlvpsfqplmbojwz`qfbwjlm#leojnjwbwjlmpf{`ovpjufozplufqfjdmwz.`lmwfmw!= ?wg#`obpp>!vmgfqdqlvmgsbqboofo#wlgl`wqjmf#lel``vsjfg#azwfqnjmloldzQfmbjppbm`fb#mvnafq#lepvsslqw#elqf{solqbwjlmqf`ldmjwjlmsqfgf`fpplq?jnd#pq`>!,?k2#`obpp>!svaoj`bwjlmnbz#bopl#afpsf`jbojyfg?,ejfogpfw=sqldqfppjufnjoojlmp#lepwbwfp#wkbwfmelq`fnfmwbqlvmg#wkf#lmf#bmlwkfq-sbqfmwMlgfbdqj`vowvqfBowfqmbwjufqfpfbq`kfqpwltbqgp#wkfNlpw#le#wkfnbmz#lwkfq#+fpsf`jbooz?wg#tjgwk>!8tjgwk9233&jmgfsfmgfmw?k0#`obpp>!#lm`kbmdf>!*-bgg@obpp+jmwfqb`wjlmLmf#le#wkf#gbvdkwfq#leb``fpplqjfpaqbm`kfp#le ?gju#jg>!wkf#obqdfpwgf`obqbwjlmqfdvobwjlmpJmelqnbwjlmwqbmpobwjlmgl`vnfmwbqzjm#lqgfq#wl!= ?kfbg= ?!#kfjdkw>!2b`qlpp#wkf#lqjfmwbwjlm*8?,p`qjsw=jnsofnfmwfg`bm#af#pffmwkfqf#tbp#bgfnlmpwqbwf`lmwbjmfq!=`lmmf`wjlmpwkf#Aqjwjpktbp#tqjwwfm"jnslqwbmw8s{8#nbqdjm.elooltfg#azbajojwz#wl#`lnsoj`bwfggvqjmd#wkf#jnnjdqbwjlmbopl#`boofg?k7#`obpp>!gjpwjm`wjlmqfsob`fg#azdlufqmnfmwpol`bwjlm#lejm#Mlufnafqtkfwkfq#wkf?,s= ?,gju=b`rvjpjwjlm`boofg#wkf#sfqpf`vwjlmgfpjdmbwjlmxelmw.pjyf9bssfbqfg#jmjmufpwjdbwff{sfqjfm`fgnlpw#ojhfoztjgfoz#vpfggjp`vppjlmpsqfpfm`f#le#+gl`vnfmw-f{wfmpjufozJw#kbp#affmjw#glfp#mlw`lmwqbqz#wljmkbajwbmwpjnsqlufnfmwp`klobqpkjs`lmpvnswjlmjmpwqv`wjlmelq#f{bnsoflmf#lq#nlqfs{8#sbggjmdwkf#`vqqfmwb#pfqjfp#lebqf#vpvboozqlof#jm#wkfsqfujlvpoz#gfqjubwjufpfujgfm`f#lef{sfqjfm`fp`lolqp`kfnfpwbwfg#wkbw`fqwjej`bwf?,b=?,gju= #pfof`wfg>!kjdk#p`klloqfpslmpf#wl`lnelqwbaofbglswjlm#lewkqff#zfbqpwkf#`lvmwqzjm#Efaqvbqzpl#wkbw#wkfsflsof#tkl#sqlujgfg#az?sbqbn#mbnfbeef`wfg#azjm#wfqnp#lebssljmwnfmwJPL.;;6:.2!tbp#alqm#jmkjpwlqj`bo#qfdbqgfg#bpnfbpvqfnfmwjp#abpfg#lm#bmg#lwkfq#9#evm`wjlm+pjdmjej`bmw`fofaqbwjlmwqbmpnjwwfg,ip,irvfqz-jp#hmltm#bpwkflqfwj`bo#wbajmgf{>!jw#`lvog#af?mlp`qjsw= kbujmd#affm ?kfbg= ?#%rvlw8Wkf#`lnsjobwjlmkf#kbg#affmsqlgv`fg#azskjolplskfq`lmpwqv`wfgjmwfmgfg#wlbnlmd#lwkfq`lnsbqfg#wlwl#pbz#wkbwFmdjmffqjmdb#gjeefqfmwqfefqqfg#wlgjeefqfm`fpafojfe#wkbwsklwldqbskpjgfmwjezjmdKjpwlqz#le#Qfsvaoj`#lemf`fppbqjozsqlabajojwzwf`kmj`boozofbujmd#wkfpsf`wb`vobqeqb`wjlm#lefof`wqj`jwzkfbg#le#wkfqfpwbvqbmwpsbqwmfqpkjsfnskbpjp#lmnlpw#qf`fmwpkbqf#tjwk#pbzjmd#wkbwejoofg#tjwkgfpjdmfg#wljw#jp#lewfm!=?,jeqbnf=bp#elooltp9nfqdfg#tjwkwkqlvdk#wkf`lnnfq`jbo#sljmwfg#lvwlsslqwvmjwzujft#le#wkfqfrvjqfnfmwgjujpjlm#lesqldqbnnjmdkf#qf`fjufgpfwJmwfqubo!=?,psbm=?,jm#Mft#Zlqhbggjwjlmbo#`lnsqfppjlm ?gju#jg>!jm`lqslqbwf8?,p`qjsw=?bwwb`kFufmwaf`bnf#wkf#!#wbqdfw>!\\`bqqjfg#lvwPlnf#le#wkfp`jfm`f#bmgwkf#wjnf#le@lmwbjmfq!=nbjmwbjmjmd@kqjpwlskfqNv`k#le#wkftqjwjmdp#le!#kfjdkw>!1pjyf#le#wkfufqpjlm#le#nj{wvqf#le#afwtffm#wkfF{bnsofp#lefgv`bwjlmbo`lnsfwjwjuf#lmpvanjw>!gjqf`wlq#legjpwjm`wjuf,GWG#[KWNO#qfobwjmd#wlwfmgfm`z#wlsqlujm`f#letkj`k#tlvoggfpsjwf#wkfp`jfmwjej`#ofdjpobwvqf-jmmfqKWNO#boofdbwjlmpBdqj`vowvqftbp#vpfg#jmbssqlb`k#wljmwfoojdfmwzfbqp#obwfq/pbmp.pfqjegfwfqnjmjmdSfqelqnbm`fbssfbqbm`fp/#tkj`k#jp#elvmgbwjlmpbaaqfujbwfgkjdkfq#wkbmp#eqln#wkf#jmgjujgvbo#`lnslpfg#lepvsslpfg#wl`objnp#wkbwbwwqjavwjlmelmw.pjyf92fofnfmwp#leKjpwlqj`bo#kjp#aqlwkfqbw#wkf#wjnfbmmjufqpbqzdlufqmfg#azqfobwfg#wl#vowjnbwfoz#jmmlubwjlmpjw#jp#pwjoo`bm#lmoz#afgfejmjwjlmpwlDNWPwqjmdB#mvnafq#lejnd#`obpp>!Fufmwvbooz/tbp#`kbmdfgl``vqqfg#jmmfjdkalqjmdgjpwjmdvjpktkfm#kf#tbpjmwqlgv`jmdwfqqfpwqjboNbmz#le#wkfbqdvfp#wkbwbm#Bnfqj`bm`lmrvfpw#letjgfpsqfbg#tfqf#hjoofgp`qffm#bmg#Jm#lqgfq#wlf{sf`wfg#wlgfp`fmgbmwpbqf#ol`bwfgofdjpobwjufdfmfqbwjlmp#ab`hdqlvmgnlpw#sflsofzfbqp#bewfqwkfqf#jp#mlwkf#kjdkfpweqfrvfmwoz#wkfz#gl#mlwbqdvfg#wkbwpkltfg#wkbwsqfglnjmbmwwkfloldj`boaz#wkf#wjnf`lmpjgfqjmdpklqw.ojufg?,psbm=?,b=`bm#af#vpfgufqz#ojwwoflmf#le#wkf#kbg#boqfbgzjmwfqsqfwfg`lnnvmj`bwfefbwvqfp#ledlufqmnfmw/?,mlp`qjsw=fmwfqfg#wkf!#kfjdkw>!0Jmgfsfmgfmwslsvobwjlmpobqdf.p`bof-#Bowklvdk#vpfg#jm#wkfgfpwqv`wjlmslppjajojwzpwbqwjmd#jmwtl#lq#nlqff{sqfppjlmppvalqgjmbwfobqdfq#wkbmkjpwlqz#bmg?,lswjlm= @lmwjmfmwbofojnjmbwjmdtjoo#mlw#afsqb`wj`f#lejm#eqlmw#lepjwf#le#wkffmpvqf#wkbwwl#`qfbwf#bnjppjppjssjslwfmwjboozlvwpwbmgjmdafwwfq#wkbmtkbw#jp#mltpjwvbwfg#jmnfwb#mbnf>!WqbgjwjlmbopvddfpwjlmpWqbmpobwjlmwkf#elqn#lebwnlpskfqj`jgfloldj`bofmwfqsqjpfp`bo`vobwjmdfbpw#le#wkfqfnmbmwp#lesovdjmpsbdf,jmgf{-sks<qfnbjmfg#jmwqbmpelqnfgKf#tbp#bopltbp#boqfbgzpwbwjpwj`bojm#ebulq#leNjmjpwqz#lenlufnfmw#leelqnvobwjlmjp#qfrvjqfg?ojmh#qfo>!Wkjp#jp#wkf#?b#kqfe>!,slsvobqjyfgjmuloufg#jmbqf#vpfg#wlbmg#pfufqbonbgf#az#wkfpffnp#wl#afojhfoz#wkbwSbofpwjmjbmmbnfg#bewfqjw#kbg#affmnlpw#`lnnlmwl#qfefq#wlavw#wkjp#jp`lmpf`vwjufwfnslqbqjozJm#dfmfqbo/`lmufmwjlmpwbhfp#sob`fpvagjujpjlmwfqqjwlqjbolsfqbwjlmbosfqnbmfmwoztbp#obqdfozlvwaqfbh#lejm#wkf#sbpwelooltjmd#b#{nomp9ld>!=?b#`obpp>!`obpp>!wf{w@lmufqpjlm#nbz#af#vpfgnbmveb`wvqfbewfq#afjmd`ofbqej{!= rvfpwjlm#letbp#fof`wfgwl#af`lnf#baf`bvpf#le#plnf#sflsofjmpsjqfg#azpv``fppevo#b#wjnf#tkfmnlqf#`lnnlmbnlmdpw#wkfbm#leej`jbotjgwk9233&8wf`kmloldz/tbp#bglswfgwl#hffs#wkfpfwwofnfmwpojuf#ajqwkpjmgf{-kwno!@lmmf`wj`vwbppjdmfg#wl%bns8wjnfp8b``lvmw#elqbojdm>qjdkwwkf#`lnsbmzbotbzp#affmqfwvqmfg#wljmuloufnfmwAf`bvpf#wkfwkjp#sfqjlg!#mbnf>!r!#`lmejmfg#wlb#qfpvow#leubovf>!!#,=jp#b`wvboozFmujqlmnfmw ?,kfbg= @lmufqpfoz/= ?gju#jg>!3!#tjgwk>!2jp#sqlabaozkbuf#af`lnf`lmwqloojmdwkf#sqlaofn`jwjyfmp#leslojwj`jbmpqfb`kfg#wkfbp#fbqoz#bp9mlmf8#lufq?wbaof#`fooubojgjwz#legjqf`woz#wllmnlvpfgltmtkfqf#jw#jptkfm#jw#tbpnfnafqp#le#qfobwjlm#wlb``lnnlgbwfbolmd#tjwk#Jm#wkf#obwfwkf#Fmdojpkgfoj`jlvp!=wkjp#jp#mlwwkf#sqfpfmwje#wkfz#bqfbmg#ejmboozb#nbwwfq#le \n?,gju= ?,p`qjsw=ebpwfq#wkbmnbilqjwz#lebewfq#tkj`k`lnsbqbwjufwl#nbjmwbjmjnsqluf#wkfbtbqgfg#wkffq!#`obpp>!eqbnfalqgfqqfpwlqbwjlmjm#wkf#pbnfbmbozpjp#lewkfjq#ejqpwGvqjmd#wkf#`lmwjmfmwbopfrvfm`f#leevm`wjlm+*xelmw.pjyf9#tlqh#lm#wkf?,p`qjsw= ?afdjmp#tjwkibubp`qjsw9`lmpwjwvfmwtbp#elvmgfgfrvjojaqjvnbppvnf#wkbwjp#djufm#azmffgp#wl#af`llqgjmbwfpwkf#ubqjlvpbqf#sbqw#lelmoz#jm#wkfpf`wjlmp#lejp#b#`lnnlmwkflqjfp#legjp`lufqjfpbppl`jbwjlmfgdf#le#wkfpwqfmdwk#leslpjwjlm#jmsqfpfmw.gbzvmjufqpboozwl#elqn#wkfavw#jmpwfbg`lqslqbwjlmbwwb`kfg#wljp#`lnnlmozqfbplmp#elq#%rvlw8wkf#`bm#af#nbgftbp#baof#wltkj`k#nfbmpavw#gjg#mlwlmNlvpfLufqbp#slppjaoflsfqbwfg#az`lnjmd#eqlnwkf#sqjnbqzbggjwjlm#leelq#pfufqbowqbmpefqqfgb#sfqjlg#lebqf#baof#wlkltfufq/#jwpklvog#kbufnv`k#obqdfq \n?,p`qjsw=bglswfg#wkfsqlsfqwz#legjqf`wfg#azfeef`wjufoztbp#aqlvdkw`kjogqfm#leSqldqbnnjmdolmdfq#wkbmnbmvp`qjswptbq#bdbjmpwaz#nfbmp#lebmg#nlpw#lepjnjobq#wl#sqlsqjfwbqzlqjdjmbwjmdsqfpwjdjlvpdqbnnbwj`bof{sfqjfm`f-wl#nbhf#wkfJw#tbp#bopljp#elvmg#jm`lnsfwjwlqpjm#wkf#V-P-qfsob`f#wkfaqlvdkw#wkf`bo`vobwjlmeboo#le#wkfwkf#dfmfqbosqb`wj`boozjm#klmlq#leqfofbpfg#jmqfpjgfmwjbobmg#plnf#lehjmd#le#wkfqfb`wjlm#wl2pw#Fbqo#le`vowvqf#bmgsqjm`jsbooz?,wjwof= ##wkfz#`bm#afab`h#wl#wkfplnf#le#kjpf{slpvqf#wlbqf#pjnjobqelqn#le#wkfbggEbulqjwf`jwjyfmpkjssbqw#jm#wkfsflsof#tjwkjm#sqb`wj`fwl#`lmwjmvf%bns8njmvp8bssqlufg#az#wkf#ejqpw#booltfg#wkfbmg#elq#wkfevm`wjlmjmdsobzjmd#wkfplovwjlm#wlkfjdkw>!3!#jm#kjp#allhnlqf#wkbm#belooltp#wkf`qfbwfg#wkfsqfpfm`f#jm%maps8?,wg=mbwjlmbojpwwkf#jgfb#leb#`kbqb`wfqtfqf#elq`fg#`obpp>!awmgbzp#le#wkfefbwvqfg#jmpkltjmd#wkfjmwfqfpw#jmjm#sob`f#lewvqm#le#wkfwkf#kfbg#leOlqg#le#wkfslojwj`boozkbp#jwp#ltmFgv`bwjlmbobssqlubo#leplnf#le#wkffb`k#lwkfq/afkbujlq#lebmg#af`bvpfbmg#bmlwkfqbssfbqfg#lmqf`lqgfg#jmaob`h%rvlw8nbz#jm`ovgfwkf#tlqog$p`bm#ofbg#wlqfefqp#wl#balqgfq>!3!#dlufqmnfmw#tjmmjmd#wkfqfpvowfg#jm#tkjof#wkf#Tbpkjmdwlm/wkf#pvaif`w`jwz#jm#wkf=?,gju= \n\nqfeof`w#wkfwl#`lnsofwfaf`bnf#nlqfqbgjlb`wjufqfif`wfg#aztjwklvw#bmzkjp#ebwkfq/tkj`k#`lvog`lsz#le#wkfwl#jmgj`bwfb#slojwj`bob``lvmwp#le`lmpwjwvwfptlqhfg#tjwkfq?,b=?,oj=le#kjp#ojefb``lnsbmjfg`ojfmwTjgwksqfufmw#wkfOfdjpobwjufgjeefqfmwozwldfwkfq#jmkbp#pfufqboelq#bmlwkfqwf{w#le#wkfelvmgfg#wkff#tjwk#wkf#jp#vpfg#elq`kbmdfg#wkfvpvbooz#wkfsob`f#tkfqftkfqfbp#wkf=#?b#kqfe>!!=?b#kqfe>!wkfnpfoufp/bowklvdk#kfwkbw#`bm#afwqbgjwjlmboqlof#le#wkfbp#b#qfpvowqfnluf@kjoggfpjdmfg#aztfpw#le#wkfPlnf#sflsofsqlgv`wjlm/pjgf#le#wkfmftpofwwfqpvpfg#az#wkfgltm#wl#wkfb``fswfg#azojuf#jm#wkfbwwfnswp#wllvwpjgf#wkfeqfrvfm`jfpKltfufq/#jmsqldqbnnfqpbw#ofbpw#jmbssql{jnbwfbowklvdk#jwtbp#sbqw#lebmg#ubqjlvpDlufqmlq#lewkf#bqwj`ofwvqmfg#jmwl=?b#kqfe>!,wkf#f`lmlnzjp#wkf#nlpwnlpw#tjgfoztlvog#obwfqbmg#sfqkbspqjpf#wl#wkfl``vqp#tkfmvmgfq#tkj`k`lmgjwjlmp-wkf#tfpwfqmwkflqz#wkbwjp#sqlgv`fgwkf#`jwz#lejm#tkj`k#kfpffm#jm#wkfwkf#`fmwqboavjogjmd#lenbmz#le#kjpbqfb#le#wkfjp#wkf#lmoznlpw#le#wkfnbmz#le#wkfwkf#TfpwfqmWkfqf#jp#mlf{wfmgfg#wlPwbwjpwj`bo`lopsbm>1#\x7Fpklqw#pwlqzslppjaof#wlwlsloldj`bo`qjwj`bo#leqfslqwfg#wlb#@kqjpwjbmgf`jpjlm#wljp#frvbo#wlsqlaofnp#leWkjp#`bm#afnfq`kbmgjpfelq#nlpw#leml#fujgfm`ffgjwjlmp#lefofnfmwp#jm%rvlw8-#Wkf`ln,jnbdfp,tkj`k#nbhfpwkf#sql`fppqfnbjmp#wkfojwfqbwvqf/jp#b#nfnafqwkf#slsvobqwkf#bm`jfmwsqlaofnp#jmwjnf#le#wkfgfefbwfg#azalgz#le#wkfb#eft#zfbqpnv`k#le#wkfwkf#tlqh#le@bojelqmjb/pfqufg#bp#bdlufqmnfmw-`lm`fswp#lenlufnfmw#jm\n\n?gju#jg>!jw!#ubovf>!obmdvbdf#lebp#wkfz#bqfsqlgv`fg#jmjp#wkbw#wkff{sobjm#wkfgju=?,gju= Kltfufq#wkfofbg#wl#wkf\n?b#kqfe>!,tbp#dqbmwfgsflsof#kbuf`lmwjmvbooztbp#pffm#bpbmg#qfobwfgwkf#qlof#lesqlslpfg#azle#wkf#afpwfb`k#lwkfq-@lmpwbmwjmfsflsof#eqlngjbof`wp#lewl#qfujpjlmtbp#qfmbnfgb#plvq`f#lewkf#jmjwjboobvm`kfg#jmsqlujgf#wkfwl#wkf#tfpwtkfqf#wkfqfbmg#pjnjobqafwtffm#wtljp#bopl#wkfFmdojpk#bmg`lmgjwjlmp/wkbw#jw#tbpfmwjwofg#wlwkfnpfoufp-rvbmwjwz#leqbmpsbqfm`zwkf#pbnf#bpwl#iljm#wkf`lvmwqz#bmgwkjp#jp#wkfWkjp#ofg#wlb#pwbwfnfmw`lmwqbpw#wlobpwJmgf{Lewkqlvdk#kjpjp#gfpjdmfgwkf#wfqn#jpjp#sqlujgfgsqlwf`w#wkfmd?,b=?,oj=Wkf#`vqqfmwwkf#pjwf#lepvapwbmwjbof{sfqjfm`f/jm#wkf#Tfpwwkfz#pklvogpolufm(ajmb`lnfmwbqjlpvmjufqpjgbg`lmgj`jlmfpb`wjujgbgfpf{sfqjfm`jbwf`mlold/Absqlgv``j/_msvmwvb`j/_mbsoj`b`j/_m`lmwqbpf/]b`bwfdlq/Abpqfdjpwqbqpfsqlefpjlmbowqbwbnjfmwlqfd/Apwqbwfpf`qfwbq/Absqjm`jsbofpsqlwf``j/_mjnslqwbmwfpjnslqwbm`jbslpjajojgbgjmwfqfpbmwf`qf`jnjfmwlmf`fpjgbgfppvp`qjajqpfbpl`jb`j/_mgjpslmjaofpfubovb`j/_mfpwvgjbmwfpqfpslmpbaofqfplov`j/_mdvbgbobibqbqfdjpwqbglplslqwvmjgbg`lnfq`jbofpelwldqbe/Abbvwlqjgbgfpjmdfmjfq/Abwfofujpj/_m`lnsfwfm`jblsfqb`jlmfpfpwbaof`jglpjnsofnfmwfb`wvbonfmwfmbufdb`j/_m`lmelqnjgbgojmf.kfjdkw9elmw.ebnjoz9!#9#!kwws9,,bssoj`bwjlmpojmh!#kqfe>!psf`jej`booz,,?"X@GBWBX Lqdbmjybwjlmgjpwqjavwjlm3s{8#kfjdkw9qfobwjlmpkjsgfuj`f.tjgwk?gju#`obpp>!?obafo#elq>!qfdjpwqbwjlm?,mlp`qjsw= ,jmgf{-kwno!tjmglt-lsfm+#"jnslqwbmw8bssoj`bwjlm,jmgfsfmgfm`f,,ttt-dlldoflqdbmjybwjlmbvwl`lnsofwfqfrvjqfnfmwp`lmpfqubwjuf?elqn#mbnf>!jmwfoof`wvbonbqdjm.ofew92;wk#`fmwvqzbm#jnslqwbmwjmpwjwvwjlmpbaaqfujbwjlm?jnd#`obpp>!lqdbmjpbwjlm`jujojybwjlm2:wk#`fmwvqzbq`kjwf`wvqfjm`lqslqbwfg13wk#`fmwvqz.`lmwbjmfq!=nlpw#mlwbaoz,=?,b=?,gju=mlwjej`bwjlm$vmgfejmfg$*Evqwkfqnlqf/afojfuf#wkbwjmmfqKWNO#>#sqjlq#wl#wkfgqbnbwj`boozqfefqqjmd#wlmfdlwjbwjlmpkfbgrvbqwfqpPlvwk#Beqj`bvmpv``fppevoSfmmpzoubmjbBp#b#qfpvow/?kwno#obmd>!%ow8,pvs%dw8gfbojmd#tjwkskjobgfoskjbkjpwlqj`booz*8?,p`qjsw= sbggjmd.wls9f{sfqjnfmwbodfwBwwqjavwfjmpwqv`wjlmpwf`kmloldjfpsbqw#le#wkf#>evm`wjlm+*xpvap`qjswjlmo-gwg!= ?kwdfldqbskj`bo@lmpwjwvwjlm$/#evm`wjlm+pvsslqwfg#azbdqj`vowvqbo`lmpwqv`wjlmsvaoj`bwjlmpelmw.pjyf9#2b#ubqjfwz#le?gju#pwzof>!Fm`z`olsfgjbjeqbnf#pq`>!gfnlmpwqbwfgb``lnsojpkfgvmjufqpjwjfpGfnldqbskj`p*8?,p`qjsw=?gfgj`bwfg#wlhmltofgdf#lepbwjpeb`wjlmsbqwj`vobqoz?,gju=?,gju=Fmdojpk#+VP*bssfmg@kjog+wqbmpnjppjlmp-#Kltfufq/#jmwfoojdfm`f!#wbajmgf{>!eolbw9qjdkw8@lnnlmtfbowkqbmdjmd#eqlnjm#tkj`k#wkfbw#ofbpw#lmfqfsqlgv`wjlmfm`z`olsfgjb8elmw.pjyf92ivqjpgj`wjlmbw#wkbw#wjnf!=?b#`obpp>!Jm#bggjwjlm/gfp`qjswjlm(`lmufqpbwjlm`lmwb`w#tjwkjp#dfmfqboozq!#`lmwfmw>!qfsqfpfmwjmd%ow8nbwk%dw8sqfpfmwbwjlml``bpjlmbooz?jnd#tjgwk>!mbujdbwjlm!=`lnsfmpbwjlm`kbnsjlmpkjsnfgjb>!boo!#ujlobwjlm#leqfefqfm`f#wlqfwvqm#wqvf8Pwqj`w,,FM!#wqbmpb`wjlmpjmwfqufmwjlmufqjej`bwjlmJmelqnbwjlm#gjeej`vowjfp@kbnsjlmpkjs`bsbajojwjfp?"Xfmgje^..=~ ?,p`qjsw= @kqjpwjbmjwzelq#f{bnsof/Sqlefppjlmboqfpwqj`wjlmppvddfpw#wkbwtbp#qfofbpfg+pv`k#bp#wkfqfnluf@obpp+vmfnsolznfmwwkf#Bnfqj`bmpwqv`wvqf#le,jmgf{-kwno#svaojpkfg#jmpsbm#`obpp>!!=?b#kqfe>!,jmwqlgv`wjlmafolmdjmd#wl`objnfg#wkbw`lmpfrvfm`fp?nfwb#mbnf>!Dvjgf#wl#wkflufqtkfonjmdbdbjmpw#wkf#`lm`fmwqbwfg/ -mlmwlv`k#lapfqubwjlmp?,b= ?,gju= e#+gl`vnfmw-alqgfq9#2s{#xelmw.pjyf92wqfbwnfmw#le3!#kfjdkw>!2nlgjej`bwjlmJmgfsfmgfm`fgjujgfg#jmwldqfbwfq#wkbmb`kjfufnfmwpfpwbaojpkjmdIbubP`qjsw!#mfufqwkfofpppjdmjej`bm`fAqlbg`bpwjmd=%maps8?,wg=`lmwbjmfq!= pv`k#bp#wkf#jmeovfm`f#leb#sbqwj`vobqpq`>$kwws9,,mbujdbwjlm!#kboe#le#wkf#pvapwbmwjbo#%maps8?,gju=bgubmwbdf#legjp`lufqz#leevmgbnfmwbo#nfwqlslojwbmwkf#lsslpjwf!#{no9obmd>!gfojafqbwfozbojdm>`fmwfqfulovwjlm#lesqfpfqubwjlmjnsqlufnfmwpafdjmmjmd#jmIfpvp#@kqjpwSvaoj`bwjlmpgjpbdqffnfmwwf{w.bojdm9q/#evm`wjlm+*pjnjobqjwjfpalgz=?,kwno=jp#`vqqfmwozboskbafwj`bojp#plnfwjnfpwzsf>!jnbdf,nbmz#le#wkf#eolt9kjggfm8bubjobaof#jmgfp`qjaf#wkff{jpwfm`f#leboo#lufq#wkfwkf#Jmwfqmfw\n?vo#`obpp>!jmpwboobwjlmmfjdkalqkllgbqnfg#elq`fpqfgv`jmd#wkf`lmwjmvfp#wlMlmfwkfofpp/wfnsfqbwvqfp \n\n?b#kqfe>!`olpf#wl#wkff{bnsofp#le#jp#balvw#wkf+pff#afolt*-!#jg>!pfbq`ksqlefppjlmbojp#bubjobaofwkf#leej`jbo\n\n?,p`qjsw= \n\n?gju#jg>!b``fofqbwjlmwkqlvdk#wkf#Kboo#le#Ebnfgfp`qjswjlmpwqbmpobwjlmpjmwfqefqfm`f#wzsf>$wf{w,qf`fmw#zfbqpjm#wkf#tlqogufqz#slsvobqxab`hdqlvmg9wqbgjwjlmbo#plnf#le#wkf#`lmmf`wfg#wlf{soljwbwjlmfnfqdfm`f#le`lmpwjwvwjlmB#Kjpwlqz#lepjdmjej`bmw#nbmveb`wvqfgf{sf`wbwjlmp=?mlp`qjsw=?`bm#af#elvmgaf`bvpf#wkf#kbp#mlw#affmmfjdkalvqjmdtjwklvw#wkf#bggfg#wl#wkf\n?oj#`obpp>!jmpwqvnfmwboPlujfw#Vmjlmb`hmltofgdfgtkj`k#`bm#afmbnf#elq#wkfbwwfmwjlm#wlbwwfnswp#wl#gfufolsnfmwpJm#eb`w/#wkf?oj#`obpp>!bjnsoj`bwjlmppvjwbaof#elqnv`k#le#wkf#`lolmjybwjlmsqfpjgfmwjbo`bm`foAvaaof#Jmelqnbwjlmnlpw#le#wkf#jp#gfp`qjafgqfpw#le#wkf#nlqf#lq#ofppjm#PfswfnafqJmwfoojdfm`fpq`>!kwws9,,s{8#kfjdkw9#bubjobaof#wlnbmveb`wvqfqkvnbm#qjdkwpojmh#kqfe>!,bubjobajojwzsqlslqwjlmbolvwpjgf#wkf#bpwqlmlnj`bokvnbm#afjmdpmbnf#le#wkf#bqf#elvmg#jmbqf#abpfg#lmpnboofq#wkbmb#sfqplm#tklf{sbmpjlm#lebqdvjmd#wkbwmlt#hmltm#bpJm#wkf#fbqozjmwfqnfgjbwfgfqjufg#eqlnP`bmgjmbujbm?,b=?,gju= `lmpjgfq#wkfbm#fpwjnbwfgwkf#Mbwjlmbo?gju#jg>!sbdqfpvowjmd#jm`lnnjppjlmfgbmboldlvp#wlbqf#qfrvjqfg,vo= ?,gju= tbp#abpfg#lmbmg#af`bnf#b%maps8%maps8w!#ubovf>!!#tbp#`bswvqfgml#nlqf#wkbmqfpsf`wjufoz`lmwjmvf#wl#= ?kfbg= ?tfqf#`qfbwfgnlqf#dfmfqbojmelqnbwjlm#vpfg#elq#wkfjmgfsfmgfmw#wkf#Jnsfqjbo`lnslmfmw#lewl#wkf#mlqwkjm`ovgf#wkf#@lmpwqv`wjlmpjgf#le#wkf#tlvog#mlw#afelq#jmpwbm`fjmufmwjlm#lenlqf#`lnsof{`loof`wjufozab`hdqlvmg9#wf{w.bojdm9#jwp#lqjdjmbojmwl#b``lvmwwkjp#sql`fppbm#f{wfmpjufkltfufq/#wkfwkfz#bqf#mlwqfif`wfg#wkf`qjwj`jpn#legvqjmd#tkj`ksqlabaoz#wkfwkjp#bqwj`of+evm`wjlm+*xJw#pklvog#afbm#bdqffnfmwb``jgfmwboozgjeefqp#eqlnBq`kjwf`wvqfafwwfq#hmltmbqqbmdfnfmwpjmeovfm`f#lmbwwfmgfg#wkfjgfmwj`bo#wlplvwk#le#wkfsbpp#wkqlvdk{no!#wjwof>!tfjdkw9alog8`qfbwjmd#wkfgjpsobz9mlmfqfsob`fg#wkf?jnd#pq`>!,jkwwsp9,,ttt-Tlqog#Tbq#JJwfpwjnlmjbopelvmg#jm#wkfqfrvjqfg#wl#bmg#wkbw#wkfafwtffm#wkf#tbp#gfpjdmfg`lmpjpwp#le#`lmpjgfqbaozsvaojpkfg#azwkf#obmdvbdf@lmpfqubwjlm`lmpjpwfg#leqfefq#wl#wkfab`h#wl#wkf#`pp!#nfgjb>!Sflsof#eqln#bubjobaof#lmsqlufg#wl#afpvddfpwjlmp!tbp#hmltm#bpubqjfwjfp#leojhfoz#wl#af`lnsqjpfg#lepvsslqw#wkf#kbmgp#le#wkf`lvsofg#tjwk`lmmf`w#bmg#alqgfq9mlmf8sfqelqnbm`fpafelqf#afjmdobwfq#af`bnf`bo`vobwjlmplewfm#`boofgqfpjgfmwp#lenfbmjmd#wkbw=?oj#`obpp>!fujgfm`f#elqf{sobmbwjlmpfmujqlmnfmwp!=?,b=?,gju=tkj`k#booltpJmwqlgv`wjlmgfufolsfg#azb#tjgf#qbmdflm#afkboe#leubojdm>!wls!sqjm`jsof#lebw#wkf#wjnf/?,mlp`qjsw=pbjg#wl#kbufjm#wkf#ejqpwtkjof#lwkfqpkzslwkfwj`boskjolplskfqpsltfq#le#wkf`lmwbjmfg#jmsfqelqnfg#azjmbajojwz#wltfqf#tqjwwfmpsbm#pwzof>!jmsvw#mbnf>!wkf#rvfpwjlmjmwfmgfg#elqqfif`wjlm#lejnsojfp#wkbwjmufmwfg#wkfwkf#pwbmgbqgtbp#sqlabaozojmh#afwtffmsqlefpplq#lejmwfqb`wjlmp`kbmdjmd#wkfJmgjbm#L`fbm#`obpp>!obpwtlqhjmd#tjwk$kwws9,,ttt-zfbqp#afelqfWkjp#tbp#wkfqf`qfbwjlmbofmwfqjmd#wkfnfbpvqfnfmwpbm#f{wqfnfozubovf#le#wkfpwbqw#le#wkf ?,p`qjsw= bm#feelqw#wljm`qfbpf#wkfwl#wkf#plvwkpsb`jmd>!3!=pveej`jfmwozwkf#Fvqlsfbm`lmufqwfg#wl`ofbqWjnflvwgjg#mlw#kbuf`lmpfrvfmwozelq#wkf#mf{wf{wfmpjlm#lef`lmlnj`#bmgbowklvdk#wkfbqf#sqlgv`fgbmg#tjwk#wkfjmpveej`jfmwdjufm#az#wkfpwbwjmd#wkbwf{sfmgjwvqfp?,psbm=?,b= wklvdkw#wkbwlm#wkf#abpjp`foosbggjmd>jnbdf#le#wkfqfwvqmjmd#wljmelqnbwjlm/pfsbqbwfg#azbppbppjmbwfgp!#`lmwfmw>!bvwklqjwz#lemlqwktfpwfqm?,gju= ?gju#!=?,gju= ##`lmpvowbwjlm`lnnvmjwz#lewkf#mbwjlmbojw#pklvog#afsbqwj`jsbmwp#bojdm>!ofewwkf#dqfbwfpwpfof`wjlm#lepvsfqmbwvqbogfsfmgfmw#lmjp#nfmwjlmfgbooltjmd#wkftbp#jmufmwfgb``lnsbmzjmdkjp#sfqplmbobubjobaof#bwpwvgz#le#wkflm#wkf#lwkfqf{f`vwjlm#leKvnbm#Qjdkwpwfqnp#le#wkfbppl`jbwjlmpqfpfbq`k#bmgpv``ffgfg#azgfefbwfg#wkfbmg#eqln#wkfavw#wkfz#bqf`lnnbmgfq#lepwbwf#le#wkfzfbqp#le#bdfwkf#pwvgz#le?vo#`obpp>!psob`f#jm#wkftkfqf#kf#tbp?oj#`obpp>!ewkfqf#bqf#mltkj`k#af`bnfkf#svaojpkfgf{sqfppfg#jmwl#tkj`k#wkf`lnnjppjlmfqelmw.tfjdkw9wfqqjwlqz#lef{wfmpjlmp!=Qlnbm#Fnsjqffrvbo#wl#wkfJm#`lmwqbpw/kltfufq/#bmgjp#wzsj`boozbmg#kjp#tjef+bopl#`boofg=?vo#`obpp>!feef`wjufoz#fuloufg#jmwlpffn#wl#kbuftkj`k#jp#wkfwkfqf#tbp#mlbm#f{`foofmwboo#le#wkfpfgfp`qjafg#azJm#sqb`wj`f/aqlbg`bpwjmd`kbqdfg#tjwkqfeof`wfg#jmpvaif`wfg#wlnjojwbqz#bmgwl#wkf#sljmwf`lmlnj`boozpfwWbqdfwjmdbqf#b`wvboozuj`wlqz#lufq+*8?,p`qjsw=`lmwjmvlvpozqfrvjqfg#elqfulovwjlmbqzbm#feef`wjufmlqwk#le#wkf/#tkj`k#tbp#eqlmw#le#wkflq#lwkfqtjpfplnf#elqn#lekbg#mlw#affmdfmfqbwfg#azjmelqnbwjlm-sfqnjwwfg#wljm`ovgfp#wkfgfufolsnfmw/fmwfqfg#jmwlwkf#sqfujlvp`lmpjpwfmwozbqf#hmltm#bpwkf#ejfog#lewkjp#wzsf#ledjufm#wl#wkfwkf#wjwof#le`lmwbjmp#wkfjmpwbm`fp#lejm#wkf#mlqwkgvf#wl#wkfjqbqf#gfpjdmfg`lqslqbwjlmptbp#wkbw#wkflmf#le#wkfpfnlqf#slsvobqpv``ffgfg#jmpvsslqw#eqlnjm#gjeefqfmwglnjmbwfg#azgfpjdmfg#elqltmfqpkjs#lebmg#slppjaozpwbmgbqgjyfgqfpslmpfWf{wtbp#jmwfmgfgqf`fjufg#wkfbppvnfg#wkbwbqfbp#le#wkfsqjnbqjoz#jmwkf#abpjp#lejm#wkf#pfmpfb``lvmwp#elqgfpwqlzfg#azbw#ofbpw#wtltbp#gf`obqfg`lvog#mlw#afPf`qfwbqz#lebssfbq#wl#afnbqdjm.wls92,]_p(\x7F_p(\',df*xwkqlt#f~8wkf#pwbqw#lewtl#pfsbqbwfobmdvbdf#bmgtkl#kbg#affmlsfqbwjlm#legfbwk#le#wkfqfbo#mvnafqp\n?ojmh#qfo>!sqlujgfg#wkfwkf#pwlqz#le`lnsfwjwjlmpfmdojpk#+VH*fmdojpk#+VP*<p<R<Q<_<R<W<M=l<S=m<V<T=m=l<S=m<V<T=m=l<S=m<V<R5h4U4]4D5f4E\nAOGx\bTA\nzk\vBl\bQ\x7F\bTA\nzk\vUm\bQ\x7F\bTA\nzk\npeu| i@ cT\bVV\n\\}\nxS VptSk` [X [X\vHR\bPv\bTW\bUe\n\x7Fa\bQp\v_W\vWs\nxS\vAz\n_yKhjmelqnb`j/_mkfqqbnjfmwbpfof`wq/_mj`lgfp`qjs`j/_m`obpjej`bglp`lml`jnjfmwlsvaoj`b`j/_mqfob`jlmbgbpjmelqn/Mwj`bqfob`jlmbglpgfsbqwbnfmwlwqbabibglqfpgjqf`wbnfmwfbzvmwbnjfmwlnfq`bglOjaqf`lmw/M`wfmlpkbajwb`jlmfp`vnsojnjfmwlqfpwbvqbmwfpgjpslpj`j/_m`lmpf`vfm`jbfof`wq/_mj`bbsoj`b`jlmfpgfp`lmf`wbgljmpwbob`j/_mqfbojyb`j/_mvwjojyb`j/_mfm`j`olsfgjbfmefqnfgbgfpjmpwqvnfmwlpf{sfqjfm`jbpjmpwjwv`j/_msbqwj`vobqfppva`bwfdlqjb=n<R<W=`<V<R<L<R=m=m<T<T=l<\\<]<R=n=g<]<R<W=`=d<Y<S=l<R=m=n<R<P<R<Z<Y=n<Y<X=l=o<_<T=i=m<W=o=k<\\<Y=m<Y<U=k<\\=m<^=m<Y<_<X<\\<L<R=m=m<T=c<p<R=m<V<^<Y<X=l=o<_<T<Y<_<R=l<R<X<\\<^<R<S=l<R=m<X<\\<Q<Q=g=i<X<R<W<Z<Q=g<T<P<Y<Q<Q<R<p<R=m<V<^=g=l=o<]<W<Y<U<p<R=m<V<^<\\=m=n=l<\\<Q=g<Q<T=k<Y<_<R=l<\\<]<R=n<Y<X<R<W<Z<Y<Q=o=m<W=o<_<T=n<Y<S<Y=l=`<r<X<Q<\\<V<R<S<R=n<R<P=o=l<\\<]<R=n=o<\\<S=l<Y<W=c<^<R<R<]=e<Y<R<X<Q<R<_<R=m<^<R<Y<_<R=m=n<\\=n=`<T<X=l=o<_<R<U=h<R=l=o<P<Y=i<R=l<R=d<R<S=l<R=n<T<^=m=m=g<W<V<\\<V<\\<Z<X=g<U<^<W<\\=m=n<T<_=l=o<S<S=g<^<P<Y=m=n<Y=l<\\<]<R=n<\\=m<V<\\<[<\\<W<S<Y=l<^=g<U<X<Y<W<\\=n=`<X<Y<Q=`<_<T<S<Y=l<T<R<X<]<T<[<Q<Y=m<R=m<Q<R<^<Y<P<R<P<Y<Q=n<V=o<S<T=n=`<X<R<W<Z<Q<\\=l<\\<P<V<\\=i<Q<\\=k<\\<W<R<L<\\<]<R=n<\\<N<R<W=`<V<R=m<R<^=m<Y<P<^=n<R=l<R<U<Q<\\=k<\\<W<\\=m<S<T=m<R<V=m<W=o<Z<]=g=m<T=m=n<Y<P<S<Y=k<\\=n<T<Q<R<^<R<_<R<S<R<P<R=e<T=m<\\<U=n<R<^<S<R=k<Y<P=o<S<R<P<R=e=`<X<R<W<Z<Q<R=m=m=g<W<V<T<]=g=m=n=l<R<X<\\<Q<Q=g<Y<P<Q<R<_<T<Y<S=l<R<Y<V=n<M<Y<U=k<\\=m<P<R<X<Y<W<T=n<\\<V<R<_<R<R<Q<W<\\<U<Q<_<R=l<R<X<Y<^<Y=l=m<T=c=m=n=l<\\<Q<Y=h<T<W=`<P=g=o=l<R<^<Q=c=l<\\<[<Q=g=i<T=m<V<\\=n=`<Q<Y<X<Y<W=b=c<Q<^<\\=l=c<P<Y<Q=`=d<Y<P<Q<R<_<T=i<X<\\<Q<Q<R<U<[<Q<\\=k<T=n<Q<Y<W=`<[=c=h<R=l=o<P<\\<N<Y<S<Y=l=`<P<Y=m=c=j<\\<[<\\=e<T=n=g<w=o=k=d<T<Y\fHD\fHU\fIl\fHn\fHy\fH\\\fHD\fIk\fHi\fHF\fHD\fIk\fHy\fHS\fHC\fHR\fHy\fH\\\fIk\fHn\fHi\fHD\fIa\fHC\fHy\fIa\fHC\fHR\fH{\fHR\fHk\fHM\fH@\fHR\fH\\\fIk\fHy\fHS\fHT\fIl\fHJ\fHS\fHC\fHR\fHF\fHU\fH^\fIk\fHT\fHS\fHn\fHU\fHA\fHR\fH\\\fHH\fHi\fHF\fHD\fIl\fHY\fHR\fH^\fIk\fHT\fIk\fHY\fHR\fHy\fH\\\fHH\fIk\fHB\fIk\fH\\\fIk\fHU\fIg\fHD\fIk\fHT\fHy\fHH\fIk\fH@\fHU\fIm\fHH\fHT\fHR\fHk\fHs\fHU\fIg\fH{\fHR\fHp\fHR\fHD\fIk\fHB\fHS\fHD\fHs\fHy\fH\\\fHH\fHR\fHy\fH\\\fHD\fHR\fHe\fHD\fHy\fIk\fHC\fHU\fHR\fHm\fHT\fH@\fHT\fIk\fHA\fHR\fH[\fHR\fHj\fHF\fHy\fIk\fH^\fHS\fHC\fIk\fHZ\fIm\fH\\\fIn\fHk\fHT\fHy\fIk\fHt\fHn\fHs\fIk\fHB\fIk\fH\\\fIl\fHT\fHy\fHH\fHR\fHB\fIk\fH\\\fHR\fH^\fIk\fHy\fH\\\fHi\fHK\fHS\fHy\fHi\fHF\fHD\fHR\fHT\fHB\fHR\fHp\fHB\fIm\fHq\fIk\fHy\fHR\fH\\\fHO\fHU\fIg\fHH\fHR\fHy\fHM\fHP\fIl\fHC\fHU\fHR\fHn\fHU\fIg\fHs\fH^\fHZ\fH@\fIa\fHJ\fH^\fHS\fHC\fHR\fHp\fIl\fHY\fHD\fHp\fHR\fHH\fHR\fHy\fId\fHT\fIk\fHj\fHF\fHy\fHR\fHY\fHR\fH^\fIl\fHJ\fIk\fHD\fIk\fHF\fIn\fH\\\fIl\fHF\fHR\fHD\fIl\fHe\fHT\fHy\fIk\fHU\fIg\fH{\fIl\fH@\fId\fHL\fHy\fHj\fHF\fHy\fIl\fHY\fH\\\fIa\fH[\fH{\fHR\fHn\fHY\fHj\fHF\fHy\fIg\fHp\fHS\fH^\fHR\fHp\fHR\fHD\fHR\fHT\fHU\fHB\fHH\fHU\fHB\fIk\fHn\fHe\fHD\fHy\fIl\fHC\fHR\fHU\fIn\fHJ\fH\\\fIa\fHp\fHT\fIn\fHv\fIl\fHF\fHT\fHn\fHJ\fHT\fHY\fHR\fH^\fHU\fIg\fHD\fHR\fHU\fIg\fHH\fIl\fHp\fId\fHT\fIk\fHY\fHR\fHF\fHT\fHp\fHD\fHH\fHR\fHD\fIk\fHH\fHR\fHp\fHR\fH\\\fIl\fHt\fHR\fHC\fH^\fHp\fHS\fH^\fIk\fHD\fIl\fHv\fIk\fHp\fHR\fHn\fHv\fHF\fHH\fIa\fH\\\fH{\fIn\fH{\fH^\fHp\fHR\fHH\fIk\fH@\fHR\fHU\fH\\\fHj\fHF\fHD\fIk\fHY\fHR\fHU\fHD\fHk\fHT\fHy\fHR\fHT\fIm\fH@\fHU\fH\\\fHU\fHD\fIk\fHk\fHT\fHT\fIk\fHT\fHU\fHS\fHH\fH@\fHM\fHP\fIk\fHt\fHs\fHD\fHR\fHH\fH^\fHR\fHZ\fHF\fHR\fHn\fHv\fHZ\fIa\fH\\\fIl\fH@\fHM\fHP\fIl\fHU\fIg\fHH\fIk\fHT\fHR\fHd\fHs\fHZ\fHR\fHC\fHJ\fHT\fHy\fHH\fIl\fHp\fHR\fHH\fIl\fHY\fHR\fH^\fHR\fHU\fHp\fHR\fH\\\fHF\fHs\fHD\fHR\fH\\\fHz\fHD\fIk\fHT\fHM\fHP\fHy\fHB\fHS\fH^\fHR\fHe\fHT\fHy\fIl\fHy\fIk\fHY\fH^\fH^\fH{\fHH\fHR\fHz\fHR\fHD\fHR\fHi\fH\\\fIa\fHI\fHp\fHU\fHR\fHn\fHJ\fIk\fHz\fHR\fHF\fHU\fH^\fIl\fHD\fHS\fHC\fHB\fH@\fHS\fHD\fHR\fH@\fId\fHn\fHy\fHy\fHU\fIl\fHn\fHy\fHU\fHD\fHR\fHJ\fIk\fHH\fHR\fHU\fHB\fH^\fIk\fHy\fHR\fHG\fIl\fHp\fH@\fHy\fHS\fHH\fIm\fH\\\fHH\fHB\fHR\fHn\fH{\fHY\fHU\fIl\fHn\fH\\\fIg\fHp\fHP\fHB\fHS\fH^\fIl\fHj\fH\\\fIg\fHF\fHT\fIk\fHD\fHR\fHC\fHR\fHJ\fHY\fH^\fIk\fHD\fIk\fHz\fHR\fHH\fHR\fHy\fH\\\fIl\fH@\fHe\fHD\fHy\fHR\fHp\fHY\fHR\fH@\fHF\fIn\fH\\\fHR\fH@\fHM\fHP\fHR\fHT\fI`\fHJ\fHR\fHZ\fIk\fHC\fH\\\fHy\fHS\fHC\fIk\fHy\fHU\fHR\fHn\fHi\fHy\fHT\fH\\\fH@\fHD\fHR\fHc\fHY\fHU\fHR\fHn\fHT\fIa\fHI\fH^\fHB\fHS\fH^\fIk\fH^\fIk\fHz\fHy\fHY\fHS\fH[\fHC\fHy\fIa\fH\\\fHn\fHT\fHB\fIn\fHU\fHI\fHR\fHD\fHR4F4_4F4[5f4U5i4X4K4]5o4E4D5d4K4_4[4E4K5h4Y5m4A4E5i5d4K4Z5f4U4K5h4B4K4Y4E4K5h5i4^5f4C4K5h4U4K5i4E4K5h5o4K4F4D4K5h4]4C5d4C4D4]5j4K5i4@4K5h4C5d5h4E4K5h4U4K5h5i4K5h5i5d5n4U4K5h4U4]4D5f4K5h4_4]5f4U4K5h4@5d4K5h4K5h4\\5k4K4D4K5h4A5f4K4E4K5h4A5n5d5n4K5h5o4]5f5i4K5h4U4]4K5n5i4A5m5d4T4E4K5h4G4K5j5f5i4X4K5k4C4E4K5h5i4]4O4E4K5h5n4]4N5j4K5h4X4D4K4D4K5h4A5d4K4]4K5h4@4C5f4C4K5h4O4_4]4E4K5h4U5h5d5i5i4@5i5d4U4E4K5h4]4A5i5j4K5h5j5n4K4[5m5h4_4[5f5j4K5h5o5d5f4F4K5h4C5j5f4K4D4]5o4K4F5k4K5h4]5f4K4Z4F4A5f4K4F5f4D4F5d5n5f4F4K5h4O5d5h5e4K5h4D4]5f4C4K5h5o5h4K5i4K5h4]4K4D4[4K5h4X4B4Y5f4_5f4K4]4K4F4K5h4G4K5h4G4K5h4Y5h4K4E4K5h4A4C5f4G4K5h4^5d4K4]4K5h4B5h5f4@4K5h4@5i5f4U4K5h4U4K5i5k4K5h4@5i4K5h4K5h4_4K4U4E5i4X4K5k4C5k4K5h4]4J5f4_4K5h4C4B5d5h4K5h5m5j5f4E4K5h5o4F4K4D4K5h4C5d4]5f4K5h4C4]5d4_4K4_4F4V4]5n4F4Y4K5i5f5i4K5h4D5j4K4F4K5h4U4T5f5ifmwfqwbjmnfmwvmgfqpwbmgjmd#>#evm`wjlm+*-isd!#tjgwk>!`lmejdvqbwjlm-smd!#tjgwk>!?algz#`obpp>!Nbwk-qbmgln+*`lmwfnslqbqz#Vmjwfg#Pwbwfp`jq`vnpwbm`fp-bssfmg@kjog+lqdbmjybwjlmp?psbm#`obpp>!!=?jnd#pq`>!,gjpwjmdvjpkfgwklvpbmgp#le#`lnnvmj`bwjlm`ofbq!=?,gju=jmufpwjdbwjlmebuj`lm-j`l!#nbqdjm.qjdkw9abpfg#lm#wkf#Nbppb`kvpfwwpwbaof#alqgfq>jmwfqmbwjlmbobopl#hmltm#bpsqlmvm`jbwjlmab`hdqlvmg9 esbggjmd.ofew9Elq#f{bnsof/#njp`foobmflvp%ow8,nbwk%dw8spz`kloldj`bojm#sbqwj`vobqfbq`k!#wzsf>!elqn#nfwklg>!bp#lsslpfg#wlPvsqfnf#@lvqwl``bpjlmbooz#Bggjwjlmbooz/Mlqwk#Bnfqj`bs{8ab`hdqlvmglsslqwvmjwjfpFmwfqwbjmnfmw-wlOltfq@bpf+nbmveb`wvqjmdsqlefppjlmbo#`lnajmfg#tjwkElq#jmpwbm`f/`lmpjpwjmd#le!#nb{ofmdwk>!qfwvqm#ebopf8`lmp`jlvpmfppNfgjwfqqbmfbmf{wqblqgjmbqzbppbppjmbwjlmpvapfrvfmwoz#avwwlm#wzsf>!wkf#mvnafq#lewkf#lqjdjmbo#`lnsqfkfmpjufqfefqp#wl#wkf?,vo= ?,gju= skjolplskj`bool`bwjlm-kqfetbp#svaojpkfgPbm#Eqbm`jp`l+evm`wjlm+*x ?gju#jg>!nbjmplskjpwj`bwfgnbwkfnbwj`bo#,kfbg= ?algzpvddfpwp#wkbwgl`vnfmwbwjlm`lm`fmwqbwjlmqfobwjlmpkjspnbz#kbuf#affm+elq#f{bnsof/Wkjp#bqwj`of#jm#plnf#`bpfpsbqwp#le#wkf#gfejmjwjlm#leDqfbw#Aqjwbjm#`foosbggjmd>frvjubofmw#wlsob`fklogfq>!8#elmw.pjyf9#ivpwjej`bwjlmafojfufg#wkbwpveefqfg#eqlnbwwfnswfg#wl#ofbgfq#le#wkf`qjsw!#pq`>!,+evm`wjlm+*#xbqf#bubjobaof \n?ojmh#qfo>!#pq`>$kwws9,,jmwfqfpwfg#jm`lmufmwjlmbo#!#bow>!!#,=?,bqf#dfmfqboozkbp#bopl#affmnlpw#slsvobq#`lqqfpslmgjmd`qfgjwfg#tjwkwzof>!alqgfq9?,b=?,psbm=?,-dje!#tjgwk>!?jeqbnf#pq`>!wbaof#`obpp>!jmojmf.aol`h8b``lqgjmd#wl#wldfwkfq#tjwkbssql{jnbwfozsbqojbnfmwbqznlqf#bmg#nlqfgjpsobz9mlmf8wqbgjwjlmboozsqfglnjmbmwoz%maps8\x7F%maps8%maps8?,psbm=#`foopsb`jmd>?jmsvw#mbnf>!lq!#`lmwfmw>!`lmwqlufqpjbosqlsfqwz>!ld9,{.pkl`htbuf.gfnlmpwqbwjlmpvqqlvmgfg#azMfufqwkfofpp/tbp#wkf#ejqpw`lmpjgfqbaof#Bowklvdk#wkf#`loobalqbwjlmpklvog#mlw#afsqlslqwjlm#le?psbm#pwzof>!hmltm#bp#wkf#pklqwoz#bewfqelq#jmpwbm`f/gfp`qjafg#bp#,kfbg= ?algz#pwbqwjmd#tjwkjm`qfbpjmdoz#wkf#eb`w#wkbwgjp`vppjlm#lenjggof#le#wkfbm#jmgjujgvbogjeej`vow#wl#sljmw#le#ujftklnlpf{vbojwzb``fswbm`f#le?,psbm=?,gju=nbmveb`wvqfqplqjdjm#le#wkf`lnnlmoz#vpfgjnslqwbm`f#legfmlnjmbwjlmpab`hdqlvmg9# ofmdwk#le#wkfgfwfqnjmbwjlmb#pjdmjej`bmw!#alqgfq>!3!=qfulovwjlmbqzsqjm`jsofp#lejp#`lmpjgfqfgtbp#gfufolsfgJmgl.Fvqlsfbmuvomfqbaof#wlsqlslmfmwp#lebqf#plnfwjnfp`olpfq#wl#wkfMft#Zlqh#@jwz#mbnf>!pfbq`kbwwqjavwfg#wl`lvqpf#le#wkfnbwkfnbwj`jbmaz#wkf#fmg#lebw#wkf#fmg#le!#alqgfq>!3!#wf`kmloldj`bo-qfnluf@obpp+aqbm`k#le#wkffujgfm`f#wkbw"Xfmgje^..= Jmpwjwvwf#le#jmwl#b#pjmdofqfpsf`wjufoz-bmg#wkfqfelqfsqlsfqwjfp#lejp#ol`bwfg#jmplnf#le#tkj`kWkfqf#jp#bopl`lmwjmvfg#wl#bssfbqbm`f#le#%bns8mgbpk8#gfp`qjafp#wkf`lmpjgfqbwjlmbvwklq#le#wkfjmgfsfmgfmwozfrvjssfg#tjwkglfp#mlw#kbuf?,b=?b#kqfe>!`lmevpfg#tjwk?ojmh#kqfe>!,bw#wkf#bdf#lebssfbq#jm#wkfWkfpf#jm`ovgfqfdbqgofpp#le`lvog#af#vpfg#pwzof>%rvlw8pfufqbo#wjnfpqfsqfpfmw#wkfalgz= ?,kwno=wklvdkw#wl#afslsvobwjlm#leslppjajojwjfpsfq`fmwbdf#leb``fpp#wl#wkfbm#bwwfnsw#wlsqlgv`wjlm#leirvfqz,irvfqzwtl#gjeefqfmwafolmd#wl#wkffpwbaojpknfmwqfsob`jmd#wkfgfp`qjswjlm!#gfwfqnjmf#wkfbubjobaof#elqB``lqgjmd#wl#tjgf#qbmdf#le\n?gju#`obpp>!nlqf#`lnnlmozlqdbmjpbwjlmpevm`wjlmbojwztbp#`lnsofwfg#%bns8ngbpk8#sbqwj`jsbwjlmwkf#`kbqb`wfqbm#bggjwjlmbobssfbqp#wl#afeb`w#wkbw#wkfbm#f{bnsof#lepjdmjej`bmwozlmnlvpflufq>!af`bvpf#wkfz#bpzm`#>#wqvf8sqlaofnp#tjwkpffnp#wl#kbufwkf#qfpvow#le#pq`>!kwws9,,ebnjojbq#tjwkslppfppjlm#leevm`wjlm#+*#xwllh#sob`f#jmbmg#plnfwjnfppvapwbmwjbooz?psbm=?,psbm=jp#lewfm#vpfgjm#bm#bwwfnswdqfbw#gfbo#leFmujqlmnfmwbopv``fppevooz#ujqwvbooz#boo13wk#`fmwvqz/sqlefppjlmbopmf`fppbqz#wl#gfwfqnjmfg#az`lnsbwjajojwzaf`bvpf#jw#jpGj`wjlmbqz#lenlgjej`bwjlmpWkf#elooltjmdnbz#qfefq#wl9@lmpfrvfmwoz/Jmwfqmbwjlmbobowklvdk#plnfwkbw#tlvog#aftlqog$p#ejqpw`obppjejfg#bpalwwln#le#wkf+sbqwj`vobqozbojdm>!ofew!#nlpw#`lnnlmozabpjp#elq#wkfelvmgbwjlm#le`lmwqjavwjlmpslsvobqjwz#le`fmwfq#le#wkfwl#qfgv`f#wkfivqjpgj`wjlmpbssql{jnbwjlm#lmnlvpflvw>!Mft#Wfpwbnfmw`loof`wjlm#le?,psbm=?,b=?,jm#wkf#Vmjwfgejon#gjqf`wlq.pwqj`w-gwg!=kbp#affm#vpfgqfwvqm#wl#wkfbowklvdk#wkjp`kbmdf#jm#wkfpfufqbo#lwkfqavw#wkfqf#bqfvmsqf`fgfmwfgjp#pjnjobq#wlfpsf`jbooz#jmtfjdkw9#alog8jp#`boofg#wkf`lnsvwbwjlmbojmgj`bwf#wkbwqfpwqj`wfg#wl\n?nfwb#mbnf>!bqf#wzsj`booz`lmeoj`w#tjwkKltfufq/#wkf#Bm#f{bnsof#le`lnsbqfg#tjwkrvbmwjwjfp#leqbwkfq#wkbm#b`lmpwfoobwjlmmf`fppbqz#elqqfslqwfg#wkbwpsf`jej`bwjlmslojwj`bo#bmg%maps8%maps8?qfefqfm`fp#wlwkf#pbnf#zfbqDlufqmnfmw#ledfmfqbwjlm#lekbuf#mlw#affmpfufqbo#zfbqp`lnnjwnfmw#wl\n\n?vo#`obpp>!ujpvbojybwjlm2:wk#`fmwvqz/sqb`wjwjlmfqpwkbw#kf#tlvogbmg#`lmwjmvfgl``vsbwjlm#lejp#gfejmfg#bp`fmwqf#le#wkfwkf#bnlvmw#le=?gju#pwzof>!frvjubofmw#legjeefqfmwjbwfaqlvdkw#balvwnbqdjm.ofew9#bvwlnbwj`boozwklvdkw#le#bpPlnf#le#wkfpf ?gju#`obpp>!jmsvw#`obpp>!qfsob`fg#tjwkjp#lmf#le#wkffgv`bwjlm#bmgjmeovfm`fg#azqfsvwbwjlm#bp ?nfwb#mbnf>!b``lnnlgbwjlm?,gju= ?,gju=obqdf#sbqw#leJmpwjwvwf#elqwkf#pl.`boofg#bdbjmpw#wkf#Jm#wkjp#`bpf/tbp#bssljmwfg`objnfg#wl#afKltfufq/#wkjpGfsbqwnfmw#lewkf#qfnbjmjmdfeef`w#lm#wkfsbqwj`vobqoz#gfbo#tjwk#wkf ?gju#pwzof>!bonlpw#botbzpbqf#`vqqfmwozf{sqfppjlm#leskjolplskz#leelq#nlqf#wkbm`jujojybwjlmplm#wkf#jpobmgpfof`wfgJmgf{`bm#qfpvow#jm!#ubovf>!!#,=wkf#pwqv`wvqf#,=?,b=?,gju=Nbmz#le#wkfpf`bvpfg#az#wkfle#wkf#Vmjwfgpsbm#`obpp>!n`bm#af#wqb`fgjp#qfobwfg#wlaf`bnf#lmf#lejp#eqfrvfmwozojujmd#jm#wkfwkflqfwj`boozElooltjmd#wkfQfulovwjlmbqzdlufqmnfmw#jmjp#gfwfqnjmfgwkf#slojwj`bojmwqlgv`fg#jmpveej`jfmw#wlgfp`qjswjlm!=pklqw#pwlqjfppfsbqbwjlm#lebp#wl#tkfwkfqhmltm#elq#jwptbp#jmjwjboozgjpsobz9aol`hjp#bm#f{bnsofwkf#sqjm`jsbo`lmpjpwp#le#bqf`ldmjyfg#bp,algz=?,kwno=b#pvapwbmwjboqf`lmpwqv`wfgkfbg#le#pwbwfqfpjpwbm`f#wlvmgfqdqbgvbwfWkfqf#bqf#wtldqbujwbwjlmbobqf#gfp`qjafgjmwfmwjlmboozpfqufg#bp#wkf`obpp>!kfbgfqlsslpjwjlm#wlevmgbnfmwboozglnjmbwfg#wkfbmg#wkf#lwkfqboojbm`f#tjwktbp#elq`fg#wlqfpsf`wjufoz/bmg#slojwj`bojm#pvsslqw#lesflsof#jm#wkf13wk#`fmwvqz-bmg#svaojpkfgolbg@kbqwafbwwl#vmgfqpwbmgnfnafq#pwbwfpfmujqlmnfmwboejqpw#kboe#le`lvmwqjfp#bmgbq`kjwf`wvqboaf#`lmpjgfqfg`kbqb`wfqjyfg`ofbqJmwfqubobvwklqjwbwjufEfgfqbwjlm#letbp#pv``ffgfgbmg#wkfqf#bqfb#`lmpfrvfm`fwkf#Sqfpjgfmwbopl#jm`ovgfgeqff#plewtbqfpv``fppjlm#legfufolsfg#wkftbp#gfpwqlzfgbtbz#eqln#wkf8 ?,p`qjsw= ?bowklvdk#wkfzelooltfg#az#bnlqf#sltfqevoqfpvowfg#jm#bVmjufqpjwz#leKltfufq/#nbmzwkf#sqfpjgfmwKltfufq/#plnfjp#wklvdkw#wlvmwjo#wkf#fmgtbp#bmmlvm`fgbqf#jnslqwbmwbopl#jm`ovgfp=?jmsvw#wzsf>wkf#`fmwfq#le#GL#MLW#BOWFQvpfg#wl#qfefqwkfnfp,<plqw>wkbw#kbg#affmwkf#abpjp#elqkbp#gfufolsfgjm#wkf#pvnnfq`lnsbqbwjufozgfp`qjafg#wkfpv`k#bp#wklpfwkf#qfpvowjmdjp#jnslppjaofubqjlvp#lwkfqPlvwk#Beqj`bmkbuf#wkf#pbnffeef`wjufmfppjm#tkj`k#`bpf8#wf{w.bojdm9pwqv`wvqf#bmg8#ab`hdqlvmg9qfdbqgjmd#wkfpvsslqwfg#wkfjp#bopl#hmltmpwzof>!nbqdjmjm`ovgjmd#wkfabkbpb#Nfobzvmlqph#alhn/Iomlqph#mzmlqphpolufm)M(ajmbjmwfqmb`jlmbo`bojej`b`j/_m`lnvmj`b`j/_m`lmpwqv``j/_m!=?gju#`obpp>!gjpbnajdvbwjlmGlnbjmMbnf$/#$bgnjmjpwqbwjlmpjnvowbmflvpozwqbmpslqwbwjlmJmwfqmbwjlmbo#nbqdjm.alwwln9qfpslmpjajojwz?"Xfmgje^..= ?,=?nfwb#mbnf>!jnsofnfmwbwjlmjmeqbpwqv`wvqfqfsqfpfmwbwjlmalqgfq.alwwln9?,kfbg= ?algz=>kwws&0B&1E&1E?elqn#nfwklg>!nfwklg>!slpw!#,ebuj`lm-j`l!#~*8 ?,p`qjsw= -pfwBwwqjavwf+Bgnjmjpwqbwjlm>#mft#Bqqbz+*8?"Xfmgje^..= gjpsobz9aol`h8Vmelqwvmbwfoz/!=%maps8?,gju=,ebuj`lm-j`l!=>$pwzofpkffw$#jgfmwjej`bwjlm/#elq#f{bnsof/?oj=?b#kqfe>!,bm#bowfqmbwjufbp#b#qfpvow#lesw!=?,p`qjsw= wzsf>!pvanjw!# +evm`wjlm+*#xqf`lnnfmgbwjlmelqn#b`wjlm>!,wqbmpelqnbwjlmqf`lmpwqv`wjlm-pwzof-gjpsobz#B``lqgjmd#wl#kjggfm!#mbnf>!bolmd#tjwk#wkfgl`vnfmw-algz-bssql{jnbwfoz#@lnnvmj`bwjlmpslpw!#b`wjlm>!nfbmjmd#%rvlw8..?"Xfmgje^..=Sqjnf#Njmjpwfq`kbqb`wfqjpwj`?,b=#?b#`obpp>wkf#kjpwlqz#le#lmnlvpflufq>!wkf#dlufqmnfmwkqfe>!kwwsp9,,tbp#lqjdjmbooztbp#jmwqlgv`fg`obppjej`bwjlmqfsqfpfmwbwjufbqf#`lmpjgfqfg?"Xfmgje^..= gfsfmgp#lm#wkfVmjufqpjwz#le#jm#`lmwqbpw#wl#sob`fklogfq>!jm#wkf#`bpf#lejmwfqmbwjlmbo#`lmpwjwvwjlmbopwzof>!alqgfq.9#evm`wjlm+*#xAf`bvpf#le#wkf.pwqj`w-gwg!= ?wbaof#`obpp>!b``lnsbmjfg#azb``lvmw#le#wkf?p`qjsw#pq`>!,mbwvqf#le#wkf#wkf#sflsof#jm#jm#bggjwjlm#wlp*8#ip-jg#>#jg!#tjgwk>!233&!qfdbqgjmd#wkf#Qlnbm#@bwkloj`bm#jmgfsfmgfmwelooltjmd#wkf#-dje!#tjgwk>!2wkf#elooltjmd#gjp`qjnjmbwjlmbq`kbfloldj`bosqjnf#njmjpwfq-ip!=?,p`qjsw=`lnajmbwjlm#le#nbqdjmtjgwk>!`qfbwfFofnfmw+t-bwwb`kFufmw+?,b=?,wg=?,wq=pq`>!kwwsp9,,bJm#sbqwj`vobq/#bojdm>!ofew!#@yf`k#Qfsvaoj`Vmjwfg#Hjmdgln`lqqfpslmgfm`f`lm`ovgfg#wkbw-kwno!#wjwof>!+evm`wjlm#+*#x`lnfp#eqln#wkfbssoj`bwjlm#le?psbm#`obpp>!pafojfufg#wl#affnfmw+$p`qjsw$?,b= ?,oj= ?ojufqz#gjeefqfmw=?psbm#`obpp>!lswjlm#ubovf>!+bopl#hmltm#bp\n?oj=?b#kqfe>!=?jmsvw#mbnf>!pfsbqbwfg#eqlnqfefqqfg#wl#bp#ubojdm>!wls!=elvmgfq#le#wkfbwwfnswjmd#wl#`bqalm#gjl{jgf ?gju#`obpp>!`obpp>!pfbq`k.,algz= ?,kwno=lsslqwvmjwz#wl`lnnvmj`bwjlmp?,kfbg= ?algz#pwzof>!tjgwk9Wj\rVSmd#Uj\rWkw`kbmdfp#jm#wkfalqgfq.`lolq9 3!#alqgfq>!3!#?,psbm=?,gju=?tbp#gjp`lufqfg!#wzsf>!wf{w!#*8 ?,p`qjsw= Gfsbqwnfmw#le#f``ofpjbpwj`bowkfqf#kbp#affmqfpvowjmd#eqln?,algz=?,kwno=kbp#mfufq#affmwkf#ejqpw#wjnfjm#qfpslmpf#wlbvwlnbwj`booz#?,gju= ?gju#jtbp#`lmpjgfqfgsfq`fmw#le#wkf!#,=?,b=?,gju=`loof`wjlm#le#gfp`fmgfg#eqlnpf`wjlm#le#wkfb``fsw.`kbqpfwwl#af#`lmevpfgnfnafq#le#wkf#sbggjmd.qjdkw9wqbmpobwjlm#lejmwfqsqfwbwjlm#kqfe>$kwws9,,tkfwkfq#lq#mlwWkfqf#bqf#boplwkfqf#bqf#nbmzb#pnboo#mvnafqlwkfq#sbqwp#lejnslppjaof#wl##`obpp>!avwwlmol`bwfg#jm#wkf-#Kltfufq/#wkfbmg#fufmwvboozBw#wkf#fmg#le#af`bvpf#le#jwpqfsqfpfmwp#wkf?elqn#b`wjlm>!#nfwklg>!slpw!jw#jp#slppjaofnlqf#ojhfoz#wlbm#jm`qfbpf#jmkbuf#bopl#affm`lqqfpslmgp#wlbmmlvm`fg#wkbwbojdm>!qjdkw!=nbmz#`lvmwqjfpelq#nbmz#zfbqpfbqojfpw#hmltmaf`bvpf#jw#tbpsw!=?,p`qjsw=#ubojdm>!wls!#jmkbajwbmwp#leelooltjmd#zfbq ?gju#`obpp>!njoojlm#sflsof`lmwqlufqpjbo#`lm`fqmjmd#wkfbqdvf#wkbw#wkfdlufqmnfmw#bmgb#qfefqfm`f#wlwqbmpefqqfg#wlgfp`qjajmd#wkf#pwzof>!`lolq9bowklvdk#wkfqfafpw#hmltm#elqpvanjw!#mbnf>!nvowjsoj`bwjlmnlqf#wkbm#lmf#qf`ldmjwjlm#le@lvm`jo#le#wkffgjwjlm#le#wkf##?nfwb#mbnf>!Fmwfqwbjmnfmw#btbz#eqln#wkf#8nbqdjm.qjdkw9bw#wkf#wjnf#lejmufpwjdbwjlmp`lmmf`wfg#tjwkbmg#nbmz#lwkfqbowklvdk#jw#jpafdjmmjmd#tjwk#?psbm#`obpp>!gfp`fmgbmwp#le?psbm#`obpp>!j#bojdm>!qjdkw!?,kfbg= ?algz#bpsf`wp#le#wkfkbp#pjm`f#affmFvqlsfbm#Vmjlmqfnjmjp`fmw#lenlqf#gjeej`vowUj`f#Sqfpjgfmw`lnslpjwjlm#lesbppfg#wkqlvdknlqf#jnslqwbmwelmw.pjyf922s{f{sobmbwjlm#lewkf#`lm`fsw#letqjwwfm#jm#wkf\n?psbm#`obpp>!jp#lmf#le#wkf#qfpfnaobm`f#wllm#wkf#dqlvmgptkj`k#`lmwbjmpjm`ovgjmd#wkf#gfejmfg#az#wkfsvaoj`bwjlm#lenfbmp#wkbw#wkflvwpjgf#le#wkfpvsslqw#le#wkf?jmsvw#`obpp>!?psbm#`obpp>!w+Nbwk-qbmgln+*nlpw#sqlnjmfmwgfp`qjswjlm#le@lmpwbmwjmlsoftfqf#svaojpkfg?gju#`obpp>!pfbssfbqp#jm#wkf2!#kfjdkw>!2!#nlpw#jnslqwbmwtkj`k#jm`ovgfptkj`k#kbg#affmgfpwqv`wjlm#lewkf#slsvobwjlm \n?gju#`obpp>!slppjajojwz#leplnfwjnfp#vpfgbssfbq#wl#kbufpv``fpp#le#wkfjmwfmgfg#wl#afsqfpfmw#jm#wkfpwzof>!`ofbq9a ?,p`qjsw= ?tbp#elvmgfg#jmjmwfqujft#tjwk\\jg!#`lmwfmw>!`bsjwbo#le#wkf ?ojmh#qfo>!pqfofbpf#le#wkfsljmw#lvw#wkbw{NOKwwsQfrvfpwbmg#pvapfrvfmwpf`lmg#obqdfpwufqz#jnslqwbmwpsf`jej`bwjlmppvqeb`f#le#wkfbssojfg#wl#wkfelqfjdm#sloj`z\\pfwGlnbjmMbnffpwbaojpkfg#jmjp#afojfufg#wlJm#bggjwjlm#wlnfbmjmd#le#wkfjp#mbnfg#bewfqwl#sqlwf`w#wkfjp#qfsqfpfmwfgGf`obqbwjlm#lenlqf#feej`jfmw@obppjej`bwjlmlwkfq#elqnp#lekf#qfwvqmfg#wl?psbm#`obpp>!`sfqelqnbm`f#le+evm`wjlm+*#xje#bmg#lmoz#jeqfdjlmp#le#wkfofbgjmd#wl#wkfqfobwjlmp#tjwkVmjwfg#Mbwjlmppwzof>!kfjdkw9lwkfq#wkbm#wkfzsf!#`lmwfmw>!Bppl`jbwjlm#le ?,kfbg= ?algzol`bwfg#lm#wkfjp#qfefqqfg#wl+jm`ovgjmd#wkf`lm`fmwqbwjlmpwkf#jmgjujgvbobnlmd#wkf#nlpwwkbm#bmz#lwkfq,= ?ojmh#qfo>!#qfwvqm#ebopf8wkf#svqslpf#lewkf#bajojwz#wl8`lolq9 eee~ - ?psbm#`obpp>!wkf#pvaif`w#legfejmjwjlmp#le= ?ojmh#qfo>!`objn#wkbw#wkfkbuf#gfufolsfg?wbaof#tjgwk>!`fofaqbwjlm#leElooltjmd#wkf#wl#gjpwjmdvjpk?psbm#`obpp>!awbhfp#sob`f#jmvmgfq#wkf#mbnfmlwfg#wkbw#wkf=?"Xfmgje^..= pwzof>!nbqdjm.jmpwfbg#le#wkfjmwqlgv`fg#wkfwkf#sql`fpp#lejm`qfbpjmd#wkfgjeefqfm`fp#jmfpwjnbwfg#wkbwfpsf`jbooz#wkf,gju=?gju#jg>!tbp#fufmwvboozwkqlvdklvw#kjpwkf#gjeefqfm`fplnfwkjmd#wkbwpsbm=?,psbm=?,pjdmjej`bmwoz#=?,p`qjsw= fmujqlmnfmwbo#wl#sqfufmw#wkfkbuf#affm#vpfgfpsf`jbooz#elqvmgfqpwbmg#wkfjp#fppfmwjbooztfqf#wkf#ejqpwjp#wkf#obqdfpwkbuf#affm#nbgf!#pq`>!kwws9,,jmwfqsqfwfg#bppf`lmg#kboe#le`qloojmd>!ml!#jp#`lnslpfg#leJJ/#Kloz#Qlnbmjp#f{sf`wfg#wlkbuf#wkfjq#ltmgfejmfg#bp#wkfwqbgjwjlmbooz#kbuf#gjeefqfmwbqf#lewfm#vpfgwl#fmpvqf#wkbwbdqffnfmw#tjwk`lmwbjmjmd#wkfbqf#eqfrvfmwozjmelqnbwjlm#lmf{bnsof#jp#wkfqfpvowjmd#jm#b?,b=?,oj=?,vo=#`obpp>!ellwfqbmg#fpsf`jboozwzsf>!avwwlm!#?,psbm=?,psbm=tkj`k#jm`ovgfg= ?nfwb#mbnf>!`lmpjgfqfg#wkf`bqqjfg#lvw#azKltfufq/#jw#jpaf`bnf#sbqw#lejm#qfobwjlm#wlslsvobq#jm#wkfwkf#`bsjwbo#letbp#leej`jbooztkj`k#kbp#affmwkf#Kjpwlqz#lebowfqmbwjuf#wlgjeefqfmw#eqlnwl#pvsslqw#wkfpvddfpwfg#wkbwjm#wkf#sql`fpp##?gju#`obpp>!wkf#elvmgbwjlmaf`bvpf#le#kjp`lm`fqmfg#tjwkwkf#vmjufqpjwzlsslpfg#wl#wkfwkf#`lmwf{w#le?psbm#`obpp>!swf{w!#mbnf>!r!\n\n?gju#`obpp>!wkf#p`jfmwjej`qfsqfpfmwfg#aznbwkfnbwj`jbmpfof`wfg#az#wkfwkbw#kbuf#affm=?gju#`obpp>!`gju#jg>!kfbgfqjm#sbqwj`vobq/`lmufqwfg#jmwl*8 ?,p`qjsw= ?skjolplskj`bo#pqsphlkqubwphjwj\rVSmd#Uj\rWkw<L=o=m=m<V<T<U=l=o=m=m<V<T<Ujmufpwjdb`j/_msbqwj`jsb`j/_m<V<R=n<R=l=g<Y<R<]<W<\\=m=n<T<V<R=n<R=l=g<U=k<Y<W<R<^<Y<V=m<T=m=n<Y<P=g<q<R<^<R=m=n<T<V<R=n<R=l=g=i<R<]<W<\\=m=n=`<^=l<Y<P<Y<Q<T<V<R=n<R=l<\\=c=m<Y<_<R<X<Q=c=m<V<\\=k<\\=n=`<Q<R<^<R=m=n<T<O<V=l<\\<T<Q=g<^<R<S=l<R=m=g<V<R=n<R=l<R<U=m<X<Y<W<\\=n=`<S<R<P<R=e=`=b=m=l<Y<X=m=n<^<R<]=l<\\<[<R<P=m=n<R=l<R<Q=g=o=k<\\=m=n<T<Y=n<Y=k<Y<Q<T<Y<\x7F<W<\\<^<Q<\\=c<T=m=n<R=l<T<T=m<T=m=n<Y<P<\\=l<Y=d<Y<Q<T=c<M<V<\\=k<\\=n=`<S<R=a=n<R<P=o=m<W<Y<X=o<Y=n=m<V<\\<[<\\=n=`=n<R<^<\\=l<R<^<V<R<Q<Y=k<Q<R=l<Y=d<Y<Q<T<Y<V<R=n<R=l<R<Y<R=l<_<\\<Q<R<^<V<R=n<R=l<R<P<L<Y<V<W<\\<P<\\4K5h5i5j4F4C5e5i5j4F4C5f4K4F4K5h5i5d4Z5d4U4K5h4D4]4K5i4@4K5h5i5d4K5n4U4K5h4]4_4K4J5h5i4X4K4]5o4K4F4K5h4O4U4Z4K4M4K5h4]5f4K4Z4E4K5h4F4Y5i5f5i4K5h4K4U4Z4K4M4K5h5j4F4K4J4@4K5h4O5h4U4K4D4K5h4F4_4@5f5h4K5h4O5n4_4K5i4K5h4Z4V4[4K4F4K5h5m5f4C5f5d4K5h4F4]4A5f4D4K5h4@4C5f4C4E4K5h4F4U5h5f5i4K5h4O4B4D4K4]4K5h4K5m5h4K5i4K5h4O5m5h4K5i4K5h4F4K4]5f4B4K5h4F5n5j5f4E4K5h4K5h4U4K4D4K5h4B5d4K4[4]4K5h5i4@4F5i4U4K5h4C5f5o5d4]4K5h4_5f4K4A4E4U4D4C4K5h5h5k4K5h4F4]4D5f4E4K5h4]5d4K4D4[4K5h4O4C4D5f4E4K5h4K4B4D4K4]4K5h5i4F4A4C4E4K5h4K4V4K5j5f`vqplq9sljmwfq8?,wjwof= ?nfwb#!#kqfe>!kwws9,,!=?psbm#`obpp>!nfnafqp#le#wkf#tjmglt-ol`bwjlmufqwj`bo.bojdm9,b=#\x7F#?b#kqfe>!?"gl`wzsf#kwno=nfgjb>!p`qffm!#?lswjlm#ubovf>!ebuj`lm-j`l!#,= \n\n?gju#`obpp>!`kbqb`wfqjpwj`p!#nfwklg>!dfw!#,algz= ?,kwno= pklqw`vw#j`lm!#gl`vnfmw-tqjwf+sbggjmd.alwwln9qfsqfpfmwbwjufppvanjw!#ubovf>!bojdm>!`fmwfq!#wkqlvdklvw#wkf#p`jfm`f#ej`wjlm ##?gju#`obpp>!pvanjw!#`obpp>!lmf#le#wkf#nlpw#ubojdm>!wls!=?tbp#fpwbaojpkfg*8 ?,p`qjsw= qfwvqm#ebopf8!=*-pwzof-gjpsobzaf`bvpf#le#wkf#gl`vnfmw-`llhjf?elqn#b`wjlm>!,~algzxnbqdjm938Fm`z`olsfgjb#leufqpjlm#le#wkf#-`qfbwfFofnfmw+mbnf!#`lmwfmw>!?,gju= ?,gju= bgnjmjpwqbwjuf#?,algz= ?,kwno=kjpwlqz#le#wkf#!=?jmsvw#wzsf>!slqwjlm#le#wkf#bp#sbqw#le#wkf#%maps8?b#kqfe>!lwkfq#`lvmwqjfp!= ?gju#`obpp>!?,psbm=?,psbm=?Jm#lwkfq#tlqgp/gjpsobz9#aol`h8`lmwqlo#le#wkf#jmwqlgv`wjlm#le,= ?nfwb#mbnf>!bp#tfoo#bp#wkf#jm#qf`fmw#zfbqp \n?gju#`obpp>!?,gju= \n?,gju= jmpsjqfg#az#wkfwkf#fmg#le#wkf#`lnsbwjaof#tjwkaf`bnf#hmltm#bp#pwzof>!nbqdjm9-ip!=?,p`qjsw=?#Jmwfqmbwjlmbo#wkfqf#kbuf#affmDfqnbm#obmdvbdf#pwzof>!`lolq9 @lnnvmjpw#Sbqwz`lmpjpwfmw#tjwkalqgfq>!3!#`foo#nbqdjmkfjdkw>!wkf#nbilqjwz#le!#bojdm>!`fmwfqqfobwfg#wl#wkf#nbmz#gjeefqfmw#Lqwklgl{#@kvq`kpjnjobq#wl#wkf#,= ?ojmh#qfo>!ptbp#lmf#le#wkf#vmwjo#kjp#gfbwk~*+*8 ?,p`qjsw=lwkfq#obmdvbdfp`lnsbqfg#wl#wkfslqwjlmp#le#wkfwkf#Mfwkfqobmgpwkf#nlpw#`lnnlmab`hdqlvmg9vqo+bqdvfg#wkbw#wkfp`qloojmd>!ml!#jm`ovgfg#jm#wkfMlqwk#Bnfqj`bm#wkf#mbnf#le#wkfjmwfqsqfwbwjlmpwkf#wqbgjwjlmbogfufolsnfmw#le#eqfrvfmwoz#vpfgb#`loof`wjlm#leufqz#pjnjobq#wlpvqqlvmgjmd#wkff{bnsof#le#wkjpbojdm>!`fmwfq!=tlvog#kbuf#affmjnbdf\\`bswjlm#>bwwb`kfg#wl#wkfpvddfpwjmd#wkbwjm#wkf#elqn#le#jmuloufg#jm#wkfjp#gfqjufg#eqlnmbnfg#bewfq#wkfJmwqlgv`wjlm#wlqfpwqj`wjlmp#lm#pwzof>!tjgwk9#`bm#af#vpfg#wl#wkf#`qfbwjlm#lenlpw#jnslqwbmw#jmelqnbwjlm#bmgqfpvowfg#jm#wkf`loobspf#le#wkfWkjp#nfbmp#wkbwfofnfmwp#le#wkftbp#qfsob`fg#azbmbozpjp#le#wkfjmpsjqbwjlm#elqqfdbqgfg#bp#wkfnlpw#pv``fppevohmltm#bp#%rvlw8b#`lnsqfkfmpjufKjpwlqz#le#wkf#tfqf#`lmpjgfqfgqfwvqmfg#wl#wkfbqf#qfefqqfg#wlVmplvq`fg#jnbdf= \n?gju#`obpp>!`lmpjpwp#le#wkfpwlsSqlsbdbwjlmjmwfqfpw#jm#wkfbubjobajojwz#lebssfbqp#wl#kbuffof`wqlnbdmfwj`fmbaofPfquj`fp+evm`wjlm#le#wkfJw#jp#jnslqwbmw?,p`qjsw=?,gju=evm`wjlm+*xubq#qfobwjuf#wl#wkfbp#b#qfpvow#le#wkf#slpjwjlm#leElq#f{bnsof/#jm#nfwklg>!slpw!#tbp#elooltfg#az%bns8ngbpk8#wkfwkf#bssoj`bwjlmip!=?,p`qjsw= vo=?,gju=?,gju=bewfq#wkf#gfbwktjwk#qfpsf`w#wlpwzof>!sbggjmd9jp#sbqwj`vobqozgjpsobz9jmojmf8#wzsf>!pvanjw!#jp#gjujgfg#jmwl\bTA\nzk#+\vBl\bQ\x7F*qfpslmpbajojgbgbgnjmjpwqb`j/_mjmwfqmb`jlmbofp`lqqfpslmgjfmwf\fHe\fHF\fHC\fIg\fH{\fHF\fIn\fH\\\fIa\fHY\fHU\fHB\fHR\fH\\\fIk\fH^\fIg\fH{\fIg\fHn\fHv\fIm\fHD\fHR\fHY\fH^\fIk\fHy\fHS\fHD\fHT\fH\\\fHy\fHR\fH\\\fHF\fIm\fH^\fHS\fHT\fHz\fIg\fHp\fIk\fHn\fHv\fHR\fHU\fHS\fHc\fHA\fIk\fHp\fIk\fHn\fHZ\fHR\fHB\fHS\fH^\fHU\fHB\fHR\fH\\\fIl\fHp\fHR\fH{\fH\\\fHO\fH@\fHD\fHR\fHD\fIk\fHy\fIm\fHB\fHR\fH\\\fH@\fIa\fH^\fIe\fH{\fHB\fHR\fH^\fHS\fHy\fHB\fHU\fHS\fH^\fHR\fHF\fIo\fH[\fIa\fHL\fH@\fHN\fHP\fHH\fIk\fHA\fHR\fHp\fHF\fHR\fHy\fIa\fH^\fHS\fHy\fHs\fIa\fH\\\fIk\fHD\fHz\fHS\fH^\fHR\fHG\fHJ\fI`\fH\\\fHR\fHD\fHB\fHR\fHB\fH^\fIk\fHB\fHH\fHJ\fHR\fHD\fH@\fHR\fHp\fHR\fH\\\fHY\fHS\fHy\fHR\fHT\fHy\fIa\fHC\fIg\fHn\fHv\fHR\fHU\fHH\fIk\fHF\fHU\fIm\fHm\fHv\fH@\fHH\fHR\fHC\fHR\fHT\fHn\fHY\fHR\fHJ\fHJ\fIk\fHz\fHD\fIk\fHF\fHS\fHw\fH^\fIk\fHY\fHS\fHZ\fIk\fH[\fH\\\fHR\fHp\fIa\fHC\fHe\fHH\fIa\fHH\fH\\\fHB\fIm\fHn\fH@\fHd\fHJ\fIg\fHD\fIg\fHn\fHe\fHF\fHy\fH\\\fHO\fHF\fHN\fHP\fIk\fHn\fHT\fIa\fHI\fHS\fHH\fHG\fHS\fH^\fIa\fHB\fHB\fIm\fHz\fIa\fHC\fHi\fHv\fIa\fHw\fHR\fHw\fIn\fHs\fHH\fIl\fHT\fHn\fH{\fIl\fHH\fHp\fHR\fHc\fH{\fHR\fHY\fHS\fHA\fHR\fH{\fHt\fHO\fIa\fHs\fIk\fHJ\fIn\fHT\fH\\\fIk\fHJ\fHS\fHD\fIg\fHn\fHU\fHH\fIa\fHC\fHR\fHT\fIk\fHy\fIa\fHT\fH{\fHR\fHn\fHK\fIl\fHY\fHS\fHZ\fIa\fHY\fH\\\fHR\fHH\fIk\fHn\fHJ\fId\fHs\fIa\fHT\fHD\fHy\fIa\fHZ\fHR\fHT\fHR\fHB\fHD\fIk\fHi\fHJ\fHR\fH^\fHH\fH@\fHS\fHp\fH^\fIl\fHF\fIm\fH\\\fIn\fH[\fHU\fHS\fHn\fHJ\fIl\fHB\fHS\fHH\fIa\fH\\\fHy\fHY\fHS\fHH\fHR\fH\\\fIm\fHF\fHC\fIk\fHT\fIa\fHI\fHR\fHD\fHy\fH\\\fIg\fHM\fHP\fHB\fIm\fHy\fIa\fHH\fHC\fIg\fHp\fHD\fHR\fHy\fIo\fHF\fHC\fHR\fHF\fIg\fHT\fIa\fHs\fHt\fH\\\fIk\fH^\fIn\fHy\fHR\fH\\\fIa\fHC\fHY\fHS\fHv\fHR\fH\\\fHT\fIn\fHv\fHD\fHR\fHB\fIn\fH^\fIa\fHC\fHJ\fIk\fHz\fIk\fHn\fHU\fHB\fIk\fHZ\fHR\fHT\fIa\fHy\fIn\fH^\fHB\fId\fHn\fHD\fIk\fHH\fId\fHC\fHR\fH\\\fHp\fHS\fHT\fHy\fIkqpp({no!#wjwof>!.wzsf!#`lmwfmw>!wjwof!#`lmwfmw>!bw#wkf#pbnf#wjnf-ip!=?,p`qjsw= ?!#nfwklg>!slpw!#?,psbm=?,b=?,oj=ufqwj`bo.bojdm9w,irvfqz-njm-ip!=-`oj`h+evm`wjlm+#pwzof>!sbggjmd.~*+*8 ?,p`qjsw= ?,psbm=?b#kqfe>!?b#kqfe>!kwws9,,*8#qfwvqm#ebopf8wf{w.gf`lqbwjlm9#p`qloojmd>!ml!#alqgfq.`loobspf9bppl`jbwfg#tjwk#Abkbpb#JmglmfpjbFmdojpk#obmdvbdf?wf{w#{no9psb`f>-dje!#alqgfq>!3!?,algz= ?,kwno= lufqeolt9kjggfm8jnd#pq`>!kwws9,,bggFufmwOjpwfmfqqfpslmpjaof#elq#p-ip!=?,p`qjsw= ,ebuj`lm-j`l!#,=lsfqbwjmd#pzpwfn!#pwzof>!tjgwk92wbqdfw>!\\aobmh!=Pwbwf#Vmjufqpjwzwf{w.bojdm9ofew8 gl`vnfmw-tqjwf+/#jm`ovgjmd#wkf#bqlvmg#wkf#tlqog*8 ?,p`qjsw= ?!#pwzof>!kfjdkw98lufqeolt9kjggfmnlqf#jmelqnbwjlmbm#jmwfqmbwjlmbob#nfnafq#le#wkf#lmf#le#wkf#ejqpw`bm#af#elvmg#jm#?,gju= \n\n?,gju= gjpsobz9#mlmf8!=!#,= ?ojmh#qfo>! ##+evm`wjlm+*#xwkf#26wk#`fmwvqz-sqfufmwGfebvow+obqdf#mvnafq#le#Azybmwjmf#Fnsjqf-isd\x7Fwkvna\x7Fofew\x7Fubpw#nbilqjwz#lenbilqjwz#le#wkf##bojdm>!`fmwfq!=Vmjufqpjwz#Sqfppglnjmbwfg#az#wkfPf`lmg#Tlqog#Tbqgjpwqjavwjlm#le#pwzof>!slpjwjlm9wkf#qfpw#le#wkf#`kbqb`wfqjyfg#az#qfo>!mleloolt!=gfqjufp#eqln#wkfqbwkfq#wkbm#wkf#b#`lnajmbwjlm#lepwzof>!tjgwk9233Fmdojpk.psfbhjmd`lnsvwfq#p`jfm`falqgfq>!3!#bow>!wkf#f{jpwfm`f#leGfnl`qbwj`#Sbqwz!#pwzof>!nbqdjm.Elq#wkjp#qfbplm/-ip!=?,p`qjsw= \npAzWbdMbnf+p*X3^ip!=?,p`qjsw= ?-ip!=?,p`qjsw= ojmh#qfo>!j`lm!#$#bow>$$#`obpp>$elqnbwjlm#le#wkfufqpjlmp#le#wkf#?,b=?,gju=?,gju=,sbdf= ##?sbdf= ?gju#`obpp>!`lmwaf`bnf#wkf#ejqpwabkbpb#Jmglmfpjbfmdojpk#+pjnsof*"y"W"W"["Q"U"V"@=i=l<^<\\=n=m<V<T<V<R<P<S<\\<Q<T<T=c<^<W=c<Y=n=m=c<x<R<]<\\<^<T=n=`=k<Y<W<R<^<Y<V<\\=l<\\<[<^<T=n<T=c<t<Q=n<Y=l<Q<Y=n<r=n<^<Y=n<T=n=`<Q<\\<S=l<T<P<Y=l<T<Q=n<Y=l<Q<Y=n<V<R=n<R=l<R<_<R=m=n=l<\\<Q<T=j=g<V<\\=k<Y=m=n<^<Y=o=m<W<R<^<T=c=i<S=l<R<]<W<Y<P=g<S<R<W=o=k<T=n=`=c<^<W=c=b=n=m=c<Q<\\<T<]<R<W<Y<Y<V<R<P<S<\\<Q<T=c<^<Q<T<P<\\<Q<T<Y=m=l<Y<X=m=n<^<\\4K5h5i5d4K4Z5f4U4K5h4]4J5f4_5f4E4K5h4K5j4F5n4K5h5i4X4K4]5o4K4F5o4K5h4_5f4K4]4K4F4K5h5i5o4F5d4D4E4K5h4_4U5d4C5f4E4K4A4Y4K4J5f4K4F4K5h4U4K5h5i5f4E4K5h4Y5d4F5f4K4F4K5h4K5j4F4]5j4F4K5h4F4Y4K5i5f5i4K5h4I4_5h4K5i5f4K5h5i4X4K4]5o4E4K5h5i4]4J5f4K4Fqlalwp!#`lmwfmw>!?gju#jg>!ellwfq!=wkf#Vmjwfg#Pwbwfp?jnd#pq`>!kwws9,,-isd\x7Fqjdkw\x7Fwkvna\x7F-ip!=?,p`qjsw= ?ol`bwjlm-sqlwl`loeqbnfalqgfq>!3!#p!#,= ?nfwb#mbnf>!?,b=?,gju=?,gju=?elmw.tfjdkw9alog8%rvlw8#bmg#%rvlw8gfsfmgjmd#lm#wkf#nbqdjm938sbggjmd9!#qfo>!mleloolt!#Sqfpjgfmw#le#wkf#wtfmwjfwk#`fmwvqzfujpjlm= ##?,sbdfJmwfqmfw#F{solqfqb-bpzm`#>#wqvf8 jmelqnbwjlm#balvw?gju#jg>!kfbgfq!=!#b`wjlm>!kwws9,,?b#kqfe>!kwwsp9,,?gju#jg>!`lmwfmw!?,gju= ?,gju= ?gfqjufg#eqln#wkf#?jnd#pq`>$kwws9,,b``lqgjmd#wl#wkf# ?,algz= ?,kwno= pwzof>!elmw.pjyf9p`qjsw#obmdvbdf>!Bqjbo/#Kfoufwj`b/?,b=?psbm#`obpp>!?,p`qjsw=?p`qjsw#slojwj`bo#sbqwjfpwg=?,wq=?,wbaof=?kqfe>!kwws9,,ttt-jmwfqsqfwbwjlm#leqfo>!pwzofpkffw!#gl`vnfmw-tqjwf+$?`kbqpfw>!vwe.;!= afdjmmjmd#le#wkf#qfufbofg#wkbw#wkfwfofujpjlm#pfqjfp!#qfo>!mleloolt!=#wbqdfw>!\\aobmh!=`objnjmd#wkbw#wkfkwws&0B&1E&1Ettt-nbmjefpwbwjlmp#leSqjnf#Njmjpwfq#lejmeovfm`fg#az#wkf`obpp>!`ofbqej{!=,gju= ?,gju= wkqff.gjnfmpjlmbo@kvq`k#le#Fmdobmgle#Mlqwk#@bqlojmbprvbqf#hjolnfwqfp-bggFufmwOjpwfmfqgjpwjm`w#eqln#wkf`lnnlmoz#hmltm#bpSklmfwj`#Boskbafwgf`obqfg#wkbw#wkf`lmwqloofg#az#wkfAfmibnjm#Eqbmhojmqlof.sobzjmd#dbnfwkf#Vmjufqpjwz#lejm#Tfpwfqm#Fvqlsfsfqplmbo#`lnsvwfqSqlif`w#Dvwfmafqdqfdbqgofpp#le#wkfkbp#affm#sqlslpfgwldfwkfq#tjwk#wkf=?,oj=?oj#`obpp>!jm#plnf#`lvmwqjfpnjm-ip!=?,p`qjsw=le#wkf#slsvobwjlmleej`jbo#obmdvbdf?jnd#pq`>!jnbdfp,jgfmwjejfg#az#wkfmbwvqbo#qfplvq`fp`obppjej`bwjlm#le`bm#af#`lmpjgfqfgrvbmwvn#nf`kbmj`pMfufqwkfofpp/#wkfnjoojlm#zfbqp#bdl?,algz= ?,kwno="y"W"W"["Q"U"V"@ wbhf#bgubmwbdf#lebmg/#b``lqgjmd#wlbwwqjavwfg#wl#wkfNj`qlplew#Tjmgltpwkf#ejqpw#`fmwvqzvmgfq#wkf#`lmwqlogju#`obpp>!kfbgfqpklqwoz#bewfq#wkfmlwbaof#f{`fswjlmwfmp#le#wklvpbmgppfufqbo#gjeefqfmwbqlvmg#wkf#tlqog-qfb`kjmd#njojwbqzjplobwfg#eqln#wkflsslpjwjlm#wl#wkfwkf#Log#WfpwbnfmwBeqj`bm#Bnfqj`bmpjmpfqwfg#jmwl#wkfpfsbqbwf#eqln#wkfnfwqlslojwbm#bqfbnbhfp#jw#slppjaofb`hmltofgdfg#wkbwbqdvbaoz#wkf#nlpwwzsf>!wf{w,`pp!= wkf#JmwfqmbwjlmboB``lqgjmd#wl#wkf#sf>!wf{w,`pp!#,= `ljm`jgf#tjwk#wkfwtl.wkjqgp#le#wkfGvqjmd#wkjp#wjnf/gvqjmd#wkf#sfqjlgbmmlvm`fg#wkbw#kfwkf#jmwfqmbwjlmbobmg#nlqf#qf`fmwozafojfufg#wkbw#wkf`lmp`jlvpmfpp#bmgelqnfqoz#hmltm#bppvqqlvmgfg#az#wkfejqpw#bssfbqfg#jml``bpjlmbooz#vpfgslpjwjlm9baplovwf8!#wbqdfw>!\\aobmh!#slpjwjlm9qfobwjuf8wf{w.bojdm9`fmwfq8ib{,ojap,irvfqz,2-ab`hdqlvmg.`lolq9 wzsf>!bssoj`bwjlm,bmdvbdf!#`lmwfmw>!?nfwb#kwws.frvju>!Sqjub`z#Sloj`z?,b=f+!&0@p`qjsw#pq`>$!#wbqdfw>!\\aobmh!=Lm#wkf#lwkfq#kbmg/-isd\x7Fwkvna\x7Fqjdkw\x7F1?,gju=?gju#`obpp>!?gju#pwzof>!eolbw9mjmfwffmwk#`fmwvqz?,algz= ?,kwno= ?jnd#pq`>!kwws9,,p8wf{w.bojdm9`fmwfqelmw.tfjdkw9#alog8#B``lqgjmd#wl#wkf#gjeefqfm`f#afwtffm!#eqbnfalqgfq>!3!#!#pwzof>!slpjwjlm9ojmh#kqfe>!kwws9,,kwno7,ollpf-gwg!= gvqjmd#wkjp#sfqjlg?,wg=?,wq=?,wbaof=`olpfoz#qfobwfg#wlelq#wkf#ejqpw#wjnf8elmw.tfjdkw9alog8jmsvw#wzsf>!wf{w!#?psbm#pwzof>!elmw.lmqfbgzpwbwf`kbmdf\n?gju#`obpp>!`ofbqgl`vnfmw-ol`bwjlm-#Elq#f{bnsof/#wkf#b#tjgf#ubqjfwz#le#?"GL@WZSF#kwno= ?%maps8%maps8%maps8!=?b#kqfe>!kwws9,,pwzof>!eolbw9ofew8`lm`fqmfg#tjwk#wkf>kwws&0B&1E&1Ettt-jm#slsvobq#`vowvqfwzsf>!wf{w,`pp!#,=jw#jp#slppjaof#wl#Kbqubqg#Vmjufqpjwzwzofpkffw!#kqfe>!,wkf#nbjm#`kbqb`wfqL{elqg#Vmjufqpjwz##mbnf>!hfztlqgp!#`pwzof>!wf{w.bojdm9wkf#Vmjwfg#Hjmdglnefgfqbo#dlufqmnfmw?gju#pwzof>!nbqdjm#gfsfmgjmd#lm#wkf#gfp`qjswjlm#le#wkf?gju#`obpp>!kfbgfq-njm-ip!=?,p`qjsw=gfpwqv`wjlm#le#wkfpojdkwoz#gjeefqfmwjm#b``lqgbm`f#tjwkwfof`lnnvmj`bwjlmpjmgj`bwfp#wkbw#wkfpklqwoz#wkfqfbewfqfpsf`jbooz#jm#wkf#Fvqlsfbm#`lvmwqjfpKltfufq/#wkfqf#bqfpq`>!kwws9,,pwbwj`pvddfpwfg#wkbw#wkf!#pq`>!kwws9,,ttt-b#obqdf#mvnafq#le#Wfof`lnnvmj`bwjlmp!#qfo>!mleloolt!#wKloz#Qlnbm#Fnsfqlqbonlpw#f{`ovpjufoz!#alqgfq>!3!#bow>!Pf`qfwbqz#le#Pwbwf`vonjmbwjmd#jm#wkf@JB#Tlqog#Eb`wallhwkf#nlpw#jnslqwbmwbmmjufqpbqz#le#wkfpwzof>!ab`hdqlvmg.?oj=?fn=?b#kqfe>!,wkf#Bwobmwj`#L`fbmpwqj`woz#psfbhjmd/pklqwoz#afelqf#wkfgjeefqfmw#wzsfp#lewkf#Lwwlnbm#Fnsjqf=?jnd#pq`>!kwws9,,Bm#Jmwqlgv`wjlm#wl`lmpfrvfm`f#le#wkfgfsbqwvqf#eqln#wkf@lmefgfqbwf#Pwbwfpjmgjdfmlvp#sflsofpSql`ffgjmdp#le#wkfjmelqnbwjlm#lm#wkfwkflqjfp#kbuf#affmjmuloufnfmw#jm#wkfgjujgfg#jmwl#wkqffbgib`fmw#`lvmwqjfpjp#qfpslmpjaof#elqgjpplovwjlm#le#wkf`loobalqbwjlm#tjwktjgfoz#qfdbqgfg#bpkjp#`lmwfnslqbqjfpelvmgjmd#nfnafq#leGlnjmj`bm#Qfsvaoj`dfmfqbooz#b``fswfgwkf#slppjajojwz#lebqf#bopl#bubjobaofvmgfq#`lmpwqv`wjlmqfpwlqbwjlm#le#wkfwkf#dfmfqbo#svaoj`jp#bonlpw#fmwjqfozsbppfp#wkqlvdk#wkfkbp#affm#pvddfpwfg`lnsvwfq#bmg#ujgflDfqnbmj`#obmdvbdfp#b``lqgjmd#wl#wkf#gjeefqfmw#eqln#wkfpklqwoz#bewfqtbqgpkqfe>!kwwsp9,,ttt-qf`fmw#gfufolsnfmwAlbqg#le#Gjqf`wlqp?gju#`obpp>!pfbq`k\x7F#?b#kqfe>!kwws9,,Jm#sbqwj`vobq/#wkfNvowjsof#ellwmlwfplq#lwkfq#pvapwbm`fwklvpbmgp#le#zfbqpwqbmpobwjlm#le#wkf?,gju= ?,gju= ?b#kqfe>!jmgf{-skstbp#fpwbaojpkfg#jmnjm-ip!=?,p`qjsw= sbqwj`jsbwf#jm#wkfb#pwqlmd#jmeovfm`fpwzof>!nbqdjm.wls9qfsqfpfmwfg#az#wkfdqbgvbwfg#eqln#wkfWqbgjwjlmbooz/#wkfFofnfmw+!p`qjsw!*8Kltfufq/#pjm`f#wkf,gju= ?,gju= ?gju#ofew8#nbqdjm.ofew9sqlwf`wjlm#bdbjmpw38#ufqwj`bo.bojdm9Vmelqwvmbwfoz/#wkfwzsf>!jnbdf,{.j`lm,gju= ?gju#`obpp>!#`obpp>!`ofbqej{!=?gju#`obpp>!ellwfq\n\n?,gju= \n\n?,gju= wkf#nlwjlm#sj`wvqf<}=f<W<_<\\=l=m<V<T<]=f<W<_<\\=l=m<V<T<H<Y<X<Y=l<\\=j<T<T<Q<Y=m<V<R<W=`<V<R=m<R<R<]=e<Y<Q<T<Y=m<R<R<]=e<Y<Q<T=c<S=l<R<_=l<\\<P<P=g<r=n<S=l<\\<^<T=n=`<]<Y=m<S<W<\\=n<Q<R<P<\\=n<Y=l<T<\\<W=g<S<R<[<^<R<W=c<Y=n<S<R=m<W<Y<X<Q<T<Y=l<\\<[<W<T=k<Q=g=i<S=l<R<X=o<V=j<T<T<S=l<R<_=l<\\<P<P<\\<S<R<W<Q<R=m=n=`=b<Q<\\=i<R<X<T=n=m=c<T<[<]=l<\\<Q<Q<R<Y<Q<\\=m<Y<W<Y<Q<T=c<T<[<P<Y<Q<Y<Q<T=c<V<\\=n<Y<_<R=l<T<T<|<W<Y<V=m<\\<Q<X=l\fHJ\fIa\fHY\fHR\fH\\\fHR\fHB\fId\fHD\fIm\fHi\fH^\fHF\fIa\fH\\\fHJ\fHR\fHD\fHA\fHR\fH\\\fHH\fIl\fHC\fHi\fHD\fIm\fHJ\fIk\fHZ\fHU\fHS\fHD\fIa\fHJ\fIl\fHk\fHn\fHM\fHS\fHC\fHR\fHJ\fHS\fH^\fIa\fH^\fIl\fHi\fHK\fHS\fHy\fHR\fH\\\fHY\fIl\fHM\fHS\fHC\fIg\fHv\fHS\fHs\fIa\fHL\fIk\fHT\fHB\fHR\fHv\fHR\fH\\\fHp\fHn\fHy\fIa\fHZ\fHD\fHJ\fIm\fHD\fHS\fHC\fHR\fHF\fIa\fH\\\fHC\fIg\fH{\fHi\fHD\fIm\fHT\fHR\fH\\\fH}\fHD\fH^\fHR\fHk\fHD\fHF\fHR\fH\\\fIa\fHs\fIl\fHZ\fH\\\fIa\fHH\fIg\fHn\fH^\fIg\fHy\fHT\fHA\fHR\fHG\fHP\fIa\fH^\fId\fHZ\fHZ\fH\\\fIa\fHH\fIk\fHn\fHF\fIa\fH\\\fHJ\fIk\fHZ\fHF\fIa\fH^\fIk\fHC\fH\\\fHy\fIk\fHn\fHJ\fIa\fH\\\fHT\fIa\fHI\fHS\fHH\fHS\fHe\fHH\fIa\fHF\fHR\fHJ\fHe\fHD\fIa\fHU\fIk\fHn\fHv\fHS\fHs\fIa\fHL\fHR\fHC\fHR\fHH\fIa\fH\\\fHR\fHp\fIa\fHC\fHR\fHJ\fHR\fHF\fIm\fH\\\fHR\fHD\fIk\fHp\fIg\fHM\fHP\fIk\fHn\fHi\fHD\fIm\fHY\fHR\fHJ\fHZ\fIa\fH\\\fIk\fHO\fIl\fHZ\fHS\fHy\fIa\fH[\fHR\fHT\fH\\\fHy\fHR\fH\\\fIl\fHT\fHn\fH{\fIa\fH\\\fHU\fHF\fH\\\fHS\fHO\fHR\fHB\fH@\fIa\fH\\\fHR\fHn\fHM\fH@\fHv\fIa\fHv\fIg\fHn\fHe\fHF\fH^\fH@\fIa\fHK\fHB\fHn\fHH\fIa\fH\\\fIl\fHT\fHn\fHF\fH\\\fIa\fHy\fHe\fHB\fIa\fHB\fIl\fHJ\fHB\fHR\fHK\fIa\fHC\fHB\fHT\fHU\fHR\fHC\fHH\fHR\fHZ\fH@\fIa\fHJ\fIg\fHn\fHB\fIl\fHM\fHS\fHC\fHR\fHj\fHd\fHF\fIl\fHc\fH^\fHB\fIg\fH@\fHR\fHk\fH^\fHT\fHn\fHz\fIa\fHC\fHR\fHj\fHF\fH\\\fIk\fHZ\fHD\fHi\fHD\fIm\fH@\fHn\fHK\fH@\fHR\fHp\fHP\fHR\fH\\\fHD\fHY\fIl\fHD\fHH\fHB\fHF\fIa\fH\\\fHB\fIm\fHz\fHF\fIa\fH\\\fHZ\fIa\fHD\fHF\fH\\\fHS\fHY\fHR\fH\\\fHD\fIm\fHy\fHT\fHR\fHD\fHT\fHB\fH\\\fIa\fHI\fHD\fHj\fHC\fIg\fHp\fHS\fHH\fHT\fIg\fHB\fHY\fHR\fH\\4K5h5i4X4K4]5o4K4F4K5h5i5j4F4C5f4K4F4K5h5o5i4D5f5d4F4]4K5h5i4X4K5k4C4K4F4U4C4C4K5h4^5d4K4]4U4C4C4K5h4]4C5d4C4K5h4I4_5h4K5i5f4E4K5h5m5d4F5d4X5d4D4K5h5i4_4K4D5n4K4F4K5h5i4U5h5d5i4K4F4K5h5i4_5h4_5h4K4F4K5h4@4]4K5m5f5o4_4K5h4K4_5h4K5i5f4E4K5h4K4F4Y4K5h4K4Fhfztlqgp!#`lmwfmw>!t0-lqd,2:::,{kwno!=?b#wbqdfw>!\\aobmh!#wf{w,kwno8#`kbqpfw>!#wbqdfw>!\\aobmh!=?wbaof#`foosbggjmd>!bvwl`lnsofwf>!lee!#wf{w.bojdm9#`fmwfq8wl#obpw#ufqpjlm#az#ab`hdqlvmg.`lolq9# !#kqfe>!kwws9,,ttt-,gju=?,gju=?gju#jg>?b#kqfe>! !#`obpp>!!=?jnd#pq`>!kwws9,,`qjsw!#pq`>!kwws9,, ?p`qjsw#obmdvbdf>!,,FM!#!kwws9,,ttt-tfm`lgfVQJ@lnslmfmw+!#kqfe>!ibubp`qjsw9?gju#`obpp>!`lmwfmwgl`vnfmw-tqjwf+$?p`slpjwjlm9#baplovwf8p`qjsw#pq`>!kwws9,,#pwzof>!nbqdjm.wls9-njm-ip!=?,p`qjsw= ?,gju= ?gju#`obpp>!t0-lqd,2:::,{kwno!# ?,algz= ?,kwno=gjpwjm`wjlm#afwtffm,!#wbqdfw>!\\aobmh!=?ojmh#kqfe>!kwws9,,fm`lgjmd>!vwe.;!<= t-bggFufmwOjpwfmfq<b`wjlm>!kwws9,,ttt-j`lm!#kqfe>!kwws9,,#pwzof>!ab`hdqlvmg9wzsf>!wf{w,`pp!#,= nfwb#sqlsfqwz>!ld9w?jmsvw#wzsf>!wf{w!##pwzof>!wf{w.bojdm9wkf#gfufolsnfmw#le#wzofpkffw!#wzsf>!wfkwno8#`kbqpfw>vwe.;jp#`lmpjgfqfg#wl#afwbaof#tjgwk>!233&!#Jm#bggjwjlm#wl#wkf#`lmwqjavwfg#wl#wkf#gjeefqfm`fp#afwtffmgfufolsnfmw#le#wkf#Jw#jp#jnslqwbmw#wl#?,p`qjsw= ?p`qjsw##pwzof>!elmw.pjyf92=?,psbm=?psbm#jg>daOjaqbqz#le#@lmdqfpp?jnd#pq`>!kwws9,,jnFmdojpk#wqbmpobwjlmB`bgfnz#le#P`jfm`fpgju#pwzof>!gjpsobz9`lmpwqv`wjlm#le#wkf-dfwFofnfmwAzJg+jg*jm#`lmivm`wjlm#tjwkFofnfmw+$p`qjsw$*8#?nfwb#sqlsfqwz>!ld9<}=f<W<_<\\=l=m<V<T #wzsf>!wf{w!#mbnf>!=Sqjub`z#Sloj`z?,b=bgnjmjpwfqfg#az#wkffmbaofPjmdofQfrvfpwpwzof>%rvlw8nbqdjm9?,gju=?,gju=?,gju=?=?jnd#pq`>!kwws9,,j#pwzof>%rvlw8eolbw9qfefqqfg#wl#bp#wkf#wlwbo#slsvobwjlm#lejm#Tbpkjmdwlm/#G-@-#pwzof>!ab`hdqlvmg.bnlmd#lwkfq#wkjmdp/lqdbmjybwjlm#le#wkfsbqwj`jsbwfg#jm#wkfwkf#jmwqlgv`wjlm#lejgfmwjejfg#tjwk#wkfej`wjlmbo#`kbqb`wfq#L{elqg#Vmjufqpjwz#njpvmgfqpwbmgjmd#leWkfqf#bqf/#kltfufq/pwzofpkffw!#kqfe>!,@lovnajb#Vmjufqpjwzf{sbmgfg#wl#jm`ovgfvpvbooz#qfefqqfg#wljmgj`bwjmd#wkbw#wkfkbuf#pvddfpwfg#wkbwbeejojbwfg#tjwk#wkf`lqqfobwjlm#afwtffmmvnafq#le#gjeefqfmw=?,wg=?,wq=?,wbaof=Qfsvaoj`#le#Jqfobmg ?,p`qjsw= ?p`qjsw#vmgfq#wkf#jmeovfm`f`lmwqjavwjlm#wl#wkfLeej`jbo#tfapjwf#lekfbgrvbqwfqp#le#wkf`fmwfqfg#bqlvmg#wkfjnsoj`bwjlmp#le#wkfkbuf#affm#gfufolsfgEfgfqbo#Qfsvaoj`#leaf`bnf#jm`qfbpjmdoz`lmwjmvbwjlm#le#wkfMlwf/#kltfufq/#wkbwpjnjobq#wl#wkbw#le#`bsbajojwjfp#le#wkfb``lqgbm`f#tjwk#wkfsbqwj`jsbmwp#jm#wkfevqwkfq#gfufolsnfmwvmgfq#wkf#gjqf`wjlmjp#lewfm#`lmpjgfqfgkjp#zlvmdfq#aqlwkfq?,wg=?,wq=?,wbaof=?b#kwws.frvju>![.VB.skzpj`bo#sqlsfqwjfple#Aqjwjpk#@lovnajbkbp#affm#`qjwj`jyfg+tjwk#wkf#f{`fswjlmrvfpwjlmp#balvw#wkfsbppjmd#wkqlvdk#wkf3!#`foosbggjmd>!3!#wklvpbmgp#le#sflsofqfgjqf`wp#kfqf-#Elqkbuf#`kjogqfm#vmgfq&0F&0@,p`qjsw&0F!**8?b#kqfe>!kwws9,,ttt-?oj=?b#kqfe>!kwws9,,pjwf\\mbnf!#`lmwfmw>!wf{w.gf`lqbwjlm9mlmfpwzof>!gjpsobz9#mlmf?nfwb#kwws.frvju>![.mft#Gbwf+*-dfwWjnf+*#wzsf>!jnbdf,{.j`lm!?,psbm=?psbm#`obpp>!obmdvbdf>!ibubp`qjswtjmglt-ol`bwjlm-kqfe?b#kqfe>!ibubp`qjsw9..= ?p`qjsw#wzsf>!w?b#kqfe>$kwws9,,ttt-klqw`vw#j`lm!#kqfe>!?,gju= ?gju#`obpp>!?p`qjsw#pq`>!kwws9,,!#qfo>!pwzofpkffw!#w?,gju= ?p`qjsw#wzsf>,b=#?b#kqfe>!kwws9,,#booltWqbmpsbqfm`z>![.VB.@lnsbwjaof!#`lmqfobwjlmpkjs#afwtffm ?,p`qjsw= ?p`qjsw#?,b=?,oj=?,vo=?,gju=bppl`jbwfg#tjwk#wkf#sqldqbnnjmd#obmdvbdf?,b=?b#kqfe>!kwws9,,?,b=?,oj=?oj#`obpp>!elqn#b`wjlm>!kwws9,,?gju#pwzof>!gjpsobz9wzsf>!wf{w!#mbnf>!r!?wbaof#tjgwk>!233&!#ab`hdqlvmg.slpjwjlm9!#alqgfq>!3!#tjgwk>!qfo>!pklqw`vw#j`lm!#k5=?vo=?oj=?b#kqfe>!##?nfwb#kwws.frvju>!`pp!#nfgjb>!p`qffm!#qfpslmpjaof#elq#wkf#!#wzsf>!bssoj`bwjlm,!#pwzof>!ab`hdqlvmg.kwno8#`kbqpfw>vwe.;!#booltwqbmpsbqfm`z>!pwzofpkffw!#wzsf>!wf ?nfwb#kwws.frvju>!=?,psbm=?psbm#`obpp>!3!#`foopsb`jmd>!3!=8 ?,p`qjsw= ?p`qjsw#plnfwjnfp#`boofg#wkfglfp#mlw#mf`fppbqjozElq#nlqf#jmelqnbwjlmbw#wkf#afdjmmjmd#le#?"GL@WZSF#kwno=?kwnosbqwj`vobqoz#jm#wkf#wzsf>!kjggfm!#mbnf>!ibubp`qjsw9uljg+3*8!feef`wjufmfpp#le#wkf#bvwl`lnsofwf>!lee!#dfmfqbooz#`lmpjgfqfg=?jmsvw#wzsf>!wf{w!#!=?,p`qjsw= ?p`qjswwkqlvdklvw#wkf#tlqog`lnnlm#njp`lm`fswjlmbppl`jbwjlm#tjwk#wkf?,gju= ?,gju= ?gju#`gvqjmd#kjp#ojefwjnf/`lqqfpslmgjmd#wl#wkfwzsf>!jnbdf,{.j`lm!#bm#jm`qfbpjmd#mvnafqgjsolnbwj`#qfobwjlmpbqf#lewfm#`lmpjgfqfgnfwb#`kbqpfw>!vwe.;!#?jmsvw#wzsf>!wf{w!#f{bnsofp#jm`ovgf#wkf!=?jnd#pq`>!kwws9,,jsbqwj`jsbwjlm#jm#wkfwkf#fpwbaojpknfmw#le ?,gju= ?gju#`obpp>!%bns8maps8%bns8maps8wl#gfwfqnjmf#tkfwkfqrvjwf#gjeefqfmw#eqlnnbqhfg#wkf#afdjmmjmdgjpwbm`f#afwtffm#wkf`lmwqjavwjlmp#wl#wkf`lmeoj`w#afwtffm#wkftjgfoz#`lmpjgfqfg#wltbp#lmf#le#wkf#ejqpwtjwk#ubqzjmd#gfdqffpkbuf#psf`vobwfg#wkbw+gl`vnfmw-dfwFofnfmwsbqwj`jsbwjmd#jm#wkflqjdjmbooz#gfufolsfgfwb#`kbqpfw>!vwe.;!=#wzsf>!wf{w,`pp!#,= jmwfq`kbmdfbaoz#tjwknlqf#`olpfoz#qfobwfgpl`jbo#bmg#slojwj`bowkbw#tlvog#lwkfqtjpfsfqsfmgj`vobq#wl#wkfpwzof#wzsf>!wf{w,`ppwzsf>!pvanjw!#mbnf>!ebnjojfp#qfpjgjmd#jmgfufolsjmd#`lvmwqjfp`lnsvwfq#sqldqbnnjmdf`lmlnj`#gfufolsnfmwgfwfqnjmbwjlm#le#wkfelq#nlqf#jmelqnbwjlmlm#pfufqbo#l``bpjlmpslqwvdv/Fp#+Fvqlsfv*<O<V=l<\\={<Q=m=`<V<\\=o<V=l<\\={<Q=m=`<V<\\<L<R=m=m<T<U=m<V<R<U<P<\\=n<Y=l<T<\\<W<R<^<T<Q=h<R=l<P<\\=j<T<T=o<S=l<\\<^<W<Y<Q<T=c<Q<Y<R<]=i<R<X<T<P<R<T<Q=h<R=l<P<\\=j<T=c<t<Q=h<R=l<P<\\=j<T=c<L<Y=m<S=o<]<W<T<V<T<V<R<W<T=k<Y=m=n<^<R<T<Q=h<R=l<P<\\=j<T=b=n<Y=l=l<T=n<R=l<T<T<X<R=m=n<\\=n<R=k<Q<R4K5h5i4F5d4K4@4C5d5j4K5h4K4X4F4]4K5o4K4F4K5h4K5n4F4]4K4A4K4Fkwno8#`kbqpfw>VWE.;!#pfwWjnflvw+evm`wjlm+*gjpsobz9jmojmf.aol`h8?jmsvw#wzsf>!pvanjw!#wzsf#>#$wf{w,ibubp`qj?jnd#pq`>!kwws9,,ttt-!#!kwws9,,ttt-t0-lqd,pklqw`vw#j`lm!#kqfe>!!#bvwl`lnsofwf>!lee!#?,b=?,gju=?gju#`obpp>?,b=?,oj= ?oj#`obpp>!`pp!#wzsf>!wf{w,`pp!#?elqn#b`wjlm>!kwws9,,{w,`pp!#kqfe>!kwws9,,ojmh#qfo>!bowfqmbwf!# ?p`qjsw#wzsf>!wf{w,#lm`oj`h>!ibubp`qjsw9+mft#Gbwf*-dfwWjnf+*~kfjdkw>!2!#tjgwk>!2!#Sflsof$p#Qfsvaoj`#le##?b#kqfe>!kwws9,,ttt-wf{w.gf`lqbwjlm9vmgfqwkf#afdjmmjmd#le#wkf#?,gju= ?,gju= ?,gju= fpwbaojpknfmw#le#wkf#?,gju=?,gju=?,gju=?,g ujftslqwxnjm.kfjdkw9 ?p`qjsw#pq`>!kwws9,,lswjlm=?lswjlm#ubovf>lewfm#qfefqqfg#wl#bp#,lswjlm= ?lswjlm#ubov?"GL@WZSF#kwno= ?"..XJmwfqmbwjlmbo#Bjqslqw= ?b#kqfe>!kwws9,,ttt?,b=?b#kqfe>!kwws9,,t\fTL\fT^\fTE\fT^\fUh\fT{\fTN\roI\ro|\roL\ro{\roO\rov\rot\nAOGx\bTA\nzk#+\vUmGx*\fHD\fHS\fH\\\fIa\fHJ\fIk\fHZ\fHM\fHR\fHe\fHD\fH^\fIg\fHM\fHy\fIa\fH[\fIk\fHH\fIa\fH\\\fHp\fHR\fHD\fHy\fHR\fH\\\fIl\fHT\fHn\fH@\fHn\fHK\fHS\fHH\fHT\fIa\fHI\fHR\fHF\fHD\fHR\fHT\fIa\fHY\fIl\fHy\fHR\fH\\\fHT\fHn\fHT\fIa\fHy\fH\\\fHO\fHT\fHR\fHB\fH{\fIa\fH\\\fIl\fHv\fHS\fHs\fIa\fHL\fIg\fHn\fHY\fHS\fHp\fIa\fHr\fHR\fHD\fHi\fHB\fIk\fH\\\fHS\fHy\fHR\fHY\fHS\fHA\fHS\fHD\fIa\fHD\fH{\fHR\fHM\fHS\fHC\fHR\fHm\fHy\fIa\fHC\fIg\fHn\fHy\fHS\fHT\fIm\fH\\\fHy\fIa\fH[\fHR\fHF\fHU\fIm\fHm\fHv\fHH\fIl\fHF\fIa\fH\\\fH@\fHn\fHK\fHD\fHs\fHS\fHF\fIa\fHF\fHO\fIl\fHy\fIa\fH\\\fHS\fHy\fIk\fHs\fHF\fIa\fH\\\fHR\fH\\\fHn\fHA\fHF\fIa\fH\\\fHR\fHF\fIa\fHH\fHB\fHR\fH^\fHS\fHy\fIg\fHn\fH\\\fHG\fHP\fIa\fHH\fHR\fH\\\fHD\fHS\fH\\\fIa\fHB\fHR\fHO\fH^\fHS\fHB\fHS\fHs\fIk\fHMgfp`qjswjlm!#`lmwfmw>!gl`vnfmw-ol`bwjlm-sqlw-dfwFofnfmwpAzWbdMbnf+?"GL@WZSF#kwno= ?kwno#?nfwb#`kbqpfw>!vwe.;!=9vqo!#`lmwfmw>!kwws9,,-`pp!#qfo>!pwzofpkffw!pwzof#wzsf>!wf{w,`pp!=wzsf>!wf{w,`pp!#kqfe>!t0-lqd,2:::,{kwno!#{nowzsf>!wf{w,ibubp`qjsw!#nfwklg>!dfw!#b`wjlm>!ojmh#qfo>!pwzofpkffw!##>#gl`vnfmw-dfwFofnfmwwzsf>!jnbdf,{.j`lm!#,=`foosbggjmd>!3!#`foops-`pp!#wzsf>!wf{w,`pp!#?,b=?,oj=?oj=?b#kqfe>!!#tjgwk>!2!#kfjdkw>!2!!=?b#kqfe>!kwws9,,ttt-pwzof>!gjpsobz9mlmf8!=bowfqmbwf!#wzsf>!bssoj.,,T0@,,GWG#[KWNO#2-3#foopsb`jmd>!3!#`foosbg#wzsf>!kjggfm!#ubovf>!,b=%maps8?psbm#qlof>!p ?jmsvw#wzsf>!kjggfm!#obmdvbdf>!IbubP`qjsw!##gl`vnfmw-dfwFofnfmwpAd>!3!#`foopsb`jmd>!3!#zsf>!wf{w,`pp!#nfgjb>!wzsf>$wf{w,ibubp`qjsw$tjwk#wkf#f{`fswjlm#le#zsf>!wf{w,`pp!#qfo>!pw#kfjdkw>!2!#tjgwk>!2!#>$(fm`lgfVQJ@lnslmfmw+?ojmh#qfo>!bowfqmbwf!# algz/#wq/#jmsvw/#wf{wnfwb#mbnf>!qlalwp!#`lmnfwklg>!slpw!#b`wjlm>!= ?b#kqfe>!kwws9,,ttt-`pp!#qfo>!pwzofpkffw!#?,gju=?,gju=?gju#`obppobmdvbdf>!ibubp`qjsw!=bqjb.kjggfm>!wqvf!=.[?qjsw!#wzsf>!wf{w,ibubpo>38~*+*8 +evm`wjlm+*xab`hdqlvmg.jnbdf9#vqo+,b=?,oj=?oj=?b#kqfe>!k\n\n?oj=?b#kqfe>!kwws9,,bwlq!#bqjb.kjggfm>!wqv=#?b#kqfe>!kwws9,,ttt-obmdvbdf>!ibubp`qjsw!#,lswjlm= ?lswjlm#ubovf,gju=?,gju=?gju#`obpp>qbwlq!#bqjb.kjggfm>!wqf>+mft#Gbwf*-dfwWjnf+*slqwvdv/Fp#+gl#Aqbpjo*<R=l<_<\\<Q<T<[<\\=j<T<T<^<R<[<P<R<Z<Q<R=m=n=`<R<]=l<\\<[<R<^<\\<Q<T=c=l<Y<_<T=m=n=l<\\=j<T<T<^<R<[<P<R<Z<Q<R=m=n<T<R<]=c<[<\\=n<Y<W=`<Q<\\?"GL@WZSF#kwno#SVAOJ@#!mw.Wzsf!#`lmwfmw>!wf{w,?nfwb#kwws.frvju>!@lmwfqbmpjwjlmbo,,FM!#!kwws9?kwno#{nomp>!kwws9,,ttt.,,T0@,,GWG#[KWNO#2-3#WGWG,{kwno2.wqbmpjwjlmbo,,ttt-t0-lqd,WQ,{kwno2,sf#>#$wf{w,ibubp`qjsw$8?nfwb#mbnf>!gfp`qjswjlmsbqfmwMlgf-jmpfqwAfelqf?jmsvw#wzsf>!kjggfm!#mbip!#wzsf>!wf{w,ibubp`qj+gl`vnfmw*-qfbgz+evm`wjp`qjsw#wzsf>!wf{w,ibubpjnbdf!#`lmwfmw>!kwws9,,VB.@lnsbwjaof!#`lmwfmw>wno8#`kbqpfw>vwe.;!#,= ojmh#qfo>!pklqw`vw#j`lm?ojmh#qfo>!pwzofpkffw!#?,p`qjsw= ?p`qjsw#wzsf>>#gl`vnfmw-`qfbwfFofnfm?b#wbqdfw>!\\aobmh!#kqfe>#gl`vnfmw-dfwFofnfmwpAjmsvw#wzsf>!wf{w!#mbnf>b-wzsf#>#$wf{w,ibubp`qjmsvw#wzsf>!kjggfm!#mbnfkwno8#`kbqpfw>vwe.;!#,=gwg!= ?kwno#{nomp>!kwws.,,T0@,,GWG#KWNO#7-32#WfmwpAzWbdMbnf+$p`qjsw$*jmsvw#wzsf>!kjggfm!#mbn?p`qjsw#wzsf>!wf{w,ibubp!#pwzof>!gjpsobz9mlmf8!=gl`vnfmw-dfwFofnfmwAzJg+>gl`vnfmw-`qfbwfFofnfmw+$#wzsf>$wf{w,ibubp`qjsw$jmsvw#wzsf>!wf{w!#mbnf>!g-dfwFofnfmwpAzWbdMbnf+pmj`bo!#kqfe>!kwws9,,ttt-@,,GWG#KWNO#7-32#Wqbmpjw?pwzof#wzsf>!wf{w,`pp!= ?pwzof#wzsf>!wf{w,`pp!=jlmbo-gwg!= ?kwno#{nomp>kwws.frvju>!@lmwfmw.Wzsfgjmd>!3!#`foopsb`jmd>!3!kwno8#`kbqpfw>vwe.;!#,= #pwzof>!gjpsobz9mlmf8!=??oj=?b#kqfe>!kwws9,,ttt-#wzsf>$wf{w,ibubp`qjsw$=<X<Y=c=n<Y<W=`<Q<R=m=n<T=m<R<R=n<^<Y=n=m=n<^<T<T<S=l<R<T<[<^<R<X=m=n<^<\\<]<Y<[<R<S<\\=m<Q<R=m=n<T\fHF\fIm\fHT\fIa\fHH\fHS\fHy\fHR\fHy\fHR\fHn\fH{\fIa\fH\\\fIk\fHT\fHe\fHD\fIa\fHU\fIg\fHn\fHD\fIk\fHY\fHS\fHK\fHR\fHD\fHT\fHA\fHR\fHG\fHS\fHy\fIa\fHT\fHS\fHn\fH{\fHT\fIm\fH\\\fHy\fIa\fH[\fHS\fHH\fHy\fIe\fHF\fIl\fH\\\fHR\fHk\fHs\fHY\fHS\fHp\fIa\fHr\fHR\fHF\fHD\fHy\fHR\fH\\\fIa\fH\\\fHY\fHR\fHd\fHT\fHy\fIa\fH\\\fHS\fHC\fHH\fHR',"\u06F7%\u018C'T%\x85'W%\xD7%O%g%\xA6&\u0193%\u01E5&>&*&'&^&\x88\u0178\u0C3E&\u01AD&\u0192&)&^&%&'&\x82&P&1&\xB1&3&]&m&u&E&t&C&\xCF&V&V&/&>&6&\u0F76\u177Co&p&@&E&M&P&x&@&F&e&\xCC&7&:&(&D&0&C&)&.&F&-&1&(&L&F&1\u025E*\u03EA\u21F3&\u1372&K&;&)&E&H&P&0&?&9&V&\x81&-&v&a&,&E&)&?&=&'&'&B&\u0D2E&\u0503&\u0316*&*8&%&%&&&%,)&\x9A&>&\x86&7&]&F&2&>&J&6&n&2&%&?&\x8E&2&6&J&g&-&0&,&*&J&*&O&)&6&(&<&B&N&.&P&@&2&.&W&M&%\u053C\x84(,(<&,&\u03DA&\u18C7&-&,(%&(&%&(\u013B0&X&D&\x81&j&'&J&(&.&B&3&Z&R&h&3&E&E&<\xC6-\u0360\u1EF3&%8?&@&,&Z&@&0&J&,&^&x&_&6&C&6&C\u072C\u2A25&f&-&-&-&-&,&J&2&8&z&8&C&Y&8&-&d&\u1E78\xCC-&7&1&F&7&t&W&7&I&.&.&^&=\u0F9C\u19D3&8(>&/&/&\u077B')'\u1065')'%@/&0&%\u043E\u09C0*&*@&C\u053D\u05D4\u0274\u05EB4\u0DD7\u071A\u04D16\u0D84&/\u0178\u0303Z&*%\u0246\u03FF&\u0134&1\xA8\u04B4\u0174",j,"AAAAKKLLKKKKKJJIHHIHHGGFF"),QO(a),CO(GO(a),j)}function jo(a,j){return a<=j?a:j}function KO(a,j,b,q,v){a.set(b.slice(q,v),j)}function C_(a,j,b,q){if(a==null)return-1;let v=jo(a.offset+q,a.data.length),D=v-a.offset;return j.set(a.data.subarray(a.offset,v),b),a.offset+=D,D}function YO(a){return 0}function GO(a){return a}function ZO(a){return 1}function JO(a){return 1}function QO(a){}function XO(a){let j=a.length,b=new Int8Array(j);for(let q=0;q<j;++q)b[q]=a.charCodeAt(q);return b}function $O(a,j){let b=new ut;if(H(b,new t(a)),j){let Q=j.customDictionary;Q&&ne(b,Q)}let q=0,v=[];for(;;){let Q=new Int8Array(16384);if(v.push(Q),b.output=Q,b.outputOffset=0,b.outputLength=16384,b.outputUsed=0,Nw(b),q+=b.outputUsed,b.outputUsed<16384)break}M(b);let D=new Int8Array(q),z=0;for(let Q=0;Q<v.length;++Q){let ce=v[Q],re=jo(q,z+16384)-z;re<16384?D.set(ce.subarray(0,re),z):D.set(ce,z),z+=re}return D}return $O},CT=eP()});var zl,KT,Nf,yp,YT=V(()=>{To();Dn();WT();zl=le(Eh());Dn();KT={brotli:{mode:0,quality:8,lgwin:22}},yp=class extends _r{constructor(e){super(e);this.name="brotli";this.extensions=["br"];this.contentEncodings=["br"];this.isSupported=!0;this.options=e}async preload(){Nf=Nf||this.options?.modules?.brotli,Nf||console.warn(`${this.name} library not installed`)}async compress(e){if(!Pn&&this.options.brotli?.useZlib){let r=await Ni(zl.default.brotliCompress)(e);return Zr(r)}return this.compressSync(e)}compressSync(e){if(!Pn&&this.options.brotli?.useZlib){let o=zl.default.brotliCompressSync(e);return Zr(o)}let r={...KT.brotli,...this.options?.brotli},n=new Uint8Array(e);if(!Nf)throw new Error("brotli compression: brotli module not installed");return Nf.compress(n,r).buffer}async decompress(e){if(!Pn&&this.options.brotli?.useZlib){let r=await Ni(zl.default.brotliDecompress)(e);return Zr(r)}return this.decompressSync(e)}decompressSync(e){if(!Pn&&this.options.brotli?.useZlib){let o=zl.default.brotliDecompressSync(e);return Zr(o)}let r={...KT.brotli,...this.options?.brotli},n=new Uint8Array(e);return Nf?Nf.decompress(n,r).buffer:CT(n,void 0).buffer}}});var Ul,jp,GT=V(()=>{Dn();To();jp=class extends _r{constructor(e){super(e);this.name="lzo";this.extensions=[];this.contentEncodings=[];this.isSupported=!1;if(this.options=e,Ul=Ul||this.options?.modules?.lzo,!Ul)throw new Error(this.name)}async preload(){}async compress(e){await this.preload();let r=zc(e);return Ul.compress(r).buffer}async decompress(e){try{await this.preload();let r=zc(e);return Ul.decompress(r).buffer}catch(r){throw r}}}});var ZT=V(()=>{zq();ST();ET();AT();VT();YT();GT()});var Rh=B(Us=>{Us.hashU32=function(e){return e=e|0,e=e+2127912214+(e<<12)|0,e=e^-949894596^e>>>19,e=e+374761393+(e<<5)|0,e=e+-744332180^e<<9,e=e+-42973499+(e<<3)|0,e^-1252372727^e>>>16|0};Us.readU64=function(e,r){var n=0;return n|=e[r++]<<0,n|=e[r++]<<8,n|=e[r++]<<16,n|=e[r++]<<24,n|=e[r++]<<32,n|=e[r++]<<40,n|=e[r++]<<48,n|=e[r++]<<56,n};Us.readU32=function(e,r){var n=0;return n|=e[r++]<<0,n|=e[r++]<<8,n|=e[r++]<<16,n|=e[r++]<<24,n};Us.writeU32=function(e,r,n){e[r++]=n>>0&255,e[r++]=n>>8&255,e[r++]=n>>16&255,e[r++]=n>>24&255};Us.imul=function(e,r){var n=e>>>16,i=e&65535,o=r>>>16,f=r&65535;return i*f+(n*f+i*o<<16)|0}});var eB=B($T=>{var ri=Rh(),Rf=2654435761,Hf=2246822519,JT=3266489917,tP=668265263,QT=374761393;function _p(t,e){return t=t|0,e=e|0,t>>>(32-e|0)|t<<e|0}function XT(t,e,r){return t=t|0,e=e|0,r=r|0,ri.imul(t>>>(32-e|0)|t<<e,r)|0}function Hh(t,e){return t=t|0,e=e|0,t>>>e^t|0}function Ll(t,e,r,n,i){return XT(ri.imul(e,r)+t,n,i)}function rP(t,e,r){return XT(t+ri.imul(e[r],QT),11,Rf)}function nP(t,e,r){return Ll(t,ri.readU32(e,r),JT,17,tP)}function iP(t,e,r){return[Ll(t[0],ri.readU32(e,r+0),Hf,13,Rf),Ll(t[1],ri.readU32(e,r+4),Hf,13,Rf),Ll(t[2],ri.readU32(e,r+8),Hf,13,Rf),Ll(t[3],ri.readU32(e,r+12),Hf,13,Rf)]}function oP(t,e,r,n){var i,o;if(o=n,n>=16){for(i=[t+Rf+Hf,t+Hf,t,t-Rf];n>=16;)i=iP(i,e,r),r+=16,n-=16;i=_p(i[0],1)+_p(i[1],7)+_p(i[2],12)+_p(i[3],18)+o}else i=t+QT+n>>>0;for(;n>=4;)i=nP(i,e,r),r+=4,n-=4;for(;n>0;)i=rP(i,e,r),r++,n--;return i=Hh(ri.imul(Hh(ri.imul(Hh(i,15),Hf),13),JT),16),i>>>0}$T.hash=oP});var lB=B(tr=>{var fP=eB(),fn=Rh(),qp=4,sP=13,tB=5,Mh=6,vp=1<<16,Vl=4,Tp=(1<<Vl)-1,aP=4,Ls=(1<<aP)-1,rB=sB(5<<20),zh=uP(),Uh=407708164,lP=4,nB=8,iB=16,Lh=64,Vh=192,Bp=2147483648,oB=7,Ch=4,fB=7,kp={4:65536,5:262144,6:1048576,7:4194304};function uP(){try{return new Uint32Array(vp)}catch{for(var t=new Array(vp),e=0;e<vp;e++)t[e]=0;return t}}function cP(t){for(var e=0;e<vp;e++)zh[e]=0}function sB(t){try{return new Uint8Array(t)}catch{for(var e=new Array(t),r=0;r<t;r++)e[r]=0;return e}}function aB(t,e,r){if(typeof t.buffer!==void 0){if(Uint8Array.prototype.slice)return t.slice(e,r);var n=t.length;e=e|0,e=e<0?Math.max(n+e,0):Math.min(e,n),r=r===void 0?n:r|0,r=r<0?Math.max(n+r,0):Math.min(r,n);for(var i=new Uint8Array(r-e),o=e,f=0;o<r;)i[f++]=t[o++];return i}else return t.slice(e,r)}tr.compressBound=function(e){return e+e/255+16|0};tr.decompressBound=function(e){var r=0;if(fn.readU32(e,r)!==Uh)throw new Error("invalid magic number");r+=4;var n=e[r++];if((n&Vh)!==Lh)throw new Error("incompatible descriptor version "+(n&Vh));var i=(n&iB)!=0,o=(n&nB)!=0,f=e[r++]>>Ch&fB;if(kp[f]===void 0)throw new Error("invalid block size "+f);var s=kp[f];if(o)return fn.readU64(e,r);r++;for(var u=0;;){var l=fn.readU32(e,r);if(r+=4,l&Bp?(l&=~Bp,u+=l):u+=s,l===0)return u;i&&(r+=4),r+=l}};tr.makeBuffer=sB;tr.decompressBlock=function(e,r,n,i,o){var f,s,u,l,c;for(u=n+i;n<u;){var w=e[n++],p=w>>4;if(p>0){if(p===15)for(;p+=e[n],e[n++]===255;);for(l=n+p;n<l;)r[o++]=e[n++]}if(n>=u)break;if(f=w&15,s=e[n++]|e[n++]<<8,f===15)for(;f+=e[n],e[n++]===255;);for(f+=qp,c=o-s,l=c+f;c<l;)r[o++]=r[c++]|0}return o};tr.compressBlock=function(e,r,n,i,o){var f,s,u,l,c,w,p,g,T;if(p=0,g=i+n,s=n,i>=sP)for(var L=(1<<Mh)+3;n+qp<g-tB;){var O=fn.readU32(e,n),K=fn.hashU32(O)>>>0;if(K=(K>>16^K)>>>0&65535,f=o[K]-1,o[K]=n+1,f<0||n-f>>>16>0||fn.readU32(e,f)!==O){c=L++>>Mh,n+=c;continue}for(L=(1<<Mh)+3,w=n-s,l=n-f,n+=qp,f+=qp,u=n;n<g-tB&&e[n]===e[f];)n++,f++;u=n-u;var ne=u<Tp?u:Tp;if(w>=Ls){for(r[p++]=(Ls<<Vl)+ne,T=w-Ls;T>=255;T-=255)r[p++]=255;r[p++]=T}else r[p++]=(w<<Vl)+ne;for(var H=0;H<w;H++)r[p++]=e[s+H];if(r[p++]=l,r[p++]=l>>8,u>=Tp){for(T=u-Tp;T>=255;T-=255)r[p++]=255;r[p++]=T}s=n}if(s===0)return 0;if(w=g-s,w>=Ls){for(r[p++]=Ls<<Vl,T=w-Ls;T>=255;T-=255)r[p++]=255;r[p++]=T}else r[p++]=w<<Vl;for(n=s;n<g;)r[p++]=e[n++];return p};tr.decompressFrame=function(e,r){var n,i,o,f,s=0,u=0;if(fn.readU32(e,s)!==Uh)throw new Error("invalid magic number");if(s+=4,f=e[s++],(f&Vh)!==Lh)throw new Error("incompatible descriptor version");n=(f&iB)!=0,i=(f&lP)!=0,o=(f&nB)!=0;var l=e[s++]>>Ch&fB;if(kp[l]===void 0)throw new Error("invalid block size");for(o&&(s+=8),s++;;){var c;if(c=fn.readU32(e,s),s+=4,c===0)break;if(n&&(s+=4),(c&Bp)!=0){c&=~Bp;for(var w=0;w<c;w++)r[u++]=e[s++]}else u=tr.decompressBlock(e,r,s,c,u),s+=c}return i&&(s+=4),u};tr.compressFrame=function(e,r){var n=0;fn.writeU32(r,n,Uh),n+=4,r[n++]=Lh,r[n++]=oB<<Ch,r[n]=fP.hash(0,r,4,n-4)>>8,n++;var i=kp[oB],o=e.length,f=0;for(cP(zh);o>0;){var s=0,u=o>i?i:o;if(s=tr.compressBlock(e,rB,f,u,zh),s>u||s===0){fn.writeU32(r,n,2147483648|u),n+=4;for(var l=f+u;f<l;)r[n++]=e[f++];o-=u}else{fn.writeU32(r,n,s),n+=4;for(var c=0;c<s;)r[n++]=rB[c++];f+=u,o-=u}}return fn.writeU32(r,n,0),n+=4,n};tr.decompress=function(e,r){var n,i;return r===void 0&&(r=tr.decompressBound(e)),n=tr.makeBuffer(r),i=tr.decompressFrame(e,n),i!==r&&(n=aB(n,0,i)),n};tr.compress=function(e,r){var n,i;return r===void 0&&(r=tr.compressBound(e.length)),n=tr.makeBuffer(r),i=tr.compressFrame(e,n),i!==r&&(n=aB(n,0,i)),n}});var uB=B(()=>{});function cB(t){return Buffer.from(t)}function pB(t){return Buffer.isBuffer(t)?new Uint8Array(t.buffer,t.byteOffset,t.length).slice().buffer:t}async function wB(t){let e=Object.values(Wl);return await Promise.all(e.map(r=>r.preload()))}async function Wh(t,e){let r=Wl[t];if(!r)throw new Error(`parquet: invalid compression method: ${t}`);let n=pB(e),i=await r.compress(n);return cB(i)}async function Ip(t,e,r){let n=Wl[t];if(!n)throw new Error(`parquet: invalid compression method: ${t}`);let i=pB(e),o=await n.decompress(i,r);return cB(o)}var dB,mB,Cl,Wl,Kl=V(()=>{ZT();dB=le(lB()),mB=le(uB());Cl={lz4js:dB.default,lzo:mB.default},Wl={UNCOMPRESSED:new Gc,GZIP:new cp,SNAPPY:new gp,BROTLI:new yp({modules:Cl}),LZ4:new Rl({modules:Cl}),LZ4_RAW:new Rl({modules:Cl}),LZO:new jp({modules:Cl}),ZSTD:new mp({modules:Cl})}});var Kh=B((T5,Yl)=>{"use strict";typeof global.Map!="undefined"?(Yl.exports=global.Map,Yl.exports.Map=global.Map):(Qr=function(t){this._keys=[],this._values={};for(var e=0;e<t.length;e++)if(t[e]!=null){var r=t[e],n=r[0],i=r[1];this._keys.push(n),this._values[n]={v:i,i:this._keys.length-1}}},Qr.prototype.clear=function(){this._keys=[],this._values={}},Qr.prototype.delete=function(t){var e=this._values[t];return e==null?!1:(delete this._values[t],this._keys.splice(e.i,1),!0)},Qr.prototype.entries=function(){var t=this,e=0;return{next:function(){var r=t._keys[e++];return{value:r!==void 0?[r,t._values[r].v]:void 0,done:r===void 0}}}},Qr.prototype.forEach=function(t,e){e=e||this;for(var r=0;r<this._keys.length;r++){var n=this._keys[r];t.call(e,this._values[n].v,n,e)}},Qr.prototype.get=function(t){return this._values[t]?this._values[t].v:void 0},Qr.prototype.has=function(t){return this._values[t]!=null},Qr.prototype.keys=function(){var t=this,e=0;return{next:function(){var r=t._keys[e++];return{value:r!==void 0?r:void 0,done:r===void 0}}}},Qr.prototype.set=function(t,e){return this._values[t]?(this._values[t].v=e,this):(this._keys.push(t),this._values[t]={v:e,i:this._keys.length-1},this)},Qr.prototype.values=function(){var t=this,e=0;return{next:function(){var r=t._keys[e++];return{value:r!==void 0?t._values[r].v:void 0,done:r===void 0}}}},Object.defineProperty(Qr.prototype,"size",{enumerable:!0,get:function(){return this._keys.length}}),Yl.exports=Qr,Yl.exports.Map=Qr);var Qr});var Vs=B((B5,Yh)=>{function S(t,e){if(!(this instanceof S))return new S(t,e);this._bsontype="Long",this.low_=t|0,this.high_=e|0}S.prototype.toInt=function(){return this.low_};S.prototype.toNumber=function(){return this.high_*S.TWO_PWR_32_DBL_+this.getLowBitsUnsigned()};S.prototype.toBigInt=function(){return BigInt(this.toString())};S.prototype.toJSON=function(){return this.toString()};S.prototype.toString=function(t){var e=t||10;if(e<2||36<e)throw Error("radix out of range: "+e);if(this.isZero())return"0";if(this.isNegative())if(this.equals(S.MIN_VALUE)){var r=S.fromNumber(e),n=this.div(r),i=n.multiply(r).subtract(this);return n.toString(e)+i.toInt().toString(e)}else return"-"+this.negate().toString(e);var o=S.fromNumber(Math.pow(e,6));i=this;for(var f="";!i.isZero();){var s=i.div(o),u=i.subtract(s.multiply(o)).toInt(),l=u.toString(e);if(i=s,i.isZero())return l+f;for(;l.length<6;)l="0"+l;f=""+l+f}};S.prototype.getHighBits=function(){return this.high_};S.prototype.getLowBits=function(){return this.low_};S.prototype.getLowBitsUnsigned=function(){return this.low_>=0?this.low_:S.TWO_PWR_32_DBL_+this.low_};S.prototype.getNumBitsAbs=function(){if(this.isNegative())return this.equals(S.MIN_VALUE)?64:this.negate().getNumBitsAbs();for(var t=this.high_!==0?this.high_:this.low_,e=31;e>0&&(t&1<<e)==0;e--);return this.high_!==0?e+33:e+1};S.prototype.isZero=function(){return this.high_===0&&this.low_===0};S.prototype.isNegative=function(){return this.high_<0};S.prototype.isOdd=function(){return(this.low_&1)==1};S.prototype.equals=function(t){return this.high_===t.high_&&this.low_===t.low_};S.prototype.notEquals=function(t){return this.high_!==t.high_||this.low_!==t.low_};S.prototype.lessThan=function(t){return this.compare(t)<0};S.prototype.lessThanOrEqual=function(t){return this.compare(t)<=0};S.prototype.greaterThan=function(t){return this.compare(t)>0};S.prototype.greaterThanOrEqual=function(t){return this.compare(t)>=0};S.prototype.compare=function(t){if(this.equals(t))return 0;var e=this.isNegative(),r=t.isNegative();return e&&!r?-1:!e&&r?1:this.subtract(t).isNegative()?-1:1};S.prototype.negate=function(){return this.equals(S.MIN_VALUE)?S.MIN_VALUE:this.not().add(S.ONE)};S.prototype.add=function(t){var e=this.high_>>>16,r=this.high_&65535,n=this.low_>>>16,i=this.low_&65535,o=t.high_>>>16,f=t.high_&65535,s=t.low_>>>16,u=t.low_&65535,l=0,c=0,w=0,p=0;return p+=i+u,w+=p>>>16,p&=65535,w+=n+s,c+=w>>>16,w&=65535,c+=r+f,l+=c>>>16,c&=65535,l+=e+o,l&=65535,S.fromBits(w<<16|p,l<<16|c)};S.prototype.subtract=function(t){return this.add(t.negate())};S.prototype.multiply=function(t){if(this.isZero())return S.ZERO;if(t.isZero())return S.ZERO;if(this.equals(S.MIN_VALUE))return t.isOdd()?S.MIN_VALUE:S.ZERO;if(t.equals(S.MIN_VALUE))return this.isOdd()?S.MIN_VALUE:S.ZERO;if(this.isNegative())return t.isNegative()?this.negate().multiply(t.negate()):this.negate().multiply(t).negate();if(t.isNegative())return this.multiply(t.negate()).negate();if(this.lessThan(S.TWO_PWR_24_)&&t.lessThan(S.TWO_PWR_24_))return S.fromNumber(this.toNumber()*t.toNumber());var e=this.high_>>>16,r=this.high_&65535,n=this.low_>>>16,i=this.low_&65535,o=t.high_>>>16,f=t.high_&65535,s=t.low_>>>16,u=t.low_&65535,l=0,c=0,w=0,p=0;return p+=i*u,w+=p>>>16,p&=65535,w+=n*u,c+=w>>>16,w&=65535,w+=i*s,c+=w>>>16,w&=65535,c+=r*u,l+=c>>>16,c&=65535,c+=n*s,l+=c>>>16,c&=65535,c+=i*f,l+=c>>>16,c&=65535,l+=e*u+r*s+n*f+i*o,l&=65535,S.fromBits(w<<16|p,l<<16|c)};S.prototype.div=function(t){if(t.isZero())throw Error("division by zero");if(this.isZero())return S.ZERO;if(this.equals(S.MIN_VALUE)){if(t.equals(S.ONE)||t.equals(S.NEG_ONE))return S.MIN_VALUE;if(t.equals(S.MIN_VALUE))return S.ONE;var e=this.shiftRight(1),r=e.div(t).shiftLeft(1);if(r.equals(S.ZERO))return t.isNegative()?S.ONE:S.NEG_ONE;var n=this.subtract(t.multiply(r)),i=r.add(n.div(t));return i}else if(t.equals(S.MIN_VALUE))return S.ZERO;if(this.isNegative())return t.isNegative()?this.negate().div(t.negate()):this.negate().div(t).negate();if(t.isNegative())return this.div(t.negate()).negate();var o=S.ZERO;for(n=this;n.greaterThanOrEqual(t);){r=Math.max(1,Math.floor(n.toNumber()/t.toNumber()));for(var f=Math.ceil(Math.log(r)/Math.LN2),s=f<=48?1:Math.pow(2,f-48),u=S.fromNumber(r),l=u.multiply(t);l.isNegative()||l.greaterThan(n);)r-=s,u=S.fromNumber(r),l=u.multiply(t);u.isZero()&&(u=S.ONE),o=o.add(u),n=n.subtract(l)}return o};S.prototype.modulo=function(t){return this.subtract(this.div(t).multiply(t))};S.prototype.not=function(){return S.fromBits(~this.low_,~this.high_)};S.prototype.and=function(t){return S.fromBits(this.low_&t.low_,this.high_&t.high_)};S.prototype.or=function(t){return S.fromBits(this.low_|t.low_,this.high_|t.high_)};S.prototype.xor=function(t){return S.fromBits(this.low_^t.low_,this.high_^t.high_)};S.prototype.shiftLeft=function(t){if(t&=63,t===0)return this;var e=this.low_;if(t<32){var r=this.high_;return S.fromBits(e<<t,r<<t|e>>>32-t)}else return S.fromBits(0,e<<t-32)};S.prototype.shiftRight=function(t){if(t&=63,t===0)return this;var e=this.high_;if(t<32){var r=this.low_;return S.fromBits(r>>>t|e<<32-t,e>>t)}else return S.fromBits(e>>t-32,e>=0?0:-1)};S.prototype.shiftRightUnsigned=function(t){if(t&=63,t===0)return this;var e=this.high_;if(t<32){var r=this.low_;return S.fromBits(r>>>t|e<<32-t,e>>>t)}else return t===32?S.fromBits(e,0):S.fromBits(e>>>t-32,0)};S.fromInt=function(t){if(-128<=t&&t<128){var e=S.INT_CACHE_[t];if(e)return e}var r=new S(t|0,t<0?-1:0);return-128<=t&&t<128&&(S.INT_CACHE_[t]=r),r};S.fromNumber=function(t){return isNaN(t)||!isFinite(t)?S.ZERO:t<=-S.TWO_PWR_63_DBL_?S.MIN_VALUE:t+1>=S.TWO_PWR_63_DBL_?S.MAX_VALUE:t<0?S.fromNumber(-t).negate():new S(t%S.TWO_PWR_32_DBL_|0,t/S.TWO_PWR_32_DBL_|0)};S.fromBigInt=function(t){return S.fromString(t.toString(10),10)};S.fromBits=function(t,e){return new S(t,e)};S.fromString=function(t,e){if(t.length===0)throw Error("number format error: empty string");var r=e||10;if(r<2||36<r)throw Error("radix out of range: "+r);if(t.charAt(0)==="-")return S.fromString(t.substring(1),r).negate();if(t.indexOf("-")>=0)throw Error('number format error: interior "-" character: '+t);for(var n=S.fromNumber(Math.pow(r,8)),i=S.ZERO,o=0;o<t.length;o+=8){var f=Math.min(8,t.length-o),s=parseInt(t.substring(o,o+f),r);if(f<8){var u=S.fromNumber(Math.pow(r,f));i=i.multiply(u).add(S.fromNumber(s))}else i=i.multiply(n),i=i.add(S.fromNumber(s))}return i};S.INT_CACHE_={};S.TWO_PWR_16_DBL_=1<<16;S.TWO_PWR_24_DBL_=1<<24;S.TWO_PWR_32_DBL_=S.TWO_PWR_16_DBL_*S.TWO_PWR_16_DBL_;S.TWO_PWR_31_DBL_=S.TWO_PWR_32_DBL_/2;S.TWO_PWR_48_DBL_=S.TWO_PWR_32_DBL_*S.TWO_PWR_16_DBL_;S.TWO_PWR_64_DBL_=S.TWO_PWR_32_DBL_*S.TWO_PWR_32_DBL_;S.TWO_PWR_63_DBL_=S.TWO_PWR_64_DBL_/2;S.ZERO=S.fromInt(0);S.ONE=S.fromInt(1);S.NEG_ONE=S.fromInt(-1);S.MAX_VALUE=S.fromBits(4294967295|0,2147483647|0);S.MIN_VALUE=S.fromBits(0,2147483648|0);S.TWO_PWR_24_=S.fromInt(1<<24);Yh.exports=S;Yh.exports.Long=S});var xp=B((k5,Gh)=>{function Cs(t){if(!(this instanceof Cs))return new Cs(t);this._bsontype="Double",this.value=t}Cs.prototype.valueOf=function(){return this.value};Cs.prototype.toJSON=function(){return this.value};Gh.exports=Cs;Gh.exports.Double=Cs});var Sp=B((I5,Zh)=>{function E(t,e){if(!(this instanceof E))return new E(t,e);this._bsontype="Timestamp",this.low_=t|0,this.high_=e|0}E.prototype.toInt=function(){return this.low_};E.prototype.toNumber=function(){return this.high_*E.TWO_PWR_32_DBL_+this.getLowBitsUnsigned()};E.prototype.toJSON=function(){return this.toString()};E.prototype.toString=function(t){var e=t||10;if(e<2||36<e)throw Error("radix out of range: "+e);if(this.isZero())return"0";if(this.isNegative())if(this.equals(E.MIN_VALUE)){var r=E.fromNumber(e),n=this.div(r),i=n.multiply(r).subtract(this);return n.toString(e)+i.toInt().toString(e)}else return"-"+this.negate().toString(e);var o=E.fromNumber(Math.pow(e,6));i=this;for(var f="";!i.isZero();){var s=i.div(o),u=i.subtract(s.multiply(o)).toInt(),l=u.toString(e);if(i=s,i.isZero())return l+f;for(;l.length<6;)l="0"+l;f=""+l+f}};E.prototype.getHighBits=function(){return this.high_};E.prototype.getLowBits=function(){return this.low_};E.prototype.getLowBitsUnsigned=function(){return this.low_>=0?this.low_:E.TWO_PWR_32_DBL_+this.low_};E.prototype.getNumBitsAbs=function(){if(this.isNegative())return this.equals(E.MIN_VALUE)?64:this.negate().getNumBitsAbs();for(var t=this.high_!==0?this.high_:this.low_,e=31;e>0&&(t&1<<e)==0;e--);return this.high_!==0?e+33:e+1};E.prototype.isZero=function(){return this.high_===0&&this.low_===0};E.prototype.isNegative=function(){return this.high_<0};E.prototype.isOdd=function(){return(this.low_&1)==1};E.prototype.equals=function(t){return this.high_===t.high_&&this.low_===t.low_};E.prototype.notEquals=function(t){return this.high_!==t.high_||this.low_!==t.low_};E.prototype.lessThan=function(t){return this.compare(t)<0};E.prototype.lessThanOrEqual=function(t){return this.compare(t)<=0};E.prototype.greaterThan=function(t){return this.compare(t)>0};E.prototype.greaterThanOrEqual=function(t){return this.compare(t)>=0};E.prototype.compare=function(t){if(this.equals(t))return 0;var e=this.isNegative(),r=t.isNegative();return e&&!r?-1:!e&&r?1:this.subtract(t).isNegative()?-1:1};E.prototype.negate=function(){return this.equals(E.MIN_VALUE)?E.MIN_VALUE:this.not().add(E.ONE)};E.prototype.add=function(t){var e=this.high_>>>16,r=this.high_&65535,n=this.low_>>>16,i=this.low_&65535,o=t.high_>>>16,f=t.high_&65535,s=t.low_>>>16,u=t.low_&65535,l=0,c=0,w=0,p=0;return p+=i+u,w+=p>>>16,p&=65535,w+=n+s,c+=w>>>16,w&=65535,c+=r+f,l+=c>>>16,c&=65535,l+=e+o,l&=65535,E.fromBits(w<<16|p,l<<16|c)};E.prototype.subtract=function(t){return this.add(t.negate())};E.prototype.multiply=function(t){if(this.isZero())return E.ZERO;if(t.isZero())return E.ZERO;if(this.equals(E.MIN_VALUE))return t.isOdd()?E.MIN_VALUE:E.ZERO;if(t.equals(E.MIN_VALUE))return this.isOdd()?E.MIN_VALUE:E.ZERO;if(this.isNegative())return t.isNegative()?this.negate().multiply(t.negate()):this.negate().multiply(t).negate();if(t.isNegative())return this.multiply(t.negate()).negate();if(this.lessThan(E.TWO_PWR_24_)&&t.lessThan(E.TWO_PWR_24_))return E.fromNumber(this.toNumber()*t.toNumber());var e=this.high_>>>16,r=this.high_&65535,n=this.low_>>>16,i=this.low_&65535,o=t.high_>>>16,f=t.high_&65535,s=t.low_>>>16,u=t.low_&65535,l=0,c=0,w=0,p=0;return p+=i*u,w+=p>>>16,p&=65535,w+=n*u,c+=w>>>16,w&=65535,w+=i*s,c+=w>>>16,w&=65535,c+=r*u,l+=c>>>16,c&=65535,c+=n*s,l+=c>>>16,c&=65535,c+=i*f,l+=c>>>16,c&=65535,l+=e*u+r*s+n*f+i*o,l&=65535,E.fromBits(w<<16|p,l<<16|c)};E.prototype.div=function(t){if(t.isZero())throw Error("division by zero");if(this.isZero())return E.ZERO;if(this.equals(E.MIN_VALUE)){if(t.equals(E.ONE)||t.equals(E.NEG_ONE))return E.MIN_VALUE;if(t.equals(E.MIN_VALUE))return E.ONE;var e=this.shiftRight(1),r=e.div(t).shiftLeft(1);if(r.equals(E.ZERO))return t.isNegative()?E.ONE:E.NEG_ONE;var n=this.subtract(t.multiply(r)),i=r.add(n.div(t));return i}else if(t.equals(E.MIN_VALUE))return E.ZERO;if(this.isNegative())return t.isNegative()?this.negate().div(t.negate()):this.negate().div(t).negate();if(t.isNegative())return this.div(t.negate()).negate();var o=E.ZERO;for(n=this;n.greaterThanOrEqual(t);){r=Math.max(1,Math.floor(n.toNumber()/t.toNumber()));for(var f=Math.ceil(Math.log(r)/Math.LN2),s=f<=48?1:Math.pow(2,f-48),u=E.fromNumber(r),l=u.multiply(t);l.isNegative()||l.greaterThan(n);)r-=s,u=E.fromNumber(r),l=u.multiply(t);u.isZero()&&(u=E.ONE),o=o.add(u),n=n.subtract(l)}return o};E.prototype.modulo=function(t){return this.subtract(this.div(t).multiply(t))};E.prototype.not=function(){return E.fromBits(~this.low_,~this.high_)};E.prototype.and=function(t){return E.fromBits(this.low_&t.low_,this.high_&t.high_)};E.prototype.or=function(t){return E.fromBits(this.low_|t.low_,this.high_|t.high_)};E.prototype.xor=function(t){return E.fromBits(this.low_^t.low_,this.high_^t.high_)};E.prototype.shiftLeft=function(t){if(t&=63,t===0)return this;var e=this.low_;if(t<32){var r=this.high_;return E.fromBits(e<<t,r<<t|e>>>32-t)}else return E.fromBits(0,e<<t-32)};E.prototype.shiftRight=function(t){if(t&=63,t===0)return this;var e=this.high_;if(t<32){var r=this.low_;return E.fromBits(r>>>t|e<<32-t,e>>t)}else return E.fromBits(e>>t-32,e>=0?0:-1)};E.prototype.shiftRightUnsigned=function(t){if(t&=63,t===0)return this;var e=this.high_;if(t<32){var r=this.low_;return E.fromBits(r>>>t|e<<32-t,e>>>t)}else return t===32?E.fromBits(e,0):E.fromBits(e>>>t-32,0)};E.fromInt=function(t){if(-128<=t&&t<128){var e=E.INT_CACHE_[t];if(e)return e}var r=new E(t|0,t<0?-1:0);return-128<=t&&t<128&&(E.INT_CACHE_[t]=r),r};E.fromNumber=function(t){return isNaN(t)||!isFinite(t)?E.ZERO:t<=-E.TWO_PWR_63_DBL_?E.MIN_VALUE:t+1>=E.TWO_PWR_63_DBL_?E.MAX_VALUE:t<0?E.fromNumber(-t).negate():new E(t%E.TWO_PWR_32_DBL_|0,t/E.TWO_PWR_32_DBL_|0)};E.fromBits=function(t,e){return new E(t,e)};E.fromString=function(t,e){if(t.length===0)throw Error("number format error: empty string");var r=e||10;if(r<2||36<r)throw Error("radix out of range: "+r);if(t.charAt(0)==="-")return E.fromString(t.substring(1),r).negate();if(t.indexOf("-")>=0)throw Error('number format error: interior "-" character: '+t);for(var n=E.fromNumber(Math.pow(r,8)),i=E.ZERO,o=0;o<t.length;o+=8){var f=Math.min(8,t.length-o),s=parseInt(t.substring(o,o+f),r);if(f<8){var u=E.fromNumber(Math.pow(r,f));i=i.multiply(u).add(E.fromNumber(s))}else i=i.multiply(n),i=i.add(E.fromNumber(s))}return i};E.INT_CACHE_={};E.TWO_PWR_16_DBL_=1<<16;E.TWO_PWR_24_DBL_=1<<24;E.TWO_PWR_32_DBL_=E.TWO_PWR_16_DBL_*E.TWO_PWR_16_DBL_;E.TWO_PWR_31_DBL_=E.TWO_PWR_32_DBL_/2;E.TWO_PWR_48_DBL_=E.TWO_PWR_32_DBL_*E.TWO_PWR_16_DBL_;E.TWO_PWR_64_DBL_=E.TWO_PWR_32_DBL_*E.TWO_PWR_32_DBL_;E.TWO_PWR_63_DBL_=E.TWO_PWR_64_DBL_/2;E.ZERO=E.fromInt(0);E.ONE=E.fromInt(1);E.NEG_ONE=E.fromInt(-1);E.MAX_VALUE=E.fromBits(4294967295|0,2147483647|0);E.MIN_VALUE=E.fromBits(0,2147483648|0);E.TWO_PWR_24_=E.fromInt(1<<24);Zh.exports=E;Zh.exports.Timestamp=E});var Ao=B((x5,bB)=>{"use strict";function pP(t){return t.toString().replace(/function *\(/,"function (")}function hB(t,e){return new Buffer(t,e)}function dP(){return Buffer.alloc.apply(Buffer,arguments)}function mP(){return Buffer.from.apply(Buffer,arguments)}bB.exports={normalizedFunctionString:pP,allocBuffer:typeof Buffer.alloc=="function"?dP:hB,toBuffer:typeof Buffer.from=="function"?mP:hB}});var yB=B((S5,gB)=>{gB.exports=function(e){return e&&typeof e=="object"&&typeof e.copy=="function"&&typeof e.fill=="function"&&typeof e.readUInt8=="function"}});var jB=B((E5,Jh)=>{typeof Object.create=="function"?Jh.exports=function(e,r){e.super_=r,e.prototype=Object.create(r.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})}:Jh.exports=function(e,r){e.super_=r;var n=function(){};n.prototype=r.prototype,e.prototype=new n,e.prototype.constructor=e}});var Hn=B($e=>{var _B=Object.getOwnPropertyDescriptors||function(e){for(var r=Object.keys(e),n={},i=0;i<r.length;i++)n[r[i]]=Object.getOwnPropertyDescriptor(e,r[i]);return n},wP=/%[sdj%]/g;$e.format=function(t){if(!Fp(t)){for(var e=[],r=0;r<arguments.length;r++)e.push(Oo(arguments[r]));return e.join(" ")}for(var r=1,n=arguments,i=n.length,o=String(t).replace(wP,function(s){if(s==="%%")return"%";if(r>=i)return s;switch(s){case"%s":return String(n[r++]);case"%d":return Number(n[r++]);case"%j":try{return JSON.stringify(n[r++])}catch{return"[Circular]"}default:return s}}),f=n[r];r<i;f=n[++r])Op(f)||!Ws(f)?o+=" "+f:o+=" "+Oo(f);return o};$e.deprecate=function(t,e){if(typeof process!="undefined"&&process.noDeprecation===!0)return t;if(typeof process=="undefined")return function(){return $e.deprecate(t,e).apply(this,arguments)};var r=!1;function n(){if(!r){if(process.throwDeprecation)throw new Error(e);process.traceDeprecation?console.trace(e):console.error(e),r=!0}return t.apply(this,arguments)}return n};var Ep={},Qh;$e.debuglog=function(t){if(Fo(Qh)&&(Qh=process.env.NODE_DEBUG||""),t=t.toUpperCase(),!Ep[t])if(new RegExp("\\b"+t+"\\b","i").test(Qh)){var e=process.pid;Ep[t]=function(){var r=$e.format.apply($e,arguments);console.error("%s %d: %s",t,e,r)}}else Ep[t]=function(){};return Ep[t]};function Oo(t,e){var r={seen:[],stylize:bP};return arguments.length>=3&&(r.depth=arguments[2]),arguments.length>=4&&(r.colors=arguments[3]),eb(e)?r.showHidden=e:e&&$e._extend(r,e),Fo(r.showHidden)&&(r.showHidden=!1),Fo(r.depth)&&(r.depth=2),Fo(r.colors)&&(r.colors=!1),Fo(r.customInspect)&&(r.customInspect=!0),r.colors&&(r.stylize=hP),Ap(r,t,r.depth)}$e.inspect=Oo;Oo.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]};Oo.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"};function hP(t,e){var r=Oo.styles[e];return r?"["+Oo.colors[r][0]+"m"+t+"["+Oo.colors[r][1]+"m":t}function bP(t,e){return t}function gP(t){var e={};return t.forEach(function(r,n){e[r]=!0}),e}function Ap(t,e,r){if(t.customInspect&&e&&Np(e.inspect)&&e.inspect!==$e.inspect&&!(e.constructor&&e.constructor.prototype===e)){var n=e.inspect(r,t);return Fp(n)||(n=Ap(t,n,r)),n}var i=yP(t,e);if(i)return i;var o=Object.keys(e),f=gP(o);if(t.showHidden&&(o=Object.getOwnPropertyNames(e)),Dp(e)&&(o.indexOf("message")>=0||o.indexOf("description")>=0))return Xh(e);if(o.length===0){if(Np(e)){var s=e.name?": "+e.name:"";return t.stylize("[Function"+s+"]","special")}if(Pp(e))return t.stylize(RegExp.prototype.toString.call(e),"regexp");if(tb(e))return t.stylize(Date.prototype.toString.call(e),"date");if(Dp(e))return Xh(e)}var u="",l=!1,c=["{","}"];if(qB(e)&&(l=!0,c=["[","]"]),Np(e)){var w=e.name?": "+e.name:"";u=" [Function"+w+"]"}if(Pp(e)&&(u=" "+RegExp.prototype.toString.call(e)),tb(e)&&(u=" "+Date.prototype.toUTCString.call(e)),Dp(e)&&(u=" "+Xh(e)),o.length===0&&(!l||e.length==0))return c[0]+u+c[1];if(r<0)return Pp(e)?t.stylize(RegExp.prototype.toString.call(e),"regexp"):t.stylize("[Object]","special");t.seen.push(e);var p;return l?p=jP(t,e,r,f,o):p=o.map(function(g){return $h(t,e,r,f,g,l)}),t.seen.pop(),_P(p,u,c)}function yP(t,e){if(Fo(e))return t.stylize("undefined","undefined");if(Fp(e)){var r="'"+JSON.stringify(e).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return t.stylize(r,"string")}if(vB(e))return t.stylize(""+e,"number");if(eb(e))return t.stylize(""+e,"boolean");if(Op(e))return t.stylize("null","null")}function Xh(t){return"["+Error.prototype.toString.call(t)+"]"}function jP(t,e,r,n,i){for(var o=[],f=0,s=e.length;f<s;++f)TB(e,String(f))?o.push($h(t,e,r,n,String(f),!0)):o.push("");return i.forEach(function(u){u.match(/^\d+$/)||o.push($h(t,e,r,n,u,!0))}),o}function $h(t,e,r,n,i,o){var f,s,u;if(u=Object.getOwnPropertyDescriptor(e,i)||{value:e[i]},u.get?u.set?s=t.stylize("[Getter/Setter]","special"):s=t.stylize("[Getter]","special"):u.set&&(s=t.stylize("[Setter]","special")),TB(n,i)||(f="["+i+"]"),s||(t.seen.indexOf(u.value)<0?(Op(r)?s=Ap(t,u.value,null):s=Ap(t,u.value,r-1),s.indexOf(`
|
|
3
|
+
#:#ed #(# at #ly #="# of the #. This #,# not #er #al #='#ful #ive #less #est #ize #ous #`,` !! ! , *! &! " ! ) * * - ! # ! #!*! + ,$ ! - % . / # 0 1 . " 2 3!* 4% ! # / 5 6 7 8 0 1 & $ 9 + : ; < ' != > ?! 4 @ 4 2 & A *# ( B C& ) % ) !*# *-% A +! *. D! %' & E *6 F G% ! *A *% H! D I!+! J!+ K +- *4! A L!*4 M N +6 O!*% +.! K *G P +%( ! G *D +D Q +# *K!*G!+D!+# +G +A +4!+% +K!+4!*D!+K!*K`);function B(a,x,k,E,O,Q,ne){let ge=x,Ae=Q.triplets,Ne=Q.prefixSuffixStorage,ve=Q.prefixSuffixHeads,it=3*ne,ft=Ae[it],zt=Ae[it+1],nn=Ae[it+2],dn=ve[ft],hr=ve[ft+1],ut=ve[nn],on=ve[nn+1],Ui=zt-11,vc=zt-0;for((Ui<1||Ui>9)&&(Ui=0),(vc<1||vc>9)&&(vc=0);dn!=hr;)a[ge++]=Ne[dn++];Ui>O&&(Ui=O),E+=Ui,O-=Ui,O-=vc;let y_=O;for(;y_>0;)a[ge++]=k[E++],y_--;if(zt==10||zt==11){let Nt=ge-O;for(zt==10&&(O=1);O>0;){let Of=a[Nt]&255;Of<192?(Of>=97&&Of<=122&&(a[Nt]^=32),Nt+=1,O-=1):Of<224?(a[Nt+1]^=32,Nt+=2,O-=2):(a[Nt+2]^=5,Nt+=3,O-=3)}}else if(zt==21||zt==22){let Nt=ge-O,Of=Q.params[ne],Wr=(Of&32767)+(16777216-(Of&32768));for(;O>0;){let Ao=1,Li=a[Nt]&255;if(Li<128)Wr+=Li,a[Nt]=Wr&127;else if(!(Li<192)){if(Li<224)if(O>=2){let Oo=a[Nt+1];Wr+=Oo&63|(Li&31)<<6,a[Nt]=192|Wr>>6&31,a[Nt+1]=Oo&192|Wr&63,Ao=2}else Ao=O;else if(Li<240)if(O>=3){let Oo=a[Nt+1],dl=a[Nt+2];Wr+=dl&63|(Oo&63)<<6|(Li&15)<<12,a[Nt]=224|Wr>>12&15,a[Nt+1]=Oo&192|Wr>>6&63,a[Nt+2]=dl&192|Wr&63,Ao=3}else Ao=O;else if(Li<248)if(O>=4){let Oo=a[Nt+1],dl=a[Nt+2],j_=a[Nt+3];Wr+=j_&63|(dl&63)<<6|(Oo&63)<<12|(Li&7)<<18,a[Nt]=240|Wr>>18&7,a[Nt+1]=Oo&192|Wr>>12&63,a[Nt+2]=dl&192|Wr>>6&63,a[Nt+3]=j_&192|Wr&63,Ao=4}else Ao=O}Nt+=Ao,O-=Ao,zt==21&&(O=0)}}for(;ut!=on;)a[ge++]=Ne[ut++];return ge-x}function R(a,x){let k=1<<x-1;for(;(a&k)!=0;)k>>=1;return(a&k-1)+k}function fe(a,x,k,E,O){do E-=k,a[x+E]=O;while(E>0)}function se(a,x,k){let E=1<<x-k;for(;x<15&&(E-=a[x],!(E<=0));)x++,E<<=1;return x-k}function nt(a,x,k,E,O){let Q=a[x],ne,ge=new Int32Array(O),Ae=new Int32Array(16),Ne=new Int32Array(16),ve;for(ve=0;ve<O;ve++)Ae[E[ve]]++;Ne[1]=0;for(let ut=1;ut<15;ut++)Ne[ut+1]=Ne[ut]+Ae[ut];for(ve=0;ve<O;ve++)E[ve]!=0&&(ge[Ne[E[ve]]++]=ve);let it=k,ft=1<<it,zt=ft;if(Ne[15]==1){for(ne=0;ne<zt;ne++)a[Q+ne]=ge[0];return zt}ne=0,ve=0;for(let ut=1,on=2;ut<=k;ut++,on<<=1)for(;Ae[ut]>0;Ae[ut]--)fe(a,Q+ne,on,ft,ut<<16|ge[ve++]),ne=R(ne,ut);let nn=zt-1,dn=-1,hr=Q;for(let ut=k+1,on=2;ut<=15;ut++,on<<=1)for(;Ae[ut]>0;Ae[ut]--)(ne&nn)!=dn&&(hr+=ft,it=se(Ae,ut,k),ft=1<<it,zt+=ft,dn=ne&nn,a[Q+dn]=it+k<<16|hr-Q-dn),fe(a,hr+(ne>>k),on,ft,ut-k<<16|ge[ve++]),ne=R(ne,ut);return zt}function Ze(a){if(a.endOfStreamReached!=0){if(De(a)>=-2)return;throw"No more input"}let x=a.halfOffset<<1,k=4096-x;for(a.byteBuffer.copyWithin(0,x,4096),a.halfOffset=0;k<4096;){let E=4096-k,O=g_(a.input,a.byteBuffer,k,E);if(O<=0){a.endOfStreamReached=1,a.tailBytes=k,k+=1;break}k+=O}Re(a,k)}function vt(a,x){if(a.endOfStreamReached==0)return;let k=(a.halfOffset<<1)+(a.bitOffset+7>>3)-4;if(k>a.tailBytes)throw"Read after end";if(x!=0&&k!=a.tailBytes)throw"Unused bytes after end"}function br(a){if(a.bitOffset>32)throw"Accumulator underloaded: "+a.bitOffset}function ke(a,x){let k=a.accumulator32>>>a.bitOffset&(1<<x)-1;return a.bitOffset+=x,k}function Cn(a,x){let k=ke(a,16);return a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16,k|ke(a,x-16)<<16}function v(a){a.byteBuffer=new Int8Array(4160),a.accumulator32=0,a.shortBuffer=new Int16Array(2080),a.bitOffset=32,a.halfOffset=2048,a.endOfStreamReached=0,I(a)}function I(a){a.halfOffset>2030&&Ze(a),vt(a,0),a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16,a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16}function P(a){a.bitOffset==32&&I(a)}function ie(a){let x=32-a.bitOffset&7;if(x!=0&&ke(a,x)!=0)throw"Corrupted padding bits"}function De(a){let x=2048;return a.endOfStreamReached!=0&&(x=a.tailBytes+1>>1),x-a.halfOffset}function $e(a,x,k,E){if((a.bitOffset&7)!=0)throw"Unaligned copyBytes";for(;a.bitOffset!=32&&E!=0;)x[k++]=a.accumulator32>>>a.bitOffset,a.bitOffset+=8,E--;if(E==0)return;let O=Eo(De(a),E>>1);if(O>0){let Q=a.halfOffset<<1,ne=O<<1;x.set(a.byteBuffer.subarray(Q,Q+ne),k),k+=ne,E-=ne,a.halfOffset+=O}if(E!=0){if(De(a)>0){for(a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16);E!=0;)x[k++]=a.accumulator32>>>a.bitOffset,a.bitOffset+=8,E--;vt(a,0);return}for(;E>0;){let Q=g_(a.input,x,k,E);if(Q==-1)throw"Unexpected end of input";k+=Q,E-=Q}}}function Re(a,x){let k=a.byteBuffer,E=x>>1,O=a.shortBuffer;for(let Q=0;Q<E;++Q)O[Q]=k[Q*2]&255|(k[Q*2+1]&255)<<8}let St=new Int32Array(2048);function yt(a,x,k){for(let O=0;O<256;++O)a[O]=O&63,a[512+O]=O>>2,a[1792+O]=2+(O>>6);for(let O=0;O<128;++O)a[1024+O]=4*(x.charCodeAt(O)-32);for(let O=0;O<64;++O)a[1152+O]=O&1,a[1216+O]=2+(O&1);let E=1280;for(let O=0;O<19;++O){let Q=O&3,ne=k.charCodeAt(O)-32;for(let ge=0;ge<ne;++ge)a[E++]=Q}for(let O=0;O<16;++O)a[1792+O]=1,a[2032+O]=6;a[1792]=0,a[2047]=7;for(let O=0;O<256;++O)a[1536+O]=a[1792+O]<<3}yt(St,` !! ! "#$##%#$&'##(#)#++++++++++((&*'##,---,---,-----,-----,-----&#'###.///.///./////./////./////&#'# `,"A/* ': & : $ \x81 @");function xt(){this.ringBuffer=new Int8Array(0),this.contextModes=new Int8Array(0),this.contextMap=new Int8Array(0),this.distContextMap=new Int8Array(0),this.distExtraBits=new Int8Array(0),this.output=new Int8Array(0),this.byteBuffer=new Int8Array(0),this.shortBuffer=new Int16Array(0),this.intBuffer=new Int32Array(0),this.rings=new Int32Array(0),this.blockTrees=new Int32Array(0),this.literalTreeGroup=new Int32Array(0),this.commandTreeGroup=new Int32Array(0),this.distanceTreeGroup=new Int32Array(0),this.distOffset=new Int32Array(0),this.runningState=0,this.nextRunningState=0,this.accumulator32=0,this.bitOffset=0,this.halfOffset=0,this.tailBytes=0,this.endOfStreamReached=0,this.metaBlockLength=0,this.inputEnd=0,this.isUncompressed=0,this.isMetadata=0,this.literalBlockLength=0,this.numLiteralBlockTypes=0,this.commandBlockLength=0,this.numCommandBlockTypes=0,this.distanceBlockLength=0,this.numDistanceBlockTypes=0,this.pos=0,this.maxDistance=0,this.distRbIdx=0,this.trivialLiteralContext=0,this.literalTreeIdx=0,this.commandTreeIdx=0,this.j=0,this.insertLength=0,this.contextMapSlice=0,this.distContextMapSlice=0,this.contextLookupOffset1=0,this.contextLookupOffset2=0,this.distanceCode=0,this.numDirectDistanceCodes=0,this.distancePostfixBits=0,this.distance=0,this.copyLength=0,this.maxBackwardDistance=0,this.maxRingBufferSize=0,this.ringBufferSize=0,this.expectedTotalSize=0,this.outputOffset=0,this.outputLength=0,this.outputUsed=0,this.ringBufferBytesWritten=0,this.ringBufferBytesReady=0,this.isEager=0,this.isLargeWindow=0,this.cdNumChunks=0,this.cdTotalSize=0,this.cdBrIndex=0,this.cdBrOffset=0,this.cdBrLength=0,this.cdBrCopied=0,this.cdChunks=new Array(0),this.cdChunkOffsets=new Int32Array(0),this.cdBlockBits=0,this.cdBlockMap=new Int8Array(0),this.input=null,this.ringBuffer=new Int8Array(0),this.rings=new Int32Array(10),this.rings[0]=16,this.rings[1]=15,this.rings[2]=11,this.rings[3]=4}let Et=null,tr=new Int32Array(32),xo=new Int32Array(32);function PE(a,x){if(LE(a)==0||UE(a)==0)throw"newData must be a direct read-only byte buffer";if(x.length>31)throw"sizeBits length must be at most "+31;for(let ne=0;ne<4;++ne)if(x[ne]!=0)throw"first "+4+" must be 0";let k=tr,E=xo;E.set(x.subarray(0,0+x.length),0);let O=0,Q=a.length;for(let ne=0;ne<x.length;++ne){k[ne]=O;let ge=E[ne];if(ge!=0){if(ge>=31)throw"newSizeBits values must be less than 31";if(O+=ne<<ge,O<=0||O>Q)throw"newSizeBits is inconsistent: overflow"}}for(let ne=x.length;ne<32;++ne)k[ne]=O;if(O!=Q)throw"newSizeBits is inconsistent: underflow";Et=a}function RE(a,x,k,E,O,Q){let ne=VE(x+k);if(ne.length!=a.length)throw"Corrupted brotli dictionary";let ge=0,Ae=E.length;for(let Ne=0;Ne<Ae;Ne+=2){let ve=E.charCodeAt(Ne)-36,it=E.charCodeAt(Ne+1)-36;for(let ft=0;ft<ve;++ft)ne[ge]^=3,ge++;for(let ft=0;ft<it;++ft)ne[ge]^=236,ge++}for(let Ne=0;Ne<Q.length;++Ne)O[Ne]=Q.charCodeAt(Ne)-65;a.set(ne)}{let a=new Int8Array(122784),x=new Int32Array(25);RE(a,'wjnfgltmojefofewab`h`lgfgbwbpkltlmozpjwf`jwzlsfmivpwojhfeqfftlqhwf{wzfbqlufqalgzolufelqnallhsobzojufojmfkfosklnfpjgfnlqftlqgolmdwkfnujftejmgsbdfgbzpevookfbgwfqnfb`kbqfbeqlnwqvfnbqhbaofvslmkjdkgbwfobmgmftpfufmmf{w`bpfalwkslpwvpfgnbgfkbmgkfqftkbwmbnfOjmhaoldpjyfabpfkfognbhfnbjmvpfq$*#(klogfmgptjwkMftpqfbgtfqfpjdmwbhfkbufdbnfpffm`boosbwktfoosovpnfmvejonsbqwiljmwkjpojpwdllgmffgtbzptfpwilapnjmgboploldlqj`kvpfpobpwwfbnbqnzellghjmdtjoofbpwtbqgafpwejqfSbdfhmltbtbz-smdnlufwkbmolbgdjufpfoemlwfnv`keffgnbmzql`hj`lmlm`follhkjgfgjfgKlnfqvofklpwbib{jmel`ovaobtpofppkboeplnfpv`kylmf233&lmfp`bqfWjnfqb`faovfelvqtffheb`fklsfdbufkbqgolpwtkfmsbqhhfswsbpppkjsqllnKWNOsobmWzsfglmfpbufhffseobdojmhplogejufwllhqbwfwltmivnswkvpgbqh`bqgejofefbqpwbzhjoowkbweboobvwlfufq-`lnwbohpklsulwfgffsnlgfqfpwwvqmalqmabmgefooqlpfvqo+phjmqlof`lnfb`wpbdfpnffwdlog-isdjwfnubqzefowwkfmpfmggqlsUjft`lsz2-3!?,b=pwlsfopfojfpwlvqsb`h-djesbpw`pp<dqbznfbm%dw8qjgfpklwobwfpbjgqlbgubq#effoilkmqj`hslqwebpw$VB.gfbg?,a=sllqajoowzsfV-P-tllgnvpw1s{8JmelqbmhtjgftbmwtbooofbgX3^8sbvotbufpvqf\'+$ tbjwnbppbqnpdlfpdbjmobmdsbjg"..#ol`hvmjwqllwtbohejqntjef{no!plmdwfpw13s{hjmgqltpwlloelmwnbjopbefpwbqnbsp`lqfqbjmeoltabazpsbmpbzp7s{85s{8bqwpellwqfbotjhjkfbwpwfswqjslqd,obhftfbhwlogElqn`bpwebmpabmhufqzqvmpivozwbph2s{8dlbodqftpoltfgdfjg>!pfwp6s{8-ip<73s{je#+pllmpfbwmlmfwvafyfqlpfmwqffgeb`wjmwldjewkbqn2;s{`bnfkjooalogyllnuljgfbpzqjmdejoosfbhjmjw`lpw0s{8ib`hwbdpajwpqloofgjwhmftmfbq?"..dqltIPLMgvwzMbnfpbofzlv#olwpsbjmibyy`logfzfpejpkttt-qjphwbapsqfu23s{qjpf16s{Aovfgjmd033/abooelqgfbqmtjogal{-ebjqob`hufqpsbjqivmfwf`kje+"sj`hfujo\'+! tbqnolqgglfpsvoo/333jgfbgqbtkvdfpslwevmgavqmkqfe`foohfzpwj`hklvqolppevfo21s{pvjwgfboQPP!bdfgdqfzDFW!fbpfbjnpdjqobjgp;s{8mbuzdqjgwjsp :::tbqpobgz`bqp*8#~sks<kfoowbootklnyk9 ), #233kboo- B4s{8svpk`kbw3s{8`qft),?,kbpk46s{eobwqbqf#%%#wfoo`bnslmwlobjgnjppphjswfmwejmfnbofdfwpsolw733/ `lloeffw-sks?aq=fqj`nlpwdvjgafoogfp`kbjqnbwkbwln,jnd% ;1ov`h`fmw3338wjmzdlmfkwnopfoogqvdEQFFmlgfmj`h<jg>olpfmvooubpwtjmgQPP#tfbqqfozaffmpbnfgvhfmbpb`bsftjpkdvoeW109kjwppolwdbwfhj`haovqwkfz26s{$$*8*8!=npjftjmpajqgplqwafwbpffhW2;9lqgpwqffnboo53s{ebqnlupalzpX3^-$*8!SLPWafbqhjgp*8~~nbqzwfmg+VH*rvbgyk9\n.pjy....sqls$*8ojewW2:9uj`fbmgzgfaw=QPPsllomf`haoltW259gllqfuboW249ofwpebjolqbosloomlub`lopdfmf#lxplewqlnfwjooqlpp?k0=slvqebgfsjmh?wq=njmj*\x7F"+njmfyk9abqpkfbq33*8njoh#..=jqlmeqfggjphtfmwpljosvwp,ip,klozW119JPAMW139bgbnpffp?k1=iplm$/#$`lmwW129#QPPollsbpjbnllm?,s=plvoOJMFelqw`bqwW279?k2=;3s{"..?:s{8W379njhf975Ymj`fjm`kZlqhqj`fyk9\b$**8svqfnbdfsbqbwlmfalmg904Y\\le\\$^*8333/yk9\vwbmhzbqgaltoavpk965YIbub03s{ \x7F~ &@0&907YifeeF[SJ`bpkujpbdloepmltyk9rvfq-`pppj`hnfbwnjm-ajmggfookjqfsj`pqfmw905YKWWS.132elwltloeFMG#{al{967YALGZgj`h8 ~ f{jw906Yubqpafbw$~*8gjfw:::8bmmf~~?,Xj^-Obmdhn.^tjqfwlzpbggppfbobof{8 \n~f`klmjmf-lqd336*wlmziftppbmgofdpqlle333*#133tjmfdfbqgldpallwdbqz`vwpwzofwfnswjlm-{no`l`hdbmd\'+$-63s{Sk-Gnjp`bobmolbmgfphnjofqzbmvmj{gjp`*8~ gvpw`ojs*- 43s{.133GUGp4^=?wbsfgfnlj((*tbdffvqlskjolswpklofEBRpbpjm.15WobapsfwpVQO#avoh`llh8~ KFBGX3^*baaqivbm+2:;ofpkwtjm?,j=plmzdvzpev`hsjsf\x7F. "331*mgltX2^8X^8 Old#pbow \n\nabmdwqjnabwk*x 33s{ ~*8hl9\0effpbg=p9,,#X^8wloosovd+*x x #-ip$133sgvboalbw-ISD*8 ~rvlw*8 $*8 ~1327132613251324132;132:13131312131113101317131613151314131;131:130313021301130013071306130513041320132113221323133:133;133413351336133713301331133213332:::2::;2::42::52::62::72::02::12::22::32:;:2:;;2:;42:;52:;62:;72:;02:;12:;22:;32:4:2:4;2:442:452:462:472:402:412:422:432:5:2:5;2:542:552:562:572:502:512:522:532:6:2:6;2:642:652:662:672:602:612:622:632333231720:73333::::`lnln/Mpfpwffpwbsfqlwlglkb`f`bgbb/]lajfmg/Abbp/Aujgb`bpllwqlelqlplollwqb`vbogjilpjgldqbmwjslwfnbgfafbodlrv/Efpwlmbgbwqfpsl`l`bpbabilwlgbpjmlbdvbsvfpvmlpbmwfgj`fovjpfoobnbzlylmbbnlqsjpllaqb`oj`foolgjlpklqb`bpj<[<\\<Q<\\<R<P=l<\\=l=o=n<\\<Q<Y<S<R<R=n<T<[<Q<R<X<R=n<R<Z<Y<R<Q<T=i<q<\\<Y<Y<]=g<P=g<~=g=m<R<^=g<^<R<q<R<R<]<s<R<W<T<Q<T<L<H<q<Y<p=g=n=g<r<Q<T<P<X<\\<{<\\<x<\\<q=o<r<]=n<Y<t<[<Y<U<Q=o<P<P<N=g=o<Z5m5f4O5j5i4K5i4U5o5h4O5d4]4C5f4K5m5e5k5d5h5i5h5o4K5d5h5k4D4_4K5h4I5j5k5f4O5f5n4C5k5h4G5i4D5k5h5d5h5f4D5h4K5f4D5o4X5f4K5i4O5i5j4F4D5f5h5j4A4D5k5i5i4X5d4Xejqpwujgflojdkwtlqognfgjbtkjwf`olpfaob`hqjdkwpnbooallhpsob`fnvpj`ejfoglqgfqsljmwubovfofufowbaofalbqgklvpfdqlvstlqhpzfbqppwbwfwlgbztbwfqpwbqwpwzofgfbwksltfqsklmfmjdkwfqqlqjmsvwbalvwwfqnpwjwofwllopfufmwol`bowjnfpobqdftlqgpdbnfppklqwpsb`fel`vp`ofbqnlgfoaol`hdvjgfqbgjlpkbqftlnfmbdbjmnlmfzjnbdfmbnfpzlvmdojmfpobwfq`lolqdqffmeqlmw%bns8tbw`kelq`fsqj`fqvofpafdjmbewfqujpjwjppvfbqfbpafoltjmgf{wlwboklvqpobafosqjmwsqfppavjowojmhppsffgpwvgzwqbgfelvmgpfmpfvmgfqpkltmelqnpqbmdfbggfgpwjoonlufgwbhfmbalufeobpkej{fglewfmlwkfqujftp`kf`hofdboqjufqjwfnprvj`hpkbsfkvnbmf{jpwdljmdnlujfwkjqgabpj`sfb`fpwbdftjgwkoldjmjgfbptqlwfsbdfpvpfqpgqjufpwlqfaqfbhplvwkulj`fpjwfpnlmwktkfqfavjogtkj`kfbqwkelqvnwkqffpslqwsbqwz@oj`holtfqojufp`obppobzfqfmwqzpwlqzvpbdfplvmg`lvqwzlvq#ajqwkslsvswzsfpbssozJnbdfafjmdvssfqmlwfpfufqzpkltpnfbmpf{wqbnbw`kwqb`hhmltmfbqozafdbmpvsfqsbsfqmlqwkofbqmdjufmmbnfgfmgfgWfqnpsbqwpDqlvsaqbmgvpjmdtlnbmebopfqfbgzbvgjlwbhfptkjof-`ln,ojufg`bpfpgbjoz`kjogdqfbwivgdfwklpfvmjwpmfufqaqlbg`lbpw`lufqbssofejofp`z`ofp`fmfsobmp`oj`htqjwfrvffmsjf`ffnbjoeqbnflogfqsklwlojnjw`b`kf`jujop`boffmwfqwkfnfwkfqfwlv`kalvmgqlzbobphfgtklofpjm`fpwl`h#mbnfebjwkkfbqwfnswzleefqp`lsfltmfgnjdkwboavnwkjmhaollgbqqbznbilqwqvpw`bmlmvmjlm`lvmwubojgpwlmfPwzofOldjmkbsszl``vqofew9eqfpkrvjwfejonpdqbgfmffgpvqabmejdkwabpjpklufqbvwl8qlvwf-kwnonj{fgejmboZlvq#pojgfwlsj`aqltmbolmfgqbtmpsojwqfb`kQjdkwgbwfpnbq`krvlwfdllgpOjmhpglvawbpzm`wkvnaboolt`kjfezlvwkmlufo23s{8pfqufvmwjokbmgp@kf`hPsb`frvfqzibnfpfrvbowtj`f3/333Pwbqwsbmfoplmdpqlvmgfjdkwpkjewtlqwkslpwpofbgptffhpbuljgwkfpfnjofpsobmfpnbqwboskbsobmwnbqhpqbwfpsobzp`objnpbofpwf{wppwbqptqlmd?,k0=wkjmd-lqd,nvowjkfbqgSltfqpwbmgwlhfmplojg+wkjpaqjmdpkjsppwbeewqjfg`boopevoozeb`wpbdfmwWkjp#,,..=bgnjmfdzswFufmw26s{8Fnbjowqvf!`qlpppsfmwaoldpal{!=mlwfgofbuf`kjmbpjyfpdvfpw?,k7=qlalwkfbuzwqvf/pfufmdqbmg`qjnfpjdmpbtbqfgbm`fskbpf=?"..fm\\VP% 0:8133s{\\mbnfobwjmfmilzbib{-bwjlmpnjwkV-P-#klogpsfwfqjmgjbmbu!=`kbjmp`lqf`lnfpgljmdsqjlqPkbqf2::3pqlnbmojpwpibsbmeboopwqjboltmfqbdqff?,k1=bavpfbofqwlsfqb!.,,T`bqgpkjoopwfbnpSklwlwqvwk`ofbm-sks<pbjmwnfwboolvjpnfbmwsqlleaqjfeqlt!=dfmqfwqv`hollhpUbovfEqbnf-mfw,..= ?wqz#x ubq#nbhfp`lpwpsobjmbgvowrvfpwwqbjmobalqkfosp`bvpfnbdj`nlwlqwkfjq163s{ofbpwpwfsp@lvmw`lvogdobpppjgfpevmgpklwfobtbqgnlvwknlufpsbqjpdjufpgvw`kwf{bpeqvjwmvoo/\x7F\x7FX^8wls!= ?"..SLPW!l`fbm?aq,=eollqpsfbhgfswk#pjyfabmhp`bw`k`kbqw13s{8bojdmgfboptlvog63s{8vqo>!sbqhpnlvpfNlpw#---?,bnlmdaqbjmalgz#mlmf8abpfg`bqqzgqbewqfefqsbdf\\klnf-nfwfqgfobzgqfbnsqlufiljmw?,wq=gqvdp?"..#bsqjojgfboboofmf{b`welqwk`lgfpoldj`Ujft#pffnpaobmhslqwp#+133pbufg\\ojmhdlbopdqbmwdqffhklnfpqjmdpqbwfg03s{8tklpfsbqpf+*8!#Aol`hojmv{ilmfpsj{fo$*8!=*8je+.ofewgbujgklqpfEl`vpqbjpfal{fpWqb`hfnfmw?,fn=abq!=-pq`>wltfqbow>!`baofkfmqz17s{8pfwvsjwbozpkbqsnjmlqwbpwftbmwpwkjp-qfpfwtkffodjqop,`pp,233&8`ovappwveeajaofulwfp#2333hlqfb~*8 abmgprvfvf>#x~8;3s{8`hjmdx \n\nbkfbg`ol`hjqjpkojhf#qbwjlpwbwpElqn!zbkll*X3^8Balvwejmgp?,k2=gfavdwbphpVQO#>`foop~*+*821s{8sqjnfwfoopwvqmp3{533-isd!psbjmafb`kwb{fpnj`qlbmdfo..=?,djewppwfuf.ojmhalgz-~*8 \nnlvmw#+2::EBR?,qldfqeqbmh@obpp1;s{8effgp?k2=?p`lwwwfpwp11s{8gqjmh*#\x7F\x7F#oftjppkboo 30:8#elq#olufgtbpwf33s{8ib9npjnlm?elmwqfsoznffwpvmwfq`kfbswjdkwAqbmg*#">#gqfpp`ojspqllnplmhfznlajonbjm-Mbnf#sobwfevmmzwqffp`ln,!2-isdtnlgfsbqbnPWBQWofew#jggfm/#132*8 ~ elqn-ujqvp`kbjqwqbmptlqpwSbdfpjwjlmsbw`k?".. l.`b`ejqnpwlvqp/333#bpjbmj((*xbglaf$*X3^jg>23alwk8nfmv#-1-nj-smd!hfujm`lb`k@kjogaqv`f1-isdVQO*(-isd\x7Fpvjwfpoj`fkbqqz213!#ptffwwq= mbnf>gjfdlsbdf#ptjpp..= eee8!=Old-`ln!wqfbwpkffw*#%%#27s{8poffsmwfmwejofgib9ojg>!`Mbnf!tlqpfpklwp.al{.gfowb %ow8afbqp97;Y?gbwb.qvqbo?,b=#psfmgabhfqpklsp>#!!8sks!=`wjlm20s{8aqjbmkfoolpjyf>l>&1E#iljmnbzaf?jnd#jnd!=/#eipjnd!#!*X3^NWlsAWzsf!mftozGbmph`yf`kwqbjohmltp?,k6=ebr!=yk.`m23*8 .2!*8wzsf>aovfpwqvozgbujp-ip$8= ?"pwffo#zlv#k1= elqn#ifpvp233&#nfmv- \n tbofpqjphpvnfmwggjmda.ojhwfb`kdje!#ufdbpgbmphffpwjpkrjspvlnjplaqfgfpgffmwqfwlglpsvfgfb/]lpfpw/Mwjfmfkbpwblwqlpsbqwfglmgfmvfulkb`fqelqnbnjpnlnfilqnvmglbrv/Ag/Abpp/_olbzvgbef`kbwlgbpwbmwlnfmlpgbwlplwqbppjwjlnv`klbklqbovdbqnbzlqfpwlpklqbpwfmfqbmwfpelwlpfpwbpsb/Apmvfubpbovgelqlpnfgjlrvjfmnfpfpslgfq`kjofpfq/Muf`fpgf`jqilp/Efpwbqufmwbdqvslkf`klfoolpwfmdlbnjdl`lpbpmjufodfmwfnjpnbbjqfpivojlwfnbpkb`jbebulqivmjlojaqfsvmwlavfmlbvwlqbaqjoavfmbwf{wlnbqylpbafqojpwbovfdl`/_nlfmfqlivfdlsfq/Vkbafqfpwlzmvm`bnvifqubolqevfqbojaqldvpwbjdvboulwlp`bplpdv/Absvfglplnlpbujplvpwfggfafmml`kfavp`bebowbfvqlppfqjfgj`kl`vqpl`obuf`bpbpof/_msobylobqdllaqbpujpwbbslzlivmwlwqbwbujpwl`qfbq`bnslkfnlp`jm`l`bqdlsjplplqgfmkb`fm/Mqfbgjp`lsfgql`fq`bsvfgbsbsfonfmlq/Vwjo`obqlilqdf`boofslmfqwbqgfmbgjfnbq`bpjdvffoobppjdol`l`kfnlwlpnbgqf`obpfqfpwlmj/]lrvfgbsbpbqabm`lkjilpujbifsbaol/Epwfujfmfqfjmlgfibqelmgl`bmbomlqwfofwqb`bvpbwlnbqnbmlpovmfpbvwlpujoobufmglsfpbqwjslpwfmdbnbq`loofubsbgqfvmjglubnlpylmbpbnalpabmgbnbqjbbavplnv`kbpvajqqjlibujujqdqbgl`kj`bboo/Ailufmgj`kbfpwbmwbofppbojqpvfolsfplpejmfpoobnbavp`l/Epwboofdbmfdqlsobybkvnlqsbdbqivmwbglaofjpobpalopbab/]lkbaobov`kb/mqfbgj`fmivdbqmlwbpuboofboo/M`bqdbglolqbabilfpw/Edvpwlnfmwfnbqjlejqnb`lpwlej`kbsobwbkldbqbqwfpofzfpbrvfonvpflabpfpsl`lpnjwbg`jfol`kj`lnjfgldbmbqpbmwlfwbsbgfafpsobzbqfgfppjfwf`lqwf`lqfbgvgbpgfpflujfilgfpfbbdvbp%rvlw8glnbjm`lnnlmpwbwvpfufmwpnbpwfqpzpwfnb`wjlmabmmfqqfnlufp`qloovsgbwfdolabonfgjvnejowfqmvnafq`kbmdfqfpvowsvaoj`p`qffm`kllpfmlqnbowqbufojppvfpplvq`fwbqdfwpsqjmdnlgvofnlajofptjw`ksklwlpalqgfqqfdjlmjwpfoepl`jbob`wjuf`lovnmqf`lqgelooltwjwof=fjwkfqofmdwkebnjozeqjfmgobzlvwbvwklq`qfbwfqfujftpvnnfqpfqufqsobzfgsobzfqf{sbmgsloj`zelqnbwglvaofsljmwppfqjfpsfqplmojujmdgfpjdmnlmwkpelq`fpvmjrvftfjdkwsflsoffmfqdzmbwvqfpfbq`kejdvqfkbujmd`vpwlnleepfwofwwfqtjmgltpvanjwqfmgfqdqlvspvsolbgkfbowknfwklgujgflpp`klloevwvqfpkbgltgfabwfubovfpLaif`wlwkfqpqjdkwpofbdvf`kqlnfpjnsofmlwj`fpkbqfgfmgjmdpfbplmqfslqwlmojmfprvbqfavwwlmjnbdfpfmbaofnlujmdobwfpwtjmwfqEqbm`fsfqjlgpwqlmdqfsfbwOlmglmgfwbjoelqnfggfnbmgpf`vqfsbppfgwlddofsob`fpgfuj`fpwbwj``jwjfppwqfbnzfooltbwwb`hpwqffweojdkwkjggfmjmel!=lsfmfgvpfevouboofz`bvpfpofbgfqpf`qfwpf`lmggbnbdfpslqwpf{`fswqbwjmdpjdmfgwkjmdpfeef`wejfogppwbwfpleej`fujpvbofgjwlqulovnfQfslqwnvpfvnnlujfpsbqfmwb``fppnlpwoznlwkfq!#jg>!nbqhfwdqlvmg`kbm`fpvqufzafelqfpznalonlnfmwpsff`knlwjlmjmpjgfnbwwfq@fmwfqlaif`wf{jpwpnjggofFvqlsfdqltwkofdb`znbmmfqfmlvdk`bqffqbmptfqlqjdjmslqwbo`ojfmwpfof`wqbmgln`olpfgwlsj`p`lnjmdebwkfqlswjlmpjnsozqbjpfgfp`bsf`klpfm`kvq`kgfejmfqfbplm`lqmfqlvwsvwnfnlqzjeqbnfsloj`fnlgfopMvnafqgvqjmdleefqppwzofphjoofgojpwfg`boofgpjoufqnbqdjmgfofwfafwwfqaqltpfojnjwpDolabopjmdoftjgdfw`fmwfqavgdfwmltqbs`qfgjw`objnpfmdjmfpbefwz`klj`fpsjqjw.pwzofpsqfbgnbhjmdmffgfgqvppjbsofbpff{wfmwP`qjswaqlhfmbooltp`kbqdfgjujgfeb`wlqnfnafq.abpfgwkflqz`lmejdbqlvmgtlqhfgkfosfg@kvq`kjnsb`wpklvogbotbzpoldl!#alwwlnojpw!=*xubq#sqfej{lqbmdfKfbgfq-svpk+`lvsofdbqgfmaqjgdfobvm`kQfujftwbhjmdujpjlmojwwofgbwjmdAvwwlmafbvwzwkfnfpelqdlwPfbq`kbm`klqbonlpwolbgfg@kbmdfqfwvqmpwqjmdqfolbgNlajofjm`lnfpvssozPlvq`flqgfqpujftfg%maps8`lvqpfBalvw#jpobmg?kwno#`llhjfmbnf>!bnbylmnlgfqmbguj`fjm?,b=9#Wkf#gjboldklvpfpAFDJM#Nf{j`lpwbqwp`fmwqfkfjdkwbggjmdJpobmgbppfwpFnsjqfP`kllofeelqwgjqf`wmfbqoznbmvboPfof`w- Lmfiljmfgnfmv!=SkjojsbtbqgpkbmgofjnslqwLeej`fqfdbqgphjoopmbwjlmPslqwpgfdqfftffhoz#+f-d-afkjmggl`wlqolddfgvmjwfg?,a=?,afdjmpsobmwpbppjpwbqwjpwjppvfg033s{\x7F`bmbgbbdfm`zp`kfnfqfnbjmAqbyjopbnsofoldl!=afzlmg.p`bofb``fswpfqufgnbqjmfEllwfq`bnfqb?,k2= \\elqn!ofbufppwqfpp!#,= -dje!#lmolbgolbgfqL{elqgpjpwfqpvqujuojpwfmefnbofGfpjdmpjyf>!bssfbowf{w!=ofufopwkbmhpkjdkfqelq`fgbmjnbobmzlmfBeqj`bbdqffgqf`fmwSflsof?aq#,=tlmgfqsqj`fpwvqmfg\x7F\x7F#x~8nbjm!=jmojmfpvmgbztqbs!=ebjofg`fmpvpnjmvwfafb`lmrvlwfp263s{\x7Ffpwbwfqfnlwffnbjo!ojmhfgqjdkw8pjdmboelqnbo2-kwnopjdmvssqjm`feolbw9-smd!#elqvn-B``fppsbsfqpplvmgpf{wfmgKfjdkwpojgfqVWE.;!%bns8#Afelqf-#TjwkpwvgjlltmfqpnbmbdfsqlejwiRvfqzbmmvbosbqbnpalvdkwebnlvpdlldofolmdfqj((*#xjpqbfopbzjmdgf`jgfklnf!=kfbgfqfmpvqfaqbm`ksjf`fpaol`h8pwbwfgwls!=?qb`jmdqfpjyf..%dw8sb`jwzpf{vboavqfbv-isd!#23/333lawbjmwjwofpbnlvmw/#Jm`-`lnfgznfmv!#ozqj`pwlgbz-jmgffg`lvmwz\\oldl-EbnjozollhfgNbqhfwopf#jeSobzfqwvqhfz*8ubq#elqfpwdjujmdfqqlqpGlnbjm~fopfxjmpfqwAold?,ellwfqoldjm-ebpwfqbdfmwp?algz#23s{#3sqbdnbeqjgbzivmjlqgloobqsob`fg`lufqpsovdjm6/333#sbdf!=alpwlm-wfpw+bubwbqwfpwfg\\`lvmwelqvnpp`kfnbjmgf{/ejoofgpkbqfpqfbgfqbofqw+bssfbqPvanjwojmf!=algz!= )#WkfWklvdkpffjmdifqpfzMftp?,ufqjezf{sfqwjmivqztjgwk>@llhjfPWBQW#b`qlpp\\jnbdfwkqfbgmbwjufsl`hfwal{!= Pzpwfn#Gbujg`bm`fqwbaofpsqlufgBsqjo#qfboozgqjufqjwfn!=nlqf!=albqgp`lolqp`bnsvpejqpw#\x7F\x7F#X^8nfgjb-dvjwbqejmjpktjgwk9pkltfgLwkfq#-sks!#bppvnfobzfqptjoplmpwlqfpqfojfeptfgfm@vpwlnfbpjoz#zlvq#Pwqjmd Tkjowbzolq`ofbq9qfplqweqfm`kwklvdk!*#(#!?algz=avzjmdaqbmgpNfnafqmbnf!=lssjmdpf`wlq6s{8!=upsb`fslpwfqnbilq#`leeffnbqwjmnbwvqfkbssfm?,mbu=hbmpbpojmh!=Jnbdfp>ebopftkjof#kpsb`f3%bns8# Jm##sltfqSlophj.`lolqilqgbmAlwwlnPwbqw#.`lvmw1-kwnomftp!=32-isdLmojmf.qjdkwnjoofqpfmjlqJPAM#33/333#dvjgfpubovf*f`wjlmqfsbjq-{no!##qjdkwp-kwno.aol`hqfdF{s9klufqtjwkjmujqdjmsklmfp?,wq=vpjmd# \nubq#=$*8 \n?,wg= ?,wq= abkbpbaqbpjodbofdlnbdzbqslophjpqsphj4]4C5d\bTA\nzk\vBl\bQ\x7F\vUmGx\bSM\nmC\bTA wQ\nd}\bW@\bTl\bTF i@ cT\vBM\v|jBV qw cC\bWI\npa fM\n{Z{X\bTF\bVV\bVK \x7FmkF []\bPm\bTv\nsI\vpg [I\bQpmx\v_W\n^M\npe\vQ}\vGu\nel\npeChBV\bTA So\nzk\vGL\vxD\nd[JzMY\bQpli\nfl\npC{BNt\vwT i_\bTgQQ\n|p\vXN\bQS\vxDQC\bWZ pD\vVS\bTWNtYh\nzuKjN} wr Ha\n_D j`\vQ}\vWp\nxZ{c ji BU\nbDa| Tn pV\nZd\nmC\vEV{X c} To\bWl\bUd IQ cg\vxs\nXW wR\vek c} ]y Jn\nrp\neg\npV\nz\\{W\npl\nz\\\nzU Pc `{\bV@\nc|\bRw i_\bVb\nwX HvSu\bTF\v_W\vWs\vsIm\x7F\nTT\ndc US }f iZ\bWz c}MD Be iD\v@@\bTl\bPv }tSwM`\vnU kW\ved\nqo\vxY A|\bTz\vy`BRBM iaXU\nyun^ fL iI\nXW fD\bWz\bW@ yj \x7Fm av BN\vb\\ pD\bTf\nY[ Jn\bQy [^\vWc\vyuDlCJ\vWj\vHR `V\vuW Qy\np@\vGuplJm\bW[\nLP\nxC\n`m wQui\x7FR\nbI wQ BZ WVBR\npg cgtiCW\n_y Rg\bQa\vQB\vWc\nYble\ngESu\nL[ Q\x7F ea dj\v]W\nb~M` wL\bTV\bVH\nt\x7F\npl |bs_\bU|\bTaoQlvSkM`\bTv\vK}\nfl cCoQBR Hk |d\bQp HK BZ\vHR\bPv\vLx\vEZ\bT\x7F\bTv iDoDMU\vwBSuk`St\ntC Pl Kg\noi jY\vxYh}\nzk\bWZ \x7Fm\ve` TB fE\nzk `zYh\nV| HK AJ AJ\bUL p\\ ql\nYcKd\nfyYh [I\vDgJm\n]n\nlb\bUd\n{Z lu fsoQ\bTWJm\vwB eaYhBC sb Tn\nzU\n_y\vxY Q]\ngwmt O\\\ntb\bWW\bQy mI V[\ny\\\naB\vRb wQ\n]QQJ\bWg\vWa\bQj\ntC\bVH\nYm\vxs\bVK\nel\bWI\vxYCq\ntR\vHV\bTl\bVw ay\bQa\bVV }t dj\nr| p\\ wR\n{i\nTT [I i[ AJ\vxs\v_W d{\vQ} cg Tz A| Cj\vLmN}m\x7F\nbK dZ p\\ `V sV\np@ iD wQ\vQ}\bTfkaJm\v@@\bV` zp\n@NSw iI cg\noiSu\bVwloCy c}\vb\\ sUBA\bWI\bTf\nxS Vp\nd|\bTV\vbC NoJu\nTC |`\n{Z D]\bU| c}lm\bTl Bv Pl c}\bQp \x7Fm\nLk kj\n@NSbKO j_ p\\\nzU\bTl\bTg\bWI cfXO\bWW\ndzli BN\nd[\bWOMD\vKC dj I_\bVV\ny\\\vLmxl xB kV\vb\\\vJW\vVS Vx\vxD d{MD\bTa |`\vPzR}\vWsBM\nsICN\bTaJm\npe i_\npV\nrh Rd Hv\n~A\nxR\vWh\vWk\nxS\vAz\vwX\nbIoQ fw\nqI\nV|\nunz\x7F\vpg d\\\voA{D i_xB\bT\x7F `Vqr TTg]CA\vuR VJ T`\npw\vRb I_\nCxRo\vsICjKh Bv WVBBoD{D\nhcKm\v^R QE\n{I\np@\nc|Gt c}Dl\nzUqN sVk} Hh\v|j\nqou| Q]\vek\x7FZM`St\npe dj\bVG\veE \x7Fm\vWc|I\n[W fL\bT\x7F BZSu\vKaCqNtY[\nqI\bTv fM i@ }fB\\ Qy\vBl\bWgXDkc\vx[\bVV Q] \x7Fa Py\vxD\nfI }foD dj SGls ~DCN\n{Z \\v\n_D\nhc\vx_C[ AJ\nLM VxCI bj c^ cF\ntCSx wrXA\bU\\ |a\vK\\\bTV\bVj\nd| fsCX\ntb\bRw Vx AE A|\bT\x7FNt\vDg Vc\bTld@\npo \x7FM cF\npe iZ Bo\bSq\nfHl`\bTx\bWf HE\vF{ cO fD\nlm\vfZ\nlm\veU dGBH\bTV SiMW\nwX\nz\\ \\cCX\nd} l}\bQp\bTV F~\bQ\x7F `i\ng@nO\bUd\bTl\nL[ wQ ji\ntC |J\nLU\naB\vxYKj AJuN i[\npeSk\vDg\vx]\bVb\bVV\nea kV\nqI\bTaSk\nAO pD\ntb\nts\nyi\bVg i_\v_W\nLkNt yj fMR\x7F iI\bTl\vwX sV\vMl\nyu AJ\bVjKO WV\vA}\vW\x7F\nrp iD\v|olv\vsIBM d~ CU\bVbeV\npC\vwT j` c}\vxs\vps\vvh WV\vGg\vAe\vVK\v]W rg\vWcF` Br\vb\\ dZ\bQp\nqIkF\nLk\vAR\bWI\bTg bs dw\n{L\n_y iZ\bTA lg\bVV\bTl dk\n`k a{ i_{Awj wN\v@@\bTe i_\n_D wL\nAH\viK\vek\n[] p_ yj\bTv US [r\n{I\npsGt\vVK\nplS}\vWP |dMD\vHV\bT\x7FR}M`\bTV\bVHlvCh\bW[Ke R{\v^R ab BZ VA B`\nd|\nhsKe BeOi R{ d\\nB\bWZ dZ VJOs \x7FmuQ\vhZQ@QQ\nfI\bW[B\\li\nzU\nMdM`\nxS\bVV\n\\}\vxD \x7Fm\bTpIS\nc| kVi~ V{\vhZ |b\bWt\n@R\voA\vnU\bWI ea B` iD c} TzBR\vQBNj CP [I\bTv `WuN\vpg\vpg\vWc iT bs wL U_ c\\ |h\vKa Nr fL\nq|\nzu\nz\\ Nr\bUg |bm`\bTv\nyd\nrp\bWf UXBV\nzk\nd} wQ }fCe\ved\bTW\bSB\nxU cn\bTb\ne\x7F a\\ SG\bU|\npV\nN\\Kn\vnU At pD\v^R\vIrb[ R{ dE\vxD\vWK\vWA\bQL\bW@Su\bUd\nDM PcCADloQ Hswiub\n\x7Fa\bQpOb\nLP\bTlY[\vK} AJ\bQ\x7Fn^\vsA\bSM\nqM\bWZ\n^W\vz{S| fD\bVK\bTv\bPvBB CPdF id\vxsmx\vws cC\ntC ycM`\vW\x7F\nrh\bQp\vxD\\o\nsI_k\nzukF fDXsXO jp\bTvBS{B Br\nzQ\nbI c{BDBVnO\bTF caJd fL PV I_\nlK`o wX\npa gu\bP}{^\bWf\n{I BN\npaKl\vpg cn fL\vvhCq\bTl\vnU\bSqCm wR\bUJ\npe\nyd\nYgCy\vKW fD\neaoQ j_ BvnM\vID\bTa\nzApl\n]n\bTa R{ fr\n_y\bUg{Xkk\vxD|Ixl\nfyCe\vwB\nLk\vd]\noi\n}h Q]\npe\bVwHkOQ\nzk AJ\npV\bPv\ny\\ A{Oi\bSBXA\veE jp\nq} iDqN\v^R \x7Fm iZ Br\bVg\noi\n\\X U_\nc|\vHV\bTf Tn\\N\\N\nuBlv\nyu Td\bTf\bPL\v]W dG\nA`\nw^\ngI\npe dw\nz\\ia\bWZ cFJm\n{Z\bWO_kDfRR d\\\bVV\vxsBNtilm Td ]y\vHV So\v|jXX A|\vZ^\vGu\bTWM`kF\vhZ\vVK dG\vBl ay\nxUqEnO\bVw\nqICX\ne\x7F Pl\bWO\vLm dLuHCm dTfn\vwBka\vnU\n@M\nyT Hv \\}Kh d~Yhk}\neR d\\\bWI |b HK iD\bTWMY\npl\bQ_ wr\vAx HE\bTg\bSqvp\vb\\\bWO\nOl\nsI\nfy\vID \\c\n{Z\n^~\npe\nAO TT\vxvk_\bWO\v|j\vwB Qy i@ Pl Ha dZk}ra UT\vJc\ved\np@ QN\nd| kj HkM`\noi wr d\\\nlq\no_\nlb\nL[ acBBBHCm\npl IQ\bVK\vxs\n`e\viK\npaOi US\bTp fD\nPGkkXA\nz\\\neg\vWh wRqN\nqS cnlo\nxS\n^W BU\nt\x7F HE p\\ fF fw\bVV\bW@ ak\vVKls VJ\bVV\veE\\o\nyX\nYmM`lL\nd|\nzk A{sE wQXT\nt\x7F Pl ]y\vwT{pMD\vb\\ Q]Kj Jn\nAH\vRb BU HK \\c\nfIm\x7F\nqM\n@R So\noiBT Hv\n_yKh BZ ]i\bUJ V{Sr\nbI\vGg a_\bTR\nfI\nfl [K IIS|\vuW iI\bWI\nqI\v|jBV\bVg\bWZkF\vx]\bTA ab fr i@ Jd Jd\vps\nAO\bTaxu iD\nzk |d |`\bW[ lP dG\bVV\vw}\vqO i[\bQ\x7F\bTz\vVF wNts dw\bTv\neS\ngi NryS\npe\bVV\bSq\n`m yj BZ\vWX\bSB c\\\nUR [J c_nM\bWQ\vAx\nMd Brui\vxY\bSM\vWc\v|j\vxs }Q BO\bPL\bWW fM\nAO Pc\veUe^\bTg\nqI ac\bPv cFoQ Q\x7F\vhZka\nz\\ iK BU\n`k CPS|M`\n{I S{_O BZZiSk ps p\\\nYu\n]s\nxC\bWt\nbD kV\vGuyS\nqA [r\neKM` dZlL\bUg\bTl\nbD US\vb\\ pV\nccS\\ ct `z\bPL\vWs\nA`\neg\bSquECR\vDg `W\vz{\vWcSkSk bW\bUg ea\nxZ iI UX VJ\nqn S{\vRb\bTQ\nplGt\vuWuj\npF\nqI fL [I iaXO\nyu\vDg\ved q{VG\bQ\x7Fka Vj kV xB\nd|\np@ QN Pc ps]j kV oU\bTp\nzUnB\vB] a{\bV@\n]nm` cz R{m`\bQa\vwT\bSMMYqN dj~s\vQ}MY\vMB Bv wR\bRg\vQ} ql\vKC\nrmxuCC\vwB\vvh BqXq\npV i_ObuE\nbd\nqo\v{i\nC~ BL\veEuH\bVjEyGz\vzR\v{i cf\n{Z\n]nXA\vGu\vnU hS\vGI\nCc HE\bTA HBBHCj\nCc\bTF HE\nXI A{\bQ\x7F c\\\vmO\vWX\nfH\np@MY\bTF\nlK Bt\nzU TTKm\vwT\npV\ndt\vyI Vx Q\x7F Rg Td\nzU\bRS\nLM wAnM Tn\ndS ]g\nLc\vwB }t [I CPkX\vFm\vhZm\x7F i[\np@\vQ}\vW\x7F |d\nMO\nMd f_ fD cJ Hz\vRb io PyY[\nxU ct\v@@ ww\bPvBMFF\ntbv|\vKm Bq BqKh`o\nZdXU i] |` StB\\\bQ\x7F\v_W TJ\nqI |a A{\vuPMD Pl\nxR fL\vws c{ d\\\bV`\neg HKkc\nd|\bVV\ny\\kc i]\bVG `V ss I_ AE bs du\nel pD\vW\x7F\nqslv\bSMZi\vVKia\vQB Q\x7F\n{Z\bPt\vKl\nlK\nhs\ndS\bVKmf\nd^ kV cO\nc|\bVH \\]\bTv\bSq mI\vDg VJ cn\ny\\\bVg\bTv\nyX\bTF ]]\bTp\noi\nhs\veU\nBf djMr\n|p \\g ]r\bVb{D\nd[XN fM O\\s_ cf iZXN\vWc qv\n`m U^oD\nd|\vGg dE\vwflou}\nd|oQ `iOi\vxD\ndZ\nCxYw\nzk\ntb\ngw yj B`\nyX\vps\ntC\vpP\vqw\bPu\bPX Dm\npwNj ss aG\vxs\bPt\noLGz Ok i@ i]eC IQ ii dj\v@J |duh\bWZ\veU\vnU\bTa cCg]\nzkYh\bVK\nLU\np@\ntb\ntR Cj\vNP i@\bP{\n\\}\n{c\nwX fL\bVG c{ |` AJ |C fDln |d bs\nqI{B\vAx\np@\nzk\vRbOs\vWSe^\vD_ Bv\vWd\bVb\vxs\veE\bRw\n]n\n|p\vg| fwkc\bTIka\n\\TSp ju\vps\npeu|\vGr\bVe CU]MXU\vxD\bTa IQ\vWq CU am dj\bSoSw\vnUCh Q]s_\bPt fS\bTa \\}\n@OYc UZ\bTx\npe\vnU\nzU |} iD\nz\\\bSM\vxDBR\nzQ QN]MYh\nLP\vFm\vLXvc\vqlka HK\bVb\ntC\nCy\bTv\nuVoQ `z [I B`\vRb yj sb\vWs\bTl kV\ved\ne\x7FlL\vxN \x7Fm\nJn jY\vxD\bVb\bSq\vyu wL\vXL\bTA pg At nDXX wR\npl\nhwyS\nps cO\bW[\v|jXN sV p\\ Be\nb~\nAJ\n]ek`qN dw WV HE\vEVJz id B` zhE] fD\bTgqN\bTa jaCv\bSM\nhc\bUet_ ieg] wQ\nPn\bVB jw\bVg\vbE BZ\vRH\bP{ jp\n\\} a_ cC |a\vD] BZ i[ fD\vxW\no_ d\\\n_D\ntb \\c AJ\nlKoQlo\vLx\vM@\bWZKn\vpg\nTi\nIv\n|r\v@}JzLmWhk}ln\vxD\n]sgc\vps Br\bTW\vBMtZ\nBYDW jf\vSWC}\nqo dE mv IQ\bPP\bUblvBC\nzQ [I\vgl\nig\bUsBT\vbC\bSq sU iW\nJn SY HK rg\npV\vID\v|jKO `S |a`vbmglfmujbqnbgqjgavp`bqjmj`jlwjfnslslqrvf`vfmwbfpwbglsvfgfmivfdlp`lmwqbfpw/Mmmlnaqfwjfmfmsfqejonbmfqbbnjdlp`jvgbg`fmwqlbvmrvfsvfgfpgfmwqlsqjnfqsqf`jlpfd/Vmavfmlpuloufqsvmwlppfnbmbkba/Abbdlpwlmvfulpvmjglp`bqolpfrvjslmj/]lpnv`klpbodvmb`lqqfljnbdfmsbqwjqbqqjabnbq/Abklnaqffnsoflufqgbg`bnajlnv`kbpevfqlmsbpbglo/Amfbsbqf`fmvfubp`vqplpfpwbabrvjfqlojaqlp`vbmwlb``fplnjdvfoubqjlp`vbwqlwjfmfpdqvslppfq/Mmfvqlsbnfgjlpeqfmwfb`fq`bgfn/Mplefqwb`l`kfpnlgfoljwbojbofwqbpbod/Vm`lnsqb`vbofpf{jpwf`vfqslpjfmglsqfmpboofdbqujbifpgjmfqlnvq`jbslgq/Msvfpwlgjbqjlsvfaolrvjfqfnbmvfosqlsjl`qjpjp`jfqwlpfdvqlnvfqwfevfmwf`fqqbqdqbmgffef`wlsbqwfpnfgjgbsqlsjbleqf`fwjfqqbf.nbjoubqjbpelqnbpevwvqllaifwlpfdvjqqjfpdlmlqnbpnjpnlp/Vmj`l`bnjmlpjwjlpqby/_mgfajglsqvfabwlofglwfm/Abifp/Vpfpsfql`l`jmblqjdfmwjfmgb`jfmwl`/Mgjykbaobqpfq/Abobwjmbevfqybfpwjoldvfqqbfmwqbq/E{jwlo/_sfybdfmgbu/Agflfujwbqsbdjmbnfwqlpibujfqsbgqfpe/M`jo`bafyb/Mqfbppbojgbfmu/Alibs/_mbavplpajfmfpwf{wlpoofubqsvfgbmevfqwf`ln/Vm`obpfpkvnbmlwfmjglajoablvmjgbgfpw/Mpfgjwbq`qfbgl<X<W=c=k=n<R<V<\\<V<T<W<T=a=n<R<^=m<Y<Y<_<R<S=l<T=n<\\<V<Y=e<Y=o<Z<Y<v<\\<V<]<Y<[<]=g<W<R<Q<T<~=m<Y<S<R<X<A=n<R=n<R<P=k<Y<P<Q<Y=n<W<Y=n=l<\\<[<R<Q<\\<_<X<Y<P<Q<Y<x<W=c<s=l<T<Q<\\=m<Q<T=i=n<Y<P<V=n<R<_<R<X<^<R=n=n<\\<P<M<D<|<P<\\=c<K=n<R<^<\\=m<^<\\<P<Y<P=o<N<\\<V<X<^<\\<Q<\\<P=a=n<T=a=n=o<~<\\<P=n<Y=i<S=l<R=n=o=n<Q<\\<X<X<Q=c<~<R=n=n=l<T<Q<Y<U<~<\\=m<Q<T<P=m<\\<P=n<R=n=l=o<]<r<Q<T<P<T=l<Q<Y<Y<r<r<r<W<T=j=a=n<\\<r<Q<\\<Q<Y<P<X<R<P<P<R<U<X<^<Y<R<Q<R=m=o<X\fHy\fIk\fHU\fId\fHy\fIl\fHT\fIk\fHy\fHR\fHy\fIg\fHx\fH\\\fHF\fH\\\fHD\fIk\fHc\fHy\fHy\fHS\fHA\fIl\fHk\fHT\fHy\fH\\\fHH\fIg\fHU\fIg\fHj\fHF\fHU\fIl\fHC\fHU\fHC\fHR\fHH\fHy\fHI\fHRibdqbm\fHj\fHp\fHp\fIg\fHi\fH@\fHJ\fIg\fH{\fHd\fHp\fHR\fH{\fHc\fHU\fHB\fHk\fHD\fHY\fHU\fHC\fIk\fHI\fIk\fHI\fIl\fHt\fH\\\fHp\fH@\fHJ\fIl\fHy\fHd\fHp\fIl\fHY\fIk\fHD\fHd\fHD\fHc\fHU\fH\\\fHe\fHT\fHB\fIk\fHy\fHB\fHY\fIg\fH^\fIk\fHT\fH@\fHB\fHd\fHJ\fIk\fH\x7F\fH\\\fHj\fHB\fH@\fHT\fHA\fH\\\fH@\fHD\fHv\fH^\fHB\fHD\fHj\fH{\fHT\fIl\fH^\fIl4U5h5e4I5h5e5k4\\4K4N4B4]4U4C4C4K5h5e5k4\\5k4Y5d4]4V5f4]5o4K5j5d5h4K4D5f5j4U4]4Z4\\5h5o5k5j4K5f5d5i5n4K5h4U5h5f4K5j4K5h5o5j4A4F5e5n4D5h5d4A4E4K4B4]5m5n4[4U4D4C4]5o5j4I4\\4K5o5i4K4K4A4C4I5h4K5m5f5k4D4U4Z5o5f5m4D4A4G5d5i5j5d5k5d4O5j4K4@4C4K5h5k4K4_5h5i4U5j4C5h5f4_4U4D4]4Y5h5e5i5j4\\4D5k4K4O5j5k5i4G5h5o5j4F4K5h4K4A5f4G5i4Y4]4X4]4A4A5d5h5d5m5f4K4\\4K5h5o5h5i4]4E4K5j4F4K5h5m4O4D5d4B4K4Y4O5j4F4K5j5k4K5h5f4U4Z5d5d5n4C4K4D5j4B5f4]4D5j4F5h5o5i4X4K4M5d5k5f4K4D5d5n4Y4Y5d5i4K4]5n5i4O4A4C5j4A5j4U4C5i4]4O5f4K4A4E5o4F4D4C5d5j5f4@4D5i5j5k4F4A4F4@5k4E4_5j4E5f4F5i5o4]4E4V4^4E5j5m4_4D5f4F5h5h5k5h5j4K4F5h5o5n5h4D5h5i4K4U5j5k4O5d5h4X5f4M5j5d4]4O5i4K5m5f5o4D5o5h4\\4K4F4]4F4D4D4O5j5k5i4_4K5j5o4D5f4U5m5n4C4A4_5j5h5k5i4X4U4]4O5k5h4X5k4]5n4[4]4[5h4Dsqlejofpfquj`fgfebvowkjnpfoegfwbjop`lmwfmwpvsslqwpwbqwfgnfppbdfpv``fppebpkjlm?wjwof=`lvmwqzb``lvmw`qfbwfgpwlqjfpqfpvowpqvmmjmdsql`fpptqjwjmdlaif`wpujpjaoftfo`lnfbqwj`ofvmhmltmmfwtlqh`lnsbmzgzmbnj`aqltpfqsqjub`zsqlaofnPfquj`fqfpsf`wgjpsobzqfrvfpwqfpfquftfapjwfkjpwlqzeqjfmgplswjlmptlqhjmdufqpjlmnjoojlm`kbmmfotjmglt-bggqfppujpjwfgtfbwkfq`lqqf`wsqlgv`wfgjqf`welqtbqgzlv#`bmqfnlufgpvaif`w`lmwqlobq`kjuf`vqqfmwqfbgjmdojaqbqzojnjwfgnbmbdfqevqwkfqpvnnbqznb`kjmfnjmvwfpsqjubwf`lmwf{wsqldqbnpl`jfwzmvnafqptqjwwfmfmbaofgwqjddfqplvq`fpolbgjmdfofnfmwsbqwmfqejmboozsfqef`wnfbmjmdpzpwfnphffsjmd`vowvqf%rvlw8/ilvqmbosqlif`wpvqeb`fp%rvlw8f{sjqfpqfujftpabobm`fFmdojpk@lmwfmwwkqlvdkSofbpf#lsjmjlm`lmwb`wbufqbdfsqjnbqzujoobdfPsbmjpkdboofqzgf`ojmfnffwjmdnjppjlmslsvobqrvbojwznfbpvqfdfmfqbopsf`jfppfppjlmpf`wjlmtqjwfqp`lvmwfqjmjwjboqfslqwpejdvqfpnfnafqpklogjmdgjpsvwffbqojfqf{sqfppgjdjwbosj`wvqfBmlwkfqnbqqjfgwqbeej`ofbgjmd`kbmdfg`fmwqbouj`wlqzjnbdfp,qfbplmppwvgjfpefbwvqfojpwjmdnvpw#afp`kllopUfqpjlmvpvboozfsjplgfsobzjmddqltjmdlaujlvplufqobzsqfpfmwb`wjlmp?,vo= tqbssfqboqfbgz`fqwbjmqfbojwzpwlqbdfbmlwkfqgfphwlsleefqfgsbwwfqmvmvpvboGjdjwbo`bsjwboTfapjwfebjovqf`lmmf`wqfgv`fgBmgqljggf`bgfpqfdvobq#%bns8#bmjnbopqfofbpfBvwlnbwdfwwjmdnfwklgpmlwkjmdSlsvobq`bswjlmofwwfqp`bswvqfp`jfm`foj`fmpf`kbmdfpFmdobmg>2%bns8Kjpwlqz#>#mft#@fmwqbovsgbwfgPsf`jboMfwtlqhqfrvjqf`lnnfmwtbqmjmd@loofdfwlloabqqfnbjmpaf`bvpffof`wfgGfvwp`kejmbm`ftlqhfqprvj`hozafwtffmf{b`wozpfwwjmdgjpfbpfPl`jfwztfbslmpf{kjajw%ow8"..@lmwqlo`obppfp`lufqfglvwojmfbwwb`hpgfuj`fp+tjmgltsvqslpfwjwof>!Nlajof#hjoojmdpkltjmdJwbojbmgqlssfgkfbujozfeef`wp.2$^*8 `lmejqn@vqqfmwbgubm`fpkbqjmdlsfmjmdgqbtjmdajoojlmlqgfqfgDfqnbmzqfobwfg?,elqn=jm`ovgftkfwkfqgfejmfgP`jfm`f`bwboldBqwj`ofavwwlmpobqdfpwvmjelqnilvqmfzpjgfabq@kj`bdlklojgbzDfmfqbosbppbdf/%rvlw8bmjnbwfeffojmdbqqjufgsbppjmdmbwvqboqlvdkoz- Wkf#avw#mlwgfmpjwzAqjwbjm@kjmfpfob`h#lewqjavwfJqfobmg!#gbwb.eb`wlqpqf`fjufwkbw#jpOjaqbqzkvpabmgjm#eb`wbeebjqp@kbqofpqbgj`boaqlvdkwejmgjmdobmgjmd9obmd>!qfwvqm#ofbgfqpsobmmfgsqfnjvnsb`hbdfBnfqj`bFgjwjlm^%rvlw8Nfppbdfmffg#wlubovf>!`lnsof{ollhjmdpwbwjlmafojfufpnboofq.nlajofqf`lqgptbmw#wlhjmg#leEjqfel{zlv#bqfpjnjobqpwvgjfgnb{jnvnkfbgjmdqbsjgoz`ojnbwfhjmdglnfnfqdfgbnlvmwpelvmgfgsjlmffqelqnvobgzmbpwzklt#wl#Pvsslqwqfufmvff`lmlnzQfpvowpaqlwkfqplogjfqobqdfoz`boojmd-%rvlw8B``lvmwFgtbqg#pfdnfmwQlafqw#feelqwpSb`jej`ofbqmfgvs#tjwkkfjdkw9tf#kbufBmdfofpmbwjlmp\\pfbq`kbssojfgb`rvjqfnbppjufdqbmwfg9#ebopfwqfbwfgajddfpwafmfejwgqjujmdPwvgjfpnjmjnvnsfqkbspnlqmjmdpfoojmdjp#vpfgqfufqpfubqjbmw#qlof>!njppjmdb`kjfufsqlnlwfpwvgfmwplnflmff{wqfnfqfpwlqfalwwln9fuloufgboo#wkfpjwfnbsfmdojpktbz#wl##Bvdvpwpznalop@lnsbmznbwwfqpnvpj`bobdbjmpwpfqujmd~*+*8 sbznfmwwqlvaof`lm`fsw`lnsbqfsbqfmwpsobzfqpqfdjlmpnlmjwlq#$$Wkf#tjmmjmdf{solqfbgbswfgDboofqzsqlgv`fbajojwzfmkbm`f`bqffqp*-#Wkf#`loof`wPfbq`k#bm`jfmwf{jpwfgellwfq#kbmgofqsqjmwfg`lmplofFbpwfqmf{slqwptjmgltp@kbmmfojoofdbomfvwqbopvddfpw\\kfbgfqpjdmjmd-kwno!=pfwwofgtfpwfqm`bvpjmd.tfahjw`objnfgIvpwj`f`kbswfquj`wjnpWklnbp#nlyjoobsqlnjpfsbqwjfpfgjwjlmlvwpjgf9ebopf/kvmgqfgLoznsj`\\avwwlmbvwklqpqfb`kfg`kqlmj`gfnbmgppf`lmgpsqlwf`wbglswfgsqfsbqfmfjwkfqdqfbwozdqfbwfqlufqboojnsqluf`lnnbmgpsf`jbopfbq`k-tlqpkjsevmgjmdwklvdkwkjdkfpwjmpwfbgvwjojwzrvbqwfq@vowvqfwfpwjmd`ofbqozf{slpfgAqltpfqojafqbo~#`bw`kSqlif`wf{bnsofkjgf+*8EolqjgbbmptfqpbooltfgFnsfqlqgfefmpfpfqjlvpeqffglnPfufqbo.avwwlmEvqwkfqlvw#le#">#mvoowqbjmfgGfmnbqhuljg+3*,boo-ipsqfufmwQfrvfpwPwfskfm Tkfm#lapfquf?,k1= Nlgfqm#sqlujgf!#bow>!alqgfqp- Elq# Nbmz#bqwjpwpsltfqfgsfqelqnej`wjlmwzsf#lenfgj`bowj`hfwplsslpfg@lvm`jotjwmfppivpwj`fDflqdf#Afodjvn---?,b=wtjwwfqmlwbaoztbjwjmdtbqebqf#Lwkfq#qbmhjmdskqbpfpnfmwjlmpvqujufp`klobq?,s= #@lvmwqzjdmlqfgolpp#leivpw#bpDflqdjbpwqbmdf?kfbg=?pwlssfg2$^*8 jpobmgpmlwbaofalqgfq9ojpw#le`bqqjfg233/333?,k0= #pfufqboaf`lnfppfof`w#tfggjmd33-kwnonlmbq`klee#wkfwfb`kfqkjdkoz#ajloldzojef#lelq#fufmqjpf#le%qbrvl8sovplmfkvmwjmd+wklvdkGlvdobpiljmjmd`jq`ofpElq#wkfBm`jfmwUjfwmbnufkj`ofpv`k#bp`qzpwboubovf#>Tjmgltpfmilzfgb#pnboobppvnfg?b#jg>!elqfjdm#Boo#qjklt#wkfGjpsobzqfwjqfgkltfufqkjggfm8abwwofppffhjmd`bajmfwtbp#mlwollh#bw`lmgv`wdfw#wkfIbmvbqzkbssfmpwvqmjmdb9klufqLmojmf#Eqfm`k#ob`hjmdwzsj`bof{wqb`wfmfnjfpfufm#jedfmfqbwgf`jgfgbqf#mlw,pfbq`kafojfep.jnbdf9ol`bwfgpwbwj`-oldjm!=`lmufqwujlofmwfmwfqfgejqpw!=`jq`vjwEjmobmg`kfnjpwpkf#tbp23s{8!=bp#pv`kgjujgfg?,psbm=tjoo#afojmf#leb#dqfbwnzpwfqz,jmgf{-eboojmdgvf#wl#qbjotbz`loofdfnlmpwfqgfp`fmwjw#tjwkmv`ofbqIftjpk#sqlwfpwAqjwjpkeoltfqpsqfgj`wqfelqnpavwwlm#tkl#tbpof`wvqfjmpwbmwpvj`jgfdfmfqj`sfqjlgpnbqhfwpPl`jbo#ejpkjmd`lnajmfdqbskj`tjmmfqp?aq#,=?az#wkf#MbwvqboSqjub`z`llhjfplvw`lnfqfploufPtfgjpkaqjfeozSfqpjbmpl#nv`k@fmwvqzgfsj`wp`lovnmpklvpjmdp`qjswpmf{w#wlafbqjmdnbssjmdqfujpfgiRvfqz+.tjgwk9wjwof!=wllowjsPf`wjlmgfpjdmpWvqhjpkzlvmdfq-nbw`k+~*+*8 avqmjmdlsfqbwfgfdqffpplvq`f>Qj`kbqg`olpfozsobpwj`fmwqjfp?,wq= `lolq9 vo#jg>!slppfppqloojmdskzpj`pebjojmdf{f`vwf`lmwfpwojmh#wlGfebvow?aq#,= 9#wqvf/`kbqwfqwlvqjpn`obppj`sql`ffgf{sobjm?,k2= lmojmf-<{no#ufkfosjmdgjbnlmgvpf#wkfbjqojmffmg#..=*-bwwq+qfbgfqpklpwjmd eeeeeeqfbojyfUjm`fmwpjdmbop#pq`>!,Sqlgv`wgfpsjwfgjufqpfwfoojmdSvaoj`#kfog#jmIlpfsk#wkfbwqfbeef`wp?pwzof=b#obqdfglfpm$wobwfq/#Fofnfmwebuj`lm`qfbwlqKvmdbqzBjqslqwpff#wkfpl#wkbwNj`kbfoPzpwfnpSqldqbnp/#bmg##tjgwk>f%rvlw8wqbgjmdofew!= sfqplmpDlogfm#Beebjqpdqbnnbqelqnjmdgfpwqlzjgfb#le`bpf#lelogfpw#wkjp#jp-pq`#>#`bqwllmqfdjpwq@lnnlmpNvpojnpTkbw#jpjm#nbmznbqhjmdqfufbopJmgffg/frvbooz,pklt\\blvwgllqfp`bsf+Bvpwqjbdfmfwj`pzpwfn/Jm#wkf#pjwwjmdKf#boplJpobmgpB`bgfnz \n\n?"..Gbmjfo#ajmgjmdaol`h!=jnslpfgvwjojyfBaqbkbn+f{`fswxtjgwk9svwwjmd*-kwno+\x7F\x7F#X^8 GBWBX#)hjw`kfmnlvmwfgb`wvbo#gjbof`wnbjmoz#\\aobmh$jmpwboof{sfqwpje+wzsfJw#bopl%`lsz8#!=Wfqnpalqm#jmLswjlmpfbpwfqmwbohjmd`lm`fqmdbjmfg#lmdljmdivpwjez`qjwj`peb`wlqzjwp#ltmbppbvowjmujwfgobpwjmdkjp#ltmkqfe>!,!#qfo>!gfufols`lm`fqwgjbdqbngloobqp`ovpwfqsks<jg>bo`lklo*8~*+*8vpjmd#b=?psbm=ufppfopqfujuboBggqfppbnbwfvqbmgqljgboofdfgjoomfpptbohjmd`fmwfqprvbojeznbw`kfpvmjejfgf{wjm`wGfefmpfgjfg#jm \n?"..#`vpwlnpojmhjmdOjwwof#Allh#lefufmjmdnjm-ip<bqf#wkfhlmwbhwwlgbz$p-kwno!#wbqdfw>tfbqjmdBoo#Qjd8 ~*+*8qbjpjmd#Bopl/#`qv`jbobalvw!=gf`obqf..= ?p`ejqfel{bp#nv`kbssojfpjmgf{/#p/#avw#wzsf#># ?"..wltbqgpQf`lqgpSqjubwfElqfjdmSqfnjfq`klj`fpUjqwvboqfwvqmp@lnnfmwSltfqfgjmojmf8slufqwz`kbnafqOjujmd#ulovnfpBmwklmzoldjm!#QfobwfgF`lmlnzqfb`kfp`vwwjmddqbujwzojef#jm@kbswfq.pkbgltMlwbaof?,wg= #qfwvqmpwbgjvntjgdfwpubqzjmdwqbufopkfog#aztkl#bqftlqh#jmeb`vowzbmdvobqtkl#kbgbjqslqwwltm#le Plnf#$`oj`h$`kbqdfphfztlqgjw#tjoo`jwz#le+wkjp*8Bmgqft#vmjrvf#`kf`hfglq#nlqf033s{8#qfwvqm8qpjlm>!sovdjmptjwkjm#kfqpfoePwbwjlmEfgfqboufmwvqfsvaojpkpfmw#wlwfmpjlmb`wqfpp`lnf#wlejmdfqpGvhf#lesflsof/f{soljwtkbw#jpkbqnlmzb#nbilq!9!kwwsjm#kjp#nfmv!= nlmwkozleej`fq`lvm`jodbjmjmdfufm#jmPvnnbqzgbwf#leolzbowzejwmfppbmg#tbpfnsfqlqpvsqfnfPf`lmg#kfbqjmdQvppjbmolmdfpwBoafqwbobwfqbopfw#le#pnboo!=-bssfmggl#tjwkefgfqboabmh#leafmfbwkGfpsjwf@bsjwbodqlvmgp*/#bmg#sfq`fmwjw#eqln`olpjmd`lmwbjmJmpwfbgejewffmbp#tfoo-zbkll-qfpslmgejdkwfqlap`vqfqfeof`wlqdbmj`>#Nbwk-fgjwjmdlmojmf#sbggjmdb#tkloflmfqqlqzfbq#lefmg#le#abqqjfqtkfm#jwkfbgfq#klnf#leqfpvnfgqfmbnfgpwqlmd=kfbwjmdqfwbjmp`olvgeqtbz#le#Nbq`k#2hmltjmdjm#sbqwAfwtffmofpplmp`olpfpwujqwvboojmhp!=`qlppfgFMG#..=ebnlvp#btbqgfgOj`fmpfKfbowk#ebjqoz#tfbowkznjmjnboBeqj`bm`lnsfwfobafo!=pjmdjmdebqnfqpAqbpjo*gjp`vppqfsob`fDqfdlqzelmw#`lsvqpvfgbssfbqpnbhf#vsqlvmgfgalwk#leaol`hfgpbt#wkfleej`fp`lolvqpje+gl`vtkfm#kffmelq`fsvpk+evBvdvpw#VWE.;!=Ebmwbpzjm#nlpwjmivqfgVpvboozebqnjmd`olpvqflaif`w#gfefm`fvpf#le#Nfgj`bo?algz= fujgfmwaf#vpfghfz@lgfpj{wffmJpobnj` 333333fmwjqf#tjgfoz#b`wjuf#+wzsflelmf#`bm`lolq#>psfbhfqf{wfmgpSkzpj`pwfqqbjm?walgz=evmfqboujftjmdnjggof#`qj`hfwsqlskfwpkjewfggl`wlqpQvppfoo#wbqdfw`lnsb`wbodfaqbpl`jbo.avoh#lenbm#bmg?,wg= #kf#ofew*-ubo+*ebopf*8oldj`boabmhjmdklnf#wlmbnjmd#Bqjylmb`qfgjwp*8 ~*8 elvmgfqjm#wvqm@loojmpafelqf#Avw#wkf`kbqdfgWjwof!=@bswbjmpsfoofgdlggfppWbd#..=Bggjmd9avw#tbpQf`fmw#sbwjfmwab`h#jm>ebopf%Ojm`lomtf#hmlt@lvmwfqIvgbjpnp`qjsw#bowfqfg$^*8 ##kbp#wkfvm`ofbqFufmw$/alwk#jmmlw#boo ?"..#sob`jmdkbqg#wl#`fmwfqplqw#le`ojfmwppwqffwpAfqmbqgbppfqwpwfmg#wlebmwbpzgltm#jmkbqalvqEqffglniftfoqz,balvw--pfbq`kofdfmgpjp#nbgfnlgfqm#lmoz#lmlmoz#wljnbdf!#ojmfbq#sbjmwfqbmg#mlwqbqfoz#b`qlmzngfojufqpklqwfq33%bns8bp#nbmztjgwk>!,)#?"X@wjwof#>le#wkf#oltfpw#sj`hfg#fp`bsfgvpfp#lesflsofp#Svaoj`Nbwwkftwb`wj`pgbnbdfgtbz#elqobtp#lefbpz#wl#tjmgltpwqlmd##pjnsof~`bw`k+pfufmwkjmelal{tfmw#wlsbjmwfg`jwjyfmJ#glm$wqfwqfbw-#Plnf#tt-!*8 alnajmdnbjowl9nbgf#jm-#Nbmz#`bqqjfp\x7F\x7Fx~8tjtlqh#lepzmlmzngfefbwpebulqfglswj`bosbdfWqbvmofpp#pfmgjmdofew!=?`lnP`lqBoo#wkfiRvfqz-wlvqjpw@obppj`ebopf!#Tjokfonpvavqapdfmvjmfajpklsp-psojw+dolabo#elooltpalgz#lemlnjmbo@lmwb`wpf`vobqofew#wl`kjfeoz.kjggfm.abmmfq?,oj= -#Tkfm#jm#alwkgjpnjppF{solqfbotbzp#ujb#wkfpsb/]lotfoebqfqvojmd#bqqbmdf`bswbjmkjp#plmqvof#lekf#wllhjwpfoe/>3%bns8+`boofgpbnsofpwl#nbhf`ln,sbdNbqwjm#Hfmmfgzb``fswpevoo#lekbmgofgAfpjgfp,,..=?,baof#wlwbqdfwpfppfm`fkjn#wl#jwp#az#`lnnlm-njmfqbowl#wbhftbzp#wlp-lqd,obgujpfgsfmbowzpjnsof9je#wkfzOfwwfqpb#pklqwKfqafqwpwqjhfp#dqlvsp-ofmdwkeojdkwplufqobspoltoz#ofppfq#pl`jbo#?,s= \n\njw#jmwlqbmhfg#qbwf#levo= ##bwwfnswsbjq#lenbhf#jwHlmwbhwBmwlmjlkbujmd#qbwjmdp#b`wjufpwqfbnpwqbssfg!*-`pp+klpwjofofbg#wlojwwof#dqlvsp/Sj`wvqf..= #qltp>!#laif`wjmufqpf?ellwfq@vpwlnU=?_,p`qploujmd@kbnafqpobufqztlvmgfgtkfqfbp">#$vmgelq#boosbqwoz#.qjdkw9Bqbajbmab`hfg#`fmwvqzvmjw#lenlajof.Fvqlsf/jp#klnfqjph#legfpjqfg@ojmwlm`lpw#lebdf#le#af`lnf#mlmf#les%rvlw8Njggof#fbg$*X3@qjwj`ppwvgjlp=%`lsz8dqlvs!=bppfnaonbhjmd#sqfppfgtjgdfw-sp9!#<#qfavjowaz#plnfElqnfq#fgjwlqpgfobzfg@bmlmj`kbg#wkfsvpkjmd`obpp>!avw#bqfsbqwjboAbazolmalwwln#`bqqjfq@lnnbmgjwp#vpfBp#tjwk`lvqpfpb#wkjqggfmlwfpbopl#jmKlvpwlm13s{8!=b``vpfgglvaof#dlbo#leEbnlvp#*-ajmg+sqjfpwp#Lmojmfjm#Ivozpw#(#!d`lmpvowgf`jnbokfosevoqfujufgjp#ufqzq$($jswolpjmd#efnbofpjp#boplpwqjmdpgbzp#lebqqjuboevwvqf#?laif`welq`jmdPwqjmd+!#,= \n\nkfqf#jpfm`lgfg-##Wkf#aboollmglmf#az,`lnnlmad`lolqobt#le#Jmgjbmbbuljgfgavw#wkf1s{#0s{irvfqz-bewfq#bsloj`z-nfm#bmgellwfq.>#wqvf8elq#vpfp`qffm-Jmgjbm#jnbdf#>ebnjoz/kwws9,,#%maps8gqjufqpfwfqmbopbnf#bpmlwj`fgujftfqp~*+*8 #jp#nlqfpfbplmpelqnfq#wkf#mftjp#ivpw`lmpfmw#Pfbq`ktbp#wkftkz#wkfpkjssfgaq=?aq=tjgwk9#kfjdkw>nbgf#le`vjpjmfjp#wkbwb#ufqz#Bgnjqbo#ej{fg8mlqnbo#NjppjlmSqfpp/#lmwbqjl`kbqpfwwqz#wl#jmubgfg>!wqvf!psb`jmdjp#nlpwb#nlqf#wlwboozeboo#le~*8 ##jnnfmpfwjnf#jmpfw#lvwpbwjpezwl#ejmggltm#wlolw#le#Sobzfqpjm#Ivmfrvbmwvnmlw#wkfwjnf#wlgjpwbmwEjmmjpkpq`#>#+pjmdof#kfos#leDfqnbm#obt#bmgobafofgelqfpwp`llhjmdpsb`f!=kfbgfq.tfoo#bpPwbmofzaqjgdfp,dolabo@qlbwjb#Balvw#X3^8 ##jw/#bmgdqlvsfgafjmd#b*xwkqltkf#nbgfojdkwfqfwkj`boEEEEEE!alwwln!ojhf#b#fnsolzpojuf#jmbp#pffmsqjmwfqnlpw#leva.ojmhqfif`wpbmg#vpfjnbdf!=pv``ffgeffgjmdMv`ofbqjmelqnbwl#kfosTlnfm$pMfjwkfqNf{j`bmsqlwfjm?wbaof#az#nbmzkfbowkzobtpvjwgfujpfg-svpk+xpfoofqppjnsoz#Wkqlvdk-`llhjf#Jnbdf+logfq!=vp-ip!=#Pjm`f#vmjufqpobqdfq#lsfm#wl"..#fmgojfp#jm$^*8 ##nbqhfwtkl#jp#+!GLN@lnbmbdfglmf#elqwzsfle#Hjmdglnsqlejwpsqlslpfwl#pklt`fmwfq8nbgf#jwgqfppfgtfqf#jmnj{wvqfsqf`jpfbqjpjmdpq`#>#$nbhf#b#pf`vqfgAbswjpwulwjmd# \n\nubq#Nbq`k#1dqft#vs@ojnbwf-qfnlufphjoofgtbz#wkf?,kfbg=eb`f#leb`wjmd#qjdkw!=wl#tlqhqfgv`fpkbp#kbgfqf`wfgpklt+*8b`wjlm>allh#lebm#bqfb>>#!kww?kfbgfq ?kwno=`lmelqneb`jmd#`llhjf-qfoz#lmklpwfg#-`vpwlnkf#tfmwavw#elqpsqfbg#Ebnjoz#b#nfbmplvw#wkfelqvnp-ellwbdf!=Nlajo@ofnfmwp!#jg>!bp#kjdkjmwfmpf..=?"..efnbof#jp#pffmjnsojfgpfw#wkfb#pwbwfbmg#kjpebpwfpwafpjgfpavwwlm\\alvmgfg!=?jnd#Jmelal{fufmwp/b#zlvmdbmg#bqfMbwjuf#`kfbsfqWjnflvwbmg#kbpfmdjmfptlm#wkf+nlpwozqjdkw9#ejmg#b#.alwwlnSqjm`f#bqfb#lenlqf#lepfbq`k\\mbwvqf/ofdboozsfqjlg/obmg#lelq#tjwkjmgv`fgsqlujmdnjppjofol`boozBdbjmpwwkf#tbzh%rvlw8s{8!= svpkfg#babmglmmvnfqbo@fqwbjmJm#wkjpnlqf#jmlq#plnfmbnf#jpbmg/#jm`qltmfgJPAM#3.`qfbwfpL`wlafqnbz#mlw`fmwfq#obwf#jmGfefm`ffmb`wfgtjpk#wlaqlbgoz`llojmdlmolbg>jw-#Wkfqf`lufqNfnafqpkfjdkw#bppvnfp?kwno= sflsof-jm#lmf#>tjmgltellwfq\\b#dllg#qfhobnblwkfqp/wl#wkjp\\`llhjfsbmfo!=Olmglm/gfejmfp`qvpkfgabswjpn`lbpwbopwbwvp#wjwof!#nluf#wlolpw#jmafwwfq#jnsojfpqjuboqzpfqufqp#PzpwfnSfqkbspfp#bmg#`lmwfmgeoltjmdobpwfg#qjpf#jmDfmfpjpujft#leqjpjmd#pffn#wlavw#jm#ab`hjmdkf#tjoodjufm#bdjujmd#`jwjfp-eolt#le#Obwfq#boo#avwKjdktbzlmoz#azpjdm#lekf#glfpgjeefqpabwwfqz%bns8obpjmdofpwkqfbwpjmwfdfqwbhf#lmqfevpfg`boofg#>VP%bnsPff#wkfmbwjufpaz#wkjppzpwfn-kfbg#le9klufq/ofpajbmpvqmbnfbmg#boo`lnnlm,kfbgfq\\\\sbqbnpKbqubqg,sj{fo-qfnlubopl#olmdqlof#leiljmwozphzp`qbVmj`lgfaq#,= Bwobmwbmv`ofvp@lvmwz/svqfoz#`lvmw!=fbpjoz#avjog#blm`oj`hb#djufmsljmwfqk%rvlw8fufmwp#fopf#x gjwjlmpmlt#wkf/#tjwk#nbm#tkllqd,Tfalmf#bmg`buboqzKf#gjfgpfbwwof33/333#xtjmgltkbuf#wlje+tjmgbmg#jwpplofoz#n%rvlw8qfmftfgGfwqljwbnlmdpwfjwkfq#wkfn#jmPfmbwlqVp?,b=?Hjmd#leEqbm`jp.sqlgv`kf#vpfgbqw#bmgkjn#bmgvpfg#azp`lqjmdbw#klnfwl#kbufqfobwfpjajojwzeb`wjlmAveebolojmh!=?tkbw#kfeqff#wl@jwz#le`lnf#jmpf`wlqp`lvmwfglmf#gbzmfqulvpprvbqf#~8je+dljm#tkbwjnd!#bojp#lmozpfbq`k,wvfpgbzollpfozPlolnlmpf{vbo#.#?b#kqnfgjvn!GL#MLW#Eqbm`f/tjwk#b#tbq#bmgpf`lmg#wbhf#b#= nbqhfw-kjdktbzglmf#jm`wjujwz!obpw!=laojdfgqjpf#wl!vmgfejnbgf#wl#Fbqoz#sqbjpfgjm#jwp#elq#kjpbwkofwfIvsjwfqZbkll"#wfqnfg#pl#nbmzqfbooz#p-#Wkf#b#tlnbm<ubovf>gjqf`w#qjdkw!#aj`z`ofb`jmd>!gbz#bmgpwbwjmdQbwkfq/kjdkfq#Leej`f#bqf#mltwjnfp/#tkfm#b#sbz#elqlm#wkjp.ojmh!=8alqgfqbqlvmg#bmmvbo#wkf#Mftsvw#wkf-`ln!#wbhjm#wlb#aqjfe+jm#wkfdqlvsp-8#tjgwkfmyznfppjnsof#jm#obwfxqfwvqmwkfqbszb#sljmwabmmjmdjmhp!= +*8!#qfb#sob`f_v330@bbalvw#bwq= \n\n``lvmw#djufp#b?P@QJSWQbjotbzwkfnfp,wlloal{AzJg+!{kvnbmp/tbw`kfpjm#plnf#je#+tj`lnjmd#elqnbwp#Vmgfq#avw#kbpkbmgfg#nbgf#azwkbm#jmefbq#legfmlwfg,jeqbnfofew#jmulowbdfjm#fb`kb%rvlw8abpf#leJm#nbmzvmgfqdlqfdjnfpb`wjlm#?,s= ?vpwlnUb8%dw8?,jnslqwplq#wkbwnlpwoz#%bns8qf#pjyf>!?,b=?,kb#`obppsbppjufKlpw#>#TkfwkfqefqwjofUbqjlvp>X^8+ev`bnfqbp,=?,wg=b`wp#bpJm#plnf= ?"lqdbmjp#?aq#,=Afjijmd`bwbo/Lgfvwp`kfvqlsfvfvphbqbdbfjodfpufmphbfpsb/]bnfmpbifvpvbqjlwqbabiln/E{j`ls/Mdjmbpjfnsqfpjpwfnbl`wvaqfgvqbmwfb/]bgjqfnsqfpbnlnfmwlmvfpwqlsqjnfqbwqbu/Epdqb`jbpmvfpwqbsql`fplfpwbglp`bojgbgsfqplmbm/Vnfqlb`vfqgln/Vpj`bnjfnaqllefqwbpbodvmlpsb/Apfpfifnsolgfqf`klbgfn/Mpsqjubglbdqfdbqfmob`fpslpjaofklwfofppfujoobsqjnfql/Vowjnlfufmwlpbq`kjul`vowvqbnvifqfpfmwqbgbbmvm`jlfnabqdlnfq`bgldqbmgfpfpwvgjlnfilqfpefaqfqlgjpf/]lwvqjpnl`/_gjdlslqwbgbfpsb`jlebnjojbbmwlmjlsfqnjwfdvbqgbqbodvmbpsqf`jlpbodvjfmpfmwjglujpjwbpw/Awvol`lml`fqpfdvmgl`lmpfileqbm`jbnjmvwlppfdvmgbwfmfnlpfef`wlpn/Mobdbpfpj/_mqfujpwbdqbmbgb`lnsqbqjmdqfpldbq`/Abb``j/_mf`vbglqrvjfmfpjm`ovplgfafq/Mnbwfqjbklnaqfpnvfpwqbslgq/Abnb/]bmb/Vowjnbfpwbnlplej`jbowbnajfmmjmd/Vmpbovglpslgfnlpnfilqbqslpjwjlmavpjmfppklnfsbdfpf`vqjwzobmdvbdfpwbmgbqg`bnsbjdmefbwvqfp`bwfdlqzf{wfqmbo`kjogqfmqfpfqufgqfpfbq`kf{`kbmdfebulqjwfwfnsobwfnjojwbqzjmgvpwqzpfquj`fpnbwfqjbosqlgv`wpy.jmgf{9`lnnfmwpplewtbqf`lnsofwf`bofmgbqsobwelqnbqwj`ofpqfrvjqfgnlufnfmwrvfpwjlmavjogjmdslojwj`pslppjaofqfojdjlmskzpj`boeffgab`hqfdjpwfqsj`wvqfpgjpbaofgsqlwl`lobvgjfm`fpfwwjmdpb`wjujwzfofnfmwpofbqmjmdbmzwkjmdbapwqb`wsqldqfpplufqujftnbdbyjmff`lmlnj`wqbjmjmdsqfppvqfubqjlvp#?pwqlmd=sqlsfqwzpklssjmdwldfwkfqbgubm`fgafkbujlqgltmolbgefbwvqfgellwaboopfof`wfgObmdvbdfgjpwbm`fqfnfnafqwqb`hjmdsbpptlqgnlgjejfgpwvgfmwpgjqf`wozejdkwjmdmlqwkfqmgbwbabpfefpwjuboaqfbhjmdol`bwjlmjmwfqmfwgqlsgltmsqb`wj`ffujgfm`fevm`wjlmnbqqjbdfqfpslmpfsqlaofnpmfdbwjufsqldqbnpbmbozpjpqfofbpfgabmmfq!=svq`kbpfsloj`jfpqfdjlmbo`qfbwjufbqdvnfmwallhnbqhqfefqqfq`kfnj`bogjujpjlm`booab`hpfsbqbwfsqlif`wp`lmeoj`wkbqgtbqfjmwfqfpwgfojufqznlvmwbjmlawbjmfg>#ebopf8elq+ubq#b``fswfg`bsb`jwz`lnsvwfqjgfmwjwzbjq`qbewfnsolzfgsqlslpfgglnfpwj`jm`ovgfpsqlujgfgklpsjwboufqwj`bo`loobspfbssqlb`ksbqwmfqpoldl!=?bgbvdkwfqbvwklq!#`vowvqboebnjojfp,jnbdfp,bppfnaozsltfqevowfb`kjmdejmjpkfggjpwqj`w`qjwj`bo`dj.ajm,svqslpfpqfrvjqfpfof`wjlmaf`lnjmdsqlujgfpb`bgfnj`f{fq`jpfb`wvbooznfgj`jmf`lmpwbmwb``jgfmwNbdbyjmfgl`vnfmwpwbqwjmdalwwln!=lapfqufg9#%rvlw8f{wfmgfgsqfujlvpPlewtbqf`vpwlnfqgf`jpjlmpwqfmdwkgfwbjofgpojdkwozsobmmjmdwf{wbqfb`vqqfm`zfufqzlmfpwqbjdkwwqbmpefqslpjwjufsqlgv`fgkfqjwbdfpkjssjmdbaplovwfqf`fjufgqfofubmwavwwlm!#ujlofm`fbmztkfqfafmfejwpobvm`kfgqf`fmwozboojbm`felooltfgnvowjsofavoofwjmjm`ovgfgl``vqqfgjmwfqmbo\'+wkjp*-qfsvaoj`=?wq=?wg`lmdqfppqf`lqgfgvowjnbwfplovwjlm?vo#jg>!gjp`lufqKlnf?,b=tfapjwfpmfwtlqhpbowklvdkfmwjqfoznfnlqjbonfppbdfp`lmwjmvfb`wjuf!=plnftkbwuj`wlqjbTfpwfqm##wjwof>!Ol`bwjlm`lmwqb`wujpjwlqpGltmolbgtjwklvw#qjdkw!= nfbpvqfptjgwk#>#ubqjbaofjmuloufgujqdjmjbmlqnboozkbssfmfgb``lvmwppwbmgjmdmbwjlmboQfdjpwfqsqfsbqfg`lmwqlopb``vqbwfajqwkgbzpwqbwfdzleej`jbodqbskj`p`qjnjmboslppjaoz`lmpvnfqSfqplmbopsfbhjmdubojgbwfb`kjfufg-isd!#,=nb`kjmfp?,k1= ##hfztlqgpeqjfmgozaqlwkfqp`lnajmfglqjdjmbo`lnslpfgf{sf`wfgbgfrvbwfsbhjpwbmeloolt!#ubovbaof?,obafo=qfobwjufaqjmdjmdjm`qfbpfdlufqmlqsovdjmp,Ojpw#le#Kfbgfq!=!#mbnf>!#+%rvlw8dqbgvbwf?,kfbg= `lnnfq`fnbobzpjbgjqf`wlqnbjmwbjm8kfjdkw9p`kfgvof`kbmdjmdab`h#wl#`bwkloj`sbwwfqmp`lolq9# dqfbwfpwpvssojfpqfojbaof?,vo= \n\n?pfof`w#`jwjyfmp`olwkjmdtbw`kjmd?oj#jg>!psf`jej``bqqzjmdpfmwfm`f?`fmwfq=`lmwqbpwwkjmhjmd`bw`k+f*plvwkfqmNj`kbfo#nfq`kbmw`bqlvpfosbggjmd9jmwfqjlq-psojw+!ojybwjlmL`wlafq#*xqfwvqmjnsqlufg..%dw8 `lufqbdf`kbjqnbm-smd!#,=pvaif`wpQj`kbqg#tkbwfufqsqlabaozqf`lufqzabpfabooivgdnfmw`lmmf`w--`pp!#,=#tfapjwfqfslqwfggfebvow!,=?,b= fof`wqj`p`lwobmg`qfbwjlmrvbmwjwz-#JPAM#3gjg#mlw#jmpwbm`f.pfbq`k.!#obmd>!psfbhfqp@lnsvwfq`lmwbjmpbq`kjufpnjmjpwfqqfb`wjlmgjp`lvmwJwbojbml`qjwfqjbpwqlmdoz9#$kwws9$p`qjsw$`lufqjmdleefqjmdbssfbqfgAqjwjpk#jgfmwjezEb`fallhmvnfqlvpufkj`ofp`lm`fqmpBnfqj`bmkbmgojmdgju#jg>!Tjoojbn#sqlujgfq\\`lmwfmwb``vqb`zpf`wjlm#bmgfqplmeof{jaof@bwfdlqzobtqfm`f?p`qjsw=obzlvw>!bssqlufg#nb{jnvnkfbgfq!=?,wbaof=Pfquj`fpkbnjowlm`vqqfmw#`bmbgjbm`kbmmfop,wkfnfp,,bqwj`oflswjlmboslqwvdboubovf>!!jmwfqubotjqfofppfmwjwofgbdfm`jfpPfbq`k!#nfbpvqfgwklvpbmgpsfmgjmd%kfoojs8mft#Gbwf!#pjyf>!sbdfMbnfnjggof!#!#,=?,b=kjggfm!=pfrvfm`fsfqplmbolufqeoltlsjmjlmpjoojmljpojmhp!= \n?wjwof=ufqpjlmppbwvqgbzwfqnjmbojwfnsqlsfmdjmffqpf`wjlmpgfpjdmfqsqlslpbo>!ebopf!Fpsb/]loqfofbpfppvanjw!#fq%rvlw8bggjwjlmpznswlnplqjfmwfgqfplvq`fqjdkw!=?sofbpvqfpwbwjlmpkjpwlqz-ofbujmd##alqgfq>`lmwfmwp`fmwfq!=- Plnf#gjqf`wfgpvjwbaofavodbqjb-pklt+*8gfpjdmfgDfmfqbo#`lm`fswpF{bnsofptjoojbnpLqjdjmbo!=?psbm=pfbq`k!=lsfqbwlqqfrvfpwpb#%rvlw8booltjmdGl`vnfmwqfujpjlm-# Wkf#zlvqpfoe@lmwb`w#nj`kjdbmFmdojpk#`lovnajbsqjlqjwzsqjmwjmdgqjmhjmdeb`jojwzqfwvqmfg@lmwfmw#leej`fqpQvppjbm#dfmfqbwf.;;6:.2!jmgj`bwfebnjojbq#rvbojwznbqdjm93#`lmwfmwujftslqw`lmwb`wp.wjwof!=slqwbaof-ofmdwk#fojdjaofjmuloufpbwobmwj`lmolbg>!gfebvow-pvssojfgsbznfmwpdolppbqz Bewfq#dvjgbm`f?,wg=?wgfm`lgjmdnjggof!=`bnf#wl#gjpsobzpp`lwwjpkilmbwkbmnbilqjwztjgdfwp-`ojmj`bowkbjobmgwfb`kfqp?kfbg= \nbeef`wfgpvsslqwpsljmwfq8wlPwqjmd?,pnboo=lhobklnbtjoo#af#jmufpwlq3!#bow>!klojgbzpQfplvq`foj`fmpfg#+tkj`k#-#Bewfq#`lmpjgfqujpjwjmdf{solqfqsqjnbqz#pfbq`k!#bmgqljg!rvj`hoz#nffwjmdpfpwjnbwf8qfwvqm#8`lolq9 #kfjdkw>bssqlubo/#%rvlw8#`kf`hfg-njm-ip!nbdmfwj`=?,b=?,kelqf`bpw-#Tkjof#wkvqpgbzgufqwjpf%fb`vwf8kbp@obppfubovbwflqgfqjmdf{jpwjmdsbwjfmwp#Lmojmf#`lolqbglLswjlmp!`bnsafoo?"..#fmg?,psbm=??aq#,= \\slsvsp\x7Fp`jfm`fp/%rvlw8#rvbojwz#Tjmgltp#bppjdmfgkfjdkw9#?a#`obppof%rvlw8#ubovf>!#@lnsbmzf{bnsofp?jeqbnf#afojfufpsqfpfmwpnbqpkboosbqw#le#sqlsfqoz*- Wkf#wb{lmlnznv`k#le#?,psbm= !#gbwb.pqwvdv/Fpp`qlooWl#sqlif`w?kfbg= bwwlqmfzfnskbpjppslmplqpebm`zal{tlqog$p#tjogojef`kf`hfg>pfppjlmpsqldqbnns{8elmw.#Sqlif`wilvqmbopafojfufgub`bwjlmwklnsplmojdkwjmdbmg#wkf#psf`jbo#alqgfq>3`kf`hjmd?,walgz=?avwwlm#@lnsofwf`ofbqej{ ?kfbg= bqwj`of#?pf`wjlmejmgjmdpqlof#jm#slsvobq##L`wlafqtfapjwf#f{slpvqfvpfg#wl##`kbmdfplsfqbwfg`oj`hjmdfmwfqjmd`lnnbmgpjmelqnfg#mvnafqp##?,gju=`qfbwjmdlmPvanjwnbqzobmg`loofdfpbmbozwj`ojpwjmdp`lmwb`w-olddfgJmbgujplqzpjaojmdp`lmwfmw!p%rvlw8*p-#Wkjp#sb`hbdfp`kf`hal{pvddfpwpsqfdmbmwwlnlqqltpsb`jmd>j`lm-smdibsbmfpf`lgfabpfavwwlm!=dbnaojmdpv`k#bp#/#tkjof#?,psbm=#njpplvqjpslqwjmdwls92s{#-?,psbm=wfmpjlmptjgwk>!1obyzolbgmlufnafqvpfg#jm#kfjdkw>!`qjsw!= %maps8?,?wq=?wg#kfjdkw91,sqlgv`w`lvmwqz#jm`ovgf#ellwfq!#%ow8"..#wjwof!=?,irvfqz-?,elqn= +\vBl\bQ\x7F*+\vUmGx*kqubwphjjwbojbmlqln/Nm(ow/Pqh/Kf4K4]4C5dwbnaj/Emmlwj`jbpnfmpbifpsfqplmbpgfqf`klpmb`jlmbopfquj`jl`lmwb`wlvpvbqjlpsqldqbnbdlajfqmlfnsqfpbpbmvm`jlpubofm`jb`lolnajbgfpsv/Epgfslqwfpsqlzf`wlsqlgv`wls/Vaoj`lmlplwqlpkjpwlqjbsqfpfmwfnjoolmfpnfgjbmwfsqfdvmwbbmwfqjlqqf`vqplpsqlaofnbpbmwjbdlmvfpwqlplsjmj/_mjnsqjnjqnjfmwqbpbn/Eqj`bufmgfglqpl`jfgbgqfpsf`wlqfbojybqqfdjpwqlsbobaqbpjmwfq/Epfmwlm`fpfpsf`jbonjfnaqlpqfbojgbg`/_qglabybqbdlybs/Mdjmbppl`jbofpaolrvfbqdfpwj/_mborvjofqpjpwfnbp`jfm`jbp`lnsofwlufqpj/_m`lnsofwbfpwvgjlps/Vaoj`blaifwjulboj`bmwfavp`bglq`bmwjgbgfmwqbgbpb``jlmfpbq`kjulppvsfqjlqnbzlq/Abbofnbmjbevm`j/_m/Vowjnlpkb`jfmglbrvfoolpfgj`j/_mefqmbmglbnajfmwfeb`fallhmvfpwqbp`ojfmwfpsql`fplpabpwbmwfsqfpfmwbqfslqwbq`lmdqfplsvaoj`bq`lnfq`jl`lmwqbwli/_ufmfpgjpwqjwlw/E`mj`b`lmivmwlfmfqd/Abwqbabibqbpwvqjbpqf`jfmwfvwjojybqalofw/Ampboubglq`lqqf`wbwqbabilpsqjnfqlpmfdl`jlpojafqwbggfwboofpsbmwboobsq/_{jnlbonfq/Abbmjnbofprvj/Emfp`lqby/_mpf``j/_mavp`bmglls`jlmfpf{wfqjlq`lm`fswlwlgbu/Abdbofq/Abfp`qjajqnfgj`jmboj`fm`jb`lmpvowbbpsf`wlp`q/Awj`bg/_obqfpivpwj`jbgfafq/Mmsfq/Alglmf`fpjwbnbmwfmfqsfrvf/]lqf`jajgbwqjavmbowfmfqjef`bm`j/_m`bmbqjbpgfp`bqdbgjufqplpnboolq`bqfrvjfqfw/E`mj`lgfafq/Abujujfmgbejmbmybpbgfobmwfevm`jlmb`lmpfilpgje/A`jo`jvgbgfpbmwjdvbpbubmybgbw/Eqnjmlvmjgbgfpp/Mm`kfy`bnsb/]bplewlmj`qfujpwbp`lmwjfmfpf`wlqfpnlnfmwlpeb`vowbg`q/Egjwlgjufqpbppvsvfpwleb`wlqfppfdvmglpsfrvf/]b<_<R<X<\\<Y=m<W<T<Y=m=n=`<]=g<W<R<]=g=n=`=a=n<R<P<y=m<W<T=n<R<_<R<P<Y<Q=c<^=m<Y=i=a=n<R<U<X<\\<Z<Y<]=g<W<T<_<R<X=o<X<Y<Q=`=a=n<R=n<]=g<W<\\=m<Y<]=c<R<X<T<Q=m<Y<]<Y<Q<\\<X<R=m<\\<U=n=h<R=n<R<Q<Y<_<R=m<^<R<T=m<^<R<U<T<_=l=g=n<R<Z<Y<^=m<Y<P=m<^<R=b<W<T=d=`=a=n<T=i<S<R<V<\\<X<Q<Y<U<X<R<P<\\<P<T=l<\\<W<T<]<R=n<Y<P=o=i<R=n=c<X<^=o=i=m<Y=n<T<W=b<X<T<X<Y<W<R<P<T=l<Y=n<Y<]=c=m<^<R<Y<^<T<X<Y=k<Y<_<R=a=n<T<P=m=k<Y=n=n<Y<P=g=j<Y<Q=g=m=n<\\<W<^<Y<X=`=n<Y<P<Y<^<R<X=g=n<Y<]<Y<^=g=d<Y<Q<\\<P<T=n<T<S<\\=n<R<P=o<S=l<\\<^<W<T=j<\\<R<X<Q<\\<_<R<X=g<[<Q<\\=b<P<R<_=o<X=l=o<_<^=m<Y<U<T<X<Y=n<V<T<Q<R<R<X<Q<R<X<Y<W<\\<X<Y<W<Y=m=l<R<V<T=b<Q=c<^<Y=m=`<y=m=n=`=l<\\<[<\\<Q<\\=d<T4K5h5h5k4K5h4F5f4@5i5f4U4B4K4Y4E4K5h4\\5f4U5h5f5k4@4C5f4C4K5h4N5j4K5h4]4C4F4A5o5i4Y5m4A4E5o4K5j4F4K5h5h5f5f5o5d5j4X4D5o4E5m5f5k4K4D5j4K4F4A5d4K4M4O5o4G4]4B5h4K5h4K5h4A4D4C5h5f5h4C4]5d4_4K4Z4V4[4F5o5d5j5k5j4K5o4_4K4A4E5j4K4C5f4K5h4[4D4U5h5f5o4X5o4]4K5f5i5o5j5i5j5k4K4X4]5o4E4]4J5f4_5j4X5f4[5i4K4\\4K4K5h5m5j4X4D4K4D4F4U4D4]4]4A5i4E5o4K5m4E5f5n5d5h5i4]5o4^5o5h5i4E4O4A5i4C5n5h4D5f5f4U5j5f4Y5d4]4E4[4]5f5n4X4K4]5o4@5d4K5h4O4B4]5e5i4U5j4K4K4D4A4G4U4]5d4Z4D4X5o5h5i4_4@5h4D5j4K5j4B4K5h4C5o4F4K4D5o5h5f4E4D4C5d5j4O5f4Z4K5f5d4@4C5m4]5f5n5o4F4D4F4O5m4Z5h5i4[4D4B4K5o4G4]4D4K4]5o4K5m4Z5h4K4A5h5e5j5m4_5k4O5f4K5i4]4C5d4C4O5j5k4K4C5f5j4K4K5h4K5j5i4U4]4Z4F4U5h5i4C4K4B5h5i5i5o5j\x07\x07\x07\x07\0\x07\x07\0\v\n \b\r\f\f\r\b \n\v\0\v\v\v\v\0\x07qfplvq`fp`lvmwqjfprvfpwjlmpfrvjsnfmw`lnnvmjwzbubjobaofkjdkojdkwGWG,{kwnonbqhfwjmdhmltofgdfplnfwkjmd`lmwbjmfqgjqf`wjlmpvap`qjafbgufqwjpf`kbqb`wfq!#ubovf>!?,pfof`w=Bvpwqbojb!#`obpp>!pjwvbwjlmbvwklqjwzelooltjmdsqjnbqjozlsfqbwjlm`kboofmdfgfufolsfgbmlmznlvpevm`wjlm#evm`wjlmp`lnsbmjfppwqv`wvqfbdqffnfmw!#wjwof>!slwfmwjbofgv`bwjlmbqdvnfmwppf`lmgbqz`lszqjdkwobmdvbdfpf{`ovpjuf`lmgjwjlm?,elqn= pwbwfnfmwbwwfmwjlmAjldqbskz~#fopf#x plovwjlmptkfm#wkf#Bmbozwj`pwfnsobwfpgbmdfqlvppbwfoojwfgl`vnfmwpsvaojpkfqjnslqwbmwsqlwlwzsfjmeovfm`f%qbrvl8?,feef`wjufdfmfqboozwqbmpelqnafbvwjevowqbmpslqwlqdbmjyfgsvaojpkfgsqlnjmfmwvmwjo#wkfwkvnambjoMbwjlmbo#-el`vp+*8lufq#wkf#njdqbwjlmbmmlvm`fgellwfq!= f{`fswjlmofpp#wkbmf{sfmpjufelqnbwjlmeqbnftlqhwfqqjwlqzmgj`bwjlm`vqqfmwoz`obppMbnf`qjwj`jpnwqbgjwjlmfopftkfqfBof{bmgfqbssljmwfgnbwfqjbopaqlbg`bpwnfmwjlmfgbeejojbwf?,lswjlm=wqfbwnfmwgjeefqfmw,gfebvow-Sqfpjgfmwlm`oj`h>!ajldqbskzlwkfqtjpfsfqnbmfmwEqbm/KbjpKlooztllgf{sbmpjlmpwbmgbqgp?,pwzof= qfgv`wjlmGf`fnafq#sqfefqqfg@bnaqjgdflsslmfmwpAvpjmfpp#`lmevpjlm= ?wjwof=sqfpfmwfgf{sobjmfgglfp#mlw#tlqogtjgfjmwfqeb`fslpjwjlmpmftpsbsfq?,wbaof= nlvmwbjmpojhf#wkf#fppfmwjboejmbm`jbopfof`wjlmb`wjlm>!,babmglmfgFgv`bwjlmsbqpfJmw+pwbajojwzvmbaof#wl?,wjwof= qfobwjlmpMlwf#wkbwfeej`jfmwsfqelqnfgwtl#zfbqpPjm`f#wkfwkfqfelqftqbssfq!=bowfqmbwfjm`qfbpfgAbwwof#lesfq`fjufgwqzjmd#wlmf`fppbqzslqwqbzfgfof`wjlmpFojybafwk?,jeqbnf=gjp`lufqzjmpvqbm`fp-ofmdwk8ofdfmgbqzDfldqbskz`bmgjgbwf`lqslqbwfplnfwjnfppfquj`fp-jmkfqjwfg?,pwqlmd=@lnnvmjwzqfojdjlvpol`bwjlmp@lnnjwwffavjogjmdpwkf#tlqogml#olmdfqafdjmmjmdqfefqfm`f`bmmlw#afeqfrvfm`zwzsj`boozjmwl#wkf#qfobwjuf8qf`lqgjmdsqfpjgfmwjmjwjboozwf`kmjrvfwkf#lwkfqjw#`bm#aff{jpwfm`fvmgfqojmfwkjp#wjnfwfofsklmfjwfnp`lsfsqb`wj`fpbgubmwbdf*8qfwvqm#Elq#lwkfqsqlujgjmdgfnl`qb`zalwk#wkf#f{wfmpjufpveefqjmdpvsslqwfg`lnsvwfqp#evm`wjlmsqb`wj`bopbjg#wkbwjw#nbz#afFmdojpk?,eqln#wkf#p`kfgvofggltmolbgp?,obafo= pvpsf`wfgnbqdjm9#3psjqjwvbo?,kfbg= nj`qlplewdqbgvboozgjp`vppfgkf#af`bnff{f`vwjufirvfqz-ipklvpfklog`lmejqnfgsvq`kbpfgojwfqboozgfpwqlzfgvs#wl#wkfubqjbwjlmqfnbjmjmdjw#jp#mlw`fmwvqjfpIbsbmfpf#bnlmd#wkf`lnsofwfgbodlqjwknjmwfqfpwpqfafoojlmvmgfejmfgfm`lvqbdfqfpjybaofjmuloujmdpfmpjwjufvmjufqpbosqlujpjlm+bowklvdkefbwvqjmd`lmgv`wfg*/#tkj`k#`lmwjmvfg.kfbgfq!=Efaqvbqz#mvnfqlvp#lufqeolt9`lnslmfmweqbdnfmwpf{`foofmw`lopsbm>!wf`kmj`bomfbq#wkf#Bgubm`fg#plvq`f#lef{sqfppfgKlmd#Hlmd#Eb`fallhnvowjsof#nf`kbmjpnfofubwjlmleefmpjuf?,elqn= \npslmplqfggl`vnfmw-lq#%rvlw8wkfqf#bqfwklpf#tklnlufnfmwpsql`fppfpgjeej`vowpvanjwwfgqf`lnnfmg`lmujm`fgsqlnlwjmd!#tjgwk>!-qfsob`f+`obppj`bo`lbojwjlmkjp#ejqpwgf`jpjlmpbppjpwbmwjmgj`bwfgfulovwjlm.tqbssfq!fmlvdk#wlbolmd#wkfgfojufqfg..= ?"..Bnfqj`bm#sqlwf`wfgMlufnafq#?,pwzof=?evqmjwvqfJmwfqmfw##lmaovq>!pvpsfmgfgqf`jsjfmwabpfg#lm#Nlqflufq/balojpkfg`loof`wfgtfqf#nbgffnlwjlmbofnfqdfm`zmbqqbwjufbgul`bwfps{8alqgfq`lnnjwwfggjq>!owq!fnsolzffpqfpfbq`k-#pfof`wfgpv``fpplq`vpwlnfqpgjpsobzfgPfswfnafqbgg@obpp+Eb`fallh#pvddfpwfgbmg#obwfqlsfqbwjmdfobalqbwfPlnfwjnfpJmpwjwvwf`fqwbjmozjmpwboofgelooltfqpIfqvpbofnwkfz#kbuf`lnsvwjmddfmfqbwfgsqlujm`fpdvbqbmwffbqajwqbqzqf`ldmjyftbmwfg#wls{8tjgwk9wkflqz#leafkbujlvqTkjof#wkffpwjnbwfgafdbm#wl#jw#af`bnfnbdmjwvgfnvpw#kbufnlqf#wkbmGjqf`wlqzf{wfmpjlmpf`qfwbqzmbwvqboozl``vqqjmdubqjbaofpdjufm#wkfsobwelqn-?,obafo=?ebjofg#wl`lnslvmgphjmgp#le#pl`jfwjfpbolmdpjgf#..%dw8 plvwktfpwwkf#qjdkwqbgjbwjlmnbz#kbuf#vmfp`bsf+pslhfm#jm!#kqfe>!,sqldqbnnflmoz#wkf#`lnf#eqlngjqf`wlqzavqjfg#jmb#pjnjobqwkfz#tfqf?,elmw=?,Mlqtfdjbmpsf`jejfgsqlgv`jmdsbppfmdfq+mft#Gbwfwfnslqbqzej`wjlmboBewfq#wkffrvbwjlmpgltmolbg-qfdvobqozgfufolsfqbaluf#wkfojmhfg#wlskfmlnfmbsfqjlg#lewllowjs!=pvapwbm`fbvwlnbwj`bpsf`w#leBnlmd#wkf`lmmf`wfgfpwjnbwfpBjq#Elq`fpzpwfn#lelaif`wjufjnnfgjbwfnbhjmd#jwsbjmwjmdp`lmrvfqfgbqf#pwjoosql`fgvqfdqltwk#lekfbgfg#azFvqlsfbm#gjujpjlmpnlof`vofpeqbm`kjpfjmwfmwjlmbwwqb`wfg`kjogkllgbopl#vpfggfgj`bwfgpjmdbslqfgfdqff#leebwkfq#le`lmeoj`wp?,b=?,s= `bnf#eqlntfqf#vpfgmlwf#wkbwqf`fjujmdF{f`vwjuffufm#nlqfb``fpp#wl`lnnbmgfqSlojwj`bonvpj`jbmpgfoj`jlvpsqjplmfqpbgufmw#leVWE.;!#,=?"X@GBWBX!=@lmwb`wPlvwkfqm#ad`lolq>!pfqjfp#le-#Jw#tbp#jm#Fvqlsfsfqnjwwfgubojgbwf-bssfbqjmdleej`jboppfqjlvpoz.obmdvbdfjmjwjbwfgf{wfmgjmdolmd.wfqnjmeobwjlmpv`k#wkbwdfw@llhjfnbqhfg#az?,avwwlm=jnsofnfmwavw#jw#jpjm`qfbpfpgltm#wkf#qfrvjqjmdgfsfmgfmw..= ?"..#jmwfqujftTjwk#wkf#`lsjfp#le`lmpfmpvptbp#avjowUfmfyvfob+elqnfqozwkf#pwbwfsfqplmmfopwqbwfdj`ebulvq#lejmufmwjlmTjhjsfgjb`lmwjmfmwujqwvbooztkj`k#tbpsqjm`jsof@lnsofwf#jgfmwj`bopklt#wkbwsqjnjwjufbtbz#eqlnnlof`vobqsqf`jpfozgjpploufgVmgfq#wkfufqpjlm>!=%maps8?,Jw#jp#wkf#Wkjp#jp#tjoo#kbuflqdbmjpnpplnf#wjnfEqjfgqj`ktbp#ejqpwwkf#lmoz#eb`w#wkbwelqn#jg>!sqf`fgjmdWf`kmj`boskzpj`jpwl``vqp#jmmbujdbwlqpf`wjlm!=psbm#jg>!plvdkw#wlafolt#wkfpvqujujmd~?,pwzof=kjp#gfbwkbp#jm#wkf`bvpfg#azsbqwjboozf{jpwjmd#vpjmd#wkftbp#djufmb#ojpw#leofufop#lemlwjlm#leLeej`jbo#gjpnjppfgp`jfmwjpwqfpfnaofpgvsoj`bwff{solpjufqf`lufqfgboo#lwkfqdboofqjfpxsbggjmd9sflsof#leqfdjlm#lebggqfppfpbppl`jbwfjnd#bow>!jm#nlgfqmpklvog#afnfwklg#leqfslqwjmdwjnfpwbnsmffgfg#wlwkf#Dqfbwqfdbqgjmdpffnfg#wlujftfg#bpjnsb`w#lmjgfb#wkbwwkf#Tlqogkfjdkw#lef{sbmgjmdWkfpf#bqf`vqqfmw!=`bqfevooznbjmwbjmp`kbqdf#le@obppj`bobggqfppfgsqfgj`wfgltmfqpkjs?gju#jg>!qjdkw!= qfpjgfm`fofbuf#wkf`lmwfmw!=bqf#lewfm##~*+*8 sqlabaoz#Sqlefpplq.avwwlm!#qfpslmgfgpbzp#wkbwkbg#wl#afsob`fg#jmKvmdbqjbmpwbwvp#lepfqufp#bpVmjufqpbof{f`vwjlmbddqfdbwfelq#tkj`kjmef`wjlmbdqffg#wlkltfufq/#slsvobq!=sob`fg#lm`lmpwqv`wfof`wlqbopznalo#lejm`ovgjmdqfwvqm#wlbq`kjwf`w@kqjpwjbmsqfujlvp#ojujmd#jmfbpjfq#wlsqlefpplq %ow8"..#feef`w#lebmbozwj`ptbp#wbhfmtkfqf#wkfwllh#lufqafojfe#jmBeqjhbbmpbp#ebq#bpsqfufmwfgtlqh#tjwkb#psf`jbo?ejfogpfw@kqjpwnbpQfwqjfufg Jm#wkf#ab`h#jmwlmlqwkfbpwnbdbyjmfp=?pwqlmd=`lnnjwwffdlufqmjmddqlvsp#lepwlqfg#jmfpwbaojpkb#dfmfqbojwp#ejqpwwkfjq#ltmslsvobwfgbm#laif`w@bqjaafbmboolt#wkfgjpwqj`wptjp`lmpjmol`bwjlm-8#tjgwk9#jmkbajwfgPl`jbojpwIbmvbqz#2?,ellwfq=pjnjobqoz`klj`f#lewkf#pbnf#psf`jej`#avpjmfpp#Wkf#ejqpw-ofmdwk8#gfpjqf#wlgfbo#tjwkpjm`f#wkfvpfqBdfmw`lm`fjufgjmgf{-sksbp#%rvlw8fmdbdf#jmqf`fmwoz/eft#zfbqptfqf#bopl ?kfbg= ?fgjwfg#azbqf#hmltm`jwjfp#jmb``fpphfz`lmgfnmfgbopl#kbufpfquj`fp/ebnjoz#leP`kllo#le`lmufqwfgmbwvqf#le#obmdvbdfnjmjpwfqp?,laif`w=wkfqf#jp#b#slsvobqpfrvfm`fpbgul`bwfgWkfz#tfqfbmz#lwkfqol`bwjlm>fmwfq#wkfnv`k#nlqfqfeof`wfgtbp#mbnfglqjdjmbo#b#wzsj`botkfm#wkfzfmdjmffqp`lvog#mlwqfpjgfmwptfgmfpgbzwkf#wkjqg#sqlgv`wpIbmvbqz#1tkbw#wkfzb#`fqwbjmqfb`wjlmpsql`fpplqbewfq#kjpwkf#obpw#`lmwbjmfg!=?,gju= ?,b=?,wg=gfsfmg#lmpfbq`k!= sjf`fp#le`lnsfwjmdQfefqfm`fwfmmfppfftkj`k#kbp#ufqpjlm>?,psbm=#??,kfbgfq=djufp#wkfkjpwlqjbmubovf>!!=sbggjmd93ujft#wkbwwldfwkfq/wkf#nlpw#tbp#elvmgpvapfw#lebwwb`h#lm`kjogqfm/sljmwp#lesfqplmbo#slpjwjlm9boofdfgoz@ofufobmgtbp#obwfqbmg#bewfqbqf#djufmtbp#pwjoop`qloojmdgfpjdm#lenbhfp#wkfnv`k#ofppBnfqj`bmp- Bewfq#/#avw#wkfNvpfvn#leolvjpjbmb+eqln#wkfnjmmfplwbsbqwj`ofpb#sql`fppGlnjmj`bmulovnf#leqfwvqmjmdgfefmpjuf33s{\x7Fqjdknbgf#eqlnnlvpflufq!#pwzof>!pwbwfp#le+tkj`k#jp`lmwjmvfpEqbm`jp`lavjogjmd#tjwklvw#btjwk#plnftkl#tlvogb#elqn#leb#sbqw#leafelqf#jwhmltm#bp##Pfquj`fpol`bwjlm#bmg#lewfmnfbpvqjmdbmg#jw#jpsbsfqab`hubovfp#le ?wjwof=>#tjmglt-gfwfqnjmffq%rvlw8#sobzfg#azbmg#fbqoz?,`fmwfq=eqln#wkjpwkf#wkqffsltfq#bmgle#%rvlw8jmmfqKWNO?b#kqfe>!z9jmojmf8@kvq`k#lewkf#fufmwufqz#kjdkleej`jbo#.kfjdkw9#`lmwfmw>!,`dj.ajm,wl#`qfbwfbeqjhbbmpfpsfqbmwleqbm/Kbjpobwujf)Mvojfwvuj)_(`f)Mwjmb(af)Mwjmb\fUh\fT{\fTN\n{I\np@Fr\vBl\bQ\x7F A{\vUmGx A{ypYA\0zX\bTV\bWl\bUdBM\vB{\npV\v@xB\\\np@DbGz al\npa fM uD\bV~mx\vQ}\ndS p\\\bVK\bS]\bU|oD kV\ved\vHR\nb~M`\nJpoD|Q\nLPSw\bTl\nAI\nxC\bWt BqF`Cm\vLm Kx }t\bPv\ny\\\naB V\x7F\nZdXUli fr i@ BHBDBV `V\n[] p_ Tn\n~A\nxR uD `{\bV@ Tn HK AJ\vxsZf\nqIZf\vBM\v|j }t\bSM\nmC\vQ}pfquj`jlpbqw/A`volbqdfmwjmbabq`folmb`vborvjfqsvaoj`bglsqlgv`wlpslo/Awj`bqfpsvfpwbtjhjsfgjbpjdvjfmwfa/Vprvfgb`lnvmjgbgpfdvqjgbgsqjm`jsbosqfdvmwbp`lmwfmjglqfpslmgfqufmfyvfobsqlaofnbpgj`jfnaqfqfob`j/_mmlujfnaqfpjnjobqfpsqlzf`wlpsqldqbnbpjmpwjwvwlb`wjujgbgfm`vfmwqbf`lmln/Abjn/Mdfmfp`lmwb`wbqgfp`bqdbqmf`fpbqjlbwfm`j/_mwfo/Eelml`lnjpj/_m`bm`jlmfp`bsb`jgbgfm`lmwqbqbm/Mojpjpebulqjwlpw/Eqnjmlpsqlujm`jbfwjrvfwbpfofnfmwlpevm`jlmfpqfpvowbgl`bq/M`wfqsqlsjfgbgsqjm`jsjlmf`fpjgbgnvmj`jsbo`qfb`j/_mgfp`bqdbpsqfpfm`jb`lnfq`jbolsjmjlmfpfifq`j`jlfgjwlqjbopbobnbm`bdlmy/Mofygl`vnfmwlsfo/A`vobqf`jfmwfpdfmfqbofpwbqqbdlmbsq/M`wj`bmlufgbgfpsqlsvfpwbsb`jfmwfpw/E`mj`bplaifwjulp`lmwb`wlp\fHB\fIk\fHn\fH^\fHS\fHc\fHU\fId\fHn\fH{\fHC\fHR\fHT\fHR\fHI\fHc\fHY\fHn\fH\\\fHU\fIk\fHy\fIg\fHd\fHy\fIm\fHw\fH\\\fHU\fHR\fH@\fHR\fHJ\fHy\fHU\fHR\fHT\fHA\fIl\fHU\fIm\fHc\fH\\\fHU\fIl\fHB\fId\fHn\fHJ\fHS\fHD\fH@\fHR\fHHgjsolgl`p\fHT\fHB\fHC\fH\\\fIn\fHF\fHD\fHR\fHB\fHF\fHH\fHR\fHG\fHS\fH\\\fHx\fHT\fHH\fHH\fH\\\fHU\fH^\fIg\fH{\fHU\fIm\fHj\fH@\fHR\fH\\\fHJ\fIk\fHZ\fHU\fIm\fHd\fHz\fIk\fH^\fHC\fHJ\fHS\fHy\fHR\fHB\fHY\fIk\fH@\fHH\fIl\fHD\fH@\fIl\fHv\fHB\fI`\fHH\fHT\fHR\fH^\fH^\fIk\fHz\fHp\fIe\fH@\fHB\fHJ\fHJ\fHH\fHI\fHR\fHD\fHU\fIl\fHZ\fHU\fH\\\fHi\fH^\fH{\fHy\fHA\fIl\fHD\fH{\fH\\\fHF\fHR\fHT\fH\\\fHR\fHH\fHy\fHS\fHc\fHe\fHT\fIk\fH{\fHC\fIl\fHU\fIn\fHm\fHj\fH{\fIk\fHs\fIl\fHB\fHz\fIg\fHp\fHy\fHR\fH\\\fHi\fHA\fIl\fH{\fHC\fIk\fHH\fIm\fHB\fHY\fIg\fHs\fHJ\fIk\fHn\fHi\fH{\fH\\\fH|\fHT\fIk\fHB\fIk\fH^\fH^\fH{\fHR\fHU\fHR\fH^\fHf\fHF\fH\\\fHv\fHR\fH\\\fH|\fHT\fHR\fHJ\fIk\fH\\\fHp\fHS\fHT\fHJ\fHS\fH^\fH@\fHn\fHJ\fH@\fHD\fHR\fHU\fIn\fHn\fH^\fHR\fHz\fHp\fIl\fHH\fH@\fHs\fHD\fHB\fHS\fH^\fHk\fHT\fIk\fHj\fHD\fIk\fHD\fHC\fHR\fHy\fIm\fH^\fH^\fIe\fH{\fHA\fHR\fH{\fH\\\fIk\fH^\fHp\fH{\fHU\fH\\\fHR\fHB\fH^\fH{\fIk\fHF\fIk\fHp\fHU\fHR\fHI\fHk\fHT\fIl\fHT\fHU\fIl\fHy\fH^\fHR\fHL\fIl\fHy\fHU\fHR\fHm\fHJ\fIn\fH\\\fHH\fHU\fHH\fHT\fHR\fHH\fHC\fHR\fHJ\fHj\fHC\fHR\fHF\fHR\fHy\fHy\fI`\fHD\fHZ\fHR\fHB\fHJ\fIk\fHz\fHC\fHU\fIl\fH\\\fHR\fHC\fHz\fIm\fHJ\fH^\fH{\fIl`bwfdlqjfpf{sfqjfm`f?,wjwof= @lszqjdkw#ibubp`qjsw`lmgjwjlmpfufqzwkjmd?s#`obpp>!wf`kmloldzab`hdqlvmg?b#`obpp>!nbmbdfnfmw%`lsz8#132ibubP`qjsw`kbqb`wfqpaqfbg`qvnawkfnpfoufpklqjylmwbodlufqmnfmw@bojelqmjbb`wjujwjfpgjp`lufqfgMbujdbwjlmwqbmpjwjlm`lmmf`wjlmmbujdbwjlmbssfbqbm`f?,wjwof=?n`kf`hal{!#wf`kmjrvfpsqlwf`wjlmbssbqfmwozbp#tfoo#bpvmw$/#$VB.qfplovwjlmlsfqbwjlmpwfofujpjlmwqbmpobwfgTbpkjmdwlmmbujdbwlq-#>#tjmglt-jnsqfppjlm%ow8aq%dw8ojwfqbwvqfslsvobwjlmad`lolq>! fpsf`jbooz#`lmwfmw>!sqlgv`wjlmmftpofwwfqsqlsfqwjfpgfejmjwjlmofbgfqpkjsWf`kmloldzSbqojbnfmw`lnsbqjplmvo#`obpp>!-jmgf{Le+!`lm`ovpjlmgjp`vppjlm`lnslmfmwpajloldj`boQfulovwjlm\\`lmwbjmfqvmgfqpwllgmlp`qjsw=?sfqnjppjlmfb`k#lwkfqbwnlpskfqf#lmel`vp>!?elqn#jg>!sql`fppjmdwkjp-ubovfdfmfqbwjlm@lmefqfm`fpvapfrvfmwtfoo.hmltmubqjbwjlmpqfsvwbwjlmskfmlnfmlmgjp`jsojmfoldl-smd!#+gl`vnfmw/alvmgbqjfpf{sqfppjlmpfwwofnfmwAb`hdqlvmglvw#le#wkffmwfqsqjpf+!kwwsp9!#vmfp`bsf+!sbpptlqg!#gfnl`qbwj`?b#kqfe>!,tqbssfq!= nfnafqpkjsojmdvjpwj`s{8sbggjmdskjolplskzbppjpwbm`fvmjufqpjwzeb`jojwjfpqf`ldmjyfgsqfefqfm`fje#+wzsflenbjmwbjmfgul`bavobqzkzslwkfpjp-pvanjw+*8%bns8maps8bmmlwbwjlmafkjmg#wkfElvmgbwjlmsvaojpkfq!bppvnswjlmjmwqlgv`fg`lqqvswjlmp`jfmwjpwpf{soj`jwozjmpwfbg#legjnfmpjlmp#lm@oj`h>!`lmpjgfqfggfsbqwnfmwl``vsbwjlmpllm#bewfqjmufpwnfmwsqlmlvm`fgjgfmwjejfgf{sfqjnfmwNbmbdfnfmwdfldqbskj`!#kfjdkw>!ojmh#qfo>!-qfsob`f+,gfsqfppjlm`lmefqfm`fsvmjpknfmwfojnjmbwfgqfpjpwbm`fbgbswbwjlmlsslpjwjlmtfoo#hmltmpvssofnfmwgfwfqnjmfgk2#`obpp>!3s{8nbqdjmnf`kbmj`bopwbwjpwj`p`fofaqbwfgDlufqmnfmw Gvqjmd#wgfufolsfqpbqwjej`jbofrvjubofmwlqjdjmbwfg@lnnjppjlmbwwb`knfmw?psbm#jg>!wkfqf#tfqfMfgfqobmgpafzlmg#wkfqfdjpwfqfgilvqmbojpweqfrvfmwozboo#le#wkfobmd>!fm!#?,pwzof= baplovwf8#pvsslqwjmdf{wqfnfoz#nbjmpwqfbn?,pwqlmd=#slsvobqjwzfnsolznfmw?,wbaof= #`lopsbm>!?,elqn= ##`lmufqpjlmbalvw#wkf#?,s=?,gju=jmwfdqbwfg!#obmd>!fmSlqwvdvfpfpvapwjwvwfjmgjujgvbojnslppjaofnvowjnfgjbbonlpw#boos{#plojg# bsbqw#eqlnpvaif`w#wljm#Fmdojpk`qjwj`jyfgf{`fsw#elqdvjgfojmfplqjdjmboozqfnbqhbaofwkf#pf`lmgk1#`obpp>!?b#wjwof>!+jm`ovgjmdsbqbnfwfqpsqlkjajwfg>#!kwws9,,gj`wjlmbqzsfq`fswjlmqfulovwjlmelvmgbwjlms{8kfjdkw9pv``fppevopvsslqwfqpnjoofmmjvnkjp#ebwkfqwkf#%rvlw8ml.qfsfbw8`lnnfq`jbojmgvpwqjbofm`lvqbdfgbnlvmw#le#vmleej`jbofeej`jfm`zQfefqfm`fp`llqgjmbwfgjp`objnfqf{sfgjwjlmgfufolsjmd`bo`vobwfgpjnsojejfgofdjwjnbwfpvapwqjmd+3!#`obpp>!`lnsofwfozjoovpwqbwfejuf#zfbqpjmpwqvnfmwSvaojpkjmd2!#`obpp>!spz`kloldz`lmejgfm`fmvnafq#le#bapfm`f#leel`vpfg#lmiljmfg#wkfpwqv`wvqfpsqfujlvpoz=?,jeqbnf=lm`f#bdbjmavw#qbwkfqjnnjdqbmwple#`lvqpf/b#dqlvs#leOjwfqbwvqfVmojhf#wkf?,b=%maps8 evm`wjlm#jw#tbp#wkf@lmufmwjlmbvwlnlajofSqlwfpwbmwbddqfppjufbewfq#wkf#Pjnjobqoz/!#,=?,gju=`loof`wjlm evm`wjlmujpjajojwzwkf#vpf#leulovmwffqpbwwqb`wjlmvmgfq#wkf#wkqfbwfmfg)?"X@GBWBXjnslqwbm`fjm#dfmfqbowkf#obwwfq?,elqn= ?,-jmgf{Le+$j#>#38#j#?gjeefqfm`fgfulwfg#wlwqbgjwjlmppfbq`k#elqvowjnbwfozwlvqmbnfmwbwwqjavwfppl.`boofg#~ ?,pwzof=fubovbwjlmfnskbpjyfgb``fppjaof?,pf`wjlm=pv``fppjlmbolmd#tjwkNfbmtkjof/jmgvpwqjfp?,b=?aq#,=kbp#af`lnfbpsf`wp#leWfofujpjlmpveej`jfmwabphfwabooalwk#pjgfp`lmwjmvjmdbm#bqwj`of?jnd#bow>!bgufmwvqfpkjp#nlwkfqnbm`kfpwfqsqjm`jsofpsbqwj`vobq`lnnfmwbqzfeef`wp#legf`jgfg#wl!=?pwqlmd=svaojpkfqpIlvqmbo#legjeej`vowzeb`jojwbwfb``fswbaofpwzof-`pp!\nevm`wjlm#jmmlubwjlm=@lszqjdkwpjwvbwjlmptlvog#kbufavpjmfppfpGj`wjlmbqzpwbwfnfmwplewfm#vpfgsfqpjpwfmwjm#Ibmvbqz`lnsqjpjmd?,wjwof= \ngjsolnbwj``lmwbjmjmdsfqelqnjmdf{wfmpjlmpnbz#mlw#af`lm`fsw#le#lm`oj`h>!Jw#jp#boplejmbm`jbo#nbhjmd#wkfOv{fnalvqdbggjwjlmbobqf#`boofgfmdbdfg#jm!p`qjsw!*8avw#jw#tbpfof`wqlmj`lmpvanjw>! ?"..#Fmg#fof`wqj`boleej`jboozpvddfpwjlmwls#le#wkfvmojhf#wkfBvpwqbojbmLqjdjmboozqfefqfm`fp ?,kfbg= qf`ldmjpfgjmjwjbojyfojnjwfg#wlBof{bmgqjbqfwjqfnfmwBgufmwvqfpelvq#zfbqp %ow8"..#jm`qfbpjmdgf`lqbwjlmk0#`obpp>!lqjdjmp#lelaojdbwjlmqfdvobwjlm`obppjejfg+evm`wjlm+bgubmwbdfpafjmd#wkf#kjpwlqjbmp?abpf#kqfeqfsfbwfgoztjoojmd#wl`lnsbqbaofgfpjdmbwfgmlnjmbwjlmevm`wjlmbojmpjgf#wkfqfufobwjlmfmg#le#wkfp#elq#wkf#bvwklqjyfgqfevpfg#wlwbhf#sob`fbvwlmlnlvp`lnsqlnjpfslojwj`bo#qfpwbvqbmwwtl#le#wkfEfaqvbqz#1rvbojwz#leptelaif`w-vmgfqpwbmgmfbqoz#bootqjwwfm#azjmwfqujftp!#tjgwk>!2tjwkgqbtboeolbw9ofewjp#vpvbooz`bmgjgbwfpmftpsbsfqpnzpwfqjlvpGfsbqwnfmwafpw#hmltmsbqojbnfmwpvssqfppfg`lmufmjfmwqfnfnafqfggjeefqfmw#pzpwfnbwj`kbp#ofg#wlsqlsbdbmgb`lmwqloofgjmeovfm`fp`fqfnlmjbosql`objnfgSqlwf`wjlmoj#`obpp>!P`jfmwjej``obpp>!ml.wqbgfnbqhpnlqf#wkbm#tjgfpsqfbgOjafqbwjlmwllh#sob`fgbz#le#wkfbp#olmd#bpjnsqjplmfgBggjwjlmbo ?kfbg= ?nObalqbwlqzMlufnafq#1f{`fswjlmpJmgvpwqjboubqjfwz#leeolbw9#ofeGvqjmd#wkfbppfppnfmwkbuf#affm#gfbop#tjwkPwbwjpwj`pl``vqqfm`f,vo=?,gju=`ofbqej{!=wkf#svaoj`nbmz#zfbqptkj`k#tfqflufq#wjnf/pzmlmznlvp`lmwfmw!= sqfpvnbaozkjp#ebnjozvpfqBdfmw-vmf{sf`wfgjm`ovgjmd#`kboofmdfgb#njmlqjwzvmgfejmfg!afolmdp#wlwbhfm#eqlnjm#L`wlafqslpjwjlm9#pbjg#wl#afqfojdjlvp#Efgfqbwjlm#qltpsbm>!lmoz#b#eftnfbmw#wkbwofg#wl#wkf..= ?gju#?ejfogpfw=Bq`kajpkls#`obpp>!mlafjmd#vpfgbssqlb`kfpsqjujofdfpmlp`qjsw= qfpvowp#jmnbz#af#wkfFbpwfq#fddnf`kbmjpnpqfbplmbaofSlsvobwjlm@loof`wjlmpfof`wfg!=mlp`qjsw=,jmgf{-sksbqqjubo#le.ippgh$**8nbmbdfg#wljm`lnsofwf`bpvbowjfp`lnsofwjlm@kqjpwjbmpPfswfnafq#bqjwknfwj`sql`fgvqfpnjdkw#kbufSqlgv`wjlmjw#bssfbqpSkjolplskzeqjfmgpkjsofbgjmd#wldjujmd#wkfwltbqg#wkfdvbqbmwffggl`vnfmwfg`lolq9 333ujgfl#dbnf`lnnjppjlmqfeof`wjmd`kbmdf#wkfbppl`jbwfgpbmp.pfqjelmhfzsqfpp8#sbggjmd9Kf#tbp#wkfvmgfqozjmdwzsj`booz#/#bmg#wkf#pq`Fofnfmwpv``fppjufpjm`f#wkf#pklvog#af#mfwtlqhjmdb``lvmwjmdvpf#le#wkfoltfq#wkbmpkltp#wkbw?,psbm= \n\n`lnsobjmwp`lmwjmvlvprvbmwjwjfpbpwqlmlnfqkf#gjg#mlwgvf#wl#jwpbssojfg#wlbm#bufqbdffeelqwp#wlwkf#evwvqfbwwfnsw#wlWkfqfelqf/`bsbajojwzQfsvaoj`bmtbp#elqnfgFof`wqlmj`hjolnfwfqp`kboofmdfpsvaojpkjmdwkf#elqnfqjmgjdfmlvpgjqf`wjlmppvapjgjbqz`lmpsjqb`zgfwbjop#lebmg#jm#wkfbeelqgbaofpvapwbm`fpqfbplm#elq`lmufmwjlmjwfnwzsf>!baplovwfozpvsslpfgozqfnbjmfg#bbwwqb`wjufwqbufoojmdpfsbqbwfozel`vpfp#lmfofnfmwbqzbssoj`baofelvmg#wkbwpwzofpkffwnbmvp`qjswpwbmgp#elq#ml.qfsfbw+plnfwjnfp@lnnfq`jbojm#Bnfqj`bvmgfqwbhfmrvbqwfq#lebm#f{bnsofsfqplmboozjmgf{-sks<?,avwwlm= sfq`fmwbdfafpw.hmltm`qfbwjmd#b!#gjq>!owqOjfvwfmbmw ?gju#jg>!wkfz#tlvogbajojwz#lenbgf#vs#lemlwfg#wkbw`ofbq#wkbwbqdvf#wkbwwl#bmlwkfq`kjogqfm$psvqslpf#leelqnvobwfgabpfg#vslmwkf#qfdjlmpvaif`w#lesbppfmdfqpslppfppjlm- Jm#wkf#Afelqf#wkfbewfqtbqgp`vqqfmwoz#b`qlpp#wkfp`jfmwjej``lnnvmjwz-`bsjwbojpnjm#Dfqnbmzqjdkw.tjmdwkf#pzpwfnPl`jfwz#leslojwj`jbmgjqf`wjlm9tfmw#lm#wlqfnlubo#le#Mft#Zlqh#bsbqwnfmwpjmgj`bwjlmgvqjmd#wkfvmofpp#wkfkjpwlqj`bokbg#affm#bgfejmjwjufjmdqfgjfmwbwwfmgbm`f@fmwfq#elqsqlnjmfm`fqfbgzPwbwfpwqbwfdjfpavw#jm#wkfbp#sbqw#le`lmpwjwvwf`objn#wkbwobalqbwlqz`lnsbwjaofebjovqf#le/#pv`k#bp#afdbm#tjwkvpjmd#wkf#wl#sqlujgfefbwvqf#leeqln#tkj`k,!#`obpp>!dfloldj`bopfufqbo#legfojafqbwfjnslqwbmw#klogp#wkbwjmd%rvlw8#ubojdm>wlswkf#Dfqnbmlvwpjgf#lemfdlwjbwfgkjp#`bqffqpfsbqbwjlmjg>!pfbq`ktbp#`boofgwkf#elvqwkqf`qfbwjlmlwkfq#wkbmsqfufmwjlmtkjof#wkf#fgv`bwjlm/`lmmf`wjmdb``vqbwfoztfqf#avjowtbp#hjoofgbdqffnfmwpnv`k#nlqf#Gvf#wl#wkftjgwk9#233plnf#lwkfqHjmdgln#lewkf#fmwjqfebnlvp#elqwl#`lmmf`wlaif`wjufpwkf#Eqfm`ksflsof#bmgefbwvqfg!=jp#pbjg#wlpwqv`wvqboqfefqfmgvnnlpw#lewfmb#pfsbqbwf.= ?gju#jg#Leej`jbo#tlqogtjgf-bqjb.obafowkf#sobmfwbmg#jw#tbpg!#ubovf>!ollhjmd#bwafmfej`jbobqf#jm#wkfnlmjwlqjmdqfslqwfgozwkf#nlgfqmtlqhjmd#lmbooltfg#wltkfqf#wkf#jmmlubwjuf?,b=?,gju=plvmgwqb`hpfbq`kElqnwfmg#wl#afjmsvw#jg>!lsfmjmd#leqfpwqj`wfgbglswfg#azbggqfppjmdwkfloldjbmnfwklgp#leubqjbmw#le@kqjpwjbm#ufqz#obqdfbvwlnlwjufaz#ebq#wkfqbmdf#eqlnsvqpvjw#leeloolt#wkfaqlvdkw#wljm#Fmdobmgbdqff#wkbwb``vpfg#le`lnfp#eqlnsqfufmwjmdgju#pwzof>kjp#lq#kfqwqfnfmglvpeqffgln#le`lm`fqmjmd3#2fn#2fn8Abphfwaboo,pwzof-`ppbm#fbqojfqfufm#bewfq,!#wjwof>!-`ln,jmgf{wbhjmd#wkfsjwwpavqdk`lmwfmw!=?p`qjsw=+ewvqmfg#lvwkbujmd#wkf?,psbm= #l``bpjlmboaf`bvpf#jwpwbqwfg#wlskzpj`booz=?,gju= ##`qfbwfg#az@vqqfmwoz/#ad`lolq>!wbajmgf{>!gjpbpwqlvpBmbozwj`p#bopl#kbp#b=?gju#jg>!?,pwzof= ?`boofg#elqpjmdfq#bmg-pq`#>#!,,ujlobwjlmpwkjp#sljmw`lmpwbmwozjp#ol`bwfgqf`lqgjmdpg#eqln#wkfmfgfqobmgpslqwvdv/Fp;N;};D;u;F5m4K4]4_7`gfpbqqlool`lnfmwbqjlfgv`b`j/_mpfswjfnaqfqfdjpwqbglgjqf``j/_mvaj`b`j/_msvaoj`jgbgqfpsvfpwbpqfpvowbglpjnslqwbmwfqfpfqubglpbqw/A`volpgjefqfmwfppjdvjfmwfpqfs/Vaoj`bpjwvb`j/_mnjmjpwfqjlsqjub`jgbggjqf`wlqjlelqnb`j/_mslaob`j/_msqfpjgfmwf`lmw','fmjglpb``fplqjlpwf`kmlqbwjsfqplmbofp`bwfdlq/Abfpsf`jbofpgjpslmjaofb`wvbojgbgqfefqfm`jbuboobglojgajaojlwf`bqfob`jlmfp`bofmgbqjlslo/Awj`bpbmwfqjlqfpgl`vnfmwlpmbwvqbofybnbwfqjbofpgjefqfm`jbf`lm/_nj`bwqbmpslqwfqlgq/Advfysbqwj`jsbqfm`vfmwqbmgjp`vpj/_mfpwqv`wvqbevmgb`j/_meqf`vfmwfpsfqnbmfmwfwlwbonfmwf<P<R<Z<Q<R<]=o<X<Y=n<P<R<Z<Y=n<^=l<Y<P=c=n<\\<V<Z<Y=k=n<R<]=g<]<R<W<Y<Y<R=k<Y<Q=`=a=n<R<_<R<V<R<_<X<\\<S<R=m<W<Y<^=m<Y<_<R=m<\\<U=n<Y=k<Y=l<Y<[<P<R<_=o=n=m<\\<U=n<\\<Z<T<[<Q<T<P<Y<Z<X=o<]=o<X=o=n<s<R<T=m<V<[<X<Y=m=`<^<T<X<Y<R=m<^=c<[<T<Q=o<Z<Q<R=m<^<R<Y<U<W=b<X<Y<U<S<R=l<Q<R<P<Q<R<_<R<X<Y=n<Y<U=m<^<R<T=i<S=l<\\<^<\\=n<\\<V<R<U<P<Y=m=n<R<T<P<Y<Y=n<Z<T<[<Q=`<R<X<Q<R<U<W=o=k=d<Y<S<Y=l<Y<X=k<\\=m=n<T=k<\\=m=n=`=l<\\<]<R=n<Q<R<^=g=i<S=l<\\<^<R=m<R<]<R<U<S<R=n<R<P<P<Y<Q<Y<Y=k<T=m<W<Y<Q<R<^=g<Y=o=m<W=o<_<R<V<R<W<R<Q<\\<[<\\<X=n<\\<V<R<Y=n<R<_<X<\\<S<R=k=n<T<s<R=m<W<Y=n<\\<V<T<Y<Q<R<^=g<U=m=n<R<T=n=n<\\<V<T=i=m=l<\\<[=o<M<\\<Q<V=n=h<R=l=o<P<v<R<_<X<\\<V<Q<T<_<T=m<W<R<^<\\<Q<\\=d<Y<U<Q<\\<U=n<T=m<^<R<T<P=m<^=c<[=`<W=b<]<R<U=k<\\=m=n<R=m=l<Y<X<T<v=l<R<P<Y<H<R=l=o<P=l=g<Q<V<Y=m=n<\\<W<T<S<R<T=m<V=n=g=m=c=k<P<Y=m=c=j=j<Y<Q=n=l=n=l=o<X<\\=m<\\<P=g=i=l=g<Q<V<\\<q<R<^=g<U=k<\\=m<R<^<P<Y=m=n<\\=h<T<W=`<P<P<\\=l=n<\\=m=n=l<\\<Q<P<Y=m=n<Y=n<Y<V=m=n<Q<\\=d<T=i<P<T<Q=o=n<T<P<Y<Q<T<T<P<Y=b=n<Q<R<P<Y=l<_<R=l<R<X=m<\\<P<R<P=a=n<R<P=o<V<R<Q=j<Y=m<^<R<Y<P<V<\\<V<R<U<|=l=i<T<^5i5j4F4C5e4I4]4_4K5h4]4_4K5h4E4K5h4U4K5i5o4F4D5k4K4D4]4K5i4@4K5h5f5d5i4K5h4Y5d4]4@4C5f4C4E4K5h4U4Z5d4I4Z4K5m4E4K5h5n4_5i4K5h4U4K4D4F4A5i5f5h5i5h5m4K4F5i5h4F5n5e4F4U4C5f5h4K5h4X4U4]4O4B4D4K4]4F4[5d5f4]4U5h5f5o5i4I4]5m4K5n4[5h4D4K4F4K5h5h4V4E4F4]4F5f4D4K5h5j4K4_4K5h4X5f4B5i5j4F4C5f4K5h4U4]4D4K5h5n4Y4Y4K5m5h4K5i4U5h5f5k4K4F4A4C5f4G4K5h5h5k5i4K5h4U5i5h5i5o4F4D4E5f5i5o5j5o4K5h4[5m5h5m5f4C5f5d4I4C4K4]4E4F4K4]5f4B4K5h4Y4A4E4F4_4@5f5h4K5h5d5n4F4U5j4C5i4K5i4C5f5j4E4F4Y5i5f5i4O4]4X5f5m4K5h4\\5f5j4U4]4D5f4E4D5d4K4D4E4O5h4U4K4D4K5h4_5m4]5i4X4K5o5h4F4U4K5h5e4K5h4O5d5h4K5h4_5j4E4@4K5i4U4E4K5h4Y4A5m4K5h4C5f5j5o5h5i4K4F4K5h4B4K4Y4K5h5i5h5m4O4U4Z4K4M5o4F4K4D4E4K5h4B5f4]4]4_4K4J5h4K5h5n5h4D4K5h4O4C4D5i5n4K4[4U5i4]4K4_5h5i5j4[5n4E4K5h5o4F4D4K5h4]4@5h4K4X4F4]5o4K5h5n4C5i5f4U4[5f5opAzWbdMbnf+-isd!#bow>!2s{#plojg# -dje!#bow>!wqbmpsbqfmwjmelqnbwjlmbssoj`bwjlm!#lm`oj`h>!fpwbaojpkfgbgufqwjpjmd-smd!#bow>!fmujqlmnfmwsfqelqnbm`fbssqlsqjbwf%bns8ngbpk8jnnfgjbwfoz?,pwqlmd=?,qbwkfq#wkbmwfnsfqbwvqfgfufolsnfmw`lnsfwjwjlmsob`fklogfqujpjajojwz9`lszqjdkw!=3!#kfjdkw>!fufm#wklvdkqfsob`fnfmwgfpwjmbwjlm@lqslqbwjlm?vo#`obpp>!Bppl`jbwjlmjmgjujgvbopsfqpsf`wjufpfwWjnflvw+vqo+kwws9,,nbwkfnbwj`pnbqdjm.wls9fufmwvbooz#gfp`qjswjlm*#ml.qfsfbw`loof`wjlmp-ISD\x7Fwkvna\x7Fsbqwj`jsbwf,kfbg=?algzeolbw9ofew8?oj#`obpp>!kvmgqfgp#le Kltfufq/#`lnslpjwjlm`ofbq9alwk8`llsfqbwjlmtjwkjm#wkf#obafo#elq>!alqgfq.wls9Mft#Yfbobmgqf`lnnfmgfgsklwldqbskzjmwfqfpwjmd%ow8pvs%dw8`lmwqlufqpzMfwkfqobmgpbowfqmbwjufnb{ofmdwk>!ptjwyfqobmgGfufolsnfmwfppfmwjbooz Bowklvdk#?,wf{wbqfb=wkvmgfqajqgqfsqfpfmwfg%bns8mgbpk8psf`vobwjlm`lnnvmjwjfpofdjpobwjlmfof`wqlmj`p \n?gju#jg>!joovpwqbwfgfmdjmffqjmdwfqqjwlqjfpbvwklqjwjfpgjpwqjavwfg5!#kfjdkw>!pbmp.pfqje8`bsbaof#le#gjpbssfbqfgjmwfqb`wjufollhjmd#elqjw#tlvog#afBedkbmjpwbmtbp#`qfbwfgNbwk-eollq+pvqqlvmgjmd`bm#bopl#aflapfqubwjlmnbjmwfmbm`ffm`lvmwfqfg?k1#`obpp>!nlqf#qf`fmwjw#kbp#affmjmubpjlm#le*-dfwWjnf+*evmgbnfmwboGfpsjwf#wkf!=?gju#jg>!jmpsjqbwjlmf{bnjmbwjlmsqfsbqbwjlmf{sobmbwjlm?jmsvw#jg>!?,b=?,psbm=ufqpjlmp#lejmpwqvnfmwpafelqf#wkf##>#$kwws9,,Gfp`qjswjlmqfobwjufoz#-pvapwqjmd+fb`k#le#wkff{sfqjnfmwpjmeovfmwjbojmwfdqbwjlmnbmz#sflsofgvf#wl#wkf#`lnajmbwjlmgl#mlw#kbufNjggof#Fbpw?mlp`qjsw=?`lszqjdkw!#sfqkbsp#wkfjmpwjwvwjlmjm#Gf`fnafqbqqbmdfnfmwnlpw#ebnlvpsfqplmbojwz`qfbwjlm#leojnjwbwjlmpf{`ovpjufozplufqfjdmwz.`lmwfmw!= ?wg#`obpp>!vmgfqdqlvmgsbqboofo#wlgl`wqjmf#lel``vsjfg#azwfqnjmloldzQfmbjppbm`fb#mvnafq#lepvsslqw#elqf{solqbwjlmqf`ldmjwjlmsqfgf`fpplq?jnd#pq`>!,?k2#`obpp>!svaoj`bwjlmnbz#bopl#afpsf`jbojyfg?,ejfogpfw=sqldqfppjufnjoojlmp#lepwbwfp#wkbwfmelq`fnfmwbqlvmg#wkf#lmf#bmlwkfq-sbqfmwMlgfbdqj`vowvqfBowfqmbwjufqfpfbq`kfqpwltbqgp#wkfNlpw#le#wkfnbmz#lwkfq#+fpsf`jbooz?wg#tjgwk>!8tjgwk9233&jmgfsfmgfmw?k0#`obpp>!#lm`kbmdf>!*-bgg@obpp+jmwfqb`wjlmLmf#le#wkf#gbvdkwfq#leb``fpplqjfpaqbm`kfp#le ?gju#jg>!wkf#obqdfpwgf`obqbwjlmqfdvobwjlmpJmelqnbwjlmwqbmpobwjlmgl`vnfmwbqzjm#lqgfq#wl!= ?kfbg= ?!#kfjdkw>!2b`qlpp#wkf#lqjfmwbwjlm*8?,p`qjsw=jnsofnfmwfg`bm#af#pffmwkfqf#tbp#bgfnlmpwqbwf`lmwbjmfq!=`lmmf`wjlmpwkf#Aqjwjpktbp#tqjwwfm"jnslqwbmw8s{8#nbqdjm.elooltfg#azbajojwz#wl#`lnsoj`bwfggvqjmd#wkf#jnnjdqbwjlmbopl#`boofg?k7#`obpp>!gjpwjm`wjlmqfsob`fg#azdlufqmnfmwpol`bwjlm#lejm#Mlufnafqtkfwkfq#wkf?,s= ?,gju=b`rvjpjwjlm`boofg#wkf#sfqpf`vwjlmgfpjdmbwjlmxelmw.pjyf9bssfbqfg#jmjmufpwjdbwff{sfqjfm`fgnlpw#ojhfoztjgfoz#vpfggjp`vppjlmpsqfpfm`f#le#+gl`vnfmw-f{wfmpjufozJw#kbp#affmjw#glfp#mlw`lmwqbqz#wljmkbajwbmwpjnsqlufnfmwp`klobqpkjs`lmpvnswjlmjmpwqv`wjlmelq#f{bnsoflmf#lq#nlqfs{8#sbggjmdwkf#`vqqfmwb#pfqjfp#lebqf#vpvboozqlof#jm#wkfsqfujlvpoz#gfqjubwjufpfujgfm`f#lef{sfqjfm`fp`lolqp`kfnfpwbwfg#wkbw`fqwjej`bwf?,b=?,gju= #pfof`wfg>!kjdk#p`klloqfpslmpf#wl`lnelqwbaofbglswjlm#lewkqff#zfbqpwkf#`lvmwqzjm#Efaqvbqzpl#wkbw#wkfsflsof#tkl#sqlujgfg#az?sbqbn#mbnfbeef`wfg#azjm#wfqnp#lebssljmwnfmwJPL.;;6:.2!tbp#alqm#jmkjpwlqj`bo#qfdbqgfg#bpnfbpvqfnfmwjp#abpfg#lm#bmg#lwkfq#9#evm`wjlm+pjdmjej`bmw`fofaqbwjlmwqbmpnjwwfg,ip,irvfqz-jp#hmltm#bpwkflqfwj`bo#wbajmgf{>!jw#`lvog#af?mlp`qjsw= kbujmd#affm ?kfbg= ?#%rvlw8Wkf#`lnsjobwjlmkf#kbg#affmsqlgv`fg#azskjolplskfq`lmpwqv`wfgjmwfmgfg#wlbnlmd#lwkfq`lnsbqfg#wlwl#pbz#wkbwFmdjmffqjmdb#gjeefqfmwqfefqqfg#wlgjeefqfm`fpafojfe#wkbwsklwldqbskpjgfmwjezjmdKjpwlqz#le#Qfsvaoj`#lemf`fppbqjozsqlabajojwzwf`kmj`boozofbujmd#wkfpsf`wb`vobqeqb`wjlm#lefof`wqj`jwzkfbg#le#wkfqfpwbvqbmwpsbqwmfqpkjsfnskbpjp#lmnlpw#qf`fmwpkbqf#tjwk#pbzjmd#wkbwejoofg#tjwkgfpjdmfg#wljw#jp#lewfm!=?,jeqbnf=bp#elooltp9nfqdfg#tjwkwkqlvdk#wkf`lnnfq`jbo#sljmwfg#lvwlsslqwvmjwzujft#le#wkfqfrvjqfnfmwgjujpjlm#lesqldqbnnjmdkf#qf`fjufgpfwJmwfqubo!=?,psbm=?,jm#Mft#Zlqhbggjwjlmbo#`lnsqfppjlm ?gju#jg>!jm`lqslqbwf8?,p`qjsw=?bwwb`kFufmwaf`bnf#wkf#!#wbqdfw>!\\`bqqjfg#lvwPlnf#le#wkfp`jfm`f#bmgwkf#wjnf#le@lmwbjmfq!=nbjmwbjmjmd@kqjpwlskfqNv`k#le#wkftqjwjmdp#le!#kfjdkw>!1pjyf#le#wkfufqpjlm#le#nj{wvqf#le#afwtffm#wkfF{bnsofp#lefgv`bwjlmbo`lnsfwjwjuf#lmpvanjw>!gjqf`wlq#legjpwjm`wjuf,GWG#[KWNO#qfobwjmd#wlwfmgfm`z#wlsqlujm`f#letkj`k#tlvoggfpsjwf#wkfp`jfmwjej`#ofdjpobwvqf-jmmfqKWNO#boofdbwjlmpBdqj`vowvqftbp#vpfg#jmbssqlb`k#wljmwfoojdfmwzfbqp#obwfq/pbmp.pfqjegfwfqnjmjmdSfqelqnbm`fbssfbqbm`fp/#tkj`k#jp#elvmgbwjlmpbaaqfujbwfgkjdkfq#wkbmp#eqln#wkf#jmgjujgvbo#`lnslpfg#lepvsslpfg#wl`objnp#wkbwbwwqjavwjlmelmw.pjyf92fofnfmwp#leKjpwlqj`bo#kjp#aqlwkfqbw#wkf#wjnfbmmjufqpbqzdlufqmfg#azqfobwfg#wl#vowjnbwfoz#jmmlubwjlmpjw#jp#pwjoo`bm#lmoz#afgfejmjwjlmpwlDNWPwqjmdB#mvnafq#lejnd#`obpp>!Fufmwvbooz/tbp#`kbmdfgl``vqqfg#jmmfjdkalqjmdgjpwjmdvjpktkfm#kf#tbpjmwqlgv`jmdwfqqfpwqjboNbmz#le#wkfbqdvfp#wkbwbm#Bnfqj`bm`lmrvfpw#letjgfpsqfbg#tfqf#hjoofgp`qffm#bmg#Jm#lqgfq#wlf{sf`wfg#wlgfp`fmgbmwpbqf#ol`bwfgofdjpobwjufdfmfqbwjlmp#ab`hdqlvmgnlpw#sflsofzfbqp#bewfqwkfqf#jp#mlwkf#kjdkfpweqfrvfmwoz#wkfz#gl#mlwbqdvfg#wkbwpkltfg#wkbwsqfglnjmbmwwkfloldj`boaz#wkf#wjnf`lmpjgfqjmdpklqw.ojufg?,psbm=?,b=`bm#af#vpfgufqz#ojwwoflmf#le#wkf#kbg#boqfbgzjmwfqsqfwfg`lnnvmj`bwfefbwvqfp#ledlufqmnfmw/?,mlp`qjsw=fmwfqfg#wkf!#kfjdkw>!0Jmgfsfmgfmwslsvobwjlmpobqdf.p`bof-#Bowklvdk#vpfg#jm#wkfgfpwqv`wjlmslppjajojwzpwbqwjmd#jmwtl#lq#nlqff{sqfppjlmppvalqgjmbwfobqdfq#wkbmkjpwlqz#bmg?,lswjlm= @lmwjmfmwbofojnjmbwjmdtjoo#mlw#afsqb`wj`f#lejm#eqlmw#lepjwf#le#wkffmpvqf#wkbwwl#`qfbwf#bnjppjppjssjslwfmwjboozlvwpwbmgjmdafwwfq#wkbmtkbw#jp#mltpjwvbwfg#jmnfwb#mbnf>!WqbgjwjlmbopvddfpwjlmpWqbmpobwjlmwkf#elqn#lebwnlpskfqj`jgfloldj`bofmwfqsqjpfp`bo`vobwjmdfbpw#le#wkfqfnmbmwp#lesovdjmpsbdf,jmgf{-sks<qfnbjmfg#jmwqbmpelqnfgKf#tbp#bopltbp#boqfbgzpwbwjpwj`bojm#ebulq#leNjmjpwqz#lenlufnfmw#leelqnvobwjlmjp#qfrvjqfg?ojmh#qfo>!Wkjp#jp#wkf#?b#kqfe>!,slsvobqjyfgjmuloufg#jmbqf#vpfg#wlbmg#pfufqbonbgf#az#wkfpffnp#wl#afojhfoz#wkbwSbofpwjmjbmmbnfg#bewfqjw#kbg#affmnlpw#`lnnlmwl#qfefq#wlavw#wkjp#jp`lmpf`vwjufwfnslqbqjozJm#dfmfqbo/`lmufmwjlmpwbhfp#sob`fpvagjujpjlmwfqqjwlqjbolsfqbwjlmbosfqnbmfmwoztbp#obqdfozlvwaqfbh#lejm#wkf#sbpwelooltjmd#b#{nomp9ld>!=?b#`obpp>!`obpp>!wf{w@lmufqpjlm#nbz#af#vpfgnbmveb`wvqfbewfq#afjmd`ofbqej{!= rvfpwjlm#letbp#fof`wfgwl#af`lnf#baf`bvpf#le#plnf#sflsofjmpsjqfg#azpv``fppevo#b#wjnf#tkfmnlqf#`lnnlmbnlmdpw#wkfbm#leej`jbotjgwk9233&8wf`kmloldz/tbp#bglswfgwl#hffs#wkfpfwwofnfmwpojuf#ajqwkpjmgf{-kwno!@lmmf`wj`vwbppjdmfg#wl%bns8wjnfp8b``lvmw#elqbojdm>qjdkwwkf#`lnsbmzbotbzp#affmqfwvqmfg#wljmuloufnfmwAf`bvpf#wkfwkjp#sfqjlg!#mbnf>!r!#`lmejmfg#wlb#qfpvow#leubovf>!!#,=jp#b`wvboozFmujqlmnfmw ?,kfbg= @lmufqpfoz/= ?gju#jg>!3!#tjgwk>!2jp#sqlabaozkbuf#af`lnf`lmwqloojmdwkf#sqlaofn`jwjyfmp#leslojwj`jbmpqfb`kfg#wkfbp#fbqoz#bp9mlmf8#lufq?wbaof#`fooubojgjwz#legjqf`woz#wllmnlvpfgltmtkfqf#jw#jptkfm#jw#tbpnfnafqp#le#qfobwjlm#wlb``lnnlgbwfbolmd#tjwk#Jm#wkf#obwfwkf#Fmdojpkgfoj`jlvp!=wkjp#jp#mlwwkf#sqfpfmwje#wkfz#bqfbmg#ejmboozb#nbwwfq#le \n?,gju= ?,p`qjsw=ebpwfq#wkbmnbilqjwz#lebewfq#tkj`k`lnsbqbwjufwl#nbjmwbjmjnsqluf#wkfbtbqgfg#wkffq!#`obpp>!eqbnfalqgfqqfpwlqbwjlmjm#wkf#pbnfbmbozpjp#lewkfjq#ejqpwGvqjmd#wkf#`lmwjmfmwbopfrvfm`f#leevm`wjlm+*xelmw.pjyf9#tlqh#lm#wkf?,p`qjsw= ?afdjmp#tjwkibubp`qjsw9`lmpwjwvfmwtbp#elvmgfgfrvjojaqjvnbppvnf#wkbwjp#djufm#azmffgp#wl#af`llqgjmbwfpwkf#ubqjlvpbqf#sbqw#lelmoz#jm#wkfpf`wjlmp#lejp#b#`lnnlmwkflqjfp#legjp`lufqjfpbppl`jbwjlmfgdf#le#wkfpwqfmdwk#leslpjwjlm#jmsqfpfmw.gbzvmjufqpboozwl#elqn#wkfavw#jmpwfbg`lqslqbwjlmbwwb`kfg#wljp#`lnnlmozqfbplmp#elq#%rvlw8wkf#`bm#af#nbgftbp#baof#wltkj`k#nfbmpavw#gjg#mlwlmNlvpfLufqbp#slppjaoflsfqbwfg#az`lnjmd#eqlnwkf#sqjnbqzbggjwjlm#leelq#pfufqbowqbmpefqqfgb#sfqjlg#lebqf#baof#wlkltfufq/#jwpklvog#kbufnv`k#obqdfq \n?,p`qjsw=bglswfg#wkfsqlsfqwz#legjqf`wfg#azfeef`wjufoztbp#aqlvdkw`kjogqfm#leSqldqbnnjmdolmdfq#wkbmnbmvp`qjswptbq#bdbjmpwaz#nfbmp#lebmg#nlpw#lepjnjobq#wl#sqlsqjfwbqzlqjdjmbwjmdsqfpwjdjlvpdqbnnbwj`bof{sfqjfm`f-wl#nbhf#wkfJw#tbp#bopljp#elvmg#jm`lnsfwjwlqpjm#wkf#V-P-qfsob`f#wkfaqlvdkw#wkf`bo`vobwjlmeboo#le#wkfwkf#dfmfqbosqb`wj`boozjm#klmlq#leqfofbpfg#jmqfpjgfmwjbobmg#plnf#lehjmd#le#wkfqfb`wjlm#wl2pw#Fbqo#le`vowvqf#bmgsqjm`jsbooz?,wjwof= ##wkfz#`bm#afab`h#wl#wkfplnf#le#kjpf{slpvqf#wlbqf#pjnjobqelqn#le#wkfbggEbulqjwf`jwjyfmpkjssbqw#jm#wkfsflsof#tjwkjm#sqb`wj`fwl#`lmwjmvf%bns8njmvp8bssqlufg#az#wkf#ejqpw#booltfg#wkfbmg#elq#wkfevm`wjlmjmdsobzjmd#wkfplovwjlm#wlkfjdkw>!3!#jm#kjp#allhnlqf#wkbm#belooltp#wkf`qfbwfg#wkfsqfpfm`f#jm%maps8?,wg=mbwjlmbojpwwkf#jgfb#leb#`kbqb`wfqtfqf#elq`fg#`obpp>!awmgbzp#le#wkfefbwvqfg#jmpkltjmd#wkfjmwfqfpw#jmjm#sob`f#lewvqm#le#wkfwkf#kfbg#leOlqg#le#wkfslojwj`boozkbp#jwp#ltmFgv`bwjlmbobssqlubo#leplnf#le#wkffb`k#lwkfq/afkbujlq#lebmg#af`bvpfbmg#bmlwkfqbssfbqfg#lmqf`lqgfg#jmaob`h%rvlw8nbz#jm`ovgfwkf#tlqog$p`bm#ofbg#wlqfefqp#wl#balqgfq>!3!#dlufqmnfmw#tjmmjmd#wkfqfpvowfg#jm#tkjof#wkf#Tbpkjmdwlm/wkf#pvaif`w`jwz#jm#wkf=?,gju= \n\nqfeof`w#wkfwl#`lnsofwfaf`bnf#nlqfqbgjlb`wjufqfif`wfg#aztjwklvw#bmzkjp#ebwkfq/tkj`k#`lvog`lsz#le#wkfwl#jmgj`bwfb#slojwj`bob``lvmwp#le`lmpwjwvwfptlqhfg#tjwkfq?,b=?,oj=le#kjp#ojefb``lnsbmjfg`ojfmwTjgwksqfufmw#wkfOfdjpobwjufgjeefqfmwozwldfwkfq#jmkbp#pfufqboelq#bmlwkfqwf{w#le#wkfelvmgfg#wkff#tjwk#wkf#jp#vpfg#elq`kbmdfg#wkfvpvbooz#wkfsob`f#tkfqftkfqfbp#wkf=#?b#kqfe>!!=?b#kqfe>!wkfnpfoufp/bowklvdk#kfwkbw#`bm#afwqbgjwjlmboqlof#le#wkfbp#b#qfpvowqfnluf@kjoggfpjdmfg#aztfpw#le#wkfPlnf#sflsofsqlgv`wjlm/pjgf#le#wkfmftpofwwfqpvpfg#az#wkfgltm#wl#wkfb``fswfg#azojuf#jm#wkfbwwfnswp#wllvwpjgf#wkfeqfrvfm`jfpKltfufq/#jmsqldqbnnfqpbw#ofbpw#jmbssql{jnbwfbowklvdk#jwtbp#sbqw#lebmg#ubqjlvpDlufqmlq#lewkf#bqwj`ofwvqmfg#jmwl=?b#kqfe>!,wkf#f`lmlnzjp#wkf#nlpwnlpw#tjgfoztlvog#obwfqbmg#sfqkbspqjpf#wl#wkfl``vqp#tkfmvmgfq#tkj`k`lmgjwjlmp-wkf#tfpwfqmwkflqz#wkbwjp#sqlgv`fgwkf#`jwz#lejm#tkj`k#kfpffm#jm#wkfwkf#`fmwqboavjogjmd#lenbmz#le#kjpbqfb#le#wkfjp#wkf#lmoznlpw#le#wkfnbmz#le#wkfwkf#TfpwfqmWkfqf#jp#mlf{wfmgfg#wlPwbwjpwj`bo`lopsbm>1#\x7Fpklqw#pwlqzslppjaof#wlwlsloldj`bo`qjwj`bo#leqfslqwfg#wlb#@kqjpwjbmgf`jpjlm#wljp#frvbo#wlsqlaofnp#leWkjp#`bm#afnfq`kbmgjpfelq#nlpw#leml#fujgfm`ffgjwjlmp#lefofnfmwp#jm%rvlw8-#Wkf`ln,jnbdfp,tkj`k#nbhfpwkf#sql`fppqfnbjmp#wkfojwfqbwvqf/jp#b#nfnafqwkf#slsvobqwkf#bm`jfmwsqlaofnp#jmwjnf#le#wkfgfefbwfg#azalgz#le#wkfb#eft#zfbqpnv`k#le#wkfwkf#tlqh#le@bojelqmjb/pfqufg#bp#bdlufqmnfmw-`lm`fswp#lenlufnfmw#jm\n\n?gju#jg>!jw!#ubovf>!obmdvbdf#lebp#wkfz#bqfsqlgv`fg#jmjp#wkbw#wkff{sobjm#wkfgju=?,gju= Kltfufq#wkfofbg#wl#wkf\n?b#kqfe>!,tbp#dqbmwfgsflsof#kbuf`lmwjmvbooztbp#pffm#bpbmg#qfobwfgwkf#qlof#lesqlslpfg#azle#wkf#afpwfb`k#lwkfq-@lmpwbmwjmfsflsof#eqlngjbof`wp#lewl#qfujpjlmtbp#qfmbnfgb#plvq`f#lewkf#jmjwjboobvm`kfg#jmsqlujgf#wkfwl#wkf#tfpwtkfqf#wkfqfbmg#pjnjobqafwtffm#wtljp#bopl#wkfFmdojpk#bmg`lmgjwjlmp/wkbw#jw#tbpfmwjwofg#wlwkfnpfoufp-rvbmwjwz#leqbmpsbqfm`zwkf#pbnf#bpwl#iljm#wkf`lvmwqz#bmgwkjp#jp#wkfWkjp#ofg#wlb#pwbwfnfmw`lmwqbpw#wlobpwJmgf{Lewkqlvdk#kjpjp#gfpjdmfgwkf#wfqn#jpjp#sqlujgfgsqlwf`w#wkfmd?,b=?,oj=Wkf#`vqqfmwwkf#pjwf#lepvapwbmwjbof{sfqjfm`f/jm#wkf#Tfpwwkfz#pklvogpolufm(ajmb`lnfmwbqjlpvmjufqpjgbg`lmgj`jlmfpb`wjujgbgfpf{sfqjfm`jbwf`mlold/Absqlgv``j/_msvmwvb`j/_mbsoj`b`j/_m`lmwqbpf/]b`bwfdlq/Abpqfdjpwqbqpfsqlefpjlmbowqbwbnjfmwlqfd/Apwqbwfpf`qfwbq/Absqjm`jsbofpsqlwf``j/_mjnslqwbmwfpjnslqwbm`jbslpjajojgbgjmwfqfpbmwf`qf`jnjfmwlmf`fpjgbgfppvp`qjajqpfbpl`jb`j/_mgjpslmjaofpfubovb`j/_mfpwvgjbmwfpqfpslmpbaofqfplov`j/_mdvbgbobibqbqfdjpwqbglplslqwvmjgbg`lnfq`jbofpelwldqbe/Abbvwlqjgbgfpjmdfmjfq/Abwfofujpj/_m`lnsfwfm`jblsfqb`jlmfpfpwbaof`jglpjnsofnfmwfb`wvbonfmwfmbufdb`j/_m`lmelqnjgbgojmf.kfjdkw9elmw.ebnjoz9!#9#!kwws9,,bssoj`bwjlmpojmh!#kqfe>!psf`jej`booz,,?"X@GBWBX Lqdbmjybwjlmgjpwqjavwjlm3s{8#kfjdkw9qfobwjlmpkjsgfuj`f.tjgwk?gju#`obpp>!?obafo#elq>!qfdjpwqbwjlm?,mlp`qjsw= ,jmgf{-kwno!tjmglt-lsfm+#"jnslqwbmw8bssoj`bwjlm,jmgfsfmgfm`f,,ttt-dlldoflqdbmjybwjlmbvwl`lnsofwfqfrvjqfnfmwp`lmpfqubwjuf?elqn#mbnf>!jmwfoof`wvbonbqdjm.ofew92;wk#`fmwvqzbm#jnslqwbmwjmpwjwvwjlmpbaaqfujbwjlm?jnd#`obpp>!lqdbmjpbwjlm`jujojybwjlm2:wk#`fmwvqzbq`kjwf`wvqfjm`lqslqbwfg13wk#`fmwvqz.`lmwbjmfq!=nlpw#mlwbaoz,=?,b=?,gju=mlwjej`bwjlm$vmgfejmfg$*Evqwkfqnlqf/afojfuf#wkbwjmmfqKWNO#>#sqjlq#wl#wkfgqbnbwj`boozqfefqqjmd#wlmfdlwjbwjlmpkfbgrvbqwfqpPlvwk#Beqj`bvmpv``fppevoSfmmpzoubmjbBp#b#qfpvow/?kwno#obmd>!%ow8,pvs%dw8gfbojmd#tjwkskjobgfoskjbkjpwlqj`booz*8?,p`qjsw= sbggjmd.wls9f{sfqjnfmwbodfwBwwqjavwfjmpwqv`wjlmpwf`kmloldjfpsbqw#le#wkf#>evm`wjlm+*xpvap`qjswjlmo-gwg!= ?kwdfldqbskj`bo@lmpwjwvwjlm$/#evm`wjlm+pvsslqwfg#azbdqj`vowvqbo`lmpwqv`wjlmsvaoj`bwjlmpelmw.pjyf9#2b#ubqjfwz#le?gju#pwzof>!Fm`z`olsfgjbjeqbnf#pq`>!gfnlmpwqbwfgb``lnsojpkfgvmjufqpjwjfpGfnldqbskj`p*8?,p`qjsw=?gfgj`bwfg#wlhmltofgdf#lepbwjpeb`wjlmsbqwj`vobqoz?,gju=?,gju=Fmdojpk#+VP*bssfmg@kjog+wqbmpnjppjlmp-#Kltfufq/#jmwfoojdfm`f!#wbajmgf{>!eolbw9qjdkw8@lnnlmtfbowkqbmdjmd#eqlnjm#tkj`k#wkfbw#ofbpw#lmfqfsqlgv`wjlmfm`z`olsfgjb8elmw.pjyf92ivqjpgj`wjlmbw#wkbw#wjnf!=?b#`obpp>!Jm#bggjwjlm/gfp`qjswjlm(`lmufqpbwjlm`lmwb`w#tjwkjp#dfmfqboozq!#`lmwfmw>!qfsqfpfmwjmd%ow8nbwk%dw8sqfpfmwbwjlml``bpjlmbooz?jnd#tjgwk>!mbujdbwjlm!=`lnsfmpbwjlm`kbnsjlmpkjsnfgjb>!boo!#ujlobwjlm#leqfefqfm`f#wlqfwvqm#wqvf8Pwqj`w,,FM!#wqbmpb`wjlmpjmwfqufmwjlmufqjej`bwjlmJmelqnbwjlm#gjeej`vowjfp@kbnsjlmpkjs`bsbajojwjfp?"Xfmgje^..=~ ?,p`qjsw= @kqjpwjbmjwzelq#f{bnsof/Sqlefppjlmboqfpwqj`wjlmppvddfpw#wkbwtbp#qfofbpfg+pv`k#bp#wkfqfnluf@obpp+vmfnsolznfmwwkf#Bnfqj`bmpwqv`wvqf#le,jmgf{-kwno#svaojpkfg#jmpsbm#`obpp>!!=?b#kqfe>!,jmwqlgv`wjlmafolmdjmd#wl`objnfg#wkbw`lmpfrvfm`fp?nfwb#mbnf>!Dvjgf#wl#wkflufqtkfonjmdbdbjmpw#wkf#`lm`fmwqbwfg/ -mlmwlv`k#lapfqubwjlmp?,b= ?,gju= e#+gl`vnfmw-alqgfq9#2s{#xelmw.pjyf92wqfbwnfmw#le3!#kfjdkw>!2nlgjej`bwjlmJmgfsfmgfm`fgjujgfg#jmwldqfbwfq#wkbmb`kjfufnfmwpfpwbaojpkjmdIbubP`qjsw!#mfufqwkfofpppjdmjej`bm`fAqlbg`bpwjmd=%maps8?,wg=`lmwbjmfq!= pv`k#bp#wkf#jmeovfm`f#leb#sbqwj`vobqpq`>$kwws9,,mbujdbwjlm!#kboe#le#wkf#pvapwbmwjbo#%maps8?,gju=bgubmwbdf#legjp`lufqz#leevmgbnfmwbo#nfwqlslojwbmwkf#lsslpjwf!#{no9obmd>!gfojafqbwfozbojdm>`fmwfqfulovwjlm#lesqfpfqubwjlmjnsqlufnfmwpafdjmmjmd#jmIfpvp#@kqjpwSvaoj`bwjlmpgjpbdqffnfmwwf{w.bojdm9q/#evm`wjlm+*pjnjobqjwjfpalgz=?,kwno=jp#`vqqfmwozboskbafwj`bojp#plnfwjnfpwzsf>!jnbdf,nbmz#le#wkf#eolt9kjggfm8bubjobaof#jmgfp`qjaf#wkff{jpwfm`f#leboo#lufq#wkfwkf#Jmwfqmfw\n?vo#`obpp>!jmpwboobwjlmmfjdkalqkllgbqnfg#elq`fpqfgv`jmd#wkf`lmwjmvfp#wlMlmfwkfofpp/wfnsfqbwvqfp \n\n?b#kqfe>!`olpf#wl#wkff{bnsofp#le#jp#balvw#wkf+pff#afolt*-!#jg>!pfbq`ksqlefppjlmbojp#bubjobaofwkf#leej`jbo\n\n?,p`qjsw= \n\n?gju#jg>!b``fofqbwjlmwkqlvdk#wkf#Kboo#le#Ebnfgfp`qjswjlmpwqbmpobwjlmpjmwfqefqfm`f#wzsf>$wf{w,qf`fmw#zfbqpjm#wkf#tlqogufqz#slsvobqxab`hdqlvmg9wqbgjwjlmbo#plnf#le#wkf#`lmmf`wfg#wlf{soljwbwjlmfnfqdfm`f#le`lmpwjwvwjlmB#Kjpwlqz#lepjdmjej`bmw#nbmveb`wvqfgf{sf`wbwjlmp=?mlp`qjsw=?`bm#af#elvmgaf`bvpf#wkf#kbp#mlw#affmmfjdkalvqjmdtjwklvw#wkf#bggfg#wl#wkf\n?oj#`obpp>!jmpwqvnfmwboPlujfw#Vmjlmb`hmltofgdfgtkj`k#`bm#afmbnf#elq#wkfbwwfmwjlm#wlbwwfnswp#wl#gfufolsnfmwpJm#eb`w/#wkf?oj#`obpp>!bjnsoj`bwjlmppvjwbaof#elqnv`k#le#wkf#`lolmjybwjlmsqfpjgfmwjbo`bm`foAvaaof#Jmelqnbwjlmnlpw#le#wkf#jp#gfp`qjafgqfpw#le#wkf#nlqf#lq#ofppjm#PfswfnafqJmwfoojdfm`fpq`>!kwws9,,s{8#kfjdkw9#bubjobaof#wlnbmveb`wvqfqkvnbm#qjdkwpojmh#kqfe>!,bubjobajojwzsqlslqwjlmbolvwpjgf#wkf#bpwqlmlnj`bokvnbm#afjmdpmbnf#le#wkf#bqf#elvmg#jmbqf#abpfg#lmpnboofq#wkbmb#sfqplm#tklf{sbmpjlm#lebqdvjmd#wkbwmlt#hmltm#bpJm#wkf#fbqozjmwfqnfgjbwfgfqjufg#eqlnP`bmgjmbujbm?,b=?,gju= `lmpjgfq#wkfbm#fpwjnbwfgwkf#Mbwjlmbo?gju#jg>!sbdqfpvowjmd#jm`lnnjppjlmfgbmboldlvp#wlbqf#qfrvjqfg,vo= ?,gju= tbp#abpfg#lmbmg#af`bnf#b%maps8%maps8w!#ubovf>!!#tbp#`bswvqfgml#nlqf#wkbmqfpsf`wjufoz`lmwjmvf#wl#= ?kfbg= ?tfqf#`qfbwfgnlqf#dfmfqbojmelqnbwjlm#vpfg#elq#wkfjmgfsfmgfmw#wkf#Jnsfqjbo`lnslmfmw#lewl#wkf#mlqwkjm`ovgf#wkf#@lmpwqv`wjlmpjgf#le#wkf#tlvog#mlw#afelq#jmpwbm`fjmufmwjlm#lenlqf#`lnsof{`loof`wjufozab`hdqlvmg9#wf{w.bojdm9#jwp#lqjdjmbojmwl#b``lvmwwkjp#sql`fppbm#f{wfmpjufkltfufq/#wkfwkfz#bqf#mlwqfif`wfg#wkf`qjwj`jpn#legvqjmd#tkj`ksqlabaoz#wkfwkjp#bqwj`of+evm`wjlm+*xJw#pklvog#afbm#bdqffnfmwb``jgfmwboozgjeefqp#eqlnBq`kjwf`wvqfafwwfq#hmltmbqqbmdfnfmwpjmeovfm`f#lmbwwfmgfg#wkfjgfmwj`bo#wlplvwk#le#wkfsbpp#wkqlvdk{no!#wjwof>!tfjdkw9alog8`qfbwjmd#wkfgjpsobz9mlmfqfsob`fg#wkf?jnd#pq`>!,jkwwsp9,,ttt-Tlqog#Tbq#JJwfpwjnlmjbopelvmg#jm#wkfqfrvjqfg#wl#bmg#wkbw#wkfafwtffm#wkf#tbp#gfpjdmfg`lmpjpwp#le#`lmpjgfqbaozsvaojpkfg#azwkf#obmdvbdf@lmpfqubwjlm`lmpjpwfg#leqfefq#wl#wkfab`h#wl#wkf#`pp!#nfgjb>!Sflsof#eqln#bubjobaof#lmsqlufg#wl#afpvddfpwjlmp!tbp#hmltm#bpubqjfwjfp#leojhfoz#wl#af`lnsqjpfg#lepvsslqw#wkf#kbmgp#le#wkf`lvsofg#tjwk`lmmf`w#bmg#alqgfq9mlmf8sfqelqnbm`fpafelqf#afjmdobwfq#af`bnf`bo`vobwjlmplewfm#`boofgqfpjgfmwp#lenfbmjmd#wkbw=?oj#`obpp>!fujgfm`f#elqf{sobmbwjlmpfmujqlmnfmwp!=?,b=?,gju=tkj`k#booltpJmwqlgv`wjlmgfufolsfg#azb#tjgf#qbmdflm#afkboe#leubojdm>!wls!sqjm`jsof#lebw#wkf#wjnf/?,mlp`qjsw=pbjg#wl#kbufjm#wkf#ejqpwtkjof#lwkfqpkzslwkfwj`boskjolplskfqpsltfq#le#wkf`lmwbjmfg#jmsfqelqnfg#azjmbajojwz#wltfqf#tqjwwfmpsbm#pwzof>!jmsvw#mbnf>!wkf#rvfpwjlmjmwfmgfg#elqqfif`wjlm#lejnsojfp#wkbwjmufmwfg#wkfwkf#pwbmgbqgtbp#sqlabaozojmh#afwtffmsqlefpplq#lejmwfqb`wjlmp`kbmdjmd#wkfJmgjbm#L`fbm#`obpp>!obpwtlqhjmd#tjwk$kwws9,,ttt-zfbqp#afelqfWkjp#tbp#wkfqf`qfbwjlmbofmwfqjmd#wkfnfbpvqfnfmwpbm#f{wqfnfozubovf#le#wkfpwbqw#le#wkf ?,p`qjsw= bm#feelqw#wljm`qfbpf#wkfwl#wkf#plvwkpsb`jmd>!3!=pveej`jfmwozwkf#Fvqlsfbm`lmufqwfg#wl`ofbqWjnflvwgjg#mlw#kbuf`lmpfrvfmwozelq#wkf#mf{wf{wfmpjlm#lef`lmlnj`#bmgbowklvdk#wkfbqf#sqlgv`fgbmg#tjwk#wkfjmpveej`jfmwdjufm#az#wkfpwbwjmd#wkbwf{sfmgjwvqfp?,psbm=?,b= wklvdkw#wkbwlm#wkf#abpjp`foosbggjmd>jnbdf#le#wkfqfwvqmjmd#wljmelqnbwjlm/pfsbqbwfg#azbppbppjmbwfgp!#`lmwfmw>!bvwklqjwz#lemlqwktfpwfqm?,gju= ?gju#!=?,gju= ##`lmpvowbwjlm`lnnvmjwz#lewkf#mbwjlmbojw#pklvog#afsbqwj`jsbmwp#bojdm>!ofewwkf#dqfbwfpwpfof`wjlm#lepvsfqmbwvqbogfsfmgfmw#lmjp#nfmwjlmfgbooltjmd#wkftbp#jmufmwfgb``lnsbmzjmdkjp#sfqplmbobubjobaof#bwpwvgz#le#wkflm#wkf#lwkfqf{f`vwjlm#leKvnbm#Qjdkwpwfqnp#le#wkfbppl`jbwjlmpqfpfbq`k#bmgpv``ffgfg#azgfefbwfg#wkfbmg#eqln#wkfavw#wkfz#bqf`lnnbmgfq#lepwbwf#le#wkfzfbqp#le#bdfwkf#pwvgz#le?vo#`obpp>!psob`f#jm#wkftkfqf#kf#tbp?oj#`obpp>!ewkfqf#bqf#mltkj`k#af`bnfkf#svaojpkfgf{sqfppfg#jmwl#tkj`k#wkf`lnnjppjlmfqelmw.tfjdkw9wfqqjwlqz#lef{wfmpjlmp!=Qlnbm#Fnsjqffrvbo#wl#wkfJm#`lmwqbpw/kltfufq/#bmgjp#wzsj`boozbmg#kjp#tjef+bopl#`boofg=?vo#`obpp>!feef`wjufoz#fuloufg#jmwlpffn#wl#kbuftkj`k#jp#wkfwkfqf#tbp#mlbm#f{`foofmwboo#le#wkfpfgfp`qjafg#azJm#sqb`wj`f/aqlbg`bpwjmd`kbqdfg#tjwkqfeof`wfg#jmpvaif`wfg#wlnjojwbqz#bmgwl#wkf#sljmwf`lmlnj`boozpfwWbqdfwjmdbqf#b`wvboozuj`wlqz#lufq+*8?,p`qjsw=`lmwjmvlvpozqfrvjqfg#elqfulovwjlmbqzbm#feef`wjufmlqwk#le#wkf/#tkj`k#tbp#eqlmw#le#wkflq#lwkfqtjpfplnf#elqn#lekbg#mlw#affmdfmfqbwfg#azjmelqnbwjlm-sfqnjwwfg#wljm`ovgfp#wkfgfufolsnfmw/fmwfqfg#jmwlwkf#sqfujlvp`lmpjpwfmwozbqf#hmltm#bpwkf#ejfog#lewkjp#wzsf#ledjufm#wl#wkfwkf#wjwof#le`lmwbjmp#wkfjmpwbm`fp#lejm#wkf#mlqwkgvf#wl#wkfjqbqf#gfpjdmfg`lqslqbwjlmptbp#wkbw#wkflmf#le#wkfpfnlqf#slsvobqpv``ffgfg#jmpvsslqw#eqlnjm#gjeefqfmwglnjmbwfg#azgfpjdmfg#elqltmfqpkjs#lebmg#slppjaozpwbmgbqgjyfgqfpslmpfWf{wtbp#jmwfmgfgqf`fjufg#wkfbppvnfg#wkbwbqfbp#le#wkfsqjnbqjoz#jmwkf#abpjp#lejm#wkf#pfmpfb``lvmwp#elqgfpwqlzfg#azbw#ofbpw#wtltbp#gf`obqfg`lvog#mlw#afPf`qfwbqz#lebssfbq#wl#afnbqdjm.wls92,]_p(\x7F_p(\',df*xwkqlt#f~8wkf#pwbqw#lewtl#pfsbqbwfobmdvbdf#bmgtkl#kbg#affmlsfqbwjlm#legfbwk#le#wkfqfbo#mvnafqp\n?ojmh#qfo>!sqlujgfg#wkfwkf#pwlqz#le`lnsfwjwjlmpfmdojpk#+VH*fmdojpk#+VP*<p<R<Q<_<R<W<M=l<S=m<V<T=m=l<S=m<V<T=m=l<S=m<V<R5h4U4]4D5f4E\nAOGx\bTA\nzk\vBl\bQ\x7F\bTA\nzk\vUm\bQ\x7F\bTA\nzk\npeu| i@ cT\bVV\n\\}\nxS VptSk` [X [X\vHR\bPv\bTW\bUe\n\x7Fa\bQp\v_W\vWs\nxS\vAz\n_yKhjmelqnb`j/_mkfqqbnjfmwbpfof`wq/_mj`lgfp`qjs`j/_m`obpjej`bglp`lml`jnjfmwlsvaoj`b`j/_mqfob`jlmbgbpjmelqn/Mwj`bqfob`jlmbglpgfsbqwbnfmwlwqbabibglqfpgjqf`wbnfmwfbzvmwbnjfmwlnfq`bglOjaqf`lmw/M`wfmlpkbajwb`jlmfp`vnsojnjfmwlqfpwbvqbmwfpgjpslpj`j/_m`lmpf`vfm`jbfof`wq/_mj`bbsoj`b`jlmfpgfp`lmf`wbgljmpwbob`j/_mqfbojyb`j/_mvwjojyb`j/_mfm`j`olsfgjbfmefqnfgbgfpjmpwqvnfmwlpf{sfqjfm`jbpjmpwjwv`j/_msbqwj`vobqfppva`bwfdlqjb=n<R<W=`<V<R<L<R=m=m<T<T=l<\\<]<R=n=g<]<R<W=`=d<Y<S=l<R=m=n<R<P<R<Z<Y=n<Y<X=l=o<_<T=i=m<W=o=k<\\<Y=m<Y<U=k<\\=m<^=m<Y<_<X<\\<L<R=m=m<T=c<p<R=m<V<^<Y<X=l=o<_<T<Y<_<R=l<R<X<\\<^<R<S=l<R=m<X<\\<Q<Q=g=i<X<R<W<Z<Q=g<T<P<Y<Q<Q<R<p<R=m<V<^=g=l=o<]<W<Y<U<p<R=m<V<^<\\=m=n=l<\\<Q=g<Q<T=k<Y<_<R=l<\\<]<R=n<Y<X<R<W<Z<Y<Q=o=m<W=o<_<T=n<Y<S<Y=l=`<r<X<Q<\\<V<R<S<R=n<R<P=o=l<\\<]<R=n=o<\\<S=l<Y<W=c<^<R<R<]=e<Y<R<X<Q<R<_<R=m<^<R<Y<_<R=m=n<\\=n=`<T<X=l=o<_<R<U=h<R=l=o<P<Y=i<R=l<R=d<R<S=l<R=n<T<^=m=m=g<W<V<\\<V<\\<Z<X=g<U<^<W<\\=m=n<T<_=l=o<S<S=g<^<P<Y=m=n<Y=l<\\<]<R=n<\\=m<V<\\<[<\\<W<S<Y=l<^=g<U<X<Y<W<\\=n=`<X<Y<Q=`<_<T<S<Y=l<T<R<X<]<T<[<Q<Y=m<R=m<Q<R<^<Y<P<R<P<Y<Q=n<V=o<S<T=n=`<X<R<W<Z<Q<\\=l<\\<P<V<\\=i<Q<\\=k<\\<W<R<L<\\<]<R=n<\\<N<R<W=`<V<R=m<R<^=m<Y<P<^=n<R=l<R<U<Q<\\=k<\\<W<\\=m<S<T=m<R<V=m<W=o<Z<]=g=m<T=m=n<Y<P<S<Y=k<\\=n<T<Q<R<^<R<_<R<S<R<P<R=e<T=m<\\<U=n<R<^<S<R=k<Y<P=o<S<R<P<R=e=`<X<R<W<Z<Q<R=m=m=g<W<V<T<]=g=m=n=l<R<X<\\<Q<Q=g<Y<P<Q<R<_<T<Y<S=l<R<Y<V=n<M<Y<U=k<\\=m<P<R<X<Y<W<T=n<\\<V<R<_<R<R<Q<W<\\<U<Q<_<R=l<R<X<Y<^<Y=l=m<T=c=m=n=l<\\<Q<Y=h<T<W=`<P=g=o=l<R<^<Q=c=l<\\<[<Q=g=i<T=m<V<\\=n=`<Q<Y<X<Y<W=b=c<Q<^<\\=l=c<P<Y<Q=`=d<Y<P<Q<R<_<T=i<X<\\<Q<Q<R<U<[<Q<\\=k<T=n<Q<Y<W=`<[=c=h<R=l=o<P<\\<N<Y<S<Y=l=`<P<Y=m=c=j<\\<[<\\=e<T=n=g<w=o=k=d<T<Y\fHD\fHU\fIl\fHn\fHy\fH\\\fHD\fIk\fHi\fHF\fHD\fIk\fHy\fHS\fHC\fHR\fHy\fH\\\fIk\fHn\fHi\fHD\fIa\fHC\fHy\fIa\fHC\fHR\fH{\fHR\fHk\fHM\fH@\fHR\fH\\\fIk\fHy\fHS\fHT\fIl\fHJ\fHS\fHC\fHR\fHF\fHU\fH^\fIk\fHT\fHS\fHn\fHU\fHA\fHR\fH\\\fHH\fHi\fHF\fHD\fIl\fHY\fHR\fH^\fIk\fHT\fIk\fHY\fHR\fHy\fH\\\fHH\fIk\fHB\fIk\fH\\\fIk\fHU\fIg\fHD\fIk\fHT\fHy\fHH\fIk\fH@\fHU\fIm\fHH\fHT\fHR\fHk\fHs\fHU\fIg\fH{\fHR\fHp\fHR\fHD\fIk\fHB\fHS\fHD\fHs\fHy\fH\\\fHH\fHR\fHy\fH\\\fHD\fHR\fHe\fHD\fHy\fIk\fHC\fHU\fHR\fHm\fHT\fH@\fHT\fIk\fHA\fHR\fH[\fHR\fHj\fHF\fHy\fIk\fH^\fHS\fHC\fIk\fHZ\fIm\fH\\\fIn\fHk\fHT\fHy\fIk\fHt\fHn\fHs\fIk\fHB\fIk\fH\\\fIl\fHT\fHy\fHH\fHR\fHB\fIk\fH\\\fHR\fH^\fIk\fHy\fH\\\fHi\fHK\fHS\fHy\fHi\fHF\fHD\fHR\fHT\fHB\fHR\fHp\fHB\fIm\fHq\fIk\fHy\fHR\fH\\\fHO\fHU\fIg\fHH\fHR\fHy\fHM\fHP\fIl\fHC\fHU\fHR\fHn\fHU\fIg\fHs\fH^\fHZ\fH@\fIa\fHJ\fH^\fHS\fHC\fHR\fHp\fIl\fHY\fHD\fHp\fHR\fHH\fHR\fHy\fId\fHT\fIk\fHj\fHF\fHy\fHR\fHY\fHR\fH^\fIl\fHJ\fIk\fHD\fIk\fHF\fIn\fH\\\fIl\fHF\fHR\fHD\fIl\fHe\fHT\fHy\fIk\fHU\fIg\fH{\fIl\fH@\fId\fHL\fHy\fHj\fHF\fHy\fIl\fHY\fH\\\fIa\fH[\fH{\fHR\fHn\fHY\fHj\fHF\fHy\fIg\fHp\fHS\fH^\fHR\fHp\fHR\fHD\fHR\fHT\fHU\fHB\fHH\fHU\fHB\fIk\fHn\fHe\fHD\fHy\fIl\fHC\fHR\fHU\fIn\fHJ\fH\\\fIa\fHp\fHT\fIn\fHv\fIl\fHF\fHT\fHn\fHJ\fHT\fHY\fHR\fH^\fHU\fIg\fHD\fHR\fHU\fIg\fHH\fIl\fHp\fId\fHT\fIk\fHY\fHR\fHF\fHT\fHp\fHD\fHH\fHR\fHD\fIk\fHH\fHR\fHp\fHR\fH\\\fIl\fHt\fHR\fHC\fH^\fHp\fHS\fH^\fIk\fHD\fIl\fHv\fIk\fHp\fHR\fHn\fHv\fHF\fHH\fIa\fH\\\fH{\fIn\fH{\fH^\fHp\fHR\fHH\fIk\fH@\fHR\fHU\fH\\\fHj\fHF\fHD\fIk\fHY\fHR\fHU\fHD\fHk\fHT\fHy\fHR\fHT\fIm\fH@\fHU\fH\\\fHU\fHD\fIk\fHk\fHT\fHT\fIk\fHT\fHU\fHS\fHH\fH@\fHM\fHP\fIk\fHt\fHs\fHD\fHR\fHH\fH^\fHR\fHZ\fHF\fHR\fHn\fHv\fHZ\fIa\fH\\\fIl\fH@\fHM\fHP\fIl\fHU\fIg\fHH\fIk\fHT\fHR\fHd\fHs\fHZ\fHR\fHC\fHJ\fHT\fHy\fHH\fIl\fHp\fHR\fHH\fIl\fHY\fHR\fH^\fHR\fHU\fHp\fHR\fH\\\fHF\fHs\fHD\fHR\fH\\\fHz\fHD\fIk\fHT\fHM\fHP\fHy\fHB\fHS\fH^\fHR\fHe\fHT\fHy\fIl\fHy\fIk\fHY\fH^\fH^\fH{\fHH\fHR\fHz\fHR\fHD\fHR\fHi\fH\\\fIa\fHI\fHp\fHU\fHR\fHn\fHJ\fIk\fHz\fHR\fHF\fHU\fH^\fIl\fHD\fHS\fHC\fHB\fH@\fHS\fHD\fHR\fH@\fId\fHn\fHy\fHy\fHU\fIl\fHn\fHy\fHU\fHD\fHR\fHJ\fIk\fHH\fHR\fHU\fHB\fH^\fIk\fHy\fHR\fHG\fIl\fHp\fH@\fHy\fHS\fHH\fIm\fH\\\fHH\fHB\fHR\fHn\fH{\fHY\fHU\fIl\fHn\fH\\\fIg\fHp\fHP\fHB\fHS\fH^\fIl\fHj\fH\\\fIg\fHF\fHT\fIk\fHD\fHR\fHC\fHR\fHJ\fHY\fH^\fIk\fHD\fIk\fHz\fHR\fHH\fHR\fHy\fH\\\fIl\fH@\fHe\fHD\fHy\fHR\fHp\fHY\fHR\fH@\fHF\fIn\fH\\\fHR\fH@\fHM\fHP\fHR\fHT\fI`\fHJ\fHR\fHZ\fIk\fHC\fH\\\fHy\fHS\fHC\fIk\fHy\fHU\fHR\fHn\fHi\fHy\fHT\fH\\\fH@\fHD\fHR\fHc\fHY\fHU\fHR\fHn\fHT\fIa\fHI\fH^\fHB\fHS\fH^\fIk\fH^\fIk\fHz\fHy\fHY\fHS\fH[\fHC\fHy\fIa\fH\\\fHn\fHT\fHB\fIn\fHU\fHI\fHR\fHD\fHR4F4_4F4[5f4U5i4X4K4]5o4E4D5d4K4_4[4E4K5h4Y5m4A4E5i5d4K4Z5f4U4K5h4B4K4Y4E4K5h5i4^5f4C4K5h4U4K5i4E4K5h5o4K4F4D4K5h4]4C5d4C4D4]5j4K5i4@4K5h4C5d5h4E4K5h4U4K5h5i4K5h5i5d5n4U4K5h4U4]4D5f4K5h4_4]5f4U4K5h4@5d4K5h4K5h4\\5k4K4D4K5h4A5f4K4E4K5h4A5n5d5n4K5h5o4]5f5i4K5h4U4]4K5n5i4A5m5d4T4E4K5h4G4K5j5f5i4X4K5k4C4E4K5h5i4]4O4E4K5h5n4]4N5j4K5h4X4D4K4D4K5h4A5d4K4]4K5h4@4C5f4C4K5h4O4_4]4E4K5h4U5h5d5i5i4@5i5d4U4E4K5h4]4A5i5j4K5h5j5n4K4[5m5h4_4[5f5j4K5h5o5d5f4F4K5h4C5j5f4K4D4]5o4K4F5k4K5h4]5f4K4Z4F4A5f4K4F5f4D4F5d5n5f4F4K5h4O5d5h5e4K5h4D4]5f4C4K5h5o5h4K5i4K5h4]4K4D4[4K5h4X4B4Y5f4_5f4K4]4K4F4K5h4G4K5h4G4K5h4Y5h4K4E4K5h4A4C5f4G4K5h4^5d4K4]4K5h4B5h5f4@4K5h4@5i5f4U4K5h4U4K5i5k4K5h4@5i4K5h4K5h4_4K4U4E5i4X4K5k4C5k4K5h4]4J5f4_4K5h4C4B5d5h4K5h5m5j5f4E4K5h5o4F4K4D4K5h4C5d4]5f4K5h4C4]5d4_4K4_4F4V4]5n4F4Y4K5i5f5i4K5h4D5j4K4F4K5h4U4T5f5ifmwfqwbjmnfmwvmgfqpwbmgjmd#>#evm`wjlm+*-isd!#tjgwk>!`lmejdvqbwjlm-smd!#tjgwk>!?algz#`obpp>!Nbwk-qbmgln+*`lmwfnslqbqz#Vmjwfg#Pwbwfp`jq`vnpwbm`fp-bssfmg@kjog+lqdbmjybwjlmp?psbm#`obpp>!!=?jnd#pq`>!,gjpwjmdvjpkfgwklvpbmgp#le#`lnnvmj`bwjlm`ofbq!=?,gju=jmufpwjdbwjlmebuj`lm-j`l!#nbqdjm.qjdkw9abpfg#lm#wkf#Nbppb`kvpfwwpwbaof#alqgfq>jmwfqmbwjlmbobopl#hmltm#bpsqlmvm`jbwjlmab`hdqlvmg9 esbggjmd.ofew9Elq#f{bnsof/#njp`foobmflvp%ow8,nbwk%dw8spz`kloldj`bojm#sbqwj`vobqfbq`k!#wzsf>!elqn#nfwklg>!bp#lsslpfg#wlPvsqfnf#@lvqwl``bpjlmbooz#Bggjwjlmbooz/Mlqwk#Bnfqj`bs{8ab`hdqlvmglsslqwvmjwjfpFmwfqwbjmnfmw-wlOltfq@bpf+nbmveb`wvqjmdsqlefppjlmbo#`lnajmfg#tjwkElq#jmpwbm`f/`lmpjpwjmd#le!#nb{ofmdwk>!qfwvqm#ebopf8`lmp`jlvpmfppNfgjwfqqbmfbmf{wqblqgjmbqzbppbppjmbwjlmpvapfrvfmwoz#avwwlm#wzsf>!wkf#mvnafq#lewkf#lqjdjmbo#`lnsqfkfmpjufqfefqp#wl#wkf?,vo= ?,gju= skjolplskj`bool`bwjlm-kqfetbp#svaojpkfgPbm#Eqbm`jp`l+evm`wjlm+*x ?gju#jg>!nbjmplskjpwj`bwfgnbwkfnbwj`bo#,kfbg= ?algzpvddfpwp#wkbwgl`vnfmwbwjlm`lm`fmwqbwjlmqfobwjlmpkjspnbz#kbuf#affm+elq#f{bnsof/Wkjp#bqwj`of#jm#plnf#`bpfpsbqwp#le#wkf#gfejmjwjlm#leDqfbw#Aqjwbjm#`foosbggjmd>frvjubofmw#wlsob`fklogfq>!8#elmw.pjyf9#ivpwjej`bwjlmafojfufg#wkbwpveefqfg#eqlnbwwfnswfg#wl#ofbgfq#le#wkf`qjsw!#pq`>!,+evm`wjlm+*#xbqf#bubjobaof \n?ojmh#qfo>!#pq`>$kwws9,,jmwfqfpwfg#jm`lmufmwjlmbo#!#bow>!!#,=?,bqf#dfmfqboozkbp#bopl#affmnlpw#slsvobq#`lqqfpslmgjmd`qfgjwfg#tjwkwzof>!alqgfq9?,b=?,psbm=?,-dje!#tjgwk>!?jeqbnf#pq`>!wbaof#`obpp>!jmojmf.aol`h8b``lqgjmd#wl#wldfwkfq#tjwkbssql{jnbwfozsbqojbnfmwbqznlqf#bmg#nlqfgjpsobz9mlmf8wqbgjwjlmboozsqfglnjmbmwoz%maps8\x7F%maps8%maps8?,psbm=#`foopsb`jmd>?jmsvw#mbnf>!lq!#`lmwfmw>!`lmwqlufqpjbosqlsfqwz>!ld9,{.pkl`htbuf.gfnlmpwqbwjlmpvqqlvmgfg#azMfufqwkfofpp/tbp#wkf#ejqpw`lmpjgfqbaof#Bowklvdk#wkf#`loobalqbwjlmpklvog#mlw#afsqlslqwjlm#le?psbm#pwzof>!hmltm#bp#wkf#pklqwoz#bewfqelq#jmpwbm`f/gfp`qjafg#bp#,kfbg= ?algz#pwbqwjmd#tjwkjm`qfbpjmdoz#wkf#eb`w#wkbwgjp`vppjlm#lenjggof#le#wkfbm#jmgjujgvbogjeej`vow#wl#sljmw#le#ujftklnlpf{vbojwzb``fswbm`f#le?,psbm=?,gju=nbmveb`wvqfqplqjdjm#le#wkf`lnnlmoz#vpfgjnslqwbm`f#legfmlnjmbwjlmpab`hdqlvmg9# ofmdwk#le#wkfgfwfqnjmbwjlmb#pjdmjej`bmw!#alqgfq>!3!=qfulovwjlmbqzsqjm`jsofp#lejp#`lmpjgfqfgtbp#gfufolsfgJmgl.Fvqlsfbmuvomfqbaof#wlsqlslmfmwp#lebqf#plnfwjnfp`olpfq#wl#wkfMft#Zlqh#@jwz#mbnf>!pfbq`kbwwqjavwfg#wl`lvqpf#le#wkfnbwkfnbwj`jbmaz#wkf#fmg#lebw#wkf#fmg#le!#alqgfq>!3!#wf`kmloldj`bo-qfnluf@obpp+aqbm`k#le#wkffujgfm`f#wkbw"Xfmgje^..= Jmpwjwvwf#le#jmwl#b#pjmdofqfpsf`wjufoz-bmg#wkfqfelqfsqlsfqwjfp#lejp#ol`bwfg#jmplnf#le#tkj`kWkfqf#jp#bopl`lmwjmvfg#wl#bssfbqbm`f#le#%bns8mgbpk8#gfp`qjafp#wkf`lmpjgfqbwjlmbvwklq#le#wkfjmgfsfmgfmwozfrvjssfg#tjwkglfp#mlw#kbuf?,b=?b#kqfe>!`lmevpfg#tjwk?ojmh#kqfe>!,bw#wkf#bdf#lebssfbq#jm#wkfWkfpf#jm`ovgfqfdbqgofpp#le`lvog#af#vpfg#pwzof>%rvlw8pfufqbo#wjnfpqfsqfpfmw#wkfalgz= ?,kwno=wklvdkw#wl#afslsvobwjlm#leslppjajojwjfpsfq`fmwbdf#leb``fpp#wl#wkfbm#bwwfnsw#wlsqlgv`wjlm#leirvfqz,irvfqzwtl#gjeefqfmwafolmd#wl#wkffpwbaojpknfmwqfsob`jmd#wkfgfp`qjswjlm!#gfwfqnjmf#wkfbubjobaof#elqB``lqgjmd#wl#tjgf#qbmdf#le\n?gju#`obpp>!nlqf#`lnnlmozlqdbmjpbwjlmpevm`wjlmbojwztbp#`lnsofwfg#%bns8ngbpk8#sbqwj`jsbwjlmwkf#`kbqb`wfqbm#bggjwjlmbobssfbqp#wl#afeb`w#wkbw#wkfbm#f{bnsof#lepjdmjej`bmwozlmnlvpflufq>!af`bvpf#wkfz#bpzm`#>#wqvf8sqlaofnp#tjwkpffnp#wl#kbufwkf#qfpvow#le#pq`>!kwws9,,ebnjojbq#tjwkslppfppjlm#leevm`wjlm#+*#xwllh#sob`f#jmbmg#plnfwjnfppvapwbmwjbooz?psbm=?,psbm=jp#lewfm#vpfgjm#bm#bwwfnswdqfbw#gfbo#leFmujqlmnfmwbopv``fppevooz#ujqwvbooz#boo13wk#`fmwvqz/sqlefppjlmbopmf`fppbqz#wl#gfwfqnjmfg#az`lnsbwjajojwzaf`bvpf#jw#jpGj`wjlmbqz#lenlgjej`bwjlmpWkf#elooltjmdnbz#qfefq#wl9@lmpfrvfmwoz/Jmwfqmbwjlmbobowklvdk#plnfwkbw#tlvog#aftlqog$p#ejqpw`obppjejfg#bpalwwln#le#wkf+sbqwj`vobqozbojdm>!ofew!#nlpw#`lnnlmozabpjp#elq#wkfelvmgbwjlm#le`lmwqjavwjlmpslsvobqjwz#le`fmwfq#le#wkfwl#qfgv`f#wkfivqjpgj`wjlmpbssql{jnbwjlm#lmnlvpflvw>!Mft#Wfpwbnfmw`loof`wjlm#le?,psbm=?,b=?,jm#wkf#Vmjwfgejon#gjqf`wlq.pwqj`w-gwg!=kbp#affm#vpfgqfwvqm#wl#wkfbowklvdk#wkjp`kbmdf#jm#wkfpfufqbo#lwkfqavw#wkfqf#bqfvmsqf`fgfmwfgjp#pjnjobq#wlfpsf`jbooz#jmtfjdkw9#alog8jp#`boofg#wkf`lnsvwbwjlmbojmgj`bwf#wkbwqfpwqj`wfg#wl\n?nfwb#mbnf>!bqf#wzsj`booz`lmeoj`w#tjwkKltfufq/#wkf#Bm#f{bnsof#le`lnsbqfg#tjwkrvbmwjwjfp#leqbwkfq#wkbm#b`lmpwfoobwjlmmf`fppbqz#elqqfslqwfg#wkbwpsf`jej`bwjlmslojwj`bo#bmg%maps8%maps8?qfefqfm`fp#wlwkf#pbnf#zfbqDlufqmnfmw#ledfmfqbwjlm#lekbuf#mlw#affmpfufqbo#zfbqp`lnnjwnfmw#wl\n\n?vo#`obpp>!ujpvbojybwjlm2:wk#`fmwvqz/sqb`wjwjlmfqpwkbw#kf#tlvogbmg#`lmwjmvfgl``vsbwjlm#lejp#gfejmfg#bp`fmwqf#le#wkfwkf#bnlvmw#le=?gju#pwzof>!frvjubofmw#legjeefqfmwjbwfaqlvdkw#balvwnbqdjm.ofew9#bvwlnbwj`boozwklvdkw#le#bpPlnf#le#wkfpf ?gju#`obpp>!jmsvw#`obpp>!qfsob`fg#tjwkjp#lmf#le#wkffgv`bwjlm#bmgjmeovfm`fg#azqfsvwbwjlm#bp ?nfwb#mbnf>!b``lnnlgbwjlm?,gju= ?,gju=obqdf#sbqw#leJmpwjwvwf#elqwkf#pl.`boofg#bdbjmpw#wkf#Jm#wkjp#`bpf/tbp#bssljmwfg`objnfg#wl#afKltfufq/#wkjpGfsbqwnfmw#lewkf#qfnbjmjmdfeef`w#lm#wkfsbqwj`vobqoz#gfbo#tjwk#wkf ?gju#pwzof>!bonlpw#botbzpbqf#`vqqfmwozf{sqfppjlm#leskjolplskz#leelq#nlqf#wkbm`jujojybwjlmplm#wkf#jpobmgpfof`wfgJmgf{`bm#qfpvow#jm!#ubovf>!!#,=wkf#pwqv`wvqf#,=?,b=?,gju=Nbmz#le#wkfpf`bvpfg#az#wkfle#wkf#Vmjwfgpsbm#`obpp>!n`bm#af#wqb`fgjp#qfobwfg#wlaf`bnf#lmf#lejp#eqfrvfmwozojujmd#jm#wkfwkflqfwj`boozElooltjmd#wkfQfulovwjlmbqzdlufqmnfmw#jmjp#gfwfqnjmfgwkf#slojwj`bojmwqlgv`fg#jmpveej`jfmw#wlgfp`qjswjlm!=pklqw#pwlqjfppfsbqbwjlm#lebp#wl#tkfwkfqhmltm#elq#jwptbp#jmjwjboozgjpsobz9aol`hjp#bm#f{bnsofwkf#sqjm`jsbo`lmpjpwp#le#bqf`ldmjyfg#bp,algz=?,kwno=b#pvapwbmwjboqf`lmpwqv`wfgkfbg#le#pwbwfqfpjpwbm`f#wlvmgfqdqbgvbwfWkfqf#bqf#wtldqbujwbwjlmbobqf#gfp`qjafgjmwfmwjlmboozpfqufg#bp#wkf`obpp>!kfbgfqlsslpjwjlm#wlevmgbnfmwboozglnjmbwfg#wkfbmg#wkf#lwkfqboojbm`f#tjwktbp#elq`fg#wlqfpsf`wjufoz/bmg#slojwj`bojm#pvsslqw#lesflsof#jm#wkf13wk#`fmwvqz-bmg#svaojpkfgolbg@kbqwafbwwl#vmgfqpwbmgnfnafq#pwbwfpfmujqlmnfmwboejqpw#kboe#le`lvmwqjfp#bmgbq`kjwf`wvqboaf#`lmpjgfqfg`kbqb`wfqjyfg`ofbqJmwfqubobvwklqjwbwjufEfgfqbwjlm#letbp#pv``ffgfgbmg#wkfqf#bqfb#`lmpfrvfm`fwkf#Sqfpjgfmwbopl#jm`ovgfgeqff#plewtbqfpv``fppjlm#legfufolsfg#wkftbp#gfpwqlzfgbtbz#eqln#wkf8 ?,p`qjsw= ?bowklvdk#wkfzelooltfg#az#bnlqf#sltfqevoqfpvowfg#jm#bVmjufqpjwz#leKltfufq/#nbmzwkf#sqfpjgfmwKltfufq/#plnfjp#wklvdkw#wlvmwjo#wkf#fmgtbp#bmmlvm`fgbqf#jnslqwbmwbopl#jm`ovgfp=?jmsvw#wzsf>wkf#`fmwfq#le#GL#MLW#BOWFQvpfg#wl#qfefqwkfnfp,<plqw>wkbw#kbg#affmwkf#abpjp#elqkbp#gfufolsfgjm#wkf#pvnnfq`lnsbqbwjufozgfp`qjafg#wkfpv`k#bp#wklpfwkf#qfpvowjmdjp#jnslppjaofubqjlvp#lwkfqPlvwk#Beqj`bmkbuf#wkf#pbnffeef`wjufmfppjm#tkj`k#`bpf8#wf{w.bojdm9pwqv`wvqf#bmg8#ab`hdqlvmg9qfdbqgjmd#wkfpvsslqwfg#wkfjp#bopl#hmltmpwzof>!nbqdjmjm`ovgjmd#wkfabkbpb#Nfobzvmlqph#alhn/Iomlqph#mzmlqphpolufm)M(ajmbjmwfqmb`jlmbo`bojej`b`j/_m`lnvmj`b`j/_m`lmpwqv``j/_m!=?gju#`obpp>!gjpbnajdvbwjlmGlnbjmMbnf$/#$bgnjmjpwqbwjlmpjnvowbmflvpozwqbmpslqwbwjlmJmwfqmbwjlmbo#nbqdjm.alwwln9qfpslmpjajojwz?"Xfmgje^..= ?,=?nfwb#mbnf>!jnsofnfmwbwjlmjmeqbpwqv`wvqfqfsqfpfmwbwjlmalqgfq.alwwln9?,kfbg= ?algz=>kwws&0B&1E&1E?elqn#nfwklg>!nfwklg>!slpw!#,ebuj`lm-j`l!#~*8 ?,p`qjsw= -pfwBwwqjavwf+Bgnjmjpwqbwjlm>#mft#Bqqbz+*8?"Xfmgje^..= gjpsobz9aol`h8Vmelqwvmbwfoz/!=%maps8?,gju=,ebuj`lm-j`l!=>$pwzofpkffw$#jgfmwjej`bwjlm/#elq#f{bnsof/?oj=?b#kqfe>!,bm#bowfqmbwjufbp#b#qfpvow#lesw!=?,p`qjsw= wzsf>!pvanjw!# +evm`wjlm+*#xqf`lnnfmgbwjlmelqn#b`wjlm>!,wqbmpelqnbwjlmqf`lmpwqv`wjlm-pwzof-gjpsobz#B``lqgjmd#wl#kjggfm!#mbnf>!bolmd#tjwk#wkfgl`vnfmw-algz-bssql{jnbwfoz#@lnnvmj`bwjlmpslpw!#b`wjlm>!nfbmjmd#%rvlw8..?"Xfmgje^..=Sqjnf#Njmjpwfq`kbqb`wfqjpwj`?,b=#?b#`obpp>wkf#kjpwlqz#le#lmnlvpflufq>!wkf#dlufqmnfmwkqfe>!kwwsp9,,tbp#lqjdjmbooztbp#jmwqlgv`fg`obppjej`bwjlmqfsqfpfmwbwjufbqf#`lmpjgfqfg?"Xfmgje^..= gfsfmgp#lm#wkfVmjufqpjwz#le#jm#`lmwqbpw#wl#sob`fklogfq>!jm#wkf#`bpf#lejmwfqmbwjlmbo#`lmpwjwvwjlmbopwzof>!alqgfq.9#evm`wjlm+*#xAf`bvpf#le#wkf.pwqj`w-gwg!= ?wbaof#`obpp>!b``lnsbmjfg#azb``lvmw#le#wkf?p`qjsw#pq`>!,mbwvqf#le#wkf#wkf#sflsof#jm#jm#bggjwjlm#wlp*8#ip-jg#>#jg!#tjgwk>!233&!qfdbqgjmd#wkf#Qlnbm#@bwkloj`bm#jmgfsfmgfmwelooltjmd#wkf#-dje!#tjgwk>!2wkf#elooltjmd#gjp`qjnjmbwjlmbq`kbfloldj`bosqjnf#njmjpwfq-ip!=?,p`qjsw=`lnajmbwjlm#le#nbqdjmtjgwk>!`qfbwfFofnfmw+t-bwwb`kFufmw+?,b=?,wg=?,wq=pq`>!kwwsp9,,bJm#sbqwj`vobq/#bojdm>!ofew!#@yf`k#Qfsvaoj`Vmjwfg#Hjmdgln`lqqfpslmgfm`f`lm`ovgfg#wkbw-kwno!#wjwof>!+evm`wjlm#+*#x`lnfp#eqln#wkfbssoj`bwjlm#le?psbm#`obpp>!pafojfufg#wl#affnfmw+$p`qjsw$?,b= ?,oj= ?ojufqz#gjeefqfmw=?psbm#`obpp>!lswjlm#ubovf>!+bopl#hmltm#bp\n?oj=?b#kqfe>!=?jmsvw#mbnf>!pfsbqbwfg#eqlnqfefqqfg#wl#bp#ubojdm>!wls!=elvmgfq#le#wkfbwwfnswjmd#wl#`bqalm#gjl{jgf ?gju#`obpp>!`obpp>!pfbq`k.,algz= ?,kwno=lsslqwvmjwz#wl`lnnvmj`bwjlmp?,kfbg= ?algz#pwzof>!tjgwk9Wj\rVSmd#Uj\rWkw`kbmdfp#jm#wkfalqgfq.`lolq9 3!#alqgfq>!3!#?,psbm=?,gju=?tbp#gjp`lufqfg!#wzsf>!wf{w!#*8 ?,p`qjsw= Gfsbqwnfmw#le#f``ofpjbpwj`bowkfqf#kbp#affmqfpvowjmd#eqln?,algz=?,kwno=kbp#mfufq#affmwkf#ejqpw#wjnfjm#qfpslmpf#wlbvwlnbwj`booz#?,gju= ?gju#jtbp#`lmpjgfqfgsfq`fmw#le#wkf!#,=?,b=?,gju=`loof`wjlm#le#gfp`fmgfg#eqlnpf`wjlm#le#wkfb``fsw.`kbqpfwwl#af#`lmevpfgnfnafq#le#wkf#sbggjmd.qjdkw9wqbmpobwjlm#lejmwfqsqfwbwjlm#kqfe>$kwws9,,tkfwkfq#lq#mlwWkfqf#bqf#boplwkfqf#bqf#nbmzb#pnboo#mvnafqlwkfq#sbqwp#lejnslppjaof#wl##`obpp>!avwwlmol`bwfg#jm#wkf-#Kltfufq/#wkfbmg#fufmwvboozBw#wkf#fmg#le#af`bvpf#le#jwpqfsqfpfmwp#wkf?elqn#b`wjlm>!#nfwklg>!slpw!jw#jp#slppjaofnlqf#ojhfoz#wlbm#jm`qfbpf#jmkbuf#bopl#affm`lqqfpslmgp#wlbmmlvm`fg#wkbwbojdm>!qjdkw!=nbmz#`lvmwqjfpelq#nbmz#zfbqpfbqojfpw#hmltmaf`bvpf#jw#tbpsw!=?,p`qjsw=#ubojdm>!wls!#jmkbajwbmwp#leelooltjmd#zfbq ?gju#`obpp>!njoojlm#sflsof`lmwqlufqpjbo#`lm`fqmjmd#wkfbqdvf#wkbw#wkfdlufqmnfmw#bmgb#qfefqfm`f#wlwqbmpefqqfg#wlgfp`qjajmd#wkf#pwzof>!`lolq9bowklvdk#wkfqfafpw#hmltm#elqpvanjw!#mbnf>!nvowjsoj`bwjlmnlqf#wkbm#lmf#qf`ldmjwjlm#le@lvm`jo#le#wkffgjwjlm#le#wkf##?nfwb#mbnf>!Fmwfqwbjmnfmw#btbz#eqln#wkf#8nbqdjm.qjdkw9bw#wkf#wjnf#lejmufpwjdbwjlmp`lmmf`wfg#tjwkbmg#nbmz#lwkfqbowklvdk#jw#jpafdjmmjmd#tjwk#?psbm#`obpp>!gfp`fmgbmwp#le?psbm#`obpp>!j#bojdm>!qjdkw!?,kfbg= ?algz#bpsf`wp#le#wkfkbp#pjm`f#affmFvqlsfbm#Vmjlmqfnjmjp`fmw#lenlqf#gjeej`vowUj`f#Sqfpjgfmw`lnslpjwjlm#lesbppfg#wkqlvdknlqf#jnslqwbmwelmw.pjyf922s{f{sobmbwjlm#lewkf#`lm`fsw#letqjwwfm#jm#wkf\n?psbm#`obpp>!jp#lmf#le#wkf#qfpfnaobm`f#wllm#wkf#dqlvmgptkj`k#`lmwbjmpjm`ovgjmd#wkf#gfejmfg#az#wkfsvaoj`bwjlm#lenfbmp#wkbw#wkflvwpjgf#le#wkfpvsslqw#le#wkf?jmsvw#`obpp>!?psbm#`obpp>!w+Nbwk-qbmgln+*nlpw#sqlnjmfmwgfp`qjswjlm#le@lmpwbmwjmlsoftfqf#svaojpkfg?gju#`obpp>!pfbssfbqp#jm#wkf2!#kfjdkw>!2!#nlpw#jnslqwbmwtkj`k#jm`ovgfptkj`k#kbg#affmgfpwqv`wjlm#lewkf#slsvobwjlm \n?gju#`obpp>!slppjajojwz#leplnfwjnfp#vpfgbssfbq#wl#kbufpv``fpp#le#wkfjmwfmgfg#wl#afsqfpfmw#jm#wkfpwzof>!`ofbq9a ?,p`qjsw= ?tbp#elvmgfg#jmjmwfqujft#tjwk\\jg!#`lmwfmw>!`bsjwbo#le#wkf ?ojmh#qfo>!pqfofbpf#le#wkfsljmw#lvw#wkbw{NOKwwsQfrvfpwbmg#pvapfrvfmwpf`lmg#obqdfpwufqz#jnslqwbmwpsf`jej`bwjlmppvqeb`f#le#wkfbssojfg#wl#wkfelqfjdm#sloj`z\\pfwGlnbjmMbnffpwbaojpkfg#jmjp#afojfufg#wlJm#bggjwjlm#wlnfbmjmd#le#wkfjp#mbnfg#bewfqwl#sqlwf`w#wkfjp#qfsqfpfmwfgGf`obqbwjlm#lenlqf#feej`jfmw@obppjej`bwjlmlwkfq#elqnp#lekf#qfwvqmfg#wl?psbm#`obpp>!`sfqelqnbm`f#le+evm`wjlm+*#xje#bmg#lmoz#jeqfdjlmp#le#wkfofbgjmd#wl#wkfqfobwjlmp#tjwkVmjwfg#Mbwjlmppwzof>!kfjdkw9lwkfq#wkbm#wkfzsf!#`lmwfmw>!Bppl`jbwjlm#le ?,kfbg= ?algzol`bwfg#lm#wkfjp#qfefqqfg#wl+jm`ovgjmd#wkf`lm`fmwqbwjlmpwkf#jmgjujgvbobnlmd#wkf#nlpwwkbm#bmz#lwkfq,= ?ojmh#qfo>!#qfwvqm#ebopf8wkf#svqslpf#lewkf#bajojwz#wl8`lolq9 eee~ - ?psbm#`obpp>!wkf#pvaif`w#legfejmjwjlmp#le= ?ojmh#qfo>!`objn#wkbw#wkfkbuf#gfufolsfg?wbaof#tjgwk>!`fofaqbwjlm#leElooltjmd#wkf#wl#gjpwjmdvjpk?psbm#`obpp>!awbhfp#sob`f#jmvmgfq#wkf#mbnfmlwfg#wkbw#wkf=?"Xfmgje^..= pwzof>!nbqdjm.jmpwfbg#le#wkfjmwqlgv`fg#wkfwkf#sql`fpp#lejm`qfbpjmd#wkfgjeefqfm`fp#jmfpwjnbwfg#wkbwfpsf`jbooz#wkf,gju=?gju#jg>!tbp#fufmwvboozwkqlvdklvw#kjpwkf#gjeefqfm`fplnfwkjmd#wkbwpsbm=?,psbm=?,pjdmjej`bmwoz#=?,p`qjsw= fmujqlmnfmwbo#wl#sqfufmw#wkfkbuf#affm#vpfgfpsf`jbooz#elqvmgfqpwbmg#wkfjp#fppfmwjbooztfqf#wkf#ejqpwjp#wkf#obqdfpwkbuf#affm#nbgf!#pq`>!kwws9,,jmwfqsqfwfg#bppf`lmg#kboe#le`qloojmd>!ml!#jp#`lnslpfg#leJJ/#Kloz#Qlnbmjp#f{sf`wfg#wlkbuf#wkfjq#ltmgfejmfg#bp#wkfwqbgjwjlmbooz#kbuf#gjeefqfmwbqf#lewfm#vpfgwl#fmpvqf#wkbwbdqffnfmw#tjwk`lmwbjmjmd#wkfbqf#eqfrvfmwozjmelqnbwjlm#lmf{bnsof#jp#wkfqfpvowjmd#jm#b?,b=?,oj=?,vo=#`obpp>!ellwfqbmg#fpsf`jboozwzsf>!avwwlm!#?,psbm=?,psbm=tkj`k#jm`ovgfg= ?nfwb#mbnf>!`lmpjgfqfg#wkf`bqqjfg#lvw#azKltfufq/#jw#jpaf`bnf#sbqw#lejm#qfobwjlm#wlslsvobq#jm#wkfwkf#`bsjwbo#letbp#leej`jbooztkj`k#kbp#affmwkf#Kjpwlqz#lebowfqmbwjuf#wlgjeefqfmw#eqlnwl#pvsslqw#wkfpvddfpwfg#wkbwjm#wkf#sql`fpp##?gju#`obpp>!wkf#elvmgbwjlmaf`bvpf#le#kjp`lm`fqmfg#tjwkwkf#vmjufqpjwzlsslpfg#wl#wkfwkf#`lmwf{w#le?psbm#`obpp>!swf{w!#mbnf>!r!\n\n?gju#`obpp>!wkf#p`jfmwjej`qfsqfpfmwfg#aznbwkfnbwj`jbmpfof`wfg#az#wkfwkbw#kbuf#affm=?gju#`obpp>!`gju#jg>!kfbgfqjm#sbqwj`vobq/`lmufqwfg#jmwl*8 ?,p`qjsw= ?skjolplskj`bo#pqsphlkqubwphjwj\rVSmd#Uj\rWkw<L=o=m=m<V<T<U=l=o=m=m<V<T<Ujmufpwjdb`j/_msbqwj`jsb`j/_m<V<R=n<R=l=g<Y<R<]<W<\\=m=n<T<V<R=n<R=l=g<U=k<Y<W<R<^<Y<V=m<T=m=n<Y<P=g<q<R<^<R=m=n<T<V<R=n<R=l=g=i<R<]<W<\\=m=n=`<^=l<Y<P<Y<Q<T<V<R=n<R=l<\\=c=m<Y<_<R<X<Q=c=m<V<\\=k<\\=n=`<Q<R<^<R=m=n<T<O<V=l<\\<T<Q=g<^<R<S=l<R=m=g<V<R=n<R=l<R<U=m<X<Y<W<\\=n=`<S<R<P<R=e=`=b=m=l<Y<X=m=n<^<R<]=l<\\<[<R<P=m=n<R=l<R<Q=g=o=k<\\=m=n<T<Y=n<Y=k<Y<Q<T<Y<\x7F<W<\\<^<Q<\\=c<T=m=n<R=l<T<T=m<T=m=n<Y<P<\\=l<Y=d<Y<Q<T=c<M<V<\\=k<\\=n=`<S<R=a=n<R<P=o=m<W<Y<X=o<Y=n=m<V<\\<[<\\=n=`=n<R<^<\\=l<R<^<V<R<Q<Y=k<Q<R=l<Y=d<Y<Q<T<Y<V<R=n<R=l<R<Y<R=l<_<\\<Q<R<^<V<R=n<R=l<R<P<L<Y<V<W<\\<P<\\4K5h5i5j4F4C5e5i5j4F4C5f4K4F4K5h5i5d4Z5d4U4K5h4D4]4K5i4@4K5h5i5d4K5n4U4K5h4]4_4K4J5h5i4X4K4]5o4K4F4K5h4O4U4Z4K4M4K5h4]5f4K4Z4E4K5h4F4Y5i5f5i4K5h4K4U4Z4K4M4K5h5j4F4K4J4@4K5h4O5h4U4K4D4K5h4F4_4@5f5h4K5h4O5n4_4K5i4K5h4Z4V4[4K4F4K5h5m5f4C5f5d4K5h4F4]4A5f4D4K5h4@4C5f4C4E4K5h4F4U5h5f5i4K5h4O4B4D4K4]4K5h4K5m5h4K5i4K5h4O5m5h4K5i4K5h4F4K4]5f4B4K5h4F5n5j5f4E4K5h4K5h4U4K4D4K5h4B5d4K4[4]4K5h5i4@4F5i4U4K5h4C5f5o5d4]4K5h4_5f4K4A4E4U4D4C4K5h5h5k4K5h4F4]4D5f4E4K5h4]5d4K4D4[4K5h4O4C4D5f4E4K5h4K4B4D4K4]4K5h5i4F4A4C4E4K5h4K4V4K5j5f`vqplq9sljmwfq8?,wjwof= ?nfwb#!#kqfe>!kwws9,,!=?psbm#`obpp>!nfnafqp#le#wkf#tjmglt-ol`bwjlmufqwj`bo.bojdm9,b=#\x7F#?b#kqfe>!?"gl`wzsf#kwno=nfgjb>!p`qffm!#?lswjlm#ubovf>!ebuj`lm-j`l!#,= \n\n?gju#`obpp>!`kbqb`wfqjpwj`p!#nfwklg>!dfw!#,algz= ?,kwno= pklqw`vw#j`lm!#gl`vnfmw-tqjwf+sbggjmd.alwwln9qfsqfpfmwbwjufppvanjw!#ubovf>!bojdm>!`fmwfq!#wkqlvdklvw#wkf#p`jfm`f#ej`wjlm ##?gju#`obpp>!pvanjw!#`obpp>!lmf#le#wkf#nlpw#ubojdm>!wls!=?tbp#fpwbaojpkfg*8 ?,p`qjsw= qfwvqm#ebopf8!=*-pwzof-gjpsobzaf`bvpf#le#wkf#gl`vnfmw-`llhjf?elqn#b`wjlm>!,~algzxnbqdjm938Fm`z`olsfgjb#leufqpjlm#le#wkf#-`qfbwfFofnfmw+mbnf!#`lmwfmw>!?,gju= ?,gju= bgnjmjpwqbwjuf#?,algz= ?,kwno=kjpwlqz#le#wkf#!=?jmsvw#wzsf>!slqwjlm#le#wkf#bp#sbqw#le#wkf#%maps8?b#kqfe>!lwkfq#`lvmwqjfp!= ?gju#`obpp>!?,psbm=?,psbm=?Jm#lwkfq#tlqgp/gjpsobz9#aol`h8`lmwqlo#le#wkf#jmwqlgv`wjlm#le,= ?nfwb#mbnf>!bp#tfoo#bp#wkf#jm#qf`fmw#zfbqp \n?gju#`obpp>!?,gju= \n?,gju= jmpsjqfg#az#wkfwkf#fmg#le#wkf#`lnsbwjaof#tjwkaf`bnf#hmltm#bp#pwzof>!nbqdjm9-ip!=?,p`qjsw=?#Jmwfqmbwjlmbo#wkfqf#kbuf#affmDfqnbm#obmdvbdf#pwzof>!`lolq9 @lnnvmjpw#Sbqwz`lmpjpwfmw#tjwkalqgfq>!3!#`foo#nbqdjmkfjdkw>!wkf#nbilqjwz#le!#bojdm>!`fmwfqqfobwfg#wl#wkf#nbmz#gjeefqfmw#Lqwklgl{#@kvq`kpjnjobq#wl#wkf#,= ?ojmh#qfo>!ptbp#lmf#le#wkf#vmwjo#kjp#gfbwk~*+*8 ?,p`qjsw=lwkfq#obmdvbdfp`lnsbqfg#wl#wkfslqwjlmp#le#wkfwkf#Mfwkfqobmgpwkf#nlpw#`lnnlmab`hdqlvmg9vqo+bqdvfg#wkbw#wkfp`qloojmd>!ml!#jm`ovgfg#jm#wkfMlqwk#Bnfqj`bm#wkf#mbnf#le#wkfjmwfqsqfwbwjlmpwkf#wqbgjwjlmbogfufolsnfmw#le#eqfrvfmwoz#vpfgb#`loof`wjlm#leufqz#pjnjobq#wlpvqqlvmgjmd#wkff{bnsof#le#wkjpbojdm>!`fmwfq!=tlvog#kbuf#affmjnbdf\\`bswjlm#>bwwb`kfg#wl#wkfpvddfpwjmd#wkbwjm#wkf#elqn#le#jmuloufg#jm#wkfjp#gfqjufg#eqlnmbnfg#bewfq#wkfJmwqlgv`wjlm#wlqfpwqj`wjlmp#lm#pwzof>!tjgwk9#`bm#af#vpfg#wl#wkf#`qfbwjlm#lenlpw#jnslqwbmw#jmelqnbwjlm#bmgqfpvowfg#jm#wkf`loobspf#le#wkfWkjp#nfbmp#wkbwfofnfmwp#le#wkftbp#qfsob`fg#azbmbozpjp#le#wkfjmpsjqbwjlm#elqqfdbqgfg#bp#wkfnlpw#pv``fppevohmltm#bp#%rvlw8b#`lnsqfkfmpjufKjpwlqz#le#wkf#tfqf#`lmpjgfqfgqfwvqmfg#wl#wkfbqf#qfefqqfg#wlVmplvq`fg#jnbdf= \n?gju#`obpp>!`lmpjpwp#le#wkfpwlsSqlsbdbwjlmjmwfqfpw#jm#wkfbubjobajojwz#lebssfbqp#wl#kbuffof`wqlnbdmfwj`fmbaofPfquj`fp+evm`wjlm#le#wkfJw#jp#jnslqwbmw?,p`qjsw=?,gju=evm`wjlm+*xubq#qfobwjuf#wl#wkfbp#b#qfpvow#le#wkf#slpjwjlm#leElq#f{bnsof/#jm#nfwklg>!slpw!#tbp#elooltfg#az%bns8ngbpk8#wkfwkf#bssoj`bwjlmip!=?,p`qjsw= vo=?,gju=?,gju=bewfq#wkf#gfbwktjwk#qfpsf`w#wlpwzof>!sbggjmd9jp#sbqwj`vobqozgjpsobz9jmojmf8#wzsf>!pvanjw!#jp#gjujgfg#jmwl\bTA\nzk#+\vBl\bQ\x7F*qfpslmpbajojgbgbgnjmjpwqb`j/_mjmwfqmb`jlmbofp`lqqfpslmgjfmwf\fHe\fHF\fHC\fIg\fH{\fHF\fIn\fH\\\fIa\fHY\fHU\fHB\fHR\fH\\\fIk\fH^\fIg\fH{\fIg\fHn\fHv\fIm\fHD\fHR\fHY\fH^\fIk\fHy\fHS\fHD\fHT\fH\\\fHy\fHR\fH\\\fHF\fIm\fH^\fHS\fHT\fHz\fIg\fHp\fIk\fHn\fHv\fHR\fHU\fHS\fHc\fHA\fIk\fHp\fIk\fHn\fHZ\fHR\fHB\fHS\fH^\fHU\fHB\fHR\fH\\\fIl\fHp\fHR\fH{\fH\\\fHO\fH@\fHD\fHR\fHD\fIk\fHy\fIm\fHB\fHR\fH\\\fH@\fIa\fH^\fIe\fH{\fHB\fHR\fH^\fHS\fHy\fHB\fHU\fHS\fH^\fHR\fHF\fIo\fH[\fIa\fHL\fH@\fHN\fHP\fHH\fIk\fHA\fHR\fHp\fHF\fHR\fHy\fIa\fH^\fHS\fHy\fHs\fIa\fH\\\fIk\fHD\fHz\fHS\fH^\fHR\fHG\fHJ\fI`\fH\\\fHR\fHD\fHB\fHR\fHB\fH^\fIk\fHB\fHH\fHJ\fHR\fHD\fH@\fHR\fHp\fHR\fH\\\fHY\fHS\fHy\fHR\fHT\fHy\fIa\fHC\fIg\fHn\fHv\fHR\fHU\fHH\fIk\fHF\fHU\fIm\fHm\fHv\fH@\fHH\fHR\fHC\fHR\fHT\fHn\fHY\fHR\fHJ\fHJ\fIk\fHz\fHD\fIk\fHF\fHS\fHw\fH^\fIk\fHY\fHS\fHZ\fIk\fH[\fH\\\fHR\fHp\fIa\fHC\fHe\fHH\fIa\fHH\fH\\\fHB\fIm\fHn\fH@\fHd\fHJ\fIg\fHD\fIg\fHn\fHe\fHF\fHy\fH\\\fHO\fHF\fHN\fHP\fIk\fHn\fHT\fIa\fHI\fHS\fHH\fHG\fHS\fH^\fIa\fHB\fHB\fIm\fHz\fIa\fHC\fHi\fHv\fIa\fHw\fHR\fHw\fIn\fHs\fHH\fIl\fHT\fHn\fH{\fIl\fHH\fHp\fHR\fHc\fH{\fHR\fHY\fHS\fHA\fHR\fH{\fHt\fHO\fIa\fHs\fIk\fHJ\fIn\fHT\fH\\\fIk\fHJ\fHS\fHD\fIg\fHn\fHU\fHH\fIa\fHC\fHR\fHT\fIk\fHy\fIa\fHT\fH{\fHR\fHn\fHK\fIl\fHY\fHS\fHZ\fIa\fHY\fH\\\fHR\fHH\fIk\fHn\fHJ\fId\fHs\fIa\fHT\fHD\fHy\fIa\fHZ\fHR\fHT\fHR\fHB\fHD\fIk\fHi\fHJ\fHR\fH^\fHH\fH@\fHS\fHp\fH^\fIl\fHF\fIm\fH\\\fIn\fH[\fHU\fHS\fHn\fHJ\fIl\fHB\fHS\fHH\fIa\fH\\\fHy\fHY\fHS\fHH\fHR\fH\\\fIm\fHF\fHC\fIk\fHT\fIa\fHI\fHR\fHD\fHy\fH\\\fIg\fHM\fHP\fHB\fIm\fHy\fIa\fHH\fHC\fIg\fHp\fHD\fHR\fHy\fIo\fHF\fHC\fHR\fHF\fIg\fHT\fIa\fHs\fHt\fH\\\fIk\fH^\fIn\fHy\fHR\fH\\\fIa\fHC\fHY\fHS\fHv\fHR\fH\\\fHT\fIn\fHv\fHD\fHR\fHB\fIn\fH^\fIa\fHC\fHJ\fIk\fHz\fIk\fHn\fHU\fHB\fIk\fHZ\fHR\fHT\fIa\fHy\fIn\fH^\fHB\fId\fHn\fHD\fIk\fHH\fId\fHC\fHR\fH\\\fHp\fHS\fHT\fHy\fIkqpp({no!#wjwof>!.wzsf!#`lmwfmw>!wjwof!#`lmwfmw>!bw#wkf#pbnf#wjnf-ip!=?,p`qjsw= ?!#nfwklg>!slpw!#?,psbm=?,b=?,oj=ufqwj`bo.bojdm9w,irvfqz-njm-ip!=-`oj`h+evm`wjlm+#pwzof>!sbggjmd.~*+*8 ?,p`qjsw= ?,psbm=?b#kqfe>!?b#kqfe>!kwws9,,*8#qfwvqm#ebopf8wf{w.gf`lqbwjlm9#p`qloojmd>!ml!#alqgfq.`loobspf9bppl`jbwfg#tjwk#Abkbpb#JmglmfpjbFmdojpk#obmdvbdf?wf{w#{no9psb`f>-dje!#alqgfq>!3!?,algz= ?,kwno= lufqeolt9kjggfm8jnd#pq`>!kwws9,,bggFufmwOjpwfmfqqfpslmpjaof#elq#p-ip!=?,p`qjsw= ,ebuj`lm-j`l!#,=lsfqbwjmd#pzpwfn!#pwzof>!tjgwk92wbqdfw>!\\aobmh!=Pwbwf#Vmjufqpjwzwf{w.bojdm9ofew8 gl`vnfmw-tqjwf+/#jm`ovgjmd#wkf#bqlvmg#wkf#tlqog*8 ?,p`qjsw= ?!#pwzof>!kfjdkw98lufqeolt9kjggfmnlqf#jmelqnbwjlmbm#jmwfqmbwjlmbob#nfnafq#le#wkf#lmf#le#wkf#ejqpw`bm#af#elvmg#jm#?,gju= \n\n?,gju= gjpsobz9#mlmf8!=!#,= ?ojmh#qfo>! ##+evm`wjlm+*#xwkf#26wk#`fmwvqz-sqfufmwGfebvow+obqdf#mvnafq#le#Azybmwjmf#Fnsjqf-isd\x7Fwkvna\x7Fofew\x7Fubpw#nbilqjwz#lenbilqjwz#le#wkf##bojdm>!`fmwfq!=Vmjufqpjwz#Sqfppglnjmbwfg#az#wkfPf`lmg#Tlqog#Tbqgjpwqjavwjlm#le#pwzof>!slpjwjlm9wkf#qfpw#le#wkf#`kbqb`wfqjyfg#az#qfo>!mleloolt!=gfqjufp#eqln#wkfqbwkfq#wkbm#wkf#b#`lnajmbwjlm#lepwzof>!tjgwk9233Fmdojpk.psfbhjmd`lnsvwfq#p`jfm`falqgfq>!3!#bow>!wkf#f{jpwfm`f#leGfnl`qbwj`#Sbqwz!#pwzof>!nbqdjm.Elq#wkjp#qfbplm/-ip!=?,p`qjsw= \npAzWbdMbnf+p*X3^ip!=?,p`qjsw= ?-ip!=?,p`qjsw= ojmh#qfo>!j`lm!#$#bow>$$#`obpp>$elqnbwjlm#le#wkfufqpjlmp#le#wkf#?,b=?,gju=?,gju=,sbdf= ##?sbdf= ?gju#`obpp>!`lmwaf`bnf#wkf#ejqpwabkbpb#Jmglmfpjbfmdojpk#+pjnsof*"y"W"W"["Q"U"V"@=i=l<^<\\=n=m<V<T<V<R<P<S<\\<Q<T<T=c<^<W=c<Y=n=m=c<x<R<]<\\<^<T=n=`=k<Y<W<R<^<Y<V<\\=l<\\<[<^<T=n<T=c<t<Q=n<Y=l<Q<Y=n<r=n<^<Y=n<T=n=`<Q<\\<S=l<T<P<Y=l<T<Q=n<Y=l<Q<Y=n<V<R=n<R=l<R<_<R=m=n=l<\\<Q<T=j=g<V<\\=k<Y=m=n<^<Y=o=m<W<R<^<T=c=i<S=l<R<]<W<Y<P=g<S<R<W=o=k<T=n=`=c<^<W=c=b=n=m=c<Q<\\<T<]<R<W<Y<Y<V<R<P<S<\\<Q<T=c<^<Q<T<P<\\<Q<T<Y=m=l<Y<X=m=n<^<\\4K5h5i5d4K4Z5f4U4K5h4]4J5f4_5f4E4K5h4K5j4F5n4K5h5i4X4K4]5o4K4F5o4K5h4_5f4K4]4K4F4K5h5i5o4F5d4D4E4K5h4_4U5d4C5f4E4K4A4Y4K4J5f4K4F4K5h4U4K5h5i5f4E4K5h4Y5d4F5f4K4F4K5h4K5j4F4]5j4F4K5h4F4Y4K5i5f5i4K5h4I4_5h4K5i5f4K5h5i4X4K4]5o4E4K5h5i4]4J5f4K4Fqlalwp!#`lmwfmw>!?gju#jg>!ellwfq!=wkf#Vmjwfg#Pwbwfp?jnd#pq`>!kwws9,,-isd\x7Fqjdkw\x7Fwkvna\x7F-ip!=?,p`qjsw= ?ol`bwjlm-sqlwl`loeqbnfalqgfq>!3!#p!#,= ?nfwb#mbnf>!?,b=?,gju=?,gju=?elmw.tfjdkw9alog8%rvlw8#bmg#%rvlw8gfsfmgjmd#lm#wkf#nbqdjm938sbggjmd9!#qfo>!mleloolt!#Sqfpjgfmw#le#wkf#wtfmwjfwk#`fmwvqzfujpjlm= ##?,sbdfJmwfqmfw#F{solqfqb-bpzm`#>#wqvf8 jmelqnbwjlm#balvw?gju#jg>!kfbgfq!=!#b`wjlm>!kwws9,,?b#kqfe>!kwwsp9,,?gju#jg>!`lmwfmw!?,gju= ?,gju= ?gfqjufg#eqln#wkf#?jnd#pq`>$kwws9,,b``lqgjmd#wl#wkf# ?,algz= ?,kwno= pwzof>!elmw.pjyf9p`qjsw#obmdvbdf>!Bqjbo/#Kfoufwj`b/?,b=?psbm#`obpp>!?,p`qjsw=?p`qjsw#slojwj`bo#sbqwjfpwg=?,wq=?,wbaof=?kqfe>!kwws9,,ttt-jmwfqsqfwbwjlm#leqfo>!pwzofpkffw!#gl`vnfmw-tqjwf+$?`kbqpfw>!vwe.;!= afdjmmjmd#le#wkf#qfufbofg#wkbw#wkfwfofujpjlm#pfqjfp!#qfo>!mleloolt!=#wbqdfw>!\\aobmh!=`objnjmd#wkbw#wkfkwws&0B&1E&1Ettt-nbmjefpwbwjlmp#leSqjnf#Njmjpwfq#lejmeovfm`fg#az#wkf`obpp>!`ofbqej{!=,gju= ?,gju= wkqff.gjnfmpjlmbo@kvq`k#le#Fmdobmgle#Mlqwk#@bqlojmbprvbqf#hjolnfwqfp-bggFufmwOjpwfmfqgjpwjm`w#eqln#wkf`lnnlmoz#hmltm#bpSklmfwj`#Boskbafwgf`obqfg#wkbw#wkf`lmwqloofg#az#wkfAfmibnjm#Eqbmhojmqlof.sobzjmd#dbnfwkf#Vmjufqpjwz#lejm#Tfpwfqm#Fvqlsfsfqplmbo#`lnsvwfqSqlif`w#Dvwfmafqdqfdbqgofpp#le#wkfkbp#affm#sqlslpfgwldfwkfq#tjwk#wkf=?,oj=?oj#`obpp>!jm#plnf#`lvmwqjfpnjm-ip!=?,p`qjsw=le#wkf#slsvobwjlmleej`jbo#obmdvbdf?jnd#pq`>!jnbdfp,jgfmwjejfg#az#wkfmbwvqbo#qfplvq`fp`obppjej`bwjlm#le`bm#af#`lmpjgfqfgrvbmwvn#nf`kbmj`pMfufqwkfofpp/#wkfnjoojlm#zfbqp#bdl?,algz= ?,kwno="y"W"W"["Q"U"V"@ wbhf#bgubmwbdf#lebmg/#b``lqgjmd#wlbwwqjavwfg#wl#wkfNj`qlplew#Tjmgltpwkf#ejqpw#`fmwvqzvmgfq#wkf#`lmwqlogju#`obpp>!kfbgfqpklqwoz#bewfq#wkfmlwbaof#f{`fswjlmwfmp#le#wklvpbmgppfufqbo#gjeefqfmwbqlvmg#wkf#tlqog-qfb`kjmd#njojwbqzjplobwfg#eqln#wkflsslpjwjlm#wl#wkfwkf#Log#WfpwbnfmwBeqj`bm#Bnfqj`bmpjmpfqwfg#jmwl#wkfpfsbqbwf#eqln#wkfnfwqlslojwbm#bqfbnbhfp#jw#slppjaofb`hmltofgdfg#wkbwbqdvbaoz#wkf#nlpwwzsf>!wf{w,`pp!= wkf#JmwfqmbwjlmboB``lqgjmd#wl#wkf#sf>!wf{w,`pp!#,= `ljm`jgf#tjwk#wkfwtl.wkjqgp#le#wkfGvqjmd#wkjp#wjnf/gvqjmd#wkf#sfqjlgbmmlvm`fg#wkbw#kfwkf#jmwfqmbwjlmbobmg#nlqf#qf`fmwozafojfufg#wkbw#wkf`lmp`jlvpmfpp#bmgelqnfqoz#hmltm#bppvqqlvmgfg#az#wkfejqpw#bssfbqfg#jml``bpjlmbooz#vpfgslpjwjlm9baplovwf8!#wbqdfw>!\\aobmh!#slpjwjlm9qfobwjuf8wf{w.bojdm9`fmwfq8ib{,ojap,irvfqz,2-ab`hdqlvmg.`lolq9 wzsf>!bssoj`bwjlm,bmdvbdf!#`lmwfmw>!?nfwb#kwws.frvju>!Sqjub`z#Sloj`z?,b=f+!&0@p`qjsw#pq`>$!#wbqdfw>!\\aobmh!=Lm#wkf#lwkfq#kbmg/-isd\x7Fwkvna\x7Fqjdkw\x7F1?,gju=?gju#`obpp>!?gju#pwzof>!eolbw9mjmfwffmwk#`fmwvqz?,algz= ?,kwno= ?jnd#pq`>!kwws9,,p8wf{w.bojdm9`fmwfqelmw.tfjdkw9#alog8#B``lqgjmd#wl#wkf#gjeefqfm`f#afwtffm!#eqbnfalqgfq>!3!#!#pwzof>!slpjwjlm9ojmh#kqfe>!kwws9,,kwno7,ollpf-gwg!= gvqjmd#wkjp#sfqjlg?,wg=?,wq=?,wbaof=`olpfoz#qfobwfg#wlelq#wkf#ejqpw#wjnf8elmw.tfjdkw9alog8jmsvw#wzsf>!wf{w!#?psbm#pwzof>!elmw.lmqfbgzpwbwf`kbmdf\n?gju#`obpp>!`ofbqgl`vnfmw-ol`bwjlm-#Elq#f{bnsof/#wkf#b#tjgf#ubqjfwz#le#?"GL@WZSF#kwno= ?%maps8%maps8%maps8!=?b#kqfe>!kwws9,,pwzof>!eolbw9ofew8`lm`fqmfg#tjwk#wkf>kwws&0B&1E&1Ettt-jm#slsvobq#`vowvqfwzsf>!wf{w,`pp!#,=jw#jp#slppjaof#wl#Kbqubqg#Vmjufqpjwzwzofpkffw!#kqfe>!,wkf#nbjm#`kbqb`wfqL{elqg#Vmjufqpjwz##mbnf>!hfztlqgp!#`pwzof>!wf{w.bojdm9wkf#Vmjwfg#Hjmdglnefgfqbo#dlufqmnfmw?gju#pwzof>!nbqdjm#gfsfmgjmd#lm#wkf#gfp`qjswjlm#le#wkf?gju#`obpp>!kfbgfq-njm-ip!=?,p`qjsw=gfpwqv`wjlm#le#wkfpojdkwoz#gjeefqfmwjm#b``lqgbm`f#tjwkwfof`lnnvmj`bwjlmpjmgj`bwfp#wkbw#wkfpklqwoz#wkfqfbewfqfpsf`jbooz#jm#wkf#Fvqlsfbm#`lvmwqjfpKltfufq/#wkfqf#bqfpq`>!kwws9,,pwbwj`pvddfpwfg#wkbw#wkf!#pq`>!kwws9,,ttt-b#obqdf#mvnafq#le#Wfof`lnnvmj`bwjlmp!#qfo>!mleloolt!#wKloz#Qlnbm#Fnsfqlqbonlpw#f{`ovpjufoz!#alqgfq>!3!#bow>!Pf`qfwbqz#le#Pwbwf`vonjmbwjmd#jm#wkf@JB#Tlqog#Eb`wallhwkf#nlpw#jnslqwbmwbmmjufqpbqz#le#wkfpwzof>!ab`hdqlvmg.?oj=?fn=?b#kqfe>!,wkf#Bwobmwj`#L`fbmpwqj`woz#psfbhjmd/pklqwoz#afelqf#wkfgjeefqfmw#wzsfp#lewkf#Lwwlnbm#Fnsjqf=?jnd#pq`>!kwws9,,Bm#Jmwqlgv`wjlm#wl`lmpfrvfm`f#le#wkfgfsbqwvqf#eqln#wkf@lmefgfqbwf#Pwbwfpjmgjdfmlvp#sflsofpSql`ffgjmdp#le#wkfjmelqnbwjlm#lm#wkfwkflqjfp#kbuf#affmjmuloufnfmw#jm#wkfgjujgfg#jmwl#wkqffbgib`fmw#`lvmwqjfpjp#qfpslmpjaof#elqgjpplovwjlm#le#wkf`loobalqbwjlm#tjwktjgfoz#qfdbqgfg#bpkjp#`lmwfnslqbqjfpelvmgjmd#nfnafq#leGlnjmj`bm#Qfsvaoj`dfmfqbooz#b``fswfgwkf#slppjajojwz#lebqf#bopl#bubjobaofvmgfq#`lmpwqv`wjlmqfpwlqbwjlm#le#wkfwkf#dfmfqbo#svaoj`jp#bonlpw#fmwjqfozsbppfp#wkqlvdk#wkfkbp#affm#pvddfpwfg`lnsvwfq#bmg#ujgflDfqnbmj`#obmdvbdfp#b``lqgjmd#wl#wkf#gjeefqfmw#eqln#wkfpklqwoz#bewfqtbqgpkqfe>!kwwsp9,,ttt-qf`fmw#gfufolsnfmwAlbqg#le#Gjqf`wlqp?gju#`obpp>!pfbq`k\x7F#?b#kqfe>!kwws9,,Jm#sbqwj`vobq/#wkfNvowjsof#ellwmlwfplq#lwkfq#pvapwbm`fwklvpbmgp#le#zfbqpwqbmpobwjlm#le#wkf?,gju= ?,gju= ?b#kqfe>!jmgf{-skstbp#fpwbaojpkfg#jmnjm-ip!=?,p`qjsw= sbqwj`jsbwf#jm#wkfb#pwqlmd#jmeovfm`fpwzof>!nbqdjm.wls9qfsqfpfmwfg#az#wkfdqbgvbwfg#eqln#wkfWqbgjwjlmbooz/#wkfFofnfmw+!p`qjsw!*8Kltfufq/#pjm`f#wkf,gju= ?,gju= ?gju#ofew8#nbqdjm.ofew9sqlwf`wjlm#bdbjmpw38#ufqwj`bo.bojdm9Vmelqwvmbwfoz/#wkfwzsf>!jnbdf,{.j`lm,gju= ?gju#`obpp>!#`obpp>!`ofbqej{!=?gju#`obpp>!ellwfq\n\n?,gju= \n\n?,gju= wkf#nlwjlm#sj`wvqf<}=f<W<_<\\=l=m<V<T<]=f<W<_<\\=l=m<V<T<H<Y<X<Y=l<\\=j<T<T<Q<Y=m<V<R<W=`<V<R=m<R<R<]=e<Y<Q<T<Y=m<R<R<]=e<Y<Q<T=c<S=l<R<_=l<\\<P<P=g<r=n<S=l<\\<^<T=n=`<]<Y=m<S<W<\\=n<Q<R<P<\\=n<Y=l<T<\\<W=g<S<R<[<^<R<W=c<Y=n<S<R=m<W<Y<X<Q<T<Y=l<\\<[<W<T=k<Q=g=i<S=l<R<X=o<V=j<T<T<S=l<R<_=l<\\<P<P<\\<S<R<W<Q<R=m=n=`=b<Q<\\=i<R<X<T=n=m=c<T<[<]=l<\\<Q<Q<R<Y<Q<\\=m<Y<W<Y<Q<T=c<T<[<P<Y<Q<Y<Q<T=c<V<\\=n<Y<_<R=l<T<T<|<W<Y<V=m<\\<Q<X=l\fHJ\fIa\fHY\fHR\fH\\\fHR\fHB\fId\fHD\fIm\fHi\fH^\fHF\fIa\fH\\\fHJ\fHR\fHD\fHA\fHR\fH\\\fHH\fIl\fHC\fHi\fHD\fIm\fHJ\fIk\fHZ\fHU\fHS\fHD\fIa\fHJ\fIl\fHk\fHn\fHM\fHS\fHC\fHR\fHJ\fHS\fH^\fIa\fH^\fIl\fHi\fHK\fHS\fHy\fHR\fH\\\fHY\fIl\fHM\fHS\fHC\fIg\fHv\fHS\fHs\fIa\fHL\fIk\fHT\fHB\fHR\fHv\fHR\fH\\\fHp\fHn\fHy\fIa\fHZ\fHD\fHJ\fIm\fHD\fHS\fHC\fHR\fHF\fIa\fH\\\fHC\fIg\fH{\fHi\fHD\fIm\fHT\fHR\fH\\\fH}\fHD\fH^\fHR\fHk\fHD\fHF\fHR\fH\\\fIa\fHs\fIl\fHZ\fH\\\fIa\fHH\fIg\fHn\fH^\fIg\fHy\fHT\fHA\fHR\fHG\fHP\fIa\fH^\fId\fHZ\fHZ\fH\\\fIa\fHH\fIk\fHn\fHF\fIa\fH\\\fHJ\fIk\fHZ\fHF\fIa\fH^\fIk\fHC\fH\\\fHy\fIk\fHn\fHJ\fIa\fH\\\fHT\fIa\fHI\fHS\fHH\fHS\fHe\fHH\fIa\fHF\fHR\fHJ\fHe\fHD\fIa\fHU\fIk\fHn\fHv\fHS\fHs\fIa\fHL\fHR\fHC\fHR\fHH\fIa\fH\\\fHR\fHp\fIa\fHC\fHR\fHJ\fHR\fHF\fIm\fH\\\fHR\fHD\fIk\fHp\fIg\fHM\fHP\fIk\fHn\fHi\fHD\fIm\fHY\fHR\fHJ\fHZ\fIa\fH\\\fIk\fHO\fIl\fHZ\fHS\fHy\fIa\fH[\fHR\fHT\fH\\\fHy\fHR\fH\\\fIl\fHT\fHn\fH{\fIa\fH\\\fHU\fHF\fH\\\fHS\fHO\fHR\fHB\fH@\fIa\fH\\\fHR\fHn\fHM\fH@\fHv\fIa\fHv\fIg\fHn\fHe\fHF\fH^\fH@\fIa\fHK\fHB\fHn\fHH\fIa\fH\\\fIl\fHT\fHn\fHF\fH\\\fIa\fHy\fHe\fHB\fIa\fHB\fIl\fHJ\fHB\fHR\fHK\fIa\fHC\fHB\fHT\fHU\fHR\fHC\fHH\fHR\fHZ\fH@\fIa\fHJ\fIg\fHn\fHB\fIl\fHM\fHS\fHC\fHR\fHj\fHd\fHF\fIl\fHc\fH^\fHB\fIg\fH@\fHR\fHk\fH^\fHT\fHn\fHz\fIa\fHC\fHR\fHj\fHF\fH\\\fIk\fHZ\fHD\fHi\fHD\fIm\fH@\fHn\fHK\fH@\fHR\fHp\fHP\fHR\fH\\\fHD\fHY\fIl\fHD\fHH\fHB\fHF\fIa\fH\\\fHB\fIm\fHz\fHF\fIa\fH\\\fHZ\fIa\fHD\fHF\fH\\\fHS\fHY\fHR\fH\\\fHD\fIm\fHy\fHT\fHR\fHD\fHT\fHB\fH\\\fIa\fHI\fHD\fHj\fHC\fIg\fHp\fHS\fHH\fHT\fIg\fHB\fHY\fHR\fH\\4K5h5i4X4K4]5o4K4F4K5h5i5j4F4C5f4K4F4K5h5o5i4D5f5d4F4]4K5h5i4X4K5k4C4K4F4U4C4C4K5h4^5d4K4]4U4C4C4K5h4]4C5d4C4K5h4I4_5h4K5i5f4E4K5h5m5d4F5d4X5d4D4K5h5i4_4K4D5n4K4F4K5h5i4U5h5d5i4K4F4K5h5i4_5h4_5h4K4F4K5h4@4]4K5m5f5o4_4K5h4K4_5h4K5i5f4E4K5h4K4F4Y4K5h4K4Fhfztlqgp!#`lmwfmw>!t0-lqd,2:::,{kwno!=?b#wbqdfw>!\\aobmh!#wf{w,kwno8#`kbqpfw>!#wbqdfw>!\\aobmh!=?wbaof#`foosbggjmd>!bvwl`lnsofwf>!lee!#wf{w.bojdm9#`fmwfq8wl#obpw#ufqpjlm#az#ab`hdqlvmg.`lolq9# !#kqfe>!kwws9,,ttt-,gju=?,gju=?gju#jg>?b#kqfe>! !#`obpp>!!=?jnd#pq`>!kwws9,,`qjsw!#pq`>!kwws9,, ?p`qjsw#obmdvbdf>!,,FM!#!kwws9,,ttt-tfm`lgfVQJ@lnslmfmw+!#kqfe>!ibubp`qjsw9?gju#`obpp>!`lmwfmwgl`vnfmw-tqjwf+$?p`slpjwjlm9#baplovwf8p`qjsw#pq`>!kwws9,,#pwzof>!nbqdjm.wls9-njm-ip!=?,p`qjsw= ?,gju= ?gju#`obpp>!t0-lqd,2:::,{kwno!# ?,algz= ?,kwno=gjpwjm`wjlm#afwtffm,!#wbqdfw>!\\aobmh!=?ojmh#kqfe>!kwws9,,fm`lgjmd>!vwe.;!<= t-bggFufmwOjpwfmfq<b`wjlm>!kwws9,,ttt-j`lm!#kqfe>!kwws9,,#pwzof>!ab`hdqlvmg9wzsf>!wf{w,`pp!#,= nfwb#sqlsfqwz>!ld9w?jmsvw#wzsf>!wf{w!##pwzof>!wf{w.bojdm9wkf#gfufolsnfmw#le#wzofpkffw!#wzsf>!wfkwno8#`kbqpfw>vwe.;jp#`lmpjgfqfg#wl#afwbaof#tjgwk>!233&!#Jm#bggjwjlm#wl#wkf#`lmwqjavwfg#wl#wkf#gjeefqfm`fp#afwtffmgfufolsnfmw#le#wkf#Jw#jp#jnslqwbmw#wl#?,p`qjsw= ?p`qjsw##pwzof>!elmw.pjyf92=?,psbm=?psbm#jg>daOjaqbqz#le#@lmdqfpp?jnd#pq`>!kwws9,,jnFmdojpk#wqbmpobwjlmB`bgfnz#le#P`jfm`fpgju#pwzof>!gjpsobz9`lmpwqv`wjlm#le#wkf-dfwFofnfmwAzJg+jg*jm#`lmivm`wjlm#tjwkFofnfmw+$p`qjsw$*8#?nfwb#sqlsfqwz>!ld9<}=f<W<_<\\=l=m<V<T #wzsf>!wf{w!#mbnf>!=Sqjub`z#Sloj`z?,b=bgnjmjpwfqfg#az#wkffmbaofPjmdofQfrvfpwpwzof>%rvlw8nbqdjm9?,gju=?,gju=?,gju=?=?jnd#pq`>!kwws9,,j#pwzof>%rvlw8eolbw9qfefqqfg#wl#bp#wkf#wlwbo#slsvobwjlm#lejm#Tbpkjmdwlm/#G-@-#pwzof>!ab`hdqlvmg.bnlmd#lwkfq#wkjmdp/lqdbmjybwjlm#le#wkfsbqwj`jsbwfg#jm#wkfwkf#jmwqlgv`wjlm#lejgfmwjejfg#tjwk#wkfej`wjlmbo#`kbqb`wfq#L{elqg#Vmjufqpjwz#njpvmgfqpwbmgjmd#leWkfqf#bqf/#kltfufq/pwzofpkffw!#kqfe>!,@lovnajb#Vmjufqpjwzf{sbmgfg#wl#jm`ovgfvpvbooz#qfefqqfg#wljmgj`bwjmd#wkbw#wkfkbuf#pvddfpwfg#wkbwbeejojbwfg#tjwk#wkf`lqqfobwjlm#afwtffmmvnafq#le#gjeefqfmw=?,wg=?,wq=?,wbaof=Qfsvaoj`#le#Jqfobmg ?,p`qjsw= ?p`qjsw#vmgfq#wkf#jmeovfm`f`lmwqjavwjlm#wl#wkfLeej`jbo#tfapjwf#lekfbgrvbqwfqp#le#wkf`fmwfqfg#bqlvmg#wkfjnsoj`bwjlmp#le#wkfkbuf#affm#gfufolsfgEfgfqbo#Qfsvaoj`#leaf`bnf#jm`qfbpjmdoz`lmwjmvbwjlm#le#wkfMlwf/#kltfufq/#wkbwpjnjobq#wl#wkbw#le#`bsbajojwjfp#le#wkfb``lqgbm`f#tjwk#wkfsbqwj`jsbmwp#jm#wkfevqwkfq#gfufolsnfmwvmgfq#wkf#gjqf`wjlmjp#lewfm#`lmpjgfqfgkjp#zlvmdfq#aqlwkfq?,wg=?,wq=?,wbaof=?b#kwws.frvju>![.VB.skzpj`bo#sqlsfqwjfple#Aqjwjpk#@lovnajbkbp#affm#`qjwj`jyfg+tjwk#wkf#f{`fswjlmrvfpwjlmp#balvw#wkfsbppjmd#wkqlvdk#wkf3!#`foosbggjmd>!3!#wklvpbmgp#le#sflsofqfgjqf`wp#kfqf-#Elqkbuf#`kjogqfm#vmgfq&0F&0@,p`qjsw&0F!**8?b#kqfe>!kwws9,,ttt-?oj=?b#kqfe>!kwws9,,pjwf\\mbnf!#`lmwfmw>!wf{w.gf`lqbwjlm9mlmfpwzof>!gjpsobz9#mlmf?nfwb#kwws.frvju>![.mft#Gbwf+*-dfwWjnf+*#wzsf>!jnbdf,{.j`lm!?,psbm=?psbm#`obpp>!obmdvbdf>!ibubp`qjswtjmglt-ol`bwjlm-kqfe?b#kqfe>!ibubp`qjsw9..= ?p`qjsw#wzsf>!w?b#kqfe>$kwws9,,ttt-klqw`vw#j`lm!#kqfe>!?,gju= ?gju#`obpp>!?p`qjsw#pq`>!kwws9,,!#qfo>!pwzofpkffw!#w?,gju= ?p`qjsw#wzsf>,b=#?b#kqfe>!kwws9,,#booltWqbmpsbqfm`z>![.VB.@lnsbwjaof!#`lmqfobwjlmpkjs#afwtffm ?,p`qjsw= ?p`qjsw#?,b=?,oj=?,vo=?,gju=bppl`jbwfg#tjwk#wkf#sqldqbnnjmd#obmdvbdf?,b=?b#kqfe>!kwws9,,?,b=?,oj=?oj#`obpp>!elqn#b`wjlm>!kwws9,,?gju#pwzof>!gjpsobz9wzsf>!wf{w!#mbnf>!r!?wbaof#tjgwk>!233&!#ab`hdqlvmg.slpjwjlm9!#alqgfq>!3!#tjgwk>!qfo>!pklqw`vw#j`lm!#k5=?vo=?oj=?b#kqfe>!##?nfwb#kwws.frvju>!`pp!#nfgjb>!p`qffm!#qfpslmpjaof#elq#wkf#!#wzsf>!bssoj`bwjlm,!#pwzof>!ab`hdqlvmg.kwno8#`kbqpfw>vwe.;!#booltwqbmpsbqfm`z>!pwzofpkffw!#wzsf>!wf ?nfwb#kwws.frvju>!=?,psbm=?psbm#`obpp>!3!#`foopsb`jmd>!3!=8 ?,p`qjsw= ?p`qjsw#plnfwjnfp#`boofg#wkfglfp#mlw#mf`fppbqjozElq#nlqf#jmelqnbwjlmbw#wkf#afdjmmjmd#le#?"GL@WZSF#kwno=?kwnosbqwj`vobqoz#jm#wkf#wzsf>!kjggfm!#mbnf>!ibubp`qjsw9uljg+3*8!feef`wjufmfpp#le#wkf#bvwl`lnsofwf>!lee!#dfmfqbooz#`lmpjgfqfg=?jmsvw#wzsf>!wf{w!#!=?,p`qjsw= ?p`qjswwkqlvdklvw#wkf#tlqog`lnnlm#njp`lm`fswjlmbppl`jbwjlm#tjwk#wkf?,gju= ?,gju= ?gju#`gvqjmd#kjp#ojefwjnf/`lqqfpslmgjmd#wl#wkfwzsf>!jnbdf,{.j`lm!#bm#jm`qfbpjmd#mvnafqgjsolnbwj`#qfobwjlmpbqf#lewfm#`lmpjgfqfgnfwb#`kbqpfw>!vwe.;!#?jmsvw#wzsf>!wf{w!#f{bnsofp#jm`ovgf#wkf!=?jnd#pq`>!kwws9,,jsbqwj`jsbwjlm#jm#wkfwkf#fpwbaojpknfmw#le ?,gju= ?gju#`obpp>!%bns8maps8%bns8maps8wl#gfwfqnjmf#tkfwkfqrvjwf#gjeefqfmw#eqlnnbqhfg#wkf#afdjmmjmdgjpwbm`f#afwtffm#wkf`lmwqjavwjlmp#wl#wkf`lmeoj`w#afwtffm#wkftjgfoz#`lmpjgfqfg#wltbp#lmf#le#wkf#ejqpwtjwk#ubqzjmd#gfdqffpkbuf#psf`vobwfg#wkbw+gl`vnfmw-dfwFofnfmwsbqwj`jsbwjmd#jm#wkflqjdjmbooz#gfufolsfgfwb#`kbqpfw>!vwe.;!=#wzsf>!wf{w,`pp!#,= jmwfq`kbmdfbaoz#tjwknlqf#`olpfoz#qfobwfgpl`jbo#bmg#slojwj`bowkbw#tlvog#lwkfqtjpfsfqsfmgj`vobq#wl#wkfpwzof#wzsf>!wf{w,`ppwzsf>!pvanjw!#mbnf>!ebnjojfp#qfpjgjmd#jmgfufolsjmd#`lvmwqjfp`lnsvwfq#sqldqbnnjmdf`lmlnj`#gfufolsnfmwgfwfqnjmbwjlm#le#wkfelq#nlqf#jmelqnbwjlmlm#pfufqbo#l``bpjlmpslqwvdv/Fp#+Fvqlsfv*<O<V=l<\\={<Q=m=`<V<\\=o<V=l<\\={<Q=m=`<V<\\<L<R=m=m<T<U=m<V<R<U<P<\\=n<Y=l<T<\\<W<R<^<T<Q=h<R=l<P<\\=j<T<T=o<S=l<\\<^<W<Y<Q<T=c<Q<Y<R<]=i<R<X<T<P<R<T<Q=h<R=l<P<\\=j<T=c<t<Q=h<R=l<P<\\=j<T=c<L<Y=m<S=o<]<W<T<V<T<V<R<W<T=k<Y=m=n<^<R<T<Q=h<R=l<P<\\=j<T=b=n<Y=l=l<T=n<R=l<T<T<X<R=m=n<\\=n<R=k<Q<R4K5h5i4F5d4K4@4C5d5j4K5h4K4X4F4]4K5o4K4F4K5h4K5n4F4]4K4A4K4Fkwno8#`kbqpfw>VWE.;!#pfwWjnflvw+evm`wjlm+*gjpsobz9jmojmf.aol`h8?jmsvw#wzsf>!pvanjw!#wzsf#>#$wf{w,ibubp`qj?jnd#pq`>!kwws9,,ttt-!#!kwws9,,ttt-t0-lqd,pklqw`vw#j`lm!#kqfe>!!#bvwl`lnsofwf>!lee!#?,b=?,gju=?gju#`obpp>?,b=?,oj= ?oj#`obpp>!`pp!#wzsf>!wf{w,`pp!#?elqn#b`wjlm>!kwws9,,{w,`pp!#kqfe>!kwws9,,ojmh#qfo>!bowfqmbwf!# ?p`qjsw#wzsf>!wf{w,#lm`oj`h>!ibubp`qjsw9+mft#Gbwf*-dfwWjnf+*~kfjdkw>!2!#tjgwk>!2!#Sflsof$p#Qfsvaoj`#le##?b#kqfe>!kwws9,,ttt-wf{w.gf`lqbwjlm9vmgfqwkf#afdjmmjmd#le#wkf#?,gju= ?,gju= ?,gju= fpwbaojpknfmw#le#wkf#?,gju=?,gju=?,gju=?,g ujftslqwxnjm.kfjdkw9 ?p`qjsw#pq`>!kwws9,,lswjlm=?lswjlm#ubovf>lewfm#qfefqqfg#wl#bp#,lswjlm= ?lswjlm#ubov?"GL@WZSF#kwno= ?"..XJmwfqmbwjlmbo#Bjqslqw= ?b#kqfe>!kwws9,,ttt?,b=?b#kqfe>!kwws9,,t\fTL\fT^\fTE\fT^\fUh\fT{\fTN\roI\ro|\roL\ro{\roO\rov\rot\nAOGx\bTA\nzk#+\vUmGx*\fHD\fHS\fH\\\fIa\fHJ\fIk\fHZ\fHM\fHR\fHe\fHD\fH^\fIg\fHM\fHy\fIa\fH[\fIk\fHH\fIa\fH\\\fHp\fHR\fHD\fHy\fHR\fH\\\fIl\fHT\fHn\fH@\fHn\fHK\fHS\fHH\fHT\fIa\fHI\fHR\fHF\fHD\fHR\fHT\fIa\fHY\fIl\fHy\fHR\fH\\\fHT\fHn\fHT\fIa\fHy\fH\\\fHO\fHT\fHR\fHB\fH{\fIa\fH\\\fIl\fHv\fHS\fHs\fIa\fHL\fIg\fHn\fHY\fHS\fHp\fIa\fHr\fHR\fHD\fHi\fHB\fIk\fH\\\fHS\fHy\fHR\fHY\fHS\fHA\fHS\fHD\fIa\fHD\fH{\fHR\fHM\fHS\fHC\fHR\fHm\fHy\fIa\fHC\fIg\fHn\fHy\fHS\fHT\fIm\fH\\\fHy\fIa\fH[\fHR\fHF\fHU\fIm\fHm\fHv\fHH\fIl\fHF\fIa\fH\\\fH@\fHn\fHK\fHD\fHs\fHS\fHF\fIa\fHF\fHO\fIl\fHy\fIa\fH\\\fHS\fHy\fIk\fHs\fHF\fIa\fH\\\fHR\fH\\\fHn\fHA\fHF\fIa\fH\\\fHR\fHF\fIa\fHH\fHB\fHR\fH^\fHS\fHy\fIg\fHn\fH\\\fHG\fHP\fIa\fHH\fHR\fH\\\fHD\fHS\fH\\\fIa\fHB\fHR\fHO\fH^\fHS\fHB\fHS\fHs\fIk\fHMgfp`qjswjlm!#`lmwfmw>!gl`vnfmw-ol`bwjlm-sqlw-dfwFofnfmwpAzWbdMbnf+?"GL@WZSF#kwno= ?kwno#?nfwb#`kbqpfw>!vwe.;!=9vqo!#`lmwfmw>!kwws9,,-`pp!#qfo>!pwzofpkffw!pwzof#wzsf>!wf{w,`pp!=wzsf>!wf{w,`pp!#kqfe>!t0-lqd,2:::,{kwno!#{nowzsf>!wf{w,ibubp`qjsw!#nfwklg>!dfw!#b`wjlm>!ojmh#qfo>!pwzofpkffw!##>#gl`vnfmw-dfwFofnfmwwzsf>!jnbdf,{.j`lm!#,=`foosbggjmd>!3!#`foops-`pp!#wzsf>!wf{w,`pp!#?,b=?,oj=?oj=?b#kqfe>!!#tjgwk>!2!#kfjdkw>!2!!=?b#kqfe>!kwws9,,ttt-pwzof>!gjpsobz9mlmf8!=bowfqmbwf!#wzsf>!bssoj.,,T0@,,GWG#[KWNO#2-3#foopsb`jmd>!3!#`foosbg#wzsf>!kjggfm!#ubovf>!,b=%maps8?psbm#qlof>!p ?jmsvw#wzsf>!kjggfm!#obmdvbdf>!IbubP`qjsw!##gl`vnfmw-dfwFofnfmwpAd>!3!#`foopsb`jmd>!3!#zsf>!wf{w,`pp!#nfgjb>!wzsf>$wf{w,ibubp`qjsw$tjwk#wkf#f{`fswjlm#le#zsf>!wf{w,`pp!#qfo>!pw#kfjdkw>!2!#tjgwk>!2!#>$(fm`lgfVQJ@lnslmfmw+?ojmh#qfo>!bowfqmbwf!# algz/#wq/#jmsvw/#wf{wnfwb#mbnf>!qlalwp!#`lmnfwklg>!slpw!#b`wjlm>!= ?b#kqfe>!kwws9,,ttt-`pp!#qfo>!pwzofpkffw!#?,gju=?,gju=?gju#`obppobmdvbdf>!ibubp`qjsw!=bqjb.kjggfm>!wqvf!=.[?qjsw!#wzsf>!wf{w,ibubpo>38~*+*8 +evm`wjlm+*xab`hdqlvmg.jnbdf9#vqo+,b=?,oj=?oj=?b#kqfe>!k\n\n?oj=?b#kqfe>!kwws9,,bwlq!#bqjb.kjggfm>!wqv=#?b#kqfe>!kwws9,,ttt-obmdvbdf>!ibubp`qjsw!#,lswjlm= ?lswjlm#ubovf,gju=?,gju=?gju#`obpp>qbwlq!#bqjb.kjggfm>!wqf>+mft#Gbwf*-dfwWjnf+*slqwvdv/Fp#+gl#Aqbpjo*<R=l<_<\\<Q<T<[<\\=j<T<T<^<R<[<P<R<Z<Q<R=m=n=`<R<]=l<\\<[<R<^<\\<Q<T=c=l<Y<_<T=m=n=l<\\=j<T<T<^<R<[<P<R<Z<Q<R=m=n<T<R<]=c<[<\\=n<Y<W=`<Q<\\?"GL@WZSF#kwno#SVAOJ@#!mw.Wzsf!#`lmwfmw>!wf{w,?nfwb#kwws.frvju>!@lmwfqbmpjwjlmbo,,FM!#!kwws9?kwno#{nomp>!kwws9,,ttt.,,T0@,,GWG#[KWNO#2-3#WGWG,{kwno2.wqbmpjwjlmbo,,ttt-t0-lqd,WQ,{kwno2,sf#>#$wf{w,ibubp`qjsw$8?nfwb#mbnf>!gfp`qjswjlmsbqfmwMlgf-jmpfqwAfelqf?jmsvw#wzsf>!kjggfm!#mbip!#wzsf>!wf{w,ibubp`qj+gl`vnfmw*-qfbgz+evm`wjp`qjsw#wzsf>!wf{w,ibubpjnbdf!#`lmwfmw>!kwws9,,VB.@lnsbwjaof!#`lmwfmw>wno8#`kbqpfw>vwe.;!#,= ojmh#qfo>!pklqw`vw#j`lm?ojmh#qfo>!pwzofpkffw!#?,p`qjsw= ?p`qjsw#wzsf>>#gl`vnfmw-`qfbwfFofnfm?b#wbqdfw>!\\aobmh!#kqfe>#gl`vnfmw-dfwFofnfmwpAjmsvw#wzsf>!wf{w!#mbnf>b-wzsf#>#$wf{w,ibubp`qjmsvw#wzsf>!kjggfm!#mbnfkwno8#`kbqpfw>vwe.;!#,=gwg!= ?kwno#{nomp>!kwws.,,T0@,,GWG#KWNO#7-32#WfmwpAzWbdMbnf+$p`qjsw$*jmsvw#wzsf>!kjggfm!#mbn?p`qjsw#wzsf>!wf{w,ibubp!#pwzof>!gjpsobz9mlmf8!=gl`vnfmw-dfwFofnfmwAzJg+>gl`vnfmw-`qfbwfFofnfmw+$#wzsf>$wf{w,ibubp`qjsw$jmsvw#wzsf>!wf{w!#mbnf>!g-dfwFofnfmwpAzWbdMbnf+pmj`bo!#kqfe>!kwws9,,ttt-@,,GWG#KWNO#7-32#Wqbmpjw?pwzof#wzsf>!wf{w,`pp!= ?pwzof#wzsf>!wf{w,`pp!=jlmbo-gwg!= ?kwno#{nomp>kwws.frvju>!@lmwfmw.Wzsfgjmd>!3!#`foopsb`jmd>!3!kwno8#`kbqpfw>vwe.;!#,= #pwzof>!gjpsobz9mlmf8!=??oj=?b#kqfe>!kwws9,,ttt-#wzsf>$wf{w,ibubp`qjsw$=<X<Y=c=n<Y<W=`<Q<R=m=n<T=m<R<R=n<^<Y=n=m=n<^<T<T<S=l<R<T<[<^<R<X=m=n<^<\\<]<Y<[<R<S<\\=m<Q<R=m=n<T\fHF\fIm\fHT\fIa\fHH\fHS\fHy\fHR\fHy\fHR\fHn\fH{\fIa\fH\\\fIk\fHT\fHe\fHD\fIa\fHU\fIg\fHn\fHD\fIk\fHY\fHS\fHK\fHR\fHD\fHT\fHA\fHR\fHG\fHS\fHy\fIa\fHT\fHS\fHn\fH{\fHT\fIm\fH\\\fHy\fIa\fH[\fHS\fHH\fHy\fIe\fHF\fIl\fH\\\fHR\fHk\fHs\fHY\fHS\fHp\fIa\fHr\fHR\fHF\fHD\fHy\fHR\fH\\\fIa\fH\\\fHY\fHR\fHd\fHT\fHy\fIa\fH\\\fHS\fHC\fHH\fHR',"\u06F7%\u018C'T%\x85'W%\xD7%O%g%\xA6&\u0193%\u01E5&>&*&'&^&\x88\u0178\u0C3E&\u01AD&\u0192&)&^&%&'&\x82&P&1&\xB1&3&]&m&u&E&t&C&\xCF&V&V&/&>&6&\u0F76\u177Co&p&@&E&M&P&x&@&F&e&\xCC&7&:&(&D&0&C&)&.&F&-&1&(&L&F&1\u025E*\u03EA\u21F3&\u1372&K&;&)&E&H&P&0&?&9&V&\x81&-&v&a&,&E&)&?&=&'&'&B&\u0D2E&\u0503&\u0316*&*8&%&%&&&%,)&\x9A&>&\x86&7&]&F&2&>&J&6&n&2&%&?&\x8E&2&6&J&g&-&0&,&*&J&*&O&)&6&(&<&B&N&.&P&@&2&.&W&M&%\u053C\x84(,(<&,&\u03DA&\u18C7&-&,(%&(&%&(\u013B0&X&D&\x81&j&'&J&(&.&B&3&Z&R&h&3&E&E&<\xC6-\u0360\u1EF3&%8?&@&,&Z&@&0&J&,&^&x&_&6&C&6&C\u072C\u2A25&f&-&-&-&-&,&J&2&8&z&8&C&Y&8&-&d&\u1E78\xCC-&7&1&F&7&t&W&7&I&.&.&^&=\u0F9C\u19D3&8(>&/&/&\u077B')'\u1065')'%@/&0&%\u043E\u09C0*&*@&C\u053D\u05D4\u0274\u05EB4\u0DD7\u071A\u04D16\u0D84&/\u0178\u0303Z&*%\u0246\u03FF&\u0134&1\xA8\u04B4\u0174",x,"AAAAKKLLKKKKKJJIHHIHHGGFF"),CE(a),PE(ME(a),x)}function Eo(a,x){return a<=x?a:x}function HE(a,x,k,E,O){a.set(k.slice(E,O),x)}function g_(a,x,k,E){if(a==null)return-1;let O=Eo(a.offset+E,a.data.length),Q=O-a.offset;return x.set(a.data.subarray(a.offset,O),k),a.offset+=Q,Q}function zE(a){return 0}function ME(a){return a}function UE(a){return 1}function LE(a){return 1}function CE(a){}function VE(a){let x=a.length,k=new Int8Array(x);for(let E=0;E<x;++E)k[E]=a.charCodeAt(E);return k}function WE(a,x){let k=new xt;if(te(k,new t(a)),x){let ge=x.customDictionary;ge&&L(k,ge)}let E=0,O=[];for(;;){let ge=new Int8Array(16384);if(O.push(ge),k.output=ge,k.outputOffset=0,k.outputLength=16384,k.outputUsed=0,bt(k),E+=k.outputUsed,k.outputUsed<16384)break}pe(k);let Q=new Int8Array(E),ne=0;for(let ge=0;ge<O.length;++ge){let Ae=O[ge],ve=Eo(E,ne+16384)-ne;ve<16384?Q.set(Ae.subarray(0,ve),ne):Q.set(Ae,ne),ne+=ve}return Q}return WE},wv=Y4()});var Hl,yv,Lf,op,jv=re(()=>{Nf();fi();gv();Hl=Oe(Wb());fi();yv={brotli:{mode:0,quality:8,lgwin:22}},op=class extends sn{constructor(e){super(e);this.name="brotli";this.extensions=["br"];this.contentEncodings=["br"];this.isSupported=!0;this.options=e}async preload(){Lf=Lf||this.options?.modules?.brotli,Lf||console.warn(`${this.name} library not installed`)}async compress(e){if(!Vn&&this.options.brotli?.useZlib){let r=await Vi(Hl.default.brotliCompress)(e);return fn(r)}return this.compressSync(e)}compressSync(e){if(!Vn&&this.options.brotli?.useZlib){let o=Hl.default.brotliCompressSync(e);return fn(o)}let r={...yv.brotli,...this.options?.brotli},n=new Uint8Array(e);if(!Lf)throw new Error("brotli compression: brotli module not installed");return Lf.compress(n,r).buffer}async decompress(e){if(!Vn&&this.options.brotli?.useZlib){let r=await Vi(Hl.default.brotliDecompress)(e);return fn(r)}return this.decompressSync(e)}decompressSync(e){if(!Vn&&this.options.brotli?.useZlib){let o=Hl.default.brotliDecompressSync(e);return fn(o)}let r={...yv.brotli,...this.options?.brotli},n=new Uint8Array(e);return Lf?Lf.decompress(n,r).buffer:wv(n,void 0).buffer}}});var _v=re(()=>{d0();rv();nv();iv();hv();jv()});var Qb=M(Ls=>{Ls.hashU32=function(e){return e=e|0,e=e+2127912214+(e<<12)|0,e=e^-949894596^e>>>19,e=e+374761393+(e<<5)|0,e=e+-744332180^e<<9,e=e+-42973499+(e<<3)|0,e^-1252372727^e>>>16|0};Ls.readU64=function(e,r){var n=0;return n|=e[r++]<<0,n|=e[r++]<<8,n|=e[r++]<<16,n|=e[r++]<<24,n|=e[r++]<<32,n|=e[r++]<<40,n|=e[r++]<<48,n|=e[r++]<<56,n};Ls.readU32=function(e,r){var n=0;return n|=e[r++]<<0,n|=e[r++]<<8,n|=e[r++]<<16,n|=e[r++]<<24,n};Ls.writeU32=function(e,r,n){e[r++]=n>>0&255,e[r++]=n>>8&255,e[r++]=n>>16&255,e[r++]=n>>24&255};Ls.imul=function(e,r){var n=e>>>16,i=e&65535,o=r>>>16,f=r&65535;return i*f+(n*f+i*o<<16)|0}});var kv=M(Bv=>{var pi=Qb(),Cf=2654435761,Vf=2246822519,qv=3266489917,K4=668265263,vv=374761393;function fp(t,e){return t=t|0,e=e|0,t>>>(32-e|0)|t<<e|0}function Tv(t,e,r){return t=t|0,e=e|0,r=r|0,pi.imul(t>>>(32-e|0)|t<<e,r)|0}function $b(t,e){return t=t|0,e=e|0,t>>>e^t|0}function zl(t,e,r,n,i){return Tv(pi.imul(e,r)+t,n,i)}function G4(t,e,r){return Tv(t+pi.imul(e[r],vv),11,Cf)}function J4(t,e,r){return zl(t,pi.readU32(e,r),qv,17,K4)}function Z4(t,e,r){return[zl(t[0],pi.readU32(e,r+0),Vf,13,Cf),zl(t[1],pi.readU32(e,r+4),Vf,13,Cf),zl(t[2],pi.readU32(e,r+8),Vf,13,Cf),zl(t[3],pi.readU32(e,r+12),Vf,13,Cf)]}function X4(t,e,r,n){var i,o;if(o=n,n>=16){for(i=[t+Cf+Vf,t+Vf,t,t-Cf];n>=16;)i=Z4(i,e,r),r+=16,n-=16;i=fp(i[0],1)+fp(i[1],7)+fp(i[2],12)+fp(i[3],18)+o}else i=t+vv+n>>>0;for(;n>=4;)i=J4(i,e,r),r+=4,n-=4;for(;n>0;)i=G4(i,e,r),r++,n--;return i=$b(pi.imul($b(pi.imul($b(i,15),Vf),13),qv),16),i>>>0}Bv.hash=X4});var Fv=M(_r=>{var Q4=kv(),wn=Qb(),sp=4,$4=13,Iv=5,eh=6,ap=1<<16,Ml=4,lp=(1<<Ml)-1,e2=4,Cs=(1<<e2)-1,Sv=Nv(5<<20),th=r2(),rh=407708164,t2=4,xv=8,Ev=16,nh=64,ih=192,up=2147483648,Av=7,oh=4,Ov=7,cp={4:65536,5:262144,6:1048576,7:4194304};function r2(){try{return new Uint32Array(ap)}catch{for(var t=new Array(ap),e=0;e<ap;e++)t[e]=0;return t}}function n2(t){for(var e=0;e<ap;e++)th[e]=0}function Nv(t){try{return new Uint8Array(t)}catch{for(var e=new Array(t),r=0;r<t;r++)e[r]=0;return e}}function Dv(t,e,r){if(typeof t.buffer!==void 0){if(Uint8Array.prototype.slice)return t.slice(e,r);var n=t.length;e=e|0,e=e<0?Math.max(n+e,0):Math.min(e,n),r=r===void 0?n:r|0,r=r<0?Math.max(n+r,0):Math.min(r,n);for(var i=new Uint8Array(r-e),o=e,f=0;o<r;)i[f++]=t[o++];return i}else return t.slice(e,r)}_r.compressBound=function(e){return e+e/255+16|0};_r.decompressBound=function(e){var r=0;if(wn.readU32(e,r)!==rh)throw new Error("invalid magic number");r+=4;var n=e[r++];if((n&ih)!==nh)throw new Error("incompatible descriptor version "+(n&ih));var i=(n&Ev)!=0,o=(n&xv)!=0,f=e[r++]>>oh&Ov;if(cp[f]===void 0)throw new Error("invalid block size "+f);var s=cp[f];if(o)return wn.readU64(e,r);r++;for(var l=0;;){var u=wn.readU32(e,r);if(r+=4,u&up?(u&=~up,l+=u):l+=s,u===0)return l;i&&(r+=4),r+=u}};_r.makeBuffer=Nv;_r.decompressBlock=function(e,r,n,i,o){var f,s,l,u,c;for(l=n+i;n<l;){var _=e[n++],p=_>>4;if(p>0){if(p===15)for(;p+=e[n],e[n++]===255;);for(u=n+p;n<u;)r[o++]=e[n++]}if(n>=l)break;if(f=_&15,s=e[n++]|e[n++]<<8,f===15)for(;f+=e[n],e[n++]===255;);for(f+=sp,c=o-s,u=c+f;c<u;)r[o++]=r[c++]|0}return o};_r.compressBlock=function(e,r,n,i,o){var f,s,l,u,c,_,p,j,S;if(p=0,j=i+n,s=n,i>=$4)for(var T=(1<<eh)+3;n+sp<j-Iv;){var U=wn.readU32(e,n),W=wn.hashU32(U)>>>0;if(W=(W>>16^W)>>>0&65535,f=o[W]-1,o[W]=n+1,f<0||n-f>>>16>0||wn.readU32(e,f)!==U){c=T++>>eh,n+=c;continue}for(T=(1<<eh)+3,_=n-s,u=n-f,n+=sp,f+=sp,l=n;n<j-Iv&&e[n]===e[f];)n++,f++;l=n-l;var L=l<lp?l:lp;if(_>=Cs){for(r[p++]=(Cs<<Ml)+L,S=_-Cs;S>=255;S-=255)r[p++]=255;r[p++]=S}else r[p++]=(_<<Ml)+L;for(var te=0;te<_;te++)r[p++]=e[s+te];if(r[p++]=u,r[p++]=u>>8,l>=lp){for(S=l-lp;S>=255;S-=255)r[p++]=255;r[p++]=S}s=n}if(s===0)return 0;if(_=j-s,_>=Cs){for(r[p++]=Cs<<Ml,S=_-Cs;S>=255;S-=255)r[p++]=255;r[p++]=S}else r[p++]=_<<Ml;for(n=s;n<j;)r[p++]=e[n++];return p};_r.decompressFrame=function(e,r){var n,i,o,f,s=0,l=0;if(wn.readU32(e,s)!==rh)throw new Error("invalid magic number");if(s+=4,f=e[s++],(f&ih)!==nh)throw new Error("incompatible descriptor version");n=(f&Ev)!=0,i=(f&t2)!=0,o=(f&xv)!=0;var u=e[s++]>>oh&Ov;if(cp[u]===void 0)throw new Error("invalid block size");for(o&&(s+=8),s++;;){var c;if(c=wn.readU32(e,s),s+=4,c===0)break;if(n&&(s+=4),(c&up)!=0){c&=~up;for(var _=0;_<c;_++)r[l++]=e[s++]}else l=_r.decompressBlock(e,r,s,c,l),s+=c}return i&&(s+=4),l};_r.compressFrame=function(e,r){var n=0;wn.writeU32(r,n,rh),n+=4,r[n++]=nh,r[n++]=Av<<oh,r[n]=Q4.hash(0,r,4,n-4)>>8,n++;var i=cp[Av],o=e.length,f=0;for(n2(th);o>0;){var s=0,l=o>i?i:o;if(s=_r.compressBlock(e,Sv,f,l,th),s>l||s===0){wn.writeU32(r,n,2147483648|l),n+=4;for(var u=f+l;f<u;)r[n++]=e[f++];o-=l}else{wn.writeU32(r,n,s),n+=4;for(var c=0;c<s;)r[n++]=Sv[c++];f+=l,o-=l}}return wn.writeU32(r,n,0),n+=4,n};_r.decompress=function(e,r){var n,i;return r===void 0&&(r=_r.decompressBound(e)),n=_r.makeBuffer(r),i=_r.decompressFrame(e,n),i!==r&&(n=Dv(n,0,i)),n};_r.compress=function(e,r){var n,i;return r===void 0&&(r=_r.compressBound(e.length)),n=_r.makeBuffer(r),i=_r.compressFrame(e,n),i!==r&&(n=Dv(n,0,i)),n}});function Pv(t){return Buffer.from(t)}function Rv(t){return Buffer.isBuffer(t)?new Uint8Array(t.buffer,t.byteOffset,t.length).slice().buffer:t}async function zv(t){let e=Object.values(Ul);return await Promise.all(e.map(r=>r.preload()))}async function fh(t,e){let r=Ul[t];if(!r)throw new Error(`parquet: invalid compression method: ${t}`);let n=Rv(e),i=await r.compress(n);return Pv(i)}async function dp(t,e,r){let n=Ul[t];if(!n)throw new Error(`parquet: invalid compression method: ${t}`);let i=Rv(e),o=await n.decompress(i,r);return Pv(o)}var Hv,pp,Ul,Ll=re(()=>{_v();Hv=Oe(Fv());pp={lz4js:Hv.default},Ul={UNCOMPRESSED:new Dc,GZIP:new Xc,SNAPPY:new ip,BROTLI:new op({modules:pp}),LZ4:new Fl({modules:pp}),LZ4_RAW:new Fl({modules:pp}),ZSTD:new ep({modules:pp})}});function Mt(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}function Dt(t,e){return e={exports:{}},t(e,e.exports),e.exports}function Uv(t){var e=t.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=t.indexOf("=");r===-1&&(r=e);var n=r===e?0:4-r%4;return[r,n]}function a2(t){var e=Uv(t),r=e[0],n=e[1];return(r+n)*3/4-n}function l2(t,e,r){return(e+r)*3/4-r}function u2(t){var e,r=Uv(t),n=r[0],i=r[1],o=new s2(l2(t,n,i)),f=0,s=i>0?n-4:n,l;for(l=0;l<s;l+=4)e=gn[t.charCodeAt(l)]<<18|gn[t.charCodeAt(l+1)]<<12|gn[t.charCodeAt(l+2)]<<6|gn[t.charCodeAt(l+3)],o[f++]=e>>16&255,o[f++]=e>>8&255,o[f++]=e&255;return i===2&&(e=gn[t.charCodeAt(l)]<<2|gn[t.charCodeAt(l+1)]>>4,o[f++]=e&255),i===1&&(e=gn[t.charCodeAt(l)]<<10|gn[t.charCodeAt(l+1)]<<4|gn[t.charCodeAt(l+2)]>>2,o[f++]=e>>8&255,o[f++]=e&255),o}function c2(t){return di[t>>18&63]+di[t>>12&63]+di[t>>6&63]+di[t&63]}function p2(t,e,r){for(var n,i=[],o=e;o<r;o+=3)n=(t[o]<<16&16711680)+(t[o+1]<<8&65280)+(t[o+2]&255),i.push(c2(n));return i.join("")}function d2(t){for(var e,r=t.length,n=r%3,i=[],o=16383,f=0,s=r-n;f<s;f+=o)i.push(p2(t,f,f+o>s?s:f+o));return n===1?(e=t[r-1],i.push(di[e>>2]+di[e<<4&63]+"==")):n===2&&(e=(t[r-2]<<8)+t[r-1],i.push(di[e>>10]+di[e>>4&63]+di[e<<2&63]+"=")),i.join("")}function ch(t){if(!gp(t)){for(var e=[],r=0;r<arguments.length;r++)e.push(Xi(arguments[r]));return e.join(" ")}for(var r=1,n=arguments,i=n.length,o=String(t).replace(g2,function(s){if(s==="%%")return"%";if(r>=i)return s;switch(s){case"%s":return String(n[r++]);case"%d":return Number(n[r++]);case"%j":try{return JSON.stringify(n[r++])}catch{return"[Circular]"}default:return s}}),f=n[r];r<i;f=n[++r])wp(f)||!Ws(f)?o+=" "+f:o+=" "+Xi(f);return o}function Lv(t,e){if(Qi(global.process))return function(){return Lv(t,e).apply(this,arguments)};var r=!1;function n(){return r||(console.error(e),r=!0),t.apply(this,arguments)}return n}function y2(t){if(Qi(ph)&&(ph=""),t=t.toUpperCase(),!bp[t])if(new RegExp("\\b"+t+"\\b","i").test(ph)){var e=0;bp[t]=function(){var r=ch.apply(null,arguments);console.error("%s %d: %s",t,e,r)}}else bp[t]=function(){};return bp[t]}function Xi(t,e){var r={seen:[],stylize:_2};return arguments.length>=3&&(r.depth=arguments[2]),arguments.length>=4&&(r.colors=arguments[3]),bh(e)?r.showHidden=e:e&&Wv(r,e),Qi(r.showHidden)&&(r.showHidden=!1),Qi(r.depth)&&(r.depth=2),Qi(r.colors)&&(r.colors=!1),Qi(r.customInspect)&&(r.customInspect=!0),r.colors&&(r.stylize=j2),hp(r,t,r.depth)}function j2(t,e){var r=Xi.styles[e];return r?"["+Xi.colors[r][0]+"m"+t+"["+Xi.colors[r][1]+"m":t}function _2(t,e){return t}function q2(t){var e={};return t.forEach(function(r,n){e[r]=!0}),e}function hp(t,e,r){if(t.customInspect&&e&&_p(e.inspect)&&e.inspect!==Xi&&!(e.constructor&&e.constructor.prototype===e)){var n=e.inspect(r,t);return gp(n)||(n=hp(t,n,r)),n}var i=v2(t,e);if(i)return i;var o=Object.keys(e),f=q2(o);if(t.showHidden&&(o=Object.getOwnPropertyNames(e)),jp(e)&&(o.indexOf("message")>=0||o.indexOf("description")>=0))return dh(e);if(o.length===0){if(_p(e)){var s=e.name?": "+e.name:"";return t.stylize("[Function"+s+"]","special")}if(yp(e))return t.stylize(RegExp.prototype.toString.call(e),"regexp");if(hh(e))return t.stylize(Date.prototype.toString.call(e),"date");if(jp(e))return dh(e)}var l="",u=!1,c=["{","}"];if(Cv(e)&&(u=!0,c=["[","]"]),_p(e)){var _=e.name?": "+e.name:"";l=" [Function"+_+"]"}if(yp(e)&&(l=" "+RegExp.prototype.toString.call(e)),hh(e)&&(l=" "+Date.prototype.toUTCString.call(e)),jp(e)&&(l=" "+dh(e)),o.length===0&&(!u||e.length==0))return c[0]+l+c[1];if(r<0)return yp(e)?t.stylize(RegExp.prototype.toString.call(e),"regexp"):t.stylize("[Object]","special");t.seen.push(e);var p;return u?p=T2(t,e,r,f,o):p=o.map(function(j){return mh(t,e,r,f,j,u)}),t.seen.pop(),B2(p,l,c)}function v2(t,e){if(Qi(e))return t.stylize("undefined","undefined");if(gp(e)){var r="'"+JSON.stringify(e).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return t.stylize(r,"string")}if(Vv(e))return t.stylize(""+e,"number");if(bh(e))return t.stylize(""+e,"boolean");if(wp(e))return t.stylize("null","null")}function dh(t){return"["+Error.prototype.toString.call(t)+"]"}function T2(t,e,r,n,i){for(var o=[],f=0,s=e.length;f<s;++f)Yv(e,String(f))?o.push(mh(t,e,r,n,String(f),!0)):o.push("");return i.forEach(function(l){l.match(/^\d+$/)||o.push(mh(t,e,r,n,l,!0))}),o}function mh(t,e,r,n,i,o){var f,s,l;if(l=Object.getOwnPropertyDescriptor(e,i)||{value:e[i]},l.get?l.set?s=t.stylize("[Getter/Setter]","special"):s=t.stylize("[Getter]","special"):l.set&&(s=t.stylize("[Setter]","special")),Yv(n,i)||(f="["+i+"]"),s||(t.seen.indexOf(l.value)<0?(wp(r)?s=hp(t,l.value,null):s=hp(t,l.value,r-1),s.indexOf(`
|
|
4
4
|
`)>-1&&(o?s=s.split(`
|
|
5
|
-
`).map(function(
|
|
5
|
+
`).map(function(u){return" "+u}).join(`
|
|
6
6
|
`).substr(2):s=`
|
|
7
7
|
`+s.split(`
|
|
8
|
-
`).map(function(
|
|
9
|
-
`))):s=t.stylize("[Circular]","special")),
|
|
10
|
-
`)>=0
|
|
8
|
+
`).map(function(u){return" "+u}).join(`
|
|
9
|
+
`))):s=t.stylize("[Circular]","special")),Qi(f)){if(o&&i.match(/^\d+$/))return s;f=JSON.stringify(""+i),f.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(f=f.substr(1,f.length-2),f=t.stylize(f,"name")):(f=f.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),f=t.stylize(f,"string"))}return f+": "+s}function B2(t,e,r){var n=t.reduce(function(i,o){return o.indexOf(`
|
|
10
|
+
`)>=0,i+o.replace(/\u001b\[\d\d?m/g,"").length+1},0);return n>60?r[0]+(e===""?"":e+`
|
|
11
11
|
`)+" "+t.join(`,
|
|
12
|
-
`)+" "+r[1]:r[0]+e+" "+t.join(", ")+" "+r[1]}function qB(t){return Array.isArray(t)}$e.isArray=qB;function eb(t){return typeof t=="boolean"}$e.isBoolean=eb;function Op(t){return t===null}$e.isNull=Op;function qP(t){return t==null}$e.isNullOrUndefined=qP;function vB(t){return typeof t=="number"}$e.isNumber=vB;function Fp(t){return typeof t=="string"}$e.isString=Fp;function vP(t){return typeof t=="symbol"}$e.isSymbol=vP;function Fo(t){return t===void 0}$e.isUndefined=Fo;function Pp(t){return Ws(t)&&rb(t)==="[object RegExp]"}$e.isRegExp=Pp;function Ws(t){return typeof t=="object"&&t!==null}$e.isObject=Ws;function tb(t){return Ws(t)&&rb(t)==="[object Date]"}$e.isDate=tb;function Dp(t){return Ws(t)&&(rb(t)==="[object Error]"||t instanceof Error)}$e.isError=Dp;function Np(t){return typeof t=="function"}$e.isFunction=Np;function TP(t){return t===null||typeof t=="boolean"||typeof t=="number"||typeof t=="string"||typeof t=="symbol"||typeof t=="undefined"}$e.isPrimitive=TP;$e.isBuffer=yB();function rb(t){return Object.prototype.toString.call(t)}function nb(t){return t<10?"0"+t.toString(10):t.toString(10)}var BP=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function kP(){var t=new Date,e=[nb(t.getHours()),nb(t.getMinutes()),nb(t.getSeconds())].join(":");return[t.getDate(),BP[t.getMonth()],e].join(" ")}$e.log=function(){console.log("%s - %s",kP(),$e.format.apply($e,arguments))};$e.inherits=jB();$e._extend=function(t,e){if(!e||!Ws(e))return t;for(var r=Object.keys(e),n=r.length;n--;)t[r[n]]=e[r[n]];return t};function TB(t,e){return Object.prototype.hasOwnProperty.call(t,e)}var Mf=typeof Symbol!="undefined"?Symbol("util.promisify.custom"):void 0;$e.promisify=function(e){if(typeof e!="function")throw new TypeError('The "original" argument must be of type Function');if(Mf&&e[Mf]){var r=e[Mf];if(typeof r!="function")throw new TypeError('The "util.promisify.custom" argument must be of type Function');return Object.defineProperty(r,Mf,{value:r,enumerable:!1,writable:!1,configurable:!0}),r}function r(){for(var n,i,o=new Promise(function(u,l){n=u,i=l}),f=[],s=0;s<arguments.length;s++)f.push(arguments[s]);f.push(function(u,l){u?i(u):n(l)});try{e.apply(this,f)}catch(u){i(u)}return o}return Object.setPrototypeOf(r,Object.getPrototypeOf(e)),Mf&&Object.defineProperty(r,Mf,{value:r,enumerable:!1,writable:!1,configurable:!0}),Object.defineProperties(r,_B(e))};$e.promisify.custom=Mf;function IP(t,e){if(!t){var r=new Error("Promise was rejected with a falsy value");r.reason=t,t=r}return e(t)}function xP(t){if(typeof t!="function")throw new TypeError('The "original" argument must be of type Function');function e(){for(var r=[],n=0;n<arguments.length;n++)r.push(arguments[n]);var i=r.pop();if(typeof i!="function")throw new TypeError("The last argument must be of type Function");var o=this,f=function(){return i.apply(o,arguments)};t.apply(this,r).then(function(s){process.nextTick(f,null,s)},function(s){process.nextTick(IP,s,f)})}return Object.setPrototypeOf(e,Object.getPrototypeOf(t)),Object.defineProperties(e,_B(t)),e}$e.callbackify=xP});var zp=B((O5,Mp)=>{var BB="inspect",Rp=Ao(),ib=parseInt(Math.random()*16777215,10),kB=new RegExp("^[0-9a-fA-F]{24}$");try{Buffer&&Buffer.from&&(Hp=!0,BB=Hn().inspect.custom||"inspect")}catch{Hp=!1}var Hp,Qe=function t(e){if(e instanceof t)return e;if(!(this instanceof t))return new t(e);if(this._bsontype="ObjectID",e==null||typeof e=="number"){this.id=this.generate(e),t.cacheHexString&&(this.__id=this.toString("hex"));return}var r=t.isValid(e);if(!r&&e!=null)throw new Error("Argument passed in must be a single String of 12 bytes or a string of 24 hex characters");if(r&&typeof e=="string"&&e.length===24&&Hp)return new t(Rp.toBuffer(e,"hex"));if(r&&typeof e=="string"&&e.length===24)return t.createFromHexString(e);if(e!=null&&e.length===12)this.id=e;else{if(e!=null&&typeof e.toHexString=="function")return e;throw new Error("Argument passed in must be a single String of 12 bytes or a string of 24 hex characters")}t.cacheHexString&&(this.__id=this.toString("hex"))},IB=[];for(Pr=0;Pr<256;Pr++)IB[Pr]=(Pr<=15?"0":"")+Pr.toString(16);var Pr;Qe.prototype.toHexString=function(){if(Qe.cacheHexString&&this.__id)return this.__id;var t="";if(!this.id||!this.id.length)throw new Error("invalid ObjectId, ObjectId.id must be either a string or a Buffer, but is ["+JSON.stringify(this.id)+"]");if(this.id instanceof Zl)return t=SP(this.id),Qe.cacheHexString&&(this.__id=t),t;for(var e=0;e<this.id.length;e++)t+=IB[this.id.charCodeAt(e)];return Qe.cacheHexString&&(this.__id=t),t};Qe.prototype.get_inc=function(){return Qe.index=(Qe.index+1)%16777215};Qe.prototype.getInc=function(){return this.get_inc()};Qe.prototype.generate=function(t){typeof t!="number"&&(t=~~(Date.now()/1e3));var e=(typeof process=="undefined"||process.pid===1?Math.floor(Math.random()*1e5):process.pid)%65535,r=this.get_inc(),n=Rp.allocBuffer(12);return n[3]=t&255,n[2]=t>>8&255,n[1]=t>>16&255,n[0]=t>>24&255,n[6]=ib&255,n[5]=ib>>8&255,n[4]=ib>>16&255,n[8]=e&255,n[7]=e>>8&255,n[11]=r&255,n[10]=r>>8&255,n[9]=r>>16&255,n};Qe.prototype.toString=function(t){return this.id&&this.id.copy?this.id.toString(typeof t=="string"?t:"hex"):this.toHexString()};Qe.prototype[BB]=Qe.prototype.toString;Qe.prototype.toJSON=function(){return this.toHexString()};Qe.prototype.equals=function(e){return e instanceof Qe?this.toString()===e.toString():typeof e=="string"&&Qe.isValid(e)&&e.length===12&&this.id instanceof Zl?e===this.id.toString("binary"):typeof e=="string"&&Qe.isValid(e)&&e.length===24?e.toLowerCase()===this.toHexString():typeof e=="string"&&Qe.isValid(e)&&e.length===12?e===this.id:e!=null&&(e instanceof Qe||e.toHexString)?e.toHexString()===this.toHexString():!1};Qe.prototype.getTimestamp=function(){var t=new Date,e=this.id[3]|this.id[2]<<8|this.id[1]<<16|this.id[0]<<24;return t.setTime(Math.floor(e)*1e3),t};Qe.index=~~(Math.random()*16777215);Qe.createPk=function(){return new Qe};Qe.createFromTime=function(e){var r=Rp.toBuffer([0,0,0,0,0,0,0,0,0,0,0,0]);return r[3]=e&255,r[2]=e>>8&255,r[1]=e>>16&255,r[0]=e>>24&255,new Qe(r)};var Gl=[];Pr=0;for(;Pr<10;)Gl[48+Pr]=Pr++;for(;Pr<16;)Gl[65-10+Pr]=Gl[97-10+Pr]=Pr++;var Zl=Buffer,SP=function(t){return t.toString("hex")};Qe.createFromHexString=function(e){if(typeof e=="undefined"||e!=null&&e.length!==24)throw new Error("Argument passed in must be a single String of 12 bytes or a string of 24 hex characters");if(Hp)return new Qe(Rp.toBuffer(e,"hex"));for(var r=new Zl(12),n=0,i=0;i<24;)r[n++]=Gl[e.charCodeAt(i++)]<<4|Gl[e.charCodeAt(i++)];return new Qe(r)};Qe.isValid=function(e){return e==null?!1:typeof e=="number"?!0:typeof e=="string"?e.length===12||e.length===24&&kB.test(e):e instanceof Qe||e instanceof Zl?!0:typeof e.toHexString=="function"&&(e.id instanceof Zl||typeof e.id=="string")?e.id.length===12||e.id.length===24&&kB.test(e.id):!1};Object.defineProperty(Qe.prototype,"generationTime",{enumerable:!0,get:function(){return this.id[3]|this.id[2]<<8|this.id[1]<<16|this.id[0]<<24},set:function(t){this.id[3]=t&255,this.id[2]=t>>8&255,this.id[1]=t>>16&255,this.id[0]=t>>24&255}});Mp.exports=Qe;Mp.exports.ObjectID=Qe;Mp.exports.ObjectId=Qe});var Lp=B((F5,ob)=>{function Up(t,e){if(!(this instanceof Up))return new Up;this._bsontype="BSONRegExp",this.pattern=t||"",this.options=e||"";for(var r=0;r<this.options.length;r++)if(!(this.options[r]==="i"||this.options[r]==="m"||this.options[r]==="x"||this.options[r]==="l"||this.options[r]==="s"||this.options[r]==="u"))throw new Error("the regular expression options ["+this.options[r]+"] is not supported")}ob.exports=Up;ob.exports.BSONRegExp=Up});var Vp=B((P5,fb)=>{var EP=Buffer&&Hn().inspect.custom||"inspect";function Po(t){if(!(this instanceof Po))return new Po(t);this._bsontype="Symbol",this.value=t}Po.prototype.valueOf=function(){return this.value};Po.prototype.toString=function(){return this.value};Po.prototype[EP]=function(){return this.value};Po.prototype.toJSON=function(){return this.value};fb.exports=Po;fb.exports.Symbol=Po});var ab=B((D5,sb)=>{var Ks=function(t){if(!(this instanceof Ks))return new Ks(t);this._bsontype="Int32",this.value=t};Ks.prototype.valueOf=function(){return this.value};Ks.prototype.toJSON=function(){return this.value};sb.exports=Ks;sb.exports.Int32=Ks});var Cp=B((N5,ub)=>{var lb=function t(e,r){if(!(this instanceof t))return new t(e,r);this._bsontype="Code",this.code=e,this.scope=r};lb.prototype.toJSON=function(){return{scope:this.scope,code:this.code}};ub.exports=lb;ub.exports.Code=lb});var Zp=B((R5,pb)=>{"use strict";var Re=Vs(),AP=/^(\+|-)?(\d+|(\d*\.\d*))?(E|e)?([-+])?(\d+)?$/,OP=/^(\+|-)?(Infinity|inf)$/i,FP=/^(\+|-)?NaN$/i,Jl=6111,Wp=-6176,cb=6176,PP=34,Kp=[124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0].reverse(),Yp=[248,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0].reverse(),Gp=[120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0].reverse(),DP=/^([-+])?(\d+)?$/,Vi=Ao(),xB=function(t){return!isNaN(parseInt(t,10))},NP=function(t){var e=Re.fromNumber(1e3*1e3*1e3),r=Re.fromNumber(0),n=0;if(!t.parts[0]&&!t.parts[1]&&!t.parts[2]&&!t.parts[3])return{quotient:t,rem:r};for(n=0;n<=3;n++)r=r.shiftLeft(32),r=r.add(new Re(t.parts[n],0)),t.parts[n]=r.div(e).low_,r=r.modulo(e);return{quotient:t,rem:r}},RP=function(t,e){if(!t&&!e)return{high:Re.fromNumber(0),low:Re.fromNumber(0)};var r=t.shiftRightUnsigned(32),n=new Re(t.getLowBits(),0),i=e.shiftRightUnsigned(32),o=new Re(e.getLowBits(),0),f=r.multiply(i),s=r.multiply(o),u=n.multiply(i),l=n.multiply(o);return f=f.add(s.shiftRightUnsigned(32)),s=new Re(s.getLowBits(),0).add(u).add(l.shiftRightUnsigned(32)),f=f.add(s.shiftRightUnsigned(32)),l=s.shiftLeft(32).add(new Re(l.getLowBits(),0)),{high:f,low:l}},HP=function(t,e){var r=t.high_>>>0,n=e.high_>>>0;if(r<n)return!0;if(r===n){var i=t.low_>>>0,o=e.low_>>>0;if(i<o)return!0}return!1},Dr=function(t){this._bsontype="Decimal128",this.bytes=t};Dr.fromString=function(t){var e=!1,r=!1,n=!1,i=0,o=0,f=0,s=0,u=0,l=[0],c=0,w=0,p=0,g=0,T=0,L=0,O=[0,0],K=[0,0],ne=0,H=0;if(t=t.trim(),t.length>=7e3)throw new Error(""+t+" not a valid Decimal128 string");var M=t.match(AP),N=t.match(OP),F=t.match(FP);if(!M&&!N&&!F||t.length===0)throw new Error(""+t+" not a valid Decimal128 string");if(M&&M[4]&&M[2]===void 0)throw new Error(""+t+" not a valid Decimal128 string");if((t[H]==="+"||t[H]==="-")&&(e=t[H++]==="-"),!xB(t[H])&&t[H]!=="."){if(t[H]==="i"||t[H]==="I")return new Dr(Vi.toBuffer(e?Yp:Gp));if(t[H]==="N")return new Dr(Vi.toBuffer(Kp))}for(;xB(t[H])||t[H]===".";){if(t[H]==="."){if(r)return new Dr(Vi.toBuffer(Kp));r=!0,H=H+1;continue}c<34&&(t[H]!=="0"||n)&&(n||(u=o),n=!0,l[w++]=parseInt(t[H],10),c=c+1),n&&(f=f+1),r&&(s=s+1),o=o+1,H=H+1}if(r&&!o)throw new Error(""+t+" not a valid Decimal128 string");if(t[H]==="e"||t[H]==="E"){var ae=t.substr(++H).match(DP);if(!ae||!ae[2])return new Dr(Vi.toBuffer(Kp));T=parseInt(ae[0],10),H=H+ae[0].length}if(t[H])return new Dr(Vi.toBuffer(Kp));if(p=0,!c)p=0,g=0,l[0]=0,f=1,c=1,i=0;else if(g=c-1,i=f,T!==0&&i!==1)for(;t[u+i-1]==="0";)i=i-1;for(T<=s&&s-T>1<<14?T=Wp:T=T-s;T>Jl;){if(g=g+1,g-p>PP){var ie=l.join("");if(ie.match(/^0+$/)){T=Jl;break}else return new Dr(Vi.toBuffer(e?Yp:Gp))}T=T-1}for(;T<Wp||c<f;){if(g===0){T=Wp,i=0;break}if(c<f?f=f-1:g=g-1,T<Jl)T=T+1;else if(ie=l.join(""),ie.match(/^0+$/)){T=Jl;break}else return new Dr(Vi.toBuffer(e?Yp:Gp))}if(g-p+1<i&&t[i]!=="0"){var de=o;r&&T===Wp&&(u=u+1,de=de+1);var Ze=parseInt(t[u+g+1],10),_=0;if(Ze>=5&&(_=1,Ze===5)){for(_=l[g]%2==1,L=u+g+2;L<de;L++)if(parseInt(t[L],10)){_=1;break}}if(_){for(var Fe=g;Fe>=0&&++l[Fe]>9;Fe--)if(l[Fe]=0,Fe===0)if(T<Jl)T=T+1,l[Fe]=1;else return new Dr(Vi.toBuffer(e?Yp:Gp))}}if(O=Re.fromNumber(0),K=Re.fromNumber(0),i===0)O=Re.fromNumber(0),K=Re.fromNumber(0);else if(g-p<17)for(Fe=p,K=Re.fromNumber(l[Fe++]),O=new Re(0,0);Fe<=g;Fe++)K=K.multiply(Re.fromNumber(10)),K=K.add(Re.fromNumber(l[Fe]));else{for(Fe=p,O=Re.fromNumber(l[Fe++]);Fe<=g-17;Fe++)O=O.multiply(Re.fromNumber(10)),O=O.add(Re.fromNumber(l[Fe]));for(K=Re.fromNumber(l[Fe++]);Fe<=g;Fe++)K=K.multiply(Re.fromNumber(10)),K=K.add(Re.fromNumber(l[Fe]))}var Ce=RP(O,Re.fromString("100000000000000000"));Ce.low=Ce.low.add(K),HP(Ce.low,K)&&(Ce.high=Ce.high.add(Re.fromNumber(1))),ne=T+cb;var ge={low:Re.fromNumber(0),high:Re.fromNumber(0)};Ce.high.shiftRightUnsigned(49).and(Re.fromNumber(1)).equals(Re.fromNumber)?(ge.high=ge.high.or(Re.fromNumber(3).shiftLeft(61)),ge.high=ge.high.or(Re.fromNumber(ne).and(Re.fromNumber(16383).shiftLeft(47))),ge.high=ge.high.or(Ce.high.and(Re.fromNumber(140737488355327)))):(ge.high=ge.high.or(Re.fromNumber(ne&16383).shiftLeft(49)),ge.high=ge.high.or(Ce.high.and(Re.fromNumber(562949953421311)))),ge.low=Ce.low,e&&(ge.high=ge.high.or(Re.fromString("9223372036854775808")));var Je=Vi.allocBuffer(16);return H=0,Je[H++]=ge.low.low_&255,Je[H++]=ge.low.low_>>8&255,Je[H++]=ge.low.low_>>16&255,Je[H++]=ge.low.low_>>24&255,Je[H++]=ge.low.high_&255,Je[H++]=ge.low.high_>>8&255,Je[H++]=ge.low.high_>>16&255,Je[H++]=ge.low.high_>>24&255,Je[H++]=ge.high.low_&255,Je[H++]=ge.high.low_>>8&255,Je[H++]=ge.high.low_>>16&255,Je[H++]=ge.high.low_>>24&255,Je[H++]=ge.high.high_&255,Je[H++]=ge.high.high_>>8&255,Je[H++]=ge.high.high_>>16&255,Je[H++]=ge.high.high_>>24&255,new Dr(Je)};var MP=31,SB=16383,zP=30,UP=31;cb=6176;Dr.prototype.toString=function(){for(var t,e,r,n,i,o,f=0,s=new Array(36),u=0;u<s.length;u++)s[u]=0;var l=0,c,w,p=!1,g,T={parts:new Array(4)},L,O,K=[];l=0;var ne=this.bytes;n=ne[l++]|ne[l++]<<8|ne[l++]<<16|ne[l++]<<24,r=ne[l++]|ne[l++]<<8|ne[l++]<<16|ne[l++]<<24,e=ne[l++]|ne[l++]<<8|ne[l++]<<16|ne[l++]<<24,t=ne[l++]|ne[l++]<<8|ne[l++]<<16|ne[l++]<<24,l=0;var H={low:new Re(n,r),high:new Re(e,t)};if(H.high.lessThan(Re.ZERO)&&K.push("-"),i=t>>26&MP,i>>3==3){if(i===zP)return K.join("")+"Infinity";if(i===UP)return"NaN";o=t>>15&SB,g=8+(t>>14&1)}else g=t>>14&7,o=t>>17&SB;if(c=o-cb,T.parts[0]=(t&16383)+((g&15)<<14),T.parts[1]=e,T.parts[2]=r,T.parts[3]=n,T.parts[0]===0&&T.parts[1]===0&&T.parts[2]===0&&T.parts[3]===0)p=!0;else for(O=3;O>=0;O--){var M=0,N=NP(T);if(T=N.quotient,M=N.rem.low_,!!M)for(L=8;L>=0;L--)s[O*9+L]=M%10,M=Math.floor(M/10)}if(p)f=1,s[l]=0;else for(f=36,u=0;!s[l];)u++,f=f-1,l=l+1;if(w=f-1+c,w>=34||w<=-7||c>0){for(K.push(s[l++]),f=f-1,f&&K.push("."),u=0;u<f;u++)K.push(s[l++]);K.push("E"),w>0?K.push("+"+w):K.push(w)}else if(c>=0)for(u=0;u<f;u++)K.push(s[l++]);else{var F=f+c;if(F>0)for(u=0;u<F;u++)K.push(s[l++]);else K.push("0");for(K.push(".");F++<0;)K.push("0");for(u=0;u<f-Math.max(F-1,0);u++)K.push(s[l++])}return K.join("")};Dr.prototype.toJSON=function(){return{$numberDecimal:this.toString()}};pb.exports=Dr;pb.exports.Decimal128=Dr});var Qp=B((H5,db)=>{function Jp(){if(!(this instanceof Jp))return new Jp;this._bsontype="MinKey"}db.exports=Jp;db.exports.MinKey=Jp});var $p=B((M5,mb)=>{function Xp(){if(!(this instanceof Xp))return new Xp;this._bsontype="MaxKey"}mb.exports=Xp;mb.exports.MaxKey=Xp});var ed=B((z5,wb)=>{function Ql(t,e,r){if(!(this instanceof Ql))return new Ql(t,e,r);this._bsontype="DBRef",this.namespace=t,this.oid=e,this.db=r}Ql.prototype.toJSON=function(){return{$ref:this.namespace,$id:this.oid,$db:this.db==null?"":this.db}};wb.exports=Ql;wb.exports.DBRef=Ql});var OB=B(td=>{"use strict";td.byteLength=VP;td.toByteArray=WP;td.fromByteArray=GP;var ni=[],sn=[],LP=typeof Uint8Array!="undefined"?Uint8Array:Array,hb="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(zf=0,EB=hb.length;zf<EB;++zf)ni[zf]=hb[zf],sn[hb.charCodeAt(zf)]=zf;var zf,EB;sn["-".charCodeAt(0)]=62;sn["_".charCodeAt(0)]=63;function AB(t){var e=t.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=t.indexOf("=");r===-1&&(r=e);var n=r===e?0:4-r%4;return[r,n]}function VP(t){var e=AB(t),r=e[0],n=e[1];return(r+n)*3/4-n}function CP(t,e,r){return(e+r)*3/4-r}function WP(t){var e,r=AB(t),n=r[0],i=r[1],o=new LP(CP(t,n,i)),f=0,s=i>0?n-4:n,u;for(u=0;u<s;u+=4)e=sn[t.charCodeAt(u)]<<18|sn[t.charCodeAt(u+1)]<<12|sn[t.charCodeAt(u+2)]<<6|sn[t.charCodeAt(u+3)],o[f++]=e>>16&255,o[f++]=e>>8&255,o[f++]=e&255;return i===2&&(e=sn[t.charCodeAt(u)]<<2|sn[t.charCodeAt(u+1)]>>4,o[f++]=e&255),i===1&&(e=sn[t.charCodeAt(u)]<<10|sn[t.charCodeAt(u+1)]<<4|sn[t.charCodeAt(u+2)]>>2,o[f++]=e>>8&255,o[f++]=e&255),o}function KP(t){return ni[t>>18&63]+ni[t>>12&63]+ni[t>>6&63]+ni[t&63]}function YP(t,e,r){for(var n,i=[],o=e;o<r;o+=3)n=(t[o]<<16&16711680)+(t[o+1]<<8&65280)+(t[o+2]&255),i.push(KP(n));return i.join("")}function GP(t){for(var e,r=t.length,n=r%3,i=[],o=16383,f=0,s=r-n;f<s;f+=o)i.push(YP(t,f,f+o>s?s:f+o));return n===1?(e=t[r-1],i.push(ni[e>>2]+ni[e<<4&63]+"==")):n===2&&(e=(t[r-2]<<8)+t[r-1],i.push(ni[e>>10]+ni[e>>4&63]+ni[e<<2&63]+"=")),i.join("")}});var FB=B(bb=>{bb.read=function(t,e,r,n,i){var o,f,s=i*8-n-1,u=(1<<s)-1,l=u>>1,c=-7,w=r?i-1:0,p=r?-1:1,g=t[e+w];for(w+=p,o=g&(1<<-c)-1,g>>=-c,c+=s;c>0;o=o*256+t[e+w],w+=p,c-=8);for(f=o&(1<<-c)-1,o>>=-c,c+=n;c>0;f=f*256+t[e+w],w+=p,c-=8);if(o===0)o=1-l;else{if(o===u)return f?NaN:(g?-1:1)*(1/0);f=f+Math.pow(2,n),o=o-l}return(g?-1:1)*f*Math.pow(2,o-n)};bb.write=function(t,e,r,n,i,o){var f,s,u,l=o*8-i-1,c=(1<<l)-1,w=c>>1,p=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,g=n?0:o-1,T=n?1:-1,L=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(s=isNaN(e)?1:0,f=c):(f=Math.floor(Math.log(e)/Math.LN2),e*(u=Math.pow(2,-f))<1&&(f--,u*=2),f+w>=1?e+=p/u:e+=p*Math.pow(2,1-w),e*u>=2&&(f++,u/=2),f+w>=c?(s=0,f=c):f+w>=1?(s=(e*u-1)*Math.pow(2,i),f=f+w):(s=e*Math.pow(2,w-1)*Math.pow(2,i),f=0));i>=8;t[r+g]=s&255,g+=T,s/=256,i-=8);for(f=f<<i|s,l+=i;l>0;t[r+g]=f&255,g+=T,f/=256,l-=8);t[r+g-T]|=L*128}});var KB=B(Gs=>{"use strict";var gb=OB(),Ys=FB(),PB=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;Gs.Buffer=P;Gs.SlowBuffer=eD;Gs.INSPECT_MAX_BYTES=50;var rd=2147483647;Gs.kMaxLength=rd;P.TYPED_ARRAY_SUPPORT=ZP();!P.TYPED_ARRAY_SUPPORT&&typeof console!="undefined"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function ZP(){try{var t=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(t,e),t.foo()===42}catch{return!1}}Object.defineProperty(P.prototype,"parent",{enumerable:!0,get:function(){if(!!P.isBuffer(this))return this.buffer}});Object.defineProperty(P.prototype,"offset",{enumerable:!0,get:function(){if(!!P.isBuffer(this))return this.byteOffset}});function Ci(t){if(t>rd)throw new RangeError('The value "'+t+'" is invalid for option "size"');var e=new Uint8Array(t);return Object.setPrototypeOf(e,P.prototype),e}function P(t,e,r){if(typeof t=="number"){if(typeof e=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return yb(t)}return DB(t,e,r)}P.poolSize=8192;function DB(t,e,r){if(typeof t=="string")return QP(t,e);if(ArrayBuffer.isView(t))return XP(t);if(t==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t);if(ii(t,ArrayBuffer)||t&&ii(t.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(ii(t,SharedArrayBuffer)||t&&ii(t.buffer,SharedArrayBuffer)))return _b(t,e,r);if(typeof t=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var n=t.valueOf&&t.valueOf();if(n!=null&&n!==t)return P.from(n,e,r);var i=$P(t);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof t[Symbol.toPrimitive]=="function")return P.from(t[Symbol.toPrimitive]("string"),e,r);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t)}P.from=function(t,e,r){return DB(t,e,r)};Object.setPrototypeOf(P.prototype,Uint8Array.prototype);Object.setPrototypeOf(P,Uint8Array);function NB(t){if(typeof t!="number")throw new TypeError('"size" argument must be of type number');if(t<0)throw new RangeError('The value "'+t+'" is invalid for option "size"')}function JP(t,e,r){return NB(t),t<=0?Ci(t):e!==void 0?typeof r=="string"?Ci(t).fill(e,r):Ci(t).fill(e):Ci(t)}P.alloc=function(t,e,r){return JP(t,e,r)};function yb(t){return NB(t),Ci(t<0?0:qb(t)|0)}P.allocUnsafe=function(t){return yb(t)};P.allocUnsafeSlow=function(t){return yb(t)};function QP(t,e){if((typeof e!="string"||e==="")&&(e="utf8"),!P.isEncoding(e))throw new TypeError("Unknown encoding: "+e);var r=RB(t,e)|0,n=Ci(r),i=n.write(t,e);return i!==r&&(n=n.slice(0,i)),n}function jb(t){for(var e=t.length<0?0:qb(t.length)|0,r=Ci(e),n=0;n<e;n+=1)r[n]=t[n]&255;return r}function XP(t){if(ii(t,Uint8Array)){var e=new Uint8Array(t);return _b(e.buffer,e.byteOffset,e.byteLength)}return jb(t)}function _b(t,e,r){if(e<0||t.byteLength<e)throw new RangeError('"offset" is outside of buffer bounds');if(t.byteLength<e+(r||0))throw new RangeError('"length" is outside of buffer bounds');var n;return e===void 0&&r===void 0?n=new Uint8Array(t):r===void 0?n=new Uint8Array(t,e):n=new Uint8Array(t,e,r),Object.setPrototypeOf(n,P.prototype),n}function $P(t){if(P.isBuffer(t)){var e=qb(t.length)|0,r=Ci(e);return r.length===0||t.copy(r,0,0,e),r}if(t.length!==void 0)return typeof t.length!="number"||Tb(t.length)?Ci(0):jb(t);if(t.type==="Buffer"&&Array.isArray(t.data))return jb(t.data)}function qb(t){if(t>=rd)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+rd.toString(16)+" bytes");return t|0}function eD(t){return+t!=t&&(t=0),P.alloc(+t)}P.isBuffer=function(e){return e!=null&&e._isBuffer===!0&&e!==P.prototype};P.compare=function(e,r){if(ii(e,Uint8Array)&&(e=P.from(e,e.offset,e.byteLength)),ii(r,Uint8Array)&&(r=P.from(r,r.offset,r.byteLength)),!P.isBuffer(e)||!P.isBuffer(r))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===r)return 0;for(var n=e.length,i=r.length,o=0,f=Math.min(n,i);o<f;++o)if(e[o]!==r[o]){n=e[o],i=r[o];break}return n<i?-1:i<n?1:0};P.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};P.concat=function(e,r){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(e.length===0)return P.alloc(0);var n;if(r===void 0)for(r=0,n=0;n<e.length;++n)r+=e[n].length;var i=P.allocUnsafe(r),o=0;for(n=0;n<e.length;++n){var f=e[n];if(ii(f,Uint8Array))o+f.length>i.length?P.from(f).copy(i,o):Uint8Array.prototype.set.call(i,f,o);else if(P.isBuffer(f))f.copy(i,o);else throw new TypeError('"list" argument must be an Array of Buffers');o+=f.length}return i};function RB(t,e){if(P.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||ii(t,ArrayBuffer))return t.byteLength;if(typeof t!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof t);var r=t.length,n=arguments.length>2&&arguments[2]===!0;if(!n&&r===0)return 0;for(var i=!1;;)switch(e){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return vb(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r*2;case"hex":return r>>>1;case"base64":return WB(t).length;default:if(i)return n?-1:vb(t).length;e=(""+e).toLowerCase(),i=!0}}P.byteLength=RB;function tD(t,e,r){var n=!1;if((e===void 0||e<0)&&(e=0),e>this.length||((r===void 0||r>this.length)&&(r=this.length),r<=0)||(r>>>=0,e>>>=0,r<=e))return"";for(t||(t="utf8");;)switch(t){case"hex":return cD(this,e,r);case"utf8":case"utf-8":return zB(this,e,r);case"ascii":return lD(this,e,r);case"latin1":case"binary":return uD(this,e,r);case"base64":return sD(this,e,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return pD(this,e,r);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}P.prototype._isBuffer=!0;function Uf(t,e,r){var n=t[e];t[e]=t[r],t[r]=n}P.prototype.swap16=function(){var e=this.length;if(e%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var r=0;r<e;r+=2)Uf(this,r,r+1);return this};P.prototype.swap32=function(){var e=this.length;if(e%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var r=0;r<e;r+=4)Uf(this,r,r+3),Uf(this,r+1,r+2);return this};P.prototype.swap64=function(){var e=this.length;if(e%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var r=0;r<e;r+=8)Uf(this,r,r+7),Uf(this,r+1,r+6),Uf(this,r+2,r+5),Uf(this,r+3,r+4);return this};P.prototype.toString=function(){var e=this.length;return e===0?"":arguments.length===0?zB(this,0,e):tD.apply(this,arguments)};P.prototype.toLocaleString=P.prototype.toString;P.prototype.equals=function(e){if(!P.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e?!0:P.compare(this,e)===0};P.prototype.inspect=function(){var e="",r=Gs.INSPECT_MAX_BYTES;return e=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(e+=" ... "),"<Buffer "+e+">"};PB&&(P.prototype[PB]=P.prototype.inspect);P.prototype.compare=function(e,r,n,i,o){if(ii(e,Uint8Array)&&(e=P.from(e,e.offset,e.byteLength)),!P.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(r===void 0&&(r=0),n===void 0&&(n=e?e.length:0),i===void 0&&(i=0),o===void 0&&(o=this.length),r<0||n>e.length||i<0||o>this.length)throw new RangeError("out of range index");if(i>=o&&r>=n)return 0;if(i>=o)return-1;if(r>=n)return 1;if(r>>>=0,n>>>=0,i>>>=0,o>>>=0,this===e)return 0;for(var f=o-i,s=n-r,u=Math.min(f,s),l=this.slice(i,o),c=e.slice(r,n),w=0;w<u;++w)if(l[w]!==c[w]){f=l[w],s=c[w];break}return f<s?-1:s<f?1:0};function HB(t,e,r,n,i){if(t.length===0)return-1;if(typeof r=="string"?(n=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,Tb(r)&&(r=i?0:t.length-1),r<0&&(r=t.length+r),r>=t.length){if(i)return-1;r=t.length-1}else if(r<0)if(i)r=0;else return-1;if(typeof e=="string"&&(e=P.from(e,n)),P.isBuffer(e))return e.length===0?-1:MB(t,e,r,n,i);if(typeof e=="number")return e=e&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(t,e,r):Uint8Array.prototype.lastIndexOf.call(t,e,r):MB(t,[e],r,n,i);throw new TypeError("val must be string, number or Buffer")}function MB(t,e,r,n,i){var o=1,f=t.length,s=e.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(t.length<2||e.length<2)return-1;o=2,f/=2,s/=2,r/=2}function u(g,T){return o===1?g[T]:g.readUInt16BE(T*o)}var l;if(i){var c=-1;for(l=r;l<f;l++)if(u(t,l)===u(e,c===-1?0:l-c)){if(c===-1&&(c=l),l-c+1===s)return c*o}else c!==-1&&(l-=l-c),c=-1}else for(r+s>f&&(r=f-s),l=r;l>=0;l--){for(var w=!0,p=0;p<s;p++)if(u(t,l+p)!==u(e,p)){w=!1;break}if(w)return l}return-1}P.prototype.includes=function(e,r,n){return this.indexOf(e,r,n)!==-1};P.prototype.indexOf=function(e,r,n){return HB(this,e,r,n,!0)};P.prototype.lastIndexOf=function(e,r,n){return HB(this,e,r,n,!1)};function rD(t,e,r,n){r=Number(r)||0;var i=t.length-r;n?(n=Number(n),n>i&&(n=i)):n=i;var o=e.length;n>o/2&&(n=o/2);for(var f=0;f<n;++f){var s=parseInt(e.substr(f*2,2),16);if(Tb(s))return f;t[r+f]=s}return f}function nD(t,e,r,n){return nd(vb(e,t.length-r),t,r,n)}function iD(t,e,r,n){return nd(wD(e),t,r,n)}function oD(t,e,r,n){return nd(WB(e),t,r,n)}function fD(t,e,r,n){return nd(hD(e,t.length-r),t,r,n)}P.prototype.write=function(e,r,n,i){if(r===void 0)i="utf8",n=this.length,r=0;else if(n===void 0&&typeof r=="string")i=r,n=this.length,r=0;else if(isFinite(r))r=r>>>0,isFinite(n)?(n=n>>>0,i===void 0&&(i="utf8")):(i=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var o=this.length-r;if((n===void 0||n>o)&&(n=o),e.length>0&&(n<0||r<0)||r>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var f=!1;;)switch(i){case"hex":return rD(this,e,r,n);case"utf8":case"utf-8":return nD(this,e,r,n);case"ascii":case"latin1":case"binary":return iD(this,e,r,n);case"base64":return oD(this,e,r,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return fD(this,e,r,n);default:if(f)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),f=!0}};P.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function sD(t,e,r){return e===0&&r===t.length?gb.fromByteArray(t):gb.fromByteArray(t.slice(e,r))}function zB(t,e,r){r=Math.min(t.length,r);for(var n=[],i=e;i<r;){var o=t[i],f=null,s=o>239?4:o>223?3:o>191?2:1;if(i+s<=r){var u,l,c,w;switch(s){case 1:o<128&&(f=o);break;case 2:u=t[i+1],(u&192)==128&&(w=(o&31)<<6|u&63,w>127&&(f=w));break;case 3:u=t[i+1],l=t[i+2],(u&192)==128&&(l&192)==128&&(w=(o&15)<<12|(u&63)<<6|l&63,w>2047&&(w<55296||w>57343)&&(f=w));break;case 4:u=t[i+1],l=t[i+2],c=t[i+3],(u&192)==128&&(l&192)==128&&(c&192)==128&&(w=(o&15)<<18|(u&63)<<12|(l&63)<<6|c&63,w>65535&&w<1114112&&(f=w))}}f===null?(f=65533,s=1):f>65535&&(f-=65536,n.push(f>>>10&1023|55296),f=56320|f&1023),n.push(f),i+=s}return aD(n)}var UB=4096;function aD(t){var e=t.length;if(e<=UB)return String.fromCharCode.apply(String,t);for(var r="",n=0;n<e;)r+=String.fromCharCode.apply(String,t.slice(n,n+=UB));return r}function lD(t,e,r){var n="";r=Math.min(t.length,r);for(var i=e;i<r;++i)n+=String.fromCharCode(t[i]&127);return n}function uD(t,e,r){var n="";r=Math.min(t.length,r);for(var i=e;i<r;++i)n+=String.fromCharCode(t[i]);return n}function cD(t,e,r){var n=t.length;(!e||e<0)&&(e=0),(!r||r<0||r>n)&&(r=n);for(var i="",o=e;o<r;++o)i+=bD[t[o]];return i}function pD(t,e,r){for(var n=t.slice(e,r),i="",o=0;o<n.length-1;o+=2)i+=String.fromCharCode(n[o]+n[o+1]*256);return i}P.prototype.slice=function(e,r){var n=this.length;e=~~e,r=r===void 0?n:~~r,e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),r<e&&(r=e);var i=this.subarray(e,r);return Object.setPrototypeOf(i,P.prototype),i};function rr(t,e,r){if(t%1!=0||t<0)throw new RangeError("offset is not uint");if(t+e>r)throw new RangeError("Trying to access beyond buffer length")}P.prototype.readUintLE=P.prototype.readUIntLE=function(e,r,n){e=e>>>0,r=r>>>0,n||rr(e,r,this.length);for(var i=this[e],o=1,f=0;++f<r&&(o*=256);)i+=this[e+f]*o;return i};P.prototype.readUintBE=P.prototype.readUIntBE=function(e,r,n){e=e>>>0,r=r>>>0,n||rr(e,r,this.length);for(var i=this[e+--r],o=1;r>0&&(o*=256);)i+=this[e+--r]*o;return i};P.prototype.readUint8=P.prototype.readUInt8=function(e,r){return e=e>>>0,r||rr(e,1,this.length),this[e]};P.prototype.readUint16LE=P.prototype.readUInt16LE=function(e,r){return e=e>>>0,r||rr(e,2,this.length),this[e]|this[e+1]<<8};P.prototype.readUint16BE=P.prototype.readUInt16BE=function(e,r){return e=e>>>0,r||rr(e,2,this.length),this[e]<<8|this[e+1]};P.prototype.readUint32LE=P.prototype.readUInt32LE=function(e,r){return e=e>>>0,r||rr(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216};P.prototype.readUint32BE=P.prototype.readUInt32BE=function(e,r){return e=e>>>0,r||rr(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])};P.prototype.readIntLE=function(e,r,n){e=e>>>0,r=r>>>0,n||rr(e,r,this.length);for(var i=this[e],o=1,f=0;++f<r&&(o*=256);)i+=this[e+f]*o;return o*=128,i>=o&&(i-=Math.pow(2,8*r)),i};P.prototype.readIntBE=function(e,r,n){e=e>>>0,r=r>>>0,n||rr(e,r,this.length);for(var i=r,o=1,f=this[e+--i];i>0&&(o*=256);)f+=this[e+--i]*o;return o*=128,f>=o&&(f-=Math.pow(2,8*r)),f};P.prototype.readInt8=function(e,r){return e=e>>>0,r||rr(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};P.prototype.readInt16LE=function(e,r){e=e>>>0,r||rr(e,2,this.length);var n=this[e]|this[e+1]<<8;return n&32768?n|4294901760:n};P.prototype.readInt16BE=function(e,r){e=e>>>0,r||rr(e,2,this.length);var n=this[e+1]|this[e]<<8;return n&32768?n|4294901760:n};P.prototype.readInt32LE=function(e,r){return e=e>>>0,r||rr(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24};P.prototype.readInt32BE=function(e,r){return e=e>>>0,r||rr(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]};P.prototype.readFloatLE=function(e,r){return e=e>>>0,r||rr(e,4,this.length),Ys.read(this,e,!0,23,4)};P.prototype.readFloatBE=function(e,r){return e=e>>>0,r||rr(e,4,this.length),Ys.read(this,e,!1,23,4)};P.prototype.readDoubleLE=function(e,r){return e=e>>>0,r||rr(e,8,this.length),Ys.read(this,e,!0,52,8)};P.prototype.readDoubleBE=function(e,r){return e=e>>>0,r||rr(e,8,this.length),Ys.read(this,e,!1,52,8)};function Nr(t,e,r,n,i,o){if(!P.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>i||e<o)throw new RangeError('"value" argument is out of bounds');if(r+n>t.length)throw new RangeError("Index out of range")}P.prototype.writeUintLE=P.prototype.writeUIntLE=function(e,r,n,i){if(e=+e,r=r>>>0,n=n>>>0,!i){var o=Math.pow(2,8*n)-1;Nr(this,e,r,n,o,0)}var f=1,s=0;for(this[r]=e&255;++s<n&&(f*=256);)this[r+s]=e/f&255;return r+n};P.prototype.writeUintBE=P.prototype.writeUIntBE=function(e,r,n,i){if(e=+e,r=r>>>0,n=n>>>0,!i){var o=Math.pow(2,8*n)-1;Nr(this,e,r,n,o,0)}var f=n-1,s=1;for(this[r+f]=e&255;--f>=0&&(s*=256);)this[r+f]=e/s&255;return r+n};P.prototype.writeUint8=P.prototype.writeUInt8=function(e,r,n){return e=+e,r=r>>>0,n||Nr(this,e,r,1,255,0),this[r]=e&255,r+1};P.prototype.writeUint16LE=P.prototype.writeUInt16LE=function(e,r,n){return e=+e,r=r>>>0,n||Nr(this,e,r,2,65535,0),this[r]=e&255,this[r+1]=e>>>8,r+2};P.prototype.writeUint16BE=P.prototype.writeUInt16BE=function(e,r,n){return e=+e,r=r>>>0,n||Nr(this,e,r,2,65535,0),this[r]=e>>>8,this[r+1]=e&255,r+2};P.prototype.writeUint32LE=P.prototype.writeUInt32LE=function(e,r,n){return e=+e,r=r>>>0,n||Nr(this,e,r,4,4294967295,0),this[r+3]=e>>>24,this[r+2]=e>>>16,this[r+1]=e>>>8,this[r]=e&255,r+4};P.prototype.writeUint32BE=P.prototype.writeUInt32BE=function(e,r,n){return e=+e,r=r>>>0,n||Nr(this,e,r,4,4294967295,0),this[r]=e>>>24,this[r+1]=e>>>16,this[r+2]=e>>>8,this[r+3]=e&255,r+4};P.prototype.writeIntLE=function(e,r,n,i){if(e=+e,r=r>>>0,!i){var o=Math.pow(2,8*n-1);Nr(this,e,r,n,o-1,-o)}var f=0,s=1,u=0;for(this[r]=e&255;++f<n&&(s*=256);)e<0&&u===0&&this[r+f-1]!==0&&(u=1),this[r+f]=(e/s>>0)-u&255;return r+n};P.prototype.writeIntBE=function(e,r,n,i){if(e=+e,r=r>>>0,!i){var o=Math.pow(2,8*n-1);Nr(this,e,r,n,o-1,-o)}var f=n-1,s=1,u=0;for(this[r+f]=e&255;--f>=0&&(s*=256);)e<0&&u===0&&this[r+f+1]!==0&&(u=1),this[r+f]=(e/s>>0)-u&255;return r+n};P.prototype.writeInt8=function(e,r,n){return e=+e,r=r>>>0,n||Nr(this,e,r,1,127,-128),e<0&&(e=255+e+1),this[r]=e&255,r+1};P.prototype.writeInt16LE=function(e,r,n){return e=+e,r=r>>>0,n||Nr(this,e,r,2,32767,-32768),this[r]=e&255,this[r+1]=e>>>8,r+2};P.prototype.writeInt16BE=function(e,r,n){return e=+e,r=r>>>0,n||Nr(this,e,r,2,32767,-32768),this[r]=e>>>8,this[r+1]=e&255,r+2};P.prototype.writeInt32LE=function(e,r,n){return e=+e,r=r>>>0,n||Nr(this,e,r,4,2147483647,-2147483648),this[r]=e&255,this[r+1]=e>>>8,this[r+2]=e>>>16,this[r+3]=e>>>24,r+4};P.prototype.writeInt32BE=function(e,r,n){return e=+e,r=r>>>0,n||Nr(this,e,r,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[r]=e>>>24,this[r+1]=e>>>16,this[r+2]=e>>>8,this[r+3]=e&255,r+4};function LB(t,e,r,n,i,o){if(r+n>t.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function VB(t,e,r,n,i){return e=+e,r=r>>>0,i||LB(t,e,r,4,34028234663852886e22,-34028234663852886e22),Ys.write(t,e,r,n,23,4),r+4}P.prototype.writeFloatLE=function(e,r,n){return VB(this,e,r,!0,n)};P.prototype.writeFloatBE=function(e,r,n){return VB(this,e,r,!1,n)};function CB(t,e,r,n,i){return e=+e,r=r>>>0,i||LB(t,e,r,8,17976931348623157e292,-17976931348623157e292),Ys.write(t,e,r,n,52,8),r+8}P.prototype.writeDoubleLE=function(e,r,n){return CB(this,e,r,!0,n)};P.prototype.writeDoubleBE=function(e,r,n){return CB(this,e,r,!1,n)};P.prototype.copy=function(e,r,n,i){if(!P.isBuffer(e))throw new TypeError("argument should be a Buffer");if(n||(n=0),!i&&i!==0&&(i=this.length),r>=e.length&&(r=e.length),r||(r=0),i>0&&i<n&&(i=n),i===n||e.length===0||this.length===0)return 0;if(r<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),e.length-r<i-n&&(i=e.length-r+n);var o=i-n;return this===e&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(r,n,i):Uint8Array.prototype.set.call(e,this.subarray(n,i),r),o};P.prototype.fill=function(e,r,n,i){if(typeof e=="string"){if(typeof r=="string"?(i=r,r=0,n=this.length):typeof n=="string"&&(i=n,n=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!P.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(e.length===1){var o=e.charCodeAt(0);(i==="utf8"&&o<128||i==="latin1")&&(e=o)}}else typeof e=="number"?e=e&255:typeof e=="boolean"&&(e=Number(e));if(r<0||this.length<r||this.length<n)throw new RangeError("Out of range index");if(n<=r)return this;r=r>>>0,n=n===void 0?this.length:n>>>0,e||(e=0);var f;if(typeof e=="number")for(f=r;f<n;++f)this[f]=e;else{var s=P.isBuffer(e)?e:P.from(e,i),u=s.length;if(u===0)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(f=0;f<n-r;++f)this[f+r]=s[f%u]}return this};var dD=/[^+/0-9A-Za-z-_]/g;function mD(t){if(t=t.split("=")[0],t=t.trim().replace(dD,""),t.length<2)return"";for(;t.length%4!=0;)t=t+"=";return t}function vb(t,e){e=e||1/0;for(var r,n=t.length,i=null,o=[],f=0;f<n;++f){if(r=t.charCodeAt(f),r>55295&&r<57344){if(!i){if(r>56319){(e-=3)>-1&&o.push(239,191,189);continue}else if(f+1===n){(e-=3)>-1&&o.push(239,191,189);continue}i=r;continue}if(r<56320){(e-=3)>-1&&o.push(239,191,189),i=r;continue}r=(i-55296<<10|r-56320)+65536}else i&&(e-=3)>-1&&o.push(239,191,189);if(i=null,r<128){if((e-=1)<0)break;o.push(r)}else if(r<2048){if((e-=2)<0)break;o.push(r>>6|192,r&63|128)}else if(r<65536){if((e-=3)<0)break;o.push(r>>12|224,r>>6&63|128,r&63|128)}else if(r<1114112){if((e-=4)<0)break;o.push(r>>18|240,r>>12&63|128,r>>6&63|128,r&63|128)}else throw new Error("Invalid code point")}return o}function wD(t){for(var e=[],r=0;r<t.length;++r)e.push(t.charCodeAt(r)&255);return e}function hD(t,e){for(var r,n,i,o=[],f=0;f<t.length&&!((e-=2)<0);++f)r=t.charCodeAt(f),n=r>>8,i=r%256,o.push(i),o.push(n);return o}function WB(t){return gb.toByteArray(mD(t))}function nd(t,e,r,n){for(var i=0;i<n&&!(i+r>=e.length||i>=t.length);++i)e[i+r]=t[i];return i}function ii(t,e){return t instanceof e||t!=null&&t.constructor!=null&&t.constructor.name!=null&&t.constructor.name===e.name}function Tb(t){return t!==t}var bD=function(){for(var t="0123456789abcdef",e=new Array(256),r=0;r<16;++r)for(var n=r*16,i=0;i<16;++i)e[n+i]=t[r]+t[i];return e}()});var Xl=B((C5,Bb)=>{typeof global!="undefined"&&(ar=KB().Buffer);var ar,id=Ao();function yt(t,e){if(!(this instanceof yt))return new yt(t,e);if(t!=null&&typeof t!="string"&&!ar.isBuffer(t)&&!(t instanceof Uint8Array)&&!Array.isArray(t))throw new Error("only String, Buffer, Uint8Array or Array accepted");if(this._bsontype="Binary",t instanceof Number?(this.sub_type=t,this.position=0):(this.sub_type=e??gD,this.position=0),t!=null&&!(t instanceof Number)){if(typeof t=="string")if(typeof ar!="undefined")this.buffer=id.toBuffer(t);else if(typeof Uint8Array!="undefined"||Object.prototype.toString.call(t)==="[object Array]")this.buffer=yD(t);else throw new Error("only String, Buffer, Uint8Array or Array accepted");else this.buffer=t;this.position=t.length}else typeof ar!="undefined"?this.buffer=id.allocBuffer(yt.BUFFER_SIZE):typeof Uint8Array!="undefined"?this.buffer=new Uint8Array(new ArrayBuffer(yt.BUFFER_SIZE)):this.buffer=new Array(yt.BUFFER_SIZE),this.position=0}yt.prototype.put=function(e){if(e.length!=null&&typeof e!="number"&&e.length!==1)throw new Error("only accepts single character String, Uint8Array or Array");if(typeof e!="number"&&e<0||e>255)throw new Error("only accepts number in a valid unsigned byte range 0-255");var r=null;if(typeof e=="string"?r=e.charCodeAt(0):e.length!=null?r=e[0]:r=e,this.buffer.length>this.position)this.buffer[this.position++]=r;else if(typeof ar!="undefined"&&ar.isBuffer(this.buffer)){var n=id.allocBuffer(yt.BUFFER_SIZE+this.buffer.length);this.buffer.copy(n,0,0,this.buffer.length),this.buffer=n,this.buffer[this.position++]=r}else{n=null,Object.prototype.toString.call(this.buffer)==="[object Uint8Array]"?n=new Uint8Array(new ArrayBuffer(yt.BUFFER_SIZE+this.buffer.length)):n=new Array(yt.BUFFER_SIZE+this.buffer.length);for(var i=0;i<this.buffer.length;i++)n[i]=this.buffer[i];this.buffer=n,this.buffer[this.position++]=r}};yt.prototype.write=function(e,r){if(r=typeof r=="number"?r:this.position,this.buffer.length<r+e.length){var n=null;if(typeof ar!="undefined"&&ar.isBuffer(this.buffer))n=id.allocBuffer(this.buffer.length+e.length),this.buffer.copy(n,0,0,this.buffer.length);else if(Object.prototype.toString.call(this.buffer)==="[object Uint8Array]"){n=new Uint8Array(new ArrayBuffer(this.buffer.length+e.length));for(var i=0;i<this.position;i++)n[i]=this.buffer[i]}this.buffer=n}if(typeof ar!="undefined"&&ar.isBuffer(e)&&ar.isBuffer(this.buffer))e.copy(this.buffer,r,0,e.length),this.position=r+e.length>this.position?r+e.length:this.position;else if(typeof ar!="undefined"&&typeof e=="string"&&ar.isBuffer(this.buffer))this.buffer.write(e,r,"binary"),this.position=r+e.length>this.position?r+e.length:this.position;else if(Object.prototype.toString.call(e)==="[object Uint8Array]"||Object.prototype.toString.call(e)==="[object Array]"&&typeof e!="string"){for(i=0;i<e.length;i++)this.buffer[r++]=e[i];this.position=r>this.position?r:this.position}else if(typeof e=="string"){for(i=0;i<e.length;i++)this.buffer[r++]=e.charCodeAt(i);this.position=r>this.position?r:this.position}};yt.prototype.read=function(e,r){if(r=r&&r>0?r:this.position,this.buffer.slice)return this.buffer.slice(e,e+r);for(var n=typeof Uint8Array!="undefined"?new Uint8Array(new ArrayBuffer(r)):new Array(r),i=0;i<r;i++)n[i]=this.buffer[e++];return n};yt.prototype.value=function(e){if(e=e??!1,e&&typeof ar!="undefined"&&ar.isBuffer(this.buffer)&&this.buffer.length===this.position)return this.buffer;if(typeof ar!="undefined"&&ar.isBuffer(this.buffer))return e?this.buffer.slice(0,this.position):this.buffer.toString("binary",0,this.position);if(e){if(this.buffer.slice!=null)return this.buffer.slice(0,this.position);for(var r=Object.prototype.toString.call(this.buffer)==="[object Uint8Array]"?new Uint8Array(new ArrayBuffer(this.position)):new Array(this.position),n=0;n<this.position;n++)r[n]=this.buffer[n];return r}else return jD(this.buffer,0,this.position)};yt.prototype.length=function(){return this.position};yt.prototype.toJSON=function(){return this.buffer!=null?this.buffer.toString("base64"):""};yt.prototype.toString=function(t){return this.buffer!=null?this.buffer.slice(0,this.position).toString(t):""};var gD=0,yD=function(t){for(var e=typeof Uint8Array!="undefined"?new Uint8Array(new ArrayBuffer(t.length)):new Array(t.length),r=0;r<t.length;r++)e[r]=t.charCodeAt(r);return e},jD=function(t,e,r){for(var n="",i=e;i<r;i++)n=n+String.fromCharCode(t[i]);return n};yt.BUFFER_SIZE=256;yt.SUBTYPE_DEFAULT=0;yt.SUBTYPE_FUNCTION=1;yt.SUBTYPE_BYTE_ARRAY=2;yt.SUBTYPE_UUID_OLD=3;yt.SUBTYPE_UUID=4;yt.SUBTYPE_MD5=5;yt.SUBTYPE_USER_DEFINED=128;Bb.exports=yt;Bb.exports.Binary=yt});var YB=B((exports,module)=>{"use strict";var Long=Vs().Long,Double=xp().Double,Timestamp=Sp().Timestamp,ObjectID=zp().ObjectID,Symbol=Vp().Symbol,Code=Cp().Code,MinKey=Qp().MinKey,MaxKey=$p().MaxKey,Decimal128=Zp(),Int32=ab(),DBRef=ed().DBRef,BSONRegExp=Lp().BSONRegExp,Binary=Xl().Binary,utils=Ao(),deserialize=function(t,e,r){e=e??{};var n=e&&e.index?e.index:0,i=t[n]|t[n+1]<<8|t[n+2]<<16|t[n+3]<<24;if(i<5||t.length<i||i+n>t.length)throw new Error("corrupt bson message");if(t[n+i-1]!==0)throw new Error("One object, sized correctly, with a spot for an EOO, but the EOO isn't 0x00");return deserializeObject(t,n,e,r)},deserializeObject=function(t,e,r,n){var i=r.evalFunctions==null?!1:r.evalFunctions,o=r.cacheFunctions==null?!1:r.cacheFunctions,f=r.cacheFunctionsCrc32==null?!1:r.cacheFunctionsCrc32;if(!f)var s=null;var u=r.fieldsAsRaw==null?null:r.fieldsAsRaw,l=r.raw==null?!1:r.raw,c=typeof r.bsonRegExp=="boolean"?r.bsonRegExp:!1,w=r.promoteBuffers==null?!1:r.promoteBuffers,p=r.promoteLongs==null?!0:r.promoteLongs,g=r.promoteValues==null?!0:r.promoteValues,T=e;if(t.length<5)throw new Error("corrupt bson message < 5 bytes long");var L=t[e++]|t[e++]<<8|t[e++]<<16|t[e++]<<24;if(L<5||L>t.length)throw new Error("corrupt bson message");for(var O=n?[]:{},K=0,ne=!1;!ne;){var H=t[e++];if(H===0)break;for(var M=e;t[M]!==0&&M<t.length;)M++;if(M>=t.length)throw new Error("Bad BSON Document: illegal CString");var N=n?K++:t.toString("utf8",e,M);if(e=M+1,H===BSON.BSON_DATA_STRING){var F=t[e++]|t[e++]<<8|t[e++]<<16|t[e++]<<24;if(F<=0||F>t.length-e||t[e+F-1]!==0)throw new Error("bad string length in bson");O[N]=t.toString("utf8",e,e+F-1),e=e+F}else if(H===BSON.BSON_DATA_OID){var ae=utils.allocBuffer(12);t.copy(ae,0,e,e+12),O[N]=new ObjectID(ae),e=e+12}else if(H===BSON.BSON_DATA_INT&&g===!1)O[N]=new Int32(t[e++]|t[e++]<<8|t[e++]<<16|t[e++]<<24);else if(H===BSON.BSON_DATA_INT)O[N]=t[e++]|t[e++]<<8|t[e++]<<16|t[e++]<<24;else if(H===BSON.BSON_DATA_NUMBER&&g===!1)O[N]=new Double(t.readDoubleLE(e)),e=e+8;else if(H===BSON.BSON_DATA_NUMBER)O[N]=t.readDoubleLE(e),e=e+8;else if(H===BSON.BSON_DATA_DATE){var ie=t[e++]|t[e++]<<8|t[e++]<<16|t[e++]<<24,de=t[e++]|t[e++]<<8|t[e++]<<16|t[e++]<<24;O[N]=new Date(new Long(ie,de).toNumber())}else if(H===BSON.BSON_DATA_BOOLEAN){if(t[e]!==0&&t[e]!==1)throw new Error("illegal boolean type value");O[N]=t[e++]===1}else if(H===BSON.BSON_DATA_OBJECT){var Ze=e,_=t[e]|t[e+1]<<8|t[e+2]<<16|t[e+3]<<24;if(_<=0||_>t.length-e)throw new Error("bad embedded document length in bson");l?O[N]=t.slice(e,e+_):O[N]=deserializeObject(t,Ze,r,!1),e=e+_}else if(H===BSON.BSON_DATA_ARRAY){Ze=e,_=t[e]|t[e+1]<<8|t[e+2]<<16|t[e+3]<<24;var Fe=r,Ce=e+_;if(u&&u[N]){Fe={};for(var ge in r)Fe[ge]=r[ge];Fe.raw=!0}if(O[N]=deserializeObject(t,Ze,Fe,!0),e=e+_,t[e-1]!==0)throw new Error("invalid array terminator byte");if(e!==Ce)throw new Error("corrupted array bson")}else if(H===BSON.BSON_DATA_UNDEFINED)O[N]=void 0;else if(H===BSON.BSON_DATA_NULL)O[N]=null;else if(H===BSON.BSON_DATA_LONG){ie=t[e++]|t[e++]<<8|t[e++]<<16|t[e++]<<24,de=t[e++]|t[e++]<<8|t[e++]<<16|t[e++]<<24;var Je=new Long(ie,de);p&&g===!0?O[N]=Je.lessThanOrEqual(JS_INT_MAX_LONG)&&Je.greaterThanOrEqual(JS_INT_MIN_LONG)?Je.toNumber():Je:O[N]=Je}else if(H===BSON.BSON_DATA_DECIMAL128){var te=utils.allocBuffer(16);t.copy(te,0,e,e+16),e=e+16;var Bt=new Decimal128(te);O[N]=Bt.toObject?Bt.toObject():Bt}else if(H===BSON.BSON_DATA_BINARY){var st=t[e++]|t[e++]<<8|t[e++]<<16|t[e++]<<24,Er=st,Oi=t[e++];if(st<0)throw new Error("Negative binary type element size found");if(st>t.length)throw new Error("Binary type size larger than document size");if(t.slice!=null){if(Oi===Binary.SUBTYPE_BYTE_ARRAY){if(st=t[e++]|t[e++]<<8|t[e++]<<16|t[e++]<<24,st<0)throw new Error("Negative binary type element size found for subtype 0x02");if(st>Er-4)throw new Error("Binary type with subtype 0x02 contains to long binary size");if(st<Er-4)throw new Error("Binary type with subtype 0x02 contains to short binary size")}w&&g?O[N]=t.slice(e,e+st):O[N]=new Binary(t.slice(e,e+st),Oi)}else{var Tf=typeof Uint8Array!="undefined"?new Uint8Array(new ArrayBuffer(st)):new Array(st);if(Oi===Binary.SUBTYPE_BYTE_ARRAY){if(st=t[e++]|t[e++]<<8|t[e++]<<16|t[e++]<<24,st<0)throw new Error("Negative binary type element size found for subtype 0x02");if(st>Er-4)throw new Error("Binary type with subtype 0x02 contains to long binary size");if(st<Er-4)throw new Error("Binary type with subtype 0x02 contains to short binary size")}for(M=0;M<st;M++)Tf[M]=t[e+M];w&&g?O[N]=Tf:O[N]=new Binary(Tf,Oi)}e=e+st}else if(H===BSON.BSON_DATA_REGEXP&&c===!1){for(M=e;t[M]!==0&&M<t.length;)M++;if(M>=t.length)throw new Error("Bad BSON Document: illegal CString");var Bf=t.toString("utf8",e,M);for(e=M+1,M=e;t[M]!==0&&M<t.length;)M++;if(M>=t.length)throw new Error("Bad BSON Document: illegal CString");var On=t.toString("utf8",e,M);e=M+1;var Kr=new Array(On.length);for(M=0;M<On.length;M++)switch(On[M]){case"m":Kr[M]="m";break;case"s":Kr[M]="g";break;case"i":Kr[M]="i";break}O[N]=new RegExp(Bf,Kr.join(""))}else if(H===BSON.BSON_DATA_REGEXP&&c===!0){for(M=e;t[M]!==0&&M<t.length;)M++;if(M>=t.length)throw new Error("Bad BSON Document: illegal CString");for(Bf=t.toString("utf8",e,M),e=M+1,M=e;t[M]!==0&&M<t.length;)M++;if(M>=t.length)throw new Error("Bad BSON Document: illegal CString");On=t.toString("utf8",e,M),e=M+1,O[N]=new BSONRegExp(Bf,On)}else if(H===BSON.BSON_DATA_SYMBOL){if(F=t[e++]|t[e++]<<8|t[e++]<<16|t[e++]<<24,F<=0||F>t.length-e||t[e+F-1]!==0)throw new Error("bad string length in bson");O[N]=new Symbol(t.toString("utf8",e,e+F-1)),e=e+F}else if(H===BSON.BSON_DATA_TIMESTAMP)ie=t[e++]|t[e++]<<8|t[e++]<<16|t[e++]<<24,de=t[e++]|t[e++]<<8|t[e++]<<16|t[e++]<<24,O[N]=new Timestamp(ie,de);else if(H===BSON.BSON_DATA_MIN_KEY)O[N]=new MinKey;else if(H===BSON.BSON_DATA_MAX_KEY)O[N]=new MaxKey;else if(H===BSON.BSON_DATA_CODE){if(F=t[e++]|t[e++]<<8|t[e++]<<16|t[e++]<<24,F<=0||F>t.length-e||t[e+F-1]!==0)throw new Error("bad string length in bson");var Zt=t.toString("utf8",e,e+F-1);if(i)if(o){var Fi=f?s(Zt):Zt;O[N]=isolateEvalWithHash(functionCache,Fi,Zt,O)}else O[N]=isolateEval(Zt);else O[N]=new Code(Zt);e=e+F}else if(H===BSON.BSON_DATA_CODE_W_SCOPE){var Fn=t[e++]|t[e++]<<8|t[e++]<<16|t[e++]<<24;if(Fn<4+4+4+1)throw new Error("code_w_scope total size shorter minimum expected length");if(F=t[e++]|t[e++]<<8|t[e++]<<16|t[e++]<<24,F<=0||F>t.length-e||t[e+F-1]!==0)throw new Error("bad string length in bson");Zt=t.toString("utf8",e,e+F-1),e=e+F,Ze=e,_=t[e]|t[e+1]<<8|t[e+2]<<16|t[e+3]<<24;var W=deserializeObject(t,Ze,r,!1);if(e=e+_,Fn<4+4+_+F)throw new Error("code_w_scope total size is to short, truncating scope");if(Fn>4+4+_+F)throw new Error("code_w_scope total size is to long, clips outer document");i?(o?(Fi=f?s(Zt):Zt,O[N]=isolateEvalWithHash(functionCache,Fi,Zt,O)):O[N]=isolateEval(Zt),O[N].scope=W):O[N]=new Code(Zt,W)}else if(H===BSON.BSON_DATA_DBPOINTER){if(F=t[e++]|t[e++]<<8|t[e++]<<16|t[e++]<<24,F<=0||F>t.length-e||t[e+F-1]!==0)throw new Error("bad string length in bson");var Bs=t.toString("utf8",e,e+F-1);e=e+F;var ks=utils.allocBuffer(12);t.copy(ks,0,e,e+12),ae=new ObjectID(ks),e=e+12;var jr=Bs.split("."),kf=jr.shift(),pl=jr.join(".");O[N]=new DBRef(pl,ae,kf)}else throw new Error("Detected unknown BSON type "+H.toString(16)+' for fieldname "'+N+'", are you using the latest BSON parser')}if(L!==e-T)throw n?new Error("corrupt array bson"):new Error("corrupt object bson");return O.$id!=null&&(O=new DBRef(O.$ref,O.$id,O.$db)),O},isolateEvalWithHash=function(functionCache,hash,functionString,object){var value=null;return functionCache[hash]==null&&(eval("value = "+functionString),functionCache[hash]=value),functionCache[hash].bind(object)},isolateEval=function(functionString){var value=null;return eval("value = "+functionString),value},BSON={},functionCache=BSON.functionCache={};BSON.BSON_DATA_NUMBER=1;BSON.BSON_DATA_STRING=2;BSON.BSON_DATA_OBJECT=3;BSON.BSON_DATA_ARRAY=4;BSON.BSON_DATA_BINARY=5;BSON.BSON_DATA_UNDEFINED=6;BSON.BSON_DATA_OID=7;BSON.BSON_DATA_BOOLEAN=8;BSON.BSON_DATA_DATE=9;BSON.BSON_DATA_NULL=10;BSON.BSON_DATA_REGEXP=11;BSON.BSON_DATA_DBPOINTER=12;BSON.BSON_DATA_CODE=13;BSON.BSON_DATA_SYMBOL=14;BSON.BSON_DATA_CODE_W_SCOPE=15;BSON.BSON_DATA_INT=16;BSON.BSON_DATA_TIMESTAMP=17;BSON.BSON_DATA_LONG=18;BSON.BSON_DATA_DECIMAL128=19;BSON.BSON_DATA_MIN_KEY=255;BSON.BSON_DATA_MAX_KEY=127;BSON.BSON_BINARY_SUBTYPE_DEFAULT=0;BSON.BSON_BINARY_SUBTYPE_FUNCTION=1;BSON.BSON_BINARY_SUBTYPE_BYTE_ARRAY=2;BSON.BSON_BINARY_SUBTYPE_UUID=3;BSON.BSON_BINARY_SUBTYPE_MD5=4;BSON.BSON_BINARY_SUBTYPE_USER_DEFINED=128;BSON.BSON_INT32_MAX=2147483647;BSON.BSON_INT32_MIN=-2147483648;BSON.BSON_INT64_MAX=Math.pow(2,63)-1;BSON.BSON_INT64_MIN=-Math.pow(2,63);BSON.JS_INT_MAX=9007199254740992;BSON.JS_INT_MIN=-9007199254740992;var JS_INT_MAX_LONG=Long.fromNumber(9007199254740992),JS_INT_MIN_LONG=Long.fromNumber(-9007199254740992);module.exports=deserialize});var GB=B(kb=>{var _D=function(t,e,r,n,i){var o,f,s=r==="big",u=i*8-n-1,l=(1<<u)-1,c=l>>1,w=-7,p=s?0:i-1,g=s?1:-1,T=t[e+p];for(p+=g,o=T&(1<<-w)-1,T>>=-w,w+=u;w>0;o=o*256+t[e+p],p+=g,w-=8);for(f=o&(1<<-w)-1,o>>=-w,w+=n;w>0;f=f*256+t[e+p],p+=g,w-=8);if(o===0)o=1-c;else{if(o===l)return f?NaN:(T?-1:1)*(1/0);f=f+Math.pow(2,n),o=o-c}return(T?-1:1)*f*Math.pow(2,o-n)},qD=function(t,e,r,n,i,o){var f,s,u,l=n==="big",c=o*8-i-1,w=(1<<c)-1,p=w>>1,g=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,T=l?o-1:0,L=l?-1:1,O=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(s=isNaN(e)?1:0,f=w):(f=Math.floor(Math.log(e)/Math.LN2),e*(u=Math.pow(2,-f))<1&&(f--,u*=2),f+p>=1?e+=g/u:e+=g*Math.pow(2,1-p),e*u>=2&&(f++,u/=2),f+p>=w?(s=0,f=w):f+p>=1?(s=(e*u-1)*Math.pow(2,i),f=f+p):(s=e*Math.pow(2,p-1)*Math.pow(2,i),f=0));i>=8;t[r+T]=s&255,T+=L,s/=256,i-=8);for(f=f<<i|s,c+=i;c>0;t[r+T]=f&255,T+=L,f/=256,c-=8);t[r+T-L]|=O*128};kb.readIEEE754=_D;kb.writeIEEE754=qD});var $B=B((K5,XB)=>{"use strict";var Ib=GB().writeIEEE754,ZB=Vs().Long,vD=Kh(),JB=Xl().Binary,TD=Ao().normalizedFunctionString,od=/\x00/,QB=["$db","$ref","$id","$clusterTime"],xb=function(e){return typeof e=="object"&&Object.prototype.toString.call(e)==="[object Date]"},Sb=function(e){return Object.prototype.toString.call(e)==="[object RegExp]"},Eb=function(t,e,r,n,i){t[n++]=ee.BSON_DATA_STRING;var o=i?t.write(e,n,"ascii"):t.write(e,n,"utf8");n=n+o+1,t[n-1]=0;var f=t.write(r,n+4,"utf8");return t[n+3]=f+1>>24&255,t[n+2]=f+1>>16&255,t[n+1]=f+1>>8&255,t[n]=f+1&255,n=n+4+f,t[n++]=0,n},Ab=function(t,e,r,n,i){if(Math.floor(r)===r&&r>=ee.JS_INT_MIN&&r<=ee.JS_INT_MAX)if(r>=ee.BSON_INT32_MIN&&r<=ee.BSON_INT32_MAX){t[n++]=ee.BSON_DATA_INT;var o=i?t.write(e,n,"ascii"):t.write(e,n,"utf8");n=n+o,t[n++]=0,t[n++]=r&255,t[n++]=r>>8&255,t[n++]=r>>16&255,t[n++]=r>>24&255}else if(r>=ee.JS_INT_MIN&&r<=ee.JS_INT_MAX)t[n++]=ee.BSON_DATA_NUMBER,o=i?t.write(e,n,"ascii"):t.write(e,n,"utf8"),n=n+o,t[n++]=0,Ib(t,r,n,"little",52,8),n=n+8;else{t[n++]=ee.BSON_DATA_LONG,o=i?t.write(e,n,"ascii"):t.write(e,n,"utf8"),n=n+o,t[n++]=0;var f=ZB.fromNumber(r),s=f.getLowBits(),u=f.getHighBits();t[n++]=s&255,t[n++]=s>>8&255,t[n++]=s>>16&255,t[n++]=s>>24&255,t[n++]=u&255,t[n++]=u>>8&255,t[n++]=u>>16&255,t[n++]=u>>24&255}else t[n++]=ee.BSON_DATA_NUMBER,o=i?t.write(e,n,"ascii"):t.write(e,n,"utf8"),n=n+o,t[n++]=0,Ib(t,r,n,"little",52,8),n=n+8;return n},$l=function(t,e,r,n,i){t[n++]=ee.BSON_DATA_NULL;var o=i?t.write(e,n,"ascii"):t.write(e,n,"utf8");return n=n+o,t[n++]=0,n},Ob=function(t,e,r,n,i){t[n++]=ee.BSON_DATA_BOOLEAN;var o=i?t.write(e,n,"ascii"):t.write(e,n,"utf8");return n=n+o,t[n++]=0,t[n++]=r?1:0,n},Fb=function(t,e,r,n,i){t[n++]=ee.BSON_DATA_DATE;var o=i?t.write(e,n,"ascii"):t.write(e,n,"utf8");n=n+o,t[n++]=0;var f=ZB.fromNumber(r.getTime()),s=f.getLowBits(),u=f.getHighBits();return t[n++]=s&255,t[n++]=s>>8&255,t[n++]=s>>16&255,t[n++]=s>>24&255,t[n++]=u&255,t[n++]=u>>8&255,t[n++]=u>>16&255,t[n++]=u>>24&255,n},Pb=function(t,e,r,n,i){t[n++]=ee.BSON_DATA_REGEXP;var o=i?t.write(e,n,"ascii"):t.write(e,n,"utf8");if(n=n+o,t[n++]=0,r.source&&r.source.match(od)!=null)throw Error("value "+r.source+" must not contain null bytes");return n=n+t.write(r.source,n,"utf8"),t[n++]=0,r.global&&(t[n++]=115),r.ignoreCase&&(t[n++]=105),r.multiline&&(t[n++]=109),t[n++]=0,n},Db=function(t,e,r,n,i){t[n++]=ee.BSON_DATA_REGEXP;var o=i?t.write(e,n,"ascii"):t.write(e,n,"utf8");if(n=n+o,t[n++]=0,r.pattern.match(od)!=null)throw Error("pattern "+r.pattern+" must not contain null bytes");return n=n+t.write(r.pattern,n,"utf8"),t[n++]=0,n=n+t.write(r.options.split("").sort().join(""),n,"utf8"),t[n++]=0,n},Nb=function(t,e,r,n,i){r===null?t[n++]=ee.BSON_DATA_NULL:r._bsontype==="MinKey"?t[n++]=ee.BSON_DATA_MIN_KEY:t[n++]=ee.BSON_DATA_MAX_KEY;var o=i?t.write(e,n,"ascii"):t.write(e,n,"utf8");return n=n+o,t[n++]=0,n},Rb=function(t,e,r,n,i){t[n++]=ee.BSON_DATA_OID;var o=i?t.write(e,n,"ascii"):t.write(e,n,"utf8");if(n=n+o,t[n++]=0,typeof r.id=="string")t.write(r.id,n,"binary");else if(r.id&&r.id.copy)r.id.copy(t,n,0,12);else throw new Error("object ["+JSON.stringify(r)+"] is not a valid ObjectId");return n+12},Hb=function(t,e,r,n,i){t[n++]=ee.BSON_DATA_BINARY;var o=i?t.write(e,n,"ascii"):t.write(e,n,"utf8");n=n+o,t[n++]=0;var f=r.length;return t[n++]=f&255,t[n++]=f>>8&255,t[n++]=f>>16&255,t[n++]=f>>24&255,t[n++]=ee.BSON_BINARY_SUBTYPE_DEFAULT,r.copy(t,n,0,f),n=n+f,n},Mb=function(t,e,r,n,i,o,f,s,u,l){for(var c=0;c<l.length;c++)if(l[c]===r)throw new Error("cyclic dependency detected");l.push(r),t[n++]=Array.isArray(r)?ee.BSON_DATA_ARRAY:ee.BSON_DATA_OBJECT;var w=u?t.write(e,n,"ascii"):t.write(e,n,"utf8");n=n+w,t[n++]=0;var p=eu(t,r,i,n,o+1,f,s,l);return l.pop(),p},zb=function(t,e,r,n,i){t[n++]=ee.BSON_DATA_DECIMAL128;var o=i?t.write(e,n,"ascii"):t.write(e,n,"utf8");return n=n+o,t[n++]=0,r.bytes.copy(t,n,0,16),n+16},Ub=function(t,e,r,n,i){t[n++]=r._bsontype==="Long"?ee.BSON_DATA_LONG:ee.BSON_DATA_TIMESTAMP;var o=i?t.write(e,n,"ascii"):t.write(e,n,"utf8");n=n+o,t[n++]=0;var f=r.getLowBits(),s=r.getHighBits();return t[n++]=f&255,t[n++]=f>>8&255,t[n++]=f>>16&255,t[n++]=f>>24&255,t[n++]=s&255,t[n++]=s>>8&255,t[n++]=s>>16&255,t[n++]=s>>24&255,n},Lb=function(t,e,r,n,i){t[n++]=ee.BSON_DATA_INT;var o=i?t.write(e,n,"ascii"):t.write(e,n,"utf8");return n=n+o,t[n++]=0,t[n++]=r&255,t[n++]=r>>8&255,t[n++]=r>>16&255,t[n++]=r>>24&255,n},Vb=function(t,e,r,n,i){t[n++]=ee.BSON_DATA_NUMBER;var o=i?t.write(e,n,"ascii"):t.write(e,n,"utf8");return n=n+o,t[n++]=0,Ib(t,r,n,"little",52,8),n=n+8,n},Cb=function(t,e,r,n,i,o,f){t[n++]=ee.BSON_DATA_CODE;var s=f?t.write(e,n,"ascii"):t.write(e,n,"utf8");n=n+s,t[n++]=0;var u=TD(r),l=t.write(u,n+4,"utf8")+1;return t[n]=l&255,t[n+1]=l>>8&255,t[n+2]=l>>16&255,t[n+3]=l>>24&255,n=n+4+l-1,t[n++]=0,n},Wb=function(t,e,r,n,i,o,f,s,u){if(r.scope&&typeof r.scope=="object"){t[n++]=ee.BSON_DATA_CODE_W_SCOPE;var l=u?t.write(e,n,"ascii"):t.write(e,n,"utf8");n=n+l,t[n++]=0;var c=n,w=typeof r.code=="string"?r.code:r.code.toString();n=n+4;var p=t.write(w,n+4,"utf8")+1;t[n]=p&255,t[n+1]=p>>8&255,t[n+2]=p>>16&255,t[n+3]=p>>24&255,t[n+4+p-1]=0,n=n+p+4;var g=eu(t,r.scope,i,n,o+1,f,s);n=g-1;var T=g-c;t[c++]=T&255,t[c++]=T>>8&255,t[c++]=T>>16&255,t[c++]=T>>24&255,t[n++]=0}else{t[n++]=ee.BSON_DATA_CODE,l=u?t.write(e,n,"ascii"):t.write(e,n,"utf8"),n=n+l,t[n++]=0,w=r.code.toString();var L=t.write(w,n+4,"utf8")+1;t[n]=L&255,t[n+1]=L>>8&255,t[n+2]=L>>16&255,t[n+3]=L>>24&255,n=n+4+L-1,t[n++]=0}return n},Kb=function(t,e,r,n,i){t[n++]=ee.BSON_DATA_BINARY;var o=i?t.write(e,n,"ascii"):t.write(e,n,"utf8");n=n+o,t[n++]=0;var f=r.value(!0),s=r.position;return r.sub_type===JB.SUBTYPE_BYTE_ARRAY&&(s=s+4),t[n++]=s&255,t[n++]=s>>8&255,t[n++]=s>>16&255,t[n++]=s>>24&255,t[n++]=r.sub_type,r.sub_type===JB.SUBTYPE_BYTE_ARRAY&&(s=s-4,t[n++]=s&255,t[n++]=s>>8&255,t[n++]=s>>16&255,t[n++]=s>>24&255),f.copy(t,n,0,r.position),n=n+r.position,n},Yb=function(t,e,r,n,i){t[n++]=ee.BSON_DATA_SYMBOL;var o=i?t.write(e,n,"ascii"):t.write(e,n,"utf8");n=n+o,t[n++]=0;var f=t.write(r.value,n+4,"utf8")+1;return t[n]=f&255,t[n+1]=f>>8&255,t[n+2]=f>>16&255,t[n+3]=f>>24&255,n=n+4+f-1,t[n++]=0,n},Gb=function(t,e,r,n,i,o,f){t[n++]=ee.BSON_DATA_OBJECT;var s=f?t.write(e,n,"ascii"):t.write(e,n,"utf8");n=n+s,t[n++]=0;var u=n,l;r.db!=null?l=eu(t,{$ref:r.namespace,$id:r.oid,$db:r.db},!1,n,i+1,o):l=eu(t,{$ref:r.namespace,$id:r.oid},!1,n,i+1,o);var c=l-u;return t[u++]=c&255,t[u++]=c>>8&255,t[u++]=c>>16&255,t[u++]=c>>24&255,l},eu=function(e,r,n,i,o,f,s,u){i=i||0,u=u||[],u.push(r);var l=i+4;if(Array.isArray(r))for(var c=0;c<r.length;c++){var w=""+c,p=r[c];if(p&&p.toBSON){if(typeof p.toBSON!="function")throw new Error("toBSON is not a function");p=p.toBSON()}var g=typeof p;if(g==="string")l=Eb(e,w,p,l,!0);else if(g==="number")l=Ab(e,w,p,l,!0);else{if(g==="bigint")throw new TypeError("Unsupported type BigInt, please use Decimal128");if(g==="boolean")l=Ob(e,w,p,l,!0);else if(p instanceof Date||xb(p))l=Fb(e,w,p,l,!0);else if(p===void 0)l=$l(e,w,p,l,!0);else if(p===null)l=$l(e,w,p,l,!0);else if(p._bsontype==="ObjectID"||p._bsontype==="ObjectId")l=Rb(e,w,p,l,!0);else if(Buffer.isBuffer(p))l=Hb(e,w,p,l,!0);else if(p instanceof RegExp||Sb(p))l=Pb(e,w,p,l,!0);else if(g==="object"&&p._bsontype==null)l=Mb(e,w,p,l,n,o,f,s,!0,u);else if(g==="object"&&p._bsontype==="Decimal128")l=zb(e,w,p,l,!0);else if(p._bsontype==="Long"||p._bsontype==="Timestamp")l=Ub(e,w,p,l,!0);else if(p._bsontype==="Double")l=Vb(e,w,p,l,!0);else if(typeof p=="function"&&f)l=Cb(e,w,p,l,n,o,f,!0);else if(p._bsontype==="Code")l=Wb(e,w,p,l,n,o,f,s,!0);else if(p._bsontype==="Binary")l=Kb(e,w,p,l,!0);else if(p._bsontype==="Symbol")l=Yb(e,w,p,l,!0);else if(p._bsontype==="DBRef")l=Gb(e,w,p,l,o,f,!0);else if(p._bsontype==="BSONRegExp")l=Db(e,w,p,l,!0);else if(p._bsontype==="Int32")l=Lb(e,w,p,l,!0);else if(p._bsontype==="MinKey"||p._bsontype==="MaxKey")l=Nb(e,w,p,l,!0);else if(typeof p._bsontype!="undefined")throw new TypeError("Unrecognized or invalid _bsontype: "+p._bsontype)}}else if(r instanceof vD)for(var T=r.entries(),L=!1;!L;){var O=T.next();if(L=O.done,!L){if(w=O.value[0],p=O.value[1],g=typeof p,typeof w=="string"&&QB.indexOf(w)===-1){if(w.match(od)!=null)throw Error("key "+w+" must not contain null bytes");if(n){if(w[0]==="$")throw Error("key "+w+" must not start with '$'");if(~w.indexOf("."))throw Error("key "+w+" must not contain '.'")}}if(g==="string")l=Eb(e,w,p,l);else if(g==="number")l=Ab(e,w,p,l);else{if(g==="bigint")throw new TypeError("Unsupported type BigInt, please use Decimal128");if(g==="boolean")l=Ob(e,w,p,l);else if(p instanceof Date||xb(p))l=Fb(e,w,p,l);else if(p===null||p===void 0&&s===!1)l=$l(e,w,p,l);else if(p._bsontype==="ObjectID"||p._bsontype==="ObjectId")l=Rb(e,w,p,l);else if(Buffer.isBuffer(p))l=Hb(e,w,p,l);else if(p instanceof RegExp||Sb(p))l=Pb(e,w,p,l);else if(g==="object"&&p._bsontype==null)l=Mb(e,w,p,l,n,o,f,s,!1,u);else if(g==="object"&&p._bsontype==="Decimal128")l=zb(e,w,p,l);else if(p._bsontype==="Long"||p._bsontype==="Timestamp")l=Ub(e,w,p,l);else if(p._bsontype==="Double")l=Vb(e,w,p,l);else if(p._bsontype==="Code")l=Wb(e,w,p,l,n,o,f,s);else if(typeof p=="function"&&f)l=Cb(e,w,p,l,n,o,f);else if(p._bsontype==="Binary")l=Kb(e,w,p,l);else if(p._bsontype==="Symbol")l=Yb(e,w,p,l);else if(p._bsontype==="DBRef")l=Gb(e,w,p,l,o,f);else if(p._bsontype==="BSONRegExp")l=Db(e,w,p,l);else if(p._bsontype==="Int32")l=Lb(e,w,p,l);else if(p._bsontype==="MinKey"||p._bsontype==="MaxKey")l=Nb(e,w,p,l);else if(typeof p._bsontype!="undefined")throw new TypeError("Unrecognized or invalid _bsontype: "+p._bsontype)}}}else{if(r.toBSON){if(typeof r.toBSON!="function")throw new Error("toBSON is not a function");if(r=r.toBSON(),r!=null&&typeof r!="object")throw new Error("toBSON function did not return an object")}for(w in r){if(p=r[w],p&&p.toBSON){if(typeof p.toBSON!="function")throw new Error("toBSON is not a function");p=p.toBSON()}if(g=typeof p,typeof w=="string"&&QB.indexOf(w)===-1){if(w.match(od)!=null)throw Error("key "+w+" must not contain null bytes");if(n){if(w[0]==="$")throw Error("key "+w+" must not start with '$'");if(~w.indexOf("."))throw Error("key "+w+" must not contain '.'")}}if(g==="string")l=Eb(e,w,p,l);else if(g==="number")l=Ab(e,w,p,l);else{if(g==="bigint")throw new TypeError("Unsupported type BigInt, please use Decimal128");if(g==="boolean")l=Ob(e,w,p,l);else if(p instanceof Date||xb(p))l=Fb(e,w,p,l);else if(p===void 0)s===!1&&(l=$l(e,w,p,l));else if(p===null)l=$l(e,w,p,l);else if(p._bsontype==="ObjectID"||p._bsontype==="ObjectId")l=Rb(e,w,p,l);else if(Buffer.isBuffer(p))l=Hb(e,w,p,l);else if(p instanceof RegExp||Sb(p))l=Pb(e,w,p,l);else if(g==="object"&&p._bsontype==null)l=Mb(e,w,p,l,n,o,f,s,!1,u);else if(g==="object"&&p._bsontype==="Decimal128")l=zb(e,w,p,l);else if(p._bsontype==="Long"||p._bsontype==="Timestamp")l=Ub(e,w,p,l);else if(p._bsontype==="Double")l=Vb(e,w,p,l);else if(p._bsontype==="Code")l=Wb(e,w,p,l,n,o,f,s);else if(typeof p=="function"&&f)l=Cb(e,w,p,l,n,o,f);else if(p._bsontype==="Binary")l=Kb(e,w,p,l);else if(p._bsontype==="Symbol")l=Yb(e,w,p,l);else if(p._bsontype==="DBRef")l=Gb(e,w,p,l,o,f);else if(p._bsontype==="BSONRegExp")l=Db(e,w,p,l);else if(p._bsontype==="Int32")l=Lb(e,w,p,l);else if(p._bsontype==="MinKey"||p._bsontype==="MaxKey")l=Nb(e,w,p,l);else if(typeof p._bsontype!="undefined")throw new TypeError("Unrecognized or invalid _bsontype: "+p._bsontype)}}}u.pop(),e[l++]=0;var K=l-i;return e[i++]=K&255,e[i++]=K>>8&255,e[i++]=K>>16&255,e[i++]=K>>24&255,l},ee={};ee.BSON_DATA_NUMBER=1;ee.BSON_DATA_STRING=2;ee.BSON_DATA_OBJECT=3;ee.BSON_DATA_ARRAY=4;ee.BSON_DATA_BINARY=5;ee.BSON_DATA_UNDEFINED=6;ee.BSON_DATA_OID=7;ee.BSON_DATA_BOOLEAN=8;ee.BSON_DATA_DATE=9;ee.BSON_DATA_NULL=10;ee.BSON_DATA_REGEXP=11;ee.BSON_DATA_CODE=13;ee.BSON_DATA_SYMBOL=14;ee.BSON_DATA_CODE_W_SCOPE=15;ee.BSON_DATA_INT=16;ee.BSON_DATA_TIMESTAMP=17;ee.BSON_DATA_LONG=18;ee.BSON_DATA_DECIMAL128=19;ee.BSON_DATA_MIN_KEY=255;ee.BSON_DATA_MAX_KEY=127;ee.BSON_BINARY_SUBTYPE_DEFAULT=0;ee.BSON_BINARY_SUBTYPE_FUNCTION=1;ee.BSON_BINARY_SUBTYPE_BYTE_ARRAY=2;ee.BSON_BINARY_SUBTYPE_UUID=3;ee.BSON_BINARY_SUBTYPE_MD5=4;ee.BSON_BINARY_SUBTYPE_USER_DEFINED=128;ee.BSON_INT32_MAX=2147483647;ee.BSON_INT32_MIN=-2147483648;ee.BSON_INT64_MAX=Math.pow(2,63)-1;ee.BSON_INT64_MIN=-Math.pow(2,63);ee.JS_INT_MAX=9007199254740992;ee.JS_INT_MIN=-9007199254740992;XB.exports=eu});var ik=B((Y5,nk)=>{"use strict";var BD=Vs().Long,kD=xp().Double,ID=Sp().Timestamp,xD=zp().ObjectID,SD=Vp().Symbol,ED=Lp().BSONRegExp,AD=Cp().Code,OD=Zp(),FD=Qp().MinKey,PD=$p().MaxKey,DD=ed().DBRef,ek=Xl().Binary,tk=Ao().normalizedFunctionString,ND=function(e){return typeof e=="object"&&Object.prototype.toString.call(e)==="[object Date]"},tu=function(e,r,n){var i=4+1;if(Array.isArray(e))for(var o=0;o<e.length;o++)i+=rk(o.toString(),e[o],r,!0,n);else{e.toBSON&&(e=e.toBSON());for(var f in e)i+=rk(f,e[f],r,!1,n)}return i};function rk(t,e,r,n,i){switch(e&&e.toBSON&&(e=e.toBSON()),typeof e){case"string":return 1+Buffer.byteLength(t,"utf8")+1+4+Buffer.byteLength(e,"utf8")+1;case"number":return Math.floor(e)===e&&e>=Do.JS_INT_MIN&&e<=Do.JS_INT_MAX&&e>=Do.BSON_INT32_MIN&&e<=Do.BSON_INT32_MAX?(t!=null?Buffer.byteLength(t,"utf8")+1:0)+(4+1):(t!=null?Buffer.byteLength(t,"utf8")+1:0)+(8+1);case"undefined":return n||!i?(t!=null?Buffer.byteLength(t,"utf8")+1:0)+1:0;case"boolean":return(t!=null?Buffer.byteLength(t,"utf8")+1:0)+(1+1);case"object":if(e==null||e instanceof FD||e instanceof PD||e._bsontype==="MinKey"||e._bsontype==="MaxKey")return(t!=null?Buffer.byteLength(t,"utf8")+1:0)+1;if(e instanceof xD||e._bsontype==="ObjectID"||e._bsontype==="ObjectId")return(t!=null?Buffer.byteLength(t,"utf8")+1:0)+(12+1);if(e instanceof Date||ND(e))return(t!=null?Buffer.byteLength(t,"utf8")+1:0)+(8+1);if(typeof Buffer!="undefined"&&Buffer.isBuffer(e))return(t!=null?Buffer.byteLength(t,"utf8")+1:0)+(1+4+1)+e.length;if(e instanceof BD||e instanceof kD||e instanceof ID||e._bsontype==="Long"||e._bsontype==="Double"||e._bsontype==="Timestamp")return(t!=null?Buffer.byteLength(t,"utf8")+1:0)+(8+1);if(e instanceof OD||e._bsontype==="Decimal128")return(t!=null?Buffer.byteLength(t,"utf8")+1:0)+(16+1);if(e instanceof AD||e._bsontype==="Code")return e.scope!=null&&Object.keys(e.scope).length>0?(t!=null?Buffer.byteLength(t,"utf8")+1:0)+1+4+4+Buffer.byteLength(e.code.toString(),"utf8")+1+tu(e.scope,r,i):(t!=null?Buffer.byteLength(t,"utf8")+1:0)+1+4+Buffer.byteLength(e.code.toString(),"utf8")+1;if(e instanceof ek||e._bsontype==="Binary")return e.sub_type===ek.SUBTYPE_BYTE_ARRAY?(t!=null?Buffer.byteLength(t,"utf8")+1:0)+(e.position+1+4+1+4):(t!=null?Buffer.byteLength(t,"utf8")+1:0)+(e.position+1+4+1);if(e instanceof SD||e._bsontype==="Symbol")return(t!=null?Buffer.byteLength(t,"utf8")+1:0)+Buffer.byteLength(e.value,"utf8")+4+1+1;if(e instanceof DD||e._bsontype==="DBRef"){var o={$ref:e.namespace,$id:e.oid};return e.db!=null&&(o.$db=e.db),(t!=null?Buffer.byteLength(t,"utf8")+1:0)+1+tu(o,r,i)}else return e instanceof RegExp||Object.prototype.toString.call(e)==="[object RegExp]"?(t!=null?Buffer.byteLength(t,"utf8")+1:0)+1+Buffer.byteLength(e.source,"utf8")+1+(e.global?1:0)+(e.ignoreCase?1:0)+(e.multiline?1:0)+1:e instanceof ED||e._bsontype==="BSONRegExp"?(t!=null?Buffer.byteLength(t,"utf8")+1:0)+1+Buffer.byteLength(e.pattern,"utf8")+1+Buffer.byteLength(e.options,"utf8")+1:(t!=null?Buffer.byteLength(t,"utf8")+1:0)+tu(e,r,i)+1;case"function":if(e instanceof RegExp||Object.prototype.toString.call(e)==="[object RegExp]"||String.call(e)==="[object RegExp]")return(t!=null?Buffer.byteLength(t,"utf8")+1:0)+1+Buffer.byteLength(e.source,"utf8")+1+(e.global?1:0)+(e.ignoreCase?1:0)+(e.multiline?1:0)+1;if(r&&e.scope!=null&&Object.keys(e.scope).length>0)return(t!=null?Buffer.byteLength(t,"utf8")+1:0)+1+4+4+Buffer.byteLength(tk(e),"utf8")+1+tu(e.scope,r,i);if(r)return(t!=null?Buffer.byteLength(t,"utf8")+1:0)+1+4+Buffer.byteLength(tk(e),"utf8")+1}return 0}var Do={};Do.BSON_INT32_MAX=2147483647;Do.BSON_INT32_MIN=-2147483648;Do.JS_INT_MAX=9007199254740992;Do.JS_INT_MIN=-9007199254740992;nk.exports=tu});var sk=B((G5,lr)=>{"use strict";var RD=Kh(),HD=Vs(),MD=xp(),zD=Sp(),UD=zp(),LD=Lp(),VD=Vp(),CD=ab(),WD=Cp(),KD=Zp(),YD=Qp(),GD=$p(),ZD=ed(),JD=Xl(),QD=YB(),ok=$B(),XD=ik(),Zb=Ao(),fk=1024*1024*17,fd=Zb.allocBuffer(fk),Ve=function(){};Ve.prototype.serialize=function(e,r){r=r||{};var n=typeof r.checkKeys=="boolean"?r.checkKeys:!1,i=typeof r.serializeFunctions=="boolean"?r.serializeFunctions:!1,o=typeof r.ignoreUndefined=="boolean"?r.ignoreUndefined:!0,f=typeof r.minInternalBufferSize=="number"?r.minInternalBufferSize:fk;fd.length<f&&(fd=Zb.allocBuffer(f));var s=ok(fd,e,n,0,0,i,o,[]),u=Zb.allocBuffer(s);return fd.copy(u,0,0,u.length),u};Ve.prototype.serializeWithBufferAndIndex=function(t,e,r){r=r||{};var n=typeof r.checkKeys=="boolean"?r.checkKeys:!1,i=typeof r.serializeFunctions=="boolean"?r.serializeFunctions:!1,o=typeof r.ignoreUndefined=="boolean"?r.ignoreUndefined:!0,f=typeof r.index=="number"?r.index:0,s=ok(e,t,n,f||0,0,i,o);return s-1};Ve.prototype.deserialize=function(t,e){return QD(t,e)};Ve.prototype.calculateObjectSize=function(t,e){e=e||{};var r=typeof e.serializeFunctions=="boolean"?e.serializeFunctions:!1,n=typeof e.ignoreUndefined=="boolean"?e.ignoreUndefined:!0;return XD(t,r,n)};Ve.prototype.deserializeStream=function(t,e,r,n,i,o){o=o??{};for(var f=e,s=0;s<r;s++){var u=t[f]|t[f+1]<<8|t[f+2]<<16|t[f+3]<<24;o.index=f,n[i+s]=this.deserialize(t,o),f=f+u}return f};Ve.BSON_INT32_MAX=2147483647;Ve.BSON_INT32_MIN=-2147483648;Ve.BSON_INT64_MAX=Math.pow(2,63)-1;Ve.BSON_INT64_MIN=-Math.pow(2,63);Ve.JS_INT_MAX=9007199254740992;Ve.JS_INT_MIN=-9007199254740992;Ve.BSON_DATA_NUMBER=1;Ve.BSON_DATA_STRING=2;Ve.BSON_DATA_OBJECT=3;Ve.BSON_DATA_ARRAY=4;Ve.BSON_DATA_BINARY=5;Ve.BSON_DATA_OID=7;Ve.BSON_DATA_BOOLEAN=8;Ve.BSON_DATA_DATE=9;Ve.BSON_DATA_NULL=10;Ve.BSON_DATA_REGEXP=11;Ve.BSON_DATA_CODE=13;Ve.BSON_DATA_SYMBOL=14;Ve.BSON_DATA_CODE_W_SCOPE=15;Ve.BSON_DATA_INT=16;Ve.BSON_DATA_TIMESTAMP=17;Ve.BSON_DATA_LONG=18;Ve.BSON_DATA_MIN_KEY=255;Ve.BSON_DATA_MAX_KEY=127;Ve.BSON_BINARY_SUBTYPE_DEFAULT=0;Ve.BSON_BINARY_SUBTYPE_FUNCTION=1;Ve.BSON_BINARY_SUBTYPE_BYTE_ARRAY=2;Ve.BSON_BINARY_SUBTYPE_UUID=3;Ve.BSON_BINARY_SUBTYPE_MD5=4;Ve.BSON_BINARY_SUBTYPE_USER_DEFINED=128;lr.exports=Ve;lr.exports.Code=WD;lr.exports.Map=RD;lr.exports.Symbol=VD;lr.exports.BSON=Ve;lr.exports.DBRef=ZD;lr.exports.Binary=JD;lr.exports.ObjectID=UD;lr.exports.Long=HD;lr.exports.Timestamp=zD;lr.exports.Double=MD;lr.exports.Int32=CD;lr.exports.MinKey=YD;lr.exports.MaxKey=GD;lr.exports.BSONRegExp=LD;lr.exports.Decimal128=KD});function ak(t,e,r){if(!(t in Lf))throw new Error(`invalid type: ${t}`);return Lf[t].toPrimitive(e,r)}function lk(t,e,r){if(!(t in Lf))throw new Error(`invalid type: ${t}`);return"fromPrimitive"in Lf[t]?Lf[t].fromPrimitive?.(e,r):e}function $D(t){return Boolean(t)}function eN(t){return Boolean(t)}function tN(t){let e=parseFloat(t);if(isNaN(e))throw new Error(`invalid value for FLOAT: ${t}`);return e}function rN(t){let e=parseFloat(t);if(isNaN(e))throw new Error(`invalid value for DOUBLE: ${t}`);return e}function nN(t){let e=parseInt(t,10);if(e<-128||e>127||isNaN(e))throw new Error(`invalid value for INT8: ${t}`);return e}function iN(t){let e=parseInt(t,10);if(e<0||e>255||isNaN(e))throw new Error(`invalid value for UINT8: ${t}`);return e}function oN(t){let e=parseInt(t,10);if(e<-32768||e>32767||isNaN(e))throw new Error(`invalid value for INT16: ${t}`);return e}function fN(t){let e=parseInt(t,10);if(e<0||e>65535||isNaN(e))throw new Error(`invalid value for UINT16: ${t}`);return e}function uk(t){let e=parseInt(t,10);if(e<-2147483648||e>2147483647||isNaN(e))throw new Error(`invalid value for INT32: ${t}`);return e}function sN(t,e){let r=t*10**(e.scale||0),n=Math.round(r*10**-e.presision%1*10**e.presision);if(n<-2147483648||n>2147483647||isNaN(n))throw new Error(`invalid value for INT32: ${t}`);return n}function aN(t){let e=parseInt(t,10);if(e<0||e>281474976710655||isNaN(e))throw new Error(`invalid value for UINT32: ${t}`);return e}function ck(t){let e=parseInt(t,10);if(isNaN(e))throw new Error(`invalid value for INT64: ${t}`);return e}function lN(t,e){let r=t*10**(e.scale||0),n=Math.round(r*10**-e.presision%1*10**e.presision);if(isNaN(n))throw new Error(`invalid value for INT64: ${t}`);return n}function uN(t){let e=parseInt(t,10);if(e<0||isNaN(e))throw new Error(`invalid value for UINT64: ${t}`);return e}function cN(t){let e=parseInt(t,10);if(isNaN(e))throw new Error(`invalid value for INT96: ${t}`);return e}function pk(t){return Buffer.from(t)}function dk(t){return Buffer.from(t)}function pN(t){return Buffer.from(t,"utf8")}function dN(t){return t.toString()}function mN(t){return Buffer.from(JSON.stringify(t))}function wN(t){return JSON.parse(t)}function hN(t){return Buffer.from(Jb.default.serialize(t))}function bN(t){return Jb.default.deserialize(t)}function gN(t){let e=parseInt(t,10);if(e<0||e>18446744073709552e3||isNaN(e))throw new Error(`invalid value for TIME_MILLIS: ${t}`);return e}function yN(t){let e=parseInt(t,10);if(e<0||isNaN(e))throw new Error(`invalid value for TIME_MICROS: ${t}`);return e}function jN(t){if(t instanceof Date)return t.getTime()/mk;{let e=parseInt(t,10);if(e<0||isNaN(e))throw new Error(`invalid value for DATE: ${t}`);return e}}function _N(t){return new Date(t*mk)}function qN(t){if(t instanceof Date)return t.getTime();{let e=parseInt(t,10);if(e<0||isNaN(e))throw new Error(`invalid value for TIMESTAMP_MILLIS: ${t}`);return e}}function vN(t){return new Date(t)}function TN(t){if(t instanceof Date)return t.getTime()*1e3;{let e=parseInt(t,10);if(e<0||isNaN(e))throw new Error(`invalid value for TIMESTAMP_MICROS: ${t}`);return e}}function BN(t){return new Date(t/1e3)}function kN(t){if(!t.months||!t.days||!t.milliseconds)throw new Error("value for INTERVAL must be object { months: ..., days: ..., milliseconds: ... }");let e=Buffer.alloc(12);return e.writeUInt32LE(t.months,0),e.writeUInt32LE(t.days,4),e.writeUInt32LE(t.milliseconds,8),e}function IN(t){let e=Buffer.from(t),r=e.readUInt32LE(0),n=e.readUInt32LE(4),i=e.readUInt32LE(8);return{months:r,days:n,milliseconds:i}}function wk(t,e){return Math.round(t*10**-e.presision%1*10**e.presision)*10**-(e.scale||0)}function hk(t,e){let r=0;if(t.length<=4)for(let i=0;i<t.length;i++)r+=t[i]<<8*(t.length-i-1);else for(let i=0;i<t.length;i++)r+=t[i]*2**(8*(t.length-1-i));return Math.round(r*10**-e.presision%1*10**e.presision)*10**-(e.scale||0)}var Jb,Lf,mk,Qb=V(()=>{Jb=le(sk()),Lf={BOOLEAN:{primitiveType:"BOOLEAN",toPrimitive:$D,fromPrimitive:eN},INT32:{primitiveType:"INT32",toPrimitive:uk},INT64:{primitiveType:"INT64",toPrimitive:ck},INT96:{primitiveType:"INT96",toPrimitive:cN},FLOAT:{primitiveType:"FLOAT",toPrimitive:tN},DOUBLE:{primitiveType:"DOUBLE",toPrimitive:rN},BYTE_ARRAY:{primitiveType:"BYTE_ARRAY",toPrimitive:pk},FIXED_LEN_BYTE_ARRAY:{primitiveType:"FIXED_LEN_BYTE_ARRAY",toPrimitive:pk},UTF8:{primitiveType:"BYTE_ARRAY",originalType:"UTF8",toPrimitive:pN,fromPrimitive:dN},TIME_MILLIS:{primitiveType:"INT32",originalType:"TIME_MILLIS",toPrimitive:gN},TIME_MICROS:{primitiveType:"INT64",originalType:"TIME_MICROS",toPrimitive:yN},DATE:{primitiveType:"INT32",originalType:"DATE",toPrimitive:jN,fromPrimitive:_N},TIMESTAMP_MILLIS:{primitiveType:"INT64",originalType:"TIMESTAMP_MILLIS",toPrimitive:qN,fromPrimitive:vN},TIMESTAMP_MICROS:{primitiveType:"INT64",originalType:"TIMESTAMP_MICROS",toPrimitive:TN,fromPrimitive:BN},UINT_8:{primitiveType:"INT32",originalType:"UINT_8",toPrimitive:iN},UINT_16:{primitiveType:"INT32",originalType:"UINT_16",toPrimitive:fN},UINT_32:{primitiveType:"INT32",originalType:"UINT_32",toPrimitive:aN},UINT_64:{primitiveType:"INT64",originalType:"UINT_64",toPrimitive:uN},INT_8:{primitiveType:"INT32",originalType:"INT_8",toPrimitive:nN},INT_16:{primitiveType:"INT32",originalType:"INT_16",toPrimitive:oN},INT_32:{primitiveType:"INT32",originalType:"INT_32",toPrimitive:uk},INT_64:{primitiveType:"INT64",originalType:"INT_64",toPrimitive:ck},JSON:{primitiveType:"BYTE_ARRAY",originalType:"JSON",toPrimitive:mN,fromPrimitive:wN},BSON:{primitiveType:"BYTE_ARRAY",originalType:"BSON",toPrimitive:hN,fromPrimitive:bN},INTERVAL:{primitiveType:"FIXED_LEN_BYTE_ARRAY",originalType:"INTERVAL",typeLength:12,toPrimitive:kN,fromPrimitive:IN},DECIMAL_INT32:{primitiveType:"INT32",originalType:"DECIMAL_INT32",toPrimitive:sN,fromPrimitive:wk},DECIMAL_INT64:{primitiveType:"INT64",originalType:"DECIMAL_INT64",toPrimitive:lN,fromPrimitive:wk},DECIMAL_BYTE_ARRAY:{primitiveType:"BYTE_ARRAY",originalType:"DECIMAL_BYTE_ARRAY",toPrimitive:dk,fromPrimitive:hk},DECIMAL_FIXED_LEN_BYTE_ARRAY:{primitiveType:"FIXED_LEN_BYTE_ARRAY",originalType:"DECIMAL_FIXED_LEN_BYTE_ARRAY",toPrimitive:dk,fromPrimitive:hk}};mk=864e5});function Xb(t){let e={};for(let r of t.fieldList)e[r.key]={dlevels:[],rlevels:[],values:[],pageHeaders:[],count:0};return{rowCount:0,columnData:e}}function sd(t,e,r){let n=Xb(t).columnData;if($b(t.fields,e,n,0,0),r.rowCount===0){r.rowCount=1,r.columnData=n;return}r.rowCount+=1;for(let i of t.fieldList)Array.prototype.push.apply(r.columnData[i.key].rlevels,n[i.key].rlevels),Array.prototype.push.apply(r.columnData[i.key].dlevels,n[i.key].dlevels),Array.prototype.push.apply(r.columnData[i.key].values,n[i.key].values),r.columnData[i.key].count+=n[i.key].count}function $b(t,e,r,n,i){for(let o in t){let f=t[o],s=[];if(e&&f.name in e&&e[f.name]!==void 0&&e[f.name]!==null&&(e[f.name].constructor===Array?s=e[f.name]:s.push(e[f.name])),s.length===0&&Boolean(e)&&f.repetitionType==="REQUIRED")throw new Error(`missing required field: ${f.name}`);if(s.length>1&&f.repetitionType!=="REPEATED")throw new Error(`too many values for field: ${f.name}`);if(s.length===0){f.isNested?$b(f.fields,null,r,n,i):(r[f.key].count+=1,r[f.key].rlevels.push(n),r[f.key].dlevels.push(i));continue}for(let u=0;u<s.length;u++){let l=u===0?n:f.rLevelMax;f.isNested?$b(f.fields,s[u],r,l,f.dLevelMax):(r[f.key].count+=1,r[f.key].rlevels.push(l),r[f.key].dlevels.push(f.dLevelMax),r[f.key].values.push(ak(f.originalType||f.primitiveType,s[u])))}}}function ad(t,e){let r=[];for(let n=0;n<e.rowCount;n++)r.push({});for(let n in e.columnData){let i=e.columnData[n];i.count&&xN(t,i,n,r)}return r}function xN(t,e,r,n){let i=t.findField(r),o=t.findFieldBranch(r),f=new Array(i.rLevelMax+1).fill(0),s=0;for(let u=0;u<e.count;u++){let l=e.dlevels[u],c=e.rlevels[u];f[c]++,f.fill(0,c+1);let w=0,p=n[f[w++]-1];for(let g of o){if(g===i||l<g.dLevelMax)break;switch(g.repetitionType){case"REPEATED":g.name in p||(p[g.name]=[]);let T=f[w++];for(;p[g.name].length<=T;)p[g.name].push({});p=p[g.name][T];break;default:p[g.name]=p[g.name]||{},p=p[g.name]}}if(l===i.dLevelMax){let g=lk(i.originalType||i.primitiveType,e.values[s],i);switch(s++,i.repetitionType){case"REPEATED":i.name in p||(p[i.name]=[]);let T=f[w];for(;p[i.name].length<=T;)p[i.name].push(null);p[i.name][T]=g;break;default:p[i.name]=g}}}}var ld=V(()=>{Qb()});function eg(t,e){for(let r in t){let n=t[r];n.fields?eg(n.fields,e):n.compression=e}}function bk(t,e,r,n){let i={};for(let o in t){let f=t[o],s=!f.optional,u=Boolean(f.repeated),l=e,c=r,w="REQUIRED";if(s||(w="OPTIONAL",c++),u&&(w="REPEATED",l++,s&&c++),f.fields){let T=n.concat([o]);i[o]={name:o,path:T,key:T.join(),repetitionType:w,rLevelMax:l,dLevelMax:c,isNested:!0,fieldCount:Object.keys(f.fields).length,fields:bk(f.fields,l,c,T)};continue}let p=Lf[f.type];if(!p)throw new Error(`invalid parquet type: ${f.type}`);if(f.encoding=f.encoding||"PLAIN",!(f.encoding in vo))throw new Error(`unsupported parquet encoding: ${f.encoding}`);if(f.compression=f.compression||"UNCOMPRESSED",!(f.compression in Wl))throw new Error(`unsupported compression method: ${f.compression}`);let g=n.concat([o]);i[o]={name:o,primitiveType:p.primitiveType,originalType:p.originalType,path:g,key:g.join(),repetitionType:w,encoding:f.encoding,compression:f.compression,typeLength:f.typeLength||p.typeLength,presision:f.presision,scale:f.scale,rLevelMax:l,dLevelMax:c}}return i}function gk(t){let e=[];for(let r in t)e.push(t[r]),t[r].isNested&&(e=e.concat(gk(t[r].fields)));return e}var ru,tg=V(()=>{Yc();Kl();ld();Qb();ru=class{constructor(e){this.schema=e,this.fields=bk(e,0,0,[]),this.fieldList=gk(this.fields)}findField(e){typeof e=="string"?e=e.split(","):e=e.slice(0);let r=this.fields;for(;e.length>1;e.shift())r=r[e[0]].fields;return r[e[0]]}findFieldBranch(e){typeof e=="string"&&(e=e.split(","));let r=[],n=this.fields;for(;e.length>0;e.shift())r.push(n[e[0]]),e.length>1&&(n=n[e[0]].fields);return r}shredRecord(e,r){sd(this,e,r)}materializeRecords(e){return ad(this,e)}compress(e){return eg(this.schema,e),eg(this.fields,e),this}buffer(){return Xb(this)}}});var Wi,yk=V(()=>{(function(u){u[u.BOOLEAN=0]="BOOLEAN",u[u.INT32=1]="INT32",u[u.INT64=2]="INT64",u[u.INT96=3]="INT96",u[u.FLOAT=4]="FLOAT",u[u.DOUBLE=5]="DOUBLE",u[u.BYTE_ARRAY=6]="BYTE_ARRAY",u[u.FIXED_LEN_BYTE_ARRAY=7]="FIXED_LEN_BYTE_ARRAY"})(Wi||(Wi={}))});var Zs,jk=V(()=>{(function(F){F[F.UTF8=0]="UTF8",F[F.MAP=1]="MAP",F[F.MAP_KEY_VALUE=2]="MAP_KEY_VALUE",F[F.LIST=3]="LIST",F[F.ENUM=4]="ENUM",F[F.DECIMAL=5]="DECIMAL",F[F.DATE=6]="DATE",F[F.TIME_MILLIS=7]="TIME_MILLIS",F[F.TIME_MICROS=8]="TIME_MICROS",F[F.TIMESTAMP_MILLIS=9]="TIMESTAMP_MILLIS",F[F.TIMESTAMP_MICROS=10]="TIMESTAMP_MICROS",F[F.UINT_8=11]="UINT_8",F[F.UINT_16=12]="UINT_16",F[F.UINT_32=13]="UINT_32",F[F.UINT_64=14]="UINT_64",F[F.INT_8=15]="INT_8",F[F.INT_16=16]="INT_16",F[F.INT_32=17]="INT_32",F[F.INT_64=18]="INT_64",F[F.JSON=19]="JSON",F[F.BSON=20]="BSON",F[F.INTERVAL=21]="INTERVAL"})(Zs||(Zs={}))});var Js,_k=V(()=>{(function(n){n[n.REQUIRED=0]="REQUIRED",n[n.OPTIONAL=1]="OPTIONAL",n[n.REPEATED=2]="REPEATED"})(Js||(Js={}))});var Rr,qk=V(()=>{(function(u){u[u.PLAIN=0]="PLAIN",u[u.PLAIN_DICTIONARY=2]="PLAIN_DICTIONARY",u[u.RLE=3]="RLE",u[u.BIT_PACKED=4]="BIT_PACKED",u[u.DELTA_BINARY_PACKED=5]="DELTA_BINARY_PACKED",u[u.DELTA_LENGTH_BYTE_ARRAY=6]="DELTA_LENGTH_BYTE_ARRAY",u[u.DELTA_BYTE_ARRAY=7]="DELTA_BYTE_ARRAY",u[u.RLE_DICTIONARY=8]="RLE_DICTIONARY"})(Rr||(Rr={}))});var Qs,vk=V(()=>{(function(u){u[u.UNCOMPRESSED=0]="UNCOMPRESSED",u[u.SNAPPY=1]="SNAPPY",u[u.GZIP=2]="GZIP",u[u.LZO=3]="LZO",u[u.BROTLI=4]="BROTLI",u[u.LZ4=5]="LZ4",u[u.ZSTD=6]="ZSTD",u[u.LZ4_RAW=7]="LZ4_RAW"})(Qs||(Qs={}))});var Vf,Tk=V(()=>{(function(i){i[i.DATA_PAGE=0]="DATA_PAGE",i[i.INDEX_PAGE=1]="INDEX_PAGE",i[i.DICTIONARY_PAGE=2]="DICTIONARY_PAGE",i[i.DATA_PAGE_V2=3]="DATA_PAGE_V2"})(Vf||(Vf={}))});var Bk,kk=V(()=>{(function(n){n[n.UNORDERED=0]="UNORDERED",n[n.ASCENDING=1]="ASCENDING",n[n.DESCENDING=2]="DESCENDING"})(Bk||(Bk={}))});var Tr=B((uW,xk)=>{var rg=4294967296,Ik=[];for(Xs=0;Xs<256;Xs++)Ik[Xs]=(Xs>15?"":"0")+Xs.toString(16);var Xs,nu=xk.exports=function(t,e){t instanceof Buffer?(this.buffer=t,this.offset=e||0):Object.prototype.toString.call(t)=="[object Uint8Array]"?(this.buffer=new Buffer(t),this.offset=e||0):(this.buffer=this.buffer||new Buffer(8),this.offset=0,this.setValue.apply(this,arguments))};nu.MAX_INT=Math.pow(2,53);nu.MIN_INT=-Math.pow(2,53);nu.prototype={constructor:nu,_2scomp:function(){for(var t=this.buffer,e=this.offset,r=1,n=e+7;n>=e;n--){var i=(t[n]^255)+r;t[n]=i&255,r=i>>8}},setValue:function(t,e){var r=!1;if(arguments.length==1)if(typeof t=="number"){if(r=t<0,t=Math.abs(t),e=t%rg,t=t/rg,t>rg)throw new RangeError(t+" is outside Int64 range");t=t|0}else if(typeof t=="string")t=(t+"").replace(/^0x/,""),e=t.substr(-8),t=t.length>8?t.substr(0,t.length-8):"",t=parseInt(t,16),e=parseInt(e,16);else throw new Error(t+" must be a Number or String");for(var n=this.buffer,i=this.offset,o=7;o>=0;o--)n[i+o]=e&255,e=o==4?t:e>>>8;r&&this._2scomp()},toNumber:function(t){for(var e=this.buffer,r=this.offset,n=e[r]&128,i=0,o=1,f=7,s=1;f>=0;f--,s*=256){var u=e[r+f];n&&(u=(u^255)+o,o=u>>8,u=u&255),i+=u*s}return!t&&i>=nu.MAX_INT?n?-1/0:1/0:n?-i:i},valueOf:function(){return this.toNumber(!1)},toString:function(t){return this.valueOf().toString(t||10)},toOctetString:function(t){for(var e=new Array(8),r=this.buffer,n=this.offset,i=0;i<8;i++)e[i]=Ik[r[n+i]];return e.join(t||"")},toBuffer:function(t){if(t&&this.offset===0)return this.buffer;var e=new Buffer(8);return this.buffer.copy(e,0,this.offset,this.offset+8),e},copy:function(t,e){this.buffer.copy(t,e||0,this.offset,this.offset+8)},compare:function(t){if((this.buffer[this.offset]&128)!=(t.buffer[t.offset]&128))return t.buffer[t.offset]-this.buffer[this.offset];for(var e=0;e<8;e++)if(this.buffer[this.offset+e]!==t.buffer[t.offset+e])return this.buffer[this.offset+e]-t.buffer[t.offset+e];return 0},equals:function(t){return this.compare(t)===0},inspect:function(){return"[Int64 value:"+this+" octets:"+this.toOctetString(" ")+"]"}}});var No=B((oi,ng)=>{var ud=Hn(),iu=oi.Type={STOP:0,VOID:1,BOOL:2,BYTE:3,I08:3,DOUBLE:4,I16:6,I32:8,I64:10,STRING:11,UTF7:11,STRUCT:12,MAP:13,SET:14,LIST:15,UTF8:16,UTF16:17};oi.MessageType={CALL:1,REPLY:2,EXCEPTION:3,ONEWAY:4};oi.TException=cd;function cd(t){Error.call(this),Error.captureStackTrace!==void 0&&Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.message=t}ud.inherits(cd,Error);var SN=oi.TApplicationExceptionType={UNKNOWN:0,UNKNOWN_METHOD:1,INVALID_MESSAGE_TYPE:2,WRONG_METHOD_NAME:3,BAD_SEQUENCE_ID:4,MISSING_RESULT:5,INTERNAL_ERROR:6,PROTOCOL_ERROR:7,INVALID_TRANSFORM:8,INVALID_PROTOCOL:9,UNSUPPORTED_CLIENT_TYPE:10};oi.TApplicationException=pd;function pd(t,e){cd.call(this),Error.captureStackTrace!==void 0&&Error.captureStackTrace(this,this.constructor),this.type=t||SN.UNKNOWN,this.name=this.constructor.name,this.message=e}ud.inherits(pd,cd);pd.prototype.read=function(t){for(var e,r=t.readStructBegin("TApplicationException");r=t.readFieldBegin(),r.ftype!=iu.STOP;){switch(r.fid){case 1:r.ftype==iu.STRING?(r=t.readString(),this.message=r):r=t.skip(r.ftype);break;case 2:r.ftype==iu.I32?(r=t.readI32(),this.type=r):r=t.skip(r.ftype);break;default:r=t.skip(r.ftype);break}t.readFieldEnd()}t.readStructEnd()};pd.prototype.write=function(t){t.writeStructBegin("TApplicationException"),this.message&&(t.writeFieldBegin("message",iu.STRING,1),t.writeString(this.message),t.writeFieldEnd()),this.code&&(t.writeFieldBegin("type",iu.I32,2),t.writeI32(this.code),t.writeFieldEnd()),t.writeFieldStop(),t.writeStructEnd()};var cW=oi.TProtocolExceptionType={UNKNOWN:0,INVALID_DATA:1,NEGATIVE_SIZE:2,SIZE_LIMIT:3,BAD_VERSION:4,NOT_IMPLEMENTED:5,DEPTH_LIMIT:6};oi.TProtocolException=Sk;function Sk(t,e){Error.call(this),Error.captureStackTrace!==void 0&&Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.type=t,this.message=e}ud.inherits(Sk,Error);oi.objectLength=function(t){return Object.keys(t).length};oi.inherits=function(t,e){ud.inherits(t,e)};var dd,md;dd=function(t,e){if(!t)return t;var r;e.shift===void 0?r=e:r=e[0];var n=r,i=t.length,o=[],f,s;for(f=0;f<i;f++)s=t[f],r===null?o.push(s):r===md||r===dd?o.push(r(s,e.slice(1))):o.push(new n(s));return o};md=function(t,e){if(!t)return t;var r;e.shift===void 0?r=e:r=e[0];var n=r,i={},o;for(var f in t)t.hasOwnProperty(f)&&(o=t[f],r===null?i[f]=o:r===md||r===dd?i[f]=r(o,e.slice(1)):i[f]=new n(o));return i};ng.exports.copyMap=md;ng.exports.copyList=dd});var Ak=B((pW,Ek)=>{var $s=null;typeof WebSocket!="undefined"?$s=WebSocket:typeof MozWebSocket!="undefined"?$s=MozWebSocket:typeof global!="undefined"?$s=global.WebSocket||global.MozWebSocket:typeof window!="undefined"?$s=window.WebSocket||window.MozWebSocket:typeof self!="undefined"&&($s=self.WebSocket||self.MozWebSocket);Ek.exports=$s});var og=B((dW,ig)=>{"use strict";var ea=typeof Reflect=="object"?Reflect:null,Ok=ea&&typeof ea.apply=="function"?ea.apply:function(e,r,n){return Function.prototype.apply.call(e,r,n)},wd;ea&&typeof ea.ownKeys=="function"?wd=ea.ownKeys:Object.getOwnPropertySymbols?wd=function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:wd=function(e){return Object.getOwnPropertyNames(e)};function EN(t){console&&console.warn&&console.warn(t)}var Fk=Number.isNaN||function(e){return e!==e};function at(){at.init.call(this)}ig.exports=at;ig.exports.once=PN;at.EventEmitter=at;at.prototype._events=void 0;at.prototype._eventsCount=0;at.prototype._maxListeners=void 0;var Pk=10;function hd(t){if(typeof t!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof t)}Object.defineProperty(at,"defaultMaxListeners",{enumerable:!0,get:function(){return Pk},set:function(t){if(typeof t!="number"||t<0||Fk(t))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+t+".");Pk=t}});at.init=function(){(this._events===void 0||this._events===Object.getPrototypeOf(this)._events)&&(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0};at.prototype.setMaxListeners=function(e){if(typeof e!="number"||e<0||Fk(e))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+e+".");return this._maxListeners=e,this};function Dk(t){return t._maxListeners===void 0?at.defaultMaxListeners:t._maxListeners}at.prototype.getMaxListeners=function(){return Dk(this)};at.prototype.emit=function(e){for(var r=[],n=1;n<arguments.length;n++)r.push(arguments[n]);var i=e==="error",o=this._events;if(o!==void 0)i=i&&o.error===void 0;else if(!i)return!1;if(i){var f;if(r.length>0&&(f=r[0]),f instanceof Error)throw f;var s=new Error("Unhandled error."+(f?" ("+f.message+")":""));throw s.context=f,s}var u=o[e];if(u===void 0)return!1;if(typeof u=="function")Ok(u,this,r);else for(var l=u.length,c=zk(u,l),n=0;n<l;++n)Ok(c[n],this,r);return!0};function Nk(t,e,r,n){var i,o,f;if(hd(r),o=t._events,o===void 0?(o=t._events=Object.create(null),t._eventsCount=0):(o.newListener!==void 0&&(t.emit("newListener",e,r.listener?r.listener:r),o=t._events),f=o[e]),f===void 0)f=o[e]=r,++t._eventsCount;else if(typeof f=="function"?f=o[e]=n?[r,f]:[f,r]:n?f.unshift(r):f.push(r),i=Dk(t),i>0&&f.length>i&&!f.warned){f.warned=!0;var s=new Error("Possible EventEmitter memory leak detected. "+f.length+" "+String(e)+" listeners added. Use emitter.setMaxListeners() to increase limit");s.name="MaxListenersExceededWarning",s.emitter=t,s.type=e,s.count=f.length,EN(s)}return t}at.prototype.addListener=function(e,r){return Nk(this,e,r,!1)};at.prototype.on=at.prototype.addListener;at.prototype.prependListener=function(e,r){return Nk(this,e,r,!0)};function AN(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,arguments.length===0?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function Rk(t,e,r){var n={fired:!1,wrapFn:void 0,target:t,type:e,listener:r},i=AN.bind(n);return i.listener=r,n.wrapFn=i,i}at.prototype.once=function(e,r){return hd(r),this.on(e,Rk(this,e,r)),this};at.prototype.prependOnceListener=function(e,r){return hd(r),this.prependListener(e,Rk(this,e,r)),this};at.prototype.removeListener=function(e,r){var n,i,o,f,s;if(hd(r),i=this._events,i===void 0)return this;if(n=i[e],n===void 0)return this;if(n===r||n.listener===r)--this._eventsCount==0?this._events=Object.create(null):(delete i[e],i.removeListener&&this.emit("removeListener",e,n.listener||r));else if(typeof n!="function"){for(o=-1,f=n.length-1;f>=0;f--)if(n[f]===r||n[f].listener===r){s=n[f].listener,o=f;break}if(o<0)return this;o===0?n.shift():ON(n,o),n.length===1&&(i[e]=n[0]),i.removeListener!==void 0&&this.emit("removeListener",e,s||r)}return this};at.prototype.off=at.prototype.removeListener;at.prototype.removeAllListeners=function(e){var r,n,i;if(n=this._events,n===void 0)return this;if(n.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):n[e]!==void 0&&(--this._eventsCount==0?this._events=Object.create(null):delete n[e]),this;if(arguments.length===0){var o=Object.keys(n),f;for(i=0;i<o.length;++i)f=o[i],f!=="removeListener"&&this.removeAllListeners(f);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if(r=n[e],typeof r=="function")this.removeListener(e,r);else if(r!==void 0)for(i=r.length-1;i>=0;i--)this.removeListener(e,r[i]);return this};function Hk(t,e,r){var n=t._events;if(n===void 0)return[];var i=n[e];return i===void 0?[]:typeof i=="function"?r?[i.listener||i]:[i]:r?FN(i):zk(i,i.length)}at.prototype.listeners=function(e){return Hk(this,e,!0)};at.prototype.rawListeners=function(e){return Hk(this,e,!1)};at.listenerCount=function(t,e){return typeof t.listenerCount=="function"?t.listenerCount(e):Mk.call(t,e)};at.prototype.listenerCount=Mk;function Mk(t){var e=this._events;if(e!==void 0){var r=e[t];if(typeof r=="function")return 1;if(r!==void 0)return r.length}return 0}at.prototype.eventNames=function(){return this._eventsCount>0?wd(this._events):[]};function zk(t,e){for(var r=new Array(e),n=0;n<e;++n)r[n]=t[n];return r}function ON(t,e){for(;e+1<t.length;e++)t[e]=t[e+1];t.pop()}function FN(t){for(var e=new Array(t.length),r=0;r<e.length;++r)e[r]=t[r].listener||t[r];return e}function PN(t,e){return new Promise(function(r,n){function i(f){t.removeListener(e,o),n(f)}function o(){typeof t.removeListener=="function"&&t.removeListener("error",i),r([].slice.call(arguments))}Uk(t,e,o,{once:!0}),e!=="error"&&DN(t,i,{once:!0})})}function DN(t,e,r){typeof t.on=="function"&&Uk(t,"error",e,r)}function Uk(t,e,r,n){if(typeof t.on=="function")n.once?t.once(e,r):t.on(e,r);else if(typeof t.addEventListener=="function")t.addEventListener(e,function i(o){n.once&&t.removeEventListener(e,i),r(o)});else throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof t)}});var bd=B(Ro=>{var fg=Math.pow(2,8),NN=Math.pow(2,16),Lk=Math.pow(2,24),Vk=Math.pow(2,32),RN=Math.pow(2,40),HN=Math.pow(2,48),sg=Math.pow(2,52),MN=Math.pow(2,1022);Ro.readByte=function(t){return t>127?t-256:t};Ro.readI16=function(t,e){e=e||0;var r=t[e+1];return r+=t[e]<<8,t[e]&128&&(r-=NN),r};Ro.readI32=function(t,e){e=e||0;var r=t[e+3];return r+=t[e+2]<<8,r+=t[e+1]<<16,r+=t[e]*Lk,t[e]&128&&(r-=Vk),r};Ro.writeI16=function(t,e){return t[1]=e&255,e>>=8,t[0]=e&255,t};Ro.writeI32=function(t,e){return t[3]=e&255,e>>=8,t[2]=e&255,e>>=8,t[1]=e&255,e>>=8,t[0]=e&255,t};Ro.readDouble=function(t,e){e=e||0;var r=t[e]&128,n=(t[e+1]&240)>>4;n+=(t[e]&127)<<4;var i=t[e+7];switch(i+=t[e+6]<<8,i+=t[e+5]<<16,i+=t[e+4]*Lk,i+=t[e+3]*Vk,i+=t[e+2]*RN,i+=(t[e+1]&15)*HN,n){case 0:n=-1022;break;case 2047:return i?NaN:r?-1/0:1/0;default:i+=sg,n-=1023}return r&&(i*=-1),i*Math.pow(2,n-52)};Ro.writeDouble=function(t,e){var r,n,i;return t[0]=e<0?128:0,e=Math.abs(e),e!==e?(r=2251799813685248,n=2047):e===1/0?(r=0,n=2047):(n=Math.floor(Math.log(e)/Math.LN2),i=Math.pow(2,-n),e*i<1&&(n--,i*=2),n+1023>=2047?(r=0,n=2047):n+1023>=1?(r=(e*i-1)*sg,n+=1023):(r=e*MN*sg,n=0)),t[1]=n<<4&240,t[0]|=n>>4&127,t[7]=r&255,r=Math.floor(r/fg),t[6]=r&255,r=Math.floor(r/fg),t[5]=r&255,r=Math.floor(r/fg),t[4]=r&255,r>>=8,t[3]=r&255,r>>=8,t[2]=r&255,r>>=8,t[1]|=r&15,t}});var Cf=B((wW,Wk)=>{var zN=Hn();Wk.exports=Ck;function Ck(t){Error.call(this),Error.captureStackTrace!==void 0&&Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.message=t}zN.inherits(Ck,Error)});var yd=B(Ki=>{var UN=Hn(),ta=function(){},Kk=console.log,gd="error";function ou(t){return function(){var e=["thrift: ["+t+"] "].concat(Array.from(arguments));return Kk(UN.format.apply(null,e))}}var ag=ta,lg=ta,ug=ta,cg=ta,pg=ta;Ki.setLogFunc=function(t){Kk=t};var LN=Ki.setLogLevel=function(t){switch(ag=lg=ug=cg=pg=ta,gd=t,gd){case"trace":ag=ou("TRACE");case"debug":lg=ou("DEBUG");case"error":ug=ou("ERROR");case"warning":cg=ou("WARN");case"info":pg=ou("INFO")}};LN(gd);Ki.getLogLevel=function(){return gd};Ki.trace=function(){return ag.apply(null,arguments)};Ki.debug=function(){return lg.apply(null,arguments)};Ki.error=function(){return ug.apply(null,arguments)};Ki.warning=function(){return cg.apply(null,arguments)};Ki.info=function(){return pg.apply(null,arguments)}});var wg=B((bW,Yk)=>{var VN=yd(),Yi=Tr(),kt=No(),pt=kt.Type;Yk.exports=R;var dg=Math.pow(2,8),CN=Math.pow(2,24),WN=Math.pow(2,32),KN=Math.pow(2,40),YN=Math.pow(2,48),mg=Math.pow(2,52),GN=Math.pow(2,1022);function R(t){this.trans=t,this.lastField_=[],this.lastFieldId_=0,this.string_limit_=0,this.string_buf_=null,this.string_buf_size_=0,this.container_limit_=0,this.booleanField_={name:null,hasBoolValue:!1},this.boolValue_={hasBoolValue:!1,boolValue:!1}}R.PROTOCOL_ID=-126;R.VERSION_N=1;R.VERSION_MASK=31;R.TYPE_MASK=-32;R.TYPE_BITS=7;R.TYPE_SHIFT_AMOUNT=5;R.Types={CT_STOP:0,CT_BOOLEAN_TRUE:1,CT_BOOLEAN_FALSE:2,CT_BYTE:3,CT_I16:4,CT_I32:5,CT_I64:6,CT_DOUBLE:7,CT_BINARY:8,CT_LIST:9,CT_SET:10,CT_MAP:11,CT_STRUCT:12};R.TTypeToCType=[R.Types.CT_STOP,0,R.Types.CT_BOOLEAN_TRUE,R.Types.CT_BYTE,R.Types.CT_DOUBLE,0,R.Types.CT_I16,0,R.Types.CT_I32,0,R.Types.CT_I64,R.Types.CT_BINARY,R.Types.CT_STRUCT,R.Types.CT_MAP,R.Types.CT_SET,R.Types.CT_LIST];R.prototype.getTransport=function(){return this.trans};R.prototype.getCompactType=function(t){return R.TTypeToCType[t]};R.prototype.getTType=function(t){switch(t){case pt.STOP:return pt.STOP;case R.Types.CT_BOOLEAN_FALSE:case R.Types.CT_BOOLEAN_TRUE:return pt.BOOL;case R.Types.CT_BYTE:return pt.BYTE;case R.Types.CT_I16:return pt.I16;case R.Types.CT_I32:return pt.I32;case R.Types.CT_I64:return pt.I64;case R.Types.CT_DOUBLE:return pt.DOUBLE;case R.Types.CT_BINARY:return pt.STRING;case R.Types.CT_LIST:return pt.LIST;case R.Types.CT_SET:return pt.SET;case R.Types.CT_MAP:return pt.MAP;case R.Types.CT_STRUCT:return pt.STRUCT;default:throw new kt.TProtocolException(kt.TProtocolExceptionType.INVALID_DATA,"Unknown type: "+t)}return pt.STOP};R.prototype.flush=function(){return this.trans.flush()};R.prototype.writeMessageBegin=function(t,e,r){this.writeByte(R.PROTOCOL_ID),this.writeByte(R.VERSION_N&R.VERSION_MASK|e<<R.TYPE_SHIFT_AMOUNT&R.TYPE_MASK),this.writeVarint32(r),this.writeString(t),this._seqid?VN.warning("SeqId already set",{name:t}):(this._seqid=r,this.trans.setCurrSeqId(r))};R.prototype.writeMessageEnd=function(){};R.prototype.writeStructBegin=function(t){this.lastField_.push(this.lastFieldId_),this.lastFieldId_=0};R.prototype.writeStructEnd=function(){this.lastFieldId_=this.lastField_.pop()};R.prototype.writeFieldBegin=function(t,e,r){if(e!=pt.BOOL)return this.writeFieldBeginInternal(t,e,r,-1);this.booleanField_.name=t,this.booleanField_.fieldType=e,this.booleanField_.fieldId=r};R.prototype.writeFieldEnd=function(){};R.prototype.writeFieldStop=function(){this.writeByte(R.Types.CT_STOP)};R.prototype.writeMapBegin=function(t,e,r){r===0?this.writeByte(0):(this.writeVarint32(r),this.writeByte(this.getCompactType(t)<<4|this.getCompactType(e)))};R.prototype.writeMapEnd=function(){};R.prototype.writeListBegin=function(t,e){this.writeCollectionBegin(t,e)};R.prototype.writeListEnd=function(){};R.prototype.writeSetBegin=function(t,e){this.writeCollectionBegin(t,e)};R.prototype.writeSetEnd=function(){};R.prototype.writeBool=function(t){this.booleanField_.name!==null?(this.writeFieldBeginInternal(this.booleanField_.name,this.booleanField_.fieldType,this.booleanField_.fieldId,t?R.Types.CT_BOOLEAN_TRUE:R.Types.CT_BOOLEAN_FALSE),this.booleanField_.name=null):this.writeByte(t?R.Types.CT_BOOLEAN_TRUE:R.Types.CT_BOOLEAN_FALSE)};R.prototype.writeByte=function(t){this.trans.write(new Buffer([t]))};R.prototype.writeI16=function(t){this.writeVarint32(this.i32ToZigzag(t))};R.prototype.writeI32=function(t){this.writeVarint32(this.i32ToZigzag(t))};R.prototype.writeI64=function(t){this.writeVarint64(this.i64ToZigzag(t))};R.prototype.writeDouble=function(t){var e=new Buffer(8),r,n,i;e[7]=t<0?128:0,t=Math.abs(t),t!==t?(r=2251799813685248,n=2047):t===1/0?(r=0,n=2047):(n=Math.floor(Math.log(t)/Math.LN2),i=Math.pow(2,-n),t*i<1&&(n--,i*=2),n+1023>=2047?(r=0,n=2047):n+1023>=1?(r=(t*i-1)*mg,n+=1023):(r=t*GN*mg,n=0)),e[6]=n<<4&240,e[7]|=n>>4&127,e[0]=r&255,r=Math.floor(r/dg),e[1]=r&255,r=Math.floor(r/dg),e[2]=r&255,r=Math.floor(r/dg),e[3]=r&255,r>>=8,e[4]=r&255,r>>=8,e[5]=r&255,r>>=8,e[6]|=r&15,this.trans.write(e)};R.prototype.writeStringOrBinary=function(t,e,r){if(typeof r=="string")this.writeVarint32(Buffer.byteLength(r,e)),this.trans.write(new Buffer(r,e));else if(r instanceof Buffer||Object.prototype.toString.call(r)=="[object Uint8Array]")this.writeVarint32(r.length),this.trans.write(r);else throw new Error(t+" called without a string/Buffer argument: "+r)};R.prototype.writeString=function(t){this.writeStringOrBinary("writeString","utf8",t)};R.prototype.writeBinary=function(t){this.writeStringOrBinary("writeBinary","binary",t)};R.prototype.writeFieldBeginInternal=function(t,e,r,n){var i=n==-1?this.getCompactType(e):n;r>this.lastFieldId_&&r-this.lastFieldId_<=15?this.writeByte(r-this.lastFieldId_<<4|i):(this.writeByte(i),this.writeI16(r)),this.lastFieldId_=r};R.prototype.writeCollectionBegin=function(t,e){e<=14?this.writeByte(e<<4|this.getCompactType(t)):(this.writeByte(240|this.getCompactType(t)),this.writeVarint32(e))};R.prototype.writeVarint32=function(t){for(var e=new Buffer(5),r=0;;)if((t&~127)==0){e[r++]=t;break}else e[r++]=t&127|128,t=t>>>7;var n=new Buffer(r);e.copy(n,0,0,r),this.trans.write(n)};R.prototype.writeVarint64=function(t){if(typeof t=="number"&&(t=new Yi(t)),!(t instanceof Yi))throw new kt.TProtocolException(kt.TProtocolExceptionType.INVALID_DATA,"Expected Int64 or Number, found: "+t);for(var e=new Buffer(10),r=0,n=t.buffer.readUInt32BE(0,!0),i=t.buffer.readUInt32BE(4,!0),o=0;;)if((i&~127)==0&&n===0){e[r++]=i;break}else e[r++]=i&127|128,o=n<<25,i=i>>>7,n=n>>>7,i=i|o;var f=new Buffer(r);e.copy(f,0,0,r),this.trans.write(f)};R.prototype.i64ToZigzag=function(t){if(typeof t=="string"?t=new Yi(parseInt(t,10)):typeof t=="number"&&(t=new Yi(t)),!(t instanceof Yi))throw new kt.TProtocolException(kt.TProtocolExceptionType.INVALID_DATA,"Expected Int64 or Number, found: "+t);var e=t.buffer.readUInt32BE(0,!0),r=t.buffer.readUInt32BE(4,!0),n=e>>>31;return e=(e<<1|r>>>31)^(n?4294967295:0),r=r<<1^(n?4294967295:0),new Yi(e,r)};R.prototype.i32ToZigzag=function(t){return t<<1^(t&2147483648?4294967295:0)};R.prototype.readMessageBegin=function(){var t=this.trans.readByte();if(t!=R.PROTOCOL_ID)throw new kt.TProtocolException(kt.TProtocolExceptionType.BAD_VERSION,"Bad protocol identifier "+t);var e=this.trans.readByte(),r=e&R.VERSION_MASK;if(r!=R.VERSION_N)throw new kt.TProtocolException(kt.TProtocolExceptionType.BAD_VERSION,"Bad protocol version "+r);var n=e>>R.TYPE_SHIFT_AMOUNT&R.TYPE_BITS,i=this.readVarint32(),o=this.readString();return{fname:o,mtype:n,rseqid:i}};R.prototype.readMessageEnd=function(){};R.prototype.readStructBegin=function(){return this.lastField_.push(this.lastFieldId_),this.lastFieldId_=0,{fname:""}};R.prototype.readStructEnd=function(){this.lastFieldId_=this.lastField_.pop()};R.prototype.readFieldBegin=function(){var t=0,e=this.trans.readByte(e),r=e&15;if(r==R.Types.CT_STOP)return{fname:null,ftype:kt.Type.STOP,fid:0};var n=(e&240)>>>4;n===0?t=this.readI16():t=this.lastFieldId_+n;var i=this.getTType(r);return(r==R.Types.CT_BOOLEAN_TRUE||r==R.Types.CT_BOOLEAN_FALSE)&&(this.boolValue_.hasBoolValue=!0,this.boolValue_.boolValue=r==R.Types.CT_BOOLEAN_TRUE),this.lastFieldId_=t,{fname:null,ftype:i,fid:t}};R.prototype.readFieldEnd=function(){};R.prototype.readMapBegin=function(){var t=this.readVarint32();if(t<0)throw new kt.TProtocolException(kt.TProtocolExceptionType.NEGATIVE_SIZE,"Negative map size");var e=0;t!==0&&(e=this.trans.readByte());var r=this.getTType((e&240)>>>4),n=this.getTType(e&15);return{ktype:r,vtype:n,size:t}};R.prototype.readMapEnd=function(){};R.prototype.readListBegin=function(){var t=this.trans.readByte(),e=t>>>4&15;if(e==15&&(e=this.readVarint32()),e<0)throw new kt.TProtocolException(kt.TProtocolExceptionType.NEGATIVE_SIZE,"Negative list size");var r=this.getTType(t&15);return{etype:r,size:e}};R.prototype.readListEnd=function(){};R.prototype.readSetBegin=function(){return this.readListBegin()};R.prototype.readSetEnd=function(){};R.prototype.readBool=function(){var t=!1,e=0;if(this.boolValue_.hasBoolValue===!0)t=this.boolValue_.boolValue,this.boolValue_.hasBoolValue=!1;else{var r=this.trans.readByte();e=r.rsize,t=r.value==R.Types.CT_BOOLEAN_TRUE}return t};R.prototype.readByte=function(){return this.trans.readByte()};R.prototype.readI16=function(){return this.readI32()};R.prototype.readI32=function(){return this.zigzagToI32(this.readVarint32())};R.prototype.readI64=function(){return this.zigzagToI64(this.readVarint64())};R.prototype.readDouble=function(){var t=this.trans.read(8),e=0,r=t[e+7]&128,n=(t[e+6]&240)>>4;n+=(t[e+7]&127)<<4;var i=t[e];switch(i+=t[e+1]<<8,i+=t[e+2]<<16,i+=t[e+3]*CN,i+=t[e+4]*WN,i+=t[e+5]*KN,i+=(t[e+6]&15)*YN,n){case 0:n=-1022;break;case 2047:return i?NaN:r?-1/0:1/0;default:i+=mg,n-=1023}return r&&(i*=-1),i*Math.pow(2,n-52)};R.prototype.readBinary=function(){var t=this.readVarint32();if(t===0)return new Buffer(0);if(t<0)throw new kt.TProtocolException(kt.TProtocolExceptionType.NEGATIVE_SIZE,"Negative binary size");return this.trans.read(t)};R.prototype.readString=function(){var t=this.readVarint32();if(t===0)return"";if(t<0)throw new kt.TProtocolException(kt.TProtocolExceptionType.NEGATIVE_SIZE,"Negative string size");return this.trans.readString(t)};R.prototype.readVarint32=function(){return this.readVarint64().toNumber()};R.prototype.readVarint64=function(){for(var t=0,e=0,r=0,n=0;;){var i=this.trans.readByte();if(t++,n<=25?e=e|(i&127)<<n:25<n&&n<32?(e=e|(i&127)<<n,r=r|(i&127)>>>32-n):r=r|(i&127)<<n-32,n+=7,!(i&128))break;if(t>=10)throw new kt.TProtocolException(kt.TProtocolExceptionType.INVALID_DATA,"Variable-length int over 10 bytes.")}return new Yi(r,e)};R.prototype.zigzagToI32=function(t){return t>>>1^-1*(t&1)};R.prototype.zigzagToI64=function(t){var e=t.buffer.readUInt32BE(0,!0),r=t.buffer.readUInt32BE(4,!0),n=new Yi(e&0,r&1);n._2scomp();var i=n.buffer.readUInt32BE(0,!0),o=n.buffer.readUInt32BE(4,!0),f=e<<31;return e=e>>>1^i,r=(r>>>1|f)^o,new Yi(e,r)};R.prototype.skip=function(t){switch(t){case pt.BOOL:this.readBool();break;case pt.BYTE:this.readByte();break;case pt.I16:this.readI16();break;case pt.I32:this.readI32();break;case pt.I64:this.readI64();break;case pt.DOUBLE:this.readDouble();break;case pt.STRING:this.readString();break;case pt.STRUCT:for(this.readStructBegin();;){var e=this.readFieldBegin();if(e.ftype===pt.STOP)break;this.skip(e.ftype),this.readFieldEnd()}this.readStructEnd();break;case pt.MAP:for(var r=this.readMapBegin(),n=0;n<r.size;++n)this.skip(r.ktype),this.skip(r.vtype);this.readMapEnd();break;case pt.SET:for(var i=this.readSetBegin(),o=0;o<i.size;++o)this.skip(i.etype);this.readSetEnd();break;case pt.LIST:for(var f=this.readListBegin(),s=0;s<f.size;++s)this.skip(f.etype);this.readListEnd();break;default:throw new Error("Invalid type: "+t)}}});var gg=B((gW,Xk)=>{var Gk=yd(),hg=bd(),Zk=Tr(),Gi=No(),Hr=Gi.Type;Xk.exports=he;var Jk=-65536,bg=-2147418112,Qk=255;he.VERSION_MASK=Jk;he.VERSION_1=bg;he.TYPE_MASK=Qk;function he(t,e,r){this.trans=t,this.strictRead=e!==void 0?e:!1,this.strictWrite=r!==void 0?r:!0,this._seqid=null}he.prototype.flush=function(){return this.trans.flush()};he.prototype.writeMessageBegin=function(t,e,r){this.strictWrite?(this.writeI32(bg|e),this.writeString(t),this.writeI32(r)):(this.writeString(t),this.writeByte(e),this.writeI32(r)),this._seqid!==null?Gk.warning("SeqId already set",{name:t}):(this._seqid=r,this.trans.setCurrSeqId(r))};he.prototype.writeMessageEnd=function(){this._seqid!==null?this._seqid=null:Gk.warning("No seqid to unset")};he.prototype.writeStructBegin=function(t){};he.prototype.writeStructEnd=function(){};he.prototype.writeFieldBegin=function(t,e,r){this.writeByte(e),this.writeI16(r)};he.prototype.writeFieldEnd=function(){};he.prototype.writeFieldStop=function(){this.writeByte(Hr.STOP)};he.prototype.writeMapBegin=function(t,e,r){this.writeByte(t),this.writeByte(e),this.writeI32(r)};he.prototype.writeMapEnd=function(){};he.prototype.writeListBegin=function(t,e){this.writeByte(t),this.writeI32(e)};he.prototype.writeListEnd=function(){};he.prototype.writeSetBegin=function(t,e){this.writeByte(t),this.writeI32(e)};he.prototype.writeSetEnd=function(){};he.prototype.writeBool=function(t){t?this.writeByte(1):this.writeByte(0)};he.prototype.writeByte=function(t){this.trans.write(new Buffer([t]))};he.prototype.writeI16=function(t){this.trans.write(hg.writeI16(new Buffer(2),t))};he.prototype.writeI32=function(t){this.trans.write(hg.writeI32(new Buffer(4),t))};he.prototype.writeI64=function(t){t.buffer?this.trans.write(t.buffer):this.trans.write(new Zk(t).buffer)};he.prototype.writeDouble=function(t){this.trans.write(hg.writeDouble(new Buffer(8),t))};he.prototype.writeStringOrBinary=function(t,e,r){if(typeof r=="string")this.writeI32(Buffer.byteLength(r,e)),this.trans.write(new Buffer(r,e));else if(r instanceof Buffer||Object.prototype.toString.call(r)=="[object Uint8Array]")this.writeI32(r.length),this.trans.write(r);else throw new Error(t+" called without a string/Buffer argument: "+r)};he.prototype.writeString=function(t){this.writeStringOrBinary("writeString","utf8",t)};he.prototype.writeBinary=function(t){this.writeStringOrBinary("writeBinary","binary",t)};he.prototype.readMessageBegin=function(){var t=this.readI32(),e,r,n;if(t<0){var i=t&Jk;if(i!=bg)throw new Gi.TProtocolException(Gi.TProtocolExceptionType.BAD_VERSION,"Bad version in readMessageBegin: "+t);e=t&Qk,r=this.readString(),n=this.readI32()}else{if(this.strictRead)throw new Gi.TProtocolException(Gi.TProtocolExceptionType.BAD_VERSION,"No protocol version header");r=this.trans.read(t),e=this.readByte(),n=this.readI32()}return{fname:r,mtype:e,rseqid:n}};he.prototype.readMessageEnd=function(){};he.prototype.readStructBegin=function(){return{fname:""}};he.prototype.readStructEnd=function(){};he.prototype.readFieldBegin=function(){var t=this.readByte();if(t==Hr.STOP)return{fname:null,ftype:t,fid:0};var e=this.readI16();return{fname:null,ftype:t,fid:e}};he.prototype.readFieldEnd=function(){};he.prototype.readMapBegin=function(){var t=this.readByte(),e=this.readByte(),r=this.readI32();return{ktype:t,vtype:e,size:r}};he.prototype.readMapEnd=function(){};he.prototype.readListBegin=function(){var t=this.readByte(),e=this.readI32();return{etype:t,size:e}};he.prototype.readListEnd=function(){};he.prototype.readSetBegin=function(){var t=this.readByte(),e=this.readI32();return{etype:t,size:e}};he.prototype.readSetEnd=function(){};he.prototype.readBool=function(){var t=this.readByte();return t!==0};he.prototype.readByte=function(){return this.trans.readByte()};he.prototype.readI16=function(){return this.trans.readI16()};he.prototype.readI32=function(){return this.trans.readI32()};he.prototype.readI64=function(){var t=this.trans.read(8);return new Zk(t)};he.prototype.readDouble=function(){return this.trans.readDouble()};he.prototype.readBinary=function(){var t=this.readI32();if(t===0)return new Buffer(0);if(t<0)throw new Gi.TProtocolException(Gi.TProtocolExceptionType.NEGATIVE_SIZE,"Negative binary size");return this.trans.read(t)};he.prototype.readString=function(){var t=this.readI32();if(t===0)return"";if(t<0)throw new Gi.TProtocolException(Gi.TProtocolExceptionType.NEGATIVE_SIZE,"Negative string size");return this.trans.readString(t)};he.prototype.getTransport=function(){return this.trans};he.prototype.skip=function(t){switch(t){case Hr.BOOL:this.readBool();break;case Hr.BYTE:this.readByte();break;case Hr.I16:this.readI16();break;case Hr.I32:this.readI32();break;case Hr.I64:this.readI64();break;case Hr.DOUBLE:this.readDouble();break;case Hr.STRING:this.readString();break;case Hr.STRUCT:for(this.readStructBegin();;){var e=this.readFieldBegin();if(e.ftype===Hr.STOP)break;this.skip(e.ftype),this.readFieldEnd()}this.readStructEnd();break;case Hr.MAP:for(var r=this.readMapBegin(),n=0;n<r.size;++n)this.skip(r.ktype),this.skip(r.vtype);this.readMapEnd();break;case Hr.SET:for(var i=this.readSetBegin(),o=0;o<i.size;++o)this.skip(i.etype);this.readSetEnd();break;case Hr.LIST:for(var f=this.readListBegin(),s=0;s<f.size;++s)this.skip(f.etype);this.readListEnd();break;default:throw new Error("Invalid type: "+t)}}});var yg=B((yW,iI)=>{var ZN=Hn(),jd=wg(),$k=gg(),JN=Cf();function fu(t){Error.call(this),Error.captureStackTrace!==void 0&&Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.message=t}ZN.inherits(fu,Error);iI.exports=Rt;var QN=0,XN=1,$N=0,eR=32/8,tR=48/8,rR=64/8,nR=96/8,eI=112/8,tI=4095,rI=1,iR=1073741823;function Zi(t){var e=su();this.outputBuffer=null;var r=this;this.transport=new e(null,function(n){r.outputBuffer=n}),this.transport.inBuf=t||Buffer.alloc(0),this.transport.writeCursor=this.transport.inBuf.length,this.protocol=new jd(this.transport)}Zi.prototype.readVarint32=function(){return this.protocol.readVarint32()};Zi.prototype.writeVarint32=function(t){this.protocol.writeVarint32(t)};Zi.prototype.readString=function(){return this.protocol.readString()};Zi.prototype.writeString=function(t){this.protocol.writeString(t)};Zi.prototype.getOutCount=function(){return this.transport.outCount};Zi.prototype.write=function(t){this.transport.write(t)};Zi.prototype.toBuffer=function(){return this.transport.flush(),this.outputBuffer};Rt.SubprotocolId={BINARY:0,JSON:1,COMPACT:2};function Rt(){this.maxFrameSize=iR,this.protocolId=Rt.SubprotocolId.BINARY,this.rheaders={},this.wheaders={},this.inBuf=Buffer.alloc(0),this.outCount=0,this.flags=null,this.seqid=0,this.shouldWriteHeaders=!0}var nI=function(t,e){if(typeof t!="string"||typeof e!="string")throw new fu("Header key and values must be strings")},oR=function(t){for(var e=Object.keys(Rt.SubprotocolId),r=0;r<e.length;r++)if(t===Rt.SubprotocolId[e[r]])return!0;throw new Error(t+" is not a valid protocol id")};Rt.prototype.setSeqId=function(t){this.seqid=t};Rt.prototype.getSeqId=function(t){return this.seqid};Rt.prototype.setFlags=function(t){this.flags=t};Rt.prototype.getReadHeaders=function(){return this.rheaders};Rt.prototype.setReadHeader=function(t,e){nI(t,e),this.rheaders[t]=e};Rt.prototype.clearReadHeaders=function(){this.rheaders={}};Rt.prototype.getWriteHeaders=function(){return this.wheaders};Rt.prototype.setWriteHeader=function(t,e){nI(t,e),this.wheaders[t]=e};Rt.prototype.clearWriteHeaders=function(){this.wheaders={}};Rt.prototype.setMaxFrameSize=function(t){this.maxFrameSize=t};Rt.prototype.setProtocolId=function(t){oR(t),this.protocolId=t};Rt.prototype.getProtocolId=function(){return this.protocolId};var fR=function(t){var e=t.readInt32BE();return(e&$k.VERSION_MASK)===$k.VERSION_1},sR=function(t){var e=t.readInt8(QN),r=t.readInt8(XN);return e===jd.PROTOCOL_ID&&(r&jd.VERSION_MASK)===jd.VERSION_N};Rt.prototype.readHeaders=function(){var t=this.inBuf,e=!1;if(fR(t)&&(this.setProtocolId(Rt.SubprotocolId.BINARY),e=!0),sR(t)&&(this.setProtocolId(Rt.SubprotocolId.COMPACT),e=!0),e){this.shouldWriteHeaders=!1;return}var r=t.readInt32BE($N);if(r>this.maxFrameSize)throw new fu("Frame exceeds maximum frame size");var n=t.readInt16BE(eR);if(this.shouldWriteHeaders=n===tI,!!this.shouldWriteHeaders){this.setFlags(t.readInt16BE(tR)),this.setSeqId(t.readInt32BE(rR));var i=t.readInt16BE(nR)*4,o=eI+i;if(o>t.length)throw new fu("Header size is greater than frame size");var f=Buffer.alloc(i);t.copy(f,0,eI,o);var s=new Zi(f);this.setProtocolId(s.readVarint32());var u=s.readVarint32();if(u>0)throw new fu("Transforms are not yet supported");for(;;)try{var l=s.readVarint32();if(l!==rI)break;for(var c=s.readVarint32(),w=0;w<c;w++){var p=s.readString(),g=s.readString();this.setReadHeader(p,g)}}catch(T){if(T instanceof JN)break;throw T}return this.read(o),this.getReadHeaders()}};Rt.prototype.writeHeaders=function(){if(!!this.shouldWriteHeaders){var t=this.getWriteHeaders(),e=new Zi;e.writeVarint32(this.protocolId),e.writeVarint32(0);var r=Object.keys(t);if(r.length>0){e.writeVarint32(rI),e.writeVarint32(r.length);for(var n=0;n<r.length;n++){var i=r[n],o=t[i];e.writeString(i),e.writeString(o)}}var f=e.getOutCount(),s=(4-f%4)%4,u=Buffer.alloc(2);u.writeInt16BE(Math.floor((f+s)/4));var l=Buffer.alloc(s);l.fill(0),e.write(l);var c=e.toBuffer(),w=Buffer.alloc(4);w.writeInt32BE(10+this.outCount+c.length);var p=Buffer.alloc(2);p.writeInt16BE(tI);var g=Buffer.alloc(2);g.writeInt16BE(0);var T=Buffer.alloc(4);T.writeInt32BE(this.getSeqId());var L=Buffer.concat([w,p,g,T,u,c]);this.outBuffers.unshift(L),this.outCount+=L.length}}});var su=B((jW,oI)=>{var _d=bd(),aR=Cf(),lR=yg();oI.exports=It;function It(t,e){this.defaultReadBufferSize=1024,this.writeBufferSize=512,this.inBuf=new Buffer(this.defaultReadBufferSize),this.readCursor=0,this.writeCursor=0,this.outBuffers=[],this.outCount=0,this.onFlush=e}It.prototype=new lR;It.prototype.reset=function(){this.inBuf=new Buffer(this.defaultReadBufferSize),this.readCursor=0,this.writeCursor=0,this.outBuffers=[],this.outCount=0};It.receiver=function(t,e){var r=new It;return function(n){if(r.writeCursor+n.length>r.inBuf.length){var i=new Buffer(r.writeCursor+n.length);r.inBuf.copy(i,0,0,r.writeCursor),r.inBuf=i}n.copy(r.inBuf,r.writeCursor,0),r.writeCursor+=n.length,t(r,e)}};It.prototype.commitPosition=function(){var t=this.writeCursor-this.readCursor,e=t*2>this.defaultReadBufferSize?t*2:this.defaultReadBufferSize,r=new Buffer(e);t>0&&this.inBuf.copy(r,0,this.readCursor,this.writeCursor),this.readCursor=0,this.writeCursor=t,this.inBuf=r};It.prototype.rollbackPosition=function(){this.readCursor=0};It.prototype.isOpen=function(){return!0};It.prototype.open=function(){};It.prototype.close=function(){};It.prototype.setCurrSeqId=function(t){this._seqid=t};It.prototype.ensureAvailable=function(t){if(this.readCursor+t>this.writeCursor)throw new aR};It.prototype.read=function(t){this.ensureAvailable(t);var e=new Buffer(t);return this.inBuf.copy(e,0,this.readCursor,this.readCursor+t),this.readCursor+=t,e};It.prototype.readByte=function(){return this.ensureAvailable(1),_d.readByte(this.inBuf[this.readCursor++])};It.prototype.readI16=function(){this.ensureAvailable(2);var t=_d.readI16(this.inBuf,this.readCursor);return this.readCursor+=2,t};It.prototype.readI32=function(){this.ensureAvailable(4);var t=_d.readI32(this.inBuf,this.readCursor);return this.readCursor+=4,t};It.prototype.readDouble=function(){this.ensureAvailable(8);var t=_d.readDouble(this.inBuf,this.readCursor);return this.readCursor+=8,t};It.prototype.readString=function(t){this.ensureAvailable(t);var e=this.inBuf.toString("utf8",this.readCursor,this.readCursor+t);return this.readCursor+=t,e};It.prototype.borrow=function(){var t={buf:this.inBuf,readIndex:this.readCursor,writeIndex:this.writeCursor};return t};It.prototype.consume=function(t){this.readCursor+=t};It.prototype.write=function(t){typeof t=="string"&&(t=new Buffer(t,"utf8")),this.outBuffers.push(t),this.outCount+=t.length};It.prototype.flush=function(){var t=this._seqid;if(this._seqid=null,!(this.outCount<1)){var e=new Buffer(this.outCount),r=0;this.outBuffers.forEach(function(n){n.copy(e,r,0),r+=n.length}),this.onFlush&&this.onFlush(e,t),this.outBuffers=[],this.outCount=0}}});var _g=B((_W,uI)=>{var fI=Tr(),sI=uI.exports={},uR=Math.pow(2,24),aI=Math.pow(2,31),jg=Math.pow(2,32),lI=Math.pow(10,11);sI.toDecimalString=function(t){var e=t.buffer,r=t.offset;if(!e[r]&&!(e[r+1]&224)||!~e[r]&&!~(e[r+1]&224))return t.toString();var n=e[r]&128;if(n){for(var i=!1,o=new Buffer(8),f=7;f>=0;--f)o[f]=~e[r+f]+(i?0:1)&255,i|=e[r+f];e=o}var s=e[r+1]+(e[r]<<8),u=e[r+7]+(e[r+6]<<8)+(e[r+5]<<16)+e[r+4]*uR+(e[r+3]+(e[r+2]<<8))*jg+s*74976710656,l=Math.floor(u/lI)+s*2814;return u=("00000000000"+String(u%lI)).slice(-11),(n?"-":"")+String(l)+u};sI.fromDecimalString=function(t){var e=t.charAt(0)==="-";if(t.length<(e?17:16))return new fI(+t);if(t.length>(e?20:19))throw new RangeError("Too many digits for Int64: "+t);var r=+t.slice(e?1:0,-15),n=+t.slice(-15)+r*2764472320,i=Math.floor(n/jg)+r*232830;if(n=n%jg,i>=aI&&!(e&&i==aI&&n==0))throw new RangeError("The magnitude is too large for Int64.");return e&&(i=~i,n===0?i=i+1&4294967295:n=~n+1,i=2147483648|i),new fI(i,n)}});var dI=B((TW,pI)=>{var cI=Tr(),qW=_g(),vW=pI.exports=function(){"use strict";var t,e,r={'"':'"',"\\":"\\","/":"/",b:"\b",f:"\f",n:`
|
|
13
|
-
`,r:"\r",t:" "},n,i=function(
|
|
14
|
-
`?r+="\\n":i==="\r"?r+="\\r":i===" "?r+="\\t":r+=i}this.tstack.push('"'+r+'"')}};Z.prototype.writeBinary=function(t){if(typeof t=="string")var e=new Buffer(t,"binary");else if(t instanceof Buffer||Object.prototype.toString.call(t)=="[object Uint8Array]")var e=t;else throw new Error("writeBinary called without a string/Buffer argument: "+t);this.tstack.push('"'+e.toString("base64")+'"')};Z.prototype.readMessageBegin=function(){this.rstack=[],this.rpos=[];var t=this.trans.borrow();if(t.readIndex>=t.writeIndex)throw new wI;var e=t.readIndex;if(t.buf[e]!==91)throw new Error("Malformed JSON input, no opening bracket");e++;for(var r=1,n=!1;e<t.writeIndex;e++){var i=t.buf[e];if(n)i===34?n=!1:i===92&&(e+=1);else if(i===91)r+=1;else if(i===93){if(r-=1,r===0)break}else i===34&&(n=!0)}if(r!==0)throw new wI;this.robj=pR(t.buf.slice(t.readIndex,e+1).toString()),this.trans.consume(e+1-t.readIndex);var o=this.robj.shift();if(o!=Z.Version)throw new Error("Wrong thrift protocol version: "+o);var f={};return f.fname=this.robj.shift(),f.mtype=this.robj.shift(),f.rseqid=this.robj.shift(),this.rstack.push(this.robj.shift()),f};Z.prototype.readMessageEnd=function(){};Z.prototype.readStructBegin=function(){var t={};return t.fname="",this.rstack[this.rstack.length-1]instanceof Array&&this.rstack.push(this.rstack[this.rstack.length-1].shift()),t};Z.prototype.readStructEnd=function(){this.rstack.pop()};Z.prototype.readFieldBegin=function(){var t={},e=-1,r=Ke.STOP;for(var n in this.rstack[this.rstack.length-1])if(n!==null){e=parseInt(n,10),this.rpos.push(this.rstack.length);var i=this.rstack[this.rstack.length-1][e];delete this.rstack[this.rstack.length-1][e],this.rstack.push(i);break}if(e!=-1)for(var o in this.rstack[this.rstack.length-1])Z.RType[o]!==null&&(r=Z.RType[o],this.rstack[this.rstack.length-1]=this.rstack[this.rstack.length-1][o]);return t.fname="",t.ftype=r,t.fid=e,t};Z.prototype.readFieldEnd=function(){for(var t=this.rpos.pop();this.rstack.length>t;)this.rstack.pop()};Z.prototype.readMapBegin=function(){var t=this.rstack.pop(),e=t.shift();e instanceof Array&&(this.rstack.push(t),t=e,e=t.shift());var r={};return r.ktype=Z.RType[e],r.vtype=Z.RType[t.shift()],r.size=t.shift(),this.rpos.push(this.rstack.length),this.rstack.push(t.shift()),r};Z.prototype.readMapEnd=function(){this.readFieldEnd()};Z.prototype.readListBegin=function(){var t=this.rstack[this.rstack.length-1],e={};return e.etype=Z.RType[t.shift()],e.size=t.shift(),this.rpos.push(this.rstack.length),this.rstack.push(t.shift()),e};Z.prototype.readListEnd=function(){var t=this.rpos.pop()-2,e=this.rstack;e.pop(),e instanceof Array&&e.length>t&&e[t].length>0&&e.push(e[t].shift())};Z.prototype.readSetBegin=function(){return this.readListBegin()};Z.prototype.readSetEnd=function(){return this.readListEnd()};Z.prototype.readBool=function(){return this.readValue()=="1"};Z.prototype.readByte=function(){return this.readI32()};Z.prototype.readI16=function(){return this.readI32()};Z.prototype.readI32=function(t){return+this.readValue()};Z.prototype.readValue=function(t){t===void 0&&(t=this.rstack[this.rstack.length-1]);var e={};if(t instanceof Array)t.length===0?e.value=void 0:e.value=t.shift();else if(!(t instanceof qg)&&t instanceof Object){for(var r in t)if(r!==null){this.rstack.push(t[r]),delete t[r],e.value=r;break}}else e.value=t,this.rstack.pop();return e.value};Z.prototype.readI64=function(){var t=this.readValue();return typeof t=="string"?mI.fromDecimalString(t):new qg(t)};Z.prototype.readDouble=function(){return this.readI32()};Z.prototype.readBinary=function(){return new Buffer(this.readValue(),"base64")};Z.prototype.readString=function(){return this.readValue()};Z.prototype.getTransport=function(){return this.trans};Z.prototype.skip=function(t){switch(t){case Ke.BOOL:this.readBool();break;case Ke.BYTE:this.readByte();break;case Ke.I16:this.readI16();break;case Ke.I32:this.readI32();break;case Ke.I64:this.readI64();break;case Ke.DOUBLE:this.readDouble();break;case Ke.STRING:this.readString();break;case Ke.STRUCT:for(this.readStructBegin();;){var e=this.readFieldBegin();if(e.ftype===Ke.STOP)break;this.skip(e.ftype),this.readFieldEnd()}this.readStructEnd();break;case Ke.MAP:for(var r=this.readMapBegin(),n=0;n<r.size;++n)this.skip(r.ktype),this.skip(r.vtype);this.readMapEnd();break;case Ke.SET:for(var i=this.readSetBegin(),o=0;o<i.size;++o)this.skip(i.etype);this.readSetEnd();break;case Ke.LIST:for(var f=this.readListBegin(),s=0;s<f.size;++s)this.skip(f.etype);this.readListEnd();break;default:throw new Error("Invalid type: "+t)}}});var vg=B((IW,bI)=>{bI.exports=dR;function dR(t,e){t.Client&&(t=t.Client);var r=function(o,f){e.write(o,f)},n=new e.transport(void 0,r),i=new t(n,e.protocol);return n.client=i,e.client=i,i}});var gI=B(ra=>{"use strict";Object.defineProperty(ra,"__esModule",{value:!0});var mR=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},wR=typeof window!="undefined"&&typeof window.document!="undefined",hR=(typeof self=="undefined"?"undefined":mR(self))==="object"&&self.constructor&&self.constructor.name==="DedicatedWorkerGlobalScope",bR=typeof process!="undefined"&&process.versions!=null&&process.versions.node!=null,gR=function(){return typeof window!="undefined"&&window.name==="nodejs"||navigator.userAgent.includes("Node.js")||navigator.userAgent.includes("jsdom")};ra.isBrowser=wR;ra.isWebWorker=hR;ra.isNode=bR;ra.isJsDom=gR});var qI=B(qd=>{var yR=Hn(),yI=Ak(),jI=og().EventEmitter,_I=No(),jR=su(),_R=au(),qR=Cf(),vR=vg(),TR=gI();qd.WSConnection=Br;function Br(t,e,r){jI.call(this),this.options=r||{},this.host=t,this.port=e,this.secure=this.options.secure||!1,this.transport=this.options.transport||jR,this.protocol=this.options.protocol||_R,this.path=this.options.path,this.send_pending=[],this.seqId2Service={},this.wsOptions={host:this.host,port:this.port||80,path:this.options.path||"/",headers:this.options.headers||{}};for(var n in this.options.wsOptions)this.wsOptions[n]=this.options.wsOptions[n]}yR.inherits(Br,jI);Br.prototype.__reset=function(){this.socket=null,this.send_pending=[]};Br.prototype.__onOpen=function(){this.emit("open"),this.send_pending.length>0&&(this.send_pending.forEach(function(t){this.socket.send(t)},this),this.send_pending=[])};Br.prototype.__onClose=function(t){this.emit("close"),this.__reset()};Br.prototype.__decodeCallback=function(t){var e=new this.protocol(t);try{for(;;){var r=e.readMessageBegin(),n=r.rseqid*-1,i=this.client,o=this.seqId2Service[r.rseqid];o&&(i=this.client[o],delete this.seqId2Service[r.rseqid]),i._reqs[n]=function(f,s){t.commitPosition();var u=i._reqs[r.rseqid];delete i._reqs[r.rseqid],u&&u(f,s)},i["recv_"+r.fname]?i["recv_"+r.fname](e,r.mtype,n):(delete i._reqs[n],this.emit("error",new _I.TApplicationException(_I.TApplicationExceptionType.WRONG_METHOD_NAME,"Received a response to an unknown RPC function")))}}catch(f){if(f instanceof qR)t.rollbackPosition();else throw f}};Br.prototype.__onData=function(t){Object.prototype.toString.call(t)==="[object ArrayBuffer]"&&(t=new Uint8Array(t));var e=new Buffer(t);this.transport.receiver(this.__decodeCallback.bind(this))(e)};Br.prototype.__onMessage=function(t){this.__onData(t.data)};Br.prototype.__onError=function(t){this.emit("error",t),this.socket.close()};Br.prototype.isOpen=function(){return this.socket&&this.socket.readyState===this.socket.OPEN};Br.prototype.open=function(){this.socket&&this.socket.readyState!==this.socket.CLOSED||(TR.isBrowser?this.socket=new yI(this.uri()):this.socket=new yI(this.uri(),"",this.wsOptions),this.socket.binaryType="arraybuffer",this.socket.onopen=this.__onOpen.bind(this),this.socket.onmessage=this.__onMessage.bind(this),this.socket.onerror=this.__onError.bind(this),this.socket.onclose=this.__onClose.bind(this))};Br.prototype.close=function(){this.socket.close()};Br.prototype.uri=function(){var t=this.secure?"wss":"ws",e="",r=this.path||"/",n=this.host;return this.port&&(t==="wss"&&this.port!==443||t==="ws"&&this.port!==80)&&(e=":"+this.port),t+"://"+n+e+r};Br.prototype.write=function(t){this.isOpen()?this.socket.send(t):this.send_pending.push(t)};qd.createWSConnection=function(t,e,r){return new Br(t,e,r)};qd.createWSClient=vR});var TI=B(vd=>{var BR=Hn(),kR=og().EventEmitter,vI=No(),IR=su(),xR=au(),SR=Cf(),ER=vg();vd.XHRConnection=Mr;function Mr(t,e,r){this.options=r||{},this.wpos=0,this.rpos=0,this.useCORS=r&&r.useCORS,this.send_buf="",this.recv_buf="",this.transport=r.transport||IR,this.protocol=r.protocol||xR,this.headers=r.headers||{},t=t||window.location.host,e=e||window.location.port;var n=r.https?"https://":"http://",i=r.path||"/";e===""&&(e=void 0),!e||e===80||e==="80"?this.url=n+t+i:this.url=n+t+":"+e+i,this.seqId2Service={}}BR.inherits(Mr,kR);Mr.prototype.getXmlHttpRequestObject=function(){try{return new XMLHttpRequest}catch{}try{return new ActiveXObject("Msxml2.XMLHTTP")}catch{}try{return new ActiveXObject("Microsoft.XMLHTTP")}catch{}throw"Your browser doesn't support XHR."};Mr.prototype.flush=function(){var t=this;if(this.url===void 0||this.url==="")return this.send_buf;var e=this.getXmlHttpRequestObject();e.overrideMimeType&&e.overrideMimeType("application/json"),e.onreadystatechange=function(){this.readyState==4&&this.status==200&&t.setRecvBuffer(this.responseText)},e.open("POST",this.url,!0),Object.keys(this.headers).forEach(function(r){e.setRequestHeader(r,t.headers[r])}),e.send(this.send_buf)};Mr.prototype.setRecvBuffer=function(t){if(this.recv_buf=t,this.recv_buf_sz=this.recv_buf.length,this.wpos=this.recv_buf.length,this.rpos=0,Object.prototype.toString.call(t)=="[object ArrayBuffer]")var e=new Uint8Array(t);var r=new Buffer(e||t);this.transport.receiver(this.__decodeCallback.bind(this))(r)};Mr.prototype.__decodeCallback=function(t){var e=new this.protocol(t);try{for(;;){var r=e.readMessageBegin(),n=r.rseqid*-1,i=this.client,o=this.seqId2Service[r.rseqid];o&&(i=this.client[o],delete this.seqId2Service[r.rseqid]),i._reqs[n]=function(f,s){t.commitPosition();var u=i._reqs[r.rseqid];delete i._reqs[r.rseqid],u&&u(f,s)},i["recv_"+r.fname]?i["recv_"+r.fname](e,r.mtype,n):(delete i._reqs[n],this.emit("error",new vI.TApplicationException(vI.TApplicationExceptionType.WRONG_METHOD_NAME,"Received a response to an unknown RPC function")))}}catch(f){if(f instanceof SR)t.rollbackPosition();else throw f}};Mr.prototype.isOpen=function(){return!0};Mr.prototype.open=function(){};Mr.prototype.close=function(){};Mr.prototype.read=function(t){var e=this.wpos-this.rpos;if(e===0)return"";var r=t;e<t&&(r=e);var n=this.read_buf.substr(this.rpos,r);return this.rpos+=r,n};Mr.prototype.readAll=function(){return this.recv_buf};Mr.prototype.write=function(t){this.send_buf=t,this.flush()};Mr.prototype.getSendBuffer=function(){return this.send_buf};vd.createXHRConnection=function(t,e,r){return new Mr(t,e,r)};vd.createXHRClient=ER});var kI=B((BI,Tg)=>{(function(t){"use strict";if(typeof bootstrap=="function")bootstrap("promise",t);else if(typeof BI=="object"&&typeof Tg=="object")Tg.exports=t();else if(typeof define=="function"&&define.amd)define(t);else if(typeof ses!="undefined")if(ses.ok())ses.makeQ=t;else return;else if(typeof window!="undefined"||typeof self!="undefined"){var e=typeof window!="undefined"?window:self,r=e.Q;e.Q=t(),e.Q.noConflict=function(){return e.Q=r,this}}else throw new Error("This environment was not anticipated by Q. Please file a bug.")})(function(){"use strict";var t=!1;try{throw new Error}catch(h){t=!!h.stack}var e=de(),r,n=function(){},i=function(){var h={task:void 0,next:null},y=h,I=!1,U=void 0,me=!1,Ee=[];function be(){for(var ct,Dt;h.next;)h=h.next,ct=h.task,h.task=void 0,Dt=h.domain,Dt&&(h.domain=void 0,Dt.enter()),lt(ct,Dt);for(;Ee.length;)ct=Ee.pop(),lt(ct);I=!1}function lt(ct,Dt){try{ct()}catch(yo){if(me)throw Dt&&Dt.exit(),setTimeout(be,0),Dt&&Dt.enter(),yo;setTimeout(function(){throw yo},0)}Dt&&Dt.exit()}if(i=function(ct){y=y.next={task:ct,domain:me&&process.domain,next:null},I||(I=!0,U())},typeof process=="object"&&process.toString()==="[object process]"&&process.nextTick)me=!0,U=function(){process.nextTick(be)};else if(typeof setImmediate=="function")typeof window!="undefined"?U=setImmediate.bind(window,be):U=function(){setImmediate(be)};else if(typeof MessageChannel!="undefined"){var rt=new MessageChannel;rt.port1.onmessage=function(){U=ut,rt.port1.onmessage=be,be()};var ut=function(){rt.port2.postMessage(0)};U=function(){setTimeout(be,0),ut()}}else U=function(){setTimeout(be,0)};return i.runAfter=function(ct){Ee.push(ct),I||(I=!0,U())},i}(),o=Function.call;function f(h){return function(){return o.apply(h,arguments)}}var s=f(Array.prototype.slice),u=f(Array.prototype.reduce||function(h,y){var I=0,U=this.length;if(arguments.length===1)do{if(I in this){y=this[I++];break}if(++I>=U)throw new TypeError}while(1);for(;I<U;I++)I in this&&(y=h(y,this[I],I));return y}),l=f(Array.prototype.indexOf||function(h){for(var y=0;y<this.length;y++)if(this[y]===h)return y;return-1}),c=f(Array.prototype.map||function(h,y){var I=this,U=[];return u(I,function(me,Ee,be){U.push(h.call(y,Ee,be,I))},void 0),U}),w=Object.create||function(h){function y(){}return y.prototype=h,new y},p=Object.defineProperty||function(h,y,I){return h[y]=I.value,h},g=f(Object.prototype.hasOwnProperty),T=Object.keys||function(h){var y=[];for(var I in h)g(h,I)&&y.push(I);return y},L=f(Object.prototype.toString);function O(h){return h===Object(h)}function K(h){return L(h)==="[object StopIteration]"||h instanceof ne}var ne;typeof ReturnValue!="undefined"?ne=ReturnValue:ne=function(h){this.value=h};var H="From previous event:";function M(h,y){if(t&&y.stack&&typeof h=="object"&&h!==null&&h.stack){for(var I=[],U=y;U;U=U.source)U.stack&&(!h.__minimumStackCounter__||h.__minimumStackCounter__>U.stackCounter)&&(p(h,"__minimumStackCounter__",{value:U.stackCounter,configurable:!0}),I.unshift(U.stack));I.unshift(h.stack);var me=I.join(`
|
|
15
|
-
`+
|
|
16
|
-
`)
|
|
17
|
-
`),
|
|
18
|
-
`)}function
|
|
19
|
-
`),
|
|
20
|
-
`)+1),me.stackCounter=Fe++}function Ee(be){I=be,_.longStackSupport&&t&&(me.source=be),u(h,function(lt,rt){_.nextTick(function(){be.promiseDispatch.apply(be,rt)})},void 0),h=void 0,y=void 0}return U.promise=me,U.resolve=function(be){I||Ee(_(be))},U.fulfill=function(be){I||Ee(kf(be))},U.reject=function(be){I||Ee(jr(be))},U.notify=function(be){I||u(y,function(lt,rt){_.nextTick(function(){rt(be)})},void 0)},U}Ce.prototype.makeNodeResolver=function(){var h=this;return function(y,I){y?h.reject(y):arguments.length>2?h.resolve(s(arguments,1)):h.resolve(I)}},_.Promise=ge,_.promise=ge;function ge(h){if(typeof h!="function")throw new TypeError("resolver must be a function.");var y=Ce();try{h(y.resolve,y.reject,y.notify)}catch(I){y.reject(I)}return y.promise}ge.race=Je,ge.all=go,ge.reject=jr,ge.resolve=_,_.passByCopy=function(h){return h},te.prototype.passByCopy=function(){return this},_.join=function(h,y){return _(h).join(y)},te.prototype.join=function(h){return _([this,h]).spread(function(y,I){if(y===I)return y;throw new Error("Q can't join: not the same: "+y+" "+I)})},_.race=Je;function Je(h){return ge(function(y,I){for(var U=0,me=h.length;U<me;U++)_(h[U]).then(y,I)})}te.prototype.race=function(){return this.then(_.race)},_.makePromise=te;function te(h,y,I){y===void 0&&(y=function(Ee){return jr(new Error("Promise does not support operation: "+Ee))}),I===void 0&&(I=function(){return{state:"unknown"}});var U=w(te.prototype);if(U.promiseDispatch=function(Ee,be,lt){var rt;try{h[be]?rt=h[be].apply(U,lt):rt=y.call(U,be,lt)}catch(ut){rt=jr(ut)}Ee&&Ee(rt)},U.inspect=I,I){var me=I();me.state==="rejected"&&(U.exception=me.reason),U.valueOf=function(){var Ee=I();return Ee.state==="pending"||Ee.state==="rejected"?U:Ee.value}}return U}te.prototype.toString=function(){return"[object Promise]"},te.prototype.then=function(h,y,I){var U=this,me=Ce(),Ee=!1;function be(ut){try{return typeof h=="function"?h(ut):ut}catch(ct){return jr(ct)}}function lt(ut){if(typeof y=="function"){M(ut,U);try{return y(ut)}catch(ct){return jr(ct)}}return jr(ut)}function rt(ut){return typeof I=="function"?I(ut):ut}return _.nextTick(function(){U.promiseDispatch(function(ut){Ee||(Ee=!0,me.resolve(be(ut)))},"when",[function(ut){Ee||(Ee=!0,me.resolve(lt(ut)))}])}),U.promiseDispatch(void 0,"when",[void 0,function(ut){var ct,Dt=!1;try{ct=rt(ut)}catch(yo){if(Dt=!0,_.onerror)_.onerror(yo);else throw yo}Dt||me.notify(ct)}]),me.promise},_.tap=function(h,y){return _(h).tap(y)},te.prototype.tap=function(h){return h=_(h),this.then(function(y){return h.fcall(y).thenResolve(y)})},_.when=Bt;function Bt(h,y,I,U){return _(h).then(y,I,U)}te.prototype.thenResolve=function(h){return this.then(function(){return h})},_.thenResolve=function(h,y){return _(h).thenResolve(y)},te.prototype.thenReject=function(h){return this.then(function(){throw h})},_.thenReject=function(h,y){return _(h).thenReject(y)},_.nearer=st;function st(h){if(Er(h)){var y=h.inspect();if(y.state==="fulfilled")return y.value}return h}_.isPromise=Er;function Er(h){return h instanceof te}_.isPromiseAlike=Oi;function Oi(h){return O(h)&&typeof h.then=="function"}_.isPending=Tf;function Tf(h){return Er(h)&&h.inspect().state==="pending"}te.prototype.isPending=function(){return this.inspect().state==="pending"},_.isFulfilled=Bf;function Bf(h){return!Er(h)||h.inspect().state==="fulfilled"}te.prototype.isFulfilled=function(){return this.inspect().state==="fulfilled"},_.isRejected=On;function On(h){return Er(h)&&h.inspect().state==="rejected"}te.prototype.isRejected=function(){return this.inspect().state==="rejected"};var Kr=[],Zt=[],Fi=[],Fn=!0;function W(){Kr.length=0,Zt.length=0,Fn||(Fn=!0)}function Bs(h,y){!Fn||(typeof process=="object"&&typeof process.emit=="function"&&_.nextTick.runAfter(function(){l(Zt,h)!==-1&&(process.emit("unhandledRejection",y,h),Fi.push(h))}),Zt.push(h),y&&typeof y.stack!="undefined"?Kr.push(y.stack):Kr.push("(no stack) "+y))}function ks(h){if(!!Fn){var y=l(Zt,h);y!==-1&&(typeof process=="object"&&typeof process.emit=="function"&&_.nextTick.runAfter(function(){var I=l(Fi,h);I!==-1&&(process.emit("rejectionHandled",Kr[y],h),Fi.splice(I,1))}),Zt.splice(y,1),Kr.splice(y,1))}}_.resetUnhandledRejections=W,_.getUnhandledReasons=function(){return Kr.slice()},_.stopUnhandledRejectionTracking=function(){W(),Fn=!1},W(),_.reject=jr;function jr(h){var y=te({when:function(I){return I&&ks(this),I?I(h):this}},function(){return this},function(){return{state:"rejected",reason:h}});return Bs(y,h),y}_.fulfill=kf;function kf(h){return te({when:function(){return h},get:function(y){return h[y]},set:function(y,I){h[y]=I},delete:function(y){delete h[y]},post:function(y,I){return y==null?h.apply(void 0,I):h[y].apply(h,I)},apply:function(y,I){return h.apply(y,I)},keys:function(){return T(h)}},void 0,function(){return{state:"fulfilled",value:h}})}function pl(h){var y=Ce();return _.nextTick(function(){try{h.then(y.resolve,y.reject,y.notify)}catch(I){y.reject(I)}}),y.promise}_.master=Nw;function Nw(h){return te({isDef:function(){}},function(I,U){return dl(h,I,U)},function(){return _(h).inspect()})}_.spread=Pc;function Pc(h,y,I){return _(h).spread(y,I)}te.prototype.spread=function(h,y){return this.all().then(function(I){return h.apply(void 0,I)},y)},_.async=Is;function Is(h){return function(){function y(Ee,be){var lt;if(typeof StopIteration=="undefined"){try{lt=I[Ee](be)}catch(rt){return jr(rt)}return lt.done?_(lt.value):Bt(lt.value,U,me)}else{try{lt=I[Ee](be)}catch(rt){return K(rt)?_(rt.value):jr(rt)}return Bt(lt,U,me)}}var I=h.apply(this,arguments),U=y.bind(y,"next"),me=y.bind(y,"throw");return U()}}_.spawn=Rw;function Rw(h){_.done(_.async(h)())}_.return=Hw;function Hw(h){throw new ne(h)}_.promised=Dc;function Dc(h){return function(){return Pc([this,go(arguments)],function(y,I){return h.apply(y,I)})}}_.dispatch=dl;function dl(h,y,I){return _(h).dispatch(y,I)}te.prototype.dispatch=function(h,y){var I=this,U=Ce();return _.nextTick(function(){I.promiseDispatch(U.resolve,h,y)}),U.promise},_.get=function(h,y){return _(h).dispatch("get",[y])},te.prototype.get=function(h){return this.dispatch("get",[h])},_.set=function(h,y,I){return _(h).dispatch("set",[y,I])},te.prototype.set=function(h,y){return this.dispatch("set",[h,y])},_.del=_.delete=function(h,y){return _(h).dispatch("delete",[y])},te.prototype.del=te.prototype.delete=function(h){return this.dispatch("delete",[h])},_.mapply=_.post=function(h,y,I){return _(h).dispatch("post",[y,I])},te.prototype.mapply=te.prototype.post=function(h,y){return this.dispatch("post",[h,y])},_.send=_.mcall=_.invoke=function(h,y){return _(h).dispatch("post",[y,s(arguments,2)])},te.prototype.send=te.prototype.mcall=te.prototype.invoke=function(h){return this.dispatch("post",[h,s(arguments,1)])},_.fapply=function(h,y){return _(h).dispatch("apply",[void 0,y])},te.prototype.fapply=function(h){return this.dispatch("apply",[void 0,h])},_.try=_.fcall=function(h){return _(h).dispatch("apply",[void 0,s(arguments,1)])},te.prototype.fcall=function(){return this.dispatch("apply",[void 0,s(arguments)])},_.fbind=function(h){var y=_(h),I=s(arguments,1);return function(){return y.dispatch("apply",[this,I.concat(s(arguments))])}},te.prototype.fbind=function(){var h=this,y=s(arguments);return function(){return h.dispatch("apply",[this,y.concat(s(arguments))])}},_.keys=function(h){return _(h).dispatch("keys",[])},te.prototype.keys=function(){return this.dispatch("keys",[])},_.all=go;function go(h){return Bt(h,function(y){var I=0,U=Ce();return u(y,function(me,Ee,be){var lt;Er(Ee)&&(lt=Ee.inspect()).state==="fulfilled"?y[be]=lt.value:(++I,Bt(Ee,function(rt){y[be]=rt,--I==0&&U.resolve(y)},U.reject,function(rt){U.notify({index:be,value:rt})}))},void 0),I===0&&U.resolve(y),U.promise})}te.prototype.all=function(){return go(this)},_.any=xs;function xs(h){if(h.length===0)return _.resolve();var y=_.defer(),I=0;return u(h,function(U,me,Ee){var be=h[Ee];I++,Bt(be,lt,rt,ut);function lt(ct){y.resolve(ct)}function rt(ct){if(I--,I===0){var Dt=ct||new Error(""+ct);Dt.message="Q can't get fulfillment value from any promise, all promises were rejected. Last error message: "+Dt.message,y.reject(Dt)}}function ut(ct){y.notify({index:Ee,value:ct})}},void 0),y.promise}te.prototype.any=function(){return xs(this)},_.allResolved=Ze(mr,"allResolved","allSettled");function mr(h){return Bt(h,function(y){return y=c(y,_),Bt(go(c(y,function(I){return Bt(I,n,n)})),function(){return y})})}te.prototype.allResolved=function(){return mr(this)},_.allSettled=ml;function ml(h){return _(h).allSettled()}te.prototype.allSettled=function(){return this.then(function(h){return go(c(h,function(y){y=_(y);function I(){return y.inspect()}return y.then(I,I)}))})},_.fail=_.catch=function(h,y){return _(h).then(void 0,y)},te.prototype.fail=te.prototype.catch=function(h){return this.then(void 0,h)},_.progress=V_;function V_(h,y){return _(h).then(void 0,void 0,y)}te.prototype.progress=function(h){return this.then(void 0,void 0,h)},_.fin=_.finally=function(h,y){return _(h).finally(y)},te.prototype.fin=te.prototype.finally=function(h){if(!h||typeof h.apply!="function")throw new Error("Q can't apply finally callback");return h=_(h),this.then(function(y){return h.fcall().then(function(){return y})},function(y){return h.fcall().then(function(){throw y})})},_.done=function(h,y,I,U){return _(h).done(y,I,U)},te.prototype.done=function(h,y,I){var U=function(Ee){_.nextTick(function(){if(M(Ee,me),_.onerror)_.onerror(Ee);else throw Ee})},me=h||y||I?this.then(h,y,I):this;typeof process=="object"&&process&&process.domain&&(U=process.domain.bind(U)),me.then(void 0,U)},_.timeout=function(h,y,I){return _(h).timeout(y,I)},te.prototype.timeout=function(h,y){var I=Ce(),U=setTimeout(function(){(!y||typeof y=="string")&&(y=new Error(y||"Timed out after "+h+" ms"),y.code="ETIMEDOUT"),I.reject(y)},h);return this.then(function(me){clearTimeout(U),I.resolve(me)},function(me){clearTimeout(U),I.reject(me)},I.notify),I.promise},_.delay=function(h,y){return y===void 0&&(y=h,h=void 0),_(h).delay(y)},te.prototype.delay=function(h){return this.then(function(y){var I=Ce();return setTimeout(function(){I.resolve(y)},h),I.promise})},_.nfapply=function(h,y){return _(h).nfapply(y)},te.prototype.nfapply=function(h){var y=Ce(),I=s(h);return I.push(y.makeNodeResolver()),this.fapply(I).fail(y.reject),y.promise},_.nfcall=function(h){var y=s(arguments,1);return _(h).nfapply(y)},te.prototype.nfcall=function(){var h=s(arguments),y=Ce();return h.push(y.makeNodeResolver()),this.fapply(h).fail(y.reject),y.promise},_.nfbind=_.denodeify=function(h){if(h===void 0)throw new Error("Q can't wrap an undefined function");var y=s(arguments,1);return function(){var I=y.concat(s(arguments)),U=Ce();return I.push(U.makeNodeResolver()),_(h).fapply(I).fail(U.reject),U.promise}},te.prototype.nfbind=te.prototype.denodeify=function(){var h=s(arguments);return h.unshift(this),_.denodeify.apply(void 0,h)},_.nbind=function(h,y){var I=s(arguments,2);return function(){var U=I.concat(s(arguments)),me=Ce();U.push(me.makeNodeResolver());function Ee(){return h.apply(y,arguments)}return _(Ee).fapply(U).fail(me.reject),me.promise}},te.prototype.nbind=function(){var h=s(arguments,0);return h.unshift(this),_.nbind.apply(void 0,h)},_.nmapply=_.npost=function(h,y,I){return _(h).npost(y,I)},te.prototype.nmapply=te.prototype.npost=function(h,y){var I=s(y||[]),U=Ce();return I.push(U.makeNodeResolver()),this.dispatch("post",[h,I]).fail(U.reject),U.promise},_.nsend=_.nmcall=_.ninvoke=function(h,y){var I=s(arguments,2),U=Ce();return I.push(U.makeNodeResolver()),_(h).dispatch("post",[y,I]).fail(U.reject),U.promise},te.prototype.nsend=te.prototype.nmcall=te.prototype.ninvoke=function(h){var y=s(arguments,1),I=Ce();return y.push(I.makeNodeResolver()),this.dispatch("post",[h,y]).fail(I.reject),I.promise},_.nodeify=Ne;function Ne(h,y){return _(h).nodeify(y)}te.prototype.nodeify=function(h){if(h)this.then(function(y){_.nextTick(function(){h(null,y)})},function(y){_.nextTick(function(){h(y)})});else return this},_.noConflict=function(){throw new Error("Q.noConflict only works when Q is used as a global")};var Ss=de();return _})});var EI=B(SI=>{var AR=Hn(),II=No();SI.Multiplexer=xI;function OR(t,e,r){function n(i,o,f){e.call(this,i,o,f)}return AR.inherits(n,e),n.prototype.writeMessageBegin=function(i,o,f){o==II.MessageType.CALL||o==II.MessageType.ONEWAY?(r.seqId2Service[f]=t,n.super_.prototype.writeMessageBegin.call(this,t+":"+i,o,f)):n.super_.prototype.writeMessageBegin.call(this,i,o,f)},n}function xI(){this.seqid=0}xI.prototype.createClient=function(t,e,r){e.Client&&(e=e.Client);var n=function(u,l){r.write(u,l)},i=new r.transport(void 0,n),o=new OR(t,r.protocol,r),f=new e(i,o),s=this;return f.new_seqid=function(){return s.seqid+=1,s.seqid},typeof r.client!="object"&&(r.client={}),r.client[t]=f,f}});var OI=B((OW,AI)=>{var na=bd(),FR=Cf(),PR=yg();AI.exports=Ht;function Ht(t,e){this.inBuf=t||new Buffer(0),this.outBuffers=[],this.outCount=0,this.readPos=0,this.onFlush=e}Ht.prototype=new PR;Ht.receiver=function(t,e){var r=null;return function(n){for(r&&(n=Buffer.concat([r,n]),r=null);n.length;){if(n.length<4){r=n;return}var i=na.readI32(n,0);if(n.length<4+i){r=n;return}var o=n.slice(4,4+i);r=n.slice(4+i),t(new Ht(o),e),n=r,r=null}}};Ht.prototype.commitPosition=function(){},Ht.prototype.rollbackPosition=function(){},Ht.prototype.isOpen=function(){return!0};Ht.prototype.open=function(){};Ht.prototype.close=function(){};Ht.prototype.setCurrSeqId=function(t){this._seqid=t};Ht.prototype.ensureAvailable=function(t){if(this.readPos+t>this.inBuf.length)throw new FR};Ht.prototype.read=function(t){this.ensureAvailable(t);var e=this.readPos+t;if(this.inBuf.length<e)throw new Error("read("+t+") failed - not enough data");var r=this.inBuf.slice(this.readPos,e);return this.readPos=e,r};Ht.prototype.readByte=function(){return this.ensureAvailable(1),na.readByte(this.inBuf[this.readPos++])};Ht.prototype.readI16=function(){this.ensureAvailable(2);var t=na.readI16(this.inBuf,this.readPos);return this.readPos+=2,t};Ht.prototype.readI32=function(){this.ensureAvailable(4);var t=na.readI32(this.inBuf,this.readPos);return this.readPos+=4,t};Ht.prototype.readDouble=function(){this.ensureAvailable(8);var t=na.readDouble(this.inBuf,this.readPos);return this.readPos+=8,t};Ht.prototype.readString=function(t){this.ensureAvailable(t);var e=this.inBuf.toString("utf8",this.readPos,this.readPos+t);return this.readPos+=t,e};Ht.prototype.borrow=function(){return{buf:this.inBuf,readIndex:this.readPos,writeIndex:this.inBuf.length}};Ht.prototype.consume=function(t){this.readPos+=t};Ht.prototype.write=function(t,e){typeof t=="string"&&(t=new Buffer(t,e||"utf8")),this.outBuffers.push(t),this.outCount+=t.length};Ht.prototype.flush=function(){var t=this._seqid;this._seqid=null;var e=new Buffer(this.outCount),r=0;if(this.outBuffers.forEach(function(i){i.copy(e,r,0),r+=i.length}),this.onFlush){var n=new Buffer(e.length+4);na.writeI32(n,e.length),e.copy(n,4,0,e.length),this.onFlush&&this.onFlush(n,t)}this.outBuffers=[],this.outCount=0}});var PI=B((FW,FI)=>{var DR=yd();FI.exports=kr;function kr(t){this.__reset(t)}kr.prototype.__reset=function(t){this.url=t,this.socket=null,this.callbacks=[],this.send_pending=[],this.send_buf="",this.recv_buf="",this.rb_wpos=0,this.rb_rpos=0};kr.prototype.flush=function(t,e){var r=this;this.isOpen()?(this.socket.send(this.send_buf),this.callbacks.push(function(){var n=e;return function(i){r.setRecvBuffer(i),n()}}())):this.send_pending.push({buf:this.send_buf,cb:e})};kr.prototype.__onOpen=function(){var t=this;this.send_pending.length>0&&(this.send_pending.forEach(function(e){t.socket.send(e.buf),t.callbacks.push(function(){var r=e.cb;return function(n){t.setRecvBuffer(n),r()}}())}),this.send_pending=[])};kr.prototype.__onClose=function(t){this.__reset(this.url)};kr.prototype.__onMessage=function(t){this.callbacks.length&&this.callbacks.shift()(t.data)};kr.prototype.__onError=function(t){DR.error("websocket: "+t.toString()),this.socket.close()};kr.prototype.setRecvBuffer=function(t){this.recv_buf=t,this.recv_buf_sz=this.recv_buf.length,this.wpos=this.recv_buf.length,this.rpos=0};kr.prototype.isOpen=function(){return this.socket&&this.socket.readyState==this.socket.OPEN};kr.prototype.open=function(){this.socket&&this.socket.readyState!=this.socket.CLOSED||(this.socket=new WebSocket(this.url),this.socket.onopen=this.__onOpen.bind(this),this.socket.onmessage=this.__onMessage.bind(this),this.socket.onerror=this.__onError.bind(this),this.socket.onclose=this.__onClose.bind(this))};kr.prototype.close=function(){this.socket.close()};kr.prototype.read=function(t){var e=this.wpos-this.rpos;if(e===0)return"";var r=t;e<t&&(r=e);var n=this.read_buf.substr(this.rpos,r);return this.rpos+=r,n};kr.prototype.readAll=function(){return this.recv_buf};kr.prototype.write=function(t){this.send_buf=t};kr.prototype.getSendBuffer=function(){return this.send_buf}});var Me=B(nr=>{nr.Thrift=No();var Bg=qI();nr.WSConnection=Bg.WSConnection;nr.createWSConnection=Bg.createWSConnection;nr.createWSClient=Bg.createWSClient;var kg=TI();nr.XHRConnection=kg.XHRConnection;nr.createXHRConnection=kg.createXHRConnection;nr.createXHRClient=kg.createXHRClient;nr.Int64=Tr();nr.Q=kI();var NR=EI();nr.Multiplexer=NR.Multiplexer;nr.TBufferedTransport=su();nr.TFramedTransport=OI();nr.TWebSocketTransport=PI();nr.Protocol=au();nr.TJSONProtocol=au();nr.TBinaryProtocol=gg();nr.TCompactProtocol=wg()});var Ig,zr,Ji,lu=V(()=>{Ig=le(Tr()),zr=le(Me()),Ji=class{constructor(e){e!=null&&e.max!=null&&(this.max=e.max),e!=null&&e.min!=null&&(this.min=e.min),e!=null&&e.null_count!=null&&(typeof e.null_count=="number"?this.null_count=new Ig.default(e.null_count):this.null_count=e.null_count),e!=null&&e.distinct_count!=null&&(typeof e.distinct_count=="number"?this.distinct_count=new Ig.default(e.distinct_count):this.distinct_count=e.distinct_count),e!=null&&e.max_value!=null&&(this.max_value=e.max_value),e!=null&&e.min_value!=null&&(this.min_value=e.min_value)}write(e){e.writeStructBegin("Statistics"),this.max!=null&&(e.writeFieldBegin("max",zr.Thrift.Type.STRING,1),e.writeBinary(this.max),e.writeFieldEnd()),this.min!=null&&(e.writeFieldBegin("min",zr.Thrift.Type.STRING,2),e.writeBinary(this.min),e.writeFieldEnd()),this.null_count!=null&&(e.writeFieldBegin("null_count",zr.Thrift.Type.I64,3),e.writeI64(this.null_count),e.writeFieldEnd()),this.distinct_count!=null&&(e.writeFieldBegin("distinct_count",zr.Thrift.Type.I64,4),e.writeI64(this.distinct_count),e.writeFieldEnd()),this.max_value!=null&&(e.writeFieldBegin("max_value",zr.Thrift.Type.STRING,5),e.writeBinary(this.max_value),e.writeFieldEnd()),this.min_value!=null&&(e.writeFieldBegin("min_value",zr.Thrift.Type.STRING,6),e.writeBinary(this.min_value),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===zr.Thrift.Type.STOP)break;switch(o){case 1:if(i===zr.Thrift.Type.STRING){let f=e.readBinary();r.max=f}else e.skip(i);break;case 2:if(i===zr.Thrift.Type.STRING){let f=e.readBinary();r.min=f}else e.skip(i);break;case 3:if(i===zr.Thrift.Type.I64){let f=e.readI64();r.null_count=f}else e.skip(i);break;case 4:if(i===zr.Thrift.Type.I64){let f=e.readI64();r.distinct_count=f}else e.skip(i);break;case 5:if(i===zr.Thrift.Type.STRING){let f=e.readBinary();r.max_value=f}else e.skip(i);break;case 6:if(i===zr.Thrift.Type.STRING){let f=e.readBinary();r.min_value=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}return e.readStructEnd(),new Ji(r)}}});var DI,uu,xg=V(()=>{DI=le(Me()),uu=class{constructor(){}write(e){e.writeStructBegin("StringType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===DI.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new uu}}});var NI,cu,Sg=V(()=>{NI=le(Me()),cu=class{constructor(){}write(e){e.writeStructBegin("UUIDType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===NI.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new cu}}});var RI,pu,Eg=V(()=>{RI=le(Me()),pu=class{constructor(){}write(e){e.writeStructBegin("MapType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===RI.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new pu}}});var HI,du,Ag=V(()=>{HI=le(Me()),du=class{constructor(){}write(e){e.writeStructBegin("ListType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===HI.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new du}}});var MI,mu,Og=V(()=>{MI=le(Me()),mu=class{constructor(){}write(e){e.writeStructBegin("EnumType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===MI.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new mu}}});var zI,wu,Fg=V(()=>{zI=le(Me()),wu=class{constructor(){}write(e){e.writeStructBegin("DateType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===zI.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new wu}}});var UI,hu,Pg=V(()=>{UI=le(Me()),hu=class{constructor(){}write(e){e.writeStructBegin("NullType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===UI.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new hu}}});var an,bu,Dg=V(()=>{an=le(Me()),bu=class{constructor(e){if(e!=null&&e.scale!=null)this.scale=e.scale;else throw new an.Thrift.TProtocolException(an.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[scale] is unset!");if(e!=null&&e.precision!=null)this.precision=e.precision;else throw new an.Thrift.TProtocolException(an.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[precision] is unset!")}write(e){e.writeStructBegin("DecimalType"),this.scale!=null&&(e.writeFieldBegin("scale",an.Thrift.Type.I32,1),e.writeI32(this.scale),e.writeFieldEnd()),this.precision!=null&&(e.writeFieldBegin("precision",an.Thrift.Type.I32,2),e.writeI32(this.precision),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===an.Thrift.Type.STOP)break;switch(o){case 1:if(i===an.Thrift.Type.I32){let f=e.readI32();r.scale=f}else e.skip(i);break;case 2:if(i===an.Thrift.Type.I32){let f=e.readI32();r.precision=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.scale!==void 0&&r.precision!==void 0)return new bu(r);throw new an.Thrift.TProtocolException(an.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read DecimalType from input")}}});var LI,gu,Ng=V(()=>{LI=le(Me()),gu=class{constructor(){}write(e){e.writeStructBegin("MilliSeconds"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===LI.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new gu}}});var VI,yu,Rg=V(()=>{VI=le(Me()),yu=class{constructor(){}write(e){e.writeStructBegin("MicroSeconds"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===VI.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new yu}}});var wr,fi,Td=V(()=>{wr=le(Me());Rg();Ng();fi=class{constructor(e){let r=0;if(e!=null){if(e.MILLIS!=null&&(r++,this.MILLIS=e.MILLIS),e.MICROS!=null&&(r++,this.MICROS=e.MICROS),r>1)throw new wr.Thrift.TProtocolException(wr.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with more than one set value!");if(r<1)throw new wr.Thrift.TProtocolException(wr.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with no set value!")}}static fromMILLIS(e){return new fi({MILLIS:e})}static fromMICROS(e){return new fi({MICROS:e})}write(e){e.writeStructBegin("TimeUnit"),this.MILLIS!=null&&(e.writeFieldBegin("MILLIS",wr.Thrift.Type.STRUCT,1),this.MILLIS.write(e),e.writeFieldEnd()),this.MICROS!=null&&(e.writeFieldBegin("MICROS",wr.Thrift.Type.STRUCT,2),this.MICROS.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){let r=0,n=null;for(e.readStructBegin();;){let i=e.readFieldBegin(),o=i.ftype,f=i.fid;if(o===wr.Thrift.Type.STOP)break;switch(f){case 1:if(o===wr.Thrift.Type.STRUCT){r++;let s=gu.read(e);n=fi.fromMILLIS(s)}else e.skip(o);break;case 2:if(o===wr.Thrift.Type.STRUCT){r++;let s=yu.read(e);n=fi.fromMICROS(s)}else e.skip(o);break;default:e.skip(o)}e.readFieldEnd()}if(e.readStructEnd(),r>1)throw new wr.Thrift.TProtocolException(wr.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with more than one set value!");if(r<1)throw new wr.Thrift.TProtocolException(wr.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with no set value!");if(n!==null)return n;throw new wr.Thrift.TProtocolException(wr.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read data for TUnion")}}});var ln,ju,Hg=V(()=>{ln=le(Me());Td();ju=class{constructor(e){if(e!=null&&e.isAdjustedToUTC!=null)this.isAdjustedToUTC=e.isAdjustedToUTC;else throw new ln.Thrift.TProtocolException(ln.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[isAdjustedToUTC] is unset!");if(e!=null&&e.unit!=null)this.unit=e.unit;else throw new ln.Thrift.TProtocolException(ln.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[unit] is unset!")}write(e){e.writeStructBegin("TimestampType"),this.isAdjustedToUTC!=null&&(e.writeFieldBegin("isAdjustedToUTC",ln.Thrift.Type.BOOL,1),e.writeBool(this.isAdjustedToUTC),e.writeFieldEnd()),this.unit!=null&&(e.writeFieldBegin("unit",ln.Thrift.Type.STRUCT,2),this.unit.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===ln.Thrift.Type.STOP)break;switch(o){case 1:if(i===ln.Thrift.Type.BOOL){let f=e.readBool();r.isAdjustedToUTC=f}else e.skip(i);break;case 2:if(i===ln.Thrift.Type.STRUCT){let f=fi.read(e);r.unit=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.isAdjustedToUTC!==void 0&&r.unit!==void 0)return new ju(r);throw new ln.Thrift.TProtocolException(ln.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read TimestampType from input")}}});var un,_u,Mg=V(()=>{un=le(Me());Td();_u=class{constructor(e){if(e!=null&&e.isAdjustedToUTC!=null)this.isAdjustedToUTC=e.isAdjustedToUTC;else throw new un.Thrift.TProtocolException(un.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[isAdjustedToUTC] is unset!");if(e!=null&&e.unit!=null)this.unit=e.unit;else throw new un.Thrift.TProtocolException(un.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[unit] is unset!")}write(e){e.writeStructBegin("TimeType"),this.isAdjustedToUTC!=null&&(e.writeFieldBegin("isAdjustedToUTC",un.Thrift.Type.BOOL,1),e.writeBool(this.isAdjustedToUTC),e.writeFieldEnd()),this.unit!=null&&(e.writeFieldBegin("unit",un.Thrift.Type.STRUCT,2),this.unit.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===un.Thrift.Type.STOP)break;switch(o){case 1:if(i===un.Thrift.Type.BOOL){let f=e.readBool();r.isAdjustedToUTC=f}else e.skip(i);break;case 2:if(i===un.Thrift.Type.STRUCT){let f=fi.read(e);r.unit=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.isAdjustedToUTC!==void 0&&r.unit!==void 0)return new _u(r);throw new un.Thrift.TProtocolException(un.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read TimeType from input")}}});var cn,qu,zg=V(()=>{cn=le(Me()),qu=class{constructor(e){if(e!=null&&e.bitWidth!=null)this.bitWidth=e.bitWidth;else throw new cn.Thrift.TProtocolException(cn.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[bitWidth] is unset!");if(e!=null&&e.isSigned!=null)this.isSigned=e.isSigned;else throw new cn.Thrift.TProtocolException(cn.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[isSigned] is unset!")}write(e){e.writeStructBegin("IntType"),this.bitWidth!=null&&(e.writeFieldBegin("bitWidth",cn.Thrift.Type.BYTE,1),e.writeByte(this.bitWidth),e.writeFieldEnd()),this.isSigned!=null&&(e.writeFieldBegin("isSigned",cn.Thrift.Type.BOOL,2),e.writeBool(this.isSigned),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===cn.Thrift.Type.STOP)break;switch(o){case 1:if(i===cn.Thrift.Type.BYTE){let f=e.readByte();r.bitWidth=f}else e.skip(i);break;case 2:if(i===cn.Thrift.Type.BOOL){let f=e.readBool();r.isSigned=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.bitWidth!==void 0&&r.isSigned!==void 0)return new qu(r);throw new cn.Thrift.TProtocolException(cn.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read IntType from input")}}});var CI,vu,Ug=V(()=>{CI=le(Me()),vu=class{constructor(){}write(e){e.writeStructBegin("JsonType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===CI.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new vu}}});var WI,Tu,Lg=V(()=>{WI=le(Me()),Tu=class{constructor(){}write(e){e.writeStructBegin("BsonType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===WI.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new Tu}}});var ze,ot,Vg=V(()=>{ze=le(Me());Lg();Fg();Dg();Og();zg();Ug();Ag();Eg();Pg();xg();Hg();Mg();Sg();ot=class{constructor(e){let r=0;if(e!=null){if(e.STRING!=null&&(r++,this.STRING=e.STRING),e.MAP!=null&&(r++,this.MAP=e.MAP),e.LIST!=null&&(r++,this.LIST=e.LIST),e.ENUM!=null&&(r++,this.ENUM=e.ENUM),e.DECIMAL!=null&&(r++,this.DECIMAL=e.DECIMAL),e.DATE!=null&&(r++,this.DATE=e.DATE),e.TIME!=null&&(r++,this.TIME=e.TIME),e.TIMESTAMP!=null&&(r++,this.TIMESTAMP=e.TIMESTAMP),e.INTEGER!=null&&(r++,this.INTEGER=e.INTEGER),e.UNKNOWN!=null&&(r++,this.UNKNOWN=e.UNKNOWN),e.JSON!=null&&(r++,this.JSON=e.JSON),e.BSON!=null&&(r++,this.BSON=e.BSON),e.UUID!=null&&(r++,this.UUID=e.UUID),r>1)throw new ze.Thrift.TProtocolException(ze.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with more than one set value!");if(r<1)throw new ze.Thrift.TProtocolException(ze.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with no set value!")}}static fromSTRING(e){return new ot({STRING:e})}static fromMAP(e){return new ot({MAP:e})}static fromLIST(e){return new ot({LIST:e})}static fromENUM(e){return new ot({ENUM:e})}static fromDECIMAL(e){return new ot({DECIMAL:e})}static fromDATE(e){return new ot({DATE:e})}static fromTIME(e){return new ot({TIME:e})}static fromTIMESTAMP(e){return new ot({TIMESTAMP:e})}static fromINTEGER(e){return new ot({INTEGER:e})}static fromUNKNOWN(e){return new ot({UNKNOWN:e})}static fromJSON(e){return new ot({JSON:e})}static fromBSON(e){return new ot({BSON:e})}static fromUUID(e){return new ot({UUID:e})}write(e){e.writeStructBegin("LogicalType"),this.STRING!=null&&(e.writeFieldBegin("STRING",ze.Thrift.Type.STRUCT,1),this.STRING.write(e),e.writeFieldEnd()),this.MAP!=null&&(e.writeFieldBegin("MAP",ze.Thrift.Type.STRUCT,2),this.MAP.write(e),e.writeFieldEnd()),this.LIST!=null&&(e.writeFieldBegin("LIST",ze.Thrift.Type.STRUCT,3),this.LIST.write(e),e.writeFieldEnd()),this.ENUM!=null&&(e.writeFieldBegin("ENUM",ze.Thrift.Type.STRUCT,4),this.ENUM.write(e),e.writeFieldEnd()),this.DECIMAL!=null&&(e.writeFieldBegin("DECIMAL",ze.Thrift.Type.STRUCT,5),this.DECIMAL.write(e),e.writeFieldEnd()),this.DATE!=null&&(e.writeFieldBegin("DATE",ze.Thrift.Type.STRUCT,6),this.DATE.write(e),e.writeFieldEnd()),this.TIME!=null&&(e.writeFieldBegin("TIME",ze.Thrift.Type.STRUCT,7),this.TIME.write(e),e.writeFieldEnd()),this.TIMESTAMP!=null&&(e.writeFieldBegin("TIMESTAMP",ze.Thrift.Type.STRUCT,8),this.TIMESTAMP.write(e),e.writeFieldEnd()),this.INTEGER!=null&&(e.writeFieldBegin("INTEGER",ze.Thrift.Type.STRUCT,10),this.INTEGER.write(e),e.writeFieldEnd()),this.UNKNOWN!=null&&(e.writeFieldBegin("UNKNOWN",ze.Thrift.Type.STRUCT,11),this.UNKNOWN.write(e),e.writeFieldEnd()),this.JSON!=null&&(e.writeFieldBegin("JSON",ze.Thrift.Type.STRUCT,12),this.JSON.write(e),e.writeFieldEnd()),this.BSON!=null&&(e.writeFieldBegin("BSON",ze.Thrift.Type.STRUCT,13),this.BSON.write(e),e.writeFieldEnd()),this.UUID!=null&&(e.writeFieldBegin("UUID",ze.Thrift.Type.STRUCT,14),this.UUID.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){let r=0,n=null;for(e.readStructBegin();;){let i=e.readFieldBegin(),o=i.ftype,f=i.fid;if(o===ze.Thrift.Type.STOP)break;switch(f){case 1:if(o===ze.Thrift.Type.STRUCT){r++;let s=uu.read(e);n=ot.fromSTRING(s)}else e.skip(o);break;case 2:if(o===ze.Thrift.Type.STRUCT){r++;let s=pu.read(e);n=ot.fromMAP(s)}else e.skip(o);break;case 3:if(o===ze.Thrift.Type.STRUCT){r++;let s=du.read(e);n=ot.fromLIST(s)}else e.skip(o);break;case 4:if(o===ze.Thrift.Type.STRUCT){r++;let s=mu.read(e);n=ot.fromENUM(s)}else e.skip(o);break;case 5:if(o===ze.Thrift.Type.STRUCT){r++;let s=bu.read(e);n=ot.fromDECIMAL(s)}else e.skip(o);break;case 6:if(o===ze.Thrift.Type.STRUCT){r++;let s=wu.read(e);n=ot.fromDATE(s)}else e.skip(o);break;case 7:if(o===ze.Thrift.Type.STRUCT){r++;let s=_u.read(e);n=ot.fromTIME(s)}else e.skip(o);break;case 8:if(o===ze.Thrift.Type.STRUCT){r++;let s=ju.read(e);n=ot.fromTIMESTAMP(s)}else e.skip(o);break;case 10:if(o===ze.Thrift.Type.STRUCT){r++;let s=qu.read(e);n=ot.fromINTEGER(s)}else e.skip(o);break;case 11:if(o===ze.Thrift.Type.STRUCT){r++;let s=hu.read(e);n=ot.fromUNKNOWN(s)}else e.skip(o);break;case 12:if(o===ze.Thrift.Type.STRUCT){r++;let s=vu.read(e);n=ot.fromJSON(s)}else e.skip(o);break;case 13:if(o===ze.Thrift.Type.STRUCT){r++;let s=Tu.read(e);n=ot.fromBSON(s)}else e.skip(o);break;case 14:if(o===ze.Thrift.Type.STRUCT){r++;let s=cu.read(e);n=ot.fromUUID(s)}else e.skip(o);break;default:e.skip(o)}e.readFieldEnd()}if(e.readStructEnd(),r>1)throw new ze.Thrift.TProtocolException(ze.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with more than one set value!");if(r<1)throw new ze.Thrift.TProtocolException(ze.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with no set value!");if(n!==null)return n;throw new ze.Thrift.TProtocolException(ze.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read data for TUnion")}}});var wt,Ho,Cg=V(()=>{wt=le(Me());Vg();Ho=class{constructor(e){if(e!=null&&e.type!=null&&(this.type=e.type),e!=null&&e.type_length!=null&&(this.type_length=e.type_length),e!=null&&e.repetition_type!=null&&(this.repetition_type=e.repetition_type),e!=null&&e.name!=null)this.name=e.name;else throw new wt.Thrift.TProtocolException(wt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[name] is unset!");e!=null&&e.num_children!=null&&(this.num_children=e.num_children),e!=null&&e.converted_type!=null&&(this.converted_type=e.converted_type),e!=null&&e.scale!=null&&(this.scale=e.scale),e!=null&&e.precision!=null&&(this.precision=e.precision),e!=null&&e.field_id!=null&&(this.field_id=e.field_id),e!=null&&e.logicalType!=null&&(this.logicalType=e.logicalType)}write(e){e.writeStructBegin("SchemaElement"),this.type!=null&&(e.writeFieldBegin("type",wt.Thrift.Type.I32,1),e.writeI32(this.type),e.writeFieldEnd()),this.type_length!=null&&(e.writeFieldBegin("type_length",wt.Thrift.Type.I32,2),e.writeI32(this.type_length),e.writeFieldEnd()),this.repetition_type!=null&&(e.writeFieldBegin("repetition_type",wt.Thrift.Type.I32,3),e.writeI32(this.repetition_type),e.writeFieldEnd()),this.name!=null&&(e.writeFieldBegin("name",wt.Thrift.Type.STRING,4),e.writeString(this.name),e.writeFieldEnd()),this.num_children!=null&&(e.writeFieldBegin("num_children",wt.Thrift.Type.I32,5),e.writeI32(this.num_children),e.writeFieldEnd()),this.converted_type!=null&&(e.writeFieldBegin("converted_type",wt.Thrift.Type.I32,6),e.writeI32(this.converted_type),e.writeFieldEnd()),this.scale!=null&&(e.writeFieldBegin("scale",wt.Thrift.Type.I32,7),e.writeI32(this.scale),e.writeFieldEnd()),this.precision!=null&&(e.writeFieldBegin("precision",wt.Thrift.Type.I32,8),e.writeI32(this.precision),e.writeFieldEnd()),this.field_id!=null&&(e.writeFieldBegin("field_id",wt.Thrift.Type.I32,9),e.writeI32(this.field_id),e.writeFieldEnd()),this.logicalType!=null&&(e.writeFieldBegin("logicalType",wt.Thrift.Type.STRUCT,10),this.logicalType.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===wt.Thrift.Type.STOP)break;switch(o){case 1:if(i===wt.Thrift.Type.I32){let f=e.readI32();r.type=f}else e.skip(i);break;case 2:if(i===wt.Thrift.Type.I32){let f=e.readI32();r.type_length=f}else e.skip(i);break;case 3:if(i===wt.Thrift.Type.I32){let f=e.readI32();r.repetition_type=f}else e.skip(i);break;case 4:if(i===wt.Thrift.Type.STRING){let f=e.readString();r.name=f}else e.skip(i);break;case 5:if(i===wt.Thrift.Type.I32){let f=e.readI32();r.num_children=f}else e.skip(i);break;case 6:if(i===wt.Thrift.Type.I32){let f=e.readI32();r.converted_type=f}else e.skip(i);break;case 7:if(i===wt.Thrift.Type.I32){let f=e.readI32();r.scale=f}else e.skip(i);break;case 8:if(i===wt.Thrift.Type.I32){let f=e.readI32();r.precision=f}else e.skip(i);break;case 9:if(i===wt.Thrift.Type.I32){let f=e.readI32();r.field_id=f}else e.skip(i);break;case 10:if(i===wt.Thrift.Type.STRUCT){let f=ot.read(e);r.logicalType=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.name!==void 0)return new Ho(r);throw new wt.Thrift.TProtocolException(wt.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read SchemaElement from input")}}});var xt,Wf,Wg=V(()=>{xt=le(Me());lu();Wf=class{constructor(e){if(e!=null&&e.num_values!=null)this.num_values=e.num_values;else throw new xt.Thrift.TProtocolException(xt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_values] is unset!");if(e!=null&&e.encoding!=null)this.encoding=e.encoding;else throw new xt.Thrift.TProtocolException(xt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[encoding] is unset!");if(e!=null&&e.definition_level_encoding!=null)this.definition_level_encoding=e.definition_level_encoding;else throw new xt.Thrift.TProtocolException(xt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[definition_level_encoding] is unset!");if(e!=null&&e.repetition_level_encoding!=null)this.repetition_level_encoding=e.repetition_level_encoding;else throw new xt.Thrift.TProtocolException(xt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[repetition_level_encoding] is unset!");e!=null&&e.statistics!=null&&(this.statistics=e.statistics)}write(e){e.writeStructBegin("DataPageHeader"),this.num_values!=null&&(e.writeFieldBegin("num_values",xt.Thrift.Type.I32,1),e.writeI32(this.num_values),e.writeFieldEnd()),this.encoding!=null&&(e.writeFieldBegin("encoding",xt.Thrift.Type.I32,2),e.writeI32(this.encoding),e.writeFieldEnd()),this.definition_level_encoding!=null&&(e.writeFieldBegin("definition_level_encoding",xt.Thrift.Type.I32,3),e.writeI32(this.definition_level_encoding),e.writeFieldEnd()),this.repetition_level_encoding!=null&&(e.writeFieldBegin("repetition_level_encoding",xt.Thrift.Type.I32,4),e.writeI32(this.repetition_level_encoding),e.writeFieldEnd()),this.statistics!=null&&(e.writeFieldBegin("statistics",xt.Thrift.Type.STRUCT,5),this.statistics.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===xt.Thrift.Type.STOP)break;switch(o){case 1:if(i===xt.Thrift.Type.I32){let f=e.readI32();r.num_values=f}else e.skip(i);break;case 2:if(i===xt.Thrift.Type.I32){let f=e.readI32();r.encoding=f}else e.skip(i);break;case 3:if(i===xt.Thrift.Type.I32){let f=e.readI32();r.definition_level_encoding=f}else e.skip(i);break;case 4:if(i===xt.Thrift.Type.I32){let f=e.readI32();r.repetition_level_encoding=f}else e.skip(i);break;case 5:if(i===xt.Thrift.Type.STRUCT){let f=Ji.read(e);r.statistics=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.num_values!==void 0&&r.encoding!==void 0&&r.definition_level_encoding!==void 0&&r.repetition_level_encoding!==void 0)return new Wf(r);throw new xt.Thrift.TProtocolException(xt.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read DataPageHeader from input")}}});var KI,Bu,Kg=V(()=>{KI=le(Me()),Bu=class{constructor(){}write(e){e.writeStructBegin("IndexPageHeader"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===KI.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new Bu}}});var Ur,ku,Yg=V(()=>{Ur=le(Me()),ku=class{constructor(e){if(e!=null&&e.num_values!=null)this.num_values=e.num_values;else throw new Ur.Thrift.TProtocolException(Ur.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_values] is unset!");if(e!=null&&e.encoding!=null)this.encoding=e.encoding;else throw new Ur.Thrift.TProtocolException(Ur.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[encoding] is unset!");e!=null&&e.is_sorted!=null&&(this.is_sorted=e.is_sorted)}write(e){e.writeStructBegin("DictionaryPageHeader"),this.num_values!=null&&(e.writeFieldBegin("num_values",Ur.Thrift.Type.I32,1),e.writeI32(this.num_values),e.writeFieldEnd()),this.encoding!=null&&(e.writeFieldBegin("encoding",Ur.Thrift.Type.I32,2),e.writeI32(this.encoding),e.writeFieldEnd()),this.is_sorted!=null&&(e.writeFieldBegin("is_sorted",Ur.Thrift.Type.BOOL,3),e.writeBool(this.is_sorted),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===Ur.Thrift.Type.STOP)break;switch(o){case 1:if(i===Ur.Thrift.Type.I32){let f=e.readI32();r.num_values=f}else e.skip(i);break;case 2:if(i===Ur.Thrift.Type.I32){let f=e.readI32();r.encoding=f}else e.skip(i);break;case 3:if(i===Ur.Thrift.Type.BOOL){let f=e.readBool();r.is_sorted=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.num_values!==void 0&&r.encoding!==void 0)return new ku(r);throw new Ur.Thrift.TProtocolException(Ur.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read DictionaryPageHeader from input")}}});var tt,Kf,Gg=V(()=>{tt=le(Me());lu();Kf=class{constructor(e){this.is_compressed=!0;if(e!=null&&e.num_values!=null)this.num_values=e.num_values;else throw new tt.Thrift.TProtocolException(tt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_values] is unset!");if(e!=null&&e.num_nulls!=null)this.num_nulls=e.num_nulls;else throw new tt.Thrift.TProtocolException(tt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_nulls] is unset!");if(e!=null&&e.num_rows!=null)this.num_rows=e.num_rows;else throw new tt.Thrift.TProtocolException(tt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_rows] is unset!");if(e!=null&&e.encoding!=null)this.encoding=e.encoding;else throw new tt.Thrift.TProtocolException(tt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[encoding] is unset!");if(e!=null&&e.definition_levels_byte_length!=null)this.definition_levels_byte_length=e.definition_levels_byte_length;else throw new tt.Thrift.TProtocolException(tt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[definition_levels_byte_length] is unset!");if(e!=null&&e.repetition_levels_byte_length!=null)this.repetition_levels_byte_length=e.repetition_levels_byte_length;else throw new tt.Thrift.TProtocolException(tt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[repetition_levels_byte_length] is unset!");e!=null&&e.is_compressed!=null&&(this.is_compressed=e.is_compressed),e!=null&&e.statistics!=null&&(this.statistics=e.statistics)}write(e){e.writeStructBegin("DataPageHeaderV2"),this.num_values!=null&&(e.writeFieldBegin("num_values",tt.Thrift.Type.I32,1),e.writeI32(this.num_values),e.writeFieldEnd()),this.num_nulls!=null&&(e.writeFieldBegin("num_nulls",tt.Thrift.Type.I32,2),e.writeI32(this.num_nulls),e.writeFieldEnd()),this.num_rows!=null&&(e.writeFieldBegin("num_rows",tt.Thrift.Type.I32,3),e.writeI32(this.num_rows),e.writeFieldEnd()),this.encoding!=null&&(e.writeFieldBegin("encoding",tt.Thrift.Type.I32,4),e.writeI32(this.encoding),e.writeFieldEnd()),this.definition_levels_byte_length!=null&&(e.writeFieldBegin("definition_levels_byte_length",tt.Thrift.Type.I32,5),e.writeI32(this.definition_levels_byte_length),e.writeFieldEnd()),this.repetition_levels_byte_length!=null&&(e.writeFieldBegin("repetition_levels_byte_length",tt.Thrift.Type.I32,6),e.writeI32(this.repetition_levels_byte_length),e.writeFieldEnd()),this.is_compressed!=null&&(e.writeFieldBegin("is_compressed",tt.Thrift.Type.BOOL,7),e.writeBool(this.is_compressed),e.writeFieldEnd()),this.statistics!=null&&(e.writeFieldBegin("statistics",tt.Thrift.Type.STRUCT,8),this.statistics.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===tt.Thrift.Type.STOP)break;switch(o){case 1:if(i===tt.Thrift.Type.I32){let f=e.readI32();r.num_values=f}else e.skip(i);break;case 2:if(i===tt.Thrift.Type.I32){let f=e.readI32();r.num_nulls=f}else e.skip(i);break;case 3:if(i===tt.Thrift.Type.I32){let f=e.readI32();r.num_rows=f}else e.skip(i);break;case 4:if(i===tt.Thrift.Type.I32){let f=e.readI32();r.encoding=f}else e.skip(i);break;case 5:if(i===tt.Thrift.Type.I32){let f=e.readI32();r.definition_levels_byte_length=f}else e.skip(i);break;case 6:if(i===tt.Thrift.Type.I32){let f=e.readI32();r.repetition_levels_byte_length=f}else e.skip(i);break;case 7:if(i===tt.Thrift.Type.BOOL){let f=e.readBool();r.is_compressed=f}else e.skip(i);break;case 8:if(i===tt.Thrift.Type.STRUCT){let f=Ji.read(e);r.statistics=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.num_values!==void 0&&r.num_nulls!==void 0&&r.num_rows!==void 0&&r.encoding!==void 0&&r.definition_levels_byte_length!==void 0&&r.repetition_levels_byte_length!==void 0)return new Kf(r);throw new tt.Thrift.TProtocolException(tt.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read DataPageHeaderV2 from input")}}});var ht,Mo,YI=V(()=>{ht=le(Me());Wg();Gg();Yg();Kg();Mo=class{constructor(e){if(e!=null&&e.type!=null)this.type=e.type;else throw new ht.Thrift.TProtocolException(ht.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[type] is unset!");if(e!=null&&e.uncompressed_page_size!=null)this.uncompressed_page_size=e.uncompressed_page_size;else throw new ht.Thrift.TProtocolException(ht.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[uncompressed_page_size] is unset!");if(e!=null&&e.compressed_page_size!=null)this.compressed_page_size=e.compressed_page_size;else throw new ht.Thrift.TProtocolException(ht.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[compressed_page_size] is unset!");e!=null&&e.crc!=null&&(this.crc=e.crc),e!=null&&e.data_page_header!=null&&(this.data_page_header=e.data_page_header),e!=null&&e.index_page_header!=null&&(this.index_page_header=e.index_page_header),e!=null&&e.dictionary_page_header!=null&&(this.dictionary_page_header=e.dictionary_page_header),e!=null&&e.data_page_header_v2!=null&&(this.data_page_header_v2=e.data_page_header_v2)}write(e){e.writeStructBegin("PageHeader"),this.type!=null&&(e.writeFieldBegin("type",ht.Thrift.Type.I32,1),e.writeI32(this.type),e.writeFieldEnd()),this.uncompressed_page_size!=null&&(e.writeFieldBegin("uncompressed_page_size",ht.Thrift.Type.I32,2),e.writeI32(this.uncompressed_page_size),e.writeFieldEnd()),this.compressed_page_size!=null&&(e.writeFieldBegin("compressed_page_size",ht.Thrift.Type.I32,3),e.writeI32(this.compressed_page_size),e.writeFieldEnd()),this.crc!=null&&(e.writeFieldBegin("crc",ht.Thrift.Type.I32,4),e.writeI32(this.crc),e.writeFieldEnd()),this.data_page_header!=null&&(e.writeFieldBegin("data_page_header",ht.Thrift.Type.STRUCT,5),this.data_page_header.write(e),e.writeFieldEnd()),this.index_page_header!=null&&(e.writeFieldBegin("index_page_header",ht.Thrift.Type.STRUCT,6),this.index_page_header.write(e),e.writeFieldEnd()),this.dictionary_page_header!=null&&(e.writeFieldBegin("dictionary_page_header",ht.Thrift.Type.STRUCT,7),this.dictionary_page_header.write(e),e.writeFieldEnd()),this.data_page_header_v2!=null&&(e.writeFieldBegin("data_page_header_v2",ht.Thrift.Type.STRUCT,8),this.data_page_header_v2.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===ht.Thrift.Type.STOP)break;switch(o){case 1:if(i===ht.Thrift.Type.I32){let f=e.readI32();r.type=f}else e.skip(i);break;case 2:if(i===ht.Thrift.Type.I32){let f=e.readI32();r.uncompressed_page_size=f}else e.skip(i);break;case 3:if(i===ht.Thrift.Type.I32){let f=e.readI32();r.compressed_page_size=f}else e.skip(i);break;case 4:if(i===ht.Thrift.Type.I32){let f=e.readI32();r.crc=f}else e.skip(i);break;case 5:if(i===ht.Thrift.Type.STRUCT){let f=Wf.read(e);r.data_page_header=f}else e.skip(i);break;case 6:if(i===ht.Thrift.Type.STRUCT){let f=Bu.read(e);r.index_page_header=f}else e.skip(i);break;case 7:if(i===ht.Thrift.Type.STRUCT){let f=ku.read(e);r.dictionary_page_header=f}else e.skip(i);break;case 8:if(i===ht.Thrift.Type.STRUCT){let f=Kf.read(e);r.data_page_header_v2=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.type!==void 0&&r.uncompressed_page_size!==void 0&&r.compressed_page_size!==void 0)return new Mo(r);throw new ht.Thrift.TProtocolException(ht.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read PageHeader from input")}}});var si,Qi,Bd=V(()=>{si=le(Me()),Qi=class{constructor(e){if(e!=null&&e.key!=null)this.key=e.key;else throw new si.Thrift.TProtocolException(si.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[key] is unset!");e!=null&&e.value!=null&&(this.value=e.value)}write(e){e.writeStructBegin("KeyValue"),this.key!=null&&(e.writeFieldBegin("key",si.Thrift.Type.STRING,1),e.writeString(this.key),e.writeFieldEnd()),this.value!=null&&(e.writeFieldBegin("value",si.Thrift.Type.STRING,2),e.writeString(this.value),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===si.Thrift.Type.STOP)break;switch(o){case 1:if(i===si.Thrift.Type.STRING){let f=e.readString();r.key=f}else e.skip(i);break;case 2:if(i===si.Thrift.Type.STRING){let f=e.readString();r.value=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.key!==void 0)return new Qi(r);throw new si.Thrift.TProtocolException(si.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read KeyValue from input")}}});var hr,Iu,Zg=V(()=>{hr=le(Me()),Iu=class{constructor(e){if(e!=null&&e.column_idx!=null)this.column_idx=e.column_idx;else throw new hr.Thrift.TProtocolException(hr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[column_idx] is unset!");if(e!=null&&e.descending!=null)this.descending=e.descending;else throw new hr.Thrift.TProtocolException(hr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[descending] is unset!");if(e!=null&&e.nulls_first!=null)this.nulls_first=e.nulls_first;else throw new hr.Thrift.TProtocolException(hr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[nulls_first] is unset!")}write(e){e.writeStructBegin("SortingColumn"),this.column_idx!=null&&(e.writeFieldBegin("column_idx",hr.Thrift.Type.I32,1),e.writeI32(this.column_idx),e.writeFieldEnd()),this.descending!=null&&(e.writeFieldBegin("descending",hr.Thrift.Type.BOOL,2),e.writeBool(this.descending),e.writeFieldEnd()),this.nulls_first!=null&&(e.writeFieldBegin("nulls_first",hr.Thrift.Type.BOOL,3),e.writeBool(this.nulls_first),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===hr.Thrift.Type.STOP)break;switch(o){case 1:if(i===hr.Thrift.Type.I32){let f=e.readI32();r.column_idx=f}else e.skip(i);break;case 2:if(i===hr.Thrift.Type.BOOL){let f=e.readBool();r.descending=f}else e.skip(i);break;case 3:if(i===hr.Thrift.Type.BOOL){let f=e.readBool();r.nulls_first=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.column_idx!==void 0&&r.descending!==void 0&&r.nulls_first!==void 0)return new Iu(r);throw new hr.Thrift.TProtocolException(hr.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read SortingColumn from input")}}});var br,xu,Jg=V(()=>{br=le(Me()),xu=class{constructor(e){if(e!=null&&e.page_type!=null)this.page_type=e.page_type;else throw new br.Thrift.TProtocolException(br.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[page_type] is unset!");if(e!=null&&e.encoding!=null)this.encoding=e.encoding;else throw new br.Thrift.TProtocolException(br.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[encoding] is unset!");if(e!=null&&e.count!=null)this.count=e.count;else throw new br.Thrift.TProtocolException(br.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[count] is unset!")}write(e){e.writeStructBegin("PageEncodingStats"),this.page_type!=null&&(e.writeFieldBegin("page_type",br.Thrift.Type.I32,1),e.writeI32(this.page_type),e.writeFieldEnd()),this.encoding!=null&&(e.writeFieldBegin("encoding",br.Thrift.Type.I32,2),e.writeI32(this.encoding),e.writeFieldEnd()),this.count!=null&&(e.writeFieldBegin("count",br.Thrift.Type.I32,3),e.writeI32(this.count),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===br.Thrift.Type.STOP)break;switch(o){case 1:if(i===br.Thrift.Type.I32){let f=e.readI32();r.page_type=f}else e.skip(i);break;case 2:if(i===br.Thrift.Type.I32){let f=e.readI32();r.encoding=f}else e.skip(i);break;case 3:if(i===br.Thrift.Type.I32){let f=e.readI32();r.count=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.page_type!==void 0&&r.encoding!==void 0&&r.count!==void 0)return new xu(r);throw new br.Thrift.TProtocolException(br.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read PageEncodingStats from input")}}});var Yf,we,Gf,Qg=V(()=>{Yf=le(Tr()),we=le(Me());Bd();Jg();lu();Gf=class{constructor(e){if(e!=null&&e.type!=null)this.type=e.type;else throw new we.Thrift.TProtocolException(we.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[type] is unset!");if(e!=null&&e.encodings!=null)this.encodings=e.encodings;else throw new we.Thrift.TProtocolException(we.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[encodings] is unset!");if(e!=null&&e.path_in_schema!=null)this.path_in_schema=e.path_in_schema;else throw new we.Thrift.TProtocolException(we.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[path_in_schema] is unset!");if(e!=null&&e.codec!=null)this.codec=e.codec;else throw new we.Thrift.TProtocolException(we.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[codec] is unset!");if(e!=null&&e.num_values!=null)typeof e.num_values=="number"?this.num_values=new Yf.default(e.num_values):this.num_values=e.num_values;else throw new we.Thrift.TProtocolException(we.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_values] is unset!");if(e!=null&&e.total_uncompressed_size!=null)typeof e.total_uncompressed_size=="number"?this.total_uncompressed_size=new Yf.default(e.total_uncompressed_size):this.total_uncompressed_size=e.total_uncompressed_size;else throw new we.Thrift.TProtocolException(we.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[total_uncompressed_size] is unset!");if(e!=null&&e.total_compressed_size!=null)typeof e.total_compressed_size=="number"?this.total_compressed_size=new Yf.default(e.total_compressed_size):this.total_compressed_size=e.total_compressed_size;else throw new we.Thrift.TProtocolException(we.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[total_compressed_size] is unset!");if(e!=null&&e.key_value_metadata!=null&&(this.key_value_metadata=e.key_value_metadata),e!=null&&e.data_page_offset!=null)typeof e.data_page_offset=="number"?this.data_page_offset=new Yf.default(e.data_page_offset):this.data_page_offset=e.data_page_offset;else throw new we.Thrift.TProtocolException(we.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[data_page_offset] is unset!");e!=null&&e.index_page_offset!=null&&(typeof e.index_page_offset=="number"?this.index_page_offset=new Yf.default(e.index_page_offset):this.index_page_offset=e.index_page_offset),e!=null&&e.dictionary_page_offset!=null&&(typeof e.dictionary_page_offset=="number"?this.dictionary_page_offset=new Yf.default(e.dictionary_page_offset):this.dictionary_page_offset=e.dictionary_page_offset),e!=null&&e.statistics!=null&&(this.statistics=e.statistics),e!=null&&e.encoding_stats!=null&&(this.encoding_stats=e.encoding_stats)}write(e){e.writeStructBegin("ColumnMetaData"),this.type!=null&&(e.writeFieldBegin("type",we.Thrift.Type.I32,1),e.writeI32(this.type),e.writeFieldEnd()),this.encodings!=null&&(e.writeFieldBegin("encodings",we.Thrift.Type.LIST,2),e.writeListBegin(we.Thrift.Type.I32,this.encodings.length),this.encodings.forEach(r=>{e.writeI32(r)}),e.writeListEnd(),e.writeFieldEnd()),this.path_in_schema!=null&&(e.writeFieldBegin("path_in_schema",we.Thrift.Type.LIST,3),e.writeListBegin(we.Thrift.Type.STRING,this.path_in_schema.length),this.path_in_schema.forEach(r=>{e.writeString(r)}),e.writeListEnd(),e.writeFieldEnd()),this.codec!=null&&(e.writeFieldBegin("codec",we.Thrift.Type.I32,4),e.writeI32(this.codec),e.writeFieldEnd()),this.num_values!=null&&(e.writeFieldBegin("num_values",we.Thrift.Type.I64,5),e.writeI64(this.num_values),e.writeFieldEnd()),this.total_uncompressed_size!=null&&(e.writeFieldBegin("total_uncompressed_size",we.Thrift.Type.I64,6),e.writeI64(this.total_uncompressed_size),e.writeFieldEnd()),this.total_compressed_size!=null&&(e.writeFieldBegin("total_compressed_size",we.Thrift.Type.I64,7),e.writeI64(this.total_compressed_size),e.writeFieldEnd()),this.key_value_metadata!=null&&(e.writeFieldBegin("key_value_metadata",we.Thrift.Type.LIST,8),e.writeListBegin(we.Thrift.Type.STRUCT,this.key_value_metadata.length),this.key_value_metadata.forEach(r=>{r.write(e)}),e.writeListEnd(),e.writeFieldEnd()),this.data_page_offset!=null&&(e.writeFieldBegin("data_page_offset",we.Thrift.Type.I64,9),e.writeI64(this.data_page_offset),e.writeFieldEnd()),this.index_page_offset!=null&&(e.writeFieldBegin("index_page_offset",we.Thrift.Type.I64,10),e.writeI64(this.index_page_offset),e.writeFieldEnd()),this.dictionary_page_offset!=null&&(e.writeFieldBegin("dictionary_page_offset",we.Thrift.Type.I64,11),e.writeI64(this.dictionary_page_offset),e.writeFieldEnd()),this.statistics!=null&&(e.writeFieldBegin("statistics",we.Thrift.Type.STRUCT,12),this.statistics.write(e),e.writeFieldEnd()),this.encoding_stats!=null&&(e.writeFieldBegin("encoding_stats",we.Thrift.Type.LIST,13),e.writeListBegin(we.Thrift.Type.STRUCT,this.encoding_stats.length),this.encoding_stats.forEach(r=>{r.write(e)}),e.writeListEnd(),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===we.Thrift.Type.STOP)break;switch(o){case 1:if(i===we.Thrift.Type.I32){let f=e.readI32();r.type=f}else e.skip(i);break;case 2:if(i===we.Thrift.Type.LIST){let f=new Array,u=e.readListBegin().size;for(let l=0;l<u;l++){let c=e.readI32();f.push(c)}e.readListEnd(),r.encodings=f}else e.skip(i);break;case 3:if(i===we.Thrift.Type.LIST){let f=new Array,u=e.readListBegin().size;for(let l=0;l<u;l++){let c=e.readString();f.push(c)}e.readListEnd(),r.path_in_schema=f}else e.skip(i);break;case 4:if(i===we.Thrift.Type.I32){let f=e.readI32();r.codec=f}else e.skip(i);break;case 5:if(i===we.Thrift.Type.I64){let f=e.readI64();r.num_values=f}else e.skip(i);break;case 6:if(i===we.Thrift.Type.I64){let f=e.readI64();r.total_uncompressed_size=f}else e.skip(i);break;case 7:if(i===we.Thrift.Type.I64){let f=e.readI64();r.total_compressed_size=f}else e.skip(i);break;case 8:if(i===we.Thrift.Type.LIST){let f=new Array,u=e.readListBegin().size;for(let l=0;l<u;l++){let c=Qi.read(e);f.push(c)}e.readListEnd(),r.key_value_metadata=f}else e.skip(i);break;case 9:if(i===we.Thrift.Type.I64){let f=e.readI64();r.data_page_offset=f}else e.skip(i);break;case 10:if(i===we.Thrift.Type.I64){let f=e.readI64();r.index_page_offset=f}else e.skip(i);break;case 11:if(i===we.Thrift.Type.I64){let f=e.readI64();r.dictionary_page_offset=f}else e.skip(i);break;case 12:if(i===we.Thrift.Type.STRUCT){let f=Ji.read(e);r.statistics=f}else e.skip(i);break;case 13:if(i===we.Thrift.Type.LIST){let f=new Array,u=e.readListBegin().size;for(let l=0;l<u;l++){let c=xu.read(e);f.push(c)}e.readListEnd(),r.encoding_stats=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.type!==void 0&&r.encodings!==void 0&&r.path_in_schema!==void 0&&r.codec!==void 0&&r.num_values!==void 0&&r.total_uncompressed_size!==void 0&&r.total_compressed_size!==void 0&&r.data_page_offset!==void 0)return new Gf(r);throw new we.Thrift.TProtocolException(we.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read ColumnMetaData from input")}}});var kd,Vt,Zf,Xg=V(()=>{kd=le(Tr()),Vt=le(Me());Qg();Zf=class{constructor(e){if(e!=null&&e.file_path!=null&&(this.file_path=e.file_path),e!=null&&e.file_offset!=null)typeof e.file_offset=="number"?this.file_offset=new kd.default(e.file_offset):this.file_offset=e.file_offset;else throw new Vt.Thrift.TProtocolException(Vt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[file_offset] is unset!");e!=null&&e.meta_data!=null&&(this.meta_data=e.meta_data),e!=null&&e.offset_index_offset!=null&&(typeof e.offset_index_offset=="number"?this.offset_index_offset=new kd.default(e.offset_index_offset):this.offset_index_offset=e.offset_index_offset),e!=null&&e.offset_index_length!=null&&(this.offset_index_length=e.offset_index_length),e!=null&&e.column_index_offset!=null&&(typeof e.column_index_offset=="number"?this.column_index_offset=new kd.default(e.column_index_offset):this.column_index_offset=e.column_index_offset),e!=null&&e.column_index_length!=null&&(this.column_index_length=e.column_index_length)}write(e){e.writeStructBegin("ColumnChunk"),this.file_path!=null&&(e.writeFieldBegin("file_path",Vt.Thrift.Type.STRING,1),e.writeString(this.file_path),e.writeFieldEnd()),this.file_offset!=null&&(e.writeFieldBegin("file_offset",Vt.Thrift.Type.I64,2),e.writeI64(this.file_offset),e.writeFieldEnd()),this.meta_data!=null&&(e.writeFieldBegin("meta_data",Vt.Thrift.Type.STRUCT,3),this.meta_data.write(e),e.writeFieldEnd()),this.offset_index_offset!=null&&(e.writeFieldBegin("offset_index_offset",Vt.Thrift.Type.I64,4),e.writeI64(this.offset_index_offset),e.writeFieldEnd()),this.offset_index_length!=null&&(e.writeFieldBegin("offset_index_length",Vt.Thrift.Type.I32,5),e.writeI32(this.offset_index_length),e.writeFieldEnd()),this.column_index_offset!=null&&(e.writeFieldBegin("column_index_offset",Vt.Thrift.Type.I64,6),e.writeI64(this.column_index_offset),e.writeFieldEnd()),this.column_index_length!=null&&(e.writeFieldBegin("column_index_length",Vt.Thrift.Type.I32,7),e.writeI32(this.column_index_length),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===Vt.Thrift.Type.STOP)break;switch(o){case 1:if(i===Vt.Thrift.Type.STRING){let f=e.readString();r.file_path=f}else e.skip(i);break;case 2:if(i===Vt.Thrift.Type.I64){let f=e.readI64();r.file_offset=f}else e.skip(i);break;case 3:if(i===Vt.Thrift.Type.STRUCT){let f=Gf.read(e);r.meta_data=f}else e.skip(i);break;case 4:if(i===Vt.Thrift.Type.I64){let f=e.readI64();r.offset_index_offset=f}else e.skip(i);break;case 5:if(i===Vt.Thrift.Type.I32){let f=e.readI32();r.offset_index_length=f}else e.skip(i);break;case 6:if(i===Vt.Thrift.Type.I64){let f=e.readI64();r.column_index_offset=f}else e.skip(i);break;case 7:if(i===Vt.Thrift.Type.I32){let f=e.readI32();r.column_index_length=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.file_offset!==void 0)return new Zf(r);throw new Vt.Thrift.TProtocolException(Vt.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read ColumnChunk from input")}}});var $g,Ct,Jf,ey=V(()=>{$g=le(Tr()),Ct=le(Me());Xg();Zg();Jf=class{constructor(e){if(e!=null&&e.columns!=null)this.columns=e.columns;else throw new Ct.Thrift.TProtocolException(Ct.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[columns] is unset!");if(e!=null&&e.total_byte_size!=null)typeof e.total_byte_size=="number"?this.total_byte_size=new $g.default(e.total_byte_size):this.total_byte_size=e.total_byte_size;else throw new Ct.Thrift.TProtocolException(Ct.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[total_byte_size] is unset!");if(e!=null&&e.num_rows!=null)typeof e.num_rows=="number"?this.num_rows=new $g.default(e.num_rows):this.num_rows=e.num_rows;else throw new Ct.Thrift.TProtocolException(Ct.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_rows] is unset!");e!=null&&e.sorting_columns!=null&&(this.sorting_columns=e.sorting_columns)}write(e){e.writeStructBegin("RowGroup"),this.columns!=null&&(e.writeFieldBegin("columns",Ct.Thrift.Type.LIST,1),e.writeListBegin(Ct.Thrift.Type.STRUCT,this.columns.length),this.columns.forEach(r=>{r.write(e)}),e.writeListEnd(),e.writeFieldEnd()),this.total_byte_size!=null&&(e.writeFieldBegin("total_byte_size",Ct.Thrift.Type.I64,2),e.writeI64(this.total_byte_size),e.writeFieldEnd()),this.num_rows!=null&&(e.writeFieldBegin("num_rows",Ct.Thrift.Type.I64,3),e.writeI64(this.num_rows),e.writeFieldEnd()),this.sorting_columns!=null&&(e.writeFieldBegin("sorting_columns",Ct.Thrift.Type.LIST,4),e.writeListBegin(Ct.Thrift.Type.STRUCT,this.sorting_columns.length),this.sorting_columns.forEach(r=>{r.write(e)}),e.writeListEnd(),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===Ct.Thrift.Type.STOP)break;switch(o){case 1:if(i===Ct.Thrift.Type.LIST){let f=new Array,u=e.readListBegin().size;for(let l=0;l<u;l++){let c=Zf.read(e);f.push(c)}e.readListEnd(),r.columns=f}else e.skip(i);break;case 2:if(i===Ct.Thrift.Type.I64){let f=e.readI64();r.total_byte_size=f}else e.skip(i);break;case 3:if(i===Ct.Thrift.Type.I64){let f=e.readI64();r.num_rows=f}else e.skip(i);break;case 4:if(i===Ct.Thrift.Type.LIST){let f=new Array,u=e.readListBegin().size;for(let l=0;l<u;l++){let c=Iu.read(e);f.push(c)}e.readListEnd(),r.sorting_columns=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.columns!==void 0&&r.total_byte_size!==void 0&&r.num_rows!==void 0)return new Jf(r);throw new Ct.Thrift.TProtocolException(Ct.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read RowGroup from input")}}});var GI,Su,ty=V(()=>{GI=le(Me()),Su=class{constructor(){}write(e){e.writeStructBegin("TypeDefinedOrder"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===GI.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new Su}}});var RR,HR,ZI=V(()=>{RR=le(Tr()),HR=le(Me())});var MR,JI=V(()=>{MR=le(Me())});var zR,UR,QI=V(()=>{zR=le(Tr()),UR=le(Me())});var Lr,ia,ry=V(()=>{Lr=le(Me());ty();ia=class{constructor(e){let r=0;if(e!=null){if(e.TYPE_ORDER!=null&&(r++,this.TYPE_ORDER=e.TYPE_ORDER),r>1)throw new Lr.Thrift.TProtocolException(Lr.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with more than one set value!");if(r<1)throw new Lr.Thrift.TProtocolException(Lr.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with no set value!")}}static fromTYPE_ORDER(e){return new ia({TYPE_ORDER:e})}write(e){e.writeStructBegin("ColumnOrder"),this.TYPE_ORDER!=null&&(e.writeFieldBegin("TYPE_ORDER",Lr.Thrift.Type.STRUCT,1),this.TYPE_ORDER.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){let r=0,n=null;for(e.readStructBegin();;){let i=e.readFieldBegin(),o=i.ftype,f=i.fid;if(o===Lr.Thrift.Type.STOP)break;switch(f){case 1:if(o===Lr.Thrift.Type.STRUCT){r++;let s=Su.read(e);n=ia.fromTYPE_ORDER(s)}else e.skip(o);break;default:e.skip(o)}e.readFieldEnd()}if(e.readStructEnd(),r>1)throw new Lr.Thrift.TProtocolException(Lr.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with more than one set value!");if(r<1)throw new Lr.Thrift.TProtocolException(Lr.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with no set value!");if(n!==null)return n;throw new Lr.Thrift.TProtocolException(Lr.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read data for TUnion")}}});var XI,ft,Qf,$I=V(()=>{XI=le(Tr()),ft=le(Me());ry();Bd();ey();Cg();Qf=class{constructor(e=null){if(e!=null&&e.version!=null)this.version=e.version;else throw new ft.Thrift.TProtocolException(ft.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[version] is unset!");if(e!=null&&e.schema!=null)this.schema=e.schema;else throw new ft.Thrift.TProtocolException(ft.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[schema] is unset!");if(e!=null&&e.num_rows!=null)typeof e.num_rows=="number"?this.num_rows=new XI.default(e.num_rows):this.num_rows=e.num_rows;else throw new ft.Thrift.TProtocolException(ft.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_rows] is unset!");if(e!=null&&e.row_groups!=null)this.row_groups=e.row_groups;else throw new ft.Thrift.TProtocolException(ft.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[row_groups] is unset!");e!=null&&e.key_value_metadata!=null&&(this.key_value_metadata=e.key_value_metadata),e!=null&&e.created_by!=null&&(this.created_by=e.created_by),e!=null&&e.column_orders!=null&&(this.column_orders=e.column_orders)}write(e){e.writeStructBegin("FileMetaData"),this.version!=null&&(e.writeFieldBegin("version",ft.Thrift.Type.I32,1),e.writeI32(this.version),e.writeFieldEnd()),this.schema!=null&&(e.writeFieldBegin("schema",ft.Thrift.Type.LIST,2),e.writeListBegin(ft.Thrift.Type.STRUCT,this.schema.length),this.schema.forEach(r=>{r.write(e)}),e.writeListEnd(),e.writeFieldEnd()),this.num_rows!=null&&(e.writeFieldBegin("num_rows",ft.Thrift.Type.I64,3),e.writeI64(this.num_rows),e.writeFieldEnd()),this.row_groups!=null&&(e.writeFieldBegin("row_groups",ft.Thrift.Type.LIST,4),e.writeListBegin(ft.Thrift.Type.STRUCT,this.row_groups.length),this.row_groups.forEach(r=>{r.write(e)}),e.writeListEnd(),e.writeFieldEnd()),this.key_value_metadata!=null&&(e.writeFieldBegin("key_value_metadata",ft.Thrift.Type.LIST,5),e.writeListBegin(ft.Thrift.Type.STRUCT,this.key_value_metadata.length),this.key_value_metadata.forEach(r=>{r.write(e)}),e.writeListEnd(),e.writeFieldEnd()),this.created_by!=null&&(e.writeFieldBegin("created_by",ft.Thrift.Type.STRING,6),e.writeString(this.created_by),e.writeFieldEnd()),this.column_orders!=null&&(e.writeFieldBegin("column_orders",ft.Thrift.Type.LIST,7),e.writeListBegin(ft.Thrift.Type.STRUCT,this.column_orders.length),this.column_orders.forEach(r=>{r.write(e)}),e.writeListEnd(),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===ft.Thrift.Type.STOP)break;switch(o){case 1:if(i===ft.Thrift.Type.I32){let f=e.readI32();r.version=f}else e.skip(i);break;case 2:if(i===ft.Thrift.Type.LIST){let f=new Array,u=e.readListBegin().size;for(let l=0;l<u;l++){let c=Ho.read(e);f.push(c)}e.readListEnd(),r.schema=f}else e.skip(i);break;case 3:if(i===ft.Thrift.Type.I64){let f=e.readI64();r.num_rows=f}else e.skip(i);break;case 4:if(i===ft.Thrift.Type.LIST){let f=new Array,u=e.readListBegin().size;for(let l=0;l<u;l++){let c=Jf.read(e);f.push(c)}e.readListEnd(),r.row_groups=f}else e.skip(i);break;case 5:if(i===ft.Thrift.Type.LIST){let f=new Array,u=e.readListBegin().size;for(let l=0;l<u;l++){let c=Qi.read(e);f.push(c)}e.readListEnd(),r.key_value_metadata=f}else e.skip(i);break;case 6:if(i===ft.Thrift.Type.STRING){let f=e.readString();r.created_by=f}else e.skip(i);break;case 7:if(i===ft.Thrift.Type.LIST){let f=new Array,u=e.readListBegin().size;for(let l=0;l<u;l++){let c=ia.read(e);f.push(c)}e.readListEnd(),r.column_orders=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.version!==void 0&&r.schema!==void 0&&r.num_rows!==void 0&&r.row_groups!==void 0)return new Qf(r);throw new ft.Thrift.TProtocolException(ft.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read FileMetaData from input")}}});var Eu=V(()=>{yk();jk();_k();qk();vk();Tk();kk();lu();xg();Sg();Eg();Ag();Og();Fg();Pg();Dg();Ng();Rg();Hg();Mg();zg();Ug();Lg();Cg();Wg();Kg();Yg();Gg();YI();Bd();Zg();Jg();Qg();Xg();ey();ty();ZI();JI();QI();$I();Td();Vg();ry()});var oa,e1,Au,ny,iy=V(()=>{oa="PAR1",e1="PARE",Au="INT32",ny="RLE"});function Ou(t){let e=[],r=new zo.TBufferedTransport(void 0,i=>{e.push(i)}),n=new zo.TCompactProtocol(r);return t.write(n),r.flush(),Buffer.concat(e)}function pn(t,e){for(let r in t)if(t[r]===e)return r;throw new Error("Invalid ENUM value")}function t1(t,e){e||(e=0);let r=new oy(t);r.readPos=e;let n=new zo.TCompactProtocol(r),i=Qf.read(n);return{length:r.readPos-e,metadata:i}}function r1(t,e){e||(e=0);let r=new oy(t);r.readPos=e;let n=new zo.TCompactProtocol(r),i=Mo.read(n);return{length:r.readPos-e,pageHeader:i}}function ai(t){return t===0?0:Math.ceil(Math.log2(t+1))}function n1(t,e){for(let r=0;r<t.length;r++){if(t[r].length>e.length)continue;let n=!0;for(let i=0;i<e.length;i++)if(!(t[r][i]===e[i]||t[r][i]==="+"||t[r][i]==="#")&&!(i>=t[r].length&&t[r][t[r].length-1]==="#")){n=!1;break}if(n)return r}return-1}var zo,oy,Id=V(()=>{zo=le(Me());Eu();oy=class extends zo.TFramedTransport{constructor(){super(...arguments);this.readPos=0}}});async function i1(t,e){let r={buffer:t,offset:0,size:t.length},n={rlevels:[],dlevels:[],values:[],pageHeaders:[],count:0},i=e.dictionary||[];for(;r.offset<r.size&&(!e.numValues||n.dlevels.length<Number(e.numValues));){let o=await fy(r,e);if(o.dictionary){i=o.dictionary;continue}i.length&&(o.values=o.values.map(f=>i[f]));for(let f=0;f<o.rlevels.length;f++){n.rlevels.push(o.rlevels[f]),n.dlevels.push(o.dlevels[f]);let s=o.values[f];s!==void 0&&n.values.push(s)}n.count+=o.count,n.pageHeaders.push(o.pageHeader)}return n}async function fy(t,e){let r,{pageHeader:n,length:i}=r1(t.buffer,t.offset);t.offset+=i;let o=pn(Vf,n.type);switch(o){case"DATA_PAGE":r=await LR(t,n,e);break;case"DATA_PAGE_V2":r=await VR(t,n,e);break;case"DICTIONARY_PAGE":r={dictionary:await CR(t,n,e),pageHeader:n};break;default:throw new Error(`invalid page type: ${o}`)}return r}function sy(t,e,r){let n={},i=e;for(let o=0;o<r;o++){let f=t[i],s=i>0?pn(Js,f.repetition_type):"ROOT",u=!1,l=!1;switch(s){case"REQUIRED":break;case"OPTIONAL":u=!0;break;case"REPEATED":l=!0;break;default:throw new Error("parquet: unknown repetition type")}if(f.num_children>0){let c=sy(t,i+1,f.num_children);i=c.next,n[f.name]={optional:u,repeated:l,fields:c.schema}}else{let c=pn(Wi,f.type),w=c;switch(f.converted_type&&(w=pn(Zs,f.converted_type)),w){case"DECIMAL":w=`${w}_${c}`;break;default:}n[f.name]={type:w,typeLength:f.type_length,presision:f.precision,scale:f.scale,optional:u,repeated:l},i++}}return{schema:n,offset:e,next:i}}function Xf(t,e,r,n,i){if(!(e in vo))throw new Error(`invalid encoding: ${e}`);return vo[e].decodeValues(t,r,n,i)}async function LR(t,e,r){let n=t.offset+e.compressed_page_size,i=e.data_page_header?.num_values,o=t;if(r.compression!=="UNCOMPRESSED"){let T=await Ip(r.compression,t.buffer.slice(t.offset,n),e.uncompressed_page_size);o={buffer:T,offset:0,size:T.length},t.offset=n}let f=pn(Rr,e.data_page_header?.repetition_level_encoding),s=new Array(i);r.column.rLevelMax>0?s=Xf(Au,f,o,i,{bitWidth:ai(r.column.rLevelMax),disableEnvelope:!1}):s.fill(0);let u=pn(Rr,e.data_page_header?.definition_level_encoding),l=new Array(i);r.column.dLevelMax>0?l=Xf(Au,u,o,i,{bitWidth:ai(r.column.dLevelMax),disableEnvelope:!1}):l.fill(0);let c=0;for(let T of l)T===r.column.dLevelMax&&c++;let w=pn(Rr,e.data_page_header?.encoding),p={typeLength:r.column.typeLength,bitWidth:r.column.typeLength},g=Xf(r.column.primitiveType,w,o,c,p);return{dlevels:l,rlevels:s,values:g,count:i,pageHeader:e}}async function VR(t,e,r){let n=t.offset+e.compressed_page_size,i=e.data_page_header_v2?.num_values,o=i-e.data_page_header_v2?.num_nulls,f=pn(Rr,e.data_page_header_v2?.encoding),s=new Array(i);r.column.rLevelMax>0?s=Xf(Au,ny,t,i,{bitWidth:ai(r.column.rLevelMax),disableEnvelope:!0}):s.fill(0);let u=new Array(i);r.column.dLevelMax>0?u=Xf(Au,ny,t,i,{bitWidth:ai(r.column.dLevelMax),disableEnvelope:!0}):u.fill(0);let l=t;if(e.data_page_header_v2?.is_compressed){let p=await Ip(r.compression,t.buffer.slice(t.offset,n),e.uncompressed_page_size);l={buffer:p,offset:0,size:p.length},t.offset=n}let c={typeLength:r.column.typeLength,bitWidth:r.column.typeLength},w=Xf(r.column.primitiveType,f,l,o,c);return{dlevels:u,rlevels:s,values:w,count:i,pageHeader:e}}async function CR(t,e,r){let n=t.offset+e.compressed_page_size,i={offset:0,buffer:t.buffer.slice(t.offset,n),size:n-t.offset};if(t.offset=n,r.compression!=="UNCOMPRESSED"){let f=await Ip(r.compression,i.buffer.slice(i.offset,n),e.uncompressed_page_size);i={buffer:f,offset:0,size:f.length},t.offset=n}let o=e?.dictionary_page_header?.num_values||0;return Xf(r.column.primitiveType,r.column.encoding,i,o,r).map(f=>f.toString())}var ay=V(()=>{Yc();Eu();Kl();iy();Id()});var WR,$f,xd=V(()=>{tg();ay();ld();iy();Eu();Id();ay();WR={defaultDictionarySize:1e6},$f=class{constructor(e,r){this.metadata=null;this.file=e,this.props={...WR,...r}}close(){this.file.close()}async*rowIterator(e){for await(let r of this.rowBatchIterator(e))for(let n of r)yield n}async*rowBatchIterator(e){let r=await this.getSchema();for await(let n of this.rowGroupIterator(e))yield ad(r,n)}async*rowGroupIterator(e){let r=(e?.columnList||[]).map(f=>Array.isArray(f)?f:[f]),n=await this.getFileMetadata(),i=await this.getSchema(),o=n?.row_groups.length||0;for(let f=0;f<o;f++)yield await this.readRowGroup(i,n.row_groups[f],r)}async getRowCount(){let e=await this.getFileMetadata();return Number(e.num_rows)}async getSchema(){let e=await this.getFileMetadata(),r=e.schema[0],{schema:n}=sy(e.schema,1,r.num_children);return new ru(n)}async getSchemaMetadata(){let e=await this.getFileMetadata(),r={};for(let n of e.key_value_metadata)r[n.key]=n.value;return r}async getFileMetadata(){return this.metadata||(await this.readHeader(),this.metadata=this.readFooter()),this.metadata}async readHeader(){let r=(await this.file.read(0,oa.length)).toString();switch(r){case oa:break;case e1:throw new Error("Encrypted parquet file not supported");default:throw new Error(`Invalid parquet file (magic=${r})`)}}async readFooter(){let e=oa.length+4,r=await this.file.read(this.file.size-e,e),n=r.slice(4).toString();if(n!==oa)throw new Error(`Not a valid parquet file (magic="${n})`);let i=r.readUInt32LE(0),o=this.file.size-i-e;if(o<oa.length)throw new Error(`Invalid metadata size ${o}`);let f=await this.file.read(o,i),{metadata:s}=t1(f);return s}async readRowGroup(e,r,n){let i={rowCount:Number(r.num_rows),columnData:{}};for(let o of r.columns){let s=o.meta_data?.path_in_schema;n.length>0&&n1(n,s)<0||(i.columnData[s.join()]=await this.readColumnChunk(e,o))}return i}async readColumnChunk(e,r){if(r.file_path!==void 0&&r.file_path!==null)throw new Error("external references are not supported");let n=e.findField(r.meta_data?.path_in_schema),i=pn(Wi,r.meta_data?.type);if(i!==n.primitiveType)throw new Error(`chunk type not matching schema: ${i}`);let o=pn(Qs,r.meta_data?.codec),f=Number(r.meta_data?.data_page_offset),s=Number(r.meta_data?.total_compressed_size);r.file_path||(s=Math.min(this.file.size-f,Number(r.meta_data?.total_compressed_size)));let u={type:i,rLevelMax:n.rLevelMax,dLevelMax:n.dLevelMax,compression:o,column:n,numValues:r.meta_data?.num_values,dictionary:[]},l,c=r?.meta_data?.dictionary_page_offset;if(c){let p=Number(c);l=await this.getDictionary(p,u,f)}l=u.dictionary?.length?u.dictionary:l;let w=await this.file.read(f,s);return await i1(w,{...u,dictionary:l})}async getDictionary(e,r,n){if(e===0)return[];let i=Math.min(this.file.size-e,this.props.defaultDictionarySize),o=await this.file.read(e,i),f={buffer:o,offset:0,size:o.length};return(await fy(f,r)).dictionary}}});async function o1(t,e){let r=new Blob([t]);for await(let n of ly(r,e))return n;return null}async function*ly(t,e){let r=hl(t),i=new $f(r).rowBatchIterator(e?.parquet);for await(let o of i)yield o}var f1=V(()=>{Dn();xd()});function s1(t,e){if(!t)throw new Error(e||"loader assertion failed.")}var a1=V(()=>{});function KR(t){let e={};for(let r of t)e[r.name]&&console.warn("Schema: duplicated field name",r.name,r),e[r.name]=!0}function l1(t,e){return new Map([...t||new Map,...e||new Map])}var Mn,u1=V(()=>{a1();Mn=class{constructor(e,r){s1(Array.isArray(e)),KR(e),this.fields=e,this.metadata=r||new Map}compareTo(e){if(this.metadata!==e.metadata||this.fields.length!==e.fields.length)return!1;for(let r=0;r<this.fields.length;++r)if(!this.fields[r].compareTo(e.fields[r]))return!1;return!0}select(...e){let r=Object.create(null);for(let i of e)r[i]=!0;let n=this.fields.filter(i=>r[i.name]);return new Mn(n,this.metadata)}selectAt(...e){let r=e.map(n=>this.fields[n]).filter(Boolean);return new Mn(r,this.metadata)}assign(e){let r,n=this.metadata;if(e instanceof Mn){let f=e;r=f.fields,n=l1(l1(new Map,this.metadata),f.metadata)}else r=e;let i=Object.create(null);for(let f of this.fields)i[f.name]=f;for(let f of r)i[f.name]=f;let o=Object.values(i);return new Mn(o,n)}}});var Xi,c1=V(()=>{Xi=class{constructor(e,r,n=!1,i=new Map){this.name=e,this.type=r,this.nullable=n,this.metadata=i}get typeId(){return this.type&&this.type.typeId}clone(){return new Xi(this.name,this.type,this.nullable,this.metadata)}compareTo(e){return this.name===e.name&&this.type===e.type&&this.nullable===e.nullable&&this.metadata===e.metadata}toString(){return`${this.type}${this.nullable?", nullable":""}${this.metadata?`, metadata: ${this.metadata}`:""}`}}});var Xe,p1=V(()=>{(function(W){W[W.NONE=0]="NONE",W[W.Null=1]="Null",W[W.Int=2]="Int",W[W.Float=3]="Float",W[W.Binary=4]="Binary",W[W.Utf8=5]="Utf8",W[W.Bool=6]="Bool",W[W.Decimal=7]="Decimal",W[W.Date=8]="Date",W[W.Time=9]="Time",W[W.Timestamp=10]="Timestamp",W[W.Interval=11]="Interval",W[W.List=12]="List",W[W.Struct=13]="Struct",W[W.Union=14]="Union",W[W.FixedSizeBinary=15]="FixedSizeBinary",W[W.FixedSizeList=16]="FixedSizeList",W[W.Map=17]="Map",W[W.Dictionary=-1]="Dictionary",W[W.Int8=-2]="Int8",W[W.Int16=-3]="Int16",W[W.Int32=-4]="Int32",W[W.Int64=-5]="Int64",W[W.Uint8=-6]="Uint8",W[W.Uint16=-7]="Uint16",W[W.Uint32=-8]="Uint32",W[W.Uint64=-9]="Uint64",W[W.Float16=-10]="Float16",W[W.Float32=-11]="Float32",W[W.Float64=-12]="Float64",W[W.DateDay=-13]="DateDay",W[W.DateMillisecond=-14]="DateMillisecond",W[W.TimestampSecond=-15]="TimestampSecond",W[W.TimestampMillisecond=-16]="TimestampMillisecond",W[W.TimestampMicrosecond=-17]="TimestampMicrosecond",W[W.TimestampNanosecond=-18]="TimestampNanosecond",W[W.TimeSecond=-19]="TimeSecond",W[W.TimeMillisecond=-20]="TimeMillisecond",W[W.TimeMicrosecond=-21]="TimeMicrosecond",W[W.TimeNanosecond=-22]="TimeNanosecond",W[W.DenseUnion=-23]="DenseUnion",W[W.SparseUnion=-24]="SparseUnion",W[W.IntervalDayTime=-25]="IntervalDayTime",W[W.IntervalYearMonth=-26]="IntervalYearMonth"})(Xe||(Xe={}))});var Ir,uy,Fu,li,Pu,Du,Uo,$i,Nu,Ru,Hu,d1,Mu,fa,ui,eo,zu,YR,cy,m1,py,dy,GR,my,wy,Uu,w1=V(()=>{p1();Ir=class{static isNull(e){return e&&e.typeId===Xe.Null}static isInt(e){return e&&e.typeId===Xe.Int}static isFloat(e){return e&&e.typeId===Xe.Float}static isBinary(e){return e&&e.typeId===Xe.Binary}static isUtf8(e){return e&&e.typeId===Xe.Utf8}static isBool(e){return e&&e.typeId===Xe.Bool}static isDecimal(e){return e&&e.typeId===Xe.Decimal}static isDate(e){return e&&e.typeId===Xe.Date}static isTime(e){return e&&e.typeId===Xe.Time}static isTimestamp(e){return e&&e.typeId===Xe.Timestamp}static isInterval(e){return e&&e.typeId===Xe.Interval}static isList(e){return e&&e.typeId===Xe.List}static isStruct(e){return e&&e.typeId===Xe.Struct}static isUnion(e){return e&&e.typeId===Xe.Union}static isFixedSizeBinary(e){return e&&e.typeId===Xe.FixedSizeBinary}static isFixedSizeList(e){return e&&e.typeId===Xe.FixedSizeList}static isMap(e){return e&&e.typeId===Xe.Map}static isDictionary(e){return e&&e.typeId===Xe.Dictionary}get typeId(){return Xe.NONE}compareTo(e){return this===e}},uy=class extends Ir{get typeId(){return Xe.Null}get[Symbol.toStringTag](){return"Null"}toString(){return"Null"}},Fu=class extends Ir{get typeId(){return Xe.Bool}get[Symbol.toStringTag](){return"Bool"}toString(){return"Bool"}},li=class extends Ir{constructor(e,r){super();this.isSigned=e,this.bitWidth=r}get typeId(){return Xe.Int}get[Symbol.toStringTag](){return"Int"}toString(){return`${this.isSigned?"I":"Ui"}nt${this.bitWidth}`}},Pu=class extends li{constructor(){super(!0,8)}},Du=class extends li{constructor(){super(!0,16)}},Uo=class extends li{constructor(){super(!0,32)}},$i=class extends li{constructor(){super(!0,64)}},Nu=class extends li{constructor(){super(!1,16)}},Ru=class extends li{constructor(){super(!1,32)}},Hu=class extends li{constructor(){super(!1,64)}},d1={HALF:16,SINGLE:32,DOUBLE:64},Mu=class extends Ir{constructor(e){super();this.precision=e}get typeId(){return Xe.Float}get[Symbol.toStringTag](){return"Float"}toString(){return`Float${this.precision}`}},fa=class extends Mu{constructor(){super(d1.SINGLE)}},ui=class extends Mu{constructor(){super(d1.DOUBLE)}},eo=class extends Ir{constructor(){super()}get typeId(){return Xe.Binary}toString(){return"Binary"}get[Symbol.toStringTag](){return"Binary"}},zu=class extends Ir{get typeId(){return Xe.Utf8}get[Symbol.toStringTag](){return"Utf8"}toString(){return"Utf8"}},YR={DAY:0,MILLISECOND:1},cy=class extends Ir{constructor(e){super();this.unit=e}get typeId(){return Xe.Date}get[Symbol.toStringTag](){return"Date"}toString(){return`Date${(this.unit+1)*32}<${YR[this.unit]}>`}},m1={SECOND:1,MILLISECOND:1e3,MICROSECOND:1e6,NANOSECOND:1e9},py=class extends Ir{constructor(e,r){super();this.unit=e,this.bitWidth=r}get typeId(){return Xe.Time}toString(){return`Time${this.bitWidth}<${m1[this.unit]}>`}get[Symbol.toStringTag](){return"Time"}},dy=class extends Ir{constructor(e,r=null){super();this.unit=e,this.timezone=r}get typeId(){return Xe.Timestamp}get[Symbol.toStringTag](){return"Timestamp"}toString(){return`Timestamp<${m1[this.unit]}${this.timezone?`, ${this.timezone}`:""}>`}},GR={DAY_TIME:0,YEAR_MONTH:1},my=class extends Ir{constructor(e){super();this.unit=e}get typeId(){return Xe.Interval}get[Symbol.toStringTag](){return"Interval"}toString(){return`Interval<${GR[this.unit]}>`}},wy=class extends Ir{constructor(e,r){super();this.listSize=e,this.children=[r]}get typeId(){return Xe.FixedSizeList}get valueType(){return this.children[0].type}get valueField(){return this.children[0]}get[Symbol.toStringTag](){return"FixedSizeList"}toString(){return`FixedSizeList[${this.listSize}]<${this.valueType}>`}},Uu=class extends Ir{constructor(e){super();this.children=e}get typeId(){return Xe.Struct}toString(){return`Struct<{${this.children.map(e=>`${e.name}:${e.type}`).join(", ")}}>`}get[Symbol.toStringTag](){return"Struct"}}});var h1=V(()=>{u1();c1();w1()});var b1=V(()=>{h1()});function Lu(t,e){let r=g1(t.schema),n=e&&lH(e);return new Mn(r,n)}function g1(t){let e=[];for(let r in t){let n=t[r];if(n.fields){let i=g1(n.fields),o=new Xi(r,new Uu(i),n.optional);e.push(o)}else{let i=sH[n.type],o=aH(n),f=new Xi(r,new i,n.optional,o);e.push(f)}}return e}function aH(t){let e=new Map;for(let r in t)if(r!=="name"){let n=t[r]||"";n=typeof t[r]!="string"?JSON.stringify(t[r]):t[r],e.set(r,n)}return e}function lH(t){let e=new Map,r=t.key_value_metadata||[];for(let{key:n,value:i}of r)typeof i=="string"&&e.set(n,i);return e}var sH,hy=V(()=>{b1();sH={BOOLEAN:Fu,INT32:Uo,INT64:ui,INT96:ui,FLOAT:fa,DOUBLE:ui,BYTE_ARRAY:eo,FIXED_LEN_BYTE_ARRAY:eo,UTF8:zu,DATE:Uo,TIME_MILLIS:$i,TIME_MICROS:$i,TIMESTAMP_MILLIS:$i,TIMESTAMP_MICROS:$i,UINT_8:Uo,UINT_16:Nu,UINT_32:Ru,UINT_64:Hu,INT_8:Pu,INT_16:Du,INT_32:Uo,INT_64:$i,JSON:eo,BSON:eo,INTERVAL:eo,DECIMAL_INT32:fa,DECIMAL_INT64:ui,DECIMAL_BYTE_ARRAY:ui,DECIMAL_FIXED_LEN_BYTE_ARRAY:ui}});function y1(t,e){let r={};for(let[n,i]of Object.entries(e.columnData))r[n]=r[n]||i.values;return r}var j1=V(()=>{});function by(t){let e=t.metadata.get("geo");if(!e)return null;try{return JSON.parse(e)}catch{return null}}function _1(t,e){let r=JSON.stringify(e);t.metadata.set("geo",r)}function Sd(t){let e=by(t);if(!e)return;let{version:r,primary_column:n,columns:i}=e;r&&t.metadata.set("geo.version",r),n&&t.metadata.set("geo.primary_column",n),t.metadata.set("geo.columns",Object.keys(i||{}).join(""));for(let[o,f]of Object.entries(i||{})){let s=t.fields.find(u=>u.name===o);s&&(s.name===n&&s.metadata.set("geo.primary_field","true"),uH(s,f))}}function uH(t,e){for(let[r,n]of Object.entries(e||{}))switch(r){case"geometry_type":t.metadata.set(`geo.${r}`,n.join(","));break;case"bbox":case"crs":case"edges":default:t.metadata.set(`geo.${r}`,typeof n=="string"?n:JSON.stringify(n))}}var gy=V(()=>{});async function q1(t,e){let r=new Blob([t]);for await(let n of yy(r,e))return n;return null}async function*yy(t,e){let r=hl(t),n=new $f(r),i=await n.getSchema(),o=await n.getFileMetadata(),f=Lu(i,o);Sd(f);let s=n.rowGroupIterator(e?.parquet);for await(let u of s)yield cH(f,u)}function cH(t,e){let r=y1(t,e);return{shape:"columnar-table",batchType:"data",schema:t,data:r,length:e.rowCount}}var v1=V(()=>{Dn();xd();hy();j1();gy()});var to=B(T1=>{var x={};x.Offset;x.Table;x.SIZEOF_SHORT=2;x.SIZEOF_INT=4;x.FILE_IDENTIFIER_LENGTH=4;x.SIZE_PREFIX_LENGTH=4;x.Encoding={UTF8_BYTES:1,UTF16_STRING:2};x.int32=new Int32Array(2);x.float32=new Float32Array(x.int32.buffer);x.float64=new Float64Array(x.int32.buffer);x.isLittleEndian=new Uint16Array(new Uint8Array([1,0]).buffer)[0]===1;x.Long=function(t,e){this.low=t|0,this.high=e|0};x.Long.create=function(t,e){return t==0&&e==0?x.Long.ZERO:new x.Long(t,e)};x.Long.prototype.toFloat64=function(){return(this.low>>>0)+this.high*4294967296};x.Long.prototype.equals=function(t){return this.low==t.low&&this.high==t.high};x.Long.ZERO=new x.Long(0,0);x.Builder=function(t){if(t)var e=t;else var e=1024;this.bb=x.ByteBuffer.allocate(e),this.space=e,this.minalign=1,this.vtable=null,this.vtable_in_use=0,this.isNested=!1,this.object_start=0,this.vtables=[],this.vector_num_elems=0,this.force_defaults=!1};x.Builder.prototype.clear=function(){this.bb.clear(),this.space=this.bb.capacity(),this.minalign=1,this.vtable=null,this.vtable_in_use=0,this.isNested=!1,this.object_start=0,this.vtables=[],this.vector_num_elems=0,this.force_defaults=!1};x.Builder.prototype.forceDefaults=function(t){this.force_defaults=t};x.Builder.prototype.dataBuffer=function(){return this.bb};x.Builder.prototype.asUint8Array=function(){return this.bb.bytes().subarray(this.bb.position(),this.bb.position()+this.offset())};x.Builder.prototype.prep=function(t,e){t>this.minalign&&(this.minalign=t);for(var r=~(this.bb.capacity()-this.space+e)+1&t-1;this.space<r+t+e;){var n=this.bb.capacity();this.bb=x.Builder.growByteBuffer(this.bb),this.space+=this.bb.capacity()-n}this.pad(r)};x.Builder.prototype.pad=function(t){for(var e=0;e<t;e++)this.bb.writeInt8(--this.space,0)};x.Builder.prototype.writeInt8=function(t){this.bb.writeInt8(this.space-=1,t)};x.Builder.prototype.writeInt16=function(t){this.bb.writeInt16(this.space-=2,t)};x.Builder.prototype.writeInt32=function(t){this.bb.writeInt32(this.space-=4,t)};x.Builder.prototype.writeInt64=function(t){this.bb.writeInt64(this.space-=8,t)};x.Builder.prototype.writeFloat32=function(t){this.bb.writeFloat32(this.space-=4,t)};x.Builder.prototype.writeFloat64=function(t){this.bb.writeFloat64(this.space-=8,t)};x.Builder.prototype.addInt8=function(t){this.prep(1,0),this.writeInt8(t)};x.Builder.prototype.addInt16=function(t){this.prep(2,0),this.writeInt16(t)};x.Builder.prototype.addInt32=function(t){this.prep(4,0),this.writeInt32(t)};x.Builder.prototype.addInt64=function(t){this.prep(8,0),this.writeInt64(t)};x.Builder.prototype.addFloat32=function(t){this.prep(4,0),this.writeFloat32(t)};x.Builder.prototype.addFloat64=function(t){this.prep(8,0),this.writeFloat64(t)};x.Builder.prototype.addFieldInt8=function(t,e,r){(this.force_defaults||e!=r)&&(this.addInt8(e),this.slot(t))};x.Builder.prototype.addFieldInt16=function(t,e,r){(this.force_defaults||e!=r)&&(this.addInt16(e),this.slot(t))};x.Builder.prototype.addFieldInt32=function(t,e,r){(this.force_defaults||e!=r)&&(this.addInt32(e),this.slot(t))};x.Builder.prototype.addFieldInt64=function(t,e,r){(this.force_defaults||!e.equals(r))&&(this.addInt64(e),this.slot(t))};x.Builder.prototype.addFieldFloat32=function(t,e,r){(this.force_defaults||e!=r)&&(this.addFloat32(e),this.slot(t))};x.Builder.prototype.addFieldFloat64=function(t,e,r){(this.force_defaults||e!=r)&&(this.addFloat64(e),this.slot(t))};x.Builder.prototype.addFieldOffset=function(t,e,r){(this.force_defaults||e!=r)&&(this.addOffset(e),this.slot(t))};x.Builder.prototype.addFieldStruct=function(t,e,r){e!=r&&(this.nested(e),this.slot(t))};x.Builder.prototype.nested=function(t){if(t!=this.offset())throw new Error("FlatBuffers: struct must be serialized inline.")};x.Builder.prototype.notNested=function(){if(this.isNested)throw new Error("FlatBuffers: object serialization must not be nested.")};x.Builder.prototype.slot=function(t){this.vtable[t]=this.offset()};x.Builder.prototype.offset=function(){return this.bb.capacity()-this.space};x.Builder.growByteBuffer=function(t){var e=t.capacity();if(e&3221225472)throw new Error("FlatBuffers: cannot grow buffer beyond 2 gigabytes.");var r=e<<1,n=x.ByteBuffer.allocate(r);return n.setPosition(r-e),n.bytes().set(t.bytes(),r-e),n};x.Builder.prototype.addOffset=function(t){this.prep(x.SIZEOF_INT,0),this.writeInt32(this.offset()-t+x.SIZEOF_INT)};x.Builder.prototype.startObject=function(t){this.notNested(),this.vtable==null&&(this.vtable=[]),this.vtable_in_use=t;for(var e=0;e<t;e++)this.vtable[e]=0;this.isNested=!0,this.object_start=this.offset()};x.Builder.prototype.endObject=function(){if(this.vtable==null||!this.isNested)throw new Error("FlatBuffers: endObject called without startObject");this.addInt32(0);for(var t=this.offset(),e=this.vtable_in_use-1;e>=0&&this.vtable[e]==0;e--);for(var r=e+1;e>=0;e--)this.addInt16(this.vtable[e]!=0?t-this.vtable[e]:0);var n=2;this.addInt16(t-this.object_start);var i=(r+n)*x.SIZEOF_SHORT;this.addInt16(i);var o=0,f=this.space;e:for(e=0;e<this.vtables.length;e++){var s=this.bb.capacity()-this.vtables[e];if(i==this.bb.readInt16(s)){for(var u=x.SIZEOF_SHORT;u<i;u+=x.SIZEOF_SHORT)if(this.bb.readInt16(f+u)!=this.bb.readInt16(s+u))continue e;o=this.vtables[e];break}}return o?(this.space=this.bb.capacity()-t,this.bb.writeInt32(this.space,o-t)):(this.vtables.push(this.offset()),this.bb.writeInt32(this.bb.capacity()-t,this.offset()-t)),this.isNested=!1,t};x.Builder.prototype.finish=function(t,e,r){var n=r?x.SIZE_PREFIX_LENGTH:0;if(e){var i=e;if(this.prep(this.minalign,x.SIZEOF_INT+x.FILE_IDENTIFIER_LENGTH+n),i.length!=x.FILE_IDENTIFIER_LENGTH)throw new Error("FlatBuffers: file identifier must be length "+x.FILE_IDENTIFIER_LENGTH);for(var o=x.FILE_IDENTIFIER_LENGTH-1;o>=0;o--)this.writeInt8(i.charCodeAt(o))}this.prep(this.minalign,x.SIZEOF_INT+n),this.addOffset(t),n&&this.addInt32(this.bb.capacity()-this.space),this.bb.setPosition(this.space)};x.Builder.prototype.finishSizePrefixed=function(t,e){this.finish(t,e,!0)};x.Builder.prototype.requiredField=function(t,e){var r=this.bb.capacity()-t,n=r-this.bb.readInt32(r),i=this.bb.readInt16(n+e)!=0;if(!i)throw new Error("FlatBuffers: field "+e+" must be set")};x.Builder.prototype.startVector=function(t,e,r){this.notNested(),this.vector_num_elems=e,this.prep(x.SIZEOF_INT,t*e),this.prep(r,t*e)};x.Builder.prototype.endVector=function(){return this.writeInt32(this.vector_num_elems),this.offset()};x.Builder.prototype.createString=function(t){if(t instanceof Uint8Array)var e=t;else for(var e=[],r=0;r<t.length;){var n,i=t.charCodeAt(r++);if(i<55296||i>=56320)n=i;else{var o=t.charCodeAt(r++);n=(i<<10)+o+(65536-(55296<<10)-56320)}n<128?e.push(n):(n<2048?e.push(n>>6&31|192):(n<65536?e.push(n>>12&15|224):e.push(n>>18&7|240,n>>12&63|128),e.push(n>>6&63|128)),e.push(n&63|128))}this.addInt8(0),this.startVector(1,e.length,1),this.bb.setPosition(this.space-=e.length);for(var r=0,f=this.space,s=this.bb.bytes();r<e.length;r++)s[f++]=e[r];return this.endVector()};x.Builder.prototype.createLong=function(t,e){return x.Long.create(t,e)};x.ByteBuffer=function(t){this.bytes_=t,this.position_=0};x.ByteBuffer.allocate=function(t){return new x.ByteBuffer(new Uint8Array(t))};x.ByteBuffer.prototype.clear=function(){this.position_=0};x.ByteBuffer.prototype.bytes=function(){return this.bytes_};x.ByteBuffer.prototype.position=function(){return this.position_};x.ByteBuffer.prototype.setPosition=function(t){this.position_=t};x.ByteBuffer.prototype.capacity=function(){return this.bytes_.length};x.ByteBuffer.prototype.readInt8=function(t){return this.readUint8(t)<<24>>24};x.ByteBuffer.prototype.readUint8=function(t){return this.bytes_[t]};x.ByteBuffer.prototype.readInt16=function(t){return this.readUint16(t)<<16>>16};x.ByteBuffer.prototype.readUint16=function(t){return this.bytes_[t]|this.bytes_[t+1]<<8};x.ByteBuffer.prototype.readInt32=function(t){return this.bytes_[t]|this.bytes_[t+1]<<8|this.bytes_[t+2]<<16|this.bytes_[t+3]<<24};x.ByteBuffer.prototype.readUint32=function(t){return this.readInt32(t)>>>0};x.ByteBuffer.prototype.readInt64=function(t){return new x.Long(this.readInt32(t),this.readInt32(t+4))};x.ByteBuffer.prototype.readUint64=function(t){return new x.Long(this.readUint32(t),this.readUint32(t+4))};x.ByteBuffer.prototype.readFloat32=function(t){return x.int32[0]=this.readInt32(t),x.float32[0]};x.ByteBuffer.prototype.readFloat64=function(t){return x.int32[x.isLittleEndian?0:1]=this.readInt32(t),x.int32[x.isLittleEndian?1:0]=this.readInt32(t+4),x.float64[0]};x.ByteBuffer.prototype.writeInt8=function(t,e){this.bytes_[t]=e};x.ByteBuffer.prototype.writeUint8=function(t,e){this.bytes_[t]=e};x.ByteBuffer.prototype.writeInt16=function(t,e){this.bytes_[t]=e,this.bytes_[t+1]=e>>8};x.ByteBuffer.prototype.writeUint16=function(t,e){this.bytes_[t]=e,this.bytes_[t+1]=e>>8};x.ByteBuffer.prototype.writeInt32=function(t,e){this.bytes_[t]=e,this.bytes_[t+1]=e>>8,this.bytes_[t+2]=e>>16,this.bytes_[t+3]=e>>24};x.ByteBuffer.prototype.writeUint32=function(t,e){this.bytes_[t]=e,this.bytes_[t+1]=e>>8,this.bytes_[t+2]=e>>16,this.bytes_[t+3]=e>>24};x.ByteBuffer.prototype.writeInt64=function(t,e){this.writeInt32(t,e.low),this.writeInt32(t+4,e.high)};x.ByteBuffer.prototype.writeUint64=function(t,e){this.writeUint32(t,e.low),this.writeUint32(t+4,e.high)};x.ByteBuffer.prototype.writeFloat32=function(t,e){x.float32[0]=e,this.writeInt32(t,x.int32[0])};x.ByteBuffer.prototype.writeFloat64=function(t,e){x.float64[0]=e,this.writeInt32(t,x.int32[x.isLittleEndian?0:1]),this.writeInt32(t+4,x.int32[x.isLittleEndian?1:0])};x.ByteBuffer.prototype.getBufferIdentifier=function(){if(this.bytes_.length<this.position_+x.SIZEOF_INT+x.FILE_IDENTIFIER_LENGTH)throw new Error("FlatBuffers: ByteBuffer is too short to contain an identifier.");for(var t="",e=0;e<x.FILE_IDENTIFIER_LENGTH;e++)t+=String.fromCharCode(this.readInt8(this.position_+x.SIZEOF_INT+e));return t};x.ByteBuffer.prototype.__offset=function(t,e){var r=t-this.readInt32(t);return e<this.readInt16(r)?this.readInt16(r+e):0};x.ByteBuffer.prototype.__union=function(t,e){return t.bb_pos=e+this.readInt32(e),t.bb=this,t};x.ByteBuffer.prototype.__string=function(t,e){t+=this.readInt32(t);var r=this.readInt32(t),n="",i=0;if(t+=x.SIZEOF_INT,e===x.Encoding.UTF8_BYTES)return this.bytes_.subarray(t,t+r);for(;i<r;){var o,f=this.readUint8(t+i++);if(f<192)o=f;else{var s=this.readUint8(t+i++);if(f<224)o=(f&31)<<6|s&63;else{var u=this.readUint8(t+i++);if(f<240)o=(f&15)<<12|(s&63)<<6|u&63;else{var l=this.readUint8(t+i++);o=(f&7)<<18|(s&63)<<12|(u&63)<<6|l&63}}}o<65536?n+=String.fromCharCode(o):(o-=65536,n+=String.fromCharCode((o>>10)+55296,(o&(1<<10)-1)+56320))}return n};x.ByteBuffer.prototype.__indirect=function(t){return t+this.readInt32(t)};x.ByteBuffer.prototype.__vector=function(t){return t+this.readInt32(t)+x.SIZEOF_INT};x.ByteBuffer.prototype.__vector_len=function(t){return this.readInt32(t+this.readInt32(t))};x.ByteBuffer.prototype.__has_identifier=function(t){if(t.length!=x.FILE_IDENTIFIER_LENGTH)throw new Error("FlatBuffers: file identifier must be length "+x.FILE_IDENTIFIER_LENGTH);for(var e=0;e<x.FILE_IDENTIFIER_LENGTH;e++)if(t.charCodeAt(e)!=this.readInt8(this.position_+x.SIZEOF_INT+e))return!1;return!0};x.ByteBuffer.prototype.createLong=function(t,e){return x.Long.create(t,e)};T1.flatbuffers=x});var B1=B(qy=>{"use strict";function ro(t,e,r){return e<=t&&t<=r}function Ed(t){if(t===void 0)return{};if(t===Object(t))return t;throw TypeError("Could not convert argument to dictionary")}function pH(t){for(var e=String(t),r=e.length,n=0,i=[];n<r;){var o=e.charCodeAt(n);if(o<55296||o>57343)i.push(o);else if(56320<=o&&o<=57343)i.push(65533);else if(55296<=o&&o<=56319)if(n===r-1)i.push(65533);else{var f=t.charCodeAt(n+1);if(56320<=f&&f<=57343){var s=o&1023,u=f&1023;i.push(65536+(s<<10)+u),n+=1}else i.push(65533)}n+=1}return i}function dH(t){for(var e="",r=0;r<t.length;++r){var n=t[r];n<=65535?e+=String.fromCharCode(n):(n-=65536,e+=String.fromCharCode((n>>10)+55296,(n&1023)+56320))}return e}var Ad=-1;function jy(t){this.tokens=[].slice.call(t)}jy.prototype={endOfStream:function(){return!this.tokens.length},read:function(){return this.tokens.length?this.tokens.shift():Ad},prepend:function(t){if(Array.isArray(t))for(var e=t;e.length;)this.tokens.unshift(e.pop());else this.tokens.unshift(t)},push:function(t){if(Array.isArray(t))for(var e=t;e.length;)this.tokens.push(e.shift());else this.tokens.push(t)}};var sa=-1;function _y(t,e){if(t)throw TypeError("Decoder error");return e||65533}var Od="utf-8";function Fd(t,e){if(!(this instanceof Fd))return new Fd(t,e);if(t=t!==void 0?String(t).toLowerCase():Od,t!==Od)throw new Error("Encoding not supported. Only utf-8 is supported");e=Ed(e),this._streaming=!1,this._BOMseen=!1,this._decoder=null,this._fatal=Boolean(e.fatal),this._ignoreBOM=Boolean(e.ignoreBOM),Object.defineProperty(this,"encoding",{value:"utf-8"}),Object.defineProperty(this,"fatal",{value:this._fatal}),Object.defineProperty(this,"ignoreBOM",{value:this._ignoreBOM})}Fd.prototype={decode:function(e,r){var n;typeof e=="object"&&e instanceof ArrayBuffer?n=new Uint8Array(e):typeof e=="object"&&"buffer"in e&&e.buffer instanceof ArrayBuffer?n=new Uint8Array(e.buffer,e.byteOffset,e.byteLength):n=new Uint8Array(0),r=Ed(r),this._streaming||(this._decoder=new mH({fatal:this._fatal}),this._BOMseen=!1),this._streaming=Boolean(r.stream);for(var i=new jy(n),o=[],f;!i.endOfStream()&&(f=this._decoder.handler(i,i.read()),f!==sa);)f!==null&&(Array.isArray(f)?o.push.apply(o,f):o.push(f));if(!this._streaming){do{if(f=this._decoder.handler(i,i.read()),f===sa)break;f!==null&&(Array.isArray(f)?o.push.apply(o,f):o.push(f))}while(!i.endOfStream());this._decoder=null}return o.length&&["utf-8"].indexOf(this.encoding)!==-1&&!this._ignoreBOM&&!this._BOMseen&&(o[0]===65279?(this._BOMseen=!0,o.shift()):this._BOMseen=!0),dH(o)}};function Pd(t,e){if(!(this instanceof Pd))return new Pd(t,e);if(t=t!==void 0?String(t).toLowerCase():Od,t!==Od)throw new Error("Encoding not supported. Only utf-8 is supported");e=Ed(e),this._streaming=!1,this._encoder=null,this._options={fatal:Boolean(e.fatal)},Object.defineProperty(this,"encoding",{value:"utf-8"})}Pd.prototype={encode:function(e,r){e=e?String(e):"",r=Ed(r),this._streaming||(this._encoder=new wH(this._options)),this._streaming=Boolean(r.stream);for(var n=[],i=new jy(pH(e)),o;!i.endOfStream()&&(o=this._encoder.handler(i,i.read()),o!==sa);)Array.isArray(o)?n.push.apply(n,o):n.push(o);if(!this._streaming){for(;o=this._encoder.handler(i,i.read()),o!==sa;)Array.isArray(o)?n.push.apply(n,o):n.push(o);this._encoder=null}return new Uint8Array(n)}};function mH(t){var e=t.fatal,r=0,n=0,i=0,o=128,f=191;this.handler=function(s,u){if(u===Ad&&i!==0)return i=0,_y(e);if(u===Ad)return sa;if(i===0){if(ro(u,0,127))return u;if(ro(u,194,223))i=1,r=u-192;else if(ro(u,224,239))u===224&&(o=160),u===237&&(f=159),i=2,r=u-224;else if(ro(u,240,244))u===240&&(o=144),u===244&&(f=143),i=3,r=u-240;else return _y(e);return r=r<<6*i,null}if(!ro(u,o,f))return r=i=n=0,o=128,f=191,s.prepend(u),_y(e);if(o=128,f=191,n+=1,r+=u-128<<6*(i-n),n!==i)return null;var l=r;return r=i=n=0,l}}function wH(t){var e=t.fatal;this.handler=function(r,n){if(n===Ad)return sa;if(ro(n,0,127))return n;var i,o;ro(n,128,2047)?(i=1,o=192):ro(n,2048,65535)?(i=2,o=224):ro(n,65536,1114111)&&(i=3,o=240);for(var f=[(n>>6*i)+o];i>0;){var s=n>>6*(i-1);f.push(128|s&63),i-=1}return f}}qy.TextEncoder=Pd;qy.TextDecoder=Fd});var es=B(aa=>{"use strict";Object.defineProperty(aa,"__esModule",{value:!0});aa.encodeUtf8=aa.decodeUtf8=void 0;var k1=B1(),hH=new(typeof TextDecoder!="undefined"?TextDecoder:k1.TextDecoder)("utf-8");aa.decodeUtf8=t=>hH.decode(t);var bH=new(typeof TextEncoder!="undefined"?TextEncoder:k1.TextEncoder);aa.encodeUtf8=t=>bH.encode(t)});var la=B(Vr=>{"use strict";Object.defineProperty(Vr,"__esModule",{value:!0});Vr.AsyncQueue=Vr.ReadableInterop=Vr.ArrowJSON=Vr.ITERATOR_DONE=void 0;var I1=Vu();Vr.ITERATOR_DONE=Object.freeze({done:!0,value:void 0});var x1=class{constructor(e){this._json=e}get schema(){return this._json.schema}get batches(){return this._json.batches||[]}get dictionaries(){return this._json.dictionaries||[]}};Vr.ArrowJSON=x1;var vy=class{tee(){return this._getDOMStream().tee()}pipe(e,r){return this._getNodeStream().pipe(e,r)}pipeTo(e,r){return this._getDOMStream().pipeTo(e,r)}pipeThrough(e,r){return this._getDOMStream().pipeThrough(e,r)}_getDOMStream(){return this._DOMStream||(this._DOMStream=this.toDOMStream())}_getNodeStream(){return this._nodeStream||(this._nodeStream=this.toNodeStream())}};Vr.ReadableInterop=vy;var S1=class extends vy{constructor(){super();this._values=[],this.resolvers=[],this._closedPromise=new Promise(e=>this._closedPromiseResolve=e)}get closed(){return this._closedPromise}async cancel(e){await this.return(e)}write(e){this._ensureOpen()&&(this.resolvers.length<=0?this._values.push(e):this.resolvers.shift().resolve({done:!1,value:e}))}abort(e){this._closedPromiseResolve&&(this.resolvers.length<=0?this._error={error:e}:this.resolvers.shift().reject({done:!0,value:e}))}close(){if(this._closedPromiseResolve){let{resolvers:e}=this;for(;e.length>0;)e.shift().resolve(Vr.ITERATOR_DONE);this._closedPromiseResolve(),this._closedPromiseResolve=void 0}}[Symbol.asyncIterator](){return this}toDOMStream(e){return I1.default.toDOMStream(this._closedPromiseResolve||this._error?this:this._values,e)}toNodeStream(e){return I1.default.toNodeStream(this._closedPromiseResolve||this._error?this:this._values,e)}async throw(e){return await this.abort(e),Vr.ITERATOR_DONE}async return(e){return await this.close(),Vr.ITERATOR_DONE}async read(e){return(await this.next(e,"read")).value}async peek(e){return(await this.next(e,"peek")).value}next(...e){return this._values.length>0?Promise.resolve({done:!1,value:this._values.shift()}):this._error?Promise.reject({done:!0,value:this._error.error}):this._closedPromiseResolve?new Promise((r,n)=>{this.resolvers.push({resolve:r,reject:n})}):Promise.resolve(Vr.ITERATOR_DONE)}_ensureOpen(){if(this._closedPromiseResolve)return!0;throw new Error(`${this} is closed`)}};Vr.AsyncQueue=S1});var gr=B(oe=>{"use strict";Object.defineProperty(oe,"__esModule",{value:!0});oe.isReadableNodeStream=oe.isWritableNodeStream=oe.isReadableDOMStream=oe.isWritableDOMStream=oe.isFetchResponse=oe.isFSReadStream=oe.isFileHandle=oe.isUnderlyingSink=oe.isIteratorResult=oe.isArrayLike=oe.isArrowJSON=oe.isAsyncIterable=oe.isIterable=oe.isObservable=oe.isPromise=oe.isObject=oe.BigUint64ArrayAvailable=oe.BigUint64Array=oe.BigInt64ArrayAvailable=oe.BigInt64Array=oe.BigIntAvailable=oe.BigInt=void 0;var Dd=la(),[gH,yH]=(()=>{let t=()=>{throw new Error("BigInt is not available in this environment")};function e(){throw t()}return e.asIntN=()=>{throw t()},e.asUintN=()=>{throw t()},typeof BigInt!="undefined"?[BigInt,!0]:[e,!1]})();oe.BigInt=gH;oe.BigIntAvailable=yH;var[jH,_H]=(()=>{let t=()=>{throw new Error("BigInt64Array is not available in this environment")};class e{static get BYTES_PER_ELEMENT(){return 8}static of(){throw t()}static from(){throw t()}constructor(){throw t()}}return typeof BigInt64Array!="undefined"?[BigInt64Array,!0]:[e,!1]})();oe.BigInt64Array=jH;oe.BigInt64ArrayAvailable=_H;var[qH,vH]=(()=>{let t=()=>{throw new Error("BigUint64Array is not available in this environment")};class e{static get BYTES_PER_ELEMENT(){return 8}static of(){throw t()}static from(){throw t()}constructor(){throw t()}}return typeof BigUint64Array!="undefined"?[BigUint64Array,!0]:[e,!1]})();oe.BigUint64Array=qH;oe.BigUint64ArrayAvailable=vH;var Ty=t=>typeof t=="number",E1=t=>typeof t=="boolean",ur=t=>typeof t=="function";oe.isObject=t=>t!=null&&Object(t)===t;oe.isPromise=t=>oe.isObject(t)&&ur(t.then);oe.isObservable=t=>oe.isObject(t)&&ur(t.subscribe);oe.isIterable=t=>oe.isObject(t)&&ur(t[Symbol.iterator]);oe.isAsyncIterable=t=>oe.isObject(t)&&ur(t[Symbol.asyncIterator]);oe.isArrowJSON=t=>oe.isObject(t)&&oe.isObject(t.schema);oe.isArrayLike=t=>oe.isObject(t)&&Ty(t.length);oe.isIteratorResult=t=>oe.isObject(t)&&"done"in t&&"value"in t;oe.isUnderlyingSink=t=>oe.isObject(t)&&ur(t.abort)&&ur(t.close)&&ur(t.start)&&ur(t.write);oe.isFileHandle=t=>oe.isObject(t)&&ur(t.stat)&&Ty(t.fd);oe.isFSReadStream=t=>oe.isReadableNodeStream(t)&&Ty(t.bytesRead);oe.isFetchResponse=t=>oe.isObject(t)&&oe.isReadableDOMStream(t.body);oe.isWritableDOMStream=t=>oe.isObject(t)&&ur(t.abort)&&ur(t.getWriter)&&!(t instanceof Dd.ReadableInterop);oe.isReadableDOMStream=t=>oe.isObject(t)&&ur(t.cancel)&&ur(t.getReader)&&!(t instanceof Dd.ReadableInterop);oe.isWritableNodeStream=t=>oe.isObject(t)&&ur(t.end)&&ur(t.write)&&E1(t.writable)&&!(t instanceof Dd.ReadableInterop);oe.isReadableNodeStream=t=>oe.isObject(t)&&ur(t.read)&&ur(t.pipe)&&E1(t.readable)&&!(t instanceof Dd.ReadableInterop)});var Xt=B(X=>{"use strict";Object.defineProperty(X,"__esModule",{value:!0});X.compareArrayLike=X.rebaseValueOffsets=X.toUint8ClampedArrayAsyncIterator=X.toFloat64ArrayAsyncIterator=X.toFloat32ArrayAsyncIterator=X.toUint32ArrayAsyncIterator=X.toUint16ArrayAsyncIterator=X.toUint8ArrayAsyncIterator=X.toInt32ArrayAsyncIterator=X.toInt16ArrayAsyncIterator=X.toInt8ArrayAsyncIterator=X.toArrayBufferViewAsyncIterator=X.toUint8ClampedArrayIterator=X.toFloat64ArrayIterator=X.toFloat32ArrayIterator=X.toUint32ArrayIterator=X.toUint16ArrayIterator=X.toUint8ArrayIterator=X.toInt32ArrayIterator=X.toInt16ArrayIterator=X.toInt8ArrayIterator=X.toArrayBufferViewIterator=X.toUint8ClampedArray=X.toFloat64Array=X.toFloat32Array=X.toBigUint64Array=X.toUint32Array=X.toUint16Array=X.toUint8Array=X.toBigInt64Array=X.toInt32Array=X.toInt16Array=X.toInt8Array=X.toArrayBufferView=X.joinUint8Arrays=X.memcpy=void 0;var TH=to(),BH=es(),kH=TH.flatbuffers.ByteBuffer,ts=gr(),By=typeof SharedArrayBuffer!="undefined"?SharedArrayBuffer:ArrayBuffer;function IH(t){let e=t[0]?[t[0]]:[],r,n,i,o;for(let f,s,u=0,l=0,c=t.length;++u<c;){if(f=e[l],s=t[u],!f||!s||f.buffer!==s.buffer||s.byteOffset<f.byteOffset){s&&(e[++l]=s);continue}if({byteOffset:r,byteLength:i}=f,{byteOffset:n,byteLength:o}=s,r+i<n||n+o<r){s&&(e[++l]=s);continue}e[l]=new Uint8Array(f.buffer,r,n-r+o)}return e}function ky(t,e,r=0,n=e.byteLength){let i=t.byteLength,o=new Uint8Array(t.buffer,t.byteOffset,i),f=new Uint8Array(e.buffer,e.byteOffset,Math.min(n,i));return o.set(f,r),t}X.memcpy=ky;function xH(t,e){let r=IH(t),n=r.reduce((c,w)=>c+w.byteLength,0),i,o,f,s=0,u=-1,l=Math.min(e||1/0,n);for(let c=r.length;++u<c;){if(i=r[u],o=i.subarray(0,Math.min(i.length,l-s)),l<=s+o.length){o.length<i.length?r[u]=i.subarray(o.length):o.length===i.length&&u++,f?ky(f,o,s):f=o;break}ky(f||(f=new Uint8Array(l)),o,s),s+=o.length}return[f||new Uint8Array(0),r.slice(u),n-(f?f.byteLength:0)]}X.joinUint8Arrays=xH;function xr(t,e){let r=ts.isIteratorResult(e)?e.value:e;return r instanceof t?t===Uint8Array?new t(r.buffer,r.byteOffset,r.byteLength):r:r?(typeof r=="string"&&(r=BH.encodeUtf8(r)),r instanceof ArrayBuffer?new t(r):r instanceof By?new t(r):r instanceof kH?xr(t,r.bytes()):ArrayBuffer.isView(r)?r.byteLength<=0?new t(0):new t(r.buffer,r.byteOffset,r.byteLength/t.BYTES_PER_ELEMENT):t.from(r)):new t(0)}X.toArrayBufferView=xr;X.toInt8Array=t=>xr(Int8Array,t);X.toInt16Array=t=>xr(Int16Array,t);X.toInt32Array=t=>xr(Int32Array,t);X.toBigInt64Array=t=>xr(ts.BigInt64Array,t);X.toUint8Array=t=>xr(Uint8Array,t);X.toUint16Array=t=>xr(Uint16Array,t);X.toUint32Array=t=>xr(Uint32Array,t);X.toBigUint64Array=t=>xr(ts.BigUint64Array,t);X.toFloat32Array=t=>xr(Float32Array,t);X.toFloat64Array=t=>xr(Float64Array,t);X.toUint8ClampedArray=t=>xr(Uint8ClampedArray,t);var Iy=t=>(t.next(),t);function*ci(t,e){let r=function*(i){yield i},n=typeof e=="string"||ArrayBuffer.isView(e)||e instanceof ArrayBuffer||e instanceof By?r(e):ts.isIterable(e)?e:r(e);return yield*Iy(function*(i){let o=null;do o=i.next(yield xr(t,o));while(!o.done)}(n[Symbol.iterator]())),new t}X.toArrayBufferViewIterator=ci;X.toInt8ArrayIterator=t=>ci(Int8Array,t);X.toInt16ArrayIterator=t=>ci(Int16Array,t);X.toInt32ArrayIterator=t=>ci(Int32Array,t);X.toUint8ArrayIterator=t=>ci(Uint8Array,t);X.toUint16ArrayIterator=t=>ci(Uint16Array,t);X.toUint32ArrayIterator=t=>ci(Uint32Array,t);X.toFloat32ArrayIterator=t=>ci(Float32Array,t);X.toFloat64ArrayIterator=t=>ci(Float64Array,t);X.toUint8ClampedArrayIterator=t=>ci(Uint8ClampedArray,t);async function*zn(t,e){if(ts.isPromise(e))return yield*zn(t,await e);let r=async function*(o){yield await o},n=async function*(o){yield*Iy(function*(f){let s=null;do s=f.next(yield s&&s.value);while(!s.done)}(o[Symbol.iterator]()))},i=typeof e=="string"||ArrayBuffer.isView(e)||e instanceof ArrayBuffer||e instanceof By?r(e):ts.isIterable(e)?n(e):ts.isAsyncIterable(e)?e:r(e);return yield*Iy(async function*(o){let f=null;do f=await o.next(yield xr(t,f));while(!f.done)}(i[Symbol.asyncIterator]())),new t}X.toArrayBufferViewAsyncIterator=zn;X.toInt8ArrayAsyncIterator=t=>zn(Int8Array,t);X.toInt16ArrayAsyncIterator=t=>zn(Int16Array,t);X.toInt32ArrayAsyncIterator=t=>zn(Int32Array,t);X.toUint8ArrayAsyncIterator=t=>zn(Uint8Array,t);X.toUint16ArrayAsyncIterator=t=>zn(Uint16Array,t);X.toUint32ArrayAsyncIterator=t=>zn(Uint32Array,t);X.toFloat32ArrayAsyncIterator=t=>zn(Float32Array,t);X.toFloat64ArrayAsyncIterator=t=>zn(Float64Array,t);X.toUint8ClampedArrayAsyncIterator=t=>zn(Uint8ClampedArray,t);function SH(t,e,r){if(t!==0){r=r.slice(0,e+1);for(let n=-1;++n<=e;)r[n]+=t}return r}X.rebaseValueOffsets=SH;function EH(t,e){let r=0,n=t.length;if(n!==e.length)return!1;if(n>0)do if(t[r]!==e[r])return!1;while(++r<n);return!0}X.compareArrayLike=EH});var Vu=B(Sy=>{"use strict";Object.defineProperty(Sy,"__esModule",{value:!0});var Sr=Xt();Sy.default={fromIterable(t){return Nd(AH(t))},fromAsyncIterable(t){return Nd(OH(t))},fromDOMStream(t){return Nd(FH(t))},fromNodeStream(t){return Nd(PH(t))},toDOMStream(t,e){throw new Error('"toDOMStream" not available in this environment')},toNodeStream(t,e){throw new Error('"toNodeStream" not available in this environment')}};var Nd=t=>(t.next(),t);function*AH(t){let e,r=!1,n=[],i,o,f,s=0;function u(){return o==="peek"?Sr.joinUint8Arrays(n,f)[0]:([i,n,s]=Sr.joinUint8Arrays(n,f),i)}({cmd:o,size:f}=yield null);let l=Sr.toUint8ArrayIterator(t)[Symbol.iterator]();try{do if({done:e,value:i}=isNaN(f-s)?l.next(void 0):l.next(f-s),!e&&i.byteLength>0&&(n.push(i),s+=i.byteLength),e||f<=s)do({cmd:o,size:f}=yield u());while(f<s);while(!e)}catch(c){(r=!0)&&typeof l.throw=="function"&&l.throw(c)}finally{r===!1&&typeof l.return=="function"&&l.return(null)}return null}async function*OH(t){let e,r=!1,n=[],i,o,f,s=0;function u(){return o==="peek"?Sr.joinUint8Arrays(n,f)[0]:([i,n,s]=Sr.joinUint8Arrays(n,f),i)}({cmd:o,size:f}=yield null);let l=Sr.toUint8ArrayAsyncIterator(t)[Symbol.asyncIterator]();try{do if({done:e,value:i}=isNaN(f-s)?await l.next(void 0):await l.next(f-s),!e&&i.byteLength>0&&(n.push(i),s+=i.byteLength),e||f<=s)do({cmd:o,size:f}=yield u());while(f<s);while(!e)}catch(c){(r=!0)&&typeof l.throw=="function"&&await l.throw(c)}finally{r===!1&&typeof l.return=="function"&&await l.return(new Uint8Array(0))}return null}async function*FH(t){let e=!1,r=!1,n=[],i,o,f,s=0;function u(){return o==="peek"?Sr.joinUint8Arrays(n,f)[0]:([i,n,s]=Sr.joinUint8Arrays(n,f),i)}({cmd:o,size:f}=yield null);let l=new A1(t);try{do if({done:e,value:i}=isNaN(f-s)?await l.read(void 0):await l.read(f-s),!e&&i.byteLength>0&&(n.push(Sr.toUint8Array(i)),s+=i.byteLength),e||f<=s)do({cmd:o,size:f}=yield u());while(f<s);while(!e)}catch(c){(r=!0)&&await l.cancel(c)}finally{r===!1?await l.cancel():t.locked&&l.releaseLock()}return null}var A1=class{constructor(e){this.source=e,this.byobReader=null,this.defaultReader=null;try{this.supportsBYOB=!!(this.reader=this.getBYOBReader())}catch{this.supportsBYOB=!(this.reader=this.getDefaultReader())}}get closed(){return this.reader?this.reader.closed.catch(()=>{}):Promise.resolve()}releaseLock(){this.reader&&this.reader.releaseLock(),this.reader=this.byobReader=this.defaultReader=null}async cancel(e){let{reader:r,source:n}=this;r&&await r.cancel(e).catch(()=>{}),n&&n.locked&&this.releaseLock()}async read(e){if(e===0)return{done:this.reader==null,value:new Uint8Array(0)};let r=!this.supportsBYOB||typeof e!="number"?await this.getDefaultReader().read():await this.readFromBYOBReader(e);return!r.done&&(r.value=Sr.toUint8Array(r)),r}getDefaultReader(){return this.byobReader&&this.releaseLock(),this.defaultReader||(this.defaultReader=this.source.getReader(),this.defaultReader.closed.catch(()=>{})),this.reader=this.defaultReader}getBYOBReader(){return this.defaultReader&&this.releaseLock(),this.byobReader||(this.byobReader=this.source.getReader({mode:"byob"}),this.byobReader.closed.catch(()=>{})),this.reader=this.byobReader}async readFromBYOBReader(e){return await O1(this.getBYOBReader(),new ArrayBuffer(e),0,e)}};async function O1(t,e,r,n){if(r>=n)return{done:!1,value:new Uint8Array(e,0,n)};let{done:i,value:o}=await t.read(new Uint8Array(e,r,n-r));return(r+=o.byteLength)<n&&!i?await O1(t,o.buffer,r,n):{done:i,value:new Uint8Array(o.buffer,0,r)}}var xy=(t,e)=>{let r=i=>n([e,i]),n;return[e,r,new Promise(i=>(n=i)&&t.once(e,r))]};async function*PH(t){let e=[],r="error",n=!1,i=null,o,f,s=0,u=[],l;function c(){return o==="peek"?Sr.joinUint8Arrays(u,f)[0]:([l,u,s]=Sr.joinUint8Arrays(u,f),l)}if({cmd:o,size:f}=yield null,t.isTTY)return yield new Uint8Array(0),null;try{e[0]=xy(t,"end"),e[1]=xy(t,"error");do{if(e[2]=xy(t,"readable"),[r,i]=await Promise.race(e.map(p=>p[2])),r==="error")break;if((n=r==="end")||(isFinite(f-s)?(l=Sr.toUint8Array(t.read(f-s)),l.byteLength<f-s&&(l=Sr.toUint8Array(t.read(void 0)))):l=Sr.toUint8Array(t.read(void 0)),l.byteLength>0&&(u.push(l),s+=l.byteLength)),n||f<=s)do({cmd:o,size:f}=yield c());while(f<s)}while(!n)}finally{await w(e,r==="error"?i:null)}return null;function w(p,g){return l=u=null,new Promise((T,L)=>{for(let[O,K]of p)t.off(O,K);try{let O=t.destroy;O&&O.call(t,g),g=void 0}catch(O){g=O||g}finally{g!=null?L(g):T()}})}}});var Mt=B(ua=>{"use strict";Object.defineProperty(ua,"__esModule",{value:!0});ua.Vector=ua.AbstractVector=void 0;var Rd=class{};ua.AbstractVector=Rd;ua.Vector=Rd;Rd.prototype.data=null});var Zo=B(J=>{"use strict";Object.defineProperty(J,"__esModule",{value:!0});J.Schema=J.Buffer=J.Field=J.DictionaryEncoding=J.KeyValue=J.Duration=J.Interval=J.Timestamp=J.Time=J.Date=J.Decimal=J.Bool=J.FixedSizeBinary=J.LargeBinary=J.LargeUtf8=J.Binary=J.Utf8=J.FloatingPoint=J.Int=J.Union=J.Map=J.FixedSizeList=J.LargeList=J.List=J.Struct_=J.Null=J.Endianness=J.DictionaryKind=J.Type=J.IntervalUnit=J.TimeUnit=J.DateUnit=J.Precision=J.UnionMode=J.Feature=J.MetadataVersion=void 0;var jt=to(),DH;(function(t){t[t.V1=0]="V1",t[t.V2=1]="V2",t[t.V3=2]="V3",t[t.V4=3]="V4",t[t.V5=4]="V5"})(DH=J.MetadataVersion||(J.MetadataVersion={}));var NH;(function(t){t[t.UNUSED=0]="UNUSED",t[t.DICTIONARY_REPLACEMENT=1]="DICTIONARY_REPLACEMENT",t[t.COMPRESSED_BODY=2]="COMPRESSED_BODY"})(NH=J.Feature||(J.Feature={}));var Ey;(function(t){t[t.Sparse=0]="Sparse",t[t.Dense=1]="Dense"})(Ey=J.UnionMode||(J.UnionMode={}));var Ay;(function(t){t[t.HALF=0]="HALF",t[t.SINGLE=1]="SINGLE",t[t.DOUBLE=2]="DOUBLE"})(Ay=J.Precision||(J.Precision={}));var Oy;(function(t){t[t.DAY=0]="DAY",t[t.MILLISECOND=1]="MILLISECOND"})(Oy=J.DateUnit||(J.DateUnit={}));var rs;(function(t){t[t.SECOND=0]="SECOND",t[t.MILLISECOND=1]="MILLISECOND",t[t.MICROSECOND=2]="MICROSECOND",t[t.NANOSECOND=3]="NANOSECOND"})(rs=J.TimeUnit||(J.TimeUnit={}));var Fy;(function(t){t[t.YEAR_MONTH=0]="YEAR_MONTH",t[t.DAY_TIME=1]="DAY_TIME"})(Fy=J.IntervalUnit||(J.IntervalUnit={}));var Py;(function(t){t[t.NONE=0]="NONE",t[t.Null=1]="Null",t[t.Int=2]="Int",t[t.FloatingPoint=3]="FloatingPoint",t[t.Binary=4]="Binary",t[t.Utf8=5]="Utf8",t[t.Bool=6]="Bool",t[t.Decimal=7]="Decimal",t[t.Date=8]="Date",t[t.Time=9]="Time",t[t.Timestamp=10]="Timestamp",t[t.Interval=11]="Interval",t[t.List=12]="List",t[t.Struct_=13]="Struct_",t[t.Union=14]="Union",t[t.FixedSizeBinary=15]="FixedSizeBinary",t[t.FixedSizeList=16]="FixedSizeList",t[t.Map=17]="Map",t[t.Duration=18]="Duration",t[t.LargeBinary=19]="LargeBinary",t[t.LargeUtf8=20]="LargeUtf8",t[t.LargeList=21]="LargeList"})(Py=J.Type||(J.Type={}));var Dy;(function(t){t[t.DenseArray=0]="DenseArray"})(Dy=J.DictionaryKind||(J.DictionaryKind={}));var Ny;(function(t){t[t.Little=0]="Little",t[t.Big=1]="Big"})(Ny=J.Endianness||(J.Endianness={}));var ns=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsNull(e,r){return(r||new ns).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsNull(e,r){return e.setPosition(e.position()+jt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new ns).__init(e.readInt32(e.position())+e.position(),e)}static startNull(e){e.startObject(0)}static endNull(e){return e.endObject()}static createNull(e){return ns.startNull(e),ns.endNull(e)}};J.Null=ns;var is=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsStruct_(e,r){return(r||new is).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsStruct_(e,r){return e.setPosition(e.position()+jt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new is).__init(e.readInt32(e.position())+e.position(),e)}static startStruct_(e){e.startObject(0)}static endStruct_(e){return e.endObject()}static createStruct_(e){return is.startStruct_(e),is.endStruct_(e)}};J.Struct_=is;var os=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsList(e,r){return(r||new os).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsList(e,r){return e.setPosition(e.position()+jt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new os).__init(e.readInt32(e.position())+e.position(),e)}static startList(e){e.startObject(0)}static endList(e){return e.endObject()}static createList(e){return os.startList(e),os.endList(e)}};J.List=os;var fs=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsLargeList(e,r){return(r||new fs).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsLargeList(e,r){return e.setPosition(e.position()+jt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new fs).__init(e.readInt32(e.position())+e.position(),e)}static startLargeList(e){e.startObject(0)}static endLargeList(e){return e.endObject()}static createLargeList(e){return fs.startLargeList(e),fs.endLargeList(e)}};J.LargeList=fs;var Lo=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsFixedSizeList(e,r){return(r||new Lo).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsFixedSizeList(e,r){return e.setPosition(e.position()+jt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Lo).__init(e.readInt32(e.position())+e.position(),e)}listSize(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt32(this.bb_pos+e):0}static startFixedSizeList(e){e.startObject(1)}static addListSize(e,r){e.addFieldInt32(0,r,0)}static endFixedSizeList(e){return e.endObject()}static createFixedSizeList(e,r){return Lo.startFixedSizeList(e),Lo.addListSize(e,r),Lo.endFixedSizeList(e)}};J.FixedSizeList=Lo;var Vo=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsMap(e,r){return(r||new Vo).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsMap(e,r){return e.setPosition(e.position()+jt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Vo).__init(e.readInt32(e.position())+e.position(),e)}keysSorted(){let e=this.bb.__offset(this.bb_pos,4);return e?!!this.bb.readInt8(this.bb_pos+e):!1}static startMap(e){e.startObject(1)}static addKeysSorted(e,r){e.addFieldInt8(0,+r,0)}static endMap(e){return e.endObject()}static createMap(e,r){return Vo.startMap(e),Vo.addKeysSorted(e,r),Vo.endMap(e)}};J.Map=Vo;var no=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsUnion(e,r){return(r||new no).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsUnion(e,r){return e.setPosition(e.position()+jt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new no).__init(e.readInt32(e.position())+e.position(),e)}mode(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):Ey.Sparse}typeIds(e){let r=this.bb.__offset(this.bb_pos,6);return r?this.bb.readInt32(this.bb.__vector(this.bb_pos+r)+e*4):0}typeIdsLength(){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.__vector_len(this.bb_pos+e):0}typeIdsArray(){let e=this.bb.__offset(this.bb_pos,6);return e?new Int32Array(this.bb.bytes().buffer,this.bb.bytes().byteOffset+this.bb.__vector(this.bb_pos+e),this.bb.__vector_len(this.bb_pos+e)):null}static startUnion(e){e.startObject(2)}static addMode(e,r){e.addFieldInt16(0,r,Ey.Sparse)}static addTypeIds(e,r){e.addFieldOffset(1,r,0)}static createTypeIdsVector(e,r){e.startVector(4,r.length,4);for(let n=r.length-1;n>=0;n--)e.addInt32(r[n]);return e.endVector()}static startTypeIdsVector(e,r){e.startVector(4,r,4)}static endUnion(e){return e.endObject()}static createUnion(e,r,n){return no.startUnion(e),no.addMode(e,r),no.addTypeIds(e,n),no.endUnion(e)}};J.Union=no;var pi=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsInt(e,r){return(r||new pi).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsInt(e,r){return e.setPosition(e.position()+jt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new pi).__init(e.readInt32(e.position())+e.position(),e)}bitWidth(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt32(this.bb_pos+e):0}isSigned(){let e=this.bb.__offset(this.bb_pos,6);return e?!!this.bb.readInt8(this.bb_pos+e):!1}static startInt(e){e.startObject(2)}static addBitWidth(e,r){e.addFieldInt32(0,r,0)}static addIsSigned(e,r){e.addFieldInt8(1,+r,0)}static endInt(e){return e.endObject()}static createInt(e,r,n){return pi.startInt(e),pi.addBitWidth(e,r),pi.addIsSigned(e,n),pi.endInt(e)}};J.Int=pi;var Co=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsFloatingPoint(e,r){return(r||new Co).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsFloatingPoint(e,r){return e.setPosition(e.position()+jt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Co).__init(e.readInt32(e.position())+e.position(),e)}precision(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):Ay.HALF}static startFloatingPoint(e){e.startObject(1)}static addPrecision(e,r){e.addFieldInt16(0,r,Ay.HALF)}static endFloatingPoint(e){return e.endObject()}static createFloatingPoint(e,r){return Co.startFloatingPoint(e),Co.addPrecision(e,r),Co.endFloatingPoint(e)}};J.FloatingPoint=Co;var ss=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsUtf8(e,r){return(r||new ss).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsUtf8(e,r){return e.setPosition(e.position()+jt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new ss).__init(e.readInt32(e.position())+e.position(),e)}static startUtf8(e){e.startObject(0)}static endUtf8(e){return e.endObject()}static createUtf8(e){return ss.startUtf8(e),ss.endUtf8(e)}};J.Utf8=ss;var as=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsBinary(e,r){return(r||new as).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsBinary(e,r){return e.setPosition(e.position()+jt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new as).__init(e.readInt32(e.position())+e.position(),e)}static startBinary(e){e.startObject(0)}static endBinary(e){return e.endObject()}static createBinary(e){return as.startBinary(e),as.endBinary(e)}};J.Binary=as;var ls=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsLargeUtf8(e,r){return(r||new ls).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsLargeUtf8(e,r){return e.setPosition(e.position()+jt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new ls).__init(e.readInt32(e.position())+e.position(),e)}static startLargeUtf8(e){e.startObject(0)}static endLargeUtf8(e){return e.endObject()}static createLargeUtf8(e){return ls.startLargeUtf8(e),ls.endLargeUtf8(e)}};J.LargeUtf8=ls;var us=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsLargeBinary(e,r){return(r||new us).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsLargeBinary(e,r){return e.setPosition(e.position()+jt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new us).__init(e.readInt32(e.position())+e.position(),e)}static startLargeBinary(e){e.startObject(0)}static endLargeBinary(e){return e.endObject()}static createLargeBinary(e){return us.startLargeBinary(e),us.endLargeBinary(e)}};J.LargeBinary=us;var Wo=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsFixedSizeBinary(e,r){return(r||new Wo).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsFixedSizeBinary(e,r){return e.setPosition(e.position()+jt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Wo).__init(e.readInt32(e.position())+e.position(),e)}byteWidth(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt32(this.bb_pos+e):0}static startFixedSizeBinary(e){e.startObject(1)}static addByteWidth(e,r){e.addFieldInt32(0,r,0)}static endFixedSizeBinary(e){return e.endObject()}static createFixedSizeBinary(e,r){return Wo.startFixedSizeBinary(e),Wo.addByteWidth(e,r),Wo.endFixedSizeBinary(e)}};J.FixedSizeBinary=Wo;var cs=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsBool(e,r){return(r||new cs).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsBool(e,r){return e.setPosition(e.position()+jt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new cs).__init(e.readInt32(e.position())+e.position(),e)}static startBool(e){e.startObject(0)}static endBool(e){return e.endObject()}static createBool(e){return cs.startBool(e),cs.endBool(e)}};J.Bool=cs;var di=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsDecimal(e,r){return(r||new di).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsDecimal(e,r){return e.setPosition(e.position()+jt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new di).__init(e.readInt32(e.position())+e.position(),e)}precision(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt32(this.bb_pos+e):0}scale(){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.readInt32(this.bb_pos+e):0}bitWidth(){let e=this.bb.__offset(this.bb_pos,8);return e?this.bb.readInt32(this.bb_pos+e):128}static startDecimal(e){e.startObject(3)}static addPrecision(e,r){e.addFieldInt32(0,r,0)}static addScale(e,r){e.addFieldInt32(1,r,0)}static addBitWidth(e,r){e.addFieldInt32(2,r,128)}static endDecimal(e){return e.endObject()}static createDecimal(e,r,n,i){return di.startDecimal(e),di.addPrecision(e,r),di.addScale(e,n),di.addBitWidth(e,i),di.endDecimal(e)}};J.Decimal=di;var Ko=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsDate(e,r){return(r||new Ko).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsDate(e,r){return e.setPosition(e.position()+jt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Ko).__init(e.readInt32(e.position())+e.position(),e)}unit(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):Oy.MILLISECOND}static startDate(e){e.startObject(1)}static addUnit(e,r){e.addFieldInt16(0,r,Oy.MILLISECOND)}static endDate(e){return e.endObject()}static createDate(e,r){return Ko.startDate(e),Ko.addUnit(e,r),Ko.endDate(e)}};J.Date=Ko;var io=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsTime(e,r){return(r||new io).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsTime(e,r){return e.setPosition(e.position()+jt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new io).__init(e.readInt32(e.position())+e.position(),e)}unit(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):rs.MILLISECOND}bitWidth(){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.readInt32(this.bb_pos+e):32}static startTime(e){e.startObject(2)}static addUnit(e,r){e.addFieldInt16(0,r,rs.MILLISECOND)}static addBitWidth(e,r){e.addFieldInt32(1,r,32)}static endTime(e){return e.endObject()}static createTime(e,r,n){return io.startTime(e),io.addUnit(e,r),io.addBitWidth(e,n),io.endTime(e)}};J.Time=io;var oo=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsTimestamp(e,r){return(r||new oo).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsTimestamp(e,r){return e.setPosition(e.position()+jt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new oo).__init(e.readInt32(e.position())+e.position(),e)}unit(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):rs.SECOND}timezone(e){let r=this.bb.__offset(this.bb_pos,6);return r?this.bb.__string(this.bb_pos+r,e):null}static startTimestamp(e){e.startObject(2)}static addUnit(e,r){e.addFieldInt16(0,r,rs.SECOND)}static addTimezone(e,r){e.addFieldOffset(1,r,0)}static endTimestamp(e){return e.endObject()}static createTimestamp(e,r,n){return oo.startTimestamp(e),oo.addUnit(e,r),oo.addTimezone(e,n),oo.endTimestamp(e)}};J.Timestamp=oo;var Yo=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsInterval(e,r){return(r||new Yo).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsInterval(e,r){return e.setPosition(e.position()+jt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Yo).__init(e.readInt32(e.position())+e.position(),e)}unit(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):Fy.YEAR_MONTH}static startInterval(e){e.startObject(1)}static addUnit(e,r){e.addFieldInt16(0,r,Fy.YEAR_MONTH)}static endInterval(e){return e.endObject()}static createInterval(e,r){return Yo.startInterval(e),Yo.addUnit(e,r),Yo.endInterval(e)}};J.Interval=Yo;var Go=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsDuration(e,r){return(r||new Go).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsDuration(e,r){return e.setPosition(e.position()+jt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Go).__init(e.readInt32(e.position())+e.position(),e)}unit(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):rs.MILLISECOND}static startDuration(e){e.startObject(1)}static addUnit(e,r){e.addFieldInt16(0,r,rs.MILLISECOND)}static endDuration(e){return e.endObject()}static createDuration(e,r){return Go.startDuration(e),Go.addUnit(e,r),Go.endDuration(e)}};J.Duration=Go;var Un=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsKeyValue(e,r){return(r||new Un).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsKeyValue(e,r){return e.setPosition(e.position()+jt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Un).__init(e.readInt32(e.position())+e.position(),e)}key(e){let r=this.bb.__offset(this.bb_pos,4);return r?this.bb.__string(this.bb_pos+r,e):null}value(e){let r=this.bb.__offset(this.bb_pos,6);return r?this.bb.__string(this.bb_pos+r,e):null}static startKeyValue(e){e.startObject(2)}static addKey(e,r){e.addFieldOffset(0,r,0)}static addValue(e,r){e.addFieldOffset(1,r,0)}static endKeyValue(e){return e.endObject()}static createKeyValue(e,r,n){return Un.startKeyValue(e),Un.addKey(e,r),Un.addValue(e,n),Un.endKeyValue(e)}};J.KeyValue=Un;var dn=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsDictionaryEncoding(e,r){return(r||new dn).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsDictionaryEncoding(e,r){return e.setPosition(e.position()+jt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new dn).__init(e.readInt32(e.position())+e.position(),e)}id(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt64(this.bb_pos+e):this.bb.createLong(0,0)}indexType(e){let r=this.bb.__offset(this.bb_pos,6);return r?(e||new pi).__init(this.bb.__indirect(this.bb_pos+r),this.bb):null}isOrdered(){let e=this.bb.__offset(this.bb_pos,8);return e?!!this.bb.readInt8(this.bb_pos+e):!1}dictionaryKind(){let e=this.bb.__offset(this.bb_pos,10);return e?this.bb.readInt16(this.bb_pos+e):Dy.DenseArray}static startDictionaryEncoding(e){e.startObject(4)}static addId(e,r){e.addFieldInt64(0,r,e.createLong(0,0))}static addIndexType(e,r){e.addFieldOffset(1,r,0)}static addIsOrdered(e,r){e.addFieldInt8(2,+r,0)}static addDictionaryKind(e,r){e.addFieldInt16(3,r,Dy.DenseArray)}static endDictionaryEncoding(e){return e.endObject()}static createDictionaryEncoding(e,r,n,i,o){return dn.startDictionaryEncoding(e),dn.addId(e,r),dn.addIndexType(e,n),dn.addIsOrdered(e,i),dn.addDictionaryKind(e,o),dn.endDictionaryEncoding(e)}};J.DictionaryEncoding=dn;var yr=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsField(e,r){return(r||new yr).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsField(e,r){return e.setPosition(e.position()+jt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new yr).__init(e.readInt32(e.position())+e.position(),e)}name(e){let r=this.bb.__offset(this.bb_pos,4);return r?this.bb.__string(this.bb_pos+r,e):null}nullable(){let e=this.bb.__offset(this.bb_pos,6);return e?!!this.bb.readInt8(this.bb_pos+e):!1}typeType(){let e=this.bb.__offset(this.bb_pos,8);return e?this.bb.readUint8(this.bb_pos+e):Py.NONE}type(e){let r=this.bb.__offset(this.bb_pos,10);return r?this.bb.__union(e,this.bb_pos+r):null}dictionary(e){let r=this.bb.__offset(this.bb_pos,12);return r?(e||new dn).__init(this.bb.__indirect(this.bb_pos+r),this.bb):null}children(e,r){let n=this.bb.__offset(this.bb_pos,14);return n?(r||new yr).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+n)+e*4),this.bb):null}childrenLength(){let e=this.bb.__offset(this.bb_pos,14);return e?this.bb.__vector_len(this.bb_pos+e):0}customMetadata(e,r){let n=this.bb.__offset(this.bb_pos,16);return n?(r||new Un).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+n)+e*4),this.bb):null}customMetadataLength(){let e=this.bb.__offset(this.bb_pos,16);return e?this.bb.__vector_len(this.bb_pos+e):0}static startField(e){e.startObject(7)}static addName(e,r){e.addFieldOffset(0,r,0)}static addNullable(e,r){e.addFieldInt8(1,+r,0)}static addTypeType(e,r){e.addFieldInt8(2,r,Py.NONE)}static addType(e,r){e.addFieldOffset(3,r,0)}static addDictionary(e,r){e.addFieldOffset(4,r,0)}static addChildren(e,r){e.addFieldOffset(5,r,0)}static createChildrenVector(e,r){e.startVector(4,r.length,4);for(let n=r.length-1;n>=0;n--)e.addOffset(r[n]);return e.endVector()}static startChildrenVector(e,r){e.startVector(4,r,4)}static addCustomMetadata(e,r){e.addFieldOffset(6,r,0)}static createCustomMetadataVector(e,r){e.startVector(4,r.length,4);for(let n=r.length-1;n>=0;n--)e.addOffset(r[n]);return e.endVector()}static startCustomMetadataVector(e,r){e.startVector(4,r,4)}static endField(e){return e.endObject()}static createField(e,r,n,i,o,f,s,u){return yr.startField(e),yr.addName(e,r),yr.addNullable(e,n),yr.addTypeType(e,i),yr.addType(e,o),yr.addDictionary(e,f),yr.addChildren(e,s),yr.addCustomMetadata(e,u),yr.endField(e)}};J.Field=yr;var F1=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}offset(){return this.bb.readInt64(this.bb_pos)}length(){return this.bb.readInt64(this.bb_pos+8)}static createBuffer(e,r,n){return e.prep(8,16),e.writeInt64(n),e.writeInt64(r),e.offset()}};J.Buffer=F1;var Ln=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsSchema(e,r){return(r||new Ln).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsSchema(e,r){return e.setPosition(e.position()+jt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Ln).__init(e.readInt32(e.position())+e.position(),e)}endianness(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):Ny.Little}fields(e,r){let n=this.bb.__offset(this.bb_pos,6);return n?(r||new yr).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+n)+e*4),this.bb):null}fieldsLength(){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.__vector_len(this.bb_pos+e):0}customMetadata(e,r){let n=this.bb.__offset(this.bb_pos,8);return n?(r||new Un).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+n)+e*4),this.bb):null}customMetadataLength(){let e=this.bb.__offset(this.bb_pos,8);return e?this.bb.__vector_len(this.bb_pos+e):0}features(e){let r=this.bb.__offset(this.bb_pos,10);return r?this.bb.readInt64(this.bb.__vector(this.bb_pos+r)+e*8):this.bb.createLong(0,0)}featuresLength(){let e=this.bb.__offset(this.bb_pos,10);return e?this.bb.__vector_len(this.bb_pos+e):0}static startSchema(e){e.startObject(4)}static addEndianness(e,r){e.addFieldInt16(0,r,Ny.Little)}static addFields(e,r){e.addFieldOffset(1,r,0)}static createFieldsVector(e,r){e.startVector(4,r.length,4);for(let n=r.length-1;n>=0;n--)e.addOffset(r[n]);return e.endVector()}static startFieldsVector(e,r){e.startVector(4,r,4)}static addCustomMetadata(e,r){e.addFieldOffset(2,r,0)}static createCustomMetadataVector(e,r){e.startVector(4,r.length,4);for(let n=r.length-1;n>=0;n--)e.addOffset(r[n]);return e.endVector()}static startCustomMetadataVector(e,r){e.startVector(4,r,4)}static addFeatures(e,r){e.addFieldOffset(3,r,0)}static createFeaturesVector(e,r){e.startVector(8,r.length,8);for(let n=r.length-1;n>=0;n--)e.addInt64(r[n]);return e.endVector()}static startFeaturesVector(e,r){e.startVector(8,r,8)}static endSchema(e){return e.endObject()}static finishSchemaBuffer(e,r){e.finish(r)}static finishSizePrefixedSchemaBuffer(e,r){e.finish(r,void 0,!0)}static createSchema(e,r,n,i,o){return Ln.startSchema(e),Ln.addEndianness(e,r),Ln.addFields(e,n),Ln.addCustomMetadata(e,i),Ln.addFeatures(e,o),Ln.endSchema(e)}};J.Schema=Ln});var zd=B(zt=>{"use strict";Object.defineProperty(zt,"__esModule",{value:!0});zt.Message=zt.DictionaryBatch=zt.RecordBatch=zt.BodyCompression=zt.FieldNode=zt.MessageHeader=zt.BodyCompressionMethod=zt.CompressionType=void 0;var Hd=to(),Md=Zo(),Ry;(function(t){t[t.LZ4_FRAME=0]="LZ4_FRAME",t[t.ZSTD=1]="ZSTD"})(Ry=zt.CompressionType||(zt.CompressionType={}));var Hy;(function(t){t[t.BUFFER=0]="BUFFER"})(Hy=zt.BodyCompressionMethod||(zt.BodyCompressionMethod={}));var My;(function(t){t[t.NONE=0]="NONE",t[t.Schema=1]="Schema",t[t.DictionaryBatch=2]="DictionaryBatch",t[t.RecordBatch=3]="RecordBatch",t[t.Tensor=4]="Tensor",t[t.SparseTensor=5]="SparseTensor"})(My=zt.MessageHeader||(zt.MessageHeader={}));var zy=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}length(){return this.bb.readInt64(this.bb_pos)}nullCount(){return this.bb.readInt64(this.bb_pos+8)}static createFieldNode(e,r,n){return e.prep(8,16),e.writeInt64(n),e.writeInt64(r),e.offset()}};zt.FieldNode=zy;var mi=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsBodyCompression(e,r){return(r||new mi).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsBodyCompression(e,r){return e.setPosition(e.position()+Hd.flatbuffers.SIZE_PREFIX_LENGTH),(r||new mi).__init(e.readInt32(e.position())+e.position(),e)}codec(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt8(this.bb_pos+e):Ry.LZ4_FRAME}method(){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.readInt8(this.bb_pos+e):Hy.BUFFER}static startBodyCompression(e){e.startObject(2)}static addCodec(e,r){e.addFieldInt8(0,r,Ry.LZ4_FRAME)}static addMethod(e,r){e.addFieldInt8(1,r,Hy.BUFFER)}static endBodyCompression(e){return e.endObject()}static createBodyCompression(e,r,n){return mi.startBodyCompression(e),mi.addCodec(e,r),mi.addMethod(e,n),mi.endBodyCompression(e)}};zt.BodyCompression=mi;var mn=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsRecordBatch(e,r){return(r||new mn).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsRecordBatch(e,r){return e.setPosition(e.position()+Hd.flatbuffers.SIZE_PREFIX_LENGTH),(r||new mn).__init(e.readInt32(e.position())+e.position(),e)}length(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt64(this.bb_pos+e):this.bb.createLong(0,0)}nodes(e,r){let n=this.bb.__offset(this.bb_pos,6);return n?(r||new zy).__init(this.bb.__vector(this.bb_pos+n)+e*16,this.bb):null}nodesLength(){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.__vector_len(this.bb_pos+e):0}buffers(e,r){let n=this.bb.__offset(this.bb_pos,8);return n?(r||new Md.Buffer).__init(this.bb.__vector(this.bb_pos+n)+e*16,this.bb):null}buffersLength(){let e=this.bb.__offset(this.bb_pos,8);return e?this.bb.__vector_len(this.bb_pos+e):0}compression(e){let r=this.bb.__offset(this.bb_pos,10);return r?(e||new mi).__init(this.bb.__indirect(this.bb_pos+r),this.bb):null}static startRecordBatch(e){e.startObject(4)}static addLength(e,r){e.addFieldInt64(0,r,e.createLong(0,0))}static addNodes(e,r){e.addFieldOffset(1,r,0)}static startNodesVector(e,r){e.startVector(16,r,8)}static addBuffers(e,r){e.addFieldOffset(2,r,0)}static startBuffersVector(e,r){e.startVector(16,r,8)}static addCompression(e,r){e.addFieldOffset(3,r,0)}static endRecordBatch(e){return e.endObject()}static createRecordBatch(e,r,n,i,o){return mn.startRecordBatch(e),mn.addLength(e,r),mn.addNodes(e,n),mn.addBuffers(e,i),mn.addCompression(e,o),mn.endRecordBatch(e)}};zt.RecordBatch=mn;var wi=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsDictionaryBatch(e,r){return(r||new wi).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsDictionaryBatch(e,r){return e.setPosition(e.position()+Hd.flatbuffers.SIZE_PREFIX_LENGTH),(r||new wi).__init(e.readInt32(e.position())+e.position(),e)}id(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt64(this.bb_pos+e):this.bb.createLong(0,0)}data(e){let r=this.bb.__offset(this.bb_pos,6);return r?(e||new mn).__init(this.bb.__indirect(this.bb_pos+r),this.bb):null}isDelta(){let e=this.bb.__offset(this.bb_pos,8);return e?!!this.bb.readInt8(this.bb_pos+e):!1}static startDictionaryBatch(e){e.startObject(3)}static addId(e,r){e.addFieldInt64(0,r,e.createLong(0,0))}static addData(e,r){e.addFieldOffset(1,r,0)}static addIsDelta(e,r){e.addFieldInt8(2,+r,0)}static endDictionaryBatch(e){return e.endObject()}static createDictionaryBatch(e,r,n,i){return wi.startDictionaryBatch(e),wi.addId(e,r),wi.addData(e,n),wi.addIsDelta(e,i),wi.endDictionaryBatch(e)}};zt.DictionaryBatch=wi;var wn=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsMessage(e,r){return(r||new wn).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsMessage(e,r){return e.setPosition(e.position()+Hd.flatbuffers.SIZE_PREFIX_LENGTH),(r||new wn).__init(e.readInt32(e.position())+e.position(),e)}version(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):Md.MetadataVersion.V1}headerType(){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.readUint8(this.bb_pos+e):My.NONE}header(e){let r=this.bb.__offset(this.bb_pos,8);return r?this.bb.__union(e,this.bb_pos+r):null}bodyLength(){let e=this.bb.__offset(this.bb_pos,10);return e?this.bb.readInt64(this.bb_pos+e):this.bb.createLong(0,0)}customMetadata(e,r){let n=this.bb.__offset(this.bb_pos,12);return n?(r||new Md.KeyValue).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+n)+e*4),this.bb):null}customMetadataLength(){let e=this.bb.__offset(this.bb_pos,12);return e?this.bb.__vector_len(this.bb_pos+e):0}static startMessage(e){e.startObject(5)}static addVersion(e,r){e.addFieldInt16(0,r,Md.MetadataVersion.V1)}static addHeaderType(e,r){e.addFieldInt8(1,r,My.NONE)}static addHeader(e,r){e.addFieldOffset(2,r,0)}static addBodyLength(e,r){e.addFieldInt64(3,r,e.createLong(0,0))}static addCustomMetadata(e,r){e.addFieldOffset(4,r,0)}static createCustomMetadataVector(e,r){e.startVector(4,r.length,4);for(let n=r.length-1;n>=0;n--)e.addOffset(r[n]);return e.endVector()}static startCustomMetadataVector(e,r){e.startVector(4,r,4)}static endMessage(e){return e.endObject()}static finishMessageBuffer(e,r){e.finish(r)}static finishSizePrefixedMessageBuffer(e,r){e.finish(r,void 0,!0)}static createMessage(e,r,n,i,o,f){return wn.startMessage(e),wn.addVersion(e,r),wn.addHeaderType(e,n),wn.addHeader(e,i),wn.addBodyLength(e,o),wn.addCustomMetadata(e,f),wn.endMessage(e)}};zt.Message=wn});var bt=B(St=>{"use strict";Object.defineProperty(St,"__esModule",{value:!0});St.BufferType=St.Type=St.MessageHeader=St.MetadataVersion=St.IntervalUnit=St.UnionMode=St.Precision=St.TimeUnit=St.DateUnit=void 0;var ca=Zo();Object.defineProperty(St,"DateUnit",{enumerable:!0,get:function(){return ca.DateUnit}});Object.defineProperty(St,"TimeUnit",{enumerable:!0,get:function(){return ca.TimeUnit}});Object.defineProperty(St,"Precision",{enumerable:!0,get:function(){return ca.Precision}});Object.defineProperty(St,"UnionMode",{enumerable:!0,get:function(){return ca.UnionMode}});Object.defineProperty(St,"IntervalUnit",{enumerable:!0,get:function(){return ca.IntervalUnit}});Object.defineProperty(St,"MetadataVersion",{enumerable:!0,get:function(){return ca.MetadataVersion}});var RH=zd();Object.defineProperty(St,"MessageHeader",{enumerable:!0,get:function(){return RH.MessageHeader}});var HH;(function(t){t[t.NONE=0]="NONE",t[t.Null=1]="Null",t[t.Int=2]="Int",t[t.Float=3]="Float",t[t.Binary=4]="Binary",t[t.Utf8=5]="Utf8",t[t.Bool=6]="Bool",t[t.Decimal=7]="Decimal",t[t.Date=8]="Date",t[t.Time=9]="Time",t[t.Timestamp=10]="Timestamp",t[t.Interval=11]="Interval",t[t.List=12]="List",t[t.Struct=13]="Struct",t[t.Union=14]="Union",t[t.FixedSizeBinary=15]="FixedSizeBinary",t[t.FixedSizeList=16]="FixedSizeList",t[t.Map=17]="Map",t[t.Dictionary=-1]="Dictionary",t[t.Int8=-2]="Int8",t[t.Int16=-3]="Int16",t[t.Int32=-4]="Int32",t[t.Int64=-5]="Int64",t[t.Uint8=-6]="Uint8",t[t.Uint16=-7]="Uint16",t[t.Uint32=-8]="Uint32",t[t.Uint64=-9]="Uint64",t[t.Float16=-10]="Float16",t[t.Float32=-11]="Float32",t[t.Float64=-12]="Float64",t[t.DateDay=-13]="DateDay",t[t.DateMillisecond=-14]="DateMillisecond",t[t.TimestampSecond=-15]="TimestampSecond",t[t.TimestampMillisecond=-16]="TimestampMillisecond",t[t.TimestampMicrosecond=-17]="TimestampMicrosecond",t[t.TimestampNanosecond=-18]="TimestampNanosecond",t[t.TimeSecond=-19]="TimeSecond",t[t.TimeMillisecond=-20]="TimeMillisecond",t[t.TimeMicrosecond=-21]="TimeMicrosecond",t[t.TimeNanosecond=-22]="TimeNanosecond",t[t.DenseUnion=-23]="DenseUnion",t[t.SparseUnion=-24]="SparseUnion",t[t.IntervalDayTime=-25]="IntervalDayTime",t[t.IntervalYearMonth=-26]="IntervalYearMonth"})(HH=St.Type||(St.Type={}));var MH;(function(t){t[t.OFFSET=0]="OFFSET",t[t.DATA=1]="DATA",t[t.VALIDITY=2]="VALIDITY",t[t.TYPE=3]="TYPE"})(MH=St.BufferType||(St.BufferType={}))});var hi=B(Wt=>{"use strict";Object.defineProperty(Wt,"__esModule",{value:!0});Wt.popcnt_uint32=Wt.popcnt_array=Wt.popcnt_bit_range=Wt.BitIterator=Wt.packBools=Wt.truncateBitmap=Wt.setBool=Wt.getBit=Wt.getBool=void 0;function P1(t,e,r,n){return(r&1<<n)!=0}Wt.getBool=P1;function D1(t,e,r,n){return(r&1<<n)>>n}Wt.getBit=D1;function zH(t,e,r){return r?!!(t[e>>3]|=1<<e%8)||!0:!(t[e>>3]&=~(1<<e%8))&&!1}Wt.setBool=zH;function UH(t,e,r){let n=r.byteLength+7&~7;if(t>0||r.byteLength<n){let i=new Uint8Array(n);return i.set(t%8==0?r.subarray(t>>3):N1(new Ud(r,t,e,null,P1)).subarray(0,n)),i}return r}Wt.truncateBitmap=UH;function N1(t){let e=[],r=0,n=0,i=0;for(let f of t)f&&(i|=1<<n),++n==8&&(e[r++]=i,i=n=0);(r===0||n>0)&&(e[r++]=i);let o=new Uint8Array(e.length+7&~7);return o.set(e),o}Wt.packBools=N1;var Ud=class{constructor(e,r,n,i,o){this.bytes=e,this.length=n,this.context=i,this.get=o,this.bit=r%8,this.byteIndex=r>>3,this.byte=e[this.byteIndex++],this.index=0}next(){return this.index<this.length?(this.bit===8&&(this.bit=0,this.byte=this.bytes[this.byteIndex++]),{value:this.get(this.context,this.index++,this.byte,this.bit++)}):{done:!0,value:null}}[Symbol.iterator](){return this}};Wt.BitIterator=Ud;function Uy(t,e,r){if(r-e<=0)return 0;if(r-e<8){let o=0;for(let f of new Ud(t,e,r-e,t,D1))o+=f;return o}let n=r>>3<<3,i=e+(e%8==0?0:8-e%8);return Uy(t,e,i)+Uy(t,n,r)+R1(t,i>>3,n-i>>3)}Wt.popcnt_bit_range=Uy;function R1(t,e,r){let n=0,i=e|0,o=new DataView(t.buffer,t.byteOffset,t.byteLength),f=r===void 0?t.byteLength:i+r;for(;f-i>=4;)n+=Ld(o.getUint32(i)),i+=4;for(;f-i>=2;)n+=Ld(o.getUint16(i)),i+=2;for(;f-i>=1;)n+=Ld(o.getUint8(i)),i+=1;return n}Wt.popcnt_array=R1;function Ld(t){let e=t|0;return e=e-(e>>>1&1431655765),e=(e&858993459)+(e>>>2&858993459),(e+(e>>>4)&252645135)*16843009>>>24}Wt.popcnt_uint32=Ld});var nt=B(Y=>{"use strict";Object.defineProperty(Y,"__esModule",{value:!0});Y.strideForType=Y.Dictionary=Y.Map_=Y.FixedSizeList=Y.FixedSizeBinary=Y.SparseUnion=Y.DenseUnion=Y.Union=Y.Struct=Y.List=Y.IntervalYearMonth=Y.IntervalDayTime=Y.Interval=Y.TimestampNanosecond=Y.TimestampMicrosecond=Y.TimestampMillisecond=Y.TimestampSecond=Y.Timestamp=Y.TimeNanosecond=Y.TimeMicrosecond=Y.TimeMillisecond=Y.TimeSecond=Y.Time=Y.DateMillisecond=Y.DateDay=Y.Date_=Y.Decimal=Y.Bool=Y.Utf8=Y.Binary=Y.Float64=Y.Float32=Y.Float16=Y.Float=Y.Uint64=Y.Uint32=Y.Uint16=Y.Uint8=Y.Int64=Y.Int32=Y.Int16=Y.Int8=Y.Int=Y.Null=Y.DataType=void 0;var $=bt(),Et=class{static isNull(e){return e&&e.typeId===$.Type.Null}static isInt(e){return e&&e.typeId===$.Type.Int}static isFloat(e){return e&&e.typeId===$.Type.Float}static isBinary(e){return e&&e.typeId===$.Type.Binary}static isUtf8(e){return e&&e.typeId===$.Type.Utf8}static isBool(e){return e&&e.typeId===$.Type.Bool}static isDecimal(e){return e&&e.typeId===$.Type.Decimal}static isDate(e){return e&&e.typeId===$.Type.Date}static isTime(e){return e&&e.typeId===$.Type.Time}static isTimestamp(e){return e&&e.typeId===$.Type.Timestamp}static isInterval(e){return e&&e.typeId===$.Type.Interval}static isList(e){return e&&e.typeId===$.Type.List}static isStruct(e){return e&&e.typeId===$.Type.Struct}static isUnion(e){return e&&e.typeId===$.Type.Union}static isFixedSizeBinary(e){return e&&e.typeId===$.Type.FixedSizeBinary}static isFixedSizeList(e){return e&&e.typeId===$.Type.FixedSizeList}static isMap(e){return e&&e.typeId===$.Type.Map}static isDictionary(e){return e&&e.typeId===$.Type.Dictionary}get typeId(){return $.Type.NONE}};Y.DataType=Et;Et[Symbol.toStringTag]=(t=>(t.children=null,t.ArrayType=Array,t[Symbol.toStringTag]="DataType"))(Et.prototype);var Vd=class extends Et{toString(){return"Null"}get typeId(){return $.Type.Null}};Y.Null=Vd;Vd[Symbol.toStringTag]=(t=>t[Symbol.toStringTag]="Null")(Vd.prototype);var hn=class extends Et{constructor(e,r){super();this.isSigned=e,this.bitWidth=r}get typeId(){return $.Type.Int}get ArrayType(){switch(this.bitWidth){case 8:return this.isSigned?Int8Array:Uint8Array;case 16:return this.isSigned?Int16Array:Uint16Array;case 32:return this.isSigned?Int32Array:Uint32Array;case 64:return this.isSigned?Int32Array:Uint32Array}throw new Error(`Unrecognized ${this[Symbol.toStringTag]} type`)}toString(){return`${this.isSigned?"I":"Ui"}nt${this.bitWidth}`}};Y.Int=hn;hn[Symbol.toStringTag]=(t=>(t.isSigned=null,t.bitWidth=null,t[Symbol.toStringTag]="Int"))(hn.prototype);var Ly=class extends hn{constructor(){super(!0,8)}};Y.Int8=Ly;var Vy=class extends hn{constructor(){super(!0,16)}};Y.Int16=Vy;var Cy=class extends hn{constructor(){super(!0,32)}};Y.Int32=Cy;var Wy=class extends hn{constructor(){super(!0,64)}};Y.Int64=Wy;var Ky=class extends hn{constructor(){super(!1,8)}};Y.Uint8=Ky;var Yy=class extends hn{constructor(){super(!1,16)}};Y.Uint16=Yy;var Gy=class extends hn{constructor(){super(!1,32)}};Y.Uint32=Gy;var Zy=class extends hn{constructor(){super(!1,64)}};Y.Uint64=Zy;Object.defineProperty(Ly.prototype,"ArrayType",{value:Int8Array});Object.defineProperty(Vy.prototype,"ArrayType",{value:Int16Array});Object.defineProperty(Cy.prototype,"ArrayType",{value:Int32Array});Object.defineProperty(Wy.prototype,"ArrayType",{value:Int32Array});Object.defineProperty(Ky.prototype,"ArrayType",{value:Uint8Array});Object.defineProperty(Yy.prototype,"ArrayType",{value:Uint16Array});Object.defineProperty(Gy.prototype,"ArrayType",{value:Uint32Array});Object.defineProperty(Zy.prototype,"ArrayType",{value:Uint32Array});var ps=class extends Et{constructor(e){super();this.precision=e}get typeId(){return $.Type.Float}get ArrayType(){switch(this.precision){case $.Precision.HALF:return Uint16Array;case $.Precision.SINGLE:return Float32Array;case $.Precision.DOUBLE:return Float64Array}throw new Error(`Unrecognized ${this[Symbol.toStringTag]} type`)}toString(){return`Float${this.precision<<5||16}`}};Y.Float=ps;ps[Symbol.toStringTag]=(t=>(t.precision=null,t[Symbol.toStringTag]="Float"))(ps.prototype);var Jy=class extends ps{constructor(){super($.Precision.HALF)}};Y.Float16=Jy;var Qy=class extends ps{constructor(){super($.Precision.SINGLE)}};Y.Float32=Qy;var Xy=class extends ps{constructor(){super($.Precision.DOUBLE)}};Y.Float64=Xy;Object.defineProperty(Jy.prototype,"ArrayType",{value:Uint16Array});Object.defineProperty(Qy.prototype,"ArrayType",{value:Float32Array});Object.defineProperty(Xy.prototype,"ArrayType",{value:Float64Array});var Cd=class extends Et{constructor(){super()}get typeId(){return $.Type.Binary}toString(){return"Binary"}};Y.Binary=Cd;Cd[Symbol.toStringTag]=(t=>(t.ArrayType=Uint8Array,t[Symbol.toStringTag]="Binary"))(Cd.prototype);var Wd=class extends Et{constructor(){super()}get typeId(){return $.Type.Utf8}toString(){return"Utf8"}};Y.Utf8=Wd;Wd[Symbol.toStringTag]=(t=>(t.ArrayType=Uint8Array,t[Symbol.toStringTag]="Utf8"))(Wd.prototype);var Kd=class extends Et{constructor(){super()}get typeId(){return $.Type.Bool}toString(){return"Bool"}};Y.Bool=Kd;Kd[Symbol.toStringTag]=(t=>(t.ArrayType=Uint8Array,t[Symbol.toStringTag]="Bool"))(Kd.prototype);var Yd=class extends Et{constructor(e,r){super();this.scale=e,this.precision=r}get typeId(){return $.Type.Decimal}toString(){return`Decimal[${this.precision}e${this.scale>0?"+":""}${this.scale}]`}};Y.Decimal=Yd;Yd[Symbol.toStringTag]=(t=>(t.scale=null,t.precision=null,t.ArrayType=Uint32Array,t[Symbol.toStringTag]="Decimal"))(Yd.prototype);var pa=class extends Et{constructor(e){super();this.unit=e}get typeId(){return $.Type.Date}toString(){return`Date${(this.unit+1)*32}<${$.DateUnit[this.unit]}>`}};Y.Date_=pa;pa[Symbol.toStringTag]=(t=>(t.unit=null,t.ArrayType=Int32Array,t[Symbol.toStringTag]="Date"))(pa.prototype);var H1=class extends pa{constructor(){super($.DateUnit.DAY)}};Y.DateDay=H1;var M1=class extends pa{constructor(){super($.DateUnit.MILLISECOND)}};Y.DateMillisecond=M1;var Jo=class extends Et{constructor(e,r){super();this.unit=e,this.bitWidth=r}get typeId(){return $.Type.Time}toString(){return`Time${this.bitWidth}<${$.TimeUnit[this.unit]}>`}};Y.Time=Jo;Jo[Symbol.toStringTag]=(t=>(t.unit=null,t.bitWidth=null,t.ArrayType=Int32Array,t[Symbol.toStringTag]="Time"))(Jo.prototype);var z1=class extends Jo{constructor(){super($.TimeUnit.SECOND,32)}};Y.TimeSecond=z1;var U1=class extends Jo{constructor(){super($.TimeUnit.MILLISECOND,32)}};Y.TimeMillisecond=U1;var L1=class extends Jo{constructor(){super($.TimeUnit.MICROSECOND,64)}};Y.TimeMicrosecond=L1;var V1=class extends Jo{constructor(){super($.TimeUnit.NANOSECOND,64)}};Y.TimeNanosecond=V1;var Qo=class extends Et{constructor(e,r){super();this.unit=e,this.timezone=r}get typeId(){return $.Type.Timestamp}toString(){return`Timestamp<${$.TimeUnit[this.unit]}${this.timezone?`, ${this.timezone}`:""}>`}};Y.Timestamp=Qo;Qo[Symbol.toStringTag]=(t=>(t.unit=null,t.timezone=null,t.ArrayType=Int32Array,t[Symbol.toStringTag]="Timestamp"))(Qo.prototype);var C1=class extends Qo{constructor(e){super($.TimeUnit.SECOND,e)}};Y.TimestampSecond=C1;var W1=class extends Qo{constructor(e){super($.TimeUnit.MILLISECOND,e)}};Y.TimestampMillisecond=W1;var K1=class extends Qo{constructor(e){super($.TimeUnit.MICROSECOND,e)}};Y.TimestampMicrosecond=K1;var Y1=class extends Qo{constructor(e){super($.TimeUnit.NANOSECOND,e)}};Y.TimestampNanosecond=Y1;var da=class extends Et{constructor(e){super();this.unit=e}get typeId(){return $.Type.Interval}toString(){return`Interval<${$.IntervalUnit[this.unit]}>`}};Y.Interval=da;da[Symbol.toStringTag]=(t=>(t.unit=null,t.ArrayType=Int32Array,t[Symbol.toStringTag]="Interval"))(da.prototype);var G1=class extends da{constructor(){super($.IntervalUnit.DAY_TIME)}};Y.IntervalDayTime=G1;var Z1=class extends da{constructor(){super($.IntervalUnit.YEAR_MONTH)}};Y.IntervalYearMonth=Z1;var Gd=class extends Et{constructor(e){super();this.children=[e]}get typeId(){return $.Type.List}toString(){return`List<${this.valueType}>`}get valueType(){return this.children[0].type}get valueField(){return this.children[0]}get ArrayType(){return this.valueType.ArrayType}};Y.List=Gd;Gd[Symbol.toStringTag]=(t=>(t.children=null,t[Symbol.toStringTag]="List"))(Gd.prototype);var Zd=class extends Et{constructor(e){super();this.children=e}get typeId(){return $.Type.Struct}toString(){return`Struct<{${this.children.map(e=>`${e.name}:${e.type}`).join(", ")}}>`}};Y.Struct=Zd;Zd[Symbol.toStringTag]=(t=>(t.children=null,t[Symbol.toStringTag]="Struct"))(Zd.prototype);var ma=class extends Et{constructor(e,r,n){super();this.mode=e,this.children=n,this.typeIds=r=Int32Array.from(r),this.typeIdToChildIndex=r.reduce((i,o,f)=>(i[o]=f)&&i||i,Object.create(null))}get typeId(){return $.Type.Union}toString(){return`${this[Symbol.toStringTag]}<${this.children.map(e=>`${e.type}`).join(" | ")}>`}};Y.Union=ma;ma[Symbol.toStringTag]=(t=>(t.mode=null,t.typeIds=null,t.children=null,t.typeIdToChildIndex=null,t.ArrayType=Int8Array,t[Symbol.toStringTag]="Union"))(ma.prototype);var J1=class extends ma{constructor(e,r){super($.UnionMode.Dense,e,r)}};Y.DenseUnion=J1;var Q1=class extends ma{constructor(e,r){super($.UnionMode.Sparse,e,r)}};Y.SparseUnion=Q1;var Jd=class extends Et{constructor(e){super();this.byteWidth=e}get typeId(){return $.Type.FixedSizeBinary}toString(){return`FixedSizeBinary[${this.byteWidth}]`}};Y.FixedSizeBinary=Jd;Jd[Symbol.toStringTag]=(t=>(t.byteWidth=null,t.ArrayType=Uint8Array,t[Symbol.toStringTag]="FixedSizeBinary"))(Jd.prototype);var Qd=class extends Et{constructor(e,r){super();this.listSize=e,this.children=[r]}get typeId(){return $.Type.FixedSizeList}get valueType(){return this.children[0].type}get valueField(){return this.children[0]}get ArrayType(){return this.valueType.ArrayType}toString(){return`FixedSizeList[${this.listSize}]<${this.valueType}>`}};Y.FixedSizeList=Qd;Qd[Symbol.toStringTag]=(t=>(t.children=null,t.listSize=null,t[Symbol.toStringTag]="FixedSizeList"))(Qd.prototype);var Xd=class extends Et{constructor(e,r=!1){super();this.children=[e],this.keysSorted=r}get typeId(){return $.Type.Map}get keyType(){return this.children[0].type.children[0].type}get valueType(){return this.children[0].type.children[1].type}toString(){return`Map<{${this.children[0].type.children.map(e=>`${e.name}:${e.type}`).join(", ")}}>`}};Y.Map_=Xd;Xd[Symbol.toStringTag]=(t=>(t.children=null,t.keysSorted=null,t[Symbol.toStringTag]="Map_"))(Xd.prototype);var LH=(t=>()=>++t)(-1),$d=class extends Et{constructor(e,r,n,i){super();this.indices=r,this.dictionary=e,this.isOrdered=i||!1,this.id=n==null?LH():typeof n=="number"?n:n.low}get typeId(){return $.Type.Dictionary}get children(){return this.dictionary.children}get valueType(){return this.dictionary}get ArrayType(){return this.dictionary.ArrayType}toString(){return`Dictionary<${this.indices}, ${this.dictionary}>`}};Y.Dictionary=$d;$d[Symbol.toStringTag]=(t=>(t.id=null,t.indices=null,t.isOrdered=null,t.dictionary=null,t[Symbol.toStringTag]="Dictionary"))($d.prototype);function VH(t){let e=t;switch(t.typeId){case $.Type.Decimal:return 4;case $.Type.Timestamp:return 2;case $.Type.Date:return 1+e.unit;case $.Type.Interval:return 1+e.unit;case $.Type.Int:return 1+ +(e.bitWidth>32);case $.Type.Time:return 1+ +(e.bitWidth>32);case $.Type.FixedSizeList:return e.listSize;case $.Type.FixedSizeBinary:return e.byteWidth;default:return 1}}Y.strideForType=VH});var Vn=B(ds=>{"use strict";Object.defineProperty(ds,"__esModule",{value:!0});ds.Data=ds.kUnknownNullCount=void 0;var CH=hi(),WH=hi(),fe=bt(),KH=nt(),Ye=Xt();ds.kUnknownNullCount=-1;var ke=class{constructor(e,r,n,i,o,f,s){this.type=e,this.dictionary=s,this.offset=Math.floor(Math.max(r||0,0)),this.length=Math.floor(Math.max(n||0,0)),this._nullCount=Math.floor(Math.max(i||0,-1)),this.childData=(f||[]).map(l=>l instanceof ke?l:l.data);let u;o instanceof ke?(this.stride=o.stride,this.values=o.values,this.typeIds=o.typeIds,this.nullBitmap=o.nullBitmap,this.valueOffsets=o.valueOffsets):(this.stride=KH.strideForType(e),o&&((u=o[0])&&(this.valueOffsets=u),(u=o[1])&&(this.values=u),(u=o[2])&&(this.nullBitmap=u),(u=o[3])&&(this.typeIds=u)))}get typeId(){return this.type.typeId}get ArrayType(){return this.type.ArrayType}get buffers(){return[this.valueOffsets,this.values,this.nullBitmap,this.typeIds]}get byteLength(){let e=0,{valueOffsets:r,values:n,nullBitmap:i,typeIds:o}=this;return r&&(e+=r.byteLength),n&&(e+=n.byteLength),i&&(e+=i.byteLength),o&&(e+=o.byteLength),this.childData.reduce((f,s)=>f+s.byteLength,e)}get nullCount(){let e=this._nullCount,r;return e<=ds.kUnknownNullCount&&(r=this.nullBitmap)&&(this._nullCount=e=this.length-WH.popcnt_bit_range(r,this.offset,this.offset+this.length)),e}clone(e,r=this.offset,n=this.length,i=this._nullCount,o=this,f=this.childData){return new ke(e,r,n,i,o,f,this.dictionary)}slice(e,r){let{stride:n,typeId:i,childData:o}=this,f=+(this._nullCount===0)-1,s=i===16?n:1,u=this._sliceBuffers(e,r,n,i);return this.clone(this.type,this.offset+e,r,f,u,!o.length||this.valueOffsets?o:this._sliceChildren(o,s*e,s*r))}_changeLengthAndBackfillNullBitmap(e){if(this.typeId===fe.Type.Null)return this.clone(this.type,0,e,0);let{length:r,nullCount:n}=this,i=new Uint8Array((e+63&~63)>>3).fill(255,0,r>>3);i[r>>3]=(1<<r-(r&~7))-1,n>0&&i.set(CH.truncateBitmap(this.offset,r,this.nullBitmap),0);let o=this.buffers;return o[fe.BufferType.VALIDITY]=i,this.clone(this.type,0,e,n+(e-r),o)}_sliceBuffers(e,r,n,i){let o,{buffers:f}=this;return(o=f[fe.BufferType.TYPE])&&(f[fe.BufferType.TYPE]=o.subarray(e,e+r)),(o=f[fe.BufferType.OFFSET])&&(f[fe.BufferType.OFFSET]=o.subarray(e,e+r+1))||(o=f[fe.BufferType.DATA])&&(f[fe.BufferType.DATA]=i===6?o:o.subarray(n*e,n*(e+r))),f}_sliceChildren(e,r,n){return e.map(i=>i.slice(r,n))}static new(e,r,n,i,o,f,s){switch(o instanceof ke?o=o.buffers:o||(o=[]),e.typeId){case fe.Type.Null:return ke.Null(e,r,n);case fe.Type.Int:return ke.Int(e,r,n,i||0,o[fe.BufferType.VALIDITY],o[fe.BufferType.DATA]||[]);case fe.Type.Dictionary:return ke.Dictionary(e,r,n,i||0,o[fe.BufferType.VALIDITY],o[fe.BufferType.DATA]||[],s);case fe.Type.Float:return ke.Float(e,r,n,i||0,o[fe.BufferType.VALIDITY],o[fe.BufferType.DATA]||[]);case fe.Type.Bool:return ke.Bool(e,r,n,i||0,o[fe.BufferType.VALIDITY],o[fe.BufferType.DATA]||[]);case fe.Type.Decimal:return ke.Decimal(e,r,n,i||0,o[fe.BufferType.VALIDITY],o[fe.BufferType.DATA]||[]);case fe.Type.Date:return ke.Date(e,r,n,i||0,o[fe.BufferType.VALIDITY],o[fe.BufferType.DATA]||[]);case fe.Type.Time:return ke.Time(e,r,n,i||0,o[fe.BufferType.VALIDITY],o[fe.BufferType.DATA]||[]);case fe.Type.Timestamp:return ke.Timestamp(e,r,n,i||0,o[fe.BufferType.VALIDITY],o[fe.BufferType.DATA]||[]);case fe.Type.Interval:return ke.Interval(e,r,n,i||0,o[fe.BufferType.VALIDITY],o[fe.BufferType.DATA]||[]);case fe.Type.FixedSizeBinary:return ke.FixedSizeBinary(e,r,n,i||0,o[fe.BufferType.VALIDITY],o[fe.BufferType.DATA]||[]);case fe.Type.Binary:return ke.Binary(e,r,n,i||0,o[fe.BufferType.VALIDITY],o[fe.BufferType.OFFSET]||[],o[fe.BufferType.DATA]||[]);case fe.Type.Utf8:return ke.Utf8(e,r,n,i||0,o[fe.BufferType.VALIDITY],o[fe.BufferType.OFFSET]||[],o[fe.BufferType.DATA]||[]);case fe.Type.List:return ke.List(e,r,n,i||0,o[fe.BufferType.VALIDITY],o[fe.BufferType.OFFSET]||[],(f||[])[0]);case fe.Type.FixedSizeList:return ke.FixedSizeList(e,r,n,i||0,o[fe.BufferType.VALIDITY],(f||[])[0]);case fe.Type.Struct:return ke.Struct(e,r,n,i||0,o[fe.BufferType.VALIDITY],f||[]);case fe.Type.Map:return ke.Map(e,r,n,i||0,o[fe.BufferType.VALIDITY],o[fe.BufferType.OFFSET]||[],(f||[])[0]);case fe.Type.Union:return ke.Union(e,r,n,i||0,o[fe.BufferType.VALIDITY],o[fe.BufferType.TYPE]||[],o[fe.BufferType.OFFSET]||f,f)}throw new Error(`Unrecognized typeId ${e.typeId}`)}static Null(e,r,n){return new ke(e,r,n,0)}static Int(e,r,n,i,o,f){return new ke(e,r,n,i,[void 0,Ye.toArrayBufferView(e.ArrayType,f),Ye.toUint8Array(o)])}static Dictionary(e,r,n,i,o,f,s){return new ke(e,r,n,i,[void 0,Ye.toArrayBufferView(e.indices.ArrayType,f),Ye.toUint8Array(o)],[],s)}static Float(e,r,n,i,o,f){return new ke(e,r,n,i,[void 0,Ye.toArrayBufferView(e.ArrayType,f),Ye.toUint8Array(o)])}static Bool(e,r,n,i,o,f){return new ke(e,r,n,i,[void 0,Ye.toArrayBufferView(e.ArrayType,f),Ye.toUint8Array(o)])}static Decimal(e,r,n,i,o,f){return new ke(e,r,n,i,[void 0,Ye.toArrayBufferView(e.ArrayType,f),Ye.toUint8Array(o)])}static Date(e,r,n,i,o,f){return new ke(e,r,n,i,[void 0,Ye.toArrayBufferView(e.ArrayType,f),Ye.toUint8Array(o)])}static Time(e,r,n,i,o,f){return new ke(e,r,n,i,[void 0,Ye.toArrayBufferView(e.ArrayType,f),Ye.toUint8Array(o)])}static Timestamp(e,r,n,i,o,f){return new ke(e,r,n,i,[void 0,Ye.toArrayBufferView(e.ArrayType,f),Ye.toUint8Array(o)])}static Interval(e,r,n,i,o,f){return new ke(e,r,n,i,[void 0,Ye.toArrayBufferView(e.ArrayType,f),Ye.toUint8Array(o)])}static FixedSizeBinary(e,r,n,i,o,f){return new ke(e,r,n,i,[void 0,Ye.toArrayBufferView(e.ArrayType,f),Ye.toUint8Array(o)])}static Binary(e,r,n,i,o,f,s){return new ke(e,r,n,i,[Ye.toInt32Array(f),Ye.toUint8Array(s),Ye.toUint8Array(o)])}static Utf8(e,r,n,i,o,f,s){return new ke(e,r,n,i,[Ye.toInt32Array(f),Ye.toUint8Array(s),Ye.toUint8Array(o)])}static List(e,r,n,i,o,f,s){return new ke(e,r,n,i,[Ye.toInt32Array(f),void 0,Ye.toUint8Array(o)],s?[s]:[])}static FixedSizeList(e,r,n,i,o,f){return new ke(e,r,n,i,[void 0,void 0,Ye.toUint8Array(o)],f?[f]:[])}static Struct(e,r,n,i,o,f){return new ke(e,r,n,i,[void 0,void 0,Ye.toUint8Array(o)],f)}static Map(e,r,n,i,o,f,s){return new ke(e,r,n,i,[Ye.toInt32Array(f),void 0,Ye.toUint8Array(o)],s?[s]:[])}static Union(e,r,n,i,o,f,s,u){let l=[void 0,void 0,Ye.toUint8Array(o),Ye.toArrayBufferView(e.ArrayType,f)];return e.mode===fe.UnionMode.Sparse?new ke(e,r,n,i,l,s):(l[fe.BufferType.OFFSET]=Ye.toInt32Array(s),new ke(e,r,n,i,l,u))}};ds.Data=ke;ke.prototype.childData=Object.freeze([])});var $y=B(em=>{"use strict";Object.defineProperty(em,"__esModule",{value:!0});em.valueToString=void 0;var YH=void 0;function GH(t){if(t===null)return"null";if(t===YH)return"undefined";switch(typeof t){case"number":return`${t}`;case"bigint":return`${t}`;case"string":return`"${t}"`}return typeof t[Symbol.toPrimitive]=="function"?t[Symbol.toPrimitive]("string"):ArrayBuffer.isView(t)?`[${t}]`:JSON.stringify(t)}em.valueToString=GH});var X1=B(tm=>{"use strict";Object.defineProperty(tm,"__esModule",{value:!0});tm.createIsValidFunction=void 0;var ej=$y(),ZH=gr();function JH(t){if(!t||t.length<=0)return function(i){return!0};let e="",r=t.filter(n=>n===n);return r.length>0&&(e=`
|
|
12
|
+
`)+" "+r[1]:r[0]+e+" "+t.join(", ")+" "+r[1]}function Cv(t){return Array.isArray(t)}function bh(t){return typeof t=="boolean"}function wp(t){return t===null}function k2(t){return t==null}function Vv(t){return typeof t=="number"}function gp(t){return typeof t=="string"}function I2(t){return babelHelpers.typeof(t)==="symbol"}function Qi(t){return t===void 0}function yp(t){return Ws(t)&&wh(t)==="[object RegExp]"}function Ws(t){return babelHelpers.typeof(t)==="object"&&t!==null}function hh(t){return Ws(t)&&wh(t)==="[object Date]"}function jp(t){return Ws(t)&&(wh(t)==="[object Error]"||t instanceof Error)}function _p(t){return typeof t=="function"}function S2(t){return t===null||typeof t=="boolean"||typeof t=="number"||typeof t=="string"||babelHelpers.typeof(t)==="symbol"||typeof t=="undefined"}function x2(t){return Buffer.isBuffer(t)}function wh(t){return Object.prototype.toString.call(t)}function gh(t){return t<10?"0"+t.toString(10):t.toString(10)}function A2(){var t=new Date,e=[gh(t.getHours()),gh(t.getMinutes()),gh(t.getSeconds())].join(":");return[t.getDate(),E2[t.getMonth()],e].join(" ")}function O2(){console.log("%s - %s",A2(),ch.apply(null,arguments))}function Wv(t,e){if(!e||!Ws(e))return t;for(var r=Object.keys(e),n=r.length;n--;)t[r[n]]=e[r[n]];return t}function Yv(t,e){return Object.prototype.hasOwnProperty.call(t,e)}var mp,i2,o2,f2,di,gn,s2,sh,Wf,Mv,ah,m2,b2,Vs,ye,n8,i8,o8,f8,Mo,s8,lh,a8,ln,l8,Uo,u8,h2,uh,w2,g2,bp,ph,E2,N2,jt,c8,p8,d8,m8,b8,h8,w8,g8,y8,j8,Kn,_8,q8,Se,v8,Ys,T8,Yf,B8,Kf,k8,qp,S8,Ks,x8,Gs,E8,$i,A8,G,O8,N8,D8,F8,P8,R8,H8,z8,M8,U8,L8,C8,V8,W8,Y8,K8,G8,J8,Z8,X8,Q8,$8,eC,tC,rC,nC,iC,oC,fC,sC,aC,lC,uC,cC,yh,pC,Lo,dC,Js,mC,Co,bC,hC,vp,wC,Tp,gC,Cl,yC,jC,Vl,_C,qC,Bp,vC,xe,TC,BC,kC,Kv,IC,Gv,SC,xC,EC,AC,OC,NC,DC,FC,PC,RC,HC,zC,MC,UC,LC,CC,VC,WC,YC,KC,GC,JC,ZC,XC,QC,$C,eV,tV,rV,nV,iV,oV,fV,sV,aV,lV,uV,cV,pV,dV,mV,bV,hV,wV,gV,yV,jV,_V,qV,vV,TV,BV,jh=re(()=>{mp=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{};i2=a2,o2=u2,f2=d2,di=[],gn=[],s2=typeof Uint8Array!="undefined"?Uint8Array:Array,sh="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(Wf=0,Mv=sh.length;Wf<Mv;++Wf)di[Wf]=sh[Wf],gn[sh.charCodeAt(Wf)]=Wf;gn["-".charCodeAt(0)]=62;gn["_".charCodeAt(0)]=63;ah={byteLength:i2,toByteArray:o2,fromByteArray:f2},m2=function(e,r,n,i,o){var f,s,l=o*8-i-1,u=(1<<l)-1,c=u>>1,_=-7,p=n?o-1:0,j=n?-1:1,S=e[r+p];for(p+=j,f=S&(1<<-_)-1,S>>=-_,_+=l;_>0;f=f*256+e[r+p],p+=j,_-=8);for(s=f&(1<<-_)-1,f>>=-_,_+=i;_>0;s=s*256+e[r+p],p+=j,_-=8);if(f===0)f=1-c;else{if(f===u)return s?NaN:(S?-1:1)*(1/0);s=s+Math.pow(2,i),f=f-c}return(S?-1:1)*s*Math.pow(2,f-i)},b2=function(e,r,n,i,o,f){var s,l,u,c=f*8-o-1,_=(1<<c)-1,p=_>>1,j=o===23?Math.pow(2,-24)-Math.pow(2,-77):0,S=i?0:f-1,T=i?1:-1,U=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(l=isNaN(r)?1:0,s=_):(s=Math.floor(Math.log(r)/Math.LN2),r*(u=Math.pow(2,-s))<1&&(s--,u*=2),s+p>=1?r+=j/u:r+=j*Math.pow(2,1-p),r*u>=2&&(s++,u/=2),s+p>=_?(l=0,s=_):s+p>=1?(l=(r*u-1)*Math.pow(2,o),s=s+p):(l=r*Math.pow(2,p-1)*Math.pow(2,o),s=0));o>=8;e[n+S]=l&255,S+=T,l/=256,o-=8);for(s=s<<o|l,c+=o;c>0;e[n+S]=s&255,S+=T,s/=256,c-=8);e[n+S-T]|=U*128},Vs={read:m2,write:b2},ye=Dt(function(t,e){var r=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;e.Buffer=f,e.SlowBuffer=U,e.INSPECT_MAX_BYTES=50;var n=2147483647;e.kMaxLength=n,f.TYPED_ARRAY_SUPPORT=i(),!f.TYPED_ARRAY_SUPPORT&&typeof console!="undefined"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function i(){try{var q=new Uint8Array(1),d={foo:function(){return 42}};return Object.setPrototypeOf(d,Uint8Array.prototype),Object.setPrototypeOf(q,d),q.foo()===42}catch{return!1}}Object.defineProperty(f.prototype,"parent",{enumerable:!0,get:function(){if(!!f.isBuffer(this))return this.buffer}}),Object.defineProperty(f.prototype,"offset",{enumerable:!0,get:function(){if(!!f.isBuffer(this))return this.byteOffset}});function o(q){if(q>n)throw new RangeError('The value "'+q+'" is invalid for option "size"');var d=new Uint8Array(q);return Object.setPrototypeOf(d,f.prototype),d}function f(q,d,m){if(typeof q=="number"){if(typeof d=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return c(q)}return s(q,d,m)}f.poolSize=8192;function s(q,d,m){if(typeof q=="string")return _(q,d);if(ArrayBuffer.isView(q))return p(q);if(q==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+babelHelpers.typeof(q));if(Ke(q,ArrayBuffer)||q&&Ke(q.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(Ke(q,SharedArrayBuffer)||q&&Ke(q.buffer,SharedArrayBuffer)))return j(q,d,m);if(typeof q=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var B=q.valueOf&&q.valueOf();if(B!=null&&B!==q)return f.from(B,d,m);var R=S(q);if(R)return R;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof q[Symbol.toPrimitive]=="function")return f.from(q[Symbol.toPrimitive]("string"),d,m);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+babelHelpers.typeof(q))}f.from=function(q,d,m){return s(q,d,m)},Object.setPrototypeOf(f.prototype,Uint8Array.prototype),Object.setPrototypeOf(f,Uint8Array);function l(q){if(typeof q!="number")throw new TypeError('"size" argument must be of type number');if(q<0)throw new RangeError('The value "'+q+'" is invalid for option "size"')}function u(q,d,m){return l(q),q<=0?o(q):d!==void 0?typeof m=="string"?o(q).fill(d,m):o(q).fill(d):o(q)}f.alloc=function(q,d,m){return u(q,d,m)};function c(q){return l(q),o(q<0?0:T(q)|0)}f.allocUnsafe=function(q){return c(q)},f.allocUnsafeSlow=function(q){return c(q)};function _(q,d){if((typeof d!="string"||d==="")&&(d="utf8"),!f.isEncoding(d))throw new TypeError("Unknown encoding: "+d);var m=W(q,d)|0,B=o(m),R=B.write(q,d);return R!==m&&(B=B.slice(0,R)),B}function p(q){for(var d=q.length<0?0:T(q.length)|0,m=o(d),B=0;B<d;B+=1)m[B]=q[B]&255;return m}function j(q,d,m){if(d<0||q.byteLength<d)throw new RangeError('"offset" is outside of buffer bounds');if(q.byteLength<d+(m||0))throw new RangeError('"length" is outside of buffer bounds');var B;return d===void 0&&m===void 0?B=new Uint8Array(q):m===void 0?B=new Uint8Array(q,d):B=new Uint8Array(q,d,m),Object.setPrototypeOf(B,f.prototype),B}function S(q){if(f.isBuffer(q)){var d=T(q.length)|0,m=o(d);return m.length===0||q.copy(m,0,0,d),m}if(q.length!==void 0)return typeof q.length!="number"||Ht(q.length)?o(0):p(q);if(q.type==="Buffer"&&Array.isArray(q.data))return p(q.data)}function T(q){if(q>=n)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+n.toString(16)+" bytes");return q|0}function U(q){return+q!=q&&(q=0),f.alloc(+q)}f.isBuffer=function(d){return d!=null&&d._isBuffer===!0&&d!==f.prototype},f.compare=function(d,m){if(Ke(d,Uint8Array)&&(d=f.from(d,d.offset,d.byteLength)),Ke(m,Uint8Array)&&(m=f.from(m,m.offset,m.byteLength)),!f.isBuffer(d)||!f.isBuffer(m))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(d===m)return 0;for(var B=d.length,R=m.length,fe=0,se=Math.min(B,R);fe<se;++fe)if(d[fe]!==m[fe]){B=d[fe],R=m[fe];break}return B<R?-1:R<B?1:0},f.isEncoding=function(d){switch(String(d).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},f.concat=function(d,m){if(!Array.isArray(d))throw new TypeError('"list" argument must be an Array of Buffers');if(d.length===0)return f.alloc(0);var B;if(m===void 0)for(m=0,B=0;B<d.length;++B)m+=d[B].length;var R=f.allocUnsafe(m),fe=0;for(B=0;B<d.length;++B){var se=d[B];if(Ke(se,Uint8Array)&&(se=f.from(se)),!f.isBuffer(se))throw new TypeError('"list" argument must be an Array of Buffers');se.copy(R,fe),fe+=se.length}return R};function W(q,d){if(f.isBuffer(q))return q.length;if(ArrayBuffer.isView(q)||Ke(q,ArrayBuffer))return q.byteLength;if(typeof q!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+babelHelpers.typeof(q));var m=q.length,B=arguments.length>2&&arguments[2]===!0;if(!B&&m===0)return 0;for(var R=!1;;)switch(d){case"ascii":case"latin1":case"binary":return m;case"utf8":case"utf-8":return _e(q).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return m*2;case"hex":return m>>>1;case"base64":return So(q).length;default:if(R)return B?-1:_e(q).length;d=(""+d).toLowerCase(),R=!0}}f.byteLength=W;function L(q,d,m){var B=!1;if((d===void 0||d<0)&&(d=0),d>this.length||((m===void 0||m>this.length)&&(m=this.length),m<=0)||(m>>>=0,d>>>=0,m<=d))return"";for(q||(q="utf8");;)switch(q){case"hex":return A(this,d,m);case"utf8":case"utf-8":return b(this,d,m);case"ascii":return z(this,d,m);case"latin1":case"binary":return oe(this,d,m);case"base64":return N(this,d,m);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Ye(this,d,m);default:if(B)throw new TypeError("Unknown encoding: "+q);q=(q+"").toLowerCase(),B=!0}}f.prototype._isBuffer=!0;function te(q,d,m){var B=q[d];q[d]=q[m],q[m]=B}f.prototype.swap16=function(){var d=this.length;if(d%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var m=0;m<d;m+=2)te(this,m,m+1);return this},f.prototype.swap32=function(){var d=this.length;if(d%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var m=0;m<d;m+=4)te(this,m,m+3),te(this,m+1,m+2);return this},f.prototype.swap64=function(){var d=this.length;if(d%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var m=0;m<d;m+=8)te(this,m,m+7),te(this,m+1,m+6),te(this,m+2,m+5),te(this,m+3,m+4);return this},f.prototype.toString=function(){var d=this.length;return d===0?"":arguments.length===0?b(this,0,d):L.apply(this,arguments)},f.prototype.toLocaleString=f.prototype.toString,f.prototype.equals=function(d){if(!f.isBuffer(d))throw new TypeError("Argument must be a Buffer");return this===d?!0:f.compare(this,d)===0},f.prototype.inspect=function(){var d="",m=e.INSPECT_MAX_BYTES;return d=this.toString("hex",0,m).replace(/(.{2})/g,"$1 ").trim(),this.length>m&&(d+=" ... "),"<Buffer "+d+">"},r&&(f.prototype[r]=f.prototype.inspect),f.prototype.compare=function(d,m,B,R,fe){if(Ke(d,Uint8Array)&&(d=f.from(d,d.offset,d.byteLength)),!f.isBuffer(d))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+babelHelpers.typeof(d));if(m===void 0&&(m=0),B===void 0&&(B=d?d.length:0),R===void 0&&(R=0),fe===void 0&&(fe=this.length),m<0||B>d.length||R<0||fe>this.length)throw new RangeError("out of range index");if(R>=fe&&m>=B)return 0;if(R>=fe)return-1;if(m>=B)return 1;if(m>>>=0,B>>>=0,R>>>=0,fe>>>=0,this===d)return 0;for(var se=fe-R,nt=B-m,Ze=Math.min(se,nt),vt=this.slice(R,fe),br=d.slice(m,B),ke=0;ke<Ze;++ke)if(vt[ke]!==br[ke]){se=vt[ke],nt=br[ke];break}return se<nt?-1:nt<se?1:0};function pe(q,d,m,B,R){if(q.length===0)return-1;if(typeof m=="string"?(B=m,m=0):m>2147483647?m=2147483647:m<-2147483648&&(m=-2147483648),m=+m,Ht(m)&&(m=R?0:q.length-1),m<0&&(m=q.length+m),m>=q.length){if(R)return-1;m=q.length-1}else if(m<0)if(R)m=0;else return-1;if(typeof d=="string"&&(d=f.from(d,B)),f.isBuffer(d))return d.length===0?-1:J(q,d,m,B,R);if(typeof d=="number")return d=d&255,typeof Uint8Array.prototype.indexOf=="function"?R?Uint8Array.prototype.indexOf.call(q,d,m):Uint8Array.prototype.lastIndexOf.call(q,d,m):J(q,[d],m,B,R);throw new TypeError("val must be string, number or Buffer")}function J(q,d,m,B,R){var fe=1,se=q.length,nt=d.length;if(B!==void 0&&(B=String(B).toLowerCase(),B==="ucs2"||B==="ucs-2"||B==="utf16le"||B==="utf-16le")){if(q.length<2||d.length<2)return-1;fe=2,se/=2,nt/=2,m/=2}function Ze(v,I){return fe===1?v[I]:v.readUInt16BE(I*fe)}var vt;if(R){var br=-1;for(vt=m;vt<se;vt++)if(Ze(q,vt)===Ze(d,br===-1?0:vt-br)){if(br===-1&&(br=vt),vt-br+1===nt)return br*fe}else br!==-1&&(vt-=vt-br),br=-1}else for(m+nt>se&&(m=se-nt),vt=m;vt>=0;vt--){for(var ke=!0,Cn=0;Cn<nt;Cn++)if(Ze(q,vt+Cn)!==Ze(d,Cn)){ke=!1;break}if(ke)return vt}return-1}f.prototype.includes=function(d,m,B){return this.indexOf(d,m,B)!==-1},f.prototype.indexOf=function(d,m,B){return pe(this,d,m,B,!0)},f.prototype.lastIndexOf=function(d,m,B){return pe(this,d,m,B,!1)};function D(q,d,m,B){m=Number(m)||0;var R=q.length-m;B?(B=Number(B),B>R&&(B=R)):B=R;var fe=d.length;B>fe/2&&(B=fe/2);for(var se=0;se<B;++se){var nt=parseInt(d.substr(se*2,2),16);if(Ht(nt))return se;q[m+se]=nt}return se}function le(q,d,m,B){return It(_e(d,q.length-m),q,m,B)}function Y(q,d,m,B){return It($(d),q,m,B)}function de(q,d,m,B){return Y(q,d,m,B)}function y(q,d,m,B){return It(So(d),q,m,B)}function g(q,d,m,B){return It(Io(d,q.length-m),q,m,B)}f.prototype.write=function(d,m,B,R){if(m===void 0)R="utf8",B=this.length,m=0;else if(B===void 0&&typeof m=="string")R=m,B=this.length,m=0;else if(isFinite(m))m=m>>>0,isFinite(B)?(B=B>>>0,R===void 0&&(R="utf8")):(R=B,B=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var fe=this.length-m;if((B===void 0||B>fe)&&(B=fe),d.length>0&&(B<0||m<0)||m>this.length)throw new RangeError("Attempt to write outside buffer bounds");R||(R="utf8");for(var se=!1;;)switch(R){case"hex":return D(this,d,m,B);case"utf8":case"utf-8":return le(this,d,m,B);case"ascii":return Y(this,d,m,B);case"latin1":case"binary":return de(this,d,m,B);case"base64":return y(this,d,m,B);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return g(this,d,m,B);default:if(se)throw new TypeError("Unknown encoding: "+R);R=(""+R).toLowerCase(),se=!0}},f.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function N(q,d,m){return d===0&&m===q.length?ah.fromByteArray(q):ah.fromByteArray(q.slice(d,m))}function b(q,d,m){m=Math.min(q.length,m);for(var B=[],R=d;R<m;){var fe=q[R],se=null,nt=fe>239?4:fe>223?3:fe>191?2:1;if(R+nt<=m){var Ze,vt,br,ke;switch(nt){case 1:fe<128&&(se=fe);break;case 2:Ze=q[R+1],(Ze&192)==128&&(ke=(fe&31)<<6|Ze&63,ke>127&&(se=ke));break;case 3:Ze=q[R+1],vt=q[R+2],(Ze&192)==128&&(vt&192)==128&&(ke=(fe&15)<<12|(Ze&63)<<6|vt&63,ke>2047&&(ke<55296||ke>57343)&&(se=ke));break;case 4:Ze=q[R+1],vt=q[R+2],br=q[R+3],(Ze&192)==128&&(vt&192)==128&&(br&192)==128&&(ke=(fe&15)<<18|(Ze&63)<<12|(vt&63)<<6|br&63,ke>65535&&ke<1114112&&(se=ke))}}se===null?(se=65533,nt=1):se>65535&&(se-=65536,B.push(se>>>10&1023|55296),se=56320|se&1023),B.push(se),R+=nt}return K(B)}var H=4096;function K(q){var d=q.length;if(d<=H)return String.fromCharCode.apply(String,q);for(var m="",B=0;B<d;)m+=String.fromCharCode.apply(String,q.slice(B,B+=H));return m}function z(q,d,m){var B="";m=Math.min(q.length,m);for(var R=d;R<m;++R)B+=String.fromCharCode(q[R]&127);return B}function oe(q,d,m){var B="";m=Math.min(q.length,m);for(var R=d;R<m;++R)B+=String.fromCharCode(q[R]);return B}function A(q,d,m){var B=q.length;(!d||d<0)&&(d=0),(!m||m<0||m>B)&&(m=B);for(var R="",fe=d;fe<m;++fe)R+=bt[q[fe]];return R}function Ye(q,d,m){for(var B=q.slice(d,m),R="",fe=0;fe<B.length;fe+=2)R+=String.fromCharCode(B[fe]+B[fe+1]*256);return R}f.prototype.slice=function(d,m){var B=this.length;d=~~d,m=m===void 0?B:~~m,d<0?(d+=B,d<0&&(d=0)):d>B&&(d=B),m<0?(m+=B,m<0&&(m=0)):m>B&&(m=B),m<d&&(m=d);var R=this.subarray(d,m);return Object.setPrototypeOf(R,f.prototype),R};function me(q,d,m){if(q%1!=0||q<0)throw new RangeError("offset is not uint");if(q+d>m)throw new RangeError("Trying to access beyond buffer length")}f.prototype.readUIntLE=function(d,m,B){d=d>>>0,m=m>>>0,B||me(d,m,this.length);for(var R=this[d],fe=1,se=0;++se<m&&(fe*=256);)R+=this[d+se]*fe;return R},f.prototype.readUIntBE=function(d,m,B){d=d>>>0,m=m>>>0,B||me(d,m,this.length);for(var R=this[d+--m],fe=1;m>0&&(fe*=256);)R+=this[d+--m]*fe;return R},f.prototype.readUInt8=function(d,m){return d=d>>>0,m||me(d,1,this.length),this[d]},f.prototype.readUInt16LE=function(d,m){return d=d>>>0,m||me(d,2,this.length),this[d]|this[d+1]<<8},f.prototype.readUInt16BE=function(d,m){return d=d>>>0,m||me(d,2,this.length),this[d]<<8|this[d+1]},f.prototype.readUInt32LE=function(d,m){return d=d>>>0,m||me(d,4,this.length),(this[d]|this[d+1]<<8|this[d+2]<<16)+this[d+3]*16777216},f.prototype.readUInt32BE=function(d,m){return d=d>>>0,m||me(d,4,this.length),this[d]*16777216+(this[d+1]<<16|this[d+2]<<8|this[d+3])},f.prototype.readIntLE=function(d,m,B){d=d>>>0,m=m>>>0,B||me(d,m,this.length);for(var R=this[d],fe=1,se=0;++se<m&&(fe*=256);)R+=this[d+se]*fe;return fe*=128,R>=fe&&(R-=Math.pow(2,8*m)),R},f.prototype.readIntBE=function(d,m,B){d=d>>>0,m=m>>>0,B||me(d,m,this.length);for(var R=m,fe=1,se=this[d+--R];R>0&&(fe*=256);)se+=this[d+--R]*fe;return fe*=128,se>=fe&&(se-=Math.pow(2,8*m)),se},f.prototype.readInt8=function(d,m){return d=d>>>0,m||me(d,1,this.length),this[d]&128?(255-this[d]+1)*-1:this[d]},f.prototype.readInt16LE=function(d,m){d=d>>>0,m||me(d,2,this.length);var B=this[d]|this[d+1]<<8;return B&32768?B|4294901760:B},f.prototype.readInt16BE=function(d,m){d=d>>>0,m||me(d,2,this.length);var B=this[d+1]|this[d]<<8;return B&32768?B|4294901760:B},f.prototype.readInt32LE=function(d,m){return d=d>>>0,m||me(d,4,this.length),this[d]|this[d+1]<<8|this[d+2]<<16|this[d+3]<<24},f.prototype.readInt32BE=function(d,m){return d=d>>>0,m||me(d,4,this.length),this[d]<<24|this[d+1]<<16|this[d+2]<<8|this[d+3]},f.prototype.readFloatLE=function(d,m){return d=d>>>0,m||me(d,4,this.length),Vs.read(this,d,!0,23,4)},f.prototype.readFloatBE=function(d,m){return d=d>>>0,m||me(d,4,this.length),Vs.read(this,d,!1,23,4)},f.prototype.readDoubleLE=function(d,m){return d=d>>>0,m||me(d,8,this.length),Vs.read(this,d,!0,52,8)},f.prototype.readDoubleBE=function(d,m){return d=d>>>0,m||me(d,8,this.length),Vs.read(this,d,!1,52,8)};function V(q,d,m,B,R,fe){if(!f.isBuffer(q))throw new TypeError('"buffer" argument must be a Buffer instance');if(d>R||d<fe)throw new RangeError('"value" argument is out of bounds');if(m+B>q.length)throw new RangeError("Index out of range")}f.prototype.writeUIntLE=function(d,m,B,R){if(d=+d,m=m>>>0,B=B>>>0,!R){var fe=Math.pow(2,8*B)-1;V(this,d,m,B,fe,0)}var se=1,nt=0;for(this[m]=d&255;++nt<B&&(se*=256);)this[m+nt]=d/se&255;return m+B},f.prototype.writeUIntBE=function(d,m,B,R){if(d=+d,m=m>>>0,B=B>>>0,!R){var fe=Math.pow(2,8*B)-1;V(this,d,m,B,fe,0)}var se=B-1,nt=1;for(this[m+se]=d&255;--se>=0&&(nt*=256);)this[m+se]=d/nt&255;return m+B},f.prototype.writeUInt8=function(d,m,B){return d=+d,m=m>>>0,B||V(this,d,m,1,255,0),this[m]=d&255,m+1},f.prototype.writeUInt16LE=function(d,m,B){return d=+d,m=m>>>0,B||V(this,d,m,2,65535,0),this[m]=d&255,this[m+1]=d>>>8,m+2},f.prototype.writeUInt16BE=function(d,m,B){return d=+d,m=m>>>0,B||V(this,d,m,2,65535,0),this[m]=d>>>8,this[m+1]=d&255,m+2},f.prototype.writeUInt32LE=function(d,m,B){return d=+d,m=m>>>0,B||V(this,d,m,4,4294967295,0),this[m+3]=d>>>24,this[m+2]=d>>>16,this[m+1]=d>>>8,this[m]=d&255,m+4},f.prototype.writeUInt32BE=function(d,m,B){return d=+d,m=m>>>0,B||V(this,d,m,4,4294967295,0),this[m]=d>>>24,this[m+1]=d>>>16,this[m+2]=d>>>8,this[m+3]=d&255,m+4},f.prototype.writeIntLE=function(d,m,B,R){if(d=+d,m=m>>>0,!R){var fe=Math.pow(2,8*B-1);V(this,d,m,B,fe-1,-fe)}var se=0,nt=1,Ze=0;for(this[m]=d&255;++se<B&&(nt*=256);)d<0&&Ze===0&&this[m+se-1]!==0&&(Ze=1),this[m+se]=(d/nt>>0)-Ze&255;return m+B},f.prototype.writeIntBE=function(d,m,B,R){if(d=+d,m=m>>>0,!R){var fe=Math.pow(2,8*B-1);V(this,d,m,B,fe-1,-fe)}var se=B-1,nt=1,Ze=0;for(this[m+se]=d&255;--se>=0&&(nt*=256);)d<0&&Ze===0&&this[m+se+1]!==0&&(Ze=1),this[m+se]=(d/nt>>0)-Ze&255;return m+B},f.prototype.writeInt8=function(d,m,B){return d=+d,m=m>>>0,B||V(this,d,m,1,127,-128),d<0&&(d=255+d+1),this[m]=d&255,m+1},f.prototype.writeInt16LE=function(d,m,B){return d=+d,m=m>>>0,B||V(this,d,m,2,32767,-32768),this[m]=d&255,this[m+1]=d>>>8,m+2},f.prototype.writeInt16BE=function(d,m,B){return d=+d,m=m>>>0,B||V(this,d,m,2,32767,-32768),this[m]=d>>>8,this[m+1]=d&255,m+2},f.prototype.writeInt32LE=function(d,m,B){return d=+d,m=m>>>0,B||V(this,d,m,4,2147483647,-2147483648),this[m]=d&255,this[m+1]=d>>>8,this[m+2]=d>>>16,this[m+3]=d>>>24,m+4},f.prototype.writeInt32BE=function(d,m,B){return d=+d,m=m>>>0,B||V(this,d,m,4,2147483647,-2147483648),d<0&&(d=4294967295+d+1),this[m]=d>>>24,this[m+1]=d>>>16,this[m+2]=d>>>8,this[m+3]=d&255,m+4};function X(q,d,m,B,R,fe){if(m+B>q.length)throw new RangeError("Index out of range");if(m<0)throw new RangeError("Index out of range")}function ze(q,d,m,B,R){return d=+d,m=m>>>0,R||X(q,d,m,4),Vs.write(q,d,m,B,23,4),m+4}f.prototype.writeFloatLE=function(d,m,B){return ze(this,d,m,!0,B)},f.prototype.writeFloatBE=function(d,m,B){return ze(this,d,m,!1,B)};function we(q,d,m,B,R){return d=+d,m=m>>>0,R||X(q,d,m,8),Vs.write(q,d,m,B,52,8),m+8}f.prototype.writeDoubleLE=function(d,m,B){return we(this,d,m,!0,B)},f.prototype.writeDoubleBE=function(d,m,B){return we(this,d,m,!1,B)},f.prototype.copy=function(d,m,B,R){if(!f.isBuffer(d))throw new TypeError("argument should be a Buffer");if(B||(B=0),!R&&R!==0&&(R=this.length),m>=d.length&&(m=d.length),m||(m=0),R>0&&R<B&&(R=B),R===B||d.length===0||this.length===0)return 0;if(m<0)throw new RangeError("targetStart out of bounds");if(B<0||B>=this.length)throw new RangeError("Index out of range");if(R<0)throw new RangeError("sourceEnd out of bounds");R>this.length&&(R=this.length),d.length-m<R-B&&(R=d.length-m+B);var fe=R-B;if(this===d&&typeof Uint8Array.prototype.copyWithin=="function")this.copyWithin(m,B,R);else if(this===d&&B<m&&m<R)for(var se=fe-1;se>=0;--se)d[se+m]=this[se+B];else Uint8Array.prototype.set.call(d,this.subarray(B,R),m);return fe},f.prototype.fill=function(d,m,B,R){if(typeof d=="string"){if(typeof m=="string"?(R=m,m=0,B=this.length):typeof B=="string"&&(R=B,B=this.length),R!==void 0&&typeof R!="string")throw new TypeError("encoding must be a string");if(typeof R=="string"&&!f.isEncoding(R))throw new TypeError("Unknown encoding: "+R);if(d.length===1){var fe=d.charCodeAt(0);(R==="utf8"&&fe<128||R==="latin1")&&(d=fe)}}else typeof d=="number"?d=d&255:typeof d=="boolean"&&(d=Number(d));if(m<0||this.length<m||this.length<B)throw new RangeError("Out of range index");if(B<=m)return this;m=m>>>0,B=B===void 0?this.length:B>>>0,d||(d=0);var se;if(typeof d=="number")for(se=m;se<B;++se)this[se]=d;else{var nt=f.isBuffer(d)?d:f.from(d,R),Ze=nt.length;if(Ze===0)throw new TypeError('The value "'+d+'" is invalid for argument "value"');for(se=0;se<B-m;++se)this[se+m]=nt[se%Ze]}return this};var rt=/[^+/0-9A-Za-z-_]/g;function kr(q){if(q=q.split("=")[0],q=q.trim().replace(rt,""),q.length<2)return"";for(;q.length%4!=0;)q=q+"=";return q}function _e(q,d){d=d||1/0;for(var m,B=q.length,R=null,fe=[],se=0;se<B;++se){if(m=q.charCodeAt(se),m>55295&&m<57344){if(!R){if(m>56319){(d-=3)>-1&&fe.push(239,191,189);continue}else if(se+1===B){(d-=3)>-1&&fe.push(239,191,189);continue}R=m;continue}if(m<56320){(d-=3)>-1&&fe.push(239,191,189),R=m;continue}m=(R-55296<<10|m-56320)+65536}else R&&(d-=3)>-1&&fe.push(239,191,189);if(R=null,m<128){if((d-=1)<0)break;fe.push(m)}else if(m<2048){if((d-=2)<0)break;fe.push(m>>6|192,m&63|128)}else if(m<65536){if((d-=3)<0)break;fe.push(m>>12|224,m>>6&63|128,m&63|128)}else if(m<1114112){if((d-=4)<0)break;fe.push(m>>18|240,m>>12&63|128,m>>6&63|128,m&63|128)}else throw new Error("Invalid code point")}return fe}function $(q){for(var d=[],m=0;m<q.length;++m)d.push(q.charCodeAt(m)&255);return d}function Io(q,d){for(var m,B,R,fe=[],se=0;se<q.length&&!((d-=2)<0);++se)m=q.charCodeAt(se),B=m>>8,R=m%256,fe.push(R),fe.push(B);return fe}function So(q){return ah.toByteArray(kr(q))}function It(q,d,m,B){for(var R=0;R<B&&!(R+m>=d.length||R>=q.length);++R)d[R+m]=q[R];return R}function Ke(q,d){return q instanceof d||q!=null&&q.constructor!=null&&q.constructor.name!=null&&q.constructor.name===d.name}function Ht(q){return q!==q}var bt=function(){for(var q="0123456789abcdef",d=new Array(256),m=0;m<16;++m)for(var B=m*16,R=0;R<16;++R)d[B+R]=q[m]+q[R];return d}()}),n8=ye.Buffer,i8=ye.SlowBuffer,o8=ye.INSPECT_MAX_BYTES,f8=ye.kMaxLength,Mo=Dt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.ensureBuffer=void 0;function r(n){if(ye.Buffer.isBuffer(n))return n;if(ArrayBuffer.isView(n))return ye.Buffer.from(n.buffer);if(n instanceof ArrayBuffer)return ye.Buffer.from(n);throw new TypeError("Must use either Buffer or TypedArray")}e.ensureBuffer=r});Mt(Mo);s8=Mo.ensureBuffer,lh=Dt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.parseUUID=void 0;let r=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;function n(i){if(typeof i!="string")throw new TypeError("Invalid type for UUID, expected string but got "+typeof i);if(!r.test(i))throw new TypeError("Invalid format for UUID: "+i);let o,f=new Uint8Array(16);return f[0]=(o=parseInt(i.slice(0,8),16))>>>24,f[1]=o>>>16&255,f[2]=o>>>8&255,f[3]=o&255,f[4]=(o=parseInt(i.slice(9,13),16))>>>8,f[5]=o&255,f[6]=(o=parseInt(i.slice(14,18),16))>>>8,f[7]=o&255,f[8]=(o=parseInt(i.slice(19,23),16))>>>8,f[9]=o&255,f[10]=(o=parseInt(i.slice(24,36),16))/1099511627776&255,f[11]=o/4294967296&255,f[12]=o>>>24&255,f[13]=o>>>16&255,f[14]=o>>>8&255,f[15]=o&255,f}e.parseUUID=n});Mt(lh);a8=lh.parseUUID,ln=Dt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.Binary=void 0;class r{constructor(i,o){if(i!=null&&typeof i!="string"&&!ArrayBuffer.isView(i)&&!(i instanceof ArrayBuffer)&&!Array.isArray(i))throw new TypeError("Binary can only be constructed from string, Buffer, TypedArray, or Array<number>");this.sub_type=o??r.BSON_BINARY_SUBTYPE_DEFAULT,i==null?(this.buffer=ye.Buffer.alloc(r.BUFFER_SIZE),this.position=0):(typeof i=="string"?this.buffer=ye.Buffer.from(i,"binary"):Array.isArray(i)?this.buffer=ye.Buffer.from(i):this.buffer=Mo.ensureBuffer(i),this.position=this.buffer.byteLength)}put(i){if(typeof i=="string"&&i.length!==1)throw new TypeError("only accepts single character String");if(typeof i!="number"&&i.length!==1)throw new TypeError("only accepts single character Uint8Array or Array");let o;if(typeof i=="string"?o=i.charCodeAt(0):typeof i=="number"?o=i:o=i[0],o<0||o>255)throw new TypeError("only accepts number in a valid unsigned byte range 0-255");if(this.buffer.length>this.position)this.buffer[this.position++]=o;else{let f=ye.Buffer.alloc(r.BUFFER_SIZE+this.buffer.length);this.buffer.copy(f,0,0,this.buffer.length),this.buffer=f,this.buffer[this.position++]=o}}write(i,o){if(o=typeof o=="number"?o:this.position,this.buffer.length<o+i.length){let f=ye.Buffer.alloc(this.buffer.length+i.length);this.buffer.copy(f,0,0,this.buffer.length),this.buffer=f}ArrayBuffer.isView(i)?(this.buffer.set(Mo.ensureBuffer(i),o),this.position=o+i.byteLength>this.position?o+i.length:this.position):typeof i=="string"&&(this.buffer.write(i,o,i.length,"binary"),this.position=o+i.length>this.position?o+i.length:this.position)}read(i,o){return o=o&&o>0?o:this.position,this.buffer.slice(i,i+o)}value(i){return i=!!i,i&&this.buffer.length===this.position?this.buffer:i?this.buffer.slice(0,this.position):this.buffer.toString("binary",0,this.position)}length(){return this.position}toJSON(){return this.buffer.toString("base64")}toString(i){return this.buffer.toString(i)}toExtendedJSON(i){i=i||{};let o=this.buffer.toString("base64"),f=Number(this.sub_type).toString(16);return i.legacy?{$binary:o,$type:f.length===1?"0"+f:f}:{$binary:{base64:o,subType:f.length===1?"0"+f:f}}}static fromExtendedJSON(i,o){o=o||{};let f,s;if("$binary"in i?o.legacy&&typeof i.$binary=="string"&&"$type"in i?(s=i.$type?parseInt(i.$type,16):0,f=ye.Buffer.from(i.$binary,"base64")):typeof i.$binary!="string"&&(s=i.$binary.subType?parseInt(i.$binary.subType,16):0,f=ye.Buffer.from(i.$binary.base64,"base64")):"$uuid"in i&&(s=4,f=ye.Buffer.from(lh.parseUUID(i.$uuid))),!f)throw new TypeError(`Unexpected Binary Extended JSON format ${JSON.stringify(i)}`);return new r(f,s)}}e.Binary=r,r.BSON_BINARY_SUBTYPE_DEFAULT=0,r.BUFFER_SIZE=256,r.SUBTYPE_DEFAULT=0,r.SUBTYPE_FUNCTION=1,r.SUBTYPE_BYTE_ARRAY=2,r.SUBTYPE_UUID_OLD=3,r.SUBTYPE_UUID=4,r.SUBTYPE_MD5=5,r.SUBTYPE_USER_DEFINED=128,Object.defineProperty(r.prototype,"_bsontype",{value:"Binary"})});Mt(ln);l8=ln.Binary,Uo=Dt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.Code=void 0;class r{constructor(i,o){this.code=i,this.scope=o}toJSON(){return{code:this.code,scope:this.scope}}toExtendedJSON(){return this.scope?{$code:this.code,$scope:this.scope}:{$code:this.code}}static fromExtendedJSON(i){return new r(i.$code,i.$scope)}}e.Code=r,Object.defineProperty(r.prototype,"_bsontype",{value:"Code"})});Mt(Uo);u8=Uo.Code,h2={};typeof Object.create=="function"?uh=function(e,r){e.super_=r,e.prototype=Object.create(r.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})}:uh=function(e,r){e.super_=r;var n=function(){};n.prototype=r.prototype,e.prototype=new n,e.prototype.constructor=e};w2=uh,g2=/%[sdj%]/g;bp={};Xi.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]};Xi.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"};E2=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];N2={inherits:w2,_extend:Wv,log:O2,isBuffer:x2,isPrimitive:S2,isFunction:_p,isError:jp,isDate:hh,isObject:Ws,isRegExp:yp,isUndefined:Qi,isSymbol:I2,isString:gp,isNumber:Vv,isNullOrUndefined:k2,isNull:wp,isBoolean:bh,isArray:Cv,inspect:Xi,deprecate:Lv,format:ch,debuglog:y2},jt=Dt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.deprecate=e.isObjectLike=e.isDate=e.isBuffer=e.haveBuffer=e.isBigUInt64Array=e.isBigInt64Array=e.isUint8Array=e.randomBytes=e.normalizedFunctionString=void 0;function r(p){return p.toString().replace("function(","function (")}e.normalizedFunctionString=r;function n(p){let j=ye.Buffer.alloc(p);for(let S=0;S<p;++S)j[S]=Math.floor(Math.random()*256);return j}if(e.randomBytes=n,typeof window!="undefined"&&window.crypto&&window.crypto.getRandomValues)e.randomBytes=p=>window.crypto.getRandomValues(ye.Buffer.alloc(p));else{try{e.randomBytes=h2.randomBytes}catch{}e.randomBytes==null&&(e.randomBytes=n)}function i(p){return Object.prototype.toString.call(p)==="[object Uint8Array]"}e.isUint8Array=i;function o(p){return Object.prototype.toString.call(p)==="[object BigInt64Array]"}e.isBigInt64Array=o;function f(p){return Object.prototype.toString.call(p)==="[object BigUint64Array]"}e.isBigUInt64Array=f;function s(){return typeof mp!="undefined"&&typeof mp.Buffer!="undefined"}e.haveBuffer=s;function l(p){return s()&&ye.Buffer.isBuffer(p)}e.isBuffer=l;function u(p){return c(p)&&Object.prototype.toString.call(p)==="[object Date]"}e.isDate=u;function c(p){return typeof p=="object"&&p!==null}e.isObjectLike=c;function _(p,j){if(typeof window=="undefined"||typeof self=="undefined")return N2.deprecate(p,j);let S=!1;function T(...U){return S||(console.warn(j),S=!0),p.apply(this,...U)}return T}e.deprecate=_});Mt(jt);c8=jt.deprecate,p8=jt.isObjectLike,d8=jt.isDate,m8=jt.isBuffer,b8=jt.haveBuffer,h8=jt.isBigUInt64Array,w8=jt.isBigInt64Array,g8=jt.isUint8Array,y8=jt.randomBytes,j8=jt.normalizedFunctionString,Kn=Dt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.DBRef=e.isDBRefLike=void 0;function r(i){return jt.isObjectLike(i)&&i.$id!=null&&i.$ref!=null}e.isDBRefLike=r;class n{constructor(o,f,s,l){let u=o.split(".");u.length===2&&(s=u.shift(),o=u.shift()),this.collection=o,this.oid=f,this.db=s,this.fields=l||{}}get namespace(){return this.collection}set namespace(o){this.collection=o}toJSON(){let o=Object.assign({$ref:this.collection,$id:this.oid},this.fields);return this.db!=null&&(o.$db=this.db),o}toExtendedJSON(o){o=o||{};let f={$ref:this.collection,$id:this.oid};return o.legacy||(this.db&&(f.$db=this.db),f=Object.assign(f,this.fields)),f}static fromExtendedJSON(o){let f=Object.assign({},o);return delete f.$ref,delete f.$id,delete f.$db,new n(o.$ref,o.$id,o.$db,f)}}e.DBRef=n,Object.defineProperty(n.prototype,"_bsontype",{value:"DBRef"})});Mt(Kn);_8=Kn.DBRef,q8=Kn.isDBRefLike,Se=Dt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.Long=void 0;let r;try{r=new WebAssembly.Instance(new WebAssembly.Module(new Uint8Array([0,97,115,109,1,0,0,0,1,13,2,96,0,1,127,96,4,127,127,127,127,1,127,3,7,6,0,1,1,1,1,1,6,6,1,127,1,65,0,11,7,50,6,3,109,117,108,0,1,5,100,105,118,95,115,0,2,5,100,105,118,95,117,0,3,5,114,101,109,95,115,0,4,5,114,101,109,95,117,0,5,8,103,101,116,95,104,105,103,104,0,0,10,191,1,6,4,0,35,0,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,126,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,127,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,128,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,129,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,130,34,4,66,32,135,167,36,0,32,4,167,11])),{}).exports}catch{}let n=1<<16,i=1<<24,o=n*n,f=o*o,s=f/2,l={},u={};class c{constructor(p=0,j=0,S){this.comp=c.prototype.compare,this.div=c.prototype.divide,this.eq=c.prototype.equals,this.gt=c.prototype.greaterThan,this.gte=c.prototype.greaterThanOrEqual,this.ge=c.prototype.greaterThanOrEqual,this.lt=c.prototype.lessThan,this.lte=c.prototype.lessThanOrEqual,this.mod=c.prototype.modulo,this.rem=c.prototype.modulo,this.mul=c.prototype.multiply,this.neg=c.prototype.negate,this.neq=c.prototype.notEquals,this.ne=c.prototype.notEquals,this.shl=c.prototype.shiftLeft,this.shr=c.prototype.shiftRight,this.shr_u=c.prototype.shiftRightUnsigned,this.shru=c.prototype.shiftRightUnsigned,this.sub=c.prototype.subtract,this.eqz=c.prototype.isZero,this.le=c.prototype.lessThanOrEqual,this.low=p|0,this.high=j|0,this.unsigned=!!S,Object.defineProperty(this,"__isLong__",{value:!0,configurable:!1,writable:!1,enumerable:!1})}static fromBits(p,j,S){return new c(p,j,S)}static fromInt(p,j){let S,T,U;return j?(p>>>=0,(U=0<=p&&p<256)&&(T=u[p],T)?T:(S=c.fromBits(p,(p|0)<0?-1:0,!0),U&&(u[p]=S),S)):(p|=0,(U=-128<=p&&p<128)&&(T=l[p],T)?T:(S=c.fromBits(p,p<0?-1:0,!1),U&&(l[p]=S),S))}static fromNumber(p,j){if(isNaN(p))return j?c.UZERO:c.ZERO;if(j){if(p<0)return c.UZERO;if(p>=f)return c.MAX_UNSIGNED_VALUE}else{if(p<=-s)return c.MIN_VALUE;if(p+1>=s)return c.MAX_VALUE}return p<0?c.fromNumber(-p,j).neg():c.fromBits(p%o|0,p/o|0,j)}static fromBigInt(p,j){return c.fromString(p.toString(),j)}static fromString(p,j,S){if(p.length===0)throw Error("empty string");if(p==="NaN"||p==="Infinity"||p==="+Infinity"||p==="-Infinity")return c.ZERO;if(typeof j=="number"?(S=j,j=!1):j=!!j,S=S||10,S<2||36<S)throw RangeError("radix");let T;if((T=p.indexOf("-"))>0)throw Error("interior hyphen");if(T===0)return c.fromString(p.substring(1),j,S).neg();let U=c.fromNumber(Math.pow(S,8)),W=c.ZERO;for(let L=0;L<p.length;L+=8){let te=Math.min(8,p.length-L),pe=parseInt(p.substring(L,L+te),S);if(te<8){let J=c.fromNumber(Math.pow(S,te));W=W.mul(J).add(c.fromNumber(pe))}else W=W.mul(U),W=W.add(c.fromNumber(pe))}return W.unsigned=j,W}static fromBytes(p,j,S){return S?c.fromBytesLE(p,j):c.fromBytesBE(p,j)}static fromBytesLE(p,j){return new c(p[0]|p[1]<<8|p[2]<<16|p[3]<<24,p[4]|p[5]<<8|p[6]<<16|p[7]<<24,j)}static fromBytesBE(p,j){return new c(p[4]<<24|p[5]<<16|p[6]<<8|p[7],p[0]<<24|p[1]<<16|p[2]<<8|p[3],j)}static isLong(p){return jt.isObjectLike(p)&&p.__isLong__===!0}static fromValue(p,j){return typeof p=="number"?c.fromNumber(p,j):typeof p=="string"?c.fromString(p,j):c.fromBits(p.low,p.high,typeof j=="boolean"?j:p.unsigned)}add(p){c.isLong(p)||(p=c.fromValue(p));let j=this.high>>>16,S=this.high&65535,T=this.low>>>16,U=this.low&65535,W=p.high>>>16,L=p.high&65535,te=p.low>>>16,pe=p.low&65535,J=0,D=0,le=0,Y=0;return Y+=U+pe,le+=Y>>>16,Y&=65535,le+=T+te,D+=le>>>16,le&=65535,D+=S+L,J+=D>>>16,D&=65535,J+=j+W,J&=65535,c.fromBits(le<<16|Y,J<<16|D,this.unsigned)}and(p){return c.isLong(p)||(p=c.fromValue(p)),c.fromBits(this.low&p.low,this.high&p.high,this.unsigned)}compare(p){if(c.isLong(p)||(p=c.fromValue(p)),this.eq(p))return 0;let j=this.isNegative(),S=p.isNegative();return j&&!S?-1:!j&&S?1:this.unsigned?p.high>>>0>this.high>>>0||p.high===this.high&&p.low>>>0>this.low>>>0?-1:1:this.sub(p).isNegative()?-1:1}divide(p){if(c.isLong(p)||(p=c.fromValue(p)),p.isZero())throw Error("division by zero");if(r){if(!this.unsigned&&this.high===-2147483648&&p.low===-1&&p.high===-1)return this;let U=(this.unsigned?r.div_u:r.div_s)(this.low,this.high,p.low,p.high);return c.fromBits(U,r.get_high(),this.unsigned)}if(this.isZero())return this.unsigned?c.UZERO:c.ZERO;let j,S,T;if(this.unsigned){if(p.unsigned||(p=p.toUnsigned()),p.gt(this))return c.UZERO;if(p.gt(this.shru(1)))return c.UONE;T=c.UZERO}else{if(this.eq(c.MIN_VALUE))return p.eq(c.ONE)||p.eq(c.NEG_ONE)?c.MIN_VALUE:p.eq(c.MIN_VALUE)?c.ONE:(j=this.shr(1).div(p).shl(1),j.eq(c.ZERO)?p.isNegative()?c.ONE:c.NEG_ONE:(S=this.sub(p.mul(j)),T=j.add(S.div(p)),T));if(p.eq(c.MIN_VALUE))return this.unsigned?c.UZERO:c.ZERO;if(this.isNegative())return p.isNegative()?this.neg().div(p.neg()):this.neg().div(p).neg();if(p.isNegative())return this.div(p.neg()).neg();T=c.ZERO}for(S=this;S.gte(p);){j=Math.max(1,Math.floor(S.toNumber()/p.toNumber()));let U=Math.ceil(Math.log(j)/Math.LN2),W=U<=48?1:Math.pow(2,U-48),L=c.fromNumber(j),te=L.mul(p);for(;te.isNegative()||te.gt(S);)j-=W,L=c.fromNumber(j,this.unsigned),te=L.mul(p);L.isZero()&&(L=c.ONE),T=T.add(L),S=S.sub(te)}return T}equals(p){return c.isLong(p)||(p=c.fromValue(p)),this.unsigned!==p.unsigned&&this.high>>>31==1&&p.high>>>31==1?!1:this.high===p.high&&this.low===p.low}getHighBits(){return this.high}getHighBitsUnsigned(){return this.high>>>0}getLowBits(){return this.low}getLowBitsUnsigned(){return this.low>>>0}getNumBitsAbs(){if(this.isNegative())return this.eq(c.MIN_VALUE)?64:this.neg().getNumBitsAbs();let p=this.high!==0?this.high:this.low,j;for(j=31;j>0&&(p&1<<j)==0;j--);return this.high!==0?j+33:j+1}greaterThan(p){return this.comp(p)>0}greaterThanOrEqual(p){return this.comp(p)>=0}isEven(){return(this.low&1)==0}isNegative(){return!this.unsigned&&this.high<0}isOdd(){return(this.low&1)==1}isPositive(){return this.unsigned||this.high>=0}isZero(){return this.high===0&&this.low===0}lessThan(p){return this.comp(p)<0}lessThanOrEqual(p){return this.comp(p)<=0}modulo(p){if(c.isLong(p)||(p=c.fromValue(p)),r){let j=(this.unsigned?r.rem_u:r.rem_s)(this.low,this.high,p.low,p.high);return c.fromBits(j,r.get_high(),this.unsigned)}return this.sub(this.div(p).mul(p))}multiply(p){if(this.isZero())return c.ZERO;if(c.isLong(p)||(p=c.fromValue(p)),r){let de=r.mul(this.low,this.high,p.low,p.high);return c.fromBits(de,r.get_high(),this.unsigned)}if(p.isZero())return c.ZERO;if(this.eq(c.MIN_VALUE))return p.isOdd()?c.MIN_VALUE:c.ZERO;if(p.eq(c.MIN_VALUE))return this.isOdd()?c.MIN_VALUE:c.ZERO;if(this.isNegative())return p.isNegative()?this.neg().mul(p.neg()):this.neg().mul(p).neg();if(p.isNegative())return this.mul(p.neg()).neg();if(this.lt(c.TWO_PWR_24)&&p.lt(c.TWO_PWR_24))return c.fromNumber(this.toNumber()*p.toNumber(),this.unsigned);let j=this.high>>>16,S=this.high&65535,T=this.low>>>16,U=this.low&65535,W=p.high>>>16,L=p.high&65535,te=p.low>>>16,pe=p.low&65535,J=0,D=0,le=0,Y=0;return Y+=U*pe,le+=Y>>>16,Y&=65535,le+=T*pe,D+=le>>>16,le&=65535,le+=U*te,D+=le>>>16,le&=65535,D+=S*pe,J+=D>>>16,D&=65535,D+=T*te,J+=D>>>16,D&=65535,D+=U*L,J+=D>>>16,D&=65535,J+=j*pe+S*te+T*L+U*W,J&=65535,c.fromBits(le<<16|Y,J<<16|D,this.unsigned)}negate(){return!this.unsigned&&this.eq(c.MIN_VALUE)?c.MIN_VALUE:this.not().add(c.ONE)}not(){return c.fromBits(~this.low,~this.high,this.unsigned)}notEquals(p){return!this.equals(p)}or(p){return c.isLong(p)||(p=c.fromValue(p)),c.fromBits(this.low|p.low,this.high|p.high,this.unsigned)}shiftLeft(p){return c.isLong(p)&&(p=p.toInt()),(p&=63)==0?this:p<32?c.fromBits(this.low<<p,this.high<<p|this.low>>>32-p,this.unsigned):c.fromBits(0,this.low<<p-32,this.unsigned)}shiftRight(p){return c.isLong(p)&&(p=p.toInt()),(p&=63)==0?this:p<32?c.fromBits(this.low>>>p|this.high<<32-p,this.high>>p,this.unsigned):c.fromBits(this.high>>p-32,this.high>=0?0:-1,this.unsigned)}shiftRightUnsigned(p){if(c.isLong(p)&&(p=p.toInt()),p&=63,p===0)return this;{let j=this.high;if(p<32){let S=this.low;return c.fromBits(S>>>p|j<<32-p,j>>>p,this.unsigned)}else return p===32?c.fromBits(j,0,this.unsigned):c.fromBits(j>>>p-32,0,this.unsigned)}}subtract(p){return c.isLong(p)||(p=c.fromValue(p)),this.add(p.neg())}toInt(){return this.unsigned?this.low>>>0:this.low}toNumber(){return this.unsigned?(this.high>>>0)*o+(this.low>>>0):this.high*o+(this.low>>>0)}toBigInt(){return BigInt(this.toString())}toBytes(p){return p?this.toBytesLE():this.toBytesBE()}toBytesLE(){let p=this.high,j=this.low;return[j&255,j>>>8&255,j>>>16&255,j>>>24,p&255,p>>>8&255,p>>>16&255,p>>>24]}toBytesBE(){let p=this.high,j=this.low;return[p>>>24,p>>>16&255,p>>>8&255,p&255,j>>>24,j>>>16&255,j>>>8&255,j&255]}toSigned(){return this.unsigned?c.fromBits(this.low,this.high,!1):this}toString(p){if(p=p||10,p<2||36<p)throw RangeError("radix");if(this.isZero())return"0";if(this.isNegative())if(this.eq(c.MIN_VALUE)){let U=c.fromNumber(p),W=this.div(U),L=W.mul(U).sub(this);return W.toString(p)+L.toInt().toString(p)}else return"-"+this.neg().toString(p);let j=c.fromNumber(Math.pow(p,6),this.unsigned),S=this,T="";for(;;){let U=S.div(j),L=(S.sub(U.mul(j)).toInt()>>>0).toString(p);if(S=U,S.isZero())return L+T;for(;L.length<6;)L="0"+L;T=""+L+T}}toUnsigned(){return this.unsigned?this:c.fromBits(this.low,this.high,!0)}xor(p){return c.isLong(p)||(p=c.fromValue(p)),c.fromBits(this.low^p.low,this.high^p.high,this.unsigned)}toExtendedJSON(p){return p&&p.relaxed?this.toNumber():{$numberLong:this.toString()}}static fromExtendedJSON(p,j){let S=c.fromString(p.$numberLong);return j&&j.relaxed?S.toNumber():S}}e.Long=c,c.TWO_PWR_24=c.fromInt(i),c.MAX_UNSIGNED_VALUE=c.fromBits(4294967295|0,4294967295|0,!0),c.ZERO=c.fromInt(0),c.UZERO=c.fromInt(0,!0),c.ONE=c.fromInt(1),c.UONE=c.fromInt(1,!0),c.NEG_ONE=c.fromInt(-1),c.MAX_VALUE=c.fromBits(4294967295|0,2147483647|0,!1),c.MIN_VALUE=c.fromBits(0,2147483648|0,!1),Object.defineProperty(c.prototype,"__isLong__",{value:!0}),Object.defineProperty(c.prototype,"_bsontype",{value:"Long"})});Mt(Se);v8=Se.Long,Ys=Dt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.Decimal128=void 0;let r=/^(\+|-)?(\d+|(\d*\.\d*))?(E|e)?([-+])?(\d+)?$/,n=/^(\+|-)?(Infinity|inf)$/i,i=/^(\+|-)?NaN$/i,o=6111,f=-6176,s=6176,l=34,u=[124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0].reverse(),c=[248,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0].reverse(),_=[120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0].reverse(),p=/^([-+])?(\d+)?$/,j=31,S=16383,T=30,U=31;function W(le){return!isNaN(parseInt(le,10))}function L(le){let Y=Se.Long.fromNumber(1e3*1e3*1e3),de=Se.Long.fromNumber(0);if(!le.parts[0]&&!le.parts[1]&&!le.parts[2]&&!le.parts[3])return{quotient:le,rem:de};for(let y=0;y<=3;y++)de=de.shiftLeft(32),de=de.add(new Se.Long(le.parts[y],0)),le.parts[y]=de.div(Y).low,de=de.modulo(Y);return{quotient:le,rem:de}}function te(le,Y){if(!le&&!Y)return{high:Se.Long.fromNumber(0),low:Se.Long.fromNumber(0)};let de=le.shiftRightUnsigned(32),y=new Se.Long(le.getLowBits(),0),g=Y.shiftRightUnsigned(32),N=new Se.Long(Y.getLowBits(),0),b=de.multiply(g),H=de.multiply(N),K=y.multiply(g),z=y.multiply(N);return b=b.add(H.shiftRightUnsigned(32)),H=new Se.Long(H.getLowBits(),0).add(K).add(z.shiftRightUnsigned(32)),b=b.add(H.shiftRightUnsigned(32)),z=H.shiftLeft(32).add(new Se.Long(z.getLowBits(),0)),{high:b,low:z}}function pe(le,Y){let de=le.high>>>0,y=Y.high>>>0;if(de<y)return!0;if(de===y){let g=le.low>>>0,N=Y.low>>>0;if(g<N)return!0}return!1}function J(le,Y){throw new TypeError(`"${le}" is not a valid Decimal128 string - ${Y}`)}class D{constructor(Y){this.bytes=Y}static fromString(Y){let de=!1,y=!1,g=!1,N=0,b=0,H=0,K=0,z=0,oe=[0],A=0,Ye=0,me=0,V=0,X=0,ze=0,we=new Se.Long(0,0),rt=new Se.Long(0,0),kr=0,_e=0;if(Y.length>=7e3)throw new TypeError(""+Y+" not a valid Decimal128 string");let $=Y.match(r),Io=Y.match(n),So=Y.match(i);if(!$&&!Io&&!So||Y.length===0)throw new TypeError(""+Y+" not a valid Decimal128 string");if($){let bt=$[2],q=$[4],d=$[5],m=$[6];q&&m===void 0&&J(Y,"missing exponent power"),q&&bt===void 0&&J(Y,"missing exponent base"),q===void 0&&(d||m)&&J(Y,"missing e before exponent")}if((Y[_e]==="+"||Y[_e]==="-")&&(de=Y[_e++]==="-"),!W(Y[_e])&&Y[_e]!=="."){if(Y[_e]==="i"||Y[_e]==="I")return new D(ye.Buffer.from(de?c:_));if(Y[_e]==="N")return new D(ye.Buffer.from(u))}for(;W(Y[_e])||Y[_e]===".";){if(Y[_e]==="."){y&&J(Y,"contains multiple periods"),y=!0,_e=_e+1;continue}A<34&&(Y[_e]!=="0"||g)&&(g||(z=b),g=!0,oe[Ye++]=parseInt(Y[_e],10),A=A+1),g&&(H=H+1),y&&(K=K+1),b=b+1,_e=_e+1}if(y&&!b)throw new TypeError(""+Y+" not a valid Decimal128 string");if(Y[_e]==="e"||Y[_e]==="E"){let bt=Y.substr(++_e).match(p);if(!bt||!bt[2])return new D(ye.Buffer.from(u));X=parseInt(bt[0],10),_e=_e+bt[0].length}if(Y[_e])return new D(ye.Buffer.from(u));if(me=0,!A)me=0,V=0,oe[0]=0,H=1,A=1,N=0;else if(V=A-1,N=H,N!==1)for(;Y[z+N-1]==="0";)N=N-1;for(X<=K&&K-X>1<<14?X=f:X=X-K;X>o;){if(V=V+1,V-me>l){if(oe.join("").match(/^0+$/)){X=o;break}J(Y,"overflow")}X=X-1}for(;X<f||A<H;){if(V===0&&N<A){X=f,N=0;break}if(A<H?H=H-1:V=V-1,X<o)X=X+1;else{if(oe.join("").match(/^0+$/)){X=o;break}J(Y,"overflow")}}if(V-me+1<N){let bt=b;y&&(z=z+1,bt=bt+1),de&&(z=z+1,bt=bt+1);let q=parseInt(Y[z+V+1],10),d=0;if(q>=5&&(d=1,q===5)){for(d=oe[V]%2==1?1:0,ze=z+V+2;ze<bt;ze++)if(parseInt(Y[ze],10)){d=1;break}}if(d){let m=V;for(;m>=0;m--)if(++oe[m]>9&&(oe[m]=0,m===0))if(X<o)X=X+1,oe[m]=1;else return new D(ye.Buffer.from(de?c:_))}}if(we=Se.Long.fromNumber(0),rt=Se.Long.fromNumber(0),N===0)we=Se.Long.fromNumber(0),rt=Se.Long.fromNumber(0);else if(V-me<17){let bt=me;for(rt=Se.Long.fromNumber(oe[bt++]),we=new Se.Long(0,0);bt<=V;bt++)rt=rt.multiply(Se.Long.fromNumber(10)),rt=rt.add(Se.Long.fromNumber(oe[bt]))}else{let bt=me;for(we=Se.Long.fromNumber(oe[bt++]);bt<=V-17;bt++)we=we.multiply(Se.Long.fromNumber(10)),we=we.add(Se.Long.fromNumber(oe[bt]));for(rt=Se.Long.fromNumber(oe[bt++]);bt<=V;bt++)rt=rt.multiply(Se.Long.fromNumber(10)),rt=rt.add(Se.Long.fromNumber(oe[bt]))}let It=te(we,Se.Long.fromString("100000000000000000"));It.low=It.low.add(rt),pe(It.low,rt)&&(It.high=It.high.add(Se.Long.fromNumber(1))),kr=X+s;let Ke={low:Se.Long.fromNumber(0),high:Se.Long.fromNumber(0)};It.high.shiftRightUnsigned(49).and(Se.Long.fromNumber(1)).equals(Se.Long.fromNumber(1))?(Ke.high=Ke.high.or(Se.Long.fromNumber(3).shiftLeft(61)),Ke.high=Ke.high.or(Se.Long.fromNumber(kr).and(Se.Long.fromNumber(16383).shiftLeft(47))),Ke.high=Ke.high.or(It.high.and(Se.Long.fromNumber(140737488355327)))):(Ke.high=Ke.high.or(Se.Long.fromNumber(kr&16383).shiftLeft(49)),Ke.high=Ke.high.or(It.high.and(Se.Long.fromNumber(562949953421311)))),Ke.low=It.low,de&&(Ke.high=Ke.high.or(Se.Long.fromString("9223372036854775808")));let Ht=ye.Buffer.alloc(16);return _e=0,Ht[_e++]=Ke.low.low&255,Ht[_e++]=Ke.low.low>>8&255,Ht[_e++]=Ke.low.low>>16&255,Ht[_e++]=Ke.low.low>>24&255,Ht[_e++]=Ke.low.high&255,Ht[_e++]=Ke.low.high>>8&255,Ht[_e++]=Ke.low.high>>16&255,Ht[_e++]=Ke.low.high>>24&255,Ht[_e++]=Ke.high.low&255,Ht[_e++]=Ke.high.low>>8&255,Ht[_e++]=Ke.high.low>>16&255,Ht[_e++]=Ke.high.low>>24&255,Ht[_e++]=Ke.high.high&255,Ht[_e++]=Ke.high.high>>8&255,Ht[_e++]=Ke.high.high>>16&255,Ht[_e++]=Ke.high.high>>24&255,new D(Ht)}toString(){let Y,de=0,y=new Array(36);for(let _e=0;_e<y.length;_e++)y[_e]=0;let g=0,N=!1,b,H={parts:[0,0,0,0]},K,z,oe=[];g=0;let A=this.bytes,Ye=A[g++]|A[g++]<<8|A[g++]<<16|A[g++]<<24,me=A[g++]|A[g++]<<8|A[g++]<<16|A[g++]<<24,V=A[g++]|A[g++]<<8|A[g++]<<16|A[g++]<<24,X=A[g++]|A[g++]<<8|A[g++]<<16|A[g++]<<24;g=0,{low:new Se.Long(Ye,me),high:new Se.Long(V,X)}.high.lessThan(Se.Long.ZERO)&&oe.push("-");let we=X>>26&j;if(we>>3==3){if(we===T)return oe.join("")+"Infinity";if(we===U)return"NaN";Y=X>>15&S,b=8+(X>>14&1)}else b=X>>14&7,Y=X>>17&S;let rt=Y-s;if(H.parts[0]=(X&16383)+((b&15)<<14),H.parts[1]=V,H.parts[2]=me,H.parts[3]=Ye,H.parts[0]===0&&H.parts[1]===0&&H.parts[2]===0&&H.parts[3]===0)N=!0;else for(z=3;z>=0;z--){let _e=0,$=L(H);if(H=$.quotient,_e=$.rem.low,!!_e)for(K=8;K>=0;K--)y[z*9+K]=_e%10,_e=Math.floor(_e/10)}if(N)de=1,y[g]=0;else for(de=36;!y[g];)de=de-1,g=g+1;let kr=de-1+rt;if(kr>=34||kr<=-7||rt>0){if(de>34)return oe.push(`${0}`),rt>0?oe.push("E+"+rt):rt<0&&oe.push("E"+rt),oe.join("");oe.push(`${y[g++]}`),de=de-1,de&&oe.push(".");for(let _e=0;_e<de;_e++)oe.push(`${y[g++]}`);oe.push("E"),kr>0?oe.push("+"+kr):oe.push(`${kr}`)}else if(rt>=0)for(let _e=0;_e<de;_e++)oe.push(`${y[g++]}`);else{let _e=de+rt;if(_e>0)for(let $=0;$<_e;$++)oe.push(`${y[g++]}`);else oe.push("0");for(oe.push(".");_e++<0;)oe.push("0");for(let $=0;$<de-Math.max(_e-1,0);$++)oe.push(`${y[g++]}`)}return oe.join("")}toJSON(){return{$numberDecimal:this.toString()}}toExtendedJSON(){return{$numberDecimal:this.toString()}}static fromExtendedJSON(Y){return D.fromString(Y.$numberDecimal)}}e.Decimal128=D,Object.defineProperty(D.prototype,"_bsontype",{value:"Decimal128"})});Mt(Ys);T8=Ys.Decimal128,Yf=Dt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.Double=void 0;class r{constructor(i){i instanceof Number&&(i=i.valueOf()),this.value=+i}valueOf(){return this.value}toJSON(){return this.value}toExtendedJSON(i){if(i&&(i.legacy||i.relaxed&&isFinite(this.value)))return this.value;if(Object.is(Math.sign(this.value),-0))return{$numberDouble:`-${this.value.toFixed(1)}`};let o;return Number.isInteger(this.value)?(o=this.value.toFixed(1),o.length>=13&&(o=this.value.toExponential(13).toUpperCase())):o=this.value.toString(),{$numberDouble:o}}static fromExtendedJSON(i,o){let f=parseFloat(i.$numberDouble);return o&&o.relaxed?f:new r(f)}}e.Double=r,Object.defineProperty(r.prototype,"_bsontype",{value:"Double"})});Mt(Yf);B8=Yf.Double,Kf=Dt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.Int32=void 0;class r{constructor(i){i instanceof Number&&(i=i.valueOf()),this.value=+i}valueOf(){return this.value}toJSON(){return this.value}toExtendedJSON(i){return i&&(i.relaxed||i.legacy)?this.value:{$numberInt:this.value.toString()}}static fromExtendedJSON(i,o){return o&&o.relaxed?parseInt(i.$numberInt,10):new r(i.$numberInt)}}e.Int32=r,Object.defineProperty(r.prototype,"_bsontype",{value:"Int32"})});Mt(Kf);k8=Kf.Int32,qp=Dt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.Map=void 0;let r;e.Map=r;let n=function(f){return f&&f.Math==Math&&f};function i(){return n(typeof globalThis=="object"&&globalThis)||n(typeof window=="object"&&window)||n(typeof self=="object"&&self)||n(typeof mp=="object"&&mp)||Function("return this")()}let o=i();Object.prototype.hasOwnProperty.call(o,"Map")?e.Map=r=o.Map:e.Map=r=class{constructor(s=[]){this._keys=[],this._values={};for(let l=0;l<s.length;l++){if(s[l]==null)continue;let u=s[l],c=u[0],_=u[1];this._keys.push(c),this._values[c]={v:_,i:this._keys.length-1}}}clear(){this._keys=[],this._values={}}delete(s){let l=this._values[s];return l==null?!1:(delete this._values[s],this._keys.splice(l.i,1),!0)}entries(){let s=0;return{next:()=>{let l=this._keys[s++];return{value:l!==void 0?[l,this._values[l].v]:void 0,done:l===void 0}}}}forEach(s,l){l=l||this;for(let u=0;u<this._keys.length;u++){let c=this._keys[u];s.call(l,this._values[c].v,c,l)}}get(s){return this._values[s]?this._values[s].v:void 0}has(s){return this._values[s]!=null}keys(){let s=0;return{next:()=>{let l=this._keys[s++];return{value:l!==void 0?l:void 0,done:l===void 0}}}}set(s,l){return this._values[s]?(this._values[s].v=l,this):(this._keys.push(s),this._values[s]={v:l,i:this._keys.length-1},this)}values(){let s=0;return{next:()=>{let l=this._keys[s++];return{value:l!==void 0?this._values[l].v:void 0,done:l===void 0}}}}get size(){return this._keys.length}}});Mt(qp);S8=qp.Map,Ks=Dt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.MaxKey=void 0;class r{toExtendedJSON(){return{$maxKey:1}}static fromExtendedJSON(){return new r}}e.MaxKey=r,Object.defineProperty(r.prototype,"_bsontype",{value:"MaxKey"})});Mt(Ks);x8=Ks.MaxKey,Gs=Dt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.MinKey=void 0;class r{toExtendedJSON(){return{$minKey:1}}static fromExtendedJSON(){return new r}}e.MinKey=r,Object.defineProperty(r.prototype,"_bsontype",{value:"MinKey"})});Mt(Gs);E8=Gs.MinKey,$i=Dt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.ObjectId=void 0;let r=jt.randomBytes(5),n=new RegExp("^[0-9a-fA-F]{24}$"),i=[];for(let c=0;c<256;c++)i[c]=(c<=15?"0":"")+c.toString(16);let o=[],f=0;for(;f<10;)o[48+f]=f++;for(;f<16;)o[65-10+f]=o[97-10+f]=f++;let s=Symbol("id");class l{constructor(_){if(_ instanceof l&&(this[s]=_.id,this.__id=_.__id),typeof _=="object"&&_&&"id"in _&&("toHexString"in _&&typeof _.toHexString=="function"?this[s]=ye.Buffer.from(_.toHexString(),"hex"):this[s]=typeof _.id=="string"?ye.Buffer.from(_.id):_.id),(_==null||typeof _=="number")&&(this[s]=l.generate(typeof _=="number"?_:void 0),l.cacheHexString&&(this.__id=this.id.toString("hex"))),ArrayBuffer.isView(_)&&_.byteLength===12&&(this[s]=Mo.ensureBuffer(_)),typeof _=="string")if(_.length===12){let p=ye.Buffer.from(_);p.byteLength===12&&(this[s]=p)}else if(_.length===24&&n.test(_))this[s]=ye.Buffer.from(_,"hex");else throw new TypeError("Argument passed in must be a Buffer or string of 12 bytes or a string of 24 hex characters");l.cacheHexString&&(this.__id=this.id.toString("hex"))}get id(){return this[s]}set id(_){this[s]=_,l.cacheHexString&&(this.__id=_.toString("hex"))}get generationTime(){return this.id.readInt32BE(0)}set generationTime(_){this.id.writeUInt32BE(_,0)}toHexString(){if(l.cacheHexString&&this.__id)return this.__id;let _=this.id.toString("hex");return l.cacheHexString&&!this.__id&&(this.__id=_),_}static getInc(){return l.index=(l.index+1)%16777215}static generate(_){typeof _!="number"&&(_=~~(Date.now()/1e3));let p=l.getInc(),j=ye.Buffer.alloc(12);return j.writeUInt32BE(_,0),j[4]=r[0],j[5]=r[1],j[6]=r[2],j[7]=r[3],j[8]=r[4],j[11]=p&255,j[10]=p>>8&255,j[9]=p>>16&255,j}toString(_){return _?this.id.toString(_):this.toHexString()}toJSON(){return this.toHexString()}equals(_){return _==null?!1:_ instanceof l?this.toString()===_.toString():typeof _=="string"&&l.isValid(_)&&_.length===12&&this.id instanceof ye.Buffer?_===this.id.toString("binary"):typeof _=="string"&&l.isValid(_)&&_.length===24?_.toLowerCase()===this.toHexString():typeof _=="string"&&l.isValid(_)&&_.length===12?ye.Buffer.from(_).equals(this.id):typeof _=="object"&&"toHexString"in _&&typeof _.toHexString=="function"?_.toHexString()===this.toHexString():!1}getTimestamp(){let _=new Date,p=this.id.readUInt32BE(0);return _.setTime(Math.floor(p)*1e3),_}static createPk(){return new l}static createFromTime(_){let p=ye.Buffer.from([0,0,0,0,0,0,0,0,0,0,0,0]);return p.writeUInt32BE(_,0),new l(p)}static createFromHexString(_){if(typeof _=="undefined"||_!=null&&_.length!==24)throw new TypeError("Argument passed in must be a single String of 12 bytes or a string of 24 hex characters");return new l(ye.Buffer.from(_,"hex"))}static isValid(_){return _==null?!1:typeof _=="number"?!0:typeof _=="string"?_.length===12||_.length===24&&n.test(_):_ instanceof l||_ instanceof ye.Buffer&&_.length===12?!0:typeof _=="object"&&"toHexString"in _&&typeof _.toHexString=="function"?typeof _.id=="string"?_.id.length===12:_.toHexString().length===24&&n.test(_.id.toString("hex")):!1}toExtendedJSON(){return this.toHexString?{$oid:this.toHexString()}:{$oid:this.toString("hex")}}static fromExtendedJSON(_){return new l(_.$oid)}}e.ObjectId=l,l.index=~~(Math.random()*16777215),Object.defineProperty(l.prototype,"generate",{value:jt.deprecate(c=>l.generate(c),"Please use the static `ObjectId.generate(time)` instead")}),Object.defineProperty(l.prototype,"getInc",{value:jt.deprecate(()=>l.getInc(),"Please use the static `ObjectId.getInc()` instead")}),Object.defineProperty(l.prototype,"get_inc",{value:jt.deprecate(()=>l.getInc(),"Please use the static `ObjectId.getInc()` instead")}),Object.defineProperty(l,"get_inc",{value:jt.deprecate(()=>l.getInc(),"Please use the static `ObjectId.getInc()` instead")});let u=Symbol.for("nodejs.util.inspect.custom");Object.defineProperty(l.prototype,u,l.prototype.toString),Object.defineProperty(l.prototype,"inspect",l.prototype.toString),Object.defineProperty(l.prototype,"_bsontype",{value:"ObjectID"})});Mt($i);A8=$i.ObjectId,G=Dt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.BSON_BINARY_SUBTYPE_USER_DEFINED=e.BSON_BINARY_SUBTYPE_MD5=e.BSON_BINARY_SUBTYPE_UUID_NEW=e.BSON_BINARY_SUBTYPE_UUID=e.BSON_BINARY_SUBTYPE_BYTE_ARRAY=e.BSON_BINARY_SUBTYPE_FUNCTION=e.BSON_BINARY_SUBTYPE_DEFAULT=e.BSON_DATA_MAX_KEY=e.BSON_DATA_MIN_KEY=e.BSON_DATA_DECIMAL128=e.BSON_DATA_LONG=e.BSON_DATA_TIMESTAMP=e.BSON_DATA_INT=e.BSON_DATA_CODE_W_SCOPE=e.BSON_DATA_SYMBOL=e.BSON_DATA_CODE=e.BSON_DATA_DBPOINTER=e.BSON_DATA_REGEXP=e.BSON_DATA_NULL=e.BSON_DATA_DATE=e.BSON_DATA_BOOLEAN=e.BSON_DATA_OID=e.BSON_DATA_UNDEFINED=e.BSON_DATA_BINARY=e.BSON_DATA_ARRAY=e.BSON_DATA_OBJECT=e.BSON_DATA_STRING=e.BSON_DATA_NUMBER=e.JS_INT_MIN=e.JS_INT_MAX=e.BSON_INT64_MIN=e.BSON_INT64_MAX=e.BSON_INT32_MIN=e.BSON_INT32_MAX=void 0,e.BSON_INT32_MAX=2147483647,e.BSON_INT32_MIN=-2147483648,e.BSON_INT64_MAX=Math.pow(2,63)-1,e.BSON_INT64_MIN=-Math.pow(2,63),e.JS_INT_MAX=Math.pow(2,53),e.JS_INT_MIN=-Math.pow(2,53),e.BSON_DATA_NUMBER=1,e.BSON_DATA_STRING=2,e.BSON_DATA_OBJECT=3,e.BSON_DATA_ARRAY=4,e.BSON_DATA_BINARY=5,e.BSON_DATA_UNDEFINED=6,e.BSON_DATA_OID=7,e.BSON_DATA_BOOLEAN=8,e.BSON_DATA_DATE=9,e.BSON_DATA_NULL=10,e.BSON_DATA_REGEXP=11,e.BSON_DATA_DBPOINTER=12,e.BSON_DATA_CODE=13,e.BSON_DATA_SYMBOL=14,e.BSON_DATA_CODE_W_SCOPE=15,e.BSON_DATA_INT=16,e.BSON_DATA_TIMESTAMP=17,e.BSON_DATA_LONG=18,e.BSON_DATA_DECIMAL128=19,e.BSON_DATA_MIN_KEY=255,e.BSON_DATA_MAX_KEY=127,e.BSON_BINARY_SUBTYPE_DEFAULT=0,e.BSON_BINARY_SUBTYPE_FUNCTION=1,e.BSON_BINARY_SUBTYPE_BYTE_ARRAY=2,e.BSON_BINARY_SUBTYPE_UUID=3,e.BSON_BINARY_SUBTYPE_UUID_NEW=4,e.BSON_BINARY_SUBTYPE_MD5=5,e.BSON_BINARY_SUBTYPE_USER_DEFINED=128});Mt(G);O8=G.BSON_BINARY_SUBTYPE_USER_DEFINED,N8=G.BSON_BINARY_SUBTYPE_MD5,D8=G.BSON_BINARY_SUBTYPE_UUID_NEW,F8=G.BSON_BINARY_SUBTYPE_UUID,P8=G.BSON_BINARY_SUBTYPE_BYTE_ARRAY,R8=G.BSON_BINARY_SUBTYPE_FUNCTION,H8=G.BSON_BINARY_SUBTYPE_DEFAULT,z8=G.BSON_DATA_MAX_KEY,M8=G.BSON_DATA_MIN_KEY,U8=G.BSON_DATA_DECIMAL128,L8=G.BSON_DATA_LONG,C8=G.BSON_DATA_TIMESTAMP,V8=G.BSON_DATA_INT,W8=G.BSON_DATA_CODE_W_SCOPE,Y8=G.BSON_DATA_SYMBOL,K8=G.BSON_DATA_CODE,G8=G.BSON_DATA_DBPOINTER,J8=G.BSON_DATA_REGEXP,Z8=G.BSON_DATA_NULL,X8=G.BSON_DATA_DATE,Q8=G.BSON_DATA_BOOLEAN,$8=G.BSON_DATA_OID,eC=G.BSON_DATA_UNDEFINED,tC=G.BSON_DATA_BINARY,rC=G.BSON_DATA_ARRAY,nC=G.BSON_DATA_OBJECT,iC=G.BSON_DATA_STRING,oC=G.BSON_DATA_NUMBER,fC=G.JS_INT_MIN,sC=G.JS_INT_MAX,aC=G.BSON_INT64_MIN,lC=G.BSON_INT64_MAX,uC=G.BSON_INT32_MIN,cC=G.BSON_INT32_MAX,yh=Dt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.calculateObjectSize=void 0;function r(i,o,f){let s=4+1;if(Array.isArray(i))for(let l=0;l<i.length;l++)s+=n(l.toString(),i[l],o,!0,f);else{i.toBSON&&(i=i.toBSON());for(let l in i)s+=n(l,i[l],o,!1,f)}return s}e.calculateObjectSize=r;function n(i,o,f=!1,s=!1,l=!1){switch(o&&o.toBSON&&(o=o.toBSON()),typeof o){case"string":return 1+ye.Buffer.byteLength(i,"utf8")+1+4+ye.Buffer.byteLength(o,"utf8")+1;case"number":return Math.floor(o)===o&&o>=G.JS_INT_MIN&&o<=G.JS_INT_MAX&&o>=G.BSON_INT32_MIN&&o<=G.BSON_INT32_MAX?(i!=null?ye.Buffer.byteLength(i,"utf8")+1:0)+(4+1):(i!=null?ye.Buffer.byteLength(i,"utf8")+1:0)+(8+1);case"undefined":return s||!l?(i!=null?ye.Buffer.byteLength(i,"utf8")+1:0)+1:0;case"boolean":return(i!=null?ye.Buffer.byteLength(i,"utf8")+1:0)+(1+1);case"object":if(o==null||o._bsontype==="MinKey"||o._bsontype==="MaxKey")return(i!=null?ye.Buffer.byteLength(i,"utf8")+1:0)+1;if(o._bsontype==="ObjectId"||o._bsontype==="ObjectID")return(i!=null?ye.Buffer.byteLength(i,"utf8")+1:0)+(12+1);if(o instanceof Date||jt.isDate(o))return(i!=null?ye.Buffer.byteLength(i,"utf8")+1:0)+(8+1);if(ArrayBuffer.isView(o)||o instanceof ArrayBuffer)return(i!=null?ye.Buffer.byteLength(i,"utf8")+1:0)+(1+4+1)+o.byteLength;if(o._bsontype==="Long"||o._bsontype==="Double"||o._bsontype==="Timestamp")return(i!=null?ye.Buffer.byteLength(i,"utf8")+1:0)+(8+1);if(o._bsontype==="Decimal128")return(i!=null?ye.Buffer.byteLength(i,"utf8")+1:0)+(16+1);if(o._bsontype==="Code")return o.scope!=null&&Object.keys(o.scope).length>0?(i!=null?ye.Buffer.byteLength(i,"utf8")+1:0)+1+4+4+ye.Buffer.byteLength(o.code.toString(),"utf8")+1+r(o.scope,f,l):(i!=null?ye.Buffer.byteLength(i,"utf8")+1:0)+1+4+ye.Buffer.byteLength(o.code.toString(),"utf8")+1;if(o._bsontype==="Binary")return o.sub_type===ln.Binary.SUBTYPE_BYTE_ARRAY?(i!=null?ye.Buffer.byteLength(i,"utf8")+1:0)+(o.position+1+4+1+4):(i!=null?ye.Buffer.byteLength(i,"utf8")+1:0)+(o.position+1+4+1);if(o._bsontype==="Symbol")return(i!=null?ye.Buffer.byteLength(i,"utf8")+1:0)+ye.Buffer.byteLength(o.value,"utf8")+4+1+1;if(o._bsontype==="DBRef"){let u=Object.assign({$ref:o.collection,$id:o.oid},o.fields);return o.db!=null&&(u.$db=o.db),(i!=null?ye.Buffer.byteLength(i,"utf8")+1:0)+1+r(u,f,l)}else return o instanceof RegExp||Object.prototype.toString.call(o)==="[object RegExp]"?(i!=null?ye.Buffer.byteLength(i,"utf8")+1:0)+1+ye.Buffer.byteLength(o.source,"utf8")+1+(o.global?1:0)+(o.ignoreCase?1:0)+(o.multiline?1:0)+1:o._bsontype==="BSONRegExp"?(i!=null?ye.Buffer.byteLength(i,"utf8")+1:0)+1+ye.Buffer.byteLength(o.pattern,"utf8")+1+ye.Buffer.byteLength(o.options,"utf8")+1:(i!=null?ye.Buffer.byteLength(i,"utf8")+1:0)+r(o,f,l)+1;case"function":if(o instanceof RegExp||Object.prototype.toString.call(o)==="[object RegExp]"||String.call(o)==="[object RegExp]")return(i!=null?ye.Buffer.byteLength(i,"utf8")+1:0)+1+ye.Buffer.byteLength(o.source,"utf8")+1+(o.global?1:0)+(o.ignoreCase?1:0)+(o.multiline?1:0)+1;if(f&&o.scope!=null&&Object.keys(o.scope).length>0)return(i!=null?ye.Buffer.byteLength(i,"utf8")+1:0)+1+4+4+ye.Buffer.byteLength(jt.normalizedFunctionString(o),"utf8")+1+r(o.scope,f,l);if(f)return(i!=null?ye.Buffer.byteLength(i,"utf8")+1:0)+1+4+ye.Buffer.byteLength(jt.normalizedFunctionString(o),"utf8")+1}return 0}});Mt(yh);pC=yh.calculateObjectSize,Lo=Dt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.BSONRegExp=void 0;function r(i){return i.split("").sort().join("")}class n{constructor(o,f){this.pattern=o,this.options=f??"",r(this.options);for(let s=0;s<this.options.length;s++)if(!(this.options[s]==="i"||this.options[s]==="m"||this.options[s]==="x"||this.options[s]==="l"||this.options[s]==="s"||this.options[s]==="u"))throw new Error(`The regular expression option [${this.options[s]}] is not supported`)}static parseOptions(o){return o?o.split("").sort().join(""):""}toExtendedJSON(o){return o=o||{},o.legacy?{$regex:this.pattern,$options:this.options}:{$regularExpression:{pattern:this.pattern,options:this.options}}}static fromExtendedJSON(o){if("$regex"in o)if(typeof o.$regex!="string"){if(o.$regex._bsontype==="BSONRegExp")return o}else return new n(o.$regex,n.parseOptions(o.$options));if("$regularExpression"in o)return new n(o.$regularExpression.pattern,n.parseOptions(o.$regularExpression.options));throw new TypeError(`Unexpected BSONRegExp EJSON object form: ${JSON.stringify(o)}`)}}e.BSONRegExp=n,Object.defineProperty(n.prototype,"_bsontype",{value:"BSONRegExp"})});Mt(Lo);dC=Lo.BSONRegExp,Js=Dt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.BSONSymbol=void 0;class r{constructor(i){this.value=i}valueOf(){return this.value}toString(){return this.value}inspect(){return this.value}toJSON(){return this.value}toExtendedJSON(){return{$symbol:this.value}}static fromExtendedJSON(i){return new r(i.$symbol)}}e.BSONSymbol=r,Object.defineProperty(r.prototype,"_bsontype",{value:"Symbol"})});Mt(Js);mC=Js.BSONSymbol,Co=Dt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.Timestamp=e.LongWithoutOverridesClass=void 0,e.LongWithoutOverridesClass=Se.Long;class r extends e.LongWithoutOverridesClass{constructor(i,o){Se.Long.isLong(i)?super(i.low,i.high,!0):super(i,o,!0),Object.defineProperty(this,"_bsontype",{value:"Timestamp",writable:!1,configurable:!1,enumerable:!1})}toJSON(){return{$timestamp:this.toString()}}static fromInt(i){return new r(Se.Long.fromInt(i,!0))}static fromNumber(i){return new r(Se.Long.fromNumber(i,!0))}static fromBits(i,o){return new r(i,o)}static fromString(i,o){return new r(Se.Long.fromString(i,!0,o))}toExtendedJSON(){return{$timestamp:{t:this.high>>>0,i:this.low>>>0}}}static fromExtendedJSON(i){return new r(i.$timestamp.i,i.$timestamp.t)}}e.Timestamp=r,r.MAX_VALUE=Se.Long.MAX_UNSIGNED_VALUE});Mt(Co);bC=Co.Timestamp,hC=Co.LongWithoutOverridesClass,vp=Dt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.validateUtf8=void 0;let r=128,n=192,i=224,o=240,f=248,s=192,l=224,u=240,c=128;function _(p,j,S){let T=0;for(let U=j;U<S;U+=1){let W=p[U];if(T){if((W&n)!==c)return!1;T-=1}else if(W&r)if((W&i)===s)T=1;else if((W&o)===l)T=2;else if((W&f)===u)T=3;else return!1}return!T}e.validateUtf8=_});Mt(vp);wC=vp.validateUtf8,Tp=Dt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.deserialize=void 0;let r=Se.Long.fromNumber(G.JS_INT_MAX),n=Se.Long.fromNumber(G.JS_INT_MIN),i={};function o(l,u,c){u=u??{};let _=u&&u.index?u.index:0,p=l[_]|l[_+1]<<8|l[_+2]<<16|l[_+3]<<24;if(p<5)throw new Error(`bson size must be >= 5, is ${p}`);if(u.allowObjectSmallerThanBufferSize&&l.length<p)throw new Error(`buffer length ${l.length} must be >= bson size ${p}`);if(!u.allowObjectSmallerThanBufferSize&&l.length!==p)throw new Error(`buffer length ${l.length} must === bson size ${p}`);if(p+_>l.byteLength)throw new Error(`(bson size ${p} + options.index ${_} must be <= buffer length ${l.byteLength})`);if(l[_+p-1]!==0)throw new Error("One object, sized correctly, with a spot for an EOO, but the EOO isn't 0x00");return f(l,_,u,c)}e.deserialize=o;function f(l,u,c,_=!1){let p=c.evalFunctions==null?!1:c.evalFunctions,j=c.cacheFunctions==null?!1:c.cacheFunctions,S=c.fieldsAsRaw==null?null:c.fieldsAsRaw,T=c.raw==null?!1:c.raw,U=typeof c.bsonRegExp=="boolean"?c.bsonRegExp:!1,W=c.promoteBuffers==null?!1:c.promoteBuffers,L=c.promoteLongs==null?!0:c.promoteLongs,te=c.promoteValues==null?!0:c.promoteValues,pe=u;if(l.length<5)throw new Error("corrupt bson message < 5 bytes long");let J=l[u++]|l[u++]<<8|l[u++]<<16|l[u++]<<24;if(J<5||J>l.length)throw new Error("corrupt bson message");let D=_?[]:{},le=0,Y=!1;for(;!Y;){let g=l[u++];if(g===0)break;let N=u;for(;l[N]!==0&&N<l.length;)N++;if(N>=l.byteLength)throw new Error("Bad BSON Document: illegal CString");let b=_?le++:l.toString("utf8",u,N);if(u=N+1,g===G.BSON_DATA_STRING){let H=l[u++]|l[u++]<<8|l[u++]<<16|l[u++]<<24;if(H<=0||H>l.length-u||l[u+H-1]!==0)throw new Error("bad string length in bson");if(!vp.validateUtf8(l,u,u+H-1))throw new Error("Invalid UTF-8 string in BSON document");let K=l.toString("utf8",u,u+H-1);D[b]=K,u=u+H}else if(g===G.BSON_DATA_OID){let H=ye.Buffer.alloc(12);l.copy(H,0,u,u+12),D[b]=new $i.ObjectId(H),u=u+12}else if(g===G.BSON_DATA_INT&&te===!1)D[b]=new Kf.Int32(l[u++]|l[u++]<<8|l[u++]<<16|l[u++]<<24);else if(g===G.BSON_DATA_INT)D[b]=l[u++]|l[u++]<<8|l[u++]<<16|l[u++]<<24;else if(g===G.BSON_DATA_NUMBER&&te===!1)D[b]=new Yf.Double(l.readDoubleLE(u)),u=u+8;else if(g===G.BSON_DATA_NUMBER)D[b]=l.readDoubleLE(u),u=u+8;else if(g===G.BSON_DATA_DATE){let H=l[u++]|l[u++]<<8|l[u++]<<16|l[u++]<<24,K=l[u++]|l[u++]<<8|l[u++]<<16|l[u++]<<24;D[b]=new Date(new Se.Long(H,K).toNumber())}else if(g===G.BSON_DATA_BOOLEAN){if(l[u]!==0&&l[u]!==1)throw new Error("illegal boolean type value");D[b]=l[u++]===1}else if(g===G.BSON_DATA_OBJECT){let H=u,K=l[u]|l[u+1]<<8|l[u+2]<<16|l[u+3]<<24;if(K<=0||K>l.length-u)throw new Error("bad embedded document length in bson");T?D[b]=l.slice(u,u+K):D[b]=f(l,H,c,!1),u=u+K}else if(g===G.BSON_DATA_ARRAY){let H=u,K=l[u]|l[u+1]<<8|l[u+2]<<16|l[u+3]<<24,z=c,oe=u+K;if(S&&S[b]){z={};for(let A in c)z[A]=c[A];z.raw=!0}if(D[b]=f(l,H,z,!0),u=u+K,l[u-1]!==0)throw new Error("invalid array terminator byte");if(u!==oe)throw new Error("corrupted array bson")}else if(g===G.BSON_DATA_UNDEFINED)D[b]=void 0;else if(g===G.BSON_DATA_NULL)D[b]=null;else if(g===G.BSON_DATA_LONG){let H=l[u++]|l[u++]<<8|l[u++]<<16|l[u++]<<24,K=l[u++]|l[u++]<<8|l[u++]<<16|l[u++]<<24,z=new Se.Long(H,K);L&&te===!0?D[b]=z.lessThanOrEqual(r)&&z.greaterThanOrEqual(n)?z.toNumber():z:D[b]=z}else if(g===G.BSON_DATA_DECIMAL128){let H=ye.Buffer.alloc(16);l.copy(H,0,u,u+16),u=u+16;let K=new Ys.Decimal128(H);"toObject"in K&&typeof K.toObject=="function"?D[b]=K.toObject():D[b]=K}else if(g===G.BSON_DATA_BINARY){let H=l[u++]|l[u++]<<8|l[u++]<<16|l[u++]<<24,K=H,z=l[u++];if(H<0)throw new Error("Negative binary type element size found");if(H>l.byteLength)throw new Error("Binary type size larger than document size");if(l.slice!=null){if(z===ln.Binary.SUBTYPE_BYTE_ARRAY){if(H=l[u++]|l[u++]<<8|l[u++]<<16|l[u++]<<24,H<0)throw new Error("Negative binary type element size found for subtype 0x02");if(H>K-4)throw new Error("Binary type with subtype 0x02 contains too long binary size");if(H<K-4)throw new Error("Binary type with subtype 0x02 contains too short binary size")}W&&te?D[b]=l.slice(u,u+H):D[b]=new ln.Binary(l.slice(u,u+H),z)}else{let oe=ye.Buffer.alloc(H);if(z===ln.Binary.SUBTYPE_BYTE_ARRAY){if(H=l[u++]|l[u++]<<8|l[u++]<<16|l[u++]<<24,H<0)throw new Error("Negative binary type element size found for subtype 0x02");if(H>K-4)throw new Error("Binary type with subtype 0x02 contains too long binary size");if(H<K-4)throw new Error("Binary type with subtype 0x02 contains too short binary size")}for(N=0;N<H;N++)oe[N]=l[u+N];W&&te?D[b]=oe:D[b]=new ln.Binary(oe,z)}u=u+H}else if(g===G.BSON_DATA_REGEXP&&U===!1){for(N=u;l[N]!==0&&N<l.length;)N++;if(N>=l.length)throw new Error("Bad BSON Document: illegal CString");let H=l.toString("utf8",u,N);for(u=N+1,N=u;l[N]!==0&&N<l.length;)N++;if(N>=l.length)throw new Error("Bad BSON Document: illegal CString");let K=l.toString("utf8",u,N);u=N+1;let z=new Array(K.length);for(N=0;N<K.length;N++)switch(K[N]){case"m":z[N]="m";break;case"s":z[N]="g";break;case"i":z[N]="i";break}D[b]=new RegExp(H,z.join(""))}else if(g===G.BSON_DATA_REGEXP&&U===!0){for(N=u;l[N]!==0&&N<l.length;)N++;if(N>=l.length)throw new Error("Bad BSON Document: illegal CString");let H=l.toString("utf8",u,N);for(u=N+1,N=u;l[N]!==0&&N<l.length;)N++;if(N>=l.length)throw new Error("Bad BSON Document: illegal CString");let K=l.toString("utf8",u,N);u=N+1,D[b]=new Lo.BSONRegExp(H,K)}else if(g===G.BSON_DATA_SYMBOL){let H=l[u++]|l[u++]<<8|l[u++]<<16|l[u++]<<24;if(H<=0||H>l.length-u||l[u+H-1]!==0)throw new Error("bad string length in bson");let K=l.toString("utf8",u,u+H-1);D[b]=te?K:new Js.BSONSymbol(K),u=u+H}else if(g===G.BSON_DATA_TIMESTAMP){let H=l[u++]|l[u++]<<8|l[u++]<<16|l[u++]<<24,K=l[u++]|l[u++]<<8|l[u++]<<16|l[u++]<<24;D[b]=new Co.Timestamp(H,K)}else if(g===G.BSON_DATA_MIN_KEY)D[b]=new Gs.MinKey;else if(g===G.BSON_DATA_MAX_KEY)D[b]=new Ks.MaxKey;else if(g===G.BSON_DATA_CODE){let H=l[u++]|l[u++]<<8|l[u++]<<16|l[u++]<<24;if(H<=0||H>l.length-u||l[u+H-1]!==0)throw new Error("bad string length in bson");let K=l.toString("utf8",u,u+H-1);p?j?D[b]=s(K,i,D):D[b]=s(K):D[b]=new Uo.Code(K),u=u+H}else if(g===G.BSON_DATA_CODE_W_SCOPE){let H=l[u++]|l[u++]<<8|l[u++]<<16|l[u++]<<24;if(H<4+4+4+1)throw new Error("code_w_scope total size shorter minimum expected length");let K=l[u++]|l[u++]<<8|l[u++]<<16|l[u++]<<24;if(K<=0||K>l.length-u||l[u+K-1]!==0)throw new Error("bad string length in bson");let z=l.toString("utf8",u,u+K-1);u=u+K;let oe=u,A=l[u]|l[u+1]<<8|l[u+2]<<16|l[u+3]<<24,Ye=f(l,oe,c,!1);if(u=u+A,H<4+4+A+K)throw new Error("code_w_scope total size is too short, truncating scope");if(H>4+4+A+K)throw new Error("code_w_scope total size is too long, clips outer document");p?(j?D[b]=s(z,i,D):D[b]=s(z),D[b].scope=Ye):D[b]=new Uo.Code(z,Ye)}else if(g===G.BSON_DATA_DBPOINTER){let H=l[u++]|l[u++]<<8|l[u++]<<16|l[u++]<<24;if(H<=0||H>l.length-u||l[u+H-1]!==0)throw new Error("bad string length in bson");if(!vp.validateUtf8(l,u,u+H-1))throw new Error("Invalid UTF-8 string in BSON document");let K=l.toString("utf8",u,u+H-1);u=u+H;let z=ye.Buffer.alloc(12);l.copy(z,0,u,u+12);let oe=new $i.ObjectId(z);u=u+12,D[b]=new Kn.DBRef(K,oe)}else throw new Error("Detected unknown BSON type "+g.toString(16)+' for fieldname "'+b+'"')}if(J!==u-pe)throw _?new Error("corrupt array bson"):new Error("corrupt object bson");let de=Object.keys(D).filter(g=>g.startsWith("$")),y=!0;if(de.forEach(g=>{["$ref","$id","$db"].indexOf(g)===-1&&(y=!1)}),!y)return D;if(Kn.isDBRefLike(D)){let g=Object.assign({},D);return delete g.$ref,delete g.$id,delete g.$db,new Kn.DBRef(D.$ref,D.$id,D.$db,g)}return D}function s(l,u,c){return u?(u[l]==null&&(u[l]=new Function(l)),u[l].bind(c)):new Function(l)}});Mt(Tp);gC=Tp.deserialize,Cl=Dt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.EJSON=e.isBSONType=void 0;function r(T){return jt.isObjectLike(T)&&Reflect.has(T,"_bsontype")&&typeof T._bsontype=="string"}e.isBSONType=r;let n=2147483647,i=-2147483648,o=9223372036854776e3,f=-9223372036854776e3,s={$oid:$i.ObjectId,$binary:ln.Binary,$uuid:ln.Binary,$symbol:Js.BSONSymbol,$numberInt:Kf.Int32,$numberDecimal:Ys.Decimal128,$numberDouble:Yf.Double,$numberLong:Se.Long,$minKey:Gs.MinKey,$maxKey:Ks.MaxKey,$regex:Lo.BSONRegExp,$regularExpression:Lo.BSONRegExp,$timestamp:Co.Timestamp};function l(T,U={}){if(typeof T=="number"){if(U.relaxed||U.legacy)return T;if(Math.floor(T)===T){if(T>=i&&T<=n)return new Kf.Int32(T);if(T>=f&&T<=o)return Se.Long.fromNumber(T)}return new Yf.Double(T)}if(T==null||typeof T!="object")return T;if(T.$undefined)return null;let W=Object.keys(T).filter(L=>L.startsWith("$")&&T[L]!=null);for(let L=0;L<W.length;L++){let te=s[W[L]];if(te)return te.fromExtendedJSON(T,U)}if(T.$date!=null){let L=T.$date,te=new Date;return U.legacy?typeof L=="number"?te.setTime(L):typeof L=="string"&&te.setTime(Date.parse(L)):typeof L=="string"?te.setTime(Date.parse(L)):Se.Long.isLong(L)?te.setTime(L.toNumber()):typeof L=="number"&&U.relaxed&&te.setTime(L),te}if(T.$code!=null){let L=Object.assign({},T);return T.$scope&&(L.$scope=l(T.$scope)),Uo.Code.fromExtendedJSON(T)}if(T.$ref!=null||T.$dbPointer!=null){let L=T.$ref?T:T.$dbPointer;if(L instanceof Kn.DBRef)return L;let te=Object.keys(L).filter(J=>J.startsWith("$")),pe=!0;if(te.forEach(J=>{["$ref","$id","$db"].indexOf(J)===-1&&(pe=!1)}),pe)return Kn.DBRef.fromExtendedJSON(L)}return T}function u(T,U){return T.map(W=>_(W,U))}function c(T){let U=T.toISOString();return T.getUTCMilliseconds()!==0?U:U.slice(0,-5)+"Z"}function _(T,U){if(Array.isArray(T))return u(T,U);if(T===void 0)return null;if(T instanceof Date){let W=T.getTime(),L=W>-1&&W<2534023188e5;return U.legacy?U.relaxed&&L?{$date:T.getTime()}:{$date:c(T)}:U.relaxed&&L?{$date:c(T)}:{$date:{$numberLong:T.getTime().toString()}}}if(typeof T=="number"&&!U.relaxed){if(Math.floor(T)===T){let W=T>=i&&T<=n,L=T>=f&&T<=o;if(W)return{$numberInt:T.toString()};if(L)return{$numberLong:T.toString()}}return{$numberDouble:T.toString()}}if(T instanceof RegExp){let W=T.flags;if(W===void 0){let te=T.toString().match(/[gimuy]*$/);te&&(W=te[0])}return new Lo.BSONRegExp(T.source,W).toExtendedJSON(U)}return T!=null&&typeof T=="object"?j(T,U):T}let p={Binary:T=>new ln.Binary(T.value(),T.sub_type),Code:T=>new Uo.Code(T.code,T.scope),DBRef:T=>new Kn.DBRef(T.collection||T.namespace,T.oid,T.db,T.fields),Decimal128:T=>new Ys.Decimal128(T.bytes),Double:T=>new Yf.Double(T.value),Int32:T=>new Kf.Int32(T.value),Long:T=>Se.Long.fromBits(T.low!=null?T.low:T.low_,T.low!=null?T.high:T.high_,T.low!=null?T.unsigned:T.unsigned_),MaxKey:()=>new Ks.MaxKey,MinKey:()=>new Gs.MinKey,ObjectID:T=>new $i.ObjectId(T),ObjectId:T=>new $i.ObjectId(T),BSONRegExp:T=>new Lo.BSONRegExp(T.pattern,T.options),Symbol:T=>new Js.BSONSymbol(T.value),Timestamp:T=>Co.Timestamp.fromBits(T.low,T.high)};function j(T,U){if(T==null||typeof T!="object")throw new Error("not an object instance");let W=T._bsontype;if(typeof W=="undefined"){let L={};for(let te in T)L[te]=_(T[te],U);return L}else if(r(T)){let L=T;if(typeof L.toExtendedJSON!="function"){let te=p[T._bsontype];if(!te)throw new TypeError("Unrecognized or invalid _bsontype: "+T._bsontype);L=te(L)}return W==="Code"&&L.scope?L=new Uo.Code(L.code,_(L.scope,U)):W==="DBRef"&&L.oid&&(L=new Kn.DBRef(L.collection,_(L.oid,U),L.db,L.fields)),L.toExtendedJSON(U)}else throw new Error("_bsontype must be a string, but was: "+typeof W)}var S;(function(T){function U(pe,J){let D=Object.assign({},{relaxed:!0,legacy:!1},J);return typeof D.relaxed=="boolean"&&(D.strict=!D.relaxed),typeof D.strict=="boolean"&&(D.relaxed=!D.strict),JSON.parse(pe,(le,Y)=>l(Y,D))}T.parse=U;function W(pe,J,D,le){D!=null&&typeof D=="object"&&(le=D,D=0),J!=null&&typeof J=="object"&&!Array.isArray(J)&&(le=J,J=void 0,D=0),le=Object.assign({},{relaxed:!0,legacy:!1},le);let Y=_(pe,le);return JSON.stringify(Y,J,D)}T.stringify=W;function L(pe,J){return J=J||{},JSON.parse(W(pe,J))}T.serialize=L;function te(pe,J){return J=J||{},U(JSON.stringify(pe),J)}T.deserialize=te})(S=e.EJSON||(e.EJSON={}))});Mt(Cl);yC=Cl.EJSON,jC=Cl.isBSONType,Vl=Dt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.writeIEEE754=e.readIEEE754=void 0;function r(i,o,f,s,l){let u,c,_=f==="big",p=l*8-s-1,j=(1<<p)-1,S=j>>1,T=-7,U=_?0:l-1,W=_?1:-1,L=i[o+U];for(U+=W,u=L&(1<<-T)-1,L>>=-T,T+=p;T>0;u=u*256+i[o+U],U+=W,T-=8);for(c=u&(1<<-T)-1,u>>=-T,T+=s;T>0;c=c*256+i[o+U],U+=W,T-=8);if(u===0)u=1-S;else{if(u===j)return c?NaN:(L?-1:1)*(1/0);c=c+Math.pow(2,s),u=u-S}return(L?-1:1)*c*Math.pow(2,u-s)}e.readIEEE754=r;function n(i,o,f,s,l,u){let c,_,p,j=s==="big",S=u*8-l-1,T=(1<<S)-1,U=T>>1,W=l===23?Math.pow(2,-24)-Math.pow(2,-77):0,L=j?u-1:0,te=j?-1:1,pe=o<0||o===0&&1/o<0?1:0;for(o=Math.abs(o),isNaN(o)||o===1/0?(_=isNaN(o)?1:0,c=T):(c=Math.floor(Math.log(o)/Math.LN2),o*(p=Math.pow(2,-c))<1&&(c--,p*=2),c+U>=1?o+=W/p:o+=W*Math.pow(2,1-U),o*p>=2&&(c++,p/=2),c+U>=T?(_=0,c=T):c+U>=1?(_=(o*p-1)*Math.pow(2,l),c=c+U):(_=o*Math.pow(2,U-1)*Math.pow(2,l),c=0)),isNaN(o)&&(_=0);l>=8;)i[f+L]=_&255,L+=te,_/=256,l-=8;for(c=c<<l|_,isNaN(o)&&(c+=8),S+=l;S>0;)i[f+L]=c&255,L+=te,c/=256,S-=8;i[f+L-te]|=pe*128}e.writeIEEE754=n});Mt(Vl);_C=Vl.writeIEEE754,qC=Vl.readIEEE754,Bp=Dt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.serializeInto=void 0;let r=/\x00/,n=new Set(["$db","$ref","$id","$clusterTime"]);function i(y){return Object.prototype.toString.call(y)==="[object RegExp]"}function o(y,g,N,b,H){y[b++]=G.BSON_DATA_STRING;let K=H?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");b=b+K+1,y[b-1]=0;let z=y.write(N,b+4,void 0,"utf8");return y[b+3]=z+1>>24&255,y[b+2]=z+1>>16&255,y[b+1]=z+1>>8&255,y[b]=z+1&255,b=b+4+z,y[b++]=0,b}function f(y,g,N,b,H){if(Number.isInteger(N)&&N>=G.BSON_INT32_MIN&&N<=G.BSON_INT32_MAX){y[b++]=G.BSON_DATA_INT;let K=H?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");b=b+K,y[b++]=0,y[b++]=N&255,y[b++]=N>>8&255,y[b++]=N>>16&255,y[b++]=N>>24&255}else{y[b++]=G.BSON_DATA_NUMBER;let K=H?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");b=b+K,y[b++]=0,Vl.writeIEEE754(y,N,b,"little",52,8),b=b+8}return b}function s(y,g,N,b,H){y[b++]=G.BSON_DATA_NULL;let K=H?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");return b=b+K,y[b++]=0,b}function l(y,g,N,b,H){y[b++]=G.BSON_DATA_BOOLEAN;let K=H?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");return b=b+K,y[b++]=0,y[b++]=N?1:0,b}function u(y,g,N,b,H){y[b++]=G.BSON_DATA_DATE;let K=H?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");b=b+K,y[b++]=0;let z=Se.Long.fromNumber(N.getTime()),oe=z.getLowBits(),A=z.getHighBits();return y[b++]=oe&255,y[b++]=oe>>8&255,y[b++]=oe>>16&255,y[b++]=oe>>24&255,y[b++]=A&255,y[b++]=A>>8&255,y[b++]=A>>16&255,y[b++]=A>>24&255,b}function c(y,g,N,b,H){y[b++]=G.BSON_DATA_REGEXP;let K=H?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");if(b=b+K,y[b++]=0,N.source&&N.source.match(r)!=null)throw Error("value "+N.source+" must not contain null bytes");return b=b+y.write(N.source,b,void 0,"utf8"),y[b++]=0,N.ignoreCase&&(y[b++]=105),N.global&&(y[b++]=115),N.multiline&&(y[b++]=109),y[b++]=0,b}function _(y,g,N,b,H){y[b++]=G.BSON_DATA_REGEXP;let K=H?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");if(b=b+K,y[b++]=0,N.pattern.match(r)!=null)throw Error("pattern "+N.pattern+" must not contain null bytes");return b=b+y.write(N.pattern,b,void 0,"utf8"),y[b++]=0,b=b+y.write(N.options.split("").sort().join(""),b,void 0,"utf8"),y[b++]=0,b}function p(y,g,N,b,H){N===null?y[b++]=G.BSON_DATA_NULL:N._bsontype==="MinKey"?y[b++]=G.BSON_DATA_MIN_KEY:y[b++]=G.BSON_DATA_MAX_KEY;let K=H?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");return b=b+K,y[b++]=0,b}function j(y,g,N,b,H){y[b++]=G.BSON_DATA_OID;let K=H?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");if(b=b+K,y[b++]=0,typeof N.id=="string")y.write(N.id,b,void 0,"binary");else if(N.id&&N.id.copy)N.id.copy(y,b,0,12);else throw new TypeError("object ["+JSON.stringify(N)+"] is not a valid ObjectId");return b+12}function S(y,g,N,b,H){y[b++]=G.BSON_DATA_BINARY;let K=H?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");b=b+K,y[b++]=0;let z=N.length;return y[b++]=z&255,y[b++]=z>>8&255,y[b++]=z>>16&255,y[b++]=z>>24&255,y[b++]=G.BSON_BINARY_SUBTYPE_DEFAULT,y.set(Mo.ensureBuffer(N),b),b=b+z,b}function T(y,g,N,b,H=!1,K=0,z=!1,oe=!0,A=!1,Ye=[]){for(let X=0;X<Ye.length;X++)if(Ye[X]===N)throw new Error("cyclic dependency detected");Ye.push(N),y[b++]=Array.isArray(N)?G.BSON_DATA_ARRAY:G.BSON_DATA_OBJECT;let me=A?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");b=b+me,y[b++]=0;let V=de(y,N,H,b,K+1,z,oe,Ye);return Ye.pop(),V}function U(y,g,N,b,H){y[b++]=G.BSON_DATA_DECIMAL128;let K=H?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");return b=b+K,y[b++]=0,N.bytes.copy(y,b,0,16),b+16}function W(y,g,N,b,H){y[b++]=N._bsontype==="Long"?G.BSON_DATA_LONG:G.BSON_DATA_TIMESTAMP;let K=H?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");b=b+K,y[b++]=0;let z=N.getLowBits(),oe=N.getHighBits();return y[b++]=z&255,y[b++]=z>>8&255,y[b++]=z>>16&255,y[b++]=z>>24&255,y[b++]=oe&255,y[b++]=oe>>8&255,y[b++]=oe>>16&255,y[b++]=oe>>24&255,b}function L(y,g,N,b,H){N=N.valueOf(),y[b++]=G.BSON_DATA_INT;let K=H?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");return b=b+K,y[b++]=0,y[b++]=N&255,y[b++]=N>>8&255,y[b++]=N>>16&255,y[b++]=N>>24&255,b}function te(y,g,N,b,H){y[b++]=G.BSON_DATA_NUMBER;let K=H?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");return b=b+K,y[b++]=0,Vl.writeIEEE754(y,N.value,b,"little",52,8),b=b+8,b}function pe(y,g,N,b,H=!1,K=0,z){y[b++]=G.BSON_DATA_CODE;let oe=z?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");b=b+oe,y[b++]=0;let A=jt.normalizedFunctionString(N),Ye=y.write(A,b+4,void 0,"utf8")+1;return y[b]=Ye&255,y[b+1]=Ye>>8&255,y[b+2]=Ye>>16&255,y[b+3]=Ye>>24&255,b=b+4+Ye-1,y[b++]=0,b}function J(y,g,N,b,H=!1,K=0,z=!1,oe=!0,A=!1){if(N.scope&&typeof N.scope=="object"){y[b++]=G.BSON_DATA_CODE_W_SCOPE;let Ye=A?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");b=b+Ye,y[b++]=0;let me=b,V=typeof N.code=="string"?N.code:N.code.toString();b=b+4;let X=y.write(V,b+4,void 0,"utf8")+1;y[b]=X&255,y[b+1]=X>>8&255,y[b+2]=X>>16&255,y[b+3]=X>>24&255,y[b+4+X-1]=0,b=b+X+4;let ze=de(y,N.scope,H,b,K+1,z,oe);b=ze-1;let we=ze-me;y[me++]=we&255,y[me++]=we>>8&255,y[me++]=we>>16&255,y[me++]=we>>24&255,y[b++]=0}else{y[b++]=G.BSON_DATA_CODE;let Ye=A?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");b=b+Ye,y[b++]=0;let me=N.code.toString(),V=y.write(me,b+4,void 0,"utf8")+1;y[b]=V&255,y[b+1]=V>>8&255,y[b+2]=V>>16&255,y[b+3]=V>>24&255,b=b+4+V-1,y[b++]=0}return b}function D(y,g,N,b,H){y[b++]=G.BSON_DATA_BINARY;let K=H?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");b=b+K,y[b++]=0;let z=N.value(!0),oe=N.position;return N.sub_type===ln.Binary.SUBTYPE_BYTE_ARRAY&&(oe=oe+4),y[b++]=oe&255,y[b++]=oe>>8&255,y[b++]=oe>>16&255,y[b++]=oe>>24&255,y[b++]=N.sub_type,N.sub_type===ln.Binary.SUBTYPE_BYTE_ARRAY&&(oe=oe-4,y[b++]=oe&255,y[b++]=oe>>8&255,y[b++]=oe>>16&255,y[b++]=oe>>24&255),y.set(z,b),b=b+N.position,b}function le(y,g,N,b,H){y[b++]=G.BSON_DATA_SYMBOL;let K=H?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");b=b+K,y[b++]=0;let z=y.write(N.value,b+4,void 0,"utf8")+1;return y[b]=z&255,y[b+1]=z>>8&255,y[b+2]=z>>16&255,y[b+3]=z>>24&255,b=b+4+z-1,y[b++]=0,b}function Y(y,g,N,b,H,K,z){y[b++]=G.BSON_DATA_OBJECT;let oe=z?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");b=b+oe,y[b++]=0;let A=b,Ye={$ref:N.collection||N.namespace,$id:N.oid};N.db!=null&&(Ye.$db=N.db),Ye=Object.assign(Ye,N.fields);let me=de(y,Ye,!1,b,H+1,K),V=me-A;return y[A++]=V&255,y[A++]=V>>8&255,y[A++]=V>>16&255,y[A++]=V>>24&255,me}function de(y,g,N=!1,b=0,H=0,K=!1,z=!0,oe=[]){b=b||0,oe=oe||[],oe.push(g);let A=b+4;if(Array.isArray(g))for(let me=0;me<g.length;me++){let V=""+me,X=g[me];if(X&&X.toBSON){if(typeof X.toBSON!="function")throw new TypeError("toBSON is not a function");X=X.toBSON()}if(typeof X=="string")A=o(y,V,X,A,!0);else if(typeof X=="number")A=f(y,V,X,A,!0);else{if(typeof X=="bigint")throw new TypeError("Unsupported type BigInt, please use Decimal128");if(typeof X=="boolean")A=l(y,V,X,A,!0);else if(X instanceof Date||jt.isDate(X))A=u(y,V,X,A,!0);else if(X===void 0)A=s(y,V,X,A,!0);else if(X===null)A=s(y,V,X,A,!0);else if(X._bsontype==="ObjectId"||X._bsontype==="ObjectID")A=j(y,V,X,A,!0);else if(ye.Buffer.isBuffer(X)||jt.isUint8Array(X))A=S(y,V,X,A,!0);else if(X instanceof RegExp||i(X))A=c(y,V,X,A,!0);else if(typeof X=="object"&&X._bsontype==null)A=T(y,V,X,A,N,H,K,z,!0,oe);else if(typeof X=="object"&&Cl.isBSONType(X)&&X._bsontype==="Decimal128")A=U(y,V,X,A,!0);else if(X._bsontype==="Long"||X._bsontype==="Timestamp")A=W(y,V,X,A,!0);else if(X._bsontype==="Double")A=te(y,V,X,A,!0);else if(typeof X=="function"&&K)A=pe(y,V,X,A,N,H,!0);else if(X._bsontype==="Code")A=J(y,V,X,A,N,H,K,z,!0);else if(X._bsontype==="Binary")A=D(y,V,X,A,!0);else if(X._bsontype==="Symbol")A=le(y,V,X,A,!0);else if(X._bsontype==="DBRef")A=Y(y,V,X,A,H,K,!0);else if(X._bsontype==="BSONRegExp")A=_(y,V,X,A,!0);else if(X._bsontype==="Int32")A=L(y,V,X,A,!0);else if(X._bsontype==="MinKey"||X._bsontype==="MaxKey")A=p(y,V,X,A,!0);else if(typeof X._bsontype!="undefined")throw new TypeError("Unrecognized or invalid _bsontype: "+X._bsontype)}}else if(g instanceof qp.Map){let me=g.entries(),V=!1;for(;!V;){let X=me.next();if(V=!!X.done,V)continue;let ze=X.value[0],we=X.value[1],rt=typeof we;if(typeof ze=="string"&&!n.has(ze)){if(ze.match(r)!=null)throw Error("key "+ze+" must not contain null bytes");if(N){if(ze[0]==="$")throw Error("key "+ze+" must not start with '$'");if(~ze.indexOf("."))throw Error("key "+ze+" must not contain '.'")}}if(rt==="string")A=o(y,ze,we,A);else if(rt==="number")A=f(y,ze,we,A);else{if(rt==="bigint"||jt.isBigInt64Array(we)||jt.isBigUInt64Array(we))throw new TypeError("Unsupported type BigInt, please use Decimal128");if(rt==="boolean")A=l(y,ze,we,A);else if(we instanceof Date||jt.isDate(we))A=u(y,ze,we,A);else if(we===null||we===void 0&&z===!1)A=s(y,ze,we,A);else if(we._bsontype==="ObjectId"||we._bsontype==="ObjectID")A=j(y,ze,we,A);else if(ye.Buffer.isBuffer(we)||jt.isUint8Array(we))A=S(y,ze,we,A);else if(we instanceof RegExp||i(we))A=c(y,ze,we,A);else if(rt==="object"&&we._bsontype==null)A=T(y,ze,we,A,N,H,K,z,!1,oe);else if(rt==="object"&&we._bsontype==="Decimal128")A=U(y,ze,we,A);else if(we._bsontype==="Long"||we._bsontype==="Timestamp")A=W(y,ze,we,A);else if(we._bsontype==="Double")A=te(y,ze,we,A);else if(we._bsontype==="Code")A=J(y,ze,we,A,N,H,K,z);else if(typeof we=="function"&&K)A=pe(y,ze,we,A,N,H,K);else if(we._bsontype==="Binary")A=D(y,ze,we,A);else if(we._bsontype==="Symbol")A=le(y,ze,we,A);else if(we._bsontype==="DBRef")A=Y(y,ze,we,A,H,K);else if(we._bsontype==="BSONRegExp")A=_(y,ze,we,A);else if(we._bsontype==="Int32")A=L(y,ze,we,A);else if(we._bsontype==="MinKey"||we._bsontype==="MaxKey")A=p(y,ze,we,A);else if(typeof we._bsontype!="undefined")throw new TypeError("Unrecognized or invalid _bsontype: "+we._bsontype)}}}else{if(g.toBSON){if(typeof g.toBSON!="function")throw new TypeError("toBSON is not a function");if(g=g.toBSON(),g!=null&&typeof g!="object")throw new TypeError("toBSON function did not return an object")}for(let me in g){let V=g[me];if(V&&V.toBSON){if(typeof V.toBSON!="function")throw new TypeError("toBSON is not a function");V=V.toBSON()}let X=typeof V;if(typeof me=="string"&&!n.has(me)){if(me.match(r)!=null)throw Error("key "+me+" must not contain null bytes");if(N){if(me[0]==="$")throw Error("key "+me+" must not start with '$'");if(~me.indexOf("."))throw Error("key "+me+" must not contain '.'")}}if(X==="string")A=o(y,me,V,A);else if(X==="number")A=f(y,me,V,A);else{if(X==="bigint")throw new TypeError("Unsupported type BigInt, please use Decimal128");if(X==="boolean")A=l(y,me,V,A);else if(V instanceof Date||jt.isDate(V))A=u(y,me,V,A);else if(V===void 0)z===!1&&(A=s(y,me,V,A));else if(V===null)A=s(y,me,V,A);else if(V._bsontype==="ObjectId"||V._bsontype==="ObjectID")A=j(y,me,V,A);else if(ye.Buffer.isBuffer(V)||jt.isUint8Array(V))A=S(y,me,V,A);else if(V instanceof RegExp||i(V))A=c(y,me,V,A);else if(X==="object"&&V._bsontype==null)A=T(y,me,V,A,N,H,K,z,!1,oe);else if(X==="object"&&V._bsontype==="Decimal128")A=U(y,me,V,A);else if(V._bsontype==="Long"||V._bsontype==="Timestamp")A=W(y,me,V,A);else if(V._bsontype==="Double")A=te(y,me,V,A);else if(V._bsontype==="Code")A=J(y,me,V,A,N,H,K,z);else if(typeof V=="function"&&K)A=pe(y,me,V,A,N,H,K);else if(V._bsontype==="Binary")A=D(y,me,V,A);else if(V._bsontype==="Symbol")A=le(y,me,V,A);else if(V._bsontype==="DBRef")A=Y(y,me,V,A,H,K);else if(V._bsontype==="BSONRegExp")A=_(y,me,V,A);else if(V._bsontype==="Int32")A=L(y,me,V,A);else if(V._bsontype==="MinKey"||V._bsontype==="MaxKey")A=p(y,me,V,A);else if(typeof V._bsontype!="undefined")throw new TypeError("Unrecognized or invalid _bsontype: "+V._bsontype)}}}oe.pop(),y[A++]=0;let Ye=A-b;return y[b++]=Ye&255,y[b++]=Ye>>8&255,y[b++]=Ye>>16&255,y[b++]=Ye>>24&255,A}e.serializeInto=de});Mt(Bp);vC=Bp.serializeInto,xe=Dt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.deserializeStream=e.calculateObjectSize=e.deserialize=e.serializeWithBufferAndIndex=e.serialize=e.setInternalBufferSize=e.ObjectID=e.Decimal128=e.BSONRegExp=e.MaxKey=e.MinKey=e.Int32=e.Double=e.Timestamp=e.Long=e.ObjectId=e.Binary=e.DBRef=e.BSONSymbol=e.Map=e.Code=e.LongWithoutOverridesClass=e.EJSON=e.JS_INT_MIN=e.JS_INT_MAX=e.BSON_INT64_MIN=e.BSON_INT64_MAX=e.BSON_INT32_MIN=e.BSON_INT32_MAX=e.BSON_DATA_UNDEFINED=e.BSON_DATA_TIMESTAMP=e.BSON_DATA_SYMBOL=e.BSON_DATA_STRING=e.BSON_DATA_REGEXP=e.BSON_DATA_OID=e.BSON_DATA_OBJECT=e.BSON_DATA_NUMBER=e.BSON_DATA_NULL=e.BSON_DATA_MIN_KEY=e.BSON_DATA_MAX_KEY=e.BSON_DATA_LONG=e.BSON_DATA_INT=e.BSON_DATA_DECIMAL128=e.BSON_DATA_DBPOINTER=e.BSON_DATA_DATE=e.BSON_DATA_CODE_W_SCOPE=e.BSON_DATA_CODE=e.BSON_DATA_BOOLEAN=e.BSON_DATA_BINARY=e.BSON_DATA_ARRAY=e.BSON_BINARY_SUBTYPE_UUID_NEW=e.BSON_BINARY_SUBTYPE_UUID=e.BSON_BINARY_SUBTYPE_USER_DEFINED=e.BSON_BINARY_SUBTYPE_MD5=e.BSON_BINARY_SUBTYPE_FUNCTION=e.BSON_BINARY_SUBTYPE_DEFAULT=e.BSON_BINARY_SUBTYPE_BYTE_ARRAY=void 0,Object.defineProperty(e,"Binary",{enumerable:!0,get:function(){return ln.Binary}}),Object.defineProperty(e,"Code",{enumerable:!0,get:function(){return Uo.Code}}),Object.defineProperty(e,"DBRef",{enumerable:!0,get:function(){return Kn.DBRef}}),Object.defineProperty(e,"Decimal128",{enumerable:!0,get:function(){return Ys.Decimal128}}),Object.defineProperty(e,"Double",{enumerable:!0,get:function(){return Yf.Double}}),Object.defineProperty(e,"Int32",{enumerable:!0,get:function(){return Kf.Int32}}),Object.defineProperty(e,"Long",{enumerable:!0,get:function(){return Se.Long}}),Object.defineProperty(e,"Map",{enumerable:!0,get:function(){return qp.Map}}),Object.defineProperty(e,"MaxKey",{enumerable:!0,get:function(){return Ks.MaxKey}}),Object.defineProperty(e,"MinKey",{enumerable:!0,get:function(){return Gs.MinKey}}),Object.defineProperty(e,"ObjectId",{enumerable:!0,get:function(){return $i.ObjectId}}),Object.defineProperty(e,"ObjectID",{enumerable:!0,get:function(){return $i.ObjectId}}),Object.defineProperty(e,"BSONRegExp",{enumerable:!0,get:function(){return Lo.BSONRegExp}}),Object.defineProperty(e,"BSONSymbol",{enumerable:!0,get:function(){return Js.BSONSymbol}}),Object.defineProperty(e,"Timestamp",{enumerable:!0,get:function(){return Co.Timestamp}}),Object.defineProperty(e,"BSON_BINARY_SUBTYPE_BYTE_ARRAY",{enumerable:!0,get:function(){return G.BSON_BINARY_SUBTYPE_BYTE_ARRAY}}),Object.defineProperty(e,"BSON_BINARY_SUBTYPE_DEFAULT",{enumerable:!0,get:function(){return G.BSON_BINARY_SUBTYPE_DEFAULT}}),Object.defineProperty(e,"BSON_BINARY_SUBTYPE_FUNCTION",{enumerable:!0,get:function(){return G.BSON_BINARY_SUBTYPE_FUNCTION}}),Object.defineProperty(e,"BSON_BINARY_SUBTYPE_MD5",{enumerable:!0,get:function(){return G.BSON_BINARY_SUBTYPE_MD5}}),Object.defineProperty(e,"BSON_BINARY_SUBTYPE_USER_DEFINED",{enumerable:!0,get:function(){return G.BSON_BINARY_SUBTYPE_USER_DEFINED}}),Object.defineProperty(e,"BSON_BINARY_SUBTYPE_UUID",{enumerable:!0,get:function(){return G.BSON_BINARY_SUBTYPE_UUID}}),Object.defineProperty(e,"BSON_BINARY_SUBTYPE_UUID_NEW",{enumerable:!0,get:function(){return G.BSON_BINARY_SUBTYPE_UUID_NEW}}),Object.defineProperty(e,"BSON_DATA_ARRAY",{enumerable:!0,get:function(){return G.BSON_DATA_ARRAY}}),Object.defineProperty(e,"BSON_DATA_BINARY",{enumerable:!0,get:function(){return G.BSON_DATA_BINARY}}),Object.defineProperty(e,"BSON_DATA_BOOLEAN",{enumerable:!0,get:function(){return G.BSON_DATA_BOOLEAN}}),Object.defineProperty(e,"BSON_DATA_CODE",{enumerable:!0,get:function(){return G.BSON_DATA_CODE}}),Object.defineProperty(e,"BSON_DATA_CODE_W_SCOPE",{enumerable:!0,get:function(){return G.BSON_DATA_CODE_W_SCOPE}}),Object.defineProperty(e,"BSON_DATA_DATE",{enumerable:!0,get:function(){return G.BSON_DATA_DATE}}),Object.defineProperty(e,"BSON_DATA_DBPOINTER",{enumerable:!0,get:function(){return G.BSON_DATA_DBPOINTER}}),Object.defineProperty(e,"BSON_DATA_DECIMAL128",{enumerable:!0,get:function(){return G.BSON_DATA_DECIMAL128}}),Object.defineProperty(e,"BSON_DATA_INT",{enumerable:!0,get:function(){return G.BSON_DATA_INT}}),Object.defineProperty(e,"BSON_DATA_LONG",{enumerable:!0,get:function(){return G.BSON_DATA_LONG}}),Object.defineProperty(e,"BSON_DATA_MAX_KEY",{enumerable:!0,get:function(){return G.BSON_DATA_MAX_KEY}}),Object.defineProperty(e,"BSON_DATA_MIN_KEY",{enumerable:!0,get:function(){return G.BSON_DATA_MIN_KEY}}),Object.defineProperty(e,"BSON_DATA_NULL",{enumerable:!0,get:function(){return G.BSON_DATA_NULL}}),Object.defineProperty(e,"BSON_DATA_NUMBER",{enumerable:!0,get:function(){return G.BSON_DATA_NUMBER}}),Object.defineProperty(e,"BSON_DATA_OBJECT",{enumerable:!0,get:function(){return G.BSON_DATA_OBJECT}}),Object.defineProperty(e,"BSON_DATA_OID",{enumerable:!0,get:function(){return G.BSON_DATA_OID}}),Object.defineProperty(e,"BSON_DATA_REGEXP",{enumerable:!0,get:function(){return G.BSON_DATA_REGEXP}}),Object.defineProperty(e,"BSON_DATA_STRING",{enumerable:!0,get:function(){return G.BSON_DATA_STRING}}),Object.defineProperty(e,"BSON_DATA_SYMBOL",{enumerable:!0,get:function(){return G.BSON_DATA_SYMBOL}}),Object.defineProperty(e,"BSON_DATA_TIMESTAMP",{enumerable:!0,get:function(){return G.BSON_DATA_TIMESTAMP}}),Object.defineProperty(e,"BSON_DATA_UNDEFINED",{enumerable:!0,get:function(){return G.BSON_DATA_UNDEFINED}}),Object.defineProperty(e,"BSON_INT32_MAX",{enumerable:!0,get:function(){return G.BSON_INT32_MAX}}),Object.defineProperty(e,"BSON_INT32_MIN",{enumerable:!0,get:function(){return G.BSON_INT32_MIN}}),Object.defineProperty(e,"BSON_INT64_MAX",{enumerable:!0,get:function(){return G.BSON_INT64_MAX}}),Object.defineProperty(e,"BSON_INT64_MIN",{enumerable:!0,get:function(){return G.BSON_INT64_MIN}}),Object.defineProperty(e,"JS_INT_MAX",{enumerable:!0,get:function(){return G.JS_INT_MAX}}),Object.defineProperty(e,"JS_INT_MIN",{enumerable:!0,get:function(){return G.JS_INT_MIN}}),Object.defineProperty(e,"EJSON",{enumerable:!0,get:function(){return Cl.EJSON}});var r=Co;Object.defineProperty(e,"LongWithoutOverridesClass",{enumerable:!0,get:function(){return r.LongWithoutOverridesClass}});let n=1024*1024*17,i=ye.Buffer.alloc(n);function o(_){i.length<_&&(i=ye.Buffer.alloc(_))}e.setInternalBufferSize=o;function f(_,p={}){let j=typeof p.checkKeys=="boolean"?p.checkKeys:!1,S=typeof p.serializeFunctions=="boolean"?p.serializeFunctions:!1,T=typeof p.ignoreUndefined=="boolean"?p.ignoreUndefined:!0,U=typeof p.minInternalBufferSize=="number"?p.minInternalBufferSize:n;i.length<U&&(i=ye.Buffer.alloc(U));let W=Bp.serializeInto(i,_,j,0,0,S,T,[]),L=ye.Buffer.alloc(W);return i.copy(L,0,0,L.length),L}e.serialize=f;function s(_,p,j={}){let S=typeof j.checkKeys=="boolean"?j.checkKeys:!1,T=typeof j.serializeFunctions=="boolean"?j.serializeFunctions:!1,U=typeof j.ignoreUndefined=="boolean"?j.ignoreUndefined:!0,W=typeof j.index=="number"?j.index:0,L=Bp.serializeInto(i,_,S,0,0,T,U);return i.copy(p,W,0,L),W+L-1}e.serializeWithBufferAndIndex=s;function l(_,p={}){return Tp.deserialize(Mo.ensureBuffer(_),p)}e.deserialize=l;function u(_,p={}){p=p||{};let j=typeof p.serializeFunctions=="boolean"?p.serializeFunctions:!1,S=typeof p.ignoreUndefined=="boolean"?p.ignoreUndefined:!0;return yh.calculateObjectSize(_,j,S)}e.calculateObjectSize=u;function c(_,p,j,S,T,U){let W=Object.assign({allowObjectSmallerThanBufferSize:!0,index:0},U),L=Mo.ensureBuffer(_),te=p;for(let pe=0;pe<j;pe++){let J=L[te]|L[te+1]<<8|L[te+2]<<16|L[te+3]<<24;W.index=te,S[T+pe]=Tp.deserialize(L,W),te=te+J}return te}e.deserializeStream=c}),TC=Mt(xe),BC=xe.deserializeStream,kC=xe.calculateObjectSize,Kv=xe.deserialize,IC=xe.serializeWithBufferAndIndex,Gv=xe.serialize,SC=xe.setInternalBufferSize,xC=xe.ObjectID,EC=xe.Decimal128,AC=xe.BSONRegExp,OC=xe.MaxKey,NC=xe.MinKey,DC=xe.Int32,FC=xe.Double,PC=xe.Timestamp,RC=xe.Long,HC=xe.ObjectId,zC=xe.Binary,MC=xe.DBRef,UC=xe.BSONSymbol,LC=xe.Map,CC=xe.Code,VC=xe.LongWithoutOverridesClass,WC=xe.EJSON,YC=xe.JS_INT_MIN,KC=xe.JS_INT_MAX,GC=xe.BSON_INT64_MIN,JC=xe.BSON_INT64_MAX,ZC=xe.BSON_INT32_MIN,XC=xe.BSON_INT32_MAX,QC=xe.BSON_DATA_UNDEFINED,$C=xe.BSON_DATA_TIMESTAMP,eV=xe.BSON_DATA_SYMBOL,tV=xe.BSON_DATA_STRING,rV=xe.BSON_DATA_REGEXP,nV=xe.BSON_DATA_OID,iV=xe.BSON_DATA_OBJECT,oV=xe.BSON_DATA_NUMBER,fV=xe.BSON_DATA_NULL,sV=xe.BSON_DATA_MIN_KEY,aV=xe.BSON_DATA_MAX_KEY,lV=xe.BSON_DATA_LONG,uV=xe.BSON_DATA_INT,cV=xe.BSON_DATA_DECIMAL128,pV=xe.BSON_DATA_DBPOINTER,dV=xe.BSON_DATA_DATE,mV=xe.BSON_DATA_CODE_W_SCOPE,bV=xe.BSON_DATA_CODE,hV=xe.BSON_DATA_BOOLEAN,wV=xe.BSON_DATA_BINARY,gV=xe.BSON_DATA_ARRAY,yV=xe.BSON_BINARY_SUBTYPE_UUID_NEW,jV=xe.BSON_BINARY_SUBTYPE_UUID,_V=xe.BSON_BINARY_SUBTYPE_USER_DEFINED,qV=xe.BSON_BINARY_SUBTYPE_MD5,vV=xe.BSON_BINARY_SUBTYPE_FUNCTION,TV=xe.BSON_BINARY_SUBTYPE_DEFAULT,BV=xe.BSON_BINARY_SUBTYPE_BYTE_ARRAY});function _h(t,e){return Kv(new Uint8Array(t),e)}var Jv=re(()=>{jh()});async function F2(t,e){let r={...qh.bson,...e==null?void 0:e.bson};return _h(t,r)}function P2(t,e){let r={...qh.bson,...e==null?void 0:e.bson};return _h(t,r)}var D2,qh,vh,Zv=re(()=>{Jv();D2="3.4.0-alpha.4",qh={bson:{}},vh={name:"BSON",id:"bson",module:"bson",version:D2,extensions:["bson"],mimeTypes:["application/bson"],category:"json",binary:!0,parse:F2,parseSync:P2,options:qh}});function Th(t,e){return Gv(t).buffer}var Xv=re(()=>{jh()});var R2,Bh,Qv=re(()=>{Xv();R2="3.4.0-alpha.4",Bh={name:"BSON",id:"bson",module:"bson",version:R2,extensions:["bson"],options:{image:{mimeType:"application/bson"}},async encode(t,e){return Th(t,{})},encodeSync(t,e){return Th(t,{})}}});var $v=re(()=>{Zv();Qv()});function eT(t,e,r){if(!(t in Gf))throw new Error(`invalid type: ${t}`);return Gf[t].toPrimitive(e,r)}function tT(t,e,r){if(!(t in Gf))throw new Error(`invalid type: ${t}`);return"fromPrimitive"in Gf[t]?Gf[t].fromPrimitive?.(e,r):e}function H2(t){return Boolean(t)}function z2(t){return Boolean(t)}function M2(t){let e=parseFloat(t);if(isNaN(e))throw new Error(`invalid value for FLOAT: ${t}`);return e}function U2(t){let e=parseFloat(t);if(isNaN(e))throw new Error(`invalid value for DOUBLE: ${t}`);return e}function L2(t){let e=parseInt(t,10);if(e<-128||e>127||isNaN(e))throw new Error(`invalid value for INT8: ${t}`);return e}function C2(t){let e=parseInt(t,10);if(e<0||e>255||isNaN(e))throw new Error(`invalid value for UINT8: ${t}`);return e}function V2(t){let e=parseInt(t,10);if(e<-32768||e>32767||isNaN(e))throw new Error(`invalid value for INT16: ${t}`);return e}function W2(t){let e=parseInt(t,10);if(e<0||e>65535||isNaN(e))throw new Error(`invalid value for UINT16: ${t}`);return e}function rT(t){let e=parseInt(t,10);if(e<-2147483648||e>2147483647||isNaN(e))throw new Error(`invalid value for INT32: ${t}`);return e}function Y2(t,e){let r=t*10**(e.scale||0),n=Math.round(r*10**-e.presision%1*10**e.presision);if(n<-2147483648||n>2147483647||isNaN(n))throw new Error(`invalid value for INT32: ${t}`);return n}function K2(t){let e=parseInt(t,10);if(e<0||e>281474976710655||isNaN(e))throw new Error(`invalid value for UINT32: ${t}`);return e}function nT(t){let e=parseInt(t,10);if(isNaN(e))throw new Error(`invalid value for INT64: ${t}`);return e}function G2(t,e){let r=t*10**(e.scale||0),n=Math.round(r*10**-e.presision%1*10**e.presision);if(isNaN(n))throw new Error(`invalid value for INT64: ${t}`);return n}function J2(t){let e=parseInt(t,10);if(e<0||isNaN(e))throw new Error(`invalid value for UINT64: ${t}`);return e}function Z2(t){let e=parseInt(t,10);if(isNaN(e))throw new Error(`invalid value for INT96: ${t}`);return e}function iT(t){return Buffer.from(t)}function oT(t){return Buffer.from(t)}function X2(t){return Buffer.from(t,"utf8")}function Q2(t){return t.toString()}function $2(t){return Buffer.from(JSON.stringify(t))}function eN(t){return JSON.parse(t)}function tN(t){let e=Bh.encodeSync?.(t);return Buffer.from(e)}function rN(t){return vh.parseSync?.(t)}function nN(t){let e=parseInt(t,10);if(e<0||e>18446744073709552e3||isNaN(e))throw new Error(`invalid value for TIME_MILLIS: ${t}`);return e}function iN(t){let e=parseInt(t,10);if(e<0||isNaN(e))throw new Error(`invalid value for TIME_MICROS: ${t}`);return e}function oN(t){if(t instanceof Date)return t.getTime()/fT;{let e=parseInt(t,10);if(e<0||isNaN(e))throw new Error(`invalid value for DATE: ${t}`);return e}}function fN(t){return new Date(t*fT)}function sN(t){if(t instanceof Date)return t.getTime();{let e=parseInt(t,10);if(e<0||isNaN(e))throw new Error(`invalid value for TIMESTAMP_MILLIS: ${t}`);return e}}function aN(t){return new Date(t)}function lN(t){if(t instanceof Date)return t.getTime()*1e3;{let e=parseInt(t,10);if(e<0||isNaN(e))throw new Error(`invalid value for TIMESTAMP_MICROS: ${t}`);return e}}function uN(t){return new Date(t/1e3)}function cN(t){if(!t.months||!t.days||!t.milliseconds)throw new Error("value for INTERVAL must be object { months: ..., days: ..., milliseconds: ... }");let e=Buffer.alloc(12);return e.writeUInt32LE(t.months,0),e.writeUInt32LE(t.days,4),e.writeUInt32LE(t.milliseconds,8),e}function pN(t){let e=Buffer.from(t),r=e.readUInt32LE(0),n=e.readUInt32LE(4),i=e.readUInt32LE(8);return{months:r,days:n,milliseconds:i}}function sT(t,e){return Math.round(t*10**-e.presision%1*10**e.presision)*10**-(e.scale||0)}function aT(t,e){let r=0;if(t.length<=4)for(let i=0;i<t.length;i++)r+=t[i]<<8*(t.length-i-1);else for(let i=0;i<t.length;i++)r+=t[i]*2**(8*(t.length-1-i));return Math.round(r*10**-e.presision%1*10**e.presision)*10**-(e.scale||0)}var Gf,fT,kh=re(()=>{$v();Gf={BOOLEAN:{primitiveType:"BOOLEAN",toPrimitive:H2,fromPrimitive:z2},INT32:{primitiveType:"INT32",toPrimitive:rT},INT64:{primitiveType:"INT64",toPrimitive:nT},INT96:{primitiveType:"INT96",toPrimitive:Z2},FLOAT:{primitiveType:"FLOAT",toPrimitive:M2},DOUBLE:{primitiveType:"DOUBLE",toPrimitive:U2},BYTE_ARRAY:{primitiveType:"BYTE_ARRAY",toPrimitive:iT},FIXED_LEN_BYTE_ARRAY:{primitiveType:"FIXED_LEN_BYTE_ARRAY",toPrimitive:iT},UTF8:{primitiveType:"BYTE_ARRAY",originalType:"UTF8",toPrimitive:X2,fromPrimitive:Q2},TIME_MILLIS:{primitiveType:"INT32",originalType:"TIME_MILLIS",toPrimitive:nN},TIME_MICROS:{primitiveType:"INT64",originalType:"TIME_MICROS",toPrimitive:iN},DATE:{primitiveType:"INT32",originalType:"DATE",toPrimitive:oN,fromPrimitive:fN},TIMESTAMP_MILLIS:{primitiveType:"INT64",originalType:"TIMESTAMP_MILLIS",toPrimitive:sN,fromPrimitive:aN},TIMESTAMP_MICROS:{primitiveType:"INT64",originalType:"TIMESTAMP_MICROS",toPrimitive:lN,fromPrimitive:uN},UINT_8:{primitiveType:"INT32",originalType:"UINT_8",toPrimitive:C2},UINT_16:{primitiveType:"INT32",originalType:"UINT_16",toPrimitive:W2},UINT_32:{primitiveType:"INT32",originalType:"UINT_32",toPrimitive:K2},UINT_64:{primitiveType:"INT64",originalType:"UINT_64",toPrimitive:J2},INT_8:{primitiveType:"INT32",originalType:"INT_8",toPrimitive:L2},INT_16:{primitiveType:"INT32",originalType:"INT_16",toPrimitive:V2},INT_32:{primitiveType:"INT32",originalType:"INT_32",toPrimitive:rT},INT_64:{primitiveType:"INT64",originalType:"INT_64",toPrimitive:nT},JSON:{primitiveType:"BYTE_ARRAY",originalType:"JSON",toPrimitive:$2,fromPrimitive:eN},BSON:{primitiveType:"BYTE_ARRAY",originalType:"BSON",toPrimitive:tN,fromPrimitive:rN},INTERVAL:{primitiveType:"FIXED_LEN_BYTE_ARRAY",originalType:"INTERVAL",typeLength:12,toPrimitive:cN,fromPrimitive:pN},DECIMAL_INT32:{primitiveType:"INT32",originalType:"DECIMAL_INT32",toPrimitive:Y2,fromPrimitive:sT},DECIMAL_INT64:{primitiveType:"INT64",originalType:"DECIMAL_INT64",toPrimitive:G2,fromPrimitive:sT},DECIMAL_BYTE_ARRAY:{primitiveType:"BYTE_ARRAY",originalType:"DECIMAL_BYTE_ARRAY",toPrimitive:oT,fromPrimitive:aT},DECIMAL_FIXED_LEN_BYTE_ARRAY:{primitiveType:"FIXED_LEN_BYTE_ARRAY",originalType:"DECIMAL_FIXED_LEN_BYTE_ARRAY",toPrimitive:oT,fromPrimitive:aT}};fT=864e5});function Ih(t){let e={};for(let r of t.fieldList)e[r.key]={dlevels:[],rlevels:[],values:[],pageHeaders:[],count:0};return{rowCount:0,columnData:e}}function kp(t,e,r){let n=Ih(t).columnData;if(Sh(t.fields,e,n,0,0),r.rowCount===0){r.rowCount=1,r.columnData=n;return}r.rowCount+=1;for(let i of t.fieldList)Array.prototype.push.apply(r.columnData[i.key].rlevels,n[i.key].rlevels),Array.prototype.push.apply(r.columnData[i.key].dlevels,n[i.key].dlevels),Array.prototype.push.apply(r.columnData[i.key].values,n[i.key].values),r.columnData[i.key].count+=n[i.key].count}function Sh(t,e,r,n,i){for(let o in t){let f=t[o],s=[];if(e&&f.name in e&&e[f.name]!==void 0&&e[f.name]!==null&&(e[f.name].constructor===Array?s=e[f.name]:s.push(e[f.name])),s.length===0&&Boolean(e)&&f.repetitionType==="REQUIRED")throw new Error(`missing required field: ${f.name}`);if(s.length>1&&f.repetitionType!=="REPEATED")throw new Error(`too many values for field: ${f.name}`);if(s.length===0){f.isNested?Sh(f.fields,null,r,n,i):(r[f.key].count+=1,r[f.key].rlevels.push(n),r[f.key].dlevels.push(i));continue}for(let l=0;l<s.length;l++){let u=l===0?n:f.rLevelMax;f.isNested?Sh(f.fields,s[l],r,u,f.dLevelMax):(r[f.key].count+=1,r[f.key].rlevels.push(u),r[f.key].dlevels.push(f.dLevelMax),r[f.key].values.push(eT(f.originalType||f.primitiveType,s[l])))}}}function Ip(t,e){let r=[];for(let n=0;n<e.rowCount;n++)r.push({});for(let n in e.columnData){let i=e.columnData[n];i.count&&dN(t,i,n,r)}return r}function dN(t,e,r,n){let i=t.findField(r),o=t.findFieldBranch(r),f=new Array(i.rLevelMax+1).fill(0),s=0;for(let l=0;l<e.count;l++){let u=e.dlevels[l],c=e.rlevels[l];f[c]++,f.fill(0,c+1);let _=0,p=n[f[_++]-1];for(let j of o){if(j===i||u<j.dLevelMax)break;switch(j.repetitionType){case"REPEATED":j.name in p||(p[j.name]=[]);let S=f[_++];for(;p[j.name].length<=S;)p[j.name].push({});p=p[j.name][S];break;default:p[j.name]=p[j.name]||{},p=p[j.name]}}if(u===i.dLevelMax){let j=tT(i.originalType||i.primitiveType,e.values[s],i);switch(s++,i.repetitionType){case"REPEATED":i.name in p||(p[i.name]=[]);let S=f[_];for(;p[i.name].length<=S;)p[i.name].push(null);p[i.name][S]=j;break;default:p[i.name]=j}}}}var Sp=re(()=>{kh()});function xh(t,e){for(let r in t){let n=t[r];n.fields?xh(n.fields,e):n.compression=e}}function lT(t,e,r,n){let i={};for(let o in t){let f=t[o],s=!f.optional,l=Boolean(f.repeated),u=e,c=r,_="REQUIRED";if(s||(_="OPTIONAL",c++),l&&(_="REPEATED",u++,s&&c++),f.fields){let S=n.concat([o]);i[o]={name:o,path:S,key:S.join(),repetitionType:_,rLevelMax:u,dLevelMax:c,isNested:!0,fieldCount:Object.keys(f.fields).length,fields:lT(f.fields,u,c,S)};continue}let p=Gf[f.type];if(!p)throw new Error(`invalid parquet type: ${f.type}`);if(f.encoding=f.encoding||"PLAIN",!(f.encoding in No))throw new Error(`unsupported parquet encoding: ${f.encoding}`);if(f.compression=f.compression||"UNCOMPRESSED",!(f.compression in Ul))throw new Error(`unsupported compression method: ${f.compression}`);let j=n.concat([o]);i[o]={name:o,primitiveType:p.primitiveType,originalType:p.originalType,path:j,key:j.join(),repetitionType:_,encoding:f.encoding,compression:f.compression,typeLength:f.typeLength||p.typeLength,presision:f.presision,scale:f.scale,rLevelMax:u,dLevelMax:c}}return i}function uT(t){let e=[];for(let r in t)e.push(t[r]),t[r].isNested&&(e=e.concat(uT(t[r].fields)));return e}var Wl,Eh=re(()=>{Nc();Ll();Sp();kh();Wl=class{constructor(e){this.schema=e,this.fields=lT(e,0,0,[]),this.fieldList=uT(this.fields)}findField(e){typeof e=="string"?e=e.split(","):e=e.slice(0);let r=this.fields;for(;e.length>1;e.shift())r=r[e[0]].fields;return r[e[0]]}findFieldBranch(e){typeof e=="string"&&(e=e.split(","));let r=[],n=this.fields;for(;e.length>0;e.shift())r.push(n[e[0]]),e.length>1&&(n=n[e[0]].fields);return r}shredRecord(e,r){kp(this,e,r)}materializeRecords(e){return Ip(this,e)}compress(e){return xh(this.schema,e),xh(this.fields,e),this}buffer(){return Ih(this)}}});var eo,cT=re(()=>{(function(l){l[l.BOOLEAN=0]="BOOLEAN",l[l.INT32=1]="INT32",l[l.INT64=2]="INT64",l[l.INT96=3]="INT96",l[l.FLOAT=4]="FLOAT",l[l.DOUBLE=5]="DOUBLE",l[l.BYTE_ARRAY=6]="BYTE_ARRAY",l[l.FIXED_LEN_BYTE_ARRAY=7]="FIXED_LEN_BYTE_ARRAY"})(eo||(eo={}))});var Zs,pT=re(()=>{(function(D){D[D.UTF8=0]="UTF8",D[D.MAP=1]="MAP",D[D.MAP_KEY_VALUE=2]="MAP_KEY_VALUE",D[D.LIST=3]="LIST",D[D.ENUM=4]="ENUM",D[D.DECIMAL=5]="DECIMAL",D[D.DATE=6]="DATE",D[D.TIME_MILLIS=7]="TIME_MILLIS",D[D.TIME_MICROS=8]="TIME_MICROS",D[D.TIMESTAMP_MILLIS=9]="TIMESTAMP_MILLIS",D[D.TIMESTAMP_MICROS=10]="TIMESTAMP_MICROS",D[D.UINT_8=11]="UINT_8",D[D.UINT_16=12]="UINT_16",D[D.UINT_32=13]="UINT_32",D[D.UINT_64=14]="UINT_64",D[D.INT_8=15]="INT_8",D[D.INT_16=16]="INT_16",D[D.INT_32=17]="INT_32",D[D.INT_64=18]="INT_64",D[D.JSON=19]="JSON",D[D.BSON=20]="BSON",D[D.INTERVAL=21]="INTERVAL"})(Zs||(Zs={}))});var Xs,dT=re(()=>{(function(n){n[n.REQUIRED=0]="REQUIRED",n[n.OPTIONAL=1]="OPTIONAL",n[n.REPEATED=2]="REPEATED"})(Xs||(Xs={}))});var Gr,mT=re(()=>{(function(l){l[l.PLAIN=0]="PLAIN",l[l.PLAIN_DICTIONARY=2]="PLAIN_DICTIONARY",l[l.RLE=3]="RLE",l[l.BIT_PACKED=4]="BIT_PACKED",l[l.DELTA_BINARY_PACKED=5]="DELTA_BINARY_PACKED",l[l.DELTA_LENGTH_BYTE_ARRAY=6]="DELTA_LENGTH_BYTE_ARRAY",l[l.DELTA_BYTE_ARRAY=7]="DELTA_BYTE_ARRAY",l[l.RLE_DICTIONARY=8]="RLE_DICTIONARY"})(Gr||(Gr={}))});var Qs,bT=re(()=>{(function(l){l[l.UNCOMPRESSED=0]="UNCOMPRESSED",l[l.SNAPPY=1]="SNAPPY",l[l.GZIP=2]="GZIP",l[l.LZO=3]="LZO",l[l.BROTLI=4]="BROTLI",l[l.LZ4=5]="LZ4",l[l.ZSTD=6]="ZSTD",l[l.LZ4_RAW=7]="LZ4_RAW"})(Qs||(Qs={}))});var Jf,hT=re(()=>{(function(i){i[i.DATA_PAGE=0]="DATA_PAGE",i[i.INDEX_PAGE=1]="INDEX_PAGE",i[i.DICTIONARY_PAGE=2]="DICTIONARY_PAGE",i[i.DATA_PAGE_V2=3]="DATA_PAGE_V2"})(Jf||(Jf={}))});var wT,gT=re(()=>{(function(n){n[n.UNORDERED=0]="UNORDERED",n[n.ASCENDING=1]="ASCENDING",n[n.DESCENDING=2]="DESCENDING"})(wT||(wT={}))});var zr=M((e5,jT)=>{var Ah=4294967296,yT=[];for($s=0;$s<256;$s++)yT[$s]=($s>15?"":"0")+$s.toString(16);var $s,Yl=jT.exports=function(t,e){t instanceof Buffer?(this.buffer=t,this.offset=e||0):Object.prototype.toString.call(t)=="[object Uint8Array]"?(this.buffer=new Buffer(t),this.offset=e||0):(this.buffer=this.buffer||new Buffer(8),this.offset=0,this.setValue.apply(this,arguments))};Yl.MAX_INT=Math.pow(2,53);Yl.MIN_INT=-Math.pow(2,53);Yl.prototype={constructor:Yl,_2scomp:function(){for(var t=this.buffer,e=this.offset,r=1,n=e+7;n>=e;n--){var i=(t[n]^255)+r;t[n]=i&255,r=i>>8}},setValue:function(t,e){var r=!1;if(arguments.length==1)if(typeof t=="number"){if(r=t<0,t=Math.abs(t),e=t%Ah,t=t/Ah,t>Ah)throw new RangeError(t+" is outside Int64 range");t=t|0}else if(typeof t=="string")t=(t+"").replace(/^0x/,""),e=t.substr(-8),t=t.length>8?t.substr(0,t.length-8):"",t=parseInt(t,16),e=parseInt(e,16);else throw new Error(t+" must be a Number or String");for(var n=this.buffer,i=this.offset,o=7;o>=0;o--)n[i+o]=e&255,e=o==4?t:e>>>8;r&&this._2scomp()},toNumber:function(t){for(var e=this.buffer,r=this.offset,n=e[r]&128,i=0,o=1,f=7,s=1;f>=0;f--,s*=256){var l=e[r+f];n&&(l=(l^255)+o,o=l>>8,l=l&255),i+=l*s}return!t&&i>=Yl.MAX_INT?n?-1/0:1/0:n?-i:i},valueOf:function(){return this.toNumber(!1)},toString:function(t){return this.valueOf().toString(t||10)},toOctetString:function(t){for(var e=new Array(8),r=this.buffer,n=this.offset,i=0;i<8;i++)e[i]=yT[r[n+i]];return e.join(t||"")},toBuffer:function(t){if(t&&this.offset===0)return this.buffer;var e=new Buffer(8);return this.buffer.copy(e,0,this.offset,this.offset+8),e},copy:function(t,e){this.buffer.copy(t,e||0,this.offset,this.offset+8)},compare:function(t){if((this.buffer[this.offset]&128)!=(t.buffer[t.offset]&128))return t.buffer[t.offset]-this.buffer[this.offset];for(var e=0;e<8;e++)if(this.buffer[this.offset+e]!==t.buffer[t.offset+e])return this.buffer[this.offset+e]-t.buffer[t.offset+e];return 0},equals:function(t){return this.compare(t)===0},inspect:function(){return"[Int64 value:"+this+" octets:"+this.toOctetString(" ")+"]"}}});var Vo=M((mi,Oh)=>{var xp=Ci("util"),Kl=mi.Type={STOP:0,VOID:1,BOOL:2,BYTE:3,I08:3,DOUBLE:4,I16:6,I32:8,I64:10,STRING:11,UTF7:11,STRUCT:12,MAP:13,SET:14,LIST:15,UTF8:16,UTF16:17};mi.MessageType={CALL:1,REPLY:2,EXCEPTION:3,ONEWAY:4};mi.TException=Ep;function Ep(t){Error.call(this),Error.captureStackTrace!==void 0&&Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.message=t}xp.inherits(Ep,Error);var mN=mi.TApplicationExceptionType={UNKNOWN:0,UNKNOWN_METHOD:1,INVALID_MESSAGE_TYPE:2,WRONG_METHOD_NAME:3,BAD_SEQUENCE_ID:4,MISSING_RESULT:5,INTERNAL_ERROR:6,PROTOCOL_ERROR:7,INVALID_TRANSFORM:8,INVALID_PROTOCOL:9,UNSUPPORTED_CLIENT_TYPE:10};mi.TApplicationException=Ap;function Ap(t,e){Ep.call(this),Error.captureStackTrace!==void 0&&Error.captureStackTrace(this,this.constructor),this.type=t||mN.UNKNOWN,this.name=this.constructor.name,this.message=e}xp.inherits(Ap,Ep);Ap.prototype.read=function(t){for(var e,r=t.readStructBegin("TApplicationException");r=t.readFieldBegin(),r.ftype!=Kl.STOP;){switch(r.fid){case 1:r.ftype==Kl.STRING?(r=t.readString(),this.message=r):r=t.skip(r.ftype);break;case 2:r.ftype==Kl.I32?(r=t.readI32(),this.type=r):r=t.skip(r.ftype);break;default:r=t.skip(r.ftype);break}t.readFieldEnd()}t.readStructEnd()};Ap.prototype.write=function(t){t.writeStructBegin("TApplicationException"),this.message&&(t.writeFieldBegin("message",Kl.STRING,1),t.writeString(this.message),t.writeFieldEnd()),this.code&&(t.writeFieldBegin("type",Kl.I32,2),t.writeI32(this.code),t.writeFieldEnd()),t.writeFieldStop(),t.writeStructEnd()};var t5=mi.TProtocolExceptionType={UNKNOWN:0,INVALID_DATA:1,NEGATIVE_SIZE:2,SIZE_LIMIT:3,BAD_VERSION:4,NOT_IMPLEMENTED:5,DEPTH_LIMIT:6};mi.TProtocolException=_T;function _T(t,e){Error.call(this),Error.captureStackTrace!==void 0&&Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.type=t,this.message=e}xp.inherits(_T,Error);mi.objectLength=function(t){return Object.keys(t).length};mi.inherits=function(t,e){xp.inherits(t,e)};var Op,Np;Op=function(t,e){if(!t)return t;var r;e.shift===void 0?r=e:r=e[0];var n=r,i=t.length,o=[],f,s;for(f=0;f<i;f++)s=t[f],r===null?o.push(s):r===Np||r===Op?o.push(r(s,e.slice(1))):o.push(new n(s));return o};Np=function(t,e){if(!t)return t;var r;e.shift===void 0?r=e:r=e[0];var n=r,i={},o;for(var f in t)t.hasOwnProperty(f)&&(o=t[f],r===null?i[f]=o:r===Np||r===Op?i[f]=r(o,e.slice(1)):i[f]=new n(o));return i};Oh.exports.copyMap=Np;Oh.exports.copyList=Op});var vT=M((r5,qT)=>{var ea=null;typeof WebSocket!="undefined"?ea=WebSocket:typeof MozWebSocket!="undefined"?ea=MozWebSocket:typeof global!="undefined"?ea=global.WebSocket||global.MozWebSocket:typeof window!="undefined"?ea=window.WebSocket||window.MozWebSocket:typeof self!="undefined"&&(ea=self.WebSocket||self.MozWebSocket);qT.exports=ea});var Dh=M((n5,Nh)=>{"use strict";var ta=typeof Reflect=="object"?Reflect:null,TT=ta&&typeof ta.apply=="function"?ta.apply:function(e,r,n){return Function.prototype.apply.call(e,r,n)},Dp;ta&&typeof ta.ownKeys=="function"?Dp=ta.ownKeys:Object.getOwnPropertySymbols?Dp=function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Dp=function(e){return Object.getOwnPropertyNames(e)};function bN(t){console&&console.warn&&console.warn(t)}var BT=Number.isNaN||function(e){return e!==e};function kt(){kt.init.call(this)}Nh.exports=kt;Nh.exports.once=yN;kt.EventEmitter=kt;kt.prototype._events=void 0;kt.prototype._eventsCount=0;kt.prototype._maxListeners=void 0;var kT=10;function Fp(t){if(typeof t!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof t)}Object.defineProperty(kt,"defaultMaxListeners",{enumerable:!0,get:function(){return kT},set:function(t){if(typeof t!="number"||t<0||BT(t))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+t+".");kT=t}});kt.init=function(){(this._events===void 0||this._events===Object.getPrototypeOf(this)._events)&&(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0};kt.prototype.setMaxListeners=function(e){if(typeof e!="number"||e<0||BT(e))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+e+".");return this._maxListeners=e,this};function IT(t){return t._maxListeners===void 0?kt.defaultMaxListeners:t._maxListeners}kt.prototype.getMaxListeners=function(){return IT(this)};kt.prototype.emit=function(e){for(var r=[],n=1;n<arguments.length;n++)r.push(arguments[n]);var i=e==="error",o=this._events;if(o!==void 0)i=i&&o.error===void 0;else if(!i)return!1;if(i){var f;if(r.length>0&&(f=r[0]),f instanceof Error)throw f;var s=new Error("Unhandled error."+(f?" ("+f.message+")":""));throw s.context=f,s}var l=o[e];if(l===void 0)return!1;if(typeof l=="function")TT(l,this,r);else for(var u=l.length,c=OT(l,u),n=0;n<u;++n)TT(c[n],this,r);return!0};function ST(t,e,r,n){var i,o,f;if(Fp(r),o=t._events,o===void 0?(o=t._events=Object.create(null),t._eventsCount=0):(o.newListener!==void 0&&(t.emit("newListener",e,r.listener?r.listener:r),o=t._events),f=o[e]),f===void 0)f=o[e]=r,++t._eventsCount;else if(typeof f=="function"?f=o[e]=n?[r,f]:[f,r]:n?f.unshift(r):f.push(r),i=IT(t),i>0&&f.length>i&&!f.warned){f.warned=!0;var s=new Error("Possible EventEmitter memory leak detected. "+f.length+" "+String(e)+" listeners added. Use emitter.setMaxListeners() to increase limit");s.name="MaxListenersExceededWarning",s.emitter=t,s.type=e,s.count=f.length,bN(s)}return t}kt.prototype.addListener=function(e,r){return ST(this,e,r,!1)};kt.prototype.on=kt.prototype.addListener;kt.prototype.prependListener=function(e,r){return ST(this,e,r,!0)};function hN(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,arguments.length===0?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function xT(t,e,r){var n={fired:!1,wrapFn:void 0,target:t,type:e,listener:r},i=hN.bind(n);return i.listener=r,n.wrapFn=i,i}kt.prototype.once=function(e,r){return Fp(r),this.on(e,xT(this,e,r)),this};kt.prototype.prependOnceListener=function(e,r){return Fp(r),this.prependListener(e,xT(this,e,r)),this};kt.prototype.removeListener=function(e,r){var n,i,o,f,s;if(Fp(r),i=this._events,i===void 0)return this;if(n=i[e],n===void 0)return this;if(n===r||n.listener===r)--this._eventsCount==0?this._events=Object.create(null):(delete i[e],i.removeListener&&this.emit("removeListener",e,n.listener||r));else if(typeof n!="function"){for(o=-1,f=n.length-1;f>=0;f--)if(n[f]===r||n[f].listener===r){s=n[f].listener,o=f;break}if(o<0)return this;o===0?n.shift():wN(n,o),n.length===1&&(i[e]=n[0]),i.removeListener!==void 0&&this.emit("removeListener",e,s||r)}return this};kt.prototype.off=kt.prototype.removeListener;kt.prototype.removeAllListeners=function(e){var r,n,i;if(n=this._events,n===void 0)return this;if(n.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):n[e]!==void 0&&(--this._eventsCount==0?this._events=Object.create(null):delete n[e]),this;if(arguments.length===0){var o=Object.keys(n),f;for(i=0;i<o.length;++i)f=o[i],f!=="removeListener"&&this.removeAllListeners(f);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if(r=n[e],typeof r=="function")this.removeListener(e,r);else if(r!==void 0)for(i=r.length-1;i>=0;i--)this.removeListener(e,r[i]);return this};function ET(t,e,r){var n=t._events;if(n===void 0)return[];var i=n[e];return i===void 0?[]:typeof i=="function"?r?[i.listener||i]:[i]:r?gN(i):OT(i,i.length)}kt.prototype.listeners=function(e){return ET(this,e,!0)};kt.prototype.rawListeners=function(e){return ET(this,e,!1)};kt.listenerCount=function(t,e){return typeof t.listenerCount=="function"?t.listenerCount(e):AT.call(t,e)};kt.prototype.listenerCount=AT;function AT(t){var e=this._events;if(e!==void 0){var r=e[t];if(typeof r=="function")return 1;if(r!==void 0)return r.length}return 0}kt.prototype.eventNames=function(){return this._eventsCount>0?Dp(this._events):[]};function OT(t,e){for(var r=new Array(e),n=0;n<e;++n)r[n]=t[n];return r}function wN(t,e){for(;e+1<t.length;e++)t[e]=t[e+1];t.pop()}function gN(t){for(var e=new Array(t.length),r=0;r<e.length;++r)e[r]=t[r].listener||t[r];return e}function yN(t,e){return new Promise(function(r,n){function i(f){t.removeListener(e,o),n(f)}function o(){typeof t.removeListener=="function"&&t.removeListener("error",i),r([].slice.call(arguments))}NT(t,e,o,{once:!0}),e!=="error"&&jN(t,i,{once:!0})})}function jN(t,e,r){typeof t.on=="function"&&NT(t,"error",e,r)}function NT(t,e,r,n){if(typeof t.on=="function")n.once?t.once(e,r):t.on(e,r);else if(typeof t.addEventListener=="function")t.addEventListener(e,function i(o){n.once&&t.removeEventListener(e,i),r(o)});else throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof t)}});var Pp=M(Wo=>{var Fh=Math.pow(2,8),_N=Math.pow(2,16),DT=Math.pow(2,24),FT=Math.pow(2,32),qN=Math.pow(2,40),vN=Math.pow(2,48),Ph=Math.pow(2,52),TN=Math.pow(2,1022);Wo.readByte=function(t){return t>127?t-256:t};Wo.readI16=function(t,e){e=e||0;var r=t[e+1];return r+=t[e]<<8,t[e]&128&&(r-=_N),r};Wo.readI32=function(t,e){e=e||0;var r=t[e+3];return r+=t[e+2]<<8,r+=t[e+1]<<16,r+=t[e]*DT,t[e]&128&&(r-=FT),r};Wo.writeI16=function(t,e){return t[1]=e&255,e>>=8,t[0]=e&255,t};Wo.writeI32=function(t,e){return t[3]=e&255,e>>=8,t[2]=e&255,e>>=8,t[1]=e&255,e>>=8,t[0]=e&255,t};Wo.readDouble=function(t,e){e=e||0;var r=t[e]&128,n=(t[e+1]&240)>>4;n+=(t[e]&127)<<4;var i=t[e+7];switch(i+=t[e+6]<<8,i+=t[e+5]<<16,i+=t[e+4]*DT,i+=t[e+3]*FT,i+=t[e+2]*qN,i+=(t[e+1]&15)*vN,n){case 0:n=-1022;break;case 2047:return i?NaN:r?-1/0:1/0;default:i+=Ph,n-=1023}return r&&(i*=-1),i*Math.pow(2,n-52)};Wo.writeDouble=function(t,e){var r,n,i;return t[0]=e<0?128:0,e=Math.abs(e),e!==e?(r=2251799813685248,n=2047):e===1/0?(r=0,n=2047):(n=Math.floor(Math.log(e)/Math.LN2),i=Math.pow(2,-n),e*i<1&&(n--,i*=2),n+1023>=2047?(r=0,n=2047):n+1023>=1?(r=(e*i-1)*Ph,n+=1023):(r=e*TN*Ph,n=0)),t[1]=n<<4&240,t[0]|=n>>4&127,t[7]=r&255,r=Math.floor(r/Fh),t[6]=r&255,r=Math.floor(r/Fh),t[5]=r&255,r=Math.floor(r/Fh),t[4]=r&255,r>>=8,t[3]=r&255,r>>=8,t[2]=r&255,r>>=8,t[1]|=r&15,t}});var Zf=M((o5,RT)=>{var BN=Ci("util");RT.exports=PT;function PT(t){Error.call(this),Error.captureStackTrace!==void 0&&Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.message=t}BN.inherits(PT,Error)});var Hp=M(to=>{var kN=Ci("util"),ra=function(){},HT=console.log,Rp="error";function Gl(t){return function(){var e=["thrift: ["+t+"] "].concat(Array.from(arguments));return HT(kN.format.apply(null,e))}}var Rh=ra,Hh=ra,zh=ra,Mh=ra,Uh=ra;to.setLogFunc=function(t){HT=t};var IN=to.setLogLevel=function(t){switch(Rh=Hh=zh=Mh=Uh=ra,Rp=t,Rp){case"trace":Rh=Gl("TRACE");case"debug":Hh=Gl("DEBUG");case"error":zh=Gl("ERROR");case"warning":Mh=Gl("WARN");case"info":Uh=Gl("INFO")}};IN(Rp);to.getLogLevel=function(){return Rp};to.trace=function(){return Rh.apply(null,arguments)};to.debug=function(){return Hh.apply(null,arguments)};to.error=function(){return zh.apply(null,arguments)};to.warning=function(){return Mh.apply(null,arguments)};to.info=function(){return Uh.apply(null,arguments)}});var Vh=M((s5,zT)=>{var SN=Hp(),ro=zr(),Yt=Vo(),At=Yt.Type;zT.exports=ee;var Lh=Math.pow(2,8),xN=Math.pow(2,24),EN=Math.pow(2,32),AN=Math.pow(2,40),ON=Math.pow(2,48),Ch=Math.pow(2,52),NN=Math.pow(2,1022);function ee(t){this.trans=t,this.lastField_=[],this.lastFieldId_=0,this.string_limit_=0,this.string_buf_=null,this.string_buf_size_=0,this.container_limit_=0,this.booleanField_={name:null,hasBoolValue:!1},this.boolValue_={hasBoolValue:!1,boolValue:!1}}ee.PROTOCOL_ID=-126;ee.VERSION_N=1;ee.VERSION_MASK=31;ee.TYPE_MASK=-32;ee.TYPE_BITS=7;ee.TYPE_SHIFT_AMOUNT=5;ee.Types={CT_STOP:0,CT_BOOLEAN_TRUE:1,CT_BOOLEAN_FALSE:2,CT_BYTE:3,CT_I16:4,CT_I32:5,CT_I64:6,CT_DOUBLE:7,CT_BINARY:8,CT_LIST:9,CT_SET:10,CT_MAP:11,CT_STRUCT:12};ee.TTypeToCType=[ee.Types.CT_STOP,0,ee.Types.CT_BOOLEAN_TRUE,ee.Types.CT_BYTE,ee.Types.CT_DOUBLE,0,ee.Types.CT_I16,0,ee.Types.CT_I32,0,ee.Types.CT_I64,ee.Types.CT_BINARY,ee.Types.CT_STRUCT,ee.Types.CT_MAP,ee.Types.CT_SET,ee.Types.CT_LIST];ee.prototype.getTransport=function(){return this.trans};ee.prototype.getCompactType=function(t){return ee.TTypeToCType[t]};ee.prototype.getTType=function(t){switch(t){case At.STOP:return At.STOP;case ee.Types.CT_BOOLEAN_FALSE:case ee.Types.CT_BOOLEAN_TRUE:return At.BOOL;case ee.Types.CT_BYTE:return At.BYTE;case ee.Types.CT_I16:return At.I16;case ee.Types.CT_I32:return At.I32;case ee.Types.CT_I64:return At.I64;case ee.Types.CT_DOUBLE:return At.DOUBLE;case ee.Types.CT_BINARY:return At.STRING;case ee.Types.CT_LIST:return At.LIST;case ee.Types.CT_SET:return At.SET;case ee.Types.CT_MAP:return At.MAP;case ee.Types.CT_STRUCT:return At.STRUCT;default:throw new Yt.TProtocolException(Yt.TProtocolExceptionType.INVALID_DATA,"Unknown type: "+t)}return At.STOP};ee.prototype.flush=function(){return this.trans.flush()};ee.prototype.writeMessageBegin=function(t,e,r){this.writeByte(ee.PROTOCOL_ID),this.writeByte(ee.VERSION_N&ee.VERSION_MASK|e<<ee.TYPE_SHIFT_AMOUNT&ee.TYPE_MASK),this.writeVarint32(r),this.writeString(t),this._seqid?SN.warning("SeqId already set",{name:t}):(this._seqid=r,this.trans.setCurrSeqId(r))};ee.prototype.writeMessageEnd=function(){};ee.prototype.writeStructBegin=function(t){this.lastField_.push(this.lastFieldId_),this.lastFieldId_=0};ee.prototype.writeStructEnd=function(){this.lastFieldId_=this.lastField_.pop()};ee.prototype.writeFieldBegin=function(t,e,r){if(e!=At.BOOL)return this.writeFieldBeginInternal(t,e,r,-1);this.booleanField_.name=t,this.booleanField_.fieldType=e,this.booleanField_.fieldId=r};ee.prototype.writeFieldEnd=function(){};ee.prototype.writeFieldStop=function(){this.writeByte(ee.Types.CT_STOP)};ee.prototype.writeMapBegin=function(t,e,r){r===0?this.writeByte(0):(this.writeVarint32(r),this.writeByte(this.getCompactType(t)<<4|this.getCompactType(e)))};ee.prototype.writeMapEnd=function(){};ee.prototype.writeListBegin=function(t,e){this.writeCollectionBegin(t,e)};ee.prototype.writeListEnd=function(){};ee.prototype.writeSetBegin=function(t,e){this.writeCollectionBegin(t,e)};ee.prototype.writeSetEnd=function(){};ee.prototype.writeBool=function(t){this.booleanField_.name!==null?(this.writeFieldBeginInternal(this.booleanField_.name,this.booleanField_.fieldType,this.booleanField_.fieldId,t?ee.Types.CT_BOOLEAN_TRUE:ee.Types.CT_BOOLEAN_FALSE),this.booleanField_.name=null):this.writeByte(t?ee.Types.CT_BOOLEAN_TRUE:ee.Types.CT_BOOLEAN_FALSE)};ee.prototype.writeByte=function(t){this.trans.write(new Buffer([t]))};ee.prototype.writeI16=function(t){this.writeVarint32(this.i32ToZigzag(t))};ee.prototype.writeI32=function(t){this.writeVarint32(this.i32ToZigzag(t))};ee.prototype.writeI64=function(t){this.writeVarint64(this.i64ToZigzag(t))};ee.prototype.writeDouble=function(t){var e=new Buffer(8),r,n,i;e[7]=t<0?128:0,t=Math.abs(t),t!==t?(r=2251799813685248,n=2047):t===1/0?(r=0,n=2047):(n=Math.floor(Math.log(t)/Math.LN2),i=Math.pow(2,-n),t*i<1&&(n--,i*=2),n+1023>=2047?(r=0,n=2047):n+1023>=1?(r=(t*i-1)*Ch,n+=1023):(r=t*NN*Ch,n=0)),e[6]=n<<4&240,e[7]|=n>>4&127,e[0]=r&255,r=Math.floor(r/Lh),e[1]=r&255,r=Math.floor(r/Lh),e[2]=r&255,r=Math.floor(r/Lh),e[3]=r&255,r>>=8,e[4]=r&255,r>>=8,e[5]=r&255,r>>=8,e[6]|=r&15,this.trans.write(e)};ee.prototype.writeStringOrBinary=function(t,e,r){if(typeof r=="string")this.writeVarint32(Buffer.byteLength(r,e)),this.trans.write(new Buffer(r,e));else if(r instanceof Buffer||Object.prototype.toString.call(r)=="[object Uint8Array]")this.writeVarint32(r.length),this.trans.write(r);else throw new Error(t+" called without a string/Buffer argument: "+r)};ee.prototype.writeString=function(t){this.writeStringOrBinary("writeString","utf8",t)};ee.prototype.writeBinary=function(t){this.writeStringOrBinary("writeBinary","binary",t)};ee.prototype.writeFieldBeginInternal=function(t,e,r,n){var i=n==-1?this.getCompactType(e):n;r>this.lastFieldId_&&r-this.lastFieldId_<=15?this.writeByte(r-this.lastFieldId_<<4|i):(this.writeByte(i),this.writeI16(r)),this.lastFieldId_=r};ee.prototype.writeCollectionBegin=function(t,e){e<=14?this.writeByte(e<<4|this.getCompactType(t)):(this.writeByte(240|this.getCompactType(t)),this.writeVarint32(e))};ee.prototype.writeVarint32=function(t){for(var e=new Buffer(5),r=0;;)if((t&~127)==0){e[r++]=t;break}else e[r++]=t&127|128,t=t>>>7;var n=new Buffer(r);e.copy(n,0,0,r),this.trans.write(n)};ee.prototype.writeVarint64=function(t){if(typeof t=="number"&&(t=new ro(t)),!(t instanceof ro))throw new Yt.TProtocolException(Yt.TProtocolExceptionType.INVALID_DATA,"Expected Int64 or Number, found: "+t);for(var e=new Buffer(10),r=0,n=t.buffer.readUInt32BE(0,!0),i=t.buffer.readUInt32BE(4,!0),o=0;;)if((i&~127)==0&&n===0){e[r++]=i;break}else e[r++]=i&127|128,o=n<<25,i=i>>>7,n=n>>>7,i=i|o;var f=new Buffer(r);e.copy(f,0,0,r),this.trans.write(f)};ee.prototype.i64ToZigzag=function(t){if(typeof t=="string"?t=new ro(parseInt(t,10)):typeof t=="number"&&(t=new ro(t)),!(t instanceof ro))throw new Yt.TProtocolException(Yt.TProtocolExceptionType.INVALID_DATA,"Expected Int64 or Number, found: "+t);var e=t.buffer.readUInt32BE(0,!0),r=t.buffer.readUInt32BE(4,!0),n=e>>>31;return e=(e<<1|r>>>31)^(n?4294967295:0),r=r<<1^(n?4294967295:0),new ro(e,r)};ee.prototype.i32ToZigzag=function(t){return t<<1^(t&2147483648?4294967295:0)};ee.prototype.readMessageBegin=function(){var t=this.trans.readByte();if(t!=ee.PROTOCOL_ID)throw new Yt.TProtocolException(Yt.TProtocolExceptionType.BAD_VERSION,"Bad protocol identifier "+t);var e=this.trans.readByte(),r=e&ee.VERSION_MASK;if(r!=ee.VERSION_N)throw new Yt.TProtocolException(Yt.TProtocolExceptionType.BAD_VERSION,"Bad protocol version "+r);var n=e>>ee.TYPE_SHIFT_AMOUNT&ee.TYPE_BITS,i=this.readVarint32(),o=this.readString();return{fname:o,mtype:n,rseqid:i}};ee.prototype.readMessageEnd=function(){};ee.prototype.readStructBegin=function(){return this.lastField_.push(this.lastFieldId_),this.lastFieldId_=0,{fname:""}};ee.prototype.readStructEnd=function(){this.lastFieldId_=this.lastField_.pop()};ee.prototype.readFieldBegin=function(){var t=0,e=this.trans.readByte(e),r=e&15;if(r==ee.Types.CT_STOP)return{fname:null,ftype:Yt.Type.STOP,fid:0};var n=(e&240)>>>4;n===0?t=this.readI16():t=this.lastFieldId_+n;var i=this.getTType(r);return(r==ee.Types.CT_BOOLEAN_TRUE||r==ee.Types.CT_BOOLEAN_FALSE)&&(this.boolValue_.hasBoolValue=!0,this.boolValue_.boolValue=r==ee.Types.CT_BOOLEAN_TRUE),this.lastFieldId_=t,{fname:null,ftype:i,fid:t}};ee.prototype.readFieldEnd=function(){};ee.prototype.readMapBegin=function(){var t=this.readVarint32();if(t<0)throw new Yt.TProtocolException(Yt.TProtocolExceptionType.NEGATIVE_SIZE,"Negative map size");var e=0;t!==0&&(e=this.trans.readByte());var r=this.getTType((e&240)>>>4),n=this.getTType(e&15);return{ktype:r,vtype:n,size:t}};ee.prototype.readMapEnd=function(){};ee.prototype.readListBegin=function(){var t=this.trans.readByte(),e=t>>>4&15;if(e==15&&(e=this.readVarint32()),e<0)throw new Yt.TProtocolException(Yt.TProtocolExceptionType.NEGATIVE_SIZE,"Negative list size");var r=this.getTType(t&15);return{etype:r,size:e}};ee.prototype.readListEnd=function(){};ee.prototype.readSetBegin=function(){return this.readListBegin()};ee.prototype.readSetEnd=function(){};ee.prototype.readBool=function(){var t=!1,e=0;if(this.boolValue_.hasBoolValue===!0)t=this.boolValue_.boolValue,this.boolValue_.hasBoolValue=!1;else{var r=this.trans.readByte();e=r.rsize,t=r.value==ee.Types.CT_BOOLEAN_TRUE}return t};ee.prototype.readByte=function(){return this.trans.readByte()};ee.prototype.readI16=function(){return this.readI32()};ee.prototype.readI32=function(){return this.zigzagToI32(this.readVarint32())};ee.prototype.readI64=function(){return this.zigzagToI64(this.readVarint64())};ee.prototype.readDouble=function(){var t=this.trans.read(8),e=0,r=t[e+7]&128,n=(t[e+6]&240)>>4;n+=(t[e+7]&127)<<4;var i=t[e];switch(i+=t[e+1]<<8,i+=t[e+2]<<16,i+=t[e+3]*xN,i+=t[e+4]*EN,i+=t[e+5]*AN,i+=(t[e+6]&15)*ON,n){case 0:n=-1022;break;case 2047:return i?NaN:r?-1/0:1/0;default:i+=Ch,n-=1023}return r&&(i*=-1),i*Math.pow(2,n-52)};ee.prototype.readBinary=function(){var t=this.readVarint32();if(t===0)return new Buffer(0);if(t<0)throw new Yt.TProtocolException(Yt.TProtocolExceptionType.NEGATIVE_SIZE,"Negative binary size");return this.trans.read(t)};ee.prototype.readString=function(){var t=this.readVarint32();if(t===0)return"";if(t<0)throw new Yt.TProtocolException(Yt.TProtocolExceptionType.NEGATIVE_SIZE,"Negative string size");return this.trans.readString(t)};ee.prototype.readVarint32=function(){return this.readVarint64().toNumber()};ee.prototype.readVarint64=function(){for(var t=0,e=0,r=0,n=0;;){var i=this.trans.readByte();if(t++,n<=25?e=e|(i&127)<<n:25<n&&n<32?(e=e|(i&127)<<n,r=r|(i&127)>>>32-n):r=r|(i&127)<<n-32,n+=7,!(i&128))break;if(t>=10)throw new Yt.TProtocolException(Yt.TProtocolExceptionType.INVALID_DATA,"Variable-length int over 10 bytes.")}return new ro(r,e)};ee.prototype.zigzagToI32=function(t){return t>>>1^-1*(t&1)};ee.prototype.zigzagToI64=function(t){var e=t.buffer.readUInt32BE(0,!0),r=t.buffer.readUInt32BE(4,!0),n=new ro(e&0,r&1);n._2scomp();var i=n.buffer.readUInt32BE(0,!0),o=n.buffer.readUInt32BE(4,!0),f=e<<31;return e=e>>>1^i,r=(r>>>1|f)^o,new ro(e,r)};ee.prototype.skip=function(t){switch(t){case At.BOOL:this.readBool();break;case At.BYTE:this.readByte();break;case At.I16:this.readI16();break;case At.I32:this.readI32();break;case At.I64:this.readI64();break;case At.DOUBLE:this.readDouble();break;case At.STRING:this.readString();break;case At.STRUCT:for(this.readStructBegin();;){var e=this.readFieldBegin();if(e.ftype===At.STOP)break;this.skip(e.ftype),this.readFieldEnd()}this.readStructEnd();break;case At.MAP:for(var r=this.readMapBegin(),n=0;n<r.size;++n)this.skip(r.ktype),this.skip(r.vtype);this.readMapEnd();break;case At.SET:for(var i=this.readSetBegin(),o=0;o<i.size;++o)this.skip(i.etype);this.readSetEnd();break;case At.LIST:for(var f=this.readListBegin(),s=0;s<f.size;++s)this.skip(f.etype);this.readListEnd();break;default:throw new Error("Invalid type: "+t)}}});var Kh=M((a5,VT)=>{var MT=Hp(),Wh=Pp(),UT=zr(),no=Vo(),Jr=no.Type;VT.exports=Pe;var LT=-65536,Yh=-2147418112,CT=255;Pe.VERSION_MASK=LT;Pe.VERSION_1=Yh;Pe.TYPE_MASK=CT;function Pe(t,e,r){this.trans=t,this.strictRead=e!==void 0?e:!1,this.strictWrite=r!==void 0?r:!0,this._seqid=null}Pe.prototype.flush=function(){return this.trans.flush()};Pe.prototype.writeMessageBegin=function(t,e,r){this.strictWrite?(this.writeI32(Yh|e),this.writeString(t),this.writeI32(r)):(this.writeString(t),this.writeByte(e),this.writeI32(r)),this._seqid!==null?MT.warning("SeqId already set",{name:t}):(this._seqid=r,this.trans.setCurrSeqId(r))};Pe.prototype.writeMessageEnd=function(){this._seqid!==null?this._seqid=null:MT.warning("No seqid to unset")};Pe.prototype.writeStructBegin=function(t){};Pe.prototype.writeStructEnd=function(){};Pe.prototype.writeFieldBegin=function(t,e,r){this.writeByte(e),this.writeI16(r)};Pe.prototype.writeFieldEnd=function(){};Pe.prototype.writeFieldStop=function(){this.writeByte(Jr.STOP)};Pe.prototype.writeMapBegin=function(t,e,r){this.writeByte(t),this.writeByte(e),this.writeI32(r)};Pe.prototype.writeMapEnd=function(){};Pe.prototype.writeListBegin=function(t,e){this.writeByte(t),this.writeI32(e)};Pe.prototype.writeListEnd=function(){};Pe.prototype.writeSetBegin=function(t,e){this.writeByte(t),this.writeI32(e)};Pe.prototype.writeSetEnd=function(){};Pe.prototype.writeBool=function(t){t?this.writeByte(1):this.writeByte(0)};Pe.prototype.writeByte=function(t){this.trans.write(new Buffer([t]))};Pe.prototype.writeI16=function(t){this.trans.write(Wh.writeI16(new Buffer(2),t))};Pe.prototype.writeI32=function(t){this.trans.write(Wh.writeI32(new Buffer(4),t))};Pe.prototype.writeI64=function(t){t.buffer?this.trans.write(t.buffer):this.trans.write(new UT(t).buffer)};Pe.prototype.writeDouble=function(t){this.trans.write(Wh.writeDouble(new Buffer(8),t))};Pe.prototype.writeStringOrBinary=function(t,e,r){if(typeof r=="string")this.writeI32(Buffer.byteLength(r,e)),this.trans.write(new Buffer(r,e));else if(r instanceof Buffer||Object.prototype.toString.call(r)=="[object Uint8Array]")this.writeI32(r.length),this.trans.write(r);else throw new Error(t+" called without a string/Buffer argument: "+r)};Pe.prototype.writeString=function(t){this.writeStringOrBinary("writeString","utf8",t)};Pe.prototype.writeBinary=function(t){this.writeStringOrBinary("writeBinary","binary",t)};Pe.prototype.readMessageBegin=function(){var t=this.readI32(),e,r,n;if(t<0){var i=t<if(i!=Yh)throw new no.TProtocolException(no.TProtocolExceptionType.BAD_VERSION,"Bad version in readMessageBegin: "+t);e=t&CT,r=this.readString(),n=this.readI32()}else{if(this.strictRead)throw new no.TProtocolException(no.TProtocolExceptionType.BAD_VERSION,"No protocol version header");r=this.trans.read(t),e=this.readByte(),n=this.readI32()}return{fname:r,mtype:e,rseqid:n}};Pe.prototype.readMessageEnd=function(){};Pe.prototype.readStructBegin=function(){return{fname:""}};Pe.prototype.readStructEnd=function(){};Pe.prototype.readFieldBegin=function(){var t=this.readByte();if(t==Jr.STOP)return{fname:null,ftype:t,fid:0};var e=this.readI16();return{fname:null,ftype:t,fid:e}};Pe.prototype.readFieldEnd=function(){};Pe.prototype.readMapBegin=function(){var t=this.readByte(),e=this.readByte(),r=this.readI32();return{ktype:t,vtype:e,size:r}};Pe.prototype.readMapEnd=function(){};Pe.prototype.readListBegin=function(){var t=this.readByte(),e=this.readI32();return{etype:t,size:e}};Pe.prototype.readListEnd=function(){};Pe.prototype.readSetBegin=function(){var t=this.readByte(),e=this.readI32();return{etype:t,size:e}};Pe.prototype.readSetEnd=function(){};Pe.prototype.readBool=function(){var t=this.readByte();return t!==0};Pe.prototype.readByte=function(){return this.trans.readByte()};Pe.prototype.readI16=function(){return this.trans.readI16()};Pe.prototype.readI32=function(){return this.trans.readI32()};Pe.prototype.readI64=function(){var t=this.trans.read(8);return new UT(t)};Pe.prototype.readDouble=function(){return this.trans.readDouble()};Pe.prototype.readBinary=function(){var t=this.readI32();if(t===0)return new Buffer(0);if(t<0)throw new no.TProtocolException(no.TProtocolExceptionType.NEGATIVE_SIZE,"Negative binary size");return this.trans.read(t)};Pe.prototype.readString=function(){var t=this.readI32();if(t===0)return"";if(t<0)throw new no.TProtocolException(no.TProtocolExceptionType.NEGATIVE_SIZE,"Negative string size");return this.trans.readString(t)};Pe.prototype.getTransport=function(){return this.trans};Pe.prototype.skip=function(t){switch(t){case Jr.BOOL:this.readBool();break;case Jr.BYTE:this.readByte();break;case Jr.I16:this.readI16();break;case Jr.I32:this.readI32();break;case Jr.I64:this.readI64();break;case Jr.DOUBLE:this.readDouble();break;case Jr.STRING:this.readString();break;case Jr.STRUCT:for(this.readStructBegin();;){var e=this.readFieldBegin();if(e.ftype===Jr.STOP)break;this.skip(e.ftype),this.readFieldEnd()}this.readStructEnd();break;case Jr.MAP:for(var r=this.readMapBegin(),n=0;n<r.size;++n)this.skip(r.ktype),this.skip(r.vtype);this.readMapEnd();break;case Jr.SET:for(var i=this.readSetBegin(),o=0;o<i.size;++o)this.skip(i.etype);this.readSetEnd();break;case Jr.LIST:for(var f=this.readListBegin(),s=0;s<f.size;++s)this.skip(f.etype);this.readListEnd();break;default:throw new Error("Invalid type: "+t)}}});var Gh=M((l5,ZT)=>{var DN=Ci("util"),zp=Vh(),WT=Kh(),FN=Zf();function Jl(t){Error.call(this),Error.captureStackTrace!==void 0&&Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.message=t}DN.inherits(Jl,Error);ZT.exports=nr;var PN=0,RN=1,HN=0,zN=32/8,MN=48/8,UN=64/8,LN=96/8,YT=112/8,KT=4095,GT=1,CN=1073741823;function io(t){var e=Zl();this.outputBuffer=null;var r=this;this.transport=new e(null,function(n){r.outputBuffer=n}),this.transport.inBuf=t||Buffer.alloc(0),this.transport.writeCursor=this.transport.inBuf.length,this.protocol=new zp(this.transport)}io.prototype.readVarint32=function(){return this.protocol.readVarint32()};io.prototype.writeVarint32=function(t){this.protocol.writeVarint32(t)};io.prototype.readString=function(){return this.protocol.readString()};io.prototype.writeString=function(t){this.protocol.writeString(t)};io.prototype.getOutCount=function(){return this.transport.outCount};io.prototype.write=function(t){this.transport.write(t)};io.prototype.toBuffer=function(){return this.transport.flush(),this.outputBuffer};nr.SubprotocolId={BINARY:0,JSON:1,COMPACT:2};function nr(){this.maxFrameSize=CN,this.protocolId=nr.SubprotocolId.BINARY,this.rheaders={},this.wheaders={},this.inBuf=Buffer.alloc(0),this.outCount=0,this.flags=null,this.seqid=0,this.shouldWriteHeaders=!0}var JT=function(t,e){if(typeof t!="string"||typeof e!="string")throw new Jl("Header key and values must be strings")},VN=function(t){for(var e=Object.keys(nr.SubprotocolId),r=0;r<e.length;r++)if(t===nr.SubprotocolId[e[r]])return!0;throw new Error(t+" is not a valid protocol id")};nr.prototype.setSeqId=function(t){this.seqid=t};nr.prototype.getSeqId=function(t){return this.seqid};nr.prototype.setFlags=function(t){this.flags=t};nr.prototype.getReadHeaders=function(){return this.rheaders};nr.prototype.setReadHeader=function(t,e){JT(t,e),this.rheaders[t]=e};nr.prototype.clearReadHeaders=function(){this.rheaders={}};nr.prototype.getWriteHeaders=function(){return this.wheaders};nr.prototype.setWriteHeader=function(t,e){JT(t,e),this.wheaders[t]=e};nr.prototype.clearWriteHeaders=function(){this.wheaders={}};nr.prototype.setMaxFrameSize=function(t){this.maxFrameSize=t};nr.prototype.setProtocolId=function(t){VN(t),this.protocolId=t};nr.prototype.getProtocolId=function(){return this.protocolId};var WN=function(t){var e=t.readInt32BE();return(e&WT.VERSION_MASK)===WT.VERSION_1},YN=function(t){var e=t.readInt8(PN),r=t.readInt8(RN);return e===zp.PROTOCOL_ID&&(r&zp.VERSION_MASK)===zp.VERSION_N};nr.prototype.readHeaders=function(){var t=this.inBuf,e=!1;if(WN(t)&&(this.setProtocolId(nr.SubprotocolId.BINARY),e=!0),YN(t)&&(this.setProtocolId(nr.SubprotocolId.COMPACT),e=!0),e){this.shouldWriteHeaders=!1;return}var r=t.readInt32BE(HN);if(r>this.maxFrameSize)throw new Jl("Frame exceeds maximum frame size");var n=t.readInt16BE(zN);if(this.shouldWriteHeaders=n===KT,!!this.shouldWriteHeaders){this.setFlags(t.readInt16BE(MN)),this.setSeqId(t.readInt32BE(UN));var i=t.readInt16BE(LN)*4,o=YT+i;if(o>t.length)throw new Jl("Header size is greater than frame size");var f=Buffer.alloc(i);t.copy(f,0,YT,o);var s=new io(f);this.setProtocolId(s.readVarint32());var l=s.readVarint32();if(l>0)throw new Jl("Transforms are not yet supported");for(;;)try{var u=s.readVarint32();if(u!==GT)break;for(var c=s.readVarint32(),_=0;_<c;_++){var p=s.readString(),j=s.readString();this.setReadHeader(p,j)}}catch(S){if(S instanceof FN)break;throw S}return this.read(o),this.getReadHeaders()}};nr.prototype.writeHeaders=function(){if(!!this.shouldWriteHeaders){var t=this.getWriteHeaders(),e=new io;e.writeVarint32(this.protocolId),e.writeVarint32(0);var r=Object.keys(t);if(r.length>0){e.writeVarint32(GT),e.writeVarint32(r.length);for(var n=0;n<r.length;n++){var i=r[n],o=t[i];e.writeString(i),e.writeString(o)}}var f=e.getOutCount(),s=(4-f%4)%4,l=Buffer.alloc(2);l.writeInt16BE(Math.floor((f+s)/4));var u=Buffer.alloc(s);u.fill(0),e.write(u);var c=e.toBuffer(),_=Buffer.alloc(4);_.writeInt32BE(10+this.outCount+c.length);var p=Buffer.alloc(2);p.writeInt16BE(KT);var j=Buffer.alloc(2);j.writeInt16BE(0);var S=Buffer.alloc(4);S.writeInt32BE(this.getSeqId());var T=Buffer.concat([_,p,j,S,l,c]);this.outBuffers.unshift(T),this.outCount+=T.length}}});var Zl=M((u5,XT)=>{var Mp=Pp(),KN=Zf(),GN=Gh();XT.exports=Kt;function Kt(t,e){this.defaultReadBufferSize=1024,this.writeBufferSize=512,this.inBuf=new Buffer(this.defaultReadBufferSize),this.readCursor=0,this.writeCursor=0,this.outBuffers=[],this.outCount=0,this.onFlush=e}Kt.prototype=new GN;Kt.prototype.reset=function(){this.inBuf=new Buffer(this.defaultReadBufferSize),this.readCursor=0,this.writeCursor=0,this.outBuffers=[],this.outCount=0};Kt.receiver=function(t,e){var r=new Kt;return function(n){if(r.writeCursor+n.length>r.inBuf.length){var i=new Buffer(r.writeCursor+n.length);r.inBuf.copy(i,0,0,r.writeCursor),r.inBuf=i}n.copy(r.inBuf,r.writeCursor,0),r.writeCursor+=n.length,t(r,e)}};Kt.prototype.commitPosition=function(){var t=this.writeCursor-this.readCursor,e=t*2>this.defaultReadBufferSize?t*2:this.defaultReadBufferSize,r=new Buffer(e);t>0&&this.inBuf.copy(r,0,this.readCursor,this.writeCursor),this.readCursor=0,this.writeCursor=t,this.inBuf=r};Kt.prototype.rollbackPosition=function(){this.readCursor=0};Kt.prototype.isOpen=function(){return!0};Kt.prototype.open=function(){};Kt.prototype.close=function(){};Kt.prototype.setCurrSeqId=function(t){this._seqid=t};Kt.prototype.ensureAvailable=function(t){if(this.readCursor+t>this.writeCursor)throw new KN};Kt.prototype.read=function(t){this.ensureAvailable(t);var e=new Buffer(t);return this.inBuf.copy(e,0,this.readCursor,this.readCursor+t),this.readCursor+=t,e};Kt.prototype.readByte=function(){return this.ensureAvailable(1),Mp.readByte(this.inBuf[this.readCursor++])};Kt.prototype.readI16=function(){this.ensureAvailable(2);var t=Mp.readI16(this.inBuf,this.readCursor);return this.readCursor+=2,t};Kt.prototype.readI32=function(){this.ensureAvailable(4);var t=Mp.readI32(this.inBuf,this.readCursor);return this.readCursor+=4,t};Kt.prototype.readDouble=function(){this.ensureAvailable(8);var t=Mp.readDouble(this.inBuf,this.readCursor);return this.readCursor+=8,t};Kt.prototype.readString=function(t){this.ensureAvailable(t);var e=this.inBuf.toString("utf8",this.readCursor,this.readCursor+t);return this.readCursor+=t,e};Kt.prototype.borrow=function(){var t={buf:this.inBuf,readIndex:this.readCursor,writeIndex:this.writeCursor};return t};Kt.prototype.consume=function(t){this.readCursor+=t};Kt.prototype.write=function(t){typeof t=="string"&&(t=new Buffer(t,"utf8")),this.outBuffers.push(t),this.outCount+=t.length};Kt.prototype.flush=function(){var t=this._seqid;if(this._seqid=null,!(this.outCount<1)){var e=new Buffer(this.outCount),r=0;this.outBuffers.forEach(function(n){n.copy(e,r,0),r+=n.length}),this.onFlush&&this.onFlush(e,t),this.outBuffers=[],this.outCount=0}}});var Zh=M((c5,rB)=>{var QT=zr(),$T=rB.exports={},JN=Math.pow(2,24),eB=Math.pow(2,31),Jh=Math.pow(2,32),tB=Math.pow(10,11);$T.toDecimalString=function(t){var e=t.buffer,r=t.offset;if(!e[r]&&!(e[r+1]&224)||!~e[r]&&!~(e[r+1]&224))return t.toString();var n=e[r]&128;if(n){for(var i=!1,o=new Buffer(8),f=7;f>=0;--f)o[f]=~e[r+f]+(i?0:1)&255,i|=e[r+f];e=o}var s=e[r+1]+(e[r]<<8),l=e[r+7]+(e[r+6]<<8)+(e[r+5]<<16)+e[r+4]*JN+(e[r+3]+(e[r+2]<<8))*Jh+s*74976710656,u=Math.floor(l/tB)+s*2814;return l=("00000000000"+String(l%tB)).slice(-11),(n?"-":"")+String(u)+l};$T.fromDecimalString=function(t){var e=t.charAt(0)==="-";if(t.length<(e?17:16))return new QT(+t);if(t.length>(e?20:19))throw new RangeError("Too many digits for Int64: "+t);var r=+t.slice(e?1:0,-15),n=+t.slice(-15)+r*2764472320,i=Math.floor(n/Jh)+r*232830;if(n=n%Jh,i>=eB&&!(e&&i==eB&&n==0))throw new RangeError("The magnitude is too large for Int64.");return e&&(i=~i,n===0?i=i+1&4294967295:n=~n+1,i=2147483648|i),new QT(i,n)}});var oB=M((m5,iB)=>{var nB=zr(),p5=Zh(),d5=iB.exports=function(){"use strict";var t,e,r={'"':'"',"\\":"\\","/":"/",b:"\b",f:"\f",n:`
|
|
13
|
+
`,r:"\r",t:" "},n,i=function(j){throw new SyntaxError(j)},o=function(j){return j&&j!==e&&i("Expected '"+j+"' instead of '"+e+"'"),e=n.charAt(t),t+=1,e},f=function(){var j,S="";for(e==="-"&&(S="-",o("-"));e>="0"&&e<="9";)S+=e,o();if(e===".")for(S+=".";o()&&e>="0"&&e<="9";)S+=e;if(e==="e"||e==="E")for(S+=e,o(),(e==="-"||e==="+")&&(S+=e,o());e>="0"&&e<="9";)S+=e,o();if(j=+S,!isFinite(j))i("Bad number");else return j>=nB.MAX_INT||j<=nB.MIN_INT?S:j},s=function(){var j,S,T="",U;if(e==='"')for(;o();){if(e==='"')return o(),T;if(e==="\\")if(o(),e==="u"){for(U=0,S=0;S<4&&(j=parseInt(o(),16),!!isFinite(j));S+=1)U=U*16+j;T+=String.fromCharCode(U)}else if(typeof r[e]=="string")T+=r[e];else break;else T+=e}i("Bad string")},l=function(){for(;e&&e<=" ";)o()},u=function(){switch(e){case"t":return o("t"),o("r"),o("u"),o("e"),!0;case"f":return o("f"),o("a"),o("l"),o("s"),o("e"),!1;case"n":return o("n"),o("u"),o("l"),o("l"),null}i("Unexpected '"+e+"'")},c,_=function(){var j=[];if(e==="["){if(o("["),l(),e==="]")return o("]"),j;for(;e;){if(j.push(c()),l(),e==="]")return o("]"),j;o(","),l()}}i("Bad array")},p=function(){var j,S={};if(e==="{"){if(o("{"),l(),e==="}")return o("}"),S;for(;e;){if(j=s(),l(),o(":"),Object.hasOwnProperty.call(S,j)&&i('Duplicate key "'+j+'"'),S[j]=c(),l(),e==="}")return o("}"),S;o(","),l()}}i("Bad object")};return c=function(){switch(l(),e){case"{":return p();case"[":return _();case'"':return s();case"-":return f();default:return e>="0"&&e<="9"?f():u()}},function(j){var S;return n=j,t=0,e=" ",S=c(),l(),e&&i("Syntax error"),S}}()});var Xl=M((h5,aB)=>{var Xh=zr(),ZN=Vo(),pt=ZN.Type,b5=Ci("util"),fB=Zh(),XN=oB(),sB=Zf();aB.exports=be;function be(t){this.tstack=[],this.tpos=[],this.trans=t}be.Type={};be.Type[pt.BOOL]='"tf"';be.Type[pt.BYTE]='"i8"';be.Type[pt.I16]='"i16"';be.Type[pt.I32]='"i32"';be.Type[pt.I64]='"i64"';be.Type[pt.DOUBLE]='"dbl"';be.Type[pt.STRUCT]='"rec"';be.Type[pt.STRING]='"str"';be.Type[pt.MAP]='"map"';be.Type[pt.LIST]='"lst"';be.Type[pt.SET]='"set"';be.RType={};be.RType.tf=pt.BOOL;be.RType.i8=pt.BYTE;be.RType.i16=pt.I16;be.RType.i32=pt.I32;be.RType.i64=pt.I64;be.RType.dbl=pt.DOUBLE;be.RType.rec=pt.STRUCT;be.RType.str=pt.STRING;be.RType.map=pt.MAP;be.RType.lst=pt.LIST;be.RType.set=pt.SET;be.Version=1;be.prototype.flush=function(){return this.writeToTransportIfStackIsFlushable(),this.trans.flush()};be.prototype.writeToTransportIfStackIsFlushable=function(){this.tstack.length===1&&this.trans.write(this.tstack.pop())};be.prototype.writeMessageBegin=function(t,e,r){this.tstack.push([be.Version,'"'+t+'"',e,r])};be.prototype.writeMessageEnd=function(){var t=this.tstack.pop();this.wobj=this.tstack.pop(),this.wobj.push(t),this.wbuf="["+this.wobj.join(",")+"]",this.trans.write(this.wbuf)};be.prototype.writeStructBegin=function(t){this.tpos.push(this.tstack.length),this.tstack.push({})};be.prototype.writeStructEnd=function(){var t=this.tpos.pop(),e=this.tstack[t],r="{",n=!0;for(var i in e)n?n=!1:r+=",",r+=i+":"+e[i];r+="}",this.tstack[t]=r,this.writeToTransportIfStackIsFlushable()};be.prototype.writeFieldBegin=function(t,e,r){this.tpos.push(this.tstack.length),this.tstack.push({fieldId:'"'+r+'"',fieldType:be.Type[e]})};be.prototype.writeFieldEnd=function(){var t=this.tstack.pop(),e=this.tstack.pop();":"+t==":[object Object]"?this.tstack[this.tstack.length-1][e.fieldId]="{"+e.fieldType+":"+JSON.stringify(t)+"}":this.tstack[this.tstack.length-1][e.fieldId]="{"+e.fieldType+":"+t+"}",this.tpos.pop(),this.writeToTransportIfStackIsFlushable()};be.prototype.writeFieldStop=function(){};be.prototype.writeMapBegin=function(t,e,r){this.tpos.push(this.tstack.length),this.tstack.push([be.Type[t],be.Type[e],0])};be.prototype.writeMapEnd=function(){var t=this.tpos.pop();if(t!=this.tstack.length){(this.tstack.length-t-1)%2!=0&&this.tstack.push("");var e=(this.tstack.length-t-1)/2;this.tstack[t][this.tstack[t].length-1]=e;for(var r="}",n=!0;this.tstack.length>t+1;){var i=this.tstack.pop(),o=this.tstack.pop();n?n=!1:r=","+r,isNaN(o)||(o='"'+o+'"'),r=o+":"+i+r}r="{"+r,this.tstack[t].push(r),this.tstack[t]="["+this.tstack[t].join(",")+"]",this.writeToTransportIfStackIsFlushable()}};be.prototype.writeListBegin=function(t,e){this.tpos.push(this.tstack.length),this.tstack.push([be.Type[t],e])};be.prototype.writeListEnd=function(){for(var t=this.tpos.pop();this.tstack.length>t+1;){var e=this.tstack[t+1];this.tstack.splice(t+1,1),this.tstack[t].push(e)}this.tstack[t]="["+this.tstack[t].join(",")+"]",this.writeToTransportIfStackIsFlushable()};be.prototype.writeSetBegin=function(t,e){this.tpos.push(this.tstack.length),this.tstack.push([be.Type[t],e])};be.prototype.writeSetEnd=function(){for(var t=this.tpos.pop();this.tstack.length>t+1;){var e=this.tstack[t+1];this.tstack.splice(t+1,1),this.tstack[t].push(e)}this.tstack[t]="["+this.tstack[t].join(",")+"]",this.writeToTransportIfStackIsFlushable()};be.prototype.writeBool=function(t){this.tstack.push(t?1:0)};be.prototype.writeByte=function(t){this.tstack.push(t)};be.prototype.writeI16=function(t){this.tstack.push(t)};be.prototype.writeI32=function(t){this.tstack.push(t)};be.prototype.writeI64=function(t){t instanceof Xh?this.tstack.push(fB.toDecimalString(t)):this.tstack.push(t)};be.prototype.writeDouble=function(t){this.tstack.push(t)};be.prototype.writeString=function(t){if(t===null)this.tstack.push(null);else{if(typeof t=="string")var e=t;else if(t instanceof Buffer)var e=t.toString("utf8");else throw new Error("writeString called without a string/Buffer argument: "+t);for(var r="",n=0;n<e.length;n++){var i=e.charAt(n);i==='"'?r+='\\"':i==="\\"?r+="\\\\":i==="\b"?r+="\\b":i==="\f"?r+="\\f":i===`
|
|
14
|
+
`?r+="\\n":i==="\r"?r+="\\r":i===" "?r+="\\t":r+=i}this.tstack.push('"'+r+'"')}};be.prototype.writeBinary=function(t){if(typeof t=="string")var e=new Buffer(t,"binary");else if(t instanceof Buffer||Object.prototype.toString.call(t)=="[object Uint8Array]")var e=t;else throw new Error("writeBinary called without a string/Buffer argument: "+t);this.tstack.push('"'+e.toString("base64")+'"')};be.prototype.readMessageBegin=function(){this.rstack=[],this.rpos=[];var t=this.trans.borrow();if(t.readIndex>=t.writeIndex)throw new sB;var e=t.readIndex;if(t.buf[e]!==91)throw new Error("Malformed JSON input, no opening bracket");e++;for(var r=1,n=!1;e<t.writeIndex;e++){var i=t.buf[e];if(n)i===34?n=!1:i===92&&(e+=1);else if(i===91)r+=1;else if(i===93){if(r-=1,r===0)break}else i===34&&(n=!0)}if(r!==0)throw new sB;this.robj=XN(t.buf.slice(t.readIndex,e+1).toString()),this.trans.consume(e+1-t.readIndex);var o=this.robj.shift();if(o!=be.Version)throw new Error("Wrong thrift protocol version: "+o);var f={};return f.fname=this.robj.shift(),f.mtype=this.robj.shift(),f.rseqid=this.robj.shift(),this.rstack.push(this.robj.shift()),f};be.prototype.readMessageEnd=function(){};be.prototype.readStructBegin=function(){var t={};return t.fname="",this.rstack[this.rstack.length-1]instanceof Array&&this.rstack.push(this.rstack[this.rstack.length-1].shift()),t};be.prototype.readStructEnd=function(){this.rstack.pop()};be.prototype.readFieldBegin=function(){var t={},e=-1,r=pt.STOP;for(var n in this.rstack[this.rstack.length-1])if(n!==null){e=parseInt(n,10),this.rpos.push(this.rstack.length);var i=this.rstack[this.rstack.length-1][e];delete this.rstack[this.rstack.length-1][e],this.rstack.push(i);break}if(e!=-1)for(var o in this.rstack[this.rstack.length-1])be.RType[o]!==null&&(r=be.RType[o],this.rstack[this.rstack.length-1]=this.rstack[this.rstack.length-1][o]);return t.fname="",t.ftype=r,t.fid=e,t};be.prototype.readFieldEnd=function(){for(var t=this.rpos.pop();this.rstack.length>t;)this.rstack.pop()};be.prototype.readMapBegin=function(){var t=this.rstack.pop(),e=t.shift();e instanceof Array&&(this.rstack.push(t),t=e,e=t.shift());var r={};return r.ktype=be.RType[e],r.vtype=be.RType[t.shift()],r.size=t.shift(),this.rpos.push(this.rstack.length),this.rstack.push(t.shift()),r};be.prototype.readMapEnd=function(){this.readFieldEnd()};be.prototype.readListBegin=function(){var t=this.rstack[this.rstack.length-1],e={};return e.etype=be.RType[t.shift()],e.size=t.shift(),this.rpos.push(this.rstack.length),this.rstack.push(t.shift()),e};be.prototype.readListEnd=function(){var t=this.rpos.pop()-2,e=this.rstack;e.pop(),e instanceof Array&&e.length>t&&e[t].length>0&&e.push(e[t].shift())};be.prototype.readSetBegin=function(){return this.readListBegin()};be.prototype.readSetEnd=function(){return this.readListEnd()};be.prototype.readBool=function(){return this.readValue()=="1"};be.prototype.readByte=function(){return this.readI32()};be.prototype.readI16=function(){return this.readI32()};be.prototype.readI32=function(t){return+this.readValue()};be.prototype.readValue=function(t){t===void 0&&(t=this.rstack[this.rstack.length-1]);var e={};if(t instanceof Array)t.length===0?e.value=void 0:e.value=t.shift();else if(!(t instanceof Xh)&&t instanceof Object){for(var r in t)if(r!==null){this.rstack.push(t[r]),delete t[r],e.value=r;break}}else e.value=t,this.rstack.pop();return e.value};be.prototype.readI64=function(){var t=this.readValue();return typeof t=="string"?fB.fromDecimalString(t):new Xh(t)};be.prototype.readDouble=function(){return this.readI32()};be.prototype.readBinary=function(){return new Buffer(this.readValue(),"base64")};be.prototype.readString=function(){return this.readValue()};be.prototype.getTransport=function(){return this.trans};be.prototype.skip=function(t){switch(t){case pt.BOOL:this.readBool();break;case pt.BYTE:this.readByte();break;case pt.I16:this.readI16();break;case pt.I32:this.readI32();break;case pt.I64:this.readI64();break;case pt.DOUBLE:this.readDouble();break;case pt.STRING:this.readString();break;case pt.STRUCT:for(this.readStructBegin();;){var e=this.readFieldBegin();if(e.ftype===pt.STOP)break;this.skip(e.ftype),this.readFieldEnd()}this.readStructEnd();break;case pt.MAP:for(var r=this.readMapBegin(),n=0;n<r.size;++n)this.skip(r.ktype),this.skip(r.vtype);this.readMapEnd();break;case pt.SET:for(var i=this.readSetBegin(),o=0;o<i.size;++o)this.skip(i.etype);this.readSetEnd();break;case pt.LIST:for(var f=this.readListBegin(),s=0;s<f.size;++s)this.skip(f.etype);this.readListEnd();break;default:throw new Error("Invalid type: "+t)}}});var Qh=M((w5,lB)=>{lB.exports=QN;function QN(t,e){t.Client&&(t=t.Client);var r=function(o,f){e.write(o,f)},n=new e.transport(void 0,r),i=new t(n,e.protocol);return n.client=i,e.client=i,i}});var uB=M(na=>{"use strict";Object.defineProperty(na,"__esModule",{value:!0});var $N=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},eD=typeof window!="undefined"&&typeof window.document!="undefined",tD=(typeof self=="undefined"?"undefined":$N(self))==="object"&&self.constructor&&self.constructor.name==="DedicatedWorkerGlobalScope",rD=typeof process!="undefined"&&process.versions!=null&&process.versions.node!=null,nD=function(){return typeof window!="undefined"&&window.name==="nodejs"||navigator.userAgent.includes("Node.js")||navigator.userAgent.includes("jsdom")};na.isBrowser=eD;na.isWebWorker=tD;na.isNode=rD;na.isJsDom=nD});var mB=M(Up=>{var iD=Ci("util"),cB=vT(),pB=Dh().EventEmitter,dB=Vo(),oD=Zl(),fD=Xl(),sD=Zf(),aD=Qh(),lD=uB();Up.WSConnection=Mr;function Mr(t,e,r){pB.call(this),this.options=r||{},this.host=t,this.port=e,this.secure=this.options.secure||!1,this.transport=this.options.transport||oD,this.protocol=this.options.protocol||fD,this.path=this.options.path,this.send_pending=[],this.seqId2Service={},this.wsOptions={host:this.host,port:this.port||80,path:this.options.path||"/",headers:this.options.headers||{}};for(var n in this.options.wsOptions)this.wsOptions[n]=this.options.wsOptions[n]}iD.inherits(Mr,pB);Mr.prototype.__reset=function(){this.socket=null,this.send_pending=[]};Mr.prototype.__onOpen=function(){this.emit("open"),this.send_pending.length>0&&(this.send_pending.forEach(function(t){this.socket.send(t)},this),this.send_pending=[])};Mr.prototype.__onClose=function(t){this.emit("close"),this.__reset()};Mr.prototype.__decodeCallback=function(t){var e=new this.protocol(t);try{for(;;){var r=e.readMessageBegin(),n=r.rseqid*-1,i=this.client,o=this.seqId2Service[r.rseqid];o&&(i=this.client[o],delete this.seqId2Service[r.rseqid]),i._reqs[n]=function(f,s){t.commitPosition();var l=i._reqs[r.rseqid];delete i._reqs[r.rseqid],l&&l(f,s)},i["recv_"+r.fname]?i["recv_"+r.fname](e,r.mtype,n):(delete i._reqs[n],this.emit("error",new dB.TApplicationException(dB.TApplicationExceptionType.WRONG_METHOD_NAME,"Received a response to an unknown RPC function")))}}catch(f){if(f instanceof sD)t.rollbackPosition();else throw f}};Mr.prototype.__onData=function(t){Object.prototype.toString.call(t)==="[object ArrayBuffer]"&&(t=new Uint8Array(t));var e=new Buffer(t);this.transport.receiver(this.__decodeCallback.bind(this))(e)};Mr.prototype.__onMessage=function(t){this.__onData(t.data)};Mr.prototype.__onError=function(t){this.emit("error",t),this.socket.close()};Mr.prototype.isOpen=function(){return this.socket&&this.socket.readyState===this.socket.OPEN};Mr.prototype.open=function(){this.socket&&this.socket.readyState!==this.socket.CLOSED||(lD.isBrowser?this.socket=new cB(this.uri()):this.socket=new cB(this.uri(),"",this.wsOptions),this.socket.binaryType="arraybuffer",this.socket.onopen=this.__onOpen.bind(this),this.socket.onmessage=this.__onMessage.bind(this),this.socket.onerror=this.__onError.bind(this),this.socket.onclose=this.__onClose.bind(this))};Mr.prototype.close=function(){this.socket.close()};Mr.prototype.uri=function(){var t=this.secure?"wss":"ws",e="",r=this.path||"/",n=this.host;return this.port&&(t==="wss"&&this.port!==443||t==="ws"&&this.port!==80)&&(e=":"+this.port),t+"://"+n+e+r};Mr.prototype.write=function(t){this.isOpen()?this.socket.send(t):this.send_pending.push(t)};Up.createWSConnection=function(t,e,r){return new Mr(t,e,r)};Up.createWSClient=aD});var hB=M(Lp=>{var uD=Ci("util"),cD=Dh().EventEmitter,bB=Vo(),pD=Zl(),dD=Xl(),mD=Zf(),bD=Qh();Lp.XHRConnection=Zr;function Zr(t,e,r){this.options=r||{},this.wpos=0,this.rpos=0,this.useCORS=r&&r.useCORS,this.send_buf="",this.recv_buf="",this.transport=r.transport||pD,this.protocol=r.protocol||dD,this.headers=r.headers||{},t=t||window.location.host,e=e||window.location.port;var n=r.https?"https://":"http://",i=r.path||"/";e===""&&(e=void 0),!e||e===80||e==="80"?this.url=n+t+i:this.url=n+t+":"+e+i,this.seqId2Service={}}uD.inherits(Zr,cD);Zr.prototype.getXmlHttpRequestObject=function(){try{return new XMLHttpRequest}catch{}try{return new ActiveXObject("Msxml2.XMLHTTP")}catch{}try{return new ActiveXObject("Microsoft.XMLHTTP")}catch{}throw"Your browser doesn't support XHR."};Zr.prototype.flush=function(){var t=this;if(this.url===void 0||this.url==="")return this.send_buf;var e=this.getXmlHttpRequestObject();e.overrideMimeType&&e.overrideMimeType("application/json"),e.onreadystatechange=function(){this.readyState==4&&this.status==200&&t.setRecvBuffer(this.responseText)},e.open("POST",this.url,!0),Object.keys(this.headers).forEach(function(r){e.setRequestHeader(r,t.headers[r])}),e.send(this.send_buf)};Zr.prototype.setRecvBuffer=function(t){if(this.recv_buf=t,this.recv_buf_sz=this.recv_buf.length,this.wpos=this.recv_buf.length,this.rpos=0,Object.prototype.toString.call(t)=="[object ArrayBuffer]")var e=new Uint8Array(t);var r=new Buffer(e||t);this.transport.receiver(this.__decodeCallback.bind(this))(r)};Zr.prototype.__decodeCallback=function(t){var e=new this.protocol(t);try{for(;;){var r=e.readMessageBegin(),n=r.rseqid*-1,i=this.client,o=this.seqId2Service[r.rseqid];o&&(i=this.client[o],delete this.seqId2Service[r.rseqid]),i._reqs[n]=function(f,s){t.commitPosition();var l=i._reqs[r.rseqid];delete i._reqs[r.rseqid],l&&l(f,s)},i["recv_"+r.fname]?i["recv_"+r.fname](e,r.mtype,n):(delete i._reqs[n],this.emit("error",new bB.TApplicationException(bB.TApplicationExceptionType.WRONG_METHOD_NAME,"Received a response to an unknown RPC function")))}}catch(f){if(f instanceof mD)t.rollbackPosition();else throw f}};Zr.prototype.isOpen=function(){return!0};Zr.prototype.open=function(){};Zr.prototype.close=function(){};Zr.prototype.read=function(t){var e=this.wpos-this.rpos;if(e===0)return"";var r=t;e<t&&(r=e);var n=this.read_buf.substr(this.rpos,r);return this.rpos+=r,n};Zr.prototype.readAll=function(){return this.recv_buf};Zr.prototype.write=function(t){this.send_buf=t,this.flush()};Zr.prototype.getSendBuffer=function(){return this.send_buf};Lp.createXHRConnection=function(t,e,r){return new Zr(t,e,r)};Lp.createXHRClient=bD});var gB=M((wB,$h)=>{(function(t){"use strict";if(typeof bootstrap=="function")bootstrap("promise",t);else if(typeof wB=="object"&&typeof $h=="object")$h.exports=t();else if(typeof define=="function"&&define.amd)define(t);else if(typeof ses!="undefined")if(ses.ok())ses.makeQ=t;else return;else if(typeof window!="undefined"||typeof self!="undefined"){var e=typeof window!="undefined"?window:self,r=e.Q;e.Q=t(),e.Q.noConflict=function(){return e.Q=r,this}}else throw new Error("This environment was not anticipated by Q. Please file a bug.")})(function(){"use strict";var t=!1;try{throw new Error}catch(v){t=!!v.stack}var e=de(),r,n=function(){},i=function(){var v={task:void 0,next:null},I=v,P=!1,ie=void 0,De=!1,$e=[];function Re(){for(var Et,tr;v.next;)v=v.next,Et=v.task,v.task=void 0,tr=v.domain,tr&&(v.domain=void 0,tr.enter()),St(Et,tr);for(;$e.length;)Et=$e.pop(),St(Et);P=!1}function St(Et,tr){try{Et()}catch(xo){if(De)throw tr&&tr.exit(),setTimeout(Re,0),tr&&tr.enter(),xo;setTimeout(function(){throw xo},0)}tr&&tr.exit()}if(i=function(Et){I=I.next={task:Et,domain:De&&process.domain,next:null},P||(P=!0,ie())},typeof process=="object"&&process.toString()==="[object process]"&&process.nextTick)De=!0,ie=function(){process.nextTick(Re)};else if(typeof setImmediate=="function")typeof window!="undefined"?ie=setImmediate.bind(window,Re):ie=function(){setImmediate(Re)};else if(typeof MessageChannel!="undefined"){var yt=new MessageChannel;yt.port1.onmessage=function(){ie=xt,yt.port1.onmessage=Re,Re()};var xt=function(){yt.port2.postMessage(0)};ie=function(){setTimeout(Re,0),xt()}}else ie=function(){setTimeout(Re,0)};return i.runAfter=function(Et){$e.push(Et),P||(P=!0,ie())},i}(),o=Function.call;function f(v){return function(){return o.apply(v,arguments)}}var s=f(Array.prototype.slice),l=f(Array.prototype.reduce||function(v,I){var P=0,ie=this.length;if(arguments.length===1)do{if(P in this){I=this[P++];break}if(++P>=ie)throw new TypeError}while(1);for(;P<ie;P++)P in this&&(I=v(I,this[P],P));return I}),u=f(Array.prototype.indexOf||function(v){for(var I=0;I<this.length;I++)if(this[I]===v)return I;return-1}),c=f(Array.prototype.map||function(v,I){var P=this,ie=[];return l(P,function(De,$e,Re){ie.push(v.call(I,$e,Re,P))},void 0),ie}),_=Object.create||function(v){function I(){}return I.prototype=v,new I},p=Object.defineProperty||function(v,I,P){return v[I]=P.value,v},j=f(Object.prototype.hasOwnProperty),S=Object.keys||function(v){var I=[];for(var P in v)j(v,P)&&I.push(P);return I},T=f(Object.prototype.toString);function U(v){return v===Object(v)}function W(v){return T(v)==="[object StopIteration]"||v instanceof L}var L;typeof ReturnValue!="undefined"?L=ReturnValue:L=function(v){this.value=v};var te="From previous event:";function pe(v,I){if(t&&I.stack&&typeof v=="object"&&v!==null&&v.stack){for(var P=[],ie=I;ie;ie=ie.source)ie.stack&&(!v.__minimumStackCounter__||v.__minimumStackCounter__>ie.stackCounter)&&(p(v,"__minimumStackCounter__",{value:ie.stackCounter,configurable:!0}),P.unshift(ie.stack));P.unshift(v.stack);var De=P.join(`
|
|
15
|
+
`+te+`
|
|
16
|
+
`),$e=J(De);p(v,"stack",{value:$e,configurable:!0})}}function J(v){for(var I=v.split(`
|
|
17
|
+
`),P=[],ie=0;ie<I.length;++ie){var De=I[ie];!Y(De)&&!D(De)&&De&&P.push(De)}return P.join(`
|
|
18
|
+
`)}function D(v){return v.indexOf("(module.js:")!==-1||v.indexOf("(node.js:")!==-1}function le(v){var I=/at .+ \((.+):(\d+):(?:\d+)\)$/.exec(v);if(I)return[I[1],Number(I[2])];var P=/at ([^ ]+):(\d+):(?:\d+)$/.exec(v);if(P)return[P[1],Number(P[2])];var ie=/.*@(.+):(\d+)$/.exec(v);if(ie)return[ie[1],Number(ie[2])]}function Y(v){var I=le(v);if(!I)return!1;var P=I[0],ie=I[1];return P===r&&ie>=e&&ie<=Cn}function de(){if(!!t)try{throw new Error}catch(ie){var v=ie.stack.split(`
|
|
19
|
+
`),I=v[0].indexOf("@")>0?v[1]:v[2],P=le(I);return P?(r=P[0],P[1]):void 0}}function y(v,I,P){return function(){return typeof console!="undefined"&&typeof console.warn=="function"&&console.warn(I+" is deprecated, use "+P+" instead.",new Error("").stack),v.apply(v,arguments)}}function g(v){return v instanceof z?v:me(v)?Ht(v):Ke(v)}g.resolve=g,g.nextTick=i,g.longStackSupport=!1;var N=1;typeof process=="object"&&process&&process.env&&process.env.Q_DEBUG&&(g.longStackSupport=!0),g.defer=b;function b(){var v=[],I=[],P,ie=_(b.prototype),De=_(z.prototype);if(De.promiseDispatch=function(Re,St,yt){var xt=s(arguments);v?(v.push(xt),St==="when"&&yt[1]&&I.push(yt[1])):g.nextTick(function(){P.promiseDispatch.apply(P,xt)})},De.valueOf=function(){if(v)return De;var Re=A(P);return Ye(Re)&&(P=Re),Re},De.inspect=function(){return P?P.inspect():{state:"pending"}},g.longStackSupport&&t)try{throw new Error}catch(Re){De.stack=Re.stack.substring(Re.stack.indexOf(`
|
|
20
|
+
`)+1),De.stackCounter=N++}function $e(Re){P=Re,g.longStackSupport&&t&&(De.source=Re),l(v,function(St,yt){g.nextTick(function(){Re.promiseDispatch.apply(Re,yt)})},void 0),v=void 0,I=void 0}return ie.promise=De,ie.resolve=function(Re){P||$e(g(Re))},ie.fulfill=function(Re){P||$e(Ke(Re))},ie.reject=function(Re){P||$e(It(Re))},ie.notify=function(Re){P||l(I,function(St,yt){g.nextTick(function(){yt(Re)})},void 0)},ie}b.prototype.makeNodeResolver=function(){var v=this;return function(I,P){I?v.reject(I):arguments.length>2?v.resolve(s(arguments,1)):v.resolve(P)}},g.Promise=H,g.promise=H;function H(v){if(typeof v!="function")throw new TypeError("resolver must be a function.");var I=b();try{v(I.resolve,I.reject,I.notify)}catch(P){I.reject(P)}return I.promise}H.race=K,H.all=se,H.reject=It,H.resolve=g,g.passByCopy=function(v){return v},z.prototype.passByCopy=function(){return this},g.join=function(v,I){return g(v).join(I)},z.prototype.join=function(v){return g([this,v]).spread(function(I,P){if(I===P)return I;throw new Error("Q can't join: not the same: "+I+" "+P)})},g.race=K;function K(v){return H(function(I,P){for(var ie=0,De=v.length;ie<De;ie++)g(v[ie]).then(I,P)})}z.prototype.race=function(){return this.then(g.race)},g.makePromise=z;function z(v,I,P){I===void 0&&(I=function($e){return It(new Error("Promise does not support operation: "+$e))}),P===void 0&&(P=function(){return{state:"unknown"}});var ie=_(z.prototype);if(ie.promiseDispatch=function($e,Re,St){var yt;try{v[Re]?yt=v[Re].apply(ie,St):yt=I.call(ie,Re,St)}catch(xt){yt=It(xt)}$e&&$e(yt)},ie.inspect=P,P){var De=P();De.state==="rejected"&&(ie.exception=De.reason),ie.valueOf=function(){var $e=P();return $e.state==="pending"||$e.state==="rejected"?ie:$e.value}}return ie}z.prototype.toString=function(){return"[object Promise]"},z.prototype.then=function(v,I,P){var ie=this,De=b(),$e=!1;function Re(xt){try{return typeof v=="function"?v(xt):xt}catch(Et){return It(Et)}}function St(xt){if(typeof I=="function"){pe(xt,ie);try{return I(xt)}catch(Et){return It(Et)}}return It(xt)}function yt(xt){return typeof P=="function"?P(xt):xt}return g.nextTick(function(){ie.promiseDispatch(function(xt){$e||($e=!0,De.resolve(Re(xt)))},"when",[function(xt){$e||($e=!0,De.resolve(St(xt)))}])}),ie.promiseDispatch(void 0,"when",[void 0,function(xt){var Et,tr=!1;try{Et=yt(xt)}catch(xo){if(tr=!0,g.onerror)g.onerror(xo);else throw xo}tr||De.notify(Et)}]),De.promise},g.tap=function(v,I){return g(v).tap(I)},z.prototype.tap=function(v){return v=g(v),this.then(function(I){return v.fcall(I).thenResolve(I)})},g.when=oe;function oe(v,I,P,ie){return g(v).then(I,P,ie)}z.prototype.thenResolve=function(v){return this.then(function(){return v})},g.thenResolve=function(v,I){return g(v).thenResolve(I)},z.prototype.thenReject=function(v){return this.then(function(){throw v})},g.thenReject=function(v,I){return g(v).thenReject(I)},g.nearer=A;function A(v){if(Ye(v)){var I=v.inspect();if(I.state==="fulfilled")return I.value}return v}g.isPromise=Ye;function Ye(v){return v instanceof z}g.isPromiseAlike=me;function me(v){return U(v)&&typeof v.then=="function"}g.isPending=V;function V(v){return Ye(v)&&v.inspect().state==="pending"}z.prototype.isPending=function(){return this.inspect().state==="pending"},g.isFulfilled=X;function X(v){return!Ye(v)||v.inspect().state==="fulfilled"}z.prototype.isFulfilled=function(){return this.inspect().state==="fulfilled"},g.isRejected=ze;function ze(v){return Ye(v)&&v.inspect().state==="rejected"}z.prototype.isRejected=function(){return this.inspect().state==="rejected"};var we=[],rt=[],kr=[],_e=!0;function $(){we.length=0,rt.length=0,_e||(_e=!0)}function Io(v,I){!_e||(typeof process=="object"&&typeof process.emit=="function"&&g.nextTick.runAfter(function(){u(rt,v)!==-1&&(process.emit("unhandledRejection",I,v),kr.push(v))}),rt.push(v),I&&typeof I.stack!="undefined"?we.push(I.stack):we.push("(no stack) "+I))}function So(v){if(!!_e){var I=u(rt,v);I!==-1&&(typeof process=="object"&&typeof process.emit=="function"&&g.nextTick.runAfter(function(){var P=u(kr,v);P!==-1&&(process.emit("rejectionHandled",we[I],v),kr.splice(P,1))}),rt.splice(I,1),we.splice(I,1))}}g.resetUnhandledRejections=$,g.getUnhandledReasons=function(){return we.slice()},g.stopUnhandledRejectionTracking=function(){$(),_e=!1},$(),g.reject=It;function It(v){var I=z({when:function(P){return P&&So(this),P?P(v):this}},function(){return this},function(){return{state:"rejected",reason:v}});return Io(I,v),I}g.fulfill=Ke;function Ke(v){return z({when:function(){return v},get:function(I){return v[I]},set:function(I,P){v[I]=P},delete:function(I){delete v[I]},post:function(I,P){return I==null?v.apply(void 0,P):v[I].apply(v,P)},apply:function(I,P){return v.apply(I,P)},keys:function(){return S(v)}},void 0,function(){return{state:"fulfilled",value:v}})}function Ht(v){var I=b();return g.nextTick(function(){try{v.then(I.resolve,I.reject,I.notify)}catch(P){I.reject(P)}}),I.promise}g.master=bt;function bt(v){return z({isDef:function(){}},function(P,ie){return fe(v,P,ie)},function(){return g(v).inspect()})}g.spread=q;function q(v,I,P){return g(v).spread(I,P)}z.prototype.spread=function(v,I){return this.all().then(function(P){return v.apply(void 0,P)},I)},g.async=d;function d(v){return function(){function I($e,Re){var St;if(typeof StopIteration=="undefined"){try{St=P[$e](Re)}catch(yt){return It(yt)}return St.done?g(St.value):oe(St.value,ie,De)}else{try{St=P[$e](Re)}catch(yt){return W(yt)?g(yt.value):It(yt)}return oe(St,ie,De)}}var P=v.apply(this,arguments),ie=I.bind(I,"next"),De=I.bind(I,"throw");return ie()}}g.spawn=m;function m(v){g.done(g.async(v)())}g.return=B;function B(v){throw new L(v)}g.promised=R;function R(v){return function(){return q([this,se(arguments)],function(I,P){return v.apply(I,P)})}}g.dispatch=fe;function fe(v,I,P){return g(v).dispatch(I,P)}z.prototype.dispatch=function(v,I){var P=this,ie=b();return g.nextTick(function(){P.promiseDispatch(ie.resolve,v,I)}),ie.promise},g.get=function(v,I){return g(v).dispatch("get",[I])},z.prototype.get=function(v){return this.dispatch("get",[v])},g.set=function(v,I,P){return g(v).dispatch("set",[I,P])},z.prototype.set=function(v,I){return this.dispatch("set",[v,I])},g.del=g.delete=function(v,I){return g(v).dispatch("delete",[I])},z.prototype.del=z.prototype.delete=function(v){return this.dispatch("delete",[v])},g.mapply=g.post=function(v,I,P){return g(v).dispatch("post",[I,P])},z.prototype.mapply=z.prototype.post=function(v,I){return this.dispatch("post",[v,I])},g.send=g.mcall=g.invoke=function(v,I){return g(v).dispatch("post",[I,s(arguments,2)])},z.prototype.send=z.prototype.mcall=z.prototype.invoke=function(v){return this.dispatch("post",[v,s(arguments,1)])},g.fapply=function(v,I){return g(v).dispatch("apply",[void 0,I])},z.prototype.fapply=function(v){return this.dispatch("apply",[void 0,v])},g.try=g.fcall=function(v){return g(v).dispatch("apply",[void 0,s(arguments,1)])},z.prototype.fcall=function(){return this.dispatch("apply",[void 0,s(arguments)])},g.fbind=function(v){var I=g(v),P=s(arguments,1);return function(){return I.dispatch("apply",[this,P.concat(s(arguments))])}},z.prototype.fbind=function(){var v=this,I=s(arguments);return function(){return v.dispatch("apply",[this,I.concat(s(arguments))])}},g.keys=function(v){return g(v).dispatch("keys",[])},z.prototype.keys=function(){return this.dispatch("keys",[])},g.all=se;function se(v){return oe(v,function(I){var P=0,ie=b();return l(I,function(De,$e,Re){var St;Ye($e)&&(St=$e.inspect()).state==="fulfilled"?I[Re]=St.value:(++P,oe($e,function(yt){I[Re]=yt,--P==0&&ie.resolve(I)},ie.reject,function(yt){ie.notify({index:Re,value:yt})}))},void 0),P===0&&ie.resolve(I),ie.promise})}z.prototype.all=function(){return se(this)},g.any=nt;function nt(v){if(v.length===0)return g.resolve();var I=g.defer(),P=0;return l(v,function(ie,De,$e){var Re=v[$e];P++,oe(Re,St,yt,xt);function St(Et){I.resolve(Et)}function yt(Et){if(P--,P===0){var tr=Et||new Error(""+Et);tr.message="Q can't get fulfillment value from any promise, all promises were rejected. Last error message: "+tr.message,I.reject(tr)}}function xt(Et){I.notify({index:$e,value:Et})}},void 0),I.promise}z.prototype.any=function(){return nt(this)},g.allResolved=y(Ze,"allResolved","allSettled");function Ze(v){return oe(v,function(I){return I=c(I,g),oe(se(c(I,function(P){return oe(P,n,n)})),function(){return I})})}z.prototype.allResolved=function(){return Ze(this)},g.allSettled=vt;function vt(v){return g(v).allSettled()}z.prototype.allSettled=function(){return this.then(function(v){return se(c(v,function(I){I=g(I);function P(){return I.inspect()}return I.then(P,P)}))})},g.fail=g.catch=function(v,I){return g(v).then(void 0,I)},z.prototype.fail=z.prototype.catch=function(v){return this.then(void 0,v)},g.progress=br;function br(v,I){return g(v).then(void 0,void 0,I)}z.prototype.progress=function(v){return this.then(void 0,void 0,v)},g.fin=g.finally=function(v,I){return g(v).finally(I)},z.prototype.fin=z.prototype.finally=function(v){if(!v||typeof v.apply!="function")throw new Error("Q can't apply finally callback");return v=g(v),this.then(function(I){return v.fcall().then(function(){return I})},function(I){return v.fcall().then(function(){throw I})})},g.done=function(v,I,P,ie){return g(v).done(I,P,ie)},z.prototype.done=function(v,I,P){var ie=function($e){g.nextTick(function(){if(pe($e,De),g.onerror)g.onerror($e);else throw $e})},De=v||I||P?this.then(v,I,P):this;typeof process=="object"&&process&&process.domain&&(ie=process.domain.bind(ie)),De.then(void 0,ie)},g.timeout=function(v,I,P){return g(v).timeout(I,P)},z.prototype.timeout=function(v,I){var P=b(),ie=setTimeout(function(){(!I||typeof I=="string")&&(I=new Error(I||"Timed out after "+v+" ms"),I.code="ETIMEDOUT"),P.reject(I)},v);return this.then(function(De){clearTimeout(ie),P.resolve(De)},function(De){clearTimeout(ie),P.reject(De)},P.notify),P.promise},g.delay=function(v,I){return I===void 0&&(I=v,v=void 0),g(v).delay(I)},z.prototype.delay=function(v){return this.then(function(I){var P=b();return setTimeout(function(){P.resolve(I)},v),P.promise})},g.nfapply=function(v,I){return g(v).nfapply(I)},z.prototype.nfapply=function(v){var I=b(),P=s(v);return P.push(I.makeNodeResolver()),this.fapply(P).fail(I.reject),I.promise},g.nfcall=function(v){var I=s(arguments,1);return g(v).nfapply(I)},z.prototype.nfcall=function(){var v=s(arguments),I=b();return v.push(I.makeNodeResolver()),this.fapply(v).fail(I.reject),I.promise},g.nfbind=g.denodeify=function(v){if(v===void 0)throw new Error("Q can't wrap an undefined function");var I=s(arguments,1);return function(){var P=I.concat(s(arguments)),ie=b();return P.push(ie.makeNodeResolver()),g(v).fapply(P).fail(ie.reject),ie.promise}},z.prototype.nfbind=z.prototype.denodeify=function(){var v=s(arguments);return v.unshift(this),g.denodeify.apply(void 0,v)},g.nbind=function(v,I){var P=s(arguments,2);return function(){var ie=P.concat(s(arguments)),De=b();ie.push(De.makeNodeResolver());function $e(){return v.apply(I,arguments)}return g($e).fapply(ie).fail(De.reject),De.promise}},z.prototype.nbind=function(){var v=s(arguments,0);return v.unshift(this),g.nbind.apply(void 0,v)},g.nmapply=g.npost=function(v,I,P){return g(v).npost(I,P)},z.prototype.nmapply=z.prototype.npost=function(v,I){var P=s(I||[]),ie=b();return P.push(ie.makeNodeResolver()),this.dispatch("post",[v,P]).fail(ie.reject),ie.promise},g.nsend=g.nmcall=g.ninvoke=function(v,I){var P=s(arguments,2),ie=b();return P.push(ie.makeNodeResolver()),g(v).dispatch("post",[I,P]).fail(ie.reject),ie.promise},z.prototype.nsend=z.prototype.nmcall=z.prototype.ninvoke=function(v){var I=s(arguments,1),P=b();return I.push(P.makeNodeResolver()),this.dispatch("post",[v,I]).fail(P.reject),P.promise},g.nodeify=ke;function ke(v,I){return g(v).nodeify(I)}z.prototype.nodeify=function(v){if(v)this.then(function(I){g.nextTick(function(){v(null,I)})},function(I){g.nextTick(function(){v(I)})});else return this},g.noConflict=function(){throw new Error("Q.noConflict only works when Q is used as a global")};var Cn=de();return g})});var qB=M(_B=>{var hD=Ci("util"),yB=Vo();_B.Multiplexer=jB;function wD(t,e,r){function n(i,o,f){e.call(this,i,o,f)}return hD.inherits(n,e),n.prototype.writeMessageBegin=function(i,o,f){o==yB.MessageType.CALL||o==yB.MessageType.ONEWAY?(r.seqId2Service[f]=t,n.super_.prototype.writeMessageBegin.call(this,t+":"+i,o,f)):n.super_.prototype.writeMessageBegin.call(this,i,o,f)},n}function jB(){this.seqid=0}jB.prototype.createClient=function(t,e,r){e.Client&&(e=e.Client);var n=function(l,u){r.write(l,u)},i=new r.transport(void 0,n),o=new wD(t,r.protocol,r),f=new e(i,o),s=this;return f.new_seqid=function(){return s.seqid+=1,s.seqid},typeof r.client!="object"&&(r.client={}),r.client[t]=f,f}});var TB=M((q5,vB)=>{var ia=Pp(),gD=Zf(),yD=Gh();vB.exports=ir;function ir(t,e){this.inBuf=t||new Buffer(0),this.outBuffers=[],this.outCount=0,this.readPos=0,this.onFlush=e}ir.prototype=new yD;ir.receiver=function(t,e){var r=null;return function(n){for(r&&(n=Buffer.concat([r,n]),r=null);n.length;){if(n.length<4){r=n;return}var i=ia.readI32(n,0);if(n.length<4+i){r=n;return}var o=n.slice(4,4+i);r=n.slice(4+i),t(new ir(o),e),n=r,r=null}}};ir.prototype.commitPosition=function(){},ir.prototype.rollbackPosition=function(){},ir.prototype.isOpen=function(){return!0};ir.prototype.open=function(){};ir.prototype.close=function(){};ir.prototype.setCurrSeqId=function(t){this._seqid=t};ir.prototype.ensureAvailable=function(t){if(this.readPos+t>this.inBuf.length)throw new gD};ir.prototype.read=function(t){this.ensureAvailable(t);var e=this.readPos+t;if(this.inBuf.length<e)throw new Error("read("+t+") failed - not enough data");var r=this.inBuf.slice(this.readPos,e);return this.readPos=e,r};ir.prototype.readByte=function(){return this.ensureAvailable(1),ia.readByte(this.inBuf[this.readPos++])};ir.prototype.readI16=function(){this.ensureAvailable(2);var t=ia.readI16(this.inBuf,this.readPos);return this.readPos+=2,t};ir.prototype.readI32=function(){this.ensureAvailable(4);var t=ia.readI32(this.inBuf,this.readPos);return this.readPos+=4,t};ir.prototype.readDouble=function(){this.ensureAvailable(8);var t=ia.readDouble(this.inBuf,this.readPos);return this.readPos+=8,t};ir.prototype.readString=function(t){this.ensureAvailable(t);var e=this.inBuf.toString("utf8",this.readPos,this.readPos+t);return this.readPos+=t,e};ir.prototype.borrow=function(){return{buf:this.inBuf,readIndex:this.readPos,writeIndex:this.inBuf.length}};ir.prototype.consume=function(t){this.readPos+=t};ir.prototype.write=function(t,e){typeof t=="string"&&(t=new Buffer(t,e||"utf8")),this.outBuffers.push(t),this.outCount+=t.length};ir.prototype.flush=function(){var t=this._seqid;this._seqid=null;var e=new Buffer(this.outCount),r=0;if(this.outBuffers.forEach(function(i){i.copy(e,r,0),r+=i.length}),this.onFlush){var n=new Buffer(e.length+4);ia.writeI32(n,e.length),e.copy(n,4,0,e.length),this.onFlush&&this.onFlush(n,t)}this.outBuffers=[],this.outCount=0}});var kB=M((v5,BB)=>{var jD=Hp();BB.exports=Ur;function Ur(t){this.__reset(t)}Ur.prototype.__reset=function(t){this.url=t,this.socket=null,this.callbacks=[],this.send_pending=[],this.send_buf="",this.recv_buf="",this.rb_wpos=0,this.rb_rpos=0};Ur.prototype.flush=function(t,e){var r=this;this.isOpen()?(this.socket.send(this.send_buf),this.callbacks.push(function(){var n=e;return function(i){r.setRecvBuffer(i),n()}}())):this.send_pending.push({buf:this.send_buf,cb:e})};Ur.prototype.__onOpen=function(){var t=this;this.send_pending.length>0&&(this.send_pending.forEach(function(e){t.socket.send(e.buf),t.callbacks.push(function(){var r=e.cb;return function(n){t.setRecvBuffer(n),r()}}())}),this.send_pending=[])};Ur.prototype.__onClose=function(t){this.__reset(this.url)};Ur.prototype.__onMessage=function(t){this.callbacks.length&&this.callbacks.shift()(t.data)};Ur.prototype.__onError=function(t){jD.error("websocket: "+t.toString()),this.socket.close()};Ur.prototype.setRecvBuffer=function(t){this.recv_buf=t,this.recv_buf_sz=this.recv_buf.length,this.wpos=this.recv_buf.length,this.rpos=0};Ur.prototype.isOpen=function(){return this.socket&&this.socket.readyState==this.socket.OPEN};Ur.prototype.open=function(){this.socket&&this.socket.readyState!=this.socket.CLOSED||(this.socket=new WebSocket(this.url),this.socket.onopen=this.__onOpen.bind(this),this.socket.onmessage=this.__onMessage.bind(this),this.socket.onerror=this.__onError.bind(this),this.socket.onclose=this.__onClose.bind(this))};Ur.prototype.close=function(){this.socket.close()};Ur.prototype.read=function(t){var e=this.wpos-this.rpos;if(e===0)return"";var r=t;e<t&&(r=e);var n=this.read_buf.substr(this.rpos,r);return this.rpos+=r,n};Ur.prototype.readAll=function(){return this.recv_buf};Ur.prototype.write=function(t){this.send_buf=t};Ur.prototype.getSendBuffer=function(){return this.send_buf}});var st=M(qr=>{qr.Thrift=Vo();var ew=mB();qr.WSConnection=ew.WSConnection;qr.createWSConnection=ew.createWSConnection;qr.createWSClient=ew.createWSClient;var tw=hB();qr.XHRConnection=tw.XHRConnection;qr.createXHRConnection=tw.createXHRConnection;qr.createXHRClient=tw.createXHRClient;qr.Int64=zr();qr.Q=gB();var _D=qB();qr.Multiplexer=_D.Multiplexer;qr.TBufferedTransport=Zl();qr.TFramedTransport=TB();qr.TWebSocketTransport=kB();qr.Protocol=Xl();qr.TJSONProtocol=Xl();qr.TBinaryProtocol=Kh();qr.TCompactProtocol=Vh()});var rw,Xr,oo,Ql=re(()=>{rw=Oe(zr()),Xr=Oe(st()),oo=class{constructor(e){e!=null&&e.max!=null&&(this.max=e.max),e!=null&&e.min!=null&&(this.min=e.min),e!=null&&e.null_count!=null&&(typeof e.null_count=="number"?this.null_count=new rw.default(e.null_count):this.null_count=e.null_count),e!=null&&e.distinct_count!=null&&(typeof e.distinct_count=="number"?this.distinct_count=new rw.default(e.distinct_count):this.distinct_count=e.distinct_count),e!=null&&e.max_value!=null&&(this.max_value=e.max_value),e!=null&&e.min_value!=null&&(this.min_value=e.min_value)}write(e){e.writeStructBegin("Statistics"),this.max!=null&&(e.writeFieldBegin("max",Xr.Thrift.Type.STRING,1),e.writeBinary(this.max),e.writeFieldEnd()),this.min!=null&&(e.writeFieldBegin("min",Xr.Thrift.Type.STRING,2),e.writeBinary(this.min),e.writeFieldEnd()),this.null_count!=null&&(e.writeFieldBegin("null_count",Xr.Thrift.Type.I64,3),e.writeI64(this.null_count),e.writeFieldEnd()),this.distinct_count!=null&&(e.writeFieldBegin("distinct_count",Xr.Thrift.Type.I64,4),e.writeI64(this.distinct_count),e.writeFieldEnd()),this.max_value!=null&&(e.writeFieldBegin("max_value",Xr.Thrift.Type.STRING,5),e.writeBinary(this.max_value),e.writeFieldEnd()),this.min_value!=null&&(e.writeFieldBegin("min_value",Xr.Thrift.Type.STRING,6),e.writeBinary(this.min_value),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===Xr.Thrift.Type.STOP)break;switch(o){case 1:if(i===Xr.Thrift.Type.STRING){let f=e.readBinary();r.max=f}else e.skip(i);break;case 2:if(i===Xr.Thrift.Type.STRING){let f=e.readBinary();r.min=f}else e.skip(i);break;case 3:if(i===Xr.Thrift.Type.I64){let f=e.readI64();r.null_count=f}else e.skip(i);break;case 4:if(i===Xr.Thrift.Type.I64){let f=e.readI64();r.distinct_count=f}else e.skip(i);break;case 5:if(i===Xr.Thrift.Type.STRING){let f=e.readBinary();r.max_value=f}else e.skip(i);break;case 6:if(i===Xr.Thrift.Type.STRING){let f=e.readBinary();r.min_value=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}return e.readStructEnd(),new oo(r)}}});var IB,$l,nw=re(()=>{IB=Oe(st()),$l=class{constructor(){}write(e){e.writeStructBegin("StringType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===IB.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new $l}}});var SB,eu,iw=re(()=>{SB=Oe(st()),eu=class{constructor(){}write(e){e.writeStructBegin("UUIDType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===SB.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new eu}}});var xB,tu,ow=re(()=>{xB=Oe(st()),tu=class{constructor(){}write(e){e.writeStructBegin("MapType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===xB.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new tu}}});var EB,ru,fw=re(()=>{EB=Oe(st()),ru=class{constructor(){}write(e){e.writeStructBegin("ListType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===EB.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new ru}}});var AB,nu,sw=re(()=>{AB=Oe(st()),nu=class{constructor(){}write(e){e.writeStructBegin("EnumType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===AB.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new nu}}});var OB,iu,aw=re(()=>{OB=Oe(st()),iu=class{constructor(){}write(e){e.writeStructBegin("DateType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===OB.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new iu}}});var NB,ou,lw=re(()=>{NB=Oe(st()),ou=class{constructor(){}write(e){e.writeStructBegin("NullType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===NB.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new ou}}});var yn,fu,uw=re(()=>{yn=Oe(st()),fu=class{constructor(e){if(e!=null&&e.scale!=null)this.scale=e.scale;else throw new yn.Thrift.TProtocolException(yn.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[scale] is unset!");if(e!=null&&e.precision!=null)this.precision=e.precision;else throw new yn.Thrift.TProtocolException(yn.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[precision] is unset!")}write(e){e.writeStructBegin("DecimalType"),this.scale!=null&&(e.writeFieldBegin("scale",yn.Thrift.Type.I32,1),e.writeI32(this.scale),e.writeFieldEnd()),this.precision!=null&&(e.writeFieldBegin("precision",yn.Thrift.Type.I32,2),e.writeI32(this.precision),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===yn.Thrift.Type.STOP)break;switch(o){case 1:if(i===yn.Thrift.Type.I32){let f=e.readI32();r.scale=f}else e.skip(i);break;case 2:if(i===yn.Thrift.Type.I32){let f=e.readI32();r.precision=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.scale!==void 0&&r.precision!==void 0)return new fu(r);throw new yn.Thrift.TProtocolException(yn.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read DecimalType from input")}}});var DB,su,cw=re(()=>{DB=Oe(st()),su=class{constructor(){}write(e){e.writeStructBegin("MilliSeconds"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===DB.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new su}}});var FB,au,pw=re(()=>{FB=Oe(st()),au=class{constructor(){}write(e){e.writeStructBegin("MicroSeconds"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===FB.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new au}}});var Or,bi,Cp=re(()=>{Or=Oe(st());pw();cw();bi=class{constructor(e){let r=0;if(e!=null){if(e.MILLIS!=null&&(r++,this.MILLIS=e.MILLIS),e.MICROS!=null&&(r++,this.MICROS=e.MICROS),r>1)throw new Or.Thrift.TProtocolException(Or.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with more than one set value!");if(r<1)throw new Or.Thrift.TProtocolException(Or.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with no set value!")}}static fromMILLIS(e){return new bi({MILLIS:e})}static fromMICROS(e){return new bi({MICROS:e})}write(e){e.writeStructBegin("TimeUnit"),this.MILLIS!=null&&(e.writeFieldBegin("MILLIS",Or.Thrift.Type.STRUCT,1),this.MILLIS.write(e),e.writeFieldEnd()),this.MICROS!=null&&(e.writeFieldBegin("MICROS",Or.Thrift.Type.STRUCT,2),this.MICROS.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){let r=0,n=null;for(e.readStructBegin();;){let i=e.readFieldBegin(),o=i.ftype,f=i.fid;if(o===Or.Thrift.Type.STOP)break;switch(f){case 1:if(o===Or.Thrift.Type.STRUCT){r++;let s=su.read(e);n=bi.fromMILLIS(s)}else e.skip(o);break;case 2:if(o===Or.Thrift.Type.STRUCT){r++;let s=au.read(e);n=bi.fromMICROS(s)}else e.skip(o);break;default:e.skip(o)}e.readFieldEnd()}if(e.readStructEnd(),r>1)throw new Or.Thrift.TProtocolException(Or.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with more than one set value!");if(r<1)throw new Or.Thrift.TProtocolException(Or.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with no set value!");if(n!==null)return n;throw new Or.Thrift.TProtocolException(Or.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read data for TUnion")}}});var jn,lu,dw=re(()=>{jn=Oe(st());Cp();lu=class{constructor(e){if(e!=null&&e.isAdjustedToUTC!=null)this.isAdjustedToUTC=e.isAdjustedToUTC;else throw new jn.Thrift.TProtocolException(jn.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[isAdjustedToUTC] is unset!");if(e!=null&&e.unit!=null)this.unit=e.unit;else throw new jn.Thrift.TProtocolException(jn.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[unit] is unset!")}write(e){e.writeStructBegin("TimestampType"),this.isAdjustedToUTC!=null&&(e.writeFieldBegin("isAdjustedToUTC",jn.Thrift.Type.BOOL,1),e.writeBool(this.isAdjustedToUTC),e.writeFieldEnd()),this.unit!=null&&(e.writeFieldBegin("unit",jn.Thrift.Type.STRUCT,2),this.unit.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===jn.Thrift.Type.STOP)break;switch(o){case 1:if(i===jn.Thrift.Type.BOOL){let f=e.readBool();r.isAdjustedToUTC=f}else e.skip(i);break;case 2:if(i===jn.Thrift.Type.STRUCT){let f=bi.read(e);r.unit=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.isAdjustedToUTC!==void 0&&r.unit!==void 0)return new lu(r);throw new jn.Thrift.TProtocolException(jn.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read TimestampType from input")}}});var _n,uu,mw=re(()=>{_n=Oe(st());Cp();uu=class{constructor(e){if(e!=null&&e.isAdjustedToUTC!=null)this.isAdjustedToUTC=e.isAdjustedToUTC;else throw new _n.Thrift.TProtocolException(_n.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[isAdjustedToUTC] is unset!");if(e!=null&&e.unit!=null)this.unit=e.unit;else throw new _n.Thrift.TProtocolException(_n.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[unit] is unset!")}write(e){e.writeStructBegin("TimeType"),this.isAdjustedToUTC!=null&&(e.writeFieldBegin("isAdjustedToUTC",_n.Thrift.Type.BOOL,1),e.writeBool(this.isAdjustedToUTC),e.writeFieldEnd()),this.unit!=null&&(e.writeFieldBegin("unit",_n.Thrift.Type.STRUCT,2),this.unit.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===_n.Thrift.Type.STOP)break;switch(o){case 1:if(i===_n.Thrift.Type.BOOL){let f=e.readBool();r.isAdjustedToUTC=f}else e.skip(i);break;case 2:if(i===_n.Thrift.Type.STRUCT){let f=bi.read(e);r.unit=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.isAdjustedToUTC!==void 0&&r.unit!==void 0)return new uu(r);throw new _n.Thrift.TProtocolException(_n.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read TimeType from input")}}});var qn,cu,bw=re(()=>{qn=Oe(st()),cu=class{constructor(e){if(e!=null&&e.bitWidth!=null)this.bitWidth=e.bitWidth;else throw new qn.Thrift.TProtocolException(qn.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[bitWidth] is unset!");if(e!=null&&e.isSigned!=null)this.isSigned=e.isSigned;else throw new qn.Thrift.TProtocolException(qn.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[isSigned] is unset!")}write(e){e.writeStructBegin("IntType"),this.bitWidth!=null&&(e.writeFieldBegin("bitWidth",qn.Thrift.Type.BYTE,1),e.writeByte(this.bitWidth),e.writeFieldEnd()),this.isSigned!=null&&(e.writeFieldBegin("isSigned",qn.Thrift.Type.BOOL,2),e.writeBool(this.isSigned),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===qn.Thrift.Type.STOP)break;switch(o){case 1:if(i===qn.Thrift.Type.BYTE){let f=e.readByte();r.bitWidth=f}else e.skip(i);break;case 2:if(i===qn.Thrift.Type.BOOL){let f=e.readBool();r.isSigned=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.bitWidth!==void 0&&r.isSigned!==void 0)return new cu(r);throw new qn.Thrift.TProtocolException(qn.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read IntType from input")}}});var PB,pu,hw=re(()=>{PB=Oe(st()),pu=class{constructor(){}write(e){e.writeStructBegin("JsonType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===PB.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new pu}}});var RB,du,ww=re(()=>{RB=Oe(st()),du=class{constructor(){}write(e){e.writeStructBegin("BsonType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===RB.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new du}}});var at,Tt,gw=re(()=>{at=Oe(st());ww();aw();uw();sw();bw();hw();fw();ow();lw();nw();dw();mw();iw();Tt=class{constructor(e){let r=0;if(e!=null){if(e.STRING!=null&&(r++,this.STRING=e.STRING),e.MAP!=null&&(r++,this.MAP=e.MAP),e.LIST!=null&&(r++,this.LIST=e.LIST),e.ENUM!=null&&(r++,this.ENUM=e.ENUM),e.DECIMAL!=null&&(r++,this.DECIMAL=e.DECIMAL),e.DATE!=null&&(r++,this.DATE=e.DATE),e.TIME!=null&&(r++,this.TIME=e.TIME),e.TIMESTAMP!=null&&(r++,this.TIMESTAMP=e.TIMESTAMP),e.INTEGER!=null&&(r++,this.INTEGER=e.INTEGER),e.UNKNOWN!=null&&(r++,this.UNKNOWN=e.UNKNOWN),e.JSON!=null&&(r++,this.JSON=e.JSON),e.BSON!=null&&(r++,this.BSON=e.BSON),e.UUID!=null&&(r++,this.UUID=e.UUID),r>1)throw new at.Thrift.TProtocolException(at.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with more than one set value!");if(r<1)throw new at.Thrift.TProtocolException(at.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with no set value!")}}static fromSTRING(e){return new Tt({STRING:e})}static fromMAP(e){return new Tt({MAP:e})}static fromLIST(e){return new Tt({LIST:e})}static fromENUM(e){return new Tt({ENUM:e})}static fromDECIMAL(e){return new Tt({DECIMAL:e})}static fromDATE(e){return new Tt({DATE:e})}static fromTIME(e){return new Tt({TIME:e})}static fromTIMESTAMP(e){return new Tt({TIMESTAMP:e})}static fromINTEGER(e){return new Tt({INTEGER:e})}static fromUNKNOWN(e){return new Tt({UNKNOWN:e})}static fromJSON(e){return new Tt({JSON:e})}static fromBSON(e){return new Tt({BSON:e})}static fromUUID(e){return new Tt({UUID:e})}write(e){e.writeStructBegin("LogicalType"),this.STRING!=null&&(e.writeFieldBegin("STRING",at.Thrift.Type.STRUCT,1),this.STRING.write(e),e.writeFieldEnd()),this.MAP!=null&&(e.writeFieldBegin("MAP",at.Thrift.Type.STRUCT,2),this.MAP.write(e),e.writeFieldEnd()),this.LIST!=null&&(e.writeFieldBegin("LIST",at.Thrift.Type.STRUCT,3),this.LIST.write(e),e.writeFieldEnd()),this.ENUM!=null&&(e.writeFieldBegin("ENUM",at.Thrift.Type.STRUCT,4),this.ENUM.write(e),e.writeFieldEnd()),this.DECIMAL!=null&&(e.writeFieldBegin("DECIMAL",at.Thrift.Type.STRUCT,5),this.DECIMAL.write(e),e.writeFieldEnd()),this.DATE!=null&&(e.writeFieldBegin("DATE",at.Thrift.Type.STRUCT,6),this.DATE.write(e),e.writeFieldEnd()),this.TIME!=null&&(e.writeFieldBegin("TIME",at.Thrift.Type.STRUCT,7),this.TIME.write(e),e.writeFieldEnd()),this.TIMESTAMP!=null&&(e.writeFieldBegin("TIMESTAMP",at.Thrift.Type.STRUCT,8),this.TIMESTAMP.write(e),e.writeFieldEnd()),this.INTEGER!=null&&(e.writeFieldBegin("INTEGER",at.Thrift.Type.STRUCT,10),this.INTEGER.write(e),e.writeFieldEnd()),this.UNKNOWN!=null&&(e.writeFieldBegin("UNKNOWN",at.Thrift.Type.STRUCT,11),this.UNKNOWN.write(e),e.writeFieldEnd()),this.JSON!=null&&(e.writeFieldBegin("JSON",at.Thrift.Type.STRUCT,12),this.JSON.write(e),e.writeFieldEnd()),this.BSON!=null&&(e.writeFieldBegin("BSON",at.Thrift.Type.STRUCT,13),this.BSON.write(e),e.writeFieldEnd()),this.UUID!=null&&(e.writeFieldBegin("UUID",at.Thrift.Type.STRUCT,14),this.UUID.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){let r=0,n=null;for(e.readStructBegin();;){let i=e.readFieldBegin(),o=i.ftype,f=i.fid;if(o===at.Thrift.Type.STOP)break;switch(f){case 1:if(o===at.Thrift.Type.STRUCT){r++;let s=$l.read(e);n=Tt.fromSTRING(s)}else e.skip(o);break;case 2:if(o===at.Thrift.Type.STRUCT){r++;let s=tu.read(e);n=Tt.fromMAP(s)}else e.skip(o);break;case 3:if(o===at.Thrift.Type.STRUCT){r++;let s=ru.read(e);n=Tt.fromLIST(s)}else e.skip(o);break;case 4:if(o===at.Thrift.Type.STRUCT){r++;let s=nu.read(e);n=Tt.fromENUM(s)}else e.skip(o);break;case 5:if(o===at.Thrift.Type.STRUCT){r++;let s=fu.read(e);n=Tt.fromDECIMAL(s)}else e.skip(o);break;case 6:if(o===at.Thrift.Type.STRUCT){r++;let s=iu.read(e);n=Tt.fromDATE(s)}else e.skip(o);break;case 7:if(o===at.Thrift.Type.STRUCT){r++;let s=uu.read(e);n=Tt.fromTIME(s)}else e.skip(o);break;case 8:if(o===at.Thrift.Type.STRUCT){r++;let s=lu.read(e);n=Tt.fromTIMESTAMP(s)}else e.skip(o);break;case 10:if(o===at.Thrift.Type.STRUCT){r++;let s=cu.read(e);n=Tt.fromINTEGER(s)}else e.skip(o);break;case 11:if(o===at.Thrift.Type.STRUCT){r++;let s=ou.read(e);n=Tt.fromUNKNOWN(s)}else e.skip(o);break;case 12:if(o===at.Thrift.Type.STRUCT){r++;let s=pu.read(e);n=Tt.fromJSON(s)}else e.skip(o);break;case 13:if(o===at.Thrift.Type.STRUCT){r++;let s=du.read(e);n=Tt.fromBSON(s)}else e.skip(o);break;case 14:if(o===at.Thrift.Type.STRUCT){r++;let s=eu.read(e);n=Tt.fromUUID(s)}else e.skip(o);break;default:e.skip(o)}e.readFieldEnd()}if(e.readStructEnd(),r>1)throw new at.Thrift.TProtocolException(at.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with more than one set value!");if(r<1)throw new at.Thrift.TProtocolException(at.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with no set value!");if(n!==null)return n;throw new at.Thrift.TProtocolException(at.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read data for TUnion")}}});var Ft,Yo,yw=re(()=>{Ft=Oe(st());gw();Yo=class{constructor(e){if(e!=null&&e.type!=null&&(this.type=e.type),e!=null&&e.type_length!=null&&(this.type_length=e.type_length),e!=null&&e.repetition_type!=null&&(this.repetition_type=e.repetition_type),e!=null&&e.name!=null)this.name=e.name;else throw new Ft.Thrift.TProtocolException(Ft.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[name] is unset!");e!=null&&e.num_children!=null&&(this.num_children=e.num_children),e!=null&&e.converted_type!=null&&(this.converted_type=e.converted_type),e!=null&&e.scale!=null&&(this.scale=e.scale),e!=null&&e.precision!=null&&(this.precision=e.precision),e!=null&&e.field_id!=null&&(this.field_id=e.field_id),e!=null&&e.logicalType!=null&&(this.logicalType=e.logicalType)}write(e){e.writeStructBegin("SchemaElement"),this.type!=null&&(e.writeFieldBegin("type",Ft.Thrift.Type.I32,1),e.writeI32(this.type),e.writeFieldEnd()),this.type_length!=null&&(e.writeFieldBegin("type_length",Ft.Thrift.Type.I32,2),e.writeI32(this.type_length),e.writeFieldEnd()),this.repetition_type!=null&&(e.writeFieldBegin("repetition_type",Ft.Thrift.Type.I32,3),e.writeI32(this.repetition_type),e.writeFieldEnd()),this.name!=null&&(e.writeFieldBegin("name",Ft.Thrift.Type.STRING,4),e.writeString(this.name),e.writeFieldEnd()),this.num_children!=null&&(e.writeFieldBegin("num_children",Ft.Thrift.Type.I32,5),e.writeI32(this.num_children),e.writeFieldEnd()),this.converted_type!=null&&(e.writeFieldBegin("converted_type",Ft.Thrift.Type.I32,6),e.writeI32(this.converted_type),e.writeFieldEnd()),this.scale!=null&&(e.writeFieldBegin("scale",Ft.Thrift.Type.I32,7),e.writeI32(this.scale),e.writeFieldEnd()),this.precision!=null&&(e.writeFieldBegin("precision",Ft.Thrift.Type.I32,8),e.writeI32(this.precision),e.writeFieldEnd()),this.field_id!=null&&(e.writeFieldBegin("field_id",Ft.Thrift.Type.I32,9),e.writeI32(this.field_id),e.writeFieldEnd()),this.logicalType!=null&&(e.writeFieldBegin("logicalType",Ft.Thrift.Type.STRUCT,10),this.logicalType.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===Ft.Thrift.Type.STOP)break;switch(o){case 1:if(i===Ft.Thrift.Type.I32){let f=e.readI32();r.type=f}else e.skip(i);break;case 2:if(i===Ft.Thrift.Type.I32){let f=e.readI32();r.type_length=f}else e.skip(i);break;case 3:if(i===Ft.Thrift.Type.I32){let f=e.readI32();r.repetition_type=f}else e.skip(i);break;case 4:if(i===Ft.Thrift.Type.STRING){let f=e.readString();r.name=f}else e.skip(i);break;case 5:if(i===Ft.Thrift.Type.I32){let f=e.readI32();r.num_children=f}else e.skip(i);break;case 6:if(i===Ft.Thrift.Type.I32){let f=e.readI32();r.converted_type=f}else e.skip(i);break;case 7:if(i===Ft.Thrift.Type.I32){let f=e.readI32();r.scale=f}else e.skip(i);break;case 8:if(i===Ft.Thrift.Type.I32){let f=e.readI32();r.precision=f}else e.skip(i);break;case 9:if(i===Ft.Thrift.Type.I32){let f=e.readI32();r.field_id=f}else e.skip(i);break;case 10:if(i===Ft.Thrift.Type.STRUCT){let f=Tt.read(e);r.logicalType=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.name!==void 0)return new Yo(r);throw new Ft.Thrift.TProtocolException(Ft.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read SchemaElement from input")}}});var Gt,Xf,jw=re(()=>{Gt=Oe(st());Ql();Xf=class{constructor(e){if(e!=null&&e.num_values!=null)this.num_values=e.num_values;else throw new Gt.Thrift.TProtocolException(Gt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_values] is unset!");if(e!=null&&e.encoding!=null)this.encoding=e.encoding;else throw new Gt.Thrift.TProtocolException(Gt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[encoding] is unset!");if(e!=null&&e.definition_level_encoding!=null)this.definition_level_encoding=e.definition_level_encoding;else throw new Gt.Thrift.TProtocolException(Gt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[definition_level_encoding] is unset!");if(e!=null&&e.repetition_level_encoding!=null)this.repetition_level_encoding=e.repetition_level_encoding;else throw new Gt.Thrift.TProtocolException(Gt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[repetition_level_encoding] is unset!");e!=null&&e.statistics!=null&&(this.statistics=e.statistics)}write(e){e.writeStructBegin("DataPageHeader"),this.num_values!=null&&(e.writeFieldBegin("num_values",Gt.Thrift.Type.I32,1),e.writeI32(this.num_values),e.writeFieldEnd()),this.encoding!=null&&(e.writeFieldBegin("encoding",Gt.Thrift.Type.I32,2),e.writeI32(this.encoding),e.writeFieldEnd()),this.definition_level_encoding!=null&&(e.writeFieldBegin("definition_level_encoding",Gt.Thrift.Type.I32,3),e.writeI32(this.definition_level_encoding),e.writeFieldEnd()),this.repetition_level_encoding!=null&&(e.writeFieldBegin("repetition_level_encoding",Gt.Thrift.Type.I32,4),e.writeI32(this.repetition_level_encoding),e.writeFieldEnd()),this.statistics!=null&&(e.writeFieldBegin("statistics",Gt.Thrift.Type.STRUCT,5),this.statistics.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===Gt.Thrift.Type.STOP)break;switch(o){case 1:if(i===Gt.Thrift.Type.I32){let f=e.readI32();r.num_values=f}else e.skip(i);break;case 2:if(i===Gt.Thrift.Type.I32){let f=e.readI32();r.encoding=f}else e.skip(i);break;case 3:if(i===Gt.Thrift.Type.I32){let f=e.readI32();r.definition_level_encoding=f}else e.skip(i);break;case 4:if(i===Gt.Thrift.Type.I32){let f=e.readI32();r.repetition_level_encoding=f}else e.skip(i);break;case 5:if(i===Gt.Thrift.Type.STRUCT){let f=oo.read(e);r.statistics=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.num_values!==void 0&&r.encoding!==void 0&&r.definition_level_encoding!==void 0&&r.repetition_level_encoding!==void 0)return new Xf(r);throw new Gt.Thrift.TProtocolException(Gt.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read DataPageHeader from input")}}});var HB,mu,_w=re(()=>{HB=Oe(st()),mu=class{constructor(){}write(e){e.writeStructBegin("IndexPageHeader"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===HB.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new mu}}});var Qr,bu,qw=re(()=>{Qr=Oe(st()),bu=class{constructor(e){if(e!=null&&e.num_values!=null)this.num_values=e.num_values;else throw new Qr.Thrift.TProtocolException(Qr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_values] is unset!");if(e!=null&&e.encoding!=null)this.encoding=e.encoding;else throw new Qr.Thrift.TProtocolException(Qr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[encoding] is unset!");e!=null&&e.is_sorted!=null&&(this.is_sorted=e.is_sorted)}write(e){e.writeStructBegin("DictionaryPageHeader"),this.num_values!=null&&(e.writeFieldBegin("num_values",Qr.Thrift.Type.I32,1),e.writeI32(this.num_values),e.writeFieldEnd()),this.encoding!=null&&(e.writeFieldBegin("encoding",Qr.Thrift.Type.I32,2),e.writeI32(this.encoding),e.writeFieldEnd()),this.is_sorted!=null&&(e.writeFieldBegin("is_sorted",Qr.Thrift.Type.BOOL,3),e.writeBool(this.is_sorted),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===Qr.Thrift.Type.STOP)break;switch(o){case 1:if(i===Qr.Thrift.Type.I32){let f=e.readI32();r.num_values=f}else e.skip(i);break;case 2:if(i===Qr.Thrift.Type.I32){let f=e.readI32();r.encoding=f}else e.skip(i);break;case 3:if(i===Qr.Thrift.Type.BOOL){let f=e.readBool();r.is_sorted=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.num_values!==void 0&&r.encoding!==void 0)return new bu(r);throw new Qr.Thrift.TProtocolException(Qr.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read DictionaryPageHeader from input")}}});var gt,Qf,vw=re(()=>{gt=Oe(st());Ql();Qf=class{constructor(e){this.is_compressed=!0;if(e!=null&&e.num_values!=null)this.num_values=e.num_values;else throw new gt.Thrift.TProtocolException(gt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_values] is unset!");if(e!=null&&e.num_nulls!=null)this.num_nulls=e.num_nulls;else throw new gt.Thrift.TProtocolException(gt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_nulls] is unset!");if(e!=null&&e.num_rows!=null)this.num_rows=e.num_rows;else throw new gt.Thrift.TProtocolException(gt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_rows] is unset!");if(e!=null&&e.encoding!=null)this.encoding=e.encoding;else throw new gt.Thrift.TProtocolException(gt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[encoding] is unset!");if(e!=null&&e.definition_levels_byte_length!=null)this.definition_levels_byte_length=e.definition_levels_byte_length;else throw new gt.Thrift.TProtocolException(gt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[definition_levels_byte_length] is unset!");if(e!=null&&e.repetition_levels_byte_length!=null)this.repetition_levels_byte_length=e.repetition_levels_byte_length;else throw new gt.Thrift.TProtocolException(gt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[repetition_levels_byte_length] is unset!");e!=null&&e.is_compressed!=null&&(this.is_compressed=e.is_compressed),e!=null&&e.statistics!=null&&(this.statistics=e.statistics)}write(e){e.writeStructBegin("DataPageHeaderV2"),this.num_values!=null&&(e.writeFieldBegin("num_values",gt.Thrift.Type.I32,1),e.writeI32(this.num_values),e.writeFieldEnd()),this.num_nulls!=null&&(e.writeFieldBegin("num_nulls",gt.Thrift.Type.I32,2),e.writeI32(this.num_nulls),e.writeFieldEnd()),this.num_rows!=null&&(e.writeFieldBegin("num_rows",gt.Thrift.Type.I32,3),e.writeI32(this.num_rows),e.writeFieldEnd()),this.encoding!=null&&(e.writeFieldBegin("encoding",gt.Thrift.Type.I32,4),e.writeI32(this.encoding),e.writeFieldEnd()),this.definition_levels_byte_length!=null&&(e.writeFieldBegin("definition_levels_byte_length",gt.Thrift.Type.I32,5),e.writeI32(this.definition_levels_byte_length),e.writeFieldEnd()),this.repetition_levels_byte_length!=null&&(e.writeFieldBegin("repetition_levels_byte_length",gt.Thrift.Type.I32,6),e.writeI32(this.repetition_levels_byte_length),e.writeFieldEnd()),this.is_compressed!=null&&(e.writeFieldBegin("is_compressed",gt.Thrift.Type.BOOL,7),e.writeBool(this.is_compressed),e.writeFieldEnd()),this.statistics!=null&&(e.writeFieldBegin("statistics",gt.Thrift.Type.STRUCT,8),this.statistics.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===gt.Thrift.Type.STOP)break;switch(o){case 1:if(i===gt.Thrift.Type.I32){let f=e.readI32();r.num_values=f}else e.skip(i);break;case 2:if(i===gt.Thrift.Type.I32){let f=e.readI32();r.num_nulls=f}else e.skip(i);break;case 3:if(i===gt.Thrift.Type.I32){let f=e.readI32();r.num_rows=f}else e.skip(i);break;case 4:if(i===gt.Thrift.Type.I32){let f=e.readI32();r.encoding=f}else e.skip(i);break;case 5:if(i===gt.Thrift.Type.I32){let f=e.readI32();r.definition_levels_byte_length=f}else e.skip(i);break;case 6:if(i===gt.Thrift.Type.I32){let f=e.readI32();r.repetition_levels_byte_length=f}else e.skip(i);break;case 7:if(i===gt.Thrift.Type.BOOL){let f=e.readBool();r.is_compressed=f}else e.skip(i);break;case 8:if(i===gt.Thrift.Type.STRUCT){let f=oo.read(e);r.statistics=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.num_values!==void 0&&r.num_nulls!==void 0&&r.num_rows!==void 0&&r.encoding!==void 0&&r.definition_levels_byte_length!==void 0&&r.repetition_levels_byte_length!==void 0)return new Qf(r);throw new gt.Thrift.TProtocolException(gt.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read DataPageHeaderV2 from input")}}});var Pt,Ko,zB=re(()=>{Pt=Oe(st());jw();vw();qw();_w();Ko=class{constructor(e){if(e!=null&&e.type!=null)this.type=e.type;else throw new Pt.Thrift.TProtocolException(Pt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[type] is unset!");if(e!=null&&e.uncompressed_page_size!=null)this.uncompressed_page_size=e.uncompressed_page_size;else throw new Pt.Thrift.TProtocolException(Pt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[uncompressed_page_size] is unset!");if(e!=null&&e.compressed_page_size!=null)this.compressed_page_size=e.compressed_page_size;else throw new Pt.Thrift.TProtocolException(Pt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[compressed_page_size] is unset!");e!=null&&e.crc!=null&&(this.crc=e.crc),e!=null&&e.data_page_header!=null&&(this.data_page_header=e.data_page_header),e!=null&&e.index_page_header!=null&&(this.index_page_header=e.index_page_header),e!=null&&e.dictionary_page_header!=null&&(this.dictionary_page_header=e.dictionary_page_header),e!=null&&e.data_page_header_v2!=null&&(this.data_page_header_v2=e.data_page_header_v2)}write(e){e.writeStructBegin("PageHeader"),this.type!=null&&(e.writeFieldBegin("type",Pt.Thrift.Type.I32,1),e.writeI32(this.type),e.writeFieldEnd()),this.uncompressed_page_size!=null&&(e.writeFieldBegin("uncompressed_page_size",Pt.Thrift.Type.I32,2),e.writeI32(this.uncompressed_page_size),e.writeFieldEnd()),this.compressed_page_size!=null&&(e.writeFieldBegin("compressed_page_size",Pt.Thrift.Type.I32,3),e.writeI32(this.compressed_page_size),e.writeFieldEnd()),this.crc!=null&&(e.writeFieldBegin("crc",Pt.Thrift.Type.I32,4),e.writeI32(this.crc),e.writeFieldEnd()),this.data_page_header!=null&&(e.writeFieldBegin("data_page_header",Pt.Thrift.Type.STRUCT,5),this.data_page_header.write(e),e.writeFieldEnd()),this.index_page_header!=null&&(e.writeFieldBegin("index_page_header",Pt.Thrift.Type.STRUCT,6),this.index_page_header.write(e),e.writeFieldEnd()),this.dictionary_page_header!=null&&(e.writeFieldBegin("dictionary_page_header",Pt.Thrift.Type.STRUCT,7),this.dictionary_page_header.write(e),e.writeFieldEnd()),this.data_page_header_v2!=null&&(e.writeFieldBegin("data_page_header_v2",Pt.Thrift.Type.STRUCT,8),this.data_page_header_v2.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===Pt.Thrift.Type.STOP)break;switch(o){case 1:if(i===Pt.Thrift.Type.I32){let f=e.readI32();r.type=f}else e.skip(i);break;case 2:if(i===Pt.Thrift.Type.I32){let f=e.readI32();r.uncompressed_page_size=f}else e.skip(i);break;case 3:if(i===Pt.Thrift.Type.I32){let f=e.readI32();r.compressed_page_size=f}else e.skip(i);break;case 4:if(i===Pt.Thrift.Type.I32){let f=e.readI32();r.crc=f}else e.skip(i);break;case 5:if(i===Pt.Thrift.Type.STRUCT){let f=Xf.read(e);r.data_page_header=f}else e.skip(i);break;case 6:if(i===Pt.Thrift.Type.STRUCT){let f=mu.read(e);r.index_page_header=f}else e.skip(i);break;case 7:if(i===Pt.Thrift.Type.STRUCT){let f=bu.read(e);r.dictionary_page_header=f}else e.skip(i);break;case 8:if(i===Pt.Thrift.Type.STRUCT){let f=Qf.read(e);r.data_page_header_v2=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.type!==void 0&&r.uncompressed_page_size!==void 0&&r.compressed_page_size!==void 0)return new Ko(r);throw new Pt.Thrift.TProtocolException(Pt.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read PageHeader from input")}}});var hi,fo,Vp=re(()=>{hi=Oe(st()),fo=class{constructor(e){if(e!=null&&e.key!=null)this.key=e.key;else throw new hi.Thrift.TProtocolException(hi.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[key] is unset!");e!=null&&e.value!=null&&(this.value=e.value)}write(e){e.writeStructBegin("KeyValue"),this.key!=null&&(e.writeFieldBegin("key",hi.Thrift.Type.STRING,1),e.writeString(this.key),e.writeFieldEnd()),this.value!=null&&(e.writeFieldBegin("value",hi.Thrift.Type.STRING,2),e.writeString(this.value),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===hi.Thrift.Type.STOP)break;switch(o){case 1:if(i===hi.Thrift.Type.STRING){let f=e.readString();r.key=f}else e.skip(i);break;case 2:if(i===hi.Thrift.Type.STRING){let f=e.readString();r.value=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.key!==void 0)return new fo(r);throw new hi.Thrift.TProtocolException(hi.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read KeyValue from input")}}});var Nr,hu,Tw=re(()=>{Nr=Oe(st()),hu=class{constructor(e){if(e!=null&&e.column_idx!=null)this.column_idx=e.column_idx;else throw new Nr.Thrift.TProtocolException(Nr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[column_idx] is unset!");if(e!=null&&e.descending!=null)this.descending=e.descending;else throw new Nr.Thrift.TProtocolException(Nr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[descending] is unset!");if(e!=null&&e.nulls_first!=null)this.nulls_first=e.nulls_first;else throw new Nr.Thrift.TProtocolException(Nr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[nulls_first] is unset!")}write(e){e.writeStructBegin("SortingColumn"),this.column_idx!=null&&(e.writeFieldBegin("column_idx",Nr.Thrift.Type.I32,1),e.writeI32(this.column_idx),e.writeFieldEnd()),this.descending!=null&&(e.writeFieldBegin("descending",Nr.Thrift.Type.BOOL,2),e.writeBool(this.descending),e.writeFieldEnd()),this.nulls_first!=null&&(e.writeFieldBegin("nulls_first",Nr.Thrift.Type.BOOL,3),e.writeBool(this.nulls_first),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===Nr.Thrift.Type.STOP)break;switch(o){case 1:if(i===Nr.Thrift.Type.I32){let f=e.readI32();r.column_idx=f}else e.skip(i);break;case 2:if(i===Nr.Thrift.Type.BOOL){let f=e.readBool();r.descending=f}else e.skip(i);break;case 3:if(i===Nr.Thrift.Type.BOOL){let f=e.readBool();r.nulls_first=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.column_idx!==void 0&&r.descending!==void 0&&r.nulls_first!==void 0)return new hu(r);throw new Nr.Thrift.TProtocolException(Nr.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read SortingColumn from input")}}});var Dr,wu,Bw=re(()=>{Dr=Oe(st()),wu=class{constructor(e){if(e!=null&&e.page_type!=null)this.page_type=e.page_type;else throw new Dr.Thrift.TProtocolException(Dr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[page_type] is unset!");if(e!=null&&e.encoding!=null)this.encoding=e.encoding;else throw new Dr.Thrift.TProtocolException(Dr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[encoding] is unset!");if(e!=null&&e.count!=null)this.count=e.count;else throw new Dr.Thrift.TProtocolException(Dr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[count] is unset!")}write(e){e.writeStructBegin("PageEncodingStats"),this.page_type!=null&&(e.writeFieldBegin("page_type",Dr.Thrift.Type.I32,1),e.writeI32(this.page_type),e.writeFieldEnd()),this.encoding!=null&&(e.writeFieldBegin("encoding",Dr.Thrift.Type.I32,2),e.writeI32(this.encoding),e.writeFieldEnd()),this.count!=null&&(e.writeFieldBegin("count",Dr.Thrift.Type.I32,3),e.writeI32(this.count),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===Dr.Thrift.Type.STOP)break;switch(o){case 1:if(i===Dr.Thrift.Type.I32){let f=e.readI32();r.page_type=f}else e.skip(i);break;case 2:if(i===Dr.Thrift.Type.I32){let f=e.readI32();r.encoding=f}else e.skip(i);break;case 3:if(i===Dr.Thrift.Type.I32){let f=e.readI32();r.count=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.page_type!==void 0&&r.encoding!==void 0&&r.count!==void 0)return new wu(r);throw new Dr.Thrift.TProtocolException(Dr.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read PageEncodingStats from input")}}});var $f,Fe,es,kw=re(()=>{$f=Oe(zr()),Fe=Oe(st());Vp();Bw();Ql();es=class{constructor(e){if(e!=null&&e.type!=null)this.type=e.type;else throw new Fe.Thrift.TProtocolException(Fe.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[type] is unset!");if(e!=null&&e.encodings!=null)this.encodings=e.encodings;else throw new Fe.Thrift.TProtocolException(Fe.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[encodings] is unset!");if(e!=null&&e.path_in_schema!=null)this.path_in_schema=e.path_in_schema;else throw new Fe.Thrift.TProtocolException(Fe.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[path_in_schema] is unset!");if(e!=null&&e.codec!=null)this.codec=e.codec;else throw new Fe.Thrift.TProtocolException(Fe.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[codec] is unset!");if(e!=null&&e.num_values!=null)typeof e.num_values=="number"?this.num_values=new $f.default(e.num_values):this.num_values=e.num_values;else throw new Fe.Thrift.TProtocolException(Fe.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_values] is unset!");if(e!=null&&e.total_uncompressed_size!=null)typeof e.total_uncompressed_size=="number"?this.total_uncompressed_size=new $f.default(e.total_uncompressed_size):this.total_uncompressed_size=e.total_uncompressed_size;else throw new Fe.Thrift.TProtocolException(Fe.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[total_uncompressed_size] is unset!");if(e!=null&&e.total_compressed_size!=null)typeof e.total_compressed_size=="number"?this.total_compressed_size=new $f.default(e.total_compressed_size):this.total_compressed_size=e.total_compressed_size;else throw new Fe.Thrift.TProtocolException(Fe.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[total_compressed_size] is unset!");if(e!=null&&e.key_value_metadata!=null&&(this.key_value_metadata=e.key_value_metadata),e!=null&&e.data_page_offset!=null)typeof e.data_page_offset=="number"?this.data_page_offset=new $f.default(e.data_page_offset):this.data_page_offset=e.data_page_offset;else throw new Fe.Thrift.TProtocolException(Fe.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[data_page_offset] is unset!");e!=null&&e.index_page_offset!=null&&(typeof e.index_page_offset=="number"?this.index_page_offset=new $f.default(e.index_page_offset):this.index_page_offset=e.index_page_offset),e!=null&&e.dictionary_page_offset!=null&&(typeof e.dictionary_page_offset=="number"?this.dictionary_page_offset=new $f.default(e.dictionary_page_offset):this.dictionary_page_offset=e.dictionary_page_offset),e!=null&&e.statistics!=null&&(this.statistics=e.statistics),e!=null&&e.encoding_stats!=null&&(this.encoding_stats=e.encoding_stats)}write(e){e.writeStructBegin("ColumnMetaData"),this.type!=null&&(e.writeFieldBegin("type",Fe.Thrift.Type.I32,1),e.writeI32(this.type),e.writeFieldEnd()),this.encodings!=null&&(e.writeFieldBegin("encodings",Fe.Thrift.Type.LIST,2),e.writeListBegin(Fe.Thrift.Type.I32,this.encodings.length),this.encodings.forEach(r=>{e.writeI32(r)}),e.writeListEnd(),e.writeFieldEnd()),this.path_in_schema!=null&&(e.writeFieldBegin("path_in_schema",Fe.Thrift.Type.LIST,3),e.writeListBegin(Fe.Thrift.Type.STRING,this.path_in_schema.length),this.path_in_schema.forEach(r=>{e.writeString(r)}),e.writeListEnd(),e.writeFieldEnd()),this.codec!=null&&(e.writeFieldBegin("codec",Fe.Thrift.Type.I32,4),e.writeI32(this.codec),e.writeFieldEnd()),this.num_values!=null&&(e.writeFieldBegin("num_values",Fe.Thrift.Type.I64,5),e.writeI64(this.num_values),e.writeFieldEnd()),this.total_uncompressed_size!=null&&(e.writeFieldBegin("total_uncompressed_size",Fe.Thrift.Type.I64,6),e.writeI64(this.total_uncompressed_size),e.writeFieldEnd()),this.total_compressed_size!=null&&(e.writeFieldBegin("total_compressed_size",Fe.Thrift.Type.I64,7),e.writeI64(this.total_compressed_size),e.writeFieldEnd()),this.key_value_metadata!=null&&(e.writeFieldBegin("key_value_metadata",Fe.Thrift.Type.LIST,8),e.writeListBegin(Fe.Thrift.Type.STRUCT,this.key_value_metadata.length),this.key_value_metadata.forEach(r=>{r.write(e)}),e.writeListEnd(),e.writeFieldEnd()),this.data_page_offset!=null&&(e.writeFieldBegin("data_page_offset",Fe.Thrift.Type.I64,9),e.writeI64(this.data_page_offset),e.writeFieldEnd()),this.index_page_offset!=null&&(e.writeFieldBegin("index_page_offset",Fe.Thrift.Type.I64,10),e.writeI64(this.index_page_offset),e.writeFieldEnd()),this.dictionary_page_offset!=null&&(e.writeFieldBegin("dictionary_page_offset",Fe.Thrift.Type.I64,11),e.writeI64(this.dictionary_page_offset),e.writeFieldEnd()),this.statistics!=null&&(e.writeFieldBegin("statistics",Fe.Thrift.Type.STRUCT,12),this.statistics.write(e),e.writeFieldEnd()),this.encoding_stats!=null&&(e.writeFieldBegin("encoding_stats",Fe.Thrift.Type.LIST,13),e.writeListBegin(Fe.Thrift.Type.STRUCT,this.encoding_stats.length),this.encoding_stats.forEach(r=>{r.write(e)}),e.writeListEnd(),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===Fe.Thrift.Type.STOP)break;switch(o){case 1:if(i===Fe.Thrift.Type.I32){let f=e.readI32();r.type=f}else e.skip(i);break;case 2:if(i===Fe.Thrift.Type.LIST){let f=new Array,l=e.readListBegin().size;for(let u=0;u<l;u++){let c=e.readI32();f.push(c)}e.readListEnd(),r.encodings=f}else e.skip(i);break;case 3:if(i===Fe.Thrift.Type.LIST){let f=new Array,l=e.readListBegin().size;for(let u=0;u<l;u++){let c=e.readString();f.push(c)}e.readListEnd(),r.path_in_schema=f}else e.skip(i);break;case 4:if(i===Fe.Thrift.Type.I32){let f=e.readI32();r.codec=f}else e.skip(i);break;case 5:if(i===Fe.Thrift.Type.I64){let f=e.readI64();r.num_values=f}else e.skip(i);break;case 6:if(i===Fe.Thrift.Type.I64){let f=e.readI64();r.total_uncompressed_size=f}else e.skip(i);break;case 7:if(i===Fe.Thrift.Type.I64){let f=e.readI64();r.total_compressed_size=f}else e.skip(i);break;case 8:if(i===Fe.Thrift.Type.LIST){let f=new Array,l=e.readListBegin().size;for(let u=0;u<l;u++){let c=fo.read(e);f.push(c)}e.readListEnd(),r.key_value_metadata=f}else e.skip(i);break;case 9:if(i===Fe.Thrift.Type.I64){let f=e.readI64();r.data_page_offset=f}else e.skip(i);break;case 10:if(i===Fe.Thrift.Type.I64){let f=e.readI64();r.index_page_offset=f}else e.skip(i);break;case 11:if(i===Fe.Thrift.Type.I64){let f=e.readI64();r.dictionary_page_offset=f}else e.skip(i);break;case 12:if(i===Fe.Thrift.Type.STRUCT){let f=oo.read(e);r.statistics=f}else e.skip(i);break;case 13:if(i===Fe.Thrift.Type.LIST){let f=new Array,l=e.readListBegin().size;for(let u=0;u<l;u++){let c=wu.read(e);f.push(c)}e.readListEnd(),r.encoding_stats=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.type!==void 0&&r.encodings!==void 0&&r.path_in_schema!==void 0&&r.codec!==void 0&&r.num_values!==void 0&&r.total_uncompressed_size!==void 0&&r.total_compressed_size!==void 0&&r.data_page_offset!==void 0)return new es(r);throw new Fe.Thrift.TProtocolException(Fe.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read ColumnMetaData from input")}}});var Wp,lr,ts,Iw=re(()=>{Wp=Oe(zr()),lr=Oe(st());kw();ts=class{constructor(e){if(e!=null&&e.file_path!=null&&(this.file_path=e.file_path),e!=null&&e.file_offset!=null)typeof e.file_offset=="number"?this.file_offset=new Wp.default(e.file_offset):this.file_offset=e.file_offset;else throw new lr.Thrift.TProtocolException(lr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[file_offset] is unset!");e!=null&&e.meta_data!=null&&(this.meta_data=e.meta_data),e!=null&&e.offset_index_offset!=null&&(typeof e.offset_index_offset=="number"?this.offset_index_offset=new Wp.default(e.offset_index_offset):this.offset_index_offset=e.offset_index_offset),e!=null&&e.offset_index_length!=null&&(this.offset_index_length=e.offset_index_length),e!=null&&e.column_index_offset!=null&&(typeof e.column_index_offset=="number"?this.column_index_offset=new Wp.default(e.column_index_offset):this.column_index_offset=e.column_index_offset),e!=null&&e.column_index_length!=null&&(this.column_index_length=e.column_index_length)}write(e){e.writeStructBegin("ColumnChunk"),this.file_path!=null&&(e.writeFieldBegin("file_path",lr.Thrift.Type.STRING,1),e.writeString(this.file_path),e.writeFieldEnd()),this.file_offset!=null&&(e.writeFieldBegin("file_offset",lr.Thrift.Type.I64,2),e.writeI64(this.file_offset),e.writeFieldEnd()),this.meta_data!=null&&(e.writeFieldBegin("meta_data",lr.Thrift.Type.STRUCT,3),this.meta_data.write(e),e.writeFieldEnd()),this.offset_index_offset!=null&&(e.writeFieldBegin("offset_index_offset",lr.Thrift.Type.I64,4),e.writeI64(this.offset_index_offset),e.writeFieldEnd()),this.offset_index_length!=null&&(e.writeFieldBegin("offset_index_length",lr.Thrift.Type.I32,5),e.writeI32(this.offset_index_length),e.writeFieldEnd()),this.column_index_offset!=null&&(e.writeFieldBegin("column_index_offset",lr.Thrift.Type.I64,6),e.writeI64(this.column_index_offset),e.writeFieldEnd()),this.column_index_length!=null&&(e.writeFieldBegin("column_index_length",lr.Thrift.Type.I32,7),e.writeI32(this.column_index_length),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===lr.Thrift.Type.STOP)break;switch(o){case 1:if(i===lr.Thrift.Type.STRING){let f=e.readString();r.file_path=f}else e.skip(i);break;case 2:if(i===lr.Thrift.Type.I64){let f=e.readI64();r.file_offset=f}else e.skip(i);break;case 3:if(i===lr.Thrift.Type.STRUCT){let f=es.read(e);r.meta_data=f}else e.skip(i);break;case 4:if(i===lr.Thrift.Type.I64){let f=e.readI64();r.offset_index_offset=f}else e.skip(i);break;case 5:if(i===lr.Thrift.Type.I32){let f=e.readI32();r.offset_index_length=f}else e.skip(i);break;case 6:if(i===lr.Thrift.Type.I64){let f=e.readI64();r.column_index_offset=f}else e.skip(i);break;case 7:if(i===lr.Thrift.Type.I32){let f=e.readI32();r.column_index_length=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.file_offset!==void 0)return new ts(r);throw new lr.Thrift.TProtocolException(lr.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read ColumnChunk from input")}}});var Sw,ur,rs,xw=re(()=>{Sw=Oe(zr()),ur=Oe(st());Iw();Tw();rs=class{constructor(e){if(e!=null&&e.columns!=null)this.columns=e.columns;else throw new ur.Thrift.TProtocolException(ur.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[columns] is unset!");if(e!=null&&e.total_byte_size!=null)typeof e.total_byte_size=="number"?this.total_byte_size=new Sw.default(e.total_byte_size):this.total_byte_size=e.total_byte_size;else throw new ur.Thrift.TProtocolException(ur.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[total_byte_size] is unset!");if(e!=null&&e.num_rows!=null)typeof e.num_rows=="number"?this.num_rows=new Sw.default(e.num_rows):this.num_rows=e.num_rows;else throw new ur.Thrift.TProtocolException(ur.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_rows] is unset!");e!=null&&e.sorting_columns!=null&&(this.sorting_columns=e.sorting_columns)}write(e){e.writeStructBegin("RowGroup"),this.columns!=null&&(e.writeFieldBegin("columns",ur.Thrift.Type.LIST,1),e.writeListBegin(ur.Thrift.Type.STRUCT,this.columns.length),this.columns.forEach(r=>{r.write(e)}),e.writeListEnd(),e.writeFieldEnd()),this.total_byte_size!=null&&(e.writeFieldBegin("total_byte_size",ur.Thrift.Type.I64,2),e.writeI64(this.total_byte_size),e.writeFieldEnd()),this.num_rows!=null&&(e.writeFieldBegin("num_rows",ur.Thrift.Type.I64,3),e.writeI64(this.num_rows),e.writeFieldEnd()),this.sorting_columns!=null&&(e.writeFieldBegin("sorting_columns",ur.Thrift.Type.LIST,4),e.writeListBegin(ur.Thrift.Type.STRUCT,this.sorting_columns.length),this.sorting_columns.forEach(r=>{r.write(e)}),e.writeListEnd(),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===ur.Thrift.Type.STOP)break;switch(o){case 1:if(i===ur.Thrift.Type.LIST){let f=new Array,l=e.readListBegin().size;for(let u=0;u<l;u++){let c=ts.read(e);f.push(c)}e.readListEnd(),r.columns=f}else e.skip(i);break;case 2:if(i===ur.Thrift.Type.I64){let f=e.readI64();r.total_byte_size=f}else e.skip(i);break;case 3:if(i===ur.Thrift.Type.I64){let f=e.readI64();r.num_rows=f}else e.skip(i);break;case 4:if(i===ur.Thrift.Type.LIST){let f=new Array,l=e.readListBegin().size;for(let u=0;u<l;u++){let c=hu.read(e);f.push(c)}e.readListEnd(),r.sorting_columns=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.columns!==void 0&&r.total_byte_size!==void 0&&r.num_rows!==void 0)return new rs(r);throw new ur.Thrift.TProtocolException(ur.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read RowGroup from input")}}});var MB,gu,Ew=re(()=>{MB=Oe(st()),gu=class{constructor(){}write(e){e.writeStructBegin("TypeDefinedOrder"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===MB.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new gu}}});var qD,vD,UB=re(()=>{qD=Oe(zr()),vD=Oe(st())});var TD,LB=re(()=>{TD=Oe(st())});var BD,kD,CB=re(()=>{BD=Oe(zr()),kD=Oe(st())});var $r,oa,Aw=re(()=>{$r=Oe(st());Ew();oa=class{constructor(e){let r=0;if(e!=null){if(e.TYPE_ORDER!=null&&(r++,this.TYPE_ORDER=e.TYPE_ORDER),r>1)throw new $r.Thrift.TProtocolException($r.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with more than one set value!");if(r<1)throw new $r.Thrift.TProtocolException($r.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with no set value!")}}static fromTYPE_ORDER(e){return new oa({TYPE_ORDER:e})}write(e){e.writeStructBegin("ColumnOrder"),this.TYPE_ORDER!=null&&(e.writeFieldBegin("TYPE_ORDER",$r.Thrift.Type.STRUCT,1),this.TYPE_ORDER.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){let r=0,n=null;for(e.readStructBegin();;){let i=e.readFieldBegin(),o=i.ftype,f=i.fid;if(o===$r.Thrift.Type.STOP)break;switch(f){case 1:if(o===$r.Thrift.Type.STRUCT){r++;let s=gu.read(e);n=oa.fromTYPE_ORDER(s)}else e.skip(o);break;default:e.skip(o)}e.readFieldEnd()}if(e.readStructEnd(),r>1)throw new $r.Thrift.TProtocolException($r.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with more than one set value!");if(r<1)throw new $r.Thrift.TProtocolException($r.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with no set value!");if(n!==null)return n;throw new $r.Thrift.TProtocolException($r.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read data for TUnion")}}});var VB,Bt,ns,WB=re(()=>{VB=Oe(zr()),Bt=Oe(st());Aw();Vp();xw();yw();ns=class{constructor(e=null){if(e!=null&&e.version!=null)this.version=e.version;else throw new Bt.Thrift.TProtocolException(Bt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[version] is unset!");if(e!=null&&e.schema!=null)this.schema=e.schema;else throw new Bt.Thrift.TProtocolException(Bt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[schema] is unset!");if(e!=null&&e.num_rows!=null)typeof e.num_rows=="number"?this.num_rows=new VB.default(e.num_rows):this.num_rows=e.num_rows;else throw new Bt.Thrift.TProtocolException(Bt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_rows] is unset!");if(e!=null&&e.row_groups!=null)this.row_groups=e.row_groups;else throw new Bt.Thrift.TProtocolException(Bt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[row_groups] is unset!");e!=null&&e.key_value_metadata!=null&&(this.key_value_metadata=e.key_value_metadata),e!=null&&e.created_by!=null&&(this.created_by=e.created_by),e!=null&&e.column_orders!=null&&(this.column_orders=e.column_orders)}write(e){e.writeStructBegin("FileMetaData"),this.version!=null&&(e.writeFieldBegin("version",Bt.Thrift.Type.I32,1),e.writeI32(this.version),e.writeFieldEnd()),this.schema!=null&&(e.writeFieldBegin("schema",Bt.Thrift.Type.LIST,2),e.writeListBegin(Bt.Thrift.Type.STRUCT,this.schema.length),this.schema.forEach(r=>{r.write(e)}),e.writeListEnd(),e.writeFieldEnd()),this.num_rows!=null&&(e.writeFieldBegin("num_rows",Bt.Thrift.Type.I64,3),e.writeI64(this.num_rows),e.writeFieldEnd()),this.row_groups!=null&&(e.writeFieldBegin("row_groups",Bt.Thrift.Type.LIST,4),e.writeListBegin(Bt.Thrift.Type.STRUCT,this.row_groups.length),this.row_groups.forEach(r=>{r.write(e)}),e.writeListEnd(),e.writeFieldEnd()),this.key_value_metadata!=null&&(e.writeFieldBegin("key_value_metadata",Bt.Thrift.Type.LIST,5),e.writeListBegin(Bt.Thrift.Type.STRUCT,this.key_value_metadata.length),this.key_value_metadata.forEach(r=>{r.write(e)}),e.writeListEnd(),e.writeFieldEnd()),this.created_by!=null&&(e.writeFieldBegin("created_by",Bt.Thrift.Type.STRING,6),e.writeString(this.created_by),e.writeFieldEnd()),this.column_orders!=null&&(e.writeFieldBegin("column_orders",Bt.Thrift.Type.LIST,7),e.writeListBegin(Bt.Thrift.Type.STRUCT,this.column_orders.length),this.column_orders.forEach(r=>{r.write(e)}),e.writeListEnd(),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===Bt.Thrift.Type.STOP)break;switch(o){case 1:if(i===Bt.Thrift.Type.I32){let f=e.readI32();r.version=f}else e.skip(i);break;case 2:if(i===Bt.Thrift.Type.LIST){let f=new Array,l=e.readListBegin().size;for(let u=0;u<l;u++){let c=Yo.read(e);f.push(c)}e.readListEnd(),r.schema=f}else e.skip(i);break;case 3:if(i===Bt.Thrift.Type.I64){let f=e.readI64();r.num_rows=f}else e.skip(i);break;case 4:if(i===Bt.Thrift.Type.LIST){let f=new Array,l=e.readListBegin().size;for(let u=0;u<l;u++){let c=rs.read(e);f.push(c)}e.readListEnd(),r.row_groups=f}else e.skip(i);break;case 5:if(i===Bt.Thrift.Type.LIST){let f=new Array,l=e.readListBegin().size;for(let u=0;u<l;u++){let c=fo.read(e);f.push(c)}e.readListEnd(),r.key_value_metadata=f}else e.skip(i);break;case 6:if(i===Bt.Thrift.Type.STRING){let f=e.readString();r.created_by=f}else e.skip(i);break;case 7:if(i===Bt.Thrift.Type.LIST){let f=new Array,l=e.readListBegin().size;for(let u=0;u<l;u++){let c=oa.read(e);f.push(c)}e.readListEnd(),r.column_orders=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.version!==void 0&&r.schema!==void 0&&r.num_rows!==void 0&&r.row_groups!==void 0)return new ns(r);throw new Bt.Thrift.TProtocolException(Bt.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read FileMetaData from input")}}});var yu=re(()=>{cT();pT();dT();mT();bT();hT();gT();Ql();nw();iw();ow();fw();sw();aw();lw();uw();cw();pw();dw();mw();bw();hw();ww();yw();jw();_w();qw();vw();zB();Vp();Tw();Bw();kw();Iw();xw();Ew();UB();LB();CB();WB();Cp();gw();Aw()});var fa,YB,ju,Ow,Nw=re(()=>{fa="PAR1",YB="PARE",ju="INT32",Ow="RLE"});function _u(t){let e=[],r=new Go.TBufferedTransport(void 0,i=>{e.push(i)}),n=new Go.TCompactProtocol(r);return t.write(n),r.flush(),Buffer.concat(e)}function vn(t,e){for(let r in t)if(t[r]===e)return r;throw new Error("Invalid ENUM value")}function KB(t,e){e||(e=0);let r=new Dw(t);r.readPos=e;let n=new Go.TCompactProtocol(r),i=ns.read(n);return{length:r.readPos-e,metadata:i}}function GB(t,e){e||(e=0);let r=new Dw(t);r.readPos=e;let n=new Go.TCompactProtocol(r),i=Ko.read(n);return{length:r.readPos-e,pageHeader:i}}function wi(t){return t===0?0:Math.ceil(Math.log2(t+1))}function JB(t,e){for(let r=0;r<t.length;r++){if(t[r].length>e.length)continue;let n=!0;for(let i=0;i<e.length;i++)if(!(t[r][i]===e[i]||t[r][i]==="+"||t[r][i]==="#")&&!(i>=t[r].length&&t[r][t[r].length-1]==="#")){n=!1;break}if(n)return r}return-1}var Go,Dw,Yp=re(()=>{Go=Oe(st());yu();Dw=class extends Go.TFramedTransport{constructor(){super(...arguments);this.readPos=0}}});async function ZB(t,e){let r={buffer:t,offset:0,size:t.length},n={rlevels:[],dlevels:[],values:[],pageHeaders:[],count:0},i=e.dictionary||[];for(;r.offset<r.size&&(!e.numValues||n.dlevels.length<Number(e.numValues));){let o=await Fw(r,e);if(o.dictionary){i=o.dictionary;continue}i.length&&(o.values=o.values.map(f=>i[f]));for(let f=0;f<o.rlevels.length;f++){n.rlevels.push(o.rlevels[f]),n.dlevels.push(o.dlevels[f]);let s=o.values[f];s!==void 0&&n.values.push(s)}n.count+=o.count,n.pageHeaders.push(o.pageHeader)}return n}async function Fw(t,e){let r,{pageHeader:n,length:i}=GB(t.buffer,t.offset);t.offset+=i;let o=vn(Jf,n.type);switch(o){case"DATA_PAGE":r=await ID(t,n,e);break;case"DATA_PAGE_V2":r=await SD(t,n,e);break;case"DICTIONARY_PAGE":r={dictionary:await xD(t,n,e),pageHeader:n};break;default:throw new Error(`invalid page type: ${o}`)}return r}function Pw(t,e,r){let n={},i=e;for(let o=0;o<r;o++){let f=t[i],s=i>0?vn(Xs,f.repetition_type):"ROOT",l=!1,u=!1;switch(s){case"REQUIRED":break;case"OPTIONAL":l=!0;break;case"REPEATED":u=!0;break;default:throw new Error("parquet: unknown repetition type")}if(f.num_children>0){let c=Pw(t,i+1,f.num_children);i=c.next,n[f.name]={optional:l,repeated:u,fields:c.schema}}else{let c=vn(eo,f.type),_=c;switch(f.converted_type&&(_=vn(Zs,f.converted_type)),_){case"DECIMAL":_=`${_}_${c}`;break;default:}n[f.name]={type:_,typeLength:f.type_length,presision:f.precision,scale:f.scale,optional:l,repeated:u},i++}}return{schema:n,offset:e,next:i}}function is(t,e,r,n,i){if(!(e in No))throw new Error(`invalid encoding: ${e}`);return No[e].decodeValues(t,r,n,i)}async function ID(t,e,r){let n=t.offset+e.compressed_page_size,i=e.data_page_header?.num_values,o=t;if(r.compression!=="UNCOMPRESSED"){let S=await dp(r.compression,t.buffer.slice(t.offset,n),e.uncompressed_page_size);o={buffer:S,offset:0,size:S.length},t.offset=n}let f=vn(Gr,e.data_page_header?.repetition_level_encoding),s=new Array(i);r.column.rLevelMax>0?s=is(ju,f,o,i,{bitWidth:wi(r.column.rLevelMax),disableEnvelope:!1}):s.fill(0);let l=vn(Gr,e.data_page_header?.definition_level_encoding),u=new Array(i);r.column.dLevelMax>0?u=is(ju,l,o,i,{bitWidth:wi(r.column.dLevelMax),disableEnvelope:!1}):u.fill(0);let c=0;for(let S of u)S===r.column.dLevelMax&&c++;let _=vn(Gr,e.data_page_header?.encoding),p={typeLength:r.column.typeLength,bitWidth:r.column.typeLength},j=is(r.column.primitiveType,_,o,c,p);return{dlevels:u,rlevels:s,values:j,count:i,pageHeader:e}}async function SD(t,e,r){let n=t.offset+e.compressed_page_size,i=e.data_page_header_v2?.num_values,o=i-e.data_page_header_v2?.num_nulls,f=vn(Gr,e.data_page_header_v2?.encoding),s=new Array(i);r.column.rLevelMax>0?s=is(ju,Ow,t,i,{bitWidth:wi(r.column.rLevelMax),disableEnvelope:!0}):s.fill(0);let l=new Array(i);r.column.dLevelMax>0?l=is(ju,Ow,t,i,{bitWidth:wi(r.column.dLevelMax),disableEnvelope:!0}):l.fill(0);let u=t;if(e.data_page_header_v2?.is_compressed){let p=await dp(r.compression,t.buffer.slice(t.offset,n),e.uncompressed_page_size);u={buffer:p,offset:0,size:p.length},t.offset=n}let c={typeLength:r.column.typeLength,bitWidth:r.column.typeLength},_=is(r.column.primitiveType,f,u,o,c);return{dlevels:l,rlevels:s,values:_,count:i,pageHeader:e}}async function xD(t,e,r){let n=t.offset+e.compressed_page_size,i={offset:0,buffer:t.buffer.slice(t.offset,n),size:n-t.offset};if(t.offset=n,r.compression!=="UNCOMPRESSED"){let f=await dp(r.compression,i.buffer.slice(i.offset,n),e.uncompressed_page_size);i={buffer:f,offset:0,size:f.length},t.offset=n}let o=e?.dictionary_page_header?.num_values||0;return is(r.column.primitiveType,r.column.encoding,i,o,r).map(f=>f.toString())}var Rw=re(()=>{Nc();yu();Ll();Nw();Yp()});var ED,os,Kp=re(()=>{Eh();Rw();Sp();Nw();yu();Yp();Rw();ED={defaultDictionarySize:1e6},os=class{constructor(e,r){this.metadata=null;this.file=e,this.props={...ED,...r}}close(){this.file.close()}async*rowIterator(e){for await(let r of this.rowBatchIterator(e))for(let n of r)yield n}async*rowBatchIterator(e){let r=await this.getSchema();for await(let n of this.rowGroupIterator(e))yield Ip(r,n)}async*rowGroupIterator(e){let r=(e?.columnList||[]).map(f=>Array.isArray(f)?f:[f]),n=await this.getFileMetadata(),i=await this.getSchema(),o=n?.row_groups.length||0;for(let f=0;f<o;f++)yield await this.readRowGroup(i,n.row_groups[f],r)}async getRowCount(){let e=await this.getFileMetadata();return Number(e.num_rows)}async getSchema(){let e=await this.getFileMetadata(),r=e.schema[0],{schema:n}=Pw(e.schema,1,r.num_children);return new Wl(n)}async getSchemaMetadata(){let e=await this.getFileMetadata(),r={};for(let n of e.key_value_metadata)r[n.key]=n.value;return r}async getFileMetadata(){return this.metadata||(await this.readHeader(),this.metadata=this.readFooter()),this.metadata}async readHeader(){let r=(await this.file.read(0,fa.length)).toString();switch(r){case fa:break;case YB:throw new Error("Encrypted parquet file not supported");default:throw new Error(`Invalid parquet file (magic=${r})`)}}async readFooter(){let e=fa.length+4,r=await this.file.read(this.file.size-e,e),n=r.slice(4).toString();if(n!==fa)throw new Error(`Not a valid parquet file (magic="${n})`);let i=r.readUInt32LE(0),o=this.file.size-i-e;if(o<fa.length)throw new Error(`Invalid metadata size ${o}`);let f=await this.file.read(o,i),{metadata:s}=KB(f);return s}async readRowGroup(e,r,n){let i={rowCount:Number(r.num_rows),columnData:{}};for(let o of r.columns){let s=o.meta_data?.path_in_schema;n.length>0&&JB(n,s)<0||(i.columnData[s.join()]=await this.readColumnChunk(e,o))}return i}async readColumnChunk(e,r){if(r.file_path!==void 0&&r.file_path!==null)throw new Error("external references are not supported");let n=e.findField(r.meta_data?.path_in_schema),i=vn(eo,r.meta_data?.type);if(i!==n.primitiveType)throw new Error(`chunk type not matching schema: ${i}`);let o=vn(Qs,r.meta_data?.codec),f=Number(r.meta_data?.data_page_offset),s=Number(r.meta_data?.total_compressed_size);r.file_path||(s=Math.min(this.file.size-f,Number(r.meta_data?.total_compressed_size)));let l={type:i,rLevelMax:n.rLevelMax,dLevelMax:n.dLevelMax,compression:o,column:n,numValues:r.meta_data?.num_values,dictionary:[]},u,c=r?.meta_data?.dictionary_page_offset;if(c){let p=Number(c);u=await this.getDictionary(p,l,f)}u=l.dictionary?.length?l.dictionary:u;let _=await this.file.read(f,s);return await ZB(_,{...l,dictionary:u})}async getDictionary(e,r,n){if(e===0)return[];let i=Math.min(this.file.size-e,this.props.defaultDictionarySize),o=await this.file.read(e,i),f={buffer:o,offset:0,size:o.length};return(await Fw(f,r)).dictionary}}});async function XB(t,e){let r=new Blob([t]);for await(let n of Hw(r,e))return n;return null}async function*Hw(t,e){let r=ml(t),i=new os(r).rowBatchIterator(e?.parquet);for await(let o of i)yield o}var QB=re(()=>{fi();Kp()});function $B(t,e){if(!t)throw new Error(e||"loader assertion failed.")}var ek=re(()=>{});function AD(t){let e={};for(let r of t)e[r.name]&&console.warn("Schema: duplicated field name",r.name,r),e[r.name]=!0}function tk(t,e){return new Map([...t||new Map,...e||new Map])}var Gn,rk=re(()=>{ek();Gn=class{constructor(e,r){$B(Array.isArray(e)),AD(e),this.fields=e,this.metadata=r||new Map}compareTo(e){if(this.metadata!==e.metadata||this.fields.length!==e.fields.length)return!1;for(let r=0;r<this.fields.length;++r)if(!this.fields[r].compareTo(e.fields[r]))return!1;return!0}select(...e){let r=Object.create(null);for(let i of e)r[i]=!0;let n=this.fields.filter(i=>r[i.name]);return new Gn(n,this.metadata)}selectAt(...e){let r=e.map(n=>this.fields[n]).filter(Boolean);return new Gn(r,this.metadata)}assign(e){let r,n=this.metadata;if(e instanceof Gn){let f=e;r=f.fields,n=tk(tk(new Map,this.metadata),f.metadata)}else r=e;let i=Object.create(null);for(let f of this.fields)i[f.name]=f;for(let f of r)i[f.name]=f;let o=Object.values(i);return new Gn(o,n)}}});var so,nk=re(()=>{so=class{constructor(e,r,n=!1,i=new Map){this.name=e,this.type=r,this.nullable=n,this.metadata=i}get typeId(){return this.type&&this.type.typeId}clone(){return new so(this.name,this.type,this.nullable,this.metadata)}compareTo(e){return this.name===e.name&&this.type===e.type&&this.nullable===e.nullable&&this.metadata===e.metadata}toString(){return`${this.type}${this.nullable?", nullable":""}${this.metadata?`, metadata: ${this.metadata}`:""}`}}});var ht,ik=re(()=>{(function($){$[$.NONE=0]="NONE",$[$.Null=1]="Null",$[$.Int=2]="Int",$[$.Float=3]="Float",$[$.Binary=4]="Binary",$[$.Utf8=5]="Utf8",$[$.Bool=6]="Bool",$[$.Decimal=7]="Decimal",$[$.Date=8]="Date",$[$.Time=9]="Time",$[$.Timestamp=10]="Timestamp",$[$.Interval=11]="Interval",$[$.List=12]="List",$[$.Struct=13]="Struct",$[$.Union=14]="Union",$[$.FixedSizeBinary=15]="FixedSizeBinary",$[$.FixedSizeList=16]="FixedSizeList",$[$.Map=17]="Map",$[$.Dictionary=-1]="Dictionary",$[$.Int8=-2]="Int8",$[$.Int16=-3]="Int16",$[$.Int32=-4]="Int32",$[$.Int64=-5]="Int64",$[$.Uint8=-6]="Uint8",$[$.Uint16=-7]="Uint16",$[$.Uint32=-8]="Uint32",$[$.Uint64=-9]="Uint64",$[$.Float16=-10]="Float16",$[$.Float32=-11]="Float32",$[$.Float64=-12]="Float64",$[$.DateDay=-13]="DateDay",$[$.DateMillisecond=-14]="DateMillisecond",$[$.TimestampSecond=-15]="TimestampSecond",$[$.TimestampMillisecond=-16]="TimestampMillisecond",$[$.TimestampMicrosecond=-17]="TimestampMicrosecond",$[$.TimestampNanosecond=-18]="TimestampNanosecond",$[$.TimeSecond=-19]="TimeSecond",$[$.TimeMillisecond=-20]="TimeMillisecond",$[$.TimeMicrosecond=-21]="TimeMicrosecond",$[$.TimeNanosecond=-22]="TimeNanosecond",$[$.DenseUnion=-23]="DenseUnion",$[$.SparseUnion=-24]="SparseUnion",$[$.IntervalDayTime=-25]="IntervalDayTime",$[$.IntervalYearMonth=-26]="IntervalYearMonth"})(ht||(ht={}))});var Lr,zw,qu,gi,vu,Tu,Jo,ao,Bu,ku,Iu,ok,Su,sa,yi,lo,xu,OD,Mw,fk,Uw,Lw,ND,Cw,Vw,Eu,sk=re(()=>{ik();Lr=class{static isNull(e){return e&&e.typeId===ht.Null}static isInt(e){return e&&e.typeId===ht.Int}static isFloat(e){return e&&e.typeId===ht.Float}static isBinary(e){return e&&e.typeId===ht.Binary}static isUtf8(e){return e&&e.typeId===ht.Utf8}static isBool(e){return e&&e.typeId===ht.Bool}static isDecimal(e){return e&&e.typeId===ht.Decimal}static isDate(e){return e&&e.typeId===ht.Date}static isTime(e){return e&&e.typeId===ht.Time}static isTimestamp(e){return e&&e.typeId===ht.Timestamp}static isInterval(e){return e&&e.typeId===ht.Interval}static isList(e){return e&&e.typeId===ht.List}static isStruct(e){return e&&e.typeId===ht.Struct}static isUnion(e){return e&&e.typeId===ht.Union}static isFixedSizeBinary(e){return e&&e.typeId===ht.FixedSizeBinary}static isFixedSizeList(e){return e&&e.typeId===ht.FixedSizeList}static isMap(e){return e&&e.typeId===ht.Map}static isDictionary(e){return e&&e.typeId===ht.Dictionary}get typeId(){return ht.NONE}compareTo(e){return this===e}},zw=class extends Lr{get typeId(){return ht.Null}get[Symbol.toStringTag](){return"Null"}toString(){return"Null"}},qu=class extends Lr{get typeId(){return ht.Bool}get[Symbol.toStringTag](){return"Bool"}toString(){return"Bool"}},gi=class extends Lr{constructor(e,r){super();this.isSigned=e,this.bitWidth=r}get typeId(){return ht.Int}get[Symbol.toStringTag](){return"Int"}toString(){return`${this.isSigned?"I":"Ui"}nt${this.bitWidth}`}},vu=class extends gi{constructor(){super(!0,8)}},Tu=class extends gi{constructor(){super(!0,16)}},Jo=class extends gi{constructor(){super(!0,32)}},ao=class extends gi{constructor(){super(!0,64)}},Bu=class extends gi{constructor(){super(!1,16)}},ku=class extends gi{constructor(){super(!1,32)}},Iu=class extends gi{constructor(){super(!1,64)}},ok={HALF:16,SINGLE:32,DOUBLE:64},Su=class extends Lr{constructor(e){super();this.precision=e}get typeId(){return ht.Float}get[Symbol.toStringTag](){return"Float"}toString(){return`Float${this.precision}`}},sa=class extends Su{constructor(){super(ok.SINGLE)}},yi=class extends Su{constructor(){super(ok.DOUBLE)}},lo=class extends Lr{constructor(){super()}get typeId(){return ht.Binary}toString(){return"Binary"}get[Symbol.toStringTag](){return"Binary"}},xu=class extends Lr{get typeId(){return ht.Utf8}get[Symbol.toStringTag](){return"Utf8"}toString(){return"Utf8"}},OD={DAY:0,MILLISECOND:1},Mw=class extends Lr{constructor(e){super();this.unit=e}get typeId(){return ht.Date}get[Symbol.toStringTag](){return"Date"}toString(){return`Date${(this.unit+1)*32}<${OD[this.unit]}>`}},fk={SECOND:1,MILLISECOND:1e3,MICROSECOND:1e6,NANOSECOND:1e9},Uw=class extends Lr{constructor(e,r){super();this.unit=e,this.bitWidth=r}get typeId(){return ht.Time}toString(){return`Time${this.bitWidth}<${fk[this.unit]}>`}get[Symbol.toStringTag](){return"Time"}},Lw=class extends Lr{constructor(e,r=null){super();this.unit=e,this.timezone=r}get typeId(){return ht.Timestamp}get[Symbol.toStringTag](){return"Timestamp"}toString(){return`Timestamp<${fk[this.unit]}${this.timezone?`, ${this.timezone}`:""}>`}},ND={DAY_TIME:0,YEAR_MONTH:1},Cw=class extends Lr{constructor(e){super();this.unit=e}get typeId(){return ht.Interval}get[Symbol.toStringTag](){return"Interval"}toString(){return`Interval<${ND[this.unit]}>`}},Vw=class extends Lr{constructor(e,r){super();this.listSize=e,this.children=[r]}get typeId(){return ht.FixedSizeList}get valueType(){return this.children[0].type}get valueField(){return this.children[0]}get[Symbol.toStringTag](){return"FixedSizeList"}toString(){return`FixedSizeList[${this.listSize}]<${this.valueType}>`}},Eu=class extends Lr{constructor(e){super();this.children=e}get typeId(){return ht.Struct}toString(){return`Struct<{${this.children.map(e=>`${e.name}:${e.type}`).join(", ")}}>`}get[Symbol.toStringTag](){return"Struct"}}});var ak=re(()=>{rk();nk();sk()});var lk=re(()=>{ak()});function Au(t,e){let r=uk(t.schema),n=e&&GD(e);return new Gn(r,n)}function uk(t){let e=[];for(let r in t){let n=t[r];if(n.fields){let i=uk(n.fields),o=new so(r,new Eu(i),n.optional);e.push(o)}else{let i=YD[n.type],o=KD(n),f=new so(r,new i,n.optional,o);e.push(f)}}return e}function KD(t){let e=new Map;for(let r in t)if(r!=="name"){let n=t[r]||"";n=typeof t[r]!="string"?JSON.stringify(t[r]):t[r],e.set(r,n)}return e}function GD(t){let e=new Map,r=t.key_value_metadata||[];for(let{key:n,value:i}of r)typeof i=="string"&&e.set(n,i);return e}var YD,Ww=re(()=>{lk();YD={BOOLEAN:qu,INT32:Jo,INT64:yi,INT96:yi,FLOAT:sa,DOUBLE:yi,BYTE_ARRAY:lo,FIXED_LEN_BYTE_ARRAY:lo,UTF8:xu,DATE:Jo,TIME_MILLIS:ao,TIME_MICROS:ao,TIMESTAMP_MILLIS:ao,TIMESTAMP_MICROS:ao,UINT_8:Jo,UINT_16:Bu,UINT_32:ku,UINT_64:Iu,INT_8:vu,INT_16:Tu,INT_32:Jo,INT_64:ao,JSON:lo,BSON:lo,INTERVAL:lo,DECIMAL_INT32:sa,DECIMAL_INT64:yi,DECIMAL_BYTE_ARRAY:yi,DECIMAL_FIXED_LEN_BYTE_ARRAY:yi}});function ck(t,e){let r={};for(let[n,i]of Object.entries(e.columnData))r[n]=r[n]||i.values;return r}var pk=re(()=>{});function Yw(t){let e=t.metadata.get("geo");if(!e)return null;try{return JSON.parse(e)}catch{return null}}function dk(t,e){let r=JSON.stringify(e);t.metadata.set("geo",r)}function Gp(t){let e=Yw(t);if(!e)return;let{version:r,primary_column:n,columns:i}=e;r&&t.metadata.set("geo.version",r),n&&t.metadata.set("geo.primary_column",n),t.metadata.set("geo.columns",Object.keys(i||{}).join(""));for(let[o,f]of Object.entries(i||{})){let s=t.fields.find(l=>l.name===o);s&&(s.name===n&&s.metadata.set("geo.primary_field","true"),JD(s,f))}}function JD(t,e){for(let[r,n]of Object.entries(e||{}))switch(r){case"geometry_type":t.metadata.set(`geo.${r}`,n.join(","));break;case"bbox":case"crs":case"edges":default:t.metadata.set(`geo.${r}`,typeof n=="string"?n:JSON.stringify(n))}}var Kw=re(()=>{});async function mk(t,e){let r=new Blob([t]);for await(let n of Gw(r,e))return n;return null}async function*Gw(t,e){let r=ml(t),n=new os(r),i=await n.getSchema(),o=await n.getFileMetadata(),f=Au(i,o);Gp(f);let s=n.rowGroupIterator(e?.parquet);for await(let l of s)yield ZD(f,l)}function ZD(t,e){let r=ck(t,e);return{shape:"columnar-table",batchType:"data",schema:t,data:r,length:e.rowCount}}var bk=re(()=>{fi();Kp();Ww();pk();Kw()});var uo=M(hk=>{var C={};C.Offset;C.Table;C.SIZEOF_SHORT=2;C.SIZEOF_INT=4;C.FILE_IDENTIFIER_LENGTH=4;C.SIZE_PREFIX_LENGTH=4;C.Encoding={UTF8_BYTES:1,UTF16_STRING:2};C.int32=new Int32Array(2);C.float32=new Float32Array(C.int32.buffer);C.float64=new Float64Array(C.int32.buffer);C.isLittleEndian=new Uint16Array(new Uint8Array([1,0]).buffer)[0]===1;C.Long=function(t,e){this.low=t|0,this.high=e|0};C.Long.create=function(t,e){return t==0&&e==0?C.Long.ZERO:new C.Long(t,e)};C.Long.prototype.toFloat64=function(){return(this.low>>>0)+this.high*4294967296};C.Long.prototype.equals=function(t){return this.low==t.low&&this.high==t.high};C.Long.ZERO=new C.Long(0,0);C.Builder=function(t){if(t)var e=t;else var e=1024;this.bb=C.ByteBuffer.allocate(e),this.space=e,this.minalign=1,this.vtable=null,this.vtable_in_use=0,this.isNested=!1,this.object_start=0,this.vtables=[],this.vector_num_elems=0,this.force_defaults=!1};C.Builder.prototype.clear=function(){this.bb.clear(),this.space=this.bb.capacity(),this.minalign=1,this.vtable=null,this.vtable_in_use=0,this.isNested=!1,this.object_start=0,this.vtables=[],this.vector_num_elems=0,this.force_defaults=!1};C.Builder.prototype.forceDefaults=function(t){this.force_defaults=t};C.Builder.prototype.dataBuffer=function(){return this.bb};C.Builder.prototype.asUint8Array=function(){return this.bb.bytes().subarray(this.bb.position(),this.bb.position()+this.offset())};C.Builder.prototype.prep=function(t,e){t>this.minalign&&(this.minalign=t);for(var r=~(this.bb.capacity()-this.space+e)+1&t-1;this.space<r+t+e;){var n=this.bb.capacity();this.bb=C.Builder.growByteBuffer(this.bb),this.space+=this.bb.capacity()-n}this.pad(r)};C.Builder.prototype.pad=function(t){for(var e=0;e<t;e++)this.bb.writeInt8(--this.space,0)};C.Builder.prototype.writeInt8=function(t){this.bb.writeInt8(this.space-=1,t)};C.Builder.prototype.writeInt16=function(t){this.bb.writeInt16(this.space-=2,t)};C.Builder.prototype.writeInt32=function(t){this.bb.writeInt32(this.space-=4,t)};C.Builder.prototype.writeInt64=function(t){this.bb.writeInt64(this.space-=8,t)};C.Builder.prototype.writeFloat32=function(t){this.bb.writeFloat32(this.space-=4,t)};C.Builder.prototype.writeFloat64=function(t){this.bb.writeFloat64(this.space-=8,t)};C.Builder.prototype.addInt8=function(t){this.prep(1,0),this.writeInt8(t)};C.Builder.prototype.addInt16=function(t){this.prep(2,0),this.writeInt16(t)};C.Builder.prototype.addInt32=function(t){this.prep(4,0),this.writeInt32(t)};C.Builder.prototype.addInt64=function(t){this.prep(8,0),this.writeInt64(t)};C.Builder.prototype.addFloat32=function(t){this.prep(4,0),this.writeFloat32(t)};C.Builder.prototype.addFloat64=function(t){this.prep(8,0),this.writeFloat64(t)};C.Builder.prototype.addFieldInt8=function(t,e,r){(this.force_defaults||e!=r)&&(this.addInt8(e),this.slot(t))};C.Builder.prototype.addFieldInt16=function(t,e,r){(this.force_defaults||e!=r)&&(this.addInt16(e),this.slot(t))};C.Builder.prototype.addFieldInt32=function(t,e,r){(this.force_defaults||e!=r)&&(this.addInt32(e),this.slot(t))};C.Builder.prototype.addFieldInt64=function(t,e,r){(this.force_defaults||!e.equals(r))&&(this.addInt64(e),this.slot(t))};C.Builder.prototype.addFieldFloat32=function(t,e,r){(this.force_defaults||e!=r)&&(this.addFloat32(e),this.slot(t))};C.Builder.prototype.addFieldFloat64=function(t,e,r){(this.force_defaults||e!=r)&&(this.addFloat64(e),this.slot(t))};C.Builder.prototype.addFieldOffset=function(t,e,r){(this.force_defaults||e!=r)&&(this.addOffset(e),this.slot(t))};C.Builder.prototype.addFieldStruct=function(t,e,r){e!=r&&(this.nested(e),this.slot(t))};C.Builder.prototype.nested=function(t){if(t!=this.offset())throw new Error("FlatBuffers: struct must be serialized inline.")};C.Builder.prototype.notNested=function(){if(this.isNested)throw new Error("FlatBuffers: object serialization must not be nested.")};C.Builder.prototype.slot=function(t){this.vtable[t]=this.offset()};C.Builder.prototype.offset=function(){return this.bb.capacity()-this.space};C.Builder.growByteBuffer=function(t){var e=t.capacity();if(e&3221225472)throw new Error("FlatBuffers: cannot grow buffer beyond 2 gigabytes.");var r=e<<1,n=C.ByteBuffer.allocate(r);return n.setPosition(r-e),n.bytes().set(t.bytes(),r-e),n};C.Builder.prototype.addOffset=function(t){this.prep(C.SIZEOF_INT,0),this.writeInt32(this.offset()-t+C.SIZEOF_INT)};C.Builder.prototype.startObject=function(t){this.notNested(),this.vtable==null&&(this.vtable=[]),this.vtable_in_use=t;for(var e=0;e<t;e++)this.vtable[e]=0;this.isNested=!0,this.object_start=this.offset()};C.Builder.prototype.endObject=function(){if(this.vtable==null||!this.isNested)throw new Error("FlatBuffers: endObject called without startObject");this.addInt32(0);for(var t=this.offset(),e=this.vtable_in_use-1;e>=0&&this.vtable[e]==0;e--);for(var r=e+1;e>=0;e--)this.addInt16(this.vtable[e]!=0?t-this.vtable[e]:0);var n=2;this.addInt16(t-this.object_start);var i=(r+n)*C.SIZEOF_SHORT;this.addInt16(i);var o=0,f=this.space;e:for(e=0;e<this.vtables.length;e++){var s=this.bb.capacity()-this.vtables[e];if(i==this.bb.readInt16(s)){for(var l=C.SIZEOF_SHORT;l<i;l+=C.SIZEOF_SHORT)if(this.bb.readInt16(f+l)!=this.bb.readInt16(s+l))continue e;o=this.vtables[e];break}}return o?(this.space=this.bb.capacity()-t,this.bb.writeInt32(this.space,o-t)):(this.vtables.push(this.offset()),this.bb.writeInt32(this.bb.capacity()-t,this.offset()-t)),this.isNested=!1,t};C.Builder.prototype.finish=function(t,e,r){var n=r?C.SIZE_PREFIX_LENGTH:0;if(e){var i=e;if(this.prep(this.minalign,C.SIZEOF_INT+C.FILE_IDENTIFIER_LENGTH+n),i.length!=C.FILE_IDENTIFIER_LENGTH)throw new Error("FlatBuffers: file identifier must be length "+C.FILE_IDENTIFIER_LENGTH);for(var o=C.FILE_IDENTIFIER_LENGTH-1;o>=0;o--)this.writeInt8(i.charCodeAt(o))}this.prep(this.minalign,C.SIZEOF_INT+n),this.addOffset(t),n&&this.addInt32(this.bb.capacity()-this.space),this.bb.setPosition(this.space)};C.Builder.prototype.finishSizePrefixed=function(t,e){this.finish(t,e,!0)};C.Builder.prototype.requiredField=function(t,e){var r=this.bb.capacity()-t,n=r-this.bb.readInt32(r),i=this.bb.readInt16(n+e)!=0;if(!i)throw new Error("FlatBuffers: field "+e+" must be set")};C.Builder.prototype.startVector=function(t,e,r){this.notNested(),this.vector_num_elems=e,this.prep(C.SIZEOF_INT,t*e),this.prep(r,t*e)};C.Builder.prototype.endVector=function(){return this.writeInt32(this.vector_num_elems),this.offset()};C.Builder.prototype.createString=function(t){if(t instanceof Uint8Array)var e=t;else for(var e=[],r=0;r<t.length;){var n,i=t.charCodeAt(r++);if(i<55296||i>=56320)n=i;else{var o=t.charCodeAt(r++);n=(i<<10)+o+(65536-(55296<<10)-56320)}n<128?e.push(n):(n<2048?e.push(n>>6&31|192):(n<65536?e.push(n>>12&15|224):e.push(n>>18&7|240,n>>12&63|128),e.push(n>>6&63|128)),e.push(n&63|128))}this.addInt8(0),this.startVector(1,e.length,1),this.bb.setPosition(this.space-=e.length);for(var r=0,f=this.space,s=this.bb.bytes();r<e.length;r++)s[f++]=e[r];return this.endVector()};C.Builder.prototype.createLong=function(t,e){return C.Long.create(t,e)};C.ByteBuffer=function(t){this.bytes_=t,this.position_=0};C.ByteBuffer.allocate=function(t){return new C.ByteBuffer(new Uint8Array(t))};C.ByteBuffer.prototype.clear=function(){this.position_=0};C.ByteBuffer.prototype.bytes=function(){return this.bytes_};C.ByteBuffer.prototype.position=function(){return this.position_};C.ByteBuffer.prototype.setPosition=function(t){this.position_=t};C.ByteBuffer.prototype.capacity=function(){return this.bytes_.length};C.ByteBuffer.prototype.readInt8=function(t){return this.readUint8(t)<<24>>24};C.ByteBuffer.prototype.readUint8=function(t){return this.bytes_[t]};C.ByteBuffer.prototype.readInt16=function(t){return this.readUint16(t)<<16>>16};C.ByteBuffer.prototype.readUint16=function(t){return this.bytes_[t]|this.bytes_[t+1]<<8};C.ByteBuffer.prototype.readInt32=function(t){return this.bytes_[t]|this.bytes_[t+1]<<8|this.bytes_[t+2]<<16|this.bytes_[t+3]<<24};C.ByteBuffer.prototype.readUint32=function(t){return this.readInt32(t)>>>0};C.ByteBuffer.prototype.readInt64=function(t){return new C.Long(this.readInt32(t),this.readInt32(t+4))};C.ByteBuffer.prototype.readUint64=function(t){return new C.Long(this.readUint32(t),this.readUint32(t+4))};C.ByteBuffer.prototype.readFloat32=function(t){return C.int32[0]=this.readInt32(t),C.float32[0]};C.ByteBuffer.prototype.readFloat64=function(t){return C.int32[C.isLittleEndian?0:1]=this.readInt32(t),C.int32[C.isLittleEndian?1:0]=this.readInt32(t+4),C.float64[0]};C.ByteBuffer.prototype.writeInt8=function(t,e){this.bytes_[t]=e};C.ByteBuffer.prototype.writeUint8=function(t,e){this.bytes_[t]=e};C.ByteBuffer.prototype.writeInt16=function(t,e){this.bytes_[t]=e,this.bytes_[t+1]=e>>8};C.ByteBuffer.prototype.writeUint16=function(t,e){this.bytes_[t]=e,this.bytes_[t+1]=e>>8};C.ByteBuffer.prototype.writeInt32=function(t,e){this.bytes_[t]=e,this.bytes_[t+1]=e>>8,this.bytes_[t+2]=e>>16,this.bytes_[t+3]=e>>24};C.ByteBuffer.prototype.writeUint32=function(t,e){this.bytes_[t]=e,this.bytes_[t+1]=e>>8,this.bytes_[t+2]=e>>16,this.bytes_[t+3]=e>>24};C.ByteBuffer.prototype.writeInt64=function(t,e){this.writeInt32(t,e.low),this.writeInt32(t+4,e.high)};C.ByteBuffer.prototype.writeUint64=function(t,e){this.writeUint32(t,e.low),this.writeUint32(t+4,e.high)};C.ByteBuffer.prototype.writeFloat32=function(t,e){C.float32[0]=e,this.writeInt32(t,C.int32[0])};C.ByteBuffer.prototype.writeFloat64=function(t,e){C.float64[0]=e,this.writeInt32(t,C.int32[C.isLittleEndian?0:1]),this.writeInt32(t+4,C.int32[C.isLittleEndian?1:0])};C.ByteBuffer.prototype.getBufferIdentifier=function(){if(this.bytes_.length<this.position_+C.SIZEOF_INT+C.FILE_IDENTIFIER_LENGTH)throw new Error("FlatBuffers: ByteBuffer is too short to contain an identifier.");for(var t="",e=0;e<C.FILE_IDENTIFIER_LENGTH;e++)t+=String.fromCharCode(this.readInt8(this.position_+C.SIZEOF_INT+e));return t};C.ByteBuffer.prototype.__offset=function(t,e){var r=t-this.readInt32(t);return e<this.readInt16(r)?this.readInt16(r+e):0};C.ByteBuffer.prototype.__union=function(t,e){return t.bb_pos=e+this.readInt32(e),t.bb=this,t};C.ByteBuffer.prototype.__string=function(t,e){t+=this.readInt32(t);var r=this.readInt32(t),n="",i=0;if(t+=C.SIZEOF_INT,e===C.Encoding.UTF8_BYTES)return this.bytes_.subarray(t,t+r);for(;i<r;){var o,f=this.readUint8(t+i++);if(f<192)o=f;else{var s=this.readUint8(t+i++);if(f<224)o=(f&31)<<6|s&63;else{var l=this.readUint8(t+i++);if(f<240)o=(f&15)<<12|(s&63)<<6|l&63;else{var u=this.readUint8(t+i++);o=(f&7)<<18|(s&63)<<12|(l&63)<<6|u&63}}}o<65536?n+=String.fromCharCode(o):(o-=65536,n+=String.fromCharCode((o>>10)+55296,(o&(1<<10)-1)+56320))}return n};C.ByteBuffer.prototype.__indirect=function(t){return t+this.readInt32(t)};C.ByteBuffer.prototype.__vector=function(t){return t+this.readInt32(t)+C.SIZEOF_INT};C.ByteBuffer.prototype.__vector_len=function(t){return this.readInt32(t+this.readInt32(t))};C.ByteBuffer.prototype.__has_identifier=function(t){if(t.length!=C.FILE_IDENTIFIER_LENGTH)throw new Error("FlatBuffers: file identifier must be length "+C.FILE_IDENTIFIER_LENGTH);for(var e=0;e<C.FILE_IDENTIFIER_LENGTH;e++)if(t.charCodeAt(e)!=this.readInt8(this.position_+C.SIZEOF_INT+e))return!1;return!0};C.ByteBuffer.prototype.createLong=function(t,e){return C.Long.create(t,e)};hk.flatbuffers=C});var wk=M(Xw=>{"use strict";function co(t,e,r){return e<=t&&t<=r}function Jp(t){if(t===void 0)return{};if(t===Object(t))return t;throw TypeError("Could not convert argument to dictionary")}function XD(t){for(var e=String(t),r=e.length,n=0,i=[];n<r;){var o=e.charCodeAt(n);if(o<55296||o>57343)i.push(o);else if(56320<=o&&o<=57343)i.push(65533);else if(55296<=o&&o<=56319)if(n===r-1)i.push(65533);else{var f=t.charCodeAt(n+1);if(56320<=f&&f<=57343){var s=o&1023,l=f&1023;i.push(65536+(s<<10)+l),n+=1}else i.push(65533)}n+=1}return i}function QD(t){for(var e="",r=0;r<t.length;++r){var n=t[r];n<=65535?e+=String.fromCharCode(n):(n-=65536,e+=String.fromCharCode((n>>10)+55296,(n&1023)+56320))}return e}var Zp=-1;function Jw(t){this.tokens=[].slice.call(t)}Jw.prototype={endOfStream:function(){return!this.tokens.length},read:function(){return this.tokens.length?this.tokens.shift():Zp},prepend:function(t){if(Array.isArray(t))for(var e=t;e.length;)this.tokens.unshift(e.pop());else this.tokens.unshift(t)},push:function(t){if(Array.isArray(t))for(var e=t;e.length;)this.tokens.push(e.shift());else this.tokens.push(t)}};var aa=-1;function Zw(t,e){if(t)throw TypeError("Decoder error");return e||65533}var Xp="utf-8";function Qp(t,e){if(!(this instanceof Qp))return new Qp(t,e);if(t=t!==void 0?String(t).toLowerCase():Xp,t!==Xp)throw new Error("Encoding not supported. Only utf-8 is supported");e=Jp(e),this._streaming=!1,this._BOMseen=!1,this._decoder=null,this._fatal=Boolean(e.fatal),this._ignoreBOM=Boolean(e.ignoreBOM),Object.defineProperty(this,"encoding",{value:"utf-8"}),Object.defineProperty(this,"fatal",{value:this._fatal}),Object.defineProperty(this,"ignoreBOM",{value:this._ignoreBOM})}Qp.prototype={decode:function(e,r){var n;typeof e=="object"&&e instanceof ArrayBuffer?n=new Uint8Array(e):typeof e=="object"&&"buffer"in e&&e.buffer instanceof ArrayBuffer?n=new Uint8Array(e.buffer,e.byteOffset,e.byteLength):n=new Uint8Array(0),r=Jp(r),this._streaming||(this._decoder=new $D({fatal:this._fatal}),this._BOMseen=!1),this._streaming=Boolean(r.stream);for(var i=new Jw(n),o=[],f;!i.endOfStream()&&(f=this._decoder.handler(i,i.read()),f!==aa);)f!==null&&(Array.isArray(f)?o.push.apply(o,f):o.push(f));if(!this._streaming){do{if(f=this._decoder.handler(i,i.read()),f===aa)break;f!==null&&(Array.isArray(f)?o.push.apply(o,f):o.push(f))}while(!i.endOfStream());this._decoder=null}return o.length&&["utf-8"].indexOf(this.encoding)!==-1&&!this._ignoreBOM&&!this._BOMseen&&(o[0]===65279?(this._BOMseen=!0,o.shift()):this._BOMseen=!0),QD(o)}};function $p(t,e){if(!(this instanceof $p))return new $p(t,e);if(t=t!==void 0?String(t).toLowerCase():Xp,t!==Xp)throw new Error("Encoding not supported. Only utf-8 is supported");e=Jp(e),this._streaming=!1,this._encoder=null,this._options={fatal:Boolean(e.fatal)},Object.defineProperty(this,"encoding",{value:"utf-8"})}$p.prototype={encode:function(e,r){e=e?String(e):"",r=Jp(r),this._streaming||(this._encoder=new eF(this._options)),this._streaming=Boolean(r.stream);for(var n=[],i=new Jw(XD(e)),o;!i.endOfStream()&&(o=this._encoder.handler(i,i.read()),o!==aa);)Array.isArray(o)?n.push.apply(n,o):n.push(o);if(!this._streaming){for(;o=this._encoder.handler(i,i.read()),o!==aa;)Array.isArray(o)?n.push.apply(n,o):n.push(o);this._encoder=null}return new Uint8Array(n)}};function $D(t){var e=t.fatal,r=0,n=0,i=0,o=128,f=191;this.handler=function(s,l){if(l===Zp&&i!==0)return i=0,Zw(e);if(l===Zp)return aa;if(i===0){if(co(l,0,127))return l;if(co(l,194,223))i=1,r=l-192;else if(co(l,224,239))l===224&&(o=160),l===237&&(f=159),i=2,r=l-224;else if(co(l,240,244))l===240&&(o=144),l===244&&(f=143),i=3,r=l-240;else return Zw(e);return r=r<<6*i,null}if(!co(l,o,f))return r=i=n=0,o=128,f=191,s.prepend(l),Zw(e);if(o=128,f=191,n+=1,r+=l-128<<6*(i-n),n!==i)return null;var u=r;return r=i=n=0,u}}function eF(t){var e=t.fatal;this.handler=function(r,n){if(n===Zp)return aa;if(co(n,0,127))return n;var i,o;co(n,128,2047)?(i=1,o=192):co(n,2048,65535)?(i=2,o=224):co(n,65536,1114111)&&(i=3,o=240);for(var f=[(n>>6*i)+o];i>0;){var s=n>>6*(i-1);f.push(128|s&63),i-=1}return f}}Xw.TextEncoder=$p;Xw.TextDecoder=Qp});var fs=M(la=>{"use strict";Object.defineProperty(la,"__esModule",{value:!0});la.encodeUtf8=la.decodeUtf8=void 0;var gk=wk(),tF=new(typeof TextDecoder!="undefined"?TextDecoder:gk.TextDecoder)("utf-8");la.decodeUtf8=t=>tF.decode(t);var rF=new(typeof TextEncoder!="undefined"?TextEncoder:gk.TextEncoder);la.encodeUtf8=t=>rF.encode(t)});var ua=M(en=>{"use strict";Object.defineProperty(en,"__esModule",{value:!0});en.AsyncQueue=en.ReadableInterop=en.ArrowJSON=en.ITERATOR_DONE=void 0;var yk=Ou();en.ITERATOR_DONE=Object.freeze({done:!0,value:void 0});var jk=class{constructor(e){this._json=e}get schema(){return this._json.schema}get batches(){return this._json.batches||[]}get dictionaries(){return this._json.dictionaries||[]}};en.ArrowJSON=jk;var Qw=class{tee(){return this._getDOMStream().tee()}pipe(e,r){return this._getNodeStream().pipe(e,r)}pipeTo(e,r){return this._getDOMStream().pipeTo(e,r)}pipeThrough(e,r){return this._getDOMStream().pipeThrough(e,r)}_getDOMStream(){return this._DOMStream||(this._DOMStream=this.toDOMStream())}_getNodeStream(){return this._nodeStream||(this._nodeStream=this.toNodeStream())}};en.ReadableInterop=Qw;var _k=class extends Qw{constructor(){super();this._values=[],this.resolvers=[],this._closedPromise=new Promise(e=>this._closedPromiseResolve=e)}get closed(){return this._closedPromise}async cancel(e){await this.return(e)}write(e){this._ensureOpen()&&(this.resolvers.length<=0?this._values.push(e):this.resolvers.shift().resolve({done:!1,value:e}))}abort(e){this._closedPromiseResolve&&(this.resolvers.length<=0?this._error={error:e}:this.resolvers.shift().reject({done:!0,value:e}))}close(){if(this._closedPromiseResolve){let{resolvers:e}=this;for(;e.length>0;)e.shift().resolve(en.ITERATOR_DONE);this._closedPromiseResolve(),this._closedPromiseResolve=void 0}}[Symbol.asyncIterator](){return this}toDOMStream(e){return yk.default.toDOMStream(this._closedPromiseResolve||this._error?this:this._values,e)}toNodeStream(e){return yk.default.toNodeStream(this._closedPromiseResolve||this._error?this:this._values,e)}async throw(e){return await this.abort(e),en.ITERATOR_DONE}async return(e){return await this.close(),en.ITERATOR_DONE}async read(e){return(await this.next(e,"read")).value}async peek(e){return(await this.next(e,"peek")).value}next(...e){return this._values.length>0?Promise.resolve({done:!1,value:this._values.shift()}):this._error?Promise.reject({done:!0,value:this._error.error}):this._closedPromiseResolve?new Promise((r,n)=>{this.resolvers.push({resolve:r,reject:n})}):Promise.resolve(en.ITERATOR_DONE)}_ensureOpen(){if(this._closedPromiseResolve)return!0;throw new Error(`${this} is closed`)}};en.AsyncQueue=_k});var Fr=M(Te=>{"use strict";Object.defineProperty(Te,"__esModule",{value:!0});Te.isReadableNodeStream=Te.isWritableNodeStream=Te.isReadableDOMStream=Te.isWritableDOMStream=Te.isFetchResponse=Te.isFSReadStream=Te.isFileHandle=Te.isUnderlyingSink=Te.isIteratorResult=Te.isArrayLike=Te.isArrowJSON=Te.isAsyncIterable=Te.isIterable=Te.isObservable=Te.isPromise=Te.isObject=Te.BigUint64ArrayAvailable=Te.BigUint64Array=Te.BigInt64ArrayAvailable=Te.BigInt64Array=Te.BigIntAvailable=Te.BigInt=void 0;var ed=ua(),[nF,iF]=(()=>{let t=()=>{throw new Error("BigInt is not available in this environment")};function e(){throw t()}return e.asIntN=()=>{throw t()},e.asUintN=()=>{throw t()},typeof BigInt!="undefined"?[BigInt,!0]:[e,!1]})();Te.BigInt=nF;Te.BigIntAvailable=iF;var[oF,fF]=(()=>{let t=()=>{throw new Error("BigInt64Array is not available in this environment")};class e{static get BYTES_PER_ELEMENT(){return 8}static of(){throw t()}static from(){throw t()}constructor(){throw t()}}return typeof BigInt64Array!="undefined"?[BigInt64Array,!0]:[e,!1]})();Te.BigInt64Array=oF;Te.BigInt64ArrayAvailable=fF;var[sF,aF]=(()=>{let t=()=>{throw new Error("BigUint64Array is not available in this environment")};class e{static get BYTES_PER_ELEMENT(){return 8}static of(){throw t()}static from(){throw t()}constructor(){throw t()}}return typeof BigUint64Array!="undefined"?[BigUint64Array,!0]:[e,!1]})();Te.BigUint64Array=sF;Te.BigUint64ArrayAvailable=aF;var $w=t=>typeof t=="number",qk=t=>typeof t=="boolean",Sr=t=>typeof t=="function";Te.isObject=t=>t!=null&&Object(t)===t;Te.isPromise=t=>Te.isObject(t)&&Sr(t.then);Te.isObservable=t=>Te.isObject(t)&&Sr(t.subscribe);Te.isIterable=t=>Te.isObject(t)&&Sr(t[Symbol.iterator]);Te.isAsyncIterable=t=>Te.isObject(t)&&Sr(t[Symbol.asyncIterator]);Te.isArrowJSON=t=>Te.isObject(t)&&Te.isObject(t.schema);Te.isArrayLike=t=>Te.isObject(t)&&$w(t.length);Te.isIteratorResult=t=>Te.isObject(t)&&"done"in t&&"value"in t;Te.isUnderlyingSink=t=>Te.isObject(t)&&Sr(t.abort)&&Sr(t.close)&&Sr(t.start)&&Sr(t.write);Te.isFileHandle=t=>Te.isObject(t)&&Sr(t.stat)&&$w(t.fd);Te.isFSReadStream=t=>Te.isReadableNodeStream(t)&&$w(t.bytesRead);Te.isFetchResponse=t=>Te.isObject(t)&&Te.isReadableDOMStream(t.body);Te.isWritableDOMStream=t=>Te.isObject(t)&&Sr(t.abort)&&Sr(t.getWriter)&&!(t instanceof ed.ReadableInterop);Te.isReadableDOMStream=t=>Te.isObject(t)&&Sr(t.cancel)&&Sr(t.getReader)&&!(t instanceof ed.ReadableInterop);Te.isWritableNodeStream=t=>Te.isObject(t)&&Sr(t.end)&&Sr(t.write)&&qk(t.writable)&&!(t instanceof ed.ReadableInterop);Te.isReadableNodeStream=t=>Te.isObject(t)&&Sr(t.read)&&Sr(t.pipe)&&qk(t.readable)&&!(t instanceof ed.ReadableInterop)});var gr=M(je=>{"use strict";Object.defineProperty(je,"__esModule",{value:!0});je.compareArrayLike=je.rebaseValueOffsets=je.toUint8ClampedArrayAsyncIterator=je.toFloat64ArrayAsyncIterator=je.toFloat32ArrayAsyncIterator=je.toUint32ArrayAsyncIterator=je.toUint16ArrayAsyncIterator=je.toUint8ArrayAsyncIterator=je.toInt32ArrayAsyncIterator=je.toInt16ArrayAsyncIterator=je.toInt8ArrayAsyncIterator=je.toArrayBufferViewAsyncIterator=je.toUint8ClampedArrayIterator=je.toFloat64ArrayIterator=je.toFloat32ArrayIterator=je.toUint32ArrayIterator=je.toUint16ArrayIterator=je.toUint8ArrayIterator=je.toInt32ArrayIterator=je.toInt16ArrayIterator=je.toInt8ArrayIterator=je.toArrayBufferViewIterator=je.toUint8ClampedArray=je.toFloat64Array=je.toFloat32Array=je.toBigUint64Array=je.toUint32Array=je.toUint16Array=je.toUint8Array=je.toBigInt64Array=je.toInt32Array=je.toInt16Array=je.toInt8Array=je.toArrayBufferView=je.joinUint8Arrays=je.memcpy=void 0;var lF=uo(),uF=fs(),cF=lF.flatbuffers.ByteBuffer,ss=Fr(),eg=typeof SharedArrayBuffer!="undefined"?SharedArrayBuffer:ArrayBuffer;function pF(t){let e=t[0]?[t[0]]:[],r,n,i,o;for(let f,s,l=0,u=0,c=t.length;++l<c;){if(f=e[u],s=t[l],!f||!s||f.buffer!==s.buffer||s.byteOffset<f.byteOffset){s&&(e[++u]=s);continue}if({byteOffset:r,byteLength:i}=f,{byteOffset:n,byteLength:o}=s,r+i<n||n+o<r){s&&(e[++u]=s);continue}e[u]=new Uint8Array(f.buffer,r,n-r+o)}return e}function tg(t,e,r=0,n=e.byteLength){let i=t.byteLength,o=new Uint8Array(t.buffer,t.byteOffset,i),f=new Uint8Array(e.buffer,e.byteOffset,Math.min(n,i));return o.set(f,r),t}je.memcpy=tg;function dF(t,e){let r=pF(t),n=r.reduce((c,_)=>c+_.byteLength,0),i,o,f,s=0,l=-1,u=Math.min(e||1/0,n);for(let c=r.length;++l<c;){if(i=r[l],o=i.subarray(0,Math.min(i.length,u-s)),u<=s+o.length){o.length<i.length?r[l]=i.subarray(o.length):o.length===i.length&&l++,f?tg(f,o,s):f=o;break}tg(f||(f=new Uint8Array(u)),o,s),s+=o.length}return[f||new Uint8Array(0),r.slice(l),n-(f?f.byteLength:0)]}je.joinUint8Arrays=dF;function Cr(t,e){let r=ss.isIteratorResult(e)?e.value:e;return r instanceof t?t===Uint8Array?new t(r.buffer,r.byteOffset,r.byteLength):r:r?(typeof r=="string"&&(r=uF.encodeUtf8(r)),r instanceof ArrayBuffer?new t(r):r instanceof eg?new t(r):r instanceof cF?Cr(t,r.bytes()):ArrayBuffer.isView(r)?r.byteLength<=0?new t(0):new t(r.buffer,r.byteOffset,r.byteLength/t.BYTES_PER_ELEMENT):t.from(r)):new t(0)}je.toArrayBufferView=Cr;je.toInt8Array=t=>Cr(Int8Array,t);je.toInt16Array=t=>Cr(Int16Array,t);je.toInt32Array=t=>Cr(Int32Array,t);je.toBigInt64Array=t=>Cr(ss.BigInt64Array,t);je.toUint8Array=t=>Cr(Uint8Array,t);je.toUint16Array=t=>Cr(Uint16Array,t);je.toUint32Array=t=>Cr(Uint32Array,t);je.toBigUint64Array=t=>Cr(ss.BigUint64Array,t);je.toFloat32Array=t=>Cr(Float32Array,t);je.toFloat64Array=t=>Cr(Float64Array,t);je.toUint8ClampedArray=t=>Cr(Uint8ClampedArray,t);var rg=t=>(t.next(),t);function*ji(t,e){let r=function*(i){yield i},n=typeof e=="string"||ArrayBuffer.isView(e)||e instanceof ArrayBuffer||e instanceof eg?r(e):ss.isIterable(e)?e:r(e);return yield*rg(function*(i){let o=null;do o=i.next(yield Cr(t,o));while(!o.done)}(n[Symbol.iterator]())),new t}je.toArrayBufferViewIterator=ji;je.toInt8ArrayIterator=t=>ji(Int8Array,t);je.toInt16ArrayIterator=t=>ji(Int16Array,t);je.toInt32ArrayIterator=t=>ji(Int32Array,t);je.toUint8ArrayIterator=t=>ji(Uint8Array,t);je.toUint16ArrayIterator=t=>ji(Uint16Array,t);je.toUint32ArrayIterator=t=>ji(Uint32Array,t);je.toFloat32ArrayIterator=t=>ji(Float32Array,t);je.toFloat64ArrayIterator=t=>ji(Float64Array,t);je.toUint8ClampedArrayIterator=t=>ji(Uint8ClampedArray,t);async function*Jn(t,e){if(ss.isPromise(e))return yield*Jn(t,await e);let r=async function*(o){yield await o},n=async function*(o){yield*rg(function*(f){let s=null;do s=f.next(yield s&&s.value);while(!s.done)}(o[Symbol.iterator]()))},i=typeof e=="string"||ArrayBuffer.isView(e)||e instanceof ArrayBuffer||e instanceof eg?r(e):ss.isIterable(e)?n(e):ss.isAsyncIterable(e)?e:r(e);return yield*rg(async function*(o){let f=null;do f=await o.next(yield Cr(t,f));while(!f.done)}(i[Symbol.asyncIterator]())),new t}je.toArrayBufferViewAsyncIterator=Jn;je.toInt8ArrayAsyncIterator=t=>Jn(Int8Array,t);je.toInt16ArrayAsyncIterator=t=>Jn(Int16Array,t);je.toInt32ArrayAsyncIterator=t=>Jn(Int32Array,t);je.toUint8ArrayAsyncIterator=t=>Jn(Uint8Array,t);je.toUint16ArrayAsyncIterator=t=>Jn(Uint16Array,t);je.toUint32ArrayAsyncIterator=t=>Jn(Uint32Array,t);je.toFloat32ArrayAsyncIterator=t=>Jn(Float32Array,t);je.toFloat64ArrayAsyncIterator=t=>Jn(Float64Array,t);je.toUint8ClampedArrayAsyncIterator=t=>Jn(Uint8ClampedArray,t);function mF(t,e,r){if(t!==0){r=r.slice(0,e+1);for(let n=-1;++n<=e;)r[n]+=t}return r}je.rebaseValueOffsets=mF;function bF(t,e){let r=0,n=t.length;if(n!==e.length)return!1;if(n>0)do if(t[r]!==e[r])return!1;while(++r<n);return!0}je.compareArrayLike=bF});var Ou=M(ig=>{"use strict";Object.defineProperty(ig,"__esModule",{value:!0});var Vr=gr();ig.default={fromIterable(t){return td(hF(t))},fromAsyncIterable(t){return td(wF(t))},fromDOMStream(t){return td(gF(t))},fromNodeStream(t){return td(yF(t))},toDOMStream(t,e){throw new Error('"toDOMStream" not available in this environment')},toNodeStream(t,e){throw new Error('"toNodeStream" not available in this environment')}};var td=t=>(t.next(),t);function*hF(t){let e,r=!1,n=[],i,o,f,s=0;function l(){return o==="peek"?Vr.joinUint8Arrays(n,f)[0]:([i,n,s]=Vr.joinUint8Arrays(n,f),i)}({cmd:o,size:f}=yield null);let u=Vr.toUint8ArrayIterator(t)[Symbol.iterator]();try{do if({done:e,value:i}=isNaN(f-s)?u.next(void 0):u.next(f-s),!e&&i.byteLength>0&&(n.push(i),s+=i.byteLength),e||f<=s)do({cmd:o,size:f}=yield l());while(f<s);while(!e)}catch(c){(r=!0)&&typeof u.throw=="function"&&u.throw(c)}finally{r===!1&&typeof u.return=="function"&&u.return(null)}return null}async function*wF(t){let e,r=!1,n=[],i,o,f,s=0;function l(){return o==="peek"?Vr.joinUint8Arrays(n,f)[0]:([i,n,s]=Vr.joinUint8Arrays(n,f),i)}({cmd:o,size:f}=yield null);let u=Vr.toUint8ArrayAsyncIterator(t)[Symbol.asyncIterator]();try{do if({done:e,value:i}=isNaN(f-s)?await u.next(void 0):await u.next(f-s),!e&&i.byteLength>0&&(n.push(i),s+=i.byteLength),e||f<=s)do({cmd:o,size:f}=yield l());while(f<s);while(!e)}catch(c){(r=!0)&&typeof u.throw=="function"&&await u.throw(c)}finally{r===!1&&typeof u.return=="function"&&await u.return(new Uint8Array(0))}return null}async function*gF(t){let e=!1,r=!1,n=[],i,o,f,s=0;function l(){return o==="peek"?Vr.joinUint8Arrays(n,f)[0]:([i,n,s]=Vr.joinUint8Arrays(n,f),i)}({cmd:o,size:f}=yield null);let u=new vk(t);try{do if({done:e,value:i}=isNaN(f-s)?await u.read(void 0):await u.read(f-s),!e&&i.byteLength>0&&(n.push(Vr.toUint8Array(i)),s+=i.byteLength),e||f<=s)do({cmd:o,size:f}=yield l());while(f<s);while(!e)}catch(c){(r=!0)&&await u.cancel(c)}finally{r===!1?await u.cancel():t.locked&&u.releaseLock()}return null}var vk=class{constructor(e){this.source=e,this.byobReader=null,this.defaultReader=null;try{this.supportsBYOB=!!(this.reader=this.getBYOBReader())}catch{this.supportsBYOB=!(this.reader=this.getDefaultReader())}}get closed(){return this.reader?this.reader.closed.catch(()=>{}):Promise.resolve()}releaseLock(){this.reader&&this.reader.releaseLock(),this.reader=this.byobReader=this.defaultReader=null}async cancel(e){let{reader:r,source:n}=this;r&&await r.cancel(e).catch(()=>{}),n&&n.locked&&this.releaseLock()}async read(e){if(e===0)return{done:this.reader==null,value:new Uint8Array(0)};let r=!this.supportsBYOB||typeof e!="number"?await this.getDefaultReader().read():await this.readFromBYOBReader(e);return!r.done&&(r.value=Vr.toUint8Array(r)),r}getDefaultReader(){return this.byobReader&&this.releaseLock(),this.defaultReader||(this.defaultReader=this.source.getReader(),this.defaultReader.closed.catch(()=>{})),this.reader=this.defaultReader}getBYOBReader(){return this.defaultReader&&this.releaseLock(),this.byobReader||(this.byobReader=this.source.getReader({mode:"byob"}),this.byobReader.closed.catch(()=>{})),this.reader=this.byobReader}async readFromBYOBReader(e){return await Tk(this.getBYOBReader(),new ArrayBuffer(e),0,e)}};async function Tk(t,e,r,n){if(r>=n)return{done:!1,value:new Uint8Array(e,0,n)};let{done:i,value:o}=await t.read(new Uint8Array(e,r,n-r));return(r+=o.byteLength)<n&&!i?await Tk(t,o.buffer,r,n):{done:i,value:new Uint8Array(o.buffer,0,r)}}var ng=(t,e)=>{let r=i=>n([e,i]),n;return[e,r,new Promise(i=>(n=i)&&t.once(e,r))]};async function*yF(t){let e=[],r="error",n=!1,i=null,o,f,s=0,l=[],u;function c(){return o==="peek"?Vr.joinUint8Arrays(l,f)[0]:([u,l,s]=Vr.joinUint8Arrays(l,f),u)}if({cmd:o,size:f}=yield null,t.isTTY)return yield new Uint8Array(0),null;try{e[0]=ng(t,"end"),e[1]=ng(t,"error");do{if(e[2]=ng(t,"readable"),[r,i]=await Promise.race(e.map(p=>p[2])),r==="error")break;if((n=r==="end")||(isFinite(f-s)?(u=Vr.toUint8Array(t.read(f-s)),u.byteLength<f-s&&(u=Vr.toUint8Array(t.read(void 0)))):u=Vr.toUint8Array(t.read(void 0)),u.byteLength>0&&(l.push(u),s+=u.byteLength)),n||f<=s)do({cmd:o,size:f}=yield c());while(f<s)}while(!n)}finally{await _(e,r==="error"?i:null)}return null;function _(p,j){return u=l=null,new Promise((S,T)=>{for(let[U,W]of p)t.off(U,W);try{let U=t.destroy;U&&U.call(t,j),j=void 0}catch(U){j=U||j}finally{j!=null?T(j):S()}})}}});var or=M(ca=>{"use strict";Object.defineProperty(ca,"__esModule",{value:!0});ca.Vector=ca.AbstractVector=void 0;var rd=class{};ca.AbstractVector=rd;ca.Vector=rd;rd.prototype.data=null});var nf=M(he=>{"use strict";Object.defineProperty(he,"__esModule",{value:!0});he.Schema=he.Buffer=he.Field=he.DictionaryEncoding=he.KeyValue=he.Duration=he.Interval=he.Timestamp=he.Time=he.Date=he.Decimal=he.Bool=he.FixedSizeBinary=he.LargeBinary=he.LargeUtf8=he.Binary=he.Utf8=he.FloatingPoint=he.Int=he.Union=he.Map=he.FixedSizeList=he.LargeList=he.List=he.Struct_=he.Null=he.Endianness=he.DictionaryKind=he.Type=he.IntervalUnit=he.TimeUnit=he.DateUnit=he.Precision=he.UnionMode=he.Feature=he.MetadataVersion=void 0;var Ut=uo(),jF;(function(t){t[t.V1=0]="V1",t[t.V2=1]="V2",t[t.V3=2]="V3",t[t.V4=3]="V4",t[t.V5=4]="V5"})(jF=he.MetadataVersion||(he.MetadataVersion={}));var _F;(function(t){t[t.UNUSED=0]="UNUSED",t[t.DICTIONARY_REPLACEMENT=1]="DICTIONARY_REPLACEMENT",t[t.COMPRESSED_BODY=2]="COMPRESSED_BODY"})(_F=he.Feature||(he.Feature={}));var og;(function(t){t[t.Sparse=0]="Sparse",t[t.Dense=1]="Dense"})(og=he.UnionMode||(he.UnionMode={}));var fg;(function(t){t[t.HALF=0]="HALF",t[t.SINGLE=1]="SINGLE",t[t.DOUBLE=2]="DOUBLE"})(fg=he.Precision||(he.Precision={}));var sg;(function(t){t[t.DAY=0]="DAY",t[t.MILLISECOND=1]="MILLISECOND"})(sg=he.DateUnit||(he.DateUnit={}));var as;(function(t){t[t.SECOND=0]="SECOND",t[t.MILLISECOND=1]="MILLISECOND",t[t.MICROSECOND=2]="MICROSECOND",t[t.NANOSECOND=3]="NANOSECOND"})(as=he.TimeUnit||(he.TimeUnit={}));var ag;(function(t){t[t.YEAR_MONTH=0]="YEAR_MONTH",t[t.DAY_TIME=1]="DAY_TIME"})(ag=he.IntervalUnit||(he.IntervalUnit={}));var lg;(function(t){t[t.NONE=0]="NONE",t[t.Null=1]="Null",t[t.Int=2]="Int",t[t.FloatingPoint=3]="FloatingPoint",t[t.Binary=4]="Binary",t[t.Utf8=5]="Utf8",t[t.Bool=6]="Bool",t[t.Decimal=7]="Decimal",t[t.Date=8]="Date",t[t.Time=9]="Time",t[t.Timestamp=10]="Timestamp",t[t.Interval=11]="Interval",t[t.List=12]="List",t[t.Struct_=13]="Struct_",t[t.Union=14]="Union",t[t.FixedSizeBinary=15]="FixedSizeBinary",t[t.FixedSizeList=16]="FixedSizeList",t[t.Map=17]="Map",t[t.Duration=18]="Duration",t[t.LargeBinary=19]="LargeBinary",t[t.LargeUtf8=20]="LargeUtf8",t[t.LargeList=21]="LargeList"})(lg=he.Type||(he.Type={}));var ug;(function(t){t[t.DenseArray=0]="DenseArray"})(ug=he.DictionaryKind||(he.DictionaryKind={}));var cg;(function(t){t[t.Little=0]="Little",t[t.Big=1]="Big"})(cg=he.Endianness||(he.Endianness={}));var ls=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsNull(e,r){return(r||new ls).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsNull(e,r){return e.setPosition(e.position()+Ut.flatbuffers.SIZE_PREFIX_LENGTH),(r||new ls).__init(e.readInt32(e.position())+e.position(),e)}static startNull(e){e.startObject(0)}static endNull(e){return e.endObject()}static createNull(e){return ls.startNull(e),ls.endNull(e)}};he.Null=ls;var us=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsStruct_(e,r){return(r||new us).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsStruct_(e,r){return e.setPosition(e.position()+Ut.flatbuffers.SIZE_PREFIX_LENGTH),(r||new us).__init(e.readInt32(e.position())+e.position(),e)}static startStruct_(e){e.startObject(0)}static endStruct_(e){return e.endObject()}static createStruct_(e){return us.startStruct_(e),us.endStruct_(e)}};he.Struct_=us;var cs=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsList(e,r){return(r||new cs).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsList(e,r){return e.setPosition(e.position()+Ut.flatbuffers.SIZE_PREFIX_LENGTH),(r||new cs).__init(e.readInt32(e.position())+e.position(),e)}static startList(e){e.startObject(0)}static endList(e){return e.endObject()}static createList(e){return cs.startList(e),cs.endList(e)}};he.List=cs;var ps=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsLargeList(e,r){return(r||new ps).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsLargeList(e,r){return e.setPosition(e.position()+Ut.flatbuffers.SIZE_PREFIX_LENGTH),(r||new ps).__init(e.readInt32(e.position())+e.position(),e)}static startLargeList(e){e.startObject(0)}static endLargeList(e){return e.endObject()}static createLargeList(e){return ps.startLargeList(e),ps.endLargeList(e)}};he.LargeList=ps;var Zo=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsFixedSizeList(e,r){return(r||new Zo).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsFixedSizeList(e,r){return e.setPosition(e.position()+Ut.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Zo).__init(e.readInt32(e.position())+e.position(),e)}listSize(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt32(this.bb_pos+e):0}static startFixedSizeList(e){e.startObject(1)}static addListSize(e,r){e.addFieldInt32(0,r,0)}static endFixedSizeList(e){return e.endObject()}static createFixedSizeList(e,r){return Zo.startFixedSizeList(e),Zo.addListSize(e,r),Zo.endFixedSizeList(e)}};he.FixedSizeList=Zo;var Xo=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsMap(e,r){return(r||new Xo).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsMap(e,r){return e.setPosition(e.position()+Ut.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Xo).__init(e.readInt32(e.position())+e.position(),e)}keysSorted(){let e=this.bb.__offset(this.bb_pos,4);return e?!!this.bb.readInt8(this.bb_pos+e):!1}static startMap(e){e.startObject(1)}static addKeysSorted(e,r){e.addFieldInt8(0,+r,0)}static endMap(e){return e.endObject()}static createMap(e,r){return Xo.startMap(e),Xo.addKeysSorted(e,r),Xo.endMap(e)}};he.Map=Xo;var po=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsUnion(e,r){return(r||new po).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsUnion(e,r){return e.setPosition(e.position()+Ut.flatbuffers.SIZE_PREFIX_LENGTH),(r||new po).__init(e.readInt32(e.position())+e.position(),e)}mode(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):og.Sparse}typeIds(e){let r=this.bb.__offset(this.bb_pos,6);return r?this.bb.readInt32(this.bb.__vector(this.bb_pos+r)+e*4):0}typeIdsLength(){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.__vector_len(this.bb_pos+e):0}typeIdsArray(){let e=this.bb.__offset(this.bb_pos,6);return e?new Int32Array(this.bb.bytes().buffer,this.bb.bytes().byteOffset+this.bb.__vector(this.bb_pos+e),this.bb.__vector_len(this.bb_pos+e)):null}static startUnion(e){e.startObject(2)}static addMode(e,r){e.addFieldInt16(0,r,og.Sparse)}static addTypeIds(e,r){e.addFieldOffset(1,r,0)}static createTypeIdsVector(e,r){e.startVector(4,r.length,4);for(let n=r.length-1;n>=0;n--)e.addInt32(r[n]);return e.endVector()}static startTypeIdsVector(e,r){e.startVector(4,r,4)}static endUnion(e){return e.endObject()}static createUnion(e,r,n){return po.startUnion(e),po.addMode(e,r),po.addTypeIds(e,n),po.endUnion(e)}};he.Union=po;var _i=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsInt(e,r){return(r||new _i).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsInt(e,r){return e.setPosition(e.position()+Ut.flatbuffers.SIZE_PREFIX_LENGTH),(r||new _i).__init(e.readInt32(e.position())+e.position(),e)}bitWidth(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt32(this.bb_pos+e):0}isSigned(){let e=this.bb.__offset(this.bb_pos,6);return e?!!this.bb.readInt8(this.bb_pos+e):!1}static startInt(e){e.startObject(2)}static addBitWidth(e,r){e.addFieldInt32(0,r,0)}static addIsSigned(e,r){e.addFieldInt8(1,+r,0)}static endInt(e){return e.endObject()}static createInt(e,r,n){return _i.startInt(e),_i.addBitWidth(e,r),_i.addIsSigned(e,n),_i.endInt(e)}};he.Int=_i;var Qo=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsFloatingPoint(e,r){return(r||new Qo).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsFloatingPoint(e,r){return e.setPosition(e.position()+Ut.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Qo).__init(e.readInt32(e.position())+e.position(),e)}precision(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):fg.HALF}static startFloatingPoint(e){e.startObject(1)}static addPrecision(e,r){e.addFieldInt16(0,r,fg.HALF)}static endFloatingPoint(e){return e.endObject()}static createFloatingPoint(e,r){return Qo.startFloatingPoint(e),Qo.addPrecision(e,r),Qo.endFloatingPoint(e)}};he.FloatingPoint=Qo;var ds=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsUtf8(e,r){return(r||new ds).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsUtf8(e,r){return e.setPosition(e.position()+Ut.flatbuffers.SIZE_PREFIX_LENGTH),(r||new ds).__init(e.readInt32(e.position())+e.position(),e)}static startUtf8(e){e.startObject(0)}static endUtf8(e){return e.endObject()}static createUtf8(e){return ds.startUtf8(e),ds.endUtf8(e)}};he.Utf8=ds;var ms=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsBinary(e,r){return(r||new ms).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsBinary(e,r){return e.setPosition(e.position()+Ut.flatbuffers.SIZE_PREFIX_LENGTH),(r||new ms).__init(e.readInt32(e.position())+e.position(),e)}static startBinary(e){e.startObject(0)}static endBinary(e){return e.endObject()}static createBinary(e){return ms.startBinary(e),ms.endBinary(e)}};he.Binary=ms;var bs=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsLargeUtf8(e,r){return(r||new bs).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsLargeUtf8(e,r){return e.setPosition(e.position()+Ut.flatbuffers.SIZE_PREFIX_LENGTH),(r||new bs).__init(e.readInt32(e.position())+e.position(),e)}static startLargeUtf8(e){e.startObject(0)}static endLargeUtf8(e){return e.endObject()}static createLargeUtf8(e){return bs.startLargeUtf8(e),bs.endLargeUtf8(e)}};he.LargeUtf8=bs;var hs=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsLargeBinary(e,r){return(r||new hs).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsLargeBinary(e,r){return e.setPosition(e.position()+Ut.flatbuffers.SIZE_PREFIX_LENGTH),(r||new hs).__init(e.readInt32(e.position())+e.position(),e)}static startLargeBinary(e){e.startObject(0)}static endLargeBinary(e){return e.endObject()}static createLargeBinary(e){return hs.startLargeBinary(e),hs.endLargeBinary(e)}};he.LargeBinary=hs;var $o=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsFixedSizeBinary(e,r){return(r||new $o).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsFixedSizeBinary(e,r){return e.setPosition(e.position()+Ut.flatbuffers.SIZE_PREFIX_LENGTH),(r||new $o).__init(e.readInt32(e.position())+e.position(),e)}byteWidth(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt32(this.bb_pos+e):0}static startFixedSizeBinary(e){e.startObject(1)}static addByteWidth(e,r){e.addFieldInt32(0,r,0)}static endFixedSizeBinary(e){return e.endObject()}static createFixedSizeBinary(e,r){return $o.startFixedSizeBinary(e),$o.addByteWidth(e,r),$o.endFixedSizeBinary(e)}};he.FixedSizeBinary=$o;var ws=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsBool(e,r){return(r||new ws).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsBool(e,r){return e.setPosition(e.position()+Ut.flatbuffers.SIZE_PREFIX_LENGTH),(r||new ws).__init(e.readInt32(e.position())+e.position(),e)}static startBool(e){e.startObject(0)}static endBool(e){return e.endObject()}static createBool(e){return ws.startBool(e),ws.endBool(e)}};he.Bool=ws;var qi=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsDecimal(e,r){return(r||new qi).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsDecimal(e,r){return e.setPosition(e.position()+Ut.flatbuffers.SIZE_PREFIX_LENGTH),(r||new qi).__init(e.readInt32(e.position())+e.position(),e)}precision(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt32(this.bb_pos+e):0}scale(){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.readInt32(this.bb_pos+e):0}bitWidth(){let e=this.bb.__offset(this.bb_pos,8);return e?this.bb.readInt32(this.bb_pos+e):128}static startDecimal(e){e.startObject(3)}static addPrecision(e,r){e.addFieldInt32(0,r,0)}static addScale(e,r){e.addFieldInt32(1,r,0)}static addBitWidth(e,r){e.addFieldInt32(2,r,128)}static endDecimal(e){return e.endObject()}static createDecimal(e,r,n,i){return qi.startDecimal(e),qi.addPrecision(e,r),qi.addScale(e,n),qi.addBitWidth(e,i),qi.endDecimal(e)}};he.Decimal=qi;var ef=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsDate(e,r){return(r||new ef).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsDate(e,r){return e.setPosition(e.position()+Ut.flatbuffers.SIZE_PREFIX_LENGTH),(r||new ef).__init(e.readInt32(e.position())+e.position(),e)}unit(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):sg.MILLISECOND}static startDate(e){e.startObject(1)}static addUnit(e,r){e.addFieldInt16(0,r,sg.MILLISECOND)}static endDate(e){return e.endObject()}static createDate(e,r){return ef.startDate(e),ef.addUnit(e,r),ef.endDate(e)}};he.Date=ef;var mo=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsTime(e,r){return(r||new mo).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsTime(e,r){return e.setPosition(e.position()+Ut.flatbuffers.SIZE_PREFIX_LENGTH),(r||new mo).__init(e.readInt32(e.position())+e.position(),e)}unit(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):as.MILLISECOND}bitWidth(){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.readInt32(this.bb_pos+e):32}static startTime(e){e.startObject(2)}static addUnit(e,r){e.addFieldInt16(0,r,as.MILLISECOND)}static addBitWidth(e,r){e.addFieldInt32(1,r,32)}static endTime(e){return e.endObject()}static createTime(e,r,n){return mo.startTime(e),mo.addUnit(e,r),mo.addBitWidth(e,n),mo.endTime(e)}};he.Time=mo;var bo=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsTimestamp(e,r){return(r||new bo).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsTimestamp(e,r){return e.setPosition(e.position()+Ut.flatbuffers.SIZE_PREFIX_LENGTH),(r||new bo).__init(e.readInt32(e.position())+e.position(),e)}unit(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):as.SECOND}timezone(e){let r=this.bb.__offset(this.bb_pos,6);return r?this.bb.__string(this.bb_pos+r,e):null}static startTimestamp(e){e.startObject(2)}static addUnit(e,r){e.addFieldInt16(0,r,as.SECOND)}static addTimezone(e,r){e.addFieldOffset(1,r,0)}static endTimestamp(e){return e.endObject()}static createTimestamp(e,r,n){return bo.startTimestamp(e),bo.addUnit(e,r),bo.addTimezone(e,n),bo.endTimestamp(e)}};he.Timestamp=bo;var tf=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsInterval(e,r){return(r||new tf).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsInterval(e,r){return e.setPosition(e.position()+Ut.flatbuffers.SIZE_PREFIX_LENGTH),(r||new tf).__init(e.readInt32(e.position())+e.position(),e)}unit(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):ag.YEAR_MONTH}static startInterval(e){e.startObject(1)}static addUnit(e,r){e.addFieldInt16(0,r,ag.YEAR_MONTH)}static endInterval(e){return e.endObject()}static createInterval(e,r){return tf.startInterval(e),tf.addUnit(e,r),tf.endInterval(e)}};he.Interval=tf;var rf=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsDuration(e,r){return(r||new rf).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsDuration(e,r){return e.setPosition(e.position()+Ut.flatbuffers.SIZE_PREFIX_LENGTH),(r||new rf).__init(e.readInt32(e.position())+e.position(),e)}unit(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):as.MILLISECOND}static startDuration(e){e.startObject(1)}static addUnit(e,r){e.addFieldInt16(0,r,as.MILLISECOND)}static endDuration(e){return e.endObject()}static createDuration(e,r){return rf.startDuration(e),rf.addUnit(e,r),rf.endDuration(e)}};he.Duration=rf;var Zn=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsKeyValue(e,r){return(r||new Zn).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsKeyValue(e,r){return e.setPosition(e.position()+Ut.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Zn).__init(e.readInt32(e.position())+e.position(),e)}key(e){let r=this.bb.__offset(this.bb_pos,4);return r?this.bb.__string(this.bb_pos+r,e):null}value(e){let r=this.bb.__offset(this.bb_pos,6);return r?this.bb.__string(this.bb_pos+r,e):null}static startKeyValue(e){e.startObject(2)}static addKey(e,r){e.addFieldOffset(0,r,0)}static addValue(e,r){e.addFieldOffset(1,r,0)}static endKeyValue(e){return e.endObject()}static createKeyValue(e,r,n){return Zn.startKeyValue(e),Zn.addKey(e,r),Zn.addValue(e,n),Zn.endKeyValue(e)}};he.KeyValue=Zn;var Tn=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsDictionaryEncoding(e,r){return(r||new Tn).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsDictionaryEncoding(e,r){return e.setPosition(e.position()+Ut.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Tn).__init(e.readInt32(e.position())+e.position(),e)}id(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt64(this.bb_pos+e):this.bb.createLong(0,0)}indexType(e){let r=this.bb.__offset(this.bb_pos,6);return r?(e||new _i).__init(this.bb.__indirect(this.bb_pos+r),this.bb):null}isOrdered(){let e=this.bb.__offset(this.bb_pos,8);return e?!!this.bb.readInt8(this.bb_pos+e):!1}dictionaryKind(){let e=this.bb.__offset(this.bb_pos,10);return e?this.bb.readInt16(this.bb_pos+e):ug.DenseArray}static startDictionaryEncoding(e){e.startObject(4)}static addId(e,r){e.addFieldInt64(0,r,e.createLong(0,0))}static addIndexType(e,r){e.addFieldOffset(1,r,0)}static addIsOrdered(e,r){e.addFieldInt8(2,+r,0)}static addDictionaryKind(e,r){e.addFieldInt16(3,r,ug.DenseArray)}static endDictionaryEncoding(e){return e.endObject()}static createDictionaryEncoding(e,r,n,i,o){return Tn.startDictionaryEncoding(e),Tn.addId(e,r),Tn.addIndexType(e,n),Tn.addIsOrdered(e,i),Tn.addDictionaryKind(e,o),Tn.endDictionaryEncoding(e)}};he.DictionaryEncoding=Tn;var Pr=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsField(e,r){return(r||new Pr).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsField(e,r){return e.setPosition(e.position()+Ut.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Pr).__init(e.readInt32(e.position())+e.position(),e)}name(e){let r=this.bb.__offset(this.bb_pos,4);return r?this.bb.__string(this.bb_pos+r,e):null}nullable(){let e=this.bb.__offset(this.bb_pos,6);return e?!!this.bb.readInt8(this.bb_pos+e):!1}typeType(){let e=this.bb.__offset(this.bb_pos,8);return e?this.bb.readUint8(this.bb_pos+e):lg.NONE}type(e){let r=this.bb.__offset(this.bb_pos,10);return r?this.bb.__union(e,this.bb_pos+r):null}dictionary(e){let r=this.bb.__offset(this.bb_pos,12);return r?(e||new Tn).__init(this.bb.__indirect(this.bb_pos+r),this.bb):null}children(e,r){let n=this.bb.__offset(this.bb_pos,14);return n?(r||new Pr).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+n)+e*4),this.bb):null}childrenLength(){let e=this.bb.__offset(this.bb_pos,14);return e?this.bb.__vector_len(this.bb_pos+e):0}customMetadata(e,r){let n=this.bb.__offset(this.bb_pos,16);return n?(r||new Zn).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+n)+e*4),this.bb):null}customMetadataLength(){let e=this.bb.__offset(this.bb_pos,16);return e?this.bb.__vector_len(this.bb_pos+e):0}static startField(e){e.startObject(7)}static addName(e,r){e.addFieldOffset(0,r,0)}static addNullable(e,r){e.addFieldInt8(1,+r,0)}static addTypeType(e,r){e.addFieldInt8(2,r,lg.NONE)}static addType(e,r){e.addFieldOffset(3,r,0)}static addDictionary(e,r){e.addFieldOffset(4,r,0)}static addChildren(e,r){e.addFieldOffset(5,r,0)}static createChildrenVector(e,r){e.startVector(4,r.length,4);for(let n=r.length-1;n>=0;n--)e.addOffset(r[n]);return e.endVector()}static startChildrenVector(e,r){e.startVector(4,r,4)}static addCustomMetadata(e,r){e.addFieldOffset(6,r,0)}static createCustomMetadataVector(e,r){e.startVector(4,r.length,4);for(let n=r.length-1;n>=0;n--)e.addOffset(r[n]);return e.endVector()}static startCustomMetadataVector(e,r){e.startVector(4,r,4)}static endField(e){return e.endObject()}static createField(e,r,n,i,o,f,s,l){return Pr.startField(e),Pr.addName(e,r),Pr.addNullable(e,n),Pr.addTypeType(e,i),Pr.addType(e,o),Pr.addDictionary(e,f),Pr.addChildren(e,s),Pr.addCustomMetadata(e,l),Pr.endField(e)}};he.Field=Pr;var Bk=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}offset(){return this.bb.readInt64(this.bb_pos)}length(){return this.bb.readInt64(this.bb_pos+8)}static createBuffer(e,r,n){return e.prep(8,16),e.writeInt64(n),e.writeInt64(r),e.offset()}};he.Buffer=Bk;var Xn=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsSchema(e,r){return(r||new Xn).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsSchema(e,r){return e.setPosition(e.position()+Ut.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Xn).__init(e.readInt32(e.position())+e.position(),e)}endianness(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):cg.Little}fields(e,r){let n=this.bb.__offset(this.bb_pos,6);return n?(r||new Pr).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+n)+e*4),this.bb):null}fieldsLength(){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.__vector_len(this.bb_pos+e):0}customMetadata(e,r){let n=this.bb.__offset(this.bb_pos,8);return n?(r||new Zn).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+n)+e*4),this.bb):null}customMetadataLength(){let e=this.bb.__offset(this.bb_pos,8);return e?this.bb.__vector_len(this.bb_pos+e):0}features(e){let r=this.bb.__offset(this.bb_pos,10);return r?this.bb.readInt64(this.bb.__vector(this.bb_pos+r)+e*8):this.bb.createLong(0,0)}featuresLength(){let e=this.bb.__offset(this.bb_pos,10);return e?this.bb.__vector_len(this.bb_pos+e):0}static startSchema(e){e.startObject(4)}static addEndianness(e,r){e.addFieldInt16(0,r,cg.Little)}static addFields(e,r){e.addFieldOffset(1,r,0)}static createFieldsVector(e,r){e.startVector(4,r.length,4);for(let n=r.length-1;n>=0;n--)e.addOffset(r[n]);return e.endVector()}static startFieldsVector(e,r){e.startVector(4,r,4)}static addCustomMetadata(e,r){e.addFieldOffset(2,r,0)}static createCustomMetadataVector(e,r){e.startVector(4,r.length,4);for(let n=r.length-1;n>=0;n--)e.addOffset(r[n]);return e.endVector()}static startCustomMetadataVector(e,r){e.startVector(4,r,4)}static addFeatures(e,r){e.addFieldOffset(3,r,0)}static createFeaturesVector(e,r){e.startVector(8,r.length,8);for(let n=r.length-1;n>=0;n--)e.addInt64(r[n]);return e.endVector()}static startFeaturesVector(e,r){e.startVector(8,r,8)}static endSchema(e){return e.endObject()}static finishSchemaBuffer(e,r){e.finish(r)}static finishSizePrefixedSchemaBuffer(e,r){e.finish(r,void 0,!0)}static createSchema(e,r,n,i,o){return Xn.startSchema(e),Xn.addEndianness(e,r),Xn.addFields(e,n),Xn.addCustomMetadata(e,i),Xn.addFeatures(e,o),Xn.endSchema(e)}};he.Schema=Xn});var od=M(fr=>{"use strict";Object.defineProperty(fr,"__esModule",{value:!0});fr.Message=fr.DictionaryBatch=fr.RecordBatch=fr.BodyCompression=fr.FieldNode=fr.MessageHeader=fr.BodyCompressionMethod=fr.CompressionType=void 0;var nd=uo(),id=nf(),pg;(function(t){t[t.LZ4_FRAME=0]="LZ4_FRAME",t[t.ZSTD=1]="ZSTD"})(pg=fr.CompressionType||(fr.CompressionType={}));var dg;(function(t){t[t.BUFFER=0]="BUFFER"})(dg=fr.BodyCompressionMethod||(fr.BodyCompressionMethod={}));var mg;(function(t){t[t.NONE=0]="NONE",t[t.Schema=1]="Schema",t[t.DictionaryBatch=2]="DictionaryBatch",t[t.RecordBatch=3]="RecordBatch",t[t.Tensor=4]="Tensor",t[t.SparseTensor=5]="SparseTensor"})(mg=fr.MessageHeader||(fr.MessageHeader={}));var bg=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}length(){return this.bb.readInt64(this.bb_pos)}nullCount(){return this.bb.readInt64(this.bb_pos+8)}static createFieldNode(e,r,n){return e.prep(8,16),e.writeInt64(n),e.writeInt64(r),e.offset()}};fr.FieldNode=bg;var vi=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsBodyCompression(e,r){return(r||new vi).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsBodyCompression(e,r){return e.setPosition(e.position()+nd.flatbuffers.SIZE_PREFIX_LENGTH),(r||new vi).__init(e.readInt32(e.position())+e.position(),e)}codec(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt8(this.bb_pos+e):pg.LZ4_FRAME}method(){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.readInt8(this.bb_pos+e):dg.BUFFER}static startBodyCompression(e){e.startObject(2)}static addCodec(e,r){e.addFieldInt8(0,r,pg.LZ4_FRAME)}static addMethod(e,r){e.addFieldInt8(1,r,dg.BUFFER)}static endBodyCompression(e){return e.endObject()}static createBodyCompression(e,r,n){return vi.startBodyCompression(e),vi.addCodec(e,r),vi.addMethod(e,n),vi.endBodyCompression(e)}};fr.BodyCompression=vi;var Bn=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsRecordBatch(e,r){return(r||new Bn).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsRecordBatch(e,r){return e.setPosition(e.position()+nd.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Bn).__init(e.readInt32(e.position())+e.position(),e)}length(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt64(this.bb_pos+e):this.bb.createLong(0,0)}nodes(e,r){let n=this.bb.__offset(this.bb_pos,6);return n?(r||new bg).__init(this.bb.__vector(this.bb_pos+n)+e*16,this.bb):null}nodesLength(){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.__vector_len(this.bb_pos+e):0}buffers(e,r){let n=this.bb.__offset(this.bb_pos,8);return n?(r||new id.Buffer).__init(this.bb.__vector(this.bb_pos+n)+e*16,this.bb):null}buffersLength(){let e=this.bb.__offset(this.bb_pos,8);return e?this.bb.__vector_len(this.bb_pos+e):0}compression(e){let r=this.bb.__offset(this.bb_pos,10);return r?(e||new vi).__init(this.bb.__indirect(this.bb_pos+r),this.bb):null}static startRecordBatch(e){e.startObject(4)}static addLength(e,r){e.addFieldInt64(0,r,e.createLong(0,0))}static addNodes(e,r){e.addFieldOffset(1,r,0)}static startNodesVector(e,r){e.startVector(16,r,8)}static addBuffers(e,r){e.addFieldOffset(2,r,0)}static startBuffersVector(e,r){e.startVector(16,r,8)}static addCompression(e,r){e.addFieldOffset(3,r,0)}static endRecordBatch(e){return e.endObject()}static createRecordBatch(e,r,n,i,o){return Bn.startRecordBatch(e),Bn.addLength(e,r),Bn.addNodes(e,n),Bn.addBuffers(e,i),Bn.addCompression(e,o),Bn.endRecordBatch(e)}};fr.RecordBatch=Bn;var Ti=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsDictionaryBatch(e,r){return(r||new Ti).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsDictionaryBatch(e,r){return e.setPosition(e.position()+nd.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Ti).__init(e.readInt32(e.position())+e.position(),e)}id(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt64(this.bb_pos+e):this.bb.createLong(0,0)}data(e){let r=this.bb.__offset(this.bb_pos,6);return r?(e||new Bn).__init(this.bb.__indirect(this.bb_pos+r),this.bb):null}isDelta(){let e=this.bb.__offset(this.bb_pos,8);return e?!!this.bb.readInt8(this.bb_pos+e):!1}static startDictionaryBatch(e){e.startObject(3)}static addId(e,r){e.addFieldInt64(0,r,e.createLong(0,0))}static addData(e,r){e.addFieldOffset(1,r,0)}static addIsDelta(e,r){e.addFieldInt8(2,+r,0)}static endDictionaryBatch(e){return e.endObject()}static createDictionaryBatch(e,r,n,i){return Ti.startDictionaryBatch(e),Ti.addId(e,r),Ti.addData(e,n),Ti.addIsDelta(e,i),Ti.endDictionaryBatch(e)}};fr.DictionaryBatch=Ti;var kn=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsMessage(e,r){return(r||new kn).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsMessage(e,r){return e.setPosition(e.position()+nd.flatbuffers.SIZE_PREFIX_LENGTH),(r||new kn).__init(e.readInt32(e.position())+e.position(),e)}version(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):id.MetadataVersion.V1}headerType(){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.readUint8(this.bb_pos+e):mg.NONE}header(e){let r=this.bb.__offset(this.bb_pos,8);return r?this.bb.__union(e,this.bb_pos+r):null}bodyLength(){let e=this.bb.__offset(this.bb_pos,10);return e?this.bb.readInt64(this.bb_pos+e):this.bb.createLong(0,0)}customMetadata(e,r){let n=this.bb.__offset(this.bb_pos,12);return n?(r||new id.KeyValue).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+n)+e*4),this.bb):null}customMetadataLength(){let e=this.bb.__offset(this.bb_pos,12);return e?this.bb.__vector_len(this.bb_pos+e):0}static startMessage(e){e.startObject(5)}static addVersion(e,r){e.addFieldInt16(0,r,id.MetadataVersion.V1)}static addHeaderType(e,r){e.addFieldInt8(1,r,mg.NONE)}static addHeader(e,r){e.addFieldOffset(2,r,0)}static addBodyLength(e,r){e.addFieldInt64(3,r,e.createLong(0,0))}static addCustomMetadata(e,r){e.addFieldOffset(4,r,0)}static createCustomMetadataVector(e,r){e.startVector(4,r.length,4);for(let n=r.length-1;n>=0;n--)e.addOffset(r[n]);return e.endVector()}static startCustomMetadataVector(e,r){e.startVector(4,r,4)}static endMessage(e){return e.endObject()}static finishMessageBuffer(e,r){e.finish(r)}static finishSizePrefixedMessageBuffer(e,r){e.finish(r,void 0,!0)}static createMessage(e,r,n,i,o,f){return kn.startMessage(e),kn.addVersion(e,r),kn.addHeaderType(e,n),kn.addHeader(e,i),kn.addBodyLength(e,o),kn.addCustomMetadata(e,f),kn.endMessage(e)}};fr.Message=kn});var Rt=M(Jt=>{"use strict";Object.defineProperty(Jt,"__esModule",{value:!0});Jt.BufferType=Jt.Type=Jt.MessageHeader=Jt.MetadataVersion=Jt.IntervalUnit=Jt.UnionMode=Jt.Precision=Jt.TimeUnit=Jt.DateUnit=void 0;var pa=nf();Object.defineProperty(Jt,"DateUnit",{enumerable:!0,get:function(){return pa.DateUnit}});Object.defineProperty(Jt,"TimeUnit",{enumerable:!0,get:function(){return pa.TimeUnit}});Object.defineProperty(Jt,"Precision",{enumerable:!0,get:function(){return pa.Precision}});Object.defineProperty(Jt,"UnionMode",{enumerable:!0,get:function(){return pa.UnionMode}});Object.defineProperty(Jt,"IntervalUnit",{enumerable:!0,get:function(){return pa.IntervalUnit}});Object.defineProperty(Jt,"MetadataVersion",{enumerable:!0,get:function(){return pa.MetadataVersion}});var qF=od();Object.defineProperty(Jt,"MessageHeader",{enumerable:!0,get:function(){return qF.MessageHeader}});var vF;(function(t){t[t.NONE=0]="NONE",t[t.Null=1]="Null",t[t.Int=2]="Int",t[t.Float=3]="Float",t[t.Binary=4]="Binary",t[t.Utf8=5]="Utf8",t[t.Bool=6]="Bool",t[t.Decimal=7]="Decimal",t[t.Date=8]="Date",t[t.Time=9]="Time",t[t.Timestamp=10]="Timestamp",t[t.Interval=11]="Interval",t[t.List=12]="List",t[t.Struct=13]="Struct",t[t.Union=14]="Union",t[t.FixedSizeBinary=15]="FixedSizeBinary",t[t.FixedSizeList=16]="FixedSizeList",t[t.Map=17]="Map",t[t.Dictionary=-1]="Dictionary",t[t.Int8=-2]="Int8",t[t.Int16=-3]="Int16",t[t.Int32=-4]="Int32",t[t.Int64=-5]="Int64",t[t.Uint8=-6]="Uint8",t[t.Uint16=-7]="Uint16",t[t.Uint32=-8]="Uint32",t[t.Uint64=-9]="Uint64",t[t.Float16=-10]="Float16",t[t.Float32=-11]="Float32",t[t.Float64=-12]="Float64",t[t.DateDay=-13]="DateDay",t[t.DateMillisecond=-14]="DateMillisecond",t[t.TimestampSecond=-15]="TimestampSecond",t[t.TimestampMillisecond=-16]="TimestampMillisecond",t[t.TimestampMicrosecond=-17]="TimestampMicrosecond",t[t.TimestampNanosecond=-18]="TimestampNanosecond",t[t.TimeSecond=-19]="TimeSecond",t[t.TimeMillisecond=-20]="TimeMillisecond",t[t.TimeMicrosecond=-21]="TimeMicrosecond",t[t.TimeNanosecond=-22]="TimeNanosecond",t[t.DenseUnion=-23]="DenseUnion",t[t.SparseUnion=-24]="SparseUnion",t[t.IntervalDayTime=-25]="IntervalDayTime",t[t.IntervalYearMonth=-26]="IntervalYearMonth"})(vF=Jt.Type||(Jt.Type={}));var TF;(function(t){t[t.OFFSET=0]="OFFSET",t[t.DATA=1]="DATA",t[t.VALIDITY=2]="VALIDITY",t[t.TYPE=3]="TYPE"})(TF=Jt.BufferType||(Jt.BufferType={}))});var Bi=M(cr=>{"use strict";Object.defineProperty(cr,"__esModule",{value:!0});cr.popcnt_uint32=cr.popcnt_array=cr.popcnt_bit_range=cr.BitIterator=cr.packBools=cr.truncateBitmap=cr.setBool=cr.getBit=cr.getBool=void 0;function kk(t,e,r,n){return(r&1<<n)!=0}cr.getBool=kk;function Ik(t,e,r,n){return(r&1<<n)>>n}cr.getBit=Ik;function BF(t,e,r){return r?!!(t[e>>3]|=1<<e%8)||!0:!(t[e>>3]&=~(1<<e%8))&&!1}cr.setBool=BF;function kF(t,e,r){let n=r.byteLength+7&~7;if(t>0||r.byteLength<n){let i=new Uint8Array(n);return i.set(t%8==0?r.subarray(t>>3):Sk(new fd(r,t,e,null,kk)).subarray(0,n)),i}return r}cr.truncateBitmap=kF;function Sk(t){let e=[],r=0,n=0,i=0;for(let f of t)f&&(i|=1<<n),++n==8&&(e[r++]=i,i=n=0);(r===0||n>0)&&(e[r++]=i);let o=new Uint8Array(e.length+7&~7);return o.set(e),o}cr.packBools=Sk;var fd=class{constructor(e,r,n,i,o){this.bytes=e,this.length=n,this.context=i,this.get=o,this.bit=r%8,this.byteIndex=r>>3,this.byte=e[this.byteIndex++],this.index=0}next(){return this.index<this.length?(this.bit===8&&(this.bit=0,this.byte=this.bytes[this.byteIndex++]),{value:this.get(this.context,this.index++,this.byte,this.bit++)}):{done:!0,value:null}}[Symbol.iterator](){return this}};cr.BitIterator=fd;function hg(t,e,r){if(r-e<=0)return 0;if(r-e<8){let o=0;for(let f of new fd(t,e,r-e,t,Ik))o+=f;return o}let n=r>>3<<3,i=e+(e%8==0?0:8-e%8);return hg(t,e,i)+hg(t,n,r)+xk(t,i>>3,n-i>>3)}cr.popcnt_bit_range=hg;function xk(t,e,r){let n=0,i=e|0,o=new DataView(t.buffer,t.byteOffset,t.byteLength),f=r===void 0?t.byteLength:i+r;for(;f-i>=4;)n+=sd(o.getUint32(i)),i+=4;for(;f-i>=2;)n+=sd(o.getUint16(i)),i+=2;for(;f-i>=1;)n+=sd(o.getUint8(i)),i+=1;return n}cr.popcnt_array=xk;function sd(t){let e=t|0;return e=e-(e>>>1&1431655765),e=(e&858993459)+(e>>>2&858993459),(e+(e>>>4)&252645135)*16843009>>>24}cr.popcnt_uint32=sd});var _t=M(ue=>{"use strict";Object.defineProperty(ue,"__esModule",{value:!0});ue.strideForType=ue.Dictionary=ue.Map_=ue.FixedSizeList=ue.FixedSizeBinary=ue.SparseUnion=ue.DenseUnion=ue.Union=ue.Struct=ue.List=ue.IntervalYearMonth=ue.IntervalDayTime=ue.Interval=ue.TimestampNanosecond=ue.TimestampMicrosecond=ue.TimestampMillisecond=ue.TimestampSecond=ue.Timestamp=ue.TimeNanosecond=ue.TimeMicrosecond=ue.TimeMillisecond=ue.TimeSecond=ue.Time=ue.DateMillisecond=ue.DateDay=ue.Date_=ue.Decimal=ue.Bool=ue.Utf8=ue.Binary=ue.Float64=ue.Float32=ue.Float16=ue.Float=ue.Uint64=ue.Uint32=ue.Uint16=ue.Uint8=ue.Int64=ue.Int32=ue.Int16=ue.Int8=ue.Int=ue.Null=ue.DataType=void 0;var qe=Rt(),Zt=class{static isNull(e){return e&&e.typeId===qe.Type.Null}static isInt(e){return e&&e.typeId===qe.Type.Int}static isFloat(e){return e&&e.typeId===qe.Type.Float}static isBinary(e){return e&&e.typeId===qe.Type.Binary}static isUtf8(e){return e&&e.typeId===qe.Type.Utf8}static isBool(e){return e&&e.typeId===qe.Type.Bool}static isDecimal(e){return e&&e.typeId===qe.Type.Decimal}static isDate(e){return e&&e.typeId===qe.Type.Date}static isTime(e){return e&&e.typeId===qe.Type.Time}static isTimestamp(e){return e&&e.typeId===qe.Type.Timestamp}static isInterval(e){return e&&e.typeId===qe.Type.Interval}static isList(e){return e&&e.typeId===qe.Type.List}static isStruct(e){return e&&e.typeId===qe.Type.Struct}static isUnion(e){return e&&e.typeId===qe.Type.Union}static isFixedSizeBinary(e){return e&&e.typeId===qe.Type.FixedSizeBinary}static isFixedSizeList(e){return e&&e.typeId===qe.Type.FixedSizeList}static isMap(e){return e&&e.typeId===qe.Type.Map}static isDictionary(e){return e&&e.typeId===qe.Type.Dictionary}get typeId(){return qe.Type.NONE}};ue.DataType=Zt;Zt[Symbol.toStringTag]=(t=>(t.children=null,t.ArrayType=Array,t[Symbol.toStringTag]="DataType"))(Zt.prototype);var ad=class extends Zt{toString(){return"Null"}get typeId(){return qe.Type.Null}};ue.Null=ad;ad[Symbol.toStringTag]=(t=>t[Symbol.toStringTag]="Null")(ad.prototype);var In=class extends Zt{constructor(e,r){super();this.isSigned=e,this.bitWidth=r}get typeId(){return qe.Type.Int}get ArrayType(){switch(this.bitWidth){case 8:return this.isSigned?Int8Array:Uint8Array;case 16:return this.isSigned?Int16Array:Uint16Array;case 32:return this.isSigned?Int32Array:Uint32Array;case 64:return this.isSigned?Int32Array:Uint32Array}throw new Error(`Unrecognized ${this[Symbol.toStringTag]} type`)}toString(){return`${this.isSigned?"I":"Ui"}nt${this.bitWidth}`}};ue.Int=In;In[Symbol.toStringTag]=(t=>(t.isSigned=null,t.bitWidth=null,t[Symbol.toStringTag]="Int"))(In.prototype);var wg=class extends In{constructor(){super(!0,8)}};ue.Int8=wg;var gg=class extends In{constructor(){super(!0,16)}};ue.Int16=gg;var yg=class extends In{constructor(){super(!0,32)}};ue.Int32=yg;var jg=class extends In{constructor(){super(!0,64)}};ue.Int64=jg;var _g=class extends In{constructor(){super(!1,8)}};ue.Uint8=_g;var qg=class extends In{constructor(){super(!1,16)}};ue.Uint16=qg;var vg=class extends In{constructor(){super(!1,32)}};ue.Uint32=vg;var Tg=class extends In{constructor(){super(!1,64)}};ue.Uint64=Tg;Object.defineProperty(wg.prototype,"ArrayType",{value:Int8Array});Object.defineProperty(gg.prototype,"ArrayType",{value:Int16Array});Object.defineProperty(yg.prototype,"ArrayType",{value:Int32Array});Object.defineProperty(jg.prototype,"ArrayType",{value:Int32Array});Object.defineProperty(_g.prototype,"ArrayType",{value:Uint8Array});Object.defineProperty(qg.prototype,"ArrayType",{value:Uint16Array});Object.defineProperty(vg.prototype,"ArrayType",{value:Uint32Array});Object.defineProperty(Tg.prototype,"ArrayType",{value:Uint32Array});var gs=class extends Zt{constructor(e){super();this.precision=e}get typeId(){return qe.Type.Float}get ArrayType(){switch(this.precision){case qe.Precision.HALF:return Uint16Array;case qe.Precision.SINGLE:return Float32Array;case qe.Precision.DOUBLE:return Float64Array}throw new Error(`Unrecognized ${this[Symbol.toStringTag]} type`)}toString(){return`Float${this.precision<<5||16}`}};ue.Float=gs;gs[Symbol.toStringTag]=(t=>(t.precision=null,t[Symbol.toStringTag]="Float"))(gs.prototype);var Bg=class extends gs{constructor(){super(qe.Precision.HALF)}};ue.Float16=Bg;var kg=class extends gs{constructor(){super(qe.Precision.SINGLE)}};ue.Float32=kg;var Ig=class extends gs{constructor(){super(qe.Precision.DOUBLE)}};ue.Float64=Ig;Object.defineProperty(Bg.prototype,"ArrayType",{value:Uint16Array});Object.defineProperty(kg.prototype,"ArrayType",{value:Float32Array});Object.defineProperty(Ig.prototype,"ArrayType",{value:Float64Array});var ld=class extends Zt{constructor(){super()}get typeId(){return qe.Type.Binary}toString(){return"Binary"}};ue.Binary=ld;ld[Symbol.toStringTag]=(t=>(t.ArrayType=Uint8Array,t[Symbol.toStringTag]="Binary"))(ld.prototype);var ud=class extends Zt{constructor(){super()}get typeId(){return qe.Type.Utf8}toString(){return"Utf8"}};ue.Utf8=ud;ud[Symbol.toStringTag]=(t=>(t.ArrayType=Uint8Array,t[Symbol.toStringTag]="Utf8"))(ud.prototype);var cd=class extends Zt{constructor(){super()}get typeId(){return qe.Type.Bool}toString(){return"Bool"}};ue.Bool=cd;cd[Symbol.toStringTag]=(t=>(t.ArrayType=Uint8Array,t[Symbol.toStringTag]="Bool"))(cd.prototype);var pd=class extends Zt{constructor(e,r){super();this.scale=e,this.precision=r}get typeId(){return qe.Type.Decimal}toString(){return`Decimal[${this.precision}e${this.scale>0?"+":""}${this.scale}]`}};ue.Decimal=pd;pd[Symbol.toStringTag]=(t=>(t.scale=null,t.precision=null,t.ArrayType=Uint32Array,t[Symbol.toStringTag]="Decimal"))(pd.prototype);var da=class extends Zt{constructor(e){super();this.unit=e}get typeId(){return qe.Type.Date}toString(){return`Date${(this.unit+1)*32}<${qe.DateUnit[this.unit]}>`}};ue.Date_=da;da[Symbol.toStringTag]=(t=>(t.unit=null,t.ArrayType=Int32Array,t[Symbol.toStringTag]="Date"))(da.prototype);var Ek=class extends da{constructor(){super(qe.DateUnit.DAY)}};ue.DateDay=Ek;var Ak=class extends da{constructor(){super(qe.DateUnit.MILLISECOND)}};ue.DateMillisecond=Ak;var of=class extends Zt{constructor(e,r){super();this.unit=e,this.bitWidth=r}get typeId(){return qe.Type.Time}toString(){return`Time${this.bitWidth}<${qe.TimeUnit[this.unit]}>`}};ue.Time=of;of[Symbol.toStringTag]=(t=>(t.unit=null,t.bitWidth=null,t.ArrayType=Int32Array,t[Symbol.toStringTag]="Time"))(of.prototype);var Ok=class extends of{constructor(){super(qe.TimeUnit.SECOND,32)}};ue.TimeSecond=Ok;var Nk=class extends of{constructor(){super(qe.TimeUnit.MILLISECOND,32)}};ue.TimeMillisecond=Nk;var Dk=class extends of{constructor(){super(qe.TimeUnit.MICROSECOND,64)}};ue.TimeMicrosecond=Dk;var Fk=class extends of{constructor(){super(qe.TimeUnit.NANOSECOND,64)}};ue.TimeNanosecond=Fk;var ff=class extends Zt{constructor(e,r){super();this.unit=e,this.timezone=r}get typeId(){return qe.Type.Timestamp}toString(){return`Timestamp<${qe.TimeUnit[this.unit]}${this.timezone?`, ${this.timezone}`:""}>`}};ue.Timestamp=ff;ff[Symbol.toStringTag]=(t=>(t.unit=null,t.timezone=null,t.ArrayType=Int32Array,t[Symbol.toStringTag]="Timestamp"))(ff.prototype);var Pk=class extends ff{constructor(e){super(qe.TimeUnit.SECOND,e)}};ue.TimestampSecond=Pk;var Rk=class extends ff{constructor(e){super(qe.TimeUnit.MILLISECOND,e)}};ue.TimestampMillisecond=Rk;var Hk=class extends ff{constructor(e){super(qe.TimeUnit.MICROSECOND,e)}};ue.TimestampMicrosecond=Hk;var zk=class extends ff{constructor(e){super(qe.TimeUnit.NANOSECOND,e)}};ue.TimestampNanosecond=zk;var ma=class extends Zt{constructor(e){super();this.unit=e}get typeId(){return qe.Type.Interval}toString(){return`Interval<${qe.IntervalUnit[this.unit]}>`}};ue.Interval=ma;ma[Symbol.toStringTag]=(t=>(t.unit=null,t.ArrayType=Int32Array,t[Symbol.toStringTag]="Interval"))(ma.prototype);var Mk=class extends ma{constructor(){super(qe.IntervalUnit.DAY_TIME)}};ue.IntervalDayTime=Mk;var Uk=class extends ma{constructor(){super(qe.IntervalUnit.YEAR_MONTH)}};ue.IntervalYearMonth=Uk;var dd=class extends Zt{constructor(e){super();this.children=[e]}get typeId(){return qe.Type.List}toString(){return`List<${this.valueType}>`}get valueType(){return this.children[0].type}get valueField(){return this.children[0]}get ArrayType(){return this.valueType.ArrayType}};ue.List=dd;dd[Symbol.toStringTag]=(t=>(t.children=null,t[Symbol.toStringTag]="List"))(dd.prototype);var md=class extends Zt{constructor(e){super();this.children=e}get typeId(){return qe.Type.Struct}toString(){return`Struct<{${this.children.map(e=>`${e.name}:${e.type}`).join(", ")}}>`}};ue.Struct=md;md[Symbol.toStringTag]=(t=>(t.children=null,t[Symbol.toStringTag]="Struct"))(md.prototype);var ba=class extends Zt{constructor(e,r,n){super();this.mode=e,this.children=n,this.typeIds=r=Int32Array.from(r),this.typeIdToChildIndex=r.reduce((i,o,f)=>(i[o]=f)&&i||i,Object.create(null))}get typeId(){return qe.Type.Union}toString(){return`${this[Symbol.toStringTag]}<${this.children.map(e=>`${e.type}`).join(" | ")}>`}};ue.Union=ba;ba[Symbol.toStringTag]=(t=>(t.mode=null,t.typeIds=null,t.children=null,t.typeIdToChildIndex=null,t.ArrayType=Int8Array,t[Symbol.toStringTag]="Union"))(ba.prototype);var Lk=class extends ba{constructor(e,r){super(qe.UnionMode.Dense,e,r)}};ue.DenseUnion=Lk;var Ck=class extends ba{constructor(e,r){super(qe.UnionMode.Sparse,e,r)}};ue.SparseUnion=Ck;var bd=class extends Zt{constructor(e){super();this.byteWidth=e}get typeId(){return qe.Type.FixedSizeBinary}toString(){return`FixedSizeBinary[${this.byteWidth}]`}};ue.FixedSizeBinary=bd;bd[Symbol.toStringTag]=(t=>(t.byteWidth=null,t.ArrayType=Uint8Array,t[Symbol.toStringTag]="FixedSizeBinary"))(bd.prototype);var hd=class extends Zt{constructor(e,r){super();this.listSize=e,this.children=[r]}get typeId(){return qe.Type.FixedSizeList}get valueType(){return this.children[0].type}get valueField(){return this.children[0]}get ArrayType(){return this.valueType.ArrayType}toString(){return`FixedSizeList[${this.listSize}]<${this.valueType}>`}};ue.FixedSizeList=hd;hd[Symbol.toStringTag]=(t=>(t.children=null,t.listSize=null,t[Symbol.toStringTag]="FixedSizeList"))(hd.prototype);var wd=class extends Zt{constructor(e,r=!1){super();this.children=[e],this.keysSorted=r}get typeId(){return qe.Type.Map}get keyType(){return this.children[0].type.children[0].type}get valueType(){return this.children[0].type.children[1].type}toString(){return`Map<{${this.children[0].type.children.map(e=>`${e.name}:${e.type}`).join(", ")}}>`}};ue.Map_=wd;wd[Symbol.toStringTag]=(t=>(t.children=null,t.keysSorted=null,t[Symbol.toStringTag]="Map_"))(wd.prototype);var IF=(t=>()=>++t)(-1),gd=class extends Zt{constructor(e,r,n,i){super();this.indices=r,this.dictionary=e,this.isOrdered=i||!1,this.id=n==null?IF():typeof n=="number"?n:n.low}get typeId(){return qe.Type.Dictionary}get children(){return this.dictionary.children}get valueType(){return this.dictionary}get ArrayType(){return this.dictionary.ArrayType}toString(){return`Dictionary<${this.indices}, ${this.dictionary}>`}};ue.Dictionary=gd;gd[Symbol.toStringTag]=(t=>(t.id=null,t.indices=null,t.isOrdered=null,t.dictionary=null,t[Symbol.toStringTag]="Dictionary"))(gd.prototype);function SF(t){let e=t;switch(t.typeId){case qe.Type.Decimal:return 4;case qe.Type.Timestamp:return 2;case qe.Type.Date:return 1+e.unit;case qe.Type.Interval:return 1+e.unit;case qe.Type.Int:return 1+ +(e.bitWidth>32);case qe.Type.Time:return 1+ +(e.bitWidth>32);case qe.Type.FixedSizeList:return e.listSize;case qe.Type.FixedSizeBinary:return e.byteWidth;default:return 1}}ue.strideForType=SF});var Qn=M(ys=>{"use strict";Object.defineProperty(ys,"__esModule",{value:!0});ys.Data=ys.kUnknownNullCount=void 0;var xF=Bi(),EF=Bi(),Be=Rt(),AF=_t(),dt=gr();ys.kUnknownNullCount=-1;var Ge=class{constructor(e,r,n,i,o,f,s){this.type=e,this.dictionary=s,this.offset=Math.floor(Math.max(r||0,0)),this.length=Math.floor(Math.max(n||0,0)),this._nullCount=Math.floor(Math.max(i||0,-1)),this.childData=(f||[]).map(u=>u instanceof Ge?u:u.data);let l;o instanceof Ge?(this.stride=o.stride,this.values=o.values,this.typeIds=o.typeIds,this.nullBitmap=o.nullBitmap,this.valueOffsets=o.valueOffsets):(this.stride=AF.strideForType(e),o&&((l=o[0])&&(this.valueOffsets=l),(l=o[1])&&(this.values=l),(l=o[2])&&(this.nullBitmap=l),(l=o[3])&&(this.typeIds=l)))}get typeId(){return this.type.typeId}get ArrayType(){return this.type.ArrayType}get buffers(){return[this.valueOffsets,this.values,this.nullBitmap,this.typeIds]}get byteLength(){let e=0,{valueOffsets:r,values:n,nullBitmap:i,typeIds:o}=this;return r&&(e+=r.byteLength),n&&(e+=n.byteLength),i&&(e+=i.byteLength),o&&(e+=o.byteLength),this.childData.reduce((f,s)=>f+s.byteLength,e)}get nullCount(){let e=this._nullCount,r;return e<=ys.kUnknownNullCount&&(r=this.nullBitmap)&&(this._nullCount=e=this.length-EF.popcnt_bit_range(r,this.offset,this.offset+this.length)),e}clone(e,r=this.offset,n=this.length,i=this._nullCount,o=this,f=this.childData){return new Ge(e,r,n,i,o,f,this.dictionary)}slice(e,r){let{stride:n,typeId:i,childData:o}=this,f=+(this._nullCount===0)-1,s=i===16?n:1,l=this._sliceBuffers(e,r,n,i);return this.clone(this.type,this.offset+e,r,f,l,!o.length||this.valueOffsets?o:this._sliceChildren(o,s*e,s*r))}_changeLengthAndBackfillNullBitmap(e){if(this.typeId===Be.Type.Null)return this.clone(this.type,0,e,0);let{length:r,nullCount:n}=this,i=new Uint8Array((e+63&~63)>>3).fill(255,0,r>>3);i[r>>3]=(1<<r-(r&~7))-1,n>0&&i.set(xF.truncateBitmap(this.offset,r,this.nullBitmap),0);let o=this.buffers;return o[Be.BufferType.VALIDITY]=i,this.clone(this.type,0,e,n+(e-r),o)}_sliceBuffers(e,r,n,i){let o,{buffers:f}=this;return(o=f[Be.BufferType.TYPE])&&(f[Be.BufferType.TYPE]=o.subarray(e,e+r)),(o=f[Be.BufferType.OFFSET])&&(f[Be.BufferType.OFFSET]=o.subarray(e,e+r+1))||(o=f[Be.BufferType.DATA])&&(f[Be.BufferType.DATA]=i===6?o:o.subarray(n*e,n*(e+r))),f}_sliceChildren(e,r,n){return e.map(i=>i.slice(r,n))}static new(e,r,n,i,o,f,s){switch(o instanceof Ge?o=o.buffers:o||(o=[]),e.typeId){case Be.Type.Null:return Ge.Null(e,r,n);case Be.Type.Int:return Ge.Int(e,r,n,i||0,o[Be.BufferType.VALIDITY],o[Be.BufferType.DATA]||[]);case Be.Type.Dictionary:return Ge.Dictionary(e,r,n,i||0,o[Be.BufferType.VALIDITY],o[Be.BufferType.DATA]||[],s);case Be.Type.Float:return Ge.Float(e,r,n,i||0,o[Be.BufferType.VALIDITY],o[Be.BufferType.DATA]||[]);case Be.Type.Bool:return Ge.Bool(e,r,n,i||0,o[Be.BufferType.VALIDITY],o[Be.BufferType.DATA]||[]);case Be.Type.Decimal:return Ge.Decimal(e,r,n,i||0,o[Be.BufferType.VALIDITY],o[Be.BufferType.DATA]||[]);case Be.Type.Date:return Ge.Date(e,r,n,i||0,o[Be.BufferType.VALIDITY],o[Be.BufferType.DATA]||[]);case Be.Type.Time:return Ge.Time(e,r,n,i||0,o[Be.BufferType.VALIDITY],o[Be.BufferType.DATA]||[]);case Be.Type.Timestamp:return Ge.Timestamp(e,r,n,i||0,o[Be.BufferType.VALIDITY],o[Be.BufferType.DATA]||[]);case Be.Type.Interval:return Ge.Interval(e,r,n,i||0,o[Be.BufferType.VALIDITY],o[Be.BufferType.DATA]||[]);case Be.Type.FixedSizeBinary:return Ge.FixedSizeBinary(e,r,n,i||0,o[Be.BufferType.VALIDITY],o[Be.BufferType.DATA]||[]);case Be.Type.Binary:return Ge.Binary(e,r,n,i||0,o[Be.BufferType.VALIDITY],o[Be.BufferType.OFFSET]||[],o[Be.BufferType.DATA]||[]);case Be.Type.Utf8:return Ge.Utf8(e,r,n,i||0,o[Be.BufferType.VALIDITY],o[Be.BufferType.OFFSET]||[],o[Be.BufferType.DATA]||[]);case Be.Type.List:return Ge.List(e,r,n,i||0,o[Be.BufferType.VALIDITY],o[Be.BufferType.OFFSET]||[],(f||[])[0]);case Be.Type.FixedSizeList:return Ge.FixedSizeList(e,r,n,i||0,o[Be.BufferType.VALIDITY],(f||[])[0]);case Be.Type.Struct:return Ge.Struct(e,r,n,i||0,o[Be.BufferType.VALIDITY],f||[]);case Be.Type.Map:return Ge.Map(e,r,n,i||0,o[Be.BufferType.VALIDITY],o[Be.BufferType.OFFSET]||[],(f||[])[0]);case Be.Type.Union:return Ge.Union(e,r,n,i||0,o[Be.BufferType.VALIDITY],o[Be.BufferType.TYPE]||[],o[Be.BufferType.OFFSET]||f,f)}throw new Error(`Unrecognized typeId ${e.typeId}`)}static Null(e,r,n){return new Ge(e,r,n,0)}static Int(e,r,n,i,o,f){return new Ge(e,r,n,i,[void 0,dt.toArrayBufferView(e.ArrayType,f),dt.toUint8Array(o)])}static Dictionary(e,r,n,i,o,f,s){return new Ge(e,r,n,i,[void 0,dt.toArrayBufferView(e.indices.ArrayType,f),dt.toUint8Array(o)],[],s)}static Float(e,r,n,i,o,f){return new Ge(e,r,n,i,[void 0,dt.toArrayBufferView(e.ArrayType,f),dt.toUint8Array(o)])}static Bool(e,r,n,i,o,f){return new Ge(e,r,n,i,[void 0,dt.toArrayBufferView(e.ArrayType,f),dt.toUint8Array(o)])}static Decimal(e,r,n,i,o,f){return new Ge(e,r,n,i,[void 0,dt.toArrayBufferView(e.ArrayType,f),dt.toUint8Array(o)])}static Date(e,r,n,i,o,f){return new Ge(e,r,n,i,[void 0,dt.toArrayBufferView(e.ArrayType,f),dt.toUint8Array(o)])}static Time(e,r,n,i,o,f){return new Ge(e,r,n,i,[void 0,dt.toArrayBufferView(e.ArrayType,f),dt.toUint8Array(o)])}static Timestamp(e,r,n,i,o,f){return new Ge(e,r,n,i,[void 0,dt.toArrayBufferView(e.ArrayType,f),dt.toUint8Array(o)])}static Interval(e,r,n,i,o,f){return new Ge(e,r,n,i,[void 0,dt.toArrayBufferView(e.ArrayType,f),dt.toUint8Array(o)])}static FixedSizeBinary(e,r,n,i,o,f){return new Ge(e,r,n,i,[void 0,dt.toArrayBufferView(e.ArrayType,f),dt.toUint8Array(o)])}static Binary(e,r,n,i,o,f,s){return new Ge(e,r,n,i,[dt.toInt32Array(f),dt.toUint8Array(s),dt.toUint8Array(o)])}static Utf8(e,r,n,i,o,f,s){return new Ge(e,r,n,i,[dt.toInt32Array(f),dt.toUint8Array(s),dt.toUint8Array(o)])}static List(e,r,n,i,o,f,s){return new Ge(e,r,n,i,[dt.toInt32Array(f),void 0,dt.toUint8Array(o)],s?[s]:[])}static FixedSizeList(e,r,n,i,o,f){return new Ge(e,r,n,i,[void 0,void 0,dt.toUint8Array(o)],f?[f]:[])}static Struct(e,r,n,i,o,f){return new Ge(e,r,n,i,[void 0,void 0,dt.toUint8Array(o)],f)}static Map(e,r,n,i,o,f,s){return new Ge(e,r,n,i,[dt.toInt32Array(f),void 0,dt.toUint8Array(o)],s?[s]:[])}static Union(e,r,n,i,o,f,s,l){let u=[void 0,void 0,dt.toUint8Array(o),dt.toArrayBufferView(e.ArrayType,f)];return e.mode===Be.UnionMode.Sparse?new Ge(e,r,n,i,u,s):(u[Be.BufferType.OFFSET]=dt.toInt32Array(s),new Ge(e,r,n,i,u,l))}};ys.Data=Ge;Ge.prototype.childData=Object.freeze([])});var Sg=M(yd=>{"use strict";Object.defineProperty(yd,"__esModule",{value:!0});yd.valueToString=void 0;var OF=void 0;function NF(t){if(t===null)return"null";if(t===OF)return"undefined";switch(typeof t){case"number":return`${t}`;case"bigint":return`${t}`;case"string":return`"${t}"`}return typeof t[Symbol.toPrimitive]=="function"?t[Symbol.toPrimitive]("string"):ArrayBuffer.isView(t)?`[${t}]`:JSON.stringify(t)}yd.valueToString=NF});var Vk=M(jd=>{"use strict";Object.defineProperty(jd,"__esModule",{value:!0});jd.createIsValidFunction=void 0;var xg=Sg(),DF=Fr();function FF(t){if(!t||t.length<=0)return function(i){return!0};let e="",r=t.filter(n=>n===n);return r.length>0&&(e=`
|
|
21
21
|
switch (x) {${r.map(n=>`
|
|
22
|
-
case ${
|
|
22
|
+
case ${PF(n)}:`).join("")}
|
|
23
23
|
return false;
|
|
24
24
|
}`),t.length!==r.length&&(e=`if (x !== x) return false;
|
|
25
25
|
${e}`),new Function("x",`${e}
|
|
26
|
-
return true;`)}tm.createIsValidFunction=JH;function QH(t){return typeof t!="bigint"?ej.valueToString(t):ZH.BigIntAvailable?`${ej.valueToString(t)}n`:`"${ej.valueToString(t)}"`}});var Xo=B(bn=>{"use strict";Object.defineProperty(bn,"__esModule",{value:!0});bn.WideBufferBuilder=bn.OffsetsBufferBuilder=bn.BitmapBufferBuilder=bn.DataBufferBuilder=bn.BufferBuilder=void 0;var $1=Xt(),tj=gr(),rj=(t,e)=>(t*e+63&~63||64)/e,XH=(t,e=0)=>t.length>=e?t.subarray(0,e):$1.memcpy(new t.constructor(e),t,0),Cu=class{constructor(e,r=1){this.buffer=e,this.stride=r,this.BYTES_PER_ELEMENT=e.BYTES_PER_ELEMENT,this.ArrayType=e.constructor,this._resize(this.length=e.length/r|0)}get byteLength(){return this.length*this.stride*this.BYTES_PER_ELEMENT|0}get reservedLength(){return this.buffer.length/this.stride}get reservedByteLength(){return this.buffer.byteLength}set(e,r){return this}append(e){return this.set(this.length,e)}reserve(e){if(e>0){this.length+=e;let r=this.stride,n=this.length*r,i=this.buffer.length;n>=i&&this._resize(i===0?rj(n*1,this.BYTES_PER_ELEMENT):rj(n*2,this.BYTES_PER_ELEMENT))}return this}flush(e=this.length){e=rj(e*this.stride,this.BYTES_PER_ELEMENT);let r=XH(this.buffer,e);return this.clear(),r}clear(){return this.length=0,this._resize(0),this}_resize(e){return this.buffer=$1.memcpy(new this.ArrayType(e),this.buffer)}};bn.BufferBuilder=Cu;Cu.prototype.offset=0;var rm=class extends Cu{last(){return this.get(this.length-1)}get(e){return this.buffer[e]}set(e,r){return this.reserve(e-this.length+1),this.buffer[e*this.stride]=r,this}};bn.DataBufferBuilder=rm;var ex=class extends rm{constructor(e=new Uint8Array(0)){super(e,1/8);this.numValid=0}get numInvalid(){return this.length-this.numValid}get(e){return this.buffer[e>>3]>>e%8&1}set(e,r){let{buffer:n}=this.reserve(e-this.length+1),i=e>>3,o=e%8,f=n[i]>>o&1;return r?f===0&&(n[i]|=1<<o,++this.numValid):f===1&&(n[i]&=~(1<<o),--this.numValid),this}clear(){return this.numValid=0,super.clear()}};bn.BitmapBufferBuilder=ex;var tx=class extends rm{constructor(e=new Int32Array(1)){super(e,1)}append(e){return this.set(this.length-1,e)}set(e,r){let n=this.length-1,i=this.reserve(e-n+1).buffer;return n<e++&&i.fill(i[n],n,e),i[e]=i[e-1]+r,this}flush(e=this.length-1){return e>this.length&&this.set(e-1,0),super.flush(e+1)}};bn.OffsetsBufferBuilder=tx;var rx=class extends Cu{get ArrayType64(){return this._ArrayType64||(this._ArrayType64=this.buffer instanceof Int32Array?tj.BigInt64Array:tj.BigUint64Array)}set(e,r){switch(this.reserve(e-this.length+1),typeof r){case"bigint":this.buffer64[e]=r;break;case"number":this.buffer[e*this.stride]=r;break;default:this.buffer.set(r,e*this.stride)}return this}_resize(e){let r=super._resize(e),n=r.byteLength/(this.BYTES_PER_ELEMENT*this.stride);return tj.BigIntAvailable&&(this.buffer64=new this.ArrayType64(r.buffer,r.byteOffset,n)),r}};bn.WideBufferBuilder=rx});var At=B($o=>{"use strict";Object.defineProperty($o,"__esModule",{value:!0});$o.VariableWidthBuilder=$o.FixedWidthBuilder=$o.Builder=void 0;var $H=Mt(),wa=bt(),e3=Vn(),t3=X1(),nj=Xo(),r3=nt(),gn=class{constructor({type:e,nullValues:r}){this.length=0,this.finished=!1,this.type=e,this.children=[],this.nullValues=r,this.stride=r3.strideForType(e),this._nulls=new nj.BitmapBufferBuilder,r&&r.length>0&&(this._isValid=t3.createIsValidFunction(r))}static new(e){}static throughNode(e){throw new Error('"throughNode" not available in this environment')}static throughDOM(e){throw new Error('"throughDOM" not available in this environment')}static throughIterable(e){return n3(e)}static throughAsyncIterable(e){return i3(e)}toVector(){return $H.Vector.new(this.flush())}get ArrayType(){return this.type.ArrayType}get nullCount(){return this._nulls.numInvalid}get numChildren(){return this.children.length}get byteLength(){let e=0;return this._offsets&&(e+=this._offsets.byteLength),this._values&&(e+=this._values.byteLength),this._nulls&&(e+=this._nulls.byteLength),this._typeIds&&(e+=this._typeIds.byteLength),this.children.reduce((r,n)=>r+n.byteLength,e)}get reservedLength(){return this._nulls.reservedLength}get reservedByteLength(){let e=0;return this._offsets&&(e+=this._offsets.reservedByteLength),this._values&&(e+=this._values.reservedByteLength),this._nulls&&(e+=this._nulls.reservedByteLength),this._typeIds&&(e+=this._typeIds.reservedByteLength),this.children.reduce((r,n)=>r+n.reservedByteLength,e)}get valueOffsets(){return this._offsets?this._offsets.buffer:null}get values(){return this._values?this._values.buffer:null}get nullBitmap(){return this._nulls?this._nulls.buffer:null}get typeIds(){return this._typeIds?this._typeIds.buffer:null}append(e){return this.set(this.length,e)}isValid(e){return this._isValid(e)}set(e,r){return this.setValid(e,this.isValid(r))&&this.setValue(e,r),this}setValue(e,r){this._setValue(this,e,r)}setValid(e,r){return this.length=this._nulls.set(e,+r).length,r}addChild(e,r=`${this.numChildren}`){throw new Error(`Cannot append children to non-nested type "${this.type}"`)}getChildAt(e){return this.children[e]||null}flush(){let e=[],r=this._values,n=this._offsets,i=this._typeIds,{length:o,nullCount:f}=this;i?(e[wa.BufferType.TYPE]=i.flush(o),n&&(e[wa.BufferType.OFFSET]=n.flush(o))):n?(r&&(e[wa.BufferType.DATA]=r.flush(n.last())),e[wa.BufferType.OFFSET]=n.flush(o)):r&&(e[wa.BufferType.DATA]=r.flush(o)),f>0&&(e[wa.BufferType.VALIDITY]=this._nulls.flush(o));let s=e3.Data.new(this.type,0,o,f,e,this.children.map(u=>u.flush()));return this.clear(),s}finish(){return this.finished=!0,this.children.forEach(e=>e.finish()),this}clear(){return this.length=0,this._offsets&&this._offsets.clear(),this._values&&this._values.clear(),this._nulls&&this._nulls.clear(),this._typeIds&&this._typeIds.clear(),this.children.forEach(e=>e.clear()),this}};$o.Builder=gn;gn.prototype.length=1;gn.prototype.stride=1;gn.prototype.children=null;gn.prototype.finished=!1;gn.prototype.nullValues=null;gn.prototype._isValid=()=>!0;var nx=class extends gn{constructor(e){super(e);this._values=new nj.DataBufferBuilder(new this.ArrayType(0),this.stride)}setValue(e,r){let n=this._values;return n.reserve(e-n.length+1),super.setValue(e,r)}};$o.FixedWidthBuilder=nx;var ix=class extends gn{constructor(e){super(e);this._pendingLength=0,this._offsets=new nj.OffsetsBufferBuilder}setValue(e,r){let n=this._pending||(this._pending=new Map),i=n.get(e);i&&(this._pendingLength-=i.length),this._pendingLength+=r.length,n.set(e,r)}setValid(e,r){return super.setValid(e,r)?!0:((this._pending||(this._pending=new Map)).set(e,void 0),!1)}clear(){return this._pendingLength=0,this._pending=void 0,super.clear()}flush(){return this._flush(),super.flush()}finish(){return this._flush(),super.finish()}_flush(){let e=this._pending,r=this._pendingLength;return this._pendingLength=0,this._pending=void 0,e&&e.size>0&&this._flushPending(e,r),this}};$o.VariableWidthBuilder=ix;function n3(t){let{["queueingStrategy"]:e="count"}=t,{["highWaterMark"]:r=e!=="bytes"?1e3:2**14}=t,n=e!=="bytes"?"length":"byteLength";return function*(i){let o=0,f=gn.new(t);for(let s of i)f.append(s)[n]>=r&&++o&&(yield f.toVector());(f.finish().length>0||o===0)&&(yield f.toVector())}}function i3(t){let{["queueingStrategy"]:e="count"}=t,{["highWaterMark"]:r=e!=="bytes"?1e3:2**14}=t,n=e!=="bytes"?"length":"byteLength";return async function*(i){let o=0,f=gn.new(t);for await(let s of i)f.append(s)[n]>=r&&++o&&(yield f.toVector());(f.finish().length>0||o===0)&&(yield f.toVector())}}});var ij=B(nm=>{"use strict";Object.defineProperty(nm,"__esModule",{value:!0});nm.BoolBuilder=void 0;var o3=Xo(),f3=At(),ox=class extends f3.Builder{constructor(e){super(e);this._values=new o3.BitmapBufferBuilder}setValue(e,r){this._values.set(e,+r)}};nm.BoolBuilder=ox});var oj=B(im=>{"use strict";Object.defineProperty(im,"__esModule",{value:!0});im.NullBuilder=void 0;var s3=At(),fx=class extends s3.Builder{setValue(e,r){}setValid(e,r){return this.length=Math.max(e+1,this.length),r}};im.NullBuilder=fx});var fj=B(ef=>{"use strict";Object.defineProperty(ef,"__esModule",{value:!0});ef.DateMillisecondBuilder=ef.DateDayBuilder=ef.DateBuilder=void 0;var a3=At(),om=class extends a3.FixedWidthBuilder{};ef.DateBuilder=om;var sx=class extends om{};ef.DateDayBuilder=sx;var ax=class extends om{};ef.DateMillisecondBuilder=ax});var sj=B(fm=>{"use strict";Object.defineProperty(fm,"__esModule",{value:!0});fm.DecimalBuilder=void 0;var l3=At(),lx=class extends l3.FixedWidthBuilder{};fm.DecimalBuilder=lx});var lj=B(sm=>{"use strict";Object.defineProperty(sm,"__esModule",{value:!0});sm.DictionaryBuilder=void 0;var u3=nt(),aj=At(),ux=class extends aj.Builder{constructor({type:e,nullValues:r,dictionaryHashFunction:n}){super({type:new u3.Dictionary(e.dictionary,e.indices,e.id,e.isOrdered)});this._nulls=null,this._dictionaryOffset=0,this._keysToIndices=Object.create(null),this.indices=aj.Builder.new({type:this.type.indices,nullValues:r}),this.dictionary=aj.Builder.new({type:this.type.dictionary,nullValues:null}),typeof n=="function"&&(this.valueToKey=n)}get values(){return this.indices.values}get nullCount(){return this.indices.nullCount}get nullBitmap(){return this.indices.nullBitmap}get byteLength(){return this.indices.byteLength+this.dictionary.byteLength}get reservedLength(){return this.indices.reservedLength+this.dictionary.reservedLength}get reservedByteLength(){return this.indices.reservedByteLength+this.dictionary.reservedByteLength}isValid(e){return this.indices.isValid(e)}setValid(e,r){let n=this.indices;return r=n.setValid(e,r),this.length=n.length,r}setValue(e,r){let n=this._keysToIndices,i=this.valueToKey(r),o=n[i];return o===void 0&&(n[i]=o=this._dictionaryOffset+this.dictionary.append(r).length-1),this.indices.setValue(e,o)}flush(){let e=this.type,r=this._dictionary,n=this.dictionary.toVector(),i=this.indices.flush().clone(e);return i.dictionary=r?r.concat(n):n,this.finished||(this._dictionaryOffset+=n.length),this._dictionary=i.dictionary,this.clear(),i}finish(){return this.indices.finish(),this.dictionary.finish(),this._dictionaryOffset=0,this._keysToIndices=Object.create(null),super.finish()}clear(){return this.indices.clear(),this.dictionary.clear(),super.clear()}valueToKey(e){return typeof e=="string"?e:`${e}`}};sm.DictionaryBuilder=ux});var uj=B(am=>{"use strict";Object.defineProperty(am,"__esModule",{value:!0});am.FixedSizeBinaryBuilder=void 0;var c3=At(),cx=class extends c3.FixedWidthBuilder{};am.FixedSizeBinaryBuilder=cx});var Wu=B(ba=>{"use strict";Object.defineProperty(ba,"__esModule",{value:!0});ba.float64ToUint16=ba.uint16ToFloat64=void 0;var px=new Float64Array(1),ha=new Uint32Array(px.buffer);function p3(t){let e=(t&31744)>>10,r=(t&1023)/1024,n=(-1)**((t&32768)>>15);switch(e){case 31:return n*(r?NaN:1/0);case 0:return n*(r?6103515625e-14*r:0)}return n*2**(e-15)*(1+r)}ba.uint16ToFloat64=p3;function d3(t){if(t!==t)return 32256;px[0]=t;let e=(ha[1]&2147483648)>>16&65535,r=ha[1]&2146435072,n=0;return r>=1089470464?ha[0]>0?r=31744:(r=(r&2080374784)>>16,n=(ha[1]&1048575)>>10):r<=1056964608?(n=1048576+(ha[1]&1048575),n=1048576+(n<<(r>>20)-998)>>21,r=0):(r=r-1056964608>>10,n=(ha[1]&1048575)+512>>10),e|r|n&65535}ba.float64ToUint16=d3});var cj=B(bi=>{"use strict";Object.defineProperty(bi,"__esModule",{value:!0});bi.Float64Builder=bi.Float32Builder=bi.Float16Builder=bi.FloatBuilder=void 0;var m3=Wu(),w3=At(),Ku=class extends w3.FixedWidthBuilder{};bi.FloatBuilder=Ku;var dx=class extends Ku{setValue(e,r){this._values.set(e,m3.float64ToUint16(r))}};bi.Float16Builder=dx;var mx=class extends Ku{setValue(e,r){this._values.set(e,r)}};bi.Float32Builder=mx;var wx=class extends Ku{setValue(e,r){this._values.set(e,r)}};bi.Float64Builder=wx});var Zu=B($t=>{"use strict";Object.defineProperty($t,"__esModule",{value:!0});$t.BN=$t.bignumToBigInt=$t.bignumToString=$t.isArrowBigNumSymbol=void 0;var h3=Xt(),Yu=gr();$t.isArrowBigNumSymbol=Symbol.for("isArrowBigNum");function Cn(t,...e){return e.length===0?Object.setPrototypeOf(h3.toArrayBufferView(this.TypedArray,t),this.constructor.prototype):Object.setPrototypeOf(new this.TypedArray(t,...e),this.constructor.prototype)}Cn.prototype[$t.isArrowBigNumSymbol]=!0;Cn.prototype.toJSON=function(){return`"${$t.bignumToString(this)}"`};Cn.prototype.valueOf=function(){return hx(this)};Cn.prototype.toString=function(){return $t.bignumToString(this)};Cn.prototype[Symbol.toPrimitive]=function(t="default"){switch(t){case"number":return hx(this);case"string":return $t.bignumToString(this);case"default":return $t.bignumToBigInt(this)}return $t.bignumToString(this)};function ga(...t){return Cn.apply(this,t)}function ya(...t){return Cn.apply(this,t)}function Gu(...t){return Cn.apply(this,t)}Object.setPrototypeOf(ga.prototype,Object.create(Int32Array.prototype));Object.setPrototypeOf(ya.prototype,Object.create(Uint32Array.prototype));Object.setPrototypeOf(Gu.prototype,Object.create(Uint32Array.prototype));Object.assign(ga.prototype,Cn.prototype,{constructor:ga,signed:!0,TypedArray:Int32Array,BigIntArray:Yu.BigInt64Array});Object.assign(ya.prototype,Cn.prototype,{constructor:ya,signed:!1,TypedArray:Uint32Array,BigIntArray:Yu.BigUint64Array});Object.assign(Gu.prototype,Cn.prototype,{constructor:Gu,signed:!0,TypedArray:Uint32Array,BigIntArray:Yu.BigUint64Array});function hx(t){let{buffer:e,byteOffset:r,length:n,signed:i}=t,o=new Int32Array(e,r,n),f=0,s=0,u=o.length,l,c;for(;s<u;)c=o[s++],l=o[s++],i||(l=l>>>0),f+=(c>>>0)+l*s**32;return f}Yu.BigIntAvailable?($t.bignumToBigInt=t=>t.byteLength===8?new t.BigIntArray(t.buffer,t.byteOffset,1)[0]:pj(t),$t.bignumToString=t=>t.byteLength===8?`${new t.BigIntArray(t.buffer,t.byteOffset,1)[0]}`:pj(t)):($t.bignumToString=pj,$t.bignumToBigInt=$t.bignumToString);function pj(t){let e="",r=new Uint32Array(2),n=new Uint16Array(t.buffer,t.byteOffset,t.byteLength/2),i=new Uint32Array((n=new Uint16Array(n).reverse()).buffer),o=-1,f=n.length-1;do{for(r[0]=n[o=0];o<f;)n[o++]=r[1]=r[0]/10,r[0]=(r[0]-r[1]*10<<16)+n[o];n[o]=r[1]=r[0]/10,r[0]=r[0]-r[1]*10,e=`${r[0]}${e}`}while(i[0]||i[1]||i[2]||i[3]);return e||"0"}var lm=class{static new(e,r){switch(r){case!0:return new ga(e);case!1:return new ya(e)}switch(e.constructor){case Int8Array:case Int16Array:case Int32Array:case Yu.BigInt64Array:return new ga(e)}return e.byteLength===16?new Gu(e):new ya(e)}static signed(e){return new ga(e)}static unsigned(e){return new ya(e)}static decimal(e){return new Gu(e)}constructor(e,r){return lm.new(e,r)}};$t.BN=lm});var dj=B(Kt=>{"use strict";Object.defineProperty(Kt,"__esModule",{value:!0});Kt.Uint64Builder=Kt.Uint32Builder=Kt.Uint16Builder=Kt.Uint8Builder=Kt.Int64Builder=Kt.Int32Builder=Kt.Int16Builder=Kt.Int8Builder=Kt.IntBuilder=void 0;var b3=Zu(),bx=Xo(),g3=gr(),y3=At(),gi=class extends y3.FixedWidthBuilder{setValue(e,r){this._values.set(e,r)}};Kt.IntBuilder=gi;var gx=class extends gi{};Kt.Int8Builder=gx;var yx=class extends gi{};Kt.Int16Builder=yx;var jx=class extends gi{};Kt.Int32Builder=jx;var _x=class extends gi{constructor(e){e.nullValues&&(e.nullValues=e.nullValues.map(um));super(e);this._values=new bx.WideBufferBuilder(new Int32Array(0),2)}get values64(){return this._values.buffer64}isValid(e){return super.isValid(um(e))}};Kt.Int64Builder=_x;var qx=class extends gi{};Kt.Uint8Builder=qx;var vx=class extends gi{};Kt.Uint16Builder=vx;var Tx=class extends gi{};Kt.Uint32Builder=Tx;var Bx=class extends gi{constructor(e){e.nullValues&&(e.nullValues=e.nullValues.map(um));super(e);this._values=new bx.WideBufferBuilder(new Uint32Array(0),2)}get values64(){return this._values.buffer64}isValid(e){return super.isValid(um(e))}};Kt.Uint64Builder=Bx;var um=(t=>e=>(ArrayBuffer.isView(e)&&(t.buffer=e.buffer,t.byteOffset=e.byteOffset,t.byteLength=e.byteLength,e=b3.bignumToBigInt(t),t.buffer=null),e))({BigIntArray:g3.BigInt64Array})});var mj=B(yn=>{"use strict";Object.defineProperty(yn,"__esModule",{value:!0});yn.TimeNanosecondBuilder=yn.TimeMicrosecondBuilder=yn.TimeMillisecondBuilder=yn.TimeSecondBuilder=yn.TimeBuilder=void 0;var j3=At(),ja=class extends j3.FixedWidthBuilder{};yn.TimeBuilder=ja;var kx=class extends ja{};yn.TimeSecondBuilder=kx;var Ix=class extends ja{};yn.TimeMillisecondBuilder=Ix;var xx=class extends ja{};yn.TimeMicrosecondBuilder=xx;var Sx=class extends ja{};yn.TimeNanosecondBuilder=Sx});var wj=B(jn=>{"use strict";Object.defineProperty(jn,"__esModule",{value:!0});jn.TimestampNanosecondBuilder=jn.TimestampMicrosecondBuilder=jn.TimestampMillisecondBuilder=jn.TimestampSecondBuilder=jn.TimestampBuilder=void 0;var _3=At(),_a=class extends _3.FixedWidthBuilder{};jn.TimestampBuilder=_a;var Ex=class extends _a{};jn.TimestampSecondBuilder=Ex;var Ax=class extends _a{};jn.TimestampMillisecondBuilder=Ax;var Ox=class extends _a{};jn.TimestampMicrosecondBuilder=Ox;var Fx=class extends _a{};jn.TimestampNanosecondBuilder=Fx});var hj=B(tf=>{"use strict";Object.defineProperty(tf,"__esModule",{value:!0});tf.IntervalYearMonthBuilder=tf.IntervalDayTimeBuilder=tf.IntervalBuilder=void 0;var q3=At(),cm=class extends q3.FixedWidthBuilder{};tf.IntervalBuilder=cm;var Px=class extends cm{};tf.IntervalDayTimeBuilder=Px;var Dx=class extends cm{};tf.IntervalYearMonthBuilder=Dx});var dm=B(pm=>{"use strict";Object.defineProperty(pm,"__esModule",{value:!0});pm.BinaryBuilder=void 0;var v3=Xt(),T3=Xo(),B3=At(),Nx=class extends B3.VariableWidthBuilder{constructor(e){super(e);this._values=new T3.BufferBuilder(new Uint8Array(0))}get byteLength(){let e=this._pendingLength+this.length*4;return this._offsets&&(e+=this._offsets.byteLength),this._values&&(e+=this._values.byteLength),this._nulls&&(e+=this._nulls.byteLength),e}setValue(e,r){return super.setValue(e,v3.toUint8Array(r))}_flushPending(e,r){let n=this._offsets,i=this._values.reserve(r).buffer,o=0,f=0,s=0,u;for([o,u]of e)u===void 0?n.set(o,0):(f=u.length,i.set(u,s),n.set(o,f),s+=f)}};pm.BinaryBuilder=Nx});var wm=B(mm=>{"use strict";Object.defineProperty(mm,"__esModule",{value:!0});mm.Utf8Builder=void 0;var k3=es(),I3=dm(),x3=Xo(),S3=At(),bj=class extends S3.VariableWidthBuilder{constructor(e){super(e);this._values=new x3.BufferBuilder(new Uint8Array(0))}get byteLength(){let e=this._pendingLength+this.length*4;return this._offsets&&(e+=this._offsets.byteLength),this._values&&(e+=this._values.byteLength),this._nulls&&(e+=this._nulls.byteLength),e}setValue(e,r){return super.setValue(e,k3.encodeUtf8(r))}_flushPending(e,r){}};mm.Utf8Builder=bj;bj.prototype._flushPending=I3.BinaryBuilder.prototype._flushPending});var gj=B(hm=>{"use strict";Object.defineProperty(hm,"__esModule",{value:!0});hm.Run=void 0;var E3=Mt(),Rx=class{get length(){return this._values.length}get(e){return this._values[e]}clear(){return this._values=null,this}bind(e){return e instanceof E3.Vector?e:(this._values=e,this)}};hm.Run=Rx});var ir=B(qa=>{"use strict";Object.defineProperty(qa,"__esModule",{value:!0});qa.Field=qa.Schema=void 0;var A3=nt(),_n=class{constructor(e=[],r,n){this.fields=e||[],this.metadata=r||new Map,n||(n=yj(e)),this.dictionaries=n}get[Symbol.toStringTag](){return"Schema"}toString(){return`Schema<{ ${this.fields.map((e,r)=>`${r}: ${e}`).join(", ")} }>`}select(...e){let r=e.reduce((n,i)=>(n[i]=!0)&&n,Object.create(null));return new _n(this.fields.filter(n=>r[n.name]),this.metadata)}selectAt(...e){return new _n(e.map(r=>this.fields[r]).filter(Boolean),this.metadata)}assign(...e){let r=e[0]instanceof _n?e[0]:Array.isArray(e[0])?new _n(e[0]):new _n(e),n=[...this.fields],i=bm(bm(new Map,this.metadata),r.metadata),o=r.fields.filter(s=>{let u=n.findIndex(l=>l.name===s.name);return~u?(n[u]=s.clone({metadata:bm(bm(new Map,n[u].metadata),s.metadata)}))&&!1:!0}),f=yj(o,new Map);return new _n([...n,...o],i,new Map([...this.dictionaries,...f]))}};qa.Schema=_n;var fo=class{constructor(e,r,n=!1,i){this.name=e,this.type=r,this.nullable=n,this.metadata=i||new Map}static new(...e){let[r,n,i,o]=e;return e[0]&&typeof e[0]=="object"&&({name:r}=e[0],n===void 0&&(n=e[0].type),i===void 0&&(i=e[0].nullable),o===void 0&&(o=e[0].metadata)),new fo(`${r}`,n,i,o)}get typeId(){return this.type.typeId}get[Symbol.toStringTag](){return"Field"}toString(){return`${this.name}: ${this.type}`}clone(...e){let[r,n,i,o]=e;return!e[0]||typeof e[0]!="object"?[r=this.name,n=this.type,i=this.nullable,o=this.metadata]=e:{name:r=this.name,type:n=this.type,nullable:i=this.nullable,metadata:o=this.metadata}=e[0],fo.new(r,n,i,o)}};qa.Field=fo;function bm(t,e){return new Map([...t||new Map,...e||new Map])}function yj(t,e=new Map){for(let r=-1,n=t.length;++r<n;){let o=t[r].type;if(A3.DataType.isDictionary(o)){if(!e.has(o.id))e.set(o.id,o.dictionary);else if(e.get(o.id)!==o.dictionary)throw new Error("Cannot create Schema containing two different dictionaries with the same Id")}o.children&&o.children.length>0&&yj(o.children,e)}return e}_n.prototype.fields=null;_n.prototype.metadata=null;_n.prototype.dictionaries=null;fo.prototype.type=null;fo.prototype.name=null;fo.prototype.nullable=null;fo.prototype.metadata=null});var jj=B(gm=>{"use strict";Object.defineProperty(gm,"__esModule",{value:!0});gm.ListBuilder=void 0;var O3=gj(),F3=ir(),P3=nt(),D3=Xo(),N3=At(),Hx=class extends N3.VariableWidthBuilder{constructor(e){super(e);this._run=new O3.Run,this._offsets=new D3.OffsetsBufferBuilder}addChild(e,r="0"){if(this.numChildren>0)throw new Error("ListBuilder can only have one child.");return this.children[this.numChildren]=e,this.type=new P3.List(new F3.Field(r,e.type,!0)),this.numChildren-1}clear(){return this._run.clear(),super.clear()}_flushPending(e){let r=this._run,n=this._offsets,i=this._setValue,o=0,f;for([o,f]of e)f===void 0?n.set(o,0):(n.set(o,f.length),i(this,o,r.bind(f)))}};gm.ListBuilder=Hx});var _j=B(ym=>{"use strict";Object.defineProperty(ym,"__esModule",{value:!0});ym.FixedSizeListBuilder=void 0;var R3=gj(),H3=ir(),M3=At(),z3=nt(),Mx=class extends M3.Builder{constructor(){super(...arguments);this._run=new R3.Run}setValue(e,r){super.setValue(e,this._run.bind(r))}addChild(e,r="0"){if(this.numChildren>0)throw new Error("FixedSizeListBuilder can only have one child.");let n=this.children.push(e);return this.type=new z3.FixedSizeList(this.type.listSize,new H3.Field(r,e.type,!0)),n}clear(){return this._run.clear(),super.clear()}};ym.FixedSizeListBuilder=Mx});var qj=B(jm=>{"use strict";Object.defineProperty(jm,"__esModule",{value:!0});jm.MapBuilder=void 0;var U3=ir(),L3=nt(),V3=At(),zx=class extends V3.VariableWidthBuilder{set(e,r){return super.set(e,r)}setValue(e,r){r=r instanceof Map?r:new Map(Object.entries(r));let n=this._pending||(this._pending=new Map),i=n.get(e);i&&(this._pendingLength-=i.size),this._pendingLength+=r.size,n.set(e,r)}addChild(e,r=`${this.numChildren}`){if(this.numChildren>0)throw new Error("ListBuilder can only have one child.");return this.children[this.numChildren]=e,this.type=new L3.Map_(new U3.Field(r,e.type,!0),this.type.keysSorted),this.numChildren-1}_flushPending(e){let r=this._offsets,n=this._setValue;e.forEach((i,o)=>{i===void 0?r.set(o,0):(r.set(o,i.size),n(this,o,i))})}};jm.MapBuilder=zx});var vj=B(_m=>{"use strict";Object.defineProperty(_m,"__esModule",{value:!0});_m.StructBuilder=void 0;var C3=ir(),W3=At(),K3=nt(),Ux=class extends W3.Builder{addChild(e,r=`${this.numChildren}`){let n=this.children.push(e);return this.type=new K3.Struct([...this.type.children,new C3.Field(r,e.type,!0)]),n}};_m.StructBuilder=Ux});var Tj=B(rf=>{"use strict";Object.defineProperty(rf,"__esModule",{value:!0});rf.DenseUnionBuilder=rf.SparseUnionBuilder=rf.UnionBuilder=void 0;var Y3=ir(),Lx=Xo(),G3=At(),Z3=nt(),qm=class extends G3.Builder{constructor(e){super(e);this._typeIds=new Lx.DataBufferBuilder(new Int8Array(0),1),typeof e.valueToChildTypeId=="function"&&(this._valueToChildTypeId=e.valueToChildTypeId)}get typeIdToChildIndex(){return this.type.typeIdToChildIndex}append(e,r){return this.set(this.length,e,r)}set(e,r,n){return n===void 0&&(n=this._valueToChildTypeId(this,r,e)),this.setValid(e,this.isValid(r))&&this.setValue(e,r,n),this}setValue(e,r,n){this._typeIds.set(e,n),super.setValue(e,r)}addChild(e,r=`${this.children.length}`){let n=this.children.push(e),{type:{children:i,mode:o,typeIds:f}}=this,s=[...i,new Y3.Field(r,e.type)];return this.type=new Z3.Union(o,[...f,n],s),n}_valueToChildTypeId(e,r,n){throw new Error("Cannot map UnionBuilder value to child typeId. Pass the `childTypeId` as the second argument to unionBuilder.append(), or supply a `valueToChildTypeId` function as part of the UnionBuilder constructor options.")}};rf.UnionBuilder=qm;var Vx=class extends qm{};rf.SparseUnionBuilder=Vx;var Cx=class extends qm{constructor(e){super(e);this._offsets=new Lx.DataBufferBuilder(new Int32Array(0))}setValue(e,r,n){let i=this.type.typeIdToChildIndex[n];return this._offsets.set(e,this.getChildAt(i).length),super.setValue(e,r,n)}};rf.DenseUnionBuilder=Cx});var cr=B(vm=>{"use strict";Object.defineProperty(vm,"__esModule",{value:!0});vm.Visitor=void 0;var J3=Vn(),Q3=Mt(),A=bt(),X3=nt(),dt=class{visitMany(e,...r){return e.map((n,i)=>this.visit(n,...r.map(o=>o[i])))}visit(...e){return this.getVisitFn(e[0],!1).apply(this,e)}getVisitFn(e,r=!0){return $3(this,e,r)}visitNull(e,...r){return null}visitBool(e,...r){return null}visitInt(e,...r){return null}visitFloat(e,...r){return null}visitUtf8(e,...r){return null}visitBinary(e,...r){return null}visitFixedSizeBinary(e,...r){return null}visitDate(e,...r){return null}visitTimestamp(e,...r){return null}visitTime(e,...r){return null}visitDecimal(e,...r){return null}visitList(e,...r){return null}visitStruct(e,...r){return null}visitUnion(e,...r){return null}visitDictionary(e,...r){return null}visitInterval(e,...r){return null}visitFixedSizeList(e,...r){return null}visitMap(e,...r){return null}};vm.Visitor=dt;function $3(t,e,r=!0){let n=null,i=A.Type.NONE;switch(e instanceof J3.Data||e instanceof Q3.Vector?i=Bj(e.type):e instanceof X3.DataType?i=Bj(e):typeof(i=e)!="number"&&(i=A.Type[e]),i){case A.Type.Null:n=t.visitNull;break;case A.Type.Bool:n=t.visitBool;break;case A.Type.Int:n=t.visitInt;break;case A.Type.Int8:n=t.visitInt8||t.visitInt;break;case A.Type.Int16:n=t.visitInt16||t.visitInt;break;case A.Type.Int32:n=t.visitInt32||t.visitInt;break;case A.Type.Int64:n=t.visitInt64||t.visitInt;break;case A.Type.Uint8:n=t.visitUint8||t.visitInt;break;case A.Type.Uint16:n=t.visitUint16||t.visitInt;break;case A.Type.Uint32:n=t.visitUint32||t.visitInt;break;case A.Type.Uint64:n=t.visitUint64||t.visitInt;break;case A.Type.Float:n=t.visitFloat;break;case A.Type.Float16:n=t.visitFloat16||t.visitFloat;break;case A.Type.Float32:n=t.visitFloat32||t.visitFloat;break;case A.Type.Float64:n=t.visitFloat64||t.visitFloat;break;case A.Type.Utf8:n=t.visitUtf8;break;case A.Type.Binary:n=t.visitBinary;break;case A.Type.FixedSizeBinary:n=t.visitFixedSizeBinary;break;case A.Type.Date:n=t.visitDate;break;case A.Type.DateDay:n=t.visitDateDay||t.visitDate;break;case A.Type.DateMillisecond:n=t.visitDateMillisecond||t.visitDate;break;case A.Type.Timestamp:n=t.visitTimestamp;break;case A.Type.TimestampSecond:n=t.visitTimestampSecond||t.visitTimestamp;break;case A.Type.TimestampMillisecond:n=t.visitTimestampMillisecond||t.visitTimestamp;break;case A.Type.TimestampMicrosecond:n=t.visitTimestampMicrosecond||t.visitTimestamp;break;case A.Type.TimestampNanosecond:n=t.visitTimestampNanosecond||t.visitTimestamp;break;case A.Type.Time:n=t.visitTime;break;case A.Type.TimeSecond:n=t.visitTimeSecond||t.visitTime;break;case A.Type.TimeMillisecond:n=t.visitTimeMillisecond||t.visitTime;break;case A.Type.TimeMicrosecond:n=t.visitTimeMicrosecond||t.visitTime;break;case A.Type.TimeNanosecond:n=t.visitTimeNanosecond||t.visitTime;break;case A.Type.Decimal:n=t.visitDecimal;break;case A.Type.List:n=t.visitList;break;case A.Type.Struct:n=t.visitStruct;break;case A.Type.Union:n=t.visitUnion;break;case A.Type.DenseUnion:n=t.visitDenseUnion||t.visitUnion;break;case A.Type.SparseUnion:n=t.visitSparseUnion||t.visitUnion;break;case A.Type.Dictionary:n=t.visitDictionary;break;case A.Type.Interval:n=t.visitInterval;break;case A.Type.IntervalDayTime:n=t.visitIntervalDayTime||t.visitInterval;break;case A.Type.IntervalYearMonth:n=t.visitIntervalYearMonth||t.visitInterval;break;case A.Type.FixedSizeList:n=t.visitFixedSizeList;break;case A.Type.Map:n=t.visitMap;break}if(typeof n=="function")return n;if(!r)return()=>null;throw new Error(`Unrecognized type '${A.Type[i]}'`)}function Bj(t){switch(t.typeId){case A.Type.Null:return A.Type.Null;case A.Type.Int:{let{bitWidth:e,isSigned:r}=t;switch(e){case 8:return r?A.Type.Int8:A.Type.Uint8;case 16:return r?A.Type.Int16:A.Type.Uint16;case 32:return r?A.Type.Int32:A.Type.Uint32;case 64:return r?A.Type.Int64:A.Type.Uint64}return A.Type.Int}case A.Type.Float:switch(t.precision){case A.Precision.HALF:return A.Type.Float16;case A.Precision.SINGLE:return A.Type.Float32;case A.Precision.DOUBLE:return A.Type.Float64}return A.Type.Float;case A.Type.Binary:return A.Type.Binary;case A.Type.Utf8:return A.Type.Utf8;case A.Type.Bool:return A.Type.Bool;case A.Type.Decimal:return A.Type.Decimal;case A.Type.Time:switch(t.unit){case A.TimeUnit.SECOND:return A.Type.TimeSecond;case A.TimeUnit.MILLISECOND:return A.Type.TimeMillisecond;case A.TimeUnit.MICROSECOND:return A.Type.TimeMicrosecond;case A.TimeUnit.NANOSECOND:return A.Type.TimeNanosecond}return A.Type.Time;case A.Type.Timestamp:switch(t.unit){case A.TimeUnit.SECOND:return A.Type.TimestampSecond;case A.TimeUnit.MILLISECOND:return A.Type.TimestampMillisecond;case A.TimeUnit.MICROSECOND:return A.Type.TimestampMicrosecond;case A.TimeUnit.NANOSECOND:return A.Type.TimestampNanosecond}return A.Type.Timestamp;case A.Type.Date:switch(t.unit){case A.DateUnit.DAY:return A.Type.DateDay;case A.DateUnit.MILLISECOND:return A.Type.DateMillisecond}return A.Type.Date;case A.Type.Interval:switch(t.unit){case A.IntervalUnit.DAY_TIME:return A.Type.IntervalDayTime;case A.IntervalUnit.YEAR_MONTH:return A.Type.IntervalYearMonth}return A.Type.Interval;case A.Type.Map:return A.Type.Map;case A.Type.List:return A.Type.List;case A.Type.Struct:return A.Type.Struct;case A.Type.Union:switch(t.mode){case A.UnionMode.Dense:return A.Type.DenseUnion;case A.UnionMode.Sparse:return A.Type.SparseUnion}return A.Type.Union;case A.Type.FixedSizeBinary:return A.Type.FixedSizeBinary;case A.Type.FixedSizeList:return A.Type.FixedSizeList;case A.Type.Dictionary:return A.Type.Dictionary}throw new Error(`Unrecognized type '${A.Type[t.typeId]}'`)}dt.prototype.visitInt8=null;dt.prototype.visitInt16=null;dt.prototype.visitInt32=null;dt.prototype.visitInt64=null;dt.prototype.visitUint8=null;dt.prototype.visitUint16=null;dt.prototype.visitUint32=null;dt.prototype.visitUint64=null;dt.prototype.visitFloat16=null;dt.prototype.visitFloat32=null;dt.prototype.visitFloat64=null;dt.prototype.visitDateDay=null;dt.prototype.visitDateMillisecond=null;dt.prototype.visitTimestampSecond=null;dt.prototype.visitTimestampMillisecond=null;dt.prototype.visitTimestampMicrosecond=null;dt.prototype.visitTimestampNanosecond=null;dt.prototype.visitTimeSecond=null;dt.prototype.visitTimeMillisecond=null;dt.prototype.visitTimeMicrosecond=null;dt.prototype.visitTimeNanosecond=null;dt.prototype.visitDenseUnion=null;dt.prototype.visitSparseUnion=null;dt.prototype.visitIntervalDayTime=null;dt.prototype.visitIntervalYearMonth=null});var xj=B(va=>{"use strict";Object.defineProperty(va,"__esModule",{value:!0});va.instance=va.SetVisitor=void 0;var eM=Mt(),tM=cr(),rM=es(),nM=Wu(),iM=Xt(),qn=bt(),Ie=class extends tM.Visitor{};va.SetVisitor=Ie;var oM=(t,e,r)=>{t[e]=r/864e5|0},kj=(t,e,r)=>{t[e]=r%4294967296|0,t[e+1]=r/4294967296|0},fM=(t,e,r)=>{t[e]=r*1e3%4294967296|0,t[e+1]=r*1e3/4294967296|0},sM=(t,e,r)=>{t[e]=r*1e6%4294967296|0,t[e+1]=r*1e6/4294967296|0},Wx=(t,e,r,n)=>{let{[r]:i,[r+1]:o}=e;i!=null&&o!=null&&t.set(n.subarray(0,o-i),i)},aM=({offset:t,values:e},r,n)=>{let i=t+r;n?e[i>>3]|=1<<i%8:e[i>>3]&=~(1<<i%8)},Kx=({values:t},e,r)=>{oM(t,e,r.valueOf())},Yx=({values:t},e,r)=>{kj(t,e*2,r.valueOf())},yi=({stride:t,values:e},r,n)=>{e[t*r]=n},Gx=({stride:t,values:e},r,n)=>{e[t*r]=nM.float64ToUint16(n)},Ij=(t,e,r)=>{switch(typeof r){case"bigint":t.values64[e]=r;break;case"number":t.values[e*t.stride]=r;break;default:{let n=r,{stride:i,ArrayType:o}=t,f=iM.toArrayBufferView(o,n);t.values.set(f.subarray(0,i),i*e)}}},lM=({stride:t,values:e},r,n)=>{e.set(n.subarray(0,t),t*r)},uM=({values:t,valueOffsets:e},r,n)=>Wx(t,e,r,n),cM=({values:t,valueOffsets:e},r,n)=>{Wx(t,e,r,rM.encodeUtf8(n))},pM=(t,e,r)=>{t.type.bitWidth<64?yi(t,e,r):Ij(t,e,r)},dM=(t,e,r)=>{t.type.precision!==qn.Precision.HALF?yi(t,e,r):Gx(t,e,r)},mM=(t,e,r)=>{t.type.unit===qn.DateUnit.DAY?Kx(t,e,r):Yx(t,e,r)},Zx=({values:t},e,r)=>kj(t,e*2,r/1e3),Jx=({values:t},e,r)=>kj(t,e*2,r),Qx=({values:t},e,r)=>fM(t,e*2,r),Xx=({values:t},e,r)=>sM(t,e*2,r),wM=(t,e,r)=>{switch(t.type.unit){case qn.TimeUnit.SECOND:return Zx(t,e,r);case qn.TimeUnit.MILLISECOND:return Jx(t,e,r);case qn.TimeUnit.MICROSECOND:return Qx(t,e,r);case qn.TimeUnit.NANOSECOND:return Xx(t,e,r)}},$x=({values:t,stride:e},r,n)=>{t[e*r]=n},eS=({values:t,stride:e},r,n)=>{t[e*r]=n},tS=({values:t},e,r)=>{t.set(r.subarray(0,2),2*e)},rS=({values:t},e,r)=>{t.set(r.subarray(0,2),2*e)},hM=(t,e,r)=>{switch(t.type.unit){case qn.TimeUnit.SECOND:return $x(t,e,r);case qn.TimeUnit.MILLISECOND:return eS(t,e,r);case qn.TimeUnit.MICROSECOND:return tS(t,e,r);case qn.TimeUnit.NANOSECOND:return rS(t,e,r)}},bM=({values:t},e,r)=>{t.set(r.subarray(0,4),4*e)},gM=(t,e,r)=>{let n=t.getChildAt(0),i=t.valueOffsets;for(let o=-1,f=i[e],s=i[e+1];f<s;)n.set(f++,r.get(++o))},yM=(t,e,r)=>{let n=t.getChildAt(0),i=t.valueOffsets,o=r instanceof Map?[...r]:Object.entries(r);for(let f=-1,s=i[e],u=i[e+1];s<u;)n.set(s++,o[++f])},jM=(t,e)=>(r,n,i)=>r&&r.set(t,e[i]),_M=(t,e)=>(r,n,i)=>r&&r.set(t,e.get(i)),qM=(t,e)=>(r,n,i)=>r&&r.set(t,e.get(n.name)),vM=(t,e)=>(r,n,i)=>r&&r.set(t,e[n.name]),TM=(t,e,r)=>{let n=r instanceof Map?qM(e,r):r instanceof eM.Vector?_M(e,r):Array.isArray(r)?jM(e,r):vM(e,r);t.type.children.forEach((i,o)=>n(t.getChildAt(o),i,o))},BM=(t,e,r)=>{t.type.mode===qn.UnionMode.Dense?nS(t,e,r):iS(t,e,r)},nS=(t,e,r)=>{let n=t.typeIdToChildIndex[t.typeIds[e]],i=t.getChildAt(n);i&&i.set(t.valueOffsets[e],r)},iS=(t,e,r)=>{let n=t.typeIdToChildIndex[t.typeIds[e]],i=t.getChildAt(n);i&&i.set(e,r)},kM=(t,e,r)=>{let n=t.getKey(e);n!==null&&t.setValue(n,r)},IM=(t,e,r)=>{t.type.unit===qn.IntervalUnit.DAY_TIME?oS(t,e,r):fS(t,e,r)},oS=({values:t},e,r)=>{t.set(r.subarray(0,2),2*e)},fS=({values:t},e,r)=>{t[e]=r[0]*12+r[1]%12},xM=(t,e,r)=>{let n=t.getChildAt(0),{stride:i}=t;for(let o=-1,f=e*i;++o<i;)n.set(f+o,r.get(o))};Ie.prototype.visitBool=aM;Ie.prototype.visitInt=pM;Ie.prototype.visitInt8=yi;Ie.prototype.visitInt16=yi;Ie.prototype.visitInt32=yi;Ie.prototype.visitInt64=Ij;Ie.prototype.visitUint8=yi;Ie.prototype.visitUint16=yi;Ie.prototype.visitUint32=yi;Ie.prototype.visitUint64=Ij;Ie.prototype.visitFloat=dM;Ie.prototype.visitFloat16=Gx;Ie.prototype.visitFloat32=yi;Ie.prototype.visitFloat64=yi;Ie.prototype.visitUtf8=cM;Ie.prototype.visitBinary=uM;Ie.prototype.visitFixedSizeBinary=lM;Ie.prototype.visitDate=mM;Ie.prototype.visitDateDay=Kx;Ie.prototype.visitDateMillisecond=Yx;Ie.prototype.visitTimestamp=wM;Ie.prototype.visitTimestampSecond=Zx;Ie.prototype.visitTimestampMillisecond=Jx;Ie.prototype.visitTimestampMicrosecond=Qx;Ie.prototype.visitTimestampNanosecond=Xx;Ie.prototype.visitTime=hM;Ie.prototype.visitTimeSecond=$x;Ie.prototype.visitTimeMillisecond=eS;Ie.prototype.visitTimeMicrosecond=tS;Ie.prototype.visitTimeNanosecond=rS;Ie.prototype.visitDecimal=bM;Ie.prototype.visitList=gM;Ie.prototype.visitStruct=TM;Ie.prototype.visitUnion=BM;Ie.prototype.visitDenseUnion=nS;Ie.prototype.visitSparseUnion=iS;Ie.prototype.visitDictionary=kM;Ie.prototype.visitInterval=IM;Ie.prototype.visitIntervalDayTime=oS;Ie.prototype.visitIntervalYearMonth=fS;Ie.prototype.visitFixedSizeList=xM;Ie.prototype.visitMap=yM;va.instance=new Ie});var sS=B(Ta=>{"use strict";Object.defineProperty(Ta,"__esModule",{value:!0});Ta.instance=Ta.GetBuilderCtor=void 0;var SM=cr(),EM=dm(),AM=ij(),Sj=fj(),OM=sj(),FM=lj(),PM=uj(),DM=_j(),Tm=cj(),Ej=hj(),so=dj(),NM=jj(),RM=qj(),HM=oj(),MM=vj(),Ju=wj(),Qu=mj(),Aj=Tj(),zM=wm(),Oj=class extends SM.Visitor{visitNull(){return HM.NullBuilder}visitBool(){return AM.BoolBuilder}visitInt(){return so.IntBuilder}visitInt8(){return so.Int8Builder}visitInt16(){return so.Int16Builder}visitInt32(){return so.Int32Builder}visitInt64(){return so.Int64Builder}visitUint8(){return so.Uint8Builder}visitUint16(){return so.Uint16Builder}visitUint32(){return so.Uint32Builder}visitUint64(){return so.Uint64Builder}visitFloat(){return Tm.FloatBuilder}visitFloat16(){return Tm.Float16Builder}visitFloat32(){return Tm.Float32Builder}visitFloat64(){return Tm.Float64Builder}visitUtf8(){return zM.Utf8Builder}visitBinary(){return EM.BinaryBuilder}visitFixedSizeBinary(){return PM.FixedSizeBinaryBuilder}visitDate(){return Sj.DateBuilder}visitDateDay(){return Sj.DateDayBuilder}visitDateMillisecond(){return Sj.DateMillisecondBuilder}visitTimestamp(){return Ju.TimestampBuilder}visitTimestampSecond(){return Ju.TimestampSecondBuilder}visitTimestampMillisecond(){return Ju.TimestampMillisecondBuilder}visitTimestampMicrosecond(){return Ju.TimestampMicrosecondBuilder}visitTimestampNanosecond(){return Ju.TimestampNanosecondBuilder}visitTime(){return Qu.TimeBuilder}visitTimeSecond(){return Qu.TimeSecondBuilder}visitTimeMillisecond(){return Qu.TimeMillisecondBuilder}visitTimeMicrosecond(){return Qu.TimeMicrosecondBuilder}visitTimeNanosecond(){return Qu.TimeNanosecondBuilder}visitDecimal(){return OM.DecimalBuilder}visitList(){return NM.ListBuilder}visitStruct(){return MM.StructBuilder}visitUnion(){return Aj.UnionBuilder}visitDenseUnion(){return Aj.DenseUnionBuilder}visitSparseUnion(){return Aj.SparseUnionBuilder}visitDictionary(){return FM.DictionaryBuilder}visitInterval(){return Ej.IntervalBuilder}visitIntervalDayTime(){return Ej.IntervalDayTimeBuilder}visitIntervalYearMonth(){return Ej.IntervalYearMonthBuilder}visitFixedSizeList(){return DM.FixedSizeListBuilder}visitMap(){return RM.MapBuilder}};Ta.GetBuilderCtor=Oj;Ta.instance=new Oj});var km=B(G=>{"use strict";Object.defineProperty(G,"__esModule",{value:!0});G.DenseUnionBuilder=G.SparseUnionBuilder=G.UnionBuilder=G.StructBuilder=G.MapBuilder=G.FixedSizeListBuilder=G.ListBuilder=G.BinaryBuilder=G.Utf8Builder=G.IntervalYearMonthBuilder=G.IntervalDayTimeBuilder=G.IntervalBuilder=G.TimestampNanosecondBuilder=G.TimestampMicrosecondBuilder=G.TimestampMillisecondBuilder=G.TimestampSecondBuilder=G.TimestampBuilder=G.TimeNanosecondBuilder=G.TimeMicrosecondBuilder=G.TimeMillisecondBuilder=G.TimeSecondBuilder=G.TimeBuilder=G.Uint64Builder=G.Uint32Builder=G.Uint16Builder=G.Uint8Builder=G.Int64Builder=G.Int32Builder=G.Int16Builder=G.Int8Builder=G.IntBuilder=G.Float64Builder=G.Float32Builder=G.Float16Builder=G.FloatBuilder=G.FixedSizeBinaryBuilder=G.DictionaryBuilder=G.DecimalBuilder=G.DateMillisecondBuilder=G.DateDayBuilder=G.DateBuilder=G.NullBuilder=G.BoolBuilder=G.Builder=void 0;var UM=At();Object.defineProperty(G,"Builder",{enumerable:!0,get:function(){return UM.Builder}});var LM=ij();Object.defineProperty(G,"BoolBuilder",{enumerable:!0,get:function(){return LM.BoolBuilder}});var VM=oj();Object.defineProperty(G,"NullBuilder",{enumerable:!0,get:function(){return VM.NullBuilder}});var Fj=fj();Object.defineProperty(G,"DateBuilder",{enumerable:!0,get:function(){return Fj.DateBuilder}});Object.defineProperty(G,"DateDayBuilder",{enumerable:!0,get:function(){return Fj.DateDayBuilder}});Object.defineProperty(G,"DateMillisecondBuilder",{enumerable:!0,get:function(){return Fj.DateMillisecondBuilder}});var CM=sj();Object.defineProperty(G,"DecimalBuilder",{enumerable:!0,get:function(){return CM.DecimalBuilder}});var WM=lj();Object.defineProperty(G,"DictionaryBuilder",{enumerable:!0,get:function(){return WM.DictionaryBuilder}});var KM=uj();Object.defineProperty(G,"FixedSizeBinaryBuilder",{enumerable:!0,get:function(){return KM.FixedSizeBinaryBuilder}});var Bm=cj();Object.defineProperty(G,"FloatBuilder",{enumerable:!0,get:function(){return Bm.FloatBuilder}});Object.defineProperty(G,"Float16Builder",{enumerable:!0,get:function(){return Bm.Float16Builder}});Object.defineProperty(G,"Float32Builder",{enumerable:!0,get:function(){return Bm.Float32Builder}});Object.defineProperty(G,"Float64Builder",{enumerable:!0,get:function(){return Bm.Float64Builder}});var ao=dj();Object.defineProperty(G,"IntBuilder",{enumerable:!0,get:function(){return ao.IntBuilder}});Object.defineProperty(G,"Int8Builder",{enumerable:!0,get:function(){return ao.Int8Builder}});Object.defineProperty(G,"Int16Builder",{enumerable:!0,get:function(){return ao.Int16Builder}});Object.defineProperty(G,"Int32Builder",{enumerable:!0,get:function(){return ao.Int32Builder}});Object.defineProperty(G,"Int64Builder",{enumerable:!0,get:function(){return ao.Int64Builder}});Object.defineProperty(G,"Uint8Builder",{enumerable:!0,get:function(){return ao.Uint8Builder}});Object.defineProperty(G,"Uint16Builder",{enumerable:!0,get:function(){return ao.Uint16Builder}});Object.defineProperty(G,"Uint32Builder",{enumerable:!0,get:function(){return ao.Uint32Builder}});Object.defineProperty(G,"Uint64Builder",{enumerable:!0,get:function(){return ao.Uint64Builder}});var Xu=mj();Object.defineProperty(G,"TimeBuilder",{enumerable:!0,get:function(){return Xu.TimeBuilder}});Object.defineProperty(G,"TimeSecondBuilder",{enumerable:!0,get:function(){return Xu.TimeSecondBuilder}});Object.defineProperty(G,"TimeMillisecondBuilder",{enumerable:!0,get:function(){return Xu.TimeMillisecondBuilder}});Object.defineProperty(G,"TimeMicrosecondBuilder",{enumerable:!0,get:function(){return Xu.TimeMicrosecondBuilder}});Object.defineProperty(G,"TimeNanosecondBuilder",{enumerable:!0,get:function(){return Xu.TimeNanosecondBuilder}});var $u=wj();Object.defineProperty(G,"TimestampBuilder",{enumerable:!0,get:function(){return $u.TimestampBuilder}});Object.defineProperty(G,"TimestampSecondBuilder",{enumerable:!0,get:function(){return $u.TimestampSecondBuilder}});Object.defineProperty(G,"TimestampMillisecondBuilder",{enumerable:!0,get:function(){return $u.TimestampMillisecondBuilder}});Object.defineProperty(G,"TimestampMicrosecondBuilder",{enumerable:!0,get:function(){return $u.TimestampMicrosecondBuilder}});Object.defineProperty(G,"TimestampNanosecondBuilder",{enumerable:!0,get:function(){return $u.TimestampNanosecondBuilder}});var Pj=hj();Object.defineProperty(G,"IntervalBuilder",{enumerable:!0,get:function(){return Pj.IntervalBuilder}});Object.defineProperty(G,"IntervalDayTimeBuilder",{enumerable:!0,get:function(){return Pj.IntervalDayTimeBuilder}});Object.defineProperty(G,"IntervalYearMonthBuilder",{enumerable:!0,get:function(){return Pj.IntervalYearMonthBuilder}});var YM=wm();Object.defineProperty(G,"Utf8Builder",{enumerable:!0,get:function(){return YM.Utf8Builder}});var GM=dm();Object.defineProperty(G,"BinaryBuilder",{enumerable:!0,get:function(){return GM.BinaryBuilder}});var ZM=jj();Object.defineProperty(G,"ListBuilder",{enumerable:!0,get:function(){return ZM.ListBuilder}});var JM=_j();Object.defineProperty(G,"FixedSizeListBuilder",{enumerable:!0,get:function(){return JM.FixedSizeListBuilder}});var QM=qj();Object.defineProperty(G,"MapBuilder",{enumerable:!0,get:function(){return QM.MapBuilder}});var XM=vj();Object.defineProperty(G,"StructBuilder",{enumerable:!0,get:function(){return XM.StructBuilder}});var Dj=Tj();Object.defineProperty(G,"UnionBuilder",{enumerable:!0,get:function(){return Dj.UnionBuilder}});Object.defineProperty(G,"SparseUnionBuilder",{enumerable:!0,get:function(){return Dj.SparseUnionBuilder}});Object.defineProperty(G,"DenseUnionBuilder",{enumerable:!0,get:function(){return Dj.DenseUnionBuilder}});var Nj=bt(),$M=wm(),ez=At(),aS=xj(),lS=sS();ez.Builder.new=uS;function uS(t){let e=t.type,r=new(lS.instance.getVisitFn(e)())(t);if(e.children&&e.children.length>0){let n=t.children||[],i={nullValues:t.nullValues},o=Array.isArray(n)?(f,s)=>n[s]||i:({name:f})=>n[f]||i;e.children.forEach((f,s)=>{let{type:u}=f,l=o(f,s);r.children.push(uS({...l,type:u}))})}return r}Object.keys(Nj.Type).map(t=>Nj.Type[t]).filter(t=>typeof t=="number"&&t!==Nj.Type.NONE).forEach(t=>{let e=lS.instance.visit(t);e.prototype._setValue=aS.instance.getVisitFn(t)});$M.Utf8Builder.prototype._setValue=aS.instance.visitBinary});var cS=B(Ba=>{"use strict";Object.defineProperty(Ba,"__esModule",{value:!0});Ba.Block=Ba.Footer=void 0;var tz=to(),Im=Zo(),vn=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsFooter(e,r){return(r||new vn).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsFooter(e,r){return e.setPosition(e.position()+tz.flatbuffers.SIZE_PREFIX_LENGTH),(r||new vn).__init(e.readInt32(e.position())+e.position(),e)}version(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):Im.MetadataVersion.V1}schema(e){let r=this.bb.__offset(this.bb_pos,6);return r?(e||new Im.Schema).__init(this.bb.__indirect(this.bb_pos+r),this.bb):null}dictionaries(e,r){let n=this.bb.__offset(this.bb_pos,8);return n?(r||new xm).__init(this.bb.__vector(this.bb_pos+n)+e*24,this.bb):null}dictionariesLength(){let e=this.bb.__offset(this.bb_pos,8);return e?this.bb.__vector_len(this.bb_pos+e):0}recordBatches(e,r){let n=this.bb.__offset(this.bb_pos,10);return n?(r||new xm).__init(this.bb.__vector(this.bb_pos+n)+e*24,this.bb):null}recordBatchesLength(){let e=this.bb.__offset(this.bb_pos,10);return e?this.bb.__vector_len(this.bb_pos+e):0}customMetadata(e,r){let n=this.bb.__offset(this.bb_pos,12);return n?(r||new Im.KeyValue).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+n)+e*4),this.bb):null}customMetadataLength(){let e=this.bb.__offset(this.bb_pos,12);return e?this.bb.__vector_len(this.bb_pos+e):0}static startFooter(e){e.startObject(5)}static addVersion(e,r){e.addFieldInt16(0,r,Im.MetadataVersion.V1)}static addSchema(e,r){e.addFieldOffset(1,r,0)}static addDictionaries(e,r){e.addFieldOffset(2,r,0)}static startDictionariesVector(e,r){e.startVector(24,r,8)}static addRecordBatches(e,r){e.addFieldOffset(3,r,0)}static startRecordBatchesVector(e,r){e.startVector(24,r,8)}static addCustomMetadata(e,r){e.addFieldOffset(4,r,0)}static createCustomMetadataVector(e,r){e.startVector(4,r.length,4);for(let n=r.length-1;n>=0;n--)e.addOffset(r[n]);return e.endVector()}static startCustomMetadataVector(e,r){e.startVector(4,r,4)}static endFooter(e){return e.endObject()}static finishFooterBuffer(e,r){e.finish(r)}static finishSizePrefixedFooterBuffer(e,r){e.finish(r,void 0,!0)}static createFooter(e,r,n,i,o,f){return vn.startFooter(e),vn.addVersion(e,r),vn.addSchema(e,n),vn.addDictionaries(e,i),vn.addRecordBatches(e,o),vn.addCustomMetadata(e,f),vn.endFooter(e)}};Ba.Footer=vn;var xm=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}offset(){return this.bb.readInt64(this.bb_pos)}metaDataLength(){return this.bb.readInt32(this.bb_pos+8)}bodyLength(){return this.bb.readInt64(this.bb_pos+16)}static createBlock(e,r,n,i){return e.prep(8,24),e.writeInt64(i),e.pad(4),e.writeInt32(n),e.writeInt64(r),e.offset()}};Ba.Block=xm});var Mj=B(ka=>{"use strict";Object.defineProperty(ka,"__esModule",{value:!0});ka.FileBlock=ka.Footer=void 0;var Wn=cS(),Rj=to(),pS=Rj.flatbuffers.Long,rz=Rj.flatbuffers.Builder,nz=Rj.flatbuffers.ByteBuffer,dS=ir(),mS=bt(),iz=Xt(),Hj=class{constructor(e,r=mS.MetadataVersion.V4,n,i){this.schema=e,this.version=r,n&&(this._recordBatches=n),i&&(this._dictionaryBatches=i)}static decode(e){e=new nz(iz.toUint8Array(e));let r=Wn.Footer.getRootAsFooter(e),n=dS.Schema.decode(r.schema());return new wS(n,r)}static encode(e){let r=new rz,n=dS.Schema.encode(r,e.schema);Wn.Footer.startRecordBatchesVector(r,e.numRecordBatches),[...e.recordBatches()].slice().reverse().forEach(f=>nf.encode(r,f));let i=r.endVector();Wn.Footer.startDictionariesVector(r,e.numDictionaries),[...e.dictionaryBatches()].slice().reverse().forEach(f=>nf.encode(r,f));let o=r.endVector();return Wn.Footer.startFooter(r),Wn.Footer.addSchema(r,n),Wn.Footer.addVersion(r,mS.MetadataVersion.V4),Wn.Footer.addRecordBatches(r,i),Wn.Footer.addDictionaries(r,o),Wn.Footer.finishFooterBuffer(r,Wn.Footer.endFooter(r)),r.asUint8Array()}get numRecordBatches(){return this._recordBatches.length}get numDictionaries(){return this._dictionaryBatches.length}*recordBatches(){for(let e,r=-1,n=this.numRecordBatches;++r<n;)(e=this.getRecordBatch(r))&&(yield e)}*dictionaryBatches(){for(let e,r=-1,n=this.numDictionaries;++r<n;)(e=this.getDictionaryBatch(r))&&(yield e)}getRecordBatch(e){return e>=0&&e<this.numRecordBatches&&this._recordBatches[e]||null}getDictionaryBatch(e){return e>=0&&e<this.numDictionaries&&this._dictionaryBatches[e]||null}};ka.Footer=Hj;var wS=class extends Hj{constructor(e,r){super(e,r.version());this._footer=r}get numRecordBatches(){return this._footer.recordBatchesLength()}get numDictionaries(){return this._footer.dictionariesLength()}getRecordBatch(e){if(e>=0&&e<this.numRecordBatches){let r=this._footer.recordBatches(e);if(r)return nf.decode(r)}return null}getDictionaryBatch(e){if(e>=0&&e<this.numDictionaries){let r=this._footer.dictionaries(e);if(r)return nf.decode(r)}return null}},nf=class{constructor(e,r,n){this.metaDataLength=e,this.offset=typeof n=="number"?n:n.low,this.bodyLength=typeof r=="number"?r:r.low}static decode(e){return new nf(e.metaDataLength(),e.bodyLength(),e.offset())}static encode(e,r){let{metaDataLength:n}=r,i=new pS(r.offset,0),o=new pS(r.bodyLength,0);return Wn.Block.createBlock(e,i,n,o)}};ka.FileBlock=nf});var af=B(sf=>{"use strict";Object.defineProperty(sf,"__esModule",{value:!0});sf.AsyncByteStream=sf.ByteStream=sf.AsyncByteQueue=void 0;var of=Vu(),hS=es(),ec=la(),zj=Xt(),Ia=gr(),Uj=class extends ec.AsyncQueue{write(e){if((e=zj.toUint8Array(e)).byteLength>0)return super.write(e)}toString(e=!1){return e?hS.decodeUtf8(this.toUint8Array(!0)):this.toUint8Array(!1).then(hS.decodeUtf8)}toUint8Array(e=!1){return e?zj.joinUint8Arrays(this._values)[0]:(async()=>{let r=[],n=0;for await(let i of this)r.push(i),n+=i.byteLength;return zj.joinUint8Arrays(r,n)[0]})()}};sf.AsyncByteQueue=Uj;var bS=class{constructor(e){e&&(this.source=new gS(of.default.fromIterable(e)))}[Symbol.iterator](){return this}next(e){return this.source.next(e)}throw(e){return this.source.throw(e)}return(e){return this.source.return(e)}peek(e){return this.source.peek(e)}read(e){return this.source.read(e)}};sf.ByteStream=bS;var Sm=class{constructor(e){e instanceof Sm?this.source=e.source:e instanceof Uj?this.source=new ff(of.default.fromAsyncIterable(e)):Ia.isReadableNodeStream(e)?this.source=new ff(of.default.fromNodeStream(e)):Ia.isReadableDOMStream(e)?this.source=new ff(of.default.fromDOMStream(e)):Ia.isFetchResponse(e)?this.source=new ff(of.default.fromDOMStream(e.body)):Ia.isIterable(e)?this.source=new ff(of.default.fromIterable(e)):Ia.isPromise(e)?this.source=new ff(of.default.fromAsyncIterable(e)):Ia.isAsyncIterable(e)&&(this.source=new ff(of.default.fromAsyncIterable(e)))}[Symbol.asyncIterator](){return this}next(e){return this.source.next(e)}throw(e){return this.source.throw(e)}return(e){return this.source.return(e)}get closed(){return this.source.closed}cancel(e){return this.source.cancel(e)}peek(e){return this.source.peek(e)}read(e){return this.source.read(e)}};sf.AsyncByteStream=Sm;var gS=class{constructor(e){this.source=e}cancel(e){this.return(e)}peek(e){return this.next(e,"peek").value}read(e){return this.next(e,"read").value}next(e,r="read"){return this.source.next({cmd:r,size:e})}throw(e){return Object.create(this.source.throw&&this.source.throw(e)||ec.ITERATOR_DONE)}return(e){return Object.create(this.source.return&&this.source.return(e)||ec.ITERATOR_DONE)}},ff=class{constructor(e){this.source=e,this._closedPromise=new Promise(r=>this._closedPromiseResolve=r)}async cancel(e){await this.return(e)}get closed(){return this._closedPromise}async read(e){return(await this.next(e,"read")).value}async peek(e){return(await this.next(e,"peek")).value}async next(e,r="read"){return await this.source.next({cmd:r,size:e})}async throw(e){let r=this.source.throw&&await this.source.throw(e)||ec.ITERATOR_DONE;return this._closedPromiseResolve&&this._closedPromiseResolve(),this._closedPromiseResolve=void 0,Object.create(r)}async return(e){let r=this.source.return&&await this.source.return(e)||ec.ITERATOR_DONE;return this._closedPromiseResolve&&this._closedPromiseResolve(),this._closedPromiseResolve=void 0,Object.create(r)}}});var Lj=B(xa=>{"use strict";Object.defineProperty(xa,"__esModule",{value:!0});xa.AsyncRandomAccessFile=xa.RandomAccessFile=void 0;var yS=af(),oz=Xt(),jS=class extends yS.ByteStream{constructor(e,r){super();this.position=0,this.buffer=oz.toUint8Array(e),this.size=typeof r=="undefined"?this.buffer.byteLength:r}readInt32(e){let{buffer:r,byteOffset:n}=this.readAt(e,4);return new DataView(r,n).getInt32(0,!0)}seek(e){return this.position=Math.min(e,this.size),e<this.size}read(e){let{buffer:r,size:n,position:i}=this;return r&&i<n?(typeof e!="number"&&(e=1/0),this.position=Math.min(n,i+Math.min(n-i,e)),r.subarray(i,this.position)):null}readAt(e,r){let n=this.buffer,i=Math.min(this.size,e+r);return n?n.subarray(e,i):new Uint8Array(r)}close(){this.buffer&&(this.buffer=null)}throw(e){return this.close(),{done:!0,value:e}}return(e){return this.close(),{done:!0,value:e}}};xa.RandomAccessFile=jS;var _S=class extends yS.AsyncByteStream{constructor(e,r){super();this.position=0,this._handle=e,typeof r=="number"?this.size=r:this._pending=(async()=>{this.size=(await e.stat()).size,delete this._pending})()}async readInt32(e){let{buffer:r,byteOffset:n}=await this.readAt(e,4);return new DataView(r,n).getInt32(0,!0)}async seek(e){return this._pending&&await this._pending,this.position=Math.min(e,this.size),e<this.size}async read(e){this._pending&&await this._pending;let{_handle:r,size:n,position:i}=this;if(r&&i<n){typeof e!="number"&&(e=1/0);let o=i,f=0,s=0,u=Math.min(n,o+Math.min(n-o,e)),l=new Uint8Array(Math.max(0,(this.position=u)-o));for(;(o+=s)<u&&(f+=s)<l.byteLength;)({bytesRead:s}=await r.read(l,f,l.byteLength-f,o));return l}return null}async readAt(e,r){this._pending&&await this._pending;let{_handle:n,size:i}=this;if(n&&e+r<i){let o=Math.min(i,e+r),f=new Uint8Array(o-e);return(await n.read(f,0,r,e)).buffer}return new Uint8Array(r)}async close(){let e=this._handle;this._handle=null,e&&await e.close()}async throw(e){return await this.close(),{done:!0,value:e}}async return(e){return await this.close(),{done:!0,value:e}}};xa.AsyncRandomAccessFile=_S});var Cj=B(ji=>{"use strict";Object.defineProperty(ji,"__esModule",{value:!0});ji.Int128=ji.Int64=ji.Uint64=ji.BaseInt64=void 0;var fz=1<<16;function Sa(t){return t<0&&(t=4294967295+t+1),`0x${t.toString(16)}`}var Ea=8,Vj=[1,10,100,1e3,1e4,1e5,1e6,1e7,1e8],Em=class{constructor(e){this.buffer=e}high(){return this.buffer[1]}low(){return this.buffer[0]}_times(e){let r=new Uint32Array([this.buffer[1]>>>16,this.buffer[1]&65535,this.buffer[0]>>>16,this.buffer[0]&65535]),n=new Uint32Array([e.buffer[1]>>>16,e.buffer[1]&65535,e.buffer[0]>>>16,e.buffer[0]&65535]),i=r[3]*n[3];this.buffer[0]=i&65535;let o=i>>>16;return i=r[2]*n[3],o+=i,i=r[3]*n[2]>>>0,o+=i,this.buffer[0]+=o<<16,this.buffer[1]=o>>>0<i?fz:0,this.buffer[1]+=o>>>16,this.buffer[1]+=r[1]*n[3]+r[2]*n[2]+r[3]*n[1],this.buffer[1]+=r[0]*n[3]+r[1]*n[2]+r[2]*n[1]+r[3]*n[0]<<16,this}_plus(e){let r=this.buffer[0]+e.buffer[0]>>>0;this.buffer[1]+=e.buffer[1],r<this.buffer[0]>>>0&&++this.buffer[1],this.buffer[0]=r}lessThan(e){return this.buffer[1]<e.buffer[1]||this.buffer[1]===e.buffer[1]&&this.buffer[0]<e.buffer[0]}equals(e){return this.buffer[1]===e.buffer[1]&&this.buffer[0]==e.buffer[0]}greaterThan(e){return e.lessThan(this)}hex(){return`${Sa(this.buffer[1])} ${Sa(this.buffer[0])}`}};ji.BaseInt64=Em;var it=class extends Em{times(e){return this._times(e),this}plus(e){return this._plus(e),this}static from(e,r=new Uint32Array(2)){return it.fromString(typeof e=="string"?e:e.toString(),r)}static fromNumber(e,r=new Uint32Array(2)){return it.fromString(e.toString(),r)}static fromString(e,r=new Uint32Array(2)){let n=e.length,i=new it(r);for(let o=0;o<n;){let f=Ea<n-o?Ea:n-o,s=new it(new Uint32Array([parseInt(e.substr(o,f),10),0])),u=new it(new Uint32Array([Vj[f],0]));i.times(u),i.plus(s),o+=f}return i}static convertArray(e){let r=new Uint32Array(e.length*2);for(let n=-1,i=e.length;++n<i;)it.from(e[n],new Uint32Array(r.buffer,r.byteOffset+2*n*4,2));return r}static multiply(e,r){return new it(new Uint32Array(e.buffer)).times(r)}static add(e,r){return new it(new Uint32Array(e.buffer)).plus(r)}};ji.Uint64=it;var Xr=class extends Em{negate(){return this.buffer[0]=~this.buffer[0]+1,this.buffer[1]=~this.buffer[1],this.buffer[0]==0&&++this.buffer[1],this}times(e){return this._times(e),this}plus(e){return this._plus(e),this}lessThan(e){let r=this.buffer[1]<<0,n=e.buffer[1]<<0;return r<n||r===n&&this.buffer[0]<e.buffer[0]}static from(e,r=new Uint32Array(2)){return Xr.fromString(typeof e=="string"?e:e.toString(),r)}static fromNumber(e,r=new Uint32Array(2)){return Xr.fromString(e.toString(),r)}static fromString(e,r=new Uint32Array(2)){let n=e.startsWith("-"),i=e.length,o=new Xr(r);for(let f=n?1:0;f<i;){let s=Ea<i-f?Ea:i-f,u=new Xr(new Uint32Array([parseInt(e.substr(f,s),10),0])),l=new Xr(new Uint32Array([Vj[s],0]));o.times(l),o.plus(u),f+=s}return n?o.negate():o}static convertArray(e){let r=new Uint32Array(e.length*2);for(let n=-1,i=e.length;++n<i;)Xr.from(e[n],new Uint32Array(r.buffer,r.byteOffset+2*n*4,2));return r}static multiply(e,r){return new Xr(new Uint32Array(e.buffer)).times(r)}static add(e,r){return new Xr(new Uint32Array(e.buffer)).plus(r)}};ji.Int64=Xr;var Kn=class{constructor(e){this.buffer=e}high(){return new Xr(new Uint32Array(this.buffer.buffer,this.buffer.byteOffset+8,2))}low(){return new Xr(new Uint32Array(this.buffer.buffer,this.buffer.byteOffset,2))}negate(){return this.buffer[0]=~this.buffer[0]+1,this.buffer[1]=~this.buffer[1],this.buffer[2]=~this.buffer[2],this.buffer[3]=~this.buffer[3],this.buffer[0]==0&&++this.buffer[1],this.buffer[1]==0&&++this.buffer[2],this.buffer[2]==0&&++this.buffer[3],this}times(e){let r=new it(new Uint32Array([this.buffer[3],0])),n=new it(new Uint32Array([this.buffer[2],0])),i=new it(new Uint32Array([this.buffer[1],0])),o=new it(new Uint32Array([this.buffer[0],0])),f=new it(new Uint32Array([e.buffer[3],0])),s=new it(new Uint32Array([e.buffer[2],0])),u=new it(new Uint32Array([e.buffer[1],0])),l=new it(new Uint32Array([e.buffer[0],0])),c=it.multiply(o,l);this.buffer[0]=c.low();let w=new it(new Uint32Array([c.high(),0]));return c=it.multiply(i,l),w.plus(c),c=it.multiply(o,u),w.plus(c),this.buffer[1]=w.low(),this.buffer[3]=w.lessThan(c)?1:0,this.buffer[2]=w.high(),new it(new Uint32Array(this.buffer.buffer,this.buffer.byteOffset+8,2)).plus(it.multiply(n,l)).plus(it.multiply(i,u)).plus(it.multiply(o,s)),this.buffer[3]+=it.multiply(r,l).plus(it.multiply(n,u)).plus(it.multiply(i,s)).plus(it.multiply(o,f)).low(),this}plus(e){let r=new Uint32Array(4);return r[3]=this.buffer[3]+e.buffer[3]>>>0,r[2]=this.buffer[2]+e.buffer[2]>>>0,r[1]=this.buffer[1]+e.buffer[1]>>>0,r[0]=this.buffer[0]+e.buffer[0]>>>0,r[0]<this.buffer[0]>>>0&&++r[1],r[1]<this.buffer[1]>>>0&&++r[2],r[2]<this.buffer[2]>>>0&&++r[3],this.buffer[3]=r[3],this.buffer[2]=r[2],this.buffer[1]=r[1],this.buffer[0]=r[0],this}hex(){return`${Sa(this.buffer[3])} ${Sa(this.buffer[2])} ${Sa(this.buffer[1])} ${Sa(this.buffer[0])}`}static multiply(e,r){return new Kn(new Uint32Array(e.buffer)).times(r)}static add(e,r){return new Kn(new Uint32Array(e.buffer)).plus(r)}static from(e,r=new Uint32Array(4)){return Kn.fromString(typeof e=="string"?e:e.toString(),r)}static fromNumber(e,r=new Uint32Array(4)){return Kn.fromString(e.toString(),r)}static fromString(e,r=new Uint32Array(4)){let n=e.startsWith("-"),i=e.length,o=new Kn(r);for(let f=n?1:0;f<i;){let s=Ea<i-f?Ea:i-f,u=new Kn(new Uint32Array([parseInt(e.substr(f,s),10),0,0,0])),l=new Kn(new Uint32Array([Vj[s],0,0,0]));o.times(l),o.plus(u),f+=s}return n?o.negate():o}static convertArray(e){let r=new Uint32Array(e.length*4);for(let n=-1,i=e.length;++n<i;)Kn.from(e[n],new Uint32Array(r.buffer,r.byteOffset+4*4*n,4));return r}};ji.Int128=Kn});var BS=B(Aa=>{"use strict";Object.defineProperty(Aa,"__esModule",{value:!0});Aa.JSONVectorLoader=Aa.VectorLoader=void 0;var er=Vn(),sz=ir(),lo=nt(),az=cr(),qS=hi(),lz=es(),Am=Cj(),vS=bt(),_i=Xt(),Wj=class extends az.Visitor{constructor(e,r,n,i){super();this.nodesIndex=-1,this.buffersIndex=-1,this.bytes=e,this.nodes=r,this.buffers=n,this.dictionaries=i}visit(e){return super.visit(e instanceof sz.Field?e.type:e)}visitNull(e,{length:r}=this.nextFieldNode()){return er.Data.Null(e,0,r)}visitBool(e,{length:r,nullCount:n}=this.nextFieldNode()){return er.Data.Bool(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitInt(e,{length:r,nullCount:n}=this.nextFieldNode()){return er.Data.Int(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitFloat(e,{length:r,nullCount:n}=this.nextFieldNode()){return er.Data.Float(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitUtf8(e,{length:r,nullCount:n}=this.nextFieldNode()){return er.Data.Utf8(e,0,r,n,this.readNullBitmap(e,n),this.readOffsets(e),this.readData(e))}visitBinary(e,{length:r,nullCount:n}=this.nextFieldNode()){return er.Data.Binary(e,0,r,n,this.readNullBitmap(e,n),this.readOffsets(e),this.readData(e))}visitFixedSizeBinary(e,{length:r,nullCount:n}=this.nextFieldNode()){return er.Data.FixedSizeBinary(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitDate(e,{length:r,nullCount:n}=this.nextFieldNode()){return er.Data.Date(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitTimestamp(e,{length:r,nullCount:n}=this.nextFieldNode()){return er.Data.Timestamp(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitTime(e,{length:r,nullCount:n}=this.nextFieldNode()){return er.Data.Time(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitDecimal(e,{length:r,nullCount:n}=this.nextFieldNode()){return er.Data.Decimal(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitList(e,{length:r,nullCount:n}=this.nextFieldNode()){return er.Data.List(e,0,r,n,this.readNullBitmap(e,n),this.readOffsets(e),this.visit(e.children[0]))}visitStruct(e,{length:r,nullCount:n}=this.nextFieldNode()){return er.Data.Struct(e,0,r,n,this.readNullBitmap(e,n),this.visitMany(e.children))}visitUnion(e){return e.mode===vS.UnionMode.Sparse?this.visitSparseUnion(e):this.visitDenseUnion(e)}visitDenseUnion(e,{length:r,nullCount:n}=this.nextFieldNode()){return er.Data.Union(e,0,r,n,this.readNullBitmap(e,n),this.readTypeIds(e),this.readOffsets(e),this.visitMany(e.children))}visitSparseUnion(e,{length:r,nullCount:n}=this.nextFieldNode()){return er.Data.Union(e,0,r,n,this.readNullBitmap(e,n),this.readTypeIds(e),this.visitMany(e.children))}visitDictionary(e,{length:r,nullCount:n}=this.nextFieldNode()){return er.Data.Dictionary(e,0,r,n,this.readNullBitmap(e,n),this.readData(e.indices),this.readDictionary(e))}visitInterval(e,{length:r,nullCount:n}=this.nextFieldNode()){return er.Data.Interval(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitFixedSizeList(e,{length:r,nullCount:n}=this.nextFieldNode()){return er.Data.FixedSizeList(e,0,r,n,this.readNullBitmap(e,n),this.visit(e.children[0]))}visitMap(e,{length:r,nullCount:n}=this.nextFieldNode()){return er.Data.Map(e,0,r,n,this.readNullBitmap(e,n),this.readOffsets(e),this.visit(e.children[0]))}nextFieldNode(){return this.nodes[++this.nodesIndex]}nextBufferRange(){return this.buffers[++this.buffersIndex]}readNullBitmap(e,r,n=this.nextBufferRange()){return r>0&&this.readData(e,n)||new Uint8Array(0)}readOffsets(e,r){return this.readData(e,r)}readTypeIds(e,r){return this.readData(e,r)}readData(e,{length:r,offset:n}=this.nextBufferRange()){return this.bytes.subarray(n,n+r)}readDictionary(e){return this.dictionaries.get(e.id)}};Aa.VectorLoader=Wj;var TS=class extends Wj{constructor(e,r,n,i){super(new Uint8Array(0),r,n,i);this.sources=e}readNullBitmap(e,r,{offset:n}=this.nextBufferRange()){return r<=0?new Uint8Array(0):qS.packBools(this.sources[n])}readOffsets(e,{offset:r}=this.nextBufferRange()){return _i.toArrayBufferView(Uint8Array,_i.toArrayBufferView(Int32Array,this.sources[r]))}readTypeIds(e,{offset:r}=this.nextBufferRange()){return _i.toArrayBufferView(Uint8Array,_i.toArrayBufferView(e.ArrayType,this.sources[r]))}readData(e,{offset:r}=this.nextBufferRange()){let{sources:n}=this;return lo.DataType.isTimestamp(e)||(lo.DataType.isInt(e)||lo.DataType.isTime(e))&&e.bitWidth===64||lo.DataType.isDate(e)&&e.unit===vS.DateUnit.MILLISECOND?_i.toArrayBufferView(Uint8Array,Am.Int64.convertArray(n[r])):lo.DataType.isDecimal(e)?_i.toArrayBufferView(Uint8Array,Am.Int128.convertArray(n[r])):lo.DataType.isBinary(e)||lo.DataType.isFixedSizeBinary(e)?uz(n[r]):lo.DataType.isBool(e)?qS.packBools(n[r]):lo.DataType.isUtf8(e)?lz.encodeUtf8(n[r].join("")):_i.toArrayBufferView(Uint8Array,_i.toArrayBufferView(e.ArrayType,n[r].map(i=>+i)))}};Aa.JSONVectorLoader=TS;function uz(t){let e=t.join(""),r=new Uint8Array(e.length/2);for(let n=0;n<e.length;n+=2)r[n>>1]=parseInt(e.substr(n,2),16);return r}});var tc=B(Fa=>{"use strict";Object.defineProperty(Fa,"__esModule",{value:!0});Fa.StructRow=Fa.MapRow=void 0;var kS=$y(),pr=Symbol.for("parent"),Oa=Symbol.for("rowIndex"),$r=Symbol.for("keyToIdx"),en=Symbol.for("idxToVal"),Kj=Symbol.for("nodejs.util.inspect.custom"),qi=class{constructor(e,r){this[pr]=e,this.size=r}entries(){return this[Symbol.iterator]()}has(e){return this.get(e)!==void 0}get(e){let r;if(e!=null){let n=this[$r]||(this[$r]=new Map),i=n.get(e);if(i!==void 0){let o=this[en]||(this[en]=new Array(this.size));(r=o[i])!==void 0||(o[i]=r=this.getValue(i))}else if((i=this.getIndex(e))>-1){n.set(e,i);let o=this[en]||(this[en]=new Array(this.size));(r=o[i])!==void 0||(o[i]=r=this.getValue(i))}}return r}set(e,r){if(e!=null){let n=this[$r]||(this[$r]=new Map),i=n.get(e);if(i===void 0&&n.set(e,i=this.getIndex(e)),i>-1){let o=this[en]||(this[en]=new Array(this.size));o[i]=this.setValue(i,r)}}return this}clear(){throw new Error(`Clearing ${this[Symbol.toStringTag]} not supported.`)}delete(e){throw new Error(`Deleting ${this[Symbol.toStringTag]} values not supported.`)}*[Symbol.iterator](){let e=this.keys(),r=this.values(),n=this[$r]||(this[$r]=new Map),i=this[en]||(this[en]=new Array(this.size));for(let o,f,s=0,u,l;!((u=e.next()).done||(l=r.next()).done);++s)o=u.value,f=l.value,i[s]=f,n.has(o)||n.set(o,s),yield[o,f]}forEach(e,r){let n=this.keys(),i=this.values(),o=r===void 0?e:(u,l,c)=>e.call(r,u,l,c),f=this[$r]||(this[$r]=new Map),s=this[en]||(this[en]=new Array(this.size));for(let u,l,c=0,w,p;!((w=n.next()).done||(p=i.next()).done);++c)u=w.value,l=p.value,s[c]=l,f.has(u)||f.set(u,c),o(l,u,this)}toArray(){return[...this.values()]}toJSON(){let e={};return this.forEach((r,n)=>e[n]=r),e}inspect(){return this.toString()}[Kj](){return this.toString()}toString(){let e=[];return this.forEach((r,n)=>{n=kS.valueToString(n),r=kS.valueToString(r),e.push(`${n}: ${r}`)}),`{ ${e.join(", ")} }`}};qi[Symbol.toStringTag]=(t=>(Object.defineProperties(t,{size:{writable:!0,enumerable:!1,configurable:!1,value:0},[pr]:{writable:!0,enumerable:!1,configurable:!1,value:null},[Oa]:{writable:!0,enumerable:!1,configurable:!1,value:-1}}),t[Symbol.toStringTag]="Row"))(qi.prototype);var IS=class extends qi{constructor(e){super(e,e.length);return cz(this)}keys(){return this[pr].getChildAt(0)[Symbol.iterator]()}values(){return this[pr].getChildAt(1)[Symbol.iterator]()}getKey(e){return this[pr].getChildAt(0).get(e)}getIndex(e){return this[pr].getChildAt(0).indexOf(e)}getValue(e){return this[pr].getChildAt(1).get(e)}setValue(e,r){this[pr].getChildAt(1).set(e,r)}};Fa.MapRow=IS;var xS=class extends qi{constructor(e){super(e,e.type.children.length);return SS(this)}*keys(){for(let e of this[pr].type.children)yield e.name}*values(){for(let e of this[pr].type.children)yield this[e.name]}getKey(e){return this[pr].type.children[e].name}getIndex(e){return this[pr].type.children.findIndex(r=>r.name===e)}getValue(e){return this[pr].getChildAt(e).get(this[Oa])}setValue(e,r){return this[pr].getChildAt(e).set(this[Oa],r)}};Fa.StructRow=xS;Object.setPrototypeOf(qi.prototype,Map.prototype);var SS=(()=>{let t={enumerable:!0,configurable:!1,get:null,set:null};return e=>{let r=-1,n=e[$r]||(e[$r]=new Map),i=f=>function(){return this.get(f)},o=f=>function(s){return this.set(f,s)};for(let f of e.keys())n.set(f,++r),t.get=i(f),t.set=o(f),Object.prototype.hasOwnProperty.call(e,f)||(t.enumerable=!0,Object.defineProperty(e,f,t)),Object.prototype.hasOwnProperty.call(e,r)||(t.enumerable=!1,Object.defineProperty(e,r,t));return t.get=t.set=null,e}})(),cz=(()=>{if(typeof Proxy=="undefined")return SS;let t=qi.prototype.has,e=qi.prototype.get,r=qi.prototype.set,n=qi.prototype.getKey,i={isExtensible(){return!1},deleteProperty(){return!1},preventExtensions(){return!0},ownKeys(o){return[...o.keys()].map(f=>`${f}`)},has(o,f){switch(f){case"getKey":case"getIndex":case"getValue":case"setValue":case"toArray":case"toJSON":case"inspect":case"constructor":case"isPrototypeOf":case"propertyIsEnumerable":case"toString":case"toLocaleString":case"valueOf":case"size":case"has":case"get":case"set":case"clear":case"delete":case"keys":case"values":case"entries":case"forEach":case"__proto__":case"__defineGetter__":case"__defineSetter__":case"hasOwnProperty":case"__lookupGetter__":case"__lookupSetter__":case Symbol.iterator:case Symbol.toStringTag:case pr:case Oa:case en:case $r:case Kj:return!0}return typeof f=="number"&&!o.has(f)&&(f=o.getKey(f)),o.has(f)},get(o,f,s){switch(f){case"getKey":case"getIndex":case"getValue":case"setValue":case"toArray":case"toJSON":case"inspect":case"constructor":case"isPrototypeOf":case"propertyIsEnumerable":case"toString":case"toLocaleString":case"valueOf":case"size":case"has":case"get":case"set":case"clear":case"delete":case"keys":case"values":case"entries":case"forEach":case"__proto__":case"__defineGetter__":case"__defineSetter__":case"hasOwnProperty":case"__lookupGetter__":case"__lookupSetter__":case Symbol.iterator:case Symbol.toStringTag:case pr:case Oa:case en:case $r:case Kj:return Reflect.get(o,f,s)}return typeof f=="number"&&!t.call(s,f)&&(f=n.call(s,f)),e.call(s,f)},set(o,f,s,u){switch(f){case pr:case Oa:case en:case $r:return Reflect.set(o,f,s,u);case"getKey":case"getIndex":case"getValue":case"setValue":case"toArray":case"toJSON":case"inspect":case"constructor":case"isPrototypeOf":case"propertyIsEnumerable":case"toString":case"toLocaleString":case"valueOf":case"size":case"has":case"get":case"set":case"clear":case"delete":case"keys":case"values":case"entries":case"forEach":case"__proto__":case"__defineGetter__":case"__defineSetter__":case"hasOwnProperty":case"__lookupGetter__":case"__lookupSetter__":case Symbol.iterator:case Symbol.toStringTag:return!1}return typeof f=="number"&&!t.call(u,f)&&(f=n.call(u,f)),t.call(u,f)?!!r.call(u,f,s):!1}};return o=>new Proxy(o,i)})()});var nc=B(lf=>{"use strict";Object.defineProperty(lf,"__esModule",{value:!0});lf.createElementComparator=lf.clampRange=lf.clampIndex=void 0;var ES=Mt(),AS=tc(),pz=Xt(),OS=gr();function dz(t,e,r){let n=t.length,i=e>-1?e:n+e%n;return r?r(t,i):i}lf.clampIndex=dz;var FS;function mz(t,e,r,n){let{length:i=0}=t,o=typeof e!="number"?0:e,f=typeof r!="number"?i:r;return o<0&&(o=(o%i+i)%i),f<0&&(f=(f%i+i)%i),f<o&&(FS=o,o=f,f=FS),f>i&&(f=i),n?n(t,o,f):[o,f]}lf.clampRange=mz;var wz=OS.BigIntAvailable?OS.BigInt(0):0,PS=t=>t!==t;function rc(t){let e=typeof t;if(e!=="object"||t===null)return PS(t)?PS:e!=="bigint"?r=>r===t:r=>wz+r===t;if(t instanceof Date){let r=t.valueOf();return n=>n instanceof Date?n.valueOf()===r:!1}return ArrayBuffer.isView(t)?r=>r?pz.compareArrayLike(t,r):!1:t instanceof Map?bz(t):Array.isArray(t)?hz(t):t instanceof ES.Vector?gz(t):yz(t)}lf.createElementComparator=rc;function hz(t){let e=[];for(let r=-1,n=t.length;++r<n;)e[r]=rc(t[r]);return Om(e)}function bz(t){let e=-1,r=[];return t.forEach(n=>r[++e]=rc(n)),Om(r)}function gz(t){let e=[];for(let r=-1,n=t.length;++r<n;)e[r]=rc(t.get(r));return Om(e)}function yz(t){let e=Object.keys(t);if(e.length===0)return()=>!1;let r=[];for(let n=-1,i=e.length;++n<i;)r[n]=rc(t[e[n]]);return Om(r,e)}function Om(t,e){return r=>{if(!r||typeof r!="object")return!1;switch(r.constructor){case Array:return jz(t,r);case Map:case AS.MapRow:case AS.StructRow:return DS(t,r,r.keys());case Object:case void 0:return DS(t,r,e||Object.keys(r))}return r instanceof ES.Vector?_z(t,r):!1}}function jz(t,e){let r=t.length;if(e.length!==r)return!1;for(let n=-1;++n<r;)if(!t[n](e[n]))return!1;return!0}function _z(t,e){let r=t.length;if(e.length!==r)return!1;for(let n=-1;++n<r;)if(!t[n](e.get(n)))return!1;return!0}function DS(t,e,r){let n=r[Symbol.iterator](),i=e instanceof Map?e.keys():Object.keys(e)[Symbol.iterator](),o=e instanceof Map?e.values():Object.values(e)[Symbol.iterator](),f=0,s=t.length,u=o.next(),l=n.next(),c=i.next();for(;f<s&&!l.done&&!c.done&&!u.done&&!(l.value!==c.value||!t[f](u.value));++f,l=n.next(),c=i.next(),u=o.next());return f===s&&l.done&&c.done&&u.done?!0:(n.return&&n.return(),i.return&&i.return(),o.return&&o.return(),!1)}});var Pa=B(Cr=>{"use strict";Object.defineProperty(Cr,"__esModule",{value:!0});Cr.selectColumnChildrenArgs=Cr.selectVectorChildrenArgs=Cr.selectChunkArgs=Cr.selectFieldArgs=Cr.selectColumnArgs=Cr.selectArgs=void 0;var NS=Vn(),RS=ir(),uf=Da(),ic=Mt(),HS=nt(),qz=pf(),cf=Array.isArray;Cr.selectArgs=(t,e)=>Fm(t,e,[],0);Cr.selectColumnArgs=t=>{let[e,r]=Gj(t,[[],[]]);return r.map((n,i)=>n instanceof uf.Column?uf.Column.new(n.field.clone(e[i]),n):n instanceof ic.Vector?uf.Column.new(e[i],n):uf.Column.new(e[i],[]))};Cr.selectFieldArgs=t=>Gj(t,[[],[]]);Cr.selectChunkArgs=(t,e)=>Yj(t,e,[],0);Cr.selectVectorChildrenArgs=(t,e)=>MS(t,e,[],0);Cr.selectColumnChildrenArgs=(t,e)=>zS(t,e,[],0);function Fm(t,e,r,n){let i,o=n,f=-1,s=e.length;for(;++f<s;)cf(i=e[f])?o=Fm(t,i,r,o).length:i instanceof t&&(r[o++]=i);return r}function Yj(t,e,r,n){let i,o=n,f=-1,s=e.length;for(;++f<s;)cf(i=e[f])?o=Yj(t,i,r,o).length:i instanceof qz.Chunked?o=Yj(t,i.chunks,r,o).length:i instanceof t&&(r[o++]=i);return r}function MS(t,e,r,n){let i,o=n,f=-1,s=e.length;for(;++f<s;)cf(i=e[f])?o=MS(t,i,r,o).length:i instanceof t?o=Fm(ic.Vector,i.schema.fields.map((u,l)=>i.getChildAt(l)),r,o).length:i instanceof ic.Vector&&(r[o++]=i);return r}function zS(t,e,r,n){let i,o=n,f=-1,s=e.length;for(;++f<s;)cf(i=e[f])?o=zS(t,i,r,o).length:i instanceof t?o=Fm(uf.Column,i.schema.fields.map((u,l)=>uf.Column.new(u,i.getChildAt(l))),r,o).length:i instanceof uf.Column&&(r[o++]=i);return r}var vz=(t,[e,r],n)=>(t[0][n]=e,t[1][n]=r,t);function Gj(t,e){let r,n;switch(n=t.length){case 0:return e;case 1:if(r=e[0],!t[0])return e;if(cf(t[0]))return Gj(t[0],e);t[0]instanceof NS.Data||t[0]instanceof ic.Vector||t[0]instanceof HS.DataType||([r,t]=Object.entries(t[0]).reduce(vz,e));break;default:cf(r=t[n-1])?t=cf(t[0])?t[0]:t.slice(0,n-1):(t=cf(t[0])?t[0]:t,r=[])}let i=-1,o=-1,f=-1,s=t.length,u,l,[c,w]=e;for(;++f<s;)l=t[f],l instanceof uf.Column&&(w[++o]=l)?c[++i]=l.field.clone(r[f],l.type,!0):({[f]:u=f}=r,l instanceof HS.DataType&&(w[++o]=l)?c[++i]=RS.Field.new(u,l,!0):l&&l.type&&(w[++o]=l)&&(l instanceof NS.Data&&(w[o]=l=ic.Vector.new(l)),c[++i]=RS.Field.new(u,l.type,!0)));return e}});var pf=B(Pm=>{"use strict";Object.defineProperty(Pm,"__esModule",{value:!0});Pm.Chunked=void 0;var Tz=nc(),US=nt(),Bz=Pa(),LS=Mt(),VS=class{constructor(e){this.chunks=e,this.chunkIndex=0,this.chunkIterator=this.getChunkIterator()}next(){for(;this.chunkIndex<this.chunks.length;){let e=this.chunkIterator.next();if(!e.done)return e;++this.chunkIndex<this.chunks.length&&(this.chunkIterator=this.getChunkIterator())}return{done:!0,value:null}}getChunkIterator(){return this.chunks[this.chunkIndex][Symbol.iterator]()}[Symbol.iterator](){return this}},uo=class extends LS.AbstractVector{constructor(e,r=[],n=kz(r)){super();this._nullCount=-1,this._type=e,this._chunks=r,this._chunkOffsets=n,this._length=n[n.length-1],this._numChildren=(this._type.children||[]).length}static flatten(...e){return Bz.selectChunkArgs(LS.Vector,e)}static concat(...e){let r=uo.flatten(...e);return new uo(r[0].type,r)}get type(){return this._type}get length(){return this._length}get chunks(){return this._chunks}get typeId(){return this._type.typeId}get VectorName(){return`Chunked<${this._type}>`}get data(){return this._chunks[0]?this._chunks[0].data:null}get ArrayType(){return this._type.ArrayType}get numChildren(){return this._numChildren}get stride(){return this._chunks[0]?this._chunks[0].stride:1}get byteLength(){return this._chunks.reduce((e,r)=>e+r.byteLength,0)}get nullCount(){let e=this._nullCount;return e<0&&(this._nullCount=e=this._chunks.reduce((r,{nullCount:n})=>r+n,0)),e}get indices(){if(US.DataType.isDictionary(this._type)){if(!this._indices){let e=this._chunks;this._indices=e.length===1?e[0].indices:uo.concat(...e.map(r=>r.indices))}return this._indices}return null}get dictionary(){return US.DataType.isDictionary(this._type)?this._chunks[this._chunks.length-1].data.dictionary:null}[Symbol.iterator](){return new VS(this._chunks)}clone(e=this._chunks){return new uo(this._type,e)}concat(...e){return this.clone(uo.flatten(this,...e))}slice(e,r){return Tz.clampRange(this,e,r,this._sliceInternal)}getChildAt(e){if(e<0||e>=this._numChildren)return null;let r=this._children||(this._children=[]),n,i,o;return(n=r[e])?n:(i=(this._type.children||[])[e])&&(o=this._chunks.map(f=>f.getChildAt(e)).filter(f=>f!=null),o.length>0)?r[e]=new uo(i.type,o):null}search(e,r){let n=e,i=this._chunkOffsets,o=i.length-1;if(n<0||n>=i[o])return null;if(o<=1)return r?r(this,0,n):[0,n];let f=0,s=0,u=0;do{if(f+1===o)return r?r(this,f,n-s):[f,n-s];u=f+(o-f)/2|0,n>=i[u]?f=u:o=u}while(n<i[o]&&n>=(s=i[f]));return null}isValid(e){return!!this.search(e,this.isValidInternal)}get(e){return this.search(e,this.getInternal)}set(e,r){this.search(e,({chunks:n},i,o)=>n[i].set(o,r))}indexOf(e,r){return r&&typeof r=="number"?this.search(r,(n,i,o)=>this.indexOfInternal(n,i,o,e)):this.indexOfInternal(this,0,Math.max(0,r||0),e)}toArray(){let{chunks:e}=this,r=e.length,n=this._type.ArrayType;if(r<=0)return new n(0);if(r<=1)return e[0].toArray();let i=0,o=new Array(r);for(let u=-1;++u<r;)i+=(o[u]=e[u].toArray()).length;n!==o[0].constructor&&(n=o[0].constructor);let f=new n(i),s=n===Array?xz:Iz;for(let u=-1,l=0;++u<r;)l=s(o[u],f,l);return f}getInternal({_chunks:e},r,n){return e[r].get(n)}isValidInternal({_chunks:e},r,n){return e[r].isValid(n)}indexOfInternal({_chunks:e},r,n,i){let o=r-1,f=e.length,s=n,u=0,l=-1;for(;++o<f;){if(~(l=e[o].indexOf(i,s)))return u+l;s=0,u+=e[o].length}return-1}_sliceInternal(e,r,n){let i=[],{chunks:o,_chunkOffsets:f}=e;for(let s=-1,u=o.length;++s<u;){let l=o[s],c=l.length,w=f[s];if(w>=n)break;if(r>=w+c)continue;if(w>=r&&w+c<=n){i.push(l);continue}let p=Math.max(0,r-w),g=Math.min(n-w,c);i.push(l.slice(p,g))}return e.clone(i)}};Pm.Chunked=uo;function kz(t){let e=new Uint32Array((t||[]).length+1),r=e[0]=0,n=e.length;for(let i=0;++i<n;)e[i]=r+=t[i-1].length;return e}var Iz=(t,e,r)=>(e.set(t,r),r+t.length),xz=(t,e,r)=>{let n=r;for(let i=-1,o=t.length;++i<o;)e[n++]=t[i];return n}});var Da=B(Dm=>{"use strict";Object.defineProperty(Dm,"__esModule",{value:!0});Dm.Column=void 0;var CS=ir(),WS=Mt(),Zj=pf(),ms=class extends Zj.Chunked{constructor(e,r=[],n){r=Zj.Chunked.flatten(...r);super(e.type,r,n);if(this._field=e,r.length===1&&!(this instanceof Jj))return new Jj(e,r[0],this._chunkOffsets)}static new(...e){let[r,n,...i]=e;typeof r!="string"&&!(r instanceof CS.Field)&&(n=r,r="");let o=Zj.Chunked.flatten(Array.isArray(n)?[...n,...i]:n instanceof WS.Vector?[n,...i]:[WS.Vector.new(n,...i)]);if(typeof r=="string"){let f=o[0].data.type;r=new CS.Field(r,f,!0)}else!r.nullable&&o.some(({nullCount:f})=>f>0)&&(r=r.clone({nullable:!0}));return new ms(r,o)}get field(){return this._field}get name(){return this._field.name}get nullable(){return this._field.nullable}get metadata(){return this._field.metadata}clone(e=this._chunks){return new ms(this._field,e)}getChildAt(e){if(e<0||e>=this.numChildren)return null;let r=this._children||(this._children=[]),n,i,o;return(n=r[e])?n:(i=(this.type.children||[])[e])&&(o=this._chunks.map(f=>f.getChildAt(e)).filter(f=>f!=null),o.length>0)?r[e]=new ms(i,o):null}};Dm.Column=ms;var Jj=class extends ms{constructor(e,r,n){super(e,[r],n);this._chunk=r}search(e,r){return r?r(this,0,e):[0,e]}isValid(e){return this._chunk.isValid(e)}get(e){return this._chunk.get(e)}set(e,r){this._chunk.set(e,r)}indexOf(e,r){return this._chunk.indexOf(e,r)}}});var KS=B(Na=>{"use strict";Object.defineProperty(Na,"__esModule",{value:!0});Na.instance=Na.TypeAssembler=void 0;var Sz=to(),Ez=Sz.flatbuffers.Long,Az=cr(),ue=Zo(),Qj=class extends Az.Visitor{visit(e,r){return e==null||r==null?void 0:super.visit(e,r)}visitNull(e,r){return ue.Null.startNull(r),ue.Null.endNull(r)}visitInt(e,r){return ue.Int.startInt(r),ue.Int.addBitWidth(r,e.bitWidth),ue.Int.addIsSigned(r,e.isSigned),ue.Int.endInt(r)}visitFloat(e,r){return ue.FloatingPoint.startFloatingPoint(r),ue.FloatingPoint.addPrecision(r,e.precision),ue.FloatingPoint.endFloatingPoint(r)}visitBinary(e,r){return ue.Binary.startBinary(r),ue.Binary.endBinary(r)}visitBool(e,r){return ue.Bool.startBool(r),ue.Bool.endBool(r)}visitUtf8(e,r){return ue.Utf8.startUtf8(r),ue.Utf8.endUtf8(r)}visitDecimal(e,r){return ue.Decimal.startDecimal(r),ue.Decimal.addScale(r,e.scale),ue.Decimal.addPrecision(r,e.precision),ue.Decimal.endDecimal(r)}visitDate(e,r){return ue.Date.startDate(r),ue.Date.addUnit(r,e.unit),ue.Date.endDate(r)}visitTime(e,r){return ue.Time.startTime(r),ue.Time.addUnit(r,e.unit),ue.Time.addBitWidth(r,e.bitWidth),ue.Time.endTime(r)}visitTimestamp(e,r){let n=e.timezone&&r.createString(e.timezone)||void 0;return ue.Timestamp.startTimestamp(r),ue.Timestamp.addUnit(r,e.unit),n!==void 0&&ue.Timestamp.addTimezone(r,n),ue.Timestamp.endTimestamp(r)}visitInterval(e,r){return ue.Interval.startInterval(r),ue.Interval.addUnit(r,e.unit),ue.Interval.endInterval(r)}visitList(e,r){return ue.List.startList(r),ue.List.endList(r)}visitStruct(e,r){return ue.Struct_.startStruct_(r),ue.Struct_.endStruct_(r)}visitUnion(e,r){ue.Union.startTypeIdsVector(r,e.typeIds.length);let n=ue.Union.createTypeIdsVector(r,e.typeIds);return ue.Union.startUnion(r),ue.Union.addMode(r,e.mode),ue.Union.addTypeIds(r,n),ue.Union.endUnion(r)}visitDictionary(e,r){let n=this.visit(e.indices,r);return ue.DictionaryEncoding.startDictionaryEncoding(r),ue.DictionaryEncoding.addId(r,new Ez(e.id,0)),ue.DictionaryEncoding.addIsOrdered(r,e.isOrdered),n!==void 0&&ue.DictionaryEncoding.addIndexType(r,n),ue.DictionaryEncoding.endDictionaryEncoding(r)}visitFixedSizeBinary(e,r){return ue.FixedSizeBinary.startFixedSizeBinary(r),ue.FixedSizeBinary.addByteWidth(r,e.byteWidth),ue.FixedSizeBinary.endFixedSizeBinary(r)}visitFixedSizeList(e,r){return ue.FixedSizeList.startFixedSizeList(r),ue.FixedSizeList.addListSize(r,e.listSize),ue.FixedSizeList.endFixedSizeList(r)}visitMap(e,r){return ue.Map.startMap(r),ue.Map.addKeysSorted(r,e.keysSorted),ue.Map.endMap(r)}};Na.TypeAssembler=Qj;Na.instance=new Qj});var $S=B(vi=>{"use strict";Object.defineProperty(vi,"__esModule",{value:!0});vi.fieldFromJSON=vi.dictionaryBatchFromJSON=vi.recordBatchFromJSON=vi.schemaFromJSON=void 0;var Ra=ir(),qt=nt(),ws=hs(),Ha=bt();function Oz(t,e=new Map){return new Ra.Schema(Pz(t,e),Nm(t.customMetadata),e)}vi.schemaFromJSON=Oz;function YS(t){return new ws.RecordBatch(t.count,ZS(t.columns),JS(t.columns))}vi.recordBatchFromJSON=YS;function Fz(t){return new ws.DictionaryBatch(YS(t.data),t.id,t.isDelta)}vi.dictionaryBatchFromJSON=Fz;function Pz(t,e){return(t.fields||[]).filter(Boolean).map(r=>Ra.Field.fromJSON(r,e))}function GS(t,e){return(t.children||[]).filter(Boolean).map(r=>Ra.Field.fromJSON(r,e))}function ZS(t){return(t||[]).reduce((e,r)=>[...e,new ws.FieldNode(r.count,Dz(r.VALIDITY)),...ZS(r.children)],[])}function JS(t,e=[]){for(let r=-1,n=(t||[]).length;++r<n;){let i=t[r];i.VALIDITY&&e.push(new ws.BufferRegion(e.length,i.VALIDITY.length)),i.TYPE&&e.push(new ws.BufferRegion(e.length,i.TYPE.length)),i.OFFSET&&e.push(new ws.BufferRegion(e.length,i.OFFSET.length)),i.DATA&&e.push(new ws.BufferRegion(e.length,i.DATA.length)),e=JS(i.children,e)}return e}function Dz(t){return(t||[]).reduce((e,r)=>e+ +(r===0),0)}function Nz(t,e){let r,n,i,o,f,s;return!e||!(o=t.dictionary)?(f=XS(t,GS(t,e)),i=new Ra.Field(t.name,f,t.nullable,Nm(t.customMetadata))):e.has(r=o.id)?(n=(n=o.indexType)?QS(n):new qt.Int32,s=new qt.Dictionary(e.get(r),n,r,o.isOrdered),i=new Ra.Field(t.name,s,t.nullable,Nm(t.customMetadata))):(n=(n=o.indexType)?QS(n):new qt.Int32,e.set(r,f=XS(t,GS(t,e))),s=new qt.Dictionary(f,n,r,o.isOrdered),i=new Ra.Field(t.name,s,t.nullable,Nm(t.customMetadata))),i||null}vi.fieldFromJSON=Nz;function Nm(t){return new Map(Object.entries(t||{}))}function QS(t){return new qt.Int(t.isSigned,t.bitWidth)}function XS(t,e){let r=t.type.name;switch(r){case"NONE":return new qt.Null;case"null":return new qt.Null;case"binary":return new qt.Binary;case"utf8":return new qt.Utf8;case"bool":return new qt.Bool;case"list":return new qt.List((e||[])[0]);case"struct":return new qt.Struct(e||[]);case"struct_":return new qt.Struct(e||[])}switch(r){case"int":{let n=t.type;return new qt.Int(n.isSigned,n.bitWidth)}case"floatingpoint":{let n=t.type;return new qt.Float(Ha.Precision[n.precision])}case"decimal":{let n=t.type;return new qt.Decimal(n.scale,n.precision)}case"date":{let n=t.type;return new qt.Date_(Ha.DateUnit[n.unit])}case"time":{let n=t.type;return new qt.Time(Ha.TimeUnit[n.unit],n.bitWidth)}case"timestamp":{let n=t.type;return new qt.Timestamp(Ha.TimeUnit[n.unit],n.timezone)}case"interval":{let n=t.type;return new qt.Interval(Ha.IntervalUnit[n.unit])}case"union":{let n=t.type;return new qt.Union(Ha.UnionMode[n.mode],n.typeIds||[],e||[])}case"fixedsizebinary":{let n=t.type;return new qt.FixedSizeBinary(n.byteWidth)}case"fixedsizelist":{let n=t.type;return new qt.FixedSizeList(n.listSize,(e||[])[0])}case"map":{let n=t.type;return new qt.Map_((e||[])[0],n.keysSorted)}}throw new Error(`Unrecognized type: "${r}"`)}});var hs=B(Bn=>{"use strict";Object.defineProperty(Bn,"__esModule",{value:!0});Bn.FieldNode=Bn.BufferRegion=Bn.DictionaryBatch=Bn.RecordBatch=Bn.Message=void 0;var Xj=to(),se=Zo(),Tt=zd(),or=ir(),Rz=Xt(),Ot=bt(),$j=KS(),Rm=$S(),bs=Xj.flatbuffers.Long,Hz=Xj.flatbuffers.Builder,Mz=Xj.flatbuffers.ByteBuffer,vt=nt(),df=class{constructor(e,r,n,i){this._version=r,this._headerType=n,this.body=new Uint8Array(0),i&&(this._createHeader=()=>i),this._bodyLength=typeof e=="number"?e:e.low}static fromJSON(e,r){let n=new df(0,Ot.MetadataVersion.V4,r);return n._createHeader=zz(e,r),n}static decode(e){e=new Mz(Rz.toUint8Array(e));let r=Tt.Message.getRootAsMessage(e),n=r.bodyLength(),i=r.version(),o=r.headerType(),f=new df(n,i,o);return f._createHeader=Uz(r,o),f}static encode(e){let r=new Hz,n=-1;return e.isSchema()?n=or.Schema.encode(r,e.header()):e.isRecordBatch()?n=Tn.encode(r,e.header()):e.isDictionaryBatch()&&(n=Ti.encode(r,e.header())),Tt.Message.startMessage(r),Tt.Message.addVersion(r,Ot.MetadataVersion.V4),Tt.Message.addHeader(r,n),Tt.Message.addHeaderType(r,e.headerType),Tt.Message.addBodyLength(r,new bs(e.bodyLength,0)),Tt.Message.finishMessageBuffer(r,Tt.Message.endMessage(r)),r.asUint8Array()}static from(e,r=0){if(e instanceof or.Schema)return new df(0,Ot.MetadataVersion.V4,Ot.MessageHeader.Schema,e);if(e instanceof Tn)return new df(r,Ot.MetadataVersion.V4,Ot.MessageHeader.RecordBatch,e);if(e instanceof Ti)return new df(r,Ot.MetadataVersion.V4,Ot.MessageHeader.DictionaryBatch,e);throw new Error(`Unrecognized Message header: ${e}`)}get type(){return this.headerType}get version(){return this._version}get headerType(){return this._headerType}get bodyLength(){return this._bodyLength}header(){return this._createHeader()}isSchema(){return this.headerType===Ot.MessageHeader.Schema}isRecordBatch(){return this.headerType===Ot.MessageHeader.RecordBatch}isDictionaryBatch(){return this.headerType===Ot.MessageHeader.DictionaryBatch}};Bn.Message=df;var Tn=class{constructor(e,r,n){this._nodes=r,this._buffers=n,this._length=typeof e=="number"?e:e.low}get nodes(){return this._nodes}get length(){return this._length}get buffers(){return this._buffers}};Bn.RecordBatch=Tn;var Ti=class{constructor(e,r,n=!1){this._data=e,this._isDelta=n,this._id=typeof r=="number"?r:r.low}get id(){return this._id}get data(){return this._data}get isDelta(){return this._isDelta}get length(){return this.data.length}get nodes(){return this.data.nodes}get buffers(){return this.data.buffers}};Bn.DictionaryBatch=Ti;var gs=class{constructor(e,r){this.offset=typeof e=="number"?e:e.low,this.length=typeof r=="number"?r:r.low}};Bn.BufferRegion=gs;var ys=class{constructor(e,r){this.length=typeof e=="number"?e:e.low,this.nullCount=typeof r=="number"?r:r.low}};Bn.FieldNode=ys;function zz(t,e){return()=>{switch(e){case Ot.MessageHeader.Schema:return or.Schema.fromJSON(t);case Ot.MessageHeader.RecordBatch:return Tn.fromJSON(t);case Ot.MessageHeader.DictionaryBatch:return Ti.fromJSON(t)}throw new Error(`Unrecognized Message type: { name: ${Ot.MessageHeader[e]}, type: ${e} }`)}}function Uz(t,e){return()=>{switch(e){case Ot.MessageHeader.Schema:return or.Schema.decode(t.header(new se.Schema));case Ot.MessageHeader.RecordBatch:return Tn.decode(t.header(new Tt.RecordBatch),t.version());case Ot.MessageHeader.DictionaryBatch:return Ti.decode(t.header(new Tt.DictionaryBatch),t.version())}throw new Error(`Unrecognized Message type: { name: ${Ot.MessageHeader[e]}, type: ${e} }`)}}or.Field.encode=Xz;or.Field.decode=Jz;or.Field.fromJSON=Rm.fieldFromJSON;or.Schema.encode=Qz;or.Schema.decode=Lz;or.Schema.fromJSON=Rm.schemaFromJSON;Tn.encode=$z;Tn.decode=Vz;Tn.fromJSON=Rm.recordBatchFromJSON;Ti.encode=eU;Ti.decode=Cz;Ti.fromJSON=Rm.dictionaryBatchFromJSON;ys.encode=tU;ys.decode=Kz;gs.encode=rU;gs.decode=Wz;function Lz(t,e=new Map){let r=Zz(t,e);return new or.Schema(r,Hm(t),e)}function Vz(t,e=Ot.MetadataVersion.V4){return new Tn(t.length(),Yz(t),Gz(t,e))}function Cz(t,e=Ot.MetadataVersion.V4){return new Ti(Tn.decode(t.data(),e),t.id(),t.isDelta())}function Wz(t){return new gs(t.offset(),t.length())}function Kz(t){return new ys(t.length(),t.nullCount())}function Yz(t){let e=[];for(let r,n=-1,i=-1,o=t.nodesLength();++n<o;)(r=t.nodes(n))&&(e[++i]=ys.decode(r));return e}function Gz(t,e){let r=[];for(let n,i=-1,o=-1,f=t.buffersLength();++i<f;)(n=t.buffers(i))&&(e<Ot.MetadataVersion.V4&&(n.bb_pos+=8*(i+1)),r[++o]=gs.decode(n));return r}function Zz(t,e){let r=[];for(let n,i=-1,o=-1,f=t.fieldsLength();++i<f;)(n=t.fields(i))&&(r[++o]=or.Field.decode(n,e));return r}function eE(t,e){let r=[];for(let n,i=-1,o=-1,f=t.childrenLength();++i<f;)(n=t.children(i))&&(r[++o]=or.Field.decode(n,e));return r}function Jz(t,e){let r,n,i,o,f,s;return!e||!(s=t.dictionary())?(i=rE(t,eE(t,e)),n=new or.Field(t.name(),i,t.nullable(),Hm(t))):e.has(r=s.id().low)?(o=(o=s.indexType())?tE(o):new vt.Int32,f=new vt.Dictionary(e.get(r),o,r,s.isOrdered()),n=new or.Field(t.name(),f,t.nullable(),Hm(t))):(o=(o=s.indexType())?tE(o):new vt.Int32,e.set(r,i=rE(t,eE(t,e))),f=new vt.Dictionary(i,o,r,s.isOrdered()),n=new or.Field(t.name(),f,t.nullable(),Hm(t))),n||null}function Hm(t){let e=new Map;if(t)for(let r,n,i=-1,o=t.customMetadataLength()|0;++i<o;)(r=t.customMetadata(i))&&(n=r.key())!=null&&e.set(n,r.value());return e}function tE(t){return new vt.Int(t.isSigned(),t.bitWidth())}function rE(t,e){let r=t.typeType();switch(r){case se.Type.NONE:return new vt.Null;case se.Type.Null:return new vt.Null;case se.Type.Binary:return new vt.Binary;case se.Type.Utf8:return new vt.Utf8;case se.Type.Bool:return new vt.Bool;case se.Type.List:return new vt.List((e||[])[0]);case se.Type.Struct_:return new vt.Struct(e||[])}switch(r){case se.Type.Int:{let n=t.type(new se.Int);return new vt.Int(n.isSigned(),n.bitWidth())}case se.Type.FloatingPoint:{let n=t.type(new se.FloatingPoint);return new vt.Float(n.precision())}case se.Type.Decimal:{let n=t.type(new se.Decimal);return new vt.Decimal(n.scale(),n.precision())}case se.Type.Date:{let n=t.type(new se.Date);return new vt.Date_(n.unit())}case se.Type.Time:{let n=t.type(new se.Time);return new vt.Time(n.unit(),n.bitWidth())}case se.Type.Timestamp:{let n=t.type(new se.Timestamp);return new vt.Timestamp(n.unit(),n.timezone())}case se.Type.Interval:{let n=t.type(new se.Interval);return new vt.Interval(n.unit())}case se.Type.Union:{let n=t.type(new se.Union);return new vt.Union(n.mode(),n.typeIdsArray()||[],e||[])}case se.Type.FixedSizeBinary:{let n=t.type(new se.FixedSizeBinary);return new vt.FixedSizeBinary(n.byteWidth())}case se.Type.FixedSizeList:{let n=t.type(new se.FixedSizeList);return new vt.FixedSizeList(n.listSize(),(e||[])[0])}case se.Type.Map:{let n=t.type(new se.Map);return new vt.Map_((e||[])[0],n.keysSorted())}}throw new Error(`Unrecognized type: "${se.Type[r]}" (${r})`)}function Qz(t,e){let r=e.fields.map(o=>or.Field.encode(t,o));se.Schema.startFieldsVector(t,r.length);let n=se.Schema.createFieldsVector(t,r),i=e.metadata&&e.metadata.size>0?se.Schema.createCustomMetadataVector(t,[...e.metadata].map(([o,f])=>{let s=t.createString(`${o}`),u=t.createString(`${f}`);return se.KeyValue.startKeyValue(t),se.KeyValue.addKey(t,s),se.KeyValue.addValue(t,u),se.KeyValue.endKeyValue(t)})):-1;return se.Schema.startSchema(t),se.Schema.addFields(t,n),se.Schema.addEndianness(t,nU?se.Endianness.Little:se.Endianness.Big),i!==-1&&se.Schema.addCustomMetadata(t,i),se.Schema.endSchema(t)}function Xz(t,e){let r=-1,n=-1,i=-1,o=e.type,f=e.typeId;vt.DataType.isDictionary(o)?(f=o.dictionary.typeId,i=$j.instance.visit(o,t),n=$j.instance.visit(o.dictionary,t)):n=$j.instance.visit(o,t);let s=(o.children||[]).map(c=>or.Field.encode(t,c)),u=se.Field.createChildrenVector(t,s),l=e.metadata&&e.metadata.size>0?se.Field.createCustomMetadataVector(t,[...e.metadata].map(([c,w])=>{let p=t.createString(`${c}`),g=t.createString(`${w}`);return se.KeyValue.startKeyValue(t),se.KeyValue.addKey(t,p),se.KeyValue.addValue(t,g),se.KeyValue.endKeyValue(t)})):-1;return e.name&&(r=t.createString(e.name)),se.Field.startField(t),se.Field.addType(t,n),se.Field.addTypeType(t,f),se.Field.addChildren(t,u),se.Field.addNullable(t,!!e.nullable),r!==-1&&se.Field.addName(t,r),i!==-1&&se.Field.addDictionary(t,i),l!==-1&&se.Field.addCustomMetadata(t,l),se.Field.endField(t)}function $z(t,e){let r=e.nodes||[],n=e.buffers||[];Tt.RecordBatch.startNodesVector(t,r.length),r.slice().reverse().forEach(f=>ys.encode(t,f));let i=t.endVector();Tt.RecordBatch.startBuffersVector(t,n.length),n.slice().reverse().forEach(f=>gs.encode(t,f));let o=t.endVector();return Tt.RecordBatch.startRecordBatch(t),Tt.RecordBatch.addLength(t,new bs(e.length,0)),Tt.RecordBatch.addNodes(t,i),Tt.RecordBatch.addBuffers(t,o),Tt.RecordBatch.endRecordBatch(t)}function eU(t,e){let r=Tn.encode(t,e.data);return Tt.DictionaryBatch.startDictionaryBatch(t),Tt.DictionaryBatch.addId(t,new bs(e.id,0)),Tt.DictionaryBatch.addIsDelta(t,e.isDelta),Tt.DictionaryBatch.addData(t,r),Tt.DictionaryBatch.endDictionaryBatch(t)}function tU(t,e){return Tt.FieldNode.createFieldNode(t,new bs(e.length,0),new bs(e.nullCount,0))}function rU(t,e){return se.Buffer.createBuffer(t,new bs(e.offset,0),new bs(e.length,0))}var nU=function(){let t=new ArrayBuffer(2);return new DataView(t).setInt16(0,256,!0),new Int16Array(t)[0]===256}()});var zm=B(Ge=>{"use strict";Object.defineProperty(Ge,"__esModule",{value:!0});Ge.magicX2AndPadding=Ge.magicAndPadding=Ge.magicLength=Ge.checkForMagicArrowString=Ge.MAGIC=Ge.MAGIC_STR=Ge.PADDING=Ge.JSONMessageReader=Ge.AsyncMessageReader=Ge.MessageReader=void 0;var mf=bt(),iU=to(),nE=iU.flatbuffers.ByteBuffer,oc=hs(),oU=gr(),fU=Lj(),iE=Xt(),Mm=af(),Yn=la(),e0=t=>`Expected ${mf.MessageHeader[t]} Message in stream, but was null or length 0.`,t0=t=>`Header pointer of flatbuffer-encoded ${mf.MessageHeader[t]} Message is null or length 0.`,oE=(t,e)=>`Expected to read ${t} metadata bytes, but only read ${e}.`,fE=(t,e)=>`Expected to read ${t} bytes for message body, but only read ${e}.`,r0=class{constructor(e){this.source=e instanceof Mm.ByteStream?e:new Mm.ByteStream(e)}[Symbol.iterator](){return this}next(){let e;return(e=this.readMetadataLength()).done||e.value===-1&&(e=this.readMetadataLength()).done||(e=this.readMetadata(e.value)).done?Yn.ITERATOR_DONE:e}throw(e){return this.source.throw(e)}return(e){return this.source.return(e)}readMessage(e){let r;if((r=this.next()).done)return null;if(e!=null&&r.value.headerType!==e)throw new Error(e0(e));return r.value}readMessageBody(e){if(e<=0)return new Uint8Array(0);let r=iE.toUint8Array(this.source.read(e));if(r.byteLength<e)throw new Error(fE(e,r.byteLength));return r.byteOffset%8==0&&r.byteOffset+r.byteLength<=r.buffer.byteLength?r:r.slice()}readSchema(e=!1){let r=mf.MessageHeader.Schema,n=this.readMessage(r),i=n&&n.header();if(e&&!i)throw new Error(t0(r));return i}readMetadataLength(){let e=this.source.read(Ge.PADDING),r=e&&new nE(e),n=r&&r.readInt32(0)||0;return{done:n===0,value:n}}readMetadata(e){let r=this.source.read(e);if(!r)return Yn.ITERATOR_DONE;if(r.byteLength<e)throw new Error(oE(e,r.byteLength));return{done:!1,value:oc.Message.decode(r)}}};Ge.MessageReader=r0;var sE=class{constructor(e,r){this.source=e instanceof Mm.AsyncByteStream?e:oU.isFileHandle(e)?new fU.AsyncRandomAccessFile(e,r):new Mm.AsyncByteStream(e)}[Symbol.asyncIterator](){return this}async next(){let e;return(e=await this.readMetadataLength()).done||e.value===-1&&(e=await this.readMetadataLength()).done||(e=await this.readMetadata(e.value)).done?Yn.ITERATOR_DONE:e}async throw(e){return await this.source.throw(e)}async return(e){return await this.source.return(e)}async readMessage(e){let r;if((r=await this.next()).done)return null;if(e!=null&&r.value.headerType!==e)throw new Error(e0(e));return r.value}async readMessageBody(e){if(e<=0)return new Uint8Array(0);let r=iE.toUint8Array(await this.source.read(e));if(r.byteLength<e)throw new Error(fE(e,r.byteLength));return r.byteOffset%8==0&&r.byteOffset+r.byteLength<=r.buffer.byteLength?r:r.slice()}async readSchema(e=!1){let r=mf.MessageHeader.Schema,n=await this.readMessage(r),i=n&&n.header();if(e&&!i)throw new Error(t0(r));return i}async readMetadataLength(){let e=await this.source.read(Ge.PADDING),r=e&&new nE(e),n=r&&r.readInt32(0)||0;return{done:n===0,value:n}}async readMetadata(e){let r=await this.source.read(e);if(!r)return Yn.ITERATOR_DONE;if(r.byteLength<e)throw new Error(oE(e,r.byteLength));return{done:!1,value:oc.Message.decode(r)}}};Ge.AsyncMessageReader=sE;var aE=class extends r0{constructor(e){super(new Uint8Array(0));this._schema=!1,this._body=[],this._batchIndex=0,this._dictionaryIndex=0,this._json=e instanceof Yn.ArrowJSON?e:new Yn.ArrowJSON(e)}next(){let{_json:e}=this;if(!this._schema){this._schema=!0;let r=oc.Message.fromJSON(e.schema,mf.MessageHeader.Schema);return{done:!1,value:r}}if(this._dictionaryIndex<e.dictionaries.length){let r=e.dictionaries[this._dictionaryIndex++];this._body=r.data.columns;let n=oc.Message.fromJSON(r,mf.MessageHeader.DictionaryBatch);return{done:!1,value:n}}if(this._batchIndex<e.batches.length){let r=e.batches[this._batchIndex++];this._body=r.columns;let n=oc.Message.fromJSON(r,mf.MessageHeader.RecordBatch);return{done:!1,value:n}}return this._body=[],Yn.ITERATOR_DONE}readMessageBody(e){return r(this._body);function r(n){return(n||[]).reduce((i,o)=>[...i,...o.VALIDITY&&[o.VALIDITY]||[],...o.TYPE&&[o.TYPE]||[],...o.OFFSET&&[o.OFFSET]||[],...o.DATA&&[o.DATA]||[],...r(o.children)],[])}}readMessage(e){let r;if((r=this.next()).done)return null;if(e!=null&&r.value.headerType!==e)throw new Error(e0(e));return r.value}readSchema(){let e=mf.MessageHeader.Schema,r=this.readMessage(e),n=r&&r.header();if(!r||!n)throw new Error(t0(e));return n}};Ge.JSONMessageReader=aE;Ge.PADDING=4;Ge.MAGIC_STR="ARROW1";Ge.MAGIC=new Uint8Array(Ge.MAGIC_STR.length);for(let t=0;t<Ge.MAGIC_STR.length;t+=1|0)Ge.MAGIC[t]=Ge.MAGIC_STR.charCodeAt(t);function sU(t,e=0){for(let r=-1,n=Ge.MAGIC.length;++r<n;)if(Ge.MAGIC[r]!==t[e+r])return!1;return!0}Ge.checkForMagicArrowString=sU;Ge.magicLength=Ge.MAGIC.length;Ge.magicAndPadding=Ge.magicLength+Ge.PADDING;Ge.magicX2AndPadding=Ge.magicLength*2+Ge.PADDING});var f0=B(Ft=>{"use strict";Object.defineProperty(Ft,"__esModule",{value:!0});Ft.compareTypes=Ft.compareFields=Ft.compareSchemas=Ft.instance=Ft.TypeComparator=void 0;var aU=cr(),je=class extends aU.Visitor{compareSchemas(e,r){return e===r||r instanceof e.constructor&&this.compareManyFields(e.fields,r.fields)}compareManyFields(e,r){return e===r||Array.isArray(e)&&Array.isArray(r)&&e.length===r.length&&e.every((n,i)=>this.compareFields(n,r[i]))}compareFields(e,r){return e===r||r instanceof e.constructor&&e.name===r.name&&e.nullable===r.nullable&&this.visit(e.type,r.type)}};Ft.TypeComparator=je;function Wr(t,e){return e instanceof t.constructor}function fc(t,e){return t===e||Wr(t,e)}function co(t,e){return t===e||Wr(t,e)&&t.bitWidth===e.bitWidth&&t.isSigned===e.isSigned}function Um(t,e){return t===e||Wr(t,e)&&t.precision===e.precision}function lU(t,e){return t===e||Wr(t,e)&&t.byteWidth===e.byteWidth}function n0(t,e){return t===e||Wr(t,e)&&t.unit===e.unit}function sc(t,e){return t===e||Wr(t,e)&&t.unit===e.unit&&t.timezone===e.timezone}function ac(t,e){return t===e||Wr(t,e)&&t.unit===e.unit&&t.bitWidth===e.bitWidth}function uU(t,e){return t===e||Wr(t,e)&&t.children.length===e.children.length&&Ft.instance.compareManyFields(t.children,e.children)}function cU(t,e){return t===e||Wr(t,e)&&t.children.length===e.children.length&&Ft.instance.compareManyFields(t.children,e.children)}function i0(t,e){return t===e||Wr(t,e)&&t.mode===e.mode&&t.typeIds.every((r,n)=>r===e.typeIds[n])&&Ft.instance.compareManyFields(t.children,e.children)}function pU(t,e){return t===e||Wr(t,e)&&t.id===e.id&&t.isOrdered===e.isOrdered&&Ft.instance.visit(t.indices,e.indices)&&Ft.instance.visit(t.dictionary,e.dictionary)}function o0(t,e){return t===e||Wr(t,e)&&t.unit===e.unit}function dU(t,e){return t===e||Wr(t,e)&&t.listSize===e.listSize&&t.children.length===e.children.length&&Ft.instance.compareManyFields(t.children,e.children)}function mU(t,e){return t===e||Wr(t,e)&&t.keysSorted===e.keysSorted&&t.children.length===e.children.length&&Ft.instance.compareManyFields(t.children,e.children)}je.prototype.visitNull=fc;je.prototype.visitBool=fc;je.prototype.visitInt=co;je.prototype.visitInt8=co;je.prototype.visitInt16=co;je.prototype.visitInt32=co;je.prototype.visitInt64=co;je.prototype.visitUint8=co;je.prototype.visitUint16=co;je.prototype.visitUint32=co;je.prototype.visitUint64=co;je.prototype.visitFloat=Um;je.prototype.visitFloat16=Um;je.prototype.visitFloat32=Um;je.prototype.visitFloat64=Um;je.prototype.visitUtf8=fc;je.prototype.visitBinary=fc;je.prototype.visitFixedSizeBinary=lU;je.prototype.visitDate=n0;je.prototype.visitDateDay=n0;je.prototype.visitDateMillisecond=n0;je.prototype.visitTimestamp=sc;je.prototype.visitTimestampSecond=sc;je.prototype.visitTimestampMillisecond=sc;je.prototype.visitTimestampMicrosecond=sc;je.prototype.visitTimestampNanosecond=sc;je.prototype.visitTime=ac;je.prototype.visitTimeSecond=ac;je.prototype.visitTimeMillisecond=ac;je.prototype.visitTimeMicrosecond=ac;je.prototype.visitTimeNanosecond=ac;je.prototype.visitDecimal=fc;je.prototype.visitList=uU;je.prototype.visitStruct=cU;je.prototype.visitUnion=i0;je.prototype.visitDenseUnion=i0;je.prototype.visitSparseUnion=i0;je.prototype.visitDictionary=pU;je.prototype.visitInterval=o0;je.prototype.visitIntervalDayTime=o0;je.prototype.visitIntervalYearMonth=o0;je.prototype.visitFixedSizeList=dU;je.prototype.visitMap=mU;Ft.instance=new je;function wU(t,e){return Ft.instance.compareSchemas(t,e)}Ft.compareSchemas=wU;function hU(t,e){return Ft.instance.compareFields(t,e)}Ft.compareFields=hU;function bU(t,e){return Ft.instance.visit(t,e)}Ft.compareTypes=bU});var dE=B(Lm=>{"use strict";Object.defineProperty(Lm,"__esModule",{value:!0});Lm.VectorAssembler=void 0;var gU=cr(),lE=bt(),yU=po(),s0=Xt(),a0=hi(),jU=Pa(),uE=hs(),cE=nt(),Yt=class extends gU.Visitor{constructor(){super();this._byteLength=0,this._nodes=[],this._buffers=[],this._bufferRegions=[]}static assemble(...e){let r=new Yt,n=jU.selectVectorChildrenArgs(yU.RecordBatch,e),[i=r]=r.visitMany(n);return i}visit(e){if(!cE.DataType.isDictionary(e.type)){let{data:r,length:n,nullCount:i}=e;if(n>2147483647)throw new RangeError("Cannot write arrays larger than 2^31 - 1 in length");cE.DataType.isNull(e.type)||Gn.call(this,i<=0?new Uint8Array(0):a0.truncateBitmap(r.offset,n,r.nullBitmap)),this.nodes.push(new uE.FieldNode(n,i))}return super.visit(e)}visitNull(e){return this}visitDictionary(e){return this.visit(e.indices)}get nodes(){return this._nodes}get buffers(){return this._buffers}get byteLength(){return this._byteLength}get bufferRegions(){return this._bufferRegions}};Lm.VectorAssembler=Yt;function Gn(t){let e=t.byteLength+7&~7;return this.buffers.push(t),this.bufferRegions.push(new uE.BufferRegion(this._byteLength,e)),this._byteLength+=e,this}function _U(t){let{type:e,length:r,typeIds:n,valueOffsets:i}=t;if(Gn.call(this,n),e.mode===lE.UnionMode.Sparse)return u0.call(this,t);if(e.mode===lE.UnionMode.Dense){if(t.offset<=0)return Gn.call(this,i),u0.call(this,t);{let o=n.reduce((c,w)=>Math.max(c,w),n[0]),f=new Int32Array(o+1),s=new Int32Array(o+1).fill(-1),u=new Int32Array(r),l=s0.rebaseValueOffsets(-i[0],r,i);for(let c,w,p=-1;++p<r;)(w=s[c=n[p]])===-1&&(w=s[c]=l[c]),u[p]=l[p]-w,++f[c];Gn.call(this,u);for(let c,w=-1,p=e.children.length;++w<p;)if(c=t.getChildAt(w)){let g=e.typeIds[w],T=Math.min(r,f[g]);this.visit(c.slice(s[g],T))}}}return this}function qU(t){let e;return t.nullCount>=t.length?Gn.call(this,new Uint8Array(0)):(e=t.values)instanceof Uint8Array?Gn.call(this,a0.truncateBitmap(t.offset,t.length,e)):Gn.call(this,a0.packBools(t))}function wf(t){return Gn.call(this,t.values.subarray(0,t.length*t.stride))}function pE(t){let{length:e,values:r,valueOffsets:n}=t,i=n[0],o=n[e],f=Math.min(o-i,r.byteLength-i);return Gn.call(this,s0.rebaseValueOffsets(-n[0],e,n)),Gn.call(this,r.subarray(i,i+f)),this}function l0(t){let{length:e,valueOffsets:r}=t;return r&&Gn.call(this,s0.rebaseValueOffsets(r[0],e,r)),this.visit(t.getChildAt(0))}function u0(t){return this.visitMany(t.type.children.map((e,r)=>t.getChildAt(r)).filter(Boolean))[0]}Yt.prototype.visitBool=qU;Yt.prototype.visitInt=wf;Yt.prototype.visitFloat=wf;Yt.prototype.visitUtf8=pE;Yt.prototype.visitBinary=pE;Yt.prototype.visitFixedSizeBinary=wf;Yt.prototype.visitDate=wf;Yt.prototype.visitTimestamp=wf;Yt.prototype.visitTime=wf;Yt.prototype.visitDecimal=wf;Yt.prototype.visitList=l0;Yt.prototype.visitStruct=u0;Yt.prototype.visitUnion=_U;Yt.prototype.visitInterval=wf;Yt.prototype.visitFixedSizeList=l0;Yt.prototype.visitMap=l0});var wE=B(Vm=>{"use strict";Object.defineProperty(Vm,"__esModule",{value:!0});Vm.JSONTypeAssembler=void 0;var vU=cr(),dr=Zo(),Ma=bt(),mE=class extends vU.Visitor{visit(e){return e==null?void 0:super.visit(e)}visitNull({typeId:e}){return{name:dr.Type[e].toLowerCase()}}visitInt({typeId:e,bitWidth:r,isSigned:n}){return{name:dr.Type[e].toLowerCase(),bitWidth:r,isSigned:n}}visitFloat({typeId:e,precision:r}){return{name:dr.Type[e].toLowerCase(),precision:Ma.Precision[r]}}visitBinary({typeId:e}){return{name:dr.Type[e].toLowerCase()}}visitBool({typeId:e}){return{name:dr.Type[e].toLowerCase()}}visitUtf8({typeId:e}){return{name:dr.Type[e].toLowerCase()}}visitDecimal({typeId:e,scale:r,precision:n}){return{name:dr.Type[e].toLowerCase(),scale:r,precision:n}}visitDate({typeId:e,unit:r}){return{name:dr.Type[e].toLowerCase(),unit:Ma.DateUnit[r]}}visitTime({typeId:e,unit:r,bitWidth:n}){return{name:dr.Type[e].toLowerCase(),unit:Ma.TimeUnit[r],bitWidth:n}}visitTimestamp({typeId:e,timezone:r,unit:n}){return{name:dr.Type[e].toLowerCase(),unit:Ma.TimeUnit[n],timezone:r}}visitInterval({typeId:e,unit:r}){return{name:dr.Type[e].toLowerCase(),unit:Ma.IntervalUnit[r]}}visitList({typeId:e}){return{name:dr.Type[e].toLowerCase()}}visitStruct({typeId:e}){return{name:dr.Type[e].toLowerCase()}}visitUnion({typeId:e,mode:r,typeIds:n}){return{name:dr.Type[e].toLowerCase(),mode:Ma.UnionMode[r],typeIds:[...n]}}visitDictionary(e){return this.visit(e.dictionary)}visitFixedSizeBinary({typeId:e,byteWidth:r}){return{name:dr.Type[e].toLowerCase(),byteWidth:r}}visitFixedSizeList({typeId:e,listSize:r}){return{name:dr.Type[e].toLowerCase(),listSize:r}}visitMap({typeId:e,keysSorted:r}){return{name:dr.Type[e].toLowerCase(),keysSorted:r}}};Vm.JSONTypeAssembler=mE});var gE=B(Km=>{"use strict";Object.defineProperty(Km,"__esModule",{value:!0});Km.JSONVectorAssembler=void 0;var TU=Zu(),lc=Da(),BU=Mt(),kU=cr(),IU=bt(),xU=po(),c0=bt(),Cm=hi(),SU=Pa(),hE=nt(),Wm=class extends kU.Visitor{static assemble(...e){return new Wm().visitMany(SU.selectColumnChildrenArgs(xU.RecordBatch,e))}visit(e){let{data:r,name:n,length:i}=e,{offset:o,nullCount:f,nullBitmap:s}=r,u=hE.DataType.isDictionary(e.type)?e.type.indices:e.type,l=Object.assign([],r.buffers,{[IU.BufferType.VALIDITY]:void 0});return{name:n,count:i,VALIDITY:hE.DataType.isNull(u)?void 0:f<=0?Array.from({length:i},()=>1):[...new Cm.BitIterator(s,o,i,null,Cm.getBit)],...super.visit(BU.Vector.new(r.clone(u,o,i,0,l)))}}visitNull(){return{}}visitBool({values:e,offset:r,length:n}){return{DATA:[...new Cm.BitIterator(e,r,n,null,Cm.getBool)]}}visitInt(e){return{DATA:e.type.bitWidth<64?[...e.values]:[...uc(e.values,2)]}}visitFloat(e){return{DATA:[...e.values]}}visitUtf8(e){return{DATA:[...e],OFFSET:[...e.valueOffsets]}}visitBinary(e){return{DATA:[...bE(e)],OFFSET:[...e.valueOffsets]}}visitFixedSizeBinary(e){return{DATA:[...bE(e)]}}visitDate(e){return{DATA:e.type.unit===c0.DateUnit.DAY?[...e.values]:[...uc(e.values,2)]}}visitTimestamp(e){return{DATA:[...uc(e.values,2)]}}visitTime(e){return{DATA:e.type.unit<c0.TimeUnit.MICROSECOND?[...e.values]:[...uc(e.values,2)]}}visitDecimal(e){return{DATA:[...uc(e.values,4)]}}visitList(e){return{OFFSET:[...e.valueOffsets],children:e.type.children.map((r,n)=>this.visit(new lc.Column(r,[e.getChildAt(n)])))}}visitStruct(e){return{children:e.type.children.map((r,n)=>this.visit(new lc.Column(r,[e.getChildAt(n)])))}}visitUnion(e){return{TYPE:[...e.typeIds],OFFSET:e.type.mode===c0.UnionMode.Dense?[...e.valueOffsets]:void 0,children:e.type.children.map((r,n)=>this.visit(new lc.Column(r,[e.getChildAt(n)])))}}visitInterval(e){return{DATA:[...e.values]}}visitFixedSizeList(e){return{children:e.type.children.map((r,n)=>this.visit(new lc.Column(r,[e.getChildAt(n)])))}}visitMap(e){return{OFFSET:[...e.valueOffsets],children:e.type.children.map((r,n)=>this.visit(new lc.Column(r,[e.getChildAt(n)])))}}};Km.JSONVectorAssembler=Wm;function*bE(t){for(let e of t)yield e.reduce((r,n)=>`${r}${("0"+(n&255).toString(16)).slice(-2)}`,"").toUpperCase()}function*uc(t,e){for(let r=-1,n=t.length/e;++r<n;)yield`${TU.BN.new(t.subarray((r+0)*e,(r+1)*e),!1)}`}});var Qm=B(ki=>{"use strict";Object.defineProperty(ki,"__esModule",{value:!0});ki.RecordBatchJSONWriter=ki.RecordBatchFileWriter=ki.RecordBatchStreamWriter=ki.RecordBatchWriter=void 0;var p0=pc(),EU=zm(),AU=Da(),OU=nt(),FU=ir(),Ym=hs(),d0=hs(),za=Mj(),m0=bt(),yE=f0(),w0=af(),jE=dE(),PU=wE(),_E=gE(),DU=Xt(),h0=po(),NU=la(),Bi=gr(),cc=class extends NU.ReadableInterop{constructor(e){super();this._position=0,this._started=!1,this._sink=new w0.AsyncByteQueue,this._schema=null,this._dictionaryBlocks=[],this._recordBatchBlocks=[],this._dictionaryDeltaOffsets=new Map,Bi.isObject(e)||(e={autoDestroy:!0,writeLegacyIpcFormat:!1}),this._autoDestroy=typeof e.autoDestroy=="boolean"?e.autoDestroy:!0,this._writeLegacyIpcFormat=typeof e.writeLegacyIpcFormat=="boolean"?e.writeLegacyIpcFormat:!1}static throughNode(e){throw new Error('"throughNode" not available in this environment')}static throughDOM(e,r){throw new Error('"throughDOM" not available in this environment')}toString(e=!1){return this._sink.toString(e)}toUint8Array(e=!1){return this._sink.toUint8Array(e)}writeAll(e){return Bi.isPromise(e)?e.then(r=>this.writeAll(r)):Bi.isAsyncIterable(e)?g0(this,e):b0(this,e)}get closed(){return this._sink.closed}[Symbol.asyncIterator](){return this._sink[Symbol.asyncIterator]()}toDOMStream(e){return this._sink.toDOMStream(e)}toNodeStream(e){return this._sink.toNodeStream(e)}close(){return this.reset()._sink.close()}abort(e){return this.reset()._sink.abort(e)}finish(){return this._autoDestroy?this.close():this.reset(this._sink,this._schema),this}reset(e=this._sink,r=null){return e===this._sink||e instanceof w0.AsyncByteQueue?this._sink=e:(this._sink=new w0.AsyncByteQueue,e&&Bi.isWritableDOMStream(e)?this.toDOMStream({type:"bytes"}).pipeTo(e):e&&Bi.isWritableNodeStream(e)&&this.toNodeStream({objectMode:!1}).pipe(e)),this._started&&this._schema&&this._writeFooter(this._schema),this._started=!1,this._dictionaryBlocks=[],this._recordBatchBlocks=[],this._dictionaryDeltaOffsets=new Map,(!r||!yE.compareSchemas(r,this._schema))&&(r===null?(this._position=0,this._schema=null):(this._started=!0,this._schema=r,this._writeSchema(r))),this}write(e){let r=null;if(this._sink){if(e==null)return this.finish()&&void 0;if(e instanceof p0.Table&&!(r=e.schema))return this.finish()&&void 0;if(e instanceof h0.RecordBatch&&!(r=e.schema))return this.finish()&&void 0}else throw new Error("RecordBatchWriter is closed");if(r&&!yE.compareSchemas(r,this._schema)){if(this._started&&this._autoDestroy)return this.close();this.reset(this._sink,r)}e instanceof h0.RecordBatch?e instanceof h0._InternalEmptyPlaceholderRecordBatch||this._writeRecordBatch(e):e instanceof p0.Table?this.writeAll(e.chunks):Bi.isIterable(e)&&this.writeAll(e)}_writeMessage(e,r=8){let n=r-1,i=Ym.Message.encode(e),o=i.byteLength,f=this._writeLegacyIpcFormat?4:8,s=o+f+n&~n,u=s-o-f;return e.headerType===m0.MessageHeader.RecordBatch?this._recordBatchBlocks.push(new za.FileBlock(s,e.bodyLength,this._position)):e.headerType===m0.MessageHeader.DictionaryBatch&&this._dictionaryBlocks.push(new za.FileBlock(s,e.bodyLength,this._position)),this._writeLegacyIpcFormat||this._write(Int32Array.of(-1)),this._write(Int32Array.of(s-f)),o>0&&this._write(i),this._writePadding(u)}_write(e){if(this._started){let r=DU.toUint8Array(e);r&&r.byteLength>0&&(this._sink.write(r),this._position+=r.byteLength)}return this}_writeSchema(e){return this._writeMessage(Ym.Message.from(e))}_writeFooter(e){return this._writeLegacyIpcFormat?this._write(Int32Array.of(0)):this._write(Int32Array.of(-1,0))}_writeMagic(){return this._write(EU.MAGIC)}_writePadding(e){return e>0?this._write(new Uint8Array(e)):this}_writeRecordBatch(e){let{byteLength:r,nodes:n,bufferRegions:i,buffers:o}=jE.VectorAssembler.assemble(e),f=new d0.RecordBatch(e.length,n,i),s=Ym.Message.from(f,r);return this._writeDictionaries(e)._writeMessage(s)._writeBodyBuffers(o)}_writeDictionaryBatch(e,r,n=!1){this._dictionaryDeltaOffsets.set(r,e.length+(this._dictionaryDeltaOffsets.get(r)||0));let{byteLength:i,nodes:o,bufferRegions:f,buffers:s}=jE.VectorAssembler.assemble(e),u=new d0.RecordBatch(e.length,o,f),l=new d0.DictionaryBatch(u,r,n),c=Ym.Message.from(l,i);return this._writeMessage(c)._writeBodyBuffers(s)}_writeBodyBuffers(e){let r,n,i;for(let o=-1,f=e.length;++o<f;)(r=e[o])&&(n=r.byteLength)>0&&(this._write(r),(i=(n+7&~7)-n)>0&&this._writePadding(i));return this}_writeDictionaries(e){for(let[r,n]of e.dictionaries){let i=this._dictionaryDeltaOffsets.get(r)||0;if(i===0||(n=n.slice(i)).length>0){let o="chunks"in n?n.chunks:[n];for(let f of o)this._writeDictionaryBatch(f,r,i>0),i+=f.length}}return this}};ki.RecordBatchWriter=cc;var Gm=class extends cc{static writeAll(e,r){let n=new Gm(r);return Bi.isPromise(e)?e.then(i=>n.writeAll(i)):Bi.isAsyncIterable(e)?g0(n,e):b0(n,e)}};ki.RecordBatchStreamWriter=Gm;var Zm=class extends cc{static writeAll(e){let r=new Zm;return Bi.isPromise(e)?e.then(n=>r.writeAll(n)):Bi.isAsyncIterable(e)?g0(r,e):b0(r,e)}constructor(){super();this._autoDestroy=!0}_writeSchema(e){return this._writeMagic()._writePadding(2)}_writeFooter(e){let r=za.Footer.encode(new za.Footer(e,m0.MetadataVersion.V4,this._recordBatchBlocks,this._dictionaryBlocks));return super._writeFooter(e)._write(r)._write(Int32Array.of(r.byteLength))._writeMagic()}};ki.RecordBatchFileWriter=Zm;var Jm=class extends cc{constructor(){super();this._autoDestroy=!0,this._recordBatches=[],this._dictionaries=[]}static writeAll(e){return new Jm().writeAll(e)}_writeMessage(){return this}_writeFooter(e){return this}_writeSchema(e){return this._write(`{
|
|
27
|
-
"schema": ${JSON.stringify({fields:e.fields.map(
|
|
28
|
-
`),this._write(`${
|
|
26
|
+
return true;`)}jd.createIsValidFunction=FF;function PF(t){return typeof t!="bigint"?xg.valueToString(t):DF.BigIntAvailable?`${xg.valueToString(t)}n`:`"${xg.valueToString(t)}"`}});var sf=M(Sn=>{"use strict";Object.defineProperty(Sn,"__esModule",{value:!0});Sn.WideBufferBuilder=Sn.OffsetsBufferBuilder=Sn.BitmapBufferBuilder=Sn.DataBufferBuilder=Sn.BufferBuilder=void 0;var Wk=gr(),Eg=Fr(),Ag=(t,e)=>(t*e+63&~63||64)/e,RF=(t,e=0)=>t.length>=e?t.subarray(0,e):Wk.memcpy(new t.constructor(e),t,0),Nu=class{constructor(e,r=1){this.buffer=e,this.stride=r,this.BYTES_PER_ELEMENT=e.BYTES_PER_ELEMENT,this.ArrayType=e.constructor,this._resize(this.length=e.length/r|0)}get byteLength(){return this.length*this.stride*this.BYTES_PER_ELEMENT|0}get reservedLength(){return this.buffer.length/this.stride}get reservedByteLength(){return this.buffer.byteLength}set(e,r){return this}append(e){return this.set(this.length,e)}reserve(e){if(e>0){this.length+=e;let r=this.stride,n=this.length*r,i=this.buffer.length;n>=i&&this._resize(i===0?Ag(n*1,this.BYTES_PER_ELEMENT):Ag(n*2,this.BYTES_PER_ELEMENT))}return this}flush(e=this.length){e=Ag(e*this.stride,this.BYTES_PER_ELEMENT);let r=RF(this.buffer,e);return this.clear(),r}clear(){return this.length=0,this._resize(0),this}_resize(e){return this.buffer=Wk.memcpy(new this.ArrayType(e),this.buffer)}};Sn.BufferBuilder=Nu;Nu.prototype.offset=0;var _d=class extends Nu{last(){return this.get(this.length-1)}get(e){return this.buffer[e]}set(e,r){return this.reserve(e-this.length+1),this.buffer[e*this.stride]=r,this}};Sn.DataBufferBuilder=_d;var Yk=class extends _d{constructor(e=new Uint8Array(0)){super(e,1/8);this.numValid=0}get numInvalid(){return this.length-this.numValid}get(e){return this.buffer[e>>3]>>e%8&1}set(e,r){let{buffer:n}=this.reserve(e-this.length+1),i=e>>3,o=e%8,f=n[i]>>o&1;return r?f===0&&(n[i]|=1<<o,++this.numValid):f===1&&(n[i]&=~(1<<o),--this.numValid),this}clear(){return this.numValid=0,super.clear()}};Sn.BitmapBufferBuilder=Yk;var Kk=class extends _d{constructor(e=new Int32Array(1)){super(e,1)}append(e){return this.set(this.length-1,e)}set(e,r){let n=this.length-1,i=this.reserve(e-n+1).buffer;return n<e++&&i.fill(i[n],n,e),i[e]=i[e-1]+r,this}flush(e=this.length-1){return e>this.length&&this.set(e-1,0),super.flush(e+1)}};Sn.OffsetsBufferBuilder=Kk;var Gk=class extends Nu{get ArrayType64(){return this._ArrayType64||(this._ArrayType64=this.buffer instanceof Int32Array?Eg.BigInt64Array:Eg.BigUint64Array)}set(e,r){switch(this.reserve(e-this.length+1),typeof r){case"bigint":this.buffer64[e]=r;break;case"number":this.buffer[e*this.stride]=r;break;default:this.buffer.set(r,e*this.stride)}return this}_resize(e){let r=super._resize(e),n=r.byteLength/(this.BYTES_PER_ELEMENT*this.stride);return Eg.BigIntAvailable&&(this.buffer64=new this.ArrayType64(r.buffer,r.byteOffset,n)),r}};Sn.WideBufferBuilder=Gk});var Xt=M(af=>{"use strict";Object.defineProperty(af,"__esModule",{value:!0});af.VariableWidthBuilder=af.FixedWidthBuilder=af.Builder=void 0;var HF=or(),ha=Rt(),zF=Qn(),MF=Vk(),Og=sf(),UF=_t(),xn=class{constructor({type:e,nullValues:r}){this.length=0,this.finished=!1,this.type=e,this.children=[],this.nullValues=r,this.stride=UF.strideForType(e),this._nulls=new Og.BitmapBufferBuilder,r&&r.length>0&&(this._isValid=MF.createIsValidFunction(r))}static new(e){}static throughNode(e){throw new Error('"throughNode" not available in this environment')}static throughDOM(e){throw new Error('"throughDOM" not available in this environment')}static throughIterable(e){return LF(e)}static throughAsyncIterable(e){return CF(e)}toVector(){return HF.Vector.new(this.flush())}get ArrayType(){return this.type.ArrayType}get nullCount(){return this._nulls.numInvalid}get numChildren(){return this.children.length}get byteLength(){let e=0;return this._offsets&&(e+=this._offsets.byteLength),this._values&&(e+=this._values.byteLength),this._nulls&&(e+=this._nulls.byteLength),this._typeIds&&(e+=this._typeIds.byteLength),this.children.reduce((r,n)=>r+n.byteLength,e)}get reservedLength(){return this._nulls.reservedLength}get reservedByteLength(){let e=0;return this._offsets&&(e+=this._offsets.reservedByteLength),this._values&&(e+=this._values.reservedByteLength),this._nulls&&(e+=this._nulls.reservedByteLength),this._typeIds&&(e+=this._typeIds.reservedByteLength),this.children.reduce((r,n)=>r+n.reservedByteLength,e)}get valueOffsets(){return this._offsets?this._offsets.buffer:null}get values(){return this._values?this._values.buffer:null}get nullBitmap(){return this._nulls?this._nulls.buffer:null}get typeIds(){return this._typeIds?this._typeIds.buffer:null}append(e){return this.set(this.length,e)}isValid(e){return this._isValid(e)}set(e,r){return this.setValid(e,this.isValid(r))&&this.setValue(e,r),this}setValue(e,r){this._setValue(this,e,r)}setValid(e,r){return this.length=this._nulls.set(e,+r).length,r}addChild(e,r=`${this.numChildren}`){throw new Error(`Cannot append children to non-nested type "${this.type}"`)}getChildAt(e){return this.children[e]||null}flush(){let e=[],r=this._values,n=this._offsets,i=this._typeIds,{length:o,nullCount:f}=this;i?(e[ha.BufferType.TYPE]=i.flush(o),n&&(e[ha.BufferType.OFFSET]=n.flush(o))):n?(r&&(e[ha.BufferType.DATA]=r.flush(n.last())),e[ha.BufferType.OFFSET]=n.flush(o)):r&&(e[ha.BufferType.DATA]=r.flush(o)),f>0&&(e[ha.BufferType.VALIDITY]=this._nulls.flush(o));let s=zF.Data.new(this.type,0,o,f,e,this.children.map(l=>l.flush()));return this.clear(),s}finish(){return this.finished=!0,this.children.forEach(e=>e.finish()),this}clear(){return this.length=0,this._offsets&&this._offsets.clear(),this._values&&this._values.clear(),this._nulls&&this._nulls.clear(),this._typeIds&&this._typeIds.clear(),this.children.forEach(e=>e.clear()),this}};af.Builder=xn;xn.prototype.length=1;xn.prototype.stride=1;xn.prototype.children=null;xn.prototype.finished=!1;xn.prototype.nullValues=null;xn.prototype._isValid=()=>!0;var Jk=class extends xn{constructor(e){super(e);this._values=new Og.DataBufferBuilder(new this.ArrayType(0),this.stride)}setValue(e,r){let n=this._values;return n.reserve(e-n.length+1),super.setValue(e,r)}};af.FixedWidthBuilder=Jk;var Zk=class extends xn{constructor(e){super(e);this._pendingLength=0,this._offsets=new Og.OffsetsBufferBuilder}setValue(e,r){let n=this._pending||(this._pending=new Map),i=n.get(e);i&&(this._pendingLength-=i.length),this._pendingLength+=r.length,n.set(e,r)}setValid(e,r){return super.setValid(e,r)?!0:((this._pending||(this._pending=new Map)).set(e,void 0),!1)}clear(){return this._pendingLength=0,this._pending=void 0,super.clear()}flush(){return this._flush(),super.flush()}finish(){return this._flush(),super.finish()}_flush(){let e=this._pending,r=this._pendingLength;return this._pendingLength=0,this._pending=void 0,e&&e.size>0&&this._flushPending(e,r),this}};af.VariableWidthBuilder=Zk;function LF(t){let{["queueingStrategy"]:e="count"}=t,{["highWaterMark"]:r=e!=="bytes"?1e3:2**14}=t,n=e!=="bytes"?"length":"byteLength";return function*(i){let o=0,f=xn.new(t);for(let s of i)f.append(s)[n]>=r&&++o&&(yield f.toVector());(f.finish().length>0||o===0)&&(yield f.toVector())}}function CF(t){let{["queueingStrategy"]:e="count"}=t,{["highWaterMark"]:r=e!=="bytes"?1e3:2**14}=t,n=e!=="bytes"?"length":"byteLength";return async function*(i){let o=0,f=xn.new(t);for await(let s of i)f.append(s)[n]>=r&&++o&&(yield f.toVector());(f.finish().length>0||o===0)&&(yield f.toVector())}}});var Ng=M(qd=>{"use strict";Object.defineProperty(qd,"__esModule",{value:!0});qd.BoolBuilder=void 0;var VF=sf(),WF=Xt(),Xk=class extends WF.Builder{constructor(e){super(e);this._values=new VF.BitmapBufferBuilder}setValue(e,r){this._values.set(e,+r)}};qd.BoolBuilder=Xk});var Dg=M(vd=>{"use strict";Object.defineProperty(vd,"__esModule",{value:!0});vd.NullBuilder=void 0;var YF=Xt(),Qk=class extends YF.Builder{setValue(e,r){}setValid(e,r){return this.length=Math.max(e+1,this.length),r}};vd.NullBuilder=Qk});var Fg=M(lf=>{"use strict";Object.defineProperty(lf,"__esModule",{value:!0});lf.DateMillisecondBuilder=lf.DateDayBuilder=lf.DateBuilder=void 0;var KF=Xt(),Td=class extends KF.FixedWidthBuilder{};lf.DateBuilder=Td;var $k=class extends Td{};lf.DateDayBuilder=$k;var eI=class extends Td{};lf.DateMillisecondBuilder=eI});var Pg=M(Bd=>{"use strict";Object.defineProperty(Bd,"__esModule",{value:!0});Bd.DecimalBuilder=void 0;var GF=Xt(),tI=class extends GF.FixedWidthBuilder{};Bd.DecimalBuilder=tI});var Hg=M(kd=>{"use strict";Object.defineProperty(kd,"__esModule",{value:!0});kd.DictionaryBuilder=void 0;var JF=_t(),Rg=Xt(),rI=class extends Rg.Builder{constructor({type:e,nullValues:r,dictionaryHashFunction:n}){super({type:new JF.Dictionary(e.dictionary,e.indices,e.id,e.isOrdered)});this._nulls=null,this._dictionaryOffset=0,this._keysToIndices=Object.create(null),this.indices=Rg.Builder.new({type:this.type.indices,nullValues:r}),this.dictionary=Rg.Builder.new({type:this.type.dictionary,nullValues:null}),typeof n=="function"&&(this.valueToKey=n)}get values(){return this.indices.values}get nullCount(){return this.indices.nullCount}get nullBitmap(){return this.indices.nullBitmap}get byteLength(){return this.indices.byteLength+this.dictionary.byteLength}get reservedLength(){return this.indices.reservedLength+this.dictionary.reservedLength}get reservedByteLength(){return this.indices.reservedByteLength+this.dictionary.reservedByteLength}isValid(e){return this.indices.isValid(e)}setValid(e,r){let n=this.indices;return r=n.setValid(e,r),this.length=n.length,r}setValue(e,r){let n=this._keysToIndices,i=this.valueToKey(r),o=n[i];return o===void 0&&(n[i]=o=this._dictionaryOffset+this.dictionary.append(r).length-1),this.indices.setValue(e,o)}flush(){let e=this.type,r=this._dictionary,n=this.dictionary.toVector(),i=this.indices.flush().clone(e);return i.dictionary=r?r.concat(n):n,this.finished||(this._dictionaryOffset+=n.length),this._dictionary=i.dictionary,this.clear(),i}finish(){return this.indices.finish(),this.dictionary.finish(),this._dictionaryOffset=0,this._keysToIndices=Object.create(null),super.finish()}clear(){return this.indices.clear(),this.dictionary.clear(),super.clear()}valueToKey(e){return typeof e=="string"?e:`${e}`}};kd.DictionaryBuilder=rI});var zg=M(Id=>{"use strict";Object.defineProperty(Id,"__esModule",{value:!0});Id.FixedSizeBinaryBuilder=void 0;var ZF=Xt(),nI=class extends ZF.FixedWidthBuilder{};Id.FixedSizeBinaryBuilder=nI});var Du=M(ga=>{"use strict";Object.defineProperty(ga,"__esModule",{value:!0});ga.float64ToUint16=ga.uint16ToFloat64=void 0;var iI=new Float64Array(1),wa=new Uint32Array(iI.buffer);function XF(t){let e=(t&31744)>>10,r=(t&1023)/1024,n=(-1)**((t&32768)>>15);switch(e){case 31:return n*(r?NaN:1/0);case 0:return n*(r?6103515625e-14*r:0)}return n*2**(e-15)*(1+r)}ga.uint16ToFloat64=XF;function QF(t){if(t!==t)return 32256;iI[0]=t;let e=(wa[1]&2147483648)>>16&65535,r=wa[1]&2146435072,n=0;return r>=1089470464?wa[0]>0?r=31744:(r=(r&2080374784)>>16,n=(wa[1]&1048575)>>10):r<=1056964608?(n=1048576+(wa[1]&1048575),n=1048576+(n<<(r>>20)-998)>>21,r=0):(r=r-1056964608>>10,n=(wa[1]&1048575)+512>>10),e|r|n&65535}ga.float64ToUint16=QF});var Mg=M(ki=>{"use strict";Object.defineProperty(ki,"__esModule",{value:!0});ki.Float64Builder=ki.Float32Builder=ki.Float16Builder=ki.FloatBuilder=void 0;var $F=Du(),eP=Xt(),Fu=class extends eP.FixedWidthBuilder{};ki.FloatBuilder=Fu;var oI=class extends Fu{setValue(e,r){this._values.set(e,$F.float64ToUint16(r))}};ki.Float16Builder=oI;var fI=class extends Fu{setValue(e,r){this._values.set(e,r)}};ki.Float32Builder=fI;var sI=class extends Fu{setValue(e,r){this._values.set(e,r)}};ki.Float64Builder=sI});var Hu=M(yr=>{"use strict";Object.defineProperty(yr,"__esModule",{value:!0});yr.BN=yr.bignumToBigInt=yr.bignumToString=yr.isArrowBigNumSymbol=void 0;var tP=gr(),Pu=Fr();yr.isArrowBigNumSymbol=Symbol.for("isArrowBigNum");function $n(t,...e){return e.length===0?Object.setPrototypeOf(tP.toArrayBufferView(this.TypedArray,t),this.constructor.prototype):Object.setPrototypeOf(new this.TypedArray(t,...e),this.constructor.prototype)}$n.prototype[yr.isArrowBigNumSymbol]=!0;$n.prototype.toJSON=function(){return`"${yr.bignumToString(this)}"`};$n.prototype.valueOf=function(){return aI(this)};$n.prototype.toString=function(){return yr.bignumToString(this)};$n.prototype[Symbol.toPrimitive]=function(t="default"){switch(t){case"number":return aI(this);case"string":return yr.bignumToString(this);case"default":return yr.bignumToBigInt(this)}return yr.bignumToString(this)};function ya(...t){return $n.apply(this,t)}function ja(...t){return $n.apply(this,t)}function Ru(...t){return $n.apply(this,t)}Object.setPrototypeOf(ya.prototype,Object.create(Int32Array.prototype));Object.setPrototypeOf(ja.prototype,Object.create(Uint32Array.prototype));Object.setPrototypeOf(Ru.prototype,Object.create(Uint32Array.prototype));Object.assign(ya.prototype,$n.prototype,{constructor:ya,signed:!0,TypedArray:Int32Array,BigIntArray:Pu.BigInt64Array});Object.assign(ja.prototype,$n.prototype,{constructor:ja,signed:!1,TypedArray:Uint32Array,BigIntArray:Pu.BigUint64Array});Object.assign(Ru.prototype,$n.prototype,{constructor:Ru,signed:!0,TypedArray:Uint32Array,BigIntArray:Pu.BigUint64Array});function aI(t){let{buffer:e,byteOffset:r,length:n,signed:i}=t,o=new Int32Array(e,r,n),f=0,s=0,l=o.length,u,c;for(;s<l;)c=o[s++],u=o[s++],i||(u=u>>>0),f+=(c>>>0)+u*s**32;return f}Pu.BigIntAvailable?(yr.bignumToBigInt=t=>t.byteLength===8?new t.BigIntArray(t.buffer,t.byteOffset,1)[0]:Ug(t),yr.bignumToString=t=>t.byteLength===8?`${new t.BigIntArray(t.buffer,t.byteOffset,1)[0]}`:Ug(t)):(yr.bignumToString=Ug,yr.bignumToBigInt=yr.bignumToString);function Ug(t){let e="",r=new Uint32Array(2),n=new Uint16Array(t.buffer,t.byteOffset,t.byteLength/2),i=new Uint32Array((n=new Uint16Array(n).reverse()).buffer),o=-1,f=n.length-1;do{for(r[0]=n[o=0];o<f;)n[o++]=r[1]=r[0]/10,r[0]=(r[0]-r[1]*10<<16)+n[o];n[o]=r[1]=r[0]/10,r[0]=r[0]-r[1]*10,e=`${r[0]}${e}`}while(i[0]||i[1]||i[2]||i[3]);return e||"0"}var Sd=class{static new(e,r){switch(r){case!0:return new ya(e);case!1:return new ja(e)}switch(e.constructor){case Int8Array:case Int16Array:case Int32Array:case Pu.BigInt64Array:return new ya(e)}return e.byteLength===16?new Ru(e):new ja(e)}static signed(e){return new ya(e)}static unsigned(e){return new ja(e)}static decimal(e){return new Ru(e)}constructor(e,r){return Sd.new(e,r)}};yr.BN=Sd});var Lg=M(pr=>{"use strict";Object.defineProperty(pr,"__esModule",{value:!0});pr.Uint64Builder=pr.Uint32Builder=pr.Uint16Builder=pr.Uint8Builder=pr.Int64Builder=pr.Int32Builder=pr.Int16Builder=pr.Int8Builder=pr.IntBuilder=void 0;var rP=Hu(),lI=sf(),nP=Fr(),iP=Xt(),Ii=class extends iP.FixedWidthBuilder{setValue(e,r){this._values.set(e,r)}};pr.IntBuilder=Ii;var uI=class extends Ii{};pr.Int8Builder=uI;var cI=class extends Ii{};pr.Int16Builder=cI;var pI=class extends Ii{};pr.Int32Builder=pI;var dI=class extends Ii{constructor(e){e.nullValues&&(e.nullValues=e.nullValues.map(xd));super(e);this._values=new lI.WideBufferBuilder(new Int32Array(0),2)}get values64(){return this._values.buffer64}isValid(e){return super.isValid(xd(e))}};pr.Int64Builder=dI;var mI=class extends Ii{};pr.Uint8Builder=mI;var bI=class extends Ii{};pr.Uint16Builder=bI;var hI=class extends Ii{};pr.Uint32Builder=hI;var wI=class extends Ii{constructor(e){e.nullValues&&(e.nullValues=e.nullValues.map(xd));super(e);this._values=new lI.WideBufferBuilder(new Uint32Array(0),2)}get values64(){return this._values.buffer64}isValid(e){return super.isValid(xd(e))}};pr.Uint64Builder=wI;var xd=(t=>e=>(ArrayBuffer.isView(e)&&(t.buffer=e.buffer,t.byteOffset=e.byteOffset,t.byteLength=e.byteLength,e=rP.bignumToBigInt(t),t.buffer=null),e))({BigIntArray:nP.BigInt64Array})});var Cg=M(En=>{"use strict";Object.defineProperty(En,"__esModule",{value:!0});En.TimeNanosecondBuilder=En.TimeMicrosecondBuilder=En.TimeMillisecondBuilder=En.TimeSecondBuilder=En.TimeBuilder=void 0;var oP=Xt(),_a=class extends oP.FixedWidthBuilder{};En.TimeBuilder=_a;var gI=class extends _a{};En.TimeSecondBuilder=gI;var yI=class extends _a{};En.TimeMillisecondBuilder=yI;var jI=class extends _a{};En.TimeMicrosecondBuilder=jI;var _I=class extends _a{};En.TimeNanosecondBuilder=_I});var Vg=M(An=>{"use strict";Object.defineProperty(An,"__esModule",{value:!0});An.TimestampNanosecondBuilder=An.TimestampMicrosecondBuilder=An.TimestampMillisecondBuilder=An.TimestampSecondBuilder=An.TimestampBuilder=void 0;var fP=Xt(),qa=class extends fP.FixedWidthBuilder{};An.TimestampBuilder=qa;var qI=class extends qa{};An.TimestampSecondBuilder=qI;var vI=class extends qa{};An.TimestampMillisecondBuilder=vI;var TI=class extends qa{};An.TimestampMicrosecondBuilder=TI;var BI=class extends qa{};An.TimestampNanosecondBuilder=BI});var Wg=M(uf=>{"use strict";Object.defineProperty(uf,"__esModule",{value:!0});uf.IntervalYearMonthBuilder=uf.IntervalDayTimeBuilder=uf.IntervalBuilder=void 0;var sP=Xt(),Ed=class extends sP.FixedWidthBuilder{};uf.IntervalBuilder=Ed;var kI=class extends Ed{};uf.IntervalDayTimeBuilder=kI;var II=class extends Ed{};uf.IntervalYearMonthBuilder=II});var Od=M(Ad=>{"use strict";Object.defineProperty(Ad,"__esModule",{value:!0});Ad.BinaryBuilder=void 0;var aP=gr(),lP=sf(),uP=Xt(),SI=class extends uP.VariableWidthBuilder{constructor(e){super(e);this._values=new lP.BufferBuilder(new Uint8Array(0))}get byteLength(){let e=this._pendingLength+this.length*4;return this._offsets&&(e+=this._offsets.byteLength),this._values&&(e+=this._values.byteLength),this._nulls&&(e+=this._nulls.byteLength),e}setValue(e,r){return super.setValue(e,aP.toUint8Array(r))}_flushPending(e,r){let n=this._offsets,i=this._values.reserve(r).buffer,o=0,f=0,s=0,l;for([o,l]of e)l===void 0?n.set(o,0):(f=l.length,i.set(l,s),n.set(o,f),s+=f)}};Ad.BinaryBuilder=SI});var Dd=M(Nd=>{"use strict";Object.defineProperty(Nd,"__esModule",{value:!0});Nd.Utf8Builder=void 0;var cP=fs(),pP=Od(),dP=sf(),mP=Xt(),Yg=class extends mP.VariableWidthBuilder{constructor(e){super(e);this._values=new dP.BufferBuilder(new Uint8Array(0))}get byteLength(){let e=this._pendingLength+this.length*4;return this._offsets&&(e+=this._offsets.byteLength),this._values&&(e+=this._values.byteLength),this._nulls&&(e+=this._nulls.byteLength),e}setValue(e,r){return super.setValue(e,cP.encodeUtf8(r))}_flushPending(e,r){}};Nd.Utf8Builder=Yg;Yg.prototype._flushPending=pP.BinaryBuilder.prototype._flushPending});var Kg=M(Fd=>{"use strict";Object.defineProperty(Fd,"__esModule",{value:!0});Fd.Run=void 0;var bP=or(),xI=class{get length(){return this._values.length}get(e){return this._values[e]}clear(){return this._values=null,this}bind(e){return e instanceof bP.Vector?e:(this._values=e,this)}};Fd.Run=xI});var vr=M(va=>{"use strict";Object.defineProperty(va,"__esModule",{value:!0});va.Field=va.Schema=void 0;var hP=_t(),On=class{constructor(e=[],r,n){this.fields=e||[],this.metadata=r||new Map,n||(n=Gg(e)),this.dictionaries=n}get[Symbol.toStringTag](){return"Schema"}toString(){return`Schema<{ ${this.fields.map((e,r)=>`${r}: ${e}`).join(", ")} }>`}select(...e){let r=e.reduce((n,i)=>(n[i]=!0)&&n,Object.create(null));return new On(this.fields.filter(n=>r[n.name]),this.metadata)}selectAt(...e){return new On(e.map(r=>this.fields[r]).filter(Boolean),this.metadata)}assign(...e){let r=e[0]instanceof On?e[0]:Array.isArray(e[0])?new On(e[0]):new On(e),n=[...this.fields],i=Pd(Pd(new Map,this.metadata),r.metadata),o=r.fields.filter(s=>{let l=n.findIndex(u=>u.name===s.name);return~l?(n[l]=s.clone({metadata:Pd(Pd(new Map,n[l].metadata),s.metadata)}))&&!1:!0}),f=Gg(o,new Map);return new On([...n,...o],i,new Map([...this.dictionaries,...f]))}};va.Schema=On;var ho=class{constructor(e,r,n=!1,i){this.name=e,this.type=r,this.nullable=n,this.metadata=i||new Map}static new(...e){let[r,n,i,o]=e;return e[0]&&typeof e[0]=="object"&&({name:r}=e[0],n===void 0&&(n=e[0].type),i===void 0&&(i=e[0].nullable),o===void 0&&(o=e[0].metadata)),new ho(`${r}`,n,i,o)}get typeId(){return this.type.typeId}get[Symbol.toStringTag](){return"Field"}toString(){return`${this.name}: ${this.type}`}clone(...e){let[r,n,i,o]=e;return!e[0]||typeof e[0]!="object"?[r=this.name,n=this.type,i=this.nullable,o=this.metadata]=e:{name:r=this.name,type:n=this.type,nullable:i=this.nullable,metadata:o=this.metadata}=e[0],ho.new(r,n,i,o)}};va.Field=ho;function Pd(t,e){return new Map([...t||new Map,...e||new Map])}function Gg(t,e=new Map){for(let r=-1,n=t.length;++r<n;){let o=t[r].type;if(hP.DataType.isDictionary(o)){if(!e.has(o.id))e.set(o.id,o.dictionary);else if(e.get(o.id)!==o.dictionary)throw new Error("Cannot create Schema containing two different dictionaries with the same Id")}o.children&&o.children.length>0&&Gg(o.children,e)}return e}On.prototype.fields=null;On.prototype.metadata=null;On.prototype.dictionaries=null;ho.prototype.type=null;ho.prototype.name=null;ho.prototype.nullable=null;ho.prototype.metadata=null});var Jg=M(Rd=>{"use strict";Object.defineProperty(Rd,"__esModule",{value:!0});Rd.ListBuilder=void 0;var wP=Kg(),gP=vr(),yP=_t(),jP=sf(),_P=Xt(),EI=class extends _P.VariableWidthBuilder{constructor(e){super(e);this._run=new wP.Run,this._offsets=new jP.OffsetsBufferBuilder}addChild(e,r="0"){if(this.numChildren>0)throw new Error("ListBuilder can only have one child.");return this.children[this.numChildren]=e,this.type=new yP.List(new gP.Field(r,e.type,!0)),this.numChildren-1}clear(){return this._run.clear(),super.clear()}_flushPending(e){let r=this._run,n=this._offsets,i=this._setValue,o=0,f;for([o,f]of e)f===void 0?n.set(o,0):(n.set(o,f.length),i(this,o,r.bind(f)))}};Rd.ListBuilder=EI});var Zg=M(Hd=>{"use strict";Object.defineProperty(Hd,"__esModule",{value:!0});Hd.FixedSizeListBuilder=void 0;var qP=Kg(),vP=vr(),TP=Xt(),BP=_t(),AI=class extends TP.Builder{constructor(){super(...arguments);this._run=new qP.Run}setValue(e,r){super.setValue(e,this._run.bind(r))}addChild(e,r="0"){if(this.numChildren>0)throw new Error("FixedSizeListBuilder can only have one child.");let n=this.children.push(e);return this.type=new BP.FixedSizeList(this.type.listSize,new vP.Field(r,e.type,!0)),n}clear(){return this._run.clear(),super.clear()}};Hd.FixedSizeListBuilder=AI});var Xg=M(zd=>{"use strict";Object.defineProperty(zd,"__esModule",{value:!0});zd.MapBuilder=void 0;var kP=vr(),IP=_t(),SP=Xt(),OI=class extends SP.VariableWidthBuilder{set(e,r){return super.set(e,r)}setValue(e,r){r=r instanceof Map?r:new Map(Object.entries(r));let n=this._pending||(this._pending=new Map),i=n.get(e);i&&(this._pendingLength-=i.size),this._pendingLength+=r.size,n.set(e,r)}addChild(e,r=`${this.numChildren}`){if(this.numChildren>0)throw new Error("ListBuilder can only have one child.");return this.children[this.numChildren]=e,this.type=new IP.Map_(new kP.Field(r,e.type,!0),this.type.keysSorted),this.numChildren-1}_flushPending(e){let r=this._offsets,n=this._setValue;e.forEach((i,o)=>{i===void 0?r.set(o,0):(r.set(o,i.size),n(this,o,i))})}};zd.MapBuilder=OI});var Qg=M(Md=>{"use strict";Object.defineProperty(Md,"__esModule",{value:!0});Md.StructBuilder=void 0;var xP=vr(),EP=Xt(),AP=_t(),NI=class extends EP.Builder{addChild(e,r=`${this.numChildren}`){let n=this.children.push(e);return this.type=new AP.Struct([...this.type.children,new xP.Field(r,e.type,!0)]),n}};Md.StructBuilder=NI});var $g=M(cf=>{"use strict";Object.defineProperty(cf,"__esModule",{value:!0});cf.DenseUnionBuilder=cf.SparseUnionBuilder=cf.UnionBuilder=void 0;var OP=vr(),DI=sf(),NP=Xt(),DP=_t(),Ud=class extends NP.Builder{constructor(e){super(e);this._typeIds=new DI.DataBufferBuilder(new Int8Array(0),1),typeof e.valueToChildTypeId=="function"&&(this._valueToChildTypeId=e.valueToChildTypeId)}get typeIdToChildIndex(){return this.type.typeIdToChildIndex}append(e,r){return this.set(this.length,e,r)}set(e,r,n){return n===void 0&&(n=this._valueToChildTypeId(this,r,e)),this.setValid(e,this.isValid(r))&&this.setValue(e,r,n),this}setValue(e,r,n){this._typeIds.set(e,n),super.setValue(e,r)}addChild(e,r=`${this.children.length}`){let n=this.children.push(e),{type:{children:i,mode:o,typeIds:f}}=this,s=[...i,new OP.Field(r,e.type)];return this.type=new DP.Union(o,[...f,n],s),n}_valueToChildTypeId(e,r,n){throw new Error("Cannot map UnionBuilder value to child typeId. Pass the `childTypeId` as the second argument to unionBuilder.append(), or supply a `valueToChildTypeId` function as part of the UnionBuilder constructor options.")}};cf.UnionBuilder=Ud;var FI=class extends Ud{};cf.SparseUnionBuilder=FI;var PI=class extends Ud{constructor(e){super(e);this._offsets=new DI.DataBufferBuilder(new Int32Array(0))}setValue(e,r,n){let i=this.type.typeIdToChildIndex[n];return this._offsets.set(e,this.getChildAt(i).length),super.setValue(e,r,n)}};cf.DenseUnionBuilder=PI});var xr=M(Ld=>{"use strict";Object.defineProperty(Ld,"__esModule",{value:!0});Ld.Visitor=void 0;var FP=Qn(),PP=or(),Z=Rt(),RP=_t(),Ot=class{visitMany(e,...r){return e.map((n,i)=>this.visit(n,...r.map(o=>o[i])))}visit(...e){return this.getVisitFn(e[0],!1).apply(this,e)}getVisitFn(e,r=!0){return HP(this,e,r)}visitNull(e,...r){return null}visitBool(e,...r){return null}visitInt(e,...r){return null}visitFloat(e,...r){return null}visitUtf8(e,...r){return null}visitBinary(e,...r){return null}visitFixedSizeBinary(e,...r){return null}visitDate(e,...r){return null}visitTimestamp(e,...r){return null}visitTime(e,...r){return null}visitDecimal(e,...r){return null}visitList(e,...r){return null}visitStruct(e,...r){return null}visitUnion(e,...r){return null}visitDictionary(e,...r){return null}visitInterval(e,...r){return null}visitFixedSizeList(e,...r){return null}visitMap(e,...r){return null}};Ld.Visitor=Ot;function HP(t,e,r=!0){let n=null,i=Z.Type.NONE;switch(e instanceof FP.Data||e instanceof PP.Vector?i=ey(e.type):e instanceof RP.DataType?i=ey(e):typeof(i=e)!="number"&&(i=Z.Type[e]),i){case Z.Type.Null:n=t.visitNull;break;case Z.Type.Bool:n=t.visitBool;break;case Z.Type.Int:n=t.visitInt;break;case Z.Type.Int8:n=t.visitInt8||t.visitInt;break;case Z.Type.Int16:n=t.visitInt16||t.visitInt;break;case Z.Type.Int32:n=t.visitInt32||t.visitInt;break;case Z.Type.Int64:n=t.visitInt64||t.visitInt;break;case Z.Type.Uint8:n=t.visitUint8||t.visitInt;break;case Z.Type.Uint16:n=t.visitUint16||t.visitInt;break;case Z.Type.Uint32:n=t.visitUint32||t.visitInt;break;case Z.Type.Uint64:n=t.visitUint64||t.visitInt;break;case Z.Type.Float:n=t.visitFloat;break;case Z.Type.Float16:n=t.visitFloat16||t.visitFloat;break;case Z.Type.Float32:n=t.visitFloat32||t.visitFloat;break;case Z.Type.Float64:n=t.visitFloat64||t.visitFloat;break;case Z.Type.Utf8:n=t.visitUtf8;break;case Z.Type.Binary:n=t.visitBinary;break;case Z.Type.FixedSizeBinary:n=t.visitFixedSizeBinary;break;case Z.Type.Date:n=t.visitDate;break;case Z.Type.DateDay:n=t.visitDateDay||t.visitDate;break;case Z.Type.DateMillisecond:n=t.visitDateMillisecond||t.visitDate;break;case Z.Type.Timestamp:n=t.visitTimestamp;break;case Z.Type.TimestampSecond:n=t.visitTimestampSecond||t.visitTimestamp;break;case Z.Type.TimestampMillisecond:n=t.visitTimestampMillisecond||t.visitTimestamp;break;case Z.Type.TimestampMicrosecond:n=t.visitTimestampMicrosecond||t.visitTimestamp;break;case Z.Type.TimestampNanosecond:n=t.visitTimestampNanosecond||t.visitTimestamp;break;case Z.Type.Time:n=t.visitTime;break;case Z.Type.TimeSecond:n=t.visitTimeSecond||t.visitTime;break;case Z.Type.TimeMillisecond:n=t.visitTimeMillisecond||t.visitTime;break;case Z.Type.TimeMicrosecond:n=t.visitTimeMicrosecond||t.visitTime;break;case Z.Type.TimeNanosecond:n=t.visitTimeNanosecond||t.visitTime;break;case Z.Type.Decimal:n=t.visitDecimal;break;case Z.Type.List:n=t.visitList;break;case Z.Type.Struct:n=t.visitStruct;break;case Z.Type.Union:n=t.visitUnion;break;case Z.Type.DenseUnion:n=t.visitDenseUnion||t.visitUnion;break;case Z.Type.SparseUnion:n=t.visitSparseUnion||t.visitUnion;break;case Z.Type.Dictionary:n=t.visitDictionary;break;case Z.Type.Interval:n=t.visitInterval;break;case Z.Type.IntervalDayTime:n=t.visitIntervalDayTime||t.visitInterval;break;case Z.Type.IntervalYearMonth:n=t.visitIntervalYearMonth||t.visitInterval;break;case Z.Type.FixedSizeList:n=t.visitFixedSizeList;break;case Z.Type.Map:n=t.visitMap;break}if(typeof n=="function")return n;if(!r)return()=>null;throw new Error(`Unrecognized type '${Z.Type[i]}'`)}function ey(t){switch(t.typeId){case Z.Type.Null:return Z.Type.Null;case Z.Type.Int:{let{bitWidth:e,isSigned:r}=t;switch(e){case 8:return r?Z.Type.Int8:Z.Type.Uint8;case 16:return r?Z.Type.Int16:Z.Type.Uint16;case 32:return r?Z.Type.Int32:Z.Type.Uint32;case 64:return r?Z.Type.Int64:Z.Type.Uint64}return Z.Type.Int}case Z.Type.Float:switch(t.precision){case Z.Precision.HALF:return Z.Type.Float16;case Z.Precision.SINGLE:return Z.Type.Float32;case Z.Precision.DOUBLE:return Z.Type.Float64}return Z.Type.Float;case Z.Type.Binary:return Z.Type.Binary;case Z.Type.Utf8:return Z.Type.Utf8;case Z.Type.Bool:return Z.Type.Bool;case Z.Type.Decimal:return Z.Type.Decimal;case Z.Type.Time:switch(t.unit){case Z.TimeUnit.SECOND:return Z.Type.TimeSecond;case Z.TimeUnit.MILLISECOND:return Z.Type.TimeMillisecond;case Z.TimeUnit.MICROSECOND:return Z.Type.TimeMicrosecond;case Z.TimeUnit.NANOSECOND:return Z.Type.TimeNanosecond}return Z.Type.Time;case Z.Type.Timestamp:switch(t.unit){case Z.TimeUnit.SECOND:return Z.Type.TimestampSecond;case Z.TimeUnit.MILLISECOND:return Z.Type.TimestampMillisecond;case Z.TimeUnit.MICROSECOND:return Z.Type.TimestampMicrosecond;case Z.TimeUnit.NANOSECOND:return Z.Type.TimestampNanosecond}return Z.Type.Timestamp;case Z.Type.Date:switch(t.unit){case Z.DateUnit.DAY:return Z.Type.DateDay;case Z.DateUnit.MILLISECOND:return Z.Type.DateMillisecond}return Z.Type.Date;case Z.Type.Interval:switch(t.unit){case Z.IntervalUnit.DAY_TIME:return Z.Type.IntervalDayTime;case Z.IntervalUnit.YEAR_MONTH:return Z.Type.IntervalYearMonth}return Z.Type.Interval;case Z.Type.Map:return Z.Type.Map;case Z.Type.List:return Z.Type.List;case Z.Type.Struct:return Z.Type.Struct;case Z.Type.Union:switch(t.mode){case Z.UnionMode.Dense:return Z.Type.DenseUnion;case Z.UnionMode.Sparse:return Z.Type.SparseUnion}return Z.Type.Union;case Z.Type.FixedSizeBinary:return Z.Type.FixedSizeBinary;case Z.Type.FixedSizeList:return Z.Type.FixedSizeList;case Z.Type.Dictionary:return Z.Type.Dictionary}throw new Error(`Unrecognized type '${Z.Type[t.typeId]}'`)}Ot.prototype.visitInt8=null;Ot.prototype.visitInt16=null;Ot.prototype.visitInt32=null;Ot.prototype.visitInt64=null;Ot.prototype.visitUint8=null;Ot.prototype.visitUint16=null;Ot.prototype.visitUint32=null;Ot.prototype.visitUint64=null;Ot.prototype.visitFloat16=null;Ot.prototype.visitFloat32=null;Ot.prototype.visitFloat64=null;Ot.prototype.visitDateDay=null;Ot.prototype.visitDateMillisecond=null;Ot.prototype.visitTimestampSecond=null;Ot.prototype.visitTimestampMillisecond=null;Ot.prototype.visitTimestampMicrosecond=null;Ot.prototype.visitTimestampNanosecond=null;Ot.prototype.visitTimeSecond=null;Ot.prototype.visitTimeMillisecond=null;Ot.prototype.visitTimeMicrosecond=null;Ot.prototype.visitTimeNanosecond=null;Ot.prototype.visitDenseUnion=null;Ot.prototype.visitSparseUnion=null;Ot.prototype.visitIntervalDayTime=null;Ot.prototype.visitIntervalYearMonth=null});var ny=M(Ta=>{"use strict";Object.defineProperty(Ta,"__esModule",{value:!0});Ta.instance=Ta.SetVisitor=void 0;var zP=or(),MP=xr(),UP=fs(),LP=Du(),CP=gr(),Nn=Rt(),Je=class extends MP.Visitor{};Ta.SetVisitor=Je;var VP=(t,e,r)=>{t[e]=r/864e5|0},ty=(t,e,r)=>{t[e]=r%4294967296|0,t[e+1]=r/4294967296|0},WP=(t,e,r)=>{t[e]=r*1e3%4294967296|0,t[e+1]=r*1e3/4294967296|0},YP=(t,e,r)=>{t[e]=r*1e6%4294967296|0,t[e+1]=r*1e6/4294967296|0},RI=(t,e,r,n)=>{let{[r]:i,[r+1]:o}=e;i!=null&&o!=null&&t.set(n.subarray(0,o-i),i)},KP=({offset:t,values:e},r,n)=>{let i=t+r;n?e[i>>3]|=1<<i%8:e[i>>3]&=~(1<<i%8)},HI=({values:t},e,r)=>{VP(t,e,r.valueOf())},zI=({values:t},e,r)=>{ty(t,e*2,r.valueOf())},Si=({stride:t,values:e},r,n)=>{e[t*r]=n},MI=({stride:t,values:e},r,n)=>{e[t*r]=LP.float64ToUint16(n)},ry=(t,e,r)=>{switch(typeof r){case"bigint":t.values64[e]=r;break;case"number":t.values[e*t.stride]=r;break;default:{let n=r,{stride:i,ArrayType:o}=t,f=CP.toArrayBufferView(o,n);t.values.set(f.subarray(0,i),i*e)}}},GP=({stride:t,values:e},r,n)=>{e.set(n.subarray(0,t),t*r)},JP=({values:t,valueOffsets:e},r,n)=>RI(t,e,r,n),ZP=({values:t,valueOffsets:e},r,n)=>{RI(t,e,r,UP.encodeUtf8(n))},XP=(t,e,r)=>{t.type.bitWidth<64?Si(t,e,r):ry(t,e,r)},QP=(t,e,r)=>{t.type.precision!==Nn.Precision.HALF?Si(t,e,r):MI(t,e,r)},$P=(t,e,r)=>{t.type.unit===Nn.DateUnit.DAY?HI(t,e,r):zI(t,e,r)},UI=({values:t},e,r)=>ty(t,e*2,r/1e3),LI=({values:t},e,r)=>ty(t,e*2,r),CI=({values:t},e,r)=>WP(t,e*2,r),VI=({values:t},e,r)=>YP(t,e*2,r),eR=(t,e,r)=>{switch(t.type.unit){case Nn.TimeUnit.SECOND:return UI(t,e,r);case Nn.TimeUnit.MILLISECOND:return LI(t,e,r);case Nn.TimeUnit.MICROSECOND:return CI(t,e,r);case Nn.TimeUnit.NANOSECOND:return VI(t,e,r)}},WI=({values:t,stride:e},r,n)=>{t[e*r]=n},YI=({values:t,stride:e},r,n)=>{t[e*r]=n},KI=({values:t},e,r)=>{t.set(r.subarray(0,2),2*e)},GI=({values:t},e,r)=>{t.set(r.subarray(0,2),2*e)},tR=(t,e,r)=>{switch(t.type.unit){case Nn.TimeUnit.SECOND:return WI(t,e,r);case Nn.TimeUnit.MILLISECOND:return YI(t,e,r);case Nn.TimeUnit.MICROSECOND:return KI(t,e,r);case Nn.TimeUnit.NANOSECOND:return GI(t,e,r)}},rR=({values:t},e,r)=>{t.set(r.subarray(0,4),4*e)},nR=(t,e,r)=>{let n=t.getChildAt(0),i=t.valueOffsets;for(let o=-1,f=i[e],s=i[e+1];f<s;)n.set(f++,r.get(++o))},iR=(t,e,r)=>{let n=t.getChildAt(0),i=t.valueOffsets,o=r instanceof Map?[...r]:Object.entries(r);for(let f=-1,s=i[e],l=i[e+1];s<l;)n.set(s++,o[++f])},oR=(t,e)=>(r,n,i)=>r&&r.set(t,e[i]),fR=(t,e)=>(r,n,i)=>r&&r.set(t,e.get(i)),sR=(t,e)=>(r,n,i)=>r&&r.set(t,e.get(n.name)),aR=(t,e)=>(r,n,i)=>r&&r.set(t,e[n.name]),lR=(t,e,r)=>{let n=r instanceof Map?sR(e,r):r instanceof zP.Vector?fR(e,r):Array.isArray(r)?oR(e,r):aR(e,r);t.type.children.forEach((i,o)=>n(t.getChildAt(o),i,o))},uR=(t,e,r)=>{t.type.mode===Nn.UnionMode.Dense?JI(t,e,r):ZI(t,e,r)},JI=(t,e,r)=>{let n=t.typeIdToChildIndex[t.typeIds[e]],i=t.getChildAt(n);i&&i.set(t.valueOffsets[e],r)},ZI=(t,e,r)=>{let n=t.typeIdToChildIndex[t.typeIds[e]],i=t.getChildAt(n);i&&i.set(e,r)},cR=(t,e,r)=>{let n=t.getKey(e);n!==null&&t.setValue(n,r)},pR=(t,e,r)=>{t.type.unit===Nn.IntervalUnit.DAY_TIME?XI(t,e,r):QI(t,e,r)},XI=({values:t},e,r)=>{t.set(r.subarray(0,2),2*e)},QI=({values:t},e,r)=>{t[e]=r[0]*12+r[1]%12},dR=(t,e,r)=>{let n=t.getChildAt(0),{stride:i}=t;for(let o=-1,f=e*i;++o<i;)n.set(f+o,r.get(o))};Je.prototype.visitBool=KP;Je.prototype.visitInt=XP;Je.prototype.visitInt8=Si;Je.prototype.visitInt16=Si;Je.prototype.visitInt32=Si;Je.prototype.visitInt64=ry;Je.prototype.visitUint8=Si;Je.prototype.visitUint16=Si;Je.prototype.visitUint32=Si;Je.prototype.visitUint64=ry;Je.prototype.visitFloat=QP;Je.prototype.visitFloat16=MI;Je.prototype.visitFloat32=Si;Je.prototype.visitFloat64=Si;Je.prototype.visitUtf8=ZP;Je.prototype.visitBinary=JP;Je.prototype.visitFixedSizeBinary=GP;Je.prototype.visitDate=$P;Je.prototype.visitDateDay=HI;Je.prototype.visitDateMillisecond=zI;Je.prototype.visitTimestamp=eR;Je.prototype.visitTimestampSecond=UI;Je.prototype.visitTimestampMillisecond=LI;Je.prototype.visitTimestampMicrosecond=CI;Je.prototype.visitTimestampNanosecond=VI;Je.prototype.visitTime=tR;Je.prototype.visitTimeSecond=WI;Je.prototype.visitTimeMillisecond=YI;Je.prototype.visitTimeMicrosecond=KI;Je.prototype.visitTimeNanosecond=GI;Je.prototype.visitDecimal=rR;Je.prototype.visitList=nR;Je.prototype.visitStruct=lR;Je.prototype.visitUnion=uR;Je.prototype.visitDenseUnion=JI;Je.prototype.visitSparseUnion=ZI;Je.prototype.visitDictionary=cR;Je.prototype.visitInterval=pR;Je.prototype.visitIntervalDayTime=XI;Je.prototype.visitIntervalYearMonth=QI;Je.prototype.visitFixedSizeList=dR;Je.prototype.visitMap=iR;Ta.instance=new Je});var $I=M(Ba=>{"use strict";Object.defineProperty(Ba,"__esModule",{value:!0});Ba.instance=Ba.GetBuilderCtor=void 0;var mR=xr(),bR=Od(),hR=Ng(),iy=Fg(),wR=Pg(),gR=Hg(),yR=zg(),jR=Zg(),Cd=Mg(),oy=Wg(),wo=Lg(),_R=Jg(),qR=Xg(),vR=Dg(),TR=Qg(),zu=Vg(),Mu=Cg(),fy=$g(),BR=Dd(),sy=class extends mR.Visitor{visitNull(){return vR.NullBuilder}visitBool(){return hR.BoolBuilder}visitInt(){return wo.IntBuilder}visitInt8(){return wo.Int8Builder}visitInt16(){return wo.Int16Builder}visitInt32(){return wo.Int32Builder}visitInt64(){return wo.Int64Builder}visitUint8(){return wo.Uint8Builder}visitUint16(){return wo.Uint16Builder}visitUint32(){return wo.Uint32Builder}visitUint64(){return wo.Uint64Builder}visitFloat(){return Cd.FloatBuilder}visitFloat16(){return Cd.Float16Builder}visitFloat32(){return Cd.Float32Builder}visitFloat64(){return Cd.Float64Builder}visitUtf8(){return BR.Utf8Builder}visitBinary(){return bR.BinaryBuilder}visitFixedSizeBinary(){return yR.FixedSizeBinaryBuilder}visitDate(){return iy.DateBuilder}visitDateDay(){return iy.DateDayBuilder}visitDateMillisecond(){return iy.DateMillisecondBuilder}visitTimestamp(){return zu.TimestampBuilder}visitTimestampSecond(){return zu.TimestampSecondBuilder}visitTimestampMillisecond(){return zu.TimestampMillisecondBuilder}visitTimestampMicrosecond(){return zu.TimestampMicrosecondBuilder}visitTimestampNanosecond(){return zu.TimestampNanosecondBuilder}visitTime(){return Mu.TimeBuilder}visitTimeSecond(){return Mu.TimeSecondBuilder}visitTimeMillisecond(){return Mu.TimeMillisecondBuilder}visitTimeMicrosecond(){return Mu.TimeMicrosecondBuilder}visitTimeNanosecond(){return Mu.TimeNanosecondBuilder}visitDecimal(){return wR.DecimalBuilder}visitList(){return _R.ListBuilder}visitStruct(){return TR.StructBuilder}visitUnion(){return fy.UnionBuilder}visitDenseUnion(){return fy.DenseUnionBuilder}visitSparseUnion(){return fy.SparseUnionBuilder}visitDictionary(){return gR.DictionaryBuilder}visitInterval(){return oy.IntervalBuilder}visitIntervalDayTime(){return oy.IntervalDayTimeBuilder}visitIntervalYearMonth(){return oy.IntervalYearMonthBuilder}visitFixedSizeList(){return jR.FixedSizeListBuilder}visitMap(){return qR.MapBuilder}};Ba.GetBuilderCtor=sy;Ba.instance=new sy});var Wd=M(ce=>{"use strict";Object.defineProperty(ce,"__esModule",{value:!0});ce.DenseUnionBuilder=ce.SparseUnionBuilder=ce.UnionBuilder=ce.StructBuilder=ce.MapBuilder=ce.FixedSizeListBuilder=ce.ListBuilder=ce.BinaryBuilder=ce.Utf8Builder=ce.IntervalYearMonthBuilder=ce.IntervalDayTimeBuilder=ce.IntervalBuilder=ce.TimestampNanosecondBuilder=ce.TimestampMicrosecondBuilder=ce.TimestampMillisecondBuilder=ce.TimestampSecondBuilder=ce.TimestampBuilder=ce.TimeNanosecondBuilder=ce.TimeMicrosecondBuilder=ce.TimeMillisecondBuilder=ce.TimeSecondBuilder=ce.TimeBuilder=ce.Uint64Builder=ce.Uint32Builder=ce.Uint16Builder=ce.Uint8Builder=ce.Int64Builder=ce.Int32Builder=ce.Int16Builder=ce.Int8Builder=ce.IntBuilder=ce.Float64Builder=ce.Float32Builder=ce.Float16Builder=ce.FloatBuilder=ce.FixedSizeBinaryBuilder=ce.DictionaryBuilder=ce.DecimalBuilder=ce.DateMillisecondBuilder=ce.DateDayBuilder=ce.DateBuilder=ce.NullBuilder=ce.BoolBuilder=ce.Builder=void 0;var kR=Xt();Object.defineProperty(ce,"Builder",{enumerable:!0,get:function(){return kR.Builder}});var IR=Ng();Object.defineProperty(ce,"BoolBuilder",{enumerable:!0,get:function(){return IR.BoolBuilder}});var SR=Dg();Object.defineProperty(ce,"NullBuilder",{enumerable:!0,get:function(){return SR.NullBuilder}});var ay=Fg();Object.defineProperty(ce,"DateBuilder",{enumerable:!0,get:function(){return ay.DateBuilder}});Object.defineProperty(ce,"DateDayBuilder",{enumerable:!0,get:function(){return ay.DateDayBuilder}});Object.defineProperty(ce,"DateMillisecondBuilder",{enumerable:!0,get:function(){return ay.DateMillisecondBuilder}});var xR=Pg();Object.defineProperty(ce,"DecimalBuilder",{enumerable:!0,get:function(){return xR.DecimalBuilder}});var ER=Hg();Object.defineProperty(ce,"DictionaryBuilder",{enumerable:!0,get:function(){return ER.DictionaryBuilder}});var AR=zg();Object.defineProperty(ce,"FixedSizeBinaryBuilder",{enumerable:!0,get:function(){return AR.FixedSizeBinaryBuilder}});var Vd=Mg();Object.defineProperty(ce,"FloatBuilder",{enumerable:!0,get:function(){return Vd.FloatBuilder}});Object.defineProperty(ce,"Float16Builder",{enumerable:!0,get:function(){return Vd.Float16Builder}});Object.defineProperty(ce,"Float32Builder",{enumerable:!0,get:function(){return Vd.Float32Builder}});Object.defineProperty(ce,"Float64Builder",{enumerable:!0,get:function(){return Vd.Float64Builder}});var go=Lg();Object.defineProperty(ce,"IntBuilder",{enumerable:!0,get:function(){return go.IntBuilder}});Object.defineProperty(ce,"Int8Builder",{enumerable:!0,get:function(){return go.Int8Builder}});Object.defineProperty(ce,"Int16Builder",{enumerable:!0,get:function(){return go.Int16Builder}});Object.defineProperty(ce,"Int32Builder",{enumerable:!0,get:function(){return go.Int32Builder}});Object.defineProperty(ce,"Int64Builder",{enumerable:!0,get:function(){return go.Int64Builder}});Object.defineProperty(ce,"Uint8Builder",{enumerable:!0,get:function(){return go.Uint8Builder}});Object.defineProperty(ce,"Uint16Builder",{enumerable:!0,get:function(){return go.Uint16Builder}});Object.defineProperty(ce,"Uint32Builder",{enumerable:!0,get:function(){return go.Uint32Builder}});Object.defineProperty(ce,"Uint64Builder",{enumerable:!0,get:function(){return go.Uint64Builder}});var Uu=Cg();Object.defineProperty(ce,"TimeBuilder",{enumerable:!0,get:function(){return Uu.TimeBuilder}});Object.defineProperty(ce,"TimeSecondBuilder",{enumerable:!0,get:function(){return Uu.TimeSecondBuilder}});Object.defineProperty(ce,"TimeMillisecondBuilder",{enumerable:!0,get:function(){return Uu.TimeMillisecondBuilder}});Object.defineProperty(ce,"TimeMicrosecondBuilder",{enumerable:!0,get:function(){return Uu.TimeMicrosecondBuilder}});Object.defineProperty(ce,"TimeNanosecondBuilder",{enumerable:!0,get:function(){return Uu.TimeNanosecondBuilder}});var Lu=Vg();Object.defineProperty(ce,"TimestampBuilder",{enumerable:!0,get:function(){return Lu.TimestampBuilder}});Object.defineProperty(ce,"TimestampSecondBuilder",{enumerable:!0,get:function(){return Lu.TimestampSecondBuilder}});Object.defineProperty(ce,"TimestampMillisecondBuilder",{enumerable:!0,get:function(){return Lu.TimestampMillisecondBuilder}});Object.defineProperty(ce,"TimestampMicrosecondBuilder",{enumerable:!0,get:function(){return Lu.TimestampMicrosecondBuilder}});Object.defineProperty(ce,"TimestampNanosecondBuilder",{enumerable:!0,get:function(){return Lu.TimestampNanosecondBuilder}});var ly=Wg();Object.defineProperty(ce,"IntervalBuilder",{enumerable:!0,get:function(){return ly.IntervalBuilder}});Object.defineProperty(ce,"IntervalDayTimeBuilder",{enumerable:!0,get:function(){return ly.IntervalDayTimeBuilder}});Object.defineProperty(ce,"IntervalYearMonthBuilder",{enumerable:!0,get:function(){return ly.IntervalYearMonthBuilder}});var OR=Dd();Object.defineProperty(ce,"Utf8Builder",{enumerable:!0,get:function(){return OR.Utf8Builder}});var NR=Od();Object.defineProperty(ce,"BinaryBuilder",{enumerable:!0,get:function(){return NR.BinaryBuilder}});var DR=Jg();Object.defineProperty(ce,"ListBuilder",{enumerable:!0,get:function(){return DR.ListBuilder}});var FR=Zg();Object.defineProperty(ce,"FixedSizeListBuilder",{enumerable:!0,get:function(){return FR.FixedSizeListBuilder}});var PR=Xg();Object.defineProperty(ce,"MapBuilder",{enumerable:!0,get:function(){return PR.MapBuilder}});var RR=Qg();Object.defineProperty(ce,"StructBuilder",{enumerable:!0,get:function(){return RR.StructBuilder}});var uy=$g();Object.defineProperty(ce,"UnionBuilder",{enumerable:!0,get:function(){return uy.UnionBuilder}});Object.defineProperty(ce,"SparseUnionBuilder",{enumerable:!0,get:function(){return uy.SparseUnionBuilder}});Object.defineProperty(ce,"DenseUnionBuilder",{enumerable:!0,get:function(){return uy.DenseUnionBuilder}});var cy=Rt(),HR=Dd(),zR=Xt(),eS=ny(),tS=$I();zR.Builder.new=rS;function rS(t){let e=t.type,r=new(tS.instance.getVisitFn(e)())(t);if(e.children&&e.children.length>0){let n=t.children||[],i={nullValues:t.nullValues},o=Array.isArray(n)?(f,s)=>n[s]||i:({name:f})=>n[f]||i;e.children.forEach((f,s)=>{let{type:l}=f,u=o(f,s);r.children.push(rS({...u,type:l}))})}return r}Object.keys(cy.Type).map(t=>cy.Type[t]).filter(t=>typeof t=="number"&&t!==cy.Type.NONE).forEach(t=>{let e=tS.instance.visit(t);e.prototype._setValue=eS.instance.getVisitFn(t)});HR.Utf8Builder.prototype._setValue=eS.instance.visitBinary});var nS=M(ka=>{"use strict";Object.defineProperty(ka,"__esModule",{value:!0});ka.Block=ka.Footer=void 0;var MR=uo(),Yd=nf(),Dn=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsFooter(e,r){return(r||new Dn).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsFooter(e,r){return e.setPosition(e.position()+MR.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Dn).__init(e.readInt32(e.position())+e.position(),e)}version(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):Yd.MetadataVersion.V1}schema(e){let r=this.bb.__offset(this.bb_pos,6);return r?(e||new Yd.Schema).__init(this.bb.__indirect(this.bb_pos+r),this.bb):null}dictionaries(e,r){let n=this.bb.__offset(this.bb_pos,8);return n?(r||new Kd).__init(this.bb.__vector(this.bb_pos+n)+e*24,this.bb):null}dictionariesLength(){let e=this.bb.__offset(this.bb_pos,8);return e?this.bb.__vector_len(this.bb_pos+e):0}recordBatches(e,r){let n=this.bb.__offset(this.bb_pos,10);return n?(r||new Kd).__init(this.bb.__vector(this.bb_pos+n)+e*24,this.bb):null}recordBatchesLength(){let e=this.bb.__offset(this.bb_pos,10);return e?this.bb.__vector_len(this.bb_pos+e):0}customMetadata(e,r){let n=this.bb.__offset(this.bb_pos,12);return n?(r||new Yd.KeyValue).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+n)+e*4),this.bb):null}customMetadataLength(){let e=this.bb.__offset(this.bb_pos,12);return e?this.bb.__vector_len(this.bb_pos+e):0}static startFooter(e){e.startObject(5)}static addVersion(e,r){e.addFieldInt16(0,r,Yd.MetadataVersion.V1)}static addSchema(e,r){e.addFieldOffset(1,r,0)}static addDictionaries(e,r){e.addFieldOffset(2,r,0)}static startDictionariesVector(e,r){e.startVector(24,r,8)}static addRecordBatches(e,r){e.addFieldOffset(3,r,0)}static startRecordBatchesVector(e,r){e.startVector(24,r,8)}static addCustomMetadata(e,r){e.addFieldOffset(4,r,0)}static createCustomMetadataVector(e,r){e.startVector(4,r.length,4);for(let n=r.length-1;n>=0;n--)e.addOffset(r[n]);return e.endVector()}static startCustomMetadataVector(e,r){e.startVector(4,r,4)}static endFooter(e){return e.endObject()}static finishFooterBuffer(e,r){e.finish(r)}static finishSizePrefixedFooterBuffer(e,r){e.finish(r,void 0,!0)}static createFooter(e,r,n,i,o,f){return Dn.startFooter(e),Dn.addVersion(e,r),Dn.addSchema(e,n),Dn.addDictionaries(e,i),Dn.addRecordBatches(e,o),Dn.addCustomMetadata(e,f),Dn.endFooter(e)}};ka.Footer=Dn;var Kd=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}offset(){return this.bb.readInt64(this.bb_pos)}metaDataLength(){return this.bb.readInt32(this.bb_pos+8)}bodyLength(){return this.bb.readInt64(this.bb_pos+16)}static createBlock(e,r,n,i){return e.prep(8,24),e.writeInt64(i),e.pad(4),e.writeInt32(n),e.writeInt64(r),e.offset()}};ka.Block=Kd});var my=M(Ia=>{"use strict";Object.defineProperty(Ia,"__esModule",{value:!0});Ia.FileBlock=Ia.Footer=void 0;var ei=nS(),py=uo(),iS=py.flatbuffers.Long,UR=py.flatbuffers.Builder,LR=py.flatbuffers.ByteBuffer,oS=vr(),fS=Rt(),CR=gr(),dy=class{constructor(e,r=fS.MetadataVersion.V4,n,i){this.schema=e,this.version=r,n&&(this._recordBatches=n),i&&(this._dictionaryBatches=i)}static decode(e){e=new LR(CR.toUint8Array(e));let r=ei.Footer.getRootAsFooter(e),n=oS.Schema.decode(r.schema());return new sS(n,r)}static encode(e){let r=new UR,n=oS.Schema.encode(r,e.schema);ei.Footer.startRecordBatchesVector(r,e.numRecordBatches),[...e.recordBatches()].slice().reverse().forEach(f=>pf.encode(r,f));let i=r.endVector();ei.Footer.startDictionariesVector(r,e.numDictionaries),[...e.dictionaryBatches()].slice().reverse().forEach(f=>pf.encode(r,f));let o=r.endVector();return ei.Footer.startFooter(r),ei.Footer.addSchema(r,n),ei.Footer.addVersion(r,fS.MetadataVersion.V4),ei.Footer.addRecordBatches(r,i),ei.Footer.addDictionaries(r,o),ei.Footer.finishFooterBuffer(r,ei.Footer.endFooter(r)),r.asUint8Array()}get numRecordBatches(){return this._recordBatches.length}get numDictionaries(){return this._dictionaryBatches.length}*recordBatches(){for(let e,r=-1,n=this.numRecordBatches;++r<n;)(e=this.getRecordBatch(r))&&(yield e)}*dictionaryBatches(){for(let e,r=-1,n=this.numDictionaries;++r<n;)(e=this.getDictionaryBatch(r))&&(yield e)}getRecordBatch(e){return e>=0&&e<this.numRecordBatches&&this._recordBatches[e]||null}getDictionaryBatch(e){return e>=0&&e<this.numDictionaries&&this._dictionaryBatches[e]||null}};Ia.Footer=dy;var sS=class extends dy{constructor(e,r){super(e,r.version());this._footer=r}get numRecordBatches(){return this._footer.recordBatchesLength()}get numDictionaries(){return this._footer.dictionariesLength()}getRecordBatch(e){if(e>=0&&e<this.numRecordBatches){let r=this._footer.recordBatches(e);if(r)return pf.decode(r)}return null}getDictionaryBatch(e){if(e>=0&&e<this.numDictionaries){let r=this._footer.dictionaries(e);if(r)return pf.decode(r)}return null}},pf=class{constructor(e,r,n){this.metaDataLength=e,this.offset=typeof n=="number"?n:n.low,this.bodyLength=typeof r=="number"?r:r.low}static decode(e){return new pf(e.metaDataLength(),e.bodyLength(),e.offset())}static encode(e,r){let{metaDataLength:n}=r,i=new iS(r.offset,0),o=new iS(r.bodyLength,0);return ei.Block.createBlock(e,i,n,o)}};Ia.FileBlock=pf});var hf=M(bf=>{"use strict";Object.defineProperty(bf,"__esModule",{value:!0});bf.AsyncByteStream=bf.ByteStream=bf.AsyncByteQueue=void 0;var df=Ou(),aS=fs(),Cu=ua(),by=gr(),Sa=Fr(),hy=class extends Cu.AsyncQueue{write(e){if((e=by.toUint8Array(e)).byteLength>0)return super.write(e)}toString(e=!1){return e?aS.decodeUtf8(this.toUint8Array(!0)):this.toUint8Array(!1).then(aS.decodeUtf8)}toUint8Array(e=!1){return e?by.joinUint8Arrays(this._values)[0]:(async()=>{let r=[],n=0;for await(let i of this)r.push(i),n+=i.byteLength;return by.joinUint8Arrays(r,n)[0]})()}};bf.AsyncByteQueue=hy;var lS=class{constructor(e){e&&(this.source=new uS(df.default.fromIterable(e)))}[Symbol.iterator](){return this}next(e){return this.source.next(e)}throw(e){return this.source.throw(e)}return(e){return this.source.return(e)}peek(e){return this.source.peek(e)}read(e){return this.source.read(e)}};bf.ByteStream=lS;var Gd=class{constructor(e){e instanceof Gd?this.source=e.source:e instanceof hy?this.source=new mf(df.default.fromAsyncIterable(e)):Sa.isReadableNodeStream(e)?this.source=new mf(df.default.fromNodeStream(e)):Sa.isReadableDOMStream(e)?this.source=new mf(df.default.fromDOMStream(e)):Sa.isFetchResponse(e)?this.source=new mf(df.default.fromDOMStream(e.body)):Sa.isIterable(e)?this.source=new mf(df.default.fromIterable(e)):Sa.isPromise(e)?this.source=new mf(df.default.fromAsyncIterable(e)):Sa.isAsyncIterable(e)&&(this.source=new mf(df.default.fromAsyncIterable(e)))}[Symbol.asyncIterator](){return this}next(e){return this.source.next(e)}throw(e){return this.source.throw(e)}return(e){return this.source.return(e)}get closed(){return this.source.closed}cancel(e){return this.source.cancel(e)}peek(e){return this.source.peek(e)}read(e){return this.source.read(e)}};bf.AsyncByteStream=Gd;var uS=class{constructor(e){this.source=e}cancel(e){this.return(e)}peek(e){return this.next(e,"peek").value}read(e){return this.next(e,"read").value}next(e,r="read"){return this.source.next({cmd:r,size:e})}throw(e){return Object.create(this.source.throw&&this.source.throw(e)||Cu.ITERATOR_DONE)}return(e){return Object.create(this.source.return&&this.source.return(e)||Cu.ITERATOR_DONE)}},mf=class{constructor(e){this.source=e,this._closedPromise=new Promise(r=>this._closedPromiseResolve=r)}async cancel(e){await this.return(e)}get closed(){return this._closedPromise}async read(e){return(await this.next(e,"read")).value}async peek(e){return(await this.next(e,"peek")).value}async next(e,r="read"){return await this.source.next({cmd:r,size:e})}async throw(e){let r=this.source.throw&&await this.source.throw(e)||Cu.ITERATOR_DONE;return this._closedPromiseResolve&&this._closedPromiseResolve(),this._closedPromiseResolve=void 0,Object.create(r)}async return(e){let r=this.source.return&&await this.source.return(e)||Cu.ITERATOR_DONE;return this._closedPromiseResolve&&this._closedPromiseResolve(),this._closedPromiseResolve=void 0,Object.create(r)}}});var wy=M(xa=>{"use strict";Object.defineProperty(xa,"__esModule",{value:!0});xa.AsyncRandomAccessFile=xa.RandomAccessFile=void 0;var cS=hf(),VR=gr(),pS=class extends cS.ByteStream{constructor(e,r){super();this.position=0,this.buffer=VR.toUint8Array(e),this.size=typeof r=="undefined"?this.buffer.byteLength:r}readInt32(e){let{buffer:r,byteOffset:n}=this.readAt(e,4);return new DataView(r,n).getInt32(0,!0)}seek(e){return this.position=Math.min(e,this.size),e<this.size}read(e){let{buffer:r,size:n,position:i}=this;return r&&i<n?(typeof e!="number"&&(e=1/0),this.position=Math.min(n,i+Math.min(n-i,e)),r.subarray(i,this.position)):null}readAt(e,r){let n=this.buffer,i=Math.min(this.size,e+r);return n?n.subarray(e,i):new Uint8Array(r)}close(){this.buffer&&(this.buffer=null)}throw(e){return this.close(),{done:!0,value:e}}return(e){return this.close(),{done:!0,value:e}}};xa.RandomAccessFile=pS;var dS=class extends cS.AsyncByteStream{constructor(e,r){super();this.position=0,this._handle=e,typeof r=="number"?this.size=r:this._pending=(async()=>{this.size=(await e.stat()).size,delete this._pending})()}async readInt32(e){let{buffer:r,byteOffset:n}=await this.readAt(e,4);return new DataView(r,n).getInt32(0,!0)}async seek(e){return this._pending&&await this._pending,this.position=Math.min(e,this.size),e<this.size}async read(e){this._pending&&await this._pending;let{_handle:r,size:n,position:i}=this;if(r&&i<n){typeof e!="number"&&(e=1/0);let o=i,f=0,s=0,l=Math.min(n,o+Math.min(n-o,e)),u=new Uint8Array(Math.max(0,(this.position=l)-o));for(;(o+=s)<l&&(f+=s)<u.byteLength;)({bytesRead:s}=await r.read(u,f,u.byteLength-f,o));return u}return null}async readAt(e,r){this._pending&&await this._pending;let{_handle:n,size:i}=this;if(n&&e+r<i){let o=Math.min(i,e+r),f=new Uint8Array(o-e);return(await n.read(f,0,r,e)).buffer}return new Uint8Array(r)}async close(){let e=this._handle;this._handle=null,e&&await e.close()}async throw(e){return await this.close(),{done:!0,value:e}}async return(e){return await this.close(),{done:!0,value:e}}};xa.AsyncRandomAccessFile=dS});var yy=M(xi=>{"use strict";Object.defineProperty(xi,"__esModule",{value:!0});xi.Int128=xi.Int64=xi.Uint64=xi.BaseInt64=void 0;var WR=1<<16;function Ea(t){return t<0&&(t=4294967295+t+1),`0x${t.toString(16)}`}var Aa=8,gy=[1,10,100,1e3,1e4,1e5,1e6,1e7,1e8],Jd=class{constructor(e){this.buffer=e}high(){return this.buffer[1]}low(){return this.buffer[0]}_times(e){let r=new Uint32Array([this.buffer[1]>>>16,this.buffer[1]&65535,this.buffer[0]>>>16,this.buffer[0]&65535]),n=new Uint32Array([e.buffer[1]>>>16,e.buffer[1]&65535,e.buffer[0]>>>16,e.buffer[0]&65535]),i=r[3]*n[3];this.buffer[0]=i&65535;let o=i>>>16;return i=r[2]*n[3],o+=i,i=r[3]*n[2]>>>0,o+=i,this.buffer[0]+=o<<16,this.buffer[1]=o>>>0<i?WR:0,this.buffer[1]+=o>>>16,this.buffer[1]+=r[1]*n[3]+r[2]*n[2]+r[3]*n[1],this.buffer[1]+=r[0]*n[3]+r[1]*n[2]+r[2]*n[1]+r[3]*n[0]<<16,this}_plus(e){let r=this.buffer[0]+e.buffer[0]>>>0;this.buffer[1]+=e.buffer[1],r<this.buffer[0]>>>0&&++this.buffer[1],this.buffer[0]=r}lessThan(e){return this.buffer[1]<e.buffer[1]||this.buffer[1]===e.buffer[1]&&this.buffer[0]<e.buffer[0]}equals(e){return this.buffer[1]===e.buffer[1]&&this.buffer[0]==e.buffer[0]}greaterThan(e){return e.lessThan(this)}hex(){return`${Ea(this.buffer[1])} ${Ea(this.buffer[0])}`}};xi.BaseInt64=Jd;var qt=class extends Jd{times(e){return this._times(e),this}plus(e){return this._plus(e),this}static from(e,r=new Uint32Array(2)){return qt.fromString(typeof e=="string"?e:e.toString(),r)}static fromNumber(e,r=new Uint32Array(2)){return qt.fromString(e.toString(),r)}static fromString(e,r=new Uint32Array(2)){let n=e.length,i=new qt(r);for(let o=0;o<n;){let f=Aa<n-o?Aa:n-o,s=new qt(new Uint32Array([parseInt(e.substr(o,f),10),0])),l=new qt(new Uint32Array([gy[f],0]));i.times(l),i.plus(s),o+=f}return i}static convertArray(e){let r=new Uint32Array(e.length*2);for(let n=-1,i=e.length;++n<i;)qt.from(e[n],new Uint32Array(r.buffer,r.byteOffset+2*n*4,2));return r}static multiply(e,r){return new qt(new Uint32Array(e.buffer)).times(r)}static add(e,r){return new qt(new Uint32Array(e.buffer)).plus(r)}};xi.Uint64=qt;var un=class extends Jd{negate(){return this.buffer[0]=~this.buffer[0]+1,this.buffer[1]=~this.buffer[1],this.buffer[0]==0&&++this.buffer[1],this}times(e){return this._times(e),this}plus(e){return this._plus(e),this}lessThan(e){let r=this.buffer[1]<<0,n=e.buffer[1]<<0;return r<n||r===n&&this.buffer[0]<e.buffer[0]}static from(e,r=new Uint32Array(2)){return un.fromString(typeof e=="string"?e:e.toString(),r)}static fromNumber(e,r=new Uint32Array(2)){return un.fromString(e.toString(),r)}static fromString(e,r=new Uint32Array(2)){let n=e.startsWith("-"),i=e.length,o=new un(r);for(let f=n?1:0;f<i;){let s=Aa<i-f?Aa:i-f,l=new un(new Uint32Array([parseInt(e.substr(f,s),10),0])),u=new un(new Uint32Array([gy[s],0]));o.times(u),o.plus(l),f+=s}return n?o.negate():o}static convertArray(e){let r=new Uint32Array(e.length*2);for(let n=-1,i=e.length;++n<i;)un.from(e[n],new Uint32Array(r.buffer,r.byteOffset+2*n*4,2));return r}static multiply(e,r){return new un(new Uint32Array(e.buffer)).times(r)}static add(e,r){return new un(new Uint32Array(e.buffer)).plus(r)}};xi.Int64=un;var ti=class{constructor(e){this.buffer=e}high(){return new un(new Uint32Array(this.buffer.buffer,this.buffer.byteOffset+8,2))}low(){return new un(new Uint32Array(this.buffer.buffer,this.buffer.byteOffset,2))}negate(){return this.buffer[0]=~this.buffer[0]+1,this.buffer[1]=~this.buffer[1],this.buffer[2]=~this.buffer[2],this.buffer[3]=~this.buffer[3],this.buffer[0]==0&&++this.buffer[1],this.buffer[1]==0&&++this.buffer[2],this.buffer[2]==0&&++this.buffer[3],this}times(e){let r=new qt(new Uint32Array([this.buffer[3],0])),n=new qt(new Uint32Array([this.buffer[2],0])),i=new qt(new Uint32Array([this.buffer[1],0])),o=new qt(new Uint32Array([this.buffer[0],0])),f=new qt(new Uint32Array([e.buffer[3],0])),s=new qt(new Uint32Array([e.buffer[2],0])),l=new qt(new Uint32Array([e.buffer[1],0])),u=new qt(new Uint32Array([e.buffer[0],0])),c=qt.multiply(o,u);this.buffer[0]=c.low();let _=new qt(new Uint32Array([c.high(),0]));return c=qt.multiply(i,u),_.plus(c),c=qt.multiply(o,l),_.plus(c),this.buffer[1]=_.low(),this.buffer[3]=_.lessThan(c)?1:0,this.buffer[2]=_.high(),new qt(new Uint32Array(this.buffer.buffer,this.buffer.byteOffset+8,2)).plus(qt.multiply(n,u)).plus(qt.multiply(i,l)).plus(qt.multiply(o,s)),this.buffer[3]+=qt.multiply(r,u).plus(qt.multiply(n,l)).plus(qt.multiply(i,s)).plus(qt.multiply(o,f)).low(),this}plus(e){let r=new Uint32Array(4);return r[3]=this.buffer[3]+e.buffer[3]>>>0,r[2]=this.buffer[2]+e.buffer[2]>>>0,r[1]=this.buffer[1]+e.buffer[1]>>>0,r[0]=this.buffer[0]+e.buffer[0]>>>0,r[0]<this.buffer[0]>>>0&&++r[1],r[1]<this.buffer[1]>>>0&&++r[2],r[2]<this.buffer[2]>>>0&&++r[3],this.buffer[3]=r[3],this.buffer[2]=r[2],this.buffer[1]=r[1],this.buffer[0]=r[0],this}hex(){return`${Ea(this.buffer[3])} ${Ea(this.buffer[2])} ${Ea(this.buffer[1])} ${Ea(this.buffer[0])}`}static multiply(e,r){return new ti(new Uint32Array(e.buffer)).times(r)}static add(e,r){return new ti(new Uint32Array(e.buffer)).plus(r)}static from(e,r=new Uint32Array(4)){return ti.fromString(typeof e=="string"?e:e.toString(),r)}static fromNumber(e,r=new Uint32Array(4)){return ti.fromString(e.toString(),r)}static fromString(e,r=new Uint32Array(4)){let n=e.startsWith("-"),i=e.length,o=new ti(r);for(let f=n?1:0;f<i;){let s=Aa<i-f?Aa:i-f,l=new ti(new Uint32Array([parseInt(e.substr(f,s),10),0,0,0])),u=new ti(new Uint32Array([gy[s],0,0,0]));o.times(u),o.plus(l),f+=s}return n?o.negate():o}static convertArray(e){let r=new Uint32Array(e.length*4);for(let n=-1,i=e.length;++n<i;)ti.from(e[n],new Uint32Array(r.buffer,r.byteOffset+4*4*n,4));return r}};xi.Int128=ti});var wS=M(Oa=>{"use strict";Object.defineProperty(Oa,"__esModule",{value:!0});Oa.JSONVectorLoader=Oa.VectorLoader=void 0;var jr=Qn(),YR=vr(),yo=_t(),KR=xr(),mS=Bi(),GR=fs(),Zd=yy(),bS=Rt(),Ei=gr(),jy=class extends KR.Visitor{constructor(e,r,n,i){super();this.nodesIndex=-1,this.buffersIndex=-1,this.bytes=e,this.nodes=r,this.buffers=n,this.dictionaries=i}visit(e){return super.visit(e instanceof YR.Field?e.type:e)}visitNull(e,{length:r}=this.nextFieldNode()){return jr.Data.Null(e,0,r)}visitBool(e,{length:r,nullCount:n}=this.nextFieldNode()){return jr.Data.Bool(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitInt(e,{length:r,nullCount:n}=this.nextFieldNode()){return jr.Data.Int(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitFloat(e,{length:r,nullCount:n}=this.nextFieldNode()){return jr.Data.Float(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitUtf8(e,{length:r,nullCount:n}=this.nextFieldNode()){return jr.Data.Utf8(e,0,r,n,this.readNullBitmap(e,n),this.readOffsets(e),this.readData(e))}visitBinary(e,{length:r,nullCount:n}=this.nextFieldNode()){return jr.Data.Binary(e,0,r,n,this.readNullBitmap(e,n),this.readOffsets(e),this.readData(e))}visitFixedSizeBinary(e,{length:r,nullCount:n}=this.nextFieldNode()){return jr.Data.FixedSizeBinary(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitDate(e,{length:r,nullCount:n}=this.nextFieldNode()){return jr.Data.Date(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitTimestamp(e,{length:r,nullCount:n}=this.nextFieldNode()){return jr.Data.Timestamp(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitTime(e,{length:r,nullCount:n}=this.nextFieldNode()){return jr.Data.Time(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitDecimal(e,{length:r,nullCount:n}=this.nextFieldNode()){return jr.Data.Decimal(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitList(e,{length:r,nullCount:n}=this.nextFieldNode()){return jr.Data.List(e,0,r,n,this.readNullBitmap(e,n),this.readOffsets(e),this.visit(e.children[0]))}visitStruct(e,{length:r,nullCount:n}=this.nextFieldNode()){return jr.Data.Struct(e,0,r,n,this.readNullBitmap(e,n),this.visitMany(e.children))}visitUnion(e){return e.mode===bS.UnionMode.Sparse?this.visitSparseUnion(e):this.visitDenseUnion(e)}visitDenseUnion(e,{length:r,nullCount:n}=this.nextFieldNode()){return jr.Data.Union(e,0,r,n,this.readNullBitmap(e,n),this.readTypeIds(e),this.readOffsets(e),this.visitMany(e.children))}visitSparseUnion(e,{length:r,nullCount:n}=this.nextFieldNode()){return jr.Data.Union(e,0,r,n,this.readNullBitmap(e,n),this.readTypeIds(e),this.visitMany(e.children))}visitDictionary(e,{length:r,nullCount:n}=this.nextFieldNode()){return jr.Data.Dictionary(e,0,r,n,this.readNullBitmap(e,n),this.readData(e.indices),this.readDictionary(e))}visitInterval(e,{length:r,nullCount:n}=this.nextFieldNode()){return jr.Data.Interval(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitFixedSizeList(e,{length:r,nullCount:n}=this.nextFieldNode()){return jr.Data.FixedSizeList(e,0,r,n,this.readNullBitmap(e,n),this.visit(e.children[0]))}visitMap(e,{length:r,nullCount:n}=this.nextFieldNode()){return jr.Data.Map(e,0,r,n,this.readNullBitmap(e,n),this.readOffsets(e),this.visit(e.children[0]))}nextFieldNode(){return this.nodes[++this.nodesIndex]}nextBufferRange(){return this.buffers[++this.buffersIndex]}readNullBitmap(e,r,n=this.nextBufferRange()){return r>0&&this.readData(e,n)||new Uint8Array(0)}readOffsets(e,r){return this.readData(e,r)}readTypeIds(e,r){return this.readData(e,r)}readData(e,{length:r,offset:n}=this.nextBufferRange()){return this.bytes.subarray(n,n+r)}readDictionary(e){return this.dictionaries.get(e.id)}};Oa.VectorLoader=jy;var hS=class extends jy{constructor(e,r,n,i){super(new Uint8Array(0),r,n,i);this.sources=e}readNullBitmap(e,r,{offset:n}=this.nextBufferRange()){return r<=0?new Uint8Array(0):mS.packBools(this.sources[n])}readOffsets(e,{offset:r}=this.nextBufferRange()){return Ei.toArrayBufferView(Uint8Array,Ei.toArrayBufferView(Int32Array,this.sources[r]))}readTypeIds(e,{offset:r}=this.nextBufferRange()){return Ei.toArrayBufferView(Uint8Array,Ei.toArrayBufferView(e.ArrayType,this.sources[r]))}readData(e,{offset:r}=this.nextBufferRange()){let{sources:n}=this;return yo.DataType.isTimestamp(e)||(yo.DataType.isInt(e)||yo.DataType.isTime(e))&&e.bitWidth===64||yo.DataType.isDate(e)&&e.unit===bS.DateUnit.MILLISECOND?Ei.toArrayBufferView(Uint8Array,Zd.Int64.convertArray(n[r])):yo.DataType.isDecimal(e)?Ei.toArrayBufferView(Uint8Array,Zd.Int128.convertArray(n[r])):yo.DataType.isBinary(e)||yo.DataType.isFixedSizeBinary(e)?JR(n[r]):yo.DataType.isBool(e)?mS.packBools(n[r]):yo.DataType.isUtf8(e)?GR.encodeUtf8(n[r].join("")):Ei.toArrayBufferView(Uint8Array,Ei.toArrayBufferView(e.ArrayType,n[r].map(i=>+i)))}};Oa.JSONVectorLoader=hS;function JR(t){let e=t.join(""),r=new Uint8Array(e.length/2);for(let n=0;n<e.length;n+=2)r[n>>1]=parseInt(e.substr(n,2),16);return r}});var Vu=M(Da=>{"use strict";Object.defineProperty(Da,"__esModule",{value:!0});Da.StructRow=Da.MapRow=void 0;var gS=Sg(),Er=Symbol.for("parent"),Na=Symbol.for("rowIndex"),cn=Symbol.for("keyToIdx"),pn=Symbol.for("idxToVal"),_y=Symbol.for("nodejs.util.inspect.custom"),Ai=class{constructor(e,r){this[Er]=e,this.size=r}entries(){return this[Symbol.iterator]()}has(e){return this.get(e)!==void 0}get(e){let r;if(e!=null){let n=this[cn]||(this[cn]=new Map),i=n.get(e);if(i!==void 0){let o=this[pn]||(this[pn]=new Array(this.size));(r=o[i])!==void 0||(o[i]=r=this.getValue(i))}else if((i=this.getIndex(e))>-1){n.set(e,i);let o=this[pn]||(this[pn]=new Array(this.size));(r=o[i])!==void 0||(o[i]=r=this.getValue(i))}}return r}set(e,r){if(e!=null){let n=this[cn]||(this[cn]=new Map),i=n.get(e);if(i===void 0&&n.set(e,i=this.getIndex(e)),i>-1){let o=this[pn]||(this[pn]=new Array(this.size));o[i]=this.setValue(i,r)}}return this}clear(){throw new Error(`Clearing ${this[Symbol.toStringTag]} not supported.`)}delete(e){throw new Error(`Deleting ${this[Symbol.toStringTag]} values not supported.`)}*[Symbol.iterator](){let e=this.keys(),r=this.values(),n=this[cn]||(this[cn]=new Map),i=this[pn]||(this[pn]=new Array(this.size));for(let o,f,s=0,l,u;!((l=e.next()).done||(u=r.next()).done);++s)o=l.value,f=u.value,i[s]=f,n.has(o)||n.set(o,s),yield[o,f]}forEach(e,r){let n=this.keys(),i=this.values(),o=r===void 0?e:(l,u,c)=>e.call(r,l,u,c),f=this[cn]||(this[cn]=new Map),s=this[pn]||(this[pn]=new Array(this.size));for(let l,u,c=0,_,p;!((_=n.next()).done||(p=i.next()).done);++c)l=_.value,u=p.value,s[c]=u,f.has(l)||f.set(l,c),o(u,l,this)}toArray(){return[...this.values()]}toJSON(){let e={};return this.forEach((r,n)=>e[n]=r),e}inspect(){return this.toString()}[_y](){return this.toString()}toString(){let e=[];return this.forEach((r,n)=>{n=gS.valueToString(n),r=gS.valueToString(r),e.push(`${n}: ${r}`)}),`{ ${e.join(", ")} }`}};Ai[Symbol.toStringTag]=(t=>(Object.defineProperties(t,{size:{writable:!0,enumerable:!1,configurable:!1,value:0},[Er]:{writable:!0,enumerable:!1,configurable:!1,value:null},[Na]:{writable:!0,enumerable:!1,configurable:!1,value:-1}}),t[Symbol.toStringTag]="Row"))(Ai.prototype);var yS=class extends Ai{constructor(e){super(e,e.length);return ZR(this)}keys(){return this[Er].getChildAt(0)[Symbol.iterator]()}values(){return this[Er].getChildAt(1)[Symbol.iterator]()}getKey(e){return this[Er].getChildAt(0).get(e)}getIndex(e){return this[Er].getChildAt(0).indexOf(e)}getValue(e){return this[Er].getChildAt(1).get(e)}setValue(e,r){this[Er].getChildAt(1).set(e,r)}};Da.MapRow=yS;var jS=class extends Ai{constructor(e){super(e,e.type.children.length);return _S(this)}*keys(){for(let e of this[Er].type.children)yield e.name}*values(){for(let e of this[Er].type.children)yield this[e.name]}getKey(e){return this[Er].type.children[e].name}getIndex(e){return this[Er].type.children.findIndex(r=>r.name===e)}getValue(e){return this[Er].getChildAt(e).get(this[Na])}setValue(e,r){return this[Er].getChildAt(e).set(this[Na],r)}};Da.StructRow=jS;Object.setPrototypeOf(Ai.prototype,Map.prototype);var _S=(()=>{let t={enumerable:!0,configurable:!1,get:null,set:null};return e=>{let r=-1,n=e[cn]||(e[cn]=new Map),i=f=>function(){return this.get(f)},o=f=>function(s){return this.set(f,s)};for(let f of e.keys())n.set(f,++r),t.get=i(f),t.set=o(f),Object.prototype.hasOwnProperty.call(e,f)||(t.enumerable=!0,Object.defineProperty(e,f,t)),Object.prototype.hasOwnProperty.call(e,r)||(t.enumerable=!1,Object.defineProperty(e,r,t));return t.get=t.set=null,e}})(),ZR=(()=>{if(typeof Proxy=="undefined")return _S;let t=Ai.prototype.has,e=Ai.prototype.get,r=Ai.prototype.set,n=Ai.prototype.getKey,i={isExtensible(){return!1},deleteProperty(){return!1},preventExtensions(){return!0},ownKeys(o){return[...o.keys()].map(f=>`${f}`)},has(o,f){switch(f){case"getKey":case"getIndex":case"getValue":case"setValue":case"toArray":case"toJSON":case"inspect":case"constructor":case"isPrototypeOf":case"propertyIsEnumerable":case"toString":case"toLocaleString":case"valueOf":case"size":case"has":case"get":case"set":case"clear":case"delete":case"keys":case"values":case"entries":case"forEach":case"__proto__":case"__defineGetter__":case"__defineSetter__":case"hasOwnProperty":case"__lookupGetter__":case"__lookupSetter__":case Symbol.iterator:case Symbol.toStringTag:case Er:case Na:case pn:case cn:case _y:return!0}return typeof f=="number"&&!o.has(f)&&(f=o.getKey(f)),o.has(f)},get(o,f,s){switch(f){case"getKey":case"getIndex":case"getValue":case"setValue":case"toArray":case"toJSON":case"inspect":case"constructor":case"isPrototypeOf":case"propertyIsEnumerable":case"toString":case"toLocaleString":case"valueOf":case"size":case"has":case"get":case"set":case"clear":case"delete":case"keys":case"values":case"entries":case"forEach":case"__proto__":case"__defineGetter__":case"__defineSetter__":case"hasOwnProperty":case"__lookupGetter__":case"__lookupSetter__":case Symbol.iterator:case Symbol.toStringTag:case Er:case Na:case pn:case cn:case _y:return Reflect.get(o,f,s)}return typeof f=="number"&&!t.call(s,f)&&(f=n.call(s,f)),e.call(s,f)},set(o,f,s,l){switch(f){case Er:case Na:case pn:case cn:return Reflect.set(o,f,s,l);case"getKey":case"getIndex":case"getValue":case"setValue":case"toArray":case"toJSON":case"inspect":case"constructor":case"isPrototypeOf":case"propertyIsEnumerable":case"toString":case"toLocaleString":case"valueOf":case"size":case"has":case"get":case"set":case"clear":case"delete":case"keys":case"values":case"entries":case"forEach":case"__proto__":case"__defineGetter__":case"__defineSetter__":case"hasOwnProperty":case"__lookupGetter__":case"__lookupSetter__":case Symbol.iterator:case Symbol.toStringTag:return!1}return typeof f=="number"&&!t.call(l,f)&&(f=n.call(l,f)),t.call(l,f)?!!r.call(l,f,s):!1}};return o=>new Proxy(o,i)})()});var Yu=M(wf=>{"use strict";Object.defineProperty(wf,"__esModule",{value:!0});wf.createElementComparator=wf.clampRange=wf.clampIndex=void 0;var qS=or(),vS=Vu(),XR=gr(),TS=Fr();function QR(t,e,r){let n=t.length,i=e>-1?e:n+e%n;return r?r(t,i):i}wf.clampIndex=QR;var BS;function $R(t,e,r,n){let{length:i=0}=t,o=typeof e!="number"?0:e,f=typeof r!="number"?i:r;return o<0&&(o=(o%i+i)%i),f<0&&(f=(f%i+i)%i),f<o&&(BS=o,o=f,f=BS),f>i&&(f=i),n?n(t,o,f):[o,f]}wf.clampRange=$R;var e3=TS.BigIntAvailable?TS.BigInt(0):0,kS=t=>t!==t;function Wu(t){let e=typeof t;if(e!=="object"||t===null)return kS(t)?kS:e!=="bigint"?r=>r===t:r=>e3+r===t;if(t instanceof Date){let r=t.valueOf();return n=>n instanceof Date?n.valueOf()===r:!1}return ArrayBuffer.isView(t)?r=>r?XR.compareArrayLike(t,r):!1:t instanceof Map?r3(t):Array.isArray(t)?t3(t):t instanceof qS.Vector?n3(t):i3(t)}wf.createElementComparator=Wu;function t3(t){let e=[];for(let r=-1,n=t.length;++r<n;)e[r]=Wu(t[r]);return Xd(e)}function r3(t){let e=-1,r=[];return t.forEach(n=>r[++e]=Wu(n)),Xd(r)}function n3(t){let e=[];for(let r=-1,n=t.length;++r<n;)e[r]=Wu(t.get(r));return Xd(e)}function i3(t){let e=Object.keys(t);if(e.length===0)return()=>!1;let r=[];for(let n=-1,i=e.length;++n<i;)r[n]=Wu(t[e[n]]);return Xd(r,e)}function Xd(t,e){return r=>{if(!r||typeof r!="object")return!1;switch(r.constructor){case Array:return o3(t,r);case Map:case vS.MapRow:case vS.StructRow:return IS(t,r,r.keys());case Object:case void 0:return IS(t,r,e||Object.keys(r))}return r instanceof qS.Vector?f3(t,r):!1}}function o3(t,e){let r=t.length;if(e.length!==r)return!1;for(let n=-1;++n<r;)if(!t[n](e[n]))return!1;return!0}function f3(t,e){let r=t.length;if(e.length!==r)return!1;for(let n=-1;++n<r;)if(!t[n](e.get(n)))return!1;return!0}function IS(t,e,r){let n=r[Symbol.iterator](),i=e instanceof Map?e.keys():Object.keys(e)[Symbol.iterator](),o=e instanceof Map?e.values():Object.values(e)[Symbol.iterator](),f=0,s=t.length,l=o.next(),u=n.next(),c=i.next();for(;f<s&&!u.done&&!c.done&&!l.done&&!(u.value!==c.value||!t[f](l.value));++f,u=n.next(),c=i.next(),l=o.next());return f===s&&u.done&&c.done&&l.done?!0:(n.return&&n.return(),i.return&&i.return(),o.return&&o.return(),!1)}});var Fa=M(tn=>{"use strict";Object.defineProperty(tn,"__esModule",{value:!0});tn.selectColumnChildrenArgs=tn.selectVectorChildrenArgs=tn.selectChunkArgs=tn.selectFieldArgs=tn.selectColumnArgs=tn.selectArgs=void 0;var SS=Qn(),xS=vr(),gf=Pa(),Ku=or(),ES=_t(),s3=jf(),yf=Array.isArray;tn.selectArgs=(t,e)=>Qd(t,e,[],0);tn.selectColumnArgs=t=>{let[e,r]=vy(t,[[],[]]);return r.map((n,i)=>n instanceof gf.Column?gf.Column.new(n.field.clone(e[i]),n):n instanceof Ku.Vector?gf.Column.new(e[i],n):gf.Column.new(e[i],[]))};tn.selectFieldArgs=t=>vy(t,[[],[]]);tn.selectChunkArgs=(t,e)=>qy(t,e,[],0);tn.selectVectorChildrenArgs=(t,e)=>AS(t,e,[],0);tn.selectColumnChildrenArgs=(t,e)=>OS(t,e,[],0);function Qd(t,e,r,n){let i,o=n,f=-1,s=e.length;for(;++f<s;)yf(i=e[f])?o=Qd(t,i,r,o).length:i instanceof t&&(r[o++]=i);return r}function qy(t,e,r,n){let i,o=n,f=-1,s=e.length;for(;++f<s;)yf(i=e[f])?o=qy(t,i,r,o).length:i instanceof s3.Chunked?o=qy(t,i.chunks,r,o).length:i instanceof t&&(r[o++]=i);return r}function AS(t,e,r,n){let i,o=n,f=-1,s=e.length;for(;++f<s;)yf(i=e[f])?o=AS(t,i,r,o).length:i instanceof t?o=Qd(Ku.Vector,i.schema.fields.map((l,u)=>i.getChildAt(u)),r,o).length:i instanceof Ku.Vector&&(r[o++]=i);return r}function OS(t,e,r,n){let i,o=n,f=-1,s=e.length;for(;++f<s;)yf(i=e[f])?o=OS(t,i,r,o).length:i instanceof t?o=Qd(gf.Column,i.schema.fields.map((l,u)=>gf.Column.new(l,i.getChildAt(u))),r,o).length:i instanceof gf.Column&&(r[o++]=i);return r}var a3=(t,[e,r],n)=>(t[0][n]=e,t[1][n]=r,t);function vy(t,e){let r,n;switch(n=t.length){case 0:return e;case 1:if(r=e[0],!t[0])return e;if(yf(t[0]))return vy(t[0],e);t[0]instanceof SS.Data||t[0]instanceof Ku.Vector||t[0]instanceof ES.DataType||([r,t]=Object.entries(t[0]).reduce(a3,e));break;default:yf(r=t[n-1])?t=yf(t[0])?t[0]:t.slice(0,n-1):(t=yf(t[0])?t[0]:t,r=[])}let i=-1,o=-1,f=-1,s=t.length,l,u,[c,_]=e;for(;++f<s;)u=t[f],u instanceof gf.Column&&(_[++o]=u)?c[++i]=u.field.clone(r[f],u.type,!0):({[f]:l=f}=r,u instanceof ES.DataType&&(_[++o]=u)?c[++i]=xS.Field.new(l,u,!0):u&&u.type&&(_[++o]=u)&&(u instanceof SS.Data&&(_[o]=u=Ku.Vector.new(u)),c[++i]=xS.Field.new(l,u.type,!0)));return e}});var jf=M($d=>{"use strict";Object.defineProperty($d,"__esModule",{value:!0});$d.Chunked=void 0;var l3=Yu(),NS=_t(),u3=Fa(),DS=or(),FS=class{constructor(e){this.chunks=e,this.chunkIndex=0,this.chunkIterator=this.getChunkIterator()}next(){for(;this.chunkIndex<this.chunks.length;){let e=this.chunkIterator.next();if(!e.done)return e;++this.chunkIndex<this.chunks.length&&(this.chunkIterator=this.getChunkIterator())}return{done:!0,value:null}}getChunkIterator(){return this.chunks[this.chunkIndex][Symbol.iterator]()}[Symbol.iterator](){return this}},jo=class extends DS.AbstractVector{constructor(e,r=[],n=c3(r)){super();this._nullCount=-1,this._type=e,this._chunks=r,this._chunkOffsets=n,this._length=n[n.length-1],this._numChildren=(this._type.children||[]).length}static flatten(...e){return u3.selectChunkArgs(DS.Vector,e)}static concat(...e){let r=jo.flatten(...e);return new jo(r[0].type,r)}get type(){return this._type}get length(){return this._length}get chunks(){return this._chunks}get typeId(){return this._type.typeId}get VectorName(){return`Chunked<${this._type}>`}get data(){return this._chunks[0]?this._chunks[0].data:null}get ArrayType(){return this._type.ArrayType}get numChildren(){return this._numChildren}get stride(){return this._chunks[0]?this._chunks[0].stride:1}get byteLength(){return this._chunks.reduce((e,r)=>e+r.byteLength,0)}get nullCount(){let e=this._nullCount;return e<0&&(this._nullCount=e=this._chunks.reduce((r,{nullCount:n})=>r+n,0)),e}get indices(){if(NS.DataType.isDictionary(this._type)){if(!this._indices){let e=this._chunks;this._indices=e.length===1?e[0].indices:jo.concat(...e.map(r=>r.indices))}return this._indices}return null}get dictionary(){return NS.DataType.isDictionary(this._type)?this._chunks[this._chunks.length-1].data.dictionary:null}[Symbol.iterator](){return new FS(this._chunks)}clone(e=this._chunks){return new jo(this._type,e)}concat(...e){return this.clone(jo.flatten(this,...e))}slice(e,r){return l3.clampRange(this,e,r,this._sliceInternal)}getChildAt(e){if(e<0||e>=this._numChildren)return null;let r=this._children||(this._children=[]),n,i,o;return(n=r[e])?n:(i=(this._type.children||[])[e])&&(o=this._chunks.map(f=>f.getChildAt(e)).filter(f=>f!=null),o.length>0)?r[e]=new jo(i.type,o):null}search(e,r){let n=e,i=this._chunkOffsets,o=i.length-1;if(n<0||n>=i[o])return null;if(o<=1)return r?r(this,0,n):[0,n];let f=0,s=0,l=0;do{if(f+1===o)return r?r(this,f,n-s):[f,n-s];l=f+(o-f)/2|0,n>=i[l]?f=l:o=l}while(n<i[o]&&n>=(s=i[f]));return null}isValid(e){return!!this.search(e,this.isValidInternal)}get(e){return this.search(e,this.getInternal)}set(e,r){this.search(e,({chunks:n},i,o)=>n[i].set(o,r))}indexOf(e,r){return r&&typeof r=="number"?this.search(r,(n,i,o)=>this.indexOfInternal(n,i,o,e)):this.indexOfInternal(this,0,Math.max(0,r||0),e)}toArray(){let{chunks:e}=this,r=e.length,n=this._type.ArrayType;if(r<=0)return new n(0);if(r<=1)return e[0].toArray();let i=0,o=new Array(r);for(let l=-1;++l<r;)i+=(o[l]=e[l].toArray()).length;n!==o[0].constructor&&(n=o[0].constructor);let f=new n(i),s=n===Array?d3:p3;for(let l=-1,u=0;++l<r;)u=s(o[l],f,u);return f}getInternal({_chunks:e},r,n){return e[r].get(n)}isValidInternal({_chunks:e},r,n){return e[r].isValid(n)}indexOfInternal({_chunks:e},r,n,i){let o=r-1,f=e.length,s=n,l=0,u=-1;for(;++o<f;){if(~(u=e[o].indexOf(i,s)))return l+u;s=0,l+=e[o].length}return-1}_sliceInternal(e,r,n){let i=[],{chunks:o,_chunkOffsets:f}=e;for(let s=-1,l=o.length;++s<l;){let u=o[s],c=u.length,_=f[s];if(_>=n)break;if(r>=_+c)continue;if(_>=r&&_+c<=n){i.push(u);continue}let p=Math.max(0,r-_),j=Math.min(n-_,c);i.push(u.slice(p,j))}return e.clone(i)}};$d.Chunked=jo;function c3(t){let e=new Uint32Array((t||[]).length+1),r=e[0]=0,n=e.length;for(let i=0;++i<n;)e[i]=r+=t[i-1].length;return e}var p3=(t,e,r)=>(e.set(t,r),r+t.length),d3=(t,e,r)=>{let n=r;for(let i=-1,o=t.length;++i<o;)e[n++]=t[i];return n}});var Pa=M(em=>{"use strict";Object.defineProperty(em,"__esModule",{value:!0});em.Column=void 0;var PS=vr(),RS=or(),Ty=jf(),js=class extends Ty.Chunked{constructor(e,r=[],n){r=Ty.Chunked.flatten(...r);super(e.type,r,n);if(this._field=e,r.length===1&&!(this instanceof By))return new By(e,r[0],this._chunkOffsets)}static new(...e){let[r,n,...i]=e;typeof r!="string"&&!(r instanceof PS.Field)&&(n=r,r="");let o=Ty.Chunked.flatten(Array.isArray(n)?[...n,...i]:n instanceof RS.Vector?[n,...i]:[RS.Vector.new(n,...i)]);if(typeof r=="string"){let f=o[0].data.type;r=new PS.Field(r,f,!0)}else!r.nullable&&o.some(({nullCount:f})=>f>0)&&(r=r.clone({nullable:!0}));return new js(r,o)}get field(){return this._field}get name(){return this._field.name}get nullable(){return this._field.nullable}get metadata(){return this._field.metadata}clone(e=this._chunks){return new js(this._field,e)}getChildAt(e){if(e<0||e>=this.numChildren)return null;let r=this._children||(this._children=[]),n,i,o;return(n=r[e])?n:(i=(this.type.children||[])[e])&&(o=this._chunks.map(f=>f.getChildAt(e)).filter(f=>f!=null),o.length>0)?r[e]=new js(i,o):null}};em.Column=js;var By=class extends js{constructor(e,r,n){super(e,[r],n);this._chunk=r}search(e,r){return r?r(this,0,e):[0,e]}isValid(e){return this._chunk.isValid(e)}get(e){return this._chunk.get(e)}set(e,r){this._chunk.set(e,r)}indexOf(e,r){return this._chunk.indexOf(e,r)}}});var HS=M(Ra=>{"use strict";Object.defineProperty(Ra,"__esModule",{value:!0});Ra.instance=Ra.TypeAssembler=void 0;var m3=uo(),b3=m3.flatbuffers.Long,h3=xr(),Ee=nf(),ky=class extends h3.Visitor{visit(e,r){return e==null||r==null?void 0:super.visit(e,r)}visitNull(e,r){return Ee.Null.startNull(r),Ee.Null.endNull(r)}visitInt(e,r){return Ee.Int.startInt(r),Ee.Int.addBitWidth(r,e.bitWidth),Ee.Int.addIsSigned(r,e.isSigned),Ee.Int.endInt(r)}visitFloat(e,r){return Ee.FloatingPoint.startFloatingPoint(r),Ee.FloatingPoint.addPrecision(r,e.precision),Ee.FloatingPoint.endFloatingPoint(r)}visitBinary(e,r){return Ee.Binary.startBinary(r),Ee.Binary.endBinary(r)}visitBool(e,r){return Ee.Bool.startBool(r),Ee.Bool.endBool(r)}visitUtf8(e,r){return Ee.Utf8.startUtf8(r),Ee.Utf8.endUtf8(r)}visitDecimal(e,r){return Ee.Decimal.startDecimal(r),Ee.Decimal.addScale(r,e.scale),Ee.Decimal.addPrecision(r,e.precision),Ee.Decimal.endDecimal(r)}visitDate(e,r){return Ee.Date.startDate(r),Ee.Date.addUnit(r,e.unit),Ee.Date.endDate(r)}visitTime(e,r){return Ee.Time.startTime(r),Ee.Time.addUnit(r,e.unit),Ee.Time.addBitWidth(r,e.bitWidth),Ee.Time.endTime(r)}visitTimestamp(e,r){let n=e.timezone&&r.createString(e.timezone)||void 0;return Ee.Timestamp.startTimestamp(r),Ee.Timestamp.addUnit(r,e.unit),n!==void 0&&Ee.Timestamp.addTimezone(r,n),Ee.Timestamp.endTimestamp(r)}visitInterval(e,r){return Ee.Interval.startInterval(r),Ee.Interval.addUnit(r,e.unit),Ee.Interval.endInterval(r)}visitList(e,r){return Ee.List.startList(r),Ee.List.endList(r)}visitStruct(e,r){return Ee.Struct_.startStruct_(r),Ee.Struct_.endStruct_(r)}visitUnion(e,r){Ee.Union.startTypeIdsVector(r,e.typeIds.length);let n=Ee.Union.createTypeIdsVector(r,e.typeIds);return Ee.Union.startUnion(r),Ee.Union.addMode(r,e.mode),Ee.Union.addTypeIds(r,n),Ee.Union.endUnion(r)}visitDictionary(e,r){let n=this.visit(e.indices,r);return Ee.DictionaryEncoding.startDictionaryEncoding(r),Ee.DictionaryEncoding.addId(r,new b3(e.id,0)),Ee.DictionaryEncoding.addIsOrdered(r,e.isOrdered),n!==void 0&&Ee.DictionaryEncoding.addIndexType(r,n),Ee.DictionaryEncoding.endDictionaryEncoding(r)}visitFixedSizeBinary(e,r){return Ee.FixedSizeBinary.startFixedSizeBinary(r),Ee.FixedSizeBinary.addByteWidth(r,e.byteWidth),Ee.FixedSizeBinary.endFixedSizeBinary(r)}visitFixedSizeList(e,r){return Ee.FixedSizeList.startFixedSizeList(r),Ee.FixedSizeList.addListSize(r,e.listSize),Ee.FixedSizeList.endFixedSizeList(r)}visitMap(e,r){return Ee.Map.startMap(r),Ee.Map.addKeysSorted(r,e.keysSorted),Ee.Map.endMap(r)}};Ra.TypeAssembler=ky;Ra.instance=new ky});var WS=M(Oi=>{"use strict";Object.defineProperty(Oi,"__esModule",{value:!0});Oi.fieldFromJSON=Oi.dictionaryBatchFromJSON=Oi.recordBatchFromJSON=Oi.schemaFromJSON=void 0;var Ha=vr(),Ct=_t(),_s=qs(),za=Rt();function w3(t,e=new Map){return new Ha.Schema(y3(t,e),tm(t.customMetadata),e)}Oi.schemaFromJSON=w3;function zS(t){return new _s.RecordBatch(t.count,US(t.columns),LS(t.columns))}Oi.recordBatchFromJSON=zS;function g3(t){return new _s.DictionaryBatch(zS(t.data),t.id,t.isDelta)}Oi.dictionaryBatchFromJSON=g3;function y3(t,e){return(t.fields||[]).filter(Boolean).map(r=>Ha.Field.fromJSON(r,e))}function MS(t,e){return(t.children||[]).filter(Boolean).map(r=>Ha.Field.fromJSON(r,e))}function US(t){return(t||[]).reduce((e,r)=>[...e,new _s.FieldNode(r.count,j3(r.VALIDITY)),...US(r.children)],[])}function LS(t,e=[]){for(let r=-1,n=(t||[]).length;++r<n;){let i=t[r];i.VALIDITY&&e.push(new _s.BufferRegion(e.length,i.VALIDITY.length)),i.TYPE&&e.push(new _s.BufferRegion(e.length,i.TYPE.length)),i.OFFSET&&e.push(new _s.BufferRegion(e.length,i.OFFSET.length)),i.DATA&&e.push(new _s.BufferRegion(e.length,i.DATA.length)),e=LS(i.children,e)}return e}function j3(t){return(t||[]).reduce((e,r)=>e+ +(r===0),0)}function _3(t,e){let r,n,i,o,f,s;return!e||!(o=t.dictionary)?(f=VS(t,MS(t,e)),i=new Ha.Field(t.name,f,t.nullable,tm(t.customMetadata))):e.has(r=o.id)?(n=(n=o.indexType)?CS(n):new Ct.Int32,s=new Ct.Dictionary(e.get(r),n,r,o.isOrdered),i=new Ha.Field(t.name,s,t.nullable,tm(t.customMetadata))):(n=(n=o.indexType)?CS(n):new Ct.Int32,e.set(r,f=VS(t,MS(t,e))),s=new Ct.Dictionary(f,n,r,o.isOrdered),i=new Ha.Field(t.name,s,t.nullable,tm(t.customMetadata))),i||null}Oi.fieldFromJSON=_3;function tm(t){return new Map(Object.entries(t||{}))}function CS(t){return new Ct.Int(t.isSigned,t.bitWidth)}function VS(t,e){let r=t.type.name;switch(r){case"NONE":return new Ct.Null;case"null":return new Ct.Null;case"binary":return new Ct.Binary;case"utf8":return new Ct.Utf8;case"bool":return new Ct.Bool;case"list":return new Ct.List((e||[])[0]);case"struct":return new Ct.Struct(e||[]);case"struct_":return new Ct.Struct(e||[])}switch(r){case"int":{let n=t.type;return new Ct.Int(n.isSigned,n.bitWidth)}case"floatingpoint":{let n=t.type;return new Ct.Float(za.Precision[n.precision])}case"decimal":{let n=t.type;return new Ct.Decimal(n.scale,n.precision)}case"date":{let n=t.type;return new Ct.Date_(za.DateUnit[n.unit])}case"time":{let n=t.type;return new Ct.Time(za.TimeUnit[n.unit],n.bitWidth)}case"timestamp":{let n=t.type;return new Ct.Timestamp(za.TimeUnit[n.unit],n.timezone)}case"interval":{let n=t.type;return new Ct.Interval(za.IntervalUnit[n.unit])}case"union":{let n=t.type;return new Ct.Union(za.UnionMode[n.mode],n.typeIds||[],e||[])}case"fixedsizebinary":{let n=t.type;return new Ct.FixedSizeBinary(n.byteWidth)}case"fixedsizelist":{let n=t.type;return new Ct.FixedSizeList(n.listSize,(e||[])[0])}case"map":{let n=t.type;return new Ct.Map_((e||[])[0],n.keysSorted)}}throw new Error(`Unrecognized type: "${r}"`)}});var qs=M(Pn=>{"use strict";Object.defineProperty(Pn,"__esModule",{value:!0});Pn.FieldNode=Pn.BufferRegion=Pn.DictionaryBatch=Pn.RecordBatch=Pn.Message=void 0;var Iy=uo(),Ie=nf(),Wt=od(),Tr=vr(),q3=gr(),Qt=Rt(),Sy=HS(),rm=WS(),vs=Iy.flatbuffers.Long,v3=Iy.flatbuffers.Builder,T3=Iy.flatbuffers.ByteBuffer,Vt=_t(),_f=class{constructor(e,r,n,i){this._version=r,this._headerType=n,this.body=new Uint8Array(0),i&&(this._createHeader=()=>i),this._bodyLength=typeof e=="number"?e:e.low}static fromJSON(e,r){let n=new _f(0,Qt.MetadataVersion.V4,r);return n._createHeader=B3(e,r),n}static decode(e){e=new T3(q3.toUint8Array(e));let r=Wt.Message.getRootAsMessage(e),n=r.bodyLength(),i=r.version(),o=r.headerType(),f=new _f(n,i,o);return f._createHeader=k3(r,o),f}static encode(e){let r=new v3,n=-1;return e.isSchema()?n=Tr.Schema.encode(r,e.header()):e.isRecordBatch()?n=Fn.encode(r,e.header()):e.isDictionaryBatch()&&(n=Ni.encode(r,e.header())),Wt.Message.startMessage(r),Wt.Message.addVersion(r,Qt.MetadataVersion.V4),Wt.Message.addHeader(r,n),Wt.Message.addHeaderType(r,e.headerType),Wt.Message.addBodyLength(r,new vs(e.bodyLength,0)),Wt.Message.finishMessageBuffer(r,Wt.Message.endMessage(r)),r.asUint8Array()}static from(e,r=0){if(e instanceof Tr.Schema)return new _f(0,Qt.MetadataVersion.V4,Qt.MessageHeader.Schema,e);if(e instanceof Fn)return new _f(r,Qt.MetadataVersion.V4,Qt.MessageHeader.RecordBatch,e);if(e instanceof Ni)return new _f(r,Qt.MetadataVersion.V4,Qt.MessageHeader.DictionaryBatch,e);throw new Error(`Unrecognized Message header: ${e}`)}get type(){return this.headerType}get version(){return this._version}get headerType(){return this._headerType}get bodyLength(){return this._bodyLength}header(){return this._createHeader()}isSchema(){return this.headerType===Qt.MessageHeader.Schema}isRecordBatch(){return this.headerType===Qt.MessageHeader.RecordBatch}isDictionaryBatch(){return this.headerType===Qt.MessageHeader.DictionaryBatch}};Pn.Message=_f;var Fn=class{constructor(e,r,n){this._nodes=r,this._buffers=n,this._length=typeof e=="number"?e:e.low}get nodes(){return this._nodes}get length(){return this._length}get buffers(){return this._buffers}};Pn.RecordBatch=Fn;var Ni=class{constructor(e,r,n=!1){this._data=e,this._isDelta=n,this._id=typeof r=="number"?r:r.low}get id(){return this._id}get data(){return this._data}get isDelta(){return this._isDelta}get length(){return this.data.length}get nodes(){return this.data.nodes}get buffers(){return this.data.buffers}};Pn.DictionaryBatch=Ni;var Ts=class{constructor(e,r){this.offset=typeof e=="number"?e:e.low,this.length=typeof r=="number"?r:r.low}};Pn.BufferRegion=Ts;var Bs=class{constructor(e,r){this.length=typeof e=="number"?e:e.low,this.nullCount=typeof r=="number"?r:r.low}};Pn.FieldNode=Bs;function B3(t,e){return()=>{switch(e){case Qt.MessageHeader.Schema:return Tr.Schema.fromJSON(t);case Qt.MessageHeader.RecordBatch:return Fn.fromJSON(t);case Qt.MessageHeader.DictionaryBatch:return Ni.fromJSON(t)}throw new Error(`Unrecognized Message type: { name: ${Qt.MessageHeader[e]}, type: ${e} }`)}}function k3(t,e){return()=>{switch(e){case Qt.MessageHeader.Schema:return Tr.Schema.decode(t.header(new Ie.Schema));case Qt.MessageHeader.RecordBatch:return Fn.decode(t.header(new Wt.RecordBatch),t.version());case Qt.MessageHeader.DictionaryBatch:return Ni.decode(t.header(new Wt.DictionaryBatch),t.version())}throw new Error(`Unrecognized Message type: { name: ${Qt.MessageHeader[e]}, type: ${e} }`)}}Tr.Field.encode=R3;Tr.Field.decode=F3;Tr.Field.fromJSON=rm.fieldFromJSON;Tr.Schema.encode=P3;Tr.Schema.decode=I3;Tr.Schema.fromJSON=rm.schemaFromJSON;Fn.encode=H3;Fn.decode=S3;Fn.fromJSON=rm.recordBatchFromJSON;Ni.encode=z3;Ni.decode=x3;Ni.fromJSON=rm.dictionaryBatchFromJSON;Bs.encode=M3;Bs.decode=A3;Ts.encode=U3;Ts.decode=E3;function I3(t,e=new Map){let r=D3(t,e);return new Tr.Schema(r,nm(t),e)}function S3(t,e=Qt.MetadataVersion.V4){return new Fn(t.length(),O3(t),N3(t,e))}function x3(t,e=Qt.MetadataVersion.V4){return new Ni(Fn.decode(t.data(),e),t.id(),t.isDelta())}function E3(t){return new Ts(t.offset(),t.length())}function A3(t){return new Bs(t.length(),t.nullCount())}function O3(t){let e=[];for(let r,n=-1,i=-1,o=t.nodesLength();++n<o;)(r=t.nodes(n))&&(e[++i]=Bs.decode(r));return e}function N3(t,e){let r=[];for(let n,i=-1,o=-1,f=t.buffersLength();++i<f;)(n=t.buffers(i))&&(e<Qt.MetadataVersion.V4&&(n.bb_pos+=8*(i+1)),r[++o]=Ts.decode(n));return r}function D3(t,e){let r=[];for(let n,i=-1,o=-1,f=t.fieldsLength();++i<f;)(n=t.fields(i))&&(r[++o]=Tr.Field.decode(n,e));return r}function YS(t,e){let r=[];for(let n,i=-1,o=-1,f=t.childrenLength();++i<f;)(n=t.children(i))&&(r[++o]=Tr.Field.decode(n,e));return r}function F3(t,e){let r,n,i,o,f,s;return!e||!(s=t.dictionary())?(i=GS(t,YS(t,e)),n=new Tr.Field(t.name(),i,t.nullable(),nm(t))):e.has(r=s.id().low)?(o=(o=s.indexType())?KS(o):new Vt.Int32,f=new Vt.Dictionary(e.get(r),o,r,s.isOrdered()),n=new Tr.Field(t.name(),f,t.nullable(),nm(t))):(o=(o=s.indexType())?KS(o):new Vt.Int32,e.set(r,i=GS(t,YS(t,e))),f=new Vt.Dictionary(i,o,r,s.isOrdered()),n=new Tr.Field(t.name(),f,t.nullable(),nm(t))),n||null}function nm(t){let e=new Map;if(t)for(let r,n,i=-1,o=t.customMetadataLength()|0;++i<o;)(r=t.customMetadata(i))&&(n=r.key())!=null&&e.set(n,r.value());return e}function KS(t){return new Vt.Int(t.isSigned(),t.bitWidth())}function GS(t,e){let r=t.typeType();switch(r){case Ie.Type.NONE:return new Vt.Null;case Ie.Type.Null:return new Vt.Null;case Ie.Type.Binary:return new Vt.Binary;case Ie.Type.Utf8:return new Vt.Utf8;case Ie.Type.Bool:return new Vt.Bool;case Ie.Type.List:return new Vt.List((e||[])[0]);case Ie.Type.Struct_:return new Vt.Struct(e||[])}switch(r){case Ie.Type.Int:{let n=t.type(new Ie.Int);return new Vt.Int(n.isSigned(),n.bitWidth())}case Ie.Type.FloatingPoint:{let n=t.type(new Ie.FloatingPoint);return new Vt.Float(n.precision())}case Ie.Type.Decimal:{let n=t.type(new Ie.Decimal);return new Vt.Decimal(n.scale(),n.precision())}case Ie.Type.Date:{let n=t.type(new Ie.Date);return new Vt.Date_(n.unit())}case Ie.Type.Time:{let n=t.type(new Ie.Time);return new Vt.Time(n.unit(),n.bitWidth())}case Ie.Type.Timestamp:{let n=t.type(new Ie.Timestamp);return new Vt.Timestamp(n.unit(),n.timezone())}case Ie.Type.Interval:{let n=t.type(new Ie.Interval);return new Vt.Interval(n.unit())}case Ie.Type.Union:{let n=t.type(new Ie.Union);return new Vt.Union(n.mode(),n.typeIdsArray()||[],e||[])}case Ie.Type.FixedSizeBinary:{let n=t.type(new Ie.FixedSizeBinary);return new Vt.FixedSizeBinary(n.byteWidth())}case Ie.Type.FixedSizeList:{let n=t.type(new Ie.FixedSizeList);return new Vt.FixedSizeList(n.listSize(),(e||[])[0])}case Ie.Type.Map:{let n=t.type(new Ie.Map);return new Vt.Map_((e||[])[0],n.keysSorted())}}throw new Error(`Unrecognized type: "${Ie.Type[r]}" (${r})`)}function P3(t,e){let r=e.fields.map(o=>Tr.Field.encode(t,o));Ie.Schema.startFieldsVector(t,r.length);let n=Ie.Schema.createFieldsVector(t,r),i=e.metadata&&e.metadata.size>0?Ie.Schema.createCustomMetadataVector(t,[...e.metadata].map(([o,f])=>{let s=t.createString(`${o}`),l=t.createString(`${f}`);return Ie.KeyValue.startKeyValue(t),Ie.KeyValue.addKey(t,s),Ie.KeyValue.addValue(t,l),Ie.KeyValue.endKeyValue(t)})):-1;return Ie.Schema.startSchema(t),Ie.Schema.addFields(t,n),Ie.Schema.addEndianness(t,L3?Ie.Endianness.Little:Ie.Endianness.Big),i!==-1&&Ie.Schema.addCustomMetadata(t,i),Ie.Schema.endSchema(t)}function R3(t,e){let r=-1,n=-1,i=-1,o=e.type,f=e.typeId;Vt.DataType.isDictionary(o)?(f=o.dictionary.typeId,i=Sy.instance.visit(o,t),n=Sy.instance.visit(o.dictionary,t)):n=Sy.instance.visit(o,t);let s=(o.children||[]).map(c=>Tr.Field.encode(t,c)),l=Ie.Field.createChildrenVector(t,s),u=e.metadata&&e.metadata.size>0?Ie.Field.createCustomMetadataVector(t,[...e.metadata].map(([c,_])=>{let p=t.createString(`${c}`),j=t.createString(`${_}`);return Ie.KeyValue.startKeyValue(t),Ie.KeyValue.addKey(t,p),Ie.KeyValue.addValue(t,j),Ie.KeyValue.endKeyValue(t)})):-1;return e.name&&(r=t.createString(e.name)),Ie.Field.startField(t),Ie.Field.addType(t,n),Ie.Field.addTypeType(t,f),Ie.Field.addChildren(t,l),Ie.Field.addNullable(t,!!e.nullable),r!==-1&&Ie.Field.addName(t,r),i!==-1&&Ie.Field.addDictionary(t,i),u!==-1&&Ie.Field.addCustomMetadata(t,u),Ie.Field.endField(t)}function H3(t,e){let r=e.nodes||[],n=e.buffers||[];Wt.RecordBatch.startNodesVector(t,r.length),r.slice().reverse().forEach(f=>Bs.encode(t,f));let i=t.endVector();Wt.RecordBatch.startBuffersVector(t,n.length),n.slice().reverse().forEach(f=>Ts.encode(t,f));let o=t.endVector();return Wt.RecordBatch.startRecordBatch(t),Wt.RecordBatch.addLength(t,new vs(e.length,0)),Wt.RecordBatch.addNodes(t,i),Wt.RecordBatch.addBuffers(t,o),Wt.RecordBatch.endRecordBatch(t)}function z3(t,e){let r=Fn.encode(t,e.data);return Wt.DictionaryBatch.startDictionaryBatch(t),Wt.DictionaryBatch.addId(t,new vs(e.id,0)),Wt.DictionaryBatch.addIsDelta(t,e.isDelta),Wt.DictionaryBatch.addData(t,r),Wt.DictionaryBatch.endDictionaryBatch(t)}function M3(t,e){return Wt.FieldNode.createFieldNode(t,new vs(e.length,0),new vs(e.nullCount,0))}function U3(t,e){return Ie.Buffer.createBuffer(t,new vs(e.offset,0),new vs(e.length,0))}var L3=function(){let t=new ArrayBuffer(2);return new DataView(t).setInt16(0,256,!0),new Int16Array(t)[0]===256}()});var om=M(mt=>{"use strict";Object.defineProperty(mt,"__esModule",{value:!0});mt.magicX2AndPadding=mt.magicAndPadding=mt.magicLength=mt.checkForMagicArrowString=mt.MAGIC=mt.MAGIC_STR=mt.PADDING=mt.JSONMessageReader=mt.AsyncMessageReader=mt.MessageReader=void 0;var qf=Rt(),C3=uo(),JS=C3.flatbuffers.ByteBuffer,Gu=qs(),V3=Fr(),W3=wy(),ZS=gr(),im=hf(),ri=ua(),xy=t=>`Expected ${qf.MessageHeader[t]} Message in stream, but was null or length 0.`,Ey=t=>`Header pointer of flatbuffer-encoded ${qf.MessageHeader[t]} Message is null or length 0.`,XS=(t,e)=>`Expected to read ${t} metadata bytes, but only read ${e}.`,QS=(t,e)=>`Expected to read ${t} bytes for message body, but only read ${e}.`,Ay=class{constructor(e){this.source=e instanceof im.ByteStream?e:new im.ByteStream(e)}[Symbol.iterator](){return this}next(){let e;return(e=this.readMetadataLength()).done||e.value===-1&&(e=this.readMetadataLength()).done||(e=this.readMetadata(e.value)).done?ri.ITERATOR_DONE:e}throw(e){return this.source.throw(e)}return(e){return this.source.return(e)}readMessage(e){let r;if((r=this.next()).done)return null;if(e!=null&&r.value.headerType!==e)throw new Error(xy(e));return r.value}readMessageBody(e){if(e<=0)return new Uint8Array(0);let r=ZS.toUint8Array(this.source.read(e));if(r.byteLength<e)throw new Error(QS(e,r.byteLength));return r.byteOffset%8==0&&r.byteOffset+r.byteLength<=r.buffer.byteLength?r:r.slice()}readSchema(e=!1){let r=qf.MessageHeader.Schema,n=this.readMessage(r),i=n&&n.header();if(e&&!i)throw new Error(Ey(r));return i}readMetadataLength(){let e=this.source.read(mt.PADDING),r=e&&new JS(e),n=r&&r.readInt32(0)||0;return{done:n===0,value:n}}readMetadata(e){let r=this.source.read(e);if(!r)return ri.ITERATOR_DONE;if(r.byteLength<e)throw new Error(XS(e,r.byteLength));return{done:!1,value:Gu.Message.decode(r)}}};mt.MessageReader=Ay;var $S=class{constructor(e,r){this.source=e instanceof im.AsyncByteStream?e:V3.isFileHandle(e)?new W3.AsyncRandomAccessFile(e,r):new im.AsyncByteStream(e)}[Symbol.asyncIterator](){return this}async next(){let e;return(e=await this.readMetadataLength()).done||e.value===-1&&(e=await this.readMetadataLength()).done||(e=await this.readMetadata(e.value)).done?ri.ITERATOR_DONE:e}async throw(e){return await this.source.throw(e)}async return(e){return await this.source.return(e)}async readMessage(e){let r;if((r=await this.next()).done)return null;if(e!=null&&r.value.headerType!==e)throw new Error(xy(e));return r.value}async readMessageBody(e){if(e<=0)return new Uint8Array(0);let r=ZS.toUint8Array(await this.source.read(e));if(r.byteLength<e)throw new Error(QS(e,r.byteLength));return r.byteOffset%8==0&&r.byteOffset+r.byteLength<=r.buffer.byteLength?r:r.slice()}async readSchema(e=!1){let r=qf.MessageHeader.Schema,n=await this.readMessage(r),i=n&&n.header();if(e&&!i)throw new Error(Ey(r));return i}async readMetadataLength(){let e=await this.source.read(mt.PADDING),r=e&&new JS(e),n=r&&r.readInt32(0)||0;return{done:n===0,value:n}}async readMetadata(e){let r=await this.source.read(e);if(!r)return ri.ITERATOR_DONE;if(r.byteLength<e)throw new Error(XS(e,r.byteLength));return{done:!1,value:Gu.Message.decode(r)}}};mt.AsyncMessageReader=$S;var e1=class extends Ay{constructor(e){super(new Uint8Array(0));this._schema=!1,this._body=[],this._batchIndex=0,this._dictionaryIndex=0,this._json=e instanceof ri.ArrowJSON?e:new ri.ArrowJSON(e)}next(){let{_json:e}=this;if(!this._schema){this._schema=!0;let r=Gu.Message.fromJSON(e.schema,qf.MessageHeader.Schema);return{done:!1,value:r}}if(this._dictionaryIndex<e.dictionaries.length){let r=e.dictionaries[this._dictionaryIndex++];this._body=r.data.columns;let n=Gu.Message.fromJSON(r,qf.MessageHeader.DictionaryBatch);return{done:!1,value:n}}if(this._batchIndex<e.batches.length){let r=e.batches[this._batchIndex++];this._body=r.columns;let n=Gu.Message.fromJSON(r,qf.MessageHeader.RecordBatch);return{done:!1,value:n}}return this._body=[],ri.ITERATOR_DONE}readMessageBody(e){return r(this._body);function r(n){return(n||[]).reduce((i,o)=>[...i,...o.VALIDITY&&[o.VALIDITY]||[],...o.TYPE&&[o.TYPE]||[],...o.OFFSET&&[o.OFFSET]||[],...o.DATA&&[o.DATA]||[],...r(o.children)],[])}}readMessage(e){let r;if((r=this.next()).done)return null;if(e!=null&&r.value.headerType!==e)throw new Error(xy(e));return r.value}readSchema(){let e=qf.MessageHeader.Schema,r=this.readMessage(e),n=r&&r.header();if(!r||!n)throw new Error(Ey(e));return n}};mt.JSONMessageReader=e1;mt.PADDING=4;mt.MAGIC_STR="ARROW1";mt.MAGIC=new Uint8Array(mt.MAGIC_STR.length);for(let t=0;t<mt.MAGIC_STR.length;t+=1|0)mt.MAGIC[t]=mt.MAGIC_STR.charCodeAt(t);function Y3(t,e=0){for(let r=-1,n=mt.MAGIC.length;++r<n;)if(mt.MAGIC[r]!==t[e+r])return!1;return!0}mt.checkForMagicArrowString=Y3;mt.magicLength=mt.MAGIC.length;mt.magicAndPadding=mt.magicLength+mt.PADDING;mt.magicX2AndPadding=mt.magicLength*2+mt.PADDING});var Fy=M($t=>{"use strict";Object.defineProperty($t,"__esModule",{value:!0});$t.compareTypes=$t.compareFields=$t.compareSchemas=$t.instance=$t.TypeComparator=void 0;var K3=xr(),Me=class extends K3.Visitor{compareSchemas(e,r){return e===r||r instanceof e.constructor&&this.compareManyFields(e.fields,r.fields)}compareManyFields(e,r){return e===r||Array.isArray(e)&&Array.isArray(r)&&e.length===r.length&&e.every((n,i)=>this.compareFields(n,r[i]))}compareFields(e,r){return e===r||r instanceof e.constructor&&e.name===r.name&&e.nullable===r.nullable&&this.visit(e.type,r.type)}};$t.TypeComparator=Me;function rn(t,e){return e instanceof t.constructor}function Ju(t,e){return t===e||rn(t,e)}function _o(t,e){return t===e||rn(t,e)&&t.bitWidth===e.bitWidth&&t.isSigned===e.isSigned}function fm(t,e){return t===e||rn(t,e)&&t.precision===e.precision}function G3(t,e){return t===e||rn(t,e)&&t.byteWidth===e.byteWidth}function Oy(t,e){return t===e||rn(t,e)&&t.unit===e.unit}function Zu(t,e){return t===e||rn(t,e)&&t.unit===e.unit&&t.timezone===e.timezone}function Xu(t,e){return t===e||rn(t,e)&&t.unit===e.unit&&t.bitWidth===e.bitWidth}function J3(t,e){return t===e||rn(t,e)&&t.children.length===e.children.length&&$t.instance.compareManyFields(t.children,e.children)}function Z3(t,e){return t===e||rn(t,e)&&t.children.length===e.children.length&&$t.instance.compareManyFields(t.children,e.children)}function Ny(t,e){return t===e||rn(t,e)&&t.mode===e.mode&&t.typeIds.every((r,n)=>r===e.typeIds[n])&&$t.instance.compareManyFields(t.children,e.children)}function X3(t,e){return t===e||rn(t,e)&&t.id===e.id&&t.isOrdered===e.isOrdered&&$t.instance.visit(t.indices,e.indices)&&$t.instance.visit(t.dictionary,e.dictionary)}function Dy(t,e){return t===e||rn(t,e)&&t.unit===e.unit}function Q3(t,e){return t===e||rn(t,e)&&t.listSize===e.listSize&&t.children.length===e.children.length&&$t.instance.compareManyFields(t.children,e.children)}function $3(t,e){return t===e||rn(t,e)&&t.keysSorted===e.keysSorted&&t.children.length===e.children.length&&$t.instance.compareManyFields(t.children,e.children)}Me.prototype.visitNull=Ju;Me.prototype.visitBool=Ju;Me.prototype.visitInt=_o;Me.prototype.visitInt8=_o;Me.prototype.visitInt16=_o;Me.prototype.visitInt32=_o;Me.prototype.visitInt64=_o;Me.prototype.visitUint8=_o;Me.prototype.visitUint16=_o;Me.prototype.visitUint32=_o;Me.prototype.visitUint64=_o;Me.prototype.visitFloat=fm;Me.prototype.visitFloat16=fm;Me.prototype.visitFloat32=fm;Me.prototype.visitFloat64=fm;Me.prototype.visitUtf8=Ju;Me.prototype.visitBinary=Ju;Me.prototype.visitFixedSizeBinary=G3;Me.prototype.visitDate=Oy;Me.prototype.visitDateDay=Oy;Me.prototype.visitDateMillisecond=Oy;Me.prototype.visitTimestamp=Zu;Me.prototype.visitTimestampSecond=Zu;Me.prototype.visitTimestampMillisecond=Zu;Me.prototype.visitTimestampMicrosecond=Zu;Me.prototype.visitTimestampNanosecond=Zu;Me.prototype.visitTime=Xu;Me.prototype.visitTimeSecond=Xu;Me.prototype.visitTimeMillisecond=Xu;Me.prototype.visitTimeMicrosecond=Xu;Me.prototype.visitTimeNanosecond=Xu;Me.prototype.visitDecimal=Ju;Me.prototype.visitList=J3;Me.prototype.visitStruct=Z3;Me.prototype.visitUnion=Ny;Me.prototype.visitDenseUnion=Ny;Me.prototype.visitSparseUnion=Ny;Me.prototype.visitDictionary=X3;Me.prototype.visitInterval=Dy;Me.prototype.visitIntervalDayTime=Dy;Me.prototype.visitIntervalYearMonth=Dy;Me.prototype.visitFixedSizeList=Q3;Me.prototype.visitMap=$3;$t.instance=new Me;function eH(t,e){return $t.instance.compareSchemas(t,e)}$t.compareSchemas=eH;function tH(t,e){return $t.instance.compareFields(t,e)}$t.compareFields=tH;function rH(t,e){return $t.instance.visit(t,e)}$t.compareTypes=rH});var o1=M(sm=>{"use strict";Object.defineProperty(sm,"__esModule",{value:!0});sm.VectorAssembler=void 0;var nH=xr(),t1=Rt(),iH=qo(),Py=gr(),Ry=Bi(),oH=Fa(),r1=qs(),n1=_t(),dr=class extends nH.Visitor{constructor(){super();this._byteLength=0,this._nodes=[],this._buffers=[],this._bufferRegions=[]}static assemble(...e){let r=new dr,n=oH.selectVectorChildrenArgs(iH.RecordBatch,e),[i=r]=r.visitMany(n);return i}visit(e){if(!n1.DataType.isDictionary(e.type)){let{data:r,length:n,nullCount:i}=e;if(n>2147483647)throw new RangeError("Cannot write arrays larger than 2^31 - 1 in length");n1.DataType.isNull(e.type)||ni.call(this,i<=0?new Uint8Array(0):Ry.truncateBitmap(r.offset,n,r.nullBitmap)),this.nodes.push(new r1.FieldNode(n,i))}return super.visit(e)}visitNull(e){return this}visitDictionary(e){return this.visit(e.indices)}get nodes(){return this._nodes}get buffers(){return this._buffers}get byteLength(){return this._byteLength}get bufferRegions(){return this._bufferRegions}};sm.VectorAssembler=dr;function ni(t){let e=t.byteLength+7&~7;return this.buffers.push(t),this.bufferRegions.push(new r1.BufferRegion(this._byteLength,e)),this._byteLength+=e,this}function fH(t){let{type:e,length:r,typeIds:n,valueOffsets:i}=t;if(ni.call(this,n),e.mode===t1.UnionMode.Sparse)return zy.call(this,t);if(e.mode===t1.UnionMode.Dense){if(t.offset<=0)return ni.call(this,i),zy.call(this,t);{let o=n.reduce((c,_)=>Math.max(c,_),n[0]),f=new Int32Array(o+1),s=new Int32Array(o+1).fill(-1),l=new Int32Array(r),u=Py.rebaseValueOffsets(-i[0],r,i);for(let c,_,p=-1;++p<r;)(_=s[c=n[p]])===-1&&(_=s[c]=u[c]),l[p]=u[p]-_,++f[c];ni.call(this,l);for(let c,_=-1,p=e.children.length;++_<p;)if(c=t.getChildAt(_)){let j=e.typeIds[_],S=Math.min(r,f[j]);this.visit(c.slice(s[j],S))}}}return this}function sH(t){let e;return t.nullCount>=t.length?ni.call(this,new Uint8Array(0)):(e=t.values)instanceof Uint8Array?ni.call(this,Ry.truncateBitmap(t.offset,t.length,e)):ni.call(this,Ry.packBools(t))}function vf(t){return ni.call(this,t.values.subarray(0,t.length*t.stride))}function i1(t){let{length:e,values:r,valueOffsets:n}=t,i=n[0],o=n[e],f=Math.min(o-i,r.byteLength-i);return ni.call(this,Py.rebaseValueOffsets(-n[0],e,n)),ni.call(this,r.subarray(i,i+f)),this}function Hy(t){let{length:e,valueOffsets:r}=t;return r&&ni.call(this,Py.rebaseValueOffsets(r[0],e,r)),this.visit(t.getChildAt(0))}function zy(t){return this.visitMany(t.type.children.map((e,r)=>t.getChildAt(r)).filter(Boolean))[0]}dr.prototype.visitBool=sH;dr.prototype.visitInt=vf;dr.prototype.visitFloat=vf;dr.prototype.visitUtf8=i1;dr.prototype.visitBinary=i1;dr.prototype.visitFixedSizeBinary=vf;dr.prototype.visitDate=vf;dr.prototype.visitTimestamp=vf;dr.prototype.visitTime=vf;dr.prototype.visitDecimal=vf;dr.prototype.visitList=Hy;dr.prototype.visitStruct=zy;dr.prototype.visitUnion=fH;dr.prototype.visitInterval=vf;dr.prototype.visitFixedSizeList=Hy;dr.prototype.visitMap=Hy});var s1=M(am=>{"use strict";Object.defineProperty(am,"__esModule",{value:!0});am.JSONTypeAssembler=void 0;var aH=xr(),Ar=nf(),Ma=Rt(),f1=class extends aH.Visitor{visit(e){return e==null?void 0:super.visit(e)}visitNull({typeId:e}){return{name:Ar.Type[e].toLowerCase()}}visitInt({typeId:e,bitWidth:r,isSigned:n}){return{name:Ar.Type[e].toLowerCase(),bitWidth:r,isSigned:n}}visitFloat({typeId:e,precision:r}){return{name:Ar.Type[e].toLowerCase(),precision:Ma.Precision[r]}}visitBinary({typeId:e}){return{name:Ar.Type[e].toLowerCase()}}visitBool({typeId:e}){return{name:Ar.Type[e].toLowerCase()}}visitUtf8({typeId:e}){return{name:Ar.Type[e].toLowerCase()}}visitDecimal({typeId:e,scale:r,precision:n}){return{name:Ar.Type[e].toLowerCase(),scale:r,precision:n}}visitDate({typeId:e,unit:r}){return{name:Ar.Type[e].toLowerCase(),unit:Ma.DateUnit[r]}}visitTime({typeId:e,unit:r,bitWidth:n}){return{name:Ar.Type[e].toLowerCase(),unit:Ma.TimeUnit[r],bitWidth:n}}visitTimestamp({typeId:e,timezone:r,unit:n}){return{name:Ar.Type[e].toLowerCase(),unit:Ma.TimeUnit[n],timezone:r}}visitInterval({typeId:e,unit:r}){return{name:Ar.Type[e].toLowerCase(),unit:Ma.IntervalUnit[r]}}visitList({typeId:e}){return{name:Ar.Type[e].toLowerCase()}}visitStruct({typeId:e}){return{name:Ar.Type[e].toLowerCase()}}visitUnion({typeId:e,mode:r,typeIds:n}){return{name:Ar.Type[e].toLowerCase(),mode:Ma.UnionMode[r],typeIds:[...n]}}visitDictionary(e){return this.visit(e.dictionary)}visitFixedSizeBinary({typeId:e,byteWidth:r}){return{name:Ar.Type[e].toLowerCase(),byteWidth:r}}visitFixedSizeList({typeId:e,listSize:r}){return{name:Ar.Type[e].toLowerCase(),listSize:r}}visitMap({typeId:e,keysSorted:r}){return{name:Ar.Type[e].toLowerCase(),keysSorted:r}}};am.JSONTypeAssembler=f1});var u1=M(cm=>{"use strict";Object.defineProperty(cm,"__esModule",{value:!0});cm.JSONVectorAssembler=void 0;var lH=Hu(),Qu=Pa(),uH=or(),cH=xr(),pH=Rt(),dH=qo(),My=Rt(),lm=Bi(),mH=Fa(),a1=_t(),um=class extends cH.Visitor{static assemble(...e){return new um().visitMany(mH.selectColumnChildrenArgs(dH.RecordBatch,e))}visit(e){let{data:r,name:n,length:i}=e,{offset:o,nullCount:f,nullBitmap:s}=r,l=a1.DataType.isDictionary(e.type)?e.type.indices:e.type,u=Object.assign([],r.buffers,{[pH.BufferType.VALIDITY]:void 0});return{name:n,count:i,VALIDITY:a1.DataType.isNull(l)?void 0:f<=0?Array.from({length:i},()=>1):[...new lm.BitIterator(s,o,i,null,lm.getBit)],...super.visit(uH.Vector.new(r.clone(l,o,i,0,u)))}}visitNull(){return{}}visitBool({values:e,offset:r,length:n}){return{DATA:[...new lm.BitIterator(e,r,n,null,lm.getBool)]}}visitInt(e){return{DATA:e.type.bitWidth<64?[...e.values]:[...$u(e.values,2)]}}visitFloat(e){return{DATA:[...e.values]}}visitUtf8(e){return{DATA:[...e],OFFSET:[...e.valueOffsets]}}visitBinary(e){return{DATA:[...l1(e)],OFFSET:[...e.valueOffsets]}}visitFixedSizeBinary(e){return{DATA:[...l1(e)]}}visitDate(e){return{DATA:e.type.unit===My.DateUnit.DAY?[...e.values]:[...$u(e.values,2)]}}visitTimestamp(e){return{DATA:[...$u(e.values,2)]}}visitTime(e){return{DATA:e.type.unit<My.TimeUnit.MICROSECOND?[...e.values]:[...$u(e.values,2)]}}visitDecimal(e){return{DATA:[...$u(e.values,4)]}}visitList(e){return{OFFSET:[...e.valueOffsets],children:e.type.children.map((r,n)=>this.visit(new Qu.Column(r,[e.getChildAt(n)])))}}visitStruct(e){return{children:e.type.children.map((r,n)=>this.visit(new Qu.Column(r,[e.getChildAt(n)])))}}visitUnion(e){return{TYPE:[...e.typeIds],OFFSET:e.type.mode===My.UnionMode.Dense?[...e.valueOffsets]:void 0,children:e.type.children.map((r,n)=>this.visit(new Qu.Column(r,[e.getChildAt(n)])))}}visitInterval(e){return{DATA:[...e.values]}}visitFixedSizeList(e){return{children:e.type.children.map((r,n)=>this.visit(new Qu.Column(r,[e.getChildAt(n)])))}}visitMap(e){return{OFFSET:[...e.valueOffsets],children:e.type.children.map((r,n)=>this.visit(new Qu.Column(r,[e.getChildAt(n)])))}}};cm.JSONVectorAssembler=um;function*l1(t){for(let e of t)yield e.reduce((r,n)=>`${r}${("0"+(n&255).toString(16)).slice(-2)}`,"").toUpperCase()}function*$u(t,e){for(let r=-1,n=t.length/e;++r<n;)yield`${lH.BN.new(t.subarray((r+0)*e,(r+1)*e),!1)}`}});var hm=M(Fi=>{"use strict";Object.defineProperty(Fi,"__esModule",{value:!0});Fi.RecordBatchJSONWriter=Fi.RecordBatchFileWriter=Fi.RecordBatchStreamWriter=Fi.RecordBatchWriter=void 0;var Uy=tc(),bH=om(),hH=Pa(),wH=_t(),gH=vr(),pm=qs(),Ly=qs(),Ua=my(),Cy=Rt(),c1=Fy(),Vy=hf(),p1=o1(),yH=s1(),d1=u1(),jH=gr(),Wy=qo(),_H=ua(),Di=Fr(),ec=class extends _H.ReadableInterop{constructor(e){super();this._position=0,this._started=!1,this._sink=new Vy.AsyncByteQueue,this._schema=null,this._dictionaryBlocks=[],this._recordBatchBlocks=[],this._dictionaryDeltaOffsets=new Map,Di.isObject(e)||(e={autoDestroy:!0,writeLegacyIpcFormat:!1}),this._autoDestroy=typeof e.autoDestroy=="boolean"?e.autoDestroy:!0,this._writeLegacyIpcFormat=typeof e.writeLegacyIpcFormat=="boolean"?e.writeLegacyIpcFormat:!1}static throughNode(e){throw new Error('"throughNode" not available in this environment')}static throughDOM(e,r){throw new Error('"throughDOM" not available in this environment')}toString(e=!1){return this._sink.toString(e)}toUint8Array(e=!1){return this._sink.toUint8Array(e)}writeAll(e){return Di.isPromise(e)?e.then(r=>this.writeAll(r)):Di.isAsyncIterable(e)?Ky(this,e):Yy(this,e)}get closed(){return this._sink.closed}[Symbol.asyncIterator](){return this._sink[Symbol.asyncIterator]()}toDOMStream(e){return this._sink.toDOMStream(e)}toNodeStream(e){return this._sink.toNodeStream(e)}close(){return this.reset()._sink.close()}abort(e){return this.reset()._sink.abort(e)}finish(){return this._autoDestroy?this.close():this.reset(this._sink,this._schema),this}reset(e=this._sink,r=null){return e===this._sink||e instanceof Vy.AsyncByteQueue?this._sink=e:(this._sink=new Vy.AsyncByteQueue,e&&Di.isWritableDOMStream(e)?this.toDOMStream({type:"bytes"}).pipeTo(e):e&&Di.isWritableNodeStream(e)&&this.toNodeStream({objectMode:!1}).pipe(e)),this._started&&this._schema&&this._writeFooter(this._schema),this._started=!1,this._dictionaryBlocks=[],this._recordBatchBlocks=[],this._dictionaryDeltaOffsets=new Map,(!r||!c1.compareSchemas(r,this._schema))&&(r===null?(this._position=0,this._schema=null):(this._started=!0,this._schema=r,this._writeSchema(r))),this}write(e){let r=null;if(this._sink){if(e==null)return this.finish()&&void 0;if(e instanceof Uy.Table&&!(r=e.schema))return this.finish()&&void 0;if(e instanceof Wy.RecordBatch&&!(r=e.schema))return this.finish()&&void 0}else throw new Error("RecordBatchWriter is closed");if(r&&!c1.compareSchemas(r,this._schema)){if(this._started&&this._autoDestroy)return this.close();this.reset(this._sink,r)}e instanceof Wy.RecordBatch?e instanceof Wy._InternalEmptyPlaceholderRecordBatch||this._writeRecordBatch(e):e instanceof Uy.Table?this.writeAll(e.chunks):Di.isIterable(e)&&this.writeAll(e)}_writeMessage(e,r=8){let n=r-1,i=pm.Message.encode(e),o=i.byteLength,f=this._writeLegacyIpcFormat?4:8,s=o+f+n&~n,l=s-o-f;return e.headerType===Cy.MessageHeader.RecordBatch?this._recordBatchBlocks.push(new Ua.FileBlock(s,e.bodyLength,this._position)):e.headerType===Cy.MessageHeader.DictionaryBatch&&this._dictionaryBlocks.push(new Ua.FileBlock(s,e.bodyLength,this._position)),this._writeLegacyIpcFormat||this._write(Int32Array.of(-1)),this._write(Int32Array.of(s-f)),o>0&&this._write(i),this._writePadding(l)}_write(e){if(this._started){let r=jH.toUint8Array(e);r&&r.byteLength>0&&(this._sink.write(r),this._position+=r.byteLength)}return this}_writeSchema(e){return this._writeMessage(pm.Message.from(e))}_writeFooter(e){return this._writeLegacyIpcFormat?this._write(Int32Array.of(0)):this._write(Int32Array.of(-1,0))}_writeMagic(){return this._write(bH.MAGIC)}_writePadding(e){return e>0?this._write(new Uint8Array(e)):this}_writeRecordBatch(e){let{byteLength:r,nodes:n,bufferRegions:i,buffers:o}=p1.VectorAssembler.assemble(e),f=new Ly.RecordBatch(e.length,n,i),s=pm.Message.from(f,r);return this._writeDictionaries(e)._writeMessage(s)._writeBodyBuffers(o)}_writeDictionaryBatch(e,r,n=!1){this._dictionaryDeltaOffsets.set(r,e.length+(this._dictionaryDeltaOffsets.get(r)||0));let{byteLength:i,nodes:o,bufferRegions:f,buffers:s}=p1.VectorAssembler.assemble(e),l=new Ly.RecordBatch(e.length,o,f),u=new Ly.DictionaryBatch(l,r,n),c=pm.Message.from(u,i);return this._writeMessage(c)._writeBodyBuffers(s)}_writeBodyBuffers(e){let r,n,i;for(let o=-1,f=e.length;++o<f;)(r=e[o])&&(n=r.byteLength)>0&&(this._write(r),(i=(n+7&~7)-n)>0&&this._writePadding(i));return this}_writeDictionaries(e){for(let[r,n]of e.dictionaries){let i=this._dictionaryDeltaOffsets.get(r)||0;if(i===0||(n=n.slice(i)).length>0){let o="chunks"in n?n.chunks:[n];for(let f of o)this._writeDictionaryBatch(f,r,i>0),i+=f.length}}return this}};Fi.RecordBatchWriter=ec;var dm=class extends ec{static writeAll(e,r){let n=new dm(r);return Di.isPromise(e)?e.then(i=>n.writeAll(i)):Di.isAsyncIterable(e)?Ky(n,e):Yy(n,e)}};Fi.RecordBatchStreamWriter=dm;var mm=class extends ec{static writeAll(e){let r=new mm;return Di.isPromise(e)?e.then(n=>r.writeAll(n)):Di.isAsyncIterable(e)?Ky(r,e):Yy(r,e)}constructor(){super();this._autoDestroy=!0}_writeSchema(e){return this._writeMagic()._writePadding(2)}_writeFooter(e){let r=Ua.Footer.encode(new Ua.Footer(e,Cy.MetadataVersion.V4,this._recordBatchBlocks,this._dictionaryBlocks));return super._writeFooter(e)._write(r)._write(Int32Array.of(r.byteLength))._writeMagic()}};Fi.RecordBatchFileWriter=mm;var bm=class extends ec{constructor(){super();this._autoDestroy=!0,this._recordBatches=[],this._dictionaries=[]}static writeAll(e){return new bm().writeAll(e)}_writeMessage(){return this}_writeFooter(e){return this}_writeSchema(e){return this._write(`{
|
|
27
|
+
"schema": ${JSON.stringify({fields:e.fields.map(m1)},null,2)}`)}_writeDictionaries(e){return e.dictionaries.size>0&&this._dictionaries.push(e),this}_writeDictionaryBatch(e,r,n=!1){return this._dictionaryDeltaOffsets.set(r,e.length+(this._dictionaryDeltaOffsets.get(r)||0)),this._write(this._dictionaryBlocks.length===0?" ":`,
|
|
28
|
+
`),this._write(`${qH(e,r,n)}`),this._dictionaryBlocks.push(new Ua.FileBlock(0,0,0)),this}_writeRecordBatch(e){return this._writeDictionaries(e),this._recordBatches.push(e),this}close(){if(this._dictionaries.length>0){this._write(`,
|
|
29
29
|
"dictionaries": [
|
|
30
30
|
`);for(let e of this._dictionaries)super._writeDictionaries(e);this._write(`
|
|
31
31
|
]`)}if(this._recordBatches.length>0){for(let e=-1,r=this._recordBatches.length;++e<r;)this._write(e===0?`,
|
|
32
32
|
"batches": [
|
|
33
33
|
`:`,
|
|
34
|
-
`),this._write(`${
|
|
34
|
+
`),this._write(`${vH(this._recordBatches[e])}`),this._recordBatchBlocks.push(new Ua.FileBlock(0,0,0));this._write(`
|
|
35
35
|
]`)}return this._schema&&this._write(`
|
|
36
|
-
}`),this._dictionaries=[],this._recordBatches=[],super.close()}};ki.RecordBatchJSONWriter=Jm;function b0(t,e){let r=e;e instanceof p0.Table&&(r=e.chunks,t.reset(void 0,e.schema));for(let n of r)t.write(n);return t.finish()}async function g0(t,e){for await(let r of e)t.write(r);return t.finish()}function qE({name:t,type:e,nullable:r}){let n=new PU.JSONTypeAssembler;return{name:t,nullable:r,type:n.visit(e),children:(e.children||[]).map(qE),dictionary:OU.DataType.isDictionary(e)?{id:e.id,isOrdered:e.isOrdered,indexType:n.visit(e.indices)}:void 0}}function RU(t,e,r=!1){let n=new FU.Field(`${e}`,t.type,t.nullCount>0),i=_E.JSONVectorAssembler.assemble(new AU.Column(n,[t]));return JSON.stringify({id:e,isDelta:r,data:{count:t.length,columns:i}},null,2)}function HU(t){return JSON.stringify({count:t.length,columns:_E.JSONVectorAssembler.assemble(t)},null,2)}});var _0=B(hf=>{"use strict";Object.defineProperty(hf,"__esModule",{value:!0});hf.distributeVectorsIntoRecordBatches=hf.distributeColumnsIntoRecordBatches=hf.ensureSameLengthData=void 0;var vE=Vn(),y0=ir(),MU=pf(),zU=po(),j0=new Uint8Array(0),TE=t=>[j0,j0,new Uint8Array(t),j0];function UU(t,e,r=e.reduce((n,i)=>Math.max(n,i.length),0)){let n,i,o=-1,f=e.length,s=[...t.fields],u=[],l=(r+63&~63)>>3;for(;++o<f;)(n=e[o])&&n.length===r?u[o]=n:((i=s[o]).nullable||(s[o]=s[o].clone({nullable:!0})),u[o]=n?n._changeLengthAndBackfillNullBitmap(r):vE.Data.new(i.type,0,r,r,TE(l)));return[new y0.Schema(s),r,u]}hf.ensureSameLengthData=UU;function LU(t){return BE(new y0.Schema(t.map(({field:e})=>e)),t)}hf.distributeColumnsIntoRecordBatches=LU;function BE(t,e){return VU(t,e.map(r=>r instanceof MU.Chunked?r.chunks.map(n=>n.data):[r.data]))}hf.distributeVectorsIntoRecordBatches=BE;function VU(t,e){let r=[...t.fields],n=[],i={numBatches:e.reduce((w,p)=>Math.max(w,p.length),0)},o=0,f=0,s=-1,u=e.length,l,c=[];for(;i.numBatches-- >0;){for(f=Number.POSITIVE_INFINITY,s=-1;++s<u;)c[s]=l=e[s].shift(),f=Math.min(f,l?l.length:f);isFinite(f)&&(c=CU(r,f,c,e,i),f>0&&(n[o++]=[f,c.slice()]))}return[t=new y0.Schema(r,t.metadata),n.map(w=>new zU.RecordBatch(t,...w))]}function CU(t,e,r,n,i){let o,f,s=0,u=-1,l=n.length,c=(e+63&~63)>>3;for(;++u<l;)(o=r[u])&&(s=o.length)>=e?s===e?r[u]=o:(r[u]=o.slice(0,e),o=o.slice(e,s-e),i.numBatches=Math.max(i.numBatches,n[u].unshift(o))):((f=t[u]).nullable||(t[u]=f.clone({nullable:!0})),r[u]=o?o._changeLengthAndBackfillNullBitmap(e):vE.Data.new(f.type,0,e,e,TE(c)));return r}});var Ut=B(Xm=>{"use strict";Object.defineProperty(Xm,"__esModule",{value:!0});Xm.BaseVector=void 0;var WU=bt(),KU=pf(),YU=nc(),q0=Mt(),v0=class extends q0.AbstractVector{constructor(e,r){super();this._children=r,this.numChildren=e.childData.length,this._bindDataAccessors(this.data=e)}get type(){return this.data.type}get typeId(){return this.data.typeId}get length(){return this.data.length}get offset(){return this.data.offset}get stride(){return this.data.stride}get nullCount(){return this.data.nullCount}get byteLength(){return this.data.byteLength}get VectorName(){return`${WU.Type[this.typeId]}Vector`}get ArrayType(){return this.type.ArrayType}get values(){return this.data.values}get typeIds(){return this.data.typeIds}get nullBitmap(){return this.data.nullBitmap}get valueOffsets(){return this.data.valueOffsets}get[Symbol.toStringTag](){return`${this.VectorName}<${this.type[Symbol.toStringTag]}>`}clone(e,r=this._children){return q0.Vector.new(e,r)}concat(...e){return KU.Chunked.concat(this,...e)}slice(e,r){return YU.clampRange(this,e,r,this._sliceInternal)}isValid(e){if(this.nullCount>0){let r=this.offset+e;return(this.nullBitmap[r>>3]&1<<r%8)!==0}return!0}getChildAt(e){return e<0||e>=this.numChildren?null:(this._children||(this._children=[]))[e]||(this._children[e]=q0.Vector.new(this.data.childData[e]))}toJSON(){return[...this]}_sliceInternal(e,r,n){return e.clone(e.data.slice(r,n-r),null)}_bindDataAccessors(e){}};Xm.BaseVector=v0;v0.prototype[Symbol.isConcatSpreadable]=!0});var T0=B($m=>{"use strict";Object.defineProperty($m,"__esModule",{value:!0});$m.BinaryVector=void 0;var GU=Mt(),ZU=Ut(),JU=nt(),kE=class extends ZU.BaseVector{asUtf8(){return GU.Vector.new(this.data.clone(new JU.Utf8))}};$m.BinaryVector=kE});var B0=B(ew=>{"use strict";Object.defineProperty(ew,"__esModule",{value:!0});ew.BoolVector=void 0;var QU=nt(),XU=Ut(),$U=Ii(),IE=class extends XU.BaseVector{static from(e){return $U.vectorFromValuesWithType(()=>new QU.Bool,e)}};ew.BoolVector=IE});var I0=B(bf=>{"use strict";Object.defineProperty(bf,"__esModule",{value:!0});bf.DateMillisecondVector=bf.DateDayVector=bf.DateVector=void 0;var eL=bt(),tL=Ut(),xE=Ii(),k0=nt(),tw=class extends tL.BaseVector{static from(...e){return e.length===2?xE.vectorFromValuesWithType(()=>e[1]===eL.DateUnit.DAY?new k0.DateDay:new k0.DateMillisecond,e[0]):xE.vectorFromValuesWithType(()=>new k0.DateMillisecond,e[0])}};bf.DateVector=tw;var SE=class extends tw{};bf.DateDayVector=SE;var EE=class extends tw{};bf.DateMillisecondVector=EE});var x0=B(rw=>{"use strict";Object.defineProperty(rw,"__esModule",{value:!0});rw.DecimalVector=void 0;var rL=Ut(),AE=class extends rL.BaseVector{};rw.DecimalVector=AE});var iw=B(nw=>{"use strict";Object.defineProperty(nw,"__esModule",{value:!0});nw.DictionaryVector=void 0;var nL=Vn(),OE=Mt(),iL=Ut(),oL=Ii(),fL=nt(),S0=class extends iL.BaseVector{constructor(e){super(e);this.indices=OE.Vector.new(e.clone(this.type.indices))}static from(...e){if(e.length===3){let[r,n,i]=e,o=new fL.Dictionary(r.type,n,null,null);return OE.Vector.new(nL.Data.Dictionary(o,0,i.length,0,null,i,r))}return oL.vectorFromValuesWithType(()=>e[0].type,e[0])}get dictionary(){return this.data.dictionary}reverseLookup(e){return this.dictionary.indexOf(e)}getKey(e){return this.indices.get(e)}getValue(e){return this.dictionary.get(e)}setKey(e,r){return this.indices.set(e,r)}setValue(e,r){return this.dictionary.set(e,r)}};nw.DictionaryVector=S0;S0.prototype.indices=null});var E0=B(ow=>{"use strict";Object.defineProperty(ow,"__esModule",{value:!0});ow.FixedSizeBinaryVector=void 0;var sL=Ut(),FE=class extends sL.BaseVector{};ow.FixedSizeBinaryVector=FE});var A0=B(fw=>{"use strict";Object.defineProperty(fw,"__esModule",{value:!0});fw.FixedSizeListVector=void 0;var aL=Ut(),PE=class extends aL.BaseVector{};fw.FixedSizeListVector=PE});var D0=B(xi=>{"use strict";Object.defineProperty(xi,"__esModule",{value:!0});xi.Float64Vector=xi.Float32Vector=xi.Float16Vector=xi.FloatVector=void 0;var lL=Vn(),uL=Mt(),cL=Ut(),pL=Ii(),js=nt(),dc=class extends cL.BaseVector{static from(e){let r=wL(this);if(e instanceof ArrayBuffer||ArrayBuffer.isView(e)){let n=mL(e.constructor)||r;if(r===null&&(r=n),r&&r===n){let i=new r,o=e.byteLength/i.ArrayType.BYTES_PER_ELEMENT;if(!dL(r,e.constructor))return uL.Vector.new(lL.Data.Float(i,0,o,0,null,e))}}if(r)return pL.vectorFromValuesWithType(()=>new r,e);throw e instanceof DataView||e instanceof ArrayBuffer?new TypeError(`Cannot infer float type from instance of ${e.constructor.name}`):new TypeError("Unrecognized FloatVector input")}};xi.FloatVector=dc;var O0=class extends dc{toFloat32Array(){return new Float32Array(this)}toFloat64Array(){return new Float64Array(this)}};xi.Float16Vector=O0;var F0=class extends dc{};xi.Float32Vector=F0;var P0=class extends dc{};xi.Float64Vector=P0;var dL=(t,e)=>t===js.Float16&&e!==Uint16Array,mL=t=>{switch(t){case Uint16Array:return js.Float16;case Float32Array:return js.Float32;case Float64Array:return js.Float64;default:return null}},wL=t=>{switch(t){case O0:return js.Float16;case F0:return js.Float32;case P0:return js.Float64;default:return null}}});var N0=B(gf=>{"use strict";Object.defineProperty(gf,"__esModule",{value:!0});gf.IntervalYearMonthVector=gf.IntervalDayTimeVector=gf.IntervalVector=void 0;var hL=Ut(),sw=class extends hL.BaseVector{};gf.IntervalVector=sw;var DE=class extends sw{};gf.IntervalDayTimeVector=DE;var NE=class extends sw{};gf.IntervalYearMonthVector=NE});var aw=B(Gt=>{"use strict";Object.defineProperty(Gt,"__esModule",{value:!0});Gt.Uint64Vector=Gt.Uint32Vector=Gt.Uint16Vector=Gt.Uint8Vector=Gt.Int64Vector=Gt.Int32Vector=Gt.Int16Vector=Gt.Int8Vector=Gt.IntVector=void 0;var bL=Vn(),gL=Mt(),yL=Ut(),jL=Ii(),RE=gr(),HE=Xt(),Pt=nt(),Si=class extends yL.BaseVector{static from(...e){let[r,n=!1]=e,i=vL(this,n);if(r instanceof ArrayBuffer||ArrayBuffer.isView(r)){let o=qL(r.constructor,n)||i;if(i===null&&(i=o),i&&i===o){let f=new i,s=r.byteLength/f.ArrayType.BYTES_PER_ELEMENT;return _L(i,r.constructor)&&(s*=.5),gL.Vector.new(bL.Data.Int(f,0,s,0,null,r))}}if(i)return jL.vectorFromValuesWithType(()=>new i,r);throw r instanceof DataView||r instanceof ArrayBuffer?new TypeError(`Cannot infer integer type from instance of ${r.constructor.name}`):new TypeError("Unrecognized IntVector input")}};Gt.IntVector=Si;var R0=class extends Si{};Gt.Int8Vector=R0;var H0=class extends Si{};Gt.Int16Vector=H0;var M0=class extends Si{};Gt.Int32Vector=M0;var z0=class extends Si{toBigInt64Array(){return HE.toBigInt64Array(this.values)}get values64(){return this._values64||(this._values64=this.toBigInt64Array())}};Gt.Int64Vector=z0;var U0=class extends Si{};Gt.Uint8Vector=U0;var L0=class extends Si{};Gt.Uint16Vector=L0;var V0=class extends Si{};Gt.Uint32Vector=V0;var C0=class extends Si{toBigUint64Array(){return HE.toBigUint64Array(this.values)}get values64(){return this._values64||(this._values64=this.toBigUint64Array())}};Gt.Uint64Vector=C0;var _L=(t,e)=>(t===Pt.Int64||t===Pt.Uint64)&&(e===Int32Array||e===Uint32Array),qL=(t,e)=>{switch(t){case Int8Array:return Pt.Int8;case Int16Array:return Pt.Int16;case Int32Array:return e?Pt.Int64:Pt.Int32;case RE.BigInt64Array:return Pt.Int64;case Uint8Array:return Pt.Uint8;case Uint16Array:return Pt.Uint16;case Uint32Array:return e?Pt.Uint64:Pt.Uint32;case RE.BigUint64Array:return Pt.Uint64;default:return null}},vL=(t,e)=>{switch(t){case R0:return Pt.Int8;case H0:return Pt.Int16;case M0:return e?Pt.Int64:Pt.Int32;case z0:return Pt.Int64;case U0:return Pt.Uint8;case L0:return Pt.Uint16;case V0:return e?Pt.Uint64:Pt.Uint32;case C0:return Pt.Uint64;default:return null}}});var W0=B(lw=>{"use strict";Object.defineProperty(lw,"__esModule",{value:!0});lw.ListVector=void 0;var TL=Ut(),ME=class extends TL.BaseVector{};lw.ListVector=ME});var K0=B(uw=>{"use strict";Object.defineProperty(uw,"__esModule",{value:!0});uw.MapVector=void 0;var BL=tc(),kL=Mt(),IL=Ut(),xL=nt(),zE=class extends IL.BaseVector{asList(){let e=this.type.children[0];return kL.Vector.new(this.data.clone(new xL.List(e)))}bind(e){let r=this.getChildAt(0),{[e]:n,[e+1]:i}=this.valueOffsets;return new BL.MapRow(r.slice(n,i))}};uw.MapVector=zE});var Y0=B(cw=>{"use strict";Object.defineProperty(cw,"__esModule",{value:!0});cw.NullVector=void 0;var SL=Ut(),UE=class extends SL.BaseVector{};cw.NullVector=UE});var G0=B(pw=>{"use strict";Object.defineProperty(pw,"__esModule",{value:!0});pw.StructVector=void 0;var EL=tc(),AL=Ut(),OL=Symbol.for("rowIndex"),LE=class extends AL.BaseVector{bind(e){let r=this._row||(this._row=new EL.StructRow(this)),n=Object.create(r);return n[OL]=e,n}};pw.StructVector=LE});var Z0=B(kn=>{"use strict";Object.defineProperty(kn,"__esModule",{value:!0});kn.TimestampNanosecondVector=kn.TimestampMicrosecondVector=kn.TimestampMillisecondVector=kn.TimestampSecondVector=kn.TimestampVector=void 0;var FL=Ut(),Ua=class extends FL.BaseVector{};kn.TimestampVector=Ua;var VE=class extends Ua{};kn.TimestampSecondVector=VE;var CE=class extends Ua{};kn.TimestampMillisecondVector=CE;var WE=class extends Ua{};kn.TimestampMicrosecondVector=WE;var KE=class extends Ua{};kn.TimestampNanosecondVector=KE});var J0=B(In=>{"use strict";Object.defineProperty(In,"__esModule",{value:!0});In.TimeNanosecondVector=In.TimeMicrosecondVector=In.TimeMillisecondVector=In.TimeSecondVector=In.TimeVector=void 0;var PL=Ut(),La=class extends PL.BaseVector{};In.TimeVector=La;var YE=class extends La{};In.TimeSecondVector=YE;var GE=class extends La{};In.TimeMillisecondVector=GE;var ZE=class extends La{};In.TimeMicrosecondVector=ZE;var JE=class extends La{};In.TimeNanosecondVector=JE});var Q0=B(yf=>{"use strict";Object.defineProperty(yf,"__esModule",{value:!0});yf.SparseUnionVector=yf.DenseUnionVector=yf.UnionVector=void 0;var DL=Ut(),dw=class extends DL.BaseVector{get typeIdToChildIndex(){return this.data.type.typeIdToChildIndex}};yf.UnionVector=dw;var QE=class extends dw{get valueOffsets(){return this.data.valueOffsets}};yf.DenseUnionVector=QE;var XE=class extends dw{};yf.SparseUnionVector=XE});var X0=B(mw=>{"use strict";Object.defineProperty(mw,"__esModule",{value:!0});mw.Utf8Vector=void 0;var NL=Mt(),RL=Ut(),$E=nt(),HL=Ii(),eA=class extends RL.BaseVector{static from(e){return HL.vectorFromValuesWithType(()=>new $E.Utf8,e)}asBinary(){return NL.Vector.new(this.data.clone(new $E.Binary))}};mw.Utf8Vector=eA});var tA=B(jf=>{"use strict";Object.defineProperty(jf,"__esModule",{value:!0});jf.partial2=jf.partial1=jf.partial0=void 0;function ML(t){return function(){return t(this)}}jf.partial0=ML;function zL(t){return function(e){return t(this,e)}}jf.partial1=zL;function UL(t){return function(e,r){return t(this,e,r)}}jf.partial2=UL});var t_=B(Va=>{"use strict";Object.defineProperty(Va,"__esModule",{value:!0});Va.instance=Va.GetVisitor=void 0;var ww=Zu(),LL=cr(),VL=es(),CL=Wu(),xn=bt(),_e=class extends LL.Visitor{};Va.GetVisitor=_e;var WL=(t,e)=>864e5*t[e],$0=(t,e)=>4294967296*t[e+1]+(t[e]>>>0),KL=(t,e)=>4294967296*(t[e+1]/1e3)+(t[e]>>>0)/1e3,YL=(t,e)=>4294967296*(t[e+1]/1e6)+(t[e]>>>0)/1e6,rA=t=>new Date(t),GL=(t,e)=>rA(WL(t,e)),ZL=(t,e)=>rA($0(t,e)),JL=(t,e)=>null,nA=(t,e,r)=>{let{[r]:n,[r+1]:i}=e;return n!=null&&i!=null?t.subarray(n,i):null},QL=({offset:t,values:e},r)=>{let n=t+r;return(e[n>>3]&1<<n%8)!=0},iA=({values:t},e)=>GL(t,e),oA=({values:t},e)=>ZL(t,e*2),Ei=({stride:t,values:e},r)=>e[t*r],fA=({stride:t,values:e},r)=>CL.uint16ToFloat64(e[t*r]),e_=({stride:t,values:e,type:r},n)=>ww.BN.new(e.subarray(t*n,t*(n+1)),r.isSigned),XL=({stride:t,values:e},r)=>e.subarray(t*r,t*(r+1)),$L=({values:t,valueOffsets:e},r)=>nA(t,e,r),e8=({values:t,valueOffsets:e},r)=>{let n=nA(t,e,r);return n!==null?VL.decodeUtf8(n):null},t8=(t,e)=>t.type.bitWidth<64?Ei(t,e):e_(t,e),r8=(t,e)=>t.type.precision!==xn.Precision.HALF?Ei(t,e):fA(t,e),n8=(t,e)=>t.type.unit===xn.DateUnit.DAY?iA(t,e):oA(t,e),sA=({values:t},e)=>1e3*$0(t,e*2),aA=({values:t},e)=>$0(t,e*2),lA=({values:t},e)=>KL(t,e*2),uA=({values:t},e)=>YL(t,e*2),i8=(t,e)=>{switch(t.type.unit){case xn.TimeUnit.SECOND:return sA(t,e);case xn.TimeUnit.MILLISECOND:return aA(t,e);case xn.TimeUnit.MICROSECOND:return lA(t,e);case xn.TimeUnit.NANOSECOND:return uA(t,e)}},cA=({values:t,stride:e},r)=>t[e*r],pA=({values:t,stride:e},r)=>t[e*r],dA=({values:t},e)=>ww.BN.signed(t.subarray(2*e,2*(e+1))),mA=({values:t},e)=>ww.BN.signed(t.subarray(2*e,2*(e+1))),o8=(t,e)=>{switch(t.type.unit){case xn.TimeUnit.SECOND:return cA(t,e);case xn.TimeUnit.MILLISECOND:return pA(t,e);case xn.TimeUnit.MICROSECOND:return dA(t,e);case xn.TimeUnit.NANOSECOND:return mA(t,e)}},f8=({values:t},e)=>ww.BN.decimal(t.subarray(4*e,4*(e+1))),s8=(t,e)=>{let r=t.getChildAt(0),{valueOffsets:n,stride:i}=t;return r.slice(n[e*i],n[e*i+1])},a8=(t,e)=>t.bind(e),l8=(t,e)=>t.bind(e),u8=(t,e)=>t.type.mode===xn.UnionMode.Dense?wA(t,e):hA(t,e),wA=(t,e)=>{let r=t.typeIdToChildIndex[t.typeIds[e]],n=t.getChildAt(r);return n?n.get(t.valueOffsets[e]):null},hA=(t,e)=>{let r=t.typeIdToChildIndex[t.typeIds[e]],n=t.getChildAt(r);return n?n.get(e):null},c8=(t,e)=>t.getValue(t.getKey(e)),p8=(t,e)=>t.type.unit===xn.IntervalUnit.DAY_TIME?bA(t,e):gA(t,e),bA=({values:t},e)=>t.subarray(2*e,2*(e+1)),gA=({values:t},e)=>{let r=t[e],n=new Int32Array(2);return n[0]=r/12|0,n[1]=r%12|0,n},d8=(t,e)=>{let r=t.getChildAt(0),{stride:n}=t;return r.slice(e*n,(e+1)*n)};_e.prototype.visitNull=JL;_e.prototype.visitBool=QL;_e.prototype.visitInt=t8;_e.prototype.visitInt8=Ei;_e.prototype.visitInt16=Ei;_e.prototype.visitInt32=Ei;_e.prototype.visitInt64=e_;_e.prototype.visitUint8=Ei;_e.prototype.visitUint16=Ei;_e.prototype.visitUint32=Ei;_e.prototype.visitUint64=e_;_e.prototype.visitFloat=r8;_e.prototype.visitFloat16=fA;_e.prototype.visitFloat32=Ei;_e.prototype.visitFloat64=Ei;_e.prototype.visitUtf8=e8;_e.prototype.visitBinary=$L;_e.prototype.visitFixedSizeBinary=XL;_e.prototype.visitDate=n8;_e.prototype.visitDateDay=iA;_e.prototype.visitDateMillisecond=oA;_e.prototype.visitTimestamp=i8;_e.prototype.visitTimestampSecond=sA;_e.prototype.visitTimestampMillisecond=aA;_e.prototype.visitTimestampMicrosecond=lA;_e.prototype.visitTimestampNanosecond=uA;_e.prototype.visitTime=o8;_e.prototype.visitTimeSecond=cA;_e.prototype.visitTimeMillisecond=pA;_e.prototype.visitTimeMicrosecond=dA;_e.prototype.visitTimeNanosecond=mA;_e.prototype.visitDecimal=f8;_e.prototype.visitList=s8;_e.prototype.visitStruct=l8;_e.prototype.visitUnion=u8;_e.prototype.visitDenseUnion=wA;_e.prototype.visitSparseUnion=hA;_e.prototype.visitDictionary=c8;_e.prototype.visitInterval=p8;_e.prototype.visitIntervalDayTime=bA;_e.prototype.visitIntervalYearMonth=gA;_e.prototype.visitFixedSizeList=d8;_e.prototype.visitMap=a8;Va.instance=new _e});var qA=B(Ca=>{"use strict";Object.defineProperty(Ca,"__esModule",{value:!0});Ca.instance=Ca.IndexOfVisitor=void 0;var m8=cr(),yA=hi(),jA=nc(),qe=class extends m8.Visitor{};Ca.IndexOfVisitor=qe;function w8(t,e){return e===null&&t.length>0?0:-1}function h8(t,e){let{nullBitmap:r}=t.data;if(!r||t.nullCount<=0)return-1;let n=0;for(let i of new yA.BitIterator(r,t.data.offset+(e||0),t.length,r,yA.getBool)){if(!i)return n;++n}return-1}function De(t,e,r){if(e===void 0)return-1;if(e===null)return h8(t,r);let n=jA.createElementComparator(e);for(let i=(r||0)-1,o=t.length;++i<o;)if(n(t.get(i)))return i;return-1}function _A(t,e,r){let n=jA.createElementComparator(e);for(let i=(r||0)-1,o=t.length;++i<o;)if(n(t.get(i)))return i;return-1}qe.prototype.visitNull=w8;qe.prototype.visitBool=De;qe.prototype.visitInt=De;qe.prototype.visitInt8=De;qe.prototype.visitInt16=De;qe.prototype.visitInt32=De;qe.prototype.visitInt64=De;qe.prototype.visitUint8=De;qe.prototype.visitUint16=De;qe.prototype.visitUint32=De;qe.prototype.visitUint64=De;qe.prototype.visitFloat=De;qe.prototype.visitFloat16=De;qe.prototype.visitFloat32=De;qe.prototype.visitFloat64=De;qe.prototype.visitUtf8=De;qe.prototype.visitBinary=De;qe.prototype.visitFixedSizeBinary=De;qe.prototype.visitDate=De;qe.prototype.visitDateDay=De;qe.prototype.visitDateMillisecond=De;qe.prototype.visitTimestamp=De;qe.prototype.visitTimestampSecond=De;qe.prototype.visitTimestampMillisecond=De;qe.prototype.visitTimestampMicrosecond=De;qe.prototype.visitTimestampNanosecond=De;qe.prototype.visitTime=De;qe.prototype.visitTimeSecond=De;qe.prototype.visitTimeMillisecond=De;qe.prototype.visitTimeMicrosecond=De;qe.prototype.visitTimeNanosecond=De;qe.prototype.visitDecimal=De;qe.prototype.visitList=De;qe.prototype.visitStruct=De;qe.prototype.visitUnion=De;qe.prototype.visitDenseUnion=_A;qe.prototype.visitSparseUnion=_A;qe.prototype.visitDictionary=De;qe.prototype.visitInterval=De;qe.prototype.visitIntervalDayTime=De;qe.prototype.visitIntervalYearMonth=De;qe.prototype.visitFixedSizeList=De;qe.prototype.visitMap=De;Ca.instance=new qe});var r_=B(Wa=>{"use strict";Object.defineProperty(Wa,"__esModule",{value:!0});Wa.instance=Wa.IteratorVisitor=void 0;var hw=bt(),b8=cr(),g8=hi(),vA=t_(),ve=class extends b8.Visitor{};Wa.IteratorVisitor=ve;function y8(t){let e=vA.instance.getVisitFn(t);return new g8.BitIterator(t.data.nullBitmap,t.data.offset,t.length,t,(r,n,i,o)=>(i&1<<o)!=0?e(r,n):null)}var TA=class{constructor(e,r){this.vector=e,this.getFn=r,this.index=0}next(){return this.index<this.vector.length?{value:this.getFn(this.vector,this.index++)}:{done:!0,value:null}}[Symbol.iterator](){return this}};function Ae(t){if(t.nullCount>0)return y8(t);let{type:e,typeId:r,length:n}=t;return t.stride===1&&(r===hw.Type.Timestamp||r===hw.Type.Int&&e.bitWidth!==64||r===hw.Type.Time&&e.bitWidth!==64||r===hw.Type.Float&&e.precision>0)?t.data.values.subarray(0,n)[Symbol.iterator]():new TA(t,vA.instance.getVisitFn(t))}ve.prototype.visitNull=Ae;ve.prototype.visitBool=Ae;ve.prototype.visitInt=Ae;ve.prototype.visitInt8=Ae;ve.prototype.visitInt16=Ae;ve.prototype.visitInt32=Ae;ve.prototype.visitInt64=Ae;ve.prototype.visitUint8=Ae;ve.prototype.visitUint16=Ae;ve.prototype.visitUint32=Ae;ve.prototype.visitUint64=Ae;ve.prototype.visitFloat=Ae;ve.prototype.visitFloat16=Ae;ve.prototype.visitFloat32=Ae;ve.prototype.visitFloat64=Ae;ve.prototype.visitUtf8=Ae;ve.prototype.visitBinary=Ae;ve.prototype.visitFixedSizeBinary=Ae;ve.prototype.visitDate=Ae;ve.prototype.visitDateDay=Ae;ve.prototype.visitDateMillisecond=Ae;ve.prototype.visitTimestamp=Ae;ve.prototype.visitTimestampSecond=Ae;ve.prototype.visitTimestampMillisecond=Ae;ve.prototype.visitTimestampMicrosecond=Ae;ve.prototype.visitTimestampNanosecond=Ae;ve.prototype.visitTime=Ae;ve.prototype.visitTimeSecond=Ae;ve.prototype.visitTimeMillisecond=Ae;ve.prototype.visitTimeMicrosecond=Ae;ve.prototype.visitTimeNanosecond=Ae;ve.prototype.visitDecimal=Ae;ve.prototype.visitList=Ae;ve.prototype.visitStruct=Ae;ve.prototype.visitUnion=Ae;ve.prototype.visitDenseUnion=Ae;ve.prototype.visitSparseUnion=Ae;ve.prototype.visitDictionary=Ae;ve.prototype.visitInterval=Ae;ve.prototype.visitIntervalDayTime=Ae;ve.prototype.visitIntervalYearMonth=Ae;ve.prototype.visitFixedSizeList=Ae;ve.prototype.visitMap=Ae;Wa.instance=new ve});var BA=B(Ka=>{"use strict";Object.defineProperty(Ka,"__esModule",{value:!0});Ka.instance=Ka.ToArrayVisitor=void 0;var mc=bt(),j8=cr(),_8=r_(),Te=class extends j8.Visitor{};Ka.ToArrayVisitor=Te;function Oe(t){let{type:e,length:r,stride:n}=t;switch(e.typeId){case mc.Type.Int:case mc.Type.Float:case mc.Type.Decimal:case mc.Type.Time:case mc.Type.Timestamp:return t.data.values.subarray(0,r*n)}return[..._8.instance.visit(t)]}Te.prototype.visitNull=Oe;Te.prototype.visitBool=Oe;Te.prototype.visitInt=Oe;Te.prototype.visitInt8=Oe;Te.prototype.visitInt16=Oe;Te.prototype.visitInt32=Oe;Te.prototype.visitInt64=Oe;Te.prototype.visitUint8=Oe;Te.prototype.visitUint16=Oe;Te.prototype.visitUint32=Oe;Te.prototype.visitUint64=Oe;Te.prototype.visitFloat=Oe;Te.prototype.visitFloat16=Oe;Te.prototype.visitFloat32=Oe;Te.prototype.visitFloat64=Oe;Te.prototype.visitUtf8=Oe;Te.prototype.visitBinary=Oe;Te.prototype.visitFixedSizeBinary=Oe;Te.prototype.visitDate=Oe;Te.prototype.visitDateDay=Oe;Te.prototype.visitDateMillisecond=Oe;Te.prototype.visitTimestamp=Oe;Te.prototype.visitTimestampSecond=Oe;Te.prototype.visitTimestampMillisecond=Oe;Te.prototype.visitTimestampMicrosecond=Oe;Te.prototype.visitTimestampNanosecond=Oe;Te.prototype.visitTime=Oe;Te.prototype.visitTimeSecond=Oe;Te.prototype.visitTimeMillisecond=Oe;Te.prototype.visitTimeMicrosecond=Oe;Te.prototype.visitTimeNanosecond=Oe;Te.prototype.visitDecimal=Oe;Te.prototype.visitList=Oe;Te.prototype.visitStruct=Oe;Te.prototype.visitUnion=Oe;Te.prototype.visitDenseUnion=Oe;Te.prototype.visitSparseUnion=Oe;Te.prototype.visitDictionary=Oe;Te.prototype.visitInterval=Oe;Te.prototype.visitIntervalDayTime=Oe;Te.prototype.visitIntervalYearMonth=Oe;Te.prototype.visitFixedSizeList=Oe;Te.prototype.visitMap=Oe;Ka.instance=new Te});var kA=B(Ya=>{"use strict";Object.defineProperty(Ya,"__esModule",{value:!0});Ya.instance=Ya.ByteWidthVisitor=void 0;var q8=cr(),v8=bt(),wc=(t,e)=>t+e,n_=t=>`Cannot compute the byte width of variable-width column ${t}`,i_=class extends q8.Visitor{visitNull(e){return 0}visitInt(e){return e.bitWidth/8}visitFloat(e){return e.ArrayType.BYTES_PER_ELEMENT}visitBinary(e){throw new Error(n_(e))}visitUtf8(e){throw new Error(n_(e))}visitBool(e){return 1/8}visitDecimal(e){return 16}visitDate(e){return(e.unit+1)*4}visitTime(e){return e.bitWidth/8}visitTimestamp(e){return e.unit===v8.TimeUnit.SECOND?4:8}visitInterval(e){return(e.unit+1)*4}visitList(e){throw new Error(n_(e))}visitStruct(e){return this.visitFields(e.children).reduce(wc,0)}visitUnion(e){return this.visitFields(e.children).reduce(wc,0)}visitFixedSizeBinary(e){return e.byteWidth}visitFixedSizeList(e){return e.listSize*this.visitFields(e.children).reduce(wc,0)}visitMap(e){return this.visitFields(e.children).reduce(wc,0)}visitDictionary(e){return this.visit(e.indices)}visitFields(e){return(e||[]).map(r=>this.visit(r.type))}visitSchema(e){return this.visitFields(e.fields).reduce(wc,0)}};Ya.ByteWidthVisitor=i_;Ya.instance=new i_});var IA=B(Ga=>{"use strict";Object.defineProperty(Ga,"__esModule",{value:!0});Ga.instance=Ga.GetVectorConstructor=void 0;var T8=cr(),B8=T0(),k8=B0(),o_=I0(),I8=x0(),x8=iw(),S8=E0(),E8=A0(),bw=D0(),f_=N0(),mo=aw(),A8=W0(),O8=K0(),F8=Y0(),P8=G0(),hc=Z0(),bc=J0(),s_=Q0(),D8=X0(),a_=class extends T8.Visitor{visitNull(){return F8.NullVector}visitBool(){return k8.BoolVector}visitInt(){return mo.IntVector}visitInt8(){return mo.Int8Vector}visitInt16(){return mo.Int16Vector}visitInt32(){return mo.Int32Vector}visitInt64(){return mo.Int64Vector}visitUint8(){return mo.Uint8Vector}visitUint16(){return mo.Uint16Vector}visitUint32(){return mo.Uint32Vector}visitUint64(){return mo.Uint64Vector}visitFloat(){return bw.FloatVector}visitFloat16(){return bw.Float16Vector}visitFloat32(){return bw.Float32Vector}visitFloat64(){return bw.Float64Vector}visitUtf8(){return D8.Utf8Vector}visitBinary(){return B8.BinaryVector}visitFixedSizeBinary(){return S8.FixedSizeBinaryVector}visitDate(){return o_.DateVector}visitDateDay(){return o_.DateDayVector}visitDateMillisecond(){return o_.DateMillisecondVector}visitTimestamp(){return hc.TimestampVector}visitTimestampSecond(){return hc.TimestampSecondVector}visitTimestampMillisecond(){return hc.TimestampMillisecondVector}visitTimestampMicrosecond(){return hc.TimestampMicrosecondVector}visitTimestampNanosecond(){return hc.TimestampNanosecondVector}visitTime(){return bc.TimeVector}visitTimeSecond(){return bc.TimeSecondVector}visitTimeMillisecond(){return bc.TimeMillisecondVector}visitTimeMicrosecond(){return bc.TimeMicrosecondVector}visitTimeNanosecond(){return bc.TimeNanosecondVector}visitDecimal(){return I8.DecimalVector}visitList(){return A8.ListVector}visitStruct(){return P8.StructVector}visitUnion(){return s_.UnionVector}visitDenseUnion(){return s_.DenseUnionVector}visitSparseUnion(){return s_.SparseUnionVector}visitDictionary(){return x8.DictionaryVector}visitInterval(){return f_.IntervalVector}visitIntervalDayTime(){return f_.IntervalDayTimeVector}visitIntervalYearMonth(){return f_.IntervalYearMonthVector}visitFixedSizeList(){return E8.FixedSizeListVector}visitMap(){return O8.MapVector}};Ga.GetVectorConstructor=a_;Ga.instance=new a_});var Ii=B(C=>{"use strict";Object.defineProperty(C,"__esModule",{value:!0});C.vectorFromValuesWithType=C.StructRow=C.MapRow=C.Utf8Vector=C.SparseUnionVector=C.DenseUnionVector=C.UnionVector=C.TimeNanosecondVector=C.TimeMicrosecondVector=C.TimeMillisecondVector=C.TimeSecondVector=C.TimeVector=C.TimestampNanosecondVector=C.TimestampMicrosecondVector=C.TimestampMillisecondVector=C.TimestampSecondVector=C.TimestampVector=C.StructVector=C.NullVector=C.MapVector=C.ListVector=C.Uint64Vector=C.Uint32Vector=C.Uint16Vector=C.Uint8Vector=C.Int64Vector=C.Int32Vector=C.Int16Vector=C.Int8Vector=C.IntVector=C.IntervalYearMonthVector=C.IntervalDayTimeVector=C.IntervalVector=C.Float64Vector=C.Float32Vector=C.Float16Vector=C.FloatVector=C.FixedSizeListVector=C.FixedSizeBinaryVector=C.DictionaryVector=C.DecimalVector=C.DateMillisecondVector=C.DateDayVector=C.DateVector=C.Chunked=C.BoolVector=C.BinaryVector=C.BaseVector=C.Vector=void 0;var N8=Mt();Object.defineProperty(C,"Vector",{enumerable:!0,get:function(){return N8.Vector}});var R8=Ut();Object.defineProperty(C,"BaseVector",{enumerable:!0,get:function(){return R8.BaseVector}});var H8=T0();Object.defineProperty(C,"BinaryVector",{enumerable:!0,get:function(){return H8.BinaryVector}});var M8=B0();Object.defineProperty(C,"BoolVector",{enumerable:!0,get:function(){return M8.BoolVector}});var z8=pf();Object.defineProperty(C,"Chunked",{enumerable:!0,get:function(){return z8.Chunked}});var l_=I0();Object.defineProperty(C,"DateVector",{enumerable:!0,get:function(){return l_.DateVector}});Object.defineProperty(C,"DateDayVector",{enumerable:!0,get:function(){return l_.DateDayVector}});Object.defineProperty(C,"DateMillisecondVector",{enumerable:!0,get:function(){return l_.DateMillisecondVector}});var U8=x0();Object.defineProperty(C,"DecimalVector",{enumerable:!0,get:function(){return U8.DecimalVector}});var L8=iw();Object.defineProperty(C,"DictionaryVector",{enumerable:!0,get:function(){return L8.DictionaryVector}});var V8=E0();Object.defineProperty(C,"FixedSizeBinaryVector",{enumerable:!0,get:function(){return V8.FixedSizeBinaryVector}});var C8=A0();Object.defineProperty(C,"FixedSizeListVector",{enumerable:!0,get:function(){return C8.FixedSizeListVector}});var gw=D0();Object.defineProperty(C,"FloatVector",{enumerable:!0,get:function(){return gw.FloatVector}});Object.defineProperty(C,"Float16Vector",{enumerable:!0,get:function(){return gw.Float16Vector}});Object.defineProperty(C,"Float32Vector",{enumerable:!0,get:function(){return gw.Float32Vector}});Object.defineProperty(C,"Float64Vector",{enumerable:!0,get:function(){return gw.Float64Vector}});var u_=N0();Object.defineProperty(C,"IntervalVector",{enumerable:!0,get:function(){return u_.IntervalVector}});Object.defineProperty(C,"IntervalDayTimeVector",{enumerable:!0,get:function(){return u_.IntervalDayTimeVector}});Object.defineProperty(C,"IntervalYearMonthVector",{enumerable:!0,get:function(){return u_.IntervalYearMonthVector}});var wo=aw();Object.defineProperty(C,"IntVector",{enumerable:!0,get:function(){return wo.IntVector}});Object.defineProperty(C,"Int8Vector",{enumerable:!0,get:function(){return wo.Int8Vector}});Object.defineProperty(C,"Int16Vector",{enumerable:!0,get:function(){return wo.Int16Vector}});Object.defineProperty(C,"Int32Vector",{enumerable:!0,get:function(){return wo.Int32Vector}});Object.defineProperty(C,"Int64Vector",{enumerable:!0,get:function(){return wo.Int64Vector}});Object.defineProperty(C,"Uint8Vector",{enumerable:!0,get:function(){return wo.Uint8Vector}});Object.defineProperty(C,"Uint16Vector",{enumerable:!0,get:function(){return wo.Uint16Vector}});Object.defineProperty(C,"Uint32Vector",{enumerable:!0,get:function(){return wo.Uint32Vector}});Object.defineProperty(C,"Uint64Vector",{enumerable:!0,get:function(){return wo.Uint64Vector}});var W8=W0();Object.defineProperty(C,"ListVector",{enumerable:!0,get:function(){return W8.ListVector}});var K8=K0();Object.defineProperty(C,"MapVector",{enumerable:!0,get:function(){return K8.MapVector}});var Y8=Y0();Object.defineProperty(C,"NullVector",{enumerable:!0,get:function(){return Y8.NullVector}});var G8=G0();Object.defineProperty(C,"StructVector",{enumerable:!0,get:function(){return G8.StructVector}});var gc=Z0();Object.defineProperty(C,"TimestampVector",{enumerable:!0,get:function(){return gc.TimestampVector}});Object.defineProperty(C,"TimestampSecondVector",{enumerable:!0,get:function(){return gc.TimestampSecondVector}});Object.defineProperty(C,"TimestampMillisecondVector",{enumerable:!0,get:function(){return gc.TimestampMillisecondVector}});Object.defineProperty(C,"TimestampMicrosecondVector",{enumerable:!0,get:function(){return gc.TimestampMicrosecondVector}});Object.defineProperty(C,"TimestampNanosecondVector",{enumerable:!0,get:function(){return gc.TimestampNanosecondVector}});var yc=J0();Object.defineProperty(C,"TimeVector",{enumerable:!0,get:function(){return yc.TimeVector}});Object.defineProperty(C,"TimeSecondVector",{enumerable:!0,get:function(){return yc.TimeSecondVector}});Object.defineProperty(C,"TimeMillisecondVector",{enumerable:!0,get:function(){return yc.TimeMillisecondVector}});Object.defineProperty(C,"TimeMicrosecondVector",{enumerable:!0,get:function(){return yc.TimeMicrosecondVector}});Object.defineProperty(C,"TimeNanosecondVector",{enumerable:!0,get:function(){return yc.TimeNanosecondVector}});var c_=Q0();Object.defineProperty(C,"UnionVector",{enumerable:!0,get:function(){return c_.UnionVector}});Object.defineProperty(C,"DenseUnionVector",{enumerable:!0,get:function(){return c_.DenseUnionVector}});Object.defineProperty(C,"SparseUnionVector",{enumerable:!0,get:function(){return c_.SparseUnionVector}});var Z8=X0();Object.defineProperty(C,"Utf8Vector",{enumerable:!0,get:function(){return Z8.Utf8Vector}});var xA=tc();Object.defineProperty(C,"MapRow",{enumerable:!0,get:function(){return xA.MapRow}});Object.defineProperty(C,"StructRow",{enumerable:!0,get:function(){return xA.StructRow}});var jc=tA(),p_=bt(),Za=Mt(),SA=pf(),_s=Ut(),J8=hi(),yw=gr(),EA=At(),AA=t_(),OA=xj(),FA=qA(),PA=BA(),DA=r_(),NA=kA(),RA=IA();Za.Vector.new=Q8;Za.Vector.from=$8;function Q8(t,...e){return new(RA.instance.getVisitFn(t)())(t,...e)}function X8(t,e){if(yw.isIterable(e))return Za.Vector.from({nullValues:[null,void 0],type:t(),values:e});if(yw.isAsyncIterable(e))return Za.Vector.from({nullValues:[null,void 0],type:t(),values:e});let{values:r=[],type:n=t(),nullValues:i=[null,void 0]}={...e};return yw.isIterable(r)?Za.Vector.from({nullValues:i,...e,type:n}):Za.Vector.from({nullValues:i,...e,type:n})}C.vectorFromValuesWithType=X8;function $8(t){let{values:e=[],...r}={nullValues:[null,void 0],...t};if(yw.isIterable(e)){let n=[...EA.Builder.throughIterable(r)(e)];return n.length===1?n[0]:SA.Chunked.concat(n)}return(async n=>{let i=EA.Builder.throughAsyncIterable(r);for await(let o of i(e))n.push(o);return n.length===1?n[0]:SA.Chunked.concat(n)})([])}_s.BaseVector.prototype.get=function(e){return AA.instance.visit(this,e)};_s.BaseVector.prototype.set=function(e,r){return OA.instance.visit(this,e,r)};_s.BaseVector.prototype.indexOf=function(e,r){return FA.instance.visit(this,e,r)};_s.BaseVector.prototype.toArray=function(){return PA.instance.visit(this)};_s.BaseVector.prototype.getByteWidth=function(){return NA.instance.visit(this.type)};_s.BaseVector.prototype[Symbol.iterator]=function(){return DA.instance.visit(this)};_s.BaseVector.prototype._bindDataAccessors=n6;Object.keys(p_.Type).map(t=>p_.Type[t]).filter(t=>typeof t=="number").filter(t=>t!==p_.Type.NONE).forEach(t=>{let e=RA.instance.visit(t);e.prototype.get=jc.partial1(AA.instance.getVisitFn(t)),e.prototype.set=jc.partial2(OA.instance.getVisitFn(t)),e.prototype.indexOf=jc.partial2(FA.instance.getVisitFn(t)),e.prototype.toArray=jc.partial0(PA.instance.getVisitFn(t)),e.prototype.getByteWidth=e6(NA.instance.getVisitFn(t)),e.prototype[Symbol.iterator]=jc.partial0(DA.instance.getVisitFn(t))});function e6(t){return function(){return t(this.type)}}function t6(t){return function(e){return this.isValid(e)?t.call(this,e):null}}function r6(t){return function(e,r){J8.setBool(this.nullBitmap,this.offset+e,r!=null)&&t.call(this,e,r)}}function n6(){let t=this.nullBitmap;t&&t.byteLength>0&&(this.get=t6(this.get),this.set=r6(this.set))}});var pc=B(jw=>{"use strict";Object.defineProperty(jw,"__esModule",{value:!0});jw.Table=void 0;var i6=Da(),HA=ir(),d_=po(),o6=_c(),m_=nt(),MA=Pa(),w_=gr(),zA=Qm(),UA=_0(),h_=Ii(),fr=class extends h_.Chunked{constructor(...e){let r=null;e[0]instanceof HA.Schema&&(r=e.shift());let n=MA.selectArgs(d_.RecordBatch,e);if(!r&&!(r=n[0]&&n[0].schema))throw new TypeError("Table must be initialized with a Schema or at least one RecordBatch");n[0]||(n[0]=new d_._InternalEmptyPlaceholderRecordBatch(r));super(new m_.Struct(r.fields),n);this._schema=r,this._chunks=n}static empty(e=new HA.Schema([])){return new fr(e,[])}static from(e){if(!e)return fr.empty();if(typeof e=="object"){let n=w_.isIterable(e.values)?f6(e):w_.isAsyncIterable(e.values)?s6(e):null;if(n!==null)return n}let r=o6.RecordBatchReader.from(e);return w_.isPromise(r)?(async()=>await fr.from(await r))():r.isSync()&&(r=r.open())?r.schema?new fr(r.schema,[...r]):fr.empty():(async n=>{let i=await n,o=i.schema,f=[];if(o){for await(let s of i)f.push(s);return new fr(o,f)}return fr.empty()})(r.open())}static async fromAsync(e){return await fr.from(e)}static fromStruct(e){return fr.new(e.data.childData,e.type.children)}static new(...e){return new fr(...UA.distributeColumnsIntoRecordBatches(MA.selectColumnArgs(e)))}get schema(){return this._schema}get length(){return this._length}get chunks(){return this._chunks}get numCols(){return this._numChildren}clone(e=this._chunks){return new fr(this._schema,e)}getColumn(e){return this.getColumnAt(this.getColumnIndex(e))}getColumnAt(e){return this.getChildAt(e)}getColumnIndex(e){return this._schema.fields.findIndex(r=>r.name===e)}getChildAt(e){if(e<0||e>=this.numChildren)return null;let r,n,i=this._schema.fields,o=this._children||(this._children=[]);if(n=o[e])return n;if(r=i[e]){let f=this._chunks.map(s=>s.getChildAt(e)).filter(s=>s!=null);if(f.length>0)return o[e]=new i6.Column(r,f)}return null}serialize(e="binary",r=!0){return(r?zA.RecordBatchStreamWriter:zA.RecordBatchFileWriter).writeAll(this).toUint8Array(!0)}count(){return this._length}select(...e){let r=this._schema.fields.reduce((n,i,o)=>n.set(i.name,o),new Map);return this.selectAt(...e.map(n=>r.get(n)).filter(n=>n>-1))}selectAt(...e){let r=this._schema.selectAt(...e);return new fr(r,this._chunks.map(({length:n,data:{childData:i}})=>new d_.RecordBatch(r,n,e.map(o=>i[o]).filter(Boolean))))}assign(e){let r=this._schema.fields,[n,i]=e.schema.fields.reduce((s,u,l)=>{let[c,w]=s,p=r.findIndex(g=>g.name===u.name);return~p?w[p]=l:c.push(l),s},[[],[]]),o=this._schema.assign(e.schema),f=[...r.map((s,u,l,c=i[u])=>c===void 0?this.getColumnAt(u):e.getColumnAt(c)),...n.map(s=>e.getColumnAt(s))].filter(Boolean);return new fr(...UA.distributeVectorsIntoRecordBatches(o,f))}};jw.Table=fr;function f6(t){let{type:e}=t;return e instanceof m_.Struct?fr.fromStruct(h_.StructVector.from(t)):null}function s6(t){let{type:e}=t;return e instanceof m_.Struct?h_.StructVector.from(t).then(r=>fr.fromStruct(r)):null}});var po=B(Ja=>{"use strict";Object.defineProperty(Ja,"__esModule",{value:!0});Ja._InternalEmptyPlaceholderRecordBatch=Ja.RecordBatch=void 0;var b_=Vn(),g_=pc(),a6=Mt(),l6=cr(),u6=ir(),c6=gr(),p6=pf(),d6=Pa(),y_=nt(),m6=_0(),w6=Ii(),_f=class extends w6.StructVector{constructor(...e){let r,n=e[0],i;if(e[1]instanceof b_.Data)[,r,i]=e;else{let o=n.fields,[,f,s]=e;r=b_.Data.Struct(new y_.Struct(o),0,f,0,null,s)}super(r,i);this._schema=n}static from(e){return c6.isIterable(e.values),g_.Table.from(e)}static new(...e){let[r,n]=d6.selectFieldArgs(e),i=n.filter(o=>o instanceof a6.Vector);return new _f(...m6.ensureSameLengthData(new u6.Schema(r),i.map(o=>o.data)))}clone(e,r=this._children){return new _f(this._schema,e,r)}concat(...e){let r=this._schema,n=p6.Chunked.flatten(this,...e);return new g_.Table(r,n.map(({data:i})=>new _f(r,i)))}get schema(){return this._schema}get numCols(){return this._schema.fields.length}get dictionaries(){return this._dictionaries||(this._dictionaries=_w.collect(this))}select(...e){let r=this._schema.fields.reduce((n,i,o)=>n.set(i.name,o),new Map);return this.selectAt(...e.map(n=>r.get(n)).filter(n=>n>-1))}selectAt(...e){let r=this._schema.selectAt(...e),n=e.map(i=>this.data.childData[i]).filter(Boolean);return new _f(r,this.length,n)}};Ja.RecordBatch=_f;var LA=class extends _f{constructor(e){super(e,0,e.fields.map(r=>b_.Data.new(r.type,0,0,0)))}};Ja._InternalEmptyPlaceholderRecordBatch=LA;var _w=class extends l6.Visitor{constructor(){super(...arguments);this.dictionaries=new Map}static collect(e){return new _w().visit(e.data,new y_.Struct(e.schema.fields)).dictionaries}visit(e,r){return y_.DataType.isDictionary(r)?this.visitDictionary(e,r):(e.childData.forEach((n,i)=>this.visit(n,r.children[i].type)),this)}visitDictionary(e,r){let n=e.dictionary;return n&&n.length>0&&this.dictionaries.set(r.id,n),this}}});var _c=B(An=>{"use strict";Object.defineProperty(An,"__esModule",{value:!0});An.AsyncRecordBatchFileReader=An.RecordBatchFileReader=An.AsyncRecordBatchStreamReader=An.RecordBatchStreamReader=An.RecordBatchReader=void 0;var VA=Mt(),qw=bt(),CA=Mj(),WA=Vu(),KA=af(),qc=Lj(),YA=BS(),j_=po(),qs=la(),Sn=zm(),En=gr(),Ai=class extends qs.ReadableInterop{constructor(e){super();this._impl=e}get closed(){return this._impl.closed}get schema(){return this._impl.schema}get autoDestroy(){return this._impl.autoDestroy}get dictionaries(){return this._impl.dictionaries}get numDictionaries(){return this._impl.numDictionaries}get numRecordBatches(){return this._impl.numRecordBatches}get footer(){return this._impl.isFile()?this._impl.footer:null}isSync(){return this._impl.isSync()}isAsync(){return this._impl.isAsync()}isFile(){return this._impl.isFile()}isStream(){return this._impl.isStream()}next(){return this._impl.next()}throw(e){return this._impl.throw(e)}return(e){return this._impl.return(e)}cancel(){return this._impl.cancel()}reset(e){return this._impl.reset(e),this._DOMStream=void 0,this._nodeStream=void 0,this}open(e){let r=this._impl.open(e);return En.isPromise(r)?r.then(()=>this):this}readRecordBatch(e){return this._impl.isFile()?this._impl.readRecordBatch(e):null}[Symbol.iterator](){return this._impl[Symbol.iterator]()}[Symbol.asyncIterator](){return this._impl[Symbol.asyncIterator]()}toDOMStream(){return WA.default.toDOMStream(this.isSync()?{[Symbol.iterator]:()=>this}:{[Symbol.asyncIterator]:()=>this})}toNodeStream(){return WA.default.toNodeStream(this.isSync()?{[Symbol.iterator]:()=>this}:{[Symbol.asyncIterator]:()=>this},{objectMode:!0})}static throughNode(e){throw new Error('"throughNode" not available in this environment')}static throughDOM(e,r){throw new Error('"throughDOM" not available in this environment')}static from(e){return e instanceof Ai?e:En.isArrowJSON(e)?h6(e):En.isFileHandle(e)?y6(e):En.isPromise(e)?(async()=>await Ai.from(await e))():En.isFetchResponse(e)||En.isReadableDOMStream(e)||En.isReadableNodeStream(e)||En.isAsyncIterable(e)?g6(new KA.AsyncByteStream(e)):b6(new KA.ByteStream(e))}static readAll(e){return e instanceof Ai?e.isSync()?QA(e):XA(e):En.isArrowJSON(e)||ArrayBuffer.isView(e)||En.isIterable(e)||En.isIteratorResult(e)?QA(e):XA(e)}};An.RecordBatchReader=Ai;var Qa=class extends Ai{constructor(e){super(e);this._impl=e}[Symbol.iterator](){return this._impl[Symbol.iterator]()}async*[Symbol.asyncIterator](){yield*this[Symbol.iterator]()}};An.RecordBatchStreamReader=Qa;var Xa=class extends Ai{constructor(e){super(e);this._impl=e}[Symbol.iterator](){throw new Error("AsyncRecordBatchStreamReader is not Iterable")}[Symbol.asyncIterator](){return this._impl[Symbol.asyncIterator]()}};An.AsyncRecordBatchStreamReader=Xa;var vw=class extends Qa{constructor(e){super(e);this._impl=e}};An.RecordBatchFileReader=vw;var __=class extends Xa{constructor(e){super(e);this._impl=e}};An.AsyncRecordBatchFileReader=__;var q_=class{constructor(e=new Map){this.closed=!1,this.autoDestroy=!0,this._dictionaryIndex=0,this._recordBatchIndex=0,this.dictionaries=e}get numDictionaries(){return this._dictionaryIndex}get numRecordBatches(){return this._recordBatchIndex}isSync(){return!1}isAsync(){return!1}isFile(){return!1}isStream(){return!1}reset(e){return this._dictionaryIndex=0,this._recordBatchIndex=0,this.schema=e,this.dictionaries=new Map,this}_loadRecordBatch(e,r){return new j_.RecordBatch(this.schema,e.length,this._loadVectors(e,r,this.schema.fields))}_loadDictionaryBatch(e,r){let{id:n,isDelta:i,data:o}=e,{dictionaries:f,schema:s}=this,u=f.get(n);if(i||!u){let l=s.dictionaries.get(n);return u&&i?u.concat(VA.Vector.new(this._loadVectors(o,r,[l])[0])):VA.Vector.new(this._loadVectors(o,r,[l])[0])}return u}_loadVectors(e,r,n){return new YA.VectorLoader(r,e.nodes,e.buffers,this.dictionaries).visitMany(n)}},vc=class extends q_{constructor(e,r){super(r);this._reader=En.isArrowJSON(e)?new Sn.JSONMessageReader(this._handle=e):new Sn.MessageReader(this._handle=e)}isSync(){return!0}isStream(){return!0}[Symbol.iterator](){return this}cancel(){!this.closed&&(this.closed=!0)&&(this.reset()._reader.return(),this._reader=null,this.dictionaries=null)}open(e){return this.closed||(this.autoDestroy=JA(this,e),this.schema||(this.schema=this._reader.readSchema())||this.cancel()),this}throw(e){return!this.closed&&this.autoDestroy&&(this.closed=!0)?this.reset()._reader.throw(e):qs.ITERATOR_DONE}return(e){return!this.closed&&this.autoDestroy&&(this.closed=!0)?this.reset()._reader.return(e):qs.ITERATOR_DONE}next(){if(this.closed)return qs.ITERATOR_DONE;let e,{_reader:r}=this;for(;e=this._readNextMessageAndValidate();)if(e.isSchema())this.reset(e.header());else if(e.isRecordBatch()){this._recordBatchIndex++;let n=e.header(),i=r.readMessageBody(e.bodyLength),o=this._loadRecordBatch(n,i);return{done:!1,value:o}}else if(e.isDictionaryBatch()){this._dictionaryIndex++;let n=e.header(),i=r.readMessageBody(e.bodyLength),o=this._loadDictionaryBatch(n,i);this.dictionaries.set(n.id,o)}return this.schema&&this._recordBatchIndex===0?(this._recordBatchIndex++,{done:!1,value:new j_._InternalEmptyPlaceholderRecordBatch(this.schema)}):this.return()}_readNextMessageAndValidate(e){return this._reader.readMessage(e)}},Tc=class extends q_{constructor(e,r){super(r);this._reader=new Sn.AsyncMessageReader(this._handle=e)}isAsync(){return!0}isStream(){return!0}[Symbol.asyncIterator](){return this}async cancel(){!this.closed&&(this.closed=!0)&&(await this.reset()._reader.return(),this._reader=null,this.dictionaries=null)}async open(e){return this.closed||(this.autoDestroy=JA(this,e),this.schema||(this.schema=await this._reader.readSchema())||await this.cancel()),this}async throw(e){return!this.closed&&this.autoDestroy&&(this.closed=!0)?await this.reset()._reader.throw(e):qs.ITERATOR_DONE}async return(e){return!this.closed&&this.autoDestroy&&(this.closed=!0)?await this.reset()._reader.return(e):qs.ITERATOR_DONE}async next(){if(this.closed)return qs.ITERATOR_DONE;let e,{_reader:r}=this;for(;e=await this._readNextMessageAndValidate();)if(e.isSchema())await this.reset(e.header());else if(e.isRecordBatch()){this._recordBatchIndex++;let n=e.header(),i=await r.readMessageBody(e.bodyLength),o=this._loadRecordBatch(n,i);return{done:!1,value:o}}else if(e.isDictionaryBatch()){this._dictionaryIndex++;let n=e.header(),i=await r.readMessageBody(e.bodyLength),o=this._loadDictionaryBatch(n,i);this.dictionaries.set(n.id,o)}return this.schema&&this._recordBatchIndex===0?(this._recordBatchIndex++,{done:!1,value:new j_._InternalEmptyPlaceholderRecordBatch(this.schema)}):await this.return()}async _readNextMessageAndValidate(e){return await this._reader.readMessage(e)}},v_=class extends vc{constructor(e,r){super(e instanceof qc.RandomAccessFile?e:new qc.RandomAccessFile(e),r)}get footer(){return this._footer}get numDictionaries(){return this._footer?this._footer.numDictionaries:0}get numRecordBatches(){return this._footer?this._footer.numRecordBatches:0}isSync(){return!0}isFile(){return!0}open(e){if(!this.closed&&!this._footer){this.schema=(this._footer=this._readFooter()).schema;for(let r of this._footer.dictionaryBatches())r&&this._readDictionaryBatch(this._dictionaryIndex++)}return super.open(e)}readRecordBatch(e){if(this.closed)return null;this._footer||this.open();let r=this._footer&&this._footer.getRecordBatch(e);if(r&&this._handle.seek(r.offset)){let n=this._reader.readMessage(qw.MessageHeader.RecordBatch);if(n&&n.isRecordBatch()){let i=n.header(),o=this._reader.readMessageBody(n.bodyLength);return this._loadRecordBatch(i,o)}}return null}_readDictionaryBatch(e){let r=this._footer&&this._footer.getDictionaryBatch(e);if(r&&this._handle.seek(r.offset)){let n=this._reader.readMessage(qw.MessageHeader.DictionaryBatch);if(n&&n.isDictionaryBatch()){let i=n.header(),o=this._reader.readMessageBody(n.bodyLength),f=this._loadDictionaryBatch(i,o);this.dictionaries.set(i.id,f)}}}_readFooter(){let{_handle:e}=this,r=e.size-Sn.magicAndPadding,n=e.readInt32(r),i=e.readAt(r-n,n);return CA.Footer.decode(i)}_readNextMessageAndValidate(e){if(this._footer||this.open(),this._footer&&this._recordBatchIndex<this.numRecordBatches){let r=this._footer&&this._footer.getRecordBatch(this._recordBatchIndex);if(r&&this._handle.seek(r.offset))return this._reader.readMessage(e)}return null}},GA=class extends Tc{constructor(e,...r){let n=typeof r[0]!="number"?r.shift():void 0,i=r[0]instanceof Map?r.shift():void 0;super(e instanceof qc.AsyncRandomAccessFile?e:new qc.AsyncRandomAccessFile(e,n),i)}get footer(){return this._footer}get numDictionaries(){return this._footer?this._footer.numDictionaries:0}get numRecordBatches(){return this._footer?this._footer.numRecordBatches:0}isFile(){return!0}isAsync(){return!0}async open(e){if(!this.closed&&!this._footer){this.schema=(this._footer=await this._readFooter()).schema;for(let r of this._footer.dictionaryBatches())r&&await this._readDictionaryBatch(this._dictionaryIndex++)}return await super.open(e)}async readRecordBatch(e){if(this.closed)return null;this._footer||await this.open();let r=this._footer&&this._footer.getRecordBatch(e);if(r&&await this._handle.seek(r.offset)){let n=await this._reader.readMessage(qw.MessageHeader.RecordBatch);if(n&&n.isRecordBatch()){let i=n.header(),o=await this._reader.readMessageBody(n.bodyLength);return this._loadRecordBatch(i,o)}}return null}async _readDictionaryBatch(e){let r=this._footer&&this._footer.getDictionaryBatch(e);if(r&&await this._handle.seek(r.offset)){let n=await this._reader.readMessage(qw.MessageHeader.DictionaryBatch);if(n&&n.isDictionaryBatch()){let i=n.header(),o=await this._reader.readMessageBody(n.bodyLength),f=this._loadDictionaryBatch(i,o);this.dictionaries.set(i.id,f)}}}async _readFooter(){let{_handle:e}=this;e._pending&&await e._pending;let r=e.size-Sn.magicAndPadding,n=await e.readInt32(r),i=await e.readAt(r-n,n);return CA.Footer.decode(i)}async _readNextMessageAndValidate(e){if(this._footer||await this.open(),this._footer&&this._recordBatchIndex<this.numRecordBatches){let r=this._footer.getRecordBatch(this._recordBatchIndex);if(r&&await this._handle.seek(r.offset))return await this._reader.readMessage(e)}return null}},ZA=class extends vc{constructor(e,r){super(e,r)}_loadVectors(e,r,n){return new YA.JSONVectorLoader(r,e.nodes,e.buffers,this.dictionaries).visitMany(n)}};function JA(t,e){return e&&typeof e.autoDestroy=="boolean"?e.autoDestroy:t.autoDestroy}function*QA(t){let e=Ai.from(t);try{if(!e.open({autoDestroy:!1}).closed)do yield e;while(!e.reset().open().closed)}finally{e.cancel()}}async function*XA(t){let e=await Ai.from(t);try{if(!(await e.open({autoDestroy:!1})).closed)do yield e;while(!(await e.reset().open()).closed)}finally{await e.cancel()}}function h6(t){return new Qa(new ZA(t))}function b6(t){let e=t.peek(Sn.magicLength+7&~7);return e&&e.byteLength>=4?Sn.checkForMagicArrowString(e)?new vw(new v_(t.read())):new Qa(new vc(t)):new Qa(new vc(function*(){}()))}async function g6(t){let e=await t.peek(Sn.magicLength+7&~7);return e&&e.byteLength>=4?Sn.checkForMagicArrowString(e)?new vw(new v_(await t.read())):new Xa(new Tc(t)):new Xa(new Tc(async function*(){}()))}async function y6(t){let{size:e}=await t.stat(),r=new qc.AsyncRandomAccessFile(t,e);return e>=Sn.magicX2AndPadding&&Sn.checkForMagicArrowString(await r.readAt(0,Sn.magicLength+7&~7))?new __(new GA(r)):new Xa(new Tc(r))}});var tO=B(Tw=>{"use strict";Object.defineProperty(Tw,"__esModule",{value:!0});Tw.toDOMStream=void 0;var $A=Xt(),eO=gr();function j6(t,e){if(eO.isAsyncIterable(t))return q6(t,e);if(eO.isIterable(t))return _6(t,e);throw new Error("toDOMStream() must be called with an Iterable or AsyncIterable")}Tw.toDOMStream=j6;function _6(t,e){let r=null,n=e&&e.type==="bytes"||!1,i=e&&e.highWaterMark||2**24;return new ReadableStream({...e,start(f){o(f,r||(r=t[Symbol.iterator]()))},pull(f){r?o(f,r):f.close()},cancel(){(r&&r.return&&r.return()||!0)&&(r=null)}},{highWaterMark:n?i:void 0,...e});function o(f,s){let u,l=null,c=f.desiredSize||null;for(;!(l=s.next(n?c:null)).done;)if(ArrayBuffer.isView(l.value)&&(u=$A.toUint8Array(l.value))&&(c!=null&&n&&(c=c-u.byteLength+1),l.value=u),f.enqueue(l.value),c!=null&&--c<=0)return;f.close()}}function q6(t,e){let r=null,n=e&&e.type==="bytes"||!1,i=e&&e.highWaterMark||2**24;return new ReadableStream({...e,async start(f){await o(f,r||(r=t[Symbol.asyncIterator]()))},async pull(f){r?await o(f,r):f.close()},async cancel(){(r&&r.return&&await r.return()||!0)&&(r=null)}},{highWaterMark:n?i:void 0,...e});async function o(f,s){let u,l=null,c=f.desiredSize||null;for(;!(l=await s.next(n?c:null)).done;)if(ArrayBuffer.isView(l.value)&&(u=$A.toUint8Array(l.value))&&(c!=null&&n&&(c=c-u.byteLength+1),l.value=u),f.enqueue(l.value),c!=null&&--c<=0)return;f.close()}}});var iO=B($a=>{"use strict";Object.defineProperty($a,"__esModule",{value:!0});$a.BuilderTransform=$a.builderThroughDOMStream=void 0;var v6=km();function T6(t){return new T_(t)}$a.builderThroughDOMStream=T6;var T_=class{constructor(e){this._numChunks=0,this._finished=!1,this._bufferedSize=0;let{["readableStrategy"]:r,["writableStrategy"]:n,["queueingStrategy"]:i="count",...o}=e;this._controller=null,this._builder=v6.Builder.new(o),this._getSize=i!=="bytes"?rO:nO;let{["highWaterMark"]:f=i==="bytes"?2**14:1e3}={...r},{["highWaterMark"]:s=i==="bytes"?2**14:1e3}={...n};this.readable=new ReadableStream({cancel:()=>{this._builder.clear()},pull:u=>{this._maybeFlush(this._builder,this._controller=u)},start:u=>{this._maybeFlush(this._builder,this._controller=u)}},{highWaterMark:f,size:i!=="bytes"?rO:nO}),this.writable=new WritableStream({abort:()=>{this._builder.clear()},write:()=>{this._maybeFlush(this._builder,this._controller)},close:()=>{this._maybeFlush(this._builder.finish(),this._controller)}},{highWaterMark:s,size:u=>this._writeValueAndReturnChunkSize(u)})}_writeValueAndReturnChunkSize(e){let r=this._bufferedSize;return this._bufferedSize=this._getSize(this._builder.append(e)),this._bufferedSize-r}_maybeFlush(e,r){r!==null&&(this._bufferedSize>=r.desiredSize&&++this._numChunks&&this._enqueue(r,e.toVector()),e.finished&&((e.length>0||this._numChunks===0)&&++this._numChunks&&this._enqueue(r,e.toVector()),!this._finished&&(this._finished=!0)&&this._enqueue(r,null)))}_enqueue(e,r){this._bufferedSize=0,this._controller=null,r===null?e.close():e.enqueue(r)}};$a.BuilderTransform=T_;var rO=t=>t.length,nO=t=>t.byteLength});var oO=B(Bw=>{"use strict";Object.defineProperty(Bw,"__esModule",{value:!0});Bw.recordBatchReaderThroughDOMStream=void 0;var B6=af(),k6=_c();function I6(t,e){let r=new B6.AsyncByteQueue,n=null,i=new ReadableStream({async cancel(){await r.close()},async start(s){await f(s,n||(n=await o()))},async pull(s){n?await f(s,n):s.close()}});return{writable:new WritableStream(r,{highWaterMark:2**14,...t}),readable:i};async function o(){return await(await k6.RecordBatchReader.from(r)).open(e)}async function f(s,u){let l=s.desiredSize,c=null;for(;!(c=await u.next()).done;)if(s.enqueue(c.value),l!=null&&--l<=0)return;s.close()}}Bw.recordBatchReaderThroughDOMStream=I6});var fO=B(kw=>{"use strict";Object.defineProperty(kw,"__esModule",{value:!0});kw.recordBatchWriterThroughDOMStream=void 0;var x6=af();function S6(t,e){let r=new this(t),n=new x6.AsyncByteStream(r),i=new ReadableStream({type:"bytes",async cancel(){await n.cancel()},async pull(f){await o(f)},async start(f){await o(f)}},{highWaterMark:2**14,...e});return{writable:new WritableStream(r,t),readable:i};async function o(f){let s=null,u=f.desiredSize;for(;s=await n.read(u||null);)if(f.enqueue(s),u!=null&&(u-=s.byteLength)<=0)return;f.close()}}kw.recordBatchWriterThroughDOMStream=S6});var E_=B(Ue=>{"use strict";Object.defineProperty(Ue,"__esModule",{value:!0});Ue.custom=Ue.or=Ue.and=Ue.col=Ue.lit=Ue.CustomPredicate=Ue.Not=Ue.GTeq=Ue.LTeq=Ue.Equals=Ue.Or=Ue.And=Ue.CombinationPredicate=Ue.ComparisonPredicate=Ue.Predicate=Ue.Col=Ue.Literal=Ue.Value=void 0;var E6=iw(),qf=class{eq(e){return e instanceof qf||(e=new ho(e)),new k_(this,e)}le(e){return e instanceof qf||(e=new ho(e)),new I_(this,e)}ge(e){return e instanceof qf||(e=new ho(e)),new x_(this,e)}lt(e){return new nl(this.ge(e))}gt(e){return new nl(this.le(e))}ne(e){return new nl(this.eq(e))}};Ue.Value=qf;var ho=class extends qf{constructor(e){super();this.v=e}};Ue.Literal=ho;var B_=class extends qf{constructor(e){super();this.name=e}bind(e){if(!this.colidx){this.colidx=-1;let n=e.schema.fields;for(let i=-1;++i<n.length;)if(n[i].name===this.name){this.colidx=i;break}if(this.colidx<0)throw new Error(`Failed to bind Col "${this.name}"`)}let r=this.vector=e.getChildAt(this.colidx);return n=>r.get(n)}};Ue.Col=B_;var el=class{and(...e){return new tl(this,...e)}or(...e){return new rl(this,...e)}not(){return new nl(this)}};Ue.Predicate=el;var Bc=class extends el{constructor(e,r){super();this.left=e,this.right=r}bind(e){return this.left instanceof ho?this.right instanceof ho?this._bindLitLit(e,this.left,this.right):this._bindLitCol(e,this.left,this.right):this.right instanceof ho?this._bindColLit(e,this.left,this.right):this._bindColCol(e,this.left,this.right)}};Ue.ComparisonPredicate=Bc;var kc=class extends el{constructor(...e){super();this.children=e}};Ue.CombinationPredicate=kc;kc.prototype.children=Object.freeze([]);var tl=class extends kc{constructor(...e){e=e.reduce((r,n)=>r.concat(n instanceof tl?n.children:n),[]);super(...e)}bind(e){let r=this.children.map(n=>n.bind(e));return(n,i)=>r.every(o=>o(n,i))}};Ue.And=tl;var rl=class extends kc{constructor(...e){e=e.reduce((r,n)=>r.concat(n instanceof rl?n.children:n),[]);super(...e)}bind(e){let r=this.children.map(n=>n.bind(e));return(n,i)=>r.some(o=>o(n,i))}};Ue.Or=rl;var k_=class extends Bc{_bindLitLit(e,r,n){let i=r.v==n.v;return()=>i}_bindColCol(e,r,n){let i=r.bind(e),o=n.bind(e);return(f,s)=>i(f,s)==o(f,s)}_bindColLit(e,r,n){let i=r.bind(e);if(r.vector instanceof E6.DictionaryVector){let o,f=r.vector;return f.dictionary!==this.lastDictionary?(o=f.reverseLookup(n.v),this.lastDictionary=f.dictionary,this.lastKey=o):o=this.lastKey,o===-1?()=>!1:s=>f.getKey(s)===o}else return(o,f)=>i(o,f)==n.v}_bindLitCol(e,r,n){return this._bindColLit(e,n,r)}};Ue.Equals=k_;var I_=class extends Bc{_bindLitLit(e,r,n){let i=r.v<=n.v;return()=>i}_bindColCol(e,r,n){let i=r.bind(e),o=n.bind(e);return(f,s)=>i(f,s)<=o(f,s)}_bindColLit(e,r,n){let i=r.bind(e);return(o,f)=>i(o,f)<=n.v}_bindLitCol(e,r,n){let i=n.bind(e);return(o,f)=>r.v<=i(o,f)}};Ue.LTeq=I_;var x_=class extends Bc{_bindLitLit(e,r,n){let i=r.v>=n.v;return()=>i}_bindColCol(e,r,n){let i=r.bind(e),o=n.bind(e);return(f,s)=>i(f,s)>=o(f,s)}_bindColLit(e,r,n){let i=r.bind(e);return(o,f)=>i(o,f)>=n.v}_bindLitCol(e,r,n){let i=n.bind(e);return(o,f)=>r.v>=i(o,f)}};Ue.GTeq=x_;var nl=class extends el{constructor(e){super();this.child=e}bind(e){let r=this.child.bind(e);return(n,i)=>!r(n,i)}};Ue.Not=nl;var S_=class extends el{constructor(e,r){super();this.next=e,this.bind_=r}bind(e){return this.bind_(e),this.next}};Ue.CustomPredicate=S_;function A6(t){return new ho(t)}Ue.lit=A6;function O6(t){return new B_(t)}Ue.col=O6;function F6(...t){return new tl(...t)}Ue.and=F6;function P6(...t){return new rl(...t)}Ue.or=P6;function D6(t,e){return new S_(t,e)}Ue.custom=D6});var cO=B(vf=>{"use strict";Object.defineProperty(vf,"__esModule",{value:!0});vf.FilteredDataFrame=vf.CountByResult=vf.DataFrame=void 0;var il=pc(),sO=aw(),A_=ir(),aO=E_(),N6=po(),lO=nt();il.Table.prototype.countBy=function(t){return new vs(this.chunks).countBy(t)};il.Table.prototype.scan=function(t,e){return new vs(this.chunks).scan(t,e)};il.Table.prototype.scanReverse=function(t,e){return new vs(this.chunks).scanReverse(t,e)};il.Table.prototype.filter=function(t){return new vs(this.chunks).filter(t)};var vs=class extends il.Table{filter(e){return new Ic(this.chunks,e)}scan(e,r){let n=this.chunks,i=n.length;for(let o=-1;++o<i;){let f=n[o];r&&r(f);for(let s=-1,u=f.length;++s<u;)e(s,f)}}scanReverse(e,r){let n=this.chunks,i=n.length;for(let o=i;--o>=0;){let f=n[o];r&&r(f);for(let s=f.length;--s>=0;)e(s,f)}}countBy(e){let r=this.chunks,n=r.length,i=typeof e=="string"?new aO.Col(e):e;i.bind(r[n-1]);let o=i.vector;if(!lO.DataType.isDictionary(o.type))throw new Error("countBy currently only supports dictionary-encoded columns");let f=Math.ceil(Math.log(o.length)/Math.log(256)),s=f==4?Uint32Array:f>=2?Uint16Array:Uint8Array,u=new s(o.dictionary.length);for(let l=-1;++l<n;){let c=r[l];i.bind(c);let w=i.vector.indices;for(let p=-1,g=c.length;++p<g;){let T=w.get(p);T!==null&&u[T]++}}return new Iw(o.dictionary,sO.IntVector.from(u))}};vf.DataFrame=vs;var Iw=class extends il.Table{constructor(e,r){let n=new A_.Schema([new A_.Field("values",e.type),new A_.Field("counts",r.type)]);super(new N6.RecordBatch(n,r.length,[e,r]))}toJSON(){let e=this.getColumnAt(0),r=this.getColumnAt(1),n={};for(let i=-1;++i<this.length;)n[e.get(i)]=r.get(i);return n}};vf.CountByResult=Iw;var uO=class{constructor(e,r){this.batches=e,this.predicate=r,this.batchIndex=0,this.index=0,this.batch=this.batches[this.batchIndex],this.predicateFunc=this.predicate.bind(this.batch)}next(){for(;this.batchIndex<this.batches.length;){for(;this.index<this.batch.length;){if(this.predicateFunc(this.index,this.batch))return{value:this.batch.get(this.index++)};this.index++}++this.batchIndex<this.batches.length&&(this.index=0,this.batch=this.batches[this.batchIndex],this.predicateFunc=this.predicate.bind(this.batch))}return{done:!0,value:null}}[Symbol.iterator](){return this}},Ic=class extends vs{constructor(e,r){super(e);this._predicate=r}scan(e,r){let n=this._chunks,i=n.length;for(let o=-1;++o<i;){let f=n[o],s=this._predicate.bind(f),u=!1;for(let l=-1,c=f.length;++l<c;)s(l,f)&&(r&&!u&&(r(f),u=!0),e(l,f))}}scanReverse(e,r){let n=this._chunks,i=n.length;for(let o=i;--o>=0;){let f=n[o],s=this._predicate.bind(f),u=!1;for(let l=f.length;--l>=0;)s(l,f)&&(r&&!u&&(r(f),u=!0),e(l,f))}}count(){let e=0,r=this._chunks,n=r.length;for(let i=-1;++i<n;){let o=r[i],f=this._predicate.bind(o);for(let s=-1,u=o.length;++s<u;)f(s,o)&&++e}return e}[Symbol.iterator](){return new uO(this._chunks,this._predicate)}filter(e){return new Ic(this._chunks,this._predicate.and(e))}countBy(e){let r=this._chunks,n=r.length,i=typeof e=="string"?new aO.Col(e):e;i.bind(r[n-1]);let o=i.vector;if(!lO.DataType.isDictionary(o.type))throw new Error("countBy currently only supports dictionary-encoded columns");let f=Math.ceil(Math.log(o.length)/Math.log(256)),s=f==4?Uint32Array:f>=2?Uint16Array:Uint8Array,u=new s(o.dictionary.length);for(let l=-1;++l<n;){let c=r[l],w=this._predicate.bind(c);i.bind(c);let p=i.vector.indices;for(let g=-1,T=c.length;++g<T;){let L=p.get(g);L!==null&&w(g,c)&&u[L]++}}return new Iw(o.dictionary,sO.IntVector.from(u))}};vf.FilteredDataFrame=Ic});var mO=B(d=>{"use strict";Object.defineProperty(d,"__esModule",{value:!0});d.util=d.predicate=d.CountByResult=d.FilteredDataFrame=d.DataFrame=d.RecordBatch=d.Message=d.JSONMessageReader=d.AsyncMessageReader=d.MessageReader=d.RecordBatchJSONWriter=d.RecordBatchStreamWriter=d.RecordBatchFileWriter=d.RecordBatchWriter=d.AsyncRecordBatchStreamReader=d.AsyncRecordBatchFileReader=d.RecordBatchStreamReader=d.RecordBatchFileReader=d.RecordBatchReader=d.AsyncByteQueue=d.AsyncByteStream=d.ByteStream=d.Utf8Builder=d.SparseUnionBuilder=d.DenseUnionBuilder=d.UnionBuilder=d.TimeNanosecondBuilder=d.TimeMicrosecondBuilder=d.TimeMillisecondBuilder=d.TimeSecondBuilder=d.TimeBuilder=d.TimestampNanosecondBuilder=d.TimestampMicrosecondBuilder=d.TimestampMillisecondBuilder=d.TimestampSecondBuilder=d.TimestampBuilder=d.StructBuilder=d.NullBuilder=d.MapBuilder=d.ListBuilder=d.Uint64Builder=d.Uint32Builder=d.Uint16Builder=d.Uint8Builder=d.Int64Builder=d.Int32Builder=d.Int16Builder=d.Int8Builder=d.IntBuilder=d.IntervalYearMonthBuilder=d.IntervalDayTimeBuilder=d.IntervalBuilder=d.Float64Builder=d.Float32Builder=d.Float16Builder=d.FloatBuilder=d.FixedSizeListBuilder=d.FixedSizeBinaryBuilder=d.DictionaryBuilder=d.DecimalBuilder=d.DateMillisecondBuilder=d.DateDayBuilder=d.DateBuilder=d.BoolBuilder=d.BinaryBuilder=d.Builder=d.Utf8Vector=d.SparseUnionVector=d.DenseUnionVector=d.UnionVector=d.TimeNanosecondVector=d.TimeMicrosecondVector=d.TimeMillisecondVector=d.TimeSecondVector=d.TimeVector=d.TimestampNanosecondVector=d.TimestampMicrosecondVector=d.TimestampMillisecondVector=d.TimestampSecondVector=d.TimestampVector=d.StructVector=d.NullVector=d.MapVector=d.ListVector=d.Uint64Vector=d.Uint32Vector=d.Uint16Vector=d.Uint8Vector=d.Int64Vector=d.Int32Vector=d.Int16Vector=d.Int8Vector=d.IntVector=d.IntervalYearMonthVector=d.IntervalDayTimeVector=d.IntervalVector=d.Float64Vector=d.Float32Vector=d.Float16Vector=d.FloatVector=d.FixedSizeListVector=d.FixedSizeBinaryVector=d.DictionaryVector=d.DecimalVector=d.DateMillisecondVector=d.DateDayVector=d.DateVector=d.Chunked=d.BoolVector=d.BinaryVector=d.BaseVector=d.Vector=d.Field=d.Schema=d.Visitor=d.Column=d.Table=d.Map_=d.FixedSizeList=d.IntervalYearMonth=d.IntervalDayTime=d.Interval=d.Dictionary=d.SparseUnion=d.DenseUnion=d.Union=d.Struct=d.List=d.Decimal=d.TimeNanosecond=d.TimeMicrosecond=d.TimeMillisecond=d.TimeSecond=d.Time=d.TimestampNanosecond=d.TimestampMicrosecond=d.TimestampMillisecond=d.TimestampSecond=d.Timestamp=d.DateMillisecond=d.DateDay=d.Date_=d.FixedSizeBinary=d.Binary=d.Utf8=d.Float64=d.Float32=d.Float16=d.Float=d.Uint64=d.Uint32=d.Uint16=d.Uint8=d.Int64=d.Int32=d.Int16=d.Int8=d.Int=d.Bool=d.Null=d.DataType=d.Data=d.BufferType=d.Type=d.MessageHeader=d.MetadataVersion=d.IntervalUnit=d.UnionMode=d.Precision=d.TimeUnit=d.DateUnit=void 0;var ol=Zo();Object.defineProperty(d,"DateUnit",{enumerable:!0,get:function(){return ol.DateUnit}});Object.defineProperty(d,"TimeUnit",{enumerable:!0,get:function(){return ol.TimeUnit}});Object.defineProperty(d,"Precision",{enumerable:!0,get:function(){return ol.Precision}});Object.defineProperty(d,"UnionMode",{enumerable:!0,get:function(){return ol.UnionMode}});Object.defineProperty(d,"IntervalUnit",{enumerable:!0,get:function(){return ol.IntervalUnit}});Object.defineProperty(d,"MetadataVersion",{enumerable:!0,get:function(){return ol.MetadataVersion}});var R6=zd();Object.defineProperty(d,"MessageHeader",{enumerable:!0,get:function(){return R6.MessageHeader}});var pO=bt();Object.defineProperty(d,"Type",{enumerable:!0,get:function(){return pO.Type}});Object.defineProperty(d,"BufferType",{enumerable:!0,get:function(){return pO.BufferType}});var H6=Vn();Object.defineProperty(d,"Data",{enumerable:!0,get:function(){return H6.Data}});var xe=nt();Object.defineProperty(d,"DataType",{enumerable:!0,get:function(){return xe.DataType}});Object.defineProperty(d,"Null",{enumerable:!0,get:function(){return xe.Null}});Object.defineProperty(d,"Bool",{enumerable:!0,get:function(){return xe.Bool}});Object.defineProperty(d,"Int",{enumerable:!0,get:function(){return xe.Int}});Object.defineProperty(d,"Int8",{enumerable:!0,get:function(){return xe.Int8}});Object.defineProperty(d,"Int16",{enumerable:!0,get:function(){return xe.Int16}});Object.defineProperty(d,"Int32",{enumerable:!0,get:function(){return xe.Int32}});Object.defineProperty(d,"Int64",{enumerable:!0,get:function(){return xe.Int64}});Object.defineProperty(d,"Uint8",{enumerable:!0,get:function(){return xe.Uint8}});Object.defineProperty(d,"Uint16",{enumerable:!0,get:function(){return xe.Uint16}});Object.defineProperty(d,"Uint32",{enumerable:!0,get:function(){return xe.Uint32}});Object.defineProperty(d,"Uint64",{enumerable:!0,get:function(){return xe.Uint64}});Object.defineProperty(d,"Float",{enumerable:!0,get:function(){return xe.Float}});Object.defineProperty(d,"Float16",{enumerable:!0,get:function(){return xe.Float16}});Object.defineProperty(d,"Float32",{enumerable:!0,get:function(){return xe.Float32}});Object.defineProperty(d,"Float64",{enumerable:!0,get:function(){return xe.Float64}});Object.defineProperty(d,"Utf8",{enumerable:!0,get:function(){return xe.Utf8}});Object.defineProperty(d,"Binary",{enumerable:!0,get:function(){return xe.Binary}});Object.defineProperty(d,"FixedSizeBinary",{enumerable:!0,get:function(){return xe.FixedSizeBinary}});Object.defineProperty(d,"Date_",{enumerable:!0,get:function(){return xe.Date_}});Object.defineProperty(d,"DateDay",{enumerable:!0,get:function(){return xe.DateDay}});Object.defineProperty(d,"DateMillisecond",{enumerable:!0,get:function(){return xe.DateMillisecond}});Object.defineProperty(d,"Timestamp",{enumerable:!0,get:function(){return xe.Timestamp}});Object.defineProperty(d,"TimestampSecond",{enumerable:!0,get:function(){return xe.TimestampSecond}});Object.defineProperty(d,"TimestampMillisecond",{enumerable:!0,get:function(){return xe.TimestampMillisecond}});Object.defineProperty(d,"TimestampMicrosecond",{enumerable:!0,get:function(){return xe.TimestampMicrosecond}});Object.defineProperty(d,"TimestampNanosecond",{enumerable:!0,get:function(){return xe.TimestampNanosecond}});Object.defineProperty(d,"Time",{enumerable:!0,get:function(){return xe.Time}});Object.defineProperty(d,"TimeSecond",{enumerable:!0,get:function(){return xe.TimeSecond}});Object.defineProperty(d,"TimeMillisecond",{enumerable:!0,get:function(){return xe.TimeMillisecond}});Object.defineProperty(d,"TimeMicrosecond",{enumerable:!0,get:function(){return xe.TimeMicrosecond}});Object.defineProperty(d,"TimeNanosecond",{enumerable:!0,get:function(){return xe.TimeNanosecond}});Object.defineProperty(d,"Decimal",{enumerable:!0,get:function(){return xe.Decimal}});Object.defineProperty(d,"List",{enumerable:!0,get:function(){return xe.List}});Object.defineProperty(d,"Struct",{enumerable:!0,get:function(){return xe.Struct}});Object.defineProperty(d,"Union",{enumerable:!0,get:function(){return xe.Union}});Object.defineProperty(d,"DenseUnion",{enumerable:!0,get:function(){return xe.DenseUnion}});Object.defineProperty(d,"SparseUnion",{enumerable:!0,get:function(){return xe.SparseUnion}});Object.defineProperty(d,"Dictionary",{enumerable:!0,get:function(){return xe.Dictionary}});Object.defineProperty(d,"Interval",{enumerable:!0,get:function(){return xe.Interval}});Object.defineProperty(d,"IntervalDayTime",{enumerable:!0,get:function(){return xe.IntervalDayTime}});Object.defineProperty(d,"IntervalYearMonth",{enumerable:!0,get:function(){return xe.IntervalYearMonth}});Object.defineProperty(d,"FixedSizeList",{enumerable:!0,get:function(){return xe.FixedSizeList}});Object.defineProperty(d,"Map_",{enumerable:!0,get:function(){return xe.Map_}});var M6=pc();Object.defineProperty(d,"Table",{enumerable:!0,get:function(){return M6.Table}});var z6=Da();Object.defineProperty(d,"Column",{enumerable:!0,get:function(){return z6.Column}});var U6=cr();Object.defineProperty(d,"Visitor",{enumerable:!0,get:function(){return U6.Visitor}});var dO=ir();Object.defineProperty(d,"Schema",{enumerable:!0,get:function(){return dO.Schema}});Object.defineProperty(d,"Field",{enumerable:!0,get:function(){return dO.Field}});var Be=Ii();Object.defineProperty(d,"Vector",{enumerable:!0,get:function(){return Be.Vector}});Object.defineProperty(d,"BaseVector",{enumerable:!0,get:function(){return Be.BaseVector}});Object.defineProperty(d,"BinaryVector",{enumerable:!0,get:function(){return Be.BinaryVector}});Object.defineProperty(d,"BoolVector",{enumerable:!0,get:function(){return Be.BoolVector}});Object.defineProperty(d,"Chunked",{enumerable:!0,get:function(){return Be.Chunked}});Object.defineProperty(d,"DateVector",{enumerable:!0,get:function(){return Be.DateVector}});Object.defineProperty(d,"DateDayVector",{enumerable:!0,get:function(){return Be.DateDayVector}});Object.defineProperty(d,"DateMillisecondVector",{enumerable:!0,get:function(){return Be.DateMillisecondVector}});Object.defineProperty(d,"DecimalVector",{enumerable:!0,get:function(){return Be.DecimalVector}});Object.defineProperty(d,"DictionaryVector",{enumerable:!0,get:function(){return Be.DictionaryVector}});Object.defineProperty(d,"FixedSizeBinaryVector",{enumerable:!0,get:function(){return Be.FixedSizeBinaryVector}});Object.defineProperty(d,"FixedSizeListVector",{enumerable:!0,get:function(){return Be.FixedSizeListVector}});Object.defineProperty(d,"FloatVector",{enumerable:!0,get:function(){return Be.FloatVector}});Object.defineProperty(d,"Float16Vector",{enumerable:!0,get:function(){return Be.Float16Vector}});Object.defineProperty(d,"Float32Vector",{enumerable:!0,get:function(){return Be.Float32Vector}});Object.defineProperty(d,"Float64Vector",{enumerable:!0,get:function(){return Be.Float64Vector}});Object.defineProperty(d,"IntervalVector",{enumerable:!0,get:function(){return Be.IntervalVector}});Object.defineProperty(d,"IntervalDayTimeVector",{enumerable:!0,get:function(){return Be.IntervalDayTimeVector}});Object.defineProperty(d,"IntervalYearMonthVector",{enumerable:!0,get:function(){return Be.IntervalYearMonthVector}});Object.defineProperty(d,"IntVector",{enumerable:!0,get:function(){return Be.IntVector}});Object.defineProperty(d,"Int8Vector",{enumerable:!0,get:function(){return Be.Int8Vector}});Object.defineProperty(d,"Int16Vector",{enumerable:!0,get:function(){return Be.Int16Vector}});Object.defineProperty(d,"Int32Vector",{enumerable:!0,get:function(){return Be.Int32Vector}});Object.defineProperty(d,"Int64Vector",{enumerable:!0,get:function(){return Be.Int64Vector}});Object.defineProperty(d,"Uint8Vector",{enumerable:!0,get:function(){return Be.Uint8Vector}});Object.defineProperty(d,"Uint16Vector",{enumerable:!0,get:function(){return Be.Uint16Vector}});Object.defineProperty(d,"Uint32Vector",{enumerable:!0,get:function(){return Be.Uint32Vector}});Object.defineProperty(d,"Uint64Vector",{enumerable:!0,get:function(){return Be.Uint64Vector}});Object.defineProperty(d,"ListVector",{enumerable:!0,get:function(){return Be.ListVector}});Object.defineProperty(d,"MapVector",{enumerable:!0,get:function(){return Be.MapVector}});Object.defineProperty(d,"NullVector",{enumerable:!0,get:function(){return Be.NullVector}});Object.defineProperty(d,"StructVector",{enumerable:!0,get:function(){return Be.StructVector}});Object.defineProperty(d,"TimestampVector",{enumerable:!0,get:function(){return Be.TimestampVector}});Object.defineProperty(d,"TimestampSecondVector",{enumerable:!0,get:function(){return Be.TimestampSecondVector}});Object.defineProperty(d,"TimestampMillisecondVector",{enumerable:!0,get:function(){return Be.TimestampMillisecondVector}});Object.defineProperty(d,"TimestampMicrosecondVector",{enumerable:!0,get:function(){return Be.TimestampMicrosecondVector}});Object.defineProperty(d,"TimestampNanosecondVector",{enumerable:!0,get:function(){return Be.TimestampNanosecondVector}});Object.defineProperty(d,"TimeVector",{enumerable:!0,get:function(){return Be.TimeVector}});Object.defineProperty(d,"TimeSecondVector",{enumerable:!0,get:function(){return Be.TimeSecondVector}});Object.defineProperty(d,"TimeMillisecondVector",{enumerable:!0,get:function(){return Be.TimeMillisecondVector}});Object.defineProperty(d,"TimeMicrosecondVector",{enumerable:!0,get:function(){return Be.TimeMicrosecondVector}});Object.defineProperty(d,"TimeNanosecondVector",{enumerable:!0,get:function(){return Be.TimeNanosecondVector}});Object.defineProperty(d,"UnionVector",{enumerable:!0,get:function(){return Be.UnionVector}});Object.defineProperty(d,"DenseUnionVector",{enumerable:!0,get:function(){return Be.DenseUnionVector}});Object.defineProperty(d,"SparseUnionVector",{enumerable:!0,get:function(){return Be.SparseUnionVector}});Object.defineProperty(d,"Utf8Vector",{enumerable:!0,get:function(){return Be.Utf8Vector}});var Se=km();Object.defineProperty(d,"Builder",{enumerable:!0,get:function(){return Se.Builder}});Object.defineProperty(d,"BinaryBuilder",{enumerable:!0,get:function(){return Se.BinaryBuilder}});Object.defineProperty(d,"BoolBuilder",{enumerable:!0,get:function(){return Se.BoolBuilder}});Object.defineProperty(d,"DateBuilder",{enumerable:!0,get:function(){return Se.DateBuilder}});Object.defineProperty(d,"DateDayBuilder",{enumerable:!0,get:function(){return Se.DateDayBuilder}});Object.defineProperty(d,"DateMillisecondBuilder",{enumerable:!0,get:function(){return Se.DateMillisecondBuilder}});Object.defineProperty(d,"DecimalBuilder",{enumerable:!0,get:function(){return Se.DecimalBuilder}});Object.defineProperty(d,"DictionaryBuilder",{enumerable:!0,get:function(){return Se.DictionaryBuilder}});Object.defineProperty(d,"FixedSizeBinaryBuilder",{enumerable:!0,get:function(){return Se.FixedSizeBinaryBuilder}});Object.defineProperty(d,"FixedSizeListBuilder",{enumerable:!0,get:function(){return Se.FixedSizeListBuilder}});Object.defineProperty(d,"FloatBuilder",{enumerable:!0,get:function(){return Se.FloatBuilder}});Object.defineProperty(d,"Float16Builder",{enumerable:!0,get:function(){return Se.Float16Builder}});Object.defineProperty(d,"Float32Builder",{enumerable:!0,get:function(){return Se.Float32Builder}});Object.defineProperty(d,"Float64Builder",{enumerable:!0,get:function(){return Se.Float64Builder}});Object.defineProperty(d,"IntervalBuilder",{enumerable:!0,get:function(){return Se.IntervalBuilder}});Object.defineProperty(d,"IntervalDayTimeBuilder",{enumerable:!0,get:function(){return Se.IntervalDayTimeBuilder}});Object.defineProperty(d,"IntervalYearMonthBuilder",{enumerable:!0,get:function(){return Se.IntervalYearMonthBuilder}});Object.defineProperty(d,"IntBuilder",{enumerable:!0,get:function(){return Se.IntBuilder}});Object.defineProperty(d,"Int8Builder",{enumerable:!0,get:function(){return Se.Int8Builder}});Object.defineProperty(d,"Int16Builder",{enumerable:!0,get:function(){return Se.Int16Builder}});Object.defineProperty(d,"Int32Builder",{enumerable:!0,get:function(){return Se.Int32Builder}});Object.defineProperty(d,"Int64Builder",{enumerable:!0,get:function(){return Se.Int64Builder}});Object.defineProperty(d,"Uint8Builder",{enumerable:!0,get:function(){return Se.Uint8Builder}});Object.defineProperty(d,"Uint16Builder",{enumerable:!0,get:function(){return Se.Uint16Builder}});Object.defineProperty(d,"Uint32Builder",{enumerable:!0,get:function(){return Se.Uint32Builder}});Object.defineProperty(d,"Uint64Builder",{enumerable:!0,get:function(){return Se.Uint64Builder}});Object.defineProperty(d,"ListBuilder",{enumerable:!0,get:function(){return Se.ListBuilder}});Object.defineProperty(d,"MapBuilder",{enumerable:!0,get:function(){return Se.MapBuilder}});Object.defineProperty(d,"NullBuilder",{enumerable:!0,get:function(){return Se.NullBuilder}});Object.defineProperty(d,"StructBuilder",{enumerable:!0,get:function(){return Se.StructBuilder}});Object.defineProperty(d,"TimestampBuilder",{enumerable:!0,get:function(){return Se.TimestampBuilder}});Object.defineProperty(d,"TimestampSecondBuilder",{enumerable:!0,get:function(){return Se.TimestampSecondBuilder}});Object.defineProperty(d,"TimestampMillisecondBuilder",{enumerable:!0,get:function(){return Se.TimestampMillisecondBuilder}});Object.defineProperty(d,"TimestampMicrosecondBuilder",{enumerable:!0,get:function(){return Se.TimestampMicrosecondBuilder}});Object.defineProperty(d,"TimestampNanosecondBuilder",{enumerable:!0,get:function(){return Se.TimestampNanosecondBuilder}});Object.defineProperty(d,"TimeBuilder",{enumerable:!0,get:function(){return Se.TimeBuilder}});Object.defineProperty(d,"TimeSecondBuilder",{enumerable:!0,get:function(){return Se.TimeSecondBuilder}});Object.defineProperty(d,"TimeMillisecondBuilder",{enumerable:!0,get:function(){return Se.TimeMillisecondBuilder}});Object.defineProperty(d,"TimeMicrosecondBuilder",{enumerable:!0,get:function(){return Se.TimeMicrosecondBuilder}});Object.defineProperty(d,"TimeNanosecondBuilder",{enumerable:!0,get:function(){return Se.TimeNanosecondBuilder}});Object.defineProperty(d,"UnionBuilder",{enumerable:!0,get:function(){return Se.UnionBuilder}});Object.defineProperty(d,"DenseUnionBuilder",{enumerable:!0,get:function(){return Se.DenseUnionBuilder}});Object.defineProperty(d,"SparseUnionBuilder",{enumerable:!0,get:function(){return Se.SparseUnionBuilder}});Object.defineProperty(d,"Utf8Builder",{enumerable:!0,get:function(){return Se.Utf8Builder}});var O_=af();Object.defineProperty(d,"ByteStream",{enumerable:!0,get:function(){return O_.ByteStream}});Object.defineProperty(d,"AsyncByteStream",{enumerable:!0,get:function(){return O_.AsyncByteStream}});Object.defineProperty(d,"AsyncByteQueue",{enumerable:!0,get:function(){return O_.AsyncByteQueue}});var xc=_c();Object.defineProperty(d,"RecordBatchReader",{enumerable:!0,get:function(){return xc.RecordBatchReader}});Object.defineProperty(d,"RecordBatchFileReader",{enumerable:!0,get:function(){return xc.RecordBatchFileReader}});Object.defineProperty(d,"RecordBatchStreamReader",{enumerable:!0,get:function(){return xc.RecordBatchStreamReader}});Object.defineProperty(d,"AsyncRecordBatchFileReader",{enumerable:!0,get:function(){return xc.AsyncRecordBatchFileReader}});Object.defineProperty(d,"AsyncRecordBatchStreamReader",{enumerable:!0,get:function(){return xc.AsyncRecordBatchStreamReader}});var xw=Qm();Object.defineProperty(d,"RecordBatchWriter",{enumerable:!0,get:function(){return xw.RecordBatchWriter}});Object.defineProperty(d,"RecordBatchFileWriter",{enumerable:!0,get:function(){return xw.RecordBatchFileWriter}});Object.defineProperty(d,"RecordBatchStreamWriter",{enumerable:!0,get:function(){return xw.RecordBatchStreamWriter}});Object.defineProperty(d,"RecordBatchJSONWriter",{enumerable:!0,get:function(){return xw.RecordBatchJSONWriter}});var F_=zm();Object.defineProperty(d,"MessageReader",{enumerable:!0,get:function(){return F_.MessageReader}});Object.defineProperty(d,"AsyncMessageReader",{enumerable:!0,get:function(){return F_.AsyncMessageReader}});Object.defineProperty(d,"JSONMessageReader",{enumerable:!0,get:function(){return F_.JSONMessageReader}});var L6=hs();Object.defineProperty(d,"Message",{enumerable:!0,get:function(){return L6.Message}});var V6=po();Object.defineProperty(d,"RecordBatch",{enumerable:!0,get:function(){return V6.RecordBatch}});var P_=cO();Object.defineProperty(d,"DataFrame",{enumerable:!0,get:function(){return P_.DataFrame}});Object.defineProperty(d,"FilteredDataFrame",{enumerable:!0,get:function(){return P_.FilteredDataFrame}});Object.defineProperty(d,"CountByResult",{enumerable:!0,get:function(){return P_.CountByResult}});var C6=Zu(),W6=Cj(),K6=hi(),Y6=Wu(),G6=Xt(),Z6=nc(),J6=E_();d.predicate=J6;var D_=f0();d.util={...C6,...W6,...K6,...Y6,...G6,...Z6,compareSchemas:D_.compareSchemas,compareFields:D_.compareFields,compareTypes:D_.compareTypes}});var z_=B(m=>{"use strict";Object.defineProperty(m,"__esModule",{value:!0});m.Utf8Builder=m.SparseUnionBuilder=m.DenseUnionBuilder=m.UnionBuilder=m.TimeNanosecondBuilder=m.TimeMicrosecondBuilder=m.TimeMillisecondBuilder=m.TimeSecondBuilder=m.TimeBuilder=m.TimestampNanosecondBuilder=m.TimestampMicrosecondBuilder=m.TimestampMillisecondBuilder=m.TimestampSecondBuilder=m.TimestampBuilder=m.StructBuilder=m.NullBuilder=m.MapBuilder=m.ListBuilder=m.Uint64Builder=m.Uint32Builder=m.Uint16Builder=m.Uint8Builder=m.Int64Builder=m.Int32Builder=m.Int16Builder=m.Int8Builder=m.IntBuilder=m.IntervalYearMonthBuilder=m.IntervalDayTimeBuilder=m.IntervalBuilder=m.Float64Builder=m.Float32Builder=m.Float16Builder=m.FloatBuilder=m.FixedSizeListBuilder=m.FixedSizeBinaryBuilder=m.DictionaryBuilder=m.DecimalBuilder=m.DateMillisecondBuilder=m.DateDayBuilder=m.DateBuilder=m.BoolBuilder=m.BinaryBuilder=m.Builder=m.util=m.predicate=m.CountByResult=m.FilteredDataFrame=m.DataFrame=m.RecordBatch=m.Message=m.JSONMessageReader=m.AsyncMessageReader=m.MessageReader=m.RecordBatchJSONWriter=m.RecordBatchStreamWriter=m.RecordBatchFileWriter=m.RecordBatchWriter=m.AsyncRecordBatchStreamReader=m.AsyncRecordBatchFileReader=m.RecordBatchStreamReader=m.RecordBatchFileReader=m.RecordBatchReader=m.AsyncByteQueue=m.AsyncByteStream=m.ByteStream=m.Utf8Vector=m.SparseUnionVector=m.DenseUnionVector=m.UnionVector=m.TimeNanosecondVector=m.TimeMicrosecondVector=m.TimeMillisecondVector=m.TimeSecondVector=m.TimeVector=m.TimestampNanosecondVector=m.TimestampMicrosecondVector=m.TimestampMillisecondVector=m.TimestampSecondVector=m.TimestampVector=m.StructVector=m.NullVector=m.MapVector=m.ListVector=m.Uint64Vector=m.Uint32Vector=m.Uint16Vector=m.Uint8Vector=m.Int64Vector=m.Int32Vector=m.Int16Vector=m.Int8Vector=m.IntVector=m.IntervalYearMonthVector=m.IntervalDayTimeVector=m.IntervalVector=m.Float64Vector=m.Float32Vector=m.Float16Vector=m.FloatVector=m.FixedSizeListVector=m.FixedSizeBinaryVector=m.DictionaryVector=m.DecimalVector=m.DateMillisecondVector=m.DateDayVector=m.DateVector=m.Chunked=m.BoolVector=m.BinaryVector=m.BaseVector=m.Vector=m.Visitor=m.Field=m.Schema=m.Column=m.Table=m.Map_=m.FixedSizeList=m.IntervalYearMonth=m.IntervalDayTime=m.Interval=m.Dictionary=m.SparseUnion=m.DenseUnion=m.Union=m.Struct=m.List=m.Decimal=m.TimeNanosecond=m.TimeMicrosecond=m.TimeMillisecond=m.TimeSecond=m.Time=m.TimestampNanosecond=m.TimestampMicrosecond=m.TimestampMillisecond=m.TimestampSecond=m.Timestamp=m.DateMillisecond=m.DateDay=m.Date_=m.FixedSizeBinary=m.Binary=m.Utf8=m.Float64=m.Float32=m.Float16=m.Float=m.Uint64=m.Uint32=m.Uint16=m.Uint8=m.Int64=m.Int32=m.Int16=m.Int8=m.Int=m.Bool=m.Null=m.DataType=m.Data=m.BufferType=m.UnionMode=m.Type=m.TimeUnit=m.Precision=m.MetadataVersion=m.MessageHeader=m.IntervalUnit=m.DateUnit=void 0;var Q6=Vu(),X6=km(),N_=_c(),R_=Qm(),$6=tO(),eV=iO(),H_=oO(),M_=fO();Q6.default.toDOMStream=$6.toDOMStream;X6.Builder.throughDOM=eV.builderThroughDOMStream;N_.RecordBatchReader.throughDOM=H_.recordBatchReaderThroughDOMStream;N_.RecordBatchFileReader.throughDOM=H_.recordBatchReaderThroughDOMStream;N_.RecordBatchStreamReader.throughDOM=H_.recordBatchReaderThroughDOMStream;R_.RecordBatchWriter.throughDOM=M_.recordBatchWriterThroughDOMStream;R_.RecordBatchFileWriter.throughDOM=M_.recordBatchWriterThroughDOMStream;R_.RecordBatchStreamWriter.throughDOM=M_.recordBatchWriterThroughDOMStream;var k=mO();Object.defineProperty(m,"DateUnit",{enumerable:!0,get:function(){return k.DateUnit}});Object.defineProperty(m,"IntervalUnit",{enumerable:!0,get:function(){return k.IntervalUnit}});Object.defineProperty(m,"MessageHeader",{enumerable:!0,get:function(){return k.MessageHeader}});Object.defineProperty(m,"MetadataVersion",{enumerable:!0,get:function(){return k.MetadataVersion}});Object.defineProperty(m,"Precision",{enumerable:!0,get:function(){return k.Precision}});Object.defineProperty(m,"TimeUnit",{enumerable:!0,get:function(){return k.TimeUnit}});Object.defineProperty(m,"Type",{enumerable:!0,get:function(){return k.Type}});Object.defineProperty(m,"UnionMode",{enumerable:!0,get:function(){return k.UnionMode}});Object.defineProperty(m,"BufferType",{enumerable:!0,get:function(){return k.BufferType}});Object.defineProperty(m,"Data",{enumerable:!0,get:function(){return k.Data}});Object.defineProperty(m,"DataType",{enumerable:!0,get:function(){return k.DataType}});Object.defineProperty(m,"Null",{enumerable:!0,get:function(){return k.Null}});Object.defineProperty(m,"Bool",{enumerable:!0,get:function(){return k.Bool}});Object.defineProperty(m,"Int",{enumerable:!0,get:function(){return k.Int}});Object.defineProperty(m,"Int8",{enumerable:!0,get:function(){return k.Int8}});Object.defineProperty(m,"Int16",{enumerable:!0,get:function(){return k.Int16}});Object.defineProperty(m,"Int32",{enumerable:!0,get:function(){return k.Int32}});Object.defineProperty(m,"Int64",{enumerable:!0,get:function(){return k.Int64}});Object.defineProperty(m,"Uint8",{enumerable:!0,get:function(){return k.Uint8}});Object.defineProperty(m,"Uint16",{enumerable:!0,get:function(){return k.Uint16}});Object.defineProperty(m,"Uint32",{enumerable:!0,get:function(){return k.Uint32}});Object.defineProperty(m,"Uint64",{enumerable:!0,get:function(){return k.Uint64}});Object.defineProperty(m,"Float",{enumerable:!0,get:function(){return k.Float}});Object.defineProperty(m,"Float16",{enumerable:!0,get:function(){return k.Float16}});Object.defineProperty(m,"Float32",{enumerable:!0,get:function(){return k.Float32}});Object.defineProperty(m,"Float64",{enumerable:!0,get:function(){return k.Float64}});Object.defineProperty(m,"Utf8",{enumerable:!0,get:function(){return k.Utf8}});Object.defineProperty(m,"Binary",{enumerable:!0,get:function(){return k.Binary}});Object.defineProperty(m,"FixedSizeBinary",{enumerable:!0,get:function(){return k.FixedSizeBinary}});Object.defineProperty(m,"Date_",{enumerable:!0,get:function(){return k.Date_}});Object.defineProperty(m,"DateDay",{enumerable:!0,get:function(){return k.DateDay}});Object.defineProperty(m,"DateMillisecond",{enumerable:!0,get:function(){return k.DateMillisecond}});Object.defineProperty(m,"Timestamp",{enumerable:!0,get:function(){return k.Timestamp}});Object.defineProperty(m,"TimestampSecond",{enumerable:!0,get:function(){return k.TimestampSecond}});Object.defineProperty(m,"TimestampMillisecond",{enumerable:!0,get:function(){return k.TimestampMillisecond}});Object.defineProperty(m,"TimestampMicrosecond",{enumerable:!0,get:function(){return k.TimestampMicrosecond}});Object.defineProperty(m,"TimestampNanosecond",{enumerable:!0,get:function(){return k.TimestampNanosecond}});Object.defineProperty(m,"Time",{enumerable:!0,get:function(){return k.Time}});Object.defineProperty(m,"TimeSecond",{enumerable:!0,get:function(){return k.TimeSecond}});Object.defineProperty(m,"TimeMillisecond",{enumerable:!0,get:function(){return k.TimeMillisecond}});Object.defineProperty(m,"TimeMicrosecond",{enumerable:!0,get:function(){return k.TimeMicrosecond}});Object.defineProperty(m,"TimeNanosecond",{enumerable:!0,get:function(){return k.TimeNanosecond}});Object.defineProperty(m,"Decimal",{enumerable:!0,get:function(){return k.Decimal}});Object.defineProperty(m,"List",{enumerable:!0,get:function(){return k.List}});Object.defineProperty(m,"Struct",{enumerable:!0,get:function(){return k.Struct}});Object.defineProperty(m,"Union",{enumerable:!0,get:function(){return k.Union}});Object.defineProperty(m,"DenseUnion",{enumerable:!0,get:function(){return k.DenseUnion}});Object.defineProperty(m,"SparseUnion",{enumerable:!0,get:function(){return k.SparseUnion}});Object.defineProperty(m,"Dictionary",{enumerable:!0,get:function(){return k.Dictionary}});Object.defineProperty(m,"Interval",{enumerable:!0,get:function(){return k.Interval}});Object.defineProperty(m,"IntervalDayTime",{enumerable:!0,get:function(){return k.IntervalDayTime}});Object.defineProperty(m,"IntervalYearMonth",{enumerable:!0,get:function(){return k.IntervalYearMonth}});Object.defineProperty(m,"FixedSizeList",{enumerable:!0,get:function(){return k.FixedSizeList}});Object.defineProperty(m,"Map_",{enumerable:!0,get:function(){return k.Map_}});Object.defineProperty(m,"Table",{enumerable:!0,get:function(){return k.Table}});Object.defineProperty(m,"Column",{enumerable:!0,get:function(){return k.Column}});Object.defineProperty(m,"Schema",{enumerable:!0,get:function(){return k.Schema}});Object.defineProperty(m,"Field",{enumerable:!0,get:function(){return k.Field}});Object.defineProperty(m,"Visitor",{enumerable:!0,get:function(){return k.Visitor}});Object.defineProperty(m,"Vector",{enumerable:!0,get:function(){return k.Vector}});Object.defineProperty(m,"BaseVector",{enumerable:!0,get:function(){return k.BaseVector}});Object.defineProperty(m,"BinaryVector",{enumerable:!0,get:function(){return k.BinaryVector}});Object.defineProperty(m,"BoolVector",{enumerable:!0,get:function(){return k.BoolVector}});Object.defineProperty(m,"Chunked",{enumerable:!0,get:function(){return k.Chunked}});Object.defineProperty(m,"DateVector",{enumerable:!0,get:function(){return k.DateVector}});Object.defineProperty(m,"DateDayVector",{enumerable:!0,get:function(){return k.DateDayVector}});Object.defineProperty(m,"DateMillisecondVector",{enumerable:!0,get:function(){return k.DateMillisecondVector}});Object.defineProperty(m,"DecimalVector",{enumerable:!0,get:function(){return k.DecimalVector}});Object.defineProperty(m,"DictionaryVector",{enumerable:!0,get:function(){return k.DictionaryVector}});Object.defineProperty(m,"FixedSizeBinaryVector",{enumerable:!0,get:function(){return k.FixedSizeBinaryVector}});Object.defineProperty(m,"FixedSizeListVector",{enumerable:!0,get:function(){return k.FixedSizeListVector}});Object.defineProperty(m,"FloatVector",{enumerable:!0,get:function(){return k.FloatVector}});Object.defineProperty(m,"Float16Vector",{enumerable:!0,get:function(){return k.Float16Vector}});Object.defineProperty(m,"Float32Vector",{enumerable:!0,get:function(){return k.Float32Vector}});Object.defineProperty(m,"Float64Vector",{enumerable:!0,get:function(){return k.Float64Vector}});Object.defineProperty(m,"IntervalVector",{enumerable:!0,get:function(){return k.IntervalVector}});Object.defineProperty(m,"IntervalDayTimeVector",{enumerable:!0,get:function(){return k.IntervalDayTimeVector}});Object.defineProperty(m,"IntervalYearMonthVector",{enumerable:!0,get:function(){return k.IntervalYearMonthVector}});Object.defineProperty(m,"IntVector",{enumerable:!0,get:function(){return k.IntVector}});Object.defineProperty(m,"Int8Vector",{enumerable:!0,get:function(){return k.Int8Vector}});Object.defineProperty(m,"Int16Vector",{enumerable:!0,get:function(){return k.Int16Vector}});Object.defineProperty(m,"Int32Vector",{enumerable:!0,get:function(){return k.Int32Vector}});Object.defineProperty(m,"Int64Vector",{enumerable:!0,get:function(){return k.Int64Vector}});Object.defineProperty(m,"Uint8Vector",{enumerable:!0,get:function(){return k.Uint8Vector}});Object.defineProperty(m,"Uint16Vector",{enumerable:!0,get:function(){return k.Uint16Vector}});Object.defineProperty(m,"Uint32Vector",{enumerable:!0,get:function(){return k.Uint32Vector}});Object.defineProperty(m,"Uint64Vector",{enumerable:!0,get:function(){return k.Uint64Vector}});Object.defineProperty(m,"ListVector",{enumerable:!0,get:function(){return k.ListVector}});Object.defineProperty(m,"MapVector",{enumerable:!0,get:function(){return k.MapVector}});Object.defineProperty(m,"NullVector",{enumerable:!0,get:function(){return k.NullVector}});Object.defineProperty(m,"StructVector",{enumerable:!0,get:function(){return k.StructVector}});Object.defineProperty(m,"TimestampVector",{enumerable:!0,get:function(){return k.TimestampVector}});Object.defineProperty(m,"TimestampSecondVector",{enumerable:!0,get:function(){return k.TimestampSecondVector}});Object.defineProperty(m,"TimestampMillisecondVector",{enumerable:!0,get:function(){return k.TimestampMillisecondVector}});Object.defineProperty(m,"TimestampMicrosecondVector",{enumerable:!0,get:function(){return k.TimestampMicrosecondVector}});Object.defineProperty(m,"TimestampNanosecondVector",{enumerable:!0,get:function(){return k.TimestampNanosecondVector}});Object.defineProperty(m,"TimeVector",{enumerable:!0,get:function(){return k.TimeVector}});Object.defineProperty(m,"TimeSecondVector",{enumerable:!0,get:function(){return k.TimeSecondVector}});Object.defineProperty(m,"TimeMillisecondVector",{enumerable:!0,get:function(){return k.TimeMillisecondVector}});Object.defineProperty(m,"TimeMicrosecondVector",{enumerable:!0,get:function(){return k.TimeMicrosecondVector}});Object.defineProperty(m,"TimeNanosecondVector",{enumerable:!0,get:function(){return k.TimeNanosecondVector}});Object.defineProperty(m,"UnionVector",{enumerable:!0,get:function(){return k.UnionVector}});Object.defineProperty(m,"DenseUnionVector",{enumerable:!0,get:function(){return k.DenseUnionVector}});Object.defineProperty(m,"SparseUnionVector",{enumerable:!0,get:function(){return k.SparseUnionVector}});Object.defineProperty(m,"Utf8Vector",{enumerable:!0,get:function(){return k.Utf8Vector}});Object.defineProperty(m,"ByteStream",{enumerable:!0,get:function(){return k.ByteStream}});Object.defineProperty(m,"AsyncByteStream",{enumerable:!0,get:function(){return k.AsyncByteStream}});Object.defineProperty(m,"AsyncByteQueue",{enumerable:!0,get:function(){return k.AsyncByteQueue}});Object.defineProperty(m,"RecordBatchReader",{enumerable:!0,get:function(){return k.RecordBatchReader}});Object.defineProperty(m,"RecordBatchFileReader",{enumerable:!0,get:function(){return k.RecordBatchFileReader}});Object.defineProperty(m,"RecordBatchStreamReader",{enumerable:!0,get:function(){return k.RecordBatchStreamReader}});Object.defineProperty(m,"AsyncRecordBatchFileReader",{enumerable:!0,get:function(){return k.AsyncRecordBatchFileReader}});Object.defineProperty(m,"AsyncRecordBatchStreamReader",{enumerable:!0,get:function(){return k.AsyncRecordBatchStreamReader}});Object.defineProperty(m,"RecordBatchWriter",{enumerable:!0,get:function(){return k.RecordBatchWriter}});Object.defineProperty(m,"RecordBatchFileWriter",{enumerable:!0,get:function(){return k.RecordBatchFileWriter}});Object.defineProperty(m,"RecordBatchStreamWriter",{enumerable:!0,get:function(){return k.RecordBatchStreamWriter}});Object.defineProperty(m,"RecordBatchJSONWriter",{enumerable:!0,get:function(){return k.RecordBatchJSONWriter}});Object.defineProperty(m,"MessageReader",{enumerable:!0,get:function(){return k.MessageReader}});Object.defineProperty(m,"AsyncMessageReader",{enumerable:!0,get:function(){return k.AsyncMessageReader}});Object.defineProperty(m,"JSONMessageReader",{enumerable:!0,get:function(){return k.JSONMessageReader}});Object.defineProperty(m,"Message",{enumerable:!0,get:function(){return k.Message}});Object.defineProperty(m,"RecordBatch",{enumerable:!0,get:function(){return k.RecordBatch}});Object.defineProperty(m,"DataFrame",{enumerable:!0,get:function(){return k.DataFrame}});Object.defineProperty(m,"FilteredDataFrame",{enumerable:!0,get:function(){return k.FilteredDataFrame}});Object.defineProperty(m,"CountByResult",{enumerable:!0,get:function(){return k.CountByResult}});Object.defineProperty(m,"predicate",{enumerable:!0,get:function(){return k.predicate}});Object.defineProperty(m,"util",{enumerable:!0,get:function(){return k.util}});Object.defineProperty(m,"Builder",{enumerable:!0,get:function(){return k.Builder}});Object.defineProperty(m,"BinaryBuilder",{enumerable:!0,get:function(){return k.BinaryBuilder}});Object.defineProperty(m,"BoolBuilder",{enumerable:!0,get:function(){return k.BoolBuilder}});Object.defineProperty(m,"DateBuilder",{enumerable:!0,get:function(){return k.DateBuilder}});Object.defineProperty(m,"DateDayBuilder",{enumerable:!0,get:function(){return k.DateDayBuilder}});Object.defineProperty(m,"DateMillisecondBuilder",{enumerable:!0,get:function(){return k.DateMillisecondBuilder}});Object.defineProperty(m,"DecimalBuilder",{enumerable:!0,get:function(){return k.DecimalBuilder}});Object.defineProperty(m,"DictionaryBuilder",{enumerable:!0,get:function(){return k.DictionaryBuilder}});Object.defineProperty(m,"FixedSizeBinaryBuilder",{enumerable:!0,get:function(){return k.FixedSizeBinaryBuilder}});Object.defineProperty(m,"FixedSizeListBuilder",{enumerable:!0,get:function(){return k.FixedSizeListBuilder}});Object.defineProperty(m,"FloatBuilder",{enumerable:!0,get:function(){return k.FloatBuilder}});Object.defineProperty(m,"Float16Builder",{enumerable:!0,get:function(){return k.Float16Builder}});Object.defineProperty(m,"Float32Builder",{enumerable:!0,get:function(){return k.Float32Builder}});Object.defineProperty(m,"Float64Builder",{enumerable:!0,get:function(){return k.Float64Builder}});Object.defineProperty(m,"IntervalBuilder",{enumerable:!0,get:function(){return k.IntervalBuilder}});Object.defineProperty(m,"IntervalDayTimeBuilder",{enumerable:!0,get:function(){return k.IntervalDayTimeBuilder}});Object.defineProperty(m,"IntervalYearMonthBuilder",{enumerable:!0,get:function(){return k.IntervalYearMonthBuilder}});Object.defineProperty(m,"IntBuilder",{enumerable:!0,get:function(){return k.IntBuilder}});Object.defineProperty(m,"Int8Builder",{enumerable:!0,get:function(){return k.Int8Builder}});Object.defineProperty(m,"Int16Builder",{enumerable:!0,get:function(){return k.Int16Builder}});Object.defineProperty(m,"Int32Builder",{enumerable:!0,get:function(){return k.Int32Builder}});Object.defineProperty(m,"Int64Builder",{enumerable:!0,get:function(){return k.Int64Builder}});Object.defineProperty(m,"Uint8Builder",{enumerable:!0,get:function(){return k.Uint8Builder}});Object.defineProperty(m,"Uint16Builder",{enumerable:!0,get:function(){return k.Uint16Builder}});Object.defineProperty(m,"Uint32Builder",{enumerable:!0,get:function(){return k.Uint32Builder}});Object.defineProperty(m,"Uint64Builder",{enumerable:!0,get:function(){return k.Uint64Builder}});Object.defineProperty(m,"ListBuilder",{enumerable:!0,get:function(){return k.ListBuilder}});Object.defineProperty(m,"MapBuilder",{enumerable:!0,get:function(){return k.MapBuilder}});Object.defineProperty(m,"NullBuilder",{enumerable:!0,get:function(){return k.NullBuilder}});Object.defineProperty(m,"StructBuilder",{enumerable:!0,get:function(){return k.StructBuilder}});Object.defineProperty(m,"TimestampBuilder",{enumerable:!0,get:function(){return k.TimestampBuilder}});Object.defineProperty(m,"TimestampSecondBuilder",{enumerable:!0,get:function(){return k.TimestampSecondBuilder}});Object.defineProperty(m,"TimestampMillisecondBuilder",{enumerable:!0,get:function(){return k.TimestampMillisecondBuilder}});Object.defineProperty(m,"TimestampMicrosecondBuilder",{enumerable:!0,get:function(){return k.TimestampMicrosecondBuilder}});Object.defineProperty(m,"TimestampNanosecondBuilder",{enumerable:!0,get:function(){return k.TimestampNanosecondBuilder}});Object.defineProperty(m,"TimeBuilder",{enumerable:!0,get:function(){return k.TimeBuilder}});Object.defineProperty(m,"TimeSecondBuilder",{enumerable:!0,get:function(){return k.TimeSecondBuilder}});Object.defineProperty(m,"TimeMillisecondBuilder",{enumerable:!0,get:function(){return k.TimeMillisecondBuilder}});Object.defineProperty(m,"TimeMicrosecondBuilder",{enumerable:!0,get:function(){return k.TimeMicrosecondBuilder}});Object.defineProperty(m,"TimeNanosecondBuilder",{enumerable:!0,get:function(){return k.TimeNanosecondBuilder}});Object.defineProperty(m,"UnionBuilder",{enumerable:!0,get:function(){return k.UnionBuilder}});Object.defineProperty(m,"DenseUnionBuilder",{enumerable:!0,get:function(){return k.DenseUnionBuilder}});Object.defineProperty(m,"SparseUnionBuilder",{enumerable:!0,get:function(){return k.SparseUnionBuilder}});Object.defineProperty(m,"Utf8Builder",{enumerable:!0,get:function(){return k.Utf8Builder}})});var Ow={};Mw(Ow,{Compression:()=>fV,Encoding:()=>sV,WriterProperties:()=>ll,WriterPropertiesBuilder:()=>Lt,WriterVersion:()=>aV,default:()=>yO,readParquet:()=>nV,writeParquet:()=>oV});function Sc(){return(Sw===null||Sw.buffer!==ye.memory.buffer)&&(Sw=new Uint8Array(ye.memory.buffer)),Sw}function hO(t,e){return wO.decode(Sc().subarray(t,t+e))}function Ac(t){Ec===bo.length&&bo.push(bo.length+1);let e=Ec;return Ec=bo[e],bo[e]=t,e}function fl(t){return bo[t]}function tV(t){t<36||(bo[t]=Ec,Ec=t)}function Oc(t){let e=fl(t);return tV(t),e}function sl(t,e,r){if(r===void 0){let s=Ew.encode(t),u=e(s.length);return Sc().subarray(u,u+s.length).set(s),Zn=s.length,u}let n=t.length,i=e(n),o=Sc(),f=0;for(;f<n;f++){let s=t.charCodeAt(f);if(s>127)break;o[i+f]=s}if(f!==n){f!==0&&(t=t.slice(f)),i=r(i,n,n=f+t.length*3);let s=Sc().subarray(i+f,i+n);f+=rV(t,s).written}return Zn=f,i}function bO(t,e){let r=e(t.length*1);return Sc().set(t,r/1),Zn=t.length,r}function al(){return(Aw===null||Aw.buffer!==ye.memory.buffer)&&(Aw=new Int32Array(ye.memory.buffer)),Aw}function nV(t){try{let i=ye.__wbindgen_add_to_stack_pointer(-16),o=bO(t,ye.__wbindgen_malloc),f=Zn;ye.readParquet(i,o,f);var e=al()[i/4+0],r=al()[i/4+1],n=al()[i/4+2];if(n)throw Oc(r);return Oc(e)}finally{ye.__wbindgen_add_to_stack_pointer(16)}}function iV(t,e){if(!(t instanceof e))throw new Error(`expected instance of ${e.name}`);return t.ptr}function oV(t,e){try{let f=ye.__wbindgen_add_to_stack_pointer(-16),s=bO(t,ye.__wbindgen_malloc),u=Zn;iV(e,ll);var r=e.ptr;e.ptr=0,ye.writeParquet(f,s,u,r);var n=al()[f/4+0],i=al()[f/4+1],o=al()[f/4+2];if(o)throw Oc(i);return Oc(n)}finally{ye.__wbindgen_add_to_stack_pointer(16)}}async function lV(t,e){if(typeof Response=="function"&&t instanceof Response){if(typeof WebAssembly.instantiateStreaming=="function")try{return await WebAssembly.instantiateStreaming(t,e)}catch(n){if(t.headers.get("Content-Type")!="application/wasm")console.warn("`WebAssembly.instantiateStreaming` failed because your server does not serve wasm with `application/wasm` MIME type. Falling back to `WebAssembly.instantiate` which is slower. Original error:\n",n);else throw n}let r=await t.arrayBuffer();return await WebAssembly.instantiate(r,e)}else{let r=await WebAssembly.instantiate(t,e);return r instanceof WebAssembly.Instance?{instance:r,module:t}:r}}async function gO(t){let e={};e.wbg={},e.wbg.__wbindgen_string_new=function(i,o){let f=hO(i,o);return Ac(f)},e.wbg.__wbindgen_object_drop_ref=function(i){Oc(i)},e.wbg.__wbg_buffer_7af23f65f6c64548=function(i){let o=fl(i).buffer;return Ac(o)},e.wbg.__wbg_newwithbyteoffsetandlength_ce1e75f0ce5f7974=function(i,o,f){let s=new Uint8Array(fl(i),o>>>0,f>>>0);return Ac(s)},e.wbg.__wbg_set_f25e869e4565d2a2=function(i,o,f){fl(i).set(fl(o),f>>>0)},e.wbg.__wbg_length_0acb1cf9bbaf8519=function(i){return fl(i).length},e.wbg.__wbg_newwithlength_8f0657faca9f1422=function(i){let o=new Uint8Array(i>>>0);return Ac(o)},e.wbg.__wbindgen_throw=function(i,o){throw new Error(hO(i,o))},e.wbg.__wbindgen_memory=function(){let i=ye.memory;return Ac(i)},(typeof t=="string"||typeof Request=="function"&&t instanceof Request||typeof URL=="function"&&t instanceof URL)&&(t=fetch(t));let{instance:r,module:n}=await lV(await t,e);return ye=r.exports,gO.__wbindgen_wasm_module=n,ye}var ye,wO,Sw,bo,Ec,Zn,Ew,rV,Aw,fV,sV,aV,ll,Lt,yO,jO=V(()=>{wO=new TextDecoder("utf-8",{ignoreBOM:!0,fatal:!0});wO.decode();Sw=null;bo=new Array(32).fill(void 0);bo.push(void 0,null,!0,!1);Ec=bo.length;Zn=0,Ew=new TextEncoder("utf-8"),rV=typeof Ew.encodeInto=="function"?function(t,e){return Ew.encodeInto(t,e)}:function(t,e){let r=Ew.encode(t);return e.set(r),{read:t.length,written:r.length}};Aw=null;fV=Object.freeze({UNCOMPRESSED:0,"0":"UNCOMPRESSED",SNAPPY:1,"1":"SNAPPY",GZIP:2,"2":"GZIP",BROTLI:3,"3":"BROTLI",LZ4:4,"4":"LZ4",ZSTD:5,"5":"ZSTD"}),sV=Object.freeze({PLAIN:0,"0":"PLAIN",PLAIN_DICTIONARY:1,"1":"PLAIN_DICTIONARY",RLE:2,"2":"RLE",BIT_PACKED:3,"3":"BIT_PACKED",DELTA_BINARY_PACKED:4,"4":"DELTA_BINARY_PACKED",DELTA_LENGTH_BYTE_ARRAY:5,"5":"DELTA_LENGTH_BYTE_ARRAY",DELTA_BYTE_ARRAY:6,"6":"DELTA_BYTE_ARRAY",RLE_DICTIONARY:7,"7":"RLE_DICTIONARY",BYTE_STREAM_SPLIT:8,"8":"BYTE_STREAM_SPLIT"}),aV=Object.freeze({V1:0,"0":"V1",V2:1,"1":"V2"}),ll=class{static __wrap(e){let r=Object.create(ll.prototype);return r.ptr=e,r}__destroy_into_raw(){let e=this.ptr;return this.ptr=0,e}free(){let e=this.__destroy_into_raw();ye.__wbg_writerproperties_free(e)}},Lt=class{static __wrap(e){let r=Object.create(Lt.prototype);return r.ptr=e,r}__destroy_into_raw(){let e=this.ptr;return this.ptr=0,e}free(){let e=this.__destroy_into_raw();ye.__wbg_writerpropertiesbuilder_free(e)}constructor(){let e=ye.writerpropertiesbuilder_new();return Lt.__wrap(e)}build(){let e=this.__destroy_into_raw(),r=ye.writerpropertiesbuilder_build(e);return ll.__wrap(r)}setWriterVersion(e){let r=this.__destroy_into_raw(),n=ye.writerpropertiesbuilder_setWriterVersion(r,e);return Lt.__wrap(n)}setDataPagesizeLimit(e){let r=this.__destroy_into_raw(),n=ye.writerpropertiesbuilder_setDataPagesizeLimit(r,e);return Lt.__wrap(n)}setDictionaryPagesizeLimit(e){let r=this.__destroy_into_raw(),n=ye.writerpropertiesbuilder_setDictionaryPagesizeLimit(r,e);return Lt.__wrap(n)}setWriteBatchSize(e){let r=this.__destroy_into_raw(),n=ye.writerpropertiesbuilder_setWriteBatchSize(r,e);return Lt.__wrap(n)}setMaxRowGroupSize(e){let r=this.__destroy_into_raw(),n=ye.writerpropertiesbuilder_setMaxRowGroupSize(r,e);return Lt.__wrap(n)}setCreatedBy(e){let r=this.__destroy_into_raw(),n=sl(e,ye.__wbindgen_malloc,ye.__wbindgen_realloc),i=Zn,o=ye.writerpropertiesbuilder_setCreatedBy(r,n,i);return Lt.__wrap(o)}setEncoding(e){let r=this.__destroy_into_raw(),n=ye.writerpropertiesbuilder_setEncoding(r,e);return Lt.__wrap(n)}setCompression(e){let r=this.__destroy_into_raw(),n=ye.writerpropertiesbuilder_setCompression(r,e);return Lt.__wrap(n)}setDictionaryEnabled(e){let r=this.__destroy_into_raw(),n=ye.writerpropertiesbuilder_setDictionaryEnabled(r,e);return Lt.__wrap(n)}setStatisticsEnabled(e){let r=this.__destroy_into_raw(),n=ye.writerpropertiesbuilder_setStatisticsEnabled(r,e);return Lt.__wrap(n)}setMaxStatisticsSize(e){let r=this.__destroy_into_raw(),n=ye.writerpropertiesbuilder_setMaxStatisticsSize(r,e);return Lt.__wrap(n)}setColumnEncoding(e,r){let n=this.__destroy_into_raw(),i=sl(e,ye.__wbindgen_malloc,ye.__wbindgen_realloc),o=Zn,f=ye.writerpropertiesbuilder_setColumnEncoding(n,i,o,r);return Lt.__wrap(f)}setColumnCompression(e,r){let n=this.__destroy_into_raw(),i=sl(e,ye.__wbindgen_malloc,ye.__wbindgen_realloc),o=Zn,f=ye.writerpropertiesbuilder_setColumnCompression(n,i,o,r);return Lt.__wrap(f)}setColumnDictionaryEnabled(e,r){let n=this.__destroy_into_raw(),i=sl(e,ye.__wbindgen_malloc,ye.__wbindgen_realloc),o=Zn,f=ye.writerpropertiesbuilder_setColumnDictionaryEnabled(n,i,o,r);return Lt.__wrap(f)}setColumnStatisticsEnabled(e,r){let n=this.__destroy_into_raw(),i=sl(e,ye.__wbindgen_malloc,ye.__wbindgen_realloc),o=Zn,f=ye.writerpropertiesbuilder_setColumnStatisticsEnabled(n,i,o,r);return Lt.__wrap(f)}setColumnMaxStatisticsSize(e,r){let n=this.__destroy_into_raw(),i=sl(e,ye.__wbindgen_malloc,ye.__wbindgen_realloc),o=Zn,f=ye.writerpropertiesbuilder_setColumnMaxStatisticsSize(n,i,o,r);return Lt.__wrap(f)}};yO=gO});async function Fc(t){return U_!==null?U_:(await yO(t),U_=Ow,Ow)}var U_,L_=V(()=>{jO();U_=null});async function _O(t,e){let r=e?.parquet?.wasmUrl,n=await Fc(r),i=new Uint8Array(t),o=n.readParquet(i),f=o.buffer.slice(o.byteOffset,o.byteLength+o.byteOffset);return uV(f)}function uV(t){let e=Fw.RecordBatchStreamReader.from(t),r=[];for(let n of e)r.push(n);return new Fw.Table(r)}var Fw,qO=V(()=>{Fw=le(z_());L_()});function dV(t,e){return new ArrayBuffer(0)}var cV,pV,vO,TO=V(()=>{cV=typeof __VERSION__!="undefined"?__VERSION__:"latest",pV={},vO={name:"Apache Parquet",id:"parquet",module:"parquet",version:cV,extensions:["parquet"],mimeTypes:["application/octet-stream"],encodeSync:dV,binary:!0,options:pV}});var BO=V(()=>{L_()});async function IO(t,e){let r=e?.parquet?.wasmUrl,n=await Fc(r),i=mV(t),o=new n.WriterPropertiesBuilder().build(),f=n.writeParquet(i,o);return f.buffer.slice(f.byteOffset,f.byteLength+f.byteOffset)}function mV(t){return kO.RecordBatchStreamWriter.writeAll(t).toUint8Array(!0)}var kO,xO=V(()=>{kO=le(z_());BO()});var wV,hV,SO,EO=V(()=>{xO();wV=typeof __VERSION__!="undefined"?__VERSION__:"latest",hV={parquet:{wasmUrl:"https://unpkg.com/parquet-wasm@0.3.1/esm2/arrow1_bg.wasm"}},SO={name:"Apache Parquet",id:"parquet-wasm",module:"parquet",version:wV,extensions:["parquet"],mimeTypes:["application/octet-stream"],encode:IO,binary:!0,options:hV}});function AO(t,e){return new Promise((r,n)=>{t.write(e,i=>{i?n(i):r()})})}function OO(t){return new Promise((e,r)=>{t.close(n=>{n?r(n):e()})})}function FO(t,e){return new Promise((r,n)=>{let i=Lc.createWriteStream(t,e);i.once("open",o=>r(i)),i.once("error",o=>n(o))})}var PO=V(()=>{Dn()});function cl(t,e,r,n){if(!(e in vo))throw new Error(`invalid encoding: ${e}`);return vo[e].encodeValues(t,r,n)}async function jV(t,e){let r=Buffer.alloc(0);t.rLevelMax>0&&(r=cl(Pw,Ts,e.rlevels,{bitWidth:ai(t.rLevelMax)}));let n=Buffer.alloc(0);t.dLevelMax>0&&(n=cl(Pw,Ts,e.dlevels,{bitWidth:ai(t.dLevelMax)}));let i=cl(t.primitiveType,t.encoding,e.values,{typeLength:t.typeLength,bitWidth:t.typeLength}),o=Buffer.concat([r,n,i]),f=await Wh(t.compression,o),s=new Mo({type:Vf.DATA_PAGE,data_page_header:new Wf({num_values:e.count,encoding:Rr[t.encoding],definition_level_encoding:Rr[Ts],repetition_level_encoding:Rr[Ts]}),uncompressed_page_size:o.length,compressed_page_size:f.length}),u=Ou(s),l=Buffer.concat([u,f]);return{header:s,headerSize:u.length,page:l}}async function _V(t,e,r){let n=cl(t.primitiveType,t.encoding,e.values,{typeLength:t.typeLength,bitWidth:t.typeLength}),i=await Wh(t.compression,n),o=Buffer.alloc(0);t.rLevelMax>0&&(o=cl(Pw,Ts,e.rlevels,{bitWidth:ai(t.rLevelMax),disableEnvelope:!0}));let f=Buffer.alloc(0);t.dLevelMax>0&&(f=cl(Pw,Ts,e.dlevels,{bitWidth:ai(t.dLevelMax),disableEnvelope:!0}));let s=new Mo({type:Vf.DATA_PAGE_V2,data_page_header_v2:new Kf({num_values:e.count,num_nulls:e.count-e.values.length,num_rows:r,encoding:Rr[t.encoding],definition_levels_byte_length:f.length,repetition_levels_byte_length:o.length,is_compressed:t.compression!=="UNCOMPRESSED"}),uncompressed_page_size:o.length+f.length+n.length,compressed_page_size:o.length+f.length+i.length}),u=Ou(s),l=Buffer.concat([u,o,f,i]);return{header:s,headerSize:u.length,page:l}}async function qV(t,e,r,n){let i=e.columnData[t.path.join()],o=(n.baseOffset||0)+r,f,s=0,u=0;{let p=n.useDataPageV2?await _V(t,i,e.rowCount):await jV(t,i);f=p.page,s+=p.header.uncompressed_page_size+p.headerSize,u+=p.header.compressed_page_size+p.headerSize}let l=new Gf({path_in_schema:t.path,num_values:i.count,data_page_offset:o,encodings:[],total_uncompressed_size:s,total_compressed_size:u,type:Wi[t.primitiveType],codec:Qs[t.compression]});l.encodings.push(Rr[Ts]),l.encodings.push(Rr[t.encoding]);let c=o+f.length;return{body:Buffer.concat([f,Ou(l)]),metadata:l,metadataOffset:c}}async function vV(t,e,r){let n=new Jf({num_rows:e.rowCount,columns:[],total_byte_size:0}),i=Buffer.alloc(0);for(let o of t.fieldList){if(o.isNested)continue;let f=await qV(o,e,i.length,r),s=new Zf({file_offset:f.metadataOffset,meta_data:f.metadata});n.columns.push(s),n.total_byte_size=new DO.default(Number(n.total_byte_size)+f.body.length),i=Buffer.concat([i,f.body])}return{body:i,metadata:n}}function TV(t,e,r,n){let i=new Qf({version:bV,created_by:"parquets",num_rows:e,row_groups:r,schema:[],key_value_metadata:[]});for(let s in n){let u=new Qi({key:s,value:n[s]});i.key_value_metadata?.push?.(u)}{let s=new Ho({name:"root",num_children:Object.keys(t.fields).length});i.schema.push(s)}for(let s of t.fieldList){let u=Js[s.repetitionType],l=new Ho({name:s.name,repetition_type:u});s.isNested?l.num_children=s.fieldCount:l.type=Wi[s.primitiveType],s.originalType&&(l.converted_type=Zs[s.originalType]),l.type_length=s.typeLength,i.schema.push(l)}let o=Ou(i),f=Buffer.alloc(o.length+8);return o.copy(f),f.writeUInt32LE(o.length,o.length),f.write(NO,o.length+4),f}var DO,NO,bV,gV,yV,Pw,Ts,ul,Dw,RO=V(()=>{Yc();Kl();ld();Eu();PO();Id();DO=le(Tr()),NO="PAR1",bV=1,gV=8192,yV=4096,Pw="INT32",Ts="RLE",ul=class{static async openFile(e,r,n){let i=await FO(r,n);return ul.openStream(e,i,n)}static async openStream(e,r,n={}){let i=await Dw.openStream(e,r,n);return new ul(e,i,n)}constructor(e,r,n){this.schema=e,this.envelopeWriter=r,this.rowBuffer={},this.rowGroupSize=n.rowGroupSize||yV,this.closed=!1,this.userMetadata={},this.writeHeader()}async writeHeader(){try{await this.envelopeWriter.writeHeader()}catch(e){throw await this.envelopeWriter.close(),e}}async appendRow(e){if(this.closed)throw new Error("writer was closed");sd(this.schema,e,this.rowBuffer),this.rowBuffer.rowCount>=this.rowGroupSize&&(this.rowBuffer={})}async close(e){if(this.closed)throw new Error("writer was closed");this.closed=!0,(this.rowBuffer.rowCount>0||this.rowBuffer.rowCount>=this.rowGroupSize)&&(this.rowBuffer={}),await this.envelopeWriter.writeFooter(this.userMetadata),await this.envelopeWriter.close(),e&&e()}setMetadata(e,r){this.userMetadata[String(e)]=String(r)}setRowGroupSize(e){this.rowGroupSize=e}setPageSize(e){this.envelopeWriter.setPageSize(e)}},Dw=class{static async openStream(e,r,n){let i=AO.bind(void 0,r),o=OO.bind(void 0,r);return new Dw(e,i,o,0,n)}constructor(e,r,n,i,o){this.schema=e,this.write=r,this.close=n,this.offset=i,this.rowCount=0,this.rowGroups=[],this.pageSize=o.pageSize||gV,this.useDataPageV2="useDataPageV2"in o?Boolean(o.useDataPageV2):!1}writeSection(e){return this.offset+=e.length,this.write(e)}writeHeader(){return this.writeSection(Buffer.from(NO))}async writeRowGroup(e){let r=await vV(this.schema,e,{baseOffset:this.offset,pageSize:this.pageSize,useDataPageV2:this.useDataPageV2});return this.rowCount+=e.rowCount,this.rowGroups.push(r.metadata),await this.writeSection(r.body)}writeFooter(e){return e||(e={}),this.writeSection(TV(this.schema,this.rowCount,this.rowGroups,e))}setPageSize(e){this.pageSize=e}}});var HO,MO=V(()=>{HO={$schema:"http://json-schema.org/draft-07/schema#",title:"GeoParquet",description:"Parquet metadata included in the geo field.",type:"object",required:["version","primary_column","columns"],properties:{version:{type:"string",const:"1.0.0-beta.1"},primary_column:{type:"string",minLength:1},columns:{type:"object",minProperties:1,patternProperties:{".+":{type:"object",required:["encoding","geometry_types"],properties:{encoding:{type:"string",const:"WKB"},geometry_types:{type:"array",uniqueItems:!0,items:{type:"string",pattern:"^(GeometryCollection|(Multi)?(Point|LineString|Polygon))( Z)?$"}},crs:{oneOf:[{$ref:"https://proj.org/schemas/v0.5/projjson.schema.json"},{type:"null"}]},edges:{type:"string",enum:["planar","spherical"]},orientation:{type:"string",const:"counterclockwise"},bbox:{type:"array",items:{type:"number"},oneOf:[{description:"2D bbox consisting of (xmin, ymin, xmax, ymax)",minItems:4,maxItems:4},{description:"3D bbox consisting of (xmin, ymin, zmin, xmax, ymax, zmax)",minItems:6,maxItems:6}]},epoch:{type:"number"}}}},additionalProperties:!1}}}});var UO={};Mw(UO,{ParquetColumnarLoader:()=>BV,ParquetEncoder:()=>ul,ParquetLoader:()=>zO,ParquetReader:()=>$f,ParquetSchema:()=>ru,ParquetWasmLoader:()=>kV,ParquetWasmWorkerLoader:()=>zw,ParquetWasmWriter:()=>SO,ParquetWorkerLoader:()=>Hc,_ParquetWriter:()=>vO,_typecheckParquetLoader:()=>IV,convertParquetToArrowSchema:()=>Lu,convertSchemaFromParquet:()=>Lu,geoJSONSchema:()=>HO,getGeoMetadata:()=>by,preloadCompressions:()=>wB,setGeoMetadata:()=>_1,unpackGeoMetadata:()=>Sd});var zO,BV,kV,IV,LO=V(()=>{G_();Z_();f1();v1();qO();TO();EO();Kl();tg();xd();RO();hy();MO();gy();zO={...Hc,parse:o1,parseFileInBatches:ly},BV={...Hc,parse:q1,parseFileInBatches:yy},kV={...zw,parse:_O},IV=zO});var SV=B((bZ,VO)=>{var xV=(LO(),UO);globalThis.loaders=globalThis.loaders||{};VO.exports=Object.assign(globalThis.loaders,xV)});SV();})();
|
|
36
|
+
}`),this._dictionaries=[],this._recordBatches=[],super.close()}};Fi.RecordBatchJSONWriter=bm;function Yy(t,e){let r=e;e instanceof Uy.Table&&(r=e.chunks,t.reset(void 0,e.schema));for(let n of r)t.write(n);return t.finish()}async function Ky(t,e){for await(let r of e)t.write(r);return t.finish()}function m1({name:t,type:e,nullable:r}){let n=new yH.JSONTypeAssembler;return{name:t,nullable:r,type:n.visit(e),children:(e.children||[]).map(m1),dictionary:wH.DataType.isDictionary(e)?{id:e.id,isOrdered:e.isOrdered,indexType:n.visit(e.indices)}:void 0}}function qH(t,e,r=!1){let n=new gH.Field(`${e}`,t.type,t.nullCount>0),i=d1.JSONVectorAssembler.assemble(new hH.Column(n,[t]));return JSON.stringify({id:e,isDelta:r,data:{count:t.length,columns:i}},null,2)}function vH(t){return JSON.stringify({count:t.length,columns:d1.JSONVectorAssembler.assemble(t)},null,2)}});var Zy=M(Tf=>{"use strict";Object.defineProperty(Tf,"__esModule",{value:!0});Tf.distributeVectorsIntoRecordBatches=Tf.distributeColumnsIntoRecordBatches=Tf.ensureSameLengthData=void 0;var b1=Qn(),Gy=vr(),TH=jf(),BH=qo(),Jy=new Uint8Array(0),h1=t=>[Jy,Jy,new Uint8Array(t),Jy];function kH(t,e,r=e.reduce((n,i)=>Math.max(n,i.length),0)){let n,i,o=-1,f=e.length,s=[...t.fields],l=[],u=(r+63&~63)>>3;for(;++o<f;)(n=e[o])&&n.length===r?l[o]=n:((i=s[o]).nullable||(s[o]=s[o].clone({nullable:!0})),l[o]=n?n._changeLengthAndBackfillNullBitmap(r):b1.Data.new(i.type,0,r,r,h1(u)));return[new Gy.Schema(s),r,l]}Tf.ensureSameLengthData=kH;function IH(t){return w1(new Gy.Schema(t.map(({field:e})=>e)),t)}Tf.distributeColumnsIntoRecordBatches=IH;function w1(t,e){return SH(t,e.map(r=>r instanceof TH.Chunked?r.chunks.map(n=>n.data):[r.data]))}Tf.distributeVectorsIntoRecordBatches=w1;function SH(t,e){let r=[...t.fields],n=[],i={numBatches:e.reduce((_,p)=>Math.max(_,p.length),0)},o=0,f=0,s=-1,l=e.length,u,c=[];for(;i.numBatches-- >0;){for(f=Number.POSITIVE_INFINITY,s=-1;++s<l;)c[s]=u=e[s].shift(),f=Math.min(f,u?u.length:f);isFinite(f)&&(c=xH(r,f,c,e,i),f>0&&(n[o++]=[f,c.slice()]))}return[t=new Gy.Schema(r,t.metadata),n.map(_=>new BH.RecordBatch(t,..._))]}function xH(t,e,r,n,i){let o,f,s=0,l=-1,u=n.length,c=(e+63&~63)>>3;for(;++l<u;)(o=r[l])&&(s=o.length)>=e?s===e?r[l]=o:(r[l]=o.slice(0,e),o=o.slice(e,s-e),i.numBatches=Math.max(i.numBatches,n[l].unshift(o))):((f=t[l]).nullable||(t[l]=f.clone({nullable:!0})),r[l]=o?o._changeLengthAndBackfillNullBitmap(e):b1.Data.new(f.type,0,e,e,h1(c)));return r}});var sr=M(wm=>{"use strict";Object.defineProperty(wm,"__esModule",{value:!0});wm.BaseVector=void 0;var EH=Rt(),AH=jf(),OH=Yu(),Xy=or(),Qy=class extends Xy.AbstractVector{constructor(e,r){super();this._children=r,this.numChildren=e.childData.length,this._bindDataAccessors(this.data=e)}get type(){return this.data.type}get typeId(){return this.data.typeId}get length(){return this.data.length}get offset(){return this.data.offset}get stride(){return this.data.stride}get nullCount(){return this.data.nullCount}get byteLength(){return this.data.byteLength}get VectorName(){return`${EH.Type[this.typeId]}Vector`}get ArrayType(){return this.type.ArrayType}get values(){return this.data.values}get typeIds(){return this.data.typeIds}get nullBitmap(){return this.data.nullBitmap}get valueOffsets(){return this.data.valueOffsets}get[Symbol.toStringTag](){return`${this.VectorName}<${this.type[Symbol.toStringTag]}>`}clone(e,r=this._children){return Xy.Vector.new(e,r)}concat(...e){return AH.Chunked.concat(this,...e)}slice(e,r){return OH.clampRange(this,e,r,this._sliceInternal)}isValid(e){if(this.nullCount>0){let r=this.offset+e;return(this.nullBitmap[r>>3]&1<<r%8)!==0}return!0}getChildAt(e){return e<0||e>=this.numChildren?null:(this._children||(this._children=[]))[e]||(this._children[e]=Xy.Vector.new(this.data.childData[e]))}toJSON(){return[...this]}_sliceInternal(e,r,n){return e.clone(e.data.slice(r,n-r),null)}_bindDataAccessors(e){}};wm.BaseVector=Qy;Qy.prototype[Symbol.isConcatSpreadable]=!0});var $y=M(gm=>{"use strict";Object.defineProperty(gm,"__esModule",{value:!0});gm.BinaryVector=void 0;var NH=or(),DH=sr(),FH=_t(),g1=class extends DH.BaseVector{asUtf8(){return NH.Vector.new(this.data.clone(new FH.Utf8))}};gm.BinaryVector=g1});var ej=M(ym=>{"use strict";Object.defineProperty(ym,"__esModule",{value:!0});ym.BoolVector=void 0;var PH=_t(),RH=sr(),HH=Pi(),y1=class extends RH.BaseVector{static from(e){return HH.vectorFromValuesWithType(()=>new PH.Bool,e)}};ym.BoolVector=y1});var rj=M(Bf=>{"use strict";Object.defineProperty(Bf,"__esModule",{value:!0});Bf.DateMillisecondVector=Bf.DateDayVector=Bf.DateVector=void 0;var zH=Rt(),MH=sr(),j1=Pi(),tj=_t(),jm=class extends MH.BaseVector{static from(...e){return e.length===2?j1.vectorFromValuesWithType(()=>e[1]===zH.DateUnit.DAY?new tj.DateDay:new tj.DateMillisecond,e[0]):j1.vectorFromValuesWithType(()=>new tj.DateMillisecond,e[0])}};Bf.DateVector=jm;var _1=class extends jm{};Bf.DateDayVector=_1;var q1=class extends jm{};Bf.DateMillisecondVector=q1});var nj=M(_m=>{"use strict";Object.defineProperty(_m,"__esModule",{value:!0});_m.DecimalVector=void 0;var UH=sr(),v1=class extends UH.BaseVector{};_m.DecimalVector=v1});var vm=M(qm=>{"use strict";Object.defineProperty(qm,"__esModule",{value:!0});qm.DictionaryVector=void 0;var LH=Qn(),T1=or(),CH=sr(),VH=Pi(),WH=_t(),ij=class extends CH.BaseVector{constructor(e){super(e);this.indices=T1.Vector.new(e.clone(this.type.indices))}static from(...e){if(e.length===3){let[r,n,i]=e,o=new WH.Dictionary(r.type,n,null,null);return T1.Vector.new(LH.Data.Dictionary(o,0,i.length,0,null,i,r))}return VH.vectorFromValuesWithType(()=>e[0].type,e[0])}get dictionary(){return this.data.dictionary}reverseLookup(e){return this.dictionary.indexOf(e)}getKey(e){return this.indices.get(e)}getValue(e){return this.dictionary.get(e)}setKey(e,r){return this.indices.set(e,r)}setValue(e,r){return this.dictionary.set(e,r)}};qm.DictionaryVector=ij;ij.prototype.indices=null});var oj=M(Tm=>{"use strict";Object.defineProperty(Tm,"__esModule",{value:!0});Tm.FixedSizeBinaryVector=void 0;var YH=sr(),B1=class extends YH.BaseVector{};Tm.FixedSizeBinaryVector=B1});var fj=M(Bm=>{"use strict";Object.defineProperty(Bm,"__esModule",{value:!0});Bm.FixedSizeListVector=void 0;var KH=sr(),k1=class extends KH.BaseVector{};Bm.FixedSizeListVector=k1});var uj=M(Ri=>{"use strict";Object.defineProperty(Ri,"__esModule",{value:!0});Ri.Float64Vector=Ri.Float32Vector=Ri.Float16Vector=Ri.FloatVector=void 0;var GH=Qn(),JH=or(),ZH=sr(),XH=Pi(),ks=_t(),rc=class extends ZH.BaseVector{static from(e){let r=ez(this);if(e instanceof ArrayBuffer||ArrayBuffer.isView(e)){let n=$H(e.constructor)||r;if(r===null&&(r=n),r&&r===n){let i=new r,o=e.byteLength/i.ArrayType.BYTES_PER_ELEMENT;if(!QH(r,e.constructor))return JH.Vector.new(GH.Data.Float(i,0,o,0,null,e))}}if(r)return XH.vectorFromValuesWithType(()=>new r,e);throw e instanceof DataView||e instanceof ArrayBuffer?new TypeError(`Cannot infer float type from instance of ${e.constructor.name}`):new TypeError("Unrecognized FloatVector input")}};Ri.FloatVector=rc;var sj=class extends rc{toFloat32Array(){return new Float32Array(this)}toFloat64Array(){return new Float64Array(this)}};Ri.Float16Vector=sj;var aj=class extends rc{};Ri.Float32Vector=aj;var lj=class extends rc{};Ri.Float64Vector=lj;var QH=(t,e)=>t===ks.Float16&&e!==Uint16Array,$H=t=>{switch(t){case Uint16Array:return ks.Float16;case Float32Array:return ks.Float32;case Float64Array:return ks.Float64;default:return null}},ez=t=>{switch(t){case sj:return ks.Float16;case aj:return ks.Float32;case lj:return ks.Float64;default:return null}}});var cj=M(kf=>{"use strict";Object.defineProperty(kf,"__esModule",{value:!0});kf.IntervalYearMonthVector=kf.IntervalDayTimeVector=kf.IntervalVector=void 0;var tz=sr(),km=class extends tz.BaseVector{};kf.IntervalVector=km;var I1=class extends km{};kf.IntervalDayTimeVector=I1;var S1=class extends km{};kf.IntervalYearMonthVector=S1});var Im=M(mr=>{"use strict";Object.defineProperty(mr,"__esModule",{value:!0});mr.Uint64Vector=mr.Uint32Vector=mr.Uint16Vector=mr.Uint8Vector=mr.Int64Vector=mr.Int32Vector=mr.Int16Vector=mr.Int8Vector=mr.IntVector=void 0;var rz=Qn(),nz=or(),iz=sr(),oz=Pi(),x1=Fr(),E1=gr(),er=_t(),Hi=class extends iz.BaseVector{static from(...e){let[r,n=!1]=e,i=az(this,n);if(r instanceof ArrayBuffer||ArrayBuffer.isView(r)){let o=sz(r.constructor,n)||i;if(i===null&&(i=o),i&&i===o){let f=new i,s=r.byteLength/f.ArrayType.BYTES_PER_ELEMENT;return fz(i,r.constructor)&&(s*=.5),nz.Vector.new(rz.Data.Int(f,0,s,0,null,r))}}if(i)return oz.vectorFromValuesWithType(()=>new i,r);throw r instanceof DataView||r instanceof ArrayBuffer?new TypeError(`Cannot infer integer type from instance of ${r.constructor.name}`):new TypeError("Unrecognized IntVector input")}};mr.IntVector=Hi;var pj=class extends Hi{};mr.Int8Vector=pj;var dj=class extends Hi{};mr.Int16Vector=dj;var mj=class extends Hi{};mr.Int32Vector=mj;var bj=class extends Hi{toBigInt64Array(){return E1.toBigInt64Array(this.values)}get values64(){return this._values64||(this._values64=this.toBigInt64Array())}};mr.Int64Vector=bj;var hj=class extends Hi{};mr.Uint8Vector=hj;var wj=class extends Hi{};mr.Uint16Vector=wj;var gj=class extends Hi{};mr.Uint32Vector=gj;var yj=class extends Hi{toBigUint64Array(){return E1.toBigUint64Array(this.values)}get values64(){return this._values64||(this._values64=this.toBigUint64Array())}};mr.Uint64Vector=yj;var fz=(t,e)=>(t===er.Int64||t===er.Uint64)&&(e===Int32Array||e===Uint32Array),sz=(t,e)=>{switch(t){case Int8Array:return er.Int8;case Int16Array:return er.Int16;case Int32Array:return e?er.Int64:er.Int32;case x1.BigInt64Array:return er.Int64;case Uint8Array:return er.Uint8;case Uint16Array:return er.Uint16;case Uint32Array:return e?er.Uint64:er.Uint32;case x1.BigUint64Array:return er.Uint64;default:return null}},az=(t,e)=>{switch(t){case pj:return er.Int8;case dj:return er.Int16;case mj:return e?er.Int64:er.Int32;case bj:return er.Int64;case hj:return er.Uint8;case wj:return er.Uint16;case gj:return e?er.Uint64:er.Uint32;case yj:return er.Uint64;default:return null}}});var jj=M(Sm=>{"use strict";Object.defineProperty(Sm,"__esModule",{value:!0});Sm.ListVector=void 0;var lz=sr(),A1=class extends lz.BaseVector{};Sm.ListVector=A1});var _j=M(xm=>{"use strict";Object.defineProperty(xm,"__esModule",{value:!0});xm.MapVector=void 0;var uz=Vu(),cz=or(),pz=sr(),dz=_t(),O1=class extends pz.BaseVector{asList(){let e=this.type.children[0];return cz.Vector.new(this.data.clone(new dz.List(e)))}bind(e){let r=this.getChildAt(0),{[e]:n,[e+1]:i}=this.valueOffsets;return new uz.MapRow(r.slice(n,i))}};xm.MapVector=O1});var qj=M(Em=>{"use strict";Object.defineProperty(Em,"__esModule",{value:!0});Em.NullVector=void 0;var mz=sr(),N1=class extends mz.BaseVector{};Em.NullVector=N1});var vj=M(Am=>{"use strict";Object.defineProperty(Am,"__esModule",{value:!0});Am.StructVector=void 0;var bz=Vu(),hz=sr(),wz=Symbol.for("rowIndex"),D1=class extends hz.BaseVector{bind(e){let r=this._row||(this._row=new bz.StructRow(this)),n=Object.create(r);return n[wz]=e,n}};Am.StructVector=D1});var Tj=M(Rn=>{"use strict";Object.defineProperty(Rn,"__esModule",{value:!0});Rn.TimestampNanosecondVector=Rn.TimestampMicrosecondVector=Rn.TimestampMillisecondVector=Rn.TimestampSecondVector=Rn.TimestampVector=void 0;var gz=sr(),La=class extends gz.BaseVector{};Rn.TimestampVector=La;var F1=class extends La{};Rn.TimestampSecondVector=F1;var P1=class extends La{};Rn.TimestampMillisecondVector=P1;var R1=class extends La{};Rn.TimestampMicrosecondVector=R1;var H1=class extends La{};Rn.TimestampNanosecondVector=H1});var Bj=M(Hn=>{"use strict";Object.defineProperty(Hn,"__esModule",{value:!0});Hn.TimeNanosecondVector=Hn.TimeMicrosecondVector=Hn.TimeMillisecondVector=Hn.TimeSecondVector=Hn.TimeVector=void 0;var yz=sr(),Ca=class extends yz.BaseVector{};Hn.TimeVector=Ca;var z1=class extends Ca{};Hn.TimeSecondVector=z1;var M1=class extends Ca{};Hn.TimeMillisecondVector=M1;var U1=class extends Ca{};Hn.TimeMicrosecondVector=U1;var L1=class extends Ca{};Hn.TimeNanosecondVector=L1});var kj=M(If=>{"use strict";Object.defineProperty(If,"__esModule",{value:!0});If.SparseUnionVector=If.DenseUnionVector=If.UnionVector=void 0;var jz=sr(),Om=class extends jz.BaseVector{get typeIdToChildIndex(){return this.data.type.typeIdToChildIndex}};If.UnionVector=Om;var C1=class extends Om{get valueOffsets(){return this.data.valueOffsets}};If.DenseUnionVector=C1;var V1=class extends Om{};If.SparseUnionVector=V1});var Ij=M(Nm=>{"use strict";Object.defineProperty(Nm,"__esModule",{value:!0});Nm.Utf8Vector=void 0;var _z=or(),qz=sr(),W1=_t(),vz=Pi(),Y1=class extends qz.BaseVector{static from(e){return vz.vectorFromValuesWithType(()=>new W1.Utf8,e)}asBinary(){return _z.Vector.new(this.data.clone(new W1.Binary))}};Nm.Utf8Vector=Y1});var K1=M(Sf=>{"use strict";Object.defineProperty(Sf,"__esModule",{value:!0});Sf.partial2=Sf.partial1=Sf.partial0=void 0;function Tz(t){return function(){return t(this)}}Sf.partial0=Tz;function Bz(t){return function(e){return t(this,e)}}Sf.partial1=Bz;function kz(t){return function(e,r){return t(this,e,r)}}Sf.partial2=kz});var Ej=M(Va=>{"use strict";Object.defineProperty(Va,"__esModule",{value:!0});Va.instance=Va.GetVisitor=void 0;var Dm=Hu(),Iz=xr(),Sz=fs(),xz=Du(),zn=Rt(),Ue=class extends Iz.Visitor{};Va.GetVisitor=Ue;var Ez=(t,e)=>864e5*t[e],Sj=(t,e)=>4294967296*t[e+1]+(t[e]>>>0),Az=(t,e)=>4294967296*(t[e+1]/1e3)+(t[e]>>>0)/1e3,Oz=(t,e)=>4294967296*(t[e+1]/1e6)+(t[e]>>>0)/1e6,G1=t=>new Date(t),Nz=(t,e)=>G1(Ez(t,e)),Dz=(t,e)=>G1(Sj(t,e)),Fz=(t,e)=>null,J1=(t,e,r)=>{let{[r]:n,[r+1]:i}=e;return n!=null&&i!=null?t.subarray(n,i):null},Pz=({offset:t,values:e},r)=>{let n=t+r;return(e[n>>3]&1<<n%8)!=0},Z1=({values:t},e)=>Nz(t,e),X1=({values:t},e)=>Dz(t,e*2),zi=({stride:t,values:e},r)=>e[t*r],Q1=({stride:t,values:e},r)=>xz.uint16ToFloat64(e[t*r]),xj=({stride:t,values:e,type:r},n)=>Dm.BN.new(e.subarray(t*n,t*(n+1)),r.isSigned),Rz=({stride:t,values:e},r)=>e.subarray(t*r,t*(r+1)),Hz=({values:t,valueOffsets:e},r)=>J1(t,e,r),zz=({values:t,valueOffsets:e},r)=>{let n=J1(t,e,r);return n!==null?Sz.decodeUtf8(n):null},Mz=(t,e)=>t.type.bitWidth<64?zi(t,e):xj(t,e),Uz=(t,e)=>t.type.precision!==zn.Precision.HALF?zi(t,e):Q1(t,e),Lz=(t,e)=>t.type.unit===zn.DateUnit.DAY?Z1(t,e):X1(t,e),$1=({values:t},e)=>1e3*Sj(t,e*2),ex=({values:t},e)=>Sj(t,e*2),tx=({values:t},e)=>Az(t,e*2),rx=({values:t},e)=>Oz(t,e*2),Cz=(t,e)=>{switch(t.type.unit){case zn.TimeUnit.SECOND:return $1(t,e);case zn.TimeUnit.MILLISECOND:return ex(t,e);case zn.TimeUnit.MICROSECOND:return tx(t,e);case zn.TimeUnit.NANOSECOND:return rx(t,e)}},nx=({values:t,stride:e},r)=>t[e*r],ix=({values:t,stride:e},r)=>t[e*r],ox=({values:t},e)=>Dm.BN.signed(t.subarray(2*e,2*(e+1))),fx=({values:t},e)=>Dm.BN.signed(t.subarray(2*e,2*(e+1))),Vz=(t,e)=>{switch(t.type.unit){case zn.TimeUnit.SECOND:return nx(t,e);case zn.TimeUnit.MILLISECOND:return ix(t,e);case zn.TimeUnit.MICROSECOND:return ox(t,e);case zn.TimeUnit.NANOSECOND:return fx(t,e)}},Wz=({values:t},e)=>Dm.BN.decimal(t.subarray(4*e,4*(e+1))),Yz=(t,e)=>{let r=t.getChildAt(0),{valueOffsets:n,stride:i}=t;return r.slice(n[e*i],n[e*i+1])},Kz=(t,e)=>t.bind(e),Gz=(t,e)=>t.bind(e),Jz=(t,e)=>t.type.mode===zn.UnionMode.Dense?sx(t,e):ax(t,e),sx=(t,e)=>{let r=t.typeIdToChildIndex[t.typeIds[e]],n=t.getChildAt(r);return n?n.get(t.valueOffsets[e]):null},ax=(t,e)=>{let r=t.typeIdToChildIndex[t.typeIds[e]],n=t.getChildAt(r);return n?n.get(e):null},Zz=(t,e)=>t.getValue(t.getKey(e)),Xz=(t,e)=>t.type.unit===zn.IntervalUnit.DAY_TIME?lx(t,e):ux(t,e),lx=({values:t},e)=>t.subarray(2*e,2*(e+1)),ux=({values:t},e)=>{let r=t[e],n=new Int32Array(2);return n[0]=r/12|0,n[1]=r%12|0,n},Qz=(t,e)=>{let r=t.getChildAt(0),{stride:n}=t;return r.slice(e*n,(e+1)*n)};Ue.prototype.visitNull=Fz;Ue.prototype.visitBool=Pz;Ue.prototype.visitInt=Mz;Ue.prototype.visitInt8=zi;Ue.prototype.visitInt16=zi;Ue.prototype.visitInt32=zi;Ue.prototype.visitInt64=xj;Ue.prototype.visitUint8=zi;Ue.prototype.visitUint16=zi;Ue.prototype.visitUint32=zi;Ue.prototype.visitUint64=xj;Ue.prototype.visitFloat=Uz;Ue.prototype.visitFloat16=Q1;Ue.prototype.visitFloat32=zi;Ue.prototype.visitFloat64=zi;Ue.prototype.visitUtf8=zz;Ue.prototype.visitBinary=Hz;Ue.prototype.visitFixedSizeBinary=Rz;Ue.prototype.visitDate=Lz;Ue.prototype.visitDateDay=Z1;Ue.prototype.visitDateMillisecond=X1;Ue.prototype.visitTimestamp=Cz;Ue.prototype.visitTimestampSecond=$1;Ue.prototype.visitTimestampMillisecond=ex;Ue.prototype.visitTimestampMicrosecond=tx;Ue.prototype.visitTimestampNanosecond=rx;Ue.prototype.visitTime=Vz;Ue.prototype.visitTimeSecond=nx;Ue.prototype.visitTimeMillisecond=ix;Ue.prototype.visitTimeMicrosecond=ox;Ue.prototype.visitTimeNanosecond=fx;Ue.prototype.visitDecimal=Wz;Ue.prototype.visitList=Yz;Ue.prototype.visitStruct=Gz;Ue.prototype.visitUnion=Jz;Ue.prototype.visitDenseUnion=sx;Ue.prototype.visitSparseUnion=ax;Ue.prototype.visitDictionary=Zz;Ue.prototype.visitInterval=Xz;Ue.prototype.visitIntervalDayTime=lx;Ue.prototype.visitIntervalYearMonth=ux;Ue.prototype.visitFixedSizeList=Qz;Ue.prototype.visitMap=Kz;Va.instance=new Ue});var mx=M(Wa=>{"use strict";Object.defineProperty(Wa,"__esModule",{value:!0});Wa.instance=Wa.IndexOfVisitor=void 0;var $z=xr(),cx=Bi(),px=Yu(),Le=class extends $z.Visitor{};Wa.IndexOfVisitor=Le;function eM(t,e){return e===null&&t.length>0?0:-1}function tM(t,e){let{nullBitmap:r}=t.data;if(!r||t.nullCount<=0)return-1;let n=0;for(let i of new cx.BitIterator(r,t.data.offset+(e||0),t.length,r,cx.getBool)){if(!i)return n;++n}return-1}function ot(t,e,r){if(e===void 0)return-1;if(e===null)return tM(t,r);let n=px.createElementComparator(e);for(let i=(r||0)-1,o=t.length;++i<o;)if(n(t.get(i)))return i;return-1}function dx(t,e,r){let n=px.createElementComparator(e);for(let i=(r||0)-1,o=t.length;++i<o;)if(n(t.get(i)))return i;return-1}Le.prototype.visitNull=eM;Le.prototype.visitBool=ot;Le.prototype.visitInt=ot;Le.prototype.visitInt8=ot;Le.prototype.visitInt16=ot;Le.prototype.visitInt32=ot;Le.prototype.visitInt64=ot;Le.prototype.visitUint8=ot;Le.prototype.visitUint16=ot;Le.prototype.visitUint32=ot;Le.prototype.visitUint64=ot;Le.prototype.visitFloat=ot;Le.prototype.visitFloat16=ot;Le.prototype.visitFloat32=ot;Le.prototype.visitFloat64=ot;Le.prototype.visitUtf8=ot;Le.prototype.visitBinary=ot;Le.prototype.visitFixedSizeBinary=ot;Le.prototype.visitDate=ot;Le.prototype.visitDateDay=ot;Le.prototype.visitDateMillisecond=ot;Le.prototype.visitTimestamp=ot;Le.prototype.visitTimestampSecond=ot;Le.prototype.visitTimestampMillisecond=ot;Le.prototype.visitTimestampMicrosecond=ot;Le.prototype.visitTimestampNanosecond=ot;Le.prototype.visitTime=ot;Le.prototype.visitTimeSecond=ot;Le.prototype.visitTimeMillisecond=ot;Le.prototype.visitTimeMicrosecond=ot;Le.prototype.visitTimeNanosecond=ot;Le.prototype.visitDecimal=ot;Le.prototype.visitList=ot;Le.prototype.visitStruct=ot;Le.prototype.visitUnion=ot;Le.prototype.visitDenseUnion=dx;Le.prototype.visitSparseUnion=dx;Le.prototype.visitDictionary=ot;Le.prototype.visitInterval=ot;Le.prototype.visitIntervalDayTime=ot;Le.prototype.visitIntervalYearMonth=ot;Le.prototype.visitFixedSizeList=ot;Le.prototype.visitMap=ot;Wa.instance=new Le});var Aj=M(Ya=>{"use strict";Object.defineProperty(Ya,"__esModule",{value:!0});Ya.instance=Ya.IteratorVisitor=void 0;var Fm=Rt(),rM=xr(),nM=Bi(),bx=Ej(),Ce=class extends rM.Visitor{};Ya.IteratorVisitor=Ce;function iM(t){let e=bx.instance.getVisitFn(t);return new nM.BitIterator(t.data.nullBitmap,t.data.offset,t.length,t,(r,n,i,o)=>(i&1<<o)!=0?e(r,n):null)}var hx=class{constructor(e,r){this.vector=e,this.getFn=r,this.index=0}next(){return this.index<this.vector.length?{value:this.getFn(this.vector,this.index++)}:{done:!0,value:null}}[Symbol.iterator](){return this}};function et(t){if(t.nullCount>0)return iM(t);let{type:e,typeId:r,length:n}=t;return t.stride===1&&(r===Fm.Type.Timestamp||r===Fm.Type.Int&&e.bitWidth!==64||r===Fm.Type.Time&&e.bitWidth!==64||r===Fm.Type.Float&&e.precision>0)?t.data.values.subarray(0,n)[Symbol.iterator]():new hx(t,bx.instance.getVisitFn(t))}Ce.prototype.visitNull=et;Ce.prototype.visitBool=et;Ce.prototype.visitInt=et;Ce.prototype.visitInt8=et;Ce.prototype.visitInt16=et;Ce.prototype.visitInt32=et;Ce.prototype.visitInt64=et;Ce.prototype.visitUint8=et;Ce.prototype.visitUint16=et;Ce.prototype.visitUint32=et;Ce.prototype.visitUint64=et;Ce.prototype.visitFloat=et;Ce.prototype.visitFloat16=et;Ce.prototype.visitFloat32=et;Ce.prototype.visitFloat64=et;Ce.prototype.visitUtf8=et;Ce.prototype.visitBinary=et;Ce.prototype.visitFixedSizeBinary=et;Ce.prototype.visitDate=et;Ce.prototype.visitDateDay=et;Ce.prototype.visitDateMillisecond=et;Ce.prototype.visitTimestamp=et;Ce.prototype.visitTimestampSecond=et;Ce.prototype.visitTimestampMillisecond=et;Ce.prototype.visitTimestampMicrosecond=et;Ce.prototype.visitTimestampNanosecond=et;Ce.prototype.visitTime=et;Ce.prototype.visitTimeSecond=et;Ce.prototype.visitTimeMillisecond=et;Ce.prototype.visitTimeMicrosecond=et;Ce.prototype.visitTimeNanosecond=et;Ce.prototype.visitDecimal=et;Ce.prototype.visitList=et;Ce.prototype.visitStruct=et;Ce.prototype.visitUnion=et;Ce.prototype.visitDenseUnion=et;Ce.prototype.visitSparseUnion=et;Ce.prototype.visitDictionary=et;Ce.prototype.visitInterval=et;Ce.prototype.visitIntervalDayTime=et;Ce.prototype.visitIntervalYearMonth=et;Ce.prototype.visitFixedSizeList=et;Ce.prototype.visitMap=et;Ya.instance=new Ce});var wx=M(Ka=>{"use strict";Object.defineProperty(Ka,"__esModule",{value:!0});Ka.instance=Ka.ToArrayVisitor=void 0;var nc=Rt(),oM=xr(),fM=Aj(),Ve=class extends oM.Visitor{};Ka.ToArrayVisitor=Ve;function tt(t){let{type:e,length:r,stride:n}=t;switch(e.typeId){case nc.Type.Int:case nc.Type.Float:case nc.Type.Decimal:case nc.Type.Time:case nc.Type.Timestamp:return t.data.values.subarray(0,r*n)}return[...fM.instance.visit(t)]}Ve.prototype.visitNull=tt;Ve.prototype.visitBool=tt;Ve.prototype.visitInt=tt;Ve.prototype.visitInt8=tt;Ve.prototype.visitInt16=tt;Ve.prototype.visitInt32=tt;Ve.prototype.visitInt64=tt;Ve.prototype.visitUint8=tt;Ve.prototype.visitUint16=tt;Ve.prototype.visitUint32=tt;Ve.prototype.visitUint64=tt;Ve.prototype.visitFloat=tt;Ve.prototype.visitFloat16=tt;Ve.prototype.visitFloat32=tt;Ve.prototype.visitFloat64=tt;Ve.prototype.visitUtf8=tt;Ve.prototype.visitBinary=tt;Ve.prototype.visitFixedSizeBinary=tt;Ve.prototype.visitDate=tt;Ve.prototype.visitDateDay=tt;Ve.prototype.visitDateMillisecond=tt;Ve.prototype.visitTimestamp=tt;Ve.prototype.visitTimestampSecond=tt;Ve.prototype.visitTimestampMillisecond=tt;Ve.prototype.visitTimestampMicrosecond=tt;Ve.prototype.visitTimestampNanosecond=tt;Ve.prototype.visitTime=tt;Ve.prototype.visitTimeSecond=tt;Ve.prototype.visitTimeMillisecond=tt;Ve.prototype.visitTimeMicrosecond=tt;Ve.prototype.visitTimeNanosecond=tt;Ve.prototype.visitDecimal=tt;Ve.prototype.visitList=tt;Ve.prototype.visitStruct=tt;Ve.prototype.visitUnion=tt;Ve.prototype.visitDenseUnion=tt;Ve.prototype.visitSparseUnion=tt;Ve.prototype.visitDictionary=tt;Ve.prototype.visitInterval=tt;Ve.prototype.visitIntervalDayTime=tt;Ve.prototype.visitIntervalYearMonth=tt;Ve.prototype.visitFixedSizeList=tt;Ve.prototype.visitMap=tt;Ka.instance=new Ve});var gx=M(Ga=>{"use strict";Object.defineProperty(Ga,"__esModule",{value:!0});Ga.instance=Ga.ByteWidthVisitor=void 0;var sM=xr(),aM=Rt(),ic=(t,e)=>t+e,Oj=t=>`Cannot compute the byte width of variable-width column ${t}`,Nj=class extends sM.Visitor{visitNull(e){return 0}visitInt(e){return e.bitWidth/8}visitFloat(e){return e.ArrayType.BYTES_PER_ELEMENT}visitBinary(e){throw new Error(Oj(e))}visitUtf8(e){throw new Error(Oj(e))}visitBool(e){return 1/8}visitDecimal(e){return 16}visitDate(e){return(e.unit+1)*4}visitTime(e){return e.bitWidth/8}visitTimestamp(e){return e.unit===aM.TimeUnit.SECOND?4:8}visitInterval(e){return(e.unit+1)*4}visitList(e){throw new Error(Oj(e))}visitStruct(e){return this.visitFields(e.children).reduce(ic,0)}visitUnion(e){return this.visitFields(e.children).reduce(ic,0)}visitFixedSizeBinary(e){return e.byteWidth}visitFixedSizeList(e){return e.listSize*this.visitFields(e.children).reduce(ic,0)}visitMap(e){return this.visitFields(e.children).reduce(ic,0)}visitDictionary(e){return this.visit(e.indices)}visitFields(e){return(e||[]).map(r=>this.visit(r.type))}visitSchema(e){return this.visitFields(e.fields).reduce(ic,0)}};Ga.ByteWidthVisitor=Nj;Ga.instance=new Nj});var yx=M(Ja=>{"use strict";Object.defineProperty(Ja,"__esModule",{value:!0});Ja.instance=Ja.GetVectorConstructor=void 0;var lM=xr(),uM=$y(),cM=ej(),Dj=rj(),pM=nj(),dM=vm(),mM=oj(),bM=fj(),Pm=uj(),Fj=cj(),vo=Im(),hM=jj(),wM=_j(),gM=qj(),yM=vj(),oc=Tj(),fc=Bj(),Pj=kj(),jM=Ij(),Rj=class extends lM.Visitor{visitNull(){return gM.NullVector}visitBool(){return cM.BoolVector}visitInt(){return vo.IntVector}visitInt8(){return vo.Int8Vector}visitInt16(){return vo.Int16Vector}visitInt32(){return vo.Int32Vector}visitInt64(){return vo.Int64Vector}visitUint8(){return vo.Uint8Vector}visitUint16(){return vo.Uint16Vector}visitUint32(){return vo.Uint32Vector}visitUint64(){return vo.Uint64Vector}visitFloat(){return Pm.FloatVector}visitFloat16(){return Pm.Float16Vector}visitFloat32(){return Pm.Float32Vector}visitFloat64(){return Pm.Float64Vector}visitUtf8(){return jM.Utf8Vector}visitBinary(){return uM.BinaryVector}visitFixedSizeBinary(){return mM.FixedSizeBinaryVector}visitDate(){return Dj.DateVector}visitDateDay(){return Dj.DateDayVector}visitDateMillisecond(){return Dj.DateMillisecondVector}visitTimestamp(){return oc.TimestampVector}visitTimestampSecond(){return oc.TimestampSecondVector}visitTimestampMillisecond(){return oc.TimestampMillisecondVector}visitTimestampMicrosecond(){return oc.TimestampMicrosecondVector}visitTimestampNanosecond(){return oc.TimestampNanosecondVector}visitTime(){return fc.TimeVector}visitTimeSecond(){return fc.TimeSecondVector}visitTimeMillisecond(){return fc.TimeMillisecondVector}visitTimeMicrosecond(){return fc.TimeMicrosecondVector}visitTimeNanosecond(){return fc.TimeNanosecondVector}visitDecimal(){return pM.DecimalVector}visitList(){return hM.ListVector}visitStruct(){return yM.StructVector}visitUnion(){return Pj.UnionVector}visitDenseUnion(){return Pj.DenseUnionVector}visitSparseUnion(){return Pj.SparseUnionVector}visitDictionary(){return dM.DictionaryVector}visitInterval(){return Fj.IntervalVector}visitIntervalDayTime(){return Fj.IntervalDayTimeVector}visitIntervalYearMonth(){return Fj.IntervalYearMonthVector}visitFixedSizeList(){return bM.FixedSizeListVector}visitMap(){return wM.MapVector}};Ja.GetVectorConstructor=Rj;Ja.instance=new Rj});var Pi=M(ae=>{"use strict";Object.defineProperty(ae,"__esModule",{value:!0});ae.vectorFromValuesWithType=ae.StructRow=ae.MapRow=ae.Utf8Vector=ae.SparseUnionVector=ae.DenseUnionVector=ae.UnionVector=ae.TimeNanosecondVector=ae.TimeMicrosecondVector=ae.TimeMillisecondVector=ae.TimeSecondVector=ae.TimeVector=ae.TimestampNanosecondVector=ae.TimestampMicrosecondVector=ae.TimestampMillisecondVector=ae.TimestampSecondVector=ae.TimestampVector=ae.StructVector=ae.NullVector=ae.MapVector=ae.ListVector=ae.Uint64Vector=ae.Uint32Vector=ae.Uint16Vector=ae.Uint8Vector=ae.Int64Vector=ae.Int32Vector=ae.Int16Vector=ae.Int8Vector=ae.IntVector=ae.IntervalYearMonthVector=ae.IntervalDayTimeVector=ae.IntervalVector=ae.Float64Vector=ae.Float32Vector=ae.Float16Vector=ae.FloatVector=ae.FixedSizeListVector=ae.FixedSizeBinaryVector=ae.DictionaryVector=ae.DecimalVector=ae.DateMillisecondVector=ae.DateDayVector=ae.DateVector=ae.Chunked=ae.BoolVector=ae.BinaryVector=ae.BaseVector=ae.Vector=void 0;var _M=or();Object.defineProperty(ae,"Vector",{enumerable:!0,get:function(){return _M.Vector}});var qM=sr();Object.defineProperty(ae,"BaseVector",{enumerable:!0,get:function(){return qM.BaseVector}});var vM=$y();Object.defineProperty(ae,"BinaryVector",{enumerable:!0,get:function(){return vM.BinaryVector}});var TM=ej();Object.defineProperty(ae,"BoolVector",{enumerable:!0,get:function(){return TM.BoolVector}});var BM=jf();Object.defineProperty(ae,"Chunked",{enumerable:!0,get:function(){return BM.Chunked}});var Hj=rj();Object.defineProperty(ae,"DateVector",{enumerable:!0,get:function(){return Hj.DateVector}});Object.defineProperty(ae,"DateDayVector",{enumerable:!0,get:function(){return Hj.DateDayVector}});Object.defineProperty(ae,"DateMillisecondVector",{enumerable:!0,get:function(){return Hj.DateMillisecondVector}});var kM=nj();Object.defineProperty(ae,"DecimalVector",{enumerable:!0,get:function(){return kM.DecimalVector}});var IM=vm();Object.defineProperty(ae,"DictionaryVector",{enumerable:!0,get:function(){return IM.DictionaryVector}});var SM=oj();Object.defineProperty(ae,"FixedSizeBinaryVector",{enumerable:!0,get:function(){return SM.FixedSizeBinaryVector}});var xM=fj();Object.defineProperty(ae,"FixedSizeListVector",{enumerable:!0,get:function(){return xM.FixedSizeListVector}});var Rm=uj();Object.defineProperty(ae,"FloatVector",{enumerable:!0,get:function(){return Rm.FloatVector}});Object.defineProperty(ae,"Float16Vector",{enumerable:!0,get:function(){return Rm.Float16Vector}});Object.defineProperty(ae,"Float32Vector",{enumerable:!0,get:function(){return Rm.Float32Vector}});Object.defineProperty(ae,"Float64Vector",{enumerable:!0,get:function(){return Rm.Float64Vector}});var zj=cj();Object.defineProperty(ae,"IntervalVector",{enumerable:!0,get:function(){return zj.IntervalVector}});Object.defineProperty(ae,"IntervalDayTimeVector",{enumerable:!0,get:function(){return zj.IntervalDayTimeVector}});Object.defineProperty(ae,"IntervalYearMonthVector",{enumerable:!0,get:function(){return zj.IntervalYearMonthVector}});var To=Im();Object.defineProperty(ae,"IntVector",{enumerable:!0,get:function(){return To.IntVector}});Object.defineProperty(ae,"Int8Vector",{enumerable:!0,get:function(){return To.Int8Vector}});Object.defineProperty(ae,"Int16Vector",{enumerable:!0,get:function(){return To.Int16Vector}});Object.defineProperty(ae,"Int32Vector",{enumerable:!0,get:function(){return To.Int32Vector}});Object.defineProperty(ae,"Int64Vector",{enumerable:!0,get:function(){return To.Int64Vector}});Object.defineProperty(ae,"Uint8Vector",{enumerable:!0,get:function(){return To.Uint8Vector}});Object.defineProperty(ae,"Uint16Vector",{enumerable:!0,get:function(){return To.Uint16Vector}});Object.defineProperty(ae,"Uint32Vector",{enumerable:!0,get:function(){return To.Uint32Vector}});Object.defineProperty(ae,"Uint64Vector",{enumerable:!0,get:function(){return To.Uint64Vector}});var EM=jj();Object.defineProperty(ae,"ListVector",{enumerable:!0,get:function(){return EM.ListVector}});var AM=_j();Object.defineProperty(ae,"MapVector",{enumerable:!0,get:function(){return AM.MapVector}});var OM=qj();Object.defineProperty(ae,"NullVector",{enumerable:!0,get:function(){return OM.NullVector}});var NM=vj();Object.defineProperty(ae,"StructVector",{enumerable:!0,get:function(){return NM.StructVector}});var sc=Tj();Object.defineProperty(ae,"TimestampVector",{enumerable:!0,get:function(){return sc.TimestampVector}});Object.defineProperty(ae,"TimestampSecondVector",{enumerable:!0,get:function(){return sc.TimestampSecondVector}});Object.defineProperty(ae,"TimestampMillisecondVector",{enumerable:!0,get:function(){return sc.TimestampMillisecondVector}});Object.defineProperty(ae,"TimestampMicrosecondVector",{enumerable:!0,get:function(){return sc.TimestampMicrosecondVector}});Object.defineProperty(ae,"TimestampNanosecondVector",{enumerable:!0,get:function(){return sc.TimestampNanosecondVector}});var ac=Bj();Object.defineProperty(ae,"TimeVector",{enumerable:!0,get:function(){return ac.TimeVector}});Object.defineProperty(ae,"TimeSecondVector",{enumerable:!0,get:function(){return ac.TimeSecondVector}});Object.defineProperty(ae,"TimeMillisecondVector",{enumerable:!0,get:function(){return ac.TimeMillisecondVector}});Object.defineProperty(ae,"TimeMicrosecondVector",{enumerable:!0,get:function(){return ac.TimeMicrosecondVector}});Object.defineProperty(ae,"TimeNanosecondVector",{enumerable:!0,get:function(){return ac.TimeNanosecondVector}});var Mj=kj();Object.defineProperty(ae,"UnionVector",{enumerable:!0,get:function(){return Mj.UnionVector}});Object.defineProperty(ae,"DenseUnionVector",{enumerable:!0,get:function(){return Mj.DenseUnionVector}});Object.defineProperty(ae,"SparseUnionVector",{enumerable:!0,get:function(){return Mj.SparseUnionVector}});var DM=Ij();Object.defineProperty(ae,"Utf8Vector",{enumerable:!0,get:function(){return DM.Utf8Vector}});var jx=Vu();Object.defineProperty(ae,"MapRow",{enumerable:!0,get:function(){return jx.MapRow}});Object.defineProperty(ae,"StructRow",{enumerable:!0,get:function(){return jx.StructRow}});var lc=K1(),Uj=Rt(),Za=or(),_x=jf(),Is=sr(),FM=Bi(),Hm=Fr(),qx=Xt(),vx=Ej(),Tx=ny(),Bx=mx(),kx=wx(),Ix=Aj(),Sx=gx(),xx=yx();Za.Vector.new=PM;Za.Vector.from=HM;function PM(t,...e){return new(xx.instance.getVisitFn(t)())(t,...e)}function RM(t,e){if(Hm.isIterable(e))return Za.Vector.from({nullValues:[null,void 0],type:t(),values:e});if(Hm.isAsyncIterable(e))return Za.Vector.from({nullValues:[null,void 0],type:t(),values:e});let{values:r=[],type:n=t(),nullValues:i=[null,void 0]}={...e};return Hm.isIterable(r)?Za.Vector.from({nullValues:i,...e,type:n}):Za.Vector.from({nullValues:i,...e,type:n})}ae.vectorFromValuesWithType=RM;function HM(t){let{values:e=[],...r}={nullValues:[null,void 0],...t};if(Hm.isIterable(e)){let n=[...qx.Builder.throughIterable(r)(e)];return n.length===1?n[0]:_x.Chunked.concat(n)}return(async n=>{let i=qx.Builder.throughAsyncIterable(r);for await(let o of i(e))n.push(o);return n.length===1?n[0]:_x.Chunked.concat(n)})([])}Is.BaseVector.prototype.get=function(e){return vx.instance.visit(this,e)};Is.BaseVector.prototype.set=function(e,r){return Tx.instance.visit(this,e,r)};Is.BaseVector.prototype.indexOf=function(e,r){return Bx.instance.visit(this,e,r)};Is.BaseVector.prototype.toArray=function(){return kx.instance.visit(this)};Is.BaseVector.prototype.getByteWidth=function(){return Sx.instance.visit(this.type)};Is.BaseVector.prototype[Symbol.iterator]=function(){return Ix.instance.visit(this)};Is.BaseVector.prototype._bindDataAccessors=LM;Object.keys(Uj.Type).map(t=>Uj.Type[t]).filter(t=>typeof t=="number").filter(t=>t!==Uj.Type.NONE).forEach(t=>{let e=xx.instance.visit(t);e.prototype.get=lc.partial1(vx.instance.getVisitFn(t)),e.prototype.set=lc.partial2(Tx.instance.getVisitFn(t)),e.prototype.indexOf=lc.partial2(Bx.instance.getVisitFn(t)),e.prototype.toArray=lc.partial0(kx.instance.getVisitFn(t)),e.prototype.getByteWidth=zM(Sx.instance.getVisitFn(t)),e.prototype[Symbol.iterator]=lc.partial0(Ix.instance.getVisitFn(t))});function zM(t){return function(){return t(this.type)}}function MM(t){return function(e){return this.isValid(e)?t.call(this,e):null}}function UM(t){return function(e,r){FM.setBool(this.nullBitmap,this.offset+e,r!=null)&&t.call(this,e,r)}}function LM(){let t=this.nullBitmap;t&&t.byteLength>0&&(this.get=MM(this.get),this.set=UM(this.set))}});var tc=M(zm=>{"use strict";Object.defineProperty(zm,"__esModule",{value:!0});zm.Table=void 0;var CM=Pa(),Ex=vr(),Lj=qo(),VM=uc(),Cj=_t(),Ax=Fa(),Vj=Fr(),Ox=hm(),Nx=Zy(),Wj=Pi(),Br=class extends Wj.Chunked{constructor(...e){let r=null;e[0]instanceof Ex.Schema&&(r=e.shift());let n=Ax.selectArgs(Lj.RecordBatch,e);if(!r&&!(r=n[0]&&n[0].schema))throw new TypeError("Table must be initialized with a Schema or at least one RecordBatch");n[0]||(n[0]=new Lj._InternalEmptyPlaceholderRecordBatch(r));super(new Cj.Struct(r.fields),n);this._schema=r,this._chunks=n}static empty(e=new Ex.Schema([])){return new Br(e,[])}static from(e){if(!e)return Br.empty();if(typeof e=="object"){let n=Vj.isIterable(e.values)?WM(e):Vj.isAsyncIterable(e.values)?YM(e):null;if(n!==null)return n}let r=VM.RecordBatchReader.from(e);return Vj.isPromise(r)?(async()=>await Br.from(await r))():r.isSync()&&(r=r.open())?r.schema?new Br(r.schema,[...r]):Br.empty():(async n=>{let i=await n,o=i.schema,f=[];if(o){for await(let s of i)f.push(s);return new Br(o,f)}return Br.empty()})(r.open())}static async fromAsync(e){return await Br.from(e)}static fromStruct(e){return Br.new(e.data.childData,e.type.children)}static new(...e){return new Br(...Nx.distributeColumnsIntoRecordBatches(Ax.selectColumnArgs(e)))}get schema(){return this._schema}get length(){return this._length}get chunks(){return this._chunks}get numCols(){return this._numChildren}clone(e=this._chunks){return new Br(this._schema,e)}getColumn(e){return this.getColumnAt(this.getColumnIndex(e))}getColumnAt(e){return this.getChildAt(e)}getColumnIndex(e){return this._schema.fields.findIndex(r=>r.name===e)}getChildAt(e){if(e<0||e>=this.numChildren)return null;let r,n,i=this._schema.fields,o=this._children||(this._children=[]);if(n=o[e])return n;if(r=i[e]){let f=this._chunks.map(s=>s.getChildAt(e)).filter(s=>s!=null);if(f.length>0)return o[e]=new CM.Column(r,f)}return null}serialize(e="binary",r=!0){return(r?Ox.RecordBatchStreamWriter:Ox.RecordBatchFileWriter).writeAll(this).toUint8Array(!0)}count(){return this._length}select(...e){let r=this._schema.fields.reduce((n,i,o)=>n.set(i.name,o),new Map);return this.selectAt(...e.map(n=>r.get(n)).filter(n=>n>-1))}selectAt(...e){let r=this._schema.selectAt(...e);return new Br(r,this._chunks.map(({length:n,data:{childData:i}})=>new Lj.RecordBatch(r,n,e.map(o=>i[o]).filter(Boolean))))}assign(e){let r=this._schema.fields,[n,i]=e.schema.fields.reduce((s,l,u)=>{let[c,_]=s,p=r.findIndex(j=>j.name===l.name);return~p?_[p]=u:c.push(u),s},[[],[]]),o=this._schema.assign(e.schema),f=[...r.map((s,l,u,c=i[l])=>c===void 0?this.getColumnAt(l):e.getColumnAt(c)),...n.map(s=>e.getColumnAt(s))].filter(Boolean);return new Br(...Nx.distributeVectorsIntoRecordBatches(o,f))}};zm.Table=Br;function WM(t){let{type:e}=t;return e instanceof Cj.Struct?Br.fromStruct(Wj.StructVector.from(t)):null}function YM(t){let{type:e}=t;return e instanceof Cj.Struct?Wj.StructVector.from(t).then(r=>Br.fromStruct(r)):null}});var qo=M(Xa=>{"use strict";Object.defineProperty(Xa,"__esModule",{value:!0});Xa._InternalEmptyPlaceholderRecordBatch=Xa.RecordBatch=void 0;var Yj=Qn(),Kj=tc(),KM=or(),GM=xr(),JM=vr(),ZM=Fr(),XM=jf(),QM=Fa(),Gj=_t(),$M=Zy(),eU=Pi(),xf=class extends eU.StructVector{constructor(...e){let r,n=e[0],i;if(e[1]instanceof Yj.Data)[,r,i]=e;else{let o=n.fields,[,f,s]=e;r=Yj.Data.Struct(new Gj.Struct(o),0,f,0,null,s)}super(r,i);this._schema=n}static from(e){return ZM.isIterable(e.values),Kj.Table.from(e)}static new(...e){let[r,n]=QM.selectFieldArgs(e),i=n.filter(o=>o instanceof KM.Vector);return new xf(...$M.ensureSameLengthData(new JM.Schema(r),i.map(o=>o.data)))}clone(e,r=this._children){return new xf(this._schema,e,r)}concat(...e){let r=this._schema,n=XM.Chunked.flatten(this,...e);return new Kj.Table(r,n.map(({data:i})=>new xf(r,i)))}get schema(){return this._schema}get numCols(){return this._schema.fields.length}get dictionaries(){return this._dictionaries||(this._dictionaries=Mm.collect(this))}select(...e){let r=this._schema.fields.reduce((n,i,o)=>n.set(i.name,o),new Map);return this.selectAt(...e.map(n=>r.get(n)).filter(n=>n>-1))}selectAt(...e){let r=this._schema.selectAt(...e),n=e.map(i=>this.data.childData[i]).filter(Boolean);return new xf(r,this.length,n)}};Xa.RecordBatch=xf;var Dx=class extends xf{constructor(e){super(e,0,e.fields.map(r=>Yj.Data.new(r.type,0,0,0)))}};Xa._InternalEmptyPlaceholderRecordBatch=Dx;var Mm=class extends GM.Visitor{constructor(){super(...arguments);this.dictionaries=new Map}static collect(e){return new Mm().visit(e.data,new Gj.Struct(e.schema.fields)).dictionaries}visit(e,r){return Gj.DataType.isDictionary(r)?this.visitDictionary(e,r):(e.childData.forEach((n,i)=>this.visit(n,r.children[i].type)),this)}visitDictionary(e,r){let n=e.dictionary;return n&&n.length>0&&this.dictionaries.set(r.id,n),this}}});var uc=M(Ln=>{"use strict";Object.defineProperty(Ln,"__esModule",{value:!0});Ln.AsyncRecordBatchFileReader=Ln.RecordBatchFileReader=Ln.AsyncRecordBatchStreamReader=Ln.RecordBatchStreamReader=Ln.RecordBatchReader=void 0;var Fx=or(),Um=Rt(),Px=my(),Rx=Ou(),Hx=hf(),cc=wy(),zx=wS(),Jj=qo(),Ss=ua(),Mn=om(),Un=Fr(),Mi=class extends Ss.ReadableInterop{constructor(e){super();this._impl=e}get closed(){return this._impl.closed}get schema(){return this._impl.schema}get autoDestroy(){return this._impl.autoDestroy}get dictionaries(){return this._impl.dictionaries}get numDictionaries(){return this._impl.numDictionaries}get numRecordBatches(){return this._impl.numRecordBatches}get footer(){return this._impl.isFile()?this._impl.footer:null}isSync(){return this._impl.isSync()}isAsync(){return this._impl.isAsync()}isFile(){return this._impl.isFile()}isStream(){return this._impl.isStream()}next(){return this._impl.next()}throw(e){return this._impl.throw(e)}return(e){return this._impl.return(e)}cancel(){return this._impl.cancel()}reset(e){return this._impl.reset(e),this._DOMStream=void 0,this._nodeStream=void 0,this}open(e){let r=this._impl.open(e);return Un.isPromise(r)?r.then(()=>this):this}readRecordBatch(e){return this._impl.isFile()?this._impl.readRecordBatch(e):null}[Symbol.iterator](){return this._impl[Symbol.iterator]()}[Symbol.asyncIterator](){return this._impl[Symbol.asyncIterator]()}toDOMStream(){return Rx.default.toDOMStream(this.isSync()?{[Symbol.iterator]:()=>this}:{[Symbol.asyncIterator]:()=>this})}toNodeStream(){return Rx.default.toNodeStream(this.isSync()?{[Symbol.iterator]:()=>this}:{[Symbol.asyncIterator]:()=>this},{objectMode:!0})}static throughNode(e){throw new Error('"throughNode" not available in this environment')}static throughDOM(e,r){throw new Error('"throughDOM" not available in this environment')}static from(e){return e instanceof Mi?e:Un.isArrowJSON(e)?tU(e):Un.isFileHandle(e)?iU(e):Un.isPromise(e)?(async()=>await Mi.from(await e))():Un.isFetchResponse(e)||Un.isReadableDOMStream(e)||Un.isReadableNodeStream(e)||Un.isAsyncIterable(e)?nU(new Hx.AsyncByteStream(e)):rU(new Hx.ByteStream(e))}static readAll(e){return e instanceof Mi?e.isSync()?Cx(e):Vx(e):Un.isArrowJSON(e)||ArrayBuffer.isView(e)||Un.isIterable(e)||Un.isIteratorResult(e)?Cx(e):Vx(e)}};Ln.RecordBatchReader=Mi;var Qa=class extends Mi{constructor(e){super(e);this._impl=e}[Symbol.iterator](){return this._impl[Symbol.iterator]()}async*[Symbol.asyncIterator](){yield*this[Symbol.iterator]()}};Ln.RecordBatchStreamReader=Qa;var $a=class extends Mi{constructor(e){super(e);this._impl=e}[Symbol.iterator](){throw new Error("AsyncRecordBatchStreamReader is not Iterable")}[Symbol.asyncIterator](){return this._impl[Symbol.asyncIterator]()}};Ln.AsyncRecordBatchStreamReader=$a;var Lm=class extends Qa{constructor(e){super(e);this._impl=e}};Ln.RecordBatchFileReader=Lm;var Zj=class extends $a{constructor(e){super(e);this._impl=e}};Ln.AsyncRecordBatchFileReader=Zj;var Xj=class{constructor(e=new Map){this.closed=!1,this.autoDestroy=!0,this._dictionaryIndex=0,this._recordBatchIndex=0,this.dictionaries=e}get numDictionaries(){return this._dictionaryIndex}get numRecordBatches(){return this._recordBatchIndex}isSync(){return!1}isAsync(){return!1}isFile(){return!1}isStream(){return!1}reset(e){return this._dictionaryIndex=0,this._recordBatchIndex=0,this.schema=e,this.dictionaries=new Map,this}_loadRecordBatch(e,r){return new Jj.RecordBatch(this.schema,e.length,this._loadVectors(e,r,this.schema.fields))}_loadDictionaryBatch(e,r){let{id:n,isDelta:i,data:o}=e,{dictionaries:f,schema:s}=this,l=f.get(n);if(i||!l){let u=s.dictionaries.get(n);return l&&i?l.concat(Fx.Vector.new(this._loadVectors(o,r,[u])[0])):Fx.Vector.new(this._loadVectors(o,r,[u])[0])}return l}_loadVectors(e,r,n){return new zx.VectorLoader(r,e.nodes,e.buffers,this.dictionaries).visitMany(n)}},pc=class extends Xj{constructor(e,r){super(r);this._reader=Un.isArrowJSON(e)?new Mn.JSONMessageReader(this._handle=e):new Mn.MessageReader(this._handle=e)}isSync(){return!0}isStream(){return!0}[Symbol.iterator](){return this}cancel(){!this.closed&&(this.closed=!0)&&(this.reset()._reader.return(),this._reader=null,this.dictionaries=null)}open(e){return this.closed||(this.autoDestroy=Lx(this,e),this.schema||(this.schema=this._reader.readSchema())||this.cancel()),this}throw(e){return!this.closed&&this.autoDestroy&&(this.closed=!0)?this.reset()._reader.throw(e):Ss.ITERATOR_DONE}return(e){return!this.closed&&this.autoDestroy&&(this.closed=!0)?this.reset()._reader.return(e):Ss.ITERATOR_DONE}next(){if(this.closed)return Ss.ITERATOR_DONE;let e,{_reader:r}=this;for(;e=this._readNextMessageAndValidate();)if(e.isSchema())this.reset(e.header());else if(e.isRecordBatch()){this._recordBatchIndex++;let n=e.header(),i=r.readMessageBody(e.bodyLength),o=this._loadRecordBatch(n,i);return{done:!1,value:o}}else if(e.isDictionaryBatch()){this._dictionaryIndex++;let n=e.header(),i=r.readMessageBody(e.bodyLength),o=this._loadDictionaryBatch(n,i);this.dictionaries.set(n.id,o)}return this.schema&&this._recordBatchIndex===0?(this._recordBatchIndex++,{done:!1,value:new Jj._InternalEmptyPlaceholderRecordBatch(this.schema)}):this.return()}_readNextMessageAndValidate(e){return this._reader.readMessage(e)}},dc=class extends Xj{constructor(e,r){super(r);this._reader=new Mn.AsyncMessageReader(this._handle=e)}isAsync(){return!0}isStream(){return!0}[Symbol.asyncIterator](){return this}async cancel(){!this.closed&&(this.closed=!0)&&(await this.reset()._reader.return(),this._reader=null,this.dictionaries=null)}async open(e){return this.closed||(this.autoDestroy=Lx(this,e),this.schema||(this.schema=await this._reader.readSchema())||await this.cancel()),this}async throw(e){return!this.closed&&this.autoDestroy&&(this.closed=!0)?await this.reset()._reader.throw(e):Ss.ITERATOR_DONE}async return(e){return!this.closed&&this.autoDestroy&&(this.closed=!0)?await this.reset()._reader.return(e):Ss.ITERATOR_DONE}async next(){if(this.closed)return Ss.ITERATOR_DONE;let e,{_reader:r}=this;for(;e=await this._readNextMessageAndValidate();)if(e.isSchema())await this.reset(e.header());else if(e.isRecordBatch()){this._recordBatchIndex++;let n=e.header(),i=await r.readMessageBody(e.bodyLength),o=this._loadRecordBatch(n,i);return{done:!1,value:o}}else if(e.isDictionaryBatch()){this._dictionaryIndex++;let n=e.header(),i=await r.readMessageBody(e.bodyLength),o=this._loadDictionaryBatch(n,i);this.dictionaries.set(n.id,o)}return this.schema&&this._recordBatchIndex===0?(this._recordBatchIndex++,{done:!1,value:new Jj._InternalEmptyPlaceholderRecordBatch(this.schema)}):await this.return()}async _readNextMessageAndValidate(e){return await this._reader.readMessage(e)}},Qj=class extends pc{constructor(e,r){super(e instanceof cc.RandomAccessFile?e:new cc.RandomAccessFile(e),r)}get footer(){return this._footer}get numDictionaries(){return this._footer?this._footer.numDictionaries:0}get numRecordBatches(){return this._footer?this._footer.numRecordBatches:0}isSync(){return!0}isFile(){return!0}open(e){if(!this.closed&&!this._footer){this.schema=(this._footer=this._readFooter()).schema;for(let r of this._footer.dictionaryBatches())r&&this._readDictionaryBatch(this._dictionaryIndex++)}return super.open(e)}readRecordBatch(e){if(this.closed)return null;this._footer||this.open();let r=this._footer&&this._footer.getRecordBatch(e);if(r&&this._handle.seek(r.offset)){let n=this._reader.readMessage(Um.MessageHeader.RecordBatch);if(n&&n.isRecordBatch()){let i=n.header(),o=this._reader.readMessageBody(n.bodyLength);return this._loadRecordBatch(i,o)}}return null}_readDictionaryBatch(e){let r=this._footer&&this._footer.getDictionaryBatch(e);if(r&&this._handle.seek(r.offset)){let n=this._reader.readMessage(Um.MessageHeader.DictionaryBatch);if(n&&n.isDictionaryBatch()){let i=n.header(),o=this._reader.readMessageBody(n.bodyLength),f=this._loadDictionaryBatch(i,o);this.dictionaries.set(i.id,f)}}}_readFooter(){let{_handle:e}=this,r=e.size-Mn.magicAndPadding,n=e.readInt32(r),i=e.readAt(r-n,n);return Px.Footer.decode(i)}_readNextMessageAndValidate(e){if(this._footer||this.open(),this._footer&&this._recordBatchIndex<this.numRecordBatches){let r=this._footer&&this._footer.getRecordBatch(this._recordBatchIndex);if(r&&this._handle.seek(r.offset))return this._reader.readMessage(e)}return null}},Mx=class extends dc{constructor(e,...r){let n=typeof r[0]!="number"?r.shift():void 0,i=r[0]instanceof Map?r.shift():void 0;super(e instanceof cc.AsyncRandomAccessFile?e:new cc.AsyncRandomAccessFile(e,n),i)}get footer(){return this._footer}get numDictionaries(){return this._footer?this._footer.numDictionaries:0}get numRecordBatches(){return this._footer?this._footer.numRecordBatches:0}isFile(){return!0}isAsync(){return!0}async open(e){if(!this.closed&&!this._footer){this.schema=(this._footer=await this._readFooter()).schema;for(let r of this._footer.dictionaryBatches())r&&await this._readDictionaryBatch(this._dictionaryIndex++)}return await super.open(e)}async readRecordBatch(e){if(this.closed)return null;this._footer||await this.open();let r=this._footer&&this._footer.getRecordBatch(e);if(r&&await this._handle.seek(r.offset)){let n=await this._reader.readMessage(Um.MessageHeader.RecordBatch);if(n&&n.isRecordBatch()){let i=n.header(),o=await this._reader.readMessageBody(n.bodyLength);return this._loadRecordBatch(i,o)}}return null}async _readDictionaryBatch(e){let r=this._footer&&this._footer.getDictionaryBatch(e);if(r&&await this._handle.seek(r.offset)){let n=await this._reader.readMessage(Um.MessageHeader.DictionaryBatch);if(n&&n.isDictionaryBatch()){let i=n.header(),o=await this._reader.readMessageBody(n.bodyLength),f=this._loadDictionaryBatch(i,o);this.dictionaries.set(i.id,f)}}}async _readFooter(){let{_handle:e}=this;e._pending&&await e._pending;let r=e.size-Mn.magicAndPadding,n=await e.readInt32(r),i=await e.readAt(r-n,n);return Px.Footer.decode(i)}async _readNextMessageAndValidate(e){if(this._footer||await this.open(),this._footer&&this._recordBatchIndex<this.numRecordBatches){let r=this._footer.getRecordBatch(this._recordBatchIndex);if(r&&await this._handle.seek(r.offset))return await this._reader.readMessage(e)}return null}},Ux=class extends pc{constructor(e,r){super(e,r)}_loadVectors(e,r,n){return new zx.JSONVectorLoader(r,e.nodes,e.buffers,this.dictionaries).visitMany(n)}};function Lx(t,e){return e&&typeof e.autoDestroy=="boolean"?e.autoDestroy:t.autoDestroy}function*Cx(t){let e=Mi.from(t);try{if(!e.open({autoDestroy:!1}).closed)do yield e;while(!e.reset().open().closed)}finally{e.cancel()}}async function*Vx(t){let e=await Mi.from(t);try{if(!(await e.open({autoDestroy:!1})).closed)do yield e;while(!(await e.reset().open()).closed)}finally{await e.cancel()}}function tU(t){return new Qa(new Ux(t))}function rU(t){let e=t.peek(Mn.magicLength+7&~7);return e&&e.byteLength>=4?Mn.checkForMagicArrowString(e)?new Lm(new Qj(t.read())):new Qa(new pc(t)):new Qa(new pc(function*(){}()))}async function nU(t){let e=await t.peek(Mn.magicLength+7&~7);return e&&e.byteLength>=4?Mn.checkForMagicArrowString(e)?new Lm(new Qj(await t.read())):new $a(new dc(t)):new $a(new dc(async function*(){}()))}async function iU(t){let{size:e}=await t.stat(),r=new cc.AsyncRandomAccessFile(t,e);return e>=Mn.magicX2AndPadding&&Mn.checkForMagicArrowString(await r.readAt(0,Mn.magicLength+7&~7))?new Zj(new Mx(r)):new $a(new dc(r))}});var Kx=M(Cm=>{"use strict";Object.defineProperty(Cm,"__esModule",{value:!0});Cm.toDOMStream=void 0;var Wx=gr(),Yx=Fr();function oU(t,e){if(Yx.isAsyncIterable(t))return sU(t,e);if(Yx.isIterable(t))return fU(t,e);throw new Error("toDOMStream() must be called with an Iterable or AsyncIterable")}Cm.toDOMStream=oU;function fU(t,e){let r=null,n=e&&e.type==="bytes"||!1,i=e&&e.highWaterMark||2**24;return new ReadableStream({...e,start(f){o(f,r||(r=t[Symbol.iterator]()))},pull(f){r?o(f,r):f.close()},cancel(){(r&&r.return&&r.return()||!0)&&(r=null)}},{highWaterMark:n?i:void 0,...e});function o(f,s){let l,u=null,c=f.desiredSize||null;for(;!(u=s.next(n?c:null)).done;)if(ArrayBuffer.isView(u.value)&&(l=Wx.toUint8Array(u.value))&&(c!=null&&n&&(c=c-l.byteLength+1),u.value=l),f.enqueue(u.value),c!=null&&--c<=0)return;f.close()}}function sU(t,e){let r=null,n=e&&e.type==="bytes"||!1,i=e&&e.highWaterMark||2**24;return new ReadableStream({...e,async start(f){await o(f,r||(r=t[Symbol.asyncIterator]()))},async pull(f){r?await o(f,r):f.close()},async cancel(){(r&&r.return&&await r.return()||!0)&&(r=null)}},{highWaterMark:n?i:void 0,...e});async function o(f,s){let l,u=null,c=f.desiredSize||null;for(;!(u=await s.next(n?c:null)).done;)if(ArrayBuffer.isView(u.value)&&(l=Wx.toUint8Array(u.value))&&(c!=null&&n&&(c=c-l.byteLength+1),u.value=l),f.enqueue(u.value),c!=null&&--c<=0)return;f.close()}}});var Zx=M(el=>{"use strict";Object.defineProperty(el,"__esModule",{value:!0});el.BuilderTransform=el.builderThroughDOMStream=void 0;var aU=Wd();function lU(t){return new $j(t)}el.builderThroughDOMStream=lU;var $j=class{constructor(e){this._numChunks=0,this._finished=!1,this._bufferedSize=0;let{["readableStrategy"]:r,["writableStrategy"]:n,["queueingStrategy"]:i="count",...o}=e;this._controller=null,this._builder=aU.Builder.new(o),this._getSize=i!=="bytes"?Gx:Jx;let{["highWaterMark"]:f=i==="bytes"?2**14:1e3}={...r},{["highWaterMark"]:s=i==="bytes"?2**14:1e3}={...n};this.readable=new ReadableStream({cancel:()=>{this._builder.clear()},pull:l=>{this._maybeFlush(this._builder,this._controller=l)},start:l=>{this._maybeFlush(this._builder,this._controller=l)}},{highWaterMark:f,size:i!=="bytes"?Gx:Jx}),this.writable=new WritableStream({abort:()=>{this._builder.clear()},write:()=>{this._maybeFlush(this._builder,this._controller)},close:()=>{this._maybeFlush(this._builder.finish(),this._controller)}},{highWaterMark:s,size:l=>this._writeValueAndReturnChunkSize(l)})}_writeValueAndReturnChunkSize(e){let r=this._bufferedSize;return this._bufferedSize=this._getSize(this._builder.append(e)),this._bufferedSize-r}_maybeFlush(e,r){r!==null&&(this._bufferedSize>=r.desiredSize&&++this._numChunks&&this._enqueue(r,e.toVector()),e.finished&&((e.length>0||this._numChunks===0)&&++this._numChunks&&this._enqueue(r,e.toVector()),!this._finished&&(this._finished=!0)&&this._enqueue(r,null)))}_enqueue(e,r){this._bufferedSize=0,this._controller=null,r===null?e.close():e.enqueue(r)}};el.BuilderTransform=$j;var Gx=t=>t.length,Jx=t=>t.byteLength});var Xx=M(Vm=>{"use strict";Object.defineProperty(Vm,"__esModule",{value:!0});Vm.recordBatchReaderThroughDOMStream=void 0;var uU=hf(),cU=uc();function pU(t,e){let r=new uU.AsyncByteQueue,n=null,i=new ReadableStream({async cancel(){await r.close()},async start(s){await f(s,n||(n=await o()))},async pull(s){n?await f(s,n):s.close()}});return{writable:new WritableStream(r,{highWaterMark:2**14,...t}),readable:i};async function o(){return await(await cU.RecordBatchReader.from(r)).open(e)}async function f(s,l){let u=s.desiredSize,c=null;for(;!(c=await l.next()).done;)if(s.enqueue(c.value),u!=null&&--u<=0)return;s.close()}}Vm.recordBatchReaderThroughDOMStream=pU});var Qx=M(Wm=>{"use strict";Object.defineProperty(Wm,"__esModule",{value:!0});Wm.recordBatchWriterThroughDOMStream=void 0;var dU=hf();function mU(t,e){let r=new this(t),n=new dU.AsyncByteStream(r),i=new ReadableStream({type:"bytes",async cancel(){await n.cancel()},async pull(f){await o(f)},async start(f){await o(f)}},{highWaterMark:2**14,...e});return{writable:new WritableStream(r,t),readable:i};async function o(f){let s=null,l=f.desiredSize;for(;s=await n.read(l||null);)if(f.enqueue(s),l!=null&&(l-=s.byteLength)<=0)return;f.close()}}Wm.recordBatchWriterThroughDOMStream=mU});var o_=M(lt=>{"use strict";Object.defineProperty(lt,"__esModule",{value:!0});lt.custom=lt.or=lt.and=lt.col=lt.lit=lt.CustomPredicate=lt.Not=lt.GTeq=lt.LTeq=lt.Equals=lt.Or=lt.And=lt.CombinationPredicate=lt.ComparisonPredicate=lt.Predicate=lt.Col=lt.Literal=lt.Value=void 0;var bU=vm(),Ef=class{eq(e){return e instanceof Ef||(e=new Bo(e)),new t_(this,e)}le(e){return e instanceof Ef||(e=new Bo(e)),new r_(this,e)}ge(e){return e instanceof Ef||(e=new Bo(e)),new n_(this,e)}lt(e){return new il(this.ge(e))}gt(e){return new il(this.le(e))}ne(e){return new il(this.eq(e))}};lt.Value=Ef;var Bo=class extends Ef{constructor(e){super();this.v=e}};lt.Literal=Bo;var e_=class extends Ef{constructor(e){super();this.name=e}bind(e){if(!this.colidx){this.colidx=-1;let n=e.schema.fields;for(let i=-1;++i<n.length;)if(n[i].name===this.name){this.colidx=i;break}if(this.colidx<0)throw new Error(`Failed to bind Col "${this.name}"`)}let r=this.vector=e.getChildAt(this.colidx);return n=>r.get(n)}};lt.Col=e_;var tl=class{and(...e){return new rl(this,...e)}or(...e){return new nl(this,...e)}not(){return new il(this)}};lt.Predicate=tl;var mc=class extends tl{constructor(e,r){super();this.left=e,this.right=r}bind(e){return this.left instanceof Bo?this.right instanceof Bo?this._bindLitLit(e,this.left,this.right):this._bindLitCol(e,this.left,this.right):this.right instanceof Bo?this._bindColLit(e,this.left,this.right):this._bindColCol(e,this.left,this.right)}};lt.ComparisonPredicate=mc;var bc=class extends tl{constructor(...e){super();this.children=e}};lt.CombinationPredicate=bc;bc.prototype.children=Object.freeze([]);var rl=class extends bc{constructor(...e){e=e.reduce((r,n)=>r.concat(n instanceof rl?n.children:n),[]);super(...e)}bind(e){let r=this.children.map(n=>n.bind(e));return(n,i)=>r.every(o=>o(n,i))}};lt.And=rl;var nl=class extends bc{constructor(...e){e=e.reduce((r,n)=>r.concat(n instanceof nl?n.children:n),[]);super(...e)}bind(e){let r=this.children.map(n=>n.bind(e));return(n,i)=>r.some(o=>o(n,i))}};lt.Or=nl;var t_=class extends mc{_bindLitLit(e,r,n){let i=r.v==n.v;return()=>i}_bindColCol(e,r,n){let i=r.bind(e),o=n.bind(e);return(f,s)=>i(f,s)==o(f,s)}_bindColLit(e,r,n){let i=r.bind(e);if(r.vector instanceof bU.DictionaryVector){let o,f=r.vector;return f.dictionary!==this.lastDictionary?(o=f.reverseLookup(n.v),this.lastDictionary=f.dictionary,this.lastKey=o):o=this.lastKey,o===-1?()=>!1:s=>f.getKey(s)===o}else return(o,f)=>i(o,f)==n.v}_bindLitCol(e,r,n){return this._bindColLit(e,n,r)}};lt.Equals=t_;var r_=class extends mc{_bindLitLit(e,r,n){let i=r.v<=n.v;return()=>i}_bindColCol(e,r,n){let i=r.bind(e),o=n.bind(e);return(f,s)=>i(f,s)<=o(f,s)}_bindColLit(e,r,n){let i=r.bind(e);return(o,f)=>i(o,f)<=n.v}_bindLitCol(e,r,n){let i=n.bind(e);return(o,f)=>r.v<=i(o,f)}};lt.LTeq=r_;var n_=class extends mc{_bindLitLit(e,r,n){let i=r.v>=n.v;return()=>i}_bindColCol(e,r,n){let i=r.bind(e),o=n.bind(e);return(f,s)=>i(f,s)>=o(f,s)}_bindColLit(e,r,n){let i=r.bind(e);return(o,f)=>i(o,f)>=n.v}_bindLitCol(e,r,n){let i=n.bind(e);return(o,f)=>r.v>=i(o,f)}};lt.GTeq=n_;var il=class extends tl{constructor(e){super();this.child=e}bind(e){let r=this.child.bind(e);return(n,i)=>!r(n,i)}};lt.Not=il;var i_=class extends tl{constructor(e,r){super();this.next=e,this.bind_=r}bind(e){return this.bind_(e),this.next}};lt.CustomPredicate=i_;function hU(t){return new Bo(t)}lt.lit=hU;function wU(t){return new e_(t)}lt.col=wU;function gU(...t){return new rl(...t)}lt.and=gU;function yU(...t){return new nl(...t)}lt.or=yU;function jU(t,e){return new i_(t,e)}lt.custom=jU});var nE=M(Af=>{"use strict";Object.defineProperty(Af,"__esModule",{value:!0});Af.FilteredDataFrame=Af.CountByResult=Af.DataFrame=void 0;var ol=tc(),$x=Im(),f_=vr(),eE=o_(),_U=qo(),tE=_t();ol.Table.prototype.countBy=function(t){return new xs(this.chunks).countBy(t)};ol.Table.prototype.scan=function(t,e){return new xs(this.chunks).scan(t,e)};ol.Table.prototype.scanReverse=function(t,e){return new xs(this.chunks).scanReverse(t,e)};ol.Table.prototype.filter=function(t){return new xs(this.chunks).filter(t)};var xs=class extends ol.Table{filter(e){return new hc(this.chunks,e)}scan(e,r){let n=this.chunks,i=n.length;for(let o=-1;++o<i;){let f=n[o];r&&r(f);for(let s=-1,l=f.length;++s<l;)e(s,f)}}scanReverse(e,r){let n=this.chunks,i=n.length;for(let o=i;--o>=0;){let f=n[o];r&&r(f);for(let s=f.length;--s>=0;)e(s,f)}}countBy(e){let r=this.chunks,n=r.length,i=typeof e=="string"?new eE.Col(e):e;i.bind(r[n-1]);let o=i.vector;if(!tE.DataType.isDictionary(o.type))throw new Error("countBy currently only supports dictionary-encoded columns");let f=Math.ceil(Math.log(o.length)/Math.log(256)),s=f==4?Uint32Array:f>=2?Uint16Array:Uint8Array,l=new s(o.dictionary.length);for(let u=-1;++u<n;){let c=r[u];i.bind(c);let _=i.vector.indices;for(let p=-1,j=c.length;++p<j;){let S=_.get(p);S!==null&&l[S]++}}return new Ym(o.dictionary,$x.IntVector.from(l))}};Af.DataFrame=xs;var Ym=class extends ol.Table{constructor(e,r){let n=new f_.Schema([new f_.Field("values",e.type),new f_.Field("counts",r.type)]);super(new _U.RecordBatch(n,r.length,[e,r]))}toJSON(){let e=this.getColumnAt(0),r=this.getColumnAt(1),n={};for(let i=-1;++i<this.length;)n[e.get(i)]=r.get(i);return n}};Af.CountByResult=Ym;var rE=class{constructor(e,r){this.batches=e,this.predicate=r,this.batchIndex=0,this.index=0,this.batch=this.batches[this.batchIndex],this.predicateFunc=this.predicate.bind(this.batch)}next(){for(;this.batchIndex<this.batches.length;){for(;this.index<this.batch.length;){if(this.predicateFunc(this.index,this.batch))return{value:this.batch.get(this.index++)};this.index++}++this.batchIndex<this.batches.length&&(this.index=0,this.batch=this.batches[this.batchIndex],this.predicateFunc=this.predicate.bind(this.batch))}return{done:!0,value:null}}[Symbol.iterator](){return this}},hc=class extends xs{constructor(e,r){super(e);this._predicate=r}scan(e,r){let n=this._chunks,i=n.length;for(let o=-1;++o<i;){let f=n[o],s=this._predicate.bind(f),l=!1;for(let u=-1,c=f.length;++u<c;)s(u,f)&&(r&&!l&&(r(f),l=!0),e(u,f))}}scanReverse(e,r){let n=this._chunks,i=n.length;for(let o=i;--o>=0;){let f=n[o],s=this._predicate.bind(f),l=!1;for(let u=f.length;--u>=0;)s(u,f)&&(r&&!l&&(r(f),l=!0),e(u,f))}}count(){let e=0,r=this._chunks,n=r.length;for(let i=-1;++i<n;){let o=r[i],f=this._predicate.bind(o);for(let s=-1,l=o.length;++s<l;)f(s,o)&&++e}return e}[Symbol.iterator](){return new rE(this._chunks,this._predicate)}filter(e){return new hc(this._chunks,this._predicate.and(e))}countBy(e){let r=this._chunks,n=r.length,i=typeof e=="string"?new eE.Col(e):e;i.bind(r[n-1]);let o=i.vector;if(!tE.DataType.isDictionary(o.type))throw new Error("countBy currently only supports dictionary-encoded columns");let f=Math.ceil(Math.log(o.length)/Math.log(256)),s=f==4?Uint32Array:f>=2?Uint16Array:Uint8Array,l=new s(o.dictionary.length);for(let u=-1;++u<n;){let c=r[u],_=this._predicate.bind(c);i.bind(c);let p=i.vector.indices;for(let j=-1,S=c.length;++j<S;){let T=p.get(j);T!==null&&_(j,c)&&l[T]++}}return new Ym(o.dictionary,$x.IntVector.from(l))}};Af.FilteredDataFrame=hc});var fE=M(h=>{"use strict";Object.defineProperty(h,"__esModule",{value:!0});h.util=h.predicate=h.CountByResult=h.FilteredDataFrame=h.DataFrame=h.RecordBatch=h.Message=h.JSONMessageReader=h.AsyncMessageReader=h.MessageReader=h.RecordBatchJSONWriter=h.RecordBatchStreamWriter=h.RecordBatchFileWriter=h.RecordBatchWriter=h.AsyncRecordBatchStreamReader=h.AsyncRecordBatchFileReader=h.RecordBatchStreamReader=h.RecordBatchFileReader=h.RecordBatchReader=h.AsyncByteQueue=h.AsyncByteStream=h.ByteStream=h.Utf8Builder=h.SparseUnionBuilder=h.DenseUnionBuilder=h.UnionBuilder=h.TimeNanosecondBuilder=h.TimeMicrosecondBuilder=h.TimeMillisecondBuilder=h.TimeSecondBuilder=h.TimeBuilder=h.TimestampNanosecondBuilder=h.TimestampMicrosecondBuilder=h.TimestampMillisecondBuilder=h.TimestampSecondBuilder=h.TimestampBuilder=h.StructBuilder=h.NullBuilder=h.MapBuilder=h.ListBuilder=h.Uint64Builder=h.Uint32Builder=h.Uint16Builder=h.Uint8Builder=h.Int64Builder=h.Int32Builder=h.Int16Builder=h.Int8Builder=h.IntBuilder=h.IntervalYearMonthBuilder=h.IntervalDayTimeBuilder=h.IntervalBuilder=h.Float64Builder=h.Float32Builder=h.Float16Builder=h.FloatBuilder=h.FixedSizeListBuilder=h.FixedSizeBinaryBuilder=h.DictionaryBuilder=h.DecimalBuilder=h.DateMillisecondBuilder=h.DateDayBuilder=h.DateBuilder=h.BoolBuilder=h.BinaryBuilder=h.Builder=h.Utf8Vector=h.SparseUnionVector=h.DenseUnionVector=h.UnionVector=h.TimeNanosecondVector=h.TimeMicrosecondVector=h.TimeMillisecondVector=h.TimeSecondVector=h.TimeVector=h.TimestampNanosecondVector=h.TimestampMicrosecondVector=h.TimestampMillisecondVector=h.TimestampSecondVector=h.TimestampVector=h.StructVector=h.NullVector=h.MapVector=h.ListVector=h.Uint64Vector=h.Uint32Vector=h.Uint16Vector=h.Uint8Vector=h.Int64Vector=h.Int32Vector=h.Int16Vector=h.Int8Vector=h.IntVector=h.IntervalYearMonthVector=h.IntervalDayTimeVector=h.IntervalVector=h.Float64Vector=h.Float32Vector=h.Float16Vector=h.FloatVector=h.FixedSizeListVector=h.FixedSizeBinaryVector=h.DictionaryVector=h.DecimalVector=h.DateMillisecondVector=h.DateDayVector=h.DateVector=h.Chunked=h.BoolVector=h.BinaryVector=h.BaseVector=h.Vector=h.Field=h.Schema=h.Visitor=h.Column=h.Table=h.Map_=h.FixedSizeList=h.IntervalYearMonth=h.IntervalDayTime=h.Interval=h.Dictionary=h.SparseUnion=h.DenseUnion=h.Union=h.Struct=h.List=h.Decimal=h.TimeNanosecond=h.TimeMicrosecond=h.TimeMillisecond=h.TimeSecond=h.Time=h.TimestampNanosecond=h.TimestampMicrosecond=h.TimestampMillisecond=h.TimestampSecond=h.Timestamp=h.DateMillisecond=h.DateDay=h.Date_=h.FixedSizeBinary=h.Binary=h.Utf8=h.Float64=h.Float32=h.Float16=h.Float=h.Uint64=h.Uint32=h.Uint16=h.Uint8=h.Int64=h.Int32=h.Int16=h.Int8=h.Int=h.Bool=h.Null=h.DataType=h.Data=h.BufferType=h.Type=h.MessageHeader=h.MetadataVersion=h.IntervalUnit=h.UnionMode=h.Precision=h.TimeUnit=h.DateUnit=void 0;var fl=nf();Object.defineProperty(h,"DateUnit",{enumerable:!0,get:function(){return fl.DateUnit}});Object.defineProperty(h,"TimeUnit",{enumerable:!0,get:function(){return fl.TimeUnit}});Object.defineProperty(h,"Precision",{enumerable:!0,get:function(){return fl.Precision}});Object.defineProperty(h,"UnionMode",{enumerable:!0,get:function(){return fl.UnionMode}});Object.defineProperty(h,"IntervalUnit",{enumerable:!0,get:function(){return fl.IntervalUnit}});Object.defineProperty(h,"MetadataVersion",{enumerable:!0,get:function(){return fl.MetadataVersion}});var qU=od();Object.defineProperty(h,"MessageHeader",{enumerable:!0,get:function(){return qU.MessageHeader}});var iE=Rt();Object.defineProperty(h,"Type",{enumerable:!0,get:function(){return iE.Type}});Object.defineProperty(h,"BufferType",{enumerable:!0,get:function(){return iE.BufferType}});var vU=Qn();Object.defineProperty(h,"Data",{enumerable:!0,get:function(){return vU.Data}});var Xe=_t();Object.defineProperty(h,"DataType",{enumerable:!0,get:function(){return Xe.DataType}});Object.defineProperty(h,"Null",{enumerable:!0,get:function(){return Xe.Null}});Object.defineProperty(h,"Bool",{enumerable:!0,get:function(){return Xe.Bool}});Object.defineProperty(h,"Int",{enumerable:!0,get:function(){return Xe.Int}});Object.defineProperty(h,"Int8",{enumerable:!0,get:function(){return Xe.Int8}});Object.defineProperty(h,"Int16",{enumerable:!0,get:function(){return Xe.Int16}});Object.defineProperty(h,"Int32",{enumerable:!0,get:function(){return Xe.Int32}});Object.defineProperty(h,"Int64",{enumerable:!0,get:function(){return Xe.Int64}});Object.defineProperty(h,"Uint8",{enumerable:!0,get:function(){return Xe.Uint8}});Object.defineProperty(h,"Uint16",{enumerable:!0,get:function(){return Xe.Uint16}});Object.defineProperty(h,"Uint32",{enumerable:!0,get:function(){return Xe.Uint32}});Object.defineProperty(h,"Uint64",{enumerable:!0,get:function(){return Xe.Uint64}});Object.defineProperty(h,"Float",{enumerable:!0,get:function(){return Xe.Float}});Object.defineProperty(h,"Float16",{enumerable:!0,get:function(){return Xe.Float16}});Object.defineProperty(h,"Float32",{enumerable:!0,get:function(){return Xe.Float32}});Object.defineProperty(h,"Float64",{enumerable:!0,get:function(){return Xe.Float64}});Object.defineProperty(h,"Utf8",{enumerable:!0,get:function(){return Xe.Utf8}});Object.defineProperty(h,"Binary",{enumerable:!0,get:function(){return Xe.Binary}});Object.defineProperty(h,"FixedSizeBinary",{enumerable:!0,get:function(){return Xe.FixedSizeBinary}});Object.defineProperty(h,"Date_",{enumerable:!0,get:function(){return Xe.Date_}});Object.defineProperty(h,"DateDay",{enumerable:!0,get:function(){return Xe.DateDay}});Object.defineProperty(h,"DateMillisecond",{enumerable:!0,get:function(){return Xe.DateMillisecond}});Object.defineProperty(h,"Timestamp",{enumerable:!0,get:function(){return Xe.Timestamp}});Object.defineProperty(h,"TimestampSecond",{enumerable:!0,get:function(){return Xe.TimestampSecond}});Object.defineProperty(h,"TimestampMillisecond",{enumerable:!0,get:function(){return Xe.TimestampMillisecond}});Object.defineProperty(h,"TimestampMicrosecond",{enumerable:!0,get:function(){return Xe.TimestampMicrosecond}});Object.defineProperty(h,"TimestampNanosecond",{enumerable:!0,get:function(){return Xe.TimestampNanosecond}});Object.defineProperty(h,"Time",{enumerable:!0,get:function(){return Xe.Time}});Object.defineProperty(h,"TimeSecond",{enumerable:!0,get:function(){return Xe.TimeSecond}});Object.defineProperty(h,"TimeMillisecond",{enumerable:!0,get:function(){return Xe.TimeMillisecond}});Object.defineProperty(h,"TimeMicrosecond",{enumerable:!0,get:function(){return Xe.TimeMicrosecond}});Object.defineProperty(h,"TimeNanosecond",{enumerable:!0,get:function(){return Xe.TimeNanosecond}});Object.defineProperty(h,"Decimal",{enumerable:!0,get:function(){return Xe.Decimal}});Object.defineProperty(h,"List",{enumerable:!0,get:function(){return Xe.List}});Object.defineProperty(h,"Struct",{enumerable:!0,get:function(){return Xe.Struct}});Object.defineProperty(h,"Union",{enumerable:!0,get:function(){return Xe.Union}});Object.defineProperty(h,"DenseUnion",{enumerable:!0,get:function(){return Xe.DenseUnion}});Object.defineProperty(h,"SparseUnion",{enumerable:!0,get:function(){return Xe.SparseUnion}});Object.defineProperty(h,"Dictionary",{enumerable:!0,get:function(){return Xe.Dictionary}});Object.defineProperty(h,"Interval",{enumerable:!0,get:function(){return Xe.Interval}});Object.defineProperty(h,"IntervalDayTime",{enumerable:!0,get:function(){return Xe.IntervalDayTime}});Object.defineProperty(h,"IntervalYearMonth",{enumerable:!0,get:function(){return Xe.IntervalYearMonth}});Object.defineProperty(h,"FixedSizeList",{enumerable:!0,get:function(){return Xe.FixedSizeList}});Object.defineProperty(h,"Map_",{enumerable:!0,get:function(){return Xe.Map_}});var TU=tc();Object.defineProperty(h,"Table",{enumerable:!0,get:function(){return TU.Table}});var BU=Pa();Object.defineProperty(h,"Column",{enumerable:!0,get:function(){return BU.Column}});var kU=xr();Object.defineProperty(h,"Visitor",{enumerable:!0,get:function(){return kU.Visitor}});var oE=vr();Object.defineProperty(h,"Schema",{enumerable:!0,get:function(){return oE.Schema}});Object.defineProperty(h,"Field",{enumerable:!0,get:function(){return oE.Field}});var We=Pi();Object.defineProperty(h,"Vector",{enumerable:!0,get:function(){return We.Vector}});Object.defineProperty(h,"BaseVector",{enumerable:!0,get:function(){return We.BaseVector}});Object.defineProperty(h,"BinaryVector",{enumerable:!0,get:function(){return We.BinaryVector}});Object.defineProperty(h,"BoolVector",{enumerable:!0,get:function(){return We.BoolVector}});Object.defineProperty(h,"Chunked",{enumerable:!0,get:function(){return We.Chunked}});Object.defineProperty(h,"DateVector",{enumerable:!0,get:function(){return We.DateVector}});Object.defineProperty(h,"DateDayVector",{enumerable:!0,get:function(){return We.DateDayVector}});Object.defineProperty(h,"DateMillisecondVector",{enumerable:!0,get:function(){return We.DateMillisecondVector}});Object.defineProperty(h,"DecimalVector",{enumerable:!0,get:function(){return We.DecimalVector}});Object.defineProperty(h,"DictionaryVector",{enumerable:!0,get:function(){return We.DictionaryVector}});Object.defineProperty(h,"FixedSizeBinaryVector",{enumerable:!0,get:function(){return We.FixedSizeBinaryVector}});Object.defineProperty(h,"FixedSizeListVector",{enumerable:!0,get:function(){return We.FixedSizeListVector}});Object.defineProperty(h,"FloatVector",{enumerable:!0,get:function(){return We.FloatVector}});Object.defineProperty(h,"Float16Vector",{enumerable:!0,get:function(){return We.Float16Vector}});Object.defineProperty(h,"Float32Vector",{enumerable:!0,get:function(){return We.Float32Vector}});Object.defineProperty(h,"Float64Vector",{enumerable:!0,get:function(){return We.Float64Vector}});Object.defineProperty(h,"IntervalVector",{enumerable:!0,get:function(){return We.IntervalVector}});Object.defineProperty(h,"IntervalDayTimeVector",{enumerable:!0,get:function(){return We.IntervalDayTimeVector}});Object.defineProperty(h,"IntervalYearMonthVector",{enumerable:!0,get:function(){return We.IntervalYearMonthVector}});Object.defineProperty(h,"IntVector",{enumerable:!0,get:function(){return We.IntVector}});Object.defineProperty(h,"Int8Vector",{enumerable:!0,get:function(){return We.Int8Vector}});Object.defineProperty(h,"Int16Vector",{enumerable:!0,get:function(){return We.Int16Vector}});Object.defineProperty(h,"Int32Vector",{enumerable:!0,get:function(){return We.Int32Vector}});Object.defineProperty(h,"Int64Vector",{enumerable:!0,get:function(){return We.Int64Vector}});Object.defineProperty(h,"Uint8Vector",{enumerable:!0,get:function(){return We.Uint8Vector}});Object.defineProperty(h,"Uint16Vector",{enumerable:!0,get:function(){return We.Uint16Vector}});Object.defineProperty(h,"Uint32Vector",{enumerable:!0,get:function(){return We.Uint32Vector}});Object.defineProperty(h,"Uint64Vector",{enumerable:!0,get:function(){return We.Uint64Vector}});Object.defineProperty(h,"ListVector",{enumerable:!0,get:function(){return We.ListVector}});Object.defineProperty(h,"MapVector",{enumerable:!0,get:function(){return We.MapVector}});Object.defineProperty(h,"NullVector",{enumerable:!0,get:function(){return We.NullVector}});Object.defineProperty(h,"StructVector",{enumerable:!0,get:function(){return We.StructVector}});Object.defineProperty(h,"TimestampVector",{enumerable:!0,get:function(){return We.TimestampVector}});Object.defineProperty(h,"TimestampSecondVector",{enumerable:!0,get:function(){return We.TimestampSecondVector}});Object.defineProperty(h,"TimestampMillisecondVector",{enumerable:!0,get:function(){return We.TimestampMillisecondVector}});Object.defineProperty(h,"TimestampMicrosecondVector",{enumerable:!0,get:function(){return We.TimestampMicrosecondVector}});Object.defineProperty(h,"TimestampNanosecondVector",{enumerable:!0,get:function(){return We.TimestampNanosecondVector}});Object.defineProperty(h,"TimeVector",{enumerable:!0,get:function(){return We.TimeVector}});Object.defineProperty(h,"TimeSecondVector",{enumerable:!0,get:function(){return We.TimeSecondVector}});Object.defineProperty(h,"TimeMillisecondVector",{enumerable:!0,get:function(){return We.TimeMillisecondVector}});Object.defineProperty(h,"TimeMicrosecondVector",{enumerable:!0,get:function(){return We.TimeMicrosecondVector}});Object.defineProperty(h,"TimeNanosecondVector",{enumerable:!0,get:function(){return We.TimeNanosecondVector}});Object.defineProperty(h,"UnionVector",{enumerable:!0,get:function(){return We.UnionVector}});Object.defineProperty(h,"DenseUnionVector",{enumerable:!0,get:function(){return We.DenseUnionVector}});Object.defineProperty(h,"SparseUnionVector",{enumerable:!0,get:function(){return We.SparseUnionVector}});Object.defineProperty(h,"Utf8Vector",{enumerable:!0,get:function(){return We.Utf8Vector}});var Qe=Wd();Object.defineProperty(h,"Builder",{enumerable:!0,get:function(){return Qe.Builder}});Object.defineProperty(h,"BinaryBuilder",{enumerable:!0,get:function(){return Qe.BinaryBuilder}});Object.defineProperty(h,"BoolBuilder",{enumerable:!0,get:function(){return Qe.BoolBuilder}});Object.defineProperty(h,"DateBuilder",{enumerable:!0,get:function(){return Qe.DateBuilder}});Object.defineProperty(h,"DateDayBuilder",{enumerable:!0,get:function(){return Qe.DateDayBuilder}});Object.defineProperty(h,"DateMillisecondBuilder",{enumerable:!0,get:function(){return Qe.DateMillisecondBuilder}});Object.defineProperty(h,"DecimalBuilder",{enumerable:!0,get:function(){return Qe.DecimalBuilder}});Object.defineProperty(h,"DictionaryBuilder",{enumerable:!0,get:function(){return Qe.DictionaryBuilder}});Object.defineProperty(h,"FixedSizeBinaryBuilder",{enumerable:!0,get:function(){return Qe.FixedSizeBinaryBuilder}});Object.defineProperty(h,"FixedSizeListBuilder",{enumerable:!0,get:function(){return Qe.FixedSizeListBuilder}});Object.defineProperty(h,"FloatBuilder",{enumerable:!0,get:function(){return Qe.FloatBuilder}});Object.defineProperty(h,"Float16Builder",{enumerable:!0,get:function(){return Qe.Float16Builder}});Object.defineProperty(h,"Float32Builder",{enumerable:!0,get:function(){return Qe.Float32Builder}});Object.defineProperty(h,"Float64Builder",{enumerable:!0,get:function(){return Qe.Float64Builder}});Object.defineProperty(h,"IntervalBuilder",{enumerable:!0,get:function(){return Qe.IntervalBuilder}});Object.defineProperty(h,"IntervalDayTimeBuilder",{enumerable:!0,get:function(){return Qe.IntervalDayTimeBuilder}});Object.defineProperty(h,"IntervalYearMonthBuilder",{enumerable:!0,get:function(){return Qe.IntervalYearMonthBuilder}});Object.defineProperty(h,"IntBuilder",{enumerable:!0,get:function(){return Qe.IntBuilder}});Object.defineProperty(h,"Int8Builder",{enumerable:!0,get:function(){return Qe.Int8Builder}});Object.defineProperty(h,"Int16Builder",{enumerable:!0,get:function(){return Qe.Int16Builder}});Object.defineProperty(h,"Int32Builder",{enumerable:!0,get:function(){return Qe.Int32Builder}});Object.defineProperty(h,"Int64Builder",{enumerable:!0,get:function(){return Qe.Int64Builder}});Object.defineProperty(h,"Uint8Builder",{enumerable:!0,get:function(){return Qe.Uint8Builder}});Object.defineProperty(h,"Uint16Builder",{enumerable:!0,get:function(){return Qe.Uint16Builder}});Object.defineProperty(h,"Uint32Builder",{enumerable:!0,get:function(){return Qe.Uint32Builder}});Object.defineProperty(h,"Uint64Builder",{enumerable:!0,get:function(){return Qe.Uint64Builder}});Object.defineProperty(h,"ListBuilder",{enumerable:!0,get:function(){return Qe.ListBuilder}});Object.defineProperty(h,"MapBuilder",{enumerable:!0,get:function(){return Qe.MapBuilder}});Object.defineProperty(h,"NullBuilder",{enumerable:!0,get:function(){return Qe.NullBuilder}});Object.defineProperty(h,"StructBuilder",{enumerable:!0,get:function(){return Qe.StructBuilder}});Object.defineProperty(h,"TimestampBuilder",{enumerable:!0,get:function(){return Qe.TimestampBuilder}});Object.defineProperty(h,"TimestampSecondBuilder",{enumerable:!0,get:function(){return Qe.TimestampSecondBuilder}});Object.defineProperty(h,"TimestampMillisecondBuilder",{enumerable:!0,get:function(){return Qe.TimestampMillisecondBuilder}});Object.defineProperty(h,"TimestampMicrosecondBuilder",{enumerable:!0,get:function(){return Qe.TimestampMicrosecondBuilder}});Object.defineProperty(h,"TimestampNanosecondBuilder",{enumerable:!0,get:function(){return Qe.TimestampNanosecondBuilder}});Object.defineProperty(h,"TimeBuilder",{enumerable:!0,get:function(){return Qe.TimeBuilder}});Object.defineProperty(h,"TimeSecondBuilder",{enumerable:!0,get:function(){return Qe.TimeSecondBuilder}});Object.defineProperty(h,"TimeMillisecondBuilder",{enumerable:!0,get:function(){return Qe.TimeMillisecondBuilder}});Object.defineProperty(h,"TimeMicrosecondBuilder",{enumerable:!0,get:function(){return Qe.TimeMicrosecondBuilder}});Object.defineProperty(h,"TimeNanosecondBuilder",{enumerable:!0,get:function(){return Qe.TimeNanosecondBuilder}});Object.defineProperty(h,"UnionBuilder",{enumerable:!0,get:function(){return Qe.UnionBuilder}});Object.defineProperty(h,"DenseUnionBuilder",{enumerable:!0,get:function(){return Qe.DenseUnionBuilder}});Object.defineProperty(h,"SparseUnionBuilder",{enumerable:!0,get:function(){return Qe.SparseUnionBuilder}});Object.defineProperty(h,"Utf8Builder",{enumerable:!0,get:function(){return Qe.Utf8Builder}});var s_=hf();Object.defineProperty(h,"ByteStream",{enumerable:!0,get:function(){return s_.ByteStream}});Object.defineProperty(h,"AsyncByteStream",{enumerable:!0,get:function(){return s_.AsyncByteStream}});Object.defineProperty(h,"AsyncByteQueue",{enumerable:!0,get:function(){return s_.AsyncByteQueue}});var wc=uc();Object.defineProperty(h,"RecordBatchReader",{enumerable:!0,get:function(){return wc.RecordBatchReader}});Object.defineProperty(h,"RecordBatchFileReader",{enumerable:!0,get:function(){return wc.RecordBatchFileReader}});Object.defineProperty(h,"RecordBatchStreamReader",{enumerable:!0,get:function(){return wc.RecordBatchStreamReader}});Object.defineProperty(h,"AsyncRecordBatchFileReader",{enumerable:!0,get:function(){return wc.AsyncRecordBatchFileReader}});Object.defineProperty(h,"AsyncRecordBatchStreamReader",{enumerable:!0,get:function(){return wc.AsyncRecordBatchStreamReader}});var Km=hm();Object.defineProperty(h,"RecordBatchWriter",{enumerable:!0,get:function(){return Km.RecordBatchWriter}});Object.defineProperty(h,"RecordBatchFileWriter",{enumerable:!0,get:function(){return Km.RecordBatchFileWriter}});Object.defineProperty(h,"RecordBatchStreamWriter",{enumerable:!0,get:function(){return Km.RecordBatchStreamWriter}});Object.defineProperty(h,"RecordBatchJSONWriter",{enumerable:!0,get:function(){return Km.RecordBatchJSONWriter}});var a_=om();Object.defineProperty(h,"MessageReader",{enumerable:!0,get:function(){return a_.MessageReader}});Object.defineProperty(h,"AsyncMessageReader",{enumerable:!0,get:function(){return a_.AsyncMessageReader}});Object.defineProperty(h,"JSONMessageReader",{enumerable:!0,get:function(){return a_.JSONMessageReader}});var IU=qs();Object.defineProperty(h,"Message",{enumerable:!0,get:function(){return IU.Message}});var SU=qo();Object.defineProperty(h,"RecordBatch",{enumerable:!0,get:function(){return SU.RecordBatch}});var l_=nE();Object.defineProperty(h,"DataFrame",{enumerable:!0,get:function(){return l_.DataFrame}});Object.defineProperty(h,"FilteredDataFrame",{enumerable:!0,get:function(){return l_.FilteredDataFrame}});Object.defineProperty(h,"CountByResult",{enumerable:!0,get:function(){return l_.CountByResult}});var xU=Hu(),EU=yy(),AU=Bi(),OU=Du(),NU=gr(),DU=Yu(),FU=o_();h.predicate=FU;var u_=Fy();h.util={...xU,...EU,...AU,...OU,...NU,...DU,compareSchemas:u_.compareSchemas,compareFields:u_.compareFields,compareTypes:u_.compareTypes}});var b_=M(w=>{"use strict";Object.defineProperty(w,"__esModule",{value:!0});w.Utf8Builder=w.SparseUnionBuilder=w.DenseUnionBuilder=w.UnionBuilder=w.TimeNanosecondBuilder=w.TimeMicrosecondBuilder=w.TimeMillisecondBuilder=w.TimeSecondBuilder=w.TimeBuilder=w.TimestampNanosecondBuilder=w.TimestampMicrosecondBuilder=w.TimestampMillisecondBuilder=w.TimestampSecondBuilder=w.TimestampBuilder=w.StructBuilder=w.NullBuilder=w.MapBuilder=w.ListBuilder=w.Uint64Builder=w.Uint32Builder=w.Uint16Builder=w.Uint8Builder=w.Int64Builder=w.Int32Builder=w.Int16Builder=w.Int8Builder=w.IntBuilder=w.IntervalYearMonthBuilder=w.IntervalDayTimeBuilder=w.IntervalBuilder=w.Float64Builder=w.Float32Builder=w.Float16Builder=w.FloatBuilder=w.FixedSizeListBuilder=w.FixedSizeBinaryBuilder=w.DictionaryBuilder=w.DecimalBuilder=w.DateMillisecondBuilder=w.DateDayBuilder=w.DateBuilder=w.BoolBuilder=w.BinaryBuilder=w.Builder=w.util=w.predicate=w.CountByResult=w.FilteredDataFrame=w.DataFrame=w.RecordBatch=w.Message=w.JSONMessageReader=w.AsyncMessageReader=w.MessageReader=w.RecordBatchJSONWriter=w.RecordBatchStreamWriter=w.RecordBatchFileWriter=w.RecordBatchWriter=w.AsyncRecordBatchStreamReader=w.AsyncRecordBatchFileReader=w.RecordBatchStreamReader=w.RecordBatchFileReader=w.RecordBatchReader=w.AsyncByteQueue=w.AsyncByteStream=w.ByteStream=w.Utf8Vector=w.SparseUnionVector=w.DenseUnionVector=w.UnionVector=w.TimeNanosecondVector=w.TimeMicrosecondVector=w.TimeMillisecondVector=w.TimeSecondVector=w.TimeVector=w.TimestampNanosecondVector=w.TimestampMicrosecondVector=w.TimestampMillisecondVector=w.TimestampSecondVector=w.TimestampVector=w.StructVector=w.NullVector=w.MapVector=w.ListVector=w.Uint64Vector=w.Uint32Vector=w.Uint16Vector=w.Uint8Vector=w.Int64Vector=w.Int32Vector=w.Int16Vector=w.Int8Vector=w.IntVector=w.IntervalYearMonthVector=w.IntervalDayTimeVector=w.IntervalVector=w.Float64Vector=w.Float32Vector=w.Float16Vector=w.FloatVector=w.FixedSizeListVector=w.FixedSizeBinaryVector=w.DictionaryVector=w.DecimalVector=w.DateMillisecondVector=w.DateDayVector=w.DateVector=w.Chunked=w.BoolVector=w.BinaryVector=w.BaseVector=w.Vector=w.Visitor=w.Field=w.Schema=w.Column=w.Table=w.Map_=w.FixedSizeList=w.IntervalYearMonth=w.IntervalDayTime=w.Interval=w.Dictionary=w.SparseUnion=w.DenseUnion=w.Union=w.Struct=w.List=w.Decimal=w.TimeNanosecond=w.TimeMicrosecond=w.TimeMillisecond=w.TimeSecond=w.Time=w.TimestampNanosecond=w.TimestampMicrosecond=w.TimestampMillisecond=w.TimestampSecond=w.Timestamp=w.DateMillisecond=w.DateDay=w.Date_=w.FixedSizeBinary=w.Binary=w.Utf8=w.Float64=w.Float32=w.Float16=w.Float=w.Uint64=w.Uint32=w.Uint16=w.Uint8=w.Int64=w.Int32=w.Int16=w.Int8=w.Int=w.Bool=w.Null=w.DataType=w.Data=w.BufferType=w.UnionMode=w.Type=w.TimeUnit=w.Precision=w.MetadataVersion=w.MessageHeader=w.IntervalUnit=w.DateUnit=void 0;var PU=Ou(),RU=Wd(),c_=uc(),p_=hm(),HU=Kx(),zU=Zx(),d_=Xx(),m_=Qx();PU.default.toDOMStream=HU.toDOMStream;RU.Builder.throughDOM=zU.builderThroughDOMStream;c_.RecordBatchReader.throughDOM=d_.recordBatchReaderThroughDOMStream;c_.RecordBatchFileReader.throughDOM=d_.recordBatchReaderThroughDOMStream;c_.RecordBatchStreamReader.throughDOM=d_.recordBatchReaderThroughDOMStream;p_.RecordBatchWriter.throughDOM=m_.recordBatchWriterThroughDOMStream;p_.RecordBatchFileWriter.throughDOM=m_.recordBatchWriterThroughDOMStream;p_.RecordBatchStreamWriter.throughDOM=m_.recordBatchWriterThroughDOMStream;var F=fE();Object.defineProperty(w,"DateUnit",{enumerable:!0,get:function(){return F.DateUnit}});Object.defineProperty(w,"IntervalUnit",{enumerable:!0,get:function(){return F.IntervalUnit}});Object.defineProperty(w,"MessageHeader",{enumerable:!0,get:function(){return F.MessageHeader}});Object.defineProperty(w,"MetadataVersion",{enumerable:!0,get:function(){return F.MetadataVersion}});Object.defineProperty(w,"Precision",{enumerable:!0,get:function(){return F.Precision}});Object.defineProperty(w,"TimeUnit",{enumerable:!0,get:function(){return F.TimeUnit}});Object.defineProperty(w,"Type",{enumerable:!0,get:function(){return F.Type}});Object.defineProperty(w,"UnionMode",{enumerable:!0,get:function(){return F.UnionMode}});Object.defineProperty(w,"BufferType",{enumerable:!0,get:function(){return F.BufferType}});Object.defineProperty(w,"Data",{enumerable:!0,get:function(){return F.Data}});Object.defineProperty(w,"DataType",{enumerable:!0,get:function(){return F.DataType}});Object.defineProperty(w,"Null",{enumerable:!0,get:function(){return F.Null}});Object.defineProperty(w,"Bool",{enumerable:!0,get:function(){return F.Bool}});Object.defineProperty(w,"Int",{enumerable:!0,get:function(){return F.Int}});Object.defineProperty(w,"Int8",{enumerable:!0,get:function(){return F.Int8}});Object.defineProperty(w,"Int16",{enumerable:!0,get:function(){return F.Int16}});Object.defineProperty(w,"Int32",{enumerable:!0,get:function(){return F.Int32}});Object.defineProperty(w,"Int64",{enumerable:!0,get:function(){return F.Int64}});Object.defineProperty(w,"Uint8",{enumerable:!0,get:function(){return F.Uint8}});Object.defineProperty(w,"Uint16",{enumerable:!0,get:function(){return F.Uint16}});Object.defineProperty(w,"Uint32",{enumerable:!0,get:function(){return F.Uint32}});Object.defineProperty(w,"Uint64",{enumerable:!0,get:function(){return F.Uint64}});Object.defineProperty(w,"Float",{enumerable:!0,get:function(){return F.Float}});Object.defineProperty(w,"Float16",{enumerable:!0,get:function(){return F.Float16}});Object.defineProperty(w,"Float32",{enumerable:!0,get:function(){return F.Float32}});Object.defineProperty(w,"Float64",{enumerable:!0,get:function(){return F.Float64}});Object.defineProperty(w,"Utf8",{enumerable:!0,get:function(){return F.Utf8}});Object.defineProperty(w,"Binary",{enumerable:!0,get:function(){return F.Binary}});Object.defineProperty(w,"FixedSizeBinary",{enumerable:!0,get:function(){return F.FixedSizeBinary}});Object.defineProperty(w,"Date_",{enumerable:!0,get:function(){return F.Date_}});Object.defineProperty(w,"DateDay",{enumerable:!0,get:function(){return F.DateDay}});Object.defineProperty(w,"DateMillisecond",{enumerable:!0,get:function(){return F.DateMillisecond}});Object.defineProperty(w,"Timestamp",{enumerable:!0,get:function(){return F.Timestamp}});Object.defineProperty(w,"TimestampSecond",{enumerable:!0,get:function(){return F.TimestampSecond}});Object.defineProperty(w,"TimestampMillisecond",{enumerable:!0,get:function(){return F.TimestampMillisecond}});Object.defineProperty(w,"TimestampMicrosecond",{enumerable:!0,get:function(){return F.TimestampMicrosecond}});Object.defineProperty(w,"TimestampNanosecond",{enumerable:!0,get:function(){return F.TimestampNanosecond}});Object.defineProperty(w,"Time",{enumerable:!0,get:function(){return F.Time}});Object.defineProperty(w,"TimeSecond",{enumerable:!0,get:function(){return F.TimeSecond}});Object.defineProperty(w,"TimeMillisecond",{enumerable:!0,get:function(){return F.TimeMillisecond}});Object.defineProperty(w,"TimeMicrosecond",{enumerable:!0,get:function(){return F.TimeMicrosecond}});Object.defineProperty(w,"TimeNanosecond",{enumerable:!0,get:function(){return F.TimeNanosecond}});Object.defineProperty(w,"Decimal",{enumerable:!0,get:function(){return F.Decimal}});Object.defineProperty(w,"List",{enumerable:!0,get:function(){return F.List}});Object.defineProperty(w,"Struct",{enumerable:!0,get:function(){return F.Struct}});Object.defineProperty(w,"Union",{enumerable:!0,get:function(){return F.Union}});Object.defineProperty(w,"DenseUnion",{enumerable:!0,get:function(){return F.DenseUnion}});Object.defineProperty(w,"SparseUnion",{enumerable:!0,get:function(){return F.SparseUnion}});Object.defineProperty(w,"Dictionary",{enumerable:!0,get:function(){return F.Dictionary}});Object.defineProperty(w,"Interval",{enumerable:!0,get:function(){return F.Interval}});Object.defineProperty(w,"IntervalDayTime",{enumerable:!0,get:function(){return F.IntervalDayTime}});Object.defineProperty(w,"IntervalYearMonth",{enumerable:!0,get:function(){return F.IntervalYearMonth}});Object.defineProperty(w,"FixedSizeList",{enumerable:!0,get:function(){return F.FixedSizeList}});Object.defineProperty(w,"Map_",{enumerable:!0,get:function(){return F.Map_}});Object.defineProperty(w,"Table",{enumerable:!0,get:function(){return F.Table}});Object.defineProperty(w,"Column",{enumerable:!0,get:function(){return F.Column}});Object.defineProperty(w,"Schema",{enumerable:!0,get:function(){return F.Schema}});Object.defineProperty(w,"Field",{enumerable:!0,get:function(){return F.Field}});Object.defineProperty(w,"Visitor",{enumerable:!0,get:function(){return F.Visitor}});Object.defineProperty(w,"Vector",{enumerable:!0,get:function(){return F.Vector}});Object.defineProperty(w,"BaseVector",{enumerable:!0,get:function(){return F.BaseVector}});Object.defineProperty(w,"BinaryVector",{enumerable:!0,get:function(){return F.BinaryVector}});Object.defineProperty(w,"BoolVector",{enumerable:!0,get:function(){return F.BoolVector}});Object.defineProperty(w,"Chunked",{enumerable:!0,get:function(){return F.Chunked}});Object.defineProperty(w,"DateVector",{enumerable:!0,get:function(){return F.DateVector}});Object.defineProperty(w,"DateDayVector",{enumerable:!0,get:function(){return F.DateDayVector}});Object.defineProperty(w,"DateMillisecondVector",{enumerable:!0,get:function(){return F.DateMillisecondVector}});Object.defineProperty(w,"DecimalVector",{enumerable:!0,get:function(){return F.DecimalVector}});Object.defineProperty(w,"DictionaryVector",{enumerable:!0,get:function(){return F.DictionaryVector}});Object.defineProperty(w,"FixedSizeBinaryVector",{enumerable:!0,get:function(){return F.FixedSizeBinaryVector}});Object.defineProperty(w,"FixedSizeListVector",{enumerable:!0,get:function(){return F.FixedSizeListVector}});Object.defineProperty(w,"FloatVector",{enumerable:!0,get:function(){return F.FloatVector}});Object.defineProperty(w,"Float16Vector",{enumerable:!0,get:function(){return F.Float16Vector}});Object.defineProperty(w,"Float32Vector",{enumerable:!0,get:function(){return F.Float32Vector}});Object.defineProperty(w,"Float64Vector",{enumerable:!0,get:function(){return F.Float64Vector}});Object.defineProperty(w,"IntervalVector",{enumerable:!0,get:function(){return F.IntervalVector}});Object.defineProperty(w,"IntervalDayTimeVector",{enumerable:!0,get:function(){return F.IntervalDayTimeVector}});Object.defineProperty(w,"IntervalYearMonthVector",{enumerable:!0,get:function(){return F.IntervalYearMonthVector}});Object.defineProperty(w,"IntVector",{enumerable:!0,get:function(){return F.IntVector}});Object.defineProperty(w,"Int8Vector",{enumerable:!0,get:function(){return F.Int8Vector}});Object.defineProperty(w,"Int16Vector",{enumerable:!0,get:function(){return F.Int16Vector}});Object.defineProperty(w,"Int32Vector",{enumerable:!0,get:function(){return F.Int32Vector}});Object.defineProperty(w,"Int64Vector",{enumerable:!0,get:function(){return F.Int64Vector}});Object.defineProperty(w,"Uint8Vector",{enumerable:!0,get:function(){return F.Uint8Vector}});Object.defineProperty(w,"Uint16Vector",{enumerable:!0,get:function(){return F.Uint16Vector}});Object.defineProperty(w,"Uint32Vector",{enumerable:!0,get:function(){return F.Uint32Vector}});Object.defineProperty(w,"Uint64Vector",{enumerable:!0,get:function(){return F.Uint64Vector}});Object.defineProperty(w,"ListVector",{enumerable:!0,get:function(){return F.ListVector}});Object.defineProperty(w,"MapVector",{enumerable:!0,get:function(){return F.MapVector}});Object.defineProperty(w,"NullVector",{enumerable:!0,get:function(){return F.NullVector}});Object.defineProperty(w,"StructVector",{enumerable:!0,get:function(){return F.StructVector}});Object.defineProperty(w,"TimestampVector",{enumerable:!0,get:function(){return F.TimestampVector}});Object.defineProperty(w,"TimestampSecondVector",{enumerable:!0,get:function(){return F.TimestampSecondVector}});Object.defineProperty(w,"TimestampMillisecondVector",{enumerable:!0,get:function(){return F.TimestampMillisecondVector}});Object.defineProperty(w,"TimestampMicrosecondVector",{enumerable:!0,get:function(){return F.TimestampMicrosecondVector}});Object.defineProperty(w,"TimestampNanosecondVector",{enumerable:!0,get:function(){return F.TimestampNanosecondVector}});Object.defineProperty(w,"TimeVector",{enumerable:!0,get:function(){return F.TimeVector}});Object.defineProperty(w,"TimeSecondVector",{enumerable:!0,get:function(){return F.TimeSecondVector}});Object.defineProperty(w,"TimeMillisecondVector",{enumerable:!0,get:function(){return F.TimeMillisecondVector}});Object.defineProperty(w,"TimeMicrosecondVector",{enumerable:!0,get:function(){return F.TimeMicrosecondVector}});Object.defineProperty(w,"TimeNanosecondVector",{enumerable:!0,get:function(){return F.TimeNanosecondVector}});Object.defineProperty(w,"UnionVector",{enumerable:!0,get:function(){return F.UnionVector}});Object.defineProperty(w,"DenseUnionVector",{enumerable:!0,get:function(){return F.DenseUnionVector}});Object.defineProperty(w,"SparseUnionVector",{enumerable:!0,get:function(){return F.SparseUnionVector}});Object.defineProperty(w,"Utf8Vector",{enumerable:!0,get:function(){return F.Utf8Vector}});Object.defineProperty(w,"ByteStream",{enumerable:!0,get:function(){return F.ByteStream}});Object.defineProperty(w,"AsyncByteStream",{enumerable:!0,get:function(){return F.AsyncByteStream}});Object.defineProperty(w,"AsyncByteQueue",{enumerable:!0,get:function(){return F.AsyncByteQueue}});Object.defineProperty(w,"RecordBatchReader",{enumerable:!0,get:function(){return F.RecordBatchReader}});Object.defineProperty(w,"RecordBatchFileReader",{enumerable:!0,get:function(){return F.RecordBatchFileReader}});Object.defineProperty(w,"RecordBatchStreamReader",{enumerable:!0,get:function(){return F.RecordBatchStreamReader}});Object.defineProperty(w,"AsyncRecordBatchFileReader",{enumerable:!0,get:function(){return F.AsyncRecordBatchFileReader}});Object.defineProperty(w,"AsyncRecordBatchStreamReader",{enumerable:!0,get:function(){return F.AsyncRecordBatchStreamReader}});Object.defineProperty(w,"RecordBatchWriter",{enumerable:!0,get:function(){return F.RecordBatchWriter}});Object.defineProperty(w,"RecordBatchFileWriter",{enumerable:!0,get:function(){return F.RecordBatchFileWriter}});Object.defineProperty(w,"RecordBatchStreamWriter",{enumerable:!0,get:function(){return F.RecordBatchStreamWriter}});Object.defineProperty(w,"RecordBatchJSONWriter",{enumerable:!0,get:function(){return F.RecordBatchJSONWriter}});Object.defineProperty(w,"MessageReader",{enumerable:!0,get:function(){return F.MessageReader}});Object.defineProperty(w,"AsyncMessageReader",{enumerable:!0,get:function(){return F.AsyncMessageReader}});Object.defineProperty(w,"JSONMessageReader",{enumerable:!0,get:function(){return F.JSONMessageReader}});Object.defineProperty(w,"Message",{enumerable:!0,get:function(){return F.Message}});Object.defineProperty(w,"RecordBatch",{enumerable:!0,get:function(){return F.RecordBatch}});Object.defineProperty(w,"DataFrame",{enumerable:!0,get:function(){return F.DataFrame}});Object.defineProperty(w,"FilteredDataFrame",{enumerable:!0,get:function(){return F.FilteredDataFrame}});Object.defineProperty(w,"CountByResult",{enumerable:!0,get:function(){return F.CountByResult}});Object.defineProperty(w,"predicate",{enumerable:!0,get:function(){return F.predicate}});Object.defineProperty(w,"util",{enumerable:!0,get:function(){return F.util}});Object.defineProperty(w,"Builder",{enumerable:!0,get:function(){return F.Builder}});Object.defineProperty(w,"BinaryBuilder",{enumerable:!0,get:function(){return F.BinaryBuilder}});Object.defineProperty(w,"BoolBuilder",{enumerable:!0,get:function(){return F.BoolBuilder}});Object.defineProperty(w,"DateBuilder",{enumerable:!0,get:function(){return F.DateBuilder}});Object.defineProperty(w,"DateDayBuilder",{enumerable:!0,get:function(){return F.DateDayBuilder}});Object.defineProperty(w,"DateMillisecondBuilder",{enumerable:!0,get:function(){return F.DateMillisecondBuilder}});Object.defineProperty(w,"DecimalBuilder",{enumerable:!0,get:function(){return F.DecimalBuilder}});Object.defineProperty(w,"DictionaryBuilder",{enumerable:!0,get:function(){return F.DictionaryBuilder}});Object.defineProperty(w,"FixedSizeBinaryBuilder",{enumerable:!0,get:function(){return F.FixedSizeBinaryBuilder}});Object.defineProperty(w,"FixedSizeListBuilder",{enumerable:!0,get:function(){return F.FixedSizeListBuilder}});Object.defineProperty(w,"FloatBuilder",{enumerable:!0,get:function(){return F.FloatBuilder}});Object.defineProperty(w,"Float16Builder",{enumerable:!0,get:function(){return F.Float16Builder}});Object.defineProperty(w,"Float32Builder",{enumerable:!0,get:function(){return F.Float32Builder}});Object.defineProperty(w,"Float64Builder",{enumerable:!0,get:function(){return F.Float64Builder}});Object.defineProperty(w,"IntervalBuilder",{enumerable:!0,get:function(){return F.IntervalBuilder}});Object.defineProperty(w,"IntervalDayTimeBuilder",{enumerable:!0,get:function(){return F.IntervalDayTimeBuilder}});Object.defineProperty(w,"IntervalYearMonthBuilder",{enumerable:!0,get:function(){return F.IntervalYearMonthBuilder}});Object.defineProperty(w,"IntBuilder",{enumerable:!0,get:function(){return F.IntBuilder}});Object.defineProperty(w,"Int8Builder",{enumerable:!0,get:function(){return F.Int8Builder}});Object.defineProperty(w,"Int16Builder",{enumerable:!0,get:function(){return F.Int16Builder}});Object.defineProperty(w,"Int32Builder",{enumerable:!0,get:function(){return F.Int32Builder}});Object.defineProperty(w,"Int64Builder",{enumerable:!0,get:function(){return F.Int64Builder}});Object.defineProperty(w,"Uint8Builder",{enumerable:!0,get:function(){return F.Uint8Builder}});Object.defineProperty(w,"Uint16Builder",{enumerable:!0,get:function(){return F.Uint16Builder}});Object.defineProperty(w,"Uint32Builder",{enumerable:!0,get:function(){return F.Uint32Builder}});Object.defineProperty(w,"Uint64Builder",{enumerable:!0,get:function(){return F.Uint64Builder}});Object.defineProperty(w,"ListBuilder",{enumerable:!0,get:function(){return F.ListBuilder}});Object.defineProperty(w,"MapBuilder",{enumerable:!0,get:function(){return F.MapBuilder}});Object.defineProperty(w,"NullBuilder",{enumerable:!0,get:function(){return F.NullBuilder}});Object.defineProperty(w,"StructBuilder",{enumerable:!0,get:function(){return F.StructBuilder}});Object.defineProperty(w,"TimestampBuilder",{enumerable:!0,get:function(){return F.TimestampBuilder}});Object.defineProperty(w,"TimestampSecondBuilder",{enumerable:!0,get:function(){return F.TimestampSecondBuilder}});Object.defineProperty(w,"TimestampMillisecondBuilder",{enumerable:!0,get:function(){return F.TimestampMillisecondBuilder}});Object.defineProperty(w,"TimestampMicrosecondBuilder",{enumerable:!0,get:function(){return F.TimestampMicrosecondBuilder}});Object.defineProperty(w,"TimestampNanosecondBuilder",{enumerable:!0,get:function(){return F.TimestampNanosecondBuilder}});Object.defineProperty(w,"TimeBuilder",{enumerable:!0,get:function(){return F.TimeBuilder}});Object.defineProperty(w,"TimeSecondBuilder",{enumerable:!0,get:function(){return F.TimeSecondBuilder}});Object.defineProperty(w,"TimeMillisecondBuilder",{enumerable:!0,get:function(){return F.TimeMillisecondBuilder}});Object.defineProperty(w,"TimeMicrosecondBuilder",{enumerable:!0,get:function(){return F.TimeMicrosecondBuilder}});Object.defineProperty(w,"TimeNanosecondBuilder",{enumerable:!0,get:function(){return F.TimeNanosecondBuilder}});Object.defineProperty(w,"UnionBuilder",{enumerable:!0,get:function(){return F.UnionBuilder}});Object.defineProperty(w,"DenseUnionBuilder",{enumerable:!0,get:function(){return F.DenseUnionBuilder}});Object.defineProperty(w,"SparseUnionBuilder",{enumerable:!0,get:function(){return F.SparseUnionBuilder}});Object.defineProperty(w,"Utf8Builder",{enumerable:!0,get:function(){return F.Utf8Builder}})});var Xm={};tb(Xm,{Compression:()=>WU,Encoding:()=>YU,WriterProperties:()=>ul,WriterPropertiesBuilder:()=>ar,WriterVersion:()=>KU,default:()=>cE,readParquet:()=>LU,writeParquet:()=>VU});function gc(){return(Gm===null||Gm.buffer!==He.memory.buffer)&&(Gm=new Uint8Array(He.memory.buffer)),Gm}function aE(t,e){return sE.decode(gc().subarray(t,t+e))}function jc(t){yc===ko.length&&ko.push(ko.length+1);let e=yc;return yc=ko[e],ko[e]=t,e}function sl(t){return ko[t]}function MU(t){t<36||(ko[t]=yc,yc=t)}function _c(t){let e=sl(t);return MU(t),e}function al(t,e,r){if(r===void 0){let s=Jm.encode(t),l=e(s.length);return gc().subarray(l,l+s.length).set(s),ii=s.length,l}let n=t.length,i=e(n),o=gc(),f=0;for(;f<n;f++){let s=t.charCodeAt(f);if(s>127)break;o[i+f]=s}if(f!==n){f!==0&&(t=t.slice(f)),i=r(i,n,n=f+t.length*3);let s=gc().subarray(i+f,i+n);f+=UU(t,s).written}return ii=f,i}function lE(t,e){let r=e(t.length*1);return gc().set(t,r/1),ii=t.length,r}function ll(){return(Zm===null||Zm.buffer!==He.memory.buffer)&&(Zm=new Int32Array(He.memory.buffer)),Zm}function LU(t){try{let i=He.__wbindgen_add_to_stack_pointer(-16),o=lE(t,He.__wbindgen_malloc),f=ii;He.readParquet(i,o,f);var e=ll()[i/4+0],r=ll()[i/4+1],n=ll()[i/4+2];if(n)throw _c(r);return _c(e)}finally{He.__wbindgen_add_to_stack_pointer(16)}}function CU(t,e){if(!(t instanceof e))throw new Error(`expected instance of ${e.name}`);return t.ptr}function VU(t,e){try{let f=He.__wbindgen_add_to_stack_pointer(-16),s=lE(t,He.__wbindgen_malloc),l=ii;CU(e,ul);var r=e.ptr;e.ptr=0,He.writeParquet(f,s,l,r);var n=ll()[f/4+0],i=ll()[f/4+1],o=ll()[f/4+2];if(o)throw _c(i);return _c(n)}finally{He.__wbindgen_add_to_stack_pointer(16)}}async function GU(t,e){if(typeof Response=="function"&&t instanceof Response){if(typeof WebAssembly.instantiateStreaming=="function")try{return await WebAssembly.instantiateStreaming(t,e)}catch(n){if(t.headers.get("Content-Type")!="application/wasm")console.warn("`WebAssembly.instantiateStreaming` failed because your server does not serve wasm with `application/wasm` MIME type. Falling back to `WebAssembly.instantiate` which is slower. Original error:\n",n);else throw n}let r=await t.arrayBuffer();return await WebAssembly.instantiate(r,e)}else{let r=await WebAssembly.instantiate(t,e);return r instanceof WebAssembly.Instance?{instance:r,module:t}:r}}async function uE(t){let e={};e.wbg={},e.wbg.__wbindgen_string_new=function(i,o){let f=aE(i,o);return jc(f)},e.wbg.__wbindgen_object_drop_ref=function(i){_c(i)},e.wbg.__wbg_buffer_7af23f65f6c64548=function(i){let o=sl(i).buffer;return jc(o)},e.wbg.__wbg_newwithbyteoffsetandlength_ce1e75f0ce5f7974=function(i,o,f){let s=new Uint8Array(sl(i),o>>>0,f>>>0);return jc(s)},e.wbg.__wbg_set_f25e869e4565d2a2=function(i,o,f){sl(i).set(sl(o),f>>>0)},e.wbg.__wbg_length_0acb1cf9bbaf8519=function(i){return sl(i).length},e.wbg.__wbg_newwithlength_8f0657faca9f1422=function(i){let o=new Uint8Array(i>>>0);return jc(o)},e.wbg.__wbindgen_throw=function(i,o){throw new Error(aE(i,o))},e.wbg.__wbindgen_memory=function(){let i=He.memory;return jc(i)},(typeof t=="string"||typeof Request=="function"&&t instanceof Request||typeof URL=="function"&&t instanceof URL)&&(t=fetch(t));let{instance:r,module:n}=await GU(await t,e);return He=r.exports,uE.__wbindgen_wasm_module=n,He}var He,sE,Gm,ko,yc,ii,Jm,UU,Zm,WU,YU,KU,ul,ar,cE,pE=re(()=>{sE=new TextDecoder("utf-8",{ignoreBOM:!0,fatal:!0});sE.decode();Gm=null;ko=new Array(32).fill(void 0);ko.push(void 0,null,!0,!1);yc=ko.length;ii=0,Jm=new TextEncoder("utf-8"),UU=typeof Jm.encodeInto=="function"?function(t,e){return Jm.encodeInto(t,e)}:function(t,e){let r=Jm.encode(t);return e.set(r),{read:t.length,written:r.length}};Zm=null;WU=Object.freeze({UNCOMPRESSED:0,"0":"UNCOMPRESSED",SNAPPY:1,"1":"SNAPPY",GZIP:2,"2":"GZIP",BROTLI:3,"3":"BROTLI",LZ4:4,"4":"LZ4",ZSTD:5,"5":"ZSTD"}),YU=Object.freeze({PLAIN:0,"0":"PLAIN",PLAIN_DICTIONARY:1,"1":"PLAIN_DICTIONARY",RLE:2,"2":"RLE",BIT_PACKED:3,"3":"BIT_PACKED",DELTA_BINARY_PACKED:4,"4":"DELTA_BINARY_PACKED",DELTA_LENGTH_BYTE_ARRAY:5,"5":"DELTA_LENGTH_BYTE_ARRAY",DELTA_BYTE_ARRAY:6,"6":"DELTA_BYTE_ARRAY",RLE_DICTIONARY:7,"7":"RLE_DICTIONARY",BYTE_STREAM_SPLIT:8,"8":"BYTE_STREAM_SPLIT"}),KU=Object.freeze({V1:0,"0":"V1",V2:1,"1":"V2"}),ul=class{static __wrap(e){let r=Object.create(ul.prototype);return r.ptr=e,r}__destroy_into_raw(){let e=this.ptr;return this.ptr=0,e}free(){let e=this.__destroy_into_raw();He.__wbg_writerproperties_free(e)}},ar=class{static __wrap(e){let r=Object.create(ar.prototype);return r.ptr=e,r}__destroy_into_raw(){let e=this.ptr;return this.ptr=0,e}free(){let e=this.__destroy_into_raw();He.__wbg_writerpropertiesbuilder_free(e)}constructor(){let e=He.writerpropertiesbuilder_new();return ar.__wrap(e)}build(){let e=this.__destroy_into_raw(),r=He.writerpropertiesbuilder_build(e);return ul.__wrap(r)}setWriterVersion(e){let r=this.__destroy_into_raw(),n=He.writerpropertiesbuilder_setWriterVersion(r,e);return ar.__wrap(n)}setDataPagesizeLimit(e){let r=this.__destroy_into_raw(),n=He.writerpropertiesbuilder_setDataPagesizeLimit(r,e);return ar.__wrap(n)}setDictionaryPagesizeLimit(e){let r=this.__destroy_into_raw(),n=He.writerpropertiesbuilder_setDictionaryPagesizeLimit(r,e);return ar.__wrap(n)}setWriteBatchSize(e){let r=this.__destroy_into_raw(),n=He.writerpropertiesbuilder_setWriteBatchSize(r,e);return ar.__wrap(n)}setMaxRowGroupSize(e){let r=this.__destroy_into_raw(),n=He.writerpropertiesbuilder_setMaxRowGroupSize(r,e);return ar.__wrap(n)}setCreatedBy(e){let r=this.__destroy_into_raw(),n=al(e,He.__wbindgen_malloc,He.__wbindgen_realloc),i=ii,o=He.writerpropertiesbuilder_setCreatedBy(r,n,i);return ar.__wrap(o)}setEncoding(e){let r=this.__destroy_into_raw(),n=He.writerpropertiesbuilder_setEncoding(r,e);return ar.__wrap(n)}setCompression(e){let r=this.__destroy_into_raw(),n=He.writerpropertiesbuilder_setCompression(r,e);return ar.__wrap(n)}setDictionaryEnabled(e){let r=this.__destroy_into_raw(),n=He.writerpropertiesbuilder_setDictionaryEnabled(r,e);return ar.__wrap(n)}setStatisticsEnabled(e){let r=this.__destroy_into_raw(),n=He.writerpropertiesbuilder_setStatisticsEnabled(r,e);return ar.__wrap(n)}setMaxStatisticsSize(e){let r=this.__destroy_into_raw(),n=He.writerpropertiesbuilder_setMaxStatisticsSize(r,e);return ar.__wrap(n)}setColumnEncoding(e,r){let n=this.__destroy_into_raw(),i=al(e,He.__wbindgen_malloc,He.__wbindgen_realloc),o=ii,f=He.writerpropertiesbuilder_setColumnEncoding(n,i,o,r);return ar.__wrap(f)}setColumnCompression(e,r){let n=this.__destroy_into_raw(),i=al(e,He.__wbindgen_malloc,He.__wbindgen_realloc),o=ii,f=He.writerpropertiesbuilder_setColumnCompression(n,i,o,r);return ar.__wrap(f)}setColumnDictionaryEnabled(e,r){let n=this.__destroy_into_raw(),i=al(e,He.__wbindgen_malloc,He.__wbindgen_realloc),o=ii,f=He.writerpropertiesbuilder_setColumnDictionaryEnabled(n,i,o,r);return ar.__wrap(f)}setColumnStatisticsEnabled(e,r){let n=this.__destroy_into_raw(),i=al(e,He.__wbindgen_malloc,He.__wbindgen_realloc),o=ii,f=He.writerpropertiesbuilder_setColumnStatisticsEnabled(n,i,o,r);return ar.__wrap(f)}setColumnMaxStatisticsSize(e,r){let n=this.__destroy_into_raw(),i=al(e,He.__wbindgen_malloc,He.__wbindgen_realloc),o=ii,f=He.writerpropertiesbuilder_setColumnMaxStatisticsSize(n,i,o,r);return ar.__wrap(f)}};cE=uE});async function qc(t){return h_!==null?h_:(await cE(t),h_=Xm,Xm)}var h_,w_=re(()=>{pE();h_=null});async function dE(t,e){let r=e?.parquet?.wasmUrl,n=await qc(r),i=new Uint8Array(t),o=n.readParquet(i),f=o.buffer.slice(o.byteOffset,o.byteLength+o.byteOffset);return JU(f)}function JU(t){let e=Qm.RecordBatchStreamReader.from(t),r=[];for(let n of e)r.push(n);return new Qm.Table(r)}var Qm,mE=re(()=>{Qm=Oe(b_());w_()});function QU(t,e){return new ArrayBuffer(0)}var ZU,XU,bE,hE=re(()=>{ZU=typeof __VERSION__!="undefined"?__VERSION__:"latest",XU={},bE={name:"Apache Parquet",id:"parquet",module:"parquet",version:ZU,extensions:["parquet"],mimeTypes:["application/octet-stream"],encodeSync:QU,binary:!0,options:XU}});var wE=re(()=>{w_()});async function yE(t,e){let r=e?.parquet?.wasmUrl,n=await qc(r),i=$U(t),o=new n.WriterPropertiesBuilder().build(),f=n.writeParquet(i,o);return f.buffer.slice(f.byteOffset,f.byteLength+f.byteOffset)}function $U(t){return gE.RecordBatchStreamWriter.writeAll(t).toUint8Array(!0)}var gE,jE=re(()=>{gE=Oe(b_());wE()});var eL,tL,_E,qE=re(()=>{jE();eL=typeof __VERSION__!="undefined"?__VERSION__:"latest",tL={parquet:{wasmUrl:"https://unpkg.com/parquet-wasm@0.3.1/esm2/arrow1_bg.wasm"}},_E={name:"Apache Parquet",id:"parquet-wasm",module:"parquet",version:eL,extensions:["parquet"],mimeTypes:["application/octet-stream"],encode:yE,binary:!0,options:tL}});function vE(t,e){return new Promise((r,n)=>{t.write(e,i=>{i?n(i):r()})})}function TE(t){return new Promise((e,r)=>{t.close(n=>{n?r(n):e()})})}function BE(t,e){return new Promise((r,n)=>{let i=Sc.createWriteStream(t,e);i.once("open",o=>r(i)),i.once("error",o=>n(o))})}var kE=re(()=>{fi()});function pl(t,e,r,n){if(!(e in No))throw new Error(`invalid encoding: ${e}`);return No[e].encodeValues(t,r,n)}async function oL(t,e){let r=Buffer.alloc(0);t.rLevelMax>0&&(r=pl($m,Es,e.rlevels,{bitWidth:wi(t.rLevelMax)}));let n=Buffer.alloc(0);t.dLevelMax>0&&(n=pl($m,Es,e.dlevels,{bitWidth:wi(t.dLevelMax)}));let i=pl(t.primitiveType,t.encoding,e.values,{typeLength:t.typeLength,bitWidth:t.typeLength}),o=Buffer.concat([r,n,i]),f=await fh(t.compression,o),s=new Ko({type:Jf.DATA_PAGE,data_page_header:new Xf({num_values:e.count,encoding:Gr[t.encoding],definition_level_encoding:Gr[Es],repetition_level_encoding:Gr[Es]}),uncompressed_page_size:o.length,compressed_page_size:f.length}),l=_u(s),u=Buffer.concat([l,f]);return{header:s,headerSize:l.length,page:u}}async function fL(t,e,r){let n=pl(t.primitiveType,t.encoding,e.values,{typeLength:t.typeLength,bitWidth:t.typeLength}),i=await fh(t.compression,n),o=Buffer.alloc(0);t.rLevelMax>0&&(o=pl($m,Es,e.rlevels,{bitWidth:wi(t.rLevelMax),disableEnvelope:!0}));let f=Buffer.alloc(0);t.dLevelMax>0&&(f=pl($m,Es,e.dlevels,{bitWidth:wi(t.dLevelMax),disableEnvelope:!0}));let s=new Ko({type:Jf.DATA_PAGE_V2,data_page_header_v2:new Qf({num_values:e.count,num_nulls:e.count-e.values.length,num_rows:r,encoding:Gr[t.encoding],definition_levels_byte_length:f.length,repetition_levels_byte_length:o.length,is_compressed:t.compression!=="UNCOMPRESSED"}),uncompressed_page_size:o.length+f.length+n.length,compressed_page_size:o.length+f.length+i.length}),l=_u(s),u=Buffer.concat([l,o,f,i]);return{header:s,headerSize:l.length,page:u}}async function sL(t,e,r,n){let i=e.columnData[t.path.join()],o=(n.baseOffset||0)+r,f,s=0,l=0;{let p=n.useDataPageV2?await fL(t,i,e.rowCount):await oL(t,i);f=p.page,s+=p.header.uncompressed_page_size+p.headerSize,l+=p.header.compressed_page_size+p.headerSize}let u=new es({path_in_schema:t.path,num_values:i.count,data_page_offset:o,encodings:[],total_uncompressed_size:s,total_compressed_size:l,type:eo[t.primitiveType],codec:Qs[t.compression]});u.encodings.push(Gr[Es]),u.encodings.push(Gr[t.encoding]);let c=o+f.length;return{body:Buffer.concat([f,_u(u)]),metadata:u,metadataOffset:c}}async function aL(t,e,r){let n=new rs({num_rows:e.rowCount,columns:[],total_byte_size:0}),i=Buffer.alloc(0);for(let o of t.fieldList){if(o.isNested)continue;let f=await sL(o,e,i.length,r),s=new ts({file_offset:f.metadataOffset,meta_data:f.metadata});n.columns.push(s),n.total_byte_size=new IE.default(Number(n.total_byte_size)+f.body.length),i=Buffer.concat([i,f.body])}return{body:i,metadata:n}}function lL(t,e,r,n){let i=new ns({version:rL,created_by:"parquets",num_rows:e,row_groups:r,schema:[],key_value_metadata:[]});for(let s in n){let l=new fo({key:s,value:n[s]});i.key_value_metadata?.push?.(l)}{let s=new Yo({name:"root",num_children:Object.keys(t.fields).length});i.schema.push(s)}for(let s of t.fieldList){let l=Xs[s.repetitionType],u=new Yo({name:s.name,repetition_type:l});s.isNested?u.num_children=s.fieldCount:u.type=eo[s.primitiveType],s.originalType&&(u.converted_type=Zs[s.originalType]),u.type_length=s.typeLength,i.schema.push(u)}let o=_u(i),f=Buffer.alloc(o.length+8);return o.copy(f),f.writeUInt32LE(o.length,o.length),f.write(SE,o.length+4),f}var IE,SE,rL,nL,iL,$m,Es,cl,eb,xE=re(()=>{Nc();Ll();Sp();yu();kE();Yp();IE=Oe(zr()),SE="PAR1",rL=1,nL=8192,iL=4096,$m="INT32",Es="RLE",cl=class{static async openFile(e,r,n){let i=await BE(r,n);return cl.openStream(e,i,n)}static async openStream(e,r,n={}){let i=await eb.openStream(e,r,n);return new cl(e,i,n)}constructor(e,r,n){this.schema=e,this.envelopeWriter=r,this.rowBuffer={},this.rowGroupSize=n.rowGroupSize||iL,this.closed=!1,this.userMetadata={},this.writeHeader()}async writeHeader(){try{await this.envelopeWriter.writeHeader()}catch(e){throw await this.envelopeWriter.close(),e}}async appendRow(e){if(this.closed)throw new Error("writer was closed");kp(this.schema,e,this.rowBuffer),this.rowBuffer.rowCount>=this.rowGroupSize&&(this.rowBuffer={})}async close(e){if(this.closed)throw new Error("writer was closed");this.closed=!0,(this.rowBuffer.rowCount>0||this.rowBuffer.rowCount>=this.rowGroupSize)&&(this.rowBuffer={}),await this.envelopeWriter.writeFooter(this.userMetadata),await this.envelopeWriter.close(),e&&e()}setMetadata(e,r){this.userMetadata[String(e)]=String(r)}setRowGroupSize(e){this.rowGroupSize=e}setPageSize(e){this.envelopeWriter.setPageSize(e)}},eb=class{static async openStream(e,r,n){let i=vE.bind(void 0,r),o=TE.bind(void 0,r);return new eb(e,i,o,0,n)}constructor(e,r,n,i,o){this.schema=e,this.write=r,this.close=n,this.offset=i,this.rowCount=0,this.rowGroups=[],this.pageSize=o.pageSize||nL,this.useDataPageV2="useDataPageV2"in o?Boolean(o.useDataPageV2):!1}writeSection(e){return this.offset+=e.length,this.write(e)}writeHeader(){return this.writeSection(Buffer.from(SE))}async writeRowGroup(e){let r=await aL(this.schema,e,{baseOffset:this.offset,pageSize:this.pageSize,useDataPageV2:this.useDataPageV2});return this.rowCount+=e.rowCount,this.rowGroups.push(r.metadata),await this.writeSection(r.body)}writeFooter(e){return e||(e={}),this.writeSection(lL(this.schema,this.rowCount,this.rowGroups,e))}setPageSize(e){this.pageSize=e}}});var EE,AE=re(()=>{EE={$schema:"http://json-schema.org/draft-07/schema#",title:"GeoParquet",description:"Parquet metadata included in the geo field.",type:"object",required:["version","primary_column","columns"],properties:{version:{type:"string",const:"1.0.0-beta.1"},primary_column:{type:"string",minLength:1},columns:{type:"object",minProperties:1,patternProperties:{".+":{type:"object",required:["encoding","geometry_types"],properties:{encoding:{type:"string",const:"WKB"},geometry_types:{type:"array",uniqueItems:!0,items:{type:"string",pattern:"^(GeometryCollection|(Multi)?(Point|LineString|Polygon))( Z)?$"}},crs:{oneOf:[{$ref:"https://proj.org/schemas/v0.5/projjson.schema.json"},{type:"null"}]},edges:{type:"string",enum:["planar","spherical"]},orientation:{type:"string",const:"counterclockwise"},bbox:{type:"array",items:{type:"number"},oneOf:[{description:"2D bbox consisting of (xmin, ymin, xmax, ymax)",minItems:4,maxItems:4},{description:"3D bbox consisting of (xmin, ymin, zmin, xmax, ymax, zmax)",minItems:6,maxItems:6}]},epoch:{type:"number"}}}},additionalProperties:!1}}}});var NE={};tb(NE,{ParquetColumnarLoader:()=>uL,ParquetEncoder:()=>cl,ParquetLoader:()=>OE,ParquetReader:()=>os,ParquetSchema:()=>Wl,ParquetWasmLoader:()=>cL,ParquetWasmWorkerLoader:()=>rb,ParquetWasmWriter:()=>_E,ParquetWorkerLoader:()=>Bc,_ParquetWriter:()=>bE,_typecheckParquetLoader:()=>pL,convertParquetToArrowSchema:()=>Au,convertSchemaFromParquet:()=>Au,geoJSONSchema:()=>EE,getGeoMetadata:()=>Yw,preloadCompressions:()=>zv,setGeoMetadata:()=>dk,unpackGeoMetadata:()=>Gp});var OE,uL,cL,pL,DE=re(()=>{q_();v_();QB();bk();mE();hE();qE();Ll();Eh();Kp();xE();Ww();AE();Kw();OE={...Bc,parse:XB,parseFileInBatches:Hw},uL={...Bc,parse:mk,parseFileInBatches:Gw},cL={...rb,parse:dE},pL=OE});var mL=M((sG,FE)=>{var dL=(DE(),NE);globalThis.loaders=globalThis.loaders||{};FE.exports=Object.assign(globalThis.loaders,dL)});mL();})();
|
|
37
37
|
/*!
|
|
38
38
|
*
|
|
39
39
|
* Copyright 2009-2017 Kris Kowal under the terms of the MIT
|
|
@@ -60,11 +60,4 @@ return true;`)}tm.createIsValidFunction=JH;function QH(t){return typeof t!="bigi
|
|
|
60
60
|
* limitations under the License.
|
|
61
61
|
*
|
|
62
62
|
*/
|
|
63
|
-
/*!
|
|
64
|
-
* The buffer module from node.js, for the browser.
|
|
65
|
-
*
|
|
66
|
-
* @author Feross Aboukhadijeh <https://feross.org>
|
|
67
|
-
* @license MIT
|
|
68
|
-
*/
|
|
69
|
-
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
70
63
|
//# sourceMappingURL=dist.min.js.map
|