@uwdata/mosaic-core 0.10.0 → 0.12.0
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/README.md +1 -1
- package/dist/mosaic-core.js +12960 -21458
- package/dist/mosaic-core.min.js +7 -16
- package/dist/types/Coordinator.d.ts +169 -0
- package/dist/types/MosaicClient.d.ts +94 -0
- package/dist/types/Param.d.ts +47 -0
- package/dist/types/QueryConsolidator.d.ts +9 -0
- package/dist/types/QueryManager.d.ts +64 -0
- package/dist/types/Selection.d.ts +224 -0
- package/dist/types/SelectionClause.d.ts +105 -0
- package/dist/types/connectors/rest.d.ts +17 -0
- package/dist/types/connectors/socket.d.ts +18 -0
- package/dist/types/connectors/wasm.d.ts +16 -0
- package/dist/types/index.d.ts +25 -0
- package/dist/types/preagg/PreAggregator.d.ts +178 -0
- package/dist/types/preagg/preagg-columns.d.ts +14 -0
- package/dist/types/preagg/sufficient-statistics.d.ts +13 -0
- package/dist/types/util/AsyncDispatch.d.ts +100 -0
- package/dist/types/util/cache.d.ts +13 -0
- package/dist/types/util/decode-ipc.d.ts +7 -0
- package/dist/types/util/distinct.d.ts +2 -0
- package/dist/types/util/field-info.d.ts +13 -0
- package/dist/types/util/hash.d.ts +1 -0
- package/dist/types/util/is-arrow-table.d.ts +8 -0
- package/dist/types/util/js-type.d.ts +1 -0
- package/dist/types/util/priority-queue.d.ts +37 -0
- package/dist/types/util/query-result.d.ts +44 -0
- package/dist/types/util/selection-types.d.ts +114 -0
- package/dist/types/util/synchronizer.d.ts +29 -0
- package/dist/types/util/throttle.d.ts +11 -0
- package/dist/types/util/to-data-columns.d.ts +29 -0
- package/dist/types/util/void-logger.d.ts +7 -0
- package/jsconfig.json +11 -0
- package/package.json +10 -8
- package/src/Coordinator.js +66 -41
- package/src/MosaicClient.js +14 -4
- package/src/QueryConsolidator.js +32 -39
- package/src/QueryManager.js +85 -48
- package/src/Selection.js +49 -15
- package/src/SelectionClause.js +19 -22
- package/src/connectors/rest.js +6 -4
- package/src/connectors/socket.js +7 -4
- package/src/connectors/wasm.js +20 -4
- package/src/index.js +16 -8
- package/src/preagg/PreAggregator.js +407 -0
- package/src/preagg/preagg-columns.js +103 -0
- package/src/preagg/sufficient-statistics.js +439 -0
- package/src/util/decode-ipc.js +11 -0
- package/src/util/field-info.js +19 -16
- package/src/util/hash.js +1 -1
- package/src/util/is-arrow-table.js +10 -0
- package/src/util/priority-queue.js +75 -76
- package/src/util/query-result.js +44 -2
- package/src/util/selection-types.ts +3 -3
- package/src/util/throttle.js +21 -9
- package/src/util/to-data-columns.js +4 -15
- package/src/util/void-logger.js +6 -5
- package/tsconfig.json +11 -0
- package/src/DataCubeIndexer.js +0 -320
- package/src/util/convert-arrow.js +0 -145
- package/src/util/index-columns.js +0 -540
package/dist/mosaic-core.min.js
CHANGED
|
@@ -1,20 +1,11 @@
|
|
|
1
|
-
var o_=Object.defineProperty;var ge=(r,t)=>{for(var e in t)o_(r,e,{get:t[e],enumerable:!0})};var qp={};function lh(r,t=!1){let e,i,n=qp;function s(l){e=r(l).then(()=>{if(i){let{value:u}=i;i=null,s(u)}else e=null})}function o(l){i={event:l}}function a(l){e?o(l):s(l)}function c(l){n!==l&&requestAnimationFrame(()=>{let u=n;n=qp,a(u)}),n=l}return t?c:a}var uh=class{constructor(t){this._filterBy=t,this._requestUpdate=lh(()=>this.requestQuery(),!0),this._coordinator=null}get coordinator(){return this._coordinator}set coordinator(t){this._coordinator=t}get filterBy(){return this._filterBy}get filterIndexable(){return!0}fields(){return null}fieldInfo(t){return this}query(t){return null}queryPending(){return this}queryResult(t){return this}queryError(t){return this}requestQuery(t){let e=t||this.query(this.filterBy?.predicate(this));return this._coordinator.requestQuery(this,e)}requestUpdate(){this._requestUpdate()}update(){return this}};function Qc(r,t){var e={};for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&t.indexOf(i)<0&&(e[i]=r[i]);if(r!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(r);n<i.length;n++)t.indexOf(i[n])<0&&Object.prototype.propertyIsEnumerable.call(r,i[n])&&(e[i[n]]=r[i[n]]);return e}function p(r,t,e,i){function n(s){return s instanceof e?s:new e(function(o){o(s)})}return new(e||(e=Promise))(function(s,o){function a(u){try{l(i.next(u))}catch(f){o(f)}}function c(u){try{l(i.throw(u))}catch(f){o(f)}}function l(u){u.done?s(u.value):n(u.value).then(a,c)}l((i=i.apply(r,t||[])).next())})}function Wp(r){var t=typeof Symbol=="function"&&Symbol.iterator,e=t&&r[t],i=0;if(e)return e.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&i>=r.length&&(r=void 0),{value:r&&r[i++],done:!r}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function y(r){return this instanceof y?(this.v=r,this):new y(r)}function vt(r,t,e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var i=e.apply(r,t||[]),n,s=[];return n={},a("next"),a("throw"),a("return",o),n[Symbol.asyncIterator]=function(){return this},n;function o(b){return function(F){return Promise.resolve(F).then(b,f)}}function a(b,F){i[b]&&(n[b]=function(Ge){return new Promise(function(It,nt){s.push([b,Ge,It,nt])>1||c(b,Ge)})},F&&(n[b]=F(n[b])))}function c(b,F){try{l(i[b](F))}catch(Ge){m(s[0][3],Ge)}}function l(b){b.value instanceof y?Promise.resolve(b.value.v).then(u,f):m(s[0][2],b)}function u(b){c("next",b)}function f(b){c("throw",b)}function m(b,F){b(F),s.shift(),s.length&&c(s[0][0],s[0][1])}}function Ye(r){var t,e;return t={},i("next"),i("throw",function(n){throw n}),i("return"),t[Symbol.iterator]=function(){return this},t;function i(n,s){t[n]=r[n]?function(o){return(e=!e)?{value:y(r[n](o)),done:!1}:s?s(o):o}:s}}function Rt(r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t=r[Symbol.asyncIterator],e;return t?t.call(r):(r=typeof Wp=="function"?Wp(r):r[Symbol.iterator](),e={},i("next"),i("throw"),i("return"),e[Symbol.asyncIterator]=function(){return this},e);function i(s){e[s]=r[s]&&function(o){return new Promise(function(a,c){o=r[s](o),n(a,c,o.done,o.value)})}}function n(s,o,a,c){Promise.resolve(c).then(function(l){s({value:l,done:a})},o)}}var yh={};ge(yh,{compareArrayLike:()=>mh,joinUint8Arrays:()=>Ne,memcpy:()=>Ro,rebaseValueOffsets:()=>sl,toArrayBufferView:()=>J,toArrayBufferViewAsyncIterator:()=>fr,toArrayBufferViewIterator:()=>Wr,toBigInt64Array:()=>nl,toBigUint64Array:()=>m_,toFloat32Array:()=>y_,toFloat32ArrayAsyncIterator:()=>N_,toFloat32ArrayIterator:()=>B_,toFloat64Array:()=>g_,toFloat64ArrayAsyncIterator:()=>M_,toFloat64ArrayIterator:()=>x_,toInt16Array:()=>h_,toInt16ArrayAsyncIterator:()=>D_,toInt16ArrayIterator:()=>w_,toInt32Array:()=>$n,toInt32ArrayAsyncIterator:()=>O_,toInt32ArrayIterator:()=>I_,toInt8Array:()=>d_,toInt8ArrayAsyncIterator:()=>A_,toInt8ArrayIterator:()=>__,toUint16Array:()=>f_,toUint16ArrayAsyncIterator:()=>E_,toUint16ArrayIterator:()=>v_,toUint32Array:()=>p_,toUint32ArrayAsyncIterator:()=>F_,toUint32ArrayIterator:()=>S_,toUint8Array:()=>N,toUint8ArrayAsyncIterator:()=>ph,toUint8ArrayIterator:()=>fh,toUint8ClampedArray:()=>b_,toUint8ClampedArrayAsyncIterator:()=>L_,toUint8ClampedArrayIterator:()=>T_});var a_=new TextDecoder("utf-8"),Mo=r=>a_.decode(r),c_=new TextEncoder,qr=r=>c_.encode(r);var l_=r=>typeof r=="number",Gp=r=>typeof r=="boolean",Gt=r=>typeof r=="function",ue=r=>r!=null&&Object(r)===r,Fe=r=>ue(r)&&Gt(r.then);var hr=r=>ue(r)&&Gt(r[Symbol.iterator]),He=r=>ue(r)&&Gt(r[Symbol.asyncIterator]),Xc=r=>ue(r)&&ue(r.schema);var Zc=r=>ue(r)&&"done"in r&&"value"in r;var tl=r=>ue(r)&&Gt(r.stat)&&l_(r.fd);var el=r=>ue(r)&&Lo(r.body),rl=r=>"_getDOMStream"in r&&"_getNodeStream"in r,Yp=r=>ue(r)&&Gt(r.abort)&&Gt(r.getWriter)&&!rl(r),Lo=r=>ue(r)&&Gt(r.cancel)&&Gt(r.getReader)&&!rl(r),Hp=r=>ue(r)&&Gt(r.end)&&Gt(r.write)&&Gp(r.writable)&&!rl(r),il=r=>ue(r)&&Gt(r.read)&&Gt(r.pipe)&&Gp(r.readable)&&!rl(r),Kp=r=>ue(r)&&Gt(r.clear)&&Gt(r.bytes)&&Gt(r.position)&&Gt(r.setPosition)&&Gt(r.capacity)&&Gt(r.getBufferIdentifier)&&Gt(r.createLong);var hh=typeof SharedArrayBuffer<"u"?SharedArrayBuffer:ArrayBuffer;function u_(r){let t=r[0]?[r[0]]:[],e,i,n,s;for(let o,a,c=0,l=0,u=r.length;++c<u;){if(o=t[l],a=r[c],!o||!a||o.buffer!==a.buffer||a.byteOffset<o.byteOffset){a&&(t[++l]=a);continue}if({byteOffset:e,byteLength:n}=o,{byteOffset:i,byteLength:s}=a,e+n<i||i+s<e){a&&(t[++l]=a);continue}t[l]=new Uint8Array(o.buffer,e,i-e+s)}return t}function Ro(r,t,e=0,i=t.byteLength){let n=r.byteLength,s=new Uint8Array(r.buffer,r.byteOffset,n),o=new Uint8Array(t.buffer,t.byteOffset,Math.min(i,n));return s.set(o,e),r}function Ne(r,t){let e=u_(r),i=e.reduce((u,f)=>u+f.byteLength,0),n,s,o,a=0,c=-1,l=Math.min(t||Number.POSITIVE_INFINITY,i);for(let u=e.length;++c<u;){if(n=e[c],s=n.subarray(0,Math.min(n.length,l-a)),l<=a+s.length){s.length<n.length?e[c]=n.subarray(s.length):s.length===n.length&&c++,o?Ro(o,s,a):o=s;break}Ro(o||(o=new Uint8Array(l)),s,a),a+=s.length}return[o||new Uint8Array(0),e.slice(c),i-(o?o.byteLength:0)]}function J(r,t){let e=Zc(t)?t.value:t;return e instanceof r?r===Uint8Array?new r(e.buffer,e.byteOffset,e.byteLength):e:e?(typeof e=="string"&&(e=qr(e)),e instanceof ArrayBuffer?new r(e):e instanceof hh?new r(e):Kp(e)?J(r,e.bytes()):ArrayBuffer.isView(e)?e.byteLength<=0?new r(0):new r(e.buffer,e.byteOffset,e.byteLength/r.BYTES_PER_ELEMENT):r.from(e)):new r(0)}var d_=r=>J(Int8Array,r),h_=r=>J(Int16Array,r),$n=r=>J(Int32Array,r),nl=r=>J(BigInt64Array,r),N=r=>J(Uint8Array,r),f_=r=>J(Uint16Array,r),p_=r=>J(Uint32Array,r),m_=r=>J(BigUint64Array,r),y_=r=>J(Float32Array,r),g_=r=>J(Float64Array,r),b_=r=>J(Uint8ClampedArray,r),dh=r=>(r.next(),r);function*Wr(r,t){let e=function*(n){yield n},i=typeof t=="string"||ArrayBuffer.isView(t)||t instanceof ArrayBuffer||t instanceof hh?e(t):hr(t)?t:e(t);return yield*dh(function*(n){let s=null;do s=n.next(yield J(r,s));while(!s.done)}(i[Symbol.iterator]())),new r}var __=r=>Wr(Int8Array,r),w_=r=>Wr(Int16Array,r),I_=r=>Wr(Int32Array,r),fh=r=>Wr(Uint8Array,r),v_=r=>Wr(Uint16Array,r),S_=r=>Wr(Uint32Array,r),B_=r=>Wr(Float32Array,r),x_=r=>Wr(Float64Array,r),T_=r=>Wr(Uint8ClampedArray,r);function fr(r,t){return vt(this,arguments,function*(){if(Fe(t))return yield y(yield y(yield*Ye(Rt(fr(r,yield y(t))))));let i=function(o){return vt(this,arguments,function*(){yield yield y(yield y(o))})},n=function(o){return vt(this,arguments,function*(){yield y(yield*Ye(Rt(dh(function*(a){let c=null;do c=a.next(yield c?.value);while(!c.done)}(o[Symbol.iterator]())))))})},s=typeof t=="string"||ArrayBuffer.isView(t)||t instanceof ArrayBuffer||t instanceof hh?i(t):hr(t)?n(t):He(t)?t:i(t);return yield y(yield*Ye(Rt(dh(function(o){return vt(this,arguments,function*(){let a=null;do a=yield y(o.next(yield yield y(J(r,a))));while(!a.done)})}(s[Symbol.asyncIterator]()))))),yield y(new r)})}var A_=r=>fr(Int8Array,r),D_=r=>fr(Int16Array,r),O_=r=>fr(Int32Array,r),ph=r=>fr(Uint8Array,r),E_=r=>fr(Uint16Array,r),F_=r=>fr(Uint32Array,r),N_=r=>fr(Float32Array,r),M_=r=>fr(Float64Array,r),L_=r=>fr(Uint8ClampedArray,r);function sl(r,t,e){if(r!==0){e=e.slice(0,t);for(let i=-1,n=e.length;++i<n;)e[i]+=r}return e.subarray(0,t)}function mh(r,t){let e=0,i=r.length;if(i!==t.length)return!1;if(i>0)do if(r[e]!==t[e])return!1;while(++e<i);return!0}var Qt={fromIterable(r){return ol(R_(r))},fromAsyncIterable(r){return ol(U_(r))},fromDOMStream(r){return ol(C_(r))},fromNodeStream(r){return ol(k_(r))},toDOMStream(r,t){throw new Error('"toDOMStream" not available in this environment')},toNodeStream(r,t){throw new Error('"toNodeStream" not available in this environment')}},ol=r=>(r.next(),r);function*R_(r){let t,e=!1,i=[],n,s,o,a=0;function c(){return s==="peek"?Ne(i,o)[0]:([n,i,a]=Ne(i,o),n)}({cmd:s,size:o}=(yield null)||{cmd:"read",size:0});let l=fh(r)[Symbol.iterator]();try{do if({done:t,value:n}=Number.isNaN(o-a)?l.next():l.next(o-a),!t&&n.byteLength>0&&(i.push(n),a+=n.byteLength),t||o<=a)do({cmd:s,size:o}=yield c());while(o<a);while(!t)}catch(u){(e=!0)&&typeof l.throw=="function"&&l.throw(u)}finally{e===!1&&typeof l.return=="function"&&l.return(null)}return null}function U_(r){return vt(this,arguments,function*(){let e,i=!1,n=[],s,o,a,c=0;function l(){return o==="peek"?Ne(n,a)[0]:([s,n,c]=Ne(n,a),s)}({cmd:o,size:a}=(yield yield y(null))||{cmd:"read",size:0});let u=ph(r)[Symbol.asyncIterator]();try{do if({done:e,value:s}=Number.isNaN(a-c)?yield y(u.next()):yield y(u.next(a-c)),!e&&s.byteLength>0&&(n.push(s),c+=s.byteLength),e||a<=c)do({cmd:o,size:a}=yield yield y(l()));while(a<c);while(!e)}catch(f){(i=!0)&&typeof u.throw=="function"&&(yield y(u.throw(f)))}finally{i===!1&&typeof u.return=="function"&&(yield y(u.return(new Uint8Array(0))))}return yield y(null)})}function C_(r){return vt(this,arguments,function*(){let e=!1,i=!1,n=[],s,o,a,c=0;function l(){return o==="peek"?Ne(n,a)[0]:([s,n,c]=Ne(n,a),s)}({cmd:o,size:a}=(yield yield y(null))||{cmd:"read",size:0});let u=new bh(r);try{do if({done:e,value:s}=Number.isNaN(a-c)?yield y(u.read()):yield y(u.read(a-c)),!e&&s.byteLength>0&&(n.push(N(s)),c+=s.byteLength),e||a<=c)do({cmd:o,size:a}=yield yield y(l()));while(a<c);while(!e)}catch(f){(i=!0)&&(yield y(u.cancel(f)))}finally{i===!1?yield y(u.cancel()):r.locked&&u.releaseLock()}return yield y(null)})}var bh=class{constructor(t){this.source=t,this.reader=null,this.reader=this.source.getReader(),this.reader.closed.catch(()=>{})}get closed(){return this.reader?this.reader.closed.catch(()=>{}):Promise.resolve()}releaseLock(){this.reader&&this.reader.releaseLock(),this.reader=null}cancel(t){return p(this,void 0,void 0,function*(){let{reader:e,source:i}=this;e&&(yield e.cancel(t).catch(()=>{})),i&&i.locked&&this.releaseLock()})}read(t){return p(this,void 0,void 0,function*(){if(t===0)return{done:this.reader==null,value:new Uint8Array(0)};let e=yield this.reader.read();return!e.done&&(e.value=N(e)),e})}},gh=(r,t)=>{let e=n=>i([t,n]),i;return[t,e,new Promise(n=>(i=n)&&r.once(t,e))]};function k_(r){return vt(this,arguments,function*(){let e=[],i="error",n=!1,s=null,o,a,c=0,l=[],u;function f(){return o==="peek"?Ne(l,a)[0]:([u,l,c]=Ne(l,a),u)}if({cmd:o,size:a}=(yield yield y(null))||{cmd:"read",size:0},r.isTTY)return yield yield y(new Uint8Array(0)),yield y(null);try{e[0]=gh(r,"end"),e[1]=gh(r,"error");do{if(e[2]=gh(r,"readable"),[i,s]=yield y(Promise.race(e.map(b=>b[2]))),i==="error")break;if((n=i==="end")||(Number.isFinite(a-c)?(u=N(r.read(a-c)),u.byteLength<a-c&&(u=N(r.read()))):u=N(r.read()),u.byteLength>0&&(l.push(u),c+=u.byteLength)),n||a<=c)do({cmd:o,size:a}=yield yield y(f()));while(a<c)}while(!n)}finally{yield y(m(e,i==="error"?s:null))}return yield y(null);function m(b,F){return u=l=null,new Promise((Ge,It)=>{for(let[nt,le]of b)r.off(nt,le);try{let nt=r.destroy;nt&&nt.call(r,F),F=void 0}catch(nt){F=nt||F}finally{F!=null?It(F):Ge()}})}})}var pt;(function(r){r[r.V1=0]="V1",r[r.V2=1]="V2",r[r.V3=2]="V3",r[r.V4=3]="V4",r[r.V5=4]="V5"})(pt||(pt={}));var _t;(function(r){r[r.Sparse=0]="Sparse",r[r.Dense=1]="Dense"})(_t||(_t={}));var gt;(function(r){r[r.HALF=0]="HALF",r[r.SINGLE=1]="SINGLE",r[r.DOUBLE=2]="DOUBLE"})(gt||(gt={}));var Vt;(function(r){r[r.DAY=0]="DAY",r[r.MILLISECOND=1]="MILLISECOND"})(Vt||(Vt={}));var _;(function(r){r[r.SECOND=0]="SECOND",r[r.MILLISECOND=1]="MILLISECOND",r[r.MICROSECOND=2]="MICROSECOND",r[r.NANOSECOND=3]="NANOSECOND"})(_||(_={}));var Jt;(function(r){r[r.YEAR_MONTH=0]="YEAR_MONTH",r[r.DAY_TIME=1]="DAY_TIME",r[r.MONTH_DAY_NANO=2]="MONTH_DAY_NANO"})(Jt||(Jt={}));var Gr=new Int32Array(2),al=new Float32Array(Gr.buffer),cl=new Float64Array(Gr.buffer),Ms=new Uint16Array(new Uint8Array([1,0]).buffer)[0]===1;var Uo;(function(r){r[r.UTF8_BYTES=1]="UTF8_BYTES",r[r.UTF16_STRING=2]="UTF16_STRING"})(Uo||(Uo={}));var Me=class r{constructor(t){this.bytes_=t,this.position_=0,this.text_decoder_=new TextDecoder}static allocate(t){return new r(new Uint8Array(t))}clear(){this.position_=0}bytes(){return this.bytes_}position(){return this.position_}setPosition(t){this.position_=t}capacity(){return this.bytes_.length}readInt8(t){return this.readUint8(t)<<24>>24}readUint8(t){return this.bytes_[t]}readInt16(t){return this.readUint16(t)<<16>>16}readUint16(t){return this.bytes_[t]|this.bytes_[t+1]<<8}readInt32(t){return this.bytes_[t]|this.bytes_[t+1]<<8|this.bytes_[t+2]<<16|this.bytes_[t+3]<<24}readUint32(t){return this.readInt32(t)>>>0}readInt64(t){return BigInt.asIntN(64,BigInt(this.readUint32(t))+(BigInt(this.readUint32(t+4))<<BigInt(32)))}readUint64(t){return BigInt.asUintN(64,BigInt(this.readUint32(t))+(BigInt(this.readUint32(t+4))<<BigInt(32)))}readFloat32(t){return Gr[0]=this.readInt32(t),al[0]}readFloat64(t){return Gr[Ms?0:1]=this.readInt32(t),Gr[Ms?1:0]=this.readInt32(t+4),cl[0]}writeInt8(t,e){this.bytes_[t]=e}writeUint8(t,e){this.bytes_[t]=e}writeInt16(t,e){this.bytes_[t]=e,this.bytes_[t+1]=e>>8}writeUint16(t,e){this.bytes_[t]=e,this.bytes_[t+1]=e>>8}writeInt32(t,e){this.bytes_[t]=e,this.bytes_[t+1]=e>>8,this.bytes_[t+2]=e>>16,this.bytes_[t+3]=e>>24}writeUint32(t,e){this.bytes_[t]=e,this.bytes_[t+1]=e>>8,this.bytes_[t+2]=e>>16,this.bytes_[t+3]=e>>24}writeInt64(t,e){this.writeInt32(t,Number(BigInt.asIntN(32,e))),this.writeInt32(t+4,Number(BigInt.asIntN(32,e>>BigInt(32))))}writeUint64(t,e){this.writeUint32(t,Number(BigInt.asUintN(32,e))),this.writeUint32(t+4,Number(BigInt.asUintN(32,e>>BigInt(32))))}writeFloat32(t,e){al[0]=e,this.writeInt32(t,Gr[0])}writeFloat64(t,e){cl[0]=e,this.writeInt32(t,Gr[Ms?0:1]),this.writeInt32(t+4,Gr[Ms?1:0])}getBufferIdentifier(){if(this.bytes_.length<this.position_+4+4)throw new Error("FlatBuffers: ByteBuffer is too short to contain an identifier.");let t="";for(let e=0;e<4;e++)t+=String.fromCharCode(this.readInt8(this.position_+4+e));return t}__offset(t,e){let i=t-this.readInt32(t);return e<this.readInt16(i)?this.readInt16(i+e):0}__union(t,e){return t.bb_pos=e+this.readInt32(e),t.bb=this,t}__string(t,e){t+=this.readInt32(t);let i=this.readInt32(t);t+=4;let n=this.bytes_.subarray(t,t+i);return e===Uo.UTF8_BYTES?n:this.text_decoder_.decode(n)}__union_with_string(t,e){return typeof t=="string"?this.__string(e):this.__union(t,e)}__indirect(t){return t+this.readInt32(t)}__vector(t){return t+this.readInt32(t)+4}__vector_len(t){return this.readInt32(t+this.readInt32(t))}__has_identifier(t){if(t.length!=4)throw new Error("FlatBuffers: file identifier must be length "+4);for(let e=0;e<4;e++)if(t.charCodeAt(e)!=this.readInt8(this.position()+4+e))return!1;return!0}createScalarList(t,e){let i=[];for(let n=0;n<e;++n){let s=t(n);s!==null&&i.push(s)}return i}createObjList(t,e){let i=[];for(let n=0;n<e;++n){let s=t(n);s!==null&&i.push(s.unpack())}return i}};var qn=class r{constructor(t){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,this.string_maps=null,this.text_encoder=new TextEncoder;let e;t?e=t:e=1024,this.bb=Me.allocate(e),this.space=e}clear(){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,this.string_maps=null}forceDefaults(t){this.force_defaults=t}dataBuffer(){return this.bb}asUint8Array(){return this.bb.bytes().subarray(this.bb.position(),this.bb.position()+this.offset())}prep(t,e){t>this.minalign&&(this.minalign=t);let i=~(this.bb.capacity()-this.space+e)+1&t-1;for(;this.space<i+t+e;){let n=this.bb.capacity();this.bb=r.growByteBuffer(this.bb),this.space+=this.bb.capacity()-n}this.pad(i)}pad(t){for(let e=0;e<t;e++)this.bb.writeInt8(--this.space,0)}writeInt8(t){this.bb.writeInt8(this.space-=1,t)}writeInt16(t){this.bb.writeInt16(this.space-=2,t)}writeInt32(t){this.bb.writeInt32(this.space-=4,t)}writeInt64(t){this.bb.writeInt64(this.space-=8,t)}writeFloat32(t){this.bb.writeFloat32(this.space-=4,t)}writeFloat64(t){this.bb.writeFloat64(this.space-=8,t)}addInt8(t){this.prep(1,0),this.writeInt8(t)}addInt16(t){this.prep(2,0),this.writeInt16(t)}addInt32(t){this.prep(4,0),this.writeInt32(t)}addInt64(t){this.prep(8,0),this.writeInt64(t)}addFloat32(t){this.prep(4,0),this.writeFloat32(t)}addFloat64(t){this.prep(8,0),this.writeFloat64(t)}addFieldInt8(t,e,i){(this.force_defaults||e!=i)&&(this.addInt8(e),this.slot(t))}addFieldInt16(t,e,i){(this.force_defaults||e!=i)&&(this.addInt16(e),this.slot(t))}addFieldInt32(t,e,i){(this.force_defaults||e!=i)&&(this.addInt32(e),this.slot(t))}addFieldInt64(t,e,i){(this.force_defaults||e!==i)&&(this.addInt64(e),this.slot(t))}addFieldFloat32(t,e,i){(this.force_defaults||e!=i)&&(this.addFloat32(e),this.slot(t))}addFieldFloat64(t,e,i){(this.force_defaults||e!=i)&&(this.addFloat64(e),this.slot(t))}addFieldOffset(t,e,i){(this.force_defaults||e!=i)&&(this.addOffset(e),this.slot(t))}addFieldStruct(t,e,i){e!=i&&(this.nested(e),this.slot(t))}nested(t){if(t!=this.offset())throw new TypeError("FlatBuffers: struct must be serialized inline.")}notNested(){if(this.isNested)throw new TypeError("FlatBuffers: object serialization must not be nested.")}slot(t){this.vtable!==null&&(this.vtable[t]=this.offset())}offset(){return this.bb.capacity()-this.space}static growByteBuffer(t){let e=t.capacity();if(e&3221225472)throw new Error("FlatBuffers: cannot grow buffer beyond 2 gigabytes.");let i=e<<1,n=Me.allocate(i);return n.setPosition(i-e),n.bytes().set(t.bytes(),i-e),n}addOffset(t){this.prep(4,0),this.writeInt32(this.offset()-t+4)}startObject(t){this.notNested(),this.vtable==null&&(this.vtable=[]),this.vtable_in_use=t;for(let e=0;e<t;e++)this.vtable[e]=0;this.isNested=!0,this.object_start=this.offset()}endObject(){if(this.vtable==null||!this.isNested)throw new Error("FlatBuffers: endObject called without startObject");this.addInt32(0);let t=this.offset(),e=this.vtable_in_use-1;for(;e>=0&&this.vtable[e]==0;e--);let i=e+1;for(;e>=0;e--)this.addInt16(this.vtable[e]!=0?t-this.vtable[e]:0);let n=2;this.addInt16(t-this.object_start);let s=(i+n)*2;this.addInt16(s);let o=0,a=this.space;t:for(e=0;e<this.vtables.length;e++){let c=this.bb.capacity()-this.vtables[e];if(s==this.bb.readInt16(c)){for(let l=2;l<s;l+=2)if(this.bb.readInt16(a+l)!=this.bb.readInt16(c+l))continue t;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}finish(t,e,i){let n=i?4:0;if(e){let s=e;if(this.prep(this.minalign,8+n),s.length!=4)throw new TypeError("FlatBuffers: file identifier must be length "+4);for(let o=3;o>=0;o--)this.writeInt8(s.charCodeAt(o))}this.prep(this.minalign,4+n),this.addOffset(t),n&&this.addInt32(this.bb.capacity()-this.space),this.bb.setPosition(this.space)}finishSizePrefixed(t,e){this.finish(t,e,!0)}requiredField(t,e){let i=this.bb.capacity()-t,n=i-this.bb.readInt32(i);if(!(e<this.bb.readInt16(n)&&this.bb.readInt16(n+e)!=0))throw new TypeError("FlatBuffers: field "+e+" must be set")}startVector(t,e,i){this.notNested(),this.vector_num_elems=e,this.prep(4,t*e),this.prep(i,t*e)}endVector(){return this.writeInt32(this.vector_num_elems),this.offset()}createSharedString(t){if(!t)return 0;if(this.string_maps||(this.string_maps=new Map),this.string_maps.has(t))return this.string_maps.get(t);let e=this.createString(t);return this.string_maps.set(t,e),e}createString(t){if(t==null)return 0;let e;return t instanceof Uint8Array?e=t:e=this.text_encoder.encode(t),this.addInt8(0),this.startVector(1,e.length,1),this.bb.setPosition(this.space-=e.length),this.bb.bytes().set(e,this.space),this.endVector()}createByteVector(t){return t==null?0:(this.startVector(1,t.length,1),this.bb.setPosition(this.space-=t.length),this.bb.bytes().set(t,this.space),this.endVector())}createObjectOffset(t){return t===null?0:typeof t=="string"?this.createString(t):t.pack(this)}createObjectOffsetList(t){let e=[];for(let i=0;i<t.length;++i){let n=t[i];if(n!==null)e.push(this.createObjectOffset(n));else throw new TypeError("FlatBuffers: Argument for createObjectOffsetList cannot contain null.")}return e}createStructOffsetList(t,e){return e(this,t.length),this.createObjectOffsetList(t.slice().reverse()),this.endVector()}};var Co;(function(r){r[r.BUFFER=0]="BUFFER"})(Co||(Co={}));var ko;(function(r){r[r.LZ4_FRAME=0]="LZ4_FRAME",r[r.ZSTD=1]="ZSTD"})(ko||(ko={}));var ul=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsBodyCompression(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsBodyCompression(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}codec(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt8(this.bb_pos+t):ko.LZ4_FRAME}method(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.readInt8(this.bb_pos+t):Co.BUFFER}static startBodyCompression(t){t.startObject(2)}static addCodec(t,e){t.addFieldInt8(0,e,ko.LZ4_FRAME)}static addMethod(t,e){t.addFieldInt8(1,e,Co.BUFFER)}static endBodyCompression(t){return t.endObject()}static createBodyCompression(t,e,i){return r.startBodyCompression(t),r.addCodec(t,e),r.addMethod(t,i),r.endBodyCompression(t)}};var Ls=class{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}offset(){return this.bb.readInt64(this.bb_pos)}length(){return this.bb.readInt64(this.bb_pos+8)}static sizeOf(){return 16}static createBuffer(t,e,i){return t.prep(8,16),t.writeInt64(BigInt(i??0)),t.writeInt64(BigInt(e??0)),t.offset()}};var Rs=class{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}length(){return this.bb.readInt64(this.bb_pos)}nullCount(){return this.bb.readInt64(this.bb_pos+8)}static sizeOf(){return 16}static createFieldNode(t,e,i){return t.prep(8,16),t.writeInt64(BigInt(i??0)),t.writeInt64(BigInt(e??0)),t.offset()}};var Le=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsRecordBatch(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsRecordBatch(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}length(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt64(this.bb_pos+t):BigInt("0")}nodes(t,e){let i=this.bb.__offset(this.bb_pos,6);return i?(e||new Rs).__init(this.bb.__vector(this.bb_pos+i)+t*16,this.bb):null}nodesLength(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.__vector_len(this.bb_pos+t):0}buffers(t,e){let i=this.bb.__offset(this.bb_pos,8);return i?(e||new Ls).__init(this.bb.__vector(this.bb_pos+i)+t*16,this.bb):null}buffersLength(){let t=this.bb.__offset(this.bb_pos,8);return t?this.bb.__vector_len(this.bb_pos+t):0}compression(t){let e=this.bb.__offset(this.bb_pos,10);return e?(t||new ul).__init(this.bb.__indirect(this.bb_pos+e),this.bb):null}static startRecordBatch(t){t.startObject(4)}static addLength(t,e){t.addFieldInt64(0,e,BigInt("0"))}static addNodes(t,e){t.addFieldOffset(1,e,0)}static startNodesVector(t,e){t.startVector(16,e,8)}static addBuffers(t,e){t.addFieldOffset(2,e,0)}static startBuffersVector(t,e){t.startVector(16,e,8)}static addCompression(t,e){t.addFieldOffset(3,e,0)}static endRecordBatch(t){return t.endObject()}};var Bi=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsDictionaryBatch(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsDictionaryBatch(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}id(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt64(this.bb_pos+t):BigInt("0")}data(t){let e=this.bb.__offset(this.bb_pos,6);return e?(t||new Le).__init(this.bb.__indirect(this.bb_pos+e),this.bb):null}isDelta(){let t=this.bb.__offset(this.bb_pos,8);return t?!!this.bb.readInt8(this.bb_pos+t):!1}static startDictionaryBatch(t){t.startObject(3)}static addId(t,e){t.addFieldInt64(0,e,BigInt("0"))}static addData(t,e){t.addFieldOffset(1,e,0)}static addIsDelta(t,e){t.addFieldInt8(2,+e,0)}static endDictionaryBatch(t){return t.endObject()}};var dn;(function(r){r[r.Little=0]="Little",r[r.Big=1]="Big"})(dn||(dn={}));var Vo;(function(r){r[r.DenseArray=0]="DenseArray"})(Vo||(Vo={}));var mr=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsInt(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsInt(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}bitWidth(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt32(this.bb_pos+t):0}isSigned(){let t=this.bb.__offset(this.bb_pos,6);return t?!!this.bb.readInt8(this.bb_pos+t):!1}static startInt(t){t.startObject(2)}static addBitWidth(t,e){t.addFieldInt32(0,e,0)}static addIsSigned(t,e){t.addFieldInt8(1,+e,0)}static endInt(t){return t.endObject()}static createInt(t,e,i){return r.startInt(t),r.addBitWidth(t,e),r.addIsSigned(t,i),r.endInt(t)}};var Yr=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsDictionaryEncoding(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsDictionaryEncoding(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}id(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt64(this.bb_pos+t):BigInt("0")}indexType(t){let e=this.bb.__offset(this.bb_pos,6);return e?(t||new mr).__init(this.bb.__indirect(this.bb_pos+e),this.bb):null}isOrdered(){let t=this.bb.__offset(this.bb_pos,8);return t?!!this.bb.readInt8(this.bb_pos+t):!1}dictionaryKind(){let t=this.bb.__offset(this.bb_pos,10);return t?this.bb.readInt16(this.bb_pos+t):Vo.DenseArray}static startDictionaryEncoding(t){t.startObject(4)}static addId(t,e){t.addFieldInt64(0,e,BigInt("0"))}static addIndexType(t,e){t.addFieldOffset(1,e,0)}static addIsOrdered(t,e){t.addFieldInt8(2,+e,0)}static addDictionaryKind(t,e){t.addFieldInt16(3,e,Vo.DenseArray)}static endDictionaryEncoding(t){return t.endObject()}};var Yt=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsKeyValue(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsKeyValue(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}key(t){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.__string(this.bb_pos+e,t):null}value(t){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.__string(this.bb_pos+e,t):null}static startKeyValue(t){t.startObject(2)}static addKey(t,e){t.addFieldOffset(0,e,0)}static addValue(t,e){t.addFieldOffset(1,e,0)}static endKeyValue(t){return t.endObject()}static createKeyValue(t,e,i){return r.startKeyValue(t),r.addKey(t,e),r.addValue(t,i),r.endKeyValue(t)}};var Po=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsBinary(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsBinary(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static startBinary(t){t.startObject(0)}static endBinary(t){return t.endObject()}static createBinary(t){return r.startBinary(t),r.endBinary(t)}};var jo=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsBool(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsBool(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static startBool(t){t.startObject(0)}static endBool(t){return t.endObject()}static createBool(t){return r.startBool(t),r.endBool(t)}};var hn=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsDate(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsDate(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}unit(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt16(this.bb_pos+t):Vt.MILLISECOND}static startDate(t){t.startObject(1)}static addUnit(t,e){t.addFieldInt16(0,e,Vt.MILLISECOND)}static endDate(t){return t.endObject()}static createDate(t,e){return r.startDate(t),r.addUnit(t,e),r.endDate(t)}};var Hr=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsDecimal(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsDecimal(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}precision(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt32(this.bb_pos+t):0}scale(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.readInt32(this.bb_pos+t):0}bitWidth(){let t=this.bb.__offset(this.bb_pos,8);return t?this.bb.readInt32(this.bb_pos+t):128}static startDecimal(t){t.startObject(3)}static addPrecision(t,e){t.addFieldInt32(0,e,0)}static addScale(t,e){t.addFieldInt32(1,e,0)}static addBitWidth(t,e){t.addFieldInt32(2,e,128)}static endDecimal(t){return t.endObject()}static createDecimal(t,e,i,n){return r.startDecimal(t),r.addPrecision(t,e),r.addScale(t,i),r.addBitWidth(t,n),r.endDecimal(t)}};var fn=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsDuration(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsDuration(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}unit(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt16(this.bb_pos+t):_.MILLISECOND}static startDuration(t){t.startObject(1)}static addUnit(t,e){t.addFieldInt16(0,e,_.MILLISECOND)}static endDuration(t){return t.endObject()}static createDuration(t,e){return r.startDuration(t),r.addUnit(t,e),r.endDuration(t)}};var pn=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsFixedSizeBinary(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsFixedSizeBinary(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}byteWidth(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt32(this.bb_pos+t):0}static startFixedSizeBinary(t){t.startObject(1)}static addByteWidth(t,e){t.addFieldInt32(0,e,0)}static endFixedSizeBinary(t){return t.endObject()}static createFixedSizeBinary(t,e){return r.startFixedSizeBinary(t),r.addByteWidth(t,e),r.endFixedSizeBinary(t)}};var mn=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsFixedSizeList(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsFixedSizeList(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}listSize(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt32(this.bb_pos+t):0}static startFixedSizeList(t){t.startObject(1)}static addListSize(t,e){t.addFieldInt32(0,e,0)}static endFixedSizeList(t){return t.endObject()}static createFixedSizeList(t,e){return r.startFixedSizeList(t),r.addListSize(t,e),r.endFixedSizeList(t)}};var yn=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsFloatingPoint(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsFloatingPoint(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}precision(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt16(this.bb_pos+t):gt.HALF}static startFloatingPoint(t){t.startObject(1)}static addPrecision(t,e){t.addFieldInt16(0,e,gt.HALF)}static endFloatingPoint(t){return t.endObject()}static createFloatingPoint(t,e){return r.startFloatingPoint(t),r.addPrecision(t,e),r.endFloatingPoint(t)}};var gn=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsInterval(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsInterval(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}unit(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt16(this.bb_pos+t):Jt.YEAR_MONTH}static startInterval(t){t.startObject(1)}static addUnit(t,e){t.addFieldInt16(0,e,Jt.YEAR_MONTH)}static endInterval(t){return t.endObject()}static createInterval(t,e){return r.startInterval(t),r.addUnit(t,e),r.endInterval(t)}};var zo=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsLargeBinary(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsLargeBinary(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static startLargeBinary(t){t.startObject(0)}static endLargeBinary(t){return t.endObject()}static createLargeBinary(t){return r.startLargeBinary(t),r.endLargeBinary(t)}};var $o=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsLargeUtf8(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsLargeUtf8(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static startLargeUtf8(t){t.startObject(0)}static endLargeUtf8(t){return t.endObject()}static createLargeUtf8(t){return r.startLargeUtf8(t),r.endLargeUtf8(t)}};var qo=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsList(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsList(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static startList(t){t.startObject(0)}static endList(t){return t.endObject()}static createList(t){return r.startList(t),r.endList(t)}};var bn=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsMap(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsMap(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}keysSorted(){let t=this.bb.__offset(this.bb_pos,4);return t?!!this.bb.readInt8(this.bb_pos+t):!1}static startMap(t){t.startObject(1)}static addKeysSorted(t,e){t.addFieldInt8(0,+e,0)}static endMap(t){return t.endObject()}static createMap(t,e){return r.startMap(t),r.addKeysSorted(t,e),r.endMap(t)}};var Wo=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsNull(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsNull(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static startNull(t){t.startObject(0)}static endNull(t){return t.endObject()}static createNull(t){return r.startNull(t),r.endNull(t)}};var Go=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsStruct_(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsStruct_(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static startStruct_(t){t.startObject(0)}static endStruct_(t){return t.endObject()}static createStruct_(t){return r.startStruct_(t),r.endStruct_(t)}};var xi=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsTime(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsTime(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}unit(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt16(this.bb_pos+t):_.MILLISECOND}bitWidth(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.readInt32(this.bb_pos+t):32}static startTime(t){t.startObject(2)}static addUnit(t,e){t.addFieldInt16(0,e,_.MILLISECOND)}static addBitWidth(t,e){t.addFieldInt32(1,e,32)}static endTime(t){return t.endObject()}static createTime(t,e,i){return r.startTime(t),r.addUnit(t,e),r.addBitWidth(t,i),r.endTime(t)}};var Ti=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsTimestamp(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsTimestamp(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}unit(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt16(this.bb_pos+t):_.SECOND}timezone(t){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.__string(this.bb_pos+e,t):null}static startTimestamp(t){t.startObject(2)}static addUnit(t,e){t.addFieldInt16(0,e,_.SECOND)}static addTimezone(t,e){t.addFieldOffset(1,e,0)}static endTimestamp(t){return t.endObject()}static createTimestamp(t,e,i){return r.startTimestamp(t),r.addUnit(t,e),r.addTimezone(t,i),r.endTimestamp(t)}};var yr=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsUnion(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsUnion(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}mode(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt16(this.bb_pos+t):_t.Sparse}typeIds(t){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.readInt32(this.bb.__vector(this.bb_pos+e)+t*4):0}typeIdsLength(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.__vector_len(this.bb_pos+t):0}typeIdsArray(){let t=this.bb.__offset(this.bb_pos,6);return t?new Int32Array(this.bb.bytes().buffer,this.bb.bytes().byteOffset+this.bb.__vector(this.bb_pos+t),this.bb.__vector_len(this.bb_pos+t)):null}static startUnion(t){t.startObject(2)}static addMode(t,e){t.addFieldInt16(0,e,_t.Sparse)}static addTypeIds(t,e){t.addFieldOffset(1,e,0)}static createTypeIdsVector(t,e){t.startVector(4,e.length,4);for(let i=e.length-1;i>=0;i--)t.addInt32(e[i]);return t.endVector()}static startTypeIdsVector(t,e){t.startVector(4,e,4)}static endUnion(t){return t.endObject()}static createUnion(t,e,i){return r.startUnion(t),r.addMode(t,e),r.addTypeIds(t,i),r.endUnion(t)}};var Yo=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsUtf8(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsUtf8(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static startUtf8(t){t.startObject(0)}static endUtf8(t){return t.endObject()}static createUtf8(t){return r.startUtf8(t),r.endUtf8(t)}};var bt;(function(r){r[r.NONE=0]="NONE",r[r.Null=1]="Null",r[r.Int=2]="Int",r[r.FloatingPoint=3]="FloatingPoint",r[r.Binary=4]="Binary",r[r.Utf8=5]="Utf8",r[r.Bool=6]="Bool",r[r.Decimal=7]="Decimal",r[r.Date=8]="Date",r[r.Time=9]="Time",r[r.Timestamp=10]="Timestamp",r[r.Interval=11]="Interval",r[r.List=12]="List",r[r.Struct_=13]="Struct_",r[r.Union=14]="Union",r[r.FixedSizeBinary=15]="FixedSizeBinary",r[r.FixedSizeList=16]="FixedSizeList",r[r.Map=17]="Map",r[r.Duration=18]="Duration",r[r.LargeBinary=19]="LargeBinary",r[r.LargeUtf8=20]="LargeUtf8",r[r.LargeList=21]="LargeList",r[r.RunEndEncoded=22]="RunEndEncoded"})(bt||(bt={}));var oe=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsField(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsField(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}name(t){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.__string(this.bb_pos+e,t):null}nullable(){let t=this.bb.__offset(this.bb_pos,6);return t?!!this.bb.readInt8(this.bb_pos+t):!1}typeType(){let t=this.bb.__offset(this.bb_pos,8);return t?this.bb.readUint8(this.bb_pos+t):bt.NONE}type(t){let e=this.bb.__offset(this.bb_pos,10);return e?this.bb.__union(t,this.bb_pos+e):null}dictionary(t){let e=this.bb.__offset(this.bb_pos,12);return e?(t||new Yr).__init(this.bb.__indirect(this.bb_pos+e),this.bb):null}children(t,e){let i=this.bb.__offset(this.bb_pos,14);return i?(e||new r).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+i)+t*4),this.bb):null}childrenLength(){let t=this.bb.__offset(this.bb_pos,14);return t?this.bb.__vector_len(this.bb_pos+t):0}customMetadata(t,e){let i=this.bb.__offset(this.bb_pos,16);return i?(e||new Yt).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+i)+t*4),this.bb):null}customMetadataLength(){let t=this.bb.__offset(this.bb_pos,16);return t?this.bb.__vector_len(this.bb_pos+t):0}static startField(t){t.startObject(7)}static addName(t,e){t.addFieldOffset(0,e,0)}static addNullable(t,e){t.addFieldInt8(1,+e,0)}static addTypeType(t,e){t.addFieldInt8(2,e,bt.NONE)}static addType(t,e){t.addFieldOffset(3,e,0)}static addDictionary(t,e){t.addFieldOffset(4,e,0)}static addChildren(t,e){t.addFieldOffset(5,e,0)}static createChildrenVector(t,e){t.startVector(4,e.length,4);for(let i=e.length-1;i>=0;i--)t.addOffset(e[i]);return t.endVector()}static startChildrenVector(t,e){t.startVector(4,e,4)}static addCustomMetadata(t,e){t.addFieldOffset(6,e,0)}static createCustomMetadataVector(t,e){t.startVector(4,e.length,4);for(let i=e.length-1;i>=0;i--)t.addOffset(e[i]);return t.endVector()}static startCustomMetadataVector(t,e){t.startVector(4,e,4)}static endField(t){return t.endObject()}};var be=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsSchema(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsSchema(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}endianness(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt16(this.bb_pos+t):dn.Little}fields(t,e){let i=this.bb.__offset(this.bb_pos,6);return i?(e||new oe).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+i)+t*4),this.bb):null}fieldsLength(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.__vector_len(this.bb_pos+t):0}customMetadata(t,e){let i=this.bb.__offset(this.bb_pos,8);return i?(e||new Yt).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+i)+t*4),this.bb):null}customMetadataLength(){let t=this.bb.__offset(this.bb_pos,8);return t?this.bb.__vector_len(this.bb_pos+t):0}features(t){let e=this.bb.__offset(this.bb_pos,10);return e?this.bb.readInt64(this.bb.__vector(this.bb_pos+e)+t*8):BigInt(0)}featuresLength(){let t=this.bb.__offset(this.bb_pos,10);return t?this.bb.__vector_len(this.bb_pos+t):0}static startSchema(t){t.startObject(4)}static addEndianness(t,e){t.addFieldInt16(0,e,dn.Little)}static addFields(t,e){t.addFieldOffset(1,e,0)}static createFieldsVector(t,e){t.startVector(4,e.length,4);for(let i=e.length-1;i>=0;i--)t.addOffset(e[i]);return t.endVector()}static startFieldsVector(t,e){t.startVector(4,e,4)}static addCustomMetadata(t,e){t.addFieldOffset(2,e,0)}static createCustomMetadataVector(t,e){t.startVector(4,e.length,4);for(let i=e.length-1;i>=0;i--)t.addOffset(e[i]);return t.endVector()}static startCustomMetadataVector(t,e){t.startVector(4,e,4)}static addFeatures(t,e){t.addFieldOffset(3,e,0)}static createFeaturesVector(t,e){t.startVector(8,e.length,8);for(let i=e.length-1;i>=0;i--)t.addInt64(e[i]);return t.endVector()}static startFeaturesVector(t,e){t.startVector(8,e,8)}static endSchema(t){return t.endObject()}static finishSchemaBuffer(t,e){t.finish(e)}static finishSizePrefixedSchemaBuffer(t,e){t.finish(e,void 0,!0)}static createSchema(t,e,i,n,s){return r.startSchema(t),r.addEndianness(t,e),r.addFields(t,i),r.addCustomMetadata(t,n),r.addFeatures(t,s),r.endSchema(t)}};var tt;(function(r){r[r.NONE=0]="NONE",r[r.Schema=1]="Schema",r[r.DictionaryBatch=2]="DictionaryBatch",r[r.RecordBatch=3]="RecordBatch",r[r.Tensor=4]="Tensor",r[r.SparseTensor=5]="SparseTensor"})(tt||(tt={}));var h;(function(r){r[r.NONE=0]="NONE",r[r.Null=1]="Null",r[r.Int=2]="Int",r[r.Float=3]="Float",r[r.Binary=4]="Binary",r[r.Utf8=5]="Utf8",r[r.Bool=6]="Bool",r[r.Decimal=7]="Decimal",r[r.Date=8]="Date",r[r.Time=9]="Time",r[r.Timestamp=10]="Timestamp",r[r.Interval=11]="Interval",r[r.List=12]="List",r[r.Struct=13]="Struct",r[r.Union=14]="Union",r[r.FixedSizeBinary=15]="FixedSizeBinary",r[r.FixedSizeList=16]="FixedSizeList",r[r.Map=17]="Map",r[r.Duration=18]="Duration",r[r.LargeBinary=19]="LargeBinary",r[r.LargeUtf8=20]="LargeUtf8",r[r.Dictionary=-1]="Dictionary",r[r.Int8=-2]="Int8",r[r.Int16=-3]="Int16",r[r.Int32=-4]="Int32",r[r.Int64=-5]="Int64",r[r.Uint8=-6]="Uint8",r[r.Uint16=-7]="Uint16",r[r.Uint32=-8]="Uint32",r[r.Uint64=-9]="Uint64",r[r.Float16=-10]="Float16",r[r.Float32=-11]="Float32",r[r.Float64=-12]="Float64",r[r.DateDay=-13]="DateDay",r[r.DateMillisecond=-14]="DateMillisecond",r[r.TimestampSecond=-15]="TimestampSecond",r[r.TimestampMillisecond=-16]="TimestampMillisecond",r[r.TimestampMicrosecond=-17]="TimestampMicrosecond",r[r.TimestampNanosecond=-18]="TimestampNanosecond",r[r.TimeSecond=-19]="TimeSecond",r[r.TimeMillisecond=-20]="TimeMillisecond",r[r.TimeMicrosecond=-21]="TimeMicrosecond",r[r.TimeNanosecond=-22]="TimeNanosecond",r[r.DenseUnion=-23]="DenseUnion",r[r.SparseUnion=-24]="SparseUnion",r[r.IntervalDayTime=-25]="IntervalDayTime",r[r.IntervalYearMonth=-26]="IntervalYearMonth",r[r.DurationSecond=-27]="DurationSecond",r[r.DurationMillisecond=-28]="DurationMillisecond",r[r.DurationMicrosecond=-29]="DurationMicrosecond",r[r.DurationNanosecond=-30]="DurationNanosecond"})(h||(h={}));var gr;(function(r){r[r.OFFSET=0]="OFFSET",r[r.DATA=1]="DATA",r[r.VALIDITY=2]="VALIDITY",r[r.TYPE=3]="TYPE"})(gr||(gr={}));var kh={};ge(kh,{clampRange:()=>aa,createElementComparator:()=>vn,wrapIndex:()=>Wn});var _h={};ge(_h,{valueToString:()=>br});function br(r){if(r===null)return"null";if(r===void 0)return"undefined";switch(typeof r){case"number":return`${r}`;case"bigint":return`${r}`;case"string":return`"${r}"`}return typeof r[Symbol.toPrimitive]=="function"?r[Symbol.toPrimitive]("string"):ArrayBuffer.isView(r)?r instanceof BigInt64Array||r instanceof BigUint64Array?`[${[...r].map(t=>br(t))}]`:`[${r}]`:ArrayBuffer.isView(r)?`[${r}]`:JSON.stringify(r,(t,e)=>typeof e=="bigint"?`${e}`:e)}var Sh={};ge(Sh,{BN:()=>Ko,bigNumToBigInt:()=>Qp,bigNumToNumber:()=>vh,bigNumToString:()=>ks,isArrowBigNumSymbol:()=>Jp});function at(r){if(typeof r=="bigint"&&(r<Number.MIN_SAFE_INTEGER||r>Number.MAX_SAFE_INTEGER))throw new TypeError(`${r} is not safe to convert to a number.`);return Number(r)}function wh(r,t){return at(r/t)+at(r%t)/at(t)}var Jp=Symbol.for("isArrowBigNum");function _r(r,...t){return t.length===0?Object.setPrototypeOf(J(this.TypedArray,r),this.constructor.prototype):Object.setPrototypeOf(new this.TypedArray(r,...t),this.constructor.prototype)}_r.prototype[Jp]=!0;_r.prototype.toJSON=function(){return`"${ks(this)}"`};_r.prototype.valueOf=function(r){return vh(this,r)};_r.prototype.toString=function(){return ks(this)};_r.prototype[Symbol.toPrimitive]=function(r="default"){switch(r){case"number":return vh(this);case"string":return ks(this);case"default":return Qp(this)}return ks(this)};function Us(...r){return _r.apply(this,r)}function Cs(...r){return _r.apply(this,r)}function Ho(...r){return _r.apply(this,r)}Object.setPrototypeOf(Us.prototype,Object.create(Int32Array.prototype));Object.setPrototypeOf(Cs.prototype,Object.create(Uint32Array.prototype));Object.setPrototypeOf(Ho.prototype,Object.create(Uint32Array.prototype));Object.assign(Us.prototype,_r.prototype,{constructor:Us,signed:!0,TypedArray:Int32Array,BigIntArray:BigInt64Array});Object.assign(Cs.prototype,_r.prototype,{constructor:Cs,signed:!1,TypedArray:Uint32Array,BigIntArray:BigUint64Array});Object.assign(Ho.prototype,_r.prototype,{constructor:Ho,signed:!0,TypedArray:Uint32Array,BigIntArray:BigUint64Array});var V_=BigInt(4294967296)*BigInt(4294967296),P_=V_-BigInt(1);function vh(r,t){let{buffer:e,byteOffset:i,byteLength:n,signed:s}=r,o=new BigUint64Array(e,i,n/8),a=s&&o.at(-1)&BigInt(1)<<BigInt(63),c=BigInt(0),l=0;if(a){for(let u of o)c|=(u^P_)*(BigInt(1)<<BigInt(64*l++));c*=BigInt(-1),c-=BigInt(1)}else for(let u of o)c|=u*(BigInt(1)<<BigInt(64*l++));if(typeof t=="number"){let u=BigInt(Math.pow(10,t)),f=c/u,m=c%u;return at(f)+at(m)/at(u)}return at(c)}function ks(r){if(r.byteLength===8)return`${new r.BigIntArray(r.buffer,r.byteOffset,1)[0]}`;if(!r.signed)return Ih(r);let t=new Uint16Array(r.buffer,r.byteOffset,r.byteLength/2);if(new Int16Array([t.at(-1)])[0]>=0)return Ih(r);t=t.slice();let i=1;for(let s=0;s<t.length;s++){let o=t[s],a=~o+i;t[s]=a,i&=o===0?1:0}return`-${Ih(t)}`}function Qp(r){return r.byteLength===8?new r.BigIntArray(r.buffer,r.byteOffset,1)[0]:ks(r)}function Ih(r){let t="",e=new Uint32Array(2),i=new Uint16Array(r.buffer,r.byteOffset,r.byteLength/2),n=new Uint32Array((i=new Uint16Array(i).reverse()).buffer),s=-1,o=i.length-1;do{for(e[0]=i[s=0];s<o;)i[s++]=e[1]=e[0]/10,e[0]=(e[0]-e[1]*10<<16)+i[s];i[s]=e[1]=e[0]/10,e[0]=e[0]-e[1]*10,t=`${e[0]}${t}`}while(n[0]||n[1]||n[2]||n[3]);return t??"0"}var Ko=class r{static new(t,e){switch(e){case!0:return new Us(t);case!1:return new Cs(t)}switch(t.constructor){case Int8Array:case Int16Array:case Int32Array:case BigInt64Array:return new Us(t)}return t.byteLength===16?new Ho(t):new Cs(t)}static signed(t){return new Us(t)}static unsigned(t){return new Cs(t)}static decimal(t){return new Ho(t)}constructor(t,e){return r.new(t,e)}};var Xp,Zp,tm,em,rm,im,nm,sm,om,am,cm,lm,um,dm,hm,fm,pm,mm,ym,gm,bm,_m,g=class r{static isNull(t){return t?.typeId===h.Null}static isInt(t){return t?.typeId===h.Int}static isFloat(t){return t?.typeId===h.Float}static isBinary(t){return t?.typeId===h.Binary}static isLargeBinary(t){return t?.typeId===h.LargeBinary}static isUtf8(t){return t?.typeId===h.Utf8}static isLargeUtf8(t){return t?.typeId===h.LargeUtf8}static isBool(t){return t?.typeId===h.Bool}static isDecimal(t){return t?.typeId===h.Decimal}static isDate(t){return t?.typeId===h.Date}static isTime(t){return t?.typeId===h.Time}static isTimestamp(t){return t?.typeId===h.Timestamp}static isInterval(t){return t?.typeId===h.Interval}static isDuration(t){return t?.typeId===h.Duration}static isList(t){return t?.typeId===h.List}static isStruct(t){return t?.typeId===h.Struct}static isUnion(t){return t?.typeId===h.Union}static isFixedSizeBinary(t){return t?.typeId===h.FixedSizeBinary}static isFixedSizeList(t){return t?.typeId===h.FixedSizeList}static isMap(t){return t?.typeId===h.Map}static isDictionary(t){return t?.typeId===h.Dictionary}static isDenseUnion(t){return r.isUnion(t)&&t.mode===_t.Dense}static isSparseUnion(t){return r.isUnion(t)&&t.mode===_t.Sparse}constructor(t){this.typeId=t}};Xp=Symbol.toStringTag;g[Xp]=(r=>(r.children=null,r.ArrayType=Array,r.OffsetArrayType=Int32Array,r[Symbol.toStringTag]="DataType"))(g.prototype);var ae=class extends g{constructor(){super(h.Null)}toString(){return"Null"}};Zp=Symbol.toStringTag;ae[Zp]=(r=>r[Symbol.toStringTag]="Null")(ae.prototype);var jt=class extends g{constructor(t,e){super(h.Int),this.isSigned=t,this.bitWidth=e}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?BigInt64Array:BigUint64Array}throw new Error(`Unrecognized ${this[Symbol.toStringTag]} type`)}toString(){return`${this.isSigned?"I":"Ui"}nt${this.bitWidth}`}};tm=Symbol.toStringTag;jt[tm]=(r=>(r.isSigned=null,r.bitWidth=null,r[Symbol.toStringTag]="Int"))(jt.prototype);var Jo=class extends jt{constructor(){super(!0,8)}get ArrayType(){return Int8Array}},Qo=class extends jt{constructor(){super(!0,16)}get ArrayType(){return Int16Array}},wr=class extends jt{constructor(){super(!0,32)}get ArrayType(){return Int32Array}},Xo=class extends jt{constructor(){super(!0,64)}get ArrayType(){return BigInt64Array}},Zo=class extends jt{constructor(){super(!1,8)}get ArrayType(){return Uint8Array}},ta=class extends jt{constructor(){super(!1,16)}get ArrayType(){return Uint16Array}},ea=class extends jt{constructor(){super(!1,32)}get ArrayType(){return Uint32Array}},ra=class extends jt{constructor(){super(!1,64)}get ArrayType(){return BigUint64Array}};Object.defineProperty(Jo.prototype,"ArrayType",{value:Int8Array});Object.defineProperty(Qo.prototype,"ArrayType",{value:Int16Array});Object.defineProperty(wr.prototype,"ArrayType",{value:Int32Array});Object.defineProperty(Xo.prototype,"ArrayType",{value:BigInt64Array});Object.defineProperty(Zo.prototype,"ArrayType",{value:Uint8Array});Object.defineProperty(ta.prototype,"ArrayType",{value:Uint16Array});Object.defineProperty(ea.prototype,"ArrayType",{value:Uint32Array});Object.defineProperty(ra.prototype,"ArrayType",{value:BigUint64Array});var Re=class extends g{constructor(t){super(h.Float),this.precision=t}get ArrayType(){switch(this.precision){case gt.HALF:return Uint16Array;case gt.SINGLE:return Float32Array;case gt.DOUBLE:return Float64Array}throw new Error(`Unrecognized ${this[Symbol.toStringTag]} type`)}toString(){return`Float${this.precision<<5||16}`}};em=Symbol.toStringTag;Re[em]=(r=>(r.precision=null,r[Symbol.toStringTag]="Float"))(Re.prototype);var ia=class extends Re{constructor(){super(gt.HALF)}},na=class extends Re{constructor(){super(gt.SINGLE)}},sa=class extends Re{constructor(){super(gt.DOUBLE)}};Object.defineProperty(ia.prototype,"ArrayType",{value:Uint16Array});Object.defineProperty(na.prototype,"ArrayType",{value:Float32Array});Object.defineProperty(sa.prototype,"ArrayType",{value:Float64Array});var Kr=class extends g{constructor(){super(h.Binary)}toString(){return"Binary"}};rm=Symbol.toStringTag;Kr[rm]=(r=>(r.ArrayType=Uint8Array,r[Symbol.toStringTag]="Binary"))(Kr.prototype);var Jr=class extends g{constructor(){super(h.LargeBinary)}toString(){return"LargeBinary"}};im=Symbol.toStringTag;Jr[im]=(r=>(r.ArrayType=Uint8Array,r.OffsetArrayType=BigInt64Array,r[Symbol.toStringTag]="LargeBinary"))(Jr.prototype);var Qr=class extends g{constructor(){super(h.Utf8)}toString(){return"Utf8"}};nm=Symbol.toStringTag;Qr[nm]=(r=>(r.ArrayType=Uint8Array,r[Symbol.toStringTag]="Utf8"))(Qr.prototype);var Xr=class extends g{constructor(){super(h.LargeUtf8)}toString(){return"LargeUtf8"}};sm=Symbol.toStringTag;Xr[sm]=(r=>(r.ArrayType=Uint8Array,r.OffsetArrayType=BigInt64Array,r[Symbol.toStringTag]="LargeUtf8"))(Xr.prototype);var Zr=class extends g{constructor(){super(h.Bool)}toString(){return"Bool"}};om=Symbol.toStringTag;Zr[om]=(r=>(r.ArrayType=Uint8Array,r[Symbol.toStringTag]="Bool"))(Zr.prototype);var ti=class extends g{constructor(t,e,i=128){super(h.Decimal),this.scale=t,this.precision=e,this.bitWidth=i}toString(){return`Decimal[${this.precision}e${this.scale>0?"+":""}${this.scale}]`}};am=Symbol.toStringTag;ti[am]=(r=>(r.scale=null,r.precision=null,r.ArrayType=Uint32Array,r[Symbol.toStringTag]="Decimal"))(ti.prototype);var ei=class extends g{constructor(t){super(h.Date),this.unit=t}toString(){return`Date${(this.unit+1)*32}<${Vt[this.unit]}>`}get ArrayType(){return this.unit===Vt.DAY?Int32Array:BigInt64Array}};cm=Symbol.toStringTag;ei[cm]=(r=>(r.unit=null,r[Symbol.toStringTag]="Date"))(ei.prototype);var ri=class extends g{constructor(t,e){super(h.Time),this.unit=t,this.bitWidth=e}toString(){return`Time${this.bitWidth}<${_[this.unit]}>`}get ArrayType(){switch(this.bitWidth){case 32:return Int32Array;case 64:return BigInt64Array}throw new Error(`Unrecognized ${this[Symbol.toStringTag]} type`)}};lm=Symbol.toStringTag;ri[lm]=(r=>(r.unit=null,r.bitWidth=null,r[Symbol.toStringTag]="Time"))(ri.prototype);var ii=class extends g{constructor(t,e){super(h.Timestamp),this.unit=t,this.timezone=e}toString(){return`Timestamp<${_[this.unit]}${this.timezone?`, ${this.timezone}`:""}>`}};um=Symbol.toStringTag;ii[um]=(r=>(r.unit=null,r.timezone=null,r.ArrayType=BigInt64Array,r[Symbol.toStringTag]="Timestamp"))(ii.prototype);var ni=class extends g{constructor(t){super(h.Interval),this.unit=t}toString(){return`Interval<${Jt[this.unit]}>`}};dm=Symbol.toStringTag;ni[dm]=(r=>(r.unit=null,r.ArrayType=Int32Array,r[Symbol.toStringTag]="Interval"))(ni.prototype);var si=class extends g{constructor(t){super(h.Duration),this.unit=t}toString(){return`Duration<${_[this.unit]}>`}};hm=Symbol.toStringTag;si[hm]=(r=>(r.unit=null,r.ArrayType=BigInt64Array,r[Symbol.toStringTag]="Duration"))(si.prototype);var Je=class extends g{constructor(t){super(h.List),this.children=[t]}toString(){return`List<${this.valueType}>`}get valueType(){return this.children[0].type}get valueField(){return this.children[0]}get ArrayType(){return this.valueType.ArrayType}};fm=Symbol.toStringTag;Je[fm]=(r=>(r.children=null,r[Symbol.toStringTag]="List"))(Je.prototype);var wt=class extends g{constructor(t){super(h.Struct),this.children=t}toString(){return`Struct<{${this.children.map(t=>`${t.name}:${t.type}`).join(", ")}}>`}};pm=Symbol.toStringTag;wt[pm]=(r=>(r.children=null,r[Symbol.toStringTag]="Struct"))(wt.prototype);var Qe=class extends g{constructor(t,e,i){super(h.Union),this.mode=t,this.children=i,this.typeIds=e=Int32Array.from(e),this.typeIdToChildIndex=e.reduce((n,s,o)=>(n[s]=o)&&n||n,Object.create(null))}toString(){return`${this[Symbol.toStringTag]}<${this.children.map(t=>`${t.type}`).join(" | ")}>`}};mm=Symbol.toStringTag;Qe[mm]=(r=>(r.mode=null,r.typeIds=null,r.children=null,r.typeIdToChildIndex=null,r.ArrayType=Int8Array,r[Symbol.toStringTag]="Union"))(Qe.prototype);var oi=class extends g{constructor(t){super(h.FixedSizeBinary),this.byteWidth=t}toString(){return`FixedSizeBinary[${this.byteWidth}]`}};ym=Symbol.toStringTag;oi[ym]=(r=>(r.byteWidth=null,r.ArrayType=Uint8Array,r[Symbol.toStringTag]="FixedSizeBinary"))(oi.prototype);var Xe=class extends g{constructor(t,e){super(h.FixedSizeList),this.listSize=t,this.children=[e]}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}>`}};gm=Symbol.toStringTag;Xe[gm]=(r=>(r.children=null,r.listSize=null,r[Symbol.toStringTag]="FixedSizeList"))(Xe.prototype);var Ze=class extends g{constructor(t,e=!1){var i,n,s;if(super(h.Map),this.children=[t],this.keysSorted=e,t&&(t.name="entries",!((i=t?.type)===null||i===void 0)&&i.children)){let o=(n=t?.type)===null||n===void 0?void 0:n.children[0];o&&(o.name="key");let a=(s=t?.type)===null||s===void 0?void 0:s.children[1];a&&(a.name="value")}}get keyType(){return this.children[0].type.children[0].type}get valueType(){return this.children[0].type.children[1].type}get childType(){return this.children[0].type}toString(){return`Map<{${this.children[0].type.children.map(t=>`${t.name}:${t.type}`).join(", ")}}>`}};bm=Symbol.toStringTag;Ze[bm]=(r=>(r.children=null,r.keysSorted=null,r[Symbol.toStringTag]="Map_"))(Ze.prototype);var j_=(r=>()=>++r)(-1),_e=class extends g{constructor(t,e,i,n){super(h.Dictionary),this.indices=e,this.dictionary=t,this.isOrdered=n||!1,this.id=i==null?j_():at(i)}get children(){return this.dictionary.children}get valueType(){return this.dictionary}get ArrayType(){return this.dictionary.ArrayType}toString(){return`Dictionary<${this.indices}, ${this.dictionary}>`}};_m=Symbol.toStringTag;_e[_m]=(r=>(r.id=null,r.indices=null,r.isOrdered=null,r.dictionary=null,r[Symbol.toStringTag]="Dictionary"))(_e.prototype);function Ue(r){let t=r;switch(r.typeId){case h.Decimal:return r.bitWidth/32;case h.Interval:return 1+t.unit;case h.FixedSizeList:return t.listSize;case h.FixedSizeBinary:return t.byteWidth;default:return 1}}var B=class{visitMany(t,...e){return t.map((i,n)=>this.visit(i,...e.map(s=>s[n])))}visit(...t){return this.getVisitFn(t[0],!1).apply(this,t)}getVisitFn(t,e=!0){return z_(this,t,e)}getVisitFnByTypeId(t,e=!0){return Vs(this,t,e)}visitNull(t,...e){return null}visitBool(t,...e){return null}visitInt(t,...e){return null}visitFloat(t,...e){return null}visitUtf8(t,...e){return null}visitLargeUtf8(t,...e){return null}visitBinary(t,...e){return null}visitLargeBinary(t,...e){return null}visitFixedSizeBinary(t,...e){return null}visitDate(t,...e){return null}visitTimestamp(t,...e){return null}visitTime(t,...e){return null}visitDecimal(t,...e){return null}visitList(t,...e){return null}visitStruct(t,...e){return null}visitUnion(t,...e){return null}visitDictionary(t,...e){return null}visitInterval(t,...e){return null}visitDuration(t,...e){return null}visitFixedSizeList(t,...e){return null}visitMap(t,...e){return null}};function z_(r,t,e=!0){return typeof t=="number"?Vs(r,t,e):typeof t=="string"&&t in h?Vs(r,h[t],e):t&&t instanceof g?Vs(r,wm(t),e):t?.type&&t.type instanceof g?Vs(r,wm(t.type),e):Vs(r,h.NONE,e)}function Vs(r,t,e=!0){let i=null;switch(t){case h.Null:i=r.visitNull;break;case h.Bool:i=r.visitBool;break;case h.Int:i=r.visitInt;break;case h.Int8:i=r.visitInt8||r.visitInt;break;case h.Int16:i=r.visitInt16||r.visitInt;break;case h.Int32:i=r.visitInt32||r.visitInt;break;case h.Int64:i=r.visitInt64||r.visitInt;break;case h.Uint8:i=r.visitUint8||r.visitInt;break;case h.Uint16:i=r.visitUint16||r.visitInt;break;case h.Uint32:i=r.visitUint32||r.visitInt;break;case h.Uint64:i=r.visitUint64||r.visitInt;break;case h.Float:i=r.visitFloat;break;case h.Float16:i=r.visitFloat16||r.visitFloat;break;case h.Float32:i=r.visitFloat32||r.visitFloat;break;case h.Float64:i=r.visitFloat64||r.visitFloat;break;case h.Utf8:i=r.visitUtf8;break;case h.LargeUtf8:i=r.visitLargeUtf8;break;case h.Binary:i=r.visitBinary;break;case h.LargeBinary:i=r.visitLargeBinary;break;case h.FixedSizeBinary:i=r.visitFixedSizeBinary;break;case h.Date:i=r.visitDate;break;case h.DateDay:i=r.visitDateDay||r.visitDate;break;case h.DateMillisecond:i=r.visitDateMillisecond||r.visitDate;break;case h.Timestamp:i=r.visitTimestamp;break;case h.TimestampSecond:i=r.visitTimestampSecond||r.visitTimestamp;break;case h.TimestampMillisecond:i=r.visitTimestampMillisecond||r.visitTimestamp;break;case h.TimestampMicrosecond:i=r.visitTimestampMicrosecond||r.visitTimestamp;break;case h.TimestampNanosecond:i=r.visitTimestampNanosecond||r.visitTimestamp;break;case h.Time:i=r.visitTime;break;case h.TimeSecond:i=r.visitTimeSecond||r.visitTime;break;case h.TimeMillisecond:i=r.visitTimeMillisecond||r.visitTime;break;case h.TimeMicrosecond:i=r.visitTimeMicrosecond||r.visitTime;break;case h.TimeNanosecond:i=r.visitTimeNanosecond||r.visitTime;break;case h.Decimal:i=r.visitDecimal;break;case h.List:i=r.visitList;break;case h.Struct:i=r.visitStruct;break;case h.Union:i=r.visitUnion;break;case h.DenseUnion:i=r.visitDenseUnion||r.visitUnion;break;case h.SparseUnion:i=r.visitSparseUnion||r.visitUnion;break;case h.Dictionary:i=r.visitDictionary;break;case h.Interval:i=r.visitInterval;break;case h.IntervalDayTime:i=r.visitIntervalDayTime||r.visitInterval;break;case h.IntervalYearMonth:i=r.visitIntervalYearMonth||r.visitInterval;break;case h.Duration:i=r.visitDuration;break;case h.DurationSecond:i=r.visitDurationSecond||r.visitDuration;break;case h.DurationMillisecond:i=r.visitDurationMillisecond||r.visitDuration;break;case h.DurationMicrosecond:i=r.visitDurationMicrosecond||r.visitDuration;break;case h.DurationNanosecond:i=r.visitDurationNanosecond||r.visitDuration;break;case h.FixedSizeList:i=r.visitFixedSizeList;break;case h.Map:i=r.visitMap;break}if(typeof i=="function")return i;if(!e)return()=>null;throw new Error(`Unrecognized type '${h[t]}'`)}function wm(r){switch(r.typeId){case h.Null:return h.Null;case h.Int:{let{bitWidth:t,isSigned:e}=r;switch(t){case 8:return e?h.Int8:h.Uint8;case 16:return e?h.Int16:h.Uint16;case 32:return e?h.Int32:h.Uint32;case 64:return e?h.Int64:h.Uint64}return h.Int}case h.Float:switch(r.precision){case gt.HALF:return h.Float16;case gt.SINGLE:return h.Float32;case gt.DOUBLE:return h.Float64}return h.Float;case h.Binary:return h.Binary;case h.LargeBinary:return h.LargeBinary;case h.Utf8:return h.Utf8;case h.LargeUtf8:return h.LargeUtf8;case h.Bool:return h.Bool;case h.Decimal:return h.Decimal;case h.Time:switch(r.unit){case _.SECOND:return h.TimeSecond;case _.MILLISECOND:return h.TimeMillisecond;case _.MICROSECOND:return h.TimeMicrosecond;case _.NANOSECOND:return h.TimeNanosecond}return h.Time;case h.Timestamp:switch(r.unit){case _.SECOND:return h.TimestampSecond;case _.MILLISECOND:return h.TimestampMillisecond;case _.MICROSECOND:return h.TimestampMicrosecond;case _.NANOSECOND:return h.TimestampNanosecond}return h.Timestamp;case h.Date:switch(r.unit){case Vt.DAY:return h.DateDay;case Vt.MILLISECOND:return h.DateMillisecond}return h.Date;case h.Interval:switch(r.unit){case Jt.DAY_TIME:return h.IntervalDayTime;case Jt.YEAR_MONTH:return h.IntervalYearMonth}return h.Interval;case h.Duration:switch(r.unit){case _.SECOND:return h.DurationSecond;case _.MILLISECOND:return h.DurationMillisecond;case _.MICROSECOND:return h.DurationMicrosecond;case _.NANOSECOND:return h.DurationNanosecond}return h.Duration;case h.Map:return h.Map;case h.List:return h.List;case h.Struct:return h.Struct;case h.Union:switch(r.mode){case _t.Dense:return h.DenseUnion;case _t.Sparse:return h.SparseUnion}return h.Union;case h.FixedSizeBinary:return h.FixedSizeBinary;case h.FixedSizeList:return h.FixedSizeList;case h.Dictionary:return h.Dictionary}throw new Error(`Unrecognized type '${h[r.typeId]}'`)}B.prototype.visitInt8=null;B.prototype.visitInt16=null;B.prototype.visitInt32=null;B.prototype.visitInt64=null;B.prototype.visitUint8=null;B.prototype.visitUint16=null;B.prototype.visitUint32=null;B.prototype.visitUint64=null;B.prototype.visitFloat16=null;B.prototype.visitFloat32=null;B.prototype.visitFloat64=null;B.prototype.visitDateDay=null;B.prototype.visitDateMillisecond=null;B.prototype.visitTimestampSecond=null;B.prototype.visitTimestampMillisecond=null;B.prototype.visitTimestampMicrosecond=null;B.prototype.visitTimestampNanosecond=null;B.prototype.visitTimeSecond=null;B.prototype.visitTimeMillisecond=null;B.prototype.visitTimeMicrosecond=null;B.prototype.visitTimeNanosecond=null;B.prototype.visitDenseUnion=null;B.prototype.visitSparseUnion=null;B.prototype.visitIntervalDayTime=null;B.prototype.visitIntervalYearMonth=null;B.prototype.visitDuration=null;B.prototype.visitDurationSecond=null;B.prototype.visitDurationMillisecond=null;B.prototype.visitDurationMicrosecond=null;B.prototype.visitDurationNanosecond=null;var Bh={};ge(Bh,{float64ToUint16:()=>oa,uint16ToFloat64:()=>dl});var Im=new Float64Array(1),Ps=new Uint32Array(Im.buffer);function dl(r){let t=(r&31744)>>10,e=(r&1023)/1024,i=Math.pow(-1,(r&32768)>>15);switch(t){case 31:return i*(e?Number.NaN:1/0);case 0:return i*(e?6103515625e-14*e:0)}return i*Math.pow(2,t-15)*(1+e)}function oa(r){if(r!==r)return 32256;Im[0]=r;let t=(Ps[1]&2147483648)>>16&65535,e=Ps[1]&2146435072,i=0;return e>=1089470464?Ps[0]>0?e=31744:(e=(e&2080374784)>>16,i=(Ps[1]&1048575)>>10):e<=1056964608?(i=1048576+(Ps[1]&1048575),i=1048576+(i<<(e>>20)-998)>>21,e=0):(e=e-1056964608>>10,i=(Ps[1]&1048575)+512>>10),t|e|i&65535}var E=class extends B{};function P(r){return(t,e,i)=>{if(t.setValid(e,i!=null))return r(t,e,i)}}var $_=(r,t,e)=>{r[t]=Math.floor(e/864e5)},vm=(r,t,e,i)=>{if(e+1<t.length){let n=at(t[e]),s=at(t[e+1]);r.set(i.subarray(0,s-n),n)}},q_=({offset:r,values:t},e,i)=>{let n=r+e;i?t[n>>3]|=1<<n%8:t[n>>3]&=~(1<<n%8)},Ai=({values:r},t,e)=>{r[t]=e},xh=({values:r},t,e)=>{r[t]=e},Sm=({values:r},t,e)=>{r[t]=oa(e)},W_=(r,t,e)=>{switch(r.type.precision){case gt.HALF:return Sm(r,t,e);case gt.SINGLE:case gt.DOUBLE:return xh(r,t,e)}},hl=({values:r},t,e)=>{$_(r,t,e.valueOf())},fl=({values:r},t,e)=>{r[t]=BigInt(e)},Th=({stride:r,values:t},e,i)=>{t.set(i.subarray(0,r),r*e)},Bm=({values:r,valueOffsets:t},e,i)=>vm(r,t,e,i),xm=({values:r,valueOffsets:t},e,i)=>vm(r,t,e,qr(i)),Ah=(r,t,e)=>{r.type.unit===Vt.DAY?hl(r,t,e):fl(r,t,e)},pl=({values:r},t,e)=>{r[t]=BigInt(e/1e3)},ml=({values:r},t,e)=>{r[t]=BigInt(e)},yl=({values:r},t,e)=>{r[t]=BigInt(e*1e3)},gl=({values:r},t,e)=>{r[t]=BigInt(e*1e6)},Dh=(r,t,e)=>{switch(r.type.unit){case _.SECOND:return pl(r,t,e);case _.MILLISECOND:return ml(r,t,e);case _.MICROSECOND:return yl(r,t,e);case _.NANOSECOND:return gl(r,t,e)}},bl=({values:r},t,e)=>{r[t]=e},_l=({values:r},t,e)=>{r[t]=e},wl=({values:r},t,e)=>{r[t]=e},Il=({values:r},t,e)=>{r[t]=e},Oh=(r,t,e)=>{switch(r.type.unit){case _.SECOND:return bl(r,t,e);case _.MILLISECOND:return _l(r,t,e);case _.MICROSECOND:return wl(r,t,e);case _.NANOSECOND:return Il(r,t,e)}},Eh=({values:r,stride:t},e,i)=>{r.set(i.subarray(0,t),t*e)},G_=(r,t,e)=>{let i=r.children[0],n=r.valueOffsets,s=Xt.getVisitFn(i);if(Array.isArray(e))for(let o=-1,a=n[t],c=n[t+1];a<c;)s(i,a++,e[++o]);else for(let o=-1,a=n[t],c=n[t+1];a<c;)s(i,a++,e.get(++o))},Y_=(r,t,e)=>{let i=r.children[0],{valueOffsets:n}=r,s=Xt.getVisitFn(i),{[t]:o,[t+1]:a}=n,c=e instanceof Map?e.entries():Object.entries(e);for(let l of c)if(s(i,o,l),++o>=a)break},H_=(r,t)=>(e,i,n,s)=>i&&e(i,r,t[s]),K_=(r,t)=>(e,i,n,s)=>i&&e(i,r,t.get(s)),J_=(r,t)=>(e,i,n,s)=>i&&e(i,r,t.get(n.name)),Q_=(r,t)=>(e,i,n,s)=>i&&e(i,r,t[n.name]),X_=(r,t,e)=>{let i=r.type.children.map(s=>Xt.getVisitFn(s.type)),n=e instanceof Map?J_(t,e):e instanceof et?K_(t,e):Array.isArray(e)?H_(t,e):Q_(t,e);r.type.children.forEach((s,o)=>n(i[o],r.children[o],s,o))},Z_=(r,t,e)=>{r.type.mode===_t.Dense?Tm(r,t,e):Am(r,t,e)},Tm=(r,t,e)=>{let i=r.type.typeIdToChildIndex[r.typeIds[t]],n=r.children[i];Xt.visit(n,r.valueOffsets[t],e)},Am=(r,t,e)=>{let i=r.type.typeIdToChildIndex[r.typeIds[t]],n=r.children[i];Xt.visit(n,t,e)},tw=(r,t,e)=>{var i;(i=r.dictionary)===null||i===void 0||i.set(r.values[t],e)},Fh=(r,t,e)=>{r.type.unit===Jt.DAY_TIME?vl(r,t,e):Sl(r,t,e)},vl=({values:r},t,e)=>{r.set(e.subarray(0,2),2*t)},Sl=({values:r},t,e)=>{r[t]=e[0]*12+e[1]%12},Bl=({values:r},t,e)=>{r[t]=e},xl=({values:r},t,e)=>{r[t]=e},Tl=({values:r},t,e)=>{r[t]=e},Al=({values:r},t,e)=>{r[t]=e},Nh=(r,t,e)=>{switch(r.type.unit){case _.SECOND:return Bl(r,t,e);case _.MILLISECOND:return xl(r,t,e);case _.MICROSECOND:return Tl(r,t,e);case _.NANOSECOND:return Al(r,t,e)}},ew=(r,t,e)=>{let{stride:i}=r,n=r.children[0],s=Xt.getVisitFn(n);if(Array.isArray(e))for(let o=-1,a=t*i;++o<i;)s(n,a+o,e[o]);else for(let o=-1,a=t*i;++o<i;)s(n,a+o,e.get(o))};E.prototype.visitBool=P(q_);E.prototype.visitInt=P(Ai);E.prototype.visitInt8=P(Ai);E.prototype.visitInt16=P(Ai);E.prototype.visitInt32=P(Ai);E.prototype.visitInt64=P(Ai);E.prototype.visitUint8=P(Ai);E.prototype.visitUint16=P(Ai);E.prototype.visitUint32=P(Ai);E.prototype.visitUint64=P(Ai);E.prototype.visitFloat=P(W_);E.prototype.visitFloat16=P(Sm);E.prototype.visitFloat32=P(xh);E.prototype.visitFloat64=P(xh);E.prototype.visitUtf8=P(xm);E.prototype.visitLargeUtf8=P(xm);E.prototype.visitBinary=P(Bm);E.prototype.visitLargeBinary=P(Bm);E.prototype.visitFixedSizeBinary=P(Th);E.prototype.visitDate=P(Ah);E.prototype.visitDateDay=P(hl);E.prototype.visitDateMillisecond=P(fl);E.prototype.visitTimestamp=P(Dh);E.prototype.visitTimestampSecond=P(pl);E.prototype.visitTimestampMillisecond=P(ml);E.prototype.visitTimestampMicrosecond=P(yl);E.prototype.visitTimestampNanosecond=P(gl);E.prototype.visitTime=P(Oh);E.prototype.visitTimeSecond=P(bl);E.prototype.visitTimeMillisecond=P(_l);E.prototype.visitTimeMicrosecond=P(wl);E.prototype.visitTimeNanosecond=P(Il);E.prototype.visitDecimal=P(Eh);E.prototype.visitList=P(G_);E.prototype.visitStruct=P(X_);E.prototype.visitUnion=P(Z_);E.prototype.visitDenseUnion=P(Tm);E.prototype.visitSparseUnion=P(Am);E.prototype.visitDictionary=P(tw);E.prototype.visitInterval=P(Fh);E.prototype.visitIntervalDayTime=P(vl);E.prototype.visitIntervalYearMonth=P(Sl);E.prototype.visitDuration=P(Nh);E.prototype.visitDurationSecond=P(Bl);E.prototype.visitDurationMillisecond=P(xl);E.prototype.visitDurationMicrosecond=P(Tl);E.prototype.visitDurationNanosecond=P(Al);E.prototype.visitFixedSizeList=P(ew);E.prototype.visitMap=P(Y_);var Xt=new E;var Ir=Symbol.for("parent"),js=Symbol.for("rowIndex"),_n=class{constructor(t,e){return this[Ir]=t,this[js]=e,new Proxy(this,new Lh)}toArray(){return Object.values(this.toJSON())}toJSON(){let t=this[js],e=this[Ir],i=e.type.children,n={};for(let s=-1,o=i.length;++s<o;)n[i[s].name]=zt.visit(e.children[s],t);return n}toString(){return`{${[...this].map(([t,e])=>`${br(t)}: ${br(e)}`).join(", ")}}`}[Symbol.for("nodejs.util.inspect.custom")](){return this.toString()}[Symbol.iterator](){return new Mh(this[Ir],this[js])}},Mh=class{constructor(t,e){this.childIndex=0,this.children=t.children,this.rowIndex=e,this.childFields=t.type.children,this.numChildren=this.childFields.length}[Symbol.iterator](){return this}next(){let t=this.childIndex;return t<this.numChildren?(this.childIndex=t+1,{done:!1,value:[this.childFields[t].name,zt.visit(this.children[t],this.rowIndex)]}):{done:!0,value:null}}};Object.defineProperties(_n.prototype,{[Symbol.toStringTag]:{enumerable:!1,configurable:!1,value:"Row"},[Ir]:{writable:!0,enumerable:!1,configurable:!1,value:null},[js]:{writable:!0,enumerable:!1,configurable:!1,value:-1}});var Lh=class{isExtensible(){return!1}deleteProperty(){return!1}preventExtensions(){return!0}ownKeys(t){return t[Ir].type.children.map(e=>e.name)}has(t,e){return t[Ir].type.children.findIndex(i=>i.name===e)!==-1}getOwnPropertyDescriptor(t,e){if(t[Ir].type.children.findIndex(i=>i.name===e)!==-1)return{writable:!0,enumerable:!0,configurable:!0}}get(t,e){if(Reflect.has(t,e))return t[e];let i=t[Ir].type.children.findIndex(n=>n.name===e);if(i!==-1){let n=zt.visit(t[Ir].children[i],t[js]);return Reflect.set(t,e,n),n}}set(t,e,i){let n=t[Ir].type.children.findIndex(s=>s.name===e);return n!==-1?(Xt.visit(t[Ir].children[n],t[js],i),Reflect.set(t,e,i)):Reflect.has(t,e)||typeof e=="symbol"?Reflect.set(t,e,i):!1}};var x=class extends B{};function C(r){return(t,e)=>t.getValid(e)?r(t,e):null}var rw=(r,t)=>864e5*r[t],iw=(r,t)=>null,Dm=(r,t,e)=>{if(e+1>=t.length)return null;let i=at(t[e]),n=at(t[e+1]);return r.subarray(i,n)},nw=({offset:r,values:t},e)=>{let i=r+e;return(t[i>>3]&1<<i%8)!==0},Om=({values:r},t)=>rw(r,t),Em=({values:r},t)=>at(r[t]),wn=({stride:r,values:t},e)=>t[r*e],sw=({stride:r,values:t},e)=>dl(t[r*e]),Fm=({values:r},t)=>r[t],ow=({stride:r,values:t},e)=>t.subarray(r*e,r*(e+1)),Nm=({values:r,valueOffsets:t},e)=>Dm(r,t,e),Mm=({values:r,valueOffsets:t},e)=>{let i=Dm(r,t,e);return i!==null?Mo(i):null},aw=({values:r},t)=>r[t],cw=({type:r,values:t},e)=>r.precision!==gt.HALF?t[e]:dl(t[e]),lw=(r,t)=>r.type.unit===Vt.DAY?Om(r,t):Em(r,t),Lm=({values:r},t)=>1e3*at(r[t]),Rm=({values:r},t)=>at(r[t]),Um=({values:r},t)=>wh(r[t],BigInt(1e3)),Cm=({values:r},t)=>wh(r[t],BigInt(1e6)),uw=(r,t)=>{switch(r.type.unit){case _.SECOND:return Lm(r,t);case _.MILLISECOND:return Rm(r,t);case _.MICROSECOND:return Um(r,t);case _.NANOSECOND:return Cm(r,t)}},km=({values:r},t)=>r[t],Vm=({values:r},t)=>r[t],Pm=({values:r},t)=>r[t],jm=({values:r},t)=>r[t],dw=(r,t)=>{switch(r.type.unit){case _.SECOND:return km(r,t);case _.MILLISECOND:return Vm(r,t);case _.MICROSECOND:return Pm(r,t);case _.NANOSECOND:return jm(r,t)}},hw=({values:r,stride:t},e)=>Ko.decimal(r.subarray(t*e,t*(e+1))),fw=(r,t)=>{let{valueOffsets:e,stride:i,children:n}=r,{[t*i]:s,[t*i+1]:o}=e,c=n[0].slice(s,o-s);return new et([c])},pw=(r,t)=>{let{valueOffsets:e,children:i}=r,{[t]:n,[t+1]:s}=e,o=i[0];return new ai(o.slice(n,s-n))},mw=(r,t)=>new _n(r,t),yw=(r,t)=>r.type.mode===_t.Dense?zm(r,t):$m(r,t),zm=(r,t)=>{let e=r.type.typeIdToChildIndex[r.typeIds[t]],i=r.children[e];return zt.visit(i,r.valueOffsets[t])},$m=(r,t)=>{let e=r.type.typeIdToChildIndex[r.typeIds[t]],i=r.children[e];return zt.visit(i,t)},gw=(r,t)=>{var e;return(e=r.dictionary)===null||e===void 0?void 0:e.get(r.values[t])},bw=(r,t)=>r.type.unit===Jt.DAY_TIME?qm(r,t):Wm(r,t),qm=({values:r},t)=>r.subarray(2*t,2*(t+1)),Wm=({values:r},t)=>{let e=r[t],i=new Int32Array(2);return i[0]=Math.trunc(e/12),i[1]=Math.trunc(e%12),i},Gm=({values:r},t)=>r[t],Ym=({values:r},t)=>r[t],Hm=({values:r},t)=>r[t],Km=({values:r},t)=>r[t],_w=(r,t)=>{switch(r.type.unit){case _.SECOND:return Gm(r,t);case _.MILLISECOND:return Ym(r,t);case _.MICROSECOND:return Hm(r,t);case _.NANOSECOND:return Km(r,t)}},ww=(r,t)=>{let{stride:e,children:i}=r,s=i[0].slice(t*e,e);return new et([s])};x.prototype.visitNull=C(iw);x.prototype.visitBool=C(nw);x.prototype.visitInt=C(aw);x.prototype.visitInt8=C(wn);x.prototype.visitInt16=C(wn);x.prototype.visitInt32=C(wn);x.prototype.visitInt64=C(Fm);x.prototype.visitUint8=C(wn);x.prototype.visitUint16=C(wn);x.prototype.visitUint32=C(wn);x.prototype.visitUint64=C(Fm);x.prototype.visitFloat=C(cw);x.prototype.visitFloat16=C(sw);x.prototype.visitFloat32=C(wn);x.prototype.visitFloat64=C(wn);x.prototype.visitUtf8=C(Mm);x.prototype.visitLargeUtf8=C(Mm);x.prototype.visitBinary=C(Nm);x.prototype.visitLargeBinary=C(Nm);x.prototype.visitFixedSizeBinary=C(ow);x.prototype.visitDate=C(lw);x.prototype.visitDateDay=C(Om);x.prototype.visitDateMillisecond=C(Em);x.prototype.visitTimestamp=C(uw);x.prototype.visitTimestampSecond=C(Lm);x.prototype.visitTimestampMillisecond=C(Rm);x.prototype.visitTimestampMicrosecond=C(Um);x.prototype.visitTimestampNanosecond=C(Cm);x.prototype.visitTime=C(dw);x.prototype.visitTimeSecond=C(km);x.prototype.visitTimeMillisecond=C(Vm);x.prototype.visitTimeMicrosecond=C(Pm);x.prototype.visitTimeNanosecond=C(jm);x.prototype.visitDecimal=C(hw);x.prototype.visitList=C(fw);x.prototype.visitStruct=C(mw);x.prototype.visitUnion=C(yw);x.prototype.visitDenseUnion=C(zm);x.prototype.visitSparseUnion=C($m);x.prototype.visitDictionary=C(gw);x.prototype.visitInterval=C(bw);x.prototype.visitIntervalDayTime=C(qm);x.prototype.visitIntervalYearMonth=C(Wm);x.prototype.visitDuration=C(_w);x.prototype.visitDurationSecond=C(Gm);x.prototype.visitDurationMillisecond=C(Ym);x.prototype.visitDurationMicrosecond=C(Hm);x.prototype.visitDurationNanosecond=C(Km);x.prototype.visitFixedSizeList=C(ww);x.prototype.visitMap=C(pw);var zt=new x;var In=Symbol.for("keys"),$s=Symbol.for("vals"),zs=Symbol.for("kKeysAsStrings"),Rh=Symbol.for("_kKeysAsStrings"),ai=class{constructor(t){return this[In]=new et([t.children[0]]).memoize(),this[$s]=t.children[1],new Proxy(this,new Ch)}get[zs](){return this[Rh]||(this[Rh]=Array.from(this[In].toArray(),String))}[Symbol.iterator](){return new Uh(this[In],this[$s])}get size(){return this[In].length}toArray(){return Object.values(this.toJSON())}toJSON(){let t=this[In],e=this[$s],i={};for(let n=-1,s=t.length;++n<s;)i[t.get(n)]=zt.visit(e,n);return i}toString(){return`{${[...this].map(([t,e])=>`${br(t)}: ${br(e)}`).join(", ")}}`}[Symbol.for("nodejs.util.inspect.custom")](){return this.toString()}},Uh=class{constructor(t,e){this.keys=t,this.vals=e,this.keyIndex=0,this.numKeys=t.length}[Symbol.iterator](){return this}next(){let t=this.keyIndex;return t===this.numKeys?{done:!0,value:null}:(this.keyIndex++,{done:!1,value:[this.keys.get(t),zt.visit(this.vals,t)]})}},Ch=class{isExtensible(){return!1}deleteProperty(){return!1}preventExtensions(){return!0}ownKeys(t){return t[zs]}has(t,e){return t[zs].includes(e)}getOwnPropertyDescriptor(t,e){if(t[zs].indexOf(e)!==-1)return{writable:!0,enumerable:!0,configurable:!0}}get(t,e){if(Reflect.has(t,e))return t[e];let i=t[zs].indexOf(e);if(i!==-1){let n=zt.visit(Reflect.get(t,$s),i);return Reflect.set(t,e,n),n}}set(t,e,i){let n=t[zs].indexOf(e);return n!==-1?(Xt.visit(Reflect.get(t,$s),n,i),Reflect.set(t,e,i)):Reflect.has(t,e)?Reflect.set(t,e,i):!1}};Object.defineProperties(ai.prototype,{[Symbol.toStringTag]:{enumerable:!1,configurable:!1,value:"Row"},[In]:{writable:!0,enumerable:!1,configurable:!1,value:null},[$s]:{writable:!0,enumerable:!1,configurable:!1,value:null},[Rh]:{writable:!0,enumerable:!1,configurable:!1,value:null}});var Jm;function aa(r,t,e,i){let{length:n=0}=r,s=typeof t!="number"?0:t,o=typeof e!="number"?n:e;return s<0&&(s=(s%n+n)%n),o<0&&(o=(o%n+n)%n),o<s&&(Jm=s,s=o,o=Jm),o>n&&(o=n),i?i(r,s,o):[s,o]}var Wn=(r,t)=>r<0?t+r:r,Qm=r=>r!==r;function vn(r){if(typeof r!=="object"||r===null)return Qm(r)?Qm:e=>e===r;if(r instanceof Date){let e=r.valueOf();return i=>i instanceof Date?i.valueOf()===e:!1}return ArrayBuffer.isView(r)?e=>e?mh(r,e):!1:r instanceof Map?vw(r):Array.isArray(r)?Iw(r):r instanceof et?Sw(r):Bw(r,!0)}function Iw(r){let t=[];for(let e=-1,i=r.length;++e<i;)t[e]=vn(r[e]);return Dl(t)}function vw(r){let t=-1,e=[];for(let i of r.values())e[++t]=vn(i);return Dl(e)}function Sw(r){let t=[];for(let e=-1,i=r.length;++e<i;)t[e]=vn(r.get(e));return Dl(t)}function Bw(r,t=!1){let e=Object.keys(r);if(!t&&e.length===0)return()=>!1;let i=[];for(let n=-1,s=e.length;++n<s;)i[n]=vn(r[e[n]]);return Dl(i,e)}function Dl(r,t){return e=>{if(!e||typeof e!="object")return!1;switch(e.constructor){case Array:return xw(r,e);case Map:return Xm(r,e,e.keys());case ai:case _n:case Object:case void 0:return Xm(r,e,t||Object.keys(e))}return e instanceof et?Tw(r,e):!1}}function xw(r,t){let e=r.length;if(t.length!==e)return!1;for(let i=-1;++i<e;)if(!r[i](t[i]))return!1;return!0}function Tw(r,t){let e=r.length;if(t.length!==e)return!1;for(let i=-1;++i<e;)if(!r[i](t.get(i)))return!1;return!0}function Xm(r,t,e){let i=e[Symbol.iterator](),n=t instanceof Map?t.keys():Object.keys(t)[Symbol.iterator](),s=t instanceof Map?t.values():Object.values(t)[Symbol.iterator](),o=0,a=r.length,c=s.next(),l=i.next(),u=n.next();for(;o<a&&!l.done&&!u.done&&!c.done&&!(l.value!==u.value||!r[o](c.value));++o,l=i.next(),u=n.next(),c=s.next());return o===a&&l.done&&u.done&&c.done?!0:(i.return&&i.return(),n.return&&n.return(),s.return&&s.return(),!1)}var Vh={};ge(Vh,{BitIterator:()=>Gn,getBit:()=>Zm,getBool:()=>El,packBools:()=>Hn,popcnt_array:()=>ty,popcnt_bit_range:()=>ca,popcnt_uint32:()=>Ol,setBool:()=>Aw,truncateBitmap:()=>Yn});function El(r,t,e,i){return(e&1<<i)!==0}function Zm(r,t,e,i){return(e&1<<i)>>i}function Aw(r,t,e){return e?!!(r[t>>3]|=1<<t%8)||!0:!(r[t>>3]&=~(1<<t%8))&&!1}function Yn(r,t,e){let i=e.byteLength+7&-8;if(r>0||e.byteLength<i){let n=new Uint8Array(i);return n.set(r%8===0?e.subarray(r>>3):Hn(new Gn(e,r,t,null,El)).subarray(0,i)),n}return e}function Hn(r){let t=[],e=0,i=0,n=0;for(let o of r)o&&(n|=1<<i),++i===8&&(t[e++]=n,n=i=0);(e===0||i>0)&&(t[e++]=n);let s=new Uint8Array(t.length+7&-8);return s.set(t),s}var Gn=class{constructor(t,e,i,n,s){this.bytes=t,this.length=i,this.context=n,this.get=s,this.bit=e%8,this.byteIndex=e>>3,this.byte=t[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}};function ca(r,t,e){if(e-t<=0)return 0;if(e-t<8){let s=0;for(let o of new Gn(r,t,e-t,r,Zm))s+=o;return s}let i=e>>3<<3,n=t+(t%8===0?0:8-t%8);return ca(r,t,n)+ca(r,i,e)+ty(r,n>>3,i-n>>3)}function ty(r,t,e){let i=0,n=Math.trunc(t),s=new DataView(r.buffer,r.byteOffset,r.byteLength),o=e===void 0?r.byteLength:n+e;for(;o-n>=4;)i+=Ol(s.getUint32(n)),n+=4;for(;o-n>=2;)i+=Ol(s.getUint16(n)),n+=2;for(;o-n>=1;)i+=Ol(s.getUint8(n)),n+=1;return i}function Ol(r){let t=Math.trunc(r);return t=t-(t>>>1&1431655765),t=(t&858993459)+(t>>>2&858993459),(t+(t>>>4)&252645135)*16843009>>>24}var Dw=-1,ut=class r{get typeId(){return this.type.typeId}get ArrayType(){return this.type.ArrayType}get buffers(){return[this.valueOffsets,this.values,this.nullBitmap,this.typeIds]}get nullable(){if(this._nullCount!==0){let{type:t}=this;return g.isSparseUnion(t)?this.children.some(e=>e.nullable):g.isDenseUnion(t)?this.children.some(e=>e.nullable):this.nullBitmap&&this.nullBitmap.byteLength>0}return!0}get byteLength(){let t=0,{valueOffsets:e,values:i,nullBitmap:n,typeIds:s}=this;return e&&(t+=e.byteLength),i&&(t+=i.byteLength),n&&(t+=n.byteLength),s&&(t+=s.byteLength),this.children.reduce((o,a)=>o+a.byteLength,t)}get nullCount(){if(g.isUnion(this.type))return this.children.reduce((i,n)=>i+n.nullCount,0);let t=this._nullCount,e;return t<=Dw&&(e=this.nullBitmap)&&(this._nullCount=t=e.length===0?0:this.length-ca(e,this.offset,this.offset+this.length)),t}constructor(t,e,i,n,s,o=[],a){this.type=t,this.children=o,this.dictionary=a,this.offset=Math.floor(Math.max(e||0,0)),this.length=Math.floor(Math.max(i||0,0)),this._nullCount=Math.floor(Math.max(n||0,-1));let c;s instanceof r?(this.stride=s.stride,this.values=s.values,this.typeIds=s.typeIds,this.nullBitmap=s.nullBitmap,this.valueOffsets=s.valueOffsets):(this.stride=Ue(t),s&&((c=s[0])&&(this.valueOffsets=c),(c=s[1])&&(this.values=c),(c=s[2])&&(this.nullBitmap=c),(c=s[3])&&(this.typeIds=c)))}getValid(t){let{type:e}=this;if(g.isUnion(e)){let i=e,n=this.children[i.typeIdToChildIndex[this.typeIds[t]]],s=i.mode===_t.Dense?this.valueOffsets[t]:t;return n.getValid(s)}if(this.nullable&&this.nullCount>0){let i=this.offset+t;return(this.nullBitmap[i>>3]&1<<i%8)!==0}return!0}setValid(t,e){let i,{type:n}=this;if(g.isUnion(n)){let s=n,o=this.children[s.typeIdToChildIndex[this.typeIds[t]]],a=s.mode===_t.Dense?this.valueOffsets[t]:t;i=o.getValid(a),o.setValid(a,e)}else{let{nullBitmap:s}=this,{offset:o,length:a}=this,c=o+t,l=1<<c%8,u=c>>3;(!s||s.byteLength<=u)&&(s=new Uint8Array((o+a+63&-64)>>3).fill(255),this.nullCount>0?(s.set(Yn(o,a,this.nullBitmap),0),Object.assign(this,{nullBitmap:s})):Object.assign(this,{nullBitmap:s,_nullCount:0}));let f=s[u];i=(f&l)!==0,s[u]=e?f|l:f&~l}return i!==!!e&&(this._nullCount=this.nullCount+(e?-1:1)),e}clone(t=this.type,e=this.offset,i=this.length,n=this._nullCount,s=this,o=this.children){return new r(t,e,i,n,s,o,this.dictionary)}slice(t,e){let{stride:i,typeId:n,children:s}=this,o=+(this._nullCount===0)-1,a=n===16?i:1,c=this._sliceBuffers(t,e,i,n);return this.clone(this.type,this.offset+t,e,o,c,s.length===0||this.valueOffsets?s:this._sliceChildren(s,a*t,a*e))}_changeLengthAndBackfillNullBitmap(t){if(this.typeId===h.Null)return this.clone(this.type,0,t,0);let{length:e,nullCount:i}=this,n=new Uint8Array((t+63&-64)>>3).fill(255,0,e>>3);n[e>>3]=(1<<e-(e&-8))-1,i>0&&n.set(Yn(this.offset,e,this.nullBitmap),0);let s=this.buffers;return s[gr.VALIDITY]=n,this.clone(this.type,0,t,i+(t-e),s)}_sliceBuffers(t,e,i,n){let s,{buffers:o}=this;return(s=o[gr.TYPE])&&(o[gr.TYPE]=s.subarray(t,t+e)),(s=o[gr.OFFSET])&&(o[gr.OFFSET]=s.subarray(t,t+e+1))||(s=o[gr.DATA])&&(o[gr.DATA]=n===6?s:s.subarray(i*t,i*(t+e))),o}_sliceChildren(t,e,i){return t.map(n=>n.slice(e,i))}};ut.prototype.children=Object.freeze([]);var Ph=class r extends B{visit(t){return this.getVisitFn(t.type).call(this,t)}visitNull(t){let{["type"]:e,["offset"]:i=0,["length"]:n=0}=t;return new ut(e,i,n,n)}visitBool(t){let{["type"]:e,["offset"]:i=0}=t,n=N(t.nullBitmap),s=J(e.ArrayType,t.data),{["length"]:o=s.length>>3,["nullCount"]:a=t.nullBitmap?-1:0}=t;return new ut(e,i,o,a,[void 0,s,n])}visitInt(t){let{["type"]:e,["offset"]:i=0}=t,n=N(t.nullBitmap),s=J(e.ArrayType,t.data),{["length"]:o=s.length,["nullCount"]:a=t.nullBitmap?-1:0}=t;return new ut(e,i,o,a,[void 0,s,n])}visitFloat(t){let{["type"]:e,["offset"]:i=0}=t,n=N(t.nullBitmap),s=J(e.ArrayType,t.data),{["length"]:o=s.length,["nullCount"]:a=t.nullBitmap?-1:0}=t;return new ut(e,i,o,a,[void 0,s,n])}visitUtf8(t){let{["type"]:e,["offset"]:i=0}=t,n=N(t.data),s=N(t.nullBitmap),o=$n(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new ut(e,i,a,c,[o,n,s])}visitLargeUtf8(t){let{["type"]:e,["offset"]:i=0}=t,n=N(t.data),s=N(t.nullBitmap),o=nl(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new ut(e,i,a,c,[o,n,s])}visitBinary(t){let{["type"]:e,["offset"]:i=0}=t,n=N(t.data),s=N(t.nullBitmap),o=$n(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new ut(e,i,a,c,[o,n,s])}visitLargeBinary(t){let{["type"]:e,["offset"]:i=0}=t,n=N(t.data),s=N(t.nullBitmap),o=nl(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new ut(e,i,a,c,[o,n,s])}visitFixedSizeBinary(t){let{["type"]:e,["offset"]:i=0}=t,n=N(t.nullBitmap),s=J(e.ArrayType,t.data),{["length"]:o=s.length/Ue(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new ut(e,i,o,a,[void 0,s,n])}visitDate(t){let{["type"]:e,["offset"]:i=0}=t,n=N(t.nullBitmap),s=J(e.ArrayType,t.data),{["length"]:o=s.length/Ue(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new ut(e,i,o,a,[void 0,s,n])}visitTimestamp(t){let{["type"]:e,["offset"]:i=0}=t,n=N(t.nullBitmap),s=J(e.ArrayType,t.data),{["length"]:o=s.length/Ue(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new ut(e,i,o,a,[void 0,s,n])}visitTime(t){let{["type"]:e,["offset"]:i=0}=t,n=N(t.nullBitmap),s=J(e.ArrayType,t.data),{["length"]:o=s.length/Ue(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new ut(e,i,o,a,[void 0,s,n])}visitDecimal(t){let{["type"]:e,["offset"]:i=0}=t,n=N(t.nullBitmap),s=J(e.ArrayType,t.data),{["length"]:o=s.length/Ue(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new ut(e,i,o,a,[void 0,s,n])}visitList(t){let{["type"]:e,["offset"]:i=0,["child"]:n}=t,s=N(t.nullBitmap),o=$n(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new ut(e,i,a,c,[o,void 0,s],[n])}visitStruct(t){let{["type"]:e,["offset"]:i=0,["children"]:n=[]}=t,s=N(t.nullBitmap),{length:o=n.reduce((c,{length:l})=>Math.max(c,l),0),nullCount:a=t.nullBitmap?-1:0}=t;return new ut(e,i,o,a,[void 0,void 0,s],n)}visitUnion(t){let{["type"]:e,["offset"]:i=0,["children"]:n=[]}=t,s=J(e.ArrayType,t.typeIds),{["length"]:o=s.length,["nullCount"]:a=-1}=t;if(g.isSparseUnion(e))return new ut(e,i,o,a,[void 0,void 0,void 0,s],n);let c=$n(t.valueOffsets);return new ut(e,i,o,a,[c,void 0,void 0,s],n)}visitDictionary(t){let{["type"]:e,["offset"]:i=0}=t,n=N(t.nullBitmap),s=J(e.indices.ArrayType,t.data),{["dictionary"]:o=new et([new r().visit({type:e.dictionary})])}=t,{["length"]:a=s.length,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new ut(e,i,a,c,[void 0,s,n],[],o)}visitInterval(t){let{["type"]:e,["offset"]:i=0}=t,n=N(t.nullBitmap),s=J(e.ArrayType,t.data),{["length"]:o=s.length/Ue(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new ut(e,i,o,a,[void 0,s,n])}visitDuration(t){let{["type"]:e,["offset"]:i=0}=t,n=N(t.nullBitmap),s=J(e.ArrayType,t.data),{["length"]:o=s.length,["nullCount"]:a=t.nullBitmap?-1:0}=t;return new ut(e,i,o,a,[void 0,s,n])}visitFixedSizeList(t){let{["type"]:e,["offset"]:i=0,["child"]:n=new r().visit({type:e.valueType})}=t,s=N(t.nullBitmap),{["length"]:o=n.length/Ue(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new ut(e,i,o,a,[void 0,void 0,s],[n])}visitMap(t){let{["type"]:e,["offset"]:i=0,["child"]:n=new r().visit({type:e.childType})}=t,s=N(t.nullBitmap),o=$n(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new ut(e,i,a,c,[o,void 0,s],[n])}},Ow=new Ph;function $(r){return Ow.visit(r)}var la=class{constructor(t=0,e){this.numChunks=t,this.getChunkIterator=e,this.chunkIndex=0,this.chunkIterator=this.getChunkIterator(0)}next(){for(;this.chunkIndex<this.numChunks;){let t=this.chunkIterator.next();if(!t.done)return t;++this.chunkIndex<this.numChunks&&(this.chunkIterator=this.getChunkIterator(this.chunkIndex))}return{done:!0,value:null}}[Symbol.iterator](){return this}};function ey(r){return r.some(t=>t.nullable)}function Fl(r){return r.reduce((t,e)=>t+e.nullCount,0)}function Nl(r){return r.reduce((t,e,i)=>(t[i+1]=t[i]+e.length,t),new Uint32Array(r.length+1))}function Ml(r,t,e,i){let n=[];for(let s=-1,o=r.length;++s<o;){let a=r[s],c=t[s],{length:l}=a;if(c>=i)break;if(e>=c+l)continue;if(c>=e&&c+l<=i){n.push(a);continue}let u=Math.max(0,e-c),f=Math.min(i-c,l);n.push(a.slice(u,f-u))}return n.length===0&&n.push(r[0].slice(0,0)),n}function jh(r,t,e,i){let n=0,s=0,o=t.length-1;do{if(n>=o-1)return e<t[o]?i(r,n,e-t[n]):null;s=n+Math.trunc((o-n)*.5),e<t[s]?o=s:n=s}while(n<o)}function ua(r,t){return r.getValid(t)}function qs(r){function t(e,i,n){return r(e[i],n)}return function(e){let i=this.data;return jh(i,this._offsets,e,t)}}function Ll(r){let t;function e(i,n,s){return r(i[n],s,t)}return function(i,n){let s=this.data;t=n;let o=jh(s,this._offsets,i,e);return t=void 0,o}}function Rl(r){let t;function e(i,n,s){let o=s,a=0,c=0;for(let l=n-1,u=i.length;++l<u;){let f=i[l];if(~(a=r(f,t,o)))return c+a;o=0,c+=f.length}return-1}return function(i,n){t=i;let s=this.data,o=typeof n!="number"?e(s,0,0):jh(s,this._offsets,n,e);return t=void 0,o}}var T=class extends B{};function Ew(r,t){return t===null&&r.length>0?0:-1}function Fw(r,t){let{nullBitmap:e}=r;if(!e||r.nullCount<=0)return-1;let i=0;for(let n of new Gn(e,r.offset+(t||0),r.length,e,El)){if(!n)return i;++i}return-1}function q(r,t,e){if(t===void 0)return-1;if(t===null)switch(r.typeId){case h.Union:break;case h.Dictionary:break;default:return Fw(r,e)}let i=zt.getVisitFn(r),n=vn(t);for(let s=(e||0)-1,o=r.length;++s<o;)if(n(i(r,s)))return s;return-1}function ry(r,t,e){let i=zt.getVisitFn(r),n=vn(t);for(let s=(e||0)-1,o=r.length;++s<o;)if(n(i(r,s)))return s;return-1}T.prototype.visitNull=Ew;T.prototype.visitBool=q;T.prototype.visitInt=q;T.prototype.visitInt8=q;T.prototype.visitInt16=q;T.prototype.visitInt32=q;T.prototype.visitInt64=q;T.prototype.visitUint8=q;T.prototype.visitUint16=q;T.prototype.visitUint32=q;T.prototype.visitUint64=q;T.prototype.visitFloat=q;T.prototype.visitFloat16=q;T.prototype.visitFloat32=q;T.prototype.visitFloat64=q;T.prototype.visitUtf8=q;T.prototype.visitLargeUtf8=q;T.prototype.visitBinary=q;T.prototype.visitLargeBinary=q;T.prototype.visitFixedSizeBinary=q;T.prototype.visitDate=q;T.prototype.visitDateDay=q;T.prototype.visitDateMillisecond=q;T.prototype.visitTimestamp=q;T.prototype.visitTimestampSecond=q;T.prototype.visitTimestampMillisecond=q;T.prototype.visitTimestampMicrosecond=q;T.prototype.visitTimestampNanosecond=q;T.prototype.visitTime=q;T.prototype.visitTimeSecond=q;T.prototype.visitTimeMillisecond=q;T.prototype.visitTimeMicrosecond=q;T.prototype.visitTimeNanosecond=q;T.prototype.visitDecimal=q;T.prototype.visitList=q;T.prototype.visitStruct=q;T.prototype.visitUnion=q;T.prototype.visitDenseUnion=ry;T.prototype.visitSparseUnion=ry;T.prototype.visitDictionary=q;T.prototype.visitInterval=q;T.prototype.visitIntervalDayTime=q;T.prototype.visitIntervalYearMonth=q;T.prototype.visitDuration=q;T.prototype.visitDurationSecond=q;T.prototype.visitDurationMillisecond=q;T.prototype.visitDurationMicrosecond=q;T.prototype.visitDurationNanosecond=q;T.prototype.visitFixedSizeList=q;T.prototype.visitMap=q;var Kn=new T;var A=class extends B{};function k(r){let{type:t}=r;if(r.nullCount===0&&r.stride===1&&(g.isInt(t)&&t.bitWidth!==64||g.isTime(t)&&t.bitWidth!==64||g.isFloat(t)&&t.precision!==gt.HALF))return new la(r.data.length,i=>{let n=r.data[i];return n.values.subarray(0,n.length)[Symbol.iterator]()});let e=0;return new la(r.data.length,i=>{let s=r.data[i].length,o=r.slice(e,e+s);return e+=s,new zh(o)})}var zh=class{constructor(t){this.vector=t,this.index=0}next(){return this.index<this.vector.length?{value:this.vector.get(this.index++)}:{done:!0,value:null}}[Symbol.iterator](){return this}};A.prototype.visitNull=k;A.prototype.visitBool=k;A.prototype.visitInt=k;A.prototype.visitInt8=k;A.prototype.visitInt16=k;A.prototype.visitInt32=k;A.prototype.visitInt64=k;A.prototype.visitUint8=k;A.prototype.visitUint16=k;A.prototype.visitUint32=k;A.prototype.visitUint64=k;A.prototype.visitFloat=k;A.prototype.visitFloat16=k;A.prototype.visitFloat32=k;A.prototype.visitFloat64=k;A.prototype.visitUtf8=k;A.prototype.visitLargeUtf8=k;A.prototype.visitBinary=k;A.prototype.visitLargeBinary=k;A.prototype.visitFixedSizeBinary=k;A.prototype.visitDate=k;A.prototype.visitDateDay=k;A.prototype.visitDateMillisecond=k;A.prototype.visitTimestamp=k;A.prototype.visitTimestampSecond=k;A.prototype.visitTimestampMillisecond=k;A.prototype.visitTimestampMicrosecond=k;A.prototype.visitTimestampNanosecond=k;A.prototype.visitTime=k;A.prototype.visitTimeSecond=k;A.prototype.visitTimeMillisecond=k;A.prototype.visitTimeMicrosecond=k;A.prototype.visitTimeNanosecond=k;A.prototype.visitDecimal=k;A.prototype.visitList=k;A.prototype.visitStruct=k;A.prototype.visitUnion=k;A.prototype.visitDenseUnion=k;A.prototype.visitSparseUnion=k;A.prototype.visitDictionary=k;A.prototype.visitInterval=k;A.prototype.visitIntervalDayTime=k;A.prototype.visitIntervalYearMonth=k;A.prototype.visitDuration=k;A.prototype.visitDurationSecond=k;A.prototype.visitDurationMillisecond=k;A.prototype.visitDurationMicrosecond=k;A.prototype.visitDurationNanosecond=k;A.prototype.visitFixedSizeList=k;A.prototype.visitMap=k;var Ws=new A;var iy,ny={},sy={},et=class r{constructor(t){var e,i,n;let s=t[0]instanceof r?t.flatMap(a=>a.data):t;if(s.length===0||s.some(a=>!(a instanceof ut)))throw new TypeError("Vector constructor expects an Array of Data instances.");let o=(e=s[0])===null||e===void 0?void 0:e.type;switch(s.length){case 0:this._offsets=[0];break;case 1:{let{get:a,set:c,indexOf:l}=ny[o.typeId],u=s[0];this.isValid=f=>ua(u,f),this.get=f=>a(u,f),this.set=(f,m)=>c(u,f,m),this.indexOf=f=>l(u,f),this._offsets=[0,u.length];break}default:Object.setPrototypeOf(this,sy[o.typeId]),this._offsets=Nl(s);break}this.data=s,this.type=o,this.stride=Ue(o),this.numChildren=(n=(i=o.children)===null||i===void 0?void 0:i.length)!==null&&n!==void 0?n:0,this.length=this._offsets.at(-1)}get byteLength(){return this.data.reduce((t,e)=>t+e.byteLength,0)}get nullable(){return ey(this.data)}get nullCount(){return Fl(this.data)}get ArrayType(){return this.type.ArrayType}get[Symbol.toStringTag](){return`${this.VectorName}<${this.type[Symbol.toStringTag]}>`}get VectorName(){return`${h[this.type.typeId]}Vector`}isValid(t){return!1}get(t){return null}at(t){return this.get(Wn(t,this.length))}set(t,e){}indexOf(t,e){return-1}includes(t,e){return this.indexOf(t,e)>-1}[Symbol.iterator](){return Ws.visit(this)}concat(...t){return new r(this.data.concat(t.flatMap(e=>e.data).flat(Number.POSITIVE_INFINITY)))}slice(t,e){return new r(aa(this,t,e,({data:i,_offsets:n},s,o)=>Ml(i,n,s,o)))}toJSON(){return[...this]}toArray(){let{type:t,data:e,length:i,stride:n,ArrayType:s}=this;switch(t.typeId){case h.Int:case h.Float:case h.Decimal:case h.Time:case h.Timestamp:switch(e.length){case 0:return new s;case 1:return e[0].values.subarray(0,i*n);default:return e.reduce((o,{values:a,length:c})=>(o.array.set(a.subarray(0,c*n),o.offset),o.offset+=c*n,o),{array:new s(i*n),offset:0}).array}}return[...this]}toString(){return`[${[...this].join(",")}]`}getChild(t){var e;return this.getChildAt((e=this.type.children)===null||e===void 0?void 0:e.findIndex(i=>i.name===t))}getChildAt(t){return t>-1&&t<this.numChildren?new r(this.data.map(({children:e})=>e[t])):null}get isMemoized(){return g.isDictionary(this.type)?this.data[0].dictionary.isMemoized:!1}memoize(){if(g.isDictionary(this.type)){let t=new Ul(this.data[0].dictionary),e=this.data.map(i=>{let n=i.clone();return n.dictionary=t,n});return new r(e)}return new Ul(this)}unmemoize(){if(g.isDictionary(this.type)&&this.isMemoized){let t=this.data[0].dictionary.unmemoize(),e=this.data.map(i=>{let n=i.clone();return n.dictionary=t,n});return new r(e)}return this}};iy=Symbol.toStringTag;et[iy]=(r=>{r.type=g.prototype,r.data=[],r.length=0,r.stride=1,r.numChildren=0,r._offsets=new Uint32Array([0]),r[Symbol.isConcatSpreadable]=!0;let t=Object.keys(h).map(e=>h[e]).filter(e=>typeof e=="number"&&e!==h.NONE);for(let e of t){let i=zt.getVisitFnByTypeId(e),n=Xt.getVisitFnByTypeId(e),s=Kn.getVisitFnByTypeId(e);ny[e]={get:i,set:n,indexOf:s},sy[e]=Object.create(r,{isValid:{value:qs(ua)},get:{value:qs(zt.getVisitFnByTypeId(e))},set:{value:Ll(Xt.getVisitFnByTypeId(e))},indexOf:{value:Rl(Kn.getVisitFnByTypeId(e))}})}return"Vector"})(et.prototype);var Ul=class r extends et{constructor(t){super(t.data);let e=this.get,i=this.set,n=this.slice,s=new Array(this.length);Object.defineProperty(this,"get",{value(o){let a=s[o];if(a!==void 0)return a;let c=e.call(this,o);return s[o]=c,c}}),Object.defineProperty(this,"set",{value(o,a){i.call(this,o,a),s[o]=a}}),Object.defineProperty(this,"slice",{value:(o,a)=>new r(n.call(this,o,a))}),Object.defineProperty(this,"isMemoized",{value:!0}),Object.defineProperty(this,"unmemoize",{value:()=>new et(this.data)}),Object.defineProperty(this,"memoize",{value:()=>this})}};function oy(r){if(!r||r.length<=0)return function(n){return!0};let t="",e=r.filter(i=>i===i);return e.length>0&&(t=`
|
|
2
|
-
switch (x) {${e.map(i=>`
|
|
3
|
-
|
|
1
|
+
var tm=Object.defineProperty;var tn=(e,t)=>{for(var r in t)tm(e,r,{get:t[r],enumerable:!0})};var Zd={};function ju(e,t=!1){let r,n,i=Zd;function s(u){r=e(u).catch(()=>{}).finally(()=>{if(n){let{value:d}=n;n=null,s(d)}else r=null})}function o(u){n={event:u}}function a(u){r?o(u):s(u)}function c(u){i!==u&&requestAnimationFrame(()=>{let d=i;i=Zd,a(d)}),i=u}return t?c:a}var zu=class{constructor(t){this._filterBy=t,this._requestUpdate=ju(()=>this.requestQuery(),!0),this._coordinator=null}get coordinator(){return this._coordinator}set coordinator(t){this._coordinator=t}get filterBy(){return this._filterBy}get filterStable(){return!0}fields(){return null}fieldInfo(t){return this}query(t){return null}queryPending(){return this}queryResult(t){return this}queryError(t){return this}requestQuery(t){let r=t||this.query(this.filterBy?.predicate(this));return this._coordinator.requestQuery(this,r)}requestUpdate(){this._requestUpdate()}initialize(){return this._coordinator.initializeClient(this)}update(){return this}};var Li=Uint8Array.of(65,82,82,79,87,49),Zt={V1:0,V2:1,V3:2,V4:3,V5:4};var te={NONE:0,Schema:1,DictionaryBatch:2,RecordBatch:3,Tensor:4,SparseTensor:5},h={Dictionary:-1,NONE:0,Null:1,Int:2,Float:3,Binary:4,Utf8:5,Bool:6,Decimal:7,Date:8,Time:9,Timestamp:10,Interval:11,List:12,Struct:13,Union:14,FixedSizeBinary:15,FixedSizeList:16,Map:17,Duration:18,LargeBinary:19,LargeUtf8:20,LargeList:21,RunEndEncoded:22,BinaryView:23,Utf8View:24,ListView:25,LargeListView:26},Vn={HALF:0,SINGLE:1,DOUBLE:2},Ye={DAY:0,MILLISECOND:1},yt={SECOND:0,MILLISECOND:1,MICROSECOND:2,NANOSECOND:3},ee={YEAR_MONTH:0,DAY_TIME:1,MONTH_DAY_NANO:2},Ge={Sparse:0,Dense:1};var jn=Uint8Array,bo=Uint16Array,wo=Uint32Array,Io=BigUint64Array,Mi=Int8Array,tf=Int16Array,Lt=Int32Array,$t=BigInt64Array,qu=Float32Array,Er=Float64Array;function ef(e,t){let r=Math.log2(e)-3;return(t?[Mi,tf,Lt,$t]:[jn,bo,wo,Io])[r]}var bw=Object.getPrototypeOf(Int8Array);function zn(e,t){let r=0,n=e.length;if(n<=2147483648)do{let i=r+n>>>1;e[i]<=t?r=i+1:n=i}while(r<n);else do{let i=Math.trunc((r+n)/2);e[i]<=t?r=i+1:n=i}while(r<n);return r}function xo(e,t,r){if(t(e))return e;throw new Error(r(e))}function Mt(e,t,r){return t=Array.isArray(t)?t:Object.values(t),xo(e,n=>t.includes(n),r??(()=>`${e} must be one of ${t}`))}function vo(e,t){for(let[r,n]of Object.entries(e))if(n===t)return r;return"<Unknown>"}var He=e=>`Unsupported data type: "${vo(h,e)}" (id ${e})`,Ui=(e,t,r=!0,n=null)=>({name:e,type:t,nullable:r,metadata:n});function rf(e){return Object.hasOwn(e,"name")&&nf(e.type)}function nf(e){return typeof e?.typeId=="number"}function Tr(e,t="",r=!0){return rf(e)?e:Ui(t,xo(e,nf,()=>"Data type expected."),r)}var So=(e,t,r=!1,n=-1)=>({typeId:h.Dictionary,id:n,dictionary:e,indices:t||qn(),ordered:r});var Eo=(e=32,t=!0)=>({typeId:h.Int,bitWidth:Mt(e,[8,16,32,64]),signed:t,values:ef(e,t)});var qn=()=>Eo(32);var $u=(e=2)=>({typeId:h.Float,precision:Mt(e,Vn),values:[bo,qu,Er][e]});var Wu=()=>({typeId:h.Binary,offsets:Lt}),To=()=>({typeId:h.Utf8,offsets:Lt});var Yu=(e,t,r=128)=>({typeId:h.Decimal,precision:e,scale:t,bitWidth:Mt(r,[128,256]),values:Io}),Gu=e=>({typeId:h.Date,unit:Mt(e,Ye),values:e===Ye.DAY?Lt:$t});var Hu=(e=yt.MILLISECOND,t=32)=>({typeId:h.Time,unit:Mt(e,yt),bitWidth:Mt(t,[32,64]),values:t===32?Lt:$t});var Ao=(e=yt.MILLISECOND,t=null)=>({typeId:h.Timestamp,unit:Mt(e,yt),timezone:t,values:$t}),Qu=(e=ee.MONTH_DAY_NANO)=>({typeId:h.Interval,unit:Mt(e,ee),values:e===ee.MONTH_DAY_NANO?void 0:Lt}),Oo=e=>({typeId:h.List,children:[Tr(e)],offsets:Lt}),Bo=e=>({typeId:h.Struct,children:Array.isArray(e)&&rf(e[0])?e:Object.entries(e).map(([t,r])=>Ui(t,r))}),Ku=(e,t,r,n)=>(r??=t.map((i,s)=>s),{typeId:h.Union,mode:Mt(e,Ge),typeIds:r,typeMap:r.reduce((i,s,o)=>(i[s]=o,i),{}),children:t.map((i,s)=>Tr(i,`_${s}`)),typeIdForValue:n,offsets:Lt}),Ju=e=>({typeId:h.FixedSizeBinary,stride:e}),No=(e,t)=>({typeId:h.FixedSizeList,stride:t,children:[Tr(e)]}),sf=(e,t)=>({typeId:h.Map,keysSorted:e,children:[t],offsets:Lt});var Xu=(e=yt.MILLISECOND)=>({typeId:h.Duration,unit:Mt(e,yt),values:$t}),Zu=()=>({typeId:h.LargeBinary,offsets:$t}),tl=()=>({typeId:h.LargeUtf8,offsets:$t}),el=e=>({typeId:h.LargeList,children:[Tr(e)],offsets:$t}),rl=(e,t)=>({typeId:h.RunEndEncoded,children:[xo(Tr(e,"run_ends"),r=>r.type.typeId===h.Int,()=>"Run-ends must have an integer type."),Tr(t,"values")]});var nl=e=>({typeId:h.ListView,children:[Tr(e,"value")],offsets:Lt}),il=e=>({typeId:h.LargeListView,children:[Tr(e,"value")],offsets:$t});var em=new Er(2),Do=em.buffer,Ow=new $t(Do),Bw=new wo(Do),Nw=new Lt(Do),Dw=new jn(Do);function De(e){if(e>Number.MAX_SAFE_INTEGER||e<Number.MIN_SAFE_INTEGER)throw Error(`BigInt exceeds integer number representation: ${e}`);return Number(e)}function Fo(e,t){return Number(e/t)+Number(e%t)/Number(t)}var $n=e=>BigInt.asUintN(64,e);function af(e,t){let r=t<<1,n;return BigInt.asIntN(64,e[r+1])<0?(n=$n(~e[r])|$n(~e[r+1])<<64n,n=-(n+1n)):n=e[r]|e[r+1]<<64n,n}function cf(e,t){let r=t<<2,n;return BigInt.asIntN(64,e[r+3])<0?(n=$n(~e[r])|$n(~e[r+1])<<64n|$n(~e[r+2])<<128n|$n(~e[r+3])<<192n,n=-(n+1n)):n=e[r]|e[r+1]<<64n|e[r+2]<<128n|e[r+3]<<192n,n}var nm=new TextDecoder("utf-8"),Uw=new TextEncoder;function Wn(e){return nm.decode(e)}var en=4;function sl(e,t){return(e[t>>3]&1<<t%8)!==0}function vt(e,t){let r=t+W(e,t),n=r-W(e,r),i=_t(e,n);return(s,o,a=null)=>{if(s<i){let c=_t(e,n+s);if(c)return o(e,r+c)}return a}}function de(e,t){return t}function Ar(e,t){return!!im(e,t)}function im(e,t){return Ci(e,t)<<24>>24}function Ci(e,t){return e[t]}function _t(e,t){return sm(e,t)<<16>>16}function sm(e,t){return e[t]|e[t+1]<<8}function W(e,t){return e[t]|e[t+1]<<8|e[t+2]<<16|e[t+3]<<24}function uf(e,t){return W(e,t)>>>0}function gt(e,t){return De(BigInt.asIntN(64,BigInt(uf(e,t))+(BigInt(uf(e,t+en))<<32n)))}function rn(e,t){let r=t+W(e,t),n=W(e,r);return r+=en,Wn(e.subarray(r,r+n))}function Wt(e,t,r,n){if(!t)return[];let i=t+W(e,t);return Array.from({length:W(e,i)},(s,o)=>n(e,i+en+o*r))}var ol=Symbol("rowIndex");function ki(e,t){class r{constructor(s){this[ol]=s}toJSON(){return lf(e,t,this[ol])}}let n=r.prototype;for(let i=0;i<e.length;++i){if(Object.hasOwn(n,e[i]))continue;let s=t[i];Object.defineProperty(n,e[i],{get(){return s.at(this[ol])},enumerable:!0})}return i=>new r(i)}function Ro(e,t){return r=>lf(e,t,r)}function lf(e,t,r){let n={};for(let i=0;i<e.length;++i)n[e[i]]=t[i].at(r);return n}function df(e){return e instanceof Or}var nn=class{static ArrayType=null;constructor({length:t,nullCount:r,type:n,validity:i,values:s,offsets:o,sizes:a,children:c}){this.length=t,this.nullCount=r,this.type=n,this.validity=i,this.values=s,this.offsets=o,this.sizes=a,this.children=c,(!r||!this.validity)&&(this.at=u=>this.value(u))}get[Symbol.toStringTag](){return"Batch"}at(t){return this.isValid(t)?this.value(t):null}isValid(t){return sl(this.validity,t)}value(t){return this.values[t]}slice(t,r){let n=r-t,i=Array(n);for(let s=0;s<n;++s)i[s]=this.at(t+s);return i}*[Symbol.iterator](){for(let t=0;t<this.length;++t)yield this.at(t)}},Or=class extends nn{constructor(t){super(t);let{length:r,values:n}=this;this.values=n.subarray(0,r)}slice(t,r){return this.nullCount?super.slice(t,r):this.values.subarray(t,r)}[Symbol.iterator](){return this.nullCount?super[Symbol.iterator]():this.values[Symbol.iterator]()}},Pi=class extends nn{static ArrayType=Er},nt=class extends nn{static ArrayType=Array},Vi=class extends nt{value(t){return null}},Fe=class extends Pi{value(t){return De(this.values[t])}},Lo=class extends Pi{value(t){let r=this.values[t],n=(r&31744)>>10,i=(r&1023)/1024,s=(-1)**((r&32768)>>15);switch(n){case 31:return s*(i?Number.NaN:1/0);case 0:return s*(i?6103515625e-14*i:0)}return s*2**(n-15)*(1+i)}},Mo=class extends nt{value(t){return sl(this.values,t)}},Uo=class extends nn{constructor(t){super(t);let{bitWidth:r,scale:n}=this.type;this.decimal=r===128?af:cf,this.scale=10n**BigInt(n)}},Co=class extends Uo{static ArrayType=Er;value(t){return Fo(this.decimal(this.values,t),this.scale)}},ko=class extends Uo{static ArrayType=Array;value(t){return this.decimal(this.values,t)}},ji=class extends nt{constructor(t){super(t),this.source=t}value(t){return new Date(this.source.value(t))}},Po=class extends Pi{value(t){return 864e5*this.values[t]}},ff=Fe,Vo=class extends Fe{value(t){return super.value(t)*1e3}},hf=Fe,jo=class extends Fe{value(t){return Fo(this.values[t],1000n)}},zo=class extends Fe{value(t){return Fo(this.values[t],1000000n)}},qo=class extends nt{value(t){return this.values.subarray(t<<1,t+1<<1)}},$o=class extends nt{value(t){let r=this.values,n=t<<4;return Float64Array.of(W(r,n),W(r,n+4),gt(r,n+8))}},pf=({values:e,offsets:t},r)=>e.subarray(t[r],t[r+1]),mf=({values:e,offsets:t},r)=>e.subarray(De(t[r]),De(t[r+1])),Wo=class extends nt{value(t){return pf(this,t)}},Yo=class extends nt{value(t){return mf(this,t)}},Go=class extends nt{value(t){return Wn(pf(this,t))}},Ho=class extends nt{value(t){return Wn(mf(this,t))}},Qo=class extends nt{value(t){let r=this.offsets;return this.children[0].slice(r[t],r[t+1])}},Ko=class extends nt{value(t){let r=this.offsets;return this.children[0].slice(De(r[t]),De(r[t+1]))}},Jo=class extends nt{value(t){let r=this.offsets[t],n=r+this.sizes[t];return this.children[0].slice(r,n)}},Xo=class extends nt{value(t){let r=this.offsets[t],n=r+this.sizes[t];return this.children[0].slice(De(r),De(n))}},Zo=class extends nt{constructor(t){super(t),this.stride=this.type.stride}},ta=class extends Zo{value(t){let{stride:r,values:n}=this;return n.subarray(t*r,(t+1)*r)}},ea=class extends Zo{value(t){let{children:r,stride:n}=this;return r[0].slice(t*n,(t+1)*n)}};function yf({children:e,offsets:t},r){let[n,i]=e[0].children,s=t[r],o=t[r+1],a=[];for(let c=s;c<o;++c)a.push([n.at(c),i.at(c)]);return a}var ra=class extends nt{value(t){return yf(this,t)}},na=class extends nt{value(t){return new Map(yf(this,t))}},zi=class extends nt{constructor({typeIds:t,...r}){super(r),this.typeIds=t,this.typeMap=this.type.typeMap}value(t,r=t){let{typeIds:n,children:i,typeMap:s}=this;return i[s[n[t]]].at(r)}},ia=class extends zi{value(t){return super.value(t,this.offsets[t])}},qi=class extends nt{constructor(t,r=Ro){super(t),this.names=this.type.children.map(n=>n.name),this.factory=r(this.names,this.children)}value(t){return this.factory(t)}},sa=class extends qi{constructor(t){super(t,ki)}},oa=class extends nt{value(t){let[{values:r},n]=this.children;return n.at(zn(r,t))}},aa=class extends nt{setDictionary(t){return this.dictionary=t,this.cache=t.cache(),this}value(t){return this.cache[this.key(t)]}key(t){return this.values[t]}},ca=class extends nt{constructor({data:t,...r}){super(r),this.data=t}view(t){let{values:r,data:n}=this,i=t<<4,s=i+4,o=r,a=W(o,i);return a>12&&(s=W(o,i+12),o=n[W(o,i+8)]),o.subarray(s,s+a)}},ua=class extends ca{value(t){return this.view(t)}},la=class extends ca{value(t){return Wn(this.view(t))}};function al(e){let t=[];return{add(r){return t.push(r),this},clear:()=>t=[],done:()=>new sn(t,e)}}var sn=class{constructor(t,r=t[0]?.type){this.type=r,this.length=t.reduce((s,o)=>s+o.length,0),this.nullCount=t.reduce((s,o)=>s+o.nullCount,0),this.data=t;let n=t.length,i=new Int32Array(n+1);if(n===1){let[s]=t;i[1]=s.length,this.at=o=>s.at(o)}else for(let s=0,o=0;s<n;++s)i[s+1]=o+=t[s].length;this.offsets=i}get[Symbol.toStringTag](){return"Column"}[Symbol.iterator](){let t=this.data;return t.length===1?t[0][Symbol.iterator]():om(t)}at(t){let{data:r,offsets:n}=this,i=zn(n,t)-1;return r[i]?.at(t-n[i])}get(t){return this.at(t)}toArray(){let{length:t,nullCount:r,data:n}=this,i=!r&&df(n[0]),s=n.length;if(i&&s===1)return n[0].values;let o=!s||r>0?Array:n[0].constructor.ArrayType??n[0].values.constructor,a=new o(t);return i?am(a,n):cm(a,n)}cache(){return this._cache??(this._cache=this.toArray())}};function*om(e){for(let t=0;t<e.length;++t){let r=e[t][Symbol.iterator]();for(let n=r.next();!n.done;n=r.next())yield n.value}}function am(e,t){for(let r=0,n=0;r<t.length;++r){let{values:i}=t[r];e.set(i,n),n+=i.length}return e}function cm(e,t){let r=-1;for(let n=0;n<t.length;++n){let i=t[n];for(let s=0;s<i.length;++s)e[++r]=i.at(s)}return e}var Yn=class e{constructor(t,r,n=!1){let i=t.fields.map(o=>o.name);this.schema=t,this.names=i,this.children=r,this.factory=n?ki:Ro;let s=[];this.getFactory=o=>s[o]??(s[o]=this.factory(i,r.map(a=>a.data[o])))}get[Symbol.toStringTag](){return"Table"}get numCols(){return this.names.length}get numRows(){return this.children[0]?.length??0}getChildAt(t){return this.children[t]}getChild(t){let r=this.names.findIndex(n=>n===t);return r>-1?this.children[r]:void 0}selectAt(t,r=[]){let{children:n,factory:i,schema:s}=this,{fields:o}=s;return new e({...s,fields:t.map((a,c)=>um(o[a],r[c]))},t.map(a=>n[a]),i===ki)}select(t,r){let n=this.names,i=t.map(s=>n.indexOf(s));return this.selectAt(i,r)}toColumns(){let{children:t,names:r}=this,n={};return r.forEach((i,s)=>n[i]=t[s]?.toArray()??[]),n}toArray(){let{children:t,getFactory:r,numRows:n}=this,i=t[0]?.data??[],s=Array(n);for(let o=0,a=-1;o<i.length;++o){let c=r(o);for(let u=0;u<i[o].length;++u)s[++a]=c(u)}return s}*[Symbol.iterator](){let{children:t,getFactory:r}=this,n=t[0]?.data??[];for(let i=0;i<n.length;++i){let s=r(i);for(let o=0;o<n[i].length;++o)yield s(o)}}at(t){let{children:r,getFactory:n,numRows:i}=this;if(t<0||t>=i)return null;let[{offsets:s}]=r,o=zn(s,t)-1;return n(o)(t-s[o])}get(t){return this.at(t)}};function um(e,t){return t!=null&&t!==e.name?{...e,name:t}:e}function $i(e,t={}){let{typeId:r,bitWidth:n,precision:i,unit:s}=e,{useBigInt:o,useDate:a,useDecimalBigInt:c,useMap:u,useProxy:d}=t;switch(r){case h.Null:return Vi;case h.Bool:return Mo;case h.Int:case h.Time:case h.Duration:return o||n<64?Or:Fe;case h.Float:return i?Or:Lo;case h.Date:return gf(s===Ye.DAY?Po:ff,a&&ji);case h.Timestamp:return gf(s===yt.SECOND?Vo:s===yt.MILLISECOND?hf:s===yt.MICROSECOND?jo:zo,a&&ji);case h.Decimal:return c?ko:Co;case h.Interval:return s===ee.DAY_TIME?qo:s===ee.YEAR_MONTH?Or:$o;case h.FixedSizeBinary:return ta;case h.Utf8:return Go;case h.LargeUtf8:return Ho;case h.Binary:return Wo;case h.LargeBinary:return Yo;case h.BinaryView:return ua;case h.Utf8View:return la;case h.List:return Qo;case h.LargeList:return Ko;case h.Map:return u?na:ra;case h.ListView:return Jo;case h.LargeListView:return Xo;case h.FixedSizeList:return ea;case h.Struct:return d?sa:qi;case h.RunEndEncoded:return oa;case h.Dictionary:return aa;case h.Union:return e.mode?ia:zi}throw new Error(He(r))}function gf(e,t){return t?class extends t{constructor(n){super(new e(n))}}:e}function lm(e,t){return{offset:gt(e,t),metadataLength:W(e,t+8),bodyLength:gt(e,t+16)}}function cl(e,t){return Wt(e,t,24,lm)}function da(e,t,r){let n=vt(e,t);if(n(10,de,0))throw new Error("Record batch compression not implemented");let i=r<Zt.V4?8:0;return{length:n(4,gt,0),nodes:Wt(e,n(6,de),16,(s,o)=>({length:gt(s,o),nullCount:gt(s,o+8)})),regions:Wt(e,n(8,de),16+i,(s,o)=>({offset:gt(s,o+i),length:gt(s,o+i+8)})),variadic:Wt(e,n(12,de),8,gt)}}function _f(e,t,r){let n=vt(e,t);return{id:n(4,gt,0),data:n(6,(i,s)=>da(i,s,r)),isDelta:n(8,Ar,!1)}}function ul(e,t,r,n){Mt(r,h,He);let i=vt(e,t);switch(r){case h.Binary:return Wu();case h.Utf8:return To();case h.LargeBinary:return Zu();case h.LargeUtf8:return tl();case h.List:return Oo(n[0]);case h.ListView:return nl(n[0]);case h.LargeList:return el(n[0]);case h.LargeListView:return il(n[0]);case h.Struct:return Bo(n);case h.RunEndEncoded:return rl(n[0],n[1]);case h.Int:return Eo(i(4,W,0),i(6,Ar,!1));case h.Float:return $u(i(4,_t,Vn.HALF));case h.Decimal:return Yu(i(4,W,0),i(6,W,0),i(8,W,128));case h.Date:return Gu(i(4,_t,Ye.MILLISECOND));case h.Time:return Hu(i(4,_t,yt.MILLISECOND),i(6,W,32));case h.Timestamp:return Ao(i(4,_t,yt.SECOND),i(6,rn));case h.Interval:return Qu(i(4,_t,ee.YEAR_MONTH));case h.Duration:return Xu(i(4,_t,yt.MILLISECOND));case h.FixedSizeBinary:return Ju(i(4,W,0));case h.FixedSizeList:return No(n[0],i(4,W,0));case h.Map:return sf(i(4,Ar,!1),n[0]);case h.Union:return Ku(i(4,_t,Ge.Sparse),n,Wt(e,i(6,de),4,W))}return{typeId:r}}function Wi(e,t){let r=Wt(e,t,4,(n,i)=>{let s=vt(n,i);return[s(4,rn),s(6,rn)]});return r.length?new Map(r):null}function fa(e,t,r){let n=vt(e,t);return{version:r,endianness:n(4,_t,0),fields:n(6,dm,[]),metadata:n(8,Wi)}}function dm(e,t){return Wt(e,t,4,bf)}function bf(e,t){let r=vt(e,t),n=r(8,Ci,h.NONE),i=r(10,de,0),s=r(12,hm),o=r(14,(c,u)=>fm(c,u)),a=ul(e,i,n,o);return s&&(s.dictionary=a,a=s),{name:r(4,rn),type:a,nullable:r(6,Ar,!1),metadata:r(16,Wi)}}function fm(e,t){let r=Wt(e,t,4,bf);return r.length?r:null}function hm(e,t){if(!t)return null;let r=vt(e,t);return So(null,r(6,pm,qn()),r(8,Ar,!1),r(4,gt,0))}function pm(e,t){return ul(e,t,h.Int)}var mm=(e,t)=>`Expected to read ${e} metadata bytes, but only read ${t}.`,ym=(e,t)=>`Expected to read ${e} bytes for message body, but only read ${t}.`,gm=e=>`Unsupported message type: ${e} (${vo(te,e)})`;function ha(e,t){let r=W(e,t)||0;if(t+=en,r===-1&&(r=W(e,t)||0,t+=en),r===0)return null;let n=e.subarray(t,t+=r);if(n.byteLength<r)throw new Error(mm(r,n.byteLength));let i=vt(n,0),s=i(4,_t,Zt.V1),o=i(6,Ci,te.NONE),a=i(8,de,0),c=i(10,gt,0),u;if(a){let d=o===te.Schema?fa:o===te.DictionaryBatch?_f:o===te.RecordBatch?da:null;if(!d)throw new Error(gm(o));if(u=d(n,a,s),c>0){let f=e.subarray(t,t+=c);if(f.byteLength<c)throw new Error(ym(c,f.byteLength));u.body=f}}return{version:s,type:o,index:t,content:u}}function wf(e){let t=e instanceof ArrayBuffer?new Uint8Array(e):e;return t instanceof Uint8Array&&_m(t)?wm(t):bm(t)}function _m(e){if(!e||e.length<4)return!1;for(let t=0;t<6;++t)if(Li[t]!==e[t])return!1;return!0}function bm(e){let t=[e].flat(),r,n=[],i=[];for(let s of t){if(!(s instanceof Uint8Array))throw new Error("IPC data batch was not a Uint8Array.");let o=0;for(;;){let a=ha(s,o);if(a===null)break;if(o=a.index,!!a.content)switch(a.type){case te.Schema:r||(r=a.content);break;case te.RecordBatch:n.push(a.content);break;case te.DictionaryBatch:i.push(a.content);break}}}return{schema:r,dictionaries:i,records:n,metadata:null}}function wm(e){let t=e.byteLength-(Li.length+4),r=W(e,t),n=vt(e,t-r),i=n(4,_t,Zt.V1),s=n(8,cl,[]),o=n(10,cl,[]);return{schema:n(6,(a,c)=>fa(a,c,i)),dictionaries:s.map(({offset:a})=>ha(e,a).content),records:o.map(({offset:a})=>ha(e,a).content),metadata:n(12,Wi)}}function dl(e,t){return Im(wf(e),t)}function Im(e,t={}){let{schema:r={fields:[]},dictionaries:n,records:i}=e,{version:s,fields:o}=r,a=new Map,c=vm(t,s,a),u=new Map;xm(r,p=>{let m=p.type;m.typeId===h.Dictionary&&u.set(m.id,m.dictionary)});let d=new Map;for(let p of n){let{id:m,data:b,isDelta:K,body:zt}=p,qt=u.get(m),Pn=ll(qt,c({...b,body:zt}));if(d.has(m)){let Xd=d.get(m);K||Xd.clear(),Xd.add(Pn)}else{if(K)throw new Error("Delta update can not be first dictionary batch.");d.set(m,al(qt).add(Pn))}}d.forEach((p,m)=>a.set(m,p.done()));let f=o.map(p=>al(p.type));for(let p of i){let m=c(p);o.forEach((b,K)=>f[K].add(ll(b.type,m)))}return new Yn(r,f.map(p=>p.done()),t.useProxy)}function xm(e,t){e.fields.forEach(function r(n){t(n),n.type.dictionary?.children?.forEach(r),n.type.children?.forEach(r)})}function vm(e,t,r){let n={version:t,options:e,dictionary:i=>r.get(i)};return i=>{let{length:s,nodes:o,regions:a,variadic:c,body:u}=i,d=-1,f=-1,p=-1;return{...n,length:s,node:()=>o[++d],buffer:m=>{let{length:b,offset:K}=a[++f];return m?new m(u.buffer,u.byteOffset+K,b/m.BYTES_PER_ELEMENT):u.subarray(K,K+b)},variadic:()=>c[++p],visit(m){return m.map(b=>ll(b.type,this))}}}}function ll(e,t){let{typeId:r}=e,{length:n,options:i,node:s,buffer:o,variadic:a,version:c}=t,u=$i(e,i);if(r===h.Null)return new u({length:n,nullCount:n,type:e});let d={...s(),type:e};switch(r){case h.Bool:case h.Int:case h.Time:case h.Duration:case h.Float:case h.Decimal:case h.Date:case h.Timestamp:case h.Interval:case h.FixedSizeBinary:return new u({...d,validity:o(),values:o(e.values)});case h.Utf8:case h.LargeUtf8:case h.Binary:case h.LargeBinary:return new u({...d,validity:o(),offsets:o(e.offsets),values:o()});case h.BinaryView:case h.Utf8View:return new u({...d,validity:o(),values:o(),data:Array.from({length:a()},()=>o())});case h.List:case h.LargeList:case h.Map:return new u({...d,validity:o(),offsets:o(e.offsets),children:t.visit(e.children)});case h.ListView:case h.LargeListView:return new u({...d,validity:o(),offsets:o(e.offsets),sizes:o(e.offsets),children:t.visit(e.children)});case h.FixedSizeList:case h.Struct:return new u({...d,validity:o(),children:t.visit(e.children)});case h.RunEndEncoded:return new u({...d,children:t.visit(e.children)});case h.Dictionary:{let{id:f,indices:p}=e;return new u({...d,validity:o(),values:o(p.values)}).setDictionary(t.dictionary(f))}case h.Union:return c<Zt.V5&&o(),new u({...d,typeIds:o(Mi),offsets:e.mode===Ge.Sparse?null:o(e.offsets),children:t.visit(e.children)});default:throw new Error(He(r))}}var d0=new Uint16Array(new Uint8Array([1,0]).buffer)[0]===1;function Br(e){return dl(e,{useDate:!0})}function fl(e="ws://localhost:3000/"){let t=[],r=!1,n=null,i,s={open(){r=!0,c()},close(){for(r=!1,n=null,i=null;t.length;)t.shift().reject("Socket closed")},error(u){if(n){let{reject:d}=n;n=null,c(),d(u)}else console.error("WebSocket error: ",u)},message({data:u}){if(n){let{query:d,resolve:f,reject:p}=n;if(n=null,c(),typeof u=="string"){let m=JSON.parse(u);m.error?p(m.error):f(m)}else if(d.type==="exec")f();else if(d.type==="arrow")f(Br(u));else throw new Error(`Unexpected socket data: ${u}`)}else console.log("WebSocket message: ",u)}};function o(){i=new WebSocket(e),i.binaryType="arraybuffer";for(let u in s)i.addEventListener(u,s[u])}function a(u,d,f){i==null&&o(),t.push({query:u,resolve:d,reject:f}),r&&!n&&c()}function c(){t.length&&(n=t.shift(),i.send(JSON.stringify(n.query)))}return{get connected(){return r},query(u){return new Promise((d,f)=>a(u,d,f))}}}var Gn="COLUMN_REF",pa="COLUMN_PARAM",Af="TABLE_REF",Of="LITERAL";var hl="ORDER_BY",ma="CAST",pl="CASE",ml="WHEN",yl="UNARY",Bf="UNARY_POSTFIX",ya="BINARY",ga="BETWEEN",_a="NOT_BETWEEN",ba="LOGICAL_OPERATOR",wa="IN",Ia="FUNCTION",an="AGGREGATE",Hn="WINDOW",xa="WINDOW_DEF",va="WINDOW_FRAME",Nf="EXPRESSION",Qn="FRAGMENT",Sa="VERBATIM",Yi="PARAM",Df="WITH_CLAUSE",Ea="SELECT_CLAUSE",Ta="FROM_CLAUSE";var Ff="SAMPLE_CLAUSE";var Aa="WINDOW_CLAUSE";var Oa="SELECT_QUERY",Ba="DESCRIBE_QUERY",Na="SET_OPERATION";function re(e){return e instanceof ct}var ct=class{constructor(t){this.type=t}},M=class extends ct{};var cn=class extends M{constructor(t){super(Of),this.value=t}toString(){return gl(this.value)}};function gl(e){switch(typeof e){case"number":return Number.isFinite(e)?`${e}`:"NULL";case"string":return`'${e.replace("'","''")}'`;case"boolean":return e?"TRUE":"FALSE";default:if(e==null)return"NULL";if(e instanceof Date){let t=+e;if(Number.isNaN(t))return"NULL";let r=e.getUTCFullYear(),n=e.getUTCMonth(),i=e.getUTCDate();return t===Date.UTC(r,n,i)?`DATE '${r}-${n+1}-${i}'`:`epoch_ms(${t})`}else return e instanceof RegExp?`'${e.source}'`:`${e}`}}var fe=class extends M{constructor(t){super(Yi),this.param=t}get value(){return this.param.value}toString(){return gl(this.value)}};function _l(e){return e.split(".")}function he(e){return`"${e}"`}function Da(e){return e&&Ym(e)?e.slice(1,-1):e}function Ym(e){return e[0]==='"'&&e[e.length-1]==='"'}function Nr(e){return e instanceof Kn}var Kn=class extends M{constructor(t){super(Af),this.table=[t].flat()}get name(){return this.table[this.table.length-1]}toString(){return this.table.map(t=>he(t)).join(".")}};var Jn=class extends M{constructor(t,r=[]){super(Ia),this.name=t,this.args=r}toString(){let{name:t,args:r}=this;return`${t}(${r.join(", ")})`}};function At(e,...t){return new Jn(e,Fa(t).map(G))}function Re(e,...t){return new Gi(e,Fa(t).map(G))}function Ut(e,t=G){return e.flat().filter(r=>r!=null).map(r=>t(r))}function Fa(e){let t=e.length,r=t;for(;r>0&&e[r-1]===void 0;--r);return r<t?e.slice(0,r):e}function ne(e){return typeof e=="string"}function Hi(e){return Array.isArray(e)}function Ke(e){return e&&typeof e.addEventListener=="function"&&e.dynamic!==!1&&"value"in e}var Ki=class extends ct{constructor(t,r){super(Aa),this.name=t,this.def=r}toString(){return`${he(this.name)} AS ${this.def}`}},Xn=class e extends M{constructor(t,r=new Zn){super(Hn),this.func=t,this.def=r}over(t){return new e(this.func,this.def.over(t))}partitionby(...t){return new e(this.func,this.def.partitionby(...t))}orderby(...t){return new e(this.func,this.def.orderby(...t))}rows(t){return new e(this.func,this.def.rows(t))}range(t){return new e(this.func,this.def.range(t))}toString(){return`${this.func} OVER ${this.def}`}};var Zn=class extends ct{constructor(t,r,n,i){super(xa),this.name=t,this.partition=r,this.order=n,this.frame=i}over(t){return Qi(this,{name:t})}partitionby(...t){return Qi(this,{partition:Ut(t)})}orderby(...t){return Qi(this,{order:Ut(t)})}rows(t){return Qi(this,{frame:new Ji(t)})}range(t){return Qi(this,{frame:new Ji(t,!0)})}toString(){let{name:t,partition:r,order:n,frame:i}=this,s=t&&he(t),o=[s,r?.length&&`PARTITION BY ${r.join(", ")}`,n?.length&&`ORDER BY ${n.join(", ")}`,i].filter(a=>a);return s&&o.length<2?s:`(${o.join(" ")})`}},Ji=class extends ct{constructor(t,r=!1,n=void 0){super(va),this.extent=Ke(t)?new fe(t):t,this.range=r,this.exclude=n}toString(){let{range:t,exclude:r,extent:n}=this,i=t?"RANGE":"ROWS",[s,o]=re(n)?n.value:n,a=Rf(s,"PRECEDING"),c=Rf(o,"FOLLOWING");return`${i} BETWEEN ${a} AND ${c}${r?` ${r}`:""}`}};function Qi(e,t){return new Zn(t.name??e.name,t.partition??e.partition,t.order??e.order,t.frame??e.frame)}function Rf(e,t){return e===0?"CURRENT ROW":Number.isFinite(e)?`${Math.abs(e)} ${t}`:`UNBOUNDED ${t}`}function ti(e){return e instanceof Je}var Je=class extends M{constructor(t,r){super(t),this.table=r}get column(){return null}toString(){let{column:t,table:r}=this,n=`${r??""}`,i=t==="*"?"*":he(t);return(n?n+".":"")+i}},Xi=class extends Je{constructor(t,r){super(Gn,r),this.name=t}get column(){return this.name}};var Zi=class extends Je{constructor(t,r){super(pa,r),this.param=t}get column(){return`${this.param.value}`}};function bl(e,t){let r=un(t);return Ke(e)?new Zi(new fe(e),r):new Xi(e,r)}var ln=class extends M{constructor(t){super(Sa),this.value=t}toString(){return this.value}};function St(e){return new cn(e)}function Lf(e){return new ln(e)}function Ra(...e){let t=Ut(e,String);return t?.length?new Kn(t):void 0}function G(e){return ne(e)?Hm(e):ei(e)}function dn(e){return ne(e)?Lf(e):ei(e)}function ei(e){return e instanceof M?e:Ke(e)?new fe(e):St(e)}function un(e){return ne(e)?Qm(e):Hi(e)?Ra(e):e}function Hm(e){let t=_l(e);return bl(t.pop(),Ra(t))}function Qm(e){return Ra(_l(e))}var Gi=class e extends M{constructor(t,r,n,i){super(an),this.name=t,this.args=r,this.isDistinct=n,this.filter=i}distinct(t=!0){return new e(this.name,this.args,t,this.filter)}where(t){return ne(t)&&(t=dn(t)),new e(this.name,this.args,this.isDistinct,t)}window(){return new Xn(this)}partitionby(...t){return this.window().partitionby(...t)}orderby(...t){return this.window().orderby(...t)}toString(){let{name:t,args:r,isDistinct:n,filter:i}=this,s=n?"DISTINCT ":"",o=r?.length?r.join(", "):"*",a=i?` FILTER (WHERE ${i})`:"";return`${t}(${s}${o})${a}`}},Mf=["any_value","approx_count_distinct","approx_quantile","arbitrary","arg_max","arg_max_null","arg_min","arg_min_null","array_agg","avg","bit_and","bit_or","bit_xor","bitstring_agg","bool_and","bool_or","corr","count","covar_pop","covar_samp","entropy","favg","first","fsum","geomean","kurtosis_pop","kurtosis","last","mad","max","max_by","median","min","min_by","mode","product","quantile","quantile_cont","quantile_disc","regr_avgx","regr_avgy","regr_count","regr_intercept","regr_r2","regr_sxx","regr_sxy","regr_syy","regr_slope","reservoir_quantile","skewness","stddev","stddev_pop","stddev_samp","string_agg","sum","variance","var_pop","var_samp"];var La=class extends M{constructor(t,r,n){super(t),this.expr=r,this.extent=n}toSQL(t){let{extent:r,expr:n}=this;return r?`(${n} ${t} ${r[0]} AND ${r[1]})`:""}},ts=class extends La{constructor(t,r){super(ga,t,r)}toString(){return super.toSQL("BETWEEN")}},es=class extends La{constructor(t,r){super(_a,t,r)}toString(){return super.toSQL("NOT BETWEEN")}};var rs=class extends M{constructor(t,r,n){super(ya),this.op=t,this.left=r,this.right=n}toString(){return`(${this.left} ${this.op} ${this.right})`}};var ns=class extends M{constructor(t,r){super(ma),this.expr=t,this.cast=r}toString(){return`(${this.expr})::${this.cast}`}};var is=class extends M{constructor(t){super(Qn),this.spans=t}toString(){return this.spans.join("")}};var ss=class extends ct{constructor(t,r=!1,n=void 0,i=void 0){super(Ff),this.size=t,this.perc=r,this.method=n,this.seed=i}toString(){let{size:t,perc:r,method:n,seed:i}=this,s=r?"%":" ROWS",o=i!=null?`, ${i}`:"";return`${t}${s}${n?` (${n}${o})`:""}`}};var os=class extends ct{constructor(t,r){super(Ea),this.expr=t,this.alias=r}toString(){let{expr:t,alias:r}=this;return!r||Km(t,r)?`${t}`:`${t} AS ${he(r)}`}};function Km(e,t){return e instanceof Je&&e.table==null&&e.column===t}var as=class extends ct{constructor(t,r){super(Df),this.name=t,this.query=r}toString(){return`"${this.name}" AS (${this.query})`}};function Ma(e){return e instanceof Et}function Dr(e){return e instanceof hn}function wl(e){return e instanceof cs}var Et=class extends M{static select(...t){return new hn().select(...t)}static from(...t){return new hn().from(...t)}static with(...t){return new hn().with(...t)}static union(...t){return new fn("UNION",t.flat())}static unionAll(...t){return new fn("UNION ALL",t.flat())}static intersect(...t){return new fn("INTERSECT",t.flat())}static except(...t){return new fn("EXCEPT",t.flat())}static describe(t){return new cs(t)}constructor(t){super(t),this._orderby=[],this._limit=void 0,this._offset=void 0,this.cteFor=null}get subqueries(){return[]}clone(){return this}orderby(...t){return this._orderby=this._orderby.concat(Ut(t)),this}limit(t){return this._limit=Number.isFinite(t)?t:void 0,this}offset(t){return this._offset=Number.isFinite(t)?t:void 0,this}},hn=class e extends Et{constructor(){super(Oa),this._with=[],this._select=[],this._from=[],this._where=[],this._sample=void 0,this._groupby=[],this._having=[],this._window=[],this._qualify=[]}get subqueries(){let t=this.cteFor||this,n=(t instanceof e?t._with:[]).reduce((s,o)=>(s[o.name]=o.query,s),{}),i=[];return this._from.forEach(({expr:s})=>{if(Ma(s))i.push(s);else if(Nr(s)){let o=n[s.name];o&&i.push(o)}}),i}clone(){return Object.assign(new e,this)}with(...t){let r=[],n=(i,s)=>{let o=s.clone();o.cteFor=this,r.push(new as(i,o))};return t.flat().forEach(i=>{if(i!=null)for(let s in i)n(s,i[s])}),this._with=this._with.concat(r),this}select(...t){let r=[],n=(s,o)=>r.push(new os(s==null?s:G(s),Da(o)));t.flat().forEach(s=>{if(s!=null)if(ne(s))n(s,s);else if(ti(s))n(s,s.column);else if(Hi(s))n(s[1],s[0]);else for(let o in s)n(s[o],o)});let i=new Set(r.map(s=>s.alias));return this._select=this._select.filter(s=>!i.has(s.alias)).concat(r.filter(s=>s.expr)),this}setSelect(...t){return this._select=[],this.select(...t)}distinct(t=!0){return this._distinct=!!t,this}from(...t){let r=[],n=(i,s)=>r.push(new us(un(i),Da(s)));return t.flat().forEach(i=>{if(i!=null)if(ne(i))n(i,i);else if(Nr(i))n(i,i.name);else if(re(i))n(i);else if(Hi(i))n(i[1],i[0]);else for(let s in i)n(i[s],s)}),this._from=this._from.concat(r),this}setFrom(...t){return this._from=[],this.from(...t)}sample(t,r,n){let i;if(typeof t=="number"){let s=t>0&&t<1,o=s?t*100:Math.floor(t);i=new ss(o,s,r,n)}else i=t;return this._sample=i,this}where(...t){return this._where=this._where.concat(Ut(t,dn)),this}setWhere(...t){return this._where=[],this.where(...t)}groupby(...t){return this._groupby=this._groupby.concat(Ut(t)),this}setGroupby(...t){return this._groupby=[],this.groupby(...t)}having(...t){return this._having=this._having.concat(Ut(t,dn)),this}window(...t){let r=[];return t.flat().forEach(n=>{if(n!=null)for(let i in n)r.push(new Ki(Da(i),n[i]))}),this._window=this._window.concat(r),this}qualify(...t){return this._qualify=this._qualify.concat(Ut(t,dn)),this}toString(){let{_with:t,_select:r,_distinct:n,_from:i,_sample:s,_where:o,_groupby:a,_having:c,_window:u,_qualify:d,_orderby:f,_limit:p,_offset:m}=this,b=[];if(t.length&&b.push(`WITH ${t.join(", ")}`),b.push(`SELECT${n?" DISTINCT":""} ${r.join(", ")}`),i.length&&b.push(`FROM ${i.join(", ")}`),o.length){let K=o.map(String).filter(zt=>zt).join(" AND ");K&&b.push(`WHERE ${K}`)}if(s&&b.push(`USING SAMPLE ${s}`),a.length&&b.push(`GROUP BY ${a.join(", ")}`),c.length){let K=c.map(String).filter(zt=>zt).join(" AND ");K&&b.push(`HAVING ${K}`)}if(u.length&&b.push(`WINDOW ${u.join(", ")}`),d.length){let K=d.map(String).filter(zt=>zt).join(" AND ");K&&b.push(`QUALIFY ${K}`)}return f.length&&b.push(`ORDER BY ${f.join(", ")}`),Number.isFinite(p)&&b.push(`LIMIT ${p}`),Number.isFinite(m)&&b.push(`OFFSET ${m}`),b.join(" ")}},cs=class e extends ct{constructor(t){super(Ba),this.query=t}clone(){return new e(this.query.clone())}toString(){return`DESCRIBE ${this.query}`}},fn=class e extends Et{constructor(t,r){super(Na),this.op=t,this.queries=r}get subqueries(){let{queries:t,cteFor:r}=this;return r&&t.forEach(n=>n.cteFor=r),t}clone(){let{op:t,queries:r,...n}=this;return Object.assign(new e(t,r),n)}toString(){let{op:t,queries:r,_orderby:n,_limit:i,_offset:s}=this,o=[r.join(` ${t} `)];return n.length&&o.push(`ORDER BY ${n.join(", ")}`),Number.isFinite(i)&&o.push(`LIMIT ${i}`),Number.isFinite(s)&&o.push(`OFFSET ${s}`),o.join(" ")}};var us=class extends ct{constructor(t,r){super(Ta),this.expr=t,this.alias=r}toString(){let{expr:t,alias:r}=this,n=Ma(t)?`(${t})`:`${t}`;return r&&!(Nr(t)&&t.table.join(".")===r)?`${n} AS ${he(r)}`:`${n}`}};var ls=class extends M{constructor(t,r){super(wa),this.expr=t,this.values=r}toString(){return`(${this.expr} IN (${this.values.join(", ")}))`}};var Ua=class extends M{constructor(t,r){super(ba),this.op=t,this.clauses=r}toString(){let t=this.clauses;return t.length===0?"":t.length===1?`${t[0]}`:`(${t.join(` ${this.op} `)})`}},ds=class extends Ua{constructor(t){super("AND",t)}},fs=class extends Ua{constructor(t){super("OR",t)}};var Il=class extends M{constructor(t,r,n){super(t),this.op=r,this.expr=n}};var hs=class extends Il{constructor(t,r){super(Bf,t,r)}toString(){return`(${this.expr} ${this.op})`}};function Ca(e,t){return Re("arg_max",e,t)}function ka(e,t){return Re("arg_min",e,t)}function Fr(e){return Re("count",e)}function pn(e){return Re("max",e)}function ri(e){return Re("min",e)}function xl(e,t){return Re("regr_avgx",e,t)}function vl(e,t){return Re("regr_avgy",e,t)}function Sl(e,t){return Re("regr_count",e,t)}function at(e){return Re("sum",e)}function El(e,t){return new ns(G(e),t)}function Rr(e){return El(e,"INTEGER")}function ps(e){return El(e,"DOUBLE")}function Tl(e){return At("epoch_ms",e)}function Pa(e){return At("exp",e)}function Al(e){return At("log",e)}function ni(e){return At("ln",e)}function Xe(e){return At("sign",e)}function Lr(e){return At("abs",e)}function mn(e){return At("sqrt",e)}function Ol(e){return At("ceil",e)}function Mr(e){return At("floor",e)}function Va(e,t){return At("round",e,t)}function Uf(e,t){return new hs(e,G(t))}function ii(e,t,r){return new rs(e,G(t),G(r))}function ey(e,t,r=!1){let n=r?es:ts;return new n(G(e),t?.map(G))}function Ur(...e){return new ds(Ut(e))}function si(...e){return new fs(Ut(e))}function ja(e){return Uf("IS NULL",e)}function za(e){return Uf("IS NOT NULL",e)}function yn(e,t){return ii("+",e,t)}function tt(e,t){return ii("-",e,t)}function et(e,t){return ii("*",e,t)}function ut(e,t){return ii("/",e,t)}function Ot(e,t){return ii("**",e,t)}function qa(e,t){return ii("IS NOT DISTINCT FROM",e,t)}function gn(e,t){return ey(e,t,!1)}function Bl(e,t){return new ls(G(e),t.map(G))}function Cr(e,...t){return new is(ny(e,t))}function ny(e,t){let r=[e[0]],n=t.length;for(let i=0,s=0;i<n;){let o=t[i];re(o)?r[++s]=o:Ke(o)?r[++s]=new fe(o):r[s]+=ne(o)?o:St(o);let a=e[++i];re(r[s])?r[++s]=a:r[s]+=a}return r.filter(i=>i).map(i=>ne(i)?new ln(i):i)}function $a(e,t,...r){return At(e,t,...Fa(r).map(ei))}function Nl(e,t,r){return $a("regexp_matches",e,t,r)}function Dl(e,t){return $a("contains",e,t)}function Fl(e,t){return $a("starts_with",e,t)}function Rl(e,t){return $a("ends_with",e,t)}var Wa={[an]:["args","filter"],[ga]:["expr","extent"],[ya]:["left","right"],[pl]:["expr","_when","_else"],[ma]:["expr"],[pa]:["param","table"],[Gn]:["table"],[Ba]:["query"],[Nf]:["node"],[Qn]:["spans"],[Ta]:["expr"],[Ia]:["args"],[wa]:["expr","values"],[ba]:["clauses"],[_a]:["expr","extent"],[hl]:["expr"],[Yi]:["value"],[Ea]:["expr"],[Oa]:["_with","_select","_from","_where","_sample","_groupby","_having","_window","_qualify","_orderby"],[Na]:["subqueries","_orderby"],[yl]:["expr"],[ml]:["when","then"],[Hn]:["func","def"],[Aa]:["def"],[xa]:["partition","order","frame"],[va]:["extent"]};function ms(e,t){if(t.has(e))return t.get(e);if(re(e)){let r=Wa[e.type],n=r?.length??0;for(let i=0;i<n;++i){let s=r[i],o=e[s];if(Array.isArray(o)){let a=o.length;for(let c=0;c<a;++c)o[c]=ms(o[c],t)}else o&&(e[s]=ms(o,t))}}return e}function _n(e,t){if(!re(e))return;let r=t(e);if(r)return r;let n=Wa[e.type],i=n?.length??0;for(let s=0;s<i;++s){let o=e[n[s]];if(Array.isArray(o)){let a=o.length;for(let c=0;c<a;++c)if(o[c]&&+_n(o[c],t)<0)return r}else if(o&&+_n(o,t)<0)return-1}}var iy=new RegExp(`^(${Mf.join("|")})$`),sy=/(\\'|\\"|"(?:\\"|[^"])*"|'(?:\\'|[^'])*'|\w+\()/g;function oy(e){return e.split(sy).some(t=>t.endsWith("(")&&iy.test(t.slice(0,-1)))}function ys(e){let t=0;return _n(e,r=>{switch(r.type){case Hn:return-1;case an:return t|=1,-1;case Qn:case Sa:{let n=`${r}`.toLowerCase(),i=n.indexOf("(select ");return i>=0&&(n=n.slice(0,i)),n.includes(") over ")?-1:oy(n)?(t|=2,-1):1}}}),t}function Ll(e){let t=new Set;return _n(e,r=>{r.type===an&&t.add(r)}),Array.from(t)}function Ya(e){let t={};return _n(e,r=>{r.type===Gn&&(t[r]=r)}),Object.values(t)}function Ga(e,t,{replace:r=!1,temp:n=!1,view:i=!1}={}){return"CREATE"+(r?" OR REPLACE ":" ")+(n?"TEMP ":"")+(i?"VIEW":"TABLE")+(r?" ":" IF NOT EXISTS ")+e+" AS "+t}var Ha=e=>e;function kf(){return{apply:Ha,invert:Ha,sqlApply:G,sqlInvert:Ha}}function py({base:e=null}={}){if(e==null||e===Math.E)return{apply:Math.log,invert:Math.exp,sqlApply:t=>ni(t),sqlInvert:t=>Pa(t)};if(e===10)return{apply:Math.log10,invert:t=>Math.pow(10,t),sqlApply:t=>Al(t),sqlInvert:t=>Ot(10,t)};{let t=+e;return{apply:r=>Math.log(r)/Math.log(t),invert:r=>Math.pow(t,r),sqlApply:r=>ut(ni(r),ni(t)),sqlInvert:r=>Ot(t,r)}}}function my({constant:e=1}={}){let t=+e;return{apply:r=>Math.sign(r)*Math.log1p(Math.abs(r)),invert:r=>Math.sign(r)*Math.exp(Math.abs(r)-t),sqlApply:r=>(r=G(r),et(Xe(r),ni(yn(t,Lr(r))))),sqlInvert:r=>et(Xe(r),tt(Pa(Lr(r)),t))}}function yy(){return{apply:e=>Math.sign(e)*Math.sqrt(Math.abs(e)),invert:e=>Math.sign(e)*e*e,sqlApply:e=>(e=G(e),et(Xe(e),mn(Lr(e)))),sqlInvert:e=>et(Xe(e),Ot(e,2))}}function gy({exponent:e=1}={}){let t=+e;return{apply:r=>Math.sign(r)*Math.pow(Math.abs(r),t),invert:r=>Math.sign(r)*Math.pow(Math.abs(r),1/t),sqlApply:r=>(r=G(r),et(Xe(r),Ot(Lr(r),t))),sqlInvert:r=>et(Xe(r),Ot(Lr(r),ut(1,t)))}}function Pf(){return{apply:e=>+e,invert:e=>new Date(e),sqlApply:e=>e instanceof Date?St(+e):by(e)?St(+e.value):Tl(e),sqlInvert:Ha}}var _y={identity:kf,linear:kf,log:py,symlog:my,sqrt:yy,pow:gy,time:Pf,utc:Pf};function Ml(e){let t=_y[e.type];return t?{...e,...t(e)}:null}function by(e){return e instanceof cn&&e.value instanceof Date}function Qa(e){let t=2166136261;for(let r=0,n=e.length;r<n;++r){let i=e.charCodeAt(r),s=i&65280;s&&(t=Vf(t^s>>8)),t=Vf(t^i&255)}return wy(t)>>>0}function Vf(e){return e+(e<<1)+(e<<4)+(e<<7)+(e<<8)+(e<<24)}function wy(e){return e+=e<<13,e^=e>>>7,e+=e<<3,e^=e>>>17,e+=e<<5,e&4294967295}function zf(e,t,r){switch(e.name){case"count":case"sum":return Iy(t,e);case"avg":return xy(t,e);case"arg_max":return vy(t,e);case"arg_min":return Sy(t,e);case"variance":case"var_samp":return Ka(t,e,r);case"var_pop":return Ka(t,e,r,!1);case"stddev":case"stddev_samp":return mn(Ka(t,e,r));case"stddev_pop":return mn(Ka(t,e,r,!1));case"covar_samp":return Ja(t,e,r);case"covar_pop":return Ja(t,e,r,!1);case"corr":return jf(t,e,r);case"regr_count":return oi(t,e).expr;case"regr_avgx":return Yf(t,e);case"regr_avgy":return Gf(t,e);case"regr_syy":return Cl(t,0,e,r);case"regr_sxx":return Cl(t,1,e,r);case"regr_sxy":return Ja(t,e,r,null);case"regr_slope":return Hf(t,e,r);case"regr_intercept":return Ey(t,e,r);case"regr_r2":return Ot(jf(t,e,r),2);case"max":case"min":case"bit_and":case"bit_or":case"bit_xor":case"bool_and":case"bool_or":case"product":{let n=qf(e);return t[n]=e,Cr`${e.name}("${n}")`}default:return null}}function qf(e){return"pre_"+Qa(`${e}`).toString(16)}function Bt(e,t,r){let n=r?.filter;n&&(t=t.filter?t.where(Ur(n,t.filter)):t.where(n));let i=qf(t);return e[i]=t,i}function $f(e,t){let r=Bt(e,Fr(t.args[0]),t);return{expr:at(r),name:r}}function Iy(e,t){return at(Bt(e,t))}function xy(e,t){let r=Bt(e,t),{expr:n,name:i}=$f(e,t);return ut(at(et(r,i)),n)}function vy(e,t){let r=Bt(e,t),n=Bt(e,pn(t.args[1]),t);return Ca(r,n)}function Sy(e,t){let r=Bt(e,t),n=Bt(e,ri(t.args[1]),t);return ka(r,n)}function Ka(e,t,r,n=!0){let i=t.args[0],{expr:s}=$f(e,t),o=tt(i,r(i)),a=Bt(e,at(Ot(o,2)),t),c=Bt(e,at(o),t),u=n?tt(s,1):s;return ut(tt(at(a),ut(Ot(at(c),2),s)),u)}function Ja(e,t,r,n=!0){let{expr:i}=oi(e,t),s=Wf(e,t,r),o=gs(e,1,t,r),a=gs(e,0,t,r),c=tt(s,ut(et(o,a),i));return n===null?c:n?ut(c,tt(i,1)):ut(c,i)}function jf(e,t,r){let{expr:n}=oi(e,t),i=Wf(e,t,r),s=Ul(e,1,t,r),o=Ul(e,0,t,r),a=gs(e,1,t,r),c=gs(e,0,t,r),u=tt(s,ut(Ot(a,2),n)),d=tt(o,ut(Ot(c,2),n));return ut(tt(i,ut(et(a,c),n)),mn(et(u,d)))}function oi(e,t){let[r,n]=t.args,i=Bt(e,Sl(r,n),t);return{expr:at(i),name:i}}function gs(e,t,r,n){let i=r.args,s=i[t],o=i[1-t],a=at(tt(s,n(s))).where(za(o));return at(Bt(e,a,r))}function Ul(e,t,r,n){let i=r.args,s=i[t],o=i[1-t],a=at(Ot(tt(s,n(s)),2)).where(za(o));return at(Bt(e,a,r))}function Wf(e,t,r){let[n,i]=t.args,s=at(et(tt(i,r(i)),tt(n,r(n))));return at(Bt(e,s,t))}function Yf(e,t){let[r,n]=t.args,{expr:i,name:s}=oi(e,t),o=Bt(e,xl(r,n),t);return ut(at(et(o,s)),i)}function Gf(e,t){let[r,n]=t.args,{expr:i,name:s}=oi(e,t),o=Bt(e,vl(r,n),t);return ut(at(et(o,s)),i)}function Cl(e,t,r,n){let{expr:i}=oi(e,r),s=gs(e,t,r,n),o=Ul(e,t,r,n);return tt(o,ut(Ot(s,2),i))}function Hf(e,t,r){let n=Ja(e,t,r,null),i=Cl(e,1,t,r);return ut(n,i)}function Ey(e,t,r){let n=Yf(e,t),i=Gf(e,t),s=Hf(e,t,r);return tt(i,et(s,n))}function Qf(e){if(!e.filterStable)return null;let t=e.query();if(!Dr(t))return null;let r=Xa(t,c=>{let u=c._from[0]?.expr;return Nr(u)?u.name:u});if(typeof r!="string")return null;let n=new Map,i={},s={},o=[],a=c=>{let u=c.column,d=Xa(t,f=>f._select.find(p=>p.alias===u)?.expr);return Cr`(SELECT avg(${d??c}) FROM "${r}")`};for(let{alias:c,expr:u}of t._select){if(ys(u)>1)return null;let d=Ll(u);if(d.length===0)o.push(c),i[c]=u;else{for(let f of d){if(f.isDistinct)return null;let p=zf(f,i,a);if(!p)return null;n.set(f,p)}s[c]=ms(u,n)}}return n.size?{group:o,preagg:i,output:s}:null}function Xa(e,t){let r=e.subqueries;if(Dr(e)&&r.length===0)return t(e);let n=Xa(r[0],t);for(let i=1;i<r.length;++i){let s=Xa(r[i],t);if(s!==void 0&&s!==n)return NaN}return n}var Ty={skip:!0,result:null},Za=class{constructor(t,{schema:r="mosaic",enabled:n=!0}={}){this.entries=new Map,this.active=null,this.mc=t,this._schema=r,this._enabled=n}set enabled(t){this._enabled!==t&&(t||this.clear(),this._enabled=t)}get enabled(){return this._enabled}set schema(t){this._schema!==t&&(this.clear(),this._schema=t)}get schema(){return this._schema}dropSchema(){return this.clear(),this.mc.exec(`DROP SCHEMA IF EXISTS "${this.schema}" CASCADE`)}clear(){this.entries.clear(),this.active=null}request(t,r,n){if(!this.enabled)return null;let{entries:i,mc:s,schema:o}=this,{source:a}=n;if(!a||this.active&&(this.active.source!==a&&this.clear(),this.active?.source===null))return null;let{active:c}=this;if(!c&&(this.active=c=Ay(n),c.source===null))return null;if(i.has(t))return i.get(t);let u=Qf(t),d;if(!u)d=null;else if(r.skip(t,n))d=Ty;else{let f=r.remove(a).predicate(t);d=Ny(t.query(f),c,u,o),d.result=s.exec([`CREATE SCHEMA IF NOT EXISTS ${o}`,Ga(d.table,d.create,{temp:!1})]),d.result.catch(p=>s.logger().error(p))}return i.set(t,d),d}};function Ay(e){let{source:t,meta:r}=e,n=e.predicate,i=Ya(n).map(f=>f.column),s,o;if(!r||!i)return{source:null,columns:o,predicate:s};let{type:a,scales:c,bin:u,pixelSize:d=1}=r;if(a==="point")s=f=>f,o=Object.fromEntries(i.map(f=>[`${f}`,G(f)]));else if(a==="interval"&&c){let f=c.map(p=>By(p,d,u));f.some(p=>!p)||(f.length===1?(s=p=>p?gn("active0",p.extent.map(f[0])):[],o={active0:f[0](n.expr)}):(s=p=>p?Ur(p.clauses.map((m,b)=>gn(`active${b}`,m.extent.map(f[b])))):[],o=Object.fromEntries(n.clauses.map((p,m)=>[`active${m}`,f[m](p.expr)]))))}return{source:o?t:null,columns:o,predicate:s}}var Oy={ceil:Ol,round:Va};function By(e,t,r){let{type:n,domain:i,range:s,apply:o,sqlApply:a}=Ml(e);if(!o)return;let c=Oy[`${r}`.toLowerCase()]||Mr,u=o(Math.min(...i)),d=o(Math.max(...i)),f=(n==="identity"?1:Math.abs(s[1]-s[0])/(d-u))/t,p=f===1?b=>b:b=>et(ps(f),b),m=u===0?b=>b:b=>tt(b,ps(u));return b=>Rr(c(p(m(a(b)))))}function Ny(e,t,r,n){let{group:i,output:s,preagg:o}=r,{columns:a}=t,c=e.setSelect({...o,...a}).groupby(Object.keys(a)),[u]=c.subqueries;if(u){let zt=Object.values(a).flatMap(qt=>Ya(qt).map(Pn=>Pn.column));Dy(u,zt)}let d=c._having,f=c._orderby;c._having=[],c._orderby=[];let p=c.toString(),m=(Qa(p)>>>0).toString(16),b=`${n}.preagg_${m}`,K=Et.select(i,s).from(b).groupby(i).having(d).orderby(f);return new kl({table:b,create:p,active:t,select:K})}function Dy(e,t){let r=new Set,n=i=>{r.has(i)||(r.add(i),Dr(i)&&i._from.length&&i.select(t),i.subqueries.forEach(n))};n(e)}var kl=class{constructor({table:t,create:r,active:n,select:i}){this.table=t,this.create=r,this.result=null,this.active=n,this.select=i,this.skip=!1}query(t){return this.select.clone().where(this.active.predicate(t))}};function Pl(e){switch(e){case"BIGINT":case"HUGEINT":case"INTEGER":case"SMALLINT":case"TINYINT":case"UBIGINT":case"UINTEGER":case"USMALLINT":case"UTINYINT":case"DOUBLE":case"FLOAT":case"REAL":return"number";case"DATE":case"TIMESTAMP":case"TIMESTAMPTZ":case"TIMESTAMP WITH TIME ZONE":case"TIME":case"TIMESTAMP_NS":return"date";case"BOOLEAN":return"boolean";case"VARCHAR":case"UUID":case"JSON":return"string";case"ARRAY":case"LIST":return"array";case"BLOB":case"STRUCT":case"MAP":case"GEOMETRY":return"object";default:if(e.startsWith("DECIMAL"))return"number";if(e.startsWith("STRUCT")||e.startsWith("MAP"))return"object";if(e.endsWith("]"))return"array";throw new Error(`Unsupported type: ${e}`)}}var Fy="count",Ry="nulls",Ly="max",My="min",Uy="distinct";var Cy={[Fy]:Fr,[Uy]:e=>Fr(e).distinct(),[Ly]:pn,[My]:ri,[Ry]:e=>Fr().where(ja(e))};function ky(e,t,r){return Et.from(e).select(Array.from(r,n=>({[n]:Cy[n](t)})))}async function Kf(e,t){return t.length===1&&t[0].column==="*"?Vy(e,t[0].table):(await Promise.all(t.map(r=>Py(e,r)))).filter(r=>r)}async function Py(e,{table:t,column:r,stats:n}){let i=Et.from({source:t}).select({column:r}).groupby(r.aggregate?Cr`ALL`:[]),[s]=Array.from(await e.query(Et.describe(i))),o={table:t,column:`${r}`,sqlType:s.column_type,type:Pl(s.column_type),nullable:s.null==="YES"};if(!(n?.length||n?.size))return o;let[a]=await e.query(ky(t,r,n),{persist:!0});return Object.assign(o,a)}async function Vy(e,t){let r=await e.query(`DESCRIBE ${un(t)}`);return Array.from(r).map(n=>({table:t,column:n.column_name,sqlType:n.column_type,type:Pl(n.column_type),nullable:n.null==="YES"}))}var kr=Object.freeze({pending:Symbol("pending"),ready:Symbol("ready"),error:Symbol("error"),done:Symbol("done")}),bn=class extends Promise{constructor(){let t,r;super((n,i)=>{t=n,r=i}),this._resolve=t,this._reject=r,this._state=kr.pending,this._value=void 0}fulfill(t){if(this._value!==void 0){if(t!==void 0)throw Error("Promise is ready and fulfill has a provided value");this._resolve(this._value)}else{if(t===void 0)throw Error("Promise is neither ready nor has provided value");this._resolve(t)}return this._state=kr.done,this}ready(t){return this._state=kr.ready,this._value=t,this}reject(t){return this._state=kr.error,this._reject(t),this}get state(){return this._state}};bn.prototype.constructor=Promise;function tc(){return{debug(...e){},info(...e){},log(...e){},warn(...e){},error(...e){}}}function jy(e){return(typeof requestAnimationFrame<"u"?requestAnimationFrame:typeof setImmediate<"u"?setImmediate:setTimeout)(e)}function Jf(e,t){let r=[],n=0;function i(){let s=zy(r,t);r=[],n=0;for(let o of s)$y(o,e),Gy(o,t)}return{add(s,o){s.request.type==="arrow"?(n=n||jy(()=>i()),r.push({entry:s,priority:o,index:r.length})):e(s,o)}}}function zy(e,t){let r=[],n=new Map;for(let i of e){let{entry:{request:s}}=i,o=qy(s.query,t);if(!n.has(o)){let a=[];r.push(a),n.set(o,a)}n.get(o).push(i)}return r}function qy(e,t){let r=`${e}`;if(Dr(e)&&!t.get(r)){if(e._orderby.length||e._where.length||e._qualify.length||e._having.length)return r;let n=e.clone().setSelect("*"),i=e._groupby;if(i.length){let s={};e._select.forEach(({alias:o,expr:a})=>s[o]=a),n.setGroupby(i.map(o=>ti(o)&&s[o.column]||o))}else e._select.some(s=>ys(s.expr))&&n.setGroupby("ALL");return`${n}`}else return r}function $y(e,t){if(Wy(e))t({request:{type:"arrow",cache:!1,query:e.query=Yy(e)},result:e.result=new bn});else for(let{entry:r,priority:n}of e)t(r,n)}function Wy(e){if(e.length>1){let t=`${e[0].entry.request.query}`;for(let r=1;r<e.length;++r)if(t!==`${e[r].entry.request.query}`)return!0}return!1}function Yy(e){let t=e.maps=[],r=new Map;for(let s of e){let{query:o}=s.entry.request,a=[];t.push(a);for(let{alias:c,expr:u}of o._select){let d=`${u}`;r.has(d)||r.set(d,[`col${r.size}`,u]);let[f]=r.get(d);a.push([f,c])}}let n=e[0].entry.request.query.clone(),i=n._groupby;if(i.length){let s={};e.maps[0].forEach(([o,a])=>s[a]=o),n.setGroupby(i.map(o=>ti(o)&&s[o.column]||o))}return n.setSelect(Array.from(r.values()))}async function Gy(e,t){let{maps:r,query:n,result:i}=e;if(!r)return;let s;try{s=await i}catch(a){for(let{entry:c}of e)c.result.reject(a);return}let o=wl(n);e.forEach(({entry:a},c)=>{let{request:u,result:d}=a,f=r[c],p=o&&f?Qy(s,f):f?Hy(s,f):s;u.cache&&t.set(String(u.query),p),d.fulfill(p)})}function Hy(e,t){return e.select(t.map(r=>r[0]),t.map(r=>r[1]))}function Qy(e,t){let r=new Map(t),n=[];for(let i of e)r.has(i.column_name)&&n.push({...i,column_name:r.get(i.column_name)});return n}var Ky=typeof requestIdleCallback<"u"?requestIdleCallback:setTimeout,Xf=()=>({get:()=>{},set:(e,t)=>t,clear:()=>{}});function Zf({max:e=1e3,ttl:t=3*60*60*1e3}={}){let r=new Map;function n(){let i=performance.now()-t,s=null,o=1/0;for(let[a,c]of r){let{last:u}=c;u<o&&(s=a,o=u),i>u&&r.delete(a)}s&&r.delete(s)}return{get(i){let s=r.get(i);if(s)return s.last=performance.now(),s.value},set(i,s){return r.set(i,{last:performance.now(),value:s}),r.size>e&&Ky(n),s},clear(){r=new Map}}}var ec=class{constructor(t){this.queue=Array.from({length:t},()=>({head:null,tail:null}))}isEmpty(){return this.queue.every(t=>!t.head)}insert(t,r){let n=this.queue[r];if(!n)throw new Error(`Invalid queue priority rank: ${r}`);let i={item:t,next:null};n.head===null?n.head=n.tail=i:n.tail=n.tail.next=i}remove(t){for(let r of this.queue){let{head:n,tail:i}=r;for(let s=null,o=n;o;s=o,o=o.next)t(o.item)&&(o===n?n=o.next:s.next=o.next,o===i&&(i=s||n));r.head=n,r.tail=i}}next(){for(let t of this.queue){let{head:r}=t;if(r!==null)return t.head=r.next,t.tail===r&&(t.tail=null),r.item}}};var Le=Object.freeze({High:0,Normal:1,Low:2}),rc=class{constructor(t=32){this.queue=new ec(3),this.db=null,this.clientCache=null,this._logger=tc(),this._logQueries=!1,this._consolidate=null,this.pendingResults=[],this.maxConcurrentRequests=t,this.pendingExec=!1}next(){if(this.queue.isEmpty()||this.pendingResults.length>this.maxConcurrentRequests||this.pendingExec)return;let{request:t,result:r}=this.queue.next();this.pendingResults.push(r),t.type==="exec"&&(this.pendingExec=!0),this.submit(t,r).finally(()=>{for(;this.pendingResults.length&&this.pendingResults[0].state!==kr.pending;){let n=this.pendingResults.shift();n.state===kr.ready?n.fulfill():n.state===kr.done&&this._logger.warn("Found resolved query in pending results.")}t.type==="exec"&&(this.pendingExec=!1),this.next()})}enqueue(t,r=Le.Normal){this.queue.insert(t,r),this.next()}async submit(t,r){try{let{query:n,type:i,cache:s=!1,options:o}=t,a=n?`${n}`:null;if(s){let f=this.clientCache.get(a);if(f){let p=await f;this._logger.debug("Cache"),r.ready(p);return}}let c=performance.now();this._logQueries&&this._logger.debug("Query",{type:i,sql:a,...o});let u=this.db.query({type:i,sql:a,...o});s&&this.clientCache.set(a,u);let d=await u;s&&this.clientCache.set(a,d),this._logger.debug(`Request: ${(performance.now()-c).toFixed(1)}`),r.ready(i==="exec"?null:d)}catch(n){r.reject(n)}}cache(t){return t!==void 0?this.clientCache=t===!0?Zf():t||Xf():this.clientCache}logger(t){return t?this._logger=t:this._logger}logQueries(t){return t!==void 0?this._logQueries=!!t:this._logQueries}connector(t){return t?this.db=t:this.db}consolidate(t){t&&!this._consolidate?this._consolidate=Jf(this.enqueue.bind(this),this.clientCache):!t&&this._consolidate&&(this._consolidate=null)}request(t,r=Le.Normal){let n=new bn,i={request:t,result:n};return this._consolidate?this._consolidate.add(i,r):this.enqueue(i,r),n}cancel(t){let r=new Set(t);if(r.size){this.queue.remove(({result:n})=>r.has(n)?(n.reject("Canceled"),!0):!1);for(let n of this.pendingResults)r.has(n)&&n.reject("Canceled")}}clear(){this.queue.remove(({result:t})=>(t.reject("Cleared"),!0));for(let t of this.pendingResults)t.reject("Cleared");this.pendingResults=[]}};var nc;function Jy(e){return e?nc=e:nc==null&&(nc=new ic),nc}var ic=class{constructor(t=fl(),{logger:r=console,manager:n=new rc,cache:i=!0,consolidate:s=!0,preagg:o={}}={}){this.manager=n,this.manager.cache(i),this.manager.consolidate(s),this.databaseConnector(t),this.logger(r),this.clear(),this.preaggregator=new Za(this,o)}clear({clients:t=!0,cache:r=!0}={}){this.manager.clear(),t&&(this.filterGroups?.forEach(n=>n.disconnect()),this.filterGroups=new Map,this.clients?.forEach(n=>this.disconnect(n)),this.clients=new Set),r&&this.manager.cache().clear()}databaseConnector(t){return this.manager.connector(t)}logger(t){return arguments.length&&(this._logger=t||tc(),this.manager.logger(this._logger)),this._logger}cancel(t){this.manager.cancel(t)}exec(t,{priority:r=Le.Normal}={}){return t=Array.isArray(t)?t.filter(n=>n).join(`;
|
|
2
|
+
`):t,this.manager.request({type:"exec",query:t},r)}query(t,{type:r="arrow",cache:n=!0,priority:i=Le.Normal,...s}={}){return this.manager.request({type:r,query:t,cache:n,options:s},i)}prefetch(t,r={}){return this.query(t,{...r,cache:!0,priority:Le.Low})}createBundle(t,r,n=Le.Low){let i={name:t,queries:r.map(s=>typeof s=="string"?{sql:s}:s)};return this.manager.request({type:"create-bundle",options:i},n)}loadBundle(t,r=Le.High){let n={name:t};return this.manager.request({type:"load-bundle",options:n},r)}updateClient(t,r,n=Le.Normal){return t.queryPending(),this.query(r,{priority:n}).then(i=>t.queryResult(i).update(),i=>{this._logger.error(i),t.queryError(i)}).catch(i=>this._logger.error(i))}requestQuery(t,r){return this.preaggregator.clear(),r?this.updateClient(t,r):Promise.resolve(t.update())}async connect(t){let{clients:r}=this;if(r.has(t))throw new Error("Client already connected.");r.add(t),t.coordinator=this,this.initializeClient(t),Xy(this,t.filterBy,t)}async initializeClient(t){let r=t.fields();return r?.length&&t.fieldInfo(await Kf(this,r)),t.requestQuery()}disconnect(t){let{clients:r,filterGroups:n}=this;if(!r.has(t))return;r.delete(t),t.coordinator=null;let i=n.get(t.filterBy);i&&i.clients.delete(t)}};function Xy(e,t,r){if(!t)return;let n=e.filterGroups.get(t);if(!n){let i=o=>Zy(e,t,o),s=()=>tg(e,t);t.addEventListener("activate",i),t.addEventListener("value",s),n={selection:t,clients:new Set,disconnect(){t.removeEventListener("activate",i),t.removeEventListener("value",s)}},e.filterGroups.set(t,n)}n.clients.add(r)}function Zy(e,t,r){let{preaggregator:n,filterGroups:i}=e,{clients:s}=i.get(t);for(let o of s)n.request(o,t,r)}function tg(e,t){let{preaggregator:r,filterGroups:n}=e,{clients:i}=n.get(t),{active:s}=t;return Promise.allSettled(Array.from(i,o=>{let a=r.request(o,t,s),c=a?null:t.predicate(o);if(a?.skip||!a&&!c)return;let u=a?.query(s.predicate)??o.query(c);return e.updateClient(o,u)}))}var sc=class{constructor(){this._callbacks=new Map}addEventListener(t,r){this._callbacks.has(t)||this._callbacks.set(t,{callbacks:new Set,pending:null,queue:new Vl}),this._callbacks.get(t).callbacks.add(r)}removeEventListener(t,r){let n=this._callbacks.get(t);n&&n.callbacks.delete(r)}willEmit(t,r){return r}emitQueueFilter(t,r){return null}cancel(t){this._callbacks.get(t)?.queue.clear()}async pending(t){await this._callbacks.get(t)?.pending}emit(t,r){let n=this._callbacks.get(t)||{};if(n.pending)n.queue.enqueue(r,this.emitQueueFilter(t,r));else{let i=this.willEmit(t,r),{callbacks:s,queue:o}=n;if(s?.size){let a=Array.from(s,c=>c(i));n.pending=Promise.allSettled(a).then(()=>{n.pending=null,o.isEmpty()||this.emit(t,o.dequeue())})}}}},Vl=class{constructor(){this.clear()}clear(){this.next=null}isEmpty(){return!this.next}enqueue(t,r){let n={value:t};if(r&&this.next){let i=this;for(;i.next;)r(i.next.value)?i=i.next:i.next=i.next.next;i.next=n}else this.next=n}dequeue(){let{next:t}=this;return this.next=t?.next,t?.value}};function jl(e,t){return e===t?!1:e instanceof Date&&t instanceof Date?+e!=+t:Array.isArray(e)&&Array.isArray(t)?eg(e,t):!0}function eg(e,t){if(e.length!==t.length)return!0;for(let r=0;r<e.length;++r)if(e[r]!==t[r])return!0;return!1}function oc(e){return e instanceof ai}var ai=class e extends sc{constructor(t){super(),this._value=t}static value(t){return new e(t)}static array(t){if(t.some(r=>oc(r))){let r=new e,n=()=>{r.update(t.map(i=>oc(i)?i.value:i))};return n(),t.forEach(i=>oc(i)?i.addEventListener("value",n):0),r}return new e(t)}get value(){return this._value}update(t,{force:r}={}){return jl(this._value,t)||r?this.emit("value",t):this.cancel("value"),this}willEmit(t,r){return t==="value"&&(this._value=r),r}};function rg(e){return e instanceof _s}function ac(e,t){return new _s(new cc(e),t&&[t].flat())}var _s=class e extends ai{static intersect({cross:t=!1,empty:r=!1,include:n=[]}={}){return ac({cross:t,empty:r},n)}static union({cross:t=!1,empty:r=!1,include:n=[]}={}){return ac({cross:t,empty:r,union:!0},n)}static single({cross:t=!1,empty:r=!1,include:n=[]}={}){return ac({cross:t,empty:r,single:!0},n)}static crossfilter({empty:t=!1,include:r=[]}={}){return ac({cross:!0,empty:t},r)}constructor(t=new cc,r=[]){if(super([]),this._resolved=this._value,this._resolver=t,this._relay=new Set,Array.isArray(r))for(let n of r)n._relay.add(this)}clone(){let t=new e(this._resolver);return t._value=t._resolved=this._value,t}remove(t){let r=this.clone();return r._value=r._resolved=r._resolver.resolve(this._resolved,{source:t}),r._value.active={source:t},r}get resolver(){return this._resolver}get single(){return this._resolver.single}get clauses(){return super.value}get active(){return this.clauses.active}get value(){return this.active?.value}valueFor(t){return this.clauses.find(r=>r.source===t)?.value}activate(t){this.emit("activate",t),this._relay.forEach(r=>r.activate(t))}update(t){return this._resolved=this._resolver.resolve(this._resolved,t,!0),this._resolved.active=t,this._relay.forEach(r=>r.update(t)),super.update(this._resolved)}willEmit(t,r){return t==="value"?(this._value=r,this.value):r}emitQueueFilter(t,r){return t==="value"?this._resolver.queueFilter(r):null}skip(t,r){return this._resolver.skip(t,r)}predicate(t,r=!1){let{clauses:n}=this,i=r?null:n.active;return this._resolver.predicate(n,i,t)}},cc=class{constructor({union:t,cross:r,single:n,empty:i}={}){this.union=!!t,this.cross=!!r,this.single=!!n,this.empty=!!i}resolve(t,r,n=!1){let{source:i,predicate:s}=r,o=t.filter(c=>i!==c.source),a=this.single?[]:o;return this.single&&n&&o.forEach(c=>c.source?.reset?.()),s&&a.push(r),a}skip(t,r){return this.cross&&r?.clients?.has(t)}predicate(t,r,n){let{empty:i,union:s}=this;if(i&&!t.length)return[St(!1)];if(this.skip(n,r))return;let o=t.filter(a=>!this.skip(n,a)).map(a=>a.predicate);return s&&o.length>1?si(o):o}queueFilter(t){if(this.cross){let r=t.active?.source;return n=>n.active?.source!==r}return null}};function ng(e="http://localhost:3000/"){return{async query(t){let r=fetch(e,{method:"POST",mode:"cors",cache:"no-cache",credentials:"omit",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)});return t.type==="exec"?r:t.type==="arrow"?Br(await(await r).arrayBuffer()):(await r).json()}}}function eh(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,n=Object.getOwnPropertySymbols(e);i<n.length;i++)t.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(e,n[i])&&(r[n[i]]=e[n[i]]);return r}function y(e,t,r,n){function i(s){return s instanceof r?s:new r(function(o){o(s)})}return new(r||(r=Promise))(function(s,o){function a(d){try{u(n.next(d))}catch(f){o(f)}}function c(d){try{u(n.throw(d))}catch(f){o(f)}}function u(d){d.done?s(d.value):i(d.value).then(a,c)}u((n=n.apply(e,t||[])).next())})}function th(e){var t=typeof Symbol=="function"&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&typeof e.length=="number")return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function R(e){return this instanceof R?(this.v=e,this):new R(e)}function Yt(e,t,r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n=r.apply(e,t||[]),i,s=[];return i=Object.create((typeof AsyncIterator=="function"?AsyncIterator:Object).prototype),a("next"),a("throw"),a("return",o),i[Symbol.asyncIterator]=function(){return this},i;function o(m){return function(b){return Promise.resolve(b).then(m,f)}}function a(m,b){n[m]&&(i[m]=function(K){return new Promise(function(zt,qt){s.push([m,K,zt,qt])>1||c(m,K)})},b&&(i[m]=b(i[m])))}function c(m,b){try{u(n[m](b))}catch(K){p(s[0][3],K)}}function u(m){m.value instanceof R?Promise.resolve(m.value.v).then(d,f):p(s[0][2],m)}function d(m){c("next",m)}function f(m){c("throw",m)}function p(m,b){m(b),s.shift(),s.length&&c(s[0][0],s[0][1])}}function ci(e){var t,r;return t={},n("next"),n("throw",function(i){throw i}),n("return"),t[Symbol.iterator]=function(){return this},t;function n(i,s){t[i]=e[i]?function(o){return(r=!r)?{value:R(e[i](o)),done:!1}:s?s(o):o}:s}}function pe(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t=e[Symbol.asyncIterator],r;return t?t.call(e):(e=typeof th=="function"?th(e):e[Symbol.iterator](),r={},n("next"),n("throw"),n("return"),r[Symbol.asyncIterator]=function(){return this},r);function n(s){r[s]=e[s]&&function(o){return new Promise(function(a,c){o=e[s](o),i(a,c,o.done,o.value)})}}function i(s,o,a,c){Promise.resolve(c).then(function(u){s({value:u,done:a})},o)}}var Gl={};tn(Gl,{compareArrayLike:()=>Yl,joinUint8Arrays:()=>Gt,memcpy:()=>Is,rebaseValueOffsets:()=>yc,toArrayBufferView:()=>L,toArrayBufferViewAsyncIterator:()=>ge,toArrayBufferViewIterator:()=>Ue,toBigInt64Array:()=>mc,toBigUint64Array:()=>fg,toFloat32Array:()=>hg,toFloat32ArrayAsyncIterator:()=>Bg,toFloat32ArrayIterator:()=>Ig,toFloat64Array:()=>pg,toFloat64ArrayAsyncIterator:()=>Ng,toFloat64ArrayIterator:()=>xg,toInt16Array:()=>ug,toInt16ArrayAsyncIterator:()=>Eg,toInt16ArrayIterator:()=>gg,toInt32Array:()=>wn,toInt32ArrayAsyncIterator:()=>Tg,toInt32ArrayIterator:()=>_g,toInt8Array:()=>cg,toInt8ArrayAsyncIterator:()=>Sg,toInt8ArrayIterator:()=>yg,toUint16Array:()=>lg,toUint16ArrayAsyncIterator:()=>Ag,toUint16ArrayIterator:()=>bg,toUint32Array:()=>dg,toUint32ArrayAsyncIterator:()=>Og,toUint32ArrayIterator:()=>wg,toUint8Array:()=>A,toUint8ArrayAsyncIterator:()=>Wl,toUint8ArrayIterator:()=>$l,toUint8ClampedArray:()=>mg,toUint8ClampedArrayAsyncIterator:()=>Dg,toUint8ClampedArrayIterator:()=>vg});var ig=new TextDecoder("utf-8"),bs=e=>ig.decode(e),sg=new TextEncoder,Me=e=>sg.encode(e);var og=e=>typeof e=="number",rh=e=>typeof e=="boolean",ft=e=>typeof e=="function",Nt=e=>e!=null&&Object(e)===e,me=e=>Nt(e)&&ft(e.then);var ye=e=>Nt(e)&&ft(e[Symbol.iterator]),ie=e=>Nt(e)&&ft(e[Symbol.asyncIterator]),uc=e=>Nt(e)&&Nt(e.schema);var lc=e=>Nt(e)&&"done"in e&&"value"in e;var dc=e=>Nt(e)&&ft(e.stat)&&og(e.fd);var fc=e=>Nt(e)&&ws(e.body),hc=e=>"_getDOMStream"in e&&"_getNodeStream"in e,nh=e=>Nt(e)&&ft(e.abort)&&ft(e.getWriter)&&!hc(e),ws=e=>Nt(e)&&ft(e.cancel)&&ft(e.getReader)&&!hc(e),ih=e=>Nt(e)&&ft(e.end)&&ft(e.write)&&rh(e.writable)&&!hc(e),pc=e=>Nt(e)&&ft(e.read)&&ft(e.pipe)&&rh(e.readable)&&!hc(e),sh=e=>Nt(e)&&ft(e.clear)&&ft(e.bytes)&&ft(e.position)&&ft(e.setPosition)&&ft(e.capacity)&&ft(e.getBufferIdentifier)&&ft(e.createLong);var ql=typeof SharedArrayBuffer<"u"?SharedArrayBuffer:ArrayBuffer;function ag(e){let t=e[0]?[e[0]]:[],r,n,i,s;for(let o,a,c=0,u=0,d=e.length;++c<d;){if(o=t[u],a=e[c],!o||!a||o.buffer!==a.buffer||a.byteOffset<o.byteOffset){a&&(t[++u]=a);continue}if({byteOffset:r,byteLength:i}=o,{byteOffset:n,byteLength:s}=a,r+i<n||n+s<r){a&&(t[++u]=a);continue}t[u]=new Uint8Array(o.buffer,r,n-r+s)}return t}function Is(e,t,r=0,n=t.byteLength){let i=e.byteLength,s=new Uint8Array(e.buffer,e.byteOffset,i),o=new Uint8Array(t.buffer,t.byteOffset,Math.min(n,i));return s.set(o,r),e}function Gt(e,t){let r=ag(e),n=r.reduce((d,f)=>d+f.byteLength,0),i,s,o,a=0,c=-1,u=Math.min(t||Number.POSITIVE_INFINITY,n);for(let d=r.length;++c<d;){if(i=r[c],s=i.subarray(0,Math.min(i.length,u-a)),u<=a+s.length){s.length<i.length?r[c]=i.subarray(s.length):s.length===i.length&&c++,o?Is(o,s,a):o=s;break}Is(o||(o=new Uint8Array(u)),s,a),a+=s.length}return[o||new Uint8Array(0),r.slice(c),n-(o?o.byteLength:0)]}function L(e,t){let r=lc(t)?t.value:t;return r instanceof e?e===Uint8Array?new e(r.buffer,r.byteOffset,r.byteLength):r:r?(typeof r=="string"&&(r=Me(r)),r instanceof ArrayBuffer?new e(r):r instanceof ql?new e(r):sh(r)?L(e,r.bytes()):ArrayBuffer.isView(r)?r.byteLength<=0?new e(0):new e(r.buffer,r.byteOffset,r.byteLength/e.BYTES_PER_ELEMENT):e.from(r)):new e(0)}var cg=e=>L(Int8Array,e),ug=e=>L(Int16Array,e),wn=e=>L(Int32Array,e),mc=e=>L(BigInt64Array,e),A=e=>L(Uint8Array,e),lg=e=>L(Uint16Array,e),dg=e=>L(Uint32Array,e),fg=e=>L(BigUint64Array,e),hg=e=>L(Float32Array,e),pg=e=>L(Float64Array,e),mg=e=>L(Uint8ClampedArray,e),zl=e=>(e.next(),e);function*Ue(e,t){let r=function*(i){yield i},n=typeof t=="string"||ArrayBuffer.isView(t)||t instanceof ArrayBuffer||t instanceof ql?r(t):ye(t)?t:r(t);return yield*zl(function*(i){let s=null;do s=i.next(yield L(e,s));while(!s.done)}(n[Symbol.iterator]())),new e}var yg=e=>Ue(Int8Array,e),gg=e=>Ue(Int16Array,e),_g=e=>Ue(Int32Array,e),$l=e=>Ue(Uint8Array,e),bg=e=>Ue(Uint16Array,e),wg=e=>Ue(Uint32Array,e),Ig=e=>Ue(Float32Array,e),xg=e=>Ue(Float64Array,e),vg=e=>Ue(Uint8ClampedArray,e);function ge(e,t){return Yt(this,arguments,function*(){if(me(t))return yield R(yield R(yield*ci(pe(ge(e,yield R(t))))));let n=function(o){return Yt(this,arguments,function*(){yield yield R(yield R(o))})},i=function(o){return Yt(this,arguments,function*(){yield R(yield*ci(pe(zl(function*(a){let c=null;do c=a.next(yield c?.value);while(!c.done)}(o[Symbol.iterator]())))))})},s=typeof t=="string"||ArrayBuffer.isView(t)||t instanceof ArrayBuffer||t instanceof ql?n(t):ye(t)?i(t):ie(t)?t:n(t);return yield R(yield*ci(pe(zl(function(o){return Yt(this,arguments,function*(){let a=null;do a=yield R(o.next(yield yield R(L(e,a))));while(!a.done)})}(s[Symbol.asyncIterator]()))))),yield R(new e)})}var Sg=e=>ge(Int8Array,e),Eg=e=>ge(Int16Array,e),Tg=e=>ge(Int32Array,e),Wl=e=>ge(Uint8Array,e),Ag=e=>ge(Uint16Array,e),Og=e=>ge(Uint32Array,e),Bg=e=>ge(Float32Array,e),Ng=e=>ge(Float64Array,e),Dg=e=>ge(Uint8ClampedArray,e);function yc(e,t,r){if(e!==0){r=r.slice(0,t);for(let n=-1,i=r.length;++n<i;)r[n]+=e}return r.subarray(0,t)}function Yl(e,t){let r=0,n=e.length;if(n!==t.length)return!1;if(n>0)do if(e[r]!==t[r])return!1;while(++r<n);return!0}var bt={fromIterable(e){return gc(Fg(e))},fromAsyncIterable(e){return gc(Rg(e))},fromDOMStream(e){return gc(Lg(e))},fromNodeStream(e){return gc(Mg(e))},toDOMStream(e,t){throw new Error('"toDOMStream" not available in this environment')},toNodeStream(e,t){throw new Error('"toNodeStream" not available in this environment')}},gc=e=>(e.next(),e);function*Fg(e){let t,r=!1,n=[],i,s,o,a=0;function c(){return s==="peek"?Gt(n,o)[0]:([i,n,a]=Gt(n,o),i)}({cmd:s,size:o}=(yield null)||{cmd:"read",size:0});let u=$l(e)[Symbol.iterator]();try{do if({done:t,value:i}=Number.isNaN(o-a)?u.next():u.next(o-a),!t&&i.byteLength>0&&(n.push(i),a+=i.byteLength),t||o<=a)do({cmd:s,size:o}=yield c());while(o<a);while(!t)}catch(d){(r=!0)&&typeof u.throw=="function"&&u.throw(d)}finally{r===!1&&typeof u.return=="function"&&u.return(null)}return null}function Rg(e){return Yt(this,arguments,function*(){let r,n=!1,i=[],s,o,a,c=0;function u(){return o==="peek"?Gt(i,a)[0]:([s,i,c]=Gt(i,a),s)}({cmd:o,size:a}=(yield yield R(null))||{cmd:"read",size:0});let d=Wl(e)[Symbol.asyncIterator]();try{do if({done:r,value:s}=Number.isNaN(a-c)?yield R(d.next()):yield R(d.next(a-c)),!r&&s.byteLength>0&&(i.push(s),c+=s.byteLength),r||a<=c)do({cmd:o,size:a}=yield yield R(u()));while(a<c);while(!r)}catch(f){(n=!0)&&typeof d.throw=="function"&&(yield R(d.throw(f)))}finally{n===!1&&typeof d.return=="function"&&(yield R(d.return(new Uint8Array(0))))}return yield R(null)})}function Lg(e){return Yt(this,arguments,function*(){let r=!1,n=!1,i=[],s,o,a,c=0;function u(){return o==="peek"?Gt(i,a)[0]:([s,i,c]=Gt(i,a),s)}({cmd:o,size:a}=(yield yield R(null))||{cmd:"read",size:0});let d=new Ql(e);try{do if({done:r,value:s}=Number.isNaN(a-c)?yield R(d.read()):yield R(d.read(a-c)),!r&&s.byteLength>0&&(i.push(A(s)),c+=s.byteLength),r||a<=c)do({cmd:o,size:a}=yield yield R(u()));while(a<c);while(!r)}catch(f){(n=!0)&&(yield R(d.cancel(f)))}finally{n===!1?yield R(d.cancel()):e.locked&&d.releaseLock()}return yield R(null)})}var Ql=class{constructor(t){this.source=t,this.reader=null,this.reader=this.source.getReader(),this.reader.closed.catch(()=>{})}get closed(){return this.reader?this.reader.closed.catch(()=>{}):Promise.resolve()}releaseLock(){this.reader&&this.reader.releaseLock(),this.reader=null}cancel(t){return y(this,void 0,void 0,function*(){let{reader:r,source:n}=this;r&&(yield r.cancel(t).catch(()=>{})),n&&n.locked&&this.releaseLock()})}read(t){return y(this,void 0,void 0,function*(){if(t===0)return{done:this.reader==null,value:new Uint8Array(0)};let r=yield this.reader.read();return!r.done&&(r.value=A(r)),r})}},Hl=(e,t)=>{let r=i=>n([t,i]),n;return[t,r,new Promise(i=>(n=i)&&e.once(t,r))]};function Mg(e){return Yt(this,arguments,function*(){let r=[],n="error",i=!1,s=null,o,a,c=0,u=[],d;function f(){return o==="peek"?Gt(u,a)[0]:([d,u,c]=Gt(u,a),d)}if({cmd:o,size:a}=(yield yield R(null))||{cmd:"read",size:0},e.isTTY)return yield yield R(new Uint8Array(0)),yield R(null);try{r[0]=Hl(e,"end"),r[1]=Hl(e,"error");do{if(r[2]=Hl(e,"readable"),[n,s]=yield R(Promise.race(r.map(m=>m[2]))),n==="error")break;if((i=n==="end")||(Number.isFinite(a-c)?(d=A(e.read(a-c)),d.byteLength<a-c&&(d=A(e.read()))):d=A(e.read()),d.byteLength>0&&(u.push(d),c+=d.byteLength)),i||a<=c)do({cmd:o,size:a}=yield yield R(f()));while(a<c)}while(!i)}finally{yield R(p(r,n==="error"?s:null))}return yield R(null);function p(m,b){return d=u=null,new Promise((K,zt)=>{for(let[qt,Pn]of m)e.off(qt,Pn);try{let qt=e.destroy;qt&&qt.call(e,b),b=void 0}catch(qt){b=qt||b}finally{b!=null?zt(b):K()}})}})}var z;(function(e){e[e.V1=0]="V1",e[e.V2=1]="V2",e[e.V3=2]="V3",e[e.V4=3]="V4",e[e.V5=4]="V5"})(z||(z={}));var H;(function(e){e[e.Sparse=0]="Sparse",e[e.Dense=1]="Dense"})(H||(H={}));var Y;(function(e){e[e.HALF=0]="HALF",e[e.SINGLE=1]="SINGLE",e[e.DOUBLE=2]="DOUBLE"})(Y||(Y={}));var st;(function(e){e[e.DAY=0]="DAY",e[e.MILLISECOND=1]="MILLISECOND"})(st||(st={}));var _;(function(e){e[e.SECOND=0]="SECOND",e[e.MILLISECOND=1]="MILLISECOND",e[e.MICROSECOND=2]="MICROSECOND",e[e.NANOSECOND=3]="NANOSECOND"})(_||(_={}));var ht;(function(e){e[e.YEAR_MONTH=0]="YEAR_MONTH",e[e.DAY_TIME=1]="DAY_TIME",e[e.MONTH_DAY_NANO=2]="MONTH_DAY_NANO"})(ht||(ht={}));var Ce=new Int32Array(2),_c=new Float32Array(Ce.buffer),bc=new Float64Array(Ce.buffer),ui=new Uint16Array(new Uint8Array([1,0]).buffer)[0]===1;var xs;(function(e){e[e.UTF8_BYTES=1]="UTF8_BYTES",e[e.UTF16_STRING=2]="UTF16_STRING"})(xs||(xs={}));var Ht=class e{constructor(t){this.bytes_=t,this.position_=0,this.text_decoder_=new TextDecoder}static allocate(t){return new e(new Uint8Array(t))}clear(){this.position_=0}bytes(){return this.bytes_}position(){return this.position_}setPosition(t){this.position_=t}capacity(){return this.bytes_.length}readInt8(t){return this.readUint8(t)<<24>>24}readUint8(t){return this.bytes_[t]}readInt16(t){return this.readUint16(t)<<16>>16}readUint16(t){return this.bytes_[t]|this.bytes_[t+1]<<8}readInt32(t){return this.bytes_[t]|this.bytes_[t+1]<<8|this.bytes_[t+2]<<16|this.bytes_[t+3]<<24}readUint32(t){return this.readInt32(t)>>>0}readInt64(t){return BigInt.asIntN(64,BigInt(this.readUint32(t))+(BigInt(this.readUint32(t+4))<<BigInt(32)))}readUint64(t){return BigInt.asUintN(64,BigInt(this.readUint32(t))+(BigInt(this.readUint32(t+4))<<BigInt(32)))}readFloat32(t){return Ce[0]=this.readInt32(t),_c[0]}readFloat64(t){return Ce[ui?0:1]=this.readInt32(t),Ce[ui?1:0]=this.readInt32(t+4),bc[0]}writeInt8(t,r){this.bytes_[t]=r}writeUint8(t,r){this.bytes_[t]=r}writeInt16(t,r){this.bytes_[t]=r,this.bytes_[t+1]=r>>8}writeUint16(t,r){this.bytes_[t]=r,this.bytes_[t+1]=r>>8}writeInt32(t,r){this.bytes_[t]=r,this.bytes_[t+1]=r>>8,this.bytes_[t+2]=r>>16,this.bytes_[t+3]=r>>24}writeUint32(t,r){this.bytes_[t]=r,this.bytes_[t+1]=r>>8,this.bytes_[t+2]=r>>16,this.bytes_[t+3]=r>>24}writeInt64(t,r){this.writeInt32(t,Number(BigInt.asIntN(32,r))),this.writeInt32(t+4,Number(BigInt.asIntN(32,r>>BigInt(32))))}writeUint64(t,r){this.writeUint32(t,Number(BigInt.asUintN(32,r))),this.writeUint32(t+4,Number(BigInt.asUintN(32,r>>BigInt(32))))}writeFloat32(t,r){_c[0]=r,this.writeInt32(t,Ce[0])}writeFloat64(t,r){bc[0]=r,this.writeInt32(t,Ce[ui?0:1]),this.writeInt32(t+4,Ce[ui?1:0])}getBufferIdentifier(){if(this.bytes_.length<this.position_+4+4)throw new Error("FlatBuffers: ByteBuffer is too short to contain an identifier.");let t="";for(let r=0;r<4;r++)t+=String.fromCharCode(this.readInt8(this.position_+4+r));return t}__offset(t,r){let n=t-this.readInt32(t);return r<this.readInt16(n)?this.readInt16(n+r):0}__union(t,r){return t.bb_pos=r+this.readInt32(r),t.bb=this,t}__string(t,r){t+=this.readInt32(t);let n=this.readInt32(t);t+=4;let i=this.bytes_.subarray(t,t+n);return r===xs.UTF8_BYTES?i:this.text_decoder_.decode(i)}__union_with_string(t,r){return typeof t=="string"?this.__string(r):this.__union(t,r)}__indirect(t){return t+this.readInt32(t)}__vector(t){return t+this.readInt32(t)+4}__vector_len(t){return this.readInt32(t+this.readInt32(t))}__has_identifier(t){if(t.length!=4)throw new Error("FlatBuffers: file identifier must be length "+4);for(let r=0;r<4;r++)if(t.charCodeAt(r)!=this.readInt8(this.position()+4+r))return!1;return!0}createScalarList(t,r){let n=[];for(let i=0;i<r;++i){let s=t(i);s!==null&&n.push(s)}return n}createObjList(t,r){let n=[];for(let i=0;i<r;++i){let s=t(i);s!==null&&n.push(s.unpack())}return n}};var In=class e{constructor(t){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,this.string_maps=null,this.text_encoder=new TextEncoder;let r;t?r=t:r=1024,this.bb=Ht.allocate(r),this.space=r}clear(){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,this.string_maps=null}forceDefaults(t){this.force_defaults=t}dataBuffer(){return this.bb}asUint8Array(){return this.bb.bytes().subarray(this.bb.position(),this.bb.position()+this.offset())}prep(t,r){t>this.minalign&&(this.minalign=t);let n=~(this.bb.capacity()-this.space+r)+1&t-1;for(;this.space<n+t+r;){let i=this.bb.capacity();this.bb=e.growByteBuffer(this.bb),this.space+=this.bb.capacity()-i}this.pad(n)}pad(t){for(let r=0;r<t;r++)this.bb.writeInt8(--this.space,0)}writeInt8(t){this.bb.writeInt8(this.space-=1,t)}writeInt16(t){this.bb.writeInt16(this.space-=2,t)}writeInt32(t){this.bb.writeInt32(this.space-=4,t)}writeInt64(t){this.bb.writeInt64(this.space-=8,t)}writeFloat32(t){this.bb.writeFloat32(this.space-=4,t)}writeFloat64(t){this.bb.writeFloat64(this.space-=8,t)}addInt8(t){this.prep(1,0),this.writeInt8(t)}addInt16(t){this.prep(2,0),this.writeInt16(t)}addInt32(t){this.prep(4,0),this.writeInt32(t)}addInt64(t){this.prep(8,0),this.writeInt64(t)}addFloat32(t){this.prep(4,0),this.writeFloat32(t)}addFloat64(t){this.prep(8,0),this.writeFloat64(t)}addFieldInt8(t,r,n){(this.force_defaults||r!=n)&&(this.addInt8(r),this.slot(t))}addFieldInt16(t,r,n){(this.force_defaults||r!=n)&&(this.addInt16(r),this.slot(t))}addFieldInt32(t,r,n){(this.force_defaults||r!=n)&&(this.addInt32(r),this.slot(t))}addFieldInt64(t,r,n){(this.force_defaults||r!==n)&&(this.addInt64(r),this.slot(t))}addFieldFloat32(t,r,n){(this.force_defaults||r!=n)&&(this.addFloat32(r),this.slot(t))}addFieldFloat64(t,r,n){(this.force_defaults||r!=n)&&(this.addFloat64(r),this.slot(t))}addFieldOffset(t,r,n){(this.force_defaults||r!=n)&&(this.addOffset(r),this.slot(t))}addFieldStruct(t,r,n){r!=n&&(this.nested(r),this.slot(t))}nested(t){if(t!=this.offset())throw new TypeError("FlatBuffers: struct must be serialized inline.")}notNested(){if(this.isNested)throw new TypeError("FlatBuffers: object serialization must not be nested.")}slot(t){this.vtable!==null&&(this.vtable[t]=this.offset())}offset(){return this.bb.capacity()-this.space}static growByteBuffer(t){let r=t.capacity();if(r&3221225472)throw new Error("FlatBuffers: cannot grow buffer beyond 2 gigabytes.");let n=r<<1,i=Ht.allocate(n);return i.setPosition(n-r),i.bytes().set(t.bytes(),n-r),i}addOffset(t){this.prep(4,0),this.writeInt32(this.offset()-t+4)}startObject(t){this.notNested(),this.vtable==null&&(this.vtable=[]),this.vtable_in_use=t;for(let r=0;r<t;r++)this.vtable[r]=0;this.isNested=!0,this.object_start=this.offset()}endObject(){if(this.vtable==null||!this.isNested)throw new Error("FlatBuffers: endObject called without startObject");this.addInt32(0);let t=this.offset(),r=this.vtable_in_use-1;for(;r>=0&&this.vtable[r]==0;r--);let n=r+1;for(;r>=0;r--)this.addInt16(this.vtable[r]!=0?t-this.vtable[r]:0);let i=2;this.addInt16(t-this.object_start);let s=(n+i)*2;this.addInt16(s);let o=0,a=this.space;t:for(r=0;r<this.vtables.length;r++){let c=this.bb.capacity()-this.vtables[r];if(s==this.bb.readInt16(c)){for(let u=2;u<s;u+=2)if(this.bb.readInt16(a+u)!=this.bb.readInt16(c+u))continue t;o=this.vtables[r];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}finish(t,r,n){let i=n?4:0;if(r){let s=r;if(this.prep(this.minalign,8+i),s.length!=4)throw new TypeError("FlatBuffers: file identifier must be length "+4);for(let o=3;o>=0;o--)this.writeInt8(s.charCodeAt(o))}this.prep(this.minalign,4+i),this.addOffset(t),i&&this.addInt32(this.bb.capacity()-this.space),this.bb.setPosition(this.space)}finishSizePrefixed(t,r){this.finish(t,r,!0)}requiredField(t,r){let n=this.bb.capacity()-t,i=n-this.bb.readInt32(n);if(!(r<this.bb.readInt16(i)&&this.bb.readInt16(i+r)!=0))throw new TypeError("FlatBuffers: field "+r+" must be set")}startVector(t,r,n){this.notNested(),this.vector_num_elems=r,this.prep(4,t*r),this.prep(n,t*r)}endVector(){return this.writeInt32(this.vector_num_elems),this.offset()}createSharedString(t){if(!t)return 0;if(this.string_maps||(this.string_maps=new Map),this.string_maps.has(t))return this.string_maps.get(t);let r=this.createString(t);return this.string_maps.set(t,r),r}createString(t){if(t==null)return 0;let r;return t instanceof Uint8Array?r=t:r=this.text_encoder.encode(t),this.addInt8(0),this.startVector(1,r.length,1),this.bb.setPosition(this.space-=r.length),this.bb.bytes().set(r,this.space),this.endVector()}createByteVector(t){return t==null?0:(this.startVector(1,t.length,1),this.bb.setPosition(this.space-=t.length),this.bb.bytes().set(t,this.space),this.endVector())}createObjectOffset(t){return t===null?0:typeof t=="string"?this.createString(t):t.pack(this)}createObjectOffsetList(t){let r=[];for(let n=0;n<t.length;++n){let i=t[n];if(i!==null)r.push(this.createObjectOffset(i));else throw new TypeError("FlatBuffers: Argument for createObjectOffsetList cannot contain null.")}return r}createStructOffsetList(t,r){return r(this,t.length),this.createObjectOffsetList(t.slice().reverse()),this.endVector()}};var vs;(function(e){e[e.BUFFER=0]="BUFFER"})(vs||(vs={}));var Ss;(function(e){e[e.LZ4_FRAME=0]="LZ4_FRAME",e[e.ZSTD=1]="ZSTD"})(Ss||(Ss={}));var Ic=class e{constructor(){this.bb=null,this.bb_pos=0}__init(t,r){return this.bb_pos=t,this.bb=r,this}static getRootAsBodyCompression(t,r){return(r||new e).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsBodyCompression(t,r){return t.setPosition(t.position()+4),(r||new e).__init(t.readInt32(t.position())+t.position(),t)}codec(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt8(this.bb_pos+t):Ss.LZ4_FRAME}method(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.readInt8(this.bb_pos+t):vs.BUFFER}static startBodyCompression(t){t.startObject(2)}static addCodec(t,r){t.addFieldInt8(0,r,Ss.LZ4_FRAME)}static addMethod(t,r){t.addFieldInt8(1,r,vs.BUFFER)}static endBodyCompression(t){return t.endObject()}static createBodyCompression(t,r,n){return e.startBodyCompression(t),e.addCodec(t,r),e.addMethod(t,n),e.endBodyCompression(t)}};var li=class{constructor(){this.bb=null,this.bb_pos=0}__init(t,r){return this.bb_pos=t,this.bb=r,this}offset(){return this.bb.readInt64(this.bb_pos)}length(){return this.bb.readInt64(this.bb_pos+8)}static sizeOf(){return 16}static createBuffer(t,r,n){return t.prep(8,16),t.writeInt64(BigInt(n??0)),t.writeInt64(BigInt(r??0)),t.offset()}};var di=class{constructor(){this.bb=null,this.bb_pos=0}__init(t,r){return this.bb_pos=t,this.bb=r,this}length(){return this.bb.readInt64(this.bb_pos)}nullCount(){return this.bb.readInt64(this.bb_pos+8)}static sizeOf(){return 16}static createFieldNode(t,r,n){return t.prep(8,16),t.writeInt64(BigInt(n??0)),t.writeInt64(BigInt(r??0)),t.offset()}};var Qt=class e{constructor(){this.bb=null,this.bb_pos=0}__init(t,r){return this.bb_pos=t,this.bb=r,this}static getRootAsRecordBatch(t,r){return(r||new e).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsRecordBatch(t,r){return t.setPosition(t.position()+4),(r||new e).__init(t.readInt32(t.position())+t.position(),t)}length(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt64(this.bb_pos+t):BigInt("0")}nodes(t,r){let n=this.bb.__offset(this.bb_pos,6);return n?(r||new di).__init(this.bb.__vector(this.bb_pos+n)+t*16,this.bb):null}nodesLength(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.__vector_len(this.bb_pos+t):0}buffers(t,r){let n=this.bb.__offset(this.bb_pos,8);return n?(r||new li).__init(this.bb.__vector(this.bb_pos+n)+t*16,this.bb):null}buffersLength(){let t=this.bb.__offset(this.bb_pos,8);return t?this.bb.__vector_len(this.bb_pos+t):0}compression(t){let r=this.bb.__offset(this.bb_pos,10);return r?(t||new Ic).__init(this.bb.__indirect(this.bb_pos+r),this.bb):null}static startRecordBatch(t){t.startObject(4)}static addLength(t,r){t.addFieldInt64(0,r,BigInt("0"))}static addNodes(t,r){t.addFieldOffset(1,r,0)}static startNodesVector(t,r){t.startVector(16,r,8)}static addBuffers(t,r){t.addFieldOffset(2,r,0)}static startBuffersVector(t,r){t.startVector(16,r,8)}static addCompression(t,r){t.addFieldOffset(3,r,0)}static endRecordBatch(t){return t.endObject()}};var Ze=class e{constructor(){this.bb=null,this.bb_pos=0}__init(t,r){return this.bb_pos=t,this.bb=r,this}static getRootAsDictionaryBatch(t,r){return(r||new e).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsDictionaryBatch(t,r){return t.setPosition(t.position()+4),(r||new e).__init(t.readInt32(t.position())+t.position(),t)}id(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt64(this.bb_pos+t):BigInt("0")}data(t){let r=this.bb.__offset(this.bb_pos,6);return r?(t||new Qt).__init(this.bb.__indirect(this.bb_pos+r),this.bb):null}isDelta(){let t=this.bb.__offset(this.bb_pos,8);return t?!!this.bb.readInt8(this.bb_pos+t):!1}static startDictionaryBatch(t){t.startObject(3)}static addId(t,r){t.addFieldInt64(0,r,BigInt("0"))}static addData(t,r){t.addFieldOffset(1,r,0)}static addIsDelta(t,r){t.addFieldInt8(2,+r,0)}static endDictionaryBatch(t){return t.endObject()}};var Pr;(function(e){e[e.Little=0]="Little",e[e.Big=1]="Big"})(Pr||(Pr={}));var Es;(function(e){e[e.DenseArray=0]="DenseArray"})(Es||(Es={}));var be=class e{constructor(){this.bb=null,this.bb_pos=0}__init(t,r){return this.bb_pos=t,this.bb=r,this}static getRootAsInt(t,r){return(r||new e).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsInt(t,r){return t.setPosition(t.position()+4),(r||new e).__init(t.readInt32(t.position())+t.position(),t)}bitWidth(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt32(this.bb_pos+t):0}isSigned(){let t=this.bb.__offset(this.bb_pos,6);return t?!!this.bb.readInt8(this.bb_pos+t):!1}static startInt(t){t.startObject(2)}static addBitWidth(t,r){t.addFieldInt32(0,r,0)}static addIsSigned(t,r){t.addFieldInt8(1,+r,0)}static endInt(t){return t.endObject()}static createInt(t,r,n){return e.startInt(t),e.addBitWidth(t,r),e.addIsSigned(t,n),e.endInt(t)}};var ke=class e{constructor(){this.bb=null,this.bb_pos=0}__init(t,r){return this.bb_pos=t,this.bb=r,this}static getRootAsDictionaryEncoding(t,r){return(r||new e).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsDictionaryEncoding(t,r){return t.setPosition(t.position()+4),(r||new e).__init(t.readInt32(t.position())+t.position(),t)}id(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt64(this.bb_pos+t):BigInt("0")}indexType(t){let r=this.bb.__offset(this.bb_pos,6);return r?(t||new be).__init(this.bb.__indirect(this.bb_pos+r),this.bb):null}isOrdered(){let t=this.bb.__offset(this.bb_pos,8);return t?!!this.bb.readInt8(this.bb_pos+t):!1}dictionaryKind(){let t=this.bb.__offset(this.bb_pos,10);return t?this.bb.readInt16(this.bb_pos+t):Es.DenseArray}static startDictionaryEncoding(t){t.startObject(4)}static addId(t,r){t.addFieldInt64(0,r,BigInt("0"))}static addIndexType(t,r){t.addFieldOffset(1,r,0)}static addIsOrdered(t,r){t.addFieldInt8(2,+r,0)}static addDictionaryKind(t,r){t.addFieldInt16(3,r,Es.DenseArray)}static endDictionaryEncoding(t){return t.endObject()}};var pt=class e{constructor(){this.bb=null,this.bb_pos=0}__init(t,r){return this.bb_pos=t,this.bb=r,this}static getRootAsKeyValue(t,r){return(r||new e).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsKeyValue(t,r){return t.setPosition(t.position()+4),(r||new e).__init(t.readInt32(t.position())+t.position(),t)}key(t){let r=this.bb.__offset(this.bb_pos,4);return r?this.bb.__string(this.bb_pos+r,t):null}value(t){let r=this.bb.__offset(this.bb_pos,6);return r?this.bb.__string(this.bb_pos+r,t):null}static startKeyValue(t){t.startObject(2)}static addKey(t,r){t.addFieldOffset(0,r,0)}static addValue(t,r){t.addFieldOffset(1,r,0)}static endKeyValue(t){return t.endObject()}static createKeyValue(t,r,n){return e.startKeyValue(t),e.addKey(t,r),e.addValue(t,n),e.endKeyValue(t)}};var Ts=class e{constructor(){this.bb=null,this.bb_pos=0}__init(t,r){return this.bb_pos=t,this.bb=r,this}static getRootAsBinary(t,r){return(r||new e).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsBinary(t,r){return t.setPosition(t.position()+4),(r||new e).__init(t.readInt32(t.position())+t.position(),t)}static startBinary(t){t.startObject(0)}static endBinary(t){return t.endObject()}static createBinary(t){return e.startBinary(t),e.endBinary(t)}};var As=class e{constructor(){this.bb=null,this.bb_pos=0}__init(t,r){return this.bb_pos=t,this.bb=r,this}static getRootAsBool(t,r){return(r||new e).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsBool(t,r){return t.setPosition(t.position()+4),(r||new e).__init(t.readInt32(t.position())+t.position(),t)}static startBool(t){t.startObject(0)}static endBool(t){return t.endObject()}static createBool(t){return e.startBool(t),e.endBool(t)}};var Vr=class e{constructor(){this.bb=null,this.bb_pos=0}__init(t,r){return this.bb_pos=t,this.bb=r,this}static getRootAsDate(t,r){return(r||new e).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsDate(t,r){return t.setPosition(t.position()+4),(r||new e).__init(t.readInt32(t.position())+t.position(),t)}unit(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt16(this.bb_pos+t):st.MILLISECOND}static startDate(t){t.startObject(1)}static addUnit(t,r){t.addFieldInt16(0,r,st.MILLISECOND)}static endDate(t){return t.endObject()}static createDate(t,r){return e.startDate(t),e.addUnit(t,r),e.endDate(t)}};var Pe=class e{constructor(){this.bb=null,this.bb_pos=0}__init(t,r){return this.bb_pos=t,this.bb=r,this}static getRootAsDecimal(t,r){return(r||new e).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsDecimal(t,r){return t.setPosition(t.position()+4),(r||new e).__init(t.readInt32(t.position())+t.position(),t)}precision(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt32(this.bb_pos+t):0}scale(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.readInt32(this.bb_pos+t):0}bitWidth(){let t=this.bb.__offset(this.bb_pos,8);return t?this.bb.readInt32(this.bb_pos+t):128}static startDecimal(t){t.startObject(3)}static addPrecision(t,r){t.addFieldInt32(0,r,0)}static addScale(t,r){t.addFieldInt32(1,r,0)}static addBitWidth(t,r){t.addFieldInt32(2,r,128)}static endDecimal(t){return t.endObject()}static createDecimal(t,r,n,i){return e.startDecimal(t),e.addPrecision(t,r),e.addScale(t,n),e.addBitWidth(t,i),e.endDecimal(t)}};var jr=class e{constructor(){this.bb=null,this.bb_pos=0}__init(t,r){return this.bb_pos=t,this.bb=r,this}static getRootAsDuration(t,r){return(r||new e).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsDuration(t,r){return t.setPosition(t.position()+4),(r||new e).__init(t.readInt32(t.position())+t.position(),t)}unit(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt16(this.bb_pos+t):_.MILLISECOND}static startDuration(t){t.startObject(1)}static addUnit(t,r){t.addFieldInt16(0,r,_.MILLISECOND)}static endDuration(t){return t.endObject()}static createDuration(t,r){return e.startDuration(t),e.addUnit(t,r),e.endDuration(t)}};var zr=class e{constructor(){this.bb=null,this.bb_pos=0}__init(t,r){return this.bb_pos=t,this.bb=r,this}static getRootAsFixedSizeBinary(t,r){return(r||new e).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsFixedSizeBinary(t,r){return t.setPosition(t.position()+4),(r||new e).__init(t.readInt32(t.position())+t.position(),t)}byteWidth(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt32(this.bb_pos+t):0}static startFixedSizeBinary(t){t.startObject(1)}static addByteWidth(t,r){t.addFieldInt32(0,r,0)}static endFixedSizeBinary(t){return t.endObject()}static createFixedSizeBinary(t,r){return e.startFixedSizeBinary(t),e.addByteWidth(t,r),e.endFixedSizeBinary(t)}};var qr=class e{constructor(){this.bb=null,this.bb_pos=0}__init(t,r){return this.bb_pos=t,this.bb=r,this}static getRootAsFixedSizeList(t,r){return(r||new e).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsFixedSizeList(t,r){return t.setPosition(t.position()+4),(r||new e).__init(t.readInt32(t.position())+t.position(),t)}listSize(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt32(this.bb_pos+t):0}static startFixedSizeList(t){t.startObject(1)}static addListSize(t,r){t.addFieldInt32(0,r,0)}static endFixedSizeList(t){return t.endObject()}static createFixedSizeList(t,r){return e.startFixedSizeList(t),e.addListSize(t,r),e.endFixedSizeList(t)}};var $r=class e{constructor(){this.bb=null,this.bb_pos=0}__init(t,r){return this.bb_pos=t,this.bb=r,this}static getRootAsFloatingPoint(t,r){return(r||new e).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsFloatingPoint(t,r){return t.setPosition(t.position()+4),(r||new e).__init(t.readInt32(t.position())+t.position(),t)}precision(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt16(this.bb_pos+t):Y.HALF}static startFloatingPoint(t){t.startObject(1)}static addPrecision(t,r){t.addFieldInt16(0,r,Y.HALF)}static endFloatingPoint(t){return t.endObject()}static createFloatingPoint(t,r){return e.startFloatingPoint(t),e.addPrecision(t,r),e.endFloatingPoint(t)}};var Wr=class e{constructor(){this.bb=null,this.bb_pos=0}__init(t,r){return this.bb_pos=t,this.bb=r,this}static getRootAsInterval(t,r){return(r||new e).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsInterval(t,r){return t.setPosition(t.position()+4),(r||new e).__init(t.readInt32(t.position())+t.position(),t)}unit(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt16(this.bb_pos+t):ht.YEAR_MONTH}static startInterval(t){t.startObject(1)}static addUnit(t,r){t.addFieldInt16(0,r,ht.YEAR_MONTH)}static endInterval(t){return t.endObject()}static createInterval(t,r){return e.startInterval(t),e.addUnit(t,r),e.endInterval(t)}};var Os=class e{constructor(){this.bb=null,this.bb_pos=0}__init(t,r){return this.bb_pos=t,this.bb=r,this}static getRootAsLargeBinary(t,r){return(r||new e).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsLargeBinary(t,r){return t.setPosition(t.position()+4),(r||new e).__init(t.readInt32(t.position())+t.position(),t)}static startLargeBinary(t){t.startObject(0)}static endLargeBinary(t){return t.endObject()}static createLargeBinary(t){return e.startLargeBinary(t),e.endLargeBinary(t)}};var Bs=class e{constructor(){this.bb=null,this.bb_pos=0}__init(t,r){return this.bb_pos=t,this.bb=r,this}static getRootAsLargeUtf8(t,r){return(r||new e).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsLargeUtf8(t,r){return t.setPosition(t.position()+4),(r||new e).__init(t.readInt32(t.position())+t.position(),t)}static startLargeUtf8(t){t.startObject(0)}static endLargeUtf8(t){return t.endObject()}static createLargeUtf8(t){return e.startLargeUtf8(t),e.endLargeUtf8(t)}};var Ns=class e{constructor(){this.bb=null,this.bb_pos=0}__init(t,r){return this.bb_pos=t,this.bb=r,this}static getRootAsList(t,r){return(r||new e).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsList(t,r){return t.setPosition(t.position()+4),(r||new e).__init(t.readInt32(t.position())+t.position(),t)}static startList(t){t.startObject(0)}static endList(t){return t.endObject()}static createList(t){return e.startList(t),e.endList(t)}};var Yr=class e{constructor(){this.bb=null,this.bb_pos=0}__init(t,r){return this.bb_pos=t,this.bb=r,this}static getRootAsMap(t,r){return(r||new e).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsMap(t,r){return t.setPosition(t.position()+4),(r||new e).__init(t.readInt32(t.position())+t.position(),t)}keysSorted(){let t=this.bb.__offset(this.bb_pos,4);return t?!!this.bb.readInt8(this.bb_pos+t):!1}static startMap(t){t.startObject(1)}static addKeysSorted(t,r){t.addFieldInt8(0,+r,0)}static endMap(t){return t.endObject()}static createMap(t,r){return e.startMap(t),e.addKeysSorted(t,r),e.endMap(t)}};var Ds=class e{constructor(){this.bb=null,this.bb_pos=0}__init(t,r){return this.bb_pos=t,this.bb=r,this}static getRootAsNull(t,r){return(r||new e).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsNull(t,r){return t.setPosition(t.position()+4),(r||new e).__init(t.readInt32(t.position())+t.position(),t)}static startNull(t){t.startObject(0)}static endNull(t){return t.endObject()}static createNull(t){return e.startNull(t),e.endNull(t)}};var Fs=class e{constructor(){this.bb=null,this.bb_pos=0}__init(t,r){return this.bb_pos=t,this.bb=r,this}static getRootAsStruct_(t,r){return(r||new e).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsStruct_(t,r){return t.setPosition(t.position()+4),(r||new e).__init(t.readInt32(t.position())+t.position(),t)}static startStruct_(t){t.startObject(0)}static endStruct_(t){return t.endObject()}static createStruct_(t){return e.startStruct_(t),e.endStruct_(t)}};var tr=class e{constructor(){this.bb=null,this.bb_pos=0}__init(t,r){return this.bb_pos=t,this.bb=r,this}static getRootAsTime(t,r){return(r||new e).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsTime(t,r){return t.setPosition(t.position()+4),(r||new e).__init(t.readInt32(t.position())+t.position(),t)}unit(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt16(this.bb_pos+t):_.MILLISECOND}bitWidth(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.readInt32(this.bb_pos+t):32}static startTime(t){t.startObject(2)}static addUnit(t,r){t.addFieldInt16(0,r,_.MILLISECOND)}static addBitWidth(t,r){t.addFieldInt32(1,r,32)}static endTime(t){return t.endObject()}static createTime(t,r,n){return e.startTime(t),e.addUnit(t,r),e.addBitWidth(t,n),e.endTime(t)}};var er=class e{constructor(){this.bb=null,this.bb_pos=0}__init(t,r){return this.bb_pos=t,this.bb=r,this}static getRootAsTimestamp(t,r){return(r||new e).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsTimestamp(t,r){return t.setPosition(t.position()+4),(r||new e).__init(t.readInt32(t.position())+t.position(),t)}unit(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt16(this.bb_pos+t):_.SECOND}timezone(t){let r=this.bb.__offset(this.bb_pos,6);return r?this.bb.__string(this.bb_pos+r,t):null}static startTimestamp(t){t.startObject(2)}static addUnit(t,r){t.addFieldInt16(0,r,_.SECOND)}static addTimezone(t,r){t.addFieldOffset(1,r,0)}static endTimestamp(t){return t.endObject()}static createTimestamp(t,r,n){return e.startTimestamp(t),e.addUnit(t,r),e.addTimezone(t,n),e.endTimestamp(t)}};var we=class e{constructor(){this.bb=null,this.bb_pos=0}__init(t,r){return this.bb_pos=t,this.bb=r,this}static getRootAsUnion(t,r){return(r||new e).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsUnion(t,r){return t.setPosition(t.position()+4),(r||new e).__init(t.readInt32(t.position())+t.position(),t)}mode(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt16(this.bb_pos+t):H.Sparse}typeIds(t){let r=this.bb.__offset(this.bb_pos,6);return r?this.bb.readInt32(this.bb.__vector(this.bb_pos+r)+t*4):0}typeIdsLength(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.__vector_len(this.bb_pos+t):0}typeIdsArray(){let t=this.bb.__offset(this.bb_pos,6);return t?new Int32Array(this.bb.bytes().buffer,this.bb.bytes().byteOffset+this.bb.__vector(this.bb_pos+t),this.bb.__vector_len(this.bb_pos+t)):null}static startUnion(t){t.startObject(2)}static addMode(t,r){t.addFieldInt16(0,r,H.Sparse)}static addTypeIds(t,r){t.addFieldOffset(1,r,0)}static createTypeIdsVector(t,r){t.startVector(4,r.length,4);for(let n=r.length-1;n>=0;n--)t.addInt32(r[n]);return t.endVector()}static startTypeIdsVector(t,r){t.startVector(4,r,4)}static endUnion(t){return t.endObject()}static createUnion(t,r,n){return e.startUnion(t),e.addMode(t,r),e.addTypeIds(t,n),e.endUnion(t)}};var Rs=class e{constructor(){this.bb=null,this.bb_pos=0}__init(t,r){return this.bb_pos=t,this.bb=r,this}static getRootAsUtf8(t,r){return(r||new e).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsUtf8(t,r){return t.setPosition(t.position()+4),(r||new e).__init(t.readInt32(t.position())+t.position(),t)}static startUtf8(t){t.startObject(0)}static endUtf8(t){return t.endObject()}static createUtf8(t){return e.startUtf8(t),e.endUtf8(t)}};var Q;(function(e){e[e.NONE=0]="NONE",e[e.Null=1]="Null",e[e.Int=2]="Int",e[e.FloatingPoint=3]="FloatingPoint",e[e.Binary=4]="Binary",e[e.Utf8=5]="Utf8",e[e.Bool=6]="Bool",e[e.Decimal=7]="Decimal",e[e.Date=8]="Date",e[e.Time=9]="Time",e[e.Timestamp=10]="Timestamp",e[e.Interval=11]="Interval",e[e.List=12]="List",e[e.Struct_=13]="Struct_",e[e.Union=14]="Union",e[e.FixedSizeBinary=15]="FixedSizeBinary",e[e.FixedSizeList=16]="FixedSizeList",e[e.Map=17]="Map",e[e.Duration=18]="Duration",e[e.LargeBinary=19]="LargeBinary",e[e.LargeUtf8=20]="LargeUtf8",e[e.LargeList=21]="LargeList",e[e.RunEndEncoded=22]="RunEndEncoded"})(Q||(Q={}));var Tt=class e{constructor(){this.bb=null,this.bb_pos=0}__init(t,r){return this.bb_pos=t,this.bb=r,this}static getRootAsField(t,r){return(r||new e).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsField(t,r){return t.setPosition(t.position()+4),(r||new e).__init(t.readInt32(t.position())+t.position(),t)}name(t){let r=this.bb.__offset(this.bb_pos,4);return r?this.bb.__string(this.bb_pos+r,t):null}nullable(){let t=this.bb.__offset(this.bb_pos,6);return t?!!this.bb.readInt8(this.bb_pos+t):!1}typeType(){let t=this.bb.__offset(this.bb_pos,8);return t?this.bb.readUint8(this.bb_pos+t):Q.NONE}type(t){let r=this.bb.__offset(this.bb_pos,10);return r?this.bb.__union(t,this.bb_pos+r):null}dictionary(t){let r=this.bb.__offset(this.bb_pos,12);return r?(t||new ke).__init(this.bb.__indirect(this.bb_pos+r),this.bb):null}children(t,r){let n=this.bb.__offset(this.bb_pos,14);return n?(r||new e).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+n)+t*4),this.bb):null}childrenLength(){let t=this.bb.__offset(this.bb_pos,14);return t?this.bb.__vector_len(this.bb_pos+t):0}customMetadata(t,r){let n=this.bb.__offset(this.bb_pos,16);return n?(r||new pt).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+n)+t*4),this.bb):null}customMetadataLength(){let t=this.bb.__offset(this.bb_pos,16);return t?this.bb.__vector_len(this.bb_pos+t):0}static startField(t){t.startObject(7)}static addName(t,r){t.addFieldOffset(0,r,0)}static addNullable(t,r){t.addFieldInt8(1,+r,0)}static addTypeType(t,r){t.addFieldInt8(2,r,Q.NONE)}static addType(t,r){t.addFieldOffset(3,r,0)}static addDictionary(t,r){t.addFieldOffset(4,r,0)}static addChildren(t,r){t.addFieldOffset(5,r,0)}static createChildrenVector(t,r){t.startVector(4,r.length,4);for(let n=r.length-1;n>=0;n--)t.addOffset(r[n]);return t.endVector()}static startChildrenVector(t,r){t.startVector(4,r,4)}static addCustomMetadata(t,r){t.addFieldOffset(6,r,0)}static createCustomMetadataVector(t,r){t.startVector(4,r.length,4);for(let n=r.length-1;n>=0;n--)t.addOffset(r[n]);return t.endVector()}static startCustomMetadataVector(t,r){t.startVector(4,r,4)}static endField(t){return t.endObject()}};var Ct=class e{constructor(){this.bb=null,this.bb_pos=0}__init(t,r){return this.bb_pos=t,this.bb=r,this}static getRootAsSchema(t,r){return(r||new e).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsSchema(t,r){return t.setPosition(t.position()+4),(r||new e).__init(t.readInt32(t.position())+t.position(),t)}endianness(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt16(this.bb_pos+t):Pr.Little}fields(t,r){let n=this.bb.__offset(this.bb_pos,6);return n?(r||new Tt).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+n)+t*4),this.bb):null}fieldsLength(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.__vector_len(this.bb_pos+t):0}customMetadata(t,r){let n=this.bb.__offset(this.bb_pos,8);return n?(r||new pt).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+n)+t*4),this.bb):null}customMetadataLength(){let t=this.bb.__offset(this.bb_pos,8);return t?this.bb.__vector_len(this.bb_pos+t):0}features(t){let r=this.bb.__offset(this.bb_pos,10);return r?this.bb.readInt64(this.bb.__vector(this.bb_pos+r)+t*8):BigInt(0)}featuresLength(){let t=this.bb.__offset(this.bb_pos,10);return t?this.bb.__vector_len(this.bb_pos+t):0}static startSchema(t){t.startObject(4)}static addEndianness(t,r){t.addFieldInt16(0,r,Pr.Little)}static addFields(t,r){t.addFieldOffset(1,r,0)}static createFieldsVector(t,r){t.startVector(4,r.length,4);for(let n=r.length-1;n>=0;n--)t.addOffset(r[n]);return t.endVector()}static startFieldsVector(t,r){t.startVector(4,r,4)}static addCustomMetadata(t,r){t.addFieldOffset(2,r,0)}static createCustomMetadataVector(t,r){t.startVector(4,r.length,4);for(let n=r.length-1;n>=0;n--)t.addOffset(r[n]);return t.endVector()}static startCustomMetadataVector(t,r){t.startVector(4,r,4)}static addFeatures(t,r){t.addFieldOffset(3,r,0)}static createFeaturesVector(t,r){t.startVector(8,r.length,8);for(let n=r.length-1;n>=0;n--)t.addInt64(r[n]);return t.endVector()}static startFeaturesVector(t,r){t.startVector(8,r,8)}static endSchema(t){return t.endObject()}static finishSchemaBuffer(t,r){t.finish(r)}static finishSizePrefixedSchemaBuffer(t,r){t.finish(r,void 0,!0)}static createSchema(t,r,n,i,s){return e.startSchema(t),e.addEndianness(t,r),e.addFields(t,n),e.addCustomMetadata(t,i),e.addFeatures(t,s),e.endSchema(t)}};var C;(function(e){e[e.NONE=0]="NONE",e[e.Schema=1]="Schema",e[e.DictionaryBatch=2]="DictionaryBatch",e[e.RecordBatch=3]="RecordBatch",e[e.Tensor=4]="Tensor",e[e.SparseTensor=5]="SparseTensor"})(C||(C={}));var l;(function(e){e[e.NONE=0]="NONE",e[e.Null=1]="Null",e[e.Int=2]="Int",e[e.Float=3]="Float",e[e.Binary=4]="Binary",e[e.Utf8=5]="Utf8",e[e.Bool=6]="Bool",e[e.Decimal=7]="Decimal",e[e.Date=8]="Date",e[e.Time=9]="Time",e[e.Timestamp=10]="Timestamp",e[e.Interval=11]="Interval",e[e.List=12]="List",e[e.Struct=13]="Struct",e[e.Union=14]="Union",e[e.FixedSizeBinary=15]="FixedSizeBinary",e[e.FixedSizeList=16]="FixedSizeList",e[e.Map=17]="Map",e[e.Duration=18]="Duration",e[e.LargeBinary=19]="LargeBinary",e[e.LargeUtf8=20]="LargeUtf8",e[e.Dictionary=-1]="Dictionary",e[e.Int8=-2]="Int8",e[e.Int16=-3]="Int16",e[e.Int32=-4]="Int32",e[e.Int64=-5]="Int64",e[e.Uint8=-6]="Uint8",e[e.Uint16=-7]="Uint16",e[e.Uint32=-8]="Uint32",e[e.Uint64=-9]="Uint64",e[e.Float16=-10]="Float16",e[e.Float32=-11]="Float32",e[e.Float64=-12]="Float64",e[e.DateDay=-13]="DateDay",e[e.DateMillisecond=-14]="DateMillisecond",e[e.TimestampSecond=-15]="TimestampSecond",e[e.TimestampMillisecond=-16]="TimestampMillisecond",e[e.TimestampMicrosecond=-17]="TimestampMicrosecond",e[e.TimestampNanosecond=-18]="TimestampNanosecond",e[e.TimeSecond=-19]="TimeSecond",e[e.TimeMillisecond=-20]="TimeMillisecond",e[e.TimeMicrosecond=-21]="TimeMicrosecond",e[e.TimeNanosecond=-22]="TimeNanosecond",e[e.DenseUnion=-23]="DenseUnion",e[e.SparseUnion=-24]="SparseUnion",e[e.IntervalDayTime=-25]="IntervalDayTime",e[e.IntervalYearMonth=-26]="IntervalYearMonth",e[e.DurationSecond=-27]="DurationSecond",e[e.DurationMillisecond=-28]="DurationMillisecond",e[e.DurationMicrosecond=-29]="DurationMicrosecond",e[e.DurationNanosecond=-30]="DurationNanosecond"})(l||(l={}));var oe;(function(e){e[e.OFFSET=0]="OFFSET",e[e.DATA=1]="DATA",e[e.VALIDITY=2]="VALIDITY",e[e.TYPE=3]="TYPE"})(oe||(oe={}));var md={};tn(md,{clampRange:()=>Cs,createElementComparator:()=>Kr,wrapIndex:()=>xn});var Kl={};tn(Kl,{valueToString:()=>Ie});function Ie(e){if(e===null)return"null";if(e===void 0)return"undefined";switch(typeof e){case"number":return`${e}`;case"bigint":return`${e}`;case"string":return`"${e}"`}return typeof e[Symbol.toPrimitive]=="function"?e[Symbol.toPrimitive]("string"):ArrayBuffer.isView(e)?e instanceof BigInt64Array||e instanceof BigUint64Array?`[${[...e].map(t=>Ie(t))}]`:`[${e}]`:ArrayBuffer.isView(e)?`[${e}]`:JSON.stringify(e,(t,r)=>typeof r=="bigint"?`${r}`:r)}var td={};tn(td,{BN:()=>Ms,bigNumToBigInt:()=>ah,bigNumToNumber:()=>Zl,bigNumToString:()=>pi,isArrowBigNumSymbol:()=>oh});function P(e){if(typeof e=="bigint"&&(e<Number.MIN_SAFE_INTEGER||e>Number.MAX_SAFE_INTEGER))throw new TypeError(`${e} is not safe to convert to a number.`);return Number(e)}function Jl(e,t){return P(e/t)+P(e%t)/P(t)}var oh=Symbol.for("isArrowBigNum");function xe(e,...t){return t.length===0?Object.setPrototypeOf(L(this.TypedArray,e),this.constructor.prototype):Object.setPrototypeOf(new this.TypedArray(e,...t),this.constructor.prototype)}xe.prototype[oh]=!0;xe.prototype.toJSON=function(){return`"${pi(this)}"`};xe.prototype.valueOf=function(e){return Zl(this,e)};xe.prototype.toString=function(){return pi(this)};xe.prototype[Symbol.toPrimitive]=function(e="default"){switch(e){case"number":return Zl(this);case"string":return pi(this);case"default":return ah(this)}return pi(this)};function fi(...e){return xe.apply(this,e)}function hi(...e){return xe.apply(this,e)}function Ls(...e){return xe.apply(this,e)}Object.setPrototypeOf(fi.prototype,Object.create(Int32Array.prototype));Object.setPrototypeOf(hi.prototype,Object.create(Uint32Array.prototype));Object.setPrototypeOf(Ls.prototype,Object.create(Uint32Array.prototype));Object.assign(fi.prototype,xe.prototype,{constructor:fi,signed:!0,TypedArray:Int32Array,BigIntArray:BigInt64Array});Object.assign(hi.prototype,xe.prototype,{constructor:hi,signed:!1,TypedArray:Uint32Array,BigIntArray:BigUint64Array});Object.assign(Ls.prototype,xe.prototype,{constructor:Ls,signed:!0,TypedArray:Uint32Array,BigIntArray:BigUint64Array});var Ug=BigInt(4294967296)*BigInt(4294967296),Cg=Ug-BigInt(1);function Zl(e,t){let{buffer:r,byteOffset:n,byteLength:i,signed:s}=e,o=new BigUint64Array(r,n,i/8),a=s&&o.at(-1)&BigInt(1)<<BigInt(63),c=BigInt(0),u=0;if(a){for(let d of o)c|=(d^Cg)*(BigInt(1)<<BigInt(64*u++));c*=BigInt(-1),c-=BigInt(1)}else for(let d of o)c|=d*(BigInt(1)<<BigInt(64*u++));if(typeof t=="number"){let d=BigInt(Math.pow(10,t)),f=c/d,p=c%d;return P(f)+P(p)/P(d)}return P(c)}function pi(e){if(e.byteLength===8)return`${new e.BigIntArray(e.buffer,e.byteOffset,1)[0]}`;if(!e.signed)return Xl(e);let t=new Uint16Array(e.buffer,e.byteOffset,e.byteLength/2);if(new Int16Array([t.at(-1)])[0]>=0)return Xl(e);t=t.slice();let n=1;for(let s=0;s<t.length;s++){let o=t[s],a=~o+n;t[s]=a,n&=o===0?1:0}return`-${Xl(t)}`}function ah(e){return e.byteLength===8?new e.BigIntArray(e.buffer,e.byteOffset,1)[0]:pi(e)}function Xl(e){let t="",r=new Uint32Array(2),n=new Uint16Array(e.buffer,e.byteOffset,e.byteLength/2),i=new Uint32Array((n=new Uint16Array(n).reverse()).buffer),s=-1,o=n.length-1;do{for(r[0]=n[s=0];s<o;)n[s++]=r[1]=r[0]/10,r[0]=(r[0]-r[1]*10<<16)+n[s];n[s]=r[1]=r[0]/10,r[0]=r[0]-r[1]*10,t=`${r[0]}${t}`}while(i[0]||i[1]||i[2]||i[3]);return t??"0"}var Ms=class e{static new(t,r){switch(r){case!0:return new fi(t);case!1:return new hi(t)}switch(t.constructor){case Int8Array:case Int16Array:case Int32Array:case BigInt64Array:return new fi(t)}return t.byteLength===16?new Ls(t):new hi(t)}static signed(t){return new fi(t)}static unsigned(t){return new hi(t)}static decimal(t){return new Ls(t)}constructor(t,r){return e.new(t,r)}};var ch,uh,lh,dh,fh,hh,ph,mh,yh,gh,_h,bh,wh,Ih,xh,vh,Sh,Eh,Th,Ah,Oh,Bh,g=class e{static isNull(t){return t?.typeId===l.Null}static isInt(t){return t?.typeId===l.Int}static isFloat(t){return t?.typeId===l.Float}static isBinary(t){return t?.typeId===l.Binary}static isLargeBinary(t){return t?.typeId===l.LargeBinary}static isUtf8(t){return t?.typeId===l.Utf8}static isLargeUtf8(t){return t?.typeId===l.LargeUtf8}static isBool(t){return t?.typeId===l.Bool}static isDecimal(t){return t?.typeId===l.Decimal}static isDate(t){return t?.typeId===l.Date}static isTime(t){return t?.typeId===l.Time}static isTimestamp(t){return t?.typeId===l.Timestamp}static isInterval(t){return t?.typeId===l.Interval}static isDuration(t){return t?.typeId===l.Duration}static isList(t){return t?.typeId===l.List}static isStruct(t){return t?.typeId===l.Struct}static isUnion(t){return t?.typeId===l.Union}static isFixedSizeBinary(t){return t?.typeId===l.FixedSizeBinary}static isFixedSizeList(t){return t?.typeId===l.FixedSizeList}static isMap(t){return t?.typeId===l.Map}static isDictionary(t){return t?.typeId===l.Dictionary}static isDenseUnion(t){return e.isUnion(t)&&t.mode===H.Dense}static isSparseUnion(t){return e.isUnion(t)&&t.mode===H.Sparse}constructor(t){this.typeId=t}};ch=Symbol.toStringTag;g[ch]=(e=>(e.children=null,e.ArrayType=Array,e.OffsetArrayType=Int32Array,e[Symbol.toStringTag]="DataType"))(g.prototype);var Dt=class extends g{constructor(){super(l.Null)}toString(){return"Null"}};uh=Symbol.toStringTag;Dt[uh]=(e=>e[Symbol.toStringTag]="Null")(Dt.prototype);var mt=class extends g{constructor(t,r){super(l.Int),this.isSigned=t,this.bitWidth=r}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?BigInt64Array:BigUint64Array}throw new Error(`Unrecognized ${this[Symbol.toStringTag]} type`)}toString(){return`${this.isSigned?"I":"Ui"}nt${this.bitWidth}`}};lh=Symbol.toStringTag;mt[lh]=(e=>(e.isSigned=null,e.bitWidth=null,e[Symbol.toStringTag]="Int"))(mt.prototype);var xc=class extends mt{constructor(){super(!0,8)}get ArrayType(){return Int8Array}},vc=class extends mt{constructor(){super(!0,16)}get ArrayType(){return Int16Array}},Ve=class extends mt{constructor(){super(!0,32)}get ArrayType(){return Int32Array}},Sc=class extends mt{constructor(){super(!0,64)}get ArrayType(){return BigInt64Array}},Ec=class extends mt{constructor(){super(!1,8)}get ArrayType(){return Uint8Array}},Tc=class extends mt{constructor(){super(!1,16)}get ArrayType(){return Uint16Array}},Ac=class extends mt{constructor(){super(!1,32)}get ArrayType(){return Uint32Array}},Oc=class extends mt{constructor(){super(!1,64)}get ArrayType(){return BigUint64Array}};Object.defineProperty(xc.prototype,"ArrayType",{value:Int8Array});Object.defineProperty(vc.prototype,"ArrayType",{value:Int16Array});Object.defineProperty(Ve.prototype,"ArrayType",{value:Int32Array});Object.defineProperty(Sc.prototype,"ArrayType",{value:BigInt64Array});Object.defineProperty(Ec.prototype,"ArrayType",{value:Uint8Array});Object.defineProperty(Tc.prototype,"ArrayType",{value:Uint16Array});Object.defineProperty(Ac.prototype,"ArrayType",{value:Uint32Array});Object.defineProperty(Oc.prototype,"ArrayType",{value:BigUint64Array});var ae=class extends g{constructor(t){super(l.Float),this.precision=t}get ArrayType(){switch(this.precision){case Y.HALF:return Uint16Array;case Y.SINGLE:return Float32Array;case Y.DOUBLE:return Float64Array}throw new Error(`Unrecognized ${this[Symbol.toStringTag]} type`)}toString(){return`Float${this.precision<<5||16}`}};dh=Symbol.toStringTag;ae[dh]=(e=>(e.precision=null,e[Symbol.toStringTag]="Float"))(ae.prototype);var Bc=class extends ae{constructor(){super(Y.HALF)}},Nc=class extends ae{constructor(){super(Y.SINGLE)}},Dc=class extends ae{constructor(){super(Y.DOUBLE)}};Object.defineProperty(Bc.prototype,"ArrayType",{value:Uint16Array});Object.defineProperty(Nc.prototype,"ArrayType",{value:Float32Array});Object.defineProperty(Dc.prototype,"ArrayType",{value:Float64Array});var rr=class extends g{constructor(){super(l.Binary)}toString(){return"Binary"}};fh=Symbol.toStringTag;rr[fh]=(e=>(e.ArrayType=Uint8Array,e[Symbol.toStringTag]="Binary"))(rr.prototype);var nr=class extends g{constructor(){super(l.LargeBinary)}toString(){return"LargeBinary"}};hh=Symbol.toStringTag;nr[hh]=(e=>(e.ArrayType=Uint8Array,e.OffsetArrayType=BigInt64Array,e[Symbol.toStringTag]="LargeBinary"))(nr.prototype);var ir=class extends g{constructor(){super(l.Utf8)}toString(){return"Utf8"}};ph=Symbol.toStringTag;ir[ph]=(e=>(e.ArrayType=Uint8Array,e[Symbol.toStringTag]="Utf8"))(ir.prototype);var sr=class extends g{constructor(){super(l.LargeUtf8)}toString(){return"LargeUtf8"}};mh=Symbol.toStringTag;sr[mh]=(e=>(e.ArrayType=Uint8Array,e.OffsetArrayType=BigInt64Array,e[Symbol.toStringTag]="LargeUtf8"))(sr.prototype);var or=class extends g{constructor(){super(l.Bool)}toString(){return"Bool"}};yh=Symbol.toStringTag;or[yh]=(e=>(e.ArrayType=Uint8Array,e[Symbol.toStringTag]="Bool"))(or.prototype);var ar=class extends g{constructor(t,r,n=128){super(l.Decimal),this.scale=t,this.precision=r,this.bitWidth=n}toString(){return`Decimal[${this.precision}e${this.scale>0?"+":""}${this.scale}]`}};gh=Symbol.toStringTag;ar[gh]=(e=>(e.scale=null,e.precision=null,e.ArrayType=Uint32Array,e[Symbol.toStringTag]="Decimal"))(ar.prototype);var cr=class extends g{constructor(t){super(l.Date),this.unit=t}toString(){return`Date${(this.unit+1)*32}<${st[this.unit]}>`}get ArrayType(){return this.unit===st.DAY?Int32Array:BigInt64Array}};_h=Symbol.toStringTag;cr[_h]=(e=>(e.unit=null,e[Symbol.toStringTag]="Date"))(cr.prototype);var ur=class extends g{constructor(t,r){super(l.Time),this.unit=t,this.bitWidth=r}toString(){return`Time${this.bitWidth}<${_[this.unit]}>`}get ArrayType(){switch(this.bitWidth){case 32:return Int32Array;case 64:return BigInt64Array}throw new Error(`Unrecognized ${this[Symbol.toStringTag]} type`)}};bh=Symbol.toStringTag;ur[bh]=(e=>(e.unit=null,e.bitWidth=null,e[Symbol.toStringTag]="Time"))(ur.prototype);var lr=class extends g{constructor(t,r){super(l.Timestamp),this.unit=t,this.timezone=r}toString(){return`Timestamp<${_[this.unit]}${this.timezone?`, ${this.timezone}`:""}>`}};wh=Symbol.toStringTag;lr[wh]=(e=>(e.unit=null,e.timezone=null,e.ArrayType=BigInt64Array,e[Symbol.toStringTag]="Timestamp"))(lr.prototype);var dr=class extends g{constructor(t){super(l.Interval),this.unit=t}toString(){return`Interval<${ht[this.unit]}>`}};Ih=Symbol.toStringTag;dr[Ih]=(e=>(e.unit=null,e.ArrayType=Int32Array,e[Symbol.toStringTag]="Interval"))(dr.prototype);var fr=class extends g{constructor(t){super(l.Duration),this.unit=t}toString(){return`Duration<${_[this.unit]}>`}};xh=Symbol.toStringTag;fr[xh]=(e=>(e.unit=null,e.ArrayType=BigInt64Array,e[Symbol.toStringTag]="Duration"))(fr.prototype);var ve=class extends g{constructor(t){super(l.List),this.children=[t]}toString(){return`List<${this.valueType}>`}get valueType(){return this.children[0].type}get valueField(){return this.children[0]}get ArrayType(){return this.valueType.ArrayType}};vh=Symbol.toStringTag;ve[vh]=(e=>(e.children=null,e[Symbol.toStringTag]="List"))(ve.prototype);var J=class extends g{constructor(t){super(l.Struct),this.children=t}toString(){return`Struct<{${this.children.map(t=>`${t.name}:${t.type}`).join(", ")}}>`}};Sh=Symbol.toStringTag;J[Sh]=(e=>(e.children=null,e[Symbol.toStringTag]="Struct"))(J.prototype);var Se=class extends g{constructor(t,r,n){super(l.Union),this.mode=t,this.children=n,this.typeIds=r=Int32Array.from(r),this.typeIdToChildIndex=r.reduce((i,s,o)=>(i[s]=o)&&i||i,Object.create(null))}toString(){return`${this[Symbol.toStringTag]}<${this.children.map(t=>`${t.type}`).join(" | ")}>`}};Eh=Symbol.toStringTag;Se[Eh]=(e=>(e.mode=null,e.typeIds=null,e.children=null,e.typeIdToChildIndex=null,e.ArrayType=Int8Array,e[Symbol.toStringTag]="Union"))(Se.prototype);var hr=class extends g{constructor(t){super(l.FixedSizeBinary),this.byteWidth=t}toString(){return`FixedSizeBinary[${this.byteWidth}]`}};Th=Symbol.toStringTag;hr[Th]=(e=>(e.byteWidth=null,e.ArrayType=Uint8Array,e[Symbol.toStringTag]="FixedSizeBinary"))(hr.prototype);var Ee=class extends g{constructor(t,r){super(l.FixedSizeList),this.listSize=t,this.children=[r]}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}>`}};Ah=Symbol.toStringTag;Ee[Ah]=(e=>(e.children=null,e.listSize=null,e[Symbol.toStringTag]="FixedSizeList"))(Ee.prototype);var Te=class extends g{constructor(t,r=!1){var n,i,s;if(super(l.Map),this.children=[t],this.keysSorted=r,t&&(t.name="entries",!((n=t?.type)===null||n===void 0)&&n.children)){let o=(i=t?.type)===null||i===void 0?void 0:i.children[0];o&&(o.name="key");let a=(s=t?.type)===null||s===void 0?void 0:s.children[1];a&&(a.name="value")}}get keyType(){return this.children[0].type.children[0].type}get valueType(){return this.children[0].type.children[1].type}get childType(){return this.children[0].type}toString(){return`Map<{${this.children[0].type.children.map(t=>`${t.name}:${t.type}`).join(", ")}}>`}};Oh=Symbol.toStringTag;Te[Oh]=(e=>(e.children=null,e.keysSorted=null,e[Symbol.toStringTag]="Map_"))(Te.prototype);var kg=(e=>()=>++e)(-1),Kt=class extends g{constructor(t,r,n,i){super(l.Dictionary),this.indices=r,this.dictionary=t,this.isOrdered=i||!1,this.id=n==null?kg():P(n)}get children(){return this.dictionary.children}get valueType(){return this.dictionary}get ArrayType(){return this.dictionary.ArrayType}toString(){return`Dictionary<${this.indices}, ${this.dictionary}>`}};Bh=Symbol.toStringTag;Kt[Bh]=(e=>(e.id=null,e.indices=null,e.isOrdered=null,e.dictionary=null,e[Symbol.toStringTag]="Dictionary"))(Kt.prototype);function Jt(e){let t=e;switch(e.typeId){case l.Decimal:return e.bitWidth/32;case l.Interval:return 1+t.unit;case l.FixedSizeList:return t.listSize;case l.FixedSizeBinary:return t.byteWidth;default:return 1}}var I=class{visitMany(t,...r){return t.map((n,i)=>this.visit(n,...r.map(s=>s[i])))}visit(...t){return this.getVisitFn(t[0],!1).apply(this,t)}getVisitFn(t,r=!0){return Pg(this,t,r)}getVisitFnByTypeId(t,r=!0){return mi(this,t,r)}visitNull(t,...r){return null}visitBool(t,...r){return null}visitInt(t,...r){return null}visitFloat(t,...r){return null}visitUtf8(t,...r){return null}visitLargeUtf8(t,...r){return null}visitBinary(t,...r){return null}visitLargeBinary(t,...r){return null}visitFixedSizeBinary(t,...r){return null}visitDate(t,...r){return null}visitTimestamp(t,...r){return null}visitTime(t,...r){return null}visitDecimal(t,...r){return null}visitList(t,...r){return null}visitStruct(t,...r){return null}visitUnion(t,...r){return null}visitDictionary(t,...r){return null}visitInterval(t,...r){return null}visitDuration(t,...r){return null}visitFixedSizeList(t,...r){return null}visitMap(t,...r){return null}};function Pg(e,t,r=!0){return typeof t=="number"?mi(e,t,r):typeof t=="string"&&t in l?mi(e,l[t],r):t&&t instanceof g?mi(e,Nh(t),r):t?.type&&t.type instanceof g?mi(e,Nh(t.type),r):mi(e,l.NONE,r)}function mi(e,t,r=!0){let n=null;switch(t){case l.Null:n=e.visitNull;break;case l.Bool:n=e.visitBool;break;case l.Int:n=e.visitInt;break;case l.Int8:n=e.visitInt8||e.visitInt;break;case l.Int16:n=e.visitInt16||e.visitInt;break;case l.Int32:n=e.visitInt32||e.visitInt;break;case l.Int64:n=e.visitInt64||e.visitInt;break;case l.Uint8:n=e.visitUint8||e.visitInt;break;case l.Uint16:n=e.visitUint16||e.visitInt;break;case l.Uint32:n=e.visitUint32||e.visitInt;break;case l.Uint64:n=e.visitUint64||e.visitInt;break;case l.Float:n=e.visitFloat;break;case l.Float16:n=e.visitFloat16||e.visitFloat;break;case l.Float32:n=e.visitFloat32||e.visitFloat;break;case l.Float64:n=e.visitFloat64||e.visitFloat;break;case l.Utf8:n=e.visitUtf8;break;case l.LargeUtf8:n=e.visitLargeUtf8;break;case l.Binary:n=e.visitBinary;break;case l.LargeBinary:n=e.visitLargeBinary;break;case l.FixedSizeBinary:n=e.visitFixedSizeBinary;break;case l.Date:n=e.visitDate;break;case l.DateDay:n=e.visitDateDay||e.visitDate;break;case l.DateMillisecond:n=e.visitDateMillisecond||e.visitDate;break;case l.Timestamp:n=e.visitTimestamp;break;case l.TimestampSecond:n=e.visitTimestampSecond||e.visitTimestamp;break;case l.TimestampMillisecond:n=e.visitTimestampMillisecond||e.visitTimestamp;break;case l.TimestampMicrosecond:n=e.visitTimestampMicrosecond||e.visitTimestamp;break;case l.TimestampNanosecond:n=e.visitTimestampNanosecond||e.visitTimestamp;break;case l.Time:n=e.visitTime;break;case l.TimeSecond:n=e.visitTimeSecond||e.visitTime;break;case l.TimeMillisecond:n=e.visitTimeMillisecond||e.visitTime;break;case l.TimeMicrosecond:n=e.visitTimeMicrosecond||e.visitTime;break;case l.TimeNanosecond:n=e.visitTimeNanosecond||e.visitTime;break;case l.Decimal:n=e.visitDecimal;break;case l.List:n=e.visitList;break;case l.Struct:n=e.visitStruct;break;case l.Union:n=e.visitUnion;break;case l.DenseUnion:n=e.visitDenseUnion||e.visitUnion;break;case l.SparseUnion:n=e.visitSparseUnion||e.visitUnion;break;case l.Dictionary:n=e.visitDictionary;break;case l.Interval:n=e.visitInterval;break;case l.IntervalDayTime:n=e.visitIntervalDayTime||e.visitInterval;break;case l.IntervalYearMonth:n=e.visitIntervalYearMonth||e.visitInterval;break;case l.Duration:n=e.visitDuration;break;case l.DurationSecond:n=e.visitDurationSecond||e.visitDuration;break;case l.DurationMillisecond:n=e.visitDurationMillisecond||e.visitDuration;break;case l.DurationMicrosecond:n=e.visitDurationMicrosecond||e.visitDuration;break;case l.DurationNanosecond:n=e.visitDurationNanosecond||e.visitDuration;break;case l.FixedSizeList:n=e.visitFixedSizeList;break;case l.Map:n=e.visitMap;break}if(typeof n=="function")return n;if(!r)return()=>null;throw new Error(`Unrecognized type '${l[t]}'`)}function Nh(e){switch(e.typeId){case l.Null:return l.Null;case l.Int:{let{bitWidth:t,isSigned:r}=e;switch(t){case 8:return r?l.Int8:l.Uint8;case 16:return r?l.Int16:l.Uint16;case 32:return r?l.Int32:l.Uint32;case 64:return r?l.Int64:l.Uint64}return l.Int}case l.Float:switch(e.precision){case Y.HALF:return l.Float16;case Y.SINGLE:return l.Float32;case Y.DOUBLE:return l.Float64}return l.Float;case l.Binary:return l.Binary;case l.LargeBinary:return l.LargeBinary;case l.Utf8:return l.Utf8;case l.LargeUtf8:return l.LargeUtf8;case l.Bool:return l.Bool;case l.Decimal:return l.Decimal;case l.Time:switch(e.unit){case _.SECOND:return l.TimeSecond;case _.MILLISECOND:return l.TimeMillisecond;case _.MICROSECOND:return l.TimeMicrosecond;case _.NANOSECOND:return l.TimeNanosecond}return l.Time;case l.Timestamp:switch(e.unit){case _.SECOND:return l.TimestampSecond;case _.MILLISECOND:return l.TimestampMillisecond;case _.MICROSECOND:return l.TimestampMicrosecond;case _.NANOSECOND:return l.TimestampNanosecond}return l.Timestamp;case l.Date:switch(e.unit){case st.DAY:return l.DateDay;case st.MILLISECOND:return l.DateMillisecond}return l.Date;case l.Interval:switch(e.unit){case ht.DAY_TIME:return l.IntervalDayTime;case ht.YEAR_MONTH:return l.IntervalYearMonth}return l.Interval;case l.Duration:switch(e.unit){case _.SECOND:return l.DurationSecond;case _.MILLISECOND:return l.DurationMillisecond;case _.MICROSECOND:return l.DurationMicrosecond;case _.NANOSECOND:return l.DurationNanosecond}return l.Duration;case l.Map:return l.Map;case l.List:return l.List;case l.Struct:return l.Struct;case l.Union:switch(e.mode){case H.Dense:return l.DenseUnion;case H.Sparse:return l.SparseUnion}return l.Union;case l.FixedSizeBinary:return l.FixedSizeBinary;case l.FixedSizeList:return l.FixedSizeList;case l.Dictionary:return l.Dictionary}throw new Error(`Unrecognized type '${l[e.typeId]}'`)}I.prototype.visitInt8=null;I.prototype.visitInt16=null;I.prototype.visitInt32=null;I.prototype.visitInt64=null;I.prototype.visitUint8=null;I.prototype.visitUint16=null;I.prototype.visitUint32=null;I.prototype.visitUint64=null;I.prototype.visitFloat16=null;I.prototype.visitFloat32=null;I.prototype.visitFloat64=null;I.prototype.visitDateDay=null;I.prototype.visitDateMillisecond=null;I.prototype.visitTimestampSecond=null;I.prototype.visitTimestampMillisecond=null;I.prototype.visitTimestampMicrosecond=null;I.prototype.visitTimestampNanosecond=null;I.prototype.visitTimeSecond=null;I.prototype.visitTimeMillisecond=null;I.prototype.visitTimeMicrosecond=null;I.prototype.visitTimeNanosecond=null;I.prototype.visitDenseUnion=null;I.prototype.visitSparseUnion=null;I.prototype.visitIntervalDayTime=null;I.prototype.visitIntervalYearMonth=null;I.prototype.visitDuration=null;I.prototype.visitDurationSecond=null;I.prototype.visitDurationMillisecond=null;I.prototype.visitDurationMicrosecond=null;I.prototype.visitDurationNanosecond=null;var ed={};tn(ed,{float64ToUint16:()=>Us,uint16ToFloat64:()=>Fc});var Dh=new Float64Array(1),yi=new Uint32Array(Dh.buffer);function Fc(e){let t=(e&31744)>>10,r=(e&1023)/1024,n=Math.pow(-1,(e&32768)>>15);switch(t){case 31:return n*(r?Number.NaN:1/0);case 0:return n*(r?6103515625e-14*r:0)}return n*Math.pow(2,t-15)*(1+r)}function Us(e){if(e!==e)return 32256;Dh[0]=e;let t=(yi[1]&2147483648)>>16&65535,r=yi[1]&2146435072,n=0;return r>=1089470464?yi[0]>0?r=31744:(r=(r&2080374784)>>16,n=(yi[1]&1048575)>>10):r<=1056964608?(n=1048576+(yi[1]&1048575),n=1048576+(n<<(r>>20)-998)>>21,r=0):(r=r-1056964608>>10,n=(yi[1]&1048575)+512>>10),t|r|n&65535}var T=class extends I{};function N(e){return(t,r,n)=>{if(t.setValid(r,n!=null))return e(t,r,n)}}var Vg=(e,t,r)=>{e[t]=Math.floor(r/864e5)},Fh=(e,t,r,n)=>{if(r+1<t.length){let i=P(t[r]),s=P(t[r+1]);e.set(n.subarray(0,s-i),i)}},jg=({offset:e,values:t},r,n)=>{let i=e+r;n?t[i>>3]|=1<<i%8:t[i>>3]&=~(1<<i%8)},pr=({values:e},t,r)=>{e[t]=r},rd=({values:e},t,r)=>{e[t]=r},Rh=({values:e},t,r)=>{e[t]=Us(r)},zg=(e,t,r)=>{switch(e.type.precision){case Y.HALF:return Rh(e,t,r);case Y.SINGLE:case Y.DOUBLE:return rd(e,t,r)}},Rc=({values:e},t,r)=>{Vg(e,t,r.valueOf())},Lc=({values:e},t,r)=>{e[t]=BigInt(r)},nd=({stride:e,values:t},r,n)=>{t.set(n.subarray(0,e),e*r)},Lh=({values:e,valueOffsets:t},r,n)=>Fh(e,t,r,n),Mh=({values:e,valueOffsets:t},r,n)=>Fh(e,t,r,Me(n)),id=(e,t,r)=>{e.type.unit===st.DAY?Rc(e,t,r):Lc(e,t,r)},Mc=({values:e},t,r)=>{e[t]=BigInt(r/1e3)},Uc=({values:e},t,r)=>{e[t]=BigInt(r)},Cc=({values:e},t,r)=>{e[t]=BigInt(r*1e3)},kc=({values:e},t,r)=>{e[t]=BigInt(r*1e6)},sd=(e,t,r)=>{switch(e.type.unit){case _.SECOND:return Mc(e,t,r);case _.MILLISECOND:return Uc(e,t,r);case _.MICROSECOND:return Cc(e,t,r);case _.NANOSECOND:return kc(e,t,r)}},Pc=({values:e},t,r)=>{e[t]=r},Vc=({values:e},t,r)=>{e[t]=r},jc=({values:e},t,r)=>{e[t]=r},zc=({values:e},t,r)=>{e[t]=r},od=(e,t,r)=>{switch(e.type.unit){case _.SECOND:return Pc(e,t,r);case _.MILLISECOND:return Vc(e,t,r);case _.MICROSECOND:return jc(e,t,r);case _.NANOSECOND:return zc(e,t,r)}},ad=({values:e,stride:t},r,n)=>{e.set(n.subarray(0,t),t*r)},qg=(e,t,r)=>{let n=e.children[0],i=e.valueOffsets,s=wt.getVisitFn(n);if(Array.isArray(r))for(let o=-1,a=i[t],c=i[t+1];a<c;)s(n,a++,r[++o]);else for(let o=-1,a=i[t],c=i[t+1];a<c;)s(n,a++,r.get(++o))},$g=(e,t,r)=>{let n=e.children[0],{valueOffsets:i}=e,s=wt.getVisitFn(n),{[t]:o,[t+1]:a}=i,c=r instanceof Map?r.entries():Object.entries(r);for(let u of c)if(s(n,o,u),++o>=a)break},Wg=(e,t)=>(r,n,i,s)=>n&&r(n,e,t[s]),Yg=(e,t)=>(r,n,i,s)=>n&&r(n,e,t.get(s)),Gg=(e,t)=>(r,n,i,s)=>n&&r(n,e,t.get(i.name)),Hg=(e,t)=>(r,n,i,s)=>n&&r(n,e,t[i.name]),Qg=(e,t,r)=>{let n=e.type.children.map(s=>wt.getVisitFn(s.type)),i=r instanceof Map?Gg(t,r):r instanceof k?Yg(t,r):Array.isArray(r)?Wg(t,r):Hg(t,r);e.type.children.forEach((s,o)=>i(n[o],e.children[o],s,o))},Kg=(e,t,r)=>{e.type.mode===H.Dense?Uh(e,t,r):Ch(e,t,r)},Uh=(e,t,r)=>{let n=e.type.typeIdToChildIndex[e.typeIds[t]],i=e.children[n];wt.visit(i,e.valueOffsets[t],r)},Ch=(e,t,r)=>{let n=e.type.typeIdToChildIndex[e.typeIds[t]],i=e.children[n];wt.visit(i,t,r)},Jg=(e,t,r)=>{var n;(n=e.dictionary)===null||n===void 0||n.set(e.values[t],r)},cd=(e,t,r)=>{e.type.unit===ht.DAY_TIME?qc(e,t,r):$c(e,t,r)},qc=({values:e},t,r)=>{e.set(r.subarray(0,2),2*t)},$c=({values:e},t,r)=>{e[t]=r[0]*12+r[1]%12},Wc=({values:e},t,r)=>{e[t]=r},Yc=({values:e},t,r)=>{e[t]=r},Gc=({values:e},t,r)=>{e[t]=r},Hc=({values:e},t,r)=>{e[t]=r},ud=(e,t,r)=>{switch(e.type.unit){case _.SECOND:return Wc(e,t,r);case _.MILLISECOND:return Yc(e,t,r);case _.MICROSECOND:return Gc(e,t,r);case _.NANOSECOND:return Hc(e,t,r)}},Xg=(e,t,r)=>{let{stride:n}=e,i=e.children[0],s=wt.getVisitFn(i);if(Array.isArray(r))for(let o=-1,a=t*n;++o<n;)s(i,a+o,r[o]);else for(let o=-1,a=t*n;++o<n;)s(i,a+o,r.get(o))};T.prototype.visitBool=N(jg);T.prototype.visitInt=N(pr);T.prototype.visitInt8=N(pr);T.prototype.visitInt16=N(pr);T.prototype.visitInt32=N(pr);T.prototype.visitInt64=N(pr);T.prototype.visitUint8=N(pr);T.prototype.visitUint16=N(pr);T.prototype.visitUint32=N(pr);T.prototype.visitUint64=N(pr);T.prototype.visitFloat=N(zg);T.prototype.visitFloat16=N(Rh);T.prototype.visitFloat32=N(rd);T.prototype.visitFloat64=N(rd);T.prototype.visitUtf8=N(Mh);T.prototype.visitLargeUtf8=N(Mh);T.prototype.visitBinary=N(Lh);T.prototype.visitLargeBinary=N(Lh);T.prototype.visitFixedSizeBinary=N(nd);T.prototype.visitDate=N(id);T.prototype.visitDateDay=N(Rc);T.prototype.visitDateMillisecond=N(Lc);T.prototype.visitTimestamp=N(sd);T.prototype.visitTimestampSecond=N(Mc);T.prototype.visitTimestampMillisecond=N(Uc);T.prototype.visitTimestampMicrosecond=N(Cc);T.prototype.visitTimestampNanosecond=N(kc);T.prototype.visitTime=N(od);T.prototype.visitTimeSecond=N(Pc);T.prototype.visitTimeMillisecond=N(Vc);T.prototype.visitTimeMicrosecond=N(jc);T.prototype.visitTimeNanosecond=N(zc);T.prototype.visitDecimal=N(ad);T.prototype.visitList=N(qg);T.prototype.visitStruct=N(Qg);T.prototype.visitUnion=N(Kg);T.prototype.visitDenseUnion=N(Uh);T.prototype.visitSparseUnion=N(Ch);T.prototype.visitDictionary=N(Jg);T.prototype.visitInterval=N(cd);T.prototype.visitIntervalDayTime=N(qc);T.prototype.visitIntervalYearMonth=N($c);T.prototype.visitDuration=N(ud);T.prototype.visitDurationSecond=N(Wc);T.prototype.visitDurationMillisecond=N(Yc);T.prototype.visitDurationMicrosecond=N(Gc);T.prototype.visitDurationNanosecond=N(Hc);T.prototype.visitFixedSizeList=N(Xg);T.prototype.visitMap=N($g);var wt=new T;var Ae=Symbol.for("parent"),gi=Symbol.for("rowIndex"),Gr=class{constructor(t,r){return this[Ae]=t,this[gi]=r,new Proxy(this,new dd)}toArray(){return Object.values(this.toJSON())}toJSON(){let t=this[gi],r=this[Ae],n=r.type.children,i={};for(let s=-1,o=n.length;++s<o;)i[n[s].name]=lt.visit(r.children[s],t);return i}toString(){return`{${[...this].map(([t,r])=>`${Ie(t)}: ${Ie(r)}`).join(", ")}}`}[Symbol.for("nodejs.util.inspect.custom")](){return this.toString()}[Symbol.iterator](){return new ld(this[Ae],this[gi])}},ld=class{constructor(t,r){this.childIndex=0,this.children=t.children,this.rowIndex=r,this.childFields=t.type.children,this.numChildren=this.childFields.length}[Symbol.iterator](){return this}next(){let t=this.childIndex;return t<this.numChildren?(this.childIndex=t+1,{done:!1,value:[this.childFields[t].name,lt.visit(this.children[t],this.rowIndex)]}):{done:!0,value:null}}};Object.defineProperties(Gr.prototype,{[Symbol.toStringTag]:{enumerable:!1,configurable:!1,value:"Row"},[Ae]:{writable:!0,enumerable:!1,configurable:!1,value:null},[gi]:{writable:!0,enumerable:!1,configurable:!1,value:-1}});var dd=class{isExtensible(){return!1}deleteProperty(){return!1}preventExtensions(){return!0}ownKeys(t){return t[Ae].type.children.map(r=>r.name)}has(t,r){return t[Ae].type.children.findIndex(n=>n.name===r)!==-1}getOwnPropertyDescriptor(t,r){if(t[Ae].type.children.findIndex(n=>n.name===r)!==-1)return{writable:!0,enumerable:!0,configurable:!0}}get(t,r){if(Reflect.has(t,r))return t[r];let n=t[Ae].type.children.findIndex(i=>i.name===r);if(n!==-1){let i=lt.visit(t[Ae].children[n],t[gi]);return Reflect.set(t,r,i),i}}set(t,r,n){let i=t[Ae].type.children.findIndex(s=>s.name===r);return i!==-1?(wt.visit(t[Ae].children[i],t[gi],n),Reflect.set(t,r,n)):Reflect.has(t,r)||typeof r=="symbol"?Reflect.set(t,r,n):!1}};var x=class extends I{};function O(e){return(t,r)=>t.getValid(r)?e(t,r):null}var Zg=(e,t)=>864e5*e[t],t_=(e,t)=>null,kh=(e,t,r)=>{if(r+1>=t.length)return null;let n=P(t[r]),i=P(t[r+1]);return e.subarray(n,i)},e_=({offset:e,values:t},r)=>{let n=e+r;return(t[n>>3]&1<<n%8)!==0},Ph=({values:e},t)=>Zg(e,t),Vh=({values:e},t)=>P(e[t]),Hr=({stride:e,values:t},r)=>t[e*r],r_=({stride:e,values:t},r)=>Fc(t[e*r]),jh=({values:e},t)=>e[t],n_=({stride:e,values:t},r)=>t.subarray(e*r,e*(r+1)),zh=({values:e,valueOffsets:t},r)=>kh(e,t,r),qh=({values:e,valueOffsets:t},r)=>{let n=kh(e,t,r);return n!==null?bs(n):null},i_=({values:e},t)=>e[t],s_=({type:e,values:t},r)=>e.precision!==Y.HALF?t[r]:Fc(t[r]),o_=(e,t)=>e.type.unit===st.DAY?Ph(e,t):Vh(e,t),$h=({values:e},t)=>1e3*P(e[t]),Wh=({values:e},t)=>P(e[t]),Yh=({values:e},t)=>Jl(e[t],BigInt(1e3)),Gh=({values:e},t)=>Jl(e[t],BigInt(1e6)),a_=(e,t)=>{switch(e.type.unit){case _.SECOND:return $h(e,t);case _.MILLISECOND:return Wh(e,t);case _.MICROSECOND:return Yh(e,t);case _.NANOSECOND:return Gh(e,t)}},Hh=({values:e},t)=>e[t],Qh=({values:e},t)=>e[t],Kh=({values:e},t)=>e[t],Jh=({values:e},t)=>e[t],c_=(e,t)=>{switch(e.type.unit){case _.SECOND:return Hh(e,t);case _.MILLISECOND:return Qh(e,t);case _.MICROSECOND:return Kh(e,t);case _.NANOSECOND:return Jh(e,t)}},u_=({values:e,stride:t},r)=>Ms.decimal(e.subarray(t*r,t*(r+1))),l_=(e,t)=>{let{valueOffsets:r,stride:n,children:i}=e,{[t*n]:s,[t*n+1]:o}=r,c=i[0].slice(s,o-s);return new k([c])},d_=(e,t)=>{let{valueOffsets:r,children:n}=e,{[t]:i,[t+1]:s}=r,o=n[0];return new je(o.slice(i,s-i))},f_=(e,t)=>new Gr(e,t),h_=(e,t)=>e.type.mode===H.Dense?Xh(e,t):Zh(e,t),Xh=(e,t)=>{let r=e.type.typeIdToChildIndex[e.typeIds[t]],n=e.children[r];return lt.visit(n,e.valueOffsets[t])},Zh=(e,t)=>{let r=e.type.typeIdToChildIndex[e.typeIds[t]],n=e.children[r];return lt.visit(n,t)},p_=(e,t)=>{var r;return(r=e.dictionary)===null||r===void 0?void 0:r.get(e.values[t])},m_=(e,t)=>e.type.unit===ht.DAY_TIME?tp(e,t):ep(e,t),tp=({values:e},t)=>e.subarray(2*t,2*(t+1)),ep=({values:e},t)=>{let r=e[t],n=new Int32Array(2);return n[0]=Math.trunc(r/12),n[1]=Math.trunc(r%12),n},rp=({values:e},t)=>e[t],np=({values:e},t)=>e[t],ip=({values:e},t)=>e[t],sp=({values:e},t)=>e[t],y_=(e,t)=>{switch(e.type.unit){case _.SECOND:return rp(e,t);case _.MILLISECOND:return np(e,t);case _.MICROSECOND:return ip(e,t);case _.NANOSECOND:return sp(e,t)}},g_=(e,t)=>{let{stride:r,children:n}=e,s=n[0].slice(t*r,r);return new k([s])};x.prototype.visitNull=O(t_);x.prototype.visitBool=O(e_);x.prototype.visitInt=O(i_);x.prototype.visitInt8=O(Hr);x.prototype.visitInt16=O(Hr);x.prototype.visitInt32=O(Hr);x.prototype.visitInt64=O(jh);x.prototype.visitUint8=O(Hr);x.prototype.visitUint16=O(Hr);x.prototype.visitUint32=O(Hr);x.prototype.visitUint64=O(jh);x.prototype.visitFloat=O(s_);x.prototype.visitFloat16=O(r_);x.prototype.visitFloat32=O(Hr);x.prototype.visitFloat64=O(Hr);x.prototype.visitUtf8=O(qh);x.prototype.visitLargeUtf8=O(qh);x.prototype.visitBinary=O(zh);x.prototype.visitLargeBinary=O(zh);x.prototype.visitFixedSizeBinary=O(n_);x.prototype.visitDate=O(o_);x.prototype.visitDateDay=O(Ph);x.prototype.visitDateMillisecond=O(Vh);x.prototype.visitTimestamp=O(a_);x.prototype.visitTimestampSecond=O($h);x.prototype.visitTimestampMillisecond=O(Wh);x.prototype.visitTimestampMicrosecond=O(Yh);x.prototype.visitTimestampNanosecond=O(Gh);x.prototype.visitTime=O(c_);x.prototype.visitTimeSecond=O(Hh);x.prototype.visitTimeMillisecond=O(Qh);x.prototype.visitTimeMicrosecond=O(Kh);x.prototype.visitTimeNanosecond=O(Jh);x.prototype.visitDecimal=O(u_);x.prototype.visitList=O(l_);x.prototype.visitStruct=O(f_);x.prototype.visitUnion=O(h_);x.prototype.visitDenseUnion=O(Xh);x.prototype.visitSparseUnion=O(Zh);x.prototype.visitDictionary=O(p_);x.prototype.visitInterval=O(m_);x.prototype.visitIntervalDayTime=O(tp);x.prototype.visitIntervalYearMonth=O(ep);x.prototype.visitDuration=O(y_);x.prototype.visitDurationSecond=O(rp);x.prototype.visitDurationMillisecond=O(np);x.prototype.visitDurationMicrosecond=O(ip);x.prototype.visitDurationNanosecond=O(sp);x.prototype.visitFixedSizeList=O(g_);x.prototype.visitMap=O(d_);var lt=new x;var Qr=Symbol.for("keys"),bi=Symbol.for("vals"),_i=Symbol.for("kKeysAsStrings"),fd=Symbol.for("_kKeysAsStrings"),je=class{constructor(t){return this[Qr]=new k([t.children[0]]).memoize(),this[bi]=t.children[1],new Proxy(this,new pd)}get[_i](){return this[fd]||(this[fd]=Array.from(this[Qr].toArray(),String))}[Symbol.iterator](){return new hd(this[Qr],this[bi])}get size(){return this[Qr].length}toArray(){return Object.values(this.toJSON())}toJSON(){let t=this[Qr],r=this[bi],n={};for(let i=-1,s=t.length;++i<s;)n[t.get(i)]=lt.visit(r,i);return n}toString(){return`{${[...this].map(([t,r])=>`${Ie(t)}: ${Ie(r)}`).join(", ")}}`}[Symbol.for("nodejs.util.inspect.custom")](){return this.toString()}},hd=class{constructor(t,r){this.keys=t,this.vals=r,this.keyIndex=0,this.numKeys=t.length}[Symbol.iterator](){return this}next(){let t=this.keyIndex;return t===this.numKeys?{done:!0,value:null}:(this.keyIndex++,{done:!1,value:[this.keys.get(t),lt.visit(this.vals,t)]})}},pd=class{isExtensible(){return!1}deleteProperty(){return!1}preventExtensions(){return!0}ownKeys(t){return t[_i]}has(t,r){return t[_i].includes(r)}getOwnPropertyDescriptor(t,r){if(t[_i].indexOf(r)!==-1)return{writable:!0,enumerable:!0,configurable:!0}}get(t,r){if(Reflect.has(t,r))return t[r];let n=t[_i].indexOf(r);if(n!==-1){let i=lt.visit(Reflect.get(t,bi),n);return Reflect.set(t,r,i),i}}set(t,r,n){let i=t[_i].indexOf(r);return i!==-1?(wt.visit(Reflect.get(t,bi),i,n),Reflect.set(t,r,n)):Reflect.has(t,r)?Reflect.set(t,r,n):!1}};Object.defineProperties(je.prototype,{[Symbol.toStringTag]:{enumerable:!1,configurable:!1,value:"Row"},[Qr]:{writable:!0,enumerable:!1,configurable:!1,value:null},[bi]:{writable:!0,enumerable:!1,configurable:!1,value:null},[fd]:{writable:!0,enumerable:!1,configurable:!1,value:null}});var op;function Cs(e,t,r,n){let{length:i=0}=e,s=typeof t!="number"?0:t,o=typeof r!="number"?i:r;return s<0&&(s=(s%i+i)%i),o<0&&(o=(o%i+i)%i),o<s&&(op=s,s=o,o=op),o>i&&(o=i),n?n(e,s,o):[s,o]}var xn=(e,t)=>e<0?t+e:e,ap=e=>e!==e;function Kr(e){if(typeof e!=="object"||e===null)return ap(e)?ap:r=>r===e;if(e instanceof Date){let r=e.valueOf();return n=>n instanceof Date?n.valueOf()===r:!1}return ArrayBuffer.isView(e)?r=>r?Yl(e,r):!1:e instanceof Map?b_(e):Array.isArray(e)?__(e):e instanceof k?w_(e):I_(e,!0)}function __(e){let t=[];for(let r=-1,n=e.length;++r<n;)t[r]=Kr(e[r]);return Qc(t)}function b_(e){let t=-1,r=[];for(let n of e.values())r[++t]=Kr(n);return Qc(r)}function w_(e){let t=[];for(let r=-1,n=e.length;++r<n;)t[r]=Kr(e.get(r));return Qc(t)}function I_(e,t=!1){let r=Object.keys(e);if(!t&&r.length===0)return()=>!1;let n=[];for(let i=-1,s=r.length;++i<s;)n[i]=Kr(e[r[i]]);return Qc(n,r)}function Qc(e,t){return r=>{if(!r||typeof r!="object")return!1;switch(r.constructor){case Array:return x_(e,r);case Map:return cp(e,r,r.keys());case je:case Gr:case Object:case void 0:return cp(e,r,t||Object.keys(r))}return r instanceof k?v_(e,r):!1}}function x_(e,t){let r=e.length;if(t.length!==r)return!1;for(let n=-1;++n<r;)if(!e[n](t[n]))return!1;return!0}function v_(e,t){let r=e.length;if(t.length!==r)return!1;for(let n=-1;++n<r;)if(!e[n](t.get(n)))return!1;return!0}function cp(e,t,r){let n=r[Symbol.iterator](),i=t instanceof Map?t.keys():Object.keys(t)[Symbol.iterator](),s=t instanceof Map?t.values():Object.values(t)[Symbol.iterator](),o=0,a=e.length,c=s.next(),u=n.next(),d=i.next();for(;o<a&&!u.done&&!d.done&&!c.done&&!(u.value!==d.value||!e[o](c.value));++o,u=n.next(),d=i.next(),c=s.next());return o===a&&u.done&&d.done&&c.done?!0:(n.return&&n.return(),i.return&&i.return(),s.return&&s.return(),!1)}var yd={};tn(yd,{BitIterator:()=>vn,getBit:()=>up,getBool:()=>Jc,packBools:()=>En,popcnt_array:()=>lp,popcnt_bit_range:()=>ks,popcnt_uint32:()=>Kc,setBool:()=>S_,truncateBitmap:()=>Sn});function Jc(e,t,r,n){return(r&1<<n)!==0}function up(e,t,r,n){return(r&1<<n)>>n}function S_(e,t,r){return r?!!(e[t>>3]|=1<<t%8)||!0:!(e[t>>3]&=~(1<<t%8))&&!1}function Sn(e,t,r){let n=r.byteLength+7&-8;if(e>0||r.byteLength<n){let i=new Uint8Array(n);return i.set(e%8===0?r.subarray(e>>3):En(new vn(r,e,t,null,Jc)).subarray(0,n)),i}return r}function En(e){let t=[],r=0,n=0,i=0;for(let o of e)o&&(i|=1<<n),++n===8&&(t[r++]=i,i=n=0);(r===0||n>0)&&(t[r++]=i);let s=new Uint8Array(t.length+7&-8);return s.set(t),s}var vn=class{constructor(t,r,n,i,s){this.bytes=t,this.length=n,this.context=i,this.get=s,this.bit=r%8,this.byteIndex=r>>3,this.byte=t[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}};function ks(e,t,r){if(r-t<=0)return 0;if(r-t<8){let s=0;for(let o of new vn(e,t,r-t,e,up))s+=o;return s}let n=r>>3<<3,i=t+(t%8===0?0:8-t%8);return ks(e,t,i)+ks(e,n,r)+lp(e,i>>3,n-i>>3)}function lp(e,t,r){let n=0,i=Math.trunc(t),s=new DataView(e.buffer,e.byteOffset,e.byteLength),o=r===void 0?e.byteLength:i+r;for(;o-i>=4;)n+=Kc(s.getUint32(i)),i+=4;for(;o-i>=2;)n+=Kc(s.getUint16(i)),i+=2;for(;o-i>=1;)n+=Kc(s.getUint8(i)),i+=1;return n}function Kc(e){let t=Math.trunc(e);return t=t-(t>>>1&1431655765),t=(t&858993459)+(t>>>2&858993459),(t+(t>>>4)&252645135)*16843009>>>24}var E_=-1,j=class e{get typeId(){return this.type.typeId}get ArrayType(){return this.type.ArrayType}get buffers(){return[this.valueOffsets,this.values,this.nullBitmap,this.typeIds]}get nullable(){if(this._nullCount!==0){let{type:t}=this;return g.isSparseUnion(t)?this.children.some(r=>r.nullable):g.isDenseUnion(t)?this.children.some(r=>r.nullable):this.nullBitmap&&this.nullBitmap.byteLength>0}return!0}get byteLength(){let t=0,{valueOffsets:r,values:n,nullBitmap:i,typeIds:s}=this;return r&&(t+=r.byteLength),n&&(t+=n.byteLength),i&&(t+=i.byteLength),s&&(t+=s.byteLength),this.children.reduce((o,a)=>o+a.byteLength,t)}get nullCount(){if(g.isUnion(this.type))return this.children.reduce((n,i)=>n+i.nullCount,0);let t=this._nullCount,r;return t<=E_&&(r=this.nullBitmap)&&(this._nullCount=t=r.length===0?0:this.length-ks(r,this.offset,this.offset+this.length)),t}constructor(t,r,n,i,s,o=[],a){this.type=t,this.children=o,this.dictionary=a,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));let c;s instanceof e?(this.stride=s.stride,this.values=s.values,this.typeIds=s.typeIds,this.nullBitmap=s.nullBitmap,this.valueOffsets=s.valueOffsets):(this.stride=Jt(t),s&&((c=s[0])&&(this.valueOffsets=c),(c=s[1])&&(this.values=c),(c=s[2])&&(this.nullBitmap=c),(c=s[3])&&(this.typeIds=c)))}getValid(t){let{type:r}=this;if(g.isUnion(r)){let n=r,i=this.children[n.typeIdToChildIndex[this.typeIds[t]]],s=n.mode===H.Dense?this.valueOffsets[t]:t;return i.getValid(s)}if(this.nullable&&this.nullCount>0){let n=this.offset+t;return(this.nullBitmap[n>>3]&1<<n%8)!==0}return!0}setValid(t,r){let n,{type:i}=this;if(g.isUnion(i)){let s=i,o=this.children[s.typeIdToChildIndex[this.typeIds[t]]],a=s.mode===H.Dense?this.valueOffsets[t]:t;n=o.getValid(a),o.setValid(a,r)}else{let{nullBitmap:s}=this,{offset:o,length:a}=this,c=o+t,u=1<<c%8,d=c>>3;(!s||s.byteLength<=d)&&(s=new Uint8Array((o+a+63&-64)>>3).fill(255),this.nullCount>0?(s.set(Sn(o,a,this.nullBitmap),0),Object.assign(this,{nullBitmap:s})):Object.assign(this,{nullBitmap:s,_nullCount:0}));let f=s[d];n=(f&u)!==0,s[d]=r?f|u:f&~u}return n!==!!r&&(this._nullCount=this.nullCount+(r?-1:1)),r}clone(t=this.type,r=this.offset,n=this.length,i=this._nullCount,s=this,o=this.children){return new e(t,r,n,i,s,o,this.dictionary)}slice(t,r){let{stride:n,typeId:i,children:s}=this,o=+(this._nullCount===0)-1,a=i===16?n:1,c=this._sliceBuffers(t,r,n,i);return this.clone(this.type,this.offset+t,r,o,c,s.length===0||this.valueOffsets?s:this._sliceChildren(s,a*t,a*r))}_changeLengthAndBackfillNullBitmap(t){if(this.typeId===l.Null)return this.clone(this.type,0,t,0);let{length:r,nullCount:n}=this,i=new Uint8Array((t+63&-64)>>3).fill(255,0,r>>3);i[r>>3]=(1<<r-(r&-8))-1,n>0&&i.set(Sn(this.offset,r,this.nullBitmap),0);let s=this.buffers;return s[oe.VALIDITY]=i,this.clone(this.type,0,t,n+(t-r),s)}_sliceBuffers(t,r,n,i){let s,{buffers:o}=this;return(s=o[oe.TYPE])&&(o[oe.TYPE]=s.subarray(t,t+r)),(s=o[oe.OFFSET])&&(o[oe.OFFSET]=s.subarray(t,t+r+1))||(s=o[oe.DATA])&&(o[oe.DATA]=i===6?s:s.subarray(n*t,n*(t+r))),o}_sliceChildren(t,r,n){return t.map(i=>i.slice(r,n))}};j.prototype.children=Object.freeze([]);var gd=class e extends I{visit(t){return this.getVisitFn(t.type).call(this,t)}visitNull(t){let{["type"]:r,["offset"]:n=0,["length"]:i=0}=t;return new j(r,n,i,i)}visitBool(t){let{["type"]:r,["offset"]:n=0}=t,i=A(t.nullBitmap),s=L(r.ArrayType,t.data),{["length"]:o=s.length>>3,["nullCount"]:a=t.nullBitmap?-1:0}=t;return new j(r,n,o,a,[void 0,s,i])}visitInt(t){let{["type"]:r,["offset"]:n=0}=t,i=A(t.nullBitmap),s=L(r.ArrayType,t.data),{["length"]:o=s.length,["nullCount"]:a=t.nullBitmap?-1:0}=t;return new j(r,n,o,a,[void 0,s,i])}visitFloat(t){let{["type"]:r,["offset"]:n=0}=t,i=A(t.nullBitmap),s=L(r.ArrayType,t.data),{["length"]:o=s.length,["nullCount"]:a=t.nullBitmap?-1:0}=t;return new j(r,n,o,a,[void 0,s,i])}visitUtf8(t){let{["type"]:r,["offset"]:n=0}=t,i=A(t.data),s=A(t.nullBitmap),o=wn(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new j(r,n,a,c,[o,i,s])}visitLargeUtf8(t){let{["type"]:r,["offset"]:n=0}=t,i=A(t.data),s=A(t.nullBitmap),o=mc(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new j(r,n,a,c,[o,i,s])}visitBinary(t){let{["type"]:r,["offset"]:n=0}=t,i=A(t.data),s=A(t.nullBitmap),o=wn(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new j(r,n,a,c,[o,i,s])}visitLargeBinary(t){let{["type"]:r,["offset"]:n=0}=t,i=A(t.data),s=A(t.nullBitmap),o=mc(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new j(r,n,a,c,[o,i,s])}visitFixedSizeBinary(t){let{["type"]:r,["offset"]:n=0}=t,i=A(t.nullBitmap),s=L(r.ArrayType,t.data),{["length"]:o=s.length/Jt(r),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new j(r,n,o,a,[void 0,s,i])}visitDate(t){let{["type"]:r,["offset"]:n=0}=t,i=A(t.nullBitmap),s=L(r.ArrayType,t.data),{["length"]:o=s.length/Jt(r),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new j(r,n,o,a,[void 0,s,i])}visitTimestamp(t){let{["type"]:r,["offset"]:n=0}=t,i=A(t.nullBitmap),s=L(r.ArrayType,t.data),{["length"]:o=s.length/Jt(r),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new j(r,n,o,a,[void 0,s,i])}visitTime(t){let{["type"]:r,["offset"]:n=0}=t,i=A(t.nullBitmap),s=L(r.ArrayType,t.data),{["length"]:o=s.length/Jt(r),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new j(r,n,o,a,[void 0,s,i])}visitDecimal(t){let{["type"]:r,["offset"]:n=0}=t,i=A(t.nullBitmap),s=L(r.ArrayType,t.data),{["length"]:o=s.length/Jt(r),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new j(r,n,o,a,[void 0,s,i])}visitList(t){let{["type"]:r,["offset"]:n=0,["child"]:i}=t,s=A(t.nullBitmap),o=wn(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new j(r,n,a,c,[o,void 0,s],[i])}visitStruct(t){let{["type"]:r,["offset"]:n=0,["children"]:i=[]}=t,s=A(t.nullBitmap),{length:o=i.reduce((c,{length:u})=>Math.max(c,u),0),nullCount:a=t.nullBitmap?-1:0}=t;return new j(r,n,o,a,[void 0,void 0,s],i)}visitUnion(t){let{["type"]:r,["offset"]:n=0,["children"]:i=[]}=t,s=L(r.ArrayType,t.typeIds),{["length"]:o=s.length,["nullCount"]:a=-1}=t;if(g.isSparseUnion(r))return new j(r,n,o,a,[void 0,void 0,void 0,s],i);let c=wn(t.valueOffsets);return new j(r,n,o,a,[c,void 0,void 0,s],i)}visitDictionary(t){let{["type"]:r,["offset"]:n=0}=t,i=A(t.nullBitmap),s=L(r.indices.ArrayType,t.data),{["dictionary"]:o=new k([new e().visit({type:r.dictionary})])}=t,{["length"]:a=s.length,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new j(r,n,a,c,[void 0,s,i],[],o)}visitInterval(t){let{["type"]:r,["offset"]:n=0}=t,i=A(t.nullBitmap),s=L(r.ArrayType,t.data),{["length"]:o=s.length/Jt(r),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new j(r,n,o,a,[void 0,s,i])}visitDuration(t){let{["type"]:r,["offset"]:n=0}=t,i=A(t.nullBitmap),s=L(r.ArrayType,t.data),{["length"]:o=s.length,["nullCount"]:a=t.nullBitmap?-1:0}=t;return new j(r,n,o,a,[void 0,s,i])}visitFixedSizeList(t){let{["type"]:r,["offset"]:n=0,["child"]:i=new e().visit({type:r.valueType})}=t,s=A(t.nullBitmap),{["length"]:o=i.length/Jt(r),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new j(r,n,o,a,[void 0,void 0,s],[i])}visitMap(t){let{["type"]:r,["offset"]:n=0,["child"]:i=new e().visit({type:r.childType})}=t,s=A(t.nullBitmap),o=wn(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new j(r,n,a,c,[o,void 0,s],[i])}},T_=new gd;function D(e){return T_.visit(e)}var Ps=class{constructor(t=0,r){this.numChunks=t,this.getChunkIterator=r,this.chunkIndex=0,this.chunkIterator=this.getChunkIterator(0)}next(){for(;this.chunkIndex<this.numChunks;){let t=this.chunkIterator.next();if(!t.done)return t;++this.chunkIndex<this.numChunks&&(this.chunkIterator=this.getChunkIterator(this.chunkIndex))}return{done:!0,value:null}}[Symbol.iterator](){return this}};function dp(e){return e.some(t=>t.nullable)}function Xc(e){return e.reduce((t,r)=>t+r.nullCount,0)}function Zc(e){return e.reduce((t,r,n)=>(t[n+1]=t[n]+r.length,t),new Uint32Array(e.length+1))}function tu(e,t,r,n){let i=[];for(let s=-1,o=e.length;++s<o;){let a=e[s],c=t[s],{length:u}=a;if(c>=n)break;if(r>=c+u)continue;if(c>=r&&c+u<=n){i.push(a);continue}let d=Math.max(0,r-c),f=Math.min(n-c,u);i.push(a.slice(d,f-d))}return i.length===0&&i.push(e[0].slice(0,0)),i}function _d(e,t,r,n){let i=0,s=0,o=t.length-1;do{if(i>=o-1)return r<t[o]?n(e,i,r-t[i]):null;s=i+Math.trunc((o-i)*.5),r<t[s]?o=s:i=s}while(i<o)}function Vs(e,t){return e.getValid(t)}function wi(e){function t(r,n,i){return e(r[n],i)}return function(r){let n=this.data;return _d(n,this._offsets,r,t)}}function eu(e){let t;function r(n,i,s){return e(n[i],s,t)}return function(n,i){let s=this.data;t=i;let o=_d(s,this._offsets,n,r);return t=void 0,o}}function ru(e){let t;function r(n,i,s){let o=s,a=0,c=0;for(let u=i-1,d=n.length;++u<d;){let f=n[u];if(~(a=e(f,t,o)))return c+a;o=0,c+=f.length}return-1}return function(n,i){t=n;let s=this.data,o=typeof i!="number"?r(s,0,0):_d(s,this._offsets,i,r);return t=void 0,o}}var v=class extends I{};function A_(e,t){return t===null&&e.length>0?0:-1}function O_(e,t){let{nullBitmap:r}=e;if(!r||e.nullCount<=0)return-1;let n=0;for(let i of new vn(r,e.offset+(t||0),e.length,r,Jc)){if(!i)return n;++n}return-1}function F(e,t,r){if(t===void 0)return-1;if(t===null)switch(e.typeId){case l.Union:break;case l.Dictionary:break;default:return O_(e,r)}let n=lt.getVisitFn(e),i=Kr(t);for(let s=(r||0)-1,o=e.length;++s<o;)if(i(n(e,s)))return s;return-1}function fp(e,t,r){let n=lt.getVisitFn(e),i=Kr(t);for(let s=(r||0)-1,o=e.length;++s<o;)if(i(n(e,s)))return s;return-1}v.prototype.visitNull=A_;v.prototype.visitBool=F;v.prototype.visitInt=F;v.prototype.visitInt8=F;v.prototype.visitInt16=F;v.prototype.visitInt32=F;v.prototype.visitInt64=F;v.prototype.visitUint8=F;v.prototype.visitUint16=F;v.prototype.visitUint32=F;v.prototype.visitUint64=F;v.prototype.visitFloat=F;v.prototype.visitFloat16=F;v.prototype.visitFloat32=F;v.prototype.visitFloat64=F;v.prototype.visitUtf8=F;v.prototype.visitLargeUtf8=F;v.prototype.visitBinary=F;v.prototype.visitLargeBinary=F;v.prototype.visitFixedSizeBinary=F;v.prototype.visitDate=F;v.prototype.visitDateDay=F;v.prototype.visitDateMillisecond=F;v.prototype.visitTimestamp=F;v.prototype.visitTimestampSecond=F;v.prototype.visitTimestampMillisecond=F;v.prototype.visitTimestampMicrosecond=F;v.prototype.visitTimestampNanosecond=F;v.prototype.visitTime=F;v.prototype.visitTimeSecond=F;v.prototype.visitTimeMillisecond=F;v.prototype.visitTimeMicrosecond=F;v.prototype.visitTimeNanosecond=F;v.prototype.visitDecimal=F;v.prototype.visitList=F;v.prototype.visitStruct=F;v.prototype.visitUnion=F;v.prototype.visitDenseUnion=fp;v.prototype.visitSparseUnion=fp;v.prototype.visitDictionary=F;v.prototype.visitInterval=F;v.prototype.visitIntervalDayTime=F;v.prototype.visitIntervalYearMonth=F;v.prototype.visitDuration=F;v.prototype.visitDurationSecond=F;v.prototype.visitDurationMillisecond=F;v.prototype.visitDurationMicrosecond=F;v.prototype.visitDurationNanosecond=F;v.prototype.visitFixedSizeList=F;v.prototype.visitMap=F;var Tn=new v;var S=class extends I{};function B(e){let{type:t}=e;if(e.nullCount===0&&e.stride===1&&(g.isInt(t)&&t.bitWidth!==64||g.isTime(t)&&t.bitWidth!==64||g.isFloat(t)&&t.precision!==Y.HALF))return new Ps(e.data.length,n=>{let i=e.data[n];return i.values.subarray(0,i.length)[Symbol.iterator]()});let r=0;return new Ps(e.data.length,n=>{let s=e.data[n].length,o=e.slice(r,r+s);return r+=s,new bd(o)})}var bd=class{constructor(t){this.vector=t,this.index=0}next(){return this.index<this.vector.length?{value:this.vector.get(this.index++)}:{done:!0,value:null}}[Symbol.iterator](){return this}};S.prototype.visitNull=B;S.prototype.visitBool=B;S.prototype.visitInt=B;S.prototype.visitInt8=B;S.prototype.visitInt16=B;S.prototype.visitInt32=B;S.prototype.visitInt64=B;S.prototype.visitUint8=B;S.prototype.visitUint16=B;S.prototype.visitUint32=B;S.prototype.visitUint64=B;S.prototype.visitFloat=B;S.prototype.visitFloat16=B;S.prototype.visitFloat32=B;S.prototype.visitFloat64=B;S.prototype.visitUtf8=B;S.prototype.visitLargeUtf8=B;S.prototype.visitBinary=B;S.prototype.visitLargeBinary=B;S.prototype.visitFixedSizeBinary=B;S.prototype.visitDate=B;S.prototype.visitDateDay=B;S.prototype.visitDateMillisecond=B;S.prototype.visitTimestamp=B;S.prototype.visitTimestampSecond=B;S.prototype.visitTimestampMillisecond=B;S.prototype.visitTimestampMicrosecond=B;S.prototype.visitTimestampNanosecond=B;S.prototype.visitTime=B;S.prototype.visitTimeSecond=B;S.prototype.visitTimeMillisecond=B;S.prototype.visitTimeMicrosecond=B;S.prototype.visitTimeNanosecond=B;S.prototype.visitDecimal=B;S.prototype.visitList=B;S.prototype.visitStruct=B;S.prototype.visitUnion=B;S.prototype.visitDenseUnion=B;S.prototype.visitSparseUnion=B;S.prototype.visitDictionary=B;S.prototype.visitInterval=B;S.prototype.visitIntervalDayTime=B;S.prototype.visitIntervalYearMonth=B;S.prototype.visitDuration=B;S.prototype.visitDurationSecond=B;S.prototype.visitDurationMillisecond=B;S.prototype.visitDurationMicrosecond=B;S.prototype.visitDurationNanosecond=B;S.prototype.visitFixedSizeList=B;S.prototype.visitMap=B;var Ii=new S;var hp,pp={},mp={},k=class e{constructor(t){var r,n,i;let s=t[0]instanceof e?t.flatMap(a=>a.data):t;if(s.length===0||s.some(a=>!(a instanceof j)))throw new TypeError("Vector constructor expects an Array of Data instances.");let o=(r=s[0])===null||r===void 0?void 0:r.type;switch(s.length){case 0:this._offsets=[0];break;case 1:{let{get:a,set:c,indexOf:u}=pp[o.typeId],d=s[0];this.isValid=f=>Vs(d,f),this.get=f=>a(d,f),this.set=(f,p)=>c(d,f,p),this.indexOf=f=>u(d,f),this._offsets=[0,d.length];break}default:Object.setPrototypeOf(this,mp[o.typeId]),this._offsets=Zc(s);break}this.data=s,this.type=o,this.stride=Jt(o),this.numChildren=(i=(n=o.children)===null||n===void 0?void 0:n.length)!==null&&i!==void 0?i:0,this.length=this._offsets.at(-1)}get byteLength(){return this.data.reduce((t,r)=>t+r.byteLength,0)}get nullable(){return dp(this.data)}get nullCount(){return Xc(this.data)}get ArrayType(){return this.type.ArrayType}get[Symbol.toStringTag](){return`${this.VectorName}<${this.type[Symbol.toStringTag]}>`}get VectorName(){return`${l[this.type.typeId]}Vector`}isValid(t){return!1}get(t){return null}at(t){return this.get(xn(t,this.length))}set(t,r){}indexOf(t,r){return-1}includes(t,r){return this.indexOf(t,r)>-1}[Symbol.iterator](){return Ii.visit(this)}concat(...t){return new e(this.data.concat(t.flatMap(r=>r.data).flat(Number.POSITIVE_INFINITY)))}slice(t,r){return new e(Cs(this,t,r,({data:n,_offsets:i},s,o)=>tu(n,i,s,o)))}toJSON(){return[...this]}toArray(){let{type:t,data:r,length:n,stride:i,ArrayType:s}=this;switch(t.typeId){case l.Int:case l.Float:case l.Decimal:case l.Time:case l.Timestamp:switch(r.length){case 0:return new s;case 1:return r[0].values.subarray(0,n*i);default:return r.reduce((o,{values:a,length:c})=>(o.array.set(a.subarray(0,c*i),o.offset),o.offset+=c*i,o),{array:new s(n*i),offset:0}).array}}return[...this]}toString(){return`[${[...this].join(",")}]`}getChild(t){var r;return this.getChildAt((r=this.type.children)===null||r===void 0?void 0:r.findIndex(n=>n.name===t))}getChildAt(t){return t>-1&&t<this.numChildren?new e(this.data.map(({children:r})=>r[t])):null}get isMemoized(){return g.isDictionary(this.type)?this.data[0].dictionary.isMemoized:!1}memoize(){if(g.isDictionary(this.type)){let t=new nu(this.data[0].dictionary),r=this.data.map(n=>{let i=n.clone();return i.dictionary=t,i});return new e(r)}return new nu(this)}unmemoize(){if(g.isDictionary(this.type)&&this.isMemoized){let t=this.data[0].dictionary.unmemoize(),r=this.data.map(n=>{let i=n.clone();return i.dictionary=t,i});return new e(r)}return this}};hp=Symbol.toStringTag;k[hp]=(e=>{e.type=g.prototype,e.data=[],e.length=0,e.stride=1,e.numChildren=0,e._offsets=new Uint32Array([0]),e[Symbol.isConcatSpreadable]=!0;let t=Object.keys(l).map(r=>l[r]).filter(r=>typeof r=="number"&&r!==l.NONE);for(let r of t){let n=lt.getVisitFnByTypeId(r),i=wt.getVisitFnByTypeId(r),s=Tn.getVisitFnByTypeId(r);pp[r]={get:n,set:i,indexOf:s},mp[r]=Object.create(e,{isValid:{value:wi(Vs)},get:{value:wi(lt.getVisitFnByTypeId(r))},set:{value:eu(wt.getVisitFnByTypeId(r))},indexOf:{value:ru(Tn.getVisitFnByTypeId(r))}})}return"Vector"})(k.prototype);var nu=class e extends k{constructor(t){super(t.data);let r=this.get,n=this.set,i=this.slice,s=new Array(this.length);Object.defineProperty(this,"get",{value(o){let a=s[o];if(a!==void 0)return a;let c=r.call(this,o);return s[o]=c,c}}),Object.defineProperty(this,"set",{value(o,a){n.call(this,o,a),s[o]=a}}),Object.defineProperty(this,"slice",{value:(o,a)=>new e(i.call(this,o,a))}),Object.defineProperty(this,"isMemoized",{value:!0}),Object.defineProperty(this,"unmemoize",{value:()=>new k(this.data)}),Object.defineProperty(this,"memoize",{value:()=>this})}};function yp(e){if(!e||e.length<=0)return function(i){return!0};let t="",r=e.filter(n=>n===n);return r.length>0&&(t=`
|
|
3
|
+
switch (x) {${r.map(n=>`
|
|
4
|
+
case ${B_(n)}:`).join("")}
|
|
4
5
|
return false;
|
|
5
|
-
}`),
|
|
6
|
+
}`),e.length!==r.length&&(t=`if (x !== x) return false;
|
|
6
7
|
${t}`),new Function("x",`${t}
|
|
7
|
-
return true;`)}function Nw(r){return typeof r!="bigint"?br(r):`${br(r)}n`}function $h(r,t){let e=Math.ceil(r)*t-1;return(e-e%64+64||64)/t}function ay(r,t=0){return r.length>=t?r.subarray(0,t):Ro(new r.constructor(t),r,0)}var vr=class{constructor(t,e=0,i=1){this.length=Math.ceil(e/i),this.buffer=new t(this.length),this.stride=i,this.BYTES_PER_ELEMENT=t.BYTES_PER_ELEMENT,this.ArrayType=t}get byteLength(){return Math.ceil(this.length*this.stride)*this.BYTES_PER_ELEMENT}get reservedLength(){return this.buffer.length/this.stride}get reservedByteLength(){return this.buffer.byteLength}set(t,e){return this}append(t){return this.set(this.length,t)}reserve(t){if(t>0){this.length+=t;let e=this.stride,i=this.length*e,n=this.buffer.length;i>=n&&this._resize(n===0?$h(i*1,this.BYTES_PER_ELEMENT):$h(i*2,this.BYTES_PER_ELEMENT))}return this}flush(t=this.length){t=$h(t*this.stride,this.BYTES_PER_ELEMENT);let e=ay(this.buffer,t);return this.clear(),e}clear(){return this.length=0,this.buffer=new this.ArrayType,this}_resize(t){return this.buffer=ay(this.buffer,t)}},Di=class extends vr{last(){return this.get(this.length-1)}get(t){return this.buffer[t]}set(t,e){return this.reserve(t-this.length+1),this.buffer[t*this.stride]=e,this}},Gs=class extends Di{constructor(){super(Uint8Array,0,1/8),this.numValid=0}get numInvalid(){return this.length-this.numValid}get(t){return this.buffer[t>>3]>>t%8&1}set(t,e){let{buffer:i}=this.reserve(t-this.length+1),n=t>>3,s=t%8,o=i[n]>>s&1;return e?o===0&&(i[n]|=1<<s,++this.numValid):o===1&&(i[n]&=~(1<<s),--this.numValid),this}clear(){return this.numValid=0,super.clear()}},Ys=class extends Di{constructor(t){super(t.OffsetArrayType,1,1)}append(t){return this.set(this.length-1,t)}set(t,e){let i=this.length-1,n=this.reserve(t-i+1).buffer;return i<t++&&i>=0&&n.fill(n[i],i,t),n[t]=n[t-1]+e,this}flush(t=this.length-1){return t>this.length&&this.set(t-1,this.BYTES_PER_ELEMENT>4?BigInt(0):0),super.flush(t+1)}};var Dt=class{static throughNode(t){throw new Error('"throughNode" not available in this environment')}static throughDOM(t){throw new Error('"throughDOM" not available in this environment')}constructor({type:t,nullValues:e}){this.length=0,this.finished=!1,this.type=t,this.children=[],this.nullValues=e,this.stride=Ue(t),this._nulls=new Gs,e&&e.length>0&&(this._isValid=oy(e))}toVector(){return new et([this.flush()])}get ArrayType(){return this.type.ArrayType}get nullCount(){return this._nulls.numInvalid}get numChildren(){return this.children.length}get byteLength(){let t=0,{_offsets:e,_values:i,_nulls:n,_typeIds:s,children:o}=this;return e&&(t+=e.byteLength),i&&(t+=i.byteLength),n&&(t+=n.byteLength),s&&(t+=s.byteLength),o.reduce((a,c)=>a+c.byteLength,t)}get reservedLength(){return this._nulls.reservedLength}get reservedByteLength(){let t=0;return this._offsets&&(t+=this._offsets.reservedByteLength),this._values&&(t+=this._values.reservedByteLength),this._nulls&&(t+=this._nulls.reservedByteLength),this._typeIds&&(t+=this._typeIds.reservedByteLength),this.children.reduce((e,i)=>e+i.reservedByteLength,t)}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(t){return this.set(this.length,t)}isValid(t){return this._isValid(t)}set(t,e){return this.setValid(t,this.isValid(e))&&this.setValue(t,e),this}setValue(t,e){this._setValue(this,t,e)}setValid(t,e){return this.length=this._nulls.set(t,+e).length,e}addChild(t,e=`${this.numChildren}`){throw new Error(`Cannot append children to non-nested type "${this.type}"`)}getChildAt(t){return this.children[t]||null}flush(){let t,e,i,n,{type:s,length:o,nullCount:a,_typeIds:c,_offsets:l,_values:u,_nulls:f}=this;(e=c?.flush(o))?n=l?.flush(o):(n=l?.flush(o))?t=u?.flush(l.last()):t=u?.flush(o),a>0&&(i=f?.flush(o));let m=this.children.map(b=>b.flush());return this.clear(),$({type:s,length:o,nullCount:a,children:m,child:m[0],data:t,typeIds:e,nullBitmap:i,valueOffsets:n})}finish(){this.finished=!0;for(let t of this.children)t.finish();return this}clear(){var t,e,i,n;this.length=0,(t=this._nulls)===null||t===void 0||t.clear(),(e=this._values)===null||e===void 0||e.clear(),(i=this._offsets)===null||i===void 0||i.clear(),(n=this._typeIds)===null||n===void 0||n.clear();for(let s of this.children)s.clear();return this}};Dt.prototype.length=1;Dt.prototype.stride=1;Dt.prototype.children=null;Dt.prototype.finished=!1;Dt.prototype.nullValues=null;Dt.prototype._isValid=()=>!0;var $t=class extends Dt{constructor(t){super(t),this._values=new Di(this.ArrayType,0,this.stride)}setValue(t,e){let i=this._values;return i.reserve(t-i.length+1),super.setValue(t,e)}},we=class extends Dt{constructor(t){super(t),this._pendingLength=0,this._offsets=new Ys(t.type)}setValue(t,e){let i=this._pending||(this._pending=new Map),n=i.get(t);n&&(this._pendingLength-=n.length),this._pendingLength+=e instanceof ai?e[In].length:e.length,i.set(t,e)}setValid(t,e){return super.setValid(t,e)?!0:((this._pending||(this._pending=new Map)).set(t,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 t=this._pending,e=this._pendingLength;return this._pendingLength=0,this._pending=void 0,t&&t.size>0&&this._flushPending(t,e),this}};var Jn=class{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,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 sizeOf(){return 24}static createBlock(t,e,i,n){return t.prep(8,24),t.writeInt64(BigInt(n??0)),t.pad(4),t.writeInt32(i),t.writeInt64(BigInt(e??0)),t.offset()}};var Ce=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsFooter(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsFooter(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}version(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt16(this.bb_pos+t):pt.V1}schema(t){let e=this.bb.__offset(this.bb_pos,6);return e?(t||new be).__init(this.bb.__indirect(this.bb_pos+e),this.bb):null}dictionaries(t,e){let i=this.bb.__offset(this.bb_pos,8);return i?(e||new Jn).__init(this.bb.__vector(this.bb_pos+i)+t*24,this.bb):null}dictionariesLength(){let t=this.bb.__offset(this.bb_pos,8);return t?this.bb.__vector_len(this.bb_pos+t):0}recordBatches(t,e){let i=this.bb.__offset(this.bb_pos,10);return i?(e||new Jn).__init(this.bb.__vector(this.bb_pos+i)+t*24,this.bb):null}recordBatchesLength(){let t=this.bb.__offset(this.bb_pos,10);return t?this.bb.__vector_len(this.bb_pos+t):0}customMetadata(t,e){let i=this.bb.__offset(this.bb_pos,12);return i?(e||new Yt).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+i)+t*4),this.bb):null}customMetadataLength(){let t=this.bb.__offset(this.bb_pos,12);return t?this.bb.__vector_len(this.bb_pos+t):0}static startFooter(t){t.startObject(5)}static addVersion(t,e){t.addFieldInt16(0,e,pt.V1)}static addSchema(t,e){t.addFieldOffset(1,e,0)}static addDictionaries(t,e){t.addFieldOffset(2,e,0)}static startDictionariesVector(t,e){t.startVector(24,e,8)}static addRecordBatches(t,e){t.addFieldOffset(3,e,0)}static startRecordBatchesVector(t,e){t.startVector(24,e,8)}static addCustomMetadata(t,e){t.addFieldOffset(4,e,0)}static createCustomMetadataVector(t,e){t.startVector(4,e.length,4);for(let i=e.length-1;i>=0;i--)t.addOffset(e[i]);return t.endVector()}static startCustomMetadataVector(t,e){t.startVector(4,e,4)}static endFooter(t){return t.endObject()}static finishFooterBuffer(t,e){t.finish(e)}static finishSizePrefixedFooterBuffer(t,e){t.finish(e,void 0,!0)}};var ht=class r{constructor(t=[],e,i,n=pt.V5){this.fields=t||[],this.metadata=e||new Map,i||(i=qh(t)),this.dictionaries=i,this.metadataVersion=n}get[Symbol.toStringTag](){return"Schema"}get names(){return this.fields.map(t=>t.name)}toString(){return`Schema<{ ${this.fields.map((t,e)=>`${e}: ${t}`).join(", ")} }>`}select(t){let e=new Set(t),i=this.fields.filter(n=>e.has(n.name));return new r(i,this.metadata)}selectAt(t){let e=t.map(i=>this.fields[i]).filter(Boolean);return new r(e,this.metadata)}assign(...t){let e=t[0]instanceof r?t[0]:Array.isArray(t[0])?new r(t[0]):new r(t),i=[...this.fields],n=Cl(Cl(new Map,this.metadata),e.metadata),s=e.fields.filter(a=>{let c=i.findIndex(l=>l.name===a.name);return~c?(i[c]=a.clone({metadata:Cl(Cl(new Map,i[c].metadata),a.metadata)}))&&!1:!0}),o=qh(s,new Map);return new r([...i,...s],n,new Map([...this.dictionaries,...o]))}};ht.prototype.fields=null;ht.prototype.metadata=null;ht.prototype.dictionaries=null;var X=class r{static new(...t){let[e,i,n,s]=t;return t[0]&&typeof t[0]=="object"&&({name:e}=t[0],i===void 0&&(i=t[0].type),n===void 0&&(n=t[0].nullable),s===void 0&&(s=t[0].metadata)),new r(`${e}`,i,n,s)}constructor(t,e,i=!1,n){this.name=t,this.type=e,this.nullable=i,this.metadata=n||new Map}get typeId(){return this.type.typeId}get[Symbol.toStringTag](){return"Field"}toString(){return`${this.name}: ${this.type}`}clone(...t){let[e,i,n,s]=t;return!t[0]||typeof t[0]!="object"?[e=this.name,i=this.type,n=this.nullable,s=this.metadata]=t:{name:e=this.name,type:i=this.type,nullable:n=this.nullable,metadata:s=this.metadata}=t[0],r.new(e,i,n,s)}};X.prototype.type=null;X.prototype.name=null;X.prototype.nullable=null;X.prototype.metadata=null;function Cl(r,t){return new Map([...r||new Map,...t||new Map])}function qh(r,t=new Map){for(let e=-1,i=r.length;++e<i;){let s=r[e].type;if(g.isDictionary(s)){if(!t.has(s.id))t.set(s.id,s.dictionary);else if(t.get(s.id)!==s.dictionary)throw new Error("Cannot create Schema containing two different dictionaries with the same Id")}s.children&&s.children.length>0&&qh(s.children,t)}return t}var Mw=qn,Lw=Me,Oi=class{static decode(t){t=new Lw(N(t));let e=Ce.getRootAsFooter(t),i=ht.decode(e.schema(),new Map,e.version());return new Wh(i,e)}static encode(t){let e=new Mw,i=ht.encode(e,t.schema);Ce.startRecordBatchesVector(e,t.numRecordBatches);for(let o of[...t.recordBatches()].slice().reverse())Ei.encode(e,o);let n=e.endVector();Ce.startDictionariesVector(e,t.numDictionaries);for(let o of[...t.dictionaryBatches()].slice().reverse())Ei.encode(e,o);let s=e.endVector();return Ce.startFooter(e),Ce.addSchema(e,i),Ce.addVersion(e,pt.V5),Ce.addRecordBatches(e,n),Ce.addDictionaries(e,s),Ce.finishFooterBuffer(e,Ce.endFooter(e)),e.asUint8Array()}get numRecordBatches(){return this._recordBatches.length}get numDictionaries(){return this._dictionaryBatches.length}constructor(t,e=pt.V5,i,n){this.schema=t,this.version=e,i&&(this._recordBatches=i),n&&(this._dictionaryBatches=n)}*recordBatches(){for(let t,e=-1,i=this.numRecordBatches;++e<i;)(t=this.getRecordBatch(e))&&(yield t)}*dictionaryBatches(){for(let t,e=-1,i=this.numDictionaries;++e<i;)(t=this.getDictionaryBatch(e))&&(yield t)}getRecordBatch(t){return t>=0&&t<this.numRecordBatches&&this._recordBatches[t]||null}getDictionaryBatch(t){return t>=0&&t<this.numDictionaries&&this._dictionaryBatches[t]||null}};var Wh=class extends Oi{get numRecordBatches(){return this._footer.recordBatchesLength()}get numDictionaries(){return this._footer.dictionariesLength()}constructor(t,e){super(t,e.version()),this._footer=e}getRecordBatch(t){if(t>=0&&t<this.numRecordBatches){let e=this._footer.recordBatches(t);if(e)return Ei.decode(e)}return null}getDictionaryBatch(t){if(t>=0&&t<this.numDictionaries){let e=this._footer.dictionaries(t);if(e)return Ei.decode(e)}return null}},Ei=class r{static decode(t){return new r(t.metaDataLength(),t.bodyLength(),t.offset())}static encode(t,e){let{metaDataLength:i}=e,n=BigInt(e.offset),s=BigInt(e.bodyLength);return Jn.createBlock(t,n,i,s)}constructor(t,e,i){this.metaDataLength=t,this.offset=at(i),this.bodyLength=at(e)}};var St=Object.freeze({done:!0,value:void 0}),da=class{constructor(t){this._json=t}get schema(){return this._json.schema}get batches(){return this._json.batches||[]}get dictionaries(){return this._json.dictionaries||[]}},Qn=class{tee(){return this._getDOMStream().tee()}pipe(t,e){return this._getNodeStream().pipe(t,e)}pipeTo(t,e){return this._getDOMStream().pipeTo(t,e)}pipeThrough(t,e){return this._getDOMStream().pipeThrough(t,e)}_getDOMStream(){return this._DOMStream||(this._DOMStream=this.toDOMStream())}_getNodeStream(){return this._nodeStream||(this._nodeStream=this.toNodeStream())}},kl=class extends Qn{constructor(){super(),this._values=[],this.resolvers=[],this._closedPromise=new Promise(t=>this._closedPromiseResolve=t)}get closed(){return this._closedPromise}cancel(t){return p(this,void 0,void 0,function*(){yield this.return(t)})}write(t){this._ensureOpen()&&(this.resolvers.length<=0?this._values.push(t):this.resolvers.shift().resolve({done:!1,value:t}))}abort(t){this._closedPromiseResolve&&(this.resolvers.length<=0?this._error={error:t}:this.resolvers.shift().reject({done:!0,value:t}))}close(){if(this._closedPromiseResolve){let{resolvers:t}=this;for(;t.length>0;)t.shift().resolve(St);this._closedPromiseResolve(),this._closedPromiseResolve=void 0}}[Symbol.asyncIterator](){return this}toDOMStream(t){return Qt.toDOMStream(this._closedPromiseResolve||this._error?this:this._values,t)}toNodeStream(t){return Qt.toNodeStream(this._closedPromiseResolve||this._error?this:this._values,t)}throw(t){return p(this,void 0,void 0,function*(){return yield this.abort(t),St})}return(t){return p(this,void 0,void 0,function*(){return yield this.close(),St})}read(t){return p(this,void 0,void 0,function*(){return(yield this.next(t,"read")).value})}peek(t){return p(this,void 0,void 0,function*(){return(yield this.next(t,"peek")).value})}next(...t){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((e,i)=>{this.resolvers.push({resolve:e,reject:i})}):Promise.resolve(St)}_ensureOpen(){if(this._closedPromiseResolve)return!0;throw new Error("AsyncQueue is closed")}};var ci=class extends kl{write(t){if((t=N(t)).byteLength>0)return super.write(t)}toString(t=!1){return t?Mo(this.toUint8Array(!0)):this.toUint8Array(!1).then(Mo)}toUint8Array(t=!1){return t?Ne(this._values)[0]:p(this,void 0,void 0,function*(){var e,i,n,s;let o=[],a=0;try{for(var c=!0,l=Rt(this),u;u=yield l.next(),e=u.done,!e;c=!0){s=u.value,c=!1;let f=s;o.push(f),a+=f.byteLength}}catch(f){i={error:f}}finally{try{!c&&!e&&(n=l.return)&&(yield n.call(l))}finally{if(i)throw i.error}}return Ne(o,a)[0]})}},li=class{constructor(t){t&&(this.source=new Gh(Qt.fromIterable(t)))}[Symbol.iterator](){return this}next(t){return this.source.next(t)}throw(t){return this.source.throw(t)}return(t){return this.source.return(t)}peek(t){return this.source.peek(t)}read(t){return this.source.read(t)}},tr=class r{constructor(t){t instanceof r?this.source=t.source:t instanceof ci?this.source=new Fi(Qt.fromAsyncIterable(t)):il(t)?this.source=new Fi(Qt.fromNodeStream(t)):Lo(t)?this.source=new Fi(Qt.fromDOMStream(t)):el(t)?this.source=new Fi(Qt.fromDOMStream(t.body)):hr(t)?this.source=new Fi(Qt.fromIterable(t)):Fe(t)?this.source=new Fi(Qt.fromAsyncIterable(t)):He(t)&&(this.source=new Fi(Qt.fromAsyncIterable(t)))}[Symbol.asyncIterator](){return this}next(t){return this.source.next(t)}throw(t){return this.source.throw(t)}return(t){return this.source.return(t)}get closed(){return this.source.closed}cancel(t){return this.source.cancel(t)}peek(t){return this.source.peek(t)}read(t){return this.source.read(t)}},Gh=class{constructor(t){this.source=t}cancel(t){this.return(t)}peek(t){return this.next(t,"peek").value}read(t){return this.next(t,"read").value}next(t,e="read"){return this.source.next({cmd:e,size:t})}throw(t){return Object.create(this.source.throw&&this.source.throw(t)||St)}return(t){return Object.create(this.source.return&&this.source.return(t)||St)}},Fi=class{constructor(t){this.source=t,this._closedPromise=new Promise(e=>this._closedPromiseResolve=e)}cancel(t){return p(this,void 0,void 0,function*(){yield this.return(t)})}get closed(){return this._closedPromise}read(t){return p(this,void 0,void 0,function*(){return(yield this.next(t,"read")).value})}peek(t){return p(this,void 0,void 0,function*(){return(yield this.next(t,"peek")).value})}next(t){return p(this,arguments,void 0,function*(e,i="read"){return yield this.source.next({cmd:i,size:e})})}throw(t){return p(this,void 0,void 0,function*(){let e=this.source.throw&&(yield this.source.throw(t))||St;return this._closedPromiseResolve&&this._closedPromiseResolve(),this._closedPromiseResolve=void 0,Object.create(e)})}return(t){return p(this,void 0,void 0,function*(){let e=this.source.return&&(yield this.source.return(t))||St;return this._closedPromiseResolve&&this._closedPromiseResolve(),this._closedPromiseResolve=void 0,Object.create(e)})}};var ha=class extends li{constructor(t,e){super(),this.position=0,this.buffer=N(t),this.size=e===void 0?this.buffer.byteLength:e}readInt32(t){let{buffer:e,byteOffset:i}=this.readAt(t,4);return new DataView(e,i).getInt32(0,!0)}seek(t){return this.position=Math.min(t,this.size),t<this.size}read(t){let{buffer:e,size:i,position:n}=this;return e&&n<i?(typeof t!="number"&&(t=Number.POSITIVE_INFINITY),this.position=Math.min(i,n+Math.min(i-n,t)),e.subarray(n,this.position)):null}readAt(t,e){let i=this.buffer,n=Math.min(this.size,t+e);return i?i.subarray(t,n):new Uint8Array(e)}close(){this.buffer&&(this.buffer=null)}throw(t){return this.close(),{done:!0,value:t}}return(t){return this.close(),{done:!0,value:t}}},Sn=class extends tr{constructor(t,e){super(),this.position=0,this._handle=t,typeof e=="number"?this.size=e:this._pending=p(this,void 0,void 0,function*(){this.size=(yield t.stat()).size,delete this._pending})}readInt32(t){return p(this,void 0,void 0,function*(){let{buffer:e,byteOffset:i}=yield this.readAt(t,4);return new DataView(e,i).getInt32(0,!0)})}seek(t){return p(this,void 0,void 0,function*(){return this._pending&&(yield this._pending),this.position=Math.min(t,this.size),t<this.size})}read(t){return p(this,void 0,void 0,function*(){this._pending&&(yield this._pending);let{_handle:e,size:i,position:n}=this;if(e&&n<i){typeof t!="number"&&(t=Number.POSITIVE_INFINITY);let s=n,o=0,a=0,c=Math.min(i,s+Math.min(i-s,t)),l=new Uint8Array(Math.max(0,(this.position=c)-s));for(;(s+=a)<c&&(o+=a)<l.byteLength;)({bytesRead:a}=yield e.read(l,o,l.byteLength-o,s));return l}return null})}readAt(t,e){return p(this,void 0,void 0,function*(){this._pending&&(yield this._pending);let{_handle:i,size:n}=this;if(i&&t+e<n){let s=Math.min(n,t+e),o=new Uint8Array(s-t);return(yield i.read(o,0,e,t)).buffer}return new Uint8Array(e)})}close(){return p(this,void 0,void 0,function*(){let t=this._handle;this._handle=null,t&&(yield t.close())})}throw(t){return p(this,void 0,void 0,function*(){return yield this.close(),{done:!0,value:t}})}return(t){return p(this,void 0,void 0,function*(){return yield this.close(),{done:!0,value:t}})}};var Hh={};ge(Hh,{BaseInt64:()=>fa,Int128:()=>pa,Int64:()=>Ni,Uint64:()=>Mt});function Hs(r){return r<0&&(r=4294967295+r+1),`0x${r.toString(16)}`}var Ks=8,Yh=[1,10,100,1e3,1e4,1e5,1e6,1e7,1e8],fa=class{constructor(t){this.buffer=t}high(){return this.buffer[1]}low(){return this.buffer[0]}_times(t){let e=new Uint32Array([this.buffer[1]>>>16,this.buffer[1]&65535,this.buffer[0]>>>16,this.buffer[0]&65535]),i=new Uint32Array([t.buffer[1]>>>16,t.buffer[1]&65535,t.buffer[0]>>>16,t.buffer[0]&65535]),n=e[3]*i[3];this.buffer[0]=n&65535;let s=n>>>16;return n=e[2]*i[3],s+=n,n=e[3]*i[2]>>>0,s+=n,this.buffer[0]+=s<<16,this.buffer[1]=s>>>0<n?65536:0,this.buffer[1]+=s>>>16,this.buffer[1]+=e[1]*i[3]+e[2]*i[2]+e[3]*i[1],this.buffer[1]+=e[0]*i[3]+e[1]*i[2]+e[2]*i[1]+e[3]*i[0]<<16,this}_plus(t){let e=this.buffer[0]+t.buffer[0]>>>0;this.buffer[1]+=t.buffer[1],e<this.buffer[0]>>>0&&++this.buffer[1],this.buffer[0]=e}lessThan(t){return this.buffer[1]<t.buffer[1]||this.buffer[1]===t.buffer[1]&&this.buffer[0]<t.buffer[0]}equals(t){return this.buffer[1]===t.buffer[1]&&this.buffer[0]==t.buffer[0]}greaterThan(t){return t.lessThan(this)}hex(){return`${Hs(this.buffer[1])} ${Hs(this.buffer[0])}`}},Mt=class r extends fa{times(t){return this._times(t),this}plus(t){return this._plus(t),this}static from(t,e=new Uint32Array(2)){return r.fromString(typeof t=="string"?t:t.toString(),e)}static fromNumber(t,e=new Uint32Array(2)){return r.fromString(t.toString(),e)}static fromString(t,e=new Uint32Array(2)){let i=t.length,n=new r(e);for(let s=0;s<i;){let o=Ks<i-s?Ks:i-s,a=new r(new Uint32Array([Number.parseInt(t.slice(s,s+o),10),0])),c=new r(new Uint32Array([Yh[o],0]));n.times(c),n.plus(a),s+=o}return n}static convertArray(t){let e=new Uint32Array(t.length*2);for(let i=-1,n=t.length;++i<n;)r.from(t[i],new Uint32Array(e.buffer,e.byteOffset+2*i*4,2));return e}static multiply(t,e){return new r(new Uint32Array(t.buffer)).times(e)}static add(t,e){return new r(new Uint32Array(t.buffer)).plus(e)}},Ni=class r extends fa{negate(){return this.buffer[0]=~this.buffer[0]+1,this.buffer[1]=~this.buffer[1],this.buffer[0]==0&&++this.buffer[1],this}times(t){return this._times(t),this}plus(t){return this._plus(t),this}lessThan(t){let e=this.buffer[1]<<0,i=t.buffer[1]<<0;return e<i||e===i&&this.buffer[0]<t.buffer[0]}static from(t,e=new Uint32Array(2)){return r.fromString(typeof t=="string"?t:t.toString(),e)}static fromNumber(t,e=new Uint32Array(2)){return r.fromString(t.toString(),e)}static fromString(t,e=new Uint32Array(2)){let i=t.startsWith("-"),n=t.length,s=new r(e);for(let o=i?1:0;o<n;){let a=Ks<n-o?Ks:n-o,c=new r(new Uint32Array([Number.parseInt(t.slice(o,o+a),10),0])),l=new r(new Uint32Array([Yh[a],0]));s.times(l),s.plus(c),o+=a}return i?s.negate():s}static convertArray(t){let e=new Uint32Array(t.length*2);for(let i=-1,n=t.length;++i<n;)r.from(t[i],new Uint32Array(e.buffer,e.byteOffset+2*i*4,2));return e}static multiply(t,e){return new r(new Uint32Array(t.buffer)).times(e)}static add(t,e){return new r(new Uint32Array(t.buffer)).plus(e)}},pa=class r{constructor(t){this.buffer=t}high(){return new Ni(new Uint32Array(this.buffer.buffer,this.buffer.byteOffset+8,2))}low(){return new Ni(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(t){let e=new Mt(new Uint32Array([this.buffer[3],0])),i=new Mt(new Uint32Array([this.buffer[2],0])),n=new Mt(new Uint32Array([this.buffer[1],0])),s=new Mt(new Uint32Array([this.buffer[0],0])),o=new Mt(new Uint32Array([t.buffer[3],0])),a=new Mt(new Uint32Array([t.buffer[2],0])),c=new Mt(new Uint32Array([t.buffer[1],0])),l=new Mt(new Uint32Array([t.buffer[0],0])),u=Mt.multiply(s,l);this.buffer[0]=u.low();let f=new Mt(new Uint32Array([u.high(),0]));return u=Mt.multiply(n,l),f.plus(u),u=Mt.multiply(s,c),f.plus(u),this.buffer[1]=f.low(),this.buffer[3]=f.lessThan(u)?1:0,this.buffer[2]=f.high(),new Mt(new Uint32Array(this.buffer.buffer,this.buffer.byteOffset+8,2)).plus(Mt.multiply(i,l)).plus(Mt.multiply(n,c)).plus(Mt.multiply(s,a)),this.buffer[3]+=Mt.multiply(e,l).plus(Mt.multiply(i,c)).plus(Mt.multiply(n,a)).plus(Mt.multiply(s,o)).low(),this}plus(t){let e=new Uint32Array(4);return e[3]=this.buffer[3]+t.buffer[3]>>>0,e[2]=this.buffer[2]+t.buffer[2]>>>0,e[1]=this.buffer[1]+t.buffer[1]>>>0,e[0]=this.buffer[0]+t.buffer[0]>>>0,e[0]<this.buffer[0]>>>0&&++e[1],e[1]<this.buffer[1]>>>0&&++e[2],e[2]<this.buffer[2]>>>0&&++e[3],this.buffer[3]=e[3],this.buffer[2]=e[2],this.buffer[1]=e[1],this.buffer[0]=e[0],this}hex(){return`${Hs(this.buffer[3])} ${Hs(this.buffer[2])} ${Hs(this.buffer[1])} ${Hs(this.buffer[0])}`}static multiply(t,e){return new r(new Uint32Array(t.buffer)).times(e)}static add(t,e){return new r(new Uint32Array(t.buffer)).plus(e)}static from(t,e=new Uint32Array(4)){return r.fromString(typeof t=="string"?t:t.toString(),e)}static fromNumber(t,e=new Uint32Array(4)){return r.fromString(t.toString(),e)}static fromString(t,e=new Uint32Array(4)){let i=t.startsWith("-"),n=t.length,s=new r(e);for(let o=i?1:0;o<n;){let a=Ks<n-o?Ks:n-o,c=new r(new Uint32Array([Number.parseInt(t.slice(o,o+a),10),0,0,0])),l=new r(new Uint32Array([Yh[a],0,0,0]));s.times(l),s.plus(c),o+=a}return i?s.negate():s}static convertArray(t){let e=new Uint32Array(t.length*4);for(let i=-1,n=t.length;++i<n;)r.from(t[i],new Uint32Array(e.buffer,e.byteOffset+4*4*i,4));return e}};var ma=class extends B{constructor(t,e,i,n,s=pt.V5){super(),this.nodesIndex=-1,this.buffersIndex=-1,this.bytes=t,this.nodes=e,this.buffers=i,this.dictionaries=n,this.metadataVersion=s}visit(t){return super.visit(t instanceof X?t.type:t)}visitNull(t,{length:e}=this.nextFieldNode()){return $({type:t,length:e})}visitBool(t,{length:e,nullCount:i}=this.nextFieldNode()){return $({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitInt(t,{length:e,nullCount:i}=this.nextFieldNode()){return $({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitFloat(t,{length:e,nullCount:i}=this.nextFieldNode()){return $({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitUtf8(t,{length:e,nullCount:i}=this.nextFieldNode()){return $({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),valueOffsets:this.readOffsets(t),data:this.readData(t)})}visitLargeUtf8(t,{length:e,nullCount:i}=this.nextFieldNode()){return $({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),valueOffsets:this.readOffsets(t),data:this.readData(t)})}visitBinary(t,{length:e,nullCount:i}=this.nextFieldNode()){return $({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),valueOffsets:this.readOffsets(t),data:this.readData(t)})}visitLargeBinary(t,{length:e,nullCount:i}=this.nextFieldNode()){return $({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),valueOffsets:this.readOffsets(t),data:this.readData(t)})}visitFixedSizeBinary(t,{length:e,nullCount:i}=this.nextFieldNode()){return $({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitDate(t,{length:e,nullCount:i}=this.nextFieldNode()){return $({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitTimestamp(t,{length:e,nullCount:i}=this.nextFieldNode()){return $({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitTime(t,{length:e,nullCount:i}=this.nextFieldNode()){return $({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitDecimal(t,{length:e,nullCount:i}=this.nextFieldNode()){return $({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitList(t,{length:e,nullCount:i}=this.nextFieldNode()){return $({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),valueOffsets:this.readOffsets(t),child:this.visit(t.children[0])})}visitStruct(t,{length:e,nullCount:i}=this.nextFieldNode()){return $({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),children:this.visitMany(t.children)})}visitUnion(t,{length:e,nullCount:i}=this.nextFieldNode()){return this.metadataVersion<pt.V5&&this.readNullBitmap(t,i),t.mode===_t.Sparse?this.visitSparseUnion(t,{length:e,nullCount:i}):this.visitDenseUnion(t,{length:e,nullCount:i})}visitDenseUnion(t,{length:e,nullCount:i}=this.nextFieldNode()){return $({type:t,length:e,nullCount:i,typeIds:this.readTypeIds(t),valueOffsets:this.readOffsets(t),children:this.visitMany(t.children)})}visitSparseUnion(t,{length:e,nullCount:i}=this.nextFieldNode()){return $({type:t,length:e,nullCount:i,typeIds:this.readTypeIds(t),children:this.visitMany(t.children)})}visitDictionary(t,{length:e,nullCount:i}=this.nextFieldNode()){return $({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t.indices),dictionary:this.readDictionary(t)})}visitInterval(t,{length:e,nullCount:i}=this.nextFieldNode()){return $({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitDuration(t,{length:e,nullCount:i}=this.nextFieldNode()){return $({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitFixedSizeList(t,{length:e,nullCount:i}=this.nextFieldNode()){return $({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),child:this.visit(t.children[0])})}visitMap(t,{length:e,nullCount:i}=this.nextFieldNode()){return $({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),valueOffsets:this.readOffsets(t),child:this.visit(t.children[0])})}nextFieldNode(){return this.nodes[++this.nodesIndex]}nextBufferRange(){return this.buffers[++this.buffersIndex]}readNullBitmap(t,e,i=this.nextBufferRange()){return e>0&&this.readData(t,i)||new Uint8Array(0)}readOffsets(t,e){return this.readData(t,e)}readTypeIds(t,e){return this.readData(t,e)}readData(t,{length:e,offset:i}=this.nextBufferRange()){return this.bytes.subarray(i,i+e)}readDictionary(t){return this.dictionaries.get(t.id)}},Vl=class extends ma{constructor(t,e,i,n,s){super(new Uint8Array(0),e,i,n,s),this.sources=t}readNullBitmap(t,e,{offset:i}=this.nextBufferRange()){return e<=0?new Uint8Array(0):Hn(this.sources[i])}readOffsets(t,{offset:e}=this.nextBufferRange()){return J(Uint8Array,J(t.OffsetArrayType,this.sources[e]))}readTypeIds(t,{offset:e}=this.nextBufferRange()){return J(Uint8Array,J(t.ArrayType,this.sources[e]))}readData(t,{offset:e}=this.nextBufferRange()){let{sources:i}=this;return g.isTimestamp(t)?J(Uint8Array,Ni.convertArray(i[e])):(g.isInt(t)||g.isTime(t))&&t.bitWidth===64||g.isDuration(t)?J(Uint8Array,Ni.convertArray(i[e])):g.isDate(t)&&t.unit===Vt.MILLISECOND?J(Uint8Array,Ni.convertArray(i[e])):g.isDecimal(t)?J(Uint8Array,pa.convertArray(i[e])):g.isBinary(t)||g.isLargeBinary(t)||g.isFixedSizeBinary(t)?Rw(i[e]):g.isBool(t)?Hn(i[e]):g.isUtf8(t)||g.isLargeUtf8(t)?qr(i[e].join("")):J(Uint8Array,J(t.ArrayType,i[e].map(n=>+n)))}};function Rw(r){let t=r.join(""),e=new Uint8Array(t.length/2);for(let i=0;i<t.length;i+=2)e[i>>1]=Number.parseInt(t.slice(i,i+2),16);return e}var Js=class extends we{constructor(t){super(t),this._values=new vr(Uint8Array)}get byteLength(){let t=this._pendingLength+this.length*4;return this._offsets&&(t+=this._offsets.byteLength),this._values&&(t+=this._values.byteLength),this._nulls&&(t+=this._nulls.byteLength),t}setValue(t,e){return super.setValue(t,N(e))}_flushPending(t,e){let i=this._offsets,n=this._values.reserve(e).buffer,s=0;for(let[o,a]of t)if(a===void 0)i.set(o,0);else{let c=a.length;n.set(a,s),i.set(o,c),s+=c}}};var Qs=class extends we{constructor(t){super(t),this._values=new vr(Uint8Array)}get byteLength(){let t=this._pendingLength+this.length*4;return this._offsets&&(t+=this._offsets.byteLength),this._values&&(t+=this._values.byteLength),this._nulls&&(t+=this._nulls.byteLength),t}setValue(t,e){return super.setValue(t,N(e))}_flushPending(t,e){let i=this._offsets,n=this._values.reserve(e).buffer,s=0;for(let[o,a]of t)if(a===void 0)i.set(o,BigInt(0));else{let c=a.length;n.set(a,s),i.set(o,BigInt(c)),s+=c}}};var Pl=class extends Dt{constructor(t){super(t),this._values=new Gs}setValue(t,e){this._values.set(t,+e)}};var Xn=class extends $t{};Xn.prototype._setValue=Ah;var ya=class extends Xn{};ya.prototype._setValue=hl;var ga=class extends Xn{};ga.prototype._setValue=fl;var ba=class extends $t{};ba.prototype._setValue=Eh;var jl=class extends Dt{constructor({type:t,nullValues:e,dictionaryHashFunction:i}){super({type:new _e(t.dictionary,t.indices,t.id,t.isOrdered)}),this._nulls=null,this._dictionaryOffset=0,this._keysToIndices=Object.create(null),this.indices=Zn({type:this.type.indices,nullValues:e}),this.dictionary=Zn({type:this.type.dictionary,nullValues:null}),typeof i=="function"&&(this.valueToKey=i)}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(t){return this.indices.isValid(t)}setValid(t,e){let i=this.indices;return e=i.setValid(t,e),this.length=i.length,e}setValue(t,e){let i=this._keysToIndices,n=this.valueToKey(e),s=i[n];return s===void 0&&(i[n]=s=this._dictionaryOffset+this.dictionary.append(e).length-1),this.indices.setValue(t,s)}flush(){let t=this.type,e=this._dictionary,i=this.dictionary.toVector(),n=this.indices.flush().clone(t);return n.dictionary=e?e.concat(i):i,this.finished||(this._dictionaryOffset+=i.length),this._dictionary=n.dictionary,this.clear(),n}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(t){return typeof t=="string"?t:`${t}`}};var _a=class extends $t{};_a.prototype._setValue=Th;var zl=class extends Dt{setValue(t,e){let[i]=this.children,n=t*this.stride;for(let s=-1,o=e.length;++s<o;)i.set(n+s,e[s])}addChild(t,e="0"){if(this.numChildren>0)throw new Error("FixedSizeListBuilder can only have one child.");let i=this.children.push(t);return this.type=new Xe(this.type.listSize,new X(e,t.type,!0)),i}};var ts=class extends $t{setValue(t,e){this._values.set(t,e)}},$l=class extends ts{setValue(t,e){super.setValue(t,oa(e))}},ql=class extends ts{},Wl=class extends ts{};var es=class extends $t{};es.prototype._setValue=Fh;var wa=class extends es{};wa.prototype._setValue=vl;var Ia=class extends es{};Ia.prototype._setValue=Sl;var Mi=class extends $t{};Mi.prototype._setValue=Nh;var va=class extends Mi{};va.prototype._setValue=Bl;var Sa=class extends Mi{};Sa.prototype._setValue=xl;var Ba=class extends Mi{};Ba.prototype._setValue=Tl;var xa=class extends Mi{};xa.prototype._setValue=Al;var er=class extends $t{setValue(t,e){this._values.set(t,e)}},Gl=class extends er{},Yl=class extends er{},Hl=class extends er{},Kl=class extends er{},Jl=class extends er{},Ql=class extends er{},Xl=class extends er{},Zl=class extends er{};var tu=class extends we{constructor(t){super(t),this._offsets=new Ys(t.type)}addChild(t,e="0"){if(this.numChildren>0)throw new Error("ListBuilder can only have one child.");return this.children[this.numChildren]=t,this.type=new Je(new X(e,t.type,!0)),this.numChildren-1}_flushPending(t){let e=this._offsets,[i]=this.children;for(let[n,s]of t)if(typeof s>"u")e.set(n,0);else{let o=s,a=o.length,c=e.set(n,a).buffer[n];for(let l=-1;++l<a;)i.set(c+l,o[l])}}};var eu=class extends we{set(t,e){return super.set(t,e)}setValue(t,e){let i=e instanceof Map?e:new Map(Object.entries(e)),n=this._pending||(this._pending=new Map),s=n.get(t);s&&(this._pendingLength-=s.size),this._pendingLength+=i.size,n.set(t,i)}addChild(t,e=`${this.numChildren}`){if(this.numChildren>0)throw new Error("ListBuilder can only have one child.");return this.children[this.numChildren]=t,this.type=new Ze(new X(e,t.type,!0),this.type.keysSorted),this.numChildren-1}_flushPending(t){let e=this._offsets,[i]=this.children;for(let[n,s]of t)if(s===void 0)e.set(n,0);else{let{[n]:o,[n+1]:a}=e.set(n,s.size).buffer;for(let c of s.entries())if(i.set(o,c),++o>=a)break}}};var ru=class extends Dt{setValue(t,e){}setValid(t,e){return this.length=Math.max(t+1,this.length),e}};var iu=class extends Dt{setValue(t,e){let{children:i,type:n}=this;switch(Array.isArray(e)||e.constructor){case!0:return n.children.forEach((s,o)=>i[o].set(t,e[o]));case Map:return n.children.forEach((s,o)=>i[o].set(t,e.get(s.name)));default:return n.children.forEach((s,o)=>i[o].set(t,e[s.name]))}}setValid(t,e){return super.setValid(t,e)||this.children.forEach(i=>i.setValid(t,e)),e}addChild(t,e=`${this.numChildren}`){let i=this.children.push(t);return this.type=new wt([...this.type.children,new X(e,t.type,!0)]),i}};var Li=class extends $t{};Li.prototype._setValue=Dh;var Ta=class extends Li{};Ta.prototype._setValue=pl;var Aa=class extends Li{};Aa.prototype._setValue=ml;var Da=class extends Li{};Da.prototype._setValue=yl;var Oa=class extends Li{};Oa.prototype._setValue=gl;var Ri=class extends $t{};Ri.prototype._setValue=Oh;var Ea=class extends Ri{};Ea.prototype._setValue=bl;var Fa=class extends Ri{};Fa.prototype._setValue=_l;var Na=class extends Ri{};Na.prototype._setValue=wl;var Ma=class extends Ri{};Ma.prototype._setValue=Il;var Xs=class extends Dt{constructor(t){super(t),this._typeIds=new Di(Int8Array,0,1),typeof t.valueToChildTypeId=="function"&&(this._valueToChildTypeId=t.valueToChildTypeId)}get typeIdToChildIndex(){return this.type.typeIdToChildIndex}append(t,e){return this.set(this.length,t,e)}set(t,e,i){return i===void 0&&(i=this._valueToChildTypeId(this,e,t)),this.setValue(t,e,i),this}setValue(t,e,i){this._typeIds.set(t,i);let n=this.type.typeIdToChildIndex[i],s=this.children[n];s?.set(t,e)}addChild(t,e=`${this.children.length}`){let i=this.children.push(t),{type:{children:n,mode:s,typeIds:o}}=this,a=[...n,new X(e,t.type)];return this.type=new Qe(s,[...o,i],a),i}_valueToChildTypeId(t,e,i){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.")}},nu=class extends Xs{},su=class extends Xs{constructor(t){super(t),this._offsets=new Di(Int32Array)}setValue(t,e,i){let n=this._typeIds.set(t,i).buffer[t],s=this.getChildAt(this.type.typeIdToChildIndex[n]),o=this._offsets.set(t,s.length).buffer[t];s?.set(o,e)}};var La=class extends we{constructor(t){super(t),this._values=new vr(Uint8Array)}get byteLength(){let t=this._pendingLength+this.length*4;return this._offsets&&(t+=this._offsets.byteLength),this._values&&(t+=this._values.byteLength),this._nulls&&(t+=this._nulls.byteLength),t}setValue(t,e){return super.setValue(t,qr(e))}_flushPending(t,e){}};La.prototype._flushPending=Js.prototype._flushPending;var Ra=class extends we{constructor(t){super(t),this._values=new vr(Uint8Array)}get byteLength(){let t=this._pendingLength+this.length*4;return this._offsets&&(t+=this._offsets.byteLength),this._values&&(t+=this._values.byteLength),this._nulls&&(t+=this._nulls.byteLength),t}setValue(t,e){return super.setValue(t,qr(e))}_flushPending(t,e){}};Ra.prototype._flushPending=Qs.prototype._flushPending;var Kh=class extends B{visitNull(){return ru}visitBool(){return Pl}visitInt(){return er}visitInt8(){return Gl}visitInt16(){return Yl}visitInt32(){return Hl}visitInt64(){return Kl}visitUint8(){return Jl}visitUint16(){return Ql}visitUint32(){return Xl}visitUint64(){return Zl}visitFloat(){return ts}visitFloat16(){return $l}visitFloat32(){return ql}visitFloat64(){return Wl}visitUtf8(){return La}visitLargeUtf8(){return Ra}visitBinary(){return Js}visitLargeBinary(){return Qs}visitFixedSizeBinary(){return _a}visitDate(){return Xn}visitDateDay(){return ya}visitDateMillisecond(){return ga}visitTimestamp(){return Li}visitTimestampSecond(){return Ta}visitTimestampMillisecond(){return Aa}visitTimestampMicrosecond(){return Da}visitTimestampNanosecond(){return Oa}visitTime(){return Ri}visitTimeSecond(){return Ea}visitTimeMillisecond(){return Fa}visitTimeMicrosecond(){return Na}visitTimeNanosecond(){return Ma}visitDecimal(){return ba}visitList(){return tu}visitStruct(){return iu}visitUnion(){return Xs}visitDenseUnion(){return su}visitSparseUnion(){return nu}visitDictionary(){return jl}visitInterval(){return es}visitIntervalDayTime(){return wa}visitIntervalYearMonth(){return Ia}visitDuration(){return Mi}visitDurationSecond(){return va}visitDurationMillisecond(){return Sa}visitDurationMicrosecond(){return Ba}visitDurationNanosecond(){return xa}visitFixedSizeList(){return zl}visitMap(){return eu}},cy=new Kh;var D=class extends B{compareSchemas(t,e){return t===e||e instanceof t.constructor&&this.compareManyFields(t.fields,e.fields)}compareManyFields(t,e){return t===e||Array.isArray(t)&&Array.isArray(e)&&t.length===e.length&&t.every((i,n)=>this.compareFields(i,e[n]))}compareFields(t,e){return t===e||e instanceof t.constructor&&t.name===e.name&&t.nullable===e.nullable&&this.visit(t.type,e.type)}};function de(r,t){return t instanceof r.constructor}function rs(r,t){return r===t||de(r,t)}function Ui(r,t){return r===t||de(r,t)&&r.bitWidth===t.bitWidth&&r.isSigned===t.isSigned}function ou(r,t){return r===t||de(r,t)&&r.precision===t.precision}function Uw(r,t){return r===t||de(r,t)&&r.byteWidth===t.byteWidth}function Jh(r,t){return r===t||de(r,t)&&r.unit===t.unit}function Ua(r,t){return r===t||de(r,t)&&r.unit===t.unit&&r.timezone===t.timezone}function Ca(r,t){return r===t||de(r,t)&&r.unit===t.unit&&r.bitWidth===t.bitWidth}function Cw(r,t){return r===t||de(r,t)&&r.children.length===t.children.length&&ui.compareManyFields(r.children,t.children)}function kw(r,t){return r===t||de(r,t)&&r.children.length===t.children.length&&ui.compareManyFields(r.children,t.children)}function Qh(r,t){return r===t||de(r,t)&&r.mode===t.mode&&r.typeIds.every((e,i)=>e===t.typeIds[i])&&ui.compareManyFields(r.children,t.children)}function Vw(r,t){return r===t||de(r,t)&&r.id===t.id&&r.isOrdered===t.isOrdered&&ui.visit(r.indices,t.indices)&&ui.visit(r.dictionary,t.dictionary)}function Xh(r,t){return r===t||de(r,t)&&r.unit===t.unit}function ka(r,t){return r===t||de(r,t)&&r.unit===t.unit}function Pw(r,t){return r===t||de(r,t)&&r.listSize===t.listSize&&r.children.length===t.children.length&&ui.compareManyFields(r.children,t.children)}function jw(r,t){return r===t||de(r,t)&&r.keysSorted===t.keysSorted&&r.children.length===t.children.length&&ui.compareManyFields(r.children,t.children)}D.prototype.visitNull=rs;D.prototype.visitBool=rs;D.prototype.visitInt=Ui;D.prototype.visitInt8=Ui;D.prototype.visitInt16=Ui;D.prototype.visitInt32=Ui;D.prototype.visitInt64=Ui;D.prototype.visitUint8=Ui;D.prototype.visitUint16=Ui;D.prototype.visitUint32=Ui;D.prototype.visitUint64=Ui;D.prototype.visitFloat=ou;D.prototype.visitFloat16=ou;D.prototype.visitFloat32=ou;D.prototype.visitFloat64=ou;D.prototype.visitUtf8=rs;D.prototype.visitLargeUtf8=rs;D.prototype.visitBinary=rs;D.prototype.visitLargeBinary=rs;D.prototype.visitFixedSizeBinary=Uw;D.prototype.visitDate=Jh;D.prototype.visitDateDay=Jh;D.prototype.visitDateMillisecond=Jh;D.prototype.visitTimestamp=Ua;D.prototype.visitTimestampSecond=Ua;D.prototype.visitTimestampMillisecond=Ua;D.prototype.visitTimestampMicrosecond=Ua;D.prototype.visitTimestampNanosecond=Ua;D.prototype.visitTime=Ca;D.prototype.visitTimeSecond=Ca;D.prototype.visitTimeMillisecond=Ca;D.prototype.visitTimeMicrosecond=Ca;D.prototype.visitTimeNanosecond=Ca;D.prototype.visitDecimal=rs;D.prototype.visitList=Cw;D.prototype.visitStruct=kw;D.prototype.visitUnion=Qh;D.prototype.visitDenseUnion=Qh;D.prototype.visitSparseUnion=Qh;D.prototype.visitDictionary=Vw;D.prototype.visitInterval=Xh;D.prototype.visitIntervalDayTime=Xh;D.prototype.visitIntervalYearMonth=Xh;D.prototype.visitDuration=ka;D.prototype.visitDurationSecond=ka;D.prototype.visitDurationMillisecond=ka;D.prototype.visitDurationMicrosecond=ka;D.prototype.visitDurationNanosecond=ka;D.prototype.visitFixedSizeList=Pw;D.prototype.visitMap=jw;var ui=new D;function is(r,t){return ui.compareSchemas(r,t)}function ly(r,t){return ui.compareFields(r,t)}function uy(r,t){return ui.visit(r,t)}function Zn(r){let t=r.type,e=new(cy.getVisitFn(t)())(r);if(t.children&&t.children.length>0){let i=r.children||[],n={nullValues:r.nullValues},s=Array.isArray(i)?(o,a)=>i[a]||n:({name:o})=>i[o]||n;for(let[o,a]of t.children.entries()){let{type:c}=a,l=s(a,o);e.children.push(Zn(Object.assign(Object.assign({},l),{type:c})))}}return e}function au(r,t){return zw(r,t.map(e=>e.data.concat()))}function zw(r,t){let e=[...r.fields],i=[],n={numBatches:t.reduce((f,m)=>Math.max(f,m.length),0)},s=0,o=0,a=-1,c=t.length,l,u=[];for(;n.numBatches-- >0;){for(o=Number.POSITIVE_INFINITY,a=-1;++a<c;)u[a]=l=t[a].shift(),o=Math.min(o,l?l.length:o);Number.isFinite(o)&&(u=$w(e,o,u,t,n),o>0&&(i[s++]=$({type:new wt(e),length:o,nullCount:0,children:u.slice()})))}return[r=r.assign(e),i.map(f=>new Ut(r,f))]}function $w(r,t,e,i,n){var s;let o=(t+63&-64)>>3;for(let a=-1,c=i.length;++a<c;){let l=e[a],u=l?.length;if(u>=t)u===t?e[a]=l:(e[a]=l.slice(0,t),n.numBatches=Math.max(n.numBatches,i[a].unshift(l.slice(t,u-t))));else{let f=r[a];r[a]=f.clone({nullable:!0}),e[a]=(s=l?._changeLengthAndBackfillNullBitmap(t))!==null&&s!==void 0?s:$({type:f.type,length:t,nullCount:t,nullBitmap:new Uint8Array(o)})}}return e}var dy,Ie=class r{constructor(...t){var e,i;if(t.length===0)return this.batches=[],this.schema=new ht([]),this._offsets=[0],this;let n,s;t[0]instanceof ht&&(n=t.shift()),t.at(-1)instanceof Uint32Array&&(s=t.pop());let o=c=>{if(c){if(c instanceof Ut)return[c];if(c instanceof r)return c.batches;if(c instanceof ut){if(c.type instanceof wt)return[new Ut(new ht(c.type.children),c)]}else{if(Array.isArray(c))return c.flatMap(l=>o(l));if(typeof c[Symbol.iterator]=="function")return[...c].flatMap(l=>o(l));if(typeof c=="object"){let l=Object.keys(c),u=l.map(b=>new et([c[b]])),f=n??new ht(l.map((b,F)=>new X(String(b),u[F].type,u[F].nullable))),[,m]=au(f,u);return m.length===0?[new Ut(c)]:m}}}return[]},a=t.flatMap(c=>o(c));if(n=(i=n??((e=a[0])===null||e===void 0?void 0:e.schema))!==null&&i!==void 0?i:new ht([]),!(n instanceof ht))throw new TypeError("Table constructor expects a [Schema, RecordBatch[]] pair.");for(let c of a){if(!(c instanceof Ut))throw new TypeError("Table constructor expects a [Schema, RecordBatch[]] pair.");if(!is(n,c.schema))throw new TypeError("Table and inner RecordBatch schemas must be equivalent.")}this.schema=n,this.batches=a,this._offsets=s??Nl(this.data)}get data(){return this.batches.map(({data:t})=>t)}get numCols(){return this.schema.fields.length}get numRows(){return this.data.reduce((t,e)=>t+e.length,0)}get nullCount(){return this._nullCount===-1&&(this._nullCount=Fl(this.data)),this._nullCount}isValid(t){return!1}get(t){return null}at(t){return this.get(Wn(t,this.numRows))}set(t,e){}indexOf(t,e){return-1}[Symbol.iterator](){return this.batches.length>0?Ws.visit(new et(this.data)):new Array(0)[Symbol.iterator]()}toArray(){return[...this]}toString(){return`[
|
|
8
|
+
return true;`)}function B_(e){return typeof e!="bigint"?Ie(e):`${Ie(e)}n`}function wd(e,t){let r=Math.ceil(e)*t-1;return(r-r%64+64||64)/t}function gp(e,t=0){return e.length>=t?e.subarray(0,t):Is(new e.constructor(t),e,0)}var Oe=class{constructor(t,r=0,n=1){this.length=Math.ceil(r/n),this.buffer=new t(this.length),this.stride=n,this.BYTES_PER_ELEMENT=t.BYTES_PER_ELEMENT,this.ArrayType=t}get byteLength(){return Math.ceil(this.length*this.stride)*this.BYTES_PER_ELEMENT}get reservedLength(){return this.buffer.length/this.stride}get reservedByteLength(){return this.buffer.byteLength}set(t,r){return this}append(t){return this.set(this.length,t)}reserve(t){if(t>0){this.length+=t;let r=this.stride,n=this.length*r,i=this.buffer.length;n>=i&&this._resize(i===0?wd(n*1,this.BYTES_PER_ELEMENT):wd(n*2,this.BYTES_PER_ELEMENT))}return this}flush(t=this.length){t=wd(t*this.stride,this.BYTES_PER_ELEMENT);let r=gp(this.buffer,t);return this.clear(),r}clear(){return this.length=0,this.buffer=new this.ArrayType,this}_resize(t){return this.buffer=gp(this.buffer,t)}},mr=class extends Oe{last(){return this.get(this.length-1)}get(t){return this.buffer[t]}set(t,r){return this.reserve(t-this.length+1),this.buffer[t*this.stride]=r,this}},xi=class extends mr{constructor(){super(Uint8Array,0,1/8),this.numValid=0}get numInvalid(){return this.length-this.numValid}get(t){return this.buffer[t>>3]>>t%8&1}set(t,r){let{buffer:n}=this.reserve(t-this.length+1),i=t>>3,s=t%8,o=n[i]>>s&1;return r?o===0&&(n[i]|=1<<s,++this.numValid):o===1&&(n[i]&=~(1<<s),--this.numValid),this}clear(){return this.numValid=0,super.clear()}},vi=class extends mr{constructor(t){super(t.OffsetArrayType,1,1)}append(t){return this.set(this.length-1,t)}set(t,r){let n=this.length-1,i=this.reserve(t-n+1).buffer;return n<t++&&n>=0&&i.fill(i[n],n,t),i[t]=i[t-1]+r,this}flush(t=this.length-1){return t>this.length&&this.set(t-1,this.BYTES_PER_ELEMENT>4?BigInt(0):0),super.flush(t+1)}};var Z=class{static throughNode(t){throw new Error('"throughNode" not available in this environment')}static throughDOM(t){throw new Error('"throughDOM" not available in this environment')}constructor({type:t,nullValues:r}){this.length=0,this.finished=!1,this.type=t,this.children=[],this.nullValues=r,this.stride=Jt(t),this._nulls=new xi,r&&r.length>0&&(this._isValid=yp(r))}toVector(){return new k([this.flush()])}get ArrayType(){return this.type.ArrayType}get nullCount(){return this._nulls.numInvalid}get numChildren(){return this.children.length}get byteLength(){let t=0,{_offsets:r,_values:n,_nulls:i,_typeIds:s,children:o}=this;return r&&(t+=r.byteLength),n&&(t+=n.byteLength),i&&(t+=i.byteLength),s&&(t+=s.byteLength),o.reduce((a,c)=>a+c.byteLength,t)}get reservedLength(){return this._nulls.reservedLength}get reservedByteLength(){let t=0;return this._offsets&&(t+=this._offsets.reservedByteLength),this._values&&(t+=this._values.reservedByteLength),this._nulls&&(t+=this._nulls.reservedByteLength),this._typeIds&&(t+=this._typeIds.reservedByteLength),this.children.reduce((r,n)=>r+n.reservedByteLength,t)}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(t){return this.set(this.length,t)}isValid(t){return this._isValid(t)}set(t,r){return this.setValid(t,this.isValid(r))&&this.setValue(t,r),this}setValue(t,r){this._setValue(this,t,r)}setValid(t,r){return this.length=this._nulls.set(t,+r).length,r}addChild(t,r=`${this.numChildren}`){throw new Error(`Cannot append children to non-nested type "${this.type}"`)}getChildAt(t){return this.children[t]||null}flush(){let t,r,n,i,{type:s,length:o,nullCount:a,_typeIds:c,_offsets:u,_values:d,_nulls:f}=this;(r=c?.flush(o))?i=u?.flush(o):(i=u?.flush(o))?t=d?.flush(u.last()):t=d?.flush(o),a>0&&(n=f?.flush(o));let p=this.children.map(m=>m.flush());return this.clear(),D({type:s,length:o,nullCount:a,children:p,child:p[0],data:t,typeIds:r,nullBitmap:n,valueOffsets:i})}finish(){this.finished=!0;for(let t of this.children)t.finish();return this}clear(){var t,r,n,i;this.length=0,(t=this._nulls)===null||t===void 0||t.clear(),(r=this._values)===null||r===void 0||r.clear(),(n=this._offsets)===null||n===void 0||n.clear(),(i=this._typeIds)===null||i===void 0||i.clear();for(let s of this.children)s.clear();return this}};Z.prototype.length=1;Z.prototype.stride=1;Z.prototype.children=null;Z.prototype.finished=!1;Z.prototype.nullValues=null;Z.prototype._isValid=()=>!0;var dt=class extends Z{constructor(t){super(t),this._values=new mr(this.ArrayType,0,this.stride)}setValue(t,r){let n=this._values;return n.reserve(t-n.length+1),super.setValue(t,r)}},kt=class extends Z{constructor(t){super(t),this._pendingLength=0,this._offsets=new vi(t.type)}setValue(t,r){let n=this._pending||(this._pending=new Map),i=n.get(t);i&&(this._pendingLength-=i.length),this._pendingLength+=r instanceof je?r[Qr].length:r.length,n.set(t,r)}setValid(t,r){return super.setValid(t,r)?!0:((this._pending||(this._pending=new Map)).set(t,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 t=this._pending,r=this._pendingLength;return this._pendingLength=0,this._pending=void 0,t&&t.size>0&&this._flushPending(t,r),this}};var An=class{constructor(){this.bb=null,this.bb_pos=0}__init(t,r){return this.bb_pos=t,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 sizeOf(){return 24}static createBlock(t,r,n,i){return t.prep(8,24),t.writeInt64(BigInt(i??0)),t.pad(4),t.writeInt32(n),t.writeInt64(BigInt(r??0)),t.offset()}};var Xt=class e{constructor(){this.bb=null,this.bb_pos=0}__init(t,r){return this.bb_pos=t,this.bb=r,this}static getRootAsFooter(t,r){return(r||new e).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsFooter(t,r){return t.setPosition(t.position()+4),(r||new e).__init(t.readInt32(t.position())+t.position(),t)}version(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt16(this.bb_pos+t):z.V1}schema(t){let r=this.bb.__offset(this.bb_pos,6);return r?(t||new Ct).__init(this.bb.__indirect(this.bb_pos+r),this.bb):null}dictionaries(t,r){let n=this.bb.__offset(this.bb_pos,8);return n?(r||new An).__init(this.bb.__vector(this.bb_pos+n)+t*24,this.bb):null}dictionariesLength(){let t=this.bb.__offset(this.bb_pos,8);return t?this.bb.__vector_len(this.bb_pos+t):0}recordBatches(t,r){let n=this.bb.__offset(this.bb_pos,10);return n?(r||new An).__init(this.bb.__vector(this.bb_pos+n)+t*24,this.bb):null}recordBatchesLength(){let t=this.bb.__offset(this.bb_pos,10);return t?this.bb.__vector_len(this.bb_pos+t):0}customMetadata(t,r){let n=this.bb.__offset(this.bb_pos,12);return n?(r||new pt).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+n)+t*4),this.bb):null}customMetadataLength(){let t=this.bb.__offset(this.bb_pos,12);return t?this.bb.__vector_len(this.bb_pos+t):0}static startFooter(t){t.startObject(5)}static addVersion(t,r){t.addFieldInt16(0,r,z.V1)}static addSchema(t,r){t.addFieldOffset(1,r,0)}static addDictionaries(t,r){t.addFieldOffset(2,r,0)}static startDictionariesVector(t,r){t.startVector(24,r,8)}static addRecordBatches(t,r){t.addFieldOffset(3,r,0)}static startRecordBatchesVector(t,r){t.startVector(24,r,8)}static addCustomMetadata(t,r){t.addFieldOffset(4,r,0)}static createCustomMetadataVector(t,r){t.startVector(4,r.length,4);for(let n=r.length-1;n>=0;n--)t.addOffset(r[n]);return t.endVector()}static startCustomMetadataVector(t,r){t.startVector(4,r,4)}static endFooter(t){return t.endObject()}static finishFooterBuffer(t,r){t.finish(r)}static finishSizePrefixedFooterBuffer(t,r){t.finish(r,void 0,!0)}};var $=class e{constructor(t=[],r,n,i=z.V5){this.fields=t||[],this.metadata=r||new Map,n||(n=Id(this.fields)),this.dictionaries=n,this.metadataVersion=i}get[Symbol.toStringTag](){return"Schema"}get names(){return this.fields.map(t=>t.name)}toString(){return`Schema<{ ${this.fields.map((t,r)=>`${r}: ${t}`).join(", ")} }>`}select(t){let r=new Set(t),n=this.fields.filter(i=>r.has(i.name));return new e(n,this.metadata)}selectAt(t){let r=t.map(n=>this.fields[n]).filter(Boolean);return new e(r,this.metadata)}assign(...t){let r=t[0]instanceof e?t[0]:Array.isArray(t[0])?new e(t[0]):new e(t),n=[...this.fields],i=iu(iu(new Map,this.metadata),r.metadata),s=r.fields.filter(a=>{let c=n.findIndex(u=>u.name===a.name);return~c?(n[c]=a.clone({metadata:iu(iu(new Map,n[c].metadata),a.metadata)}))&&!1:!0}),o=Id(s,new Map);return new e([...n,...s],i,new Map([...this.dictionaries,...o]))}};$.prototype.fields=null;$.prototype.metadata=null;$.prototype.dictionaries=null;var U=class e{static new(...t){let[r,n,i,s]=t;return t[0]&&typeof t[0]=="object"&&({name:r}=t[0],n===void 0&&(n=t[0].type),i===void 0&&(i=t[0].nullable),s===void 0&&(s=t[0].metadata)),new e(`${r}`,n,i,s)}constructor(t,r,n=!1,i){this.name=t,this.type=r,this.nullable=n,this.metadata=i||new Map}get typeId(){return this.type.typeId}get[Symbol.toStringTag](){return"Field"}toString(){return`${this.name}: ${this.type}`}clone(...t){let[r,n,i,s]=t;return!t[0]||typeof t[0]!="object"?[r=this.name,n=this.type,i=this.nullable,s=this.metadata]=t:{name:r=this.name,type:n=this.type,nullable:i=this.nullable,metadata:s=this.metadata}=t[0],e.new(r,n,i,s)}};U.prototype.type=null;U.prototype.name=null;U.prototype.nullable=null;U.prototype.metadata=null;function iu(e,t){return new Map([...e||new Map,...t||new Map])}function Id(e,t=new Map){for(let r=-1,n=e.length;++r<n;){let s=e[r].type;if(g.isDictionary(s)){if(!t.has(s.id))t.set(s.id,s.dictionary);else if(t.get(s.id)!==s.dictionary)throw new Error("Cannot create Schema containing two different dictionaries with the same Id")}s.children&&s.children.length>0&&Id(s.children,t)}return t}var N_=In,D_=Ht,yr=class{static decode(t){t=new D_(A(t));let r=Xt.getRootAsFooter(t),n=$.decode(r.schema(),new Map,r.version());return new xd(n,r)}static encode(t){let r=new N_,n=$.encode(r,t.schema);Xt.startRecordBatchesVector(r,t.numRecordBatches);for(let o of[...t.recordBatches()].slice().reverse())gr.encode(r,o);let i=r.endVector();Xt.startDictionariesVector(r,t.numDictionaries);for(let o of[...t.dictionaryBatches()].slice().reverse())gr.encode(r,o);let s=r.endVector();return Xt.startFooter(r),Xt.addSchema(r,n),Xt.addVersion(r,z.V5),Xt.addRecordBatches(r,i),Xt.addDictionaries(r,s),Xt.finishFooterBuffer(r,Xt.endFooter(r)),r.asUint8Array()}get numRecordBatches(){return this._recordBatches.length}get numDictionaries(){return this._dictionaryBatches.length}constructor(t,r=z.V5,n,i){this.schema=t,this.version=r,n&&(this._recordBatches=n),i&&(this._dictionaryBatches=i)}*recordBatches(){for(let t,r=-1,n=this.numRecordBatches;++r<n;)(t=this.getRecordBatch(r))&&(yield t)}*dictionaryBatches(){for(let t,r=-1,n=this.numDictionaries;++r<n;)(t=this.getDictionaryBatch(r))&&(yield t)}getRecordBatch(t){return t>=0&&t<this.numRecordBatches&&this._recordBatches[t]||null}getDictionaryBatch(t){return t>=0&&t<this.numDictionaries&&this._dictionaryBatches[t]||null}};var xd=class extends yr{get numRecordBatches(){return this._footer.recordBatchesLength()}get numDictionaries(){return this._footer.dictionariesLength()}constructor(t,r){super(t,r.version()),this._footer=r}getRecordBatch(t){if(t>=0&&t<this.numRecordBatches){let r=this._footer.recordBatches(t);if(r)return gr.decode(r)}return null}getDictionaryBatch(t){if(t>=0&&t<this.numDictionaries){let r=this._footer.dictionaries(t);if(r)return gr.decode(r)}return null}},gr=class e{static decode(t){return new e(t.metaDataLength(),t.bodyLength(),t.offset())}static encode(t,r){let{metaDataLength:n}=r,i=BigInt(r.offset),s=BigInt(r.bodyLength);return An.createBlock(t,i,n,s)}constructor(t,r,n){this.metaDataLength=t,this.offset=P(n),this.bodyLength=P(r)}};var X=Object.freeze({done:!0,value:void 0}),js=class{constructor(t){this._json=t}get schema(){return this._json.schema}get batches(){return this._json.batches||[]}get dictionaries(){return this._json.dictionaries||[]}},On=class{tee(){return this._getDOMStream().tee()}pipe(t,r){return this._getNodeStream().pipe(t,r)}pipeTo(t,r){return this._getDOMStream().pipeTo(t,r)}pipeThrough(t,r){return this._getDOMStream().pipeThrough(t,r)}_getDOMStream(){return this._DOMStream||(this._DOMStream=this.toDOMStream())}_getNodeStream(){return this._nodeStream||(this._nodeStream=this.toNodeStream())}},su=class extends On{constructor(){super(),this._values=[],this.resolvers=[],this._closedPromise=new Promise(t=>this._closedPromiseResolve=t)}get closed(){return this._closedPromise}cancel(t){return y(this,void 0,void 0,function*(){yield this.return(t)})}write(t){this._ensureOpen()&&(this.resolvers.length<=0?this._values.push(t):this.resolvers.shift().resolve({done:!1,value:t}))}abort(t){this._closedPromiseResolve&&(this.resolvers.length<=0?this._error={error:t}:this.resolvers.shift().reject({done:!0,value:t}))}close(){if(this._closedPromiseResolve){let{resolvers:t}=this;for(;t.length>0;)t.shift().resolve(X);this._closedPromiseResolve(),this._closedPromiseResolve=void 0}}[Symbol.asyncIterator](){return this}toDOMStream(t){return bt.toDOMStream(this._closedPromiseResolve||this._error?this:this._values,t)}toNodeStream(t){return bt.toNodeStream(this._closedPromiseResolve||this._error?this:this._values,t)}throw(t){return y(this,void 0,void 0,function*(){return yield this.abort(t),X})}return(t){return y(this,void 0,void 0,function*(){return yield this.close(),X})}read(t){return y(this,void 0,void 0,function*(){return(yield this.next(t,"read")).value})}peek(t){return y(this,void 0,void 0,function*(){return(yield this.next(t,"peek")).value})}next(...t){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(X)}_ensureOpen(){if(this._closedPromiseResolve)return!0;throw new Error("AsyncQueue is closed")}};var ze=class extends su{write(t){if((t=A(t)).byteLength>0)return super.write(t)}toString(t=!1){return t?bs(this.toUint8Array(!0)):this.toUint8Array(!1).then(bs)}toUint8Array(t=!1){return t?Gt(this._values)[0]:y(this,void 0,void 0,function*(){var r,n,i,s;let o=[],a=0;try{for(var c=!0,u=pe(this),d;d=yield u.next(),r=d.done,!r;c=!0){s=d.value,c=!1;let f=s;o.push(f),a+=f.byteLength}}catch(f){n={error:f}}finally{try{!c&&!r&&(i=u.return)&&(yield i.call(u))}finally{if(n)throw n.error}}return Gt(o,a)[0]})}},qe=class{constructor(t){t&&(this.source=new vd(bt.fromIterable(t)))}[Symbol.iterator](){return this}next(t){return this.source.next(t)}throw(t){return this.source.throw(t)}return(t){return this.source.return(t)}peek(t){return this.source.peek(t)}read(t){return this.source.read(t)}},ce=class e{constructor(t){t instanceof e?this.source=t.source:t instanceof ze?this.source=new _r(bt.fromAsyncIterable(t)):pc(t)?this.source=new _r(bt.fromNodeStream(t)):ws(t)?this.source=new _r(bt.fromDOMStream(t)):fc(t)?this.source=new _r(bt.fromDOMStream(t.body)):ye(t)?this.source=new _r(bt.fromIterable(t)):me(t)?this.source=new _r(bt.fromAsyncIterable(t)):ie(t)&&(this.source=new _r(bt.fromAsyncIterable(t)))}[Symbol.asyncIterator](){return this}next(t){return this.source.next(t)}throw(t){return this.source.throw(t)}return(t){return this.source.return(t)}get closed(){return this.source.closed}cancel(t){return this.source.cancel(t)}peek(t){return this.source.peek(t)}read(t){return this.source.read(t)}},vd=class{constructor(t){this.source=t}cancel(t){this.return(t)}peek(t){return this.next(t,"peek").value}read(t){return this.next(t,"read").value}next(t,r="read"){return this.source.next({cmd:r,size:t})}throw(t){return Object.create(this.source.throw&&this.source.throw(t)||X)}return(t){return Object.create(this.source.return&&this.source.return(t)||X)}},_r=class{constructor(t){this.source=t,this._closedPromise=new Promise(r=>this._closedPromiseResolve=r)}cancel(t){return y(this,void 0,void 0,function*(){yield this.return(t)})}get closed(){return this._closedPromise}read(t){return y(this,void 0,void 0,function*(){return(yield this.next(t,"read")).value})}peek(t){return y(this,void 0,void 0,function*(){return(yield this.next(t,"peek")).value})}next(t){return y(this,arguments,void 0,function*(r,n="read"){return yield this.source.next({cmd:n,size:r})})}throw(t){return y(this,void 0,void 0,function*(){let r=this.source.throw&&(yield this.source.throw(t))||X;return this._closedPromiseResolve&&this._closedPromiseResolve(),this._closedPromiseResolve=void 0,Object.create(r)})}return(t){return y(this,void 0,void 0,function*(){let r=this.source.return&&(yield this.source.return(t))||X;return this._closedPromiseResolve&&this._closedPromiseResolve(),this._closedPromiseResolve=void 0,Object.create(r)})}};var zs=class extends qe{constructor(t,r){super(),this.position=0,this.buffer=A(t),this.size=r===void 0?this.buffer.byteLength:r}readInt32(t){let{buffer:r,byteOffset:n}=this.readAt(t,4);return new DataView(r,n).getInt32(0,!0)}seek(t){return this.position=Math.min(t,this.size),t<this.size}read(t){let{buffer:r,size:n,position:i}=this;return r&&i<n?(typeof t!="number"&&(t=Number.POSITIVE_INFINITY),this.position=Math.min(n,i+Math.min(n-i,t)),r.subarray(i,this.position)):null}readAt(t,r){let n=this.buffer,i=Math.min(this.size,t+r);return n?n.subarray(t,i):new Uint8Array(r)}close(){this.buffer&&(this.buffer=null)}throw(t){return this.close(),{done:!0,value:t}}return(t){return this.close(),{done:!0,value:t}}},Jr=class extends ce{constructor(t,r){super(),this.position=0,this._handle=t,typeof r=="number"?this.size=r:this._pending=y(this,void 0,void 0,function*(){this.size=(yield t.stat()).size,delete this._pending})}readInt32(t){return y(this,void 0,void 0,function*(){let{buffer:r,byteOffset:n}=yield this.readAt(t,4);return new DataView(r,n).getInt32(0,!0)})}seek(t){return y(this,void 0,void 0,function*(){return this._pending&&(yield this._pending),this.position=Math.min(t,this.size),t<this.size})}read(t){return y(this,void 0,void 0,function*(){this._pending&&(yield this._pending);let{_handle:r,size:n,position:i}=this;if(r&&i<n){typeof t!="number"&&(t=Number.POSITIVE_INFINITY);let s=i,o=0,a=0,c=Math.min(n,s+Math.min(n-s,t)),u=new Uint8Array(Math.max(0,(this.position=c)-s));for(;(s+=a)<c&&(o+=a)<u.byteLength;)({bytesRead:a}=yield r.read(u,o,u.byteLength-o,s));return u}return null})}readAt(t,r){return y(this,void 0,void 0,function*(){this._pending&&(yield this._pending);let{_handle:n,size:i}=this;if(n&&t+r<i){let s=Math.min(i,t+r),o=new Uint8Array(s-t);return(yield n.read(o,0,r,t)).buffer}return new Uint8Array(r)})}close(){return y(this,void 0,void 0,function*(){let t=this._handle;this._handle=null,t&&(yield t.close())})}throw(t){return y(this,void 0,void 0,function*(){return yield this.close(),{done:!0,value:t}})}return(t){return y(this,void 0,void 0,function*(){return yield this.close(),{done:!0,value:t}})}};var Ed={};tn(Ed,{BaseInt64:()=>qs,Int128:()=>$s,Int64:()=>br,Uint64:()=>it});function Si(e){return e<0&&(e=4294967295+e+1),`0x${e.toString(16)}`}var Ei=8,Sd=[1,10,100,1e3,1e4,1e5,1e6,1e7,1e8],qs=class{constructor(t){this.buffer=t}high(){return this.buffer[1]}low(){return this.buffer[0]}_times(t){let r=new Uint32Array([this.buffer[1]>>>16,this.buffer[1]&65535,this.buffer[0]>>>16,this.buffer[0]&65535]),n=new Uint32Array([t.buffer[1]>>>16,t.buffer[1]&65535,t.buffer[0]>>>16,t.buffer[0]&65535]),i=r[3]*n[3];this.buffer[0]=i&65535;let s=i>>>16;return i=r[2]*n[3],s+=i,i=r[3]*n[2]>>>0,s+=i,this.buffer[0]+=s<<16,this.buffer[1]=s>>>0<i?65536:0,this.buffer[1]+=s>>>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(t){let r=this.buffer[0]+t.buffer[0]>>>0;this.buffer[1]+=t.buffer[1],r<this.buffer[0]>>>0&&++this.buffer[1],this.buffer[0]=r}lessThan(t){return this.buffer[1]<t.buffer[1]||this.buffer[1]===t.buffer[1]&&this.buffer[0]<t.buffer[0]}equals(t){return this.buffer[1]===t.buffer[1]&&this.buffer[0]==t.buffer[0]}greaterThan(t){return t.lessThan(this)}hex(){return`${Si(this.buffer[1])} ${Si(this.buffer[0])}`}},it=class e extends qs{times(t){return this._times(t),this}plus(t){return this._plus(t),this}static from(t,r=new Uint32Array(2)){return e.fromString(typeof t=="string"?t:t.toString(),r)}static fromNumber(t,r=new Uint32Array(2)){return e.fromString(t.toString(),r)}static fromString(t,r=new Uint32Array(2)){let n=t.length,i=new e(r);for(let s=0;s<n;){let o=Ei<n-s?Ei:n-s,a=new e(new Uint32Array([Number.parseInt(t.slice(s,s+o),10),0])),c=new e(new Uint32Array([Sd[o],0]));i.times(c),i.plus(a),s+=o}return i}static convertArray(t){let r=new Uint32Array(t.length*2);for(let n=-1,i=t.length;++n<i;)e.from(t[n],new Uint32Array(r.buffer,r.byteOffset+2*n*4,2));return r}static multiply(t,r){return new e(new Uint32Array(t.buffer)).times(r)}static add(t,r){return new e(new Uint32Array(t.buffer)).plus(r)}},br=class e extends qs{negate(){return this.buffer[0]=~this.buffer[0]+1,this.buffer[1]=~this.buffer[1],this.buffer[0]==0&&++this.buffer[1],this}times(t){return this._times(t),this}plus(t){return this._plus(t),this}lessThan(t){let r=this.buffer[1]<<0,n=t.buffer[1]<<0;return r<n||r===n&&this.buffer[0]<t.buffer[0]}static from(t,r=new Uint32Array(2)){return e.fromString(typeof t=="string"?t:t.toString(),r)}static fromNumber(t,r=new Uint32Array(2)){return e.fromString(t.toString(),r)}static fromString(t,r=new Uint32Array(2)){let n=t.startsWith("-"),i=t.length,s=new e(r);for(let o=n?1:0;o<i;){let a=Ei<i-o?Ei:i-o,c=new e(new Uint32Array([Number.parseInt(t.slice(o,o+a),10),0])),u=new e(new Uint32Array([Sd[a],0]));s.times(u),s.plus(c),o+=a}return n?s.negate():s}static convertArray(t){let r=new Uint32Array(t.length*2);for(let n=-1,i=t.length;++n<i;)e.from(t[n],new Uint32Array(r.buffer,r.byteOffset+2*n*4,2));return r}static multiply(t,r){return new e(new Uint32Array(t.buffer)).times(r)}static add(t,r){return new e(new Uint32Array(t.buffer)).plus(r)}},$s=class e{constructor(t){this.buffer=t}high(){return new br(new Uint32Array(this.buffer.buffer,this.buffer.byteOffset+8,2))}low(){return new br(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(t){let r=new it(new Uint32Array([this.buffer[3],0])),n=new it(new Uint32Array([this.buffer[2],0])),i=new it(new Uint32Array([this.buffer[1],0])),s=new it(new Uint32Array([this.buffer[0],0])),o=new it(new Uint32Array([t.buffer[3],0])),a=new it(new Uint32Array([t.buffer[2],0])),c=new it(new Uint32Array([t.buffer[1],0])),u=new it(new Uint32Array([t.buffer[0],0])),d=it.multiply(s,u);this.buffer[0]=d.low();let f=new it(new Uint32Array([d.high(),0]));return d=it.multiply(i,u),f.plus(d),d=it.multiply(s,c),f.plus(d),this.buffer[1]=f.low(),this.buffer[3]=f.lessThan(d)?1:0,this.buffer[2]=f.high(),new it(new Uint32Array(this.buffer.buffer,this.buffer.byteOffset+8,2)).plus(it.multiply(n,u)).plus(it.multiply(i,c)).plus(it.multiply(s,a)),this.buffer[3]+=it.multiply(r,u).plus(it.multiply(n,c)).plus(it.multiply(i,a)).plus(it.multiply(s,o)).low(),this}plus(t){let r=new Uint32Array(4);return r[3]=this.buffer[3]+t.buffer[3]>>>0,r[2]=this.buffer[2]+t.buffer[2]>>>0,r[1]=this.buffer[1]+t.buffer[1]>>>0,r[0]=this.buffer[0]+t.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`${Si(this.buffer[3])} ${Si(this.buffer[2])} ${Si(this.buffer[1])} ${Si(this.buffer[0])}`}static multiply(t,r){return new e(new Uint32Array(t.buffer)).times(r)}static add(t,r){return new e(new Uint32Array(t.buffer)).plus(r)}static from(t,r=new Uint32Array(4)){return e.fromString(typeof t=="string"?t:t.toString(),r)}static fromNumber(t,r=new Uint32Array(4)){return e.fromString(t.toString(),r)}static fromString(t,r=new Uint32Array(4)){let n=t.startsWith("-"),i=t.length,s=new e(r);for(let o=n?1:0;o<i;){let a=Ei<i-o?Ei:i-o,c=new e(new Uint32Array([Number.parseInt(t.slice(o,o+a),10),0,0,0])),u=new e(new Uint32Array([Sd[a],0,0,0]));s.times(u),s.plus(c),o+=a}return n?s.negate():s}static convertArray(t){let r=new Uint32Array(t.length*4);for(let n=-1,i=t.length;++n<i;)e.from(t[n],new Uint32Array(r.buffer,r.byteOffset+4*4*n,4));return r}};var Ws=class extends I{constructor(t,r,n,i,s=z.V5){super(),this.nodesIndex=-1,this.buffersIndex=-1,this.bytes=t,this.nodes=r,this.buffers=n,this.dictionaries=i,this.metadataVersion=s}visit(t){return super.visit(t instanceof U?t.type:t)}visitNull(t,{length:r}=this.nextFieldNode()){return D({type:t,length:r})}visitBool(t,{length:r,nullCount:n}=this.nextFieldNode()){return D({type:t,length:r,nullCount:n,nullBitmap:this.readNullBitmap(t,n),data:this.readData(t)})}visitInt(t,{length:r,nullCount:n}=this.nextFieldNode()){return D({type:t,length:r,nullCount:n,nullBitmap:this.readNullBitmap(t,n),data:this.readData(t)})}visitFloat(t,{length:r,nullCount:n}=this.nextFieldNode()){return D({type:t,length:r,nullCount:n,nullBitmap:this.readNullBitmap(t,n),data:this.readData(t)})}visitUtf8(t,{length:r,nullCount:n}=this.nextFieldNode()){return D({type:t,length:r,nullCount:n,nullBitmap:this.readNullBitmap(t,n),valueOffsets:this.readOffsets(t),data:this.readData(t)})}visitLargeUtf8(t,{length:r,nullCount:n}=this.nextFieldNode()){return D({type:t,length:r,nullCount:n,nullBitmap:this.readNullBitmap(t,n),valueOffsets:this.readOffsets(t),data:this.readData(t)})}visitBinary(t,{length:r,nullCount:n}=this.nextFieldNode()){return D({type:t,length:r,nullCount:n,nullBitmap:this.readNullBitmap(t,n),valueOffsets:this.readOffsets(t),data:this.readData(t)})}visitLargeBinary(t,{length:r,nullCount:n}=this.nextFieldNode()){return D({type:t,length:r,nullCount:n,nullBitmap:this.readNullBitmap(t,n),valueOffsets:this.readOffsets(t),data:this.readData(t)})}visitFixedSizeBinary(t,{length:r,nullCount:n}=this.nextFieldNode()){return D({type:t,length:r,nullCount:n,nullBitmap:this.readNullBitmap(t,n),data:this.readData(t)})}visitDate(t,{length:r,nullCount:n}=this.nextFieldNode()){return D({type:t,length:r,nullCount:n,nullBitmap:this.readNullBitmap(t,n),data:this.readData(t)})}visitTimestamp(t,{length:r,nullCount:n}=this.nextFieldNode()){return D({type:t,length:r,nullCount:n,nullBitmap:this.readNullBitmap(t,n),data:this.readData(t)})}visitTime(t,{length:r,nullCount:n}=this.nextFieldNode()){return D({type:t,length:r,nullCount:n,nullBitmap:this.readNullBitmap(t,n),data:this.readData(t)})}visitDecimal(t,{length:r,nullCount:n}=this.nextFieldNode()){return D({type:t,length:r,nullCount:n,nullBitmap:this.readNullBitmap(t,n),data:this.readData(t)})}visitList(t,{length:r,nullCount:n}=this.nextFieldNode()){return D({type:t,length:r,nullCount:n,nullBitmap:this.readNullBitmap(t,n),valueOffsets:this.readOffsets(t),child:this.visit(t.children[0])})}visitStruct(t,{length:r,nullCount:n}=this.nextFieldNode()){return D({type:t,length:r,nullCount:n,nullBitmap:this.readNullBitmap(t,n),children:this.visitMany(t.children)})}visitUnion(t,{length:r,nullCount:n}=this.nextFieldNode()){return this.metadataVersion<z.V5&&this.readNullBitmap(t,n),t.mode===H.Sparse?this.visitSparseUnion(t,{length:r,nullCount:n}):this.visitDenseUnion(t,{length:r,nullCount:n})}visitDenseUnion(t,{length:r,nullCount:n}=this.nextFieldNode()){return D({type:t,length:r,nullCount:n,typeIds:this.readTypeIds(t),valueOffsets:this.readOffsets(t),children:this.visitMany(t.children)})}visitSparseUnion(t,{length:r,nullCount:n}=this.nextFieldNode()){return D({type:t,length:r,nullCount:n,typeIds:this.readTypeIds(t),children:this.visitMany(t.children)})}visitDictionary(t,{length:r,nullCount:n}=this.nextFieldNode()){return D({type:t,length:r,nullCount:n,nullBitmap:this.readNullBitmap(t,n),data:this.readData(t.indices),dictionary:this.readDictionary(t)})}visitInterval(t,{length:r,nullCount:n}=this.nextFieldNode()){return D({type:t,length:r,nullCount:n,nullBitmap:this.readNullBitmap(t,n),data:this.readData(t)})}visitDuration(t,{length:r,nullCount:n}=this.nextFieldNode()){return D({type:t,length:r,nullCount:n,nullBitmap:this.readNullBitmap(t,n),data:this.readData(t)})}visitFixedSizeList(t,{length:r,nullCount:n}=this.nextFieldNode()){return D({type:t,length:r,nullCount:n,nullBitmap:this.readNullBitmap(t,n),child:this.visit(t.children[0])})}visitMap(t,{length:r,nullCount:n}=this.nextFieldNode()){return D({type:t,length:r,nullCount:n,nullBitmap:this.readNullBitmap(t,n),valueOffsets:this.readOffsets(t),child:this.visit(t.children[0])})}nextFieldNode(){return this.nodes[++this.nodesIndex]}nextBufferRange(){return this.buffers[++this.buffersIndex]}readNullBitmap(t,r,n=this.nextBufferRange()){return r>0&&this.readData(t,n)||new Uint8Array(0)}readOffsets(t,r){return this.readData(t,r)}readTypeIds(t,r){return this.readData(t,r)}readData(t,{length:r,offset:n}=this.nextBufferRange()){return this.bytes.subarray(n,n+r)}readDictionary(t){return this.dictionaries.get(t.id)}},ou=class extends Ws{constructor(t,r,n,i,s){super(new Uint8Array(0),r,n,i,s),this.sources=t}readNullBitmap(t,r,{offset:n}=this.nextBufferRange()){return r<=0?new Uint8Array(0):En(this.sources[n])}readOffsets(t,{offset:r}=this.nextBufferRange()){return L(Uint8Array,L(t.OffsetArrayType,this.sources[r]))}readTypeIds(t,{offset:r}=this.nextBufferRange()){return L(Uint8Array,L(t.ArrayType,this.sources[r]))}readData(t,{offset:r}=this.nextBufferRange()){let{sources:n}=this;return g.isTimestamp(t)?L(Uint8Array,br.convertArray(n[r])):(g.isInt(t)||g.isTime(t))&&t.bitWidth===64||g.isDuration(t)?L(Uint8Array,br.convertArray(n[r])):g.isDate(t)&&t.unit===st.MILLISECOND?L(Uint8Array,br.convertArray(n[r])):g.isDecimal(t)?L(Uint8Array,$s.convertArray(n[r])):g.isBinary(t)||g.isLargeBinary(t)||g.isFixedSizeBinary(t)?F_(n[r]):g.isBool(t)?En(n[r]):g.isUtf8(t)||g.isLargeUtf8(t)?Me(n[r].join("")):L(Uint8Array,L(t.ArrayType,n[r].map(i=>+i)))}};function F_(e){let t=e.join(""),r=new Uint8Array(t.length/2);for(let n=0;n<t.length;n+=2)r[n>>1]=Number.parseInt(t.slice(n,n+2),16);return r}var Ti=class extends kt{constructor(t){super(t),this._values=new Oe(Uint8Array)}get byteLength(){let t=this._pendingLength+this.length*4;return this._offsets&&(t+=this._offsets.byteLength),this._values&&(t+=this._values.byteLength),this._nulls&&(t+=this._nulls.byteLength),t}setValue(t,r){return super.setValue(t,A(r))}_flushPending(t,r){let n=this._offsets,i=this._values.reserve(r).buffer,s=0;for(let[o,a]of t)if(a===void 0)n.set(o,0);else{let c=a.length;i.set(a,s),n.set(o,c),s+=c}}};var Ai=class extends kt{constructor(t){super(t),this._values=new Oe(Uint8Array)}get byteLength(){let t=this._pendingLength+this.length*4;return this._offsets&&(t+=this._offsets.byteLength),this._values&&(t+=this._values.byteLength),this._nulls&&(t+=this._nulls.byteLength),t}setValue(t,r){return super.setValue(t,A(r))}_flushPending(t,r){let n=this._offsets,i=this._values.reserve(r).buffer,s=0;for(let[o,a]of t)if(a===void 0)n.set(o,BigInt(0));else{let c=a.length;i.set(a,s),n.set(o,BigInt(c)),s+=c}}};var au=class extends Z{constructor(t){super(t),this._values=new xi}setValue(t,r){this._values.set(t,+r)}};var Bn=class extends dt{};Bn.prototype._setValue=id;var Ys=class extends Bn{};Ys.prototype._setValue=Rc;var Gs=class extends Bn{};Gs.prototype._setValue=Lc;var Hs=class extends dt{};Hs.prototype._setValue=ad;var cu=class extends Z{constructor({type:t,nullValues:r,dictionaryHashFunction:n}){super({type:new Kt(t.dictionary,t.indices,t.id,t.isOrdered)}),this._nulls=null,this._dictionaryOffset=0,this._keysToIndices=Object.create(null),this.indices=Nn({type:this.type.indices,nullValues:r}),this.dictionary=Nn({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(t){return this.indices.isValid(t)}setValid(t,r){let n=this.indices;return r=n.setValid(t,r),this.length=n.length,r}setValue(t,r){let n=this._keysToIndices,i=this.valueToKey(r),s=n[i];return s===void 0&&(n[i]=s=this._dictionaryOffset+this.dictionary.append(r).length-1),this.indices.setValue(t,s)}flush(){let t=this.type,r=this._dictionary,n=this.dictionary.toVector(),i=this.indices.flush().clone(t);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(t){return typeof t=="string"?t:`${t}`}};var Qs=class extends dt{};Qs.prototype._setValue=nd;var uu=class extends Z{setValue(t,r){let[n]=this.children,i=t*this.stride;for(let s=-1,o=r.length;++s<o;)n.set(i+s,r[s])}addChild(t,r="0"){if(this.numChildren>0)throw new Error("FixedSizeListBuilder can only have one child.");let n=this.children.push(t);return this.type=new Ee(this.type.listSize,new U(r,t.type,!0)),n}};var Dn=class extends dt{setValue(t,r){this._values.set(t,r)}},lu=class extends Dn{setValue(t,r){super.setValue(t,Us(r))}},du=class extends Dn{},fu=class extends Dn{};var Fn=class extends dt{};Fn.prototype._setValue=cd;var Ks=class extends Fn{};Ks.prototype._setValue=qc;var Js=class extends Fn{};Js.prototype._setValue=$c;var wr=class extends dt{};wr.prototype._setValue=ud;var Xs=class extends wr{};Xs.prototype._setValue=Wc;var Zs=class extends wr{};Zs.prototype._setValue=Yc;var to=class extends wr{};to.prototype._setValue=Gc;var eo=class extends wr{};eo.prototype._setValue=Hc;var ue=class extends dt{setValue(t,r){this._values.set(t,r)}},hu=class extends ue{},pu=class extends ue{},mu=class extends ue{},yu=class extends ue{},gu=class extends ue{},_u=class extends ue{},bu=class extends ue{},wu=class extends ue{};var Iu=class extends kt{constructor(t){super(t),this._offsets=new vi(t.type)}addChild(t,r="0"){if(this.numChildren>0)throw new Error("ListBuilder can only have one child.");return this.children[this.numChildren]=t,this.type=new ve(new U(r,t.type,!0)),this.numChildren-1}_flushPending(t){let r=this._offsets,[n]=this.children;for(let[i,s]of t)if(typeof s>"u")r.set(i,0);else{let o=s,a=o.length,c=r.set(i,a).buffer[i];for(let u=-1;++u<a;)n.set(c+u,o[u])}}};var xu=class extends kt{set(t,r){return super.set(t,r)}setValue(t,r){let n=r instanceof Map?r:new Map(Object.entries(r)),i=this._pending||(this._pending=new Map),s=i.get(t);s&&(this._pendingLength-=s.size),this._pendingLength+=n.size,i.set(t,n)}addChild(t,r=`${this.numChildren}`){if(this.numChildren>0)throw new Error("ListBuilder can only have one child.");return this.children[this.numChildren]=t,this.type=new Te(new U(r,t.type,!0),this.type.keysSorted),this.numChildren-1}_flushPending(t){let r=this._offsets,[n]=this.children;for(let[i,s]of t)if(s===void 0)r.set(i,0);else{let{[i]:o,[i+1]:a}=r.set(i,s.size).buffer;for(let c of s.entries())if(n.set(o,c),++o>=a)break}}};var vu=class extends Z{setValue(t,r){}setValid(t,r){return this.length=Math.max(t+1,this.length),r}};var Su=class extends Z{setValue(t,r){let{children:n,type:i}=this;switch(Array.isArray(r)||r.constructor){case!0:return i.children.forEach((s,o)=>n[o].set(t,r[o]));case Map:return i.children.forEach((s,o)=>n[o].set(t,r.get(s.name)));default:return i.children.forEach((s,o)=>n[o].set(t,r[s.name]))}}setValid(t,r){return super.setValid(t,r)||this.children.forEach(n=>n.setValid(t,r)),r}addChild(t,r=`${this.numChildren}`){let n=this.children.push(t);return this.type=new J([...this.type.children,new U(r,t.type,!0)]),n}};var Ir=class extends dt{};Ir.prototype._setValue=sd;var ro=class extends Ir{};ro.prototype._setValue=Mc;var no=class extends Ir{};no.prototype._setValue=Uc;var io=class extends Ir{};io.prototype._setValue=Cc;var so=class extends Ir{};so.prototype._setValue=kc;var xr=class extends dt{};xr.prototype._setValue=od;var oo=class extends xr{};oo.prototype._setValue=Pc;var ao=class extends xr{};ao.prototype._setValue=Vc;var co=class extends xr{};co.prototype._setValue=jc;var uo=class extends xr{};uo.prototype._setValue=zc;var Oi=class extends Z{constructor(t){super(t),this._typeIds=new mr(Int8Array,0,1),typeof t.valueToChildTypeId=="function"&&(this._valueToChildTypeId=t.valueToChildTypeId)}get typeIdToChildIndex(){return this.type.typeIdToChildIndex}append(t,r){return this.set(this.length,t,r)}set(t,r,n){return n===void 0&&(n=this._valueToChildTypeId(this,r,t)),this.setValue(t,r,n),this}setValue(t,r,n){this._typeIds.set(t,n);let i=this.type.typeIdToChildIndex[n],s=this.children[i];s?.set(t,r)}addChild(t,r=`${this.children.length}`){let n=this.children.push(t),{type:{children:i,mode:s,typeIds:o}}=this,a=[...i,new U(r,t.type)];return this.type=new Se(s,[...o,n],a),n}_valueToChildTypeId(t,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.")}},Eu=class extends Oi{},Tu=class extends Oi{constructor(t){super(t),this._offsets=new mr(Int32Array)}setValue(t,r,n){let i=this._typeIds.set(t,n).buffer[t],s=this.getChildAt(this.type.typeIdToChildIndex[i]),o=this._offsets.set(t,s.length).buffer[t];s?.set(o,r)}};var lo=class extends kt{constructor(t){super(t),this._values=new Oe(Uint8Array)}get byteLength(){let t=this._pendingLength+this.length*4;return this._offsets&&(t+=this._offsets.byteLength),this._values&&(t+=this._values.byteLength),this._nulls&&(t+=this._nulls.byteLength),t}setValue(t,r){return super.setValue(t,Me(r))}_flushPending(t,r){}};lo.prototype._flushPending=Ti.prototype._flushPending;var fo=class extends kt{constructor(t){super(t),this._values=new Oe(Uint8Array)}get byteLength(){let t=this._pendingLength+this.length*4;return this._offsets&&(t+=this._offsets.byteLength),this._values&&(t+=this._values.byteLength),this._nulls&&(t+=this._nulls.byteLength),t}setValue(t,r){return super.setValue(t,Me(r))}_flushPending(t,r){}};fo.prototype._flushPending=Ai.prototype._flushPending;var Td=class extends I{visitNull(){return vu}visitBool(){return au}visitInt(){return ue}visitInt8(){return hu}visitInt16(){return pu}visitInt32(){return mu}visitInt64(){return yu}visitUint8(){return gu}visitUint16(){return _u}visitUint32(){return bu}visitUint64(){return wu}visitFloat(){return Dn}visitFloat16(){return lu}visitFloat32(){return du}visitFloat64(){return fu}visitUtf8(){return lo}visitLargeUtf8(){return fo}visitBinary(){return Ti}visitLargeBinary(){return Ai}visitFixedSizeBinary(){return Qs}visitDate(){return Bn}visitDateDay(){return Ys}visitDateMillisecond(){return Gs}visitTimestamp(){return Ir}visitTimestampSecond(){return ro}visitTimestampMillisecond(){return no}visitTimestampMicrosecond(){return io}visitTimestampNanosecond(){return so}visitTime(){return xr}visitTimeSecond(){return oo}visitTimeMillisecond(){return ao}visitTimeMicrosecond(){return co}visitTimeNanosecond(){return uo}visitDecimal(){return Hs}visitList(){return Iu}visitStruct(){return Su}visitUnion(){return Oi}visitDenseUnion(){return Tu}visitSparseUnion(){return Eu}visitDictionary(){return cu}visitInterval(){return Fn}visitIntervalDayTime(){return Ks}visitIntervalYearMonth(){return Js}visitDuration(){return wr}visitDurationSecond(){return Xs}visitDurationMillisecond(){return Zs}visitDurationMicrosecond(){return to}visitDurationNanosecond(){return eo}visitFixedSizeList(){return uu}visitMap(){return xu}},_p=new Td;var E=class extends I{compareSchemas(t,r){return t===r||r instanceof t.constructor&&this.compareManyFields(t.fields,r.fields)}compareManyFields(t,r){return t===r||Array.isArray(t)&&Array.isArray(r)&&t.length===r.length&&t.every((n,i)=>this.compareFields(n,r[i]))}compareFields(t,r){return t===r||r instanceof t.constructor&&t.name===r.name&&t.nullable===r.nullable&&this.visit(t.type,r.type)}};function Ft(e,t){return t instanceof e.constructor}function Rn(e,t){return e===t||Ft(e,t)}function vr(e,t){return e===t||Ft(e,t)&&e.bitWidth===t.bitWidth&&e.isSigned===t.isSigned}function Au(e,t){return e===t||Ft(e,t)&&e.precision===t.precision}function R_(e,t){return e===t||Ft(e,t)&&e.byteWidth===t.byteWidth}function Ad(e,t){return e===t||Ft(e,t)&&e.unit===t.unit}function ho(e,t){return e===t||Ft(e,t)&&e.unit===t.unit&&e.timezone===t.timezone}function po(e,t){return e===t||Ft(e,t)&&e.unit===t.unit&&e.bitWidth===t.bitWidth}function L_(e,t){return e===t||Ft(e,t)&&e.children.length===t.children.length&&$e.compareManyFields(e.children,t.children)}function M_(e,t){return e===t||Ft(e,t)&&e.children.length===t.children.length&&$e.compareManyFields(e.children,t.children)}function Od(e,t){return e===t||Ft(e,t)&&e.mode===t.mode&&e.typeIds.every((r,n)=>r===t.typeIds[n])&&$e.compareManyFields(e.children,t.children)}function U_(e,t){return e===t||Ft(e,t)&&e.id===t.id&&e.isOrdered===t.isOrdered&&$e.visit(e.indices,t.indices)&&$e.visit(e.dictionary,t.dictionary)}function Bd(e,t){return e===t||Ft(e,t)&&e.unit===t.unit}function mo(e,t){return e===t||Ft(e,t)&&e.unit===t.unit}function C_(e,t){return e===t||Ft(e,t)&&e.listSize===t.listSize&&e.children.length===t.children.length&&$e.compareManyFields(e.children,t.children)}function k_(e,t){return e===t||Ft(e,t)&&e.keysSorted===t.keysSorted&&e.children.length===t.children.length&&$e.compareManyFields(e.children,t.children)}E.prototype.visitNull=Rn;E.prototype.visitBool=Rn;E.prototype.visitInt=vr;E.prototype.visitInt8=vr;E.prototype.visitInt16=vr;E.prototype.visitInt32=vr;E.prototype.visitInt64=vr;E.prototype.visitUint8=vr;E.prototype.visitUint16=vr;E.prototype.visitUint32=vr;E.prototype.visitUint64=vr;E.prototype.visitFloat=Au;E.prototype.visitFloat16=Au;E.prototype.visitFloat32=Au;E.prototype.visitFloat64=Au;E.prototype.visitUtf8=Rn;E.prototype.visitLargeUtf8=Rn;E.prototype.visitBinary=Rn;E.prototype.visitLargeBinary=Rn;E.prototype.visitFixedSizeBinary=R_;E.prototype.visitDate=Ad;E.prototype.visitDateDay=Ad;E.prototype.visitDateMillisecond=Ad;E.prototype.visitTimestamp=ho;E.prototype.visitTimestampSecond=ho;E.prototype.visitTimestampMillisecond=ho;E.prototype.visitTimestampMicrosecond=ho;E.prototype.visitTimestampNanosecond=ho;E.prototype.visitTime=po;E.prototype.visitTimeSecond=po;E.prototype.visitTimeMillisecond=po;E.prototype.visitTimeMicrosecond=po;E.prototype.visitTimeNanosecond=po;E.prototype.visitDecimal=Rn;E.prototype.visitList=L_;E.prototype.visitStruct=M_;E.prototype.visitUnion=Od;E.prototype.visitDenseUnion=Od;E.prototype.visitSparseUnion=Od;E.prototype.visitDictionary=U_;E.prototype.visitInterval=Bd;E.prototype.visitIntervalDayTime=Bd;E.prototype.visitIntervalYearMonth=Bd;E.prototype.visitDuration=mo;E.prototype.visitDurationSecond=mo;E.prototype.visitDurationMillisecond=mo;E.prototype.visitDurationMicrosecond=mo;E.prototype.visitDurationNanosecond=mo;E.prototype.visitFixedSizeList=C_;E.prototype.visitMap=k_;var $e=new E;function Ln(e,t){return $e.compareSchemas(e,t)}function bp(e,t){return $e.compareFields(e,t)}function wp(e,t){return $e.visit(e,t)}function Nn(e){let t=e.type,r=new(_p.getVisitFn(t)())(e);if(t.children&&t.children.length>0){let n=e.children||[],i={nullValues:e.nullValues},s=Array.isArray(n)?(o,a)=>n[a]||i:({name:o})=>n[o]||i;for(let[o,a]of t.children.entries()){let{type:c}=a,u=s(a,o);r.children.push(Nn(Object.assign(Object.assign({},u),{type:c})))}}return r}function Ou(e,t){return P_(e,t.map(r=>r.data.concat()))}function P_(e,t){let r=[...e.fields],n=[],i={numBatches:t.reduce((f,p)=>Math.max(f,p.length),0)},s=0,o=0,a=-1,c=t.length,u,d=[];for(;i.numBatches-- >0;){for(o=Number.POSITIVE_INFINITY,a=-1;++a<c;)d[a]=u=t[a].shift(),o=Math.min(o,u?u.length:o);Number.isFinite(o)&&(d=V_(r,o,d,t,i),o>0&&(n[s++]=D({type:new J(r),length:o,nullCount:0,children:d.slice()})))}return[e=e.assign(r),n.map(f=>new ot(e,f))]}function V_(e,t,r,n,i){var s;let o=(t+63&-64)>>3;for(let a=-1,c=n.length;++a<c;){let u=r[a],d=u?.length;if(d>=t)d===t?r[a]=u:(r[a]=u.slice(0,t),i.numBatches=Math.max(i.numBatches,n[a].unshift(u.slice(t,d-t))));else{let f=e[a];e[a]=f.clone({nullable:!0}),r[a]=(s=u?._changeLengthAndBackfillNullBitmap(t))!==null&&s!==void 0?s:D({type:f.type,length:t,nullCount:t,nullBitmap:new Uint8Array(o)})}}return r}var Ip,Rt=class e{constructor(...t){var r,n;if(t.length===0)return this.batches=[],this.schema=new $([]),this._offsets=[0],this;let i,s;t[0]instanceof $&&(i=t.shift()),t.at(-1)instanceof Uint32Array&&(s=t.pop());let o=c=>{if(c){if(c instanceof ot)return[c];if(c instanceof e)return c.batches;if(c instanceof j){if(c.type instanceof J)return[new ot(new $(c.type.children),c)]}else{if(Array.isArray(c))return c.flatMap(u=>o(u));if(typeof c[Symbol.iterator]=="function")return[...c].flatMap(u=>o(u));if(typeof c=="object"){let u=Object.keys(c),d=u.map(m=>new k([c[m]])),f=i??new $(u.map((m,b)=>new U(String(m),d[b].type,d[b].nullable))),[,p]=Ou(f,d);return p.length===0?[new ot(c)]:p}}}return[]},a=t.flatMap(c=>o(c));if(i=(n=i??((r=a[0])===null||r===void 0?void 0:r.schema))!==null&&n!==void 0?n:new $([]),!(i instanceof $))throw new TypeError("Table constructor expects a [Schema, RecordBatch[]] pair.");for(let c of a){if(!(c instanceof ot))throw new TypeError("Table constructor expects a [Schema, RecordBatch[]] pair.");if(!Ln(i,c.schema))throw new TypeError("Table and inner RecordBatch schemas must be equivalent.")}this.schema=i,this.batches=a,this._offsets=s??Zc(this.data)}get data(){return this.batches.map(({data:t})=>t)}get numCols(){return this.schema.fields.length}get numRows(){return this.data.reduce((t,r)=>t+r.length,0)}get nullCount(){return this._nullCount===-1&&(this._nullCount=Xc(this.data)),this._nullCount}isValid(t){return!1}get(t){return null}at(t){return this.get(xn(t,this.numRows))}set(t,r){}indexOf(t,r){return-1}[Symbol.iterator](){return this.batches.length>0?Ii.visit(new k(this.data)):new Array(0)[Symbol.iterator]()}toArray(){return[...this]}toString(){return`[
|
|
8
9
|
${this.toArray().join(`,
|
|
9
10
|
`)}
|
|
10
|
-
]`}concat(...t){let e=this.schema,i=this.data.concat(t.flatMap(({data:n})=>n));return new r(e,i.map(n=>new Ut(e,n)))}slice(t,e){let i=this.schema;[t,e]=aa({length:this.numRows},t,e);let n=Ml(this.data,this._offsets,t,e);return new r(i,n.map(s=>new Ut(i,s)))}getChild(t){return this.getChildAt(this.schema.fields.findIndex(e=>e.name===t))}getChildAt(t){if(t>-1&&t<this.schema.fields.length){let e=this.data.map(i=>i.children[t]);if(e.length===0){let{type:i}=this.schema.fields[t],n=$({type:i,length:0,nullCount:0});e.push(n._changeLengthAndBackfillNullBitmap(this.numRows))}return new et(e)}return null}setChild(t,e){var i;return this.setChildAt((i=this.schema.fields)===null||i===void 0?void 0:i.findIndex(n=>n.name===t),e)}setChildAt(t,e){let i=this.schema,n=[...this.batches];if(t>-1&&t<this.numCols){e||(e=new et([$({type:new ae,length:this.numRows})]));let s=i.fields.slice(),o=s[t].clone({type:e.type}),a=this.schema.fields.map((c,l)=>this.getChildAt(l));[s[t],a[t]]=[o,e],[i,n]=au(i,a)}return new r(i,n)}select(t){let e=this.schema.fields.reduce((i,n,s)=>i.set(n.name,s),new Map);return this.selectAt(t.map(i=>e.get(i)).filter(i=>i>-1))}selectAt(t){let e=this.schema.selectAt(t),i=this.batches.map(n=>n.selectAt(t));return new r(e,i)}assign(t){let e=this.schema.fields,[i,n]=t.schema.fields.reduce((a,c,l)=>{let[u,f]=a,m=e.findIndex(b=>b.name===c.name);return~m?f[m]=l:u.push(l),a},[[],[]]),s=this.schema.assign(t.schema),o=[...e.map((a,c)=>[c,n[c]]).map(([a,c])=>c===void 0?this.getChildAt(a):t.getChildAt(c)),...i.map(a=>t.getChildAt(a))].filter(Boolean);return new r(...au(s,o))}};dy=Symbol.toStringTag;Ie[dy]=(r=>(r.schema=null,r.batches=[],r._offsets=new Uint32Array([0]),r._nullCount=-1,r[Symbol.isConcatSpreadable]=!0,r.isValid=qs(ua),r.get=qs(zt.getVisitFn(h.Struct)),r.set=Ll(Xt.getVisitFn(h.Struct)),r.indexOf=Rl(Kn.getVisitFn(h.Struct)),"Table"))(Ie.prototype);var fy,Ut=class r{constructor(...t){switch(t.length){case 2:{if([this.schema]=t,!(this.schema instanceof ht))throw new TypeError("RecordBatch constructor expects a [Schema, Data] pair.");if([,this.data=$({nullCount:0,type:new wt(this.schema.fields),children:this.schema.fields.map(e=>$({type:e.type,nullCount:0}))})]=t,!(this.data instanceof ut))throw new TypeError("RecordBatch constructor expects a [Schema, Data] pair.");[this.schema,this.data]=hy(this.schema,this.data.children);break}case 1:{let[e]=t,{fields:i,children:n,length:s}=Object.keys(e).reduce((c,l,u)=>(c.children[u]=e[l],c.length=Math.max(c.length,e[l].length),c.fields[u]=X.new({name:l,type:e[l].type,nullable:!0}),c),{length:0,fields:new Array,children:new Array}),o=new ht(i),a=$({type:new wt(i),length:s,children:n,nullCount:0});[this.schema,this.data]=hy(o,a.children,s);break}default:throw new TypeError("RecordBatch constructor expects an Object mapping names to child Data, or a [Schema, Data] pair.")}}get dictionaries(){return this._dictionaries||(this._dictionaries=py(this.schema.fields,this.data.children))}get numCols(){return this.schema.fields.length}get numRows(){return this.data.length}get nullCount(){return this.data.nullCount}isValid(t){return this.data.getValid(t)}get(t){return zt.visit(this.data,t)}at(t){return this.get(Wn(t,this.numRows))}set(t,e){return Xt.visit(this.data,t,e)}indexOf(t,e){return Kn.visit(this.data,t,e)}[Symbol.iterator](){return Ws.visit(new et([this.data]))}toArray(){return[...this]}concat(...t){return new Ie(this.schema,[this,...t])}slice(t,e){let[i]=new et([this.data]).slice(t,e).data;return new r(this.schema,i)}getChild(t){var e;return this.getChildAt((e=this.schema.fields)===null||e===void 0?void 0:e.findIndex(i=>i.name===t))}getChildAt(t){return t>-1&&t<this.schema.fields.length?new et([this.data.children[t]]):null}setChild(t,e){var i;return this.setChildAt((i=this.schema.fields)===null||i===void 0?void 0:i.findIndex(n=>n.name===t),e)}setChildAt(t,e){let i=this.schema,n=this.data;if(t>-1&&t<this.numCols){e||(e=new et([$({type:new ae,length:this.numRows})]));let s=i.fields.slice(),o=n.children.slice(),a=s[t].clone({type:e.type});[s[t],o[t]]=[a,e.data[0]],i=new ht(s,new Map(this.schema.metadata)),n=$({type:new wt(s),children:o})}return new r(i,n)}select(t){let e=this.schema.select(t),i=new wt(e.fields),n=[];for(let s of t){let o=this.schema.fields.findIndex(a=>a.name===s);~o&&(n[o]=this.data.children[o])}return new r(e,$({type:i,length:this.numRows,children:n}))}selectAt(t){let e=this.schema.selectAt(t),i=t.map(s=>this.data.children[s]).filter(Boolean),n=$({type:new wt(e.fields),length:this.numRows,children:i});return new r(e,n)}};fy=Symbol.toStringTag;Ut[fy]=(r=>(r._nullCount=-1,r[Symbol.isConcatSpreadable]=!0,"RecordBatch"))(Ut.prototype);function hy(r,t,e=t.reduce((i,n)=>Math.max(i,n.length),0)){var i;let n=[...r.fields],s=[...t],o=(e+63&-64)>>3;for(let[a,c]of r.fields.entries()){let l=t[a];(!l||l.length!==e)&&(n[a]=c.clone({nullable:!0}),s[a]=(i=l?._changeLengthAndBackfillNullBitmap(e))!==null&&i!==void 0?i:$({type:c.type,length:e,nullCount:e,nullBitmap:new Uint8Array(o)}))}return[r.assign(n),$({type:new wt(n),length:e,children:s})]}function py(r,t,e=new Map){var i,n;if(((i=r?.length)!==null&&i!==void 0?i:0)>0&&r?.length===t?.length)for(let s=-1,o=r.length;++s<o;){let{type:a}=r[s],c=t[s];for(let l of[c,...((n=c?.dictionary)===null||n===void 0?void 0:n.data)||[]])py(a.children,l?.children,e);if(g.isDictionary(a)){let{id:l}=a;if(!e.has(l))c?.dictionary&&e.set(l,c.dictionary);else if(e.get(l)!==c.dictionary)throw new Error("Cannot create Schema containing two different dictionaries with the same Id")}}return e}var ns=class extends Ut{constructor(t){let e=t.fields.map(n=>$({type:n.type})),i=$({type:new wt(t.fields),nullCount:0,children:e});super(t,i)}};var Sr=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsMessage(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsMessage(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}version(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt16(this.bb_pos+t):pt.V1}headerType(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.readUint8(this.bb_pos+t):tt.NONE}header(t){let e=this.bb.__offset(this.bb_pos,8);return e?this.bb.__union(t,this.bb_pos+e):null}bodyLength(){let t=this.bb.__offset(this.bb_pos,10);return t?this.bb.readInt64(this.bb_pos+t):BigInt("0")}customMetadata(t,e){let i=this.bb.__offset(this.bb_pos,12);return i?(e||new Yt).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+i)+t*4),this.bb):null}customMetadataLength(){let t=this.bb.__offset(this.bb_pos,12);return t?this.bb.__vector_len(this.bb_pos+t):0}static startMessage(t){t.startObject(5)}static addVersion(t,e){t.addFieldInt16(0,e,pt.V1)}static addHeaderType(t,e){t.addFieldInt8(1,e,tt.NONE)}static addHeader(t,e){t.addFieldOffset(2,e,0)}static addBodyLength(t,e){t.addFieldInt64(3,e,BigInt("0"))}static addCustomMetadata(t,e){t.addFieldOffset(4,e,0)}static createCustomMetadataVector(t,e){t.startVector(4,e.length,4);for(let i=e.length-1;i>=0;i--)t.addOffset(e[i]);return t.endVector()}static startCustomMetadataVector(t,e){t.startVector(4,e,4)}static endMessage(t){return t.endObject()}static finishMessageBuffer(t,e){t.finish(e)}static finishSizePrefixedMessageBuffer(t,e){t.finish(e,void 0,!0)}static createMessage(t,e,i,n,s,o){return r.startMessage(t),r.addVersion(t,e),r.addHeaderType(t,i),r.addHeader(t,n),r.addBodyLength(t,s),r.addCustomMetadata(t,o),r.endMessage(t)}};var Zh=class extends B{visit(t,e){return t==null||e==null?void 0:super.visit(t,e)}visitNull(t,e){return Wo.startNull(e),Wo.endNull(e)}visitInt(t,e){return mr.startInt(e),mr.addBitWidth(e,t.bitWidth),mr.addIsSigned(e,t.isSigned),mr.endInt(e)}visitFloat(t,e){return yn.startFloatingPoint(e),yn.addPrecision(e,t.precision),yn.endFloatingPoint(e)}visitBinary(t,e){return Po.startBinary(e),Po.endBinary(e)}visitLargeBinary(t,e){return zo.startLargeBinary(e),zo.endLargeBinary(e)}visitBool(t,e){return jo.startBool(e),jo.endBool(e)}visitUtf8(t,e){return Yo.startUtf8(e),Yo.endUtf8(e)}visitLargeUtf8(t,e){return $o.startLargeUtf8(e),$o.endLargeUtf8(e)}visitDecimal(t,e){return Hr.startDecimal(e),Hr.addScale(e,t.scale),Hr.addPrecision(e,t.precision),Hr.addBitWidth(e,t.bitWidth),Hr.endDecimal(e)}visitDate(t,e){return hn.startDate(e),hn.addUnit(e,t.unit),hn.endDate(e)}visitTime(t,e){return xi.startTime(e),xi.addUnit(e,t.unit),xi.addBitWidth(e,t.bitWidth),xi.endTime(e)}visitTimestamp(t,e){let i=t.timezone&&e.createString(t.timezone)||void 0;return Ti.startTimestamp(e),Ti.addUnit(e,t.unit),i!==void 0&&Ti.addTimezone(e,i),Ti.endTimestamp(e)}visitInterval(t,e){return gn.startInterval(e),gn.addUnit(e,t.unit),gn.endInterval(e)}visitDuration(t,e){return fn.startDuration(e),fn.addUnit(e,t.unit),fn.endDuration(e)}visitList(t,e){return qo.startList(e),qo.endList(e)}visitStruct(t,e){return Go.startStruct_(e),Go.endStruct_(e)}visitUnion(t,e){yr.startTypeIdsVector(e,t.typeIds.length);let i=yr.createTypeIdsVector(e,t.typeIds);return yr.startUnion(e),yr.addMode(e,t.mode),yr.addTypeIds(e,i),yr.endUnion(e)}visitDictionary(t,e){let i=this.visit(t.indices,e);return Yr.startDictionaryEncoding(e),Yr.addId(e,BigInt(t.id)),Yr.addIsOrdered(e,t.isOrdered),i!==void 0&&Yr.addIndexType(e,i),Yr.endDictionaryEncoding(e)}visitFixedSizeBinary(t,e){return pn.startFixedSizeBinary(e),pn.addByteWidth(e,t.byteWidth),pn.endFixedSizeBinary(e)}visitFixedSizeList(t,e){return mn.startFixedSizeList(e),mn.addListSize(e,t.listSize),mn.endFixedSizeList(e)}visitMap(t,e){return bn.startMap(e),bn.addKeysSorted(e,t.keysSorted),bn.endMap(e)}},cu=new Zh;function by(r,t=new Map){return new ht(Ww(r,t),lu(r.metadata),t)}function tf(r){return new Zt(r.count,wy(r.columns),Iy(r.columns))}function _y(r){return new Se(tf(r.data),r.id,r.isDelta)}function Ww(r,t){return(r.fields||[]).filter(Boolean).map(e=>X.fromJSON(e,t))}function my(r,t){return(r.children||[]).filter(Boolean).map(e=>X.fromJSON(e,t))}function wy(r){return(r||[]).reduce((t,e)=>[...t,new rr(e.count,Gw(e.VALIDITY)),...wy(e.children)],[])}function Iy(r,t=[]){for(let e=-1,i=(r||[]).length;++e<i;){let n=r[e];n.VALIDITY&&t.push(new ve(t.length,n.VALIDITY.length)),n.TYPE_ID&&t.push(new ve(t.length,n.TYPE_ID.length)),n.OFFSET&&t.push(new ve(t.length,n.OFFSET.length)),n.DATA&&t.push(new ve(t.length,n.DATA.length)),t=Iy(n.children,t)}return t}function Gw(r){return(r||[]).reduce((t,e)=>t+ +(e===0),0)}function vy(r,t){let e,i,n,s,o,a;return!t||!(s=r.dictionary)?(o=gy(r,my(r,t)),n=new X(r.name,o,r.nullable,lu(r.metadata))):t.has(e=s.id)?(i=(i=s.indexType)?yy(i):new wr,a=new _e(t.get(e),i,e,s.isOrdered),n=new X(r.name,a,r.nullable,lu(r.metadata))):(i=(i=s.indexType)?yy(i):new wr,t.set(e,o=gy(r,my(r,t))),a=new _e(o,i,e,s.isOrdered),n=new X(r.name,a,r.nullable,lu(r.metadata))),n||null}function lu(r=[]){return new Map(r.map(({key:t,value:e})=>[t,e]))}function yy(r){return new jt(r.isSigned,r.bitWidth)}function gy(r,t){let e=r.type.name;switch(e){case"NONE":return new ae;case"null":return new ae;case"binary":return new Kr;case"largebinary":return new Jr;case"utf8":return new Qr;case"largeutf8":return new Xr;case"bool":return new Zr;case"list":return new Je((t||[])[0]);case"struct":return new wt(t||[]);case"struct_":return new wt(t||[])}switch(e){case"int":{let i=r.type;return new jt(i.isSigned,i.bitWidth)}case"floatingpoint":{let i=r.type;return new Re(gt[i.precision])}case"decimal":{let i=r.type;return new ti(i.scale,i.precision,i.bitWidth)}case"date":{let i=r.type;return new ei(Vt[i.unit])}case"time":{let i=r.type;return new ri(_[i.unit],i.bitWidth)}case"timestamp":{let i=r.type;return new ii(_[i.unit],i.timezone)}case"interval":{let i=r.type;return new ni(Jt[i.unit])}case"duration":{let i=r.type;return new si(_[i.unit])}case"union":{let i=r.type,[n,...s]=(i.mode+"").toLowerCase(),o=n.toUpperCase()+s.join("");return new Qe(_t[o],i.typeIds||[],t||[])}case"fixedsizebinary":{let i=r.type;return new oi(i.byteWidth)}case"fixedsizelist":{let i=r.type;return new Xe(i.listSize,(t||[])[0])}case"map":{let i=r.type;return new Ze((t||[])[0],i.keysSorted)}}throw new Error(`Unrecognized type: "${e}"`)}var Yw=qn,Hw=Me,Be=class r{static fromJSON(t,e){let i=new r(0,pt.V5,e);return i._createHeader=Kw(t,e),i}static decode(t){t=new Hw(N(t));let e=Sr.getRootAsMessage(t),i=e.bodyLength(),n=e.version(),s=e.headerType(),o=new r(i,n,s);return o._createHeader=Jw(e,s),o}static encode(t){let e=new Yw,i=-1;return t.isSchema()?i=ht.encode(e,t.header()):t.isRecordBatch()?i=Zt.encode(e,t.header()):t.isDictionaryBatch()&&(i=Se.encode(e,t.header())),Sr.startMessage(e),Sr.addVersion(e,pt.V5),Sr.addHeader(e,i),Sr.addHeaderType(e,t.headerType),Sr.addBodyLength(e,BigInt(t.bodyLength)),Sr.finishMessageBuffer(e,Sr.endMessage(e)),e.asUint8Array()}static from(t,e=0){if(t instanceof ht)return new r(0,pt.V5,tt.Schema,t);if(t instanceof Zt)return new r(e,pt.V5,tt.RecordBatch,t);if(t instanceof Se)return new r(e,pt.V5,tt.DictionaryBatch,t);throw new Error(`Unrecognized Message header: ${t}`)}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===tt.Schema}isRecordBatch(){return this.headerType===tt.RecordBatch}isDictionaryBatch(){return this.headerType===tt.DictionaryBatch}constructor(t,e,i,n){this._version=e,this._headerType=i,this.body=new Uint8Array(0),n&&(this._createHeader=()=>n),this._bodyLength=at(t)}},Zt=class{get nodes(){return this._nodes}get length(){return this._length}get buffers(){return this._buffers}constructor(t,e,i){this._nodes=e,this._buffers=i,this._length=at(t)}},Se=class{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}constructor(t,e,i=!1){this._data=t,this._isDelta=i,this._id=at(e)}},ve=class{constructor(t,e){this.offset=at(t),this.length=at(e)}},rr=class{constructor(t,e){this.length=at(t),this.nullCount=at(e)}};function Kw(r,t){return()=>{switch(t){case tt.Schema:return ht.fromJSON(r);case tt.RecordBatch:return Zt.fromJSON(r);case tt.DictionaryBatch:return Se.fromJSON(r)}throw new Error(`Unrecognized Message type: { name: ${tt[t]}, type: ${t} }`)}}function Jw(r,t){return()=>{switch(t){case tt.Schema:return ht.decode(r.header(new be),new Map,r.version());case tt.RecordBatch:return Zt.decode(r.header(new Le),r.version());case tt.DictionaryBatch:return Se.decode(r.header(new Bi),r.version())}throw new Error(`Unrecognized Message type: { name: ${tt[t]}, type: ${t} }`)}}X.encode=aI;X.decode=sI;X.fromJSON=vy;ht.encode=oI;ht.decode=Qw;ht.fromJSON=by;Zt.encode=cI;Zt.decode=Xw;Zt.fromJSON=tf;Se.encode=lI;Se.decode=Zw;Se.fromJSON=_y;rr.encode=uI;rr.decode=eI;ve.encode=dI;ve.decode=tI;function Qw(r,t=new Map,e=pt.V5){let i=nI(r,t);return new ht(i,uu(r),t,e)}function Xw(r,t=pt.V5){if(r.compression()!==null)throw new Error("Record batch compression not implemented");return new Zt(r.length(),rI(r),iI(r,t))}function Zw(r,t=pt.V5){return new Se(Zt.decode(r.data(),t),r.id(),r.isDelta())}function tI(r){return new ve(r.offset(),r.length())}function eI(r){return new rr(r.length(),r.nullCount())}function rI(r){let t=[];for(let e,i=-1,n=-1,s=r.nodesLength();++i<s;)(e=r.nodes(i))&&(t[++n]=rr.decode(e));return t}function iI(r,t){let e=[];for(let i,n=-1,s=-1,o=r.buffersLength();++n<o;)(i=r.buffers(n))&&(t<pt.V4&&(i.bb_pos+=8*(n+1)),e[++s]=ve.decode(i));return e}function nI(r,t){let e=[];for(let i,n=-1,s=-1,o=r.fieldsLength();++n<o;)(i=r.fields(n))&&(e[++s]=X.decode(i,t));return e}function Sy(r,t){let e=[];for(let i,n=-1,s=-1,o=r.childrenLength();++n<o;)(i=r.children(n))&&(e[++s]=X.decode(i,t));return e}function sI(r,t){let e,i,n,s,o,a;return!t||!(a=r.dictionary())?(n=xy(r,Sy(r,t)),i=new X(r.name(),n,r.nullable(),uu(r))):t.has(e=at(a.id()))?(s=(s=a.indexType())?By(s):new wr,o=new _e(t.get(e),s,e,a.isOrdered()),i=new X(r.name(),o,r.nullable(),uu(r))):(s=(s=a.indexType())?By(s):new wr,t.set(e,n=xy(r,Sy(r,t))),o=new _e(n,s,e,a.isOrdered()),i=new X(r.name(),o,r.nullable(),uu(r))),i||null}function uu(r){let t=new Map;if(r)for(let e,i,n=-1,s=Math.trunc(r.customMetadataLength());++n<s;)(e=r.customMetadata(n))&&(i=e.key())!=null&&t.set(i,e.value());return t}function By(r){return new jt(r.isSigned(),r.bitWidth())}function xy(r,t){let e=r.typeType();switch(e){case bt.NONE:return new ae;case bt.Null:return new ae;case bt.Binary:return new Kr;case bt.LargeBinary:return new Jr;case bt.Utf8:return new Qr;case bt.LargeUtf8:return new Xr;case bt.Bool:return new Zr;case bt.List:return new Je((t||[])[0]);case bt.Struct_:return new wt(t||[])}switch(e){case bt.Int:{let i=r.type(new mr);return new jt(i.isSigned(),i.bitWidth())}case bt.FloatingPoint:{let i=r.type(new yn);return new Re(i.precision())}case bt.Decimal:{let i=r.type(new Hr);return new ti(i.scale(),i.precision(),i.bitWidth())}case bt.Date:{let i=r.type(new hn);return new ei(i.unit())}case bt.Time:{let i=r.type(new xi);return new ri(i.unit(),i.bitWidth())}case bt.Timestamp:{let i=r.type(new Ti);return new ii(i.unit(),i.timezone())}case bt.Interval:{let i=r.type(new gn);return new ni(i.unit())}case bt.Duration:{let i=r.type(new fn);return new si(i.unit())}case bt.Union:{let i=r.type(new yr);return new Qe(i.mode(),i.typeIdsArray()||[],t||[])}case bt.FixedSizeBinary:{let i=r.type(new pn);return new oi(i.byteWidth())}case bt.FixedSizeList:{let i=r.type(new mn);return new Xe(i.listSize(),(t||[])[0])}case bt.Map:{let i=r.type(new bn);return new Ze((t||[])[0],i.keysSorted())}}throw new Error(`Unrecognized type: "${bt[e]}" (${e})`)}function oI(r,t){let e=t.fields.map(s=>X.encode(r,s));be.startFieldsVector(r,e.length);let i=be.createFieldsVector(r,e),n=t.metadata&&t.metadata.size>0?be.createCustomMetadataVector(r,[...t.metadata].map(([s,o])=>{let a=r.createString(`${s}`),c=r.createString(`${o}`);return Yt.startKeyValue(r),Yt.addKey(r,a),Yt.addValue(r,c),Yt.endKeyValue(r)})):-1;return be.startSchema(r),be.addFields(r,i),be.addEndianness(r,hI?dn.Little:dn.Big),n!==-1&&be.addCustomMetadata(r,n),be.endSchema(r)}function aI(r,t){let e=-1,i=-1,n=-1,s=t.type,o=t.typeId;g.isDictionary(s)?(o=s.dictionary.typeId,n=cu.visit(s,r),i=cu.visit(s.dictionary,r)):i=cu.visit(s,r);let a=(s.children||[]).map(u=>X.encode(r,u)),c=oe.createChildrenVector(r,a),l=t.metadata&&t.metadata.size>0?oe.createCustomMetadataVector(r,[...t.metadata].map(([u,f])=>{let m=r.createString(`${u}`),b=r.createString(`${f}`);return Yt.startKeyValue(r),Yt.addKey(r,m),Yt.addValue(r,b),Yt.endKeyValue(r)})):-1;return t.name&&(e=r.createString(t.name)),oe.startField(r),oe.addType(r,i),oe.addTypeType(r,o),oe.addChildren(r,c),oe.addNullable(r,!!t.nullable),e!==-1&&oe.addName(r,e),n!==-1&&oe.addDictionary(r,n),l!==-1&&oe.addCustomMetadata(r,l),oe.endField(r)}function cI(r,t){let e=t.nodes||[],i=t.buffers||[];Le.startNodesVector(r,e.length);for(let o of e.slice().reverse())rr.encode(r,o);let n=r.endVector();Le.startBuffersVector(r,i.length);for(let o of i.slice().reverse())ve.encode(r,o);let s=r.endVector();return Le.startRecordBatch(r),Le.addLength(r,BigInt(t.length)),Le.addNodes(r,n),Le.addBuffers(r,s),Le.endRecordBatch(r)}function lI(r,t){let e=Zt.encode(r,t.data);return Bi.startDictionaryBatch(r),Bi.addId(r,BigInt(t.id)),Bi.addIsDelta(r,t.isDelta),Bi.addData(r,e),Bi.endDictionaryBatch(r)}function uI(r,t){return Rs.createFieldNode(r,BigInt(t.length),BigInt(t.nullCount))}function dI(r,t){return Ls.createBuffer(r,BigInt(t.offset),BigInt(t.length))}var hI=(()=>{let r=new ArrayBuffer(2);return new DataView(r).setInt16(0,256,!0),new Int16Array(r)[0]===256})();var rf=r=>`Expected ${tt[r]} Message in stream, but was null or length 0.`,nf=r=>`Header pointer of flatbuffer-encoded ${tt[r]} Message is null or length 0.`,Ty=(r,t)=>`Expected to read ${r} metadata bytes, but only read ${t}.`,Ay=(r,t)=>`Expected to read ${r} bytes for message body, but only read ${t}.`,Zs=class{constructor(t){this.source=t instanceof li?t:new li(t)}[Symbol.iterator](){return this}next(){let t;return(t=this.readMetadataLength()).done?St:t.value===-1&&(t=this.readMetadataLength()).done?St:(t=this.readMetadata(t.value)).done?St:t}throw(t){return this.source.throw(t)}return(t){return this.source.return(t)}readMessage(t){let e;if((e=this.next()).done)return null;if(t!=null&&e.value.headerType!==t)throw new Error(rf(t));return e.value}readMessageBody(t){if(t<=0)return new Uint8Array(0);let e=N(this.source.read(t));if(e.byteLength<t)throw new Error(Ay(t,e.byteLength));return e.byteOffset%8===0&&e.byteOffset+e.byteLength<=e.buffer.byteLength?e:e.slice()}readSchema(t=!1){let e=tt.Schema,i=this.readMessage(e),n=i?.header();if(t&&!n)throw new Error(nf(e));return n}readMetadataLength(){let t=this.source.read(du),e=t&&new Me(t),i=e?.readInt32(0)||0;return{done:i===0,value:i}}readMetadata(t){let e=this.source.read(t);if(!e)return St;if(e.byteLength<t)throw new Error(Ty(t,e.byteLength));return{done:!1,value:Be.decode(e)}}},Va=class{constructor(t,e){this.source=t instanceof tr?t:tl(t)?new Sn(t,e):new tr(t)}[Symbol.asyncIterator](){return this}next(){return p(this,void 0,void 0,function*(){let t;return(t=yield this.readMetadataLength()).done?St:t.value===-1&&(t=yield this.readMetadataLength()).done?St:(t=yield this.readMetadata(t.value)).done?St:t})}throw(t){return p(this,void 0,void 0,function*(){return yield this.source.throw(t)})}return(t){return p(this,void 0,void 0,function*(){return yield this.source.return(t)})}readMessage(t){return p(this,void 0,void 0,function*(){let e;if((e=yield this.next()).done)return null;if(t!=null&&e.value.headerType!==t)throw new Error(rf(t));return e.value})}readMessageBody(t){return p(this,void 0,void 0,function*(){if(t<=0)return new Uint8Array(0);let e=N(yield this.source.read(t));if(e.byteLength<t)throw new Error(Ay(t,e.byteLength));return e.byteOffset%8===0&&e.byteOffset+e.byteLength<=e.buffer.byteLength?e:e.slice()})}readSchema(){return p(this,arguments,void 0,function*(t=!1){let e=tt.Schema,i=yield this.readMessage(e),n=i?.header();if(t&&!n)throw new Error(nf(e));return n})}readMetadataLength(){return p(this,void 0,void 0,function*(){let t=yield this.source.read(du),e=t&&new Me(t),i=e?.readInt32(0)||0;return{done:i===0,value:i}})}readMetadata(t){return p(this,void 0,void 0,function*(){let e=yield this.source.read(t);if(!e)return St;if(e.byteLength<t)throw new Error(Ty(t,e.byteLength));return{done:!1,value:Be.decode(e)}})}},Pa=class extends Zs{constructor(t){super(new Uint8Array(0)),this._schema=!1,this._body=[],this._batchIndex=0,this._dictionaryIndex=0,this._json=t instanceof da?t:new da(t)}next(){let{_json:t}=this;if(!this._schema)return this._schema=!0,{done:!1,value:Be.fromJSON(t.schema,tt.Schema)};if(this._dictionaryIndex<t.dictionaries.length){let e=t.dictionaries[this._dictionaryIndex++];return this._body=e.data.columns,{done:!1,value:Be.fromJSON(e,tt.DictionaryBatch)}}if(this._batchIndex<t.batches.length){let e=t.batches[this._batchIndex++];return this._body=e.columns,{done:!1,value:Be.fromJSON(e,tt.RecordBatch)}}return this._body=[],St}readMessageBody(t){return e(this._body);function e(i){return(i||[]).reduce((n,s)=>[...n,...s.VALIDITY&&[s.VALIDITY]||[],...s.TYPE_ID&&[s.TYPE_ID]||[],...s.OFFSET&&[s.OFFSET]||[],...s.DATA&&[s.DATA]||[],...e(s.children)],[])}}readMessage(t){let e;if((e=this.next()).done)return null;if(t!=null&&e.value.headerType!==t)throw new Error(rf(t));return e.value}readSchema(){let t=tt.Schema,e=this.readMessage(t),i=e?.header();if(!e||!i)throw new Error(nf(t));return i}},du=4,ef="ARROW1",to=new Uint8Array(ef.length);for(let r=0;r<ef.length;r+=1)to[r]=ef.codePointAt(r);function hu(r,t=0){for(let e=-1,i=to.length;++e<i;)if(to[e]!==r[t+e])return!1;return!0}var eo=to.length,sf=eo+du,Dy=eo*2+du;var ke=class r extends Qn{constructor(t){super(),this._impl=t}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(t){return this._impl.throw(t)}return(t){return this._impl.return(t)}cancel(){return this._impl.cancel()}reset(t){return this._impl.reset(t),this._DOMStream=void 0,this._nodeStream=void 0,this}open(t){let e=this._impl.open(t);return Fe(e)?e.then(()=>this):this}readRecordBatch(t){return this._impl.isFile()?this._impl.readRecordBatch(t):null}[Symbol.iterator](){return this._impl[Symbol.iterator]()}[Symbol.asyncIterator](){return this._impl[Symbol.asyncIterator]()}toDOMStream(){return Qt.toDOMStream(this.isSync()?{[Symbol.iterator]:()=>this}:{[Symbol.asyncIterator]:()=>this})}toNodeStream(){return Qt.toNodeStream(this.isSync()?{[Symbol.iterator]:()=>this}:{[Symbol.asyncIterator]:()=>this},{objectMode:!0})}static throughNode(t){throw new Error('"throughNode" not available in this environment')}static throughDOM(t,e){throw new Error('"throughDOM" not available in this environment')}static from(t){return t instanceof r?t:Xc(t)?pI(t):tl(t)?gI(t):Fe(t)?p(this,void 0,void 0,function*(){return yield r.from(yield t)}):el(t)||Lo(t)||il(t)||He(t)?yI(new tr(t)):mI(new li(t))}static readAll(t){return t instanceof r?t.isSync()?Oy(t):Ey(t):Xc(t)||ArrayBuffer.isView(t)||hr(t)||Zc(t)?Oy(t):Ey(t)}},Ci=class extends ke{constructor(t){super(t),this._impl=t}readAll(){return[...this]}[Symbol.iterator](){return this._impl[Symbol.iterator]()}[Symbol.asyncIterator](){return vt(this,arguments,function*(){yield y(yield*Ye(Rt(this[Symbol.iterator]())))})}},ss=class extends ke{constructor(t){super(t),this._impl=t}readAll(){return p(this,void 0,void 0,function*(){var t,e,i,n;let s=new Array;try{for(var o=!0,a=Rt(this),c;c=yield a.next(),t=c.done,!t;o=!0){n=c.value,o=!1;let l=n;s.push(l)}}catch(l){e={error:l}}finally{try{!o&&!t&&(i=a.return)&&(yield i.call(a))}finally{if(e)throw e.error}}return s})}[Symbol.iterator](){throw new Error("AsyncRecordBatchStreamReader is not Iterable")}[Symbol.asyncIterator](){return this._impl[Symbol.asyncIterator]()}},os=class extends Ci{constructor(t){super(t),this._impl=t}},fu=class extends ss{constructor(t){super(t),this._impl=t}},pu=class{get numDictionaries(){return this._dictionaryIndex}get numRecordBatches(){return this._recordBatchIndex}constructor(t=new Map){this.closed=!1,this.autoDestroy=!0,this._dictionaryIndex=0,this._recordBatchIndex=0,this.dictionaries=t}isSync(){return!1}isAsync(){return!1}isFile(){return!1}isStream(){return!1}reset(t){return this._dictionaryIndex=0,this._recordBatchIndex=0,this.schema=t,this.dictionaries=new Map,this}_loadRecordBatch(t,e){let i=this._loadVectors(t,e,this.schema.fields),n=$({type:new wt(this.schema.fields),length:t.length,children:i});return new Ut(this.schema,n)}_loadDictionaryBatch(t,e){let{id:i,isDelta:n}=t,{dictionaries:s,schema:o}=this,a=s.get(i);if(n||!a){let c=o.dictionaries.get(i),l=this._loadVectors(t.data,e,[c]);return(a&&n?a.concat(new et(l)):new et(l)).memoize()}return a.memoize()}_loadVectors(t,e,i){return new ma(e,t.nodes,t.buffers,this.dictionaries,this.schema.metadataVersion).visitMany(i)}},ro=class extends pu{constructor(t,e){super(e),this._reader=Xc(t)?new Pa(this._handle=t):new Zs(this._handle=t)}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(t){return this.closed||(this.autoDestroy=Fy(this,t),this.schema||(this.schema=this._reader.readSchema())||this.cancel()),this}throw(t){return!this.closed&&this.autoDestroy&&(this.closed=!0)?this.reset()._reader.throw(t):St}return(t){return!this.closed&&this.autoDestroy&&(this.closed=!0)?this.reset()._reader.return(t):St}next(){if(this.closed)return St;let t,{_reader:e}=this;for(;t=this._readNextMessageAndValidate();)if(t.isSchema())this.reset(t.header());else if(t.isRecordBatch()){this._recordBatchIndex++;let i=t.header(),n=e.readMessageBody(t.bodyLength);return{done:!1,value:this._loadRecordBatch(i,n)}}else if(t.isDictionaryBatch()){this._dictionaryIndex++;let i=t.header(),n=e.readMessageBody(t.bodyLength),s=this._loadDictionaryBatch(i,n);this.dictionaries.set(i.id,s)}return this.schema&&this._recordBatchIndex===0?(this._recordBatchIndex++,{done:!1,value:new ns(this.schema)}):this.return()}_readNextMessageAndValidate(t){return this._reader.readMessage(t)}},io=class extends pu{constructor(t,e){super(e),this._reader=new Va(this._handle=t)}isAsync(){return!0}isStream(){return!0}[Symbol.asyncIterator](){return this}cancel(){return p(this,void 0,void 0,function*(){!this.closed&&(this.closed=!0)&&(yield this.reset()._reader.return(),this._reader=null,this.dictionaries=null)})}open(t){return p(this,void 0,void 0,function*(){return this.closed||(this.autoDestroy=Fy(this,t),this.schema||(this.schema=yield this._reader.readSchema())||(yield this.cancel())),this})}throw(t){return p(this,void 0,void 0,function*(){return!this.closed&&this.autoDestroy&&(this.closed=!0)?yield this.reset()._reader.throw(t):St})}return(t){return p(this,void 0,void 0,function*(){return!this.closed&&this.autoDestroy&&(this.closed=!0)?yield this.reset()._reader.return(t):St})}next(){return p(this,void 0,void 0,function*(){if(this.closed)return St;let t,{_reader:e}=this;for(;t=yield this._readNextMessageAndValidate();)if(t.isSchema())yield this.reset(t.header());else if(t.isRecordBatch()){this._recordBatchIndex++;let i=t.header(),n=yield e.readMessageBody(t.bodyLength);return{done:!1,value:this._loadRecordBatch(i,n)}}else if(t.isDictionaryBatch()){this._dictionaryIndex++;let i=t.header(),n=yield e.readMessageBody(t.bodyLength),s=this._loadDictionaryBatch(i,n);this.dictionaries.set(i.id,s)}return this.schema&&this._recordBatchIndex===0?(this._recordBatchIndex++,{done:!1,value:new ns(this.schema)}):yield this.return()})}_readNextMessageAndValidate(t){return p(this,void 0,void 0,function*(){return yield this._reader.readMessage(t)})}},mu=class extends ro{get footer(){return this._footer}get numDictionaries(){return this._footer?this._footer.numDictionaries:0}get numRecordBatches(){return this._footer?this._footer.numRecordBatches:0}constructor(t,e){super(t instanceof ha?t:new ha(t),e)}isSync(){return!0}isFile(){return!0}open(t){if(!this.closed&&!this._footer){this.schema=(this._footer=this._readFooter()).schema;for(let e of this._footer.dictionaryBatches())e&&this._readDictionaryBatch(this._dictionaryIndex++)}return super.open(t)}readRecordBatch(t){var e;if(this.closed)return null;this._footer||this.open();let i=(e=this._footer)===null||e===void 0?void 0:e.getRecordBatch(t);if(i&&this._handle.seek(i.offset)){let n=this._reader.readMessage(tt.RecordBatch);if(n?.isRecordBatch()){let s=n.header(),o=this._reader.readMessageBody(n.bodyLength);return this._loadRecordBatch(s,o)}}return null}_readDictionaryBatch(t){var e;let i=(e=this._footer)===null||e===void 0?void 0:e.getDictionaryBatch(t);if(i&&this._handle.seek(i.offset)){let n=this._reader.readMessage(tt.DictionaryBatch);if(n?.isDictionaryBatch()){let s=n.header(),o=this._reader.readMessageBody(n.bodyLength),a=this._loadDictionaryBatch(s,o);this.dictionaries.set(s.id,a)}}}_readFooter(){let{_handle:t}=this,e=t.size-sf,i=t.readInt32(e),n=t.readAt(e-i,i);return Oi.decode(n)}_readNextMessageAndValidate(t){var e;if(this._footer||this.open(),this._footer&&this._recordBatchIndex<this.numRecordBatches){let i=(e=this._footer)===null||e===void 0?void 0:e.getRecordBatch(this._recordBatchIndex);if(i&&this._handle.seek(i.offset))return this._reader.readMessage(t)}return null}},of=class extends io{get footer(){return this._footer}get numDictionaries(){return this._footer?this._footer.numDictionaries:0}get numRecordBatches(){return this._footer?this._footer.numRecordBatches:0}constructor(t,...e){let i=typeof e[0]!="number"?e.shift():void 0,n=e[0]instanceof Map?e.shift():void 0;super(t instanceof Sn?t:new Sn(t,i),n)}isFile(){return!0}isAsync(){return!0}open(t){let e=Object.create(null,{open:{get:()=>super.open}});return p(this,void 0,void 0,function*(){if(!this.closed&&!this._footer){this.schema=(this._footer=yield this._readFooter()).schema;for(let i of this._footer.dictionaryBatches())i&&(yield this._readDictionaryBatch(this._dictionaryIndex++))}return yield e.open.call(this,t)})}readRecordBatch(t){return p(this,void 0,void 0,function*(){var e;if(this.closed)return null;this._footer||(yield this.open());let i=(e=this._footer)===null||e===void 0?void 0:e.getRecordBatch(t);if(i&&(yield this._handle.seek(i.offset))){let n=yield this._reader.readMessage(tt.RecordBatch);if(n?.isRecordBatch()){let s=n.header(),o=yield this._reader.readMessageBody(n.bodyLength);return this._loadRecordBatch(s,o)}}return null})}_readDictionaryBatch(t){return p(this,void 0,void 0,function*(){var e;let i=(e=this._footer)===null||e===void 0?void 0:e.getDictionaryBatch(t);if(i&&(yield this._handle.seek(i.offset))){let n=yield this._reader.readMessage(tt.DictionaryBatch);if(n?.isDictionaryBatch()){let s=n.header(),o=yield this._reader.readMessageBody(n.bodyLength),a=this._loadDictionaryBatch(s,o);this.dictionaries.set(s.id,a)}}})}_readFooter(){return p(this,void 0,void 0,function*(){let{_handle:t}=this;t._pending&&(yield t._pending);let e=t.size-sf,i=yield t.readInt32(e),n=yield t.readAt(e-i,i);return Oi.decode(n)})}_readNextMessageAndValidate(t){return p(this,void 0,void 0,function*(){if(this._footer||(yield this.open()),this._footer&&this._recordBatchIndex<this.numRecordBatches){let e=this._footer.getRecordBatch(this._recordBatchIndex);if(e&&(yield this._handle.seek(e.offset)))return yield this._reader.readMessage(t)}return null})}},af=class extends ro{constructor(t,e){super(t,e)}_loadVectors(t,e,i){return new Vl(e,t.nodes,t.buffers,this.dictionaries,this.schema.metadataVersion).visitMany(i)}};function Fy(r,t){return t&&typeof t.autoDestroy=="boolean"?t.autoDestroy:r.autoDestroy}function*Oy(r){let t=ke.from(r);try{if(!t.open({autoDestroy:!1}).closed)do yield t;while(!t.reset().open().closed)}finally{t.cancel()}}function Ey(r){return vt(this,arguments,function*(){let e=yield y(ke.from(r));try{if(!(yield y(e.open({autoDestroy:!1}))).closed)do yield yield y(e);while(!(yield y(e.reset().open())).closed)}finally{yield y(e.cancel())}})}function pI(r){return new Ci(new af(r))}function mI(r){let t=r.peek(eo+7&-8);return t&&t.byteLength>=4?hu(t)?new os(new mu(r.read())):new Ci(new ro(r)):new Ci(new ro(function*(){}()))}function yI(r){return p(this,void 0,void 0,function*(){let t=yield r.peek(eo+7&-8);return t&&t.byteLength>=4?hu(t)?new os(new mu(yield r.read())):new ss(new io(r)):new ss(new io(function(){return vt(this,arguments,function*(){})}()))})}function gI(r){return p(this,void 0,void 0,function*(){let{size:t}=yield r.stat(),e=new Sn(r,t);return t>=Dy&&hu(yield e.readAt(0,eo+7&-8))?new fu(new of(e)):new ss(new io(e))})}var Ft=class r extends B{static assemble(...t){let e=n=>n.flatMap(s=>Array.isArray(s)?e(s):s instanceof Ut?s.data.children:s.data),i=new r;return i.visitMany(e(t)),i}constructor(){super(),this._byteLength=0,this._nodes=[],this._buffers=[],this._bufferRegions=[]}visit(t){if(t instanceof et)return this.visitMany(t.data),this;let{type:e}=t;if(!g.isDictionary(e)){let{length:i}=t;if(i>2147483647)throw new RangeError("Cannot write arrays larger than 2^31 - 1 in length");if(g.isUnion(e))this.nodes.push(new rr(i,0));else{let{nullCount:n}=t;g.isNull(e)||Br.call(this,n<=0?new Uint8Array(0):Yn(t.offset,i,t.nullBitmap)),this.nodes.push(new rr(i,n))}}return super.visit(t)}visitNull(t){return this}visitDictionary(t){return this.visit(t.clone(t.type.indices))}get nodes(){return this._nodes}get buffers(){return this._buffers}get byteLength(){return this._byteLength}get bufferRegions(){return this._bufferRegions}};function Br(r){let t=r.byteLength+7&-8;return this.buffers.push(r),this.bufferRegions.push(new ve(this._byteLength,t)),this._byteLength+=t,this}function bI(r){var t;let{type:e,length:i,typeIds:n,valueOffsets:s}=r;if(Br.call(this,n),e.mode===_t.Sparse)return cf.call(this,r);if(e.mode===_t.Dense){if(r.offset<=0)return Br.call(this,s),cf.call(this,r);{let o=new Int32Array(i),a=Object.create(null),c=Object.create(null);for(let l,u,f=-1;++f<i;)(l=n[f])!==void 0&&((u=a[l])===void 0&&(u=a[l]=s[f]),o[f]=s[f]-u,c[l]=((t=c[l])!==null&&t!==void 0?t:0)+1);Br.call(this,o),this.visitMany(r.children.map((l,u)=>{let f=e.typeIds[u],m=a[f],b=c[f];return l.slice(m,Math.min(i,b))}))}}return this}function _I(r){let t;return r.nullCount>=r.length?Br.call(this,new Uint8Array(0)):(t=r.values)instanceof Uint8Array?Br.call(this,Yn(r.offset,r.length,t)):Br.call(this,Hn(r.values))}function ki(r){return Br.call(this,r.values.subarray(0,r.length*r.stride))}function yu(r){let{length:t,values:e,valueOffsets:i}=r,n=at(i[0]),s=at(i[t]),o=Math.min(s-n,e.byteLength-n);return Br.call(this,sl(-n,t+1,i)),Br.call(this,e.subarray(n,n+o)),this}function lf(r){let{length:t,valueOffsets:e}=r;if(e){let{[0]:i,[t]:n}=e;return Br.call(this,sl(-i,t+1,e)),this.visit(r.children[0].slice(i,n-i))}return this.visit(r.children[0])}function cf(r){return this.visitMany(r.type.children.map((t,e)=>r.children[e]).filter(Boolean))[0]}Ft.prototype.visitBool=_I;Ft.prototype.visitInt=ki;Ft.prototype.visitFloat=ki;Ft.prototype.visitUtf8=yu;Ft.prototype.visitLargeUtf8=yu;Ft.prototype.visitBinary=yu;Ft.prototype.visitLargeBinary=yu;Ft.prototype.visitFixedSizeBinary=ki;Ft.prototype.visitDate=ki;Ft.prototype.visitTimestamp=ki;Ft.prototype.visitTime=ki;Ft.prototype.visitDecimal=ki;Ft.prototype.visitList=lf;Ft.prototype.visitStruct=cf;Ft.prototype.visitUnion=bI;Ft.prototype.visitInterval=ki;Ft.prototype.visitDuration=ki;Ft.prototype.visitFixedSizeList=lf;Ft.prototype.visitMap=lf;var as=class extends Qn{static throughNode(t){throw new Error('"throughNode" not available in this environment')}static throughDOM(t,e){throw new Error('"throughDOM" not available in this environment')}constructor(t){super(),this._position=0,this._started=!1,this._sink=new ci,this._schema=null,this._dictionaryBlocks=[],this._recordBatchBlocks=[],this._dictionaryDeltaOffsets=new Map,ue(t)||(t={autoDestroy:!0,writeLegacyIpcFormat:!1}),this._autoDestroy=typeof t.autoDestroy=="boolean"?t.autoDestroy:!0,this._writeLegacyIpcFormat=typeof t.writeLegacyIpcFormat=="boolean"?t.writeLegacyIpcFormat:!1}toString(t=!1){return this._sink.toString(t)}toUint8Array(t=!1){return this._sink.toUint8Array(t)}writeAll(t){return Fe(t)?t.then(e=>this.writeAll(e)):He(t)?df(this,t):uf(this,t)}get closed(){return this._sink.closed}[Symbol.asyncIterator](){return this._sink[Symbol.asyncIterator]()}toDOMStream(t){return this._sink.toDOMStream(t)}toNodeStream(t){return this._sink.toNodeStream(t)}close(){return this.reset()._sink.close()}abort(t){return this.reset()._sink.abort(t)}finish(){return this._autoDestroy?this.close():this.reset(this._sink,this._schema),this}reset(t=this._sink,e=null){return t===this._sink||t instanceof ci?this._sink=t:(this._sink=new ci,t&&Yp(t)?this.toDOMStream({type:"bytes"}).pipeTo(t):t&&Hp(t)&&this.toNodeStream({objectMode:!1}).pipe(t)),this._started&&this._schema&&this._writeFooter(this._schema),this._started=!1,this._dictionaryBlocks=[],this._recordBatchBlocks=[],this._dictionaryDeltaOffsets=new Map,(!e||!is(e,this._schema))&&(e==null?(this._position=0,this._schema=null):(this._started=!0,this._schema=e,this._writeSchema(e))),this}write(t){let e=null;if(this._sink){if(t==null)return this.finish()&&void 0;if(t instanceof Ie&&!(e=t.schema))return this.finish()&&void 0;if(t instanceof Ut&&!(e=t.schema))return this.finish()&&void 0}else throw new Error("RecordBatchWriter is closed");if(e&&!is(e,this._schema)){if(this._started&&this._autoDestroy)return this.close();this.reset(this._sink,e)}t instanceof Ut?t instanceof ns||this._writeRecordBatch(t):t instanceof Ie?this.writeAll(t.batches):hr(t)&&this.writeAll(t)}_writeMessage(t,e=8){let i=e-1,n=Be.encode(t),s=n.byteLength,o=this._writeLegacyIpcFormat?4:8,a=s+o+i&~i,c=a-s-o;return t.headerType===tt.RecordBatch?this._recordBatchBlocks.push(new Ei(a,t.bodyLength,this._position)):t.headerType===tt.DictionaryBatch&&this._dictionaryBlocks.push(new Ei(a,t.bodyLength,this._position)),this._writeLegacyIpcFormat||this._write(Int32Array.of(-1)),this._write(Int32Array.of(a-o)),s>0&&this._write(n),this._writePadding(c)}_write(t){if(this._started){let e=N(t);e&&e.byteLength>0&&(this._sink.write(e),this._position+=e.byteLength)}return this}_writeSchema(t){return this._writeMessage(Be.from(t))}_writeFooter(t){return this._writeLegacyIpcFormat?this._write(Int32Array.of(0)):this._write(Int32Array.of(-1,0))}_writeMagic(){return this._write(to)}_writePadding(t){return t>0?this._write(new Uint8Array(t)):this}_writeRecordBatch(t){let{byteLength:e,nodes:i,bufferRegions:n,buffers:s}=Ft.assemble(t),o=new Zt(t.numRows,i,n),a=Be.from(o,e);return this._writeDictionaries(t)._writeMessage(a)._writeBodyBuffers(s)}_writeDictionaryBatch(t,e,i=!1){this._dictionaryDeltaOffsets.set(e,t.length+(this._dictionaryDeltaOffsets.get(e)||0));let{byteLength:n,nodes:s,bufferRegions:o,buffers:a}=Ft.assemble(new et([t])),c=new Zt(t.length,s,o),l=new Se(c,e,i),u=Be.from(l,n);return this._writeMessage(u)._writeBodyBuffers(a)}_writeBodyBuffers(t){let e,i,n;for(let s=-1,o=t.length;++s<o;)(e=t[s])&&(i=e.byteLength)>0&&(this._write(e),(n=(i+7&-8)-i)>0&&this._writePadding(n));return this}_writeDictionaries(t){for(let[e,i]of t.dictionaries){let n=this._dictionaryDeltaOffsets.get(e)||0;if(n===0||(i=i?.slice(n)).length>0)for(let s of i.data)this._writeDictionaryBatch(s,e,n>0),n+=s.length}return this}},ja=class r extends as{static writeAll(t,e){let i=new r(e);return Fe(t)?t.then(n=>i.writeAll(n)):He(t)?df(i,t):uf(i,t)}},za=class r extends as{static writeAll(t){let e=new r;return Fe(t)?t.then(i=>e.writeAll(i)):He(t)?df(e,t):uf(e,t)}constructor(){super(),this._autoDestroy=!0}_writeSchema(t){return this._writeMagic()._writePadding(2)}_writeFooter(t){let e=Oi.encode(new Oi(t,pt.V5,this._recordBatchBlocks,this._dictionaryBlocks));return super._writeFooter(t)._write(e)._write(Int32Array.of(e.byteLength))._writeMagic()}};function uf(r,t){let e=t;t instanceof Ie&&(e=t.batches,r.reset(void 0,t.schema));for(let i of e)r.write(i);return r.finish()}function df(r,t){return p(this,void 0,void 0,function*(){var e,i,n,s,o,a,c;try{for(e=!0,i=Rt(t);n=yield i.next(),s=n.done,!s;e=!0){c=n.value,e=!1;let l=c;r.write(l)}}catch(l){o={error:l}}finally{try{!e&&!s&&(a=i.return)&&(yield a.call(i))}finally{if(o)throw o.error}}return r.finish()})}function Ny(r,t){if(He(r))return II(r,t);if(hr(r))return wI(r,t);throw new Error("toDOMStream() must be called with an Iterable or AsyncIterable")}function wI(r,t){let e=null,i=t?.type==="bytes"||!1,n=t?.highWaterMark||Math.pow(2,24);return new ReadableStream(Object.assign(Object.assign({},t),{start(o){s(o,e||(e=r[Symbol.iterator]()))},pull(o){e?s(o,e):o.close()},cancel(){(e?.return&&e.return()||!0)&&(e=null)}}),Object.assign({highWaterMark:i?n:void 0},t));function s(o,a){let c,l=null,u=o.desiredSize||null;for(;!(l=a.next(i?u:null)).done;)if(ArrayBuffer.isView(l.value)&&(c=N(l.value))&&(u!=null&&i&&(u=u-c.byteLength+1),l.value=c),o.enqueue(l.value),u!=null&&--u<=0)return;o.close()}}function II(r,t){let e=null,i=t?.type==="bytes"||!1,n=t?.highWaterMark||Math.pow(2,24);return new ReadableStream(Object.assign(Object.assign({},t),{start(o){return p(this,void 0,void 0,function*(){yield s(o,e||(e=r[Symbol.asyncIterator]()))})},pull(o){return p(this,void 0,void 0,function*(){e?yield s(o,e):o.close()})},cancel(){return p(this,void 0,void 0,function*(){(e?.return&&(yield e.return())||!0)&&(e=null)})}}),Object.assign({highWaterMark:i?n:void 0},t));function s(o,a){return p(this,void 0,void 0,function*(){let c,l=null,u=o.desiredSize||null;for(;!(l=yield a.next(i?u:null)).done;)if(ArrayBuffer.isView(l.value)&&(c=N(l.value))&&(u!=null&&i&&(u=u-c.byteLength+1),l.value=c),o.enqueue(l.value),u!=null&&--u<=0)return;o.close()})}}function Ry(r){return new hf(r)}var hf=class{constructor(t){this._numChunks=0,this._finished=!1,this._bufferedSize=0;let{["readableStrategy"]:e,["writableStrategy"]:i,["queueingStrategy"]:n="count"}=t,s=Qc(t,["readableStrategy","writableStrategy","queueingStrategy"]);this._controller=null,this._builder=Zn(s),this._getSize=n!=="bytes"?My:Ly;let{["highWaterMark"]:o=n==="bytes"?Math.pow(2,14):1e3}=Object.assign({},e),{["highWaterMark"]:a=n==="bytes"?Math.pow(2,14):1e3}=Object.assign({},i);this.readable=new ReadableStream({cancel:()=>{this._builder.clear()},pull:c=>{this._maybeFlush(this._builder,this._controller=c)},start:c=>{this._maybeFlush(this._builder,this._controller=c)}},{highWaterMark:o,size:n!=="bytes"?My:Ly}),this.writable=new WritableStream({abort:()=>{this._builder.clear()},write:()=>{this._maybeFlush(this._builder,this._controller)},close:()=>{this._maybeFlush(this._builder.finish(),this._controller)}},{highWaterMark:a,size:c=>this._writeValueAndReturnChunkSize(c)})}_writeValueAndReturnChunkSize(t){let e=this._bufferedSize;return this._bufferedSize=this._getSize(this._builder.append(t)),this._bufferedSize-e}_maybeFlush(t,e){e!=null&&(this._bufferedSize>=e.desiredSize&&++this._numChunks&&this._enqueue(e,t.toVector()),t.finished&&((t.length>0||this._numChunks===0)&&++this._numChunks&&this._enqueue(e,t.toVector()),!this._finished&&(this._finished=!0)&&this._enqueue(e,null)))}_enqueue(t,e){this._bufferedSize=0,this._controller=null,e==null?t.close():t.enqueue(e)}},My=r=>{var t;return(t=r?.length)!==null&&t!==void 0?t:0},Ly=r=>{var t;return(t=r?.byteLength)!==null&&t!==void 0?t:0};function gu(r,t){let e=new ci,i=null,n=new ReadableStream({cancel(){return p(this,void 0,void 0,function*(){yield e.close()})},start(a){return p(this,void 0,void 0,function*(){yield o(a,i||(i=yield s()))})},pull(a){return p(this,void 0,void 0,function*(){i?yield o(a,i):a.close()})}});return{writable:new WritableStream(e,Object.assign({highWaterMark:Math.pow(2,14)},r)),readable:n};function s(){return p(this,void 0,void 0,function*(){return yield(yield ke.from(e)).open(t)})}function o(a,c){return p(this,void 0,void 0,function*(){let l=a.desiredSize,u=null;for(;!(u=yield c.next()).done;)if(a.enqueue(u.value),l!=null&&--l<=0)return;a.close()})}}function bu(r,t){let e=new this(r),i=new tr(e),n=new ReadableStream({cancel(){return p(this,void 0,void 0,function*(){yield i.cancel()})},pull(o){return p(this,void 0,void 0,function*(){yield s(o)})},start(o){return p(this,void 0,void 0,function*(){yield s(o)})}},Object.assign({highWaterMark:Math.pow(2,14)},t));return{writable:new WritableStream(e,r),readable:n};function s(o){return p(this,void 0,void 0,function*(){let a=null,c=o.desiredSize;for(;a=yield i.read(c||null);)if(o.enqueue(a),c!=null&&(c-=a.byteLength)<=0)return;o.close()})}}function cs(r){let t=ke.from(r);return Fe(t)?t.then(e=>cs(e)):t.isAsync()?t.readAll().then(e=>new Ie(e)):new Ie(t.readAll())}var jI=Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},Sh),Hh),Vh),Bh),yh),kh),_h),{compareSchemas:is,compareFields:ly,compareTypes:uy});Qt.toDOMStream=Ny;Dt.throughDOM=Ry;ke.throughDOM=gu;os.throughDOM=gu;Ci.throughDOM=gu;as.throughDOM=bu;za.throughDOM=bu;ja.throughDOM=bu;function ff(r="ws://localhost:3000/"){let t=[],e=!1,i=null,n,s={open(){e=!0,c()},close(){for(e=!1,i=null,n=null;t.length;)t.shift().reject("Socket closed")},error(l){if(i){let{reject:u}=i;i=null,c(),u(l)}else console.error("WebSocket error: ",l)},message({data:l}){if(i){let{query:u,resolve:f,reject:m}=i;if(i=null,c(),typeof l=="string"){let b=JSON.parse(l);b.error?m(b.error):f(b)}else if(u.type==="exec")f();else if(u.type==="arrow")f(cs(l.arrayBuffer()));else throw new Error(`Unexpected socket data: ${l}`)}else console.log("WebSocket message: ",l)}};function o(){n=new WebSocket(r);for(let l in s)n.addEventListener(l,s[l])}function a(l,u,f){n==null&&o(),t.push({query:l,resolve:u,reject:f}),e&&!i&&c()}function c(){t.length&&(i=t.shift(),n.send(JSON.stringify(i.query)))}return{get connected(){return e},query(l){return new Promise((u,f)=>a(l,u,f))}}}var ir=class{constructor(t,e){t&&(this.table=String(t)),e&&(this.column=e)}get columns(){return this.column?[this.column]:[]}toString(){let{table:t,column:e}=this;if(e){let i=e.startsWith("*")?e:`"${e}"`;return`${t?`${Uy(t)}.`:""}${i}`}else return t?Uy(t):"NULL"}};function Uy(r){return r.split(".").map(e=>`"${e}"`).join(".")}function Cy(r,t){return r instanceof ir&&r.column===t}function st(r){return typeof r=="string"?Vy(r):r}function ls(r){return typeof r=="string"?ky(r):r}function ky(r){return new ir(r)}function Vy(r,t=null){return arguments.length===1&&(t=r,r=null),new ir(r,t)}function Vi(r){switch(typeof r){case"boolean":return r?"TRUE":"FALSE";case"string":return`'${r.replace("'","''")}'`;case"number":return Number.isFinite(r)?String(r):"NULL";default:if(r==null)return"NULL";if(r instanceof Date){let t=+r;if(Number.isNaN(t))return"NULL";let e=r.getUTCFullYear(),i=r.getUTCMonth(),n=r.getUTCDate();return t===Date.UTC(e,i,n)?`MAKE_DATE(${e}, ${i+1}, ${n})`:`EPOCH_MS(${t})`}else return r instanceof RegExp?`'${r.source}'`:String(r)}}var us=r=>typeof r?.addEventListener=="function";function _u(r){return r instanceof Pi}var Pi=class{constructor(t,e,i){this._expr=Array.isArray(t)?t:[t],this._deps=e||[],this.annotate(i);let n=this._expr.filter(s=>us(s));n.length>0?(this._params=Array.from(new Set(n)),this._params.forEach(s=>{s.addEventListener("value",()=>zI(this,this.map?.get("value")))})):this.addEventListener=void 0}get value(){return this}get columns(){let{_params:t,_deps:e}=this;if(t){let i=new Set(t.flatMap(n=>{let s=n.value?.columns;return Array.isArray(s)?s:[]}));if(i.size){let n=new Set(e);return i.forEach(s=>n.add(s)),Array.from(n)}}return e}get column(){return this._deps.length?this._deps[0]:this.columns[0]}annotate(...t){return Object.assign(this,...t)}toString(){return this._expr.map(t=>us(t)&&!_u(t)?Vi(t.value):t).join("")}addEventListener(t,e){let i=this.map||(this.map=new Map);(i.get(t)||(i.set(t,new Set),i.get(t))).add(e)}};function zI(r,t){if(t?.size)return Promise.allSettled(Array.from(t,e=>e(r)))}function pf(r,t){let e=[r[0]],i=new Set,n=t.length;for(let s=0,o=0;s<n;){let a=t[s];us(a)?e[++o]=a:(Array.isArray(a?.columns)&&a.columns.forEach(l=>i.add(l)),e[o]+=typeof a=="string"?a:Vi(a));let c=r[++s];us(e[o])?e[++o]=c:e[o]+=c}return{spans:e,cols:Array.from(i)}}function G(r,...t){let{spans:e,cols:i}=pf(r,t);return new Pi(e,i)}var $a=r=>({value:r,toString:()=>Vi(r)});function qa(r){r(this.op,this),this.children?.forEach(t=>t.visit(r))}function Py(r,t){let e=t.filter(n=>n!=null).map(st),i=e.map((n,s)=>s?` ${r} `:"");return e.length===1?i.push(""):e.length>1&&(i[0]="(",i.push(")")),G(i,...e).annotate({op:r,children:e,visit:qa})}var no=(...r)=>Py("AND",r.flat()),Wa=(...r)=>Py("OR",r.flat()),$I=r=>t=>G`(${r} ${st(t)})`.annotate({op:r,a:t,visit:qa}),qI=$I("NOT"),jy=r=>t=>G`(${st(t)} ${r})`.annotate({op:r,a:t,visit:qa}),mf=jy("IS NULL"),WI=jy("IS NOT NULL"),Bn=r=>(t,e)=>G`(${st(t)} ${r} ${st(e)})`.annotate({op:r,a:t,b:e,visit:qa}),GI=Bn("="),YI=Bn("<>"),HI=Bn("<"),KI=Bn(">"),JI=Bn("<="),QI=Bn(">="),XI=Bn("IS DISTINCT FROM"),wu=Bn("IS NOT DISTINCT FROM");function ZI(r,t,e,i){t=st(t);let n=r.startsWith("NOT ")?"NOT ":"";return(e?i?G`${n}(${e[0]} <= ${t} AND ${t} < ${e[1]})`:G`(${t} ${r} ${e[0]} AND ${e[1]})`:G``).annotate({op:r,visit:qa,field:t,range:e})}var ds=(r,t,e)=>ZI("BETWEEN",r,t,e);function hs(r,t){return Array.from({length:r},()=>t)}function te(r,t){return(...e)=>{let i=e.map(st),n=t?`::${t}`:"";return(i.length?G([`${r}(`,...hs(i.length-1,", "),`)${n}`],...i):G`${r}()${n}`).annotate({func:r,args:i})}}var yf=te("REGEXP_MATCHES"),gf=te("CONTAINS"),bf=te("PREFIX"),_f=te("SUFFIX"),tv=te("LOWER"),ev=te("UPPER"),rv=te("LENGTH"),iv=te("ISNAN"),nv=te("ISFINITE"),sv=te("ISINF");var Ga=class r extends Pi{constructor(t,e,i,n,s="",o="",a=""){let c;if(n&&!(s||o||a))c=n?G`${e} OVER "${n}"`:G`${e} OVER ()`;else{let m=s&&o?" ":"",b=(s||o)&&a?" ":"";c=G`${e} OVER (${n?`"${n}" `:""}${s}${m}${o}${b}${a})`}i&&(c=G`(${c})::${i}`);let{_expr:u,_deps:f}=c;super(u,f),this.window=t,this.func=e,this.type=i,this.name=n,this.group=s,this.order=o,this.frame=a}get basis(){return this.column}get label(){let{func:t}=this;return t.label??t.toString()}over(t){let{window:e,func:i,type:n,group:s,order:o,frame:a}=this;return new r(e,i,n,t,s,o,a)}partitionby(...t){let e=t.flat().filter(u=>u).map(st),i=G(["PARTITION BY ",hs(e.length-1,", "),""],...e),{window:n,func:s,type:o,name:a,order:c,frame:l}=this;return new r(n,s,o,a,i,c,l)}orderby(...t){let e=t.flat().filter(u=>u).map(st),i=G(["ORDER BY ",hs(e.length-1,", "),""],...e),{window:n,func:s,type:o,name:a,group:c,frame:l}=this;return new r(n,s,o,a,c,i,l)}rows(t){let e=zy("ROWS",t),{window:i,func:n,type:s,name:o,group:a,order:c}=this;return new r(i,n,s,o,a,c,e)}range(t){let e=zy("RANGE",t),{window:i,func:n,type:s,name:o,group:a,order:c}=this;return new r(i,n,s,o,a,c,e)}};function zy(r,t){if(us(t)){let e=G`${t}`;return e.toString=()=>`${r} ${$y(t.value)}`,e}return`${r} ${$y(t)}`}function $y(r){let[t,e]=r,i=t===0?"CURRENT ROW":Number.isFinite(t)?`${Math.abs(t)} PRECEDING`:"UNBOUNDED PRECEDING",n=e===0?"CURRENT ROW":Number.isFinite(e)?`${Math.abs(e)} FOLLOWING`:"UNBOUNDED FOLLOWING";return`BETWEEN ${i} AND ${n}`}function xr(r,t){return(...e)=>{let i=te(r)(...e);return new Ga(r,i,t)}}var ov=xr("ROW_NUMBER","INTEGER"),av=xr("RANK","INTEGER"),cv=xr("DENSE_RANK","INTEGER"),lv=xr("PERCENT_RANK"),uv=xr("CUME_DIST"),dv=xr("NTILE"),hv=xr("LAG"),fv=xr("LEAD"),pv=xr("FIRST_VALUE"),mv=xr("LAST_VALUE"),yv=xr("NTH_VALUE");function it(r,...t){return G(r,...t).annotate({aggregate:!0})}var wf=class r extends Pi{constructor(t,e,i,n,s){e=(e||[]).map(st);let{strings:o,exprs:a}=gv(t,e,i,n,s),{spans:c,cols:l}=pf(o,a);super(c,l),this.aggregate=t,this.args=e,this.type=i,this.isDistinct=n,this.filter=s}get basis(){return this.column}get label(){let{aggregate:t,args:e,isDistinct:i}=this,n=i?"DISTINCT"+(e.length?" ":""):"",s=e.length?`(${n}${e.map(bv).join(", ")})`:"";return`${t.toLowerCase()}${s}`}distinct(){let{aggregate:t,args:e,type:i,filter:n}=this;return new r(t,e,i,!0,n)}where(t){let{aggregate:e,args:i,type:n,isDistinct:s}=this;return new r(e,i,n,s,t)}window(){let{aggregate:t,args:e,type:i,isDistinct:n}=this,s=new r(t,e,null,n);return new Ga(t,s,i)}partitionby(...t){return this.window().partitionby(...t)}orderby(...t){return this.window().orderby(...t)}rows(t){return this.window().rows(t)}range(t){return this.window().range(t)}};function gv(r,t,e,i,n){let s=`)${e?`::${e}`:""}`,o=[`${r}(${i?"DISTINCT ":""}`],a=[];return t.length?(o=o.concat([...hs(t.length-1,", "),`${s}${n?" FILTER (WHERE ":""}`,...n?[")"]:[]]),a=[...t,...n?[n]:[]]):o[0]+="*"+s,{exprs:a,strings:o}}function bv(r){let t=Vi(r);return t&&t.startsWith('"')&&t.endsWith('"')?t.slice(1,-1):t}function ot(r,t){return(...e)=>new wf(r,e,t)}var Ya=ot("COUNT","INTEGER"),_v=ot("AVG"),wv=ot("AVG"),Iv=ot("MAD"),If=ot("MAX"),vf=ot("MIN"),vv=ot("SUM","DOUBLE"),Sv=ot("PRODUCT"),Bv=ot("MEDIAN"),xv=ot("QUANTILE"),Tv=ot("MODE"),Av=ot("VARIANCE"),Dv=ot("STDDEV"),Ov=ot("SKEWNESS"),Ev=ot("KURTOSIS"),Fv=ot("ENTROPY"),Nv=ot("VAR_POP"),Mv=ot("STDDEV_POP"),Lv=ot("CORR"),Rv=ot("COVAR_SAMP"),Uv=ot("COVAR_POP"),Cv=ot("REGR_INTERCEPT"),kv=ot("REGR_SLOPE"),Vv=ot("REGR_COUNT"),Pv=ot("REGR_R2"),jv=ot("REGR_SYY"),zv=ot("REGR_SXX"),$v=ot("REGR_SXY"),qv=ot("REGR_AVGX"),Wv=ot("REGR_AVGY"),Gv=ot("FIRST"),Yv=ot("LAST"),Hv=ot("ARG_MIN"),Kv=ot("ARG_MAX"),Jv=ot("STRING_AGG"),Qv=ot("ARRAY_AGG");var Sf=r=>G`epoch_ms(${st(r)})`;var Xv=te("ST_AsGeoJSON"),Zv=te("ST_X"),t0=te("ST_Y"),e0=te("ST_CENTROID");var nr=class r{static select(...t){return new r().select(...t)}static from(...t){return new r().from(...t)}static with(...t){return new r().with(...t)}static union(...t){return new fs("UNION",t.flat())}static unionAll(...t){return new fs("UNION ALL",t.flat())}static intersect(...t){return new fs("INTERSECT",t.flat())}static except(...t){return new fs("EXCEPT",t.flat())}static describe(t){let e=t.clone(),{clone:i,toString:n}=e;return Object.assign(e,{describe:!0,clone:()=>r.describe(i.call(e)),toString:()=>`DESCRIBE ${n.call(e)}`})}constructor(){this.query={with:[],select:[],from:[],where:[],groupby:[],having:[],window:[],qualify:[],orderby:[]},this.cteFor=null}clone(){let t=new r;return t.query={...this.query},t}with(...t){let{query:e}=this;if(t.length===0)return e.with;{let i=[],n=(s,o)=>{let a=o.clone();a.cteFor=this,i.push({as:s,query:a})};return t.flat().forEach(s=>{if(s!=null)if(s.as&&s.query)n(s.as,s.query);else for(let o in s)n(o,s[o])}),e.with=e.with.concat(i),this}}select(...t){let{query:e}=this;if(t.length===0)return e.select;{let i=[];for(let s of t.flat())if(s!=null)if(typeof s=="string")i.push({as:s,expr:st(s)});else if(s instanceof ir)i.push({as:s.column,expr:s});else if(Array.isArray(s))i.push({as:s[0],expr:s[1]});else for(let o in s)i.push({as:Iu(o),expr:st(s[o])});let n=new Set(i.map(s=>s.as));return e.select=e.select.filter(s=>!n.has(s.as)).concat(i.filter(s=>s.expr)),this}}$select(...t){return this.query.select=[],this.select(...t)}distinct(t=!0){return this.query.distinct=!!t,this}from(...t){let{query:e}=this;if(t.length===0)return e.from;{let i=[];return t.flat().forEach(n=>{if(n!=null)if(typeof n=="string")i.push({as:n,from:ls(n)});else if(n instanceof ir)i.push({as:n.table,from:n});else if(Ha(n)||_u(n))i.push({from:n});else if(Array.isArray(n))i.push({as:Iu(n[0]),from:ls(n[1])});else for(let s in n)i.push({as:Iu(s),from:ls(n[s])})}),e.from=e.from.concat(i),this}}$from(...t){return this.query.from=[],this.from(...t)}sample(t,e){let{query:i}=this;if(arguments.length===0)return i.sample;{let n=t;return typeof t=="number"&&(n=t>0&&t<1?{perc:100*t,method:e}:{rows:Math.round(t),method:e}),i.sample=n,this}}where(...t){let{query:e}=this;return t.length===0?e.where:(e.where=e.where.concat(t.flat().filter(i=>i)),this)}$where(...t){return this.query.where=[],this.where(...t)}groupby(...t){let{query:e}=this;return t.length===0?e.groupby:(e.groupby=e.groupby.concat(t.flat().filter(i=>i).map(st)),this)}$groupby(...t){return this.query.groupby=[],this.groupby(...t)}having(...t){let{query:e}=this;return t.length===0?e.having:(e.having=e.having.concat(t.flat().filter(i=>i)),this)}window(...t){let{query:e}=this;if(t.length===0)return e.window;{let i=[];return t.flat().forEach(n=>{if(n!=null)for(let s in n)i.push({as:Iu(s),expr:n[s]})}),e.window=e.window.concat(i),this}}qualify(...t){let{query:e}=this;return t.length===0?e.qualify:(e.qualify=e.qualify.concat(t.flat().filter(i=>i)),this)}orderby(...t){let{query:e}=this;return t.length===0?e.orderby:(e.orderby=e.orderby.concat(t.flat().filter(i=>i).map(st)),this)}limit(t){let{query:e}=this;return arguments.length===0?e.limit:(e.limit=Number.isFinite(t)?t:void 0,this)}offset(t){let{query:e}=this;return arguments.length===0?e.offset:(e.offset=Number.isFinite(t)?t:void 0,this)}get subqueries(){let{query:t,cteFor:e}=this,n=(e?.query||t).with?.reduce((o,{as:a,query:c})=>(o[a]=c,o),{}),s=[];return t.from.forEach(({from:o})=>{if(Ha(o))s.push(o);else if(n[o.table]){let a=n[o.table];s.push(a)}}),s}toString(){let{with:t,select:e,distinct:i,from:n,sample:s,where:o,groupby:a,having:c,window:l,qualify:u,orderby:f,limit:m,offset:b}=this.query,F=[];if(t.length){let It=t.map(({as:nt,query:le})=>`"${nt}" AS (${le})`);F.push(`WITH ${It.join(", ")}`)}let Ge=e.map(({as:It,expr:nt})=>Cy(nt,It)&&!nt.table?`${nt}`:`${nt} AS "${It}"`);if(F.push(`SELECT${i?" DISTINCT":""} ${Ge.join(", ")}`),n.length){let It=n.map(({as:nt,from:le})=>{let No=Ha(le)?`(${le})`:`${le}`;return!nt||nt===le.table?No:`${No} AS "${nt}"`});F.push(`FROM ${It.join(", ")}`)}if(o.length){let It=o.map(String).filter(nt=>nt).join(" AND ");It&&F.push(`WHERE ${It}`)}if(s){let{rows:It,perc:nt,method:le,seed:No}=s,n_=It?`${It} ROWS`:`${nt} PERCENT`,s_=le?` (${le}${No!=null?`, ${No}`:""})`:"";F.push(`USING SAMPLE ${n_}${s_}`)}if(a.length&&F.push(`GROUP BY ${a.join(", ")}`),c.length){let It=c.map(String).filter(nt=>nt).join(" AND ");It&&F.push(`HAVING ${It}`)}if(l.length){let It=l.map(({as:nt,expr:le})=>`"${nt}" AS (${le})`);F.push(`WINDOW ${It.join(", ")}`)}if(u.length){let It=u.map(String).filter(nt=>nt).join(" AND ");It&&F.push(`QUALIFY ${It}`)}return f.length&&F.push(`ORDER BY ${f.join(", ")}`),Number.isFinite(m)&&F.push(`LIMIT ${m}`),Number.isFinite(b)&&F.push(`OFFSET ${b}`),F.join(" ")}},fs=class r{constructor(t,e){this.op=t,this.queries=e.map(i=>i.clone()),this.query={orderby:[]},this.cteFor=null}clone(){let t=new r(this.op,this.queries);return t.query={...this.query},t}orderby(...t){let{query:e}=this;return t.length===0?e.orderby:(e.orderby=e.orderby.concat(t.flat().filter(i=>i).map(st)),this)}limit(t){let{query:e}=this;return arguments.length===0?e.limit:(e.limit=Number.isFinite(t)?t:void 0,this)}offset(t){let{query:e}=this;return arguments.length===0?e.offset:(e.offset=Number.isFinite(t)?t:void 0,this)}get subqueries(){let{queries:t,cteFor:e}=this;return e&&t.forEach(i=>i.cteFor=e),t}toString(){let{op:t,queries:e,query:{orderby:i,limit:n,offset:s}}=this,o=[e.join(` ${t} `)];return i.length&&o.push(`ORDER BY ${i.join(", ")}`),Number.isFinite(n)&&o.push(`LIMIT ${n}`),Number.isFinite(s)&&o.push(`OFFSET ${s}`),o.join(" ")}};function Ha(r){return r instanceof nr||r instanceof fs}function Bf(r){return Ha(r)&&r.describe}function Iu(r){return r0(r)?r.slice(1,-1):r}function r0(r){return r[0]==='"'&&r[r.length-1]==='"'}var vu=r=>r;function qy(){return{apply:vu,invert:vu,sqlApply:st,sqlInvert:vu}}function i0({base:r=null}={}){if(r==null||r===Math.E)return{apply:Math.log,invert:Math.exp,sqlApply:t=>G`LN(${st(t)})`,sqlInvert:t=>G`EXP(${t})`};if(r===10)return{apply:Math.log10,invert:t=>Math.pow(10,t),sqlApply:t=>G`LOG(${st(t)})`,sqlInvert:t=>G`POW(10, ${t})`};{let t=+r;return{apply:e=>Math.log(e)/Math.log(t),invert:e=>Math.pow(t,e),sqlApply:e=>G`LN(${st(e)}) / LN(${t})`,sqlInvert:e=>G`POW(${t}, ${e})`}}}function n0({constant:r=1}={}){let t=+r;return{apply:e=>Math.sign(e)*Math.log1p(Math.abs(e)),invert:e=>Math.sign(e)*Math.exp(Math.abs(e)-t),sqlApply:e=>(e=st(e),G`SIGN(${e}) * LN(${t} + ABS(${e}))`),sqlInvert:e=>G`SIGN(${e}) * (EXP(ABS(${e})) - ${t})`}}function s0(){return{apply:r=>Math.sign(r)*Math.sqrt(Math.abs(r)),invert:r=>Math.sign(r)*r*r,sqlApply:r=>(r=st(r),G`SIGN(${r}) * SQRT(ABS(${r}))`),sqlInvert:r=>G`SIGN(${r}) * (${r}) ** 2`}}function o0({exponent:r=1}={}){let t=+r;return{apply:e=>Math.sign(e)*Math.pow(Math.abs(e),t),invert:e=>Math.sign(e)*Math.pow(Math.abs(e),1/t),sqlApply:e=>(e=st(e),G`SIGN(${e}) * POW(ABS(${e}), ${t})`),sqlInvert:e=>G`SIGN(${e}) * POW(ABS(${e}), 1/${t})`}}function Wy(){return{apply:r=>+r,invert:r=>new Date(r),sqlApply:r=>r instanceof Date?+r:Sf(st(r)),sqlInvert:vu}}var a0={identity:qy,linear:qy,log:i0,symlog:n0,sqrt:s0,pow:o0,time:Wy,utc:Wy};function xf(r){let t=a0[r.type];return t?{...r,...t(r)}:null}function Su(r,t,{replace:e=!1,temp:i=!0,view:n=!1}={}){return"CREATE"+(e?" OR REPLACE ":" ")+(i?"TEMP ":"")+(n?"VIEW":"TABLE")+(e?" ":" IF NOT EXISTS ")+r+" AS "+t}function Yy(r){if(!r.filterIndexable)return null;let t=r.query(),e=Tf(t);if(typeof e!="string"||!t.select)return null;let i=[],n=[],s={};for(let o of t.select()){let{as:a,expr:{aggregate:c,args:l}}=o,u=c?.toUpperCase?.();switch(u){case"COUNT":case"SUM":i.push({[a]:it`SUM("${a}")::DOUBLE`});break;case"AVG":i.push({[a]:l0(s,a,l[0])});break;case"ARG_MAX":i.push({[a]:u0(s,a,l)});break;case"ARG_MIN":i.push({[a]:d0(s,a,l)});break;case"VARIANCE":case"VAR_SAMP":s[a]=null,i.push({[a]:Bu(s,l[0],e)});break;case"VAR_POP":s[a]=null,i.push({[a]:Bu(s,l[0],e,!1)});break;case"STDDEV":case"STDDEV_SAMP":s[a]=null,i.push({[a]:it`SQRT(${Bu(s,l[0],e)})`});break;case"STDDEV_POP":s[a]=null,i.push({[a]:it`SQRT(${Bu(s,l[0],e,!1)})`});break;case"COVAR_SAMP":s[a]=null,i.push({[a]:xu(s,l,e)});break;case"COVAR_POP":s[a]=null,i.push({[a]:xu(s,l,e,!1)});break;case"CORR":s[a]=null,i.push({[a]:Gy(s,l,e)});break;case"REGR_COUNT":s[a]=null,i.push({[a]:it`${so(s,l)}::DOUBLE`});break;case"REGR_AVGX":s[a]=null,i.push({[a]:Jy(s,l)});break;case"REGR_AVGY":s[a]=null,i.push({[a]:Qy(s,l)});break;case"REGR_SYY":s[a]=null,i.push({[a]:Df(s,0,l,e)});break;case"REGR_SXX":s[a]=null,i.push({[a]:Df(s,1,l,e)});break;case"REGR_SXY":s[a]=null,i.push({[a]:xu(s,l,e,null)});break;case"REGR_SLOPE":s[a]=null,i.push({[a]:Xy(s,l,e)});break;case"REGR_INTERCEPT":s[a]=null,i.push({[a]:h0(s,l,e)});break;case"REGR_R2":s[a]=null,i.push({[a]:it`(${Gy(s,l,e)}) ** 2`});break;case"MAX":case"MIN":case"BIT_AND":case"BIT_OR":case"BIT_XOR":case"BOOL_AND":case"BOOL_OR":case"PRODUCT":i.push({[a]:it`${u}("${a}")`});break;default:if(!c)n.push(a);else return null}}return i.length?{from:e,dims:n,aggr:i,aux:s}:null}function Tr(r,...t){let e=t.length?"_"+t.map(c0).join("_"):"";return`__${r}${e}__`}function c0(r){return`${r}`.replaceAll('"',"").replaceAll(" ","_")}function Tf(r){let t=r.subqueries;if(r.select){let i=r.from();if(!i.length)return;if(t.length===0)return i[0].from.table}let e=Tf(t[0]);for(let i=1;i<t.length;++i){let n=Tf(t[i]);if(n!==void 0&&n!==e)return NaN}return e}function Hy(r,t){let e=Tr("count",t);return r[e]=it`COUNT(${t})`,it`SUM(${e})`.annotate({name:e})}function l0(r,t,e){let i=Hy(r,e);return it`(SUM("${t}" * ${i.name}) / ${i})`}function Ka(r,t){return G`(SELECT AVG(${r}) FROM "${t}")`}function u0(r,t,[,e]){let i=Tr("max",e);return r[i]=it`MAX(${e})`,it`ARG_MAX("${t}", ${i})`}function d0(r,t,[,e]){let i=Tr("min",e);return r[i]=it`MIN(${e})`,it`ARG_MIN("${t}", ${i})`}function Bu(r,t,e,i=!0){let n=Hy(r,t),s=Tr("rssq",t),o=Tr("rsum",t),a=G`${t} - ${Ka(t,e)}`;return r[s]=it`SUM((${a}) ** 2)`,r[o]=it`SUM(${a})`,it`(SUM(${s}) - (SUM(${o}) ** 2 / ${n})) / (${n}${i?" - 1":""})`}function xu(r,t,e,i=!0){let n=so(r,t),s=Ky(r,t,e),o=Ja(r,1,t,e),a=Ja(r,0,t,e),c=i===null?"":i?` / (${n} - 1)`:` / ${n}`;return it`(${s} - ${o} * ${a} / ${n})${c}`}function Gy(r,t,e){let i=so(r,t),n=Ky(r,t,e),s=Af(r,1,t,e),o=Af(r,0,t,e),a=Ja(r,1,t,e),c=Ja(r,0,t,e),l=it`(${s} - (${a} ** 2) / ${i})`,u=it`(${o} - (${c} ** 2) / ${i})`;return it`(${n} - ${a} * ${c} / ${i}) / SQRT(${l} * ${u})`}function so(r,[t,e]){let i=Tr("count",t,e);return r[i]=it`REGR_COUNT(${t}, ${e})`,it`SUM(${i})`.annotate({name:i})}function Ja(r,t,e,i){let n=e[t],s=e[1-t],o=Tr("rs",n);return r[o]=it`SUM(${n} - ${Ka(n,i)}) FILTER (${s} IS NOT NULL)`,it`SUM(${o})`}function Af(r,t,e,i){let n=e[t],s=e[1-t],o=Tr("rss",n);return r[o]=it`SUM((${n} - ${Ka(n,i)}) ** 2) FILTER (${s} IS NOT NULL)`,it`SUM(${o})`}function Ky(r,t,e){let[i,n]=t,s=Tr("sxy",i,n);return r[s]=it`SUM((${n} - ${Ka(n,e)}) * (${i} - ${Ka(i,e)}))`,it`SUM(${s})`}function Jy(r,t){let[e,i]=t,n=so(r,t),s=Tr("avg",i,e);return r[s]=it`REGR_AVGX(${e}, ${i})`,it`(SUM(${s} * ${n.name}) / ${n})`}function Qy(r,t){let[e,i]=t,n=so(r,t),s=Tr("avg",e,i);return r[s]=it`REGR_AVGY(${e}, ${i})`,it`(SUM(${s} * ${n.name}) / ${n})`}function Df(r,t,e,i){let n=so(r,e),s=Ja(r,t,e,i),o=Af(r,t,e,i);return it`(${o} - (${s} ** 2 / ${n}))`}function Xy(r,t,e){let i=xu(r,t,e,null),n=Df(r,1,t,e);return it`(${i}) / ${n}`}function h0(r,t,e){let i=Jy(r,t),n=Qy(r,t),s=Xy(r,t,e);return it`${n} - (${s}) * ${i}`}function tg(r){let t=2166136261;for(let e=0,i=r.length;e<i;++e){let n=r.charCodeAt(e),s=n&65280;s&&(t=Zy(t^s>>8)),t=Zy(t^n&255)}return f0(t)}function Zy(r){return r+(r<<1)+(r<<4)+(r<<7)+(r<<8)+(r<<24)}function f0(r){return r+=r<<13,r^=r>>>7,r+=r<<3,r^=r>>>17,r+=r<<5,r&4294967295}var p0={skip:!0,result:null},Tu=class{constructor(t,{enabled:e=!0,temp:i=!0}={}){this.indexes=new Map,this.active=null,this.temp=i,this.mc=t,this._enabled=e}enabled(t){if(t===void 0)return this._enabled;this._enabled!==t&&(t||this.clear(),this._enabled=t)}clear(){this.mc.cancel(Array.from(this.indexes.values(),t=>t?.result)),this.indexes.clear(),this.active=null}index(t,e,i){if(!this._enabled)return null;let{indexes:n,mc:s,temp:o}=this,{source:a}=i;if(!a||this.active&&(this.active.source!==a&&this.clear(),this.active?.source===null))return null;let{active:c}=this;if(!c&&(this.active=c=m0(i),c.source===null))return null;if(n.has(t))return n.get(t);let l=Yy(t),u;if(!l)u=null;else if(e.skip(t,i))u=p0;else{let f=e.remove(a).predicate(t);u=b0(t.query(f),c,l),u.result=s.exec(Su(u.table,u.create,{temp:o})),u.result.catch(m=>s.logger().error(m))}return n.set(t,u),u}};function m0(r){let{source:t,meta:e}=r,i=r.predicate,n=i?.columns,s,o;if(!e||!n)return{source:null,columns:o,predicate:s};let{type:a,scales:c,bin:l,pixelSize:u=1}=e;if(a==="point")s=f=>f,o=Object.fromEntries(n.map(f=>[`${f}`,st(f)]));else if(a==="interval"&&c){let f=c.map(m=>g0(m,u,l));f.some(m=>!m)||(f.length===1?(s=m=>m?ds("active0",m.range.map(f[0])):[],o={active0:f[0](i.field)}):(s=m=>m?no(m.children.map(({range:b},F)=>ds(`active${F}`,b.map(f[F])))):[],o=Object.fromEntries(i.children.map((m,b)=>[`active${b}`,f[b](m.field)]))))}return{source:o?t:null,columns:o,predicate:s}}var y0={ceil:"CEIL",round:"ROUND"};function g0(r,t,e){let{type:i,domain:n,range:s,apply:o,sqlApply:a}=xf(r);if(!o)return;let c=y0[`${e}`.toLowerCase()]||"FLOOR",l=o(Math.min(...n)),u=o(Math.max(...n)),f=i==="identity"?1:Math.abs(s[1]-s[0])/(u-l),m=f/t===1?"":`${f/t}::DOUBLE * `,b=l===0?"":` - ${l}::DOUBLE`;return F=>G`${c}(${m}(${a(F)}${b}))::INTEGER`}function b0(r,t,e){let{dims:i,aggr:n,aux:s}=e,{columns:o}=t,a=r.select({...o,...s}).groupby(Object.keys(o)),[c]=a.subqueries;if(c){let F=Object.values(o).flatMap(Ge=>Ge.columns);_0(c,F)}let l=a.orderby();a.query.orderby=[];let u=a.toString(),m=`cube_index_${(tg(u)>>>0).toString(16)}`,b=nr.select(i,n).from(m).groupby(i).orderby(l);return new Of({table:m,create:u,active:t,select:b})}function _0(r,t){let e=new Set,i=n=>{e.has(n)||(e.add(n),n.select&&n.from().length&&n.select(t),n.subqueries.forEach(i))};i(r)}var Of=class{constructor({table:t,create:e,active:i,select:n}={}){this.table=t,this.create=e,this.result=null,this.active=i,this.select=n,this.skip=!1}query(t){return this.select.clone().where(this.active.predicate(t))}};var ps=class extends Promise{constructor(){let t,e;super((i,n)=>{t=i,e=n}),this._resolve=t,this._reject=e}fulfill(t){return this._resolve(t),this}reject(t){return this._reject(t),this}};ps.prototype.constructor=Promise;function w0(r){return(typeof requestAnimationFrame<"u"?requestAnimationFrame:typeof setImmediate<"u"?setImmediate:setTimeout)(r)}function eg(r,t,e){let i=[],n=0;function s(){let o=I0(i,t);i=[],n=0;for(let a of o)S0(a,r,e),T0(a,t)}return{add(o,a){o.request.type==="arrow"?(n=n||w0(()=>s()),i.push({entry:o,priority:a,index:i.length})):r(o,a)}}}function I0(r,t){let e=[],i=new Map;for(let n of r){let{entry:{request:s}}=n,o=v0(s.query,t);if(!i.has(o)){let a=[];e.push(a),i.set(o,a)}i.get(o).push(n)}return e}function v0(r,t){let e=`${r}`;if(r instanceof nr&&!t.get(e)){if(r.orderby().length||r.where().length||r.qualify().length||r.having().length)return e;let i=r.clone().$select("*"),n=r.groupby();if(n.length){let s={};r.select().forEach(({as:o,expr:a})=>s[o]=a),i.$groupby(n.map(o=>o instanceof ir&&s[o.column]||o))}return`${i}`}else return e}function S0(r,t,e){if(B0(r))t({request:{type:"arrow",cache:!1,record:!1,query:r.query=x0(r,e)},result:r.result=new ps});else for(let{entry:i,priority:n}of r)t(i,n)}function B0(r){if(r.length>1){let t=`${r[0].entry.request.query}`;for(let e=1;e<r.length;++e)if(t!==`${r[e].entry.request.query}`)return!0}return!1}function x0(r,t){let e=r.maps=[],i=new Map;for(let o of r){let{query:a}=o.entry.request,c=[];e.push(c);for(let{as:l,expr:u}of a.select()){let f=`${u}`;i.has(f)||i.set(f,[`col${i.size}`,u]);let[m]=i.get(f);c.push([m,l])}t(`${a}`)}let n=r[0].entry.request.query.clone(),s=n.groupby();if(s.length){let o={};r.maps[0].forEach(([a,c])=>o[c]=a),n.$groupby(s.map(a=>a instanceof ir&&o[a.column]||a))}return n.$select(Array.from(i.values()))}async function T0(r,t){let{maps:e,query:i,result:n}=r;if(!e)return;let s;try{s=await n}catch(a){for(let{entry:c}of r)c.result.reject(a);return}let o=Bf(i);r.forEach(({entry:a},c)=>{let{request:l,result:u}=a,f=e[c],m=o&&f?D0(s,f):f?A0(s,f):s;l.cache&&t.set(String(l.query),m),u.fulfill(m)})}function A0(r,t){let e={};for(let[i,n]of t)e[n]=r.getChild(i);return new r.constructor(e)}function D0(r,t){let e=new Map(t),i=[];for(let n of r)e.has(n.column_name)&&i.push({...n,column_name:e.get(n.column_name)});return i}var O0=typeof requestIdleCallback<"u"?requestIdleCallback:setTimeout,rg=()=>({get:()=>{},set:(r,t)=>t,clear:()=>{}});function ig({max:r=1e3,ttl:t=3*60*60*1e3}={}){let e=new Map;function i(){let n=performance.now()-t,s=null,o=1/0;for(let[a,c]of e){let{last:l}=c;l<o&&(s=a,o=l),n>l&&e.delete(a)}s&&e.delete(s)}return{get(n){let s=e.get(n);if(s)return s.last=performance.now(),s.value},set(n,s){return e.set(n,{last:performance.now(),value:s}),e.size>r&&O0(i),s},clear(){e=new Map}}}function ng(r){let t=Array.from({length:r},()=>({head:null,tail:null}));return{isEmpty(){return t.every(e=>!e.head)},insert(e,i){let n=t[i];if(!n)throw new Error(`Invalid queue priority rank: ${i}`);let s={item:e,next:null};n.head===null?n.head=n.tail=s:n.tail=n.tail.next=s},remove(e){for(let i of t){let{head:n,tail:s}=i;for(let o=null,a=n;a;o=a,a=a.next)e(a.item)&&(a===n?n=a.next:o.next=a.next,a===s&&(s=o||n));i.head=n,i.tail=s}},next(){for(let e of t){let{head:i}=e;if(i!==null)return e.head=i.next,e.tail===i&&(e.tail=null),i.item}}}}var di={High:0,Normal:1,Low:2},Au=class{constructor(){this.queue=ng(3),this.db=null,this.clientCache=null,this._logger=null,this._logQueries=!1,this.recorders=[],this.pending=null,this._consolidate=null}next(){if(this.pending||this.queue.isEmpty())return;let{request:t,result:e}=this.queue.next();this.pending=this.submit(t,e),this.pending.finally(()=>{this.pending=null,this.next()})}enqueue(t,e=di.Normal){this.queue.insert(t,e),this.next()}recordQuery(t){this.recorders.length&&t&&this.recorders.forEach(e=>e.add(t))}async submit(t,e){try{let{query:i,type:n,cache:s=!1,record:o=!0,options:a}=t,c=i?`${i}`:null;if(o&&this.recordQuery(c),s){let f=this.clientCache.get(c);if(f){this._logger.debug("Cache"),e.fulfill(f);return}}let l=performance.now();this._logQueries&&this._logger.debug("Query",{type:n,sql:c,...a});let u=await this.db.query({type:n,sql:c,...a});s&&this.clientCache.set(c,u),this._logger.debug(`Request: ${(performance.now()-l).toFixed(1)}`),e.fulfill(u)}catch(i){e.reject(i)}}cache(t){return t!==void 0?this.clientCache=t===!0?ig():t||rg():this.clientCache}logger(t){return t?this._logger=t:this._logger}logQueries(t){return t!==void 0?this._logQueries=!!t:this._logQueries}connector(t){return t?this.db=t:this.db}consolidate(t){t&&!this._consolidate?this._consolidate=eg(this.enqueue.bind(this),this.clientCache,this.recordQuery.bind(this)):!t&&this._consolidate&&(this._consolidate=null)}request(t,e=di.Normal){let i=new ps,n={request:t,result:i};return this._consolidate?this._consolidate.add(n,e):this.enqueue(n,e),i}cancel(t){let e=new Set(t);e.size&&this.queue.remove(({result:i})=>e.has(i))}clear(){this.queue.remove(({result:t})=>(t.reject("Cleared"),!0))}record(){let t=[],e={add(i){t.push(i)},reset(){t=[]},snapshot(){return t.slice()},stop(){return this.recorders=this.recorders.filter(i=>i!==e),t}};return this.recorders.push(e),e}};function Ef(r){switch(r){case"BIGINT":case"HUGEINT":case"INTEGER":case"SMALLINT":case"TINYINT":case"UBIGINT":case"UINTEGER":case"USMALLINT":case"UTINYINT":case"DOUBLE":case"FLOAT":case"REAL":return"number";case"DATE":case"TIMESTAMP":case"TIMESTAMPTZ":case"TIMESTAMP WITH TIME ZONE":case"TIME":case"TIMESTAMP_NS":return"date";case"BOOLEAN":return"boolean";case"VARCHAR":case"UUID":case"JSON":return"string";case"ARRAY":case"LIST":return"array";case"BLOB":case"STRUCT":case"MAP":case"GEOMETRY":return"object";default:if(r.startsWith("DECIMAL"))return"number";if(r.startsWith("STRUCT")||r.startsWith("MAP"))return"object";if(r.endsWith("]"))return"array";throw new Error(`Unsupported type: ${r}`)}}function Ff(r){return typeof r?.getChild=="function"}function E0(r){return g.isInt(r)||g.isFloat(r)||g.isDecimal(r)?Float64Array:Array}function Nf(r){if(g.isTimestamp(r))return t=>t==null?t:new Date(t);if(g.isInt(r)&&r.bitWidth>=64)return t=>t==null?t:Number(t);if(g.isDecimal(r)){let t=1/Math.pow(10,r.scale);return e=>e==null?e:og(e,t)}return t=>t}function Mf(r){let{type:t}=r;if(g.isTimestamp(t)){let e=r.length,i=new Array(e);for(let n=0;n<e;++n){let s=r.get(n);i[n]=s==null?null:new Date(s)}return i}if(g.isInt(t)&&t.bitWidth>=64){let e=r.length,i=r.nullCount?new Array(e):new Float64Array(e);for(let n=0;n<e;++n){let s=r.get(n);i[n]=s==null?null:Number(s)}return i}if(g.isDecimal(t)){let e=1/Math.pow(10,t.scale),i=r.length,n=r.nullCount?new Array(i):new Float64Array(i);for(let s=0;s<i;++s){let o=r.get(s);n[s]=o==null?null:og(o,e)}return n}return r.nullCount?Array.from(r):r.toArray()}var sg=Array.from({length:8},(r,t)=>Math.pow(2,t*32));function og(r,t){let e=r.length,i=0;if(r.signed&&(r[e-1]|0)<0){for(let n=0;n<e;++n)i+=~r[n]*sg[n];i=-(i+1)}else for(let n=0;n<e;++n)i+=r[n]*sg[n];return i*t}var F0="count",N0="nulls",M0="max",L0="min",R0="distinct";var U0={[F0]:Ya,[R0]:r=>Ya(r).distinct(),[M0]:If,[L0]:vf,[N0]:r=>Ya().where(mf(r))};function C0(r,t,e){return nr.from(r).select(Array.from(e,i=>[i,U0[i](t)]))}async function ag(r,t){return t.length===1&&`${t[0].column}`=="*"?V0(r,t[0].table):(await Promise.all(t.map(e=>k0(r,e)))).filter(e=>e)}async function k0(r,{table:t,column:e,stats:i}){let n=nr.from({source:t}).select({column:e}).groupby(e.aggregate?G`ALL`:[]),[s]=Array.from(await r.query(nr.describe(n))),o={table:t,column:`${e}`,sqlType:s.column_type,type:Ef(s.column_type),nullable:s.null==="YES"};if(!(i?.length||i?.size))return o;let a=await r.query(C0(t,e,i),{persist:!0});for(let c=0;c<a.numCols;++c){let{name:l}=a.schema.fields[c],u=a.getChildAt(c),f=Nf(u.type);o[l]=f(u.get(0))}return o}async function V0(r,t){let e=await r.query(`DESCRIBE ${ls(t)}`);return Array.from(e).map(i=>({table:t,column:i.column_name,sqlType:i.column_type,type:Ef(i.column_type),nullable:i.null==="YES"}))}function cg(){return{debug(){},info(){},log(){},warn(){},error(){}}}var Du;function P0(r){return r?Du=r:Du==null&&(Du=new Ou),Du}var Ou=class{constructor(t=ff(),{logger:e=console,manager:i=new Au,cache:n=!0,consolidate:s=!0,indexes:o={}}={}){this.manager=i,this.manager.cache(n),this.manager.consolidate(s),this.dataCubeIndexer=new Tu(this,o),this.logger(e),this.databaseConnector(t),this.clear()}clear({clients:t=!0,cache:e=!0}={}){this.manager.clear(),t&&(this.filterGroups?.forEach(i=>i.disconnect()),this.filterGroups=new Map,this.clients?.forEach(i=>this.disconnect(i)),this.clients=new Set),e&&this.manager.cache().clear()}databaseConnector(t){return this.manager.connector(t)}logger(t){return arguments.length&&(this._logger=t||cg(),this.manager.logger(this._logger)),this._logger}cancel(t){this.manager.cancel(t)}exec(t,{priority:e=di.Normal}={}){return t=Array.isArray(t)?t.join(`;
|
|
11
|
-
`):t,this.manager.request({type:"exec",query:t},e)}query(t,{type:e="arrow",cache:i=!0,priority:n=di.Normal,...s}={}){return this.manager.request({type:e,query:t,cache:i,options:s},n)}prefetch(t,e={}){return this.query(t,{...e,cache:!0,priority:di.Low})}createBundle(t,e,i=di.Low){let n={name:t,queries:e};return this.manager.request({type:"create-bundle",options:n},i)}loadBundle(t,e=di.High){let i={name:t};return this.manager.request({type:"load-bundle",options:i},e)}updateClient(t,e,i=di.Normal){return t.queryPending(),this.query(e,{priority:i}).then(n=>t.queryResult(n).update(),n=>{this._logger.error(n),t.queryError(n)}).catch(n=>this._logger.error(n))}requestQuery(t,e){return this.dataCubeIndexer.clear(),e?this.updateClient(t,e):t.update()}async connect(t){let{clients:e}=this;if(e.has(t))throw new Error("Client already connected.");e.add(t),t.coordinator=this;let i=t.fields();i?.length&&t.fieldInfo(await ag(this,i)),j0(this,t.filterBy,t),t.requestQuery()}disconnect(t){let{clients:e,filterGroups:i}=this;if(!e.has(t))return;e.delete(t),t.coordinator=null;let n=i.get(t.filterBy);n&&n.clients.delete(t)}};function j0(r,t,e){if(!t)return;let i=r.filterGroups.get(t);if(!i){let n=o=>z0(r,t,o),s=()=>$0(r,t);t.addEventListener("activate",n),t.addEventListener("value",s),i={selection:t,clients:new Set,disconnect(){t.removeEventListener("activate",n),t.removeEventListener("value",s)}},r.filterGroups.set(t,i)}i.clients.add(e)}function z0(r,t,e){let{dataCubeIndexer:i,filterGroups:n}=r,{clients:s}=n.get(t);for(let o of s)i.index(o,t,e)}function $0(r,t){let{dataCubeIndexer:e,filterGroups:i}=r,{clients:n}=i.get(t),{active:s}=t;return Promise.allSettled(Array.from(n,o=>{let a=e.index(o,t,s),c=a?null:t.predicate(o);if(a?.skip||!a&&!c)return;let l=a?.query(s.predicate)??o.query(c);return r.updateClient(o,l)}))}var Eu=class{constructor(){this._callbacks=new Map}addEventListener(t,e){this._callbacks.has(t)||this._callbacks.set(t,{callbacks:new Set,pending:null,queue:new Lf}),this._callbacks.get(t).callbacks.add(e)}removeEventListener(t,e){let i=this._callbacks.get(t);i&&i.callbacks.delete(e)}willEmit(t,e){return e}emitQueueFilter(t,e){return null}cancel(t){this._callbacks.get(t)?.queue.clear()}async pending(t){await this._callbacks.get(t)?.pending}emit(t,e){let i=this._callbacks.get(t)||{};if(i.pending)i.queue.enqueue(e,this.emitQueueFilter(t,e));else{let n=this.willEmit(t,e),{callbacks:s,queue:o}=i;if(s?.size){let a=Array.from(s,c=>c(n));i.pending=Promise.allSettled(a).then(()=>{i.pending=null,o.isEmpty()||this.emit(t,o.dequeue())})}}}},Lf=class{constructor(){this.clear()}clear(){this.next=null}isEmpty(){return!this.next}enqueue(t,e){let i={value:t};if(e&&this.next){let n=this;for(;n.next;)e(n.next.value)?n=n.next:n.next=n.next.next;n.next=i}else this.next=i}dequeue(){let{next:t}=this;return this.next=t?.next,t?.value}};function Rf(r,t){return r===t?!1:r instanceof Date&&t instanceof Date?+r!=+t:Array.isArray(r)&&Array.isArray(t)?q0(r,t):!0}function q0(r,t){if(r.length!==t.length)return!0;for(let e=0;e<r.length;++e)if(r[e]!==t[e])return!0;return!1}function Fu(r){return r instanceof oo}var oo=class r extends Eu{constructor(t){super(),this._value=t}static value(t){return new r(t)}static array(t){if(t.some(e=>Fu(e))){let e=new r,i=()=>{e.update(t.map(n=>Fu(n)?n.value:n))};return i(),t.forEach(n=>Fu(n)?n.addEventListener("value",i):0),e}return new r(t)}get value(){return this._value}update(t,{force:e}={}){return Rf(this._value,t)||e?this.emit("value",t):this.cancel("value"),this}willEmit(t,e){return t==="value"&&(this._value=e),e}};function W0(r){return r instanceof Nu}var Nu=class r extends oo{static intersect({cross:t=!1,empty:e=!1}={}){return new r(new ms({cross:t,empty:e}))}static union({cross:t=!1,empty:e=!1}={}){return new r(new ms({cross:t,empty:e,union:!0}))}static single({cross:t=!1,empty:e=!1}={}){return new r(new ms({cross:t,empty:e,single:!0}))}static crossfilter({empty:t=!1}={}){return new r(new ms({cross:!0,empty:t}))}constructor(t=new ms){super([]),this._resolved=this._value,this._resolver=t}clone(){let t=new r(this._resolver);return t._value=t._resolved=this._value,t}remove(t){let e=this.clone();return e._value=e._resolved=e._resolver.resolve(this._resolved,{source:t}),e._value.active={source:t},e}get resolver(){return this._resolver}get single(){return this._resolver.single}get clauses(){return super.value}get active(){return this.clauses.active}get value(){return this.active?.value}valueFor(t){return this.clauses.find(e=>e.source===t)?.value}activate(t){this.emit("activate",t)}update(t){return this._resolved=this._resolver.resolve(this._resolved,t,!0),this._resolved.active=t,super.update(this._resolved)}willEmit(t,e){return t==="value"?(this._value=e,this.value):e}emitQueueFilter(t,e){return t==="value"?this._resolver.queueFilter(e):null}skip(t,e){return this._resolver.skip(t,e)}predicate(t,e=!1){let{clauses:i}=this,n=e?null:i.active;return this._resolver.predicate(i,n,t)}},ms=class{constructor({union:t,cross:e,single:i,empty:n}={}){this.union=!!t,this.cross=!!e,this.single=!!i,this.empty=!!n}resolve(t,e,i=!1){let{source:n,predicate:s}=e,o=t.filter(c=>n!==c.source),a=this.single?[]:o;return this.single&&i&&o.forEach(c=>c.source?.reset?.()),s&&a.push(e),a}skip(t,e){return this.cross&&e?.clients?.has(t)}predicate(t,e,i){let{empty:n,union:s}=this;if(n&&!t.length)return["FALSE"];if(this.skip(i,e))return;let o=t.filter(a=>!this.skip(i,a)).map(a=>a.predicate);return s&&o.length>1?Wa(o):o}queueFilter(t){if(this.cross){let e=t.active?.source;return i=>i.active?.source!==e}return null}};function G0(r="http://localhost:3000/"){return{async query(t){let e=fetch(r,{method:"POST",mode:"cors",cache:"no-cache",credentials:"omit",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)});return t.type==="exec"?e:t.type==="arrow"?cs(e):(await e).json()}}}var jf={};ge(jf,{compareArrayLike:()=>Pf,joinUint8Arrays:()=>Ve,memcpy:()=>ao,rebaseValueOffsets:()=>Vu,toArrayBufferView:()=>Q,toArrayBufferViewAsyncIterator:()=>Or,toArrayBufferViewIterator:()=>hi,toBigInt64Array:()=>Z0,toBigUint64Array:()=>rS,toFloat32Array:()=>iS,toFloat32ArrayAsyncIterator:()=>_S,toFloat32ArrayIterator:()=>dS,toFloat64Array:()=>nS,toFloat64ArrayAsyncIterator:()=>wS,toFloat64ArrayIterator:()=>hS,toInt16Array:()=>X0,toInt16ArrayAsyncIterator:()=>mS,toInt16ArrayIterator:()=>aS,toInt32Array:()=>ys,toInt32ArrayAsyncIterator:()=>yS,toInt32ArrayIterator:()=>cS,toInt8Array:()=>Q0,toInt8ArrayAsyncIterator:()=>pS,toInt8ArrayIterator:()=>oS,toUint16Array:()=>tS,toUint16ArrayAsyncIterator:()=>gS,toUint16ArrayIterator:()=>lS,toUint32Array:()=>eS,toUint32ArrayAsyncIterator:()=>bS,toUint32ArrayIterator:()=>uS,toUint8Array:()=>Y,toUint8ArrayAsyncIterator:()=>Vf,toUint8ArrayIterator:()=>kf,toUint8ClampedArray:()=>sS,toUint8ClampedArrayAsyncIterator:()=>IS,toUint8ClampedArrayIterator:()=>fS});var Y0=new TextDecoder("utf-8"),Qa=r=>Y0.decode(r),H0=new TextEncoder,xn=r=>H0.encode(r);var K0=r=>typeof r=="number",lg=r=>typeof r=="boolean",Ht=r=>typeof r=="function",he=r=>r!=null&&Object(r)===r,Ar=r=>he(r)&&Ht(r.then);var Dr=r=>he(r)&&Ht(r[Symbol.iterator]),sr=r=>he(r)&&Ht(r[Symbol.asyncIterator]),Mu=r=>he(r)&&he(r.schema);var Lu=r=>he(r)&&"done"in r&&"value"in r;var Ru=r=>he(r)&&Ht(r.stat)&&K0(r.fd);var Uu=r=>he(r)&&Xa(r.body),Cu=r=>"_getDOMStream"in r&&"_getNodeStream"in r,ug=r=>he(r)&&Ht(r.abort)&&Ht(r.getWriter)&&!Cu(r),Xa=r=>he(r)&&Ht(r.cancel)&&Ht(r.getReader)&&!Cu(r),dg=r=>he(r)&&Ht(r.end)&&Ht(r.write)&&lg(r.writable)&&!Cu(r),ku=r=>he(r)&&Ht(r.read)&&Ht(r.pipe)&&lg(r.readable)&&!Cu(r),hg=r=>he(r)&&Ht(r.clear)&&Ht(r.bytes)&&Ht(r.position)&&Ht(r.setPosition)&&Ht(r.capacity)&&Ht(r.getBufferIdentifier)&&Ht(r.createLong);var Cf=typeof SharedArrayBuffer<"u"?SharedArrayBuffer:ArrayBuffer;function J0(r){let t=r[0]?[r[0]]:[],e,i,n,s;for(let o,a,c=0,l=0,u=r.length;++c<u;){if(o=t[l],a=r[c],!o||!a||o.buffer!==a.buffer||a.byteOffset<o.byteOffset){a&&(t[++l]=a);continue}if({byteOffset:e,byteLength:n}=o,{byteOffset:i,byteLength:s}=a,e+n<i||i+s<e){a&&(t[++l]=a);continue}t[l]=new Uint8Array(o.buffer,e,i-e+s)}return t}function ao(r,t,e=0,i=t.byteLength){let n=r.byteLength,s=new Uint8Array(r.buffer,r.byteOffset,n),o=new Uint8Array(t.buffer,t.byteOffset,Math.min(i,n));return s.set(o,e),r}function Ve(r,t){let e=J0(r),i=e.reduce((u,f)=>u+f.byteLength,0),n,s,o,a=0,c=-1,l=Math.min(t||Number.POSITIVE_INFINITY,i);for(let u=e.length;++c<u;){if(n=e[c],s=n.subarray(0,Math.min(n.length,l-a)),l<=a+s.length){s.length<n.length?e[c]=n.subarray(s.length):s.length===n.length&&c++,o?ao(o,s,a):o=s;break}ao(o||(o=new Uint8Array(l)),s,a),a+=s.length}return[o||new Uint8Array(0),e.slice(c),i-(o?o.byteLength:0)]}function Q(r,t){let e=Lu(t)?t.value:t;return e instanceof r?r===Uint8Array?new r(e.buffer,e.byteOffset,e.byteLength):e:e?(typeof e=="string"&&(e=xn(e)),e instanceof ArrayBuffer?new r(e):e instanceof Cf?new r(e):hg(e)?Q(r,e.bytes()):ArrayBuffer.isView(e)?e.byteLength<=0?new r(0):new r(e.buffer,e.byteOffset,e.byteLength/r.BYTES_PER_ELEMENT):r.from(e)):new r(0)}var Q0=r=>Q(Int8Array,r),X0=r=>Q(Int16Array,r),ys=r=>Q(Int32Array,r),Z0=r=>Q(BigInt64Array,r),Y=r=>Q(Uint8Array,r),tS=r=>Q(Uint16Array,r),eS=r=>Q(Uint32Array,r),rS=r=>Q(BigUint64Array,r),iS=r=>Q(Float32Array,r),nS=r=>Q(Float64Array,r),sS=r=>Q(Uint8ClampedArray,r),Uf=r=>(r.next(),r);function*hi(r,t){let e=function*(n){yield n},i=typeof t=="string"||ArrayBuffer.isView(t)||t instanceof ArrayBuffer||t instanceof Cf?e(t):Dr(t)?t:e(t);return yield*Uf(function*(n){let s=null;do s=n.next(yield Q(r,s));while(!s.done)}(i[Symbol.iterator]())),new r}var oS=r=>hi(Int8Array,r),aS=r=>hi(Int16Array,r),cS=r=>hi(Int32Array,r),kf=r=>hi(Uint8Array,r),lS=r=>hi(Uint16Array,r),uS=r=>hi(Uint32Array,r),dS=r=>hi(Float32Array,r),hS=r=>hi(Float64Array,r),fS=r=>hi(Uint8ClampedArray,r);function Or(r,t){return vt(this,arguments,function*(){if(Ar(t))return yield y(yield y(yield*Ye(Rt(Or(r,yield y(t))))));let i=function(o){return vt(this,arguments,function*(){yield yield y(yield y(o))})},n=function(o){return vt(this,arguments,function*(){yield y(yield*Ye(Rt(Uf(function*(a){let c=null;do c=a.next(yield c?.value);while(!c.done)}(o[Symbol.iterator]())))))})},s=typeof t=="string"||ArrayBuffer.isView(t)||t instanceof ArrayBuffer||t instanceof Cf?i(t):Dr(t)?n(t):sr(t)?t:i(t);return yield y(yield*Ye(Rt(Uf(function(o){return vt(this,arguments,function*(){let a=null;do a=yield y(o.next(yield yield y(Q(r,a))));while(!a.done)})}(s[Symbol.asyncIterator]()))))),yield y(new r)})}var pS=r=>Or(Int8Array,r),mS=r=>Or(Int16Array,r),yS=r=>Or(Int32Array,r),Vf=r=>Or(Uint8Array,r),gS=r=>Or(Uint16Array,r),bS=r=>Or(Uint32Array,r),_S=r=>Or(Float32Array,r),wS=r=>Or(Float64Array,r),IS=r=>Or(Uint8ClampedArray,r);function Vu(r,t,e){if(r!==0){e=e.slice(0,t);for(let i=-1,n=e.length;++i<n;)e[i]+=r}return e.subarray(0,t)}function Pf(r,t){let e=0,i=r.length;if(i!==t.length)return!1;if(i>0)do if(r[e]!==t[e])return!1;while(++e<i);return!0}var ee={fromIterable(r){return Pu(vS(r))},fromAsyncIterable(r){return Pu(SS(r))},fromDOMStream(r){return Pu(BS(r))},fromNodeStream(r){return Pu(xS(r))},toDOMStream(r,t){throw new Error('"toDOMStream" not available in this environment')},toNodeStream(r,t){throw new Error('"toNodeStream" not available in this environment')}},Pu=r=>(r.next(),r);function*vS(r){let t,e=!1,i=[],n,s,o,a=0;function c(){return s==="peek"?Ve(i,o)[0]:([n,i,a]=Ve(i,o),n)}({cmd:s,size:o}=yield null);let l=kf(r)[Symbol.iterator]();try{do if({done:t,value:n}=Number.isNaN(o-a)?l.next():l.next(o-a),!t&&n.byteLength>0&&(i.push(n),a+=n.byteLength),t||o<=a)do({cmd:s,size:o}=yield c());while(o<a);while(!t)}catch(u){(e=!0)&&typeof l.throw=="function"&&l.throw(u)}finally{e===!1&&typeof l.return=="function"&&l.return(null)}return null}function SS(r){return vt(this,arguments,function*(){let e,i=!1,n=[],s,o,a,c=0;function l(){return o==="peek"?Ve(n,a)[0]:([s,n,c]=Ve(n,a),s)}({cmd:o,size:a}=yield yield y(null));let u=Vf(r)[Symbol.asyncIterator]();try{do if({done:e,value:s}=Number.isNaN(a-c)?yield y(u.next()):yield y(u.next(a-c)),!e&&s.byteLength>0&&(n.push(s),c+=s.byteLength),e||a<=c)do({cmd:o,size:a}=yield yield y(l()));while(a<c);while(!e)}catch(f){(i=!0)&&typeof u.throw=="function"&&(yield y(u.throw(f)))}finally{i===!1&&typeof u.return=="function"&&(yield y(u.return(new Uint8Array(0))))}return yield y(null)})}function BS(r){return vt(this,arguments,function*(){let e=!1,i=!1,n=[],s,o,a,c=0;function l(){return o==="peek"?Ve(n,a)[0]:([s,n,c]=Ve(n,a),s)}({cmd:o,size:a}=yield yield y(null));let u=new $f(r);try{do if({done:e,value:s}=Number.isNaN(a-c)?yield y(u.read()):yield y(u.read(a-c)),!e&&s.byteLength>0&&(n.push(Y(s)),c+=s.byteLength),e||a<=c)do({cmd:o,size:a}=yield yield y(l()));while(a<c);while(!e)}catch(f){(i=!0)&&(yield y(u.cancel(f)))}finally{i===!1?yield y(u.cancel()):r.locked&&u.releaseLock()}return yield y(null)})}var $f=class{constructor(t){this.source=t,this.reader=null,this.reader=this.source.getReader(),this.reader.closed.catch(()=>{})}get closed(){return this.reader?this.reader.closed.catch(()=>{}):Promise.resolve()}releaseLock(){this.reader&&this.reader.releaseLock(),this.reader=null}cancel(t){return p(this,void 0,void 0,function*(){let{reader:e,source:i}=this;e&&(yield e.cancel(t).catch(()=>{})),i&&i.locked&&this.releaseLock()})}read(t){return p(this,void 0,void 0,function*(){if(t===0)return{done:this.reader==null,value:new Uint8Array(0)};let e=yield this.reader.read();return!e.done&&(e.value=Y(e)),e})}},zf=(r,t)=>{let e=n=>i([t,n]),i;return[t,e,new Promise(n=>(i=n)&&r.once(t,e))]};function xS(r){return vt(this,arguments,function*(){let e=[],i="error",n=!1,s=null,o,a,c=0,l=[],u;function f(){return o==="peek"?Ve(l,a)[0]:([u,l,c]=Ve(l,a),u)}if({cmd:o,size:a}=yield yield y(null),r.isTTY)return yield yield y(new Uint8Array(0)),yield y(null);try{e[0]=zf(r,"end"),e[1]=zf(r,"error");do{if(e[2]=zf(r,"readable"),[i,s]=yield y(Promise.race(e.map(b=>b[2]))),i==="error")break;if((n=i==="end")||(Number.isFinite(a-c)?(u=Y(r.read(a-c)),u.byteLength<a-c&&(u=Y(r.read()))):u=Y(r.read()),u.byteLength>0&&(l.push(u),c+=u.byteLength)),n||a<=c)do({cmd:o,size:a}=yield yield y(f()));while(a<c)}while(!n)}finally{yield y(m(e,i==="error"?s:null))}return yield y(null);function m(b,F){return u=l=null,new Promise((Ge,It)=>{for(let[nt,le]of b)r.off(nt,le);try{let nt=r.destroy;nt&&nt.call(r,F),F=void 0}catch(nt){F=nt||F}finally{F!=null?It(F):Ge()}})}})}var Nt;(function(r){r[r.V1=0]="V1",r[r.V2=1]="V2",r[r.V3=2]="V3",r[r.V4=3]="V4",r[r.V5=4]="V5"})(Nt||(Nt={}));var Bt;(function(r){r[r.Sparse=0]="Sparse",r[r.Dense=1]="Dense"})(Bt||(Bt={}));var Ot;(function(r){r[r.HALF=0]="HALF",r[r.SINGLE=1]="SINGLE",r[r.DOUBLE=2]="DOUBLE"})(Ot||(Ot={}));var re;(function(r){r[r.DAY=0]="DAY",r[r.MILLISECOND=1]="MILLISECOND"})(re||(re={}));var O;(function(r){r[r.SECOND=0]="SECOND",r[r.MILLISECOND=1]="MILLISECOND",r[r.MICROSECOND=2]="MICROSECOND",r[r.NANOSECOND=3]="NANOSECOND"})(O||(O={}));var fe;(function(r){r[r.YEAR_MONTH=0]="YEAR_MONTH",r[r.DAY_TIME=1]="DAY_TIME",r[r.MONTH_DAY_NANO=2]="MONTH_DAY_NANO"})(fe||(fe={}));var ct;(function(r){r[r.NONE=0]="NONE",r[r.Schema=1]="Schema",r[r.DictionaryBatch=2]="DictionaryBatch",r[r.RecordBatch=3]="RecordBatch",r[r.Tensor=4]="Tensor",r[r.SparseTensor=5]="SparseTensor"})(ct||(ct={}));var d;(function(r){r[r.NONE=0]="NONE",r[r.Null=1]="Null",r[r.Int=2]="Int",r[r.Float=3]="Float",r[r.Binary=4]="Binary",r[r.Utf8=5]="Utf8",r[r.Bool=6]="Bool",r[r.Decimal=7]="Decimal",r[r.Date=8]="Date",r[r.Time=9]="Time",r[r.Timestamp=10]="Timestamp",r[r.Interval=11]="Interval",r[r.List=12]="List",r[r.Struct=13]="Struct",r[r.Union=14]="Union",r[r.FixedSizeBinary=15]="FixedSizeBinary",r[r.FixedSizeList=16]="FixedSizeList",r[r.Map=17]="Map",r[r.Duration=18]="Duration",r[r.Dictionary=-1]="Dictionary",r[r.Int8=-2]="Int8",r[r.Int16=-3]="Int16",r[r.Int32=-4]="Int32",r[r.Int64=-5]="Int64",r[r.Uint8=-6]="Uint8",r[r.Uint16=-7]="Uint16",r[r.Uint32=-8]="Uint32",r[r.Uint64=-9]="Uint64",r[r.Float16=-10]="Float16",r[r.Float32=-11]="Float32",r[r.Float64=-12]="Float64",r[r.DateDay=-13]="DateDay",r[r.DateMillisecond=-14]="DateMillisecond",r[r.TimestampSecond=-15]="TimestampSecond",r[r.TimestampMillisecond=-16]="TimestampMillisecond",r[r.TimestampMicrosecond=-17]="TimestampMicrosecond",r[r.TimestampNanosecond=-18]="TimestampNanosecond",r[r.TimeSecond=-19]="TimeSecond",r[r.TimeMillisecond=-20]="TimeMillisecond",r[r.TimeMicrosecond=-21]="TimeMicrosecond",r[r.TimeNanosecond=-22]="TimeNanosecond",r[r.DenseUnion=-23]="DenseUnion",r[r.SparseUnion=-24]="SparseUnion",r[r.IntervalDayTime=-25]="IntervalDayTime",r[r.IntervalYearMonth=-26]="IntervalYearMonth",r[r.DurationSecond=-27]="DurationSecond",r[r.DurationMillisecond=-28]="DurationMillisecond",r[r.DurationMicrosecond=-29]="DurationMicrosecond",r[r.DurationNanosecond=-30]="DurationNanosecond"})(d||(d={}));var or;(function(r){r[r.OFFSET=0]="OFFSET",r[r.DATA=1]="DATA",r[r.VALIDITY=2]="VALIDITY",r[r.TYPE=3]="TYPE"})(or||(or={}));var cp={};ge(cp,{clampIndex:()=>yB,clampRange:()=>rc,createElementComparator:()=>Dn});var qf={};ge(qf,{valueToString:()=>Er});function Er(r){if(r===null)return"null";if(r===void 0)return"undefined";switch(typeof r){case"number":return`${r}`;case"bigint":return`${r}`;case"string":return`"${r}"`}return typeof r[Symbol.toPrimitive]=="function"?r[Symbol.toPrimitive]("string"):ArrayBuffer.isView(r)?r instanceof BigInt64Array||r instanceof BigUint64Array?`[${[...r].map(t=>Er(t))}]`:`[${r}]`:ArrayBuffer.isView(r)?`[${r}]`:JSON.stringify(r,(t,e)=>typeof e=="bigint"?`${e}`:e)}var Gf={};ge(Gf,{BN:()=>tc,bigNumToBigInt:()=>mg,bigNumToString:()=>uo,isArrowBigNumSymbol:()=>fg});var fg=Symbol.for("isArrowBigNum");function Fr(r,...t){return t.length===0?Object.setPrototypeOf(Q(this.TypedArray,r),this.constructor.prototype):Object.setPrototypeOf(new this.TypedArray(r,...t),this.constructor.prototype)}Fr.prototype[fg]=!0;Fr.prototype.toJSON=function(){return`"${uo(this)}"`};Fr.prototype.valueOf=function(){return pg(this)};Fr.prototype.toString=function(){return uo(this)};Fr.prototype[Symbol.toPrimitive]=function(r="default"){switch(r){case"number":return pg(this);case"string":return uo(this);case"default":return mg(this)}return uo(this)};function co(...r){return Fr.apply(this,r)}function lo(...r){return Fr.apply(this,r)}function Za(...r){return Fr.apply(this,r)}Object.setPrototypeOf(co.prototype,Object.create(Int32Array.prototype));Object.setPrototypeOf(lo.prototype,Object.create(Uint32Array.prototype));Object.setPrototypeOf(Za.prototype,Object.create(Uint32Array.prototype));Object.assign(co.prototype,Fr.prototype,{constructor:co,signed:!0,TypedArray:Int32Array,BigIntArray:BigInt64Array});Object.assign(lo.prototype,Fr.prototype,{constructor:lo,signed:!1,TypedArray:Uint32Array,BigIntArray:BigUint64Array});Object.assign(Za.prototype,Fr.prototype,{constructor:Za,signed:!0,TypedArray:Uint32Array,BigIntArray:BigUint64Array});function pg(r){let{buffer:t,byteOffset:e,length:i,signed:n}=r,s=new BigUint64Array(t,e,i),o=n&&s.at(-1)&BigInt(1)<<BigInt(63),a=BigInt(o?1:0),c=BigInt(0);if(o){for(let l of s)a+=~l*(BigInt(1)<<BigInt(32)*c++);a*=BigInt(-1)}else for(let l of s)a+=l*(BigInt(1)<<BigInt(32)*c++);return a}var uo=r=>{if(r.byteLength===8)return`${new r.BigIntArray(r.buffer,r.byteOffset,1)[0]}`;if(!r.signed)return Wf(r);let t=new Uint16Array(r.buffer,r.byteOffset,r.byteLength/2);if(new Int16Array([t.at(-1)])[0]>=0)return Wf(r);t=t.slice();let i=1;for(let s=0;s<t.length;s++){let o=t[s],a=~o+i;t[s]=a,i&=o===0?1:0}return`-${Wf(t)}`},mg=r=>r.byteLength===8?new r.BigIntArray(r.buffer,r.byteOffset,1)[0]:uo(r);function Wf(r){let t="",e=new Uint32Array(2),i=new Uint16Array(r.buffer,r.byteOffset,r.byteLength/2),n=new Uint32Array((i=new Uint16Array(i).reverse()).buffer),s=-1,o=i.length-1;do{for(e[0]=i[s=0];s<o;)i[s++]=e[1]=e[0]/10,e[0]=(e[0]-e[1]*10<<16)+i[s];i[s]=e[1]=e[0]/10,e[0]=e[0]-e[1]*10,t=`${e[0]}${t}`}while(n[0]||n[1]||n[2]||n[3]);return t??"0"}var tc=class r{static new(t,e){switch(e){case!0:return new co(t);case!1:return new lo(t)}switch(t.constructor){case Int8Array:case Int16Array:case Int32Array:case BigInt64Array:return new co(t)}return t.byteLength===16?new Za(t):new lo(t)}static signed(t){return new co(t)}static unsigned(t){return new lo(t)}static decimal(t){return new Za(t)}constructor(t,e){return r.new(t,e)}};function xe(r){if(typeof r=="bigint"&&(r<Number.MIN_SAFE_INTEGER||r>Number.MAX_SAFE_INTEGER))throw new TypeError(`${r} is not safe to convert to a number.`);return Number(r)}var yg,gg,bg,_g,wg,Ig,vg,Sg,Bg,xg,Tg,Ag,Dg,Og,Eg,Fg,Ng,Mg,Lg,Rg,I=class r{static isNull(t){return t?.typeId===d.Null}static isInt(t){return t?.typeId===d.Int}static isFloat(t){return t?.typeId===d.Float}static isBinary(t){return t?.typeId===d.Binary}static isUtf8(t){return t?.typeId===d.Utf8}static isBool(t){return t?.typeId===d.Bool}static isDecimal(t){return t?.typeId===d.Decimal}static isDate(t){return t?.typeId===d.Date}static isTime(t){return t?.typeId===d.Time}static isTimestamp(t){return t?.typeId===d.Timestamp}static isInterval(t){return t?.typeId===d.Interval}static isDuration(t){return t?.typeId===d.Duration}static isList(t){return t?.typeId===d.List}static isStruct(t){return t?.typeId===d.Struct}static isUnion(t){return t?.typeId===d.Union}static isFixedSizeBinary(t){return t?.typeId===d.FixedSizeBinary}static isFixedSizeList(t){return t?.typeId===d.FixedSizeList}static isMap(t){return t?.typeId===d.Map}static isDictionary(t){return t?.typeId===d.Dictionary}static isDenseUnion(t){return r.isUnion(t)&&t.mode===Bt.Dense}static isSparseUnion(t){return r.isUnion(t)&&t.mode===Bt.Sparse}get typeId(){return d.NONE}};yg=Symbol.toStringTag;I[yg]=(r=>(r.children=null,r.ArrayType=Array,r[Symbol.toStringTag]="DataType"))(I.prototype);var pe=class extends I{toString(){return"Null"}get typeId(){return d.Null}};gg=Symbol.toStringTag;pe[gg]=(r=>r[Symbol.toStringTag]="Null")(pe.prototype);var Pt=class extends I{constructor(t,e){super(),this.isSigned=t,this.bitWidth=e}get typeId(){return d.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?BigInt64Array:BigUint64Array}throw new Error(`Unrecognized ${this[Symbol.toStringTag]} type`)}toString(){return`${this.isSigned?"I":"Ui"}nt${this.bitWidth}`}};bg=Symbol.toStringTag;Pt[bg]=(r=>(r.isSigned=null,r.bitWidth=null,r[Symbol.toStringTag]="Int"))(Pt.prototype);var ju=class extends Pt{constructor(){super(!0,8)}get ArrayType(){return Int8Array}},zu=class extends Pt{constructor(){super(!0,16)}get ArrayType(){return Int16Array}},fi=class extends Pt{constructor(){super(!0,32)}get ArrayType(){return Int32Array}},$u=class extends Pt{constructor(){super(!0,64)}get ArrayType(){return BigInt64Array}},qu=class extends Pt{constructor(){super(!1,8)}get ArrayType(){return Uint8Array}},Wu=class extends Pt{constructor(){super(!1,16)}get ArrayType(){return Uint16Array}},Gu=class extends Pt{constructor(){super(!1,32)}get ArrayType(){return Uint32Array}},Yu=class extends Pt{constructor(){super(!1,64)}get ArrayType(){return BigUint64Array}};Object.defineProperty(ju.prototype,"ArrayType",{value:Int8Array});Object.defineProperty(zu.prototype,"ArrayType",{value:Int16Array});Object.defineProperty(fi.prototype,"ArrayType",{value:Int32Array});Object.defineProperty($u.prototype,"ArrayType",{value:BigInt64Array});Object.defineProperty(qu.prototype,"ArrayType",{value:Uint8Array});Object.defineProperty(Wu.prototype,"ArrayType",{value:Uint16Array});Object.defineProperty(Gu.prototype,"ArrayType",{value:Uint32Array});Object.defineProperty(Yu.prototype,"ArrayType",{value:BigUint64Array});var Te=class extends I{constructor(t){super(),this.precision=t}get typeId(){return d.Float}get ArrayType(){switch(this.precision){case Ot.HALF:return Uint16Array;case Ot.SINGLE:return Float32Array;case Ot.DOUBLE:return Float64Array}throw new Error(`Unrecognized ${this[Symbol.toStringTag]} type`)}toString(){return`Float${this.precision<<5||16}`}};_g=Symbol.toStringTag;Te[_g]=(r=>(r.precision=null,r[Symbol.toStringTag]="Float"))(Te.prototype);var Hu=class extends Te{constructor(){super(Ot.HALF)}},Ku=class extends Te{constructor(){super(Ot.SINGLE)}},Ju=class extends Te{constructor(){super(Ot.DOUBLE)}};Object.defineProperty(Hu.prototype,"ArrayType",{value:Uint16Array});Object.defineProperty(Ku.prototype,"ArrayType",{value:Float32Array});Object.defineProperty(Ju.prototype,"ArrayType",{value:Float64Array});var ji=class extends I{constructor(){super()}get typeId(){return d.Binary}toString(){return"Binary"}};wg=Symbol.toStringTag;ji[wg]=(r=>(r.ArrayType=Uint8Array,r[Symbol.toStringTag]="Binary"))(ji.prototype);var zi=class extends I{constructor(){super()}get typeId(){return d.Utf8}toString(){return"Utf8"}};Ig=Symbol.toStringTag;zi[Ig]=(r=>(r.ArrayType=Uint8Array,r[Symbol.toStringTag]="Utf8"))(zi.prototype);var $i=class extends I{constructor(){super()}get typeId(){return d.Bool}toString(){return"Bool"}};vg=Symbol.toStringTag;$i[vg]=(r=>(r.ArrayType=Uint8Array,r[Symbol.toStringTag]="Bool"))($i.prototype);var qi=class extends I{constructor(t,e,i=128){super(),this.scale=t,this.precision=e,this.bitWidth=i}get typeId(){return d.Decimal}toString(){return`Decimal[${this.precision}e${this.scale>0?"+":""}${this.scale}]`}};Sg=Symbol.toStringTag;qi[Sg]=(r=>(r.scale=null,r.precision=null,r.ArrayType=Uint32Array,r[Symbol.toStringTag]="Decimal"))(qi.prototype);var Wi=class extends I{constructor(t){super(),this.unit=t}get typeId(){return d.Date}toString(){return`Date${(this.unit+1)*32}<${re[this.unit]}>`}};Bg=Symbol.toStringTag;Wi[Bg]=(r=>(r.unit=null,r.ArrayType=Int32Array,r[Symbol.toStringTag]="Date"))(Wi.prototype);var Nr=class extends I{constructor(t,e){super(),this.unit=t,this.bitWidth=e}get typeId(){return d.Time}toString(){return`Time${this.bitWidth}<${O[this.unit]}>`}get ArrayType(){switch(this.bitWidth){case 32:return Int32Array;case 64:return BigInt64Array}throw new Error(`Unrecognized ${this[Symbol.toStringTag]} type`)}};xg=Symbol.toStringTag;Nr[xg]=(r=>(r.unit=null,r.bitWidth=null,r[Symbol.toStringTag]="Time"))(Nr.prototype);var Gi=class extends I{constructor(t,e){super(),this.unit=t,this.timezone=e}get typeId(){return d.Timestamp}toString(){return`Timestamp<${O[this.unit]}${this.timezone?`, ${this.timezone}`:""}>`}};Tg=Symbol.toStringTag;Gi[Tg]=(r=>(r.unit=null,r.timezone=null,r.ArrayType=Int32Array,r[Symbol.toStringTag]="Timestamp"))(Gi.prototype);var Yi=class extends I{constructor(t){super(),this.unit=t}get typeId(){return d.Interval}toString(){return`Interval<${fe[this.unit]}>`}};Ag=Symbol.toStringTag;Yi[Ag]=(r=>(r.unit=null,r.ArrayType=Int32Array,r[Symbol.toStringTag]="Interval"))(Yi.prototype);var Hi=class extends I{constructor(t){super(),this.unit=t}get typeId(){return d.Duration}toString(){return`Duration<${O[this.unit]}>`}};Dg=Symbol.toStringTag;Hi[Dg]=(r=>(r.unit=null,r.ArrayType=BigInt64Array,r[Symbol.toStringTag]="Duration"))(Hi.prototype);var Mr=class extends I{constructor(t){super(),this.children=[t]}get typeId(){return d.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}};Og=Symbol.toStringTag;Mr[Og]=(r=>(r.children=null,r[Symbol.toStringTag]="List"))(Mr.prototype);var xt=class extends I{constructor(t){super(),this.children=t}get typeId(){return d.Struct}toString(){return`Struct<{${this.children.map(t=>`${t.name}:${t.type}`).join(", ")}}>`}};Eg=Symbol.toStringTag;xt[Eg]=(r=>(r.children=null,r[Symbol.toStringTag]="Struct"))(xt.prototype);var Lr=class extends I{constructor(t,e,i){super(),this.mode=t,this.children=i,this.typeIds=e=Int32Array.from(e),this.typeIdToChildIndex=e.reduce((n,s,o)=>(n[s]=o)&&n||n,Object.create(null))}get typeId(){return d.Union}toString(){return`${this[Symbol.toStringTag]}<${this.children.map(t=>`${t.type}`).join(" | ")}>`}};Fg=Symbol.toStringTag;Lr[Fg]=(r=>(r.mode=null,r.typeIds=null,r.children=null,r.typeIdToChildIndex=null,r.ArrayType=Int8Array,r[Symbol.toStringTag]="Union"))(Lr.prototype);var Ki=class extends I{constructor(t){super(),this.byteWidth=t}get typeId(){return d.FixedSizeBinary}toString(){return`FixedSizeBinary[${this.byteWidth}]`}};Ng=Symbol.toStringTag;Ki[Ng]=(r=>(r.byteWidth=null,r.ArrayType=Uint8Array,r[Symbol.toStringTag]="FixedSizeBinary"))(Ki.prototype);var Rr=class extends I{constructor(t,e){super(),this.listSize=t,this.children=[e]}get typeId(){return d.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}>`}};Mg=Symbol.toStringTag;Rr[Mg]=(r=>(r.children=null,r.listSize=null,r[Symbol.toStringTag]="FixedSizeList"))(Rr.prototype);var Ur=class extends I{constructor(t,e=!1){var i,n,s;if(super(),this.children=[t],this.keysSorted=e,t&&(t.name="entries",!((i=t?.type)===null||i===void 0)&&i.children)){let o=(n=t?.type)===null||n===void 0?void 0:n.children[0];o&&(o.name="key");let a=(s=t?.type)===null||s===void 0?void 0:s.children[1];a&&(a.name="value")}}get typeId(){return d.Map}get keyType(){return this.children[0].type.children[0].type}get valueType(){return this.children[0].type.children[1].type}get childType(){return this.children[0].type}toString(){return`Map<{${this.children[0].type.children.map(t=>`${t.name}:${t.type}`).join(", ")}}>`}};Lg=Symbol.toStringTag;Ur[Lg]=(r=>(r.children=null,r.keysSorted=null,r[Symbol.toStringTag]="Map_"))(Ur.prototype);var TS=(r=>()=>++r)(-1),Pe=class extends I{constructor(t,e,i,n){super(),this.indices=e,this.dictionary=t,this.isOrdered=n||!1,this.id=i==null?TS():xe(i)}get typeId(){return d.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}>`}};Rg=Symbol.toStringTag;Pe[Rg]=(r=>(r.id=null,r.indices=null,r.isOrdered=null,r.dictionary=null,r[Symbol.toStringTag]="Dictionary"))(Pe.prototype);function je(r){let t=r;switch(r.typeId){case d.Decimal:return r.bitWidth/32;case d.Timestamp:return 2;case d.Date:return 1+t.unit;case d.Interval:return 1+t.unit;case d.FixedSizeList:return t.listSize;case d.FixedSizeBinary:return t.byteWidth;default:return 1}}var S=class{visitMany(t,...e){return t.map((i,n)=>this.visit(i,...e.map(s=>s[n])))}visit(...t){return this.getVisitFn(t[0],!1).apply(this,t)}getVisitFn(t,e=!0){return AS(this,t,e)}getVisitFnByTypeId(t,e=!0){return ho(this,t,e)}visitNull(t,...e){return null}visitBool(t,...e){return null}visitInt(t,...e){return null}visitFloat(t,...e){return null}visitUtf8(t,...e){return null}visitBinary(t,...e){return null}visitFixedSizeBinary(t,...e){return null}visitDate(t,...e){return null}visitTimestamp(t,...e){return null}visitTime(t,...e){return null}visitDecimal(t,...e){return null}visitList(t,...e){return null}visitStruct(t,...e){return null}visitUnion(t,...e){return null}visitDictionary(t,...e){return null}visitInterval(t,...e){return null}visitDuration(t,...e){return null}visitFixedSizeList(t,...e){return null}visitMap(t,...e){return null}};function AS(r,t,e=!0){return typeof t=="number"?ho(r,t,e):typeof t=="string"&&t in d?ho(r,d[t],e):t&&t instanceof I?ho(r,Ug(t),e):t?.type&&t.type instanceof I?ho(r,Ug(t.type),e):ho(r,d.NONE,e)}function ho(r,t,e=!0){let i=null;switch(t){case d.Null:i=r.visitNull;break;case d.Bool:i=r.visitBool;break;case d.Int:i=r.visitInt;break;case d.Int8:i=r.visitInt8||r.visitInt;break;case d.Int16:i=r.visitInt16||r.visitInt;break;case d.Int32:i=r.visitInt32||r.visitInt;break;case d.Int64:i=r.visitInt64||r.visitInt;break;case d.Uint8:i=r.visitUint8||r.visitInt;break;case d.Uint16:i=r.visitUint16||r.visitInt;break;case d.Uint32:i=r.visitUint32||r.visitInt;break;case d.Uint64:i=r.visitUint64||r.visitInt;break;case d.Float:i=r.visitFloat;break;case d.Float16:i=r.visitFloat16||r.visitFloat;break;case d.Float32:i=r.visitFloat32||r.visitFloat;break;case d.Float64:i=r.visitFloat64||r.visitFloat;break;case d.Utf8:i=r.visitUtf8;break;case d.Binary:i=r.visitBinary;break;case d.FixedSizeBinary:i=r.visitFixedSizeBinary;break;case d.Date:i=r.visitDate;break;case d.DateDay:i=r.visitDateDay||r.visitDate;break;case d.DateMillisecond:i=r.visitDateMillisecond||r.visitDate;break;case d.Timestamp:i=r.visitTimestamp;break;case d.TimestampSecond:i=r.visitTimestampSecond||r.visitTimestamp;break;case d.TimestampMillisecond:i=r.visitTimestampMillisecond||r.visitTimestamp;break;case d.TimestampMicrosecond:i=r.visitTimestampMicrosecond||r.visitTimestamp;break;case d.TimestampNanosecond:i=r.visitTimestampNanosecond||r.visitTimestamp;break;case d.Time:i=r.visitTime;break;case d.TimeSecond:i=r.visitTimeSecond||r.visitTime;break;case d.TimeMillisecond:i=r.visitTimeMillisecond||r.visitTime;break;case d.TimeMicrosecond:i=r.visitTimeMicrosecond||r.visitTime;break;case d.TimeNanosecond:i=r.visitTimeNanosecond||r.visitTime;break;case d.Decimal:i=r.visitDecimal;break;case d.List:i=r.visitList;break;case d.Struct:i=r.visitStruct;break;case d.Union:i=r.visitUnion;break;case d.DenseUnion:i=r.visitDenseUnion||r.visitUnion;break;case d.SparseUnion:i=r.visitSparseUnion||r.visitUnion;break;case d.Dictionary:i=r.visitDictionary;break;case d.Interval:i=r.visitInterval;break;case d.IntervalDayTime:i=r.visitIntervalDayTime||r.visitInterval;break;case d.IntervalYearMonth:i=r.visitIntervalYearMonth||r.visitInterval;break;case d.Duration:i=r.visitDuration;break;case d.DurationSecond:i=r.visitDurationSecond||r.visitDuration;break;case d.DurationMillisecond:i=r.visitDurationMillisecond||r.visitDuration;break;case d.DurationMicrosecond:i=r.visitDurationMicrosecond||r.visitDuration;break;case d.DurationNanosecond:i=r.visitDurationNanosecond||r.visitDuration;break;case d.FixedSizeList:i=r.visitFixedSizeList;break;case d.Map:i=r.visitMap;break}if(typeof i=="function")return i;if(!e)return()=>null;throw new Error(`Unrecognized type '${d[t]}'`)}function Ug(r){switch(r.typeId){case d.Null:return d.Null;case d.Int:{let{bitWidth:t,isSigned:e}=r;switch(t){case 8:return e?d.Int8:d.Uint8;case 16:return e?d.Int16:d.Uint16;case 32:return e?d.Int32:d.Uint32;case 64:return e?d.Int64:d.Uint64}return d.Int}case d.Float:switch(r.precision){case Ot.HALF:return d.Float16;case Ot.SINGLE:return d.Float32;case Ot.DOUBLE:return d.Float64}return d.Float;case d.Binary:return d.Binary;case d.Utf8:return d.Utf8;case d.Bool:return d.Bool;case d.Decimal:return d.Decimal;case d.Time:switch(r.unit){case O.SECOND:return d.TimeSecond;case O.MILLISECOND:return d.TimeMillisecond;case O.MICROSECOND:return d.TimeMicrosecond;case O.NANOSECOND:return d.TimeNanosecond}return d.Time;case d.Timestamp:switch(r.unit){case O.SECOND:return d.TimestampSecond;case O.MILLISECOND:return d.TimestampMillisecond;case O.MICROSECOND:return d.TimestampMicrosecond;case O.NANOSECOND:return d.TimestampNanosecond}return d.Timestamp;case d.Date:switch(r.unit){case re.DAY:return d.DateDay;case re.MILLISECOND:return d.DateMillisecond}return d.Date;case d.Interval:switch(r.unit){case fe.DAY_TIME:return d.IntervalDayTime;case fe.YEAR_MONTH:return d.IntervalYearMonth}return d.Interval;case d.Duration:switch(r.unit){case O.SECOND:return d.DurationSecond;case O.MILLISECOND:return d.DurationMillisecond;case O.MICROSECOND:return d.DurationMicrosecond;case O.NANOSECOND:return d.DurationNanosecond}return d.Duration;case d.Map:return d.Map;case d.List:return d.List;case d.Struct:return d.Struct;case d.Union:switch(r.mode){case Bt.Dense:return d.DenseUnion;case Bt.Sparse:return d.SparseUnion}return d.Union;case d.FixedSizeBinary:return d.FixedSizeBinary;case d.FixedSizeList:return d.FixedSizeList;case d.Dictionary:return d.Dictionary}throw new Error(`Unrecognized type '${d[r.typeId]}'`)}S.prototype.visitInt8=null;S.prototype.visitInt16=null;S.prototype.visitInt32=null;S.prototype.visitInt64=null;S.prototype.visitUint8=null;S.prototype.visitUint16=null;S.prototype.visitUint32=null;S.prototype.visitUint64=null;S.prototype.visitFloat16=null;S.prototype.visitFloat32=null;S.prototype.visitFloat64=null;S.prototype.visitDateDay=null;S.prototype.visitDateMillisecond=null;S.prototype.visitTimestampSecond=null;S.prototype.visitTimestampMillisecond=null;S.prototype.visitTimestampMicrosecond=null;S.prototype.visitTimestampNanosecond=null;S.prototype.visitTimeSecond=null;S.prototype.visitTimeMillisecond=null;S.prototype.visitTimeMicrosecond=null;S.prototype.visitTimeNanosecond=null;S.prototype.visitDenseUnion=null;S.prototype.visitSparseUnion=null;S.prototype.visitIntervalDayTime=null;S.prototype.visitIntervalYearMonth=null;S.prototype.visitDuration=null;S.prototype.visitDurationSecond=null;S.prototype.visitDurationMillisecond=null;S.prototype.visitDurationMicrosecond=null;S.prototype.visitDurationNanosecond=null;var Yf={};ge(Yf,{float64ToUint16:()=>ec,uint16ToFloat64:()=>Qu});var Cg=new Float64Array(1),fo=new Uint32Array(Cg.buffer);function Qu(r){let t=(r&31744)>>10,e=(r&1023)/1024,i=Math.pow(-1,(r&32768)>>15);switch(t){case 31:return i*(e?Number.NaN:1/0);case 0:return i*(e?6103515625e-14*e:0)}return i*Math.pow(2,t-15)*(1+e)}function ec(r){if(r!==r)return 32256;Cg[0]=r;let t=(fo[1]&2147483648)>>16&65535,e=fo[1]&2146435072,i=0;return e>=1089470464?fo[0]>0?e=31744:(e=(e&2080374784)>>16,i=(fo[1]&1048575)>>10):e<=1056964608?(i=1048576+(fo[1]&1048575),i=1048576+(i<<(e>>20)-998)>>21,e=0):(e=e-1056964608>>10,i=(fo[1]&1048575)+512>>10),t|e|i&65535}var V=class extends S{};function W(r){return(t,e,i)=>{if(t.setValid(e,i!=null))return r(t,e,i)}}var DS=(r,t,e)=>{r[t]=Math.trunc(e/864e5)},Hf=(r,t,e)=>{r[t]=Math.trunc(e%4294967296),r[t+1]=Math.trunc(e/4294967296)},OS=(r,t,e)=>{r[t]=Math.trunc(e*1e3%4294967296),r[t+1]=Math.trunc(e*1e3/4294967296)},ES=(r,t,e)=>{r[t]=Math.trunc(e*1e6%4294967296),r[t+1]=Math.trunc(e*1e6/4294967296)},kg=(r,t,e,i)=>{if(e+1<t.length){let{[e]:n,[e+1]:s}=t;r.set(i.subarray(0,s-n),n)}},FS=({offset:r,values:t},e,i)=>{let n=r+e;i?t[n>>3]|=1<<n%8:t[n>>3]&=~(1<<n%8)},Ji=({values:r},t,e)=>{r[t]=e},Kf=({values:r},t,e)=>{r[t]=e},Vg=({values:r},t,e)=>{r[t]=ec(e)},NS=(r,t,e)=>{switch(r.type.precision){case Ot.HALF:return Vg(r,t,e);case Ot.SINGLE:case Ot.DOUBLE:return Kf(r,t,e)}},Xu=({values:r},t,e)=>{DS(r,t,e.valueOf())},Zu=({values:r},t,e)=>{Hf(r,t*2,e.valueOf())},Jf=({stride:r,values:t},e,i)=>{t.set(i.subarray(0,r),r*e)},MS=({values:r,valueOffsets:t},e,i)=>kg(r,t,e,i),LS=({values:r,valueOffsets:t},e,i)=>{kg(r,t,e,xn(i))},Qf=(r,t,e)=>{r.type.unit===re.DAY?Xu(r,t,e):Zu(r,t,e)},td=({values:r},t,e)=>Hf(r,t*2,e/1e3),ed=({values:r},t,e)=>Hf(r,t*2,e),rd=({values:r},t,e)=>OS(r,t*2,e),id=({values:r},t,e)=>ES(r,t*2,e),Xf=(r,t,e)=>{switch(r.type.unit){case O.SECOND:return td(r,t,e);case O.MILLISECOND:return ed(r,t,e);case O.MICROSECOND:return rd(r,t,e);case O.NANOSECOND:return id(r,t,e)}},nd=({values:r},t,e)=>{r[t]=e},sd=({values:r},t,e)=>{r[t]=e},od=({values:r},t,e)=>{r[t]=e},ad=({values:r},t,e)=>{r[t]=e},Zf=(r,t,e)=>{switch(r.type.unit){case O.SECOND:return nd(r,t,e);case O.MILLISECOND:return sd(r,t,e);case O.MICROSECOND:return od(r,t,e);case O.NANOSECOND:return ad(r,t,e)}},tp=({values:r,stride:t},e,i)=>{r.set(i.subarray(0,t),t*e)},RS=(r,t,e)=>{let i=r.children[0],n=r.valueOffsets,s=ie.getVisitFn(i);if(Array.isArray(e))for(let o=-1,a=n[t],c=n[t+1];a<c;)s(i,a++,e[++o]);else for(let o=-1,a=n[t],c=n[t+1];a<c;)s(i,a++,e.get(++o))},US=(r,t,e)=>{let i=r.children[0],{valueOffsets:n}=r,s=ie.getVisitFn(i),{[t]:o,[t+1]:a}=n,c=e instanceof Map?e.entries():Object.entries(e);for(let l of c)if(s(i,o,l),++o>=a)break},CS=(r,t)=>(e,i,n,s)=>i&&e(i,r,t[s]),kS=(r,t)=>(e,i,n,s)=>i&&e(i,r,t.get(s)),VS=(r,t)=>(e,i,n,s)=>i&&e(i,r,t.get(n.name)),PS=(r,t)=>(e,i,n,s)=>i&&e(i,r,t[n.name]),jS=(r,t,e)=>{let i=r.type.children.map(s=>ie.getVisitFn(s.type)),n=e instanceof Map?VS(t,e):e instanceof rt?kS(t,e):Array.isArray(e)?CS(t,e):PS(t,e);r.type.children.forEach((s,o)=>n(i[o],r.children[o],s,o))},zS=(r,t,e)=>{r.type.mode===Bt.Dense?Pg(r,t,e):jg(r,t,e)},Pg=(r,t,e)=>{let i=r.type.typeIdToChildIndex[r.typeIds[t]],n=r.children[i];ie.visit(n,r.valueOffsets[t],e)},jg=(r,t,e)=>{let i=r.type.typeIdToChildIndex[r.typeIds[t]],n=r.children[i];ie.visit(n,t,e)},$S=(r,t,e)=>{var i;(i=r.dictionary)===null||i===void 0||i.set(r.values[t],e)},ep=(r,t,e)=>{r.type.unit===fe.DAY_TIME?cd(r,t,e):ld(r,t,e)},cd=({values:r},t,e)=>{r.set(e.subarray(0,2),2*t)},ld=({values:r},t,e)=>{r[t]=e[0]*12+e[1]%12},ud=({values:r},t,e)=>{r[t]=e},dd=({values:r},t,e)=>{r[t]=e},hd=({values:r},t,e)=>{r[t]=e},fd=({values:r},t,e)=>{r[t]=e},rp=(r,t,e)=>{switch(r.type.unit){case O.SECOND:return ud(r,t,e);case O.MILLISECOND:return dd(r,t,e);case O.MICROSECOND:return hd(r,t,e);case O.NANOSECOND:return fd(r,t,e)}},qS=(r,t,e)=>{let{stride:i}=r,n=r.children[0],s=ie.getVisitFn(n);if(Array.isArray(e))for(let o=-1,a=t*i;++o<i;)s(n,a+o,e[o]);else for(let o=-1,a=t*i;++o<i;)s(n,a+o,e.get(o))};V.prototype.visitBool=W(FS);V.prototype.visitInt=W(Ji);V.prototype.visitInt8=W(Ji);V.prototype.visitInt16=W(Ji);V.prototype.visitInt32=W(Ji);V.prototype.visitInt64=W(Ji);V.prototype.visitUint8=W(Ji);V.prototype.visitUint16=W(Ji);V.prototype.visitUint32=W(Ji);V.prototype.visitUint64=W(Ji);V.prototype.visitFloat=W(NS);V.prototype.visitFloat16=W(Vg);V.prototype.visitFloat32=W(Kf);V.prototype.visitFloat64=W(Kf);V.prototype.visitUtf8=W(LS);V.prototype.visitBinary=W(MS);V.prototype.visitFixedSizeBinary=W(Jf);V.prototype.visitDate=W(Qf);V.prototype.visitDateDay=W(Xu);V.prototype.visitDateMillisecond=W(Zu);V.prototype.visitTimestamp=W(Xf);V.prototype.visitTimestampSecond=W(td);V.prototype.visitTimestampMillisecond=W(ed);V.prototype.visitTimestampMicrosecond=W(rd);V.prototype.visitTimestampNanosecond=W(id);V.prototype.visitTime=W(Zf);V.prototype.visitTimeSecond=W(nd);V.prototype.visitTimeMillisecond=W(sd);V.prototype.visitTimeMicrosecond=W(od);V.prototype.visitTimeNanosecond=W(ad);V.prototype.visitDecimal=W(tp);V.prototype.visitList=W(RS);V.prototype.visitStruct=W(jS);V.prototype.visitUnion=W(zS);V.prototype.visitDenseUnion=W(Pg);V.prototype.visitSparseUnion=W(jg);V.prototype.visitDictionary=W($S);V.prototype.visitInterval=W(ep);V.prototype.visitIntervalDayTime=W(cd);V.prototype.visitIntervalYearMonth=W(ld);V.prototype.visitDuration=W(rp);V.prototype.visitDurationSecond=W(ud);V.prototype.visitDurationMillisecond=W(dd);V.prototype.visitDurationMicrosecond=W(hd);V.prototype.visitDurationNanosecond=W(fd);V.prototype.visitFixedSizeList=W(qS);V.prototype.visitMap=W(US);var ie=new V;var Cr=Symbol.for("parent"),po=Symbol.for("rowIndex"),Tn=class{constructor(t,e){return this[Cr]=t,this[po]=e,new Proxy(this,new np)}toArray(){return Object.values(this.toJSON())}toJSON(){let t=this[po],e=this[Cr],i=e.type.children,n={};for(let s=-1,o=i.length;++s<o;)n[i[s].name]=qt.visit(e.children[s],t);return n}toString(){return`{${[...this].map(([t,e])=>`${Er(t)}: ${Er(e)}`).join(", ")}}`}[Symbol.for("nodejs.util.inspect.custom")](){return this.toString()}[Symbol.iterator](){return new ip(this[Cr],this[po])}},ip=class{constructor(t,e){this.childIndex=0,this.children=t.children,this.rowIndex=e,this.childFields=t.type.children,this.numChildren=this.childFields.length}[Symbol.iterator](){return this}next(){let t=this.childIndex;return t<this.numChildren?(this.childIndex=t+1,{done:!1,value:[this.childFields[t].name,qt.visit(this.children[t],this.rowIndex)]}):{done:!0,value:null}}};Object.defineProperties(Tn.prototype,{[Symbol.toStringTag]:{enumerable:!1,configurable:!1,value:"Row"},[Cr]:{writable:!0,enumerable:!1,configurable:!1,value:null},[po]:{writable:!0,enumerable:!1,configurable:!1,value:-1}});var np=class{isExtensible(){return!1}deleteProperty(){return!1}preventExtensions(){return!0}ownKeys(t){return t[Cr].type.children.map(e=>e.name)}has(t,e){return t[Cr].type.children.findIndex(i=>i.name===e)!==-1}getOwnPropertyDescriptor(t,e){if(t[Cr].type.children.findIndex(i=>i.name===e)!==-1)return{writable:!0,enumerable:!0,configurable:!0}}get(t,e){if(Reflect.has(t,e))return t[e];let i=t[Cr].type.children.findIndex(n=>n.name===e);if(i!==-1){let n=qt.visit(t[Cr].children[i],t[po]);return Reflect.set(t,e,n),n}}set(t,e,i){let n=t[Cr].type.children.findIndex(s=>s.name===e);return n!==-1?(ie.visit(t[Cr].children[n],t[po],i),Reflect.set(t,e,i)):Reflect.has(t,e)||typeof e=="symbol"?Reflect.set(t,e,i):!1}};var M=class extends S{};function j(r){return(t,e)=>t.getValid(e)?r(t,e):null}var WS=(r,t)=>864e5*r[t],sp=(r,t)=>4294967296*r[t+1]+(r[t]>>>0),GS=(r,t)=>4294967296*(r[t+1]/1e3)+(r[t]>>>0)/1e3,YS=(r,t)=>4294967296*(r[t+1]/1e6)+(r[t]>>>0)/1e6,zg=r=>new Date(r),HS=(r,t)=>zg(WS(r,t)),KS=(r,t)=>zg(sp(r,t)),JS=(r,t)=>null,$g=(r,t,e)=>{if(e+1>=t.length)return null;let i=t[e],n=t[e+1];return r.subarray(i,n)},QS=({offset:r,values:t},e)=>{let i=r+e;return(t[i>>3]&1<<i%8)!==0},qg=({values:r},t)=>HS(r,t),Wg=({values:r},t)=>KS(r,t*2),An=({stride:r,values:t},e)=>t[r*e],XS=({stride:r,values:t},e)=>Qu(t[r*e]),Gg=({values:r},t)=>r[t],ZS=({stride:r,values:t},e)=>t.subarray(r*e,r*(e+1)),tB=({values:r,valueOffsets:t},e)=>$g(r,t,e),eB=({values:r,valueOffsets:t},e)=>{let i=$g(r,t,e);return i!==null?Qa(i):null},rB=({values:r},t)=>r[t],iB=({type:r,values:t},e)=>r.precision!==Ot.HALF?t[e]:Qu(t[e]),nB=(r,t)=>r.type.unit===re.DAY?qg(r,t):Wg(r,t),Yg=({values:r},t)=>1e3*sp(r,t*2),Hg=({values:r},t)=>sp(r,t*2),Kg=({values:r},t)=>GS(r,t*2),Jg=({values:r},t)=>YS(r,t*2),sB=(r,t)=>{switch(r.type.unit){case O.SECOND:return Yg(r,t);case O.MILLISECOND:return Hg(r,t);case O.MICROSECOND:return Kg(r,t);case O.NANOSECOND:return Jg(r,t)}},Qg=({values:r},t)=>r[t],Xg=({values:r},t)=>r[t],Zg=({values:r},t)=>r[t],tb=({values:r},t)=>r[t],oB=(r,t)=>{switch(r.type.unit){case O.SECOND:return Qg(r,t);case O.MILLISECOND:return Xg(r,t);case O.MICROSECOND:return Zg(r,t);case O.NANOSECOND:return tb(r,t)}},aB=({values:r,stride:t},e)=>tc.decimal(r.subarray(t*e,t*(e+1))),cB=(r,t)=>{let{valueOffsets:e,stride:i,children:n}=r,{[t*i]:s,[t*i+1]:o}=e,c=n[0].slice(s,o-s);return new rt([c])},lB=(r,t)=>{let{valueOffsets:e,children:i}=r,{[t]:n,[t+1]:s}=e,o=i[0];return new pi(o.slice(n,s-n))},uB=(r,t)=>new Tn(r,t),dB=(r,t)=>r.type.mode===Bt.Dense?eb(r,t):rb(r,t),eb=(r,t)=>{let e=r.type.typeIdToChildIndex[r.typeIds[t]],i=r.children[e];return qt.visit(i,r.valueOffsets[t])},rb=(r,t)=>{let e=r.type.typeIdToChildIndex[r.typeIds[t]],i=r.children[e];return qt.visit(i,t)},hB=(r,t)=>{var e;return(e=r.dictionary)===null||e===void 0?void 0:e.get(r.values[t])},fB=(r,t)=>r.type.unit===fe.DAY_TIME?ib(r,t):nb(r,t),ib=({values:r},t)=>r.subarray(2*t,2*(t+1)),nb=({values:r},t)=>{let e=r[t],i=new Int32Array(2);return i[0]=Math.trunc(e/12),i[1]=Math.trunc(e%12),i},sb=({values:r},t)=>r[t],ob=({values:r},t)=>r[t],ab=({values:r},t)=>r[t],cb=({values:r},t)=>r[t],pB=(r,t)=>{switch(r.type.unit){case O.SECOND:return sb(r,t);case O.MILLISECOND:return ob(r,t);case O.MICROSECOND:return ab(r,t);case O.NANOSECOND:return cb(r,t)}},mB=(r,t)=>{let{stride:e,children:i}=r,s=i[0].slice(t*e,e);return new rt([s])};M.prototype.visitNull=j(JS);M.prototype.visitBool=j(QS);M.prototype.visitInt=j(rB);M.prototype.visitInt8=j(An);M.prototype.visitInt16=j(An);M.prototype.visitInt32=j(An);M.prototype.visitInt64=j(Gg);M.prototype.visitUint8=j(An);M.prototype.visitUint16=j(An);M.prototype.visitUint32=j(An);M.prototype.visitUint64=j(Gg);M.prototype.visitFloat=j(iB);M.prototype.visitFloat16=j(XS);M.prototype.visitFloat32=j(An);M.prototype.visitFloat64=j(An);M.prototype.visitUtf8=j(eB);M.prototype.visitBinary=j(tB);M.prototype.visitFixedSizeBinary=j(ZS);M.prototype.visitDate=j(nB);M.prototype.visitDateDay=j(qg);M.prototype.visitDateMillisecond=j(Wg);M.prototype.visitTimestamp=j(sB);M.prototype.visitTimestampSecond=j(Yg);M.prototype.visitTimestampMillisecond=j(Hg);M.prototype.visitTimestampMicrosecond=j(Kg);M.prototype.visitTimestampNanosecond=j(Jg);M.prototype.visitTime=j(oB);M.prototype.visitTimeSecond=j(Qg);M.prototype.visitTimeMillisecond=j(Xg);M.prototype.visitTimeMicrosecond=j(Zg);M.prototype.visitTimeNanosecond=j(tb);M.prototype.visitDecimal=j(aB);M.prototype.visitList=j(cB);M.prototype.visitStruct=j(uB);M.prototype.visitUnion=j(dB);M.prototype.visitDenseUnion=j(eb);M.prototype.visitSparseUnion=j(rb);M.prototype.visitDictionary=j(hB);M.prototype.visitInterval=j(fB);M.prototype.visitIntervalDayTime=j(ib);M.prototype.visitIntervalYearMonth=j(nb);M.prototype.visitDuration=j(pB);M.prototype.visitDurationSecond=j(sb);M.prototype.visitDurationMillisecond=j(ob);M.prototype.visitDurationMicrosecond=j(ab);M.prototype.visitDurationNanosecond=j(cb);M.prototype.visitFixedSizeList=j(mB);M.prototype.visitMap=j(lB);var qt=new M;var ar=Symbol.for("keys"),mo=Symbol.for("vals"),pi=class{constructor(t){return this[ar]=new rt([t.children[0]]).memoize(),this[mo]=t.children[1],new Proxy(this,new ap)}[Symbol.iterator](){return new op(this[ar],this[mo])}get size(){return this[ar].length}toArray(){return Object.values(this.toJSON())}toJSON(){let t=this[ar],e=this[mo],i={};for(let n=-1,s=t.length;++n<s;)i[t.get(n)]=qt.visit(e,n);return i}toString(){return`{${[...this].map(([t,e])=>`${Er(t)}: ${Er(e)}`).join(", ")}}`}[Symbol.for("nodejs.util.inspect.custom")](){return this.toString()}},op=class{constructor(t,e){this.keys=t,this.vals=e,this.keyIndex=0,this.numKeys=t.length}[Symbol.iterator](){return this}next(){let t=this.keyIndex;return t===this.numKeys?{done:!0,value:null}:(this.keyIndex++,{done:!1,value:[this.keys.get(t),qt.visit(this.vals,t)]})}},ap=class{isExtensible(){return!1}deleteProperty(){return!1}preventExtensions(){return!0}ownKeys(t){return t[ar].toArray().map(String)}has(t,e){return t[ar].includes(e)}getOwnPropertyDescriptor(t,e){if(t[ar].indexOf(e)!==-1)return{writable:!0,enumerable:!0,configurable:!0}}get(t,e){if(Reflect.has(t,e))return t[e];let i=t[ar].indexOf(e);if(i!==-1){let n=qt.visit(Reflect.get(t,mo),i);return Reflect.set(t,e,n),n}}set(t,e,i){let n=t[ar].indexOf(e);return n!==-1?(ie.visit(Reflect.get(t,mo),n,i),Reflect.set(t,e,i)):Reflect.has(t,e)?Reflect.set(t,e,i):!1}};Object.defineProperties(pi.prototype,{[Symbol.toStringTag]:{enumerable:!1,configurable:!1,value:"Row"},[ar]:{writable:!0,enumerable:!1,configurable:!1,value:null},[mo]:{writable:!0,enumerable:!1,configurable:!1,value:null}});function yB(r,t,e){let i=r.length,n=t>-1?t:i+t%i;return e?e(r,n):n}var lb;function rc(r,t,e,i){let{length:n=0}=r,s=typeof t!="number"?0:t,o=typeof e!="number"?n:e;return s<0&&(s=(s%n+n)%n),o<0&&(o=(o%n+n)%n),o<s&&(lb=s,s=o,o=lb),o>n&&(o=n),i?i(r,s,o):[s,o]}var ub=r=>r!==r;function Dn(r){if(typeof r!=="object"||r===null)return ub(r)?ub:e=>e===r;if(r instanceof Date){let e=r.valueOf();return i=>i instanceof Date?i.valueOf()===e:!1}return ArrayBuffer.isView(r)?e=>e?Pf(r,e):!1:r instanceof Map?bB(r):Array.isArray(r)?gB(r):r instanceof rt?_B(r):wB(r,!0)}function gB(r){let t=[];for(let e=-1,i=r.length;++e<i;)t[e]=Dn(r[e]);return pd(t)}function bB(r){let t=-1,e=[];for(let i of r.values())e[++t]=Dn(i);return pd(e)}function _B(r){let t=[];for(let e=-1,i=r.length;++e<i;)t[e]=Dn(r.get(e));return pd(t)}function wB(r,t=!1){let e=Object.keys(r);if(!t&&e.length===0)return()=>!1;let i=[];for(let n=-1,s=e.length;++n<s;)i[n]=Dn(r[e[n]]);return pd(i,e)}function pd(r,t){return e=>{if(!e||typeof e!="object")return!1;switch(e.constructor){case Array:return IB(r,e);case Map:return db(r,e,e.keys());case pi:case Tn:case Object:case void 0:return db(r,e,t||Object.keys(e))}return e instanceof rt?vB(r,e):!1}}function IB(r,t){let e=r.length;if(t.length!==e)return!1;for(let i=-1;++i<e;)if(!r[i](t[i]))return!1;return!0}function vB(r,t){let e=r.length;if(t.length!==e)return!1;for(let i=-1;++i<e;)if(!r[i](t.get(i)))return!1;return!0}function db(r,t,e){let i=e[Symbol.iterator](),n=t instanceof Map?t.keys():Object.keys(t)[Symbol.iterator](),s=t instanceof Map?t.values():Object.values(t)[Symbol.iterator](),o=0,a=r.length,c=s.next(),l=i.next(),u=n.next();for(;o<a&&!l.done&&!u.done&&!c.done&&!(l.value!==u.value||!r[o](c.value));++o,l=i.next(),u=n.next(),c=s.next());return o===a&&l.done&&u.done&&c.done?!0:(i.return&&i.return(),n.return&&n.return(),s.return&&s.return(),!1)}var lp={};ge(lp,{BitIterator:()=>gs,getBit:()=>hb,getBool:()=>yd,packBools:()=>_s,popcnt_array:()=>fb,popcnt_bit_range:()=>ic,popcnt_uint32:()=>md,setBool:()=>SB,truncateBitmap:()=>bs});function yd(r,t,e,i){return(e&1<<i)!==0}function hb(r,t,e,i){return(e&1<<i)>>i}function SB(r,t,e){return e?!!(r[t>>3]|=1<<t%8)||!0:!(r[t>>3]&=~(1<<t%8))&&!1}function bs(r,t,e){let i=e.byteLength+7&-8;if(r>0||e.byteLength<i){let n=new Uint8Array(i);return n.set(r%8===0?e.subarray(r>>3):_s(new gs(e,r,t,null,yd)).subarray(0,i)),n}return e}function _s(r){let t=[],e=0,i=0,n=0;for(let o of r)o&&(n|=1<<i),++i===8&&(t[e++]=n,n=i=0);(e===0||i>0)&&(t[e++]=n);let s=new Uint8Array(t.length+7&-8);return s.set(t),s}var gs=class{constructor(t,e,i,n,s){this.bytes=t,this.length=i,this.context=n,this.get=s,this.bit=e%8,this.byteIndex=e>>3,this.byte=t[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}};function ic(r,t,e){if(e-t<=0)return 0;if(e-t<8){let s=0;for(let o of new gs(r,t,e-t,r,hb))s+=o;return s}let i=e>>3<<3,n=t+(t%8===0?0:8-t%8);return ic(r,t,n)+ic(r,i,e)+fb(r,n>>3,i-n>>3)}function fb(r,t,e){let i=0,n=Math.trunc(t),s=new DataView(r.buffer,r.byteOffset,r.byteLength),o=e===void 0?r.byteLength:n+e;for(;o-n>=4;)i+=md(s.getUint32(n)),n+=4;for(;o-n>=2;)i+=md(s.getUint16(n)),n+=2;for(;o-n>=1;)i+=md(s.getUint8(n)),n+=1;return i}function md(r){let t=Math.trunc(r);return t=t-(t>>>1&1431655765),t=(t&858993459)+(t>>>2&858993459),(t+(t>>>4)&252645135)*16843009>>>24}var BB=-1,mt=class r{get typeId(){return this.type.typeId}get ArrayType(){return this.type.ArrayType}get buffers(){return[this.valueOffsets,this.values,this.nullBitmap,this.typeIds]}get nullable(){if(this._nullCount!==0){let{type:t}=this;return I.isSparseUnion(t)?this.children.some(e=>e.nullable):I.isDenseUnion(t)?this.children.some(e=>e.nullable):this.nullBitmap&&this.nullBitmap.byteLength>0}return!0}get byteLength(){let t=0,{valueOffsets:e,values:i,nullBitmap:n,typeIds:s}=this;return e&&(t+=e.byteLength),i&&(t+=i.byteLength),n&&(t+=n.byteLength),s&&(t+=s.byteLength),this.children.reduce((o,a)=>o+a.byteLength,t)}get nullCount(){if(I.isUnion(this.type))return this.children.reduce((i,n)=>i+n.nullCount,0);let t=this._nullCount,e;return t<=BB&&(e=this.nullBitmap)&&(this._nullCount=t=this.length-ic(e,this.offset,this.offset+this.length)),t}constructor(t,e,i,n,s,o=[],a){this.type=t,this.children=o,this.dictionary=a,this.offset=Math.floor(Math.max(e||0,0)),this.length=Math.floor(Math.max(i||0,0)),this._nullCount=Math.floor(Math.max(n||0,-1));let c;s instanceof r?(this.stride=s.stride,this.values=s.values,this.typeIds=s.typeIds,this.nullBitmap=s.nullBitmap,this.valueOffsets=s.valueOffsets):(this.stride=je(t),s&&((c=s[0])&&(this.valueOffsets=c),(c=s[1])&&(this.values=c),(c=s[2])&&(this.nullBitmap=c),(c=s[3])&&(this.typeIds=c)))}getValid(t){let{type:e}=this;if(I.isUnion(e)){let i=e,n=this.children[i.typeIdToChildIndex[this.typeIds[t]]],s=i.mode===Bt.Dense?this.valueOffsets[t]:t;return n.getValid(s)}if(this.nullable&&this.nullCount>0){let i=this.offset+t;return(this.nullBitmap[i>>3]&1<<i%8)!==0}return!0}setValid(t,e){let i,{type:n}=this;if(I.isUnion(n)){let s=n,o=this.children[s.typeIdToChildIndex[this.typeIds[t]]],a=s.mode===Bt.Dense?this.valueOffsets[t]:t;i=o.getValid(a),o.setValid(a,e)}else{let{nullBitmap:s}=this,{offset:o,length:a}=this,c=o+t,l=1<<c%8,u=c>>3;(!s||s.byteLength<=u)&&(s=new Uint8Array((o+a+63&-64)>>3).fill(255),this.nullCount>0&&s.set(bs(o,a,this.nullBitmap),0),Object.assign(this,{nullBitmap:s,_nullCount:-1}));let f=s[u];i=(f&l)!==0,e?s[u]=f|l:s[u]=f&~l}return i!==!!e&&(this._nullCount=this.nullCount+(e?-1:1)),e}clone(t=this.type,e=this.offset,i=this.length,n=this._nullCount,s=this,o=this.children){return new r(t,e,i,n,s,o,this.dictionary)}slice(t,e){let{stride:i,typeId:n,children:s}=this,o=+(this._nullCount===0)-1,a=n===16?i:1,c=this._sliceBuffers(t,e,i,n);return this.clone(this.type,this.offset+t,e,o,c,s.length===0||this.valueOffsets?s:this._sliceChildren(s,a*t,a*e))}_changeLengthAndBackfillNullBitmap(t){if(this.typeId===d.Null)return this.clone(this.type,0,t,0);let{length:e,nullCount:i}=this,n=new Uint8Array((t+63&-64)>>3).fill(255,0,e>>3);n[e>>3]=(1<<e-(e&-8))-1,i>0&&n.set(bs(this.offset,e,this.nullBitmap),0);let s=this.buffers;return s[or.VALIDITY]=n,this.clone(this.type,0,t,i+(t-e),s)}_sliceBuffers(t,e,i,n){let s,{buffers:o}=this;return(s=o[or.TYPE])&&(o[or.TYPE]=s.subarray(t,t+e)),(s=o[or.OFFSET])&&(o[or.OFFSET]=s.subarray(t,t+e+1))||(s=o[or.DATA])&&(o[or.DATA]=n===6?s:s.subarray(i*t,i*(t+e))),o}_sliceChildren(t,e,i){return t.map(n=>n.slice(e,i))}};mt.prototype.children=Object.freeze([]);var up=class r extends S{visit(t){return this.getVisitFn(t.type).call(this,t)}visitNull(t){let{["type"]:e,["offset"]:i=0,["length"]:n=0}=t;return new mt(e,i,n,n)}visitBool(t){let{["type"]:e,["offset"]:i=0}=t,n=Y(t.nullBitmap),s=Q(e.ArrayType,t.data),{["length"]:o=s.length>>3,["nullCount"]:a=t.nullBitmap?-1:0}=t;return new mt(e,i,o,a,[void 0,s,n])}visitInt(t){let{["type"]:e,["offset"]:i=0}=t,n=Y(t.nullBitmap),s=Q(e.ArrayType,t.data),{["length"]:o=s.length,["nullCount"]:a=t.nullBitmap?-1:0}=t;return new mt(e,i,o,a,[void 0,s,n])}visitFloat(t){let{["type"]:e,["offset"]:i=0}=t,n=Y(t.nullBitmap),s=Q(e.ArrayType,t.data),{["length"]:o=s.length,["nullCount"]:a=t.nullBitmap?-1:0}=t;return new mt(e,i,o,a,[void 0,s,n])}visitUtf8(t){let{["type"]:e,["offset"]:i=0}=t,n=Y(t.data),s=Y(t.nullBitmap),o=ys(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new mt(e,i,a,c,[o,n,s])}visitBinary(t){let{["type"]:e,["offset"]:i=0}=t,n=Y(t.data),s=Y(t.nullBitmap),o=ys(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new mt(e,i,a,c,[o,n,s])}visitFixedSizeBinary(t){let{["type"]:e,["offset"]:i=0}=t,n=Y(t.nullBitmap),s=Q(e.ArrayType,t.data),{["length"]:o=s.length/je(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new mt(e,i,o,a,[void 0,s,n])}visitDate(t){let{["type"]:e,["offset"]:i=0}=t,n=Y(t.nullBitmap),s=Q(e.ArrayType,t.data),{["length"]:o=s.length/je(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new mt(e,i,o,a,[void 0,s,n])}visitTimestamp(t){let{["type"]:e,["offset"]:i=0}=t,n=Y(t.nullBitmap),s=Q(e.ArrayType,t.data),{["length"]:o=s.length/je(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new mt(e,i,o,a,[void 0,s,n])}visitTime(t){let{["type"]:e,["offset"]:i=0}=t,n=Y(t.nullBitmap),s=Q(e.ArrayType,t.data),{["length"]:o=s.length/je(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new mt(e,i,o,a,[void 0,s,n])}visitDecimal(t){let{["type"]:e,["offset"]:i=0}=t,n=Y(t.nullBitmap),s=Q(e.ArrayType,t.data),{["length"]:o=s.length/je(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new mt(e,i,o,a,[void 0,s,n])}visitList(t){let{["type"]:e,["offset"]:i=0,["child"]:n}=t,s=Y(t.nullBitmap),o=ys(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new mt(e,i,a,c,[o,void 0,s],[n])}visitStruct(t){let{["type"]:e,["offset"]:i=0,["children"]:n=[]}=t,s=Y(t.nullBitmap),{length:o=n.reduce((c,{length:l})=>Math.max(c,l),0),nullCount:a=t.nullBitmap?-1:0}=t;return new mt(e,i,o,a,[void 0,void 0,s],n)}visitUnion(t){let{["type"]:e,["offset"]:i=0,["children"]:n=[]}=t,s=Q(e.ArrayType,t.typeIds),{["length"]:o=s.length,["nullCount"]:a=-1}=t;if(I.isSparseUnion(e))return new mt(e,i,o,a,[void 0,void 0,void 0,s],n);let c=ys(t.valueOffsets);return new mt(e,i,o,a,[c,void 0,void 0,s],n)}visitDictionary(t){let{["type"]:e,["offset"]:i=0}=t,n=Y(t.nullBitmap),s=Q(e.indices.ArrayType,t.data),{["dictionary"]:o=new rt([new r().visit({type:e.dictionary})])}=t,{["length"]:a=s.length,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new mt(e,i,a,c,[void 0,s,n],[],o)}visitInterval(t){let{["type"]:e,["offset"]:i=0}=t,n=Y(t.nullBitmap),s=Q(e.ArrayType,t.data),{["length"]:o=s.length/je(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new mt(e,i,o,a,[void 0,s,n])}visitDuration(t){let{["type"]:e,["offset"]:i=0}=t,n=Y(t.nullBitmap),s=Q(e.ArrayType,t.data),{["length"]:o=s.length,["nullCount"]:a=t.nullBitmap?-1:0}=t;return new mt(e,i,o,a,[void 0,s,n])}visitFixedSizeList(t){let{["type"]:e,["offset"]:i=0,["child"]:n=new r().visit({type:e.valueType})}=t,s=Y(t.nullBitmap),{["length"]:o=n.length/je(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new mt(e,i,o,a,[void 0,void 0,s],[n])}visitMap(t){let{["type"]:e,["offset"]:i=0,["child"]:n=new r().visit({type:e.childType})}=t,s=Y(t.nullBitmap),o=ys(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new mt(e,i,a,c,[o,void 0,s],[n])}},xB=new up;function H(r){return xB.visit(r)}var nc=class{constructor(t=0,e){this.numChunks=t,this.getChunkIterator=e,this.chunkIndex=0,this.chunkIterator=this.getChunkIterator(0)}next(){for(;this.chunkIndex<this.numChunks;){let t=this.chunkIterator.next();if(!t.done)return t;++this.chunkIndex<this.numChunks&&(this.chunkIterator=this.getChunkIterator(this.chunkIndex))}return{done:!0,value:null}}[Symbol.iterator](){return this}};function gd(r){return r.reduce((t,e)=>t+e.nullCount,0)}function bd(r){return r.reduce((t,e,i)=>(t[i+1]=t[i]+e.length,t),new Uint32Array(r.length+1))}function _d(r,t,e,i){let n=[];for(let s=-1,o=r.length;++s<o;){let a=r[s],c=t[s],{length:l}=a;if(c>=i)break;if(e>=c+l)continue;if(c>=e&&c+l<=i){n.push(a);continue}let u=Math.max(0,e-c),f=Math.min(i-c,l);n.push(a.slice(u,f-u))}return n.length===0&&n.push(r[0].slice(0,0)),n}function dp(r,t,e,i){let n=0,s=0,o=t.length-1;do{if(n>=o-1)return e<t[o]?i(r,n,e-t[n]):null;s=n+Math.trunc((o-n)*.5),e<t[s]?o=s:n=s}while(n<o)}function sc(r,t){return r.getValid(t)}function On(r){function t(e,i,n){return r(e[i],n)}return function(e){let i=this.data;return dp(i,this._offsets,e,t)}}function wd(r){let t;function e(i,n,s){return r(i[n],s,t)}return function(i,n){let s=this.data;t=n;let o=dp(s,this._offsets,i,e);return t=void 0,o}}function Id(r){let t;function e(i,n,s){let o=s,a=0,c=0;for(let l=n-1,u=i.length;++l<u;){let f=i[l];if(~(a=r(f,t,o)))return c+a;o=0,c+=f.length}return-1}return function(i,n){t=i;let s=this.data,o=typeof n!="number"?e(s,0,0):dp(s,this._offsets,n,e);return t=void 0,o}}var L=class extends S{};function TB(r,t){return t===null&&r.length>0?0:-1}function AB(r,t){let{nullBitmap:e}=r;if(!e||r.nullCount<=0)return-1;let i=0;for(let n of new gs(e,r.offset+(t||0),r.length,e,yd)){if(!n)return i;++i}return-1}function K(r,t,e){if(t===void 0)return-1;if(t===null)switch(r.typeId){case d.Union:break;case d.Dictionary:break;default:return AB(r,e)}let i=qt.getVisitFn(r),n=Dn(t);for(let s=(e||0)-1,o=r.length;++s<o;)if(n(i(r,s)))return s;return-1}function pb(r,t,e){let i=qt.getVisitFn(r),n=Dn(t);for(let s=(e||0)-1,o=r.length;++s<o;)if(n(i(r,s)))return s;return-1}L.prototype.visitNull=TB;L.prototype.visitBool=K;L.prototype.visitInt=K;L.prototype.visitInt8=K;L.prototype.visitInt16=K;L.prototype.visitInt32=K;L.prototype.visitInt64=K;L.prototype.visitUint8=K;L.prototype.visitUint16=K;L.prototype.visitUint32=K;L.prototype.visitUint64=K;L.prototype.visitFloat=K;L.prototype.visitFloat16=K;L.prototype.visitFloat32=K;L.prototype.visitFloat64=K;L.prototype.visitUtf8=K;L.prototype.visitBinary=K;L.prototype.visitFixedSizeBinary=K;L.prototype.visitDate=K;L.prototype.visitDateDay=K;L.prototype.visitDateMillisecond=K;L.prototype.visitTimestamp=K;L.prototype.visitTimestampSecond=K;L.prototype.visitTimestampMillisecond=K;L.prototype.visitTimestampMicrosecond=K;L.prototype.visitTimestampNanosecond=K;L.prototype.visitTime=K;L.prototype.visitTimeSecond=K;L.prototype.visitTimeMillisecond=K;L.prototype.visitTimeMicrosecond=K;L.prototype.visitTimeNanosecond=K;L.prototype.visitDecimal=K;L.prototype.visitList=K;L.prototype.visitStruct=K;L.prototype.visitUnion=K;L.prototype.visitDenseUnion=pb;L.prototype.visitSparseUnion=pb;L.prototype.visitDictionary=K;L.prototype.visitInterval=K;L.prototype.visitIntervalDayTime=K;L.prototype.visitIntervalYearMonth=K;L.prototype.visitDuration=K;L.prototype.visitDurationSecond=K;L.prototype.visitDurationMillisecond=K;L.prototype.visitDurationMicrosecond=K;L.prototype.visitDurationNanosecond=K;L.prototype.visitFixedSizeList=K;L.prototype.visitMap=K;var ws=new L;var R=class extends S{};function z(r){let{type:t}=r;if(r.nullCount===0&&r.stride===1&&(t.typeId===d.Timestamp||t instanceof Pt&&t.bitWidth!==64||t instanceof Nr&&t.bitWidth!==64||t instanceof Te&&t.precision!==Ot.HALF))return new nc(r.data.length,i=>{let n=r.data[i];return n.values.subarray(0,n.length)[Symbol.iterator]()});let e=0;return new nc(r.data.length,i=>{let s=r.data[i].length,o=r.slice(e,e+s);return e+=s,new hp(o)})}var hp=class{constructor(t){this.vector=t,this.index=0}next(){return this.index<this.vector.length?{value:this.vector.get(this.index++)}:{done:!0,value:null}}[Symbol.iterator](){return this}};R.prototype.visitNull=z;R.prototype.visitBool=z;R.prototype.visitInt=z;R.prototype.visitInt8=z;R.prototype.visitInt16=z;R.prototype.visitInt32=z;R.prototype.visitInt64=z;R.prototype.visitUint8=z;R.prototype.visitUint16=z;R.prototype.visitUint32=z;R.prototype.visitUint64=z;R.prototype.visitFloat=z;R.prototype.visitFloat16=z;R.prototype.visitFloat32=z;R.prototype.visitFloat64=z;R.prototype.visitUtf8=z;R.prototype.visitBinary=z;R.prototype.visitFixedSizeBinary=z;R.prototype.visitDate=z;R.prototype.visitDateDay=z;R.prototype.visitDateMillisecond=z;R.prototype.visitTimestamp=z;R.prototype.visitTimestampSecond=z;R.prototype.visitTimestampMillisecond=z;R.prototype.visitTimestampMicrosecond=z;R.prototype.visitTimestampNanosecond=z;R.prototype.visitTime=z;R.prototype.visitTimeSecond=z;R.prototype.visitTimeMillisecond=z;R.prototype.visitTimeMicrosecond=z;R.prototype.visitTimeNanosecond=z;R.prototype.visitDecimal=z;R.prototype.visitList=z;R.prototype.visitStruct=z;R.prototype.visitUnion=z;R.prototype.visitDenseUnion=z;R.prototype.visitSparseUnion=z;R.prototype.visitDictionary=z;R.prototype.visitInterval=z;R.prototype.visitIntervalDayTime=z;R.prototype.visitIntervalYearMonth=z;R.prototype.visitDuration=z;R.prototype.visitDurationSecond=z;R.prototype.visitDurationMillisecond=z;R.prototype.visitDurationMicrosecond=z;R.prototype.visitDurationNanosecond=z;R.prototype.visitFixedSizeList=z;R.prototype.visitMap=z;var yo=new R;var DB=(r,t)=>r+t,mi=class extends S{visitNull(t,e){return 0}visitInt(t,e){return t.type.bitWidth/8}visitFloat(t,e){return t.type.ArrayType.BYTES_PER_ELEMENT}visitBool(t,e){return 1/8}visitDecimal(t,e){return t.type.bitWidth/8}visitDate(t,e){return(t.type.unit+1)*4}visitTime(t,e){return t.type.bitWidth/8}visitTimestamp(t,e){return t.type.unit===O.SECOND?4:8}visitInterval(t,e){return(t.type.unit+1)*4}visitDuration(t,e){return 8}visitStruct(t,e){return t.children.reduce((i,n)=>i+ze.visit(n,e),0)}visitFixedSizeBinary(t,e){return t.type.byteWidth}visitMap(t,e){return 8+t.children.reduce((i,n)=>i+ze.visit(n,e),0)}visitDictionary(t,e){var i;return t.type.indices.bitWidth/8+(((i=t.dictionary)===null||i===void 0?void 0:i.getByteLength(t.values[e]))||0)}},OB=({valueOffsets:r},t)=>8+(r[t+1]-r[t]),EB=({valueOffsets:r},t)=>8+(r[t+1]-r[t]),FB=({valueOffsets:r,stride:t,children:e},i)=>{let n=e[0],{[i*t]:s}=r,{[i*t+1]:o}=r,a=ze.getVisitFn(n.type),c=n.slice(s,o-s),l=8;for(let u=-1,f=o-s;++u<f;)l+=a(c,u);return l},NB=({stride:r,children:t},e)=>{let i=t[0],n=i.slice(e*r,r),s=ze.getVisitFn(i.type),o=0;for(let a=-1,c=n.length;++a<c;)o+=s(n,a);return o},MB=(r,t)=>r.type.mode===Bt.Dense?mb(r,t):yb(r,t),mb=({type:r,children:t,typeIds:e,valueOffsets:i},n)=>{let s=r.typeIdToChildIndex[e[n]];return 8+ze.visit(t[s],i[n])},yb=({children:r},t)=>4+ze.visitMany(r,r.map(()=>t)).reduce(DB,0);mi.prototype.visitUtf8=OB;mi.prototype.visitBinary=EB;mi.prototype.visitList=FB;mi.prototype.visitFixedSizeList=NB;mi.prototype.visitUnion=MB;mi.prototype.visitDenseUnion=mb;mi.prototype.visitSparseUnion=yb;var ze=new mi;var gb,bb={},_b={},rt=class r{constructor(t){var e,i,n;let s=t[0]instanceof r?t.flatMap(a=>a.data):t;if(s.length===0||s.some(a=>!(a instanceof mt)))throw new TypeError("Vector constructor expects an Array of Data instances.");let o=(e=s[0])===null||e===void 0?void 0:e.type;switch(s.length){case 0:this._offsets=[0];break;case 1:{let{get:a,set:c,indexOf:l,byteLength:u}=bb[o.typeId],f=s[0];this.isValid=m=>sc(f,m),this.get=m=>a(f,m),this.set=(m,b)=>c(f,m,b),this.indexOf=m=>l(f,m),this.getByteLength=m=>u(f,m),this._offsets=[0,f.length];break}default:Object.setPrototypeOf(this,_b[o.typeId]),this._offsets=bd(s);break}this.data=s,this.type=o,this.stride=je(o),this.numChildren=(n=(i=o.children)===null||i===void 0?void 0:i.length)!==null&&n!==void 0?n:0,this.length=this._offsets.at(-1)}get byteLength(){return this.data.reduce((t,e)=>t+e.byteLength,0)}get nullCount(){return gd(this.data)}get ArrayType(){return this.type.ArrayType}get[Symbol.toStringTag](){return`${this.VectorName}<${this.type[Symbol.toStringTag]}>`}get VectorName(){return`${d[this.type.typeId]}Vector`}isValid(t){return!1}get(t){return null}set(t,e){}indexOf(t,e){return-1}includes(t,e){return this.indexOf(t,e)>-1}getByteLength(t){return 0}[Symbol.iterator](){return yo.visit(this)}concat(...t){return new r(this.data.concat(t.flatMap(e=>e.data).flat(Number.POSITIVE_INFINITY)))}slice(t,e){return new r(rc(this,t,e,({data:i,_offsets:n},s,o)=>_d(i,n,s,o)))}toJSON(){return[...this]}toArray(){let{type:t,data:e,length:i,stride:n,ArrayType:s}=this;switch(t.typeId){case d.Int:case d.Float:case d.Decimal:case d.Time:case d.Timestamp:switch(e.length){case 0:return new s;case 1:return e[0].values.subarray(0,i*n);default:return e.reduce((o,{values:a,length:c})=>(o.array.set(a.subarray(0,c*n),o.offset),o.offset+=c*n,o),{array:new s(i*n),offset:0}).array}}return[...this]}toString(){return`[${[...this].join(",")}]`}getChild(t){var e;return this.getChildAt((e=this.type.children)===null||e===void 0?void 0:e.findIndex(i=>i.name===t))}getChildAt(t){return t>-1&&t<this.numChildren?new r(this.data.map(({children:e})=>e[t])):null}get isMemoized(){return I.isDictionary(this.type)?this.data[0].dictionary.isMemoized:!1}memoize(){if(I.isDictionary(this.type)){let t=new vd(this.data[0].dictionary),e=this.data.map(i=>{let n=i.clone();return n.dictionary=t,n});return new r(e)}return new vd(this)}unmemoize(){if(I.isDictionary(this.type)&&this.isMemoized){let t=this.data[0].dictionary.unmemoize(),e=this.data.map(i=>{let n=i.clone();return n.dictionary=t,n});return new r(e)}return this}};gb=Symbol.toStringTag;rt[gb]=(r=>{r.type=I.prototype,r.data=[],r.length=0,r.stride=1,r.numChildren=0,r._offsets=new Uint32Array([0]),r[Symbol.isConcatSpreadable]=!0;let t=Object.keys(d).map(e=>d[e]).filter(e=>typeof e=="number"&&e!==d.NONE);for(let e of t){let i=qt.getVisitFnByTypeId(e),n=ie.getVisitFnByTypeId(e),s=ws.getVisitFnByTypeId(e),o=ze.getVisitFnByTypeId(e);bb[e]={get:i,set:n,indexOf:s,byteLength:o},_b[e]=Object.create(r,{isValid:{value:On(sc)},get:{value:On(qt.getVisitFnByTypeId(e))},set:{value:wd(ie.getVisitFnByTypeId(e))},indexOf:{value:Id(ws.getVisitFnByTypeId(e))},getByteLength:{value:On(ze.getVisitFnByTypeId(e))}})}return"Vector"})(rt.prototype);var vd=class r extends rt{constructor(t){super(t.data);let e=this.get,i=this.set,n=this.slice,s=new Array(this.length);Object.defineProperty(this,"get",{value(o){let a=s[o];if(a!==void 0)return a;let c=e.call(this,o);return s[o]=c,c}}),Object.defineProperty(this,"set",{value(o,a){i.call(this,o,a),s[o]=a}}),Object.defineProperty(this,"slice",{value:(o,a)=>new r(n.call(this,o,a))}),Object.defineProperty(this,"isMemoized",{value:!0}),Object.defineProperty(this,"unmemoize",{value:()=>new rt(this.data)}),Object.defineProperty(this,"memoize",{value:()=>this})}};function wb(r){if(!r||r.length<=0)return function(n){return!0};let t="",e=r.filter(i=>i===i);return e.length>0&&(t=`
|
|
12
|
-
switch (x) {${e.map(i=>`
|
|
13
|
-
case ${LB(i)}:`).join("")}
|
|
14
|
-
return false;
|
|
15
|
-
}`),r.length!==e.length&&(t=`if (x !== x) return false;
|
|
16
|
-
${t}`),new Function("x",`${t}
|
|
17
|
-
return true;`)}function LB(r){return typeof r!="bigint"?Er(r):`${Er(r)}n`}var fp=(r,t)=>(Math.ceil(r)*t+63&-64||64)/t,RB=(r,t=0)=>r.length>=t?r.subarray(0,t):ao(new r.constructor(t),r,0),En=class{constructor(t,e=1){this.buffer=t,this.stride=e,this.BYTES_PER_ELEMENT=t.BYTES_PER_ELEMENT,this.ArrayType=t.constructor,this._resize(this.length=Math.ceil(t.length/e))}get byteLength(){return Math.ceil(this.length*this.stride)*this.BYTES_PER_ELEMENT}get reservedLength(){return this.buffer.length/this.stride}get reservedByteLength(){return this.buffer.byteLength}set(t,e){return this}append(t){return this.set(this.length,t)}reserve(t){if(t>0){this.length+=t;let e=this.stride,i=this.length*e,n=this.buffer.length;i>=n&&this._resize(n===0?fp(i*1,this.BYTES_PER_ELEMENT):fp(i*2,this.BYTES_PER_ELEMENT))}return this}flush(t=this.length){t=fp(t*this.stride,this.BYTES_PER_ELEMENT);let e=RB(this.buffer,t);return this.clear(),e}clear(){return this.length=0,this._resize(0),this}_resize(t){return this.buffer=ao(new this.ArrayType(t),this.buffer)}};En.prototype.offset=0;var Qi=class extends En{last(){return this.get(this.length-1)}get(t){return this.buffer[t]}set(t,e){return this.reserve(t-this.length+1),this.buffer[t*this.stride]=e,this}},go=class extends Qi{constructor(t=new Uint8Array(0)){super(t,1/8),this.numValid=0}get numInvalid(){return this.length-this.numValid}get(t){return this.buffer[t>>3]>>t%8&1}set(t,e){let{buffer:i}=this.reserve(t-this.length+1),n=t>>3,s=t%8,o=i[n]>>s&1;return e?o===0&&(i[n]|=1<<s,++this.numValid):o===1&&(i[n]&=~(1<<s),--this.numValid),this}clear(){return this.numValid=0,super.clear()}},bo=class extends Qi{constructor(t=new Int32Array(1)){super(t,1)}append(t){return this.set(this.length-1,t)}set(t,e){let i=this.length-1,n=this.reserve(t-i+1).buffer;return i<t++&&n.fill(n[i],i,t),n[t]=n[t-1]+e,this}flush(t=this.length-1){return t>this.length&&this.set(t-1,0),super.flush(t+1)}};var Et=class{static throughNode(t){throw new Error('"throughNode" not available in this environment')}static throughDOM(t){throw new Error('"throughDOM" not available in this environment')}constructor({type:t,nullValues:e}){this.length=0,this.finished=!1,this.type=t,this.children=[],this.nullValues=e,this.stride=je(t),this._nulls=new go,e&&e.length>0&&(this._isValid=wb(e))}toVector(){return new rt([this.flush()])}get ArrayType(){return this.type.ArrayType}get nullCount(){return this._nulls.numInvalid}get numChildren(){return this.children.length}get byteLength(){let t=0,{_offsets:e,_values:i,_nulls:n,_typeIds:s,children:o}=this;return e&&(t+=e.byteLength),i&&(t+=i.byteLength),n&&(t+=n.byteLength),s&&(t+=s.byteLength),o.reduce((a,c)=>a+c.byteLength,t)}get reservedLength(){return this._nulls.reservedLength}get reservedByteLength(){let t=0;return this._offsets&&(t+=this._offsets.reservedByteLength),this._values&&(t+=this._values.reservedByteLength),this._nulls&&(t+=this._nulls.reservedByteLength),this._typeIds&&(t+=this._typeIds.reservedByteLength),this.children.reduce((e,i)=>e+i.reservedByteLength,t)}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(t){return this.set(this.length,t)}isValid(t){return this._isValid(t)}set(t,e){return this.setValid(t,this.isValid(e))&&this.setValue(t,e),this}setValue(t,e){this._setValue(this,t,e)}setValid(t,e){return this.length=this._nulls.set(t,+e).length,e}addChild(t,e=`${this.numChildren}`){throw new Error(`Cannot append children to non-nested type "${this.type}"`)}getChildAt(t){return this.children[t]||null}flush(){let t,e,i,n,{type:s,length:o,nullCount:a,_typeIds:c,_offsets:l,_values:u,_nulls:f}=this;(e=c?.flush(o))?n=l?.flush(o):(n=l?.flush(o))?t=u?.flush(l.last()):t=u?.flush(o),a>0&&(i=f?.flush(o));let m=this.children.map(b=>b.flush());return this.clear(),H({type:s,length:o,nullCount:a,children:m,child:m[0],data:t,typeIds:e,nullBitmap:i,valueOffsets:n})}finish(){this.finished=!0;for(let t of this.children)t.finish();return this}clear(){var t,e,i,n;this.length=0,(t=this._nulls)===null||t===void 0||t.clear(),(e=this._values)===null||e===void 0||e.clear(),(i=this._offsets)===null||i===void 0||i.clear(),(n=this._typeIds)===null||n===void 0||n.clear();for(let s of this.children)s.clear();return this}};Et.prototype.length=1;Et.prototype.stride=1;Et.prototype.children=null;Et.prototype.finished=!1;Et.prototype.nullValues=null;Et.prototype._isValid=()=>!0;var Wt=class extends Et{constructor(t){super(t),this._values=new Qi(new this.ArrayType(0),this.stride)}setValue(t,e){let i=this._values;return i.reserve(t-i.length+1),super.setValue(t,e)}},yi=class extends Et{constructor(t){super(t),this._pendingLength=0,this._offsets=new bo}setValue(t,e){let i=this._pending||(this._pending=new Map),n=i.get(t);n&&(this._pendingLength-=n.length),this._pendingLength+=e instanceof pi?e[ar].length:e.length,i.set(t,e)}setValid(t,e){return super.setValid(t,e)?!0:((this._pending||(this._pending=new Map)).set(t,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 t=this._pending,e=this._pendingLength;return this._pendingLength=0,this._pending=void 0,t&&t.size>0&&this._flushPending(t,e),this}};var Is=class{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,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 sizeOf(){return 24}static createBlock(t,e,i,n){return t.prep(8,24),t.writeInt64(BigInt(n??0)),t.pad(4),t.writeInt32(i),t.writeInt64(BigInt(e??0)),t.offset()}};var gi=new Int32Array(2),Sd=new Float32Array(gi.buffer),Bd=new Float64Array(gi.buffer),_o=new Uint16Array(new Uint8Array([1,0]).buffer)[0]===1;var oc;(function(r){r[r.UTF8_BYTES=1]="UTF8_BYTES",r[r.UTF16_STRING=2]="UTF16_STRING"})(oc||(oc={}));var $e=class r{constructor(t){this.bytes_=t,this.position_=0,this.text_decoder_=new TextDecoder}static allocate(t){return new r(new Uint8Array(t))}clear(){this.position_=0}bytes(){return this.bytes_}position(){return this.position_}setPosition(t){this.position_=t}capacity(){return this.bytes_.length}readInt8(t){return this.readUint8(t)<<24>>24}readUint8(t){return this.bytes_[t]}readInt16(t){return this.readUint16(t)<<16>>16}readUint16(t){return this.bytes_[t]|this.bytes_[t+1]<<8}readInt32(t){return this.bytes_[t]|this.bytes_[t+1]<<8|this.bytes_[t+2]<<16|this.bytes_[t+3]<<24}readUint32(t){return this.readInt32(t)>>>0}readInt64(t){return BigInt.asIntN(64,BigInt(this.readUint32(t))+(BigInt(this.readUint32(t+4))<<BigInt(32)))}readUint64(t){return BigInt.asUintN(64,BigInt(this.readUint32(t))+(BigInt(this.readUint32(t+4))<<BigInt(32)))}readFloat32(t){return gi[0]=this.readInt32(t),Sd[0]}readFloat64(t){return gi[_o?0:1]=this.readInt32(t),gi[_o?1:0]=this.readInt32(t+4),Bd[0]}writeInt8(t,e){this.bytes_[t]=e}writeUint8(t,e){this.bytes_[t]=e}writeInt16(t,e){this.bytes_[t]=e,this.bytes_[t+1]=e>>8}writeUint16(t,e){this.bytes_[t]=e,this.bytes_[t+1]=e>>8}writeInt32(t,e){this.bytes_[t]=e,this.bytes_[t+1]=e>>8,this.bytes_[t+2]=e>>16,this.bytes_[t+3]=e>>24}writeUint32(t,e){this.bytes_[t]=e,this.bytes_[t+1]=e>>8,this.bytes_[t+2]=e>>16,this.bytes_[t+3]=e>>24}writeInt64(t,e){this.writeInt32(t,Number(BigInt.asIntN(32,e))),this.writeInt32(t+4,Number(BigInt.asIntN(32,e>>BigInt(32))))}writeUint64(t,e){this.writeUint32(t,Number(BigInt.asUintN(32,e))),this.writeUint32(t+4,Number(BigInt.asUintN(32,e>>BigInt(32))))}writeFloat32(t,e){Sd[0]=e,this.writeInt32(t,gi[0])}writeFloat64(t,e){Bd[0]=e,this.writeInt32(t,gi[_o?0:1]),this.writeInt32(t+4,gi[_o?1:0])}getBufferIdentifier(){if(this.bytes_.length<this.position_+4+4)throw new Error("FlatBuffers: ByteBuffer is too short to contain an identifier.");let t="";for(let e=0;e<4;e++)t+=String.fromCharCode(this.readInt8(this.position_+4+e));return t}__offset(t,e){let i=t-this.readInt32(t);return e<this.readInt16(i)?this.readInt16(i+e):0}__union(t,e){return t.bb_pos=e+this.readInt32(e),t.bb=this,t}__string(t,e){t+=this.readInt32(t);let i=this.readInt32(t);t+=4;let n=this.bytes_.subarray(t,t+i);return e===oc.UTF8_BYTES?n:this.text_decoder_.decode(n)}__union_with_string(t,e){return typeof t=="string"?this.__string(e):this.__union(t,e)}__indirect(t){return t+this.readInt32(t)}__vector(t){return t+this.readInt32(t)+4}__vector_len(t){return this.readInt32(t+this.readInt32(t))}__has_identifier(t){if(t.length!=4)throw new Error("FlatBuffers: file identifier must be length "+4);for(let e=0;e<4;e++)if(t.charCodeAt(e)!=this.readInt8(this.position()+4+e))return!1;return!0}createScalarList(t,e){let i=[];for(let n=0;n<e;++n){let s=t(n);s!==null&&i.push(s)}return i}createObjList(t,e){let i=[];for(let n=0;n<e;++n){let s=t(n);s!==null&&i.push(s.unpack())}return i}};var vs=class r{constructor(t){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,this.string_maps=null,this.text_encoder=new TextEncoder;let e;t?e=t:e=1024,this.bb=$e.allocate(e),this.space=e}clear(){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,this.string_maps=null}forceDefaults(t){this.force_defaults=t}dataBuffer(){return this.bb}asUint8Array(){return this.bb.bytes().subarray(this.bb.position(),this.bb.position()+this.offset())}prep(t,e){t>this.minalign&&(this.minalign=t);let i=~(this.bb.capacity()-this.space+e)+1&t-1;for(;this.space<i+t+e;){let n=this.bb.capacity();this.bb=r.growByteBuffer(this.bb),this.space+=this.bb.capacity()-n}this.pad(i)}pad(t){for(let e=0;e<t;e++)this.bb.writeInt8(--this.space,0)}writeInt8(t){this.bb.writeInt8(this.space-=1,t)}writeInt16(t){this.bb.writeInt16(this.space-=2,t)}writeInt32(t){this.bb.writeInt32(this.space-=4,t)}writeInt64(t){this.bb.writeInt64(this.space-=8,t)}writeFloat32(t){this.bb.writeFloat32(this.space-=4,t)}writeFloat64(t){this.bb.writeFloat64(this.space-=8,t)}addInt8(t){this.prep(1,0),this.writeInt8(t)}addInt16(t){this.prep(2,0),this.writeInt16(t)}addInt32(t){this.prep(4,0),this.writeInt32(t)}addInt64(t){this.prep(8,0),this.writeInt64(t)}addFloat32(t){this.prep(4,0),this.writeFloat32(t)}addFloat64(t){this.prep(8,0),this.writeFloat64(t)}addFieldInt8(t,e,i){(this.force_defaults||e!=i)&&(this.addInt8(e),this.slot(t))}addFieldInt16(t,e,i){(this.force_defaults||e!=i)&&(this.addInt16(e),this.slot(t))}addFieldInt32(t,e,i){(this.force_defaults||e!=i)&&(this.addInt32(e),this.slot(t))}addFieldInt64(t,e,i){(this.force_defaults||e!==i)&&(this.addInt64(e),this.slot(t))}addFieldFloat32(t,e,i){(this.force_defaults||e!=i)&&(this.addFloat32(e),this.slot(t))}addFieldFloat64(t,e,i){(this.force_defaults||e!=i)&&(this.addFloat64(e),this.slot(t))}addFieldOffset(t,e,i){(this.force_defaults||e!=i)&&(this.addOffset(e),this.slot(t))}addFieldStruct(t,e,i){e!=i&&(this.nested(e),this.slot(t))}nested(t){if(t!=this.offset())throw new TypeError("FlatBuffers: struct must be serialized inline.")}notNested(){if(this.isNested)throw new TypeError("FlatBuffers: object serialization must not be nested.")}slot(t){this.vtable!==null&&(this.vtable[t]=this.offset())}offset(){return this.bb.capacity()-this.space}static growByteBuffer(t){let e=t.capacity();if(e&3221225472)throw new Error("FlatBuffers: cannot grow buffer beyond 2 gigabytes.");let i=e<<1,n=$e.allocate(i);return n.setPosition(i-e),n.bytes().set(t.bytes(),i-e),n}addOffset(t){this.prep(4,0),this.writeInt32(this.offset()-t+4)}startObject(t){this.notNested(),this.vtable==null&&(this.vtable=[]),this.vtable_in_use=t;for(let e=0;e<t;e++)this.vtable[e]=0;this.isNested=!0,this.object_start=this.offset()}endObject(){if(this.vtable==null||!this.isNested)throw new Error("FlatBuffers: endObject called without startObject");this.addInt32(0);let t=this.offset(),e=this.vtable_in_use-1;for(;e>=0&&this.vtable[e]==0;e--);let i=e+1;for(;e>=0;e--)this.addInt16(this.vtable[e]!=0?t-this.vtable[e]:0);let n=2;this.addInt16(t-this.object_start);let s=(i+n)*2;this.addInt16(s);let o=0,a=this.space;t:for(e=0;e<this.vtables.length;e++){let c=this.bb.capacity()-this.vtables[e];if(s==this.bb.readInt16(c)){for(let l=2;l<s;l+=2)if(this.bb.readInt16(a+l)!=this.bb.readInt16(c+l))continue t;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}finish(t,e,i){let n=i?4:0;if(e){let s=e;if(this.prep(this.minalign,8+n),s.length!=4)throw new TypeError("FlatBuffers: file identifier must be length "+4);for(let o=3;o>=0;o--)this.writeInt8(s.charCodeAt(o))}this.prep(this.minalign,4+n),this.addOffset(t),n&&this.addInt32(this.bb.capacity()-this.space),this.bb.setPosition(this.space)}finishSizePrefixed(t,e){this.finish(t,e,!0)}requiredField(t,e){let i=this.bb.capacity()-t,n=i-this.bb.readInt32(i);if(!(e<this.bb.readInt16(n)&&this.bb.readInt16(n+e)!=0))throw new TypeError("FlatBuffers: field "+e+" must be set")}startVector(t,e,i){this.notNested(),this.vector_num_elems=e,this.prep(4,t*e),this.prep(i,t*e)}endVector(){return this.writeInt32(this.vector_num_elems),this.offset()}createSharedString(t){if(!t)return 0;if(this.string_maps||(this.string_maps=new Map),this.string_maps.has(t))return this.string_maps.get(t);let e=this.createString(t);return this.string_maps.set(t,e),e}createString(t){if(t==null)return 0;let e;t instanceof Uint8Array?e=t:e=this.text_encoder.encode(t),this.addInt8(0),this.startVector(1,e.length,1),this.bb.setPosition(this.space-=e.length);for(let i=0,n=this.space,s=this.bb.bytes();i<e.length;i++)s[n++]=e[i];return this.endVector()}createObjectOffset(t){return t===null?0:typeof t=="string"?this.createString(t):t.pack(this)}createObjectOffsetList(t){let e=[];for(let i=0;i<t.length;++i){let n=t[i];if(n!==null)e.push(this.createObjectOffset(n));else throw new TypeError("FlatBuffers: Argument for createObjectOffsetList cannot contain null.")}return e}createStructOffsetList(t,e){return e(this,t.length),this.createObjectOffsetList(t.slice().reverse()),this.endVector()}};var Kt=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsKeyValue(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsKeyValue(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}key(t){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.__string(this.bb_pos+e,t):null}value(t){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.__string(this.bb_pos+e,t):null}static startKeyValue(t){t.startObject(2)}static addKey(t,e){t.addFieldOffset(0,e,0)}static addValue(t,e){t.addFieldOffset(1,e,0)}static endKeyValue(t){return t.endObject()}static createKeyValue(t,e,i){return r.startKeyValue(t),r.addKey(t,e),r.addValue(t,i),r.endKeyValue(t)}};var Fn;(function(r){r[r.V1=0]="V1",r[r.V2=1]="V2",r[r.V3=2]="V3",r[r.V4=3]="V4",r[r.V5=4]="V5"})(Fn||(Fn={}));var Nn;(function(r){r[r.Little=0]="Little",r[r.Big=1]="Big"})(Nn||(Nn={}));var ac;(function(r){r[r.DenseArray=0]="DenseArray"})(ac||(ac={}));var Vr=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsInt(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsInt(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}bitWidth(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt32(this.bb_pos+t):0}isSigned(){let t=this.bb.__offset(this.bb_pos,6);return t?!!this.bb.readInt8(this.bb_pos+t):!1}static startInt(t){t.startObject(2)}static addBitWidth(t,e){t.addFieldInt32(0,e,0)}static addIsSigned(t,e){t.addFieldInt8(1,+e,0)}static endInt(t){return t.endObject()}static createInt(t,e,i){return r.startInt(t),r.addBitWidth(t,e),r.addIsSigned(t,i),r.endInt(t)}};var bi=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsDictionaryEncoding(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsDictionaryEncoding(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}id(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt64(this.bb_pos+t):BigInt("0")}indexType(t){let e=this.bb.__offset(this.bb_pos,6);return e?(t||new Vr).__init(this.bb.__indirect(this.bb_pos+e),this.bb):null}isOrdered(){let t=this.bb.__offset(this.bb_pos,8);return t?!!this.bb.readInt8(this.bb_pos+t):!1}dictionaryKind(){let t=this.bb.__offset(this.bb_pos,10);return t?this.bb.readInt16(this.bb_pos+t):ac.DenseArray}static startDictionaryEncoding(t){t.startObject(4)}static addId(t,e){t.addFieldInt64(0,e,BigInt("0"))}static addIndexType(t,e){t.addFieldOffset(1,e,0)}static addIsOrdered(t,e){t.addFieldInt8(2,+e,0)}static addDictionaryKind(t,e){t.addFieldInt16(3,e,ac.DenseArray)}static endDictionaryEncoding(t){return t.endObject()}};var cc=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsBinary(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsBinary(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static startBinary(t){t.startObject(0)}static endBinary(t){return t.endObject()}static createBinary(t){return r.startBinary(t),r.endBinary(t)}};var lc=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsBool(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsBool(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static startBool(t){t.startObject(0)}static endBool(t){return t.endObject()}static createBool(t){return r.startBool(t),r.endBool(t)}};var uc;(function(r){r[r.DAY=0]="DAY",r[r.MILLISECOND=1]="MILLISECOND"})(uc||(uc={}));var Mn=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsDate(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsDate(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}unit(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt16(this.bb_pos+t):uc.MILLISECOND}static startDate(t){t.startObject(1)}static addUnit(t,e){t.addFieldInt16(0,e,uc.MILLISECOND)}static endDate(t){return t.endObject()}static createDate(t,e){return r.startDate(t),r.addUnit(t,e),r.endDate(t)}};var _i=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsDecimal(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsDecimal(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}precision(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt32(this.bb_pos+t):0}scale(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.readInt32(this.bb_pos+t):0}bitWidth(){let t=this.bb.__offset(this.bb_pos,8);return t?this.bb.readInt32(this.bb_pos+t):128}static startDecimal(t){t.startObject(3)}static addPrecision(t,e){t.addFieldInt32(0,e,0)}static addScale(t,e){t.addFieldInt32(1,e,0)}static addBitWidth(t,e){t.addFieldInt32(2,e,128)}static endDecimal(t){return t.endObject()}static createDecimal(t,e,i,n){return r.startDecimal(t),r.addPrecision(t,e),r.addScale(t,i),r.addBitWidth(t,n),r.endDecimal(t)}};var Pr;(function(r){r[r.SECOND=0]="SECOND",r[r.MILLISECOND=1]="MILLISECOND",r[r.MICROSECOND=2]="MICROSECOND",r[r.NANOSECOND=3]="NANOSECOND"})(Pr||(Pr={}));var Ln=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsDuration(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsDuration(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}unit(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt16(this.bb_pos+t):Pr.MILLISECOND}static startDuration(t){t.startObject(1)}static addUnit(t,e){t.addFieldInt16(0,e,Pr.MILLISECOND)}static endDuration(t){return t.endObject()}static createDuration(t,e){return r.startDuration(t),r.addUnit(t,e),r.endDuration(t)}};var Rn=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsFixedSizeBinary(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsFixedSizeBinary(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}byteWidth(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt32(this.bb_pos+t):0}static startFixedSizeBinary(t){t.startObject(1)}static addByteWidth(t,e){t.addFieldInt32(0,e,0)}static endFixedSizeBinary(t){return t.endObject()}static createFixedSizeBinary(t,e){return r.startFixedSizeBinary(t),r.addByteWidth(t,e),r.endFixedSizeBinary(t)}};var Un=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsFixedSizeList(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsFixedSizeList(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}listSize(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt32(this.bb_pos+t):0}static startFixedSizeList(t){t.startObject(1)}static addListSize(t,e){t.addFieldInt32(0,e,0)}static endFixedSizeList(t){return t.endObject()}static createFixedSizeList(t,e){return r.startFixedSizeList(t),r.addListSize(t,e),r.endFixedSizeList(t)}};var dc;(function(r){r[r.HALF=0]="HALF",r[r.SINGLE=1]="SINGLE",r[r.DOUBLE=2]="DOUBLE"})(dc||(dc={}));var Cn=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsFloatingPoint(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsFloatingPoint(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}precision(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt16(this.bb_pos+t):dc.HALF}static startFloatingPoint(t){t.startObject(1)}static addPrecision(t,e){t.addFieldInt16(0,e,dc.HALF)}static endFloatingPoint(t){return t.endObject()}static createFloatingPoint(t,e){return r.startFloatingPoint(t),r.addPrecision(t,e),r.endFloatingPoint(t)}};var hc;(function(r){r[r.YEAR_MONTH=0]="YEAR_MONTH",r[r.DAY_TIME=1]="DAY_TIME",r[r.MONTH_DAY_NANO=2]="MONTH_DAY_NANO"})(hc||(hc={}));var kn=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsInterval(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsInterval(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}unit(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt16(this.bb_pos+t):hc.YEAR_MONTH}static startInterval(t){t.startObject(1)}static addUnit(t,e){t.addFieldInt16(0,e,hc.YEAR_MONTH)}static endInterval(t){return t.endObject()}static createInterval(t,e){return r.startInterval(t),r.addUnit(t,e),r.endInterval(t)}};var fc=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsList(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsList(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static startList(t){t.startObject(0)}static endList(t){return t.endObject()}static createList(t){return r.startList(t),r.endList(t)}};var Vn=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsMap(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsMap(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}keysSorted(){let t=this.bb.__offset(this.bb_pos,4);return t?!!this.bb.readInt8(this.bb_pos+t):!1}static startMap(t){t.startObject(1)}static addKeysSorted(t,e){t.addFieldInt8(0,+e,0)}static endMap(t){return t.endObject()}static createMap(t,e){return r.startMap(t),r.addKeysSorted(t,e),r.endMap(t)}};var pc=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsNull(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsNull(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static startNull(t){t.startObject(0)}static endNull(t){return t.endObject()}static createNull(t){return r.startNull(t),r.endNull(t)}};var mc=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsStruct_(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsStruct_(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static startStruct_(t){t.startObject(0)}static endStruct_(t){return t.endObject()}static createStruct_(t){return r.startStruct_(t),r.endStruct_(t)}};var Xi=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsTime(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsTime(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}unit(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt16(this.bb_pos+t):Pr.MILLISECOND}bitWidth(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.readInt32(this.bb_pos+t):32}static startTime(t){t.startObject(2)}static addUnit(t,e){t.addFieldInt16(0,e,Pr.MILLISECOND)}static addBitWidth(t,e){t.addFieldInt32(1,e,32)}static endTime(t){return t.endObject()}static createTime(t,e,i){return r.startTime(t),r.addUnit(t,e),r.addBitWidth(t,i),r.endTime(t)}};var Zi=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsTimestamp(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsTimestamp(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}unit(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt16(this.bb_pos+t):Pr.SECOND}timezone(t){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.__string(this.bb_pos+e,t):null}static startTimestamp(t){t.startObject(2)}static addUnit(t,e){t.addFieldInt16(0,e,Pr.SECOND)}static addTimezone(t,e){t.addFieldOffset(1,e,0)}static endTimestamp(t){return t.endObject()}static createTimestamp(t,e,i){return r.startTimestamp(t),r.addUnit(t,e),r.addTimezone(t,i),r.endTimestamp(t)}};var yc;(function(r){r[r.Sparse=0]="Sparse",r[r.Dense=1]="Dense"})(yc||(yc={}));var jr=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsUnion(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsUnion(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}mode(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt16(this.bb_pos+t):yc.Sparse}typeIds(t){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.readInt32(this.bb.__vector(this.bb_pos+e)+t*4):0}typeIdsLength(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.__vector_len(this.bb_pos+t):0}typeIdsArray(){let t=this.bb.__offset(this.bb_pos,6);return t?new Int32Array(this.bb.bytes().buffer,this.bb.bytes().byteOffset+this.bb.__vector(this.bb_pos+t),this.bb.__vector_len(this.bb_pos+t)):null}static startUnion(t){t.startObject(2)}static addMode(t,e){t.addFieldInt16(0,e,yc.Sparse)}static addTypeIds(t,e){t.addFieldOffset(1,e,0)}static createTypeIdsVector(t,e){t.startVector(4,e.length,4);for(let i=e.length-1;i>=0;i--)t.addInt32(e[i]);return t.endVector()}static startTypeIdsVector(t,e){t.startVector(4,e,4)}static endUnion(t){return t.endObject()}static createUnion(t,e,i){return r.startUnion(t),r.addMode(t,e),r.addTypeIds(t,i),r.endUnion(t)}};var gc=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsUtf8(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsUtf8(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static startUtf8(t){t.startObject(0)}static endUtf8(t){return t.endObject()}static createUtf8(t){return r.startUtf8(t),r.endUtf8(t)}};var Tt;(function(r){r[r.NONE=0]="NONE",r[r.Null=1]="Null",r[r.Int=2]="Int",r[r.FloatingPoint=3]="FloatingPoint",r[r.Binary=4]="Binary",r[r.Utf8=5]="Utf8",r[r.Bool=6]="Bool",r[r.Decimal=7]="Decimal",r[r.Date=8]="Date",r[r.Time=9]="Time",r[r.Timestamp=10]="Timestamp",r[r.Interval=11]="Interval",r[r.List=12]="List",r[r.Struct_=13]="Struct_",r[r.Union=14]="Union",r[r.FixedSizeBinary=15]="FixedSizeBinary",r[r.FixedSizeList=16]="FixedSizeList",r[r.Map=17]="Map",r[r.Duration=18]="Duration",r[r.LargeBinary=19]="LargeBinary",r[r.LargeUtf8=20]="LargeUtf8",r[r.LargeList=21]="LargeList",r[r.RunEndEncoded=22]="RunEndEncoded"})(Tt||(Tt={}));var ce=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsField(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsField(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}name(t){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.__string(this.bb_pos+e,t):null}nullable(){let t=this.bb.__offset(this.bb_pos,6);return t?!!this.bb.readInt8(this.bb_pos+t):!1}typeType(){let t=this.bb.__offset(this.bb_pos,8);return t?this.bb.readUint8(this.bb_pos+t):Tt.NONE}type(t){let e=this.bb.__offset(this.bb_pos,10);return e?this.bb.__union(t,this.bb_pos+e):null}dictionary(t){let e=this.bb.__offset(this.bb_pos,12);return e?(t||new bi).__init(this.bb.__indirect(this.bb_pos+e),this.bb):null}children(t,e){let i=this.bb.__offset(this.bb_pos,14);return i?(e||new r).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+i)+t*4),this.bb):null}childrenLength(){let t=this.bb.__offset(this.bb_pos,14);return t?this.bb.__vector_len(this.bb_pos+t):0}customMetadata(t,e){let i=this.bb.__offset(this.bb_pos,16);return i?(e||new Kt).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+i)+t*4),this.bb):null}customMetadataLength(){let t=this.bb.__offset(this.bb_pos,16);return t?this.bb.__vector_len(this.bb_pos+t):0}static startField(t){t.startObject(7)}static addName(t,e){t.addFieldOffset(0,e,0)}static addNullable(t,e){t.addFieldInt8(1,+e,0)}static addTypeType(t,e){t.addFieldInt8(2,e,Tt.NONE)}static addType(t,e){t.addFieldOffset(3,e,0)}static addDictionary(t,e){t.addFieldOffset(4,e,0)}static addChildren(t,e){t.addFieldOffset(5,e,0)}static createChildrenVector(t,e){t.startVector(4,e.length,4);for(let i=e.length-1;i>=0;i--)t.addOffset(e[i]);return t.endVector()}static startChildrenVector(t,e){t.startVector(4,e,4)}static addCustomMetadata(t,e){t.addFieldOffset(6,e,0)}static createCustomMetadataVector(t,e){t.startVector(4,e.length,4);for(let i=e.length-1;i>=0;i--)t.addOffset(e[i]);return t.endVector()}static startCustomMetadataVector(t,e){t.startVector(4,e,4)}static endField(t){return t.endObject()}};var Ae=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsSchema(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsSchema(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}endianness(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt16(this.bb_pos+t):Nn.Little}fields(t,e){let i=this.bb.__offset(this.bb_pos,6);return i?(e||new ce).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+i)+t*4),this.bb):null}fieldsLength(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.__vector_len(this.bb_pos+t):0}customMetadata(t,e){let i=this.bb.__offset(this.bb_pos,8);return i?(e||new Kt).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+i)+t*4),this.bb):null}customMetadataLength(){let t=this.bb.__offset(this.bb_pos,8);return t?this.bb.__vector_len(this.bb_pos+t):0}features(t){let e=this.bb.__offset(this.bb_pos,10);return e?this.bb.readInt64(this.bb.__vector(this.bb_pos+e)+t*8):BigInt(0)}featuresLength(){let t=this.bb.__offset(this.bb_pos,10);return t?this.bb.__vector_len(this.bb_pos+t):0}static startSchema(t){t.startObject(4)}static addEndianness(t,e){t.addFieldInt16(0,e,Nn.Little)}static addFields(t,e){t.addFieldOffset(1,e,0)}static createFieldsVector(t,e){t.startVector(4,e.length,4);for(let i=e.length-1;i>=0;i--)t.addOffset(e[i]);return t.endVector()}static startFieldsVector(t,e){t.startVector(4,e,4)}static addCustomMetadata(t,e){t.addFieldOffset(2,e,0)}static createCustomMetadataVector(t,e){t.startVector(4,e.length,4);for(let i=e.length-1;i>=0;i--)t.addOffset(e[i]);return t.endVector()}static startCustomMetadataVector(t,e){t.startVector(4,e,4)}static addFeatures(t,e){t.addFieldOffset(3,e,0)}static createFeaturesVector(t,e){t.startVector(8,e.length,8);for(let i=e.length-1;i>=0;i--)t.addInt64(e[i]);return t.endVector()}static startFeaturesVector(t,e){t.startVector(8,e,8)}static endSchema(t){return t.endObject()}static finishSchemaBuffer(t,e){t.finish(e)}static finishSizePrefixedSchemaBuffer(t,e){t.finish(e,void 0,!0)}static createSchema(t,e,i,n,s){return r.startSchema(t),r.addEndianness(t,e),r.addFields(t,i),r.addCustomMetadata(t,n),r.addFeatures(t,s),r.endSchema(t)}};var qe=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsFooter(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsFooter(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}version(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt16(this.bb_pos+t):Fn.V1}schema(t){let e=this.bb.__offset(this.bb_pos,6);return e?(t||new Ae).__init(this.bb.__indirect(this.bb_pos+e),this.bb):null}dictionaries(t,e){let i=this.bb.__offset(this.bb_pos,8);return i?(e||new Is).__init(this.bb.__vector(this.bb_pos+i)+t*24,this.bb):null}dictionariesLength(){let t=this.bb.__offset(this.bb_pos,8);return t?this.bb.__vector_len(this.bb_pos+t):0}recordBatches(t,e){let i=this.bb.__offset(this.bb_pos,10);return i?(e||new Is).__init(this.bb.__vector(this.bb_pos+i)+t*24,this.bb):null}recordBatchesLength(){let t=this.bb.__offset(this.bb_pos,10);return t?this.bb.__vector_len(this.bb_pos+t):0}customMetadata(t,e){let i=this.bb.__offset(this.bb_pos,12);return i?(e||new Kt).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+i)+t*4),this.bb):null}customMetadataLength(){let t=this.bb.__offset(this.bb_pos,12);return t?this.bb.__vector_len(this.bb_pos+t):0}static startFooter(t){t.startObject(5)}static addVersion(t,e){t.addFieldInt16(0,e,Fn.V1)}static addSchema(t,e){t.addFieldOffset(1,e,0)}static addDictionaries(t,e){t.addFieldOffset(2,e,0)}static startDictionariesVector(t,e){t.startVector(24,e,8)}static addRecordBatches(t,e){t.addFieldOffset(3,e,0)}static startRecordBatchesVector(t,e){t.startVector(24,e,8)}static addCustomMetadata(t,e){t.addFieldOffset(4,e,0)}static createCustomMetadataVector(t,e){t.startVector(4,e.length,4);for(let i=e.length-1;i>=0;i--)t.addOffset(e[i]);return t.endVector()}static startCustomMetadataVector(t,e){t.startVector(4,e,4)}static endFooter(t){return t.endObject()}static finishFooterBuffer(t,e){t.finish(e)}static finishSizePrefixedFooterBuffer(t,e){t.finish(e,void 0,!0)}};var ft=class r{constructor(t=[],e,i,n=Nt.V5){this.fields=t||[],this.metadata=e||new Map,i||(i=pp(t)),this.dictionaries=i,this.metadataVersion=n}get[Symbol.toStringTag](){return"Schema"}get names(){return this.fields.map(t=>t.name)}toString(){return`Schema<{ ${this.fields.map((t,e)=>`${e}: ${t}`).join(", ")} }>`}select(t){let e=new Set(t),i=this.fields.filter(n=>e.has(n.name));return new r(i,this.metadata)}selectAt(t){let e=t.map(i=>this.fields[i]).filter(Boolean);return new r(e,this.metadata)}assign(...t){let e=t[0]instanceof r?t[0]:Array.isArray(t[0])?new r(t[0]):new r(t),i=[...this.fields],n=Td(Td(new Map,this.metadata),e.metadata),s=e.fields.filter(a=>{let c=i.findIndex(l=>l.name===a.name);return~c?(i[c]=a.clone({metadata:Td(Td(new Map,i[c].metadata),a.metadata)}))&&!1:!0}),o=pp(s,new Map);return new r([...i,...s],n,new Map([...this.dictionaries,...o]))}};ft.prototype.fields=null;ft.prototype.metadata=null;ft.prototype.dictionaries=null;var Z=class r{static new(...t){let[e,i,n,s]=t;return t[0]&&typeof t[0]=="object"&&({name:e}=t[0],i===void 0&&(i=t[0].type),n===void 0&&(n=t[0].nullable),s===void 0&&(s=t[0].metadata)),new r(`${e}`,i,n,s)}constructor(t,e,i=!1,n){this.name=t,this.type=e,this.nullable=i,this.metadata=n||new Map}get typeId(){return this.type.typeId}get[Symbol.toStringTag](){return"Field"}toString(){return`${this.name}: ${this.type}`}clone(...t){let[e,i,n,s]=t;return!t[0]||typeof t[0]!="object"?[e=this.name,i=this.type,n=this.nullable,s=this.metadata]=t:{name:e=this.name,type:i=this.type,nullable:n=this.nullable,metadata:s=this.metadata}=t[0],r.new(e,i,n,s)}};Z.prototype.type=null;Z.prototype.name=null;Z.prototype.nullable=null;Z.prototype.metadata=null;function Td(r,t){return new Map([...r||new Map,...t||new Map])}function pp(r,t=new Map){for(let e=-1,i=r.length;++e<i;){let s=r[e].type;if(I.isDictionary(s)){if(!t.has(s.id))t.set(s.id,s.dictionary);else if(t.get(s.id)!==s.dictionary)throw new Error("Cannot create Schema containing two different dictionaries with the same Id")}s.children&&s.children.length>0&&pp(s.children,t)}return t}var UB=vs,CB=$e,tn=class{static decode(t){t=new CB(Y(t));let e=qe.getRootAsFooter(t),i=ft.decode(e.schema(),new Map,e.version());return new mp(i,e)}static encode(t){let e=new UB,i=ft.encode(e,t.schema);qe.startRecordBatchesVector(e,t.numRecordBatches);for(let o of[...t.recordBatches()].slice().reverse())en.encode(e,o);let n=e.endVector();qe.startDictionariesVector(e,t.numDictionaries);for(let o of[...t.dictionaryBatches()].slice().reverse())en.encode(e,o);let s=e.endVector();return qe.startFooter(e),qe.addSchema(e,i),qe.addVersion(e,Nt.V5),qe.addRecordBatches(e,n),qe.addDictionaries(e,s),qe.finishFooterBuffer(e,qe.endFooter(e)),e.asUint8Array()}get numRecordBatches(){return this._recordBatches.length}get numDictionaries(){return this._dictionaryBatches.length}constructor(t,e=Nt.V5,i,n){this.schema=t,this.version=e,i&&(this._recordBatches=i),n&&(this._dictionaryBatches=n)}*recordBatches(){for(let t,e=-1,i=this.numRecordBatches;++e<i;)(t=this.getRecordBatch(e))&&(yield t)}*dictionaryBatches(){for(let t,e=-1,i=this.numDictionaries;++e<i;)(t=this.getDictionaryBatch(e))&&(yield t)}getRecordBatch(t){return t>=0&&t<this.numRecordBatches&&this._recordBatches[t]||null}getDictionaryBatch(t){return t>=0&&t<this.numDictionaries&&this._dictionaryBatches[t]||null}};var mp=class extends tn{get numRecordBatches(){return this._footer.recordBatchesLength()}get numDictionaries(){return this._footer.dictionariesLength()}constructor(t,e){super(t,e.version()),this._footer=e}getRecordBatch(t){if(t>=0&&t<this.numRecordBatches){let e=this._footer.recordBatches(t);if(e)return en.decode(e)}return null}getDictionaryBatch(t){if(t>=0&&t<this.numDictionaries){let e=this._footer.dictionaries(t);if(e)return en.decode(e)}return null}},en=class r{static decode(t){return new r(t.metaDataLength(),t.bodyLength(),t.offset())}static encode(t,e){let{metaDataLength:i}=e,n=BigInt(e.offset),s=BigInt(e.bodyLength);return Is.createBlock(t,n,i,s)}constructor(t,e,i){this.metaDataLength=t,this.offset=xe(i),this.bodyLength=xe(e)}};var At=Object.freeze({done:!0,value:void 0}),bc=class{constructor(t){this._json=t}get schema(){return this._json.schema}get batches(){return this._json.batches||[]}get dictionaries(){return this._json.dictionaries||[]}},Ss=class{tee(){return this._getDOMStream().tee()}pipe(t,e){return this._getNodeStream().pipe(t,e)}pipeTo(t,e){return this._getDOMStream().pipeTo(t,e)}pipeThrough(t,e){return this._getDOMStream().pipeThrough(t,e)}_getDOMStream(){return this._DOMStream||(this._DOMStream=this.toDOMStream())}_getNodeStream(){return this._nodeStream||(this._nodeStream=this.toNodeStream())}},Ad=class extends Ss{constructor(){super(),this._values=[],this.resolvers=[],this._closedPromise=new Promise(t=>this._closedPromiseResolve=t)}get closed(){return this._closedPromise}cancel(t){return p(this,void 0,void 0,function*(){yield this.return(t)})}write(t){this._ensureOpen()&&(this.resolvers.length<=0?this._values.push(t):this.resolvers.shift().resolve({done:!1,value:t}))}abort(t){this._closedPromiseResolve&&(this.resolvers.length<=0?this._error={error:t}:this.resolvers.shift().reject({done:!0,value:t}))}close(){if(this._closedPromiseResolve){let{resolvers:t}=this;for(;t.length>0;)t.shift().resolve(At);this._closedPromiseResolve(),this._closedPromiseResolve=void 0}}[Symbol.asyncIterator](){return this}toDOMStream(t){return ee.toDOMStream(this._closedPromiseResolve||this._error?this:this._values,t)}toNodeStream(t){return ee.toNodeStream(this._closedPromiseResolve||this._error?this:this._values,t)}throw(t){return p(this,void 0,void 0,function*(){return yield this.abort(t),At})}return(t){return p(this,void 0,void 0,function*(){return yield this.close(),At})}read(t){return p(this,void 0,void 0,function*(){return(yield this.next(t,"read")).value})}peek(t){return p(this,void 0,void 0,function*(){return(yield this.next(t,"peek")).value})}next(...t){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((e,i)=>{this.resolvers.push({resolve:e,reject:i})}):Promise.resolve(At)}_ensureOpen(){if(this._closedPromiseResolve)return!0;throw new Error("AsyncQueue is closed")}};var wi=class extends Ad{write(t){if((t=Y(t)).byteLength>0)return super.write(t)}toString(t=!1){return t?Qa(this.toUint8Array(!0)):this.toUint8Array(!1).then(Qa)}toUint8Array(t=!1){return t?Ve(this._values)[0]:p(this,void 0,void 0,function*(){var e,i,n,s;let o=[],a=0;try{for(var c=!0,l=Rt(this),u;u=yield l.next(),e=u.done,!e;c=!0){s=u.value,c=!1;let f=s;o.push(f),a+=f.byteLength}}catch(f){i={error:f}}finally{try{!c&&!e&&(n=l.return)&&(yield n.call(l))}finally{if(i)throw i.error}}return Ve(o,a)[0]})}},Ii=class{constructor(t){t&&(this.source=new yp(ee.fromIterable(t)))}[Symbol.iterator](){return this}next(t){return this.source.next(t)}throw(t){return this.source.throw(t)}return(t){return this.source.return(t)}peek(t){return this.source.peek(t)}read(t){return this.source.read(t)}},lr=class r{constructor(t){t instanceof r?this.source=t.source:t instanceof wi?this.source=new rn(ee.fromAsyncIterable(t)):ku(t)?this.source=new rn(ee.fromNodeStream(t)):Xa(t)?this.source=new rn(ee.fromDOMStream(t)):Uu(t)?this.source=new rn(ee.fromDOMStream(t.body)):Dr(t)?this.source=new rn(ee.fromIterable(t)):Ar(t)?this.source=new rn(ee.fromAsyncIterable(t)):sr(t)&&(this.source=new rn(ee.fromAsyncIterable(t)))}[Symbol.asyncIterator](){return this}next(t){return this.source.next(t)}throw(t){return this.source.throw(t)}return(t){return this.source.return(t)}get closed(){return this.source.closed}cancel(t){return this.source.cancel(t)}peek(t){return this.source.peek(t)}read(t){return this.source.read(t)}},yp=class{constructor(t){this.source=t}cancel(t){this.return(t)}peek(t){return this.next(t,"peek").value}read(t){return this.next(t,"read").value}next(t,e="read"){return this.source.next({cmd:e,size:t})}throw(t){return Object.create(this.source.throw&&this.source.throw(t)||At)}return(t){return Object.create(this.source.return&&this.source.return(t)||At)}},rn=class{constructor(t){this.source=t,this._closedPromise=new Promise(e=>this._closedPromiseResolve=e)}cancel(t){return p(this,void 0,void 0,function*(){yield this.return(t)})}get closed(){return this._closedPromise}read(t){return p(this,void 0,void 0,function*(){return(yield this.next(t,"read")).value})}peek(t){return p(this,void 0,void 0,function*(){return(yield this.next(t,"peek")).value})}next(t,e="read"){return p(this,void 0,void 0,function*(){return yield this.source.next({cmd:e,size:t})})}throw(t){return p(this,void 0,void 0,function*(){let e=this.source.throw&&(yield this.source.throw(t))||At;return this._closedPromiseResolve&&this._closedPromiseResolve(),this._closedPromiseResolve=void 0,Object.create(e)})}return(t){return p(this,void 0,void 0,function*(){let e=this.source.return&&(yield this.source.return(t))||At;return this._closedPromiseResolve&&this._closedPromiseResolve(),this._closedPromiseResolve=void 0,Object.create(e)})}};var _c=class extends Ii{constructor(t,e){super(),this.position=0,this.buffer=Y(t),this.size=e===void 0?this.buffer.byteLength:e}readInt32(t){let{buffer:e,byteOffset:i}=this.readAt(t,4);return new DataView(e,i).getInt32(0,!0)}seek(t){return this.position=Math.min(t,this.size),t<this.size}read(t){let{buffer:e,size:i,position:n}=this;return e&&n<i?(typeof t!="number"&&(t=Number.POSITIVE_INFINITY),this.position=Math.min(i,n+Math.min(i-n,t)),e.subarray(n,this.position)):null}readAt(t,e){let i=this.buffer,n=Math.min(this.size,t+e);return i?i.subarray(t,n):new Uint8Array(e)}close(){this.buffer&&(this.buffer=null)}throw(t){return this.close(),{done:!0,value:t}}return(t){return this.close(),{done:!0,value:t}}},Pn=class extends lr{constructor(t,e){super(),this.position=0,this._handle=t,typeof e=="number"?this.size=e:this._pending=p(this,void 0,void 0,function*(){this.size=(yield t.stat()).size,delete this._pending})}readInt32(t){return p(this,void 0,void 0,function*(){let{buffer:e,byteOffset:i}=yield this.readAt(t,4);return new DataView(e,i).getInt32(0,!0)})}seek(t){return p(this,void 0,void 0,function*(){return this._pending&&(yield this._pending),this.position=Math.min(t,this.size),t<this.size})}read(t){return p(this,void 0,void 0,function*(){this._pending&&(yield this._pending);let{_handle:e,size:i,position:n}=this;if(e&&n<i){typeof t!="number"&&(t=Number.POSITIVE_INFINITY);let s=n,o=0,a=0,c=Math.min(i,s+Math.min(i-s,t)),l=new Uint8Array(Math.max(0,(this.position=c)-s));for(;(s+=a)<c&&(o+=a)<l.byteLength;)({bytesRead:a}=yield e.read(l,o,l.byteLength-o,s));return l}return null})}readAt(t,e){return p(this,void 0,void 0,function*(){this._pending&&(yield this._pending);let{_handle:i,size:n}=this;if(i&&t+e<n){let s=Math.min(n,t+e),o=new Uint8Array(s-t);return(yield i.read(o,0,e,t)).buffer}return new Uint8Array(e)})}close(){return p(this,void 0,void 0,function*(){let t=this._handle;this._handle=null,t&&(yield t.close())})}throw(t){return p(this,void 0,void 0,function*(){return yield this.close(),{done:!0,value:t}})}return(t){return p(this,void 0,void 0,function*(){return yield this.close(),{done:!0,value:t}})}};var bp={};ge(bp,{BaseInt64:()=>wc,Int128:()=>Ic,Int64:()=>nn,Uint64:()=>Lt});function wo(r){return r<0&&(r=4294967295+r+1),`0x${r.toString(16)}`}var Io=8,gp=[1,10,100,1e3,1e4,1e5,1e6,1e7,1e8],wc=class{constructor(t){this.buffer=t}high(){return this.buffer[1]}low(){return this.buffer[0]}_times(t){let e=new Uint32Array([this.buffer[1]>>>16,this.buffer[1]&65535,this.buffer[0]>>>16,this.buffer[0]&65535]),i=new Uint32Array([t.buffer[1]>>>16,t.buffer[1]&65535,t.buffer[0]>>>16,t.buffer[0]&65535]),n=e[3]*i[3];this.buffer[0]=n&65535;let s=n>>>16;return n=e[2]*i[3],s+=n,n=e[3]*i[2]>>>0,s+=n,this.buffer[0]+=s<<16,this.buffer[1]=s>>>0<n?65536:0,this.buffer[1]+=s>>>16,this.buffer[1]+=e[1]*i[3]+e[2]*i[2]+e[3]*i[1],this.buffer[1]+=e[0]*i[3]+e[1]*i[2]+e[2]*i[1]+e[3]*i[0]<<16,this}_plus(t){let e=this.buffer[0]+t.buffer[0]>>>0;this.buffer[1]+=t.buffer[1],e<this.buffer[0]>>>0&&++this.buffer[1],this.buffer[0]=e}lessThan(t){return this.buffer[1]<t.buffer[1]||this.buffer[1]===t.buffer[1]&&this.buffer[0]<t.buffer[0]}equals(t){return this.buffer[1]===t.buffer[1]&&this.buffer[0]==t.buffer[0]}greaterThan(t){return t.lessThan(this)}hex(){return`${wo(this.buffer[1])} ${wo(this.buffer[0])}`}},Lt=class r extends wc{times(t){return this._times(t),this}plus(t){return this._plus(t),this}static from(t,e=new Uint32Array(2)){return r.fromString(typeof t=="string"?t:t.toString(),e)}static fromNumber(t,e=new Uint32Array(2)){return r.fromString(t.toString(),e)}static fromString(t,e=new Uint32Array(2)){let i=t.length,n=new r(e);for(let s=0;s<i;){let o=Io<i-s?Io:i-s,a=new r(new Uint32Array([Number.parseInt(t.slice(s,s+o),10),0])),c=new r(new Uint32Array([gp[o],0]));n.times(c),n.plus(a),s+=o}return n}static convertArray(t){let e=new Uint32Array(t.length*2);for(let i=-1,n=t.length;++i<n;)r.from(t[i],new Uint32Array(e.buffer,e.byteOffset+2*i*4,2));return e}static multiply(t,e){return new r(new Uint32Array(t.buffer)).times(e)}static add(t,e){return new r(new Uint32Array(t.buffer)).plus(e)}},nn=class r extends wc{negate(){return this.buffer[0]=~this.buffer[0]+1,this.buffer[1]=~this.buffer[1],this.buffer[0]==0&&++this.buffer[1],this}times(t){return this._times(t),this}plus(t){return this._plus(t),this}lessThan(t){let e=this.buffer[1]<<0,i=t.buffer[1]<<0;return e<i||e===i&&this.buffer[0]<t.buffer[0]}static from(t,e=new Uint32Array(2)){return r.fromString(typeof t=="string"?t:t.toString(),e)}static fromNumber(t,e=new Uint32Array(2)){return r.fromString(t.toString(),e)}static fromString(t,e=new Uint32Array(2)){let i=t.startsWith("-"),n=t.length,s=new r(e);for(let o=i?1:0;o<n;){let a=Io<n-o?Io:n-o,c=new r(new Uint32Array([Number.parseInt(t.slice(o,o+a),10),0])),l=new r(new Uint32Array([gp[a],0]));s.times(l),s.plus(c),o+=a}return i?s.negate():s}static convertArray(t){let e=new Uint32Array(t.length*2);for(let i=-1,n=t.length;++i<n;)r.from(t[i],new Uint32Array(e.buffer,e.byteOffset+2*i*4,2));return e}static multiply(t,e){return new r(new Uint32Array(t.buffer)).times(e)}static add(t,e){return new r(new Uint32Array(t.buffer)).plus(e)}},Ic=class r{constructor(t){this.buffer=t}high(){return new nn(new Uint32Array(this.buffer.buffer,this.buffer.byteOffset+8,2))}low(){return new nn(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(t){let e=new Lt(new Uint32Array([this.buffer[3],0])),i=new Lt(new Uint32Array([this.buffer[2],0])),n=new Lt(new Uint32Array([this.buffer[1],0])),s=new Lt(new Uint32Array([this.buffer[0],0])),o=new Lt(new Uint32Array([t.buffer[3],0])),a=new Lt(new Uint32Array([t.buffer[2],0])),c=new Lt(new Uint32Array([t.buffer[1],0])),l=new Lt(new Uint32Array([t.buffer[0],0])),u=Lt.multiply(s,l);this.buffer[0]=u.low();let f=new Lt(new Uint32Array([u.high(),0]));return u=Lt.multiply(n,l),f.plus(u),u=Lt.multiply(s,c),f.plus(u),this.buffer[1]=f.low(),this.buffer[3]=f.lessThan(u)?1:0,this.buffer[2]=f.high(),new Lt(new Uint32Array(this.buffer.buffer,this.buffer.byteOffset+8,2)).plus(Lt.multiply(i,l)).plus(Lt.multiply(n,c)).plus(Lt.multiply(s,a)),this.buffer[3]+=Lt.multiply(e,l).plus(Lt.multiply(i,c)).plus(Lt.multiply(n,a)).plus(Lt.multiply(s,o)).low(),this}plus(t){let e=new Uint32Array(4);return e[3]=this.buffer[3]+t.buffer[3]>>>0,e[2]=this.buffer[2]+t.buffer[2]>>>0,e[1]=this.buffer[1]+t.buffer[1]>>>0,e[0]=this.buffer[0]+t.buffer[0]>>>0,e[0]<this.buffer[0]>>>0&&++e[1],e[1]<this.buffer[1]>>>0&&++e[2],e[2]<this.buffer[2]>>>0&&++e[3],this.buffer[3]=e[3],this.buffer[2]=e[2],this.buffer[1]=e[1],this.buffer[0]=e[0],this}hex(){return`${wo(this.buffer[3])} ${wo(this.buffer[2])} ${wo(this.buffer[1])} ${wo(this.buffer[0])}`}static multiply(t,e){return new r(new Uint32Array(t.buffer)).times(e)}static add(t,e){return new r(new Uint32Array(t.buffer)).plus(e)}static from(t,e=new Uint32Array(4)){return r.fromString(typeof t=="string"?t:t.toString(),e)}static fromNumber(t,e=new Uint32Array(4)){return r.fromString(t.toString(),e)}static fromString(t,e=new Uint32Array(4)){let i=t.startsWith("-"),n=t.length,s=new r(e);for(let o=i?1:0;o<n;){let a=Io<n-o?Io:n-o,c=new r(new Uint32Array([Number.parseInt(t.slice(o,o+a),10),0,0,0])),l=new r(new Uint32Array([gp[a],0,0,0]));s.times(l),s.plus(c),o+=a}return i?s.negate():s}static convertArray(t){let e=new Uint32Array(t.length*4);for(let i=-1,n=t.length;++i<n;)r.from(t[i],new Uint32Array(e.buffer,e.byteOffset+4*4*i,4));return e}};var vc=class extends S{constructor(t,e,i,n,s=Nt.V5){super(),this.nodesIndex=-1,this.buffersIndex=-1,this.bytes=t,this.nodes=e,this.buffers=i,this.dictionaries=n,this.metadataVersion=s}visit(t){return super.visit(t instanceof Z?t.type:t)}visitNull(t,{length:e}=this.nextFieldNode()){return H({type:t,length:e})}visitBool(t,{length:e,nullCount:i}=this.nextFieldNode()){return H({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitInt(t,{length:e,nullCount:i}=this.nextFieldNode()){return H({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitFloat(t,{length:e,nullCount:i}=this.nextFieldNode()){return H({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitUtf8(t,{length:e,nullCount:i}=this.nextFieldNode()){return H({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),valueOffsets:this.readOffsets(t),data:this.readData(t)})}visitBinary(t,{length:e,nullCount:i}=this.nextFieldNode()){return H({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),valueOffsets:this.readOffsets(t),data:this.readData(t)})}visitFixedSizeBinary(t,{length:e,nullCount:i}=this.nextFieldNode()){return H({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitDate(t,{length:e,nullCount:i}=this.nextFieldNode()){return H({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitTimestamp(t,{length:e,nullCount:i}=this.nextFieldNode()){return H({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitTime(t,{length:e,nullCount:i}=this.nextFieldNode()){return H({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitDecimal(t,{length:e,nullCount:i}=this.nextFieldNode()){return H({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitList(t,{length:e,nullCount:i}=this.nextFieldNode()){return H({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),valueOffsets:this.readOffsets(t),child:this.visit(t.children[0])})}visitStruct(t,{length:e,nullCount:i}=this.nextFieldNode()){return H({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),children:this.visitMany(t.children)})}visitUnion(t,{length:e,nullCount:i}=this.nextFieldNode()){return this.metadataVersion<Nt.V5&&this.readNullBitmap(t,i),t.mode===Bt.Sparse?this.visitSparseUnion(t,{length:e,nullCount:i}):this.visitDenseUnion(t,{length:e,nullCount:i})}visitDenseUnion(t,{length:e,nullCount:i}=this.nextFieldNode()){return H({type:t,length:e,nullCount:i,typeIds:this.readTypeIds(t),valueOffsets:this.readOffsets(t),children:this.visitMany(t.children)})}visitSparseUnion(t,{length:e,nullCount:i}=this.nextFieldNode()){return H({type:t,length:e,nullCount:i,typeIds:this.readTypeIds(t),children:this.visitMany(t.children)})}visitDictionary(t,{length:e,nullCount:i}=this.nextFieldNode()){return H({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t.indices),dictionary:this.readDictionary(t)})}visitInterval(t,{length:e,nullCount:i}=this.nextFieldNode()){return H({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitDuration(t,{length:e,nullCount:i}=this.nextFieldNode()){return H({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitFixedSizeList(t,{length:e,nullCount:i}=this.nextFieldNode()){return H({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),child:this.visit(t.children[0])})}visitMap(t,{length:e,nullCount:i}=this.nextFieldNode()){return H({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),valueOffsets:this.readOffsets(t),child:this.visit(t.children[0])})}nextFieldNode(){return this.nodes[++this.nodesIndex]}nextBufferRange(){return this.buffers[++this.buffersIndex]}readNullBitmap(t,e,i=this.nextBufferRange()){return e>0&&this.readData(t,i)||new Uint8Array(0)}readOffsets(t,e){return this.readData(t,e)}readTypeIds(t,e){return this.readData(t,e)}readData(t,{length:e,offset:i}=this.nextBufferRange()){return this.bytes.subarray(i,i+e)}readDictionary(t){return this.dictionaries.get(t.id)}},Dd=class extends vc{constructor(t,e,i,n,s){super(new Uint8Array(0),e,i,n,s),this.sources=t}readNullBitmap(t,e,{offset:i}=this.nextBufferRange()){return e<=0?new Uint8Array(0):_s(this.sources[i])}readOffsets(t,{offset:e}=this.nextBufferRange()){return Q(Uint8Array,Q(Int32Array,this.sources[e]))}readTypeIds(t,{offset:e}=this.nextBufferRange()){return Q(Uint8Array,Q(t.ArrayType,this.sources[e]))}readData(t,{offset:e}=this.nextBufferRange()){let{sources:i}=this;return I.isTimestamp(t)?Q(Uint8Array,nn.convertArray(i[e])):(I.isInt(t)||I.isTime(t))&&t.bitWidth===64||I.isDuration(t)?Q(Uint8Array,nn.convertArray(i[e])):I.isDate(t)&&t.unit===re.MILLISECOND?Q(Uint8Array,nn.convertArray(i[e])):I.isDecimal(t)?Q(Uint8Array,Ic.convertArray(i[e])):I.isBinary(t)||I.isFixedSizeBinary(t)?kB(i[e]):I.isBool(t)?_s(i[e]):I.isUtf8(t)?xn(i[e].join("")):Q(Uint8Array,Q(t.ArrayType,i[e].map(n=>+n)))}};function kB(r){let t=r.join(""),e=new Uint8Array(t.length/2);for(let i=0;i<t.length;i+=2)e[i>>1]=Number.parseInt(t.slice(i,i+2),16);return e}var vo=class extends yi{constructor(t){super(t),this._values=new En(new Uint8Array(0))}get byteLength(){let t=this._pendingLength+this.length*4;return this._offsets&&(t+=this._offsets.byteLength),this._values&&(t+=this._values.byteLength),this._nulls&&(t+=this._nulls.byteLength),t}setValue(t,e){return super.setValue(t,Y(e))}_flushPending(t,e){let i=this._offsets,n=this._values.reserve(e).buffer,s=0;for(let[o,a]of t)if(a===void 0)i.set(o,0);else{let c=a.length;n.set(a,s),i.set(o,c),s+=c}}};var Od=class extends Et{constructor(t){super(t),this._values=new go}setValue(t,e){this._values.set(t,+e)}};var Bs=class extends Wt{};Bs.prototype._setValue=Qf;var Sc=class extends Bs{};Sc.prototype._setValue=Xu;var Bc=class extends Bs{};Bc.prototype._setValue=Zu;var xc=class extends Wt{};xc.prototype._setValue=tp;var Ed=class extends Et{constructor({type:t,nullValues:e,dictionaryHashFunction:i}){super({type:new Pe(t.dictionary,t.indices,t.id,t.isOrdered)}),this._nulls=null,this._dictionaryOffset=0,this._keysToIndices=Object.create(null),this.indices=xs({type:this.type.indices,nullValues:e}),this.dictionary=xs({type:this.type.dictionary,nullValues:null}),typeof i=="function"&&(this.valueToKey=i)}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(t){return this.indices.isValid(t)}setValid(t,e){let i=this.indices;return e=i.setValid(t,e),this.length=i.length,e}setValue(t,e){let i=this._keysToIndices,n=this.valueToKey(e),s=i[n];return s===void 0&&(i[n]=s=this._dictionaryOffset+this.dictionary.append(e).length-1),this.indices.setValue(t,s)}flush(){let t=this.type,e=this._dictionary,i=this.dictionary.toVector(),n=this.indices.flush().clone(t);return n.dictionary=e?e.concat(i):i,this.finished||(this._dictionaryOffset+=i.length),this._dictionary=n.dictionary,this.clear(),n}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(t){return typeof t=="string"?t:`${t}`}};var Tc=class extends Wt{};Tc.prototype._setValue=Jf;var Fd=class extends Et{setValue(t,e){let[i]=this.children,n=t*this.stride;for(let s=-1,o=e.length;++s<o;)i.set(n+s,e[s])}addChild(t,e="0"){if(this.numChildren>0)throw new Error("FixedSizeListBuilder can only have one child.");let i=this.children.push(t);return this.type=new Rr(this.type.listSize,new Z(e,t.type,!0)),i}};var Ts=class extends Wt{setValue(t,e){this._values.set(t,e)}},Nd=class extends Ts{setValue(t,e){super.setValue(t,ec(e))}},Md=class extends Ts{},Ld=class extends Ts{};var As=class extends Wt{};As.prototype._setValue=ep;var Ac=class extends As{};Ac.prototype._setValue=cd;var Dc=class extends As{};Dc.prototype._setValue=ld;var sn=class extends Wt{};sn.prototype._setValue=rp;var Oc=class extends sn{};Oc.prototype._setValue=ud;var Ec=class extends sn{};Ec.prototype._setValue=dd;var Fc=class extends sn{};Fc.prototype._setValue=hd;var Nc=class extends sn{};Nc.prototype._setValue=fd;var ur=class extends Wt{setValue(t,e){this._values.set(t,e)}},Rd=class extends ur{},Ud=class extends ur{},Cd=class extends ur{},kd=class extends ur{},Vd=class extends ur{},Pd=class extends ur{},jd=class extends ur{},zd=class extends ur{};var $d=class extends yi{constructor(t){super(t),this._offsets=new bo}addChild(t,e="0"){if(this.numChildren>0)throw new Error("ListBuilder can only have one child.");return this.children[this.numChildren]=t,this.type=new Mr(new Z(e,t.type,!0)),this.numChildren-1}_flushPending(t){let e=this._offsets,[i]=this.children;for(let[n,s]of t)if(typeof s>"u")e.set(n,0);else{let o=s,a=o.length,c=e.set(n,a).buffer[n];for(let l=-1;++l<a;)i.set(c+l,o[l])}}};var qd=class extends yi{set(t,e){return super.set(t,e)}setValue(t,e){let i=e instanceof Map?e:new Map(Object.entries(e)),n=this._pending||(this._pending=new Map),s=n.get(t);s&&(this._pendingLength-=s.size),this._pendingLength+=i.size,n.set(t,i)}addChild(t,e=`${this.numChildren}`){if(this.numChildren>0)throw new Error("ListBuilder can only have one child.");return this.children[this.numChildren]=t,this.type=new Ur(new Z(e,t.type,!0),this.type.keysSorted),this.numChildren-1}_flushPending(t){let e=this._offsets,[i]=this.children;for(let[n,s]of t)if(s===void 0)e.set(n,0);else{let{[n]:o,[n+1]:a}=e.set(n,s.size).buffer;for(let c of s.entries())if(i.set(o,c),++o>=a)break}}};var Wd=class extends Et{setValue(t,e){}setValid(t,e){return this.length=Math.max(t+1,this.length),e}};var Gd=class extends Et{setValue(t,e){let{children:i,type:n}=this;switch(Array.isArray(e)||e.constructor){case!0:return n.children.forEach((s,o)=>i[o].set(t,e[o]));case Map:return n.children.forEach((s,o)=>i[o].set(t,e.get(s.name)));default:return n.children.forEach((s,o)=>i[o].set(t,e[s.name]))}}setValid(t,e){return super.setValid(t,e)||this.children.forEach(i=>i.setValid(t,e)),e}addChild(t,e=`${this.numChildren}`){let i=this.children.push(t);return this.type=new xt([...this.type.children,new Z(e,t.type,!0)]),i}};var on=class extends Wt{};on.prototype._setValue=Xf;var Mc=class extends on{};Mc.prototype._setValue=td;var Lc=class extends on{};Lc.prototype._setValue=ed;var Rc=class extends on{};Rc.prototype._setValue=rd;var Uc=class extends on{};Uc.prototype._setValue=id;var an=class extends Wt{};an.prototype._setValue=Zf;var Cc=class extends an{};Cc.prototype._setValue=nd;var kc=class extends an{};kc.prototype._setValue=sd;var Vc=class extends an{};Vc.prototype._setValue=od;var Pc=class extends an{};Pc.prototype._setValue=ad;var So=class extends Et{constructor(t){super(t),this._typeIds=new Qi(new Int8Array(0),1),typeof t.valueToChildTypeId=="function"&&(this._valueToChildTypeId=t.valueToChildTypeId)}get typeIdToChildIndex(){return this.type.typeIdToChildIndex}append(t,e){return this.set(this.length,t,e)}set(t,e,i){return i===void 0&&(i=this._valueToChildTypeId(this,e,t)),this.setValue(t,e,i),this}setValue(t,e,i){this._typeIds.set(t,i);let n=this.type.typeIdToChildIndex[i],s=this.children[n];s?.set(t,e)}addChild(t,e=`${this.children.length}`){let i=this.children.push(t),{type:{children:n,mode:s,typeIds:o}}=this,a=[...n,new Z(e,t.type)];return this.type=new Lr(s,[...o,i],a),i}_valueToChildTypeId(t,e,i){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.")}},Yd=class extends So{},Hd=class extends So{constructor(t){super(t),this._offsets=new Qi(new Int32Array(0))}setValue(t,e,i){let n=this._typeIds.set(t,i).buffer[t],s=this.getChildAt(this.type.typeIdToChildIndex[n]),o=this._offsets.set(t,s.length).buffer[t];s?.set(o,e)}};var jc=class extends yi{constructor(t){super(t),this._values=new En(new Uint8Array(0))}get byteLength(){let t=this._pendingLength+this.length*4;return this._offsets&&(t+=this._offsets.byteLength),this._values&&(t+=this._values.byteLength),this._nulls&&(t+=this._nulls.byteLength),t}setValue(t,e){return super.setValue(t,xn(e))}_flushPending(t,e){}};jc.prototype._flushPending=vo.prototype._flushPending;var _p=class extends S{visitNull(){return Wd}visitBool(){return Od}visitInt(){return ur}visitInt8(){return Rd}visitInt16(){return Ud}visitInt32(){return Cd}visitInt64(){return kd}visitUint8(){return Vd}visitUint16(){return Pd}visitUint32(){return jd}visitUint64(){return zd}visitFloat(){return Ts}visitFloat16(){return Nd}visitFloat32(){return Md}visitFloat64(){return Ld}visitUtf8(){return jc}visitBinary(){return vo}visitFixedSizeBinary(){return Tc}visitDate(){return Bs}visitDateDay(){return Sc}visitDateMillisecond(){return Bc}visitTimestamp(){return on}visitTimestampSecond(){return Mc}visitTimestampMillisecond(){return Lc}visitTimestampMicrosecond(){return Rc}visitTimestampNanosecond(){return Uc}visitTime(){return an}visitTimeSecond(){return Cc}visitTimeMillisecond(){return kc}visitTimeMicrosecond(){return Vc}visitTimeNanosecond(){return Pc}visitDecimal(){return xc}visitList(){return $d}visitStruct(){return Gd}visitUnion(){return So}visitDenseUnion(){return Hd}visitSparseUnion(){return Yd}visitDictionary(){return Ed}visitInterval(){return As}visitIntervalDayTime(){return Ac}visitIntervalYearMonth(){return Dc}visitDuration(){return sn}visitDurationSecond(){return Oc}visitDurationMillisecond(){return Ec}visitDurationMicrosecond(){return Fc}visistDurationNanosecond(){return Nc}visitFixedSizeList(){return Fd}visitMap(){return qd}},Ib=new _p;var U=class extends S{compareSchemas(t,e){return t===e||e instanceof t.constructor&&this.compareManyFields(t.fields,e.fields)}compareManyFields(t,e){return t===e||Array.isArray(t)&&Array.isArray(e)&&t.length===e.length&&t.every((i,n)=>this.compareFields(i,e[n]))}compareFields(t,e){return t===e||e instanceof t.constructor&&t.name===e.name&&t.nullable===e.nullable&&this.visit(t.type,e.type)}};function me(r,t){return t instanceof r.constructor}function zc(r,t){return r===t||me(r,t)}function cn(r,t){return r===t||me(r,t)&&r.bitWidth===t.bitWidth&&r.isSigned===t.isSigned}function Kd(r,t){return r===t||me(r,t)&&r.precision===t.precision}function VB(r,t){return r===t||me(r,t)&&r.byteWidth===t.byteWidth}function wp(r,t){return r===t||me(r,t)&&r.unit===t.unit}function $c(r,t){return r===t||me(r,t)&&r.unit===t.unit&&r.timezone===t.timezone}function qc(r,t){return r===t||me(r,t)&&r.unit===t.unit&&r.bitWidth===t.bitWidth}function PB(r,t){return r===t||me(r,t)&&r.children.length===t.children.length&&vi.compareManyFields(r.children,t.children)}function jB(r,t){return r===t||me(r,t)&&r.children.length===t.children.length&&vi.compareManyFields(r.children,t.children)}function Ip(r,t){return r===t||me(r,t)&&r.mode===t.mode&&r.typeIds.every((e,i)=>e===t.typeIds[i])&&vi.compareManyFields(r.children,t.children)}function zB(r,t){return r===t||me(r,t)&&r.id===t.id&&r.isOrdered===t.isOrdered&&vi.visit(r.indices,t.indices)&&vi.visit(r.dictionary,t.dictionary)}function vp(r,t){return r===t||me(r,t)&&r.unit===t.unit}function Wc(r,t){return r===t||me(r,t)&&r.unit===t.unit}function $B(r,t){return r===t||me(r,t)&&r.listSize===t.listSize&&r.children.length===t.children.length&&vi.compareManyFields(r.children,t.children)}function qB(r,t){return r===t||me(r,t)&&r.keysSorted===t.keysSorted&&r.children.length===t.children.length&&vi.compareManyFields(r.children,t.children)}U.prototype.visitNull=zc;U.prototype.visitBool=zc;U.prototype.visitInt=cn;U.prototype.visitInt8=cn;U.prototype.visitInt16=cn;U.prototype.visitInt32=cn;U.prototype.visitInt64=cn;U.prototype.visitUint8=cn;U.prototype.visitUint16=cn;U.prototype.visitUint32=cn;U.prototype.visitUint64=cn;U.prototype.visitFloat=Kd;U.prototype.visitFloat16=Kd;U.prototype.visitFloat32=Kd;U.prototype.visitFloat64=Kd;U.prototype.visitUtf8=zc;U.prototype.visitBinary=zc;U.prototype.visitFixedSizeBinary=VB;U.prototype.visitDate=wp;U.prototype.visitDateDay=wp;U.prototype.visitDateMillisecond=wp;U.prototype.visitTimestamp=$c;U.prototype.visitTimestampSecond=$c;U.prototype.visitTimestampMillisecond=$c;U.prototype.visitTimestampMicrosecond=$c;U.prototype.visitTimestampNanosecond=$c;U.prototype.visitTime=qc;U.prototype.visitTimeSecond=qc;U.prototype.visitTimeMillisecond=qc;U.prototype.visitTimeMicrosecond=qc;U.prototype.visitTimeNanosecond=qc;U.prototype.visitDecimal=zc;U.prototype.visitList=PB;U.prototype.visitStruct=jB;U.prototype.visitUnion=Ip;U.prototype.visitDenseUnion=Ip;U.prototype.visitSparseUnion=Ip;U.prototype.visitDictionary=zB;U.prototype.visitInterval=vp;U.prototype.visitIntervalDayTime=vp;U.prototype.visitIntervalYearMonth=vp;U.prototype.visitDuration=Wc;U.prototype.visitDurationSecond=Wc;U.prototype.visitDurationMillisecond=Wc;U.prototype.visitDurationMicrosecond=Wc;U.prototype.visitDurationNanosecond=Wc;U.prototype.visitFixedSizeList=$B;U.prototype.visitMap=qB;var vi=new U;function Ds(r,t){return vi.compareSchemas(r,t)}function vb(r,t){return vi.compareFields(r,t)}function Sb(r,t){return vi.visit(r,t)}function xs(r){let t=r.type,e=new(Ib.getVisitFn(t)())(r);if(t.children&&t.children.length>0){let i=r.children||[],n={nullValues:r.nullValues},s=Array.isArray(i)?(o,a)=>i[a]||n:({name:o})=>i[o]||n;for(let[o,a]of t.children.entries()){let{type:c}=a,l=s(a,o);e.children.push(xs(Object.assign(Object.assign({},l),{type:c})))}}return e}function Jd(r,t){return WB(r,t.map(e=>e.data.concat()))}function WB(r,t){let e=[...r.fields],i=[],n={numBatches:t.reduce((f,m)=>Math.max(f,m.length),0)},s=0,o=0,a=-1,c=t.length,l,u=[];for(;n.numBatches-- >0;){for(o=Number.POSITIVE_INFINITY,a=-1;++a<c;)u[a]=l=t[a].shift(),o=Math.min(o,l?l.length:o);Number.isFinite(o)&&(u=GB(e,o,u,t,n),o>0&&(i[s++]=H({type:new xt(e),length:o,nullCount:0,children:u.slice()})))}return[r=r.assign(e),i.map(f=>new Ct(r,f))]}function GB(r,t,e,i,n){var s;let o=(t+63&-64)>>3;for(let a=-1,c=i.length;++a<c;){let l=e[a],u=l?.length;if(u>=t)u===t?e[a]=l:(e[a]=l.slice(0,t),n.numBatches=Math.max(n.numBatches,i[a].unshift(l.slice(t,u-t))));else{let f=r[a];r[a]=f.clone({nullable:!0}),e[a]=(s=l?._changeLengthAndBackfillNullBitmap(t))!==null&&s!==void 0?s:H({type:f.type,length:t,nullCount:t,nullBitmap:new Uint8Array(o)})}}return e}var Bb,ye=class r{constructor(...t){var e,i;if(t.length===0)return this.batches=[],this.schema=new ft([]),this._offsets=[0],this;let n,s;t[0]instanceof ft&&(n=t.shift()),t.at(-1)instanceof Uint32Array&&(s=t.pop());let o=c=>{if(c){if(c instanceof Ct)return[c];if(c instanceof r)return c.batches;if(c instanceof mt){if(c.type instanceof xt)return[new Ct(new ft(c.type.children),c)]}else{if(Array.isArray(c))return c.flatMap(l=>o(l));if(typeof c[Symbol.iterator]=="function")return[...c].flatMap(l=>o(l));if(typeof c=="object"){let l=Object.keys(c),u=l.map(b=>new rt([c[b]])),f=new ft(l.map((b,F)=>new Z(String(b),u[F].type))),[,m]=Jd(f,u);return m.length===0?[new Ct(c)]:m}}}return[]},a=t.flatMap(c=>o(c));if(n=(i=n??((e=a[0])===null||e===void 0?void 0:e.schema))!==null&&i!==void 0?i:new ft([]),!(n instanceof ft))throw new TypeError("Table constructor expects a [Schema, RecordBatch[]] pair.");for(let c of a){if(!(c instanceof Ct))throw new TypeError("Table constructor expects a [Schema, RecordBatch[]] pair.");if(!Ds(n,c.schema))throw new TypeError("Table and inner RecordBatch schemas must be equivalent.")}this.schema=n,this.batches=a,this._offsets=s??bd(this.data)}get data(){return this.batches.map(({data:t})=>t)}get numCols(){return this.schema.fields.length}get numRows(){return this.data.reduce((t,e)=>t+e.length,0)}get nullCount(){return this._nullCount===-1&&(this._nullCount=gd(this.data)),this._nullCount}isValid(t){return!1}get(t){return null}set(t,e){}indexOf(t,e){return-1}getByteLength(t){return 0}[Symbol.iterator](){return this.batches.length>0?yo.visit(new rt(this.data)):new Array(0)[Symbol.iterator]()}toArray(){return[...this]}toString(){return`[
|
|
18
|
-
${this.toArray().join(`,
|
|
19
|
-
`)}
|
|
20
|
-
]`}concat(...t){let e=this.schema,i=this.data.concat(t.flatMap(({data:n})=>n));return new r(e,i.map(n=>new Ct(e,n)))}slice(t,e){let i=this.schema;[t,e]=rc({length:this.numRows},t,e);let n=_d(this.data,this._offsets,t,e);return new r(i,n.map(s=>new Ct(i,s)))}getChild(t){return this.getChildAt(this.schema.fields.findIndex(e=>e.name===t))}getChildAt(t){if(t>-1&&t<this.schema.fields.length){let e=this.data.map(i=>i.children[t]);if(e.length===0){let{type:i}=this.schema.fields[t],n=H({type:i,length:0,nullCount:0});e.push(n._changeLengthAndBackfillNullBitmap(this.numRows))}return new rt(e)}return null}setChild(t,e){var i;return this.setChildAt((i=this.schema.fields)===null||i===void 0?void 0:i.findIndex(n=>n.name===t),e)}setChildAt(t,e){let i=this.schema,n=[...this.batches];if(t>-1&&t<this.numCols){e||(e=new rt([H({type:new pe,length:this.numRows})]));let s=i.fields.slice(),o=s[t].clone({type:e.type}),a=this.schema.fields.map((c,l)=>this.getChildAt(l));[s[t],a[t]]=[o,e],[i,n]=Jd(i,a)}return new r(i,n)}select(t){let e=this.schema.fields.reduce((i,n,s)=>i.set(n.name,s),new Map);return this.selectAt(t.map(i=>e.get(i)).filter(i=>i>-1))}selectAt(t){let e=this.schema.selectAt(t),i=this.batches.map(n=>n.selectAt(t));return new r(e,i)}assign(t){let e=this.schema.fields,[i,n]=t.schema.fields.reduce((a,c,l)=>{let[u,f]=a,m=e.findIndex(b=>b.name===c.name);return~m?f[m]=l:u.push(l),a},[[],[]]),s=this.schema.assign(t.schema),o=[...e.map((a,c)=>[c,n[c]]).map(([a,c])=>c===void 0?this.getChildAt(a):t.getChildAt(c)),...i.map(a=>t.getChildAt(a))].filter(Boolean);return new r(...Jd(s,o))}};Bb=Symbol.toStringTag;ye[Bb]=(r=>(r.schema=null,r.batches=[],r._offsets=new Uint32Array([0]),r._nullCount=-1,r[Symbol.isConcatSpreadable]=!0,r.isValid=On(sc),r.get=On(qt.getVisitFn(d.Struct)),r.set=wd(ie.getVisitFn(d.Struct)),r.indexOf=Id(ws.getVisitFn(d.Struct)),r.getByteLength=On(ze.getVisitFn(d.Struct)),"Table"))(ye.prototype);var Tb,Ct=class r{constructor(...t){switch(t.length){case 2:{if([this.schema]=t,!(this.schema instanceof ft))throw new TypeError("RecordBatch constructor expects a [Schema, Data] pair.");if([,this.data=H({nullCount:0,type:new xt(this.schema.fields),children:this.schema.fields.map(e=>H({type:e.type,nullCount:0}))})]=t,!(this.data instanceof mt))throw new TypeError("RecordBatch constructor expects a [Schema, Data] pair.");[this.schema,this.data]=xb(this.schema,this.data.children);break}case 1:{let[e]=t,{fields:i,children:n,length:s}=Object.keys(e).reduce((c,l,u)=>(c.children[u]=e[l],c.length=Math.max(c.length,e[l].length),c.fields[u]=Z.new({name:l,type:e[l].type,nullable:!0}),c),{length:0,fields:new Array,children:new Array}),o=new ft(i),a=H({type:new xt(i),length:s,children:n,nullCount:0});[this.schema,this.data]=xb(o,a.children,s);break}default:throw new TypeError("RecordBatch constructor expects an Object mapping names to child Data, or a [Schema, Data] pair.")}}get dictionaries(){return this._dictionaries||(this._dictionaries=Ab(this.schema.fields,this.data.children))}get numCols(){return this.schema.fields.length}get numRows(){return this.data.length}get nullCount(){return this.data.nullCount}isValid(t){return this.data.getValid(t)}get(t){return qt.visit(this.data,t)}set(t,e){return ie.visit(this.data,t,e)}indexOf(t,e){return ws.visit(this.data,t,e)}getByteLength(t){return ze.visit(this.data,t)}[Symbol.iterator](){return yo.visit(new rt([this.data]))}toArray(){return[...this]}concat(...t){return new ye(this.schema,[this,...t])}slice(t,e){let[i]=new rt([this.data]).slice(t,e).data;return new r(this.schema,i)}getChild(t){var e;return this.getChildAt((e=this.schema.fields)===null||e===void 0?void 0:e.findIndex(i=>i.name===t))}getChildAt(t){return t>-1&&t<this.schema.fields.length?new rt([this.data.children[t]]):null}setChild(t,e){var i;return this.setChildAt((i=this.schema.fields)===null||i===void 0?void 0:i.findIndex(n=>n.name===t),e)}setChildAt(t,e){let i=this.schema,n=this.data;if(t>-1&&t<this.numCols){e||(e=new rt([H({type:new pe,length:this.numRows})]));let s=i.fields.slice(),o=n.children.slice(),a=s[t].clone({type:e.type});[s[t],o[t]]=[a,e.data[0]],i=new ft(s,new Map(this.schema.metadata)),n=H({type:new xt(s),children:o})}return new r(i,n)}select(t){let e=this.schema.select(t),i=new xt(e.fields),n=[];for(let s of t){let o=this.schema.fields.findIndex(a=>a.name===s);~o&&(n[o]=this.data.children[o])}return new r(e,H({type:i,length:this.numRows,children:n}))}selectAt(t){let e=this.schema.selectAt(t),i=t.map(s=>this.data.children[s]).filter(Boolean),n=H({type:new xt(e.fields),length:this.numRows,children:i});return new r(e,n)}};Tb=Symbol.toStringTag;Ct[Tb]=(r=>(r._nullCount=-1,r[Symbol.isConcatSpreadable]=!0,"RecordBatch"))(Ct.prototype);function xb(r,t,e=t.reduce((i,n)=>Math.max(i,n.length),0)){var i;let n=[...r.fields],s=[...t],o=(e+63&-64)>>3;for(let[a,c]of r.fields.entries()){let l=t[a];(!l||l.length!==e)&&(n[a]=c.clone({nullable:!0}),s[a]=(i=l?._changeLengthAndBackfillNullBitmap(e))!==null&&i!==void 0?i:H({type:c.type,length:e,nullCount:e,nullBitmap:new Uint8Array(o)}))}return[r.assign(n),H({type:new xt(n),length:e,children:s})]}function Ab(r,t,e=new Map){var i,n;if(((i=r?.length)!==null&&i!==void 0?i:0)>0&&r?.length===t?.length)for(let s=-1,o=r.length;++s<o;){let{type:a}=r[s],c=t[s];for(let l of[c,...((n=c?.dictionary)===null||n===void 0?void 0:n.data)||[]])Ab(a.children,l?.children,e);if(I.isDictionary(a)){let{id:l}=a;if(!e.has(l))c?.dictionary&&e.set(l,c.dictionary);else if(e.get(l)!==c.dictionary)throw new Error("Cannot create Schema containing two different dictionaries with the same Id")}}return e}var Os=class extends Ct{constructor(t){let e=t.fields.map(n=>H({type:n.type})),i=H({type:new xt(t.fields),nullCount:0,children:e});super(t,i)}};var Gc;(function(r){r[r.BUFFER=0]="BUFFER"})(Gc||(Gc={}));var Yc;(function(r){r[r.LZ4_FRAME=0]="LZ4_FRAME",r[r.ZSTD=1]="ZSTD"})(Yc||(Yc={}));var Qd=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsBodyCompression(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsBodyCompression(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}codec(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt8(this.bb_pos+t):Yc.LZ4_FRAME}method(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.readInt8(this.bb_pos+t):Gc.BUFFER}static startBodyCompression(t){t.startObject(2)}static addCodec(t,e){t.addFieldInt8(0,e,Yc.LZ4_FRAME)}static addMethod(t,e){t.addFieldInt8(1,e,Gc.BUFFER)}static endBodyCompression(t){return t.endObject()}static createBodyCompression(t,e,i){return r.startBodyCompression(t),r.addCodec(t,e),r.addMethod(t,i),r.endBodyCompression(t)}};var Bo=class{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}offset(){return this.bb.readInt64(this.bb_pos)}length(){return this.bb.readInt64(this.bb_pos+8)}static sizeOf(){return 16}static createBuffer(t,e,i){return t.prep(8,16),t.writeInt64(BigInt(i??0)),t.writeInt64(BigInt(e??0)),t.offset()}};var xo=class{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}length(){return this.bb.readInt64(this.bb_pos)}nullCount(){return this.bb.readInt64(this.bb_pos+8)}static sizeOf(){return 16}static createFieldNode(t,e,i){return t.prep(8,16),t.writeInt64(BigInt(i??0)),t.writeInt64(BigInt(e??0)),t.offset()}};var We=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsRecordBatch(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsRecordBatch(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}length(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt64(this.bb_pos+t):BigInt("0")}nodes(t,e){let i=this.bb.__offset(this.bb_pos,6);return i?(e||new xo).__init(this.bb.__vector(this.bb_pos+i)+t*16,this.bb):null}nodesLength(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.__vector_len(this.bb_pos+t):0}buffers(t,e){let i=this.bb.__offset(this.bb_pos,8);return i?(e||new Bo).__init(this.bb.__vector(this.bb_pos+i)+t*16,this.bb):null}buffersLength(){let t=this.bb.__offset(this.bb_pos,8);return t?this.bb.__vector_len(this.bb_pos+t):0}compression(t){let e=this.bb.__offset(this.bb_pos,10);return e?(t||new Qd).__init(this.bb.__indirect(this.bb_pos+e),this.bb):null}static startRecordBatch(t){t.startObject(4)}static addLength(t,e){t.addFieldInt64(0,e,BigInt("0"))}static addNodes(t,e){t.addFieldOffset(1,e,0)}static startNodesVector(t,e){t.startVector(16,e,8)}static addBuffers(t,e){t.addFieldOffset(2,e,0)}static startBuffersVector(t,e){t.startVector(16,e,8)}static addCompression(t,e){t.addFieldOffset(3,e,0)}static endRecordBatch(t){return t.endObject()}};var ln=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsDictionaryBatch(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsDictionaryBatch(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}id(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt64(this.bb_pos+t):BigInt("0")}data(t){let e=this.bb.__offset(this.bb_pos,6);return e?(t||new We).__init(this.bb.__indirect(this.bb_pos+e),this.bb):null}isDelta(){let t=this.bb.__offset(this.bb_pos,8);return t?!!this.bb.readInt8(this.bb_pos+t):!1}static startDictionaryBatch(t){t.startObject(3)}static addId(t,e){t.addFieldInt64(0,e,BigInt("0"))}static addData(t,e){t.addFieldOffset(1,e,0)}static addIsDelta(t,e){t.addFieldInt8(2,+e,0)}static endDictionaryBatch(t){return t.endObject()}};var To;(function(r){r[r.NONE=0]="NONE",r[r.Schema=1]="Schema",r[r.DictionaryBatch=2]="DictionaryBatch",r[r.RecordBatch=3]="RecordBatch",r[r.Tensor=4]="Tensor",r[r.SparseTensor=5]="SparseTensor"})(To||(To={}));var zr=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsMessage(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsMessage(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}version(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt16(this.bb_pos+t):Fn.V1}headerType(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.readUint8(this.bb_pos+t):To.NONE}header(t){let e=this.bb.__offset(this.bb_pos,8);return e?this.bb.__union(t,this.bb_pos+e):null}bodyLength(){let t=this.bb.__offset(this.bb_pos,10);return t?this.bb.readInt64(this.bb_pos+t):BigInt("0")}customMetadata(t,e){let i=this.bb.__offset(this.bb_pos,12);return i?(e||new Kt).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+i)+t*4),this.bb):null}customMetadataLength(){let t=this.bb.__offset(this.bb_pos,12);return t?this.bb.__vector_len(this.bb_pos+t):0}static startMessage(t){t.startObject(5)}static addVersion(t,e){t.addFieldInt16(0,e,Fn.V1)}static addHeaderType(t,e){t.addFieldInt8(1,e,To.NONE)}static addHeader(t,e){t.addFieldOffset(2,e,0)}static addBodyLength(t,e){t.addFieldInt64(3,e,BigInt("0"))}static addCustomMetadata(t,e){t.addFieldOffset(4,e,0)}static createCustomMetadataVector(t,e){t.startVector(4,e.length,4);for(let i=e.length-1;i>=0;i--)t.addOffset(e[i]);return t.endVector()}static startCustomMetadataVector(t,e){t.startVector(4,e,4)}static endMessage(t){return t.endObject()}static finishMessageBuffer(t,e){t.finish(e)}static finishSizePrefixedMessageBuffer(t,e){t.finish(e,void 0,!0)}static createMessage(t,e,i,n,s,o){return r.startMessage(t),r.addVersion(t,e),r.addHeaderType(t,i),r.addHeader(t,n),r.addBodyLength(t,s),r.addCustomMetadata(t,o),r.endMessage(t)}};var Sp=class extends S{visit(t,e){return t==null||e==null?void 0:super.visit(t,e)}visitNull(t,e){return pc.startNull(e),pc.endNull(e)}visitInt(t,e){return Vr.startInt(e),Vr.addBitWidth(e,t.bitWidth),Vr.addIsSigned(e,t.isSigned),Vr.endInt(e)}visitFloat(t,e){return Cn.startFloatingPoint(e),Cn.addPrecision(e,t.precision),Cn.endFloatingPoint(e)}visitBinary(t,e){return cc.startBinary(e),cc.endBinary(e)}visitBool(t,e){return lc.startBool(e),lc.endBool(e)}visitUtf8(t,e){return gc.startUtf8(e),gc.endUtf8(e)}visitDecimal(t,e){return _i.startDecimal(e),_i.addScale(e,t.scale),_i.addPrecision(e,t.precision),_i.addBitWidth(e,t.bitWidth),_i.endDecimal(e)}visitDate(t,e){return Mn.startDate(e),Mn.addUnit(e,t.unit),Mn.endDate(e)}visitTime(t,e){return Xi.startTime(e),Xi.addUnit(e,t.unit),Xi.addBitWidth(e,t.bitWidth),Xi.endTime(e)}visitTimestamp(t,e){let i=t.timezone&&e.createString(t.timezone)||void 0;return Zi.startTimestamp(e),Zi.addUnit(e,t.unit),i!==void 0&&Zi.addTimezone(e,i),Zi.endTimestamp(e)}visitInterval(t,e){return kn.startInterval(e),kn.addUnit(e,t.unit),kn.endInterval(e)}visitDuration(t,e){return Ln.startDuration(e),Ln.addUnit(e,t.unit),Ln.endDuration(e)}visitList(t,e){return fc.startList(e),fc.endList(e)}visitStruct(t,e){return mc.startStruct_(e),mc.endStruct_(e)}visitUnion(t,e){jr.startTypeIdsVector(e,t.typeIds.length);let i=jr.createTypeIdsVector(e,t.typeIds);return jr.startUnion(e),jr.addMode(e,t.mode),jr.addTypeIds(e,i),jr.endUnion(e)}visitDictionary(t,e){let i=this.visit(t.indices,e);return bi.startDictionaryEncoding(e),bi.addId(e,BigInt(t.id)),bi.addIsOrdered(e,t.isOrdered),i!==void 0&&bi.addIndexType(e,i),bi.endDictionaryEncoding(e)}visitFixedSizeBinary(t,e){return Rn.startFixedSizeBinary(e),Rn.addByteWidth(e,t.byteWidth),Rn.endFixedSizeBinary(e)}visitFixedSizeList(t,e){return Un.startFixedSizeList(e),Un.addListSize(e,t.listSize),Un.endFixedSizeList(e)}visitMap(t,e){return Vn.startMap(e),Vn.addKeysSorted(e,t.keysSorted),Vn.endMap(e)}},Xd=new Sp;function Fb(r,t=new Map){return new ft(HB(r,t),Zd(r.metadata),t)}function Bp(r){return new ne(r.count,Mb(r.columns),Lb(r.columns))}function Nb(r){return new Oe(Bp(r.data),r.id,r.isDelta)}function HB(r,t){return(r.fields||[]).filter(Boolean).map(e=>Z.fromJSON(e,t))}function Db(r,t){return(r.children||[]).filter(Boolean).map(e=>Z.fromJSON(e,t))}function Mb(r){return(r||[]).reduce((t,e)=>[...t,new dr(e.count,KB(e.VALIDITY)),...Mb(e.children)],[])}function Lb(r,t=[]){for(let e=-1,i=(r||[]).length;++e<i;){let n=r[e];n.VALIDITY&&t.push(new De(t.length,n.VALIDITY.length)),n.TYPE_ID&&t.push(new De(t.length,n.TYPE_ID.length)),n.OFFSET&&t.push(new De(t.length,n.OFFSET.length)),n.DATA&&t.push(new De(t.length,n.DATA.length)),t=Lb(n.children,t)}return t}function KB(r){return(r||[]).reduce((t,e)=>t+ +(e===0),0)}function Rb(r,t){let e,i,n,s,o,a;return!t||!(s=r.dictionary)?(o=Eb(r,Db(r,t)),n=new Z(r.name,o,r.nullable,Zd(r.metadata))):t.has(e=s.id)?(i=(i=s.indexType)?Ob(i):new fi,a=new Pe(t.get(e),i,e,s.isOrdered),n=new Z(r.name,a,r.nullable,Zd(r.metadata))):(i=(i=s.indexType)?Ob(i):new fi,t.set(e,o=Eb(r,Db(r,t))),a=new Pe(o,i,e,s.isOrdered),n=new Z(r.name,a,r.nullable,Zd(r.metadata))),n||null}function Zd(r=[]){return new Map(r.map(({key:t,value:e})=>[t,e]))}function Ob(r){return new Pt(r.isSigned,r.bitWidth)}function Eb(r,t){let e=r.type.name;switch(e){case"NONE":return new pe;case"null":return new pe;case"binary":return new ji;case"utf8":return new zi;case"bool":return new $i;case"list":return new Mr((t||[])[0]);case"struct":return new xt(t||[]);case"struct_":return new xt(t||[])}switch(e){case"int":{let i=r.type;return new Pt(i.isSigned,i.bitWidth)}case"floatingpoint":{let i=r.type;return new Te(Ot[i.precision])}case"decimal":{let i=r.type;return new qi(i.scale,i.precision,i.bitWidth)}case"date":{let i=r.type;return new Wi(re[i.unit])}case"time":{let i=r.type;return new Nr(O[i.unit],i.bitWidth)}case"timestamp":{let i=r.type;return new Gi(O[i.unit],i.timezone)}case"interval":{let i=r.type;return new Yi(fe[i.unit])}case"duration":{let i=r.type;return new Hi(O[i.unit])}case"union":{let i=r.type,[n,...s]=(i.mode+"").toLowerCase(),o=n.toUpperCase()+s.join("");return new Lr(Bt[o],i.typeIds||[],t||[])}case"fixedsizebinary":{let i=r.type;return new Ki(i.byteWidth)}case"fixedsizelist":{let i=r.type;return new Rr(i.listSize,(t||[])[0])}case"map":{let i=r.type;return new Ur((t||[])[0],i.keysSorted)}}throw new Error(`Unrecognized type: "${e}"`)}var JB=vs,QB=$e,Ee=class r{static fromJSON(t,e){let i=new r(0,Nt.V5,e);return i._createHeader=XB(t,e),i}static decode(t){t=new QB(Y(t));let e=zr.getRootAsMessage(t),i=e.bodyLength(),n=e.version(),s=e.headerType(),o=new r(i,n,s);return o._createHeader=ZB(e,s),o}static encode(t){let e=new JB,i=-1;return t.isSchema()?i=ft.encode(e,t.header()):t.isRecordBatch()?i=ne.encode(e,t.header()):t.isDictionaryBatch()&&(i=Oe.encode(e,t.header())),zr.startMessage(e),zr.addVersion(e,Nt.V5),zr.addHeader(e,i),zr.addHeaderType(e,t.headerType),zr.addBodyLength(e,BigInt(t.bodyLength)),zr.finishMessageBuffer(e,zr.endMessage(e)),e.asUint8Array()}static from(t,e=0){if(t instanceof ft)return new r(0,Nt.V5,ct.Schema,t);if(t instanceof ne)return new r(e,Nt.V5,ct.RecordBatch,t);if(t instanceof Oe)return new r(e,Nt.V5,ct.DictionaryBatch,t);throw new Error(`Unrecognized Message header: ${t}`)}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===ct.Schema}isRecordBatch(){return this.headerType===ct.RecordBatch}isDictionaryBatch(){return this.headerType===ct.DictionaryBatch}constructor(t,e,i,n){this._version=e,this._headerType=i,this.body=new Uint8Array(0),n&&(this._createHeader=()=>n),this._bodyLength=xe(t)}},ne=class{get nodes(){return this._nodes}get length(){return this._length}get buffers(){return this._buffers}constructor(t,e,i){this._nodes=e,this._buffers=i,this._length=xe(t)}},Oe=class{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}constructor(t,e,i=!1){this._data=t,this._isDelta=i,this._id=xe(e)}},De=class{constructor(t,e){this.offset=xe(t),this.length=xe(e)}},dr=class{constructor(t,e){this.length=xe(t),this.nullCount=xe(e)}};function XB(r,t){return()=>{switch(t){case ct.Schema:return ft.fromJSON(r);case ct.RecordBatch:return ne.fromJSON(r);case ct.DictionaryBatch:return Oe.fromJSON(r)}throw new Error(`Unrecognized Message type: { name: ${ct[t]}, type: ${t} }`)}}function ZB(r,t){return()=>{switch(t){case ct.Schema:return ft.decode(r.header(new Ae),new Map,r.version());case ct.RecordBatch:return ne.decode(r.header(new We),r.version());case ct.DictionaryBatch:return Oe.decode(r.header(new ln),r.version())}throw new Error(`Unrecognized Message type: { name: ${ct[t]}, type: ${t} }`)}}Z.encode=ux;Z.decode=cx;Z.fromJSON=Rb;ft.encode=lx;ft.decode=tx;ft.fromJSON=Fb;ne.encode=dx;ne.decode=ex;ne.fromJSON=Bp;Oe.encode=hx;Oe.decode=rx;Oe.fromJSON=Nb;dr.encode=fx;dr.decode=nx;De.encode=px;De.decode=ix;function tx(r,t=new Map,e=Nt.V5){let i=ax(r,t);return new ft(i,th(r),t,e)}function ex(r,t=Nt.V5){if(r.compression()!==null)throw new Error("Record batch compression not implemented");return new ne(r.length(),sx(r),ox(r,t))}function rx(r,t=Nt.V5){return new Oe(ne.decode(r.data(),t),r.id(),r.isDelta())}function ix(r){return new De(r.offset(),r.length())}function nx(r){return new dr(r.length(),r.nullCount())}function sx(r){let t=[];for(let e,i=-1,n=-1,s=r.nodesLength();++i<s;)(e=r.nodes(i))&&(t[++n]=dr.decode(e));return t}function ox(r,t){let e=[];for(let i,n=-1,s=-1,o=r.buffersLength();++n<o;)(i=r.buffers(n))&&(t<Nt.V4&&(i.bb_pos+=8*(n+1)),e[++s]=De.decode(i));return e}function ax(r,t){let e=[];for(let i,n=-1,s=-1,o=r.fieldsLength();++n<o;)(i=r.fields(n))&&(e[++s]=Z.decode(i,t));return e}function Ub(r,t){let e=[];for(let i,n=-1,s=-1,o=r.childrenLength();++n<o;)(i=r.children(n))&&(e[++s]=Z.decode(i,t));return e}function cx(r,t){let e,i,n,s,o,a;return!t||!(a=r.dictionary())?(n=kb(r,Ub(r,t)),i=new Z(r.name(),n,r.nullable(),th(r))):t.has(e=xe(a.id()))?(s=(s=a.indexType())?Cb(s):new fi,o=new Pe(t.get(e),s,e,a.isOrdered()),i=new Z(r.name(),o,r.nullable(),th(r))):(s=(s=a.indexType())?Cb(s):new fi,t.set(e,n=kb(r,Ub(r,t))),o=new Pe(n,s,e,a.isOrdered()),i=new Z(r.name(),o,r.nullable(),th(r))),i||null}function th(r){let t=new Map;if(r)for(let e,i,n=-1,s=Math.trunc(r.customMetadataLength());++n<s;)(e=r.customMetadata(n))&&(i=e.key())!=null&&t.set(i,e.value());return t}function Cb(r){return new Pt(r.isSigned(),r.bitWidth())}function kb(r,t){let e=r.typeType();switch(e){case Tt.NONE:return new pe;case Tt.Null:return new pe;case Tt.Binary:return new ji;case Tt.Utf8:return new zi;case Tt.Bool:return new $i;case Tt.List:return new Mr((t||[])[0]);case Tt.Struct_:return new xt(t||[])}switch(e){case Tt.Int:{let i=r.type(new Vr);return new Pt(i.isSigned(),i.bitWidth())}case Tt.FloatingPoint:{let i=r.type(new Cn);return new Te(i.precision())}case Tt.Decimal:{let i=r.type(new _i);return new qi(i.scale(),i.precision(),i.bitWidth())}case Tt.Date:{let i=r.type(new Mn);return new Wi(i.unit())}case Tt.Time:{let i=r.type(new Xi);return new Nr(i.unit(),i.bitWidth())}case Tt.Timestamp:{let i=r.type(new Zi);return new Gi(i.unit(),i.timezone())}case Tt.Interval:{let i=r.type(new kn);return new Yi(i.unit())}case Tt.Duration:{let i=r.type(new Ln);return new Hi(i.unit())}case Tt.Union:{let i=r.type(new jr);return new Lr(i.mode(),i.typeIdsArray()||[],t||[])}case Tt.FixedSizeBinary:{let i=r.type(new Rn);return new Ki(i.byteWidth())}case Tt.FixedSizeList:{let i=r.type(new Un);return new Rr(i.listSize(),(t||[])[0])}case Tt.Map:{let i=r.type(new Vn);return new Ur((t||[])[0],i.keysSorted())}}throw new Error(`Unrecognized type: "${Tt[e]}" (${e})`)}function lx(r,t){let e=t.fields.map(s=>Z.encode(r,s));Ae.startFieldsVector(r,e.length);let i=Ae.createFieldsVector(r,e),n=t.metadata&&t.metadata.size>0?Ae.createCustomMetadataVector(r,[...t.metadata].map(([s,o])=>{let a=r.createString(`${s}`),c=r.createString(`${o}`);return Kt.startKeyValue(r),Kt.addKey(r,a),Kt.addValue(r,c),Kt.endKeyValue(r)})):-1;return Ae.startSchema(r),Ae.addFields(r,i),Ae.addEndianness(r,mx?Nn.Little:Nn.Big),n!==-1&&Ae.addCustomMetadata(r,n),Ae.endSchema(r)}function ux(r,t){let e=-1,i=-1,n=-1,s=t.type,o=t.typeId;I.isDictionary(s)?(o=s.dictionary.typeId,n=Xd.visit(s,r),i=Xd.visit(s.dictionary,r)):i=Xd.visit(s,r);let a=(s.children||[]).map(u=>Z.encode(r,u)),c=ce.createChildrenVector(r,a),l=t.metadata&&t.metadata.size>0?ce.createCustomMetadataVector(r,[...t.metadata].map(([u,f])=>{let m=r.createString(`${u}`),b=r.createString(`${f}`);return Kt.startKeyValue(r),Kt.addKey(r,m),Kt.addValue(r,b),Kt.endKeyValue(r)})):-1;return t.name&&(e=r.createString(t.name)),ce.startField(r),ce.addType(r,i),ce.addTypeType(r,o),ce.addChildren(r,c),ce.addNullable(r,!!t.nullable),e!==-1&&ce.addName(r,e),n!==-1&&ce.addDictionary(r,n),l!==-1&&ce.addCustomMetadata(r,l),ce.endField(r)}function dx(r,t){let e=t.nodes||[],i=t.buffers||[];We.startNodesVector(r,e.length);for(let o of e.slice().reverse())dr.encode(r,o);let n=r.endVector();We.startBuffersVector(r,i.length);for(let o of i.slice().reverse())De.encode(r,o);let s=r.endVector();return We.startRecordBatch(r),We.addLength(r,BigInt(t.length)),We.addNodes(r,n),We.addBuffers(r,s),We.endRecordBatch(r)}function hx(r,t){let e=ne.encode(r,t.data);return ln.startDictionaryBatch(r),ln.addId(r,BigInt(t.id)),ln.addIsDelta(r,t.isDelta),ln.addData(r,e),ln.endDictionaryBatch(r)}function fx(r,t){return xo.createFieldNode(r,BigInt(t.length),BigInt(t.nullCount))}function px(r,t){return Bo.createBuffer(r,BigInt(t.offset),BigInt(t.length))}var mx=(()=>{let r=new ArrayBuffer(2);return new DataView(r).setInt16(0,256,!0),new Int16Array(r)[0]===256})();var Tp=r=>`Expected ${ct[r]} Message in stream, but was null or length 0.`,Ap=r=>`Header pointer of flatbuffer-encoded ${ct[r]} Message is null or length 0.`,Vb=(r,t)=>`Expected to read ${r} metadata bytes, but only read ${t}.`,Pb=(r,t)=>`Expected to read ${r} bytes for message body, but only read ${t}.`,Ao=class{constructor(t){this.source=t instanceof Ii?t:new Ii(t)}[Symbol.iterator](){return this}next(){let t;return(t=this.readMetadataLength()).done?At:t.value===-1&&(t=this.readMetadataLength()).done?At:(t=this.readMetadata(t.value)).done?At:t}throw(t){return this.source.throw(t)}return(t){return this.source.return(t)}readMessage(t){let e;if((e=this.next()).done)return null;if(t!=null&&e.value.headerType!==t)throw new Error(Tp(t));return e.value}readMessageBody(t){if(t<=0)return new Uint8Array(0);let e=Y(this.source.read(t));if(e.byteLength<t)throw new Error(Pb(t,e.byteLength));return e.byteOffset%8===0&&e.byteOffset+e.byteLength<=e.buffer.byteLength?e:e.slice()}readSchema(t=!1){let e=ct.Schema,i=this.readMessage(e),n=i?.header();if(t&&!n)throw new Error(Ap(e));return n}readMetadataLength(){let t=this.source.read(eh),e=t&&new $e(t),i=e?.readInt32(0)||0;return{done:i===0,value:i}}readMetadata(t){let e=this.source.read(t);if(!e)return At;if(e.byteLength<t)throw new Error(Vb(t,e.byteLength));return{done:!1,value:Ee.decode(e)}}},Hc=class{constructor(t,e){this.source=t instanceof lr?t:Ru(t)?new Pn(t,e):new lr(t)}[Symbol.asyncIterator](){return this}next(){return p(this,void 0,void 0,function*(){let t;return(t=yield this.readMetadataLength()).done?At:t.value===-1&&(t=yield this.readMetadataLength()).done?At:(t=yield this.readMetadata(t.value)).done?At:t})}throw(t){return p(this,void 0,void 0,function*(){return yield this.source.throw(t)})}return(t){return p(this,void 0,void 0,function*(){return yield this.source.return(t)})}readMessage(t){return p(this,void 0,void 0,function*(){let e;if((e=yield this.next()).done)return null;if(t!=null&&e.value.headerType!==t)throw new Error(Tp(t));return e.value})}readMessageBody(t){return p(this,void 0,void 0,function*(){if(t<=0)return new Uint8Array(0);let e=Y(yield this.source.read(t));if(e.byteLength<t)throw new Error(Pb(t,e.byteLength));return e.byteOffset%8===0&&e.byteOffset+e.byteLength<=e.buffer.byteLength?e:e.slice()})}readSchema(t=!1){return p(this,void 0,void 0,function*(){let e=ct.Schema,i=yield this.readMessage(e),n=i?.header();if(t&&!n)throw new Error(Ap(e));return n})}readMetadataLength(){return p(this,void 0,void 0,function*(){let t=yield this.source.read(eh),e=t&&new $e(t),i=e?.readInt32(0)||0;return{done:i===0,value:i}})}readMetadata(t){return p(this,void 0,void 0,function*(){let e=yield this.source.read(t);if(!e)return At;if(e.byteLength<t)throw new Error(Vb(t,e.byteLength));return{done:!1,value:Ee.decode(e)}})}},Kc=class extends Ao{constructor(t){super(new Uint8Array(0)),this._schema=!1,this._body=[],this._batchIndex=0,this._dictionaryIndex=0,this._json=t instanceof bc?t:new bc(t)}next(){let{_json:t}=this;if(!this._schema)return this._schema=!0,{done:!1,value:Ee.fromJSON(t.schema,ct.Schema)};if(this._dictionaryIndex<t.dictionaries.length){let e=t.dictionaries[this._dictionaryIndex++];return this._body=e.data.columns,{done:!1,value:Ee.fromJSON(e,ct.DictionaryBatch)}}if(this._batchIndex<t.batches.length){let e=t.batches[this._batchIndex++];return this._body=e.columns,{done:!1,value:Ee.fromJSON(e,ct.RecordBatch)}}return this._body=[],At}readMessageBody(t){return e(this._body);function e(i){return(i||[]).reduce((n,s)=>[...n,...s.VALIDITY&&[s.VALIDITY]||[],...s.TYPE_ID&&[s.TYPE_ID]||[],...s.OFFSET&&[s.OFFSET]||[],...s.DATA&&[s.DATA]||[],...e(s.children)],[])}}readMessage(t){let e;if((e=this.next()).done)return null;if(t!=null&&e.value.headerType!==t)throw new Error(Tp(t));return e.value}readSchema(){let t=ct.Schema,e=this.readMessage(t),i=e?.header();if(!e||!i)throw new Error(Ap(t));return i}},eh=4,xp="ARROW1",Do=new Uint8Array(xp.length);for(let r=0;r<xp.length;r+=1)Do[r]=xp.codePointAt(r);function rh(r,t=0){for(let e=-1,i=Do.length;++e<i;)if(Do[e]!==r[t+e])return!1;return!0}var Oo=Do.length,Dp=Oo+eh,jb=Oo*2+eh;var se=class r extends Ss{constructor(t){super(),this._impl=t}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(t){return this._impl.throw(t)}return(t){return this._impl.return(t)}cancel(){return this._impl.cancel()}reset(t){return this._impl.reset(t),this._DOMStream=void 0,this._nodeStream=void 0,this}open(t){let e=this._impl.open(t);return Ar(e)?e.then(()=>this):this}readRecordBatch(t){return this._impl.isFile()?this._impl.readRecordBatch(t):null}[Symbol.iterator](){return this._impl[Symbol.iterator]()}[Symbol.asyncIterator](){return this._impl[Symbol.asyncIterator]()}toDOMStream(){return ee.toDOMStream(this.isSync()?{[Symbol.iterator]:()=>this}:{[Symbol.asyncIterator]:()=>this})}toNodeStream(){return ee.toNodeStream(this.isSync()?{[Symbol.iterator]:()=>this}:{[Symbol.asyncIterator]:()=>this},{objectMode:!0})}static throughNode(t){throw new Error('"throughNode" not available in this environment')}static throughDOM(t,e){throw new Error('"throughDOM" not available in this environment')}static from(t){return t instanceof r?t:Mu(t)?gx(t):Ru(t)?wx(t):Ar(t)?p(this,void 0,void 0,function*(){return yield r.from(yield t)}):Uu(t)||Xa(t)||ku(t)||sr(t)?_x(new lr(t)):bx(new Ii(t))}static readAll(t){return t instanceof r?t.isSync()?zb(t):$b(t):Mu(t)||ArrayBuffer.isView(t)||Dr(t)||Lu(t)?zb(t):$b(t)}},Si=class extends se{constructor(t){super(t),this._impl=t}readAll(){return[...this]}[Symbol.iterator](){return this._impl[Symbol.iterator]()}[Symbol.asyncIterator](){return vt(this,arguments,function*(){yield y(yield*Ye(Rt(this[Symbol.iterator]())))})}},jn=class extends se{constructor(t){super(t),this._impl=t}readAll(){var t,e,i,n;return p(this,void 0,void 0,function*(){let s=new Array;try{for(var o=!0,a=Rt(this),c;c=yield a.next(),t=c.done,!t;o=!0){n=c.value,o=!1;let l=n;s.push(l)}}catch(l){e={error:l}}finally{try{!o&&!t&&(i=a.return)&&(yield i.call(a))}finally{if(e)throw e.error}}return s})}[Symbol.iterator](){throw new Error("AsyncRecordBatchStreamReader is not Iterable")}[Symbol.asyncIterator](){return this._impl[Symbol.asyncIterator]()}},zn=class extends Si{constructor(t){super(t),this._impl=t}},Jc=class extends jn{constructor(t){super(t),this._impl=t}},ih=class{get numDictionaries(){return this._dictionaryIndex}get numRecordBatches(){return this._recordBatchIndex}constructor(t=new Map){this.closed=!1,this.autoDestroy=!0,this._dictionaryIndex=0,this._recordBatchIndex=0,this.dictionaries=t}isSync(){return!1}isAsync(){return!1}isFile(){return!1}isStream(){return!1}reset(t){return this._dictionaryIndex=0,this._recordBatchIndex=0,this.schema=t,this.dictionaries=new Map,this}_loadRecordBatch(t,e){let i=this._loadVectors(t,e,this.schema.fields),n=H({type:new xt(this.schema.fields),length:t.length,children:i});return new Ct(this.schema,n)}_loadDictionaryBatch(t,e){let{id:i,isDelta:n}=t,{dictionaries:s,schema:o}=this,a=s.get(i);if(n||!a){let c=o.dictionaries.get(i),l=this._loadVectors(t.data,e,[c]);return(a&&n?a.concat(new rt(l)):new rt(l)).memoize()}return a.memoize()}_loadVectors(t,e,i){return new vc(e,t.nodes,t.buffers,this.dictionaries,this.schema.metadataVersion).visitMany(i)}},Eo=class extends ih{constructor(t,e){super(e),this._reader=Mu(t)?new Kc(this._handle=t):new Ao(this._handle=t)}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(t){return this.closed||(this.autoDestroy=qb(this,t),this.schema||(this.schema=this._reader.readSchema())||this.cancel()),this}throw(t){return!this.closed&&this.autoDestroy&&(this.closed=!0)?this.reset()._reader.throw(t):At}return(t){return!this.closed&&this.autoDestroy&&(this.closed=!0)?this.reset()._reader.return(t):At}next(){if(this.closed)return At;let t,{_reader:e}=this;for(;t=this._readNextMessageAndValidate();)if(t.isSchema())this.reset(t.header());else if(t.isRecordBatch()){this._recordBatchIndex++;let i=t.header(),n=e.readMessageBody(t.bodyLength);return{done:!1,value:this._loadRecordBatch(i,n)}}else if(t.isDictionaryBatch()){this._dictionaryIndex++;let i=t.header(),n=e.readMessageBody(t.bodyLength),s=this._loadDictionaryBatch(i,n);this.dictionaries.set(i.id,s)}return this.schema&&this._recordBatchIndex===0?(this._recordBatchIndex++,{done:!1,value:new Os(this.schema)}):this.return()}_readNextMessageAndValidate(t){return this._reader.readMessage(t)}},Fo=class extends ih{constructor(t,e){super(e),this._reader=new Hc(this._handle=t)}isAsync(){return!0}isStream(){return!0}[Symbol.asyncIterator](){return this}cancel(){return p(this,void 0,void 0,function*(){!this.closed&&(this.closed=!0)&&(yield this.reset()._reader.return(),this._reader=null,this.dictionaries=null)})}open(t){return p(this,void 0,void 0,function*(){return this.closed||(this.autoDestroy=qb(this,t),this.schema||(this.schema=yield this._reader.readSchema())||(yield this.cancel())),this})}throw(t){return p(this,void 0,void 0,function*(){return!this.closed&&this.autoDestroy&&(this.closed=!0)?yield this.reset()._reader.throw(t):At})}return(t){return p(this,void 0,void 0,function*(){return!this.closed&&this.autoDestroy&&(this.closed=!0)?yield this.reset()._reader.return(t):At})}next(){return p(this,void 0,void 0,function*(){if(this.closed)return At;let t,{_reader:e}=this;for(;t=yield this._readNextMessageAndValidate();)if(t.isSchema())yield this.reset(t.header());else if(t.isRecordBatch()){this._recordBatchIndex++;let i=t.header(),n=yield e.readMessageBody(t.bodyLength);return{done:!1,value:this._loadRecordBatch(i,n)}}else if(t.isDictionaryBatch()){this._dictionaryIndex++;let i=t.header(),n=yield e.readMessageBody(t.bodyLength),s=this._loadDictionaryBatch(i,n);this.dictionaries.set(i.id,s)}return this.schema&&this._recordBatchIndex===0?(this._recordBatchIndex++,{done:!1,value:new Os(this.schema)}):yield this.return()})}_readNextMessageAndValidate(t){return p(this,void 0,void 0,function*(){return yield this._reader.readMessage(t)})}},nh=class extends Eo{get footer(){return this._footer}get numDictionaries(){return this._footer?this._footer.numDictionaries:0}get numRecordBatches(){return this._footer?this._footer.numRecordBatches:0}constructor(t,e){super(t instanceof _c?t:new _c(t),e)}isSync(){return!0}isFile(){return!0}open(t){if(!this.closed&&!this._footer){this.schema=(this._footer=this._readFooter()).schema;for(let e of this._footer.dictionaryBatches())e&&this._readDictionaryBatch(this._dictionaryIndex++)}return super.open(t)}readRecordBatch(t){var e;if(this.closed)return null;this._footer||this.open();let i=(e=this._footer)===null||e===void 0?void 0:e.getRecordBatch(t);if(i&&this._handle.seek(i.offset)){let n=this._reader.readMessage(ct.RecordBatch);if(n?.isRecordBatch()){let s=n.header(),o=this._reader.readMessageBody(n.bodyLength);return this._loadRecordBatch(s,o)}}return null}_readDictionaryBatch(t){var e;let i=(e=this._footer)===null||e===void 0?void 0:e.getDictionaryBatch(t);if(i&&this._handle.seek(i.offset)){let n=this._reader.readMessage(ct.DictionaryBatch);if(n?.isDictionaryBatch()){let s=n.header(),o=this._reader.readMessageBody(n.bodyLength),a=this._loadDictionaryBatch(s,o);this.dictionaries.set(s.id,a)}}}_readFooter(){let{_handle:t}=this,e=t.size-Dp,i=t.readInt32(e),n=t.readAt(e-i,i);return tn.decode(n)}_readNextMessageAndValidate(t){var e;if(this._footer||this.open(),this._footer&&this._recordBatchIndex<this.numRecordBatches){let i=(e=this._footer)===null||e===void 0?void 0:e.getRecordBatch(this._recordBatchIndex);if(i&&this._handle.seek(i.offset))return this._reader.readMessage(t)}return null}},Op=class extends Fo{get footer(){return this._footer}get numDictionaries(){return this._footer?this._footer.numDictionaries:0}get numRecordBatches(){return this._footer?this._footer.numRecordBatches:0}constructor(t,...e){let i=typeof e[0]!="number"?e.shift():void 0,n=e[0]instanceof Map?e.shift():void 0;super(t instanceof Pn?t:new Pn(t,i),n)}isFile(){return!0}isAsync(){return!0}open(t){let e=Object.create(null,{open:{get:()=>super.open}});return p(this,void 0,void 0,function*(){if(!this.closed&&!this._footer){this.schema=(this._footer=yield this._readFooter()).schema;for(let i of this._footer.dictionaryBatches())i&&(yield this._readDictionaryBatch(this._dictionaryIndex++))}return yield e.open.call(this,t)})}readRecordBatch(t){var e;return p(this,void 0,void 0,function*(){if(this.closed)return null;this._footer||(yield this.open());let i=(e=this._footer)===null||e===void 0?void 0:e.getRecordBatch(t);if(i&&(yield this._handle.seek(i.offset))){let n=yield this._reader.readMessage(ct.RecordBatch);if(n?.isRecordBatch()){let s=n.header(),o=yield this._reader.readMessageBody(n.bodyLength);return this._loadRecordBatch(s,o)}}return null})}_readDictionaryBatch(t){var e;return p(this,void 0,void 0,function*(){let i=(e=this._footer)===null||e===void 0?void 0:e.getDictionaryBatch(t);if(i&&(yield this._handle.seek(i.offset))){let n=yield this._reader.readMessage(ct.DictionaryBatch);if(n?.isDictionaryBatch()){let s=n.header(),o=yield this._reader.readMessageBody(n.bodyLength),a=this._loadDictionaryBatch(s,o);this.dictionaries.set(s.id,a)}}})}_readFooter(){return p(this,void 0,void 0,function*(){let{_handle:t}=this;t._pending&&(yield t._pending);let e=t.size-Dp,i=yield t.readInt32(e),n=yield t.readAt(e-i,i);return tn.decode(n)})}_readNextMessageAndValidate(t){return p(this,void 0,void 0,function*(){if(this._footer||(yield this.open()),this._footer&&this._recordBatchIndex<this.numRecordBatches){let e=this._footer.getRecordBatch(this._recordBatchIndex);if(e&&(yield this._handle.seek(e.offset)))return yield this._reader.readMessage(t)}return null})}},Ep=class extends Eo{constructor(t,e){super(t,e)}_loadVectors(t,e,i){return new Dd(e,t.nodes,t.buffers,this.dictionaries,this.schema.metadataVersion).visitMany(i)}};function qb(r,t){return t&&typeof t.autoDestroy=="boolean"?t.autoDestroy:r.autoDestroy}function*zb(r){let t=se.from(r);try{if(!t.open({autoDestroy:!1}).closed)do yield t;while(!t.reset().open().closed)}finally{t.cancel()}}function $b(r){return vt(this,arguments,function*(){let e=yield y(se.from(r));try{if(!(yield y(e.open({autoDestroy:!1}))).closed)do yield yield y(e);while(!(yield y(e.reset().open())).closed)}finally{yield y(e.cancel())}})}function gx(r){return new Si(new Ep(r))}function bx(r){let t=r.peek(Oo+7&-8);return t&&t.byteLength>=4?rh(t)?new zn(new nh(r.read())):new Si(new Eo(r)):new Si(new Eo(function*(){}()))}function _x(r){return p(this,void 0,void 0,function*(){let t=yield r.peek(Oo+7&-8);return t&&t.byteLength>=4?rh(t)?new zn(new nh(yield r.read())):new jn(new Fo(r)):new jn(new Fo(function(){return vt(this,arguments,function*(){})}()))})}function wx(r){return p(this,void 0,void 0,function*(){let{size:t}=yield r.stat(),e=new Pn(r,t);return t>=jb&&rh(yield e.readAt(0,Oo+7&-8))?new Jc(new Op(e)):new jn(new Fo(e))})}var kt=class r extends S{static assemble(...t){let e=n=>n.flatMap(s=>Array.isArray(s)?e(s):s instanceof Ct?s.data.children:s.data),i=new r;return i.visitMany(e(t)),i}constructor(){super(),this._byteLength=0,this._nodes=[],this._buffers=[],this._bufferRegions=[]}visit(t){if(t instanceof rt)return this.visitMany(t.data),this;let{type:e}=t;if(!I.isDictionary(e)){let{length:i}=t;if(i>2147483647)throw new RangeError("Cannot write arrays larger than 2^31 - 1 in length");if(I.isUnion(e))this.nodes.push(new dr(i,0));else{let{nullCount:n}=t;I.isNull(e)||$r.call(this,n<=0?new Uint8Array(0):bs(t.offset,i,t.nullBitmap)),this.nodes.push(new dr(i,n))}}return super.visit(t)}visitNull(t){return this}visitDictionary(t){return this.visit(t.clone(t.type.indices))}get nodes(){return this._nodes}get buffers(){return this._buffers}get byteLength(){return this._byteLength}get bufferRegions(){return this._bufferRegions}};function $r(r){let t=r.byteLength+7&-8;return this.buffers.push(r),this.bufferRegions.push(new De(this._byteLength,t)),this._byteLength+=t,this}function Ix(r){var t;let{type:e,length:i,typeIds:n,valueOffsets:s}=r;if($r.call(this,n),e.mode===Bt.Sparse)return Fp.call(this,r);if(e.mode===Bt.Dense){if(r.offset<=0)return $r.call(this,s),Fp.call(this,r);{let o=new Int32Array(i),a=Object.create(null),c=Object.create(null);for(let l,u,f=-1;++f<i;)(l=n[f])!==void 0&&((u=a[l])===void 0&&(u=a[l]=s[f]),o[f]=s[f]-u,c[l]=((t=c[l])!==null&&t!==void 0?t:0)+1);$r.call(this,o),this.visitMany(r.children.map((l,u)=>{let f=e.typeIds[u],m=a[f],b=c[f];return l.slice(m,Math.min(i,b))}))}}return this}function vx(r){let t;return r.nullCount>=r.length?$r.call(this,new Uint8Array(0)):(t=r.values)instanceof Uint8Array?$r.call(this,bs(r.offset,r.length,t)):$r.call(this,_s(r.values))}function un(r){return $r.call(this,r.values.subarray(0,r.length*r.stride))}function Wb(r){let{length:t,values:e,valueOffsets:i}=r,{[0]:n,[t]:s}=i,o=Math.min(s-n,e.byteLength-n);return $r.call(this,Vu(-n,t+1,i)),$r.call(this,e.subarray(n,n+o)),this}function Np(r){let{length:t,valueOffsets:e}=r;if(e){let{[0]:i,[t]:n}=e;return $r.call(this,Vu(-i,t+1,e)),this.visit(r.children[0].slice(i,n-i))}return this.visit(r.children[0])}function Fp(r){return this.visitMany(r.type.children.map((t,e)=>r.children[e]).filter(Boolean))[0]}kt.prototype.visitBool=vx;kt.prototype.visitInt=un;kt.prototype.visitFloat=un;kt.prototype.visitUtf8=Wb;kt.prototype.visitBinary=Wb;kt.prototype.visitFixedSizeBinary=un;kt.prototype.visitDate=un;kt.prototype.visitTimestamp=un;kt.prototype.visitTime=un;kt.prototype.visitDecimal=un;kt.prototype.visitList=Np;kt.prototype.visitStruct=Fp;kt.prototype.visitUnion=Ix;kt.prototype.visitInterval=un;kt.prototype.visitDuration=un;kt.prototype.visitFixedSizeList=Np;kt.prototype.visitMap=Np;var Es=class extends Ss{static throughNode(t){throw new Error('"throughNode" not available in this environment')}static throughDOM(t,e){throw new Error('"throughDOM" not available in this environment')}constructor(t){super(),this._position=0,this._started=!1,this._sink=new wi,this._schema=null,this._dictionaryBlocks=[],this._recordBatchBlocks=[],this._dictionaryDeltaOffsets=new Map,he(t)||(t={autoDestroy:!0,writeLegacyIpcFormat:!1}),this._autoDestroy=typeof t.autoDestroy=="boolean"?t.autoDestroy:!0,this._writeLegacyIpcFormat=typeof t.writeLegacyIpcFormat=="boolean"?t.writeLegacyIpcFormat:!1}toString(t=!1){return this._sink.toString(t)}toUint8Array(t=!1){return this._sink.toUint8Array(t)}writeAll(t){return Ar(t)?t.then(e=>this.writeAll(e)):sr(t)?Lp(this,t):Mp(this,t)}get closed(){return this._sink.closed}[Symbol.asyncIterator](){return this._sink[Symbol.asyncIterator]()}toDOMStream(t){return this._sink.toDOMStream(t)}toNodeStream(t){return this._sink.toNodeStream(t)}close(){return this.reset()._sink.close()}abort(t){return this.reset()._sink.abort(t)}finish(){return this._autoDestroy?this.close():this.reset(this._sink,this._schema),this}reset(t=this._sink,e=null){return t===this._sink||t instanceof wi?this._sink=t:(this._sink=new wi,t&&ug(t)?this.toDOMStream({type:"bytes"}).pipeTo(t):t&&dg(t)&&this.toNodeStream({objectMode:!1}).pipe(t)),this._started&&this._schema&&this._writeFooter(this._schema),this._started=!1,this._dictionaryBlocks=[],this._recordBatchBlocks=[],this._dictionaryDeltaOffsets=new Map,(!e||!Ds(e,this._schema))&&(e==null?(this._position=0,this._schema=null):(this._started=!0,this._schema=e,this._writeSchema(e))),this}write(t){let e=null;if(this._sink){if(t==null)return this.finish()&&void 0;if(t instanceof ye&&!(e=t.schema))return this.finish()&&void 0;if(t instanceof Ct&&!(e=t.schema))return this.finish()&&void 0}else throw new Error("RecordBatchWriter is closed");if(e&&!Ds(e,this._schema)){if(this._started&&this._autoDestroy)return this.close();this.reset(this._sink,e)}t instanceof Ct?t instanceof Os||this._writeRecordBatch(t):t instanceof ye?this.writeAll(t.batches):Dr(t)&&this.writeAll(t)}_writeMessage(t,e=8){let i=e-1,n=Ee.encode(t),s=n.byteLength,o=this._writeLegacyIpcFormat?4:8,a=s+o+i&~i,c=a-s-o;return t.headerType===ct.RecordBatch?this._recordBatchBlocks.push(new en(a,t.bodyLength,this._position)):t.headerType===ct.DictionaryBatch&&this._dictionaryBlocks.push(new en(a,t.bodyLength,this._position)),this._writeLegacyIpcFormat||this._write(Int32Array.of(-1)),this._write(Int32Array.of(a-o)),s>0&&this._write(n),this._writePadding(c)}_write(t){if(this._started){let e=Y(t);e&&e.byteLength>0&&(this._sink.write(e),this._position+=e.byteLength)}return this}_writeSchema(t){return this._writeMessage(Ee.from(t))}_writeFooter(t){return this._writeLegacyIpcFormat?this._write(Int32Array.of(0)):this._write(Int32Array.of(-1,0))}_writeMagic(){return this._write(Do)}_writePadding(t){return t>0?this._write(new Uint8Array(t)):this}_writeRecordBatch(t){let{byteLength:e,nodes:i,bufferRegions:n,buffers:s}=kt.assemble(t),o=new ne(t.numRows,i,n),a=Ee.from(o,e);return this._writeDictionaries(t)._writeMessage(a)._writeBodyBuffers(s)}_writeDictionaryBatch(t,e,i=!1){this._dictionaryDeltaOffsets.set(e,t.length+(this._dictionaryDeltaOffsets.get(e)||0));let{byteLength:n,nodes:s,bufferRegions:o,buffers:a}=kt.assemble(new rt([t])),c=new ne(t.length,s,o),l=new Oe(c,e,i),u=Ee.from(l,n);return this._writeMessage(u)._writeBodyBuffers(a)}_writeBodyBuffers(t){let e,i,n;for(let s=-1,o=t.length;++s<o;)(e=t[s])&&(i=e.byteLength)>0&&(this._write(e),(n=(i+7&-8)-i)>0&&this._writePadding(n));return this}_writeDictionaries(t){for(let[e,i]of t.dictionaries){let n=this._dictionaryDeltaOffsets.get(e)||0;if(n===0||(i=i?.slice(n)).length>0)for(let s of i.data)this._writeDictionaryBatch(s,e,n>0),n+=s.length}return this}},Fs=class r extends Es{static writeAll(t,e){let i=new r(e);return Ar(t)?t.then(n=>i.writeAll(n)):sr(t)?Lp(i,t):Mp(i,t)}},Ns=class r extends Es{static writeAll(t){let e=new r;return Ar(t)?t.then(i=>e.writeAll(i)):sr(t)?Lp(e,t):Mp(e,t)}constructor(){super(),this._autoDestroy=!0}_writeSchema(t){return this._writeMagic()._writePadding(2)}_writeFooter(t){let e=tn.encode(new tn(t,Nt.V5,this._recordBatchBlocks,this._dictionaryBlocks));return super._writeFooter(t)._write(e)._write(Int32Array.of(e.byteLength))._writeMagic()}};function Mp(r,t){let e=t;t instanceof ye&&(e=t.batches,r.reset(void 0,t.schema));for(let i of e)r.write(i);return r.finish()}function Lp(r,t){var e,i,n,s,o,a,c;return p(this,void 0,void 0,function*(){try{for(e=!0,i=Rt(t);n=yield i.next(),s=n.done,!s;e=!0){c=n.value,e=!1;let l=c;r.write(l)}}catch(l){o={error:l}}finally{try{!e&&!s&&(a=i.return)&&(yield a.call(i))}finally{if(o)throw o.error}}return r.finish()})}function Gb(r,t){if(sr(r))return Bx(r,t);if(Dr(r))return Sx(r,t);throw new Error("toDOMStream() must be called with an Iterable or AsyncIterable")}function Sx(r,t){let e=null,i=t?.type==="bytes"||!1,n=t?.highWaterMark||Math.pow(2,24);return new ReadableStream(Object.assign(Object.assign({},t),{start(o){s(o,e||(e=r[Symbol.iterator]()))},pull(o){e?s(o,e):o.close()},cancel(){(e?.return&&e.return()||!0)&&(e=null)}}),Object.assign({highWaterMark:i?n:void 0},t));function s(o,a){let c,l=null,u=o.desiredSize||null;for(;!(l=a.next(i?u:null)).done;)if(ArrayBuffer.isView(l.value)&&(c=Y(l.value))&&(u!=null&&i&&(u=u-c.byteLength+1),l.value=c),o.enqueue(l.value),u!=null&&--u<=0)return;o.close()}}function Bx(r,t){let e=null,i=t?.type==="bytes"||!1,n=t?.highWaterMark||Math.pow(2,24);return new ReadableStream(Object.assign(Object.assign({},t),{start(o){return p(this,void 0,void 0,function*(){yield s(o,e||(e=r[Symbol.asyncIterator]()))})},pull(o){return p(this,void 0,void 0,function*(){e?yield s(o,e):o.close()})},cancel(){return p(this,void 0,void 0,function*(){(e?.return&&(yield e.return())||!0)&&(e=null)})}}),Object.assign({highWaterMark:i?n:void 0},t));function s(o,a){return p(this,void 0,void 0,function*(){let c,l=null,u=o.desiredSize||null;for(;!(l=yield a.next(i?u:null)).done;)if(ArrayBuffer.isView(l.value)&&(c=Y(l.value))&&(u!=null&&i&&(u=u-c.byteLength+1),l.value=c),o.enqueue(l.value),u!=null&&--u<=0)return;o.close()})}}function Kb(r){return new Rp(r)}var Rp=class{constructor(t){this._numChunks=0,this._finished=!1,this._bufferedSize=0;let{["readableStrategy"]:e,["writableStrategy"]:i,["queueingStrategy"]:n="count"}=t,s=Qc(t,["readableStrategy","writableStrategy","queueingStrategy"]);this._controller=null,this._builder=xs(s),this._getSize=n!=="bytes"?Yb:Hb;let{["highWaterMark"]:o=n==="bytes"?Math.pow(2,14):1e3}=Object.assign({},e),{["highWaterMark"]:a=n==="bytes"?Math.pow(2,14):1e3}=Object.assign({},i);this.readable=new ReadableStream({cancel:()=>{this._builder.clear()},pull:c=>{this._maybeFlush(this._builder,this._controller=c)},start:c=>{this._maybeFlush(this._builder,this._controller=c)}},{highWaterMark:o,size:n!=="bytes"?Yb:Hb}),this.writable=new WritableStream({abort:()=>{this._builder.clear()},write:()=>{this._maybeFlush(this._builder,this._controller)},close:()=>{this._maybeFlush(this._builder.finish(),this._controller)}},{highWaterMark:a,size:c=>this._writeValueAndReturnChunkSize(c)})}_writeValueAndReturnChunkSize(t){let e=this._bufferedSize;return this._bufferedSize=this._getSize(this._builder.append(t)),this._bufferedSize-e}_maybeFlush(t,e){e!=null&&(this._bufferedSize>=e.desiredSize&&++this._numChunks&&this._enqueue(e,t.toVector()),t.finished&&((t.length>0||this._numChunks===0)&&++this._numChunks&&this._enqueue(e,t.toVector()),!this._finished&&(this._finished=!0)&&this._enqueue(e,null)))}_enqueue(t,e){this._bufferedSize=0,this._controller=null,e==null?t.close():t.enqueue(e)}},Yb=r=>{var t;return(t=r?.length)!==null&&t!==void 0?t:0},Hb=r=>{var t;return(t=r?.byteLength)!==null&&t!==void 0?t:0};function sh(r,t){let e=new wi,i=null,n=new ReadableStream({cancel(){return p(this,void 0,void 0,function*(){yield e.close()})},start(a){return p(this,void 0,void 0,function*(){yield o(a,i||(i=yield s()))})},pull(a){return p(this,void 0,void 0,function*(){i?yield o(a,i):a.close()})}});return{writable:new WritableStream(e,Object.assign({highWaterMark:Math.pow(2,14)},r)),readable:n};function s(){return p(this,void 0,void 0,function*(){return yield(yield se.from(e)).open(t)})}function o(a,c){return p(this,void 0,void 0,function*(){let l=a.desiredSize,u=null;for(;!(u=yield c.next()).done;)if(a.enqueue(u.value),l!=null&&--l<=0)return;a.close()})}}function oh(r,t){let e=new this(r),i=new lr(e),n=new ReadableStream({cancel(){return p(this,void 0,void 0,function*(){yield i.cancel()})},pull(o){return p(this,void 0,void 0,function*(){yield s(o)})},start(o){return p(this,void 0,void 0,function*(){yield s(o)})}},Object.assign({highWaterMark:Math.pow(2,14)},t));return{writable:new WritableStream(e,r),readable:n};function s(o){return p(this,void 0,void 0,function*(){let a=null,c=o.desiredSize;for(;a=yield i.read(c||null);)if(o.enqueue(a),c!=null&&(c-=a.byteLength)<=0)return;o.close()})}}function ah(r,t="stream"){return(t==="stream"?Fs:Ns).writeAll(r).toUint8Array(!0)}var Dx=Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},Gf),bp),lp),Yf),jf),cp),qf),{compareSchemas:Ds,compareFields:vb,compareTypes:Sb});ee.toDOMStream=Gb;Et.throughDOM=Kb;se.throughDOM=sh;zn.throughDOM=sh;Si.throughDOM=sh;Es.throughDOM=oh;Ns.throughDOM=oh;Fs.throughDOM=oh;var Ox=Object.create,Qb=Object.defineProperty,Ex=Object.getOwnPropertyDescriptor,Fx=Object.getOwnPropertyNames,Nx=Object.getPrototypeOf,Mx=Object.prototype.hasOwnProperty,Lx=(r,t)=>()=>(t||r((t={exports:{}}).exports,t),t.exports),Rx=(r,t,e,i)=>{if(t&&typeof t=="object"||typeof t=="function")for(let n of Fx(t))!Mx.call(r,n)&&n!==e&&Qb(r,n,{get:()=>t[n],enumerable:!(i=Ex(t,n))||i.enumerable});return r},Ux=(r,t,e)=>(e=r!=null?Ox(Nx(r)):{},Rx(t||!r||!r.__esModule?Qb(e,"default",{value:r,enumerable:!0}):e,r)),Cx=Lx((r,t)=>{t.exports=Worker}),kx=(r=>(r[r.UNDEFINED=0]="UNDEFINED",r[r.AUTOMATIC=1]="AUTOMATIC",r[r.READ_ONLY=2]="READ_ONLY",r[r.READ_WRITE=3]="READ_WRITE",r))(kx||{}),Vx=(r=>(r[r.IDENTIFIER=0]="IDENTIFIER",r[r.NUMERIC_CONSTANT=1]="NUMERIC_CONSTANT",r[r.STRING_CONSTANT=2]="STRING_CONSTANT",r[r.OPERATOR=3]="OPERATOR",r[r.KEYWORD=4]="KEYWORD",r[r.COMMENT=5]="COMMENT",r))(Vx||{}),Px=(r=>(r[r.NONE=0]="NONE",r[r.DEBUG=1]="DEBUG",r[r.INFO=2]="INFO",r[r.WARNING=3]="WARNING",r[r.ERROR=4]="ERROR",r))(Px||{}),jx=(r=>(r[r.NONE=0]="NONE",r[r.CONNECT=1]="CONNECT",r[r.DISCONNECT=2]="DISCONNECT",r[r.OPEN=3]="OPEN",r[r.QUERY=4]="QUERY",r[r.INSTANTIATE=5]="INSTANTIATE",r))(jx||{}),zx=(r=>(r[r.NONE=0]="NONE",r[r.OK=1]="OK",r[r.ERROR=2]="ERROR",r[r.START=3]="START",r[r.RUN=4]="RUN",r[r.CAPTURE=5]="CAPTURE",r))(zx||{}),$x=(r=>(r[r.NONE=0]="NONE",r[r.WEB_WORKER=1]="WEB_WORKER",r[r.NODE_WORKER=2]="NODE_WORKER",r[r.BINDINGS=3]="BINDINGS",r[r.ASYNC_DUCKDB=4]="ASYNC_DUCKDB",r))($x||{}),Xb=class{log(r){}},Zb=class{constructor(r=2){this.level=r}log(r){r.level>=this.level&&console.log(r)}};var qx=(r=>(r[r.SUCCESS=0]="SUCCESS",r))(qx||{}),Wx=class{constructor(r,t){this._bindings=r,this._conn=t}get bindings(){return this._bindings}async close(){return this._bindings.disconnect(this._conn)}useUnsafe(r){return r(this._bindings,this._conn)}async query(r){this._bindings.logger.log({timestamp:new Date,level:2,origin:4,topic:4,event:4,value:r});let t=await this._bindings.runQuery(this._conn,r),e=se.from(t);return console.assert(e.isSync(),"Reader is not sync"),console.assert(e.isFile(),"Reader is not file"),new ye(e)}async send(r){this._bindings.logger.log({timestamp:new Date,level:2,origin:4,topic:4,event:4,value:r});let t=await this._bindings.startPendingQuery(this._conn,r);for(;t==null;)t=await this._bindings.pollPendingQuery(this._conn);let e=new t_(this._bindings,this._conn,t),i=await se.from(e);return console.assert(i.isAsync()),console.assert(i.isStream()),i}async cancelSent(){return await this._bindings.cancelPendingQuery(this._conn)}async getTableNames(r){return await this._bindings.getTableNames(this._conn,r)}async prepare(r){let t=await this._bindings.createPrepared(this._conn,r);return new Gx(this._bindings,this._conn,t)}async insertArrowTable(r,t){let e=ah(r,"stream");await this.insertArrowFromIPCStream(e,t)}async insertArrowFromIPCStream(r,t){await this._bindings.insertArrowFromIPCStream(this._conn,r,t)}async insertCSVFromPath(r,t){await this._bindings.insertCSVFromPath(this._conn,r,t)}async insertJSONFromPath(r,t){await this._bindings.insertJSONFromPath(this._conn,r,t)}},t_=class{constructor(r,t,e){this.db=r,this.conn=t,this.header=e,this._first=!0,this._depleted=!1,this._inFlight=null}async next(){if(this._first)return this._first=!1,{done:!1,value:this.header};if(this._depleted)return{done:!0,value:null};let r;return this._inFlight!=null?(r=await this._inFlight,this._inFlight=null):r=await this.db.fetchQueryResults(this.conn),this._depleted=r.length==0,this._depleted||(this._inFlight=this.db.fetchQueryResults(this.conn)),{done:this._depleted,value:r}}[Symbol.asyncIterator](){return this}},Gx=class{constructor(r,t,e){this.bindings=r,this.connectionId=t,this.statementId=e}async close(){await this.bindings.closePrepared(this.connectionId,this.statementId)}async query(...r){let t=await this.bindings.runPrepared(this.connectionId,this.statementId,r),e=se.from(t);return console.assert(e.isSync()),console.assert(e.isFile()),new ye(e)}async send(...r){let t=await this.bindings.sendPrepared(this.connectionId,this.statementId,r),e=new t_(this.bindings,this.connectionId,t),i=await se.from(e);return console.assert(i.isAsync()),console.assert(i.isStream()),i}},Yx=(r=>(r.CANCEL_PENDING_QUERY="CANCEL_PENDING_QUERY",r.CLOSE_PREPARED="CLOSE_PREPARED",r.COLLECT_FILE_STATISTICS="COLLECT_FILE_STATISTICS",r.CONNECT="CONNECT",r.COPY_FILE_TO_BUFFER="COPY_FILE_TO_BUFFER",r.COPY_FILE_TO_PATH="COPY_FILE_TO_PATH",r.CREATE_PREPARED="CREATE_PREPARED",r.DISCONNECT="DISCONNECT",r.DROP_FILE="DROP_FILE",r.DROP_FILES="DROP_FILES",r.EXPORT_FILE_STATISTICS="EXPORT_FILE_STATISTICS",r.FETCH_QUERY_RESULTS="FETCH_QUERY_RESULTS",r.FLUSH_FILES="FLUSH_FILES",r.GET_FEATURE_FLAGS="GET_FEATURE_FLAGS",r.GET_TABLE_NAMES="GET_TABLE_NAMES",r.GET_VERSION="GET_VERSION",r.GLOB_FILE_INFOS="GLOB_FILE_INFOS",r.INSERT_ARROW_FROM_IPC_STREAM="INSERT_ARROW_FROM_IPC_STREAM",r.INSERT_CSV_FROM_PATH="IMPORT_CSV_FROM_PATH",r.INSERT_JSON_FROM_PATH="IMPORT_JSON_FROM_PATH",r.INSTANTIATE="INSTANTIATE",r.OPEN="OPEN",r.PING="PING",r.POLL_PENDING_QUERY="POLL_PENDING_QUERY",r.REGISTER_FILE_BUFFER="REGISTER_FILE_BUFFER",r.REGISTER_FILE_HANDLE="REGISTER_FILE_HANDLE",r.REGISTER_FILE_URL="REGISTER_FILE_URL",r.RESET="RESET",r.RUN_PREPARED="RUN_PREPARED",r.RUN_QUERY="RUN_QUERY",r.SEND_PREPARED="SEND_PREPARED",r.START_PENDING_QUERY="START_PENDING_QUERY",r.TOKENIZE="TOKENIZE",r))(Yx||{}),Hx=(r=>(r.CONNECTION_INFO="CONNECTION_INFO",r.ERROR="ERROR",r.FEATURE_FLAGS="FEATURE_FLAGS",r.FILE_BUFFER="FILE_BUFFER",r.FILE_INFOS="FILE_INFOS",r.FILE_SIZE="FILE_SIZE",r.FILE_STATISTICS="FILE_STATISTICS",r.INSTANTIATE_PROGRESS="INSTANTIATE_PROGRESS",r.LOG="LOG",r.OK="OK",r.PREPARED_STATEMENT_ID="PREPARED_STATEMENT_ID",r.QUERY_PLAN="QUERY_PLAN",r.QUERY_RESULT="QUERY_RESULT",r.QUERY_RESULT_CHUNK="QUERY_RESULT_CHUNK",r.QUERY_RESULT_HEADER="QUERY_RESULT_HEADER",r.QUERY_RESULT_HEADER_OR_NULL="QUERY_RESULT_HEADER_OR_NULL",r.REGISTERED_FILE="REGISTERED_FILE",r.SCRIPT_TOKENS="SCRIPT_TOKENS",r.SUCCESS="SUCCESS",r.TABLE_NAMES="TABLE_NAMES",r.VERSION_STRING="VERSION_STRING",r))(Hx||{}),lt=class{constructor(r,t){this.promiseResolver=()=>{},this.promiseRejecter=()=>{},this.type=r,this.data=t,this.promise=new Promise((e,i)=>{this.promiseResolver=e,this.promiseRejecter=i})}};function ch(r){switch(r.typeId){case d.Binary:return{sqlType:"binary"};case d.Bool:return{sqlType:"bool"};case d.Date:return{sqlType:"date"};case d.DateDay:return{sqlType:"date32[d]"};case d.DateMillisecond:return{sqlType:"date64[ms]"};case d.Decimal:{let t=r;return{sqlType:"decimal",precision:t.precision,scale:t.scale}}case d.Float:return{sqlType:"float"};case d.Float16:return{sqlType:"float16"};case d.Float32:return{sqlType:"float32"};case d.Float64:return{sqlType:"float64"};case d.Int:return{sqlType:"int32"};case d.Int16:return{sqlType:"int16"};case d.Int32:return{sqlType:"int32"};case d.Int64:return{sqlType:"int64"};case d.Uint16:return{sqlType:"uint16"};case d.Uint32:return{sqlType:"uint32"};case d.Uint64:return{sqlType:"uint64"};case d.Uint8:return{sqlType:"uint8"};case d.IntervalDayTime:return{sqlType:"interval[dt]"};case d.IntervalYearMonth:return{sqlType:"interval[m]"};case d.List:return{sqlType:"list",valueType:ch(r.valueType)};case d.FixedSizeBinary:return{sqlType:"fixedsizebinary",byteWidth:r.byteWidth};case d.Null:return{sqlType:"null"};case d.Utf8:return{sqlType:"utf8"};case d.Struct:return{sqlType:"struct",fields:r.children.map(t=>jp(t.name,t.type))};case d.Map:{let t=r;return{sqlType:"map",keyType:ch(t.keyType),valueType:ch(t.valueType)}}case d.Time:return{sqlType:"time[s]"};case d.TimeMicrosecond:return{sqlType:"time[us]"};case d.TimeMillisecond:return{sqlType:"time[ms]"};case d.TimeNanosecond:return{sqlType:"time[ns]"};case d.TimeSecond:return{sqlType:"time[s]"};case d.Timestamp:return{sqlType:"timestamp",timezone:r.timezone||void 0};case d.TimestampSecond:return{sqlType:"timestamp[s]",timezone:r.timezone||void 0};case d.TimestampMicrosecond:return{sqlType:"timestamp[us]",timezone:r.timezone||void 0};case d.TimestampNanosecond:return{sqlType:"timestamp[ns]",timezone:r.timezone||void 0};case d.TimestampMillisecond:return{sqlType:"timestamp[ms]",timezone:r.timezone||void 0}}throw new Error("unsupported arrow type: ".concat(r.toString()))}function jp(r,t){let e=ch(t);return e.name=r,e}var Kx=new TextEncoder,e_=class{constructor(r,t=null){this._onInstantiationProgress=[],this._worker=null,this._workerShutdownPromise=null,this._workerShutdownResolver=()=>{},this._nextMessageId=0,this._pendingRequests=new Map,this._logger=r,this._onMessageHandler=this.onMessage.bind(this),this._onErrorHandler=this.onError.bind(this),this._onCloseHandler=this.onClose.bind(this),t!=null&&this.attach(t)}get logger(){return this._logger}attach(r){this._worker=r,this._worker.addEventListener("message",this._onMessageHandler),this._worker.addEventListener("error",this._onErrorHandler),this._worker.addEventListener("close",this._onCloseHandler),this._workerShutdownPromise=new Promise((t,e)=>{this._workerShutdownResolver=t})}detach(){this._worker&&(this._worker.removeEventListener("message",this._onMessageHandler),this._worker.removeEventListener("error",this._onErrorHandler),this._worker.removeEventListener("close",this._onCloseHandler),this._worker=null,this._workerShutdownResolver(null),this._workerShutdownPromise=null,this._workerShutdownResolver=()=>{})}async terminate(){this._worker&&(this._worker.terminate(),this._worker=null,this._workerShutdownPromise=null,this._workerShutdownResolver=()=>{})}async postTask(r,t=[]){if(!this._worker){console.error("cannot send a message since the worker is not set!");return}let e=this._nextMessageId++;return this._pendingRequests.set(e,r),this._worker.postMessage({messageId:e,type:r.type,data:r.data},t),await r.promise}onMessage(r){var t;let e=r.data;switch(e.type){case"LOG":{this._logger.log(e.data);return}case"INSTANTIATE_PROGRESS":{for(let n of this._onInstantiationProgress)n(e.data);return}}let i=this._pendingRequests.get(e.requestId);if(!i){console.warn("unassociated response: [".concat(e.requestId,", ").concat(e.type.toString(),"]"));return}if(this._pendingRequests.delete(e.requestId),e.type=="ERROR"){let n=new Error(e.data.message);n.name=e.data.name,(t=Object.getOwnPropertyDescriptor(n,"stack"))!=null&&t.writable&&(n.stack=e.data.stack),i.promiseRejecter(n);return}switch(i.type){case"CLOSE_PREPARED":case"COLLECT_FILE_STATISTICS":case"COPY_FILE_TO_PATH":case"DISCONNECT":case"DROP_FILE":case"DROP_FILES":case"FLUSH_FILES":case"INSERT_ARROW_FROM_IPC_STREAM":case"IMPORT_CSV_FROM_PATH":case"IMPORT_JSON_FROM_PATH":case"OPEN":case"PING":case"REGISTER_FILE_BUFFER":case"REGISTER_FILE_HANDLE":case"REGISTER_FILE_URL":case"RESET":if(e.type=="OK"){i.promiseResolver(e.data);return}break;case"INSTANTIATE":if(this._onInstantiationProgress=[],e.type=="OK"){i.promiseResolver(e.data);return}break;case"GLOB_FILE_INFOS":if(e.type=="FILE_INFOS"){i.promiseResolver(e.data);return}break;case"GET_VERSION":if(e.type=="VERSION_STRING"){i.promiseResolver(e.data);return}break;case"GET_FEATURE_FLAGS":if(e.type=="FEATURE_FLAGS"){i.promiseResolver(e.data);return}break;case"GET_TABLE_NAMES":if(e.type=="TABLE_NAMES"){i.promiseResolver(e.data);return}break;case"TOKENIZE":if(e.type=="SCRIPT_TOKENS"){i.promiseResolver(e.data);return}break;case"COPY_FILE_TO_BUFFER":if(e.type=="FILE_BUFFER"){i.promiseResolver(e.data);return}break;case"EXPORT_FILE_STATISTICS":if(e.type=="FILE_STATISTICS"){i.promiseResolver(e.data);return}break;case"CONNECT":if(e.type=="CONNECTION_INFO"){i.promiseResolver(e.data);return}break;case"RUN_PREPARED":case"RUN_QUERY":if(e.type=="QUERY_RESULT"){i.promiseResolver(e.data);return}break;case"SEND_PREPARED":if(e.type=="QUERY_RESULT_HEADER"){i.promiseResolver(e.data);return}break;case"START_PENDING_QUERY":if(e.type=="QUERY_RESULT_HEADER_OR_NULL"){i.promiseResolver(e.data);return}break;case"POLL_PENDING_QUERY":if(e.type=="QUERY_RESULT_HEADER_OR_NULL"){i.promiseResolver(e.data);return}break;case"CANCEL_PENDING_QUERY":if(this._onInstantiationProgress=[],e.type=="SUCCESS"){i.promiseResolver(e.data);return}break;case"FETCH_QUERY_RESULTS":if(e.type=="QUERY_RESULT_CHUNK"){i.promiseResolver(e.data);return}break;case"CREATE_PREPARED":if(e.type=="PREPARED_STATEMENT_ID"){i.promiseResolver(e.data);return}break}i.promiseRejecter(new Error("unexpected response type: ".concat(e.type.toString())))}onError(r){console.error(r),console.error("error in duckdb worker: ".concat(r.message)),this._pendingRequests.clear()}onClose(){if(this._workerShutdownResolver(null),this._pendingRequests.size!=0){console.warn("worker terminated with ".concat(this._pendingRequests.size," pending requests"));return}this._pendingRequests.clear()}async reset(){let r=new lt("RESET",null);return await this.postTask(r)}async ping(){let r=new lt("PING",null);await this.postTask(r)}async dropFile(r){let t=new lt("DROP_FILE",r);return await this.postTask(t)}async dropFiles(){let r=new lt("DROP_FILES",null);return await this.postTask(r)}async flushFiles(){let r=new lt("FLUSH_FILES",null);return await this.postTask(r)}async instantiate(r,t=null,e=i=>{}){this._onInstantiationProgress.push(e);let i=new lt("INSTANTIATE",[r,t]);return await this.postTask(i)}async getVersion(){let r=new lt("GET_VERSION",null);return await this.postTask(r)}async getFeatureFlags(){let r=new lt("GET_FEATURE_FLAGS",null);return await this.postTask(r)}async open(r){let t=new lt("OPEN",r);await this.postTask(t)}async tokenize(r){let t=new lt("TOKENIZE",r);return await this.postTask(t)}async connectInternal(){let r=new lt("CONNECT",null);return await this.postTask(r)}async connect(){let r=await this.connectInternal();return new Wx(this,r)}async disconnect(r){let t=new lt("DISCONNECT",r);await this.postTask(t)}async runQuery(r,t){let e=new lt("RUN_QUERY",[r,t]);return await this.postTask(e)}async startPendingQuery(r,t){let e=new lt("START_PENDING_QUERY",[r,t]);return await this.postTask(e)}async pollPendingQuery(r){let t=new lt("POLL_PENDING_QUERY",r);return await this.postTask(t)}async cancelPendingQuery(r){let t=new lt("CANCEL_PENDING_QUERY",r);return await this.postTask(t)}async fetchQueryResults(r){let t=new lt("FETCH_QUERY_RESULTS",r);return await this.postTask(t)}async getTableNames(r,t){let e=new lt("GET_TABLE_NAMES",[r,t]);return await this.postTask(e)}async createPrepared(r,t){let e=new lt("CREATE_PREPARED",[r,t]);return await this.postTask(e)}async closePrepared(r,t){let e=new lt("CLOSE_PREPARED",[r,t]);await this.postTask(e)}async runPrepared(r,t,e){let i=new lt("RUN_PREPARED",[r,t,e]);return await this.postTask(i)}async sendPrepared(r,t,e){let i=new lt("SEND_PREPARED",[r,t,e]);return await this.postTask(i)}async globFiles(r){let t=new lt("GLOB_FILE_INFOS",r);return await this.postTask(t)}async registerFileText(r,t){let e=Kx.encode(t);await this.registerFileBuffer(r,e)}async registerFileURL(r,t,e,i){t===void 0&&(t=r);let n=new lt("REGISTER_FILE_URL",[r,t,e,i]);await this.postTask(n)}async registerEmptyFileBuffer(r){let t=new lt("REGISTER_FILE_BUFFER",[r,new Uint8Array]);await this.postTask(t)}async registerFileBuffer(r,t){let e=new lt("REGISTER_FILE_BUFFER",[r,t]);await this.postTask(e,[t.buffer])}async registerFileHandle(r,t,e,i){let n=new lt("REGISTER_FILE_HANDLE",[r,t,e,i]);await this.postTask(n,[])}async collectFileStatistics(r,t){let e=new lt("COLLECT_FILE_STATISTICS",[r,t]);await this.postTask(e,[])}async exportFileStatistics(r){let t=new lt("EXPORT_FILE_STATISTICS",r);return await this.postTask(t,[])}async copyFileToBuffer(r){let t=new lt("COPY_FILE_TO_BUFFER",r);return await this.postTask(t)}async copyFileToPath(r,t){let e=new lt("COPY_FILE_TO_PATH",[r,t]);await this.postTask(e)}async insertArrowFromIPCStream(r,t,e){if(t.length==0)return;let i=new lt("INSERT_ARROW_FROM_IPC_STREAM",[r,t,e]);await this.postTask(i,[t.buffer])}async insertCSVFromPath(r,t,e){if(e.columns!==void 0){let n=[];for(let s in e.columns){let o=e.columns[s];n.push(jp(s,o))}e.columnsFlat=n,delete e.columns}let i=new lt("IMPORT_CSV_FROM_PATH",[r,t,e]);await this.postTask(i)}async insertJSONFromPath(r,t,e){if(e.columns!==void 0){let n=[];for(let s in e.columns){let o=e.columns[s];n.push(jp(s,o))}e.columnsFlat=n,delete e.columns}let i=new lt("IMPORT_JSON_FROM_PATH",[r,t,e]);await this.postTask(i)}};var Jx=async()=>WebAssembly.validate(new Uint8Array([0,97,115,109,1,0,0,0,1,4,1,96,0,0,3,2,1,0,5,3,1,0,1,10,14,1,12,0,65,0,65,0,65,0,252,10,0,0,11])),Qx=async()=>WebAssembly.validate(new Uint8Array([0,97,115,109,1,0,0,0,1,4,1,96,0,0,3,2,1,0,10,8,1,6,0,6,64,25,11,11])),Xx=async()=>WebAssembly.validate(new Uint8Array([0,97,115,109,1,0,0,0,1,5,1,96,0,1,123,3,2,1,0,10,10,1,8,0,65,0,253,15,253,98,11])),Zx=()=>(async r=>{try{return typeof MessageChannel<"u"&&new MessageChannel().port1.postMessage(new SharedArrayBuffer(1)),WebAssembly.validate(r)}catch{return!1}})(new Uint8Array([0,97,115,109,1,0,0,0,1,4,1,96,0,0,3,2,1,0,5,4,1,3,1,1,10,11,1,9,0,65,0,254,16,2,0,26,11])),zp={name:"@duckdb/duckdb-wasm",version:"1.28.1-dev99.0",description:"DuckDB powered by WebAssembly",license:"MIT",repository:{type:"git",url:"https://github.com/duckdb/duckdb-wasm.git"},keywords:["sql","duckdb","relational","database","data","query","wasm","analytics","olap","arrow","parquet","json","csv"],dependencies:{"apache-arrow":"^14.0.1"},devDependencies:{"@types/emscripten":"^1.39.10","@types/jasmine":"^5.1.4","@typescript-eslint/eslint-plugin":"^6.18.0","@typescript-eslint/parser":"^6.18.0",esbuild:"^0.19.10",eslint:"^8.56.0","eslint-plugin-jasmine":"^4.1.3","eslint-plugin-react":"^7.33.2","fast-glob":"^3.3.2",jasmine:"^5.1.0","jasmine-core":"^5.1.1","jasmine-spec-reporter":"^7.0.0","js-sha256":"^0.10.1",karma:"^6.4.2","karma-chrome-launcher":"^3.2.0","karma-coverage":"^2.2.1","karma-firefox-launcher":"^2.1.2","karma-jasmine":"^5.1.0","karma-jasmine-html-reporter":"^2.1.0","karma-sourcemap-loader":"^0.4.0","karma-spec-reporter":"^0.0.36","make-dir":"^4.0.0",nyc:"^15.1.0",prettier:"^3.2.2",puppeteer:"^21.7.0",rimraf:"^5.0.5",s3rver:"^3.7.1",typedoc:"^0.25.7",typescript:"^5.3.3","wasm-feature-detect":"^1.6.1","web-worker":"^1.2.0"},scripts:{"build:debug":"node bundle.mjs debug && tsc --emitDeclarationOnly","build:release":"node bundle.mjs release && tsc --emitDeclarationOnly",docs:"typedoc",report:"node ./coverage.mjs","test:node":"node --enable-source-maps ../../node_modules/jasmine/bin/jasmine ./dist/tests-node.cjs","test:node:debug":"node --inspect-brk --enable-source-maps ../../node_modules/jasmine/bin/jasmine ./dist/tests-node.cjs","test:node:coverage":"nyc -r json --report-dir ./coverage/node node ../../node_modules/jasmine/bin/jasmine ./dist/tests-node.cjs","test:firefox":"karma start ./karma/tests-firefox.cjs","test:chrome":"karma start ./karma/tests-chrome.cjs","test:chrome:eh":"karma start ./karma/tests-chrome-eh.cjs","test:chrome:coverage":"karma start ./karma/tests-chrome-coverage.cjs","test:browser":"karma start ./karma/tests-all.cjs","test:browser:debug":"karma start ./karma/tests-debug.cjs",test:"npm run test:chrome && npm run test:node","test:coverage":"npm run test:chrome:coverage && npm run test:node:coverage && npm run report",lint:"eslint src test"},files:["dist","!dist/types/test"],main:"dist/duckdb-browser.cjs",module:"dist/duckdb-browser.mjs",types:"dist/duckdb-browser.d.ts",jsdelivr:"dist/duckdb-browser.cjs",unpkg:"dist/duckdb-browser.mjs",sideEffects:!1,browser:{fs:!1,path:!1,perf_hooks:!1,os:!1,worker_threads:!1},exports:{"./dist/duckdb-mvp.wasm":"./dist/duckdb-mvp.wasm","./dist/duckdb-eh.wasm":"./dist/duckdb-eh.wasm","./dist/duckdb-coi.wasm":"./dist/duckdb-coi.wasm","./dist/duckdb-browser":"./dist/duckdb-browser.mjs","./dist/duckdb-browser.cjs":"./dist/duckdb-browser.cjs","./dist/duckdb-browser.mjs":"./dist/duckdb-browser.mjs","./dist/duckdb-browser-blocking":"./dist/duckdb-browser-blocking.mjs","./dist/duckdb-browser-blocking.mjs":"./dist/duckdb-browser-blocking.mjs","./dist/duckdb-browser-blocking.cjs":"./dist/duckdb-browser-blocking.cjs","./dist/duckdb-browser-coi.pthread.worker.js":"./dist/duckdb-browser-coi.pthread.worker.js","./dist/duckdb-browser-coi.worker.js":"./dist/duckdb-browser-coi.worker.js","./dist/duckdb-browser-eh.worker.js":"./dist/duckdb-browser-eh.worker.js","./dist/duckdb-browser-mvp.worker.js":"./dist/duckdb-browser-mvp.worker.js","./dist/duckdb-node":"./dist/duckdb-node.cjs","./dist/duckdb-node.cjs":"./dist/duckdb-node.cjs","./dist/duckdb-node-blocking":"./dist/duckdb-node-blocking.cjs","./dist/duckdb-node-blocking.cjs":"./dist/duckdb-node-blocking.cjs","./dist/duckdb-node-eh.worker.cjs":"./dist/duckdb-node-eh.worker.cjs","./dist/duckdb-node-mvp.worker.cjs":"./dist/duckdb-node-mvp.worker.cjs","./blocking":{browser:{types:"./dist/duckdb-browser-blocking.d.ts",import:"./dist/duckdb-browser-blocking.mjs",require:"./dist/duckdb-browser-blocking.cjs"},node:{types:"./dist/duckdb-node-blocking.d.ts",require:"./dist/duckdb-node-blocking.cjs",import:"./dist/duckdb-node-blocking.cjs"},types:"./dist/duckdb-browser-blocking.d.ts",import:"./dist/duckdb-browser-blocking.mjs",require:"./dist/duckdb-browser-blocking.cjs"},".":{browser:{types:"./dist/duckdb-browser.d.ts",import:"./dist/duckdb-browser.mjs",require:"./dist/duckdb-browser.cjs"},node:{types:"./dist/duckdb-node.d.ts",import:"./dist/duckdb-node.cjs",require:"./dist/duckdb-node.cjs"},types:"./dist/duckdb-browser.d.ts",import:"./dist/duckdb-browser.mjs",require:"./dist/duckdb-browser.cjs"}}},tT=zp.name,eT=zp.version,$p=zp.version.split("."),fj=$p[0],pj=$p[1],mj=$p[2],rT=()=>typeof navigator>"u";function r_(){let r="https://cdn.jsdelivr.net/npm/".concat(tT,"@").concat(eT,"/dist/");return{mvp:{mainModule:"".concat(r,"duckdb-mvp.wasm"),mainWorker:"".concat(r,"duckdb-browser-mvp.worker.js")},eh:{mainModule:"".concat(r,"duckdb-eh.wasm"),mainWorker:"".concat(r,"duckdb-browser-eh.worker.js")}}}var Up=null,Cp=null,kp=null,Vp=null,Pp=null;async function iT(){return Up==null&&(Up=typeof BigInt64Array<"u"),Cp==null&&(Cp=await Qx()),kp==null&&(kp=await Zx()),Vp==null&&(Vp=await Xx()),Pp==null&&(Pp=await Jx()),{bigInt64Array:Up,crossOriginIsolated:rT()||globalThis.crossOriginIsolated||!1,wasmExceptions:Cp,wasmSIMD:Vp,wasmThreads:kp,wasmBulkMemory:Pp}}async function i_(r){let t=await iT();if(t.wasmExceptions){if(t.wasmSIMD&&t.wasmThreads&&t.crossOriginIsolated&&r.coi)return{mainModule:r.coi.mainModule,mainWorker:r.coi.mainWorker,pthreadWorker:r.coi.pthreadWorker};if(r.eh)return{mainModule:r.eh.mainModule,mainWorker:r.eh.mainWorker,pthreadWorker:null}}return{mainModule:r.mvp.mainModule,mainWorker:r.mvp.mainWorker,pthreadWorker:null}}var yj=Ux(Cx());function nT(){let r=new TextDecoder;return t=>(typeof SharedArrayBuffer<"u"&&t.buffer instanceof SharedArrayBuffer&&(t=new Uint8Array(t)),r.decode(t))}var gj=nT(),sT=(r=>(r[r.BUFFER=0]="BUFFER",r[r.NODE_FS=1]="NODE_FS",r[r.BROWSER_FILEREADER=2]="BROWSER_FILEREADER",r[r.BROWSER_FSACCESS=3]="BROWSER_FSACCESS",r[r.HTTP=4]="HTTP",r[r.S3=5]="S3",r))(sT||{});function aT(r={}){let{duckdb:t,connection:e,...i}=r,n=t,s=e,o;function a(){return o||(o=(n?Promise.resolve(n):cT(i).then(u=>n=u)).then(u=>u.connect()).then(u=>s=u)),o}async function c(){return n||await a(),n}async function l(){return s||await a(),s}return{getDuckDB:c,getConnection:l,query:async u=>{let{type:f,sql:m}=u,F=await(await l()).query(m);return f==="exec"?void 0:f==="arrow"?F:F.toArray()}}}async function cT({log:r=!1}={}){let t=r_(),e=await i_(t),i=URL.createObjectURL(new Blob([`importScripts("${e.mainWorker}");`],{type:"text/javascript"})),n=new Worker(i),s=r?new Zb:new Xb,o=new e_(s,n);return await o.instantiate(e.mainModule,e.pthreadWorker),URL.revokeObjectURL(i),o}function lT(r,t,{source:e,clients:i=e?new Set([e]):void 0}){let n=t!==void 0?wu(r,$a(t)):null;return{meta:{type:"point"},source:e,clients:i,value:t,predicate:n}}function uT(r,t,{source:e,clients:i=e?new Set([e]):void 0}){let n=null;if(t){let s=t.map(o=>{let a=o.map((c,l)=>wu(r[l],$a(c)));return a.length>1?no(a):a[0]});n=s.length>1?Wa(s):s[0]}return{meta:{type:"point"},source:e,clients:i,value:t,predicate:n}}function dT(r,t,{source:e,clients:i=e?new Set([e]):void 0,bin:n,scale:s,pixelSize:o=1}){let a=t!=null?ds(r,t):null;return{meta:{type:"interval",scales:s&&[s],bin:n,pixelSize:o},source:e,clients:i,value:t,predicate:a}}function hT(r,t,{source:e,clients:i=e?new Set([e]):void 0,bin:n,scales:s=[],pixelSize:o=1}){let a=t!=null?no(r.map((l,u)=>ds(l,t[u]))):null;return{meta:{type:"interval",scales:s,bin:n,pixelSize:o},source:e,clients:i,value:t,predicate:a}}var fT={contains:gf,prefix:bf,suffix:_f,regexp:yf};function pT(r,t,{source:e,clients:i=void 0,method:n="contains"}){let s=fT[n],o=t?s(r,$a(t)):null;return{meta:{type:"match",method:n},source:e,clients:i,value:t,predicate:o}}function mT(){let r=new Set,t,e=new Promise(i=>t=i);return{pending(i){r.add(i)},ready(i){return r.delete(i),r.size===0},resolve(){e=new Promise(i=>{t(),t=i})},get promise(){return e}}}function yT(r){return Ff(r)?gT(r):bT(r)}function gT(r){let{numRows:t,numCols:e,schema:{fields:i}}=r,n={};for(let s=0;s<e;++s){let o=i[s].name;n[o]?console.warn(`Redundant column name "${o}". Skipping...`):n[o]=Mf(r.getChildAt(s))}return{numRows:t,columns:n}}function bT(r){let t=r.length;if(typeof r[0]=="object"){let e=t?Object.keys(r[0]):[],i={};return e.length>0&&e.forEach(n=>{i[n]=r.map(s=>s[n])}),{numRows:t,columns:i}}else return{numRows:t,values:r}}export{Ou as Coordinator,uh as MosaicClient,oo as Param,di as Priority,Nu as Selection,dT as clauseInterval,hT as clauseIntervals,pT as clauseMatch,lT as clausePoint,uT as clausePoints,E0 as convertArrowArrayType,Mf as convertArrowColumn,Nf as convertArrowValue,P0 as coordinator,Rf as distinct,Ff as isArrowTable,Fu as isParam,W0 as isSelection,G0 as restConnector,ff as socketConnector,mT as synchronizer,lh as throttle,yT as toDataColumns,aT as wasmConnector};
|
|
11
|
+
]`}concat(...t){let r=this.schema,n=this.data.concat(t.flatMap(({data:i})=>i));return new e(r,n.map(i=>new ot(r,i)))}slice(t,r){let n=this.schema;[t,r]=Cs({length:this.numRows},t,r);let i=tu(this.data,this._offsets,t,r);return new e(n,i.map(s=>new ot(n,s)))}getChild(t){return this.getChildAt(this.schema.fields.findIndex(r=>r.name===t))}getChildAt(t){if(t>-1&&t<this.schema.fields.length){let r=this.data.map(n=>n.children[t]);if(r.length===0){let{type:n}=this.schema.fields[t],i=D({type:n,length:0,nullCount:0});r.push(i._changeLengthAndBackfillNullBitmap(this.numRows))}return new k(r)}return null}setChild(t,r){var n;return this.setChildAt((n=this.schema.fields)===null||n===void 0?void 0:n.findIndex(i=>i.name===t),r)}setChildAt(t,r){let n=this.schema,i=[...this.batches];if(t>-1&&t<this.numCols){r||(r=new k([D({type:new Dt,length:this.numRows})]));let s=n.fields.slice(),o=s[t].clone({type:r.type}),a=this.schema.fields.map((c,u)=>this.getChildAt(u));[s[t],a[t]]=[o,r],[n,i]=Ou(n,a)}return new e(n,i)}select(t){let r=this.schema.fields.reduce((n,i,s)=>n.set(i.name,s),new Map);return this.selectAt(t.map(n=>r.get(n)).filter(n=>n>-1))}selectAt(t){let r=this.schema.selectAt(t),n=this.batches.map(i=>i.selectAt(t));return new e(r,n)}assign(t){let r=this.schema.fields,[n,i]=t.schema.fields.reduce((a,c,u)=>{let[d,f]=a,p=r.findIndex(m=>m.name===c.name);return~p?f[p]=u:d.push(u),a},[[],[]]),s=this.schema.assign(t.schema),o=[...r.map((a,c)=>[c,i[c]]).map(([a,c])=>c===void 0?this.getChildAt(a):t.getChildAt(c)),...n.map(a=>t.getChildAt(a))].filter(Boolean);return new e(...Ou(s,o))}};Ip=Symbol.toStringTag;Rt[Ip]=(e=>(e.schema=null,e.batches=[],e._offsets=new Uint32Array([0]),e._nullCount=-1,e[Symbol.isConcatSpreadable]=!0,e.isValid=wi(Vs),e.get=wi(lt.getVisitFn(l.Struct)),e.set=eu(wt.getVisitFn(l.Struct)),e.indexOf=ru(Tn.getVisitFn(l.Struct)),"Table"))(Rt.prototype);var vp,ot=class e{constructor(...t){switch(t.length){case 2:{if([this.schema]=t,!(this.schema instanceof $))throw new TypeError("RecordBatch constructor expects a [Schema, Data] pair.");if([,this.data=D({nullCount:0,type:new J(this.schema.fields),children:this.schema.fields.map(r=>D({type:r.type,nullCount:0}))})]=t,!(this.data instanceof j))throw new TypeError("RecordBatch constructor expects a [Schema, Data] pair.");[this.schema,this.data]=xp(this.schema,this.data.children);break}case 1:{let[r]=t,{fields:n,children:i,length:s}=Object.keys(r).reduce((c,u,d)=>(c.children[d]=r[u],c.length=Math.max(c.length,r[u].length),c.fields[d]=U.new({name:u,type:r[u].type,nullable:!0}),c),{length:0,fields:new Array,children:new Array}),o=new $(n),a=D({type:new J(n),length:s,children:i,nullCount:0});[this.schema,this.data]=xp(o,a.children,s);break}default:throw new TypeError("RecordBatch constructor expects an Object mapping names to child Data, or a [Schema, Data] pair.")}}get dictionaries(){return this._dictionaries||(this._dictionaries=Sp(this.schema.fields,this.data.children))}get numCols(){return this.schema.fields.length}get numRows(){return this.data.length}get nullCount(){return this.data.nullCount}isValid(t){return this.data.getValid(t)}get(t){return lt.visit(this.data,t)}at(t){return this.get(xn(t,this.numRows))}set(t,r){return wt.visit(this.data,t,r)}indexOf(t,r){return Tn.visit(this.data,t,r)}[Symbol.iterator](){return Ii.visit(new k([this.data]))}toArray(){return[...this]}concat(...t){return new Rt(this.schema,[this,...t])}slice(t,r){let[n]=new k([this.data]).slice(t,r).data;return new e(this.schema,n)}getChild(t){var r;return this.getChildAt((r=this.schema.fields)===null||r===void 0?void 0:r.findIndex(n=>n.name===t))}getChildAt(t){return t>-1&&t<this.schema.fields.length?new k([this.data.children[t]]):null}setChild(t,r){var n;return this.setChildAt((n=this.schema.fields)===null||n===void 0?void 0:n.findIndex(i=>i.name===t),r)}setChildAt(t,r){let n=this.schema,i=this.data;if(t>-1&&t<this.numCols){r||(r=new k([D({type:new Dt,length:this.numRows})]));let s=n.fields.slice(),o=i.children.slice(),a=s[t].clone({type:r.type});[s[t],o[t]]=[a,r.data[0]],n=new $(s,new Map(this.schema.metadata)),i=D({type:new J(s),children:o})}return new e(n,i)}select(t){let r=this.schema.select(t),n=new J(r.fields),i=[];for(let s of t){let o=this.schema.fields.findIndex(a=>a.name===s);~o&&(i[o]=this.data.children[o])}return new e(r,D({type:n,length:this.numRows,children:i}))}selectAt(t){let r=this.schema.selectAt(t),n=t.map(s=>this.data.children[s]).filter(Boolean),i=D({type:new J(r.fields),length:this.numRows,children:n});return new e(r,i)}};vp=Symbol.toStringTag;ot[vp]=(e=>(e._nullCount=-1,e[Symbol.isConcatSpreadable]=!0,"RecordBatch"))(ot.prototype);function xp(e,t,r=t.reduce((n,i)=>Math.max(n,i.length),0)){var n;let i=[...e.fields],s=[...t],o=(r+63&-64)>>3;for(let[a,c]of e.fields.entries()){let u=t[a];(!u||u.length!==r)&&(i[a]=c.clone({nullable:!0}),s[a]=(n=u?._changeLengthAndBackfillNullBitmap(r))!==null&&n!==void 0?n:D({type:c.type,length:r,nullCount:r,nullBitmap:new Uint8Array(o)}))}return[e.assign(i),D({type:new J(i),length:r,children:s})]}function Sp(e,t,r=new Map){var n,i;if(((n=e?.length)!==null&&n!==void 0?n:0)>0&&e?.length===t?.length)for(let s=-1,o=e.length;++s<o;){let{type:a}=e[s],c=t[s];for(let u of[c,...((i=c?.dictionary)===null||i===void 0?void 0:i.data)||[]])Sp(a.children,u?.children,r);if(g.isDictionary(a)){let{id:u}=a;if(!r.has(u))c?.dictionary&&r.set(u,c.dictionary);else if(r.get(u)!==c.dictionary)throw new Error("Cannot create Schema containing two different dictionaries with the same Id")}}return r}var Mn=class extends ot{constructor(t){let r=t.fields.map(i=>D({type:i.type})),n=D({type:new J(t.fields),nullCount:0,children:r});super(t,n)}};var Be=class e{constructor(){this.bb=null,this.bb_pos=0}__init(t,r){return this.bb_pos=t,this.bb=r,this}static getRootAsMessage(t,r){return(r||new e).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsMessage(t,r){return t.setPosition(t.position()+4),(r||new e).__init(t.readInt32(t.position())+t.position(),t)}version(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt16(this.bb_pos+t):z.V1}headerType(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.readUint8(this.bb_pos+t):C.NONE}header(t){let r=this.bb.__offset(this.bb_pos,8);return r?this.bb.__union(t,this.bb_pos+r):null}bodyLength(){let t=this.bb.__offset(this.bb_pos,10);return t?this.bb.readInt64(this.bb_pos+t):BigInt("0")}customMetadata(t,r){let n=this.bb.__offset(this.bb_pos,12);return n?(r||new pt).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+n)+t*4),this.bb):null}customMetadataLength(){let t=this.bb.__offset(this.bb_pos,12);return t?this.bb.__vector_len(this.bb_pos+t):0}static startMessage(t){t.startObject(5)}static addVersion(t,r){t.addFieldInt16(0,r,z.V1)}static addHeaderType(t,r){t.addFieldInt8(1,r,C.NONE)}static addHeader(t,r){t.addFieldOffset(2,r,0)}static addBodyLength(t,r){t.addFieldInt64(3,r,BigInt("0"))}static addCustomMetadata(t,r){t.addFieldOffset(4,r,0)}static createCustomMetadataVector(t,r){t.startVector(4,r.length,4);for(let n=r.length-1;n>=0;n--)t.addOffset(r[n]);return t.endVector()}static startCustomMetadataVector(t,r){t.startVector(4,r,4)}static endMessage(t){return t.endObject()}static finishMessageBuffer(t,r){t.finish(r)}static finishSizePrefixedMessageBuffer(t,r){t.finish(r,void 0,!0)}static createMessage(t,r,n,i,s,o){return e.startMessage(t),e.addVersion(t,r),e.addHeaderType(t,n),e.addHeader(t,i),e.addBodyLength(t,s),e.addCustomMetadata(t,o),e.endMessage(t)}};var Nd=class extends I{visit(t,r){return t==null||r==null?void 0:super.visit(t,r)}visitNull(t,r){return Ds.startNull(r),Ds.endNull(r)}visitInt(t,r){return be.startInt(r),be.addBitWidth(r,t.bitWidth),be.addIsSigned(r,t.isSigned),be.endInt(r)}visitFloat(t,r){return $r.startFloatingPoint(r),$r.addPrecision(r,t.precision),$r.endFloatingPoint(r)}visitBinary(t,r){return Ts.startBinary(r),Ts.endBinary(r)}visitLargeBinary(t,r){return Os.startLargeBinary(r),Os.endLargeBinary(r)}visitBool(t,r){return As.startBool(r),As.endBool(r)}visitUtf8(t,r){return Rs.startUtf8(r),Rs.endUtf8(r)}visitLargeUtf8(t,r){return Bs.startLargeUtf8(r),Bs.endLargeUtf8(r)}visitDecimal(t,r){return Pe.startDecimal(r),Pe.addScale(r,t.scale),Pe.addPrecision(r,t.precision),Pe.addBitWidth(r,t.bitWidth),Pe.endDecimal(r)}visitDate(t,r){return Vr.startDate(r),Vr.addUnit(r,t.unit),Vr.endDate(r)}visitTime(t,r){return tr.startTime(r),tr.addUnit(r,t.unit),tr.addBitWidth(r,t.bitWidth),tr.endTime(r)}visitTimestamp(t,r){let n=t.timezone&&r.createString(t.timezone)||void 0;return er.startTimestamp(r),er.addUnit(r,t.unit),n!==void 0&&er.addTimezone(r,n),er.endTimestamp(r)}visitInterval(t,r){return Wr.startInterval(r),Wr.addUnit(r,t.unit),Wr.endInterval(r)}visitDuration(t,r){return jr.startDuration(r),jr.addUnit(r,t.unit),jr.endDuration(r)}visitList(t,r){return Ns.startList(r),Ns.endList(r)}visitStruct(t,r){return Fs.startStruct_(r),Fs.endStruct_(r)}visitUnion(t,r){we.startTypeIdsVector(r,t.typeIds.length);let n=we.createTypeIdsVector(r,t.typeIds);return we.startUnion(r),we.addMode(r,t.mode),we.addTypeIds(r,n),we.endUnion(r)}visitDictionary(t,r){let n=this.visit(t.indices,r);return ke.startDictionaryEncoding(r),ke.addId(r,BigInt(t.id)),ke.addIsOrdered(r,t.isOrdered),n!==void 0&&ke.addIndexType(r,n),ke.endDictionaryEncoding(r)}visitFixedSizeBinary(t,r){return zr.startFixedSizeBinary(r),zr.addByteWidth(r,t.byteWidth),zr.endFixedSizeBinary(r)}visitFixedSizeList(t,r){return qr.startFixedSizeList(r),qr.addListSize(r,t.listSize),qr.endFixedSizeList(r)}visitMap(t,r){return Yr.startMap(r),Yr.addKeysSorted(r,t.keysSorted),Yr.endMap(r)}},Bu=new Nd;function Op(e,t=new Map){return new $(z_(e,t),Nu(e.metadata),t)}function Dd(e){return new It(e.count,Np(e.columns),Dp(e.columns))}function Bp(e){return new Vt(Dd(e.data),e.id,e.isDelta)}function z_(e,t){return(e.fields||[]).filter(Boolean).map(r=>U.fromJSON(r,t))}function Ep(e,t){return(e.children||[]).filter(Boolean).map(r=>U.fromJSON(r,t))}function Np(e){return(e||[]).reduce((t,r)=>[...t,new le(r.count,q_(r.VALIDITY)),...Np(r.children)],[])}function Dp(e,t=[]){for(let r=-1,n=(e||[]).length;++r<n;){let i=e[r];i.VALIDITY&&t.push(new Pt(t.length,i.VALIDITY.length)),i.TYPE_ID&&t.push(new Pt(t.length,i.TYPE_ID.length)),i.OFFSET&&t.push(new Pt(t.length,i.OFFSET.length)),i.DATA&&t.push(new Pt(t.length,i.DATA.length)),t=Dp(i.children,t)}return t}function q_(e){return(e||[]).reduce((t,r)=>t+ +(r===0),0)}function Fp(e,t){let r,n,i,s,o,a;return!t||!(s=e.dictionary)?(o=Ap(e,Ep(e,t)),i=new U(e.name,o,e.nullable,Nu(e.metadata))):t.has(r=s.id)?(n=(n=s.indexType)?Tp(n):new Ve,a=new Kt(t.get(r),n,r,s.isOrdered),i=new U(e.name,a,e.nullable,Nu(e.metadata))):(n=(n=s.indexType)?Tp(n):new Ve,t.set(r,o=Ap(e,Ep(e,t))),a=new Kt(o,n,r,s.isOrdered),i=new U(e.name,a,e.nullable,Nu(e.metadata))),i||null}function Nu(e=[]){return new Map(e.map(({key:t,value:r})=>[t,r]))}function Tp(e){return new mt(e.isSigned,e.bitWidth)}function Ap(e,t){let r=e.type.name;switch(r){case"NONE":return new Dt;case"null":return new Dt;case"binary":return new rr;case"largebinary":return new nr;case"utf8":return new ir;case"largeutf8":return new sr;case"bool":return new or;case"list":return new ve((t||[])[0]);case"struct":return new J(t||[]);case"struct_":return new J(t||[])}switch(r){case"int":{let n=e.type;return new mt(n.isSigned,n.bitWidth)}case"floatingpoint":{let n=e.type;return new ae(Y[n.precision])}case"decimal":{let n=e.type;return new ar(n.scale,n.precision,n.bitWidth)}case"date":{let n=e.type;return new cr(st[n.unit])}case"time":{let n=e.type;return new ur(_[n.unit],n.bitWidth)}case"timestamp":{let n=e.type;return new lr(_[n.unit],n.timezone)}case"interval":{let n=e.type;return new dr(ht[n.unit])}case"duration":{let n=e.type;return new fr(_[n.unit])}case"union":{let n=e.type,[i,...s]=(n.mode+"").toLowerCase(),o=i.toUpperCase()+s.join("");return new Se(H[o],n.typeIds||[],t||[])}case"fixedsizebinary":{let n=e.type;return new hr(n.byteWidth)}case"fixedsizelist":{let n=e.type;return new Ee(n.listSize,(t||[])[0])}case"map":{let n=e.type;return new Te((t||[])[0],n.keysSorted)}}throw new Error(`Unrecognized type: "${r}"`)}var $_=In,W_=Ht,jt=class e{static fromJSON(t,r){let n=new e(0,z.V5,r);return n._createHeader=Y_(t,r),n}static decode(t){t=new W_(A(t));let r=Be.getRootAsMessage(t),n=r.bodyLength(),i=r.version(),s=r.headerType(),o=new e(n,i,s);return o._createHeader=G_(r,s),o}static encode(t){let r=new $_,n=-1;return t.isSchema()?n=$.encode(r,t.header()):t.isRecordBatch()?n=It.encode(r,t.header()):t.isDictionaryBatch()&&(n=Vt.encode(r,t.header())),Be.startMessage(r),Be.addVersion(r,z.V5),Be.addHeader(r,n),Be.addHeaderType(r,t.headerType),Be.addBodyLength(r,BigInt(t.bodyLength)),Be.finishMessageBuffer(r,Be.endMessage(r)),r.asUint8Array()}static from(t,r=0){if(t instanceof $)return new e(0,z.V5,C.Schema,t);if(t instanceof It)return new e(r,z.V5,C.RecordBatch,t);if(t instanceof Vt)return new e(r,z.V5,C.DictionaryBatch,t);throw new Error(`Unrecognized Message header: ${t}`)}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===C.Schema}isRecordBatch(){return this.headerType===C.RecordBatch}isDictionaryBatch(){return this.headerType===C.DictionaryBatch}constructor(t,r,n,i){this._version=r,this._headerType=n,this.body=new Uint8Array(0),i&&(this._createHeader=()=>i),this._bodyLength=P(t)}},It=class{get nodes(){return this._nodes}get length(){return this._length}get buffers(){return this._buffers}constructor(t,r,n){this._nodes=r,this._buffers=n,this._length=P(t)}},Vt=class{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}constructor(t,r,n=!1){this._data=t,this._isDelta=n,this._id=P(r)}},Pt=class{constructor(t,r){this.offset=P(t),this.length=P(r)}},le=class{constructor(t,r){this.length=P(t),this.nullCount=P(r)}};function Y_(e,t){return()=>{switch(t){case C.Schema:return $.fromJSON(e);case C.RecordBatch:return It.fromJSON(e);case C.DictionaryBatch:return Vt.fromJSON(e)}throw new Error(`Unrecognized Message type: { name: ${C[t]}, type: ${t} }`)}}function G_(e,t){return()=>{switch(t){case C.Schema:return $.decode(e.header(new Ct),new Map,e.version());case C.RecordBatch:return It.decode(e.header(new Qt),e.version());case C.DictionaryBatch:return Vt.decode(e.header(new Ze),e.version())}throw new Error(`Unrecognized Message type: { name: ${C[t]}, type: ${t} }`)}}U.encode=ib;U.decode=rb;U.fromJSON=Fp;$.encode=nb;$.decode=H_;$.fromJSON=Op;It.encode=sb;It.decode=Q_;It.fromJSON=Dd;Vt.encode=ob;Vt.decode=K_;Vt.fromJSON=Bp;le.encode=ab;le.decode=X_;Pt.encode=cb;Pt.decode=J_;function H_(e,t=new Map,r=z.V5){let n=eb(e,t);return new $(n,Du(e),t,r)}function Q_(e,t=z.V5){if(e.compression()!==null)throw new Error("Record batch compression not implemented");return new It(e.length(),Z_(e),tb(e,t))}function K_(e,t=z.V5){return new Vt(It.decode(e.data(),t),e.id(),e.isDelta())}function J_(e){return new Pt(e.offset(),e.length())}function X_(e){return new le(e.length(),e.nullCount())}function Z_(e){let t=[];for(let r,n=-1,i=-1,s=e.nodesLength();++n<s;)(r=e.nodes(n))&&(t[++i]=le.decode(r));return t}function tb(e,t){let r=[];for(let n,i=-1,s=-1,o=e.buffersLength();++i<o;)(n=e.buffers(i))&&(t<z.V4&&(n.bb_pos+=8*(i+1)),r[++s]=Pt.decode(n));return r}function eb(e,t){let r=[];for(let n,i=-1,s=-1,o=e.fieldsLength();++i<o;)(n=e.fields(i))&&(r[++s]=U.decode(n,t));return r}function Rp(e,t){let r=[];for(let n,i=-1,s=-1,o=e.childrenLength();++i<o;)(n=e.children(i))&&(r[++s]=U.decode(n,t));return r}function rb(e,t){let r,n,i,s,o,a;return!t||!(a=e.dictionary())?(i=Mp(e,Rp(e,t)),n=new U(e.name(),i,e.nullable(),Du(e))):t.has(r=P(a.id()))?(s=(s=a.indexType())?Lp(s):new Ve,o=new Kt(t.get(r),s,r,a.isOrdered()),n=new U(e.name(),o,e.nullable(),Du(e))):(s=(s=a.indexType())?Lp(s):new Ve,t.set(r,i=Mp(e,Rp(e,t))),o=new Kt(i,s,r,a.isOrdered()),n=new U(e.name(),o,e.nullable(),Du(e))),n||null}function Du(e){let t=new Map;if(e)for(let r,n,i=-1,s=Math.trunc(e.customMetadataLength());++i<s;)(r=e.customMetadata(i))&&(n=r.key())!=null&&t.set(n,r.value());return t}function Lp(e){return new mt(e.isSigned(),e.bitWidth())}function Mp(e,t){let r=e.typeType();switch(r){case Q.NONE:return new Dt;case Q.Null:return new Dt;case Q.Binary:return new rr;case Q.LargeBinary:return new nr;case Q.Utf8:return new ir;case Q.LargeUtf8:return new sr;case Q.Bool:return new or;case Q.List:return new ve((t||[])[0]);case Q.Struct_:return new J(t||[])}switch(r){case Q.Int:{let n=e.type(new be);return new mt(n.isSigned(),n.bitWidth())}case Q.FloatingPoint:{let n=e.type(new $r);return new ae(n.precision())}case Q.Decimal:{let n=e.type(new Pe);return new ar(n.scale(),n.precision(),n.bitWidth())}case Q.Date:{let n=e.type(new Vr);return new cr(n.unit())}case Q.Time:{let n=e.type(new tr);return new ur(n.unit(),n.bitWidth())}case Q.Timestamp:{let n=e.type(new er);return new lr(n.unit(),n.timezone())}case Q.Interval:{let n=e.type(new Wr);return new dr(n.unit())}case Q.Duration:{let n=e.type(new jr);return new fr(n.unit())}case Q.Union:{let n=e.type(new we);return new Se(n.mode(),n.typeIdsArray()||[],t||[])}case Q.FixedSizeBinary:{let n=e.type(new zr);return new hr(n.byteWidth())}case Q.FixedSizeList:{let n=e.type(new qr);return new Ee(n.listSize(),(t||[])[0])}case Q.Map:{let n=e.type(new Yr);return new Te((t||[])[0],n.keysSorted())}}throw new Error(`Unrecognized type: "${Q[r]}" (${r})`)}function nb(e,t){let r=t.fields.map(s=>U.encode(e,s));Ct.startFieldsVector(e,r.length);let n=Ct.createFieldsVector(e,r),i=t.metadata&&t.metadata.size>0?Ct.createCustomMetadataVector(e,[...t.metadata].map(([s,o])=>{let a=e.createString(`${s}`),c=e.createString(`${o}`);return pt.startKeyValue(e),pt.addKey(e,a),pt.addValue(e,c),pt.endKeyValue(e)})):-1;return Ct.startSchema(e),Ct.addFields(e,n),Ct.addEndianness(e,ub?Pr.Little:Pr.Big),i!==-1&&Ct.addCustomMetadata(e,i),Ct.endSchema(e)}function ib(e,t){let r=-1,n=-1,i=-1,s=t.type,o=t.typeId;g.isDictionary(s)?(o=s.dictionary.typeId,i=Bu.visit(s,e),n=Bu.visit(s.dictionary,e)):n=Bu.visit(s,e);let a=(s.children||[]).map(d=>U.encode(e,d)),c=Tt.createChildrenVector(e,a),u=t.metadata&&t.metadata.size>0?Tt.createCustomMetadataVector(e,[...t.metadata].map(([d,f])=>{let p=e.createString(`${d}`),m=e.createString(`${f}`);return pt.startKeyValue(e),pt.addKey(e,p),pt.addValue(e,m),pt.endKeyValue(e)})):-1;return t.name&&(r=e.createString(t.name)),Tt.startField(e),Tt.addType(e,n),Tt.addTypeType(e,o),Tt.addChildren(e,c),Tt.addNullable(e,!!t.nullable),r!==-1&&Tt.addName(e,r),i!==-1&&Tt.addDictionary(e,i),u!==-1&&Tt.addCustomMetadata(e,u),Tt.endField(e)}function sb(e,t){let r=t.nodes||[],n=t.buffers||[];Qt.startNodesVector(e,r.length);for(let o of r.slice().reverse())le.encode(e,o);let i=e.endVector();Qt.startBuffersVector(e,n.length);for(let o of n.slice().reverse())Pt.encode(e,o);let s=e.endVector();return Qt.startRecordBatch(e),Qt.addLength(e,BigInt(t.length)),Qt.addNodes(e,i),Qt.addBuffers(e,s),Qt.endRecordBatch(e)}function ob(e,t){let r=It.encode(e,t.data);return Ze.startDictionaryBatch(e),Ze.addId(e,BigInt(t.id)),Ze.addIsDelta(e,t.isDelta),Ze.addData(e,r),Ze.endDictionaryBatch(e)}function ab(e,t){return di.createFieldNode(e,BigInt(t.length),BigInt(t.nullCount))}function cb(e,t){return li.createBuffer(e,BigInt(t.offset),BigInt(t.length))}var ub=(()=>{let e=new ArrayBuffer(2);return new DataView(e).setInt16(0,256,!0),new Int16Array(e)[0]===256})();var Rd=e=>`Expected ${C[e]} Message in stream, but was null or length 0.`,Ld=e=>`Header pointer of flatbuffer-encoded ${C[e]} Message is null or length 0.`,Up=(e,t)=>`Expected to read ${e} metadata bytes, but only read ${t}.`,Cp=(e,t)=>`Expected to read ${e} bytes for message body, but only read ${t}.`,Bi=class{constructor(t){this.source=t instanceof qe?t:new qe(t)}[Symbol.iterator](){return this}next(){let t;return(t=this.readMetadataLength()).done?X:t.value===-1&&(t=this.readMetadataLength()).done?X:(t=this.readMetadata(t.value)).done?X:t}throw(t){return this.source.throw(t)}return(t){return this.source.return(t)}readMessage(t){let r;if((r=this.next()).done)return null;if(t!=null&&r.value.headerType!==t)throw new Error(Rd(t));return r.value}readMessageBody(t){if(t<=0)return new Uint8Array(0);let r=A(this.source.read(t));if(r.byteLength<t)throw new Error(Cp(t,r.byteLength));return r.byteOffset%8===0&&r.byteOffset+r.byteLength<=r.buffer.byteLength?r:r.slice()}readSchema(t=!1){let r=C.Schema,n=this.readMessage(r),i=n?.header();if(t&&!i)throw new Error(Ld(r));return i}readMetadataLength(){let t=this.source.read(Fu),r=t&&new Ht(t),n=r?.readInt32(0)||0;return{done:n===0,value:n}}readMetadata(t){let r=this.source.read(t);if(!r)return X;if(r.byteLength<t)throw new Error(Up(t,r.byteLength));return{done:!1,value:jt.decode(r)}}},yo=class{constructor(t,r){this.source=t instanceof ce?t:dc(t)?new Jr(t,r):new ce(t)}[Symbol.asyncIterator](){return this}next(){return y(this,void 0,void 0,function*(){let t;return(t=yield this.readMetadataLength()).done?X:t.value===-1&&(t=yield this.readMetadataLength()).done?X:(t=yield this.readMetadata(t.value)).done?X:t})}throw(t){return y(this,void 0,void 0,function*(){return yield this.source.throw(t)})}return(t){return y(this,void 0,void 0,function*(){return yield this.source.return(t)})}readMessage(t){return y(this,void 0,void 0,function*(){let r;if((r=yield this.next()).done)return null;if(t!=null&&r.value.headerType!==t)throw new Error(Rd(t));return r.value})}readMessageBody(t){return y(this,void 0,void 0,function*(){if(t<=0)return new Uint8Array(0);let r=A(yield this.source.read(t));if(r.byteLength<t)throw new Error(Cp(t,r.byteLength));return r.byteOffset%8===0&&r.byteOffset+r.byteLength<=r.buffer.byteLength?r:r.slice()})}readSchema(){return y(this,arguments,void 0,function*(t=!1){let r=C.Schema,n=yield this.readMessage(r),i=n?.header();if(t&&!i)throw new Error(Ld(r));return i})}readMetadataLength(){return y(this,void 0,void 0,function*(){let t=yield this.source.read(Fu),r=t&&new Ht(t),n=r?.readInt32(0)||0;return{done:n===0,value:n}})}readMetadata(t){return y(this,void 0,void 0,function*(){let r=yield this.source.read(t);if(!r)return X;if(r.byteLength<t)throw new Error(Up(t,r.byteLength));return{done:!1,value:jt.decode(r)}})}},go=class extends Bi{constructor(t){super(new Uint8Array(0)),this._schema=!1,this._body=[],this._batchIndex=0,this._dictionaryIndex=0,this._json=t instanceof js?t:new js(t)}next(){let{_json:t}=this;if(!this._schema)return this._schema=!0,{done:!1,value:jt.fromJSON(t.schema,C.Schema)};if(this._dictionaryIndex<t.dictionaries.length){let r=t.dictionaries[this._dictionaryIndex++];return this._body=r.data.columns,{done:!1,value:jt.fromJSON(r,C.DictionaryBatch)}}if(this._batchIndex<t.batches.length){let r=t.batches[this._batchIndex++];return this._body=r.columns,{done:!1,value:jt.fromJSON(r,C.RecordBatch)}}return this._body=[],X}readMessageBody(t){return r(this._body);function r(n){return(n||[]).reduce((i,s)=>[...i,...s.VALIDITY&&[s.VALIDITY]||[],...s.TYPE_ID&&[s.TYPE_ID]||[],...s.OFFSET&&[s.OFFSET]||[],...s.DATA&&[s.DATA]||[],...r(s.children)],[])}}readMessage(t){let r;if((r=this.next()).done)return null;if(t!=null&&r.value.headerType!==t)throw new Error(Rd(t));return r.value}readSchema(){let t=C.Schema,r=this.readMessage(t),n=r?.header();if(!r||!n)throw new Error(Ld(t));return n}},Fu=4,Fd="ARROW1",Ni=new Uint8Array(Fd.length);for(let e=0;e<Fd.length;e+=1)Ni[e]=Fd.codePointAt(e);function Ru(e,t=0){for(let r=-1,n=Ni.length;++r<n;)if(Ni[r]!==e[t+r])return!1;return!0}var Di=Ni.length,Md=Di+Fu,kp=Di*2+Fu;var xt=class e extends On{constructor(t){super(),this._impl=t}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(t){return this._impl.throw(t)}return(t){return this._impl.return(t)}cancel(){return this._impl.cancel()}reset(t){return this._impl.reset(t),this._DOMStream=void 0,this._nodeStream=void 0,this}open(t){let r=this._impl.open(t);return me(r)?r.then(()=>this):this}readRecordBatch(t){return this._impl.isFile()?this._impl.readRecordBatch(t):null}[Symbol.iterator](){return this._impl[Symbol.iterator]()}[Symbol.asyncIterator](){return this._impl[Symbol.asyncIterator]()}toDOMStream(){return bt.toDOMStream(this.isSync()?{[Symbol.iterator]:()=>this}:{[Symbol.asyncIterator]:()=>this})}toNodeStream(){return bt.toNodeStream(this.isSync()?{[Symbol.iterator]:()=>this}:{[Symbol.asyncIterator]:()=>this},{objectMode:!0})}static throughNode(t){throw new Error('"throughNode" not available in this environment')}static throughDOM(t,r){throw new Error('"throughDOM" not available in this environment')}static from(t){return t instanceof e?t:uc(t)?db(t):dc(t)?pb(t):me(t)?y(this,void 0,void 0,function*(){return yield e.from(yield t)}):fc(t)||ws(t)||pc(t)||ie(t)?hb(new ce(t)):fb(new qe(t))}static readAll(t){return t instanceof e?t.isSync()?Pp(t):Vp(t):uc(t)||ArrayBuffer.isView(t)||ye(t)||lc(t)?Pp(t):Vp(t)}},We=class extends xt{constructor(t){super(t),this._impl=t}readAll(){return[...this]}[Symbol.iterator](){return this._impl[Symbol.iterator]()}[Symbol.asyncIterator](){return Yt(this,arguments,function*(){yield R(yield*ci(pe(this[Symbol.iterator]())))})}},Xr=class extends xt{constructor(t){super(t),this._impl=t}readAll(){return y(this,void 0,void 0,function*(){var t,r,n,i;let s=new Array;try{for(var o=!0,a=pe(this),c;c=yield a.next(),t=c.done,!t;o=!0){i=c.value,o=!1;let u=i;s.push(u)}}catch(u){r={error:u}}finally{try{!o&&!t&&(n=a.return)&&(yield n.call(a))}finally{if(r)throw r.error}}return s})}[Symbol.iterator](){throw new Error("AsyncRecordBatchStreamReader is not Iterable")}[Symbol.asyncIterator](){return this._impl[Symbol.asyncIterator]()}},Zr=class extends We{constructor(t){super(t),this._impl=t}},_o=class extends Xr{constructor(t){super(t),this._impl=t}},Lu=class{get numDictionaries(){return this._dictionaryIndex}get numRecordBatches(){return this._recordBatchIndex}constructor(t=new Map){this.closed=!1,this.autoDestroy=!0,this._dictionaryIndex=0,this._recordBatchIndex=0,this.dictionaries=t}isSync(){return!1}isAsync(){return!1}isFile(){return!1}isStream(){return!1}reset(t){return this._dictionaryIndex=0,this._recordBatchIndex=0,this.schema=t,this.dictionaries=new Map,this}_loadRecordBatch(t,r){let n=this._loadVectors(t,r,this.schema.fields),i=D({type:new J(this.schema.fields),length:t.length,children:n});return new ot(this.schema,i)}_loadDictionaryBatch(t,r){let{id:n,isDelta:i}=t,{dictionaries:s,schema:o}=this,a=s.get(n),c=o.dictionaries.get(n),u=this._loadVectors(t.data,r,[c]);return(a&&i?a.concat(new k(u)):new k(u)).memoize()}_loadVectors(t,r,n){return new Ws(r,t.nodes,t.buffers,this.dictionaries,this.schema.metadataVersion).visitMany(n)}},Fi=class extends Lu{constructor(t,r){super(r),this._reader=uc(t)?new go(this._handle=t):new Bi(this._handle=t)}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(t){return this.closed||(this.autoDestroy=jp(this,t),this.schema||(this.schema=this._reader.readSchema())||this.cancel()),this}throw(t){return!this.closed&&this.autoDestroy&&(this.closed=!0)?this.reset()._reader.throw(t):X}return(t){return!this.closed&&this.autoDestroy&&(this.closed=!0)?this.reset()._reader.return(t):X}next(){if(this.closed)return X;let t,{_reader:r}=this;for(;t=this._readNextMessageAndValidate();)if(t.isSchema())this.reset(t.header());else if(t.isRecordBatch()){this._recordBatchIndex++;let n=t.header(),i=r.readMessageBody(t.bodyLength);return{done:!1,value:this._loadRecordBatch(n,i)}}else if(t.isDictionaryBatch()){this._dictionaryIndex++;let n=t.header(),i=r.readMessageBody(t.bodyLength),s=this._loadDictionaryBatch(n,i);this.dictionaries.set(n.id,s)}return this.schema&&this._recordBatchIndex===0?(this._recordBatchIndex++,{done:!1,value:new Mn(this.schema)}):this.return()}_readNextMessageAndValidate(t){return this._reader.readMessage(t)}},Ri=class extends Lu{constructor(t,r){super(r),this._reader=new yo(this._handle=t)}isAsync(){return!0}isStream(){return!0}[Symbol.asyncIterator](){return this}cancel(){return y(this,void 0,void 0,function*(){!this.closed&&(this.closed=!0)&&(yield this.reset()._reader.return(),this._reader=null,this.dictionaries=null)})}open(t){return y(this,void 0,void 0,function*(){return this.closed||(this.autoDestroy=jp(this,t),this.schema||(this.schema=yield this._reader.readSchema())||(yield this.cancel())),this})}throw(t){return y(this,void 0,void 0,function*(){return!this.closed&&this.autoDestroy&&(this.closed=!0)?yield this.reset()._reader.throw(t):X})}return(t){return y(this,void 0,void 0,function*(){return!this.closed&&this.autoDestroy&&(this.closed=!0)?yield this.reset()._reader.return(t):X})}next(){return y(this,void 0,void 0,function*(){if(this.closed)return X;let t,{_reader:r}=this;for(;t=yield this._readNextMessageAndValidate();)if(t.isSchema())yield this.reset(t.header());else if(t.isRecordBatch()){this._recordBatchIndex++;let n=t.header(),i=yield r.readMessageBody(t.bodyLength);return{done:!1,value:this._loadRecordBatch(n,i)}}else if(t.isDictionaryBatch()){this._dictionaryIndex++;let n=t.header(),i=yield r.readMessageBody(t.bodyLength),s=this._loadDictionaryBatch(n,i);this.dictionaries.set(n.id,s)}return this.schema&&this._recordBatchIndex===0?(this._recordBatchIndex++,{done:!1,value:new Mn(this.schema)}):yield this.return()})}_readNextMessageAndValidate(t){return y(this,void 0,void 0,function*(){return yield this._reader.readMessage(t)})}},Mu=class extends Fi{get footer(){return this._footer}get numDictionaries(){return this._footer?this._footer.numDictionaries:0}get numRecordBatches(){return this._footer?this._footer.numRecordBatches:0}constructor(t,r){super(t instanceof zs?t:new zs(t),r)}isSync(){return!0}isFile(){return!0}open(t){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(t)}readRecordBatch(t){var r;if(this.closed)return null;this._footer||this.open();let n=(r=this._footer)===null||r===void 0?void 0:r.getRecordBatch(t);if(n&&this._handle.seek(n.offset)){let i=this._reader.readMessage(C.RecordBatch);if(i?.isRecordBatch()){let s=i.header(),o=this._reader.readMessageBody(i.bodyLength);return this._loadRecordBatch(s,o)}}return null}_readDictionaryBatch(t){var r;let n=(r=this._footer)===null||r===void 0?void 0:r.getDictionaryBatch(t);if(n&&this._handle.seek(n.offset)){let i=this._reader.readMessage(C.DictionaryBatch);if(i?.isDictionaryBatch()){let s=i.header(),o=this._reader.readMessageBody(i.bodyLength),a=this._loadDictionaryBatch(s,o);this.dictionaries.set(s.id,a)}}}_readFooter(){let{_handle:t}=this,r=t.size-Md,n=t.readInt32(r),i=t.readAt(r-n,n);return yr.decode(i)}_readNextMessageAndValidate(t){var r;if(this._footer||this.open(),this._footer&&this._recordBatchIndex<this.numRecordBatches){let n=(r=this._footer)===null||r===void 0?void 0:r.getRecordBatch(this._recordBatchIndex);if(n&&this._handle.seek(n.offset))return this._reader.readMessage(t)}return null}},Ud=class extends Ri{get footer(){return this._footer}get numDictionaries(){return this._footer?this._footer.numDictionaries:0}get numRecordBatches(){return this._footer?this._footer.numRecordBatches:0}constructor(t,...r){let n=typeof r[0]!="number"?r.shift():void 0,i=r[0]instanceof Map?r.shift():void 0;super(t instanceof Jr?t:new Jr(t,n),i)}isFile(){return!0}isAsync(){return!0}open(t){let r=Object.create(null,{open:{get:()=>super.open}});return y(this,void 0,void 0,function*(){if(!this.closed&&!this._footer){this.schema=(this._footer=yield this._readFooter()).schema;for(let n of this._footer.dictionaryBatches())n&&(yield this._readDictionaryBatch(this._dictionaryIndex++))}return yield r.open.call(this,t)})}readRecordBatch(t){return y(this,void 0,void 0,function*(){var r;if(this.closed)return null;this._footer||(yield this.open());let n=(r=this._footer)===null||r===void 0?void 0:r.getRecordBatch(t);if(n&&(yield this._handle.seek(n.offset))){let i=yield this._reader.readMessage(C.RecordBatch);if(i?.isRecordBatch()){let s=i.header(),o=yield this._reader.readMessageBody(i.bodyLength);return this._loadRecordBatch(s,o)}}return null})}_readDictionaryBatch(t){return y(this,void 0,void 0,function*(){var r;let n=(r=this._footer)===null||r===void 0?void 0:r.getDictionaryBatch(t);if(n&&(yield this._handle.seek(n.offset))){let i=yield this._reader.readMessage(C.DictionaryBatch);if(i?.isDictionaryBatch()){let s=i.header(),o=yield this._reader.readMessageBody(i.bodyLength),a=this._loadDictionaryBatch(s,o);this.dictionaries.set(s.id,a)}}})}_readFooter(){return y(this,void 0,void 0,function*(){let{_handle:t}=this;t._pending&&(yield t._pending);let r=t.size-Md,n=yield t.readInt32(r),i=yield t.readAt(r-n,n);return yr.decode(i)})}_readNextMessageAndValidate(t){return y(this,void 0,void 0,function*(){if(this._footer||(yield this.open()),this._footer&&this._recordBatchIndex<this.numRecordBatches){let r=this._footer.getRecordBatch(this._recordBatchIndex);if(r&&(yield this._handle.seek(r.offset)))return yield this._reader.readMessage(t)}return null})}},Cd=class extends Fi{constructor(t,r){super(t,r)}_loadVectors(t,r,n){return new ou(r,t.nodes,t.buffers,this.dictionaries,this.schema.metadataVersion).visitMany(n)}};function jp(e,t){return t&&typeof t.autoDestroy=="boolean"?t.autoDestroy:e.autoDestroy}function*Pp(e){let t=xt.from(e);try{if(!t.open({autoDestroy:!1}).closed)do yield t;while(!t.reset().open().closed)}finally{t.cancel()}}function Vp(e){return Yt(this,arguments,function*(){let r=yield R(xt.from(e));try{if(!(yield R(r.open({autoDestroy:!1}))).closed)do yield yield R(r);while(!(yield R(r.reset().open())).closed)}finally{yield R(r.cancel())}})}function db(e){return new We(new Cd(e))}function fb(e){let t=e.peek(Di+7&-8);return t&&t.byteLength>=4?Ru(t)?new Zr(new Mu(e.read())):new We(new Fi(e)):new We(new Fi(function*(){}()))}function hb(e){return y(this,void 0,void 0,function*(){let t=yield e.peek(Di+7&-8);return t&&t.byteLength>=4?Ru(t)?new Zr(new Mu(yield e.read())):new Xr(new Ri(e)):new Xr(new Ri(function(){return Yt(this,arguments,function*(){})}()))})}function pb(e){return y(this,void 0,void 0,function*(){let{size:t}=yield e.stat(),r=new Jr(e,t);return t>=kp&&Ru(yield r.readAt(0,Di+7&-8))?new _o(new Ud(r)):new Xr(new Ri(r))})}var rt=class e extends I{static assemble(...t){let r=i=>i.flatMap(s=>Array.isArray(s)?r(s):s instanceof ot?s.data.children:s.data),n=new e;return n.visitMany(r(t)),n}constructor(){super(),this._byteLength=0,this._nodes=[],this._buffers=[],this._bufferRegions=[]}visit(t){if(t instanceof k)return this.visitMany(t.data),this;let{type:r}=t;if(!g.isDictionary(r)){let{length:n}=t;if(n>2147483647)throw new RangeError("Cannot write arrays larger than 2^31 - 1 in length");if(g.isUnion(r))this.nodes.push(new le(n,0));else{let{nullCount:i}=t;g.isNull(r)||Ne.call(this,i<=0?new Uint8Array(0):Sn(t.offset,n,t.nullBitmap)),this.nodes.push(new le(n,i))}}return super.visit(t)}visitNull(t){return this}visitDictionary(t){return this.visit(t.clone(t.type.indices))}get nodes(){return this._nodes}get buffers(){return this._buffers}get byteLength(){return this._byteLength}get bufferRegions(){return this._bufferRegions}};function Ne(e){let t=e.byteLength+7&-8;return this.buffers.push(e),this.bufferRegions.push(new Pt(this._byteLength,t)),this._byteLength+=t,this}function mb(e){var t;let{type:r,length:n,typeIds:i,valueOffsets:s}=e;if(Ne.call(this,i),r.mode===H.Sparse)return kd.call(this,e);if(r.mode===H.Dense){if(e.offset<=0)return Ne.call(this,s),kd.call(this,e);{let o=new Int32Array(n),a=Object.create(null),c=Object.create(null);for(let u,d,f=-1;++f<n;)(u=i[f])!==void 0&&((d=a[u])===void 0&&(d=a[u]=s[f]),o[f]=s[f]-d,c[u]=((t=c[u])!==null&&t!==void 0?t:0)+1);Ne.call(this,o),this.visitMany(e.children.map((u,d)=>{let f=r.typeIds[d],p=a[f],m=c[f];return u.slice(p,Math.min(n,m))}))}}return this}function yb(e){let t;return e.nullCount>=e.length?Ne.call(this,new Uint8Array(0)):(t=e.values)instanceof Uint8Array?Ne.call(this,Sn(e.offset,e.length,t)):Ne.call(this,En(e.values))}function Sr(e){return Ne.call(this,e.values.subarray(0,e.length*e.stride))}function Uu(e){let{length:t,values:r,valueOffsets:n}=e,i=P(n[0]),s=P(n[t]),o=Math.min(s-i,r.byteLength-i);return Ne.call(this,yc(-i,t+1,n)),Ne.call(this,r.subarray(i,i+o)),this}function Pd(e){let{length:t,valueOffsets:r}=e;if(r){let{[0]:n,[t]:i}=r;return Ne.call(this,yc(-n,t+1,r)),this.visit(e.children[0].slice(n,i-n))}return this.visit(e.children[0])}function kd(e){return this.visitMany(e.type.children.map((t,r)=>e.children[r]).filter(Boolean))[0]}rt.prototype.visitBool=yb;rt.prototype.visitInt=Sr;rt.prototype.visitFloat=Sr;rt.prototype.visitUtf8=Uu;rt.prototype.visitLargeUtf8=Uu;rt.prototype.visitBinary=Uu;rt.prototype.visitLargeBinary=Uu;rt.prototype.visitFixedSizeBinary=Sr;rt.prototype.visitDate=Sr;rt.prototype.visitTimestamp=Sr;rt.prototype.visitTime=Sr;rt.prototype.visitDecimal=Sr;rt.prototype.visitList=Pd;rt.prototype.visitStruct=kd;rt.prototype.visitUnion=mb;rt.prototype.visitInterval=Sr;rt.prototype.visitDuration=Sr;rt.prototype.visitFixedSizeList=Pd;rt.prototype.visitMap=Pd;var Un=class extends On{static throughNode(t){throw new Error('"throughNode" not available in this environment')}static throughDOM(t,r){throw new Error('"throughDOM" not available in this environment')}constructor(t){super(),this._position=0,this._started=!1,this._sink=new ze,this._schema=null,this._dictionaryBlocks=[],this._recordBatchBlocks=[],this._seenDictionaries=new Map,this._dictionaryDeltaOffsets=new Map,Nt(t)||(t={autoDestroy:!0,writeLegacyIpcFormat:!1}),this._autoDestroy=typeof t.autoDestroy=="boolean"?t.autoDestroy:!0,this._writeLegacyIpcFormat=typeof t.writeLegacyIpcFormat=="boolean"?t.writeLegacyIpcFormat:!1}toString(t=!1){return this._sink.toString(t)}toUint8Array(t=!1){return this._sink.toUint8Array(t)}writeAll(t){return me(t)?t.then(r=>this.writeAll(r)):ie(t)?jd(this,t):Vd(this,t)}get closed(){return this._sink.closed}[Symbol.asyncIterator](){return this._sink[Symbol.asyncIterator]()}toDOMStream(t){return this._sink.toDOMStream(t)}toNodeStream(t){return this._sink.toNodeStream(t)}close(){return this.reset()._sink.close()}abort(t){return this.reset()._sink.abort(t)}finish(){return this._autoDestroy?this.close():this.reset(this._sink,this._schema),this}reset(t=this._sink,r=null){return t===this._sink||t instanceof ze?this._sink=t:(this._sink=new ze,t&&nh(t)?this.toDOMStream({type:"bytes"}).pipeTo(t):t&&ih(t)&&this.toNodeStream({objectMode:!1}).pipe(t)),this._started&&this._schema&&this._writeFooter(this._schema),this._started=!1,this._dictionaryBlocks=[],this._recordBatchBlocks=[],this._seenDictionaries=new Map,this._dictionaryDeltaOffsets=new Map,(!r||!Ln(r,this._schema))&&(r==null?(this._position=0,this._schema=null):(this._started=!0,this._schema=r,this._writeSchema(r))),this}write(t){let r=null;if(this._sink){if(t==null)return this.finish()&&void 0;if(t instanceof Rt&&!(r=t.schema))return this.finish()&&void 0;if(t instanceof ot&&!(r=t.schema))return this.finish()&&void 0}else throw new Error("RecordBatchWriter is closed");if(r&&!Ln(r,this._schema)){if(this._started&&this._autoDestroy)return this.close();this.reset(this._sink,r)}t instanceof ot?t instanceof Mn||this._writeRecordBatch(t):t instanceof Rt?this.writeAll(t.batches):ye(t)&&this.writeAll(t)}_writeMessage(t,r=8){let n=r-1,i=jt.encode(t),s=i.byteLength,o=this._writeLegacyIpcFormat?4:8,a=s+o+n&~n,c=a-s-o;return t.headerType===C.RecordBatch?this._recordBatchBlocks.push(new gr(a,t.bodyLength,this._position)):t.headerType===C.DictionaryBatch&&this._dictionaryBlocks.push(new gr(a,t.bodyLength,this._position)),this._writeLegacyIpcFormat||this._write(Int32Array.of(-1)),this._write(Int32Array.of(a-o)),s>0&&this._write(i),this._writePadding(c)}_write(t){if(this._started){let r=A(t);r&&r.byteLength>0&&(this._sink.write(r),this._position+=r.byteLength)}return this}_writeSchema(t){return this._writeMessage(jt.from(t))}_writeFooter(t){return this._writeLegacyIpcFormat?this._write(Int32Array.of(0)):this._write(Int32Array.of(-1,0))}_writeMagic(){return this._write(Ni)}_writePadding(t){return t>0?this._write(new Uint8Array(t)):this}_writeRecordBatch(t){let{byteLength:r,nodes:n,bufferRegions:i,buffers:s}=rt.assemble(t),o=new It(t.numRows,n,i),a=jt.from(o,r);return this._writeDictionaries(t)._writeMessage(a)._writeBodyBuffers(s)}_writeDictionaryBatch(t,r,n=!1){let{byteLength:i,nodes:s,bufferRegions:o,buffers:a}=rt.assemble(new k([t])),c=new It(t.length,s,o),u=new Vt(c,r,n),d=jt.from(u,i);return this._writeMessage(d)._writeBodyBuffers(a)}_writeBodyBuffers(t){let r,n,i;for(let s=-1,o=t.length;++s<o;)(r=t[s])&&(n=r.byteLength)>0&&(this._write(r),(i=(n+7&-8)-n)>0&&this._writePadding(i));return this}_writeDictionaries(t){var r,n;for(let[i,s]of t.dictionaries){let o=(r=s?.data)!==null&&r!==void 0?r:[],a=this._seenDictionaries.get(i),c=(n=this._dictionaryDeltaOffsets.get(i))!==null&&n!==void 0?n:0;if(!a||a.data[0]!==o[0])for(let[u,d]of o.entries())this._writeDictionaryBatch(d,i,u>0);else if(c<o.length)for(let u of o.slice(c))this._writeDictionaryBatch(u,i,!0);this._seenDictionaries.set(i,s),this._dictionaryDeltaOffsets.set(i,o.length)}return this}},Cn=class e extends Un{static writeAll(t,r){let n=new e(r);return me(t)?t.then(i=>n.writeAll(i)):ie(t)?jd(n,t):Vd(n,t)}},kn=class e extends Un{static writeAll(t){let r=new e;return me(t)?t.then(n=>r.writeAll(n)):ie(t)?jd(r,t):Vd(r,t)}constructor(){super(),this._autoDestroy=!0}_writeSchema(t){return this._writeMagic()._writePadding(2)}_writeDictionaryBatch(t,r,n=!1){if(!n&&this._seenDictionaries.has(r))throw new Error("The Arrow File format does not support replacement dictionaries. ");return super._writeDictionaryBatch(t,r,n)}_writeFooter(t){let r=yr.encode(new yr(t,z.V5,this._recordBatchBlocks,this._dictionaryBlocks));return super._writeFooter(t)._write(r)._write(Int32Array.of(r.byteLength))._writeMagic()}};function Vd(e,t){let r=t;t instanceof Rt&&(r=t.batches,e.reset(void 0,t.schema));for(let n of r)e.write(n);return e.finish()}function jd(e,t){return y(this,void 0,void 0,function*(){var r,n,i,s,o,a,c;try{for(r=!0,n=pe(t);i=yield n.next(),s=i.done,!s;r=!0){c=i.value,r=!1;let u=c;e.write(u)}}catch(u){o={error:u}}finally{try{!r&&!s&&(a=n.return)&&(yield a.call(n))}finally{if(o)throw o.error}}return e.finish()})}function zp(e,t){if(ie(e))return _b(e,t);if(ye(e))return gb(e,t);throw new Error("toDOMStream() must be called with an Iterable or AsyncIterable")}function gb(e,t){let r=null,n=t?.type==="bytes"||!1,i=t?.highWaterMark||Math.pow(2,24);return new ReadableStream(Object.assign(Object.assign({},t),{start(o){s(o,r||(r=e[Symbol.iterator]()))},pull(o){r?s(o,r):o.close()},cancel(){(r?.return&&r.return()||!0)&&(r=null)}}),Object.assign({highWaterMark:n?i:void 0},t));function s(o,a){let c,u=null,d=o.desiredSize||null;for(;!(u=a.next(n?d:null)).done;)if(ArrayBuffer.isView(u.value)&&(c=A(u.value))&&(d!=null&&n&&(d=d-c.byteLength+1),u.value=c),o.enqueue(u.value),d!=null&&--d<=0)return;o.close()}}function _b(e,t){let r=null,n=t?.type==="bytes"||!1,i=t?.highWaterMark||Math.pow(2,24);return new ReadableStream(Object.assign(Object.assign({},t),{start(o){return y(this,void 0,void 0,function*(){yield s(o,r||(r=e[Symbol.asyncIterator]()))})},pull(o){return y(this,void 0,void 0,function*(){r?yield s(o,r):o.close()})},cancel(){return y(this,void 0,void 0,function*(){(r?.return&&(yield r.return())||!0)&&(r=null)})}}),Object.assign({highWaterMark:n?i:void 0},t));function s(o,a){return y(this,void 0,void 0,function*(){let c,u=null,d=o.desiredSize||null;for(;!(u=yield a.next(n?d:null)).done;)if(ArrayBuffer.isView(u.value)&&(c=A(u.value))&&(d!=null&&n&&(d=d-c.byteLength+1),u.value=c),o.enqueue(u.value),d!=null&&--d<=0)return;o.close()})}}function Wp(e){return new zd(e)}var zd=class{constructor(t){this._numChunks=0,this._finished=!1,this._bufferedSize=0;let{["readableStrategy"]:r,["writableStrategy"]:n,["queueingStrategy"]:i="count"}=t,s=eh(t,["readableStrategy","writableStrategy","queueingStrategy"]);this._controller=null,this._builder=Nn(s),this._getSize=i!=="bytes"?qp:$p;let{["highWaterMark"]:o=i==="bytes"?Math.pow(2,14):1e3}=Object.assign({},r),{["highWaterMark"]:a=i==="bytes"?Math.pow(2,14):1e3}=Object.assign({},n);this.readable=new ReadableStream({cancel:()=>{this._builder.clear()},pull:c=>{this._maybeFlush(this._builder,this._controller=c)},start:c=>{this._maybeFlush(this._builder,this._controller=c)}},{highWaterMark:o,size:i!=="bytes"?qp:$p}),this.writable=new WritableStream({abort:()=>{this._builder.clear()},write:()=>{this._maybeFlush(this._builder,this._controller)},close:()=>{this._maybeFlush(this._builder.finish(),this._controller)}},{highWaterMark:a,size:c=>this._writeValueAndReturnChunkSize(c)})}_writeValueAndReturnChunkSize(t){let r=this._bufferedSize;return this._bufferedSize=this._getSize(this._builder.append(t)),this._bufferedSize-r}_maybeFlush(t,r){r!=null&&(this._bufferedSize>=r.desiredSize&&++this._numChunks&&this._enqueue(r,t.toVector()),t.finished&&((t.length>0||this._numChunks===0)&&++this._numChunks&&this._enqueue(r,t.toVector()),!this._finished&&(this._finished=!0)&&this._enqueue(r,null)))}_enqueue(t,r){this._bufferedSize=0,this._controller=null,r==null?t.close():t.enqueue(r)}},qp=e=>{var t;return(t=e?.length)!==null&&t!==void 0?t:0},$p=e=>{var t;return(t=e?.byteLength)!==null&&t!==void 0?t:0};function Cu(e,t){let r=new ze,n=null,i=new ReadableStream({cancel(){return y(this,void 0,void 0,function*(){yield r.close()})},start(a){return y(this,void 0,void 0,function*(){yield o(a,n||(n=yield s()))})},pull(a){return y(this,void 0,void 0,function*(){n?yield o(a,n):a.close()})}});return{writable:new WritableStream(r,Object.assign({highWaterMark:Math.pow(2,14)},e)),readable:i};function s(){return y(this,void 0,void 0,function*(){return yield(yield xt.from(r)).open(t)})}function o(a,c){return y(this,void 0,void 0,function*(){let u=a.desiredSize,d=null;for(;!(d=yield c.next()).done;)if(a.enqueue(d.value),u!=null&&--u<=0)return;a.close()})}}function ku(e,t){let r=new this(e),n=new ce(r),i=new ReadableStream({cancel(){return y(this,void 0,void 0,function*(){yield n.cancel()})},pull(o){return y(this,void 0,void 0,function*(){yield s(o)})},start(o){return y(this,void 0,void 0,function*(){yield s(o)})}},Object.assign({highWaterMark:Math.pow(2,14)},t));return{writable:new WritableStream(r,e),readable:i};function s(o){return y(this,void 0,void 0,function*(){let a=null,c=o.desiredSize;for(;a=yield n.read(c||null);)if(o.enqueue(a),c!=null&&(c-=a.byteLength)<=0)return;o.close()})}}function Pu(e,t="stream"){return(t==="stream"?Cn:kn).writeAll(e).toUint8Array(!0)}var xb=Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},td),Ed),yd),ed),Gl),md),Kl),{compareSchemas:Ln,compareFields:bp,compareTypes:wp});bt.toDOMStream=zp;Z.throughDOM=Wp;xt.throughDOM=Cu;Zr.throughDOM=Cu;We.throughDOM=Cu;Un.throughDOM=ku;kn.throughDOM=ku;Cn.throughDOM=ku;var vb=Object.create,Gp=Object.defineProperty,Sb=Object.getOwnPropertyDescriptor,Eb=Object.getOwnPropertyNames,Tb=Object.getPrototypeOf,Ab=Object.prototype.hasOwnProperty,Ob=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),Bb=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of Eb(t))!Ab.call(e,i)&&i!==r&&Gp(e,i,{get:()=>t[i],enumerable:!(n=Sb(t,i))||n.enumerable});return e},Nb=(e,t,r)=>(r=e!=null?vb(Tb(e)):{},Bb(t||!e||!e.__esModule?Gp(r,"default",{value:e,enumerable:!0}):r,e)),Db=Ob((e,t)=>{t.exports=Worker}),Fb=(e=>(e[e.UNDEFINED=0]="UNDEFINED",e[e.AUTOMATIC=1]="AUTOMATIC",e[e.READ_ONLY=2]="READ_ONLY",e[e.READ_WRITE=3]="READ_WRITE",e))(Fb||{}),Rb=(e=>(e[e.IDENTIFIER=0]="IDENTIFIER",e[e.NUMERIC_CONSTANT=1]="NUMERIC_CONSTANT",e[e.STRING_CONSTANT=2]="STRING_CONSTANT",e[e.OPERATOR=3]="OPERATOR",e[e.KEYWORD=4]="KEYWORD",e[e.COMMENT=5]="COMMENT",e))(Rb||{}),Lb=(e=>(e[e.NONE=0]="NONE",e[e.DEBUG=1]="DEBUG",e[e.INFO=2]="INFO",e[e.WARNING=3]="WARNING",e[e.ERROR=4]="ERROR",e))(Lb||{}),Mb=(e=>(e[e.NONE=0]="NONE",e[e.CONNECT=1]="CONNECT",e[e.DISCONNECT=2]="DISCONNECT",e[e.OPEN=3]="OPEN",e[e.QUERY=4]="QUERY",e[e.INSTANTIATE=5]="INSTANTIATE",e))(Mb||{}),Ub=(e=>(e[e.NONE=0]="NONE",e[e.OK=1]="OK",e[e.ERROR=2]="ERROR",e[e.START=3]="START",e[e.RUN=4]="RUN",e[e.CAPTURE=5]="CAPTURE",e))(Ub||{}),Cb=(e=>(e[e.NONE=0]="NONE",e[e.WEB_WORKER=1]="WEB_WORKER",e[e.NODE_WORKER=2]="NODE_WORKER",e[e.BINDINGS=3]="BINDINGS",e[e.ASYNC_DUCKDB=4]="ASYNC_DUCKDB",e))(Cb||{}),Hp=class{log(e){}},Qp=class{constructor(e=2){this.level=e}log(e){e.level>=this.level&&console.log(e)}};var kb=(e=>(e[e.SUCCESS=0]="SUCCESS",e))(kb||{}),Pb=class{constructor(e,t){this._bindings=e,this._conn=t}get bindings(){return this._bindings}async close(){return this._bindings.disconnect(this._conn)}useUnsafe(e){return e(this._bindings,this._conn)}async query(e){this._bindings.logger.log({timestamp:new Date,level:2,origin:4,topic:4,event:4,value:e});let t=await this._bindings.runQuery(this._conn,e),r=xt.from(t);return console.assert(r.isSync(),"Reader is not sync"),console.assert(r.isFile(),"Reader is not file"),new Rt(r)}async send(e){this._bindings.logger.log({timestamp:new Date,level:2,origin:4,topic:4,event:4,value:e});let t=await this._bindings.startPendingQuery(this._conn,e);for(;t==null;)t=await this._bindings.pollPendingQuery(this._conn);let r=new Kp(this._bindings,this._conn,t),n=await xt.from(r);return console.assert(n.isAsync()),console.assert(n.isStream()),n}async cancelSent(){return await this._bindings.cancelPendingQuery(this._conn)}async getTableNames(e){return await this._bindings.getTableNames(this._conn,e)}async prepare(e){let t=await this._bindings.createPrepared(this._conn,e);return new Vb(this._bindings,this._conn,t)}async insertArrowTable(e,t){let r=Pu(e,"stream");await this.insertArrowFromIPCStream(r,t)}async insertArrowFromIPCStream(e,t){await this._bindings.insertArrowFromIPCStream(this._conn,e,t)}async insertCSVFromPath(e,t){await this._bindings.insertCSVFromPath(this._conn,e,t)}async insertJSONFromPath(e,t){await this._bindings.insertJSONFromPath(this._conn,e,t)}},Kp=class{constructor(e,t,r){this.db=e,this.conn=t,this.header=r,this._first=!0,this._depleted=!1,this._inFlight=null}async next(){if(this._first)return this._first=!1,{done:!1,value:this.header};if(this._depleted)return{done:!0,value:null};let e;return this._inFlight!=null?(e=await this._inFlight,this._inFlight=null):e=await this.db.fetchQueryResults(this.conn),this._depleted=e.length==0,this._depleted||(this._inFlight=this.db.fetchQueryResults(this.conn)),{done:this._depleted,value:e}}[Symbol.asyncIterator](){return this}},Vb=class{constructor(e,t,r){this.bindings=e,this.connectionId=t,this.statementId=r}async close(){await this.bindings.closePrepared(this.connectionId,this.statementId)}async query(...e){let t=await this.bindings.runPrepared(this.connectionId,this.statementId,e),r=xt.from(t);return console.assert(r.isSync()),console.assert(r.isFile()),new Rt(r)}async send(...e){let t=await this.bindings.sendPrepared(this.connectionId,this.statementId,e),r=new Kp(this.bindings,this.connectionId,t),n=await xt.from(r);return console.assert(n.isAsync()),console.assert(n.isStream()),n}},jb=(e=>(e.CANCEL_PENDING_QUERY="CANCEL_PENDING_QUERY",e.CLOSE_PREPARED="CLOSE_PREPARED",e.COLLECT_FILE_STATISTICS="COLLECT_FILE_STATISTICS",e.CONNECT="CONNECT",e.COPY_FILE_TO_BUFFER="COPY_FILE_TO_BUFFER",e.COPY_FILE_TO_PATH="COPY_FILE_TO_PATH",e.CREATE_PREPARED="CREATE_PREPARED",e.DISCONNECT="DISCONNECT",e.DROP_FILE="DROP_FILE",e.DROP_FILES="DROP_FILES",e.EXPORT_FILE_STATISTICS="EXPORT_FILE_STATISTICS",e.FETCH_QUERY_RESULTS="FETCH_QUERY_RESULTS",e.FLUSH_FILES="FLUSH_FILES",e.GET_FEATURE_FLAGS="GET_FEATURE_FLAGS",e.GET_TABLE_NAMES="GET_TABLE_NAMES",e.GET_VERSION="GET_VERSION",e.GLOB_FILE_INFOS="GLOB_FILE_INFOS",e.INSERT_ARROW_FROM_IPC_STREAM="INSERT_ARROW_FROM_IPC_STREAM",e.INSERT_CSV_FROM_PATH="IMPORT_CSV_FROM_PATH",e.INSERT_JSON_FROM_PATH="IMPORT_JSON_FROM_PATH",e.INSTANTIATE="INSTANTIATE",e.OPEN="OPEN",e.PING="PING",e.POLL_PENDING_QUERY="POLL_PENDING_QUERY",e.REGISTER_FILE_BUFFER="REGISTER_FILE_BUFFER",e.REGISTER_FILE_HANDLE="REGISTER_FILE_HANDLE",e.REGISTER_FILE_URL="REGISTER_FILE_URL",e.RESET="RESET",e.RUN_PREPARED="RUN_PREPARED",e.RUN_QUERY="RUN_QUERY",e.SEND_PREPARED="SEND_PREPARED",e.START_PENDING_QUERY="START_PENDING_QUERY",e.TOKENIZE="TOKENIZE",e))(jb||{}),zb=(e=>(e.CONNECTION_INFO="CONNECTION_INFO",e.ERROR="ERROR",e.FEATURE_FLAGS="FEATURE_FLAGS",e.FILE_BUFFER="FILE_BUFFER",e.FILE_INFOS="FILE_INFOS",e.FILE_SIZE="FILE_SIZE",e.FILE_STATISTICS="FILE_STATISTICS",e.INSTANTIATE_PROGRESS="INSTANTIATE_PROGRESS",e.LOG="LOG",e.OK="OK",e.PREPARED_STATEMENT_ID="PREPARED_STATEMENT_ID",e.QUERY_PLAN="QUERY_PLAN",e.QUERY_RESULT="QUERY_RESULT",e.QUERY_RESULT_CHUNK="QUERY_RESULT_CHUNK",e.QUERY_RESULT_HEADER="QUERY_RESULT_HEADER",e.QUERY_RESULT_HEADER_OR_NULL="QUERY_RESULT_HEADER_OR_NULL",e.REGISTERED_FILE="REGISTERED_FILE",e.SCRIPT_TOKENS="SCRIPT_TOKENS",e.SUCCESS="SUCCESS",e.TABLE_NAMES="TABLE_NAMES",e.VERSION_STRING="VERSION_STRING",e))(zb||{}),V=class{constructor(e,t){this.promiseResolver=()=>{},this.promiseRejecter=()=>{},this.type=e,this.data=t,this.promise=new Promise((r,n)=>{this.promiseResolver=r,this.promiseRejecter=n})}};function Vu(e){switch(e.typeId){case l.Binary:return{sqlType:"binary"};case l.Bool:return{sqlType:"bool"};case l.Date:return{sqlType:"date"};case l.DateDay:return{sqlType:"date32[d]"};case l.DateMillisecond:return{sqlType:"date64[ms]"};case l.Decimal:{let t=e;return{sqlType:"decimal",precision:t.precision,scale:t.scale}}case l.Float:return{sqlType:"float"};case l.Float16:return{sqlType:"float16"};case l.Float32:return{sqlType:"float32"};case l.Float64:return{sqlType:"float64"};case l.Int:return{sqlType:"int32"};case l.Int16:return{sqlType:"int16"};case l.Int32:return{sqlType:"int32"};case l.Int64:return{sqlType:"int64"};case l.Uint16:return{sqlType:"uint16"};case l.Uint32:return{sqlType:"uint32"};case l.Uint64:return{sqlType:"uint64"};case l.Uint8:return{sqlType:"uint8"};case l.IntervalDayTime:return{sqlType:"interval[dt]"};case l.IntervalYearMonth:return{sqlType:"interval[m]"};case l.List:return{sqlType:"list",valueType:Vu(e.valueType)};case l.FixedSizeBinary:return{sqlType:"fixedsizebinary",byteWidth:e.byteWidth};case l.Null:return{sqlType:"null"};case l.Utf8:return{sqlType:"utf8"};case l.Struct:return{sqlType:"struct",fields:e.children.map(t=>Hd(t.name,t.type))};case l.Map:{let t=e;return{sqlType:"map",keyType:Vu(t.keyType),valueType:Vu(t.valueType)}}case l.Time:return{sqlType:"time[s]"};case l.TimeMicrosecond:return{sqlType:"time[us]"};case l.TimeMillisecond:return{sqlType:"time[ms]"};case l.TimeNanosecond:return{sqlType:"time[ns]"};case l.TimeSecond:return{sqlType:"time[s]"};case l.Timestamp:return{sqlType:"timestamp",timezone:e.timezone||void 0};case l.TimestampSecond:return{sqlType:"timestamp[s]",timezone:e.timezone||void 0};case l.TimestampMicrosecond:return{sqlType:"timestamp[us]",timezone:e.timezone||void 0};case l.TimestampNanosecond:return{sqlType:"timestamp[ns]",timezone:e.timezone||void 0};case l.TimestampMillisecond:return{sqlType:"timestamp[ms]",timezone:e.timezone||void 0}}throw new Error("unsupported arrow type: ".concat(e.toString()))}function Hd(e,t){let r=Vu(t);return r.name=e,r}var qb=new TextEncoder,Jp=class{constructor(e,t=null){this._onInstantiationProgress=[],this._worker=null,this._workerShutdownPromise=null,this._workerShutdownResolver=()=>{},this._nextMessageId=0,this._pendingRequests=new Map,this._logger=e,this._onMessageHandler=this.onMessage.bind(this),this._onErrorHandler=this.onError.bind(this),this._onCloseHandler=this.onClose.bind(this),t!=null&&this.attach(t)}get logger(){return this._logger}attach(e){this._worker=e,this._worker.addEventListener("message",this._onMessageHandler),this._worker.addEventListener("error",this._onErrorHandler),this._worker.addEventListener("close",this._onCloseHandler),this._workerShutdownPromise=new Promise((t,r)=>{this._workerShutdownResolver=t})}detach(){this._worker&&(this._worker.removeEventListener("message",this._onMessageHandler),this._worker.removeEventListener("error",this._onErrorHandler),this._worker.removeEventListener("close",this._onCloseHandler),this._worker=null,this._workerShutdownResolver(null),this._workerShutdownPromise=null,this._workerShutdownResolver=()=>{})}async terminate(){this._worker&&(this._worker.terminate(),this._worker=null,this._workerShutdownPromise=null,this._workerShutdownResolver=()=>{})}async postTask(e,t=[]){if(!this._worker){console.error("cannot send a message since the worker is not set!");return}let r=this._nextMessageId++;return this._pendingRequests.set(r,e),this._worker.postMessage({messageId:r,type:e.type,data:e.data},t),await e.promise}onMessage(e){var t;let r=e.data;switch(r.type){case"LOG":{this._logger.log(r.data);return}case"INSTANTIATE_PROGRESS":{for(let i of this._onInstantiationProgress)i(r.data);return}}let n=this._pendingRequests.get(r.requestId);if(!n){console.warn("unassociated response: [".concat(r.requestId,", ").concat(r.type.toString(),"]"));return}if(this._pendingRequests.delete(r.requestId),r.type=="ERROR"){let i=new Error(r.data.message);i.name=r.data.name,(t=Object.getOwnPropertyDescriptor(i,"stack"))!=null&&t.writable&&(i.stack=r.data.stack),n.promiseRejecter(i);return}switch(n.type){case"CLOSE_PREPARED":case"COLLECT_FILE_STATISTICS":case"COPY_FILE_TO_PATH":case"DISCONNECT":case"DROP_FILE":case"DROP_FILES":case"FLUSH_FILES":case"INSERT_ARROW_FROM_IPC_STREAM":case"IMPORT_CSV_FROM_PATH":case"IMPORT_JSON_FROM_PATH":case"OPEN":case"PING":case"REGISTER_FILE_BUFFER":case"REGISTER_FILE_HANDLE":case"REGISTER_FILE_URL":case"RESET":if(r.type=="OK"){n.promiseResolver(r.data);return}break;case"INSTANTIATE":if(this._onInstantiationProgress=[],r.type=="OK"){n.promiseResolver(r.data);return}break;case"GLOB_FILE_INFOS":if(r.type=="FILE_INFOS"){n.promiseResolver(r.data);return}break;case"GET_VERSION":if(r.type=="VERSION_STRING"){n.promiseResolver(r.data);return}break;case"GET_FEATURE_FLAGS":if(r.type=="FEATURE_FLAGS"){n.promiseResolver(r.data);return}break;case"GET_TABLE_NAMES":if(r.type=="TABLE_NAMES"){n.promiseResolver(r.data);return}break;case"TOKENIZE":if(r.type=="SCRIPT_TOKENS"){n.promiseResolver(r.data);return}break;case"COPY_FILE_TO_BUFFER":if(r.type=="FILE_BUFFER"){n.promiseResolver(r.data);return}break;case"EXPORT_FILE_STATISTICS":if(r.type=="FILE_STATISTICS"){n.promiseResolver(r.data);return}break;case"CONNECT":if(r.type=="CONNECTION_INFO"){n.promiseResolver(r.data);return}break;case"RUN_PREPARED":case"RUN_QUERY":if(r.type=="QUERY_RESULT"){n.promiseResolver(r.data);return}break;case"SEND_PREPARED":if(r.type=="QUERY_RESULT_HEADER"){n.promiseResolver(r.data);return}break;case"START_PENDING_QUERY":if(r.type=="QUERY_RESULT_HEADER_OR_NULL"){n.promiseResolver(r.data);return}break;case"POLL_PENDING_QUERY":if(r.type=="QUERY_RESULT_HEADER_OR_NULL"){n.promiseResolver(r.data);return}break;case"CANCEL_PENDING_QUERY":if(this._onInstantiationProgress=[],r.type=="SUCCESS"){n.promiseResolver(r.data);return}break;case"FETCH_QUERY_RESULTS":if(r.type=="QUERY_RESULT_CHUNK"){n.promiseResolver(r.data);return}break;case"CREATE_PREPARED":if(r.type=="PREPARED_STATEMENT_ID"){n.promiseResolver(r.data);return}break}n.promiseRejecter(new Error("unexpected response type: ".concat(r.type.toString())))}onError(e){console.error(e),console.error("error in duckdb worker: ".concat(e.message)),this._pendingRequests.clear()}onClose(){if(this._workerShutdownResolver(null),this._pendingRequests.size!=0){console.warn("worker terminated with ".concat(this._pendingRequests.size," pending requests"));return}this._pendingRequests.clear()}async reset(){let e=new V("RESET",null);return await this.postTask(e)}async ping(){let e=new V("PING",null);await this.postTask(e)}async dropFile(e){let t=new V("DROP_FILE",e);return await this.postTask(t)}async dropFiles(){let e=new V("DROP_FILES",null);return await this.postTask(e)}async flushFiles(){let e=new V("FLUSH_FILES",null);return await this.postTask(e)}async instantiate(e,t=null,r=n=>{}){this._onInstantiationProgress.push(r);let n=new V("INSTANTIATE",[e,t]);return await this.postTask(n)}async getVersion(){let e=new V("GET_VERSION",null);return await this.postTask(e)}async getFeatureFlags(){let e=new V("GET_FEATURE_FLAGS",null);return await this.postTask(e)}async open(e){let t=new V("OPEN",e);await this.postTask(t)}async tokenize(e){let t=new V("TOKENIZE",e);return await this.postTask(t)}async connectInternal(){let e=new V("CONNECT",null);return await this.postTask(e)}async connect(){let e=await this.connectInternal();return new Pb(this,e)}async disconnect(e){let t=new V("DISCONNECT",e);await this.postTask(t)}async runQuery(e,t){let r=new V("RUN_QUERY",[e,t]);return await this.postTask(r)}async startPendingQuery(e,t){let r=new V("START_PENDING_QUERY",[e,t]);return await this.postTask(r)}async pollPendingQuery(e){let t=new V("POLL_PENDING_QUERY",e);return await this.postTask(t)}async cancelPendingQuery(e){let t=new V("CANCEL_PENDING_QUERY",e);return await this.postTask(t)}async fetchQueryResults(e){let t=new V("FETCH_QUERY_RESULTS",e);return await this.postTask(t)}async getTableNames(e,t){let r=new V("GET_TABLE_NAMES",[e,t]);return await this.postTask(r)}async createPrepared(e,t){let r=new V("CREATE_PREPARED",[e,t]);return await this.postTask(r)}async closePrepared(e,t){let r=new V("CLOSE_PREPARED",[e,t]);await this.postTask(r)}async runPrepared(e,t,r){let n=new V("RUN_PREPARED",[e,t,r]);return await this.postTask(n)}async sendPrepared(e,t,r){let n=new V("SEND_PREPARED",[e,t,r]);return await this.postTask(n)}async globFiles(e){let t=new V("GLOB_FILE_INFOS",e);return await this.postTask(t)}async registerFileText(e,t){let r=qb.encode(t);await this.registerFileBuffer(e,r)}async registerFileURL(e,t,r,n){t===void 0&&(t=e);let i=new V("REGISTER_FILE_URL",[e,t,r,n]);await this.postTask(i)}async registerEmptyFileBuffer(e){}async registerFileBuffer(e,t){let r=new V("REGISTER_FILE_BUFFER",[e,t]);await this.postTask(r,[t.buffer])}async registerFileHandle(e,t,r,n){let i=new V("REGISTER_FILE_HANDLE",[e,t,r,n]);await this.postTask(i,[])}async collectFileStatistics(e,t){let r=new V("COLLECT_FILE_STATISTICS",[e,t]);await this.postTask(r,[])}async exportFileStatistics(e){let t=new V("EXPORT_FILE_STATISTICS",e);return await this.postTask(t,[])}async copyFileToBuffer(e){let t=new V("COPY_FILE_TO_BUFFER",e);return await this.postTask(t)}async copyFileToPath(e,t){let r=new V("COPY_FILE_TO_PATH",[e,t]);await this.postTask(r)}async insertArrowFromIPCStream(e,t,r){if(t.length==0)return;let n=new V("INSERT_ARROW_FROM_IPC_STREAM",[e,t,r]);await this.postTask(n,[t.buffer])}async insertCSVFromPath(e,t,r){if(r.columns!==void 0){let i=[];for(let s in r.columns){let o=r.columns[s];i.push(Hd(s,o))}r.columnsFlat=i,delete r.columns}let n=new V("IMPORT_CSV_FROM_PATH",[e,t,r]);await this.postTask(n)}async insertJSONFromPath(e,t,r){if(r.columns!==void 0){let i=[];for(let s in r.columns){let o=r.columns[s];i.push(Hd(s,o))}r.columnsFlat=i,delete r.columns}let n=new V("IMPORT_JSON_FROM_PATH",[e,t,r]);await this.postTask(n)}};var $b=async()=>WebAssembly.validate(new Uint8Array([0,97,115,109,1,0,0,0,1,4,1,96,0,0,3,2,1,0,5,3,1,0,1,10,14,1,12,0,65,0,65,0,65,0,252,10,0,0,11])),Wb=async()=>WebAssembly.validate(new Uint8Array([0,97,115,109,1,0,0,0,1,4,1,96,0,0,3,2,1,0,10,8,1,6,0,6,64,25,11,11])),Yb=async()=>WebAssembly.validate(new Uint8Array([0,97,115,109,1,0,0,0,1,5,1,96,0,1,123,3,2,1,0,10,10,1,8,0,65,0,253,15,253,98,11])),Gb=()=>(async e=>{try{return typeof MessageChannel<"u"&&new MessageChannel().port1.postMessage(new SharedArrayBuffer(1)),WebAssembly.validate(e)}catch{return!1}})(new Uint8Array([0,97,115,109,1,0,0,0,1,4,1,96,0,0,3,2,1,0,5,4,1,3,1,1,10,11,1,9,0,65,0,254,16,2,0,26,11])),Qd={name:"@duckdb/duckdb-wasm",version:"1.29.0",description:"DuckDB powered by WebAssembly",license:"MIT",repository:{type:"git",url:"https://github.com/duckdb/duckdb-wasm.git"},keywords:["sql","duckdb","relational","database","data","query","wasm","analytics","olap","arrow","parquet","json","csv"],dependencies:{"apache-arrow":"^17.0.0"},devDependencies:{"@types/emscripten":"^1.39.10","@types/jasmine":"^5.1.4","@typescript-eslint/eslint-plugin":"^6.21.0","@typescript-eslint/parser":"^6.21.0",esbuild:"^0.20.2",eslint:"^8.57.0","eslint-plugin-jasmine":"^4.1.3","eslint-plugin-react":"^7.34.0","fast-glob":"^3.3.2",jasmine:"^5.1.0","jasmine-core":"^5.1.2","jasmine-spec-reporter":"^7.0.0","js-sha256":"^0.11.0",karma:"^6.4.2","karma-chrome-launcher":"^3.2.0","karma-coverage":"^2.2.1","karma-firefox-launcher":"^2.1.3","karma-jasmine":"^5.1.0","karma-jasmine-html-reporter":"^2.1.0","karma-sourcemap-loader":"^0.4.0","karma-spec-reporter":"^0.0.36","make-dir":"^4.0.0",nyc:"^15.1.0",prettier:"^3.2.5",puppeteer:"^22.8.0",rimraf:"^5.0.5",s3rver:"^3.7.1",typedoc:"^0.25.13",typescript:"^5.3.3","wasm-feature-detect":"^1.6.1","web-worker":"^1.2.0"},scripts:{"build:debug":"node bundle.mjs debug && tsc --emitDeclarationOnly","build:release":"node bundle.mjs release && tsc --emitDeclarationOnly",docs:"typedoc",report:"node ./coverage.mjs","test:node":"node --enable-source-maps ../../node_modules/jasmine/bin/jasmine ./dist/tests-node.cjs","test:node:debug":"node --inspect-brk --enable-source-maps ../../node_modules/jasmine/bin/jasmine ./dist/tests-node.cjs","test:node:coverage":"nyc -r json --report-dir ./coverage/node node ../../node_modules/jasmine/bin/jasmine ./dist/tests-node.cjs","test:firefox":"karma start ./karma/tests-firefox.cjs","test:chrome":"karma start ./karma/tests-chrome.cjs","test:chrome:eh":"karma start ./karma/tests-chrome-eh.cjs","test:chrome:coverage":"karma start ./karma/tests-chrome-coverage.cjs","test:browser":"karma start ./karma/tests-all.cjs","test:browser:debug":"karma start ./karma/tests-debug.cjs",test:"npm run test:chrome && npm run test:node","test:coverage":"npm run test:chrome:coverage && npm run test:node:coverage && npm run report",lint:"eslint src test"},files:["dist","!dist/tests-*","!dist/duckdb-browser-mvp.worker.js.map","!dist/types/test"],main:"dist/duckdb-browser.cjs",module:"dist/duckdb-browser.mjs",types:"dist/duckdb-browser.d.ts",jsdelivr:"dist/duckdb-browser.cjs",unpkg:"dist/duckdb-browser.mjs",sideEffects:!1,browser:{fs:!1,path:!1,perf_hooks:!1,os:!1,worker_threads:!1},exports:{"./dist/duckdb-mvp.wasm":"./dist/duckdb-mvp.wasm","./dist/duckdb-eh.wasm":"./dist/duckdb-eh.wasm","./dist/duckdb-coi.wasm":"./dist/duckdb-coi.wasm","./dist/duckdb-browser":"./dist/duckdb-browser.mjs","./dist/duckdb-browser.cjs":"./dist/duckdb-browser.cjs","./dist/duckdb-browser.mjs":"./dist/duckdb-browser.mjs","./dist/duckdb-browser-coi.pthread.worker.js":"./dist/duckdb-browser-coi.pthread.worker.js","./dist/duckdb-browser-coi.worker.js":"./dist/duckdb-browser-coi.worker.js","./dist/duckdb-browser-eh.worker.js":"./dist/duckdb-browser-eh.worker.js","./dist/duckdb-browser-mvp.worker.js":"./dist/duckdb-browser-mvp.worker.js","./dist/duckdb-node":"./dist/duckdb-node.cjs","./dist/duckdb-node.cjs":"./dist/duckdb-node.cjs","./dist/duckdb-node-blocking":"./dist/duckdb-node-blocking.cjs","./dist/duckdb-node-blocking.cjs":"./dist/duckdb-node-blocking.cjs","./dist/duckdb-node-eh.worker.cjs":"./dist/duckdb-node-eh.worker.cjs","./dist/duckdb-node-mvp.worker.cjs":"./dist/duckdb-node-mvp.worker.cjs","./blocking":{node:{types:"./dist/duckdb-node-blocking.d.ts",require:"./dist/duckdb-node-blocking.cjs",import:"./dist/duckdb-node-blocking.cjs"},types:"./dist/duckdb-node-blocking.d.ts",import:"./dist/duckdb-node-blocking.mjs",require:"./dist/duckdb-node-blocking.cjs"},".":{browser:{types:"./dist/duckdb-browser.d.ts",import:"./dist/duckdb-browser.mjs",require:"./dist/duckdb-browser.cjs"},node:{types:"./dist/duckdb-node.d.ts",import:"./dist/duckdb-node.cjs",require:"./dist/duckdb-node.cjs"},types:"./dist/duckdb-browser.d.ts",import:"./dist/duckdb-browser.mjs",require:"./dist/duckdb-browser.cjs"}}},Hb=Qd.name,Qb=Qd.version,Kd=Qd.version.split("."),P3=Kd[0],V3=Kd[1],j3=Kd[2],Kb=()=>typeof navigator>"u";function Xp(){let e="https://cdn.jsdelivr.net/npm/".concat(Hb,"@").concat(Qb,"/dist/");return{mvp:{mainModule:"".concat(e,"duckdb-mvp.wasm"),mainWorker:"".concat(e,"duckdb-browser-mvp.worker.js")},eh:{mainModule:"".concat(e,"duckdb-eh.wasm"),mainWorker:"".concat(e,"duckdb-browser-eh.worker.js")}}}var qd=null,$d=null,Wd=null,Yd=null,Gd=null;async function Jb(){return qd==null&&(qd=typeof BigInt64Array<"u"),$d==null&&($d=await Wb()),Wd==null&&(Wd=await Gb()),Yd==null&&(Yd=await Yb()),Gd==null&&(Gd=await $b()),{bigInt64Array:qd,crossOriginIsolated:Kb()||globalThis.crossOriginIsolated||!1,wasmExceptions:$d,wasmSIMD:Yd,wasmThreads:Wd,wasmBulkMemory:Gd}}async function Zp(e){let t=await Jb();if(t.wasmExceptions){if(t.wasmSIMD&&t.wasmThreads&&t.crossOriginIsolated&&e.coi)return{mainModule:e.coi.mainModule,mainWorker:e.coi.mainWorker,pthreadWorker:e.coi.pthreadWorker};if(e.eh)return{mainModule:e.eh.mainModule,mainWorker:e.eh.mainWorker,pthreadWorker:null}}return{mainModule:e.mvp.mainModule,mainWorker:e.mvp.mainWorker,pthreadWorker:null}}var z3=Nb(Db());function Xb(){let e=new TextDecoder;return t=>(typeof SharedArrayBuffer<"u"&&t.buffer instanceof SharedArrayBuffer&&(t=new Uint8Array(t)),e.decode(t))}var q3=Xb(),Zb=(e=>(e[e.BUFFER=0]="BUFFER",e[e.NODE_FS=1]="NODE_FS",e[e.BROWSER_FILEREADER=2]="BROWSER_FILEREADER",e[e.BROWSER_FSACCESS=3]="BROWSER_FSACCESS",e[e.HTTP=4]="HTTP",e[e.S3=5]="S3",e))(Zb||{});function ew(e,t){return new Promise((r,n)=>{e.useUnsafe(async(i,s)=>{try{let o=await i.runQuery(s,t);r(o)}catch(o){n(o)}})})}function rw(e={}){let{duckdb:t,connection:r,...n}=e,i=t,s=r,o;function a(){return o||(o=(i?Promise.resolve(i):nw(n).then(d=>i=d)).then(d=>d.connect()).then(d=>s=d)),o}async function c(){return i||await a(),i}async function u(){return s||await a(),s}return{getDuckDB:c,getConnection:u,query:async d=>{let{type:f,sql:p}=d,m=await u(),b=await ew(m,p);return f==="exec"?void 0:f==="arrow"?Br(b):Br(b).toArray()}}}async function nw({log:e=!1}={}){let t=Xp(),r=await Zp(t),n=URL.createObjectURL(new Blob([`importScripts("${r.mainWorker}");`],{type:"text/javascript"})),i=new Worker(n),s=e?new Qp:new Hp,o=new Jp(s,i);return await o.instantiate(r.mainModule,r.pthreadWorker),URL.revokeObjectURL(n),o}function iw(e,t,{source:r,clients:n=r?new Set([r]):void 0}){let i=t!==void 0?qa(e,St(t)):null;return{meta:{type:"point"},source:r,clients:n,value:t,predicate:i}}function sw(e,t,{source:r,clients:n=r?new Set([r]):void 0}){let i=null;if(t){let s=t.length&&e.length===1?[Bl(e[0],t.map(o=>St(o[0])))]:t.map(o=>Ur(o.map((a,c)=>qa(e[c],St(a)))));i=t.length===0?St(!1):s.length>1?si(s):s[0]}return{meta:{type:"point"},source:r,clients:n,value:t,predicate:i}}function ow(e,t,{source:r,clients:n=r?new Set([r]):void 0,bin:i,scale:s,pixelSize:o=1}){let a=t!=null?gn(e,t):null;return{meta:{type:"interval",scales:s&&[s],bin:i,pixelSize:o},source:r,clients:n,value:t,predicate:a}}function aw(e,t,{source:r,clients:n=r?new Set([r]):void 0,bin:i,scales:s=[],pixelSize:o=1}){let a=t!=null?Ur(e.map((u,d)=>gn(u,t[d]))):null;return{meta:{type:"interval",scales:s,bin:i,pixelSize:o},source:r,clients:n,value:t,predicate:a}}var cw={contains:Dl,prefix:Fl,suffix:Rl,regexp:Nl};function uw(e,t,{source:r,clients:n=void 0,method:i="contains"}){let s=cw[i],o=t?s(e,St(t)):null;return{meta:{type:"match",method:i},source:r,clients:n,value:t,predicate:o}}function Jd(e){return typeof e?.getChild=="function"}function lw(){let e=new Set,t,r=new Promise(n=>t=n);return{pending(n){e.add(n)},ready(n){return e.delete(n),e.size===0},resolve(){r=new Promise(n=>{t(),t=n})},get promise(){return r}}}function dw(e){return Jd(e)?fw(e):hw(e)}function fw(e){let{numRows:t}=e;return{numRows:t,columns:e.toColumns()}}function hw(e){let t=e.length;if(typeof e[0]=="object"){let r=t?Object.keys(e[0]):[],n={};return r.length>0&&r.forEach(i=>{n[i]=e.map(s=>s[i])}),{numRows:t,columns:n}}else return{numRows:t,values:e}}export{ic as Coordinator,zu as MosaicClient,ai as Param,Le as Priority,_s as Selection,ow as clauseInterval,aw as clauseIntervals,uw as clauseMatch,iw as clausePoint,sw as clausePoints,Jy as coordinator,Br as decodeIPC,jl as distinct,Jd as isArrowTable,oc as isParam,rg as isSelection,ng as restConnector,fl as socketConnector,lw as synchronizer,ju as throttle,dw as toDataColumns,rw as wasmConnector};
|