@loaders.gl/parquet 3.4.10 → 3.4.12
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 +16 -16
- package/dist/dist.min.js.map +3 -3
- package/dist/es5/parquet-loader.js +1 -1
- package/dist/es5/parquet-wasm-loader.js +1 -1
- package/dist/es5/parquet-wasm-writer.js +1 -1
- package/dist/es5/parquet-writer.js +1 -1
- package/dist/esm/parquet-loader.js +1 -1
- package/dist/esm/parquet-wasm-loader.js +1 -1
- package/dist/esm/parquet-wasm-writer.js +1 -1
- package/dist/esm/parquet-writer.js +1 -1
- package/dist/parquet-worker.js +2 -2
- package/package.json +9 -7
- package/dist/bundle.js +0 -5
- package/dist/constants.js +0 -18
- package/dist/index.js +0 -56
- package/dist/lib/arrow/convert-columns-to-row-group.js +0 -1
- package/dist/lib/arrow/convert-row-group-to-columns.js +0 -12
- package/dist/lib/arrow/convert-schema-from-parquet.js +0 -82
- package/dist/lib/arrow/convert-schema-to-parquet.js +0 -72
- package/dist/lib/geo/decode-geo-metadata.js +0 -73
- package/dist/lib/geo/geoparquet-schema.js +0 -69
- package/dist/lib/parsers/parse-parquet-to-columns.js +0 -40
- package/dist/lib/parsers/parse-parquet-to-rows.js +0 -40
- package/dist/lib/wasm/encode-parquet-wasm.js +0 -30
- package/dist/lib/wasm/load-wasm/index.js +0 -5
- package/dist/lib/wasm/load-wasm/load-wasm-browser.js +0 -38
- package/dist/lib/wasm/load-wasm/load-wasm-node.js +0 -31
- package/dist/lib/wasm/parse-parquet-wasm.js +0 -27
- package/dist/parquet-loader.js +0 -29
- package/dist/parquet-wasm-loader.js +0 -27
- package/dist/parquet-wasm-writer.js +0 -23
- package/dist/parquet-writer.js +0 -21
- package/dist/parquetjs/codecs/declare.js +0 -2
- package/dist/parquetjs/codecs/dictionary.js +0 -14
- package/dist/parquetjs/codecs/index.js +0 -55
- package/dist/parquetjs/codecs/plain.js +0 -211
- package/dist/parquetjs/codecs/rle.js +0 -145
- package/dist/parquetjs/compression.js +0 -183
- package/dist/parquetjs/encoder/parquet-encoder.js +0 -484
- package/dist/parquetjs/parquet-thrift/BoundaryOrder.js +0 -15
- package/dist/parquetjs/parquet-thrift/BsonType.js +0 -62
- package/dist/parquetjs/parquet-thrift/ColumnChunk.js +0 -211
- package/dist/parquetjs/parquet-thrift/ColumnIndex.js +0 -217
- package/dist/parquetjs/parquet-thrift/ColumnMetaData.js +0 -402
- package/dist/parquetjs/parquet-thrift/ColumnOrder.js +0 -108
- package/dist/parquetjs/parquet-thrift/CompressionCodec.js +0 -20
- package/dist/parquetjs/parquet-thrift/ConvertedType.js +0 -34
- package/dist/parquetjs/parquet-thrift/DataPageHeader.js +0 -170
- package/dist/parquetjs/parquet-thrift/DataPageHeaderV2.js +0 -230
- package/dist/parquetjs/parquet-thrift/DateType.js +0 -62
- package/dist/parquetjs/parquet-thrift/DecimalType.js +0 -109
- package/dist/parquetjs/parquet-thrift/DictionaryPageHeader.js +0 -126
- package/dist/parquetjs/parquet-thrift/Encoding.js +0 -20
- package/dist/parquetjs/parquet-thrift/EnumType.js +0 -62
- package/dist/parquetjs/parquet-thrift/FieldRepetitionType.js +0 -15
- package/dist/parquetjs/parquet-thrift/FileMetaData.js +0 -260
- package/dist/parquetjs/parquet-thrift/IndexPageHeader.js +0 -62
- package/dist/parquetjs/parquet-thrift/IntType.js +0 -109
- package/dist/parquetjs/parquet-thrift/JsonType.js +0 -62
- package/dist/parquetjs/parquet-thrift/KeyValue.js +0 -106
- package/dist/parquetjs/parquet-thrift/ListType.js +0 -62
- package/dist/parquetjs/parquet-thrift/LogicalType.js +0 -384
- package/dist/parquetjs/parquet-thrift/MapType.js +0 -62
- package/dist/parquetjs/parquet-thrift/MicroSeconds.js +0 -62
- package/dist/parquetjs/parquet-thrift/MilliSeconds.js +0 -62
- package/dist/parquetjs/parquet-thrift/NullType.js +0 -62
- package/dist/parquetjs/parquet-thrift/OffsetIndex.js +0 -101
- package/dist/parquetjs/parquet-thrift/PageEncodingStats.js +0 -131
- package/dist/parquetjs/parquet-thrift/PageHeader.js +0 -220
- package/dist/parquetjs/parquet-thrift/PageLocation.js +0 -145
- package/dist/parquetjs/parquet-thrift/PageType.js +0 -16
- package/dist/parquetjs/parquet-thrift/RowGroup.js +0 -186
- package/dist/parquetjs/parquet-thrift/SchemaElement.js +0 -243
- package/dist/parquetjs/parquet-thrift/SortingColumn.js +0 -131
- package/dist/parquetjs/parquet-thrift/Statistics.js +0 -180
- package/dist/parquetjs/parquet-thrift/StringType.js +0 -62
- package/dist/parquetjs/parquet-thrift/TimeType.js +0 -110
- package/dist/parquetjs/parquet-thrift/TimeUnit.js +0 -131
- package/dist/parquetjs/parquet-thrift/TimestampType.js +0 -110
- package/dist/parquetjs/parquet-thrift/Type.js +0 -20
- package/dist/parquetjs/parquet-thrift/TypeDefinedOrder.js +0 -62
- package/dist/parquetjs/parquet-thrift/UUIDType.js +0 -62
- package/dist/parquetjs/parquet-thrift/index.js +0 -65
- package/dist/parquetjs/parser/decoders.js +0 -318
- package/dist/parquetjs/parser/parquet-reader.js +0 -200
- package/dist/parquetjs/schema/declare.js +0 -12
- package/dist/parquetjs/schema/schema.js +0 -162
- package/dist/parquetjs/schema/shred.js +0 -347
- package/dist/parquetjs/schema/types.js +0 -416
- package/dist/parquetjs/utils/file-utils.js +0 -43
- package/dist/parquetjs/utils/read-utils.js +0 -109
- package/dist/workers/parquet-worker.js +0 -5
package/dist/dist.min.js
CHANGED
|
@@ -1,48 +1,48 @@
|
|
|
1
|
-
(()=>{var jA=Object.create;var xc=Object.defineProperty;var _A=Object.getOwnPropertyDescriptor;var qA=Object.getOwnPropertyNames;var vA=Object.getPrototypeOf,TA=Object.prototype.hasOwnProperty;var U_=t=>xc(t,"__esModule",{value:!0});var re=(t,e)=>()=>(t&&(e=t(t=0)),e);var H=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),db=(t,e)=>{U_(t);for(var r in e)xc(t,r,{get:e[r],enumerable:!0})},BA=(t,e,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of qA(e))!TA.call(t,n)&&n!=="default"&&xc(t,n,{get:()=>e[n],enumerable:!(r=_A(e,n))||r.enumerable});return t},Oe=t=>BA(U_(xc(t!=null?jA(vA(t)):{},"default",t&&t.__esModule&&"default"in t?{get:()=>t.default,enumerable:!0}:{value:t,enumerable:!0})),t);var kA,IA,mb,L_=re(()=>{kA=typeof __VERSION__!="undefined"?__VERSION__:"latest",IA={parquet:{type:"arrow-table",wasmUrl:"https://unpkg.com/parquet-wasm@0.3.1/esm2/arrow1_bg.wasm"}},mb={name:"Apache Parquet",id:"parquet-wasm",module:"parquet",version:kA,worker:!1,category:"table",extensions:["parquet"],mimeTypes:["application/octet-stream"],binary:!0,tests:["PAR1","PARE"],options:IA}});var SA,xA,Ec,C_=re(()=>{SA=typeof __VERSION__!="undefined"?__VERSION__:"latest",xA={parquet:{type:"object-row-table",url:void 0,columnList:[],geoparquet:!0}},Ec={name:"Apache Parquet",id:"parquet",module:"parquet",version:SA,worker:!0,category:"table",extensions:["parquet"],mimeTypes:["application/octet-stream"],binary:!0,tests:["PAR1","PARE"],options:xA}});var fi,EA,AA,OA,NA,Wn,V_,DA,W_=re(()=>{fi={self:typeof self!="undefined"&&self,window:typeof window!="undefined"&&window,global:typeof global!="undefined"&&global,document:typeof document!="undefined"&&document},EA=fi.self||fi.window||fi.global||{},AA=fi.window||fi.self||fi.global||{},OA=fi.global||fi.self||fi.window||{},NA=fi.document||{},Wn=Boolean(typeof process!="object"||String(process)!=="[object process]"||process.browser),V_=typeof process!="undefined"&&process.version&&/v([0-9]*)/.exec(process.version),DA=V_&&parseFloat(V_[1])||0});function Y_(...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 K_=re(()=>{});async function bb(t){let e=[];for await(let r of t)e.push(r);return Y_(...e)}var G_=re(()=>{K_()});function Ac(t){return t}var hb=re(()=>{});function J_(t){return t&&typeof t=="object"&&t.isBuffer}function sn(t){if(J_(t))return Ac(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 Z_=re(()=>{hb()});function Vi(t){return e=>new Promise((r,n)=>t(e,(i,o)=>i?n(i):r(o)))}function Oc(t){return(e,r)=>new Promise((n,i)=>t(e,r,(o,f)=>o?i(o):n(f)))}function X_(t){return(e,r,n)=>new Promise((i,o)=>t(e,r,n,(f,s)=>f?o(f):i(s)))}var wb=re(()=>{});var Q_=H(()=>{});var Nc={};db(Nc,{_readToArrayBuffer:()=>FA,close:()=>f0,createWriteStream:()=>a0,fstat:()=>s0,isSupported:()=>l0,open:()=>o0,read:()=>gb,readFile:()=>t0,readFileSync:()=>r0,readdir:()=>$_,stat:()=>e0,writeFile:()=>n0,writeFileSync:()=>i0});async function FA(t,e,r){let n=Buffer.alloc(r),{bytesRead:i}=await gb(t,n,0,r,e);if(i!==r)throw new Error("fs.read failed");return Ac(n)}var Kr,$_,e0,t0,r0,n0,i0,o0,f0,gb,s0,a0,l0,u0=re(()=>{Kr=Oe(Q_());hb();wb();l0=Boolean(Kr.default);try{$_=Oc(Kr.default.readdir),e0=Oc(Kr.default.stat),t0=Kr.default.readFile,r0=Kr.default.readFileSync,n0=X_(Kr.default.writeFile),i0=Kr.default.writeFileSync,o0=Kr.default.open,f0=t=>new Promise((e,r)=>Kr.default.close(t,n=>n?r(n):e())),gb=Kr.default.read,s0=Kr.default.fstat,a0=Kr.default.createWriteStream,l0=Boolean(Kr.default)}catch{}});function yl(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 c0=re(()=>{});var si=re(()=>{W_();G_();Z_();wb();u0();c0()});var m0=H((x6,d0)=>{var Wi={},jl=4294967295,PA=9007199254740991;function Dc(t){return t=~t,t<0&&(t=(t&2147483647)+2147483648),t}function Fc(t){console.assert(t>-1&&t<=PA,"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>jl&&(e=(t-n)/(jl+1)),[e,n]}function p0(t){if(t>-1)return Fc(t);var e=Fc(-t),r=Dc(e[0]),n=Dc(e[1]);return n===jl?(r+=1,n=0):n+=1,[r,n]}function Pc(t,e,r){return r&&(t&2147483648)!=0?(t=Dc(t),e=Dc(e),console.assert(t<2097152,"number too small"),-(t*(jl+1)+e+1)):(console.assert(t<2097152,"number too large"),t*(jl+1)+e)}Wi.readInt64BE=function(t,e){e=e||0;var r=t.readUInt32BE(e),n=t.readUInt32BE(e+4);return Pc(r,n,!0)};Wi.readInt64LE=function(t,e){e=e||0;var r=t.readUInt32LE(e),n=t.readUInt32LE(e+4);return Pc(n,r,!0)};Wi.readUInt64BE=function(t,e){e=e||0;var r=t.readUInt32BE(e),n=t.readUInt32BE(e+4);return Pc(r,n,!1)};Wi.readUInt64LE=function(t,e){e=e||0;var r=t.readUInt32LE(e),n=t.readUInt32LE(e+4);return Pc(n,r,!1)};Wi.writeInt64BE=function(t,e,r){r=r||0;var n=p0(t);e.writeUInt32BE(n[0],r),e.writeUInt32BE(n[1],r+4)};Wi.writeInt64LE=function(t,e,r){r=r||0;var n=p0(t);e.writeUInt32LE(n[1],r),e.writeUInt32LE(n[0],r+4)};Wi.writeUInt64BE=function(t,e,r){r=r||0;var n=Fc(t);e.writeUInt32BE(n[0],r),e.writeUInt32BE(n[1],r+4)};Wi.writeUInt64LE=function(t,e,r){r=r||0;var n=Fc(t);e.writeUInt32LE(n[1],r),e.writeUInt32LE(n[0],r+4)};d0.exports=Wi});function b0(t,e,r){switch(t){case"BOOLEAN":return RA(e);case"INT32":return HA(e);case"INT64":return UA(e);case"INT96":return CA(e);case"FLOAT":return WA(e);case"DOUBLE":return KA(e);case"BYTE_ARRAY":return JA(e);case"FIXED_LEN_BYTE_ARRAY":return XA(e,r);default:throw new Error(`unsupported type: ${t}`)}}function h0(t,e,r,n){switch(t){case"BOOLEAN":return zA(e,r);case"INT32":return MA(e,r);case"INT64":return LA(e,r);case"INT96":return VA(e,r);case"FLOAT":return YA(e,r);case"DOUBLE":return GA(e,r);case"BYTE_ARRAY":return ZA(e,r);case"FIXED_LEN_BYTE_ARRAY":return QA(e,r,n);default:throw new Error(`unsupported type: ${t}`)}}function RA(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 zA(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 HA(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 MA(t,e){let r=[];for(let n=0;n<e;n++)r.push(t.buffer.readInt32LE(t.offset)),t.offset+=4;return r}function UA(t){let e=Buffer.alloc(8*t.length);for(let r=0;r<t.length;r++)Fs.default.writeInt64LE(t[r],e,r*8);return e}function LA(t,e){let r=[];for(let n=0;n<e;n++)r.push(Fs.default.readInt64LE(t.buffer,t.offset)),t.offset+=8;return r}function CA(t){let e=Buffer.alloc(12*t.length);for(let r=0;r<t.length;r++)t[r]>=0?(Fs.default.writeInt64LE(t[r],e,r*12),e.writeUInt32LE(0,r*12+8)):(Fs.default.writeInt64LE(~-t[r]+1,e,r*12),e.writeUInt32LE(4294967295,r*12+8));return e}function VA(t,e){let r=[];for(let n=0;n<e;n++){let i=Fs.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 YA(t,e){let r=[];for(let n=0;n<e;n++)r.push(t.buffer.readFloatLE(t.offset)),t.offset+=4;return r}function KA(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 GA(t,e){let r=[];for(let n=0;n<e;n++)r.push(t.buffer.readDoubleLE(t.offset)),t.offset+=8;return r}function JA(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 ZA(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 XA(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 QA(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 Fs,w0=re(()=>{Fs=Oe(m0())});var _0=H((A6,j0)=>{j0.exports=y0;var g0=128,$A=127,eO=~$A,tO=Math.pow(2,31);function y0(t,e,r){e=e||[],r=r||0;for(var n=r;t>=tO;)e[r++]=t&255|g0,t/=128;for(;t&eO;)e[r++]=t&255|g0,t>>>=7;return e[r]=t|0,y0.bytes=r-n+1,e}});var T0=H((O6,v0)=>{v0.exports=yb;var rO=128,q0=127;function yb(t,e){var r=0,e=e||0,n=0,i=e,o,f=t.length;do{if(i>=f)throw yb.bytes=0,new RangeError("Could not decode varint");o=t[i++],r+=n<28?(o&q0)<<n:(o&q0)*Math.pow(2,n),n+=7}while(o>=rO);return yb.bytes=i-e,r}});var k0=H((N6,B0)=>{var nO=Math.pow(2,7),iO=Math.pow(2,14),oO=Math.pow(2,21),fO=Math.pow(2,28),sO=Math.pow(2,35),aO=Math.pow(2,42),lO=Math.pow(2,49),uO=Math.pow(2,56),cO=Math.pow(2,63);B0.exports=function(t){return t<nO?1:t<iO?2:t<oO?3:t<fO?4:t<sO?5:t<aO?6:t<lO?7:t<uO?8:t<cO?9:10}});var S0=H((D6,I0)=>{I0.exports={encode:_0(),decode:T0(),encodingLength:k0()}});function x0(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,E0(i,r)]),i=[]),o=1):o>0&&e[s]===e[s-1]?o+=1:(o&&(n=Buffer.concat([n,A0(e[s-1],o,r)]),o=0),i.push(e[s]));if(o?n=Buffer.concat([n,A0(e[e.length-1],o,r)]):i.length&&(n=Buffer.concat([n,E0(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 Rc(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=_l.default.decode(e.buffer,e.offset);if(e.offset+=_l.default.encodingLength(o),o&1){let f=(o>>1)*8;i.push(...pO(e,f,n))}else{let f=o>>1;i.push(...dO(e,f,n))}}if(i=i.slice(0,r),i.length!==r)throw new Error("invalid RLE encoding");return i}function pO(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 dO(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 E0(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(_l.default.encode(t.length/8<<1|1)),n])}function A0(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(_l.default.encode(e<<1)),i])}var _l,jb=re(()=>{_l=Oe(S0())});function _b(t,e,r,n){return n.bitWidth=e.buffer.slice(e.offset,e.offset+1).readInt8(0),e.offset+=1,Rc(t,e,r,{...n,disableEnvelope:!0})}function qb(t,e,r,n){throw new Error("Encode dictionary functionality is not supported")}var O0=re(()=>{jb()});var N0=re(()=>{});var Do,zc=re(()=>{w0();jb();O0();N0();Do={PLAIN:{encodeValues:b0,decodeValues:h0},RLE:{encodeValues:x0,decodeValues:Rc},PLAIN_DICTIONARY:{encodeValues:qb,decodeValues:_b},RLE_DICTIONARY:{encodeValues:qb,decodeValues:_b}}});var an,Pf=re(()=>{si();an=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 bb(e)}improveError(e){return e.message.includes(this.name)||(e.message=`${this.name} ${e.message}`),e}}});var Hc,D0=re(()=>{Pf();Hc=class extends an{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=H(zr=>{"use strict";var mO=typeof Uint8Array!="undefined"&&typeof Uint16Array!="undefined"&&typeof Int32Array!="undefined";function bO(t,e){return Object.prototype.hasOwnProperty.call(t,e)}zr.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)bO(r,n)&&(t[n]=r[n])}}return t};zr.shrinkBuf=function(t,e){return t.length===e?t:t.subarray?t.subarray(0,e):(t.length=e,t)};var hO={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}},wO={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)}};zr.setTyped=function(t){t?(zr.Buf8=Uint8Array,zr.Buf16=Uint16Array,zr.Buf32=Int32Array,zr.assign(zr,hO)):(zr.Buf8=Array,zr.Buf16=Array,zr.Buf32=Array,zr.assign(zr,wO))};zr.setTyped(mO)});var nq=H(zs=>{"use strict";var gO=Yi(),yO=4,F0=0,P0=1,jO=2;function Ps(t){for(var e=t.length;--e>=0;)t[e]=0}var _O=0,R0=1,qO=2,vO=3,TO=258,vb=29,ql=256,vl=ql+1+vb,Rs=30,Tb=19,z0=2*vl+1,Rf=15,Bb=16,BO=7,kb=256,H0=16,M0=17,U0=18,Ib=[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],Mc=[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],kO=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],L0=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],IO=512,Ki=new Array((vl+2)*2);Ps(Ki);var Tl=new Array(Rs*2);Ps(Tl);var Bl=new Array(IO);Ps(Bl);var kl=new Array(TO-vO+1);Ps(kl);var Sb=new Array(vb);Ps(Sb);var Uc=new Array(Rs);Ps(Uc);function xb(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 C0,V0,W0;function Eb(t,e){this.dyn_tree=t,this.max_code=0,this.stat_desc=e}function Y0(t){return t<256?Bl[t]:Bl[256+(t>>>7)]}function Il(t,e){t.pending_buf[t.pending++]=e&255,t.pending_buf[t.pending++]=e>>>8&255}function Gr(t,e,r){t.bi_valid>Bb-r?(t.bi_buf|=e<<t.bi_valid&65535,Il(t,t.bi_buf),t.bi_buf=e>>Bb-t.bi_valid,t.bi_valid+=r-Bb):(t.bi_buf|=e<<t.bi_valid&65535,t.bi_valid+=r)}function ai(t,e,r){Gr(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 SO(t){t.bi_valid===16?(Il(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 xO(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,a=e.stat_desc.max_length,u,c,_,p,j,S,T=0;for(p=0;p<=Rf;p++)t.bl_count[p]=0;for(r[t.heap[t.heap_max]*2+1]=0,u=t.heap_max+1;u<z0;u++)c=t.heap[u],p=r[r[c*2+1]*2+1]+1,p>a&&(p=a,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=a-1;t.bl_count[p]===0;)p--;t.bl_count[p]--,t.bl_count[p+1]+=2,t.bl_count[a]--,T-=2}while(T>0);for(p=a;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 G0(t,e,r){var n=new Array(Rf+1),i=0,o,f;for(o=1;o<=Rf;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 EO(){var t,e,r,n,i,o=new Array(Rf+1);for(r=0,n=0;n<vb-1;n++)for(Sb[n]=r,t=0;t<1<<Ib[n];t++)kl[r++]=n;for(kl[r-1]=n,i=0,n=0;n<16;n++)for(Uc[n]=i,t=0;t<1<<Mc[n];t++)Bl[i++]=n;for(i>>=7;n<Rs;n++)for(Uc[n]=i<<7,t=0;t<1<<Mc[n]-7;t++)Bl[256+i++]=n;for(e=0;e<=Rf;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(G0(Ki,vl+1,o),t=0;t<Rs;t++)Tl[t*2+1]=5,Tl[t*2]=K0(t,5);C0=new xb(Ki,Ib,ql+1,vl,Rf),V0=new xb(Tl,Mc,0,Rs,Rf),W0=new xb(new Array(0),kO,0,Tb,BO)}function J0(t){var e;for(e=0;e<vl;e++)t.dyn_ltree[e*2]=0;for(e=0;e<Rs;e++)t.dyn_dtree[e*2]=0;for(e=0;e<Tb;e++)t.bl_tree[e*2]=0;t.dyn_ltree[kb*2]=1,t.opt_len=t.static_len=0,t.last_lit=t.matches=0}function Z0(t){t.bi_valid>8?Il(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 AO(t,e,r,n){Z0(t),n&&(Il(t,r),Il(t,~r)),gO.arraySet(t.pending_buf,t.window,e,r,t.pending),t.pending+=r}function X0(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 Ab(t,e,r){for(var n=t.heap[r],i=r<<1;i<=t.heap_len&&(i<t.heap_len&&X0(e,t.heap[i+1],t.heap[i],t.depth)&&i++,!X0(e,n,t.heap[i],t.depth));)t.heap[r]=t.heap[i],r=i,i<<=1;t.heap[r]=n}function Q0(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?ai(t,i,e):(f=kl[i],ai(t,f+ql+1,e),s=Ib[f],s!==0&&(i-=Sb[f],Gr(t,i,s)),n--,f=Y0(n),ai(t,f,r),s=Mc[f],s!==0&&(n-=Uc[f],Gr(t,n,s)));while(o<t.last_lit);ai(t,kb,e)}function Ob(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,a=-1,u;for(t.heap_len=0,t.heap_max=z0,f=0;f<o;f++)r[f*2]!==0?(t.heap[++t.heap_len]=a=f,t.depth[f]=0):r[f*2+1]=0;for(;t.heap_len<2;)u=t.heap[++t.heap_len]=a<2?++a:0,r[u*2]=1,t.depth[u]=0,t.opt_len--,i&&(t.static_len-=n[u*2+1]);for(e.max_code=a,f=t.heap_len>>1;f>=1;f--)Ab(t,r,f);u=o;do f=t.heap[1],t.heap[1]=t.heap[t.heap_len--],Ab(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++,Ab(t,r,1);while(t.heap_len>=2);t.heap[--t.heap_max]=t.heap[1],xO(t,e),G0(r,a,t.bl_count)}function $0(t,e,r){var n,i=-1,o,f=e[0*2+1],s=0,a=7,u=4;for(f===0&&(a=138,u=3),e[(r+1)*2+1]=65535,n=0;n<=r;n++)o=f,f=e[(n+1)*2+1],!(++s<a&&o===f)&&(s<u?t.bl_tree[o*2]+=s:o!==0?(o!==i&&t.bl_tree[o*2]++,t.bl_tree[H0*2]++):s<=10?t.bl_tree[M0*2]++:t.bl_tree[U0*2]++,s=0,i=o,f===0?(a=138,u=3):o===f?(a=6,u=3):(a=7,u=4))}function eq(t,e,r){var n,i=-1,o,f=e[0*2+1],s=0,a=7,u=4;for(f===0&&(a=138,u=3),n=0;n<=r;n++)if(o=f,f=e[(n+1)*2+1],!(++s<a&&o===f)){if(s<u)do ai(t,o,t.bl_tree);while(--s!=0);else o!==0?(o!==i&&(ai(t,o,t.bl_tree),s--),ai(t,H0,t.bl_tree),Gr(t,s-3,2)):s<=10?(ai(t,M0,t.bl_tree),Gr(t,s-3,3)):(ai(t,U0,t.bl_tree),Gr(t,s-11,7));s=0,i=o,f===0?(a=138,u=3):o===f?(a=6,u=3):(a=7,u=4)}}function OO(t){var e;for($0(t,t.dyn_ltree,t.l_desc.max_code),$0(t,t.dyn_dtree,t.d_desc.max_code),Ob(t,t.bl_desc),e=Tb-1;e>=3&&t.bl_tree[L0[e]*2+1]===0;e--);return t.opt_len+=3*(e+1)+5+5+4,e}function NO(t,e,r,n){var i;for(Gr(t,e-257,5),Gr(t,r-1,5),Gr(t,n-4,4),i=0;i<n;i++)Gr(t,t.bl_tree[L0[i]*2+1],3);eq(t,t.dyn_ltree,e-1),eq(t,t.dyn_dtree,r-1)}function DO(t){var e=4093624447,r;for(r=0;r<=31;r++,e>>>=1)if(e&1&&t.dyn_ltree[r*2]!==0)return F0;if(t.dyn_ltree[9*2]!==0||t.dyn_ltree[10*2]!==0||t.dyn_ltree[13*2]!==0)return P0;for(r=32;r<ql;r++)if(t.dyn_ltree[r*2]!==0)return P0;return F0}var tq=!1;function FO(t){tq||(EO(),tq=!0),t.l_desc=new Eb(t.dyn_ltree,C0),t.d_desc=new Eb(t.dyn_dtree,V0),t.bl_desc=new Eb(t.bl_tree,W0),t.bi_buf=0,t.bi_valid=0,J0(t)}function rq(t,e,r,n){Gr(t,(_O<<1)+(n?1:0),3),AO(t,e,r,!0)}function PO(t){Gr(t,R0<<1,3),ai(t,kb,Ki),SO(t)}function RO(t,e,r,n){var i,o,f=0;t.level>0?(t.strm.data_type===jO&&(t.strm.data_type=DO(t)),Ob(t,t.l_desc),Ob(t,t.d_desc),f=OO(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?rq(t,e,r,n):t.strategy===yO||o===i?(Gr(t,(R0<<1)+(n?1:0),3),Q0(t,Ki,Tl)):(Gr(t,(qO<<1)+(n?1:0),3),NO(t,t.l_desc.max_code+1,t.d_desc.max_code+1,f+1),Q0(t,t.dyn_ltree,t.dyn_dtree)),J0(t),n&&Z0(t)}function zO(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[(kl[r]+ql+1)*2]++,t.dyn_dtree[Y0(e)*2]++),t.last_lit===t.lit_bufsize-1}zs._tr_init=FO;zs._tr_stored_block=rq;zs._tr_flush_block=RO;zs._tr_tally=zO;zs._tr_align=PO});var Nb=H((Z6,iq)=>{"use strict";function HO(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}iq.exports=HO});var Db=H((X6,oq)=>{"use strict";function MO(){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 UO=MO();function LO(t,e,r,n){var i=UO,o=n+r;t^=-1;for(var f=n;f<o;f++)t=t>>>8^i[(t^e[f])&255];return t^-1}oq.exports=LO});var Lc=H((Q6,fq)=>{"use strict";fq.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 bq=H(ci=>{"use strict";var Hr=Yi(),bn=nq(),sq=Nb(),Fo=Db(),CO=Lc(),zf=0,VO=1,WO=3,Po=4,aq=5,li=0,lq=1,hn=-2,YO=-3,Fb=-5,KO=-1,GO=1,Cc=2,JO=3,ZO=4,XO=0,QO=2,Vc=8,$O=9,e4=15,t4=8,r4=29,n4=256,Pb=n4+1+r4,i4=30,o4=19,f4=2*Pb+1,s4=15,ct=3,Ro=258,Yn=Ro+ct+1,a4=32,Wc=42,Rb=69,Yc=73,Kc=91,Gc=103,Hf=113,Sl=666,gr=1,xl=2,Mf=3,Hs=4,l4=3;function zo(t,e){return t.msg=CO[e],e}function uq(t){return(t<<1)-(t>4?9:0)}function Ho(t){for(var e=t.length;--e>=0;)t[e]=0}function Mo(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 Sr(t,e){bn._tr_flush_block(t,t.block_start>=0?t.block_start:-1,t.strstart-t.block_start,e),t.block_start=t.strstart,Mo(t.strm)}function gt(t,e){t.pending_buf[t.pending++]=e}function El(t,e){t.pending_buf[t.pending++]=e>>>8&255,t.pending_buf[t.pending++]=e&255}function u4(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=sq(t.adler,e,i,r):t.state.wrap===2&&(t.adler=Fo(t.adler,e,i,r)),t.next_in+=i,t.total_in+=i,i)}function cq(t,e){var r=t.max_chain_length,n=t.strstart,i,o,f=t.prev_length,s=t.nice_match,a=t.strstart>t.w_size-Yn?t.strstart-(t.w_size-Yn):0,u=t.window,c=t.w_mask,_=t.prev,p=t.strstart+Ro,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=Ro-(p-n),n=p-Ro,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])>a&&--r!=0);return f<=t.lookahead?f:t.lookahead}function Uf(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-Yn)){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=u4(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<Yn&&t.strm.avail_in!==0)}function c4(t,e){var r=65535;for(r>t.pending_buf_size-5&&(r=t.pending_buf_size-5);;){if(t.lookahead<=1){if(Uf(t),t.lookahead===0&&e===zf)return gr;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-Yn&&(Sr(t,!1),t.strm.avail_out===0))return gr}return t.insert=0,e===Po?(Sr(t,!0),t.strm.avail_out===0?Mf:Hs):(t.strstart>t.block_start&&(Sr(t,!1),t.strm.avail_out===0),gr)}function zb(t,e){for(var r,n;;){if(t.lookahead<Yn){if(Uf(t),t.lookahead<Yn&&e===zf)return gr;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-Yn&&(t.match_length=cq(t,r)),t.match_length>=ct)if(n=bn._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=bn._tr_tally(t,0,t.window[t.strstart]),t.lookahead--,t.strstart++;if(n&&(Sr(t,!1),t.strm.avail_out===0))return gr}return t.insert=t.strstart<ct-1?t.strstart:ct-1,e===Po?(Sr(t,!0),t.strm.avail_out===0?Mf:Hs):t.last_lit&&(Sr(t,!1),t.strm.avail_out===0)?gr:xl}function Ms(t,e){for(var r,n,i;;){if(t.lookahead<Yn){if(Uf(t),t.lookahead<Yn&&e===zf)return gr;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-Yn&&(t.match_length=cq(t,r),t.match_length<=5&&(t.strategy===GO||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=bn._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&&(Sr(t,!1),t.strm.avail_out===0))return gr}else if(t.match_available){if(n=bn._tr_tally(t,0,t.window[t.strstart-1]),n&&Sr(t,!1),t.strstart++,t.lookahead--,t.strm.avail_out===0)return gr}else t.match_available=1,t.strstart++,t.lookahead--}return t.match_available&&(n=bn._tr_tally(t,0,t.window[t.strstart-1]),t.match_available=0),t.insert=t.strstart<ct-1?t.strstart:ct-1,e===Po?(Sr(t,!0),t.strm.avail_out===0?Mf:Hs):t.last_lit&&(Sr(t,!1),t.strm.avail_out===0)?gr:xl}function p4(t,e){for(var r,n,i,o,f=t.window;;){if(t.lookahead<=Ro){if(Uf(t),t.lookahead<=Ro&&e===zf)return gr;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+Ro;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=Ro-(o-i),t.match_length>t.lookahead&&(t.match_length=t.lookahead)}if(t.match_length>=ct?(r=bn._tr_tally(t,1,t.match_length-ct),t.lookahead-=t.match_length,t.strstart+=t.match_length,t.match_length=0):(r=bn._tr_tally(t,0,t.window[t.strstart]),t.lookahead--,t.strstart++),r&&(Sr(t,!1),t.strm.avail_out===0))return gr}return t.insert=0,e===Po?(Sr(t,!0),t.strm.avail_out===0?Mf:Hs):t.last_lit&&(Sr(t,!1),t.strm.avail_out===0)?gr:xl}function d4(t,e){for(var r;;){if(t.lookahead===0&&(Uf(t),t.lookahead===0)){if(e===zf)return gr;break}if(t.match_length=0,r=bn._tr_tally(t,0,t.window[t.strstart]),t.lookahead--,t.strstart++,r&&(Sr(t,!1),t.strm.avail_out===0))return gr}return t.insert=0,e===Po?(Sr(t,!0),t.strm.avail_out===0?Mf:Hs):t.last_lit&&(Sr(t,!1),t.strm.avail_out===0)?gr:xl}function ui(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 Us;Us=[new ui(0,0,0,0,c4),new ui(4,4,8,4,zb),new ui(4,5,16,8,zb),new ui(4,6,32,32,zb),new ui(4,4,16,16,Ms),new ui(8,16,32,32,Ms),new ui(8,16,128,128,Ms),new ui(8,32,128,256,Ms),new ui(32,128,258,1024,Ms),new ui(32,258,258,4096,Ms)];function m4(t){t.window_size=2*t.w_size,Ho(t.head),t.max_lazy_match=Us[t.level].max_lazy,t.good_match=Us[t.level].good_length,t.nice_match=Us[t.level].nice_length,t.max_chain_length=Us[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 b4(){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=Vc,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(f4*2),this.dyn_dtree=new Hr.Buf16((2*i4+1)*2),this.bl_tree=new Hr.Buf16((2*o4+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(s4+1),this.heap=new Hr.Buf16(2*Pb+1),Ho(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new Hr.Buf16(2*Pb+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 pq(t){var e;return!t||!t.state?zo(t,hn):(t.total_in=t.total_out=0,t.data_type=QO,e=t.state,e.pending=0,e.pending_out=0,e.wrap<0&&(e.wrap=-e.wrap),e.status=e.wrap?Wc:Hf,t.adler=e.wrap===2?0:1,e.last_flush=zf,bn._tr_init(e),li)}function dq(t){var e=pq(t);return e===li&&m4(t.state),e}function h4(t,e){return!t||!t.state||t.state.wrap!==2?hn:(t.state.gzhead=e,li)}function mq(t,e,r,n,i,o){if(!t)return hn;var f=1;if(e===KO&&(e=6),n<0?(f=0,n=-n):n>15&&(f=2,n-=16),i<1||i>$O||r!==Vc||n<8||n>15||e<0||e>9||o<0||o>ZO)return zo(t,hn);n===8&&(n=9);var s=new b4;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,dq(t)}function w4(t,e){return mq(t,e,Vc,e4,t4,XO)}function g4(t,e){var r,n,i,o;if(!t||!t.state||e>aq||e<0)return t?zo(t,hn):hn;if(n=t.state,!t.output||!t.input&&t.avail_in!==0||n.status===Sl&&e!==Po)return zo(t,t.avail_out===0?Fb:hn);if(n.strm=t,r=n.last_flush,n.last_flush=e,n.status===Wc)if(n.wrap===2)t.adler=0,gt(n,31),gt(n,139),gt(n,8),n.gzhead?(gt(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)),gt(n,n.gzhead.time&255),gt(n,n.gzhead.time>>8&255),gt(n,n.gzhead.time>>16&255),gt(n,n.gzhead.time>>24&255),gt(n,n.level===9?2:n.strategy>=Cc||n.level<2?4:0),gt(n,n.gzhead.os&255),n.gzhead.extra&&n.gzhead.extra.length&&(gt(n,n.gzhead.extra.length&255),gt(n,n.gzhead.extra.length>>8&255)),n.gzhead.hcrc&&(t.adler=Fo(t.adler,n.pending_buf,n.pending,0)),n.gzindex=0,n.status=Rb):(gt(n,0),gt(n,0),gt(n,0),gt(n,0),gt(n,0),gt(n,n.level===9?2:n.strategy>=Cc||n.level<2?4:0),gt(n,l4),n.status=Hf);else{var f=Vc+(n.w_bits-8<<4)<<8,s=-1;n.strategy>=Cc||n.level<2?s=0:n.level<6?s=1:n.level===6?s=2:s=3,f|=s<<6,n.strstart!==0&&(f|=a4),f+=31-f%31,n.status=Hf,El(n,f),n.strstart!==0&&(El(n,t.adler>>>16),El(n,t.adler&65535)),t.adler=1}if(n.status===Rb)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=Fo(t.adler,n.pending_buf,n.pending-i,i)),Mo(t),i=n.pending,n.pending===n.pending_buf_size));)gt(n,n.gzhead.extra[n.gzindex]&255),n.gzindex++;n.gzhead.hcrc&&n.pending>i&&(t.adler=Fo(t.adler,n.pending_buf,n.pending-i,i)),n.gzindex===n.gzhead.extra.length&&(n.gzindex=0,n.status=Yc)}else n.status=Yc;if(n.status===Yc)if(n.gzhead.name){i=n.pending;do{if(n.pending===n.pending_buf_size&&(n.gzhead.hcrc&&n.pending>i&&(t.adler=Fo(t.adler,n.pending_buf,n.pending-i,i)),Mo(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,gt(n,o)}while(o!==0);n.gzhead.hcrc&&n.pending>i&&(t.adler=Fo(t.adler,n.pending_buf,n.pending-i,i)),o===0&&(n.gzindex=0,n.status=Kc)}else n.status=Kc;if(n.status===Kc)if(n.gzhead.comment){i=n.pending;do{if(n.pending===n.pending_buf_size&&(n.gzhead.hcrc&&n.pending>i&&(t.adler=Fo(t.adler,n.pending_buf,n.pending-i,i)),Mo(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,gt(n,o)}while(o!==0);n.gzhead.hcrc&&n.pending>i&&(t.adler=Fo(t.adler,n.pending_buf,n.pending-i,i)),o===0&&(n.status=Gc)}else n.status=Gc;if(n.status===Gc&&(n.gzhead.hcrc?(n.pending+2>n.pending_buf_size&&Mo(t),n.pending+2<=n.pending_buf_size&&(gt(n,t.adler&255),gt(n,t.adler>>8&255),t.adler=0,n.status=Hf)):n.status=Hf),n.pending!==0){if(Mo(t),t.avail_out===0)return n.last_flush=-1,li}else if(t.avail_in===0&&uq(e)<=uq(r)&&e!==Po)return zo(t,Fb);if(n.status===Sl&&t.avail_in!==0)return zo(t,Fb);if(t.avail_in!==0||n.lookahead!==0||e!==zf&&n.status!==Sl){var a=n.strategy===Cc?d4(n,e):n.strategy===JO?p4(n,e):Us[n.level].func(n,e);if((a===Mf||a===Hs)&&(n.status=Sl),a===gr||a===Mf)return t.avail_out===0&&(n.last_flush=-1),li;if(a===xl&&(e===VO?bn._tr_align(n):e!==aq&&(bn._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))),Mo(t),t.avail_out===0))return n.last_flush=-1,li}return e!==Po?li:n.wrap<=0?lq:(n.wrap===2?(gt(n,t.adler&255),gt(n,t.adler>>8&255),gt(n,t.adler>>16&255),gt(n,t.adler>>24&255),gt(n,t.total_in&255),gt(n,t.total_in>>8&255),gt(n,t.total_in>>16&255),gt(n,t.total_in>>24&255)):(El(n,t.adler>>>16),El(n,t.adler&65535)),Mo(t),n.wrap>0&&(n.wrap=-n.wrap),n.pending!==0?li:lq)}function y4(t){var e;return!t||!t.state?hn:(e=t.state.status,e!==Wc&&e!==Rb&&e!==Yc&&e!==Kc&&e!==Gc&&e!==Hf&&e!==Sl?zo(t,hn):(t.state=null,e===Hf?zo(t,YO):li))}function j4(t,e){var r=e.length,n,i,o,f,s,a,u,c;if(!t||!t.state||(n=t.state,f=n.wrap,f===2||f===1&&n.status!==Wc||n.lookahead))return hn;for(f===1&&(t.adler=sq(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,a=t.next_in,u=t.input,t.avail_in=r,t.next_in=0,t.input=e,Uf(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,Uf(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=a,t.input=u,t.avail_in=s,n.wrap=f,li}ci.deflateInit=w4;ci.deflateInit2=mq;ci.deflateReset=dq;ci.deflateResetKeep=pq;ci.deflateSetHeader=h4;ci.deflate=g4;ci.deflateEnd=y4;ci.deflateSetDictionary=j4;ci.deflateInfo="pako deflate (from Nodeca project)"});var Hb=H(Ls=>{"use strict";var Jc=Yi(),hq=!0,wq=!0;try{String.fromCharCode.apply(null,[0])}catch{hq=!1}try{String.fromCharCode.apply(null,new Uint8Array(1))}catch{wq=!1}var Al=new Jc.Buf8(256);for(Gi=0;Gi<256;Gi++)Al[Gi]=Gi>=252?6:Gi>=248?5:Gi>=240?4:Gi>=224?3:Gi>=192?2:1;var Gi;Al[254]=Al[254]=1;Ls.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 Jc.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 gq(t,e){if(e<65534&&(t.subarray&&wq||!t.subarray&&hq))return String.fromCharCode.apply(null,Jc.shrinkBuf(t,e));for(var r="",n=0;n<e;n++)r+=String.fromCharCode(t[n]);return r}Ls.buf2binstring=function(t){return gq(t,t.length)};Ls.binstring2buf=function(t){for(var e=new Jc.Buf8(t.length),r=0,n=e.length;r<n;r++)e[r]=t.charCodeAt(r);return e};Ls.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=Al[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 gq(s,n)};Ls.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+Al[t[r]]>e?r:e}});var Mb=H((t8,yq)=>{"use strict";function _4(){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}yq.exports=_4});var vq=H(Dl=>{"use strict";var Ol=bq(),Nl=Yi(),Ub=Hb(),Lb=Lc(),q4=Mb(),jq=Object.prototype.toString,v4=0,Cb=4,Cs=0,_q=1,qq=2,T4=-1,B4=0,k4=8;function Lf(t){if(!(this instanceof Lf))return new Lf(t);this.options=Nl.assign({level:T4,method:k4,chunkSize:16384,windowBits:15,memLevel:8,strategy:B4,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 q4,this.strm.avail_out=0;var r=Ol.deflateInit2(this.strm,e.level,e.method,e.windowBits,e.memLevel,e.strategy);if(r!==Cs)throw new Error(Lb[r]);if(e.header&&Ol.deflateSetHeader(this.strm,e.header),e.dictionary){var n;if(typeof e.dictionary=="string"?n=Ub.string2buf(e.dictionary):jq.call(e.dictionary)==="[object ArrayBuffer]"?n=new Uint8Array(e.dictionary):n=e.dictionary,r=Ol.deflateSetDictionary(this.strm,n),r!==Cs)throw new Error(Lb[r]);this._dict_set=!0}}Lf.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?Cb:v4,typeof t=="string"?r.input=Ub.string2buf(t):jq.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 Nl.Buf8(n),r.next_out=0,r.avail_out=n),i=Ol.deflate(r,o),i!==_q&&i!==Cs)return this.onEnd(i),this.ended=!0,!1;(r.avail_out===0||r.avail_in===0&&(o===Cb||o===qq))&&(this.options.to==="string"?this.onData(Ub.buf2binstring(Nl.shrinkBuf(r.output,r.next_out))):this.onData(Nl.shrinkBuf(r.output,r.next_out)))}while((r.avail_in>0||r.avail_out===0)&&i!==_q);return o===Cb?(i=Ol.deflateEnd(this.strm),this.onEnd(i),this.ended=!0,i===Cs):(o===qq&&(this.onEnd(Cs),r.avail_out=0),!0)};Lf.prototype.onData=function(t){this.chunks.push(t)};Lf.prototype.onEnd=function(t){t===Cs&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=Nl.flattenChunks(this.chunks)),this.chunks=[],this.err=t,this.msg=this.strm.msg};function Vb(t,e){var r=new Lf(e);if(r.push(t,!0),r.err)throw r.msg||Lb[r.err];return r.result}function I4(t,e){return e=e||{},e.raw=!0,Vb(t,e)}function S4(t,e){return e=e||{},e.gzip=!0,Vb(t,e)}Dl.Deflate=Lf;Dl.deflate=Vb;Dl.deflateRaw=I4;Dl.gzip=S4});var Bq=H((n8,Tq)=>{"use strict";var Zc=30,x4=12;Tq.exports=function(e,r){var n,i,o,f,s,a,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),a=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=Zc;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=Zc;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=Zc;break e}break}}else if((J&64)==0){pe=U[(pe&65535)+(S&(1<<J)-1)];continue t}else if(J&32){n.mode=x4;break e}else{e.msg="invalid literal/length code",n.mode=Zc;break e}break}}while(i<o&&f<a);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<a?257+(a-f):257-(f-a),n.hold=S,n.bits=T}});var Oq=H((i8,Aq)=>{"use strict";var kq=Yi(),Vs=15,Iq=852,Sq=592,xq=0,Wb=1,Eq=2,E4=[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],A4=[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],O4=[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],N4=[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];Aq.exports=function(e,r,n,i,o,f,s,a){var u=a.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 kq.Buf16(Vs+1),b=new kq.Buf16(Vs+1),z=null,K=0,M,oe,A;for(c=0;c<=Vs;c++)N[c]=0;for(_=0;_<i;_++)N[r[n+_]]++;for(S=u,j=Vs;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,a.bits=1,0;for(p=1;p<j&&N[p]===0;p++);for(S<p&&(S=p),W=1,c=1;c<=Vs;c++)if(W<<=1,W-=N[c],W<0)return-1;if(W>0&&(e===xq||j!==1))return-1;for(b[1]=0,c=1;c<Vs;c++)b[c+1]=b[c]+N[c];for(_=0;_<i;_++)r[n+_]!==0&&(s[b[r[n+_]]++]=_);if(e===xq?(de=z=s,g=19):e===Wb?(de=E4,y-=257,z=A4,K-=257,g=256):(de=O4,z=N4,g=-1),te=0,_=0,c=p,Y=f,T=S,U=0,D=-1,L=1<<S,le=L-1,e===Wb&&L>Iq||e===Eq&&L>Sq)return 1;for(;;){M=c-U,s[_]<g?(oe=0,A=s[_]):s[_]>g?(oe=z[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]=M<<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===Wb&&L>Iq||e===Eq&&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),a.bits=S,0}});var dv=H(Kn=>{"use strict";var ln=Yi(),Yb=Nb(),pi=Db(),D4=Bq(),Fl=Oq(),F4=0,Nq=1,Dq=2,Fq=4,P4=5,Xc=6,Cf=0,R4=1,z4=2,wn=-2,Pq=-3,Kb=-4,H4=-5,Rq=8,zq=1,Hq=2,Mq=3,Uq=4,Lq=5,Cq=6,Vq=7,Wq=8,Yq=9,Kq=10,Qc=11,Ji=12,Gb=13,Gq=14,Jb=15,Jq=16,Zq=17,Xq=18,Qq=19,$c=20,ep=21,$q=22,ev=23,tv=24,rv=25,nv=26,Zb=27,iv=28,ov=29,Ct=30,Xb=31,M4=32,U4=852,L4=592,C4=15,V4=C4;function fv(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 ln.Buf16(320),this.work=new ln.Buf16(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}function sv(t){var e;return!t||!t.state?wn:(e=t.state,t.total_in=t.total_out=e.total=0,t.msg="",e.wrap&&(t.adler=e.wrap&1),e.mode=zq,e.last=0,e.havedict=0,e.dmax=32768,e.head=null,e.hold=0,e.bits=0,e.lencode=e.lendyn=new ln.Buf32(U4),e.distcode=e.distdyn=new ln.Buf32(L4),e.sane=1,e.back=-1,Cf)}function av(t){var e;return!t||!t.state?wn:(e=t.state,e.wsize=0,e.whave=0,e.wnext=0,sv(t))}function lv(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))?wn:(n.window!==null&&n.wbits!==e&&(n.window=null),n.wrap=r,n.wbits=e,av(t))}function uv(t,e){var r,n;return t?(n=new W4,t.state=n,n.window=null,r=lv(t,e),r!==Cf&&(t.state=null),r):wn}function Y4(t){return uv(t,V4)}var cv=!0,Qb,$b;function K4(t){if(cv){var e;for(Qb=new ln.Buf32(512),$b=new ln.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(Fl(Nq,t.lens,0,288,Qb,0,t.work,{bits:9}),e=0;e<32;)t.lens[e++]=5;Fl(Dq,t.lens,0,32,$b,0,t.work,{bits:5}),cv=!1}t.lencode=Qb,t.lenbits=9,t.distcode=$b,t.distbits=5}function pv(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 ln.Buf8(o.wsize)),n>=o.wsize?(ln.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),ln.arraySet(o.window,e,r-n,i,o.wnext),n-=i,n?(ln.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 G4(t,e){var r,n,i,o,f,s,a,u,c,_,p,j,S,T,U=0,W,L,te,pe,J,D,le,Y,de=new ln.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 wn;r=t.state,r.mode===Ji&&(r.mode=Gb),f=t.next_out,i=t.output,a=t.avail_out,o=t.next_in,n=t.input,s=t.avail_in,u=r.hold,c=r.bits,_=s,p=a,Y=Cf;e:for(;;)switch(r.mode){case zq:if(r.wrap===0){r.mode=Gb;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=pi(r.check,de,2,0),u=0,c=0,r.mode=Hq;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=Ct;break}if((u&15)!==Rq){t.msg="unknown compression method",r.mode=Ct;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=Ct;break}r.dmax=1<<le,t.adler=r.check=1,r.mode=u&512?Kq:Ji,u=0,c=0;break;case Hq:for(;c<16;){if(s===0)break e;s--,u+=n[o++]<<c,c+=8}if(r.flags=u,(r.flags&255)!==Rq){t.msg="unknown compression method",r.mode=Ct;break}if(r.flags&57344){t.msg="unknown header flags set",r.mode=Ct;break}r.head&&(r.head.text=u>>8&1),r.flags&512&&(de[0]=u&255,de[1]=u>>>8&255,r.check=pi(r.check,de,2,0)),u=0,c=0,r.mode=Mq;case Mq: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=pi(r.check,de,4,0)),u=0,c=0,r.mode=Uq;case Uq: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=pi(r.check,de,2,0)),u=0,c=0,r.mode=Lq;case Lq: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=pi(r.check,de,2,0)),u=0,c=0}else r.head&&(r.head.extra=null);r.mode=Cq;case Cq: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)),ln.arraySet(r.head.extra,n,o,j,le)),r.flags&512&&(r.check=pi(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=pi(r.check,n,j,o)),s-=j,o+=j,le)break e}else r.head&&(r.head.name=null);r.length=0,r.mode=Wq;case Wq: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=pi(r.check,n,j,o)),s-=j,o+=j,le)break e}else r.head&&(r.head.comment=null);r.mode=Yq;case Yq: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=Ct;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=fv(u),u=0,c=0,r.mode=Qc;case Qc:if(r.havedict===0)return t.next_out=f,t.avail_out=a,t.next_in=o,t.avail_in=s,r.hold=u,r.bits=c,z4;t.adler=r.check=1,r.mode=Ji;case Ji:if(e===P4||e===Xc)break e;case Gb:if(r.last){u>>>=c&7,c-=c&7,r.mode=Zb;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=Gq;break;case 1:if(K4(r),r.mode=$c,e===Xc){u>>>=2,c-=2;break e}break;case 2:r.mode=Zq;break;case 3:t.msg="invalid block type",r.mode=Ct}u>>>=2,c-=2;break;case Gq: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=Ct;break}if(r.length=u&65535,u=0,c=0,r.mode=Jb,e===Xc)break e;case Jb:r.mode=Jq;case Jq:if(j=r.length,j){if(j>s&&(j=s),j>a&&(j=a),j===0)break e;ln.arraySet(i,n,o,j,f),s-=j,o+=j,a-=j,f+=j,r.length-=j;break}r.mode=Ji;break;case Zq: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=Ct;break}r.have=0,r.mode=Xq;case Xq: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=Fl(F4,r.lens,0,19,r.lencode,0,r.work,y),r.lenbits=y.bits,Y){t.msg="invalid code lengths set",r.mode=Ct;break}r.have=0,r.mode=Qq;case Qq: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=Ct;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=Ct;break}for(;j--;)r.lens[r.have++]=le}}if(r.mode===Ct)break;if(r.lens[256]===0){t.msg="invalid code -- missing end-of-block",r.mode=Ct;break}if(r.lenbits=9,y={bits:r.lenbits},Y=Fl(Nq,r.lens,0,r.nlen,r.lencode,0,r.work,y),r.lenbits=y.bits,Y){t.msg="invalid literal/lengths set",r.mode=Ct;break}if(r.distbits=6,r.distcode=r.distdyn,y={bits:r.distbits},Y=Fl(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=Ct;break}if(r.mode=$c,e===Xc)break e;case $c:r.mode=ep;case ep:if(s>=6&&a>=258){t.next_out=f,t.avail_out=a,t.next_in=o,t.avail_in=s,r.hold=u,r.bits=c,D4(t,p),f=t.next_out,i=t.output,a=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=nv;break}if(L&32){r.back=-1,r.mode=Ji;break}if(L&64){t.msg="invalid literal/length code",r.mode=Ct;break}r.extra=L&15,r.mode=$q;case $q: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=ev;case ev: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=Ct;break}r.offset=te,r.extra=L&15,r.mode=tv;case tv: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=Ct;break}r.mode=rv;case rv:if(a===0)break e;if(j=p-a,r.offset>j){if(j=r.offset-j,j>r.whave&&r.sane){t.msg="invalid distance too far back",r.mode=Ct;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>a&&(j=a),a-=j,r.length-=j;do i[f++]=T[S++];while(--j);r.length===0&&(r.mode=ep);break;case nv:if(a===0)break e;i[f++]=r.length,a--,r.mode=ep;break;case Zb:if(r.wrap){for(;c<32;){if(s===0)break e;s--,u|=n[o++]<<c,c+=8}if(p-=a,t.total_out+=p,r.total+=p,p&&(t.adler=r.check=r.flags?pi(r.check,i,p,f-p):Yb(r.check,i,p,f-p)),p=a,(r.flags?u:fv(u))!==r.check){t.msg="incorrect data check",r.mode=Ct;break}u=0,c=0}r.mode=iv;case iv: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=Ct;break}u=0,c=0}r.mode=ov;case ov:Y=R4;break e;case Ct:Y=Pq;break e;case Xb:return Kb;case M4:default:return wn}return t.next_out=f,t.avail_out=a,t.next_in=o,t.avail_in=s,r.hold=u,r.bits=c,(r.wsize||p!==t.avail_out&&r.mode<Ct&&(r.mode<Zb||e!==Fq))&&pv(t,t.output,t.next_out,p-t.avail_out)?(r.mode=Xb,Kb):(_-=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?pi(r.check,i,p,t.next_out-p):Yb(r.check,i,p,t.next_out-p)),t.data_type=r.bits+(r.last?64:0)+(r.mode===Ji?128:0)+(r.mode===$c||r.mode===Jb?256:0),(_===0&&p===0||e===Fq)&&Y===Cf&&(Y=H4),Y)}function J4(t){if(!t||!t.state)return wn;var e=t.state;return e.window&&(e.window=null),t.state=null,Cf}function Z4(t,e){var r;return!t||!t.state||(r=t.state,(r.wrap&2)==0)?wn:(r.head=e,e.done=!1,Cf)}function X4(t,e){var r=e.length,n,i,o;return!t||!t.state||(n=t.state,n.wrap!==0&&n.mode!==Qc)?wn:n.mode===Qc&&(i=1,i=Yb(i,e,r,0),i!==n.check)?Pq:(o=pv(t,e,r,r),o?(n.mode=Xb,Kb):(n.havedict=1,Cf))}Kn.inflateReset=av;Kn.inflateReset2=lv;Kn.inflateResetKeep=sv;Kn.inflateInit=Y4;Kn.inflateInit2=uv;Kn.inflate=G4;Kn.inflateEnd=J4;Kn.inflateGetHeader=Z4;Kn.inflateSetDictionary=X4;Kn.inflateInfo="pako inflate (from Nodeca project)"});var eh=H((f8,mv)=>{"use strict";mv.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 hv=H((s8,bv)=>{"use strict";function Q4(){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}bv.exports=Q4});var gv=H(Rl=>{"use strict";var Ws=dv(),Pl=Yi(),tp=Hb(),nr=eh(),th=Lc(),$4=Mb(),e2=hv(),wv=Object.prototype.toString;function Vf(t){if(!(this instanceof Vf))return new Vf(t);this.options=Pl.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 $4,this.strm.avail_out=0;var r=Ws.inflateInit2(this.strm,e.windowBits);if(r!==nr.Z_OK)throw new Error(th[r]);if(this.header=new e2,Ws.inflateGetHeader(this.strm,this.header),e.dictionary&&(typeof e.dictionary=="string"?e.dictionary=tp.string2buf(e.dictionary):wv.call(e.dictionary)==="[object ArrayBuffer]"&&(e.dictionary=new Uint8Array(e.dictionary)),e.raw&&(r=Ws.inflateSetDictionary(this.strm,e.dictionary),r!==nr.Z_OK)))throw new Error(th[r])}Vf.prototype.push=function(t,e){var r=this.strm,n=this.options.chunkSize,i=this.options.dictionary,o,f,s,a,u,c=!1;if(this.ended)return!1;f=e===~~e?e:e===!0?nr.Z_FINISH:nr.Z_NO_FLUSH,typeof t=="string"?r.input=tp.binstring2buf(t):wv.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 Pl.Buf8(n),r.next_out=0,r.avail_out=n),o=Ws.inflate(r,nr.Z_NO_FLUSH),o===nr.Z_NEED_DICT&&i&&(o=Ws.inflateSetDictionary(this.strm,i)),o===nr.Z_BUF_ERROR&&c===!0&&(o=nr.Z_OK,c=!1),o!==nr.Z_STREAM_END&&o!==nr.Z_OK)return this.onEnd(o),this.ended=!0,!1;r.next_out&&(r.avail_out===0||o===nr.Z_STREAM_END||r.avail_in===0&&(f===nr.Z_FINISH||f===nr.Z_SYNC_FLUSH))&&(this.options.to==="string"?(s=tp.utf8border(r.output,r.next_out),a=r.next_out-s,u=tp.buf2string(r.output,s),r.next_out=a,r.avail_out=n-a,a&&Pl.arraySet(r.output,r.output,s,a,0),this.onData(u)):this.onData(Pl.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!==nr.Z_STREAM_END);return o===nr.Z_STREAM_END&&(f=nr.Z_FINISH),f===nr.Z_FINISH?(o=Ws.inflateEnd(this.strm),this.onEnd(o),this.ended=!0,o===nr.Z_OK):(f===nr.Z_SYNC_FLUSH&&(this.onEnd(nr.Z_OK),r.avail_out=0),!0)};Vf.prototype.onData=function(t){this.chunks.push(t)};Vf.prototype.onEnd=function(t){t===nr.Z_OK&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=Pl.flattenChunks(this.chunks)),this.chunks=[],this.err=t,this.msg=this.strm.msg};function rh(t,e){var r=new Vf(e);if(r.push(t,!0),r.err)throw r.msg||th[r.err];return r.result}function t2(t,e){return e=e||{},e.raw=!0,rh(t,e)}Rl.Inflate=Vf;Rl.inflate=rh;Rl.inflateRaw=t2;Rl.ungzip=rh});var _v=H((l8,jv)=>{"use strict";var r2=Yi().assign,n2=vq(),i2=gv(),o2=eh(),yv={};r2(yv,n2,i2,o2);jv.exports=yv});var nh=H(()=>{});var zl,Zi,ih,qv=re(()=>{Pf();si();zl=Oe(_v()),Zi=Oe(nh());si();ih=class extends an{constructor(e={}){super(e);this.name="deflate";this.extensions=[];this.contentEncodings=["deflate"];this.isSupported=!0;this._chunks=[];this.options=e}async compress(e){if(!Wn&&this.options.deflate?.useZlib){let r=this.options.deflate?.gzip?await Vi(Zi.default.gzip)(e):await Vi(Zi.default.deflate)(e);return sn(r)}return this.compressSync(e)}async decompress(e){if(!Wn&&this.options.deflate?.useZlib){let r=this.options.deflate?.gzip?await Vi(Zi.default.gunzip)(e):await Vi(Zi.default.inflate)(e);return sn(r)}return this.decompressSync(e)}compressSync(e){if(!Wn&&this.options.deflate?.useZlib){let i=this.options.deflate?.gzip?Zi.default.gzipSync(e):Zi.default.deflateSync(e);return sn(i)}let r=this.options?.deflate||{},n=new Uint8Array(e);return zl.default.deflate(n,r).buffer}decompressSync(e){if(!Wn&&this.options.deflate?.useZlib){let i=this.options.deflate?.gzip?Zi.default.gunzipSync(e):Zi.default.inflateSync(e);return sn(i)}let r=this.options?.deflate||{},n=new Uint8Array(e);return zl.default.inflate(n,r).buffer}async*compressBatches(e){let r=this.options?.deflate||{},n=new zl.default.Deflate(r);yield*this.transformBatches(n,e)}async*decompressBatches(e){let r=this.options?.deflate||{},n=new zl.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 rp,vv=re(()=>{qv();rp=class extends ih{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 f2,Hl,Ml,Tv=re(()=>{si();Pf();f2=407708164,Ml=class extends an{constructor(e){super(e);this.name="lz4";this.extensions=["lz4"];this.contentEncodings=["x-lz4"];this.isSupported=!0;if(this.options=e,Hl=Hl||this.options?.modules?.lz4js,!Hl)throw new Error(this.name)}compressSync(e){let r=new Uint8Array(e);return Hl.compress(r).buffer}decompressSync(e,r){try{let n=this.checkMagicNumber(e),i=new Uint8Array(e);if(n)return Hl.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),sn(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++],a=s>>4;if(a>0){let S=a+240;for(;S===255;)S=e[f++],a+=S;let T=f+a;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]===f2}}});var np,ip,op,Bv=re(()=>{Pf();op=class extends an{constructor(e){super(e);this.name="zstd";this.extensions=[];this.contentEncodings=[];this.isSupported=!0;this.options=e,np=this.options?.modules?.["zstd-codec"],np||console.warn(`${this.name} library not installed`)}async preload(){!ip&&np&&(ip=await new Promise(e=>np.run(r=>e(r))))}compressSync(e){let r=new ip.Simple,n=new Uint8Array(e);return r.compress(n).buffer}decompressSync(e){let r=new ip.Simple,n=new Uint8Array(e);return r.decompress(n).buffer}}});var Iv=H(kv=>{"use strict";var s2=[0,255,65535,16777215,4294967295];function a2(t,e,r,n,i){var o;for(o=0;o<i;o++)r[n+o]=t[e+o]}function l2(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,a;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&s2[s])+1,n+=s}if(n+f>r)return!1;a2(e,n,t,i,f),n+=f,i+=f}else{switch(o&3){case 1:f=(o>>>2&7)+4,a=e[n]+(o>>>5<<8),n+=1;break;case 2:if(n+1>=r)return!1;f=(o>>>2)+1,a=e[n]+(e[n+1]<<8),n+=2;break;case 3:if(n+3>=r)return!1;f=(o>>>2)+1,a=e[n]+(e[n+1]<<8)+(e[n+2]<<16)+(e[n+3]<<24),n+=4;break;default:break}if(a===0||a>i)return!1;l2(t,i,a,f),i+=f}return!0};kv.SnappyDecompressor=oh});var Ov=H(Av=>{"use strict";var u2=16,c2=1<<u2,Sv=14,fh=new Array(Sv+1);function Ul(t,e){return t*506832829>>>e}function Ll(t,e){return t[e]+(t[e+1]<<8)+(t[e+2]<<16)+(t[e+3]<<24)}function xv(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 p2(t,e,r,n,i){var o;for(o=0;o<i;o++)r[n+o]=t[e+o]}function Ev(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),p2(t,e,n,i,r),i+r}function sh(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 d2(t,e,r,n){for(;n>=68;)e=sh(t,e,r,64),n-=64;return n>64&&(e=sh(t,e,r,60),n-=60),sh(t,e,r,n)}function m2(t,e,r,n,i){for(var o=1;1<<o<=r&&o<=Sv;)o+=1;o-=1;var f=32-o;typeof fh[o]=="undefined"&&(fh[o]=new Uint16Array(1<<o));var s=fh[o],a;for(a=0;a<s.length;a++)s[a]=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=Ul(Ll(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=Ul(Ll(t,T),f),U=_+s[j],s[j]=e-_}while(!xv(t,e,U));if(!Y)break;i=Ev(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=d2(n,i,J,pe),p=e,e>=c){Y=!1;break}D=Ul(Ll(t,e-1),f),s[D]=e-1-_,le=Ul(Ll(t,e),f),U=_+s[le],s[le]=e-_}while(xv(t,e,U));if(!Y)break;e+=1,S=Ul(Ll(t,e),f)}return p<u&&(i=Ev(t,p,u-p,n,i)),i}function b2(t,e,r){do e[r]=t&127,t=t>>>7,t>0&&(e[r]+=128),r+=1;while(t>0);return r}function ah(t){this.array=t}ah.prototype.maxCompressedLength=function(){var t=this.array.length;return 32+t+Math.floor(t/6)};ah.prototype.compressToBuffer=function(t){var e=this.array,r=e.length,n=0,i=0,o;for(i=b2(r,t,i);n<r;)o=Math.min(r-n,c2),i=m2(e,n,o,t,i),n+=o;return i};Av.SnappyCompressor=ah});var Pv=H(lh=>{"use strict";function Nv(){return typeof process=="object"&&typeof process.versions=="object"&&typeof process.versions.node!="undefined"}function fp(t){return t instanceof Uint8Array&&(!Nv()||!Buffer.isBuffer(t))}function sp(t){return t instanceof ArrayBuffer}function Dv(t){return Nv()?Buffer.isBuffer(t):!1}var h2=Iv().SnappyDecompressor,w2=Ov().SnappyCompressor,Fv="Argument compressed must be type of ArrayBuffer, Buffer, or Uint8Array";function g2(t){if(!fp(t)&&!sp(t)&&!Dv(t))throw new TypeError(Fv);var e=!1,r=!1;fp(t)?e=!0:sp(t)&&(r=!0,t=new Uint8Array(t));var n=new h2(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 y2(t){if(!fp(t)&&!sp(t)&&!Dv(t))throw new TypeError(Fv);var e=!1,r=!1;fp(t)?e=!0:sp(t)&&(r=!0,t=new Uint8Array(t));var n=new w2(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 a=new Uint8Array(Array.prototype.slice.call(o,0,s));if(e)return a;if(r)return a.buffer;throw new Error("Not implemented")}return o.slice(0,s)}lh.uncompress=g2;lh.compress=y2});var ap,lp,Rv=re(()=>{Pf();ap=Oe(Pv()),lp=class extends an{constructor(e){super(e);this.name="snappy";this.extensions=[];this.contentEncodings=[];this.isSupported=!0;this.options=e||{}}compressSync(e){return(0,ap.compress)(e)}decompressSync(e){return(0,ap.uncompress)(e)}}});var j2,zv,Hv=re(()=>{j2=()=>{function t(l){this.data=l,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]),a=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 _(l){let x=-1,k=16;for(;k>0;)l>>>k!=0&&(x+=k,l=l>>>k),k=k>>1;return x+l}function p(l,x,k){return 16+x+2*(k<<l)}function j(l,x,k){if(l<k+(2<<x))throw"maxDistance is too small";let E=(l-k>>x)+4,O=_(E)-1;return((O-1<<1|E>>O&1)-1<<x)+(1<<x)+k+16}function S(l){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<<a[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;l[ve+0]=a[ne]|u[ge]<<8,l[ve+1]=x[ne],l[ve+2]=k[ge],l[ve+3]=Ne}}function T(l){let x=l.isLargeWindow;if(l.isLargeWindow=0,l.bitOffset>=16&&(l.accumulator32=l.shortBuffer[l.halfOffset++]<<16|l.accumulator32>>>16,l.bitOffset-=16),ke(l,1)==0)return 16;let k=ke(l,3);return k!=0?17+k:(k=ke(l,3),k!=0?k==1?x==0||(l.isLargeWindow=1,ke(l,1)==1)||(k=ke(l,6),k<10||k>30)?-1:k:8+k:17)}function U(l){if(l.runningState!=1)throw"State MUST be freshly initialized";l.isEager=1}function W(l){if(l.runningState!=1)throw"State MUST be freshly initialized";l.isLargeWindow=1}function L(l,x){if(l.runningState!=1)throw"State MUST be freshly initialized";if(l.cdNumChunks==0&&(l.cdChunks=new Array(16),l.cdChunkOffsets=new Int32Array(16),l.cdBlockBits=-1),l.cdNumChunks==15)throw"Too many dictionary chunks";l.cdChunks[l.cdNumChunks]=x,l.cdNumChunks++,l.cdTotalSize+=x.length,l.cdChunkOffsets[l.cdNumChunks]=l.cdTotalSize}function te(l,x){if(l.runningState!=0)throw"State MUST be uninitialized";l.blockTrees=new Int32Array(3091),l.blockTrees[0]=7,l.distRbIdx=3;let k=j(2147483644,3,15<<3);l.distExtraBits=new Int8Array(k),l.distOffset=new Int32Array(k),l.input=x,v(l),l.runningState=1}function pe(l){if(l.runningState==0)throw"State MUST be initialized";l.runningState!=11&&(l.runningState=11,l.input!=null&&(dA(l.input),l.input=null))}function J(l){if(l.bitOffset>=16&&(l.accumulator32=l.shortBuffer[l.halfOffset++]<<16|l.accumulator32>>>16,l.bitOffset-=16),ke(l,1)!=0){let x=ke(l,3);return x==0?1:ke(l,x)+(1<<x)}return 0}function D(l){if(l.bitOffset>=16&&(l.accumulator32=l.shortBuffer[l.halfOffset++]<<16|l.accumulator32>>>16,l.bitOffset-=16),l.inputEnd=ke(l,1),l.metaBlockLength=0,l.isUncompressed=0,l.isMetadata=0,l.inputEnd!=0&&ke(l,1)!=0)return;let x=ke(l,2)+4;if(x==7){if(l.isMetadata=1,ke(l,1)!=0)throw"Corrupted reserved bit";let k=ke(l,2);if(k==0)return;for(let E=0;E<k;E++){l.bitOffset>=16&&(l.accumulator32=l.shortBuffer[l.halfOffset++]<<16|l.accumulator32>>>16,l.bitOffset-=16);let O=ke(l,8);if(O==0&&E+1==k&&k>1)throw"Exuberant nibble";l.metaBlockLength|=O<<E*8}}else for(let k=0;k<x;k++){l.bitOffset>=16&&(l.accumulator32=l.shortBuffer[l.halfOffset++]<<16|l.accumulator32>>>16,l.bitOffset-=16);let E=ke(l,4);if(E==0&&k+1==x&&x>4)throw"Exuberant nibble";l.metaBlockLength|=E<<k*4}l.metaBlockLength++,l.inputEnd==0&&(l.isUncompressed=ke(l,1))}function le(l,x,k){let E=l[x],O=k.accumulator32>>>k.bitOffset;E+=O&255;let Q=l[E]>>16,ne=l[E]&65535;if(Q<=8)return k.bitOffset+=Q,ne;E+=ne;let ge=(1<<Q)-1;return E+=(O&ge)>>>8,k.bitOffset+=(l[E]>>16)+8,l[E]&65535}function Y(l,x,k){k.bitOffset>=16&&(k.accumulator32=k.shortBuffer[k.halfOffset++]<<16|k.accumulator32>>>16,k.bitOffset-=16);let E=le(l,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):Vn(k,O))}function de(l,x){let k=l[x];for(;x>0;x--)l[x]=l[x-1];l[0]=k}function y(l,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=l[E]&255;l[E]=k[O],O!=0&&de(k,O)}}function g(l,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,l,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 Mt=ft-14,on=0;ft==16&&(on=Q),ge!=on&&(ne=0,ge=on);let mn=ne;ne>0&&(ne-=2,ne<<=Mt),E.bitOffset>=16&&(E.accumulator32=E.shortBuffer[E.halfOffset++]<<16|E.accumulator32>>>16,E.bitOffset-=16),ne+=ke(E,Mt)+3;let wr=ne-mn;if(O+wr>x)throw"symbol + repeatDelta > numSymbols";for(let ut=0;ut<wr;ut++)k[O++]=ge;ge!=0&&(Ae-=wr<<15-ge)}}if(Ae!=0)throw"Unused space";k.fill(0,O,x)}function N(l,x){for(let k=0;k<x-1;++k)for(let E=k+1;E<x;++E)if(l[k]==l[E])throw"Duplicate simple Huffman code symbol"}function b(l,x,k,E,O){let Q=new Int32Array(x),ne=new Int32Array(4),ge=1+_(l-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 z(l,x,k,E,O){let Q=new Int32Array(l),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,l,Q,O),nt(k,E,8,Q,l)}function K(l,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(l,x,k,E,O):z(x,Q,k,E,O)}function M(l,x,k){k.halfOffset>2030&&Ze(k);let E=J(k)+1;if(E==1)return x.fill(0,0,l),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<l;){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>=l)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,l),E}function oe(l,x,k){let E=l.rings,O=4+x*2;l.bitOffset>=16&&(l.accumulator32=l.shortBuffer[l.halfOffset++]<<16|l.accumulator32>>>16,l.bitOffset-=16);let Q=le(l.blockTrees,2*x,l),ne=Y(l.blockTrees,2*x+1,l);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(l){l.literalBlockLength=oe(l,0,l.numLiteralBlockTypes);let x=l.rings[5];l.contextMapSlice=x<<6,l.literalTreeIdx=l.contextMap[l.contextMapSlice]&255;let k=l.contextModes[x];l.contextLookupOffset1=k<<9,l.contextLookupOffset2=l.contextLookupOffset1+256}function Ye(l){l.commandBlockLength=oe(l,1,l.numCommandBlockTypes),l.commandTreeIdx=l.rings[7]}function me(l){l.distanceBlockLength=oe(l,2,l.numDistanceBlockTypes),l.distContextMapSlice=l.rings[9]<<2}function V(l){let x=l.maxRingBufferSize;if(x>l.expectedTotalSize){let O=l.expectedTotalSize;for(;x>>1>O;)x>>=1;l.inputEnd==0&&x<16384&&l.maxRingBufferSize>=16384&&(x=16384)}if(x<=l.ringBufferSize)return;let k=x+37,E=new Int8Array(k);l.ringBuffer.length!=0&&E.set(l.ringBuffer.subarray(0,0+l.ringBufferSize),0),l.ringBuffer=E,l.ringBufferSize=x}function X(l){if(l.inputEnd!=0){l.nextRunningState=10,l.runningState=12;return}l.literalTreeGroup=new Int32Array(0),l.commandTreeGroup=new Int32Array(0),l.distanceTreeGroup=new Int32Array(0),l.halfOffset>2030&&Ze(l),D(l),!(l.metaBlockLength==0&&l.isMetadata==0)&&(l.isUncompressed!=0||l.isMetadata!=0?(ie(l),l.runningState=l.isMetadata!=0?5:6):l.runningState=3,l.isMetadata==0&&(l.expectedTotalSize+=l.metaBlockLength,l.expectedTotalSize>1<<30&&(l.expectedTotalSize=1<<30),l.ringBufferSize<l.maxRingBufferSize&&V(l)))}function He(l,x,k){let E=l.blockTrees[2*x];if(k<=1)return l.blockTrees[2*x+1]=E,l.blockTrees[2*x+2]=E,1<<28;let O=k+2;E+=K(O,O,l.blockTrees,2*x,l),l.blockTrees[2*x+1]=E;let Q=26;return E+=K(Q,Q,l.blockTrees,2*x+1,l),l.blockTrees[2*x+2]=E,Y(l.blockTrees,2*x+1,l)}function we(l,x){let k=l.distExtraBits,E=l.distOffset,O=l.distancePostfixBits,Q=l.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(l){l.numLiteralBlockTypes=J(l)+1,l.literalBlockLength=He(l,0,l.numLiteralBlockTypes),l.numCommandBlockTypes=J(l)+1,l.commandBlockLength=He(l,1,l.numCommandBlockTypes),l.numDistanceBlockTypes=J(l)+1,l.distanceBlockLength=He(l,2,l.numDistanceBlockTypes),l.halfOffset>2030&&Ze(l),l.bitOffset>=16&&(l.accumulator32=l.shortBuffer[l.halfOffset++]<<16|l.accumulator32>>>16,l.bitOffset-=16),l.distancePostfixBits=ke(l,2),l.numDirectDistanceCodes=ke(l,4)<<l.distancePostfixBits,l.contextModes=new Int8Array(l.numLiteralBlockTypes);for(let Q=0;Q<l.numLiteralBlockTypes;){let ne=Ao(Q+96,l.numLiteralBlockTypes);for(;Q<ne;++Q)l.bitOffset>=16&&(l.accumulator32=l.shortBuffer[l.halfOffset++]<<16|l.accumulator32>>>16,l.bitOffset-=16),l.contextModes[Q]=ke(l,2);l.halfOffset>2030&&Ze(l)}l.contextMap=new Int8Array(l.numLiteralBlockTypes<<6);let x=M(l.numLiteralBlockTypes<<6,l.contextMap,l);l.trivialLiteralContext=1;for(let Q=0;Q<l.numLiteralBlockTypes<<6;Q++)if(l.contextMap[Q]!=Q>>6){l.trivialLiteralContext=0;break}l.distContextMap=new Int8Array(l.numDistanceBlockTypes<<2);let k=M(l.numDistanceBlockTypes<<2,l.distContextMap,l);l.literalTreeGroup=$(256,256,x,l),l.commandTreeGroup=$(704,704,l.numCommandBlockTypes,l);let E=p(l.distancePostfixBits,l.numDirectDistanceCodes,24),O=E;l.isLargeWindow==1&&(E=p(l.distancePostfixBits,l.numDirectDistanceCodes,62),O=j(2147483644,l.distancePostfixBits,l.numDirectDistanceCodes)),l.distanceTreeGroup=$(E,O,k,l),we(l,O),l.contextMapSlice=0,l.distContextMapSlice=0,l.contextLookupOffset1=l.contextModes[0]*512,l.contextLookupOffset2=l.contextLookupOffset1+256,l.literalTreeIdx=0,l.commandTreeIdx=0,l.rings[4]=1,l.rings[5]=0,l.rings[6]=1,l.rings[7]=0,l.rings[8]=1,l.rings[9]=0}function Ir(l){let x=l.ringBuffer;if(l.metaBlockLength<=0){P(l),l.runningState=2;return}let k=Ao(l.ringBufferSize-l.pos,l.metaBlockLength);if($e(l,x,l.pos,k),l.metaBlockLength-=k,l.pos+=k,l.pos==l.ringBufferSize){l.nextRunningState=6,l.runningState=12;return}P(l),l.runningState=2}function _e(l){let x=Ao(l.outputLength-l.outputUsed,l.ringBufferBytesReady-l.ringBufferBytesWritten);return x!=0&&(l.output.set(l.ringBuffer.subarray(l.ringBufferBytesWritten,l.ringBufferBytesWritten+x),l.outputOffset+l.outputUsed),l.outputUsed+=x,l.ringBufferBytesWritten+=x),l.outputUsed<l.outputLength?1:0}function $(l,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(l,x,Q,ge,E);return Q}function So(l){let x=l.ringBufferSize;return l.isEager!=0&&(x=Ao(x,l.ringBufferBytesWritten+l.outputLength-l.outputUsed)),x}function xo(l,x){if(l.distance>2147483644)throw"Invalid backward reference";let k=l.distance-l.maxDistance-1-l.cdTotalSize;if(k<0)Ke(l,-k-1,l.copyLength),l.runningState=14;else{let E=At,O=l.copyLength;if(O>31)throw"Invalid backward reference";let Q=Eo[O];if(Q==0)throw"Invalid backward reference";let ne=rr[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(l.ringBuffer,l.pos,E,ne,O,ve,Ne);if(l.pos+=it,l.metaBlockLength-=it,l.pos>=x){l.nextRunningState=4,l.runningState=12;return}l.runningState=4}}function St(l){l.cdBlockMap=new Int8Array(256);let x=8;for(;l.cdTotalSize-1>>>x!=0;)x++;x-=8,l.cdBlockBits=x;let k=0,E=0;for(;k<l.cdTotalSize;){for(;l.cdChunkOffsets[E+1]<k;)E++;l.cdBlockMap[k>>>x]=E,k+=1<<x}}function Ke(l,x,k){l.cdBlockBits==-1&&St(l);let E=l.cdBlockMap[x>>>l.cdBlockBits];for(;x>=l.cdChunkOffsets[E+1];)E++;if(l.cdTotalSize>x+k)throw"Invalid backward reference";l.distRbIdx=l.distRbIdx+1&3,l.rings[l.distRbIdx]=l.distance,l.metaBlockLength-=k,l.cdBrIndex=E,l.cdBrOffset=x-l.cdChunkOffsets[E],l.cdBrLength=k,l.cdBrCopied=0}function Ht(l,x){let k=l.pos,E=k;for(;l.cdBrLength!=l.cdBrCopied;){let O=x-k,ne=l.cdChunkOffsets[l.cdBrIndex+1]-l.cdChunkOffsets[l.cdBrIndex]-l.cdBrOffset,ge=l.cdBrLength-l.cdBrCopied;if(ge>ne&&(ge=ne),ge>O&&(ge=O),pA(l.ringBuffer,k,l.cdChunks[l.cdBrIndex],l.cdBrOffset,l.cdBrOffset+ge),k+=ge,l.cdBrOffset+=ge,l.cdBrCopied+=ge,ge==ne&&(l.cdBrIndex++,l.cdBrOffset=0),k>=x)break}return k-E}function bt(l){if(l.runningState==0)throw"Can't decompress until initialized";if(l.runningState==11)throw"Can't decompress after close";if(l.runningState==1){let O=T(l);if(O==-1)throw"Invalid 'windowBits' code";l.maxRingBufferSize=1<<O,l.maxBackwardDistance=l.maxRingBufferSize-16,l.runningState=2}let x=So(l),k=l.ringBufferSize-1,E=l.ringBuffer;for(;l.runningState!=10;)switch(l.runningState){case 2:if(l.metaBlockLength<0)throw"Invalid metablock length";X(l),x=So(l),k=l.ringBufferSize-1,E=l.ringBuffer;continue;case 3:rt(l),l.runningState=4;case 4:if(l.metaBlockLength<=0){l.runningState=2;continue}l.halfOffset>2030&&Ze(l),l.commandBlockLength==0&&Ye(l),l.commandBlockLength--,l.bitOffset>=16&&(l.accumulator32=l.shortBuffer[l.halfOffset++]<<16|l.accumulator32>>>16,l.bitOffset-=16);let O=le(l.commandTreeGroup,l.commandTreeIdx,l)<<2,Q=c[O],ne=c[O+1],ge=c[O+2];l.distanceCode=c[O+3],l.bitOffset>=16&&(l.accumulator32=l.shortBuffer[l.halfOffset++]<<16|l.accumulator32>>>16,l.bitOffset-=16);let Ae=Q&255;l.insertLength=ne+(Ae<=16?ke(l,Ae):Vn(l,Ae)),l.bitOffset>=16&&(l.accumulator32=l.shortBuffer[l.halfOffset++]<<16|l.accumulator32>>>16,l.bitOffset-=16);let Ne=Q>>8;l.copyLength=ge+(Ne<=16?ke(l,Ne):Vn(l,Ne)),l.j=0,l.runningState=7;case 7:if(l.trivialLiteralContext!=0){for(;l.j<l.insertLength;)if(l.halfOffset>2030&&Ze(l),l.literalBlockLength==0&&A(l),l.literalBlockLength--,l.bitOffset>=16&&(l.accumulator32=l.shortBuffer[l.halfOffset++]<<16|l.accumulator32>>>16,l.bitOffset-=16),E[l.pos]=le(l.literalTreeGroup,l.literalTreeIdx,l),l.pos++,l.j++,l.pos>=x){l.nextRunningState=7,l.runningState=12;break}}else{let wr=E[l.pos-1&k]&255,ut=E[l.pos-2&k]&255;for(;l.j<l.insertLength;){l.halfOffset>2030&&Ze(l),l.literalBlockLength==0&&A(l);let fn=xt[l.contextLookupOffset1+wr]|xt[l.contextLookupOffset2+ut],Li=l.contextMap[l.contextMapSlice+fn]&255;if(l.literalBlockLength--,ut=wr,l.bitOffset>=16&&(l.accumulator32=l.shortBuffer[l.halfOffset++]<<16|l.accumulator32>>>16,l.bitOffset-=16),wr=le(l.literalTreeGroup,Li,l),E[l.pos]=wr,l.pos++,l.j++,l.pos>=x){l.nextRunningState=7,l.runningState=12;break}}}if(l.runningState!=7)continue;if(l.metaBlockLength-=l.insertLength,l.metaBlockLength<=0){l.runningState=4;continue}let ve=l.distanceCode;if(ve<0)l.distance=l.rings[l.distRbIdx];else{l.halfOffset>2030&&Ze(l),l.distanceBlockLength==0&&me(l),l.distanceBlockLength--,l.bitOffset>=16&&(l.accumulator32=l.shortBuffer[l.halfOffset++]<<16|l.accumulator32>>>16,l.bitOffset-=16);let wr=l.distContextMap[l.distContextMapSlice+ve]&255;if(ve=le(l.distanceTreeGroup,wr,l),ve<16){let ut=l.distRbIdx+n[ve]&3;if(l.distance=l.rings[ut]+i[ve],l.distance<0)throw"Negative distance"}else{let ut=l.distExtraBits[ve],fn;l.bitOffset+ut<=32?fn=ke(l,ut):(l.bitOffset>=16&&(l.accumulator32=l.shortBuffer[l.halfOffset++]<<16|l.accumulator32>>>16,l.bitOffset-=16),fn=ut<=16?ke(l,ut):Vn(l,ut)),l.distance=l.distOffset[ve]+(fn<<l.distancePostfixBits)}}if(l.maxDistance!=l.maxBackwardDistance&&l.pos<l.maxBackwardDistance?l.maxDistance=l.pos:l.maxDistance=l.maxBackwardDistance,l.distance>l.maxDistance){l.runningState=9;continue}if(ve>0&&(l.distRbIdx=l.distRbIdx+1&3,l.rings[l.distRbIdx]=l.distance),l.copyLength>l.metaBlockLength)throw"Invalid backward reference";l.j=0,l.runningState=8;case 8:let it=l.pos-l.distance&k,ft=l.pos,Mt=l.copyLength-l.j,on=it+Mt,mn=ft+Mt;if(on<k&&mn<k){if(Mt<12||on>ft&&mn>it)for(let wr=0;wr<Mt;wr+=4)E[ft++]=E[it++],E[ft++]=E[it++],E[ft++]=E[it++],E[ft++]=E[it++];else E.copyWithin(ft,it,on);l.j+=Mt,l.metaBlockLength-=Mt,l.pos+=Mt}else for(;l.j<l.copyLength;)if(E[l.pos]=E[l.pos-l.distance&k],l.metaBlockLength--,l.pos++,l.j++,l.pos>=x){l.nextRunningState=8,l.runningState=12;break}l.runningState==8&&(l.runningState=4);continue;case 9:xo(l,x);continue;case 14:if(l.pos+=Ht(l,x),l.pos>=x){l.nextRunningState=14,l.runningState=12;return}l.runningState=4;continue;case 5:for(;l.metaBlockLength>0;)l.halfOffset>2030&&Ze(l),l.bitOffset>=16&&(l.accumulator32=l.shortBuffer[l.halfOffset++]<<16|l.accumulator32>>>16,l.bitOffset-=16),ke(l,8),l.metaBlockLength--;l.runningState=2;continue;case 6:Ir(l);continue;case 12:l.ringBufferBytesReady=Ao(l.pos,l.ringBufferSize),l.runningState=13;case 13:if(_e(l)==0)return;l.pos>=l.maxBackwardDistance&&(l.maxDistance=l.maxBackwardDistance),l.pos>=l.ringBufferSize&&(l.pos>l.ringBufferSize&&E.copyWithin(0,l.ringBufferSize,l.pos),l.pos&=k,l.ringBufferBytesWritten=0),l.runningState=l.nextRunningState;continue;default:throw"Unexpected state "+l.runningState}if(l.runningState==10){if(l.metaBlockLength<0)throw"Invalid metablock length";ie(l),Tt(l,1)}}function q(l,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=l,this.triplets=new Int32Array(l*3),this.params=new Int16Array(l),this.prefixSuffixStorage=new Int8Array(x),this.prefixSuffixHeads=new Int32Array(k+1)}let d=new q(121,167,50);function m(l,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:l[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 #"#">#
|
|
1
|
+
(()=>{var iA=Object.create;var Sc=Object.defineProperty;var oA=Object.getOwnPropertyDescriptor;var fA=Object.getOwnPropertyNames;var sA=Object.getPrototypeOf,aA=Object.prototype.hasOwnProperty;var F_=t=>Sc(t,"__esModule",{value:!0});var re=(t,e)=>()=>(t&&(e=t(t=0)),e);var H=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),ub=(t,e)=>{F_(t);for(var r in e)Sc(t,r,{get:e[r],enumerable:!0})},lA=(t,e,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of fA(e))!aA.call(t,n)&&n!=="default"&&Sc(t,n,{get:()=>e[n],enumerable:!(r=oA(e,n))||r.enumerable});return t},Ne=t=>lA(F_(Sc(t!=null?iA(sA(t)):{},"default",t&&t.__esModule&&"default"in t?{get:()=>t.default,enumerable:!0}:{value:t,enumerable:!0})),t);var uA,cA,cb,P_=re(()=>{uA=typeof __VERSION__!="undefined"?__VERSION__:"latest",cA={parquet:{type:"arrow-table",wasmUrl:"https://unpkg.com/parquet-wasm@0.3.1/esm2/arrow1_bg.wasm"}},cb={name:"Apache Parquet",id:"parquet-wasm",module:"parquet",version:uA,worker:!1,category:"table",extensions:["parquet"],mimeTypes:["application/octet-stream"],binary:!0,tests:["PAR1","PARE"],options:cA}});var pA,dA,xc,R_=re(()=>{pA=typeof __VERSION__!="undefined"?__VERSION__:"latest",dA={parquet:{type:"object-row-table",url:void 0,columnList:[],geoparquet:!0}},xc={name:"Apache Parquet",id:"parquet",module:"parquet",version:pA,worker:!0,category:"table",extensions:["parquet"],mimeTypes:["application/octet-stream"],binary:!0,tests:["PAR1","PARE"],options:dA}});var oi,mA,bA,hA,wA,Vn,z_,gA,H_=re(()=>{oi={self:typeof self!="undefined"&&self,window:typeof window!="undefined"&&window,global:typeof global!="undefined"&&global,document:typeof document!="undefined"&&document},mA=oi.self||oi.window||oi.global||{},bA=oi.window||oi.self||oi.global||{},hA=oi.global||oi.self||oi.window||{},wA=oi.document||{},Vn=Boolean(typeof process!="object"||String(process)!=="[object process]"||process.browser),z_=typeof process!="undefined"&&process.version&&/v([0-9]*)/.exec(process.version),gA=z_&&parseFloat(z_[1])||0});function M_(...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 U_=re(()=>{});async function pb(t){let e=[];for await(let r of t)e.push(r);return M_(...e)}var L_=re(()=>{U_()});function C_(t){return t}var V_=re(()=>{});function W_(t){return t&&typeof t=="object"&&t.isBuffer}function fn(t){if(W_(t))return C_(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 Y_=re(()=>{V_()});function Ci(t){return e=>new Promise((r,n)=>t(e,(i,o)=>i?n(i):r(o)))}var K_=re(()=>{});var Ec={};ub(Ec,{isSupported:()=>yA});var yA,G_=re(()=>{yA=!1});function gl(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 J_=re(()=>{});var fi=re(()=>{H_();L_();Y_();K_();G_();J_()});var Q_=H((u6,X_)=>{var Vi={},yl=4294967295,jA=9007199254740991;function Ac(t){return t=~t,t<0&&(t=(t&2147483647)+2147483648),t}function Oc(t){console.assert(t>-1&&t<=jA,"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>yl&&(e=(t-n)/(yl+1)),[e,n]}function Z_(t){if(t>-1)return Oc(t);var e=Oc(-t),r=Ac(e[0]),n=Ac(e[1]);return n===yl?(r+=1,n=0):n+=1,[r,n]}function Nc(t,e,r){return r&&(t&2147483648)!=0?(t=Ac(t),e=Ac(e),console.assert(t<2097152,"number too small"),-(t*(yl+1)+e+1)):(console.assert(t<2097152,"number too large"),t*(yl+1)+e)}Vi.readInt64BE=function(t,e){e=e||0;var r=t.readUInt32BE(e),n=t.readUInt32BE(e+4);return Nc(r,n,!0)};Vi.readInt64LE=function(t,e){e=e||0;var r=t.readUInt32LE(e),n=t.readUInt32LE(e+4);return Nc(n,r,!0)};Vi.readUInt64BE=function(t,e){e=e||0;var r=t.readUInt32BE(e),n=t.readUInt32BE(e+4);return Nc(r,n,!1)};Vi.readUInt64LE=function(t,e){e=e||0;var r=t.readUInt32LE(e),n=t.readUInt32LE(e+4);return Nc(n,r,!1)};Vi.writeInt64BE=function(t,e,r){r=r||0;var n=Z_(t);e.writeUInt32BE(n[0],r),e.writeUInt32BE(n[1],r+4)};Vi.writeInt64LE=function(t,e,r){r=r||0;var n=Z_(t);e.writeUInt32LE(n[1],r),e.writeUInt32LE(n[0],r+4)};Vi.writeUInt64BE=function(t,e,r){r=r||0;var n=Oc(t);e.writeUInt32BE(n[0],r),e.writeUInt32BE(n[1],r+4)};Vi.writeUInt64LE=function(t,e,r){r=r||0;var n=Oc(t);e.writeUInt32LE(n[1],r),e.writeUInt32LE(n[0],r+4)};X_.exports=Vi});function $_(t,e,r){switch(t){case"BOOLEAN":return _A(e);case"INT32":return vA(e);case"INT64":return BA(e);case"INT96":return IA(e);case"FLOAT":return xA(e);case"DOUBLE":return AA(e);case"BYTE_ARRAY":return NA(e);case"FIXED_LEN_BYTE_ARRAY":return FA(e,r);default:throw new Error(`unsupported type: ${t}`)}}function e0(t,e,r,n){switch(t){case"BOOLEAN":return qA(e,r);case"INT32":return TA(e,r);case"INT64":return kA(e,r);case"INT96":return SA(e,r);case"FLOAT":return EA(e,r);case"DOUBLE":return OA(e,r);case"BYTE_ARRAY":return DA(e,r);case"FIXED_LEN_BYTE_ARRAY":return PA(e,r,n);default:throw new Error(`unsupported type: ${t}`)}}function _A(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 qA(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 vA(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 TA(t,e){let r=[];for(let n=0;n<e;n++)r.push(t.buffer.readInt32LE(t.offset)),t.offset+=4;return r}function BA(t){let e=Buffer.alloc(8*t.length);for(let r=0;r<t.length;r++)Ds.default.writeInt64LE(t[r],e,r*8);return e}function kA(t,e){let r=[];for(let n=0;n<e;n++)r.push(Ds.default.readInt64LE(t.buffer,t.offset)),t.offset+=8;return r}function IA(t){let e=Buffer.alloc(12*t.length);for(let r=0;r<t.length;r++)t[r]>=0?(Ds.default.writeInt64LE(t[r],e,r*12),e.writeUInt32LE(0,r*12+8)):(Ds.default.writeInt64LE(~-t[r]+1,e,r*12),e.writeUInt32LE(4294967295,r*12+8));return e}function SA(t,e){let r=[];for(let n=0;n<e;n++){let i=Ds.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 xA(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 EA(t,e){let r=[];for(let n=0;n<e;n++)r.push(t.buffer.readFloatLE(t.offset)),t.offset+=4;return r}function AA(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 OA(t,e){let r=[];for(let n=0;n<e;n++)r.push(t.buffer.readDoubleLE(t.offset)),t.offset+=8;return r}function NA(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 DA(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 FA(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 PA(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 Ds,t0=re(()=>{Ds=Ne(Q_())});var o0=H((p6,i0)=>{i0.exports=n0;var r0=128,RA=127,zA=~RA,HA=Math.pow(2,31);function n0(t,e,r){e=e||[],r=r||0;for(var n=r;t>=HA;)e[r++]=t&255|r0,t/=128;for(;t&zA;)e[r++]=t&255|r0,t>>>=7;return e[r]=t|0,n0.bytes=r-n+1,e}});var a0=H((d6,s0)=>{s0.exports=db;var MA=128,f0=127;function db(t,e){var r=0,e=e||0,n=0,i=e,o,f=t.length;do{if(i>=f)throw db.bytes=0,new RangeError("Could not decode varint");o=t[i++],r+=n<28?(o&f0)<<n:(o&f0)*Math.pow(2,n),n+=7}while(o>=MA);return db.bytes=i-e,r}});var u0=H((m6,l0)=>{var UA=Math.pow(2,7),LA=Math.pow(2,14),CA=Math.pow(2,21),VA=Math.pow(2,28),WA=Math.pow(2,35),YA=Math.pow(2,42),KA=Math.pow(2,49),GA=Math.pow(2,56),JA=Math.pow(2,63);l0.exports=function(t){return t<UA?1:t<LA?2:t<CA?3:t<VA?4:t<WA?5:t<YA?6:t<KA?7:t<GA?8:t<JA?9:10}});var p0=H((b6,c0)=>{c0.exports={encode:o0(),decode:a0(),encodingLength:u0()}});function d0(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,m0(i,r)]),i=[]),o=1):o>0&&e[s]===e[s-1]?o+=1:(o&&(n=Buffer.concat([n,b0(e[s-1],o,r)]),o=0),i.push(e[s]));if(o?n=Buffer.concat([n,b0(e[e.length-1],o,r)]):i.length&&(n=Buffer.concat([n,m0(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 Dc(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=jl.default.decode(e.buffer,e.offset);if(e.offset+=jl.default.encodingLength(o),o&1){let f=(o>>1)*8;i.push(...ZA(e,f,n))}else{let f=o>>1;i.push(...XA(e,f,n))}}if(i=i.slice(0,r),i.length!==r)throw new Error("invalid RLE encoding");return i}function ZA(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 XA(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 m0(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(jl.default.encode(t.length/8<<1|1)),n])}function b0(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(jl.default.encode(e<<1)),i])}var jl,mb=re(()=>{jl=Ne(p0())});function bb(t,e,r,n){return n.bitWidth=e.buffer.slice(e.offset,e.offset+1).readInt8(0),e.offset+=1,Dc(t,e,r,{...n,disableEnvelope:!0})}function hb(t,e,r,n){throw new Error("Encode dictionary functionality is not supported")}var h0=re(()=>{mb()});var w0=re(()=>{});var No,Fc=re(()=>{t0();mb();h0();w0();No={PLAIN:{encodeValues:$_,decodeValues:e0},RLE:{encodeValues:d0,decodeValues:Dc},PLAIN_DICTIONARY:{encodeValues:hb,decodeValues:bb},RLE_DICTIONARY:{encodeValues:hb,decodeValues:bb}}});var sn,Ff=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 pb(e)}improveError(e){return e.message.includes(this.name)||(e.message=`${this.name} ${e.message}`),e}}});var Pc,g0=re(()=>{Ff();Pc=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 Wi=H(zr=>{"use strict";var QA=typeof Uint8Array!="undefined"&&typeof Uint16Array!="undefined"&&typeof Int32Array!="undefined";function $A(t,e){return Object.prototype.hasOwnProperty.call(t,e)}zr.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)$A(r,n)&&(t[n]=r[n])}}return t};zr.shrinkBuf=function(t,e){return t.length===e?t:t.subarray?t.subarray(0,e):(t.length=e,t)};var eO={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}},tO={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)}};zr.setTyped=function(t){t?(zr.Buf8=Uint8Array,zr.Buf16=Uint16Array,zr.Buf32=Int32Array,zr.assign(zr,eO)):(zr.Buf8=Array,zr.Buf16=Array,zr.Buf32=Array,zr.assign(zr,tO))};zr.setTyped(QA)});var U0=H(Rs=>{"use strict";var rO=Wi(),nO=4,y0=0,j0=1,iO=2;function Fs(t){for(var e=t.length;--e>=0;)t[e]=0}var oO=0,_0=1,fO=2,sO=3,aO=258,wb=29,_l=256,ql=_l+1+wb,Ps=30,gb=19,q0=2*ql+1,Pf=15,yb=16,lO=7,jb=256,v0=16,T0=17,B0=18,_b=[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],Rc=[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],uO=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],k0=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],cO=512,Yi=new Array((ql+2)*2);Fs(Yi);var vl=new Array(Ps*2);Fs(vl);var Tl=new Array(cO);Fs(Tl);var Bl=new Array(aO-sO+1);Fs(Bl);var qb=new Array(wb);Fs(qb);var zc=new Array(Ps);Fs(zc);function vb(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 I0,S0,x0;function Tb(t,e){this.dyn_tree=t,this.max_code=0,this.stat_desc=e}function E0(t){return t<256?Tl[t]:Tl[256+(t>>>7)]}function kl(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>yb-r?(t.bi_buf|=e<<t.bi_valid&65535,kl(t,t.bi_buf),t.bi_buf=e>>yb-t.bi_valid,t.bi_valid+=r-yb):(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 A0(t,e){var r=0;do r|=t&1,t>>>=1,r<<=1;while(--e>0);return r>>>1}function pO(t){t.bi_valid===16?(kl(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 dO(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,a=e.stat_desc.max_length,u,c,_,p,j,S,T=0;for(p=0;p<=Pf;p++)t.bl_count[p]=0;for(r[t.heap[t.heap_max]*2+1]=0,u=t.heap_max+1;u<q0;u++)c=t.heap[u],p=r[r[c*2+1]*2+1]+1,p>a&&(p=a,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=a-1;t.bl_count[p]===0;)p--;t.bl_count[p]--,t.bl_count[p+1]+=2,t.bl_count[a]--,T-=2}while(T>0);for(p=a;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 O0(t,e,r){var n=new Array(Pf+1),i=0,o,f;for(o=1;o<=Pf;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]=A0(n[s]++,s))}}function mO(){var t,e,r,n,i,o=new Array(Pf+1);for(r=0,n=0;n<wb-1;n++)for(qb[n]=r,t=0;t<1<<_b[n];t++)Bl[r++]=n;for(Bl[r-1]=n,i=0,n=0;n<16;n++)for(zc[n]=i,t=0;t<1<<Rc[n];t++)Tl[i++]=n;for(i>>=7;n<Ps;n++)for(zc[n]=i<<7,t=0;t<1<<Rc[n]-7;t++)Tl[256+i++]=n;for(e=0;e<=Pf;e++)o[e]=0;for(t=0;t<=143;)Yi[t*2+1]=8,t++,o[8]++;for(;t<=255;)Yi[t*2+1]=9,t++,o[9]++;for(;t<=279;)Yi[t*2+1]=7,t++,o[7]++;for(;t<=287;)Yi[t*2+1]=8,t++,o[8]++;for(O0(Yi,ql+1,o),t=0;t<Ps;t++)vl[t*2+1]=5,vl[t*2]=A0(t,5);I0=new vb(Yi,_b,_l+1,ql,Pf),S0=new vb(vl,Rc,0,Ps,Pf),x0=new vb(new Array(0),uO,0,gb,lO)}function N0(t){var e;for(e=0;e<ql;e++)t.dyn_ltree[e*2]=0;for(e=0;e<Ps;e++)t.dyn_dtree[e*2]=0;for(e=0;e<gb;e++)t.bl_tree[e*2]=0;t.dyn_ltree[jb*2]=1,t.opt_len=t.static_len=0,t.last_lit=t.matches=0}function D0(t){t.bi_valid>8?kl(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 bO(t,e,r,n){D0(t),n&&(kl(t,r),kl(t,~r)),rO.arraySet(t.pending_buf,t.window,e,r,t.pending),t.pending+=r}function F0(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 Bb(t,e,r){for(var n=t.heap[r],i=r<<1;i<=t.heap_len&&(i<t.heap_len&&F0(e,t.heap[i+1],t.heap[i],t.depth)&&i++,!F0(e,n,t.heap[i],t.depth));)t.heap[r]=t.heap[i],r=i,i<<=1;t.heap[r]=n}function P0(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=Bl[i],si(t,f+_l+1,e),s=_b[f],s!==0&&(i-=qb[f],Kr(t,i,s)),n--,f=E0(n),si(t,f,r),s=Rc[f],s!==0&&(n-=zc[f],Kr(t,n,s)));while(o<t.last_lit);si(t,jb,e)}function kb(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,a=-1,u;for(t.heap_len=0,t.heap_max=q0,f=0;f<o;f++)r[f*2]!==0?(t.heap[++t.heap_len]=a=f,t.depth[f]=0):r[f*2+1]=0;for(;t.heap_len<2;)u=t.heap[++t.heap_len]=a<2?++a:0,r[u*2]=1,t.depth[u]=0,t.opt_len--,i&&(t.static_len-=n[u*2+1]);for(e.max_code=a,f=t.heap_len>>1;f>=1;f--)Bb(t,r,f);u=o;do f=t.heap[1],t.heap[1]=t.heap[t.heap_len--],Bb(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++,Bb(t,r,1);while(t.heap_len>=2);t.heap[--t.heap_max]=t.heap[1],dO(t,e),O0(r,a,t.bl_count)}function R0(t,e,r){var n,i=-1,o,f=e[0*2+1],s=0,a=7,u=4;for(f===0&&(a=138,u=3),e[(r+1)*2+1]=65535,n=0;n<=r;n++)o=f,f=e[(n+1)*2+1],!(++s<a&&o===f)&&(s<u?t.bl_tree[o*2]+=s:o!==0?(o!==i&&t.bl_tree[o*2]++,t.bl_tree[v0*2]++):s<=10?t.bl_tree[T0*2]++:t.bl_tree[B0*2]++,s=0,i=o,f===0?(a=138,u=3):o===f?(a=6,u=3):(a=7,u=4))}function z0(t,e,r){var n,i=-1,o,f=e[0*2+1],s=0,a=7,u=4;for(f===0&&(a=138,u=3),n=0;n<=r;n++)if(o=f,f=e[(n+1)*2+1],!(++s<a&&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,v0,t.bl_tree),Kr(t,s-3,2)):s<=10?(si(t,T0,t.bl_tree),Kr(t,s-3,3)):(si(t,B0,t.bl_tree),Kr(t,s-11,7));s=0,i=o,f===0?(a=138,u=3):o===f?(a=6,u=3):(a=7,u=4)}}function hO(t){var e;for(R0(t,t.dyn_ltree,t.l_desc.max_code),R0(t,t.dyn_dtree,t.d_desc.max_code),kb(t,t.bl_desc),e=gb-1;e>=3&&t.bl_tree[k0[e]*2+1]===0;e--);return t.opt_len+=3*(e+1)+5+5+4,e}function wO(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[k0[i]*2+1],3);z0(t,t.dyn_ltree,e-1),z0(t,t.dyn_dtree,r-1)}function gO(t){var e=4093624447,r;for(r=0;r<=31;r++,e>>>=1)if(e&1&&t.dyn_ltree[r*2]!==0)return y0;if(t.dyn_ltree[9*2]!==0||t.dyn_ltree[10*2]!==0||t.dyn_ltree[13*2]!==0)return j0;for(r=32;r<_l;r++)if(t.dyn_ltree[r*2]!==0)return j0;return y0}var H0=!1;function yO(t){H0||(mO(),H0=!0),t.l_desc=new Tb(t.dyn_ltree,I0),t.d_desc=new Tb(t.dyn_dtree,S0),t.bl_desc=new Tb(t.bl_tree,x0),t.bi_buf=0,t.bi_valid=0,N0(t)}function M0(t,e,r,n){Kr(t,(oO<<1)+(n?1:0),3),bO(t,e,r,!0)}function jO(t){Kr(t,_0<<1,3),si(t,jb,Yi),pO(t)}function _O(t,e,r,n){var i,o,f=0;t.level>0?(t.strm.data_type===iO&&(t.strm.data_type=gO(t)),kb(t,t.l_desc),kb(t,t.d_desc),f=hO(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?M0(t,e,r,n):t.strategy===nO||o===i?(Kr(t,(_0<<1)+(n?1:0),3),P0(t,Yi,vl)):(Kr(t,(fO<<1)+(n?1:0),3),wO(t,t.l_desc.max_code+1,t.d_desc.max_code+1,f+1),P0(t,t.dyn_ltree,t.dyn_dtree)),N0(t),n&&D0(t)}function qO(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[(Bl[r]+_l+1)*2]++,t.dyn_dtree[E0(e)*2]++),t.last_lit===t.lit_bufsize-1}Rs._tr_init=yO;Rs._tr_stored_block=M0;Rs._tr_flush_block=_O;Rs._tr_tally=qO;Rs._tr_align=jO});var Ib=H((A6,L0)=>{"use strict";function vO(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}L0.exports=vO});var Sb=H((O6,C0)=>{"use strict";function TO(){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 BO=TO();function kO(t,e,r,n){var i=BO,o=n+r;t^=-1;for(var f=n;f<o;f++)t=t>>>8^i[(t^e[f])&255];return t^-1}C0.exports=kO});var Hc=H((N6,V0)=>{"use strict";V0.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 $0=H(ui=>{"use strict";var Hr=Wi(),mn=U0(),W0=Ib(),Do=Sb(),IO=Hc(),Rf=0,SO=1,xO=3,Fo=4,Y0=5,ai=0,K0=1,bn=-2,EO=-3,xb=-5,AO=-1,OO=1,Mc=2,NO=3,DO=4,FO=0,PO=2,Uc=8,RO=9,zO=15,HO=8,MO=29,UO=256,Eb=UO+1+MO,LO=30,CO=19,VO=2*Eb+1,WO=15,ct=3,Po=258,Wn=Po+ct+1,YO=32,Lc=42,Ab=69,Cc=73,Vc=91,Wc=103,zf=113,Il=666,gr=1,Sl=2,Hf=3,zs=4,KO=3;function Ro(t,e){return t.msg=IO[e],e}function G0(t){return(t<<1)-(t>4?9:0)}function zo(t){for(var e=t.length;--e>=0;)t[e]=0}function Ho(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 Sr(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,Ho(t.strm)}function gt(t,e){t.pending_buf[t.pending++]=e}function xl(t,e){t.pending_buf[t.pending++]=e>>>8&255,t.pending_buf[t.pending++]=e&255}function GO(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=W0(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 J0(t,e){var r=t.max_chain_length,n=t.strstart,i,o,f=t.prev_length,s=t.nice_match,a=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])>a&&--r!=0);return f<=t.lookahead?f:t.lookahead}function Mf(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=GO(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 JO(t,e){var r=65535;for(r>t.pending_buf_size-5&&(r=t.pending_buf_size-5);;){if(t.lookahead<=1){if(Mf(t),t.lookahead===0&&e===Rf)return gr;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-Wn&&(Sr(t,!1),t.strm.avail_out===0))return gr}return t.insert=0,e===Fo?(Sr(t,!0),t.strm.avail_out===0?Hf:zs):(t.strstart>t.block_start&&(Sr(t,!1),t.strm.avail_out===0),gr)}function Ob(t,e){for(var r,n;;){if(t.lookahead<Wn){if(Mf(t),t.lookahead<Wn&&e===Rf)return gr;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=J0(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&&(Sr(t,!1),t.strm.avail_out===0))return gr}return t.insert=t.strstart<ct-1?t.strstart:ct-1,e===Fo?(Sr(t,!0),t.strm.avail_out===0?Hf:zs):t.last_lit&&(Sr(t,!1),t.strm.avail_out===0)?gr:Sl}function Hs(t,e){for(var r,n,i;;){if(t.lookahead<Wn){if(Mf(t),t.lookahead<Wn&&e===Rf)return gr;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=J0(t,r),t.match_length<=5&&(t.strategy===OO||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&&(Sr(t,!1),t.strm.avail_out===0))return gr}else if(t.match_available){if(n=mn._tr_tally(t,0,t.window[t.strstart-1]),n&&Sr(t,!1),t.strstart++,t.lookahead--,t.strm.avail_out===0)return gr}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?(Sr(t,!0),t.strm.avail_out===0?Hf:zs):t.last_lit&&(Sr(t,!1),t.strm.avail_out===0)?gr:Sl}function ZO(t,e){for(var r,n,i,o,f=t.window;;){if(t.lookahead<=Po){if(Mf(t),t.lookahead<=Po&&e===Rf)return gr;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&&(Sr(t,!1),t.strm.avail_out===0))return gr}return t.insert=0,e===Fo?(Sr(t,!0),t.strm.avail_out===0?Hf:zs):t.last_lit&&(Sr(t,!1),t.strm.avail_out===0)?gr:Sl}function XO(t,e){for(var r;;){if(t.lookahead===0&&(Mf(t),t.lookahead===0)){if(e===Rf)return gr;break}if(t.match_length=0,r=mn._tr_tally(t,0,t.window[t.strstart]),t.lookahead--,t.strstart++,r&&(Sr(t,!1),t.strm.avail_out===0))return gr}return t.insert=0,e===Fo?(Sr(t,!0),t.strm.avail_out===0?Hf:zs):t.last_lit&&(Sr(t,!1),t.strm.avail_out===0)?gr:Sl}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 Ms;Ms=[new li(0,0,0,0,JO),new li(4,4,8,4,Ob),new li(4,5,16,8,Ob),new li(4,6,32,32,Ob),new li(4,4,16,16,Hs),new li(8,16,32,32,Hs),new li(8,16,128,128,Hs),new li(8,32,128,256,Hs),new li(32,128,258,1024,Hs),new li(32,258,258,4096,Hs)];function QO(t){t.window_size=2*t.w_size,zo(t.head),t.max_lazy_match=Ms[t.level].max_lazy,t.good_match=Ms[t.level].good_length,t.nice_match=Ms[t.level].nice_length,t.max_chain_length=Ms[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 $O(){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=Uc,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(VO*2),this.dyn_dtree=new Hr.Buf16((2*LO+1)*2),this.bl_tree=new Hr.Buf16((2*CO+1)*2),zo(this.dyn_ltree),zo(this.dyn_dtree),zo(this.bl_tree),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this.bl_count=new Hr.Buf16(WO+1),this.heap=new Hr.Buf16(2*Eb+1),zo(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new Hr.Buf16(2*Eb+1),zo(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 Z0(t){var e;return!t||!t.state?Ro(t,bn):(t.total_in=t.total_out=0,t.data_type=PO,e=t.state,e.pending=0,e.pending_out=0,e.wrap<0&&(e.wrap=-e.wrap),e.status=e.wrap?Lc:zf,t.adler=e.wrap===2?0:1,e.last_flush=Rf,mn._tr_init(e),ai)}function X0(t){var e=Z0(t);return e===ai&&QO(t.state),e}function e4(t,e){return!t||!t.state||t.state.wrap!==2?bn:(t.state.gzhead=e,ai)}function Q0(t,e,r,n,i,o){if(!t)return bn;var f=1;if(e===AO&&(e=6),n<0?(f=0,n=-n):n>15&&(f=2,n-=16),i<1||i>RO||r!==Uc||n<8||n>15||e<0||e>9||o<0||o>DO)return Ro(t,bn);n===8&&(n=9);var s=new $O;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,X0(t)}function t4(t,e){return Q0(t,e,Uc,zO,HO,FO)}function r4(t,e){var r,n,i,o;if(!t||!t.state||e>Y0||e<0)return t?Ro(t,bn):bn;if(n=t.state,!t.output||!t.input&&t.avail_in!==0||n.status===Il&&e!==Fo)return Ro(t,t.avail_out===0?xb:bn);if(n.strm=t,r=n.last_flush,n.last_flush=e,n.status===Lc)if(n.wrap===2)t.adler=0,gt(n,31),gt(n,139),gt(n,8),n.gzhead?(gt(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)),gt(n,n.gzhead.time&255),gt(n,n.gzhead.time>>8&255),gt(n,n.gzhead.time>>16&255),gt(n,n.gzhead.time>>24&255),gt(n,n.level===9?2:n.strategy>=Mc||n.level<2?4:0),gt(n,n.gzhead.os&255),n.gzhead.extra&&n.gzhead.extra.length&&(gt(n,n.gzhead.extra.length&255),gt(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=Ab):(gt(n,0),gt(n,0),gt(n,0),gt(n,0),gt(n,0),gt(n,n.level===9?2:n.strategy>=Mc||n.level<2?4:0),gt(n,KO),n.status=zf);else{var f=Uc+(n.w_bits-8<<4)<<8,s=-1;n.strategy>=Mc||n.level<2?s=0:n.level<6?s=1:n.level===6?s=2:s=3,f|=s<<6,n.strstart!==0&&(f|=YO),f+=31-f%31,n.status=zf,xl(n,f),n.strstart!==0&&(xl(n,t.adler>>>16),xl(n,t.adler&65535)),t.adler=1}if(n.status===Ab)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)),Ho(t),i=n.pending,n.pending===n.pending_buf_size));)gt(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=Cc)}else n.status=Cc;if(n.status===Cc)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)),Ho(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,gt(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=Vc)}else n.status=Vc;if(n.status===Vc)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)),Ho(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,gt(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=Wc)}else n.status=Wc;if(n.status===Wc&&(n.gzhead.hcrc?(n.pending+2>n.pending_buf_size&&Ho(t),n.pending+2<=n.pending_buf_size&&(gt(n,t.adler&255),gt(n,t.adler>>8&255),t.adler=0,n.status=zf)):n.status=zf),n.pending!==0){if(Ho(t),t.avail_out===0)return n.last_flush=-1,ai}else if(t.avail_in===0&&G0(e)<=G0(r)&&e!==Fo)return Ro(t,xb);if(n.status===Il&&t.avail_in!==0)return Ro(t,xb);if(t.avail_in!==0||n.lookahead!==0||e!==Rf&&n.status!==Il){var a=n.strategy===Mc?XO(n,e):n.strategy===NO?ZO(n,e):Ms[n.level].func(n,e);if((a===Hf||a===zs)&&(n.status=Il),a===gr||a===Hf)return t.avail_out===0&&(n.last_flush=-1),ai;if(a===Sl&&(e===SO?mn._tr_align(n):e!==Y0&&(mn._tr_stored_block(n,0,0,!1),e===xO&&(zo(n.head),n.lookahead===0&&(n.strstart=0,n.block_start=0,n.insert=0))),Ho(t),t.avail_out===0))return n.last_flush=-1,ai}return e!==Fo?ai:n.wrap<=0?K0:(n.wrap===2?(gt(n,t.adler&255),gt(n,t.adler>>8&255),gt(n,t.adler>>16&255),gt(n,t.adler>>24&255),gt(n,t.total_in&255),gt(n,t.total_in>>8&255),gt(n,t.total_in>>16&255),gt(n,t.total_in>>24&255)):(xl(n,t.adler>>>16),xl(n,t.adler&65535)),Ho(t),n.wrap>0&&(n.wrap=-n.wrap),n.pending!==0?ai:K0)}function n4(t){var e;return!t||!t.state?bn:(e=t.state.status,e!==Lc&&e!==Ab&&e!==Cc&&e!==Vc&&e!==Wc&&e!==zf&&e!==Il?Ro(t,bn):(t.state=null,e===zf?Ro(t,EO):ai))}function i4(t,e){var r=e.length,n,i,o,f,s,a,u,c;if(!t||!t.state||(n=t.state,f=n.wrap,f===2||f===1&&n.status!==Lc||n.lookahead))return bn;for(f===1&&(t.adler=W0(t.adler,e,r,0)),n.wrap=0,r>=n.w_size&&(f===0&&(zo(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,a=t.next_in,u=t.input,t.avail_in=r,t.next_in=0,t.input=e,Mf(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,Mf(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=a,t.input=u,t.avail_in=s,n.wrap=f,ai}ui.deflateInit=t4;ui.deflateInit2=Q0;ui.deflateReset=X0;ui.deflateResetKeep=Z0;ui.deflateSetHeader=e4;ui.deflate=r4;ui.deflateEnd=n4;ui.deflateSetDictionary=i4;ui.deflateInfo="pako deflate (from Nodeca project)"});var Nb=H(Us=>{"use strict";var Yc=Wi(),eq=!0,tq=!0;try{String.fromCharCode.apply(null,[0])}catch{eq=!1}try{String.fromCharCode.apply(null,new Uint8Array(1))}catch{tq=!1}var El=new Yc.Buf8(256);for(Ki=0;Ki<256;Ki++)El[Ki]=Ki>=252?6:Ki>=248?5:Ki>=240?4:Ki>=224?3:Ki>=192?2:1;var Ki;El[254]=El[254]=1;Us.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 Yc.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 rq(t,e){if(e<65534&&(t.subarray&&tq||!t.subarray&&eq))return String.fromCharCode.apply(null,Yc.shrinkBuf(t,e));for(var r="",n=0;n<e;n++)r+=String.fromCharCode(t[n]);return r}Us.buf2binstring=function(t){return rq(t,t.length)};Us.binstring2buf=function(t){for(var e=new Yc.Buf8(t.length),r=0,n=e.length;r<n;r++)e[r]=t.charCodeAt(r);return e};Us.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=El[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 rq(s,n)};Us.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+El[t[r]]>e?r:e}});var Db=H((P6,nq)=>{"use strict";function o4(){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}nq.exports=o4});var sq=H(Nl=>{"use strict";var Al=$0(),Ol=Wi(),Fb=Nb(),Pb=Hc(),f4=Db(),iq=Object.prototype.toString,s4=0,Rb=4,Ls=0,oq=1,fq=2,a4=-1,l4=0,u4=8;function Uf(t){if(!(this instanceof Uf))return new Uf(t);this.options=Ol.assign({level:a4,method:u4,chunkSize:16384,windowBits:15,memLevel:8,strategy:l4,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 f4,this.strm.avail_out=0;var r=Al.deflateInit2(this.strm,e.level,e.method,e.windowBits,e.memLevel,e.strategy);if(r!==Ls)throw new Error(Pb[r]);if(e.header&&Al.deflateSetHeader(this.strm,e.header),e.dictionary){var n;if(typeof e.dictionary=="string"?n=Fb.string2buf(e.dictionary):iq.call(e.dictionary)==="[object ArrayBuffer]"?n=new Uint8Array(e.dictionary):n=e.dictionary,r=Al.deflateSetDictionary(this.strm,n),r!==Ls)throw new Error(Pb[r]);this._dict_set=!0}}Uf.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?Rb:s4,typeof t=="string"?r.input=Fb.string2buf(t):iq.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 Ol.Buf8(n),r.next_out=0,r.avail_out=n),i=Al.deflate(r,o),i!==oq&&i!==Ls)return this.onEnd(i),this.ended=!0,!1;(r.avail_out===0||r.avail_in===0&&(o===Rb||o===fq))&&(this.options.to==="string"?this.onData(Fb.buf2binstring(Ol.shrinkBuf(r.output,r.next_out))):this.onData(Ol.shrinkBuf(r.output,r.next_out)))}while((r.avail_in>0||r.avail_out===0)&&i!==oq);return o===Rb?(i=Al.deflateEnd(this.strm),this.onEnd(i),this.ended=!0,i===Ls):(o===fq&&(this.onEnd(Ls),r.avail_out=0),!0)};Uf.prototype.onData=function(t){this.chunks.push(t)};Uf.prototype.onEnd=function(t){t===Ls&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=Ol.flattenChunks(this.chunks)),this.chunks=[],this.err=t,this.msg=this.strm.msg};function zb(t,e){var r=new Uf(e);if(r.push(t,!0),r.err)throw r.msg||Pb[r.err];return r.result}function c4(t,e){return e=e||{},e.raw=!0,zb(t,e)}function p4(t,e){return e=e||{},e.gzip=!0,zb(t,e)}Nl.Deflate=Uf;Nl.deflate=zb;Nl.deflateRaw=c4;Nl.gzip=p4});var lq=H((z6,aq)=>{"use strict";var Kc=30,d4=12;aq.exports=function(e,r){var n,i,o,f,s,a,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),a=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=Kc;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=Kc;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=Kc;break e}break}}else if((J&64)==0){pe=U[(pe&65535)+(S&(1<<J)-1)];continue t}else if(J&32){n.mode=d4;break e}else{e.msg="invalid literal/length code",n.mode=Kc;break e}break}}while(i<o&&f<a);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<a?257+(a-f):257-(f-a),n.hold=S,n.bits=T}});var hq=H((H6,bq)=>{"use strict";var uq=Wi(),Cs=15,cq=852,pq=592,dq=0,Hb=1,mq=2,m4=[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],b4=[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],h4=[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],w4=[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];bq.exports=function(e,r,n,i,o,f,s,a){var u=a.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 uq.Buf16(Cs+1),b=new uq.Buf16(Cs+1),z=null,K=0,M,oe,A;for(c=0;c<=Cs;c++)N[c]=0;for(_=0;_<i;_++)N[r[n+_]]++;for(S=u,j=Cs;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,a.bits=1,0;for(p=1;p<j&&N[p]===0;p++);for(S<p&&(S=p),W=1,c=1;c<=Cs;c++)if(W<<=1,W-=N[c],W<0)return-1;if(W>0&&(e===dq||j!==1))return-1;for(b[1]=0,c=1;c<Cs;c++)b[c+1]=b[c]+N[c];for(_=0;_<i;_++)r[n+_]!==0&&(s[b[r[n+_]]++]=_);if(e===dq?(de=z=s,g=19):e===Hb?(de=m4,y-=257,z=b4,K-=257,g=256):(de=h4,z=w4,g=-1),te=0,_=0,c=p,Y=f,T=S,U=0,D=-1,L=1<<S,le=L-1,e===Hb&&L>cq||e===mq&&L>pq)return 1;for(;;){M=c-U,s[_]<g?(oe=0,A=s[_]):s[_]>g?(oe=z[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]=M<<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===Hb&&L>cq||e===mq&&L>pq)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),a.bits=S,0}});var Xq=H(Yn=>{"use strict";var an=Wi(),Mb=Ib(),ci=Sb(),g4=lq(),Dl=hq(),y4=0,wq=1,gq=2,yq=4,j4=5,Gc=6,Lf=0,_4=1,q4=2,hn=-2,jq=-3,Ub=-4,v4=-5,_q=8,qq=1,vq=2,Tq=3,Bq=4,kq=5,Iq=6,Sq=7,xq=8,Eq=9,Aq=10,Jc=11,Gi=12,Lb=13,Oq=14,Cb=15,Nq=16,Dq=17,Fq=18,Pq=19,Zc=20,Xc=21,Rq=22,zq=23,Hq=24,Mq=25,Uq=26,Vb=27,Lq=28,Cq=29,Ct=30,Wb=31,T4=32,B4=852,k4=592,I4=15,S4=I4;function Vq(t){return(t>>>24&255)+(t>>>8&65280)+((t&65280)<<8)+((t&255)<<24)}function x4(){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 Wq(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=qq,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(B4),e.distcode=e.distdyn=new an.Buf32(k4),e.sane=1,e.back=-1,Lf)}function Yq(t){var e;return!t||!t.state?hn:(e=t.state,e.wsize=0,e.whave=0,e.wnext=0,Wq(t))}function Kq(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,Yq(t))}function Gq(t,e){var r,n;return t?(n=new x4,t.state=n,n.window=null,r=Kq(t,e),r!==Lf&&(t.state=null),r):hn}function E4(t){return Gq(t,S4)}var Jq=!0,Yb,Kb;function A4(t){if(Jq){var e;for(Yb=new an.Buf32(512),Kb=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(Dl(wq,t.lens,0,288,Yb,0,t.work,{bits:9}),e=0;e<32;)t.lens[e++]=5;Dl(gq,t.lens,0,32,Kb,0,t.work,{bits:5}),Jq=!1}t.lencode=Yb,t.lenbits=9,t.distcode=Kb,t.distbits=5}function Zq(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 O4(t,e){var r,n,i,o,f,s,a,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===Gi&&(r.mode=Lb),f=t.next_out,i=t.output,a=t.avail_out,o=t.next_in,n=t.input,s=t.avail_in,u=r.hold,c=r.bits,_=s,p=a,Y=Lf;e:for(;;)switch(r.mode){case qq:if(r.wrap===0){r.mode=Lb;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=vq;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=Ct;break}if((u&15)!==_q){t.msg="unknown compression method",r.mode=Ct;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=Ct;break}r.dmax=1<<le,t.adler=r.check=1,r.mode=u&512?Aq:Gi,u=0,c=0;break;case vq:for(;c<16;){if(s===0)break e;s--,u+=n[o++]<<c,c+=8}if(r.flags=u,(r.flags&255)!==_q){t.msg="unknown compression method",r.mode=Ct;break}if(r.flags&57344){t.msg="unknown header flags set",r.mode=Ct;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=Tq;case Tq: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=Bq;case Bq: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=kq;case kq: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=Iq;case Iq: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=Sq;case Sq: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=xq;case xq: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=Eq;case Eq: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=Ct;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=Gi;break;case Aq:for(;c<32;){if(s===0)break e;s--,u+=n[o++]<<c,c+=8}t.adler=r.check=Vq(u),u=0,c=0,r.mode=Jc;case Jc:if(r.havedict===0)return t.next_out=f,t.avail_out=a,t.next_in=o,t.avail_in=s,r.hold=u,r.bits=c,q4;t.adler=r.check=1,r.mode=Gi;case Gi:if(e===j4||e===Gc)break e;case Lb:if(r.last){u>>>=c&7,c-=c&7,r.mode=Vb;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=Oq;break;case 1:if(A4(r),r.mode=Zc,e===Gc){u>>>=2,c-=2;break e}break;case 2:r.mode=Dq;break;case 3:t.msg="invalid block type",r.mode=Ct}u>>>=2,c-=2;break;case Oq: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=Ct;break}if(r.length=u&65535,u=0,c=0,r.mode=Cb,e===Gc)break e;case Cb:r.mode=Nq;case Nq:if(j=r.length,j){if(j>s&&(j=s),j>a&&(j=a),j===0)break e;an.arraySet(i,n,o,j,f),s-=j,o+=j,a-=j,f+=j,r.length-=j;break}r.mode=Gi;break;case Dq: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=Ct;break}r.have=0,r.mode=Fq;case Fq: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=Dl(y4,r.lens,0,19,r.lencode,0,r.work,y),r.lenbits=y.bits,Y){t.msg="invalid code lengths set",r.mode=Ct;break}r.have=0,r.mode=Pq;case Pq: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=Ct;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=Ct;break}for(;j--;)r.lens[r.have++]=le}}if(r.mode===Ct)break;if(r.lens[256]===0){t.msg="invalid code -- missing end-of-block",r.mode=Ct;break}if(r.lenbits=9,y={bits:r.lenbits},Y=Dl(wq,r.lens,0,r.nlen,r.lencode,0,r.work,y),r.lenbits=y.bits,Y){t.msg="invalid literal/lengths set",r.mode=Ct;break}if(r.distbits=6,r.distcode=r.distdyn,y={bits:r.distbits},Y=Dl(gq,r.lens,r.nlen,r.ndist,r.distcode,0,r.work,y),r.distbits=y.bits,Y){t.msg="invalid distances set",r.mode=Ct;break}if(r.mode=Zc,e===Gc)break e;case Zc:r.mode=Xc;case Xc:if(s>=6&&a>=258){t.next_out=f,t.avail_out=a,t.next_in=o,t.avail_in=s,r.hold=u,r.bits=c,g4(t,p),f=t.next_out,i=t.output,a=t.avail_out,o=t.next_in,n=t.input,s=t.avail_in,u=r.hold,c=r.bits,r.mode===Gi&&(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=Uq;break}if(L&32){r.back=-1,r.mode=Gi;break}if(L&64){t.msg="invalid literal/length code",r.mode=Ct;break}r.extra=L&15,r.mode=Rq;case Rq: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=zq;case zq: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=Ct;break}r.offset=te,r.extra=L&15,r.mode=Hq;case Hq: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=Ct;break}r.mode=Mq;case Mq:if(a===0)break e;if(j=p-a,r.offset>j){if(j=r.offset-j,j>r.whave&&r.sane){t.msg="invalid distance too far back",r.mode=Ct;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>a&&(j=a),a-=j,r.length-=j;do i[f++]=T[S++];while(--j);r.length===0&&(r.mode=Xc);break;case Uq:if(a===0)break e;i[f++]=r.length,a--,r.mode=Xc;break;case Vb:if(r.wrap){for(;c<32;){if(s===0)break e;s--,u|=n[o++]<<c,c+=8}if(p-=a,t.total_out+=p,r.total+=p,p&&(t.adler=r.check=r.flags?ci(r.check,i,p,f-p):Mb(r.check,i,p,f-p)),p=a,(r.flags?u:Vq(u))!==r.check){t.msg="incorrect data check",r.mode=Ct;break}u=0,c=0}r.mode=Lq;case Lq: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=Ct;break}u=0,c=0}r.mode=Cq;case Cq:Y=_4;break e;case Ct:Y=jq;break e;case Wb:return Ub;case T4:default:return hn}return t.next_out=f,t.avail_out=a,t.next_in=o,t.avail_in=s,r.hold=u,r.bits=c,(r.wsize||p!==t.avail_out&&r.mode<Ct&&(r.mode<Vb||e!==yq))&&Zq(t,t.output,t.next_out,p-t.avail_out)?(r.mode=Wb,Ub):(_-=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):Mb(r.check,i,p,t.next_out-p)),t.data_type=r.bits+(r.last?64:0)+(r.mode===Gi?128:0)+(r.mode===Zc||r.mode===Cb?256:0),(_===0&&p===0||e===yq)&&Y===Lf&&(Y=v4),Y)}function N4(t){if(!t||!t.state)return hn;var e=t.state;return e.window&&(e.window=null),t.state=null,Lf}function D4(t,e){var r;return!t||!t.state||(r=t.state,(r.wrap&2)==0)?hn:(r.head=e,e.done=!1,Lf)}function F4(t,e){var r=e.length,n,i,o;return!t||!t.state||(n=t.state,n.wrap!==0&&n.mode!==Jc)?hn:n.mode===Jc&&(i=1,i=Mb(i,e,r,0),i!==n.check)?jq:(o=Zq(t,e,r,r),o?(n.mode=Wb,Ub):(n.havedict=1,Lf))}Yn.inflateReset=Yq;Yn.inflateReset2=Kq;Yn.inflateResetKeep=Wq;Yn.inflateInit=E4;Yn.inflateInit2=Gq;Yn.inflate=O4;Yn.inflateEnd=N4;Yn.inflateGetHeader=D4;Yn.inflateSetDictionary=F4;Yn.inflateInfo="pako inflate (from Nodeca project)"});var Gb=H((U6,Qq)=>{"use strict";Qq.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 ev=H((L6,$q)=>{"use strict";function P4(){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}$q.exports=P4});var rv=H(Pl=>{"use strict";var Vs=Xq(),Fl=Wi(),Qc=Nb(),nr=Gb(),Jb=Hc(),R4=Db(),z4=ev(),tv=Object.prototype.toString;function Cf(t){if(!(this instanceof Cf))return new Cf(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 R4,this.strm.avail_out=0;var r=Vs.inflateInit2(this.strm,e.windowBits);if(r!==nr.Z_OK)throw new Error(Jb[r]);if(this.header=new z4,Vs.inflateGetHeader(this.strm,this.header),e.dictionary&&(typeof e.dictionary=="string"?e.dictionary=Qc.string2buf(e.dictionary):tv.call(e.dictionary)==="[object ArrayBuffer]"&&(e.dictionary=new Uint8Array(e.dictionary)),e.raw&&(r=Vs.inflateSetDictionary(this.strm,e.dictionary),r!==nr.Z_OK)))throw new Error(Jb[r])}Cf.prototype.push=function(t,e){var r=this.strm,n=this.options.chunkSize,i=this.options.dictionary,o,f,s,a,u,c=!1;if(this.ended)return!1;f=e===~~e?e:e===!0?nr.Z_FINISH:nr.Z_NO_FLUSH,typeof t=="string"?r.input=Qc.binstring2buf(t):tv.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=Vs.inflate(r,nr.Z_NO_FLUSH),o===nr.Z_NEED_DICT&&i&&(o=Vs.inflateSetDictionary(this.strm,i)),o===nr.Z_BUF_ERROR&&c===!0&&(o=nr.Z_OK,c=!1),o!==nr.Z_STREAM_END&&o!==nr.Z_OK)return this.onEnd(o),this.ended=!0,!1;r.next_out&&(r.avail_out===0||o===nr.Z_STREAM_END||r.avail_in===0&&(f===nr.Z_FINISH||f===nr.Z_SYNC_FLUSH))&&(this.options.to==="string"?(s=Qc.utf8border(r.output,r.next_out),a=r.next_out-s,u=Qc.buf2string(r.output,s),r.next_out=a,r.avail_out=n-a,a&&Fl.arraySet(r.output,r.output,s,a,0),this.onData(u)):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!==nr.Z_STREAM_END);return o===nr.Z_STREAM_END&&(f=nr.Z_FINISH),f===nr.Z_FINISH?(o=Vs.inflateEnd(this.strm),this.onEnd(o),this.ended=!0,o===nr.Z_OK):(f===nr.Z_SYNC_FLUSH&&(this.onEnd(nr.Z_OK),r.avail_out=0),!0)};Cf.prototype.onData=function(t){this.chunks.push(t)};Cf.prototype.onEnd=function(t){t===nr.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 Zb(t,e){var r=new Cf(e);if(r.push(t,!0),r.err)throw r.msg||Jb[r.err];return r.result}function H4(t,e){return e=e||{},e.raw=!0,Zb(t,e)}Pl.Inflate=Cf;Pl.inflate=Zb;Pl.inflateRaw=H4;Pl.ungzip=Zb});var ov=H((V6,iv)=>{"use strict";var M4=Wi().assign,U4=sq(),L4=rv(),C4=Gb(),nv={};M4(nv,U4,L4,C4);iv.exports=nv});var Xb=H(()=>{});var Rl,Ji,Qb,fv=re(()=>{Ff();fi();Rl=Ne(ov()),Ji=Ne(Xb());fi();Qb=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 Ci(Ji.default.gzip)(e):await Ci(Ji.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 Ci(Ji.default.gunzip)(e):await Ci(Ji.default.inflate)(e);return fn(r)}return this.decompressSync(e)}compressSync(e){if(!Vn&&this.options.deflate?.useZlib){let i=this.options.deflate?.gzip?Ji.default.gzipSync(e):Ji.default.deflateSync(e);return fn(i)}let r=this.options?.deflate||{},n=new Uint8Array(e);return Rl.default.deflate(n,r).buffer}decompressSync(e){if(!Vn&&this.options.deflate?.useZlib){let i=this.options.deflate?.gzip?Ji.default.gunzipSync(e):Ji.default.inflateSync(e);return fn(i)}let r=this.options?.deflate||{},n=new Uint8Array(e);return Rl.default.inflate(n,r).buffer}async*compressBatches(e){let r=this.options?.deflate||{},n=new Rl.default.Deflate(r);yield*this.transformBatches(n,e)}async*decompressBatches(e){let r=this.options?.deflate||{},n=new Rl.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 $c,sv=re(()=>{fv();$c=class extends Qb{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 V4,zl,Hl,av=re(()=>{fi();Ff();V4=407708164,Hl=class extends sn{constructor(e){super(e);this.name="lz4";this.extensions=["lz4"];this.contentEncodings=["x-lz4"];this.isSupported=!0;if(this.options=e,zl=zl||this.options?.modules?.lz4js,!zl)throw new Error(this.name)}compressSync(e){let r=new Uint8Array(e);return zl.compress(r).buffer}decompressSync(e,r){try{let n=this.checkMagicNumber(e),i=new Uint8Array(e);if(n)return zl.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++],a=s>>4;if(a>0){let S=a+240;for(;S===255;)S=e[f++],a+=S;let T=f+a;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]===V4}}});var ep,tp,rp,lv=re(()=>{Ff();rp=class extends sn{constructor(e){super(e);this.name="zstd";this.extensions=[];this.contentEncodings=[];this.isSupported=!0;this.options=e,ep=this.options?.modules?.["zstd-codec"],ep||console.warn(`${this.name} library not installed`)}async preload(){!tp&&ep&&(tp=await new Promise(e=>ep.run(r=>e(r))))}compressSync(e){let r=new tp.Simple,n=new Uint8Array(e);return r.compress(n).buffer}decompressSync(e){let r=new tp.Simple,n=new Uint8Array(e);return r.decompress(n).buffer}}});var cv=H(uv=>{"use strict";var W4=[0,255,65535,16777215,4294967295];function Y4(t,e,r,n,i){var o;for(o=0;o<i;o++)r[n+o]=t[e+o]}function K4(t,e,r,n){var i;for(i=0;i<n;i++)t[e+i]=t[e-r+i]}function $b(t){this.array=t,this.pos=0}$b.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};$b.prototype.uncompressToBuffer=function(t){for(var e=this.array,r=e.length,n=this.pos,i=0,o,f,s,a;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&W4[s])+1,n+=s}if(n+f>r)return!1;Y4(e,n,t,i,f),n+=f,i+=f}else{switch(o&3){case 1:f=(o>>>2&7)+4,a=e[n]+(o>>>5<<8),n+=1;break;case 2:if(n+1>=r)return!1;f=(o>>>2)+1,a=e[n]+(e[n+1]<<8),n+=2;break;case 3:if(n+3>=r)return!1;f=(o>>>2)+1,a=e[n]+(e[n+1]<<8)+(e[n+2]<<16)+(e[n+3]<<24),n+=4;break;default:break}if(a===0||a>i)return!1;K4(t,i,a,f),i+=f}return!0};uv.SnappyDecompressor=$b});var hv=H(bv=>{"use strict";var G4=16,J4=1<<G4,pv=14,eh=new Array(pv+1);function Ml(t,e){return t*506832829>>>e}function Ul(t,e){return t[e]+(t[e+1]<<8)+(t[e+2]<<16)+(t[e+3]<<24)}function dv(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 Z4(t,e,r,n,i){var o;for(o=0;o<i;o++)r[n+o]=t[e+o]}function mv(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),Z4(t,e,n,i,r),i+r}function th(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 X4(t,e,r,n){for(;n>=68;)e=th(t,e,r,64),n-=64;return n>64&&(e=th(t,e,r,60),n-=60),th(t,e,r,n)}function Q4(t,e,r,n,i){for(var o=1;1<<o<=r&&o<=pv;)o+=1;o-=1;var f=32-o;typeof eh[o]=="undefined"&&(eh[o]=new Uint16Array(1<<o));var s=eh[o],a;for(a=0;a<s.length;a++)s[a]=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=Ml(Ul(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=Ml(Ul(t,T),f),U=_+s[j],s[j]=e-_}while(!dv(t,e,U));if(!Y)break;i=mv(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=X4(n,i,J,pe),p=e,e>=c){Y=!1;break}D=Ml(Ul(t,e-1),f),s[D]=e-1-_,le=Ml(Ul(t,e),f),U=_+s[le],s[le]=e-_}while(dv(t,e,U));if(!Y)break;e+=1,S=Ml(Ul(t,e),f)}return p<u&&(i=mv(t,p,u-p,n,i)),i}function $4(t,e,r){do e[r]=t&127,t=t>>>7,t>0&&(e[r]+=128),r+=1;while(t>0);return r}function rh(t){this.array=t}rh.prototype.maxCompressedLength=function(){var t=this.array.length;return 32+t+Math.floor(t/6)};rh.prototype.compressToBuffer=function(t){var e=this.array,r=e.length,n=0,i=0,o;for(i=$4(r,t,i);n<r;)o=Math.min(r-n,J4),i=Q4(e,n,o,t,i),n+=o;return i};bv.SnappyCompressor=rh});var jv=H(nh=>{"use strict";function wv(){return typeof process=="object"&&typeof process.versions=="object"&&typeof process.versions.node!="undefined"}function np(t){return t instanceof Uint8Array&&(!wv()||!Buffer.isBuffer(t))}function ip(t){return t instanceof ArrayBuffer}function gv(t){return wv()?Buffer.isBuffer(t):!1}var e2=cv().SnappyDecompressor,t2=hv().SnappyCompressor,yv="Argument compressed must be type of ArrayBuffer, Buffer, or Uint8Array";function r2(t){if(!np(t)&&!ip(t)&&!gv(t))throw new TypeError(yv);var e=!1,r=!1;np(t)?e=!0:ip(t)&&(r=!0,t=new Uint8Array(t));var n=new e2(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 n2(t){if(!np(t)&&!ip(t)&&!gv(t))throw new TypeError(yv);var e=!1,r=!1;np(t)?e=!0:ip(t)&&(r=!0,t=new Uint8Array(t));var n=new t2(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 a=new Uint8Array(Array.prototype.slice.call(o,0,s));if(e)return a;if(r)return a.buffer;throw new Error("Not implemented")}return o.slice(0,s)}nh.uncompress=r2;nh.compress=n2});var op,fp,_v=re(()=>{Ff();op=Ne(jv()),fp=class extends sn{constructor(e){super(e);this.name="snappy";this.extensions=[];this.contentEncodings=[];this.isSupported=!0;this.options=e||{}}compressSync(e){return(0,op.compress)(e)}decompressSync(e){return(0,op.uncompress)(e)}}});var i2,qv,vv=re(()=>{i2=()=>{function t(l){this.data=l,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]),a=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 _(l){let x=-1,k=16;for(;k>0;)l>>>k!=0&&(x+=k,l=l>>>k),k=k>>1;return x+l}function p(l,x,k){return 16+x+2*(k<<l)}function j(l,x,k){if(l<k+(2<<x))throw"maxDistance is too small";let E=(l-k>>x)+4,O=_(E)-1;return((O-1<<1|E>>O&1)-1<<x)+(1<<x)+k+16}function S(l){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<<a[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],Oe=Q+(Ae>4?3:Ae-2),ve=E*4;l[ve+0]=a[ne]|u[ge]<<8,l[ve+1]=x[ne],l[ve+2]=k[ge],l[ve+3]=Oe}}function T(l){let x=l.isLargeWindow;if(l.isLargeWindow=0,l.bitOffset>=16&&(l.accumulator32=l.shortBuffer[l.halfOffset++]<<16|l.accumulator32>>>16,l.bitOffset-=16),ke(l,1)==0)return 16;let k=ke(l,3);return k!=0?17+k:(k=ke(l,3),k!=0?k==1?x==0||(l.isLargeWindow=1,ke(l,1)==1)||(k=ke(l,6),k<10||k>30)?-1:k:8+k:17)}function U(l){if(l.runningState!=1)throw"State MUST be freshly initialized";l.isEager=1}function W(l){if(l.runningState!=1)throw"State MUST be freshly initialized";l.isLargeWindow=1}function L(l,x){if(l.runningState!=1)throw"State MUST be freshly initialized";if(l.cdNumChunks==0&&(l.cdChunks=new Array(16),l.cdChunkOffsets=new Int32Array(16),l.cdBlockBits=-1),l.cdNumChunks==15)throw"Too many dictionary chunks";l.cdChunks[l.cdNumChunks]=x,l.cdNumChunks++,l.cdTotalSize+=x.length,l.cdChunkOffsets[l.cdNumChunks]=l.cdTotalSize}function te(l,x){if(l.runningState!=0)throw"State MUST be uninitialized";l.blockTrees=new Int32Array(3091),l.blockTrees[0]=7,l.distRbIdx=3;let k=j(2147483644,3,15<<3);l.distExtraBits=new Int8Array(k),l.distOffset=new Int32Array(k),l.input=x,v(l),l.runningState=1}function pe(l){if(l.runningState==0)throw"State MUST be initialized";l.runningState!=11&&(l.runningState=11,l.input!=null&&(XE(l.input),l.input=null))}function J(l){if(l.bitOffset>=16&&(l.accumulator32=l.shortBuffer[l.halfOffset++]<<16|l.accumulator32>>>16,l.bitOffset-=16),ke(l,1)!=0){let x=ke(l,3);return x==0?1:ke(l,x)+(1<<x)}return 0}function D(l){if(l.bitOffset>=16&&(l.accumulator32=l.shortBuffer[l.halfOffset++]<<16|l.accumulator32>>>16,l.bitOffset-=16),l.inputEnd=ke(l,1),l.metaBlockLength=0,l.isUncompressed=0,l.isMetadata=0,l.inputEnd!=0&&ke(l,1)!=0)return;let x=ke(l,2)+4;if(x==7){if(l.isMetadata=1,ke(l,1)!=0)throw"Corrupted reserved bit";let k=ke(l,2);if(k==0)return;for(let E=0;E<k;E++){l.bitOffset>=16&&(l.accumulator32=l.shortBuffer[l.halfOffset++]<<16|l.accumulator32>>>16,l.bitOffset-=16);let O=ke(l,8);if(O==0&&E+1==k&&k>1)throw"Exuberant nibble";l.metaBlockLength|=O<<E*8}}else for(let k=0;k<x;k++){l.bitOffset>=16&&(l.accumulator32=l.shortBuffer[l.halfOffset++]<<16|l.accumulator32>>>16,l.bitOffset-=16);let E=ke(l,4);if(E==0&&k+1==x&&x>4)throw"Exuberant nibble";l.metaBlockLength|=E<<k*4}l.metaBlockLength++,l.inputEnd==0&&(l.isUncompressed=ke(l,1))}function le(l,x,k){let E=l[x],O=k.accumulator32>>>k.bitOffset;E+=O&255;let Q=l[E]>>16,ne=l[E]&65535;if(Q<=8)return k.bitOffset+=Q,ne;E+=ne;let ge=(1<<Q)-1;return E+=(O&ge)>>>8,k.bitOffset+=(l[E]>>16)+8,l[E]&65535}function Y(l,x,k){k.bitOffset>=16&&(k.accumulator32=k.shortBuffer[k.halfOffset++]<<16|k.accumulator32>>>16,k.bitOffset-=16);let E=le(l,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(l,x){let k=l[x];for(;x>0;x--)l[x]=l[x-1];l[0]=k}function y(l,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=l[E]&255;l[E]=k[O],O!=0&&de(k,O)}}function g(l,x,k,E){let O=0,Q=8,ne=0,ge=0,Ae=32768,Oe=new Int32Array(32+1),ve=Oe.length-1;for(nt(Oe,ve,5,l,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+=Oe[it]>>16;let ft=Oe[it]&65535;if(ft<16)ne=0,k[O++]=ft,ft!=0&&(Q=ft,Ae-=32768>>ft);else{let Mt=ft-14,nn=0;ft==16&&(nn=Q),ge!=nn&&(ne=0,ge=nn);let dn=ne;ne>0&&(ne-=2,ne<<=Mt),E.bitOffset>=16&&(E.accumulator32=E.shortBuffer[E.halfOffset++]<<16|E.accumulator32>>>16,E.bitOffset-=16),ne+=ke(E,Mt)+3;let wr=ne-dn;if(O+wr>x)throw"symbol + repeatDelta > numSymbols";for(let ut=0;ut<wr;ut++)k[O++]=ge;ge!=0&&(Ae-=wr<<15-ge)}}if(Ae!=0)throw"Unused space";k.fill(0,O,x)}function N(l,x){for(let k=0;k<x-1;++k)for(let E=k+1;E<x;++E)if(l[k]==l[E])throw"Duplicate simple Huffman code symbol"}function b(l,x,k,E,O){let Q=new Int32Array(x),ne=new Int32Array(4),ge=1+_(l-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 Oe=Ae;switch(Ae==4&&(Oe+=ke(O,1)),Oe){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 z(l,x,k,E,O){let Q=new Int32Array(l),ne=new Int32Array(18),ge=32,Ae=0;for(let Oe=x;Oe<18&&ge>0;Oe++){let ve=r[Oe];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,l,Q,O),nt(k,E,8,Q,l)}function K(l,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(l,x,k,E,O):z(x,Q,k,E,O)}function M(l,x,k){k.halfOffset>2030&&Ze(k);let E=J(k)+1;if(E==1)return x.fill(0,0,l),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),Oe=Ae.length-1;K(ne,ne,Ae,Oe,k);for(let ve=0;ve<l;){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,Oe,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>=l)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,l),E}function oe(l,x,k){let E=l.rings,O=4+x*2;l.bitOffset>=16&&(l.accumulator32=l.shortBuffer[l.halfOffset++]<<16|l.accumulator32>>>16,l.bitOffset-=16);let Q=le(l.blockTrees,2*x,l),ne=Y(l.blockTrees,2*x+1,l);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(l){l.literalBlockLength=oe(l,0,l.numLiteralBlockTypes);let x=l.rings[5];l.contextMapSlice=x<<6,l.literalTreeIdx=l.contextMap[l.contextMapSlice]&255;let k=l.contextModes[x];l.contextLookupOffset1=k<<9,l.contextLookupOffset2=l.contextLookupOffset1+256}function Ye(l){l.commandBlockLength=oe(l,1,l.numCommandBlockTypes),l.commandTreeIdx=l.rings[7]}function me(l){l.distanceBlockLength=oe(l,2,l.numDistanceBlockTypes),l.distContextMapSlice=l.rings[9]<<2}function V(l){let x=l.maxRingBufferSize;if(x>l.expectedTotalSize){let O=l.expectedTotalSize;for(;x>>1>O;)x>>=1;l.inputEnd==0&&x<16384&&l.maxRingBufferSize>=16384&&(x=16384)}if(x<=l.ringBufferSize)return;let k=x+37,E=new Int8Array(k);l.ringBuffer.length!=0&&E.set(l.ringBuffer.subarray(0,0+l.ringBufferSize),0),l.ringBuffer=E,l.ringBufferSize=x}function X(l){if(l.inputEnd!=0){l.nextRunningState=10,l.runningState=12;return}l.literalTreeGroup=new Int32Array(0),l.commandTreeGroup=new Int32Array(0),l.distanceTreeGroup=new Int32Array(0),l.halfOffset>2030&&Ze(l),D(l),!(l.metaBlockLength==0&&l.isMetadata==0)&&(l.isUncompressed!=0||l.isMetadata!=0?(ie(l),l.runningState=l.isMetadata!=0?5:6):l.runningState=3,l.isMetadata==0&&(l.expectedTotalSize+=l.metaBlockLength,l.expectedTotalSize>1<<30&&(l.expectedTotalSize=1<<30),l.ringBufferSize<l.maxRingBufferSize&&V(l)))}function He(l,x,k){let E=l.blockTrees[2*x];if(k<=1)return l.blockTrees[2*x+1]=E,l.blockTrees[2*x+2]=E,1<<28;let O=k+2;E+=K(O,O,l.blockTrees,2*x,l),l.blockTrees[2*x+1]=E;let Q=26;return E+=K(Q,Q,l.blockTrees,2*x+1,l),l.blockTrees[2*x+2]=E,Y(l.blockTrees,2*x+1,l)}function we(l,x){let k=l.distExtraBits,E=l.distOffset,O=l.distancePostfixBits,Q=l.numDirectDistanceCodes,ne=1<<O,ge=1,Ae=0,Oe=16;for(let ve=0;ve<Q;++ve)k[Oe]=0,E[Oe]=ve+1,++Oe;for(;Oe<x;){let ve=Q+((2+Ae<<ge)-4<<O)+1;for(let it=0;it<ne;++it)k[Oe]=ge,E[Oe]=ve+it,++Oe;ge=ge+Ae,Ae=Ae^1}}function rt(l){l.numLiteralBlockTypes=J(l)+1,l.literalBlockLength=He(l,0,l.numLiteralBlockTypes),l.numCommandBlockTypes=J(l)+1,l.commandBlockLength=He(l,1,l.numCommandBlockTypes),l.numDistanceBlockTypes=J(l)+1,l.distanceBlockLength=He(l,2,l.numDistanceBlockTypes),l.halfOffset>2030&&Ze(l),l.bitOffset>=16&&(l.accumulator32=l.shortBuffer[l.halfOffset++]<<16|l.accumulator32>>>16,l.bitOffset-=16),l.distancePostfixBits=ke(l,2),l.numDirectDistanceCodes=ke(l,4)<<l.distancePostfixBits,l.contextModes=new Int8Array(l.numLiteralBlockTypes);for(let Q=0;Q<l.numLiteralBlockTypes;){let ne=Eo(Q+96,l.numLiteralBlockTypes);for(;Q<ne;++Q)l.bitOffset>=16&&(l.accumulator32=l.shortBuffer[l.halfOffset++]<<16|l.accumulator32>>>16,l.bitOffset-=16),l.contextModes[Q]=ke(l,2);l.halfOffset>2030&&Ze(l)}l.contextMap=new Int8Array(l.numLiteralBlockTypes<<6);let x=M(l.numLiteralBlockTypes<<6,l.contextMap,l);l.trivialLiteralContext=1;for(let Q=0;Q<l.numLiteralBlockTypes<<6;Q++)if(l.contextMap[Q]!=Q>>6){l.trivialLiteralContext=0;break}l.distContextMap=new Int8Array(l.numDistanceBlockTypes<<2);let k=M(l.numDistanceBlockTypes<<2,l.distContextMap,l);l.literalTreeGroup=$(256,256,x,l),l.commandTreeGroup=$(704,704,l.numCommandBlockTypes,l);let E=p(l.distancePostfixBits,l.numDirectDistanceCodes,24),O=E;l.isLargeWindow==1&&(E=p(l.distancePostfixBits,l.numDirectDistanceCodes,62),O=j(2147483644,l.distancePostfixBits,l.numDirectDistanceCodes)),l.distanceTreeGroup=$(E,O,k,l),we(l,O),l.contextMapSlice=0,l.distContextMapSlice=0,l.contextLookupOffset1=l.contextModes[0]*512,l.contextLookupOffset2=l.contextLookupOffset1+256,l.literalTreeIdx=0,l.commandTreeIdx=0,l.rings[4]=1,l.rings[5]=0,l.rings[6]=1,l.rings[7]=0,l.rings[8]=1,l.rings[9]=0}function Ir(l){let x=l.ringBuffer;if(l.metaBlockLength<=0){P(l),l.runningState=2;return}let k=Eo(l.ringBufferSize-l.pos,l.metaBlockLength);if($e(l,x,l.pos,k),l.metaBlockLength-=k,l.pos+=k,l.pos==l.ringBufferSize){l.nextRunningState=6,l.runningState=12;return}P(l),l.runningState=2}function _e(l){let x=Eo(l.outputLength-l.outputUsed,l.ringBufferBytesReady-l.ringBufferBytesWritten);return x!=0&&(l.output.set(l.ringBuffer.subarray(l.ringBufferBytesWritten,l.ringBufferBytesWritten+x),l.outputOffset+l.outputUsed),l.outputUsed+=x,l.ringBufferBytesWritten+=x),l.outputUsed<l.outputLength?1:0}function $(l,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(l,x,Q,ge,E);return Q}function Io(l){let x=l.ringBufferSize;return l.isEager!=0&&(x=Eo(x,l.ringBufferBytesWritten+l.outputLength-l.outputUsed)),x}function So(l,x){if(l.distance>2147483644)throw"Invalid backward reference";let k=l.distance-l.maxDistance-1-l.cdTotalSize;if(k<0)Ke(l,-k-1,l.copyLength),l.runningState=14;else{let E=At,O=l.copyLength;if(O>31)throw"Invalid backward reference";let Q=xo[O];if(Q==0)throw"Invalid backward reference";let ne=rr[O],ge=(1<<Q)-1,Ae=k&ge,Oe=k>>>Q;ne+=Ae*O;let ve=d;if(Oe>=ve.numTransforms)throw"Invalid backward reference";let it=B(l.ringBuffer,l.pos,E,ne,O,ve,Oe);if(l.pos+=it,l.metaBlockLength-=it,l.pos>=x){l.nextRunningState=4,l.runningState=12;return}l.runningState=4}}function St(l){l.cdBlockMap=new Int8Array(256);let x=8;for(;l.cdTotalSize-1>>>x!=0;)x++;x-=8,l.cdBlockBits=x;let k=0,E=0;for(;k<l.cdTotalSize;){for(;l.cdChunkOffsets[E+1]<k;)E++;l.cdBlockMap[k>>>x]=E,k+=1<<x}}function Ke(l,x,k){l.cdBlockBits==-1&&St(l);let E=l.cdBlockMap[x>>>l.cdBlockBits];for(;x>=l.cdChunkOffsets[E+1];)E++;if(l.cdTotalSize>x+k)throw"Invalid backward reference";l.distRbIdx=l.distRbIdx+1&3,l.rings[l.distRbIdx]=l.distance,l.metaBlockLength-=k,l.cdBrIndex=E,l.cdBrOffset=x-l.cdChunkOffsets[E],l.cdBrLength=k,l.cdBrCopied=0}function Ht(l,x){let k=l.pos,E=k;for(;l.cdBrLength!=l.cdBrCopied;){let O=x-k,ne=l.cdChunkOffsets[l.cdBrIndex+1]-l.cdChunkOffsets[l.cdBrIndex]-l.cdBrOffset,ge=l.cdBrLength-l.cdBrCopied;if(ge>ne&&(ge=ne),ge>O&&(ge=O),ZE(l.ringBuffer,k,l.cdChunks[l.cdBrIndex],l.cdBrOffset,l.cdBrOffset+ge),k+=ge,l.cdBrOffset+=ge,l.cdBrCopied+=ge,ge==ne&&(l.cdBrIndex++,l.cdBrOffset=0),k>=x)break}return k-E}function bt(l){if(l.runningState==0)throw"Can't decompress until initialized";if(l.runningState==11)throw"Can't decompress after close";if(l.runningState==1){let O=T(l);if(O==-1)throw"Invalid 'windowBits' code";l.maxRingBufferSize=1<<O,l.maxBackwardDistance=l.maxRingBufferSize-16,l.runningState=2}let x=Io(l),k=l.ringBufferSize-1,E=l.ringBuffer;for(;l.runningState!=10;)switch(l.runningState){case 2:if(l.metaBlockLength<0)throw"Invalid metablock length";X(l),x=Io(l),k=l.ringBufferSize-1,E=l.ringBuffer;continue;case 3:rt(l),l.runningState=4;case 4:if(l.metaBlockLength<=0){l.runningState=2;continue}l.halfOffset>2030&&Ze(l),l.commandBlockLength==0&&Ye(l),l.commandBlockLength--,l.bitOffset>=16&&(l.accumulator32=l.shortBuffer[l.halfOffset++]<<16|l.accumulator32>>>16,l.bitOffset-=16);let O=le(l.commandTreeGroup,l.commandTreeIdx,l)<<2,Q=c[O],ne=c[O+1],ge=c[O+2];l.distanceCode=c[O+3],l.bitOffset>=16&&(l.accumulator32=l.shortBuffer[l.halfOffset++]<<16|l.accumulator32>>>16,l.bitOffset-=16);let Ae=Q&255;l.insertLength=ne+(Ae<=16?ke(l,Ae):Cn(l,Ae)),l.bitOffset>=16&&(l.accumulator32=l.shortBuffer[l.halfOffset++]<<16|l.accumulator32>>>16,l.bitOffset-=16);let Oe=Q>>8;l.copyLength=ge+(Oe<=16?ke(l,Oe):Cn(l,Oe)),l.j=0,l.runningState=7;case 7:if(l.trivialLiteralContext!=0){for(;l.j<l.insertLength;)if(l.halfOffset>2030&&Ze(l),l.literalBlockLength==0&&A(l),l.literalBlockLength--,l.bitOffset>=16&&(l.accumulator32=l.shortBuffer[l.halfOffset++]<<16|l.accumulator32>>>16,l.bitOffset-=16),E[l.pos]=le(l.literalTreeGroup,l.literalTreeIdx,l),l.pos++,l.j++,l.pos>=x){l.nextRunningState=7,l.runningState=12;break}}else{let wr=E[l.pos-1&k]&255,ut=E[l.pos-2&k]&255;for(;l.j<l.insertLength;){l.halfOffset>2030&&Ze(l),l.literalBlockLength==0&&A(l);let on=xt[l.contextLookupOffset1+wr]|xt[l.contextLookupOffset2+ut],Ui=l.contextMap[l.contextMapSlice+on]&255;if(l.literalBlockLength--,ut=wr,l.bitOffset>=16&&(l.accumulator32=l.shortBuffer[l.halfOffset++]<<16|l.accumulator32>>>16,l.bitOffset-=16),wr=le(l.literalTreeGroup,Ui,l),E[l.pos]=wr,l.pos++,l.j++,l.pos>=x){l.nextRunningState=7,l.runningState=12;break}}}if(l.runningState!=7)continue;if(l.metaBlockLength-=l.insertLength,l.metaBlockLength<=0){l.runningState=4;continue}let ve=l.distanceCode;if(ve<0)l.distance=l.rings[l.distRbIdx];else{l.halfOffset>2030&&Ze(l),l.distanceBlockLength==0&&me(l),l.distanceBlockLength--,l.bitOffset>=16&&(l.accumulator32=l.shortBuffer[l.halfOffset++]<<16|l.accumulator32>>>16,l.bitOffset-=16);let wr=l.distContextMap[l.distContextMapSlice+ve]&255;if(ve=le(l.distanceTreeGroup,wr,l),ve<16){let ut=l.distRbIdx+n[ve]&3;if(l.distance=l.rings[ut]+i[ve],l.distance<0)throw"Negative distance"}else{let ut=l.distExtraBits[ve],on;l.bitOffset+ut<=32?on=ke(l,ut):(l.bitOffset>=16&&(l.accumulator32=l.shortBuffer[l.halfOffset++]<<16|l.accumulator32>>>16,l.bitOffset-=16),on=ut<=16?ke(l,ut):Cn(l,ut)),l.distance=l.distOffset[ve]+(on<<l.distancePostfixBits)}}if(l.maxDistance!=l.maxBackwardDistance&&l.pos<l.maxBackwardDistance?l.maxDistance=l.pos:l.maxDistance=l.maxBackwardDistance,l.distance>l.maxDistance){l.runningState=9;continue}if(ve>0&&(l.distRbIdx=l.distRbIdx+1&3,l.rings[l.distRbIdx]=l.distance),l.copyLength>l.metaBlockLength)throw"Invalid backward reference";l.j=0,l.runningState=8;case 8:let it=l.pos-l.distance&k,ft=l.pos,Mt=l.copyLength-l.j,nn=it+Mt,dn=ft+Mt;if(nn<k&&dn<k){if(Mt<12||nn>ft&&dn>it)for(let wr=0;wr<Mt;wr+=4)E[ft++]=E[it++],E[ft++]=E[it++],E[ft++]=E[it++],E[ft++]=E[it++];else E.copyWithin(ft,it,nn);l.j+=Mt,l.metaBlockLength-=Mt,l.pos+=Mt}else for(;l.j<l.copyLength;)if(E[l.pos]=E[l.pos-l.distance&k],l.metaBlockLength--,l.pos++,l.j++,l.pos>=x){l.nextRunningState=8,l.runningState=12;break}l.runningState==8&&(l.runningState=4);continue;case 9:So(l,x);continue;case 14:if(l.pos+=Ht(l,x),l.pos>=x){l.nextRunningState=14,l.runningState=12;return}l.runningState=4;continue;case 5:for(;l.metaBlockLength>0;)l.halfOffset>2030&&Ze(l),l.bitOffset>=16&&(l.accumulator32=l.shortBuffer[l.halfOffset++]<<16|l.accumulator32>>>16,l.bitOffset-=16),ke(l,8),l.metaBlockLength--;l.runningState=2;continue;case 6:Ir(l);continue;case 12:l.ringBufferBytesReady=Eo(l.pos,l.ringBufferSize),l.runningState=13;case 13:if(_e(l)==0)return;l.pos>=l.maxBackwardDistance&&(l.maxDistance=l.maxBackwardDistance),l.pos>=l.ringBufferSize&&(l.pos>l.ringBufferSize&&E.copyWithin(0,l.ringBufferSize,l.pos),l.pos&=k,l.ringBufferBytesWritten=0),l.runningState=l.nextRunningState;continue;default:throw"Unexpected state "+l.runningState}if(l.runningState==10){if(l.metaBlockLength<0)throw"Invalid metablock length";ie(l),Tt(l,1)}}function q(l,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=l,this.triplets=new Int32Array(l*3),this.params=new Int16Array(l),this.prefixSuffixStorage=new Int8Array(x),this.prefixSuffixHeads=new Int32Array(k+1)}let d=new q(121,167,50);function m(l,x,k,E,O){let Q=E.length,ne=1,ge=0;for(let Ae=0;Ae<Q;++Ae){let Oe=E.charCodeAt(Ae);Oe==35?x[ne++]=ge:l[ge++]=Oe}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 B(l,x,k,E,O,Q,ne){let ge=x,Ae=Q.triplets,Ne=Q.prefixSuffixStorage,ve=Q.prefixSuffixHeads,it=3*ne,ft=Ae[it],Mt=Ae[it+1],on=Ae[it+2],mn=ve[ft],wr=ve[ft+1],ut=ve[on],fn=ve[on+1],Li=Mt-11,Sc=Mt-0;for((Li<1||Li>9)&&(Li=0),(Sc<1||Sc>9)&&(Sc=0);mn!=wr;)l[ge++]=Ne[mn++];Li>O&&(Li=O),E+=Li,O-=Li,O-=Sc;let H_=O;for(;H_>0;)l[ge++]=k[E++],H_--;if(Mt==10||Mt==11){let Dt=ge-O;for(Mt==10&&(O=1);O>0;){let Ff=l[Dt]&255;Ff<192?(Ff>=97&&Ff<=122&&(l[Dt]^=32),Dt+=1,O-=1):Ff<224?(l[Dt+1]^=32,Dt+=2,O-=2):(l[Dt+2]^=5,Dt+=3,O-=3)}}else if(Mt==21||Mt==22){let Dt=ge-O,Ff=Q.params[ne],Yr=(Ff&32767)+(16777216-(Ff&32768));for(;O>0;){let Oo=1,Ci=l[Dt]&255;if(Ci<128)Yr+=Ci,l[Dt]=Yr&127;else if(!(Ci<192)){if(Ci<224)if(O>=2){let No=l[Dt+1];Yr+=No&63|(Ci&31)<<6,l[Dt]=192|Yr>>6&31,l[Dt+1]=No&192|Yr&63,Oo=2}else Oo=O;else if(Ci<240)if(O>=3){let No=l[Dt+1],gl=l[Dt+2];Yr+=gl&63|(No&63)<<6|(Ci&15)<<12,l[Dt]=224|Yr>>12&15,l[Dt+1]=No&192|Yr>>6&63,l[Dt+2]=gl&192|Yr&63,Oo=3}else Oo=O;else if(Ci<248)if(O>=4){let No=l[Dt+1],gl=l[Dt+2],M_=l[Dt+3];Yr+=M_&63|(gl&63)<<6|(No&63)<<12|(Ci&7)<<18,l[Dt]=240|Yr>>18&7,l[Dt+1]=No&192|Yr>>12&63,l[Dt+2]=gl&192|Yr>>6&63,l[Dt+3]=M_&192|Yr&63,Oo=4}else Oo=O}Dt+=Oo,O-=Oo,Mt==21&&(O=0)}}for(;ut!=fn;)l[ge++]=Ne[ut++];return ge-x}function R(l,x){let k=1<<x-1;for(;(l&k)!=0;)k>>=1;return(l&k-1)+k}function fe(l,x,k,E,O){do E-=k,l[x+E]=O;while(E>0)}function se(l,x,k){let E=1<<x-k;for(;x<15&&(E-=l[x],!(E<=0));)x++,E<<=1;return x-k}function nt(l,x,k,E,O){let Q=l[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,Mt=ft;if(Ne[15]==1){for(ne=0;ne<Mt;ne++)l[Q+ne]=ge[0];return Mt}ne=0,ve=0;for(let ut=1,fn=2;ut<=k;ut++,fn<<=1)for(;Ae[ut]>0;Ae[ut]--)fe(l,Q+ne,fn,ft,ut<<16|ge[ve++]),ne=R(ne,ut);let on=Mt-1,mn=-1,wr=Q;for(let ut=k+1,fn=2;ut<=15;ut++,fn<<=1)for(;Ae[ut]>0;Ae[ut]--)(ne&on)!=mn&&(wr+=ft,it=se(Ae,ut,k),ft=1<<it,Mt+=ft,mn=ne&on,l[Q+mn]=it+k<<16|wr-Q-mn),fe(l,wr+(ne>>k),fn,ft,ut-k<<16|ge[ve++]),ne=R(ne,ut);return Mt}function Ze(l){if(l.endOfStreamReached!=0){if(De(l)>=-2)return;throw"No more input"}let x=l.halfOffset<<1,k=4096-x;for(l.byteBuffer.copyWithin(0,x,4096),l.halfOffset=0;k<4096;){let E=4096-k,O=z_(l.input,l.byteBuffer,k,E);if(O<=0){l.endOfStreamReached=1,l.tailBytes=k,k+=1;break}k+=O}Re(l,k)}function Tt(l,x){if(l.endOfStreamReached==0)return;let k=(l.halfOffset<<1)+(l.bitOffset+7>>3)-4;if(k>l.tailBytes)throw"Read after end";if(x!=0&&k!=l.tailBytes)throw"Unused bytes after end"}function hr(l){if(l.bitOffset>32)throw"Accumulator underloaded: "+l.bitOffset}function ke(l,x){let k=l.accumulator32>>>l.bitOffset&(1<<x)-1;return l.bitOffset+=x,k}function Vn(l,x){let k=ke(l,16);return l.accumulator32=l.shortBuffer[l.halfOffset++]<<16|l.accumulator32>>>16,l.bitOffset-=16,k|ke(l,x-16)<<16}function v(l){l.byteBuffer=new Int8Array(4160),l.accumulator32=0,l.shortBuffer=new Int16Array(2080),l.bitOffset=32,l.halfOffset=2048,l.endOfStreamReached=0,I(l)}function I(l){l.halfOffset>2030&&Ze(l),Tt(l,0),l.accumulator32=l.shortBuffer[l.halfOffset++]<<16|l.accumulator32>>>16,l.bitOffset-=16,l.accumulator32=l.shortBuffer[l.halfOffset++]<<16|l.accumulator32>>>16,l.bitOffset-=16}function P(l){l.bitOffset==32&&I(l)}function ie(l){let x=32-l.bitOffset&7;if(x!=0&&ke(l,x)!=0)throw"Corrupted padding bits"}function De(l){let x=2048;return l.endOfStreamReached!=0&&(x=l.tailBytes+1>>1),x-l.halfOffset}function $e(l,x,k,E){if((l.bitOffset&7)!=0)throw"Unaligned copyBytes";for(;l.bitOffset!=32&&E!=0;)x[k++]=l.accumulator32>>>l.bitOffset,l.bitOffset+=8,E--;if(E==0)return;let O=Ao(De(l),E>>1);if(O>0){let Q=l.halfOffset<<1,ne=O<<1;x.set(l.byteBuffer.subarray(Q,Q+ne),k),k+=ne,E-=ne,l.halfOffset+=O}if(E!=0){if(De(l)>0){for(l.bitOffset>=16&&(l.accumulator32=l.shortBuffer[l.halfOffset++]<<16|l.accumulator32>>>16,l.bitOffset-=16);E!=0;)x[k++]=l.accumulator32>>>l.bitOffset,l.bitOffset+=8,E--;Tt(l,0);return}for(;E>0;){let Q=z_(l.input,x,k,E);if(Q==-1)throw"Unexpected end of input";k+=Q,E-=Q}}}function Re(l,x){let k=l.byteBuffer,E=x>>1,O=l.shortBuffer;for(let Q=0;Q<E;++Q)O[Q]=k[Q*2]&255|(k[Q*2+1]&255)<<8}let xt=new Int32Array(2048);function jt(l,x,k){for(let O=0;O<256;++O)l[O]=O&63,l[512+O]=O>>2,l[1792+O]=2+(O>>6);for(let O=0;O<128;++O)l[1024+O]=4*(x.charCodeAt(O)-32);for(let O=0;O<64;++O)l[1152+O]=O&1,l[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)l[E++]=Q}for(let O=0;O<16;++O)l[1792+O]=1,l[2032+O]=6;l[1792]=0,l[2047]=7;for(let O=0;O<256;++O)l[1536+O]=l[1792+O]<<3}jt(xt,` !! ! "#$##%#$&'##(#)#++++++++++((&*'##,---,---,-----,-----,-----&#'###.///.///./////./////./////&#'# `,"A/* ': & : $ \x81 @");function Et(){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 At=null,rr=new Int32Array(32),Eo=new Int32Array(32);function uA(l,x){if(hA(l)==0||bA(l)==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=rr,E=Eo;E.set(x.subarray(0,0+x.length),0);let O=0,Q=l.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";At=l}function cA(l,x,k,E,O,Q){let ne=gA(x+k);if(ne.length!=l.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;l.set(ne)}{let l=new Int8Array(122784),x=new Int32Array(25);cA(l,'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"),wA(l),uA(mA(l),x)}function Ao(l,x){return l<=x?l:x}function pA(l,x,k,E,O){l.set(k.slice(E,O),x)}function z_(l,x,k,E){if(l==null)return-1;let O=Ao(l.offset+E,l.data.length),Q=O-l.offset;return x.set(l.data.subarray(l.offset,O),k),l.offset+=Q,Q}function dA(l){return 0}function mA(l){return l}function bA(l){return 1}function hA(l){return 1}function wA(l){}function gA(l){let x=l.length,k=new Int8Array(x);for(let E=0;E<x;++E)k[E]=l.charCodeAt(E);return k}function yA(l,x){let k=new Et;if(te(k,new t(l)),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=Ao(E,ne+16384)-ne;ve<16384?Q.set(Ae.subarray(0,ve),ne):Q.set(Ae,ne),ne+=ve}return Q}return yA},zv=j2()});var Cl,Mv,Wf,up,Uv=re(()=>{Pf();si();Hv();Cl=Oe(nh());si();Mv={brotli:{mode:0,quality:8,lgwin:22}},up=class extends an{constructor(e){super(e);this.name="brotli";this.extensions=["br"];this.contentEncodings=["br"];this.isSupported=!0;this.options=e}async preload(){Wf=Wf||this.options?.modules?.brotli,Wf||console.warn(`${this.name} library not installed`)}async compress(e){if(!Wn&&this.options.brotli?.useZlib){let r=await Vi(Cl.default.brotliCompress)(e);return sn(r)}return this.compressSync(e)}compressSync(e){if(!Wn&&this.options.brotli?.useZlib){let o=Cl.default.brotliCompressSync(e);return sn(o)}let r={...Mv.brotli,...this.options?.brotli},n=new Uint8Array(e);if(!Wf)throw new Error("brotli compression: brotli module not installed");return Wf.compress(n,r).buffer}async decompress(e){if(!Wn&&this.options.brotli?.useZlib){let r=await Vi(Cl.default.brotliDecompress)(e);return sn(r)}return this.decompressSync(e)}decompressSync(e){if(!Wn&&this.options.brotli?.useZlib){let o=Cl.default.brotliDecompressSync(e);return sn(o)}let r={...Mv.brotli,...this.options?.brotli},n=new Uint8Array(e);return Wf?Wf.decompress(n,r).buffer:zv(n,void 0).buffer}}});var Lv=re(()=>{D0();vv();Tv();Bv();Rv();Uv()});var uh=H(Ys=>{Ys.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};Ys.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};Ys.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};Ys.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};Ys.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=H(Yv=>{var di=uh(),Yf=2654435761,Kf=2246822519,Cv=3266489917,_2=668265263,Vv=374761393;function cp(t,e){return t=t|0,e=e|0,t>>>(32-e|0)|t<<e|0}function Wv(t,e,r){return t=t|0,e=e|0,r=r|0,di.imul(t>>>(32-e|0)|t<<e,r)|0}function ch(t,e){return t=t|0,e=e|0,t>>>e^t|0}function Vl(t,e,r,n,i){return Wv(di.imul(e,r)+t,n,i)}function q2(t,e,r){return Wv(t+di.imul(e[r],Vv),11,Yf)}function v2(t,e,r){return Vl(t,di.readU32(e,r),Cv,17,_2)}function T2(t,e,r){return[Vl(t[0],di.readU32(e,r+0),Kf,13,Yf),Vl(t[1],di.readU32(e,r+4),Kf,13,Yf),Vl(t[2],di.readU32(e,r+8),Kf,13,Yf),Vl(t[3],di.readU32(e,r+12),Kf,13,Yf)]}function B2(t,e,r,n){var i,o;if(o=n,n>=16){for(i=[t+Yf+Kf,t+Kf,t,t-Yf];n>=16;)i=T2(i,e,r),r+=16,n-=16;i=cp(i[0],1)+cp(i[1],7)+cp(i[2],12)+cp(i[3],18)+o}else i=t+Vv+n>>>0;for(;n>=4;)i=v2(i,e,r),r+=4,n-=4;for(;n>0;)i=q2(i,e,r),r++,n--;return i=ch(di.imul(ch(di.imul(ch(i,15),Kf),13),Cv),16),i>>>0}Yv.hash=B2});var rT=H(qr=>{var k2=Kv(),gn=uh(),pp=4,I2=13,Gv=5,ph=6,dp=1<<16,Wl=4,mp=(1<<Wl)-1,S2=4,Ks=(1<<S2)-1,Jv=eT(5<<20),dh=E2(),mh=407708164,x2=4,Zv=8,Xv=16,bh=64,hh=192,bp=2147483648,Qv=7,wh=4,$v=7,hp={4:65536,5:262144,6:1048576,7:4194304};function E2(){try{return new Uint32Array(dp)}catch{for(var t=new Array(dp),e=0;e<dp;e++)t[e]=0;return t}}function A2(t){for(var e=0;e<dp;e++)dh[e]=0}function eT(t){try{return new Uint8Array(t)}catch{for(var e=new Array(t),r=0;r<t;r++)e[r]=0;return e}}function tT(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)}qr.compressBound=function(e){return e+e/255+16|0};qr.decompressBound=function(e){var r=0;if(gn.readU32(e,r)!==mh)throw new Error("invalid magic number");r+=4;var n=e[r++];if((n&hh)!==bh)throw new Error("incompatible descriptor version "+(n&hh));var i=(n&Xv)!=0,o=(n&Zv)!=0,f=e[r++]>>wh&$v;if(hp[f]===void 0)throw new Error("invalid block size "+f);var s=hp[f];if(o)return gn.readU64(e,r);r++;for(var a=0;;){var u=gn.readU32(e,r);if(r+=4,u&bp?(u&=~bp,a+=u):a+=s,u===0)return a;i&&(r+=4),r+=u}};qr.makeBuffer=eT;qr.decompressBlock=function(e,r,n,i,o){var f,s,a,u,c;for(a=n+i;n<a;){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>=a)break;if(f=_&15,s=e[n++]|e[n++]<<8,f===15)for(;f+=e[n],e[n++]===255;);for(f+=pp,c=o-s,u=c+f;c<u;)r[o++]=r[c++]|0}return o};qr.compressBlock=function(e,r,n,i,o){var f,s,a,u,c,_,p,j,S;if(p=0,j=i+n,s=n,i>=I2)for(var T=(1<<ph)+3;n+pp<j-Gv;){var U=gn.readU32(e,n),W=gn.hashU32(U)>>>0;if(W=(W>>16^W)>>>0&65535,f=o[W]-1,o[W]=n+1,f<0||n-f>>>16>0||gn.readU32(e,f)!==U){c=T++>>ph,n+=c;continue}for(T=(1<<ph)+3,_=n-s,u=n-f,n+=pp,f+=pp,a=n;n<j-Gv&&e[n]===e[f];)n++,f++;a=n-a;var L=a<mp?a:mp;if(_>=Ks){for(r[p++]=(Ks<<Wl)+L,S=_-Ks;S>=255;S-=255)r[p++]=255;r[p++]=S}else r[p++]=(_<<Wl)+L;for(var te=0;te<_;te++)r[p++]=e[s+te];if(r[p++]=u,r[p++]=u>>8,a>=mp){for(S=a-mp;S>=255;S-=255)r[p++]=255;r[p++]=S}s=n}if(s===0)return 0;if(_=j-s,_>=Ks){for(r[p++]=Ks<<Wl,S=_-Ks;S>=255;S-=255)r[p++]=255;r[p++]=S}else r[p++]=_<<Wl;for(n=s;n<j;)r[p++]=e[n++];return p};qr.decompressFrame=function(e,r){var n,i,o,f,s=0,a=0;if(gn.readU32(e,s)!==mh)throw new Error("invalid magic number");if(s+=4,f=e[s++],(f&hh)!==bh)throw new Error("incompatible descriptor version");n=(f&Xv)!=0,i=(f&x2)!=0,o=(f&Zv)!=0;var u=e[s++]>>wh&$v;if(hp[u]===void 0)throw new Error("invalid block size");for(o&&(s+=8),s++;;){var c;if(c=gn.readU32(e,s),s+=4,c===0)break;if(n&&(s+=4),(c&bp)!=0){c&=~bp;for(var _=0;_<c;_++)r[a++]=e[s++]}else a=qr.decompressBlock(e,r,s,c,a),s+=c}return i&&(s+=4),a};qr.compressFrame=function(e,r){var n=0;gn.writeU32(r,n,mh),n+=4,r[n++]=bh,r[n++]=Qv<<wh,r[n]=k2.hash(0,r,4,n-4)>>8,n++;var i=hp[Qv],o=e.length,f=0;for(A2(dh);o>0;){var s=0,a=o>i?i:o;if(s=qr.compressBlock(e,Jv,f,a,dh),s>a||s===0){gn.writeU32(r,n,2147483648|a),n+=4;for(var u=f+a;f<u;)r[n++]=e[f++];o-=a}else{gn.writeU32(r,n,s),n+=4;for(var c=0;c<s;)r[n++]=Jv[c++];f+=a,o-=a}}return gn.writeU32(r,n,0),n+=4,n};qr.decompress=function(e,r){var n,i;return r===void 0&&(r=qr.decompressBound(e)),n=qr.makeBuffer(r),i=qr.decompressFrame(e,n),i!==r&&(n=tT(n,0,i)),n};qr.compress=function(e,r){var n,i;return r===void 0&&(r=qr.compressBound(e.length)),n=qr.makeBuffer(r),i=qr.compressFrame(e,n),i!==r&&(n=tT(n,0,i)),n}});function nT(t){return Buffer.from(t)}function iT(t){return Buffer.isBuffer(t)?new Uint8Array(t.buffer,t.byteOffset,t.length).slice().buffer:t}async function fT(t){let e=Object.values(Yl);return await Promise.all(e.map(r=>r.preload()))}async function gh(t,e){let r=Yl[t];if(!r)throw new Error(`parquet: invalid compression method: ${t}`);let n=iT(e),i=await r.compress(n);return nT(i)}async function gp(t,e,r){let n=Yl[t];if(!n)throw new Error(`parquet: invalid compression method: ${t}`);let i=iT(e),o=await n.decompress(i,r);return nT(o)}var oT,wp,Yl,Kl=re(()=>{Lv();oT=Oe(rT());wp={lz4js:oT.default},Yl={UNCOMPRESSED:new Hc,GZIP:new rp,SNAPPY:new lp,BROTLI:new up({modules:wp}),LZ4:new Ml({modules:wp}),LZ4_RAW:new Ml({modules:wp}),ZSTD:new op({modules:wp})}});function Ut(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}function Ft(t,e){return e={exports:{}},t(e,e.exports),e.exports}function aT(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 P2(t){var e=aT(t),r=e[0],n=e[1];return(r+n)*3/4-n}function R2(t,e,r){return(e+r)*3/4-r}function z2(t){var e,r=aT(t),n=r[0],i=r[1],o=new F2(R2(t,n,i)),f=0,s=i>0?n-4:n,a;for(a=0;a<s;a+=4)e=yn[t.charCodeAt(a)]<<18|yn[t.charCodeAt(a+1)]<<12|yn[t.charCodeAt(a+2)]<<6|yn[t.charCodeAt(a+3)],o[f++]=e>>16&255,o[f++]=e>>8&255,o[f++]=e&255;return i===2&&(e=yn[t.charCodeAt(a)]<<2|yn[t.charCodeAt(a+1)]>>4,o[f++]=e&255),i===1&&(e=yn[t.charCodeAt(a)]<<10|yn[t.charCodeAt(a+1)]<<4|yn[t.charCodeAt(a+2)]>>2,o[f++]=e>>8&255,o[f++]=e&255),o}function H2(t){return mi[t>>18&63]+mi[t>>12&63]+mi[t>>6&63]+mi[t&63]}function M2(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(H2(n));return i.join("")}function U2(t){for(var e,r=t.length,n=r%3,i=[],o=16383,f=0,s=r-n;f<s;f+=o)i.push(M2(t,f,f+o>s?s:f+o));return n===1?(e=t[r-1],i.push(mi[e>>2]+mi[e<<4&63]+"==")):n===2&&(e=(t[r-2]<<8)+t[r-1],i.push(mi[e>>10]+mi[e>>4&63]+mi[e<<2&63]+"=")),i.join("")}function vh(t){if(!vp(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(Y2,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])qp(f)||!Js(f)?o+=" "+f:o+=" "+Xi(f);return o}function lT(t,e){if(Qi(global.process))return function(){return lT(t,e).apply(this,arguments)};var r=!1;function n(){return r||(console.error(e),r=!0),t.apply(this,arguments)}return n}function K2(t){if(Qi(Th)&&(Th=""),t=t.toUpperCase(),!jp[t])if(new RegExp("\\b"+t+"\\b","i").test(Th)){var e=0;jp[t]=function(){var r=vh.apply(null,arguments);console.error("%s %d: %s",t,e,r)}}else jp[t]=function(){};return jp[t]}function Xi(t,e){var r={seen:[],stylize:J2};return arguments.length>=3&&(r.depth=arguments[2]),arguments.length>=4&&(r.colors=arguments[3]),Ih(e)?r.showHidden=e:e&&pT(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=G2),_p(r,t,r.depth)}function G2(t,e){var r=Xi.styles[e];return r?"["+Xi.colors[r][0]+"m"+t+"["+Xi.colors[r][1]+"m":t}function J2(t,e){return t}function Z2(t){var e={};return t.forEach(function(r,n){e[r]=!0}),e}function _p(t,e,r){if(t.customInspect&&e&&kp(e.inspect)&&e.inspect!==Xi&&!(e.constructor&&e.constructor.prototype===e)){var n=e.inspect(r,t);return vp(n)||(n=_p(t,n,r)),n}var i=X2(t,e);if(i)return i;var o=Object.keys(e),f=Z2(o);if(t.showHidden&&(o=Object.getOwnPropertyNames(e)),Bp(e)&&(o.indexOf("message")>=0||o.indexOf("description")>=0))return Bh(e);if(o.length===0){if(kp(e)){var s=e.name?": "+e.name:"";return t.stylize("[Function"+s+"]","special")}if(Tp(e))return t.stylize(RegExp.prototype.toString.call(e),"regexp");if(Sh(e))return t.stylize(Date.prototype.toString.call(e),"date");if(Bp(e))return Bh(e)}var a="",u=!1,c=["{","}"];if(uT(e)&&(u=!0,c=["[","]"]),kp(e)){var _=e.name?": "+e.name:"";a=" [Function"+_+"]"}if(Tp(e)&&(a=" "+RegExp.prototype.toString.call(e)),Sh(e)&&(a=" "+Date.prototype.toUTCString.call(e)),Bp(e)&&(a=" "+Bh(e)),o.length===0&&(!u||e.length==0))return c[0]+a+c[1];if(r<0)return Tp(e)?t.stylize(RegExp.prototype.toString.call(e),"regexp"):t.stylize("[Object]","special");t.seen.push(e);var p;return u?p=Q2(t,e,r,f,o):p=o.map(function(j){return kh(t,e,r,f,j,u)}),t.seen.pop(),$2(p,a,c)}function X2(t,e){if(Qi(e))return t.stylize("undefined","undefined");if(vp(e)){var r="'"+JSON.stringify(e).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return t.stylize(r,"string")}if(cT(e))return t.stylize(""+e,"number");if(Ih(e))return t.stylize(""+e,"boolean");if(qp(e))return t.stylize("null","null")}function Bh(t){return"["+Error.prototype.toString.call(t)+"]"}function Q2(t,e,r,n,i){for(var o=[],f=0,s=e.length;f<s;++f)dT(e,String(f))?o.push(kh(t,e,r,n,String(f),!0)):o.push("");return i.forEach(function(a){a.match(/^\d+$/)||o.push(kh(t,e,r,n,a,!0))}),o}function kh(t,e,r,n,i,o){var f,s,a;if(a=Object.getOwnPropertyDescriptor(e,i)||{value:e[i]},a.get?a.set?s=t.stylize("[Getter/Setter]","special"):s=t.stylize("[Getter]","special"):a.set&&(s=t.stylize("[Setter]","special")),dT(n,i)||(f="["+i+"]"),s||(t.seen.indexOf(a.value)<0?(qp(r)?s=_p(t,a.value,null):s=_p(t,a.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(l,x,k,E,O,Q,ne){let ge=x,Ae=Q.triplets,Oe=Q.prefixSuffixStorage,ve=Q.prefixSuffixHeads,it=3*ne,ft=Ae[it],Mt=Ae[it+1],nn=Ae[it+2],dn=ve[ft],wr=ve[ft+1],ut=ve[nn],on=ve[nn+1],Ui=Mt-11,Ic=Mt-0;for((Ui<1||Ui>9)&&(Ui=0),(Ic<1||Ic>9)&&(Ic=0);dn!=wr;)l[ge++]=Oe[dn++];Ui>O&&(Ui=O),E+=Ui,O-=Ui,O-=Ic;let N_=O;for(;N_>0;)l[ge++]=k[E++],N_--;if(Mt==10||Mt==11){let Dt=ge-O;for(Mt==10&&(O=1);O>0;){let Df=l[Dt]&255;Df<192?(Df>=97&&Df<=122&&(l[Dt]^=32),Dt+=1,O-=1):Df<224?(l[Dt+1]^=32,Dt+=2,O-=2):(l[Dt+2]^=5,Dt+=3,O-=3)}}else if(Mt==21||Mt==22){let Dt=ge-O,Df=Q.params[ne],Yr=(Df&32767)+(16777216-(Df&32768));for(;O>0;){let Ao=1,Li=l[Dt]&255;if(Li<128)Yr+=Li,l[Dt]=Yr&127;else if(!(Li<192)){if(Li<224)if(O>=2){let Oo=l[Dt+1];Yr+=Oo&63|(Li&31)<<6,l[Dt]=192|Yr>>6&31,l[Dt+1]=Oo&192|Yr&63,Ao=2}else Ao=O;else if(Li<240)if(O>=3){let Oo=l[Dt+1],wl=l[Dt+2];Yr+=wl&63|(Oo&63)<<6|(Li&15)<<12,l[Dt]=224|Yr>>12&15,l[Dt+1]=Oo&192|Yr>>6&63,l[Dt+2]=wl&192|Yr&63,Ao=3}else Ao=O;else if(Li<248)if(O>=4){let Oo=l[Dt+1],wl=l[Dt+2],D_=l[Dt+3];Yr+=D_&63|(wl&63)<<6|(Oo&63)<<12|(Li&7)<<18,l[Dt]=240|Yr>>18&7,l[Dt+1]=Oo&192|Yr>>12&63,l[Dt+2]=wl&192|Yr>>6&63,l[Dt+3]=D_&192|Yr&63,Ao=4}else Ao=O}Dt+=Ao,O-=Ao,Mt==21&&(O=0)}}for(;ut!=on;)l[ge++]=Oe[ut++];return ge-x}function R(l,x){let k=1<<x-1;for(;(l&k)!=0;)k>>=1;return(l&k-1)+k}function fe(l,x,k,E,O){do E-=k,l[x+E]=O;while(E>0)}function se(l,x,k){let E=1<<x-k;for(;x<15&&(E-=l[x],!(E<=0));)x++,E<<=1;return x-k}function nt(l,x,k,E,O){let Q=l[x],ne,ge=new Int32Array(O),Ae=new Int32Array(16),Oe=new Int32Array(16),ve;for(ve=0;ve<O;ve++)Ae[E[ve]]++;Oe[1]=0;for(let ut=1;ut<15;ut++)Oe[ut+1]=Oe[ut]+Ae[ut];for(ve=0;ve<O;ve++)E[ve]!=0&&(ge[Oe[E[ve]]++]=ve);let it=k,ft=1<<it,Mt=ft;if(Oe[15]==1){for(ne=0;ne<Mt;ne++)l[Q+ne]=ge[0];return Mt}ne=0,ve=0;for(let ut=1,on=2;ut<=k;ut++,on<<=1)for(;Ae[ut]>0;Ae[ut]--)fe(l,Q+ne,on,ft,ut<<16|ge[ve++]),ne=R(ne,ut);let nn=Mt-1,dn=-1,wr=Q;for(let ut=k+1,on=2;ut<=15;ut++,on<<=1)for(;Ae[ut]>0;Ae[ut]--)(ne&nn)!=dn&&(wr+=ft,it=se(Ae,ut,k),ft=1<<it,Mt+=ft,dn=ne&nn,l[Q+dn]=it+k<<16|wr-Q-dn),fe(l,wr+(ne>>k),on,ft,ut-k<<16|ge[ve++]),ne=R(ne,ut);return Mt}function Ze(l){if(l.endOfStreamReached!=0){if(De(l)>=-2)return;throw"No more input"}let x=l.halfOffset<<1,k=4096-x;for(l.byteBuffer.copyWithin(0,x,4096),l.halfOffset=0;k<4096;){let E=4096-k,O=O_(l.input,l.byteBuffer,k,E);if(O<=0){l.endOfStreamReached=1,l.tailBytes=k,k+=1;break}k+=O}Re(l,k)}function Tt(l,x){if(l.endOfStreamReached==0)return;let k=(l.halfOffset<<1)+(l.bitOffset+7>>3)-4;if(k>l.tailBytes)throw"Read after end";if(x!=0&&k!=l.tailBytes)throw"Unused bytes after end"}function hr(l){if(l.bitOffset>32)throw"Accumulator underloaded: "+l.bitOffset}function ke(l,x){let k=l.accumulator32>>>l.bitOffset&(1<<x)-1;return l.bitOffset+=x,k}function Cn(l,x){let k=ke(l,16);return l.accumulator32=l.shortBuffer[l.halfOffset++]<<16|l.accumulator32>>>16,l.bitOffset-=16,k|ke(l,x-16)<<16}function v(l){l.byteBuffer=new Int8Array(4160),l.accumulator32=0,l.shortBuffer=new Int16Array(2080),l.bitOffset=32,l.halfOffset=2048,l.endOfStreamReached=0,I(l)}function I(l){l.halfOffset>2030&&Ze(l),Tt(l,0),l.accumulator32=l.shortBuffer[l.halfOffset++]<<16|l.accumulator32>>>16,l.bitOffset-=16,l.accumulator32=l.shortBuffer[l.halfOffset++]<<16|l.accumulator32>>>16,l.bitOffset-=16}function P(l){l.bitOffset==32&&I(l)}function ie(l){let x=32-l.bitOffset&7;if(x!=0&&ke(l,x)!=0)throw"Corrupted padding bits"}function De(l){let x=2048;return l.endOfStreamReached!=0&&(x=l.tailBytes+1>>1),x-l.halfOffset}function $e(l,x,k,E){if((l.bitOffset&7)!=0)throw"Unaligned copyBytes";for(;l.bitOffset!=32&&E!=0;)x[k++]=l.accumulator32>>>l.bitOffset,l.bitOffset+=8,E--;if(E==0)return;let O=Eo(De(l),E>>1);if(O>0){let Q=l.halfOffset<<1,ne=O<<1;x.set(l.byteBuffer.subarray(Q,Q+ne),k),k+=ne,E-=ne,l.halfOffset+=O}if(E!=0){if(De(l)>0){for(l.bitOffset>=16&&(l.accumulator32=l.shortBuffer[l.halfOffset++]<<16|l.accumulator32>>>16,l.bitOffset-=16);E!=0;)x[k++]=l.accumulator32>>>l.bitOffset,l.bitOffset+=8,E--;Tt(l,0);return}for(;E>0;){let Q=O_(l.input,x,k,E);if(Q==-1)throw"Unexpected end of input";k+=Q,E-=Q}}}function Re(l,x){let k=l.byteBuffer,E=x>>1,O=l.shortBuffer;for(let Q=0;Q<E;++Q)O[Q]=k[Q*2]&255|(k[Q*2+1]&255)<<8}let xt=new Int32Array(2048);function jt(l,x,k){for(let O=0;O<256;++O)l[O]=O&63,l[512+O]=O>>2,l[1792+O]=2+(O>>6);for(let O=0;O<128;++O)l[1024+O]=4*(x.charCodeAt(O)-32);for(let O=0;O<64;++O)l[1152+O]=O&1,l[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)l[E++]=Q}for(let O=0;O<16;++O)l[1792+O]=1,l[2032+O]=6;l[1792]=0,l[2047]=7;for(let O=0;O<256;++O)l[1536+O]=l[1792+O]<<3}jt(xt,` !! ! "#$##%#$&'##(#)#++++++++++((&*'##,---,---,-----,-----,-----&#'###.///.///./////./////./////&#'# `,"A/* ': & : $ \x81 @");function Et(){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 At=null,rr=new Int32Array(32),xo=new Int32Array(32);function GE(l,x){if(eA(l)==0||$E(l)==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=rr,E=xo;E.set(x.subarray(0,0+x.length),0);let O=0,Q=l.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";At=l}function JE(l,x,k,E,O,Q){let ne=rA(x+k);if(ne.length!=l.length)throw"Corrupted brotli dictionary";let ge=0,Ae=E.length;for(let Oe=0;Oe<Ae;Oe+=2){let ve=E.charCodeAt(Oe)-36,it=E.charCodeAt(Oe+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 Oe=0;Oe<Q.length;++Oe)O[Oe]=Q.charCodeAt(Oe)-65;l.set(ne)}{let l=new Int8Array(122784),x=new Int32Array(25);JE(l,'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"),tA(l),GE(QE(l),x)}function Eo(l,x){return l<=x?l:x}function ZE(l,x,k,E,O){l.set(k.slice(E,O),x)}function O_(l,x,k,E){if(l==null)return-1;let O=Eo(l.offset+E,l.data.length),Q=O-l.offset;return x.set(l.data.subarray(l.offset,O),k),l.offset+=Q,Q}function XE(l){return 0}function QE(l){return l}function $E(l){return 1}function eA(l){return 1}function tA(l){}function rA(l){let x=l.length,k=new Int8Array(x);for(let E=0;E<x;++E)k[E]=l.charCodeAt(E);return k}function nA(l,x){let k=new Et;if(te(k,new t(l)),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 nA},qv=i2()});var Ll,Tv,Vf,sp,Bv=re(()=>{Ff();fi();vv();Ll=Ne(Xb());fi();Tv={brotli:{mode:0,quality:8,lgwin:22}},sp=class extends sn{constructor(e){super(e);this.name="brotli";this.extensions=["br"];this.contentEncodings=["br"];this.isSupported=!0;this.options=e}async preload(){Vf=Vf||this.options?.modules?.brotli,Vf||console.warn(`${this.name} library not installed`)}async compress(e){if(!Vn&&this.options.brotli?.useZlib){let r=await Ci(Ll.default.brotliCompress)(e);return fn(r)}return this.compressSync(e)}compressSync(e){if(!Vn&&this.options.brotli?.useZlib){let o=Ll.default.brotliCompressSync(e);return fn(o)}let r={...Tv.brotli,...this.options?.brotli},n=new Uint8Array(e);if(!Vf)throw new Error("brotli compression: brotli module not installed");return Vf.compress(n,r).buffer}async decompress(e){if(!Vn&&this.options.brotli?.useZlib){let r=await Ci(Ll.default.brotliDecompress)(e);return fn(r)}return this.decompressSync(e)}decompressSync(e){if(!Vn&&this.options.brotli?.useZlib){let o=Ll.default.brotliDecompressSync(e);return fn(o)}let r={...Tv.brotli,...this.options?.brotli},n=new Uint8Array(e);return Vf?Vf.decompress(n,r).buffer:qv(n,void 0).buffer}}});var kv=re(()=>{g0();sv();av();lv();_v();Bv()});var ih=H(Ws=>{Ws.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};Ws.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};Ws.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};Ws.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};Ws.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 Av=H(Ev=>{var pi=ih(),Wf=2654435761,Yf=2246822519,Iv=3266489917,o2=668265263,Sv=374761393;function ap(t,e){return t=t|0,e=e|0,t>>>(32-e|0)|t<<e|0}function xv(t,e,r){return t=t|0,e=e|0,r=r|0,pi.imul(t>>>(32-e|0)|t<<e,r)|0}function oh(t,e){return t=t|0,e=e|0,t>>>e^t|0}function Cl(t,e,r,n,i){return xv(pi.imul(e,r)+t,n,i)}function f2(t,e,r){return xv(t+pi.imul(e[r],Sv),11,Wf)}function s2(t,e,r){return Cl(t,pi.readU32(e,r),Iv,17,o2)}function a2(t,e,r){return[Cl(t[0],pi.readU32(e,r+0),Yf,13,Wf),Cl(t[1],pi.readU32(e,r+4),Yf,13,Wf),Cl(t[2],pi.readU32(e,r+8),Yf,13,Wf),Cl(t[3],pi.readU32(e,r+12),Yf,13,Wf)]}function l2(t,e,r,n){var i,o;if(o=n,n>=16){for(i=[t+Wf+Yf,t+Yf,t,t-Wf];n>=16;)i=a2(i,e,r),r+=16,n-=16;i=ap(i[0],1)+ap(i[1],7)+ap(i[2],12)+ap(i[3],18)+o}else i=t+Sv+n>>>0;for(;n>=4;)i=s2(i,e,r),r+=4,n-=4;for(;n>0;)i=f2(i,e,r),r++,n--;return i=oh(pi.imul(oh(pi.imul(oh(i,15),Yf),13),Iv),16),i>>>0}Ev.hash=l2});var Mv=H(qr=>{var u2=Av(),wn=ih(),lp=4,c2=13,Ov=5,fh=6,up=1<<16,Vl=4,cp=(1<<Vl)-1,p2=4,Ys=(1<<p2)-1,Nv=zv(5<<20),sh=m2(),ah=407708164,d2=4,Dv=8,Fv=16,lh=64,uh=192,pp=2147483648,Pv=7,ch=4,Rv=7,dp={4:65536,5:262144,6:1048576,7:4194304};function m2(){try{return new Uint32Array(up)}catch{for(var t=new Array(up),e=0;e<up;e++)t[e]=0;return t}}function b2(t){for(var e=0;e<up;e++)sh[e]=0}function zv(t){try{return new Uint8Array(t)}catch{for(var e=new Array(t),r=0;r<t;r++)e[r]=0;return e}}function Hv(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)}qr.compressBound=function(e){return e+e/255+16|0};qr.decompressBound=function(e){var r=0;if(wn.readU32(e,r)!==ah)throw new Error("invalid magic number");r+=4;var n=e[r++];if((n&uh)!==lh)throw new Error("incompatible descriptor version "+(n&uh));var i=(n&Fv)!=0,o=(n&Dv)!=0,f=e[r++]>>ch&Rv;if(dp[f]===void 0)throw new Error("invalid block size "+f);var s=dp[f];if(o)return wn.readU64(e,r);r++;for(var a=0;;){var u=wn.readU32(e,r);if(r+=4,u&pp?(u&=~pp,a+=u):a+=s,u===0)return a;i&&(r+=4),r+=u}};qr.makeBuffer=zv;qr.decompressBlock=function(e,r,n,i,o){var f,s,a,u,c;for(a=n+i;n<a;){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>=a)break;if(f=_&15,s=e[n++]|e[n++]<<8,f===15)for(;f+=e[n],e[n++]===255;);for(f+=lp,c=o-s,u=c+f;c<u;)r[o++]=r[c++]|0}return o};qr.compressBlock=function(e,r,n,i,o){var f,s,a,u,c,_,p,j,S;if(p=0,j=i+n,s=n,i>=c2)for(var T=(1<<fh)+3;n+lp<j-Ov;){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++>>fh,n+=c;continue}for(T=(1<<fh)+3,_=n-s,u=n-f,n+=lp,f+=lp,a=n;n<j-Ov&&e[n]===e[f];)n++,f++;a=n-a;var L=a<cp?a:cp;if(_>=Ys){for(r[p++]=(Ys<<Vl)+L,S=_-Ys;S>=255;S-=255)r[p++]=255;r[p++]=S}else r[p++]=(_<<Vl)+L;for(var te=0;te<_;te++)r[p++]=e[s+te];if(r[p++]=u,r[p++]=u>>8,a>=cp){for(S=a-cp;S>=255;S-=255)r[p++]=255;r[p++]=S}s=n}if(s===0)return 0;if(_=j-s,_>=Ys){for(r[p++]=Ys<<Vl,S=_-Ys;S>=255;S-=255)r[p++]=255;r[p++]=S}else r[p++]=_<<Vl;for(n=s;n<j;)r[p++]=e[n++];return p};qr.decompressFrame=function(e,r){var n,i,o,f,s=0,a=0;if(wn.readU32(e,s)!==ah)throw new Error("invalid magic number");if(s+=4,f=e[s++],(f&uh)!==lh)throw new Error("incompatible descriptor version");n=(f&Fv)!=0,i=(f&d2)!=0,o=(f&Dv)!=0;var u=e[s++]>>ch&Rv;if(dp[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&pp)!=0){c&=~pp;for(var _=0;_<c;_++)r[a++]=e[s++]}else a=qr.decompressBlock(e,r,s,c,a),s+=c}return i&&(s+=4),a};qr.compressFrame=function(e,r){var n=0;wn.writeU32(r,n,ah),n+=4,r[n++]=lh,r[n++]=Pv<<ch,r[n]=u2.hash(0,r,4,n-4)>>8,n++;var i=dp[Pv],o=e.length,f=0;for(b2(sh);o>0;){var s=0,a=o>i?i:o;if(s=qr.compressBlock(e,Nv,f,a,sh),s>a||s===0){wn.writeU32(r,n,2147483648|a),n+=4;for(var u=f+a;f<u;)r[n++]=e[f++];o-=a}else{wn.writeU32(r,n,s),n+=4;for(var c=0;c<s;)r[n++]=Nv[c++];f+=a,o-=a}}return wn.writeU32(r,n,0),n+=4,n};qr.decompress=function(e,r){var n,i;return r===void 0&&(r=qr.decompressBound(e)),n=qr.makeBuffer(r),i=qr.decompressFrame(e,n),i!==r&&(n=Hv(n,0,i)),n};qr.compress=function(e,r){var n,i;return r===void 0&&(r=qr.compressBound(e.length)),n=qr.makeBuffer(r),i=qr.compressFrame(e,n),i!==r&&(n=Hv(n,0,i)),n}});function Uv(t){return Buffer.from(t)}function Lv(t){return Buffer.isBuffer(t)?new Uint8Array(t.buffer,t.byteOffset,t.length).slice().buffer:t}async function Vv(t){let e=Object.values(Wl);return await Promise.all(e.map(r=>r.preload()))}async function ph(t,e){let r=Wl[t];if(!r)throw new Error(`parquet: invalid compression method: ${t}`);let n=Lv(e),i=await r.compress(n);return Uv(i)}async function bp(t,e,r){let n=Wl[t];if(!n)throw new Error(`parquet: invalid compression method: ${t}`);let i=Lv(e),o=await n.decompress(i,r);return Uv(o)}var Cv,mp,Wl,Yl=re(()=>{kv();Cv=Ne(Mv());mp={lz4js:Cv.default},Wl={UNCOMPRESSED:new Pc,GZIP:new $c,SNAPPY:new fp,BROTLI:new sp({modules:mp}),LZ4:new Hl({modules:mp}),LZ4_RAW:new Hl({modules:mp}),ZSTD:new rp({modules:mp})}});function Ut(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}function Ft(t,e){return e={exports:{}},t(e,e.exports),e.exports}function Yv(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 j2(t){var e=Yv(t),r=e[0],n=e[1];return(r+n)*3/4-n}function _2(t,e,r){return(e+r)*3/4-r}function q2(t){var e,r=Yv(t),n=r[0],i=r[1],o=new y2(_2(t,n,i)),f=0,s=i>0?n-4:n,a;for(a=0;a<s;a+=4)e=gn[t.charCodeAt(a)]<<18|gn[t.charCodeAt(a+1)]<<12|gn[t.charCodeAt(a+2)]<<6|gn[t.charCodeAt(a+3)],o[f++]=e>>16&255,o[f++]=e>>8&255,o[f++]=e&255;return i===2&&(e=gn[t.charCodeAt(a)]<<2|gn[t.charCodeAt(a+1)]>>4,o[f++]=e&255),i===1&&(e=gn[t.charCodeAt(a)]<<10|gn[t.charCodeAt(a+1)]<<4|gn[t.charCodeAt(a+2)]>>2,o[f++]=e>>8&255,o[f++]=e&255),o}function v2(t){return di[t>>18&63]+di[t>>12&63]+di[t>>6&63]+di[t&63]}function T2(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(v2(n));return i.join("")}function B2(t){for(var e,r=t.length,n=r%3,i=[],o=16383,f=0,s=r-n;f<s;f+=o)i.push(T2(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 wh(t){if(!jp(t)){for(var e=[],r=0;r<arguments.length;r++)e.push(Zi(arguments[r]));return e.join(" ")}for(var r=1,n=arguments,i=n.length,o=String(t).replace(E2,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])yp(f)||!Gs(f)?o+=" "+f:o+=" "+Zi(f);return o}function Kv(t,e){if(Xi(global.process))return function(){return Kv(t,e).apply(this,arguments)};var r=!1;function n(){return r||(console.error(e),r=!0),t.apply(this,arguments)}return n}function A2(t){if(Xi(gh)&&(gh=""),t=t.toUpperCase(),!wp[t])if(new RegExp("\\b"+t+"\\b","i").test(gh)){var e=0;wp[t]=function(){var r=wh.apply(null,arguments);console.error("%s %d: %s",t,e,r)}}else wp[t]=function(){};return wp[t]}function Zi(t,e){var r={seen:[],stylize:N2};return arguments.length>=3&&(r.depth=arguments[2]),arguments.length>=4&&(r.colors=arguments[3]),_h(e)?r.showHidden=e:e&&Zv(r,e),Xi(r.showHidden)&&(r.showHidden=!1),Xi(r.depth)&&(r.depth=2),Xi(r.colors)&&(r.colors=!1),Xi(r.customInspect)&&(r.customInspect=!0),r.colors&&(r.stylize=O2),gp(r,t,r.depth)}function O2(t,e){var r=Zi.styles[e];return r?"["+Zi.colors[r][0]+"m"+t+"["+Zi.colors[r][1]+"m":t}function N2(t,e){return t}function D2(t){var e={};return t.forEach(function(r,n){e[r]=!0}),e}function gp(t,e,r){if(t.customInspect&&e&&vp(e.inspect)&&e.inspect!==Zi&&!(e.constructor&&e.constructor.prototype===e)){var n=e.inspect(r,t);return jp(n)||(n=gp(t,n,r)),n}var i=F2(t,e);if(i)return i;var o=Object.keys(e),f=D2(o);if(t.showHidden&&(o=Object.getOwnPropertyNames(e)),qp(e)&&(o.indexOf("message")>=0||o.indexOf("description")>=0))return yh(e);if(o.length===0){if(vp(e)){var s=e.name?": "+e.name:"";return t.stylize("[Function"+s+"]","special")}if(_p(e))return t.stylize(RegExp.prototype.toString.call(e),"regexp");if(qh(e))return t.stylize(Date.prototype.toString.call(e),"date");if(qp(e))return yh(e)}var a="",u=!1,c=["{","}"];if(Gv(e)&&(u=!0,c=["[","]"]),vp(e)){var _=e.name?": "+e.name:"";a=" [Function"+_+"]"}if(_p(e)&&(a=" "+RegExp.prototype.toString.call(e)),qh(e)&&(a=" "+Date.prototype.toUTCString.call(e)),qp(e)&&(a=" "+yh(e)),o.length===0&&(!u||e.length==0))return c[0]+a+c[1];if(r<0)return _p(e)?t.stylize(RegExp.prototype.toString.call(e),"regexp"):t.stylize("[Object]","special");t.seen.push(e);var p;return u?p=P2(t,e,r,f,o):p=o.map(function(j){return jh(t,e,r,f,j,u)}),t.seen.pop(),R2(p,a,c)}function F2(t,e){if(Xi(e))return t.stylize("undefined","undefined");if(jp(e)){var r="'"+JSON.stringify(e).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return t.stylize(r,"string")}if(Jv(e))return t.stylize(""+e,"number");if(_h(e))return t.stylize(""+e,"boolean");if(yp(e))return t.stylize("null","null")}function yh(t){return"["+Error.prototype.toString.call(t)+"]"}function P2(t,e,r,n,i){for(var o=[],f=0,s=e.length;f<s;++f)Xv(e,String(f))?o.push(jh(t,e,r,n,String(f),!0)):o.push("");return i.forEach(function(a){a.match(/^\d+$/)||o.push(jh(t,e,r,n,a,!0))}),o}function jh(t,e,r,n,i,o){var f,s,a;if(a=Object.getOwnPropertyDescriptor(e,i)||{value:e[i]},a.get?a.set?s=t.stylize("[Getter/Setter]","special"):s=t.stylize("[Getter]","special"):a.set&&(s=t.stylize("[Setter]","special")),Xv(n,i)||(f="["+i+"]"),s||(t.seen.indexOf(a.value)<0?(yp(r)?s=gp(t,a.value,null):s=gp(t,a.value,r-1),s.indexOf(`
|
|
4
4
|
`)>-1&&(o?s=s.split(`
|
|
5
5
|
`).map(function(u){return" "+u}).join(`
|
|
6
6
|
`).substr(2):s=`
|
|
7
7
|
`+s.split(`
|
|
8
8
|
`).map(function(u){return" "+u}).join(`
|
|
9
|
-
`))):s=t.stylize("[Circular]","special")),
|
|
9
|
+
`))):s=t.stylize("[Circular]","special")),Xi(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 R2(t,e,r){var n=t.reduce(function(i,o){return o.indexOf(`
|
|
10
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 uT(t){return Array.isArray(t)}function Ih(t){return typeof t=="boolean"}function qp(t){return t===null}function eN(t){return t==null}function cT(t){return typeof t=="number"}function vp(t){return typeof t=="string"}function tN(t){return babelHelpers.typeof(t)==="symbol"}function Qi(t){return t===void 0}function Tp(t){return Js(t)&&xh(t)==="[object RegExp]"}function Js(t){return babelHelpers.typeof(t)==="object"&&t!==null}function Sh(t){return Js(t)&&xh(t)==="[object Date]"}function Bp(t){return Js(t)&&(xh(t)==="[object Error]"||t instanceof Error)}function kp(t){return typeof t=="function"}function rN(t){return t===null||typeof t=="boolean"||typeof t=="number"||typeof t=="string"||babelHelpers.typeof(t)==="symbol"||typeof t=="undefined"}function nN(t){return Buffer.isBuffer(t)}function xh(t){return Object.prototype.toString.call(t)}function Eh(t){return t<10?"0"+t.toString(10):t.toString(10)}function oN(){var t=new Date,e=[Eh(t.getHours()),Eh(t.getMinutes()),Eh(t.getSeconds())].join(":");return[t.getDate(),iN[t.getMonth()],e].join(" ")}function fN(){console.log("%s - %s",oN(),vh.apply(null,arguments))}function pT(t,e){if(!e||!Js(e))return t;for(var r=Object.keys(e),n=r.length;n--;)t[r[n]]=e[r[n]];return t}function dT(t,e){return Object.prototype.hasOwnProperty.call(t,e)}var yp,O2,N2,D2,mi,yn,F2,yh,Gf,sT,jh,L2,C2,Gs,ye,K8,G8,J8,Z8,Uo,X8,_h,Q8,un,$8,Lo,eC,V2,qh,W2,Y2,jp,Th,iN,sN,_t,tC,rC,nC,iC,oC,fC,sC,aC,lC,uC,Gn,cC,pC,Se,dC,Zs,mC,Jf,bC,Zf,hC,Ip,gC,Xs,yC,Qs,jC,$i,_C,G,qC,vC,TC,BC,kC,IC,SC,xC,EC,AC,OC,NC,DC,FC,PC,RC,zC,HC,MC,UC,LC,CC,VC,WC,YC,KC,GC,JC,ZC,XC,QC,$C,eV,tV,Ah,rV,Co,nV,$s,iV,Vo,oV,fV,Sp,sV,xp,aV,Gl,lV,uV,Jl,cV,pV,Ep,dV,xe,mV,bV,hV,mT,wV,bT,gV,yV,jV,_V,qV,vV,TV,BV,kV,IV,SV,xV,EV,AV,OV,NV,DV,FV,PV,RV,zV,HV,MV,UV,LV,CV,VV,WV,YV,KV,GV,JV,ZV,XV,QV,$V,e5,t5,r5,n5,i5,o5,f5,s5,a5,l5,u5,c5,p5,d5,m5,b5,Oh=re(()=>{yp=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{};O2=P2,N2=z2,D2=U2,mi=[],yn=[],F2=typeof Uint8Array!="undefined"?Uint8Array:Array,yh="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(Gf=0,sT=yh.length;Gf<sT;++Gf)mi[Gf]=yh[Gf],yn[yh.charCodeAt(Gf)]=Gf;yn["-".charCodeAt(0)]=62;yn["_".charCodeAt(0)]=63;jh={byteLength:O2,toByteArray:N2,fromByteArray:D2},L2=function(e,r,n,i,o){var f,s,a=o*8-i-1,u=(1<<a)-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>>=-_,_+=a;_>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)},C2=function(e,r,n,i,o,f){var s,a,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?(a=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>=_?(a=0,s=_):s+p>=1?(a=(r*u-1)*Math.pow(2,o),s=s+p):(a=r*Math.pow(2,p-1)*Math.pow(2,o),s=0));o>=8;e[n+S]=a&255,S+=T,a/=256,o-=8);for(s=s<<o|a,c+=o;c>0;e[n+S]=s&255,S+=T,s/=256,c-=8);e[n+S-T]|=U*128},Gs={read:L2,write:C2},ye=Ft(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 a(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 a(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 a(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 xo(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 M(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),Tt=this.slice(R,fe),hr=d.slice(m,B),ke=0;ke<Ze;++ke)if(Tt[ke]!==hr[ke]){se=Tt[ke],nt=hr[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 Tt;if(R){var hr=-1;for(Tt=m;Tt<se;Tt++)if(Ze(q,Tt)===Ze(d,hr===-1?0:Tt-hr)){if(hr===-1&&(hr=Tt),Tt-hr+1===nt)return hr*fe}else hr!==-1&&(Tt-=Tt-hr),hr=-1}else for(m+nt>se&&(m=se-nt),Tt=m;Tt>=0;Tt--){for(var ke=!0,Vn=0;Vn<nt;Vn++)if(Ze(q,Tt+Vn)!==Ze(d,Vn)){ke=!1;break}if(ke)return Tt}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 St(_e(d,q.length-m),q,m,B)}function Y(q,d,m,B){return St($(d),q,m,B)}function de(q,d,m,B){return Y(q,d,m,B)}function y(q,d,m,B){return St(xo(d),q,m,B)}function g(q,d,m,B){return St(So(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?jh.fromByteArray(q):jh.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,Tt,hr,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],Tt=q[R+2],(Ze&192)==128&&(Tt&192)==128&&(ke=(fe&15)<<12|(Ze&63)<<6|Tt&63,ke>2047&&(ke<55296||ke>57343)&&(se=ke));break;case 4:Ze=q[R+1],Tt=q[R+2],hr=q[R+3],(Ze&192)==128&&(Tt&192)==128&&(hr&192)==128&&(ke=(fe&15)<<18|(Ze&63)<<12|(Tt&63)<<6|hr&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 z=4096;function K(q){var d=q.length;if(d<=z)return String.fromCharCode.apply(String,q);for(var m="",B=0;B<d;)m+=String.fromCharCode.apply(String,q.slice(B,B+=z));return m}function M(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),Gs.read(this,d,!0,23,4)},f.prototype.readFloatBE=function(d,m){return d=d>>>0,m||me(d,4,this.length),Gs.read(this,d,!1,23,4)},f.prototype.readDoubleLE=function(d,m){return d=d>>>0,m||me(d,8,this.length),Gs.read(this,d,!0,52,8)},f.prototype.readDoubleBE=function(d,m){return d=d>>>0,m||me(d,8,this.length),Gs.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 He(q,d,m,B,R){return d=+d,m=m>>>0,R||X(q,d,m,4),Gs.write(q,d,m,B,23,4),m+4}f.prototype.writeFloatLE=function(d,m,B){return He(this,d,m,!0,B)},f.prototype.writeFloatBE=function(d,m,B){return He(this,d,m,!1,B)};function we(q,d,m,B,R){return d=+d,m=m>>>0,R||X(q,d,m,8),Gs.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 Ir(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 So(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 xo(q){return jh.toByteArray(Ir(q))}function St(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}()}),K8=ye.Buffer,G8=ye.SlowBuffer,J8=ye.INSPECT_MAX_BYTES,Z8=ye.kMaxLength,Uo=Ft(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});Ut(Uo);X8=Uo.ensureBuffer,_h=Ft(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});Ut(_h);Q8=_h.parseUUID,un=Ft(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=Uo.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(Uo.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(_h.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"})});Ut(un);$8=un.Binary,Lo=Ft(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"})});Ut(Lo);eC=Lo.Code,V2={};typeof Object.create=="function"?qh=function(e,r){e.super_=r,e.prototype=Object.create(r.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})}:qh=function(e,r){e.super_=r;var n=function(){};n.prototype=r.prototype,e.prototype=new n,e.prototype.constructor=e};W2=qh,Y2=/%[sdj%]/g;jp={};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"};iN=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];sN={inherits:W2,_extend:pT,log:fN,isBuffer:nN,isPrimitive:rN,isFunction:kp,isError:Bp,isDate:Sh,isObject:Js,isRegExp:Tp,isUndefined:Qi,isSymbol:tN,isString:vp,isNumber:cT,isNullOrUndefined:eN,isNull:qp,isBoolean:Ih,isArray:uT,inspect:Xi,deprecate:lT,format:vh,debuglog:K2},_t=Ft(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=V2.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 yp!="undefined"&&typeof yp.Buffer!="undefined"}e.haveBuffer=s;function a(p){return s()&&ye.Buffer.isBuffer(p)}e.isBuffer=a;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 sN.deprecate(p,j);let S=!1;function T(...U){return S||(console.warn(j),S=!0),p.apply(this,...U)}return T}e.deprecate=_});Ut(_t);tC=_t.deprecate,rC=_t.isObjectLike,nC=_t.isDate,iC=_t.isBuffer,oC=_t.haveBuffer,fC=_t.isBigUInt64Array,sC=_t.isBigInt64Array,aC=_t.isUint8Array,lC=_t.randomBytes,uC=_t.normalizedFunctionString,Gn=Ft(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.DBRef=e.isDBRefLike=void 0;function r(i){return _t.isObjectLike(i)&&i.$id!=null&&i.$ref!=null}e.isDBRefLike=r;class n{constructor(o,f,s,a){let u=o.split(".");u.length===2&&(s=u.shift(),o=u.shift()),this.collection=o,this.oid=f,this.db=s,this.fields=a||{}}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"})});Ut(Gn);cC=Gn.DBRef,pC=Gn.isDBRefLike,Se=Ft(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,a={},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=a[p],T)?T:(S=c.fromBits(p,p<0?-1:0,!1),U&&(a[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 _t.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"})});Ut(Se);dC=Se.Long,Zs=Ft(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,a=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),z=de.multiply(N),K=y.multiply(g),M=y.multiply(N);return b=b.add(z.shiftRightUnsigned(32)),z=new Se.Long(z.getLowBits(),0).add(K).add(M.shiftRightUnsigned(32)),b=b.add(z.shiftRightUnsigned(32)),M=z.shiftLeft(32).add(new Se.Long(M.getLowBits(),0)),{high:b,low:M}}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,z=0,K=0,M=0,oe=[0],A=0,Ye=0,me=0,V=0,X=0,He=0,we=new Se.Long(0,0),rt=new Se.Long(0,0),Ir=0,_e=0;if(Y.length>=7e3)throw new TypeError(""+Y+" not a valid Decimal128 string");let $=Y.match(r),So=Y.match(n),xo=Y.match(i);if(!$&&!So&&!xo||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||(M=b),g=!0,oe[Ye++]=parseInt(Y[_e],10),A=A+1),g&&(z=z+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,z=1,A=1,N=0;else if(V=A-1,N=z,N!==1)for(;Y[M+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>a){if(oe.join("").match(/^0+$/)){X=o;break}J(Y,"overflow")}X=X-1}for(;X<f||A<z;){if(V===0&&N<A){X=f,N=0;break}if(A<z?z=z-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&&(M=M+1,bt=bt+1),de&&(M=M+1,bt=bt+1);let q=parseInt(Y[M+V+1],10),d=0;if(q>=5&&(d=1,q===5)){for(d=oe[V]%2==1?1:0,He=M+V+2;He<bt;He++)if(parseInt(Y[He],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 St=te(we,Se.Long.fromString("100000000000000000"));St.low=St.low.add(rt),pe(St.low,rt)&&(St.high=St.high.add(Se.Long.fromNumber(1))),Ir=X+s;let Ke={low:Se.Long.fromNumber(0),high:Se.Long.fromNumber(0)};St.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(Ir).and(Se.Long.fromNumber(16383).shiftLeft(47))),Ke.high=Ke.high.or(St.high.and(Se.Long.fromNumber(140737488355327)))):(Ke.high=Ke.high.or(Se.Long.fromNumber(Ir&16383).shiftLeft(49)),Ke.high=Ke.high.or(St.high.and(Se.Long.fromNumber(562949953421311)))),Ke.low=St.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,z={parts:[0,0,0,0]},K,M,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(z.parts[0]=(X&16383)+((b&15)<<14),z.parts[1]=V,z.parts[2]=me,z.parts[3]=Ye,z.parts[0]===0&&z.parts[1]===0&&z.parts[2]===0&&z.parts[3]===0)N=!0;else for(M=3;M>=0;M--){let _e=0,$=L(z);if(z=$.quotient,_e=$.rem.low,!!_e)for(K=8;K>=0;K--)y[M*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 Ir=de-1+rt;if(Ir>=34||Ir<=-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"),Ir>0?oe.push("+"+Ir):oe.push(`${Ir}`)}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"})});Ut(Zs);mC=Zs.Decimal128,Jf=Ft(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"})});Ut(Jf);bC=Jf.Double,Zf=Ft(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"})});Ut(Zf);hC=Zf.Int32,Ip=Ft(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 yp=="object"&&yp)||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 a=0;a<s.length;a++){if(s[a]==null)continue;let u=s[a],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 a=this._values[s];return a==null?!1:(delete this._values[s],this._keys.splice(a.i,1),!0)}entries(){let s=0;return{next:()=>{let a=this._keys[s++];return{value:a!==void 0?[a,this._values[a].v]:void 0,done:a===void 0}}}}forEach(s,a){a=a||this;for(let u=0;u<this._keys.length;u++){let c=this._keys[u];s.call(a,this._values[c].v,c,a)}}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 a=this._keys[s++];return{value:a!==void 0?a:void 0,done:a===void 0}}}}set(s,a){return this._values[s]?(this._values[s].v=a,this):(this._keys.push(s),this._values[s]={v:a,i:this._keys.length-1},this)}values(){let s=0;return{next:()=>{let a=this._keys[s++];return{value:a!==void 0?this._values[a].v:void 0,done:a===void 0}}}}get size(){return this._keys.length}}});Ut(Ip);gC=Ip.Map,Xs=Ft(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"})});Ut(Xs);yC=Xs.MaxKey,Qs=Ft(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"})});Ut(Qs);jC=Qs.MinKey,$i=Ft(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.ObjectId=void 0;let r=_t.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 a{constructor(_){if(_ instanceof a&&(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]=a.generate(typeof _=="number"?_:void 0),a.cacheHexString&&(this.__id=this.id.toString("hex"))),ArrayBuffer.isView(_)&&_.byteLength===12&&(this[s]=Uo.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");a.cacheHexString&&(this.__id=this.id.toString("hex"))}get id(){return this[s]}set id(_){this[s]=_,a.cacheHexString&&(this.__id=_.toString("hex"))}get generationTime(){return this.id.readInt32BE(0)}set generationTime(_){this.id.writeUInt32BE(_,0)}toHexString(){if(a.cacheHexString&&this.__id)return this.__id;let _=this.id.toString("hex");return a.cacheHexString&&!this.__id&&(this.__id=_),_}static getInc(){return a.index=(a.index+1)%16777215}static generate(_){typeof _!="number"&&(_=~~(Date.now()/1e3));let p=a.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 a?this.toString()===_.toString():typeof _=="string"&&a.isValid(_)&&_.length===12&&this.id instanceof ye.Buffer?_===this.id.toString("binary"):typeof _=="string"&&a.isValid(_)&&_.length===24?_.toLowerCase()===this.toHexString():typeof _=="string"&&a.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 a}static createFromTime(_){let p=ye.Buffer.from([0,0,0,0,0,0,0,0,0,0,0,0]);return p.writeUInt32BE(_,0),new a(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 a(ye.Buffer.from(_,"hex"))}static isValid(_){return _==null?!1:typeof _=="number"?!0:typeof _=="string"?_.length===12||_.length===24&&n.test(_):_ instanceof a||_ 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 a(_.$oid)}}e.ObjectId=a,a.index=~~(Math.random()*16777215),Object.defineProperty(a.prototype,"generate",{value:_t.deprecate(c=>a.generate(c),"Please use the static `ObjectId.generate(time)` instead")}),Object.defineProperty(a.prototype,"getInc",{value:_t.deprecate(()=>a.getInc(),"Please use the static `ObjectId.getInc()` instead")}),Object.defineProperty(a.prototype,"get_inc",{value:_t.deprecate(()=>a.getInc(),"Please use the static `ObjectId.getInc()` instead")}),Object.defineProperty(a,"get_inc",{value:_t.deprecate(()=>a.getInc(),"Please use the static `ObjectId.getInc()` instead")});let u=Symbol.for("nodejs.util.inspect.custom");Object.defineProperty(a.prototype,u,a.prototype.toString),Object.defineProperty(a.prototype,"inspect",a.prototype.toString),Object.defineProperty(a.prototype,"_bsontype",{value:"ObjectID"})});Ut($i);_C=$i.ObjectId,G=Ft(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});Ut(G);qC=G.BSON_BINARY_SUBTYPE_USER_DEFINED,vC=G.BSON_BINARY_SUBTYPE_MD5,TC=G.BSON_BINARY_SUBTYPE_UUID_NEW,BC=G.BSON_BINARY_SUBTYPE_UUID,kC=G.BSON_BINARY_SUBTYPE_BYTE_ARRAY,IC=G.BSON_BINARY_SUBTYPE_FUNCTION,SC=G.BSON_BINARY_SUBTYPE_DEFAULT,xC=G.BSON_DATA_MAX_KEY,EC=G.BSON_DATA_MIN_KEY,AC=G.BSON_DATA_DECIMAL128,OC=G.BSON_DATA_LONG,NC=G.BSON_DATA_TIMESTAMP,DC=G.BSON_DATA_INT,FC=G.BSON_DATA_CODE_W_SCOPE,PC=G.BSON_DATA_SYMBOL,RC=G.BSON_DATA_CODE,zC=G.BSON_DATA_DBPOINTER,HC=G.BSON_DATA_REGEXP,MC=G.BSON_DATA_NULL,UC=G.BSON_DATA_DATE,LC=G.BSON_DATA_BOOLEAN,CC=G.BSON_DATA_OID,VC=G.BSON_DATA_UNDEFINED,WC=G.BSON_DATA_BINARY,YC=G.BSON_DATA_ARRAY,KC=G.BSON_DATA_OBJECT,GC=G.BSON_DATA_STRING,JC=G.BSON_DATA_NUMBER,ZC=G.JS_INT_MIN,XC=G.JS_INT_MAX,QC=G.BSON_INT64_MIN,$C=G.BSON_INT64_MAX,eV=G.BSON_INT32_MIN,tV=G.BSON_INT32_MAX,Ah=Ft(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 a=0;a<i.length;a++)s+=n(a.toString(),i[a],o,!0,f);else{i.toBSON&&(i=i.toBSON());for(let a in i)s+=n(a,i[a],o,!1,f)}return s}e.calculateObjectSize=r;function n(i,o,f=!1,s=!1,a=!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||!a?(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||_t.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,a):(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===un.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,a)}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,a)+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(_t.normalizedFunctionString(o),"utf8")+1+r(o.scope,f,a);if(f)return(i!=null?ye.Buffer.byteLength(i,"utf8")+1:0)+1+4+ye.Buffer.byteLength(_t.normalizedFunctionString(o),"utf8")+1}return 0}});Ut(Ah);rV=Ah.calculateObjectSize,Co=Ft(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"})});Ut(Co);nV=Co.BSONRegExp,$s=Ft(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"})});Ut($s);iV=$s.BSONSymbol,Vo=Ft(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});Ut(Vo);oV=Vo.Timestamp,fV=Vo.LongWithoutOverridesClass,Sp=Ft(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,a=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)===a)T=2;else if((W&f)===u)T=3;else return!1}return!T}e.validateUtf8=_});Ut(Sp);sV=Sp.validateUtf8,xp=Ft(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(a,u,c){u=u??{};let _=u&&u.index?u.index:0,p=a[_]|a[_+1]<<8|a[_+2]<<16|a[_+3]<<24;if(p<5)throw new Error(`bson size must be >= 5, is ${p}`);if(u.allowObjectSmallerThanBufferSize&&a.length<p)throw new Error(`buffer length ${a.length} must be >= bson size ${p}`);if(!u.allowObjectSmallerThanBufferSize&&a.length!==p)throw new Error(`buffer length ${a.length} must === bson size ${p}`);if(p+_>a.byteLength)throw new Error(`(bson size ${p} + options.index ${_} must be <= buffer length ${a.byteLength})`);if(a[_+p-1]!==0)throw new Error("One object, sized correctly, with a spot for an EOO, but the EOO isn't 0x00");return f(a,_,u,c)}e.deserialize=o;function f(a,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(a.length<5)throw new Error("corrupt bson message < 5 bytes long");let J=a[u++]|a[u++]<<8|a[u++]<<16|a[u++]<<24;if(J<5||J>a.length)throw new Error("corrupt bson message");let D=_?[]:{},le=0,Y=!1;for(;!Y;){let g=a[u++];if(g===0)break;let N=u;for(;a[N]!==0&&N<a.length;)N++;if(N>=a.byteLength)throw new Error("Bad BSON Document: illegal CString");let b=_?le++:a.toString("utf8",u,N);if(u=N+1,g===G.BSON_DATA_STRING){let z=a[u++]|a[u++]<<8|a[u++]<<16|a[u++]<<24;if(z<=0||z>a.length-u||a[u+z-1]!==0)throw new Error("bad string length in bson");if(!Sp.validateUtf8(a,u,u+z-1))throw new Error("Invalid UTF-8 string in BSON document");let K=a.toString("utf8",u,u+z-1);D[b]=K,u=u+z}else if(g===G.BSON_DATA_OID){let z=ye.Buffer.alloc(12);a.copy(z,0,u,u+12),D[b]=new $i.ObjectId(z),u=u+12}else if(g===G.BSON_DATA_INT&&te===!1)D[b]=new Zf.Int32(a[u++]|a[u++]<<8|a[u++]<<16|a[u++]<<24);else if(g===G.BSON_DATA_INT)D[b]=a[u++]|a[u++]<<8|a[u++]<<16|a[u++]<<24;else if(g===G.BSON_DATA_NUMBER&&te===!1)D[b]=new Jf.Double(a.readDoubleLE(u)),u=u+8;else if(g===G.BSON_DATA_NUMBER)D[b]=a.readDoubleLE(u),u=u+8;else if(g===G.BSON_DATA_DATE){let z=a[u++]|a[u++]<<8|a[u++]<<16|a[u++]<<24,K=a[u++]|a[u++]<<8|a[u++]<<16|a[u++]<<24;D[b]=new Date(new Se.Long(z,K).toNumber())}else if(g===G.BSON_DATA_BOOLEAN){if(a[u]!==0&&a[u]!==1)throw new Error("illegal boolean type value");D[b]=a[u++]===1}else if(g===G.BSON_DATA_OBJECT){let z=u,K=a[u]|a[u+1]<<8|a[u+2]<<16|a[u+3]<<24;if(K<=0||K>a.length-u)throw new Error("bad embedded document length in bson");T?D[b]=a.slice(u,u+K):D[b]=f(a,z,c,!1),u=u+K}else if(g===G.BSON_DATA_ARRAY){let z=u,K=a[u]|a[u+1]<<8|a[u+2]<<16|a[u+3]<<24,M=c,oe=u+K;if(S&&S[b]){M={};for(let A in c)M[A]=c[A];M.raw=!0}if(D[b]=f(a,z,M,!0),u=u+K,a[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 z=a[u++]|a[u++]<<8|a[u++]<<16|a[u++]<<24,K=a[u++]|a[u++]<<8|a[u++]<<16|a[u++]<<24,M=new Se.Long(z,K);L&&te===!0?D[b]=M.lessThanOrEqual(r)&&M.greaterThanOrEqual(n)?M.toNumber():M:D[b]=M}else if(g===G.BSON_DATA_DECIMAL128){let z=ye.Buffer.alloc(16);a.copy(z,0,u,u+16),u=u+16;let K=new Zs.Decimal128(z);"toObject"in K&&typeof K.toObject=="function"?D[b]=K.toObject():D[b]=K}else if(g===G.BSON_DATA_BINARY){let z=a[u++]|a[u++]<<8|a[u++]<<16|a[u++]<<24,K=z,M=a[u++];if(z<0)throw new Error("Negative binary type element size found");if(z>a.byteLength)throw new Error("Binary type size larger than document size");if(a.slice!=null){if(M===un.Binary.SUBTYPE_BYTE_ARRAY){if(z=a[u++]|a[u++]<<8|a[u++]<<16|a[u++]<<24,z<0)throw new Error("Negative binary type element size found for subtype 0x02");if(z>K-4)throw new Error("Binary type with subtype 0x02 contains too long binary size");if(z<K-4)throw new Error("Binary type with subtype 0x02 contains too short binary size")}W&&te?D[b]=a.slice(u,u+z):D[b]=new un.Binary(a.slice(u,u+z),M)}else{let oe=ye.Buffer.alloc(z);if(M===un.Binary.SUBTYPE_BYTE_ARRAY){if(z=a[u++]|a[u++]<<8|a[u++]<<16|a[u++]<<24,z<0)throw new Error("Negative binary type element size found for subtype 0x02");if(z>K-4)throw new Error("Binary type with subtype 0x02 contains too long binary size");if(z<K-4)throw new Error("Binary type with subtype 0x02 contains too short binary size")}for(N=0;N<z;N++)oe[N]=a[u+N];W&&te?D[b]=oe:D[b]=new un.Binary(oe,M)}u=u+z}else if(g===G.BSON_DATA_REGEXP&&U===!1){for(N=u;a[N]!==0&&N<a.length;)N++;if(N>=a.length)throw new Error("Bad BSON Document: illegal CString");let z=a.toString("utf8",u,N);for(u=N+1,N=u;a[N]!==0&&N<a.length;)N++;if(N>=a.length)throw new Error("Bad BSON Document: illegal CString");let K=a.toString("utf8",u,N);u=N+1;let M=new Array(K.length);for(N=0;N<K.length;N++)switch(K[N]){case"m":M[N]="m";break;case"s":M[N]="g";break;case"i":M[N]="i";break}D[b]=new RegExp(z,M.join(""))}else if(g===G.BSON_DATA_REGEXP&&U===!0){for(N=u;a[N]!==0&&N<a.length;)N++;if(N>=a.length)throw new Error("Bad BSON Document: illegal CString");let z=a.toString("utf8",u,N);for(u=N+1,N=u;a[N]!==0&&N<a.length;)N++;if(N>=a.length)throw new Error("Bad BSON Document: illegal CString");let K=a.toString("utf8",u,N);u=N+1,D[b]=new Co.BSONRegExp(z,K)}else if(g===G.BSON_DATA_SYMBOL){let z=a[u++]|a[u++]<<8|a[u++]<<16|a[u++]<<24;if(z<=0||z>a.length-u||a[u+z-1]!==0)throw new Error("bad string length in bson");let K=a.toString("utf8",u,u+z-1);D[b]=te?K:new $s.BSONSymbol(K),u=u+z}else if(g===G.BSON_DATA_TIMESTAMP){let z=a[u++]|a[u++]<<8|a[u++]<<16|a[u++]<<24,K=a[u++]|a[u++]<<8|a[u++]<<16|a[u++]<<24;D[b]=new Vo.Timestamp(z,K)}else if(g===G.BSON_DATA_MIN_KEY)D[b]=new Qs.MinKey;else if(g===G.BSON_DATA_MAX_KEY)D[b]=new Xs.MaxKey;else if(g===G.BSON_DATA_CODE){let z=a[u++]|a[u++]<<8|a[u++]<<16|a[u++]<<24;if(z<=0||z>a.length-u||a[u+z-1]!==0)throw new Error("bad string length in bson");let K=a.toString("utf8",u,u+z-1);p?j?D[b]=s(K,i,D):D[b]=s(K):D[b]=new Lo.Code(K),u=u+z}else if(g===G.BSON_DATA_CODE_W_SCOPE){let z=a[u++]|a[u++]<<8|a[u++]<<16|a[u++]<<24;if(z<4+4+4+1)throw new Error("code_w_scope total size shorter minimum expected length");let K=a[u++]|a[u++]<<8|a[u++]<<16|a[u++]<<24;if(K<=0||K>a.length-u||a[u+K-1]!==0)throw new Error("bad string length in bson");let M=a.toString("utf8",u,u+K-1);u=u+K;let oe=u,A=a[u]|a[u+1]<<8|a[u+2]<<16|a[u+3]<<24,Ye=f(a,oe,c,!1);if(u=u+A,z<4+4+A+K)throw new Error("code_w_scope total size is too short, truncating scope");if(z>4+4+A+K)throw new Error("code_w_scope total size is too long, clips outer document");p?(j?D[b]=s(M,i,D):D[b]=s(M),D[b].scope=Ye):D[b]=new Lo.Code(M,Ye)}else if(g===G.BSON_DATA_DBPOINTER){let z=a[u++]|a[u++]<<8|a[u++]<<16|a[u++]<<24;if(z<=0||z>a.length-u||a[u+z-1]!==0)throw new Error("bad string length in bson");if(!Sp.validateUtf8(a,u,u+z-1))throw new Error("Invalid UTF-8 string in BSON document");let K=a.toString("utf8",u,u+z-1);u=u+z;let M=ye.Buffer.alloc(12);a.copy(M,0,u,u+12);let oe=new $i.ObjectId(M);u=u+12,D[b]=new Gn.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(Gn.isDBRefLike(D)){let g=Object.assign({},D);return delete g.$ref,delete g.$id,delete g.$db,new Gn.DBRef(D.$ref,D.$id,D.$db,g)}return D}function s(a,u,c){return u?(u[a]==null&&(u[a]=new Function(a)),u[a].bind(c)):new Function(a)}});Ut(xp);aV=xp.deserialize,Gl=Ft(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.EJSON=e.isBSONType=void 0;function r(T){return _t.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:un.Binary,$uuid:un.Binary,$symbol:$s.BSONSymbol,$numberInt:Zf.Int32,$numberDecimal:Zs.Decimal128,$numberDouble:Jf.Double,$numberLong:Se.Long,$minKey:Qs.MinKey,$maxKey:Xs.MaxKey,$regex:Co.BSONRegExp,$regularExpression:Co.BSONRegExp,$timestamp:Vo.Timestamp};function a(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 Zf.Int32(T);if(T>=f&&T<=o)return Se.Long.fromNumber(T)}return new Jf.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=a(T.$scope)),Lo.Code.fromExtendedJSON(T)}if(T.$ref!=null||T.$dbPointer!=null){let L=T.$ref?T:T.$dbPointer;if(L instanceof Gn.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 Gn.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 Co.BSONRegExp(T.source,W).toExtendedJSON(U)}return T!=null&&typeof T=="object"?j(T,U):T}let p={Binary:T=>new un.Binary(T.value(),T.sub_type),Code:T=>new Lo.Code(T.code,T.scope),DBRef:T=>new Gn.DBRef(T.collection||T.namespace,T.oid,T.db,T.fields),Decimal128:T=>new Zs.Decimal128(T.bytes),Double:T=>new Jf.Double(T.value),Int32:T=>new Zf.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 Xs.MaxKey,MinKey:()=>new Qs.MinKey,ObjectID:T=>new $i.ObjectId(T),ObjectId:T=>new $i.ObjectId(T),BSONRegExp:T=>new Co.BSONRegExp(T.pattern,T.options),Symbol:T=>new $s.BSONSymbol(T.value),Timestamp:T=>Vo.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 Lo.Code(L.code,_(L.scope,U)):W==="DBRef"&&L.oid&&(L=new Gn.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)=>a(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={}))});Ut(Gl);lV=Gl.EJSON,uV=Gl.isBSONType,Jl=Ft(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.writeIEEE754=e.readIEEE754=void 0;function r(i,o,f,s,a){let u,c,_=f==="big",p=a*8-s-1,j=(1<<p)-1,S=j>>1,T=-7,U=_?0:a-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,a,u){let c,_,p,j=s==="big",S=u*8-a-1,T=(1<<S)-1,U=T>>1,W=a===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,a),c=c+U):(_=o*Math.pow(2,U-1)*Math.pow(2,a),c=0)),isNaN(o)&&(_=0);a>=8;)i[f+L]=_&255,L+=te,_/=256,a-=8;for(c=c<<a|_,isNaN(o)&&(c+=8),S+=a;S>0;)i[f+L]=c&255,L+=te,c/=256,S-=8;i[f+L-te]|=pe*128}e.writeIEEE754=n});Ut(Jl);cV=Jl.writeIEEE754,pV=Jl.readIEEE754,Ep=Ft(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,z){y[b++]=G.BSON_DATA_STRING;let K=z?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");b=b+K+1,y[b-1]=0;let M=y.write(N,b+4,void 0,"utf8");return y[b+3]=M+1>>24&255,y[b+2]=M+1>>16&255,y[b+1]=M+1>>8&255,y[b]=M+1&255,b=b+4+M,y[b++]=0,b}function f(y,g,N,b,z){if(Number.isInteger(N)&&N>=G.BSON_INT32_MIN&&N<=G.BSON_INT32_MAX){y[b++]=G.BSON_DATA_INT;let K=z?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=z?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");b=b+K,y[b++]=0,Jl.writeIEEE754(y,N,b,"little",52,8),b=b+8}return b}function s(y,g,N,b,z){y[b++]=G.BSON_DATA_NULL;let K=z?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");return b=b+K,y[b++]=0,b}function a(y,g,N,b,z){y[b++]=G.BSON_DATA_BOOLEAN;let K=z?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,z){y[b++]=G.BSON_DATA_DATE;let K=z?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");b=b+K,y[b++]=0;let M=Se.Long.fromNumber(N.getTime()),oe=M.getLowBits(),A=M.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,z){y[b++]=G.BSON_DATA_REGEXP;let K=z?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,z){y[b++]=G.BSON_DATA_REGEXP;let K=z?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,z){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=z?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,z){y[b++]=G.BSON_DATA_OID;let K=z?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,z){y[b++]=G.BSON_DATA_BINARY;let K=z?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");b=b+K,y[b++]=0;let M=N.length;return y[b++]=M&255,y[b++]=M>>8&255,y[b++]=M>>16&255,y[b++]=M>>24&255,y[b++]=G.BSON_BINARY_SUBTYPE_DEFAULT,y.set(Uo.ensureBuffer(N),b),b=b+M,b}function T(y,g,N,b,z=!1,K=0,M=!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,z,b,K+1,M,oe,Ye);return Ye.pop(),V}function U(y,g,N,b,z){y[b++]=G.BSON_DATA_DECIMAL128;let K=z?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,z){y[b++]=N._bsontype==="Long"?G.BSON_DATA_LONG:G.BSON_DATA_TIMESTAMP;let K=z?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");b=b+K,y[b++]=0;let M=N.getLowBits(),oe=N.getHighBits();return y[b++]=M&255,y[b++]=M>>8&255,y[b++]=M>>16&255,y[b++]=M>>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,z){N=N.valueOf(),y[b++]=G.BSON_DATA_INT;let K=z?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,z){y[b++]=G.BSON_DATA_NUMBER;let K=z?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");return b=b+K,y[b++]=0,Jl.writeIEEE754(y,N.value,b,"little",52,8),b=b+8,b}function pe(y,g,N,b,z=!1,K=0,M){y[b++]=G.BSON_DATA_CODE;let oe=M?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");b=b+oe,y[b++]=0;let A=_t.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,z=!1,K=0,M=!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 He=de(y,N.scope,z,b,K+1,M,oe);b=He-1;let we=He-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,z){y[b++]=G.BSON_DATA_BINARY;let K=z?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");b=b+K,y[b++]=0;let M=N.value(!0),oe=N.position;return N.sub_type===un.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===un.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(M,b),b=b+N.position,b}function le(y,g,N,b,z){y[b++]=G.BSON_DATA_SYMBOL;let K=z?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");b=b+K,y[b++]=0;let M=y.write(N.value,b+4,void 0,"utf8")+1;return y[b]=M&255,y[b+1]=M>>8&255,y[b+2]=M>>16&255,y[b+3]=M>>24&255,b=b+4+M-1,y[b++]=0,b}function Y(y,g,N,b,z,K,M){y[b++]=G.BSON_DATA_OBJECT;let oe=M?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,z+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,z=0,K=!1,M=!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=a(y,V,X,A,!0);else if(X instanceof Date||_t.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)||_t.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,z,K,M,!0,oe);else if(typeof X=="object"&&Gl.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,z,!0);else if(X._bsontype==="Code")A=J(y,V,X,A,N,z,K,M,!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,z,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 Ip.Map){let me=g.entries(),V=!1;for(;!V;){let X=me.next();if(V=!!X.done,V)continue;let He=X.value[0],we=X.value[1],rt=typeof we;if(typeof He=="string"&&!n.has(He)){if(He.match(r)!=null)throw Error("key "+He+" must not contain null bytes");if(N){if(He[0]==="$")throw Error("key "+He+" must not start with '$'");if(~He.indexOf("."))throw Error("key "+He+" must not contain '.'")}}if(rt==="string")A=o(y,He,we,A);else if(rt==="number")A=f(y,He,we,A);else{if(rt==="bigint"||_t.isBigInt64Array(we)||_t.isBigUInt64Array(we))throw new TypeError("Unsupported type BigInt, please use Decimal128");if(rt==="boolean")A=a(y,He,we,A);else if(we instanceof Date||_t.isDate(we))A=u(y,He,we,A);else if(we===null||we===void 0&&M===!1)A=s(y,He,we,A);else if(we._bsontype==="ObjectId"||we._bsontype==="ObjectID")A=j(y,He,we,A);else if(ye.Buffer.isBuffer(we)||_t.isUint8Array(we))A=S(y,He,we,A);else if(we instanceof RegExp||i(we))A=c(y,He,we,A);else if(rt==="object"&&we._bsontype==null)A=T(y,He,we,A,N,z,K,M,!1,oe);else if(rt==="object"&&we._bsontype==="Decimal128")A=U(y,He,we,A);else if(we._bsontype==="Long"||we._bsontype==="Timestamp")A=W(y,He,we,A);else if(we._bsontype==="Double")A=te(y,He,we,A);else if(we._bsontype==="Code")A=J(y,He,we,A,N,z,K,M);else if(typeof we=="function"&&K)A=pe(y,He,we,A,N,z,K);else if(we._bsontype==="Binary")A=D(y,He,we,A);else if(we._bsontype==="Symbol")A=le(y,He,we,A);else if(we._bsontype==="DBRef")A=Y(y,He,we,A,z,K);else if(we._bsontype==="BSONRegExp")A=_(y,He,we,A);else if(we._bsontype==="Int32")A=L(y,He,we,A);else if(we._bsontype==="MinKey"||we._bsontype==="MaxKey")A=p(y,He,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=a(y,me,V,A);else if(V instanceof Date||_t.isDate(V))A=u(y,me,V,A);else if(V===void 0)M===!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)||_t.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,z,K,M,!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,z,K,M);else if(typeof V=="function"&&K)A=pe(y,me,V,A,N,z,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,z,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});Ut(Ep);dV=Ep.serializeInto,xe=Ft(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 un.Binary}}),Object.defineProperty(e,"Code",{enumerable:!0,get:function(){return Lo.Code}}),Object.defineProperty(e,"DBRef",{enumerable:!0,get:function(){return Gn.DBRef}}),Object.defineProperty(e,"Decimal128",{enumerable:!0,get:function(){return Zs.Decimal128}}),Object.defineProperty(e,"Double",{enumerable:!0,get:function(){return Jf.Double}}),Object.defineProperty(e,"Int32",{enumerable:!0,get:function(){return Zf.Int32}}),Object.defineProperty(e,"Long",{enumerable:!0,get:function(){return Se.Long}}),Object.defineProperty(e,"Map",{enumerable:!0,get:function(){return Ip.Map}}),Object.defineProperty(e,"MaxKey",{enumerable:!0,get:function(){return Xs.MaxKey}}),Object.defineProperty(e,"MinKey",{enumerable:!0,get:function(){return Qs.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 Co.BSONRegExp}}),Object.defineProperty(e,"BSONSymbol",{enumerable:!0,get:function(){return $s.BSONSymbol}}),Object.defineProperty(e,"Timestamp",{enumerable:!0,get:function(){return Vo.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 Gl.EJSON}});var r=Vo;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=Ep.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=Ep.serializeInto(i,_,S,0,0,T,U);return i.copy(p,W,0,L),W+L-1}e.serializeWithBufferAndIndex=s;function a(_,p={}){return xp.deserialize(Uo.ensureBuffer(_),p)}e.deserialize=a;function u(_,p={}){p=p||{};let j=typeof p.serializeFunctions=="boolean"?p.serializeFunctions:!1,S=typeof p.ignoreUndefined=="boolean"?p.ignoreUndefined:!0;return Ah.calculateObjectSize(_,j,S)}e.calculateObjectSize=u;function c(_,p,j,S,T,U){let W=Object.assign({allowObjectSmallerThanBufferSize:!0,index:0},U),L=Uo.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]=xp.deserialize(L,W),te=te+J}return te}e.deserializeStream=c}),mV=Ut(xe),bV=xe.deserializeStream,hV=xe.calculateObjectSize,mT=xe.deserialize,wV=xe.serializeWithBufferAndIndex,bT=xe.serialize,gV=xe.setInternalBufferSize,yV=xe.ObjectID,jV=xe.Decimal128,_V=xe.BSONRegExp,qV=xe.MaxKey,vV=xe.MinKey,TV=xe.Int32,BV=xe.Double,kV=xe.Timestamp,IV=xe.Long,SV=xe.ObjectId,xV=xe.Binary,EV=xe.DBRef,AV=xe.BSONSymbol,OV=xe.Map,NV=xe.Code,DV=xe.LongWithoutOverridesClass,FV=xe.EJSON,PV=xe.JS_INT_MIN,RV=xe.JS_INT_MAX,zV=xe.BSON_INT64_MIN,HV=xe.BSON_INT64_MAX,MV=xe.BSON_INT32_MIN,UV=xe.BSON_INT32_MAX,LV=xe.BSON_DATA_UNDEFINED,CV=xe.BSON_DATA_TIMESTAMP,VV=xe.BSON_DATA_SYMBOL,WV=xe.BSON_DATA_STRING,YV=xe.BSON_DATA_REGEXP,KV=xe.BSON_DATA_OID,GV=xe.BSON_DATA_OBJECT,JV=xe.BSON_DATA_NUMBER,ZV=xe.BSON_DATA_NULL,XV=xe.BSON_DATA_MIN_KEY,QV=xe.BSON_DATA_MAX_KEY,$V=xe.BSON_DATA_LONG,e5=xe.BSON_DATA_INT,t5=xe.BSON_DATA_DECIMAL128,r5=xe.BSON_DATA_DBPOINTER,n5=xe.BSON_DATA_DATE,i5=xe.BSON_DATA_CODE_W_SCOPE,o5=xe.BSON_DATA_CODE,f5=xe.BSON_DATA_BOOLEAN,s5=xe.BSON_DATA_BINARY,a5=xe.BSON_DATA_ARRAY,l5=xe.BSON_BINARY_SUBTYPE_UUID_NEW,u5=xe.BSON_BINARY_SUBTYPE_UUID,c5=xe.BSON_BINARY_SUBTYPE_USER_DEFINED,p5=xe.BSON_BINARY_SUBTYPE_MD5,d5=xe.BSON_BINARY_SUBTYPE_FUNCTION,m5=xe.BSON_BINARY_SUBTYPE_DEFAULT,b5=xe.BSON_BINARY_SUBTYPE_BYTE_ARRAY});function Nh(t,e){return mT(new Uint8Array(t),e)}var hT=re(()=>{Oh()});async function lN(t,e){let r={...Dh.bson,...e==null?void 0:e.bson};return Nh(t,r)}function uN(t,e){let r={...Dh.bson,...e==null?void 0:e.bson};return Nh(t,r)}var aN,Dh,Fh,wT=re(()=>{hT();aN="3.4.10",Dh={bson:{}},Fh={name:"BSON",id:"bson",module:"bson",version:aN,extensions:["bson"],mimeTypes:["application/bson"],category:"json",binary:!0,parse:lN,parseSync:uN,options:Dh}});function Ph(t,e){return bT(t).buffer}var gT=re(()=>{Oh()});var cN,Rh,yT=re(()=>{gT();cN="3.4.10",Rh={name:"BSON",id:"bson",module:"bson",version:cN,extensions:["bson"],options:{image:{mimeType:"application/bson"}},async encode(t,e){return Ph(t,{})},encodeSync(t,e){return Ph(t,{})}}});var jT=re(()=>{wT();yT()});function _T(t,e,r){if(!(t in Xf))throw new Error(`invalid type: ${t}`);return Xf[t].toPrimitive(e,r)}function qT(t,e,r){if(!(t in Xf))throw new Error(`invalid type: ${t}`);return"fromPrimitive"in Xf[t]?Xf[t].fromPrimitive?.(e,r):e}function pN(t){return Boolean(t)}function dN(t){return Boolean(t)}function mN(t){let e=parseFloat(t);if(isNaN(e))throw new Error(`invalid value for FLOAT: ${t}`);return e}function bN(t){let e=parseFloat(t);if(isNaN(e))throw new Error(`invalid value for DOUBLE: ${t}`);return e}function hN(t){let e=parseInt(t,10);if(e<-128||e>127||isNaN(e))throw new Error(`invalid value for INT8: ${t}`);return e}function wN(t){let e=parseInt(t,10);if(e<0||e>255||isNaN(e))throw new Error(`invalid value for UINT8: ${t}`);return e}function gN(t){let e=parseInt(t,10);if(e<-32768||e>32767||isNaN(e))throw new Error(`invalid value for INT16: ${t}`);return e}function yN(t){let e=parseInt(t,10);if(e<0||e>65535||isNaN(e))throw new Error(`invalid value for UINT16: ${t}`);return e}function vT(t){let e=parseInt(t,10);if(e<-2147483648||e>2147483647||isNaN(e))throw new Error(`invalid value for INT32: ${t}`);return e}function jN(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 _N(t){let e=parseInt(t,10);if(e<0||e>281474976710655||isNaN(e))throw new Error(`invalid value for UINT32: ${t}`);return e}function TT(t){let e=parseInt(t,10);if(isNaN(e))throw new Error(`invalid value for INT64: ${t}`);return e}function qN(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 vN(t){let e=parseInt(t,10);if(e<0||isNaN(e))throw new Error(`invalid value for UINT64: ${t}`);return e}function TN(t){let e=parseInt(t,10);if(isNaN(e))throw new Error(`invalid value for INT96: ${t}`);return e}function BT(t){return Buffer.from(t)}function kT(t){return Buffer.from(t)}function BN(t){return Buffer.from(t,"utf8")}function kN(t){return t.toString()}function IN(t){return Buffer.from(JSON.stringify(t))}function SN(t){return JSON.parse(t)}function xN(t){let e=Rh.encodeSync?.(t);return Buffer.from(e)}function EN(t){return Fh.parseSync?.(t)}function AN(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 ON(t){let e=parseInt(t,10);if(e<0||isNaN(e))throw new Error(`invalid value for TIME_MICROS: ${t}`);return e}function NN(t){if(t instanceof Date)return t.getTime()/IT;{let e=parseInt(t,10);if(e<0||isNaN(e))throw new Error(`invalid value for DATE: ${t}`);return e}}function DN(t){return new Date(t*IT)}function FN(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 PN(t){return new Date(t)}function RN(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 zN(t){return new Date(t/1e3)}function HN(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 MN(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 xT(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 Xf,IT,zh=re(()=>{jT();Xf={BOOLEAN:{primitiveType:"BOOLEAN",toPrimitive:pN,fromPrimitive:dN},INT32:{primitiveType:"INT32",toPrimitive:vT},INT64:{primitiveType:"INT64",toPrimitive:TT},INT96:{primitiveType:"INT96",toPrimitive:TN},FLOAT:{primitiveType:"FLOAT",toPrimitive:mN},DOUBLE:{primitiveType:"DOUBLE",toPrimitive:bN},BYTE_ARRAY:{primitiveType:"BYTE_ARRAY",toPrimitive:BT},FIXED_LEN_BYTE_ARRAY:{primitiveType:"FIXED_LEN_BYTE_ARRAY",toPrimitive:BT},UTF8:{primitiveType:"BYTE_ARRAY",originalType:"UTF8",toPrimitive:BN,fromPrimitive:kN},TIME_MILLIS:{primitiveType:"INT32",originalType:"TIME_MILLIS",toPrimitive:AN},TIME_MICROS:{primitiveType:"INT64",originalType:"TIME_MICROS",toPrimitive:ON},DATE:{primitiveType:"INT32",originalType:"DATE",toPrimitive:NN,fromPrimitive:DN},TIMESTAMP_MILLIS:{primitiveType:"INT64",originalType:"TIMESTAMP_MILLIS",toPrimitive:FN,fromPrimitive:PN},TIMESTAMP_MICROS:{primitiveType:"INT64",originalType:"TIMESTAMP_MICROS",toPrimitive:RN,fromPrimitive:zN},UINT_8:{primitiveType:"INT32",originalType:"UINT_8",toPrimitive:wN},UINT_16:{primitiveType:"INT32",originalType:"UINT_16",toPrimitive:yN},UINT_32:{primitiveType:"INT32",originalType:"UINT_32",toPrimitive:_N},UINT_64:{primitiveType:"INT64",originalType:"UINT_64",toPrimitive:vN},INT_8:{primitiveType:"INT32",originalType:"INT_8",toPrimitive:hN},INT_16:{primitiveType:"INT32",originalType:"INT_16",toPrimitive:gN},INT_32:{primitiveType:"INT32",originalType:"INT_32",toPrimitive:vT},INT_64:{primitiveType:"INT64",originalType:"INT_64",toPrimitive:TT},JSON:{primitiveType:"BYTE_ARRAY",originalType:"JSON",toPrimitive:IN,fromPrimitive:SN},BSON:{primitiveType:"BYTE_ARRAY",originalType:"BSON",toPrimitive:xN,fromPrimitive:EN},INTERVAL:{primitiveType:"FIXED_LEN_BYTE_ARRAY",originalType:"INTERVAL",typeLength:12,toPrimitive:HN,fromPrimitive:MN},DECIMAL_INT32:{primitiveType:"INT32",originalType:"DECIMAL_INT32",toPrimitive:jN,fromPrimitive:ST},DECIMAL_INT64:{primitiveType:"INT64",originalType:"DECIMAL_INT64",toPrimitive:qN,fromPrimitive:ST},DECIMAL_BYTE_ARRAY:{primitiveType:"BYTE_ARRAY",originalType:"DECIMAL_BYTE_ARRAY",toPrimitive:kT,fromPrimitive:xT},DECIMAL_FIXED_LEN_BYTE_ARRAY:{primitiveType:"FIXED_LEN_BYTE_ARRAY",originalType:"DECIMAL_FIXED_LEN_BYTE_ARRAY",toPrimitive:kT,fromPrimitive:xT}};IT=864e5});function Hh(t){let e={};for(let r of t.fieldList)e[r.key]={dlevels:[],rlevels:[],values:[],pageHeaders:[],count:0};return{rowCount:0,columnData:e}}function Ap(t,e,r){let n=Hh(t).columnData;if(Mh(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 Mh(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?Mh(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 a=0;a<s.length;a++){let u=a===0?n:f.rLevelMax;f.isNested?Mh(f.fields,s[a],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(_T(f.originalType||f.primitiveType,s[a])))}}}function Op(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&&UN(t,i,n,r)}return r}function UN(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 a=0;a<e.count;a++){let u=e.dlevels[a],c=e.rlevels[a];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=qT(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 Np=re(()=>{zh()});function Uh(t,e){for(let r in t){let n=t[r];n.fields?Uh(n.fields,e):n.compression=e}}function ET(t,e,r,n){let i={};for(let o in t){let f=t[o],s=!f.optional,a=Boolean(f.repeated),u=e,c=r,_="REQUIRED";if(s||(_="OPTIONAL",c++),a&&(_="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:ET(f.fields,u,c,S)};continue}let p=Xf[f.type];if(!p)throw new Error(`invalid parquet type: ${f.type}`);if(f.encoding=f.encoding||"PLAIN",!(f.encoding in Do))throw new Error(`unsupported parquet encoding: ${f.encoding}`);if(f.compression=f.compression||"UNCOMPRESSED",!(f.compression in Yl))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 AT(t){let e=[];for(let r in t)e.push(t[r]),t[r].isNested&&(e=e.concat(AT(t[r].fields)));return e}var Zl,Lh=re(()=>{zc();Kl();Np();zh();Zl=class{constructor(e){this.schema=e,this.fields=ET(e,0,0,[]),this.fieldList=AT(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){Ap(this,e,r)}materializeRecords(e){return Op(this,e)}compress(e){return Uh(this.schema,e),Uh(this.fields,e),this}buffer(){return Hh(this)}}});var eo,OT=re(()=>{(function(a){a[a.BOOLEAN=0]="BOOLEAN",a[a.INT32=1]="INT32",a[a.INT64=2]="INT64",a[a.INT96=3]="INT96",a[a.FLOAT=4]="FLOAT",a[a.DOUBLE=5]="DOUBLE",a[a.BYTE_ARRAY=6]="BYTE_ARRAY",a[a.FIXED_LEN_BYTE_ARRAY=7]="FIXED_LEN_BYTE_ARRAY"})(eo||(eo={}))});var ea,NT=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"})(ea||(ea={}))});var ta,DT=re(()=>{(function(n){n[n.REQUIRED=0]="REQUIRED",n[n.OPTIONAL=1]="OPTIONAL",n[n.REPEATED=2]="REPEATED"})(ta||(ta={}))});var Jr,FT=re(()=>{(function(a){a[a.PLAIN=0]="PLAIN",a[a.PLAIN_DICTIONARY=2]="PLAIN_DICTIONARY",a[a.RLE=3]="RLE",a[a.BIT_PACKED=4]="BIT_PACKED",a[a.DELTA_BINARY_PACKED=5]="DELTA_BINARY_PACKED",a[a.DELTA_LENGTH_BYTE_ARRAY=6]="DELTA_LENGTH_BYTE_ARRAY",a[a.DELTA_BYTE_ARRAY=7]="DELTA_BYTE_ARRAY",a[a.RLE_DICTIONARY=8]="RLE_DICTIONARY"})(Jr||(Jr={}))});var ra,PT=re(()=>{(function(a){a[a.UNCOMPRESSED=0]="UNCOMPRESSED",a[a.SNAPPY=1]="SNAPPY",a[a.GZIP=2]="GZIP",a[a.LZO=3]="LZO",a[a.BROTLI=4]="BROTLI",a[a.LZ4=5]="LZ4",a[a.ZSTD=6]="ZSTD",a[a.LZ4_RAW=7]="LZ4_RAW"})(ra||(ra={}))});var Qf,RT=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"})(Qf||(Qf={}))});var zT,HT=re(()=>{(function(n){n[n.UNORDERED=0]="UNORDERED",n[n.ASCENDING=1]="ASCENDING",n[n.DESCENDING=2]="DESCENDING"})(zT||(zT={}))});var Mr=H((V5,UT)=>{var Ch=4294967296,MT=[];for(na=0;na<256;na++)MT[na]=(na>15?"":"0")+na.toString(16);var na,Xl=UT.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))};Xl.MAX_INT=Math.pow(2,53);Xl.MIN_INT=-Math.pow(2,53);Xl.prototype={constructor:Xl,_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%Ch,t=t/Ch,t>Ch)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 a=e[r+f];n&&(a=(a^255)+o,o=a>>8,a=a&255),i+=a*s}return!t&&i>=Xl.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]=MT[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 CT=H((W5,LT)=>{LT.exports=function(e){return e&&typeof e=="object"&&typeof e.copy=="function"&&typeof e.fill=="function"&&typeof e.readUInt8=="function"}});var VT=H((Y5,Vh)=>{typeof Object.create=="function"?Vh.exports=function(e,r){e.super_=r,e.prototype=Object.create(r.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})}:Vh.exports=function(e,r){e.super_=r;var n=function(){};n.prototype=r.prototype,e.prototype=new n,e.prototype.constructor=e}});var to=H(wt=>{var WT=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},LN=/%[sdj%]/g;wt.format=function(t){if(!Rp(t)){for(var e=[],r=0;r<arguments.length;r++)e.push(Wo(arguments[r]));return e.join(" ")}for(var r=1,n=arguments,i=n.length,o=String(t).replace(LN,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])Pp(f)||!ia(f)?o+=" "+f:o+=" "+Wo(f);return o};wt.deprecate=function(t,e){if(typeof process!="undefined"&&process.noDeprecation===!0)return t;if(typeof process=="undefined")return function(){return wt.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 Dp={},Wh;wt.debuglog=function(t){if(Yo(Wh)&&(Wh=process.env.NODE_DEBUG||""),t=t.toUpperCase(),!Dp[t])if(new RegExp("\\b"+t+"\\b","i").test(Wh)){var e=process.pid;Dp[t]=function(){var r=wt.format.apply(wt,arguments);console.error("%s %d: %s",t,e,r)}}else Dp[t]=function(){};return Dp[t]};function Wo(t,e){var r={seen:[],stylize:VN};return arguments.length>=3&&(r.depth=arguments[2]),arguments.length>=4&&(r.colors=arguments[3]),Gh(e)?r.showHidden=e:e&&wt._extend(r,e),Yo(r.showHidden)&&(r.showHidden=!1),Yo(r.depth)&&(r.depth=2),Yo(r.colors)&&(r.colors=!1),Yo(r.customInspect)&&(r.customInspect=!0),r.colors&&(r.stylize=CN),Fp(r,t,r.depth)}wt.inspect=Wo;Wo.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]};Wo.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"};function CN(t,e){var r=Wo.styles[e];return r?"["+Wo.colors[r][0]+"m"+t+"["+Wo.colors[r][1]+"m":t}function VN(t,e){return t}function WN(t){var e={};return t.forEach(function(r,n){e[r]=!0}),e}function Fp(t,e,r){if(t.customInspect&&e&&Mp(e.inspect)&&e.inspect!==wt.inspect&&!(e.constructor&&e.constructor.prototype===e)){var n=e.inspect(r,t);return Rp(n)||(n=Fp(t,n,r)),n}var i=YN(t,e);if(i)return i;var o=Object.keys(e),f=WN(o);if(t.showHidden&&(o=Object.getOwnPropertyNames(e)),Hp(e)&&(o.indexOf("message")>=0||o.indexOf("description")>=0))return Yh(e);if(o.length===0){if(Mp(e)){var s=e.name?": "+e.name:"";return t.stylize("[Function"+s+"]","special")}if(zp(e))return t.stylize(RegExp.prototype.toString.call(e),"regexp");if(Jh(e))return t.stylize(Date.prototype.toString.call(e),"date");if(Hp(e))return Yh(e)}var a="",u=!1,c=["{","}"];if(YT(e)&&(u=!0,c=["[","]"]),Mp(e)){var _=e.name?": "+e.name:"";a=" [Function"+_+"]"}if(zp(e)&&(a=" "+RegExp.prototype.toString.call(e)),Jh(e)&&(a=" "+Date.prototype.toUTCString.call(e)),Hp(e)&&(a=" "+Yh(e)),o.length===0&&(!u||e.length==0))return c[0]+a+c[1];if(r<0)return zp(e)?t.stylize(RegExp.prototype.toString.call(e),"regexp"):t.stylize("[Object]","special");t.seen.push(e);var p;return u?p=KN(t,e,r,f,o):p=o.map(function(j){return Kh(t,e,r,f,j,u)}),t.seen.pop(),GN(p,a,c)}function YN(t,e){if(Yo(e))return t.stylize("undefined","undefined");if(Rp(e)){var r="'"+JSON.stringify(e).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return t.stylize(r,"string")}if(KT(e))return t.stylize(""+e,"number");if(Gh(e))return t.stylize(""+e,"boolean");if(Pp(e))return t.stylize("null","null")}function Yh(t){return"["+Error.prototype.toString.call(t)+"]"}function KN(t,e,r,n,i){for(var o=[],f=0,s=e.length;f<s;++f)GT(e,String(f))?o.push(Kh(t,e,r,n,String(f),!0)):o.push("");return i.forEach(function(a){a.match(/^\d+$/)||o.push(Kh(t,e,r,n,a,!0))}),o}function Kh(t,e,r,n,i,o){var f,s,a;if(a=Object.getOwnPropertyDescriptor(e,i)||{value:e[i]},a.get?a.set?s=t.stylize("[Getter/Setter]","special"):s=t.stylize("[Getter]","special"):a.set&&(s=t.stylize("[Setter]","special")),GT(n,i)||(f="["+i+"]"),s||(t.seen.indexOf(a.value)<0?(Pp(r)?s=Fp(t,a.value,null):s=Fp(t,a.value,r-1),s.indexOf(`
|
|
12
|
+
`)+" "+r[1]:r[0]+e+" "+t.join(", ")+" "+r[1]}function Gv(t){return Array.isArray(t)}function _h(t){return typeof t=="boolean"}function yp(t){return t===null}function z2(t){return t==null}function Jv(t){return typeof t=="number"}function jp(t){return typeof t=="string"}function H2(t){return babelHelpers.typeof(t)==="symbol"}function Xi(t){return t===void 0}function _p(t){return Gs(t)&&vh(t)==="[object RegExp]"}function Gs(t){return babelHelpers.typeof(t)==="object"&&t!==null}function qh(t){return Gs(t)&&vh(t)==="[object Date]"}function qp(t){return Gs(t)&&(vh(t)==="[object Error]"||t instanceof Error)}function vp(t){return typeof t=="function"}function M2(t){return t===null||typeof t=="boolean"||typeof t=="number"||typeof t=="string"||babelHelpers.typeof(t)==="symbol"||typeof t=="undefined"}function U2(t){return Buffer.isBuffer(t)}function vh(t){return Object.prototype.toString.call(t)}function Th(t){return t<10?"0"+t.toString(10):t.toString(10)}function C2(){var t=new Date,e=[Th(t.getHours()),Th(t.getMinutes()),Th(t.getSeconds())].join(":");return[t.getDate(),L2[t.getMonth()],e].join(" ")}function V2(){console.log("%s - %s",C2(),wh.apply(null,arguments))}function Zv(t,e){if(!e||!Gs(e))return t;for(var r=Object.keys(e),n=r.length;n--;)t[r[n]]=e[r[n]];return t}function Xv(t,e){return Object.prototype.hasOwnProperty.call(t,e)}var hp,h2,w2,g2,di,gn,y2,dh,Kf,Wv,mh,k2,I2,Ks,ye,S8,x8,E8,A8,Mo,O8,bh,N8,ln,D8,Uo,F8,S2,hh,x2,E2,wp,gh,L2,W2,_t,P8,R8,z8,H8,M8,U8,L8,C8,V8,W8,Kn,Y8,K8,Se,G8,Js,J8,Gf,Z8,Jf,X8,Tp,$8,Zs,eC,Xs,tC,Qi,rC,G,nC,iC,oC,fC,sC,aC,lC,uC,cC,pC,dC,mC,bC,hC,wC,gC,yC,jC,_C,qC,vC,TC,BC,kC,IC,SC,xC,EC,AC,OC,NC,DC,FC,PC,Bh,RC,Lo,zC,Qs,HC,Co,MC,UC,Bp,LC,kp,CC,Kl,VC,WC,Gl,YC,KC,Ip,GC,xe,JC,ZC,XC,Qv,QC,$v,$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,kV,IV,SV,xV,EV,AV,OV,NV,DV,FV,PV,RV,zV,HV,MV,UV,LV,CV,VV,WV,YV,KV,GV,JV,ZV,kh=re(()=>{hp=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{};h2=j2,w2=q2,g2=B2,di=[],gn=[],y2=typeof Uint8Array!="undefined"?Uint8Array:Array,dh="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(Kf=0,Wv=dh.length;Kf<Wv;++Kf)di[Kf]=dh[Kf],gn[dh.charCodeAt(Kf)]=Kf;gn["-".charCodeAt(0)]=62;gn["_".charCodeAt(0)]=63;mh={byteLength:h2,toByteArray:w2,fromByteArray:g2},k2=function(e,r,n,i,o){var f,s,a=o*8-i-1,u=(1<<a)-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>>=-_,_+=a;_>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)},I2=function(e,r,n,i,o,f){var s,a,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?(a=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>=_?(a=0,s=_):s+p>=1?(a=(r*u-1)*Math.pow(2,o),s=s+p):(a=r*Math.pow(2,p-1)*Math.pow(2,o),s=0));o>=8;e[n+S]=a&255,S+=T,a/=256,o-=8);for(s=s<<o|a,c+=o;c>0;e[n+S]=s&255,S+=T,s/=256,c-=8);e[n+S-T]|=U*128},Ks={read:k2,write:I2},ye=Ft(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 a(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 a(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 a(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 M(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),Tt=this.slice(R,fe),hr=d.slice(m,B),ke=0;ke<Ze;++ke)if(Tt[ke]!==hr[ke]){se=Tt[ke],nt=hr[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 Tt;if(R){var hr=-1;for(Tt=m;Tt<se;Tt++)if(Ze(q,Tt)===Ze(d,hr===-1?0:Tt-hr)){if(hr===-1&&(hr=Tt),Tt-hr+1===nt)return hr*fe}else hr!==-1&&(Tt-=Tt-hr),hr=-1}else for(m+nt>se&&(m=se-nt),Tt=m;Tt>=0;Tt--){for(var ke=!0,Cn=0;Cn<nt;Cn++)if(Ze(q,Tt+Cn)!==Ze(d,Cn)){ke=!1;break}if(ke)return Tt}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 St(_e(d,q.length-m),q,m,B)}function Y(q,d,m,B){return St($(d),q,m,B)}function de(q,d,m,B){return Y(q,d,m,B)}function y(q,d,m,B){return St(So(d),q,m,B)}function g(q,d,m,B){return St(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?mh.fromByteArray(q):mh.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,Tt,hr,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],Tt=q[R+2],(Ze&192)==128&&(Tt&192)==128&&(ke=(fe&15)<<12|(Ze&63)<<6|Tt&63,ke>2047&&(ke<55296||ke>57343)&&(se=ke));break;case 4:Ze=q[R+1],Tt=q[R+2],hr=q[R+3],(Ze&192)==128&&(Tt&192)==128&&(hr&192)==128&&(ke=(fe&15)<<18|(Ze&63)<<12|(Tt&63)<<6|hr&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 z=4096;function K(q){var d=q.length;if(d<=z)return String.fromCharCode.apply(String,q);for(var m="",B=0;B<d;)m+=String.fromCharCode.apply(String,q.slice(B,B+=z));return m}function M(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),Ks.read(this,d,!0,23,4)},f.prototype.readFloatBE=function(d,m){return d=d>>>0,m||me(d,4,this.length),Ks.read(this,d,!1,23,4)},f.prototype.readDoubleLE=function(d,m){return d=d>>>0,m||me(d,8,this.length),Ks.read(this,d,!0,52,8)},f.prototype.readDoubleBE=function(d,m){return d=d>>>0,m||me(d,8,this.length),Ks.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 He(q,d,m,B,R){return d=+d,m=m>>>0,R||X(q,d,m,4),Ks.write(q,d,m,B,23,4),m+4}f.prototype.writeFloatLE=function(d,m,B){return He(this,d,m,!0,B)},f.prototype.writeFloatBE=function(d,m,B){return He(this,d,m,!1,B)};function we(q,d,m,B,R){return d=+d,m=m>>>0,R||X(q,d,m,8),Ks.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 Ir(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 mh.toByteArray(Ir(q))}function St(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}()}),S8=ye.Buffer,x8=ye.SlowBuffer,E8=ye.INSPECT_MAX_BYTES,A8=ye.kMaxLength,Mo=Ft(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});Ut(Mo);O8=Mo.ensureBuffer,bh=Ft(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});Ut(bh);N8=bh.parseUUID,ln=Ft(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(bh.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"})});Ut(ln);D8=ln.Binary,Uo=Ft(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"})});Ut(Uo);F8=Uo.Code,S2={};typeof Object.create=="function"?hh=function(e,r){e.super_=r,e.prototype=Object.create(r.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})}:hh=function(e,r){e.super_=r;var n=function(){};n.prototype=r.prototype,e.prototype=new n,e.prototype.constructor=e};x2=hh,E2=/%[sdj%]/g;wp={};Zi.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]};Zi.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"};L2=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];W2={inherits:x2,_extend:Zv,log:V2,isBuffer:U2,isPrimitive:M2,isFunction:vp,isError:qp,isDate:qh,isObject:Gs,isRegExp:_p,isUndefined:Xi,isSymbol:H2,isString:jp,isNumber:Jv,isNullOrUndefined:z2,isNull:yp,isBoolean:_h,isArray:Gv,inspect:Zi,deprecate:Kv,format:wh,debuglog:A2},_t=Ft(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=S2.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 hp!="undefined"&&typeof hp.Buffer!="undefined"}e.haveBuffer=s;function a(p){return s()&&ye.Buffer.isBuffer(p)}e.isBuffer=a;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 W2.deprecate(p,j);let S=!1;function T(...U){return S||(console.warn(j),S=!0),p.apply(this,...U)}return T}e.deprecate=_});Ut(_t);P8=_t.deprecate,R8=_t.isObjectLike,z8=_t.isDate,H8=_t.isBuffer,M8=_t.haveBuffer,U8=_t.isBigUInt64Array,L8=_t.isBigInt64Array,C8=_t.isUint8Array,V8=_t.randomBytes,W8=_t.normalizedFunctionString,Kn=Ft(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.DBRef=e.isDBRefLike=void 0;function r(i){return _t.isObjectLike(i)&&i.$id!=null&&i.$ref!=null}e.isDBRefLike=r;class n{constructor(o,f,s,a){let u=o.split(".");u.length===2&&(s=u.shift(),o=u.shift()),this.collection=o,this.oid=f,this.db=s,this.fields=a||{}}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"})});Ut(Kn);Y8=Kn.DBRef,K8=Kn.isDBRefLike,Se=Ft(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,a={},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=a[p],T)?T:(S=c.fromBits(p,p<0?-1:0,!1),U&&(a[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 _t.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"})});Ut(Se);G8=Se.Long,Js=Ft(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,a=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),z=de.multiply(N),K=y.multiply(g),M=y.multiply(N);return b=b.add(z.shiftRightUnsigned(32)),z=new Se.Long(z.getLowBits(),0).add(K).add(M.shiftRightUnsigned(32)),b=b.add(z.shiftRightUnsigned(32)),M=z.shiftLeft(32).add(new Se.Long(M.getLowBits(),0)),{high:b,low:M}}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,z=0,K=0,M=0,oe=[0],A=0,Ye=0,me=0,V=0,X=0,He=0,we=new Se.Long(0,0),rt=new Se.Long(0,0),Ir=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||(M=b),g=!0,oe[Ye++]=parseInt(Y[_e],10),A=A+1),g&&(z=z+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,z=1,A=1,N=0;else if(V=A-1,N=z,N!==1)for(;Y[M+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>a){if(oe.join("").match(/^0+$/)){X=o;break}J(Y,"overflow")}X=X-1}for(;X<f||A<z;){if(V===0&&N<A){X=f,N=0;break}if(A<z?z=z-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&&(M=M+1,bt=bt+1),de&&(M=M+1,bt=bt+1);let q=parseInt(Y[M+V+1],10),d=0;if(q>=5&&(d=1,q===5)){for(d=oe[V]%2==1?1:0,He=M+V+2;He<bt;He++)if(parseInt(Y[He],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 St=te(we,Se.Long.fromString("100000000000000000"));St.low=St.low.add(rt),pe(St.low,rt)&&(St.high=St.high.add(Se.Long.fromNumber(1))),Ir=X+s;let Ke={low:Se.Long.fromNumber(0),high:Se.Long.fromNumber(0)};St.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(Ir).and(Se.Long.fromNumber(16383).shiftLeft(47))),Ke.high=Ke.high.or(St.high.and(Se.Long.fromNumber(140737488355327)))):(Ke.high=Ke.high.or(Se.Long.fromNumber(Ir&16383).shiftLeft(49)),Ke.high=Ke.high.or(St.high.and(Se.Long.fromNumber(562949953421311)))),Ke.low=St.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,z={parts:[0,0,0,0]},K,M,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(z.parts[0]=(X&16383)+((b&15)<<14),z.parts[1]=V,z.parts[2]=me,z.parts[3]=Ye,z.parts[0]===0&&z.parts[1]===0&&z.parts[2]===0&&z.parts[3]===0)N=!0;else for(M=3;M>=0;M--){let _e=0,$=L(z);if(z=$.quotient,_e=$.rem.low,!!_e)for(K=8;K>=0;K--)y[M*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 Ir=de-1+rt;if(Ir>=34||Ir<=-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"),Ir>0?oe.push("+"+Ir):oe.push(`${Ir}`)}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"})});Ut(Js);J8=Js.Decimal128,Gf=Ft(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"})});Ut(Gf);Z8=Gf.Double,Jf=Ft(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"})});Ut(Jf);X8=Jf.Int32,Tp=Ft(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 hp=="object"&&hp)||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 a=0;a<s.length;a++){if(s[a]==null)continue;let u=s[a],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 a=this._values[s];return a==null?!1:(delete this._values[s],this._keys.splice(a.i,1),!0)}entries(){let s=0;return{next:()=>{let a=this._keys[s++];return{value:a!==void 0?[a,this._values[a].v]:void 0,done:a===void 0}}}}forEach(s,a){a=a||this;for(let u=0;u<this._keys.length;u++){let c=this._keys[u];s.call(a,this._values[c].v,c,a)}}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 a=this._keys[s++];return{value:a!==void 0?a:void 0,done:a===void 0}}}}set(s,a){return this._values[s]?(this._values[s].v=a,this):(this._keys.push(s),this._values[s]={v:a,i:this._keys.length-1},this)}values(){let s=0;return{next:()=>{let a=this._keys[s++];return{value:a!==void 0?this._values[a].v:void 0,done:a===void 0}}}}get size(){return this._keys.length}}});Ut(Tp);$8=Tp.Map,Zs=Ft(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"})});Ut(Zs);eC=Zs.MaxKey,Xs=Ft(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"})});Ut(Xs);tC=Xs.MinKey,Qi=Ft(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.ObjectId=void 0;let r=_t.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 a{constructor(_){if(_ instanceof a&&(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]=a.generate(typeof _=="number"?_:void 0),a.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");a.cacheHexString&&(this.__id=this.id.toString("hex"))}get id(){return this[s]}set id(_){this[s]=_,a.cacheHexString&&(this.__id=_.toString("hex"))}get generationTime(){return this.id.readInt32BE(0)}set generationTime(_){this.id.writeUInt32BE(_,0)}toHexString(){if(a.cacheHexString&&this.__id)return this.__id;let _=this.id.toString("hex");return a.cacheHexString&&!this.__id&&(this.__id=_),_}static getInc(){return a.index=(a.index+1)%16777215}static generate(_){typeof _!="number"&&(_=~~(Date.now()/1e3));let p=a.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 a?this.toString()===_.toString():typeof _=="string"&&a.isValid(_)&&_.length===12&&this.id instanceof ye.Buffer?_===this.id.toString("binary"):typeof _=="string"&&a.isValid(_)&&_.length===24?_.toLowerCase()===this.toHexString():typeof _=="string"&&a.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 a}static createFromTime(_){let p=ye.Buffer.from([0,0,0,0,0,0,0,0,0,0,0,0]);return p.writeUInt32BE(_,0),new a(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 a(ye.Buffer.from(_,"hex"))}static isValid(_){return _==null?!1:typeof _=="number"?!0:typeof _=="string"?_.length===12||_.length===24&&n.test(_):_ instanceof a||_ 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 a(_.$oid)}}e.ObjectId=a,a.index=~~(Math.random()*16777215),Object.defineProperty(a.prototype,"generate",{value:_t.deprecate(c=>a.generate(c),"Please use the static `ObjectId.generate(time)` instead")}),Object.defineProperty(a.prototype,"getInc",{value:_t.deprecate(()=>a.getInc(),"Please use the static `ObjectId.getInc()` instead")}),Object.defineProperty(a.prototype,"get_inc",{value:_t.deprecate(()=>a.getInc(),"Please use the static `ObjectId.getInc()` instead")}),Object.defineProperty(a,"get_inc",{value:_t.deprecate(()=>a.getInc(),"Please use the static `ObjectId.getInc()` instead")});let u=Symbol.for("nodejs.util.inspect.custom");Object.defineProperty(a.prototype,u,a.prototype.toString),Object.defineProperty(a.prototype,"inspect",a.prototype.toString),Object.defineProperty(a.prototype,"_bsontype",{value:"ObjectID"})});Ut(Qi);rC=Qi.ObjectId,G=Ft(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});Ut(G);nC=G.BSON_BINARY_SUBTYPE_USER_DEFINED,iC=G.BSON_BINARY_SUBTYPE_MD5,oC=G.BSON_BINARY_SUBTYPE_UUID_NEW,fC=G.BSON_BINARY_SUBTYPE_UUID,sC=G.BSON_BINARY_SUBTYPE_BYTE_ARRAY,aC=G.BSON_BINARY_SUBTYPE_FUNCTION,lC=G.BSON_BINARY_SUBTYPE_DEFAULT,uC=G.BSON_DATA_MAX_KEY,cC=G.BSON_DATA_MIN_KEY,pC=G.BSON_DATA_DECIMAL128,dC=G.BSON_DATA_LONG,mC=G.BSON_DATA_TIMESTAMP,bC=G.BSON_DATA_INT,hC=G.BSON_DATA_CODE_W_SCOPE,wC=G.BSON_DATA_SYMBOL,gC=G.BSON_DATA_CODE,yC=G.BSON_DATA_DBPOINTER,jC=G.BSON_DATA_REGEXP,_C=G.BSON_DATA_NULL,qC=G.BSON_DATA_DATE,vC=G.BSON_DATA_BOOLEAN,TC=G.BSON_DATA_OID,BC=G.BSON_DATA_UNDEFINED,kC=G.BSON_DATA_BINARY,IC=G.BSON_DATA_ARRAY,SC=G.BSON_DATA_OBJECT,xC=G.BSON_DATA_STRING,EC=G.BSON_DATA_NUMBER,AC=G.JS_INT_MIN,OC=G.JS_INT_MAX,NC=G.BSON_INT64_MIN,DC=G.BSON_INT64_MAX,FC=G.BSON_INT32_MIN,PC=G.BSON_INT32_MAX,Bh=Ft(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 a=0;a<i.length;a++)s+=n(a.toString(),i[a],o,!0,f);else{i.toBSON&&(i=i.toBSON());for(let a in i)s+=n(a,i[a],o,!1,f)}return s}e.calculateObjectSize=r;function n(i,o,f=!1,s=!1,a=!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||!a?(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||_t.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,a):(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,a)}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,a)+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(_t.normalizedFunctionString(o),"utf8")+1+r(o.scope,f,a);if(f)return(i!=null?ye.Buffer.byteLength(i,"utf8")+1:0)+1+4+ye.Buffer.byteLength(_t.normalizedFunctionString(o),"utf8")+1}return 0}});Ut(Bh);RC=Bh.calculateObjectSize,Lo=Ft(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"})});Ut(Lo);zC=Lo.BSONRegExp,Qs=Ft(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"})});Ut(Qs);HC=Qs.BSONSymbol,Co=Ft(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});Ut(Co);MC=Co.Timestamp,UC=Co.LongWithoutOverridesClass,Bp=Ft(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,a=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)===a)T=2;else if((W&f)===u)T=3;else return!1}return!T}e.validateUtf8=_});Ut(Bp);LC=Bp.validateUtf8,kp=Ft(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(a,u,c){u=u??{};let _=u&&u.index?u.index:0,p=a[_]|a[_+1]<<8|a[_+2]<<16|a[_+3]<<24;if(p<5)throw new Error(`bson size must be >= 5, is ${p}`);if(u.allowObjectSmallerThanBufferSize&&a.length<p)throw new Error(`buffer length ${a.length} must be >= bson size ${p}`);if(!u.allowObjectSmallerThanBufferSize&&a.length!==p)throw new Error(`buffer length ${a.length} must === bson size ${p}`);if(p+_>a.byteLength)throw new Error(`(bson size ${p} + options.index ${_} must be <= buffer length ${a.byteLength})`);if(a[_+p-1]!==0)throw new Error("One object, sized correctly, with a spot for an EOO, but the EOO isn't 0x00");return f(a,_,u,c)}e.deserialize=o;function f(a,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(a.length<5)throw new Error("corrupt bson message < 5 bytes long");let J=a[u++]|a[u++]<<8|a[u++]<<16|a[u++]<<24;if(J<5||J>a.length)throw new Error("corrupt bson message");let D=_?[]:{},le=0,Y=!1;for(;!Y;){let g=a[u++];if(g===0)break;let N=u;for(;a[N]!==0&&N<a.length;)N++;if(N>=a.byteLength)throw new Error("Bad BSON Document: illegal CString");let b=_?le++:a.toString("utf8",u,N);if(u=N+1,g===G.BSON_DATA_STRING){let z=a[u++]|a[u++]<<8|a[u++]<<16|a[u++]<<24;if(z<=0||z>a.length-u||a[u+z-1]!==0)throw new Error("bad string length in bson");if(!Bp.validateUtf8(a,u,u+z-1))throw new Error("Invalid UTF-8 string in BSON document");let K=a.toString("utf8",u,u+z-1);D[b]=K,u=u+z}else if(g===G.BSON_DATA_OID){let z=ye.Buffer.alloc(12);a.copy(z,0,u,u+12),D[b]=new Qi.ObjectId(z),u=u+12}else if(g===G.BSON_DATA_INT&&te===!1)D[b]=new Jf.Int32(a[u++]|a[u++]<<8|a[u++]<<16|a[u++]<<24);else if(g===G.BSON_DATA_INT)D[b]=a[u++]|a[u++]<<8|a[u++]<<16|a[u++]<<24;else if(g===G.BSON_DATA_NUMBER&&te===!1)D[b]=new Gf.Double(a.readDoubleLE(u)),u=u+8;else if(g===G.BSON_DATA_NUMBER)D[b]=a.readDoubleLE(u),u=u+8;else if(g===G.BSON_DATA_DATE){let z=a[u++]|a[u++]<<8|a[u++]<<16|a[u++]<<24,K=a[u++]|a[u++]<<8|a[u++]<<16|a[u++]<<24;D[b]=new Date(new Se.Long(z,K).toNumber())}else if(g===G.BSON_DATA_BOOLEAN){if(a[u]!==0&&a[u]!==1)throw new Error("illegal boolean type value");D[b]=a[u++]===1}else if(g===G.BSON_DATA_OBJECT){let z=u,K=a[u]|a[u+1]<<8|a[u+2]<<16|a[u+3]<<24;if(K<=0||K>a.length-u)throw new Error("bad embedded document length in bson");T?D[b]=a.slice(u,u+K):D[b]=f(a,z,c,!1),u=u+K}else if(g===G.BSON_DATA_ARRAY){let z=u,K=a[u]|a[u+1]<<8|a[u+2]<<16|a[u+3]<<24,M=c,oe=u+K;if(S&&S[b]){M={};for(let A in c)M[A]=c[A];M.raw=!0}if(D[b]=f(a,z,M,!0),u=u+K,a[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 z=a[u++]|a[u++]<<8|a[u++]<<16|a[u++]<<24,K=a[u++]|a[u++]<<8|a[u++]<<16|a[u++]<<24,M=new Se.Long(z,K);L&&te===!0?D[b]=M.lessThanOrEqual(r)&&M.greaterThanOrEqual(n)?M.toNumber():M:D[b]=M}else if(g===G.BSON_DATA_DECIMAL128){let z=ye.Buffer.alloc(16);a.copy(z,0,u,u+16),u=u+16;let K=new Js.Decimal128(z);"toObject"in K&&typeof K.toObject=="function"?D[b]=K.toObject():D[b]=K}else if(g===G.BSON_DATA_BINARY){let z=a[u++]|a[u++]<<8|a[u++]<<16|a[u++]<<24,K=z,M=a[u++];if(z<0)throw new Error("Negative binary type element size found");if(z>a.byteLength)throw new Error("Binary type size larger than document size");if(a.slice!=null){if(M===ln.Binary.SUBTYPE_BYTE_ARRAY){if(z=a[u++]|a[u++]<<8|a[u++]<<16|a[u++]<<24,z<0)throw new Error("Negative binary type element size found for subtype 0x02");if(z>K-4)throw new Error("Binary type with subtype 0x02 contains too long binary size");if(z<K-4)throw new Error("Binary type with subtype 0x02 contains too short binary size")}W&&te?D[b]=a.slice(u,u+z):D[b]=new ln.Binary(a.slice(u,u+z),M)}else{let oe=ye.Buffer.alloc(z);if(M===ln.Binary.SUBTYPE_BYTE_ARRAY){if(z=a[u++]|a[u++]<<8|a[u++]<<16|a[u++]<<24,z<0)throw new Error("Negative binary type element size found for subtype 0x02");if(z>K-4)throw new Error("Binary type with subtype 0x02 contains too long binary size");if(z<K-4)throw new Error("Binary type with subtype 0x02 contains too short binary size")}for(N=0;N<z;N++)oe[N]=a[u+N];W&&te?D[b]=oe:D[b]=new ln.Binary(oe,M)}u=u+z}else if(g===G.BSON_DATA_REGEXP&&U===!1){for(N=u;a[N]!==0&&N<a.length;)N++;if(N>=a.length)throw new Error("Bad BSON Document: illegal CString");let z=a.toString("utf8",u,N);for(u=N+1,N=u;a[N]!==0&&N<a.length;)N++;if(N>=a.length)throw new Error("Bad BSON Document: illegal CString");let K=a.toString("utf8",u,N);u=N+1;let M=new Array(K.length);for(N=0;N<K.length;N++)switch(K[N]){case"m":M[N]="m";break;case"s":M[N]="g";break;case"i":M[N]="i";break}D[b]=new RegExp(z,M.join(""))}else if(g===G.BSON_DATA_REGEXP&&U===!0){for(N=u;a[N]!==0&&N<a.length;)N++;if(N>=a.length)throw new Error("Bad BSON Document: illegal CString");let z=a.toString("utf8",u,N);for(u=N+1,N=u;a[N]!==0&&N<a.length;)N++;if(N>=a.length)throw new Error("Bad BSON Document: illegal CString");let K=a.toString("utf8",u,N);u=N+1,D[b]=new Lo.BSONRegExp(z,K)}else if(g===G.BSON_DATA_SYMBOL){let z=a[u++]|a[u++]<<8|a[u++]<<16|a[u++]<<24;if(z<=0||z>a.length-u||a[u+z-1]!==0)throw new Error("bad string length in bson");let K=a.toString("utf8",u,u+z-1);D[b]=te?K:new Qs.BSONSymbol(K),u=u+z}else if(g===G.BSON_DATA_TIMESTAMP){let z=a[u++]|a[u++]<<8|a[u++]<<16|a[u++]<<24,K=a[u++]|a[u++]<<8|a[u++]<<16|a[u++]<<24;D[b]=new Co.Timestamp(z,K)}else if(g===G.BSON_DATA_MIN_KEY)D[b]=new Xs.MinKey;else if(g===G.BSON_DATA_MAX_KEY)D[b]=new Zs.MaxKey;else if(g===G.BSON_DATA_CODE){let z=a[u++]|a[u++]<<8|a[u++]<<16|a[u++]<<24;if(z<=0||z>a.length-u||a[u+z-1]!==0)throw new Error("bad string length in bson");let K=a.toString("utf8",u,u+z-1);p?j?D[b]=s(K,i,D):D[b]=s(K):D[b]=new Uo.Code(K),u=u+z}else if(g===G.BSON_DATA_CODE_W_SCOPE){let z=a[u++]|a[u++]<<8|a[u++]<<16|a[u++]<<24;if(z<4+4+4+1)throw new Error("code_w_scope total size shorter minimum expected length");let K=a[u++]|a[u++]<<8|a[u++]<<16|a[u++]<<24;if(K<=0||K>a.length-u||a[u+K-1]!==0)throw new Error("bad string length in bson");let M=a.toString("utf8",u,u+K-1);u=u+K;let oe=u,A=a[u]|a[u+1]<<8|a[u+2]<<16|a[u+3]<<24,Ye=f(a,oe,c,!1);if(u=u+A,z<4+4+A+K)throw new Error("code_w_scope total size is too short, truncating scope");if(z>4+4+A+K)throw new Error("code_w_scope total size is too long, clips outer document");p?(j?D[b]=s(M,i,D):D[b]=s(M),D[b].scope=Ye):D[b]=new Uo.Code(M,Ye)}else if(g===G.BSON_DATA_DBPOINTER){let z=a[u++]|a[u++]<<8|a[u++]<<16|a[u++]<<24;if(z<=0||z>a.length-u||a[u+z-1]!==0)throw new Error("bad string length in bson");if(!Bp.validateUtf8(a,u,u+z-1))throw new Error("Invalid UTF-8 string in BSON document");let K=a.toString("utf8",u,u+z-1);u=u+z;let M=ye.Buffer.alloc(12);a.copy(M,0,u,u+12);let oe=new Qi.ObjectId(M);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(a,u,c){return u?(u[a]==null&&(u[a]=new Function(a)),u[a].bind(c)):new Function(a)}});Ut(kp);CC=kp.deserialize,Kl=Ft(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.EJSON=e.isBSONType=void 0;function r(T){return _t.isObjectLike(T)&&Reflect.has(T,"_bsontype")&&typeof T._bsontype=="string"}e.isBSONType=r;let n=2147483647,i=-2147483648,o=9223372036854776e3,f=-9223372036854776e3,s={$oid:Qi.ObjectId,$binary:ln.Binary,$uuid:ln.Binary,$symbol:Qs.BSONSymbol,$numberInt:Jf.Int32,$numberDecimal:Js.Decimal128,$numberDouble:Gf.Double,$numberLong:Se.Long,$minKey:Xs.MinKey,$maxKey:Zs.MaxKey,$regex:Lo.BSONRegExp,$regularExpression:Lo.BSONRegExp,$timestamp:Co.Timestamp};function a(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 Jf.Int32(T);if(T>=f&&T<=o)return Se.Long.fromNumber(T)}return new Gf.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=a(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 Js.Decimal128(T.bytes),Double:T=>new Gf.Double(T.value),Int32:T=>new Jf.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 Zs.MaxKey,MinKey:()=>new Xs.MinKey,ObjectID:T=>new Qi.ObjectId(T),ObjectId:T=>new Qi.ObjectId(T),BSONRegExp:T=>new Lo.BSONRegExp(T.pattern,T.options),Symbol:T=>new Qs.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)=>a(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={}))});Ut(Kl);VC=Kl.EJSON,WC=Kl.isBSONType,Gl=Ft(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.writeIEEE754=e.readIEEE754=void 0;function r(i,o,f,s,a){let u,c,_=f==="big",p=a*8-s-1,j=(1<<p)-1,S=j>>1,T=-7,U=_?0:a-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,a,u){let c,_,p,j=s==="big",S=u*8-a-1,T=(1<<S)-1,U=T>>1,W=a===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,a),c=c+U):(_=o*Math.pow(2,U-1)*Math.pow(2,a),c=0)),isNaN(o)&&(_=0);a>=8;)i[f+L]=_&255,L+=te,_/=256,a-=8;for(c=c<<a|_,isNaN(o)&&(c+=8),S+=a;S>0;)i[f+L]=c&255,L+=te,c/=256,S-=8;i[f+L-te]|=pe*128}e.writeIEEE754=n});Ut(Gl);YC=Gl.writeIEEE754,KC=Gl.readIEEE754,Ip=Ft(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,z){y[b++]=G.BSON_DATA_STRING;let K=z?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");b=b+K+1,y[b-1]=0;let M=y.write(N,b+4,void 0,"utf8");return y[b+3]=M+1>>24&255,y[b+2]=M+1>>16&255,y[b+1]=M+1>>8&255,y[b]=M+1&255,b=b+4+M,y[b++]=0,b}function f(y,g,N,b,z){if(Number.isInteger(N)&&N>=G.BSON_INT32_MIN&&N<=G.BSON_INT32_MAX){y[b++]=G.BSON_DATA_INT;let K=z?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=z?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");b=b+K,y[b++]=0,Gl.writeIEEE754(y,N,b,"little",52,8),b=b+8}return b}function s(y,g,N,b,z){y[b++]=G.BSON_DATA_NULL;let K=z?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");return b=b+K,y[b++]=0,b}function a(y,g,N,b,z){y[b++]=G.BSON_DATA_BOOLEAN;let K=z?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,z){y[b++]=G.BSON_DATA_DATE;let K=z?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");b=b+K,y[b++]=0;let M=Se.Long.fromNumber(N.getTime()),oe=M.getLowBits(),A=M.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,z){y[b++]=G.BSON_DATA_REGEXP;let K=z?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,z){y[b++]=G.BSON_DATA_REGEXP;let K=z?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,z){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=z?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,z){y[b++]=G.BSON_DATA_OID;let K=z?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,z){y[b++]=G.BSON_DATA_BINARY;let K=z?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");b=b+K,y[b++]=0;let M=N.length;return y[b++]=M&255,y[b++]=M>>8&255,y[b++]=M>>16&255,y[b++]=M>>24&255,y[b++]=G.BSON_BINARY_SUBTYPE_DEFAULT,y.set(Mo.ensureBuffer(N),b),b=b+M,b}function T(y,g,N,b,z=!1,K=0,M=!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,z,b,K+1,M,oe,Ye);return Ye.pop(),V}function U(y,g,N,b,z){y[b++]=G.BSON_DATA_DECIMAL128;let K=z?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,z){y[b++]=N._bsontype==="Long"?G.BSON_DATA_LONG:G.BSON_DATA_TIMESTAMP;let K=z?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");b=b+K,y[b++]=0;let M=N.getLowBits(),oe=N.getHighBits();return y[b++]=M&255,y[b++]=M>>8&255,y[b++]=M>>16&255,y[b++]=M>>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,z){N=N.valueOf(),y[b++]=G.BSON_DATA_INT;let K=z?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,z){y[b++]=G.BSON_DATA_NUMBER;let K=z?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");return b=b+K,y[b++]=0,Gl.writeIEEE754(y,N.value,b,"little",52,8),b=b+8,b}function pe(y,g,N,b,z=!1,K=0,M){y[b++]=G.BSON_DATA_CODE;let oe=M?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");b=b+oe,y[b++]=0;let A=_t.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,z=!1,K=0,M=!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 He=de(y,N.scope,z,b,K+1,M,oe);b=He-1;let we=He-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,z){y[b++]=G.BSON_DATA_BINARY;let K=z?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");b=b+K,y[b++]=0;let M=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(M,b),b=b+N.position,b}function le(y,g,N,b,z){y[b++]=G.BSON_DATA_SYMBOL;let K=z?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");b=b+K,y[b++]=0;let M=y.write(N.value,b+4,void 0,"utf8")+1;return y[b]=M&255,y[b+1]=M>>8&255,y[b+2]=M>>16&255,y[b+3]=M>>24&255,b=b+4+M-1,y[b++]=0,b}function Y(y,g,N,b,z,K,M){y[b++]=G.BSON_DATA_OBJECT;let oe=M?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,z+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,z=0,K=!1,M=!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=a(y,V,X,A,!0);else if(X instanceof Date||_t.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)||_t.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,z,K,M,!0,oe);else if(typeof X=="object"&&Kl.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,z,!0);else if(X._bsontype==="Code")A=J(y,V,X,A,N,z,K,M,!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,z,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 Tp.Map){let me=g.entries(),V=!1;for(;!V;){let X=me.next();if(V=!!X.done,V)continue;let He=X.value[0],we=X.value[1],rt=typeof we;if(typeof He=="string"&&!n.has(He)){if(He.match(r)!=null)throw Error("key "+He+" must not contain null bytes");if(N){if(He[0]==="$")throw Error("key "+He+" must not start with '$'");if(~He.indexOf("."))throw Error("key "+He+" must not contain '.'")}}if(rt==="string")A=o(y,He,we,A);else if(rt==="number")A=f(y,He,we,A);else{if(rt==="bigint"||_t.isBigInt64Array(we)||_t.isBigUInt64Array(we))throw new TypeError("Unsupported type BigInt, please use Decimal128");if(rt==="boolean")A=a(y,He,we,A);else if(we instanceof Date||_t.isDate(we))A=u(y,He,we,A);else if(we===null||we===void 0&&M===!1)A=s(y,He,we,A);else if(we._bsontype==="ObjectId"||we._bsontype==="ObjectID")A=j(y,He,we,A);else if(ye.Buffer.isBuffer(we)||_t.isUint8Array(we))A=S(y,He,we,A);else if(we instanceof RegExp||i(we))A=c(y,He,we,A);else if(rt==="object"&&we._bsontype==null)A=T(y,He,we,A,N,z,K,M,!1,oe);else if(rt==="object"&&we._bsontype==="Decimal128")A=U(y,He,we,A);else if(we._bsontype==="Long"||we._bsontype==="Timestamp")A=W(y,He,we,A);else if(we._bsontype==="Double")A=te(y,He,we,A);else if(we._bsontype==="Code")A=J(y,He,we,A,N,z,K,M);else if(typeof we=="function"&&K)A=pe(y,He,we,A,N,z,K);else if(we._bsontype==="Binary")A=D(y,He,we,A);else if(we._bsontype==="Symbol")A=le(y,He,we,A);else if(we._bsontype==="DBRef")A=Y(y,He,we,A,z,K);else if(we._bsontype==="BSONRegExp")A=_(y,He,we,A);else if(we._bsontype==="Int32")A=L(y,He,we,A);else if(we._bsontype==="MinKey"||we._bsontype==="MaxKey")A=p(y,He,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=a(y,me,V,A);else if(V instanceof Date||_t.isDate(V))A=u(y,me,V,A);else if(V===void 0)M===!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)||_t.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,z,K,M,!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,z,K,M);else if(typeof V=="function"&&K)A=pe(y,me,V,A,N,z,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,z,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});Ut(Ip);GC=Ip.serializeInto,xe=Ft(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 Js.Decimal128}}),Object.defineProperty(e,"Double",{enumerable:!0,get:function(){return Gf.Double}}),Object.defineProperty(e,"Int32",{enumerable:!0,get:function(){return Jf.Int32}}),Object.defineProperty(e,"Long",{enumerable:!0,get:function(){return Se.Long}}),Object.defineProperty(e,"Map",{enumerable:!0,get:function(){return Tp.Map}}),Object.defineProperty(e,"MaxKey",{enumerable:!0,get:function(){return Zs.MaxKey}}),Object.defineProperty(e,"MinKey",{enumerable:!0,get:function(){return Xs.MinKey}}),Object.defineProperty(e,"ObjectId",{enumerable:!0,get:function(){return Qi.ObjectId}}),Object.defineProperty(e,"ObjectID",{enumerable:!0,get:function(){return Qi.ObjectId}}),Object.defineProperty(e,"BSONRegExp",{enumerable:!0,get:function(){return Lo.BSONRegExp}}),Object.defineProperty(e,"BSONSymbol",{enumerable:!0,get:function(){return Qs.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 Kl.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=Ip.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=Ip.serializeInto(i,_,S,0,0,T,U);return i.copy(p,W,0,L),W+L-1}e.serializeWithBufferAndIndex=s;function a(_,p={}){return kp.deserialize(Mo.ensureBuffer(_),p)}e.deserialize=a;function u(_,p={}){p=p||{};let j=typeof p.serializeFunctions=="boolean"?p.serializeFunctions:!1,S=typeof p.ignoreUndefined=="boolean"?p.ignoreUndefined:!0;return Bh.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]=kp.deserialize(L,W),te=te+J}return te}e.deserializeStream=c}),JC=Ut(xe),ZC=xe.deserializeStream,XC=xe.calculateObjectSize,Qv=xe.deserialize,QC=xe.serializeWithBufferAndIndex,$v=xe.serialize,$C=xe.setInternalBufferSize,eV=xe.ObjectID,tV=xe.Decimal128,rV=xe.BSONRegExp,nV=xe.MaxKey,iV=xe.MinKey,oV=xe.Int32,fV=xe.Double,sV=xe.Timestamp,aV=xe.Long,lV=xe.ObjectId,uV=xe.Binary,cV=xe.DBRef,pV=xe.BSONSymbol,dV=xe.Map,mV=xe.Code,bV=xe.LongWithoutOverridesClass,hV=xe.EJSON,wV=xe.JS_INT_MIN,gV=xe.JS_INT_MAX,yV=xe.BSON_INT64_MIN,jV=xe.BSON_INT64_MAX,_V=xe.BSON_INT32_MIN,qV=xe.BSON_INT32_MAX,vV=xe.BSON_DATA_UNDEFINED,TV=xe.BSON_DATA_TIMESTAMP,BV=xe.BSON_DATA_SYMBOL,kV=xe.BSON_DATA_STRING,IV=xe.BSON_DATA_REGEXP,SV=xe.BSON_DATA_OID,xV=xe.BSON_DATA_OBJECT,EV=xe.BSON_DATA_NUMBER,AV=xe.BSON_DATA_NULL,OV=xe.BSON_DATA_MIN_KEY,NV=xe.BSON_DATA_MAX_KEY,DV=xe.BSON_DATA_LONG,FV=xe.BSON_DATA_INT,PV=xe.BSON_DATA_DECIMAL128,RV=xe.BSON_DATA_DBPOINTER,zV=xe.BSON_DATA_DATE,HV=xe.BSON_DATA_CODE_W_SCOPE,MV=xe.BSON_DATA_CODE,UV=xe.BSON_DATA_BOOLEAN,LV=xe.BSON_DATA_BINARY,CV=xe.BSON_DATA_ARRAY,VV=xe.BSON_BINARY_SUBTYPE_UUID_NEW,WV=xe.BSON_BINARY_SUBTYPE_UUID,YV=xe.BSON_BINARY_SUBTYPE_USER_DEFINED,KV=xe.BSON_BINARY_SUBTYPE_MD5,GV=xe.BSON_BINARY_SUBTYPE_FUNCTION,JV=xe.BSON_BINARY_SUBTYPE_DEFAULT,ZV=xe.BSON_BINARY_SUBTYPE_BYTE_ARRAY});function Ih(t,e){return Qv(new Uint8Array(t),e)}var eT=re(()=>{kh()});async function K2(t,e){let r={...Sh.bson,...e==null?void 0:e.bson};return Ih(t,r)}function G2(t,e){let r={...Sh.bson,...e==null?void 0:e.bson};return Ih(t,r)}var Y2,Sh,xh,tT=re(()=>{eT();Y2="3.4.12",Sh={bson:{}},xh={name:"BSON",id:"bson",module:"bson",version:Y2,extensions:["bson"],mimeTypes:["application/bson"],category:"json",binary:!0,parse:K2,parseSync:G2,options:Sh}});function Eh(t,e){return $v(t).buffer}var rT=re(()=>{kh()});var J2,Ah,nT=re(()=>{rT();J2="3.4.12",Ah={name:"BSON",id:"bson",module:"bson",version:J2,extensions:["bson"],options:{image:{mimeType:"application/bson"}},async encode(t,e){return Eh(t,{})},encodeSync(t,e){return Eh(t,{})}}});var iT=re(()=>{tT();nT()});function oT(t,e,r){if(!(t in Zf))throw new Error(`invalid type: ${t}`);return Zf[t].toPrimitive(e,r)}function fT(t,e,r){if(!(t in Zf))throw new Error(`invalid type: ${t}`);return"fromPrimitive"in Zf[t]?Zf[t].fromPrimitive?.(e,r):e}function Z2(t){return Boolean(t)}function X2(t){return Boolean(t)}function Q2(t){let e=parseFloat(t);if(isNaN(e))throw new Error(`invalid value for FLOAT: ${t}`);return e}function $2(t){let e=parseFloat(t);if(isNaN(e))throw new Error(`invalid value for DOUBLE: ${t}`);return e}function eN(t){let e=parseInt(t,10);if(e<-128||e>127||isNaN(e))throw new Error(`invalid value for INT8: ${t}`);return e}function tN(t){let e=parseInt(t,10);if(e<0||e>255||isNaN(e))throw new Error(`invalid value for UINT8: ${t}`);return e}function rN(t){let e=parseInt(t,10);if(e<-32768||e>32767||isNaN(e))throw new Error(`invalid value for INT16: ${t}`);return e}function nN(t){let e=parseInt(t,10);if(e<0||e>65535||isNaN(e))throw new Error(`invalid value for UINT16: ${t}`);return e}function sT(t){let e=parseInt(t,10);if(e<-2147483648||e>2147483647||isNaN(e))throw new Error(`invalid value for INT32: ${t}`);return e}function iN(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 oN(t){let e=parseInt(t,10);if(e<0||e>281474976710655||isNaN(e))throw new Error(`invalid value for UINT32: ${t}`);return e}function aT(t){let e=parseInt(t,10);if(isNaN(e))throw new Error(`invalid value for INT64: ${t}`);return e}function fN(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 sN(t){let e=parseInt(t,10);if(e<0||isNaN(e))throw new Error(`invalid value for UINT64: ${t}`);return e}function aN(t){let e=parseInt(t,10);if(isNaN(e))throw new Error(`invalid value for INT96: ${t}`);return e}function lT(t){return Buffer.from(t)}function uT(t){return Buffer.from(t)}function lN(t){return Buffer.from(t,"utf8")}function uN(t){return t.toString()}function cN(t){return Buffer.from(JSON.stringify(t))}function pN(t){return JSON.parse(t)}function dN(t){let e=Ah.encodeSync?.(t);return Buffer.from(e)}function mN(t){return xh.parseSync?.(t)}function bN(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 hN(t){let e=parseInt(t,10);if(e<0||isNaN(e))throw new Error(`invalid value for TIME_MICROS: ${t}`);return e}function wN(t){if(t instanceof Date)return t.getTime()/cT;{let e=parseInt(t,10);if(e<0||isNaN(e))throw new Error(`invalid value for DATE: ${t}`);return e}}function gN(t){return new Date(t*cT)}function yN(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 jN(t){return new Date(t)}function _N(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 qN(t){return new Date(t/1e3)}function vN(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 TN(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 pT(t,e){return Math.round(t*10**-e.presision%1*10**e.presision)*10**-(e.scale||0)}function dT(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 Zf,cT,Oh=re(()=>{iT();Zf={BOOLEAN:{primitiveType:"BOOLEAN",toPrimitive:Z2,fromPrimitive:X2},INT32:{primitiveType:"INT32",toPrimitive:sT},INT64:{primitiveType:"INT64",toPrimitive:aT},INT96:{primitiveType:"INT96",toPrimitive:aN},FLOAT:{primitiveType:"FLOAT",toPrimitive:Q2},DOUBLE:{primitiveType:"DOUBLE",toPrimitive:$2},BYTE_ARRAY:{primitiveType:"BYTE_ARRAY",toPrimitive:lT},FIXED_LEN_BYTE_ARRAY:{primitiveType:"FIXED_LEN_BYTE_ARRAY",toPrimitive:lT},UTF8:{primitiveType:"BYTE_ARRAY",originalType:"UTF8",toPrimitive:lN,fromPrimitive:uN},TIME_MILLIS:{primitiveType:"INT32",originalType:"TIME_MILLIS",toPrimitive:bN},TIME_MICROS:{primitiveType:"INT64",originalType:"TIME_MICROS",toPrimitive:hN},DATE:{primitiveType:"INT32",originalType:"DATE",toPrimitive:wN,fromPrimitive:gN},TIMESTAMP_MILLIS:{primitiveType:"INT64",originalType:"TIMESTAMP_MILLIS",toPrimitive:yN,fromPrimitive:jN},TIMESTAMP_MICROS:{primitiveType:"INT64",originalType:"TIMESTAMP_MICROS",toPrimitive:_N,fromPrimitive:qN},UINT_8:{primitiveType:"INT32",originalType:"UINT_8",toPrimitive:tN},UINT_16:{primitiveType:"INT32",originalType:"UINT_16",toPrimitive:nN},UINT_32:{primitiveType:"INT32",originalType:"UINT_32",toPrimitive:oN},UINT_64:{primitiveType:"INT64",originalType:"UINT_64",toPrimitive:sN},INT_8:{primitiveType:"INT32",originalType:"INT_8",toPrimitive:eN},INT_16:{primitiveType:"INT32",originalType:"INT_16",toPrimitive:rN},INT_32:{primitiveType:"INT32",originalType:"INT_32",toPrimitive:sT},INT_64:{primitiveType:"INT64",originalType:"INT_64",toPrimitive:aT},JSON:{primitiveType:"BYTE_ARRAY",originalType:"JSON",toPrimitive:cN,fromPrimitive:pN},BSON:{primitiveType:"BYTE_ARRAY",originalType:"BSON",toPrimitive:dN,fromPrimitive:mN},INTERVAL:{primitiveType:"FIXED_LEN_BYTE_ARRAY",originalType:"INTERVAL",typeLength:12,toPrimitive:vN,fromPrimitive:TN},DECIMAL_INT32:{primitiveType:"INT32",originalType:"DECIMAL_INT32",toPrimitive:iN,fromPrimitive:pT},DECIMAL_INT64:{primitiveType:"INT64",originalType:"DECIMAL_INT64",toPrimitive:fN,fromPrimitive:pT},DECIMAL_BYTE_ARRAY:{primitiveType:"BYTE_ARRAY",originalType:"DECIMAL_BYTE_ARRAY",toPrimitive:uT,fromPrimitive:dT},DECIMAL_FIXED_LEN_BYTE_ARRAY:{primitiveType:"FIXED_LEN_BYTE_ARRAY",originalType:"DECIMAL_FIXED_LEN_BYTE_ARRAY",toPrimitive:uT,fromPrimitive:dT}};cT=864e5});function Nh(t){let e={};for(let r of t.fieldList)e[r.key]={dlevels:[],rlevels:[],values:[],pageHeaders:[],count:0};return{rowCount:0,columnData:e}}function Sp(t,e,r){let n=Nh(t).columnData;if(Dh(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 Dh(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?Dh(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 a=0;a<s.length;a++){let u=a===0?n:f.rLevelMax;f.isNested?Dh(f.fields,s[a],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(oT(f.originalType||f.primitiveType,s[a])))}}}function xp(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&&BN(t,i,n,r)}return r}function BN(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 a=0;a<e.count;a++){let u=e.dlevels[a],c=e.rlevels[a];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=fT(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 Ep=re(()=>{Oh()});function Fh(t,e){for(let r in t){let n=t[r];n.fields?Fh(n.fields,e):n.compression=e}}function mT(t,e,r,n){let i={};for(let o in t){let f=t[o],s=!f.optional,a=Boolean(f.repeated),u=e,c=r,_="REQUIRED";if(s||(_="OPTIONAL",c++),a&&(_="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:mT(f.fields,u,c,S)};continue}let p=Zf[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 Wl))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 bT(t){let e=[];for(let r in t)e.push(t[r]),t[r].isNested&&(e=e.concat(bT(t[r].fields)));return e}var Jl,Ph=re(()=>{Fc();Yl();Ep();Oh();Jl=class{constructor(e){this.schema=e,this.fields=mT(e,0,0,[]),this.fieldList=bT(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){Sp(this,e,r)}materializeRecords(e){return xp(this,e)}compress(e){return Fh(this.schema,e),Fh(this.fields,e),this}buffer(){return Nh(this)}}});var $i,hT=re(()=>{(function(a){a[a.BOOLEAN=0]="BOOLEAN",a[a.INT32=1]="INT32",a[a.INT64=2]="INT64",a[a.INT96=3]="INT96",a[a.FLOAT=4]="FLOAT",a[a.DOUBLE=5]="DOUBLE",a[a.BYTE_ARRAY=6]="BYTE_ARRAY",a[a.FIXED_LEN_BYTE_ARRAY=7]="FIXED_LEN_BYTE_ARRAY"})($i||($i={}))});var $s,wT=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"})($s||($s={}))});var ea,gT=re(()=>{(function(n){n[n.REQUIRED=0]="REQUIRED",n[n.OPTIONAL=1]="OPTIONAL",n[n.REPEATED=2]="REPEATED"})(ea||(ea={}))});var Gr,yT=re(()=>{(function(a){a[a.PLAIN=0]="PLAIN",a[a.PLAIN_DICTIONARY=2]="PLAIN_DICTIONARY",a[a.RLE=3]="RLE",a[a.BIT_PACKED=4]="BIT_PACKED",a[a.DELTA_BINARY_PACKED=5]="DELTA_BINARY_PACKED",a[a.DELTA_LENGTH_BYTE_ARRAY=6]="DELTA_LENGTH_BYTE_ARRAY",a[a.DELTA_BYTE_ARRAY=7]="DELTA_BYTE_ARRAY",a[a.RLE_DICTIONARY=8]="RLE_DICTIONARY"})(Gr||(Gr={}))});var ta,jT=re(()=>{(function(a){a[a.UNCOMPRESSED=0]="UNCOMPRESSED",a[a.SNAPPY=1]="SNAPPY",a[a.GZIP=2]="GZIP",a[a.LZO=3]="LZO",a[a.BROTLI=4]="BROTLI",a[a.LZ4=5]="LZ4",a[a.ZSTD=6]="ZSTD",a[a.LZ4_RAW=7]="LZ4_RAW"})(ta||(ta={}))});var Xf,_T=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"})(Xf||(Xf={}))});var qT,vT=re(()=>{(function(n){n[n.UNORDERED=0]="UNORDERED",n[n.ASCENDING=1]="ASCENDING",n[n.DESCENDING=2]="DESCENDING"})(qT||(qT={}))});var Mr=H((B5,BT)=>{var Rh=4294967296,TT=[];for(ra=0;ra<256;ra++)TT[ra]=(ra>15?"":"0")+ra.toString(16);var ra,Zl=BT.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))};Zl.MAX_INT=Math.pow(2,53);Zl.MIN_INT=-Math.pow(2,53);Zl.prototype={constructor:Zl,_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%Rh,t=t/Rh,t>Rh)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 a=e[r+f];n&&(a=(a^255)+o,o=a>>8,a=a&255),i+=a*s}return!t&&i>=Zl.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]=TT[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 IT=H((k5,kT)=>{kT.exports=function(e){return e&&typeof e=="object"&&typeof e.copy=="function"&&typeof e.fill=="function"&&typeof e.readUInt8=="function"}});var ST=H((I5,zh)=>{typeof Object.create=="function"?zh.exports=function(e,r){e.super_=r,e.prototype=Object.create(r.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})}:zh.exports=function(e,r){e.super_=r;var n=function(){};n.prototype=r.prototype,e.prototype=new n,e.prototype.constructor=e}});var eo=H(wt=>{var xT=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},kN=/%[sdj%]/g;wt.format=function(t){if(!Dp(t)){for(var e=[],r=0;r<arguments.length;r++)e.push(Vo(arguments[r]));return e.join(" ")}for(var r=1,n=arguments,i=n.length,o=String(t).replace(kN,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])Np(f)||!na(f)?o+=" "+f:o+=" "+Vo(f);return o};wt.deprecate=function(t,e){if(typeof process!="undefined"&&process.noDeprecation===!0)return t;if(typeof process=="undefined")return function(){return wt.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 Ap={},Hh;wt.debuglog=function(t){if(Wo(Hh)&&(Hh=process.env.NODE_DEBUG||""),t=t.toUpperCase(),!Ap[t])if(new RegExp("\\b"+t+"\\b","i").test(Hh)){var e=process.pid;Ap[t]=function(){var r=wt.format.apply(wt,arguments);console.error("%s %d: %s",t,e,r)}}else Ap[t]=function(){};return Ap[t]};function Vo(t,e){var r={seen:[],stylize:SN};return arguments.length>=3&&(r.depth=arguments[2]),arguments.length>=4&&(r.colors=arguments[3]),Lh(e)?r.showHidden=e:e&&wt._extend(r,e),Wo(r.showHidden)&&(r.showHidden=!1),Wo(r.depth)&&(r.depth=2),Wo(r.colors)&&(r.colors=!1),Wo(r.customInspect)&&(r.customInspect=!0),r.colors&&(r.stylize=IN),Op(r,t,r.depth)}wt.inspect=Vo;Vo.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]};Vo.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"};function IN(t,e){var r=Vo.styles[e];return r?"["+Vo.colors[r][0]+"m"+t+"["+Vo.colors[r][1]+"m":t}function SN(t,e){return t}function xN(t){var e={};return t.forEach(function(r,n){e[r]=!0}),e}function Op(t,e,r){if(t.customInspect&&e&&Rp(e.inspect)&&e.inspect!==wt.inspect&&!(e.constructor&&e.constructor.prototype===e)){var n=e.inspect(r,t);return Dp(n)||(n=Op(t,n,r)),n}var i=EN(t,e);if(i)return i;var o=Object.keys(e),f=xN(o);if(t.showHidden&&(o=Object.getOwnPropertyNames(e)),Pp(e)&&(o.indexOf("message")>=0||o.indexOf("description")>=0))return Mh(e);if(o.length===0){if(Rp(e)){var s=e.name?": "+e.name:"";return t.stylize("[Function"+s+"]","special")}if(Fp(e))return t.stylize(RegExp.prototype.toString.call(e),"regexp");if(Ch(e))return t.stylize(Date.prototype.toString.call(e),"date");if(Pp(e))return Mh(e)}var a="",u=!1,c=["{","}"];if(ET(e)&&(u=!0,c=["[","]"]),Rp(e)){var _=e.name?": "+e.name:"";a=" [Function"+_+"]"}if(Fp(e)&&(a=" "+RegExp.prototype.toString.call(e)),Ch(e)&&(a=" "+Date.prototype.toUTCString.call(e)),Pp(e)&&(a=" "+Mh(e)),o.length===0&&(!u||e.length==0))return c[0]+a+c[1];if(r<0)return Fp(e)?t.stylize(RegExp.prototype.toString.call(e),"regexp"):t.stylize("[Object]","special");t.seen.push(e);var p;return u?p=AN(t,e,r,f,o):p=o.map(function(j){return Uh(t,e,r,f,j,u)}),t.seen.pop(),ON(p,a,c)}function EN(t,e){if(Wo(e))return t.stylize("undefined","undefined");if(Dp(e)){var r="'"+JSON.stringify(e).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return t.stylize(r,"string")}if(AT(e))return t.stylize(""+e,"number");if(Lh(e))return t.stylize(""+e,"boolean");if(Np(e))return t.stylize("null","null")}function Mh(t){return"["+Error.prototype.toString.call(t)+"]"}function AN(t,e,r,n,i){for(var o=[],f=0,s=e.length;f<s;++f)OT(e,String(f))?o.push(Uh(t,e,r,n,String(f),!0)):o.push("");return i.forEach(function(a){a.match(/^\d+$/)||o.push(Uh(t,e,r,n,a,!0))}),o}function Uh(t,e,r,n,i,o){var f,s,a;if(a=Object.getOwnPropertyDescriptor(e,i)||{value:e[i]},a.get?a.set?s=t.stylize("[Getter/Setter]","special"):s=t.stylize("[Getter]","special"):a.set&&(s=t.stylize("[Setter]","special")),OT(n,i)||(f="["+i+"]"),s||(t.seen.indexOf(a.value)<0?(Np(r)?s=Op(t,a.value,null):s=Op(t,a.value,r-1),s.indexOf(`
|
|
13
13
|
`)>-1&&(o?s=s.split(`
|
|
14
14
|
`).map(function(u){return" "+u}).join(`
|
|
15
15
|
`).substr(2):s=`
|
|
16
16
|
`+s.split(`
|
|
17
17
|
`).map(function(u){return" "+u}).join(`
|
|
18
|
-
`))):s=t.stylize("[Circular]","special")),
|
|
18
|
+
`))):s=t.stylize("[Circular]","special")),Wo(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 ON(t,e,r){var n=0,i=t.reduce(function(o,f){return n++,f.indexOf(`
|
|
19
19
|
`)>=0&&n++,o+f.replace(/\u001b\[\d\d?m/g,"").length+1},0);return i>60?r[0]+(e===""?"":e+`
|
|
20
20
|
`)+" "+t.join(`,
|
|
21
|
-
`)+" "+r[1]:r[0]+e+" "+t.join(", ")+" "+r[1]}function YT(t){return Array.isArray(t)}wt.isArray=YT;function Gh(t){return typeof t=="boolean"}wt.isBoolean=Gh;function Pp(t){return t===null}wt.isNull=Pp;function JN(t){return t==null}wt.isNullOrUndefined=JN;function KT(t){return typeof t=="number"}wt.isNumber=KT;function Rp(t){return typeof t=="string"}wt.isString=Rp;function ZN(t){return typeof t=="symbol"}wt.isSymbol=ZN;function Yo(t){return t===void 0}wt.isUndefined=Yo;function zp(t){return ia(t)&&Zh(t)==="[object RegExp]"}wt.isRegExp=zp;function ia(t){return typeof t=="object"&&t!==null}wt.isObject=ia;function Jh(t){return ia(t)&&Zh(t)==="[object Date]"}wt.isDate=Jh;function Hp(t){return ia(t)&&(Zh(t)==="[object Error]"||t instanceof Error)}wt.isError=Hp;function Mp(t){return typeof t=="function"}wt.isFunction=Mp;function XN(t){return t===null||typeof t=="boolean"||typeof t=="number"||typeof t=="string"||typeof t=="symbol"||typeof t=="undefined"}wt.isPrimitive=XN;wt.isBuffer=CT();function Zh(t){return Object.prototype.toString.call(t)}function Xh(t){return t<10?"0"+t.toString(10):t.toString(10)}var QN=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function $N(){var t=new Date,e=[Xh(t.getHours()),Xh(t.getMinutes()),Xh(t.getSeconds())].join(":");return[t.getDate(),QN[t.getMonth()],e].join(" ")}wt.log=function(){console.log("%s - %s",$N(),wt.format.apply(wt,arguments))};wt.inherits=VT();wt._extend=function(t,e){if(!e||!ia(e))return t;for(var r=Object.keys(e),n=r.length;n--;)t[r[n]]=e[r[n]];return t};function GT(t,e){return Object.prototype.hasOwnProperty.call(t,e)}var $f=typeof Symbol!="undefined"?Symbol("util.promisify.custom"):void 0;wt.promisify=function(e){if(typeof e!="function")throw new TypeError('The "original" argument must be of type Function');if($f&&e[$f]){var r=e[$f];if(typeof r!="function")throw new TypeError('The "util.promisify.custom" argument must be of type Function');return Object.defineProperty(r,$f,{value:r,enumerable:!1,writable:!1,configurable:!0}),r}function r(){for(var n,i,o=new Promise(function(a,u){n=a,i=u}),f=[],s=0;s<arguments.length;s++)f.push(arguments[s]);f.push(function(a,u){a?i(a):n(u)});try{e.apply(this,f)}catch(a){i(a)}return o}return Object.setPrototypeOf(r,Object.getPrototypeOf(e)),$f&&Object.defineProperty(r,$f,{value:r,enumerable:!1,writable:!1,configurable:!0}),Object.defineProperties(r,WT(e))};wt.promisify.custom=$f;function eD(t,e){if(!t){var r=new Error("Promise was rejected with a falsy value");r.reason=t,t=r}return e(t)}function tD(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(eD,s,f)})}return Object.setPrototypeOf(e,Object.getPrototypeOf(t)),Object.defineProperties(e,WT(t)),e}wt.callbackify=tD});var Ko=H((bi,Qh)=>{var Up=to(),Ql=bi.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};bi.MessageType={CALL:1,REPLY:2,EXCEPTION:3,ONEWAY:4};bi.TException=Lp;function Lp(t){Error.call(this),Error.captureStackTrace!==void 0&&Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.message=t}Up.inherits(Lp,Error);var rD=bi.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};bi.TApplicationException=Cp;function Cp(t,e){Lp.call(this),Error.captureStackTrace!==void 0&&Error.captureStackTrace(this,this.constructor),this.type=t||rD.UNKNOWN,this.name=this.constructor.name,this.message=e}Up.inherits(Cp,Lp);Cp.prototype.read=function(t){for(var e,r=t.readStructBegin("TApplicationException");r=t.readFieldBegin(),r.ftype!=Ql.STOP;){switch(r.fid){case 1:r.ftype==Ql.STRING?(r=t.readString(),this.message=r):r=t.skip(r.ftype);break;case 2:r.ftype==Ql.I32?(r=t.readI32(),this.type=r):r=t.skip(r.ftype);break;default:r=t.skip(r.ftype);break}t.readFieldEnd()}t.readStructEnd()};Cp.prototype.write=function(t){t.writeStructBegin("TApplicationException"),this.message&&(t.writeFieldBegin("message",Ql.STRING,1),t.writeString(this.message),t.writeFieldEnd()),this.code&&(t.writeFieldBegin("type",Ql.I32,2),t.writeI32(this.code),t.writeFieldEnd()),t.writeFieldStop(),t.writeStructEnd()};var G5=bi.TProtocolExceptionType={UNKNOWN:0,INVALID_DATA:1,NEGATIVE_SIZE:2,SIZE_LIMIT:3,BAD_VERSION:4,NOT_IMPLEMENTED:5,DEPTH_LIMIT:6};bi.TProtocolException=JT;function JT(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}Up.inherits(JT,Error);bi.objectLength=function(t){return Object.keys(t).length};bi.inherits=function(t,e){Up.inherits(t,e)};var Vp,Wp;Vp=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===Wp||r===Vp?o.push(r(s,e.slice(1))):o.push(new n(s));return o};Wp=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===Wp||r===Vp?i[f]=r(o,e.slice(1)):i[f]=new n(o));return i};Qh.exports.copyMap=Wp;Qh.exports.copyList=Vp});var XT=H((J5,ZT)=>{var oa=null;typeof WebSocket!="undefined"?oa=WebSocket:typeof MozWebSocket!="undefined"?oa=MozWebSocket:typeof global!="undefined"?oa=global.WebSocket||global.MozWebSocket:typeof window!="undefined"?oa=window.WebSocket||window.MozWebSocket:typeof self!="undefined"&&(oa=self.WebSocket||self.MozWebSocket);ZT.exports=oa});var ew=H((Z5,$h)=>{"use strict";var fa=typeof Reflect=="object"?Reflect:null,QT=fa&&typeof fa.apply=="function"?fa.apply:function(e,r,n){return Function.prototype.apply.call(e,r,n)},Yp;fa&&typeof fa.ownKeys=="function"?Yp=fa.ownKeys:Object.getOwnPropertySymbols?Yp=function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Yp=function(e){return Object.getOwnPropertyNames(e)};function nD(t){console&&console.warn&&console.warn(t)}var $T=Number.isNaN||function(e){return e!==e};function It(){It.init.call(this)}$h.exports=It;$h.exports.once=sD;It.EventEmitter=It;It.prototype._events=void 0;It.prototype._eventsCount=0;It.prototype._maxListeners=void 0;var eB=10;function Kp(t){if(typeof t!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof t)}Object.defineProperty(It,"defaultMaxListeners",{enumerable:!0,get:function(){return eB},set:function(t){if(typeof t!="number"||t<0||$T(t))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+t+".");eB=t}});It.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};It.prototype.setMaxListeners=function(e){if(typeof e!="number"||e<0||$T(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 tB(t){return t._maxListeners===void 0?It.defaultMaxListeners:t._maxListeners}It.prototype.getMaxListeners=function(){return tB(this)};It.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 a=o[e];if(a===void 0)return!1;if(typeof a=="function")QT(a,this,r);else for(var u=a.length,c=fB(a,u),n=0;n<u;++n)QT(c[n],this,r);return!0};function rB(t,e,r,n){var i,o,f;if(Kp(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=tB(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,nD(s)}return t}It.prototype.addListener=function(e,r){return rB(this,e,r,!1)};It.prototype.on=It.prototype.addListener;It.prototype.prependListener=function(e,r){return rB(this,e,r,!0)};function iD(){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 nB(t,e,r){var n={fired:!1,wrapFn:void 0,target:t,type:e,listener:r},i=iD.bind(n);return i.listener=r,n.wrapFn=i,i}It.prototype.once=function(e,r){return Kp(r),this.on(e,nB(this,e,r)),this};It.prototype.prependOnceListener=function(e,r){return Kp(r),this.prependListener(e,nB(this,e,r)),this};It.prototype.removeListener=function(e,r){var n,i,o,f,s;if(Kp(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():oD(n,o),n.length===1&&(i[e]=n[0]),i.removeListener!==void 0&&this.emit("removeListener",e,s||r)}return this};It.prototype.off=It.prototype.removeListener;It.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 iB(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?fD(i):fB(i,i.length)}It.prototype.listeners=function(e){return iB(this,e,!0)};It.prototype.rawListeners=function(e){return iB(this,e,!1)};It.listenerCount=function(t,e){return typeof t.listenerCount=="function"?t.listenerCount(e):oB.call(t,e)};It.prototype.listenerCount=oB;function oB(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}It.prototype.eventNames=function(){return this._eventsCount>0?Yp(this._events):[]};function fB(t,e){for(var r=new Array(e),n=0;n<e;++n)r[n]=t[n];return r}function oD(t,e){for(;e+1<t.length;e++)t[e]=t[e+1];t.pop()}function fD(t){for(var e=new Array(t.length),r=0;r<e.length;++r)e[r]=t[r].listener||t[r];return e}function sD(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))}sB(t,e,o,{once:!0}),e!=="error"&&aD(t,i,{once:!0})})}function aD(t,e,r){typeof t.on=="function"&&sB(t,"error",e,r)}function sB(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 Gp=H(Go=>{var tw=Math.pow(2,8),lD=Math.pow(2,16),aB=Math.pow(2,24),lB=Math.pow(2,32),uD=Math.pow(2,40),cD=Math.pow(2,48),rw=Math.pow(2,52),pD=Math.pow(2,1022);Go.readByte=function(t){return t>127?t-256:t};Go.readI16=function(t,e){e=e||0;var r=t[e+1];return r+=t[e]<<8,t[e]&128&&(r-=lD),r};Go.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]*aB,t[e]&128&&(r-=lB),r};Go.writeI16=function(t,e){return t[1]=e&255,e>>=8,t[0]=e&255,t};Go.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};Go.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]*aB,i+=t[e+3]*lB,i+=t[e+2]*uD,i+=(t[e+1]&15)*cD,n){case 0:n=-1022;break;case 2047:return i?NaN:r?-1/0:1/0;default:i+=rw,n-=1023}return r&&(i*=-1),i*Math.pow(2,n-52)};Go.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)*rw,n+=1023):(r=e*pD*rw,n=0)),t[1]=n<<4&240,t[0]|=n>>4&127,t[7]=r&255,r=Math.floor(r/tw),t[6]=r&255,r=Math.floor(r/tw),t[5]=r&255,r=Math.floor(r/tw),t[4]=r&255,r>>=8,t[3]=r&255,r>>=8,t[2]=r&255,r>>=8,t[1]|=r&15,t}});var es=H((Q5,cB)=>{var dD=to();cB.exports=uB;function uB(t){Error.call(this),Error.captureStackTrace!==void 0&&Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.message=t}dD.inherits(uB,Error)});var Zp=H(ro=>{var mD=to(),sa=function(){},pB=console.log,Jp="error";function $l(t){return function(){var e=["thrift: ["+t+"] "].concat(Array.from(arguments));return pB(mD.format.apply(null,e))}}var nw=sa,iw=sa,ow=sa,fw=sa,sw=sa;ro.setLogFunc=function(t){pB=t};var bD=ro.setLogLevel=function(t){switch(nw=iw=ow=fw=sw=sa,Jp=t,Jp){case"trace":nw=$l("TRACE");case"debug":iw=$l("DEBUG");case"error":ow=$l("ERROR");case"warning":fw=$l("WARN");case"info":sw=$l("INFO")}};bD(Jp);ro.getLogLevel=function(){return Jp};ro.trace=function(){return nw.apply(null,arguments)};ro.debug=function(){return iw.apply(null,arguments)};ro.error=function(){return ow.apply(null,arguments)};ro.warning=function(){return fw.apply(null,arguments)};ro.info=function(){return sw.apply(null,arguments)}});var uw=H((eW,dB)=>{var hD=Zp(),no=Mr(),Kt=Ko(),Ot=Kt.Type;dB.exports=ee;var aw=Math.pow(2,8),wD=Math.pow(2,24),gD=Math.pow(2,32),yD=Math.pow(2,40),jD=Math.pow(2,48),lw=Math.pow(2,52),_D=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 Ot.STOP:return Ot.STOP;case ee.Types.CT_BOOLEAN_FALSE:case ee.Types.CT_BOOLEAN_TRUE:return Ot.BOOL;case ee.Types.CT_BYTE:return Ot.BYTE;case ee.Types.CT_I16:return Ot.I16;case ee.Types.CT_I32:return Ot.I32;case ee.Types.CT_I64:return Ot.I64;case ee.Types.CT_DOUBLE:return Ot.DOUBLE;case ee.Types.CT_BINARY:return Ot.STRING;case ee.Types.CT_LIST:return Ot.LIST;case ee.Types.CT_SET:return Ot.SET;case ee.Types.CT_MAP:return Ot.MAP;case ee.Types.CT_STRUCT:return Ot.STRUCT;default:throw new Kt.TProtocolException(Kt.TProtocolExceptionType.INVALID_DATA,"Unknown type: "+t)}return Ot.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?hD.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!=Ot.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)*lw,n+=1023):(r=t*_D*lw,n=0)),e[6]=n<<4&240,e[7]|=n>>4&127,e[0]=r&255,r=Math.floor(r/aw),e[1]=r&255,r=Math.floor(r/aw),e[2]=r&255,r=Math.floor(r/aw),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 no(t)),!(t instanceof no))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)};ee.prototype.i64ToZigzag=function(t){if(typeof t=="string"?t=new no(parseInt(t,10)):typeof t=="number"&&(t=new no(t)),!(t instanceof no))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 no(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 Kt.TProtocolException(Kt.TProtocolExceptionType.BAD_VERSION,"Bad protocol identifier "+t);var e=this.trans.readByte(),r=e&ee.VERSION_MASK;if(r!=ee.VERSION_N)throw new Kt.TProtocolException(Kt.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: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==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 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}};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 Kt.TProtocolException(Kt.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]*wD,i+=t[e+4]*gD,i+=t[e+5]*yD,i+=(t[e+6]&15)*jD,n){case 0:n=-1022;break;case 2047:return i?NaN:r?-1/0:1/0;default:i+=lw,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 Kt.TProtocolException(Kt.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 Kt.TProtocolException(Kt.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 Kt.TProtocolException(Kt.TProtocolExceptionType.INVALID_DATA,"Variable-length int over 10 bytes.")}return new no(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 no(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 no(e,r)};ee.prototype.skip=function(t){switch(t){case Ot.BOOL:this.readBool();break;case Ot.BYTE:this.readByte();break;case Ot.I16:this.readI16();break;case Ot.I32:this.readI32();break;case Ot.I64:this.readI64();break;case Ot.DOUBLE:this.readDouble();break;case Ot.STRING:this.readString();break;case Ot.STRUCT:for(this.readStructBegin();;){var e=this.readFieldBegin();if(e.ftype===Ot.STOP)break;this.skip(e.ftype),this.readFieldEnd()}this.readStructEnd();break;case Ot.MAP:for(var r=this.readMapBegin(),n=0;n<r.size;++n)this.skip(r.ktype),this.skip(r.vtype);this.readMapEnd();break;case Ot.SET:for(var i=this.readSetBegin(),o=0;o<i.size;++o)this.skip(i.etype);this.readSetEnd();break;case Ot.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 dw=H((tW,gB)=>{var mB=Zp(),cw=Gp(),bB=Mr(),io=Ko(),Zr=io.Type;gB.exports=Pe;var hB=-65536,pw=-2147418112,wB=255;Pe.VERSION_MASK=hB;Pe.VERSION_1=pw;Pe.TYPE_MASK=wB;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(pw|e),this.writeString(t),this.writeI32(r)):(this.writeString(t),this.writeByte(e),this.writeI32(r)),this._seqid!==null?mB.warning("SeqId already set",{name:t}):(this._seqid=r,this.trans.setCurrSeqId(r))};Pe.prototype.writeMessageEnd=function(){this._seqid!==null?this._seqid=null:mB.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(Zr.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(cw.writeI16(new Buffer(2),t))};Pe.prototype.writeI32=function(t){this.trans.write(cw.writeI32(new Buffer(4),t))};Pe.prototype.writeI64=function(t){t.buffer?this.trans.write(t.buffer):this.trans.write(new bB(t).buffer)};Pe.prototype.writeDouble=function(t){this.trans.write(cw.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&hB;if(i!=pw)throw new io.TProtocolException(io.TProtocolExceptionType.BAD_VERSION,"Bad version in readMessageBegin: "+t);e=t&wB,r=this.readString(),n=this.readI32()}else{if(this.strictRead)throw new io.TProtocolException(io.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==Zr.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 bB(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 io.TProtocolException(io.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 io.TProtocolException(io.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 Zr.BOOL:this.readBool();break;case Zr.BYTE:this.readByte();break;case Zr.I16:this.readI16();break;case Zr.I32:this.readI32();break;case Zr.I64:this.readI64();break;case Zr.DOUBLE:this.readDouble();break;case Zr.STRING:this.readString();break;case Zr.STRUCT:for(this.readStructBegin();;){var e=this.readFieldBegin();if(e.ftype===Zr.STOP)break;this.skip(e.ftype),this.readFieldEnd()}this.readStructEnd();break;case Zr.MAP:for(var r=this.readMapBegin(),n=0;n<r.size;++n)this.skip(r.ktype),this.skip(r.vtype);this.readMapEnd();break;case Zr.SET:for(var i=this.readSetBegin(),o=0;o<i.size;++o)this.skip(i.etype);this.readSetEnd();break;case Zr.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 mw=H((rW,TB)=>{var qD=to(),Xp=uw(),yB=dw(),vD=es();function eu(t){Error.call(this),Error.captureStackTrace!==void 0&&Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.message=t}qD.inherits(eu,Error);TB.exports=ir;var TD=0,BD=1,kD=0,ID=32/8,SD=48/8,xD=64/8,ED=96/8,jB=112/8,_B=4095,qB=1,AD=1073741823;function oo(t){var e=tu();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 Xp(this.transport)}oo.prototype.readVarint32=function(){return this.protocol.readVarint32()};oo.prototype.writeVarint32=function(t){this.protocol.writeVarint32(t)};oo.prototype.readString=function(){return this.protocol.readString()};oo.prototype.writeString=function(t){this.protocol.writeString(t)};oo.prototype.getOutCount=function(){return this.transport.outCount};oo.prototype.write=function(t){this.transport.write(t)};oo.prototype.toBuffer=function(){return this.transport.flush(),this.outputBuffer};ir.SubprotocolId={BINARY:0,JSON:1,COMPACT:2};function ir(){this.maxFrameSize=AD,this.protocolId=ir.SubprotocolId.BINARY,this.rheaders={},this.wheaders={},this.inBuf=Buffer.alloc(0),this.outCount=0,this.flags=null,this.seqid=0,this.shouldWriteHeaders=!0}var vB=function(t,e){if(typeof t!="string"||typeof e!="string")throw new eu("Header key and values must be strings")},OD=function(t){for(var e=Object.keys(ir.SubprotocolId),r=0;r<e.length;r++)if(t===ir.SubprotocolId[e[r]])return!0;throw new Error(t+" is not a valid protocol id")};ir.prototype.setSeqId=function(t){this.seqid=t};ir.prototype.getSeqId=function(t){return this.seqid};ir.prototype.setFlags=function(t){this.flags=t};ir.prototype.getReadHeaders=function(){return this.rheaders};ir.prototype.setReadHeader=function(t,e){vB(t,e),this.rheaders[t]=e};ir.prototype.clearReadHeaders=function(){this.rheaders={}};ir.prototype.getWriteHeaders=function(){return this.wheaders};ir.prototype.setWriteHeader=function(t,e){vB(t,e),this.wheaders[t]=e};ir.prototype.clearWriteHeaders=function(){this.wheaders={}};ir.prototype.setMaxFrameSize=function(t){this.maxFrameSize=t};ir.prototype.setProtocolId=function(t){OD(t),this.protocolId=t};ir.prototype.getProtocolId=function(){return this.protocolId};var ND=function(t){var e=t.readInt32BE();return(e&yB.VERSION_MASK)===yB.VERSION_1},DD=function(t){var e=t.readInt8(TD),r=t.readInt8(BD);return e===Xp.PROTOCOL_ID&&(r&Xp.VERSION_MASK)===Xp.VERSION_N};ir.prototype.readHeaders=function(){var t=this.inBuf,e=!1;if(ND(t)&&(this.setProtocolId(ir.SubprotocolId.BINARY),e=!0),DD(t)&&(this.setProtocolId(ir.SubprotocolId.COMPACT),e=!0),e){this.shouldWriteHeaders=!1;return}var r=t.readInt32BE(kD);if(r>this.maxFrameSize)throw new eu("Frame exceeds maximum frame size");var n=t.readInt16BE(ID);if(this.shouldWriteHeaders=n===_B,!!this.shouldWriteHeaders){this.setFlags(t.readInt16BE(SD)),this.setSeqId(t.readInt32BE(xD));var i=t.readInt16BE(ED)*4,o=jB+i;if(o>t.length)throw new eu("Header size is greater than frame size");var f=Buffer.alloc(i);t.copy(f,0,jB,o);var s=new oo(f);this.setProtocolId(s.readVarint32());var a=s.readVarint32();if(a>0)throw new eu("Transforms are not yet supported");for(;;)try{var u=s.readVarint32();if(u!==qB)break;for(var c=s.readVarint32(),_=0;_<c;_++){var p=s.readString(),j=s.readString();this.setReadHeader(p,j)}}catch(S){if(S instanceof vD)break;throw S}return this.read(o),this.getReadHeaders()}};ir.prototype.writeHeaders=function(){if(!!this.shouldWriteHeaders){var t=this.getWriteHeaders(),e=new oo;e.writeVarint32(this.protocolId),e.writeVarint32(0);var r=Object.keys(t);if(r.length>0){e.writeVarint32(qB),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,a=Buffer.alloc(2);a.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(_B);var j=Buffer.alloc(2);j.writeInt16BE(0);var S=Buffer.alloc(4);S.writeInt32BE(this.getSeqId());var T=Buffer.concat([_,p,j,S,a,c]);this.outBuffers.unshift(T),this.outCount+=T.length}}});var tu=H((nW,BB)=>{var Qp=Gp(),FD=es(),PD=mw();BB.exports=Gt;function Gt(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}Gt.prototype=new PD;Gt.prototype.reset=function(){this.inBuf=new Buffer(this.defaultReadBufferSize),this.readCursor=0,this.writeCursor=0,this.outBuffers=[],this.outCount=0};Gt.receiver=function(t,e){var r=new Gt;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)}};Gt.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};Gt.prototype.rollbackPosition=function(){this.readCursor=0};Gt.prototype.isOpen=function(){return!0};Gt.prototype.open=function(){};Gt.prototype.close=function(){};Gt.prototype.setCurrSeqId=function(t){this._seqid=t};Gt.prototype.ensureAvailable=function(t){if(this.readCursor+t>this.writeCursor)throw new FD};Gt.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};Gt.prototype.readByte=function(){return this.ensureAvailable(1),Qp.readByte(this.inBuf[this.readCursor++])};Gt.prototype.readI16=function(){this.ensureAvailable(2);var t=Qp.readI16(this.inBuf,this.readCursor);return this.readCursor+=2,t};Gt.prototype.readI32=function(){this.ensureAvailable(4);var t=Qp.readI32(this.inBuf,this.readCursor);return this.readCursor+=4,t};Gt.prototype.readDouble=function(){this.ensureAvailable(8);var t=Qp.readDouble(this.inBuf,this.readCursor);return this.readCursor+=8,t};Gt.prototype.readString=function(t){this.ensureAvailable(t);var e=this.inBuf.toString("utf8",this.readCursor,this.readCursor+t);return this.readCursor+=t,e};Gt.prototype.borrow=function(){var t={buf:this.inBuf,readIndex:this.readCursor,writeIndex:this.writeCursor};return t};Gt.prototype.consume=function(t){this.readCursor+=t};Gt.prototype.write=function(t){typeof t=="string"&&(t=new Buffer(t,"utf8")),this.outBuffers.push(t),this.outCount+=t.length};Gt.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 hw=H((iW,EB)=>{var kB=Mr(),IB=EB.exports={},RD=Math.pow(2,24),SB=Math.pow(2,31),bw=Math.pow(2,32),xB=Math.pow(10,11);IB.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),a=e[r+7]+(e[r+6]<<8)+(e[r+5]<<16)+e[r+4]*RD+(e[r+3]+(e[r+2]<<8))*bw+s*74976710656,u=Math.floor(a/xB)+s*2814;return a=("00000000000"+String(a%xB)).slice(-11),(n?"-":"")+String(u)+a};IB.fromDecimalString=function(t){var e=t.charAt(0)==="-";if(t.length<(e?17:16))return new kB(+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/bw)+r*232830;if(n=n%bw,i>=SB&&!(e&&i==SB&&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 kB(i,n)}});var NB=H((sW,OB)=>{var AB=Mr(),oW=hw(),fW=OB.exports=function(){"use strict";var t,e,r={'"':'"',"\\":"\\","/":"/",b:"\b",f:"\f",n:`
|
|
22
|
-
`,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>=
|
|
23
|
-
`?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 FB;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 FB;this.robj=HD(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 ww)&&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"?DB.fromDecimalString(t):new ww(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 gw=H((uW,RB)=>{RB.exports=MD;function MD(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 zB=H(aa=>{"use strict";Object.defineProperty(aa,"__esModule",{value:!0});var UD=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},LD=typeof window!="undefined"&&typeof window.document!="undefined",CD=(typeof self=="undefined"?"undefined":UD(self))==="object"&&self.constructor&&self.constructor.name==="DedicatedWorkerGlobalScope",VD=typeof process!="undefined"&&process.versions!=null&&process.versions.node!=null,WD=function(){return typeof window!="undefined"&&window.name==="nodejs"||navigator.userAgent.includes("Node.js")||navigator.userAgent.includes("jsdom")};aa.isBrowser=LD;aa.isWebWorker=CD;aa.isNode=VD;aa.isJsDom=WD});var LB=H($p=>{var YD=to(),HB=XT(),MB=ew().EventEmitter,UB=Ko(),KD=tu(),GD=ru(),JD=es(),ZD=gw(),XD=zB();$p.WSConnection=Ur;function Ur(t,e,r){MB.call(this),this.options=r||{},this.host=t,this.port=e,this.secure=this.options.secure||!1,this.transport=this.options.transport||KD,this.protocol=this.options.protocol||GD,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]}YD.inherits(Ur,MB);Ur.prototype.__reset=function(){this.socket=null,this.send_pending=[]};Ur.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=[])};Ur.prototype.__onClose=function(t){this.emit("close"),this.__reset()};Ur.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 a=i._reqs[r.rseqid];delete i._reqs[r.rseqid],a&&a(f,s)},i["recv_"+r.fname]?i["recv_"+r.fname](e,r.mtype,n):(delete i._reqs[n],this.emit("error",new UB.TApplicationException(UB.TApplicationExceptionType.WRONG_METHOD_NAME,"Received a response to an unknown RPC function")))}}catch(f){if(f instanceof JD)t.rollbackPosition();else throw f}};Ur.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)};Ur.prototype.__onMessage=function(t){this.__onData(t.data)};Ur.prototype.__onError=function(t){this.emit("error",t),this.socket.close()};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||(XD.isBrowser?this.socket=new HB(this.uri()):this.socket=new HB(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))};Ur.prototype.close=function(){this.socket.close()};Ur.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};Ur.prototype.write=function(t){this.isOpen()?this.socket.send(t):this.send_pending.push(t)};$p.createWSConnection=function(t,e,r){return new Ur(t,e,r)};$p.createWSClient=ZD});var VB=H(ed=>{var QD=to(),$D=ew().EventEmitter,CB=Ko(),eF=tu(),tF=ru(),rF=es(),nF=gw();ed.XHRConnection=Xr;function Xr(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||eF,this.protocol=r.protocol||tF,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={}}QD.inherits(Xr,$D);Xr.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."};Xr.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)};Xr.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)};Xr.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 a=i._reqs[r.rseqid];delete i._reqs[r.rseqid],a&&a(f,s)},i["recv_"+r.fname]?i["recv_"+r.fname](e,r.mtype,n):(delete i._reqs[n],this.emit("error",new CB.TApplicationException(CB.TApplicationExceptionType.WRONG_METHOD_NAME,"Received a response to an unknown RPC function")))}}catch(f){if(f instanceof rF)t.rollbackPosition();else throw f}};Xr.prototype.isOpen=function(){return!0};Xr.prototype.open=function(){};Xr.prototype.close=function(){};Xr.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};Xr.prototype.readAll=function(){return this.recv_buf};Xr.prototype.write=function(t){this.send_buf=t,this.flush()};Xr.prototype.getSendBuffer=function(){return this.send_buf};ed.createXHRConnection=function(t,e,r){return new Xr(t,e,r)};ed.createXHRClient=nF});var YB=H((WB,yw)=>{(function(t){"use strict";if(typeof bootstrap=="function")bootstrap("promise",t);else if(typeof WB=="object"&&typeof yw=="object")yw.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 At,rr;v.next;)v=v.next,At=v.task,v.task=void 0,rr=v.domain,rr&&(v.domain=void 0,rr.enter()),xt(At,rr);for(;$e.length;)At=$e.pop(),xt(At);P=!1}function xt(At,rr){try{At()}catch(Eo){if(De)throw rr&&rr.exit(),setTimeout(Re,0),rr&&rr.enter(),Eo;setTimeout(function(){throw Eo},0)}rr&&rr.exit()}if(i=function(At){I=I.next={task:At,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 jt=new MessageChannel;jt.port1.onmessage=function(){ie=Et,jt.port1.onmessage=Re,Re()};var Et=function(){jt.port2.postMessage(0)};ie=function(){setTimeout(Re,0),Et()}}else ie=function(){setTimeout(Re,0)};return i.runAfter=function(At){$e.push(At),P||(P=!0,ie())},i}(),o=Function.call;function f(v){return function(){return o.apply(v,arguments)}}var s=f(Array.prototype.slice),a=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 a(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(`
|
|
21
|
+
`)+" "+r[1]:r[0]+e+" "+t.join(", ")+" "+r[1]}function ET(t){return Array.isArray(t)}wt.isArray=ET;function Lh(t){return typeof t=="boolean"}wt.isBoolean=Lh;function Np(t){return t===null}wt.isNull=Np;function NN(t){return t==null}wt.isNullOrUndefined=NN;function AT(t){return typeof t=="number"}wt.isNumber=AT;function Dp(t){return typeof t=="string"}wt.isString=Dp;function DN(t){return typeof t=="symbol"}wt.isSymbol=DN;function Wo(t){return t===void 0}wt.isUndefined=Wo;function Fp(t){return na(t)&&Vh(t)==="[object RegExp]"}wt.isRegExp=Fp;function na(t){return typeof t=="object"&&t!==null}wt.isObject=na;function Ch(t){return na(t)&&Vh(t)==="[object Date]"}wt.isDate=Ch;function Pp(t){return na(t)&&(Vh(t)==="[object Error]"||t instanceof Error)}wt.isError=Pp;function Rp(t){return typeof t=="function"}wt.isFunction=Rp;function FN(t){return t===null||typeof t=="boolean"||typeof t=="number"||typeof t=="string"||typeof t=="symbol"||typeof t=="undefined"}wt.isPrimitive=FN;wt.isBuffer=IT();function Vh(t){return Object.prototype.toString.call(t)}function Wh(t){return t<10?"0"+t.toString(10):t.toString(10)}var PN=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function RN(){var t=new Date,e=[Wh(t.getHours()),Wh(t.getMinutes()),Wh(t.getSeconds())].join(":");return[t.getDate(),PN[t.getMonth()],e].join(" ")}wt.log=function(){console.log("%s - %s",RN(),wt.format.apply(wt,arguments))};wt.inherits=ST();wt._extend=function(t,e){if(!e||!na(e))return t;for(var r=Object.keys(e),n=r.length;n--;)t[r[n]]=e[r[n]];return t};function OT(t,e){return Object.prototype.hasOwnProperty.call(t,e)}var Qf=typeof Symbol!="undefined"?Symbol("util.promisify.custom"):void 0;wt.promisify=function(e){if(typeof e!="function")throw new TypeError('The "original" argument must be of type Function');if(Qf&&e[Qf]){var r=e[Qf];if(typeof r!="function")throw new TypeError('The "util.promisify.custom" argument must be of type Function');return Object.defineProperty(r,Qf,{value:r,enumerable:!1,writable:!1,configurable:!0}),r}function r(){for(var n,i,o=new Promise(function(a,u){n=a,i=u}),f=[],s=0;s<arguments.length;s++)f.push(arguments[s]);f.push(function(a,u){a?i(a):n(u)});try{e.apply(this,f)}catch(a){i(a)}return o}return Object.setPrototypeOf(r,Object.getPrototypeOf(e)),Qf&&Object.defineProperty(r,Qf,{value:r,enumerable:!1,writable:!1,configurable:!0}),Object.defineProperties(r,xT(e))};wt.promisify.custom=Qf;function zN(t,e){if(!t){var r=new Error("Promise was rejected with a falsy value");r.reason=t,t=r}return e(t)}function HN(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(zN,s,f)})}return Object.setPrototypeOf(e,Object.getPrototypeOf(t)),Object.defineProperties(e,xT(t)),e}wt.callbackify=HN});var Yo=H((mi,Yh)=>{var zp=eo(),Xl=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=Hp;function Hp(t){Error.call(this),Error.captureStackTrace!==void 0&&Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.message=t}zp.inherits(Hp,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=Mp;function Mp(t,e){Hp.call(this),Error.captureStackTrace!==void 0&&Error.captureStackTrace(this,this.constructor),this.type=t||MN.UNKNOWN,this.name=this.constructor.name,this.message=e}zp.inherits(Mp,Hp);Mp.prototype.read=function(t){for(var e,r=t.readStructBegin("TApplicationException");r=t.readFieldBegin(),r.ftype!=Xl.STOP;){switch(r.fid){case 1:r.ftype==Xl.STRING?(r=t.readString(),this.message=r):r=t.skip(r.ftype);break;case 2:r.ftype==Xl.I32?(r=t.readI32(),this.type=r):r=t.skip(r.ftype);break;default:r=t.skip(r.ftype);break}t.readFieldEnd()}t.readStructEnd()};Mp.prototype.write=function(t){t.writeStructBegin("TApplicationException"),this.message&&(t.writeFieldBegin("message",Xl.STRING,1),t.writeString(this.message),t.writeFieldEnd()),this.code&&(t.writeFieldBegin("type",Xl.I32,2),t.writeI32(this.code),t.writeFieldEnd()),t.writeFieldStop(),t.writeStructEnd()};var x5=mi.TProtocolExceptionType={UNKNOWN:0,INVALID_DATA:1,NEGATIVE_SIZE:2,SIZE_LIMIT:3,BAD_VERSION:4,NOT_IMPLEMENTED:5,DEPTH_LIMIT:6};mi.TProtocolException=NT;function NT(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}zp.inherits(NT,Error);mi.objectLength=function(t){return Object.keys(t).length};mi.inherits=function(t,e){zp.inherits(t,e)};var Up,Lp;Up=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===Lp||r===Up?o.push(r(s,e.slice(1))):o.push(new n(s));return o};Lp=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===Lp||r===Up?i[f]=r(o,e.slice(1)):i[f]=new n(o));return i};Yh.exports.copyMap=Lp;Yh.exports.copyList=Up});var FT=H((E5,DT)=>{var ia=null;typeof WebSocket!="undefined"?ia=WebSocket:typeof MozWebSocket!="undefined"?ia=MozWebSocket:typeof global!="undefined"?ia=global.WebSocket||global.MozWebSocket:typeof window!="undefined"?ia=window.WebSocket||window.MozWebSocket:typeof self!="undefined"&&(ia=self.WebSocket||self.MozWebSocket);DT.exports=ia});var Gh=H((A5,Kh)=>{"use strict";var oa=typeof Reflect=="object"?Reflect:null,PT=oa&&typeof oa.apply=="function"?oa.apply:function(e,r,n){return Function.prototype.apply.call(e,r,n)},Cp;oa&&typeof oa.ownKeys=="function"?Cp=oa.ownKeys:Object.getOwnPropertySymbols?Cp=function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Cp=function(e){return Object.getOwnPropertyNames(e)};function UN(t){console&&console.warn&&console.warn(t)}var RT=Number.isNaN||function(e){return e!==e};function It(){It.init.call(this)}Kh.exports=It;Kh.exports.once=WN;It.EventEmitter=It;It.prototype._events=void 0;It.prototype._eventsCount=0;It.prototype._maxListeners=void 0;var zT=10;function Vp(t){if(typeof t!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof t)}Object.defineProperty(It,"defaultMaxListeners",{enumerable:!0,get:function(){return zT},set:function(t){if(typeof t!="number"||t<0||RT(t))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+t+".");zT=t}});It.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};It.prototype.setMaxListeners=function(e){if(typeof e!="number"||e<0||RT(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 HT(t){return t._maxListeners===void 0?It.defaultMaxListeners:t._maxListeners}It.prototype.getMaxListeners=function(){return HT(this)};It.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 a=o[e];if(a===void 0)return!1;if(typeof a=="function")PT(a,this,r);else for(var u=a.length,c=VT(a,u),n=0;n<u;++n)PT(c[n],this,r);return!0};function MT(t,e,r,n){var i,o,f;if(Vp(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=HT(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,UN(s)}return t}It.prototype.addListener=function(e,r){return MT(this,e,r,!1)};It.prototype.on=It.prototype.addListener;It.prototype.prependListener=function(e,r){return MT(this,e,r,!0)};function LN(){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 UT(t,e,r){var n={fired:!1,wrapFn:void 0,target:t,type:e,listener:r},i=LN.bind(n);return i.listener=r,n.wrapFn=i,i}It.prototype.once=function(e,r){return Vp(r),this.on(e,UT(this,e,r)),this};It.prototype.prependOnceListener=function(e,r){return Vp(r),this.prependListener(e,UT(this,e,r)),this};It.prototype.removeListener=function(e,r){var n,i,o,f,s;if(Vp(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():CN(n,o),n.length===1&&(i[e]=n[0]),i.removeListener!==void 0&&this.emit("removeListener",e,s||r)}return this};It.prototype.off=It.prototype.removeListener;It.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 LT(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?VN(i):VT(i,i.length)}It.prototype.listeners=function(e){return LT(this,e,!0)};It.prototype.rawListeners=function(e){return LT(this,e,!1)};It.listenerCount=function(t,e){return typeof t.listenerCount=="function"?t.listenerCount(e):CT.call(t,e)};It.prototype.listenerCount=CT;function CT(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}It.prototype.eventNames=function(){return this._eventsCount>0?Cp(this._events):[]};function VT(t,e){for(var r=new Array(e),n=0;n<e;++n)r[n]=t[n];return r}function CN(t,e){for(;e+1<t.length;e++)t[e]=t[e+1];t.pop()}function VN(t){for(var e=new Array(t.length),r=0;r<e.length;++r)e[r]=t[r].listener||t[r];return e}function WN(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))}WT(t,e,o,{once:!0}),e!=="error"&&YN(t,i,{once:!0})})}function YN(t,e,r){typeof t.on=="function"&&WT(t,"error",e,r)}function WT(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 Wp=H(Ko=>{var Jh=Math.pow(2,8),KN=Math.pow(2,16),YT=Math.pow(2,24),KT=Math.pow(2,32),GN=Math.pow(2,40),JN=Math.pow(2,48),Zh=Math.pow(2,52),ZN=Math.pow(2,1022);Ko.readByte=function(t){return t>127?t-256:t};Ko.readI16=function(t,e){e=e||0;var r=t[e+1];return r+=t[e]<<8,t[e]&128&&(r-=KN),r};Ko.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]*YT,t[e]&128&&(r-=KT),r};Ko.writeI16=function(t,e){return t[1]=e&255,e>>=8,t[0]=e&255,t};Ko.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};Ko.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]*YT,i+=t[e+3]*KT,i+=t[e+2]*GN,i+=(t[e+1]&15)*JN,n){case 0:n=-1022;break;case 2047:return i?NaN:r?-1/0:1/0;default:i+=Zh,n-=1023}return r&&(i*=-1),i*Math.pow(2,n-52)};Ko.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)*Zh,n+=1023):(r=e*ZN*Zh,n=0)),t[1]=n<<4&240,t[0]|=n>>4&127,t[7]=r&255,r=Math.floor(r/Jh),t[6]=r&255,r=Math.floor(r/Jh),t[5]=r&255,r=Math.floor(r/Jh),t[4]=r&255,r>>=8,t[3]=r&255,r>>=8,t[2]=r&255,r>>=8,t[1]|=r&15,t}});var $f=H((N5,JT)=>{var XN=eo();JT.exports=GT;function GT(t){Error.call(this),Error.captureStackTrace!==void 0&&Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.message=t}XN.inherits(GT,Error)});var Kp=H(to=>{var QN=eo(),fa=function(){},ZT=console.log,Yp="error";function Ql(t){return function(){var e=["thrift: ["+t+"] "].concat(Array.from(arguments));return ZT(QN.format.apply(null,e))}}var Xh=fa,Qh=fa,$h=fa,ew=fa,tw=fa;to.setLogFunc=function(t){ZT=t};var $N=to.setLogLevel=function(t){switch(Xh=Qh=$h=ew=tw=fa,Yp=t,Yp){case"trace":Xh=Ql("TRACE");case"debug":Qh=Ql("DEBUG");case"error":$h=Ql("ERROR");case"warning":ew=Ql("WARN");case"info":tw=Ql("INFO")}};$N(Yp);to.getLogLevel=function(){return Yp};to.trace=function(){return Xh.apply(null,arguments)};to.debug=function(){return Qh.apply(null,arguments)};to.error=function(){return $h.apply(null,arguments)};to.warning=function(){return ew.apply(null,arguments)};to.info=function(){return tw.apply(null,arguments)}});var iw=H((F5,XT)=>{var eD=Kp(),ro=Mr(),Kt=Yo(),Ot=Kt.Type;XT.exports=ee;var rw=Math.pow(2,8),tD=Math.pow(2,24),rD=Math.pow(2,32),nD=Math.pow(2,40),iD=Math.pow(2,48),nw=Math.pow(2,52),oD=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 Ot.STOP:return Ot.STOP;case ee.Types.CT_BOOLEAN_FALSE:case ee.Types.CT_BOOLEAN_TRUE:return Ot.BOOL;case ee.Types.CT_BYTE:return Ot.BYTE;case ee.Types.CT_I16:return Ot.I16;case ee.Types.CT_I32:return Ot.I32;case ee.Types.CT_I64:return Ot.I64;case ee.Types.CT_DOUBLE:return Ot.DOUBLE;case ee.Types.CT_BINARY:return Ot.STRING;case ee.Types.CT_LIST:return Ot.LIST;case ee.Types.CT_SET:return Ot.SET;case ee.Types.CT_MAP:return Ot.MAP;case ee.Types.CT_STRUCT:return Ot.STRUCT;default:throw new Kt.TProtocolException(Kt.TProtocolExceptionType.INVALID_DATA,"Unknown type: "+t)}return Ot.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?eD.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!=Ot.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)*nw,n+=1023):(r=t*oD*nw,n=0)),e[6]=n<<4&240,e[7]|=n>>4&127,e[0]=r&255,r=Math.floor(r/rw),e[1]=r&255,r=Math.floor(r/rw),e[2]=r&255,r=Math.floor(r/rw),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 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)};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 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 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 Kt.TProtocolException(Kt.TProtocolExceptionType.BAD_VERSION,"Bad protocol identifier "+t);var e=this.trans.readByte(),r=e&ee.VERSION_MASK;if(r!=ee.VERSION_N)throw new Kt.TProtocolException(Kt.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: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==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 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}};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 Kt.TProtocolException(Kt.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]*tD,i+=t[e+4]*rD,i+=t[e+5]*nD,i+=(t[e+6]&15)*iD,n){case 0:n=-1022;break;case 2047:return i?NaN:r?-1/0:1/0;default:i+=nw,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 Kt.TProtocolException(Kt.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 Kt.TProtocolException(Kt.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 Kt.TProtocolException(Kt.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 Ot.BOOL:this.readBool();break;case Ot.BYTE:this.readByte();break;case Ot.I16:this.readI16();break;case Ot.I32:this.readI32();break;case Ot.I64:this.readI64();break;case Ot.DOUBLE:this.readDouble();break;case Ot.STRING:this.readString();break;case Ot.STRUCT:for(this.readStructBegin();;){var e=this.readFieldBegin();if(e.ftype===Ot.STOP)break;this.skip(e.ftype),this.readFieldEnd()}this.readStructEnd();break;case Ot.MAP:for(var r=this.readMapBegin(),n=0;n<r.size;++n)this.skip(r.ktype),this.skip(r.vtype);this.readMapEnd();break;case Ot.SET:for(var i=this.readSetBegin(),o=0;o<i.size;++o)this.skip(i.etype);this.readSetEnd();break;case Ot.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 sw=H((P5,rB)=>{var QT=Kp(),ow=Wp(),$T=Mr(),no=Yo(),Jr=no.Type;rB.exports=Pe;var eB=-65536,fw=-2147418112,tB=255;Pe.VERSION_MASK=eB;Pe.VERSION_1=fw;Pe.TYPE_MASK=tB;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(fw|e),this.writeString(t),this.writeI32(r)):(this.writeString(t),this.writeByte(e),this.writeI32(r)),this._seqid!==null?QT.warning("SeqId already set",{name:t}):(this._seqid=r,this.trans.setCurrSeqId(r))};Pe.prototype.writeMessageEnd=function(){this._seqid!==null?this._seqid=null:QT.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(ow.writeI16(new Buffer(2),t))};Pe.prototype.writeI32=function(t){this.trans.write(ow.writeI32(new Buffer(4),t))};Pe.prototype.writeI64=function(t){t.buffer?this.trans.write(t.buffer):this.trans.write(new $T(t).buffer)};Pe.prototype.writeDouble=function(t){this.trans.write(ow.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&eB;if(i!=fw)throw new no.TProtocolException(no.TProtocolExceptionType.BAD_VERSION,"Bad version in readMessageBegin: "+t);e=t&tB,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 $T(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 aw=H((R5,aB)=>{var fD=eo(),Gp=iw(),nB=sw(),sD=$f();function $l(t){Error.call(this),Error.captureStackTrace!==void 0&&Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.message=t}fD.inherits($l,Error);aB.exports=ir;var aD=0,lD=1,uD=0,cD=32/8,pD=48/8,dD=64/8,mD=96/8,iB=112/8,oB=4095,fB=1,bD=1073741823;function io(t){var e=eu();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 Gp(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};ir.SubprotocolId={BINARY:0,JSON:1,COMPACT:2};function ir(){this.maxFrameSize=bD,this.protocolId=ir.SubprotocolId.BINARY,this.rheaders={},this.wheaders={},this.inBuf=Buffer.alloc(0),this.outCount=0,this.flags=null,this.seqid=0,this.shouldWriteHeaders=!0}var sB=function(t,e){if(typeof t!="string"||typeof e!="string")throw new $l("Header key and values must be strings")},hD=function(t){for(var e=Object.keys(ir.SubprotocolId),r=0;r<e.length;r++)if(t===ir.SubprotocolId[e[r]])return!0;throw new Error(t+" is not a valid protocol id")};ir.prototype.setSeqId=function(t){this.seqid=t};ir.prototype.getSeqId=function(t){return this.seqid};ir.prototype.setFlags=function(t){this.flags=t};ir.prototype.getReadHeaders=function(){return this.rheaders};ir.prototype.setReadHeader=function(t,e){sB(t,e),this.rheaders[t]=e};ir.prototype.clearReadHeaders=function(){this.rheaders={}};ir.prototype.getWriteHeaders=function(){return this.wheaders};ir.prototype.setWriteHeader=function(t,e){sB(t,e),this.wheaders[t]=e};ir.prototype.clearWriteHeaders=function(){this.wheaders={}};ir.prototype.setMaxFrameSize=function(t){this.maxFrameSize=t};ir.prototype.setProtocolId=function(t){hD(t),this.protocolId=t};ir.prototype.getProtocolId=function(){return this.protocolId};var wD=function(t){var e=t.readInt32BE();return(e&nB.VERSION_MASK)===nB.VERSION_1},gD=function(t){var e=t.readInt8(aD),r=t.readInt8(lD);return e===Gp.PROTOCOL_ID&&(r&Gp.VERSION_MASK)===Gp.VERSION_N};ir.prototype.readHeaders=function(){var t=this.inBuf,e=!1;if(wD(t)&&(this.setProtocolId(ir.SubprotocolId.BINARY),e=!0),gD(t)&&(this.setProtocolId(ir.SubprotocolId.COMPACT),e=!0),e){this.shouldWriteHeaders=!1;return}var r=t.readInt32BE(uD);if(r>this.maxFrameSize)throw new $l("Frame exceeds maximum frame size");var n=t.readInt16BE(cD);if(this.shouldWriteHeaders=n===oB,!!this.shouldWriteHeaders){this.setFlags(t.readInt16BE(pD)),this.setSeqId(t.readInt32BE(dD));var i=t.readInt16BE(mD)*4,o=iB+i;if(o>t.length)throw new $l("Header size is greater than frame size");var f=Buffer.alloc(i);t.copy(f,0,iB,o);var s=new io(f);this.setProtocolId(s.readVarint32());var a=s.readVarint32();if(a>0)throw new $l("Transforms are not yet supported");for(;;)try{var u=s.readVarint32();if(u!==fB)break;for(var c=s.readVarint32(),_=0;_<c;_++){var p=s.readString(),j=s.readString();this.setReadHeader(p,j)}}catch(S){if(S instanceof sD)break;throw S}return this.read(o),this.getReadHeaders()}};ir.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(fB),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,a=Buffer.alloc(2);a.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(oB);var j=Buffer.alloc(2);j.writeInt16BE(0);var S=Buffer.alloc(4);S.writeInt32BE(this.getSeqId());var T=Buffer.concat([_,p,j,S,a,c]);this.outBuffers.unshift(T),this.outCount+=T.length}}});var eu=H((z5,lB)=>{var Jp=Wp(),yD=$f(),jD=aw();lB.exports=Gt;function Gt(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}Gt.prototype=new jD;Gt.prototype.reset=function(){this.inBuf=new Buffer(this.defaultReadBufferSize),this.readCursor=0,this.writeCursor=0,this.outBuffers=[],this.outCount=0};Gt.receiver=function(t,e){var r=new Gt;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)}};Gt.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};Gt.prototype.rollbackPosition=function(){this.readCursor=0};Gt.prototype.isOpen=function(){return!0};Gt.prototype.open=function(){};Gt.prototype.close=function(){};Gt.prototype.setCurrSeqId=function(t){this._seqid=t};Gt.prototype.ensureAvailable=function(t){if(this.readCursor+t>this.writeCursor)throw new yD};Gt.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};Gt.prototype.readByte=function(){return this.ensureAvailable(1),Jp.readByte(this.inBuf[this.readCursor++])};Gt.prototype.readI16=function(){this.ensureAvailable(2);var t=Jp.readI16(this.inBuf,this.readCursor);return this.readCursor+=2,t};Gt.prototype.readI32=function(){this.ensureAvailable(4);var t=Jp.readI32(this.inBuf,this.readCursor);return this.readCursor+=4,t};Gt.prototype.readDouble=function(){this.ensureAvailable(8);var t=Jp.readDouble(this.inBuf,this.readCursor);return this.readCursor+=8,t};Gt.prototype.readString=function(t){this.ensureAvailable(t);var e=this.inBuf.toString("utf8",this.readCursor,this.readCursor+t);return this.readCursor+=t,e};Gt.prototype.borrow=function(){var t={buf:this.inBuf,readIndex:this.readCursor,writeIndex:this.writeCursor};return t};Gt.prototype.consume=function(t){this.readCursor+=t};Gt.prototype.write=function(t){typeof t=="string"&&(t=new Buffer(t,"utf8")),this.outBuffers.push(t),this.outCount+=t.length};Gt.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 uw=H((H5,mB)=>{var uB=Mr(),cB=mB.exports={},_D=Math.pow(2,24),pB=Math.pow(2,31),lw=Math.pow(2,32),dB=Math.pow(10,11);cB.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),a=e[r+7]+(e[r+6]<<8)+(e[r+5]<<16)+e[r+4]*_D+(e[r+3]+(e[r+2]<<8))*lw+s*74976710656,u=Math.floor(a/dB)+s*2814;return a=("00000000000"+String(a%dB)).slice(-11),(n?"-":"")+String(u)+a};cB.fromDecimalString=function(t){var e=t.charAt(0)==="-";if(t.length<(e?17:16))return new uB(+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/lw)+r*232830;if(n=n%lw,i>=pB&&!(e&&i==pB&&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 uB(i,n)}});var wB=H((L5,hB)=>{var bB=Mr(),M5=uw(),U5=hB.exports=function(){"use strict";var t,e,r={'"':'"',"\\":"\\","/":"/",b:"\b",f:"\f",n:`
|
|
22
|
+
`,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>=bB.MAX_INT||j<=bB.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")},a=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("["),a(),e==="]")return o("]"),j;for(;e;){if(j.push(c()),a(),e==="]")return o("]"),j;o(","),a()}}i("Bad array")},p=function(){var j,S={};if(e==="{"){if(o("{"),a(),e==="}")return o("}"),S;for(;e;){if(j=s(),a(),o(":"),Object.hasOwnProperty.call(S,j)&&i('Duplicate key "'+j+'"'),S[j]=c(),a(),e==="}")return o("}"),S;o(","),a()}}i("Bad object")};return c=function(){switch(a(),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(),a(),e&&i("Syntax error"),S}}()});var tu=H((V5,jB)=>{var cw=Mr(),qD=Yo(),pt=qD.Type,C5=eo(),gB=uw(),vD=wB(),yB=$f();jB.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 cw?this.tstack.push(gB.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===`
|
|
23
|
+
`?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 yB;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 yB;this.robj=vD(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 cw)&&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"?gB.fromDecimalString(t):new cw(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 pw=H((W5,_B)=>{_B.exports=TD;function TD(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 qB=H(sa=>{"use strict";Object.defineProperty(sa,"__esModule",{value:!0});var BD=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},kD=typeof window!="undefined"&&typeof window.document!="undefined",ID=(typeof self=="undefined"?"undefined":BD(self))==="object"&&self.constructor&&self.constructor.name==="DedicatedWorkerGlobalScope",SD=typeof process!="undefined"&&process.versions!=null&&process.versions.node!=null,xD=function(){return typeof window!="undefined"&&window.name==="nodejs"||navigator.userAgent.includes("Node.js")||navigator.userAgent.includes("jsdom")};sa.isBrowser=kD;sa.isWebWorker=ID;sa.isNode=SD;sa.isJsDom=xD});var kB=H(Zp=>{var ED=eo(),vB=FT(),TB=Gh().EventEmitter,BB=Yo(),AD=eu(),OD=tu(),ND=$f(),DD=pw(),FD=qB();Zp.WSConnection=Ur;function Ur(t,e,r){TB.call(this),this.options=r||{},this.host=t,this.port=e,this.secure=this.options.secure||!1,this.transport=this.options.transport||AD,this.protocol=this.options.protocol||OD,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]}ED.inherits(Ur,TB);Ur.prototype.__reset=function(){this.socket=null,this.send_pending=[]};Ur.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=[])};Ur.prototype.__onClose=function(t){this.emit("close"),this.__reset()};Ur.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 a=i._reqs[r.rseqid];delete i._reqs[r.rseqid],a&&a(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 ND)t.rollbackPosition();else throw f}};Ur.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)};Ur.prototype.__onMessage=function(t){this.__onData(t.data)};Ur.prototype.__onError=function(t){this.emit("error",t),this.socket.close()};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||(FD.isBrowser?this.socket=new vB(this.uri()):this.socket=new vB(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))};Ur.prototype.close=function(){this.socket.close()};Ur.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};Ur.prototype.write=function(t){this.isOpen()?this.socket.send(t):this.send_pending.push(t)};Zp.createWSConnection=function(t,e,r){return new Ur(t,e,r)};Zp.createWSClient=DD});var SB=H(Xp=>{var PD=eo(),RD=Gh().EventEmitter,IB=Yo(),zD=eu(),HD=tu(),MD=$f(),UD=pw();Xp.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||zD,this.protocol=r.protocol||HD,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={}}PD.inherits(Zr,RD);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 a=i._reqs[r.rseqid];delete i._reqs[r.rseqid],a&&a(f,s)},i["recv_"+r.fname]?i["recv_"+r.fname](e,r.mtype,n):(delete i._reqs[n],this.emit("error",new IB.TApplicationException(IB.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};Xp.createXHRConnection=function(t,e,r){return new Zr(t,e,r)};Xp.createXHRClient=UD});var EB=H((xB,dw)=>{(function(t){"use strict";if(typeof bootstrap=="function")bootstrap("promise",t);else if(typeof xB=="object"&&typeof dw=="object")dw.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 At,rr;v.next;)v=v.next,At=v.task,v.task=void 0,rr=v.domain,rr&&(v.domain=void 0,rr.enter()),xt(At,rr);for(;$e.length;)At=$e.pop(),xt(At);P=!1}function xt(At,rr){try{At()}catch(xo){if(De)throw rr&&rr.exit(),setTimeout(Re,0),rr&&rr.enter(),xo;setTimeout(function(){throw xo},0)}rr&&rr.exit()}if(i=function(At){I=I.next={task:At,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 jt=new MessageChannel;jt.port1.onmessage=function(){ie=Et,jt.port1.onmessage=Re,Re()};var Et=function(){jt.port2.postMessage(0)};ie=function(){setTimeout(Re,0),Et()}}else ie=function(){setTimeout(Re,0)};return i.runAfter=function(At){$e.push(At),P||(P=!0,ie())},i}(),o=Function.call;function f(v){return function(){return o.apply(v,arguments)}}var s=f(Array.prototype.slice),a=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 a(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(`
|
|
24
24
|
`+te+`
|
|
25
25
|
`),$e=J(De);p(v,"stack",{value:$e,configurable:!0})}}function J(v){for(var I=v.split(`
|
|
26
26
|
`),P=[],ie=0;ie<I.length;++ie){var De=I[ie];!Y(De)&&!D(De)&&De&&P.push(De)}return P.join(`
|
|
27
|
-
`)}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<=
|
|
27
|
+
`)}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(`
|
|
28
28
|
`),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 M?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=_(M.prototype);if(De.promiseDispatch=function(Re,xt,jt){var Et=s(arguments);v?(v.push(Et),xt==="when"&&jt[1]&&I.push(jt[1])):g.nextTick(function(){P.promiseDispatch.apply(P,Et)})},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(`
|
|
29
|
-
`)+1),De.stackCounter=N++}function $e(Re){P=Re,g.longStackSupport&&t&&(De.source=Re),a(v,function(xt,jt){g.nextTick(function(){Re.promiseDispatch.apply(Re,jt)})},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(St(Re))},ie.notify=function(Re){P||a(I,function(xt,jt){g.nextTick(function(){jt(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=z,g.promise=z;function z(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}z.race=K,z.all=se,z.reject=St,z.resolve=g,g.passByCopy=function(v){return v},M.prototype.passByCopy=function(){return this},g.join=function(v,I){return g(v).join(I)},M.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 z(function(I,P){for(var ie=0,De=v.length;ie<De;ie++)g(v[ie]).then(I,P)})}M.prototype.race=function(){return this.then(g.race)},g.makePromise=M;function M(v,I,P){I===void 0&&(I=function($e){return St(new Error("Promise does not support operation: "+$e))}),P===void 0&&(P=function(){return{state:"unknown"}});var ie=_(M.prototype);if(ie.promiseDispatch=function($e,Re,xt){var jt;try{v[Re]?jt=v[Re].apply(ie,xt):jt=I.call(ie,Re,xt)}catch(Et){jt=St(Et)}$e&&$e(jt)},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}M.prototype.toString=function(){return"[object Promise]"},M.prototype.then=function(v,I,P){var ie=this,De=b(),$e=!1;function Re(Et){try{return typeof v=="function"?v(Et):Et}catch(At){return St(At)}}function xt(Et){if(typeof I=="function"){pe(Et,ie);try{return I(Et)}catch(At){return St(At)}}return St(Et)}function jt(Et){return typeof P=="function"?P(Et):Et}return g.nextTick(function(){ie.promiseDispatch(function(Et){$e||($e=!0,De.resolve(Re(Et)))},"when",[function(Et){$e||($e=!0,De.resolve(xt(Et)))}])}),ie.promiseDispatch(void 0,"when",[void 0,function(Et){var At,rr=!1;try{At=jt(Et)}catch(Eo){if(rr=!0,g.onerror)g.onerror(Eo);else throw Eo}rr||De.notify(At)}]),De.promise},g.tap=function(v,I){return g(v).tap(I)},M.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)}M.prototype.thenResolve=function(v){return this.then(function(){return v})},g.thenResolve=function(v,I){return g(v).thenResolve(I)},M.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 M}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"}M.prototype.isPending=function(){return this.inspect().state==="pending"},g.isFulfilled=X;function X(v){return!Ye(v)||v.inspect().state==="fulfilled"}M.prototype.isFulfilled=function(){return this.inspect().state==="fulfilled"},g.isRejected=He;function He(v){return Ye(v)&&v.inspect().state==="rejected"}M.prototype.isRejected=function(){return this.inspect().state==="rejected"};var we=[],rt=[],Ir=[],_e=!0;function $(){we.length=0,rt.length=0,_e||(_e=!0)}function So(v,I){!_e||(typeof process=="object"&&typeof process.emit=="function"&&g.nextTick.runAfter(function(){u(rt,v)!==-1&&(process.emit("unhandledRejection",I,v),Ir.push(v))}),rt.push(v),I&&typeof I.stack!="undefined"?we.push(I.stack):we.push("(no stack) "+I))}function xo(v){if(!!_e){var I=u(rt,v);I!==-1&&(typeof process=="object"&&typeof process.emit=="function"&&g.nextTick.runAfter(function(){var P=u(Ir,v);P!==-1&&(process.emit("rejectionHandled",we[I],v),Ir.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=St;function St(v){var I=M({when:function(P){return P&&xo(this),P?P(v):this}},function(){return this},function(){return{state:"rejected",reason:v}});return So(I,v),I}g.fulfill=Ke;function Ke(v){return M({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 M({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)}M.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 xt;if(typeof StopIteration=="undefined"){try{xt=P[$e](Re)}catch(jt){return St(jt)}return xt.done?g(xt.value):oe(xt.value,ie,De)}else{try{xt=P[$e](Re)}catch(jt){return W(jt)?g(jt.value):St(jt)}return oe(xt,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)}M.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])},M.prototype.get=function(v){return this.dispatch("get",[v])},g.set=function(v,I,P){return g(v).dispatch("set",[I,P])},M.prototype.set=function(v,I){return this.dispatch("set",[v,I])},g.del=g.delete=function(v,I){return g(v).dispatch("delete",[I])},M.prototype.del=M.prototype.delete=function(v){return this.dispatch("delete",[v])},g.mapply=g.post=function(v,I,P){return g(v).dispatch("post",[I,P])},M.prototype.mapply=M.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)])},M.prototype.send=M.prototype.mcall=M.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])},M.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)])},M.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))])}},M.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",[])},M.prototype.keys=function(){return this.dispatch("keys",[])},g.all=se;function se(v){return oe(v,function(I){var P=0,ie=b();return a(I,function(De,$e,Re){var xt;Ye($e)&&(xt=$e.inspect()).state==="fulfilled"?I[Re]=xt.value:(++P,oe($e,function(jt){I[Re]=jt,--P==0&&ie.resolve(I)},ie.reject,function(jt){ie.notify({index:Re,value:jt})}))},void 0),P===0&&ie.resolve(I),ie.promise})}M.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 a(v,function(ie,De,$e){var Re=v[$e];P++,oe(Re,xt,jt,Et);function xt(At){I.resolve(At)}function jt(At){if(P--,P===0){var rr=At||new Error(""+At);rr.message="Q can't get fulfillment value from any promise, all promises were rejected. Last error message: "+rr.message,I.reject(rr)}}function Et(At){I.notify({index:$e,value:At})}},void 0),I.promise}M.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})})}M.prototype.allResolved=function(){return Ze(this)},g.allSettled=Tt;function Tt(v){return g(v).allSettled()}M.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)},M.prototype.fail=M.prototype.catch=function(v){return this.then(void 0,v)},g.progress=hr;function hr(v,I){return g(v).then(void 0,void 0,I)}M.prototype.progress=function(v){return this.then(void 0,void 0,v)},g.fin=g.finally=function(v,I){return g(v).finally(I)},M.prototype.fin=M.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)},M.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)},M.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)},M.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)},M.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)},M.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}},M.prototype.nfbind=M.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}},M.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)},M.prototype.nmapply=M.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},M.prototype.nsend=M.prototype.nmcall=M.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)}M.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 Vn=de();return g})});var ZB=H(JB=>{var iF=to(),KB=Ko();JB.Multiplexer=GB;function oF(t,e,r){function n(i,o,f){e.call(this,i,o,f)}return iF.inherits(n,e),n.prototype.writeMessageBegin=function(i,o,f){o==KB.MessageType.CALL||o==KB.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 GB(){this.seqid=0}GB.prototype.createClient=function(t,e,r){e.Client&&(e=e.Client);var n=function(a,u){r.write(a,u)},i=new r.transport(void 0,n),o=new oF(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 QB=H((bW,XB)=>{var la=Gp(),fF=es(),sF=mw();XB.exports=or;function or(t,e){this.inBuf=t||new Buffer(0),this.outBuffers=[],this.outCount=0,this.readPos=0,this.onFlush=e}or.prototype=new sF;or.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=la.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 or(o),e),n=r,r=null}}};or.prototype.commitPosition=function(){},or.prototype.rollbackPosition=function(){},or.prototype.isOpen=function(){return!0};or.prototype.open=function(){};or.prototype.close=function(){};or.prototype.setCurrSeqId=function(t){this._seqid=t};or.prototype.ensureAvailable=function(t){if(this.readPos+t>this.inBuf.length)throw new fF};or.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};or.prototype.readByte=function(){return this.ensureAvailable(1),la.readByte(this.inBuf[this.readPos++])};or.prototype.readI16=function(){this.ensureAvailable(2);var t=la.readI16(this.inBuf,this.readPos);return this.readPos+=2,t};or.prototype.readI32=function(){this.ensureAvailable(4);var t=la.readI32(this.inBuf,this.readPos);return this.readPos+=4,t};or.prototype.readDouble=function(){this.ensureAvailable(8);var t=la.readDouble(this.inBuf,this.readPos);return this.readPos+=8,t};or.prototype.readString=function(t){this.ensureAvailable(t);var e=this.inBuf.toString("utf8",this.readPos,this.readPos+t);return this.readPos+=t,e};or.prototype.borrow=function(){return{buf:this.inBuf,readIndex:this.readPos,writeIndex:this.inBuf.length}};or.prototype.consume=function(t){this.readPos+=t};or.prototype.write=function(t,e){typeof t=="string"&&(t=new Buffer(t,e||"utf8")),this.outBuffers.push(t),this.outCount+=t.length};or.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);la.writeI32(n,e.length),e.copy(n,4,0,e.length),this.onFlush&&this.onFlush(n,t)}this.outBuffers=[],this.outCount=0}});var ek=H((hW,$B)=>{var aF=Zp();$B.exports=Lr;function Lr(t){this.__reset(t)}Lr.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};Lr.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})};Lr.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=[])};Lr.prototype.__onClose=function(t){this.__reset(this.url)};Lr.prototype.__onMessage=function(t){this.callbacks.length&&this.callbacks.shift()(t.data)};Lr.prototype.__onError=function(t){aF.error("websocket: "+t.toString()),this.socket.close()};Lr.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};Lr.prototype.isOpen=function(){return this.socket&&this.socket.readyState==this.socket.OPEN};Lr.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))};Lr.prototype.close=function(){this.socket.close()};Lr.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};Lr.prototype.readAll=function(){return this.recv_buf};Lr.prototype.write=function(t){this.send_buf=t};Lr.prototype.getSendBuffer=function(){return this.send_buf}});var st=H(vr=>{vr.Thrift=Ko();var jw=LB();vr.WSConnection=jw.WSConnection;vr.createWSConnection=jw.createWSConnection;vr.createWSClient=jw.createWSClient;var _w=VB();vr.XHRConnection=_w.XHRConnection;vr.createXHRConnection=_w.createXHRConnection;vr.createXHRClient=_w.createXHRClient;vr.Int64=Mr();vr.Q=YB();var lF=ZB();vr.Multiplexer=lF.Multiplexer;vr.TBufferedTransport=tu();vr.TFramedTransport=QB();vr.TWebSocketTransport=ek();vr.Protocol=ru();vr.TJSONProtocol=ru();vr.TBinaryProtocol=dw();vr.TCompactProtocol=uw()});var qw,Qr,fo,nu=re(()=>{qw=Oe(Mr()),Qr=Oe(st()),fo=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 qw.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 qw.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",Qr.Thrift.Type.STRING,1),e.writeBinary(this.max),e.writeFieldEnd()),this.min!=null&&(e.writeFieldBegin("min",Qr.Thrift.Type.STRING,2),e.writeBinary(this.min),e.writeFieldEnd()),this.null_count!=null&&(e.writeFieldBegin("null_count",Qr.Thrift.Type.I64,3),e.writeI64(this.null_count),e.writeFieldEnd()),this.distinct_count!=null&&(e.writeFieldBegin("distinct_count",Qr.Thrift.Type.I64,4),e.writeI64(this.distinct_count),e.writeFieldEnd()),this.max_value!=null&&(e.writeFieldBegin("max_value",Qr.Thrift.Type.STRING,5),e.writeBinary(this.max_value),e.writeFieldEnd()),this.min_value!=null&&(e.writeFieldBegin("min_value",Qr.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===Qr.Thrift.Type.STOP)break;switch(o){case 1:if(i===Qr.Thrift.Type.STRING){let f=e.readBinary();r.max=f}else e.skip(i);break;case 2:if(i===Qr.Thrift.Type.STRING){let f=e.readBinary();r.min=f}else e.skip(i);break;case 3:if(i===Qr.Thrift.Type.I64){let f=e.readI64();r.null_count=f}else e.skip(i);break;case 4:if(i===Qr.Thrift.Type.I64){let f=e.readI64();r.distinct_count=f}else e.skip(i);break;case 5:if(i===Qr.Thrift.Type.STRING){let f=e.readBinary();r.max_value=f}else e.skip(i);break;case 6:if(i===Qr.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 fo(r)}}});var tk,iu,vw=re(()=>{tk=Oe(st()),iu=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===tk.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new iu}}});var rk,ou,Tw=re(()=>{rk=Oe(st()),ou=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===rk.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new ou}}});var nk,fu,Bw=re(()=>{nk=Oe(st()),fu=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===nk.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new fu}}});var ik,su,kw=re(()=>{ik=Oe(st()),su=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===ik.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new su}}});var ok,au,Iw=re(()=>{ok=Oe(st()),au=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===ok.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new au}}});var fk,lu,Sw=re(()=>{fk=Oe(st()),lu=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===fk.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new lu}}});var sk,uu,xw=re(()=>{sk=Oe(st()),uu=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===sk.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new uu}}});var jn,cu,Ew=re(()=>{jn=Oe(st()),cu=class{constructor(e){if(e!=null&&e.scale!=null)this.scale=e.scale;else throw new jn.Thrift.TProtocolException(jn.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[scale] is unset!");if(e!=null&&e.precision!=null)this.precision=e.precision;else throw new jn.Thrift.TProtocolException(jn.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[precision] is unset!")}write(e){e.writeStructBegin("DecimalType"),this.scale!=null&&(e.writeFieldBegin("scale",jn.Thrift.Type.I32,1),e.writeI32(this.scale),e.writeFieldEnd()),this.precision!=null&&(e.writeFieldBegin("precision",jn.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===jn.Thrift.Type.STOP)break;switch(o){case 1:if(i===jn.Thrift.Type.I32){let f=e.readI32();r.scale=f}else e.skip(i);break;case 2:if(i===jn.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 cu(r);throw new jn.Thrift.TProtocolException(jn.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read DecimalType from input")}}});var ak,pu,Aw=re(()=>{ak=Oe(st()),pu=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===ak.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new pu}}});var lk,du,Ow=re(()=>{lk=Oe(st()),du=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===lk.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new du}}});var Nr,hi,td=re(()=>{Nr=Oe(st());Ow();Aw();hi=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 Nr.Thrift.TProtocolException(Nr.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with more than one set value!");if(r<1)throw new Nr.Thrift.TProtocolException(Nr.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with no set value!")}}static fromMILLIS(e){return new hi({MILLIS:e})}static fromMICROS(e){return new hi({MICROS:e})}write(e){e.writeStructBegin("TimeUnit"),this.MILLIS!=null&&(e.writeFieldBegin("MILLIS",Nr.Thrift.Type.STRUCT,1),this.MILLIS.write(e),e.writeFieldEnd()),this.MICROS!=null&&(e.writeFieldBegin("MICROS",Nr.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===Nr.Thrift.Type.STOP)break;switch(f){case 1:if(o===Nr.Thrift.Type.STRUCT){r++;let s=pu.read(e);n=hi.fromMILLIS(s)}else e.skip(o);break;case 2:if(o===Nr.Thrift.Type.STRUCT){r++;let s=du.read(e);n=hi.fromMICROS(s)}else e.skip(o);break;default:e.skip(o)}e.readFieldEnd()}if(e.readStructEnd(),r>1)throw new Nr.Thrift.TProtocolException(Nr.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with more than one set value!");if(r<1)throw new Nr.Thrift.TProtocolException(Nr.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with no set value!");if(n!==null)return n;throw new Nr.Thrift.TProtocolException(Nr.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read data for TUnion")}}});var _n,mu,Nw=re(()=>{_n=Oe(st());td();mu=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("TimestampType"),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=hi.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 mu(r);throw new _n.Thrift.TProtocolException(_n.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read TimestampType from input")}}});var qn,bu,Dw=re(()=>{qn=Oe(st());td();bu=class{constructor(e){if(e!=null&&e.isAdjustedToUTC!=null)this.isAdjustedToUTC=e.isAdjustedToUTC;else throw new qn.Thrift.TProtocolException(qn.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[isAdjustedToUTC] is unset!");if(e!=null&&e.unit!=null)this.unit=e.unit;else throw new qn.Thrift.TProtocolException(qn.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[unit] is unset!")}write(e){e.writeStructBegin("TimeType"),this.isAdjustedToUTC!=null&&(e.writeFieldBegin("isAdjustedToUTC",qn.Thrift.Type.BOOL,1),e.writeBool(this.isAdjustedToUTC),e.writeFieldEnd()),this.unit!=null&&(e.writeFieldBegin("unit",qn.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===qn.Thrift.Type.STOP)break;switch(o){case 1:if(i===qn.Thrift.Type.BOOL){let f=e.readBool();r.isAdjustedToUTC=f}else e.skip(i);break;case 2:if(i===qn.Thrift.Type.STRUCT){let f=hi.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 bu(r);throw new qn.Thrift.TProtocolException(qn.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read TimeType from input")}}});var vn,hu,Fw=re(()=>{vn=Oe(st()),hu=class{constructor(e){if(e!=null&&e.bitWidth!=null)this.bitWidth=e.bitWidth;else throw new vn.Thrift.TProtocolException(vn.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[bitWidth] is unset!");if(e!=null&&e.isSigned!=null)this.isSigned=e.isSigned;else throw new vn.Thrift.TProtocolException(vn.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[isSigned] is unset!")}write(e){e.writeStructBegin("IntType"),this.bitWidth!=null&&(e.writeFieldBegin("bitWidth",vn.Thrift.Type.BYTE,1),e.writeByte(this.bitWidth),e.writeFieldEnd()),this.isSigned!=null&&(e.writeFieldBegin("isSigned",vn.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===vn.Thrift.Type.STOP)break;switch(o){case 1:if(i===vn.Thrift.Type.BYTE){let f=e.readByte();r.bitWidth=f}else e.skip(i);break;case 2:if(i===vn.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 hu(r);throw new vn.Thrift.TProtocolException(vn.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read IntType from input")}}});var uk,wu,Pw=re(()=>{uk=Oe(st()),wu=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===uk.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new wu}}});var ck,gu,Rw=re(()=>{ck=Oe(st()),gu=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===ck.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new gu}}});var at,Bt,zw=re(()=>{at=Oe(st());Rw();Sw();Ew();Iw();Fw();Pw();kw();Bw();xw();vw();Nw();Dw();Tw();Bt=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 Bt({STRING:e})}static fromMAP(e){return new Bt({MAP:e})}static fromLIST(e){return new Bt({LIST:e})}static fromENUM(e){return new Bt({ENUM:e})}static fromDECIMAL(e){return new Bt({DECIMAL:e})}static fromDATE(e){return new Bt({DATE:e})}static fromTIME(e){return new Bt({TIME:e})}static fromTIMESTAMP(e){return new Bt({TIMESTAMP:e})}static fromINTEGER(e){return new Bt({INTEGER:e})}static fromUNKNOWN(e){return new Bt({UNKNOWN:e})}static fromJSON(e){return new Bt({JSON:e})}static fromBSON(e){return new Bt({BSON:e})}static fromUUID(e){return new Bt({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=iu.read(e);n=Bt.fromSTRING(s)}else e.skip(o);break;case 2:if(o===at.Thrift.Type.STRUCT){r++;let s=fu.read(e);n=Bt.fromMAP(s)}else e.skip(o);break;case 3:if(o===at.Thrift.Type.STRUCT){r++;let s=su.read(e);n=Bt.fromLIST(s)}else e.skip(o);break;case 4:if(o===at.Thrift.Type.STRUCT){r++;let s=au.read(e);n=Bt.fromENUM(s)}else e.skip(o);break;case 5:if(o===at.Thrift.Type.STRUCT){r++;let s=cu.read(e);n=Bt.fromDECIMAL(s)}else e.skip(o);break;case 6:if(o===at.Thrift.Type.STRUCT){r++;let s=lu.read(e);n=Bt.fromDATE(s)}else e.skip(o);break;case 7:if(o===at.Thrift.Type.STRUCT){r++;let s=bu.read(e);n=Bt.fromTIME(s)}else e.skip(o);break;case 8:if(o===at.Thrift.Type.STRUCT){r++;let s=mu.read(e);n=Bt.fromTIMESTAMP(s)}else e.skip(o);break;case 10:if(o===at.Thrift.Type.STRUCT){r++;let s=hu.read(e);n=Bt.fromINTEGER(s)}else e.skip(o);break;case 11:if(o===at.Thrift.Type.STRUCT){r++;let s=uu.read(e);n=Bt.fromUNKNOWN(s)}else e.skip(o);break;case 12:if(o===at.Thrift.Type.STRUCT){r++;let s=wu.read(e);n=Bt.fromJSON(s)}else e.skip(o);break;case 13:if(o===at.Thrift.Type.STRUCT){r++;let s=gu.read(e);n=Bt.fromBSON(s)}else e.skip(o);break;case 14:if(o===at.Thrift.Type.STRUCT){r++;let s=ou.read(e);n=Bt.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 Pt,Jo,Hw=re(()=>{Pt=Oe(st());zw();Jo=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 Pt.Thrift.TProtocolException(Pt.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",Pt.Thrift.Type.I32,1),e.writeI32(this.type),e.writeFieldEnd()),this.type_length!=null&&(e.writeFieldBegin("type_length",Pt.Thrift.Type.I32,2),e.writeI32(this.type_length),e.writeFieldEnd()),this.repetition_type!=null&&(e.writeFieldBegin("repetition_type",Pt.Thrift.Type.I32,3),e.writeI32(this.repetition_type),e.writeFieldEnd()),this.name!=null&&(e.writeFieldBegin("name",Pt.Thrift.Type.STRING,4),e.writeString(this.name),e.writeFieldEnd()),this.num_children!=null&&(e.writeFieldBegin("num_children",Pt.Thrift.Type.I32,5),e.writeI32(this.num_children),e.writeFieldEnd()),this.converted_type!=null&&(e.writeFieldBegin("converted_type",Pt.Thrift.Type.I32,6),e.writeI32(this.converted_type),e.writeFieldEnd()),this.scale!=null&&(e.writeFieldBegin("scale",Pt.Thrift.Type.I32,7),e.writeI32(this.scale),e.writeFieldEnd()),this.precision!=null&&(e.writeFieldBegin("precision",Pt.Thrift.Type.I32,8),e.writeI32(this.precision),e.writeFieldEnd()),this.field_id!=null&&(e.writeFieldBegin("field_id",Pt.Thrift.Type.I32,9),e.writeI32(this.field_id),e.writeFieldEnd()),this.logicalType!=null&&(e.writeFieldBegin("logicalType",Pt.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===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.type_length=f}else e.skip(i);break;case 3:if(i===Pt.Thrift.Type.I32){let f=e.readI32();r.repetition_type=f}else e.skip(i);break;case 4:if(i===Pt.Thrift.Type.STRING){let f=e.readString();r.name=f}else e.skip(i);break;case 5:if(i===Pt.Thrift.Type.I32){let f=e.readI32();r.num_children=f}else e.skip(i);break;case 6:if(i===Pt.Thrift.Type.I32){let f=e.readI32();r.converted_type=f}else e.skip(i);break;case 7:if(i===Pt.Thrift.Type.I32){let f=e.readI32();r.scale=f}else e.skip(i);break;case 8:if(i===Pt.Thrift.Type.I32){let f=e.readI32();r.precision=f}else e.skip(i);break;case 9:if(i===Pt.Thrift.Type.I32){let f=e.readI32();r.field_id=f}else e.skip(i);break;case 10:if(i===Pt.Thrift.Type.STRUCT){let f=Bt.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 Jo(r);throw new Pt.Thrift.TProtocolException(Pt.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read SchemaElement from input")}}});var Jt,ts,Mw=re(()=>{Jt=Oe(st());nu();ts=class{constructor(e){if(e!=null&&e.num_values!=null)this.num_values=e.num_values;else throw new Jt.Thrift.TProtocolException(Jt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_values] is unset!");if(e!=null&&e.encoding!=null)this.encoding=e.encoding;else throw new Jt.Thrift.TProtocolException(Jt.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 Jt.Thrift.TProtocolException(Jt.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 Jt.Thrift.TProtocolException(Jt.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",Jt.Thrift.Type.I32,1),e.writeI32(this.num_values),e.writeFieldEnd()),this.encoding!=null&&(e.writeFieldBegin("encoding",Jt.Thrift.Type.I32,2),e.writeI32(this.encoding),e.writeFieldEnd()),this.definition_level_encoding!=null&&(e.writeFieldBegin("definition_level_encoding",Jt.Thrift.Type.I32,3),e.writeI32(this.definition_level_encoding),e.writeFieldEnd()),this.repetition_level_encoding!=null&&(e.writeFieldBegin("repetition_level_encoding",Jt.Thrift.Type.I32,4),e.writeI32(this.repetition_level_encoding),e.writeFieldEnd()),this.statistics!=null&&(e.writeFieldBegin("statistics",Jt.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===Jt.Thrift.Type.STOP)break;switch(o){case 1:if(i===Jt.Thrift.Type.I32){let f=e.readI32();r.num_values=f}else e.skip(i);break;case 2:if(i===Jt.Thrift.Type.I32){let f=e.readI32();r.encoding=f}else e.skip(i);break;case 3:if(i===Jt.Thrift.Type.I32){let f=e.readI32();r.definition_level_encoding=f}else e.skip(i);break;case 4:if(i===Jt.Thrift.Type.I32){let f=e.readI32();r.repetition_level_encoding=f}else e.skip(i);break;case 5:if(i===Jt.Thrift.Type.STRUCT){let f=fo.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 ts(r);throw new Jt.Thrift.TProtocolException(Jt.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read DataPageHeader from input")}}});var pk,yu,Uw=re(()=>{pk=Oe(st()),yu=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===pk.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new yu}}});var $r,ju,Lw=re(()=>{$r=Oe(st()),ju=class{constructor(e){if(e!=null&&e.num_values!=null)this.num_values=e.num_values;else throw new $r.Thrift.TProtocolException($r.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_values] is unset!");if(e!=null&&e.encoding!=null)this.encoding=e.encoding;else throw new $r.Thrift.TProtocolException($r.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",$r.Thrift.Type.I32,1),e.writeI32(this.num_values),e.writeFieldEnd()),this.encoding!=null&&(e.writeFieldBegin("encoding",$r.Thrift.Type.I32,2),e.writeI32(this.encoding),e.writeFieldEnd()),this.is_sorted!=null&&(e.writeFieldBegin("is_sorted",$r.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===$r.Thrift.Type.STOP)break;switch(o){case 1:if(i===$r.Thrift.Type.I32){let f=e.readI32();r.num_values=f}else e.skip(i);break;case 2:if(i===$r.Thrift.Type.I32){let f=e.readI32();r.encoding=f}else e.skip(i);break;case 3:if(i===$r.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 ju(r);throw new $r.Thrift.TProtocolException($r.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read DictionaryPageHeader from input")}}});var yt,rs,Cw=re(()=>{yt=Oe(st());nu();rs=class{constructor(e){this.is_compressed=!0;if(e!=null&&e.num_values!=null)this.num_values=e.num_values;else throw new yt.Thrift.TProtocolException(yt.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 yt.Thrift.TProtocolException(yt.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 yt.Thrift.TProtocolException(yt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_rows] is unset!");if(e!=null&&e.encoding!=null)this.encoding=e.encoding;else throw new yt.Thrift.TProtocolException(yt.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 yt.Thrift.TProtocolException(yt.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 yt.Thrift.TProtocolException(yt.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",yt.Thrift.Type.I32,1),e.writeI32(this.num_values),e.writeFieldEnd()),this.num_nulls!=null&&(e.writeFieldBegin("num_nulls",yt.Thrift.Type.I32,2),e.writeI32(this.num_nulls),e.writeFieldEnd()),this.num_rows!=null&&(e.writeFieldBegin("num_rows",yt.Thrift.Type.I32,3),e.writeI32(this.num_rows),e.writeFieldEnd()),this.encoding!=null&&(e.writeFieldBegin("encoding",yt.Thrift.Type.I32,4),e.writeI32(this.encoding),e.writeFieldEnd()),this.definition_levels_byte_length!=null&&(e.writeFieldBegin("definition_levels_byte_length",yt.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",yt.Thrift.Type.I32,6),e.writeI32(this.repetition_levels_byte_length),e.writeFieldEnd()),this.is_compressed!=null&&(e.writeFieldBegin("is_compressed",yt.Thrift.Type.BOOL,7),e.writeBool(this.is_compressed),e.writeFieldEnd()),this.statistics!=null&&(e.writeFieldBegin("statistics",yt.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===yt.Thrift.Type.STOP)break;switch(o){case 1:if(i===yt.Thrift.Type.I32){let f=e.readI32();r.num_values=f}else e.skip(i);break;case 2:if(i===yt.Thrift.Type.I32){let f=e.readI32();r.num_nulls=f}else e.skip(i);break;case 3:if(i===yt.Thrift.Type.I32){let f=e.readI32();r.num_rows=f}else e.skip(i);break;case 4:if(i===yt.Thrift.Type.I32){let f=e.readI32();r.encoding=f}else e.skip(i);break;case 5:if(i===yt.Thrift.Type.I32){let f=e.readI32();r.definition_levels_byte_length=f}else e.skip(i);break;case 6:if(i===yt.Thrift.Type.I32){let f=e.readI32();r.repetition_levels_byte_length=f}else e.skip(i);break;case 7:if(i===yt.Thrift.Type.BOOL){let f=e.readBool();r.is_compressed=f}else e.skip(i);break;case 8:if(i===yt.Thrift.Type.STRUCT){let f=fo.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 rs(r);throw new yt.Thrift.TProtocolException(yt.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read DataPageHeaderV2 from input")}}});var Rt,Zo,dk=re(()=>{Rt=Oe(st());Mw();Cw();Lw();Uw();Zo=class{constructor(e){if(e!=null&&e.type!=null)this.type=e.type;else throw new Rt.Thrift.TProtocolException(Rt.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 Rt.Thrift.TProtocolException(Rt.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 Rt.Thrift.TProtocolException(Rt.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",Rt.Thrift.Type.I32,1),e.writeI32(this.type),e.writeFieldEnd()),this.uncompressed_page_size!=null&&(e.writeFieldBegin("uncompressed_page_size",Rt.Thrift.Type.I32,2),e.writeI32(this.uncompressed_page_size),e.writeFieldEnd()),this.compressed_page_size!=null&&(e.writeFieldBegin("compressed_page_size",Rt.Thrift.Type.I32,3),e.writeI32(this.compressed_page_size),e.writeFieldEnd()),this.crc!=null&&(e.writeFieldBegin("crc",Rt.Thrift.Type.I32,4),e.writeI32(this.crc),e.writeFieldEnd()),this.data_page_header!=null&&(e.writeFieldBegin("data_page_header",Rt.Thrift.Type.STRUCT,5),this.data_page_header.write(e),e.writeFieldEnd()),this.index_page_header!=null&&(e.writeFieldBegin("index_page_header",Rt.Thrift.Type.STRUCT,6),this.index_page_header.write(e),e.writeFieldEnd()),this.dictionary_page_header!=null&&(e.writeFieldBegin("dictionary_page_header",Rt.Thrift.Type.STRUCT,7),this.dictionary_page_header.write(e),e.writeFieldEnd()),this.data_page_header_v2!=null&&(e.writeFieldBegin("data_page_header_v2",Rt.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===Rt.Thrift.Type.STOP)break;switch(o){case 1:if(i===Rt.Thrift.Type.I32){let f=e.readI32();r.type=f}else e.skip(i);break;case 2:if(i===Rt.Thrift.Type.I32){let f=e.readI32();r.uncompressed_page_size=f}else e.skip(i);break;case 3:if(i===Rt.Thrift.Type.I32){let f=e.readI32();r.compressed_page_size=f}else e.skip(i);break;case 4:if(i===Rt.Thrift.Type.I32){let f=e.readI32();r.crc=f}else e.skip(i);break;case 5:if(i===Rt.Thrift.Type.STRUCT){let f=ts.read(e);r.data_page_header=f}else e.skip(i);break;case 6:if(i===Rt.Thrift.Type.STRUCT){let f=yu.read(e);r.index_page_header=f}else e.skip(i);break;case 7:if(i===Rt.Thrift.Type.STRUCT){let f=ju.read(e);r.dictionary_page_header=f}else e.skip(i);break;case 8:if(i===Rt.Thrift.Type.STRUCT){let f=rs.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 Zo(r);throw new Rt.Thrift.TProtocolException(Rt.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read PageHeader from input")}}});var wi,so,rd=re(()=>{wi=Oe(st()),so=class{constructor(e){if(e!=null&&e.key!=null)this.key=e.key;else throw new wi.Thrift.TProtocolException(wi.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",wi.Thrift.Type.STRING,1),e.writeString(this.key),e.writeFieldEnd()),this.value!=null&&(e.writeFieldBegin("value",wi.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===wi.Thrift.Type.STOP)break;switch(o){case 1:if(i===wi.Thrift.Type.STRING){let f=e.readString();r.key=f}else e.skip(i);break;case 2:if(i===wi.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 so(r);throw new wi.Thrift.TProtocolException(wi.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read KeyValue from input")}}});var Dr,_u,Vw=re(()=>{Dr=Oe(st()),_u=class{constructor(e){if(e!=null&&e.column_idx!=null)this.column_idx=e.column_idx;else throw new Dr.Thrift.TProtocolException(Dr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[column_idx] is unset!");if(e!=null&&e.descending!=null)this.descending=e.descending;else throw new Dr.Thrift.TProtocolException(Dr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[descending] is unset!");if(e!=null&&e.nulls_first!=null)this.nulls_first=e.nulls_first;else throw new Dr.Thrift.TProtocolException(Dr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[nulls_first] is unset!")}write(e){e.writeStructBegin("SortingColumn"),this.column_idx!=null&&(e.writeFieldBegin("column_idx",Dr.Thrift.Type.I32,1),e.writeI32(this.column_idx),e.writeFieldEnd()),this.descending!=null&&(e.writeFieldBegin("descending",Dr.Thrift.Type.BOOL,2),e.writeBool(this.descending),e.writeFieldEnd()),this.nulls_first!=null&&(e.writeFieldBegin("nulls_first",Dr.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===Dr.Thrift.Type.STOP)break;switch(o){case 1:if(i===Dr.Thrift.Type.I32){let f=e.readI32();r.column_idx=f}else e.skip(i);break;case 2:if(i===Dr.Thrift.Type.BOOL){let f=e.readBool();r.descending=f}else e.skip(i);break;case 3:if(i===Dr.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 _u(r);throw new Dr.Thrift.TProtocolException(Dr.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read SortingColumn from input")}}});var Fr,qu,Ww=re(()=>{Fr=Oe(st()),qu=class{constructor(e){if(e!=null&&e.page_type!=null)this.page_type=e.page_type;else throw new Fr.Thrift.TProtocolException(Fr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[page_type] is unset!");if(e!=null&&e.encoding!=null)this.encoding=e.encoding;else throw new Fr.Thrift.TProtocolException(Fr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[encoding] is unset!");if(e!=null&&e.count!=null)this.count=e.count;else throw new Fr.Thrift.TProtocolException(Fr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[count] is unset!")}write(e){e.writeStructBegin("PageEncodingStats"),this.page_type!=null&&(e.writeFieldBegin("page_type",Fr.Thrift.Type.I32,1),e.writeI32(this.page_type),e.writeFieldEnd()),this.encoding!=null&&(e.writeFieldBegin("encoding",Fr.Thrift.Type.I32,2),e.writeI32(this.encoding),e.writeFieldEnd()),this.count!=null&&(e.writeFieldBegin("count",Fr.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===Fr.Thrift.Type.STOP)break;switch(o){case 1:if(i===Fr.Thrift.Type.I32){let f=e.readI32();r.page_type=f}else e.skip(i);break;case 2:if(i===Fr.Thrift.Type.I32){let f=e.readI32();r.encoding=f}else e.skip(i);break;case 3:if(i===Fr.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 qu(r);throw new Fr.Thrift.TProtocolException(Fr.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read PageEncodingStats from input")}}});var ns,Fe,is,Yw=re(()=>{ns=Oe(Mr()),Fe=Oe(st());rd();Ww();nu();is=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 ns.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 ns.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 ns.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 ns.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 ns.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 ns.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,a=e.readListBegin().size;for(let u=0;u<a;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,a=e.readListBegin().size;for(let u=0;u<a;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,a=e.readListBegin().size;for(let u=0;u<a;u++){let c=so.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=fo.read(e);r.statistics=f}else e.skip(i);break;case 13:if(i===Fe.Thrift.Type.LIST){let f=new Array,a=e.readListBegin().size;for(let u=0;u<a;u++){let c=qu.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 is(r);throw new Fe.Thrift.TProtocolException(Fe.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read ColumnMetaData from input")}}});var nd,ur,os,Kw=re(()=>{nd=Oe(Mr()),ur=Oe(st());Yw();os=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 nd.default(e.file_offset):this.file_offset=e.file_offset;else throw new ur.Thrift.TProtocolException(ur.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 nd.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 nd.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",ur.Thrift.Type.STRING,1),e.writeString(this.file_path),e.writeFieldEnd()),this.file_offset!=null&&(e.writeFieldBegin("file_offset",ur.Thrift.Type.I64,2),e.writeI64(this.file_offset),e.writeFieldEnd()),this.meta_data!=null&&(e.writeFieldBegin("meta_data",ur.Thrift.Type.STRUCT,3),this.meta_data.write(e),e.writeFieldEnd()),this.offset_index_offset!=null&&(e.writeFieldBegin("offset_index_offset",ur.Thrift.Type.I64,4),e.writeI64(this.offset_index_offset),e.writeFieldEnd()),this.offset_index_length!=null&&(e.writeFieldBegin("offset_index_length",ur.Thrift.Type.I32,5),e.writeI32(this.offset_index_length),e.writeFieldEnd()),this.column_index_offset!=null&&(e.writeFieldBegin("column_index_offset",ur.Thrift.Type.I64,6),e.writeI64(this.column_index_offset),e.writeFieldEnd()),this.column_index_length!=null&&(e.writeFieldBegin("column_index_length",ur.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===ur.Thrift.Type.STOP)break;switch(o){case 1:if(i===ur.Thrift.Type.STRING){let f=e.readString();r.file_path=f}else e.skip(i);break;case 2:if(i===ur.Thrift.Type.I64){let f=e.readI64();r.file_offset=f}else e.skip(i);break;case 3:if(i===ur.Thrift.Type.STRUCT){let f=is.read(e);r.meta_data=f}else e.skip(i);break;case 4:if(i===ur.Thrift.Type.I64){let f=e.readI64();r.offset_index_offset=f}else e.skip(i);break;case 5:if(i===ur.Thrift.Type.I32){let f=e.readI32();r.offset_index_length=f}else e.skip(i);break;case 6:if(i===ur.Thrift.Type.I64){let f=e.readI64();r.column_index_offset=f}else e.skip(i);break;case 7:if(i===ur.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 os(r);throw new ur.Thrift.TProtocolException(ur.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read ColumnChunk from input")}}});var Gw,cr,fs,Jw=re(()=>{Gw=Oe(Mr()),cr=Oe(st());Kw();Vw();fs=class{constructor(e){if(e!=null&&e.columns!=null)this.columns=e.columns;else throw new cr.Thrift.TProtocolException(cr.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 Gw.default(e.total_byte_size):this.total_byte_size=e.total_byte_size;else throw new cr.Thrift.TProtocolException(cr.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 Gw.default(e.num_rows):this.num_rows=e.num_rows;else throw new cr.Thrift.TProtocolException(cr.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",cr.Thrift.Type.LIST,1),e.writeListBegin(cr.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",cr.Thrift.Type.I64,2),e.writeI64(this.total_byte_size),e.writeFieldEnd()),this.num_rows!=null&&(e.writeFieldBegin("num_rows",cr.Thrift.Type.I64,3),e.writeI64(this.num_rows),e.writeFieldEnd()),this.sorting_columns!=null&&(e.writeFieldBegin("sorting_columns",cr.Thrift.Type.LIST,4),e.writeListBegin(cr.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===cr.Thrift.Type.STOP)break;switch(o){case 1:if(i===cr.Thrift.Type.LIST){let f=new Array,a=e.readListBegin().size;for(let u=0;u<a;u++){let c=os.read(e);f.push(c)}e.readListEnd(),r.columns=f}else e.skip(i);break;case 2:if(i===cr.Thrift.Type.I64){let f=e.readI64();r.total_byte_size=f}else e.skip(i);break;case 3:if(i===cr.Thrift.Type.I64){let f=e.readI64();r.num_rows=f}else e.skip(i);break;case 4:if(i===cr.Thrift.Type.LIST){let f=new Array,a=e.readListBegin().size;for(let u=0;u<a;u++){let c=_u.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 fs(r);throw new cr.Thrift.TProtocolException(cr.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read RowGroup from input")}}});var mk,vu,Zw=re(()=>{mk=Oe(st()),vu=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===mk.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new vu}}});var uF,cF,bk=re(()=>{uF=Oe(Mr()),cF=Oe(st())});var pF,hk=re(()=>{pF=Oe(st())});var dF,mF,wk=re(()=>{dF=Oe(Mr()),mF=Oe(st())});var en,ua,Xw=re(()=>{en=Oe(st());Zw();ua=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 en.Thrift.TProtocolException(en.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with more than one set value!");if(r<1)throw new en.Thrift.TProtocolException(en.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with no set value!")}}static fromTYPE_ORDER(e){return new ua({TYPE_ORDER:e})}write(e){e.writeStructBegin("ColumnOrder"),this.TYPE_ORDER!=null&&(e.writeFieldBegin("TYPE_ORDER",en.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===en.Thrift.Type.STOP)break;switch(f){case 1:if(o===en.Thrift.Type.STRUCT){r++;let s=vu.read(e);n=ua.fromTYPE_ORDER(s)}else e.skip(o);break;default:e.skip(o)}e.readFieldEnd()}if(e.readStructEnd(),r>1)throw new en.Thrift.TProtocolException(en.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with more than one set value!");if(r<1)throw new en.Thrift.TProtocolException(en.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with no set value!");if(n!==null)return n;throw new en.Thrift.TProtocolException(en.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read data for TUnion")}}});var gk,kt,ss,yk=re(()=>{gk=Oe(Mr()),kt=Oe(st());Xw();rd();Jw();Hw();ss=class{constructor(e=null){if(e!=null&&e.version!=null)this.version=e.version;else throw new kt.Thrift.TProtocolException(kt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[version] is unset!");if(e!=null&&e.schema!=null)this.schema=e.schema;else throw new kt.Thrift.TProtocolException(kt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[schema] is unset!");if(e!=null&&e.num_rows!=null)typeof e.num_rows=="number"?this.num_rows=new gk.default(e.num_rows):this.num_rows=e.num_rows;else throw new kt.Thrift.TProtocolException(kt.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 kt.Thrift.TProtocolException(kt.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",kt.Thrift.Type.I32,1),e.writeI32(this.version),e.writeFieldEnd()),this.schema!=null&&(e.writeFieldBegin("schema",kt.Thrift.Type.LIST,2),e.writeListBegin(kt.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",kt.Thrift.Type.I64,3),e.writeI64(this.num_rows),e.writeFieldEnd()),this.row_groups!=null&&(e.writeFieldBegin("row_groups",kt.Thrift.Type.LIST,4),e.writeListBegin(kt.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",kt.Thrift.Type.LIST,5),e.writeListBegin(kt.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",kt.Thrift.Type.STRING,6),e.writeString(this.created_by),e.writeFieldEnd()),this.column_orders!=null&&(e.writeFieldBegin("column_orders",kt.Thrift.Type.LIST,7),e.writeListBegin(kt.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===kt.Thrift.Type.STOP)break;switch(o){case 1:if(i===kt.Thrift.Type.I32){let f=e.readI32();r.version=f}else e.skip(i);break;case 2:if(i===kt.Thrift.Type.LIST){let f=new Array,a=e.readListBegin().size;for(let u=0;u<a;u++){let c=Jo.read(e);f.push(c)}e.readListEnd(),r.schema=f}else e.skip(i);break;case 3:if(i===kt.Thrift.Type.I64){let f=e.readI64();r.num_rows=f}else e.skip(i);break;case 4:if(i===kt.Thrift.Type.LIST){let f=new Array,a=e.readListBegin().size;for(let u=0;u<a;u++){let c=fs.read(e);f.push(c)}e.readListEnd(),r.row_groups=f}else e.skip(i);break;case 5:if(i===kt.Thrift.Type.LIST){let f=new Array,a=e.readListBegin().size;for(let u=0;u<a;u++){let c=so.read(e);f.push(c)}e.readListEnd(),r.key_value_metadata=f}else e.skip(i);break;case 6:if(i===kt.Thrift.Type.STRING){let f=e.readString();r.created_by=f}else e.skip(i);break;case 7:if(i===kt.Thrift.Type.LIST){let f=new Array,a=e.readListBegin().size;for(let u=0;u<a;u++){let c=ua.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 ss(r);throw new kt.Thrift.TProtocolException(kt.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read FileMetaData from input")}}});var Tu=re(()=>{OT();NT();DT();FT();PT();RT();HT();nu();vw();Tw();Bw();kw();Iw();Sw();xw();Ew();Aw();Ow();Nw();Dw();Fw();Pw();Rw();Hw();Mw();Uw();Lw();Cw();dk();rd();Vw();Ww();Yw();Kw();Jw();Zw();bk();hk();wk();yk();td();zw();Xw()});var ca,jk,Bu,Qw,$w=re(()=>{ca="PAR1",jk="PARE",Bu="INT32",Qw="RLE"});function ku(t){let e=[],r=new Xo.TBufferedTransport(void 0,i=>{e.push(i)}),n=new Xo.TCompactProtocol(r);return t.write(n),r.flush(),Buffer.concat(e)}function Tn(t,e){for(let r in t)if(t[r]===e)return r;throw new Error("Invalid ENUM value")}function _k(t,e){e||(e=0);let r=new eg(t);r.readPos=e;let n=new Xo.TCompactProtocol(r),i=ss.read(n);return{length:r.readPos-e,metadata:i}}function qk(t,e){e||(e=0);let r=new eg(t);r.readPos=e;let n=new Xo.TCompactProtocol(r),i=Zo.read(n);return{length:r.readPos-e,pageHeader:i}}function gi(t){return t===0?0:Math.ceil(Math.log2(t+1))}function vk(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 Xo,eg,id=re(()=>{Xo=Oe(st());Tu();eg=class extends Xo.TFramedTransport{constructor(){super(...arguments);this.readPos=0}}});async function Tk(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 tg(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 tg(t,e){let r,{pageHeader:n,length:i}=qk(t.buffer,t.offset);t.offset+=i;let o=Tn(Qf,n.type);switch(o){case"DATA_PAGE":r=await bF(t,n,e);break;case"DATA_PAGE_V2":r=await hF(t,n,e);break;case"DICTIONARY_PAGE":r={dictionary:await wF(t,n,e),pageHeader:n};break;default:throw new Error(`invalid page type: ${o}`)}return r}function rg(t,e,r){let n={},i=e;for(let o=0;o<r;o++){let f=t[i],s=i>0?Tn(ta,f.repetition_type):"ROOT",a=!1,u=!1;switch(s){case"REQUIRED":break;case"OPTIONAL":a=!0;break;case"REPEATED":u=!0;break;default:throw new Error("parquet: unknown repetition type")}if(f.num_children>0){let c=rg(t,i+1,f.num_children);i=c.next,n[f.name]={optional:a,repeated:u,fields:c.schema}}else{let c=Tn(eo,f.type),_=c;switch(f.converted_type&&(_=Tn(ea,f.converted_type)),_){case"DECIMAL":_=`${_}_${c}`;break;default:}n[f.name]={type:_,typeLength:f.type_length,presision:f.precision,scale:f.scale,optional:a,repeated:u},i++}}return{schema:n,offset:e,next:i}}function as(t,e,r,n,i){if(!(e in Do))throw new Error(`invalid encoding: ${e}`);return Do[e].decodeValues(t,r,n,i)}async function bF(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 gp(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=Tn(Jr,e.data_page_header?.repetition_level_encoding),s=new Array(i);r.column.rLevelMax>0?s=as(Bu,f,o,i,{bitWidth:gi(r.column.rLevelMax),disableEnvelope:!1}):s.fill(0);let a=Tn(Jr,e.data_page_header?.definition_level_encoding),u=new Array(i);r.column.dLevelMax>0?u=as(Bu,a,o,i,{bitWidth:gi(r.column.dLevelMax),disableEnvelope:!1}):u.fill(0);let c=0;for(let S of u)S===r.column.dLevelMax&&c++;let _=Tn(Jr,e.data_page_header?.encoding),p={typeLength:r.column.typeLength,bitWidth:r.column.typeLength},j=as(r.column.primitiveType,_,o,c,p);return{dlevels:u,rlevels:s,values:j,count:i,pageHeader:e}}async function hF(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=Tn(Jr,e.data_page_header_v2?.encoding),s=new Array(i);r.column.rLevelMax>0?s=as(Bu,Qw,t,i,{bitWidth:gi(r.column.rLevelMax),disableEnvelope:!0}):s.fill(0);let a=new Array(i);r.column.dLevelMax>0?a=as(Bu,Qw,t,i,{bitWidth:gi(r.column.dLevelMax),disableEnvelope:!0}):a.fill(0);let u=t;if(e.data_page_header_v2?.is_compressed){let p=await gp(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},_=as(r.column.primitiveType,f,u,o,c);return{dlevels:a,rlevels:s,values:_,count:i,pageHeader:e}}async function wF(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 gp(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 as(r.column.primitiveType,r.column.encoding,i,o,r).map(f=>f.toString())}var ng=re(()=>{zc();Tu();Kl();$w();id()});var gF,ls,od=re(()=>{Lh();ng();Np();$w();Tu();id();ng();gF={defaultDictionarySize:1e6},ls=class{constructor(e,r){this.metadata=null;this.file=e,this.props={...gF,...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 Op(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}=rg(e.schema,1,r.num_children);return new Zl(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,ca.length)).toString();switch(r){case ca:break;case jk:throw new Error("Encrypted parquet file not supported");default:throw new Error(`Invalid parquet file (magic=${r})`)}}async readFooter(){let e=ca.length+4,r=await this.file.read(this.file.size-e,e),n=r.slice(4).toString();if(n!==ca)throw new Error(`Not a valid parquet file (magic="${n})`);let i=r.readUInt32LE(0),o=this.file.size-i-e;if(o<ca.length)throw new Error(`Invalid metadata size ${o}`);let f=await this.file.read(o,i),{metadata:s}=_k(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&&vk(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=Tn(eo,r.meta_data?.type);if(i!==n.primitiveType)throw new Error(`chunk type not matching schema: ${i}`);let o=Tn(ra,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 a={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,a,f)}u=a.dictionary?.length?a.dictionary:u;let _=await this.file.read(f,s);return await Tk(_,{...a,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 tg(f,r)).dictionary}}});async function Bk(t,e){let r=new Blob([t]);for await(let n of ig(r,e))return n;return null}async function*ig(t,e){let r=yl(t),i=new ls(r).rowBatchIterator(e?.parquet);for await(let o of i)yield o}var kk=re(()=>{si();od()});function Ik(t,e){if(!t)throw new Error(e||"loader assertion failed.")}var Sk=re(()=>{});function yF(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 xk(t,e){return new Map([...t||new Map,...e||new Map])}var Jn,Ek=re(()=>{Sk();Jn=class{constructor(e,r){Ik(Array.isArray(e)),yF(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 Jn(n,this.metadata)}selectAt(...e){let r=e.map(n=>this.fields[n]).filter(Boolean);return new Jn(r,this.metadata)}assign(e){let r,n=this.metadata;if(e instanceof Jn){let f=e;r=f.fields,n=xk(xk(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 Jn(o,n)}}});var ao,Ak=re(()=>{ao=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 ao(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,Ok=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 Cr,og,Iu,yi,Su,xu,Qo,lo,Eu,Au,Ou,Nk,Nu,pa,ji,uo,Du,jF,fg,Dk,sg,ag,_F,lg,ug,Fu,Fk=re(()=>{Ok();Cr=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}},og=class extends Cr{get typeId(){return ht.Null}get[Symbol.toStringTag](){return"Null"}toString(){return"Null"}},Iu=class extends Cr{get typeId(){return ht.Bool}get[Symbol.toStringTag](){return"Bool"}toString(){return"Bool"}},yi=class extends Cr{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}`}},Su=class extends yi{constructor(){super(!0,8)}},xu=class extends yi{constructor(){super(!0,16)}},Qo=class extends yi{constructor(){super(!0,32)}},lo=class extends yi{constructor(){super(!0,64)}},Eu=class extends yi{constructor(){super(!1,16)}},Au=class extends yi{constructor(){super(!1,32)}},Ou=class extends yi{constructor(){super(!1,64)}},Nk={HALF:16,SINGLE:32,DOUBLE:64},Nu=class extends Cr{constructor(e){super();this.precision=e}get typeId(){return ht.Float}get[Symbol.toStringTag](){return"Float"}toString(){return`Float${this.precision}`}},pa=class extends Nu{constructor(){super(Nk.SINGLE)}},ji=class extends Nu{constructor(){super(Nk.DOUBLE)}},uo=class extends Cr{constructor(){super()}get typeId(){return ht.Binary}toString(){return"Binary"}get[Symbol.toStringTag](){return"Binary"}},Du=class extends Cr{get typeId(){return ht.Utf8}get[Symbol.toStringTag](){return"Utf8"}toString(){return"Utf8"}},jF={DAY:0,MILLISECOND:1},fg=class extends Cr{constructor(e){super();this.unit=e}get typeId(){return ht.Date}get[Symbol.toStringTag](){return"Date"}toString(){return`Date${(this.unit+1)*32}<${jF[this.unit]}>`}},Dk={SECOND:1,MILLISECOND:1e3,MICROSECOND:1e6,NANOSECOND:1e9},sg=class extends Cr{constructor(e,r){super();this.unit=e,this.bitWidth=r}get typeId(){return ht.Time}toString(){return`Time${this.bitWidth}<${Dk[this.unit]}>`}get[Symbol.toStringTag](){return"Time"}},ag=class extends Cr{constructor(e,r=null){super();this.unit=e,this.timezone=r}get typeId(){return ht.Timestamp}get[Symbol.toStringTag](){return"Timestamp"}toString(){return`Timestamp<${Dk[this.unit]}${this.timezone?`, ${this.timezone}`:""}>`}},_F={DAY_TIME:0,YEAR_MONTH:1},lg=class extends Cr{constructor(e){super();this.unit=e}get typeId(){return ht.Interval}get[Symbol.toStringTag](){return"Interval"}toString(){return`Interval<${_F[this.unit]}>`}},ug=class extends Cr{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}>`}},Fu=class extends Cr{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 Pk=re(()=>{Ek();Ak();Fk()});var Rk=re(()=>{Pk()});function Pu(t,e){let r=zk(t.schema),n=e&&PF(e);return new Jn(r,n)}function zk(t){let e=[];for(let r in t){let n=t[r];if(n.fields){let i=zk(n.fields),o=new ao(r,new Fu(i),n.optional);e.push(o)}else{let i=DF[n.type],o=FF(n),f=new ao(r,new i,n.optional,o);e.push(f)}}return e}function FF(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 PF(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 DF,cg=re(()=>{Rk();DF={BOOLEAN:Iu,INT32:Qo,INT64:ji,INT96:ji,FLOAT:pa,DOUBLE:ji,BYTE_ARRAY:uo,FIXED_LEN_BYTE_ARRAY:uo,UTF8:Du,DATE:Qo,TIME_MILLIS:lo,TIME_MICROS:lo,TIMESTAMP_MILLIS:lo,TIMESTAMP_MICROS:lo,UINT_8:Qo,UINT_16:Eu,UINT_32:Au,UINT_64:Ou,INT_8:Su,INT_16:xu,INT_32:Qo,INT_64:lo,JSON:uo,BSON:uo,INTERVAL:uo,DECIMAL_INT32:pa,DECIMAL_INT64:ji,DECIMAL_BYTE_ARRAY:ji,DECIMAL_FIXED_LEN_BYTE_ARRAY:ji}});function Hk(t,e){let r={};for(let[n,i]of Object.entries(e.columnData))r[n]=r[n]||i.values;return r}var Mk=re(()=>{});function pg(t){let e=t.metadata.get("geo");if(!e)return null;try{return JSON.parse(e)}catch{return null}}function Uk(t,e){let r=JSON.stringify(e);t.metadata.set("geo",r)}function fd(t){let e=pg(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(a=>a.name===o);s&&(s.name===n&&s.metadata.set("geo.primary_field","true"),RF(s,f))}}function RF(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 dg=re(()=>{});async function Lk(t,e){let r=new Blob([t]);for await(let n of mg(r,e))return n;return null}async function*mg(t,e){let r=yl(t),n=new ls(r),i=await n.getSchema(),o=await n.getFileMetadata(),f=Pu(i,o);fd(f);let s=n.rowGroupIterator(e?.parquet);for await(let a of s)yield zF(f,a)}function zF(t,e){let r=Hk(t,e);return{shape:"columnar-table",batchType:"data",schema:t,data:r,length:e.rowCount}}var Ck=re(()=>{si();od();cg();Mk();dg()});var co=H(Vk=>{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 a=C.SIZEOF_SHORT;a<i;a+=C.SIZEOF_SHORT)if(this.bb.readInt16(f+a)!=this.bb.readInt16(s+a))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 a=this.readUint8(t+i++);if(f<240)o=(f&15)<<12|(s&63)<<6|a&63;else{var u=this.readUint8(t+i++);o=(f&7)<<18|(s&63)<<12|(a&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)};Vk.flatbuffers=C});var Wk=H(wg=>{"use strict";function po(t,e,r){return e<=t&&t<=r}function sd(t){if(t===void 0)return{};if(t===Object(t))return t;throw TypeError("Could not convert argument to dictionary")}function HF(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,a=f&1023;i.push(65536+(s<<10)+a),n+=1}else i.push(65533)}n+=1}return i}function MF(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 bg(t){this.tokens=[].slice.call(t)}bg.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 da=-1;function hg(t,e){if(t)throw TypeError("Decoder error");return e||65533}var ld="utf-8";function ud(t,e){if(!(this instanceof ud))return new ud(t,e);if(t=t!==void 0?String(t).toLowerCase():ld,t!==ld)throw new Error("Encoding not supported. Only utf-8 is supported");e=sd(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})}ud.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=sd(r),this._streaming||(this._decoder=new UF({fatal:this._fatal}),this._BOMseen=!1),this._streaming=Boolean(r.stream);for(var i=new bg(n),o=[],f;!i.endOfStream()&&(f=this._decoder.handler(i,i.read()),f!==da);)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===da)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),MF(o)}};function cd(t,e){if(!(this instanceof cd))return new cd(t,e);if(t=t!==void 0?String(t).toLowerCase():ld,t!==ld)throw new Error("Encoding not supported. Only utf-8 is supported");e=sd(e),this._streaming=!1,this._encoder=null,this._options={fatal:Boolean(e.fatal)},Object.defineProperty(this,"encoding",{value:"utf-8"})}cd.prototype={encode:function(e,r){e=e?String(e):"",r=sd(r),this._streaming||(this._encoder=new LF(this._options)),this._streaming=Boolean(r.stream);for(var n=[],i=new bg(HF(e)),o;!i.endOfStream()&&(o=this._encoder.handler(i,i.read()),o!==da);)Array.isArray(o)?n.push.apply(n,o):n.push(o);if(!this._streaming){for(;o=this._encoder.handler(i,i.read()),o!==da;)Array.isArray(o)?n.push.apply(n,o):n.push(o);this._encoder=null}return new Uint8Array(n)}};function UF(t){var e=t.fatal,r=0,n=0,i=0,o=128,f=191;this.handler=function(s,a){if(a===ad&&i!==0)return i=0,hg(e);if(a===ad)return da;if(i===0){if(po(a,0,127))return a;if(po(a,194,223))i=1,r=a-192;else if(po(a,224,239))a===224&&(o=160),a===237&&(f=159),i=2,r=a-224;else if(po(a,240,244))a===240&&(o=144),a===244&&(f=143),i=3,r=a-240;else return hg(e);return r=r<<6*i,null}if(!po(a,o,f))return r=i=n=0,o=128,f=191,s.prepend(a),hg(e);if(o=128,f=191,n+=1,r+=a-128<<6*(i-n),n!==i)return null;var u=r;return r=i=n=0,u}}function LF(t){var e=t.fatal;this.handler=function(r,n){if(n===ad)return da;if(po(n,0,127))return n;var i,o;po(n,128,2047)?(i=1,o=192):po(n,2048,65535)?(i=2,o=224):po(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}}wg.TextEncoder=cd;wg.TextDecoder=ud});var us=H(ma=>{"use strict";Object.defineProperty(ma,"__esModule",{value:!0});ma.encodeUtf8=ma.decodeUtf8=void 0;var Yk=Wk(),CF=new(typeof TextDecoder!="undefined"?TextDecoder:Yk.TextDecoder)("utf-8");ma.decodeUtf8=t=>CF.decode(t);var VF=new(typeof TextEncoder!="undefined"?TextEncoder:Yk.TextEncoder);ma.encodeUtf8=t=>VF.encode(t)});var ba=H(tn=>{"use strict";Object.defineProperty(tn,"__esModule",{value:!0});tn.AsyncQueue=tn.ReadableInterop=tn.ArrowJSON=tn.ITERATOR_DONE=void 0;var Kk=Ru();tn.ITERATOR_DONE=Object.freeze({done:!0,value:void 0});var Gk=class{constructor(e){this._json=e}get schema(){return this._json.schema}get batches(){return this._json.batches||[]}get dictionaries(){return this._json.dictionaries||[]}};tn.ArrowJSON=Gk;var gg=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())}};tn.ReadableInterop=gg;var Jk=class extends gg{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(tn.ITERATOR_DONE);this._closedPromiseResolve(),this._closedPromiseResolve=void 0}}[Symbol.asyncIterator](){return this}toDOMStream(e){return Kk.default.toDOMStream(this._closedPromiseResolve||this._error?this:this._values,e)}toNodeStream(e){return Kk.default.toNodeStream(this._closedPromiseResolve||this._error?this:this._values,e)}async throw(e){return await this.abort(e),tn.ITERATOR_DONE}async return(e){return await this.close(),tn.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(tn.ITERATOR_DONE)}_ensureOpen(){if(this._closedPromiseResolve)return!0;throw new Error(`${this} is closed`)}};tn.AsyncQueue=Jk});var Pr=H(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 pd=ba(),[WF,YF]=(()=>{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=WF;Te.BigIntAvailable=YF;var[KF,GF]=(()=>{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=KF;Te.BigInt64ArrayAvailable=GF;var[JF,ZF]=(()=>{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=JF;Te.BigUint64ArrayAvailable=ZF;var yg=t=>typeof t=="number",Zk=t=>typeof t=="boolean",xr=t=>typeof t=="function";Te.isObject=t=>t!=null&&Object(t)===t;Te.isPromise=t=>Te.isObject(t)&&xr(t.then);Te.isObservable=t=>Te.isObject(t)&&xr(t.subscribe);Te.isIterable=t=>Te.isObject(t)&&xr(t[Symbol.iterator]);Te.isAsyncIterable=t=>Te.isObject(t)&&xr(t[Symbol.asyncIterator]);Te.isArrowJSON=t=>Te.isObject(t)&&Te.isObject(t.schema);Te.isArrayLike=t=>Te.isObject(t)&&yg(t.length);Te.isIteratorResult=t=>Te.isObject(t)&&"done"in t&&"value"in t;Te.isUnderlyingSink=t=>Te.isObject(t)&&xr(t.abort)&&xr(t.close)&&xr(t.start)&&xr(t.write);Te.isFileHandle=t=>Te.isObject(t)&&xr(t.stat)&&yg(t.fd);Te.isFSReadStream=t=>Te.isReadableNodeStream(t)&&yg(t.bytesRead);Te.isFetchResponse=t=>Te.isObject(t)&&Te.isReadableDOMStream(t.body);Te.isWritableDOMStream=t=>Te.isObject(t)&&xr(t.abort)&&xr(t.getWriter)&&!(t instanceof pd.ReadableInterop);Te.isReadableDOMStream=t=>Te.isObject(t)&&xr(t.cancel)&&xr(t.getReader)&&!(t instanceof pd.ReadableInterop);Te.isWritableNodeStream=t=>Te.isObject(t)&&xr(t.end)&&xr(t.write)&&Zk(t.writable)&&!(t instanceof pd.ReadableInterop);Te.isReadableNodeStream=t=>Te.isObject(t)&&xr(t.read)&&xr(t.pipe)&&Zk(t.readable)&&!(t instanceof pd.ReadableInterop)});var yr=H(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 XF=co(),QF=us(),$F=XF.flatbuffers.ByteBuffer,cs=Pr(),jg=typeof SharedArrayBuffer!="undefined"?SharedArrayBuffer:ArrayBuffer;function eP(t){let e=t[0]?[t[0]]:[],r,n,i,o;for(let f,s,a=0,u=0,c=t.length;++a<c;){if(f=e[u],s=t[a],!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 _g(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=_g;function tP(t,e){let r=eP(t),n=r.reduce((c,_)=>c+_.byteLength,0),i,o,f,s=0,a=-1,u=Math.min(e||1/0,n);for(let c=r.length;++a<c;){if(i=r[a],o=i.subarray(0,Math.min(i.length,u-s)),u<=s+o.length){o.length<i.length?r[a]=i.subarray(o.length):o.length===i.length&&a++,f?_g(f,o,s):f=o;break}_g(f||(f=new Uint8Array(u)),o,s),s+=o.length}return[f||new Uint8Array(0),r.slice(a),n-(f?f.byteLength:0)]}je.joinUint8Arrays=tP;function Vr(t,e){let r=cs.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=QF.encodeUtf8(r)),r instanceof ArrayBuffer?new t(r):r instanceof jg?new t(r):r instanceof $F?Vr(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=Vr;je.toInt8Array=t=>Vr(Int8Array,t);je.toInt16Array=t=>Vr(Int16Array,t);je.toInt32Array=t=>Vr(Int32Array,t);je.toBigInt64Array=t=>Vr(cs.BigInt64Array,t);je.toUint8Array=t=>Vr(Uint8Array,t);je.toUint16Array=t=>Vr(Uint16Array,t);je.toUint32Array=t=>Vr(Uint32Array,t);je.toBigUint64Array=t=>Vr(cs.BigUint64Array,t);je.toFloat32Array=t=>Vr(Float32Array,t);je.toFloat64Array=t=>Vr(Float64Array,t);je.toUint8ClampedArray=t=>Vr(Uint8ClampedArray,t);var qg=t=>(t.next(),t);function*_i(t,e){let r=function*(i){yield i},n=typeof e=="string"||ArrayBuffer.isView(e)||e instanceof ArrayBuffer||e instanceof jg?r(e):cs.isIterable(e)?e:r(e);return yield*qg(function*(i){let o=null;do o=i.next(yield Vr(t,o));while(!o.done)}(n[Symbol.iterator]())),new t}je.toArrayBufferViewIterator=_i;je.toInt8ArrayIterator=t=>_i(Int8Array,t);je.toInt16ArrayIterator=t=>_i(Int16Array,t);je.toInt32ArrayIterator=t=>_i(Int32Array,t);je.toUint8ArrayIterator=t=>_i(Uint8Array,t);je.toUint16ArrayIterator=t=>_i(Uint16Array,t);je.toUint32ArrayIterator=t=>_i(Uint32Array,t);je.toFloat32ArrayIterator=t=>_i(Float32Array,t);je.toFloat64ArrayIterator=t=>_i(Float64Array,t);je.toUint8ClampedArrayIterator=t=>_i(Uint8ClampedArray,t);async function*Zn(t,e){if(cs.isPromise(e))return yield*Zn(t,await e);let r=async function*(o){yield await o},n=async function*(o){yield*qg(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 jg?r(e):cs.isIterable(e)?n(e):cs.isAsyncIterable(e)?e:r(e);return yield*qg(async function*(o){let f=null;do f=await o.next(yield Vr(t,f));while(!f.done)}(i[Symbol.asyncIterator]())),new t}je.toArrayBufferViewAsyncIterator=Zn;je.toInt8ArrayAsyncIterator=t=>Zn(Int8Array,t);je.toInt16ArrayAsyncIterator=t=>Zn(Int16Array,t);je.toInt32ArrayAsyncIterator=t=>Zn(Int32Array,t);je.toUint8ArrayAsyncIterator=t=>Zn(Uint8Array,t);je.toUint16ArrayAsyncIterator=t=>Zn(Uint16Array,t);je.toUint32ArrayAsyncIterator=t=>Zn(Uint32Array,t);je.toFloat32ArrayAsyncIterator=t=>Zn(Float32Array,t);je.toFloat64ArrayAsyncIterator=t=>Zn(Float64Array,t);je.toUint8ClampedArrayAsyncIterator=t=>Zn(Uint8ClampedArray,t);function rP(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=rP;function nP(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=nP});var Ru=H(Tg=>{"use strict";Object.defineProperty(Tg,"__esModule",{value:!0});var Wr=yr();Tg.default={fromIterable(t){return dd(iP(t))},fromAsyncIterable(t){return dd(oP(t))},fromDOMStream(t){return dd(fP(t))},fromNodeStream(t){return dd(sP(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 dd=t=>(t.next(),t);function*iP(t){let e,r=!1,n=[],i,o,f,s=0;function a(){return o==="peek"?Wr.joinUint8Arrays(n,f)[0]:([i,n,s]=Wr.joinUint8Arrays(n,f),i)}({cmd:o,size:f}=yield null);let u=Wr.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 a());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*oP(t){let e,r=!1,n=[],i,o,f,s=0;function a(){return o==="peek"?Wr.joinUint8Arrays(n,f)[0]:([i,n,s]=Wr.joinUint8Arrays(n,f),i)}({cmd:o,size:f}=yield null);let u=Wr.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 a());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*fP(t){let e=!1,r=!1,n=[],i,o,f,s=0;function a(){return o==="peek"?Wr.joinUint8Arrays(n,f)[0]:([i,n,s]=Wr.joinUint8Arrays(n,f),i)}({cmd:o,size:f}=yield null);let u=new Xk(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(Wr.toUint8Array(i)),s+=i.byteLength),e||f<=s)do({cmd:o,size:f}=yield a());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 Xk=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=Wr.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 Qk(this.getBYOBReader(),new ArrayBuffer(e),0,e)}};async function Qk(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 Qk(t,o.buffer,r,n):{done:i,value:new Uint8Array(o.buffer,0,r)}}var vg=(t,e)=>{let r=i=>n([e,i]),n;return[e,r,new Promise(i=>(n=i)&&t.once(e,r))]};async function*sP(t){let e=[],r="error",n=!1,i=null,o,f,s=0,a=[],u;function c(){return o==="peek"?Wr.joinUint8Arrays(a,f)[0]:([u,a,s]=Wr.joinUint8Arrays(a,f),u)}if({cmd:o,size:f}=yield null,t.isTTY)return yield new Uint8Array(0),null;try{e[0]=vg(t,"end"),e[1]=vg(t,"error");do{if(e[2]=vg(t,"readable"),[r,i]=await Promise.race(e.map(p=>p[2])),r==="error")break;if((n=r==="end")||(isFinite(f-s)?(u=Wr.toUint8Array(t.read(f-s)),u.byteLength<f-s&&(u=Wr.toUint8Array(t.read(void 0)))):u=Wr.toUint8Array(t.read(void 0)),u.byteLength>0&&(a.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=a=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 fr=H(ha=>{"use strict";Object.defineProperty(ha,"__esModule",{value:!0});ha.Vector=ha.AbstractVector=void 0;var md=class{};ha.AbstractVector=md;ha.Vector=md;md.prototype.data=null});var sf=H(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 Lt=co(),aP;(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"})(aP=he.MetadataVersion||(he.MetadataVersion={}));var lP;(function(t){t[t.UNUSED=0]="UNUSED",t[t.DICTIONARY_REPLACEMENT=1]="DICTIONARY_REPLACEMENT",t[t.COMPRESSED_BODY=2]="COMPRESSED_BODY"})(lP=he.Feature||(he.Feature={}));var Bg;(function(t){t[t.Sparse=0]="Sparse",t[t.Dense=1]="Dense"})(Bg=he.UnionMode||(he.UnionMode={}));var kg;(function(t){t[t.HALF=0]="HALF",t[t.SINGLE=1]="SINGLE",t[t.DOUBLE=2]="DOUBLE"})(kg=he.Precision||(he.Precision={}));var Ig;(function(t){t[t.DAY=0]="DAY",t[t.MILLISECOND=1]="MILLISECOND"})(Ig=he.DateUnit||(he.DateUnit={}));var ps;(function(t){t[t.SECOND=0]="SECOND",t[t.MILLISECOND=1]="MILLISECOND",t[t.MICROSECOND=2]="MICROSECOND",t[t.NANOSECOND=3]="NANOSECOND"})(ps=he.TimeUnit||(he.TimeUnit={}));var Sg;(function(t){t[t.YEAR_MONTH=0]="YEAR_MONTH",t[t.DAY_TIME=1]="DAY_TIME"})(Sg=he.IntervalUnit||(he.IntervalUnit={}));var xg;(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"})(xg=he.Type||(he.Type={}));var Eg;(function(t){t[t.DenseArray=0]="DenseArray"})(Eg=he.DictionaryKind||(he.DictionaryKind={}));var Ag;(function(t){t[t.Little=0]="Little",t[t.Big=1]="Big"})(Ag=he.Endianness||(he.Endianness={}));var ds=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 ds).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsNull(e,r){return e.setPosition(e.position()+Lt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new ds).__init(e.readInt32(e.position())+e.position(),e)}static startNull(e){e.startObject(0)}static endNull(e){return e.endObject()}static createNull(e){return ds.startNull(e),ds.endNull(e)}};he.Null=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 getRootAsStruct_(e,r){return(r||new ms).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsStruct_(e,r){return e.setPosition(e.position()+Lt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new ms).__init(e.readInt32(e.position())+e.position(),e)}static startStruct_(e){e.startObject(0)}static endStruct_(e){return e.endObject()}static createStruct_(e){return ms.startStruct_(e),ms.endStruct_(e)}};he.Struct_=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 getRootAsList(e,r){return(r||new bs).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsList(e,r){return e.setPosition(e.position()+Lt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new bs).__init(e.readInt32(e.position())+e.position(),e)}static startList(e){e.startObject(0)}static endList(e){return e.endObject()}static createList(e){return bs.startList(e),bs.endList(e)}};he.List=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 getRootAsLargeList(e,r){return(r||new hs).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsLargeList(e,r){return e.setPosition(e.position()+Lt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new hs).__init(e.readInt32(e.position())+e.position(),e)}static startLargeList(e){e.startObject(0)}static endLargeList(e){return e.endObject()}static createLargeList(e){return hs.startLargeList(e),hs.endLargeList(e)}};he.LargeList=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 getRootAsFixedSizeList(e,r){return(r||new $o).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsFixedSizeList(e,r){return e.setPosition(e.position()+Lt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new $o).__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 $o.startFixedSizeList(e),$o.addListSize(e,r),$o.endFixedSizeList(e)}};he.FixedSizeList=$o;var ef=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 ef).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsMap(e,r){return e.setPosition(e.position()+Lt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new ef).__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 ef.startMap(e),ef.addKeysSorted(e,r),ef.endMap(e)}};he.Map=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 getRootAsUnion(e,r){return(r||new mo).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsUnion(e,r){return e.setPosition(e.position()+Lt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new mo).__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):Bg.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,Bg.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 mo.startUnion(e),mo.addMode(e,r),mo.addTypeIds(e,n),mo.endUnion(e)}};he.Union=mo;var qi=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 qi).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsInt(e,r){return e.setPosition(e.position()+Lt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new qi).__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 qi.startInt(e),qi.addBitWidth(e,r),qi.addIsSigned(e,n),qi.endInt(e)}};he.Int=qi;var tf=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 tf).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsFloatingPoint(e,r){return e.setPosition(e.position()+Lt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new tf).__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):kg.HALF}static startFloatingPoint(e){e.startObject(1)}static addPrecision(e,r){e.addFieldInt16(0,r,kg.HALF)}static endFloatingPoint(e){return e.endObject()}static createFloatingPoint(e,r){return tf.startFloatingPoint(e),tf.addPrecision(e,r),tf.endFloatingPoint(e)}};he.FloatingPoint=tf;var ws=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 ws).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsUtf8(e,r){return e.setPosition(e.position()+Lt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new ws).__init(e.readInt32(e.position())+e.position(),e)}static startUtf8(e){e.startObject(0)}static endUtf8(e){return e.endObject()}static createUtf8(e){return ws.startUtf8(e),ws.endUtf8(e)}};he.Utf8=ws;var gs=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 gs).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsBinary(e,r){return e.setPosition(e.position()+Lt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new gs).__init(e.readInt32(e.position())+e.position(),e)}static startBinary(e){e.startObject(0)}static endBinary(e){return e.endObject()}static createBinary(e){return gs.startBinary(e),gs.endBinary(e)}};he.Binary=gs;var ys=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 ys).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsLargeUtf8(e,r){return e.setPosition(e.position()+Lt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new ys).__init(e.readInt32(e.position())+e.position(),e)}static startLargeUtf8(e){e.startObject(0)}static endLargeUtf8(e){return e.endObject()}static createLargeUtf8(e){return ys.startLargeUtf8(e),ys.endLargeUtf8(e)}};he.LargeUtf8=ys;var js=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 js).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsLargeBinary(e,r){return e.setPosition(e.position()+Lt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new js).__init(e.readInt32(e.position())+e.position(),e)}static startLargeBinary(e){e.startObject(0)}static endLargeBinary(e){return e.endObject()}static createLargeBinary(e){return js.startLargeBinary(e),js.endLargeBinary(e)}};he.LargeBinary=js;var rf=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 rf).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsFixedSizeBinary(e,r){return e.setPosition(e.position()+Lt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new rf).__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 rf.startFixedSizeBinary(e),rf.addByteWidth(e,r),rf.endFixedSizeBinary(e)}};he.FixedSizeBinary=rf;var _s=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 _s).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsBool(e,r){return e.setPosition(e.position()+Lt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new _s).__init(e.readInt32(e.position())+e.position(),e)}static startBool(e){e.startObject(0)}static endBool(e){return e.endObject()}static createBool(e){return _s.startBool(e),_s.endBool(e)}};he.Bool=_s;var vi=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 vi).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsDecimal(e,r){return e.setPosition(e.position()+Lt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new vi).__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 vi.startDecimal(e),vi.addPrecision(e,r),vi.addScale(e,n),vi.addBitWidth(e,i),vi.endDecimal(e)}};he.Decimal=vi;var nf=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 nf).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsDate(e,r){return e.setPosition(e.position()+Lt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new nf).__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):Ig.MILLISECOND}static startDate(e){e.startObject(1)}static addUnit(e,r){e.addFieldInt16(0,r,Ig.MILLISECOND)}static endDate(e){return e.endObject()}static createDate(e,r){return nf.startDate(e),nf.addUnit(e,r),nf.endDate(e)}};he.Date=nf;var bo=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 bo).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsTime(e,r){return e.setPosition(e.position()+Lt.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):ps.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,ps.MILLISECOND)}static addBitWidth(e,r){e.addFieldInt32(1,r,32)}static endTime(e){return e.endObject()}static createTime(e,r,n){return bo.startTime(e),bo.addUnit(e,r),bo.addBitWidth(e,n),bo.endTime(e)}};he.Time=bo;var ho=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 ho).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsTimestamp(e,r){return e.setPosition(e.position()+Lt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new ho).__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):ps.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,ps.SECOND)}static addTimezone(e,r){e.addFieldOffset(1,r,0)}static endTimestamp(e){return e.endObject()}static createTimestamp(e,r,n){return ho.startTimestamp(e),ho.addUnit(e,r),ho.addTimezone(e,n),ho.endTimestamp(e)}};he.Timestamp=ho;var of=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 of).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsInterval(e,r){return e.setPosition(e.position()+Lt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new of).__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.YEAR_MONTH}static startInterval(e){e.startObject(1)}static addUnit(e,r){e.addFieldInt16(0,r,Sg.YEAR_MONTH)}static endInterval(e){return e.endObject()}static createInterval(e,r){return of.startInterval(e),of.addUnit(e,r),of.endInterval(e)}};he.Interval=of;var ff=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 ff).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsDuration(e,r){return e.setPosition(e.position()+Lt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new ff).__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):ps.MILLISECOND}static startDuration(e){e.startObject(1)}static addUnit(e,r){e.addFieldInt16(0,r,ps.MILLISECOND)}static endDuration(e){return e.endObject()}static createDuration(e,r){return ff.startDuration(e),ff.addUnit(e,r),ff.endDuration(e)}};he.Duration=ff;var Xn=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 Xn).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsKeyValue(e,r){return e.setPosition(e.position()+Lt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Xn).__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 Xn.startKeyValue(e),Xn.addKey(e,r),Xn.addValue(e,n),Xn.endKeyValue(e)}};he.KeyValue=Xn;var Bn=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 Bn).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsDictionaryEncoding(e,r){return e.setPosition(e.position()+Lt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Bn).__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 qi).__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):Eg.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,Eg.DenseArray)}static endDictionaryEncoding(e){return e.endObject()}static createDictionaryEncoding(e,r,n,i,o){return Bn.startDictionaryEncoding(e),Bn.addId(e,r),Bn.addIndexType(e,n),Bn.addIsOrdered(e,i),Bn.addDictionaryKind(e,o),Bn.endDictionaryEncoding(e)}};he.DictionaryEncoding=Bn;var Rr=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 Rr).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsField(e,r){return e.setPosition(e.position()+Lt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Rr).__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):xg.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 Bn).__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 Rr).__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 Xn).__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,xg.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,a){return Rr.startField(e),Rr.addName(e,r),Rr.addNullable(e,n),Rr.addTypeType(e,i),Rr.addType(e,o),Rr.addDictionary(e,f),Rr.addChildren(e,s),Rr.addCustomMetadata(e,a),Rr.endField(e)}};he.Field=Rr;var $k=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=$k;var Qn=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 Qn).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsSchema(e,r){return e.setPosition(e.position()+Lt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Qn).__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):Ag.Little}fields(e,r){let n=this.bb.__offset(this.bb_pos,6);return n?(r||new Rr).__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 Xn).__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,Ag.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 Qn.startSchema(e),Qn.addEndianness(e,r),Qn.addFields(e,n),Qn.addCustomMetadata(e,i),Qn.addFeatures(e,o),Qn.endSchema(e)}};he.Schema=Qn});var wd=H(sr=>{"use strict";Object.defineProperty(sr,"__esModule",{value:!0});sr.Message=sr.DictionaryBatch=sr.RecordBatch=sr.BodyCompression=sr.FieldNode=sr.MessageHeader=sr.BodyCompressionMethod=sr.CompressionType=void 0;var bd=co(),hd=sf(),Og;(function(t){t[t.LZ4_FRAME=0]="LZ4_FRAME",t[t.ZSTD=1]="ZSTD"})(Og=sr.CompressionType||(sr.CompressionType={}));var Ng;(function(t){t[t.BUFFER=0]="BUFFER"})(Ng=sr.BodyCompressionMethod||(sr.BodyCompressionMethod={}));var Dg;(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"})(Dg=sr.MessageHeader||(sr.MessageHeader={}));var Fg=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()}};sr.FieldNode=Fg;var Ti=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 Ti).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsBodyCompression(e,r){return e.setPosition(e.position()+bd.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Ti).__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):Og.LZ4_FRAME}method(){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.readInt8(this.bb_pos+e):Ng.BUFFER}static startBodyCompression(e){e.startObject(2)}static addCodec(e,r){e.addFieldInt8(0,r,Og.LZ4_FRAME)}static addMethod(e,r){e.addFieldInt8(1,r,Ng.BUFFER)}static endBodyCompression(e){return e.endObject()}static createBodyCompression(e,r,n){return Ti.startBodyCompression(e),Ti.addCodec(e,r),Ti.addMethod(e,n),Ti.endBodyCompression(e)}};sr.BodyCompression=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 getRootAsRecordBatch(e,r){return(r||new kn).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsRecordBatch(e,r){return e.setPosition(e.position()+bd.flatbuffers.SIZE_PREFIX_LENGTH),(r||new kn).__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 Fg).__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 hd.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 Ti).__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 kn.startRecordBatch(e),kn.addLength(e,r),kn.addNodes(e,n),kn.addBuffers(e,i),kn.addCompression(e,o),kn.endRecordBatch(e)}};sr.RecordBatch=kn;var Bi=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 Bi).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsDictionaryBatch(e,r){return e.setPosition(e.position()+bd.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Bi).__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 kn).__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 Bi.startDictionaryBatch(e),Bi.addId(e,r),Bi.addData(e,n),Bi.addIsDelta(e,i),Bi.endDictionaryBatch(e)}};sr.DictionaryBatch=Bi;var In=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 In).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsMessage(e,r){return e.setPosition(e.position()+bd.flatbuffers.SIZE_PREFIX_LENGTH),(r||new In).__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):hd.MetadataVersion.V1}headerType(){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.readUint8(this.bb_pos+e):Dg.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 hd.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,hd.MetadataVersion.V1)}static addHeaderType(e,r){e.addFieldInt8(1,r,Dg.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 In.startMessage(e),In.addVersion(e,r),In.addHeaderType(e,n),In.addHeader(e,i),In.addBodyLength(e,o),In.addCustomMetadata(e,f),In.endMessage(e)}};sr.Message=In});var zt=H(Zt=>{"use strict";Object.defineProperty(Zt,"__esModule",{value:!0});Zt.BufferType=Zt.Type=Zt.MessageHeader=Zt.MetadataVersion=Zt.IntervalUnit=Zt.UnionMode=Zt.Precision=Zt.TimeUnit=Zt.DateUnit=void 0;var wa=sf();Object.defineProperty(Zt,"DateUnit",{enumerable:!0,get:function(){return wa.DateUnit}});Object.defineProperty(Zt,"TimeUnit",{enumerable:!0,get:function(){return wa.TimeUnit}});Object.defineProperty(Zt,"Precision",{enumerable:!0,get:function(){return wa.Precision}});Object.defineProperty(Zt,"UnionMode",{enumerable:!0,get:function(){return wa.UnionMode}});Object.defineProperty(Zt,"IntervalUnit",{enumerable:!0,get:function(){return wa.IntervalUnit}});Object.defineProperty(Zt,"MetadataVersion",{enumerable:!0,get:function(){return wa.MetadataVersion}});var uP=wd();Object.defineProperty(Zt,"MessageHeader",{enumerable:!0,get:function(){return uP.MessageHeader}});var cP;(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"})(cP=Zt.Type||(Zt.Type={}));var pP;(function(t){t[t.OFFSET=0]="OFFSET",t[t.DATA=1]="DATA",t[t.VALIDITY=2]="VALIDITY",t[t.TYPE=3]="TYPE"})(pP=Zt.BufferType||(Zt.BufferType={}))});var ki=H(pr=>{"use strict";Object.defineProperty(pr,"__esModule",{value:!0});pr.popcnt_uint32=pr.popcnt_array=pr.popcnt_bit_range=pr.BitIterator=pr.packBools=pr.truncateBitmap=pr.setBool=pr.getBit=pr.getBool=void 0;function eI(t,e,r,n){return(r&1<<n)!=0}pr.getBool=eI;function tI(t,e,r,n){return(r&1<<n)>>n}pr.getBit=tI;function dP(t,e,r){return r?!!(t[e>>3]|=1<<e%8)||!0:!(t[e>>3]&=~(1<<e%8))&&!1}pr.setBool=dP;function mP(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):rI(new gd(r,t,e,null,eI)).subarray(0,n)),i}return r}pr.truncateBitmap=mP;function rI(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}pr.packBools=rI;var gd=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}};pr.BitIterator=gd;function Pg(t,e,r){if(r-e<=0)return 0;if(r-e<8){let o=0;for(let f of new gd(t,e,r-e,t,tI))o+=f;return o}let n=r>>3<<3,i=e+(e%8==0?0:8-e%8);return Pg(t,e,i)+Pg(t,n,r)+nI(t,i>>3,n-i>>3)}pr.popcnt_bit_range=Pg;function nI(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+=yd(o.getUint32(i)),i+=4;for(;f-i>=2;)n+=yd(o.getUint16(i)),i+=2;for(;f-i>=1;)n+=yd(o.getUint8(i)),i+=1;return n}pr.popcnt_array=nI;function yd(t){let e=t|0;return e=e-(e>>>1&1431655765),e=(e&858993459)+(e>>>2&858993459),(e+(e>>>4)&252645135)*16843009>>>24}pr.popcnt_uint32=yd});var qt=H(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=zt(),Xt=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=Xt;Xt[Symbol.toStringTag]=(t=>(t.children=null,t.ArrayType=Array,t[Symbol.toStringTag]="DataType"))(Xt.prototype);var jd=class extends Xt{toString(){return"Null"}get typeId(){return qe.Type.Null}};ue.Null=jd;jd[Symbol.toStringTag]=(t=>t[Symbol.toStringTag]="Null")(jd.prototype);var Sn=class extends Xt{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=Sn;Sn[Symbol.toStringTag]=(t=>(t.isSigned=null,t.bitWidth=null,t[Symbol.toStringTag]="Int"))(Sn.prototype);var Rg=class extends Sn{constructor(){super(!0,8)}};ue.Int8=Rg;var zg=class extends Sn{constructor(){super(!0,16)}};ue.Int16=zg;var Hg=class extends Sn{constructor(){super(!0,32)}};ue.Int32=Hg;var Mg=class extends Sn{constructor(){super(!0,64)}};ue.Int64=Mg;var Ug=class extends Sn{constructor(){super(!1,8)}};ue.Uint8=Ug;var Lg=class extends Sn{constructor(){super(!1,16)}};ue.Uint16=Lg;var Cg=class extends Sn{constructor(){super(!1,32)}};ue.Uint32=Cg;var Vg=class extends Sn{constructor(){super(!1,64)}};ue.Uint64=Vg;Object.defineProperty(Rg.prototype,"ArrayType",{value:Int8Array});Object.defineProperty(zg.prototype,"ArrayType",{value:Int16Array});Object.defineProperty(Hg.prototype,"ArrayType",{value:Int32Array});Object.defineProperty(Mg.prototype,"ArrayType",{value:Int32Array});Object.defineProperty(Ug.prototype,"ArrayType",{value:Uint8Array});Object.defineProperty(Lg.prototype,"ArrayType",{value:Uint16Array});Object.defineProperty(Cg.prototype,"ArrayType",{value:Uint32Array});Object.defineProperty(Vg.prototype,"ArrayType",{value:Uint32Array});var qs=class extends Xt{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=qs;qs[Symbol.toStringTag]=(t=>(t.precision=null,t[Symbol.toStringTag]="Float"))(qs.prototype);var Wg=class extends qs{constructor(){super(qe.Precision.HALF)}};ue.Float16=Wg;var Yg=class extends qs{constructor(){super(qe.Precision.SINGLE)}};ue.Float32=Yg;var Kg=class extends qs{constructor(){super(qe.Precision.DOUBLE)}};ue.Float64=Kg;Object.defineProperty(Wg.prototype,"ArrayType",{value:Uint16Array});Object.defineProperty(Yg.prototype,"ArrayType",{value:Float32Array});Object.defineProperty(Kg.prototype,"ArrayType",{value:Float64Array});var _d=class extends Xt{constructor(){super()}get typeId(){return qe.Type.Binary}toString(){return"Binary"}};ue.Binary=_d;_d[Symbol.toStringTag]=(t=>(t.ArrayType=Uint8Array,t[Symbol.toStringTag]="Binary"))(_d.prototype);var qd=class extends Xt{constructor(){super()}get typeId(){return qe.Type.Utf8}toString(){return"Utf8"}};ue.Utf8=qd;qd[Symbol.toStringTag]=(t=>(t.ArrayType=Uint8Array,t[Symbol.toStringTag]="Utf8"))(qd.prototype);var vd=class extends Xt{constructor(){super()}get typeId(){return qe.Type.Bool}toString(){return"Bool"}};ue.Bool=vd;vd[Symbol.toStringTag]=(t=>(t.ArrayType=Uint8Array,t[Symbol.toStringTag]="Bool"))(vd.prototype);var Td=class extends Xt{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=Td;Td[Symbol.toStringTag]=(t=>(t.scale=null,t.precision=null,t.ArrayType=Uint32Array,t[Symbol.toStringTag]="Decimal"))(Td.prototype);var ga=class extends Xt{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_=ga;ga[Symbol.toStringTag]=(t=>(t.unit=null,t.ArrayType=Int32Array,t[Symbol.toStringTag]="Date"))(ga.prototype);var iI=class extends ga{constructor(){super(qe.DateUnit.DAY)}};ue.DateDay=iI;var oI=class extends ga{constructor(){super(qe.DateUnit.MILLISECOND)}};ue.DateMillisecond=oI;var af=class extends Xt{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=af;af[Symbol.toStringTag]=(t=>(t.unit=null,t.bitWidth=null,t.ArrayType=Int32Array,t[Symbol.toStringTag]="Time"))(af.prototype);var fI=class extends af{constructor(){super(qe.TimeUnit.SECOND,32)}};ue.TimeSecond=fI;var sI=class extends af{constructor(){super(qe.TimeUnit.MILLISECOND,32)}};ue.TimeMillisecond=sI;var aI=class extends af{constructor(){super(qe.TimeUnit.MICROSECOND,64)}};ue.TimeMicrosecond=aI;var lI=class extends af{constructor(){super(qe.TimeUnit.NANOSECOND,64)}};ue.TimeNanosecond=lI;var lf=class extends Xt{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=lf;lf[Symbol.toStringTag]=(t=>(t.unit=null,t.timezone=null,t.ArrayType=Int32Array,t[Symbol.toStringTag]="Timestamp"))(lf.prototype);var uI=class extends lf{constructor(e){super(qe.TimeUnit.SECOND,e)}};ue.TimestampSecond=uI;var cI=class extends lf{constructor(e){super(qe.TimeUnit.MILLISECOND,e)}};ue.TimestampMillisecond=cI;var pI=class extends lf{constructor(e){super(qe.TimeUnit.MICROSECOND,e)}};ue.TimestampMicrosecond=pI;var dI=class extends lf{constructor(e){super(qe.TimeUnit.NANOSECOND,e)}};ue.TimestampNanosecond=dI;var ya=class extends Xt{constructor(e){super();this.unit=e}get typeId(){return qe.Type.Interval}toString(){return`Interval<${qe.IntervalUnit[this.unit]}>`}};ue.Interval=ya;ya[Symbol.toStringTag]=(t=>(t.unit=null,t.ArrayType=Int32Array,t[Symbol.toStringTag]="Interval"))(ya.prototype);var mI=class extends ya{constructor(){super(qe.IntervalUnit.DAY_TIME)}};ue.IntervalDayTime=mI;var bI=class extends ya{constructor(){super(qe.IntervalUnit.YEAR_MONTH)}};ue.IntervalYearMonth=bI;var Bd=class extends Xt{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=Bd;Bd[Symbol.toStringTag]=(t=>(t.children=null,t[Symbol.toStringTag]="List"))(Bd.prototype);var kd=class extends Xt{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=kd;kd[Symbol.toStringTag]=(t=>(t.children=null,t[Symbol.toStringTag]="Struct"))(kd.prototype);var ja=class extends Xt{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=ja;ja[Symbol.toStringTag]=(t=>(t.mode=null,t.typeIds=null,t.children=null,t.typeIdToChildIndex=null,t.ArrayType=Int8Array,t[Symbol.toStringTag]="Union"))(ja.prototype);var hI=class extends ja{constructor(e,r){super(qe.UnionMode.Dense,e,r)}};ue.DenseUnion=hI;var wI=class extends ja{constructor(e,r){super(qe.UnionMode.Sparse,e,r)}};ue.SparseUnion=wI;var Id=class extends Xt{constructor(e){super();this.byteWidth=e}get typeId(){return qe.Type.FixedSizeBinary}toString(){return`FixedSizeBinary[${this.byteWidth}]`}};ue.FixedSizeBinary=Id;Id[Symbol.toStringTag]=(t=>(t.byteWidth=null,t.ArrayType=Uint8Array,t[Symbol.toStringTag]="FixedSizeBinary"))(Id.prototype);var Sd=class extends Xt{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=Sd;Sd[Symbol.toStringTag]=(t=>(t.children=null,t.listSize=null,t[Symbol.toStringTag]="FixedSizeList"))(Sd.prototype);var xd=class extends Xt{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_=xd;xd[Symbol.toStringTag]=(t=>(t.children=null,t.keysSorted=null,t[Symbol.toStringTag]="Map_"))(xd.prototype);var bP=(t=>()=>++t)(-1),Ed=class extends Xt{constructor(e,r,n,i){super();this.indices=r,this.dictionary=e,this.isOrdered=i||!1,this.id=n==null?bP():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=Ed;Ed[Symbol.toStringTag]=(t=>(t.id=null,t.indices=null,t.isOrdered=null,t.dictionary=null,t[Symbol.toStringTag]="Dictionary"))(Ed.prototype);function hP(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=hP});var $n=H(vs=>{"use strict";Object.defineProperty(vs,"__esModule",{value:!0});vs.Data=vs.kUnknownNullCount=void 0;var wP=ki(),gP=ki(),Be=zt(),yP=qt(),dt=yr();vs.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 a;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=yP.strideForType(e),o&&((a=o[0])&&(this.valueOffsets=a),(a=o[1])&&(this.values=a),(a=o[2])&&(this.nullBitmap=a),(a=o[3])&&(this.typeIds=a)))}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<=vs.kUnknownNullCount&&(r=this.nullBitmap)&&(this._nullCount=e=this.length-gP.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,a=this._sliceBuffers(e,r,n,i);return this.clone(this.type,this.offset+e,r,f,a,!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(wP.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,a){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,a))}};vs.Data=Ge;Ge.prototype.childData=Object.freeze([])});var Gg=H(Ad=>{"use strict";Object.defineProperty(Ad,"__esModule",{value:!0});Ad.valueToString=void 0;var jP=void 0;function _P(t){if(t===null)return"null";if(t===jP)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)}Ad.valueToString=_P});var gI=H(Od=>{"use strict";Object.defineProperty(Od,"__esModule",{value:!0});Od.createIsValidFunction=void 0;var Jg=Gg(),qP=Pr();function vP(t){if(!t||t.length<=0)return function(i){return!0};let e="",r=t.filter(n=>n===n);return r.length>0&&(e=`
|
|
29
|
+
`)+1),De.stackCounter=N++}function $e(Re){P=Re,g.longStackSupport&&t&&(De.source=Re),a(v,function(xt,jt){g.nextTick(function(){Re.promiseDispatch.apply(Re,jt)})},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(St(Re))},ie.notify=function(Re){P||a(I,function(xt,jt){g.nextTick(function(){jt(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=z,g.promise=z;function z(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}z.race=K,z.all=se,z.reject=St,z.resolve=g,g.passByCopy=function(v){return v},M.prototype.passByCopy=function(){return this},g.join=function(v,I){return g(v).join(I)},M.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 z(function(I,P){for(var ie=0,De=v.length;ie<De;ie++)g(v[ie]).then(I,P)})}M.prototype.race=function(){return this.then(g.race)},g.makePromise=M;function M(v,I,P){I===void 0&&(I=function($e){return St(new Error("Promise does not support operation: "+$e))}),P===void 0&&(P=function(){return{state:"unknown"}});var ie=_(M.prototype);if(ie.promiseDispatch=function($e,Re,xt){var jt;try{v[Re]?jt=v[Re].apply(ie,xt):jt=I.call(ie,Re,xt)}catch(Et){jt=St(Et)}$e&&$e(jt)},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}M.prototype.toString=function(){return"[object Promise]"},M.prototype.then=function(v,I,P){var ie=this,De=b(),$e=!1;function Re(Et){try{return typeof v=="function"?v(Et):Et}catch(At){return St(At)}}function xt(Et){if(typeof I=="function"){pe(Et,ie);try{return I(Et)}catch(At){return St(At)}}return St(Et)}function jt(Et){return typeof P=="function"?P(Et):Et}return g.nextTick(function(){ie.promiseDispatch(function(Et){$e||($e=!0,De.resolve(Re(Et)))},"when",[function(Et){$e||($e=!0,De.resolve(xt(Et)))}])}),ie.promiseDispatch(void 0,"when",[void 0,function(Et){var At,rr=!1;try{At=jt(Et)}catch(xo){if(rr=!0,g.onerror)g.onerror(xo);else throw xo}rr||De.notify(At)}]),De.promise},g.tap=function(v,I){return g(v).tap(I)},M.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)}M.prototype.thenResolve=function(v){return this.then(function(){return v})},g.thenResolve=function(v,I){return g(v).thenResolve(I)},M.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 M}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"}M.prototype.isPending=function(){return this.inspect().state==="pending"},g.isFulfilled=X;function X(v){return!Ye(v)||v.inspect().state==="fulfilled"}M.prototype.isFulfilled=function(){return this.inspect().state==="fulfilled"},g.isRejected=He;function He(v){return Ye(v)&&v.inspect().state==="rejected"}M.prototype.isRejected=function(){return this.inspect().state==="rejected"};var we=[],rt=[],Ir=[],_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),Ir.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(Ir,v);P!==-1&&(process.emit("rejectionHandled",we[I],v),Ir.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=St;function St(v){var I=M({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 M({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 M({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)}M.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 xt;if(typeof StopIteration=="undefined"){try{xt=P[$e](Re)}catch(jt){return St(jt)}return xt.done?g(xt.value):oe(xt.value,ie,De)}else{try{xt=P[$e](Re)}catch(jt){return W(jt)?g(jt.value):St(jt)}return oe(xt,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)}M.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])},M.prototype.get=function(v){return this.dispatch("get",[v])},g.set=function(v,I,P){return g(v).dispatch("set",[I,P])},M.prototype.set=function(v,I){return this.dispatch("set",[v,I])},g.del=g.delete=function(v,I){return g(v).dispatch("delete",[I])},M.prototype.del=M.prototype.delete=function(v){return this.dispatch("delete",[v])},g.mapply=g.post=function(v,I,P){return g(v).dispatch("post",[I,P])},M.prototype.mapply=M.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)])},M.prototype.send=M.prototype.mcall=M.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])},M.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)])},M.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))])}},M.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",[])},M.prototype.keys=function(){return this.dispatch("keys",[])},g.all=se;function se(v){return oe(v,function(I){var P=0,ie=b();return a(I,function(De,$e,Re){var xt;Ye($e)&&(xt=$e.inspect()).state==="fulfilled"?I[Re]=xt.value:(++P,oe($e,function(jt){I[Re]=jt,--P==0&&ie.resolve(I)},ie.reject,function(jt){ie.notify({index:Re,value:jt})}))},void 0),P===0&&ie.resolve(I),ie.promise})}M.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 a(v,function(ie,De,$e){var Re=v[$e];P++,oe(Re,xt,jt,Et);function xt(At){I.resolve(At)}function jt(At){if(P--,P===0){var rr=At||new Error(""+At);rr.message="Q can't get fulfillment value from any promise, all promises were rejected. Last error message: "+rr.message,I.reject(rr)}}function Et(At){I.notify({index:$e,value:At})}},void 0),I.promise}M.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})})}M.prototype.allResolved=function(){return Ze(this)},g.allSettled=Tt;function Tt(v){return g(v).allSettled()}M.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)},M.prototype.fail=M.prototype.catch=function(v){return this.then(void 0,v)},g.progress=hr;function hr(v,I){return g(v).then(void 0,void 0,I)}M.prototype.progress=function(v){return this.then(void 0,void 0,v)},g.fin=g.finally=function(v,I){return g(v).finally(I)},M.prototype.fin=M.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)},M.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)},M.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)},M.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)},M.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)},M.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}},M.prototype.nfbind=M.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}},M.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)},M.prototype.nmapply=M.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},M.prototype.nsend=M.prototype.nmcall=M.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)}M.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 DB=H(NB=>{var LD=eo(),AB=Yo();NB.Multiplexer=OB;function CD(t,e,r){function n(i,o,f){e.call(this,i,o,f)}return LD.inherits(n,e),n.prototype.writeMessageBegin=function(i,o,f){o==AB.MessageType.CALL||o==AB.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 OB(){this.seqid=0}OB.prototype.createClient=function(t,e,r){e.Client&&(e=e.Client);var n=function(a,u){r.write(a,u)},i=new r.transport(void 0,n),o=new CD(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 PB=H((Z5,FB)=>{var aa=Wp(),VD=$f(),WD=aw();FB.exports=or;function or(t,e){this.inBuf=t||new Buffer(0),this.outBuffers=[],this.outCount=0,this.readPos=0,this.onFlush=e}or.prototype=new WD;or.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=aa.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 or(o),e),n=r,r=null}}};or.prototype.commitPosition=function(){},or.prototype.rollbackPosition=function(){},or.prototype.isOpen=function(){return!0};or.prototype.open=function(){};or.prototype.close=function(){};or.prototype.setCurrSeqId=function(t){this._seqid=t};or.prototype.ensureAvailable=function(t){if(this.readPos+t>this.inBuf.length)throw new VD};or.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};or.prototype.readByte=function(){return this.ensureAvailable(1),aa.readByte(this.inBuf[this.readPos++])};or.prototype.readI16=function(){this.ensureAvailable(2);var t=aa.readI16(this.inBuf,this.readPos);return this.readPos+=2,t};or.prototype.readI32=function(){this.ensureAvailable(4);var t=aa.readI32(this.inBuf,this.readPos);return this.readPos+=4,t};or.prototype.readDouble=function(){this.ensureAvailable(8);var t=aa.readDouble(this.inBuf,this.readPos);return this.readPos+=8,t};or.prototype.readString=function(t){this.ensureAvailable(t);var e=this.inBuf.toString("utf8",this.readPos,this.readPos+t);return this.readPos+=t,e};or.prototype.borrow=function(){return{buf:this.inBuf,readIndex:this.readPos,writeIndex:this.inBuf.length}};or.prototype.consume=function(t){this.readPos+=t};or.prototype.write=function(t,e){typeof t=="string"&&(t=new Buffer(t,e||"utf8")),this.outBuffers.push(t),this.outCount+=t.length};or.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);aa.writeI32(n,e.length),e.copy(n,4,0,e.length),this.onFlush&&this.onFlush(n,t)}this.outBuffers=[],this.outCount=0}});var zB=H((X5,RB)=>{var YD=Kp();RB.exports=Lr;function Lr(t){this.__reset(t)}Lr.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};Lr.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})};Lr.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=[])};Lr.prototype.__onClose=function(t){this.__reset(this.url)};Lr.prototype.__onMessage=function(t){this.callbacks.length&&this.callbacks.shift()(t.data)};Lr.prototype.__onError=function(t){YD.error("websocket: "+t.toString()),this.socket.close()};Lr.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};Lr.prototype.isOpen=function(){return this.socket&&this.socket.readyState==this.socket.OPEN};Lr.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))};Lr.prototype.close=function(){this.socket.close()};Lr.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};Lr.prototype.readAll=function(){return this.recv_buf};Lr.prototype.write=function(t){this.send_buf=t};Lr.prototype.getSendBuffer=function(){return this.send_buf}});var st=H(vr=>{vr.Thrift=Yo();var mw=kB();vr.WSConnection=mw.WSConnection;vr.createWSConnection=mw.createWSConnection;vr.createWSClient=mw.createWSClient;var bw=SB();vr.XHRConnection=bw.XHRConnection;vr.createXHRConnection=bw.createXHRConnection;vr.createXHRClient=bw.createXHRClient;vr.Int64=Mr();vr.Q=EB();var KD=DB();vr.Multiplexer=KD.Multiplexer;vr.TBufferedTransport=eu();vr.TFramedTransport=PB();vr.TWebSocketTransport=zB();vr.Protocol=tu();vr.TJSONProtocol=tu();vr.TBinaryProtocol=sw();vr.TCompactProtocol=iw()});var hw,Xr,oo,ru=re(()=>{hw=Ne(Mr()),Xr=Ne(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 hw.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 hw.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 HB,nu,ww=re(()=>{HB=Ne(st()),nu=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===HB.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new nu}}});var MB,iu,gw=re(()=>{MB=Ne(st()),iu=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===MB.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new iu}}});var UB,ou,yw=re(()=>{UB=Ne(st()),ou=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===UB.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new ou}}});var LB,fu,jw=re(()=>{LB=Ne(st()),fu=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===LB.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new fu}}});var CB,su,_w=re(()=>{CB=Ne(st()),su=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===CB.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new su}}});var VB,au,qw=re(()=>{VB=Ne(st()),au=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===VB.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new au}}});var WB,lu,vw=re(()=>{WB=Ne(st()),lu=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===WB.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new lu}}});var yn,uu,Tw=re(()=>{yn=Ne(st()),uu=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 uu(r);throw new yn.Thrift.TProtocolException(yn.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read DecimalType from input")}}});var YB,cu,Bw=re(()=>{YB=Ne(st()),cu=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===YB.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new cu}}});var KB,pu,kw=re(()=>{KB=Ne(st()),pu=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===KB.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new pu}}});var Nr,bi,Qp=re(()=>{Nr=Ne(st());kw();Bw();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 Nr.Thrift.TProtocolException(Nr.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with more than one set value!");if(r<1)throw new Nr.Thrift.TProtocolException(Nr.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",Nr.Thrift.Type.STRUCT,1),this.MILLIS.write(e),e.writeFieldEnd()),this.MICROS!=null&&(e.writeFieldBegin("MICROS",Nr.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===Nr.Thrift.Type.STOP)break;switch(f){case 1:if(o===Nr.Thrift.Type.STRUCT){r++;let s=cu.read(e);n=bi.fromMILLIS(s)}else e.skip(o);break;case 2:if(o===Nr.Thrift.Type.STRUCT){r++;let s=pu.read(e);n=bi.fromMICROS(s)}else e.skip(o);break;default:e.skip(o)}e.readFieldEnd()}if(e.readStructEnd(),r>1)throw new Nr.Thrift.TProtocolException(Nr.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with more than one set value!");if(r<1)throw new Nr.Thrift.TProtocolException(Nr.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with no set value!");if(n!==null)return n;throw new Nr.Thrift.TProtocolException(Nr.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read data for TUnion")}}});var jn,du,Iw=re(()=>{jn=Ne(st());Qp();du=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 du(r);throw new jn.Thrift.TProtocolException(jn.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read TimestampType from input")}}});var _n,mu,Sw=re(()=>{_n=Ne(st());Qp();mu=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 mu(r);throw new _n.Thrift.TProtocolException(_n.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read TimeType from input")}}});var qn,bu,xw=re(()=>{qn=Ne(st()),bu=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 bu(r);throw new qn.Thrift.TProtocolException(qn.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read IntType from input")}}});var GB,hu,Ew=re(()=>{GB=Ne(st()),hu=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===GB.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new hu}}});var JB,wu,Aw=re(()=>{JB=Ne(st()),wu=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===JB.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new wu}}});var at,Bt,Ow=re(()=>{at=Ne(st());Aw();qw();Tw();_w();xw();Ew();jw();yw();vw();ww();Iw();Sw();gw();Bt=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 Bt({STRING:e})}static fromMAP(e){return new Bt({MAP:e})}static fromLIST(e){return new Bt({LIST:e})}static fromENUM(e){return new Bt({ENUM:e})}static fromDECIMAL(e){return new Bt({DECIMAL:e})}static fromDATE(e){return new Bt({DATE:e})}static fromTIME(e){return new Bt({TIME:e})}static fromTIMESTAMP(e){return new Bt({TIMESTAMP:e})}static fromINTEGER(e){return new Bt({INTEGER:e})}static fromUNKNOWN(e){return new Bt({UNKNOWN:e})}static fromJSON(e){return new Bt({JSON:e})}static fromBSON(e){return new Bt({BSON:e})}static fromUUID(e){return new Bt({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=nu.read(e);n=Bt.fromSTRING(s)}else e.skip(o);break;case 2:if(o===at.Thrift.Type.STRUCT){r++;let s=ou.read(e);n=Bt.fromMAP(s)}else e.skip(o);break;case 3:if(o===at.Thrift.Type.STRUCT){r++;let s=fu.read(e);n=Bt.fromLIST(s)}else e.skip(o);break;case 4:if(o===at.Thrift.Type.STRUCT){r++;let s=su.read(e);n=Bt.fromENUM(s)}else e.skip(o);break;case 5:if(o===at.Thrift.Type.STRUCT){r++;let s=uu.read(e);n=Bt.fromDECIMAL(s)}else e.skip(o);break;case 6:if(o===at.Thrift.Type.STRUCT){r++;let s=au.read(e);n=Bt.fromDATE(s)}else e.skip(o);break;case 7:if(o===at.Thrift.Type.STRUCT){r++;let s=mu.read(e);n=Bt.fromTIME(s)}else e.skip(o);break;case 8:if(o===at.Thrift.Type.STRUCT){r++;let s=du.read(e);n=Bt.fromTIMESTAMP(s)}else e.skip(o);break;case 10:if(o===at.Thrift.Type.STRUCT){r++;let s=bu.read(e);n=Bt.fromINTEGER(s)}else e.skip(o);break;case 11:if(o===at.Thrift.Type.STRUCT){r++;let s=lu.read(e);n=Bt.fromUNKNOWN(s)}else e.skip(o);break;case 12:if(o===at.Thrift.Type.STRUCT){r++;let s=hu.read(e);n=Bt.fromJSON(s)}else e.skip(o);break;case 13:if(o===at.Thrift.Type.STRUCT){r++;let s=wu.read(e);n=Bt.fromBSON(s)}else e.skip(o);break;case 14:if(o===at.Thrift.Type.STRUCT){r++;let s=iu.read(e);n=Bt.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 Pt,Go,Nw=re(()=>{Pt=Ne(st());Ow();Go=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 Pt.Thrift.TProtocolException(Pt.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",Pt.Thrift.Type.I32,1),e.writeI32(this.type),e.writeFieldEnd()),this.type_length!=null&&(e.writeFieldBegin("type_length",Pt.Thrift.Type.I32,2),e.writeI32(this.type_length),e.writeFieldEnd()),this.repetition_type!=null&&(e.writeFieldBegin("repetition_type",Pt.Thrift.Type.I32,3),e.writeI32(this.repetition_type),e.writeFieldEnd()),this.name!=null&&(e.writeFieldBegin("name",Pt.Thrift.Type.STRING,4),e.writeString(this.name),e.writeFieldEnd()),this.num_children!=null&&(e.writeFieldBegin("num_children",Pt.Thrift.Type.I32,5),e.writeI32(this.num_children),e.writeFieldEnd()),this.converted_type!=null&&(e.writeFieldBegin("converted_type",Pt.Thrift.Type.I32,6),e.writeI32(this.converted_type),e.writeFieldEnd()),this.scale!=null&&(e.writeFieldBegin("scale",Pt.Thrift.Type.I32,7),e.writeI32(this.scale),e.writeFieldEnd()),this.precision!=null&&(e.writeFieldBegin("precision",Pt.Thrift.Type.I32,8),e.writeI32(this.precision),e.writeFieldEnd()),this.field_id!=null&&(e.writeFieldBegin("field_id",Pt.Thrift.Type.I32,9),e.writeI32(this.field_id),e.writeFieldEnd()),this.logicalType!=null&&(e.writeFieldBegin("logicalType",Pt.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===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.type_length=f}else e.skip(i);break;case 3:if(i===Pt.Thrift.Type.I32){let f=e.readI32();r.repetition_type=f}else e.skip(i);break;case 4:if(i===Pt.Thrift.Type.STRING){let f=e.readString();r.name=f}else e.skip(i);break;case 5:if(i===Pt.Thrift.Type.I32){let f=e.readI32();r.num_children=f}else e.skip(i);break;case 6:if(i===Pt.Thrift.Type.I32){let f=e.readI32();r.converted_type=f}else e.skip(i);break;case 7:if(i===Pt.Thrift.Type.I32){let f=e.readI32();r.scale=f}else e.skip(i);break;case 8:if(i===Pt.Thrift.Type.I32){let f=e.readI32();r.precision=f}else e.skip(i);break;case 9:if(i===Pt.Thrift.Type.I32){let f=e.readI32();r.field_id=f}else e.skip(i);break;case 10:if(i===Pt.Thrift.Type.STRUCT){let f=Bt.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 Go(r);throw new Pt.Thrift.TProtocolException(Pt.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read SchemaElement from input")}}});var Jt,es,Dw=re(()=>{Jt=Ne(st());ru();es=class{constructor(e){if(e!=null&&e.num_values!=null)this.num_values=e.num_values;else throw new Jt.Thrift.TProtocolException(Jt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_values] is unset!");if(e!=null&&e.encoding!=null)this.encoding=e.encoding;else throw new Jt.Thrift.TProtocolException(Jt.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 Jt.Thrift.TProtocolException(Jt.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 Jt.Thrift.TProtocolException(Jt.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",Jt.Thrift.Type.I32,1),e.writeI32(this.num_values),e.writeFieldEnd()),this.encoding!=null&&(e.writeFieldBegin("encoding",Jt.Thrift.Type.I32,2),e.writeI32(this.encoding),e.writeFieldEnd()),this.definition_level_encoding!=null&&(e.writeFieldBegin("definition_level_encoding",Jt.Thrift.Type.I32,3),e.writeI32(this.definition_level_encoding),e.writeFieldEnd()),this.repetition_level_encoding!=null&&(e.writeFieldBegin("repetition_level_encoding",Jt.Thrift.Type.I32,4),e.writeI32(this.repetition_level_encoding),e.writeFieldEnd()),this.statistics!=null&&(e.writeFieldBegin("statistics",Jt.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===Jt.Thrift.Type.STOP)break;switch(o){case 1:if(i===Jt.Thrift.Type.I32){let f=e.readI32();r.num_values=f}else e.skip(i);break;case 2:if(i===Jt.Thrift.Type.I32){let f=e.readI32();r.encoding=f}else e.skip(i);break;case 3:if(i===Jt.Thrift.Type.I32){let f=e.readI32();r.definition_level_encoding=f}else e.skip(i);break;case 4:if(i===Jt.Thrift.Type.I32){let f=e.readI32();r.repetition_level_encoding=f}else e.skip(i);break;case 5:if(i===Jt.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 es(r);throw new Jt.Thrift.TProtocolException(Jt.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read DataPageHeader from input")}}});var ZB,gu,Fw=re(()=>{ZB=Ne(st()),gu=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===ZB.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new gu}}});var Qr,yu,Pw=re(()=>{Qr=Ne(st()),yu=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 yu(r);throw new Qr.Thrift.TProtocolException(Qr.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read DictionaryPageHeader from input")}}});var yt,ts,Rw=re(()=>{yt=Ne(st());ru();ts=class{constructor(e){this.is_compressed=!0;if(e!=null&&e.num_values!=null)this.num_values=e.num_values;else throw new yt.Thrift.TProtocolException(yt.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 yt.Thrift.TProtocolException(yt.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 yt.Thrift.TProtocolException(yt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_rows] is unset!");if(e!=null&&e.encoding!=null)this.encoding=e.encoding;else throw new yt.Thrift.TProtocolException(yt.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 yt.Thrift.TProtocolException(yt.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 yt.Thrift.TProtocolException(yt.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",yt.Thrift.Type.I32,1),e.writeI32(this.num_values),e.writeFieldEnd()),this.num_nulls!=null&&(e.writeFieldBegin("num_nulls",yt.Thrift.Type.I32,2),e.writeI32(this.num_nulls),e.writeFieldEnd()),this.num_rows!=null&&(e.writeFieldBegin("num_rows",yt.Thrift.Type.I32,3),e.writeI32(this.num_rows),e.writeFieldEnd()),this.encoding!=null&&(e.writeFieldBegin("encoding",yt.Thrift.Type.I32,4),e.writeI32(this.encoding),e.writeFieldEnd()),this.definition_levels_byte_length!=null&&(e.writeFieldBegin("definition_levels_byte_length",yt.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",yt.Thrift.Type.I32,6),e.writeI32(this.repetition_levels_byte_length),e.writeFieldEnd()),this.is_compressed!=null&&(e.writeFieldBegin("is_compressed",yt.Thrift.Type.BOOL,7),e.writeBool(this.is_compressed),e.writeFieldEnd()),this.statistics!=null&&(e.writeFieldBegin("statistics",yt.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===yt.Thrift.Type.STOP)break;switch(o){case 1:if(i===yt.Thrift.Type.I32){let f=e.readI32();r.num_values=f}else e.skip(i);break;case 2:if(i===yt.Thrift.Type.I32){let f=e.readI32();r.num_nulls=f}else e.skip(i);break;case 3:if(i===yt.Thrift.Type.I32){let f=e.readI32();r.num_rows=f}else e.skip(i);break;case 4:if(i===yt.Thrift.Type.I32){let f=e.readI32();r.encoding=f}else e.skip(i);break;case 5:if(i===yt.Thrift.Type.I32){let f=e.readI32();r.definition_levels_byte_length=f}else e.skip(i);break;case 6:if(i===yt.Thrift.Type.I32){let f=e.readI32();r.repetition_levels_byte_length=f}else e.skip(i);break;case 7:if(i===yt.Thrift.Type.BOOL){let f=e.readBool();r.is_compressed=f}else e.skip(i);break;case 8:if(i===yt.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 ts(r);throw new yt.Thrift.TProtocolException(yt.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read DataPageHeaderV2 from input")}}});var Rt,Jo,XB=re(()=>{Rt=Ne(st());Dw();Rw();Pw();Fw();Jo=class{constructor(e){if(e!=null&&e.type!=null)this.type=e.type;else throw new Rt.Thrift.TProtocolException(Rt.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 Rt.Thrift.TProtocolException(Rt.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 Rt.Thrift.TProtocolException(Rt.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",Rt.Thrift.Type.I32,1),e.writeI32(this.type),e.writeFieldEnd()),this.uncompressed_page_size!=null&&(e.writeFieldBegin("uncompressed_page_size",Rt.Thrift.Type.I32,2),e.writeI32(this.uncompressed_page_size),e.writeFieldEnd()),this.compressed_page_size!=null&&(e.writeFieldBegin("compressed_page_size",Rt.Thrift.Type.I32,3),e.writeI32(this.compressed_page_size),e.writeFieldEnd()),this.crc!=null&&(e.writeFieldBegin("crc",Rt.Thrift.Type.I32,4),e.writeI32(this.crc),e.writeFieldEnd()),this.data_page_header!=null&&(e.writeFieldBegin("data_page_header",Rt.Thrift.Type.STRUCT,5),this.data_page_header.write(e),e.writeFieldEnd()),this.index_page_header!=null&&(e.writeFieldBegin("index_page_header",Rt.Thrift.Type.STRUCT,6),this.index_page_header.write(e),e.writeFieldEnd()),this.dictionary_page_header!=null&&(e.writeFieldBegin("dictionary_page_header",Rt.Thrift.Type.STRUCT,7),this.dictionary_page_header.write(e),e.writeFieldEnd()),this.data_page_header_v2!=null&&(e.writeFieldBegin("data_page_header_v2",Rt.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===Rt.Thrift.Type.STOP)break;switch(o){case 1:if(i===Rt.Thrift.Type.I32){let f=e.readI32();r.type=f}else e.skip(i);break;case 2:if(i===Rt.Thrift.Type.I32){let f=e.readI32();r.uncompressed_page_size=f}else e.skip(i);break;case 3:if(i===Rt.Thrift.Type.I32){let f=e.readI32();r.compressed_page_size=f}else e.skip(i);break;case 4:if(i===Rt.Thrift.Type.I32){let f=e.readI32();r.crc=f}else e.skip(i);break;case 5:if(i===Rt.Thrift.Type.STRUCT){let f=es.read(e);r.data_page_header=f}else e.skip(i);break;case 6:if(i===Rt.Thrift.Type.STRUCT){let f=gu.read(e);r.index_page_header=f}else e.skip(i);break;case 7:if(i===Rt.Thrift.Type.STRUCT){let f=yu.read(e);r.dictionary_page_header=f}else e.skip(i);break;case 8:if(i===Rt.Thrift.Type.STRUCT){let f=ts.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 Jo(r);throw new Rt.Thrift.TProtocolException(Rt.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read PageHeader from input")}}});var hi,fo,$p=re(()=>{hi=Ne(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 Dr,ju,zw=re(()=>{Dr=Ne(st()),ju=class{constructor(e){if(e!=null&&e.column_idx!=null)this.column_idx=e.column_idx;else throw new Dr.Thrift.TProtocolException(Dr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[column_idx] is unset!");if(e!=null&&e.descending!=null)this.descending=e.descending;else throw new Dr.Thrift.TProtocolException(Dr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[descending] is unset!");if(e!=null&&e.nulls_first!=null)this.nulls_first=e.nulls_first;else throw new Dr.Thrift.TProtocolException(Dr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[nulls_first] is unset!")}write(e){e.writeStructBegin("SortingColumn"),this.column_idx!=null&&(e.writeFieldBegin("column_idx",Dr.Thrift.Type.I32,1),e.writeI32(this.column_idx),e.writeFieldEnd()),this.descending!=null&&(e.writeFieldBegin("descending",Dr.Thrift.Type.BOOL,2),e.writeBool(this.descending),e.writeFieldEnd()),this.nulls_first!=null&&(e.writeFieldBegin("nulls_first",Dr.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===Dr.Thrift.Type.STOP)break;switch(o){case 1:if(i===Dr.Thrift.Type.I32){let f=e.readI32();r.column_idx=f}else e.skip(i);break;case 2:if(i===Dr.Thrift.Type.BOOL){let f=e.readBool();r.descending=f}else e.skip(i);break;case 3:if(i===Dr.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 ju(r);throw new Dr.Thrift.TProtocolException(Dr.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read SortingColumn from input")}}});var Fr,_u,Hw=re(()=>{Fr=Ne(st()),_u=class{constructor(e){if(e!=null&&e.page_type!=null)this.page_type=e.page_type;else throw new Fr.Thrift.TProtocolException(Fr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[page_type] is unset!");if(e!=null&&e.encoding!=null)this.encoding=e.encoding;else throw new Fr.Thrift.TProtocolException(Fr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[encoding] is unset!");if(e!=null&&e.count!=null)this.count=e.count;else throw new Fr.Thrift.TProtocolException(Fr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[count] is unset!")}write(e){e.writeStructBegin("PageEncodingStats"),this.page_type!=null&&(e.writeFieldBegin("page_type",Fr.Thrift.Type.I32,1),e.writeI32(this.page_type),e.writeFieldEnd()),this.encoding!=null&&(e.writeFieldBegin("encoding",Fr.Thrift.Type.I32,2),e.writeI32(this.encoding),e.writeFieldEnd()),this.count!=null&&(e.writeFieldBegin("count",Fr.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===Fr.Thrift.Type.STOP)break;switch(o){case 1:if(i===Fr.Thrift.Type.I32){let f=e.readI32();r.page_type=f}else e.skip(i);break;case 2:if(i===Fr.Thrift.Type.I32){let f=e.readI32();r.encoding=f}else e.skip(i);break;case 3:if(i===Fr.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 _u(r);throw new Fr.Thrift.TProtocolException(Fr.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read PageEncodingStats from input")}}});var rs,Fe,ns,Mw=re(()=>{rs=Ne(Mr()),Fe=Ne(st());$p();Hw();ru();ns=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 rs.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 rs.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 rs.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 rs.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 rs.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 rs.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,a=e.readListBegin().size;for(let u=0;u<a;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,a=e.readListBegin().size;for(let u=0;u<a;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,a=e.readListBegin().size;for(let u=0;u<a;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,a=e.readListBegin().size;for(let u=0;u<a;u++){let c=_u.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 ns(r);throw new Fe.Thrift.TProtocolException(Fe.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read ColumnMetaData from input")}}});var ed,ur,is,Uw=re(()=>{ed=Ne(Mr()),ur=Ne(st());Mw();is=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 ed.default(e.file_offset):this.file_offset=e.file_offset;else throw new ur.Thrift.TProtocolException(ur.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 ed.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 ed.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",ur.Thrift.Type.STRING,1),e.writeString(this.file_path),e.writeFieldEnd()),this.file_offset!=null&&(e.writeFieldBegin("file_offset",ur.Thrift.Type.I64,2),e.writeI64(this.file_offset),e.writeFieldEnd()),this.meta_data!=null&&(e.writeFieldBegin("meta_data",ur.Thrift.Type.STRUCT,3),this.meta_data.write(e),e.writeFieldEnd()),this.offset_index_offset!=null&&(e.writeFieldBegin("offset_index_offset",ur.Thrift.Type.I64,4),e.writeI64(this.offset_index_offset),e.writeFieldEnd()),this.offset_index_length!=null&&(e.writeFieldBegin("offset_index_length",ur.Thrift.Type.I32,5),e.writeI32(this.offset_index_length),e.writeFieldEnd()),this.column_index_offset!=null&&(e.writeFieldBegin("column_index_offset",ur.Thrift.Type.I64,6),e.writeI64(this.column_index_offset),e.writeFieldEnd()),this.column_index_length!=null&&(e.writeFieldBegin("column_index_length",ur.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===ur.Thrift.Type.STOP)break;switch(o){case 1:if(i===ur.Thrift.Type.STRING){let f=e.readString();r.file_path=f}else e.skip(i);break;case 2:if(i===ur.Thrift.Type.I64){let f=e.readI64();r.file_offset=f}else e.skip(i);break;case 3:if(i===ur.Thrift.Type.STRUCT){let f=ns.read(e);r.meta_data=f}else e.skip(i);break;case 4:if(i===ur.Thrift.Type.I64){let f=e.readI64();r.offset_index_offset=f}else e.skip(i);break;case 5:if(i===ur.Thrift.Type.I32){let f=e.readI32();r.offset_index_length=f}else e.skip(i);break;case 6:if(i===ur.Thrift.Type.I64){let f=e.readI64();r.column_index_offset=f}else e.skip(i);break;case 7:if(i===ur.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 is(r);throw new ur.Thrift.TProtocolException(ur.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read ColumnChunk from input")}}});var Lw,cr,os,Cw=re(()=>{Lw=Ne(Mr()),cr=Ne(st());Uw();zw();os=class{constructor(e){if(e!=null&&e.columns!=null)this.columns=e.columns;else throw new cr.Thrift.TProtocolException(cr.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 Lw.default(e.total_byte_size):this.total_byte_size=e.total_byte_size;else throw new cr.Thrift.TProtocolException(cr.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 Lw.default(e.num_rows):this.num_rows=e.num_rows;else throw new cr.Thrift.TProtocolException(cr.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",cr.Thrift.Type.LIST,1),e.writeListBegin(cr.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",cr.Thrift.Type.I64,2),e.writeI64(this.total_byte_size),e.writeFieldEnd()),this.num_rows!=null&&(e.writeFieldBegin("num_rows",cr.Thrift.Type.I64,3),e.writeI64(this.num_rows),e.writeFieldEnd()),this.sorting_columns!=null&&(e.writeFieldBegin("sorting_columns",cr.Thrift.Type.LIST,4),e.writeListBegin(cr.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===cr.Thrift.Type.STOP)break;switch(o){case 1:if(i===cr.Thrift.Type.LIST){let f=new Array,a=e.readListBegin().size;for(let u=0;u<a;u++){let c=is.read(e);f.push(c)}e.readListEnd(),r.columns=f}else e.skip(i);break;case 2:if(i===cr.Thrift.Type.I64){let f=e.readI64();r.total_byte_size=f}else e.skip(i);break;case 3:if(i===cr.Thrift.Type.I64){let f=e.readI64();r.num_rows=f}else e.skip(i);break;case 4:if(i===cr.Thrift.Type.LIST){let f=new Array,a=e.readListBegin().size;for(let u=0;u<a;u++){let c=ju.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 os(r);throw new cr.Thrift.TProtocolException(cr.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read RowGroup from input")}}});var QB,qu,Vw=re(()=>{QB=Ne(st()),qu=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===QB.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new qu}}});var GD,JD,$B=re(()=>{GD=Ne(Mr()),JD=Ne(st())});var ZD,ek=re(()=>{ZD=Ne(st())});var XD,QD,tk=re(()=>{XD=Ne(Mr()),QD=Ne(st())});var $r,la,Ww=re(()=>{$r=Ne(st());Vw();la=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 la({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=qu.read(e);n=la.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 rk,kt,fs,nk=re(()=>{rk=Ne(Mr()),kt=Ne(st());Ww();$p();Cw();Nw();fs=class{constructor(e=null){if(e!=null&&e.version!=null)this.version=e.version;else throw new kt.Thrift.TProtocolException(kt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[version] is unset!");if(e!=null&&e.schema!=null)this.schema=e.schema;else throw new kt.Thrift.TProtocolException(kt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[schema] is unset!");if(e!=null&&e.num_rows!=null)typeof e.num_rows=="number"?this.num_rows=new rk.default(e.num_rows):this.num_rows=e.num_rows;else throw new kt.Thrift.TProtocolException(kt.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 kt.Thrift.TProtocolException(kt.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",kt.Thrift.Type.I32,1),e.writeI32(this.version),e.writeFieldEnd()),this.schema!=null&&(e.writeFieldBegin("schema",kt.Thrift.Type.LIST,2),e.writeListBegin(kt.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",kt.Thrift.Type.I64,3),e.writeI64(this.num_rows),e.writeFieldEnd()),this.row_groups!=null&&(e.writeFieldBegin("row_groups",kt.Thrift.Type.LIST,4),e.writeListBegin(kt.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",kt.Thrift.Type.LIST,5),e.writeListBegin(kt.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",kt.Thrift.Type.STRING,6),e.writeString(this.created_by),e.writeFieldEnd()),this.column_orders!=null&&(e.writeFieldBegin("column_orders",kt.Thrift.Type.LIST,7),e.writeListBegin(kt.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===kt.Thrift.Type.STOP)break;switch(o){case 1:if(i===kt.Thrift.Type.I32){let f=e.readI32();r.version=f}else e.skip(i);break;case 2:if(i===kt.Thrift.Type.LIST){let f=new Array,a=e.readListBegin().size;for(let u=0;u<a;u++){let c=Go.read(e);f.push(c)}e.readListEnd(),r.schema=f}else e.skip(i);break;case 3:if(i===kt.Thrift.Type.I64){let f=e.readI64();r.num_rows=f}else e.skip(i);break;case 4:if(i===kt.Thrift.Type.LIST){let f=new Array,a=e.readListBegin().size;for(let u=0;u<a;u++){let c=os.read(e);f.push(c)}e.readListEnd(),r.row_groups=f}else e.skip(i);break;case 5:if(i===kt.Thrift.Type.LIST){let f=new Array,a=e.readListBegin().size;for(let u=0;u<a;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===kt.Thrift.Type.STRING){let f=e.readString();r.created_by=f}else e.skip(i);break;case 7:if(i===kt.Thrift.Type.LIST){let f=new Array,a=e.readListBegin().size;for(let u=0;u<a;u++){let c=la.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 fs(r);throw new kt.Thrift.TProtocolException(kt.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read FileMetaData from input")}}});var vu=re(()=>{hT();wT();gT();yT();jT();_T();vT();ru();ww();gw();yw();jw();_w();qw();vw();Tw();Bw();kw();Iw();Sw();xw();Ew();Aw();Nw();Dw();Fw();Pw();Rw();XB();$p();zw();Hw();Mw();Uw();Cw();Vw();$B();ek();tk();nk();Qp();Ow();Ww()});var ua,ik,Tu,Yw,Kw=re(()=>{ua="PAR1",ik="PARE",Tu="INT32",Yw="RLE"});function Bu(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 vn(t,e){for(let r in t)if(t[r]===e)return r;throw new Error("Invalid ENUM value")}function ok(t,e){e||(e=0);let r=new Gw(t);r.readPos=e;let n=new Zo.TCompactProtocol(r),i=fs.read(n);return{length:r.readPos-e,metadata:i}}function fk(t,e){e||(e=0);let r=new Gw(t);r.readPos=e;let n=new Zo.TCompactProtocol(r),i=Jo.read(n);return{length:r.readPos-e,pageHeader:i}}function wi(t){return t===0?0:Math.ceil(Math.log2(t+1))}function sk(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,Gw,td=re(()=>{Zo=Ne(st());vu();Gw=class extends Zo.TFramedTransport{constructor(){super(...arguments);this.readPos=0}}});async function ak(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 Jw(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 Jw(t,e){let r,{pageHeader:n,length:i}=fk(t.buffer,t.offset);t.offset+=i;let o=vn(Xf,n.type);switch(o){case"DATA_PAGE":r=await $D(t,n,e);break;case"DATA_PAGE_V2":r=await eF(t,n,e);break;case"DICTIONARY_PAGE":r={dictionary:await tF(t,n,e),pageHeader:n};break;default:throw new Error(`invalid page type: ${o}`)}return r}function Zw(t,e,r){let n={},i=e;for(let o=0;o<r;o++){let f=t[i],s=i>0?vn(ea,f.repetition_type):"ROOT",a=!1,u=!1;switch(s){case"REQUIRED":break;case"OPTIONAL":a=!0;break;case"REPEATED":u=!0;break;default:throw new Error("parquet: unknown repetition type")}if(f.num_children>0){let c=Zw(t,i+1,f.num_children);i=c.next,n[f.name]={optional:a,repeated:u,fields:c.schema}}else{let c=vn($i,f.type),_=c;switch(f.converted_type&&(_=vn($s,f.converted_type)),_){case"DECIMAL":_=`${_}_${c}`;break;default:}n[f.name]={type:_,typeLength:f.type_length,presision:f.precision,scale:f.scale,optional:a,repeated:u},i++}}return{schema:n,offset:e,next:i}}function ss(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 $D(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 bp(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=ss(Tu,f,o,i,{bitWidth:wi(r.column.rLevelMax),disableEnvelope:!1}):s.fill(0);let a=vn(Gr,e.data_page_header?.definition_level_encoding),u=new Array(i);r.column.dLevelMax>0?u=ss(Tu,a,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=ss(r.column.primitiveType,_,o,c,p);return{dlevels:u,rlevels:s,values:j,count:i,pageHeader:e}}async function eF(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=ss(Tu,Yw,t,i,{bitWidth:wi(r.column.rLevelMax),disableEnvelope:!0}):s.fill(0);let a=new Array(i);r.column.dLevelMax>0?a=ss(Tu,Yw,t,i,{bitWidth:wi(r.column.dLevelMax),disableEnvelope:!0}):a.fill(0);let u=t;if(e.data_page_header_v2?.is_compressed){let p=await bp(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},_=ss(r.column.primitiveType,f,u,o,c);return{dlevels:a,rlevels:s,values:_,count:i,pageHeader:e}}async function tF(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 bp(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 ss(r.column.primitiveType,r.column.encoding,i,o,r).map(f=>f.toString())}var Xw=re(()=>{Fc();vu();Yl();Kw();td()});var rF,as,rd=re(()=>{Ph();Xw();Ep();Kw();vu();td();Xw();rF={defaultDictionarySize:1e6},as=class{constructor(e,r){this.metadata=null;this.file=e,this.props={...rF,...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 xp(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}=Zw(e.schema,1,r.num_children);return new Jl(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,ua.length)).toString();switch(r){case ua:break;case ik:throw new Error("Encrypted parquet file not supported");default:throw new Error(`Invalid parquet file (magic=${r})`)}}async readFooter(){let e=ua.length+4,r=await this.file.read(this.file.size-e,e),n=r.slice(4).toString();if(n!==ua)throw new Error(`Not a valid parquet file (magic="${n})`);let i=r.readUInt32LE(0),o=this.file.size-i-e;if(o<ua.length)throw new Error(`Invalid metadata size ${o}`);let f=await this.file.read(o,i),{metadata:s}=ok(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&&sk(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($i,r.meta_data?.type);if(i!==n.primitiveType)throw new Error(`chunk type not matching schema: ${i}`);let o=vn(ta,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 a={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,a,f)}u=a.dictionary?.length?a.dictionary:u;let _=await this.file.read(f,s);return await ak(_,{...a,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 Jw(f,r)).dictionary}}});async function lk(t,e){let r=new Blob([t]);for await(let n of Qw(r,e))return n;return null}async function*Qw(t,e){let r=gl(t),i=new as(r).rowBatchIterator(e?.parquet);for await(let o of i)yield o}var uk=re(()=>{fi();rd()});function ck(t,e){if(!t)throw new Error(e||"loader assertion failed.")}var pk=re(()=>{});function nF(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 dk(t,e){return new Map([...t||new Map,...e||new Map])}var Gn,mk=re(()=>{pk();Gn=class{constructor(e,r){ck(Array.isArray(e)),nF(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=dk(dk(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,bk=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,hk=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 Cr,$w,ku,gi,Iu,Su,Xo,ao,xu,Eu,Au,wk,Ou,ca,yi,lo,Nu,iF,eg,gk,tg,rg,oF,ng,ig,Du,yk=re(()=>{hk();Cr=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}},$w=class extends Cr{get typeId(){return ht.Null}get[Symbol.toStringTag](){return"Null"}toString(){return"Null"}},ku=class extends Cr{get typeId(){return ht.Bool}get[Symbol.toStringTag](){return"Bool"}toString(){return"Bool"}},gi=class extends Cr{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}`}},Iu=class extends gi{constructor(){super(!0,8)}},Su=class extends gi{constructor(){super(!0,16)}},Xo=class extends gi{constructor(){super(!0,32)}},ao=class extends gi{constructor(){super(!0,64)}},xu=class extends gi{constructor(){super(!1,16)}},Eu=class extends gi{constructor(){super(!1,32)}},Au=class extends gi{constructor(){super(!1,64)}},wk={HALF:16,SINGLE:32,DOUBLE:64},Ou=class extends Cr{constructor(e){super();this.precision=e}get typeId(){return ht.Float}get[Symbol.toStringTag](){return"Float"}toString(){return`Float${this.precision}`}},ca=class extends Ou{constructor(){super(wk.SINGLE)}},yi=class extends Ou{constructor(){super(wk.DOUBLE)}},lo=class extends Cr{constructor(){super()}get typeId(){return ht.Binary}toString(){return"Binary"}get[Symbol.toStringTag](){return"Binary"}},Nu=class extends Cr{get typeId(){return ht.Utf8}get[Symbol.toStringTag](){return"Utf8"}toString(){return"Utf8"}},iF={DAY:0,MILLISECOND:1},eg=class extends Cr{constructor(e){super();this.unit=e}get typeId(){return ht.Date}get[Symbol.toStringTag](){return"Date"}toString(){return`Date${(this.unit+1)*32}<${iF[this.unit]}>`}},gk={SECOND:1,MILLISECOND:1e3,MICROSECOND:1e6,NANOSECOND:1e9},tg=class extends Cr{constructor(e,r){super();this.unit=e,this.bitWidth=r}get typeId(){return ht.Time}toString(){return`Time${this.bitWidth}<${gk[this.unit]}>`}get[Symbol.toStringTag](){return"Time"}},rg=class extends Cr{constructor(e,r=null){super();this.unit=e,this.timezone=r}get typeId(){return ht.Timestamp}get[Symbol.toStringTag](){return"Timestamp"}toString(){return`Timestamp<${gk[this.unit]}${this.timezone?`, ${this.timezone}`:""}>`}},oF={DAY_TIME:0,YEAR_MONTH:1},ng=class extends Cr{constructor(e){super();this.unit=e}get typeId(){return ht.Interval}get[Symbol.toStringTag](){return"Interval"}toString(){return`Interval<${oF[this.unit]}>`}},ig=class extends Cr{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}>`}},Du=class extends Cr{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 jk=re(()=>{mk();bk();yk()});var _k=re(()=>{jk()});function Fu(t,e){let r=qk(t.schema),n=e&&jF(e);return new Gn(r,n)}function qk(t){let e=[];for(let r in t){let n=t[r];if(n.fields){let i=qk(n.fields),o=new so(r,new Du(i),n.optional);e.push(o)}else{let i=gF[n.type],o=yF(n),f=new so(r,new i,n.optional,o);e.push(f)}}return e}function yF(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 jF(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 gF,og=re(()=>{_k();gF={BOOLEAN:ku,INT32:Xo,INT64:yi,INT96:yi,FLOAT:ca,DOUBLE:yi,BYTE_ARRAY:lo,FIXED_LEN_BYTE_ARRAY:lo,UTF8:Nu,DATE:Xo,TIME_MILLIS:ao,TIME_MICROS:ao,TIMESTAMP_MILLIS:ao,TIMESTAMP_MICROS:ao,UINT_8:Xo,UINT_16:xu,UINT_32:Eu,UINT_64:Au,INT_8:Iu,INT_16:Su,INT_32:Xo,INT_64:ao,JSON:lo,BSON:lo,INTERVAL:lo,DECIMAL_INT32:ca,DECIMAL_INT64:yi,DECIMAL_BYTE_ARRAY:yi,DECIMAL_FIXED_LEN_BYTE_ARRAY:yi}});function vk(t,e){let r={};for(let[n,i]of Object.entries(e.columnData))r[n]=r[n]||i.values;return r}var Tk=re(()=>{});function fg(t){let e=t.metadata.get("geo");if(!e)return null;try{return JSON.parse(e)}catch{return null}}function Bk(t,e){let r=JSON.stringify(e);t.metadata.set("geo",r)}function nd(t){let e=fg(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(a=>a.name===o);s&&(s.name===n&&s.metadata.set("geo.primary_field","true"),_F(s,f))}}function _F(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 sg=re(()=>{});async function kk(t,e){let r=new Blob([t]);for await(let n of ag(r,e))return n;return null}async function*ag(t,e){let r=gl(t),n=new as(r),i=await n.getSchema(),o=await n.getFileMetadata(),f=Fu(i,o);nd(f);let s=n.rowGroupIterator(e?.parquet);for await(let a of s)yield qF(f,a)}function qF(t,e){let r=vk(t,e);return{shape:"columnar-table",batchType:"data",schema:t,data:r,length:e.rowCount}}var Ik=re(()=>{fi();rd();og();Tk();sg()});var uo=H(Sk=>{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 a=C.SIZEOF_SHORT;a<i;a+=C.SIZEOF_SHORT)if(this.bb.readInt16(f+a)!=this.bb.readInt16(s+a))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 a=this.readUint8(t+i++);if(f<240)o=(f&15)<<12|(s&63)<<6|a&63;else{var u=this.readUint8(t+i++);o=(f&7)<<18|(s&63)<<12|(a&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)};Sk.flatbuffers=C});var xk=H(cg=>{"use strict";function co(t,e,r){return e<=t&&t<=r}function id(t){if(t===void 0)return{};if(t===Object(t))return t;throw TypeError("Could not convert argument to dictionary")}function vF(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,a=f&1023;i.push(65536+(s<<10)+a),n+=1}else i.push(65533)}n+=1}return i}function TF(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 od=-1;function lg(t){this.tokens=[].slice.call(t)}lg.prototype={endOfStream:function(){return!this.tokens.length},read:function(){return this.tokens.length?this.tokens.shift():od},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 pa=-1;function ug(t,e){if(t)throw TypeError("Decoder error");return e||65533}var fd="utf-8";function sd(t,e){if(!(this instanceof sd))return new sd(t,e);if(t=t!==void 0?String(t).toLowerCase():fd,t!==fd)throw new Error("Encoding not supported. Only utf-8 is supported");e=id(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})}sd.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=id(r),this._streaming||(this._decoder=new BF({fatal:this._fatal}),this._BOMseen=!1),this._streaming=Boolean(r.stream);for(var i=new lg(n),o=[],f;!i.endOfStream()&&(f=this._decoder.handler(i,i.read()),f!==pa);)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===pa)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),TF(o)}};function ad(t,e){if(!(this instanceof ad))return new ad(t,e);if(t=t!==void 0?String(t).toLowerCase():fd,t!==fd)throw new Error("Encoding not supported. Only utf-8 is supported");e=id(e),this._streaming=!1,this._encoder=null,this._options={fatal:Boolean(e.fatal)},Object.defineProperty(this,"encoding",{value:"utf-8"})}ad.prototype={encode:function(e,r){e=e?String(e):"",r=id(r),this._streaming||(this._encoder=new kF(this._options)),this._streaming=Boolean(r.stream);for(var n=[],i=new lg(vF(e)),o;!i.endOfStream()&&(o=this._encoder.handler(i,i.read()),o!==pa);)Array.isArray(o)?n.push.apply(n,o):n.push(o);if(!this._streaming){for(;o=this._encoder.handler(i,i.read()),o!==pa;)Array.isArray(o)?n.push.apply(n,o):n.push(o);this._encoder=null}return new Uint8Array(n)}};function BF(t){var e=t.fatal,r=0,n=0,i=0,o=128,f=191;this.handler=function(s,a){if(a===od&&i!==0)return i=0,ug(e);if(a===od)return pa;if(i===0){if(co(a,0,127))return a;if(co(a,194,223))i=1,r=a-192;else if(co(a,224,239))a===224&&(o=160),a===237&&(f=159),i=2,r=a-224;else if(co(a,240,244))a===240&&(o=144),a===244&&(f=143),i=3,r=a-240;else return ug(e);return r=r<<6*i,null}if(!co(a,o,f))return r=i=n=0,o=128,f=191,s.prepend(a),ug(e);if(o=128,f=191,n+=1,r+=a-128<<6*(i-n),n!==i)return null;var u=r;return r=i=n=0,u}}function kF(t){var e=t.fatal;this.handler=function(r,n){if(n===od)return pa;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}}cg.TextEncoder=ad;cg.TextDecoder=sd});var ls=H(da=>{"use strict";Object.defineProperty(da,"__esModule",{value:!0});da.encodeUtf8=da.decodeUtf8=void 0;var Ek=xk(),IF=new(typeof TextDecoder!="undefined"?TextDecoder:Ek.TextDecoder)("utf-8");da.decodeUtf8=t=>IF.decode(t);var SF=new(typeof TextEncoder!="undefined"?TextEncoder:Ek.TextEncoder);da.encodeUtf8=t=>SF.encode(t)});var ma=H(en=>{"use strict";Object.defineProperty(en,"__esModule",{value:!0});en.AsyncQueue=en.ReadableInterop=en.ArrowJSON=en.ITERATOR_DONE=void 0;var Ak=Pu();en.ITERATOR_DONE=Object.freeze({done:!0,value:void 0});var Ok=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=Ok;var pg=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=pg;var Nk=class extends pg{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 Ak.default.toDOMStream(this._closedPromiseResolve||this._error?this:this._values,e)}toNodeStream(e){return Ak.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=Nk});var Pr=H(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 ld=ma(),[xF,EF]=(()=>{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=xF;Te.BigIntAvailable=EF;var[AF,OF]=(()=>{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=AF;Te.BigInt64ArrayAvailable=OF;var[NF,DF]=(()=>{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=NF;Te.BigUint64ArrayAvailable=DF;var dg=t=>typeof t=="number",Dk=t=>typeof t=="boolean",xr=t=>typeof t=="function";Te.isObject=t=>t!=null&&Object(t)===t;Te.isPromise=t=>Te.isObject(t)&&xr(t.then);Te.isObservable=t=>Te.isObject(t)&&xr(t.subscribe);Te.isIterable=t=>Te.isObject(t)&&xr(t[Symbol.iterator]);Te.isAsyncIterable=t=>Te.isObject(t)&&xr(t[Symbol.asyncIterator]);Te.isArrowJSON=t=>Te.isObject(t)&&Te.isObject(t.schema);Te.isArrayLike=t=>Te.isObject(t)&&dg(t.length);Te.isIteratorResult=t=>Te.isObject(t)&&"done"in t&&"value"in t;Te.isUnderlyingSink=t=>Te.isObject(t)&&xr(t.abort)&&xr(t.close)&&xr(t.start)&&xr(t.write);Te.isFileHandle=t=>Te.isObject(t)&&xr(t.stat)&&dg(t.fd);Te.isFSReadStream=t=>Te.isReadableNodeStream(t)&&dg(t.bytesRead);Te.isFetchResponse=t=>Te.isObject(t)&&Te.isReadableDOMStream(t.body);Te.isWritableDOMStream=t=>Te.isObject(t)&&xr(t.abort)&&xr(t.getWriter)&&!(t instanceof ld.ReadableInterop);Te.isReadableDOMStream=t=>Te.isObject(t)&&xr(t.cancel)&&xr(t.getReader)&&!(t instanceof ld.ReadableInterop);Te.isWritableNodeStream=t=>Te.isObject(t)&&xr(t.end)&&xr(t.write)&&Dk(t.writable)&&!(t instanceof ld.ReadableInterop);Te.isReadableNodeStream=t=>Te.isObject(t)&&xr(t.read)&&xr(t.pipe)&&Dk(t.readable)&&!(t instanceof ld.ReadableInterop)});var yr=H(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 FF=uo(),PF=ls(),RF=FF.flatbuffers.ByteBuffer,us=Pr(),mg=typeof SharedArrayBuffer!="undefined"?SharedArrayBuffer:ArrayBuffer;function zF(t){let e=t[0]?[t[0]]:[],r,n,i,o;for(let f,s,a=0,u=0,c=t.length;++a<c;){if(f=e[u],s=t[a],!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 bg(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=bg;function HF(t,e){let r=zF(t),n=r.reduce((c,_)=>c+_.byteLength,0),i,o,f,s=0,a=-1,u=Math.min(e||1/0,n);for(let c=r.length;++a<c;){if(i=r[a],o=i.subarray(0,Math.min(i.length,u-s)),u<=s+o.length){o.length<i.length?r[a]=i.subarray(o.length):o.length===i.length&&a++,f?bg(f,o,s):f=o;break}bg(f||(f=new Uint8Array(u)),o,s),s+=o.length}return[f||new Uint8Array(0),r.slice(a),n-(f?f.byteLength:0)]}je.joinUint8Arrays=HF;function Vr(t,e){let r=us.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=PF.encodeUtf8(r)),r instanceof ArrayBuffer?new t(r):r instanceof mg?new t(r):r instanceof RF?Vr(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=Vr;je.toInt8Array=t=>Vr(Int8Array,t);je.toInt16Array=t=>Vr(Int16Array,t);je.toInt32Array=t=>Vr(Int32Array,t);je.toBigInt64Array=t=>Vr(us.BigInt64Array,t);je.toUint8Array=t=>Vr(Uint8Array,t);je.toUint16Array=t=>Vr(Uint16Array,t);je.toUint32Array=t=>Vr(Uint32Array,t);je.toBigUint64Array=t=>Vr(us.BigUint64Array,t);je.toFloat32Array=t=>Vr(Float32Array,t);je.toFloat64Array=t=>Vr(Float64Array,t);je.toUint8ClampedArray=t=>Vr(Uint8ClampedArray,t);var hg=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 mg?r(e):us.isIterable(e)?e:r(e);return yield*hg(function*(i){let o=null;do o=i.next(yield Vr(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(us.isPromise(e))return yield*Jn(t,await e);let r=async function*(o){yield await o},n=async function*(o){yield*hg(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 mg?r(e):us.isIterable(e)?n(e):us.isAsyncIterable(e)?e:r(e);return yield*hg(async function*(o){let f=null;do f=await o.next(yield Vr(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 UF(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=UF});var Pu=H(gg=>{"use strict";Object.defineProperty(gg,"__esModule",{value:!0});var Wr=yr();gg.default={fromIterable(t){return ud(LF(t))},fromAsyncIterable(t){return ud(CF(t))},fromDOMStream(t){return ud(VF(t))},fromNodeStream(t){return ud(WF(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 ud=t=>(t.next(),t);function*LF(t){let e,r=!1,n=[],i,o,f,s=0;function a(){return o==="peek"?Wr.joinUint8Arrays(n,f)[0]:([i,n,s]=Wr.joinUint8Arrays(n,f),i)}({cmd:o,size:f}=yield null);let u=Wr.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 a());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*CF(t){let e,r=!1,n=[],i,o,f,s=0;function a(){return o==="peek"?Wr.joinUint8Arrays(n,f)[0]:([i,n,s]=Wr.joinUint8Arrays(n,f),i)}({cmd:o,size:f}=yield null);let u=Wr.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 a());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*VF(t){let e=!1,r=!1,n=[],i,o,f,s=0;function a(){return o==="peek"?Wr.joinUint8Arrays(n,f)[0]:([i,n,s]=Wr.joinUint8Arrays(n,f),i)}({cmd:o,size:f}=yield null);let u=new Fk(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(Wr.toUint8Array(i)),s+=i.byteLength),e||f<=s)do({cmd:o,size:f}=yield a());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 Fk=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=Wr.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 Pk(this.getBYOBReader(),new ArrayBuffer(e),0,e)}};async function Pk(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 Pk(t,o.buffer,r,n):{done:i,value:new Uint8Array(o.buffer,0,r)}}var wg=(t,e)=>{let r=i=>n([e,i]),n;return[e,r,new Promise(i=>(n=i)&&t.once(e,r))]};async function*WF(t){let e=[],r="error",n=!1,i=null,o,f,s=0,a=[],u;function c(){return o==="peek"?Wr.joinUint8Arrays(a,f)[0]:([u,a,s]=Wr.joinUint8Arrays(a,f),u)}if({cmd:o,size:f}=yield null,t.isTTY)return yield new Uint8Array(0),null;try{e[0]=wg(t,"end"),e[1]=wg(t,"error");do{if(e[2]=wg(t,"readable"),[r,i]=await Promise.race(e.map(p=>p[2])),r==="error")break;if((n=r==="end")||(isFinite(f-s)?(u=Wr.toUint8Array(t.read(f-s)),u.byteLength<f-s&&(u=Wr.toUint8Array(t.read(void 0)))):u=Wr.toUint8Array(t.read(void 0)),u.byteLength>0&&(a.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=a=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 fr=H(ba=>{"use strict";Object.defineProperty(ba,"__esModule",{value:!0});ba.Vector=ba.AbstractVector=void 0;var cd=class{};ba.AbstractVector=cd;ba.Vector=cd;cd.prototype.data=null});var ff=H(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 Lt=uo(),YF;(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"})(YF=he.MetadataVersion||(he.MetadataVersion={}));var KF;(function(t){t[t.UNUSED=0]="UNUSED",t[t.DICTIONARY_REPLACEMENT=1]="DICTIONARY_REPLACEMENT",t[t.COMPRESSED_BODY=2]="COMPRESSED_BODY"})(KF=he.Feature||(he.Feature={}));var yg;(function(t){t[t.Sparse=0]="Sparse",t[t.Dense=1]="Dense"})(yg=he.UnionMode||(he.UnionMode={}));var jg;(function(t){t[t.HALF=0]="HALF",t[t.SINGLE=1]="SINGLE",t[t.DOUBLE=2]="DOUBLE"})(jg=he.Precision||(he.Precision={}));var _g;(function(t){t[t.DAY=0]="DAY",t[t.MILLISECOND=1]="MILLISECOND"})(_g=he.DateUnit||(he.DateUnit={}));var cs;(function(t){t[t.SECOND=0]="SECOND",t[t.MILLISECOND=1]="MILLISECOND",t[t.MICROSECOND=2]="MICROSECOND",t[t.NANOSECOND=3]="NANOSECOND"})(cs=he.TimeUnit||(he.TimeUnit={}));var qg;(function(t){t[t.YEAR_MONTH=0]="YEAR_MONTH",t[t.DAY_TIME=1]="DAY_TIME"})(qg=he.IntervalUnit||(he.IntervalUnit={}));var vg;(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"})(vg=he.Type||(he.Type={}));var Tg;(function(t){t[t.DenseArray=0]="DenseArray"})(Tg=he.DictionaryKind||(he.DictionaryKind={}));var Bg;(function(t){t[t.Little=0]="Little",t[t.Big=1]="Big"})(Bg=he.Endianness||(he.Endianness={}));var ps=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 ps).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsNull(e,r){return e.setPosition(e.position()+Lt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new ps).__init(e.readInt32(e.position())+e.position(),e)}static startNull(e){e.startObject(0)}static endNull(e){return e.endObject()}static createNull(e){return ps.startNull(e),ps.endNull(e)}};he.Null=ps;var ds=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 ds).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsStruct_(e,r){return e.setPosition(e.position()+Lt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new ds).__init(e.readInt32(e.position())+e.position(),e)}static startStruct_(e){e.startObject(0)}static endStruct_(e){return e.endObject()}static createStruct_(e){return ds.startStruct_(e),ds.endStruct_(e)}};he.Struct_=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 getRootAsList(e,r){return(r||new ms).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsList(e,r){return e.setPosition(e.position()+Lt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new ms).__init(e.readInt32(e.position())+e.position(),e)}static startList(e){e.startObject(0)}static endList(e){return e.endObject()}static createList(e){return ms.startList(e),ms.endList(e)}};he.List=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 getRootAsLargeList(e,r){return(r||new bs).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsLargeList(e,r){return e.setPosition(e.position()+Lt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new bs).__init(e.readInt32(e.position())+e.position(),e)}static startLargeList(e){e.startObject(0)}static endLargeList(e){return e.endObject()}static createLargeList(e){return bs.startLargeList(e),bs.endLargeList(e)}};he.LargeList=bs;var Qo=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 Qo).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsFixedSizeList(e,r){return e.setPosition(e.position()+Lt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Qo).__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 Qo.startFixedSizeList(e),Qo.addListSize(e,r),Qo.endFixedSizeList(e)}};he.FixedSizeList=Qo;var $o=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 $o).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsMap(e,r){return e.setPosition(e.position()+Lt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new $o).__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 $o.startMap(e),$o.addKeysSorted(e,r),$o.endMap(e)}};he.Map=$o;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()+Lt.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):yg.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,yg.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()+Lt.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 ef=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 ef).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsFloatingPoint(e,r){return e.setPosition(e.position()+Lt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new ef).__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):jg.HALF}static startFloatingPoint(e){e.startObject(1)}static addPrecision(e,r){e.addFieldInt16(0,r,jg.HALF)}static endFloatingPoint(e){return e.endObject()}static createFloatingPoint(e,r){return ef.startFloatingPoint(e),ef.addPrecision(e,r),ef.endFloatingPoint(e)}};he.FloatingPoint=ef;var hs=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 hs).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsUtf8(e,r){return e.setPosition(e.position()+Lt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new hs).__init(e.readInt32(e.position())+e.position(),e)}static startUtf8(e){e.startObject(0)}static endUtf8(e){return e.endObject()}static createUtf8(e){return hs.startUtf8(e),hs.endUtf8(e)}};he.Utf8=hs;var ws=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 ws).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsBinary(e,r){return e.setPosition(e.position()+Lt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new ws).__init(e.readInt32(e.position())+e.position(),e)}static startBinary(e){e.startObject(0)}static endBinary(e){return e.endObject()}static createBinary(e){return ws.startBinary(e),ws.endBinary(e)}};he.Binary=ws;var gs=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 gs).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsLargeUtf8(e,r){return e.setPosition(e.position()+Lt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new gs).__init(e.readInt32(e.position())+e.position(),e)}static startLargeUtf8(e){e.startObject(0)}static endLargeUtf8(e){return e.endObject()}static createLargeUtf8(e){return gs.startLargeUtf8(e),gs.endLargeUtf8(e)}};he.LargeUtf8=gs;var ys=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 ys).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsLargeBinary(e,r){return e.setPosition(e.position()+Lt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new ys).__init(e.readInt32(e.position())+e.position(),e)}static startLargeBinary(e){e.startObject(0)}static endLargeBinary(e){return e.endObject()}static createLargeBinary(e){return ys.startLargeBinary(e),ys.endLargeBinary(e)}};he.LargeBinary=ys;var tf=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 tf).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsFixedSizeBinary(e,r){return e.setPosition(e.position()+Lt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new tf).__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 tf.startFixedSizeBinary(e),tf.addByteWidth(e,r),tf.endFixedSizeBinary(e)}};he.FixedSizeBinary=tf;var js=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 js).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsBool(e,r){return e.setPosition(e.position()+Lt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new js).__init(e.readInt32(e.position())+e.position(),e)}static startBool(e){e.startObject(0)}static endBool(e){return e.endObject()}static createBool(e){return js.startBool(e),js.endBool(e)}};he.Bool=js;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()+Lt.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 rf=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 rf).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsDate(e,r){return e.setPosition(e.position()+Lt.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):_g.MILLISECOND}static startDate(e){e.startObject(1)}static addUnit(e,r){e.addFieldInt16(0,r,_g.MILLISECOND)}static endDate(e){return e.endObject()}static createDate(e,r){return rf.startDate(e),rf.addUnit(e,r),rf.endDate(e)}};he.Date=rf;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()+Lt.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):cs.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,cs.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()+Lt.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):cs.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,cs.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 nf=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 nf).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsInterval(e,r){return e.setPosition(e.position()+Lt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new nf).__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):qg.YEAR_MONTH}static startInterval(e){e.startObject(1)}static addUnit(e,r){e.addFieldInt16(0,r,qg.YEAR_MONTH)}static endInterval(e){return e.endObject()}static createInterval(e,r){return nf.startInterval(e),nf.addUnit(e,r),nf.endInterval(e)}};he.Interval=nf;var of=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 of).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsDuration(e,r){return e.setPosition(e.position()+Lt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new of).__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):cs.MILLISECOND}static startDuration(e){e.startObject(1)}static addUnit(e,r){e.addFieldInt16(0,r,cs.MILLISECOND)}static endDuration(e){return e.endObject()}static createDuration(e,r){return of.startDuration(e),of.addUnit(e,r),of.endDuration(e)}};he.Duration=of;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()+Lt.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()+Lt.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):Tg.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,Tg.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 Rr=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 Rr).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsField(e,r){return e.setPosition(e.position()+Lt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Rr).__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):vg.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 Rr).__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,vg.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,a){return Rr.startField(e),Rr.addName(e,r),Rr.addNullable(e,n),Rr.addTypeType(e,i),Rr.addType(e,o),Rr.addDictionary(e,f),Rr.addChildren(e,s),Rr.addCustomMetadata(e,a),Rr.endField(e)}};he.Field=Rr;var Rk=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=Rk;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()+Lt.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):Bg.Little}fields(e,r){let n=this.bb.__offset(this.bb_pos,6);return n?(r||new Rr).__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,Bg.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 md=H(sr=>{"use strict";Object.defineProperty(sr,"__esModule",{value:!0});sr.Message=sr.DictionaryBatch=sr.RecordBatch=sr.BodyCompression=sr.FieldNode=sr.MessageHeader=sr.BodyCompressionMethod=sr.CompressionType=void 0;var pd=uo(),dd=ff(),kg;(function(t){t[t.LZ4_FRAME=0]="LZ4_FRAME",t[t.ZSTD=1]="ZSTD"})(kg=sr.CompressionType||(sr.CompressionType={}));var Ig;(function(t){t[t.BUFFER=0]="BUFFER"})(Ig=sr.BodyCompressionMethod||(sr.BodyCompressionMethod={}));var Sg;(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"})(Sg=sr.MessageHeader||(sr.MessageHeader={}));var xg=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()}};sr.FieldNode=xg;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()+pd.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):kg.LZ4_FRAME}method(){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.readInt8(this.bb_pos+e):Ig.BUFFER}static startBodyCompression(e){e.startObject(2)}static addCodec(e,r){e.addFieldInt8(0,r,kg.LZ4_FRAME)}static addMethod(e,r){e.addFieldInt8(1,r,Ig.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)}};sr.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()+pd.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 xg).__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 dd.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)}};sr.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()+pd.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)}};sr.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()+pd.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):dd.MetadataVersion.V1}headerType(){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.readUint8(this.bb_pos+e):Sg.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 dd.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,dd.MetadataVersion.V1)}static addHeaderType(e,r){e.addFieldInt8(1,r,Sg.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)}};sr.Message=kn});var zt=H(Zt=>{"use strict";Object.defineProperty(Zt,"__esModule",{value:!0});Zt.BufferType=Zt.Type=Zt.MessageHeader=Zt.MetadataVersion=Zt.IntervalUnit=Zt.UnionMode=Zt.Precision=Zt.TimeUnit=Zt.DateUnit=void 0;var ha=ff();Object.defineProperty(Zt,"DateUnit",{enumerable:!0,get:function(){return ha.DateUnit}});Object.defineProperty(Zt,"TimeUnit",{enumerable:!0,get:function(){return ha.TimeUnit}});Object.defineProperty(Zt,"Precision",{enumerable:!0,get:function(){return ha.Precision}});Object.defineProperty(Zt,"UnionMode",{enumerable:!0,get:function(){return ha.UnionMode}});Object.defineProperty(Zt,"IntervalUnit",{enumerable:!0,get:function(){return ha.IntervalUnit}});Object.defineProperty(Zt,"MetadataVersion",{enumerable:!0,get:function(){return ha.MetadataVersion}});var GF=md();Object.defineProperty(Zt,"MessageHeader",{enumerable:!0,get:function(){return GF.MessageHeader}});var JF;(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"})(JF=Zt.Type||(Zt.Type={}));var ZF;(function(t){t[t.OFFSET=0]="OFFSET",t[t.DATA=1]="DATA",t[t.VALIDITY=2]="VALIDITY",t[t.TYPE=3]="TYPE"})(ZF=Zt.BufferType||(Zt.BufferType={}))});var Bi=H(pr=>{"use strict";Object.defineProperty(pr,"__esModule",{value:!0});pr.popcnt_uint32=pr.popcnt_array=pr.popcnt_bit_range=pr.BitIterator=pr.packBools=pr.truncateBitmap=pr.setBool=pr.getBit=pr.getBool=void 0;function zk(t,e,r,n){return(r&1<<n)!=0}pr.getBool=zk;function Hk(t,e,r,n){return(r&1<<n)>>n}pr.getBit=Hk;function XF(t,e,r){return r?!!(t[e>>3]|=1<<e%8)||!0:!(t[e>>3]&=~(1<<e%8))&&!1}pr.setBool=XF;function QF(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):Mk(new bd(r,t,e,null,zk)).subarray(0,n)),i}return r}pr.truncateBitmap=QF;function Mk(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}pr.packBools=Mk;var bd=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}};pr.BitIterator=bd;function Eg(t,e,r){if(r-e<=0)return 0;if(r-e<8){let o=0;for(let f of new bd(t,e,r-e,t,Hk))o+=f;return o}let n=r>>3<<3,i=e+(e%8==0?0:8-e%8);return Eg(t,e,i)+Eg(t,n,r)+Uk(t,i>>3,n-i>>3)}pr.popcnt_bit_range=Eg;function Uk(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+=hd(o.getUint32(i)),i+=4;for(;f-i>=2;)n+=hd(o.getUint16(i)),i+=2;for(;f-i>=1;)n+=hd(o.getUint8(i)),i+=1;return n}pr.popcnt_array=Uk;function hd(t){let e=t|0;return e=e-(e>>>1&1431655765),e=(e&858993459)+(e>>>2&858993459),(e+(e>>>4)&252645135)*16843009>>>24}pr.popcnt_uint32=hd});var qt=H(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=zt(),Xt=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=Xt;Xt[Symbol.toStringTag]=(t=>(t.children=null,t.ArrayType=Array,t[Symbol.toStringTag]="DataType"))(Xt.prototype);var wd=class extends Xt{toString(){return"Null"}get typeId(){return qe.Type.Null}};ue.Null=wd;wd[Symbol.toStringTag]=(t=>t[Symbol.toStringTag]="Null")(wd.prototype);var In=class extends Xt{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 Ag=class extends In{constructor(){super(!0,8)}};ue.Int8=Ag;var Og=class extends In{constructor(){super(!0,16)}};ue.Int16=Og;var Ng=class extends In{constructor(){super(!0,32)}};ue.Int32=Ng;var Dg=class extends In{constructor(){super(!0,64)}};ue.Int64=Dg;var Fg=class extends In{constructor(){super(!1,8)}};ue.Uint8=Fg;var Pg=class extends In{constructor(){super(!1,16)}};ue.Uint16=Pg;var Rg=class extends In{constructor(){super(!1,32)}};ue.Uint32=Rg;var zg=class extends In{constructor(){super(!1,64)}};ue.Uint64=zg;Object.defineProperty(Ag.prototype,"ArrayType",{value:Int8Array});Object.defineProperty(Og.prototype,"ArrayType",{value:Int16Array});Object.defineProperty(Ng.prototype,"ArrayType",{value:Int32Array});Object.defineProperty(Dg.prototype,"ArrayType",{value:Int32Array});Object.defineProperty(Fg.prototype,"ArrayType",{value:Uint8Array});Object.defineProperty(Pg.prototype,"ArrayType",{value:Uint16Array});Object.defineProperty(Rg.prototype,"ArrayType",{value:Uint32Array});Object.defineProperty(zg.prototype,"ArrayType",{value:Uint32Array});var _s=class extends Xt{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=_s;_s[Symbol.toStringTag]=(t=>(t.precision=null,t[Symbol.toStringTag]="Float"))(_s.prototype);var Hg=class extends _s{constructor(){super(qe.Precision.HALF)}};ue.Float16=Hg;var Mg=class extends _s{constructor(){super(qe.Precision.SINGLE)}};ue.Float32=Mg;var Ug=class extends _s{constructor(){super(qe.Precision.DOUBLE)}};ue.Float64=Ug;Object.defineProperty(Hg.prototype,"ArrayType",{value:Uint16Array});Object.defineProperty(Mg.prototype,"ArrayType",{value:Float32Array});Object.defineProperty(Ug.prototype,"ArrayType",{value:Float64Array});var gd=class extends Xt{constructor(){super()}get typeId(){return qe.Type.Binary}toString(){return"Binary"}};ue.Binary=gd;gd[Symbol.toStringTag]=(t=>(t.ArrayType=Uint8Array,t[Symbol.toStringTag]="Binary"))(gd.prototype);var yd=class extends Xt{constructor(){super()}get typeId(){return qe.Type.Utf8}toString(){return"Utf8"}};ue.Utf8=yd;yd[Symbol.toStringTag]=(t=>(t.ArrayType=Uint8Array,t[Symbol.toStringTag]="Utf8"))(yd.prototype);var jd=class extends Xt{constructor(){super()}get typeId(){return qe.Type.Bool}toString(){return"Bool"}};ue.Bool=jd;jd[Symbol.toStringTag]=(t=>(t.ArrayType=Uint8Array,t[Symbol.toStringTag]="Bool"))(jd.prototype);var _d=class extends Xt{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=_d;_d[Symbol.toStringTag]=(t=>(t.scale=null,t.precision=null,t.ArrayType=Uint32Array,t[Symbol.toStringTag]="Decimal"))(_d.prototype);var wa=class extends Xt{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_=wa;wa[Symbol.toStringTag]=(t=>(t.unit=null,t.ArrayType=Int32Array,t[Symbol.toStringTag]="Date"))(wa.prototype);var Lk=class extends wa{constructor(){super(qe.DateUnit.DAY)}};ue.DateDay=Lk;var Ck=class extends wa{constructor(){super(qe.DateUnit.MILLISECOND)}};ue.DateMillisecond=Ck;var sf=class extends Xt{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=sf;sf[Symbol.toStringTag]=(t=>(t.unit=null,t.bitWidth=null,t.ArrayType=Int32Array,t[Symbol.toStringTag]="Time"))(sf.prototype);var Vk=class extends sf{constructor(){super(qe.TimeUnit.SECOND,32)}};ue.TimeSecond=Vk;var Wk=class extends sf{constructor(){super(qe.TimeUnit.MILLISECOND,32)}};ue.TimeMillisecond=Wk;var Yk=class extends sf{constructor(){super(qe.TimeUnit.MICROSECOND,64)}};ue.TimeMicrosecond=Yk;var Kk=class extends sf{constructor(){super(qe.TimeUnit.NANOSECOND,64)}};ue.TimeNanosecond=Kk;var af=class extends Xt{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=af;af[Symbol.toStringTag]=(t=>(t.unit=null,t.timezone=null,t.ArrayType=Int32Array,t[Symbol.toStringTag]="Timestamp"))(af.prototype);var Gk=class extends af{constructor(e){super(qe.TimeUnit.SECOND,e)}};ue.TimestampSecond=Gk;var Jk=class extends af{constructor(e){super(qe.TimeUnit.MILLISECOND,e)}};ue.TimestampMillisecond=Jk;var Zk=class extends af{constructor(e){super(qe.TimeUnit.MICROSECOND,e)}};ue.TimestampMicrosecond=Zk;var Xk=class extends af{constructor(e){super(qe.TimeUnit.NANOSECOND,e)}};ue.TimestampNanosecond=Xk;var ga=class extends Xt{constructor(e){super();this.unit=e}get typeId(){return qe.Type.Interval}toString(){return`Interval<${qe.IntervalUnit[this.unit]}>`}};ue.Interval=ga;ga[Symbol.toStringTag]=(t=>(t.unit=null,t.ArrayType=Int32Array,t[Symbol.toStringTag]="Interval"))(ga.prototype);var Qk=class extends ga{constructor(){super(qe.IntervalUnit.DAY_TIME)}};ue.IntervalDayTime=Qk;var $k=class extends ga{constructor(){super(qe.IntervalUnit.YEAR_MONTH)}};ue.IntervalYearMonth=$k;var qd=class extends Xt{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=qd;qd[Symbol.toStringTag]=(t=>(t.children=null,t[Symbol.toStringTag]="List"))(qd.prototype);var vd=class extends Xt{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=vd;vd[Symbol.toStringTag]=(t=>(t.children=null,t[Symbol.toStringTag]="Struct"))(vd.prototype);var ya=class extends Xt{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=ya;ya[Symbol.toStringTag]=(t=>(t.mode=null,t.typeIds=null,t.children=null,t.typeIdToChildIndex=null,t.ArrayType=Int8Array,t[Symbol.toStringTag]="Union"))(ya.prototype);var eI=class extends ya{constructor(e,r){super(qe.UnionMode.Dense,e,r)}};ue.DenseUnion=eI;var tI=class extends ya{constructor(e,r){super(qe.UnionMode.Sparse,e,r)}};ue.SparseUnion=tI;var Td=class extends Xt{constructor(e){super();this.byteWidth=e}get typeId(){return qe.Type.FixedSizeBinary}toString(){return`FixedSizeBinary[${this.byteWidth}]`}};ue.FixedSizeBinary=Td;Td[Symbol.toStringTag]=(t=>(t.byteWidth=null,t.ArrayType=Uint8Array,t[Symbol.toStringTag]="FixedSizeBinary"))(Td.prototype);var Bd=class extends Xt{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=Bd;Bd[Symbol.toStringTag]=(t=>(t.children=null,t.listSize=null,t[Symbol.toStringTag]="FixedSizeList"))(Bd.prototype);var kd=class extends Xt{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_=kd;kd[Symbol.toStringTag]=(t=>(t.children=null,t.keysSorted=null,t[Symbol.toStringTag]="Map_"))(kd.prototype);var $F=(t=>()=>++t)(-1),Id=class extends Xt{constructor(e,r,n,i){super();this.indices=r,this.dictionary=e,this.isOrdered=i||!1,this.id=n==null?$F():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=Id;Id[Symbol.toStringTag]=(t=>(t.id=null,t.indices=null,t.isOrdered=null,t.dictionary=null,t[Symbol.toStringTag]="Dictionary"))(Id.prototype);function eP(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=eP});var Qn=H(qs=>{"use strict";Object.defineProperty(qs,"__esModule",{value:!0});qs.Data=qs.kUnknownNullCount=void 0;var tP=Bi(),rP=Bi(),Be=zt(),nP=qt(),dt=yr();qs.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 a;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=nP.strideForType(e),o&&((a=o[0])&&(this.valueOffsets=a),(a=o[1])&&(this.values=a),(a=o[2])&&(this.nullBitmap=a),(a=o[3])&&(this.typeIds=a)))}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<=qs.kUnknownNullCount&&(r=this.nullBitmap)&&(this._nullCount=e=this.length-rP.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,a=this._sliceBuffers(e,r,n,i);return this.clone(this.type,this.offset+e,r,f,a,!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(tP.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,a){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,a))}};qs.Data=Ge;Ge.prototype.childData=Object.freeze([])});var Lg=H(Sd=>{"use strict";Object.defineProperty(Sd,"__esModule",{value:!0});Sd.valueToString=void 0;var iP=void 0;function oP(t){if(t===null)return"null";if(t===iP)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)}Sd.valueToString=oP});var rI=H(xd=>{"use strict";Object.defineProperty(xd,"__esModule",{value:!0});xd.createIsValidFunction=void 0;var Cg=Lg(),fP=Pr();function sP(t){if(!t||t.length<=0)return function(i){return!0};let e="",r=t.filter(n=>n===n);return r.length>0&&(e=`
|
|
30
30
|
switch (x) {${r.map(n=>`
|
|
31
|
-
case ${
|
|
31
|
+
case ${aP(n)}:`).join("")}
|
|
32
32
|
return false;
|
|
33
33
|
}`),t.length!==r.length&&(e=`if (x !== x) return false;
|
|
34
34
|
${e}`),new Function("x",`${e}
|
|
35
|
-
return true;`)}Od.createIsValidFunction=vP;function TP(t){return typeof t!="bigint"?Jg.valueToString(t):qP.BigIntAvailable?`${Jg.valueToString(t)}n`:`"${Jg.valueToString(t)}"`}});var uf=H(xn=>{"use strict";Object.defineProperty(xn,"__esModule",{value:!0});xn.WideBufferBuilder=xn.OffsetsBufferBuilder=xn.BitmapBufferBuilder=xn.DataBufferBuilder=xn.BufferBuilder=void 0;var yI=yr(),Zg=Pr(),Xg=(t,e)=>(t*e+63&~63||64)/e,BP=(t,e=0)=>t.length>=e?t.subarray(0,e):yI.memcpy(new t.constructor(e),t,0),zu=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?Xg(n*1,this.BYTES_PER_ELEMENT):Xg(n*2,this.BYTES_PER_ELEMENT))}return this}flush(e=this.length){e=Xg(e*this.stride,this.BYTES_PER_ELEMENT);let r=BP(this.buffer,e);return this.clear(),r}clear(){return this.length=0,this._resize(0),this}_resize(e){return this.buffer=yI.memcpy(new this.ArrayType(e),this.buffer)}};xn.BufferBuilder=zu;zu.prototype.offset=0;var Nd=class extends zu{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}};xn.DataBufferBuilder=Nd;var jI=class extends Nd{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()}};xn.BitmapBufferBuilder=jI;var _I=class extends Nd{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)}};xn.OffsetsBufferBuilder=_I;var qI=class extends zu{get ArrayType64(){return this._ArrayType64||(this._ArrayType64=this.buffer instanceof Int32Array?Zg.BigInt64Array:Zg.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 Zg.BigIntAvailable&&(this.buffer64=new this.ArrayType64(r.buffer,r.byteOffset,n)),r}};xn.WideBufferBuilder=qI});var Qt=H(cf=>{"use strict";Object.defineProperty(cf,"__esModule",{value:!0});cf.VariableWidthBuilder=cf.FixedWidthBuilder=cf.Builder=void 0;var kP=fr(),_a=zt(),IP=$n(),SP=gI(),Qg=uf(),xP=qt(),En=class{constructor({type:e,nullValues:r}){this.length=0,this.finished=!1,this.type=e,this.children=[],this.nullValues=r,this.stride=xP.strideForType(e),this._nulls=new Qg.BitmapBufferBuilder,r&&r.length>0&&(this._isValid=SP.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 EP(e)}static throughAsyncIterable(e){return AP(e)}toVector(){return kP.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[_a.BufferType.TYPE]=i.flush(o),n&&(e[_a.BufferType.OFFSET]=n.flush(o))):n?(r&&(e[_a.BufferType.DATA]=r.flush(n.last())),e[_a.BufferType.OFFSET]=n.flush(o)):r&&(e[_a.BufferType.DATA]=r.flush(o)),f>0&&(e[_a.BufferType.VALIDITY]=this._nulls.flush(o));let s=IP.Data.new(this.type,0,o,f,e,this.children.map(a=>a.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}};cf.Builder=En;En.prototype.length=1;En.prototype.stride=1;En.prototype.children=null;En.prototype.finished=!1;En.prototype.nullValues=null;En.prototype._isValid=()=>!0;var vI=class extends En{constructor(e){super(e);this._values=new Qg.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)}};cf.FixedWidthBuilder=vI;var TI=class extends En{constructor(e){super(e);this._pendingLength=0,this._offsets=new Qg.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}};cf.VariableWidthBuilder=TI;function EP(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=En.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 AP(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=En.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 $g=H(Dd=>{"use strict";Object.defineProperty(Dd,"__esModule",{value:!0});Dd.BoolBuilder=void 0;var OP=uf(),NP=Qt(),BI=class extends NP.Builder{constructor(e){super(e);this._values=new OP.BitmapBufferBuilder}setValue(e,r){this._values.set(e,+r)}};Dd.BoolBuilder=BI});var ey=H(Fd=>{"use strict";Object.defineProperty(Fd,"__esModule",{value:!0});Fd.NullBuilder=void 0;var DP=Qt(),kI=class extends DP.Builder{setValue(e,r){}setValid(e,r){return this.length=Math.max(e+1,this.length),r}};Fd.NullBuilder=kI});var ty=H(pf=>{"use strict";Object.defineProperty(pf,"__esModule",{value:!0});pf.DateMillisecondBuilder=pf.DateDayBuilder=pf.DateBuilder=void 0;var FP=Qt(),Pd=class extends FP.FixedWidthBuilder{};pf.DateBuilder=Pd;var II=class extends Pd{};pf.DateDayBuilder=II;var SI=class extends Pd{};pf.DateMillisecondBuilder=SI});var ry=H(Rd=>{"use strict";Object.defineProperty(Rd,"__esModule",{value:!0});Rd.DecimalBuilder=void 0;var PP=Qt(),xI=class extends PP.FixedWidthBuilder{};Rd.DecimalBuilder=xI});var iy=H(zd=>{"use strict";Object.defineProperty(zd,"__esModule",{value:!0});zd.DictionaryBuilder=void 0;var RP=qt(),ny=Qt(),EI=class extends ny.Builder{constructor({type:e,nullValues:r,dictionaryHashFunction:n}){super({type:new RP.Dictionary(e.dictionary,e.indices,e.id,e.isOrdered)});this._nulls=null,this._dictionaryOffset=0,this._keysToIndices=Object.create(null),this.indices=ny.Builder.new({type:this.type.indices,nullValues:r}),this.dictionary=ny.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}`}};zd.DictionaryBuilder=EI});var oy=H(Hd=>{"use strict";Object.defineProperty(Hd,"__esModule",{value:!0});Hd.FixedSizeBinaryBuilder=void 0;var zP=Qt(),AI=class extends zP.FixedWidthBuilder{};Hd.FixedSizeBinaryBuilder=AI});var Hu=H(va=>{"use strict";Object.defineProperty(va,"__esModule",{value:!0});va.float64ToUint16=va.uint16ToFloat64=void 0;var OI=new Float64Array(1),qa=new Uint32Array(OI.buffer);function HP(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)}va.uint16ToFloat64=HP;function MP(t){if(t!==t)return 32256;OI[0]=t;let e=(qa[1]&2147483648)>>16&65535,r=qa[1]&2146435072,n=0;return r>=1089470464?qa[0]>0?r=31744:(r=(r&2080374784)>>16,n=(qa[1]&1048575)>>10):r<=1056964608?(n=1048576+(qa[1]&1048575),n=1048576+(n<<(r>>20)-998)>>21,r=0):(r=r-1056964608>>10,n=(qa[1]&1048575)+512>>10),e|r|n&65535}va.float64ToUint16=MP});var fy=H(Ii=>{"use strict";Object.defineProperty(Ii,"__esModule",{value:!0});Ii.Float64Builder=Ii.Float32Builder=Ii.Float16Builder=Ii.FloatBuilder=void 0;var UP=Hu(),LP=Qt(),Mu=class extends LP.FixedWidthBuilder{};Ii.FloatBuilder=Mu;var NI=class extends Mu{setValue(e,r){this._values.set(e,UP.float64ToUint16(r))}};Ii.Float16Builder=NI;var DI=class extends Mu{setValue(e,r){this._values.set(e,r)}};Ii.Float32Builder=DI;var FI=class extends Mu{setValue(e,r){this._values.set(e,r)}};Ii.Float64Builder=FI});var Cu=H(jr=>{"use strict";Object.defineProperty(jr,"__esModule",{value:!0});jr.BN=jr.bignumToBigInt=jr.bignumToString=jr.isArrowBigNumSymbol=void 0;var CP=yr(),Uu=Pr();jr.isArrowBigNumSymbol=Symbol.for("isArrowBigNum");function ei(t,...e){return e.length===0?Object.setPrototypeOf(CP.toArrayBufferView(this.TypedArray,t),this.constructor.prototype):Object.setPrototypeOf(new this.TypedArray(t,...e),this.constructor.prototype)}ei.prototype[jr.isArrowBigNumSymbol]=!0;ei.prototype.toJSON=function(){return`"${jr.bignumToString(this)}"`};ei.prototype.valueOf=function(){return PI(this)};ei.prototype.toString=function(){return jr.bignumToString(this)};ei.prototype[Symbol.toPrimitive]=function(t="default"){switch(t){case"number":return PI(this);case"string":return jr.bignumToString(this);case"default":return jr.bignumToBigInt(this)}return jr.bignumToString(this)};function Ta(...t){return ei.apply(this,t)}function Ba(...t){return ei.apply(this,t)}function Lu(...t){return ei.apply(this,t)}Object.setPrototypeOf(Ta.prototype,Object.create(Int32Array.prototype));Object.setPrototypeOf(Ba.prototype,Object.create(Uint32Array.prototype));Object.setPrototypeOf(Lu.prototype,Object.create(Uint32Array.prototype));Object.assign(Ta.prototype,ei.prototype,{constructor:Ta,signed:!0,TypedArray:Int32Array,BigIntArray:Uu.BigInt64Array});Object.assign(Ba.prototype,ei.prototype,{constructor:Ba,signed:!1,TypedArray:Uint32Array,BigIntArray:Uu.BigUint64Array});Object.assign(Lu.prototype,ei.prototype,{constructor:Lu,signed:!0,TypedArray:Uint32Array,BigIntArray:Uu.BigUint64Array});function PI(t){let{buffer:e,byteOffset:r,length:n,signed:i}=t,o=new Int32Array(e,r,n),f=0,s=0,a=o.length,u,c;for(;s<a;)c=o[s++],u=o[s++],i||(u=u>>>0),f+=(c>>>0)+u*s**32;return f}Uu.BigIntAvailable?(jr.bignumToBigInt=t=>t.byteLength===8?new t.BigIntArray(t.buffer,t.byteOffset,1)[0]:sy(t),jr.bignumToString=t=>t.byteLength===8?`${new t.BigIntArray(t.buffer,t.byteOffset,1)[0]}`:sy(t)):(jr.bignumToString=sy,jr.bignumToBigInt=jr.bignumToString);function sy(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 Md=class{static new(e,r){switch(r){case!0:return new Ta(e);case!1:return new Ba(e)}switch(e.constructor){case Int8Array:case Int16Array:case Int32Array:case Uu.BigInt64Array:return new Ta(e)}return e.byteLength===16?new Lu(e):new Ba(e)}static signed(e){return new Ta(e)}static unsigned(e){return new Ba(e)}static decimal(e){return new Lu(e)}constructor(e,r){return Md.new(e,r)}};jr.BN=Md});var ay=H(dr=>{"use strict";Object.defineProperty(dr,"__esModule",{value:!0});dr.Uint64Builder=dr.Uint32Builder=dr.Uint16Builder=dr.Uint8Builder=dr.Int64Builder=dr.Int32Builder=dr.Int16Builder=dr.Int8Builder=dr.IntBuilder=void 0;var VP=Cu(),RI=uf(),WP=Pr(),YP=Qt(),Si=class extends YP.FixedWidthBuilder{setValue(e,r){this._values.set(e,r)}};dr.IntBuilder=Si;var zI=class extends Si{};dr.Int8Builder=zI;var HI=class extends Si{};dr.Int16Builder=HI;var MI=class extends Si{};dr.Int32Builder=MI;var UI=class extends Si{constructor(e){e.nullValues&&(e.nullValues=e.nullValues.map(Ud));super(e);this._values=new RI.WideBufferBuilder(new Int32Array(0),2)}get values64(){return this._values.buffer64}isValid(e){return super.isValid(Ud(e))}};dr.Int64Builder=UI;var LI=class extends Si{};dr.Uint8Builder=LI;var CI=class extends Si{};dr.Uint16Builder=CI;var VI=class extends Si{};dr.Uint32Builder=VI;var WI=class extends Si{constructor(e){e.nullValues&&(e.nullValues=e.nullValues.map(Ud));super(e);this._values=new RI.WideBufferBuilder(new Uint32Array(0),2)}get values64(){return this._values.buffer64}isValid(e){return super.isValid(Ud(e))}};dr.Uint64Builder=WI;var Ud=(t=>e=>(ArrayBuffer.isView(e)&&(t.buffer=e.buffer,t.byteOffset=e.byteOffset,t.byteLength=e.byteLength,e=VP.bignumToBigInt(t),t.buffer=null),e))({BigIntArray:WP.BigInt64Array})});var ly=H(An=>{"use strict";Object.defineProperty(An,"__esModule",{value:!0});An.TimeNanosecondBuilder=An.TimeMicrosecondBuilder=An.TimeMillisecondBuilder=An.TimeSecondBuilder=An.TimeBuilder=void 0;var KP=Qt(),ka=class extends KP.FixedWidthBuilder{};An.TimeBuilder=ka;var YI=class extends ka{};An.TimeSecondBuilder=YI;var KI=class extends ka{};An.TimeMillisecondBuilder=KI;var GI=class extends ka{};An.TimeMicrosecondBuilder=GI;var JI=class extends ka{};An.TimeNanosecondBuilder=JI});var uy=H(On=>{"use strict";Object.defineProperty(On,"__esModule",{value:!0});On.TimestampNanosecondBuilder=On.TimestampMicrosecondBuilder=On.TimestampMillisecondBuilder=On.TimestampSecondBuilder=On.TimestampBuilder=void 0;var GP=Qt(),Ia=class extends GP.FixedWidthBuilder{};On.TimestampBuilder=Ia;var ZI=class extends Ia{};On.TimestampSecondBuilder=ZI;var XI=class extends Ia{};On.TimestampMillisecondBuilder=XI;var QI=class extends Ia{};On.TimestampMicrosecondBuilder=QI;var $I=class extends Ia{};On.TimestampNanosecondBuilder=$I});var cy=H(df=>{"use strict";Object.defineProperty(df,"__esModule",{value:!0});df.IntervalYearMonthBuilder=df.IntervalDayTimeBuilder=df.IntervalBuilder=void 0;var JP=Qt(),Ld=class extends JP.FixedWidthBuilder{};df.IntervalBuilder=Ld;var eS=class extends Ld{};df.IntervalDayTimeBuilder=eS;var tS=class extends Ld{};df.IntervalYearMonthBuilder=tS});var Vd=H(Cd=>{"use strict";Object.defineProperty(Cd,"__esModule",{value:!0});Cd.BinaryBuilder=void 0;var ZP=yr(),XP=uf(),QP=Qt(),rS=class extends QP.VariableWidthBuilder{constructor(e){super(e);this._values=new XP.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,ZP.toUint8Array(r))}_flushPending(e,r){let n=this._offsets,i=this._values.reserve(r).buffer,o=0,f=0,s=0,a;for([o,a]of e)a===void 0?n.set(o,0):(f=a.length,i.set(a,s),n.set(o,f),s+=f)}};Cd.BinaryBuilder=rS});var Yd=H(Wd=>{"use strict";Object.defineProperty(Wd,"__esModule",{value:!0});Wd.Utf8Builder=void 0;var $P=us(),eR=Vd(),tR=uf(),rR=Qt(),py=class extends rR.VariableWidthBuilder{constructor(e){super(e);this._values=new tR.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,$P.encodeUtf8(r))}_flushPending(e,r){}};Wd.Utf8Builder=py;py.prototype._flushPending=eR.BinaryBuilder.prototype._flushPending});var dy=H(Kd=>{"use strict";Object.defineProperty(Kd,"__esModule",{value:!0});Kd.Run=void 0;var nR=fr(),nS=class{get length(){return this._values.length}get(e){return this._values[e]}clear(){return this._values=null,this}bind(e){return e instanceof nR.Vector?e:(this._values=e,this)}};Kd.Run=nS});var Tr=H(Sa=>{"use strict";Object.defineProperty(Sa,"__esModule",{value:!0});Sa.Field=Sa.Schema=void 0;var iR=qt(),Nn=class{constructor(e=[],r,n){this.fields=e||[],this.metadata=r||new Map,n||(n=my(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 Nn(this.fields.filter(n=>r[n.name]),this.metadata)}selectAt(...e){return new Nn(e.map(r=>this.fields[r]).filter(Boolean),this.metadata)}assign(...e){let r=e[0]instanceof Nn?e[0]:Array.isArray(e[0])?new Nn(e[0]):new Nn(e),n=[...this.fields],i=Gd(Gd(new Map,this.metadata),r.metadata),o=r.fields.filter(s=>{let a=n.findIndex(u=>u.name===s.name);return~a?(n[a]=s.clone({metadata:Gd(Gd(new Map,n[a].metadata),s.metadata)}))&&!1:!0}),f=my(o,new Map);return new Nn([...n,...o],i,new Map([...this.dictionaries,...f]))}};Sa.Schema=Nn;var wo=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 wo(`${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],wo.new(r,n,i,o)}};Sa.Field=wo;function Gd(t,e){return new Map([...t||new Map,...e||new Map])}function my(t,e=new Map){for(let r=-1,n=t.length;++r<n;){let o=t[r].type;if(iR.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&&my(o.children,e)}return e}Nn.prototype.fields=null;Nn.prototype.metadata=null;Nn.prototype.dictionaries=null;wo.prototype.type=null;wo.prototype.name=null;wo.prototype.nullable=null;wo.prototype.metadata=null});var by=H(Jd=>{"use strict";Object.defineProperty(Jd,"__esModule",{value:!0});Jd.ListBuilder=void 0;var oR=dy(),fR=Tr(),sR=qt(),aR=uf(),lR=Qt(),iS=class extends lR.VariableWidthBuilder{constructor(e){super(e);this._run=new oR.Run,this._offsets=new aR.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 sR.List(new fR.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)))}};Jd.ListBuilder=iS});var hy=H(Zd=>{"use strict";Object.defineProperty(Zd,"__esModule",{value:!0});Zd.FixedSizeListBuilder=void 0;var uR=dy(),cR=Tr(),pR=Qt(),dR=qt(),oS=class extends pR.Builder{constructor(){super(...arguments);this._run=new uR.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 dR.FixedSizeList(this.type.listSize,new cR.Field(r,e.type,!0)),n}clear(){return this._run.clear(),super.clear()}};Zd.FixedSizeListBuilder=oS});var wy=H(Xd=>{"use strict";Object.defineProperty(Xd,"__esModule",{value:!0});Xd.MapBuilder=void 0;var mR=Tr(),bR=qt(),hR=Qt(),fS=class extends hR.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 bR.Map_(new mR.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))})}};Xd.MapBuilder=fS});var gy=H(Qd=>{"use strict";Object.defineProperty(Qd,"__esModule",{value:!0});Qd.StructBuilder=void 0;var wR=Tr(),gR=Qt(),yR=qt(),sS=class extends gR.Builder{addChild(e,r=`${this.numChildren}`){let n=this.children.push(e);return this.type=new yR.Struct([...this.type.children,new wR.Field(r,e.type,!0)]),n}};Qd.StructBuilder=sS});var yy=H(mf=>{"use strict";Object.defineProperty(mf,"__esModule",{value:!0});mf.DenseUnionBuilder=mf.SparseUnionBuilder=mf.UnionBuilder=void 0;var jR=Tr(),aS=uf(),_R=Qt(),qR=qt(),$d=class extends _R.Builder{constructor(e){super(e);this._typeIds=new aS.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 jR.Field(r,e.type)];return this.type=new qR.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.")}};mf.UnionBuilder=$d;var lS=class extends $d{};mf.SparseUnionBuilder=lS;var uS=class extends $d{constructor(e){super(e);this._offsets=new aS.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)}};mf.DenseUnionBuilder=uS});var Er=H(em=>{"use strict";Object.defineProperty(em,"__esModule",{value:!0});em.Visitor=void 0;var vR=$n(),TR=fr(),Z=zt(),BR=qt(),Nt=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 kR(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}};em.Visitor=Nt;function kR(t,e,r=!0){let n=null,i=Z.Type.NONE;switch(e instanceof vR.Data||e instanceof TR.Vector?i=jy(e.type):e instanceof BR.DataType?i=jy(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 jy(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]}'`)}Nt.prototype.visitInt8=null;Nt.prototype.visitInt16=null;Nt.prototype.visitInt32=null;Nt.prototype.visitInt64=null;Nt.prototype.visitUint8=null;Nt.prototype.visitUint16=null;Nt.prototype.visitUint32=null;Nt.prototype.visitUint64=null;Nt.prototype.visitFloat16=null;Nt.prototype.visitFloat32=null;Nt.prototype.visitFloat64=null;Nt.prototype.visitDateDay=null;Nt.prototype.visitDateMillisecond=null;Nt.prototype.visitTimestampSecond=null;Nt.prototype.visitTimestampMillisecond=null;Nt.prototype.visitTimestampMicrosecond=null;Nt.prototype.visitTimestampNanosecond=null;Nt.prototype.visitTimeSecond=null;Nt.prototype.visitTimeMillisecond=null;Nt.prototype.visitTimeMicrosecond=null;Nt.prototype.visitTimeNanosecond=null;Nt.prototype.visitDenseUnion=null;Nt.prototype.visitSparseUnion=null;Nt.prototype.visitIntervalDayTime=null;Nt.prototype.visitIntervalYearMonth=null});var vy=H(xa=>{"use strict";Object.defineProperty(xa,"__esModule",{value:!0});xa.instance=xa.SetVisitor=void 0;var IR=fr(),SR=Er(),xR=us(),ER=Hu(),AR=yr(),Dn=zt(),Je=class extends SR.Visitor{};xa.SetVisitor=Je;var OR=(t,e,r)=>{t[e]=r/864e5|0},_y=(t,e,r)=>{t[e]=r%4294967296|0,t[e+1]=r/4294967296|0},NR=(t,e,r)=>{t[e]=r*1e3%4294967296|0,t[e+1]=r*1e3/4294967296|0},DR=(t,e,r)=>{t[e]=r*1e6%4294967296|0,t[e+1]=r*1e6/4294967296|0},cS=(t,e,r,n)=>{let{[r]:i,[r+1]:o}=e;i!=null&&o!=null&&t.set(n.subarray(0,o-i),i)},FR=({offset:t,values:e},r,n)=>{let i=t+r;n?e[i>>3]|=1<<i%8:e[i>>3]&=~(1<<i%8)},pS=({values:t},e,r)=>{OR(t,e,r.valueOf())},dS=({values:t},e,r)=>{_y(t,e*2,r.valueOf())},xi=({stride:t,values:e},r,n)=>{e[t*r]=n},mS=({stride:t,values:e},r,n)=>{e[t*r]=ER.float64ToUint16(n)},qy=(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=AR.toArrayBufferView(o,n);t.values.set(f.subarray(0,i),i*e)}}},PR=({stride:t,values:e},r,n)=>{e.set(n.subarray(0,t),t*r)},RR=({values:t,valueOffsets:e},r,n)=>cS(t,e,r,n),zR=({values:t,valueOffsets:e},r,n)=>{cS(t,e,r,xR.encodeUtf8(n))},HR=(t,e,r)=>{t.type.bitWidth<64?xi(t,e,r):qy(t,e,r)},MR=(t,e,r)=>{t.type.precision!==Dn.Precision.HALF?xi(t,e,r):mS(t,e,r)},UR=(t,e,r)=>{t.type.unit===Dn.DateUnit.DAY?pS(t,e,r):dS(t,e,r)},bS=({values:t},e,r)=>_y(t,e*2,r/1e3),hS=({values:t},e,r)=>_y(t,e*2,r),wS=({values:t},e,r)=>NR(t,e*2,r),gS=({values:t},e,r)=>DR(t,e*2,r),LR=(t,e,r)=>{switch(t.type.unit){case Dn.TimeUnit.SECOND:return bS(t,e,r);case Dn.TimeUnit.MILLISECOND:return hS(t,e,r);case Dn.TimeUnit.MICROSECOND:return wS(t,e,r);case Dn.TimeUnit.NANOSECOND:return gS(t,e,r)}},yS=({values:t,stride:e},r,n)=>{t[e*r]=n},jS=({values:t,stride:e},r,n)=>{t[e*r]=n},_S=({values:t},e,r)=>{t.set(r.subarray(0,2),2*e)},qS=({values:t},e,r)=>{t.set(r.subarray(0,2),2*e)},CR=(t,e,r)=>{switch(t.type.unit){case Dn.TimeUnit.SECOND:return yS(t,e,r);case Dn.TimeUnit.MILLISECOND:return jS(t,e,r);case Dn.TimeUnit.MICROSECOND:return _S(t,e,r);case Dn.TimeUnit.NANOSECOND:return qS(t,e,r)}},VR=({values:t},e,r)=>{t.set(r.subarray(0,4),4*e)},WR=(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))},YR=(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],a=i[e+1];s<a;)n.set(s++,o[++f])},KR=(t,e)=>(r,n,i)=>r&&r.set(t,e[i]),GR=(t,e)=>(r,n,i)=>r&&r.set(t,e.get(i)),JR=(t,e)=>(r,n,i)=>r&&r.set(t,e.get(n.name)),ZR=(t,e)=>(r,n,i)=>r&&r.set(t,e[n.name]),XR=(t,e,r)=>{let n=r instanceof Map?JR(e,r):r instanceof IR.Vector?GR(e,r):Array.isArray(r)?KR(e,r):ZR(e,r);t.type.children.forEach((i,o)=>n(t.getChildAt(o),i,o))},QR=(t,e,r)=>{t.type.mode===Dn.UnionMode.Dense?vS(t,e,r):TS(t,e,r)},vS=(t,e,r)=>{let n=t.typeIdToChildIndex[t.typeIds[e]],i=t.getChildAt(n);i&&i.set(t.valueOffsets[e],r)},TS=(t,e,r)=>{let n=t.typeIdToChildIndex[t.typeIds[e]],i=t.getChildAt(n);i&&i.set(e,r)},$R=(t,e,r)=>{let n=t.getKey(e);n!==null&&t.setValue(n,r)},e3=(t,e,r)=>{t.type.unit===Dn.IntervalUnit.DAY_TIME?BS(t,e,r):kS(t,e,r)},BS=({values:t},e,r)=>{t.set(r.subarray(0,2),2*e)},kS=({values:t},e,r)=>{t[e]=r[0]*12+r[1]%12},t3=(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=FR;Je.prototype.visitInt=HR;Je.prototype.visitInt8=xi;Je.prototype.visitInt16=xi;Je.prototype.visitInt32=xi;Je.prototype.visitInt64=qy;Je.prototype.visitUint8=xi;Je.prototype.visitUint16=xi;Je.prototype.visitUint32=xi;Je.prototype.visitUint64=qy;Je.prototype.visitFloat=MR;Je.prototype.visitFloat16=mS;Je.prototype.visitFloat32=xi;Je.prototype.visitFloat64=xi;Je.prototype.visitUtf8=zR;Je.prototype.visitBinary=RR;Je.prototype.visitFixedSizeBinary=PR;Je.prototype.visitDate=UR;Je.prototype.visitDateDay=pS;Je.prototype.visitDateMillisecond=dS;Je.prototype.visitTimestamp=LR;Je.prototype.visitTimestampSecond=bS;Je.prototype.visitTimestampMillisecond=hS;Je.prototype.visitTimestampMicrosecond=wS;Je.prototype.visitTimestampNanosecond=gS;Je.prototype.visitTime=CR;Je.prototype.visitTimeSecond=yS;Je.prototype.visitTimeMillisecond=jS;Je.prototype.visitTimeMicrosecond=_S;Je.prototype.visitTimeNanosecond=qS;Je.prototype.visitDecimal=VR;Je.prototype.visitList=WR;Je.prototype.visitStruct=XR;Je.prototype.visitUnion=QR;Je.prototype.visitDenseUnion=vS;Je.prototype.visitSparseUnion=TS;Je.prototype.visitDictionary=$R;Je.prototype.visitInterval=e3;Je.prototype.visitIntervalDayTime=BS;Je.prototype.visitIntervalYearMonth=kS;Je.prototype.visitFixedSizeList=t3;Je.prototype.visitMap=YR;xa.instance=new Je});var IS=H(Ea=>{"use strict";Object.defineProperty(Ea,"__esModule",{value:!0});Ea.instance=Ea.GetBuilderCtor=void 0;var r3=Er(),n3=Vd(),i3=$g(),Ty=ty(),o3=ry(),f3=iy(),s3=oy(),a3=hy(),tm=fy(),By=cy(),go=ay(),l3=by(),u3=wy(),c3=ey(),p3=gy(),Vu=uy(),Wu=ly(),ky=yy(),d3=Yd(),Iy=class extends r3.Visitor{visitNull(){return c3.NullBuilder}visitBool(){return i3.BoolBuilder}visitInt(){return go.IntBuilder}visitInt8(){return go.Int8Builder}visitInt16(){return go.Int16Builder}visitInt32(){return go.Int32Builder}visitInt64(){return go.Int64Builder}visitUint8(){return go.Uint8Builder}visitUint16(){return go.Uint16Builder}visitUint32(){return go.Uint32Builder}visitUint64(){return go.Uint64Builder}visitFloat(){return tm.FloatBuilder}visitFloat16(){return tm.Float16Builder}visitFloat32(){return tm.Float32Builder}visitFloat64(){return tm.Float64Builder}visitUtf8(){return d3.Utf8Builder}visitBinary(){return n3.BinaryBuilder}visitFixedSizeBinary(){return s3.FixedSizeBinaryBuilder}visitDate(){return Ty.DateBuilder}visitDateDay(){return Ty.DateDayBuilder}visitDateMillisecond(){return Ty.DateMillisecondBuilder}visitTimestamp(){return Vu.TimestampBuilder}visitTimestampSecond(){return Vu.TimestampSecondBuilder}visitTimestampMillisecond(){return Vu.TimestampMillisecondBuilder}visitTimestampMicrosecond(){return Vu.TimestampMicrosecondBuilder}visitTimestampNanosecond(){return Vu.TimestampNanosecondBuilder}visitTime(){return Wu.TimeBuilder}visitTimeSecond(){return Wu.TimeSecondBuilder}visitTimeMillisecond(){return Wu.TimeMillisecondBuilder}visitTimeMicrosecond(){return Wu.TimeMicrosecondBuilder}visitTimeNanosecond(){return Wu.TimeNanosecondBuilder}visitDecimal(){return o3.DecimalBuilder}visitList(){return l3.ListBuilder}visitStruct(){return p3.StructBuilder}visitUnion(){return ky.UnionBuilder}visitDenseUnion(){return ky.DenseUnionBuilder}visitSparseUnion(){return ky.SparseUnionBuilder}visitDictionary(){return f3.DictionaryBuilder}visitInterval(){return By.IntervalBuilder}visitIntervalDayTime(){return By.IntervalDayTimeBuilder}visitIntervalYearMonth(){return By.IntervalYearMonthBuilder}visitFixedSizeList(){return a3.FixedSizeListBuilder}visitMap(){return u3.MapBuilder}};Ea.GetBuilderCtor=Iy;Ea.instance=new Iy});var nm=H(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 m3=Qt();Object.defineProperty(ce,"Builder",{enumerable:!0,get:function(){return m3.Builder}});var b3=$g();Object.defineProperty(ce,"BoolBuilder",{enumerable:!0,get:function(){return b3.BoolBuilder}});var h3=ey();Object.defineProperty(ce,"NullBuilder",{enumerable:!0,get:function(){return h3.NullBuilder}});var Sy=ty();Object.defineProperty(ce,"DateBuilder",{enumerable:!0,get:function(){return Sy.DateBuilder}});Object.defineProperty(ce,"DateDayBuilder",{enumerable:!0,get:function(){return Sy.DateDayBuilder}});Object.defineProperty(ce,"DateMillisecondBuilder",{enumerable:!0,get:function(){return Sy.DateMillisecondBuilder}});var w3=ry();Object.defineProperty(ce,"DecimalBuilder",{enumerable:!0,get:function(){return w3.DecimalBuilder}});var g3=iy();Object.defineProperty(ce,"DictionaryBuilder",{enumerable:!0,get:function(){return g3.DictionaryBuilder}});var y3=oy();Object.defineProperty(ce,"FixedSizeBinaryBuilder",{enumerable:!0,get:function(){return y3.FixedSizeBinaryBuilder}});var rm=fy();Object.defineProperty(ce,"FloatBuilder",{enumerable:!0,get:function(){return rm.FloatBuilder}});Object.defineProperty(ce,"Float16Builder",{enumerable:!0,get:function(){return rm.Float16Builder}});Object.defineProperty(ce,"Float32Builder",{enumerable:!0,get:function(){return rm.Float32Builder}});Object.defineProperty(ce,"Float64Builder",{enumerable:!0,get:function(){return rm.Float64Builder}});var yo=ay();Object.defineProperty(ce,"IntBuilder",{enumerable:!0,get:function(){return yo.IntBuilder}});Object.defineProperty(ce,"Int8Builder",{enumerable:!0,get:function(){return yo.Int8Builder}});Object.defineProperty(ce,"Int16Builder",{enumerable:!0,get:function(){return yo.Int16Builder}});Object.defineProperty(ce,"Int32Builder",{enumerable:!0,get:function(){return yo.Int32Builder}});Object.defineProperty(ce,"Int64Builder",{enumerable:!0,get:function(){return yo.Int64Builder}});Object.defineProperty(ce,"Uint8Builder",{enumerable:!0,get:function(){return yo.Uint8Builder}});Object.defineProperty(ce,"Uint16Builder",{enumerable:!0,get:function(){return yo.Uint16Builder}});Object.defineProperty(ce,"Uint32Builder",{enumerable:!0,get:function(){return yo.Uint32Builder}});Object.defineProperty(ce,"Uint64Builder",{enumerable:!0,get:function(){return yo.Uint64Builder}});var Yu=ly();Object.defineProperty(ce,"TimeBuilder",{enumerable:!0,get:function(){return Yu.TimeBuilder}});Object.defineProperty(ce,"TimeSecondBuilder",{enumerable:!0,get:function(){return Yu.TimeSecondBuilder}});Object.defineProperty(ce,"TimeMillisecondBuilder",{enumerable:!0,get:function(){return Yu.TimeMillisecondBuilder}});Object.defineProperty(ce,"TimeMicrosecondBuilder",{enumerable:!0,get:function(){return Yu.TimeMicrosecondBuilder}});Object.defineProperty(ce,"TimeNanosecondBuilder",{enumerable:!0,get:function(){return Yu.TimeNanosecondBuilder}});var Ku=uy();Object.defineProperty(ce,"TimestampBuilder",{enumerable:!0,get:function(){return Ku.TimestampBuilder}});Object.defineProperty(ce,"TimestampSecondBuilder",{enumerable:!0,get:function(){return Ku.TimestampSecondBuilder}});Object.defineProperty(ce,"TimestampMillisecondBuilder",{enumerable:!0,get:function(){return Ku.TimestampMillisecondBuilder}});Object.defineProperty(ce,"TimestampMicrosecondBuilder",{enumerable:!0,get:function(){return Ku.TimestampMicrosecondBuilder}});Object.defineProperty(ce,"TimestampNanosecondBuilder",{enumerable:!0,get:function(){return Ku.TimestampNanosecondBuilder}});var xy=cy();Object.defineProperty(ce,"IntervalBuilder",{enumerable:!0,get:function(){return xy.IntervalBuilder}});Object.defineProperty(ce,"IntervalDayTimeBuilder",{enumerable:!0,get:function(){return xy.IntervalDayTimeBuilder}});Object.defineProperty(ce,"IntervalYearMonthBuilder",{enumerable:!0,get:function(){return xy.IntervalYearMonthBuilder}});var j3=Yd();Object.defineProperty(ce,"Utf8Builder",{enumerable:!0,get:function(){return j3.Utf8Builder}});var _3=Vd();Object.defineProperty(ce,"BinaryBuilder",{enumerable:!0,get:function(){return _3.BinaryBuilder}});var q3=by();Object.defineProperty(ce,"ListBuilder",{enumerable:!0,get:function(){return q3.ListBuilder}});var v3=hy();Object.defineProperty(ce,"FixedSizeListBuilder",{enumerable:!0,get:function(){return v3.FixedSizeListBuilder}});var T3=wy();Object.defineProperty(ce,"MapBuilder",{enumerable:!0,get:function(){return T3.MapBuilder}});var B3=gy();Object.defineProperty(ce,"StructBuilder",{enumerable:!0,get:function(){return B3.StructBuilder}});var Ey=yy();Object.defineProperty(ce,"UnionBuilder",{enumerable:!0,get:function(){return Ey.UnionBuilder}});Object.defineProperty(ce,"SparseUnionBuilder",{enumerable:!0,get:function(){return Ey.SparseUnionBuilder}});Object.defineProperty(ce,"DenseUnionBuilder",{enumerable:!0,get:function(){return Ey.DenseUnionBuilder}});var Ay=zt(),k3=Yd(),I3=Qt(),SS=vy(),xS=IS();I3.Builder.new=ES;function ES(t){let e=t.type,r=new(xS.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:a}=f,u=o(f,s);r.children.push(ES({...u,type:a}))})}return r}Object.keys(Ay.Type).map(t=>Ay.Type[t]).filter(t=>typeof t=="number"&&t!==Ay.Type.NONE).forEach(t=>{let e=xS.instance.visit(t);e.prototype._setValue=SS.instance.getVisitFn(t)});k3.Utf8Builder.prototype._setValue=SS.instance.visitBinary});var AS=H(Aa=>{"use strict";Object.defineProperty(Aa,"__esModule",{value:!0});Aa.Block=Aa.Footer=void 0;var S3=co(),im=sf(),Fn=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 Fn).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsFooter(e,r){return e.setPosition(e.position()+S3.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Fn).__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 om).__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 om).__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 Fn.startFooter(e),Fn.addVersion(e,r),Fn.addSchema(e,n),Fn.addDictionaries(e,i),Fn.addRecordBatches(e,o),Fn.addCustomMetadata(e,f),Fn.endFooter(e)}};Aa.Footer=Fn;var om=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()}};Aa.Block=om});var Dy=H(Oa=>{"use strict";Object.defineProperty(Oa,"__esModule",{value:!0});Oa.FileBlock=Oa.Footer=void 0;var ti=AS(),Oy=co(),OS=Oy.flatbuffers.Long,x3=Oy.flatbuffers.Builder,E3=Oy.flatbuffers.ByteBuffer,NS=Tr(),DS=zt(),A3=yr(),Ny=class{constructor(e,r=DS.MetadataVersion.V4,n,i){this.schema=e,this.version=r,n&&(this._recordBatches=n),i&&(this._dictionaryBatches=i)}static decode(e){e=new E3(A3.toUint8Array(e));let r=ti.Footer.getRootAsFooter(e),n=NS.Schema.decode(r.schema());return new FS(n,r)}static encode(e){let r=new x3,n=NS.Schema.encode(r,e.schema);ti.Footer.startRecordBatchesVector(r,e.numRecordBatches),[...e.recordBatches()].slice().reverse().forEach(f=>bf.encode(r,f));let i=r.endVector();ti.Footer.startDictionariesVector(r,e.numDictionaries),[...e.dictionaryBatches()].slice().reverse().forEach(f=>bf.encode(r,f));let o=r.endVector();return ti.Footer.startFooter(r),ti.Footer.addSchema(r,n),ti.Footer.addVersion(r,DS.MetadataVersion.V4),ti.Footer.addRecordBatches(r,i),ti.Footer.addDictionaries(r,o),ti.Footer.finishFooterBuffer(r,ti.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}};Oa.Footer=Ny;var FS=class extends Ny{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 bf.decode(r)}return null}getDictionaryBatch(e){if(e>=0&&e<this.numDictionaries){let r=this._footer.dictionaries(e);if(r)return bf.decode(r)}return null}},bf=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 bf(e.metaDataLength(),e.bodyLength(),e.offset())}static encode(e,r){let{metaDataLength:n}=r,i=new OS(r.offset,0),o=new OS(r.bodyLength,0);return ti.Block.createBlock(e,i,n,o)}};Oa.FileBlock=bf});var yf=H(gf=>{"use strict";Object.defineProperty(gf,"__esModule",{value:!0});gf.AsyncByteStream=gf.ByteStream=gf.AsyncByteQueue=void 0;var hf=Ru(),PS=us(),Gu=ba(),Fy=yr(),Na=Pr(),Py=class extends Gu.AsyncQueue{write(e){if((e=Fy.toUint8Array(e)).byteLength>0)return super.write(e)}toString(e=!1){return e?PS.decodeUtf8(this.toUint8Array(!0)):this.toUint8Array(!1).then(PS.decodeUtf8)}toUint8Array(e=!1){return e?Fy.joinUint8Arrays(this._values)[0]:(async()=>{let r=[],n=0;for await(let i of this)r.push(i),n+=i.byteLength;return Fy.joinUint8Arrays(r,n)[0]})()}};gf.AsyncByteQueue=Py;var RS=class{constructor(e){e&&(this.source=new zS(hf.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)}};gf.ByteStream=RS;var fm=class{constructor(e){e instanceof fm?this.source=e.source:e instanceof Py?this.source=new wf(hf.default.fromAsyncIterable(e)):Na.isReadableNodeStream(e)?this.source=new wf(hf.default.fromNodeStream(e)):Na.isReadableDOMStream(e)?this.source=new wf(hf.default.fromDOMStream(e)):Na.isFetchResponse(e)?this.source=new wf(hf.default.fromDOMStream(e.body)):Na.isIterable(e)?this.source=new wf(hf.default.fromIterable(e)):Na.isPromise(e)?this.source=new wf(hf.default.fromAsyncIterable(e)):Na.isAsyncIterable(e)&&(this.source=new wf(hf.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)}};gf.AsyncByteStream=fm;var zS=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)||Gu.ITERATOR_DONE)}return(e){return Object.create(this.source.return&&this.source.return(e)||Gu.ITERATOR_DONE)}},wf=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)||Gu.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)||Gu.ITERATOR_DONE;return this._closedPromiseResolve&&this._closedPromiseResolve(),this._closedPromiseResolve=void 0,Object.create(r)}}});var Ry=H(Da=>{"use strict";Object.defineProperty(Da,"__esModule",{value:!0});Da.AsyncRandomAccessFile=Da.RandomAccessFile=void 0;var HS=yf(),O3=yr(),MS=class extends HS.ByteStream{constructor(e,r){super();this.position=0,this.buffer=O3.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}}};Da.RandomAccessFile=MS;var US=class extends HS.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,a=Math.min(n,o+Math.min(n-o,e)),u=new Uint8Array(Math.max(0,(this.position=a)-o));for(;(o+=s)<a&&(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}}};Da.AsyncRandomAccessFile=US});var Hy=H(Ei=>{"use strict";Object.defineProperty(Ei,"__esModule",{value:!0});Ei.Int128=Ei.Int64=Ei.Uint64=Ei.BaseInt64=void 0;var N3=1<<16;function Fa(t){return t<0&&(t=4294967295+t+1),`0x${t.toString(16)}`}var Pa=8,zy=[1,10,100,1e3,1e4,1e5,1e6,1e7,1e8],sm=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?N3: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`${Fa(this.buffer[1])} ${Fa(this.buffer[0])}`}};Ei.BaseInt64=sm;var vt=class extends sm{times(e){return this._times(e),this}plus(e){return this._plus(e),this}static from(e,r=new Uint32Array(2)){return vt.fromString(typeof e=="string"?e:e.toString(),r)}static fromNumber(e,r=new Uint32Array(2)){return vt.fromString(e.toString(),r)}static fromString(e,r=new Uint32Array(2)){let n=e.length,i=new vt(r);for(let o=0;o<n;){let f=Pa<n-o?Pa:n-o,s=new vt(new Uint32Array([parseInt(e.substr(o,f),10),0])),a=new vt(new Uint32Array([zy[f],0]));i.times(a),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;)vt.from(e[n],new Uint32Array(r.buffer,r.byteOffset+2*n*4,2));return r}static multiply(e,r){return new vt(new Uint32Array(e.buffer)).times(r)}static add(e,r){return new vt(new Uint32Array(e.buffer)).plus(r)}};Ei.Uint64=vt;var cn=class extends sm{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 cn.fromString(typeof e=="string"?e:e.toString(),r)}static fromNumber(e,r=new Uint32Array(2)){return cn.fromString(e.toString(),r)}static fromString(e,r=new Uint32Array(2)){let n=e.startsWith("-"),i=e.length,o=new cn(r);for(let f=n?1:0;f<i;){let s=Pa<i-f?Pa:i-f,a=new cn(new Uint32Array([parseInt(e.substr(f,s),10),0])),u=new cn(new Uint32Array([zy[s],0]));o.times(u),o.plus(a),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;)cn.from(e[n],new Uint32Array(r.buffer,r.byteOffset+2*n*4,2));return r}static multiply(e,r){return new cn(new Uint32Array(e.buffer)).times(r)}static add(e,r){return new cn(new Uint32Array(e.buffer)).plus(r)}};Ei.Int64=cn;var ri=class{constructor(e){this.buffer=e}high(){return new cn(new Uint32Array(this.buffer.buffer,this.buffer.byteOffset+8,2))}low(){return new cn(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 vt(new Uint32Array([this.buffer[3],0])),n=new vt(new Uint32Array([this.buffer[2],0])),i=new vt(new Uint32Array([this.buffer[1],0])),o=new vt(new Uint32Array([this.buffer[0],0])),f=new vt(new Uint32Array([e.buffer[3],0])),s=new vt(new Uint32Array([e.buffer[2],0])),a=new vt(new Uint32Array([e.buffer[1],0])),u=new vt(new Uint32Array([e.buffer[0],0])),c=vt.multiply(o,u);this.buffer[0]=c.low();let _=new vt(new Uint32Array([c.high(),0]));return c=vt.multiply(i,u),_.plus(c),c=vt.multiply(o,a),_.plus(c),this.buffer[1]=_.low(),this.buffer[3]=_.lessThan(c)?1:0,this.buffer[2]=_.high(),new vt(new Uint32Array(this.buffer.buffer,this.buffer.byteOffset+8,2)).plus(vt.multiply(n,u)).plus(vt.multiply(i,a)).plus(vt.multiply(o,s)),this.buffer[3]+=vt.multiply(r,u).plus(vt.multiply(n,a)).plus(vt.multiply(i,s)).plus(vt.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`${Fa(this.buffer[3])} ${Fa(this.buffer[2])} ${Fa(this.buffer[1])} ${Fa(this.buffer[0])}`}static multiply(e,r){return new ri(new Uint32Array(e.buffer)).times(r)}static add(e,r){return new ri(new Uint32Array(e.buffer)).plus(r)}static from(e,r=new Uint32Array(4)){return ri.fromString(typeof e=="string"?e:e.toString(),r)}static fromNumber(e,r=new Uint32Array(4)){return ri.fromString(e.toString(),r)}static fromString(e,r=new Uint32Array(4)){let n=e.startsWith("-"),i=e.length,o=new ri(r);for(let f=n?1:0;f<i;){let s=Pa<i-f?Pa:i-f,a=new ri(new Uint32Array([parseInt(e.substr(f,s),10),0,0,0])),u=new ri(new Uint32Array([zy[s],0,0,0]));o.times(u),o.plus(a),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;)ri.from(e[n],new Uint32Array(r.buffer,r.byteOffset+4*4*n,4));return r}};Ei.Int128=ri});var WS=H(Ra=>{"use strict";Object.defineProperty(Ra,"__esModule",{value:!0});Ra.JSONVectorLoader=Ra.VectorLoader=void 0;var _r=$n(),D3=Tr(),jo=qt(),F3=Er(),LS=ki(),P3=us(),am=Hy(),CS=zt(),Ai=yr(),My=class extends F3.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 D3.Field?e.type:e)}visitNull(e,{length:r}=this.nextFieldNode()){return _r.Data.Null(e,0,r)}visitBool(e,{length:r,nullCount:n}=this.nextFieldNode()){return _r.Data.Bool(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitInt(e,{length:r,nullCount:n}=this.nextFieldNode()){return _r.Data.Int(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitFloat(e,{length:r,nullCount:n}=this.nextFieldNode()){return _r.Data.Float(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitUtf8(e,{length:r,nullCount:n}=this.nextFieldNode()){return _r.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 _r.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 _r.Data.FixedSizeBinary(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitDate(e,{length:r,nullCount:n}=this.nextFieldNode()){return _r.Data.Date(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitTimestamp(e,{length:r,nullCount:n}=this.nextFieldNode()){return _r.Data.Timestamp(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitTime(e,{length:r,nullCount:n}=this.nextFieldNode()){return _r.Data.Time(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitDecimal(e,{length:r,nullCount:n}=this.nextFieldNode()){return _r.Data.Decimal(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitList(e,{length:r,nullCount:n}=this.nextFieldNode()){return _r.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 _r.Data.Struct(e,0,r,n,this.readNullBitmap(e,n),this.visitMany(e.children))}visitUnion(e){return e.mode===CS.UnionMode.Sparse?this.visitSparseUnion(e):this.visitDenseUnion(e)}visitDenseUnion(e,{length:r,nullCount:n}=this.nextFieldNode()){return _r.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 _r.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 _r.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 _r.Data.Interval(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitFixedSizeList(e,{length:r,nullCount:n}=this.nextFieldNode()){return _r.Data.FixedSizeList(e,0,r,n,this.readNullBitmap(e,n),this.visit(e.children[0]))}visitMap(e,{length:r,nullCount:n}=this.nextFieldNode()){return _r.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)}};Ra.VectorLoader=My;var VS=class extends My{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):LS.packBools(this.sources[n])}readOffsets(e,{offset:r}=this.nextBufferRange()){return Ai.toArrayBufferView(Uint8Array,Ai.toArrayBufferView(Int32Array,this.sources[r]))}readTypeIds(e,{offset:r}=this.nextBufferRange()){return Ai.toArrayBufferView(Uint8Array,Ai.toArrayBufferView(e.ArrayType,this.sources[r]))}readData(e,{offset:r}=this.nextBufferRange()){let{sources:n}=this;return jo.DataType.isTimestamp(e)||(jo.DataType.isInt(e)||jo.DataType.isTime(e))&&e.bitWidth===64||jo.DataType.isDate(e)&&e.unit===CS.DateUnit.MILLISECOND?Ai.toArrayBufferView(Uint8Array,am.Int64.convertArray(n[r])):jo.DataType.isDecimal(e)?Ai.toArrayBufferView(Uint8Array,am.Int128.convertArray(n[r])):jo.DataType.isBinary(e)||jo.DataType.isFixedSizeBinary(e)?R3(n[r]):jo.DataType.isBool(e)?LS.packBools(n[r]):jo.DataType.isUtf8(e)?P3.encodeUtf8(n[r].join("")):Ai.toArrayBufferView(Uint8Array,Ai.toArrayBufferView(e.ArrayType,n[r].map(i=>+i)))}};Ra.JSONVectorLoader=VS;function R3(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 Ju=H(Ha=>{"use strict";Object.defineProperty(Ha,"__esModule",{value:!0});Ha.StructRow=Ha.MapRow=void 0;var YS=Gg(),Ar=Symbol.for("parent"),za=Symbol.for("rowIndex"),pn=Symbol.for("keyToIdx"),dn=Symbol.for("idxToVal"),Uy=Symbol.for("nodejs.util.inspect.custom"),Oi=class{constructor(e,r){this[Ar]=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[pn]||(this[pn]=new Map),i=n.get(e);if(i!==void 0){let o=this[dn]||(this[dn]=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[dn]||(this[dn]=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[pn]||(this[pn]=new Map),i=n.get(e);if(i===void 0&&n.set(e,i=this.getIndex(e)),i>-1){let o=this[dn]||(this[dn]=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[pn]||(this[pn]=new Map),i=this[dn]||(this[dn]=new Array(this.size));for(let o,f,s=0,a,u;!((a=e.next()).done||(u=r.next()).done);++s)o=a.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:(a,u,c)=>e.call(r,a,u,c),f=this[pn]||(this[pn]=new Map),s=this[dn]||(this[dn]=new Array(this.size));for(let a,u,c=0,_,p;!((_=n.next()).done||(p=i.next()).done);++c)a=_.value,u=p.value,s[c]=u,f.has(a)||f.set(a,c),o(u,a,this)}toArray(){return[...this.values()]}toJSON(){let e={};return this.forEach((r,n)=>e[n]=r),e}inspect(){return this.toString()}[Uy](){return this.toString()}toString(){let e=[];return this.forEach((r,n)=>{n=YS.valueToString(n),r=YS.valueToString(r),e.push(`${n}: ${r}`)}),`{ ${e.join(", ")} }`}};Oi[Symbol.toStringTag]=(t=>(Object.defineProperties(t,{size:{writable:!0,enumerable:!1,configurable:!1,value:0},[Ar]:{writable:!0,enumerable:!1,configurable:!1,value:null},[za]:{writable:!0,enumerable:!1,configurable:!1,value:-1}}),t[Symbol.toStringTag]="Row"))(Oi.prototype);var KS=class extends Oi{constructor(e){super(e,e.length);return z3(this)}keys(){return this[Ar].getChildAt(0)[Symbol.iterator]()}values(){return this[Ar].getChildAt(1)[Symbol.iterator]()}getKey(e){return this[Ar].getChildAt(0).get(e)}getIndex(e){return this[Ar].getChildAt(0).indexOf(e)}getValue(e){return this[Ar].getChildAt(1).get(e)}setValue(e,r){this[Ar].getChildAt(1).set(e,r)}};Ha.MapRow=KS;var GS=class extends Oi{constructor(e){super(e,e.type.children.length);return JS(this)}*keys(){for(let e of this[Ar].type.children)yield e.name}*values(){for(let e of this[Ar].type.children)yield this[e.name]}getKey(e){return this[Ar].type.children[e].name}getIndex(e){return this[Ar].type.children.findIndex(r=>r.name===e)}getValue(e){return this[Ar].getChildAt(e).get(this[za])}setValue(e,r){return this[Ar].getChildAt(e).set(this[za],r)}};Ha.StructRow=GS;Object.setPrototypeOf(Oi.prototype,Map.prototype);var JS=(()=>{let t={enumerable:!0,configurable:!1,get:null,set:null};return e=>{let r=-1,n=e[pn]||(e[pn]=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}})(),z3=(()=>{if(typeof Proxy=="undefined")return JS;let t=Oi.prototype.has,e=Oi.prototype.get,r=Oi.prototype.set,n=Oi.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 Ar:case za:case dn:case pn:case Uy: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 Ar:case za:case dn:case pn:case Uy: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,a){switch(f){case Ar:case za:case dn:case pn:return Reflect.set(o,f,s,a);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(a,f)&&(f=n.call(a,f)),t.call(a,f)?!!r.call(a,f,s):!1}};return o=>new Proxy(o,i)})()});var Xu=H(jf=>{"use strict";Object.defineProperty(jf,"__esModule",{value:!0});jf.createElementComparator=jf.clampRange=jf.clampIndex=void 0;var ZS=fr(),XS=Ju(),H3=yr(),QS=Pr();function M3(t,e,r){let n=t.length,i=e>-1?e:n+e%n;return r?r(t,i):i}jf.clampIndex=M3;var $S;function U3(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&&($S=o,o=f,f=$S),f>i&&(f=i),n?n(t,o,f):[o,f]}jf.clampRange=U3;var L3=QS.BigIntAvailable?QS.BigInt(0):0,e1=t=>t!==t;function Zu(t){let e=typeof t;if(e!=="object"||t===null)return e1(t)?e1:e!=="bigint"?r=>r===t:r=>L3+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?H3.compareArrayLike(t,r):!1:t instanceof Map?V3(t):Array.isArray(t)?C3(t):t instanceof ZS.Vector?W3(t):Y3(t)}jf.createElementComparator=Zu;function C3(t){let e=[];for(let r=-1,n=t.length;++r<n;)e[r]=Zu(t[r]);return lm(e)}function V3(t){let e=-1,r=[];return t.forEach(n=>r[++e]=Zu(n)),lm(r)}function W3(t){let e=[];for(let r=-1,n=t.length;++r<n;)e[r]=Zu(t.get(r));return lm(e)}function Y3(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]=Zu(t[e[n]]);return lm(r,e)}function lm(t,e){return r=>{if(!r||typeof r!="object")return!1;switch(r.constructor){case Array:return K3(t,r);case Map:case XS.MapRow:case XS.StructRow:return t1(t,r,r.keys());case Object:case void 0:return t1(t,r,e||Object.keys(r))}return r instanceof ZS.Vector?G3(t,r):!1}}function K3(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 G3(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 t1(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,a=o.next(),u=n.next(),c=i.next();for(;f<s&&!u.done&&!c.done&&!a.done&&!(u.value!==c.value||!t[f](a.value));++f,u=n.next(),c=i.next(),a=o.next());return f===s&&u.done&&c.done&&a.done?!0:(n.return&&n.return(),i.return&&i.return(),o.return&&o.return(),!1)}});var Ma=H(rn=>{"use strict";Object.defineProperty(rn,"__esModule",{value:!0});rn.selectColumnChildrenArgs=rn.selectVectorChildrenArgs=rn.selectChunkArgs=rn.selectFieldArgs=rn.selectColumnArgs=rn.selectArgs=void 0;var r1=$n(),n1=Tr(),_f=Ua(),Qu=fr(),i1=qt(),J3=vf(),qf=Array.isArray;rn.selectArgs=(t,e)=>um(t,e,[],0);rn.selectColumnArgs=t=>{let[e,r]=Cy(t,[[],[]]);return r.map((n,i)=>n instanceof _f.Column?_f.Column.new(n.field.clone(e[i]),n):n instanceof Qu.Vector?_f.Column.new(e[i],n):_f.Column.new(e[i],[]))};rn.selectFieldArgs=t=>Cy(t,[[],[]]);rn.selectChunkArgs=(t,e)=>Ly(t,e,[],0);rn.selectVectorChildrenArgs=(t,e)=>o1(t,e,[],0);rn.selectColumnChildrenArgs=(t,e)=>f1(t,e,[],0);function um(t,e,r,n){let i,o=n,f=-1,s=e.length;for(;++f<s;)qf(i=e[f])?o=um(t,i,r,o).length:i instanceof t&&(r[o++]=i);return r}function Ly(t,e,r,n){let i,o=n,f=-1,s=e.length;for(;++f<s;)qf(i=e[f])?o=Ly(t,i,r,o).length:i instanceof J3.Chunked?o=Ly(t,i.chunks,r,o).length:i instanceof t&&(r[o++]=i);return r}function o1(t,e,r,n){let i,o=n,f=-1,s=e.length;for(;++f<s;)qf(i=e[f])?o=o1(t,i,r,o).length:i instanceof t?o=um(Qu.Vector,i.schema.fields.map((a,u)=>i.getChildAt(u)),r,o).length:i instanceof Qu.Vector&&(r[o++]=i);return r}function f1(t,e,r,n){let i,o=n,f=-1,s=e.length;for(;++f<s;)qf(i=e[f])?o=f1(t,i,r,o).length:i instanceof t?o=um(_f.Column,i.schema.fields.map((a,u)=>_f.Column.new(a,i.getChildAt(u))),r,o).length:i instanceof _f.Column&&(r[o++]=i);return r}var Z3=(t,[e,r],n)=>(t[0][n]=e,t[1][n]=r,t);function Cy(t,e){let r,n;switch(n=t.length){case 0:return e;case 1:if(r=e[0],!t[0])return e;if(qf(t[0]))return Cy(t[0],e);t[0]instanceof r1.Data||t[0]instanceof Qu.Vector||t[0]instanceof i1.DataType||([r,t]=Object.entries(t[0]).reduce(Z3,e));break;default:qf(r=t[n-1])?t=qf(t[0])?t[0]:t.slice(0,n-1):(t=qf(t[0])?t[0]:t,r=[])}let i=-1,o=-1,f=-1,s=t.length,a,u,[c,_]=e;for(;++f<s;)u=t[f],u instanceof _f.Column&&(_[++o]=u)?c[++i]=u.field.clone(r[f],u.type,!0):({[f]:a=f}=r,u instanceof i1.DataType&&(_[++o]=u)?c[++i]=n1.Field.new(a,u,!0):u&&u.type&&(_[++o]=u)&&(u instanceof r1.Data&&(_[o]=u=Qu.Vector.new(u)),c[++i]=n1.Field.new(a,u.type,!0)));return e}});var vf=H(cm=>{"use strict";Object.defineProperty(cm,"__esModule",{value:!0});cm.Chunked=void 0;var X3=Xu(),s1=qt(),Q3=Ma(),a1=fr(),l1=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}},_o=class extends a1.AbstractVector{constructor(e,r=[],n=$3(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 Q3.selectChunkArgs(a1.Vector,e)}static concat(...e){let r=_o.flatten(...e);return new _o(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(s1.DataType.isDictionary(this._type)){if(!this._indices){let e=this._chunks;this._indices=e.length===1?e[0].indices:_o.concat(...e.map(r=>r.indices))}return this._indices}return null}get dictionary(){return s1.DataType.isDictionary(this._type)?this._chunks[this._chunks.length-1].data.dictionary:null}[Symbol.iterator](){return new l1(this._chunks)}clone(e=this._chunks){return new _o(this._type,e)}concat(...e){return this.clone(_o.flatten(this,...e))}slice(e,r){return X3.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 _o(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,a=0;do{if(f+1===o)return r?r(this,f,n-s):[f,n-s];a=f+(o-f)/2|0,n>=i[a]?f=a:o=a}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 a=-1;++a<r;)i+=(o[a]=e[a].toArray()).length;n!==o[0].constructor&&(n=o[0].constructor);let f=new n(i),s=n===Array?tz:ez;for(let a=-1,u=0;++a<r;)u=s(o[a],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,a=0,u=-1;for(;++o<f;){if(~(u=e[o].indexOf(i,s)))return a+u;s=0,a+=e[o].length}return-1}_sliceInternal(e,r,n){let i=[],{chunks:o,_chunkOffsets:f}=e;for(let s=-1,a=o.length;++s<a;){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)}};cm.Chunked=_o;function $3(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 ez=(t,e,r)=>(e.set(t,r),r+t.length),tz=(t,e,r)=>{let n=r;for(let i=-1,o=t.length;++i<o;)e[n++]=t[i];return n}});var Ua=H(pm=>{"use strict";Object.defineProperty(pm,"__esModule",{value:!0});pm.Column=void 0;var u1=Tr(),c1=fr(),Vy=vf(),Ts=class extends Vy.Chunked{constructor(e,r=[],n){r=Vy.Chunked.flatten(...r);super(e.type,r,n);if(this._field=e,r.length===1&&!(this instanceof Wy))return new Wy(e,r[0],this._chunkOffsets)}static new(...e){let[r,n,...i]=e;typeof r!="string"&&!(r instanceof u1.Field)&&(n=r,r="");let o=Vy.Chunked.flatten(Array.isArray(n)?[...n,...i]:n instanceof c1.Vector?[n,...i]:[c1.Vector.new(n,...i)]);if(typeof r=="string"){let f=o[0].data.type;r=new u1.Field(r,f,!0)}else!r.nullable&&o.some(({nullCount:f})=>f>0)&&(r=r.clone({nullable:!0}));return new Ts(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 Ts(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 Ts(i,o):null}};pm.Column=Ts;var Wy=class extends Ts{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 p1=H(La=>{"use strict";Object.defineProperty(La,"__esModule",{value:!0});La.instance=La.TypeAssembler=void 0;var rz=co(),nz=rz.flatbuffers.Long,iz=Er(),Ee=sf(),Yy=class extends iz.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 nz(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)}};La.TypeAssembler=Yy;La.instance=new Yy});var y1=H(Ni=>{"use strict";Object.defineProperty(Ni,"__esModule",{value:!0});Ni.fieldFromJSON=Ni.dictionaryBatchFromJSON=Ni.recordBatchFromJSON=Ni.schemaFromJSON=void 0;var Ca=Tr(),Vt=qt(),Bs=ks(),Va=zt();function oz(t,e=new Map){return new Ca.Schema(sz(t,e),dm(t.customMetadata),e)}Ni.schemaFromJSON=oz;function d1(t){return new Bs.RecordBatch(t.count,b1(t.columns),h1(t.columns))}Ni.recordBatchFromJSON=d1;function fz(t){return new Bs.DictionaryBatch(d1(t.data),t.id,t.isDelta)}Ni.dictionaryBatchFromJSON=fz;function sz(t,e){return(t.fields||[]).filter(Boolean).map(r=>Ca.Field.fromJSON(r,e))}function m1(t,e){return(t.children||[]).filter(Boolean).map(r=>Ca.Field.fromJSON(r,e))}function b1(t){return(t||[]).reduce((e,r)=>[...e,new Bs.FieldNode(r.count,az(r.VALIDITY)),...b1(r.children)],[])}function h1(t,e=[]){for(let r=-1,n=(t||[]).length;++r<n;){let i=t[r];i.VALIDITY&&e.push(new Bs.BufferRegion(e.length,i.VALIDITY.length)),i.TYPE&&e.push(new Bs.BufferRegion(e.length,i.TYPE.length)),i.OFFSET&&e.push(new Bs.BufferRegion(e.length,i.OFFSET.length)),i.DATA&&e.push(new Bs.BufferRegion(e.length,i.DATA.length)),e=h1(i.children,e)}return e}function az(t){return(t||[]).reduce((e,r)=>e+ +(r===0),0)}function lz(t,e){let r,n,i,o,f,s;return!e||!(o=t.dictionary)?(f=g1(t,m1(t,e)),i=new Ca.Field(t.name,f,t.nullable,dm(t.customMetadata))):e.has(r=o.id)?(n=(n=o.indexType)?w1(n):new Vt.Int32,s=new Vt.Dictionary(e.get(r),n,r,o.isOrdered),i=new Ca.Field(t.name,s,t.nullable,dm(t.customMetadata))):(n=(n=o.indexType)?w1(n):new Vt.Int32,e.set(r,f=g1(t,m1(t,e))),s=new Vt.Dictionary(f,n,r,o.isOrdered),i=new Ca.Field(t.name,s,t.nullable,dm(t.customMetadata))),i||null}Ni.fieldFromJSON=lz;function dm(t){return new Map(Object.entries(t||{}))}function w1(t){return new Vt.Int(t.isSigned,t.bitWidth)}function g1(t,e){let r=t.type.name;switch(r){case"NONE":return new Vt.Null;case"null":return new Vt.Null;case"binary":return new Vt.Binary;case"utf8":return new Vt.Utf8;case"bool":return new Vt.Bool;case"list":return new Vt.List((e||[])[0]);case"struct":return new Vt.Struct(e||[]);case"struct_":return new Vt.Struct(e||[])}switch(r){case"int":{let n=t.type;return new Vt.Int(n.isSigned,n.bitWidth)}case"floatingpoint":{let n=t.type;return new Vt.Float(Va.Precision[n.precision])}case"decimal":{let n=t.type;return new Vt.Decimal(n.scale,n.precision)}case"date":{let n=t.type;return new Vt.Date_(Va.DateUnit[n.unit])}case"time":{let n=t.type;return new Vt.Time(Va.TimeUnit[n.unit],n.bitWidth)}case"timestamp":{let n=t.type;return new Vt.Timestamp(Va.TimeUnit[n.unit],n.timezone)}case"interval":{let n=t.type;return new Vt.Interval(Va.IntervalUnit[n.unit])}case"union":{let n=t.type;return new Vt.Union(Va.UnionMode[n.mode],n.typeIds||[],e||[])}case"fixedsizebinary":{let n=t.type;return new Vt.FixedSizeBinary(n.byteWidth)}case"fixedsizelist":{let n=t.type;return new Vt.FixedSizeList(n.listSize,(e||[])[0])}case"map":{let n=t.type;return new Vt.Map_((e||[])[0],n.keysSorted)}}throw new Error(`Unrecognized type: "${r}"`)}});var ks=H(Rn=>{"use strict";Object.defineProperty(Rn,"__esModule",{value:!0});Rn.FieldNode=Rn.BufferRegion=Rn.DictionaryBatch=Rn.RecordBatch=Rn.Message=void 0;var Ky=co(),Ie=sf(),Yt=wd(),Br=Tr(),uz=yr(),$t=zt(),Gy=p1(),mm=y1(),Is=Ky.flatbuffers.Long,cz=Ky.flatbuffers.Builder,pz=Ky.flatbuffers.ByteBuffer,Wt=qt(),Tf=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 Tf(0,$t.MetadataVersion.V4,r);return n._createHeader=dz(e,r),n}static decode(e){e=new pz(uz.toUint8Array(e));let r=Yt.Message.getRootAsMessage(e),n=r.bodyLength(),i=r.version(),o=r.headerType(),f=new Tf(n,i,o);return f._createHeader=mz(r,o),f}static encode(e){let r=new cz,n=-1;return e.isSchema()?n=Br.Schema.encode(r,e.header()):e.isRecordBatch()?n=Pn.encode(r,e.header()):e.isDictionaryBatch()&&(n=Di.encode(r,e.header())),Yt.Message.startMessage(r),Yt.Message.addVersion(r,$t.MetadataVersion.V4),Yt.Message.addHeader(r,n),Yt.Message.addHeaderType(r,e.headerType),Yt.Message.addBodyLength(r,new Is(e.bodyLength,0)),Yt.Message.finishMessageBuffer(r,Yt.Message.endMessage(r)),r.asUint8Array()}static from(e,r=0){if(e instanceof Br.Schema)return new Tf(0,$t.MetadataVersion.V4,$t.MessageHeader.Schema,e);if(e instanceof Pn)return new Tf(r,$t.MetadataVersion.V4,$t.MessageHeader.RecordBatch,e);if(e instanceof Di)return new Tf(r,$t.MetadataVersion.V4,$t.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===$t.MessageHeader.Schema}isRecordBatch(){return this.headerType===$t.MessageHeader.RecordBatch}isDictionaryBatch(){return this.headerType===$t.MessageHeader.DictionaryBatch}};Rn.Message=Tf;var Pn=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}};Rn.RecordBatch=Pn;var Di=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}};Rn.DictionaryBatch=Di;var Ss=class{constructor(e,r){this.offset=typeof e=="number"?e:e.low,this.length=typeof r=="number"?r:r.low}};Rn.BufferRegion=Ss;var xs=class{constructor(e,r){this.length=typeof e=="number"?e:e.low,this.nullCount=typeof r=="number"?r:r.low}};Rn.FieldNode=xs;function dz(t,e){return()=>{switch(e){case $t.MessageHeader.Schema:return Br.Schema.fromJSON(t);case $t.MessageHeader.RecordBatch:return Pn.fromJSON(t);case $t.MessageHeader.DictionaryBatch:return Di.fromJSON(t)}throw new Error(`Unrecognized Message type: { name: ${$t.MessageHeader[e]}, type: ${e} }`)}}function mz(t,e){return()=>{switch(e){case $t.MessageHeader.Schema:return Br.Schema.decode(t.header(new Ie.Schema));case $t.MessageHeader.RecordBatch:return Pn.decode(t.header(new Yt.RecordBatch),t.version());case $t.MessageHeader.DictionaryBatch:return Di.decode(t.header(new Yt.DictionaryBatch),t.version())}throw new Error(`Unrecognized Message type: { name: ${$t.MessageHeader[e]}, type: ${e} }`)}}Br.Field.encode=Bz;Br.Field.decode=vz;Br.Field.fromJSON=mm.fieldFromJSON;Br.Schema.encode=Tz;Br.Schema.decode=bz;Br.Schema.fromJSON=mm.schemaFromJSON;Pn.encode=kz;Pn.decode=hz;Pn.fromJSON=mm.recordBatchFromJSON;Di.encode=Iz;Di.decode=wz;Di.fromJSON=mm.dictionaryBatchFromJSON;xs.encode=Sz;xs.decode=yz;Ss.encode=xz;Ss.decode=gz;function bz(t,e=new Map){let r=qz(t,e);return new Br.Schema(r,bm(t),e)}function hz(t,e=$t.MetadataVersion.V4){return new Pn(t.length(),jz(t),_z(t,e))}function wz(t,e=$t.MetadataVersion.V4){return new Di(Pn.decode(t.data(),e),t.id(),t.isDelta())}function gz(t){return new Ss(t.offset(),t.length())}function yz(t){return new xs(t.length(),t.nullCount())}function jz(t){let e=[];for(let r,n=-1,i=-1,o=t.nodesLength();++n<o;)(r=t.nodes(n))&&(e[++i]=xs.decode(r));return e}function _z(t,e){let r=[];for(let n,i=-1,o=-1,f=t.buffersLength();++i<f;)(n=t.buffers(i))&&(e<$t.MetadataVersion.V4&&(n.bb_pos+=8*(i+1)),r[++o]=Ss.decode(n));return r}function qz(t,e){let r=[];for(let n,i=-1,o=-1,f=t.fieldsLength();++i<f;)(n=t.fields(i))&&(r[++o]=Br.Field.decode(n,e));return r}function j1(t,e){let r=[];for(let n,i=-1,o=-1,f=t.childrenLength();++i<f;)(n=t.children(i))&&(r[++o]=Br.Field.decode(n,e));return r}function vz(t,e){let r,n,i,o,f,s;return!e||!(s=t.dictionary())?(i=q1(t,j1(t,e)),n=new Br.Field(t.name(),i,t.nullable(),bm(t))):e.has(r=s.id().low)?(o=(o=s.indexType())?_1(o):new Wt.Int32,f=new Wt.Dictionary(e.get(r),o,r,s.isOrdered()),n=new Br.Field(t.name(),f,t.nullable(),bm(t))):(o=(o=s.indexType())?_1(o):new Wt.Int32,e.set(r,i=q1(t,j1(t,e))),f=new Wt.Dictionary(i,o,r,s.isOrdered()),n=new Br.Field(t.name(),f,t.nullable(),bm(t))),n||null}function bm(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 _1(t){return new Wt.Int(t.isSigned(),t.bitWidth())}function q1(t,e){let r=t.typeType();switch(r){case Ie.Type.NONE:return new Wt.Null;case Ie.Type.Null:return new Wt.Null;case Ie.Type.Binary:return new Wt.Binary;case Ie.Type.Utf8:return new Wt.Utf8;case Ie.Type.Bool:return new Wt.Bool;case Ie.Type.List:return new Wt.List((e||[])[0]);case Ie.Type.Struct_:return new Wt.Struct(e||[])}switch(r){case Ie.Type.Int:{let n=t.type(new Ie.Int);return new Wt.Int(n.isSigned(),n.bitWidth())}case Ie.Type.FloatingPoint:{let n=t.type(new Ie.FloatingPoint);return new Wt.Float(n.precision())}case Ie.Type.Decimal:{let n=t.type(new Ie.Decimal);return new Wt.Decimal(n.scale(),n.precision())}case Ie.Type.Date:{let n=t.type(new Ie.Date);return new Wt.Date_(n.unit())}case Ie.Type.Time:{let n=t.type(new Ie.Time);return new Wt.Time(n.unit(),n.bitWidth())}case Ie.Type.Timestamp:{let n=t.type(new Ie.Timestamp);return new Wt.Timestamp(n.unit(),n.timezone())}case Ie.Type.Interval:{let n=t.type(new Ie.Interval);return new Wt.Interval(n.unit())}case Ie.Type.Union:{let n=t.type(new Ie.Union);return new Wt.Union(n.mode(),n.typeIdsArray()||[],e||[])}case Ie.Type.FixedSizeBinary:{let n=t.type(new Ie.FixedSizeBinary);return new Wt.FixedSizeBinary(n.byteWidth())}case Ie.Type.FixedSizeList:{let n=t.type(new Ie.FixedSizeList);return new Wt.FixedSizeList(n.listSize(),(e||[])[0])}case Ie.Type.Map:{let n=t.type(new Ie.Map);return new Wt.Map_((e||[])[0],n.keysSorted())}}throw new Error(`Unrecognized type: "${Ie.Type[r]}" (${r})`)}function Tz(t,e){let r=e.fields.map(o=>Br.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}`),a=t.createString(`${f}`);return Ie.KeyValue.startKeyValue(t),Ie.KeyValue.addKey(t,s),Ie.KeyValue.addValue(t,a),Ie.KeyValue.endKeyValue(t)})):-1;return Ie.Schema.startSchema(t),Ie.Schema.addFields(t,n),Ie.Schema.addEndianness(t,Ez?Ie.Endianness.Little:Ie.Endianness.Big),i!==-1&&Ie.Schema.addCustomMetadata(t,i),Ie.Schema.endSchema(t)}function Bz(t,e){let r=-1,n=-1,i=-1,o=e.type,f=e.typeId;Wt.DataType.isDictionary(o)?(f=o.dictionary.typeId,i=Gy.instance.visit(o,t),n=Gy.instance.visit(o.dictionary,t)):n=Gy.instance.visit(o,t);let s=(o.children||[]).map(c=>Br.Field.encode(t,c)),a=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,a),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 kz(t,e){let r=e.nodes||[],n=e.buffers||[];Yt.RecordBatch.startNodesVector(t,r.length),r.slice().reverse().forEach(f=>xs.encode(t,f));let i=t.endVector();Yt.RecordBatch.startBuffersVector(t,n.length),n.slice().reverse().forEach(f=>Ss.encode(t,f));let o=t.endVector();return Yt.RecordBatch.startRecordBatch(t),Yt.RecordBatch.addLength(t,new Is(e.length,0)),Yt.RecordBatch.addNodes(t,i),Yt.RecordBatch.addBuffers(t,o),Yt.RecordBatch.endRecordBatch(t)}function Iz(t,e){let r=Pn.encode(t,e.data);return Yt.DictionaryBatch.startDictionaryBatch(t),Yt.DictionaryBatch.addId(t,new Is(e.id,0)),Yt.DictionaryBatch.addIsDelta(t,e.isDelta),Yt.DictionaryBatch.addData(t,r),Yt.DictionaryBatch.endDictionaryBatch(t)}function Sz(t,e){return Yt.FieldNode.createFieldNode(t,new Is(e.length,0),new Is(e.nullCount,0))}function xz(t,e){return Ie.Buffer.createBuffer(t,new Is(e.offset,0),new Is(e.length,0))}var Ez=function(){let t=new ArrayBuffer(2);return new DataView(t).setInt16(0,256,!0),new Int16Array(t)[0]===256}()});var wm=H(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 Bf=zt(),Az=co(),v1=Az.flatbuffers.ByteBuffer,$u=ks(),Oz=Pr(),Nz=Ry(),T1=yr(),hm=yf(),ni=ba(),Jy=t=>`Expected ${Bf.MessageHeader[t]} Message in stream, but was null or length 0.`,Zy=t=>`Header pointer of flatbuffer-encoded ${Bf.MessageHeader[t]} Message is null or length 0.`,B1=(t,e)=>`Expected to read ${t} metadata bytes, but only read ${e}.`,k1=(t,e)=>`Expected to read ${t} bytes for message body, but only read ${e}.`,Xy=class{constructor(e){this.source=e instanceof hm.ByteStream?e:new hm.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?ni.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(Jy(e));return r.value}readMessageBody(e){if(e<=0)return new Uint8Array(0);let r=T1.toUint8Array(this.source.read(e));if(r.byteLength<e)throw new Error(k1(e,r.byteLength));return r.byteOffset%8==0&&r.byteOffset+r.byteLength<=r.buffer.byteLength?r:r.slice()}readSchema(e=!1){let r=Bf.MessageHeader.Schema,n=this.readMessage(r),i=n&&n.header();if(e&&!i)throw new Error(Zy(r));return i}readMetadataLength(){let e=this.source.read(mt.PADDING),r=e&&new v1(e),n=r&&r.readInt32(0)||0;return{done:n===0,value:n}}readMetadata(e){let r=this.source.read(e);if(!r)return ni.ITERATOR_DONE;if(r.byteLength<e)throw new Error(B1(e,r.byteLength));return{done:!1,value:$u.Message.decode(r)}}};mt.MessageReader=Xy;var I1=class{constructor(e,r){this.source=e instanceof hm.AsyncByteStream?e:Oz.isFileHandle(e)?new Nz.AsyncRandomAccessFile(e,r):new hm.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?ni.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(Jy(e));return r.value}async readMessageBody(e){if(e<=0)return new Uint8Array(0);let r=T1.toUint8Array(await this.source.read(e));if(r.byteLength<e)throw new Error(k1(e,r.byteLength));return r.byteOffset%8==0&&r.byteOffset+r.byteLength<=r.buffer.byteLength?r:r.slice()}async readSchema(e=!1){let r=Bf.MessageHeader.Schema,n=await this.readMessage(r),i=n&&n.header();if(e&&!i)throw new Error(Zy(r));return i}async readMetadataLength(){let e=await this.source.read(mt.PADDING),r=e&&new v1(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 ni.ITERATOR_DONE;if(r.byteLength<e)throw new Error(B1(e,r.byteLength));return{done:!1,value:$u.Message.decode(r)}}};mt.AsyncMessageReader=I1;var S1=class extends Xy{constructor(e){super(new Uint8Array(0));this._schema=!1,this._body=[],this._batchIndex=0,this._dictionaryIndex=0,this._json=e instanceof ni.ArrowJSON?e:new ni.ArrowJSON(e)}next(){let{_json:e}=this;if(!this._schema){this._schema=!0;let r=$u.Message.fromJSON(e.schema,Bf.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=$u.Message.fromJSON(r,Bf.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=$u.Message.fromJSON(r,Bf.MessageHeader.RecordBatch);return{done:!1,value:n}}return this._body=[],ni.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(Jy(e));return r.value}readSchema(){let e=Bf.MessageHeader.Schema,r=this.readMessage(e),n=r&&r.header();if(!r||!n)throw new Error(Zy(e));return n}};mt.JSONMessageReader=S1;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 Dz(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=Dz;mt.magicLength=mt.MAGIC.length;mt.magicAndPadding=mt.magicLength+mt.PADDING;mt.magicX2AndPadding=mt.magicLength*2+mt.PADDING});var tj=H(er=>{"use strict";Object.defineProperty(er,"__esModule",{value:!0});er.compareTypes=er.compareFields=er.compareSchemas=er.instance=er.TypeComparator=void 0;var Fz=Er(),Me=class extends Fz.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)}};er.TypeComparator=Me;function nn(t,e){return e instanceof t.constructor}function ec(t,e){return t===e||nn(t,e)}function qo(t,e){return t===e||nn(t,e)&&t.bitWidth===e.bitWidth&&t.isSigned===e.isSigned}function gm(t,e){return t===e||nn(t,e)&&t.precision===e.precision}function Pz(t,e){return t===e||nn(t,e)&&t.byteWidth===e.byteWidth}function Qy(t,e){return t===e||nn(t,e)&&t.unit===e.unit}function tc(t,e){return t===e||nn(t,e)&&t.unit===e.unit&&t.timezone===e.timezone}function rc(t,e){return t===e||nn(t,e)&&t.unit===e.unit&&t.bitWidth===e.bitWidth}function Rz(t,e){return t===e||nn(t,e)&&t.children.length===e.children.length&&er.instance.compareManyFields(t.children,e.children)}function zz(t,e){return t===e||nn(t,e)&&t.children.length===e.children.length&&er.instance.compareManyFields(t.children,e.children)}function $y(t,e){return t===e||nn(t,e)&&t.mode===e.mode&&t.typeIds.every((r,n)=>r===e.typeIds[n])&&er.instance.compareManyFields(t.children,e.children)}function Hz(t,e){return t===e||nn(t,e)&&t.id===e.id&&t.isOrdered===e.isOrdered&&er.instance.visit(t.indices,e.indices)&&er.instance.visit(t.dictionary,e.dictionary)}function ej(t,e){return t===e||nn(t,e)&&t.unit===e.unit}function Mz(t,e){return t===e||nn(t,e)&&t.listSize===e.listSize&&t.children.length===e.children.length&&er.instance.compareManyFields(t.children,e.children)}function Uz(t,e){return t===e||nn(t,e)&&t.keysSorted===e.keysSorted&&t.children.length===e.children.length&&er.instance.compareManyFields(t.children,e.children)}Me.prototype.visitNull=ec;Me.prototype.visitBool=ec;Me.prototype.visitInt=qo;Me.prototype.visitInt8=qo;Me.prototype.visitInt16=qo;Me.prototype.visitInt32=qo;Me.prototype.visitInt64=qo;Me.prototype.visitUint8=qo;Me.prototype.visitUint16=qo;Me.prototype.visitUint32=qo;Me.prototype.visitUint64=qo;Me.prototype.visitFloat=gm;Me.prototype.visitFloat16=gm;Me.prototype.visitFloat32=gm;Me.prototype.visitFloat64=gm;Me.prototype.visitUtf8=ec;Me.prototype.visitBinary=ec;Me.prototype.visitFixedSizeBinary=Pz;Me.prototype.visitDate=Qy;Me.prototype.visitDateDay=Qy;Me.prototype.visitDateMillisecond=Qy;Me.prototype.visitTimestamp=tc;Me.prototype.visitTimestampSecond=tc;Me.prototype.visitTimestampMillisecond=tc;Me.prototype.visitTimestampMicrosecond=tc;Me.prototype.visitTimestampNanosecond=tc;Me.prototype.visitTime=rc;Me.prototype.visitTimeSecond=rc;Me.prototype.visitTimeMillisecond=rc;Me.prototype.visitTimeMicrosecond=rc;Me.prototype.visitTimeNanosecond=rc;Me.prototype.visitDecimal=ec;Me.prototype.visitList=Rz;Me.prototype.visitStruct=zz;Me.prototype.visitUnion=$y;Me.prototype.visitDenseUnion=$y;Me.prototype.visitSparseUnion=$y;Me.prototype.visitDictionary=Hz;Me.prototype.visitInterval=ej;Me.prototype.visitIntervalDayTime=ej;Me.prototype.visitIntervalYearMonth=ej;Me.prototype.visitFixedSizeList=Mz;Me.prototype.visitMap=Uz;er.instance=new Me;function Lz(t,e){return er.instance.compareSchemas(t,e)}er.compareSchemas=Lz;function Cz(t,e){return er.instance.compareFields(t,e)}er.compareFields=Cz;function Vz(t,e){return er.instance.visit(t,e)}er.compareTypes=Vz});var N1=H(ym=>{"use strict";Object.defineProperty(ym,"__esModule",{value:!0});ym.VectorAssembler=void 0;var Wz=Er(),x1=zt(),Yz=vo(),rj=yr(),nj=ki(),Kz=Ma(),E1=ks(),A1=qt(),mr=class extends Wz.Visitor{constructor(){super();this._byteLength=0,this._nodes=[],this._buffers=[],this._bufferRegions=[]}static assemble(...e){let r=new mr,n=Kz.selectVectorChildrenArgs(Yz.RecordBatch,e),[i=r]=r.visitMany(n);return i}visit(e){if(!A1.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");A1.DataType.isNull(e.type)||ii.call(this,i<=0?new Uint8Array(0):nj.truncateBitmap(r.offset,n,r.nullBitmap)),this.nodes.push(new E1.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}};ym.VectorAssembler=mr;function ii(t){let e=t.byteLength+7&~7;return this.buffers.push(t),this.bufferRegions.push(new E1.BufferRegion(this._byteLength,e)),this._byteLength+=e,this}function Gz(t){let{type:e,length:r,typeIds:n,valueOffsets:i}=t;if(ii.call(this,n),e.mode===x1.UnionMode.Sparse)return oj.call(this,t);if(e.mode===x1.UnionMode.Dense){if(t.offset<=0)return ii.call(this,i),oj.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),a=new Int32Array(r),u=rj.rebaseValueOffsets(-i[0],r,i);for(let c,_,p=-1;++p<r;)(_=s[c=n[p]])===-1&&(_=s[c]=u[c]),a[p]=u[p]-_,++f[c];ii.call(this,a);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 Jz(t){let e;return t.nullCount>=t.length?ii.call(this,new Uint8Array(0)):(e=t.values)instanceof Uint8Array?ii.call(this,nj.truncateBitmap(t.offset,t.length,e)):ii.call(this,nj.packBools(t))}function kf(t){return ii.call(this,t.values.subarray(0,t.length*t.stride))}function O1(t){let{length:e,values:r,valueOffsets:n}=t,i=n[0],o=n[e],f=Math.min(o-i,r.byteLength-i);return ii.call(this,rj.rebaseValueOffsets(-n[0],e,n)),ii.call(this,r.subarray(i,i+f)),this}function ij(t){let{length:e,valueOffsets:r}=t;return r&&ii.call(this,rj.rebaseValueOffsets(r[0],e,r)),this.visit(t.getChildAt(0))}function oj(t){return this.visitMany(t.type.children.map((e,r)=>t.getChildAt(r)).filter(Boolean))[0]}mr.prototype.visitBool=Jz;mr.prototype.visitInt=kf;mr.prototype.visitFloat=kf;mr.prototype.visitUtf8=O1;mr.prototype.visitBinary=O1;mr.prototype.visitFixedSizeBinary=kf;mr.prototype.visitDate=kf;mr.prototype.visitTimestamp=kf;mr.prototype.visitTime=kf;mr.prototype.visitDecimal=kf;mr.prototype.visitList=ij;mr.prototype.visitStruct=oj;mr.prototype.visitUnion=Gz;mr.prototype.visitInterval=kf;mr.prototype.visitFixedSizeList=ij;mr.prototype.visitMap=ij});var F1=H(jm=>{"use strict";Object.defineProperty(jm,"__esModule",{value:!0});jm.JSONTypeAssembler=void 0;var Zz=Er(),Or=sf(),Wa=zt(),D1=class extends Zz.Visitor{visit(e){return e==null?void 0:super.visit(e)}visitNull({typeId:e}){return{name:Or.Type[e].toLowerCase()}}visitInt({typeId:e,bitWidth:r,isSigned:n}){return{name:Or.Type[e].toLowerCase(),bitWidth:r,isSigned:n}}visitFloat({typeId:e,precision:r}){return{name:Or.Type[e].toLowerCase(),precision:Wa.Precision[r]}}visitBinary({typeId:e}){return{name:Or.Type[e].toLowerCase()}}visitBool({typeId:e}){return{name:Or.Type[e].toLowerCase()}}visitUtf8({typeId:e}){return{name:Or.Type[e].toLowerCase()}}visitDecimal({typeId:e,scale:r,precision:n}){return{name:Or.Type[e].toLowerCase(),scale:r,precision:n}}visitDate({typeId:e,unit:r}){return{name:Or.Type[e].toLowerCase(),unit:Wa.DateUnit[r]}}visitTime({typeId:e,unit:r,bitWidth:n}){return{name:Or.Type[e].toLowerCase(),unit:Wa.TimeUnit[r],bitWidth:n}}visitTimestamp({typeId:e,timezone:r,unit:n}){return{name:Or.Type[e].toLowerCase(),unit:Wa.TimeUnit[n],timezone:r}}visitInterval({typeId:e,unit:r}){return{name:Or.Type[e].toLowerCase(),unit:Wa.IntervalUnit[r]}}visitList({typeId:e}){return{name:Or.Type[e].toLowerCase()}}visitStruct({typeId:e}){return{name:Or.Type[e].toLowerCase()}}visitUnion({typeId:e,mode:r,typeIds:n}){return{name:Or.Type[e].toLowerCase(),mode:Wa.UnionMode[r],typeIds:[...n]}}visitDictionary(e){return this.visit(e.dictionary)}visitFixedSizeBinary({typeId:e,byteWidth:r}){return{name:Or.Type[e].toLowerCase(),byteWidth:r}}visitFixedSizeList({typeId:e,listSize:r}){return{name:Or.Type[e].toLowerCase(),listSize:r}}visitMap({typeId:e,keysSorted:r}){return{name:Or.Type[e].toLowerCase(),keysSorted:r}}};jm.JSONTypeAssembler=D1});var z1=H(vm=>{"use strict";Object.defineProperty(vm,"__esModule",{value:!0});vm.JSONVectorAssembler=void 0;var Xz=Cu(),nc=Ua(),Qz=fr(),$z=Er(),eH=zt(),tH=vo(),fj=zt(),_m=ki(),rH=Ma(),P1=qt(),qm=class extends $z.Visitor{static assemble(...e){return new qm().visitMany(rH.selectColumnChildrenArgs(tH.RecordBatch,e))}visit(e){let{data:r,name:n,length:i}=e,{offset:o,nullCount:f,nullBitmap:s}=r,a=P1.DataType.isDictionary(e.type)?e.type.indices:e.type,u=Object.assign([],r.buffers,{[eH.BufferType.VALIDITY]:void 0});return{name:n,count:i,VALIDITY:P1.DataType.isNull(a)?void 0:f<=0?Array.from({length:i},()=>1):[...new _m.BitIterator(s,o,i,null,_m.getBit)],...super.visit(Qz.Vector.new(r.clone(a,o,i,0,u)))}}visitNull(){return{}}visitBool({values:e,offset:r,length:n}){return{DATA:[...new _m.BitIterator(e,r,n,null,_m.getBool)]}}visitInt(e){return{DATA:e.type.bitWidth<64?[...e.values]:[...ic(e.values,2)]}}visitFloat(e){return{DATA:[...e.values]}}visitUtf8(e){return{DATA:[...e],OFFSET:[...e.valueOffsets]}}visitBinary(e){return{DATA:[...R1(e)],OFFSET:[...e.valueOffsets]}}visitFixedSizeBinary(e){return{DATA:[...R1(e)]}}visitDate(e){return{DATA:e.type.unit===fj.DateUnit.DAY?[...e.values]:[...ic(e.values,2)]}}visitTimestamp(e){return{DATA:[...ic(e.values,2)]}}visitTime(e){return{DATA:e.type.unit<fj.TimeUnit.MICROSECOND?[...e.values]:[...ic(e.values,2)]}}visitDecimal(e){return{DATA:[...ic(e.values,4)]}}visitList(e){return{OFFSET:[...e.valueOffsets],children:e.type.children.map((r,n)=>this.visit(new nc.Column(r,[e.getChildAt(n)])))}}visitStruct(e){return{children:e.type.children.map((r,n)=>this.visit(new nc.Column(r,[e.getChildAt(n)])))}}visitUnion(e){return{TYPE:[...e.typeIds],OFFSET:e.type.mode===fj.UnionMode.Dense?[...e.valueOffsets]:void 0,children:e.type.children.map((r,n)=>this.visit(new nc.Column(r,[e.getChildAt(n)])))}}visitInterval(e){return{DATA:[...e.values]}}visitFixedSizeList(e){return{children:e.type.children.map((r,n)=>this.visit(new nc.Column(r,[e.getChildAt(n)])))}}visitMap(e){return{OFFSET:[...e.valueOffsets],children:e.type.children.map((r,n)=>this.visit(new nc.Column(r,[e.getChildAt(n)])))}}};vm.JSONVectorAssembler=qm;function*R1(t){for(let e of t)yield e.reduce((r,n)=>`${r}${("0"+(n&255).toString(16)).slice(-2)}`,"").toUpperCase()}function*ic(t,e){for(let r=-1,n=t.length/e;++r<n;)yield`${Xz.BN.new(t.subarray((r+0)*e,(r+1)*e),!1)}`}});var Sm=H(Pi=>{"use strict";Object.defineProperty(Pi,"__esModule",{value:!0});Pi.RecordBatchJSONWriter=Pi.RecordBatchFileWriter=Pi.RecordBatchStreamWriter=Pi.RecordBatchWriter=void 0;var sj=fc(),nH=wm(),iH=Ua(),oH=qt(),fH=Tr(),Tm=ks(),aj=ks(),Ya=Dy(),lj=zt(),H1=tj(),uj=yf(),M1=N1(),sH=F1(),U1=z1(),aH=yr(),cj=vo(),lH=ba(),Fi=Pr(),oc=class extends lH.ReadableInterop{constructor(e){super();this._position=0,this._started=!1,this._sink=new uj.AsyncByteQueue,this._schema=null,this._dictionaryBlocks=[],this._recordBatchBlocks=[],this._dictionaryDeltaOffsets=new Map,Fi.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 Fi.isPromise(e)?e.then(r=>this.writeAll(r)):Fi.isAsyncIterable(e)?dj(this,e):pj(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 uj.AsyncByteQueue?this._sink=e:(this._sink=new uj.AsyncByteQueue,e&&Fi.isWritableDOMStream(e)?this.toDOMStream({type:"bytes"}).pipeTo(e):e&&Fi.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||!H1.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 sj.Table&&!(r=e.schema))return this.finish()&&void 0;if(e instanceof cj.RecordBatch&&!(r=e.schema))return this.finish()&&void 0}else throw new Error("RecordBatchWriter is closed");if(r&&!H1.compareSchemas(r,this._schema)){if(this._started&&this._autoDestroy)return this.close();this.reset(this._sink,r)}e instanceof cj.RecordBatch?e instanceof cj._InternalEmptyPlaceholderRecordBatch||this._writeRecordBatch(e):e instanceof sj.Table?this.writeAll(e.chunks):Fi.isIterable(e)&&this.writeAll(e)}_writeMessage(e,r=8){let n=r-1,i=Tm.Message.encode(e),o=i.byteLength,f=this._writeLegacyIpcFormat?4:8,s=o+f+n&~n,a=s-o-f;return e.headerType===lj.MessageHeader.RecordBatch?this._recordBatchBlocks.push(new Ya.FileBlock(s,e.bodyLength,this._position)):e.headerType===lj.MessageHeader.DictionaryBatch&&this._dictionaryBlocks.push(new Ya.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(a)}_write(e){if(this._started){let r=aH.toUint8Array(e);r&&r.byteLength>0&&(this._sink.write(r),this._position+=r.byteLength)}return this}_writeSchema(e){return this._writeMessage(Tm.Message.from(e))}_writeFooter(e){return this._writeLegacyIpcFormat?this._write(Int32Array.of(0)):this._write(Int32Array.of(-1,0))}_writeMagic(){return this._write(nH.MAGIC)}_writePadding(e){return e>0?this._write(new Uint8Array(e)):this}_writeRecordBatch(e){let{byteLength:r,nodes:n,bufferRegions:i,buffers:o}=M1.VectorAssembler.assemble(e),f=new aj.RecordBatch(e.length,n,i),s=Tm.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}=M1.VectorAssembler.assemble(e),a=new aj.RecordBatch(e.length,o,f),u=new aj.DictionaryBatch(a,r,n),c=Tm.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}};Pi.RecordBatchWriter=oc;var Bm=class extends oc{static writeAll(e,r){let n=new Bm(r);return Fi.isPromise(e)?e.then(i=>n.writeAll(i)):Fi.isAsyncIterable(e)?dj(n,e):pj(n,e)}};Pi.RecordBatchStreamWriter=Bm;var km=class extends oc{static writeAll(e){let r=new km;return Fi.isPromise(e)?e.then(n=>r.writeAll(n)):Fi.isAsyncIterable(e)?dj(r,e):pj(r,e)}constructor(){super();this._autoDestroy=!0}_writeSchema(e){return this._writeMagic()._writePadding(2)}_writeFooter(e){let r=Ya.Footer.encode(new Ya.Footer(e,lj.MetadataVersion.V4,this._recordBatchBlocks,this._dictionaryBlocks));return super._writeFooter(e)._write(r)._write(Int32Array.of(r.byteLength))._writeMagic()}};Pi.RecordBatchFileWriter=km;var Im=class extends oc{constructor(){super();this._autoDestroy=!0,this._recordBatches=[],this._dictionaries=[]}static writeAll(e){return new Im().writeAll(e)}_writeMessage(){return this}_writeFooter(e){return this}_writeSchema(e){return this._write(`{
|
|
36
|
-
"schema": ${JSON.stringify({fields:e.fields.map(
|
|
37
|
-
`),this._write(`${
|
|
35
|
+
return true;`)}xd.createIsValidFunction=sP;function aP(t){return typeof t!="bigint"?Cg.valueToString(t):fP.BigIntAvailable?`${Cg.valueToString(t)}n`:`"${Cg.valueToString(t)}"`}});var lf=H(Sn=>{"use strict";Object.defineProperty(Sn,"__esModule",{value:!0});Sn.WideBufferBuilder=Sn.OffsetsBufferBuilder=Sn.BitmapBufferBuilder=Sn.DataBufferBuilder=Sn.BufferBuilder=void 0;var nI=yr(),Vg=Pr(),Wg=(t,e)=>(t*e+63&~63||64)/e,lP=(t,e=0)=>t.length>=e?t.subarray(0,e):nI.memcpy(new t.constructor(e),t,0),Ru=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?Wg(n*1,this.BYTES_PER_ELEMENT):Wg(n*2,this.BYTES_PER_ELEMENT))}return this}flush(e=this.length){e=Wg(e*this.stride,this.BYTES_PER_ELEMENT);let r=lP(this.buffer,e);return this.clear(),r}clear(){return this.length=0,this._resize(0),this}_resize(e){return this.buffer=nI.memcpy(new this.ArrayType(e),this.buffer)}};Sn.BufferBuilder=Ru;Ru.prototype.offset=0;var Ed=class extends Ru{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=Ed;var iI=class extends Ed{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=iI;var oI=class extends Ed{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=oI;var fI=class extends Ru{get ArrayType64(){return this._ArrayType64||(this._ArrayType64=this.buffer instanceof Int32Array?Vg.BigInt64Array:Vg.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 Vg.BigIntAvailable&&(this.buffer64=new this.ArrayType64(r.buffer,r.byteOffset,n)),r}};Sn.WideBufferBuilder=fI});var Qt=H(uf=>{"use strict";Object.defineProperty(uf,"__esModule",{value:!0});uf.VariableWidthBuilder=uf.FixedWidthBuilder=uf.Builder=void 0;var uP=fr(),ja=zt(),cP=Qn(),pP=rI(),Yg=lf(),dP=qt(),xn=class{constructor({type:e,nullValues:r}){this.length=0,this.finished=!1,this.type=e,this.children=[],this.nullValues=r,this.stride=dP.strideForType(e),this._nulls=new Yg.BitmapBufferBuilder,r&&r.length>0&&(this._isValid=pP.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 mP(e)}static throughAsyncIterable(e){return bP(e)}toVector(){return uP.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[ja.BufferType.TYPE]=i.flush(o),n&&(e[ja.BufferType.OFFSET]=n.flush(o))):n?(r&&(e[ja.BufferType.DATA]=r.flush(n.last())),e[ja.BufferType.OFFSET]=n.flush(o)):r&&(e[ja.BufferType.DATA]=r.flush(o)),f>0&&(e[ja.BufferType.VALIDITY]=this._nulls.flush(o));let s=cP.Data.new(this.type,0,o,f,e,this.children.map(a=>a.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}};uf.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 sI=class extends xn{constructor(e){super(e);this._values=new Yg.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)}};uf.FixedWidthBuilder=sI;var aI=class extends xn{constructor(e){super(e);this._pendingLength=0,this._offsets=new Yg.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}};uf.VariableWidthBuilder=aI;function mP(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 bP(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 Kg=H(Ad=>{"use strict";Object.defineProperty(Ad,"__esModule",{value:!0});Ad.BoolBuilder=void 0;var hP=lf(),wP=Qt(),lI=class extends wP.Builder{constructor(e){super(e);this._values=new hP.BitmapBufferBuilder}setValue(e,r){this._values.set(e,+r)}};Ad.BoolBuilder=lI});var Gg=H(Od=>{"use strict";Object.defineProperty(Od,"__esModule",{value:!0});Od.NullBuilder=void 0;var gP=Qt(),uI=class extends gP.Builder{setValue(e,r){}setValid(e,r){return this.length=Math.max(e+1,this.length),r}};Od.NullBuilder=uI});var Jg=H(cf=>{"use strict";Object.defineProperty(cf,"__esModule",{value:!0});cf.DateMillisecondBuilder=cf.DateDayBuilder=cf.DateBuilder=void 0;var yP=Qt(),Nd=class extends yP.FixedWidthBuilder{};cf.DateBuilder=Nd;var cI=class extends Nd{};cf.DateDayBuilder=cI;var pI=class extends Nd{};cf.DateMillisecondBuilder=pI});var Zg=H(Dd=>{"use strict";Object.defineProperty(Dd,"__esModule",{value:!0});Dd.DecimalBuilder=void 0;var jP=Qt(),dI=class extends jP.FixedWidthBuilder{};Dd.DecimalBuilder=dI});var Qg=H(Fd=>{"use strict";Object.defineProperty(Fd,"__esModule",{value:!0});Fd.DictionaryBuilder=void 0;var _P=qt(),Xg=Qt(),mI=class extends Xg.Builder{constructor({type:e,nullValues:r,dictionaryHashFunction:n}){super({type:new _P.Dictionary(e.dictionary,e.indices,e.id,e.isOrdered)});this._nulls=null,this._dictionaryOffset=0,this._keysToIndices=Object.create(null),this.indices=Xg.Builder.new({type:this.type.indices,nullValues:r}),this.dictionary=Xg.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}`}};Fd.DictionaryBuilder=mI});var $g=H(Pd=>{"use strict";Object.defineProperty(Pd,"__esModule",{value:!0});Pd.FixedSizeBinaryBuilder=void 0;var qP=Qt(),bI=class extends qP.FixedWidthBuilder{};Pd.FixedSizeBinaryBuilder=bI});var zu=H(qa=>{"use strict";Object.defineProperty(qa,"__esModule",{value:!0});qa.float64ToUint16=qa.uint16ToFloat64=void 0;var hI=new Float64Array(1),_a=new Uint32Array(hI.buffer);function vP(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)}qa.uint16ToFloat64=vP;function TP(t){if(t!==t)return 32256;hI[0]=t;let e=(_a[1]&2147483648)>>16&65535,r=_a[1]&2146435072,n=0;return r>=1089470464?_a[0]>0?r=31744:(r=(r&2080374784)>>16,n=(_a[1]&1048575)>>10):r<=1056964608?(n=1048576+(_a[1]&1048575),n=1048576+(n<<(r>>20)-998)>>21,r=0):(r=r-1056964608>>10,n=(_a[1]&1048575)+512>>10),e|r|n&65535}qa.float64ToUint16=TP});var ey=H(ki=>{"use strict";Object.defineProperty(ki,"__esModule",{value:!0});ki.Float64Builder=ki.Float32Builder=ki.Float16Builder=ki.FloatBuilder=void 0;var BP=zu(),kP=Qt(),Hu=class extends kP.FixedWidthBuilder{};ki.FloatBuilder=Hu;var wI=class extends Hu{setValue(e,r){this._values.set(e,BP.float64ToUint16(r))}};ki.Float16Builder=wI;var gI=class extends Hu{setValue(e,r){this._values.set(e,r)}};ki.Float32Builder=gI;var yI=class extends Hu{setValue(e,r){this._values.set(e,r)}};ki.Float64Builder=yI});var Lu=H(jr=>{"use strict";Object.defineProperty(jr,"__esModule",{value:!0});jr.BN=jr.bignumToBigInt=jr.bignumToString=jr.isArrowBigNumSymbol=void 0;var IP=yr(),Mu=Pr();jr.isArrowBigNumSymbol=Symbol.for("isArrowBigNum");function $n(t,...e){return e.length===0?Object.setPrototypeOf(IP.toArrayBufferView(this.TypedArray,t),this.constructor.prototype):Object.setPrototypeOf(new this.TypedArray(t,...e),this.constructor.prototype)}$n.prototype[jr.isArrowBigNumSymbol]=!0;$n.prototype.toJSON=function(){return`"${jr.bignumToString(this)}"`};$n.prototype.valueOf=function(){return jI(this)};$n.prototype.toString=function(){return jr.bignumToString(this)};$n.prototype[Symbol.toPrimitive]=function(t="default"){switch(t){case"number":return jI(this);case"string":return jr.bignumToString(this);case"default":return jr.bignumToBigInt(this)}return jr.bignumToString(this)};function va(...t){return $n.apply(this,t)}function Ta(...t){return $n.apply(this,t)}function Uu(...t){return $n.apply(this,t)}Object.setPrototypeOf(va.prototype,Object.create(Int32Array.prototype));Object.setPrototypeOf(Ta.prototype,Object.create(Uint32Array.prototype));Object.setPrototypeOf(Uu.prototype,Object.create(Uint32Array.prototype));Object.assign(va.prototype,$n.prototype,{constructor:va,signed:!0,TypedArray:Int32Array,BigIntArray:Mu.BigInt64Array});Object.assign(Ta.prototype,$n.prototype,{constructor:Ta,signed:!1,TypedArray:Uint32Array,BigIntArray:Mu.BigUint64Array});Object.assign(Uu.prototype,$n.prototype,{constructor:Uu,signed:!0,TypedArray:Uint32Array,BigIntArray:Mu.BigUint64Array});function jI(t){let{buffer:e,byteOffset:r,length:n,signed:i}=t,o=new Int32Array(e,r,n),f=0,s=0,a=o.length,u,c;for(;s<a;)c=o[s++],u=o[s++],i||(u=u>>>0),f+=(c>>>0)+u*s**32;return f}Mu.BigIntAvailable?(jr.bignumToBigInt=t=>t.byteLength===8?new t.BigIntArray(t.buffer,t.byteOffset,1)[0]:ty(t),jr.bignumToString=t=>t.byteLength===8?`${new t.BigIntArray(t.buffer,t.byteOffset,1)[0]}`:ty(t)):(jr.bignumToString=ty,jr.bignumToBigInt=jr.bignumToString);function ty(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 Rd=class{static new(e,r){switch(r){case!0:return new va(e);case!1:return new Ta(e)}switch(e.constructor){case Int8Array:case Int16Array:case Int32Array:case Mu.BigInt64Array:return new va(e)}return e.byteLength===16?new Uu(e):new Ta(e)}static signed(e){return new va(e)}static unsigned(e){return new Ta(e)}static decimal(e){return new Uu(e)}constructor(e,r){return Rd.new(e,r)}};jr.BN=Rd});var ry=H(dr=>{"use strict";Object.defineProperty(dr,"__esModule",{value:!0});dr.Uint64Builder=dr.Uint32Builder=dr.Uint16Builder=dr.Uint8Builder=dr.Int64Builder=dr.Int32Builder=dr.Int16Builder=dr.Int8Builder=dr.IntBuilder=void 0;var SP=Lu(),_I=lf(),xP=Pr(),EP=Qt(),Ii=class extends EP.FixedWidthBuilder{setValue(e,r){this._values.set(e,r)}};dr.IntBuilder=Ii;var qI=class extends Ii{};dr.Int8Builder=qI;var vI=class extends Ii{};dr.Int16Builder=vI;var TI=class extends Ii{};dr.Int32Builder=TI;var BI=class extends Ii{constructor(e){e.nullValues&&(e.nullValues=e.nullValues.map(zd));super(e);this._values=new _I.WideBufferBuilder(new Int32Array(0),2)}get values64(){return this._values.buffer64}isValid(e){return super.isValid(zd(e))}};dr.Int64Builder=BI;var kI=class extends Ii{};dr.Uint8Builder=kI;var II=class extends Ii{};dr.Uint16Builder=II;var SI=class extends Ii{};dr.Uint32Builder=SI;var xI=class extends Ii{constructor(e){e.nullValues&&(e.nullValues=e.nullValues.map(zd));super(e);this._values=new _I.WideBufferBuilder(new Uint32Array(0),2)}get values64(){return this._values.buffer64}isValid(e){return super.isValid(zd(e))}};dr.Uint64Builder=xI;var zd=(t=>e=>(ArrayBuffer.isView(e)&&(t.buffer=e.buffer,t.byteOffset=e.byteOffset,t.byteLength=e.byteLength,e=SP.bignumToBigInt(t),t.buffer=null),e))({BigIntArray:xP.BigInt64Array})});var ny=H(En=>{"use strict";Object.defineProperty(En,"__esModule",{value:!0});En.TimeNanosecondBuilder=En.TimeMicrosecondBuilder=En.TimeMillisecondBuilder=En.TimeSecondBuilder=En.TimeBuilder=void 0;var AP=Qt(),Ba=class extends AP.FixedWidthBuilder{};En.TimeBuilder=Ba;var EI=class extends Ba{};En.TimeSecondBuilder=EI;var AI=class extends Ba{};En.TimeMillisecondBuilder=AI;var OI=class extends Ba{};En.TimeMicrosecondBuilder=OI;var NI=class extends Ba{};En.TimeNanosecondBuilder=NI});var iy=H(An=>{"use strict";Object.defineProperty(An,"__esModule",{value:!0});An.TimestampNanosecondBuilder=An.TimestampMicrosecondBuilder=An.TimestampMillisecondBuilder=An.TimestampSecondBuilder=An.TimestampBuilder=void 0;var OP=Qt(),ka=class extends OP.FixedWidthBuilder{};An.TimestampBuilder=ka;var DI=class extends ka{};An.TimestampSecondBuilder=DI;var FI=class extends ka{};An.TimestampMillisecondBuilder=FI;var PI=class extends ka{};An.TimestampMicrosecondBuilder=PI;var RI=class extends ka{};An.TimestampNanosecondBuilder=RI});var oy=H(pf=>{"use strict";Object.defineProperty(pf,"__esModule",{value:!0});pf.IntervalYearMonthBuilder=pf.IntervalDayTimeBuilder=pf.IntervalBuilder=void 0;var NP=Qt(),Hd=class extends NP.FixedWidthBuilder{};pf.IntervalBuilder=Hd;var zI=class extends Hd{};pf.IntervalDayTimeBuilder=zI;var HI=class extends Hd{};pf.IntervalYearMonthBuilder=HI});var Ud=H(Md=>{"use strict";Object.defineProperty(Md,"__esModule",{value:!0});Md.BinaryBuilder=void 0;var DP=yr(),FP=lf(),PP=Qt(),MI=class extends PP.VariableWidthBuilder{constructor(e){super(e);this._values=new FP.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,DP.toUint8Array(r))}_flushPending(e,r){let n=this._offsets,i=this._values.reserve(r).buffer,o=0,f=0,s=0,a;for([o,a]of e)a===void 0?n.set(o,0):(f=a.length,i.set(a,s),n.set(o,f),s+=f)}};Md.BinaryBuilder=MI});var Cd=H(Ld=>{"use strict";Object.defineProperty(Ld,"__esModule",{value:!0});Ld.Utf8Builder=void 0;var RP=ls(),zP=Ud(),HP=lf(),MP=Qt(),fy=class extends MP.VariableWidthBuilder{constructor(e){super(e);this._values=new HP.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,RP.encodeUtf8(r))}_flushPending(e,r){}};Ld.Utf8Builder=fy;fy.prototype._flushPending=zP.BinaryBuilder.prototype._flushPending});var sy=H(Vd=>{"use strict";Object.defineProperty(Vd,"__esModule",{value:!0});Vd.Run=void 0;var UP=fr(),UI=class{get length(){return this._values.length}get(e){return this._values[e]}clear(){return this._values=null,this}bind(e){return e instanceof UP.Vector?e:(this._values=e,this)}};Vd.Run=UI});var Tr=H(Ia=>{"use strict";Object.defineProperty(Ia,"__esModule",{value:!0});Ia.Field=Ia.Schema=void 0;var LP=qt(),On=class{constructor(e=[],r,n){this.fields=e||[],this.metadata=r||new Map,n||(n=ay(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=Wd(Wd(new Map,this.metadata),r.metadata),o=r.fields.filter(s=>{let a=n.findIndex(u=>u.name===s.name);return~a?(n[a]=s.clone({metadata:Wd(Wd(new Map,n[a].metadata),s.metadata)}))&&!1:!0}),f=ay(o,new Map);return new On([...n,...o],i,new Map([...this.dictionaries,...f]))}};Ia.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)}};Ia.Field=ho;function Wd(t,e){return new Map([...t||new Map,...e||new Map])}function ay(t,e=new Map){for(let r=-1,n=t.length;++r<n;){let o=t[r].type;if(LP.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&&ay(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 ly=H(Yd=>{"use strict";Object.defineProperty(Yd,"__esModule",{value:!0});Yd.ListBuilder=void 0;var CP=sy(),VP=Tr(),WP=qt(),YP=lf(),KP=Qt(),LI=class extends KP.VariableWidthBuilder{constructor(e){super(e);this._run=new CP.Run,this._offsets=new YP.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 WP.List(new VP.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)))}};Yd.ListBuilder=LI});var uy=H(Kd=>{"use strict";Object.defineProperty(Kd,"__esModule",{value:!0});Kd.FixedSizeListBuilder=void 0;var GP=sy(),JP=Tr(),ZP=Qt(),XP=qt(),CI=class extends ZP.Builder{constructor(){super(...arguments);this._run=new GP.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 XP.FixedSizeList(this.type.listSize,new JP.Field(r,e.type,!0)),n}clear(){return this._run.clear(),super.clear()}};Kd.FixedSizeListBuilder=CI});var cy=H(Gd=>{"use strict";Object.defineProperty(Gd,"__esModule",{value:!0});Gd.MapBuilder=void 0;var QP=Tr(),$P=qt(),eR=Qt(),VI=class extends eR.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 $P.Map_(new QP.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))})}};Gd.MapBuilder=VI});var py=H(Jd=>{"use strict";Object.defineProperty(Jd,"__esModule",{value:!0});Jd.StructBuilder=void 0;var tR=Tr(),rR=Qt(),nR=qt(),WI=class extends rR.Builder{addChild(e,r=`${this.numChildren}`){let n=this.children.push(e);return this.type=new nR.Struct([...this.type.children,new tR.Field(r,e.type,!0)]),n}};Jd.StructBuilder=WI});var dy=H(df=>{"use strict";Object.defineProperty(df,"__esModule",{value:!0});df.DenseUnionBuilder=df.SparseUnionBuilder=df.UnionBuilder=void 0;var iR=Tr(),YI=lf(),oR=Qt(),fR=qt(),Zd=class extends oR.Builder{constructor(e){super(e);this._typeIds=new YI.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 iR.Field(r,e.type)];return this.type=new fR.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.")}};df.UnionBuilder=Zd;var KI=class extends Zd{};df.SparseUnionBuilder=KI;var GI=class extends Zd{constructor(e){super(e);this._offsets=new YI.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)}};df.DenseUnionBuilder=GI});var Er=H(Xd=>{"use strict";Object.defineProperty(Xd,"__esModule",{value:!0});Xd.Visitor=void 0;var sR=Qn(),aR=fr(),Z=zt(),lR=qt(),Nt=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 uR(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}};Xd.Visitor=Nt;function uR(t,e,r=!0){let n=null,i=Z.Type.NONE;switch(e instanceof sR.Data||e instanceof aR.Vector?i=my(e.type):e instanceof lR.DataType?i=my(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 my(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]}'`)}Nt.prototype.visitInt8=null;Nt.prototype.visitInt16=null;Nt.prototype.visitInt32=null;Nt.prototype.visitInt64=null;Nt.prototype.visitUint8=null;Nt.prototype.visitUint16=null;Nt.prototype.visitUint32=null;Nt.prototype.visitUint64=null;Nt.prototype.visitFloat16=null;Nt.prototype.visitFloat32=null;Nt.prototype.visitFloat64=null;Nt.prototype.visitDateDay=null;Nt.prototype.visitDateMillisecond=null;Nt.prototype.visitTimestampSecond=null;Nt.prototype.visitTimestampMillisecond=null;Nt.prototype.visitTimestampMicrosecond=null;Nt.prototype.visitTimestampNanosecond=null;Nt.prototype.visitTimeSecond=null;Nt.prototype.visitTimeMillisecond=null;Nt.prototype.visitTimeMicrosecond=null;Nt.prototype.visitTimeNanosecond=null;Nt.prototype.visitDenseUnion=null;Nt.prototype.visitSparseUnion=null;Nt.prototype.visitIntervalDayTime=null;Nt.prototype.visitIntervalYearMonth=null});var wy=H(Sa=>{"use strict";Object.defineProperty(Sa,"__esModule",{value:!0});Sa.instance=Sa.SetVisitor=void 0;var cR=fr(),pR=Er(),dR=ls(),mR=zu(),bR=yr(),Nn=zt(),Je=class extends pR.Visitor{};Sa.SetVisitor=Je;var hR=(t,e,r)=>{t[e]=r/864e5|0},by=(t,e,r)=>{t[e]=r%4294967296|0,t[e+1]=r/4294967296|0},wR=(t,e,r)=>{t[e]=r*1e3%4294967296|0,t[e+1]=r*1e3/4294967296|0},gR=(t,e,r)=>{t[e]=r*1e6%4294967296|0,t[e+1]=r*1e6/4294967296|0},JI=(t,e,r,n)=>{let{[r]:i,[r+1]:o}=e;i!=null&&o!=null&&t.set(n.subarray(0,o-i),i)},yR=({offset:t,values:e},r,n)=>{let i=t+r;n?e[i>>3]|=1<<i%8:e[i>>3]&=~(1<<i%8)},ZI=({values:t},e,r)=>{hR(t,e,r.valueOf())},XI=({values:t},e,r)=>{by(t,e*2,r.valueOf())},Si=({stride:t,values:e},r,n)=>{e[t*r]=n},QI=({stride:t,values:e},r,n)=>{e[t*r]=mR.float64ToUint16(n)},hy=(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=bR.toArrayBufferView(o,n);t.values.set(f.subarray(0,i),i*e)}}},jR=({stride:t,values:e},r,n)=>{e.set(n.subarray(0,t),t*r)},_R=({values:t,valueOffsets:e},r,n)=>JI(t,e,r,n),qR=({values:t,valueOffsets:e},r,n)=>{JI(t,e,r,dR.encodeUtf8(n))},vR=(t,e,r)=>{t.type.bitWidth<64?Si(t,e,r):hy(t,e,r)},TR=(t,e,r)=>{t.type.precision!==Nn.Precision.HALF?Si(t,e,r):QI(t,e,r)},BR=(t,e,r)=>{t.type.unit===Nn.DateUnit.DAY?ZI(t,e,r):XI(t,e,r)},$I=({values:t},e,r)=>by(t,e*2,r/1e3),eS=({values:t},e,r)=>by(t,e*2,r),tS=({values:t},e,r)=>wR(t,e*2,r),rS=({values:t},e,r)=>gR(t,e*2,r),kR=(t,e,r)=>{switch(t.type.unit){case Nn.TimeUnit.SECOND:return $I(t,e,r);case Nn.TimeUnit.MILLISECOND:return eS(t,e,r);case Nn.TimeUnit.MICROSECOND:return tS(t,e,r);case Nn.TimeUnit.NANOSECOND:return rS(t,e,r)}},nS=({values:t,stride:e},r,n)=>{t[e*r]=n},iS=({values:t,stride:e},r,n)=>{t[e*r]=n},oS=({values:t},e,r)=>{t.set(r.subarray(0,2),2*e)},fS=({values:t},e,r)=>{t.set(r.subarray(0,2),2*e)},IR=(t,e,r)=>{switch(t.type.unit){case Nn.TimeUnit.SECOND:return nS(t,e,r);case Nn.TimeUnit.MILLISECOND:return iS(t,e,r);case Nn.TimeUnit.MICROSECOND:return oS(t,e,r);case Nn.TimeUnit.NANOSECOND:return fS(t,e,r)}},SR=({values:t},e,r)=>{t.set(r.subarray(0,4),4*e)},xR=(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))},ER=(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],a=i[e+1];s<a;)n.set(s++,o[++f])},AR=(t,e)=>(r,n,i)=>r&&r.set(t,e[i]),OR=(t,e)=>(r,n,i)=>r&&r.set(t,e.get(i)),NR=(t,e)=>(r,n,i)=>r&&r.set(t,e.get(n.name)),DR=(t,e)=>(r,n,i)=>r&&r.set(t,e[n.name]),FR=(t,e,r)=>{let n=r instanceof Map?NR(e,r):r instanceof cR.Vector?OR(e,r):Array.isArray(r)?AR(e,r):DR(e,r);t.type.children.forEach((i,o)=>n(t.getChildAt(o),i,o))},PR=(t,e,r)=>{t.type.mode===Nn.UnionMode.Dense?sS(t,e,r):aS(t,e,r)},sS=(t,e,r)=>{let n=t.typeIdToChildIndex[t.typeIds[e]],i=t.getChildAt(n);i&&i.set(t.valueOffsets[e],r)},aS=(t,e,r)=>{let n=t.typeIdToChildIndex[t.typeIds[e]],i=t.getChildAt(n);i&&i.set(e,r)},RR=(t,e,r)=>{let n=t.getKey(e);n!==null&&t.setValue(n,r)},zR=(t,e,r)=>{t.type.unit===Nn.IntervalUnit.DAY_TIME?lS(t,e,r):uS(t,e,r)},lS=({values:t},e,r)=>{t.set(r.subarray(0,2),2*e)},uS=({values:t},e,r)=>{t[e]=r[0]*12+r[1]%12},HR=(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=yR;Je.prototype.visitInt=vR;Je.prototype.visitInt8=Si;Je.prototype.visitInt16=Si;Je.prototype.visitInt32=Si;Je.prototype.visitInt64=hy;Je.prototype.visitUint8=Si;Je.prototype.visitUint16=Si;Je.prototype.visitUint32=Si;Je.prototype.visitUint64=hy;Je.prototype.visitFloat=TR;Je.prototype.visitFloat16=QI;Je.prototype.visitFloat32=Si;Je.prototype.visitFloat64=Si;Je.prototype.visitUtf8=qR;Je.prototype.visitBinary=_R;Je.prototype.visitFixedSizeBinary=jR;Je.prototype.visitDate=BR;Je.prototype.visitDateDay=ZI;Je.prototype.visitDateMillisecond=XI;Je.prototype.visitTimestamp=kR;Je.prototype.visitTimestampSecond=$I;Je.prototype.visitTimestampMillisecond=eS;Je.prototype.visitTimestampMicrosecond=tS;Je.prototype.visitTimestampNanosecond=rS;Je.prototype.visitTime=IR;Je.prototype.visitTimeSecond=nS;Je.prototype.visitTimeMillisecond=iS;Je.prototype.visitTimeMicrosecond=oS;Je.prototype.visitTimeNanosecond=fS;Je.prototype.visitDecimal=SR;Je.prototype.visitList=xR;Je.prototype.visitStruct=FR;Je.prototype.visitUnion=PR;Je.prototype.visitDenseUnion=sS;Je.prototype.visitSparseUnion=aS;Je.prototype.visitDictionary=RR;Je.prototype.visitInterval=zR;Je.prototype.visitIntervalDayTime=lS;Je.prototype.visitIntervalYearMonth=uS;Je.prototype.visitFixedSizeList=HR;Je.prototype.visitMap=ER;Sa.instance=new Je});var cS=H(xa=>{"use strict";Object.defineProperty(xa,"__esModule",{value:!0});xa.instance=xa.GetBuilderCtor=void 0;var MR=Er(),UR=Ud(),LR=Kg(),gy=Jg(),CR=Zg(),VR=Qg(),WR=$g(),YR=uy(),Qd=ey(),yy=oy(),wo=ry(),KR=ly(),GR=cy(),JR=Gg(),ZR=py(),Cu=iy(),Vu=ny(),jy=dy(),XR=Cd(),_y=class extends MR.Visitor{visitNull(){return JR.NullBuilder}visitBool(){return LR.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 Qd.FloatBuilder}visitFloat16(){return Qd.Float16Builder}visitFloat32(){return Qd.Float32Builder}visitFloat64(){return Qd.Float64Builder}visitUtf8(){return XR.Utf8Builder}visitBinary(){return UR.BinaryBuilder}visitFixedSizeBinary(){return WR.FixedSizeBinaryBuilder}visitDate(){return gy.DateBuilder}visitDateDay(){return gy.DateDayBuilder}visitDateMillisecond(){return gy.DateMillisecondBuilder}visitTimestamp(){return Cu.TimestampBuilder}visitTimestampSecond(){return Cu.TimestampSecondBuilder}visitTimestampMillisecond(){return Cu.TimestampMillisecondBuilder}visitTimestampMicrosecond(){return Cu.TimestampMicrosecondBuilder}visitTimestampNanosecond(){return Cu.TimestampNanosecondBuilder}visitTime(){return Vu.TimeBuilder}visitTimeSecond(){return Vu.TimeSecondBuilder}visitTimeMillisecond(){return Vu.TimeMillisecondBuilder}visitTimeMicrosecond(){return Vu.TimeMicrosecondBuilder}visitTimeNanosecond(){return Vu.TimeNanosecondBuilder}visitDecimal(){return CR.DecimalBuilder}visitList(){return KR.ListBuilder}visitStruct(){return ZR.StructBuilder}visitUnion(){return jy.UnionBuilder}visitDenseUnion(){return jy.DenseUnionBuilder}visitSparseUnion(){return jy.SparseUnionBuilder}visitDictionary(){return VR.DictionaryBuilder}visitInterval(){return yy.IntervalBuilder}visitIntervalDayTime(){return yy.IntervalDayTimeBuilder}visitIntervalYearMonth(){return yy.IntervalYearMonthBuilder}visitFixedSizeList(){return YR.FixedSizeListBuilder}visitMap(){return GR.MapBuilder}};xa.GetBuilderCtor=_y;xa.instance=new _y});var em=H(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 QR=Qt();Object.defineProperty(ce,"Builder",{enumerable:!0,get:function(){return QR.Builder}});var $R=Kg();Object.defineProperty(ce,"BoolBuilder",{enumerable:!0,get:function(){return $R.BoolBuilder}});var e3=Gg();Object.defineProperty(ce,"NullBuilder",{enumerable:!0,get:function(){return e3.NullBuilder}});var qy=Jg();Object.defineProperty(ce,"DateBuilder",{enumerable:!0,get:function(){return qy.DateBuilder}});Object.defineProperty(ce,"DateDayBuilder",{enumerable:!0,get:function(){return qy.DateDayBuilder}});Object.defineProperty(ce,"DateMillisecondBuilder",{enumerable:!0,get:function(){return qy.DateMillisecondBuilder}});var t3=Zg();Object.defineProperty(ce,"DecimalBuilder",{enumerable:!0,get:function(){return t3.DecimalBuilder}});var r3=Qg();Object.defineProperty(ce,"DictionaryBuilder",{enumerable:!0,get:function(){return r3.DictionaryBuilder}});var n3=$g();Object.defineProperty(ce,"FixedSizeBinaryBuilder",{enumerable:!0,get:function(){return n3.FixedSizeBinaryBuilder}});var $d=ey();Object.defineProperty(ce,"FloatBuilder",{enumerable:!0,get:function(){return $d.FloatBuilder}});Object.defineProperty(ce,"Float16Builder",{enumerable:!0,get:function(){return $d.Float16Builder}});Object.defineProperty(ce,"Float32Builder",{enumerable:!0,get:function(){return $d.Float32Builder}});Object.defineProperty(ce,"Float64Builder",{enumerable:!0,get:function(){return $d.Float64Builder}});var go=ry();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 Wu=ny();Object.defineProperty(ce,"TimeBuilder",{enumerable:!0,get:function(){return Wu.TimeBuilder}});Object.defineProperty(ce,"TimeSecondBuilder",{enumerable:!0,get:function(){return Wu.TimeSecondBuilder}});Object.defineProperty(ce,"TimeMillisecondBuilder",{enumerable:!0,get:function(){return Wu.TimeMillisecondBuilder}});Object.defineProperty(ce,"TimeMicrosecondBuilder",{enumerable:!0,get:function(){return Wu.TimeMicrosecondBuilder}});Object.defineProperty(ce,"TimeNanosecondBuilder",{enumerable:!0,get:function(){return Wu.TimeNanosecondBuilder}});var Yu=iy();Object.defineProperty(ce,"TimestampBuilder",{enumerable:!0,get:function(){return Yu.TimestampBuilder}});Object.defineProperty(ce,"TimestampSecondBuilder",{enumerable:!0,get:function(){return Yu.TimestampSecondBuilder}});Object.defineProperty(ce,"TimestampMillisecondBuilder",{enumerable:!0,get:function(){return Yu.TimestampMillisecondBuilder}});Object.defineProperty(ce,"TimestampMicrosecondBuilder",{enumerable:!0,get:function(){return Yu.TimestampMicrosecondBuilder}});Object.defineProperty(ce,"TimestampNanosecondBuilder",{enumerable:!0,get:function(){return Yu.TimestampNanosecondBuilder}});var vy=oy();Object.defineProperty(ce,"IntervalBuilder",{enumerable:!0,get:function(){return vy.IntervalBuilder}});Object.defineProperty(ce,"IntervalDayTimeBuilder",{enumerable:!0,get:function(){return vy.IntervalDayTimeBuilder}});Object.defineProperty(ce,"IntervalYearMonthBuilder",{enumerable:!0,get:function(){return vy.IntervalYearMonthBuilder}});var i3=Cd();Object.defineProperty(ce,"Utf8Builder",{enumerable:!0,get:function(){return i3.Utf8Builder}});var o3=Ud();Object.defineProperty(ce,"BinaryBuilder",{enumerable:!0,get:function(){return o3.BinaryBuilder}});var f3=ly();Object.defineProperty(ce,"ListBuilder",{enumerable:!0,get:function(){return f3.ListBuilder}});var s3=uy();Object.defineProperty(ce,"FixedSizeListBuilder",{enumerable:!0,get:function(){return s3.FixedSizeListBuilder}});var a3=cy();Object.defineProperty(ce,"MapBuilder",{enumerable:!0,get:function(){return a3.MapBuilder}});var l3=py();Object.defineProperty(ce,"StructBuilder",{enumerable:!0,get:function(){return l3.StructBuilder}});var Ty=dy();Object.defineProperty(ce,"UnionBuilder",{enumerable:!0,get:function(){return Ty.UnionBuilder}});Object.defineProperty(ce,"SparseUnionBuilder",{enumerable:!0,get:function(){return Ty.SparseUnionBuilder}});Object.defineProperty(ce,"DenseUnionBuilder",{enumerable:!0,get:function(){return Ty.DenseUnionBuilder}});var By=zt(),u3=Cd(),c3=Qt(),pS=wy(),dS=cS();c3.Builder.new=mS;function mS(t){let e=t.type,r=new(dS.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:a}=f,u=o(f,s);r.children.push(mS({...u,type:a}))})}return r}Object.keys(By.Type).map(t=>By.Type[t]).filter(t=>typeof t=="number"&&t!==By.Type.NONE).forEach(t=>{let e=dS.instance.visit(t);e.prototype._setValue=pS.instance.getVisitFn(t)});u3.Utf8Builder.prototype._setValue=pS.instance.visitBinary});var bS=H(Ea=>{"use strict";Object.defineProperty(Ea,"__esModule",{value:!0});Ea.Block=Ea.Footer=void 0;var p3=uo(),tm=ff(),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()+p3.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):tm.MetadataVersion.V1}schema(e){let r=this.bb.__offset(this.bb_pos,6);return r?(e||new tm.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 rm).__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 rm).__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 tm.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,tm.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)}};Ea.Footer=Dn;var rm=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()}};Ea.Block=rm});var Sy=H(Aa=>{"use strict";Object.defineProperty(Aa,"__esModule",{value:!0});Aa.FileBlock=Aa.Footer=void 0;var ei=bS(),ky=uo(),hS=ky.flatbuffers.Long,d3=ky.flatbuffers.Builder,m3=ky.flatbuffers.ByteBuffer,wS=Tr(),gS=zt(),b3=yr(),Iy=class{constructor(e,r=gS.MetadataVersion.V4,n,i){this.schema=e,this.version=r,n&&(this._recordBatches=n),i&&(this._dictionaryBatches=i)}static decode(e){e=new m3(b3.toUint8Array(e));let r=ei.Footer.getRootAsFooter(e),n=wS.Schema.decode(r.schema());return new yS(n,r)}static encode(e){let r=new d3,n=wS.Schema.encode(r,e.schema);ei.Footer.startRecordBatchesVector(r,e.numRecordBatches),[...e.recordBatches()].slice().reverse().forEach(f=>mf.encode(r,f));let i=r.endVector();ei.Footer.startDictionariesVector(r,e.numDictionaries),[...e.dictionaryBatches()].slice().reverse().forEach(f=>mf.encode(r,f));let o=r.endVector();return ei.Footer.startFooter(r),ei.Footer.addSchema(r,n),ei.Footer.addVersion(r,gS.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}};Aa.Footer=Iy;var yS=class extends Iy{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 mf.decode(r)}return null}getDictionaryBatch(e){if(e>=0&&e<this.numDictionaries){let r=this._footer.dictionaries(e);if(r)return mf.decode(r)}return null}},mf=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 mf(e.metaDataLength(),e.bodyLength(),e.offset())}static encode(e,r){let{metaDataLength:n}=r,i=new hS(r.offset,0),o=new hS(r.bodyLength,0);return ei.Block.createBlock(e,i,n,o)}};Aa.FileBlock=mf});var gf=H(wf=>{"use strict";Object.defineProperty(wf,"__esModule",{value:!0});wf.AsyncByteStream=wf.ByteStream=wf.AsyncByteQueue=void 0;var bf=Pu(),jS=ls(),Ku=ma(),xy=yr(),Oa=Pr(),Ey=class extends Ku.AsyncQueue{write(e){if((e=xy.toUint8Array(e)).byteLength>0)return super.write(e)}toString(e=!1){return e?jS.decodeUtf8(this.toUint8Array(!0)):this.toUint8Array(!1).then(jS.decodeUtf8)}toUint8Array(e=!1){return e?xy.joinUint8Arrays(this._values)[0]:(async()=>{let r=[],n=0;for await(let i of this)r.push(i),n+=i.byteLength;return xy.joinUint8Arrays(r,n)[0]})()}};wf.AsyncByteQueue=Ey;var _S=class{constructor(e){e&&(this.source=new qS(bf.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)}};wf.ByteStream=_S;var nm=class{constructor(e){e instanceof nm?this.source=e.source:e instanceof Ey?this.source=new hf(bf.default.fromAsyncIterable(e)):Oa.isReadableNodeStream(e)?this.source=new hf(bf.default.fromNodeStream(e)):Oa.isReadableDOMStream(e)?this.source=new hf(bf.default.fromDOMStream(e)):Oa.isFetchResponse(e)?this.source=new hf(bf.default.fromDOMStream(e.body)):Oa.isIterable(e)?this.source=new hf(bf.default.fromIterable(e)):Oa.isPromise(e)?this.source=new hf(bf.default.fromAsyncIterable(e)):Oa.isAsyncIterable(e)&&(this.source=new hf(bf.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)}};wf.AsyncByteStream=nm;var qS=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)||Ku.ITERATOR_DONE)}return(e){return Object.create(this.source.return&&this.source.return(e)||Ku.ITERATOR_DONE)}},hf=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)||Ku.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)||Ku.ITERATOR_DONE;return this._closedPromiseResolve&&this._closedPromiseResolve(),this._closedPromiseResolve=void 0,Object.create(r)}}});var Ay=H(Na=>{"use strict";Object.defineProperty(Na,"__esModule",{value:!0});Na.AsyncRandomAccessFile=Na.RandomAccessFile=void 0;var vS=gf(),h3=yr(),TS=class extends vS.ByteStream{constructor(e,r){super();this.position=0,this.buffer=h3.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}}};Na.RandomAccessFile=TS;var BS=class extends vS.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,a=Math.min(n,o+Math.min(n-o,e)),u=new Uint8Array(Math.max(0,(this.position=a)-o));for(;(o+=s)<a&&(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}}};Na.AsyncRandomAccessFile=BS});var Ny=H(xi=>{"use strict";Object.defineProperty(xi,"__esModule",{value:!0});xi.Int128=xi.Int64=xi.Uint64=xi.BaseInt64=void 0;var w3=1<<16;function Da(t){return t<0&&(t=4294967295+t+1),`0x${t.toString(16)}`}var Fa=8,Oy=[1,10,100,1e3,1e4,1e5,1e6,1e7,1e8],im=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?w3: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`${Da(this.buffer[1])} ${Da(this.buffer[0])}`}};xi.BaseInt64=im;var vt=class extends im{times(e){return this._times(e),this}plus(e){return this._plus(e),this}static from(e,r=new Uint32Array(2)){return vt.fromString(typeof e=="string"?e:e.toString(),r)}static fromNumber(e,r=new Uint32Array(2)){return vt.fromString(e.toString(),r)}static fromString(e,r=new Uint32Array(2)){let n=e.length,i=new vt(r);for(let o=0;o<n;){let f=Fa<n-o?Fa:n-o,s=new vt(new Uint32Array([parseInt(e.substr(o,f),10),0])),a=new vt(new Uint32Array([Oy[f],0]));i.times(a),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;)vt.from(e[n],new Uint32Array(r.buffer,r.byteOffset+2*n*4,2));return r}static multiply(e,r){return new vt(new Uint32Array(e.buffer)).times(r)}static add(e,r){return new vt(new Uint32Array(e.buffer)).plus(r)}};xi.Uint64=vt;var un=class extends im{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=Fa<i-f?Fa:i-f,a=new un(new Uint32Array([parseInt(e.substr(f,s),10),0])),u=new un(new Uint32Array([Oy[s],0]));o.times(u),o.plus(a),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 vt(new Uint32Array([this.buffer[3],0])),n=new vt(new Uint32Array([this.buffer[2],0])),i=new vt(new Uint32Array([this.buffer[1],0])),o=new vt(new Uint32Array([this.buffer[0],0])),f=new vt(new Uint32Array([e.buffer[3],0])),s=new vt(new Uint32Array([e.buffer[2],0])),a=new vt(new Uint32Array([e.buffer[1],0])),u=new vt(new Uint32Array([e.buffer[0],0])),c=vt.multiply(o,u);this.buffer[0]=c.low();let _=new vt(new Uint32Array([c.high(),0]));return c=vt.multiply(i,u),_.plus(c),c=vt.multiply(o,a),_.plus(c),this.buffer[1]=_.low(),this.buffer[3]=_.lessThan(c)?1:0,this.buffer[2]=_.high(),new vt(new Uint32Array(this.buffer.buffer,this.buffer.byteOffset+8,2)).plus(vt.multiply(n,u)).plus(vt.multiply(i,a)).plus(vt.multiply(o,s)),this.buffer[3]+=vt.multiply(r,u).plus(vt.multiply(n,a)).plus(vt.multiply(i,s)).plus(vt.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`${Da(this.buffer[3])} ${Da(this.buffer[2])} ${Da(this.buffer[1])} ${Da(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=Fa<i-f?Fa:i-f,a=new ti(new Uint32Array([parseInt(e.substr(f,s),10),0,0,0])),u=new ti(new Uint32Array([Oy[s],0,0,0]));o.times(u),o.plus(a),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 xS=H(Pa=>{"use strict";Object.defineProperty(Pa,"__esModule",{value:!0});Pa.JSONVectorLoader=Pa.VectorLoader=void 0;var _r=Qn(),g3=Tr(),yo=qt(),y3=Er(),kS=Bi(),j3=ls(),om=Ny(),IS=zt(),Ei=yr(),Dy=class extends y3.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 g3.Field?e.type:e)}visitNull(e,{length:r}=this.nextFieldNode()){return _r.Data.Null(e,0,r)}visitBool(e,{length:r,nullCount:n}=this.nextFieldNode()){return _r.Data.Bool(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitInt(e,{length:r,nullCount:n}=this.nextFieldNode()){return _r.Data.Int(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitFloat(e,{length:r,nullCount:n}=this.nextFieldNode()){return _r.Data.Float(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitUtf8(e,{length:r,nullCount:n}=this.nextFieldNode()){return _r.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 _r.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 _r.Data.FixedSizeBinary(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitDate(e,{length:r,nullCount:n}=this.nextFieldNode()){return _r.Data.Date(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitTimestamp(e,{length:r,nullCount:n}=this.nextFieldNode()){return _r.Data.Timestamp(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitTime(e,{length:r,nullCount:n}=this.nextFieldNode()){return _r.Data.Time(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitDecimal(e,{length:r,nullCount:n}=this.nextFieldNode()){return _r.Data.Decimal(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitList(e,{length:r,nullCount:n}=this.nextFieldNode()){return _r.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 _r.Data.Struct(e,0,r,n,this.readNullBitmap(e,n),this.visitMany(e.children))}visitUnion(e){return e.mode===IS.UnionMode.Sparse?this.visitSparseUnion(e):this.visitDenseUnion(e)}visitDenseUnion(e,{length:r,nullCount:n}=this.nextFieldNode()){return _r.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 _r.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 _r.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 _r.Data.Interval(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitFixedSizeList(e,{length:r,nullCount:n}=this.nextFieldNode()){return _r.Data.FixedSizeList(e,0,r,n,this.readNullBitmap(e,n),this.visit(e.children[0]))}visitMap(e,{length:r,nullCount:n}=this.nextFieldNode()){return _r.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)}};Pa.VectorLoader=Dy;var SS=class extends Dy{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):kS.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===IS.DateUnit.MILLISECOND?Ei.toArrayBufferView(Uint8Array,om.Int64.convertArray(n[r])):yo.DataType.isDecimal(e)?Ei.toArrayBufferView(Uint8Array,om.Int128.convertArray(n[r])):yo.DataType.isBinary(e)||yo.DataType.isFixedSizeBinary(e)?_3(n[r]):yo.DataType.isBool(e)?kS.packBools(n[r]):yo.DataType.isUtf8(e)?j3.encodeUtf8(n[r].join("")):Ei.toArrayBufferView(Uint8Array,Ei.toArrayBufferView(e.ArrayType,n[r].map(i=>+i)))}};Pa.JSONVectorLoader=SS;function _3(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 Gu=H(za=>{"use strict";Object.defineProperty(za,"__esModule",{value:!0});za.StructRow=za.MapRow=void 0;var ES=Lg(),Ar=Symbol.for("parent"),Ra=Symbol.for("rowIndex"),cn=Symbol.for("keyToIdx"),pn=Symbol.for("idxToVal"),Fy=Symbol.for("nodejs.util.inspect.custom"),Ai=class{constructor(e,r){this[Ar]=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,a,u;!((a=e.next()).done||(u=r.next()).done);++s)o=a.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:(a,u,c)=>e.call(r,a,u,c),f=this[cn]||(this[cn]=new Map),s=this[pn]||(this[pn]=new Array(this.size));for(let a,u,c=0,_,p;!((_=n.next()).done||(p=i.next()).done);++c)a=_.value,u=p.value,s[c]=u,f.has(a)||f.set(a,c),o(u,a,this)}toArray(){return[...this.values()]}toJSON(){let e={};return this.forEach((r,n)=>e[n]=r),e}inspect(){return this.toString()}[Fy](){return this.toString()}toString(){let e=[];return this.forEach((r,n)=>{n=ES.valueToString(n),r=ES.valueToString(r),e.push(`${n}: ${r}`)}),`{ ${e.join(", ")} }`}};Ai[Symbol.toStringTag]=(t=>(Object.defineProperties(t,{size:{writable:!0,enumerable:!1,configurable:!1,value:0},[Ar]:{writable:!0,enumerable:!1,configurable:!1,value:null},[Ra]:{writable:!0,enumerable:!1,configurable:!1,value:-1}}),t[Symbol.toStringTag]="Row"))(Ai.prototype);var AS=class extends Ai{constructor(e){super(e,e.length);return q3(this)}keys(){return this[Ar].getChildAt(0)[Symbol.iterator]()}values(){return this[Ar].getChildAt(1)[Symbol.iterator]()}getKey(e){return this[Ar].getChildAt(0).get(e)}getIndex(e){return this[Ar].getChildAt(0).indexOf(e)}getValue(e){return this[Ar].getChildAt(1).get(e)}setValue(e,r){this[Ar].getChildAt(1).set(e,r)}};za.MapRow=AS;var OS=class extends Ai{constructor(e){super(e,e.type.children.length);return NS(this)}*keys(){for(let e of this[Ar].type.children)yield e.name}*values(){for(let e of this[Ar].type.children)yield this[e.name]}getKey(e){return this[Ar].type.children[e].name}getIndex(e){return this[Ar].type.children.findIndex(r=>r.name===e)}getValue(e){return this[Ar].getChildAt(e).get(this[Ra])}setValue(e,r){return this[Ar].getChildAt(e).set(this[Ra],r)}};za.StructRow=OS;Object.setPrototypeOf(Ai.prototype,Map.prototype);var NS=(()=>{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}})(),q3=(()=>{if(typeof Proxy=="undefined")return NS;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 Ar:case Ra:case pn:case cn:case Fy: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 Ar:case Ra:case pn:case cn:case Fy: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,a){switch(f){case Ar:case Ra:case pn:case cn:return Reflect.set(o,f,s,a);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(a,f)&&(f=n.call(a,f)),t.call(a,f)?!!r.call(a,f,s):!1}};return o=>new Proxy(o,i)})()});var Zu=H(yf=>{"use strict";Object.defineProperty(yf,"__esModule",{value:!0});yf.createElementComparator=yf.clampRange=yf.clampIndex=void 0;var DS=fr(),FS=Gu(),v3=yr(),PS=Pr();function T3(t,e,r){let n=t.length,i=e>-1?e:n+e%n;return r?r(t,i):i}yf.clampIndex=T3;var RS;function B3(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&&(RS=o,o=f,f=RS),f>i&&(f=i),n?n(t,o,f):[o,f]}yf.clampRange=B3;var k3=PS.BigIntAvailable?PS.BigInt(0):0,zS=t=>t!==t;function Ju(t){let e=typeof t;if(e!=="object"||t===null)return zS(t)?zS:e!=="bigint"?r=>r===t:r=>k3+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?v3.compareArrayLike(t,r):!1:t instanceof Map?S3(t):Array.isArray(t)?I3(t):t instanceof DS.Vector?x3(t):E3(t)}yf.createElementComparator=Ju;function I3(t){let e=[];for(let r=-1,n=t.length;++r<n;)e[r]=Ju(t[r]);return fm(e)}function S3(t){let e=-1,r=[];return t.forEach(n=>r[++e]=Ju(n)),fm(r)}function x3(t){let e=[];for(let r=-1,n=t.length;++r<n;)e[r]=Ju(t.get(r));return fm(e)}function E3(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]=Ju(t[e[n]]);return fm(r,e)}function fm(t,e){return r=>{if(!r||typeof r!="object")return!1;switch(r.constructor){case Array:return A3(t,r);case Map:case FS.MapRow:case FS.StructRow:return HS(t,r,r.keys());case Object:case void 0:return HS(t,r,e||Object.keys(r))}return r instanceof DS.Vector?O3(t,r):!1}}function A3(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 O3(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 HS(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,a=o.next(),u=n.next(),c=i.next();for(;f<s&&!u.done&&!c.done&&!a.done&&!(u.value!==c.value||!t[f](a.value));++f,u=n.next(),c=i.next(),a=o.next());return f===s&&u.done&&c.done&&a.done?!0:(n.return&&n.return(),i.return&&i.return(),o.return&&o.return(),!1)}});var Ha=H(tn=>{"use strict";Object.defineProperty(tn,"__esModule",{value:!0});tn.selectColumnChildrenArgs=tn.selectVectorChildrenArgs=tn.selectChunkArgs=tn.selectFieldArgs=tn.selectColumnArgs=tn.selectArgs=void 0;var MS=Qn(),US=Tr(),jf=Ma(),Xu=fr(),LS=qt(),N3=qf(),_f=Array.isArray;tn.selectArgs=(t,e)=>sm(t,e,[],0);tn.selectColumnArgs=t=>{let[e,r]=Ry(t,[[],[]]);return r.map((n,i)=>n instanceof jf.Column?jf.Column.new(n.field.clone(e[i]),n):n instanceof Xu.Vector?jf.Column.new(e[i],n):jf.Column.new(e[i],[]))};tn.selectFieldArgs=t=>Ry(t,[[],[]]);tn.selectChunkArgs=(t,e)=>Py(t,e,[],0);tn.selectVectorChildrenArgs=(t,e)=>CS(t,e,[],0);tn.selectColumnChildrenArgs=(t,e)=>VS(t,e,[],0);function sm(t,e,r,n){let i,o=n,f=-1,s=e.length;for(;++f<s;)_f(i=e[f])?o=sm(t,i,r,o).length:i instanceof t&&(r[o++]=i);return r}function Py(t,e,r,n){let i,o=n,f=-1,s=e.length;for(;++f<s;)_f(i=e[f])?o=Py(t,i,r,o).length:i instanceof N3.Chunked?o=Py(t,i.chunks,r,o).length:i instanceof t&&(r[o++]=i);return r}function CS(t,e,r,n){let i,o=n,f=-1,s=e.length;for(;++f<s;)_f(i=e[f])?o=CS(t,i,r,o).length:i instanceof t?o=sm(Xu.Vector,i.schema.fields.map((a,u)=>i.getChildAt(u)),r,o).length:i instanceof Xu.Vector&&(r[o++]=i);return r}function VS(t,e,r,n){let i,o=n,f=-1,s=e.length;for(;++f<s;)_f(i=e[f])?o=VS(t,i,r,o).length:i instanceof t?o=sm(jf.Column,i.schema.fields.map((a,u)=>jf.Column.new(a,i.getChildAt(u))),r,o).length:i instanceof jf.Column&&(r[o++]=i);return r}var D3=(t,[e,r],n)=>(t[0][n]=e,t[1][n]=r,t);function Ry(t,e){let r,n;switch(n=t.length){case 0:return e;case 1:if(r=e[0],!t[0])return e;if(_f(t[0]))return Ry(t[0],e);t[0]instanceof MS.Data||t[0]instanceof Xu.Vector||t[0]instanceof LS.DataType||([r,t]=Object.entries(t[0]).reduce(D3,e));break;default:_f(r=t[n-1])?t=_f(t[0])?t[0]:t.slice(0,n-1):(t=_f(t[0])?t[0]:t,r=[])}let i=-1,o=-1,f=-1,s=t.length,a,u,[c,_]=e;for(;++f<s;)u=t[f],u instanceof jf.Column&&(_[++o]=u)?c[++i]=u.field.clone(r[f],u.type,!0):({[f]:a=f}=r,u instanceof LS.DataType&&(_[++o]=u)?c[++i]=US.Field.new(a,u,!0):u&&u.type&&(_[++o]=u)&&(u instanceof MS.Data&&(_[o]=u=Xu.Vector.new(u)),c[++i]=US.Field.new(a,u.type,!0)));return e}});var qf=H(am=>{"use strict";Object.defineProperty(am,"__esModule",{value:!0});am.Chunked=void 0;var F3=Zu(),WS=qt(),P3=Ha(),YS=fr(),KS=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 YS.AbstractVector{constructor(e,r=[],n=R3(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 P3.selectChunkArgs(YS.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(WS.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 WS.DataType.isDictionary(this._type)?this._chunks[this._chunks.length-1].data.dictionary:null}[Symbol.iterator](){return new KS(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 F3.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,a=0;do{if(f+1===o)return r?r(this,f,n-s):[f,n-s];a=f+(o-f)/2|0,n>=i[a]?f=a:o=a}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 a=-1;++a<r;)i+=(o[a]=e[a].toArray()).length;n!==o[0].constructor&&(n=o[0].constructor);let f=new n(i),s=n===Array?H3:z3;for(let a=-1,u=0;++a<r;)u=s(o[a],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,a=0,u=-1;for(;++o<f;){if(~(u=e[o].indexOf(i,s)))return a+u;s=0,a+=e[o].length}return-1}_sliceInternal(e,r,n){let i=[],{chunks:o,_chunkOffsets:f}=e;for(let s=-1,a=o.length;++s<a;){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)}};am.Chunked=jo;function R3(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 z3=(t,e,r)=>(e.set(t,r),r+t.length),H3=(t,e,r)=>{let n=r;for(let i=-1,o=t.length;++i<o;)e[n++]=t[i];return n}});var Ma=H(lm=>{"use strict";Object.defineProperty(lm,"__esModule",{value:!0});lm.Column=void 0;var GS=Tr(),JS=fr(),zy=qf(),vs=class extends zy.Chunked{constructor(e,r=[],n){r=zy.Chunked.flatten(...r);super(e.type,r,n);if(this._field=e,r.length===1&&!(this instanceof Hy))return new Hy(e,r[0],this._chunkOffsets)}static new(...e){let[r,n,...i]=e;typeof r!="string"&&!(r instanceof GS.Field)&&(n=r,r="");let o=zy.Chunked.flatten(Array.isArray(n)?[...n,...i]:n instanceof JS.Vector?[n,...i]:[JS.Vector.new(n,...i)]);if(typeof r=="string"){let f=o[0].data.type;r=new GS.Field(r,f,!0)}else!r.nullable&&o.some(({nullCount:f})=>f>0)&&(r=r.clone({nullable:!0}));return new vs(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 vs(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 vs(i,o):null}};lm.Column=vs;var Hy=class extends vs{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 ZS=H(Ua=>{"use strict";Object.defineProperty(Ua,"__esModule",{value:!0});Ua.instance=Ua.TypeAssembler=void 0;var M3=uo(),U3=M3.flatbuffers.Long,L3=Er(),Ee=ff(),My=class extends L3.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 U3(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)}};Ua.TypeAssembler=My;Ua.instance=new My});var n1=H(Oi=>{"use strict";Object.defineProperty(Oi,"__esModule",{value:!0});Oi.fieldFromJSON=Oi.dictionaryBatchFromJSON=Oi.recordBatchFromJSON=Oi.schemaFromJSON=void 0;var La=Tr(),Vt=qt(),Ts=Bs(),Ca=zt();function C3(t,e=new Map){return new La.Schema(W3(t,e),um(t.customMetadata),e)}Oi.schemaFromJSON=C3;function XS(t){return new Ts.RecordBatch(t.count,$S(t.columns),e1(t.columns))}Oi.recordBatchFromJSON=XS;function V3(t){return new Ts.DictionaryBatch(XS(t.data),t.id,t.isDelta)}Oi.dictionaryBatchFromJSON=V3;function W3(t,e){return(t.fields||[]).filter(Boolean).map(r=>La.Field.fromJSON(r,e))}function QS(t,e){return(t.children||[]).filter(Boolean).map(r=>La.Field.fromJSON(r,e))}function $S(t){return(t||[]).reduce((e,r)=>[...e,new Ts.FieldNode(r.count,Y3(r.VALIDITY)),...$S(r.children)],[])}function e1(t,e=[]){for(let r=-1,n=(t||[]).length;++r<n;){let i=t[r];i.VALIDITY&&e.push(new Ts.BufferRegion(e.length,i.VALIDITY.length)),i.TYPE&&e.push(new Ts.BufferRegion(e.length,i.TYPE.length)),i.OFFSET&&e.push(new Ts.BufferRegion(e.length,i.OFFSET.length)),i.DATA&&e.push(new Ts.BufferRegion(e.length,i.DATA.length)),e=e1(i.children,e)}return e}function Y3(t){return(t||[]).reduce((e,r)=>e+ +(r===0),0)}function K3(t,e){let r,n,i,o,f,s;return!e||!(o=t.dictionary)?(f=r1(t,QS(t,e)),i=new La.Field(t.name,f,t.nullable,um(t.customMetadata))):e.has(r=o.id)?(n=(n=o.indexType)?t1(n):new Vt.Int32,s=new Vt.Dictionary(e.get(r),n,r,o.isOrdered),i=new La.Field(t.name,s,t.nullable,um(t.customMetadata))):(n=(n=o.indexType)?t1(n):new Vt.Int32,e.set(r,f=r1(t,QS(t,e))),s=new Vt.Dictionary(f,n,r,o.isOrdered),i=new La.Field(t.name,s,t.nullable,um(t.customMetadata))),i||null}Oi.fieldFromJSON=K3;function um(t){return new Map(Object.entries(t||{}))}function t1(t){return new Vt.Int(t.isSigned,t.bitWidth)}function r1(t,e){let r=t.type.name;switch(r){case"NONE":return new Vt.Null;case"null":return new Vt.Null;case"binary":return new Vt.Binary;case"utf8":return new Vt.Utf8;case"bool":return new Vt.Bool;case"list":return new Vt.List((e||[])[0]);case"struct":return new Vt.Struct(e||[]);case"struct_":return new Vt.Struct(e||[])}switch(r){case"int":{let n=t.type;return new Vt.Int(n.isSigned,n.bitWidth)}case"floatingpoint":{let n=t.type;return new Vt.Float(Ca.Precision[n.precision])}case"decimal":{let n=t.type;return new Vt.Decimal(n.scale,n.precision)}case"date":{let n=t.type;return new Vt.Date_(Ca.DateUnit[n.unit])}case"time":{let n=t.type;return new Vt.Time(Ca.TimeUnit[n.unit],n.bitWidth)}case"timestamp":{let n=t.type;return new Vt.Timestamp(Ca.TimeUnit[n.unit],n.timezone)}case"interval":{let n=t.type;return new Vt.Interval(Ca.IntervalUnit[n.unit])}case"union":{let n=t.type;return new Vt.Union(Ca.UnionMode[n.mode],n.typeIds||[],e||[])}case"fixedsizebinary":{let n=t.type;return new Vt.FixedSizeBinary(n.byteWidth)}case"fixedsizelist":{let n=t.type;return new Vt.FixedSizeList(n.listSize,(e||[])[0])}case"map":{let n=t.type;return new Vt.Map_((e||[])[0],n.keysSorted)}}throw new Error(`Unrecognized type: "${r}"`)}});var Bs=H(Pn=>{"use strict";Object.defineProperty(Pn,"__esModule",{value:!0});Pn.FieldNode=Pn.BufferRegion=Pn.DictionaryBatch=Pn.RecordBatch=Pn.Message=void 0;var Uy=uo(),Ie=ff(),Yt=md(),Br=Tr(),G3=yr(),$t=zt(),Ly=ZS(),cm=n1(),ks=Uy.flatbuffers.Long,J3=Uy.flatbuffers.Builder,Z3=Uy.flatbuffers.ByteBuffer,Wt=qt(),vf=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 vf(0,$t.MetadataVersion.V4,r);return n._createHeader=X3(e,r),n}static decode(e){e=new Z3(G3.toUint8Array(e));let r=Yt.Message.getRootAsMessage(e),n=r.bodyLength(),i=r.version(),o=r.headerType(),f=new vf(n,i,o);return f._createHeader=Q3(r,o),f}static encode(e){let r=new J3,n=-1;return e.isSchema()?n=Br.Schema.encode(r,e.header()):e.isRecordBatch()?n=Fn.encode(r,e.header()):e.isDictionaryBatch()&&(n=Ni.encode(r,e.header())),Yt.Message.startMessage(r),Yt.Message.addVersion(r,$t.MetadataVersion.V4),Yt.Message.addHeader(r,n),Yt.Message.addHeaderType(r,e.headerType),Yt.Message.addBodyLength(r,new ks(e.bodyLength,0)),Yt.Message.finishMessageBuffer(r,Yt.Message.endMessage(r)),r.asUint8Array()}static from(e,r=0){if(e instanceof Br.Schema)return new vf(0,$t.MetadataVersion.V4,$t.MessageHeader.Schema,e);if(e instanceof Fn)return new vf(r,$t.MetadataVersion.V4,$t.MessageHeader.RecordBatch,e);if(e instanceof Ni)return new vf(r,$t.MetadataVersion.V4,$t.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===$t.MessageHeader.Schema}isRecordBatch(){return this.headerType===$t.MessageHeader.RecordBatch}isDictionaryBatch(){return this.headerType===$t.MessageHeader.DictionaryBatch}};Pn.Message=vf;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 Is=class{constructor(e,r){this.offset=typeof e=="number"?e:e.low,this.length=typeof r=="number"?r:r.low}};Pn.BufferRegion=Is;var Ss=class{constructor(e,r){this.length=typeof e=="number"?e:e.low,this.nullCount=typeof r=="number"?r:r.low}};Pn.FieldNode=Ss;function X3(t,e){return()=>{switch(e){case $t.MessageHeader.Schema:return Br.Schema.fromJSON(t);case $t.MessageHeader.RecordBatch:return Fn.fromJSON(t);case $t.MessageHeader.DictionaryBatch:return Ni.fromJSON(t)}throw new Error(`Unrecognized Message type: { name: ${$t.MessageHeader[e]}, type: ${e} }`)}}function Q3(t,e){return()=>{switch(e){case $t.MessageHeader.Schema:return Br.Schema.decode(t.header(new Ie.Schema));case $t.MessageHeader.RecordBatch:return Fn.decode(t.header(new Yt.RecordBatch),t.version());case $t.MessageHeader.DictionaryBatch:return Ni.decode(t.header(new Yt.DictionaryBatch),t.version())}throw new Error(`Unrecognized Message type: { name: ${$t.MessageHeader[e]}, type: ${e} }`)}}Br.Field.encode=lz;Br.Field.decode=sz;Br.Field.fromJSON=cm.fieldFromJSON;Br.Schema.encode=az;Br.Schema.decode=$3;Br.Schema.fromJSON=cm.schemaFromJSON;Fn.encode=uz;Fn.decode=ez;Fn.fromJSON=cm.recordBatchFromJSON;Ni.encode=cz;Ni.decode=tz;Ni.fromJSON=cm.dictionaryBatchFromJSON;Ss.encode=pz;Ss.decode=nz;Is.encode=dz;Is.decode=rz;function $3(t,e=new Map){let r=fz(t,e);return new Br.Schema(r,pm(t),e)}function ez(t,e=$t.MetadataVersion.V4){return new Fn(t.length(),iz(t),oz(t,e))}function tz(t,e=$t.MetadataVersion.V4){return new Ni(Fn.decode(t.data(),e),t.id(),t.isDelta())}function rz(t){return new Is(t.offset(),t.length())}function nz(t){return new Ss(t.length(),t.nullCount())}function iz(t){let e=[];for(let r,n=-1,i=-1,o=t.nodesLength();++n<o;)(r=t.nodes(n))&&(e[++i]=Ss.decode(r));return e}function oz(t,e){let r=[];for(let n,i=-1,o=-1,f=t.buffersLength();++i<f;)(n=t.buffers(i))&&(e<$t.MetadataVersion.V4&&(n.bb_pos+=8*(i+1)),r[++o]=Is.decode(n));return r}function fz(t,e){let r=[];for(let n,i=-1,o=-1,f=t.fieldsLength();++i<f;)(n=t.fields(i))&&(r[++o]=Br.Field.decode(n,e));return r}function i1(t,e){let r=[];for(let n,i=-1,o=-1,f=t.childrenLength();++i<f;)(n=t.children(i))&&(r[++o]=Br.Field.decode(n,e));return r}function sz(t,e){let r,n,i,o,f,s;return!e||!(s=t.dictionary())?(i=f1(t,i1(t,e)),n=new Br.Field(t.name(),i,t.nullable(),pm(t))):e.has(r=s.id().low)?(o=(o=s.indexType())?o1(o):new Wt.Int32,f=new Wt.Dictionary(e.get(r),o,r,s.isOrdered()),n=new Br.Field(t.name(),f,t.nullable(),pm(t))):(o=(o=s.indexType())?o1(o):new Wt.Int32,e.set(r,i=f1(t,i1(t,e))),f=new Wt.Dictionary(i,o,r,s.isOrdered()),n=new Br.Field(t.name(),f,t.nullable(),pm(t))),n||null}function pm(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 o1(t){return new Wt.Int(t.isSigned(),t.bitWidth())}function f1(t,e){let r=t.typeType();switch(r){case Ie.Type.NONE:return new Wt.Null;case Ie.Type.Null:return new Wt.Null;case Ie.Type.Binary:return new Wt.Binary;case Ie.Type.Utf8:return new Wt.Utf8;case Ie.Type.Bool:return new Wt.Bool;case Ie.Type.List:return new Wt.List((e||[])[0]);case Ie.Type.Struct_:return new Wt.Struct(e||[])}switch(r){case Ie.Type.Int:{let n=t.type(new Ie.Int);return new Wt.Int(n.isSigned(),n.bitWidth())}case Ie.Type.FloatingPoint:{let n=t.type(new Ie.FloatingPoint);return new Wt.Float(n.precision())}case Ie.Type.Decimal:{let n=t.type(new Ie.Decimal);return new Wt.Decimal(n.scale(),n.precision())}case Ie.Type.Date:{let n=t.type(new Ie.Date);return new Wt.Date_(n.unit())}case Ie.Type.Time:{let n=t.type(new Ie.Time);return new Wt.Time(n.unit(),n.bitWidth())}case Ie.Type.Timestamp:{let n=t.type(new Ie.Timestamp);return new Wt.Timestamp(n.unit(),n.timezone())}case Ie.Type.Interval:{let n=t.type(new Ie.Interval);return new Wt.Interval(n.unit())}case Ie.Type.Union:{let n=t.type(new Ie.Union);return new Wt.Union(n.mode(),n.typeIdsArray()||[],e||[])}case Ie.Type.FixedSizeBinary:{let n=t.type(new Ie.FixedSizeBinary);return new Wt.FixedSizeBinary(n.byteWidth())}case Ie.Type.FixedSizeList:{let n=t.type(new Ie.FixedSizeList);return new Wt.FixedSizeList(n.listSize(),(e||[])[0])}case Ie.Type.Map:{let n=t.type(new Ie.Map);return new Wt.Map_((e||[])[0],n.keysSorted())}}throw new Error(`Unrecognized type: "${Ie.Type[r]}" (${r})`)}function az(t,e){let r=e.fields.map(o=>Br.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}`),a=t.createString(`${f}`);return Ie.KeyValue.startKeyValue(t),Ie.KeyValue.addKey(t,s),Ie.KeyValue.addValue(t,a),Ie.KeyValue.endKeyValue(t)})):-1;return Ie.Schema.startSchema(t),Ie.Schema.addFields(t,n),Ie.Schema.addEndianness(t,mz?Ie.Endianness.Little:Ie.Endianness.Big),i!==-1&&Ie.Schema.addCustomMetadata(t,i),Ie.Schema.endSchema(t)}function lz(t,e){let r=-1,n=-1,i=-1,o=e.type,f=e.typeId;Wt.DataType.isDictionary(o)?(f=o.dictionary.typeId,i=Ly.instance.visit(o,t),n=Ly.instance.visit(o.dictionary,t)):n=Ly.instance.visit(o,t);let s=(o.children||[]).map(c=>Br.Field.encode(t,c)),a=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,a),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 uz(t,e){let r=e.nodes||[],n=e.buffers||[];Yt.RecordBatch.startNodesVector(t,r.length),r.slice().reverse().forEach(f=>Ss.encode(t,f));let i=t.endVector();Yt.RecordBatch.startBuffersVector(t,n.length),n.slice().reverse().forEach(f=>Is.encode(t,f));let o=t.endVector();return Yt.RecordBatch.startRecordBatch(t),Yt.RecordBatch.addLength(t,new ks(e.length,0)),Yt.RecordBatch.addNodes(t,i),Yt.RecordBatch.addBuffers(t,o),Yt.RecordBatch.endRecordBatch(t)}function cz(t,e){let r=Fn.encode(t,e.data);return Yt.DictionaryBatch.startDictionaryBatch(t),Yt.DictionaryBatch.addId(t,new ks(e.id,0)),Yt.DictionaryBatch.addIsDelta(t,e.isDelta),Yt.DictionaryBatch.addData(t,r),Yt.DictionaryBatch.endDictionaryBatch(t)}function pz(t,e){return Yt.FieldNode.createFieldNode(t,new ks(e.length,0),new ks(e.nullCount,0))}function dz(t,e){return Ie.Buffer.createBuffer(t,new ks(e.offset,0),new ks(e.length,0))}var mz=function(){let t=new ArrayBuffer(2);return new DataView(t).setInt16(0,256,!0),new Int16Array(t)[0]===256}()});var mm=H(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 Tf=zt(),bz=uo(),s1=bz.flatbuffers.ByteBuffer,Qu=Bs(),hz=Pr(),wz=Ay(),a1=yr(),dm=gf(),ri=ma(),Cy=t=>`Expected ${Tf.MessageHeader[t]} Message in stream, but was null or length 0.`,Vy=t=>`Header pointer of flatbuffer-encoded ${Tf.MessageHeader[t]} Message is null or length 0.`,l1=(t,e)=>`Expected to read ${t} metadata bytes, but only read ${e}.`,u1=(t,e)=>`Expected to read ${t} bytes for message body, but only read ${e}.`,Wy=class{constructor(e){this.source=e instanceof dm.ByteStream?e:new dm.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(Cy(e));return r.value}readMessageBody(e){if(e<=0)return new Uint8Array(0);let r=a1.toUint8Array(this.source.read(e));if(r.byteLength<e)throw new Error(u1(e,r.byteLength));return r.byteOffset%8==0&&r.byteOffset+r.byteLength<=r.buffer.byteLength?r:r.slice()}readSchema(e=!1){let r=Tf.MessageHeader.Schema,n=this.readMessage(r),i=n&&n.header();if(e&&!i)throw new Error(Vy(r));return i}readMetadataLength(){let e=this.source.read(mt.PADDING),r=e&&new s1(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(l1(e,r.byteLength));return{done:!1,value:Qu.Message.decode(r)}}};mt.MessageReader=Wy;var c1=class{constructor(e,r){this.source=e instanceof dm.AsyncByteStream?e:hz.isFileHandle(e)?new wz.AsyncRandomAccessFile(e,r):new dm.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(Cy(e));return r.value}async readMessageBody(e){if(e<=0)return new Uint8Array(0);let r=a1.toUint8Array(await this.source.read(e));if(r.byteLength<e)throw new Error(u1(e,r.byteLength));return r.byteOffset%8==0&&r.byteOffset+r.byteLength<=r.buffer.byteLength?r:r.slice()}async readSchema(e=!1){let r=Tf.MessageHeader.Schema,n=await this.readMessage(r),i=n&&n.header();if(e&&!i)throw new Error(Vy(r));return i}async readMetadataLength(){let e=await this.source.read(mt.PADDING),r=e&&new s1(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(l1(e,r.byteLength));return{done:!1,value:Qu.Message.decode(r)}}};mt.AsyncMessageReader=c1;var p1=class extends Wy{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=Qu.Message.fromJSON(e.schema,Tf.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=Qu.Message.fromJSON(r,Tf.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=Qu.Message.fromJSON(r,Tf.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(Cy(e));return r.value}readSchema(){let e=Tf.MessageHeader.Schema,r=this.readMessage(e),n=r&&r.header();if(!r||!n)throw new Error(Vy(e));return n}};mt.JSONMessageReader=p1;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 gz(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=gz;mt.magicLength=mt.MAGIC.length;mt.magicAndPadding=mt.magicLength+mt.PADDING;mt.magicX2AndPadding=mt.magicLength*2+mt.PADDING});var Jy=H(er=>{"use strict";Object.defineProperty(er,"__esModule",{value:!0});er.compareTypes=er.compareFields=er.compareSchemas=er.instance=er.TypeComparator=void 0;var yz=Er(),Me=class extends yz.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)}};er.TypeComparator=Me;function rn(t,e){return e instanceof t.constructor}function $u(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 bm(t,e){return t===e||rn(t,e)&&t.precision===e.precision}function jz(t,e){return t===e||rn(t,e)&&t.byteWidth===e.byteWidth}function Yy(t,e){return t===e||rn(t,e)&&t.unit===e.unit}function ec(t,e){return t===e||rn(t,e)&&t.unit===e.unit&&t.timezone===e.timezone}function tc(t,e){return t===e||rn(t,e)&&t.unit===e.unit&&t.bitWidth===e.bitWidth}function _z(t,e){return t===e||rn(t,e)&&t.children.length===e.children.length&&er.instance.compareManyFields(t.children,e.children)}function qz(t,e){return t===e||rn(t,e)&&t.children.length===e.children.length&&er.instance.compareManyFields(t.children,e.children)}function Ky(t,e){return t===e||rn(t,e)&&t.mode===e.mode&&t.typeIds.every((r,n)=>r===e.typeIds[n])&&er.instance.compareManyFields(t.children,e.children)}function vz(t,e){return t===e||rn(t,e)&&t.id===e.id&&t.isOrdered===e.isOrdered&&er.instance.visit(t.indices,e.indices)&&er.instance.visit(t.dictionary,e.dictionary)}function Gy(t,e){return t===e||rn(t,e)&&t.unit===e.unit}function Tz(t,e){return t===e||rn(t,e)&&t.listSize===e.listSize&&t.children.length===e.children.length&&er.instance.compareManyFields(t.children,e.children)}function Bz(t,e){return t===e||rn(t,e)&&t.keysSorted===e.keysSorted&&t.children.length===e.children.length&&er.instance.compareManyFields(t.children,e.children)}Me.prototype.visitNull=$u;Me.prototype.visitBool=$u;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=bm;Me.prototype.visitFloat16=bm;Me.prototype.visitFloat32=bm;Me.prototype.visitFloat64=bm;Me.prototype.visitUtf8=$u;Me.prototype.visitBinary=$u;Me.prototype.visitFixedSizeBinary=jz;Me.prototype.visitDate=Yy;Me.prototype.visitDateDay=Yy;Me.prototype.visitDateMillisecond=Yy;Me.prototype.visitTimestamp=ec;Me.prototype.visitTimestampSecond=ec;Me.prototype.visitTimestampMillisecond=ec;Me.prototype.visitTimestampMicrosecond=ec;Me.prototype.visitTimestampNanosecond=ec;Me.prototype.visitTime=tc;Me.prototype.visitTimeSecond=tc;Me.prototype.visitTimeMillisecond=tc;Me.prototype.visitTimeMicrosecond=tc;Me.prototype.visitTimeNanosecond=tc;Me.prototype.visitDecimal=$u;Me.prototype.visitList=_z;Me.prototype.visitStruct=qz;Me.prototype.visitUnion=Ky;Me.prototype.visitDenseUnion=Ky;Me.prototype.visitSparseUnion=Ky;Me.prototype.visitDictionary=vz;Me.prototype.visitInterval=Gy;Me.prototype.visitIntervalDayTime=Gy;Me.prototype.visitIntervalYearMonth=Gy;Me.prototype.visitFixedSizeList=Tz;Me.prototype.visitMap=Bz;er.instance=new Me;function kz(t,e){return er.instance.compareSchemas(t,e)}er.compareSchemas=kz;function Iz(t,e){return er.instance.compareFields(t,e)}er.compareFields=Iz;function Sz(t,e){return er.instance.visit(t,e)}er.compareTypes=Sz});var w1=H(hm=>{"use strict";Object.defineProperty(hm,"__esModule",{value:!0});hm.VectorAssembler=void 0;var xz=Er(),d1=zt(),Ez=qo(),Zy=yr(),Xy=Bi(),Az=Ha(),m1=Bs(),b1=qt(),mr=class extends xz.Visitor{constructor(){super();this._byteLength=0,this._nodes=[],this._buffers=[],this._bufferRegions=[]}static assemble(...e){let r=new mr,n=Az.selectVectorChildrenArgs(Ez.RecordBatch,e),[i=r]=r.visitMany(n);return i}visit(e){if(!b1.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");b1.DataType.isNull(e.type)||ni.call(this,i<=0?new Uint8Array(0):Xy.truncateBitmap(r.offset,n,r.nullBitmap)),this.nodes.push(new m1.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}};hm.VectorAssembler=mr;function ni(t){let e=t.byteLength+7&~7;return this.buffers.push(t),this.bufferRegions.push(new m1.BufferRegion(this._byteLength,e)),this._byteLength+=e,this}function Oz(t){let{type:e,length:r,typeIds:n,valueOffsets:i}=t;if(ni.call(this,n),e.mode===d1.UnionMode.Sparse)return $y.call(this,t);if(e.mode===d1.UnionMode.Dense){if(t.offset<=0)return ni.call(this,i),$y.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),a=new Int32Array(r),u=Zy.rebaseValueOffsets(-i[0],r,i);for(let c,_,p=-1;++p<r;)(_=s[c=n[p]])===-1&&(_=s[c]=u[c]),a[p]=u[p]-_,++f[c];ni.call(this,a);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 Nz(t){let e;return t.nullCount>=t.length?ni.call(this,new Uint8Array(0)):(e=t.values)instanceof Uint8Array?ni.call(this,Xy.truncateBitmap(t.offset,t.length,e)):ni.call(this,Xy.packBools(t))}function Bf(t){return ni.call(this,t.values.subarray(0,t.length*t.stride))}function h1(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,Zy.rebaseValueOffsets(-n[0],e,n)),ni.call(this,r.subarray(i,i+f)),this}function Qy(t){let{length:e,valueOffsets:r}=t;return r&&ni.call(this,Zy.rebaseValueOffsets(r[0],e,r)),this.visit(t.getChildAt(0))}function $y(t){return this.visitMany(t.type.children.map((e,r)=>t.getChildAt(r)).filter(Boolean))[0]}mr.prototype.visitBool=Nz;mr.prototype.visitInt=Bf;mr.prototype.visitFloat=Bf;mr.prototype.visitUtf8=h1;mr.prototype.visitBinary=h1;mr.prototype.visitFixedSizeBinary=Bf;mr.prototype.visitDate=Bf;mr.prototype.visitTimestamp=Bf;mr.prototype.visitTime=Bf;mr.prototype.visitDecimal=Bf;mr.prototype.visitList=Qy;mr.prototype.visitStruct=$y;mr.prototype.visitUnion=Oz;mr.prototype.visitInterval=Bf;mr.prototype.visitFixedSizeList=Qy;mr.prototype.visitMap=Qy});var y1=H(wm=>{"use strict";Object.defineProperty(wm,"__esModule",{value:!0});wm.JSONTypeAssembler=void 0;var Dz=Er(),Or=ff(),Va=zt(),g1=class extends Dz.Visitor{visit(e){return e==null?void 0:super.visit(e)}visitNull({typeId:e}){return{name:Or.Type[e].toLowerCase()}}visitInt({typeId:e,bitWidth:r,isSigned:n}){return{name:Or.Type[e].toLowerCase(),bitWidth:r,isSigned:n}}visitFloat({typeId:e,precision:r}){return{name:Or.Type[e].toLowerCase(),precision:Va.Precision[r]}}visitBinary({typeId:e}){return{name:Or.Type[e].toLowerCase()}}visitBool({typeId:e}){return{name:Or.Type[e].toLowerCase()}}visitUtf8({typeId:e}){return{name:Or.Type[e].toLowerCase()}}visitDecimal({typeId:e,scale:r,precision:n}){return{name:Or.Type[e].toLowerCase(),scale:r,precision:n}}visitDate({typeId:e,unit:r}){return{name:Or.Type[e].toLowerCase(),unit:Va.DateUnit[r]}}visitTime({typeId:e,unit:r,bitWidth:n}){return{name:Or.Type[e].toLowerCase(),unit:Va.TimeUnit[r],bitWidth:n}}visitTimestamp({typeId:e,timezone:r,unit:n}){return{name:Or.Type[e].toLowerCase(),unit:Va.TimeUnit[n],timezone:r}}visitInterval({typeId:e,unit:r}){return{name:Or.Type[e].toLowerCase(),unit:Va.IntervalUnit[r]}}visitList({typeId:e}){return{name:Or.Type[e].toLowerCase()}}visitStruct({typeId:e}){return{name:Or.Type[e].toLowerCase()}}visitUnion({typeId:e,mode:r,typeIds:n}){return{name:Or.Type[e].toLowerCase(),mode:Va.UnionMode[r],typeIds:[...n]}}visitDictionary(e){return this.visit(e.dictionary)}visitFixedSizeBinary({typeId:e,byteWidth:r}){return{name:Or.Type[e].toLowerCase(),byteWidth:r}}visitFixedSizeList({typeId:e,listSize:r}){return{name:Or.Type[e].toLowerCase(),listSize:r}}visitMap({typeId:e,keysSorted:r}){return{name:Or.Type[e].toLowerCase(),keysSorted:r}}};wm.JSONTypeAssembler=g1});var q1=H(jm=>{"use strict";Object.defineProperty(jm,"__esModule",{value:!0});jm.JSONVectorAssembler=void 0;var Fz=Lu(),rc=Ma(),Pz=fr(),Rz=Er(),zz=zt(),Hz=qo(),ej=zt(),gm=Bi(),Mz=Ha(),j1=qt(),ym=class extends Rz.Visitor{static assemble(...e){return new ym().visitMany(Mz.selectColumnChildrenArgs(Hz.RecordBatch,e))}visit(e){let{data:r,name:n,length:i}=e,{offset:o,nullCount:f,nullBitmap:s}=r,a=j1.DataType.isDictionary(e.type)?e.type.indices:e.type,u=Object.assign([],r.buffers,{[zz.BufferType.VALIDITY]:void 0});return{name:n,count:i,VALIDITY:j1.DataType.isNull(a)?void 0:f<=0?Array.from({length:i},()=>1):[...new gm.BitIterator(s,o,i,null,gm.getBit)],...super.visit(Pz.Vector.new(r.clone(a,o,i,0,u)))}}visitNull(){return{}}visitBool({values:e,offset:r,length:n}){return{DATA:[...new gm.BitIterator(e,r,n,null,gm.getBool)]}}visitInt(e){return{DATA:e.type.bitWidth<64?[...e.values]:[...nc(e.values,2)]}}visitFloat(e){return{DATA:[...e.values]}}visitUtf8(e){return{DATA:[...e],OFFSET:[...e.valueOffsets]}}visitBinary(e){return{DATA:[..._1(e)],OFFSET:[...e.valueOffsets]}}visitFixedSizeBinary(e){return{DATA:[..._1(e)]}}visitDate(e){return{DATA:e.type.unit===ej.DateUnit.DAY?[...e.values]:[...nc(e.values,2)]}}visitTimestamp(e){return{DATA:[...nc(e.values,2)]}}visitTime(e){return{DATA:e.type.unit<ej.TimeUnit.MICROSECOND?[...e.values]:[...nc(e.values,2)]}}visitDecimal(e){return{DATA:[...nc(e.values,4)]}}visitList(e){return{OFFSET:[...e.valueOffsets],children:e.type.children.map((r,n)=>this.visit(new rc.Column(r,[e.getChildAt(n)])))}}visitStruct(e){return{children:e.type.children.map((r,n)=>this.visit(new rc.Column(r,[e.getChildAt(n)])))}}visitUnion(e){return{TYPE:[...e.typeIds],OFFSET:e.type.mode===ej.UnionMode.Dense?[...e.valueOffsets]:void 0,children:e.type.children.map((r,n)=>this.visit(new rc.Column(r,[e.getChildAt(n)])))}}visitInterval(e){return{DATA:[...e.values]}}visitFixedSizeList(e){return{children:e.type.children.map((r,n)=>this.visit(new rc.Column(r,[e.getChildAt(n)])))}}visitMap(e){return{OFFSET:[...e.valueOffsets],children:e.type.children.map((r,n)=>this.visit(new rc.Column(r,[e.getChildAt(n)])))}}};jm.JSONVectorAssembler=ym;function*_1(t){for(let e of t)yield e.reduce((r,n)=>`${r}${("0"+(n&255).toString(16)).slice(-2)}`,"").toUpperCase()}function*nc(t,e){for(let r=-1,n=t.length/e;++r<n;)yield`${Fz.BN.new(t.subarray((r+0)*e,(r+1)*e),!1)}`}});var Bm=H(Fi=>{"use strict";Object.defineProperty(Fi,"__esModule",{value:!0});Fi.RecordBatchJSONWriter=Fi.RecordBatchFileWriter=Fi.RecordBatchStreamWriter=Fi.RecordBatchWriter=void 0;var tj=oc(),Uz=mm(),Lz=Ma(),Cz=qt(),Vz=Tr(),_m=Bs(),rj=Bs(),Wa=Sy(),nj=zt(),v1=Jy(),ij=gf(),T1=w1(),Wz=y1(),B1=q1(),Yz=yr(),oj=qo(),Kz=ma(),Di=Pr(),ic=class extends Kz.ReadableInterop{constructor(e){super();this._position=0,this._started=!1,this._sink=new ij.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)?sj(this,e):fj(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 ij.AsyncByteQueue?this._sink=e:(this._sink=new ij.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||!v1.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 tj.Table&&!(r=e.schema))return this.finish()&&void 0;if(e instanceof oj.RecordBatch&&!(r=e.schema))return this.finish()&&void 0}else throw new Error("RecordBatchWriter is closed");if(r&&!v1.compareSchemas(r,this._schema)){if(this._started&&this._autoDestroy)return this.close();this.reset(this._sink,r)}e instanceof oj.RecordBatch?e instanceof oj._InternalEmptyPlaceholderRecordBatch||this._writeRecordBatch(e):e instanceof tj.Table?this.writeAll(e.chunks):Di.isIterable(e)&&this.writeAll(e)}_writeMessage(e,r=8){let n=r-1,i=_m.Message.encode(e),o=i.byteLength,f=this._writeLegacyIpcFormat?4:8,s=o+f+n&~n,a=s-o-f;return e.headerType===nj.MessageHeader.RecordBatch?this._recordBatchBlocks.push(new Wa.FileBlock(s,e.bodyLength,this._position)):e.headerType===nj.MessageHeader.DictionaryBatch&&this._dictionaryBlocks.push(new Wa.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(a)}_write(e){if(this._started){let r=Yz.toUint8Array(e);r&&r.byteLength>0&&(this._sink.write(r),this._position+=r.byteLength)}return this}_writeSchema(e){return this._writeMessage(_m.Message.from(e))}_writeFooter(e){return this._writeLegacyIpcFormat?this._write(Int32Array.of(0)):this._write(Int32Array.of(-1,0))}_writeMagic(){return this._write(Uz.MAGIC)}_writePadding(e){return e>0?this._write(new Uint8Array(e)):this}_writeRecordBatch(e){let{byteLength:r,nodes:n,bufferRegions:i,buffers:o}=T1.VectorAssembler.assemble(e),f=new rj.RecordBatch(e.length,n,i),s=_m.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}=T1.VectorAssembler.assemble(e),a=new rj.RecordBatch(e.length,o,f),u=new rj.DictionaryBatch(a,r,n),c=_m.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=ic;var qm=class extends ic{static writeAll(e,r){let n=new qm(r);return Di.isPromise(e)?e.then(i=>n.writeAll(i)):Di.isAsyncIterable(e)?sj(n,e):fj(n,e)}};Fi.RecordBatchStreamWriter=qm;var vm=class extends ic{static writeAll(e){let r=new vm;return Di.isPromise(e)?e.then(n=>r.writeAll(n)):Di.isAsyncIterable(e)?sj(r,e):fj(r,e)}constructor(){super();this._autoDestroy=!0}_writeSchema(e){return this._writeMagic()._writePadding(2)}_writeFooter(e){let r=Wa.Footer.encode(new Wa.Footer(e,nj.MetadataVersion.V4,this._recordBatchBlocks,this._dictionaryBlocks));return super._writeFooter(e)._write(r)._write(Int32Array.of(r.byteLength))._writeMagic()}};Fi.RecordBatchFileWriter=vm;var Tm=class extends ic{constructor(){super();this._autoDestroy=!0,this._recordBatches=[],this._dictionaries=[]}static writeAll(e){return new Tm().writeAll(e)}_writeMessage(){return this}_writeFooter(e){return this}_writeSchema(e){return this._write(`{
|
|
36
|
+
"schema": ${JSON.stringify({fields:e.fields.map(k1)},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?" ":`,
|
|
37
|
+
`),this._write(`${Gz(e,r,n)}`),this._dictionaryBlocks.push(new Wa.FileBlock(0,0,0)),this}_writeRecordBatch(e){return this._writeDictionaries(e),this._recordBatches.push(e),this}close(){if(this._dictionaries.length>0){this._write(`,
|
|
38
38
|
"dictionaries": [
|
|
39
39
|
`);for(let e of this._dictionaries)super._writeDictionaries(e);this._write(`
|
|
40
40
|
]`)}if(this._recordBatches.length>0){for(let e=-1,r=this._recordBatches.length;++e<r;)this._write(e===0?`,
|
|
41
41
|
"batches": [
|
|
42
42
|
`:`,
|
|
43
|
-
`),this._write(`${
|
|
43
|
+
`),this._write(`${Jz(this._recordBatches[e])}`),this._recordBatchBlocks.push(new Wa.FileBlock(0,0,0));this._write(`
|
|
44
44
|
]`)}return this._schema&&this._write(`
|
|
45
|
-
}`),this._dictionaries=[],this._recordBatches=[],super.close()}};Pi.RecordBatchJSONWriter=Im;function pj(t,e){let r=e;e instanceof sj.Table&&(r=e.chunks,t.reset(void 0,e.schema));for(let n of r)t.write(n);return t.finish()}async function dj(t,e){for await(let r of e)t.write(r);return t.finish()}function L1({name:t,type:e,nullable:r}){let n=new sH.JSONTypeAssembler;return{name:t,nullable:r,type:n.visit(e),children:(e.children||[]).map(L1),dictionary:oH.DataType.isDictionary(e)?{id:e.id,isOrdered:e.isOrdered,indexType:n.visit(e.indices)}:void 0}}function uH(t,e,r=!1){let n=new fH.Field(`${e}`,t.type,t.nullCount>0),i=U1.JSONVectorAssembler.assemble(new iH.Column(n,[t]));return JSON.stringify({id:e,isDelta:r,data:{count:t.length,columns:i}},null,2)}function cH(t){return JSON.stringify({count:t.length,columns:U1.JSONVectorAssembler.assemble(t)},null,2)}});var hj=H(If=>{"use strict";Object.defineProperty(If,"__esModule",{value:!0});If.distributeVectorsIntoRecordBatches=If.distributeColumnsIntoRecordBatches=If.ensureSameLengthData=void 0;var C1=$n(),mj=Tr(),pH=vf(),dH=vo(),bj=new Uint8Array(0),V1=t=>[bj,bj,new Uint8Array(t),bj];function mH(t,e,r=e.reduce((n,i)=>Math.max(n,i.length),0)){let n,i,o=-1,f=e.length,s=[...t.fields],a=[],u=(r+63&~63)>>3;for(;++o<f;)(n=e[o])&&n.length===r?a[o]=n:((i=s[o]).nullable||(s[o]=s[o].clone({nullable:!0})),a[o]=n?n._changeLengthAndBackfillNullBitmap(r):C1.Data.new(i.type,0,r,r,V1(u)));return[new mj.Schema(s),r,a]}If.ensureSameLengthData=mH;function bH(t){return W1(new mj.Schema(t.map(({field:e})=>e)),t)}If.distributeColumnsIntoRecordBatches=bH;function W1(t,e){return hH(t,e.map(r=>r instanceof pH.Chunked?r.chunks.map(n=>n.data):[r.data]))}If.distributeVectorsIntoRecordBatches=W1;function hH(t,e){let r=[...t.fields],n=[],i={numBatches:e.reduce((_,p)=>Math.max(_,p.length),0)},o=0,f=0,s=-1,a=e.length,u,c=[];for(;i.numBatches-- >0;){for(f=Number.POSITIVE_INFINITY,s=-1;++s<a;)c[s]=u=e[s].shift(),f=Math.min(f,u?u.length:f);isFinite(f)&&(c=wH(r,f,c,e,i),f>0&&(n[o++]=[f,c.slice()]))}return[t=new mj.Schema(r,t.metadata),n.map(_=>new dH.RecordBatch(t,..._))]}function wH(t,e,r,n,i){let o,f,s=0,a=-1,u=n.length,c=(e+63&~63)>>3;for(;++a<u;)(o=r[a])&&(s=o.length)>=e?s===e?r[a]=o:(r[a]=o.slice(0,e),o=o.slice(e,s-e),i.numBatches=Math.max(i.numBatches,n[a].unshift(o))):((f=t[a]).nullable||(t[a]=f.clone({nullable:!0})),r[a]=o?o._changeLengthAndBackfillNullBitmap(e):C1.Data.new(f.type,0,e,e,V1(c)));return r}});var ar=H(xm=>{"use strict";Object.defineProperty(xm,"__esModule",{value:!0});xm.BaseVector=void 0;var gH=zt(),yH=vf(),jH=Xu(),wj=fr(),gj=class extends wj.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`${gH.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 wj.Vector.new(e,r)}concat(...e){return yH.Chunked.concat(this,...e)}slice(e,r){return jH.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]=wj.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=gj;gj.prototype[Symbol.isConcatSpreadable]=!0});var yj=H(Em=>{"use strict";Object.defineProperty(Em,"__esModule",{value:!0});Em.BinaryVector=void 0;var _H=fr(),qH=ar(),vH=qt(),Y1=class extends qH.BaseVector{asUtf8(){return _H.Vector.new(this.data.clone(new vH.Utf8))}};Em.BinaryVector=Y1});var jj=H(Am=>{"use strict";Object.defineProperty(Am,"__esModule",{value:!0});Am.BoolVector=void 0;var TH=qt(),BH=ar(),kH=Ri(),K1=class extends BH.BaseVector{static from(e){return kH.vectorFromValuesWithType(()=>new TH.Bool,e)}};Am.BoolVector=K1});var qj=H(Sf=>{"use strict";Object.defineProperty(Sf,"__esModule",{value:!0});Sf.DateMillisecondVector=Sf.DateDayVector=Sf.DateVector=void 0;var IH=zt(),SH=ar(),G1=Ri(),_j=qt(),Om=class extends SH.BaseVector{static from(...e){return e.length===2?G1.vectorFromValuesWithType(()=>e[1]===IH.DateUnit.DAY?new _j.DateDay:new _j.DateMillisecond,e[0]):G1.vectorFromValuesWithType(()=>new _j.DateMillisecond,e[0])}};Sf.DateVector=Om;var J1=class extends Om{};Sf.DateDayVector=J1;var Z1=class extends Om{};Sf.DateMillisecondVector=Z1});var vj=H(Nm=>{"use strict";Object.defineProperty(Nm,"__esModule",{value:!0});Nm.DecimalVector=void 0;var xH=ar(),X1=class extends xH.BaseVector{};Nm.DecimalVector=X1});var Fm=H(Dm=>{"use strict";Object.defineProperty(Dm,"__esModule",{value:!0});Dm.DictionaryVector=void 0;var EH=$n(),Q1=fr(),AH=ar(),OH=Ri(),NH=qt(),Tj=class extends AH.BaseVector{constructor(e){super(e);this.indices=Q1.Vector.new(e.clone(this.type.indices))}static from(...e){if(e.length===3){let[r,n,i]=e,o=new NH.Dictionary(r.type,n,null,null);return Q1.Vector.new(EH.Data.Dictionary(o,0,i.length,0,null,i,r))}return OH.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)}};Dm.DictionaryVector=Tj;Tj.prototype.indices=null});var Bj=H(Pm=>{"use strict";Object.defineProperty(Pm,"__esModule",{value:!0});Pm.FixedSizeBinaryVector=void 0;var DH=ar(),$1=class extends DH.BaseVector{};Pm.FixedSizeBinaryVector=$1});var kj=H(Rm=>{"use strict";Object.defineProperty(Rm,"__esModule",{value:!0});Rm.FixedSizeListVector=void 0;var FH=ar(),ex=class extends FH.BaseVector{};Rm.FixedSizeListVector=ex});var Ej=H(zi=>{"use strict";Object.defineProperty(zi,"__esModule",{value:!0});zi.Float64Vector=zi.Float32Vector=zi.Float16Vector=zi.FloatVector=void 0;var PH=$n(),RH=fr(),zH=ar(),HH=Ri(),Es=qt(),sc=class extends zH.BaseVector{static from(e){let r=LH(this);if(e instanceof ArrayBuffer||ArrayBuffer.isView(e)){let n=UH(e.constructor)||r;if(r===null&&(r=n),r&&r===n){let i=new r,o=e.byteLength/i.ArrayType.BYTES_PER_ELEMENT;if(!MH(r,e.constructor))return RH.Vector.new(PH.Data.Float(i,0,o,0,null,e))}}if(r)return HH.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")}};zi.FloatVector=sc;var Ij=class extends sc{toFloat32Array(){return new Float32Array(this)}toFloat64Array(){return new Float64Array(this)}};zi.Float16Vector=Ij;var Sj=class extends sc{};zi.Float32Vector=Sj;var xj=class extends sc{};zi.Float64Vector=xj;var MH=(t,e)=>t===Es.Float16&&e!==Uint16Array,UH=t=>{switch(t){case Uint16Array:return Es.Float16;case Float32Array:return Es.Float32;case Float64Array:return Es.Float64;default:return null}},LH=t=>{switch(t){case Ij:return Es.Float16;case Sj:return Es.Float32;case xj:return Es.Float64;default:return null}}});var Aj=H(xf=>{"use strict";Object.defineProperty(xf,"__esModule",{value:!0});xf.IntervalYearMonthVector=xf.IntervalDayTimeVector=xf.IntervalVector=void 0;var CH=ar(),zm=class extends CH.BaseVector{};xf.IntervalVector=zm;var tx=class extends zm{};xf.IntervalDayTimeVector=tx;var rx=class extends zm{};xf.IntervalYearMonthVector=rx});var Hm=H(br=>{"use strict";Object.defineProperty(br,"__esModule",{value:!0});br.Uint64Vector=br.Uint32Vector=br.Uint16Vector=br.Uint8Vector=br.Int64Vector=br.Int32Vector=br.Int16Vector=br.Int8Vector=br.IntVector=void 0;var VH=$n(),WH=fr(),YH=ar(),KH=Ri(),nx=Pr(),ix=yr(),tr=qt(),Hi=class extends YH.BaseVector{static from(...e){let[r,n=!1]=e,i=ZH(this,n);if(r instanceof ArrayBuffer||ArrayBuffer.isView(r)){let o=JH(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 GH(i,r.constructor)&&(s*=.5),WH.Vector.new(VH.Data.Int(f,0,s,0,null,r))}}if(i)return KH.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")}};br.IntVector=Hi;var Oj=class extends Hi{};br.Int8Vector=Oj;var Nj=class extends Hi{};br.Int16Vector=Nj;var Dj=class extends Hi{};br.Int32Vector=Dj;var Fj=class extends Hi{toBigInt64Array(){return ix.toBigInt64Array(this.values)}get values64(){return this._values64||(this._values64=this.toBigInt64Array())}};br.Int64Vector=Fj;var Pj=class extends Hi{};br.Uint8Vector=Pj;var Rj=class extends Hi{};br.Uint16Vector=Rj;var zj=class extends Hi{};br.Uint32Vector=zj;var Hj=class extends Hi{toBigUint64Array(){return ix.toBigUint64Array(this.values)}get values64(){return this._values64||(this._values64=this.toBigUint64Array())}};br.Uint64Vector=Hj;var GH=(t,e)=>(t===tr.Int64||t===tr.Uint64)&&(e===Int32Array||e===Uint32Array),JH=(t,e)=>{switch(t){case Int8Array:return tr.Int8;case Int16Array:return tr.Int16;case Int32Array:return e?tr.Int64:tr.Int32;case nx.BigInt64Array:return tr.Int64;case Uint8Array:return tr.Uint8;case Uint16Array:return tr.Uint16;case Uint32Array:return e?tr.Uint64:tr.Uint32;case nx.BigUint64Array:return tr.Uint64;default:return null}},ZH=(t,e)=>{switch(t){case Oj:return tr.Int8;case Nj:return tr.Int16;case Dj:return e?tr.Int64:tr.Int32;case Fj:return tr.Int64;case Pj:return tr.Uint8;case Rj:return tr.Uint16;case zj:return e?tr.Uint64:tr.Uint32;case Hj:return tr.Uint64;default:return null}}});var Mj=H(Mm=>{"use strict";Object.defineProperty(Mm,"__esModule",{value:!0});Mm.ListVector=void 0;var XH=ar(),ox=class extends XH.BaseVector{};Mm.ListVector=ox});var Uj=H(Um=>{"use strict";Object.defineProperty(Um,"__esModule",{value:!0});Um.MapVector=void 0;var QH=Ju(),$H=fr(),eM=ar(),tM=qt(),fx=class extends eM.BaseVector{asList(){let e=this.type.children[0];return $H.Vector.new(this.data.clone(new tM.List(e)))}bind(e){let r=this.getChildAt(0),{[e]:n,[e+1]:i}=this.valueOffsets;return new QH.MapRow(r.slice(n,i))}};Um.MapVector=fx});var Lj=H(Lm=>{"use strict";Object.defineProperty(Lm,"__esModule",{value:!0});Lm.NullVector=void 0;var rM=ar(),sx=class extends rM.BaseVector{};Lm.NullVector=sx});var Cj=H(Cm=>{"use strict";Object.defineProperty(Cm,"__esModule",{value:!0});Cm.StructVector=void 0;var nM=Ju(),iM=ar(),oM=Symbol.for("rowIndex"),ax=class extends iM.BaseVector{bind(e){let r=this._row||(this._row=new nM.StructRow(this)),n=Object.create(r);return n[oM]=e,n}};Cm.StructVector=ax});var Vj=H(zn=>{"use strict";Object.defineProperty(zn,"__esModule",{value:!0});zn.TimestampNanosecondVector=zn.TimestampMicrosecondVector=zn.TimestampMillisecondVector=zn.TimestampSecondVector=zn.TimestampVector=void 0;var fM=ar(),Ka=class extends fM.BaseVector{};zn.TimestampVector=Ka;var lx=class extends Ka{};zn.TimestampSecondVector=lx;var ux=class extends Ka{};zn.TimestampMillisecondVector=ux;var cx=class extends Ka{};zn.TimestampMicrosecondVector=cx;var px=class extends Ka{};zn.TimestampNanosecondVector=px});var Wj=H(Hn=>{"use strict";Object.defineProperty(Hn,"__esModule",{value:!0});Hn.TimeNanosecondVector=Hn.TimeMicrosecondVector=Hn.TimeMillisecondVector=Hn.TimeSecondVector=Hn.TimeVector=void 0;var sM=ar(),Ga=class extends sM.BaseVector{};Hn.TimeVector=Ga;var dx=class extends Ga{};Hn.TimeSecondVector=dx;var mx=class extends Ga{};Hn.TimeMillisecondVector=mx;var bx=class extends Ga{};Hn.TimeMicrosecondVector=bx;var hx=class extends Ga{};Hn.TimeNanosecondVector=hx});var Yj=H(Ef=>{"use strict";Object.defineProperty(Ef,"__esModule",{value:!0});Ef.SparseUnionVector=Ef.DenseUnionVector=Ef.UnionVector=void 0;var aM=ar(),Vm=class extends aM.BaseVector{get typeIdToChildIndex(){return this.data.type.typeIdToChildIndex}};Ef.UnionVector=Vm;var wx=class extends Vm{get valueOffsets(){return this.data.valueOffsets}};Ef.DenseUnionVector=wx;var gx=class extends Vm{};Ef.SparseUnionVector=gx});var Kj=H(Wm=>{"use strict";Object.defineProperty(Wm,"__esModule",{value:!0});Wm.Utf8Vector=void 0;var lM=fr(),uM=ar(),yx=qt(),cM=Ri(),jx=class extends uM.BaseVector{static from(e){return cM.vectorFromValuesWithType(()=>new yx.Utf8,e)}asBinary(){return lM.Vector.new(this.data.clone(new yx.Binary))}};Wm.Utf8Vector=jx});var _x=H(Af=>{"use strict";Object.defineProperty(Af,"__esModule",{value:!0});Af.partial2=Af.partial1=Af.partial0=void 0;function pM(t){return function(){return t(this)}}Af.partial0=pM;function dM(t){return function(e){return t(this,e)}}Af.partial1=dM;function mM(t){return function(e,r){return t(this,e,r)}}Af.partial2=mM});var Zj=H(Ja=>{"use strict";Object.defineProperty(Ja,"__esModule",{value:!0});Ja.instance=Ja.GetVisitor=void 0;var Ym=Cu(),bM=Er(),hM=us(),wM=Hu(),Mn=zt(),Ue=class extends bM.Visitor{};Ja.GetVisitor=Ue;var gM=(t,e)=>864e5*t[e],Gj=(t,e)=>4294967296*t[e+1]+(t[e]>>>0),yM=(t,e)=>4294967296*(t[e+1]/1e3)+(t[e]>>>0)/1e3,jM=(t,e)=>4294967296*(t[e+1]/1e6)+(t[e]>>>0)/1e6,qx=t=>new Date(t),_M=(t,e)=>qx(gM(t,e)),qM=(t,e)=>qx(Gj(t,e)),vM=(t,e)=>null,vx=(t,e,r)=>{let{[r]:n,[r+1]:i}=e;return n!=null&&i!=null?t.subarray(n,i):null},TM=({offset:t,values:e},r)=>{let n=t+r;return(e[n>>3]&1<<n%8)!=0},Tx=({values:t},e)=>_M(t,e),Bx=({values:t},e)=>qM(t,e*2),Mi=({stride:t,values:e},r)=>e[t*r],kx=({stride:t,values:e},r)=>wM.uint16ToFloat64(e[t*r]),Jj=({stride:t,values:e,type:r},n)=>Ym.BN.new(e.subarray(t*n,t*(n+1)),r.isSigned),BM=({stride:t,values:e},r)=>e.subarray(t*r,t*(r+1)),kM=({values:t,valueOffsets:e},r)=>vx(t,e,r),IM=({values:t,valueOffsets:e},r)=>{let n=vx(t,e,r);return n!==null?hM.decodeUtf8(n):null},SM=(t,e)=>t.type.bitWidth<64?Mi(t,e):Jj(t,e),xM=(t,e)=>t.type.precision!==Mn.Precision.HALF?Mi(t,e):kx(t,e),EM=(t,e)=>t.type.unit===Mn.DateUnit.DAY?Tx(t,e):Bx(t,e),Ix=({values:t},e)=>1e3*Gj(t,e*2),Sx=({values:t},e)=>Gj(t,e*2),xx=({values:t},e)=>yM(t,e*2),Ex=({values:t},e)=>jM(t,e*2),AM=(t,e)=>{switch(t.type.unit){case Mn.TimeUnit.SECOND:return Ix(t,e);case Mn.TimeUnit.MILLISECOND:return Sx(t,e);case Mn.TimeUnit.MICROSECOND:return xx(t,e);case Mn.TimeUnit.NANOSECOND:return Ex(t,e)}},Ax=({values:t,stride:e},r)=>t[e*r],Ox=({values:t,stride:e},r)=>t[e*r],Nx=({values:t},e)=>Ym.BN.signed(t.subarray(2*e,2*(e+1))),Dx=({values:t},e)=>Ym.BN.signed(t.subarray(2*e,2*(e+1))),OM=(t,e)=>{switch(t.type.unit){case Mn.TimeUnit.SECOND:return Ax(t,e);case Mn.TimeUnit.MILLISECOND:return Ox(t,e);case Mn.TimeUnit.MICROSECOND:return Nx(t,e);case Mn.TimeUnit.NANOSECOND:return Dx(t,e)}},NM=({values:t},e)=>Ym.BN.decimal(t.subarray(4*e,4*(e+1))),DM=(t,e)=>{let r=t.getChildAt(0),{valueOffsets:n,stride:i}=t;return r.slice(n[e*i],n[e*i+1])},FM=(t,e)=>t.bind(e),PM=(t,e)=>t.bind(e),RM=(t,e)=>t.type.mode===Mn.UnionMode.Dense?Fx(t,e):Px(t,e),Fx=(t,e)=>{let r=t.typeIdToChildIndex[t.typeIds[e]],n=t.getChildAt(r);return n?n.get(t.valueOffsets[e]):null},Px=(t,e)=>{let r=t.typeIdToChildIndex[t.typeIds[e]],n=t.getChildAt(r);return n?n.get(e):null},zM=(t,e)=>t.getValue(t.getKey(e)),HM=(t,e)=>t.type.unit===Mn.IntervalUnit.DAY_TIME?Rx(t,e):zx(t,e),Rx=({values:t},e)=>t.subarray(2*e,2*(e+1)),zx=({values:t},e)=>{let r=t[e],n=new Int32Array(2);return n[0]=r/12|0,n[1]=r%12|0,n},MM=(t,e)=>{let r=t.getChildAt(0),{stride:n}=t;return r.slice(e*n,(e+1)*n)};Ue.prototype.visitNull=vM;Ue.prototype.visitBool=TM;Ue.prototype.visitInt=SM;Ue.prototype.visitInt8=Mi;Ue.prototype.visitInt16=Mi;Ue.prototype.visitInt32=Mi;Ue.prototype.visitInt64=Jj;Ue.prototype.visitUint8=Mi;Ue.prototype.visitUint16=Mi;Ue.prototype.visitUint32=Mi;Ue.prototype.visitUint64=Jj;Ue.prototype.visitFloat=xM;Ue.prototype.visitFloat16=kx;Ue.prototype.visitFloat32=Mi;Ue.prototype.visitFloat64=Mi;Ue.prototype.visitUtf8=IM;Ue.prototype.visitBinary=kM;Ue.prototype.visitFixedSizeBinary=BM;Ue.prototype.visitDate=EM;Ue.prototype.visitDateDay=Tx;Ue.prototype.visitDateMillisecond=Bx;Ue.prototype.visitTimestamp=AM;Ue.prototype.visitTimestampSecond=Ix;Ue.prototype.visitTimestampMillisecond=Sx;Ue.prototype.visitTimestampMicrosecond=xx;Ue.prototype.visitTimestampNanosecond=Ex;Ue.prototype.visitTime=OM;Ue.prototype.visitTimeSecond=Ax;Ue.prototype.visitTimeMillisecond=Ox;Ue.prototype.visitTimeMicrosecond=Nx;Ue.prototype.visitTimeNanosecond=Dx;Ue.prototype.visitDecimal=NM;Ue.prototype.visitList=DM;Ue.prototype.visitStruct=PM;Ue.prototype.visitUnion=RM;Ue.prototype.visitDenseUnion=Fx;Ue.prototype.visitSparseUnion=Px;Ue.prototype.visitDictionary=zM;Ue.prototype.visitInterval=HM;Ue.prototype.visitIntervalDayTime=Rx;Ue.prototype.visitIntervalYearMonth=zx;Ue.prototype.visitFixedSizeList=MM;Ue.prototype.visitMap=FM;Ja.instance=new Ue});var Lx=H(Za=>{"use strict";Object.defineProperty(Za,"__esModule",{value:!0});Za.instance=Za.IndexOfVisitor=void 0;var UM=Er(),Hx=ki(),Mx=Xu(),Le=class extends UM.Visitor{};Za.IndexOfVisitor=Le;function LM(t,e){return e===null&&t.length>0?0:-1}function CM(t,e){let{nullBitmap:r}=t.data;if(!r||t.nullCount<=0)return-1;let n=0;for(let i of new Hx.BitIterator(r,t.data.offset+(e||0),t.length,r,Hx.getBool)){if(!i)return n;++n}return-1}function ot(t,e,r){if(e===void 0)return-1;if(e===null)return CM(t,r);let n=Mx.createElementComparator(e);for(let i=(r||0)-1,o=t.length;++i<o;)if(n(t.get(i)))return i;return-1}function Ux(t,e,r){let n=Mx.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=LM;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=Ux;Le.prototype.visitSparseUnion=Ux;Le.prototype.visitDictionary=ot;Le.prototype.visitInterval=ot;Le.prototype.visitIntervalDayTime=ot;Le.prototype.visitIntervalYearMonth=ot;Le.prototype.visitFixedSizeList=ot;Le.prototype.visitMap=ot;Za.instance=new Le});var Xj=H(Xa=>{"use strict";Object.defineProperty(Xa,"__esModule",{value:!0});Xa.instance=Xa.IteratorVisitor=void 0;var Km=zt(),VM=Er(),WM=ki(),Cx=Zj(),Ce=class extends VM.Visitor{};Xa.IteratorVisitor=Ce;function YM(t){let e=Cx.instance.getVisitFn(t);return new WM.BitIterator(t.data.nullBitmap,t.data.offset,t.length,t,(r,n,i,o)=>(i&1<<o)!=0?e(r,n):null)}var Vx=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 YM(t);let{type:e,typeId:r,length:n}=t;return t.stride===1&&(r===Km.Type.Timestamp||r===Km.Type.Int&&e.bitWidth!==64||r===Km.Type.Time&&e.bitWidth!==64||r===Km.Type.Float&&e.precision>0)?t.data.values.subarray(0,n)[Symbol.iterator]():new Vx(t,Cx.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;Xa.instance=new Ce});var Wx=H(Qa=>{"use strict";Object.defineProperty(Qa,"__esModule",{value:!0});Qa.instance=Qa.ToArrayVisitor=void 0;var ac=zt(),KM=Er(),GM=Xj(),Ve=class extends KM.Visitor{};Qa.ToArrayVisitor=Ve;function tt(t){let{type:e,length:r,stride:n}=t;switch(e.typeId){case ac.Type.Int:case ac.Type.Float:case ac.Type.Decimal:case ac.Type.Time:case ac.Type.Timestamp:return t.data.values.subarray(0,r*n)}return[...GM.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;Qa.instance=new Ve});var Yx=H($a=>{"use strict";Object.defineProperty($a,"__esModule",{value:!0});$a.instance=$a.ByteWidthVisitor=void 0;var JM=Er(),ZM=zt(),lc=(t,e)=>t+e,Qj=t=>`Cannot compute the byte width of variable-width column ${t}`,$j=class extends JM.Visitor{visitNull(e){return 0}visitInt(e){return e.bitWidth/8}visitFloat(e){return e.ArrayType.BYTES_PER_ELEMENT}visitBinary(e){throw new Error(Qj(e))}visitUtf8(e){throw new Error(Qj(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===ZM.TimeUnit.SECOND?4:8}visitInterval(e){return(e.unit+1)*4}visitList(e){throw new Error(Qj(e))}visitStruct(e){return this.visitFields(e.children).reduce(lc,0)}visitUnion(e){return this.visitFields(e.children).reduce(lc,0)}visitFixedSizeBinary(e){return e.byteWidth}visitFixedSizeList(e){return e.listSize*this.visitFields(e.children).reduce(lc,0)}visitMap(e){return this.visitFields(e.children).reduce(lc,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(lc,0)}};$a.ByteWidthVisitor=$j;$a.instance=new $j});var Kx=H(el=>{"use strict";Object.defineProperty(el,"__esModule",{value:!0});el.instance=el.GetVectorConstructor=void 0;var XM=Er(),QM=yj(),$M=jj(),e_=qj(),eU=vj(),tU=Fm(),rU=Bj(),nU=kj(),Gm=Ej(),t_=Aj(),To=Hm(),iU=Mj(),oU=Uj(),fU=Lj(),sU=Cj(),uc=Vj(),cc=Wj(),r_=Yj(),aU=Kj(),n_=class extends XM.Visitor{visitNull(){return fU.NullVector}visitBool(){return $M.BoolVector}visitInt(){return To.IntVector}visitInt8(){return To.Int8Vector}visitInt16(){return To.Int16Vector}visitInt32(){return To.Int32Vector}visitInt64(){return To.Int64Vector}visitUint8(){return To.Uint8Vector}visitUint16(){return To.Uint16Vector}visitUint32(){return To.Uint32Vector}visitUint64(){return To.Uint64Vector}visitFloat(){return Gm.FloatVector}visitFloat16(){return Gm.Float16Vector}visitFloat32(){return Gm.Float32Vector}visitFloat64(){return Gm.Float64Vector}visitUtf8(){return aU.Utf8Vector}visitBinary(){return QM.BinaryVector}visitFixedSizeBinary(){return rU.FixedSizeBinaryVector}visitDate(){return e_.DateVector}visitDateDay(){return e_.DateDayVector}visitDateMillisecond(){return e_.DateMillisecondVector}visitTimestamp(){return uc.TimestampVector}visitTimestampSecond(){return uc.TimestampSecondVector}visitTimestampMillisecond(){return uc.TimestampMillisecondVector}visitTimestampMicrosecond(){return uc.TimestampMicrosecondVector}visitTimestampNanosecond(){return uc.TimestampNanosecondVector}visitTime(){return cc.TimeVector}visitTimeSecond(){return cc.TimeSecondVector}visitTimeMillisecond(){return cc.TimeMillisecondVector}visitTimeMicrosecond(){return cc.TimeMicrosecondVector}visitTimeNanosecond(){return cc.TimeNanosecondVector}visitDecimal(){return eU.DecimalVector}visitList(){return iU.ListVector}visitStruct(){return sU.StructVector}visitUnion(){return r_.UnionVector}visitDenseUnion(){return r_.DenseUnionVector}visitSparseUnion(){return r_.SparseUnionVector}visitDictionary(){return tU.DictionaryVector}visitInterval(){return t_.IntervalVector}visitIntervalDayTime(){return t_.IntervalDayTimeVector}visitIntervalYearMonth(){return t_.IntervalYearMonthVector}visitFixedSizeList(){return nU.FixedSizeListVector}visitMap(){return oU.MapVector}};el.GetVectorConstructor=n_;el.instance=new n_});var Ri=H(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 lU=fr();Object.defineProperty(ae,"Vector",{enumerable:!0,get:function(){return lU.Vector}});var uU=ar();Object.defineProperty(ae,"BaseVector",{enumerable:!0,get:function(){return uU.BaseVector}});var cU=yj();Object.defineProperty(ae,"BinaryVector",{enumerable:!0,get:function(){return cU.BinaryVector}});var pU=jj();Object.defineProperty(ae,"BoolVector",{enumerable:!0,get:function(){return pU.BoolVector}});var dU=vf();Object.defineProperty(ae,"Chunked",{enumerable:!0,get:function(){return dU.Chunked}});var i_=qj();Object.defineProperty(ae,"DateVector",{enumerable:!0,get:function(){return i_.DateVector}});Object.defineProperty(ae,"DateDayVector",{enumerable:!0,get:function(){return i_.DateDayVector}});Object.defineProperty(ae,"DateMillisecondVector",{enumerable:!0,get:function(){return i_.DateMillisecondVector}});var mU=vj();Object.defineProperty(ae,"DecimalVector",{enumerable:!0,get:function(){return mU.DecimalVector}});var bU=Fm();Object.defineProperty(ae,"DictionaryVector",{enumerable:!0,get:function(){return bU.DictionaryVector}});var hU=Bj();Object.defineProperty(ae,"FixedSizeBinaryVector",{enumerable:!0,get:function(){return hU.FixedSizeBinaryVector}});var wU=kj();Object.defineProperty(ae,"FixedSizeListVector",{enumerable:!0,get:function(){return wU.FixedSizeListVector}});var Jm=Ej();Object.defineProperty(ae,"FloatVector",{enumerable:!0,get:function(){return Jm.FloatVector}});Object.defineProperty(ae,"Float16Vector",{enumerable:!0,get:function(){return Jm.Float16Vector}});Object.defineProperty(ae,"Float32Vector",{enumerable:!0,get:function(){return Jm.Float32Vector}});Object.defineProperty(ae,"Float64Vector",{enumerable:!0,get:function(){return Jm.Float64Vector}});var o_=Aj();Object.defineProperty(ae,"IntervalVector",{enumerable:!0,get:function(){return o_.IntervalVector}});Object.defineProperty(ae,"IntervalDayTimeVector",{enumerable:!0,get:function(){return o_.IntervalDayTimeVector}});Object.defineProperty(ae,"IntervalYearMonthVector",{enumerable:!0,get:function(){return o_.IntervalYearMonthVector}});var Bo=Hm();Object.defineProperty(ae,"IntVector",{enumerable:!0,get:function(){return Bo.IntVector}});Object.defineProperty(ae,"Int8Vector",{enumerable:!0,get:function(){return Bo.Int8Vector}});Object.defineProperty(ae,"Int16Vector",{enumerable:!0,get:function(){return Bo.Int16Vector}});Object.defineProperty(ae,"Int32Vector",{enumerable:!0,get:function(){return Bo.Int32Vector}});Object.defineProperty(ae,"Int64Vector",{enumerable:!0,get:function(){return Bo.Int64Vector}});Object.defineProperty(ae,"Uint8Vector",{enumerable:!0,get:function(){return Bo.Uint8Vector}});Object.defineProperty(ae,"Uint16Vector",{enumerable:!0,get:function(){return Bo.Uint16Vector}});Object.defineProperty(ae,"Uint32Vector",{enumerable:!0,get:function(){return Bo.Uint32Vector}});Object.defineProperty(ae,"Uint64Vector",{enumerable:!0,get:function(){return Bo.Uint64Vector}});var gU=Mj();Object.defineProperty(ae,"ListVector",{enumerable:!0,get:function(){return gU.ListVector}});var yU=Uj();Object.defineProperty(ae,"MapVector",{enumerable:!0,get:function(){return yU.MapVector}});var jU=Lj();Object.defineProperty(ae,"NullVector",{enumerable:!0,get:function(){return jU.NullVector}});var _U=Cj();Object.defineProperty(ae,"StructVector",{enumerable:!0,get:function(){return _U.StructVector}});var pc=Vj();Object.defineProperty(ae,"TimestampVector",{enumerable:!0,get:function(){return pc.TimestampVector}});Object.defineProperty(ae,"TimestampSecondVector",{enumerable:!0,get:function(){return pc.TimestampSecondVector}});Object.defineProperty(ae,"TimestampMillisecondVector",{enumerable:!0,get:function(){return pc.TimestampMillisecondVector}});Object.defineProperty(ae,"TimestampMicrosecondVector",{enumerable:!0,get:function(){return pc.TimestampMicrosecondVector}});Object.defineProperty(ae,"TimestampNanosecondVector",{enumerable:!0,get:function(){return pc.TimestampNanosecondVector}});var dc=Wj();Object.defineProperty(ae,"TimeVector",{enumerable:!0,get:function(){return dc.TimeVector}});Object.defineProperty(ae,"TimeSecondVector",{enumerable:!0,get:function(){return dc.TimeSecondVector}});Object.defineProperty(ae,"TimeMillisecondVector",{enumerable:!0,get:function(){return dc.TimeMillisecondVector}});Object.defineProperty(ae,"TimeMicrosecondVector",{enumerable:!0,get:function(){return dc.TimeMicrosecondVector}});Object.defineProperty(ae,"TimeNanosecondVector",{enumerable:!0,get:function(){return dc.TimeNanosecondVector}});var f_=Yj();Object.defineProperty(ae,"UnionVector",{enumerable:!0,get:function(){return f_.UnionVector}});Object.defineProperty(ae,"DenseUnionVector",{enumerable:!0,get:function(){return f_.DenseUnionVector}});Object.defineProperty(ae,"SparseUnionVector",{enumerable:!0,get:function(){return f_.SparseUnionVector}});var qU=Kj();Object.defineProperty(ae,"Utf8Vector",{enumerable:!0,get:function(){return qU.Utf8Vector}});var Gx=Ju();Object.defineProperty(ae,"MapRow",{enumerable:!0,get:function(){return Gx.MapRow}});Object.defineProperty(ae,"StructRow",{enumerable:!0,get:function(){return Gx.StructRow}});var mc=_x(),s_=zt(),tl=fr(),Jx=vf(),As=ar(),vU=ki(),Zm=Pr(),Zx=Qt(),Xx=Zj(),Qx=vy(),$x=Lx(),eE=Wx(),tE=Xj(),rE=Yx(),nE=Kx();tl.Vector.new=TU;tl.Vector.from=kU;function TU(t,...e){return new(nE.instance.getVisitFn(t)())(t,...e)}function BU(t,e){if(Zm.isIterable(e))return tl.Vector.from({nullValues:[null,void 0],type:t(),values:e});if(Zm.isAsyncIterable(e))return tl.Vector.from({nullValues:[null,void 0],type:t(),values:e});let{values:r=[],type:n=t(),nullValues:i=[null,void 0]}={...e};return Zm.isIterable(r)?tl.Vector.from({nullValues:i,...e,type:n}):tl.Vector.from({nullValues:i,...e,type:n})}ae.vectorFromValuesWithType=BU;function kU(t){let{values:e=[],...r}={nullValues:[null,void 0],...t};if(Zm.isIterable(e)){let n=[...Zx.Builder.throughIterable(r)(e)];return n.length===1?n[0]:Jx.Chunked.concat(n)}return(async n=>{let i=Zx.Builder.throughAsyncIterable(r);for await(let o of i(e))n.push(o);return n.length===1?n[0]:Jx.Chunked.concat(n)})([])}As.BaseVector.prototype.get=function(e){return Xx.instance.visit(this,e)};As.BaseVector.prototype.set=function(e,r){return Qx.instance.visit(this,e,r)};As.BaseVector.prototype.indexOf=function(e,r){return $x.instance.visit(this,e,r)};As.BaseVector.prototype.toArray=function(){return eE.instance.visit(this)};As.BaseVector.prototype.getByteWidth=function(){return rE.instance.visit(this.type)};As.BaseVector.prototype[Symbol.iterator]=function(){return tE.instance.visit(this)};As.BaseVector.prototype._bindDataAccessors=EU;Object.keys(s_.Type).map(t=>s_.Type[t]).filter(t=>typeof t=="number").filter(t=>t!==s_.Type.NONE).forEach(t=>{let e=nE.instance.visit(t);e.prototype.get=mc.partial1(Xx.instance.getVisitFn(t)),e.prototype.set=mc.partial2(Qx.instance.getVisitFn(t)),e.prototype.indexOf=mc.partial2($x.instance.getVisitFn(t)),e.prototype.toArray=mc.partial0(eE.instance.getVisitFn(t)),e.prototype.getByteWidth=IU(rE.instance.getVisitFn(t)),e.prototype[Symbol.iterator]=mc.partial0(tE.instance.getVisitFn(t))});function IU(t){return function(){return t(this.type)}}function SU(t){return function(e){return this.isValid(e)?t.call(this,e):null}}function xU(t){return function(e,r){vU.setBool(this.nullBitmap,this.offset+e,r!=null)&&t.call(this,e,r)}}function EU(){let t=this.nullBitmap;t&&t.byteLength>0&&(this.get=SU(this.get),this.set=xU(this.set))}});var fc=H(Xm=>{"use strict";Object.defineProperty(Xm,"__esModule",{value:!0});Xm.Table=void 0;var AU=Ua(),iE=Tr(),a_=vo(),OU=bc(),l_=qt(),oE=Ma(),u_=Pr(),fE=Sm(),sE=hj(),c_=Ri(),kr=class extends c_.Chunked{constructor(...e){let r=null;e[0]instanceof iE.Schema&&(r=e.shift());let n=oE.selectArgs(a_.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 a_._InternalEmptyPlaceholderRecordBatch(r));super(new l_.Struct(r.fields),n);this._schema=r,this._chunks=n}static empty(e=new iE.Schema([])){return new kr(e,[])}static from(e){if(!e)return kr.empty();if(typeof e=="object"){let n=u_.isIterable(e.values)?NU(e):u_.isAsyncIterable(e.values)?DU(e):null;if(n!==null)return n}let r=OU.RecordBatchReader.from(e);return u_.isPromise(r)?(async()=>await kr.from(await r))():r.isSync()&&(r=r.open())?r.schema?new kr(r.schema,[...r]):kr.empty():(async n=>{let i=await n,o=i.schema,f=[];if(o){for await(let s of i)f.push(s);return new kr(o,f)}return kr.empty()})(r.open())}static async fromAsync(e){return await kr.from(e)}static fromStruct(e){return kr.new(e.data.childData,e.type.children)}static new(...e){return new kr(...sE.distributeColumnsIntoRecordBatches(oE.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 kr(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 AU.Column(r,f)}return null}serialize(e="binary",r=!0){return(r?fE.RecordBatchStreamWriter:fE.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 kr(r,this._chunks.map(({length:n,data:{childData:i}})=>new a_.RecordBatch(r,n,e.map(o=>i[o]).filter(Boolean))))}assign(e){let r=this._schema.fields,[n,i]=e.schema.fields.reduce((s,a,u)=>{let[c,_]=s,p=r.findIndex(j=>j.name===a.name);return~p?_[p]=u:c.push(u),s},[[],[]]),o=this._schema.assign(e.schema),f=[...r.map((s,a,u,c=i[a])=>c===void 0?this.getColumnAt(a):e.getColumnAt(c)),...n.map(s=>e.getColumnAt(s))].filter(Boolean);return new kr(...sE.distributeVectorsIntoRecordBatches(o,f))}};Xm.Table=kr;function NU(t){let{type:e}=t;return e instanceof l_.Struct?kr.fromStruct(c_.StructVector.from(t)):null}function DU(t){let{type:e}=t;return e instanceof l_.Struct?c_.StructVector.from(t).then(r=>kr.fromStruct(r)):null}});var vo=H(rl=>{"use strict";Object.defineProperty(rl,"__esModule",{value:!0});rl._InternalEmptyPlaceholderRecordBatch=rl.RecordBatch=void 0;var p_=$n(),d_=fc(),FU=fr(),PU=Er(),RU=Tr(),zU=Pr(),HU=vf(),MU=Ma(),m_=qt(),UU=hj(),LU=Ri(),Of=class extends LU.StructVector{constructor(...e){let r,n=e[0],i;if(e[1]instanceof p_.Data)[,r,i]=e;else{let o=n.fields,[,f,s]=e;r=p_.Data.Struct(new m_.Struct(o),0,f,0,null,s)}super(r,i);this._schema=n}static from(e){return zU.isIterable(e.values),d_.Table.from(e)}static new(...e){let[r,n]=MU.selectFieldArgs(e),i=n.filter(o=>o instanceof FU.Vector);return new Of(...UU.ensureSameLengthData(new RU.Schema(r),i.map(o=>o.data)))}clone(e,r=this._children){return new Of(this._schema,e,r)}concat(...e){let r=this._schema,n=HU.Chunked.flatten(this,...e);return new d_.Table(r,n.map(({data:i})=>new Of(r,i)))}get schema(){return this._schema}get numCols(){return this._schema.fields.length}get dictionaries(){return this._dictionaries||(this._dictionaries=Qm.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 Of(r,this.length,n)}};rl.RecordBatch=Of;var aE=class extends Of{constructor(e){super(e,0,e.fields.map(r=>p_.Data.new(r.type,0,0,0)))}};rl._InternalEmptyPlaceholderRecordBatch=aE;var Qm=class extends PU.Visitor{constructor(){super(...arguments);this.dictionaries=new Map}static collect(e){return new Qm().visit(e.data,new m_.Struct(e.schema.fields)).dictionaries}visit(e,r){return m_.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 bc=H(Cn=>{"use strict";Object.defineProperty(Cn,"__esModule",{value:!0});Cn.AsyncRecordBatchFileReader=Cn.RecordBatchFileReader=Cn.AsyncRecordBatchStreamReader=Cn.RecordBatchStreamReader=Cn.RecordBatchReader=void 0;var lE=fr(),$m=zt(),uE=Dy(),cE=Ru(),pE=yf(),hc=Ry(),dE=WS(),b_=vo(),Os=ba(),Un=wm(),Ln=Pr(),Ui=class extends Os.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 Ln.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 cE.default.toDOMStream(this.isSync()?{[Symbol.iterator]:()=>this}:{[Symbol.asyncIterator]:()=>this})}toNodeStream(){return cE.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 Ui?e:Ln.isArrowJSON(e)?CU(e):Ln.isFileHandle(e)?YU(e):Ln.isPromise(e)?(async()=>await Ui.from(await e))():Ln.isFetchResponse(e)||Ln.isReadableDOMStream(e)||Ln.isReadableNodeStream(e)||Ln.isAsyncIterable(e)?WU(new pE.AsyncByteStream(e)):VU(new pE.ByteStream(e))}static readAll(e){return e instanceof Ui?e.isSync()?wE(e):gE(e):Ln.isArrowJSON(e)||ArrayBuffer.isView(e)||Ln.isIterable(e)||Ln.isIteratorResult(e)?wE(e):gE(e)}};Cn.RecordBatchReader=Ui;var nl=class extends Ui{constructor(e){super(e);this._impl=e}[Symbol.iterator](){return this._impl[Symbol.iterator]()}async*[Symbol.asyncIterator](){yield*this[Symbol.iterator]()}};Cn.RecordBatchStreamReader=nl;var il=class extends Ui{constructor(e){super(e);this._impl=e}[Symbol.iterator](){throw new Error("AsyncRecordBatchStreamReader is not Iterable")}[Symbol.asyncIterator](){return this._impl[Symbol.asyncIterator]()}};Cn.AsyncRecordBatchStreamReader=il;var eb=class extends nl{constructor(e){super(e);this._impl=e}};Cn.RecordBatchFileReader=eb;var h_=class extends il{constructor(e){super(e);this._impl=e}};Cn.AsyncRecordBatchFileReader=h_;var w_=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 b_.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,a=f.get(n);if(i||!a){let u=s.dictionaries.get(n);return a&&i?a.concat(lE.Vector.new(this._loadVectors(o,r,[u])[0])):lE.Vector.new(this._loadVectors(o,r,[u])[0])}return a}_loadVectors(e,r,n){return new dE.VectorLoader(r,e.nodes,e.buffers,this.dictionaries).visitMany(n)}},wc=class extends w_{constructor(e,r){super(r);this._reader=Ln.isArrowJSON(e)?new Un.JSONMessageReader(this._handle=e):new Un.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=hE(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):Os.ITERATOR_DONE}return(e){return!this.closed&&this.autoDestroy&&(this.closed=!0)?this.reset()._reader.return(e):Os.ITERATOR_DONE}next(){if(this.closed)return Os.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 b_._InternalEmptyPlaceholderRecordBatch(this.schema)}):this.return()}_readNextMessageAndValidate(e){return this._reader.readMessage(e)}},gc=class extends w_{constructor(e,r){super(r);this._reader=new Un.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=hE(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):Os.ITERATOR_DONE}async return(e){return!this.closed&&this.autoDestroy&&(this.closed=!0)?await this.reset()._reader.return(e):Os.ITERATOR_DONE}async next(){if(this.closed)return Os.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 b_._InternalEmptyPlaceholderRecordBatch(this.schema)}):await this.return()}async _readNextMessageAndValidate(e){return await this._reader.readMessage(e)}},g_=class extends wc{constructor(e,r){super(e instanceof hc.RandomAccessFile?e:new hc.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($m.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($m.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-Un.magicAndPadding,n=e.readInt32(r),i=e.readAt(r-n,n);return uE.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}},mE=class extends gc{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 hc.AsyncRandomAccessFile?e:new hc.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($m.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($m.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-Un.magicAndPadding,n=await e.readInt32(r),i=await e.readAt(r-n,n);return uE.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}},bE=class extends wc{constructor(e,r){super(e,r)}_loadVectors(e,r,n){return new dE.JSONVectorLoader(r,e.nodes,e.buffers,this.dictionaries).visitMany(n)}};function hE(t,e){return e&&typeof e.autoDestroy=="boolean"?e.autoDestroy:t.autoDestroy}function*wE(t){let e=Ui.from(t);try{if(!e.open({autoDestroy:!1}).closed)do yield e;while(!e.reset().open().closed)}finally{e.cancel()}}async function*gE(t){let e=await Ui.from(t);try{if(!(await e.open({autoDestroy:!1})).closed)do yield e;while(!(await e.reset().open()).closed)}finally{await e.cancel()}}function CU(t){return new nl(new bE(t))}function VU(t){let e=t.peek(Un.magicLength+7&~7);return e&&e.byteLength>=4?Un.checkForMagicArrowString(e)?new eb(new g_(t.read())):new nl(new wc(t)):new nl(new wc(function*(){}()))}async function WU(t){let e=await t.peek(Un.magicLength+7&~7);return e&&e.byteLength>=4?Un.checkForMagicArrowString(e)?new eb(new g_(await t.read())):new il(new gc(t)):new il(new gc(async function*(){}()))}async function YU(t){let{size:e}=await t.stat(),r=new hc.AsyncRandomAccessFile(t,e);return e>=Un.magicX2AndPadding&&Un.checkForMagicArrowString(await r.readAt(0,Un.magicLength+7&~7))?new h_(new mE(r)):new il(new gc(r))}});var _E=H(tb=>{"use strict";Object.defineProperty(tb,"__esModule",{value:!0});tb.toDOMStream=void 0;var yE=yr(),jE=Pr();function KU(t,e){if(jE.isAsyncIterable(t))return JU(t,e);if(jE.isIterable(t))return GU(t,e);throw new Error("toDOMStream() must be called with an Iterable or AsyncIterable")}tb.toDOMStream=KU;function GU(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 a,u=null,c=f.desiredSize||null;for(;!(u=s.next(n?c:null)).done;)if(ArrayBuffer.isView(u.value)&&(a=yE.toUint8Array(u.value))&&(c!=null&&n&&(c=c-a.byteLength+1),u.value=a),f.enqueue(u.value),c!=null&&--c<=0)return;f.close()}}function JU(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 a,u=null,c=f.desiredSize||null;for(;!(u=await s.next(n?c:null)).done;)if(ArrayBuffer.isView(u.value)&&(a=yE.toUint8Array(u.value))&&(c!=null&&n&&(c=c-a.byteLength+1),u.value=a),f.enqueue(u.value),c!=null&&--c<=0)return;f.close()}}});var TE=H(ol=>{"use strict";Object.defineProperty(ol,"__esModule",{value:!0});ol.BuilderTransform=ol.builderThroughDOMStream=void 0;var ZU=nm();function XU(t){return new y_(t)}ol.builderThroughDOMStream=XU;var y_=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=ZU.Builder.new(o),this._getSize=i!=="bytes"?qE:vE;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:a=>{this._maybeFlush(this._builder,this._controller=a)},start:a=>{this._maybeFlush(this._builder,this._controller=a)}},{highWaterMark:f,size:i!=="bytes"?qE:vE}),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:a=>this._writeValueAndReturnChunkSize(a)})}_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)}};ol.BuilderTransform=y_;var qE=t=>t.length,vE=t=>t.byteLength});var BE=H(rb=>{"use strict";Object.defineProperty(rb,"__esModule",{value:!0});rb.recordBatchReaderThroughDOMStream=void 0;var QU=yf(),$U=bc();function eL(t,e){let r=new QU.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 $U.RecordBatchReader.from(r)).open(e)}async function f(s,a){let u=s.desiredSize,c=null;for(;!(c=await a.next()).done;)if(s.enqueue(c.value),u!=null&&--u<=0)return;s.close()}}rb.recordBatchReaderThroughDOMStream=eL});var kE=H(nb=>{"use strict";Object.defineProperty(nb,"__esModule",{value:!0});nb.recordBatchWriterThroughDOMStream=void 0;var tL=yf();function rL(t,e){let r=new this(t),n=new tL.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,a=f.desiredSize;for(;s=await n.read(a||null);)if(f.enqueue(s),a!=null&&(a-=s.byteLength)<=0)return;f.close()}}nb.recordBatchWriterThroughDOMStream=rL});var B_=H(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 nL=Fm(),Nf=class{eq(e){return e instanceof Nf||(e=new ko(e)),new __(this,e)}le(e){return e instanceof Nf||(e=new ko(e)),new q_(this,e)}ge(e){return e instanceof Nf||(e=new ko(e)),new v_(this,e)}lt(e){return new ll(this.ge(e))}gt(e){return new ll(this.le(e))}ne(e){return new ll(this.eq(e))}};lt.Value=Nf;var ko=class extends Nf{constructor(e){super();this.v=e}};lt.Literal=ko;var j_=class extends Nf{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=j_;var fl=class{and(...e){return new sl(this,...e)}or(...e){return new al(this,...e)}not(){return new ll(this)}};lt.Predicate=fl;var yc=class extends fl{constructor(e,r){super();this.left=e,this.right=r}bind(e){return this.left instanceof ko?this.right instanceof ko?this._bindLitLit(e,this.left,this.right):this._bindLitCol(e,this.left,this.right):this.right instanceof ko?this._bindColLit(e,this.left,this.right):this._bindColCol(e,this.left,this.right)}};lt.ComparisonPredicate=yc;var jc=class extends fl{constructor(...e){super();this.children=e}};lt.CombinationPredicate=jc;jc.prototype.children=Object.freeze([]);var sl=class extends jc{constructor(...e){e=e.reduce((r,n)=>r.concat(n instanceof sl?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=sl;var al=class extends jc{constructor(...e){e=e.reduce((r,n)=>r.concat(n instanceof al?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=al;var __=class extends yc{_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 nL.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=__;var q_=class extends yc{_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=q_;var v_=class extends yc{_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=v_;var ll=class extends fl{constructor(e){super();this.child=e}bind(e){let r=this.child.bind(e);return(n,i)=>!r(n,i)}};lt.Not=ll;var T_=class extends fl{constructor(e,r){super();this.next=e,this.bind_=r}bind(e){return this.bind_(e),this.next}};lt.CustomPredicate=T_;function iL(t){return new ko(t)}lt.lit=iL;function oL(t){return new j_(t)}lt.col=oL;function fL(...t){return new sl(...t)}lt.and=fL;function sL(...t){return new al(...t)}lt.or=sL;function aL(t,e){return new T_(t,e)}lt.custom=aL});var AE=H(Df=>{"use strict";Object.defineProperty(Df,"__esModule",{value:!0});Df.FilteredDataFrame=Df.CountByResult=Df.DataFrame=void 0;var ul=fc(),IE=Hm(),k_=Tr(),SE=B_(),lL=vo(),xE=qt();ul.Table.prototype.countBy=function(t){return new Ns(this.chunks).countBy(t)};ul.Table.prototype.scan=function(t,e){return new Ns(this.chunks).scan(t,e)};ul.Table.prototype.scanReverse=function(t,e){return new Ns(this.chunks).scanReverse(t,e)};ul.Table.prototype.filter=function(t){return new Ns(this.chunks).filter(t)};var Ns=class extends ul.Table{filter(e){return new _c(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,a=f.length;++s<a;)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 SE.Col(e):e;i.bind(r[n-1]);let o=i.vector;if(!xE.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,a=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&&a[S]++}}return new ib(o.dictionary,IE.IntVector.from(a))}};Df.DataFrame=Ns;var ib=class extends ul.Table{constructor(e,r){let n=new k_.Schema([new k_.Field("values",e.type),new k_.Field("counts",r.type)]);super(new lL.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}};Df.CountByResult=ib;var EE=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}},_c=class extends Ns{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),a=!1;for(let u=-1,c=f.length;++u<c;)s(u,f)&&(r&&!a&&(r(f),a=!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),a=!1;for(let u=f.length;--u>=0;)s(u,f)&&(r&&!a&&(r(f),a=!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,a=o.length;++s<a;)f(s,o)&&++e}return e}[Symbol.iterator](){return new EE(this._chunks,this._predicate)}filter(e){return new _c(this._chunks,this._predicate.and(e))}countBy(e){let r=this._chunks,n=r.length,i=typeof e=="string"?new SE.Col(e):e;i.bind(r[n-1]);let o=i.vector;if(!xE.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,a=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)&&a[T]++}}return new ib(o.dictionary,IE.IntVector.from(a))}};Df.FilteredDataFrame=_c});var DE=H(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 cl=sf();Object.defineProperty(h,"DateUnit",{enumerable:!0,get:function(){return cl.DateUnit}});Object.defineProperty(h,"TimeUnit",{enumerable:!0,get:function(){return cl.TimeUnit}});Object.defineProperty(h,"Precision",{enumerable:!0,get:function(){return cl.Precision}});Object.defineProperty(h,"UnionMode",{enumerable:!0,get:function(){return cl.UnionMode}});Object.defineProperty(h,"IntervalUnit",{enumerable:!0,get:function(){return cl.IntervalUnit}});Object.defineProperty(h,"MetadataVersion",{enumerable:!0,get:function(){return cl.MetadataVersion}});var uL=wd();Object.defineProperty(h,"MessageHeader",{enumerable:!0,get:function(){return uL.MessageHeader}});var OE=zt();Object.defineProperty(h,"Type",{enumerable:!0,get:function(){return OE.Type}});Object.defineProperty(h,"BufferType",{enumerable:!0,get:function(){return OE.BufferType}});var cL=$n();Object.defineProperty(h,"Data",{enumerable:!0,get:function(){return cL.Data}});var Xe=qt();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 pL=fc();Object.defineProperty(h,"Table",{enumerable:!0,get:function(){return pL.Table}});var dL=Ua();Object.defineProperty(h,"Column",{enumerable:!0,get:function(){return dL.Column}});var mL=Er();Object.defineProperty(h,"Visitor",{enumerable:!0,get:function(){return mL.Visitor}});var NE=Tr();Object.defineProperty(h,"Schema",{enumerable:!0,get:function(){return NE.Schema}});Object.defineProperty(h,"Field",{enumerable:!0,get:function(){return NE.Field}});var We=Ri();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=nm();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 I_=yf();Object.defineProperty(h,"ByteStream",{enumerable:!0,get:function(){return I_.ByteStream}});Object.defineProperty(h,"AsyncByteStream",{enumerable:!0,get:function(){return I_.AsyncByteStream}});Object.defineProperty(h,"AsyncByteQueue",{enumerable:!0,get:function(){return I_.AsyncByteQueue}});var qc=bc();Object.defineProperty(h,"RecordBatchReader",{enumerable:!0,get:function(){return qc.RecordBatchReader}});Object.defineProperty(h,"RecordBatchFileReader",{enumerable:!0,get:function(){return qc.RecordBatchFileReader}});Object.defineProperty(h,"RecordBatchStreamReader",{enumerable:!0,get:function(){return qc.RecordBatchStreamReader}});Object.defineProperty(h,"AsyncRecordBatchFileReader",{enumerable:!0,get:function(){return qc.AsyncRecordBatchFileReader}});Object.defineProperty(h,"AsyncRecordBatchStreamReader",{enumerable:!0,get:function(){return qc.AsyncRecordBatchStreamReader}});var ob=Sm();Object.defineProperty(h,"RecordBatchWriter",{enumerable:!0,get:function(){return ob.RecordBatchWriter}});Object.defineProperty(h,"RecordBatchFileWriter",{enumerable:!0,get:function(){return ob.RecordBatchFileWriter}});Object.defineProperty(h,"RecordBatchStreamWriter",{enumerable:!0,get:function(){return ob.RecordBatchStreamWriter}});Object.defineProperty(h,"RecordBatchJSONWriter",{enumerable:!0,get:function(){return ob.RecordBatchJSONWriter}});var S_=wm();Object.defineProperty(h,"MessageReader",{enumerable:!0,get:function(){return S_.MessageReader}});Object.defineProperty(h,"AsyncMessageReader",{enumerable:!0,get:function(){return S_.AsyncMessageReader}});Object.defineProperty(h,"JSONMessageReader",{enumerable:!0,get:function(){return S_.JSONMessageReader}});var bL=ks();Object.defineProperty(h,"Message",{enumerable:!0,get:function(){return bL.Message}});var hL=vo();Object.defineProperty(h,"RecordBatch",{enumerable:!0,get:function(){return hL.RecordBatch}});var x_=AE();Object.defineProperty(h,"DataFrame",{enumerable:!0,get:function(){return x_.DataFrame}});Object.defineProperty(h,"FilteredDataFrame",{enumerable:!0,get:function(){return x_.FilteredDataFrame}});Object.defineProperty(h,"CountByResult",{enumerable:!0,get:function(){return x_.CountByResult}});var wL=Cu(),gL=Hy(),yL=ki(),jL=Hu(),_L=yr(),qL=Xu(),vL=B_();h.predicate=vL;var E_=tj();h.util={...wL,...gL,...yL,...jL,..._L,...qL,compareSchemas:E_.compareSchemas,compareFields:E_.compareFields,compareTypes:E_.compareTypes}});var F_=H(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 TL=Ru(),BL=nm(),A_=bc(),O_=Sm(),kL=_E(),IL=TE(),N_=BE(),D_=kE();TL.default.toDOMStream=kL.toDOMStream;BL.Builder.throughDOM=IL.builderThroughDOMStream;A_.RecordBatchReader.throughDOM=N_.recordBatchReaderThroughDOMStream;A_.RecordBatchFileReader.throughDOM=N_.recordBatchReaderThroughDOMStream;A_.RecordBatchStreamReader.throughDOM=N_.recordBatchReaderThroughDOMStream;O_.RecordBatchWriter.throughDOM=D_.recordBatchWriterThroughDOMStream;O_.RecordBatchFileWriter.throughDOM=D_.recordBatchWriterThroughDOMStream;O_.RecordBatchStreamWriter.throughDOM=D_.recordBatchWriterThroughDOMStream;var F=DE();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 lb={};db(lb,{Compression:()=>NL,Encoding:()=>DL,WriterProperties:()=>bl,WriterPropertiesBuilder:()=>lr,WriterVersion:()=>FL,default:()=>HE,readParquet:()=>EL,writeParquet:()=>OL});function vc(){return(fb===null||fb.buffer!==ze.memory.buffer)&&(fb=new Uint8Array(ze.memory.buffer)),fb}function PE(t,e){return FE.decode(vc().subarray(t,t+e))}function Bc(t){Tc===Io.length&&Io.push(Io.length+1);let e=Tc;return Tc=Io[e],Io[e]=t,e}function pl(t){return Io[t]}function SL(t){t<36||(Io[t]=Tc,Tc=t)}function kc(t){let e=pl(t);return SL(t),e}function dl(t,e,r){if(r===void 0){let s=sb.encode(t),a=e(s.length);return vc().subarray(a,a+s.length).set(s),oi=s.length,a}let n=t.length,i=e(n),o=vc(),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=vc().subarray(i+f,i+n);f+=xL(t,s).written}return oi=f,i}function RE(t,e){let r=e(t.length*1);return vc().set(t,r/1),oi=t.length,r}function ml(){return(ab===null||ab.buffer!==ze.memory.buffer)&&(ab=new Int32Array(ze.memory.buffer)),ab}function EL(t){try{let i=ze.__wbindgen_add_to_stack_pointer(-16),o=RE(t,ze.__wbindgen_malloc),f=oi;ze.readParquet(i,o,f);var e=ml()[i/4+0],r=ml()[i/4+1],n=ml()[i/4+2];if(n)throw kc(r);return kc(e)}finally{ze.__wbindgen_add_to_stack_pointer(16)}}function AL(t,e){if(!(t instanceof e))throw new Error(`expected instance of ${e.name}`);return t.ptr}function OL(t,e){try{let f=ze.__wbindgen_add_to_stack_pointer(-16),s=RE(t,ze.__wbindgen_malloc),a=oi;AL(e,bl);var r=e.ptr;e.ptr=0,ze.writeParquet(f,s,a,r);var n=ml()[f/4+0],i=ml()[f/4+1],o=ml()[f/4+2];if(o)throw kc(i);return kc(n)}finally{ze.__wbindgen_add_to_stack_pointer(16)}}async function PL(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 zE(t){let e={};e.wbg={},e.wbg.__wbindgen_string_new=function(i,o){let f=PE(i,o);return Bc(f)},e.wbg.__wbindgen_object_drop_ref=function(i){kc(i)},e.wbg.__wbg_buffer_7af23f65f6c64548=function(i){let o=pl(i).buffer;return Bc(o)},e.wbg.__wbg_newwithbyteoffsetandlength_ce1e75f0ce5f7974=function(i,o,f){let s=new Uint8Array(pl(i),o>>>0,f>>>0);return Bc(s)},e.wbg.__wbg_set_f25e869e4565d2a2=function(i,o,f){pl(i).set(pl(o),f>>>0)},e.wbg.__wbg_length_0acb1cf9bbaf8519=function(i){return pl(i).length},e.wbg.__wbg_newwithlength_8f0657faca9f1422=function(i){let o=new Uint8Array(i>>>0);return Bc(o)},e.wbg.__wbindgen_throw=function(i,o){throw new Error(PE(i,o))},e.wbg.__wbindgen_memory=function(){let i=ze.memory;return Bc(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 PL(await t,e);return ze=r.exports,zE.__wbindgen_wasm_module=n,ze}var ze,FE,fb,Io,Tc,oi,sb,xL,ab,NL,DL,FL,bl,lr,HE,ME=re(()=>{FE=new TextDecoder("utf-8",{ignoreBOM:!0,fatal:!0});FE.decode();fb=null;Io=new Array(32).fill(void 0);Io.push(void 0,null,!0,!1);Tc=Io.length;oi=0,sb=new TextEncoder("utf-8"),xL=typeof sb.encodeInto=="function"?function(t,e){return sb.encodeInto(t,e)}:function(t,e){let r=sb.encode(t);return e.set(r),{read:t.length,written:r.length}};ab=null;NL=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"}),DL=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"}),FL=Object.freeze({V1:0,"0":"V1",V2:1,"1":"V2"}),bl=class{static __wrap(e){let r=Object.create(bl.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();ze.__wbg_writerproperties_free(e)}},lr=class{static __wrap(e){let r=Object.create(lr.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();ze.__wbg_writerpropertiesbuilder_free(e)}constructor(){let e=ze.writerpropertiesbuilder_new();return lr.__wrap(e)}build(){let e=this.__destroy_into_raw(),r=ze.writerpropertiesbuilder_build(e);return bl.__wrap(r)}setWriterVersion(e){let r=this.__destroy_into_raw(),n=ze.writerpropertiesbuilder_setWriterVersion(r,e);return lr.__wrap(n)}setDataPagesizeLimit(e){let r=this.__destroy_into_raw(),n=ze.writerpropertiesbuilder_setDataPagesizeLimit(r,e);return lr.__wrap(n)}setDictionaryPagesizeLimit(e){let r=this.__destroy_into_raw(),n=ze.writerpropertiesbuilder_setDictionaryPagesizeLimit(r,e);return lr.__wrap(n)}setWriteBatchSize(e){let r=this.__destroy_into_raw(),n=ze.writerpropertiesbuilder_setWriteBatchSize(r,e);return lr.__wrap(n)}setMaxRowGroupSize(e){let r=this.__destroy_into_raw(),n=ze.writerpropertiesbuilder_setMaxRowGroupSize(r,e);return lr.__wrap(n)}setCreatedBy(e){let r=this.__destroy_into_raw(),n=dl(e,ze.__wbindgen_malloc,ze.__wbindgen_realloc),i=oi,o=ze.writerpropertiesbuilder_setCreatedBy(r,n,i);return lr.__wrap(o)}setEncoding(e){let r=this.__destroy_into_raw(),n=ze.writerpropertiesbuilder_setEncoding(r,e);return lr.__wrap(n)}setCompression(e){let r=this.__destroy_into_raw(),n=ze.writerpropertiesbuilder_setCompression(r,e);return lr.__wrap(n)}setDictionaryEnabled(e){let r=this.__destroy_into_raw(),n=ze.writerpropertiesbuilder_setDictionaryEnabled(r,e);return lr.__wrap(n)}setStatisticsEnabled(e){let r=this.__destroy_into_raw(),n=ze.writerpropertiesbuilder_setStatisticsEnabled(r,e);return lr.__wrap(n)}setMaxStatisticsSize(e){let r=this.__destroy_into_raw(),n=ze.writerpropertiesbuilder_setMaxStatisticsSize(r,e);return lr.__wrap(n)}setColumnEncoding(e,r){let n=this.__destroy_into_raw(),i=dl(e,ze.__wbindgen_malloc,ze.__wbindgen_realloc),o=oi,f=ze.writerpropertiesbuilder_setColumnEncoding(n,i,o,r);return lr.__wrap(f)}setColumnCompression(e,r){let n=this.__destroy_into_raw(),i=dl(e,ze.__wbindgen_malloc,ze.__wbindgen_realloc),o=oi,f=ze.writerpropertiesbuilder_setColumnCompression(n,i,o,r);return lr.__wrap(f)}setColumnDictionaryEnabled(e,r){let n=this.__destroy_into_raw(),i=dl(e,ze.__wbindgen_malloc,ze.__wbindgen_realloc),o=oi,f=ze.writerpropertiesbuilder_setColumnDictionaryEnabled(n,i,o,r);return lr.__wrap(f)}setColumnStatisticsEnabled(e,r){let n=this.__destroy_into_raw(),i=dl(e,ze.__wbindgen_malloc,ze.__wbindgen_realloc),o=oi,f=ze.writerpropertiesbuilder_setColumnStatisticsEnabled(n,i,o,r);return lr.__wrap(f)}setColumnMaxStatisticsSize(e,r){let n=this.__destroy_into_raw(),i=dl(e,ze.__wbindgen_malloc,ze.__wbindgen_realloc),o=oi,f=ze.writerpropertiesbuilder_setColumnMaxStatisticsSize(n,i,o,r);return lr.__wrap(f)}};HE=zE});async function Ic(t){return P_!==null?P_:(await HE(t),P_=lb,lb)}var P_,R_=re(()=>{ME();P_=null});async function UE(t,e){let r=e?.parquet?.wasmUrl,n=await Ic(r),i=new Uint8Array(t),o=n.readParquet(i),f=o.buffer.slice(o.byteOffset,o.byteLength+o.byteOffset);return RL(f)}function RL(t){let e=ub.RecordBatchStreamReader.from(t),r=[];for(let n of e)r.push(n);return new ub.Table(r)}var ub,LE=re(()=>{ub=Oe(F_());R_()});function ML(t,e){return new ArrayBuffer(0)}var zL,HL,CE,VE=re(()=>{zL=typeof __VERSION__!="undefined"?__VERSION__:"latest",HL={},CE={name:"Apache Parquet",id:"parquet",module:"parquet",version:zL,extensions:["parquet"],mimeTypes:["application/octet-stream"],encodeSync:ML,binary:!0,options:HL}});var WE=re(()=>{R_()});async function KE(t,e){let r=e?.parquet?.wasmUrl,n=await Ic(r),i=UL(t),o=new n.WriterPropertiesBuilder().build(),f=n.writeParquet(i,o);return f.buffer.slice(f.byteOffset,f.byteLength+f.byteOffset)}function UL(t){return YE.RecordBatchStreamWriter.writeAll(t).toUint8Array(!0)}var YE,GE=re(()=>{YE=Oe(F_());WE()});var LL,CL,JE,ZE=re(()=>{GE();LL=typeof __VERSION__!="undefined"?__VERSION__:"latest",CL={parquet:{wasmUrl:"https://unpkg.com/parquet-wasm@0.3.1/esm2/arrow1_bg.wasm"}},JE={name:"Apache Parquet",id:"parquet-wasm",module:"parquet",version:LL,extensions:["parquet"],mimeTypes:["application/octet-stream"],encode:KE,binary:!0,options:CL}});function XE(t,e){return new Promise((r,n)=>{t.write(e,i=>{i?n(i):r()})})}function QE(t){return new Promise((e,r)=>{t.close(n=>{n?r(n):e()})})}function $E(t,e){return new Promise((r,n)=>{let i=Nc.createWriteStream(t,e);i.once("open",o=>r(i)),i.once("error",o=>n(o))})}var eA=re(()=>{si()});function wl(t,e,r,n){if(!(e in Do))throw new Error(`invalid encoding: ${e}`);return Do[e].encodeValues(t,r,n)}async function KL(t,e){let r=Buffer.alloc(0);t.rLevelMax>0&&(r=wl(cb,Ds,e.rlevels,{bitWidth:gi(t.rLevelMax)}));let n=Buffer.alloc(0);t.dLevelMax>0&&(n=wl(cb,Ds,e.dlevels,{bitWidth:gi(t.dLevelMax)}));let i=wl(t.primitiveType,t.encoding,e.values,{typeLength:t.typeLength,bitWidth:t.typeLength}),o=Buffer.concat([r,n,i]),f=await gh(t.compression,o),s=new Zo({type:Qf.DATA_PAGE,data_page_header:new ts({num_values:e.count,encoding:Jr[t.encoding],definition_level_encoding:Jr[Ds],repetition_level_encoding:Jr[Ds]}),uncompressed_page_size:o.length,compressed_page_size:f.length}),a=ku(s),u=Buffer.concat([a,f]);return{header:s,headerSize:a.length,page:u}}async function GL(t,e,r){let n=wl(t.primitiveType,t.encoding,e.values,{typeLength:t.typeLength,bitWidth:t.typeLength}),i=await gh(t.compression,n),o=Buffer.alloc(0);t.rLevelMax>0&&(o=wl(cb,Ds,e.rlevels,{bitWidth:gi(t.rLevelMax),disableEnvelope:!0}));let f=Buffer.alloc(0);t.dLevelMax>0&&(f=wl(cb,Ds,e.dlevels,{bitWidth:gi(t.dLevelMax),disableEnvelope:!0}));let s=new Zo({type:Qf.DATA_PAGE_V2,data_page_header_v2:new rs({num_values:e.count,num_nulls:e.count-e.values.length,num_rows:r,encoding:Jr[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}),a=ku(s),u=Buffer.concat([a,o,f,i]);return{header:s,headerSize:a.length,page:u}}async function JL(t,e,r,n){let i=e.columnData[t.path.join()],o=(n.baseOffset||0)+r,f,s=0,a=0;{let p=n.useDataPageV2?await GL(t,i,e.rowCount):await KL(t,i);f=p.page,s+=p.header.uncompressed_page_size+p.headerSize,a+=p.header.compressed_page_size+p.headerSize}let u=new is({path_in_schema:t.path,num_values:i.count,data_page_offset:o,encodings:[],total_uncompressed_size:s,total_compressed_size:a,type:eo[t.primitiveType],codec:ra[t.compression]});u.encodings.push(Jr[Ds]),u.encodings.push(Jr[t.encoding]);let c=o+f.length;return{body:Buffer.concat([f,ku(u)]),metadata:u,metadataOffset:c}}async function ZL(t,e,r){let n=new fs({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 JL(o,e,i.length,r),s=new os({file_offset:f.metadataOffset,meta_data:f.metadata});n.columns.push(s),n.total_byte_size=new tA.default(Number(n.total_byte_size)+f.body.length),i=Buffer.concat([i,f.body])}return{body:i,metadata:n}}function XL(t,e,r,n){let i=new ss({version:VL,created_by:"parquets",num_rows:e,row_groups:r,schema:[],key_value_metadata:[]});for(let s in n){let a=new so({key:s,value:n[s]});i.key_value_metadata?.push?.(a)}{let s=new Jo({name:"root",num_children:Object.keys(t.fields).length});i.schema.push(s)}for(let s of t.fieldList){let a=ta[s.repetitionType],u=new Jo({name:s.name,repetition_type:a});s.isNested?u.num_children=s.fieldCount:u.type=eo[s.primitiveType],s.originalType&&(u.converted_type=ea[s.originalType]),u.type_length=s.typeLength,i.schema.push(u)}let o=ku(i),f=Buffer.alloc(o.length+8);return o.copy(f),f.writeUInt32LE(o.length,o.length),f.write(rA,o.length+4),f}var tA,rA,VL,WL,YL,cb,Ds,hl,pb,nA=re(()=>{zc();Kl();Np();Tu();eA();id();tA=Oe(Mr()),rA="PAR1",VL=1,WL=8192,YL=4096,cb="INT32",Ds="RLE",hl=class{static async openFile(e,r,n){let i=await $E(r,n);return hl.openStream(e,i,n)}static async openStream(e,r,n={}){let i=await pb.openStream(e,r,n);return new hl(e,i,n)}constructor(e,r,n){this.schema=e,this.envelopeWriter=r,this.rowBuffer={},this.rowGroupSize=n.rowGroupSize||YL,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");Ap(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)}},pb=class{static async openStream(e,r,n){let i=XE.bind(void 0,r),o=QE.bind(void 0,r);return new pb(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||WL,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(rA))}async writeRowGroup(e){let r=await ZL(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(XL(this.schema,this.rowCount,this.rowGroups,e))}setPageSize(e){this.pageSize=e}}});var iA,oA=re(()=>{iA={$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 sA={};db(sA,{ParquetColumnarLoader:()=>QL,ParquetEncoder:()=>hl,ParquetLoader:()=>fA,ParquetReader:()=>ls,ParquetSchema:()=>Zl,ParquetWasmLoader:()=>$L,ParquetWasmWorkerLoader:()=>mb,ParquetWasmWriter:()=>JE,ParquetWorkerLoader:()=>Ec,_ParquetWriter:()=>CE,_typecheckParquetLoader:()=>e6,convertParquetToArrowSchema:()=>Pu,convertSchemaFromParquet:()=>Pu,geoJSONSchema:()=>iA,getGeoMetadata:()=>pg,preloadCompressions:()=>fT,setGeoMetadata:()=>Uk,unpackGeoMetadata:()=>fd});var fA,QL,$L,e6,aA=re(()=>{L_();C_();kk();Ck();LE();VE();ZE();Kl();Lh();od();nA();cg();oA();dg();fA={...Ec,parse:Bk,parseFileInBatches:ig},QL={...Ec,parse:Lk,parseFileInBatches:mg},$L={...mb,parse:UE},e6=fA});var r6=H((eJ,lA)=>{var t6=(aA(),sA);globalThis.loaders=globalThis.loaders||{};lA.exports=Object.assign(globalThis.loaders,t6)});r6();})();
|
|
45
|
+
}`),this._dictionaries=[],this._recordBatches=[],super.close()}};Fi.RecordBatchJSONWriter=Tm;function fj(t,e){let r=e;e instanceof tj.Table&&(r=e.chunks,t.reset(void 0,e.schema));for(let n of r)t.write(n);return t.finish()}async function sj(t,e){for await(let r of e)t.write(r);return t.finish()}function k1({name:t,type:e,nullable:r}){let n=new Wz.JSONTypeAssembler;return{name:t,nullable:r,type:n.visit(e),children:(e.children||[]).map(k1),dictionary:Cz.DataType.isDictionary(e)?{id:e.id,isOrdered:e.isOrdered,indexType:n.visit(e.indices)}:void 0}}function Gz(t,e,r=!1){let n=new Vz.Field(`${e}`,t.type,t.nullCount>0),i=B1.JSONVectorAssembler.assemble(new Lz.Column(n,[t]));return JSON.stringify({id:e,isDelta:r,data:{count:t.length,columns:i}},null,2)}function Jz(t){return JSON.stringify({count:t.length,columns:B1.JSONVectorAssembler.assemble(t)},null,2)}});var uj=H(kf=>{"use strict";Object.defineProperty(kf,"__esModule",{value:!0});kf.distributeVectorsIntoRecordBatches=kf.distributeColumnsIntoRecordBatches=kf.ensureSameLengthData=void 0;var I1=Qn(),aj=Tr(),Zz=qf(),Xz=qo(),lj=new Uint8Array(0),S1=t=>[lj,lj,new Uint8Array(t),lj];function Qz(t,e,r=e.reduce((n,i)=>Math.max(n,i.length),0)){let n,i,o=-1,f=e.length,s=[...t.fields],a=[],u=(r+63&~63)>>3;for(;++o<f;)(n=e[o])&&n.length===r?a[o]=n:((i=s[o]).nullable||(s[o]=s[o].clone({nullable:!0})),a[o]=n?n._changeLengthAndBackfillNullBitmap(r):I1.Data.new(i.type,0,r,r,S1(u)));return[new aj.Schema(s),r,a]}kf.ensureSameLengthData=Qz;function $z(t){return x1(new aj.Schema(t.map(({field:e})=>e)),t)}kf.distributeColumnsIntoRecordBatches=$z;function x1(t,e){return eH(t,e.map(r=>r instanceof Zz.Chunked?r.chunks.map(n=>n.data):[r.data]))}kf.distributeVectorsIntoRecordBatches=x1;function eH(t,e){let r=[...t.fields],n=[],i={numBatches:e.reduce((_,p)=>Math.max(_,p.length),0)},o=0,f=0,s=-1,a=e.length,u,c=[];for(;i.numBatches-- >0;){for(f=Number.POSITIVE_INFINITY,s=-1;++s<a;)c[s]=u=e[s].shift(),f=Math.min(f,u?u.length:f);isFinite(f)&&(c=tH(r,f,c,e,i),f>0&&(n[o++]=[f,c.slice()]))}return[t=new aj.Schema(r,t.metadata),n.map(_=>new Xz.RecordBatch(t,..._))]}function tH(t,e,r,n,i){let o,f,s=0,a=-1,u=n.length,c=(e+63&~63)>>3;for(;++a<u;)(o=r[a])&&(s=o.length)>=e?s===e?r[a]=o:(r[a]=o.slice(0,e),o=o.slice(e,s-e),i.numBatches=Math.max(i.numBatches,n[a].unshift(o))):((f=t[a]).nullable||(t[a]=f.clone({nullable:!0})),r[a]=o?o._changeLengthAndBackfillNullBitmap(e):I1.Data.new(f.type,0,e,e,S1(c)));return r}});var ar=H(km=>{"use strict";Object.defineProperty(km,"__esModule",{value:!0});km.BaseVector=void 0;var rH=zt(),nH=qf(),iH=Zu(),cj=fr(),pj=class extends cj.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`${rH.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 cj.Vector.new(e,r)}concat(...e){return nH.Chunked.concat(this,...e)}slice(e,r){return iH.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]=cj.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){}};km.BaseVector=pj;pj.prototype[Symbol.isConcatSpreadable]=!0});var dj=H(Im=>{"use strict";Object.defineProperty(Im,"__esModule",{value:!0});Im.BinaryVector=void 0;var oH=fr(),fH=ar(),sH=qt(),E1=class extends fH.BaseVector{asUtf8(){return oH.Vector.new(this.data.clone(new sH.Utf8))}};Im.BinaryVector=E1});var mj=H(Sm=>{"use strict";Object.defineProperty(Sm,"__esModule",{value:!0});Sm.BoolVector=void 0;var aH=qt(),lH=ar(),uH=Pi(),A1=class extends lH.BaseVector{static from(e){return uH.vectorFromValuesWithType(()=>new aH.Bool,e)}};Sm.BoolVector=A1});var hj=H(If=>{"use strict";Object.defineProperty(If,"__esModule",{value:!0});If.DateMillisecondVector=If.DateDayVector=If.DateVector=void 0;var cH=zt(),pH=ar(),O1=Pi(),bj=qt(),xm=class extends pH.BaseVector{static from(...e){return e.length===2?O1.vectorFromValuesWithType(()=>e[1]===cH.DateUnit.DAY?new bj.DateDay:new bj.DateMillisecond,e[0]):O1.vectorFromValuesWithType(()=>new bj.DateMillisecond,e[0])}};If.DateVector=xm;var N1=class extends xm{};If.DateDayVector=N1;var D1=class extends xm{};If.DateMillisecondVector=D1});var wj=H(Em=>{"use strict";Object.defineProperty(Em,"__esModule",{value:!0});Em.DecimalVector=void 0;var dH=ar(),F1=class extends dH.BaseVector{};Em.DecimalVector=F1});var Om=H(Am=>{"use strict";Object.defineProperty(Am,"__esModule",{value:!0});Am.DictionaryVector=void 0;var mH=Qn(),P1=fr(),bH=ar(),hH=Pi(),wH=qt(),gj=class extends bH.BaseVector{constructor(e){super(e);this.indices=P1.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 P1.Vector.new(mH.Data.Dictionary(o,0,i.length,0,null,i,r))}return hH.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)}};Am.DictionaryVector=gj;gj.prototype.indices=null});var yj=H(Nm=>{"use strict";Object.defineProperty(Nm,"__esModule",{value:!0});Nm.FixedSizeBinaryVector=void 0;var gH=ar(),R1=class extends gH.BaseVector{};Nm.FixedSizeBinaryVector=R1});var jj=H(Dm=>{"use strict";Object.defineProperty(Dm,"__esModule",{value:!0});Dm.FixedSizeListVector=void 0;var yH=ar(),z1=class extends yH.BaseVector{};Dm.FixedSizeListVector=z1});var Tj=H(Ri=>{"use strict";Object.defineProperty(Ri,"__esModule",{value:!0});Ri.Float64Vector=Ri.Float32Vector=Ri.Float16Vector=Ri.FloatVector=void 0;var jH=Qn(),_H=fr(),qH=ar(),vH=Pi(),xs=qt(),fc=class extends qH.BaseVector{static from(e){let r=kH(this);if(e instanceof ArrayBuffer||ArrayBuffer.isView(e)){let n=BH(e.constructor)||r;if(r===null&&(r=n),r&&r===n){let i=new r,o=e.byteLength/i.ArrayType.BYTES_PER_ELEMENT;if(!TH(r,e.constructor))return _H.Vector.new(jH.Data.Float(i,0,o,0,null,e))}}if(r)return vH.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=fc;var _j=class extends fc{toFloat32Array(){return new Float32Array(this)}toFloat64Array(){return new Float64Array(this)}};Ri.Float16Vector=_j;var qj=class extends fc{};Ri.Float32Vector=qj;var vj=class extends fc{};Ri.Float64Vector=vj;var TH=(t,e)=>t===xs.Float16&&e!==Uint16Array,BH=t=>{switch(t){case Uint16Array:return xs.Float16;case Float32Array:return xs.Float32;case Float64Array:return xs.Float64;default:return null}},kH=t=>{switch(t){case _j:return xs.Float16;case qj:return xs.Float32;case vj:return xs.Float64;default:return null}}});var Bj=H(Sf=>{"use strict";Object.defineProperty(Sf,"__esModule",{value:!0});Sf.IntervalYearMonthVector=Sf.IntervalDayTimeVector=Sf.IntervalVector=void 0;var IH=ar(),Fm=class extends IH.BaseVector{};Sf.IntervalVector=Fm;var H1=class extends Fm{};Sf.IntervalDayTimeVector=H1;var M1=class extends Fm{};Sf.IntervalYearMonthVector=M1});var Pm=H(br=>{"use strict";Object.defineProperty(br,"__esModule",{value:!0});br.Uint64Vector=br.Uint32Vector=br.Uint16Vector=br.Uint8Vector=br.Int64Vector=br.Int32Vector=br.Int16Vector=br.Int8Vector=br.IntVector=void 0;var SH=Qn(),xH=fr(),EH=ar(),AH=Pi(),U1=Pr(),L1=yr(),tr=qt(),zi=class extends EH.BaseVector{static from(...e){let[r,n=!1]=e,i=DH(this,n);if(r instanceof ArrayBuffer||ArrayBuffer.isView(r)){let o=NH(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 OH(i,r.constructor)&&(s*=.5),xH.Vector.new(SH.Data.Int(f,0,s,0,null,r))}}if(i)return AH.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")}};br.IntVector=zi;var kj=class extends zi{};br.Int8Vector=kj;var Ij=class extends zi{};br.Int16Vector=Ij;var Sj=class extends zi{};br.Int32Vector=Sj;var xj=class extends zi{toBigInt64Array(){return L1.toBigInt64Array(this.values)}get values64(){return this._values64||(this._values64=this.toBigInt64Array())}};br.Int64Vector=xj;var Ej=class extends zi{};br.Uint8Vector=Ej;var Aj=class extends zi{};br.Uint16Vector=Aj;var Oj=class extends zi{};br.Uint32Vector=Oj;var Nj=class extends zi{toBigUint64Array(){return L1.toBigUint64Array(this.values)}get values64(){return this._values64||(this._values64=this.toBigUint64Array())}};br.Uint64Vector=Nj;var OH=(t,e)=>(t===tr.Int64||t===tr.Uint64)&&(e===Int32Array||e===Uint32Array),NH=(t,e)=>{switch(t){case Int8Array:return tr.Int8;case Int16Array:return tr.Int16;case Int32Array:return e?tr.Int64:tr.Int32;case U1.BigInt64Array:return tr.Int64;case Uint8Array:return tr.Uint8;case Uint16Array:return tr.Uint16;case Uint32Array:return e?tr.Uint64:tr.Uint32;case U1.BigUint64Array:return tr.Uint64;default:return null}},DH=(t,e)=>{switch(t){case kj:return tr.Int8;case Ij:return tr.Int16;case Sj:return e?tr.Int64:tr.Int32;case xj:return tr.Int64;case Ej:return tr.Uint8;case Aj:return tr.Uint16;case Oj:return e?tr.Uint64:tr.Uint32;case Nj:return tr.Uint64;default:return null}}});var Dj=H(Rm=>{"use strict";Object.defineProperty(Rm,"__esModule",{value:!0});Rm.ListVector=void 0;var FH=ar(),C1=class extends FH.BaseVector{};Rm.ListVector=C1});var Fj=H(zm=>{"use strict";Object.defineProperty(zm,"__esModule",{value:!0});zm.MapVector=void 0;var PH=Gu(),RH=fr(),zH=ar(),HH=qt(),V1=class extends zH.BaseVector{asList(){let e=this.type.children[0];return RH.Vector.new(this.data.clone(new HH.List(e)))}bind(e){let r=this.getChildAt(0),{[e]:n,[e+1]:i}=this.valueOffsets;return new PH.MapRow(r.slice(n,i))}};zm.MapVector=V1});var Pj=H(Hm=>{"use strict";Object.defineProperty(Hm,"__esModule",{value:!0});Hm.NullVector=void 0;var MH=ar(),W1=class extends MH.BaseVector{};Hm.NullVector=W1});var Rj=H(Mm=>{"use strict";Object.defineProperty(Mm,"__esModule",{value:!0});Mm.StructVector=void 0;var UH=Gu(),LH=ar(),CH=Symbol.for("rowIndex"),Y1=class extends LH.BaseVector{bind(e){let r=this._row||(this._row=new UH.StructRow(this)),n=Object.create(r);return n[CH]=e,n}};Mm.StructVector=Y1});var zj=H(Rn=>{"use strict";Object.defineProperty(Rn,"__esModule",{value:!0});Rn.TimestampNanosecondVector=Rn.TimestampMicrosecondVector=Rn.TimestampMillisecondVector=Rn.TimestampSecondVector=Rn.TimestampVector=void 0;var VH=ar(),Ya=class extends VH.BaseVector{};Rn.TimestampVector=Ya;var K1=class extends Ya{};Rn.TimestampSecondVector=K1;var G1=class extends Ya{};Rn.TimestampMillisecondVector=G1;var J1=class extends Ya{};Rn.TimestampMicrosecondVector=J1;var Z1=class extends Ya{};Rn.TimestampNanosecondVector=Z1});var Hj=H(zn=>{"use strict";Object.defineProperty(zn,"__esModule",{value:!0});zn.TimeNanosecondVector=zn.TimeMicrosecondVector=zn.TimeMillisecondVector=zn.TimeSecondVector=zn.TimeVector=void 0;var WH=ar(),Ka=class extends WH.BaseVector{};zn.TimeVector=Ka;var X1=class extends Ka{};zn.TimeSecondVector=X1;var Q1=class extends Ka{};zn.TimeMillisecondVector=Q1;var $1=class extends Ka{};zn.TimeMicrosecondVector=$1;var ex=class extends Ka{};zn.TimeNanosecondVector=ex});var Mj=H(xf=>{"use strict";Object.defineProperty(xf,"__esModule",{value:!0});xf.SparseUnionVector=xf.DenseUnionVector=xf.UnionVector=void 0;var YH=ar(),Um=class extends YH.BaseVector{get typeIdToChildIndex(){return this.data.type.typeIdToChildIndex}};xf.UnionVector=Um;var tx=class extends Um{get valueOffsets(){return this.data.valueOffsets}};xf.DenseUnionVector=tx;var rx=class extends Um{};xf.SparseUnionVector=rx});var Uj=H(Lm=>{"use strict";Object.defineProperty(Lm,"__esModule",{value:!0});Lm.Utf8Vector=void 0;var KH=fr(),GH=ar(),nx=qt(),JH=Pi(),ix=class extends GH.BaseVector{static from(e){return JH.vectorFromValuesWithType(()=>new nx.Utf8,e)}asBinary(){return KH.Vector.new(this.data.clone(new nx.Binary))}};Lm.Utf8Vector=ix});var ox=H(Ef=>{"use strict";Object.defineProperty(Ef,"__esModule",{value:!0});Ef.partial2=Ef.partial1=Ef.partial0=void 0;function ZH(t){return function(){return t(this)}}Ef.partial0=ZH;function XH(t){return function(e){return t(this,e)}}Ef.partial1=XH;function QH(t){return function(e,r){return t(this,e,r)}}Ef.partial2=QH});var Vj=H(Ga=>{"use strict";Object.defineProperty(Ga,"__esModule",{value:!0});Ga.instance=Ga.GetVisitor=void 0;var Cm=Lu(),$H=Er(),eM=ls(),tM=zu(),Hn=zt(),Ue=class extends $H.Visitor{};Ga.GetVisitor=Ue;var rM=(t,e)=>864e5*t[e],Lj=(t,e)=>4294967296*t[e+1]+(t[e]>>>0),nM=(t,e)=>4294967296*(t[e+1]/1e3)+(t[e]>>>0)/1e3,iM=(t,e)=>4294967296*(t[e+1]/1e6)+(t[e]>>>0)/1e6,fx=t=>new Date(t),oM=(t,e)=>fx(rM(t,e)),fM=(t,e)=>fx(Lj(t,e)),sM=(t,e)=>null,sx=(t,e,r)=>{let{[r]:n,[r+1]:i}=e;return n!=null&&i!=null?t.subarray(n,i):null},aM=({offset:t,values:e},r)=>{let n=t+r;return(e[n>>3]&1<<n%8)!=0},ax=({values:t},e)=>oM(t,e),lx=({values:t},e)=>fM(t,e*2),Hi=({stride:t,values:e},r)=>e[t*r],ux=({stride:t,values:e},r)=>tM.uint16ToFloat64(e[t*r]),Cj=({stride:t,values:e,type:r},n)=>Cm.BN.new(e.subarray(t*n,t*(n+1)),r.isSigned),lM=({stride:t,values:e},r)=>e.subarray(t*r,t*(r+1)),uM=({values:t,valueOffsets:e},r)=>sx(t,e,r),cM=({values:t,valueOffsets:e},r)=>{let n=sx(t,e,r);return n!==null?eM.decodeUtf8(n):null},pM=(t,e)=>t.type.bitWidth<64?Hi(t,e):Cj(t,e),dM=(t,e)=>t.type.precision!==Hn.Precision.HALF?Hi(t,e):ux(t,e),mM=(t,e)=>t.type.unit===Hn.DateUnit.DAY?ax(t,e):lx(t,e),cx=({values:t},e)=>1e3*Lj(t,e*2),px=({values:t},e)=>Lj(t,e*2),dx=({values:t},e)=>nM(t,e*2),mx=({values:t},e)=>iM(t,e*2),bM=(t,e)=>{switch(t.type.unit){case Hn.TimeUnit.SECOND:return cx(t,e);case Hn.TimeUnit.MILLISECOND:return px(t,e);case Hn.TimeUnit.MICROSECOND:return dx(t,e);case Hn.TimeUnit.NANOSECOND:return mx(t,e)}},bx=({values:t,stride:e},r)=>t[e*r],hx=({values:t,stride:e},r)=>t[e*r],wx=({values:t},e)=>Cm.BN.signed(t.subarray(2*e,2*(e+1))),gx=({values:t},e)=>Cm.BN.signed(t.subarray(2*e,2*(e+1))),hM=(t,e)=>{switch(t.type.unit){case Hn.TimeUnit.SECOND:return bx(t,e);case Hn.TimeUnit.MILLISECOND:return hx(t,e);case Hn.TimeUnit.MICROSECOND:return wx(t,e);case Hn.TimeUnit.NANOSECOND:return gx(t,e)}},wM=({values:t},e)=>Cm.BN.decimal(t.subarray(4*e,4*(e+1))),gM=(t,e)=>{let r=t.getChildAt(0),{valueOffsets:n,stride:i}=t;return r.slice(n[e*i],n[e*i+1])},yM=(t,e)=>t.bind(e),jM=(t,e)=>t.bind(e),_M=(t,e)=>t.type.mode===Hn.UnionMode.Dense?yx(t,e):jx(t,e),yx=(t,e)=>{let r=t.typeIdToChildIndex[t.typeIds[e]],n=t.getChildAt(r);return n?n.get(t.valueOffsets[e]):null},jx=(t,e)=>{let r=t.typeIdToChildIndex[t.typeIds[e]],n=t.getChildAt(r);return n?n.get(e):null},qM=(t,e)=>t.getValue(t.getKey(e)),vM=(t,e)=>t.type.unit===Hn.IntervalUnit.DAY_TIME?_x(t,e):qx(t,e),_x=({values:t},e)=>t.subarray(2*e,2*(e+1)),qx=({values:t},e)=>{let r=t[e],n=new Int32Array(2);return n[0]=r/12|0,n[1]=r%12|0,n},TM=(t,e)=>{let r=t.getChildAt(0),{stride:n}=t;return r.slice(e*n,(e+1)*n)};Ue.prototype.visitNull=sM;Ue.prototype.visitBool=aM;Ue.prototype.visitInt=pM;Ue.prototype.visitInt8=Hi;Ue.prototype.visitInt16=Hi;Ue.prototype.visitInt32=Hi;Ue.prototype.visitInt64=Cj;Ue.prototype.visitUint8=Hi;Ue.prototype.visitUint16=Hi;Ue.prototype.visitUint32=Hi;Ue.prototype.visitUint64=Cj;Ue.prototype.visitFloat=dM;Ue.prototype.visitFloat16=ux;Ue.prototype.visitFloat32=Hi;Ue.prototype.visitFloat64=Hi;Ue.prototype.visitUtf8=cM;Ue.prototype.visitBinary=uM;Ue.prototype.visitFixedSizeBinary=lM;Ue.prototype.visitDate=mM;Ue.prototype.visitDateDay=ax;Ue.prototype.visitDateMillisecond=lx;Ue.prototype.visitTimestamp=bM;Ue.prototype.visitTimestampSecond=cx;Ue.prototype.visitTimestampMillisecond=px;Ue.prototype.visitTimestampMicrosecond=dx;Ue.prototype.visitTimestampNanosecond=mx;Ue.prototype.visitTime=hM;Ue.prototype.visitTimeSecond=bx;Ue.prototype.visitTimeMillisecond=hx;Ue.prototype.visitTimeMicrosecond=wx;Ue.prototype.visitTimeNanosecond=gx;Ue.prototype.visitDecimal=wM;Ue.prototype.visitList=gM;Ue.prototype.visitStruct=jM;Ue.prototype.visitUnion=_M;Ue.prototype.visitDenseUnion=yx;Ue.prototype.visitSparseUnion=jx;Ue.prototype.visitDictionary=qM;Ue.prototype.visitInterval=vM;Ue.prototype.visitIntervalDayTime=_x;Ue.prototype.visitIntervalYearMonth=qx;Ue.prototype.visitFixedSizeList=TM;Ue.prototype.visitMap=yM;Ga.instance=new Ue});var kx=H(Ja=>{"use strict";Object.defineProperty(Ja,"__esModule",{value:!0});Ja.instance=Ja.IndexOfVisitor=void 0;var BM=Er(),vx=Bi(),Tx=Zu(),Le=class extends BM.Visitor{};Ja.IndexOfVisitor=Le;function kM(t,e){return e===null&&t.length>0?0:-1}function IM(t,e){let{nullBitmap:r}=t.data;if(!r||t.nullCount<=0)return-1;let n=0;for(let i of new vx.BitIterator(r,t.data.offset+(e||0),t.length,r,vx.getBool)){if(!i)return n;++n}return-1}function ot(t,e,r){if(e===void 0)return-1;if(e===null)return IM(t,r);let n=Tx.createElementComparator(e);for(let i=(r||0)-1,o=t.length;++i<o;)if(n(t.get(i)))return i;return-1}function Bx(t,e,r){let n=Tx.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=kM;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=Bx;Le.prototype.visitSparseUnion=Bx;Le.prototype.visitDictionary=ot;Le.prototype.visitInterval=ot;Le.prototype.visitIntervalDayTime=ot;Le.prototype.visitIntervalYearMonth=ot;Le.prototype.visitFixedSizeList=ot;Le.prototype.visitMap=ot;Ja.instance=new Le});var Wj=H(Za=>{"use strict";Object.defineProperty(Za,"__esModule",{value:!0});Za.instance=Za.IteratorVisitor=void 0;var Vm=zt(),SM=Er(),xM=Bi(),Ix=Vj(),Ce=class extends SM.Visitor{};Za.IteratorVisitor=Ce;function EM(t){let e=Ix.instance.getVisitFn(t);return new xM.BitIterator(t.data.nullBitmap,t.data.offset,t.length,t,(r,n,i,o)=>(i&1<<o)!=0?e(r,n):null)}var Sx=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 EM(t);let{type:e,typeId:r,length:n}=t;return t.stride===1&&(r===Vm.Type.Timestamp||r===Vm.Type.Int&&e.bitWidth!==64||r===Vm.Type.Time&&e.bitWidth!==64||r===Vm.Type.Float&&e.precision>0)?t.data.values.subarray(0,n)[Symbol.iterator]():new Sx(t,Ix.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;Za.instance=new Ce});var xx=H(Xa=>{"use strict";Object.defineProperty(Xa,"__esModule",{value:!0});Xa.instance=Xa.ToArrayVisitor=void 0;var sc=zt(),AM=Er(),OM=Wj(),Ve=class extends AM.Visitor{};Xa.ToArrayVisitor=Ve;function tt(t){let{type:e,length:r,stride:n}=t;switch(e.typeId){case sc.Type.Int:case sc.Type.Float:case sc.Type.Decimal:case sc.Type.Time:case sc.Type.Timestamp:return t.data.values.subarray(0,r*n)}return[...OM.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;Xa.instance=new Ve});var Ex=H(Qa=>{"use strict";Object.defineProperty(Qa,"__esModule",{value:!0});Qa.instance=Qa.ByteWidthVisitor=void 0;var NM=Er(),DM=zt(),ac=(t,e)=>t+e,Yj=t=>`Cannot compute the byte width of variable-width column ${t}`,Kj=class extends NM.Visitor{visitNull(e){return 0}visitInt(e){return e.bitWidth/8}visitFloat(e){return e.ArrayType.BYTES_PER_ELEMENT}visitBinary(e){throw new Error(Yj(e))}visitUtf8(e){throw new Error(Yj(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===DM.TimeUnit.SECOND?4:8}visitInterval(e){return(e.unit+1)*4}visitList(e){throw new Error(Yj(e))}visitStruct(e){return this.visitFields(e.children).reduce(ac,0)}visitUnion(e){return this.visitFields(e.children).reduce(ac,0)}visitFixedSizeBinary(e){return e.byteWidth}visitFixedSizeList(e){return e.listSize*this.visitFields(e.children).reduce(ac,0)}visitMap(e){return this.visitFields(e.children).reduce(ac,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(ac,0)}};Qa.ByteWidthVisitor=Kj;Qa.instance=new Kj});var Ax=H($a=>{"use strict";Object.defineProperty($a,"__esModule",{value:!0});$a.instance=$a.GetVectorConstructor=void 0;var FM=Er(),PM=dj(),RM=mj(),Gj=hj(),zM=wj(),HM=Om(),MM=yj(),UM=jj(),Wm=Tj(),Jj=Bj(),vo=Pm(),LM=Dj(),CM=Fj(),VM=Pj(),WM=Rj(),lc=zj(),uc=Hj(),Zj=Mj(),YM=Uj(),Xj=class extends FM.Visitor{visitNull(){return VM.NullVector}visitBool(){return RM.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 Wm.FloatVector}visitFloat16(){return Wm.Float16Vector}visitFloat32(){return Wm.Float32Vector}visitFloat64(){return Wm.Float64Vector}visitUtf8(){return YM.Utf8Vector}visitBinary(){return PM.BinaryVector}visitFixedSizeBinary(){return MM.FixedSizeBinaryVector}visitDate(){return Gj.DateVector}visitDateDay(){return Gj.DateDayVector}visitDateMillisecond(){return Gj.DateMillisecondVector}visitTimestamp(){return lc.TimestampVector}visitTimestampSecond(){return lc.TimestampSecondVector}visitTimestampMillisecond(){return lc.TimestampMillisecondVector}visitTimestampMicrosecond(){return lc.TimestampMicrosecondVector}visitTimestampNanosecond(){return lc.TimestampNanosecondVector}visitTime(){return uc.TimeVector}visitTimeSecond(){return uc.TimeSecondVector}visitTimeMillisecond(){return uc.TimeMillisecondVector}visitTimeMicrosecond(){return uc.TimeMicrosecondVector}visitTimeNanosecond(){return uc.TimeNanosecondVector}visitDecimal(){return zM.DecimalVector}visitList(){return LM.ListVector}visitStruct(){return WM.StructVector}visitUnion(){return Zj.UnionVector}visitDenseUnion(){return Zj.DenseUnionVector}visitSparseUnion(){return Zj.SparseUnionVector}visitDictionary(){return HM.DictionaryVector}visitInterval(){return Jj.IntervalVector}visitIntervalDayTime(){return Jj.IntervalDayTimeVector}visitIntervalYearMonth(){return Jj.IntervalYearMonthVector}visitFixedSizeList(){return UM.FixedSizeListVector}visitMap(){return CM.MapVector}};$a.GetVectorConstructor=Xj;$a.instance=new Xj});var Pi=H(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 KM=fr();Object.defineProperty(ae,"Vector",{enumerable:!0,get:function(){return KM.Vector}});var GM=ar();Object.defineProperty(ae,"BaseVector",{enumerable:!0,get:function(){return GM.BaseVector}});var JM=dj();Object.defineProperty(ae,"BinaryVector",{enumerable:!0,get:function(){return JM.BinaryVector}});var ZM=mj();Object.defineProperty(ae,"BoolVector",{enumerable:!0,get:function(){return ZM.BoolVector}});var XM=qf();Object.defineProperty(ae,"Chunked",{enumerable:!0,get:function(){return XM.Chunked}});var Qj=hj();Object.defineProperty(ae,"DateVector",{enumerable:!0,get:function(){return Qj.DateVector}});Object.defineProperty(ae,"DateDayVector",{enumerable:!0,get:function(){return Qj.DateDayVector}});Object.defineProperty(ae,"DateMillisecondVector",{enumerable:!0,get:function(){return Qj.DateMillisecondVector}});var QM=wj();Object.defineProperty(ae,"DecimalVector",{enumerable:!0,get:function(){return QM.DecimalVector}});var $M=Om();Object.defineProperty(ae,"DictionaryVector",{enumerable:!0,get:function(){return $M.DictionaryVector}});var eU=yj();Object.defineProperty(ae,"FixedSizeBinaryVector",{enumerable:!0,get:function(){return eU.FixedSizeBinaryVector}});var tU=jj();Object.defineProperty(ae,"FixedSizeListVector",{enumerable:!0,get:function(){return tU.FixedSizeListVector}});var Ym=Tj();Object.defineProperty(ae,"FloatVector",{enumerable:!0,get:function(){return Ym.FloatVector}});Object.defineProperty(ae,"Float16Vector",{enumerable:!0,get:function(){return Ym.Float16Vector}});Object.defineProperty(ae,"Float32Vector",{enumerable:!0,get:function(){return Ym.Float32Vector}});Object.defineProperty(ae,"Float64Vector",{enumerable:!0,get:function(){return Ym.Float64Vector}});var $j=Bj();Object.defineProperty(ae,"IntervalVector",{enumerable:!0,get:function(){return $j.IntervalVector}});Object.defineProperty(ae,"IntervalDayTimeVector",{enumerable:!0,get:function(){return $j.IntervalDayTimeVector}});Object.defineProperty(ae,"IntervalYearMonthVector",{enumerable:!0,get:function(){return $j.IntervalYearMonthVector}});var To=Pm();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 rU=Dj();Object.defineProperty(ae,"ListVector",{enumerable:!0,get:function(){return rU.ListVector}});var nU=Fj();Object.defineProperty(ae,"MapVector",{enumerable:!0,get:function(){return nU.MapVector}});var iU=Pj();Object.defineProperty(ae,"NullVector",{enumerable:!0,get:function(){return iU.NullVector}});var oU=Rj();Object.defineProperty(ae,"StructVector",{enumerable:!0,get:function(){return oU.StructVector}});var cc=zj();Object.defineProperty(ae,"TimestampVector",{enumerable:!0,get:function(){return cc.TimestampVector}});Object.defineProperty(ae,"TimestampSecondVector",{enumerable:!0,get:function(){return cc.TimestampSecondVector}});Object.defineProperty(ae,"TimestampMillisecondVector",{enumerable:!0,get:function(){return cc.TimestampMillisecondVector}});Object.defineProperty(ae,"TimestampMicrosecondVector",{enumerable:!0,get:function(){return cc.TimestampMicrosecondVector}});Object.defineProperty(ae,"TimestampNanosecondVector",{enumerable:!0,get:function(){return cc.TimestampNanosecondVector}});var pc=Hj();Object.defineProperty(ae,"TimeVector",{enumerable:!0,get:function(){return pc.TimeVector}});Object.defineProperty(ae,"TimeSecondVector",{enumerable:!0,get:function(){return pc.TimeSecondVector}});Object.defineProperty(ae,"TimeMillisecondVector",{enumerable:!0,get:function(){return pc.TimeMillisecondVector}});Object.defineProperty(ae,"TimeMicrosecondVector",{enumerable:!0,get:function(){return pc.TimeMicrosecondVector}});Object.defineProperty(ae,"TimeNanosecondVector",{enumerable:!0,get:function(){return pc.TimeNanosecondVector}});var e_=Mj();Object.defineProperty(ae,"UnionVector",{enumerable:!0,get:function(){return e_.UnionVector}});Object.defineProperty(ae,"DenseUnionVector",{enumerable:!0,get:function(){return e_.DenseUnionVector}});Object.defineProperty(ae,"SparseUnionVector",{enumerable:!0,get:function(){return e_.SparseUnionVector}});var fU=Uj();Object.defineProperty(ae,"Utf8Vector",{enumerable:!0,get:function(){return fU.Utf8Vector}});var Ox=Gu();Object.defineProperty(ae,"MapRow",{enumerable:!0,get:function(){return Ox.MapRow}});Object.defineProperty(ae,"StructRow",{enumerable:!0,get:function(){return Ox.StructRow}});var dc=ox(),t_=zt(),el=fr(),Nx=qf(),Es=ar(),sU=Bi(),Km=Pr(),Dx=Qt(),Fx=Vj(),Px=wy(),Rx=kx(),zx=xx(),Hx=Wj(),Mx=Ex(),Ux=Ax();el.Vector.new=aU;el.Vector.from=uU;function aU(t,...e){return new(Ux.instance.getVisitFn(t)())(t,...e)}function lU(t,e){if(Km.isIterable(e))return el.Vector.from({nullValues:[null,void 0],type:t(),values:e});if(Km.isAsyncIterable(e))return el.Vector.from({nullValues:[null,void 0],type:t(),values:e});let{values:r=[],type:n=t(),nullValues:i=[null,void 0]}={...e};return Km.isIterable(r)?el.Vector.from({nullValues:i,...e,type:n}):el.Vector.from({nullValues:i,...e,type:n})}ae.vectorFromValuesWithType=lU;function uU(t){let{values:e=[],...r}={nullValues:[null,void 0],...t};if(Km.isIterable(e)){let n=[...Dx.Builder.throughIterable(r)(e)];return n.length===1?n[0]:Nx.Chunked.concat(n)}return(async n=>{let i=Dx.Builder.throughAsyncIterable(r);for await(let o of i(e))n.push(o);return n.length===1?n[0]:Nx.Chunked.concat(n)})([])}Es.BaseVector.prototype.get=function(e){return Fx.instance.visit(this,e)};Es.BaseVector.prototype.set=function(e,r){return Px.instance.visit(this,e,r)};Es.BaseVector.prototype.indexOf=function(e,r){return Rx.instance.visit(this,e,r)};Es.BaseVector.prototype.toArray=function(){return zx.instance.visit(this)};Es.BaseVector.prototype.getByteWidth=function(){return Mx.instance.visit(this.type)};Es.BaseVector.prototype[Symbol.iterator]=function(){return Hx.instance.visit(this)};Es.BaseVector.prototype._bindDataAccessors=mU;Object.keys(t_.Type).map(t=>t_.Type[t]).filter(t=>typeof t=="number").filter(t=>t!==t_.Type.NONE).forEach(t=>{let e=Ux.instance.visit(t);e.prototype.get=dc.partial1(Fx.instance.getVisitFn(t)),e.prototype.set=dc.partial2(Px.instance.getVisitFn(t)),e.prototype.indexOf=dc.partial2(Rx.instance.getVisitFn(t)),e.prototype.toArray=dc.partial0(zx.instance.getVisitFn(t)),e.prototype.getByteWidth=cU(Mx.instance.getVisitFn(t)),e.prototype[Symbol.iterator]=dc.partial0(Hx.instance.getVisitFn(t))});function cU(t){return function(){return t(this.type)}}function pU(t){return function(e){return this.isValid(e)?t.call(this,e):null}}function dU(t){return function(e,r){sU.setBool(this.nullBitmap,this.offset+e,r!=null)&&t.call(this,e,r)}}function mU(){let t=this.nullBitmap;t&&t.byteLength>0&&(this.get=pU(this.get),this.set=dU(this.set))}});var oc=H(Gm=>{"use strict";Object.defineProperty(Gm,"__esModule",{value:!0});Gm.Table=void 0;var bU=Ma(),Lx=Tr(),r_=qo(),hU=mc(),n_=qt(),Cx=Ha(),i_=Pr(),Vx=Bm(),Wx=uj(),o_=Pi(),kr=class extends o_.Chunked{constructor(...e){let r=null;e[0]instanceof Lx.Schema&&(r=e.shift());let n=Cx.selectArgs(r_.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 r_._InternalEmptyPlaceholderRecordBatch(r));super(new n_.Struct(r.fields),n);this._schema=r,this._chunks=n}static empty(e=new Lx.Schema([])){return new kr(e,[])}static from(e){if(!e)return kr.empty();if(typeof e=="object"){let n=i_.isIterable(e.values)?wU(e):i_.isAsyncIterable(e.values)?gU(e):null;if(n!==null)return n}let r=hU.RecordBatchReader.from(e);return i_.isPromise(r)?(async()=>await kr.from(await r))():r.isSync()&&(r=r.open())?r.schema?new kr(r.schema,[...r]):kr.empty():(async n=>{let i=await n,o=i.schema,f=[];if(o){for await(let s of i)f.push(s);return new kr(o,f)}return kr.empty()})(r.open())}static async fromAsync(e){return await kr.from(e)}static fromStruct(e){return kr.new(e.data.childData,e.type.children)}static new(...e){return new kr(...Wx.distributeColumnsIntoRecordBatches(Cx.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 kr(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 bU.Column(r,f)}return null}serialize(e="binary",r=!0){return(r?Vx.RecordBatchStreamWriter:Vx.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 kr(r,this._chunks.map(({length:n,data:{childData:i}})=>new r_.RecordBatch(r,n,e.map(o=>i[o]).filter(Boolean))))}assign(e){let r=this._schema.fields,[n,i]=e.schema.fields.reduce((s,a,u)=>{let[c,_]=s,p=r.findIndex(j=>j.name===a.name);return~p?_[p]=u:c.push(u),s},[[],[]]),o=this._schema.assign(e.schema),f=[...r.map((s,a,u,c=i[a])=>c===void 0?this.getColumnAt(a):e.getColumnAt(c)),...n.map(s=>e.getColumnAt(s))].filter(Boolean);return new kr(...Wx.distributeVectorsIntoRecordBatches(o,f))}};Gm.Table=kr;function wU(t){let{type:e}=t;return e instanceof n_.Struct?kr.fromStruct(o_.StructVector.from(t)):null}function gU(t){let{type:e}=t;return e instanceof n_.Struct?o_.StructVector.from(t).then(r=>kr.fromStruct(r)):null}});var qo=H(tl=>{"use strict";Object.defineProperty(tl,"__esModule",{value:!0});tl._InternalEmptyPlaceholderRecordBatch=tl.RecordBatch=void 0;var f_=Qn(),s_=oc(),yU=fr(),jU=Er(),_U=Tr(),qU=Pr(),vU=qf(),TU=Ha(),a_=qt(),BU=uj(),kU=Pi(),Af=class extends kU.StructVector{constructor(...e){let r,n=e[0],i;if(e[1]instanceof f_.Data)[,r,i]=e;else{let o=n.fields,[,f,s]=e;r=f_.Data.Struct(new a_.Struct(o),0,f,0,null,s)}super(r,i);this._schema=n}static from(e){return qU.isIterable(e.values),s_.Table.from(e)}static new(...e){let[r,n]=TU.selectFieldArgs(e),i=n.filter(o=>o instanceof yU.Vector);return new Af(...BU.ensureSameLengthData(new _U.Schema(r),i.map(o=>o.data)))}clone(e,r=this._children){return new Af(this._schema,e,r)}concat(...e){let r=this._schema,n=vU.Chunked.flatten(this,...e);return new s_.Table(r,n.map(({data:i})=>new Af(r,i)))}get schema(){return this._schema}get numCols(){return this._schema.fields.length}get dictionaries(){return this._dictionaries||(this._dictionaries=Jm.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 Af(r,this.length,n)}};tl.RecordBatch=Af;var Yx=class extends Af{constructor(e){super(e,0,e.fields.map(r=>f_.Data.new(r.type,0,0,0)))}};tl._InternalEmptyPlaceholderRecordBatch=Yx;var Jm=class extends jU.Visitor{constructor(){super(...arguments);this.dictionaries=new Map}static collect(e){return new Jm().visit(e.data,new a_.Struct(e.schema.fields)).dictionaries}visit(e,r){return a_.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 mc=H(Ln=>{"use strict";Object.defineProperty(Ln,"__esModule",{value:!0});Ln.AsyncRecordBatchFileReader=Ln.RecordBatchFileReader=Ln.AsyncRecordBatchStreamReader=Ln.RecordBatchStreamReader=Ln.RecordBatchReader=void 0;var Kx=fr(),Zm=zt(),Gx=Sy(),Jx=Pu(),Zx=gf(),bc=Ay(),Xx=xS(),l_=qo(),As=ma(),Mn=mm(),Un=Pr(),Mi=class extends As.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 Jx.default.toDOMStream(this.isSync()?{[Symbol.iterator]:()=>this}:{[Symbol.asyncIterator]:()=>this})}toNodeStream(){return Jx.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)?IU(e):Un.isFileHandle(e)?EU(e):Un.isPromise(e)?(async()=>await Mi.from(await e))():Un.isFetchResponse(e)||Un.isReadableDOMStream(e)||Un.isReadableNodeStream(e)||Un.isAsyncIterable(e)?xU(new Zx.AsyncByteStream(e)):SU(new Zx.ByteStream(e))}static readAll(e){return e instanceof Mi?e.isSync()?tE(e):rE(e):Un.isArrowJSON(e)||ArrayBuffer.isView(e)||Un.isIterable(e)||Un.isIteratorResult(e)?tE(e):rE(e)}};Ln.RecordBatchReader=Mi;var rl=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=rl;var nl=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=nl;var Xm=class extends rl{constructor(e){super(e);this._impl=e}};Ln.RecordBatchFileReader=Xm;var u_=class extends nl{constructor(e){super(e);this._impl=e}};Ln.AsyncRecordBatchFileReader=u_;var c_=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 l_.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,a=f.get(n);if(i||!a){let u=s.dictionaries.get(n);return a&&i?a.concat(Kx.Vector.new(this._loadVectors(o,r,[u])[0])):Kx.Vector.new(this._loadVectors(o,r,[u])[0])}return a}_loadVectors(e,r,n){return new Xx.VectorLoader(r,e.nodes,e.buffers,this.dictionaries).visitMany(n)}},hc=class extends c_{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=eE(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):As.ITERATOR_DONE}return(e){return!this.closed&&this.autoDestroy&&(this.closed=!0)?this.reset()._reader.return(e):As.ITERATOR_DONE}next(){if(this.closed)return As.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 l_._InternalEmptyPlaceholderRecordBatch(this.schema)}):this.return()}_readNextMessageAndValidate(e){return this._reader.readMessage(e)}},wc=class extends c_{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=eE(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):As.ITERATOR_DONE}async return(e){return!this.closed&&this.autoDestroy&&(this.closed=!0)?await this.reset()._reader.return(e):As.ITERATOR_DONE}async next(){if(this.closed)return As.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 l_._InternalEmptyPlaceholderRecordBatch(this.schema)}):await this.return()}async _readNextMessageAndValidate(e){return await this._reader.readMessage(e)}},p_=class extends hc{constructor(e,r){super(e instanceof bc.RandomAccessFile?e:new bc.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(Zm.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(Zm.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 Gx.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}},Qx=class extends wc{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 bc.AsyncRandomAccessFile?e:new bc.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(Zm.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(Zm.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 Gx.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}},$x=class extends hc{constructor(e,r){super(e,r)}_loadVectors(e,r,n){return new Xx.JSONVectorLoader(r,e.nodes,e.buffers,this.dictionaries).visitMany(n)}};function eE(t,e){return e&&typeof e.autoDestroy=="boolean"?e.autoDestroy:t.autoDestroy}function*tE(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*rE(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 IU(t){return new rl(new $x(t))}function SU(t){let e=t.peek(Mn.magicLength+7&~7);return e&&e.byteLength>=4?Mn.checkForMagicArrowString(e)?new Xm(new p_(t.read())):new rl(new hc(t)):new rl(new hc(function*(){}()))}async function xU(t){let e=await t.peek(Mn.magicLength+7&~7);return e&&e.byteLength>=4?Mn.checkForMagicArrowString(e)?new Xm(new p_(await t.read())):new nl(new wc(t)):new nl(new wc(async function*(){}()))}async function EU(t){let{size:e}=await t.stat(),r=new bc.AsyncRandomAccessFile(t,e);return e>=Mn.magicX2AndPadding&&Mn.checkForMagicArrowString(await r.readAt(0,Mn.magicLength+7&~7))?new u_(new Qx(r)):new nl(new wc(r))}});var oE=H(Qm=>{"use strict";Object.defineProperty(Qm,"__esModule",{value:!0});Qm.toDOMStream=void 0;var nE=yr(),iE=Pr();function AU(t,e){if(iE.isAsyncIterable(t))return NU(t,e);if(iE.isIterable(t))return OU(t,e);throw new Error("toDOMStream() must be called with an Iterable or AsyncIterable")}Qm.toDOMStream=AU;function OU(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 a,u=null,c=f.desiredSize||null;for(;!(u=s.next(n?c:null)).done;)if(ArrayBuffer.isView(u.value)&&(a=nE.toUint8Array(u.value))&&(c!=null&&n&&(c=c-a.byteLength+1),u.value=a),f.enqueue(u.value),c!=null&&--c<=0)return;f.close()}}function NU(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 a,u=null,c=f.desiredSize||null;for(;!(u=await s.next(n?c:null)).done;)if(ArrayBuffer.isView(u.value)&&(a=nE.toUint8Array(u.value))&&(c!=null&&n&&(c=c-a.byteLength+1),u.value=a),f.enqueue(u.value),c!=null&&--c<=0)return;f.close()}}});var aE=H(il=>{"use strict";Object.defineProperty(il,"__esModule",{value:!0});il.BuilderTransform=il.builderThroughDOMStream=void 0;var DU=em();function FU(t){return new d_(t)}il.builderThroughDOMStream=FU;var d_=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=DU.Builder.new(o),this._getSize=i!=="bytes"?fE:sE;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:a=>{this._maybeFlush(this._builder,this._controller=a)},start:a=>{this._maybeFlush(this._builder,this._controller=a)}},{highWaterMark:f,size:i!=="bytes"?fE:sE}),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:a=>this._writeValueAndReturnChunkSize(a)})}_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)}};il.BuilderTransform=d_;var fE=t=>t.length,sE=t=>t.byteLength});var lE=H($m=>{"use strict";Object.defineProperty($m,"__esModule",{value:!0});$m.recordBatchReaderThroughDOMStream=void 0;var PU=gf(),RU=mc();function zU(t,e){let r=new PU.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 RU.RecordBatchReader.from(r)).open(e)}async function f(s,a){let u=s.desiredSize,c=null;for(;!(c=await a.next()).done;)if(s.enqueue(c.value),u!=null&&--u<=0)return;s.close()}}$m.recordBatchReaderThroughDOMStream=zU});var uE=H(eb=>{"use strict";Object.defineProperty(eb,"__esModule",{value:!0});eb.recordBatchWriterThroughDOMStream=void 0;var HU=gf();function MU(t,e){let r=new this(t),n=new HU.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,a=f.desiredSize;for(;s=await n.read(a||null);)if(f.enqueue(s),a!=null&&(a-=s.byteLength)<=0)return;f.close()}}eb.recordBatchWriterThroughDOMStream=MU});var y_=H(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 UU=Om(),Of=class{eq(e){return e instanceof Of||(e=new Bo(e)),new b_(this,e)}le(e){return e instanceof Of||(e=new Bo(e)),new h_(this,e)}ge(e){return e instanceof Of||(e=new Bo(e)),new w_(this,e)}lt(e){return new al(this.ge(e))}gt(e){return new al(this.le(e))}ne(e){return new al(this.eq(e))}};lt.Value=Of;var Bo=class extends Of{constructor(e){super();this.v=e}};lt.Literal=Bo;var m_=class extends Of{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=m_;var ol=class{and(...e){return new fl(this,...e)}or(...e){return new sl(this,...e)}not(){return new al(this)}};lt.Predicate=ol;var gc=class extends ol{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=gc;var yc=class extends ol{constructor(...e){super();this.children=e}};lt.CombinationPredicate=yc;yc.prototype.children=Object.freeze([]);var fl=class extends yc{constructor(...e){e=e.reduce((r,n)=>r.concat(n instanceof fl?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=fl;var sl=class extends yc{constructor(...e){e=e.reduce((r,n)=>r.concat(n instanceof sl?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=sl;var b_=class extends gc{_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 UU.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=b_;var h_=class extends gc{_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=h_;var w_=class extends gc{_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=w_;var al=class extends ol{constructor(e){super();this.child=e}bind(e){let r=this.child.bind(e);return(n,i)=>!r(n,i)}};lt.Not=al;var g_=class extends ol{constructor(e,r){super();this.next=e,this.bind_=r}bind(e){return this.bind_(e),this.next}};lt.CustomPredicate=g_;function LU(t){return new Bo(t)}lt.lit=LU;function CU(t){return new m_(t)}lt.col=CU;function VU(...t){return new fl(...t)}lt.and=VU;function WU(...t){return new sl(...t)}lt.or=WU;function YU(t,e){return new g_(t,e)}lt.custom=YU});var bE=H(Nf=>{"use strict";Object.defineProperty(Nf,"__esModule",{value:!0});Nf.FilteredDataFrame=Nf.CountByResult=Nf.DataFrame=void 0;var ll=oc(),cE=Pm(),j_=Tr(),pE=y_(),KU=qo(),dE=qt();ll.Table.prototype.countBy=function(t){return new Os(this.chunks).countBy(t)};ll.Table.prototype.scan=function(t,e){return new Os(this.chunks).scan(t,e)};ll.Table.prototype.scanReverse=function(t,e){return new Os(this.chunks).scanReverse(t,e)};ll.Table.prototype.filter=function(t){return new Os(this.chunks).filter(t)};var Os=class extends ll.Table{filter(e){return new jc(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,a=f.length;++s<a;)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 pE.Col(e):e;i.bind(r[n-1]);let o=i.vector;if(!dE.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,a=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&&a[S]++}}return new tb(o.dictionary,cE.IntVector.from(a))}};Nf.DataFrame=Os;var tb=class extends ll.Table{constructor(e,r){let n=new j_.Schema([new j_.Field("values",e.type),new j_.Field("counts",r.type)]);super(new KU.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}};Nf.CountByResult=tb;var mE=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}},jc=class extends Os{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),a=!1;for(let u=-1,c=f.length;++u<c;)s(u,f)&&(r&&!a&&(r(f),a=!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),a=!1;for(let u=f.length;--u>=0;)s(u,f)&&(r&&!a&&(r(f),a=!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,a=o.length;++s<a;)f(s,o)&&++e}return e}[Symbol.iterator](){return new mE(this._chunks,this._predicate)}filter(e){return new jc(this._chunks,this._predicate.and(e))}countBy(e){let r=this._chunks,n=r.length,i=typeof e=="string"?new pE.Col(e):e;i.bind(r[n-1]);let o=i.vector;if(!dE.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,a=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)&&a[T]++}}return new tb(o.dictionary,cE.IntVector.from(a))}};Nf.FilteredDataFrame=jc});var gE=H(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 ul=ff();Object.defineProperty(h,"DateUnit",{enumerable:!0,get:function(){return ul.DateUnit}});Object.defineProperty(h,"TimeUnit",{enumerable:!0,get:function(){return ul.TimeUnit}});Object.defineProperty(h,"Precision",{enumerable:!0,get:function(){return ul.Precision}});Object.defineProperty(h,"UnionMode",{enumerable:!0,get:function(){return ul.UnionMode}});Object.defineProperty(h,"IntervalUnit",{enumerable:!0,get:function(){return ul.IntervalUnit}});Object.defineProperty(h,"MetadataVersion",{enumerable:!0,get:function(){return ul.MetadataVersion}});var GU=md();Object.defineProperty(h,"MessageHeader",{enumerable:!0,get:function(){return GU.MessageHeader}});var hE=zt();Object.defineProperty(h,"Type",{enumerable:!0,get:function(){return hE.Type}});Object.defineProperty(h,"BufferType",{enumerable:!0,get:function(){return hE.BufferType}});var JU=Qn();Object.defineProperty(h,"Data",{enumerable:!0,get:function(){return JU.Data}});var Xe=qt();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 ZU=oc();Object.defineProperty(h,"Table",{enumerable:!0,get:function(){return ZU.Table}});var XU=Ma();Object.defineProperty(h,"Column",{enumerable:!0,get:function(){return XU.Column}});var QU=Er();Object.defineProperty(h,"Visitor",{enumerable:!0,get:function(){return QU.Visitor}});var wE=Tr();Object.defineProperty(h,"Schema",{enumerable:!0,get:function(){return wE.Schema}});Object.defineProperty(h,"Field",{enumerable:!0,get:function(){return wE.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=em();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 __=gf();Object.defineProperty(h,"ByteStream",{enumerable:!0,get:function(){return __.ByteStream}});Object.defineProperty(h,"AsyncByteStream",{enumerable:!0,get:function(){return __.AsyncByteStream}});Object.defineProperty(h,"AsyncByteQueue",{enumerable:!0,get:function(){return __.AsyncByteQueue}});var _c=mc();Object.defineProperty(h,"RecordBatchReader",{enumerable:!0,get:function(){return _c.RecordBatchReader}});Object.defineProperty(h,"RecordBatchFileReader",{enumerable:!0,get:function(){return _c.RecordBatchFileReader}});Object.defineProperty(h,"RecordBatchStreamReader",{enumerable:!0,get:function(){return _c.RecordBatchStreamReader}});Object.defineProperty(h,"AsyncRecordBatchFileReader",{enumerable:!0,get:function(){return _c.AsyncRecordBatchFileReader}});Object.defineProperty(h,"AsyncRecordBatchStreamReader",{enumerable:!0,get:function(){return _c.AsyncRecordBatchStreamReader}});var rb=Bm();Object.defineProperty(h,"RecordBatchWriter",{enumerable:!0,get:function(){return rb.RecordBatchWriter}});Object.defineProperty(h,"RecordBatchFileWriter",{enumerable:!0,get:function(){return rb.RecordBatchFileWriter}});Object.defineProperty(h,"RecordBatchStreamWriter",{enumerable:!0,get:function(){return rb.RecordBatchStreamWriter}});Object.defineProperty(h,"RecordBatchJSONWriter",{enumerable:!0,get:function(){return rb.RecordBatchJSONWriter}});var q_=mm();Object.defineProperty(h,"MessageReader",{enumerable:!0,get:function(){return q_.MessageReader}});Object.defineProperty(h,"AsyncMessageReader",{enumerable:!0,get:function(){return q_.AsyncMessageReader}});Object.defineProperty(h,"JSONMessageReader",{enumerable:!0,get:function(){return q_.JSONMessageReader}});var $U=Bs();Object.defineProperty(h,"Message",{enumerable:!0,get:function(){return $U.Message}});var eL=qo();Object.defineProperty(h,"RecordBatch",{enumerable:!0,get:function(){return eL.RecordBatch}});var v_=bE();Object.defineProperty(h,"DataFrame",{enumerable:!0,get:function(){return v_.DataFrame}});Object.defineProperty(h,"FilteredDataFrame",{enumerable:!0,get:function(){return v_.FilteredDataFrame}});Object.defineProperty(h,"CountByResult",{enumerable:!0,get:function(){return v_.CountByResult}});var tL=Lu(),rL=Ny(),nL=Bi(),iL=zu(),oL=yr(),fL=Zu(),sL=y_();h.predicate=sL;var T_=Jy();h.util={...tL,...rL,...nL,...iL,...oL,...fL,compareSchemas:T_.compareSchemas,compareFields:T_.compareFields,compareTypes:T_.compareTypes}});var x_=H(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 aL=Pu(),lL=em(),B_=mc(),k_=Bm(),uL=oE(),cL=aE(),I_=lE(),S_=uE();aL.default.toDOMStream=uL.toDOMStream;lL.Builder.throughDOM=cL.builderThroughDOMStream;B_.RecordBatchReader.throughDOM=I_.recordBatchReaderThroughDOMStream;B_.RecordBatchFileReader.throughDOM=I_.recordBatchReaderThroughDOMStream;B_.RecordBatchStreamReader.throughDOM=I_.recordBatchReaderThroughDOMStream;k_.RecordBatchWriter.throughDOM=S_.recordBatchWriterThroughDOMStream;k_.RecordBatchFileWriter.throughDOM=S_.recordBatchWriterThroughDOMStream;k_.RecordBatchStreamWriter.throughDOM=S_.recordBatchWriterThroughDOMStream;var F=gE();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 fb={};ub(fb,{Compression:()=>wL,Encoding:()=>gL,WriterProperties:()=>ml,WriterPropertiesBuilder:()=>lr,WriterVersion:()=>yL,default:()=>vE,readParquet:()=>mL,writeParquet:()=>hL});function qc(){return(nb===null||nb.buffer!==ze.memory.buffer)&&(nb=new Uint8Array(ze.memory.buffer)),nb}function jE(t,e){return yE.decode(qc().subarray(t,t+e))}function Tc(t){vc===ko.length&&ko.push(ko.length+1);let e=vc;return vc=ko[e],ko[e]=t,e}function cl(t){return ko[t]}function pL(t){t<36||(ko[t]=vc,vc=t)}function Bc(t){let e=cl(t);return pL(t),e}function pl(t,e,r){if(r===void 0){let s=ib.encode(t),a=e(s.length);return qc().subarray(a,a+s.length).set(s),ii=s.length,a}let n=t.length,i=e(n),o=qc(),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=qc().subarray(i+f,i+n);f+=dL(t,s).written}return ii=f,i}function _E(t,e){let r=e(t.length*1);return qc().set(t,r/1),ii=t.length,r}function dl(){return(ob===null||ob.buffer!==ze.memory.buffer)&&(ob=new Int32Array(ze.memory.buffer)),ob}function mL(t){try{let i=ze.__wbindgen_add_to_stack_pointer(-16),o=_E(t,ze.__wbindgen_malloc),f=ii;ze.readParquet(i,o,f);var e=dl()[i/4+0],r=dl()[i/4+1],n=dl()[i/4+2];if(n)throw Bc(r);return Bc(e)}finally{ze.__wbindgen_add_to_stack_pointer(16)}}function bL(t,e){if(!(t instanceof e))throw new Error(`expected instance of ${e.name}`);return t.ptr}function hL(t,e){try{let f=ze.__wbindgen_add_to_stack_pointer(-16),s=_E(t,ze.__wbindgen_malloc),a=ii;bL(e,ml);var r=e.ptr;e.ptr=0,ze.writeParquet(f,s,a,r);var n=dl()[f/4+0],i=dl()[f/4+1],o=dl()[f/4+2];if(o)throw Bc(i);return Bc(n)}finally{ze.__wbindgen_add_to_stack_pointer(16)}}async function jL(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 qE(t){let e={};e.wbg={},e.wbg.__wbindgen_string_new=function(i,o){let f=jE(i,o);return Tc(f)},e.wbg.__wbindgen_object_drop_ref=function(i){Bc(i)},e.wbg.__wbg_buffer_7af23f65f6c64548=function(i){let o=cl(i).buffer;return Tc(o)},e.wbg.__wbg_newwithbyteoffsetandlength_ce1e75f0ce5f7974=function(i,o,f){let s=new Uint8Array(cl(i),o>>>0,f>>>0);return Tc(s)},e.wbg.__wbg_set_f25e869e4565d2a2=function(i,o,f){cl(i).set(cl(o),f>>>0)},e.wbg.__wbg_length_0acb1cf9bbaf8519=function(i){return cl(i).length},e.wbg.__wbg_newwithlength_8f0657faca9f1422=function(i){let o=new Uint8Array(i>>>0);return Tc(o)},e.wbg.__wbindgen_throw=function(i,o){throw new Error(jE(i,o))},e.wbg.__wbindgen_memory=function(){let i=ze.memory;return Tc(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 jL(await t,e);return ze=r.exports,qE.__wbindgen_wasm_module=n,ze}var ze,yE,nb,ko,vc,ii,ib,dL,ob,wL,gL,yL,ml,lr,vE,TE=re(()=>{yE=new TextDecoder("utf-8",{ignoreBOM:!0,fatal:!0});yE.decode();nb=null;ko=new Array(32).fill(void 0);ko.push(void 0,null,!0,!1);vc=ko.length;ii=0,ib=new TextEncoder("utf-8"),dL=typeof ib.encodeInto=="function"?function(t,e){return ib.encodeInto(t,e)}:function(t,e){let r=ib.encode(t);return e.set(r),{read:t.length,written:r.length}};ob=null;wL=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"}),gL=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"}),yL=Object.freeze({V1:0,"0":"V1",V2:1,"1":"V2"}),ml=class{static __wrap(e){let r=Object.create(ml.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();ze.__wbg_writerproperties_free(e)}},lr=class{static __wrap(e){let r=Object.create(lr.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();ze.__wbg_writerpropertiesbuilder_free(e)}constructor(){let e=ze.writerpropertiesbuilder_new();return lr.__wrap(e)}build(){let e=this.__destroy_into_raw(),r=ze.writerpropertiesbuilder_build(e);return ml.__wrap(r)}setWriterVersion(e){let r=this.__destroy_into_raw(),n=ze.writerpropertiesbuilder_setWriterVersion(r,e);return lr.__wrap(n)}setDataPagesizeLimit(e){let r=this.__destroy_into_raw(),n=ze.writerpropertiesbuilder_setDataPagesizeLimit(r,e);return lr.__wrap(n)}setDictionaryPagesizeLimit(e){let r=this.__destroy_into_raw(),n=ze.writerpropertiesbuilder_setDictionaryPagesizeLimit(r,e);return lr.__wrap(n)}setWriteBatchSize(e){let r=this.__destroy_into_raw(),n=ze.writerpropertiesbuilder_setWriteBatchSize(r,e);return lr.__wrap(n)}setMaxRowGroupSize(e){let r=this.__destroy_into_raw(),n=ze.writerpropertiesbuilder_setMaxRowGroupSize(r,e);return lr.__wrap(n)}setCreatedBy(e){let r=this.__destroy_into_raw(),n=pl(e,ze.__wbindgen_malloc,ze.__wbindgen_realloc),i=ii,o=ze.writerpropertiesbuilder_setCreatedBy(r,n,i);return lr.__wrap(o)}setEncoding(e){let r=this.__destroy_into_raw(),n=ze.writerpropertiesbuilder_setEncoding(r,e);return lr.__wrap(n)}setCompression(e){let r=this.__destroy_into_raw(),n=ze.writerpropertiesbuilder_setCompression(r,e);return lr.__wrap(n)}setDictionaryEnabled(e){let r=this.__destroy_into_raw(),n=ze.writerpropertiesbuilder_setDictionaryEnabled(r,e);return lr.__wrap(n)}setStatisticsEnabled(e){let r=this.__destroy_into_raw(),n=ze.writerpropertiesbuilder_setStatisticsEnabled(r,e);return lr.__wrap(n)}setMaxStatisticsSize(e){let r=this.__destroy_into_raw(),n=ze.writerpropertiesbuilder_setMaxStatisticsSize(r,e);return lr.__wrap(n)}setColumnEncoding(e,r){let n=this.__destroy_into_raw(),i=pl(e,ze.__wbindgen_malloc,ze.__wbindgen_realloc),o=ii,f=ze.writerpropertiesbuilder_setColumnEncoding(n,i,o,r);return lr.__wrap(f)}setColumnCompression(e,r){let n=this.__destroy_into_raw(),i=pl(e,ze.__wbindgen_malloc,ze.__wbindgen_realloc),o=ii,f=ze.writerpropertiesbuilder_setColumnCompression(n,i,o,r);return lr.__wrap(f)}setColumnDictionaryEnabled(e,r){let n=this.__destroy_into_raw(),i=pl(e,ze.__wbindgen_malloc,ze.__wbindgen_realloc),o=ii,f=ze.writerpropertiesbuilder_setColumnDictionaryEnabled(n,i,o,r);return lr.__wrap(f)}setColumnStatisticsEnabled(e,r){let n=this.__destroy_into_raw(),i=pl(e,ze.__wbindgen_malloc,ze.__wbindgen_realloc),o=ii,f=ze.writerpropertiesbuilder_setColumnStatisticsEnabled(n,i,o,r);return lr.__wrap(f)}setColumnMaxStatisticsSize(e,r){let n=this.__destroy_into_raw(),i=pl(e,ze.__wbindgen_malloc,ze.__wbindgen_realloc),o=ii,f=ze.writerpropertiesbuilder_setColumnMaxStatisticsSize(n,i,o,r);return lr.__wrap(f)}};vE=qE});async function kc(t){return E_!==null?E_:(await vE(t),E_=fb,fb)}var E_,A_=re(()=>{TE();E_=null});async function BE(t,e){let r=e?.parquet?.wasmUrl,n=await kc(r),i=new Uint8Array(t),o=n.readParquet(i),f=o.buffer.slice(o.byteOffset,o.byteLength+o.byteOffset);return _L(f)}function _L(t){let e=sb.RecordBatchStreamReader.from(t),r=[];for(let n of e)r.push(n);return new sb.Table(r)}var sb,kE=re(()=>{sb=Ne(x_());A_()});function TL(t,e){return new ArrayBuffer(0)}var qL,vL,IE,SE=re(()=>{qL=typeof __VERSION__!="undefined"?__VERSION__:"latest",vL={},IE={name:"Apache Parquet",id:"parquet",module:"parquet",version:qL,extensions:["parquet"],mimeTypes:["application/octet-stream"],encodeSync:TL,binary:!0,options:vL}});var xE=re(()=>{A_()});async function AE(t,e){let r=e?.parquet?.wasmUrl,n=await kc(r),i=BL(t),o=new n.WriterPropertiesBuilder().build(),f=n.writeParquet(i,o);return f.buffer.slice(f.byteOffset,f.byteLength+f.byteOffset)}function BL(t){return EE.RecordBatchStreamWriter.writeAll(t).toUint8Array(!0)}var EE,OE=re(()=>{EE=Ne(x_());xE()});var kL,IL,NE,DE=re(()=>{OE();kL=typeof __VERSION__!="undefined"?__VERSION__:"latest",IL={parquet:{wasmUrl:"https://unpkg.com/parquet-wasm@0.3.1/esm2/arrow1_bg.wasm"}},NE={name:"Apache Parquet",id:"parquet-wasm",module:"parquet",version:kL,extensions:["parquet"],mimeTypes:["application/octet-stream"],encode:AE,binary:!0,options:IL}});function FE(t,e){return new Promise((r,n)=>{t.write(e,i=>{i?n(i):r()})})}function PE(t){return new Promise((e,r)=>{t.close(n=>{n?r(n):e()})})}function RE(t,e){return new Promise((r,n)=>{let i=Ec.createWriteStream(t,e);i.once("open",o=>r(i)),i.once("error",o=>n(o))})}var zE=re(()=>{fi()});function hl(t,e,r,n){if(!(e in No))throw new Error(`invalid encoding: ${e}`);return No[e].encodeValues(t,r,n)}async function AL(t,e){let r=Buffer.alloc(0);t.rLevelMax>0&&(r=hl(ab,Ns,e.rlevels,{bitWidth:wi(t.rLevelMax)}));let n=Buffer.alloc(0);t.dLevelMax>0&&(n=hl(ab,Ns,e.dlevels,{bitWidth:wi(t.dLevelMax)}));let i=hl(t.primitiveType,t.encoding,e.values,{typeLength:t.typeLength,bitWidth:t.typeLength}),o=Buffer.concat([r,n,i]),f=await ph(t.compression,o),s=new Jo({type:Xf.DATA_PAGE,data_page_header:new es({num_values:e.count,encoding:Gr[t.encoding],definition_level_encoding:Gr[Ns],repetition_level_encoding:Gr[Ns]}),uncompressed_page_size:o.length,compressed_page_size:f.length}),a=Bu(s),u=Buffer.concat([a,f]);return{header:s,headerSize:a.length,page:u}}async function OL(t,e,r){let n=hl(t.primitiveType,t.encoding,e.values,{typeLength:t.typeLength,bitWidth:t.typeLength}),i=await ph(t.compression,n),o=Buffer.alloc(0);t.rLevelMax>0&&(o=hl(ab,Ns,e.rlevels,{bitWidth:wi(t.rLevelMax),disableEnvelope:!0}));let f=Buffer.alloc(0);t.dLevelMax>0&&(f=hl(ab,Ns,e.dlevels,{bitWidth:wi(t.dLevelMax),disableEnvelope:!0}));let s=new Jo({type:Xf.DATA_PAGE_V2,data_page_header_v2:new ts({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}),a=Bu(s),u=Buffer.concat([a,o,f,i]);return{header:s,headerSize:a.length,page:u}}async function NL(t,e,r,n){let i=e.columnData[t.path.join()],o=(n.baseOffset||0)+r,f,s=0,a=0;{let p=n.useDataPageV2?await OL(t,i,e.rowCount):await AL(t,i);f=p.page,s+=p.header.uncompressed_page_size+p.headerSize,a+=p.header.compressed_page_size+p.headerSize}let u=new ns({path_in_schema:t.path,num_values:i.count,data_page_offset:o,encodings:[],total_uncompressed_size:s,total_compressed_size:a,type:$i[t.primitiveType],codec:ta[t.compression]});u.encodings.push(Gr[Ns]),u.encodings.push(Gr[t.encoding]);let c=o+f.length;return{body:Buffer.concat([f,Bu(u)]),metadata:u,metadataOffset:c}}async function DL(t,e,r){let n=new os({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 NL(o,e,i.length,r),s=new is({file_offset:f.metadataOffset,meta_data:f.metadata});n.columns.push(s),n.total_byte_size=new HE.default(Number(n.total_byte_size)+f.body.length),i=Buffer.concat([i,f.body])}return{body:i,metadata:n}}function FL(t,e,r,n){let i=new fs({version:SL,created_by:"parquets",num_rows:e,row_groups:r,schema:[],key_value_metadata:[]});for(let s in n){let a=new fo({key:s,value:n[s]});i.key_value_metadata?.push?.(a)}{let s=new Go({name:"root",num_children:Object.keys(t.fields).length});i.schema.push(s)}for(let s of t.fieldList){let a=ea[s.repetitionType],u=new Go({name:s.name,repetition_type:a});s.isNested?u.num_children=s.fieldCount:u.type=$i[s.primitiveType],s.originalType&&(u.converted_type=$s[s.originalType]),u.type_length=s.typeLength,i.schema.push(u)}let o=Bu(i),f=Buffer.alloc(o.length+8);return o.copy(f),f.writeUInt32LE(o.length,o.length),f.write(ME,o.length+4),f}var HE,ME,SL,xL,EL,ab,Ns,bl,lb,UE=re(()=>{Fc();Yl();Ep();vu();zE();td();HE=Ne(Mr()),ME="PAR1",SL=1,xL=8192,EL=4096,ab="INT32",Ns="RLE",bl=class{static async openFile(e,r,n){let i=await RE(r,n);return bl.openStream(e,i,n)}static async openStream(e,r,n={}){let i=await lb.openStream(e,r,n);return new bl(e,i,n)}constructor(e,r,n){this.schema=e,this.envelopeWriter=r,this.rowBuffer={},this.rowGroupSize=n.rowGroupSize||EL,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");Sp(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)}},lb=class{static async openStream(e,r,n){let i=FE.bind(void 0,r),o=PE.bind(void 0,r);return new lb(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||xL,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(ME))}async writeRowGroup(e){let r=await DL(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(FL(this.schema,this.rowCount,this.rowGroups,e))}setPageSize(e){this.pageSize=e}}});var LE,CE=re(()=>{LE={$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 WE={};ub(WE,{ParquetColumnarLoader:()=>PL,ParquetEncoder:()=>bl,ParquetLoader:()=>VE,ParquetReader:()=>as,ParquetSchema:()=>Jl,ParquetWasmLoader:()=>RL,ParquetWasmWorkerLoader:()=>cb,ParquetWasmWriter:()=>NE,ParquetWorkerLoader:()=>xc,_ParquetWriter:()=>IE,_typecheckParquetLoader:()=>zL,convertParquetToArrowSchema:()=>Fu,convertSchemaFromParquet:()=>Fu,geoJSONSchema:()=>LE,getGeoMetadata:()=>fg,preloadCompressions:()=>Vv,setGeoMetadata:()=>Bk,unpackGeoMetadata:()=>nd});var VE,PL,RL,zL,YE=re(()=>{P_();R_();uk();Ik();kE();SE();DE();Yl();Ph();rd();UE();og();CE();sg();VE={...xc,parse:lk,parseFileInBatches:Qw},PL={...xc,parse:kk,parseFileInBatches:ag},RL={...cb,parse:BE},zL=VE});var ML=H((FG,KE)=>{var HL=(YE(),WE);globalThis.loaders=globalThis.loaders||{};KE.exports=Object.assign(globalThis.loaders,HL)});ML();})();
|
|
46
46
|
/*!
|
|
47
47
|
*
|
|
48
48
|
* Copyright 2009-2017 Kris Kowal under the terms of the MIT
|