@uwdata/mosaic-core 0.11.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 +11612 -10855
- package/dist/mosaic-core.min.js +7 -7
- 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 +14 -14
- package/src/MosaicClient.js +5 -4
- package/src/QueryConsolidator.js +22 -33
- package/src/QueryManager.js +76 -45
- package/src/Selection.js +8 -5
- package/src/SelectionClause.js +19 -22
- package/src/connectors/rest.js +3 -1
- package/src/connectors/socket.js +3 -1
- package/src/connectors/wasm.js +1 -1
- package/src/index.js +13 -0
- 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/field-info.js +16 -5
- package/src/util/hash.js +1 -1
- package/src/util/query-result.js +44 -2
- package/src/util/selection-types.ts +3 -3
- package/src/util/throttle.js +11 -9
- package/src/util/void-logger.js +6 -5
- package/tsconfig.json +11 -0
- package/src/DataCubeIndexer.js +0 -378
- package/src/util/index-columns.js +0 -537
package/dist/mosaic-core.min.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
var rf=Object.defineProperty;var jr=(r,t)=>{for(var e in t)rf(r,e,{get:t[e],enumerable:!0})};var ou={};function ac(r,t=!1){let e,n,i=ou;function s(l){e=r(l).finally(()=>{if(n){let{value:d}=n;n=null,s(d)}else e=null})}function o(l){n={event:l}}function a(l){e?o(l):s(l)}function c(l){i!==l&&requestAnimationFrame(()=>{let d=i;i=ou,a(d)}),i=l}return t?c:a}var cc=class{constructor(t){this._filterBy=t,this._requestUpdate=ac(()=>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()}initialize(){return this._coordinator.initializeClient(this)}update(){return this}};var Jn=Uint8Array.of(65,82,82,79,87,49),Yt={V1:0,V2:1,V3:2,V4:3,V5:4};var Ht={NONE:0,Schema:1,DictionaryBatch:2,RecordBatch:3,Tensor:4,SparseTensor:5},f={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},gn={HALF:0,SINGLE:1,DOUBLE:2},je={DAY:0,MILLISECOND:1},ht={SECOND:0,MILLISECOND:1,MICROSECOND:2,NANOSECOND:3},Qt={YEAR_MONTH:0,DAY_TIME:1,MONTH_DAY_NANO:2},$e={Sparse:0,Dense:1};var bn=Uint8Array,bs=Uint16Array,_s=Uint32Array,Is=BigUint64Array,Zn=Int8Array,au=Int16Array,Dt=Int32Array,Ct=BigInt64Array,lc=Float32Array,gr=Float64Array;function cu(r,t){let e=Math.log2(r)-3;return(t?[Zn,au,Dt,Ct]:[bn,bs,_s,Is])[e]}var N_=Object.getPrototypeOf(Int8Array);function _n(r,t){let e=0,n=r.length;if(n<=2147483648)do{let i=e+n>>>1;r[i]<=t?e=i+1:n=i}while(e<n);else do{let i=Math.trunc((e+n)/2);r[i]<=t?e=i+1:n=i}while(e<n);return e}function ws(r,t,e){if(t(r))return r;throw new Error(e(r))}function Bt(r,t,e){return t=Array.isArray(t)?t:Object.values(t),ws(r,n=>t.includes(n),e??(()=>`${r} must be one of ${t}`))}function vs(r,t){for(let[e,n]of Object.entries(r))if(n===t)return e;return"<Unknown>"}var ze=r=>`Unsupported data type: "${vs(f,r)}" (id ${r})`,ti=(r,t,e=!0,n=null)=>({name:r,type:t,nullable:e,metadata:n});function lu(r){return Object.hasOwn(r,"name")&&uu(r.type)}function uu(r){return typeof r?.typeId=="number"}function br(r,t="",e=!0){return lu(r)?r:ti(t,ws(r,uu,()=>"Data type expected."),e)}var Ss=(r,t,e=!1,n=-1)=>({typeId:f.Dictionary,id:n,dictionary:r,indices:t||In(),ordered:e});var xs=(r=32,t=!0)=>({typeId:f.Int,bitWidth:Bt(r,[8,16,32,64]),signed:t,values:cu(r,t)});var In=()=>xs(32);var uc=(r=2)=>({typeId:f.Float,precision:Bt(r,gn),values:[bs,lc,gr][r]});var dc=()=>({typeId:f.Binary,offsets:Dt}),Es=()=>({typeId:f.Utf8,offsets:Dt});var hc=(r,t,e=128)=>({typeId:f.Decimal,precision:r,scale:t,bitWidth:Bt(e,[128,256]),values:Is}),fc=r=>({typeId:f.Date,unit:Bt(r,je),values:r===je.DAY?Dt:Ct});var pc=(r=ht.MILLISECOND,t=32)=>({typeId:f.Time,unit:Bt(r,ht),bitWidth:Bt(t,[32,64]),values:t===32?Dt:Ct});var Ts=(r=ht.MILLISECOND,t=null)=>({typeId:f.Timestamp,unit:Bt(r,ht),timezone:t,values:Ct}),mc=(r=Qt.MONTH_DAY_NANO)=>({typeId:f.Interval,unit:Bt(r,Qt),values:r===Qt.MONTH_DAY_NANO?void 0:Dt}),As=r=>({typeId:f.List,children:[br(r)],offsets:Dt}),Os=r=>({typeId:f.Struct,children:Array.isArray(r)&&lu(r[0])?r:Object.entries(r).map(([t,e])=>ti(t,e))}),yc=(r,t,e,n)=>(e??=t.map((i,s)=>s),{typeId:f.Union,mode:Bt(r,$e),typeIds:e,typeMap:e.reduce((i,s,o)=>(i[s]=o,i),{}),children:t.map((i,s)=>br(i,`_${s}`)),typeIdForValue:n,offsets:Dt}),gc=r=>({typeId:f.FixedSizeBinary,stride:r}),Ds=(r,t)=>({typeId:f.FixedSizeList,stride:t,children:[br(r)]}),du=(r,t)=>({typeId:f.Map,keysSorted:r,children:[t],offsets:Dt});var bc=(r=ht.MILLISECOND)=>({typeId:f.Duration,unit:Bt(r,ht),values:Ct}),_c=()=>({typeId:f.LargeBinary,offsets:Ct}),Ic=()=>({typeId:f.LargeUtf8,offsets:Ct}),wc=r=>({typeId:f.LargeList,children:[br(r)],offsets:Ct}),vc=(r,t)=>({typeId:f.RunEndEncoded,children:[ws(br(r,"run_ends"),e=>e.type.typeId===f.Int,()=>"Run-ends must have an integer type."),br(t,"values")]});var Sc=r=>({typeId:f.ListView,children:[br(r,"value")],offsets:Dt}),xc=r=>({typeId:f.LargeListView,children:[br(r,"value")],offsets:Ct});var nf=new gr(2),Bs=nf.buffer,V_=new Ct(Bs),j_=new _s(Bs),$_=new Dt(Bs),z_=new bn(Bs);function Te(r){if(r>Number.MAX_SAFE_INTEGER||r<Number.MIN_SAFE_INTEGER)throw Error(`BigInt exceeds integer number representation: ${r}`);return Number(r)}function Ns(r,t){return Number(r/t)+Number(r%t)/Number(t)}var wn=r=>BigInt.asUintN(64,r);function fu(r,t){let e=t<<1,n;return BigInt.asIntN(64,r[e+1])<0?(n=wn(~r[e])|wn(~r[e+1])<<64n,n=-(n+1n)):n=r[e]|r[e+1]<<64n,n}function pu(r,t){let e=t<<2,n;return BigInt.asIntN(64,r[e+3])<0?(n=wn(~r[e])|wn(~r[e+1])<<64n|wn(~r[e+2])<<128n|wn(~r[e+3])<<192n,n=-(n+1n)):n=r[e]|r[e+1]<<64n|r[e+2]<<128n|r[e+3]<<192n,n}var of=new TextDecoder("utf-8"),H_=new TextEncoder;function vn(r){return of.decode(r)}var $r=4;function Ec(r,t){return(r[t>>3]&1<<t%8)!==0}function vt(r,t){let e=t+W(r,t),n=e-W(r,e),i=pt(r,n);return(s,o,a=null)=>{if(s<i){let c=pt(r,n+s);if(c)return o(r,e+c)}return a}}function se(r,t){return t}function _r(r,t){return!!af(r,t)}function af(r,t){return ei(r,t)<<24>>24}function ei(r,t){return r[t]}function pt(r,t){return cf(r,t)<<16>>16}function cf(r,t){return r[t]|r[t+1]<<8}function W(r,t){return r[t]|r[t+1]<<8|r[t+2]<<16|r[t+3]<<24}function mu(r,t){return W(r,t)>>>0}function ft(r,t){return Te(BigInt.asIntN(64,BigInt(mu(r,t))+(BigInt(mu(r,t+$r))<<32n)))}function zr(r,t){let e=t+W(r,t),n=W(r,e);return e+=$r,vn(r.subarray(e,e+n))}function kt(r,t,e,n){if(!t)return[];let i=t+W(r,t);return Array.from({length:W(r,i)},(s,o)=>n(r,i+$r+o*e))}var Tc=Symbol("rowIndex");function ri(r,t){class e{constructor(s){this[Tc]=s}toJSON(){return yu(r,t,this[Tc])}}let n=e.prototype;for(let i=0;i<r.length;++i){if(Object.hasOwn(n,r[i]))continue;let s=t[i];Object.defineProperty(n,r[i],{get(){return s.at(this[Tc])},enumerable:!0})}return i=>new e(i)}function Fs(r,t){return e=>yu(r,t,e)}function yu(r,t,e){let n={};for(let i=0;i<r.length;++i)n[r[i]]=t[i].at(e);return n}function gu(r){return r instanceof Ir}var qr=class{static ArrayType=null;constructor({length:t,nullCount:e,type:n,validity:i,values:s,offsets:o,sizes:a,children:c}){this.length=t,this.nullCount=e,this.type=n,this.validity=i,this.values=s,this.offsets=o,this.sizes=a,this.children=c,(!e||!this.validity)&&(this.at=l=>this.value(l))}get[Symbol.toStringTag](){return"Batch"}at(t){return this.isValid(t)?this.value(t):null}isValid(t){return Ec(this.validity,t)}value(t){return this.values[t]}slice(t,e){let n=e-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)}},Ir=class extends qr{constructor(t){super(t);let{length:e,values:n}=this;this.values=n.subarray(0,e)}slice(t,e){return this.nullCount?super.slice(t,e):this.values.subarray(t,e)}[Symbol.iterator](){return this.nullCount?super[Symbol.iterator]():this.values[Symbol.iterator]()}},ni=class extends qr{static ArrayType=gr},rt=class extends qr{static ArrayType=Array},ii=class extends rt{value(t){return null}},Ae=class extends ni{value(t){return Te(this.values[t])}},Rs=class extends ni{value(t){let e=this.values[t],n=(e&31744)>>10,i=(e&1023)/1024,s=(-1)**((e&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)}},Ls=class extends rt{value(t){return Ec(this.values,t)}},Ms=class extends qr{constructor(t){super(t);let{bitWidth:e,scale:n}=this.type;this.decimal=e===128?fu:pu,this.scale=10n**BigInt(n)}},Us=class extends Ms{static ArrayType=gr;value(t){return Ns(this.decimal(this.values,t),this.scale)}},Cs=class extends Ms{static ArrayType=Array;value(t){return this.decimal(this.values,t)}},si=class extends rt{constructor(t){super(t),this.source=t}value(t){return new Date(this.source.value(t))}},ks=class extends ni{value(t){return 864e5*this.values[t]}},bu=Ae,Ps=class extends Ae{value(t){return super.value(t)*1e3}},_u=Ae,Vs=class extends Ae{value(t){return Ns(this.values[t],1000n)}},js=class extends Ae{value(t){return Ns(this.values[t],1000000n)}},$s=class extends rt{value(t){return this.values.subarray(t<<1,t+1<<1)}},zs=class extends rt{value(t){let e=this.values,n=t<<4;return Float64Array.of(W(e,n),W(e,n+4),ft(e,n+8))}},Iu=({values:r,offsets:t},e)=>r.subarray(t[e],t[e+1]),wu=({values:r,offsets:t},e)=>r.subarray(Te(t[e]),Te(t[e+1])),qs=class extends rt{value(t){return Iu(this,t)}},Gs=class extends rt{value(t){return wu(this,t)}},Ws=class extends rt{value(t){return vn(Iu(this,t))}},Ys=class extends rt{value(t){return vn(wu(this,t))}},Hs=class extends rt{value(t){let e=this.offsets;return this.children[0].slice(e[t],e[t+1])}},Qs=class extends rt{value(t){let e=this.offsets;return this.children[0].slice(Te(e[t]),Te(e[t+1]))}},Ks=class extends rt{value(t){let e=this.offsets[t],n=e+this.sizes[t];return this.children[0].slice(e,n)}},Xs=class extends rt{value(t){let e=this.offsets[t],n=e+this.sizes[t];return this.children[0].slice(Te(e),Te(n))}},Js=class extends rt{constructor(t){super(t),this.stride=this.type.stride}},Zs=class extends Js{value(t){let{stride:e,values:n}=this;return n.subarray(t*e,(t+1)*e)}},to=class extends Js{value(t){let{children:e,stride:n}=this;return e[0].slice(t*n,(t+1)*n)}};function vu({children:r,offsets:t},e){let[n,i]=r[0].children,s=t[e],o=t[e+1],a=[];for(let c=s;c<o;++c)a.push([n.at(c),i.at(c)]);return a}var eo=class extends rt{value(t){return vu(this,t)}},ro=class extends rt{value(t){return new Map(vu(this,t))}},oi=class extends rt{constructor({typeIds:t,...e}){super(e),this.typeIds=t,this.typeMap=this.type.typeMap}value(t,e=t){let{typeIds:n,children:i,typeMap:s}=this;return i[s[n[t]]].at(e)}},no=class extends oi{value(t){return super.value(t,this.offsets[t])}},ai=class extends rt{constructor(t,e=Fs){super(t),this.names=this.type.children.map(n=>n.name),this.factory=e(this.names,this.children)}value(t){return this.factory(t)}},io=class extends ai{constructor(t){super(t,ri)}},so=class extends rt{value(t){let[{values:e},n]=this.children;return n.at(_n(e,t))}},oo=class extends rt{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]}},ao=class extends rt{constructor({data:t,...e}){super(e),this.data=t}view(t){let{values:e,data:n}=this,i=t<<4,s=i+4,o=e,a=W(o,i);return a>12&&(s=W(o,i+12),o=n[W(o,i+8)]),o.subarray(s,s+a)}},co=class extends ao{value(t){return this.view(t)}},lo=class extends ao{value(t){return vn(this.view(t))}};function Ac(r){let t=[];return{add(e){return t.push(e),this},clear:()=>t=[],done:()=>new Gr(t,r)}}var Gr=class{constructor(t,e=t[0]?.type){this.type=e,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]():lf(t)}at(t){let{data:e,offsets:n}=this,i=_n(n,t)-1;return e[i]?.at(t-n[i])}get(t){return this.at(t)}toArray(){let{length:t,nullCount:e,data:n}=this,i=!e&&gu(n[0]),s=n.length;if(i&&s===1)return n[0].values;let o=!s||e>0?Array:n[0].constructor.ArrayType??n[0].values.constructor,a=new o(t);return i?uf(a,n):df(a,n)}cache(){return this._cache??(this._cache=this.toArray())}};function*lf(r){for(let t=0;t<r.length;++t){let e=r[t][Symbol.iterator]();for(let n=e.next();!n.done;n=e.next())yield n.value}}function uf(r,t){for(let e=0,n=0;e<t.length;++e){let{values:i}=t[e];r.set(i,n),n+=i.length}return r}function df(r,t){let e=-1;for(let n=0;n<t.length;++n){let i=t[n];for(let s=0;s<i.length;++s)r[++e]=i.at(s)}return r}var Sn=class r{constructor(t,e,n=!1){let i=t.fields.map(o=>o.name);this.schema=t,this.names=i,this.children=e,this.factory=n?ri:Fs;let s=[];this.getFactory=o=>s[o]??(s[o]=this.factory(i,e.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 e=this.names.findIndex(n=>n===t);return e>-1?this.children[e]:void 0}selectAt(t,e=[]){let{children:n,factory:i,schema:s}=this,{fields:o}=s;return new r({...s,fields:t.map((a,c)=>hf(o[a],e[c]))},t.map(a=>n[a]),i===ri)}select(t,e){let n=this.names,i=t.map(s=>n.indexOf(s));return this.selectAt(i,e)}toColumns(){let{children:t,names:e}=this,n={};return e.forEach((i,s)=>n[i]=t[s]?.toArray()??[]),n}toArray(){let{children:t,getFactory:e,numRows:n}=this,i=t[0]?.data??[],s=Array(n);for(let o=0,a=-1;o<i.length;++o){let c=e(o);for(let l=0;l<i[o].length;++l)s[++a]=c(l)}return s}*[Symbol.iterator](){let{children:t,getFactory:e}=this,n=t[0]?.data??[];for(let i=0;i<n.length;++i){let s=e(i);for(let o=0;o<n[i].length;++o)yield s(o)}}at(t){let{children:e,getFactory:n,numRows:i}=this;if(t<0||t>=i)return null;let[{offsets:s}]=e,o=_n(s,t)-1;return n(o)(t-s[o])}get(t){return this.at(t)}};function hf(r,t){return t!=null&&t!==r.name?{...r,name:t}:r}function ci(r,t={}){let{typeId:e,bitWidth:n,precision:i,unit:s}=r,{useBigInt:o,useDate:a,useDecimalBigInt:c,useMap:l,useProxy:d}=t;switch(e){case f.Null:return ii;case f.Bool:return Ls;case f.Int:case f.Time:case f.Duration:return o||n<64?Ir:Ae;case f.Float:return i?Ir:Rs;case f.Date:return Su(s===je.DAY?ks:bu,a&&si);case f.Timestamp:return Su(s===ht.SECOND?Ps:s===ht.MILLISECOND?_u:s===ht.MICROSECOND?Vs:js,a&&si);case f.Decimal:return c?Cs:Us;case f.Interval:return s===Qt.DAY_TIME?$s:s===Qt.YEAR_MONTH?Ir:zs;case f.FixedSizeBinary:return Zs;case f.Utf8:return Ws;case f.LargeUtf8:return Ys;case f.Binary:return qs;case f.LargeBinary:return Gs;case f.BinaryView:return co;case f.Utf8View:return lo;case f.List:return Hs;case f.LargeList:return Qs;case f.Map:return l?ro:eo;case f.ListView:return Ks;case f.LargeListView:return Xs;case f.FixedSizeList:return to;case f.Struct:return d?io:ai;case f.RunEndEncoded:return so;case f.Dictionary:return oo;case f.Union:return r.mode?no:oi}throw new Error(ze(e))}function Su(r,t){return t?class extends t{constructor(n){super(new r(n))}}:r}function ff(r,t){return{offset:ft(r,t),metadataLength:W(r,t+8),bodyLength:ft(r,t+16)}}function Oc(r,t){return kt(r,t,24,ff)}function uo(r,t,e){let n=vt(r,t);if(n(10,se,0))throw new Error("Record batch compression not implemented");let i=e<Yt.V4?8:0;return{length:n(4,ft,0),nodes:kt(r,n(6,se),16,(s,o)=>({length:ft(s,o),nullCount:ft(s,o+8)})),regions:kt(r,n(8,se),16+i,(s,o)=>({offset:ft(s,o+i),length:ft(s,o+i+8)})),variadic:kt(r,n(12,se),8,ft)}}function xu(r,t,e){let n=vt(r,t);return{id:n(4,ft,0),data:n(6,(i,s)=>uo(i,s,e)),isDelta:n(8,_r,!1)}}function Dc(r,t,e,n){Bt(e,f,ze);let i=vt(r,t);switch(e){case f.Binary:return dc();case f.Utf8:return Es();case f.LargeBinary:return _c();case f.LargeUtf8:return Ic();case f.List:return As(n[0]);case f.ListView:return Sc(n[0]);case f.LargeList:return wc(n[0]);case f.LargeListView:return xc(n[0]);case f.Struct:return Os(n);case f.RunEndEncoded:return vc(n[0],n[1]);case f.Int:return xs(i(4,W,0),i(6,_r,!1));case f.Float:return uc(i(4,pt,gn.HALF));case f.Decimal:return hc(i(4,W,0),i(6,W,0),i(8,W,128));case f.Date:return fc(i(4,pt,je.MILLISECOND));case f.Time:return pc(i(4,pt,ht.MILLISECOND),i(6,W,32));case f.Timestamp:return Ts(i(4,pt,ht.SECOND),i(6,zr));case f.Interval:return mc(i(4,pt,Qt.YEAR_MONTH));case f.Duration:return bc(i(4,pt,ht.MILLISECOND));case f.FixedSizeBinary:return gc(i(4,W,0));case f.FixedSizeList:return Ds(n[0],i(4,W,0));case f.Map:return du(i(4,_r,!1),n[0]);case f.Union:return yc(i(4,pt,$e.Sparse),n,kt(r,i(6,se),4,W))}return{typeId:e}}function li(r,t){let e=kt(r,t,4,(n,i)=>{let s=vt(n,i);return[s(4,zr),s(6,zr)]});return e.length?new Map(e):null}function ho(r,t,e){let n=vt(r,t);return{version:e,endianness:n(4,pt,0),fields:n(6,pf,[]),metadata:n(8,li)}}function pf(r,t){return kt(r,t,4,Eu)}function Eu(r,t){let e=vt(r,t),n=e(8,ei,f.NONE),i=e(10,se,0),s=e(12,yf),o=e(14,(c,l)=>mf(c,l)),a=Dc(r,i,n,o);return s&&(s.dictionary=a,a=s),{name:e(4,zr),type:a,nullable:e(6,_r,!1),metadata:e(16,li)}}function mf(r,t){let e=kt(r,t,4,Eu);return e.length?e:null}function yf(r,t){if(!t)return null;let e=vt(r,t);return Ss(null,e(6,gf,In()),e(8,_r,!1),e(4,ft,0))}function gf(r,t){return Dc(r,t,f.Int)}var bf=(r,t)=>`Expected to read ${r} metadata bytes, but only read ${t}.`,_f=(r,t)=>`Expected to read ${r} bytes for message body, but only read ${t}.`,If=r=>`Unsupported message type: ${r} (${vs(Ht,r)})`;function fo(r,t){let e=W(r,t)||0;if(t+=$r,e===-1&&(e=W(r,t)||0,t+=$r),e===0)return null;let n=r.subarray(t,t+=e);if(n.byteLength<e)throw new Error(bf(e,n.byteLength));let i=vt(n,0),s=i(4,pt,Yt.V1),o=i(6,ei,Ht.NONE),a=i(8,se,0),c=i(10,ft,0),l;if(a){let d=o===Ht.Schema?ho:o===Ht.DictionaryBatch?xu:o===Ht.RecordBatch?uo:null;if(!d)throw new Error(If(o));if(l=d(n,a,s),c>0){let h=r.subarray(t,t+=c);if(h.byteLength<c)throw new Error(_f(c,h.byteLength));l.body=h}}return{version:s,type:o,index:t,content:l}}function Tu(r){let t=r instanceof ArrayBuffer?new Uint8Array(r):r;return t instanceof Uint8Array&&wf(t)?Sf(t):vf(t)}function wf(r){if(!r||r.length<4)return!1;for(let t=0;t<6;++t)if(Jn[t]!==r[t])return!1;return!0}function vf(r){let t=[r].flat(),e,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=fo(s,o);if(a===null)break;if(o=a.index,!!a.content)switch(a.type){case Ht.Schema:e||(e=a.content);break;case Ht.RecordBatch:n.push(a.content);break;case Ht.DictionaryBatch:i.push(a.content);break}}}return{schema:e,dictionaries:i,records:n,metadata:null}}function Sf(r){let t=r.byteLength-(Jn.length+4),e=W(r,t),n=vt(r,t-e),i=n(4,pt,Yt.V1),s=n(8,Oc,[]),o=n(10,Oc,[]);return{schema:n(6,(a,c)=>ho(a,c,i)),dictionaries:s.map(({offset:a})=>fo(r,a).content),records:o.map(({offset:a})=>fo(r,a).content),metadata:n(12,li)}}function Nc(r,t){return xf(Tu(r),t)}function xf(r,t={}){let{schema:e={fields:[]},dictionaries:n,records:i}=r,{version:s,fields:o}=e,a=new Map,c=Tf(t,s,a),l=new Map;Ef(e,p=>{let m=p.type;m.typeId===f.Dictionary&&l.set(m.id,m.dictionary)});let d=new Map;for(let p of n){let{id:m,data:E,isDelta:lt,body:H}=p,z=l.get(m),wt=Bc(z,c({...E,body:H}));if(d.has(m)){let yr=d.get(m);lt||yr.clear(),yr.add(wt)}else{if(lt)throw new Error("Delta update can not be first dictionary batch.");d.set(m,Ac(z).add(wt))}}d.forEach((p,m)=>a.set(m,p.done()));let h=o.map(p=>Ac(p.type));for(let p of i){let m=c(p);o.forEach((E,lt)=>h[lt].add(Bc(E.type,m)))}return new Sn(e,h.map(p=>p.done()),t.useProxy)}function Ef(r,t){r.fields.forEach(function e(n){t(n),n.type.dictionary?.children?.forEach(e),n.type.children?.forEach(e)})}function Tf(r,t,e){let n={version:t,options:r,dictionary:i=>e.get(i)};return i=>{let{length:s,nodes:o,regions:a,variadic:c,body:l}=i,d=-1,h=-1,p=-1;return{...n,length:s,node:()=>o[++d],buffer:m=>{let{length:E,offset:lt}=a[++h];return m?new m(l.buffer,l.byteOffset+lt,E/m.BYTES_PER_ELEMENT):l.subarray(lt,lt+E)},variadic:()=>c[++p],visit(m){return m.map(E=>Bc(E.type,this))}}}}function Bc(r,t){let{typeId:e}=r,{length:n,options:i,node:s,buffer:o,variadic:a,version:c}=t,l=ci(r,i);if(e===f.Null)return new l({length:n,nullCount:n,type:r});let d={...s(),type:r};switch(e){case f.Bool:case f.Int:case f.Time:case f.Duration:case f.Float:case f.Decimal:case f.Date:case f.Timestamp:case f.Interval:case f.FixedSizeBinary:return new l({...d,validity:o(),values:o(r.values)});case f.Utf8:case f.LargeUtf8:case f.Binary:case f.LargeBinary:return new l({...d,validity:o(),offsets:o(r.offsets),values:o()});case f.BinaryView:case f.Utf8View:return new l({...d,validity:o(),values:o(),data:Array.from({length:a()},()=>o())});case f.List:case f.LargeList:case f.Map:return new l({...d,validity:o(),offsets:o(r.offsets),children:t.visit(r.children)});case f.ListView:case f.LargeListView:return new l({...d,validity:o(),offsets:o(r.offsets),sizes:o(r.offsets),children:t.visit(r.children)});case f.FixedSizeList:case f.Struct:return new l({...d,validity:o(),children:t.visit(r.children)});case f.RunEndEncoded:return new l({...d,children:t.visit(r.children)});case f.Dictionary:{let{id:h,indices:p}=r;return new l({...d,validity:o(),values:o(p.values)}).setDictionary(t.dictionary(h))}case f.Union:return c<Yt.V5&&o(),new l({...d,typeIds:o(Zn),offsets:r.mode===$e.Sparse?null:o(r.offsets),children:t.visit(r.children)});default:throw new Error(ze(e))}}var Sw=new Uint16Array(new Uint8Array([1,0]).buffer)[0]===1;function wr(r){return Nc(r,{useDate:!0})}function Fc(r="ws://localhost:3000/"){let t=[],e=!1,n=null,i,s={open(){e=!0,c()},close(){for(e=!1,n=null,i=null;t.length;)t.shift().reject("Socket closed")},error(l){if(n){let{reject:d}=n;n=null,c(),d(l)}else console.error("WebSocket error: ",l)},message({data:l}){if(n){let{query:d,resolve:h,reject:p}=n;if(n=null,c(),typeof l=="string"){let m=JSON.parse(l);m.error?p(m.error):h(m)}else if(d.type==="exec")h();else if(d.type==="arrow")h(wr(l));else throw new Error(`Unexpected socket data: ${l}`)}else console.log("WebSocket message: ",l)}};function o(){i=new WebSocket(r),i.binaryType="arraybuffer";for(let l in s)i.addEventListener(l,s[l])}function a(l,d,h){i==null&&o(),t.push({query:l,resolve:d,reject:h}),e&&!n&&c()}function c(){t.length&&(n=t.shift(),i.send(JSON.stringify(n.query)))}return{get connected(){return e},query(l){return new Promise((d,h)=>a(l,d,h))}}}var Kt=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 n=e.startsWith("*")?e:`"${e}"`;return`${t?`${Ru(t)}.`:""}${n}`}else return t?Ru(t):"NULL"}};function Ru(r){return r.split(".").map(e=>`"${e}"`).join(".")}function Lu(r,t){return r instanceof Kt&&r.column===t}function P(r){return typeof r=="string"?Uu(r):r}function Yr(r){return typeof r=="string"?Mu(r):r}function Mu(r){return new Kt(r)}function Uu(r,t=null){return arguments.length===1&&(t=r,r=null),new Kt(r,t)}function Ge(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(),n=r.getUTCMonth(),i=r.getUTCDate();return t===Date.UTC(e,n,i)?`MAKE_DATE(${e}, ${n+1}, ${i})`:`EPOCH_MS(${t})`}else return r instanceof RegExp?`'${r.source}'`:String(r)}}var Hr=r=>typeof r?.addEventListener=="function";function po(r){return r instanceof We}var We=class{constructor(t,e,n){this._expr=Array.isArray(t)?t:[t],this._deps=e||[],this.annotate(n);let i=this._expr.filter(s=>Hr(s));i.length>0?(this._params=Array.from(new Set(i)),this._params.forEach(s=>{s.addEventListener("value",()=>Qf(this,this.map?.get("value")))})):this.addEventListener=void 0}get value(){return this}get columns(){let{_params:t,_deps:e}=this;if(t){let n=new Set(t.flatMap(i=>{let s=i.value?.columns;return Array.isArray(s)?s:[]}));if(n.size){let i=new Set(e);return n.forEach(s=>i.add(s)),Array.from(i)}}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=>Hr(t)&&!po(t)?Ge(t.value):t).join("")}addEventListener(t,e){let n=this.map||(this.map=new Map);(n.get(t)||(n.set(t,new Set),n.get(t))).add(e)}};function Qf(r,t){if(t?.size)return Promise.allSettled(Array.from(t,e=>e(r)))}function Rc(r,t){let e=[r[0]],n=new Set,i=t.length;for(let s=0,o=0;s<i;){let a=t[s];Hr(a)?e[++o]=a:(Array.isArray(a?.columns)&&a.columns.forEach(l=>n.add(l)),e[o]+=typeof a=="string"?a:Ge(a));let c=r[++s];Hr(e[o])?e[++o]=c:e[o]+=c}return{spans:e,cols:Array.from(n)}}function B(r,...t){let{spans:e,cols:n}=Rc(r,t);return new We(e,n)}var ui=r=>({value:r,toString:()=>Ge(r)});function di(r){r(this.op,this),this.children?.forEach(t=>t.visit(r))}function Cu(r,t){let e=t.filter(i=>i!=null).map(P),n=e.map((i,s)=>s?` ${r} `:"");return e.length===1?n.push(""):e.length>1&&(n[0]="(",n.push(")")),B(n,...e).annotate({op:r,children:e,visit:di})}var xn=(...r)=>Cu("AND",r.flat()),hi=(...r)=>Cu("OR",r.flat()),Kf=r=>t=>B`(${r} ${P(t)})`.annotate({op:r,a:t,visit:di}),Xf=Kf("NOT"),ku=r=>t=>B`(${P(t)} ${r})`.annotate({op:r,a:t,visit:di}),Lc=ku("IS NULL"),Jf=ku("IS NOT NULL"),vr=r=>(t,e)=>B`(${P(t)} ${r} ${P(e)})`.annotate({op:r,a:t,b:e,visit:di}),Zf=vr("="),tp=vr("<>"),ep=vr("<"),rp=vr(">"),np=vr("<="),ip=vr(">="),sp=vr("IS DISTINCT FROM"),mo=vr("IS NOT DISTINCT FROM");function op(r,t,e,n){t=P(t);let i=r.startsWith("NOT ")?"NOT ":"";return(e?n?B`${i}(${e[0]} <= ${t} AND ${t} < ${e[1]})`:B`(${t} ${r} ${e[0]} AND ${e[1]})`:B``).annotate({op:r,visit:di,field:t,range:e})}var Qr=(r,t,e)=>op("BETWEEN",r,t,e);function Kr(r,t){return Array.from({length:r},()=>t)}function mt(r,t){return(...e)=>{let n=e.map(P),i=t?`::${t}`:"";return(n.length?B([`${r}(`,...Kr(n.length-1,", "),`)${i}`],...n):B`${r}()${i}`).annotate({func:r,args:n})}}var Mc=mt("REGEXP_MATCHES"),Uc=mt("CONTAINS"),Cc=mt("PREFIX"),kc=mt("SUFFIX"),ap=mt("LOWER"),cp=mt("UPPER"),lp=mt("LENGTH"),up=mt("ISNAN"),dp=mt("ISFINITE"),hp=mt("ISINF");var fi=class r extends We{constructor(t,e,n,i,s="",o="",a=""){let c;if(i&&!(s||o||a))c=i?B`${e} OVER "${i}"`:B`${e} OVER ()`;else{let p=s&&o?" ":"",m=(s||o)&&a?" ":"";c=B`${e} OVER (${i?`"${i}" `:""}${s}${p}${o}${m}${a})`}n&&(c=B`(${c})::${n}`);let{_expr:d,_deps:h}=c;super(d,h),this.window=t,this.func=e,this.type=n,this.name=i,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:n,type:i,group:s,order:o,frame:a}=this;return new r(e,n,i,t,s,o,a)}partitionby(...t){let e=t.flat().filter(d=>d).map(P),n=B(["PARTITION BY ",Kr(e.length-1,", "),""],...e),{window:i,func:s,type:o,name:a,order:c,frame:l}=this;return new r(i,s,o,a,n,c,l)}orderby(...t){let e=t.flat().filter(d=>d).map(P),n=B(["ORDER BY ",Kr(e.length-1,", "),""],...e),{window:i,func:s,type:o,name:a,group:c,frame:l}=this;return new r(i,s,o,a,c,n,l)}rows(t){let e=Pu("ROWS",t),{window:n,func:i,type:s,name:o,group:a,order:c}=this;return new r(n,i,s,o,a,c,e)}range(t){let e=Pu("RANGE",t),{window:n,func:i,type:s,name:o,group:a,order:c}=this;return new r(n,i,s,o,a,c,e)}};function Pu(r,t){if(Hr(t)){let e=B`${t}`;return e.toString=()=>`${r} ${Vu(t.value)}`,e}return`${r} ${Vu(t)}`}function Vu(r){let[t,e]=r,n=t===0?"CURRENT ROW":Number.isFinite(t)?`${Math.abs(t)} PRECEDING`:"UNBOUNDED PRECEDING",i=e===0?"CURRENT ROW":Number.isFinite(e)?`${Math.abs(e)} FOLLOWING`:"UNBOUNDED FOLLOWING";return`BETWEEN ${n} AND ${i}`}function oe(r,t){return(...e)=>{let n=mt(r)(...e);return new fi(r,n,t)}}var fp=oe("ROW_NUMBER","INTEGER"),pp=oe("RANK","INTEGER"),mp=oe("DENSE_RANK","INTEGER"),yp=oe("PERCENT_RANK"),gp=oe("CUME_DIST"),bp=oe("NTILE"),_p=oe("LAG"),Ip=oe("LEAD"),wp=oe("FIRST_VALUE"),vp=oe("LAST_VALUE"),Sp=oe("NTH_VALUE");function k(r,...t){return B(r,...t).annotate({aggregate:!0})}var Pc=class r extends We{constructor(t,e,n,i,s){e=(e||[]).map(P);let{strings:o,exprs:a}=xp(t,e,n,i,s),{spans:c,cols:l}=Rc(o,a);super(c,l),this.aggregate=t,this.args=e,this.type=n,this.isDistinct=i,this.filter=s}get basis(){return this.column}get label(){let{aggregate:t,args:e,isDistinct:n}=this,i=n?"DISTINCT"+(e.length?" ":""):"",s=e.length?`(${i}${e.map(Ep).join(", ")})`:"";return`${t.toLowerCase()}${s}`}distinct(){let{aggregate:t,args:e,type:n,filter:i}=this;return new r(t,e,n,!0,i)}where(t){let{aggregate:e,args:n,type:i,isDistinct:s}=this;return new r(e,n,i,s,t)}window(){let{aggregate:t,args:e,type:n,isDistinct:i}=this,s=new r(t,e,null,i);return new fi(t,s,n)}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 xp(r,t,e,n,i){let s=`)${e?`::${e}`:""}`,o=[`${r}(${n?"DISTINCT ":""}`],a=[];return t.length?(o=o.concat([...Kr(t.length-1,", "),`${s}${i?" FILTER (WHERE ":""}`,...i?[")"]:[]]),a=[...t,...i?[i]:[]]):o[0]+="*"+s,{exprs:a,strings:o}}function Ep(r){let t=Ge(r);return t&&t.startsWith('"')&&t.endsWith('"')?t.slice(1,-1):t}function V(r,t){return(...e)=>new Pc(r,e,t)}var pi=V("COUNT","INTEGER"),Tp=V("AVG"),Ap=V("AVG"),Op=V("MAD"),Vc=V("MAX"),jc=V("MIN"),Dp=V("SUM","DOUBLE"),Bp=V("PRODUCT"),Np=V("MEDIAN"),Fp=V("QUANTILE"),Rp=V("MODE"),Lp=V("VARIANCE"),Mp=V("STDDEV"),Up=V("SKEWNESS"),Cp=V("KURTOSIS"),kp=V("ENTROPY"),Pp=V("VAR_POP"),Vp=V("STDDEV_POP"),jp=V("CORR"),$p=V("COVAR_SAMP"),zp=V("COVAR_POP"),qp=V("REGR_INTERCEPT"),Gp=V("REGR_SLOPE"),Wp=V("REGR_COUNT"),Yp=V("REGR_R2"),Hp=V("REGR_SYY"),Qp=V("REGR_SXX"),Kp=V("REGR_SXY"),Xp=V("REGR_AVGX"),Jp=V("REGR_AVGY"),Zp=V("FIRST"),tm=V("LAST"),em=V("ARG_MIN"),rm=V("ARG_MAX"),nm=V("STRING_AGG"),im=V("ARRAY_AGG");var $c=r=>B`epoch_ms(${P(r)})`;var sm=mt("ST_AsGeoJSON"),om=mt("ST_X"),am=mt("ST_Y"),cm=mt("ST_CENTROID");var Xt=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 Xr("UNION",t.flat())}static unionAll(...t){return new Xr("UNION ALL",t.flat())}static intersect(...t){return new Xr("INTERSECT",t.flat())}static except(...t){return new Xr("EXCEPT",t.flat())}static describe(t){let e=t.clone(),{clone:n,toString:i}=e;return Object.assign(e,{describe:!0,clone:()=>r.describe(n.call(e)),toString:()=>`DESCRIBE ${i.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 n=[],i=(s,o)=>{let a=o.clone();a.cteFor=this,n.push({as:s,query:a})};return t.flat().forEach(s=>{if(s!=null)if(s.as&&s.query)i(s.as,s.query);else for(let o in s)i(o,s[o])}),e.with=e.with.concat(n),this}}select(...t){let{query:e}=this;if(t.length===0)return e.select;{let n=[];for(let s of t.flat())if(s!=null)if(typeof s=="string")n.push({as:s,expr:P(s)});else if(s instanceof Kt)n.push({as:s.column,expr:s});else if(Array.isArray(s))n.push({as:s[0],expr:s[1]});else for(let o in s)n.push({as:yo(o),expr:P(s[o])});let i=new Set(n.map(s=>s.as));return e.select=e.select.filter(s=>!i.has(s.as)).concat(n.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 n=[];return t.flat().forEach(i=>{if(i!=null)if(typeof i=="string")n.push({as:i,from:Yr(i)});else if(i instanceof Kt)n.push({as:i.table,from:i});else if(mi(i)||po(i))n.push({from:i});else if(Array.isArray(i))n.push({as:yo(i[0]),from:Yr(i[1])});else for(let s in i)n.push({as:yo(s),from:Yr(i[s])})}),e.from=e.from.concat(n),this}}$from(...t){return this.query.from=[],this.from(...t)}sample(t,e){let{query:n}=this;if(arguments.length===0)return n.sample;{let i=t;return typeof t=="number"&&(i=t>0&&t<1?{perc:100*t,method:e}:{rows:Math.round(t),method:e}),n.sample=i,this}}where(...t){let{query:e}=this;return t.length===0?e.where:(e.where=e.where.concat(t.flat().filter(n=>n)),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(n=>n).map(P)),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(n=>n)),this)}window(...t){let{query:e}=this;if(t.length===0)return e.window;{let n=[];return t.flat().forEach(i=>{if(i!=null)for(let s in i)n.push({as:yo(s),expr:i[s]})}),e.window=e.window.concat(n),this}}qualify(...t){let{query:e}=this;return t.length===0?e.qualify:(e.qualify=e.qualify.concat(t.flat().filter(n=>n)),this)}orderby(...t){let{query:e}=this;return t.length===0?e.orderby:(e.orderby=e.orderby.concat(t.flat().filter(n=>n).map(P)),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,i=(e?.query||t).with?.reduce((o,{as:a,query:c})=>(o[a]=c,o),{}),s=[];return t.from.forEach(({from:o})=>{if(mi(o))s.push(o);else if(i[o.table]){let a=i[o.table];s.push(a)}}),s}toString(){let{with:t,select:e,distinct:n,from:i,sample:s,where:o,groupby:a,having:c,window:l,qualify:d,orderby:h,limit:p,offset:m}=this.query,E=[];if(t.length){let H=t.map(({as:z,query:wt})=>`"${z}" AS (${wt})`);E.push(`WITH ${H.join(", ")}`)}let lt=e.map(({as:H,expr:z})=>Lu(z,H)&&!z.table?`${z}`:`${z} AS "${H}"`);if(E.push(`SELECT${n?" DISTINCT":""} ${lt.join(", ")}`),i.length){let H=i.map(({as:z,from:wt})=>{let yr=mi(wt)?`(${wt})`:`${wt}`;return!z||z===wt.table?yr:`${yr} AS "${z}"`});E.push(`FROM ${H.join(", ")}`)}if(o.length){let H=o.map(String).filter(z=>z).join(" AND ");H&&E.push(`WHERE ${H}`)}if(s){let{rows:H,perc:z,method:wt,seed:yr}=s,tf=H?`${H} ROWS`:`${z} PERCENT`,ef=wt?` (${wt}${yr!=null?`, ${yr}`:""})`:"";E.push(`USING SAMPLE ${tf}${ef}`)}if(a.length&&E.push(`GROUP BY ${a.join(", ")}`),c.length){let H=c.map(String).filter(z=>z).join(" AND ");H&&E.push(`HAVING ${H}`)}if(l.length){let H=l.map(({as:z,expr:wt})=>`"${z}" AS (${wt})`);E.push(`WINDOW ${H.join(", ")}`)}if(d.length){let H=d.map(String).filter(z=>z).join(" AND ");H&&E.push(`QUALIFY ${H}`)}return h.length&&E.push(`ORDER BY ${h.join(", ")}`),Number.isFinite(p)&&E.push(`LIMIT ${p}`),Number.isFinite(m)&&E.push(`OFFSET ${m}`),E.join(" ")}},Xr=class r{constructor(t,e){this.op=t,this.queries=e.map(n=>n.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(n=>n).map(P)),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(n=>n.cteFor=e),t}toString(){let{op:t,queries:e,query:{orderby:n,limit:i,offset:s}}=this,o=[e.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(" ")}};function mi(r){return r instanceof Xt||r instanceof Xr}function zc(r){return mi(r)&&r.describe}function yo(r){return lm(r)?r.slice(1,-1):r}function lm(r){return r[0]==='"'&&r[r.length-1]==='"'}var go=r=>r;function ju(){return{apply:go,invert:go,sqlApply:P,sqlInvert:go}}function um({base:r=null}={}){if(r==null||r===Math.E)return{apply:Math.log,invert:Math.exp,sqlApply:t=>B`LN(${P(t)})`,sqlInvert:t=>B`EXP(${t})`};if(r===10)return{apply:Math.log10,invert:t=>Math.pow(10,t),sqlApply:t=>B`LOG(${P(t)})`,sqlInvert:t=>B`POW(10, ${t})`};{let t=+r;return{apply:e=>Math.log(e)/Math.log(t),invert:e=>Math.pow(t,e),sqlApply:e=>B`LN(${P(e)}) / LN(${t})`,sqlInvert:e=>B`POW(${t}, ${e})`}}}function dm({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=P(e),B`SIGN(${e}) * LN(${t} + ABS(${e}))`),sqlInvert:e=>B`SIGN(${e}) * (EXP(ABS(${e})) - ${t})`}}function hm(){return{apply:r=>Math.sign(r)*Math.sqrt(Math.abs(r)),invert:r=>Math.sign(r)*r*r,sqlApply:r=>(r=P(r),B`SIGN(${r}) * SQRT(ABS(${r}))`),sqlInvert:r=>B`SIGN(${r}) * (${r}) ** 2`}}function fm({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=P(e),B`SIGN(${e}) * POW(ABS(${e}), ${t})`),sqlInvert:e=>B`SIGN(${e}) * POW(ABS(${e}), 1/${t})`}}function $u(){return{apply:r=>+r,invert:r=>new Date(r),sqlApply:r=>r instanceof Date?+r:$c(P(r)),sqlInvert:go}}var pm={identity:ju,linear:ju,log:um,symlog:dm,sqrt:hm,pow:fm,time:$u,utc:$u};function qc(r){let t=pm[r.type];return t?{...r,...t(r)}:null}function bo(r,t,{replace:e=!1,temp:n=!0,view:i=!1}={}){return"CREATE"+(e?" OR REPLACE ":" ")+(n?"TEMP ":"")+(i?"VIEW":"TABLE")+(e?" ":" IF NOT EXISTS ")+r+" AS "+t}function qu(r){if(!r.filterIndexable)return null;let t=r.query(),e=wo(t,a=>a.from()?.[0].from.table);if(typeof e!="string"||!t.select)return null;let n=[],i=[],s={},o=a=>{let c=a.column;return`(SELECT AVG(${wo(t,d=>d.select().find(h=>h.as===c)?.expr)??a}) FROM "${e}")`};for(let a of t.select()){let{as:c,expr:{aggregate:l,args:d}}=a,h=l?.toUpperCase?.();switch(h){case"COUNT":case"SUM":n.push({[c]:k`SUM("${c}")::DOUBLE`});break;case"AVG":n.push({[c]:ym(s,c,d[0])});break;case"ARG_MAX":n.push({[c]:gm(s,c,d)});break;case"ARG_MIN":n.push({[c]:bm(s,c,d)});break;case"VARIANCE":case"VAR_SAMP":s[c]=null,n.push({[c]:_o(s,d[0],o)});break;case"VAR_POP":s[c]=null,n.push({[c]:_o(s,d[0],o,!1)});break;case"STDDEV":case"STDDEV_SAMP":s[c]=null,n.push({[c]:k`SQRT(${_o(s,d[0],o)})`});break;case"STDDEV_POP":s[c]=null,n.push({[c]:k`SQRT(${_o(s,d[0],o,!1)})`});break;case"COVAR_SAMP":s[c]=null,n.push({[c]:Io(s,d,o)});break;case"COVAR_POP":s[c]=null,n.push({[c]:Io(s,d,o,!1)});break;case"CORR":s[c]=null,n.push({[c]:zu(s,d,o)});break;case"REGR_COUNT":s[c]=null,n.push({[c]:k`${En(s,d)}::DOUBLE`});break;case"REGR_AVGX":s[c]=null,n.push({[c]:Yu(s,d)});break;case"REGR_AVGY":s[c]=null,n.push({[c]:Hu(s,d)});break;case"REGR_SYY":s[c]=null,n.push({[c]:Wc(s,0,d,o)});break;case"REGR_SXX":s[c]=null,n.push({[c]:Wc(s,1,d,o)});break;case"REGR_SXY":s[c]=null,n.push({[c]:Io(s,d,o,null)});break;case"REGR_SLOPE":s[c]=null,n.push({[c]:Qu(s,d,o)});break;case"REGR_INTERCEPT":s[c]=null,n.push({[c]:_m(s,d,o)});break;case"REGR_R2":s[c]=null,n.push({[c]:k`(${zu(s,d,o)}) ** 2`});break;case"MAX":case"MIN":case"BIT_AND":case"BIT_OR":case"BIT_XOR":case"BOOL_AND":case"BOOL_OR":case"PRODUCT":n.push({[c]:k`${h}("${c}")`});break;default:if(!l)i.push(c);else return null}}return n.length?{from:e,dims:i,aggr:n,aux:s}:null}function ae(r,...t){let e=t.length?"_"+t.map(mm).join("_"):"";return`__${r}${e}__`}function mm(r){return`${r}`.replaceAll('"',"").replaceAll(" ","_")}function wo(r,t){let e=r.subqueries;if(r.select&&e.length===0)return t(r);let n=wo(e[0],t);for(let i=1;i<e.length;++i){let s=wo(e[i],t);if(s!==void 0&&s!==n)return NaN}return n}function Gu(r,t){let e=ae("count",t);return r[e]=k`COUNT(${t})`,k`SUM(${e})`.annotate({name:e})}function ym(r,t,e){let n=Gu(r,e);return k`(SUM("${t}" * ${n.name}) / ${n})`}function gm(r,t,[,e]){let n=ae("max",e);return r[n]=k`MAX(${e})`,k`ARG_MAX("${t}", ${n})`}function bm(r,t,[,e]){let n=ae("min",e);return r[n]=k`MIN(${e})`,k`ARG_MIN("${t}", ${n})`}function _o(r,t,e,n=!0){let i=Gu(r,t),s=ae("rssq",t),o=ae("rsum",t),a=B`${t} - ${e(t)}`;return r[s]=k`SUM((${a}) ** 2)`,r[o]=k`SUM(${a})`,k`(SUM(${s}) - (SUM(${o}) ** 2 / ${i})) / (${i}${n?" - 1":""})`}function Io(r,t,e,n=!0){let i=En(r,t),s=Wu(r,t,e),o=yi(r,1,t,e),a=yi(r,0,t,e),c=n===null?"":n?` / (${i} - 1)`:` / ${i}`;return k`(${s} - ${o} * ${a} / ${i})${c}`}function zu(r,t,e){let n=En(r,t),i=Wu(r,t,e),s=Gc(r,1,t,e),o=Gc(r,0,t,e),a=yi(r,1,t,e),c=yi(r,0,t,e),l=k`(${s} - (${a} ** 2) / ${n})`,d=k`(${o} - (${c} ** 2) / ${n})`;return k`(${i} - ${a} * ${c} / ${n}) / SQRT(${l} * ${d})`}function En(r,[t,e]){let n=ae("count",t,e);return r[n]=k`REGR_COUNT(${t}, ${e})`,k`SUM(${n})`.annotate({name:n})}function yi(r,t,e,n){let i=e[t],s=e[1-t],o=ae("rs",i);return r[o]=k`SUM(${i} - ${n(i)}) FILTER (${s} IS NOT NULL)`,k`SUM(${o})`}function Gc(r,t,e,n){let i=e[t],s=e[1-t],o=ae("rss",i);return r[o]=k`SUM((${i} - ${n(i)}) ** 2) FILTER (${s} IS NOT NULL)`,k`SUM(${o})`}function Wu(r,t,e){let[n,i]=t,s=ae("sxy",n,i);return r[s]=k`SUM((${i} - ${e(i)}) * (${n} - ${e(n)}))`,k`SUM(${s})`}function Yu(r,t){let[e,n]=t,i=En(r,t),s=ae("avg",n,e);return r[s]=k`REGR_AVGX(${e}, ${n})`,k`(SUM(${s} * ${i.name}) / ${i})`}function Hu(r,t){let[e,n]=t,i=En(r,t),s=ae("avg",e,n);return r[s]=k`REGR_AVGY(${e}, ${n})`,k`(SUM(${s} * ${i.name}) / ${i})`}function Wc(r,t,e,n){let i=En(r,e),s=yi(r,t,e,n),o=Gc(r,t,e,n);return k`(${o} - (${s} ** 2 / ${i}))`}function Qu(r,t,e){let n=Io(r,t,e,null),i=Wc(r,1,t,e);return k`(${n}) / ${i}`}function _m(r,t,e){let n=Yu(r,t),i=Hu(r,t),s=Qu(r,t,e);return k`${i} - (${s}) * ${n}`}function Xu(r){let t=2166136261;for(let e=0,n=r.length;e<n;++e){let i=r.charCodeAt(e),s=i&65280;s&&(t=Ku(t^s>>8)),t=Ku(t^i&255)}return Im(t)}function Ku(r){return r+(r<<1)+(r<<4)+(r<<7)+(r<<8)+(r<<24)}function Im(r){return r+=r<<13,r^=r>>>7,r+=r<<3,r^=r>>>17,r+=r<<5,r&4294967295}var wm={skip:!0,result:null},vo=class{constructor(t,{schema:e="mosaic",enabled:n=!0}={}){this.indexes=new Map,this.active=null,this.mc=t,this._schema=e,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}dropIndexTables(){return this.clear(),this.mc.exec(`DROP SCHEMA IF EXISTS "${this.schema}" CASCADE`)}clear(){this.indexes.clear(),this.active=null}index(t,e,n){if(!this.enabled)return null;let{indexes: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=vm(n),c.source===null))return null;if(i.has(t))return i.get(t);let l=qu(t),d;if(!l)d=null;else if(e.skip(t,n))d=wm;else{let h=e.remove(a).predicate(t);d=Em(t.query(h),c,l,o),d.result=s.exec([`CREATE SCHEMA IF NOT EXISTS ${o}`,bo(d.table,d.create,{temp:!1})]),d.result.catch(p=>s.logger().error(p))}return i.set(t,d),d}};function vm(r){let{source:t,meta:e}=r,n=r.predicate,i=n?.columns,s,o;if(!e||!i)return{source:null,columns:o,predicate:s};let{type:a,scales:c,bin:l,pixelSize:d=1}=e;if(a==="point")s=h=>h,o=Object.fromEntries(i.map(h=>[`${h}`,P(h)]));else if(a==="interval"&&c){let h=c.map(p=>xm(p,d,l));h.some(p=>!p)||(h.length===1?(s=p=>p?Qr("active0",p.range.map(h[0])):[],o={active0:h[0](n.field)}):(s=p=>p?xn(p.children.map(({range:m},E)=>Qr(`active${E}`,m.map(h[E])))):[],o=Object.fromEntries(n.children.map((p,m)=>[`active${m}`,h[m](p.field)]))))}return{source:o?t:null,columns:o,predicate:s}}var Sm={ceil:"CEIL",round:"ROUND"};function xm(r,t,e){let{type:n,domain:i,range:s,apply:o,sqlApply:a}=qc(r);if(!o)return;let c=Sm[`${e}`.toLowerCase()]||"FLOOR",l=o(Math.min(...i)),d=o(Math.max(...i)),h=n==="identity"?1:Math.abs(s[1]-s[0])/(d-l),p=h/t===1?"":`${h/t}::DOUBLE * `,m=l===0?"":` - ${l}::DOUBLE`;return E=>B`${c}(${p}(${a(E)}${m}))::INTEGER`}function Em(r,t,e,n){let{dims:i,aggr:s,aux:o}=e,{columns:a}=t,c=r.select({...a,...o}).groupby(Object.keys(a)),[l]=c.subqueries;if(l){let lt=Object.values(a).flatMap(H=>H.columns);Tm(l,lt)}let d=c.orderby();c.query.orderby=[];let h=c.toString(),p=(Xu(h)>>>0).toString(16),m=`${n}.cube_${p}`,E=Xt.select(i,s).from(m).groupby(i).orderby(d);return new Yc({id:p,table:m,create:h,active:t,select:E})}function Tm(r,t){let e=new Set,n=i=>{e.has(i)||(e.add(i),i.select&&i.from().length&&i.select(t),i.subqueries.forEach(n))};n(r)}var Yc=class{constructor({table:t,create:e,active:n,select:i}={}){this.table=t,this.create=e,this.result=null,this.active=n,this.select=i,this.skip=!1}query(t){return this.select.clone().where(this.active.predicate(t))}};var Jr=class extends Promise{constructor(){let t,e;super((n,i)=>{t=n,e=i}),this._resolve=t,this._reject=e}fulfill(t){return this._resolve(t),this}reject(t){return this._reject(t),this}};Jr.prototype.constructor=Promise;function Am(r){return(typeof requestAnimationFrame<"u"?requestAnimationFrame:typeof setImmediate<"u"?setImmediate:setTimeout)(r)}function Ju(r,t,e){let n=[],i=0;function s(){let o=Om(n,t);n=[],i=0;for(let a of o)Bm(a,r,e),Rm(a,t)}return{add(o,a){o.request.type==="arrow"?(i=i||Am(()=>s()),n.push({entry:o,priority:a,index:n.length})):r(o,a)}}}function Om(r,t){let e=[],n=new Map;for(let i of r){let{entry:{request:s}}=i,o=Dm(s.query,t);if(!n.has(o)){let a=[];e.push(a),n.set(o,a)}n.get(o).push(i)}return e}function Dm(r,t){let e=`${r}`;if(r instanceof Xt&&!t.get(e)){if(r.orderby().length||r.where().length||r.qualify().length||r.having().length)return e;let n=r.clone().$select("*"),i=r.groupby();if(i.length){let s={};r.select().forEach(({as:o,expr:a})=>s[o]=a),n.$groupby(i.map(o=>o instanceof Kt&&s[o.column]||o))}else r.select().some(({expr:s})=>s.aggregate)&&n.$groupby("ALL");return`${n}`}else return e}function Bm(r,t,e){if(Nm(r))t({request:{type:"arrow",cache:!1,record:!1,query:r.query=Fm(r,e)},result:r.result=new Jr});else for(let{entry:n,priority:i}of r)t(n,i)}function Nm(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 Fm(r,t){let e=r.maps=[],n=new Map;for(let o of r){let{query:a}=o.entry.request,c=[];e.push(c);for(let{as:l,expr:d}of a.select()){let h=`${d}`;n.has(h)||n.set(h,[`col${n.size}`,d]);let[p]=n.get(h);c.push([p,l])}t(`${a}`)}let i=r[0].entry.request.query.clone(),s=i.groupby();if(s.length){let o={};r.maps[0].forEach(([a,c])=>o[c]=a),i.$groupby(s.map(a=>a instanceof Kt&&o[a.column]||a))}return i.$select(Array.from(n.values()))}async function Rm(r,t){let{maps:e,query:n,result:i}=r;if(!e)return;let s;try{s=await i}catch(a){for(let{entry:c}of r)c.result.reject(a);return}let o=zc(n);r.forEach(({entry:a},c)=>{let{request:l,result:d}=a,h=e[c],p=o&&h?Mm(s,h):h?Lm(s,h):s;l.cache&&t.set(String(l.query),p),d.fulfill(p)})}function Lm(r,t){return r.select(t.map(e=>e[0]),t.map(e=>e[1]))}function Mm(r,t){let e=new Map(t),n=[];for(let i of r)e.has(i.column_name)&&n.push({...i,column_name:e.get(i.column_name)});return n}var Um=typeof requestIdleCallback<"u"?requestIdleCallback:setTimeout,Zu=()=>({get:()=>{},set:(r,t)=>t,clear:()=>{}});function td({max:r=1e3,ttl:t=3*60*60*1e3}={}){let e=new Map;function n(){let i=performance.now()-t,s=null,o=1/0;for(let[a,c]of e){let{last:l}=c;l<o&&(s=a,o=l),i>l&&e.delete(a)}s&&e.delete(s)}return{get(i){let s=e.get(i);if(s)return s.last=performance.now(),s.value},set(i,s){return e.set(i,{last:performance.now(),value:s}),e.size>r&&Um(n),s},clear(){e=new Map}}}var So=class{constructor(t){this.queue=Array.from({length:t},()=>({head:null,tail:null}))}isEmpty(){return this.queue.every(t=>!t.head)}insert(t,e){let n=this.queue[e];if(!n)throw new Error(`Invalid queue priority rank: ${e}`);let i={item:t,next:null};n.head===null?n.head=n.tail=i:n.tail=n.tail.next=i}remove(t){for(let e of this.queue){let{head:n,tail:i}=e;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));e.head=n,e.tail=i}}next(){for(let t of this.queue){let{head:e}=t;if(e!==null)return t.head=e.next,t.tail===e&&(t.tail=null),e.item}}};var Oe={High:0,Normal:1,Low:2},xo=class{constructor(){this.queue=new So(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=Oe.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:n,type:i,cache:s=!1,record:o=!0,options:a}=t,c=n?`${n}`:null;if(o&&this.recordQuery(c),s){let h=this.clientCache.get(c);if(h){this._logger.debug("Cache"),e.fulfill(h);return}}let l=performance.now();this._logQueries&&this._logger.debug("Query",{type:i,sql:c,...a});let d=await this.db.query({type:i,sql:c,...a});s&&this.clientCache.set(c,d),this._logger.debug(`Request: ${(performance.now()-l).toFixed(1)}`),e.fulfill(d)}catch(n){e.reject(n)}}cache(t){return t!==void 0?this.clientCache=t===!0?td():t||Zu():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=Ju(this.enqueue.bind(this),this.clientCache,this.recordQuery.bind(this)):!t&&this._consolidate&&(this._consolidate=null)}request(t,e=Oe.Normal){let n=new Jr,i={request:t,result:n};return this._consolidate?this._consolidate.add(i,e):this.enqueue(i,e),n}cancel(t){let e=new Set(t);e.size&&this.queue.remove(({result:n})=>e.has(n)?(n.reject("Canceled"),!0):!1)}clear(){this.queue.remove(({result:t})=>(t.reject("Cleared"),!0))}record(){let t=[],e={add(n){t.push(n)},reset(){t=[]},snapshot(){return t.slice()},stop(){return this.recorders=this.recorders.filter(n=>n!==e),t}};return this.recorders.push(e),e}};function Hc(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}`)}}var Cm="count",km="nulls",Pm="max",Vm="min",jm="distinct";var $m={[Cm]:pi,[jm]:r=>pi(r).distinct(),[Pm]:Vc,[Vm]:jc,[km]:r=>pi().where(Lc(r))};function zm(r,t,e){return Xt.from(r).select(Array.from(e,n=>[n,$m[n](t)]))}async function ed(r,t){return t.length===1&&`${t[0].column}`=="*"?Gm(r,t[0].table):(await Promise.all(t.map(e=>qm(r,e)))).filter(e=>e)}async function qm(r,{table:t,column:e,stats:n}){let i=Xt.from({source:t}).select({column:e}).groupby(e.aggregate?B`ALL`:[]),[s]=Array.from(await r.query(Xt.describe(i))),o={table:t,column:`${e}`,sqlType:s.column_type,type:Hc(s.column_type),nullable:s.null==="YES"};if(!(n?.length||n?.size))return o;let[a]=await r.query(zm(t,e,n),{persist:!0});return Object.assign(o,a)}async function Gm(r,t){let e=await r.query(`DESCRIBE ${Yr(t)}`);return Array.from(e).map(n=>({table:t,column:n.column_name,sqlType:n.column_type,type:Hc(n.column_type),nullable:n.null==="YES"}))}function rd(){return{debug(){},info(){},log(){},warn(){},error(){}}}var Eo;function Wm(r){return r?Eo=r:Eo==null&&(Eo=new To),Eo}var To=class{constructor(t=Fc(),{logger:e=console,manager:n=new xo,cache:i=!0,consolidate:s=!0,indexes:o={}}={}){this.manager=n,this.manager.cache(i),this.manager.consolidate(s),this.databaseConnector(t),this.logger(e),this.clear(),this.dataCubeIndexer=new vo(this,o)}clear({clients:t=!0,cache:e=!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),e&&this.manager.cache().clear()}databaseConnector(t){return this.manager.connector(t)}logger(t){return arguments.length&&(this._logger=t||rd(),this.manager.logger(this._logger)),this._logger}cancel(t){this.manager.cancel(t)}exec(t,{priority:e=Oe.Normal}={}){return t=Array.isArray(t)?t.filter(n=>n).join(`;
|
|
2
|
-
`):t,this.manager.request({type:"exec",query:t},e)}query(t,{type:e="arrow",cache:n=!0,priority:i=Oe.Normal,...s}={}){return this.manager.request({type:e,query:t,cache:n,options:s},i)}prefetch(t,e={}){return this.query(t,{...e,cache:!0,priority:Oe.Low})}createBundle(t,e,n=Oe.Low){let i={name:t,queries:e.map(s=>typeof s=="string"?{sql:s}:s)};return this.manager.request({type:"create-bundle",options:i},n)}loadBundle(t,e=Oe.High){let n={name:t};return this.manager.request({type:"load-bundle",options:n},e)}updateClient(t,e,n=Oe.Normal){return t.queryPending(),this.query(e,{priority:n}).then(i=>t.queryResult(i).update(),i=>{this._logger.error(i),t.queryError(i)}).catch(i=>this._logger.error(i))}requestQuery(t,e){return this.dataCubeIndexer.clear(),e?this.updateClient(t,e):Promise.resolve(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,this.initializeClient(t),Ym(this,t.filterBy,t)}async initializeClient(t){let e=t.fields();return e?.length&&t.fieldInfo(await ed(this,e)),t.requestQuery()}disconnect(t){let{clients:e,filterGroups:n}=this;if(!e.has(t))return;e.delete(t),t.coordinator=null;let i=n.get(t.filterBy);i&&i.clients.delete(t)}};function Ym(r,t,e){if(!t)return;let n=r.filterGroups.get(t);if(!n){let i=o=>Hm(r,t,o),s=()=>Qm(r,t);t.addEventListener("activate",i),t.addEventListener("value",s),n={selection:t,clients:new Set,disconnect(){t.removeEventListener("activate",i),t.removeEventListener("value",s)}},r.filterGroups.set(t,n)}n.clients.add(e)}function Hm(r,t,e){let{dataCubeIndexer:n,filterGroups:i}=r,{clients:s}=i.get(t);for(let o of s)n.index(o,t,e)}function Qm(r,t){let{dataCubeIndexer:e,filterGroups:n}=r,{clients:i}=n.get(t),{active:s}=t;return Promise.allSettled(Array.from(i,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 Ao=class{constructor(){this._callbacks=new Map}addEventListener(t,e){this._callbacks.has(t)||this._callbacks.set(t,{callbacks:new Set,pending:null,queue:new Qc}),this._callbacks.get(t).callbacks.add(e)}removeEventListener(t,e){let n=this._callbacks.get(t);n&&n.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 n=this._callbacks.get(t)||{};if(n.pending)n.queue.enqueue(e,this.emitQueueFilter(t,e));else{let i=this.willEmit(t,e),{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())})}}}},Qc=class{constructor(){this.clear()}clear(){this.next=null}isEmpty(){return!this.next}enqueue(t,e){let n={value:t};if(e&&this.next){let i=this;for(;i.next;)e(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 Kc(r,t){return r===t?!1:r instanceof Date&&t instanceof Date?+r!=+t:Array.isArray(r)&&Array.isArray(t)?Km(r,t):!0}function Km(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 Oo(r){return r instanceof Tn}var Tn=class r extends Ao{constructor(t){super(),this._value=t}static value(t){return new r(t)}static array(t){if(t.some(e=>Oo(e))){let e=new r,n=()=>{e.update(t.map(i=>Oo(i)?i.value:i))};return n(),t.forEach(i=>Oo(i)?i.addEventListener("value",n):0),e}return new r(t)}get value(){return this._value}update(t,{force:e}={}){return Kc(this._value,t)||e?this.emit("value",t):this.cancel("value"),this}willEmit(t,e){return t==="value"&&(this._value=e),e}};function Xm(r){return r instanceof gi}function Do(r,t){return new gi(new Bo(r),t&&[t].flat())}var gi=class r extends Tn{static intersect({cross:t=!1,empty:e=!1,include:n=[]}={}){return Do({cross:t,empty:e},n)}static union({cross:t=!1,empty:e=!1,include:n=[]}={}){return Do({cross:t,empty:e,union:!0},n)}static single({cross:t=!1,empty:e=!1,include:n=[]}={}){return Do({cross:t,empty:e,single:!0},n)}static crossfilter({empty:t=!1,include:e=[]}={}){return Do({cross:!0,empty:t},e)}constructor(t=new Bo,e=[]){if(super([]),this._resolved=this._value,this._resolver=t,this._relay=new Set,Array.isArray(e))for(let n of e)n._relay.add(this)}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),this._relay.forEach(e=>e.activate(t))}update(t){return this._resolved=this._resolver.resolve(this._resolved,t,!0),this._resolved.active=t,this._relay.forEach(e=>e.update(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:n}=this,i=e?null:n.active;return this._resolver.predicate(n,i,t)}},Bo=class{constructor({union:t,cross:e,single:n,empty:i}={}){this.union=!!t,this.cross=!!e,this.single=!!n,this.empty=!!i}resolve(t,e,n=!1){let{source:i,predicate:s}=e,o=t.filter(c=>i!==c.source),a=this.single?[]:o;return this.single&&n&&o.forEach(c=>c.source?.reset?.()),s&&a.push(e),a}skip(t,e){return this.cross&&e?.clients?.has(t)}predicate(t,e,n){let{empty:i,union:s}=this;if(i&&!t.length)return["FALSE"];if(this.skip(n,e))return;let o=t.filter(a=>!this.skip(n,a)).map(a=>a.predicate);return s&&o.length>1?hi(o):o}queueFilter(t){if(this.cross){let e=t.active?.source;return n=>n.active?.source!==e}return null}};function Jm(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"?wr(await(await e).arrayBuffer()):(await e).json()}}}function id(r,t){var e={};for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&t.indexOf(n)<0&&(e[n]=r[n]);if(r!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,n=Object.getOwnPropertySymbols(r);i<n.length;i++)t.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(r,n[i])&&(e[n[i]]=r[n[i]]);return e}function y(r,t,e,n){function i(s){return s instanceof e?s:new e(function(o){o(s)})}return new(e||(e=Promise))(function(s,o){function a(d){try{l(n.next(d))}catch(h){o(h)}}function c(d){try{l(n.throw(d))}catch(h){o(h)}}function l(d){d.done?s(d.value):i(d.value).then(a,c)}l((n=n.apply(r,t||[])).next())})}function nd(r){var t=typeof Symbol=="function"&&Symbol.iterator,e=t&&r[t],n=0;if(e)return e.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function L(r){return this instanceof L?(this.v=r,this):new L(r)}function Pt(r,t,e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n=e.apply(r,t||[]),i,s=[];return i={},a("next"),a("throw"),a("return",o),i[Symbol.asyncIterator]=function(){return this},i;function o(m){return function(E){return Promise.resolve(E).then(m,h)}}function a(m,E){n[m]&&(i[m]=function(lt){return new Promise(function(H,z){s.push([m,lt,H,z])>1||c(m,lt)})},E&&(i[m]=E(i[m])))}function c(m,E){try{l(n[m](E))}catch(lt){p(s[0][3],lt)}}function l(m){m.value instanceof L?Promise.resolve(m.value.v).then(d,h):p(s[0][2],m)}function d(m){c("next",m)}function h(m){c("throw",m)}function p(m,E){m(E),s.shift(),s.length&&c(s[0][0],s[0][1])}}function An(r){var t,e;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]=r[i]?function(o){return(e=!e)?{value:L(r[i](o)),done:!1}:s?s(o):o}:s}}function ce(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 nd=="function"?nd(r):r[Symbol.iterator](),e={},n("next"),n("throw"),n("return"),e[Symbol.asyncIterator]=function(){return this},e);function n(s){e[s]=r[s]&&function(o){return new Promise(function(a,c){o=r[s](o),i(a,c,o.done,o.value)})}}function i(s,o,a,c){Promise.resolve(c).then(function(l){s({value:l,done:a})},o)}}var rl={};jr(rl,{compareArrayLike:()=>el,joinUint8Arrays:()=>Vt,memcpy:()=>On,rebaseValueOffsets:()=>Co,toArrayBufferView:()=>M,toArrayBufferViewAsyncIterator:()=>de,toArrayBufferViewIterator:()=>De,toBigInt64Array:()=>sy,toBigUint64Array:()=>cy,toFloat32Array:()=>ly,toFloat32ArrayAsyncIterator:()=>Ey,toFloat32ArrayIterator:()=>gy,toFloat64Array:()=>uy,toFloat64ArrayAsyncIterator:()=>Ty,toFloat64ArrayIterator:()=>by,toInt16Array:()=>iy,toInt16ArrayAsyncIterator:()=>wy,toInt16ArrayIterator:()=>fy,toInt32Array:()=>Zr,toInt32ArrayAsyncIterator:()=>vy,toInt32ArrayIterator:()=>py,toInt8Array:()=>ny,toInt8ArrayAsyncIterator:()=>Iy,toInt8ArrayIterator:()=>hy,toUint16Array:()=>oy,toUint16ArrayAsyncIterator:()=>Sy,toUint16ArrayIterator:()=>my,toUint32Array:()=>ay,toUint32ArrayAsyncIterator:()=>xy,toUint32ArrayIterator:()=>yy,toUint8Array:()=>N,toUint8ArrayAsyncIterator:()=>tl,toUint8ArrayIterator:()=>Zc,toUint8ClampedArray:()=>dy,toUint8ClampedArrayAsyncIterator:()=>Ay,toUint8ClampedArrayIterator:()=>_y});var Zm=new TextDecoder("utf-8"),bi=r=>Zm.decode(r),ty=new TextEncoder,Sr=r=>ty.encode(r);var ey=r=>typeof r=="number",sd=r=>typeof r=="boolean",ut=r=>typeof r=="function",xt=r=>r!=null&&Object(r)===r,le=r=>xt(r)&&ut(r.then);var ue=r=>xt(r)&&ut(r[Symbol.iterator]),Jt=r=>xt(r)&&ut(r[Symbol.asyncIterator]),No=r=>xt(r)&&xt(r.schema);var Fo=r=>xt(r)&&"done"in r&&"value"in r;var Ro=r=>xt(r)&&ut(r.stat)&&ey(r.fd);var Lo=r=>xt(r)&&_i(r.body),Mo=r=>"_getDOMStream"in r&&"_getNodeStream"in r,od=r=>xt(r)&&ut(r.abort)&&ut(r.getWriter)&&!Mo(r),_i=r=>xt(r)&&ut(r.cancel)&&ut(r.getReader)&&!Mo(r),ad=r=>xt(r)&&ut(r.end)&&ut(r.write)&&sd(r.writable)&&!Mo(r),Uo=r=>xt(r)&&ut(r.read)&&ut(r.pipe)&&sd(r.readable)&&!Mo(r),cd=r=>xt(r)&&ut(r.clear)&&ut(r.bytes)&&ut(r.position)&&ut(r.setPosition)&&ut(r.capacity)&&ut(r.getBufferIdentifier)&&ut(r.createLong);var Jc=typeof SharedArrayBuffer<"u"?SharedArrayBuffer:ArrayBuffer;function ry(r){let t=r[0]?[r[0]]:[],e,n,i,s;for(let o,a,c=0,l=0,d=r.length;++c<d;){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:i}=o,{byteOffset:n,byteLength:s}=a,e+i<n||n+s<e){a&&(t[++l]=a);continue}t[l]=new Uint8Array(o.buffer,e,n-e+s)}return t}function On(r,t,e=0,n=t.byteLength){let i=r.byteLength,s=new Uint8Array(r.buffer,r.byteOffset,i),o=new Uint8Array(t.buffer,t.byteOffset,Math.min(n,i));return s.set(o,e),r}function Vt(r,t){let e=ry(r),n=e.reduce((d,h)=>d+h.byteLength,0),i,s,o,a=0,c=-1,l=Math.min(t||Number.POSITIVE_INFINITY,n);for(let d=e.length;++c<d;){if(i=e[c],s=i.subarray(0,Math.min(i.length,l-a)),l<=a+s.length){s.length<i.length?e[c]=i.subarray(s.length):s.length===i.length&&c++,o?On(o,s,a):o=s;break}On(o||(o=new Uint8Array(l)),s,a),a+=s.length}return[o||new Uint8Array(0),e.slice(c),n-(o?o.byteLength:0)]}function M(r,t){let e=Fo(t)?t.value:t;return e instanceof r?r===Uint8Array?new r(e.buffer,e.byteOffset,e.byteLength):e:e?(typeof e=="string"&&(e=Sr(e)),e instanceof ArrayBuffer?new r(e):e instanceof Jc?new r(e):cd(e)?M(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 ny=r=>M(Int8Array,r),iy=r=>M(Int16Array,r),Zr=r=>M(Int32Array,r),sy=r=>M(BigInt64Array,r),N=r=>M(Uint8Array,r),oy=r=>M(Uint16Array,r),ay=r=>M(Uint32Array,r),cy=r=>M(BigUint64Array,r),ly=r=>M(Float32Array,r),uy=r=>M(Float64Array,r),dy=r=>M(Uint8ClampedArray,r),Xc=r=>(r.next(),r);function*De(r,t){let e=function*(i){yield i},n=typeof t=="string"||ArrayBuffer.isView(t)||t instanceof ArrayBuffer||t instanceof Jc?e(t):ue(t)?t:e(t);return yield*Xc(function*(i){let s=null;do s=i.next(yield M(r,s));while(!s.done)}(n[Symbol.iterator]())),new r}var hy=r=>De(Int8Array,r),fy=r=>De(Int16Array,r),py=r=>De(Int32Array,r),Zc=r=>De(Uint8Array,r),my=r=>De(Uint16Array,r),yy=r=>De(Uint32Array,r),gy=r=>De(Float32Array,r),by=r=>De(Float64Array,r),_y=r=>De(Uint8ClampedArray,r);function de(r,t){return Pt(this,arguments,function*(){if(le(t))return yield L(yield L(yield*An(ce(de(r,yield L(t))))));let n=function(o){return Pt(this,arguments,function*(){yield yield L(yield L(o))})},i=function(o){return Pt(this,arguments,function*(){yield L(yield*An(ce(Xc(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 Jc?n(t):ue(t)?i(t):Jt(t)?t:n(t);return yield L(yield*An(ce(Xc(function(o){return Pt(this,arguments,function*(){let a=null;do a=yield L(o.next(yield yield L(M(r,a))));while(!a.done)})}(s[Symbol.asyncIterator]()))))),yield L(new r)})}var Iy=r=>de(Int8Array,r),wy=r=>de(Int16Array,r),vy=r=>de(Int32Array,r),tl=r=>de(Uint8Array,r),Sy=r=>de(Uint16Array,r),xy=r=>de(Uint32Array,r),Ey=r=>de(Float32Array,r),Ty=r=>de(Float64Array,r),Ay=r=>de(Uint8ClampedArray,r);function Co(r,t,e){if(r!==0){e=e.slice(0,t);for(let n=-1,i=e.length;++n<i;)e[n]+=r}return e.subarray(0,t)}function el(r,t){let e=0,n=r.length;if(n!==t.length)return!1;if(n>0)do if(r[e]!==t[e])return!1;while(++e<n);return!0}var yt={fromIterable(r){return ko(Oy(r))},fromAsyncIterable(r){return ko(Dy(r))},fromDOMStream(r){return ko(By(r))},fromNodeStream(r){return ko(Ny(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')}},ko=r=>(r.next(),r);function*Oy(r){let t,e=!1,n=[],i,s,o,a=0;function c(){return s==="peek"?Vt(n,o)[0]:([i,n,a]=Vt(n,o),i)}({cmd:s,size:o}=yield null);let l=Zc(r)[Symbol.iterator]();try{do if({done:t,value:i}=Number.isNaN(o-a)?l.next():l.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){(e=!0)&&typeof l.throw=="function"&&l.throw(d)}finally{e===!1&&typeof l.return=="function"&&l.return(null)}return null}function Dy(r){return Pt(this,arguments,function*(){let e,n=!1,i=[],s,o,a,c=0;function l(){return o==="peek"?Vt(i,a)[0]:([s,i,c]=Vt(i,a),s)}({cmd:o,size:a}=yield yield L(null));let d=tl(r)[Symbol.asyncIterator]();try{do if({done:e,value:s}=Number.isNaN(a-c)?yield L(d.next()):yield L(d.next(a-c)),!e&&s.byteLength>0&&(i.push(s),c+=s.byteLength),e||a<=c)do({cmd:o,size:a}=yield yield L(l()));while(a<c);while(!e)}catch(h){(n=!0)&&typeof d.throw=="function"&&(yield L(d.throw(h)))}finally{n===!1&&typeof d.return=="function"&&(yield L(d.return(new Uint8Array(0))))}return yield L(null)})}function By(r){return Pt(this,arguments,function*(){let e=!1,n=!1,i=[],s,o,a,c=0;function l(){return o==="peek"?Vt(i,a)[0]:([s,i,c]=Vt(i,a),s)}({cmd:o,size:a}=yield yield L(null));let d=new il(r);try{do if({done:e,value:s}=Number.isNaN(a-c)?yield L(d.read()):yield L(d.read(a-c)),!e&&s.byteLength>0&&(i.push(N(s)),c+=s.byteLength),e||a<=c)do({cmd:o,size:a}=yield yield L(l()));while(a<c);while(!e)}catch(h){(n=!0)&&(yield L(d.cancel(h)))}finally{n===!1?yield L(d.cancel()):r.locked&&d.releaseLock()}return yield L(null)})}var il=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:e,source:n}=this;e&&(yield e.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 e=yield this.reader.read();return!e.done&&(e.value=N(e)),e})}},nl=(r,t)=>{let e=i=>n([t,i]),n;return[t,e,new Promise(i=>(n=i)&&r.once(t,e))]};function Ny(r){return Pt(this,arguments,function*(){let e=[],n="error",i=!1,s=null,o,a,c=0,l=[],d;function h(){return o==="peek"?Vt(l,a)[0]:([d,l,c]=Vt(l,a),d)}if({cmd:o,size:a}=yield yield L(null),r.isTTY)return yield yield L(new Uint8Array(0)),yield L(null);try{e[0]=nl(r,"end"),e[1]=nl(r,"error");do{if(e[2]=nl(r,"readable"),[n,s]=yield L(Promise.race(e.map(m=>m[2]))),n==="error")break;if((i=n==="end")||(Number.isFinite(a-c)?(d=N(r.read(a-c)),d.byteLength<a-c&&(d=N(r.read()))):d=N(r.read()),d.byteLength>0&&(l.push(d),c+=d.byteLength)),i||a<=c)do({cmd:o,size:a}=yield yield L(h()));while(a<c)}while(!i)}finally{yield L(p(e,n==="error"?s:null))}return yield L(null);function p(m,E){return d=l=null,new Promise((lt,H)=>{for(let[z,wt]of m)r.off(z,wt);try{let z=r.destroy;z&&z.call(r,E),E=void 0}catch(z){E=z||E}finally{E!=null?H(E):lt()}})}})}var et;(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"})(et||(et={}));var Q;(function(r){r[r.Sparse=0]="Sparse",r[r.Dense=1]="Dense"})(Q||(Q={}));var Z;(function(r){r[r.HALF=0]="HALF",r[r.SINGLE=1]="SINGLE",r[r.DOUBLE=2]="DOUBLE"})(Z||(Z={}));var gt;(function(r){r[r.DAY=0]="DAY",r[r.MILLISECOND=1]="MILLISECOND"})(gt||(gt={}));var I;(function(r){r[r.SECOND=0]="SECOND",r[r.MILLISECOND=1]="MILLISECOND",r[r.MICROSECOND=2]="MICROSECOND",r[r.NANOSECOND=3]="NANOSECOND"})(I||(I={}));var Et;(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"})(Et||(Et={}));var j;(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"})(j||(j={}));var u;(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"})(u||(u={}));var Zt;(function(r){r[r.OFFSET=0]="OFFSET",r[r.DATA=1]="DATA",r[r.VALIDITY=2]="VALIDITY",r[r.TYPE=3]="TYPE"})(Zt||(Zt={}));var Sl={};jr(Sl,{clampIndex:()=>vg,clampRange:()=>Si,createElementComparator:()=>Tr});var sl={};jr(sl,{valueToString:()=>he});function he(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=>he(t))}]`:`[${r}]`:ArrayBuffer.isView(r)?`[${r}]`:JSON.stringify(r,(t,e)=>typeof e=="bigint"?`${e}`:e)}var al={};jr(al,{BN:()=>wi,bigNumToBigInt:()=>dd,bigNumToString:()=>Nn,isArrowBigNumSymbol:()=>ld});var ld=Symbol.for("isArrowBigNum");function fe(r,...t){return t.length===0?Object.setPrototypeOf(M(this.TypedArray,r),this.constructor.prototype):Object.setPrototypeOf(new this.TypedArray(r,...t),this.constructor.prototype)}fe.prototype[ld]=!0;fe.prototype.toJSON=function(){return`"${Nn(this)}"`};fe.prototype.valueOf=function(){return ud(this)};fe.prototype.toString=function(){return Nn(this)};fe.prototype[Symbol.toPrimitive]=function(r="default"){switch(r){case"number":return ud(this);case"string":return Nn(this);case"default":return dd(this)}return Nn(this)};function Dn(...r){return fe.apply(this,r)}function Bn(...r){return fe.apply(this,r)}function Ii(...r){return fe.apply(this,r)}Object.setPrototypeOf(Dn.prototype,Object.create(Int32Array.prototype));Object.setPrototypeOf(Bn.prototype,Object.create(Uint32Array.prototype));Object.setPrototypeOf(Ii.prototype,Object.create(Uint32Array.prototype));Object.assign(Dn.prototype,fe.prototype,{constructor:Dn,signed:!0,TypedArray:Int32Array,BigIntArray:BigInt64Array});Object.assign(Bn.prototype,fe.prototype,{constructor:Bn,signed:!1,TypedArray:Uint32Array,BigIntArray:BigUint64Array});Object.assign(Ii.prototype,fe.prototype,{constructor:Ii,signed:!0,TypedArray:Uint32Array,BigIntArray:BigUint64Array});function ud(r){let{buffer:t,byteOffset:e,length:n,signed:i}=r,s=new BigUint64Array(t,e,n),o=i&&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 Nn=r=>{if(r.byteLength===8)return`${new r.BigIntArray(r.buffer,r.byteOffset,1)[0]}`;if(!r.signed)return ol(r);let t=new Uint16Array(r.buffer,r.byteOffset,r.byteLength/2);if(new Int16Array([t.at(-1)])[0]>=0)return ol(r);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`-${ol(t)}`},dd=r=>r.byteLength===8?new r.BigIntArray(r.buffer,r.byteOffset,1)[0]:Nn(r);function ol(r){let t="",e=new Uint32Array(2),n=new Uint16Array(r.buffer,r.byteOffset,r.byteLength/2),i=new Uint32Array((n=new Uint16Array(n).reverse()).buffer),s=-1,o=n.length-1;do{for(e[0]=n[s=0];s<o;)n[s++]=e[1]=e[0]/10,e[0]=(e[0]-e[1]*10<<16)+n[s];n[s]=e[1]=e[0]/10,e[0]=e[0]-e[1]*10,t=`${e[0]}${t}`}while(i[0]||i[1]||i[2]||i[3]);return t??"0"}var wi=class r{static new(t,e){switch(e){case!0:return new Dn(t);case!1:return new Bn(t)}switch(t.constructor){case Int8Array:case Int16Array:case Int32Array:case BigInt64Array:return new Dn(t)}return t.byteLength===16?new Ii(t):new Bn(t)}static signed(t){return new Dn(t)}static unsigned(t){return new Bn(t)}static decimal(t){return new Ii(t)}constructor(t,e){return r.new(t,e)}};function Nt(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 hd,fd,pd,md,yd,gd,bd,_d,Id,wd,vd,Sd,xd,Ed,Td,Ad,Od,Dd,Bd,Nd,g=class r{static isNull(t){return t?.typeId===u.Null}static isInt(t){return t?.typeId===u.Int}static isFloat(t){return t?.typeId===u.Float}static isBinary(t){return t?.typeId===u.Binary}static isUtf8(t){return t?.typeId===u.Utf8}static isBool(t){return t?.typeId===u.Bool}static isDecimal(t){return t?.typeId===u.Decimal}static isDate(t){return t?.typeId===u.Date}static isTime(t){return t?.typeId===u.Time}static isTimestamp(t){return t?.typeId===u.Timestamp}static isInterval(t){return t?.typeId===u.Interval}static isDuration(t){return t?.typeId===u.Duration}static isList(t){return t?.typeId===u.List}static isStruct(t){return t?.typeId===u.Struct}static isUnion(t){return t?.typeId===u.Union}static isFixedSizeBinary(t){return t?.typeId===u.FixedSizeBinary}static isFixedSizeList(t){return t?.typeId===u.FixedSizeList}static isMap(t){return t?.typeId===u.Map}static isDictionary(t){return t?.typeId===u.Dictionary}static isDenseUnion(t){return r.isUnion(t)&&t.mode===Q.Dense}static isSparseUnion(t){return r.isUnion(t)&&t.mode===Q.Sparse}get typeId(){return u.NONE}};hd=Symbol.toStringTag;g[hd]=(r=>(r.children=null,r.ArrayType=Array,r[Symbol.toStringTag]="DataType"))(g.prototype);var Tt=class extends g{toString(){return"Null"}get typeId(){return u.Null}};fd=Symbol.toStringTag;Tt[fd]=(r=>r[Symbol.toStringTag]="Null")(Tt.prototype);var ot=class extends g{constructor(t,e){super(),this.isSigned=t,this.bitWidth=e}get typeId(){return u.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}`}};pd=Symbol.toStringTag;ot[pd]=(r=>(r.isSigned=null,r.bitWidth=null,r[Symbol.toStringTag]="Int"))(ot.prototype);var Po=class extends ot{constructor(){super(!0,8)}get ArrayType(){return Int8Array}},Vo=class extends ot{constructor(){super(!0,16)}get ArrayType(){return Int16Array}},Be=class extends ot{constructor(){super(!0,32)}get ArrayType(){return Int32Array}},jo=class extends ot{constructor(){super(!0,64)}get ArrayType(){return BigInt64Array}},$o=class extends ot{constructor(){super(!1,8)}get ArrayType(){return Uint8Array}},zo=class extends ot{constructor(){super(!1,16)}get ArrayType(){return Uint16Array}},qo=class extends ot{constructor(){super(!1,32)}get ArrayType(){return Uint32Array}},Go=class extends ot{constructor(){super(!1,64)}get ArrayType(){return BigUint64Array}};Object.defineProperty(Po.prototype,"ArrayType",{value:Int8Array});Object.defineProperty(Vo.prototype,"ArrayType",{value:Int16Array});Object.defineProperty(Be.prototype,"ArrayType",{value:Int32Array});Object.defineProperty(jo.prototype,"ArrayType",{value:BigInt64Array});Object.defineProperty($o.prototype,"ArrayType",{value:Uint8Array});Object.defineProperty(zo.prototype,"ArrayType",{value:Uint16Array});Object.defineProperty(qo.prototype,"ArrayType",{value:Uint32Array});Object.defineProperty(Go.prototype,"ArrayType",{value:BigUint64Array});var Ft=class extends g{constructor(t){super(),this.precision=t}get typeId(){return u.Float}get ArrayType(){switch(this.precision){case Z.HALF:return Uint16Array;case Z.SINGLE:return Float32Array;case Z.DOUBLE:return Float64Array}throw new Error(`Unrecognized ${this[Symbol.toStringTag]} type`)}toString(){return`Float${this.precision<<5||16}`}};md=Symbol.toStringTag;Ft[md]=(r=>(r.precision=null,r[Symbol.toStringTag]="Float"))(Ft.prototype);var Wo=class extends Ft{constructor(){super(Z.HALF)}},Yo=class extends Ft{constructor(){super(Z.SINGLE)}},Ho=class extends Ft{constructor(){super(Z.DOUBLE)}};Object.defineProperty(Wo.prototype,"ArrayType",{value:Uint16Array});Object.defineProperty(Yo.prototype,"ArrayType",{value:Float32Array});Object.defineProperty(Ho.prototype,"ArrayType",{value:Float64Array});var Ye=class extends g{constructor(){super()}get typeId(){return u.Binary}toString(){return"Binary"}};yd=Symbol.toStringTag;Ye[yd]=(r=>(r.ArrayType=Uint8Array,r[Symbol.toStringTag]="Binary"))(Ye.prototype);var He=class extends g{constructor(){super()}get typeId(){return u.Utf8}toString(){return"Utf8"}};gd=Symbol.toStringTag;He[gd]=(r=>(r.ArrayType=Uint8Array,r[Symbol.toStringTag]="Utf8"))(He.prototype);var Qe=class extends g{constructor(){super()}get typeId(){return u.Bool}toString(){return"Bool"}};bd=Symbol.toStringTag;Qe[bd]=(r=>(r.ArrayType=Uint8Array,r[Symbol.toStringTag]="Bool"))(Qe.prototype);var Ke=class extends g{constructor(t,e,n=128){super(),this.scale=t,this.precision=e,this.bitWidth=n}get typeId(){return u.Decimal}toString(){return`Decimal[${this.precision}e${this.scale>0?"+":""}${this.scale}]`}};_d=Symbol.toStringTag;Ke[_d]=(r=>(r.scale=null,r.precision=null,r.ArrayType=Uint32Array,r[Symbol.toStringTag]="Decimal"))(Ke.prototype);var Xe=class extends g{constructor(t){super(),this.unit=t}get typeId(){return u.Date}toString(){return`Date${(this.unit+1)*32}<${gt[this.unit]}>`}};Id=Symbol.toStringTag;Xe[Id]=(r=>(r.unit=null,r.ArrayType=Int32Array,r[Symbol.toStringTag]="Date"))(Xe.prototype);var pe=class extends g{constructor(t,e){super(),this.unit=t,this.bitWidth=e}get typeId(){return u.Time}toString(){return`Time${this.bitWidth}<${I[this.unit]}>`}get ArrayType(){switch(this.bitWidth){case 32:return Int32Array;case 64:return BigInt64Array}throw new Error(`Unrecognized ${this[Symbol.toStringTag]} type`)}};wd=Symbol.toStringTag;pe[wd]=(r=>(r.unit=null,r.bitWidth=null,r[Symbol.toStringTag]="Time"))(pe.prototype);var Je=class extends g{constructor(t,e){super(),this.unit=t,this.timezone=e}get typeId(){return u.Timestamp}toString(){return`Timestamp<${I[this.unit]}${this.timezone?`, ${this.timezone}`:""}>`}};vd=Symbol.toStringTag;Je[vd]=(r=>(r.unit=null,r.timezone=null,r.ArrayType=Int32Array,r[Symbol.toStringTag]="Timestamp"))(Je.prototype);var Ze=class extends g{constructor(t){super(),this.unit=t}get typeId(){return u.Interval}toString(){return`Interval<${Et[this.unit]}>`}};Sd=Symbol.toStringTag;Ze[Sd]=(r=>(r.unit=null,r.ArrayType=Int32Array,r[Symbol.toStringTag]="Interval"))(Ze.prototype);var tr=class extends g{constructor(t){super(),this.unit=t}get typeId(){return u.Duration}toString(){return`Duration<${I[this.unit]}>`}};xd=Symbol.toStringTag;tr[xd]=(r=>(r.unit=null,r.ArrayType=BigInt64Array,r[Symbol.toStringTag]="Duration"))(tr.prototype);var me=class extends g{constructor(t){super(),this.children=[t]}get typeId(){return u.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}};Ed=Symbol.toStringTag;me[Ed]=(r=>(r.children=null,r[Symbol.toStringTag]="List"))(me.prototype);var K=class extends g{constructor(t){super(),this.children=t}get typeId(){return u.Struct}toString(){return`Struct<{${this.children.map(t=>`${t.name}:${t.type}`).join(", ")}}>`}};Td=Symbol.toStringTag;K[Td]=(r=>(r.children=null,r[Symbol.toStringTag]="Struct"))(K.prototype);var ye=class extends g{constructor(t,e,n){super(),this.mode=t,this.children=n,this.typeIds=e=Int32Array.from(e),this.typeIdToChildIndex=e.reduce((i,s,o)=>(i[s]=o)&&i||i,Object.create(null))}get typeId(){return u.Union}toString(){return`${this[Symbol.toStringTag]}<${this.children.map(t=>`${t.type}`).join(" | ")}>`}};Ad=Symbol.toStringTag;ye[Ad]=(r=>(r.mode=null,r.typeIds=null,r.children=null,r.typeIdToChildIndex=null,r.ArrayType=Int8Array,r[Symbol.toStringTag]="Union"))(ye.prototype);var er=class extends g{constructor(t){super(),this.byteWidth=t}get typeId(){return u.FixedSizeBinary}toString(){return`FixedSizeBinary[${this.byteWidth}]`}};Od=Symbol.toStringTag;er[Od]=(r=>(r.byteWidth=null,r.ArrayType=Uint8Array,r[Symbol.toStringTag]="FixedSizeBinary"))(er.prototype);var ge=class extends g{constructor(t,e){super(),this.listSize=t,this.children=[e]}get typeId(){return u.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}>`}};Dd=Symbol.toStringTag;ge[Dd]=(r=>(r.children=null,r.listSize=null,r[Symbol.toStringTag]="FixedSizeList"))(ge.prototype);var be=class extends g{constructor(t,e=!1){var n,i,s;if(super(),this.children=[t],this.keysSorted=e,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 typeId(){return u.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(", ")}}>`}};Bd=Symbol.toStringTag;be[Bd]=(r=>(r.children=null,r.keysSorted=null,r[Symbol.toStringTag]="Map_"))(be.prototype);var Fy=(r=>()=>++r)(-1),jt=class extends g{constructor(t,e,n,i){super(),this.indices=e,this.dictionary=t,this.isOrdered=i||!1,this.id=n==null?Fy():Nt(n)}get typeId(){return u.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}>`}};Nd=Symbol.toStringTag;jt[Nd]=(r=>(r.id=null,r.indices=null,r.isOrdered=null,r.dictionary=null,r[Symbol.toStringTag]="Dictionary"))(jt.prototype);function $t(r){let t=r;switch(r.typeId){case u.Decimal:return r.bitWidth/32;case u.Timestamp:return 2;case u.Date:return 1+t.unit;case u.Interval:return 1+t.unit;case u.FixedSizeList:return t.listSize;case u.FixedSizeBinary:return t.byteWidth;default:return 1}}var _=class{visitMany(t,...e){return t.map((n,i)=>this.visit(n,...e.map(s=>s[i])))}visit(...t){return this.getVisitFn(t[0],!1).apply(this,t)}getVisitFn(t,e=!0){return Ry(this,t,e)}getVisitFnByTypeId(t,e=!0){return Fn(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 Ry(r,t,e=!0){return typeof t=="number"?Fn(r,t,e):typeof t=="string"&&t in u?Fn(r,u[t],e):t&&t instanceof g?Fn(r,Fd(t),e):t?.type&&t.type instanceof g?Fn(r,Fd(t.type),e):Fn(r,u.NONE,e)}function Fn(r,t,e=!0){let n=null;switch(t){case u.Null:n=r.visitNull;break;case u.Bool:n=r.visitBool;break;case u.Int:n=r.visitInt;break;case u.Int8:n=r.visitInt8||r.visitInt;break;case u.Int16:n=r.visitInt16||r.visitInt;break;case u.Int32:n=r.visitInt32||r.visitInt;break;case u.Int64:n=r.visitInt64||r.visitInt;break;case u.Uint8:n=r.visitUint8||r.visitInt;break;case u.Uint16:n=r.visitUint16||r.visitInt;break;case u.Uint32:n=r.visitUint32||r.visitInt;break;case u.Uint64:n=r.visitUint64||r.visitInt;break;case u.Float:n=r.visitFloat;break;case u.Float16:n=r.visitFloat16||r.visitFloat;break;case u.Float32:n=r.visitFloat32||r.visitFloat;break;case u.Float64:n=r.visitFloat64||r.visitFloat;break;case u.Utf8:n=r.visitUtf8;break;case u.Binary:n=r.visitBinary;break;case u.FixedSizeBinary:n=r.visitFixedSizeBinary;break;case u.Date:n=r.visitDate;break;case u.DateDay:n=r.visitDateDay||r.visitDate;break;case u.DateMillisecond:n=r.visitDateMillisecond||r.visitDate;break;case u.Timestamp:n=r.visitTimestamp;break;case u.TimestampSecond:n=r.visitTimestampSecond||r.visitTimestamp;break;case u.TimestampMillisecond:n=r.visitTimestampMillisecond||r.visitTimestamp;break;case u.TimestampMicrosecond:n=r.visitTimestampMicrosecond||r.visitTimestamp;break;case u.TimestampNanosecond:n=r.visitTimestampNanosecond||r.visitTimestamp;break;case u.Time:n=r.visitTime;break;case u.TimeSecond:n=r.visitTimeSecond||r.visitTime;break;case u.TimeMillisecond:n=r.visitTimeMillisecond||r.visitTime;break;case u.TimeMicrosecond:n=r.visitTimeMicrosecond||r.visitTime;break;case u.TimeNanosecond:n=r.visitTimeNanosecond||r.visitTime;break;case u.Decimal:n=r.visitDecimal;break;case u.List:n=r.visitList;break;case u.Struct:n=r.visitStruct;break;case u.Union:n=r.visitUnion;break;case u.DenseUnion:n=r.visitDenseUnion||r.visitUnion;break;case u.SparseUnion:n=r.visitSparseUnion||r.visitUnion;break;case u.Dictionary:n=r.visitDictionary;break;case u.Interval:n=r.visitInterval;break;case u.IntervalDayTime:n=r.visitIntervalDayTime||r.visitInterval;break;case u.IntervalYearMonth:n=r.visitIntervalYearMonth||r.visitInterval;break;case u.Duration:n=r.visitDuration;break;case u.DurationSecond:n=r.visitDurationSecond||r.visitDuration;break;case u.DurationMillisecond:n=r.visitDurationMillisecond||r.visitDuration;break;case u.DurationMicrosecond:n=r.visitDurationMicrosecond||r.visitDuration;break;case u.DurationNanosecond:n=r.visitDurationNanosecond||r.visitDuration;break;case u.FixedSizeList:n=r.visitFixedSizeList;break;case u.Map:n=r.visitMap;break}if(typeof n=="function")return n;if(!e)return()=>null;throw new Error(`Unrecognized type '${u[t]}'`)}function Fd(r){switch(r.typeId){case u.Null:return u.Null;case u.Int:{let{bitWidth:t,isSigned:e}=r;switch(t){case 8:return e?u.Int8:u.Uint8;case 16:return e?u.Int16:u.Uint16;case 32:return e?u.Int32:u.Uint32;case 64:return e?u.Int64:u.Uint64}return u.Int}case u.Float:switch(r.precision){case Z.HALF:return u.Float16;case Z.SINGLE:return u.Float32;case Z.DOUBLE:return u.Float64}return u.Float;case u.Binary:return u.Binary;case u.Utf8:return u.Utf8;case u.Bool:return u.Bool;case u.Decimal:return u.Decimal;case u.Time:switch(r.unit){case I.SECOND:return u.TimeSecond;case I.MILLISECOND:return u.TimeMillisecond;case I.MICROSECOND:return u.TimeMicrosecond;case I.NANOSECOND:return u.TimeNanosecond}return u.Time;case u.Timestamp:switch(r.unit){case I.SECOND:return u.TimestampSecond;case I.MILLISECOND:return u.TimestampMillisecond;case I.MICROSECOND:return u.TimestampMicrosecond;case I.NANOSECOND:return u.TimestampNanosecond}return u.Timestamp;case u.Date:switch(r.unit){case gt.DAY:return u.DateDay;case gt.MILLISECOND:return u.DateMillisecond}return u.Date;case u.Interval:switch(r.unit){case Et.DAY_TIME:return u.IntervalDayTime;case Et.YEAR_MONTH:return u.IntervalYearMonth}return u.Interval;case u.Duration:switch(r.unit){case I.SECOND:return u.DurationSecond;case I.MILLISECOND:return u.DurationMillisecond;case I.MICROSECOND:return u.DurationMicrosecond;case I.NANOSECOND:return u.DurationNanosecond}return u.Duration;case u.Map:return u.Map;case u.List:return u.List;case u.Struct:return u.Struct;case u.Union:switch(r.mode){case Q.Dense:return u.DenseUnion;case Q.Sparse:return u.SparseUnion}return u.Union;case u.FixedSizeBinary:return u.FixedSizeBinary;case u.FixedSizeList:return u.FixedSizeList;case u.Dictionary:return u.Dictionary}throw new Error(`Unrecognized type '${u[r.typeId]}'`)}_.prototype.visitInt8=null;_.prototype.visitInt16=null;_.prototype.visitInt32=null;_.prototype.visitInt64=null;_.prototype.visitUint8=null;_.prototype.visitUint16=null;_.prototype.visitUint32=null;_.prototype.visitUint64=null;_.prototype.visitFloat16=null;_.prototype.visitFloat32=null;_.prototype.visitFloat64=null;_.prototype.visitDateDay=null;_.prototype.visitDateMillisecond=null;_.prototype.visitTimestampSecond=null;_.prototype.visitTimestampMillisecond=null;_.prototype.visitTimestampMicrosecond=null;_.prototype.visitTimestampNanosecond=null;_.prototype.visitTimeSecond=null;_.prototype.visitTimeMillisecond=null;_.prototype.visitTimeMicrosecond=null;_.prototype.visitTimeNanosecond=null;_.prototype.visitDenseUnion=null;_.prototype.visitSparseUnion=null;_.prototype.visitIntervalDayTime=null;_.prototype.visitIntervalYearMonth=null;_.prototype.visitDuration=null;_.prototype.visitDurationSecond=null;_.prototype.visitDurationMillisecond=null;_.prototype.visitDurationMicrosecond=null;_.prototype.visitDurationNanosecond=null;var cl={};jr(cl,{float64ToUint16:()=>vi,uint16ToFloat64:()=>Qo});var Rd=new Float64Array(1),Rn=new Uint32Array(Rd.buffer);function Qo(r){let t=(r&31744)>>10,e=(r&1023)/1024,n=Math.pow(-1,(r&32768)>>15);switch(t){case 31:return n*(e?Number.NaN:1/0);case 0:return n*(e?6103515625e-14*e:0)}return n*Math.pow(2,t-15)*(1+e)}function vi(r){if(r!==r)return 32256;Rd[0]=r;let t=(Rn[1]&2147483648)>>16&65535,e=Rn[1]&2146435072,n=0;return e>=1089470464?Rn[0]>0?e=31744:(e=(e&2080374784)>>16,n=(Rn[1]&1048575)>>10):e<=1056964608?(n=1048576+(Rn[1]&1048575),n=1048576+(n<<(e>>20)-998)>>21,e=0):(e=e-1056964608>>10,n=(Rn[1]&1048575)+512>>10),t|e|n&65535}var T=class extends _{};function D(r){return(t,e,n)=>{if(t.setValid(e,n!=null))return r(t,e,n)}}var Ly=(r,t,e)=>{r[t]=Math.trunc(e/864e5)},ll=(r,t,e)=>{r[t]=Math.trunc(e%4294967296),r[t+1]=Math.trunc(e/4294967296)},My=(r,t,e)=>{r[t]=Math.trunc(e*1e3%4294967296),r[t+1]=Math.trunc(e*1e3/4294967296)},Uy=(r,t,e)=>{r[t]=Math.trunc(e*1e6%4294967296),r[t+1]=Math.trunc(e*1e6/4294967296)},Ld=(r,t,e,n)=>{if(e+1<t.length){let{[e]:i,[e+1]:s}=t;r.set(n.subarray(0,s-i),i)}},Cy=({offset:r,values:t},e,n)=>{let i=r+e;n?t[i>>3]|=1<<i%8:t[i>>3]&=~(1<<i%8)},rr=({values:r},t,e)=>{r[t]=e},ul=({values:r},t,e)=>{r[t]=e},Md=({values:r},t,e)=>{r[t]=vi(e)},ky=(r,t,e)=>{switch(r.type.precision){case Z.HALF:return Md(r,t,e);case Z.SINGLE:case Z.DOUBLE:return ul(r,t,e)}},Ko=({values:r},t,e)=>{Ly(r,t,e.valueOf())},Xo=({values:r},t,e)=>{ll(r,t*2,e.valueOf())},dl=({stride:r,values:t},e,n)=>{t.set(n.subarray(0,r),r*e)},Py=({values:r,valueOffsets:t},e,n)=>Ld(r,t,e,n),Vy=({values:r,valueOffsets:t},e,n)=>{Ld(r,t,e,Sr(n))},hl=(r,t,e)=>{r.type.unit===gt.DAY?Ko(r,t,e):Xo(r,t,e)},Jo=({values:r},t,e)=>ll(r,t*2,e/1e3),Zo=({values:r},t,e)=>ll(r,t*2,e),ta=({values:r},t,e)=>My(r,t*2,e),ea=({values:r},t,e)=>Uy(r,t*2,e),fl=(r,t,e)=>{switch(r.type.unit){case I.SECOND:return Jo(r,t,e);case I.MILLISECOND:return Zo(r,t,e);case I.MICROSECOND:return ta(r,t,e);case I.NANOSECOND:return ea(r,t,e)}},ra=({values:r},t,e)=>{r[t]=e},na=({values:r},t,e)=>{r[t]=e},ia=({values:r},t,e)=>{r[t]=e},sa=({values:r},t,e)=>{r[t]=e},pl=(r,t,e)=>{switch(r.type.unit){case I.SECOND:return ra(r,t,e);case I.MILLISECOND:return na(r,t,e);case I.MICROSECOND:return ia(r,t,e);case I.NANOSECOND:return sa(r,t,e)}},ml=({values:r,stride:t},e,n)=>{r.set(n.subarray(0,t),t*e)},jy=(r,t,e)=>{let n=r.children[0],i=r.valueOffsets,s=bt.getVisitFn(n);if(Array.isArray(e))for(let o=-1,a=i[t],c=i[t+1];a<c;)s(n,a++,e[++o]);else for(let o=-1,a=i[t],c=i[t+1];a<c;)s(n,a++,e.get(++o))},$y=(r,t,e)=>{let n=r.children[0],{valueOffsets:i}=r,s=bt.getVisitFn(n),{[t]:o,[t+1]:a}=i,c=e instanceof Map?e.entries():Object.entries(e);for(let l of c)if(s(n,o,l),++o>=a)break},zy=(r,t)=>(e,n,i,s)=>n&&e(n,r,t[s]),qy=(r,t)=>(e,n,i,s)=>n&&e(n,r,t.get(s)),Gy=(r,t)=>(e,n,i,s)=>n&&e(n,r,t.get(i.name)),Wy=(r,t)=>(e,n,i,s)=>n&&e(n,r,t[i.name]),Yy=(r,t,e)=>{let n=r.type.children.map(s=>bt.getVisitFn(s.type)),i=e instanceof Map?Gy(t,e):e instanceof C?qy(t,e):Array.isArray(e)?zy(t,e):Wy(t,e);r.type.children.forEach((s,o)=>i(n[o],r.children[o],s,o))},Hy=(r,t,e)=>{r.type.mode===Q.Dense?Ud(r,t,e):Cd(r,t,e)},Ud=(r,t,e)=>{let n=r.type.typeIdToChildIndex[r.typeIds[t]],i=r.children[n];bt.visit(i,r.valueOffsets[t],e)},Cd=(r,t,e)=>{let n=r.type.typeIdToChildIndex[r.typeIds[t]],i=r.children[n];bt.visit(i,t,e)},Qy=(r,t,e)=>{var n;(n=r.dictionary)===null||n===void 0||n.set(r.values[t],e)},yl=(r,t,e)=>{r.type.unit===Et.DAY_TIME?oa(r,t,e):aa(r,t,e)},oa=({values:r},t,e)=>{r.set(e.subarray(0,2),2*t)},aa=({values:r},t,e)=>{r[t]=e[0]*12+e[1]%12},ca=({values:r},t,e)=>{r[t]=e},la=({values:r},t,e)=>{r[t]=e},ua=({values:r},t,e)=>{r[t]=e},da=({values:r},t,e)=>{r[t]=e},gl=(r,t,e)=>{switch(r.type.unit){case I.SECOND:return ca(r,t,e);case I.MILLISECOND:return la(r,t,e);case I.MICROSECOND:return ua(r,t,e);case I.NANOSECOND:return da(r,t,e)}},Ky=(r,t,e)=>{let{stride:n}=r,i=r.children[0],s=bt.getVisitFn(i);if(Array.isArray(e))for(let o=-1,a=t*n;++o<n;)s(i,a+o,e[o]);else for(let o=-1,a=t*n;++o<n;)s(i,a+o,e.get(o))};T.prototype.visitBool=D(Cy);T.prototype.visitInt=D(rr);T.prototype.visitInt8=D(rr);T.prototype.visitInt16=D(rr);T.prototype.visitInt32=D(rr);T.prototype.visitInt64=D(rr);T.prototype.visitUint8=D(rr);T.prototype.visitUint16=D(rr);T.prototype.visitUint32=D(rr);T.prototype.visitUint64=D(rr);T.prototype.visitFloat=D(ky);T.prototype.visitFloat16=D(Md);T.prototype.visitFloat32=D(ul);T.prototype.visitFloat64=D(ul);T.prototype.visitUtf8=D(Vy);T.prototype.visitBinary=D(Py);T.prototype.visitFixedSizeBinary=D(dl);T.prototype.visitDate=D(hl);T.prototype.visitDateDay=D(Ko);T.prototype.visitDateMillisecond=D(Xo);T.prototype.visitTimestamp=D(fl);T.prototype.visitTimestampSecond=D(Jo);T.prototype.visitTimestampMillisecond=D(Zo);T.prototype.visitTimestampMicrosecond=D(ta);T.prototype.visitTimestampNanosecond=D(ea);T.prototype.visitTime=D(pl);T.prototype.visitTimeSecond=D(ra);T.prototype.visitTimeMillisecond=D(na);T.prototype.visitTimeMicrosecond=D(ia);T.prototype.visitTimeNanosecond=D(sa);T.prototype.visitDecimal=D(ml);T.prototype.visitList=D(jy);T.prototype.visitStruct=D(Yy);T.prototype.visitUnion=D(Hy);T.prototype.visitDenseUnion=D(Ud);T.prototype.visitSparseUnion=D(Cd);T.prototype.visitDictionary=D(Qy);T.prototype.visitInterval=D(yl);T.prototype.visitIntervalDayTime=D(oa);T.prototype.visitIntervalYearMonth=D(aa);T.prototype.visitDuration=D(gl);T.prototype.visitDurationSecond=D(ca);T.prototype.visitDurationMillisecond=D(la);T.prototype.visitDurationMicrosecond=D(ua);T.prototype.visitDurationNanosecond=D(da);T.prototype.visitFixedSizeList=D(Ky);T.prototype.visitMap=D($y);var bt=new T;var _e=Symbol.for("parent"),Ln=Symbol.for("rowIndex"),xr=class{constructor(t,e){return this[_e]=t,this[Ln]=e,new Proxy(this,new _l)}toArray(){return Object.values(this.toJSON())}toJSON(){let t=this[Ln],e=this[_e],n=e.type.children,i={};for(let s=-1,o=n.length;++s<o;)i[n[s].name]=at.visit(e.children[s],t);return i}toString(){return`{${[...this].map(([t,e])=>`${he(t)}: ${he(e)}`).join(", ")}}`}[Symbol.for("nodejs.util.inspect.custom")](){return this.toString()}[Symbol.iterator](){return new bl(this[_e],this[Ln])}},bl=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,at.visit(this.children[t],this.rowIndex)]}):{done:!0,value:null}}};Object.defineProperties(xr.prototype,{[Symbol.toStringTag]:{enumerable:!1,configurable:!1,value:"Row"},[_e]:{writable:!0,enumerable:!1,configurable:!1,value:null},[Ln]:{writable:!0,enumerable:!1,configurable:!1,value:-1}});var _l=class{isExtensible(){return!1}deleteProperty(){return!1}preventExtensions(){return!0}ownKeys(t){return t[_e].type.children.map(e=>e.name)}has(t,e){return t[_e].type.children.findIndex(n=>n.name===e)!==-1}getOwnPropertyDescriptor(t,e){if(t[_e].type.children.findIndex(n=>n.name===e)!==-1)return{writable:!0,enumerable:!0,configurable:!0}}get(t,e){if(Reflect.has(t,e))return t[e];let n=t[_e].type.children.findIndex(i=>i.name===e);if(n!==-1){let i=at.visit(t[_e].children[n],t[Ln]);return Reflect.set(t,e,i),i}}set(t,e,n){let i=t[_e].type.children.findIndex(s=>s.name===e);return i!==-1?(bt.visit(t[_e].children[i],t[Ln],n),Reflect.set(t,e,n)):Reflect.has(t,e)||typeof e=="symbol"?Reflect.set(t,e,n):!1}};var w=class extends _{};function A(r){return(t,e)=>t.getValid(e)?r(t,e):null}var Xy=(r,t)=>864e5*r[t],Il=(r,t)=>4294967296*r[t+1]+(r[t]>>>0),Jy=(r,t)=>4294967296*(r[t+1]/1e3)+(r[t]>>>0)/1e3,Zy=(r,t)=>4294967296*(r[t+1]/1e6)+(r[t]>>>0)/1e6,kd=r=>new Date(r),tg=(r,t)=>kd(Xy(r,t)),eg=(r,t)=>kd(Il(r,t)),rg=(r,t)=>null,Pd=(r,t,e)=>{if(e+1>=t.length)return null;let n=t[e],i=t[e+1];return r.subarray(n,i)},ng=({offset:r,values:t},e)=>{let n=r+e;return(t[n>>3]&1<<n%8)!==0},Vd=({values:r},t)=>tg(r,t),jd=({values:r},t)=>eg(r,t*2),Er=({stride:r,values:t},e)=>t[r*e],ig=({stride:r,values:t},e)=>Qo(t[r*e]),$d=({values:r},t)=>r[t],sg=({stride:r,values:t},e)=>t.subarray(r*e,r*(e+1)),og=({values:r,valueOffsets:t},e)=>Pd(r,t,e),ag=({values:r,valueOffsets:t},e)=>{let n=Pd(r,t,e);return n!==null?bi(n):null},cg=({values:r},t)=>r[t],lg=({type:r,values:t},e)=>r.precision!==Z.HALF?t[e]:Qo(t[e]),ug=(r,t)=>r.type.unit===gt.DAY?Vd(r,t):jd(r,t),zd=({values:r},t)=>1e3*Il(r,t*2),qd=({values:r},t)=>Il(r,t*2),Gd=({values:r},t)=>Jy(r,t*2),Wd=({values:r},t)=>Zy(r,t*2),dg=(r,t)=>{switch(r.type.unit){case I.SECOND:return zd(r,t);case I.MILLISECOND:return qd(r,t);case I.MICROSECOND:return Gd(r,t);case I.NANOSECOND:return Wd(r,t)}},Yd=({values:r},t)=>r[t],Hd=({values:r},t)=>r[t],Qd=({values:r},t)=>r[t],Kd=({values:r},t)=>r[t],hg=(r,t)=>{switch(r.type.unit){case I.SECOND:return Yd(r,t);case I.MILLISECOND:return Hd(r,t);case I.MICROSECOND:return Qd(r,t);case I.NANOSECOND:return Kd(r,t)}},fg=({values:r,stride:t},e)=>wi.decimal(r.subarray(t*e,t*(e+1))),pg=(r,t)=>{let{valueOffsets:e,stride:n,children:i}=r,{[t*n]:s,[t*n+1]:o}=e,c=i[0].slice(s,o-s);return new C([c])},mg=(r,t)=>{let{valueOffsets:e,children:n}=r,{[t]:i,[t+1]:s}=e,o=n[0];return new Ne(o.slice(i,s-i))},yg=(r,t)=>new xr(r,t),gg=(r,t)=>r.type.mode===Q.Dense?Xd(r,t):Jd(r,t),Xd=(r,t)=>{let e=r.type.typeIdToChildIndex[r.typeIds[t]],n=r.children[e];return at.visit(n,r.valueOffsets[t])},Jd=(r,t)=>{let e=r.type.typeIdToChildIndex[r.typeIds[t]],n=r.children[e];return at.visit(n,t)},bg=(r,t)=>{var e;return(e=r.dictionary)===null||e===void 0?void 0:e.get(r.values[t])},_g=(r,t)=>r.type.unit===Et.DAY_TIME?Zd(r,t):th(r,t),Zd=({values:r},t)=>r.subarray(2*t,2*(t+1)),th=({values:r},t)=>{let e=r[t],n=new Int32Array(2);return n[0]=Math.trunc(e/12),n[1]=Math.trunc(e%12),n},eh=({values:r},t)=>r[t],rh=({values:r},t)=>r[t],nh=({values:r},t)=>r[t],ih=({values:r},t)=>r[t],Ig=(r,t)=>{switch(r.type.unit){case I.SECOND:return eh(r,t);case I.MILLISECOND:return rh(r,t);case I.MICROSECOND:return nh(r,t);case I.NANOSECOND:return ih(r,t)}},wg=(r,t)=>{let{stride:e,children:n}=r,s=n[0].slice(t*e,e);return new C([s])};w.prototype.visitNull=A(rg);w.prototype.visitBool=A(ng);w.prototype.visitInt=A(cg);w.prototype.visitInt8=A(Er);w.prototype.visitInt16=A(Er);w.prototype.visitInt32=A(Er);w.prototype.visitInt64=A($d);w.prototype.visitUint8=A(Er);w.prototype.visitUint16=A(Er);w.prototype.visitUint32=A(Er);w.prototype.visitUint64=A($d);w.prototype.visitFloat=A(lg);w.prototype.visitFloat16=A(ig);w.prototype.visitFloat32=A(Er);w.prototype.visitFloat64=A(Er);w.prototype.visitUtf8=A(ag);w.prototype.visitBinary=A(og);w.prototype.visitFixedSizeBinary=A(sg);w.prototype.visitDate=A(ug);w.prototype.visitDateDay=A(Vd);w.prototype.visitDateMillisecond=A(jd);w.prototype.visitTimestamp=A(dg);w.prototype.visitTimestampSecond=A(zd);w.prototype.visitTimestampMillisecond=A(qd);w.prototype.visitTimestampMicrosecond=A(Gd);w.prototype.visitTimestampNanosecond=A(Wd);w.prototype.visitTime=A(hg);w.prototype.visitTimeSecond=A(Yd);w.prototype.visitTimeMillisecond=A(Hd);w.prototype.visitTimeMicrosecond=A(Qd);w.prototype.visitTimeNanosecond=A(Kd);w.prototype.visitDecimal=A(fg);w.prototype.visitList=A(pg);w.prototype.visitStruct=A(yg);w.prototype.visitUnion=A(gg);w.prototype.visitDenseUnion=A(Xd);w.prototype.visitSparseUnion=A(Jd);w.prototype.visitDictionary=A(bg);w.prototype.visitInterval=A(_g);w.prototype.visitIntervalDayTime=A(Zd);w.prototype.visitIntervalYearMonth=A(th);w.prototype.visitDuration=A(Ig);w.prototype.visitDurationSecond=A(eh);w.prototype.visitDurationMillisecond=A(rh);w.prototype.visitDurationMicrosecond=A(nh);w.prototype.visitDurationNanosecond=A(ih);w.prototype.visitFixedSizeList=A(wg);w.prototype.visitMap=A(mg);var at=new w;var te=Symbol.for("keys"),Mn=Symbol.for("vals"),Ne=class{constructor(t){return this[te]=new C([t.children[0]]).memoize(),this[Mn]=t.children[1],new Proxy(this,new vl)}[Symbol.iterator](){return new wl(this[te],this[Mn])}get size(){return this[te].length}toArray(){return Object.values(this.toJSON())}toJSON(){let t=this[te],e=this[Mn],n={};for(let i=-1,s=t.length;++i<s;)n[t.get(i)]=at.visit(e,i);return n}toString(){return`{${[...this].map(([t,e])=>`${he(t)}: ${he(e)}`).join(", ")}}`}[Symbol.for("nodejs.util.inspect.custom")](){return this.toString()}},wl=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),at.visit(this.vals,t)]})}},vl=class{isExtensible(){return!1}deleteProperty(){return!1}preventExtensions(){return!0}ownKeys(t){return t[te].toArray().map(String)}has(t,e){return t[te].includes(e)}getOwnPropertyDescriptor(t,e){if(t[te].indexOf(e)!==-1)return{writable:!0,enumerable:!0,configurable:!0}}get(t,e){if(Reflect.has(t,e))return t[e];let n=t[te].indexOf(e);if(n!==-1){let i=at.visit(Reflect.get(t,Mn),n);return Reflect.set(t,e,i),i}}set(t,e,n){let i=t[te].indexOf(e);return i!==-1?(bt.visit(Reflect.get(t,Mn),i,n),Reflect.set(t,e,n)):Reflect.has(t,e)?Reflect.set(t,e,n):!1}};Object.defineProperties(Ne.prototype,{[Symbol.toStringTag]:{enumerable:!1,configurable:!1,value:"Row"},[te]:{writable:!0,enumerable:!1,configurable:!1,value:null},[Mn]:{writable:!0,enumerable:!1,configurable:!1,value:null}});function vg(r,t,e){let n=r.length,i=t>-1?t:n+t%n;return e?e(r,i):i}var sh;function Si(r,t,e,n){let{length:i=0}=r,s=typeof t!="number"?0:t,o=typeof e!="number"?i:e;return s<0&&(s=(s%i+i)%i),o<0&&(o=(o%i+i)%i),o<s&&(sh=s,s=o,o=sh),o>i&&(o=i),n?n(r,s,o):[s,o]}var oh=r=>r!==r;function Tr(r){if(typeof r!=="object"||r===null)return oh(r)?oh:e=>e===r;if(r instanceof Date){let e=r.valueOf();return n=>n instanceof Date?n.valueOf()===e:!1}return ArrayBuffer.isView(r)?e=>e?el(r,e):!1:r instanceof Map?xg(r):Array.isArray(r)?Sg(r):r instanceof C?Eg(r):Tg(r,!0)}function Sg(r){let t=[];for(let e=-1,n=r.length;++e<n;)t[e]=Tr(r[e]);return ha(t)}function xg(r){let t=-1,e=[];for(let n of r.values())e[++t]=Tr(n);return ha(e)}function Eg(r){let t=[];for(let e=-1,n=r.length;++e<n;)t[e]=Tr(r.get(e));return ha(t)}function Tg(r,t=!1){let e=Object.keys(r);if(!t&&e.length===0)return()=>!1;let n=[];for(let i=-1,s=e.length;++i<s;)n[i]=Tr(r[e[i]]);return ha(n,e)}function ha(r,t){return e=>{if(!e||typeof e!="object")return!1;switch(e.constructor){case Array:return Ag(r,e);case Map:return ah(r,e,e.keys());case Ne:case xr:case Object:case void 0:return ah(r,e,t||Object.keys(e))}return e instanceof C?Og(r,e):!1}}function Ag(r,t){let e=r.length;if(t.length!==e)return!1;for(let n=-1;++n<e;)if(!r[n](t[n]))return!1;return!0}function Og(r,t){let e=r.length;if(t.length!==e)return!1;for(let n=-1;++n<e;)if(!r[n](t.get(n)))return!1;return!0}function ah(r,t,e){let n=e[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=r.length,c=s.next(),l=n.next(),d=i.next();for(;o<a&&!l.done&&!d.done&&!c.done&&!(l.value!==d.value||!r[o](c.value));++o,l=n.next(),d=i.next(),c=s.next());return o===a&&l.done&&d.done&&c.done?!0:(n.return&&n.return(),i.return&&i.return(),s.return&&s.return(),!1)}var xl={};jr(xl,{BitIterator:()=>tn,getBit:()=>ch,getBool:()=>pa,packBools:()=>rn,popcnt_array:()=>lh,popcnt_bit_range:()=>xi,popcnt_uint32:()=>fa,setBool:()=>Dg,truncateBitmap:()=>en});function pa(r,t,e,n){return(e&1<<n)!==0}function ch(r,t,e,n){return(e&1<<n)>>n}function Dg(r,t,e){return e?!!(r[t>>3]|=1<<t%8)||!0:!(r[t>>3]&=~(1<<t%8))&&!1}function en(r,t,e){let n=e.byteLength+7&-8;if(r>0||e.byteLength<n){let i=new Uint8Array(n);return i.set(r%8===0?e.subarray(r>>3):rn(new tn(e,r,t,null,pa)).subarray(0,n)),i}return e}function rn(r){let t=[],e=0,n=0,i=0;for(let o of r)o&&(i|=1<<n),++n===8&&(t[e++]=i,i=n=0);(e===0||n>0)&&(t[e++]=i);let s=new Uint8Array(t.length+7&-8);return s.set(t),s}var tn=class{constructor(t,e,n,i,s){this.bytes=t,this.length=n,this.context=i,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 xi(r,t,e){if(e-t<=0)return 0;if(e-t<8){let s=0;for(let o of new tn(r,t,e-t,r,ch))s+=o;return s}let n=e>>3<<3,i=t+(t%8===0?0:8-t%8);return xi(r,t,i)+xi(r,n,e)+lh(r,i>>3,n-i>>3)}function lh(r,t,e){let n=0,i=Math.trunc(t),s=new DataView(r.buffer,r.byteOffset,r.byteLength),o=e===void 0?r.byteLength:i+e;for(;o-i>=4;)n+=fa(s.getUint32(i)),i+=4;for(;o-i>=2;)n+=fa(s.getUint16(i)),i+=2;for(;o-i>=1;)n+=fa(s.getUint8(i)),i+=1;return n}function fa(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 Bg=-1,G=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:n,nullBitmap:i,typeIds:s}=this;return e&&(t+=e.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,e;return t<=Bg&&(e=this.nullBitmap)&&(this._nullCount=t=this.length-xi(e,this.offset,this.offset+this.length)),t}constructor(t,e,n,i,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(n||0,0)),this._nullCount=Math.floor(Math.max(i||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=$t(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 n=e,i=this.children[n.typeIdToChildIndex[this.typeIds[t]]],s=n.mode===Q.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,e){let n,{type:i}=this;if(g.isUnion(i)){let s=i,o=this.children[s.typeIdToChildIndex[this.typeIds[t]]],a=s.mode===Q.Dense?this.valueOffsets[t]:t;n=o.getValid(a),o.setValid(a,e)}else{let{nullBitmap:s}=this,{offset:o,length:a}=this,c=o+t,l=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(en(o,a,this.nullBitmap),0),Object.assign(this,{nullBitmap:s,_nullCount:-1}));let h=s[d];n=(h&l)!==0,e?s[d]=h|l:s[d]=h&~l}return n!==!!e&&(this._nullCount=this.nullCount+(e?-1:1)),e}clone(t=this.type,e=this.offset,n=this.length,i=this._nullCount,s=this,o=this.children){return new r(t,e,n,i,s,o,this.dictionary)}slice(t,e){let{stride:n,typeId:i,children:s}=this,o=+(this._nullCount===0)-1,a=i===16?n:1,c=this._sliceBuffers(t,e,n,i);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===u.Null)return this.clone(this.type,0,t,0);let{length:e,nullCount:n}=this,i=new Uint8Array((t+63&-64)>>3).fill(255,0,e>>3);i[e>>3]=(1<<e-(e&-8))-1,n>0&&i.set(en(this.offset,e,this.nullBitmap),0);let s=this.buffers;return s[Zt.VALIDITY]=i,this.clone(this.type,0,t,n+(t-e),s)}_sliceBuffers(t,e,n,i){let s,{buffers:o}=this;return(s=o[Zt.TYPE])&&(o[Zt.TYPE]=s.subarray(t,t+e)),(s=o[Zt.OFFSET])&&(o[Zt.OFFSET]=s.subarray(t,t+e+1))||(s=o[Zt.DATA])&&(o[Zt.DATA]=i===6?s:s.subarray(n*t,n*(t+e))),o}_sliceChildren(t,e,n){return t.map(i=>i.slice(e,n))}};G.prototype.children=Object.freeze([]);var El=class r extends _{visit(t){return this.getVisitFn(t.type).call(this,t)}visitNull(t){let{["type"]:e,["offset"]:n=0,["length"]:i=0}=t;return new G(e,n,i,i)}visitBool(t){let{["type"]:e,["offset"]:n=0}=t,i=N(t.nullBitmap),s=M(e.ArrayType,t.data),{["length"]:o=s.length>>3,["nullCount"]:a=t.nullBitmap?-1:0}=t;return new G(e,n,o,a,[void 0,s,i])}visitInt(t){let{["type"]:e,["offset"]:n=0}=t,i=N(t.nullBitmap),s=M(e.ArrayType,t.data),{["length"]:o=s.length,["nullCount"]:a=t.nullBitmap?-1:0}=t;return new G(e,n,o,a,[void 0,s,i])}visitFloat(t){let{["type"]:e,["offset"]:n=0}=t,i=N(t.nullBitmap),s=M(e.ArrayType,t.data),{["length"]:o=s.length,["nullCount"]:a=t.nullBitmap?-1:0}=t;return new G(e,n,o,a,[void 0,s,i])}visitUtf8(t){let{["type"]:e,["offset"]:n=0}=t,i=N(t.data),s=N(t.nullBitmap),o=Zr(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new G(e,n,a,c,[o,i,s])}visitBinary(t){let{["type"]:e,["offset"]:n=0}=t,i=N(t.data),s=N(t.nullBitmap),o=Zr(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new G(e,n,a,c,[o,i,s])}visitFixedSizeBinary(t){let{["type"]:e,["offset"]:n=0}=t,i=N(t.nullBitmap),s=M(e.ArrayType,t.data),{["length"]:o=s.length/$t(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new G(e,n,o,a,[void 0,s,i])}visitDate(t){let{["type"]:e,["offset"]:n=0}=t,i=N(t.nullBitmap),s=M(e.ArrayType,t.data),{["length"]:o=s.length/$t(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new G(e,n,o,a,[void 0,s,i])}visitTimestamp(t){let{["type"]:e,["offset"]:n=0}=t,i=N(t.nullBitmap),s=M(e.ArrayType,t.data),{["length"]:o=s.length/$t(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new G(e,n,o,a,[void 0,s,i])}visitTime(t){let{["type"]:e,["offset"]:n=0}=t,i=N(t.nullBitmap),s=M(e.ArrayType,t.data),{["length"]:o=s.length/$t(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new G(e,n,o,a,[void 0,s,i])}visitDecimal(t){let{["type"]:e,["offset"]:n=0}=t,i=N(t.nullBitmap),s=M(e.ArrayType,t.data),{["length"]:o=s.length/$t(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new G(e,n,o,a,[void 0,s,i])}visitList(t){let{["type"]:e,["offset"]:n=0,["child"]:i}=t,s=N(t.nullBitmap),o=Zr(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new G(e,n,a,c,[o,void 0,s],[i])}visitStruct(t){let{["type"]:e,["offset"]:n=0,["children"]:i=[]}=t,s=N(t.nullBitmap),{length:o=i.reduce((c,{length:l})=>Math.max(c,l),0),nullCount:a=t.nullBitmap?-1:0}=t;return new G(e,n,o,a,[void 0,void 0,s],i)}visitUnion(t){let{["type"]:e,["offset"]:n=0,["children"]:i=[]}=t,s=M(e.ArrayType,t.typeIds),{["length"]:o=s.length,["nullCount"]:a=-1}=t;if(g.isSparseUnion(e))return new G(e,n,o,a,[void 0,void 0,void 0,s],i);let c=Zr(t.valueOffsets);return new G(e,n,o,a,[c,void 0,void 0,s],i)}visitDictionary(t){let{["type"]:e,["offset"]:n=0}=t,i=N(t.nullBitmap),s=M(e.indices.ArrayType,t.data),{["dictionary"]:o=new C([new r().visit({type:e.dictionary})])}=t,{["length"]:a=s.length,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new G(e,n,a,c,[void 0,s,i],[],o)}visitInterval(t){let{["type"]:e,["offset"]:n=0}=t,i=N(t.nullBitmap),s=M(e.ArrayType,t.data),{["length"]:o=s.length/$t(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new G(e,n,o,a,[void 0,s,i])}visitDuration(t){let{["type"]:e,["offset"]:n=0}=t,i=N(t.nullBitmap),s=M(e.ArrayType,t.data),{["length"]:o=s.length,["nullCount"]:a=t.nullBitmap?-1:0}=t;return new G(e,n,o,a,[void 0,s,i])}visitFixedSizeList(t){let{["type"]:e,["offset"]:n=0,["child"]:i=new r().visit({type:e.valueType})}=t,s=N(t.nullBitmap),{["length"]:o=i.length/$t(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new G(e,n,o,a,[void 0,void 0,s],[i])}visitMap(t){let{["type"]:e,["offset"]:n=0,["child"]:i=new r().visit({type:e.childType})}=t,s=N(t.nullBitmap),o=Zr(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new G(e,n,a,c,[o,void 0,s],[i])}},Ng=new El;function F(r){return Ng.visit(r)}var Ei=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 ma(r){return r.reduce((t,e)=>t+e.nullCount,0)}function ya(r){return r.reduce((t,e,n)=>(t[n+1]=t[n]+e.length,t),new Uint32Array(r.length+1))}function ga(r,t,e,n){let i=[];for(let s=-1,o=r.length;++s<o;){let a=r[s],c=t[s],{length:l}=a;if(c>=n)break;if(e>=c+l)continue;if(c>=e&&c+l<=n){i.push(a);continue}let d=Math.max(0,e-c),h=Math.min(n-c,l);i.push(a.slice(d,h-d))}return i.length===0&&i.push(r[0].slice(0,0)),i}function Tl(r,t,e,n){let i=0,s=0,o=t.length-1;do{if(i>=o-1)return e<t[o]?n(r,i,e-t[i]):null;s=i+Math.trunc((o-i)*.5),e<t[s]?o=s:i=s}while(i<o)}function Ti(r,t){return r.getValid(t)}function Ar(r){function t(e,n,i){return r(e[n],i)}return function(e){let n=this.data;return Tl(n,this._offsets,e,t)}}function ba(r){let t;function e(n,i,s){return r(n[i],s,t)}return function(n,i){let s=this.data;t=i;let o=Tl(s,this._offsets,n,e);return t=void 0,o}}function _a(r){let t;function e(n,i,s){let o=s,a=0,c=0;for(let l=i-1,d=n.length;++l<d;){let h=n[l];if(~(a=r(h,t,o)))return c+a;o=0,c+=h.length}return-1}return function(n,i){t=n;let s=this.data,o=typeof i!="number"?e(s,0,0):Tl(s,this._offsets,i,e);return t=void 0,o}}var v=class extends _{};function Fg(r,t){return t===null&&r.length>0?0:-1}function Rg(r,t){let{nullBitmap:e}=r;if(!e||r.nullCount<=0)return-1;let n=0;for(let i of new tn(e,r.offset+(t||0),r.length,e,pa)){if(!i)return n;++n}return-1}function R(r,t,e){if(t===void 0)return-1;if(t===null)switch(r.typeId){case u.Union:break;case u.Dictionary:break;default:return Rg(r,e)}let n=at.getVisitFn(r),i=Tr(t);for(let s=(e||0)-1,o=r.length;++s<o;)if(i(n(r,s)))return s;return-1}function uh(r,t,e){let n=at.getVisitFn(r),i=Tr(t);for(let s=(e||0)-1,o=r.length;++s<o;)if(i(n(r,s)))return s;return-1}v.prototype.visitNull=Fg;v.prototype.visitBool=R;v.prototype.visitInt=R;v.prototype.visitInt8=R;v.prototype.visitInt16=R;v.prototype.visitInt32=R;v.prototype.visitInt64=R;v.prototype.visitUint8=R;v.prototype.visitUint16=R;v.prototype.visitUint32=R;v.prototype.visitUint64=R;v.prototype.visitFloat=R;v.prototype.visitFloat16=R;v.prototype.visitFloat32=R;v.prototype.visitFloat64=R;v.prototype.visitUtf8=R;v.prototype.visitBinary=R;v.prototype.visitFixedSizeBinary=R;v.prototype.visitDate=R;v.prototype.visitDateDay=R;v.prototype.visitDateMillisecond=R;v.prototype.visitTimestamp=R;v.prototype.visitTimestampSecond=R;v.prototype.visitTimestampMillisecond=R;v.prototype.visitTimestampMicrosecond=R;v.prototype.visitTimestampNanosecond=R;v.prototype.visitTime=R;v.prototype.visitTimeSecond=R;v.prototype.visitTimeMillisecond=R;v.prototype.visitTimeMicrosecond=R;v.prototype.visitTimeNanosecond=R;v.prototype.visitDecimal=R;v.prototype.visitList=R;v.prototype.visitStruct=R;v.prototype.visitUnion=R;v.prototype.visitDenseUnion=uh;v.prototype.visitSparseUnion=uh;v.prototype.visitDictionary=R;v.prototype.visitInterval=R;v.prototype.visitIntervalDayTime=R;v.prototype.visitIntervalYearMonth=R;v.prototype.visitDuration=R;v.prototype.visitDurationSecond=R;v.prototype.visitDurationMillisecond=R;v.prototype.visitDurationMicrosecond=R;v.prototype.visitDurationNanosecond=R;v.prototype.visitFixedSizeList=R;v.prototype.visitMap=R;var nn=new v;var S=class extends _{};function O(r){let{type:t}=r;if(r.nullCount===0&&r.stride===1&&(t.typeId===u.Timestamp||t instanceof ot&&t.bitWidth!==64||t instanceof pe&&t.bitWidth!==64||t instanceof Ft&&t.precision!==Z.HALF))return new Ei(r.data.length,n=>{let i=r.data[n];return i.values.subarray(0,i.length)[Symbol.iterator]()});let e=0;return new Ei(r.data.length,n=>{let s=r.data[n].length,o=r.slice(e,e+s);return e+=s,new Al(o)})}var Al=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=O;S.prototype.visitBool=O;S.prototype.visitInt=O;S.prototype.visitInt8=O;S.prototype.visitInt16=O;S.prototype.visitInt32=O;S.prototype.visitInt64=O;S.prototype.visitUint8=O;S.prototype.visitUint16=O;S.prototype.visitUint32=O;S.prototype.visitUint64=O;S.prototype.visitFloat=O;S.prototype.visitFloat16=O;S.prototype.visitFloat32=O;S.prototype.visitFloat64=O;S.prototype.visitUtf8=O;S.prototype.visitBinary=O;S.prototype.visitFixedSizeBinary=O;S.prototype.visitDate=O;S.prototype.visitDateDay=O;S.prototype.visitDateMillisecond=O;S.prototype.visitTimestamp=O;S.prototype.visitTimestampSecond=O;S.prototype.visitTimestampMillisecond=O;S.prototype.visitTimestampMicrosecond=O;S.prototype.visitTimestampNanosecond=O;S.prototype.visitTime=O;S.prototype.visitTimeSecond=O;S.prototype.visitTimeMillisecond=O;S.prototype.visitTimeMicrosecond=O;S.prototype.visitTimeNanosecond=O;S.prototype.visitDecimal=O;S.prototype.visitList=O;S.prototype.visitStruct=O;S.prototype.visitUnion=O;S.prototype.visitDenseUnion=O;S.prototype.visitSparseUnion=O;S.prototype.visitDictionary=O;S.prototype.visitInterval=O;S.prototype.visitIntervalDayTime=O;S.prototype.visitIntervalYearMonth=O;S.prototype.visitDuration=O;S.prototype.visitDurationSecond=O;S.prototype.visitDurationMillisecond=O;S.prototype.visitDurationMicrosecond=O;S.prototype.visitDurationNanosecond=O;S.prototype.visitFixedSizeList=O;S.prototype.visitMap=O;var Un=new S;var Lg=(r,t)=>r+t,Fe=class extends _{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===I.SECOND?4:8}visitInterval(t,e){return(t.type.unit+1)*4}visitDuration(t,e){return 8}visitStruct(t,e){return t.children.reduce((n,i)=>n+zt.visit(i,e),0)}visitFixedSizeBinary(t,e){return t.type.byteWidth}visitMap(t,e){return 8+t.children.reduce((n,i)=>n+zt.visit(i,e),0)}visitDictionary(t,e){var n;return t.type.indices.bitWidth/8+(((n=t.dictionary)===null||n===void 0?void 0:n.getByteLength(t.values[e]))||0)}},Mg=({valueOffsets:r},t)=>8+(r[t+1]-r[t]),Ug=({valueOffsets:r},t)=>8+(r[t+1]-r[t]),Cg=({valueOffsets:r,stride:t,children:e},n)=>{let i=e[0],{[n*t]:s}=r,{[n*t+1]:o}=r,a=zt.getVisitFn(i.type),c=i.slice(s,o-s),l=8;for(let d=-1,h=o-s;++d<h;)l+=a(c,d);return l},kg=({stride:r,children:t},e)=>{let n=t[0],i=n.slice(e*r,r),s=zt.getVisitFn(n.type),o=0;for(let a=-1,c=i.length;++a<c;)o+=s(i,a);return o},Pg=(r,t)=>r.type.mode===Q.Dense?dh(r,t):hh(r,t),dh=({type:r,children:t,typeIds:e,valueOffsets:n},i)=>{let s=r.typeIdToChildIndex[e[i]];return 8+zt.visit(t[s],n[i])},hh=({children:r},t)=>4+zt.visitMany(r,r.map(()=>t)).reduce(Lg,0);Fe.prototype.visitUtf8=Mg;Fe.prototype.visitBinary=Ug;Fe.prototype.visitList=Cg;Fe.prototype.visitFixedSizeList=kg;Fe.prototype.visitUnion=Pg;Fe.prototype.visitDenseUnion=dh;Fe.prototype.visitSparseUnion=hh;var zt=new Fe;var fh,ph={},mh={},C=class r{constructor(t){var e,n,i;let s=t[0]instanceof r?t.flatMap(a=>a.data):t;if(s.length===0||s.some(a=>!(a instanceof G)))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:d}=ph[o.typeId],h=s[0];this.isValid=p=>Ti(h,p),this.get=p=>a(h,p),this.set=(p,m)=>c(h,p,m),this.indexOf=p=>l(h,p),this.getByteLength=p=>d(h,p),this._offsets=[0,h.length];break}default:Object.setPrototypeOf(this,mh[o.typeId]),this._offsets=ya(s);break}this.data=s,this.type=o,this.stride=$t(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,e)=>t+e.byteLength,0)}get nullCount(){return ma(this.data)}get ArrayType(){return this.type.ArrayType}get[Symbol.toStringTag](){return`${this.VectorName}<${this.type[Symbol.toStringTag]}>`}get VectorName(){return`${u[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 Un.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(Si(this,t,e,({data:n,_offsets:i},s,o)=>ga(n,i,s,o)))}toJSON(){return[...this]}toArray(){let{type:t,data:e,length:n,stride:i,ArrayType:s}=this;switch(t.typeId){case u.Int:case u.Float:case u.Decimal:case u.Time:case u.Timestamp:switch(e.length){case 0:return new s;case 1:return e[0].values.subarray(0,n*i);default:return e.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 e;return this.getChildAt((e=this.type.children)===null||e===void 0?void 0:e.findIndex(n=>n.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 Ia(this.data[0].dictionary),e=this.data.map(n=>{let i=n.clone();return i.dictionary=t,i});return new r(e)}return new Ia(this)}unmemoize(){if(g.isDictionary(this.type)&&this.isMemoized){let t=this.data[0].dictionary.unmemoize(),e=this.data.map(n=>{let i=n.clone();return i.dictionary=t,i});return new r(e)}return this}};fh=Symbol.toStringTag;C[fh]=(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(u).map(e=>u[e]).filter(e=>typeof e=="number"&&e!==u.NONE);for(let e of t){let n=at.getVisitFnByTypeId(e),i=bt.getVisitFnByTypeId(e),s=nn.getVisitFnByTypeId(e),o=zt.getVisitFnByTypeId(e);ph[e]={get:n,set:i,indexOf:s,byteLength:o},mh[e]=Object.create(r,{isValid:{value:Ar(Ti)},get:{value:Ar(at.getVisitFnByTypeId(e))},set:{value:ba(bt.getVisitFnByTypeId(e))},indexOf:{value:_a(nn.getVisitFnByTypeId(e))},getByteLength:{value:Ar(zt.getVisitFnByTypeId(e))}})}return"Vector"})(C.prototype);var Ia=class r extends C{constructor(t){super(t.data);let e=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=e.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 r(i.call(this,o,a))}),Object.defineProperty(this,"isMemoized",{value:!0}),Object.defineProperty(this,"unmemoize",{value:()=>new C(this.data)}),Object.defineProperty(this,"memoize",{value:()=>this})}};function yh(r){if(!r||r.length<=0)return function(i){return!0};let t="",e=r.filter(n=>n===n);return e.length>0&&(t=`
|
|
3
|
-
switch (x) {${
|
|
4
|
-
case ${
|
|
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("")}
|
|
5
5
|
return false;
|
|
6
|
-
}`),
|
|
6
|
+
}`),e.length!==r.length&&(t=`if (x !== x) return false;
|
|
7
7
|
${t}`),new Function("x",`${t}
|
|
8
|
-
return true;`)}function Vg(r){return typeof r!="bigint"?he(r):`${he(r)}n`}var Ol=(r,t)=>(Math.ceil(r)*t+63&-64||64)/t,jg=(r,t=0)=>r.length>=t?r.subarray(0,t):On(new r.constructor(t),r,0),Or=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,n=this.length*e,i=this.buffer.length;n>=i&&this._resize(i===0?Ol(n*1,this.BYTES_PER_ELEMENT):Ol(n*2,this.BYTES_PER_ELEMENT))}return this}flush(t=this.length){t=Ol(t*this.stride,this.BYTES_PER_ELEMENT);let e=jg(this.buffer,t);return this.clear(),e}clear(){return this.length=0,this._resize(0),this}_resize(t){return this.buffer=On(new this.ArrayType(t),this.buffer)}};Or.prototype.offset=0;var nr=class extends Or{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}},Cn=class extends nr{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:n}=this.reserve(t-this.length+1),i=t>>3,s=t%8,o=n[i]>>s&1;return e?o===0&&(n[i]|=1<<s,++this.numValid):o===1&&(n[i]&=~(1<<s),--this.numValid),this}clear(){return this.numValid=0,super.clear()}},kn=class extends nr{constructor(t=new Int32Array(1)){super(t,1)}append(t){return this.set(this.length-1,t)}set(t,e){let n=this.length-1,i=this.reserve(t-n+1).buffer;return n<t++&&i.fill(i[n],n,t),i[t]=i[t-1]+e,this}flush(t=this.length-1){return t>this.length&&this.set(t-1,0),super.flush(t+1)}};var tt=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=$t(t),this._nulls=new Cn,e&&e.length>0&&(this._isValid=yh(e))}toVector(){return new C([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:n,_nulls:i,_typeIds:s,children:o}=this;return e&&(t+=e.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((e,n)=>e+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,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,n,i,{type:s,length:o,nullCount:a,_typeIds:c,_offsets:l,_values:d,_nulls:h}=this;(e=c?.flush(o))?i=l?.flush(o):(i=l?.flush(o))?t=d?.flush(l.last()):t=d?.flush(o),a>0&&(n=h?.flush(o));let p=this.children.map(m=>m.flush());return this.clear(),F({type:s,length:o,nullCount:a,children:p,child:p[0],data:t,typeIds:e,nullBitmap:n,valueOffsets:i})}finish(){this.finished=!0;for(let t of this.children)t.finish();return this}clear(){var t,e,n,i;this.length=0,(t=this._nulls)===null||t===void 0||t.clear(),(e=this._values)===null||e===void 0||e.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}};tt.prototype.length=1;tt.prototype.stride=1;tt.prototype.children=null;tt.prototype.finished=!1;tt.prototype.nullValues=null;tt.prototype._isValid=()=>!0;var ct=class extends tt{constructor(t){super(t),this._values=new nr(new this.ArrayType(0),this.stride)}setValue(t,e){let n=this._values;return n.reserve(t-n.length+1),super.setValue(t,e)}},Re=class extends tt{constructor(t){super(t),this._pendingLength=0,this._offsets=new kn}setValue(t,e){let n=this._pending||(this._pending=new Map),i=n.get(t);i&&(this._pendingLength-=i.length),this._pendingLength+=e instanceof Ne?e[te].length:e.length,n.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 sn=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,n,i){return t.prep(8,24),t.writeInt64(BigInt(i??0)),t.pad(4),t.writeInt32(n),t.writeInt64(BigInt(e??0)),t.offset()}};var Le=new Int32Array(2),wa=new Float32Array(Le.buffer),va=new Float64Array(Le.buffer),Pn=new Uint16Array(new Uint8Array([1,0]).buffer)[0]===1;var Ai;(function(r){r[r.UTF8_BYTES=1]="UTF8_BYTES",r[r.UTF16_STRING=2]="UTF16_STRING"})(Ai||(Ai={}));var qt=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 Le[0]=this.readInt32(t),wa[0]}readFloat64(t){return Le[Pn?0:1]=this.readInt32(t),Le[Pn?1:0]=this.readInt32(t+4),va[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){wa[0]=e,this.writeInt32(t,Le[0])}writeFloat64(t,e){va[0]=e,this.writeInt32(t,Le[Pn?0:1]),this.writeInt32(t+4,Le[Pn?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 n=t-this.readInt32(t);return e<this.readInt16(n)?this.readInt16(n+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 n=this.readInt32(t);t+=4;let i=this.bytes_.subarray(t,t+n);return e===Ai.UTF8_BYTES?i:this.text_decoder_.decode(i)}__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 n=[];for(let i=0;i<e;++i){let s=t(i);s!==null&&n.push(s)}return n}createObjList(t,e){let n=[];for(let i=0;i<e;++i){let s=t(i);s!==null&&n.push(s.unpack())}return n}};var on=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=qt.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 n=~(this.bb.capacity()-this.space+e)+1&t-1;for(;this.space<n+t+e;){let i=this.bb.capacity();this.bb=r.growByteBuffer(this.bb),this.space+=this.bb.capacity()-i}this.pad(n)}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,n){(this.force_defaults||e!=n)&&(this.addInt8(e),this.slot(t))}addFieldInt16(t,e,n){(this.force_defaults||e!=n)&&(this.addInt16(e),this.slot(t))}addFieldInt32(t,e,n){(this.force_defaults||e!=n)&&(this.addInt32(e),this.slot(t))}addFieldInt64(t,e,n){(this.force_defaults||e!==n)&&(this.addInt64(e),this.slot(t))}addFieldFloat32(t,e,n){(this.force_defaults||e!=n)&&(this.addFloat32(e),this.slot(t))}addFieldFloat64(t,e,n){(this.force_defaults||e!=n)&&(this.addFloat64(e),this.slot(t))}addFieldOffset(t,e,n){(this.force_defaults||e!=n)&&(this.addOffset(e),this.slot(t))}addFieldStruct(t,e,n){e!=n&&(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 n=e<<1,i=qt.allocate(n);return i.setPosition(n-e),i.bytes().set(t.bytes(),n-e),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 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 n=e+1;for(;e>=0;e--)this.addInt16(this.vtable[e]!=0?t-this.vtable[e]: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(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,n){let i=n?4:0;if(e){let s=e;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,e){this.finish(t,e,!0)}requiredField(t,e){let n=this.bb.capacity()-t,i=n-this.bb.readInt32(n);if(!(e<this.bb.readInt16(i)&&this.bb.readInt16(i+e)!=0))throw new TypeError("FlatBuffers: field "+e+" must be set")}startVector(t,e,n){this.notNested(),this.vector_num_elems=e,this.prep(4,t*e),this.prep(n,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 n=0,i=this.space,s=this.bb.bytes();n<e.length;n++)s[i++]=e[n];return this.endVector()}createObjectOffset(t){return t===null?0:typeof t=="string"?this.createString(t):t.pack(this)}createObjectOffsetList(t){let e=[];for(let n=0;n<t.length;++n){let i=t[n];if(i!==null)e.push(this.createObjectOffset(i));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 dt=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,n){return r.startKeyValue(t),r.addKey(t,e),r.addValue(t,n),r.endKeyValue(t)}};var Dr;(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"})(Dr||(Dr={}));var Br;(function(r){r[r.Little=0]="Little",r[r.Big=1]="Big"})(Br||(Br={}));var Oi;(function(r){r[r.DenseArray=0]="DenseArray"})(Oi||(Oi={}));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 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,n){return r.startInt(t),r.addBitWidth(t,e),r.addIsSigned(t,n),r.endInt(t)}};var Me=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 we).__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):Oi.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,Oi.DenseArray)}static endDictionaryEncoding(t){return t.endObject()}};var Di=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 Bi=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 Ni;(function(r){r[r.DAY=0]="DAY",r[r.MILLISECOND=1]="MILLISECOND"})(Ni||(Ni={}));var Nr=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):Ni.MILLISECOND}static startDate(t){t.startObject(1)}static addUnit(t,e){t.addFieldInt16(0,e,Ni.MILLISECOND)}static endDate(t){return t.endObject()}static createDate(t,e){return r.startDate(t),r.addUnit(t,e),r.endDate(t)}};var Ue=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,n,i){return r.startDecimal(t),r.addPrecision(t,e),r.addScale(t,n),r.addBitWidth(t,i),r.endDecimal(t)}};var ve;(function(r){r[r.SECOND=0]="SECOND",r[r.MILLISECOND=1]="MILLISECOND",r[r.MICROSECOND=2]="MICROSECOND",r[r.NANOSECOND=3]="NANOSECOND"})(ve||(ve={}));var Fr=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):ve.MILLISECOND}static startDuration(t){t.startObject(1)}static addUnit(t,e){t.addFieldInt16(0,e,ve.MILLISECOND)}static endDuration(t){return t.endObject()}static createDuration(t,e){return r.startDuration(t),r.addUnit(t,e),r.endDuration(t)}};var Rr=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 Lr=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 Fi;(function(r){r[r.HALF=0]="HALF",r[r.SINGLE=1]="SINGLE",r[r.DOUBLE=2]="DOUBLE"})(Fi||(Fi={}));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 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):Fi.HALF}static startFloatingPoint(t){t.startObject(1)}static addPrecision(t,e){t.addFieldInt16(0,e,Fi.HALF)}static endFloatingPoint(t){return t.endObject()}static createFloatingPoint(t,e){return r.startFloatingPoint(t),r.addPrecision(t,e),r.endFloatingPoint(t)}};var Ri;(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"})(Ri||(Ri={}));var Ur=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):Ri.YEAR_MONTH}static startInterval(t){t.startObject(1)}static addUnit(t,e){t.addFieldInt16(0,e,Ri.YEAR_MONTH)}static endInterval(t){return t.endObject()}static createInterval(t,e){return r.startInterval(t),r.addUnit(t,e),r.endInterval(t)}};var Li=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 Cr=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 Mi=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 Ui=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 ir=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):ve.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,ve.MILLISECOND)}static addBitWidth(t,e){t.addFieldInt32(1,e,32)}static endTime(t){return t.endObject()}static createTime(t,e,n){return r.startTime(t),r.addUnit(t,e),r.addBitWidth(t,n),r.endTime(t)}};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 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):ve.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,ve.SECOND)}static addTimezone(t,e){t.addFieldOffset(1,e,0)}static endTimestamp(t){return t.endObject()}static createTimestamp(t,e,n){return r.startTimestamp(t),r.addUnit(t,e),r.addTimezone(t,n),r.endTimestamp(t)}};var Ci;(function(r){r[r.Sparse=0]="Sparse",r[r.Dense=1]="Dense"})(Ci||(Ci={}));var Se=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):Ci.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,Ci.Sparse)}static addTypeIds(t,e){t.addFieldOffset(1,e,0)}static createTypeIdsVector(t,e){t.startVector(4,e.length,4);for(let n=e.length-1;n>=0;n--)t.addInt32(e[n]);return t.endVector()}static startTypeIdsVector(t,e){t.startVector(4,e,4)}static endUnion(t){return t.endObject()}static createUnion(t,e,n){return r.startUnion(t),r.addMode(t,e),r.addTypeIds(t,n),r.endUnion(t)}};var ki=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 X;(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"})(X||(X={}));var St=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):X.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 Me).__init(this.bb.__indirect(this.bb_pos+e),this.bb):null}children(t,e){let n=this.bb.__offset(this.bb_pos,14);return n?(e||new r).__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,e){let n=this.bb.__offset(this.bb_pos,16);return n?(e||new dt).__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,e){t.addFieldOffset(0,e,0)}static addNullable(t,e){t.addFieldInt8(1,+e,0)}static addTypeType(t,e){t.addFieldInt8(2,e,X.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 n=e.length-1;n>=0;n--)t.addOffset(e[n]);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 n=e.length-1;n>=0;n--)t.addOffset(e[n]);return t.endVector()}static startCustomMetadataVector(t,e){t.startVector(4,e,4)}static endField(t){return t.endObject()}};var Rt=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):Br.Little}fields(t,e){let n=this.bb.__offset(this.bb_pos,6);return n?(e||new St).__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,e){let n=this.bb.__offset(this.bb_pos,8);return n?(e||new dt).__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 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,Br.Little)}static addFields(t,e){t.addFieldOffset(1,e,0)}static createFieldsVector(t,e){t.startVector(4,e.length,4);for(let n=e.length-1;n>=0;n--)t.addOffset(e[n]);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 n=e.length-1;n>=0;n--)t.addOffset(e[n]);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 n=e.length-1;n>=0;n--)t.addInt64(e[n]);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,n,i,s){return r.startSchema(t),r.addEndianness(t,e),r.addFields(t,n),r.addCustomMetadata(t,i),r.addFeatures(t,s),r.endSchema(t)}};var Gt=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):Dr.V1}schema(t){let e=this.bb.__offset(this.bb_pos,6);return e?(t||new Rt).__init(this.bb.__indirect(this.bb_pos+e),this.bb):null}dictionaries(t,e){let n=this.bb.__offset(this.bb_pos,8);return n?(e||new sn).__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,e){let n=this.bb.__offset(this.bb_pos,10);return n?(e||new sn).__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,e){let n=this.bb.__offset(this.bb_pos,12);return n?(e||new dt).__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,e){t.addFieldInt16(0,e,Dr.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 n=e.length-1;n>=0;n--)t.addOffset(e[n]);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 q=class r{constructor(t=[],e,n,i=et.V5){this.fields=t||[],this.metadata=e||new Map,n||(n=Dl(t)),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,e)=>`${e}: ${t}`).join(", ")} }>`}select(t){let e=new Set(t),n=this.fields.filter(i=>e.has(i.name));return new r(n,this.metadata)}selectAt(t){let e=t.map(n=>this.fields[n]).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),n=[...this.fields],i=xa(xa(new Map,this.metadata),e.metadata),s=e.fields.filter(a=>{let c=n.findIndex(l=>l.name===a.name);return~c?(n[c]=a.clone({metadata:xa(xa(new Map,n[c].metadata),a.metadata)}))&&!1:!0}),o=Dl(s,new Map);return new r([...n,...s],i,new Map([...this.dictionaries,...o]))}};q.prototype.fields=null;q.prototype.metadata=null;q.prototype.dictionaries=null;var U=class r{static new(...t){let[e,n,i,s]=t;return t[0]&&typeof t[0]=="object"&&({name:e}=t[0],n===void 0&&(n=t[0].type),i===void 0&&(i=t[0].nullable),s===void 0&&(s=t[0].metadata)),new r(`${e}`,n,i,s)}constructor(t,e,n=!1,i){this.name=t,this.type=e,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[e,n,i,s]=t;return!t[0]||typeof t[0]!="object"?[e=this.name,n=this.type,i=this.nullable,s=this.metadata]=t:{name:e=this.name,type:n=this.type,nullable:i=this.nullable,metadata:s=this.metadata}=t[0],r.new(e,n,i,s)}};U.prototype.type=null;U.prototype.name=null;U.prototype.nullable=null;U.prototype.metadata=null;function xa(r,t){return new Map([...r||new Map,...t||new Map])}function Dl(r,t=new Map){for(let e=-1,n=r.length;++e<n;){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&&Dl(s.children,t)}return t}var $g=on,zg=qt,or=class{static decode(t){t=new zg(N(t));let e=Gt.getRootAsFooter(t),n=q.decode(e.schema(),new Map,e.version());return new Bl(n,e)}static encode(t){let e=new $g,n=q.encode(e,t.schema);Gt.startRecordBatchesVector(e,t.numRecordBatches);for(let o of[...t.recordBatches()].slice().reverse())ar.encode(e,o);let i=e.endVector();Gt.startDictionariesVector(e,t.numDictionaries);for(let o of[...t.dictionaryBatches()].slice().reverse())ar.encode(e,o);let s=e.endVector();return Gt.startFooter(e),Gt.addSchema(e,n),Gt.addVersion(e,et.V5),Gt.addRecordBatches(e,i),Gt.addDictionaries(e,s),Gt.finishFooterBuffer(e,Gt.endFooter(e)),e.asUint8Array()}get numRecordBatches(){return this._recordBatches.length}get numDictionaries(){return this._dictionaryBatches.length}constructor(t,e=et.V5,n,i){this.schema=t,this.version=e,n&&(this._recordBatches=n),i&&(this._dictionaryBatches=i)}*recordBatches(){for(let t,e=-1,n=this.numRecordBatches;++e<n;)(t=this.getRecordBatch(e))&&(yield t)}*dictionaryBatches(){for(let t,e=-1,n=this.numDictionaries;++e<n;)(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 Bl=class extends or{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 ar.decode(e)}return null}getDictionaryBatch(t){if(t>=0&&t<this.numDictionaries){let e=this._footer.dictionaries(t);if(e)return ar.decode(e)}return null}},ar=class r{static decode(t){return new r(t.metaDataLength(),t.bodyLength(),t.offset())}static encode(t,e){let{metaDataLength:n}=e,i=BigInt(e.offset),s=BigInt(e.bodyLength);return sn.createBlock(t,i,n,s)}constructor(t,e,n){this.metaDataLength=t,this.offset=Nt(n),this.bodyLength=Nt(e)}};var J=Object.freeze({done:!0,value:void 0}),Pi=class{constructor(t){this._json=t}get schema(){return this._json.schema}get batches(){return this._json.batches||[]}get dictionaries(){return this._json.dictionaries||[]}},an=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())}},Ea=class extends an{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(J);this._closedPromiseResolve(),this._closedPromiseResolve=void 0}}[Symbol.asyncIterator](){return this}toDOMStream(t){return yt.toDOMStream(this._closedPromiseResolve||this._error?this:this._values,t)}toNodeStream(t){return yt.toNodeStream(this._closedPromiseResolve||this._error?this:this._values,t)}throw(t){return y(this,void 0,void 0,function*(){return yield this.abort(t),J})}return(t){return y(this,void 0,void 0,function*(){return yield this.close(),J})}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((e,n)=>{this.resolvers.push({resolve:e,reject:n})}):Promise.resolve(J)}_ensureOpen(){if(this._closedPromiseResolve)return!0;throw new Error("AsyncQueue is closed")}};var Ce=class extends Ea{write(t){if((t=N(t)).byteLength>0)return super.write(t)}toString(t=!1){return t?bi(this.toUint8Array(!0)):this.toUint8Array(!1).then(bi)}toUint8Array(t=!1){return t?Vt(this._values)[0]:y(this,void 0,void 0,function*(){var e,n,i,s;let o=[],a=0;try{for(var c=!0,l=ce(this),d;d=yield l.next(),e=d.done,!e;c=!0){s=d.value,c=!1;let h=s;o.push(h),a+=h.byteLength}}catch(h){n={error:h}}finally{try{!c&&!e&&(i=l.return)&&(yield i.call(l))}finally{if(n)throw n.error}}return Vt(o,a)[0]})}},ke=class{constructor(t){t&&(this.source=new Nl(yt.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)}},re=class r{constructor(t){t instanceof r?this.source=t.source:t instanceof Ce?this.source=new cr(yt.fromAsyncIterable(t)):Uo(t)?this.source=new cr(yt.fromNodeStream(t)):_i(t)?this.source=new cr(yt.fromDOMStream(t)):Lo(t)?this.source=new cr(yt.fromDOMStream(t.body)):ue(t)?this.source=new cr(yt.fromIterable(t)):le(t)?this.source=new cr(yt.fromAsyncIterable(t)):Jt(t)&&(this.source=new cr(yt.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)}},Nl=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)||J)}return(t){return Object.create(this.source.return&&this.source.return(t)||J)}},cr=class{constructor(t){this.source=t,this._closedPromise=new Promise(e=>this._closedPromiseResolve=e)}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,e="read"){return y(this,void 0,void 0,function*(){return yield this.source.next({cmd:e,size:t})})}throw(t){return y(this,void 0,void 0,function*(){let e=this.source.throw&&(yield this.source.throw(t))||J;return this._closedPromiseResolve&&this._closedPromiseResolve(),this._closedPromiseResolve=void 0,Object.create(e)})}return(t){return y(this,void 0,void 0,function*(){let e=this.source.return&&(yield this.source.return(t))||J;return this._closedPromiseResolve&&this._closedPromiseResolve(),this._closedPromiseResolve=void 0,Object.create(e)})}};var Vi=class extends ke{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:n}=this.readAt(t,4);return new DataView(e,n).getInt32(0,!0)}seek(t){return this.position=Math.min(t,this.size),t<this.size}read(t){let{buffer:e,size:n,position:i}=this;return e&&i<n?(typeof t!="number"&&(t=Number.POSITIVE_INFINITY),this.position=Math.min(n,i+Math.min(n-i,t)),e.subarray(i,this.position)):null}readAt(t,e){let n=this.buffer,i=Math.min(this.size,t+e);return n?n.subarray(t,i):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}}},kr=class extends re{constructor(t,e){super(),this.position=0,this._handle=t,typeof e=="number"?this.size=e: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:e,byteOffset:n}=yield this.readAt(t,4);return new DataView(e,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:e,size:n,position:i}=this;if(e&&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)),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 y(this,void 0,void 0,function*(){this._pending&&(yield this._pending);let{_handle:n,size:i}=this;if(n&&t+e<i){let s=Math.min(i,t+e),o=new Uint8Array(s-t);return(yield n.read(o,0,e,t)).buffer}return new Uint8Array(e)})}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 Rl={};jr(Rl,{BaseInt64:()=>ji,Int128:()=>$i,Int64:()=>lr,Uint64:()=>nt});function Vn(r){return r<0&&(r=4294967295+r+1),`0x${r.toString(16)}`}var jn=8,Fl=[1,10,100,1e3,1e4,1e5,1e6,1e7,1e8],ji=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]),n=new Uint32Array([t.buffer[1]>>>16,t.buffer[1]&65535,t.buffer[0]>>>16,t.buffer[0]&65535]),i=e[3]*n[3];this.buffer[0]=i&65535;let s=i>>>16;return i=e[2]*n[3],s+=i,i=e[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]+=e[1]*n[3]+e[2]*n[2]+e[3]*n[1],this.buffer[1]+=e[0]*n[3]+e[1]*n[2]+e[2]*n[1]+e[3]*n[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`${Vn(this.buffer[1])} ${Vn(this.buffer[0])}`}},nt=class r extends ji{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 n=t.length,i=new r(e);for(let s=0;s<n;){let o=jn<n-s?jn:n-s,a=new r(new Uint32Array([Number.parseInt(t.slice(s,s+o),10),0])),c=new r(new Uint32Array([Fl[o],0]));i.times(c),i.plus(a),s+=o}return i}static convertArray(t){let e=new Uint32Array(t.length*2);for(let n=-1,i=t.length;++n<i;)r.from(t[n],new Uint32Array(e.buffer,e.byteOffset+2*n*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)}},lr=class r extends ji{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,n=t.buffer[1]<<0;return e<n||e===n&&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 n=t.startsWith("-"),i=t.length,s=new r(e);for(let o=n?1:0;o<i;){let a=jn<i-o?jn:i-o,c=new r(new Uint32Array([Number.parseInt(t.slice(o,o+a),10),0])),l=new r(new Uint32Array([Fl[a],0]));s.times(l),s.plus(c),o+=a}return n?s.negate():s}static convertArray(t){let e=new Uint32Array(t.length*2);for(let n=-1,i=t.length;++n<i;)r.from(t[n],new Uint32Array(e.buffer,e.byteOffset+2*n*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)}},$i=class r{constructor(t){this.buffer=t}high(){return new lr(new Uint32Array(this.buffer.buffer,this.buffer.byteOffset+8,2))}low(){return new lr(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 nt(new Uint32Array([this.buffer[3],0])),n=new nt(new Uint32Array([this.buffer[2],0])),i=new nt(new Uint32Array([this.buffer[1],0])),s=new nt(new Uint32Array([this.buffer[0],0])),o=new nt(new Uint32Array([t.buffer[3],0])),a=new nt(new Uint32Array([t.buffer[2],0])),c=new nt(new Uint32Array([t.buffer[1],0])),l=new nt(new Uint32Array([t.buffer[0],0])),d=nt.multiply(s,l);this.buffer[0]=d.low();let h=new nt(new Uint32Array([d.high(),0]));return d=nt.multiply(i,l),h.plus(d),d=nt.multiply(s,c),h.plus(d),this.buffer[1]=h.low(),this.buffer[3]=h.lessThan(d)?1:0,this.buffer[2]=h.high(),new nt(new Uint32Array(this.buffer.buffer,this.buffer.byteOffset+8,2)).plus(nt.multiply(n,l)).plus(nt.multiply(i,c)).plus(nt.multiply(s,a)),this.buffer[3]+=nt.multiply(e,l).plus(nt.multiply(n,c)).plus(nt.multiply(i,a)).plus(nt.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`${Vn(this.buffer[3])} ${Vn(this.buffer[2])} ${Vn(this.buffer[1])} ${Vn(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 n=t.startsWith("-"),i=t.length,s=new r(e);for(let o=n?1:0;o<i;){let a=jn<i-o?jn:i-o,c=new r(new Uint32Array([Number.parseInt(t.slice(o,o+a),10),0,0,0])),l=new r(new Uint32Array([Fl[a],0,0,0]));s.times(l),s.plus(c),o+=a}return n?s.negate():s}static convertArray(t){let e=new Uint32Array(t.length*4);for(let n=-1,i=t.length;++n<i;)r.from(t[n],new Uint32Array(e.buffer,e.byteOffset+4*4*n,4));return e}};var zi=class extends _{constructor(t,e,n,i,s=et.V5){super(),this.nodesIndex=-1,this.buffersIndex=-1,this.bytes=t,this.nodes=e,this.buffers=n,this.dictionaries=i,this.metadataVersion=s}visit(t){return super.visit(t instanceof U?t.type:t)}visitNull(t,{length:e}=this.nextFieldNode()){return F({type:t,length:e})}visitBool(t,{length:e,nullCount:n}=this.nextFieldNode()){return F({type:t,length:e,nullCount:n,nullBitmap:this.readNullBitmap(t,n),data:this.readData(t)})}visitInt(t,{length:e,nullCount:n}=this.nextFieldNode()){return F({type:t,length:e,nullCount:n,nullBitmap:this.readNullBitmap(t,n),data:this.readData(t)})}visitFloat(t,{length:e,nullCount:n}=this.nextFieldNode()){return F({type:t,length:e,nullCount:n,nullBitmap:this.readNullBitmap(t,n),data:this.readData(t)})}visitUtf8(t,{length:e,nullCount:n}=this.nextFieldNode()){return F({type:t,length:e,nullCount:n,nullBitmap:this.readNullBitmap(t,n),valueOffsets:this.readOffsets(t),data:this.readData(t)})}visitBinary(t,{length:e,nullCount:n}=this.nextFieldNode()){return F({type:t,length:e,nullCount:n,nullBitmap:this.readNullBitmap(t,n),valueOffsets:this.readOffsets(t),data:this.readData(t)})}visitFixedSizeBinary(t,{length:e,nullCount:n}=this.nextFieldNode()){return F({type:t,length:e,nullCount:n,nullBitmap:this.readNullBitmap(t,n),data:this.readData(t)})}visitDate(t,{length:e,nullCount:n}=this.nextFieldNode()){return F({type:t,length:e,nullCount:n,nullBitmap:this.readNullBitmap(t,n),data:this.readData(t)})}visitTimestamp(t,{length:e,nullCount:n}=this.nextFieldNode()){return F({type:t,length:e,nullCount:n,nullBitmap:this.readNullBitmap(t,n),data:this.readData(t)})}visitTime(t,{length:e,nullCount:n}=this.nextFieldNode()){return F({type:t,length:e,nullCount:n,nullBitmap:this.readNullBitmap(t,n),data:this.readData(t)})}visitDecimal(t,{length:e,nullCount:n}=this.nextFieldNode()){return F({type:t,length:e,nullCount:n,nullBitmap:this.readNullBitmap(t,n),data:this.readData(t)})}visitList(t,{length:e,nullCount:n}=this.nextFieldNode()){return F({type:t,length:e,nullCount:n,nullBitmap:this.readNullBitmap(t,n),valueOffsets:this.readOffsets(t),child:this.visit(t.children[0])})}visitStruct(t,{length:e,nullCount:n}=this.nextFieldNode()){return F({type:t,length:e,nullCount:n,nullBitmap:this.readNullBitmap(t,n),children:this.visitMany(t.children)})}visitUnion(t,{length:e,nullCount:n}=this.nextFieldNode()){return this.metadataVersion<et.V5&&this.readNullBitmap(t,n),t.mode===Q.Sparse?this.visitSparseUnion(t,{length:e,nullCount:n}):this.visitDenseUnion(t,{length:e,nullCount:n})}visitDenseUnion(t,{length:e,nullCount:n}=this.nextFieldNode()){return F({type:t,length:e,nullCount:n,typeIds:this.readTypeIds(t),valueOffsets:this.readOffsets(t),children:this.visitMany(t.children)})}visitSparseUnion(t,{length:e,nullCount:n}=this.nextFieldNode()){return F({type:t,length:e,nullCount:n,typeIds:this.readTypeIds(t),children:this.visitMany(t.children)})}visitDictionary(t,{length:e,nullCount:n}=this.nextFieldNode()){return F({type:t,length:e,nullCount:n,nullBitmap:this.readNullBitmap(t,n),data:this.readData(t.indices),dictionary:this.readDictionary(t)})}visitInterval(t,{length:e,nullCount:n}=this.nextFieldNode()){return F({type:t,length:e,nullCount:n,nullBitmap:this.readNullBitmap(t,n),data:this.readData(t)})}visitDuration(t,{length:e,nullCount:n}=this.nextFieldNode()){return F({type:t,length:e,nullCount:n,nullBitmap:this.readNullBitmap(t,n),data:this.readData(t)})}visitFixedSizeList(t,{length:e,nullCount:n}=this.nextFieldNode()){return F({type:t,length:e,nullCount:n,nullBitmap:this.readNullBitmap(t,n),child:this.visit(t.children[0])})}visitMap(t,{length:e,nullCount:n}=this.nextFieldNode()){return F({type:t,length:e,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,e,n=this.nextBufferRange()){return e>0&&this.readData(t,n)||new Uint8Array(0)}readOffsets(t,e){return this.readData(t,e)}readTypeIds(t,e){return this.readData(t,e)}readData(t,{length:e,offset:n}=this.nextBufferRange()){return this.bytes.subarray(n,n+e)}readDictionary(t){return this.dictionaries.get(t.id)}},Ta=class extends zi{constructor(t,e,n,i,s){super(new Uint8Array(0),e,n,i,s),this.sources=t}readNullBitmap(t,e,{offset:n}=this.nextBufferRange()){return e<=0?new Uint8Array(0):rn(this.sources[n])}readOffsets(t,{offset:e}=this.nextBufferRange()){return M(Uint8Array,M(Int32Array,this.sources[e]))}readTypeIds(t,{offset:e}=this.nextBufferRange()){return M(Uint8Array,M(t.ArrayType,this.sources[e]))}readData(t,{offset:e}=this.nextBufferRange()){let{sources:n}=this;return g.isTimestamp(t)?M(Uint8Array,lr.convertArray(n[e])):(g.isInt(t)||g.isTime(t))&&t.bitWidth===64||g.isDuration(t)?M(Uint8Array,lr.convertArray(n[e])):g.isDate(t)&&t.unit===gt.MILLISECOND?M(Uint8Array,lr.convertArray(n[e])):g.isDecimal(t)?M(Uint8Array,$i.convertArray(n[e])):g.isBinary(t)||g.isFixedSizeBinary(t)?qg(n[e]):g.isBool(t)?rn(n[e]):g.isUtf8(t)?Sr(n[e].join("")):M(Uint8Array,M(t.ArrayType,n[e].map(i=>+i)))}};function qg(r){let t=r.join(""),e=new Uint8Array(t.length/2);for(let n=0;n<t.length;n+=2)e[n>>1]=Number.parseInt(t.slice(n,n+2),16);return e}var $n=class extends Re{constructor(t){super(t),this._values=new Or(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,N(e))}_flushPending(t,e){let n=this._offsets,i=this._values.reserve(e).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 Aa=class extends tt{constructor(t){super(t),this._values=new Cn}setValue(t,e){this._values.set(t,+e)}};var cn=class extends ct{};cn.prototype._setValue=hl;var qi=class extends cn{};qi.prototype._setValue=Ko;var Gi=class extends cn{};Gi.prototype._setValue=Xo;var Wi=class extends ct{};Wi.prototype._setValue=ml;var Oa=class extends tt{constructor({type:t,nullValues:e,dictionaryHashFunction:n}){super({type:new jt(t.dictionary,t.indices,t.id,t.isOrdered)}),this._nulls=null,this._dictionaryOffset=0,this._keysToIndices=Object.create(null),this.indices=ln({type:this.type.indices,nullValues:e}),this.dictionary=ln({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,e){let n=this.indices;return e=n.setValid(t,e),this.length=n.length,e}setValue(t,e){let n=this._keysToIndices,i=this.valueToKey(e),s=n[i];return s===void 0&&(n[i]=s=this._dictionaryOffset+this.dictionary.append(e).length-1),this.indices.setValue(t,s)}flush(){let t=this.type,e=this._dictionary,n=this.dictionary.toVector(),i=this.indices.flush().clone(t);return i.dictionary=e?e.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 Yi=class extends ct{};Yi.prototype._setValue=dl;var Da=class extends tt{setValue(t,e){let[n]=this.children,i=t*this.stride;for(let s=-1,o=e.length;++s<o;)n.set(i+s,e[s])}addChild(t,e="0"){if(this.numChildren>0)throw new Error("FixedSizeListBuilder can only have one child.");let n=this.children.push(t);return this.type=new ge(this.type.listSize,new U(e,t.type,!0)),n}};var un=class extends ct{setValue(t,e){this._values.set(t,e)}},Ba=class extends un{setValue(t,e){super.setValue(t,vi(e))}},Na=class extends un{},Fa=class extends un{};var dn=class extends ct{};dn.prototype._setValue=yl;var Hi=class extends dn{};Hi.prototype._setValue=oa;var Qi=class extends dn{};Qi.prototype._setValue=aa;var ur=class extends ct{};ur.prototype._setValue=gl;var Ki=class extends ur{};Ki.prototype._setValue=ca;var Xi=class extends ur{};Xi.prototype._setValue=la;var Ji=class extends ur{};Ji.prototype._setValue=ua;var Zi=class extends ur{};Zi.prototype._setValue=da;var ne=class extends ct{setValue(t,e){this._values.set(t,e)}},Ra=class extends ne{},La=class extends ne{},Ma=class extends ne{},Ua=class extends ne{},Ca=class extends ne{},ka=class extends ne{},Pa=class extends ne{},Va=class extends ne{};var ja=class extends Re{constructor(t){super(t),this._offsets=new kn}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 me(new U(e,t.type,!0)),this.numChildren-1}_flushPending(t){let e=this._offsets,[n]=this.children;for(let[i,s]of t)if(typeof s>"u")e.set(i,0);else{let o=s,a=o.length,c=e.set(i,a).buffer[i];for(let l=-1;++l<a;)n.set(c+l,o[l])}}};var $a=class extends Re{set(t,e){return super.set(t,e)}setValue(t,e){let n=e instanceof Map?e:new Map(Object.entries(e)),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,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 be(new U(e,t.type,!0),this.type.keysSorted),this.numChildren-1}_flushPending(t){let e=this._offsets,[n]=this.children;for(let[i,s]of t)if(s===void 0)e.set(i,0);else{let{[i]:o,[i+1]:a}=e.set(i,s.size).buffer;for(let c of s.entries())if(n.set(o,c),++o>=a)break}}};var za=class extends tt{setValue(t,e){}setValid(t,e){return this.length=Math.max(t+1,this.length),e}};var qa=class extends tt{setValue(t,e){let{children:n,type:i}=this;switch(Array.isArray(e)||e.constructor){case!0:return i.children.forEach((s,o)=>n[o].set(t,e[o]));case Map:return i.children.forEach((s,o)=>n[o].set(t,e.get(s.name)));default:return i.children.forEach((s,o)=>n[o].set(t,e[s.name]))}}setValid(t,e){return super.setValid(t,e)||this.children.forEach(n=>n.setValid(t,e)),e}addChild(t,e=`${this.numChildren}`){let n=this.children.push(t);return this.type=new K([...this.type.children,new U(e,t.type,!0)]),n}};var dr=class extends ct{};dr.prototype._setValue=fl;var ts=class extends dr{};ts.prototype._setValue=Jo;var es=class extends dr{};es.prototype._setValue=Zo;var rs=class extends dr{};rs.prototype._setValue=ta;var ns=class extends dr{};ns.prototype._setValue=ea;var hr=class extends ct{};hr.prototype._setValue=pl;var is=class extends hr{};is.prototype._setValue=ra;var ss=class extends hr{};ss.prototype._setValue=na;var os=class extends hr{};os.prototype._setValue=ia;var as=class extends hr{};as.prototype._setValue=sa;var zn=class extends tt{constructor(t){super(t),this._typeIds=new nr(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,n){return n===void 0&&(n=this._valueToChildTypeId(this,e,t)),this.setValue(t,e,n),this}setValue(t,e,n){this._typeIds.set(t,n);let i=this.type.typeIdToChildIndex[n],s=this.children[i];s?.set(t,e)}addChild(t,e=`${this.children.length}`){let n=this.children.push(t),{type:{children:i,mode:s,typeIds:o}}=this,a=[...i,new U(e,t.type)];return this.type=new ye(s,[...o,n],a),n}_valueToChildTypeId(t,e,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.")}},Ga=class extends zn{},Wa=class extends zn{constructor(t){super(t),this._offsets=new nr(new Int32Array(0))}setValue(t,e,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,e)}};var cs=class extends Re{constructor(t){super(t),this._values=new Or(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,Sr(e))}_flushPending(t,e){}};cs.prototype._flushPending=$n.prototype._flushPending;var Ll=class extends _{visitNull(){return za}visitBool(){return Aa}visitInt(){return ne}visitInt8(){return Ra}visitInt16(){return La}visitInt32(){return Ma}visitInt64(){return Ua}visitUint8(){return Ca}visitUint16(){return ka}visitUint32(){return Pa}visitUint64(){return Va}visitFloat(){return un}visitFloat16(){return Ba}visitFloat32(){return Na}visitFloat64(){return Fa}visitUtf8(){return cs}visitBinary(){return $n}visitFixedSizeBinary(){return Yi}visitDate(){return cn}visitDateDay(){return qi}visitDateMillisecond(){return Gi}visitTimestamp(){return dr}visitTimestampSecond(){return ts}visitTimestampMillisecond(){return es}visitTimestampMicrosecond(){return rs}visitTimestampNanosecond(){return ns}visitTime(){return hr}visitTimeSecond(){return is}visitTimeMillisecond(){return ss}visitTimeMicrosecond(){return os}visitTimeNanosecond(){return as}visitDecimal(){return Wi}visitList(){return ja}visitStruct(){return qa}visitUnion(){return zn}visitDenseUnion(){return Wa}visitSparseUnion(){return Ga}visitDictionary(){return Oa}visitInterval(){return dn}visitIntervalDayTime(){return Hi}visitIntervalYearMonth(){return Qi}visitDuration(){return ur}visitDurationSecond(){return Ki}visitDurationMillisecond(){return Xi}visitDurationMicrosecond(){return Ji}visistDurationNanosecond(){return Zi}visitFixedSizeList(){return Da}visitMap(){return $a}},gh=new Ll;var x=class extends _{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((n,i)=>this.compareFields(n,e[i]))}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 At(r,t){return t instanceof r.constructor}function ls(r,t){return r===t||At(r,t)}function fr(r,t){return r===t||At(r,t)&&r.bitWidth===t.bitWidth&&r.isSigned===t.isSigned}function Ya(r,t){return r===t||At(r,t)&&r.precision===t.precision}function Gg(r,t){return r===t||At(r,t)&&r.byteWidth===t.byteWidth}function Ml(r,t){return r===t||At(r,t)&&r.unit===t.unit}function us(r,t){return r===t||At(r,t)&&r.unit===t.unit&&r.timezone===t.timezone}function ds(r,t){return r===t||At(r,t)&&r.unit===t.unit&&r.bitWidth===t.bitWidth}function Wg(r,t){return r===t||At(r,t)&&r.children.length===t.children.length&&Pe.compareManyFields(r.children,t.children)}function Yg(r,t){return r===t||At(r,t)&&r.children.length===t.children.length&&Pe.compareManyFields(r.children,t.children)}function Ul(r,t){return r===t||At(r,t)&&r.mode===t.mode&&r.typeIds.every((e,n)=>e===t.typeIds[n])&&Pe.compareManyFields(r.children,t.children)}function Hg(r,t){return r===t||At(r,t)&&r.id===t.id&&r.isOrdered===t.isOrdered&&Pe.visit(r.indices,t.indices)&&Pe.visit(r.dictionary,t.dictionary)}function Cl(r,t){return r===t||At(r,t)&&r.unit===t.unit}function hs(r,t){return r===t||At(r,t)&&r.unit===t.unit}function Qg(r,t){return r===t||At(r,t)&&r.listSize===t.listSize&&r.children.length===t.children.length&&Pe.compareManyFields(r.children,t.children)}function Kg(r,t){return r===t||At(r,t)&&r.keysSorted===t.keysSorted&&r.children.length===t.children.length&&Pe.compareManyFields(r.children,t.children)}x.prototype.visitNull=ls;x.prototype.visitBool=ls;x.prototype.visitInt=fr;x.prototype.visitInt8=fr;x.prototype.visitInt16=fr;x.prototype.visitInt32=fr;x.prototype.visitInt64=fr;x.prototype.visitUint8=fr;x.prototype.visitUint16=fr;x.prototype.visitUint32=fr;x.prototype.visitUint64=fr;x.prototype.visitFloat=Ya;x.prototype.visitFloat16=Ya;x.prototype.visitFloat32=Ya;x.prototype.visitFloat64=Ya;x.prototype.visitUtf8=ls;x.prototype.visitBinary=ls;x.prototype.visitFixedSizeBinary=Gg;x.prototype.visitDate=Ml;x.prototype.visitDateDay=Ml;x.prototype.visitDateMillisecond=Ml;x.prototype.visitTimestamp=us;x.prototype.visitTimestampSecond=us;x.prototype.visitTimestampMillisecond=us;x.prototype.visitTimestampMicrosecond=us;x.prototype.visitTimestampNanosecond=us;x.prototype.visitTime=ds;x.prototype.visitTimeSecond=ds;x.prototype.visitTimeMillisecond=ds;x.prototype.visitTimeMicrosecond=ds;x.prototype.visitTimeNanosecond=ds;x.prototype.visitDecimal=ls;x.prototype.visitList=Wg;x.prototype.visitStruct=Yg;x.prototype.visitUnion=Ul;x.prototype.visitDenseUnion=Ul;x.prototype.visitSparseUnion=Ul;x.prototype.visitDictionary=Hg;x.prototype.visitInterval=Cl;x.prototype.visitIntervalDayTime=Cl;x.prototype.visitIntervalYearMonth=Cl;x.prototype.visitDuration=hs;x.prototype.visitDurationSecond=hs;x.prototype.visitDurationMillisecond=hs;x.prototype.visitDurationMicrosecond=hs;x.prototype.visitDurationNanosecond=hs;x.prototype.visitFixedSizeList=Qg;x.prototype.visitMap=Kg;var Pe=new x;function hn(r,t){return Pe.compareSchemas(r,t)}function bh(r,t){return Pe.compareFields(r,t)}function _h(r,t){return Pe.visit(r,t)}function ln(r){let t=r.type,e=new(gh.getVisitFn(t)())(r);if(t.children&&t.children.length>0){let n=r.children||[],i={nullValues:r.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,l=s(a,o);e.children.push(ln(Object.assign(Object.assign({},l),{type:c})))}}return e}function Ha(r,t){return Xg(r,t.map(e=>e.data.concat()))}function Xg(r,t){let e=[...r.fields],n=[],i={numBatches:t.reduce((h,p)=>Math.max(h,p.length),0)},s=0,o=0,a=-1,c=t.length,l,d=[];for(;i.numBatches-- >0;){for(o=Number.POSITIVE_INFINITY,a=-1;++a<c;)d[a]=l=t[a].shift(),o=Math.min(o,l?l.length:o);Number.isFinite(o)&&(d=Jg(e,o,d,t,i),o>0&&(n[s++]=F({type:new K(e),length:o,nullCount:0,children:d.slice()})))}return[r=r.assign(e),n.map(h=>new it(r,h))]}function Jg(r,t,e,n,i){var s;let o=(t+63&-64)>>3;for(let a=-1,c=n.length;++a<c;){let l=e[a],d=l?.length;if(d>=t)d===t?e[a]=l:(e[a]=l.slice(0,t),i.numBatches=Math.max(i.numBatches,n[a].unshift(l.slice(t,d-t))));else{let h=r[a];r[a]=h.clone({nullable:!0}),e[a]=(s=l?._changeLengthAndBackfillNullBitmap(t))!==null&&s!==void 0?s:F({type:h.type,length:t,nullCount:t,nullBitmap:new Uint8Array(o)})}}return e}var Ih,Ot=class r{constructor(...t){var e,n;if(t.length===0)return this.batches=[],this.schema=new q([]),this._offsets=[0],this;let i,s;t[0]instanceof q&&(i=t.shift()),t.at(-1)instanceof Uint32Array&&(s=t.pop());let o=c=>{if(c){if(c instanceof it)return[c];if(c instanceof r)return c.batches;if(c instanceof G){if(c.type instanceof K)return[new it(new q(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),d=l.map(m=>new C([c[m]])),h=new q(l.map((m,E)=>new U(String(m),d[E].type))),[,p]=Ha(h,d);return p.length===0?[new it(c)]:p}}}return[]},a=t.flatMap(c=>o(c));if(i=(n=i??((e=a[0])===null||e===void 0?void 0:e.schema))!==null&&n!==void 0?n:new q([]),!(i instanceof q))throw new TypeError("Table constructor expects a [Schema, RecordBatch[]] pair.");for(let c of a){if(!(c instanceof it))throw new TypeError("Table constructor expects a [Schema, RecordBatch[]] pair.");if(!hn(i,c.schema))throw new TypeError("Table and inner RecordBatch schemas must be equivalent.")}this.schema=i,this.batches=a,this._offsets=s??ya(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=ma(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?Un.visit(new C(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`[
|
|
9
9
|
${this.toArray().join(`,
|
|
10
10
|
`)}
|
|
11
|
-
]`}concat(...t){let e=this.schema,n=this.data.concat(t.flatMap(({data:i})=>i));return new r(e,n.map(i=>new it(e,i)))}slice(t,e){let n=this.schema;[t,e]=Si({length:this.numRows},t,e);let i=ga(this.data,this._offsets,t,e);return new r(n,i.map(s=>new it(n,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(n=>n.children[t]);if(e.length===0){let{type:n}=this.schema.fields[t],i=F({type:n,length:0,nullCount:0});e.push(i._changeLengthAndBackfillNullBitmap(this.numRows))}return new C(e)}return null}setChild(t,e){var n;return this.setChildAt((n=this.schema.fields)===null||n===void 0?void 0:n.findIndex(i=>i.name===t),e)}setChildAt(t,e){let n=this.schema,i=[...this.batches];if(t>-1&&t<this.numCols){e||(e=new C([F({type:new Tt,length:this.numRows})]));let s=n.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],[n,i]=Ha(n,a)}return new r(n,i)}select(t){let e=this.schema.fields.reduce((n,i,s)=>n.set(i.name,s),new Map);return this.selectAt(t.map(n=>e.get(n)).filter(n=>n>-1))}selectAt(t){let e=this.schema.selectAt(t),n=this.batches.map(i=>i.selectAt(t));return new r(e,n)}assign(t){let e=this.schema.fields,[n,i]=t.schema.fields.reduce((a,c,l)=>{let[d,h]=a,p=e.findIndex(m=>m.name===c.name);return~p?h[p]=l:d.push(l),a},[[],[]]),s=this.schema.assign(t.schema),o=[...e.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 r(...Ha(s,o))}};Ih=Symbol.toStringTag;Ot[Ih]=(r=>(r.schema=null,r.batches=[],r._offsets=new Uint32Array([0]),r._nullCount=-1,r[Symbol.isConcatSpreadable]=!0,r.isValid=Ar(Ti),r.get=Ar(at.getVisitFn(u.Struct)),r.set=ba(bt.getVisitFn(u.Struct)),r.indexOf=_a(nn.getVisitFn(u.Struct)),r.getByteLength=Ar(zt.getVisitFn(u.Struct)),"Table"))(Ot.prototype);var vh,it=class r{constructor(...t){switch(t.length){case 2:{if([this.schema]=t,!(this.schema instanceof q))throw new TypeError("RecordBatch constructor expects a [Schema, Data] pair.");if([,this.data=F({nullCount:0,type:new K(this.schema.fields),children:this.schema.fields.map(e=>F({type:e.type,nullCount:0}))})]=t,!(this.data instanceof G))throw new TypeError("RecordBatch constructor expects a [Schema, Data] pair.");[this.schema,this.data]=wh(this.schema,this.data.children);break}case 1:{let[e]=t,{fields:n,children:i,length:s}=Object.keys(e).reduce((c,l,d)=>(c.children[d]=e[l],c.length=Math.max(c.length,e[l].length),c.fields[d]=U.new({name:l,type:e[l].type,nullable:!0}),c),{length:0,fields:new Array,children:new Array}),o=new q(n),a=F({type:new K(n),length:s,children:i,nullCount:0});[this.schema,this.data]=wh(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=Sh(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 at.visit(this.data,t)}set(t,e){return bt.visit(this.data,t,e)}indexOf(t,e){return nn.visit(this.data,t,e)}getByteLength(t){return zt.visit(this.data,t)}[Symbol.iterator](){return Un.visit(new C([this.data]))}toArray(){return[...this]}concat(...t){return new Ot(this.schema,[this,...t])}slice(t,e){let[n]=new C([this.data]).slice(t,e).data;return new r(this.schema,n)}getChild(t){var e;return this.getChildAt((e=this.schema.fields)===null||e===void 0?void 0:e.findIndex(n=>n.name===t))}getChildAt(t){return t>-1&&t<this.schema.fields.length?new C([this.data.children[t]]):null}setChild(t,e){var n;return this.setChildAt((n=this.schema.fields)===null||n===void 0?void 0:n.findIndex(i=>i.name===t),e)}setChildAt(t,e){let n=this.schema,i=this.data;if(t>-1&&t<this.numCols){e||(e=new C([F({type:new Tt,length:this.numRows})]));let s=n.fields.slice(),o=i.children.slice(),a=s[t].clone({type:e.type});[s[t],o[t]]=[a,e.data[0]],n=new q(s,new Map(this.schema.metadata)),i=F({type:new K(s),children:o})}return new r(n,i)}select(t){let e=this.schema.select(t),n=new K(e.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 r(e,F({type:n,length:this.numRows,children:i}))}selectAt(t){let e=this.schema.selectAt(t),n=t.map(s=>this.data.children[s]).filter(Boolean),i=F({type:new K(e.fields),length:this.numRows,children:n});return new r(e,i)}};vh=Symbol.toStringTag;it[vh]=(r=>(r._nullCount=-1,r[Symbol.isConcatSpreadable]=!0,"RecordBatch"))(it.prototype);function wh(r,t,e=t.reduce((n,i)=>Math.max(n,i.length),0)){var n;let i=[...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)&&(i[a]=c.clone({nullable:!0}),s[a]=(n=l?._changeLengthAndBackfillNullBitmap(e))!==null&&n!==void 0?n:F({type:c.type,length:e,nullCount:e,nullBitmap:new Uint8Array(o)}))}return[r.assign(i),F({type:new K(i),length:e,children:s})]}function Sh(r,t,e=new Map){var n,i;if(((n=r?.length)!==null&&n!==void 0?n: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,...((i=c?.dictionary)===null||i===void 0?void 0:i.data)||[]])Sh(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 fn=class extends it{constructor(t){let e=t.fields.map(i=>F({type:i.type})),n=F({type:new K(t.fields),nullCount:0,children:e});super(t,n)}};var fs;(function(r){r[r.BUFFER=0]="BUFFER"})(fs||(fs={}));var ps;(function(r){r[r.LZ4_FRAME=0]="LZ4_FRAME",r[r.ZSTD=1]="ZSTD"})(ps||(ps={}));var Qa=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):ps.LZ4_FRAME}method(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.readInt8(this.bb_pos+t):fs.BUFFER}static startBodyCompression(t){t.startObject(2)}static addCodec(t,e){t.addFieldInt8(0,e,ps.LZ4_FRAME)}static addMethod(t,e){t.addFieldInt8(1,e,fs.BUFFER)}static endBodyCompression(t){return t.endObject()}static createBodyCompression(t,e,n){return r.startBodyCompression(t),r.addCodec(t,e),r.addMethod(t,n),r.endBodyCompression(t)}};var qn=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,n){return t.prep(8,16),t.writeInt64(BigInt(n??0)),t.writeInt64(BigInt(e??0)),t.offset()}};var Gn=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,n){return t.prep(8,16),t.writeInt64(BigInt(n??0)),t.writeInt64(BigInt(e??0)),t.offset()}};var Wt=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 n=this.bb.__offset(this.bb_pos,6);return n?(e||new Gn).__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,e){let n=this.bb.__offset(this.bb_pos,8);return n?(e||new qn).__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 e=this.bb.__offset(this.bb_pos,10);return e?(t||new Qa).__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 pr=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 Wt).__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 Wn;(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"})(Wn||(Wn={}));var xe=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):Dr.V1}headerType(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.readUint8(this.bb_pos+t):Wn.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 n=this.bb.__offset(this.bb_pos,12);return n?(e||new dt).__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,e){t.addFieldInt16(0,e,Dr.V1)}static addHeaderType(t,e){t.addFieldInt8(1,e,Wn.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 n=e.length-1;n>=0;n--)t.addOffset(e[n]);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,n,i,s,o){return r.startMessage(t),r.addVersion(t,e),r.addHeaderType(t,n),r.addHeader(t,i),r.addBodyLength(t,s),r.addCustomMetadata(t,o),r.endMessage(t)}};var kl=class extends _{visit(t,e){return t==null||e==null?void 0:super.visit(t,e)}visitNull(t,e){return Mi.startNull(e),Mi.endNull(e)}visitInt(t,e){return we.startInt(e),we.addBitWidth(e,t.bitWidth),we.addIsSigned(e,t.isSigned),we.endInt(e)}visitFloat(t,e){return Mr.startFloatingPoint(e),Mr.addPrecision(e,t.precision),Mr.endFloatingPoint(e)}visitBinary(t,e){return Di.startBinary(e),Di.endBinary(e)}visitBool(t,e){return Bi.startBool(e),Bi.endBool(e)}visitUtf8(t,e){return ki.startUtf8(e),ki.endUtf8(e)}visitDecimal(t,e){return Ue.startDecimal(e),Ue.addScale(e,t.scale),Ue.addPrecision(e,t.precision),Ue.addBitWidth(e,t.bitWidth),Ue.endDecimal(e)}visitDate(t,e){return Nr.startDate(e),Nr.addUnit(e,t.unit),Nr.endDate(e)}visitTime(t,e){return ir.startTime(e),ir.addUnit(e,t.unit),ir.addBitWidth(e,t.bitWidth),ir.endTime(e)}visitTimestamp(t,e){let n=t.timezone&&e.createString(t.timezone)||void 0;return sr.startTimestamp(e),sr.addUnit(e,t.unit),n!==void 0&&sr.addTimezone(e,n),sr.endTimestamp(e)}visitInterval(t,e){return Ur.startInterval(e),Ur.addUnit(e,t.unit),Ur.endInterval(e)}visitDuration(t,e){return Fr.startDuration(e),Fr.addUnit(e,t.unit),Fr.endDuration(e)}visitList(t,e){return Li.startList(e),Li.endList(e)}visitStruct(t,e){return Ui.startStruct_(e),Ui.endStruct_(e)}visitUnion(t,e){Se.startTypeIdsVector(e,t.typeIds.length);let n=Se.createTypeIdsVector(e,t.typeIds);return Se.startUnion(e),Se.addMode(e,t.mode),Se.addTypeIds(e,n),Se.endUnion(e)}visitDictionary(t,e){let n=this.visit(t.indices,e);return Me.startDictionaryEncoding(e),Me.addId(e,BigInt(t.id)),Me.addIsOrdered(e,t.isOrdered),n!==void 0&&Me.addIndexType(e,n),Me.endDictionaryEncoding(e)}visitFixedSizeBinary(t,e){return Rr.startFixedSizeBinary(e),Rr.addByteWidth(e,t.byteWidth),Rr.endFixedSizeBinary(e)}visitFixedSizeList(t,e){return Lr.startFixedSizeList(e),Lr.addListSize(e,t.listSize),Lr.endFixedSizeList(e)}visitMap(t,e){return Cr.startMap(e),Cr.addKeysSorted(e,t.keysSorted),Cr.endMap(e)}},Ka=new kl;function Ah(r,t=new Map){return new q(tb(r,t),Xa(r.metadata),t)}function Pl(r){return new _t(r.count,Dh(r.columns),Bh(r.columns))}function Oh(r){return new Mt(Pl(r.data),r.id,r.isDelta)}function tb(r,t){return(r.fields||[]).filter(Boolean).map(e=>U.fromJSON(e,t))}function xh(r,t){return(r.children||[]).filter(Boolean).map(e=>U.fromJSON(e,t))}function Dh(r){return(r||[]).reduce((t,e)=>[...t,new ie(e.count,eb(e.VALIDITY)),...Dh(e.children)],[])}function Bh(r,t=[]){for(let e=-1,n=(r||[]).length;++e<n;){let i=r[e];i.VALIDITY&&t.push(new Lt(t.length,i.VALIDITY.length)),i.TYPE_ID&&t.push(new Lt(t.length,i.TYPE_ID.length)),i.OFFSET&&t.push(new Lt(t.length,i.OFFSET.length)),i.DATA&&t.push(new Lt(t.length,i.DATA.length)),t=Bh(i.children,t)}return t}function eb(r){return(r||[]).reduce((t,e)=>t+ +(e===0),0)}function Nh(r,t){let e,n,i,s,o,a;return!t||!(s=r.dictionary)?(o=Th(r,xh(r,t)),i=new U(r.name,o,r.nullable,Xa(r.metadata))):t.has(e=s.id)?(n=(n=s.indexType)?Eh(n):new Be,a=new jt(t.get(e),n,e,s.isOrdered),i=new U(r.name,a,r.nullable,Xa(r.metadata))):(n=(n=s.indexType)?Eh(n):new Be,t.set(e,o=Th(r,xh(r,t))),a=new jt(o,n,e,s.isOrdered),i=new U(r.name,a,r.nullable,Xa(r.metadata))),i||null}function Xa(r=[]){return new Map(r.map(({key:t,value:e})=>[t,e]))}function Eh(r){return new ot(r.isSigned,r.bitWidth)}function Th(r,t){let e=r.type.name;switch(e){case"NONE":return new Tt;case"null":return new Tt;case"binary":return new Ye;case"utf8":return new He;case"bool":return new Qe;case"list":return new me((t||[])[0]);case"struct":return new K(t||[]);case"struct_":return new K(t||[])}switch(e){case"int":{let n=r.type;return new ot(n.isSigned,n.bitWidth)}case"floatingpoint":{let n=r.type;return new Ft(Z[n.precision])}case"decimal":{let n=r.type;return new Ke(n.scale,n.precision,n.bitWidth)}case"date":{let n=r.type;return new Xe(gt[n.unit])}case"time":{let n=r.type;return new pe(I[n.unit],n.bitWidth)}case"timestamp":{let n=r.type;return new Je(I[n.unit],n.timezone)}case"interval":{let n=r.type;return new Ze(Et[n.unit])}case"duration":{let n=r.type;return new tr(I[n.unit])}case"union":{let n=r.type,[i,...s]=(n.mode+"").toLowerCase(),o=i.toUpperCase()+s.join("");return new ye(Q[o],n.typeIds||[],t||[])}case"fixedsizebinary":{let n=r.type;return new er(n.byteWidth)}case"fixedsizelist":{let n=r.type;return new ge(n.listSize,(t||[])[0])}case"map":{let n=r.type;return new be((t||[])[0],n.keysSorted)}}throw new Error(`Unrecognized type: "${e}"`)}var rb=on,nb=qt,Ut=class r{static fromJSON(t,e){let n=new r(0,et.V5,e);return n._createHeader=ib(t,e),n}static decode(t){t=new nb(N(t));let e=xe.getRootAsMessage(t),n=e.bodyLength(),i=e.version(),s=e.headerType(),o=new r(n,i,s);return o._createHeader=sb(e,s),o}static encode(t){let e=new rb,n=-1;return t.isSchema()?n=q.encode(e,t.header()):t.isRecordBatch()?n=_t.encode(e,t.header()):t.isDictionaryBatch()&&(n=Mt.encode(e,t.header())),xe.startMessage(e),xe.addVersion(e,et.V5),xe.addHeader(e,n),xe.addHeaderType(e,t.headerType),xe.addBodyLength(e,BigInt(t.bodyLength)),xe.finishMessageBuffer(e,xe.endMessage(e)),e.asUint8Array()}static from(t,e=0){if(t instanceof q)return new r(0,et.V5,j.Schema,t);if(t instanceof _t)return new r(e,et.V5,j.RecordBatch,t);if(t instanceof Mt)return new r(e,et.V5,j.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===j.Schema}isRecordBatch(){return this.headerType===j.RecordBatch}isDictionaryBatch(){return this.headerType===j.DictionaryBatch}constructor(t,e,n,i){this._version=e,this._headerType=n,this.body=new Uint8Array(0),i&&(this._createHeader=()=>i),this._bodyLength=Nt(t)}},_t=class{get nodes(){return this._nodes}get length(){return this._length}get buffers(){return this._buffers}constructor(t,e,n){this._nodes=e,this._buffers=n,this._length=Nt(t)}},Mt=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,n=!1){this._data=t,this._isDelta=n,this._id=Nt(e)}},Lt=class{constructor(t,e){this.offset=Nt(t),this.length=Nt(e)}},ie=class{constructor(t,e){this.length=Nt(t),this.nullCount=Nt(e)}};function ib(r,t){return()=>{switch(t){case j.Schema:return q.fromJSON(r);case j.RecordBatch:return _t.fromJSON(r);case j.DictionaryBatch:return Mt.fromJSON(r)}throw new Error(`Unrecognized Message type: { name: ${j[t]}, type: ${t} }`)}}function sb(r,t){return()=>{switch(t){case j.Schema:return q.decode(r.header(new Rt),new Map,r.version());case j.RecordBatch:return _t.decode(r.header(new Wt),r.version());case j.DictionaryBatch:return Mt.decode(r.header(new pr),r.version())}throw new Error(`Unrecognized Message type: { name: ${j[t]}, type: ${t} }`)}}U.encode=yb;U.decode=pb;U.fromJSON=Nh;q.encode=mb;q.decode=ob;q.fromJSON=Ah;_t.encode=gb;_t.decode=ab;_t.fromJSON=Pl;Mt.encode=bb;Mt.decode=cb;Mt.fromJSON=Oh;ie.encode=_b;ie.decode=ub;Lt.encode=Ib;Lt.decode=lb;function ob(r,t=new Map,e=et.V5){let n=fb(r,t);return new q(n,Ja(r),t,e)}function ab(r,t=et.V5){if(r.compression()!==null)throw new Error("Record batch compression not implemented");return new _t(r.length(),db(r),hb(r,t))}function cb(r,t=et.V5){return new Mt(_t.decode(r.data(),t),r.id(),r.isDelta())}function lb(r){return new Lt(r.offset(),r.length())}function ub(r){return new ie(r.length(),r.nullCount())}function db(r){let t=[];for(let e,n=-1,i=-1,s=r.nodesLength();++n<s;)(e=r.nodes(n))&&(t[++i]=ie.decode(e));return t}function hb(r,t){let e=[];for(let n,i=-1,s=-1,o=r.buffersLength();++i<o;)(n=r.buffers(i))&&(t<et.V4&&(n.bb_pos+=8*(i+1)),e[++s]=Lt.decode(n));return e}function fb(r,t){let e=[];for(let n,i=-1,s=-1,o=r.fieldsLength();++i<o;)(n=r.fields(i))&&(e[++s]=U.decode(n,t));return e}function Fh(r,t){let e=[];for(let n,i=-1,s=-1,o=r.childrenLength();++i<o;)(n=r.children(i))&&(e[++s]=U.decode(n,t));return e}function pb(r,t){let e,n,i,s,o,a;return!t||!(a=r.dictionary())?(i=Lh(r,Fh(r,t)),n=new U(r.name(),i,r.nullable(),Ja(r))):t.has(e=Nt(a.id()))?(s=(s=a.indexType())?Rh(s):new Be,o=new jt(t.get(e),s,e,a.isOrdered()),n=new U(r.name(),o,r.nullable(),Ja(r))):(s=(s=a.indexType())?Rh(s):new Be,t.set(e,i=Lh(r,Fh(r,t))),o=new jt(i,s,e,a.isOrdered()),n=new U(r.name(),o,r.nullable(),Ja(r))),n||null}function Ja(r){let t=new Map;if(r)for(let e,n,i=-1,s=Math.trunc(r.customMetadataLength());++i<s;)(e=r.customMetadata(i))&&(n=e.key())!=null&&t.set(n,e.value());return t}function Rh(r){return new ot(r.isSigned(),r.bitWidth())}function Lh(r,t){let e=r.typeType();switch(e){case X.NONE:return new Tt;case X.Null:return new Tt;case X.Binary:return new Ye;case X.Utf8:return new He;case X.Bool:return new Qe;case X.List:return new me((t||[])[0]);case X.Struct_:return new K(t||[])}switch(e){case X.Int:{let n=r.type(new we);return new ot(n.isSigned(),n.bitWidth())}case X.FloatingPoint:{let n=r.type(new Mr);return new Ft(n.precision())}case X.Decimal:{let n=r.type(new Ue);return new Ke(n.scale(),n.precision(),n.bitWidth())}case X.Date:{let n=r.type(new Nr);return new Xe(n.unit())}case X.Time:{let n=r.type(new ir);return new pe(n.unit(),n.bitWidth())}case X.Timestamp:{let n=r.type(new sr);return new Je(n.unit(),n.timezone())}case X.Interval:{let n=r.type(new Ur);return new Ze(n.unit())}case X.Duration:{let n=r.type(new Fr);return new tr(n.unit())}case X.Union:{let n=r.type(new Se);return new ye(n.mode(),n.typeIdsArray()||[],t||[])}case X.FixedSizeBinary:{let n=r.type(new Rr);return new er(n.byteWidth())}case X.FixedSizeList:{let n=r.type(new Lr);return new ge(n.listSize(),(t||[])[0])}case X.Map:{let n=r.type(new Cr);return new be((t||[])[0],n.keysSorted())}}throw new Error(`Unrecognized type: "${X[e]}" (${e})`)}function mb(r,t){let e=t.fields.map(s=>U.encode(r,s));Rt.startFieldsVector(r,e.length);let n=Rt.createFieldsVector(r,e),i=t.metadata&&t.metadata.size>0?Rt.createCustomMetadataVector(r,[...t.metadata].map(([s,o])=>{let a=r.createString(`${s}`),c=r.createString(`${o}`);return dt.startKeyValue(r),dt.addKey(r,a),dt.addValue(r,c),dt.endKeyValue(r)})):-1;return Rt.startSchema(r),Rt.addFields(r,n),Rt.addEndianness(r,wb?Br.Little:Br.Big),i!==-1&&Rt.addCustomMetadata(r,i),Rt.endSchema(r)}function yb(r,t){let e=-1,n=-1,i=-1,s=t.type,o=t.typeId;g.isDictionary(s)?(o=s.dictionary.typeId,i=Ka.visit(s,r),n=Ka.visit(s.dictionary,r)):n=Ka.visit(s,r);let a=(s.children||[]).map(d=>U.encode(r,d)),c=St.createChildrenVector(r,a),l=t.metadata&&t.metadata.size>0?St.createCustomMetadataVector(r,[...t.metadata].map(([d,h])=>{let p=r.createString(`${d}`),m=r.createString(`${h}`);return dt.startKeyValue(r),dt.addKey(r,p),dt.addValue(r,m),dt.endKeyValue(r)})):-1;return t.name&&(e=r.createString(t.name)),St.startField(r),St.addType(r,n),St.addTypeType(r,o),St.addChildren(r,c),St.addNullable(r,!!t.nullable),e!==-1&&St.addName(r,e),i!==-1&&St.addDictionary(r,i),l!==-1&&St.addCustomMetadata(r,l),St.endField(r)}function gb(r,t){let e=t.nodes||[],n=t.buffers||[];Wt.startNodesVector(r,e.length);for(let o of e.slice().reverse())ie.encode(r,o);let i=r.endVector();Wt.startBuffersVector(r,n.length);for(let o of n.slice().reverse())Lt.encode(r,o);let s=r.endVector();return Wt.startRecordBatch(r),Wt.addLength(r,BigInt(t.length)),Wt.addNodes(r,i),Wt.addBuffers(r,s),Wt.endRecordBatch(r)}function bb(r,t){let e=_t.encode(r,t.data);return pr.startDictionaryBatch(r),pr.addId(r,BigInt(t.id)),pr.addIsDelta(r,t.isDelta),pr.addData(r,e),pr.endDictionaryBatch(r)}function _b(r,t){return Gn.createFieldNode(r,BigInt(t.length),BigInt(t.nullCount))}function Ib(r,t){return qn.createBuffer(r,BigInt(t.offset),BigInt(t.length))}var wb=(()=>{let r=new ArrayBuffer(2);return new DataView(r).setInt16(0,256,!0),new Int16Array(r)[0]===256})();var jl=r=>`Expected ${j[r]} Message in stream, but was null or length 0.`,$l=r=>`Header pointer of flatbuffer-encoded ${j[r]} Message is null or length 0.`,Mh=(r,t)=>`Expected to read ${r} metadata bytes, but only read ${t}.`,Uh=(r,t)=>`Expected to read ${r} bytes for message body, but only read ${t}.`,Yn=class{constructor(t){this.source=t instanceof ke?t:new ke(t)}[Symbol.iterator](){return this}next(){let t;return(t=this.readMetadataLength()).done?J:t.value===-1&&(t=this.readMetadataLength()).done?J:(t=this.readMetadata(t.value)).done?J: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(jl(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(Uh(t,e.byteLength));return e.byteOffset%8===0&&e.byteOffset+e.byteLength<=e.buffer.byteLength?e:e.slice()}readSchema(t=!1){let e=j.Schema,n=this.readMessage(e),i=n?.header();if(t&&!i)throw new Error($l(e));return i}readMetadataLength(){let t=this.source.read(Za),e=t&&new qt(t),n=e?.readInt32(0)||0;return{done:n===0,value:n}}readMetadata(t){let e=this.source.read(t);if(!e)return J;if(e.byteLength<t)throw new Error(Mh(t,e.byteLength));return{done:!1,value:Ut.decode(e)}}},ms=class{constructor(t,e){this.source=t instanceof re?t:Ro(t)?new kr(t,e):new re(t)}[Symbol.asyncIterator](){return this}next(){return y(this,void 0,void 0,function*(){let t;return(t=yield this.readMetadataLength()).done?J:t.value===-1&&(t=yield this.readMetadataLength()).done?J:(t=yield this.readMetadata(t.value)).done?J: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 e;if((e=yield this.next()).done)return null;if(t!=null&&e.value.headerType!==t)throw new Error(jl(t));return e.value})}readMessageBody(t){return y(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(Uh(t,e.byteLength));return e.byteOffset%8===0&&e.byteOffset+e.byteLength<=e.buffer.byteLength?e:e.slice()})}readSchema(t=!1){return y(this,void 0,void 0,function*(){let e=j.Schema,n=yield this.readMessage(e),i=n?.header();if(t&&!i)throw new Error($l(e));return i})}readMetadataLength(){return y(this,void 0,void 0,function*(){let t=yield this.source.read(Za),e=t&&new qt(t),n=e?.readInt32(0)||0;return{done:n===0,value:n}})}readMetadata(t){return y(this,void 0,void 0,function*(){let e=yield this.source.read(t);if(!e)return J;if(e.byteLength<t)throw new Error(Mh(t,e.byteLength));return{done:!1,value:Ut.decode(e)}})}},ys=class extends Yn{constructor(t){super(new Uint8Array(0)),this._schema=!1,this._body=[],this._batchIndex=0,this._dictionaryIndex=0,this._json=t instanceof Pi?t:new Pi(t)}next(){let{_json:t}=this;if(!this._schema)return this._schema=!0,{done:!1,value:Ut.fromJSON(t.schema,j.Schema)};if(this._dictionaryIndex<t.dictionaries.length){let e=t.dictionaries[this._dictionaryIndex++];return this._body=e.data.columns,{done:!1,value:Ut.fromJSON(e,j.DictionaryBatch)}}if(this._batchIndex<t.batches.length){let e=t.batches[this._batchIndex++];return this._body=e.columns,{done:!1,value:Ut.fromJSON(e,j.RecordBatch)}}return this._body=[],J}readMessageBody(t){return e(this._body);function e(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]||[],...e(s.children)],[])}}readMessage(t){let e;if((e=this.next()).done)return null;if(t!=null&&e.value.headerType!==t)throw new Error(jl(t));return e.value}readSchema(){let t=j.Schema,e=this.readMessage(t),n=e?.header();if(!e||!n)throw new Error($l(t));return n}},Za=4,Vl="ARROW1",Hn=new Uint8Array(Vl.length);for(let r=0;r<Vl.length;r+=1)Hn[r]=Vl.codePointAt(r);function tc(r,t=0){for(let e=-1,n=Hn.length;++e<n;)if(Hn[e]!==r[t+e])return!1;return!0}var Qn=Hn.length,zl=Qn+Za,Ch=Qn*2+Za;var It=class r extends an{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 le(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 yt.toDOMStream(this.isSync()?{[Symbol.iterator]:()=>this}:{[Symbol.asyncIterator]:()=>this})}toNodeStream(){return yt.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:No(t)?Sb(t):Ro(t)?Tb(t):le(t)?y(this,void 0,void 0,function*(){return yield r.from(yield t)}):Lo(t)||_i(t)||Uo(t)||Jt(t)?Eb(new re(t)):xb(new ke(t))}static readAll(t){return t instanceof r?t.isSync()?kh(t):Ph(t):No(t)||ArrayBuffer.isView(t)||ue(t)||Fo(t)?kh(t):Ph(t)}},Ve=class extends It{constructor(t){super(t),this._impl=t}readAll(){return[...this]}[Symbol.iterator](){return this._impl[Symbol.iterator]()}[Symbol.asyncIterator](){return Pt(this,arguments,function*(){yield L(yield*An(ce(this[Symbol.iterator]())))})}},Pr=class extends It{constructor(t){super(t),this._impl=t}readAll(){var t,e,n,i;return y(this,void 0,void 0,function*(){let s=new Array;try{for(var o=!0,a=ce(this),c;c=yield a.next(),t=c.done,!t;o=!0){i=c.value,o=!1;let l=i;s.push(l)}}catch(l){e={error:l}}finally{try{!o&&!t&&(n=a.return)&&(yield n.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]()}},Vr=class extends Ve{constructor(t){super(t),this._impl=t}},gs=class extends Pr{constructor(t){super(t),this._impl=t}},ec=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 n=this._loadVectors(t,e,this.schema.fields),i=F({type:new K(this.schema.fields),length:t.length,children:n});return new it(this.schema,i)}_loadDictionaryBatch(t,e){let{id:n,isDelta:i}=t,{dictionaries:s,schema:o}=this,a=s.get(n);if(i||!a){let c=o.dictionaries.get(n),l=this._loadVectors(t.data,e,[c]);return(a&&i?a.concat(new C(l)):new C(l)).memoize()}return a.memoize()}_loadVectors(t,e,n){return new zi(e,t.nodes,t.buffers,this.dictionaries,this.schema.metadataVersion).visitMany(n)}},Kn=class extends ec{constructor(t,e){super(e),this._reader=No(t)?new ys(this._handle=t):new Yn(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=Vh(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):J}return(t){return!this.closed&&this.autoDestroy&&(this.closed=!0)?this.reset()._reader.return(t):J}next(){if(this.closed)return J;let t,{_reader:e}=this;for(;t=this._readNextMessageAndValidate();)if(t.isSchema())this.reset(t.header());else if(t.isRecordBatch()){this._recordBatchIndex++;let n=t.header(),i=e.readMessageBody(t.bodyLength);return{done:!1,value:this._loadRecordBatch(n,i)}}else if(t.isDictionaryBatch()){this._dictionaryIndex++;let n=t.header(),i=e.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 fn(this.schema)}):this.return()}_readNextMessageAndValidate(t){return this._reader.readMessage(t)}},Xn=class extends ec{constructor(t,e){super(e),this._reader=new ms(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=Vh(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):J})}return(t){return y(this,void 0,void 0,function*(){return!this.closed&&this.autoDestroy&&(this.closed=!0)?yield this.reset()._reader.return(t):J})}next(){return y(this,void 0,void 0,function*(){if(this.closed)return J;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 n=t.header(),i=yield e.readMessageBody(t.bodyLength);return{done:!1,value:this._loadRecordBatch(n,i)}}else if(t.isDictionaryBatch()){this._dictionaryIndex++;let n=t.header(),i=yield e.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 fn(this.schema)}):yield this.return()})}_readNextMessageAndValidate(t){return y(this,void 0,void 0,function*(){return yield this._reader.readMessage(t)})}},rc=class extends Kn{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 Vi?t:new Vi(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 n=(e=this._footer)===null||e===void 0?void 0:e.getRecordBatch(t);if(n&&this._handle.seek(n.offset)){let i=this._reader.readMessage(j.RecordBatch);if(i?.isRecordBatch()){let s=i.header(),o=this._reader.readMessageBody(i.bodyLength);return this._loadRecordBatch(s,o)}}return null}_readDictionaryBatch(t){var e;let n=(e=this._footer)===null||e===void 0?void 0:e.getDictionaryBatch(t);if(n&&this._handle.seek(n.offset)){let i=this._reader.readMessage(j.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,e=t.size-zl,n=t.readInt32(e),i=t.readAt(e-n,n);return or.decode(i)}_readNextMessageAndValidate(t){var e;if(this._footer||this.open(),this._footer&&this._recordBatchIndex<this.numRecordBatches){let n=(e=this._footer)===null||e===void 0?void 0:e.getRecordBatch(this._recordBatchIndex);if(n&&this._handle.seek(n.offset))return this._reader.readMessage(t)}return null}},ql=class extends Xn{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 n=typeof e[0]!="number"?e.shift():void 0,i=e[0]instanceof Map?e.shift():void 0;super(t instanceof kr?t:new kr(t,n),i)}isFile(){return!0}isAsync(){return!0}open(t){let e=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 e.open.call(this,t)})}readRecordBatch(t){var e;return y(this,void 0,void 0,function*(){if(this.closed)return null;this._footer||(yield this.open());let n=(e=this._footer)===null||e===void 0?void 0:e.getRecordBatch(t);if(n&&(yield this._handle.seek(n.offset))){let i=yield this._reader.readMessage(j.RecordBatch);if(i?.isRecordBatch()){let s=i.header(),o=yield this._reader.readMessageBody(i.bodyLength);return this._loadRecordBatch(s,o)}}return null})}_readDictionaryBatch(t){var e;return y(this,void 0,void 0,function*(){let n=(e=this._footer)===null||e===void 0?void 0:e.getDictionaryBatch(t);if(n&&(yield this._handle.seek(n.offset))){let i=yield this._reader.readMessage(j.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 e=t.size-zl,n=yield t.readInt32(e),i=yield t.readAt(e-n,n);return or.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 e=this._footer.getRecordBatch(this._recordBatchIndex);if(e&&(yield this._handle.seek(e.offset)))return yield this._reader.readMessage(t)}return null})}},Gl=class extends Kn{constructor(t,e){super(t,e)}_loadVectors(t,e,n){return new Ta(e,t.nodes,t.buffers,this.dictionaries,this.schema.metadataVersion).visitMany(n)}};function Vh(r,t){return t&&typeof t.autoDestroy=="boolean"?t.autoDestroy:r.autoDestroy}function*kh(r){let t=It.from(r);try{if(!t.open({autoDestroy:!1}).closed)do yield t;while(!t.reset().open().closed)}finally{t.cancel()}}function Ph(r){return Pt(this,arguments,function*(){let e=yield L(It.from(r));try{if(!(yield L(e.open({autoDestroy:!1}))).closed)do yield yield L(e);while(!(yield L(e.reset().open())).closed)}finally{yield L(e.cancel())}})}function Sb(r){return new Ve(new Gl(r))}function xb(r){let t=r.peek(Qn+7&-8);return t&&t.byteLength>=4?tc(t)?new Vr(new rc(r.read())):new Ve(new Kn(r)):new Ve(new Kn(function*(){}()))}function Eb(r){return y(this,void 0,void 0,function*(){let t=yield r.peek(Qn+7&-8);return t&&t.byteLength>=4?tc(t)?new Vr(new rc(yield r.read())):new Pr(new Xn(r)):new Pr(new Xn(function(){return Pt(this,arguments,function*(){})}()))})}function Tb(r){return y(this,void 0,void 0,function*(){let{size:t}=yield r.stat(),e=new kr(r,t);return t>=Ch&&tc(yield e.readAt(0,Qn+7&-8))?new gs(new ql(e)):new Pr(new Xn(e))})}var st=class r extends _{static assemble(...t){let e=i=>i.flatMap(s=>Array.isArray(s)?e(s):s instanceof it?s.data.children:s.data),n=new r;return n.visitMany(e(t)),n}constructor(){super(),this._byteLength=0,this._nodes=[],this._buffers=[],this._bufferRegions=[]}visit(t){if(t instanceof C)return this.visitMany(t.data),this;let{type:e}=t;if(!g.isDictionary(e)){let{length:n}=t;if(n>2147483647)throw new RangeError("Cannot write arrays larger than 2^31 - 1 in length");if(g.isUnion(e))this.nodes.push(new ie(n,0));else{let{nullCount:i}=t;g.isNull(e)||Ee.call(this,i<=0?new Uint8Array(0):en(t.offset,n,t.nullBitmap)),this.nodes.push(new ie(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 Ee(r){let t=r.byteLength+7&-8;return this.buffers.push(r),this.bufferRegions.push(new Lt(this._byteLength,t)),this._byteLength+=t,this}function Ab(r){var t;let{type:e,length:n,typeIds:i,valueOffsets:s}=r;if(Ee.call(this,i),e.mode===Q.Sparse)return Wl.call(this,r);if(e.mode===Q.Dense){if(r.offset<=0)return Ee.call(this,s),Wl.call(this,r);{let o=new Int32Array(n),a=Object.create(null),c=Object.create(null);for(let l,d,h=-1;++h<n;)(l=i[h])!==void 0&&((d=a[l])===void 0&&(d=a[l]=s[h]),o[h]=s[h]-d,c[l]=((t=c[l])!==null&&t!==void 0?t:0)+1);Ee.call(this,o),this.visitMany(r.children.map((l,d)=>{let h=e.typeIds[d],p=a[h],m=c[h];return l.slice(p,Math.min(n,m))}))}}return this}function Ob(r){let t;return r.nullCount>=r.length?Ee.call(this,new Uint8Array(0)):(t=r.values)instanceof Uint8Array?Ee.call(this,en(r.offset,r.length,t)):Ee.call(this,rn(r.values))}function mr(r){return Ee.call(this,r.values.subarray(0,r.length*r.stride))}function jh(r){let{length:t,values:e,valueOffsets:n}=r,{[0]:i,[t]:s}=n,o=Math.min(s-i,e.byteLength-i);return Ee.call(this,Co(-i,t+1,n)),Ee.call(this,e.subarray(i,i+o)),this}function Yl(r){let{length:t,valueOffsets:e}=r;if(e){let{[0]:n,[t]:i}=e;return Ee.call(this,Co(-n,t+1,e)),this.visit(r.children[0].slice(n,i-n))}return this.visit(r.children[0])}function Wl(r){return this.visitMany(r.type.children.map((t,e)=>r.children[e]).filter(Boolean))[0]}st.prototype.visitBool=Ob;st.prototype.visitInt=mr;st.prototype.visitFloat=mr;st.prototype.visitUtf8=jh;st.prototype.visitBinary=jh;st.prototype.visitFixedSizeBinary=mr;st.prototype.visitDate=mr;st.prototype.visitTimestamp=mr;st.prototype.visitTime=mr;st.prototype.visitDecimal=mr;st.prototype.visitList=Yl;st.prototype.visitStruct=Wl;st.prototype.visitUnion=Ab;st.prototype.visitInterval=mr;st.prototype.visitDuration=mr;st.prototype.visitFixedSizeList=Yl;st.prototype.visitMap=Yl;var pn=class extends an{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 Ce,this._schema=null,this._dictionaryBlocks=[],this._recordBatchBlocks=[],this._dictionaryDeltaOffsets=new Map,xt(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 le(t)?t.then(e=>this.writeAll(e)):Jt(t)?Ql(this,t):Hl(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 Ce?this._sink=t:(this._sink=new Ce,t&&od(t)?this.toDOMStream({type:"bytes"}).pipeTo(t):t&&ad(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||!hn(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 Ot&&!(e=t.schema))return this.finish()&&void 0;if(t instanceof it&&!(e=t.schema))return this.finish()&&void 0}else throw new Error("RecordBatchWriter is closed");if(e&&!hn(e,this._schema)){if(this._started&&this._autoDestroy)return this.close();this.reset(this._sink,e)}t instanceof it?t instanceof fn||this._writeRecordBatch(t):t instanceof Ot?this.writeAll(t.batches):ue(t)&&this.writeAll(t)}_writeMessage(t,e=8){let n=e-1,i=Ut.encode(t),s=i.byteLength,o=this._writeLegacyIpcFormat?4:8,a=s+o+n&~n,c=a-s-o;return t.headerType===j.RecordBatch?this._recordBatchBlocks.push(new ar(a,t.bodyLength,this._position)):t.headerType===j.DictionaryBatch&&this._dictionaryBlocks.push(new ar(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 e=N(t);e&&e.byteLength>0&&(this._sink.write(e),this._position+=e.byteLength)}return this}_writeSchema(t){return this._writeMessage(Ut.from(t))}_writeFooter(t){return this._writeLegacyIpcFormat?this._write(Int32Array.of(0)):this._write(Int32Array.of(-1,0))}_writeMagic(){return this._write(Hn)}_writePadding(t){return t>0?this._write(new Uint8Array(t)):this}_writeRecordBatch(t){let{byteLength:e,nodes:n,bufferRegions:i,buffers:s}=st.assemble(t),o=new _t(t.numRows,n,i),a=Ut.from(o,e);return this._writeDictionaries(t)._writeMessage(a)._writeBodyBuffers(s)}_writeDictionaryBatch(t,e,n=!1){this._dictionaryDeltaOffsets.set(e,t.length+(this._dictionaryDeltaOffsets.get(e)||0));let{byteLength:i,nodes:s,bufferRegions:o,buffers:a}=st.assemble(new C([t])),c=new _t(t.length,s,o),l=new Mt(c,e,n),d=Ut.from(l,i);return this._writeMessage(d)._writeBodyBuffers(a)}_writeBodyBuffers(t){let e,n,i;for(let s=-1,o=t.length;++s<o;)(e=t[s])&&(n=e.byteLength)>0&&(this._write(e),(i=(n+7&-8)-n)>0&&this._writePadding(i));return this}_writeDictionaries(t){for(let[e,n]of t.dictionaries){let i=this._dictionaryDeltaOffsets.get(e)||0;if(i===0||(n=n?.slice(i)).length>0)for(let s of n.data)this._writeDictionaryBatch(s,e,i>0),i+=s.length}return this}},mn=class r extends pn{static writeAll(t,e){let n=new r(e);return le(t)?t.then(i=>n.writeAll(i)):Jt(t)?Ql(n,t):Hl(n,t)}},yn=class r extends pn{static writeAll(t){let e=new r;return le(t)?t.then(n=>e.writeAll(n)):Jt(t)?Ql(e,t):Hl(e,t)}constructor(){super(),this._autoDestroy=!0}_writeSchema(t){return this._writeMagic()._writePadding(2)}_writeFooter(t){let e=or.encode(new or(t,et.V5,this._recordBatchBlocks,this._dictionaryBlocks));return super._writeFooter(t)._write(e)._write(Int32Array.of(e.byteLength))._writeMagic()}};function Hl(r,t){let e=t;t instanceof Ot&&(e=t.batches,r.reset(void 0,t.schema));for(let n of e)r.write(n);return r.finish()}function Ql(r,t){var e,n,i,s,o,a,c;return y(this,void 0,void 0,function*(){try{for(e=!0,n=ce(t);i=yield n.next(),s=i.done,!s;e=!0){c=i.value,e=!1;let l=c;r.write(l)}}catch(l){o={error:l}}finally{try{!e&&!s&&(a=n.return)&&(yield a.call(n))}finally{if(o)throw o.error}}return r.finish()})}function $h(r,t){if(Jt(r))return Bb(r,t);if(ue(r))return Db(r,t);throw new Error("toDOMStream() must be called with an Iterable or AsyncIterable")}function Db(r,t){let e=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,e||(e=r[Symbol.iterator]()))},pull(o){e?s(o,e):o.close()},cancel(){(e?.return&&e.return()||!0)&&(e=null)}}),Object.assign({highWaterMark:n?i:void 0},t));function s(o,a){let c,l=null,d=o.desiredSize||null;for(;!(l=a.next(n?d:null)).done;)if(ArrayBuffer.isView(l.value)&&(c=N(l.value))&&(d!=null&&n&&(d=d-c.byteLength+1),l.value=c),o.enqueue(l.value),d!=null&&--d<=0)return;o.close()}}function Bb(r,t){let e=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,e||(e=r[Symbol.asyncIterator]()))})},pull(o){return y(this,void 0,void 0,function*(){e?yield s(o,e):o.close()})},cancel(){return y(this,void 0,void 0,function*(){(e?.return&&(yield e.return())||!0)&&(e=null)})}}),Object.assign({highWaterMark:n?i:void 0},t));function s(o,a){return y(this,void 0,void 0,function*(){let c,l=null,d=o.desiredSize||null;for(;!(l=yield a.next(n?d:null)).done;)if(ArrayBuffer.isView(l.value)&&(c=N(l.value))&&(d!=null&&n&&(d=d-c.byteLength+1),l.value=c),o.enqueue(l.value),d!=null&&--d<=0)return;o.close()})}}function Gh(r){return new Kl(r)}var Kl=class{constructor(t){this._numChunks=0,this._finished=!1,this._bufferedSize=0;let{["readableStrategy"]:e,["writableStrategy"]:n,["queueingStrategy"]:i="count"}=t,s=id(t,["readableStrategy","writableStrategy","queueingStrategy"]);this._controller=null,this._builder=ln(s),this._getSize=i!=="bytes"?zh:qh;let{["highWaterMark"]:o=i==="bytes"?Math.pow(2,14):1e3}=Object.assign({},e),{["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"?zh:qh}),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)}},zh=r=>{var t;return(t=r?.length)!==null&&t!==void 0?t:0},qh=r=>{var t;return(t=r?.byteLength)!==null&&t!==void 0?t:0};function nc(r,t){let e=new Ce,n=null,i=new ReadableStream({cancel(){return y(this,void 0,void 0,function*(){yield e.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(e,Object.assign({highWaterMark:Math.pow(2,14)},r)),readable:i};function s(){return y(this,void 0,void 0,function*(){return yield(yield It.from(e)).open(t)})}function o(a,c){return y(this,void 0,void 0,function*(){let l=a.desiredSize,d=null;for(;!(d=yield c.next()).done;)if(a.enqueue(d.value),l!=null&&--l<=0)return;a.close()})}}function ic(r,t){let e=new this(r),n=new re(e),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(e,r),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 sc(r,t="stream"){return(t==="stream"?mn:yn).writeAll(r).toUint8Array(!0)}var Lb=Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},al),Rl),xl),cl),rl),Sl),sl),{compareSchemas:hn,compareFields:bh,compareTypes:_h});yt.toDOMStream=$h;tt.throughDOM=Gh;It.throughDOM=nc;Vr.throughDOM=nc;Ve.throughDOM=nc;pn.throughDOM=ic;yn.throughDOM=ic;mn.throughDOM=ic;var Mb=Object.create,Yh=Object.defineProperty,Ub=Object.getOwnPropertyDescriptor,Cb=Object.getOwnPropertyNames,kb=Object.getPrototypeOf,Pb=Object.prototype.hasOwnProperty,Vb=(r,t)=>()=>(t||r((t={exports:{}}).exports,t),t.exports),jb=(r,t,e,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of Cb(t))!Pb.call(r,i)&&i!==e&&Yh(r,i,{get:()=>t[i],enumerable:!(n=Ub(t,i))||n.enumerable});return r},$b=(r,t,e)=>(e=r!=null?Mb(kb(r)):{},jb(t||!r||!r.__esModule?Yh(e,"default",{value:r,enumerable:!0}):e,r)),zb=Vb((r,t)=>{t.exports=Worker}),qb=(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))(qb||{}),Gb=(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))(Gb||{}),Wb=(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))(Wb||{}),Yb=(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))(Yb||{}),Hb=(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))(Hb||{}),Qb=(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))(Qb||{}),Hh=class{log(r){}},Qh=class{constructor(r=2){this.level=r}log(r){r.level>=this.level&&console.log(r)}};var Kb=(r=>(r[r.SUCCESS=0]="SUCCESS",r))(Kb||{}),Xb=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=It.from(t);return console.assert(e.isSync(),"Reader is not sync"),console.assert(e.isFile(),"Reader is not file"),new Ot(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 Kh(this._bindings,this._conn,t),n=await It.from(e);return console.assert(n.isAsync()),console.assert(n.isStream()),n}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 Jb(this._bindings,this._conn,t)}async insertArrowTable(r,t){let e=sc(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)}},Kh=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}},Jb=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=It.from(t);return console.assert(e.isSync()),console.assert(e.isFile()),new Ot(e)}async send(...r){let t=await this.bindings.sendPrepared(this.connectionId,this.statementId,r),e=new Kh(this.bindings,this.connectionId,t),n=await It.from(e);return console.assert(n.isAsync()),console.assert(n.isStream()),n}},Zb=(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))(Zb||{}),t_=(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))(t_||{}),$=class{constructor(r,t){this.promiseResolver=()=>{},this.promiseRejecter=()=>{},this.type=r,this.data=t,this.promise=new Promise((e,n)=>{this.promiseResolver=e,this.promiseRejecter=n})}};function oc(r){switch(r.typeId){case u.Binary:return{sqlType:"binary"};case u.Bool:return{sqlType:"bool"};case u.Date:return{sqlType:"date"};case u.DateDay:return{sqlType:"date32[d]"};case u.DateMillisecond:return{sqlType:"date64[ms]"};case u.Decimal:{let t=r;return{sqlType:"decimal",precision:t.precision,scale:t.scale}}case u.Float:return{sqlType:"float"};case u.Float16:return{sqlType:"float16"};case u.Float32:return{sqlType:"float32"};case u.Float64:return{sqlType:"float64"};case u.Int:return{sqlType:"int32"};case u.Int16:return{sqlType:"int16"};case u.Int32:return{sqlType:"int32"};case u.Int64:return{sqlType:"int64"};case u.Uint16:return{sqlType:"uint16"};case u.Uint32:return{sqlType:"uint32"};case u.Uint64:return{sqlType:"uint64"};case u.Uint8:return{sqlType:"uint8"};case u.IntervalDayTime:return{sqlType:"interval[dt]"};case u.IntervalYearMonth:return{sqlType:"interval[m]"};case u.List:return{sqlType:"list",valueType:oc(r.valueType)};case u.FixedSizeBinary:return{sqlType:"fixedsizebinary",byteWidth:r.byteWidth};case u.Null:return{sqlType:"null"};case u.Utf8:return{sqlType:"utf8"};case u.Struct:return{sqlType:"struct",fields:r.children.map(t=>ru(t.name,t.type))};case u.Map:{let t=r;return{sqlType:"map",keyType:oc(t.keyType),valueType:oc(t.valueType)}}case u.Time:return{sqlType:"time[s]"};case u.TimeMicrosecond:return{sqlType:"time[us]"};case u.TimeMillisecond:return{sqlType:"time[ms]"};case u.TimeNanosecond:return{sqlType:"time[ns]"};case u.TimeSecond:return{sqlType:"time[s]"};case u.Timestamp:return{sqlType:"timestamp",timezone:r.timezone||void 0};case u.TimestampSecond:return{sqlType:"timestamp[s]",timezone:r.timezone||void 0};case u.TimestampMicrosecond:return{sqlType:"timestamp[us]",timezone:r.timezone||void 0};case u.TimestampNanosecond:return{sqlType:"timestamp[ns]",timezone:r.timezone||void 0};case u.TimestampMillisecond:return{sqlType:"timestamp[ms]",timezone:r.timezone||void 0}}throw new Error("unsupported arrow type: ".concat(r.toString()))}function ru(r,t){let e=oc(t);return e.name=r,e}var e_=new TextEncoder,Xh=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 i of this._onInstantiationProgress)i(e.data);return}}let n=this._pendingRequests.get(e.requestId);if(!n){console.warn("unassociated response: [".concat(e.requestId,", ").concat(e.type.toString(),"]"));return}if(this._pendingRequests.delete(e.requestId),e.type=="ERROR"){let i=new Error(e.data.message);i.name=e.data.name,(t=Object.getOwnPropertyDescriptor(i,"stack"))!=null&&t.writable&&(i.stack=e.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(e.type=="OK"){n.promiseResolver(e.data);return}break;case"INSTANTIATE":if(this._onInstantiationProgress=[],e.type=="OK"){n.promiseResolver(e.data);return}break;case"GLOB_FILE_INFOS":if(e.type=="FILE_INFOS"){n.promiseResolver(e.data);return}break;case"GET_VERSION":if(e.type=="VERSION_STRING"){n.promiseResolver(e.data);return}break;case"GET_FEATURE_FLAGS":if(e.type=="FEATURE_FLAGS"){n.promiseResolver(e.data);return}break;case"GET_TABLE_NAMES":if(e.type=="TABLE_NAMES"){n.promiseResolver(e.data);return}break;case"TOKENIZE":if(e.type=="SCRIPT_TOKENS"){n.promiseResolver(e.data);return}break;case"COPY_FILE_TO_BUFFER":if(e.type=="FILE_BUFFER"){n.promiseResolver(e.data);return}break;case"EXPORT_FILE_STATISTICS":if(e.type=="FILE_STATISTICS"){n.promiseResolver(e.data);return}break;case"CONNECT":if(e.type=="CONNECTION_INFO"){n.promiseResolver(e.data);return}break;case"RUN_PREPARED":case"RUN_QUERY":if(e.type=="QUERY_RESULT"){n.promiseResolver(e.data);return}break;case"SEND_PREPARED":if(e.type=="QUERY_RESULT_HEADER"){n.promiseResolver(e.data);return}break;case"START_PENDING_QUERY":if(e.type=="QUERY_RESULT_HEADER_OR_NULL"){n.promiseResolver(e.data);return}break;case"POLL_PENDING_QUERY":if(e.type=="QUERY_RESULT_HEADER_OR_NULL"){n.promiseResolver(e.data);return}break;case"CANCEL_PENDING_QUERY":if(this._onInstantiationProgress=[],e.type=="SUCCESS"){n.promiseResolver(e.data);return}break;case"FETCH_QUERY_RESULTS":if(e.type=="QUERY_RESULT_CHUNK"){n.promiseResolver(e.data);return}break;case"CREATE_PREPARED":if(e.type=="PREPARED_STATEMENT_ID"){n.promiseResolver(e.data);return}break}n.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 $("RESET",null);return await this.postTask(r)}async ping(){let r=new $("PING",null);await this.postTask(r)}async dropFile(r){let t=new $("DROP_FILE",r);return await this.postTask(t)}async dropFiles(){let r=new $("DROP_FILES",null);return await this.postTask(r)}async flushFiles(){let r=new $("FLUSH_FILES",null);return await this.postTask(r)}async instantiate(r,t=null,e=n=>{}){this._onInstantiationProgress.push(e);let n=new $("INSTANTIATE",[r,t]);return await this.postTask(n)}async getVersion(){let r=new $("GET_VERSION",null);return await this.postTask(r)}async getFeatureFlags(){let r=new $("GET_FEATURE_FLAGS",null);return await this.postTask(r)}async open(r){let t=new $("OPEN",r);await this.postTask(t)}async tokenize(r){let t=new $("TOKENIZE",r);return await this.postTask(t)}async connectInternal(){let r=new $("CONNECT",null);return await this.postTask(r)}async connect(){let r=await this.connectInternal();return new Xb(this,r)}async disconnect(r){let t=new $("DISCONNECT",r);await this.postTask(t)}async runQuery(r,t){let e=new $("RUN_QUERY",[r,t]);return await this.postTask(e)}async startPendingQuery(r,t){let e=new $("START_PENDING_QUERY",[r,t]);return await this.postTask(e)}async pollPendingQuery(r){let t=new $("POLL_PENDING_QUERY",r);return await this.postTask(t)}async cancelPendingQuery(r){let t=new $("CANCEL_PENDING_QUERY",r);return await this.postTask(t)}async fetchQueryResults(r){let t=new $("FETCH_QUERY_RESULTS",r);return await this.postTask(t)}async getTableNames(r,t){let e=new $("GET_TABLE_NAMES",[r,t]);return await this.postTask(e)}async createPrepared(r,t){let e=new $("CREATE_PREPARED",[r,t]);return await this.postTask(e)}async closePrepared(r,t){let e=new $("CLOSE_PREPARED",[r,t]);await this.postTask(e)}async runPrepared(r,t,e){let n=new $("RUN_PREPARED",[r,t,e]);return await this.postTask(n)}async sendPrepared(r,t,e){let n=new $("SEND_PREPARED",[r,t,e]);return await this.postTask(n)}async globFiles(r){let t=new $("GLOB_FILE_INFOS",r);return await this.postTask(t)}async registerFileText(r,t){let e=e_.encode(t);await this.registerFileBuffer(r,e)}async registerFileURL(r,t,e,n){t===void 0&&(t=r);let i=new $("REGISTER_FILE_URL",[r,t,e,n]);await this.postTask(i)}async registerEmptyFileBuffer(r){let t=new $("REGISTER_FILE_BUFFER",[r,new Uint8Array]);await this.postTask(t)}async registerFileBuffer(r,t){let e=new $("REGISTER_FILE_BUFFER",[r,t]);await this.postTask(e,[t.buffer])}async registerFileHandle(r,t,e,n){let i=new $("REGISTER_FILE_HANDLE",[r,t,e,n]);await this.postTask(i,[])}async collectFileStatistics(r,t){let e=new $("COLLECT_FILE_STATISTICS",[r,t]);await this.postTask(e,[])}async exportFileStatistics(r){let t=new $("EXPORT_FILE_STATISTICS",r);return await this.postTask(t,[])}async copyFileToBuffer(r){let t=new $("COPY_FILE_TO_BUFFER",r);return await this.postTask(t)}async copyFileToPath(r,t){let e=new $("COPY_FILE_TO_PATH",[r,t]);await this.postTask(e)}async insertArrowFromIPCStream(r,t,e){if(t.length==0)return;let n=new $("INSERT_ARROW_FROM_IPC_STREAM",[r,t,e]);await this.postTask(n,[t.buffer])}async insertCSVFromPath(r,t,e){if(e.columns!==void 0){let i=[];for(let s in e.columns){let o=e.columns[s];i.push(ru(s,o))}e.columnsFlat=i,delete e.columns}let n=new $("IMPORT_CSV_FROM_PATH",[r,t,e]);await this.postTask(n)}async insertJSONFromPath(r,t,e){if(e.columns!==void 0){let i=[];for(let s in e.columns){let o=e.columns[s];i.push(ru(s,o))}e.columnsFlat=i,delete e.columns}let n=new $("IMPORT_JSON_FROM_PATH",[r,t,e]);await this.postTask(n)}};var r_=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])),n_=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])),i_=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])),s_=()=>(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])),nu={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"}}},o_=nu.name,a_=nu.version,iu=nu.version.split("."),xL=iu[0],EL=iu[1],TL=iu[2],c_=()=>typeof navigator>"u";function Jh(){let r="https://cdn.jsdelivr.net/npm/".concat(o_,"@").concat(a_,"/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 Xl=null,Jl=null,Zl=null,tu=null,eu=null;async function l_(){return Xl==null&&(Xl=typeof BigInt64Array<"u"),Jl==null&&(Jl=await n_()),Zl==null&&(Zl=await s_()),tu==null&&(tu=await i_()),eu==null&&(eu=await r_()),{bigInt64Array:Xl,crossOriginIsolated:c_()||globalThis.crossOriginIsolated||!1,wasmExceptions:Jl,wasmSIMD:tu,wasmThreads:Zl,wasmBulkMemory:eu}}async function Zh(r){let t=await l_();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 AL=$b(zb());function u_(){let r=new TextDecoder;return t=>(typeof SharedArrayBuffer<"u"&&t.buffer instanceof SharedArrayBuffer&&(t=new Uint8Array(t)),r.decode(t))}var OL=u_(),d_=(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))(d_||{});function f_(r,t){return new Promise((e,n)=>{r.useUnsafe(async(i,s)=>{try{let o=await i.runQuery(s,t);e(o)}catch(o){n(o)}})})}function p_(r={}){let{duckdb:t,connection:e,...n}=r,i=t,s=e,o;function a(){return o||(o=(i?Promise.resolve(i):m_(n).then(d=>i=d)).then(d=>d.connect()).then(d=>s=d)),o}async function c(){return i||await a(),i}async function l(){return s||await a(),s}return{getDuckDB:c,getConnection:l,query:async d=>{let{type:h,sql:p}=d,m=await l(),E=await f_(m,p);return h==="exec"?void 0:h==="arrow"?wr(E):wr(E).toArray()}}}async function m_({log:r=!1}={}){let t=Jh(),e=await Zh(t),n=URL.createObjectURL(new Blob([`importScripts("${e.mainWorker}");`],{type:"text/javascript"})),i=new Worker(n),s=r?new Qh:new Hh,o=new Xh(s,i);return await o.instantiate(e.mainModule,e.pthreadWorker),URL.revokeObjectURL(n),o}function y_(r,t,{source:e,clients:n=e?new Set([e]):void 0}){let i=t!==void 0?mo(r,ui(t)):null;return{meta:{type:"point"},source:e,clients:n,value:t,predicate:i}}function g_(r,t,{source:e,clients:n=e?new Set([e]):void 0}){let i=null;if(t){let s=t.map(o=>{let a=o.map((c,l)=>mo(r[l],ui(c)));return a.length>1?xn(a):a[0]});i=s.length>1?hi(s):s[0]}return{meta:{type:"point"},source:e,clients:n,value:t,predicate:i}}function b_(r,t,{source:e,clients:n=e?new Set([e]):void 0,bin:i,scale:s,pixelSize:o=1}){let a=t!=null?Qr(r,t):null;return{meta:{type:"interval",scales:s&&[s],bin:i,pixelSize:o},source:e,clients:n,value:t,predicate:a}}function __(r,t,{source:e,clients:n=e?new Set([e]):void 0,bin:i,scales:s=[],pixelSize:o=1}){let a=t!=null?xn(r.map((l,d)=>Qr(l,t[d]))):null;return{meta:{type:"interval",scales:s,bin:i,pixelSize:o},source:e,clients:n,value:t,predicate:a}}var I_={contains:Uc,prefix:Cc,suffix:kc,regexp:Mc};function w_(r,t,{source:e,clients:n=void 0,method:i="contains"}){let s=I_[i],o=t?s(r,ui(t)):null;return{meta:{type:"match",method:i},source:e,clients:n,value:t,predicate:o}}function su(r){return typeof r?.getChild=="function"}function v_(){let r=new Set,t,e=new Promise(n=>t=n);return{pending(n){r.add(n)},ready(n){return r.delete(n),r.size===0},resolve(){e=new Promise(n=>{t(),t=n})},get promise(){return e}}}function S_(r){return su(r)?x_(r):E_(r)}function x_(r){let{numRows:t}=r;return{numRows:t,columns:r.toColumns()}}function E_(r){let t=r.length;if(typeof r[0]=="object"){let e=t?Object.keys(r[0]):[],n={};return e.length>0&&e.forEach(i=>{n[i]=r.map(s=>s[i])}),{numRows:t,columns:n}}else return{numRows:t,values:r}}export{To as Coordinator,cc as MosaicClient,Tn as Param,Oe as Priority,gi as Selection,b_ as clauseInterval,__ as clauseIntervals,w_ as clauseMatch,y_ as clausePoint,g_ as clausePoints,Wm as coordinator,wr as decodeIPC,Kc as distinct,su as isArrowTable,Oo as isParam,Xm as isSelection,Jm as restConnector,Fc as socketConnector,v_ as synchronizer,ac as throttle,S_ as toDataColumns,p_ 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};
|