@uwdata/mosaic-core 0.7.0 → 0.7.1

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.
@@ -13646,7 +13646,7 @@ function decimalToNumber(v2, scale) {
13646
13646
  let x3 = 0;
13647
13647
  if (v2.signed && (v2[n - 1] | 0) < 0) {
13648
13648
  for (let i = 0; i < n; ++i) {
13649
- x3 += ~(v2[i] | 0) * BASE32[i];
13649
+ x3 += ~v2[i] * BASE32[i];
13650
13650
  }
13651
13651
  x3 = -(x3 + 1);
13652
13652
  } else {
@@ -7,7 +7,7 @@ ${t}`),new Function("x",`${t}
7
7
  return true;`)}function ev(r){return typeof r!="bigint"?dr(r):`${dr(r)}n`}function _h(r,t){let e=Math.ceil(r)*t-1;return(e-e%64+64||64)/t}function Nm(r,t=0){return r.length>=t?r.subarray(0,t):_o(new r.constructor(t),r,0)}var _r=class{constructor(t,e=0,i=1){this.length=Math.ceil(e/i),this.buffer=new t(this.length),this.stride=i,this.BYTES_PER_ELEMENT=t.BYTES_PER_ELEMENT,this.ArrayType=t}get byteLength(){return Math.ceil(this.length*this.stride)*this.BYTES_PER_ELEMENT}get reservedLength(){return this.buffer.length/this.stride}get reservedByteLength(){return this.buffer.byteLength}set(t,e){return this}append(t){return this.set(this.length,t)}reserve(t){if(t>0){this.length+=t;let e=this.stride,i=this.length*e,n=this.buffer.length;i>=n&&this._resize(n===0?_h(i*1,this.BYTES_PER_ELEMENT):_h(i*2,this.BYTES_PER_ELEMENT))}return this}flush(t=this.length){t=_h(t*this.stride,this.BYTES_PER_ELEMENT);let e=Nm(this.buffer,t);return this.clear(),e}clear(){return this.length=0,this.buffer=new this.ArrayType,this}_resize(t){return this.buffer=Nm(this.buffer,t)}},Si=class extends _r{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}},Ls=class extends Si{constructor(){super(Uint8Array,0,1/8),this.numValid=0}get numInvalid(){return this.length-this.numValid}get(t){return this.buffer[t>>3]>>t%8&1}set(t,e){let{buffer:i}=this.reserve(t-this.length+1),n=t>>3,s=t%8,o=i[n]>>s&1;return e?o===0&&(i[n]|=1<<s,++this.numValid):o===1&&(i[n]&=~(1<<s),--this.numValid),this}clear(){return this.numValid=0,super.clear()}},Rs=class extends Si{constructor(t){super(t.OffsetArrayType,1,1)}append(t){return this.set(this.length-1,t)}set(t,e){let i=this.length-1,n=this.reserve(t-i+1).buffer;return i<t++&&i>=0&&n.fill(n[i],i,t),n[t]=n[t-1]+e,this}flush(t=this.length-1){return t>this.length&&this.set(t-1,this.BYTES_PER_ELEMENT>4?BigInt(0):0),super.flush(t+1)}};var Bt=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=Me(t),this._nulls=new Ls,e&&e.length>0&&(this._isValid=Fm(e))}toVector(){return new rt([this.flush()])}get ArrayType(){return this.type.ArrayType}get nullCount(){return this._nulls.numInvalid}get numChildren(){return this.children.length}get byteLength(){let t=0,{_offsets:e,_values:i,_nulls:n,_typeIds:s,children:o}=this;return e&&(t+=e.byteLength),i&&(t+=i.byteLength),n&&(t+=n.byteLength),s&&(t+=s.byteLength),o.reduce((a,c)=>a+c.byteLength,t)}get reservedLength(){return this._nulls.reservedLength}get reservedByteLength(){let t=0;return this._offsets&&(t+=this._offsets.reservedByteLength),this._values&&(t+=this._values.reservedByteLength),this._nulls&&(t+=this._nulls.reservedByteLength),this._typeIds&&(t+=this._typeIds.reservedByteLength),this.children.reduce((e,i)=>e+i.reservedByteLength,t)}get valueOffsets(){return this._offsets?this._offsets.buffer:null}get values(){return this._values?this._values.buffer:null}get nullBitmap(){return this._nulls?this._nulls.buffer:null}get typeIds(){return this._typeIds?this._typeIds.buffer:null}append(t){return this.set(this.length,t)}isValid(t){return this._isValid(t)}set(t,e){return this.setValid(t,this.isValid(e))&&this.setValue(t,e),this}setValue(t,e){this._setValue(this,t,e)}setValid(t,e){return this.length=this._nulls.set(t,+e).length,e}addChild(t,e=`${this.numChildren}`){throw new Error(`Cannot append children to non-nested type "${this.type}"`)}getChildAt(t){return this.children[t]||null}flush(){let t,e,i,n,{type:s,length:o,nullCount:a,_typeIds:c,_offsets:l,_values:u,_nulls:h}=this;(e=c?.flush(o))?n=l?.flush(o):(n=l?.flush(o))?t=u?.flush(l.last()):t=u?.flush(o),a>0&&(i=h?.flush(o));let y=this.children.map(b=>b.flush());return this.clear(),$({type:s,length:o,nullCount:a,children:y,child:y[0],data:t,typeIds:e,nullBitmap:i,valueOffsets:n})}finish(){this.finished=!0;for(let t of this.children)t.finish();return this}clear(){var t,e,i,n;this.length=0,(t=this._nulls)===null||t===void 0||t.clear(),(e=this._values)===null||e===void 0||e.clear(),(i=this._offsets)===null||i===void 0||i.clear(),(n=this._typeIds)===null||n===void 0||n.clear();for(let s of this.children)s.clear();return this}};Bt.prototype.length=1;Bt.prototype.stride=1;Bt.prototype.children=null;Bt.prototype.finished=!1;Bt.prototype.nullValues=null;Bt.prototype._isValid=()=>!0;var zt=class extends Bt{constructor(t){super(t),this._values=new Si(this.ArrayType,0,this.stride)}setValue(t,e){let i=this._values;return i.reserve(t-i.length+1),super.setValue(t,e)}},be=class extends Bt{constructor(t){super(t),this._pendingLength=0,this._offsets=new Rs(t.type)}setValue(t,e){let i=this._pending||(this._pending=new Map),n=i.get(t);n&&(this._pendingLength-=n.length),this._pendingLength+=e instanceof qr?e[qe].length:e.length,i.set(t,e)}setValid(t,e){return super.setValid(t,e)?!0:((this._pending||(this._pending=new Map)).set(t,void 0),!1)}clear(){return this._pendingLength=0,this._pending=void 0,super.clear()}flush(){return this._flush(),super.flush()}finish(){return this._flush(),super.finish()}_flush(){let t=this._pending,e=this._pendingLength;return this._pendingLength=0,this._pending=void 0,t&&t.size>0&&this._flushPending(t,e),this}};var zn=class{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}offset(){return this.bb.readInt64(this.bb_pos)}metaDataLength(){return this.bb.readInt32(this.bb_pos+8)}bodyLength(){return this.bb.readInt64(this.bb_pos+16)}static sizeOf(){return 24}static createBlock(t,e,i,n){return t.prep(8,24),t.writeInt64(BigInt(n??0)),t.pad(4),t.writeInt32(i),t.writeInt64(BigInt(e??0)),t.offset()}};var Le=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):dt.V1}schema(t){let e=this.bb.__offset(this.bb_pos,6);return e?(t||new ye).__init(this.bb.__indirect(this.bb_pos+e),this.bb):null}dictionaries(t,e){let i=this.bb.__offset(this.bb_pos,8);return i?(e||new zn).__init(this.bb.__vector(this.bb_pos+i)+t*24,this.bb):null}dictionariesLength(){let t=this.bb.__offset(this.bb_pos,8);return t?this.bb.__vector_len(this.bb_pos+t):0}recordBatches(t,e){let i=this.bb.__offset(this.bb_pos,10);return i?(e||new zn).__init(this.bb.__vector(this.bb_pos+i)+t*24,this.bb):null}recordBatchesLength(){let t=this.bb.__offset(this.bb_pos,10);return t?this.bb.__vector_len(this.bb_pos+t):0}customMetadata(t,e){let i=this.bb.__offset(this.bb_pos,12);return i?(e||new Gt).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+i)+t*4),this.bb):null}customMetadataLength(){let t=this.bb.__offset(this.bb_pos,12);return t?this.bb.__vector_len(this.bb_pos+t):0}static startFooter(t){t.startObject(5)}static addVersion(t,e){t.addFieldInt16(0,e,dt.V1)}static addSchema(t,e){t.addFieldOffset(1,e,0)}static addDictionaries(t,e){t.addFieldOffset(2,e,0)}static startDictionariesVector(t,e){t.startVector(24,e,8)}static addRecordBatches(t,e){t.addFieldOffset(3,e,0)}static startRecordBatchesVector(t,e){t.startVector(24,e,8)}static addCustomMetadata(t,e){t.addFieldOffset(4,e,0)}static createCustomMetadataVector(t,e){t.startVector(4,e.length,4);for(let i=e.length-1;i>=0;i--)t.addOffset(e[i]);return t.endVector()}static startCustomMetadataVector(t,e){t.startVector(4,e,4)}static endFooter(t){return t.endObject()}static finishFooterBuffer(t,e){t.finish(e)}static finishSizePrefixedFooterBuffer(t,e){t.finish(e,void 0,!0)}};var lt=class r{constructor(t=[],e,i,n=dt.V5){this.fields=t||[],this.metadata=e||new Map,i||(i=vh(t)),this.dictionaries=i,this.metadataVersion=n}get[Symbol.toStringTag](){return"Schema"}get names(){return this.fields.map(t=>t.name)}toString(){return`Schema<{ ${this.fields.map((t,e)=>`${e}: ${t}`).join(", ")} }>`}select(t){let e=new Set(t),i=this.fields.filter(n=>e.has(n.name));return new r(i,this.metadata)}selectAt(t){let e=t.map(i=>this.fields[i]).filter(Boolean);return new r(e,this.metadata)}assign(...t){let e=t[0]instanceof r?t[0]:Array.isArray(t[0])?new r(t[0]):new r(t),i=[...this.fields],n=bl(bl(new Map,this.metadata),e.metadata),s=e.fields.filter(a=>{let c=i.findIndex(l=>l.name===a.name);return~c?(i[c]=a.clone({metadata:bl(bl(new Map,i[c].metadata),a.metadata)}))&&!1:!0}),o=vh(s,new Map);return new r([...i,...s],n,new Map([...this.dictionaries,...o]))}};lt.prototype.fields=null;lt.prototype.metadata=null;lt.prototype.dictionaries=null;var X=class r{static new(...t){let[e,i,n,s]=t;return t[0]&&typeof t[0]=="object"&&({name:e}=t[0],i===void 0&&(i=t[0].type),n===void 0&&(n=t[0].nullable),s===void 0&&(s=t[0].metadata)),new r(`${e}`,i,n,s)}constructor(t,e,i=!1,n){this.name=t,this.type=e,this.nullable=i,this.metadata=n||new Map}get typeId(){return this.type.typeId}get[Symbol.toStringTag](){return"Field"}toString(){return`${this.name}: ${this.type}`}clone(...t){let[e,i,n,s]=t;return!t[0]||typeof t[0]!="object"?[e=this.name,i=this.type,n=this.nullable,s=this.metadata]=t:{name:e=this.name,type:i=this.type,nullable:n=this.nullable,metadata:s=this.metadata}=t[0],r.new(e,i,n,s)}};X.prototype.type=null;X.prototype.name=null;X.prototype.nullable=null;X.prototype.metadata=null;function bl(r,t){return new Map([...r||new Map,...t||new Map])}function vh(r,t=new Map){for(let e=-1,i=r.length;++e<i;){let s=r[e].type;if(_.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&&vh(s.children,t)}return t}var rv=ar,iv=Pt,Bi=class{static decode(t){t=new iv(F(t));let e=Le.getRootAsFooter(t),i=lt.decode(e.schema(),new Map,e.version());return new wh(i,e)}static encode(t){let e=new rv,i=lt.encode(e,t.schema);Le.startRecordBatchesVector(e,t.numRecordBatches);for(let o of[...t.recordBatches()].slice().reverse())Ti.encode(e,o);let n=e.endVector();Le.startDictionariesVector(e,t.numDictionaries);for(let o of[...t.dictionaryBatches()].slice().reverse())Ti.encode(e,o);let s=e.endVector();return Le.startFooter(e),Le.addSchema(e,i),Le.addVersion(e,dt.V5),Le.addRecordBatches(e,n),Le.addDictionaries(e,s),Le.finishFooterBuffer(e,Le.endFooter(e)),e.asUint8Array()}get numRecordBatches(){return this._recordBatches.length}get numDictionaries(){return this._dictionaryBatches.length}constructor(t,e=dt.V5,i,n){this.schema=t,this.version=e,i&&(this._recordBatches=i),n&&(this._dictionaryBatches=n)}*recordBatches(){for(let t,e=-1,i=this.numRecordBatches;++e<i;)(t=this.getRecordBatch(e))&&(yield t)}*dictionaryBatches(){for(let t,e=-1,i=this.numDictionaries;++e<i;)(t=this.getDictionaryBatch(e))&&(yield t)}getRecordBatch(t){return t>=0&&t<this.numRecordBatches&&this._recordBatches[t]||null}getDictionaryBatch(t){return t>=0&&t<this.numDictionaries&&this._dictionaryBatches[t]||null}};var wh=class extends Bi{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 Ti.decode(e)}return null}getDictionaryBatch(t){if(t>=0&&t<this.numDictionaries){let e=this._footer.dictionaries(t);if(e)return Ti.decode(e)}return null}},Ti=class r{static decode(t){return new r(t.metaDataLength(),t.bodyLength(),t.offset())}static encode(t,e){let{metaDataLength:i}=e,n=BigInt(e.offset),s=BigInt(e.bodyLength);return zn.createBlock(t,n,i,s)}constructor(t,e,i){this.metaDataLength=t,this.offset=Ot(i),this.bodyLength=Ot(e)}};var _t=Object.freeze({done:!0,value:void 0}),Vo=class{constructor(t){this._json=t}get schema(){return this._json.schema}get batches(){return this._json.batches||[]}get dictionaries(){return this._json.dictionaries||[]}},$n=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())}},_l=class extends $n{constructor(){super(),this._values=[],this.resolvers=[],this._closedPromise=new Promise(t=>this._closedPromiseResolve=t)}get closed(){return this._closedPromise}cancel(t){return p(this,void 0,void 0,function*(){yield this.return(t)})}write(t){this._ensureOpen()&&(this.resolvers.length<=0?this._values.push(t):this.resolvers.shift().resolve({done:!1,value:t}))}abort(t){this._closedPromiseResolve&&(this.resolvers.length<=0?this._error={error:t}:this.resolvers.shift().reject({done:!0,value:t}))}close(){if(this._closedPromiseResolve){let{resolvers:t}=this;for(;t.length>0;)t.shift().resolve(_t);this._closedPromiseResolve(),this._closedPromiseResolve=void 0}}[Symbol.asyncIterator](){return this}toDOMStream(t){return Jt.toDOMStream(this._closedPromiseResolve||this._error?this:this._values,t)}toNodeStream(t){return Jt.toNodeStream(this._closedPromiseResolve||this._error?this:this._values,t)}throw(t){return p(this,void 0,void 0,function*(){return yield this.abort(t),_t})}return(t){return p(this,void 0,void 0,function*(){return yield this.close(),_t})}read(t){return p(this,void 0,void 0,function*(){return(yield this.next(t,"read")).value})}peek(t){return p(this,void 0,void 0,function*(){return(yield this.next(t,"peek")).value})}next(...t){return this._values.length>0?Promise.resolve({done:!1,value:this._values.shift()}):this._error?Promise.reject({done:!0,value:this._error.error}):this._closedPromiseResolve?new Promise((e,i)=>{this.resolvers.push({resolve:e,reject:i})}):Promise.resolve(_t)}_ensureOpen(){if(this._closedPromiseResolve)return!0;throw new Error("AsyncQueue is closed")}};var Gr=class extends _l{write(t){if((t=F(t)).byteLength>0)return super.write(t)}toString(t=!1){return t?go(this.toUint8Array(!0)):this.toUint8Array(!1).then(go)}toUint8Array(t=!1){return t?Ee(this._values)[0]:p(this,void 0,void 0,function*(){var e,i,n,s;let o=[],a=0;try{for(var c=!0,l=Mt(this),u;u=yield l.next(),e=u.done,!e;c=!0){s=u.value,c=!1;let h=s;o.push(h),a+=h.byteLength}}catch(h){i={error:h}}finally{try{!c&&!e&&(n=l.return)&&(yield n.call(l))}finally{if(i)throw i.error}}return Ee(o,a)[0]})}},Yr=class{constructor(t){t&&(this.source=new Ih(Jt.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)}},Ge=class r{constructor(t){t instanceof r?this.source=t.source:t instanceof Gr?this.source=new xi(Jt.fromAsyncIterable(t)):Dc(t)?this.source=new xi(Jt.fromNodeStream(t)):bo(t)?this.source=new xi(Jt.fromDOMStream(t)):xc(t)?this.source=new xi(Jt.fromDOMStream(t.body)):nr(t)?this.source=new xi(Jt.fromIterable(t)):Oe(t)?this.source=new xi(Jt.fromAsyncIterable(t)):$e(t)&&(this.source=new xi(Jt.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)}},Ih=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)||_t)}return(t){return Object.create(this.source.return&&this.source.return(t)||_t)}},xi=class{constructor(t){this.source=t,this._closedPromise=new Promise(e=>this._closedPromiseResolve=e)}cancel(t){return p(this,void 0,void 0,function*(){yield this.return(t)})}get closed(){return this._closedPromise}read(t){return p(this,void 0,void 0,function*(){return(yield this.next(t,"read")).value})}peek(t){return p(this,void 0,void 0,function*(){return(yield this.next(t,"peek")).value})}next(t,e="read"){return p(this,void 0,void 0,function*(){return yield this.source.next({cmd:e,size:t})})}throw(t){return p(this,void 0,void 0,function*(){let e=this.source.throw&&(yield this.source.throw(t))||_t;return this._closedPromiseResolve&&this._closedPromiseResolve(),this._closedPromiseResolve=void 0,Object.create(e)})}return(t){return p(this,void 0,void 0,function*(){let e=this.source.return&&(yield this.source.return(t))||_t;return this._closedPromiseResolve&&this._closedPromiseResolve(),this._closedPromiseResolve=void 0,Object.create(e)})}};var Po=class extends Yr{constructor(t,e){super(),this.position=0,this.buffer=F(t),this.size=e===void 0?this.buffer.byteLength:e}readInt32(t){let{buffer:e,byteOffset:i}=this.readAt(t,4);return new DataView(e,i).getInt32(0,!0)}seek(t){return this.position=Math.min(t,this.size),t<this.size}read(t){let{buffer:e,size:i,position:n}=this;return e&&n<i?(typeof t!="number"&&(t=Number.POSITIVE_INFINITY),this.position=Math.min(i,n+Math.min(i-n,t)),e.subarray(n,this.position)):null}readAt(t,e){let i=this.buffer,n=Math.min(this.size,t+e);return i?i.subarray(t,n):new Uint8Array(e)}close(){this.buffer&&(this.buffer=null)}throw(t){return this.close(),{done:!0,value:t}}return(t){return this.close(),{done:!0,value:t}}},mn=class extends Ge{constructor(t,e){super(),this.position=0,this._handle=t,typeof e=="number"?this.size=e:this._pending=p(this,void 0,void 0,function*(){this.size=(yield t.stat()).size,delete this._pending})}readInt32(t){return p(this,void 0,void 0,function*(){let{buffer:e,byteOffset:i}=yield this.readAt(t,4);return new DataView(e,i).getInt32(0,!0)})}seek(t){return p(this,void 0,void 0,function*(){return this._pending&&(yield this._pending),this.position=Math.min(t,this.size),t<this.size})}read(t){return p(this,void 0,void 0,function*(){this._pending&&(yield this._pending);let{_handle:e,size:i,position:n}=this;if(e&&n<i){typeof t!="number"&&(t=Number.POSITIVE_INFINITY);let s=n,o=0,a=0,c=Math.min(i,s+Math.min(i-s,t)),l=new Uint8Array(Math.max(0,(this.position=c)-s));for(;(s+=a)<c&&(o+=a)<l.byteLength;)({bytesRead:a}=yield e.read(l,o,l.byteLength-o,s));return l}return null})}readAt(t,e){return p(this,void 0,void 0,function*(){this._pending&&(yield this._pending);let{_handle:i,size:n}=this;if(i&&t+e<n){let s=Math.min(n,t+e),o=new Uint8Array(s-t);return(yield i.read(o,0,e,t)).buffer}return new Uint8Array(e)})}close(){return p(this,void 0,void 0,function*(){let t=this._handle;this._handle=null,t&&(yield t.close())})}throw(t){return p(this,void 0,void 0,function*(){return yield this.close(),{done:!0,value:t}})}return(t){return p(this,void 0,void 0,function*(){return yield this.close(),{done:!0,value:t}})}};var Bh={};me(Bh,{BaseInt64:()=>jo,Int128:()=>zo,Int64:()=>Ai,Uint64:()=>Et});function Us(r){return r<0&&(r=4294967295+r+1),`0x${r.toString(16)}`}var Cs=8,Sh=[1,10,100,1e3,1e4,1e5,1e6,1e7,1e8],jo=class{constructor(t){this.buffer=t}high(){return this.buffer[1]}low(){return this.buffer[0]}_times(t){let e=new Uint32Array([this.buffer[1]>>>16,this.buffer[1]&65535,this.buffer[0]>>>16,this.buffer[0]&65535]),i=new Uint32Array([t.buffer[1]>>>16,t.buffer[1]&65535,t.buffer[0]>>>16,t.buffer[0]&65535]),n=e[3]*i[3];this.buffer[0]=n&65535;let s=n>>>16;return n=e[2]*i[3],s+=n,n=e[3]*i[2]>>>0,s+=n,this.buffer[0]+=s<<16,this.buffer[1]=s>>>0<n?65536:0,this.buffer[1]+=s>>>16,this.buffer[1]+=e[1]*i[3]+e[2]*i[2]+e[3]*i[1],this.buffer[1]+=e[0]*i[3]+e[1]*i[2]+e[2]*i[1]+e[3]*i[0]<<16,this}_plus(t){let e=this.buffer[0]+t.buffer[0]>>>0;this.buffer[1]+=t.buffer[1],e<this.buffer[0]>>>0&&++this.buffer[1],this.buffer[0]=e}lessThan(t){return this.buffer[1]<t.buffer[1]||this.buffer[1]===t.buffer[1]&&this.buffer[0]<t.buffer[0]}equals(t){return this.buffer[1]===t.buffer[1]&&this.buffer[0]==t.buffer[0]}greaterThan(t){return t.lessThan(this)}hex(){return`${Us(this.buffer[1])} ${Us(this.buffer[0])}`}},Et=class r extends jo{times(t){return this._times(t),this}plus(t){return this._plus(t),this}static from(t,e=new Uint32Array(2)){return r.fromString(typeof t=="string"?t:t.toString(),e)}static fromNumber(t,e=new Uint32Array(2)){return r.fromString(t.toString(),e)}static fromString(t,e=new Uint32Array(2)){let i=t.length,n=new r(e);for(let s=0;s<i;){let o=Cs<i-s?Cs:i-s,a=new r(new Uint32Array([Number.parseInt(t.slice(s,s+o),10),0])),c=new r(new Uint32Array([Sh[o],0]));n.times(c),n.plus(a),s+=o}return n}static convertArray(t){let e=new Uint32Array(t.length*2);for(let i=-1,n=t.length;++i<n;)r.from(t[i],new Uint32Array(e.buffer,e.byteOffset+2*i*4,2));return e}static multiply(t,e){return new r(new Uint32Array(t.buffer)).times(e)}static add(t,e){return new r(new Uint32Array(t.buffer)).plus(e)}},Ai=class r extends jo{negate(){return this.buffer[0]=~this.buffer[0]+1,this.buffer[1]=~this.buffer[1],this.buffer[0]==0&&++this.buffer[1],this}times(t){return this._times(t),this}plus(t){return this._plus(t),this}lessThan(t){let e=this.buffer[1]<<0,i=t.buffer[1]<<0;return e<i||e===i&&this.buffer[0]<t.buffer[0]}static from(t,e=new Uint32Array(2)){return r.fromString(typeof t=="string"?t:t.toString(),e)}static fromNumber(t,e=new Uint32Array(2)){return r.fromString(t.toString(),e)}static fromString(t,e=new Uint32Array(2)){let i=t.startsWith("-"),n=t.length,s=new r(e);for(let o=i?1:0;o<n;){let a=Cs<n-o?Cs:n-o,c=new r(new Uint32Array([Number.parseInt(t.slice(o,o+a),10),0])),l=new r(new Uint32Array([Sh[a],0]));s.times(l),s.plus(c),o+=a}return i?s.negate():s}static convertArray(t){let e=new Uint32Array(t.length*2);for(let i=-1,n=t.length;++i<n;)r.from(t[i],new Uint32Array(e.buffer,e.byteOffset+2*i*4,2));return e}static multiply(t,e){return new r(new Uint32Array(t.buffer)).times(e)}static add(t,e){return new r(new Uint32Array(t.buffer)).plus(e)}},zo=class r{constructor(t){this.buffer=t}high(){return new Ai(new Uint32Array(this.buffer.buffer,this.buffer.byteOffset+8,2))}low(){return new Ai(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 Et(new Uint32Array([this.buffer[3],0])),i=new Et(new Uint32Array([this.buffer[2],0])),n=new Et(new Uint32Array([this.buffer[1],0])),s=new Et(new Uint32Array([this.buffer[0],0])),o=new Et(new Uint32Array([t.buffer[3],0])),a=new Et(new Uint32Array([t.buffer[2],0])),c=new Et(new Uint32Array([t.buffer[1],0])),l=new Et(new Uint32Array([t.buffer[0],0])),u=Et.multiply(s,l);this.buffer[0]=u.low();let h=new Et(new Uint32Array([u.high(),0]));return u=Et.multiply(n,l),h.plus(u),u=Et.multiply(s,c),h.plus(u),this.buffer[1]=h.low(),this.buffer[3]=h.lessThan(u)?1:0,this.buffer[2]=h.high(),new Et(new Uint32Array(this.buffer.buffer,this.buffer.byteOffset+8,2)).plus(Et.multiply(i,l)).plus(Et.multiply(n,c)).plus(Et.multiply(s,a)),this.buffer[3]+=Et.multiply(e,l).plus(Et.multiply(i,c)).plus(Et.multiply(n,a)).plus(Et.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`${Us(this.buffer[3])} ${Us(this.buffer[2])} ${Us(this.buffer[1])} ${Us(this.buffer[0])}`}static multiply(t,e){return new r(new Uint32Array(t.buffer)).times(e)}static add(t,e){return new r(new Uint32Array(t.buffer)).plus(e)}static from(t,e=new Uint32Array(4)){return r.fromString(typeof t=="string"?t:t.toString(),e)}static fromNumber(t,e=new Uint32Array(4)){return r.fromString(t.toString(),e)}static fromString(t,e=new Uint32Array(4)){let i=t.startsWith("-"),n=t.length,s=new r(e);for(let o=i?1:0;o<n;){let a=Cs<n-o?Cs:n-o,c=new r(new Uint32Array([Number.parseInt(t.slice(o,o+a),10),0,0,0])),l=new r(new Uint32Array([Sh[a],0,0,0]));s.times(l),s.plus(c),o+=a}return i?s.negate():s}static convertArray(t){let e=new Uint32Array(t.length*4);for(let i=-1,n=t.length;++i<n;)r.from(t[i],new Uint32Array(e.buffer,e.byteOffset+4*4*i,4));return e}};var $o=class extends B{constructor(t,e,i,n,s=dt.V5){super(),this.nodesIndex=-1,this.buffersIndex=-1,this.bytes=t,this.nodes=e,this.buffers=i,this.dictionaries=n,this.metadataVersion=s}visit(t){return super.visit(t instanceof X?t.type:t)}visitNull(t,{length:e}=this.nextFieldNode()){return $({type:t,length:e})}visitBool(t,{length:e,nullCount:i}=this.nextFieldNode()){return $({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitInt(t,{length:e,nullCount:i}=this.nextFieldNode()){return $({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitFloat(t,{length:e,nullCount:i}=this.nextFieldNode()){return $({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitUtf8(t,{length:e,nullCount:i}=this.nextFieldNode()){return $({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),valueOffsets:this.readOffsets(t),data:this.readData(t)})}visitLargeUtf8(t,{length:e,nullCount:i}=this.nextFieldNode()){return $({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),valueOffsets:this.readOffsets(t),data:this.readData(t)})}visitBinary(t,{length:e,nullCount:i}=this.nextFieldNode()){return $({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),valueOffsets:this.readOffsets(t),data:this.readData(t)})}visitLargeBinary(t,{length:e,nullCount:i}=this.nextFieldNode()){return $({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),valueOffsets:this.readOffsets(t),data:this.readData(t)})}visitFixedSizeBinary(t,{length:e,nullCount:i}=this.nextFieldNode()){return $({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitDate(t,{length:e,nullCount:i}=this.nextFieldNode()){return $({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitTimestamp(t,{length:e,nullCount:i}=this.nextFieldNode()){return $({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitTime(t,{length:e,nullCount:i}=this.nextFieldNode()){return $({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitDecimal(t,{length:e,nullCount:i}=this.nextFieldNode()){return $({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitList(t,{length:e,nullCount:i}=this.nextFieldNode()){return $({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),valueOffsets:this.readOffsets(t),child:this.visit(t.children[0])})}visitStruct(t,{length:e,nullCount:i}=this.nextFieldNode()){return $({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),children:this.visitMany(t.children)})}visitUnion(t,{length:e,nullCount:i}=this.nextFieldNode()){return this.metadataVersion<dt.V5&&this.readNullBitmap(t,i),t.mode===yt.Sparse?this.visitSparseUnion(t,{length:e,nullCount:i}):this.visitDenseUnion(t,{length:e,nullCount:i})}visitDenseUnion(t,{length:e,nullCount:i}=this.nextFieldNode()){return $({type:t,length:e,nullCount:i,typeIds:this.readTypeIds(t),valueOffsets:this.readOffsets(t),children:this.visitMany(t.children)})}visitSparseUnion(t,{length:e,nullCount:i}=this.nextFieldNode()){return $({type:t,length:e,nullCount:i,typeIds:this.readTypeIds(t),children:this.visitMany(t.children)})}visitDictionary(t,{length:e,nullCount:i}=this.nextFieldNode()){return $({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t.indices),dictionary:this.readDictionary(t)})}visitInterval(t,{length:e,nullCount:i}=this.nextFieldNode()){return $({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitDuration(t,{length:e,nullCount:i}=this.nextFieldNode()){return $({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitFixedSizeList(t,{length:e,nullCount:i}=this.nextFieldNode()){return $({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),child:this.visit(t.children[0])})}visitMap(t,{length:e,nullCount:i}=this.nextFieldNode()){return $({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),valueOffsets:this.readOffsets(t),child:this.visit(t.children[0])})}nextFieldNode(){return this.nodes[++this.nodesIndex]}nextBufferRange(){return this.buffers[++this.buffersIndex]}readNullBitmap(t,e,i=this.nextBufferRange()){return e>0&&this.readData(t,i)||new Uint8Array(0)}readOffsets(t,e){return this.readData(t,e)}readTypeIds(t,e){return this.readData(t,e)}readData(t,{length:e,offset:i}=this.nextBufferRange()){return this.bytes.subarray(i,i+e)}readDictionary(t){return this.dictionaries.get(t.id)}},vl=class extends $o{constructor(t,e,i,n,s){super(new Uint8Array(0),e,i,n,s),this.sources=t}readNullBitmap(t,e,{offset:i}=this.nextBufferRange()){return e<=0?new Uint8Array(0):Pn(this.sources[i])}readOffsets(t,{offset:e}=this.nextBufferRange()){return J(Uint8Array,J(t.OffsetArrayType,this.sources[e]))}readTypeIds(t,{offset:e}=this.nextBufferRange()){return J(Uint8Array,J(t.ArrayType,this.sources[e]))}readData(t,{offset:e}=this.nextBufferRange()){let{sources:i}=this;return _.isTimestamp(t)?J(Uint8Array,Ai.convertArray(i[e])):(_.isInt(t)||_.isTime(t))&&t.bitWidth===64||_.isDuration(t)?J(Uint8Array,Ai.convertArray(i[e])):_.isDate(t)&&t.unit===Vt.MILLISECOND?J(Uint8Array,Ai.convertArray(i[e])):_.isDecimal(t)?J(Uint8Array,zo.convertArray(i[e])):_.isBinary(t)||_.isLargeBinary(t)||_.isFixedSizeBinary(t)?nv(i[e]):_.isBool(t)?Pn(i[e]):_.isUtf8(t)||_.isLargeUtf8(t)?Vr(i[e].join("")):J(Uint8Array,J(t.ArrayType,i[e].map(n=>+n)))}};function nv(r){let t=r.join(""),e=new Uint8Array(t.length/2);for(let i=0;i<t.length;i+=2)e[i>>1]=Number.parseInt(t.slice(i,i+2),16);return e}var ks=class extends be{constructor(t){super(t),this._values=new _r(Uint8Array)}get byteLength(){let t=this._pendingLength+this.length*4;return this._offsets&&(t+=this._offsets.byteLength),this._values&&(t+=this._values.byteLength),this._nulls&&(t+=this._nulls.byteLength),t}setValue(t,e){return super.setValue(t,F(e))}_flushPending(t,e){let i=this._offsets,n=this._values.reserve(e).buffer,s=0;for(let[o,a]of t)if(a===void 0)i.set(o,0);else{let c=a.length;n.set(a,s),i.set(o,c),s+=c}}};var Vs=class extends be{constructor(t){super(t),this._values=new _r(Uint8Array)}get byteLength(){let t=this._pendingLength+this.length*4;return this._offsets&&(t+=this._offsets.byteLength),this._values&&(t+=this._values.byteLength),this._nulls&&(t+=this._nulls.byteLength),t}setValue(t,e){return super.setValue(t,F(e))}_flushPending(t,e){let i=this._offsets,n=this._values.reserve(e).buffer,s=0;for(let[o,a]of t)if(a===void 0)i.set(o,BigInt(0));else{let c=a.length;n.set(a,s),i.set(o,BigInt(c)),s+=c}}};var wl=class extends Bt{constructor(t){super(t),this._values=new Ls}setValue(t,e){this._values.set(t,+e)}};var Wn=class extends zt{};Wn.prototype._setValue=ih;var Wo=class extends Wn{};Wo.prototype._setValue=Yc;var qo=class extends Wn{};qo.prototype._setValue=Hc;var Go=class extends zt{};Go.prototype._setValue=oh;var Il=class extends Bt{constructor({type:t,nullValues:e,dictionaryHashFunction:i}){super({type:new Ne(t.dictionary,t.indices,t.id,t.isOrdered)}),this._nulls=null,this._dictionaryOffset=0,this._keysToIndices=Object.create(null),this.indices=qn({type:this.type.indices,nullValues:e}),this.dictionary=qn({type:this.type.dictionary,nullValues:null}),typeof i=="function"&&(this.valueToKey=i)}get values(){return this.indices.values}get nullCount(){return this.indices.nullCount}get nullBitmap(){return this.indices.nullBitmap}get byteLength(){return this.indices.byteLength+this.dictionary.byteLength}get reservedLength(){return this.indices.reservedLength+this.dictionary.reservedLength}get reservedByteLength(){return this.indices.reservedByteLength+this.dictionary.reservedByteLength}isValid(t){return this.indices.isValid(t)}setValid(t,e){let i=this.indices;return e=i.setValid(t,e),this.length=i.length,e}setValue(t,e){let i=this._keysToIndices,n=this.valueToKey(e),s=i[n];return s===void 0&&(i[n]=s=this._dictionaryOffset+this.dictionary.append(e).length-1),this.indices.setValue(t,s)}flush(){let t=this.type,e=this._dictionary,i=this.dictionary.toVector(),n=this.indices.flush().clone(t);return n.dictionary=e?e.concat(i):i,this.finished||(this._dictionaryOffset+=i.length),this._dictionary=n.dictionary,this.clear(),n}finish(){return this.indices.finish(),this.dictionary.finish(),this._dictionaryOffset=0,this._keysToIndices=Object.create(null),super.finish()}clear(){return this.indices.clear(),this.dictionary.clear(),super.clear()}valueToKey(t){return typeof t=="string"?t:`${t}`}};var Yo=class extends zt{};Yo.prototype._setValue=rh;var Sl=class extends Bt{setValue(t,e){let[i]=this.children,n=t*this.stride;for(let s=-1,o=e.length;++s<o;)i.set(n+s,e[s])}addChild(t,e="0"){if(this.numChildren>0)throw new Error("FixedSizeListBuilder can only have one child.");let i=this.children.push(t);return this.type=new yr(this.type.listSize,new X(e,t.type,!0)),i}};var Gn=class extends zt{setValue(t,e){this._values.set(t,e)}},Bl=class extends Gn{setValue(t,e){super.setValue(t,Lo(e))}},Tl=class extends Gn{},xl=class extends Gn{};var Yn=class extends zt{};Yn.prototype._setValue=ah;var Ho=class extends Yn{};Ho.prototype._setValue=il;var Ko=class extends Yn{};Ko.prototype._setValue=nl;var Di=class extends zt{};Di.prototype._setValue=ch;var Jo=class extends Di{};Jo.prototype._setValue=sl;var Qo=class extends Di{};Qo.prototype._setValue=ol;var Xo=class extends Di{};Xo.prototype._setValue=al;var Zo=class extends Di{};Zo.prototype._setValue=cl;var Ye=class extends zt{setValue(t,e){this._values.set(t,e)}},Al=class extends Ye{},Dl=class extends Ye{},Ol=class extends Ye{},El=class extends Ye{},Fl=class extends Ye{},Nl=class extends Ye{},Ml=class extends Ye{},Ll=class extends Ye{};var Rl=class extends be{constructor(t){super(t),this._offsets=new Rs(t.type)}addChild(t,e="0"){if(this.numChildren>0)throw new Error("ListBuilder can only have one child.");return this.children[this.numChildren]=t,this.type=new pr(new X(e,t.type,!0)),this.numChildren-1}_flushPending(t){let e=this._offsets,[i]=this.children;for(let[n,s]of t)if(typeof s>"u")e.set(n,0);else{let o=s,a=o.length,c=e.set(n,a).buffer[n];for(let l=-1;++l<a;)i.set(c+l,o[l])}}};var Ul=class extends be{set(t,e){return super.set(t,e)}setValue(t,e){let i=e instanceof Map?e:new Map(Object.entries(e)),n=this._pending||(this._pending=new Map),s=n.get(t);s&&(this._pendingLength-=s.size),this._pendingLength+=i.size,n.set(t,i)}addChild(t,e=`${this.numChildren}`){if(this.numChildren>0)throw new Error("ListBuilder can only have one child.");return this.children[this.numChildren]=t,this.type=new gr(new X(e,t.type,!0),this.type.keysSorted),this.numChildren-1}_flushPending(t){let e=this._offsets,[i]=this.children;for(let[n,s]of t)if(s===void 0)e.set(n,0);else{let{[n]:o,[n+1]:a}=e.set(n,s.size).buffer;for(let c of s.entries())if(i.set(o,c),++o>=a)break}}};var Cl=class extends Bt{setValue(t,e){}setValid(t,e){return this.length=Math.max(t+1,this.length),e}};var kl=class extends Bt{setValue(t,e){let{children:i,type:n}=this;switch(Array.isArray(e)||e.constructor){case!0:return n.children.forEach((s,o)=>i[o].set(t,e[o]));case Map:return n.children.forEach((s,o)=>i[o].set(t,e.get(s.name)));default:return n.children.forEach((s,o)=>i[o].set(t,e[s.name]))}}setValid(t,e){return super.setValid(t,e)||this.children.forEach(i=>i.setValid(t,e)),e}addChild(t,e=`${this.numChildren}`){let i=this.children.push(t);return this.type=new bt([...this.type.children,new X(e,t.type,!0)]),i}};var Oi=class extends zt{};Oi.prototype._setValue=nh;var ta=class extends Oi{};ta.prototype._setValue=Kc;var ea=class extends Oi{};ea.prototype._setValue=Jc;var ra=class extends Oi{};ra.prototype._setValue=Qc;var ia=class extends Oi{};ia.prototype._setValue=Xc;var Ei=class extends zt{};Ei.prototype._setValue=sh;var na=class extends Ei{};na.prototype._setValue=Zc;var sa=class extends Ei{};sa.prototype._setValue=tl;var oa=class extends Ei{};oa.prototype._setValue=el;var aa=class extends Ei{};aa.prototype._setValue=rl;var Ps=class extends Bt{constructor(t){super(t),this._typeIds=new Si(Int8Array,0,1),typeof t.valueToChildTypeId=="function"&&(this._valueToChildTypeId=t.valueToChildTypeId)}get typeIdToChildIndex(){return this.type.typeIdToChildIndex}append(t,e){return this.set(this.length,t,e)}set(t,e,i){return i===void 0&&(i=this._valueToChildTypeId(this,e,t)),this.setValue(t,e,i),this}setValue(t,e,i){this._typeIds.set(t,i);let n=this.type.typeIdToChildIndex[i],s=this.children[n];s?.set(t,e)}addChild(t,e=`${this.children.length}`){let i=this.children.push(t),{type:{children:n,mode:s,typeIds:o}}=this,a=[...n,new X(e,t.type)];return this.type=new mr(s,[...o,i],a),i}_valueToChildTypeId(t,e,i){throw new Error("Cannot map UnionBuilder value to child typeId. Pass the `childTypeId` as the second argument to unionBuilder.append(), or supply a `valueToChildTypeId` function as part of the UnionBuilder constructor options.")}},Vl=class extends Ps{},Pl=class extends Ps{constructor(t){super(t),this._offsets=new Si(Int32Array)}setValue(t,e,i){let n=this._typeIds.set(t,i).buffer[t],s=this.getChildAt(this.type.typeIdToChildIndex[n]),o=this._offsets.set(t,s.length).buffer[t];s?.set(o,e)}};var ca=class extends be{constructor(t){super(t),this._values=new _r(Uint8Array)}get byteLength(){let t=this._pendingLength+this.length*4;return this._offsets&&(t+=this._offsets.byteLength),this._values&&(t+=this._values.byteLength),this._nulls&&(t+=this._nulls.byteLength),t}setValue(t,e){return super.setValue(t,Vr(e))}_flushPending(t,e){}};ca.prototype._flushPending=ks.prototype._flushPending;var la=class extends be{constructor(t){super(t),this._values=new _r(Uint8Array)}get byteLength(){let t=this._pendingLength+this.length*4;return this._offsets&&(t+=this._offsets.byteLength),this._values&&(t+=this._values.byteLength),this._nulls&&(t+=this._nulls.byteLength),t}setValue(t,e){return super.setValue(t,Vr(e))}_flushPending(t,e){}};la.prototype._flushPending=Vs.prototype._flushPending;var Th=class extends B{visitNull(){return Cl}visitBool(){return wl}visitInt(){return Ye}visitInt8(){return Al}visitInt16(){return Dl}visitInt32(){return Ol}visitInt64(){return El}visitUint8(){return Fl}visitUint16(){return Nl}visitUint32(){return Ml}visitUint64(){return Ll}visitFloat(){return Gn}visitFloat16(){return Bl}visitFloat32(){return Tl}visitFloat64(){return xl}visitUtf8(){return ca}visitLargeUtf8(){return la}visitBinary(){return ks}visitLargeBinary(){return Vs}visitFixedSizeBinary(){return Yo}visitDate(){return Wn}visitDateDay(){return Wo}visitDateMillisecond(){return qo}visitTimestamp(){return Oi}visitTimestampSecond(){return ta}visitTimestampMillisecond(){return ea}visitTimestampMicrosecond(){return ra}visitTimestampNanosecond(){return ia}visitTime(){return Ei}visitTimeSecond(){return na}visitTimeMillisecond(){return sa}visitTimeMicrosecond(){return oa}visitTimeNanosecond(){return aa}visitDecimal(){return Go}visitList(){return Rl}visitStruct(){return kl}visitUnion(){return Ps}visitDenseUnion(){return Pl}visitSparseUnion(){return Vl}visitDictionary(){return Il}visitInterval(){return Yn}visitIntervalDayTime(){return Ho}visitIntervalYearMonth(){return Ko}visitDuration(){return Di}visitDurationSecond(){return Jo}visitDurationMillisecond(){return Qo}visitDurationMicrosecond(){return Xo}visitDurationNanosecond(){return Zo}visitFixedSizeList(){return Sl}visitMap(){return Ul}},Mm=new Th;var D=class extends B{compareSchemas(t,e){return t===e||e instanceof t.constructor&&this.compareManyFields(t.fields,e.fields)}compareManyFields(t,e){return t===e||Array.isArray(t)&&Array.isArray(e)&&t.length===e.length&&t.every((i,n)=>this.compareFields(i,e[n]))}compareFields(t,e){return t===e||e instanceof t.constructor&&t.name===e.name&&t.nullable===e.nullable&&this.visit(t.type,e.type)}};function le(r,t){return t instanceof r.constructor}function Hn(r,t){return r===t||le(r,t)}function Fi(r,t){return r===t||le(r,t)&&r.bitWidth===t.bitWidth&&r.isSigned===t.isSigned}function jl(r,t){return r===t||le(r,t)&&r.precision===t.precision}function sv(r,t){return r===t||le(r,t)&&r.byteWidth===t.byteWidth}function xh(r,t){return r===t||le(r,t)&&r.unit===t.unit}function ua(r,t){return r===t||le(r,t)&&r.unit===t.unit&&r.timezone===t.timezone}function da(r,t){return r===t||le(r,t)&&r.unit===t.unit&&r.bitWidth===t.bitWidth}function ov(r,t){return r===t||le(r,t)&&r.children.length===t.children.length&&Hr.compareManyFields(r.children,t.children)}function av(r,t){return r===t||le(r,t)&&r.children.length===t.children.length&&Hr.compareManyFields(r.children,t.children)}function Ah(r,t){return r===t||le(r,t)&&r.mode===t.mode&&r.typeIds.every((e,i)=>e===t.typeIds[i])&&Hr.compareManyFields(r.children,t.children)}function cv(r,t){return r===t||le(r,t)&&r.id===t.id&&r.isOrdered===t.isOrdered&&Hr.visit(r.indices,t.indices)&&Hr.visit(r.dictionary,t.dictionary)}function Dh(r,t){return r===t||le(r,t)&&r.unit===t.unit}function ha(r,t){return r===t||le(r,t)&&r.unit===t.unit}function lv(r,t){return r===t||le(r,t)&&r.listSize===t.listSize&&r.children.length===t.children.length&&Hr.compareManyFields(r.children,t.children)}function uv(r,t){return r===t||le(r,t)&&r.keysSorted===t.keysSorted&&r.children.length===t.children.length&&Hr.compareManyFields(r.children,t.children)}D.prototype.visitNull=Hn;D.prototype.visitBool=Hn;D.prototype.visitInt=Fi;D.prototype.visitInt8=Fi;D.prototype.visitInt16=Fi;D.prototype.visitInt32=Fi;D.prototype.visitInt64=Fi;D.prototype.visitUint8=Fi;D.prototype.visitUint16=Fi;D.prototype.visitUint32=Fi;D.prototype.visitUint64=Fi;D.prototype.visitFloat=jl;D.prototype.visitFloat16=jl;D.prototype.visitFloat32=jl;D.prototype.visitFloat64=jl;D.prototype.visitUtf8=Hn;D.prototype.visitLargeUtf8=Hn;D.prototype.visitBinary=Hn;D.prototype.visitLargeBinary=Hn;D.prototype.visitFixedSizeBinary=sv;D.prototype.visitDate=xh;D.prototype.visitDateDay=xh;D.prototype.visitDateMillisecond=xh;D.prototype.visitTimestamp=ua;D.prototype.visitTimestampSecond=ua;D.prototype.visitTimestampMillisecond=ua;D.prototype.visitTimestampMicrosecond=ua;D.prototype.visitTimestampNanosecond=ua;D.prototype.visitTime=da;D.prototype.visitTimeSecond=da;D.prototype.visitTimeMillisecond=da;D.prototype.visitTimeMicrosecond=da;D.prototype.visitTimeNanosecond=da;D.prototype.visitDecimal=Hn;D.prototype.visitList=ov;D.prototype.visitStruct=av;D.prototype.visitUnion=Ah;D.prototype.visitDenseUnion=Ah;D.prototype.visitSparseUnion=Ah;D.prototype.visitDictionary=cv;D.prototype.visitInterval=Dh;D.prototype.visitIntervalDayTime=Dh;D.prototype.visitIntervalYearMonth=Dh;D.prototype.visitDuration=ha;D.prototype.visitDurationSecond=ha;D.prototype.visitDurationMillisecond=ha;D.prototype.visitDurationMicrosecond=ha;D.prototype.visitDurationNanosecond=ha;D.prototype.visitFixedSizeList=lv;D.prototype.visitMap=uv;var Hr=new D;function Kn(r,t){return Hr.compareSchemas(r,t)}function Lm(r,t){return Hr.compareFields(r,t)}function Rm(r,t){return Hr.visit(r,t)}function qn(r){let t=r.type,e=new(Mm.getVisitFn(t)())(r);if(t.children&&t.children.length>0){let i=r.children||[],n={nullValues:r.nullValues},s=Array.isArray(i)?(o,a)=>i[a]||n:({name:o})=>i[o]||n;for(let[o,a]of t.children.entries()){let{type:c}=a,l=s(a,o);e.children.push(qn(Object.assign(Object.assign({},l),{type:c})))}}return e}function zl(r,t){return dv(r,t.map(e=>e.data.concat()))}function dv(r,t){let e=[...r.fields],i=[],n={numBatches:t.reduce((h,y)=>Math.max(h,y.length),0)},s=0,o=0,a=-1,c=t.length,l,u=[];for(;n.numBatches-- >0;){for(o=Number.POSITIVE_INFINITY,a=-1;++a<c;)u[a]=l=t[a].shift(),o=Math.min(o,l?l.length:o);Number.isFinite(o)&&(u=hv(e,o,u,t,n),o>0&&(i[s++]=$({type:new bt(e),length:o,nullCount:0,children:u.slice()})))}return[r=r.assign(e),i.map(h=>new Lt(r,h))]}function hv(r,t,e,i,n){var s;let o=(t+63&-64)>>3;for(let a=-1,c=i.length;++a<c;){let l=e[a],u=l?.length;if(u>=t)u===t?e[a]=l:(e[a]=l.slice(0,t),n.numBatches=Math.max(n.numBatches,i[a].unshift(l.slice(t,u-t))));else{let h=r[a];r[a]=h.clone({nullable:!0}),e[a]=(s=l?._changeLengthAndBackfillNullBitmap(t))!==null&&s!==void 0?s:$({type:h.type,length:t,nullCount:t,nullBitmap:new Uint8Array(o)})}}return e}var Um,_e=class r{constructor(...t){var e,i;if(t.length===0)return this.batches=[],this.schema=new lt([]),this._offsets=[0],this;let n,s;t[0]instanceof lt&&(n=t.shift()),t.at(-1)instanceof Uint32Array&&(s=t.pop());let o=c=>{if(c){if(c instanceof Lt)return[c];if(c instanceof r)return c.batches;if(c instanceof ct){if(c.type instanceof bt)return[new Lt(new lt(c.type.children),c)]}else{if(Array.isArray(c))return c.flatMap(l=>o(l));if(typeof c[Symbol.iterator]=="function")return[...c].flatMap(l=>o(l));if(typeof c=="object"){let l=Object.keys(c),u=l.map(b=>new rt([c[b]])),h=n??new lt(l.map((b,z)=>new X(String(b),u[z].type,u[z].nullable))),[,y]=zl(h,u);return y.length===0?[new Lt(c)]:y}}}return[]},a=t.flatMap(c=>o(c));if(n=(i=n??((e=a[0])===null||e===void 0?void 0:e.schema))!==null&&i!==void 0?i:new lt([]),!(n instanceof lt))throw new TypeError("Table constructor expects a [Schema, RecordBatch[]] pair.");for(let c of a){if(!(c instanceof Lt))throw new TypeError("Table constructor expects a [Schema, RecordBatch[]] pair.");if(!Kn(n,c.schema))throw new TypeError("Table and inner RecordBatch schemas must be equivalent.")}this.schema=n,this.batches=a,this._offsets=s??fl(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=hl(this.data)),this._nullCount}isValid(t){return!1}get(t){return null}set(t,e){}indexOf(t,e){return-1}[Symbol.iterator](){return this.batches.length>0?Ms.visit(new rt(this.data)):new Array(0)[Symbol.iterator]()}toArray(){return[...this]}toString(){return`[
8
8
  ${this.toArray().join(`,
9
9
  `)}
10
- ]`}concat(...t){let e=this.schema,i=this.data.concat(t.flatMap(({data:n})=>n));return new r(e,i.map(n=>new Lt(e,n)))}slice(t,e){let i=this.schema;[t,e]=Ro({length:this.numRows},t,e);let n=pl(this.data,this._offsets,t,e);return new r(i,n.map(s=>new Lt(i,s)))}getChild(t){return this.getChildAt(this.schema.fields.findIndex(e=>e.name===t))}getChildAt(t){if(t>-1&&t<this.schema.fields.length){let e=this.data.map(i=>i.children[t]);if(e.length===0){let{type:i}=this.schema.fields[t],n=$({type:i,length:0,nullCount:0});e.push(n._changeLengthAndBackfillNullBitmap(this.numRows))}return new rt(e)}return null}setChild(t,e){var i;return this.setChildAt((i=this.schema.fields)===null||i===void 0?void 0:i.findIndex(n=>n.name===t),e)}setChildAt(t,e){let i=this.schema,n=[...this.batches];if(t>-1&&t<this.numCols){e||(e=new rt([$({type:new ce,length:this.numRows})]));let s=i.fields.slice(),o=s[t].clone({type:e.type}),a=this.schema.fields.map((c,l)=>this.getChildAt(l));[s[t],a[t]]=[o,e],[i,n]=zl(i,a)}return new r(i,n)}select(t){let e=this.schema.fields.reduce((i,n,s)=>i.set(n.name,s),new Map);return this.selectAt(t.map(i=>e.get(i)).filter(i=>i>-1))}selectAt(t){let e=this.schema.selectAt(t),i=this.batches.map(n=>n.selectAt(t));return new r(e,i)}assign(t){let e=this.schema.fields,[i,n]=t.schema.fields.reduce((a,c,l)=>{let[u,h]=a,y=e.findIndex(b=>b.name===c.name);return~y?h[y]=l:u.push(l),a},[[],[]]),s=this.schema.assign(t.schema),o=[...e.map((a,c)=>[c,n[c]]).map(([a,c])=>c===void 0?this.getChildAt(a):t.getChildAt(c)),...i.map(a=>t.getChildAt(a))].filter(Boolean);return new r(...zl(s,o))}};Um=Symbol.toStringTag;_e[Um]=(r=>(r.schema=null,r.batches=[],r._offsets=new Uint32Array([0]),r._nullCount=-1,r[Symbol.isConcatSpreadable]=!0,r.isValid=Ns(ko),r.get=Ns(jt.getVisitFn(f.Struct)),r.set=ml(Qt.getVisitFn(f.Struct)),r.indexOf=yl(jn.getVisitFn(f.Struct)),"Table"))(_e.prototype);var km,Lt=class r{constructor(...t){switch(t.length){case 2:{if([this.schema]=t,!(this.schema instanceof lt))throw new TypeError("RecordBatch constructor expects a [Schema, Data] pair.");if([,this.data=$({nullCount:0,type:new bt(this.schema.fields),children:this.schema.fields.map(e=>$({type:e.type,nullCount:0}))})]=t,!(this.data instanceof ct))throw new TypeError("RecordBatch constructor expects a [Schema, Data] pair.");[this.schema,this.data]=Cm(this.schema,this.data.children);break}case 1:{let[e]=t,{fields:i,children:n,length:s}=Object.keys(e).reduce((c,l,u)=>(c.children[u]=e[l],c.length=Math.max(c.length,e[l].length),c.fields[u]=X.new({name:l,type:e[l].type,nullable:!0}),c),{length:0,fields:new Array,children:new Array}),o=new lt(i),a=$({type:new bt(i),length:s,children:n,nullCount:0});[this.schema,this.data]=Cm(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=Vm(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 jt.visit(this.data,t)}set(t,e){return Qt.visit(this.data,t,e)}indexOf(t,e){return jn.visit(this.data,t,e)}[Symbol.iterator](){return Ms.visit(new rt([this.data]))}toArray(){return[...this]}concat(...t){return new _e(this.schema,[this,...t])}slice(t,e){let[i]=new rt([this.data]).slice(t,e).data;return new r(this.schema,i)}getChild(t){var e;return this.getChildAt((e=this.schema.fields)===null||e===void 0?void 0:e.findIndex(i=>i.name===t))}getChildAt(t){return t>-1&&t<this.schema.fields.length?new rt([this.data.children[t]]):null}setChild(t,e){var i;return this.setChildAt((i=this.schema.fields)===null||i===void 0?void 0:i.findIndex(n=>n.name===t),e)}setChildAt(t,e){let i=this.schema,n=this.data;if(t>-1&&t<this.numCols){e||(e=new rt([$({type:new ce,length:this.numRows})]));let s=i.fields.slice(),o=n.children.slice(),a=s[t].clone({type:e.type});[s[t],o[t]]=[a,e.data[0]],i=new lt(s,new Map(this.schema.metadata)),n=$({type:new bt(s),children:o})}return new r(i,n)}select(t){let e=this.schema.select(t),i=new bt(e.fields),n=[];for(let s of t){let o=this.schema.fields.findIndex(a=>a.name===s);~o&&(n[o]=this.data.children[o])}return new r(e,$({type:i,length:this.numRows,children:n}))}selectAt(t){let e=this.schema.selectAt(t),i=t.map(s=>this.data.children[s]).filter(Boolean),n=$({type:new bt(e.fields),length:this.numRows,children:i});return new r(e,n)}};km=Symbol.toStringTag;Lt[km]=(r=>(r._nullCount=-1,r[Symbol.isConcatSpreadable]=!0,"RecordBatch"))(Lt.prototype);function Cm(r,t,e=t.reduce((i,n)=>Math.max(i,n.length),0)){var i;let n=[...r.fields],s=[...t],o=(e+63&-64)>>3;for(let[a,c]of r.fields.entries()){let l=t[a];(!l||l.length!==e)&&(n[a]=c.clone({nullable:!0}),s[a]=(i=l?._changeLengthAndBackfillNullBitmap(e))!==null&&i!==void 0?i:$({type:c.type,length:e,nullCount:e,nullBitmap:new Uint8Array(o)}))}return[r.assign(n),$({type:new bt(n),length:e,children:s})]}function Vm(r,t,e=new Map){var i,n;if(((i=r?.length)!==null&&i!==void 0?i:0)>0&&r?.length===t?.length)for(let s=-1,o=r.length;++s<o;){let{type:a}=r[s],c=t[s];for(let l of[c,...((n=c?.dictionary)===null||n===void 0?void 0:n.data)||[]])Vm(a.children,l?.children,e);if(_.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 Jn=class extends Lt{constructor(t){let e=t.fields.map(n=>$({type:n.type})),i=$({type:new bt(t.fields),nullCount:0,children:e});super(t,i)}};var vr=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static 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):dt.V1}headerType(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.readUint8(this.bb_pos+t):tt.NONE}header(t){let e=this.bb.__offset(this.bb_pos,8);return e?this.bb.__union(t,this.bb_pos+e):null}bodyLength(){let t=this.bb.__offset(this.bb_pos,10);return t?this.bb.readInt64(this.bb_pos+t):BigInt("0")}customMetadata(t,e){let i=this.bb.__offset(this.bb_pos,12);return i?(e||new Gt).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+i)+t*4),this.bb):null}customMetadataLength(){let t=this.bb.__offset(this.bb_pos,12);return t?this.bb.__vector_len(this.bb_pos+t):0}static startMessage(t){t.startObject(5)}static addVersion(t,e){t.addFieldInt16(0,e,dt.V1)}static addHeaderType(t,e){t.addFieldInt8(1,e,tt.NONE)}static addHeader(t,e){t.addFieldOffset(2,e,0)}static addBodyLength(t,e){t.addFieldInt64(3,e,BigInt("0"))}static addCustomMetadata(t,e){t.addFieldOffset(4,e,0)}static createCustomMetadataVector(t,e){t.startVector(4,e.length,4);for(let i=e.length-1;i>=0;i--)t.addOffset(e[i]);return t.endVector()}static startCustomMetadataVector(t,e){t.startVector(4,e,4)}static endMessage(t){return t.endObject()}static finishMessageBuffer(t,e){t.finish(e)}static finishSizePrefixedMessageBuffer(t,e){t.finish(e,void 0,!0)}static createMessage(t,e,i,n,s,o){return r.startMessage(t),r.addVersion(t,e),r.addHeaderType(t,i),r.addHeader(t,n),r.addBodyLength(t,s),r.addCustomMetadata(t,o),r.endMessage(t)}};var Oh=class extends B{visit(t,e){return t==null||e==null?void 0:super.visit(t,e)}visitNull(t,e){return Oo.startNull(e),Oo.endNull(e)}visitInt(t,e){return cr.startInt(e),cr.addBitWidth(e,t.bitWidth),cr.addIsSigned(e,t.isSigned),cr.endInt(e)}visitFloat(t,e){return ln.startFloatingPoint(e),ln.addPrecision(e,t.precision),ln.endFloatingPoint(e)}visitBinary(t,e){return Bo.startBinary(e),Bo.endBinary(e)}visitLargeBinary(t,e){return xo.startLargeBinary(e),xo.endLargeBinary(e)}visitBool(t,e){return To.startBool(e),To.endBool(e)}visitUtf8(t,e){return Fo.startUtf8(e),Fo.endUtf8(e)}visitLargeUtf8(t,e){return Ao.startLargeUtf8(e),Ao.endLargeUtf8(e)}visitDecimal(t,e){return $r.startDecimal(e),$r.addScale(e,t.scale),$r.addPrecision(e,t.precision),$r.addBitWidth(e,t.bitWidth),$r.endDecimal(e)}visitDate(t,e){return sn.startDate(e),sn.addUnit(e,t.unit),sn.endDate(e)}visitTime(t,e){return li.startTime(e),li.addUnit(e,t.unit),li.addBitWidth(e,t.bitWidth),li.endTime(e)}visitTimestamp(t,e){let i=t.timezone&&e.createString(t.timezone)||void 0;return ui.startTimestamp(e),ui.addUnit(e,t.unit),i!==void 0&&ui.addTimezone(e,i),ui.endTimestamp(e)}visitInterval(t,e){return un.startInterval(e),un.addUnit(e,t.unit),un.endInterval(e)}visitDuration(t,e){return on.startDuration(e),on.addUnit(e,t.unit),on.endDuration(e)}visitList(t,e){return Do.startList(e),Do.endList(e)}visitStruct(t,e){return Eo.startStruct_(e),Eo.endStruct_(e)}visitUnion(t,e){lr.startTypeIdsVector(e,t.typeIds.length);let i=lr.createTypeIdsVector(e,t.typeIds);return lr.startUnion(e),lr.addMode(e,t.mode),lr.addTypeIds(e,i),lr.endUnion(e)}visitDictionary(t,e){let i=this.visit(t.indices,e);return zr.startDictionaryEncoding(e),zr.addId(e,BigInt(t.id)),zr.addIsOrdered(e,t.isOrdered),i!==void 0&&zr.addIndexType(e,i),zr.endDictionaryEncoding(e)}visitFixedSizeBinary(t,e){return an.startFixedSizeBinary(e),an.addByteWidth(e,t.byteWidth),an.endFixedSizeBinary(e)}visitFixedSizeList(t,e){return cn.startFixedSizeList(e),cn.addListSize(e,t.listSize),cn.endFixedSizeList(e)}visitMap(t,e){return dn.startMap(e),dn.addKeysSorted(e,t.keysSorted),dn.endMap(e)}},$l=new Oh;function $m(r,t=new Map){return new lt(pv(r,t),Wl(r.metadata),t)}function Eh(r){return new Xt(r.count,qm(r.columns),Gm(r.columns))}function Wm(r){return new we(Eh(r.data),r.id,r.isDelta)}function pv(r,t){return(r.fields||[]).filter(Boolean).map(e=>X.fromJSON(e,t))}function Pm(r,t){return(r.children||[]).filter(Boolean).map(e=>X.fromJSON(e,t))}function qm(r){return(r||[]).reduce((t,e)=>[...t,new He(e.count,mv(e.VALIDITY)),...qm(e.children)],[])}function Gm(r,t=[]){for(let e=-1,i=(r||[]).length;++e<i;){let n=r[e];n.VALIDITY&&t.push(new ve(t.length,n.VALIDITY.length)),n.TYPE_ID&&t.push(new ve(t.length,n.TYPE_ID.length)),n.OFFSET&&t.push(new ve(t.length,n.OFFSET.length)),n.DATA&&t.push(new ve(t.length,n.DATA.length)),t=Gm(n.children,t)}return t}function mv(r){return(r||[]).reduce((t,e)=>t+ +(e===0),0)}function Ym(r,t){let e,i,n,s,o,a;return!t||!(s=r.dictionary)?(o=zm(r,Pm(r,t)),n=new X(r.name,o,r.nullable,Wl(r.metadata))):t.has(e=s.id)?(i=(i=s.indexType)?jm(i):new Wr,a=new Ne(t.get(e),i,e,s.isOrdered),n=new X(r.name,a,r.nullable,Wl(r.metadata))):(i=(i=s.indexType)?jm(i):new Wr,t.set(e,o=zm(r,Pm(r,t))),a=new Ne(o,i,e,s.isOrdered),n=new X(r.name,a,r.nullable,Wl(r.metadata))),n||null}function Wl(r=[]){return new Map(r.map(({key:t,value:e})=>[t,e]))}function jm(r){return new Ct(r.isSigned,r.bitWidth)}function zm(r,t){let e=r.type.name;switch(e){case"NONE":return new ce;case"null":return new ce;case"binary":return new di;case"largebinary":return new hi;case"utf8":return new fi;case"largeutf8":return new pi;case"bool":return new mi;case"list":return new pr((t||[])[0]);case"struct":return new bt(t||[]);case"struct_":return new bt(t||[])}switch(e){case"int":{let i=r.type;return new Ct(i.isSigned,i.bitWidth)}case"floatingpoint":{let i=r.type;return new ge(pt[i.precision])}case"decimal":{let i=r.type;return new yi(i.scale,i.precision,i.bitWidth)}case"date":{let i=r.type;return new gi(Vt[i.unit])}case"time":{let i=r.type;return new fr(v[i.unit],i.bitWidth)}case"timestamp":{let i=r.type;return new bi(v[i.unit],i.timezone)}case"interval":{let i=r.type;return new _i(Kt[i.unit])}case"duration":{let i=r.type;return new vi(v[i.unit])}case"union":{let i=r.type,[n,...s]=(i.mode+"").toLowerCase(),o=n.toUpperCase()+s.join("");return new mr(yt[o],i.typeIds||[],t||[])}case"fixedsizebinary":{let i=r.type;return new wi(i.byteWidth)}case"fixedsizelist":{let i=r.type;return new yr(i.listSize,(t||[])[0])}case"map":{let i=r.type;return new gr((t||[])[0],i.keysSorted)}}throw new Error(`Unrecognized type: "${e}"`)}var yv=ar,gv=Pt,Ie=class r{static fromJSON(t,e){let i=new r(0,dt.V5,e);return i._createHeader=bv(t,e),i}static decode(t){t=new gv(F(t));let e=vr.getRootAsMessage(t),i=e.bodyLength(),n=e.version(),s=e.headerType(),o=new r(i,n,s);return o._createHeader=_v(e,s),o}static encode(t){let e=new yv,i=-1;return t.isSchema()?i=lt.encode(e,t.header()):t.isRecordBatch()?i=Xt.encode(e,t.header()):t.isDictionaryBatch()&&(i=we.encode(e,t.header())),vr.startMessage(e),vr.addVersion(e,dt.V5),vr.addHeader(e,i),vr.addHeaderType(e,t.headerType),vr.addBodyLength(e,BigInt(t.bodyLength)),vr.finishMessageBuffer(e,vr.endMessage(e)),e.asUint8Array()}static from(t,e=0){if(t instanceof lt)return new r(0,dt.V5,tt.Schema,t);if(t instanceof Xt)return new r(e,dt.V5,tt.RecordBatch,t);if(t instanceof we)return new r(e,dt.V5,tt.DictionaryBatch,t);throw new Error(`Unrecognized Message header: ${t}`)}get type(){return this.headerType}get version(){return this._version}get headerType(){return this._headerType}get bodyLength(){return this._bodyLength}header(){return this._createHeader()}isSchema(){return this.headerType===tt.Schema}isRecordBatch(){return this.headerType===tt.RecordBatch}isDictionaryBatch(){return this.headerType===tt.DictionaryBatch}constructor(t,e,i,n){this._version=e,this._headerType=i,this.body=new Uint8Array(0),n&&(this._createHeader=()=>n),this._bodyLength=Ot(t)}},Xt=class{get nodes(){return this._nodes}get length(){return this._length}get buffers(){return this._buffers}constructor(t,e,i){this._nodes=e,this._buffers=i,this._length=Ot(t)}},we=class{get id(){return this._id}get data(){return this._data}get isDelta(){return this._isDelta}get length(){return this.data.length}get nodes(){return this.data.nodes}get buffers(){return this.data.buffers}constructor(t,e,i=!1){this._data=t,this._isDelta=i,this._id=Ot(e)}},ve=class{constructor(t,e){this.offset=Ot(t),this.length=Ot(e)}},He=class{constructor(t,e){this.length=Ot(t),this.nullCount=Ot(e)}};function bv(r,t){return()=>{switch(t){case tt.Schema:return lt.fromJSON(r);case tt.RecordBatch:return Xt.fromJSON(r);case tt.DictionaryBatch:return we.fromJSON(r)}throw new Error(`Unrecognized Message type: { name: ${tt[t]}, type: ${t} }`)}}function _v(r,t){return()=>{switch(t){case tt.Schema:return lt.decode(r.header(new ye),new Map,r.version());case tt.RecordBatch:return Xt.decode(r.header(new Fe),r.version());case tt.DictionaryBatch:return we.decode(r.header(new ci),r.version())}throw new Error(`Unrecognized Message type: { name: ${tt[t]}, type: ${t} }`)}}X.encode=Ev;X.decode=Dv;X.fromJSON=Ym;lt.encode=Ov;lt.decode=vv;lt.fromJSON=$m;Xt.encode=Fv;Xt.decode=wv;Xt.fromJSON=Eh;we.encode=Nv;we.decode=Iv;we.fromJSON=Wm;He.encode=Mv;He.decode=Bv;ve.encode=Lv;ve.decode=Sv;function vv(r,t=new Map,e=dt.V5){let i=Av(r,t);return new lt(i,ql(r),t,e)}function wv(r,t=dt.V5){if(r.compression()!==null)throw new Error("Record batch compression not implemented");return new Xt(r.length(),Tv(r),xv(r,t))}function Iv(r,t=dt.V5){return new we(Xt.decode(r.data(),t),r.id(),r.isDelta())}function Sv(r){return new ve(r.offset(),r.length())}function Bv(r){return new He(r.length(),r.nullCount())}function Tv(r){let t=[];for(let e,i=-1,n=-1,s=r.nodesLength();++i<s;)(e=r.nodes(i))&&(t[++n]=He.decode(e));return t}function xv(r,t){let e=[];for(let i,n=-1,s=-1,o=r.buffersLength();++n<o;)(i=r.buffers(n))&&(t<dt.V4&&(i.bb_pos+=8*(n+1)),e[++s]=ve.decode(i));return e}function Av(r,t){let e=[];for(let i,n=-1,s=-1,o=r.fieldsLength();++n<o;)(i=r.fields(n))&&(e[++s]=X.decode(i,t));return e}function Hm(r,t){let e=[];for(let i,n=-1,s=-1,o=r.childrenLength();++n<o;)(i=r.children(n))&&(e[++s]=X.decode(i,t));return e}function Dv(r,t){let e,i,n,s,o,a;return!t||!(a=r.dictionary())?(n=Jm(r,Hm(r,t)),i=new X(r.name(),n,r.nullable(),ql(r))):t.has(e=Ot(a.id()))?(s=(s=a.indexType())?Km(s):new Wr,o=new Ne(t.get(e),s,e,a.isOrdered()),i=new X(r.name(),o,r.nullable(),ql(r))):(s=(s=a.indexType())?Km(s):new Wr,t.set(e,n=Jm(r,Hm(r,t))),o=new Ne(n,s,e,a.isOrdered()),i=new X(r.name(),o,r.nullable(),ql(r))),i||null}function ql(r){let t=new Map;if(r)for(let e,i,n=-1,s=Math.trunc(r.customMetadataLength());++n<s;)(e=r.customMetadata(n))&&(i=e.key())!=null&&t.set(i,e.value());return t}function Km(r){return new Ct(r.isSigned(),r.bitWidth())}function Jm(r,t){let e=r.typeType();switch(e){case mt.NONE:return new ce;case mt.Null:return new ce;case mt.Binary:return new di;case mt.LargeBinary:return new hi;case mt.Utf8:return new fi;case mt.LargeUtf8:return new pi;case mt.Bool:return new mi;case mt.List:return new pr((t||[])[0]);case mt.Struct_:return new bt(t||[])}switch(e){case mt.Int:{let i=r.type(new cr);return new Ct(i.isSigned(),i.bitWidth())}case mt.FloatingPoint:{let i=r.type(new ln);return new ge(i.precision())}case mt.Decimal:{let i=r.type(new $r);return new yi(i.scale(),i.precision(),i.bitWidth())}case mt.Date:{let i=r.type(new sn);return new gi(i.unit())}case mt.Time:{let i=r.type(new li);return new fr(i.unit(),i.bitWidth())}case mt.Timestamp:{let i=r.type(new ui);return new bi(i.unit(),i.timezone())}case mt.Interval:{let i=r.type(new un);return new _i(i.unit())}case mt.Duration:{let i=r.type(new on);return new vi(i.unit())}case mt.Union:{let i=r.type(new lr);return new mr(i.mode(),i.typeIdsArray()||[],t||[])}case mt.FixedSizeBinary:{let i=r.type(new an);return new wi(i.byteWidth())}case mt.FixedSizeList:{let i=r.type(new cn);return new yr(i.listSize(),(t||[])[0])}case mt.Map:{let i=r.type(new dn);return new gr((t||[])[0],i.keysSorted())}}throw new Error(`Unrecognized type: "${mt[e]}" (${e})`)}function Ov(r,t){let e=t.fields.map(s=>X.encode(r,s));ye.startFieldsVector(r,e.length);let i=ye.createFieldsVector(r,e),n=t.metadata&&t.metadata.size>0?ye.createCustomMetadataVector(r,[...t.metadata].map(([s,o])=>{let a=r.createString(`${s}`),c=r.createString(`${o}`);return Gt.startKeyValue(r),Gt.addKey(r,a),Gt.addValue(r,c),Gt.endKeyValue(r)})):-1;return ye.startSchema(r),ye.addFields(r,i),ye.addEndianness(r,Rv?nn.Little:nn.Big),n!==-1&&ye.addCustomMetadata(r,n),ye.endSchema(r)}function Ev(r,t){let e=-1,i=-1,n=-1,s=t.type,o=t.typeId;_.isDictionary(s)?(o=s.dictionary.typeId,n=$l.visit(s,r),i=$l.visit(s.dictionary,r)):i=$l.visit(s,r);let a=(s.children||[]).map(u=>X.encode(r,u)),c=se.createChildrenVector(r,a),l=t.metadata&&t.metadata.size>0?se.createCustomMetadataVector(r,[...t.metadata].map(([u,h])=>{let y=r.createString(`${u}`),b=r.createString(`${h}`);return Gt.startKeyValue(r),Gt.addKey(r,y),Gt.addValue(r,b),Gt.endKeyValue(r)})):-1;return t.name&&(e=r.createString(t.name)),se.startField(r),se.addType(r,i),se.addTypeType(r,o),se.addChildren(r,c),se.addNullable(r,!!t.nullable),e!==-1&&se.addName(r,e),n!==-1&&se.addDictionary(r,n),l!==-1&&se.addCustomMetadata(r,l),se.endField(r)}function Fv(r,t){let e=t.nodes||[],i=t.buffers||[];Fe.startNodesVector(r,e.length);for(let o of e.slice().reverse())He.encode(r,o);let n=r.endVector();Fe.startBuffersVector(r,i.length);for(let o of i.slice().reverse())ve.encode(r,o);let s=r.endVector();return Fe.startRecordBatch(r),Fe.addLength(r,BigInt(t.length)),Fe.addNodes(r,n),Fe.addBuffers(r,s),Fe.endRecordBatch(r)}function Nv(r,t){let e=Xt.encode(r,t.data);return ci.startDictionaryBatch(r),ci.addId(r,BigInt(t.id)),ci.addIsDelta(r,t.isDelta),ci.addData(r,e),ci.endDictionaryBatch(r)}function Mv(r,t){return Bs.createFieldNode(r,BigInt(t.length),BigInt(t.nullCount))}function Lv(r,t){return Ss.createBuffer(r,BigInt(t.offset),BigInt(t.length))}var Rv=(()=>{let r=new ArrayBuffer(2);return new DataView(r).setInt16(0,256,!0),new Int16Array(r)[0]===256})();var Nh=r=>`Expected ${tt[r]} Message in stream, but was null or length 0.`,Mh=r=>`Header pointer of flatbuffer-encoded ${tt[r]} Message is null or length 0.`,Qm=(r,t)=>`Expected to read ${r} metadata bytes, but only read ${t}.`,Xm=(r,t)=>`Expected to read ${r} bytes for message body, but only read ${t}.`,js=class{constructor(t){this.source=t instanceof Yr?t:new Yr(t)}[Symbol.iterator](){return this}next(){let t;return(t=this.readMetadataLength()).done?_t:t.value===-1&&(t=this.readMetadataLength()).done?_t:(t=this.readMetadata(t.value)).done?_t: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(Nh(t));return e.value}readMessageBody(t){if(t<=0)return new Uint8Array(0);let e=F(this.source.read(t));if(e.byteLength<t)throw new Error(Xm(t,e.byteLength));return e.byteOffset%8===0&&e.byteOffset+e.byteLength<=e.buffer.byteLength?e:e.slice()}readSchema(t=!1){let e=tt.Schema,i=this.readMessage(e),n=i?.header();if(t&&!n)throw new Error(Mh(e));return n}readMetadataLength(){let t=this.source.read(Gl),e=t&&new Pt(t),i=e?.readInt32(0)||0;return{done:i===0,value:i}}readMetadata(t){let e=this.source.read(t);if(!e)return _t;if(e.byteLength<t)throw new Error(Qm(t,e.byteLength));return{done:!1,value:Ie.decode(e)}}},fa=class{constructor(t,e){this.source=t instanceof Ge?t:Tc(t)?new mn(t,e):new Ge(t)}[Symbol.asyncIterator](){return this}next(){return p(this,void 0,void 0,function*(){let t;return(t=yield this.readMetadataLength()).done?_t:t.value===-1&&(t=yield this.readMetadataLength()).done?_t:(t=yield this.readMetadata(t.value)).done?_t:t})}throw(t){return p(this,void 0,void 0,function*(){return yield this.source.throw(t)})}return(t){return p(this,void 0,void 0,function*(){return yield this.source.return(t)})}readMessage(t){return p(this,void 0,void 0,function*(){let e;if((e=yield this.next()).done)return null;if(t!=null&&e.value.headerType!==t)throw new Error(Nh(t));return e.value})}readMessageBody(t){return p(this,void 0,void 0,function*(){if(t<=0)return new Uint8Array(0);let e=F(yield this.source.read(t));if(e.byteLength<t)throw new Error(Xm(t,e.byteLength));return e.byteOffset%8===0&&e.byteOffset+e.byteLength<=e.buffer.byteLength?e:e.slice()})}readSchema(t=!1){return p(this,void 0,void 0,function*(){let e=tt.Schema,i=yield this.readMessage(e),n=i?.header();if(t&&!n)throw new Error(Mh(e));return n})}readMetadataLength(){return p(this,void 0,void 0,function*(){let t=yield this.source.read(Gl),e=t&&new Pt(t),i=e?.readInt32(0)||0;return{done:i===0,value:i}})}readMetadata(t){return p(this,void 0,void 0,function*(){let e=yield this.source.read(t);if(!e)return _t;if(e.byteLength<t)throw new Error(Qm(t,e.byteLength));return{done:!1,value:Ie.decode(e)}})}},pa=class extends js{constructor(t){super(new Uint8Array(0)),this._schema=!1,this._body=[],this._batchIndex=0,this._dictionaryIndex=0,this._json=t instanceof Vo?t:new Vo(t)}next(){let{_json:t}=this;if(!this._schema)return this._schema=!0,{done:!1,value:Ie.fromJSON(t.schema,tt.Schema)};if(this._dictionaryIndex<t.dictionaries.length){let e=t.dictionaries[this._dictionaryIndex++];return this._body=e.data.columns,{done:!1,value:Ie.fromJSON(e,tt.DictionaryBatch)}}if(this._batchIndex<t.batches.length){let e=t.batches[this._batchIndex++];return this._body=e.columns,{done:!1,value:Ie.fromJSON(e,tt.RecordBatch)}}return this._body=[],_t}readMessageBody(t){return e(this._body);function e(i){return(i||[]).reduce((n,s)=>[...n,...s.VALIDITY&&[s.VALIDITY]||[],...s.TYPE_ID&&[s.TYPE_ID]||[],...s.OFFSET&&[s.OFFSET]||[],...s.DATA&&[s.DATA]||[],...e(s.children)],[])}}readMessage(t){let e;if((e=this.next()).done)return null;if(t!=null&&e.value.headerType!==t)throw new Error(Nh(t));return e.value}readSchema(){let t=tt.Schema,e=this.readMessage(t),i=e?.header();if(!e||!i)throw new Error(Mh(t));return i}},Gl=4,Fh="ARROW1",zs=new Uint8Array(Fh.length);for(let r=0;r<Fh.length;r+=1)zs[r]=Fh.codePointAt(r);function Yl(r,t=0){for(let e=-1,i=zs.length;++e<i;)if(zs[e]!==r[t+e])return!1;return!0}var $s=zs.length,Lh=$s+Gl,Zm=$s*2+Gl;var Re=class r extends $n{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 Oe(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 Jt.toDOMStream(this.isSync()?{[Symbol.iterator]:()=>this}:{[Symbol.asyncIterator]:()=>this})}toNodeStream(){return Jt.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:Sc(t)?Cv(t):Tc(t)?Pv(t):Oe(t)?p(this,void 0,void 0,function*(){return yield r.from(yield t)}):xc(t)||bo(t)||Dc(t)||$e(t)?Vv(new Ge(t)):kv(new Yr(t))}static readAll(t){return t instanceof r?t.isSync()?ty(t):ey(t):Sc(t)||ArrayBuffer.isView(t)||nr(t)||Bc(t)?ty(t):ey(t)}},Ni=class extends Re{constructor(t){super(t),this._impl=t}readAll(){return[...this]}[Symbol.iterator](){return this._impl[Symbol.iterator]()}[Symbol.asyncIterator](){return gt(this,arguments,function*(){yield g(yield*ze(Mt(this[Symbol.iterator]())))})}},Qn=class extends Re{constructor(t){super(t),this._impl=t}readAll(){var t,e,i,n;return p(this,void 0,void 0,function*(){let s=new Array;try{for(var o=!0,a=Mt(this),c;c=yield a.next(),t=c.done,!t;o=!0){n=c.value,o=!1;let l=n;s.push(l)}}catch(l){e={error:l}}finally{try{!o&&!t&&(i=a.return)&&(yield i.call(a))}finally{if(e)throw e.error}}return s})}[Symbol.iterator](){throw new Error("AsyncRecordBatchStreamReader is not Iterable")}[Symbol.asyncIterator](){return this._impl[Symbol.asyncIterator]()}},Xn=class extends Ni{constructor(t){super(t),this._impl=t}},Hl=class extends Qn{constructor(t){super(t),this._impl=t}},Kl=class{get numDictionaries(){return this._dictionaryIndex}get numRecordBatches(){return this._recordBatchIndex}constructor(t=new Map){this.closed=!1,this.autoDestroy=!0,this._dictionaryIndex=0,this._recordBatchIndex=0,this.dictionaries=t}isSync(){return!1}isAsync(){return!1}isFile(){return!1}isStream(){return!1}reset(t){return this._dictionaryIndex=0,this._recordBatchIndex=0,this.schema=t,this.dictionaries=new Map,this}_loadRecordBatch(t,e){let i=this._loadVectors(t,e,this.schema.fields),n=$({type:new bt(this.schema.fields),length:t.length,children:i});return new Lt(this.schema,n)}_loadDictionaryBatch(t,e){let{id:i,isDelta:n}=t,{dictionaries:s,schema:o}=this,a=s.get(i);if(n||!a){let c=o.dictionaries.get(i),l=this._loadVectors(t.data,e,[c]);return(a&&n?a.concat(new rt(l)):new rt(l)).memoize()}return a.memoize()}_loadVectors(t,e,i){return new $o(e,t.nodes,t.buffers,this.dictionaries,this.schema.metadataVersion).visitMany(i)}},Ws=class extends Kl{constructor(t,e){super(e),this._reader=Sc(t)?new pa(this._handle=t):new js(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=ry(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):_t}return(t){return!this.closed&&this.autoDestroy&&(this.closed=!0)?this.reset()._reader.return(t):_t}next(){if(this.closed)return _t;let t,{_reader:e}=this;for(;t=this._readNextMessageAndValidate();)if(t.isSchema())this.reset(t.header());else if(t.isRecordBatch()){this._recordBatchIndex++;let i=t.header(),n=e.readMessageBody(t.bodyLength);return{done:!1,value:this._loadRecordBatch(i,n)}}else if(t.isDictionaryBatch()){this._dictionaryIndex++;let i=t.header(),n=e.readMessageBody(t.bodyLength),s=this._loadDictionaryBatch(i,n);this.dictionaries.set(i.id,s)}return this.schema&&this._recordBatchIndex===0?(this._recordBatchIndex++,{done:!1,value:new Jn(this.schema)}):this.return()}_readNextMessageAndValidate(t){return this._reader.readMessage(t)}},qs=class extends Kl{constructor(t,e){super(e),this._reader=new fa(this._handle=t)}isAsync(){return!0}isStream(){return!0}[Symbol.asyncIterator](){return this}cancel(){return p(this,void 0,void 0,function*(){!this.closed&&(this.closed=!0)&&(yield this.reset()._reader.return(),this._reader=null,this.dictionaries=null)})}open(t){return p(this,void 0,void 0,function*(){return this.closed||(this.autoDestroy=ry(this,t),this.schema||(this.schema=yield this._reader.readSchema())||(yield this.cancel())),this})}throw(t){return p(this,void 0,void 0,function*(){return!this.closed&&this.autoDestroy&&(this.closed=!0)?yield this.reset()._reader.throw(t):_t})}return(t){return p(this,void 0,void 0,function*(){return!this.closed&&this.autoDestroy&&(this.closed=!0)?yield this.reset()._reader.return(t):_t})}next(){return p(this,void 0,void 0,function*(){if(this.closed)return _t;let t,{_reader:e}=this;for(;t=yield this._readNextMessageAndValidate();)if(t.isSchema())yield this.reset(t.header());else if(t.isRecordBatch()){this._recordBatchIndex++;let i=t.header(),n=yield e.readMessageBody(t.bodyLength);return{done:!1,value:this._loadRecordBatch(i,n)}}else if(t.isDictionaryBatch()){this._dictionaryIndex++;let i=t.header(),n=yield e.readMessageBody(t.bodyLength),s=this._loadDictionaryBatch(i,n);this.dictionaries.set(i.id,s)}return this.schema&&this._recordBatchIndex===0?(this._recordBatchIndex++,{done:!1,value:new Jn(this.schema)}):yield this.return()})}_readNextMessageAndValidate(t){return p(this,void 0,void 0,function*(){return yield this._reader.readMessage(t)})}},Jl=class extends Ws{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 Po?t:new Po(t),e)}isSync(){return!0}isFile(){return!0}open(t){if(!this.closed&&!this._footer){this.schema=(this._footer=this._readFooter()).schema;for(let e of this._footer.dictionaryBatches())e&&this._readDictionaryBatch(this._dictionaryIndex++)}return super.open(t)}readRecordBatch(t){var e;if(this.closed)return null;this._footer||this.open();let i=(e=this._footer)===null||e===void 0?void 0:e.getRecordBatch(t);if(i&&this._handle.seek(i.offset)){let n=this._reader.readMessage(tt.RecordBatch);if(n?.isRecordBatch()){let s=n.header(),o=this._reader.readMessageBody(n.bodyLength);return this._loadRecordBatch(s,o)}}return null}_readDictionaryBatch(t){var e;let i=(e=this._footer)===null||e===void 0?void 0:e.getDictionaryBatch(t);if(i&&this._handle.seek(i.offset)){let n=this._reader.readMessage(tt.DictionaryBatch);if(n?.isDictionaryBatch()){let s=n.header(),o=this._reader.readMessageBody(n.bodyLength),a=this._loadDictionaryBatch(s,o);this.dictionaries.set(s.id,a)}}}_readFooter(){let{_handle:t}=this,e=t.size-Lh,i=t.readInt32(e),n=t.readAt(e-i,i);return Bi.decode(n)}_readNextMessageAndValidate(t){var e;if(this._footer||this.open(),this._footer&&this._recordBatchIndex<this.numRecordBatches){let i=(e=this._footer)===null||e===void 0?void 0:e.getRecordBatch(this._recordBatchIndex);if(i&&this._handle.seek(i.offset))return this._reader.readMessage(t)}return null}},Rh=class extends qs{get footer(){return this._footer}get numDictionaries(){return this._footer?this._footer.numDictionaries:0}get numRecordBatches(){return this._footer?this._footer.numRecordBatches:0}constructor(t,...e){let i=typeof e[0]!="number"?e.shift():void 0,n=e[0]instanceof Map?e.shift():void 0;super(t instanceof mn?t:new mn(t,i),n)}isFile(){return!0}isAsync(){return!0}open(t){let e=Object.create(null,{open:{get:()=>super.open}});return p(this,void 0,void 0,function*(){if(!this.closed&&!this._footer){this.schema=(this._footer=yield this._readFooter()).schema;for(let i of this._footer.dictionaryBatches())i&&(yield this._readDictionaryBatch(this._dictionaryIndex++))}return yield e.open.call(this,t)})}readRecordBatch(t){var e;return p(this,void 0,void 0,function*(){if(this.closed)return null;this._footer||(yield this.open());let i=(e=this._footer)===null||e===void 0?void 0:e.getRecordBatch(t);if(i&&(yield this._handle.seek(i.offset))){let n=yield this._reader.readMessage(tt.RecordBatch);if(n?.isRecordBatch()){let s=n.header(),o=yield this._reader.readMessageBody(n.bodyLength);return this._loadRecordBatch(s,o)}}return null})}_readDictionaryBatch(t){var e;return p(this,void 0,void 0,function*(){let i=(e=this._footer)===null||e===void 0?void 0:e.getDictionaryBatch(t);if(i&&(yield this._handle.seek(i.offset))){let n=yield this._reader.readMessage(tt.DictionaryBatch);if(n?.isDictionaryBatch()){let s=n.header(),o=yield this._reader.readMessageBody(n.bodyLength),a=this._loadDictionaryBatch(s,o);this.dictionaries.set(s.id,a)}}})}_readFooter(){return p(this,void 0,void 0,function*(){let{_handle:t}=this;t._pending&&(yield t._pending);let e=t.size-Lh,i=yield t.readInt32(e),n=yield t.readAt(e-i,i);return Bi.decode(n)})}_readNextMessageAndValidate(t){return p(this,void 0,void 0,function*(){if(this._footer||(yield this.open()),this._footer&&this._recordBatchIndex<this.numRecordBatches){let e=this._footer.getRecordBatch(this._recordBatchIndex);if(e&&(yield this._handle.seek(e.offset)))return yield this._reader.readMessage(t)}return null})}},Uh=class extends Ws{constructor(t,e){super(t,e)}_loadVectors(t,e,i){return new vl(e,t.nodes,t.buffers,this.dictionaries,this.schema.metadataVersion).visitMany(i)}};function ry(r,t){return t&&typeof t.autoDestroy=="boolean"?t.autoDestroy:r.autoDestroy}function*ty(r){let t=Re.from(r);try{if(!t.open({autoDestroy:!1}).closed)do yield t;while(!t.reset().open().closed)}finally{t.cancel()}}function ey(r){return gt(this,arguments,function*(){let e=yield g(Re.from(r));try{if(!(yield g(e.open({autoDestroy:!1}))).closed)do yield yield g(e);while(!(yield g(e.reset().open())).closed)}finally{yield g(e.cancel())}})}function Cv(r){return new Ni(new Uh(r))}function kv(r){let t=r.peek($s+7&-8);return t&&t.byteLength>=4?Yl(t)?new Xn(new Jl(r.read())):new Ni(new Ws(r)):new Ni(new Ws(function*(){}()))}function Vv(r){return p(this,void 0,void 0,function*(){let t=yield r.peek($s+7&-8);return t&&t.byteLength>=4?Yl(t)?new Xn(new Jl(yield r.read())):new Qn(new qs(r)):new Qn(new qs(function(){return gt(this,arguments,function*(){})}()))})}function Pv(r){return p(this,void 0,void 0,function*(){let{size:t}=yield r.stat(),e=new mn(r,t);return t>=Zm&&Yl(yield e.readAt(0,$s+7&-8))?new Hl(new Rh(e)):new Qn(new qs(e))})}var At=class r extends B{static assemble(...t){let e=n=>n.flatMap(s=>Array.isArray(s)?e(s):s instanceof Lt?s.data.children:s.data),i=new r;return i.visitMany(e(t)),i}constructor(){super(),this._byteLength=0,this._nodes=[],this._buffers=[],this._bufferRegions=[]}visit(t){if(t instanceof rt)return this.visitMany(t.data),this;let{type:e}=t;if(!_.isDictionary(e)){let{length:i}=t;if(i>2147483647)throw new RangeError("Cannot write arrays larger than 2^31 - 1 in length");if(_.isUnion(e))this.nodes.push(new He(i,0));else{let{nullCount:n}=t;_.isNull(e)||wr.call(this,n<=0?new Uint8Array(0):Vn(t.offset,i,t.nullBitmap)),this.nodes.push(new He(i,n))}}return super.visit(t)}visitNull(t){return this}visitDictionary(t){return this.visit(t.clone(t.type.indices))}get nodes(){return this._nodes}get buffers(){return this._buffers}get byteLength(){return this._byteLength}get bufferRegions(){return this._bufferRegions}};function wr(r){let t=r.byteLength+7&-8;return this.buffers.push(r),this.bufferRegions.push(new ve(this._byteLength,t)),this._byteLength+=t,this}function jv(r){var t;let{type:e,length:i,typeIds:n,valueOffsets:s}=r;if(wr.call(this,n),e.mode===yt.Sparse)return Ch.call(this,r);if(e.mode===yt.Dense){if(r.offset<=0)return wr.call(this,s),Ch.call(this,r);{let o=new Int32Array(i),a=Object.create(null),c=Object.create(null);for(let l,u,h=-1;++h<i;)(l=n[h])!==void 0&&((u=a[l])===void 0&&(u=a[l]=s[h]),o[h]=s[h]-u,c[l]=((t=c[l])!==null&&t!==void 0?t:0)+1);wr.call(this,o),this.visitMany(r.children.map((l,u)=>{let h=e.typeIds[u],y=a[h],b=c[h];return l.slice(y,Math.min(i,b))}))}}return this}function zv(r){let t;return r.nullCount>=r.length?wr.call(this,new Uint8Array(0)):(t=r.values)instanceof Uint8Array?wr.call(this,Vn(r.offset,r.length,t)):wr.call(this,Pn(r.values))}function Mi(r){return wr.call(this,r.values.subarray(0,r.length*r.stride))}function Ql(r){let{length:t,values:e,valueOffsets:i}=r,n=Ot(i[0]),s=Ot(i[t]),o=Math.min(s-n,e.byteLength-n);return wr.call(this,Ec(-n,t+1,i)),wr.call(this,e.subarray(n,n+o)),this}function kh(r){let{length:t,valueOffsets:e}=r;if(e){let{[0]:i,[t]:n}=e;return wr.call(this,Ec(-i,t+1,e)),this.visit(r.children[0].slice(i,n-i))}return this.visit(r.children[0])}function Ch(r){return this.visitMany(r.type.children.map((t,e)=>r.children[e]).filter(Boolean))[0]}At.prototype.visitBool=zv;At.prototype.visitInt=Mi;At.prototype.visitFloat=Mi;At.prototype.visitUtf8=Ql;At.prototype.visitLargeUtf8=Ql;At.prototype.visitBinary=Ql;At.prototype.visitLargeBinary=Ql;At.prototype.visitFixedSizeBinary=Mi;At.prototype.visitDate=Mi;At.prototype.visitTimestamp=Mi;At.prototype.visitTime=Mi;At.prototype.visitDecimal=Mi;At.prototype.visitList=kh;At.prototype.visitStruct=Ch;At.prototype.visitUnion=jv;At.prototype.visitInterval=Mi;At.prototype.visitDuration=Mi;At.prototype.visitFixedSizeList=kh;At.prototype.visitMap=kh;var Zn=class extends $n{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 Gr,this._schema=null,this._dictionaryBlocks=[],this._recordBatchBlocks=[],this._dictionaryDeltaOffsets=new Map,ae(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 Oe(t)?t.then(e=>this.writeAll(e)):$e(t)?Ph(this,t):Vh(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 Gr?this._sink=t:(this._sink=new Gr,t&&yp(t)?this.toDOMStream({type:"bytes"}).pipeTo(t):t&&gp(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||!Kn(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 _e&&!(e=t.schema))return this.finish()&&void 0;if(t instanceof Lt&&!(e=t.schema))return this.finish()&&void 0}else throw new Error("RecordBatchWriter is closed");if(e&&!Kn(e,this._schema)){if(this._started&&this._autoDestroy)return this.close();this.reset(this._sink,e)}t instanceof Lt?t instanceof Jn||this._writeRecordBatch(t):t instanceof _e?this.writeAll(t.batches):nr(t)&&this.writeAll(t)}_writeMessage(t,e=8){let i=e-1,n=Ie.encode(t),s=n.byteLength,o=this._writeLegacyIpcFormat?4:8,a=s+o+i&~i,c=a-s-o;return t.headerType===tt.RecordBatch?this._recordBatchBlocks.push(new Ti(a,t.bodyLength,this._position)):t.headerType===tt.DictionaryBatch&&this._dictionaryBlocks.push(new Ti(a,t.bodyLength,this._position)),this._writeLegacyIpcFormat||this._write(Int32Array.of(-1)),this._write(Int32Array.of(a-o)),s>0&&this._write(n),this._writePadding(c)}_write(t){if(this._started){let e=F(t);e&&e.byteLength>0&&(this._sink.write(e),this._position+=e.byteLength)}return this}_writeSchema(t){return this._writeMessage(Ie.from(t))}_writeFooter(t){return this._writeLegacyIpcFormat?this._write(Int32Array.of(0)):this._write(Int32Array.of(-1,0))}_writeMagic(){return this._write(zs)}_writePadding(t){return t>0?this._write(new Uint8Array(t)):this}_writeRecordBatch(t){let{byteLength:e,nodes:i,bufferRegions:n,buffers:s}=At.assemble(t),o=new Xt(t.numRows,i,n),a=Ie.from(o,e);return this._writeDictionaries(t)._writeMessage(a)._writeBodyBuffers(s)}_writeDictionaryBatch(t,e,i=!1){this._dictionaryDeltaOffsets.set(e,t.length+(this._dictionaryDeltaOffsets.get(e)||0));let{byteLength:n,nodes:s,bufferRegions:o,buffers:a}=At.assemble(new rt([t])),c=new Xt(t.length,s,o),l=new we(c,e,i),u=Ie.from(l,n);return this._writeMessage(u)._writeBodyBuffers(a)}_writeBodyBuffers(t){let e,i,n;for(let s=-1,o=t.length;++s<o;)(e=t[s])&&(i=e.byteLength)>0&&(this._write(e),(n=(i+7&-8)-i)>0&&this._writePadding(n));return this}_writeDictionaries(t){for(let[e,i]of t.dictionaries){let n=this._dictionaryDeltaOffsets.get(e)||0;if(n===0||(i=i?.slice(n)).length>0)for(let s of i.data)this._writeDictionaryBatch(s,e,n>0),n+=s.length}return this}},ma=class r extends Zn{static writeAll(t,e){let i=new r(e);return Oe(t)?t.then(n=>i.writeAll(n)):$e(t)?Ph(i,t):Vh(i,t)}},ya=class r extends Zn{static writeAll(t){let e=new r;return Oe(t)?t.then(i=>e.writeAll(i)):$e(t)?Ph(e,t):Vh(e,t)}constructor(){super(),this._autoDestroy=!0}_writeSchema(t){return this._writeMagic()._writePadding(2)}_writeFooter(t){let e=Bi.encode(new Bi(t,dt.V5,this._recordBatchBlocks,this._dictionaryBlocks));return super._writeFooter(t)._write(e)._write(Int32Array.of(e.byteLength))._writeMagic()}};function Vh(r,t){let e=t;t instanceof _e&&(e=t.batches,r.reset(void 0,t.schema));for(let i of e)r.write(i);return r.finish()}function Ph(r,t){var e,i,n,s,o,a,c;return p(this,void 0,void 0,function*(){try{for(e=!0,i=Mt(t);n=yield i.next(),s=n.done,!s;e=!0){c=n.value,e=!1;let l=c;r.write(l)}}catch(l){o={error:l}}finally{try{!e&&!s&&(a=i.return)&&(yield a.call(i))}finally{if(o)throw o.error}}return r.finish()})}function iy(r,t){if($e(r))return Wv(r,t);if(nr(r))return $v(r,t);throw new Error("toDOMStream() must be called with an Iterable or AsyncIterable")}function $v(r,t){let e=null,i=t?.type==="bytes"||!1,n=t?.highWaterMark||Math.pow(2,24);return new ReadableStream(Object.assign(Object.assign({},t),{start(o){s(o,e||(e=r[Symbol.iterator]()))},pull(o){e?s(o,e):o.close()},cancel(){(e?.return&&e.return()||!0)&&(e=null)}}),Object.assign({highWaterMark:i?n:void 0},t));function s(o,a){let c,l=null,u=o.desiredSize||null;for(;!(l=a.next(i?u:null)).done;)if(ArrayBuffer.isView(l.value)&&(c=F(l.value))&&(u!=null&&i&&(u=u-c.byteLength+1),l.value=c),o.enqueue(l.value),u!=null&&--u<=0)return;o.close()}}function Wv(r,t){let e=null,i=t?.type==="bytes"||!1,n=t?.highWaterMark||Math.pow(2,24);return new ReadableStream(Object.assign(Object.assign({},t),{start(o){return p(this,void 0,void 0,function*(){yield s(o,e||(e=r[Symbol.asyncIterator]()))})},pull(o){return p(this,void 0,void 0,function*(){e?yield s(o,e):o.close()})},cancel(){return p(this,void 0,void 0,function*(){(e?.return&&(yield e.return())||!0)&&(e=null)})}}),Object.assign({highWaterMark:i?n:void 0},t));function s(o,a){return p(this,void 0,void 0,function*(){let c,l=null,u=o.desiredSize||null;for(;!(l=yield a.next(i?u:null)).done;)if(ArrayBuffer.isView(l.value)&&(c=F(l.value))&&(u!=null&&i&&(u=u-c.byteLength+1),l.value=c),o.enqueue(l.value),u!=null&&--u<=0)return;o.close()})}}function oy(r){return new jh(r)}var jh=class{constructor(t){this._numChunks=0,this._finished=!1,this._bufferedSize=0;let{["readableStrategy"]:e,["writableStrategy"]:i,["queueingStrategy"]:n="count"}=t,s=Ic(t,["readableStrategy","writableStrategy","queueingStrategy"]);this._controller=null,this._builder=qn(s),this._getSize=n!=="bytes"?ny:sy;let{["highWaterMark"]:o=n==="bytes"?Math.pow(2,14):1e3}=Object.assign({},e),{["highWaterMark"]:a=n==="bytes"?Math.pow(2,14):1e3}=Object.assign({},i);this.readable=new ReadableStream({cancel:()=>{this._builder.clear()},pull:c=>{this._maybeFlush(this._builder,this._controller=c)},start:c=>{this._maybeFlush(this._builder,this._controller=c)}},{highWaterMark:o,size:n!=="bytes"?ny:sy}),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)}},ny=r=>{var t;return(t=r?.length)!==null&&t!==void 0?t:0},sy=r=>{var t;return(t=r?.byteLength)!==null&&t!==void 0?t:0};function Xl(r,t){let e=new Gr,i=null,n=new ReadableStream({cancel(){return p(this,void 0,void 0,function*(){yield e.close()})},start(a){return p(this,void 0,void 0,function*(){yield o(a,i||(i=yield s()))})},pull(a){return p(this,void 0,void 0,function*(){i?yield o(a,i):a.close()})}});return{writable:new WritableStream(e,Object.assign({highWaterMark:Math.pow(2,14)},r)),readable:n};function s(){return p(this,void 0,void 0,function*(){return yield(yield Re.from(e)).open(t)})}function o(a,c){return p(this,void 0,void 0,function*(){let l=a.desiredSize,u=null;for(;!(u=yield c.next()).done;)if(a.enqueue(u.value),l!=null&&--l<=0)return;a.close()})}}function Zl(r,t){let e=new this(r),i=new Ge(e),n=new ReadableStream({cancel(){return p(this,void 0,void 0,function*(){yield i.cancel()})},pull(o){return p(this,void 0,void 0,function*(){yield s(o)})},start(o){return p(this,void 0,void 0,function*(){yield s(o)})}},Object.assign({highWaterMark:Math.pow(2,14)},t));return{writable:new WritableStream(e,r),readable:n};function s(o){return p(this,void 0,void 0,function*(){let a=null,c=o.desiredSize;for(;a=yield i.read(c||null);)if(o.enqueue(a),c!=null&&(c-=a.byteLength)<=0)return;o.close()})}}function ts(r){let t=Re.from(r);return Oe(t)?t.then(e=>ts(e)):t.isAsync()?t.readAll().then(e=>new _e(e)):new _e(t.readAll())}var Gv=Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},Xd),Bh),mh),Zd),Yd),ph),Jd),{compareSchemas:Kn,compareFields:Lm,compareTypes:Rm});Jt.toDOMStream=iy;Bt.throughDOM=oy;Re.throughDOM=Xl;Xn.throughDOM=Xl;Ni.throughDOM=Xl;Zn.throughDOM=Zl;ya.throughDOM=Zl;ma.throughDOM=Zl;function zh(r="ws://localhost:3000/"){let t=[],e=!1,i=null,n,s={open(){e=!0,c()},close(){for(e=!1,i=null,n=null;t.length;)t.shift().reject("Socket closed")},error(l){if(i){let{reject:u}=i;i=null,c(),u(l)}else console.error("WebSocket error: ",l)},message({data:l}){if(i){let{query:u,resolve:h,reject:y}=i;if(i=null,c(),typeof l=="string"){let b=JSON.parse(l);b.error?y(b.error):h(b)}else if(u.type==="exec")h();else if(u.type==="arrow")h(ts(l.arrayBuffer()));else throw new Error(`Unexpected socket data: ${l}`)}else console.log("WebSocket message: ",l)}};function o(){n=new WebSocket(r);for(let l in s)n.addEventListener(l,s[l])}function a(l,u,h){n==null&&o(),t.push({query:l,resolve:u,reject:h}),e&&!i&&c()}function c(){t.length&&(i=t.shift(),n.send(JSON.stringify(i.query)))}return{get connected(){return e},query(l){return new Promise((u,h)=>a(l,u,h))}}}var Ke=class{constructor(t,e){t&&(this.table=String(t)),e&&(this.column=e)}get columns(){return this.column?[this.column]:[]}toString(){let{table:t,column:e}=this;if(e){let i=e.startsWith("*")?e:`"${e}"`;return`${t?`${ay(t)}.`:""}${i}`}else return t?ay(t):"NULL"}};function ay(r){return r.split(".").map(e=>`"${e}"`).join(".")}function cy(r,t){return r instanceof Ke&&r.column===t}function st(r){return typeof r=="string"?uy(r):r}function es(r){return typeof r=="string"?ly(r):r}function ly(r){return new Ke(r)}function uy(r,t){return arguments.length===1&&(t=r,r=null),new Ke(r,t)}function yn(r){switch(typeof r){case"boolean":return r?"TRUE":"FALSE";case"string":return`'${r}'`;case"number":return Number.isFinite(r)?String(r):"NULL";default:if(r==null)return"NULL";if(r instanceof Date){let t=+r;if(Number.isNaN(t))return"NULL";let e=r.getUTCFullYear(),i=r.getUTCMonth(),n=r.getUTCDate();return t===Date.UTC(e,i,n)?`MAKE_DATE(${e}, ${i+1}, ${n})`:`EPOCH_MS(${t})`}else return r instanceof RegExp?`'${r.source}'`:String(r)}}var rs=r=>typeof r?.addEventListener=="function";function tu(r){return r instanceof gn}var gn=class{constructor(t,e,i){this._expr=Array.isArray(t)?t:[t],this._deps=e||[],this.annotate(i);let n=this._expr.filter(s=>rs(s));n.length>0?(this._params=Array.from(new Set(n)),this._params.forEach(s=>{s.addEventListener("value",()=>Yv(this,this.map?.get("value")))})):this.addEventListener=void 0}get value(){return this}get columns(){let{_params:t,_deps:e}=this;if(t){let i=new Set(t.flatMap(n=>{let s=n.value?.columns;return Array.isArray(s)?s:[]}));if(i.size){let n=new Set(e);return i.forEach(s=>n.add(s)),Array.from(n)}}return e}get column(){return this._deps.length?this._deps[0]:this.columns[0]}annotate(...t){return Object.assign(this,...t)}toString(){return this._expr.map(t=>rs(t)&&!tu(t)?yn(t.value):t).join("")}addEventListener(t,e){let i=this.map||(this.map=new Map);(i.get(t)||(i.set(t,new Set),i.get(t))).add(e)}};function Yv(r,t){if(t?.size)return Promise.allSettled(Array.from(t,e=>e(r)))}function $h(r,t){let e=[r[0]],i=new Set,n=t.length;for(let s=0,o=0;s<n;){let a=t[s];rs(a)?e[++o]=a:(Array.isArray(a?.columns)&&a.columns.forEach(l=>i.add(l)),e[o]+=typeof a=="string"?a:yn(a));let c=r[++s];rs(e[o])?e[++o]=c:e[o]+=c}return{spans:e,cols:Array.from(i)}}function q(r,...t){let{spans:e,cols:i}=$h(r,t);return new gn(e,i)}function ga(r){r(this.op,this),this.children?.forEach(t=>t.visit(r))}function dy(r,t){let e=t.filter(n=>n!=null).map(st),i=e.map((n,s)=>s?` ${r} `:"");return e.length===1?i.push(""):e.length>1&&(i[0]="(",i.push(")")),q(i,...e).annotate({op:r,children:e,visit:ga})}var Wh=(...r)=>dy("AND",r.flat()),qh=(...r)=>dy("OR",r.flat()),Hv=r=>t=>q`(${r} ${st(t)})`.annotate({op:r,a:t,visit:ga}),Kv=Hv("NOT"),hy=r=>t=>q`(${st(t)} ${r})`.annotate({op:r,a:t,visit:ga}),Gh=hy("IS NULL"),Jv=hy("IS NOT NULL"),bn=r=>(t,e)=>q`(${st(t)} ${r} ${st(e)})`.annotate({op:r,a:t,b:e,visit:ga}),Qv=bn("="),Xv=bn("<>"),Zv=bn("<"),tw=bn(">"),ew=bn("<="),rw=bn(">="),iw=bn("IS DISTINCT FROM"),nw=bn("IS NOT DISTINCT FROM");function sw(r,t,e,i){t=st(t);let n=r.startsWith("NOT ")?"NOT ":"";return(e?i?q`${n}(${e[0]} <= ${t} AND ${t} < ${e[1]})`:q`(${t} ${r} ${e[0]} AND ${e[1]})`:q``).annotate({op:r,visit:ga,field:t,range:e})}var eu=(r,t,e)=>sw("BETWEEN",r,t,e);function is(r,t){return Array.from({length:r},()=>t)}function Zt(r,t){return(...e)=>{let i=e.map(st),n=t?`::${t}`:"";return(i.length?q([`${r}(`,...is(i.length-1,", "),`)${n}`],...i):q`${r}()${n}`).annotate({func:r,args:i})}}var ow=Zt("REGEXP_MATCHES"),aw=Zt("CONTAINS"),cw=Zt("PREFIX"),lw=Zt("SUFFIX"),uw=Zt("LOWER"),dw=Zt("UPPER"),hw=Zt("LENGTH"),fw=Zt("ISNAN"),pw=Zt("ISFINITE"),mw=Zt("ISINF");var ba=class r extends gn{constructor(t,e,i,n,s="",o="",a=""){let c;if(n&&!(s||o||a))c=n?q`${e} OVER "${n}"`:q`${e} OVER ()`;else{let y=s&&o?" ":"",b=(s||o)&&a?" ":"";c=q`${e} OVER (${n?`"${n}" `:""}${s}${y}${o}${b}${a})`}i&&(c=q`(${c})::${i}`);let{_expr:u,_deps:h}=c;super(u,h,{window:t,func:e,type:i,name:n,group:s,order:o,frame:a})}get basis(){return this.column}get label(){let{func:t}=this;return t.label??t.toString()}over(t){let{window:e,func:i,type:n,group:s,order:o,frame:a}=this;return new r(e,i,n,t,s,o,a)}partitionby(...t){let e=t.flat().filter(u=>u).map(st),i=q(["PARTITION BY ",is(e.length-1,", "),""],...e),{window:n,func:s,type:o,name:a,order:c,frame:l}=this;return new r(n,s,o,a,i,c,l)}orderby(...t){let e=t.flat().filter(u=>u).map(st),i=q(["ORDER BY ",is(e.length-1,", "),""],...e),{window:n,func:s,type:o,name:a,group:c,frame:l}=this;return new r(n,s,o,a,c,i,l)}rows(t){let e=fy("ROWS",t),{window:i,func:n,type:s,name:o,group:a,order:c}=this;return new r(i,n,s,o,a,c,e)}range(t){let e=fy("RANGE",t),{window:i,func:n,type:s,name:o,group:a,order:c}=this;return new r(i,n,s,o,a,c,e)}};function fy(r,t){if(rs(t)){let e=q`${t}`;return e.toString=()=>`${r} ${py(t.value)}`,e}return`${r} ${py(t)}`}function py(r){let[t,e]=r,i=t===0?"CURRENT ROW":Number.isFinite(t)?`${Math.abs(t)} PRECEDING`:"UNBOUNDED PRECEDING",n=e===0?"CURRENT ROW":Number.isFinite(e)?`${Math.abs(e)} FOLLOWING`:"UNBOUNDED FOLLOWING";return`BETWEEN ${i} AND ${n}`}function Ir(r,t){return(...e)=>{let i=Zt(r)(...e);return new ba(r,i,t)}}var yw=Ir("ROW_NUMBER","INTEGER"),gw=Ir("RANK","INTEGER"),bw=Ir("DENSE_RANK","INTEGER"),_w=Ir("PERCENT_RANK"),vw=Ir("CUME_DIST"),ww=Ir("NTILE"),Iw=Ir("LAG"),Sw=Ir("LEAD"),Bw=Ir("FIRST_VALUE"),Tw=Ir("LAST_VALUE"),xw=Ir("NTH_VALUE");var Yh=class r extends gn{constructor(t,e,i,n,s){e=(e||[]).map(st);let{strings:o,exprs:a}=Aw(t,e,i,n,s),{spans:c,cols:l}=$h(o,a);super(c,l,{aggregate:t,args:e,type:i,isDistinct:n,filter:s})}get basis(){return this.column}get label(){let{aggregate:t,args:e,isDistinct:i}=this,n=i?"DISTINCT"+(e.length?" ":""):"",s=e.length?`(${n}${e.map(Dw).join(", ")})`:"";return`${t.toLowerCase()}${s}`}distinct(){let{aggregate:t,args:e,type:i,filter:n}=this;return new r(t,e,i,!0,n)}where(t){let{aggregate:e,args:i,type:n,isDistinct:s}=this;return new r(e,i,n,s,t)}window(){let{aggregate:t,args:e,type:i,isDistinct:n}=this,s=new r(t,e,null,n);return new ba(t,s,i)}partitionby(...t){return this.window().partitionby(...t)}orderby(...t){return this.window().orderby(...t)}rows(t,e){return this.window().rows(t,e)}range(t,e){return this.window().range(t,e)}};function Aw(r,t,e,i,n){let s=`)${e?`::${e}`:""}`,o=[`${r}(${i?"DISTINCT ":""}`],a=[];return t.length?(o=o.concat([...is(t.length-1,", "),`${s}${n?" FILTER (WHERE ":""}`,...n?[")"]:[]]),a=[...t,...n?[n]:[]]):o[0]+="*"+s,{exprs:a,strings:o}}function Dw(r){let t=yn(r);return t&&t.startsWith('"')&&t.endsWith('"')?t.slice(1,-1):t}function nt(r,t){return(...e)=>new Yh(r,e,t)}var _a=nt("COUNT","INTEGER"),Ow=nt("AVG"),Ew=nt("AVG"),Fw=nt("MAD"),Hh=nt("MAX"),Kh=nt("MIN"),Nw=nt("SUM","DOUBLE"),Mw=nt("PRODUCT"),Lw=nt("MEDIAN"),Rw=nt("QUANTILE"),Uw=nt("MODE"),Cw=nt("VARIANCE"),kw=nt("STDDEV"),Vw=nt("SKEWNESS"),Pw=nt("KURTOSIS"),jw=nt("ENTROPY"),zw=nt("VAR_POP"),$w=nt("STDDEV_POP"),Ww=nt("CORR"),qw=nt("COVAR_POP"),Gw=nt("REGR_INTERCEPT"),Yw=nt("REGR_SLOPE"),Hw=nt("REGR_COUNT"),Kw=nt("REGR_R2"),Jw=nt("REGR_SYY"),Qw=nt("REGR_SXX"),Xw=nt("REGR_SXY"),Zw=nt("REGR_AVGX"),t0=nt("REGR_AVGY"),e0=nt("FIRST"),r0=nt("LAST"),i0=nt("ARG_MIN"),n0=nt("ARG_MAX"),s0=nt("STRING_AGG"),o0=nt("ARRAY_AGG");var Jh=r=>q`epoch_ms(${st(r)})`;var a0=Zt("ST_AsGeoJSON"),c0=Zt("ST_X"),l0=Zt("ST_Y"),u0=Zt("ST_CENTROID");var Je=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 ns("UNION",t.flat())}static unionAll(...t){return new ns("UNION ALL",t.flat())}static intersect(...t){return new ns("INTERSECT",t.flat())}static except(...t){return new ns("EXCEPT",t.flat())}static describe(t){let e=t.clone(),{clone:i,toString:n}=e;return Object.assign(e,{describe:!0,clone:()=>r.describe(i.call(e)),toString:()=>`DESCRIBE ${n.call(e)}`})}constructor(){this.query={with:[],select:[],from:[],where:[],groupby:[],having:[],window:[],qualify:[],orderby:[]}}clone(){let t=new r;return t.query={...this.query},t}with(...t){let{query:e}=this;if(t.length===0)return e.with;{let i=[],n=(s,o)=>{let a=o.clone();a.cteFor=this,i.push({as:s,query:a})};return t.flat().forEach(s=>{if(s!=null)if(s.as&&s.query)n(s.as,s.query);else for(let o in s)n(o,s[o])}),e.with=e.with.concat(i),this}}select(...t){let{query:e}=this;if(t.length===0)return e.select;{let i=[];for(let n of t.flat())if(n!=null)if(typeof n=="string")i.push({as:n,expr:st(n)});else if(n instanceof Ke)i.push({as:n.column,expr:n});else if(Array.isArray(n))i.push({as:n[0],expr:n[1]});else for(let s in n)i.push({as:ru(s),expr:st(n[s])});return e.select=e.select.concat(i),this}}$select(...t){return this.query.select=[],this.select(...t)}distinct(t=!0){return this.query.distinct=!!t,this}from(...t){let{query:e}=this;if(t.length===0)return e.from;{let i=[];return t.flat().forEach(n=>{if(n!=null)if(typeof n=="string")i.push({as:n,from:es(n)});else if(n instanceof Ke)i.push({as:n.table,from:n});else if(va(n)||tu(n))i.push({from:n});else if(Array.isArray(n))i.push({as:ru(n[0]),from:es(n[1])});else for(let s in n)i.push({as:ru(s),from:es(n[s])})}),e.from=e.from.concat(i),this}}$from(...t){return this.query.from=[],this.from(...t)}sample(t,e){let{query:i}=this;if(arguments.length===0)return i.sample;{let n=t;return typeof t=="number"&&(n=t>0&&t<1?{perc:100*t,method:e}:{rows:Math.round(t),method:e}),i.sample=n,this}}where(...t){let{query:e}=this;return t.length===0?e.where:(e.where=e.where.concat(t.flat().filter(i=>i)),this)}$where(...t){return this.query.where=[],this.where(...t)}groupby(...t){let{query:e}=this;return t.length===0?e.groupby:(e.groupby=e.groupby.concat(t.flat().filter(i=>i).map(st)),this)}$groupby(...t){return this.query.groupby=[],this.groupby(...t)}having(...t){let{query:e}=this;return t.length===0?e.having:(e.having=e.having.concat(t.flat().filter(i=>i)),this)}window(...t){let{query:e}=this;if(t.length===0)return e.window;{let i=[];return t.flat().forEach(n=>{if(n!=null)for(let s in n)i.push({as:ru(s),expr:n[s]})}),e.window=e.window.concat(i),this}}qualify(...t){let{query:e}=this;return t.length===0?e.qualify:(e.qualify=e.qualify.concat(t.flat().filter(i=>i)),this)}orderby(...t){let{query:e}=this;return t.length===0?e.orderby:(e.orderby=e.orderby.concat(t.flat().filter(i=>i).map(st)),this)}limit(t){let{query:e}=this;return arguments.length===0?e.limit:(e.limit=Number.isFinite(t)?t:void 0,this)}offset(t){let{query:e}=this;return arguments.length===0?e.offset:(e.offset=Number.isFinite(t)?t:void 0,this)}get subqueries(){let{query:t,cteFor:e}=this,n=(e?.query||t).with?.reduce((o,{as:a,query:c})=>(o[a]=c,o),{}),s=[];return t.from.forEach(({from:o})=>{if(va(o))s.push(o);else if(n[o.table]){let a=n[o.table];s.push(a)}}),s}toString(){let{with:t,select:e,distinct:i,from:n,sample:s,where:o,groupby:a,having:c,window:l,qualify:u,orderby:h,limit:y,offset:b}=this.query,z=[];if(t.length){let ft=t.map(({as:et,query:Nt})=>`"${et}" AS (${Nt})`);z.push(`WITH ${ft.join(", ")}`)}let ir=e.map(({as:ft,expr:et})=>cy(et,ft)&&!et.table?`${et}`:`${et} AS "${ft}"`);if(z.push(`SELECT${i?" DISTINCT":""} ${ir.join(", ")}`),n.length){let ft=n.map(({as:et,from:Nt})=>{let ai=va(Nt)?`(${Nt})`:`${Nt}`;return!et||et===Nt.table?ai:`${ai} AS "${et}"`});z.push(`FROM ${ft.join(", ")}`)}if(o.length){let ft=o.map(String).filter(et=>et).join(" AND ");ft&&z.push(`WHERE ${ft}`)}if(s){let{rows:ft,perc:et,method:Nt,seed:ai}=s,vc=ft?`${ft} ROWS`:`${et} PERCENT`,wc=Nt?` (${Nt}${ai!=null?`, ${ai}`:""})`:"";z.push(`USING SAMPLE ${vc}${wc}`)}if(a.length&&z.push(`GROUP BY ${a.join(", ")}`),c.length){let ft=c.map(String).filter(et=>et).join(" AND ");ft&&z.push(`HAVING ${ft}`)}if(l.length){let ft=l.map(({as:et,expr:Nt})=>`"${et}" AS (${Nt})`);z.push(`WINDOW ${ft.join(", ")}`)}if(u.length){let ft=u.map(String).filter(et=>et).join(" AND ");ft&&z.push(`QUALIFY ${ft}`)}return h.length&&z.push(`ORDER BY ${h.join(", ")}`),Number.isFinite(y)&&z.push(`LIMIT ${y}`),Number.isFinite(b)&&z.push(`OFFSET ${b}`),z.join(" ")}},ns=class r{constructor(t,e){this.op=t,this.queries=e.map(i=>i.clone()),this.query={orderby:[]}}clone(){let t=new r(this.op,this.queries);return t.query={...this.query},t}orderby(...t){let{query:e}=this;return t.length===0?e.orderby:(e.orderby=e.orderby.concat(t.flat().filter(i=>i).map(st)),this)}limit(t){let{query:e}=this;return arguments.length===0?e.limit:(e.limit=Number.isFinite(t)?t:void 0,this)}offset(t){let{query:e}=this;return arguments.length===0?e.offset:(e.offset=Number.isFinite(t)?t:void 0,this)}get subqueries(){let{queries:t,cteFor:e}=this;return e&&t.forEach(i=>i.cteFor=e),t}toString(){let{op:t,queries:e,query:{orderby:i,limit:n,offset:s}}=this,o=[e.join(` ${t} `)];return i.length&&o.push(`ORDER BY ${i.join(", ")}`),Number.isFinite(n)&&o.push(`LIMIT ${n}`),Number.isFinite(s)&&o.push(`OFFSET ${s}`),o.join(" ")}};function va(r){return r instanceof Je||r instanceof ns}function Qh(r){return va(r)&&r.describe}function ru(r){return d0(r)?r.slice(1,-1):r}function d0(r){return r[0]==='"'&&r[r.length-1]==='"'}var iu=r=>r;function h0(){return{apply:iu,invert:iu,sqlApply:st,sqlInvert:iu}}function f0({base:r}={}){if(r==null||r===Math.E)return{apply:Math.log,invert:Math.exp,sqlApply:t=>q`LN(${st(t)})`,sqlInvert:t=>q`EXP(${t})`};if(r===10)return{apply:Math.log10,invert:t=>Math.pow(10,t),sqlApply:t=>q`LOG(${st(t)})`,sqlInvert:t=>q`POW(10, ${t})`};{let t=+r;return{apply:e=>Math.log(e)/Math.log(t),invert:e=>Math.pow(t,e),sqlApply:e=>q`LN(${st(e)}) / LN(${t})`,sqlInvert:e=>q`POW(${t}, ${e})`}}}function p0({constant:r=1}={}){let t=+r;return{apply:e=>Math.sign(e)*Math.log1p(Math.abs(e)),invert:e=>Math.sign(e)*Math.exp(Math.abs(e)-t),sqlApply:e=>(e=st(e),q`SIGN(${e}) * LN(${t} + ABS(${e}))`),sqlInvert:e=>q`SIGN(${e}) * (EXP(ABS(${e})) - ${t})`}}function m0(){return{apply:r=>Math.sign(r)*Math.sqrt(Math.abs(r)),invert:r=>Math.sign(r)*r*r,sqlApply:r=>(r=st(r),q`SIGN(${r}) * SQRT(ABS(${r}))`),sqlInvert:r=>q`SIGN(${r}) * (${r}) ** 2`}}function y0({exponent:r=1}={}){let t=+r;return{apply:e=>Math.sign(e)*Math.pow(Math.abs(e),t),invert:e=>Math.sign(e)*Math.pow(Math.abs(e),1/t),sqlApply:e=>(e=st(e),q`SIGN(${e}) * POW(ABS(${e}), ${t})`),sqlInvert:e=>q`SIGN(${e}) * POW(ABS(${e}), 1/${t})`}}function my(){return{apply:r=>+r,invert:r=>new Date(r),sqlApply:r=>r instanceof Date?+r:Jh(st(r)),sqlInvert:iu}}var g0={linear:h0,log:f0,symlog:p0,sqrt:m0,pow:y0,time:my,utc:my};function Xh(r){let t=g0[r.type];return t?{...r,...t(r)}:null}function nu(r,t,{replace:e=!1,temp:i=!0,view:n=!1}={}){return"CREATE"+(e?" OR REPLACE ":" ")+(i?"TEMP ":"")+(n?"VIEW":"TABLE")+(e?" ":" IF NOT EXISTS ")+r+" AS "+t}function gy(r){let t=2166136261;for(let e=0,i=r.length;e<i;++e){let n=r.charCodeAt(e),s=n&65280;s&&(t=yy(t^s>>8)),t=yy(t^n&255)}return b0(t)}function yy(r){return r+(r<<1)+(r<<4)+(r<<7)+(r<<8)+(r<<24)}function b0(r){return r+=r<<13,r^=r>>>7,r+=r<<3,r^=r>>>17,r+=r<<5,r&4294967295}var su=class{constructor(t,{selection:e,temp:i=!0}){this.mc=t,this.selection=e,this.temp=i,this.reset()}reset(){this.enabled=!1,this.clients=null,this.indices=null,this.activeView=null}clear(){this.indices&&(this.mc.cancel(Array.from(this.indices.values(),t=>t.result)),this.indices=null)}index(t,e){if(this.clients!==t){let l=Array.from(t,_y),u=l[0]?.from;this.enabled=l.every(h=>h&&h.from===u),this.clients=t,this.activeView=null,this.clear()}if(!this.enabled)return!1;e=e||this.selection.active;let{source:i}=e;if(i&&i===this.activeView?.source)return!0;if(this.clear(),!i)return!1;let n=this.activeView=_0(e);if(!n)return!1;this.mc.logger().warn("DATA CUBE INDEX CONSTRUCTION");let s=this.selection.remove(i),o=this.indices=new Map,{mc:a,temp:c}=this;for(let l of t){if(s.skip(l,e))continue;let u=_y(l),h=l.query(s.predicate(l)).select({...n.columns,...u.count}).groupby(Object.keys(n.columns)),[y]=h.subqueries;if(y){let Nt=Object.values(n.columns).map(ai=>ai.columns[0]);w0(y,Nt)}let b=h.orderby();h.query.orderby=[];let z=h.toString(),ft=`cube_index_${(gy(z)>>>0).toString(16)}`,et=a.exec(nu(ft,z,{temp:c}));o.set(l,{table:ft,result:et,order:b,...u})}}async update(){let{clients:t,selection:e,activeView:i}=this,n=i.predicate(e.active.predicate);return Promise.all(Array.from(t).map(s=>this.updateClient(s,n)))}async updateClient(t,e){let i=this.indices.get(t);if(!i)return;e||(e=this.activeView.predicate(this.selection.active.predicate));let{table:n,dims:s,aggr:o,order:a=[]}=i,c=Je.select(s,o).from(n).groupby(s).where(e).orderby(a);return this.mc.updateClient(t,c)}};function _0(r){let{source:t,schema:e}=r,i=r.predicate?.columns;if(!e||!i)return null;let{type:n,scales:s,pixelSize:o=1}=e,a;if(n==="interval"&&s){let c=s.map(l=>v0(l,o));if(c.some(l=>l==null))return null;c.length===1?(a=l=>l?eu("active0",l.range.map(c[0])):[],i={active0:c[0](r.predicate.field)}):(a=l=>l?Wh(l.children.map(({range:u},h)=>eu(`active${h}`,u.map(c[h])))):[],i=Object.fromEntries(r.predicate.children.map((l,u)=>[`active${u}`,c[u](l.field)])))}else if(n==="point")a=c=>c,i=Object.fromEntries(i.map(c=>[c.toString(),c]));else return null;return{source:t,columns:i,predicate:a}}function v0(r,t){let{apply:e,sqlApply:i}=Xh(r);if(e){let{domain:n,range:s}=r,o=e(Math.min(...n)),a=e(Math.max(...n)),c=Math.abs(s[1]-s[0])/(a-o)/t,l=t===1?"":`${t}::INTEGER * `;return u=>q`${l}FLOOR(${c}::DOUBLE * (${i(u)} - ${o}::DOUBLE))::INTEGER`}}var by={from:NaN};function _y(r){if(!r.filterIndexable)return by;let t=r.query(),e=Zh(t);if(!e||!t.groupby)return by;let i=new Set(t.groupby().map(a=>a.column)),n=[],s=[],o;for(let{as:a,expr:{aggregate:c}}of t.select())switch(c?.toUpperCase?.()){case"COUNT":case"SUM":n.push({[a]:q`SUM("${a}")::DOUBLE`});break;case"AVG":o="_count_",n.push({[a]:q`(SUM("${a}" * ${o}) / SUM(${o}))::DOUBLE`});break;case"MAX":n.push({[a]:q`MAX("${a}")`});break;case"MIN":n.push({[a]:q`MIN("${a}")`});break;default:if(i.has(a))s.push(a);else return null}return{aggr:n,dims:s,count:o?{[o]:q`COUNT(*)`}:{},from:e}}function Zh(r){let t=r.subqueries;if(r.select){let i=r.from();if(!i.length)return;if(t.length===0)return i[0].from.table}let e=Zh(t[0]);for(let i=1;i<t.length;++i){let n=Zh(t[i]);if(n!==void 0&&n!==e)return NaN}return e}function w0(r,t){let e=new Set,i=n=>{e.has(n)||(e.add(n),n.select&&n.from().length&&n.select(t),n.subqueries.forEach(i))};i(r)}var ou=class{constructor(t,e,i=!0){this.mc=t,this.selection=e,this.clients=new Set,this.indexer=i?new su(this.mc,{...i,selection:e}):null;let{value:n,activate:s}=this.handlers={value:()=>this.update(),activate:o=>this.indexer?.index(this.clients,o)};e.addEventListener("value",n),e.addEventListener("activate",s)}finalize(){let{value:t,activate:e}=this.handlers;this.selection.removeEventListener("value",t),this.selection.removeEventListener("activate",e)}reset(){this.indexer?.reset()}add(t){return(this.clients=new Set(this.clients)).add(t),this}remove(t){return this.clients.has(t)&&(this.clients=new Set(this.clients)).delete(t),this}update(){let{mc:t,indexer:e,clients:i,selection:n}=this;return e?.index(i)?e.update():I0(t,i,n)}};function I0(r,t,e){return Promise.all(Array.from(t).map(i=>{let n=e.predicate(i);if(n!=null)return r.updateClient(i,i.query(n))}))}function au(){let r,t,e=new Promise((i,n)=>{r=i,t=n});return e.fulfill=i=>(r(i),e),e.reject=i=>(t(i),e),e}function S0(r){return(typeof requestAnimationFrame<"u"?requestAnimationFrame:typeof setImmediate<"u"?setImmediate:setTimeout)(r)}function vy(r,t,e){let i=[],n=0;function s(){let o=B0(i,t);i=[],n=0;for(let a of o)x0(a,r,e),O0(a,t)}return{add(o,a){o.request.type==="arrow"?(n=n||S0(()=>s()),i.push({entry:o,priority:a,index:i.length})):r(o,a)}}}function B0(r,t){let e=[],i=new Map;for(let n of r){let{entry:{request:s}}=n,o=T0(s.query,t);if(!i.has(o)){let a=[];e.push(a),i.set(o,a)}i.get(o).push(n)}return e}function T0(r,t){let e=`${r}`;if(r instanceof Je&&!t.get(e)){if(r.orderby().length||r.where().length||r.qualify().length||r.having().length)return e;let i=r.clone().$select("*"),n=r.groupby();if(n.length){let s={};r.select().forEach(({as:o,expr:a})=>s[o]=a),i.$groupby(n.map(o=>o instanceof Ke&&s[o.column]||o))}return`${i}`}else return e}function x0(r,t,e){if(A0(r))t({request:{type:"arrow",cache:!1,record:!1,query:r.query=D0(r,e)},result:r.result=au()});else for(let{entry:i,priority:n}of r)t(i,n)}function A0(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 D0(r,t){let e=r.maps=[],i=new Map;for(let o of r){let{query:a}=o.entry.request,c=[];e.push(c);for(let{as:l,expr:u}of a.select()){let h=`${u}`;i.has(h)||i.set(h,[`col${i.size}`,u]);let[y]=i.get(h);c.push([y,l])}t(`${a}`)}let n=r[0].entry.request.query.clone(),s=n.groupby();if(s.length){let o={};r.maps[0].forEach(([a,c])=>o[c]=a),n.$groupby(s.map(a=>a instanceof Ke&&o[a.column]||a))}return n.$select(Array.from(i.values()))}async function O0(r,t){let{maps:e,query:i,result:n}=r;if(!e)return;let s;try{s=await n}catch(a){for(let{entry:c}of r)c.result.reject(a);return}let o=Qh(i);r.forEach(({entry:a},c)=>{let{request:l,result:u}=a,h=e[c],y=o&&h?F0(s,h):h?E0(s,h):s;l.cache&&t.set(String(l.query),y),u.fulfill(y)})}function E0(r,t){let e={};for(let[i,n]of t)e[n]=r.getChild(i);return new r.constructor(e)}function F0(r,t){let e=new Map(t),i=[];for(let n of r)e.has(n.column_name)&&i.push({...n,column_name:e.get(n.column_name)});return i}var N0=typeof requestIdleCallback<"u"?requestIdleCallback:setTimeout,wy=()=>({get:()=>{},set:(r,t)=>t,clear:()=>{}});function Iy({max:r=1e3,ttl:t=3*60*60*1e3}={}){let e=new Map;function i(){let n=performance.now()-t,s=null,o=1/0;for(let[a,c]of e){let{last:l}=c;l<o&&(s=a,o=l),n>l&&e.delete(a)}s&&e.delete(s)}return{get(n){let s=e.get(n);if(s)return s.last=performance.now(),s.value},set(n,s){return e.set(n,{last:performance.now(),value:s}),e.size>r&&N0(i),s},clear(){e=new Map}}}function Sy(r){let t=Array.from({length:r},()=>({head:null,tail:null}));return{isEmpty(){return t.every(e=>!e.head)},insert(e,i){let n=t[i];if(!n)throw new Error(`Invalid queue priority rank: ${i}`);let s={item:e,next:null};n.head===null?n.head=n.tail=s:n.tail=n.tail.next=s},remove(e){for(let i of t){let{head:n,tail:s}=i;for(let o=null,a=n;a;o=a,a=a.next)e(a.item)&&(a===n?n=a.next:o.next=a.next,a===s&&(s=o||n));i.head=n,i.tail=s}},next(){for(let e of t){let{head:i}=e;if(i!==null)return e.head=i.next,e.tail===i&&(e.tail=null),i.item}}}}var Kr={High:0,Normal:1,Low:2};function By(){let r=Sy(3),t,e,i,n=[],s=null,o;function a(){if(s||r.isEmpty())return;let{request:h,result:y}=r.next();s=u(h,y),s.finally(()=>{s=null,a()})}function c(h,y=Kr.Normal){r.insert(h,y),a()}function l(h){n.length&&h&&n.forEach(y=>y.add(h))}async function u(h,y){try{let{query:b,type:z,cache:ir=!1,record:ft=!0,options:et}=h,Nt=b?`${b}`:null;if(ft&&l(Nt),ir){let wc=e.get(Nt);if(wc){i.debug("Cache"),y.fulfill(wc);return}}let ai=performance.now(),vc=await t.query({type:z,sql:Nt,...et});ir&&e.set(Nt,vc),i.debug(`Request: ${(performance.now()-ai).toFixed(1)}`),y.fulfill(vc)}catch(b){y.reject(b)}}return{cache(h){return h!==void 0?e=h===!0?Iy():h||wy():e},logger(h){return h?i=h:i},connector(h){return h?t=h:t},consolidate(h){h&&!o?o=vy(c,e,l):!h&&o&&(o=null)},request(h,y=Kr.Normal){let b=au(),z={request:h,result:b};return o?o.add(z,y):c(z,y),b},cancel(h){let y=new Set(h);r.remove(({result:b})=>y.has(b))},clear(){r.remove(({result:h})=>(h.reject("Cleared"),!0))},record(){let h=[],y={add(b){h.push(b)},reset(){h=[]},snapshot(){return h.slice()},stop(){return n=n.filter(b=>b!==y),h}};return n.push(y),y}}}function tf(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":return"string";case"ARRAY":case"LIST":return"array";case"BLOB":case"STRUCT":case"MAP":case"GEOMETRY":return"object";default:if(r.startsWith("DECIMAL"))return"number";if(r.startsWith("STRUCT")||r.startsWith("MAP"))return"object";if(r.endsWith("]"))return"array";throw new Error(`Unsupported type: ${r}`)}}function M0(r){return typeof r?.getChild=="function"}function L0(r){switch(r.typeId){case 2:case 3:case 7:return Float64Array;default:return Array}}function ef(r){let{typeId:t}=r;if(t===10)return e=>e==null?e:new Date(e);if(t===2&&r.bitWidth>=64)return e=>e==null?e:Number(e);if(t===7){let e=1/Math.pow(10,r.scale);return i=>i==null?i:xy(i,e)}return e=>e}function R0(r){let{type:t}=r,{typeId:e}=t;if(e===10){let i=r.length,n=new Array(i);for(let s=0;s<i;++s){let o=r.get(s);n[s]=o==null?null:new Date(o)}return n}if(e===2&&t.bitWidth>=64){let i=r.length,n=new Float64Array(i);for(let s=0;s<i;++s){let o=r.get(s);n[s]=o==null?NaN:Number(o)}return n}if(e===7){let i=1/Math.pow(10,t.scale),n=r.length,s=new Float64Array(n);for(let o=0;o<n;++o){let a=r.get(o);s[o]=a==null?NaN:xy(a,i)}return s}return r.toArray()}var Ty=Array.from({length:8},(r,t)=>Math.pow(2,t*32));function xy(r,t){let e=r.length,i=0;if(r.signed&&(r[e-1]|0)<0){for(let n=0;n<e;++n)i+=~(r[n]|0)*Ty[n];i=-(i+1)}else for(let n=0;n<e;++n)i+=r[n]*Ty[n];return i*t}var U0="count",C0="nulls",k0="max",V0="min",P0="distinct";var j0={[U0]:_a,[P0]:r=>_a(r).distinct(),[k0]:Hh,[V0]:Kh,[C0]:r=>_a().where(Gh(r))};function z0(r,t,e){return Je.from(r).select(Array.from(e,i=>[i,j0[i](t)]))}async function Ay(r,t){return t.length===1&&`${t[0].column}`=="*"?W0(r,t[0].table):(await Promise.all(t.map(e=>$0(r,e)))).filter(e=>e)}async function $0(r,{table:t,column:e,stats:i}){let n=Je.from({source:t}).select({column:e}).groupby(e.aggregate?q`ALL`:[]),[s]=Array.from(await r.query(Je.describe(n))),o={table:t,column:`${e}`,sqlType:s.column_type,type:tf(s.column_type),nullable:s.null==="YES"};if(!(i?.length||i?.size))return o;let a=await r.query(z0(t,e,i),{persist:!0});for(let c=0;c<a.numCols;++c){let{name:l}=a.schema.fields[c],u=a.getChildAt(c),h=ef(u.type);o[l]=h(u.get(0))}return o}async function W0(r,t){let e=await r.query(`DESCRIBE ${es(t)}`);return Array.from(e).map(i=>({table:t,column:i.column_name,sqlType:i.column_type,type:tf(i.column_type),nullable:i.null==="YES"}))}function Dy(){return{debug(){},info(){},log(){},warn(){},error(){}}}var cu;function q0(r){return r?cu=r:cu==null&&(cu=new lu),cu}var lu=class{constructor(t=zh(),e={}){let{logger:i=console,manager:n=By()}=e;this.manager=n,this.logger(i),this.configure(e),this.databaseConnector(t),this.clear()}logger(t){return arguments.length&&(this._logger=t||Dy(),this.manager.logger(this._logger)),this._logger}configure({cache:t=!0,consolidate:e=!0,indexes:i=!0}){this.manager.cache(t),this.manager.consolidate(e),this.indexes=i}clear({clients:t=!0,cache:e=!0}={}){this.manager.clear(),t&&(this.clients?.forEach(i=>this.disconnect(i)),this.filterGroups?.forEach(i=>i.finalize()),this.clients=new Set,this.filterGroups=new Map),e&&this.manager.cache().clear()}databaseConnector(t){return this.manager.connector(t)}cancel(t){this.manager.cancel(t)}exec(t,{priority:e=Kr.Normal}={}){return t=Array.isArray(t)?t.join(`;
10
+ ]`}concat(...t){let e=this.schema,i=this.data.concat(t.flatMap(({data:n})=>n));return new r(e,i.map(n=>new Lt(e,n)))}slice(t,e){let i=this.schema;[t,e]=Ro({length:this.numRows},t,e);let n=pl(this.data,this._offsets,t,e);return new r(i,n.map(s=>new Lt(i,s)))}getChild(t){return this.getChildAt(this.schema.fields.findIndex(e=>e.name===t))}getChildAt(t){if(t>-1&&t<this.schema.fields.length){let e=this.data.map(i=>i.children[t]);if(e.length===0){let{type:i}=this.schema.fields[t],n=$({type:i,length:0,nullCount:0});e.push(n._changeLengthAndBackfillNullBitmap(this.numRows))}return new rt(e)}return null}setChild(t,e){var i;return this.setChildAt((i=this.schema.fields)===null||i===void 0?void 0:i.findIndex(n=>n.name===t),e)}setChildAt(t,e){let i=this.schema,n=[...this.batches];if(t>-1&&t<this.numCols){e||(e=new rt([$({type:new ce,length:this.numRows})]));let s=i.fields.slice(),o=s[t].clone({type:e.type}),a=this.schema.fields.map((c,l)=>this.getChildAt(l));[s[t],a[t]]=[o,e],[i,n]=zl(i,a)}return new r(i,n)}select(t){let e=this.schema.fields.reduce((i,n,s)=>i.set(n.name,s),new Map);return this.selectAt(t.map(i=>e.get(i)).filter(i=>i>-1))}selectAt(t){let e=this.schema.selectAt(t),i=this.batches.map(n=>n.selectAt(t));return new r(e,i)}assign(t){let e=this.schema.fields,[i,n]=t.schema.fields.reduce((a,c,l)=>{let[u,h]=a,y=e.findIndex(b=>b.name===c.name);return~y?h[y]=l:u.push(l),a},[[],[]]),s=this.schema.assign(t.schema),o=[...e.map((a,c)=>[c,n[c]]).map(([a,c])=>c===void 0?this.getChildAt(a):t.getChildAt(c)),...i.map(a=>t.getChildAt(a))].filter(Boolean);return new r(...zl(s,o))}};Um=Symbol.toStringTag;_e[Um]=(r=>(r.schema=null,r.batches=[],r._offsets=new Uint32Array([0]),r._nullCount=-1,r[Symbol.isConcatSpreadable]=!0,r.isValid=Ns(ko),r.get=Ns(jt.getVisitFn(f.Struct)),r.set=ml(Qt.getVisitFn(f.Struct)),r.indexOf=yl(jn.getVisitFn(f.Struct)),"Table"))(_e.prototype);var km,Lt=class r{constructor(...t){switch(t.length){case 2:{if([this.schema]=t,!(this.schema instanceof lt))throw new TypeError("RecordBatch constructor expects a [Schema, Data] pair.");if([,this.data=$({nullCount:0,type:new bt(this.schema.fields),children:this.schema.fields.map(e=>$({type:e.type,nullCount:0}))})]=t,!(this.data instanceof ct))throw new TypeError("RecordBatch constructor expects a [Schema, Data] pair.");[this.schema,this.data]=Cm(this.schema,this.data.children);break}case 1:{let[e]=t,{fields:i,children:n,length:s}=Object.keys(e).reduce((c,l,u)=>(c.children[u]=e[l],c.length=Math.max(c.length,e[l].length),c.fields[u]=X.new({name:l,type:e[l].type,nullable:!0}),c),{length:0,fields:new Array,children:new Array}),o=new lt(i),a=$({type:new bt(i),length:s,children:n,nullCount:0});[this.schema,this.data]=Cm(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=Vm(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 jt.visit(this.data,t)}set(t,e){return Qt.visit(this.data,t,e)}indexOf(t,e){return jn.visit(this.data,t,e)}[Symbol.iterator](){return Ms.visit(new rt([this.data]))}toArray(){return[...this]}concat(...t){return new _e(this.schema,[this,...t])}slice(t,e){let[i]=new rt([this.data]).slice(t,e).data;return new r(this.schema,i)}getChild(t){var e;return this.getChildAt((e=this.schema.fields)===null||e===void 0?void 0:e.findIndex(i=>i.name===t))}getChildAt(t){return t>-1&&t<this.schema.fields.length?new rt([this.data.children[t]]):null}setChild(t,e){var i;return this.setChildAt((i=this.schema.fields)===null||i===void 0?void 0:i.findIndex(n=>n.name===t),e)}setChildAt(t,e){let i=this.schema,n=this.data;if(t>-1&&t<this.numCols){e||(e=new rt([$({type:new ce,length:this.numRows})]));let s=i.fields.slice(),o=n.children.slice(),a=s[t].clone({type:e.type});[s[t],o[t]]=[a,e.data[0]],i=new lt(s,new Map(this.schema.metadata)),n=$({type:new bt(s),children:o})}return new r(i,n)}select(t){let e=this.schema.select(t),i=new bt(e.fields),n=[];for(let s of t){let o=this.schema.fields.findIndex(a=>a.name===s);~o&&(n[o]=this.data.children[o])}return new r(e,$({type:i,length:this.numRows,children:n}))}selectAt(t){let e=this.schema.selectAt(t),i=t.map(s=>this.data.children[s]).filter(Boolean),n=$({type:new bt(e.fields),length:this.numRows,children:i});return new r(e,n)}};km=Symbol.toStringTag;Lt[km]=(r=>(r._nullCount=-1,r[Symbol.isConcatSpreadable]=!0,"RecordBatch"))(Lt.prototype);function Cm(r,t,e=t.reduce((i,n)=>Math.max(i,n.length),0)){var i;let n=[...r.fields],s=[...t],o=(e+63&-64)>>3;for(let[a,c]of r.fields.entries()){let l=t[a];(!l||l.length!==e)&&(n[a]=c.clone({nullable:!0}),s[a]=(i=l?._changeLengthAndBackfillNullBitmap(e))!==null&&i!==void 0?i:$({type:c.type,length:e,nullCount:e,nullBitmap:new Uint8Array(o)}))}return[r.assign(n),$({type:new bt(n),length:e,children:s})]}function Vm(r,t,e=new Map){var i,n;if(((i=r?.length)!==null&&i!==void 0?i:0)>0&&r?.length===t?.length)for(let s=-1,o=r.length;++s<o;){let{type:a}=r[s],c=t[s];for(let l of[c,...((n=c?.dictionary)===null||n===void 0?void 0:n.data)||[]])Vm(a.children,l?.children,e);if(_.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 Jn=class extends Lt{constructor(t){let e=t.fields.map(n=>$({type:n.type})),i=$({type:new bt(t.fields),nullCount:0,children:e});super(t,i)}};var vr=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static 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):dt.V1}headerType(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.readUint8(this.bb_pos+t):tt.NONE}header(t){let e=this.bb.__offset(this.bb_pos,8);return e?this.bb.__union(t,this.bb_pos+e):null}bodyLength(){let t=this.bb.__offset(this.bb_pos,10);return t?this.bb.readInt64(this.bb_pos+t):BigInt("0")}customMetadata(t,e){let i=this.bb.__offset(this.bb_pos,12);return i?(e||new Gt).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+i)+t*4),this.bb):null}customMetadataLength(){let t=this.bb.__offset(this.bb_pos,12);return t?this.bb.__vector_len(this.bb_pos+t):0}static startMessage(t){t.startObject(5)}static addVersion(t,e){t.addFieldInt16(0,e,dt.V1)}static addHeaderType(t,e){t.addFieldInt8(1,e,tt.NONE)}static addHeader(t,e){t.addFieldOffset(2,e,0)}static addBodyLength(t,e){t.addFieldInt64(3,e,BigInt("0"))}static addCustomMetadata(t,e){t.addFieldOffset(4,e,0)}static createCustomMetadataVector(t,e){t.startVector(4,e.length,4);for(let i=e.length-1;i>=0;i--)t.addOffset(e[i]);return t.endVector()}static startCustomMetadataVector(t,e){t.startVector(4,e,4)}static endMessage(t){return t.endObject()}static finishMessageBuffer(t,e){t.finish(e)}static finishSizePrefixedMessageBuffer(t,e){t.finish(e,void 0,!0)}static createMessage(t,e,i,n,s,o){return r.startMessage(t),r.addVersion(t,e),r.addHeaderType(t,i),r.addHeader(t,n),r.addBodyLength(t,s),r.addCustomMetadata(t,o),r.endMessage(t)}};var Oh=class extends B{visit(t,e){return t==null||e==null?void 0:super.visit(t,e)}visitNull(t,e){return Oo.startNull(e),Oo.endNull(e)}visitInt(t,e){return cr.startInt(e),cr.addBitWidth(e,t.bitWidth),cr.addIsSigned(e,t.isSigned),cr.endInt(e)}visitFloat(t,e){return ln.startFloatingPoint(e),ln.addPrecision(e,t.precision),ln.endFloatingPoint(e)}visitBinary(t,e){return Bo.startBinary(e),Bo.endBinary(e)}visitLargeBinary(t,e){return xo.startLargeBinary(e),xo.endLargeBinary(e)}visitBool(t,e){return To.startBool(e),To.endBool(e)}visitUtf8(t,e){return Fo.startUtf8(e),Fo.endUtf8(e)}visitLargeUtf8(t,e){return Ao.startLargeUtf8(e),Ao.endLargeUtf8(e)}visitDecimal(t,e){return $r.startDecimal(e),$r.addScale(e,t.scale),$r.addPrecision(e,t.precision),$r.addBitWidth(e,t.bitWidth),$r.endDecimal(e)}visitDate(t,e){return sn.startDate(e),sn.addUnit(e,t.unit),sn.endDate(e)}visitTime(t,e){return li.startTime(e),li.addUnit(e,t.unit),li.addBitWidth(e,t.bitWidth),li.endTime(e)}visitTimestamp(t,e){let i=t.timezone&&e.createString(t.timezone)||void 0;return ui.startTimestamp(e),ui.addUnit(e,t.unit),i!==void 0&&ui.addTimezone(e,i),ui.endTimestamp(e)}visitInterval(t,e){return un.startInterval(e),un.addUnit(e,t.unit),un.endInterval(e)}visitDuration(t,e){return on.startDuration(e),on.addUnit(e,t.unit),on.endDuration(e)}visitList(t,e){return Do.startList(e),Do.endList(e)}visitStruct(t,e){return Eo.startStruct_(e),Eo.endStruct_(e)}visitUnion(t,e){lr.startTypeIdsVector(e,t.typeIds.length);let i=lr.createTypeIdsVector(e,t.typeIds);return lr.startUnion(e),lr.addMode(e,t.mode),lr.addTypeIds(e,i),lr.endUnion(e)}visitDictionary(t,e){let i=this.visit(t.indices,e);return zr.startDictionaryEncoding(e),zr.addId(e,BigInt(t.id)),zr.addIsOrdered(e,t.isOrdered),i!==void 0&&zr.addIndexType(e,i),zr.endDictionaryEncoding(e)}visitFixedSizeBinary(t,e){return an.startFixedSizeBinary(e),an.addByteWidth(e,t.byteWidth),an.endFixedSizeBinary(e)}visitFixedSizeList(t,e){return cn.startFixedSizeList(e),cn.addListSize(e,t.listSize),cn.endFixedSizeList(e)}visitMap(t,e){return dn.startMap(e),dn.addKeysSorted(e,t.keysSorted),dn.endMap(e)}},$l=new Oh;function $m(r,t=new Map){return new lt(pv(r,t),Wl(r.metadata),t)}function Eh(r){return new Xt(r.count,qm(r.columns),Gm(r.columns))}function Wm(r){return new we(Eh(r.data),r.id,r.isDelta)}function pv(r,t){return(r.fields||[]).filter(Boolean).map(e=>X.fromJSON(e,t))}function Pm(r,t){return(r.children||[]).filter(Boolean).map(e=>X.fromJSON(e,t))}function qm(r){return(r||[]).reduce((t,e)=>[...t,new He(e.count,mv(e.VALIDITY)),...qm(e.children)],[])}function Gm(r,t=[]){for(let e=-1,i=(r||[]).length;++e<i;){let n=r[e];n.VALIDITY&&t.push(new ve(t.length,n.VALIDITY.length)),n.TYPE_ID&&t.push(new ve(t.length,n.TYPE_ID.length)),n.OFFSET&&t.push(new ve(t.length,n.OFFSET.length)),n.DATA&&t.push(new ve(t.length,n.DATA.length)),t=Gm(n.children,t)}return t}function mv(r){return(r||[]).reduce((t,e)=>t+ +(e===0),0)}function Ym(r,t){let e,i,n,s,o,a;return!t||!(s=r.dictionary)?(o=zm(r,Pm(r,t)),n=new X(r.name,o,r.nullable,Wl(r.metadata))):t.has(e=s.id)?(i=(i=s.indexType)?jm(i):new Wr,a=new Ne(t.get(e),i,e,s.isOrdered),n=new X(r.name,a,r.nullable,Wl(r.metadata))):(i=(i=s.indexType)?jm(i):new Wr,t.set(e,o=zm(r,Pm(r,t))),a=new Ne(o,i,e,s.isOrdered),n=new X(r.name,a,r.nullable,Wl(r.metadata))),n||null}function Wl(r=[]){return new Map(r.map(({key:t,value:e})=>[t,e]))}function jm(r){return new Ct(r.isSigned,r.bitWidth)}function zm(r,t){let e=r.type.name;switch(e){case"NONE":return new ce;case"null":return new ce;case"binary":return new di;case"largebinary":return new hi;case"utf8":return new fi;case"largeutf8":return new pi;case"bool":return new mi;case"list":return new pr((t||[])[0]);case"struct":return new bt(t||[]);case"struct_":return new bt(t||[])}switch(e){case"int":{let i=r.type;return new Ct(i.isSigned,i.bitWidth)}case"floatingpoint":{let i=r.type;return new ge(pt[i.precision])}case"decimal":{let i=r.type;return new yi(i.scale,i.precision,i.bitWidth)}case"date":{let i=r.type;return new gi(Vt[i.unit])}case"time":{let i=r.type;return new fr(v[i.unit],i.bitWidth)}case"timestamp":{let i=r.type;return new bi(v[i.unit],i.timezone)}case"interval":{let i=r.type;return new _i(Kt[i.unit])}case"duration":{let i=r.type;return new vi(v[i.unit])}case"union":{let i=r.type,[n,...s]=(i.mode+"").toLowerCase(),o=n.toUpperCase()+s.join("");return new mr(yt[o],i.typeIds||[],t||[])}case"fixedsizebinary":{let i=r.type;return new wi(i.byteWidth)}case"fixedsizelist":{let i=r.type;return new yr(i.listSize,(t||[])[0])}case"map":{let i=r.type;return new gr((t||[])[0],i.keysSorted)}}throw new Error(`Unrecognized type: "${e}"`)}var yv=ar,gv=Pt,Ie=class r{static fromJSON(t,e){let i=new r(0,dt.V5,e);return i._createHeader=bv(t,e),i}static decode(t){t=new gv(F(t));let e=vr.getRootAsMessage(t),i=e.bodyLength(),n=e.version(),s=e.headerType(),o=new r(i,n,s);return o._createHeader=_v(e,s),o}static encode(t){let e=new yv,i=-1;return t.isSchema()?i=lt.encode(e,t.header()):t.isRecordBatch()?i=Xt.encode(e,t.header()):t.isDictionaryBatch()&&(i=we.encode(e,t.header())),vr.startMessage(e),vr.addVersion(e,dt.V5),vr.addHeader(e,i),vr.addHeaderType(e,t.headerType),vr.addBodyLength(e,BigInt(t.bodyLength)),vr.finishMessageBuffer(e,vr.endMessage(e)),e.asUint8Array()}static from(t,e=0){if(t instanceof lt)return new r(0,dt.V5,tt.Schema,t);if(t instanceof Xt)return new r(e,dt.V5,tt.RecordBatch,t);if(t instanceof we)return new r(e,dt.V5,tt.DictionaryBatch,t);throw new Error(`Unrecognized Message header: ${t}`)}get type(){return this.headerType}get version(){return this._version}get headerType(){return this._headerType}get bodyLength(){return this._bodyLength}header(){return this._createHeader()}isSchema(){return this.headerType===tt.Schema}isRecordBatch(){return this.headerType===tt.RecordBatch}isDictionaryBatch(){return this.headerType===tt.DictionaryBatch}constructor(t,e,i,n){this._version=e,this._headerType=i,this.body=new Uint8Array(0),n&&(this._createHeader=()=>n),this._bodyLength=Ot(t)}},Xt=class{get nodes(){return this._nodes}get length(){return this._length}get buffers(){return this._buffers}constructor(t,e,i){this._nodes=e,this._buffers=i,this._length=Ot(t)}},we=class{get id(){return this._id}get data(){return this._data}get isDelta(){return this._isDelta}get length(){return this.data.length}get nodes(){return this.data.nodes}get buffers(){return this.data.buffers}constructor(t,e,i=!1){this._data=t,this._isDelta=i,this._id=Ot(e)}},ve=class{constructor(t,e){this.offset=Ot(t),this.length=Ot(e)}},He=class{constructor(t,e){this.length=Ot(t),this.nullCount=Ot(e)}};function bv(r,t){return()=>{switch(t){case tt.Schema:return lt.fromJSON(r);case tt.RecordBatch:return Xt.fromJSON(r);case tt.DictionaryBatch:return we.fromJSON(r)}throw new Error(`Unrecognized Message type: { name: ${tt[t]}, type: ${t} }`)}}function _v(r,t){return()=>{switch(t){case tt.Schema:return lt.decode(r.header(new ye),new Map,r.version());case tt.RecordBatch:return Xt.decode(r.header(new Fe),r.version());case tt.DictionaryBatch:return we.decode(r.header(new ci),r.version())}throw new Error(`Unrecognized Message type: { name: ${tt[t]}, type: ${t} }`)}}X.encode=Ev;X.decode=Dv;X.fromJSON=Ym;lt.encode=Ov;lt.decode=vv;lt.fromJSON=$m;Xt.encode=Fv;Xt.decode=wv;Xt.fromJSON=Eh;we.encode=Nv;we.decode=Iv;we.fromJSON=Wm;He.encode=Mv;He.decode=Bv;ve.encode=Lv;ve.decode=Sv;function vv(r,t=new Map,e=dt.V5){let i=Av(r,t);return new lt(i,ql(r),t,e)}function wv(r,t=dt.V5){if(r.compression()!==null)throw new Error("Record batch compression not implemented");return new Xt(r.length(),Tv(r),xv(r,t))}function Iv(r,t=dt.V5){return new we(Xt.decode(r.data(),t),r.id(),r.isDelta())}function Sv(r){return new ve(r.offset(),r.length())}function Bv(r){return new He(r.length(),r.nullCount())}function Tv(r){let t=[];for(let e,i=-1,n=-1,s=r.nodesLength();++i<s;)(e=r.nodes(i))&&(t[++n]=He.decode(e));return t}function xv(r,t){let e=[];for(let i,n=-1,s=-1,o=r.buffersLength();++n<o;)(i=r.buffers(n))&&(t<dt.V4&&(i.bb_pos+=8*(n+1)),e[++s]=ve.decode(i));return e}function Av(r,t){let e=[];for(let i,n=-1,s=-1,o=r.fieldsLength();++n<o;)(i=r.fields(n))&&(e[++s]=X.decode(i,t));return e}function Hm(r,t){let e=[];for(let i,n=-1,s=-1,o=r.childrenLength();++n<o;)(i=r.children(n))&&(e[++s]=X.decode(i,t));return e}function Dv(r,t){let e,i,n,s,o,a;return!t||!(a=r.dictionary())?(n=Jm(r,Hm(r,t)),i=new X(r.name(),n,r.nullable(),ql(r))):t.has(e=Ot(a.id()))?(s=(s=a.indexType())?Km(s):new Wr,o=new Ne(t.get(e),s,e,a.isOrdered()),i=new X(r.name(),o,r.nullable(),ql(r))):(s=(s=a.indexType())?Km(s):new Wr,t.set(e,n=Jm(r,Hm(r,t))),o=new Ne(n,s,e,a.isOrdered()),i=new X(r.name(),o,r.nullable(),ql(r))),i||null}function ql(r){let t=new Map;if(r)for(let e,i,n=-1,s=Math.trunc(r.customMetadataLength());++n<s;)(e=r.customMetadata(n))&&(i=e.key())!=null&&t.set(i,e.value());return t}function Km(r){return new Ct(r.isSigned(),r.bitWidth())}function Jm(r,t){let e=r.typeType();switch(e){case mt.NONE:return new ce;case mt.Null:return new ce;case mt.Binary:return new di;case mt.LargeBinary:return new hi;case mt.Utf8:return new fi;case mt.LargeUtf8:return new pi;case mt.Bool:return new mi;case mt.List:return new pr((t||[])[0]);case mt.Struct_:return new bt(t||[])}switch(e){case mt.Int:{let i=r.type(new cr);return new Ct(i.isSigned(),i.bitWidth())}case mt.FloatingPoint:{let i=r.type(new ln);return new ge(i.precision())}case mt.Decimal:{let i=r.type(new $r);return new yi(i.scale(),i.precision(),i.bitWidth())}case mt.Date:{let i=r.type(new sn);return new gi(i.unit())}case mt.Time:{let i=r.type(new li);return new fr(i.unit(),i.bitWidth())}case mt.Timestamp:{let i=r.type(new ui);return new bi(i.unit(),i.timezone())}case mt.Interval:{let i=r.type(new un);return new _i(i.unit())}case mt.Duration:{let i=r.type(new on);return new vi(i.unit())}case mt.Union:{let i=r.type(new lr);return new mr(i.mode(),i.typeIdsArray()||[],t||[])}case mt.FixedSizeBinary:{let i=r.type(new an);return new wi(i.byteWidth())}case mt.FixedSizeList:{let i=r.type(new cn);return new yr(i.listSize(),(t||[])[0])}case mt.Map:{let i=r.type(new dn);return new gr((t||[])[0],i.keysSorted())}}throw new Error(`Unrecognized type: "${mt[e]}" (${e})`)}function Ov(r,t){let e=t.fields.map(s=>X.encode(r,s));ye.startFieldsVector(r,e.length);let i=ye.createFieldsVector(r,e),n=t.metadata&&t.metadata.size>0?ye.createCustomMetadataVector(r,[...t.metadata].map(([s,o])=>{let a=r.createString(`${s}`),c=r.createString(`${o}`);return Gt.startKeyValue(r),Gt.addKey(r,a),Gt.addValue(r,c),Gt.endKeyValue(r)})):-1;return ye.startSchema(r),ye.addFields(r,i),ye.addEndianness(r,Rv?nn.Little:nn.Big),n!==-1&&ye.addCustomMetadata(r,n),ye.endSchema(r)}function Ev(r,t){let e=-1,i=-1,n=-1,s=t.type,o=t.typeId;_.isDictionary(s)?(o=s.dictionary.typeId,n=$l.visit(s,r),i=$l.visit(s.dictionary,r)):i=$l.visit(s,r);let a=(s.children||[]).map(u=>X.encode(r,u)),c=se.createChildrenVector(r,a),l=t.metadata&&t.metadata.size>0?se.createCustomMetadataVector(r,[...t.metadata].map(([u,h])=>{let y=r.createString(`${u}`),b=r.createString(`${h}`);return Gt.startKeyValue(r),Gt.addKey(r,y),Gt.addValue(r,b),Gt.endKeyValue(r)})):-1;return t.name&&(e=r.createString(t.name)),se.startField(r),se.addType(r,i),se.addTypeType(r,o),se.addChildren(r,c),se.addNullable(r,!!t.nullable),e!==-1&&se.addName(r,e),n!==-1&&se.addDictionary(r,n),l!==-1&&se.addCustomMetadata(r,l),se.endField(r)}function Fv(r,t){let e=t.nodes||[],i=t.buffers||[];Fe.startNodesVector(r,e.length);for(let o of e.slice().reverse())He.encode(r,o);let n=r.endVector();Fe.startBuffersVector(r,i.length);for(let o of i.slice().reverse())ve.encode(r,o);let s=r.endVector();return Fe.startRecordBatch(r),Fe.addLength(r,BigInt(t.length)),Fe.addNodes(r,n),Fe.addBuffers(r,s),Fe.endRecordBatch(r)}function Nv(r,t){let e=Xt.encode(r,t.data);return ci.startDictionaryBatch(r),ci.addId(r,BigInt(t.id)),ci.addIsDelta(r,t.isDelta),ci.addData(r,e),ci.endDictionaryBatch(r)}function Mv(r,t){return Bs.createFieldNode(r,BigInt(t.length),BigInt(t.nullCount))}function Lv(r,t){return Ss.createBuffer(r,BigInt(t.offset),BigInt(t.length))}var Rv=(()=>{let r=new ArrayBuffer(2);return new DataView(r).setInt16(0,256,!0),new Int16Array(r)[0]===256})();var Nh=r=>`Expected ${tt[r]} Message in stream, but was null or length 0.`,Mh=r=>`Header pointer of flatbuffer-encoded ${tt[r]} Message is null or length 0.`,Qm=(r,t)=>`Expected to read ${r} metadata bytes, but only read ${t}.`,Xm=(r,t)=>`Expected to read ${r} bytes for message body, but only read ${t}.`,js=class{constructor(t){this.source=t instanceof Yr?t:new Yr(t)}[Symbol.iterator](){return this}next(){let t;return(t=this.readMetadataLength()).done?_t:t.value===-1&&(t=this.readMetadataLength()).done?_t:(t=this.readMetadata(t.value)).done?_t: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(Nh(t));return e.value}readMessageBody(t){if(t<=0)return new Uint8Array(0);let e=F(this.source.read(t));if(e.byteLength<t)throw new Error(Xm(t,e.byteLength));return e.byteOffset%8===0&&e.byteOffset+e.byteLength<=e.buffer.byteLength?e:e.slice()}readSchema(t=!1){let e=tt.Schema,i=this.readMessage(e),n=i?.header();if(t&&!n)throw new Error(Mh(e));return n}readMetadataLength(){let t=this.source.read(Gl),e=t&&new Pt(t),i=e?.readInt32(0)||0;return{done:i===0,value:i}}readMetadata(t){let e=this.source.read(t);if(!e)return _t;if(e.byteLength<t)throw new Error(Qm(t,e.byteLength));return{done:!1,value:Ie.decode(e)}}},fa=class{constructor(t,e){this.source=t instanceof Ge?t:Tc(t)?new mn(t,e):new Ge(t)}[Symbol.asyncIterator](){return this}next(){return p(this,void 0,void 0,function*(){let t;return(t=yield this.readMetadataLength()).done?_t:t.value===-1&&(t=yield this.readMetadataLength()).done?_t:(t=yield this.readMetadata(t.value)).done?_t:t})}throw(t){return p(this,void 0,void 0,function*(){return yield this.source.throw(t)})}return(t){return p(this,void 0,void 0,function*(){return yield this.source.return(t)})}readMessage(t){return p(this,void 0,void 0,function*(){let e;if((e=yield this.next()).done)return null;if(t!=null&&e.value.headerType!==t)throw new Error(Nh(t));return e.value})}readMessageBody(t){return p(this,void 0,void 0,function*(){if(t<=0)return new Uint8Array(0);let e=F(yield this.source.read(t));if(e.byteLength<t)throw new Error(Xm(t,e.byteLength));return e.byteOffset%8===0&&e.byteOffset+e.byteLength<=e.buffer.byteLength?e:e.slice()})}readSchema(t=!1){return p(this,void 0,void 0,function*(){let e=tt.Schema,i=yield this.readMessage(e),n=i?.header();if(t&&!n)throw new Error(Mh(e));return n})}readMetadataLength(){return p(this,void 0,void 0,function*(){let t=yield this.source.read(Gl),e=t&&new Pt(t),i=e?.readInt32(0)||0;return{done:i===0,value:i}})}readMetadata(t){return p(this,void 0,void 0,function*(){let e=yield this.source.read(t);if(!e)return _t;if(e.byteLength<t)throw new Error(Qm(t,e.byteLength));return{done:!1,value:Ie.decode(e)}})}},pa=class extends js{constructor(t){super(new Uint8Array(0)),this._schema=!1,this._body=[],this._batchIndex=0,this._dictionaryIndex=0,this._json=t instanceof Vo?t:new Vo(t)}next(){let{_json:t}=this;if(!this._schema)return this._schema=!0,{done:!1,value:Ie.fromJSON(t.schema,tt.Schema)};if(this._dictionaryIndex<t.dictionaries.length){let e=t.dictionaries[this._dictionaryIndex++];return this._body=e.data.columns,{done:!1,value:Ie.fromJSON(e,tt.DictionaryBatch)}}if(this._batchIndex<t.batches.length){let e=t.batches[this._batchIndex++];return this._body=e.columns,{done:!1,value:Ie.fromJSON(e,tt.RecordBatch)}}return this._body=[],_t}readMessageBody(t){return e(this._body);function e(i){return(i||[]).reduce((n,s)=>[...n,...s.VALIDITY&&[s.VALIDITY]||[],...s.TYPE_ID&&[s.TYPE_ID]||[],...s.OFFSET&&[s.OFFSET]||[],...s.DATA&&[s.DATA]||[],...e(s.children)],[])}}readMessage(t){let e;if((e=this.next()).done)return null;if(t!=null&&e.value.headerType!==t)throw new Error(Nh(t));return e.value}readSchema(){let t=tt.Schema,e=this.readMessage(t),i=e?.header();if(!e||!i)throw new Error(Mh(t));return i}},Gl=4,Fh="ARROW1",zs=new Uint8Array(Fh.length);for(let r=0;r<Fh.length;r+=1)zs[r]=Fh.codePointAt(r);function Yl(r,t=0){for(let e=-1,i=zs.length;++e<i;)if(zs[e]!==r[t+e])return!1;return!0}var $s=zs.length,Lh=$s+Gl,Zm=$s*2+Gl;var Re=class r extends $n{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 Oe(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 Jt.toDOMStream(this.isSync()?{[Symbol.iterator]:()=>this}:{[Symbol.asyncIterator]:()=>this})}toNodeStream(){return Jt.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:Sc(t)?Cv(t):Tc(t)?Pv(t):Oe(t)?p(this,void 0,void 0,function*(){return yield r.from(yield t)}):xc(t)||bo(t)||Dc(t)||$e(t)?Vv(new Ge(t)):kv(new Yr(t))}static readAll(t){return t instanceof r?t.isSync()?ty(t):ey(t):Sc(t)||ArrayBuffer.isView(t)||nr(t)||Bc(t)?ty(t):ey(t)}},Ni=class extends Re{constructor(t){super(t),this._impl=t}readAll(){return[...this]}[Symbol.iterator](){return this._impl[Symbol.iterator]()}[Symbol.asyncIterator](){return gt(this,arguments,function*(){yield g(yield*ze(Mt(this[Symbol.iterator]())))})}},Qn=class extends Re{constructor(t){super(t),this._impl=t}readAll(){var t,e,i,n;return p(this,void 0,void 0,function*(){let s=new Array;try{for(var o=!0,a=Mt(this),c;c=yield a.next(),t=c.done,!t;o=!0){n=c.value,o=!1;let l=n;s.push(l)}}catch(l){e={error:l}}finally{try{!o&&!t&&(i=a.return)&&(yield i.call(a))}finally{if(e)throw e.error}}return s})}[Symbol.iterator](){throw new Error("AsyncRecordBatchStreamReader is not Iterable")}[Symbol.asyncIterator](){return this._impl[Symbol.asyncIterator]()}},Xn=class extends Ni{constructor(t){super(t),this._impl=t}},Hl=class extends Qn{constructor(t){super(t),this._impl=t}},Kl=class{get numDictionaries(){return this._dictionaryIndex}get numRecordBatches(){return this._recordBatchIndex}constructor(t=new Map){this.closed=!1,this.autoDestroy=!0,this._dictionaryIndex=0,this._recordBatchIndex=0,this.dictionaries=t}isSync(){return!1}isAsync(){return!1}isFile(){return!1}isStream(){return!1}reset(t){return this._dictionaryIndex=0,this._recordBatchIndex=0,this.schema=t,this.dictionaries=new Map,this}_loadRecordBatch(t,e){let i=this._loadVectors(t,e,this.schema.fields),n=$({type:new bt(this.schema.fields),length:t.length,children:i});return new Lt(this.schema,n)}_loadDictionaryBatch(t,e){let{id:i,isDelta:n}=t,{dictionaries:s,schema:o}=this,a=s.get(i);if(n||!a){let c=o.dictionaries.get(i),l=this._loadVectors(t.data,e,[c]);return(a&&n?a.concat(new rt(l)):new rt(l)).memoize()}return a.memoize()}_loadVectors(t,e,i){return new $o(e,t.nodes,t.buffers,this.dictionaries,this.schema.metadataVersion).visitMany(i)}},Ws=class extends Kl{constructor(t,e){super(e),this._reader=Sc(t)?new pa(this._handle=t):new js(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=ry(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):_t}return(t){return!this.closed&&this.autoDestroy&&(this.closed=!0)?this.reset()._reader.return(t):_t}next(){if(this.closed)return _t;let t,{_reader:e}=this;for(;t=this._readNextMessageAndValidate();)if(t.isSchema())this.reset(t.header());else if(t.isRecordBatch()){this._recordBatchIndex++;let i=t.header(),n=e.readMessageBody(t.bodyLength);return{done:!1,value:this._loadRecordBatch(i,n)}}else if(t.isDictionaryBatch()){this._dictionaryIndex++;let i=t.header(),n=e.readMessageBody(t.bodyLength),s=this._loadDictionaryBatch(i,n);this.dictionaries.set(i.id,s)}return this.schema&&this._recordBatchIndex===0?(this._recordBatchIndex++,{done:!1,value:new Jn(this.schema)}):this.return()}_readNextMessageAndValidate(t){return this._reader.readMessage(t)}},qs=class extends Kl{constructor(t,e){super(e),this._reader=new fa(this._handle=t)}isAsync(){return!0}isStream(){return!0}[Symbol.asyncIterator](){return this}cancel(){return p(this,void 0,void 0,function*(){!this.closed&&(this.closed=!0)&&(yield this.reset()._reader.return(),this._reader=null,this.dictionaries=null)})}open(t){return p(this,void 0,void 0,function*(){return this.closed||(this.autoDestroy=ry(this,t),this.schema||(this.schema=yield this._reader.readSchema())||(yield this.cancel())),this})}throw(t){return p(this,void 0,void 0,function*(){return!this.closed&&this.autoDestroy&&(this.closed=!0)?yield this.reset()._reader.throw(t):_t})}return(t){return p(this,void 0,void 0,function*(){return!this.closed&&this.autoDestroy&&(this.closed=!0)?yield this.reset()._reader.return(t):_t})}next(){return p(this,void 0,void 0,function*(){if(this.closed)return _t;let t,{_reader:e}=this;for(;t=yield this._readNextMessageAndValidate();)if(t.isSchema())yield this.reset(t.header());else if(t.isRecordBatch()){this._recordBatchIndex++;let i=t.header(),n=yield e.readMessageBody(t.bodyLength);return{done:!1,value:this._loadRecordBatch(i,n)}}else if(t.isDictionaryBatch()){this._dictionaryIndex++;let i=t.header(),n=yield e.readMessageBody(t.bodyLength),s=this._loadDictionaryBatch(i,n);this.dictionaries.set(i.id,s)}return this.schema&&this._recordBatchIndex===0?(this._recordBatchIndex++,{done:!1,value:new Jn(this.schema)}):yield this.return()})}_readNextMessageAndValidate(t){return p(this,void 0,void 0,function*(){return yield this._reader.readMessage(t)})}},Jl=class extends Ws{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 Po?t:new Po(t),e)}isSync(){return!0}isFile(){return!0}open(t){if(!this.closed&&!this._footer){this.schema=(this._footer=this._readFooter()).schema;for(let e of this._footer.dictionaryBatches())e&&this._readDictionaryBatch(this._dictionaryIndex++)}return super.open(t)}readRecordBatch(t){var e;if(this.closed)return null;this._footer||this.open();let i=(e=this._footer)===null||e===void 0?void 0:e.getRecordBatch(t);if(i&&this._handle.seek(i.offset)){let n=this._reader.readMessage(tt.RecordBatch);if(n?.isRecordBatch()){let s=n.header(),o=this._reader.readMessageBody(n.bodyLength);return this._loadRecordBatch(s,o)}}return null}_readDictionaryBatch(t){var e;let i=(e=this._footer)===null||e===void 0?void 0:e.getDictionaryBatch(t);if(i&&this._handle.seek(i.offset)){let n=this._reader.readMessage(tt.DictionaryBatch);if(n?.isDictionaryBatch()){let s=n.header(),o=this._reader.readMessageBody(n.bodyLength),a=this._loadDictionaryBatch(s,o);this.dictionaries.set(s.id,a)}}}_readFooter(){let{_handle:t}=this,e=t.size-Lh,i=t.readInt32(e),n=t.readAt(e-i,i);return Bi.decode(n)}_readNextMessageAndValidate(t){var e;if(this._footer||this.open(),this._footer&&this._recordBatchIndex<this.numRecordBatches){let i=(e=this._footer)===null||e===void 0?void 0:e.getRecordBatch(this._recordBatchIndex);if(i&&this._handle.seek(i.offset))return this._reader.readMessage(t)}return null}},Rh=class extends qs{get footer(){return this._footer}get numDictionaries(){return this._footer?this._footer.numDictionaries:0}get numRecordBatches(){return this._footer?this._footer.numRecordBatches:0}constructor(t,...e){let i=typeof e[0]!="number"?e.shift():void 0,n=e[0]instanceof Map?e.shift():void 0;super(t instanceof mn?t:new mn(t,i),n)}isFile(){return!0}isAsync(){return!0}open(t){let e=Object.create(null,{open:{get:()=>super.open}});return p(this,void 0,void 0,function*(){if(!this.closed&&!this._footer){this.schema=(this._footer=yield this._readFooter()).schema;for(let i of this._footer.dictionaryBatches())i&&(yield this._readDictionaryBatch(this._dictionaryIndex++))}return yield e.open.call(this,t)})}readRecordBatch(t){var e;return p(this,void 0,void 0,function*(){if(this.closed)return null;this._footer||(yield this.open());let i=(e=this._footer)===null||e===void 0?void 0:e.getRecordBatch(t);if(i&&(yield this._handle.seek(i.offset))){let n=yield this._reader.readMessage(tt.RecordBatch);if(n?.isRecordBatch()){let s=n.header(),o=yield this._reader.readMessageBody(n.bodyLength);return this._loadRecordBatch(s,o)}}return null})}_readDictionaryBatch(t){var e;return p(this,void 0,void 0,function*(){let i=(e=this._footer)===null||e===void 0?void 0:e.getDictionaryBatch(t);if(i&&(yield this._handle.seek(i.offset))){let n=yield this._reader.readMessage(tt.DictionaryBatch);if(n?.isDictionaryBatch()){let s=n.header(),o=yield this._reader.readMessageBody(n.bodyLength),a=this._loadDictionaryBatch(s,o);this.dictionaries.set(s.id,a)}}})}_readFooter(){return p(this,void 0,void 0,function*(){let{_handle:t}=this;t._pending&&(yield t._pending);let e=t.size-Lh,i=yield t.readInt32(e),n=yield t.readAt(e-i,i);return Bi.decode(n)})}_readNextMessageAndValidate(t){return p(this,void 0,void 0,function*(){if(this._footer||(yield this.open()),this._footer&&this._recordBatchIndex<this.numRecordBatches){let e=this._footer.getRecordBatch(this._recordBatchIndex);if(e&&(yield this._handle.seek(e.offset)))return yield this._reader.readMessage(t)}return null})}},Uh=class extends Ws{constructor(t,e){super(t,e)}_loadVectors(t,e,i){return new vl(e,t.nodes,t.buffers,this.dictionaries,this.schema.metadataVersion).visitMany(i)}};function ry(r,t){return t&&typeof t.autoDestroy=="boolean"?t.autoDestroy:r.autoDestroy}function*ty(r){let t=Re.from(r);try{if(!t.open({autoDestroy:!1}).closed)do yield t;while(!t.reset().open().closed)}finally{t.cancel()}}function ey(r){return gt(this,arguments,function*(){let e=yield g(Re.from(r));try{if(!(yield g(e.open({autoDestroy:!1}))).closed)do yield yield g(e);while(!(yield g(e.reset().open())).closed)}finally{yield g(e.cancel())}})}function Cv(r){return new Ni(new Uh(r))}function kv(r){let t=r.peek($s+7&-8);return t&&t.byteLength>=4?Yl(t)?new Xn(new Jl(r.read())):new Ni(new Ws(r)):new Ni(new Ws(function*(){}()))}function Vv(r){return p(this,void 0,void 0,function*(){let t=yield r.peek($s+7&-8);return t&&t.byteLength>=4?Yl(t)?new Xn(new Jl(yield r.read())):new Qn(new qs(r)):new Qn(new qs(function(){return gt(this,arguments,function*(){})}()))})}function Pv(r){return p(this,void 0,void 0,function*(){let{size:t}=yield r.stat(),e=new mn(r,t);return t>=Zm&&Yl(yield e.readAt(0,$s+7&-8))?new Hl(new Rh(e)):new Qn(new qs(e))})}var At=class r extends B{static assemble(...t){let e=n=>n.flatMap(s=>Array.isArray(s)?e(s):s instanceof Lt?s.data.children:s.data),i=new r;return i.visitMany(e(t)),i}constructor(){super(),this._byteLength=0,this._nodes=[],this._buffers=[],this._bufferRegions=[]}visit(t){if(t instanceof rt)return this.visitMany(t.data),this;let{type:e}=t;if(!_.isDictionary(e)){let{length:i}=t;if(i>2147483647)throw new RangeError("Cannot write arrays larger than 2^31 - 1 in length");if(_.isUnion(e))this.nodes.push(new He(i,0));else{let{nullCount:n}=t;_.isNull(e)||wr.call(this,n<=0?new Uint8Array(0):Vn(t.offset,i,t.nullBitmap)),this.nodes.push(new He(i,n))}}return super.visit(t)}visitNull(t){return this}visitDictionary(t){return this.visit(t.clone(t.type.indices))}get nodes(){return this._nodes}get buffers(){return this._buffers}get byteLength(){return this._byteLength}get bufferRegions(){return this._bufferRegions}};function wr(r){let t=r.byteLength+7&-8;return this.buffers.push(r),this.bufferRegions.push(new ve(this._byteLength,t)),this._byteLength+=t,this}function jv(r){var t;let{type:e,length:i,typeIds:n,valueOffsets:s}=r;if(wr.call(this,n),e.mode===yt.Sparse)return Ch.call(this,r);if(e.mode===yt.Dense){if(r.offset<=0)return wr.call(this,s),Ch.call(this,r);{let o=new Int32Array(i),a=Object.create(null),c=Object.create(null);for(let l,u,h=-1;++h<i;)(l=n[h])!==void 0&&((u=a[l])===void 0&&(u=a[l]=s[h]),o[h]=s[h]-u,c[l]=((t=c[l])!==null&&t!==void 0?t:0)+1);wr.call(this,o),this.visitMany(r.children.map((l,u)=>{let h=e.typeIds[u],y=a[h],b=c[h];return l.slice(y,Math.min(i,b))}))}}return this}function zv(r){let t;return r.nullCount>=r.length?wr.call(this,new Uint8Array(0)):(t=r.values)instanceof Uint8Array?wr.call(this,Vn(r.offset,r.length,t)):wr.call(this,Pn(r.values))}function Mi(r){return wr.call(this,r.values.subarray(0,r.length*r.stride))}function Ql(r){let{length:t,values:e,valueOffsets:i}=r,n=Ot(i[0]),s=Ot(i[t]),o=Math.min(s-n,e.byteLength-n);return wr.call(this,Ec(-n,t+1,i)),wr.call(this,e.subarray(n,n+o)),this}function kh(r){let{length:t,valueOffsets:e}=r;if(e){let{[0]:i,[t]:n}=e;return wr.call(this,Ec(-i,t+1,e)),this.visit(r.children[0].slice(i,n-i))}return this.visit(r.children[0])}function Ch(r){return this.visitMany(r.type.children.map((t,e)=>r.children[e]).filter(Boolean))[0]}At.prototype.visitBool=zv;At.prototype.visitInt=Mi;At.prototype.visitFloat=Mi;At.prototype.visitUtf8=Ql;At.prototype.visitLargeUtf8=Ql;At.prototype.visitBinary=Ql;At.prototype.visitLargeBinary=Ql;At.prototype.visitFixedSizeBinary=Mi;At.prototype.visitDate=Mi;At.prototype.visitTimestamp=Mi;At.prototype.visitTime=Mi;At.prototype.visitDecimal=Mi;At.prototype.visitList=kh;At.prototype.visitStruct=Ch;At.prototype.visitUnion=jv;At.prototype.visitInterval=Mi;At.prototype.visitDuration=Mi;At.prototype.visitFixedSizeList=kh;At.prototype.visitMap=kh;var Zn=class extends $n{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 Gr,this._schema=null,this._dictionaryBlocks=[],this._recordBatchBlocks=[],this._dictionaryDeltaOffsets=new Map,ae(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 Oe(t)?t.then(e=>this.writeAll(e)):$e(t)?Ph(this,t):Vh(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 Gr?this._sink=t:(this._sink=new Gr,t&&yp(t)?this.toDOMStream({type:"bytes"}).pipeTo(t):t&&gp(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||!Kn(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 _e&&!(e=t.schema))return this.finish()&&void 0;if(t instanceof Lt&&!(e=t.schema))return this.finish()&&void 0}else throw new Error("RecordBatchWriter is closed");if(e&&!Kn(e,this._schema)){if(this._started&&this._autoDestroy)return this.close();this.reset(this._sink,e)}t instanceof Lt?t instanceof Jn||this._writeRecordBatch(t):t instanceof _e?this.writeAll(t.batches):nr(t)&&this.writeAll(t)}_writeMessage(t,e=8){let i=e-1,n=Ie.encode(t),s=n.byteLength,o=this._writeLegacyIpcFormat?4:8,a=s+o+i&~i,c=a-s-o;return t.headerType===tt.RecordBatch?this._recordBatchBlocks.push(new Ti(a,t.bodyLength,this._position)):t.headerType===tt.DictionaryBatch&&this._dictionaryBlocks.push(new Ti(a,t.bodyLength,this._position)),this._writeLegacyIpcFormat||this._write(Int32Array.of(-1)),this._write(Int32Array.of(a-o)),s>0&&this._write(n),this._writePadding(c)}_write(t){if(this._started){let e=F(t);e&&e.byteLength>0&&(this._sink.write(e),this._position+=e.byteLength)}return this}_writeSchema(t){return this._writeMessage(Ie.from(t))}_writeFooter(t){return this._writeLegacyIpcFormat?this._write(Int32Array.of(0)):this._write(Int32Array.of(-1,0))}_writeMagic(){return this._write(zs)}_writePadding(t){return t>0?this._write(new Uint8Array(t)):this}_writeRecordBatch(t){let{byteLength:e,nodes:i,bufferRegions:n,buffers:s}=At.assemble(t),o=new Xt(t.numRows,i,n),a=Ie.from(o,e);return this._writeDictionaries(t)._writeMessage(a)._writeBodyBuffers(s)}_writeDictionaryBatch(t,e,i=!1){this._dictionaryDeltaOffsets.set(e,t.length+(this._dictionaryDeltaOffsets.get(e)||0));let{byteLength:n,nodes:s,bufferRegions:o,buffers:a}=At.assemble(new rt([t])),c=new Xt(t.length,s,o),l=new we(c,e,i),u=Ie.from(l,n);return this._writeMessage(u)._writeBodyBuffers(a)}_writeBodyBuffers(t){let e,i,n;for(let s=-1,o=t.length;++s<o;)(e=t[s])&&(i=e.byteLength)>0&&(this._write(e),(n=(i+7&-8)-i)>0&&this._writePadding(n));return this}_writeDictionaries(t){for(let[e,i]of t.dictionaries){let n=this._dictionaryDeltaOffsets.get(e)||0;if(n===0||(i=i?.slice(n)).length>0)for(let s of i.data)this._writeDictionaryBatch(s,e,n>0),n+=s.length}return this}},ma=class r extends Zn{static writeAll(t,e){let i=new r(e);return Oe(t)?t.then(n=>i.writeAll(n)):$e(t)?Ph(i,t):Vh(i,t)}},ya=class r extends Zn{static writeAll(t){let e=new r;return Oe(t)?t.then(i=>e.writeAll(i)):$e(t)?Ph(e,t):Vh(e,t)}constructor(){super(),this._autoDestroy=!0}_writeSchema(t){return this._writeMagic()._writePadding(2)}_writeFooter(t){let e=Bi.encode(new Bi(t,dt.V5,this._recordBatchBlocks,this._dictionaryBlocks));return super._writeFooter(t)._write(e)._write(Int32Array.of(e.byteLength))._writeMagic()}};function Vh(r,t){let e=t;t instanceof _e&&(e=t.batches,r.reset(void 0,t.schema));for(let i of e)r.write(i);return r.finish()}function Ph(r,t){var e,i,n,s,o,a,c;return p(this,void 0,void 0,function*(){try{for(e=!0,i=Mt(t);n=yield i.next(),s=n.done,!s;e=!0){c=n.value,e=!1;let l=c;r.write(l)}}catch(l){o={error:l}}finally{try{!e&&!s&&(a=i.return)&&(yield a.call(i))}finally{if(o)throw o.error}}return r.finish()})}function iy(r,t){if($e(r))return Wv(r,t);if(nr(r))return $v(r,t);throw new Error("toDOMStream() must be called with an Iterable or AsyncIterable")}function $v(r,t){let e=null,i=t?.type==="bytes"||!1,n=t?.highWaterMark||Math.pow(2,24);return new ReadableStream(Object.assign(Object.assign({},t),{start(o){s(o,e||(e=r[Symbol.iterator]()))},pull(o){e?s(o,e):o.close()},cancel(){(e?.return&&e.return()||!0)&&(e=null)}}),Object.assign({highWaterMark:i?n:void 0},t));function s(o,a){let c,l=null,u=o.desiredSize||null;for(;!(l=a.next(i?u:null)).done;)if(ArrayBuffer.isView(l.value)&&(c=F(l.value))&&(u!=null&&i&&(u=u-c.byteLength+1),l.value=c),o.enqueue(l.value),u!=null&&--u<=0)return;o.close()}}function Wv(r,t){let e=null,i=t?.type==="bytes"||!1,n=t?.highWaterMark||Math.pow(2,24);return new ReadableStream(Object.assign(Object.assign({},t),{start(o){return p(this,void 0,void 0,function*(){yield s(o,e||(e=r[Symbol.asyncIterator]()))})},pull(o){return p(this,void 0,void 0,function*(){e?yield s(o,e):o.close()})},cancel(){return p(this,void 0,void 0,function*(){(e?.return&&(yield e.return())||!0)&&(e=null)})}}),Object.assign({highWaterMark:i?n:void 0},t));function s(o,a){return p(this,void 0,void 0,function*(){let c,l=null,u=o.desiredSize||null;for(;!(l=yield a.next(i?u:null)).done;)if(ArrayBuffer.isView(l.value)&&(c=F(l.value))&&(u!=null&&i&&(u=u-c.byteLength+1),l.value=c),o.enqueue(l.value),u!=null&&--u<=0)return;o.close()})}}function oy(r){return new jh(r)}var jh=class{constructor(t){this._numChunks=0,this._finished=!1,this._bufferedSize=0;let{["readableStrategy"]:e,["writableStrategy"]:i,["queueingStrategy"]:n="count"}=t,s=Ic(t,["readableStrategy","writableStrategy","queueingStrategy"]);this._controller=null,this._builder=qn(s),this._getSize=n!=="bytes"?ny:sy;let{["highWaterMark"]:o=n==="bytes"?Math.pow(2,14):1e3}=Object.assign({},e),{["highWaterMark"]:a=n==="bytes"?Math.pow(2,14):1e3}=Object.assign({},i);this.readable=new ReadableStream({cancel:()=>{this._builder.clear()},pull:c=>{this._maybeFlush(this._builder,this._controller=c)},start:c=>{this._maybeFlush(this._builder,this._controller=c)}},{highWaterMark:o,size:n!=="bytes"?ny:sy}),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)}},ny=r=>{var t;return(t=r?.length)!==null&&t!==void 0?t:0},sy=r=>{var t;return(t=r?.byteLength)!==null&&t!==void 0?t:0};function Xl(r,t){let e=new Gr,i=null,n=new ReadableStream({cancel(){return p(this,void 0,void 0,function*(){yield e.close()})},start(a){return p(this,void 0,void 0,function*(){yield o(a,i||(i=yield s()))})},pull(a){return p(this,void 0,void 0,function*(){i?yield o(a,i):a.close()})}});return{writable:new WritableStream(e,Object.assign({highWaterMark:Math.pow(2,14)},r)),readable:n};function s(){return p(this,void 0,void 0,function*(){return yield(yield Re.from(e)).open(t)})}function o(a,c){return p(this,void 0,void 0,function*(){let l=a.desiredSize,u=null;for(;!(u=yield c.next()).done;)if(a.enqueue(u.value),l!=null&&--l<=0)return;a.close()})}}function Zl(r,t){let e=new this(r),i=new Ge(e),n=new ReadableStream({cancel(){return p(this,void 0,void 0,function*(){yield i.cancel()})},pull(o){return p(this,void 0,void 0,function*(){yield s(o)})},start(o){return p(this,void 0,void 0,function*(){yield s(o)})}},Object.assign({highWaterMark:Math.pow(2,14)},t));return{writable:new WritableStream(e,r),readable:n};function s(o){return p(this,void 0,void 0,function*(){let a=null,c=o.desiredSize;for(;a=yield i.read(c||null);)if(o.enqueue(a),c!=null&&(c-=a.byteLength)<=0)return;o.close()})}}function ts(r){let t=Re.from(r);return Oe(t)?t.then(e=>ts(e)):t.isAsync()?t.readAll().then(e=>new _e(e)):new _e(t.readAll())}var Gv=Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},Xd),Bh),mh),Zd),Yd),ph),Jd),{compareSchemas:Kn,compareFields:Lm,compareTypes:Rm});Jt.toDOMStream=iy;Bt.throughDOM=oy;Re.throughDOM=Xl;Xn.throughDOM=Xl;Ni.throughDOM=Xl;Zn.throughDOM=Zl;ya.throughDOM=Zl;ma.throughDOM=Zl;function zh(r="ws://localhost:3000/"){let t=[],e=!1,i=null,n,s={open(){e=!0,c()},close(){for(e=!1,i=null,n=null;t.length;)t.shift().reject("Socket closed")},error(l){if(i){let{reject:u}=i;i=null,c(),u(l)}else console.error("WebSocket error: ",l)},message({data:l}){if(i){let{query:u,resolve:h,reject:y}=i;if(i=null,c(),typeof l=="string"){let b=JSON.parse(l);b.error?y(b.error):h(b)}else if(u.type==="exec")h();else if(u.type==="arrow")h(ts(l.arrayBuffer()));else throw new Error(`Unexpected socket data: ${l}`)}else console.log("WebSocket message: ",l)}};function o(){n=new WebSocket(r);for(let l in s)n.addEventListener(l,s[l])}function a(l,u,h){n==null&&o(),t.push({query:l,resolve:u,reject:h}),e&&!i&&c()}function c(){t.length&&(i=t.shift(),n.send(JSON.stringify(i.query)))}return{get connected(){return e},query(l){return new Promise((u,h)=>a(l,u,h))}}}var Ke=class{constructor(t,e){t&&(this.table=String(t)),e&&(this.column=e)}get columns(){return this.column?[this.column]:[]}toString(){let{table:t,column:e}=this;if(e){let i=e.startsWith("*")?e:`"${e}"`;return`${t?`${ay(t)}.`:""}${i}`}else return t?ay(t):"NULL"}};function ay(r){return r.split(".").map(e=>`"${e}"`).join(".")}function cy(r,t){return r instanceof Ke&&r.column===t}function st(r){return typeof r=="string"?uy(r):r}function es(r){return typeof r=="string"?ly(r):r}function ly(r){return new Ke(r)}function uy(r,t){return arguments.length===1&&(t=r,r=null),new Ke(r,t)}function yn(r){switch(typeof r){case"boolean":return r?"TRUE":"FALSE";case"string":return`'${r}'`;case"number":return Number.isFinite(r)?String(r):"NULL";default:if(r==null)return"NULL";if(r instanceof Date){let t=+r;if(Number.isNaN(t))return"NULL";let e=r.getUTCFullYear(),i=r.getUTCMonth(),n=r.getUTCDate();return t===Date.UTC(e,i,n)?`MAKE_DATE(${e}, ${i+1}, ${n})`:`EPOCH_MS(${t})`}else return r instanceof RegExp?`'${r.source}'`:String(r)}}var rs=r=>typeof r?.addEventListener=="function";function tu(r){return r instanceof gn}var gn=class{constructor(t,e,i){this._expr=Array.isArray(t)?t:[t],this._deps=e||[],this.annotate(i);let n=this._expr.filter(s=>rs(s));n.length>0?(this._params=Array.from(new Set(n)),this._params.forEach(s=>{s.addEventListener("value",()=>Yv(this,this.map?.get("value")))})):this.addEventListener=void 0}get value(){return this}get columns(){let{_params:t,_deps:e}=this;if(t){let i=new Set(t.flatMap(n=>{let s=n.value?.columns;return Array.isArray(s)?s:[]}));if(i.size){let n=new Set(e);return i.forEach(s=>n.add(s)),Array.from(n)}}return e}get column(){return this._deps.length?this._deps[0]:this.columns[0]}annotate(...t){return Object.assign(this,...t)}toString(){return this._expr.map(t=>rs(t)&&!tu(t)?yn(t.value):t).join("")}addEventListener(t,e){let i=this.map||(this.map=new Map);(i.get(t)||(i.set(t,new Set),i.get(t))).add(e)}};function Yv(r,t){if(t?.size)return Promise.allSettled(Array.from(t,e=>e(r)))}function $h(r,t){let e=[r[0]],i=new Set,n=t.length;for(let s=0,o=0;s<n;){let a=t[s];rs(a)?e[++o]=a:(Array.isArray(a?.columns)&&a.columns.forEach(l=>i.add(l)),e[o]+=typeof a=="string"?a:yn(a));let c=r[++s];rs(e[o])?e[++o]=c:e[o]+=c}return{spans:e,cols:Array.from(i)}}function q(r,...t){let{spans:e,cols:i}=$h(r,t);return new gn(e,i)}function ga(r){r(this.op,this),this.children?.forEach(t=>t.visit(r))}function dy(r,t){let e=t.filter(n=>n!=null).map(st),i=e.map((n,s)=>s?` ${r} `:"");return e.length===1?i.push(""):e.length>1&&(i[0]="(",i.push(")")),q(i,...e).annotate({op:r,children:e,visit:ga})}var Wh=(...r)=>dy("AND",r.flat()),qh=(...r)=>dy("OR",r.flat()),Hv=r=>t=>q`(${r} ${st(t)})`.annotate({op:r,a:t,visit:ga}),Kv=Hv("NOT"),hy=r=>t=>q`(${st(t)} ${r})`.annotate({op:r,a:t,visit:ga}),Gh=hy("IS NULL"),Jv=hy("IS NOT NULL"),bn=r=>(t,e)=>q`(${st(t)} ${r} ${st(e)})`.annotate({op:r,a:t,b:e,visit:ga}),Qv=bn("="),Xv=bn("<>"),Zv=bn("<"),tw=bn(">"),ew=bn("<="),rw=bn(">="),iw=bn("IS DISTINCT FROM"),nw=bn("IS NOT DISTINCT FROM");function sw(r,t,e,i){t=st(t);let n=r.startsWith("NOT ")?"NOT ":"";return(e?i?q`${n}(${e[0]} <= ${t} AND ${t} < ${e[1]})`:q`(${t} ${r} ${e[0]} AND ${e[1]})`:q``).annotate({op:r,visit:ga,field:t,range:e})}var eu=(r,t,e)=>sw("BETWEEN",r,t,e);function is(r,t){return Array.from({length:r},()=>t)}function Zt(r,t){return(...e)=>{let i=e.map(st),n=t?`::${t}`:"";return(i.length?q([`${r}(`,...is(i.length-1,", "),`)${n}`],...i):q`${r}()${n}`).annotate({func:r,args:i})}}var ow=Zt("REGEXP_MATCHES"),aw=Zt("CONTAINS"),cw=Zt("PREFIX"),lw=Zt("SUFFIX"),uw=Zt("LOWER"),dw=Zt("UPPER"),hw=Zt("LENGTH"),fw=Zt("ISNAN"),pw=Zt("ISFINITE"),mw=Zt("ISINF");var ba=class r extends gn{constructor(t,e,i,n,s="",o="",a=""){let c;if(n&&!(s||o||a))c=n?q`${e} OVER "${n}"`:q`${e} OVER ()`;else{let y=s&&o?" ":"",b=(s||o)&&a?" ":"";c=q`${e} OVER (${n?`"${n}" `:""}${s}${y}${o}${b}${a})`}i&&(c=q`(${c})::${i}`);let{_expr:u,_deps:h}=c;super(u,h,{window:t,func:e,type:i,name:n,group:s,order:o,frame:a})}get basis(){return this.column}get label(){let{func:t}=this;return t.label??t.toString()}over(t){let{window:e,func:i,type:n,group:s,order:o,frame:a}=this;return new r(e,i,n,t,s,o,a)}partitionby(...t){let e=t.flat().filter(u=>u).map(st),i=q(["PARTITION BY ",is(e.length-1,", "),""],...e),{window:n,func:s,type:o,name:a,order:c,frame:l}=this;return new r(n,s,o,a,i,c,l)}orderby(...t){let e=t.flat().filter(u=>u).map(st),i=q(["ORDER BY ",is(e.length-1,", "),""],...e),{window:n,func:s,type:o,name:a,group:c,frame:l}=this;return new r(n,s,o,a,c,i,l)}rows(t){let e=fy("ROWS",t),{window:i,func:n,type:s,name:o,group:a,order:c}=this;return new r(i,n,s,o,a,c,e)}range(t){let e=fy("RANGE",t),{window:i,func:n,type:s,name:o,group:a,order:c}=this;return new r(i,n,s,o,a,c,e)}};function fy(r,t){if(rs(t)){let e=q`${t}`;return e.toString=()=>`${r} ${py(t.value)}`,e}return`${r} ${py(t)}`}function py(r){let[t,e]=r,i=t===0?"CURRENT ROW":Number.isFinite(t)?`${Math.abs(t)} PRECEDING`:"UNBOUNDED PRECEDING",n=e===0?"CURRENT ROW":Number.isFinite(e)?`${Math.abs(e)} FOLLOWING`:"UNBOUNDED FOLLOWING";return`BETWEEN ${i} AND ${n}`}function Ir(r,t){return(...e)=>{let i=Zt(r)(...e);return new ba(r,i,t)}}var yw=Ir("ROW_NUMBER","INTEGER"),gw=Ir("RANK","INTEGER"),bw=Ir("DENSE_RANK","INTEGER"),_w=Ir("PERCENT_RANK"),vw=Ir("CUME_DIST"),ww=Ir("NTILE"),Iw=Ir("LAG"),Sw=Ir("LEAD"),Bw=Ir("FIRST_VALUE"),Tw=Ir("LAST_VALUE"),xw=Ir("NTH_VALUE");var Yh=class r extends gn{constructor(t,e,i,n,s){e=(e||[]).map(st);let{strings:o,exprs:a}=Aw(t,e,i,n,s),{spans:c,cols:l}=$h(o,a);super(c,l,{aggregate:t,args:e,type:i,isDistinct:n,filter:s})}get basis(){return this.column}get label(){let{aggregate:t,args:e,isDistinct:i}=this,n=i?"DISTINCT"+(e.length?" ":""):"",s=e.length?`(${n}${e.map(Dw).join(", ")})`:"";return`${t.toLowerCase()}${s}`}distinct(){let{aggregate:t,args:e,type:i,filter:n}=this;return new r(t,e,i,!0,n)}where(t){let{aggregate:e,args:i,type:n,isDistinct:s}=this;return new r(e,i,n,s,t)}window(){let{aggregate:t,args:e,type:i,isDistinct:n}=this,s=new r(t,e,null,n);return new ba(t,s,i)}partitionby(...t){return this.window().partitionby(...t)}orderby(...t){return this.window().orderby(...t)}rows(t,e){return this.window().rows(t,e)}range(t,e){return this.window().range(t,e)}};function Aw(r,t,e,i,n){let s=`)${e?`::${e}`:""}`,o=[`${r}(${i?"DISTINCT ":""}`],a=[];return t.length?(o=o.concat([...is(t.length-1,", "),`${s}${n?" FILTER (WHERE ":""}`,...n?[")"]:[]]),a=[...t,...n?[n]:[]]):o[0]+="*"+s,{exprs:a,strings:o}}function Dw(r){let t=yn(r);return t&&t.startsWith('"')&&t.endsWith('"')?t.slice(1,-1):t}function nt(r,t){return(...e)=>new Yh(r,e,t)}var _a=nt("COUNT","INTEGER"),Ow=nt("AVG"),Ew=nt("AVG"),Fw=nt("MAD"),Hh=nt("MAX"),Kh=nt("MIN"),Nw=nt("SUM","DOUBLE"),Mw=nt("PRODUCT"),Lw=nt("MEDIAN"),Rw=nt("QUANTILE"),Uw=nt("MODE"),Cw=nt("VARIANCE"),kw=nt("STDDEV"),Vw=nt("SKEWNESS"),Pw=nt("KURTOSIS"),jw=nt("ENTROPY"),zw=nt("VAR_POP"),$w=nt("STDDEV_POP"),Ww=nt("CORR"),qw=nt("COVAR_POP"),Gw=nt("REGR_INTERCEPT"),Yw=nt("REGR_SLOPE"),Hw=nt("REGR_COUNT"),Kw=nt("REGR_R2"),Jw=nt("REGR_SYY"),Qw=nt("REGR_SXX"),Xw=nt("REGR_SXY"),Zw=nt("REGR_AVGX"),t0=nt("REGR_AVGY"),e0=nt("FIRST"),r0=nt("LAST"),i0=nt("ARG_MIN"),n0=nt("ARG_MAX"),s0=nt("STRING_AGG"),o0=nt("ARRAY_AGG");var Jh=r=>q`epoch_ms(${st(r)})`;var a0=Zt("ST_AsGeoJSON"),c0=Zt("ST_X"),l0=Zt("ST_Y"),u0=Zt("ST_CENTROID");var Je=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 ns("UNION",t.flat())}static unionAll(...t){return new ns("UNION ALL",t.flat())}static intersect(...t){return new ns("INTERSECT",t.flat())}static except(...t){return new ns("EXCEPT",t.flat())}static describe(t){let e=t.clone(),{clone:i,toString:n}=e;return Object.assign(e,{describe:!0,clone:()=>r.describe(i.call(e)),toString:()=>`DESCRIBE ${n.call(e)}`})}constructor(){this.query={with:[],select:[],from:[],where:[],groupby:[],having:[],window:[],qualify:[],orderby:[]}}clone(){let t=new r;return t.query={...this.query},t}with(...t){let{query:e}=this;if(t.length===0)return e.with;{let i=[],n=(s,o)=>{let a=o.clone();a.cteFor=this,i.push({as:s,query:a})};return t.flat().forEach(s=>{if(s!=null)if(s.as&&s.query)n(s.as,s.query);else for(let o in s)n(o,s[o])}),e.with=e.with.concat(i),this}}select(...t){let{query:e}=this;if(t.length===0)return e.select;{let i=[];for(let n of t.flat())if(n!=null)if(typeof n=="string")i.push({as:n,expr:st(n)});else if(n instanceof Ke)i.push({as:n.column,expr:n});else if(Array.isArray(n))i.push({as:n[0],expr:n[1]});else for(let s in n)i.push({as:ru(s),expr:st(n[s])});return e.select=e.select.concat(i),this}}$select(...t){return this.query.select=[],this.select(...t)}distinct(t=!0){return this.query.distinct=!!t,this}from(...t){let{query:e}=this;if(t.length===0)return e.from;{let i=[];return t.flat().forEach(n=>{if(n!=null)if(typeof n=="string")i.push({as:n,from:es(n)});else if(n instanceof Ke)i.push({as:n.table,from:n});else if(va(n)||tu(n))i.push({from:n});else if(Array.isArray(n))i.push({as:ru(n[0]),from:es(n[1])});else for(let s in n)i.push({as:ru(s),from:es(n[s])})}),e.from=e.from.concat(i),this}}$from(...t){return this.query.from=[],this.from(...t)}sample(t,e){let{query:i}=this;if(arguments.length===0)return i.sample;{let n=t;return typeof t=="number"&&(n=t>0&&t<1?{perc:100*t,method:e}:{rows:Math.round(t),method:e}),i.sample=n,this}}where(...t){let{query:e}=this;return t.length===0?e.where:(e.where=e.where.concat(t.flat().filter(i=>i)),this)}$where(...t){return this.query.where=[],this.where(...t)}groupby(...t){let{query:e}=this;return t.length===0?e.groupby:(e.groupby=e.groupby.concat(t.flat().filter(i=>i).map(st)),this)}$groupby(...t){return this.query.groupby=[],this.groupby(...t)}having(...t){let{query:e}=this;return t.length===0?e.having:(e.having=e.having.concat(t.flat().filter(i=>i)),this)}window(...t){let{query:e}=this;if(t.length===0)return e.window;{let i=[];return t.flat().forEach(n=>{if(n!=null)for(let s in n)i.push({as:ru(s),expr:n[s]})}),e.window=e.window.concat(i),this}}qualify(...t){let{query:e}=this;return t.length===0?e.qualify:(e.qualify=e.qualify.concat(t.flat().filter(i=>i)),this)}orderby(...t){let{query:e}=this;return t.length===0?e.orderby:(e.orderby=e.orderby.concat(t.flat().filter(i=>i).map(st)),this)}limit(t){let{query:e}=this;return arguments.length===0?e.limit:(e.limit=Number.isFinite(t)?t:void 0,this)}offset(t){let{query:e}=this;return arguments.length===0?e.offset:(e.offset=Number.isFinite(t)?t:void 0,this)}get subqueries(){let{query:t,cteFor:e}=this,n=(e?.query||t).with?.reduce((o,{as:a,query:c})=>(o[a]=c,o),{}),s=[];return t.from.forEach(({from:o})=>{if(va(o))s.push(o);else if(n[o.table]){let a=n[o.table];s.push(a)}}),s}toString(){let{with:t,select:e,distinct:i,from:n,sample:s,where:o,groupby:a,having:c,window:l,qualify:u,orderby:h,limit:y,offset:b}=this.query,z=[];if(t.length){let ft=t.map(({as:et,query:Nt})=>`"${et}" AS (${Nt})`);z.push(`WITH ${ft.join(", ")}`)}let ir=e.map(({as:ft,expr:et})=>cy(et,ft)&&!et.table?`${et}`:`${et} AS "${ft}"`);if(z.push(`SELECT${i?" DISTINCT":""} ${ir.join(", ")}`),n.length){let ft=n.map(({as:et,from:Nt})=>{let ai=va(Nt)?`(${Nt})`:`${Nt}`;return!et||et===Nt.table?ai:`${ai} AS "${et}"`});z.push(`FROM ${ft.join(", ")}`)}if(o.length){let ft=o.map(String).filter(et=>et).join(" AND ");ft&&z.push(`WHERE ${ft}`)}if(s){let{rows:ft,perc:et,method:Nt,seed:ai}=s,vc=ft?`${ft} ROWS`:`${et} PERCENT`,wc=Nt?` (${Nt}${ai!=null?`, ${ai}`:""})`:"";z.push(`USING SAMPLE ${vc}${wc}`)}if(a.length&&z.push(`GROUP BY ${a.join(", ")}`),c.length){let ft=c.map(String).filter(et=>et).join(" AND ");ft&&z.push(`HAVING ${ft}`)}if(l.length){let ft=l.map(({as:et,expr:Nt})=>`"${et}" AS (${Nt})`);z.push(`WINDOW ${ft.join(", ")}`)}if(u.length){let ft=u.map(String).filter(et=>et).join(" AND ");ft&&z.push(`QUALIFY ${ft}`)}return h.length&&z.push(`ORDER BY ${h.join(", ")}`),Number.isFinite(y)&&z.push(`LIMIT ${y}`),Number.isFinite(b)&&z.push(`OFFSET ${b}`),z.join(" ")}},ns=class r{constructor(t,e){this.op=t,this.queries=e.map(i=>i.clone()),this.query={orderby:[]}}clone(){let t=new r(this.op,this.queries);return t.query={...this.query},t}orderby(...t){let{query:e}=this;return t.length===0?e.orderby:(e.orderby=e.orderby.concat(t.flat().filter(i=>i).map(st)),this)}limit(t){let{query:e}=this;return arguments.length===0?e.limit:(e.limit=Number.isFinite(t)?t:void 0,this)}offset(t){let{query:e}=this;return arguments.length===0?e.offset:(e.offset=Number.isFinite(t)?t:void 0,this)}get subqueries(){let{queries:t,cteFor:e}=this;return e&&t.forEach(i=>i.cteFor=e),t}toString(){let{op:t,queries:e,query:{orderby:i,limit:n,offset:s}}=this,o=[e.join(` ${t} `)];return i.length&&o.push(`ORDER BY ${i.join(", ")}`),Number.isFinite(n)&&o.push(`LIMIT ${n}`),Number.isFinite(s)&&o.push(`OFFSET ${s}`),o.join(" ")}};function va(r){return r instanceof Je||r instanceof ns}function Qh(r){return va(r)&&r.describe}function ru(r){return d0(r)?r.slice(1,-1):r}function d0(r){return r[0]==='"'&&r[r.length-1]==='"'}var iu=r=>r;function h0(){return{apply:iu,invert:iu,sqlApply:st,sqlInvert:iu}}function f0({base:r}={}){if(r==null||r===Math.E)return{apply:Math.log,invert:Math.exp,sqlApply:t=>q`LN(${st(t)})`,sqlInvert:t=>q`EXP(${t})`};if(r===10)return{apply:Math.log10,invert:t=>Math.pow(10,t),sqlApply:t=>q`LOG(${st(t)})`,sqlInvert:t=>q`POW(10, ${t})`};{let t=+r;return{apply:e=>Math.log(e)/Math.log(t),invert:e=>Math.pow(t,e),sqlApply:e=>q`LN(${st(e)}) / LN(${t})`,sqlInvert:e=>q`POW(${t}, ${e})`}}}function p0({constant:r=1}={}){let t=+r;return{apply:e=>Math.sign(e)*Math.log1p(Math.abs(e)),invert:e=>Math.sign(e)*Math.exp(Math.abs(e)-t),sqlApply:e=>(e=st(e),q`SIGN(${e}) * LN(${t} + ABS(${e}))`),sqlInvert:e=>q`SIGN(${e}) * (EXP(ABS(${e})) - ${t})`}}function m0(){return{apply:r=>Math.sign(r)*Math.sqrt(Math.abs(r)),invert:r=>Math.sign(r)*r*r,sqlApply:r=>(r=st(r),q`SIGN(${r}) * SQRT(ABS(${r}))`),sqlInvert:r=>q`SIGN(${r}) * (${r}) ** 2`}}function y0({exponent:r=1}={}){let t=+r;return{apply:e=>Math.sign(e)*Math.pow(Math.abs(e),t),invert:e=>Math.sign(e)*Math.pow(Math.abs(e),1/t),sqlApply:e=>(e=st(e),q`SIGN(${e}) * POW(ABS(${e}), ${t})`),sqlInvert:e=>q`SIGN(${e}) * POW(ABS(${e}), 1/${t})`}}function my(){return{apply:r=>+r,invert:r=>new Date(r),sqlApply:r=>r instanceof Date?+r:Jh(st(r)),sqlInvert:iu}}var g0={linear:h0,log:f0,symlog:p0,sqrt:m0,pow:y0,time:my,utc:my};function Xh(r){let t=g0[r.type];return t?{...r,...t(r)}:null}function nu(r,t,{replace:e=!1,temp:i=!0,view:n=!1}={}){return"CREATE"+(e?" OR REPLACE ":" ")+(i?"TEMP ":"")+(n?"VIEW":"TABLE")+(e?" ":" IF NOT EXISTS ")+r+" AS "+t}function gy(r){let t=2166136261;for(let e=0,i=r.length;e<i;++e){let n=r.charCodeAt(e),s=n&65280;s&&(t=yy(t^s>>8)),t=yy(t^n&255)}return b0(t)}function yy(r){return r+(r<<1)+(r<<4)+(r<<7)+(r<<8)+(r<<24)}function b0(r){return r+=r<<13,r^=r>>>7,r+=r<<3,r^=r>>>17,r+=r<<5,r&4294967295}var su=class{constructor(t,{selection:e,temp:i=!0}){this.mc=t,this.selection=e,this.temp=i,this.reset()}reset(){this.enabled=!1,this.clients=null,this.indices=null,this.activeView=null}clear(){this.indices&&(this.mc.cancel(Array.from(this.indices.values(),t=>t.result)),this.indices=null)}index(t,e){if(this.clients!==t){let l=Array.from(t,_y),u=l[0]?.from;this.enabled=l.every(h=>h&&h.from===u),this.clients=t,this.activeView=null,this.clear()}if(!this.enabled)return!1;e=e||this.selection.active;let{source:i}=e;if(i&&i===this.activeView?.source)return!0;if(this.clear(),!i)return!1;let n=this.activeView=_0(e);if(!n)return!1;this.mc.logger().warn("DATA CUBE INDEX CONSTRUCTION");let s=this.selection.remove(i),o=this.indices=new Map,{mc:a,temp:c}=this;for(let l of t){if(s.skip(l,e))continue;let u=_y(l),h=l.query(s.predicate(l)).select({...n.columns,...u.count}).groupby(Object.keys(n.columns)),[y]=h.subqueries;if(y){let Nt=Object.values(n.columns).map(ai=>ai.columns[0]);w0(y,Nt)}let b=h.orderby();h.query.orderby=[];let z=h.toString(),ft=`cube_index_${(gy(z)>>>0).toString(16)}`,et=a.exec(nu(ft,z,{temp:c}));o.set(l,{table:ft,result:et,order:b,...u})}}async update(){let{clients:t,selection:e,activeView:i}=this,n=i.predicate(e.active.predicate);return Promise.all(Array.from(t).map(s=>this.updateClient(s,n)))}async updateClient(t,e){let i=this.indices.get(t);if(!i)return;e||(e=this.activeView.predicate(this.selection.active.predicate));let{table:n,dims:s,aggr:o,order:a=[]}=i,c=Je.select(s,o).from(n).groupby(s).where(e).orderby(a);return this.mc.updateClient(t,c)}};function _0(r){let{source:t,schema:e}=r,i=r.predicate?.columns;if(!e||!i)return null;let{type:n,scales:s,pixelSize:o=1}=e,a;if(n==="interval"&&s){let c=s.map(l=>v0(l,o));if(c.some(l=>l==null))return null;c.length===1?(a=l=>l?eu("active0",l.range.map(c[0])):[],i={active0:c[0](r.predicate.field)}):(a=l=>l?Wh(l.children.map(({range:u},h)=>eu(`active${h}`,u.map(c[h])))):[],i=Object.fromEntries(r.predicate.children.map((l,u)=>[`active${u}`,c[u](l.field)])))}else if(n==="point")a=c=>c,i=Object.fromEntries(i.map(c=>[c.toString(),c]));else return null;return{source:t,columns:i,predicate:a}}function v0(r,t){let{apply:e,sqlApply:i}=Xh(r);if(e){let{domain:n,range:s}=r,o=e(Math.min(...n)),a=e(Math.max(...n)),c=Math.abs(s[1]-s[0])/(a-o)/t,l=t===1?"":`${t}::INTEGER * `;return u=>q`${l}FLOOR(${c}::DOUBLE * (${i(u)} - ${o}::DOUBLE))::INTEGER`}}var by={from:NaN};function _y(r){if(!r.filterIndexable)return by;let t=r.query(),e=Zh(t);if(!e||!t.groupby)return by;let i=new Set(t.groupby().map(a=>a.column)),n=[],s=[],o;for(let{as:a,expr:{aggregate:c}}of t.select())switch(c?.toUpperCase?.()){case"COUNT":case"SUM":n.push({[a]:q`SUM("${a}")::DOUBLE`});break;case"AVG":o="_count_",n.push({[a]:q`(SUM("${a}" * ${o}) / SUM(${o}))::DOUBLE`});break;case"MAX":n.push({[a]:q`MAX("${a}")`});break;case"MIN":n.push({[a]:q`MIN("${a}")`});break;default:if(i.has(a))s.push(a);else return null}return{aggr:n,dims:s,count:o?{[o]:q`COUNT(*)`}:{},from:e}}function Zh(r){let t=r.subqueries;if(r.select){let i=r.from();if(!i.length)return;if(t.length===0)return i[0].from.table}let e=Zh(t[0]);for(let i=1;i<t.length;++i){let n=Zh(t[i]);if(n!==void 0&&n!==e)return NaN}return e}function w0(r,t){let e=new Set,i=n=>{e.has(n)||(e.add(n),n.select&&n.from().length&&n.select(t),n.subqueries.forEach(i))};i(r)}var ou=class{constructor(t,e,i=!0){this.mc=t,this.selection=e,this.clients=new Set,this.indexer=i?new su(this.mc,{...i,selection:e}):null;let{value:n,activate:s}=this.handlers={value:()=>this.update(),activate:o=>this.indexer?.index(this.clients,o)};e.addEventListener("value",n),e.addEventListener("activate",s)}finalize(){let{value:t,activate:e}=this.handlers;this.selection.removeEventListener("value",t),this.selection.removeEventListener("activate",e)}reset(){this.indexer?.reset()}add(t){return(this.clients=new Set(this.clients)).add(t),this}remove(t){return this.clients.has(t)&&(this.clients=new Set(this.clients)).delete(t),this}update(){let{mc:t,indexer:e,clients:i,selection:n}=this;return e?.index(i)?e.update():I0(t,i,n)}};function I0(r,t,e){return Promise.all(Array.from(t).map(i=>{let n=e.predicate(i);if(n!=null)return r.updateClient(i,i.query(n))}))}function au(){let r,t,e=new Promise((i,n)=>{r=i,t=n});return e.fulfill=i=>(r(i),e),e.reject=i=>(t(i),e),e}function S0(r){return(typeof requestAnimationFrame<"u"?requestAnimationFrame:typeof setImmediate<"u"?setImmediate:setTimeout)(r)}function vy(r,t,e){let i=[],n=0;function s(){let o=B0(i,t);i=[],n=0;for(let a of o)x0(a,r,e),O0(a,t)}return{add(o,a){o.request.type==="arrow"?(n=n||S0(()=>s()),i.push({entry:o,priority:a,index:i.length})):r(o,a)}}}function B0(r,t){let e=[],i=new Map;for(let n of r){let{entry:{request:s}}=n,o=T0(s.query,t);if(!i.has(o)){let a=[];e.push(a),i.set(o,a)}i.get(o).push(n)}return e}function T0(r,t){let e=`${r}`;if(r instanceof Je&&!t.get(e)){if(r.orderby().length||r.where().length||r.qualify().length||r.having().length)return e;let i=r.clone().$select("*"),n=r.groupby();if(n.length){let s={};r.select().forEach(({as:o,expr:a})=>s[o]=a),i.$groupby(n.map(o=>o instanceof Ke&&s[o.column]||o))}return`${i}`}else return e}function x0(r,t,e){if(A0(r))t({request:{type:"arrow",cache:!1,record:!1,query:r.query=D0(r,e)},result:r.result=au()});else for(let{entry:i,priority:n}of r)t(i,n)}function A0(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 D0(r,t){let e=r.maps=[],i=new Map;for(let o of r){let{query:a}=o.entry.request,c=[];e.push(c);for(let{as:l,expr:u}of a.select()){let h=`${u}`;i.has(h)||i.set(h,[`col${i.size}`,u]);let[y]=i.get(h);c.push([y,l])}t(`${a}`)}let n=r[0].entry.request.query.clone(),s=n.groupby();if(s.length){let o={};r.maps[0].forEach(([a,c])=>o[c]=a),n.$groupby(s.map(a=>a instanceof Ke&&o[a.column]||a))}return n.$select(Array.from(i.values()))}async function O0(r,t){let{maps:e,query:i,result:n}=r;if(!e)return;let s;try{s=await n}catch(a){for(let{entry:c}of r)c.result.reject(a);return}let o=Qh(i);r.forEach(({entry:a},c)=>{let{request:l,result:u}=a,h=e[c],y=o&&h?F0(s,h):h?E0(s,h):s;l.cache&&t.set(String(l.query),y),u.fulfill(y)})}function E0(r,t){let e={};for(let[i,n]of t)e[n]=r.getChild(i);return new r.constructor(e)}function F0(r,t){let e=new Map(t),i=[];for(let n of r)e.has(n.column_name)&&i.push({...n,column_name:e.get(n.column_name)});return i}var N0=typeof requestIdleCallback<"u"?requestIdleCallback:setTimeout,wy=()=>({get:()=>{},set:(r,t)=>t,clear:()=>{}});function Iy({max:r=1e3,ttl:t=3*60*60*1e3}={}){let e=new Map;function i(){let n=performance.now()-t,s=null,o=1/0;for(let[a,c]of e){let{last:l}=c;l<o&&(s=a,o=l),n>l&&e.delete(a)}s&&e.delete(s)}return{get(n){let s=e.get(n);if(s)return s.last=performance.now(),s.value},set(n,s){return e.set(n,{last:performance.now(),value:s}),e.size>r&&N0(i),s},clear(){e=new Map}}}function Sy(r){let t=Array.from({length:r},()=>({head:null,tail:null}));return{isEmpty(){return t.every(e=>!e.head)},insert(e,i){let n=t[i];if(!n)throw new Error(`Invalid queue priority rank: ${i}`);let s={item:e,next:null};n.head===null?n.head=n.tail=s:n.tail=n.tail.next=s},remove(e){for(let i of t){let{head:n,tail:s}=i;for(let o=null,a=n;a;o=a,a=a.next)e(a.item)&&(a===n?n=a.next:o.next=a.next,a===s&&(s=o||n));i.head=n,i.tail=s}},next(){for(let e of t){let{head:i}=e;if(i!==null)return e.head=i.next,e.tail===i&&(e.tail=null),i.item}}}}var Kr={High:0,Normal:1,Low:2};function By(){let r=Sy(3),t,e,i,n=[],s=null,o;function a(){if(s||r.isEmpty())return;let{request:h,result:y}=r.next();s=u(h,y),s.finally(()=>{s=null,a()})}function c(h,y=Kr.Normal){r.insert(h,y),a()}function l(h){n.length&&h&&n.forEach(y=>y.add(h))}async function u(h,y){try{let{query:b,type:z,cache:ir=!1,record:ft=!0,options:et}=h,Nt=b?`${b}`:null;if(ft&&l(Nt),ir){let wc=e.get(Nt);if(wc){i.debug("Cache"),y.fulfill(wc);return}}let ai=performance.now(),vc=await t.query({type:z,sql:Nt,...et});ir&&e.set(Nt,vc),i.debug(`Request: ${(performance.now()-ai).toFixed(1)}`),y.fulfill(vc)}catch(b){y.reject(b)}}return{cache(h){return h!==void 0?e=h===!0?Iy():h||wy():e},logger(h){return h?i=h:i},connector(h){return h?t=h:t},consolidate(h){h&&!o?o=vy(c,e,l):!h&&o&&(o=null)},request(h,y=Kr.Normal){let b=au(),z={request:h,result:b};return o?o.add(z,y):c(z,y),b},cancel(h){let y=new Set(h);r.remove(({result:b})=>y.has(b))},clear(){r.remove(({result:h})=>(h.reject("Cleared"),!0))},record(){let h=[],y={add(b){h.push(b)},reset(){h=[]},snapshot(){return h.slice()},stop(){return n=n.filter(b=>b!==y),h}};return n.push(y),y}}}function tf(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":return"string";case"ARRAY":case"LIST":return"array";case"BLOB":case"STRUCT":case"MAP":case"GEOMETRY":return"object";default:if(r.startsWith("DECIMAL"))return"number";if(r.startsWith("STRUCT")||r.startsWith("MAP"))return"object";if(r.endsWith("]"))return"array";throw new Error(`Unsupported type: ${r}`)}}function M0(r){return typeof r?.getChild=="function"}function L0(r){switch(r.typeId){case 2:case 3:case 7:return Float64Array;default:return Array}}function ef(r){let{typeId:t}=r;if(t===10)return e=>e==null?e:new Date(e);if(t===2&&r.bitWidth>=64)return e=>e==null?e:Number(e);if(t===7){let e=1/Math.pow(10,r.scale);return i=>i==null?i:xy(i,e)}return e=>e}function R0(r){let{type:t}=r,{typeId:e}=t;if(e===10){let i=r.length,n=new Array(i);for(let s=0;s<i;++s){let o=r.get(s);n[s]=o==null?null:new Date(o)}return n}if(e===2&&t.bitWidth>=64){let i=r.length,n=new Float64Array(i);for(let s=0;s<i;++s){let o=r.get(s);n[s]=o==null?NaN:Number(o)}return n}if(e===7){let i=1/Math.pow(10,t.scale),n=r.length,s=new Float64Array(n);for(let o=0;o<n;++o){let a=r.get(o);s[o]=a==null?NaN:xy(a,i)}return s}return r.toArray()}var Ty=Array.from({length:8},(r,t)=>Math.pow(2,t*32));function xy(r,t){let e=r.length,i=0;if(r.signed&&(r[e-1]|0)<0){for(let n=0;n<e;++n)i+=~r[n]*Ty[n];i=-(i+1)}else for(let n=0;n<e;++n)i+=r[n]*Ty[n];return i*t}var U0="count",C0="nulls",k0="max",V0="min",P0="distinct";var j0={[U0]:_a,[P0]:r=>_a(r).distinct(),[k0]:Hh,[V0]:Kh,[C0]:r=>_a().where(Gh(r))};function z0(r,t,e){return Je.from(r).select(Array.from(e,i=>[i,j0[i](t)]))}async function Ay(r,t){return t.length===1&&`${t[0].column}`=="*"?W0(r,t[0].table):(await Promise.all(t.map(e=>$0(r,e)))).filter(e=>e)}async function $0(r,{table:t,column:e,stats:i}){let n=Je.from({source:t}).select({column:e}).groupby(e.aggregate?q`ALL`:[]),[s]=Array.from(await r.query(Je.describe(n))),o={table:t,column:`${e}`,sqlType:s.column_type,type:tf(s.column_type),nullable:s.null==="YES"};if(!(i?.length||i?.size))return o;let a=await r.query(z0(t,e,i),{persist:!0});for(let c=0;c<a.numCols;++c){let{name:l}=a.schema.fields[c],u=a.getChildAt(c),h=ef(u.type);o[l]=h(u.get(0))}return o}async function W0(r,t){let e=await r.query(`DESCRIBE ${es(t)}`);return Array.from(e).map(i=>({table:t,column:i.column_name,sqlType:i.column_type,type:tf(i.column_type),nullable:i.null==="YES"}))}function Dy(){return{debug(){},info(){},log(){},warn(){},error(){}}}var cu;function q0(r){return r?cu=r:cu==null&&(cu=new lu),cu}var lu=class{constructor(t=zh(),e={}){let{logger:i=console,manager:n=By()}=e;this.manager=n,this.logger(i),this.configure(e),this.databaseConnector(t),this.clear()}logger(t){return arguments.length&&(this._logger=t||Dy(),this.manager.logger(this._logger)),this._logger}configure({cache:t=!0,consolidate:e=!0,indexes:i=!0}){this.manager.cache(t),this.manager.consolidate(e),this.indexes=i}clear({clients:t=!0,cache:e=!0}={}){this.manager.clear(),t&&(this.clients?.forEach(i=>this.disconnect(i)),this.filterGroups?.forEach(i=>i.finalize()),this.clients=new Set,this.filterGroups=new Map),e&&this.manager.cache().clear()}databaseConnector(t){return this.manager.connector(t)}cancel(t){this.manager.cancel(t)}exec(t,{priority:e=Kr.Normal}={}){return t=Array.isArray(t)?t.join(`;
11
11
  `):t,this.manager.request({type:"exec",query:t},e)}query(t,{type:e="arrow",cache:i=!0,priority:n=Kr.Normal,...s}={}){return this.manager.request({type:e,query:t,cache:i,options:s},n)}prefetch(t,e={}){return this.query(t,{...e,cache:!0,priority:Kr.Low})}createBundle(t,e,i=Kr.Low){let n={name:t,queries:e};return this.manager.request({type:"create-bundle",options:n},i)}loadBundle(t,e=Kr.High){let i={name:t};return this.manager.request({type:"load-bundle",options:i},e)}updateClient(t,e,i=Kr.Normal){return t.queryPending(),this.query(e,{priority:i}).then(n=>t.queryResult(n).update(),n=>{t.queryError(n),this._logger.error(n)})}requestQuery(t,e){return this.filterGroups.get(t.filterBy)?.reset(),e?this.updateClient(t,e):t.update()}async connect(t){let{clients:e,filterGroups:i,indexes:n}=this;if(e.has(t))throw new Error("Client already connected.");e.add(t),t.coordinator=this;let s=t.fields();s?.length&&t.fieldInfo(await Ay(this,s));let o=t.filterBy;if(o)if(i.has(o))i.get(o).add(t);else{let a=new ou(this,o,n);i.set(o,a.add(t))}t.requestQuery()}disconnect(t){let{clients:e,filterGroups:i}=this;e.has(t)&&(e.delete(t),i.get(t.filterBy)?.remove(t),t.coordinator=null)}};var uu=class{constructor(){this._callbacks=new Map}addEventListener(t,e){this._callbacks.has(t)||this._callbacks.set(t,{callbacks:new Set,pending:null,queue:new rf}),this._callbacks.get(t).callbacks.add(e)}removeEventListener(t,e){let i=this._callbacks.get(t);i&&i.callbacks.delete(e)}willEmit(t,e){return e}emitQueueFilter(){return null}cancel(t){this._callbacks.get(t)?.queue.clear()}emit(t,e){let i=this._callbacks.get(t)||{};if(i.pending)i.queue.enqueue(e,this.emitQueueFilter(t,e));else{let n=this.willEmit(t,e),{callbacks:s,queue:o}=i;if(s?.size){let a=Promise.allSettled(Array.from(s,c=>c(n))).then(()=>{i.pending=null,o.isEmpty()||this.emit(t,o.dequeue())});i.pending=a}}}},rf=class{constructor(){this.clear()}clear(){this.next=null}isEmpty(){return!this.next}enqueue(t,e){let i={value:t};if(e&&this.next){let n=this;for(;n.next;)e(n.next.value)?n=n.next:n.next=n.next.next;n.next=i}else this.next=i}dequeue(){let{next:t}=this;return this.next=t?.next,t?.value}};function nf(r,t){return r===t?!1:r instanceof Date&&t instanceof Date?+r!=+t:Array.isArray(r)&&Array.isArray(t)?G0(r,t):!0}function G0(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 du(r){return r instanceof Gs}var Gs=class r extends uu{constructor(t){super(),this._value=t}static value(t){return new r(t)}static array(t){if(t.some(e=>du(e))){let e=new r,i=()=>e.update(t.map(n=>du(n)?n.value:n));return i(),t.forEach(n=>du(n)?n.addEventListener("value",i):0),e}return new r(t)}get value(){return this._value}update(t,{force:e}={}){return nf(this._value,t)||e?this.emit("value",t):this.cancel("value"),this}willEmit(t,e){return t==="value"&&(this._value=e),e}};function Y0(r){return r instanceof hu}var hu=class r extends Gs{static intersect({cross:t=!1}={}){return new r(new ss({cross:t}))}static union({cross:t=!1}={}){return new r(new ss({cross:t,union:!0}))}static single({cross:t=!1}={}){return new r(new ss({cross:t,single:!0}))}static crossfilter(){return new r(new ss({cross:!0}))}constructor(t=new ss){super([]),this._resolved=this._value,this._resolver=t}clone(){let t=new r(this._resolver);return t._value=t._resolved=this._value,t}remove(t){let e=this.clone();return e._value=e._resolved=e._resolver.resolve(this._resolved,{source:t}),e._value.active={source:t},e}get active(){return this.clauses.active}get value(){return this.active?.value}get clauses(){return super.value}get single(){return this._resolver.single}activate(t){this.emit("activate",t)}update(t){return this._resolved=this._resolver.resolve(this._resolved,t,!0),this._resolved.active=t,super.update(this._resolved)}willEmit(t,e){return t==="value"?(this._value=e,this.value):e}emitQueueFilter(t,e){return t==="value"?this._resolver.queueFilter(e):null}skip(t,e){return this._resolver.skip(t,e)}predicate(t,e=!1){let{clauses:i}=this,n=e?null:i.active;return this._resolver.predicate(i,n,t)}},ss=class{constructor({union:t,cross:e,single:i}={}){this.union=!!t,this.cross=!!e,this.single=!!i}resolve(t,e,i=!1){let{source:n,predicate:s}=e,o=t.filter(c=>n!==c.source),a=this.single?[]:o;return this.single&&i&&o.forEach(c=>c.source?.reset?.()),s&&a.push(e),a}skip(t,e){return this.cross&&e?.clients?.has(t)}predicate(t,e,i){let{union:n}=this;if(this.skip(i,e))return;let s=t.filter(o=>!this.skip(i,o)).map(o=>o.predicate);return n&&s.length>1?qh(s):s}queueFilter(t){if(this.cross){let e=t.active?.source;return i=>i.active?.source!==e}}};function H0(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"?ts(e):(await e).json()}}}var uf={};me(uf,{compareArrayLike:()=>lf,joinUint8Arrays:()=>Ue,memcpy:()=>Ys,rebaseValueOffsets:()=>_u,toArrayBufferView:()=>Q,toArrayBufferViewAsyncIterator:()=>Tr,toArrayBufferViewIterator:()=>Jr,toBigInt64Array:()=>eI,toBigUint64Array:()=>nI,toFloat32Array:()=>sI,toFloat32ArrayAsyncIterator:()=>wI,toFloat32ArrayIterator:()=>fI,toFloat64Array:()=>oI,toFloat64ArrayAsyncIterator:()=>II,toFloat64ArrayIterator:()=>pI,toInt16Array:()=>tI,toInt16ArrayAsyncIterator:()=>gI,toInt16ArrayIterator:()=>lI,toInt32Array:()=>os,toInt32ArrayAsyncIterator:()=>bI,toInt32ArrayIterator:()=>uI,toInt8Array:()=>Z0,toInt8ArrayAsyncIterator:()=>yI,toInt8ArrayIterator:()=>cI,toUint16Array:()=>rI,toUint16ArrayAsyncIterator:()=>_I,toUint16ArrayIterator:()=>dI,toUint32Array:()=>iI,toUint32ArrayAsyncIterator:()=>vI,toUint32ArrayIterator:()=>hI,toUint8Array:()=>Y,toUint8ArrayAsyncIterator:()=>cf,toUint8ArrayIterator:()=>af,toUint8ClampedArray:()=>aI,toUint8ClampedArrayAsyncIterator:()=>SI,toUint8ClampedArrayIterator:()=>mI});var K0=new TextDecoder("utf-8"),wa=r=>K0.decode(r),J0=new TextEncoder,_n=r=>J0.encode(r);var Q0=r=>typeof r=="number",Oy=r=>typeof r=="boolean",Yt=r=>typeof r=="function",ue=r=>r!=null&&Object(r)===r,Sr=r=>ue(r)&&Yt(r.then);var Br=r=>ue(r)&&Yt(r[Symbol.iterator]),Qe=r=>ue(r)&&Yt(r[Symbol.asyncIterator]),fu=r=>ue(r)&&ue(r.schema);var pu=r=>ue(r)&&"done"in r&&"value"in r;var mu=r=>ue(r)&&Yt(r.stat)&&Q0(r.fd);var yu=r=>ue(r)&&Ia(r.body),gu=r=>"_getDOMStream"in r&&"_getNodeStream"in r,Ey=r=>ue(r)&&Yt(r.abort)&&Yt(r.getWriter)&&!gu(r),Ia=r=>ue(r)&&Yt(r.cancel)&&Yt(r.getReader)&&!gu(r),Fy=r=>ue(r)&&Yt(r.end)&&Yt(r.write)&&Oy(r.writable)&&!gu(r),bu=r=>ue(r)&&Yt(r.read)&&Yt(r.pipe)&&Oy(r.readable)&&!gu(r),Ny=r=>ue(r)&&Yt(r.clear)&&Yt(r.bytes)&&Yt(r.position)&&Yt(r.setPosition)&&Yt(r.capacity)&&Yt(r.getBufferIdentifier)&&Yt(r.createLong);var of=typeof SharedArrayBuffer<"u"?SharedArrayBuffer:ArrayBuffer;function X0(r){let t=r[0]?[r[0]]:[],e,i,n,s;for(let o,a,c=0,l=0,u=r.length;++c<u;){if(o=t[l],a=r[c],!o||!a||o.buffer!==a.buffer||a.byteOffset<o.byteOffset){a&&(t[++l]=a);continue}if({byteOffset:e,byteLength:n}=o,{byteOffset:i,byteLength:s}=a,e+n<i||i+s<e){a&&(t[++l]=a);continue}t[l]=new Uint8Array(o.buffer,e,i-e+s)}return t}function Ys(r,t,e=0,i=t.byteLength){let n=r.byteLength,s=new Uint8Array(r.buffer,r.byteOffset,n),o=new Uint8Array(t.buffer,t.byteOffset,Math.min(i,n));return s.set(o,e),r}function Ue(r,t){let e=X0(r),i=e.reduce((u,h)=>u+h.byteLength,0),n,s,o,a=0,c=-1,l=Math.min(t||Number.POSITIVE_INFINITY,i);for(let u=e.length;++c<u;){if(n=e[c],s=n.subarray(0,Math.min(n.length,l-a)),l<=a+s.length){s.length<n.length?e[c]=n.subarray(s.length):s.length===n.length&&c++,o?Ys(o,s,a):o=s;break}Ys(o||(o=new Uint8Array(l)),s,a),a+=s.length}return[o||new Uint8Array(0),e.slice(c),i-(o?o.byteLength:0)]}function Q(r,t){let e=pu(t)?t.value:t;return e instanceof r?r===Uint8Array?new r(e.buffer,e.byteOffset,e.byteLength):e:e?(typeof e=="string"&&(e=_n(e)),e instanceof ArrayBuffer?new r(e):e instanceof of?new r(e):Ny(e)?Q(r,e.bytes()):ArrayBuffer.isView(e)?e.byteLength<=0?new r(0):new r(e.buffer,e.byteOffset,e.byteLength/r.BYTES_PER_ELEMENT):r.from(e)):new r(0)}var Z0=r=>Q(Int8Array,r),tI=r=>Q(Int16Array,r),os=r=>Q(Int32Array,r),eI=r=>Q(BigInt64Array,r),Y=r=>Q(Uint8Array,r),rI=r=>Q(Uint16Array,r),iI=r=>Q(Uint32Array,r),nI=r=>Q(BigUint64Array,r),sI=r=>Q(Float32Array,r),oI=r=>Q(Float64Array,r),aI=r=>Q(Uint8ClampedArray,r),sf=r=>(r.next(),r);function*Jr(r,t){let e=function*(n){yield n},i=typeof t=="string"||ArrayBuffer.isView(t)||t instanceof ArrayBuffer||t instanceof of?e(t):Br(t)?t:e(t);return yield*sf(function*(n){let s=null;do s=n.next(yield Q(r,s));while(!s.done)}(i[Symbol.iterator]())),new r}var cI=r=>Jr(Int8Array,r),lI=r=>Jr(Int16Array,r),uI=r=>Jr(Int32Array,r),af=r=>Jr(Uint8Array,r),dI=r=>Jr(Uint16Array,r),hI=r=>Jr(Uint32Array,r),fI=r=>Jr(Float32Array,r),pI=r=>Jr(Float64Array,r),mI=r=>Jr(Uint8ClampedArray,r);function Tr(r,t){return gt(this,arguments,function*(){if(Sr(t))return yield g(yield g(yield*ze(Mt(Tr(r,yield g(t))))));let i=function(o){return gt(this,arguments,function*(){yield yield g(yield g(o))})},n=function(o){return gt(this,arguments,function*(){yield g(yield*ze(Mt(sf(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 of?i(t):Br(t)?n(t):Qe(t)?t:i(t);return yield g(yield*ze(Mt(sf(function(o){return gt(this,arguments,function*(){let a=null;do a=yield g(o.next(yield yield g(Q(r,a))));while(!a.done)})}(s[Symbol.asyncIterator]()))))),yield g(new r)})}var yI=r=>Tr(Int8Array,r),gI=r=>Tr(Int16Array,r),bI=r=>Tr(Int32Array,r),cf=r=>Tr(Uint8Array,r),_I=r=>Tr(Uint16Array,r),vI=r=>Tr(Uint32Array,r),wI=r=>Tr(Float32Array,r),II=r=>Tr(Float64Array,r),SI=r=>Tr(Uint8ClampedArray,r);function _u(r,t,e){if(r!==0){e=e.slice(0,t);for(let i=-1,n=e.length;++i<n;)e[i]+=r}return e.subarray(0,t)}function lf(r,t){let e=0,i=r.length;if(i!==t.length)return!1;if(i>0)do if(r[e]!==t[e])return!1;while(++e<i);return!0}var te={fromIterable(r){return vu(BI(r))},fromAsyncIterable(r){return vu(TI(r))},fromDOMStream(r){return vu(xI(r))},fromNodeStream(r){return vu(AI(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')}},vu=r=>(r.next(),r);function*BI(r){let t,e=!1,i=[],n,s,o,a=0;function c(){return s==="peek"?Ue(i,o)[0]:([n,i,a]=Ue(i,o),n)}({cmd:s,size:o}=yield null);let l=af(r)[Symbol.iterator]();try{do if({done:t,value:n}=Number.isNaN(o-a)?l.next():l.next(o-a),!t&&n.byteLength>0&&(i.push(n),a+=n.byteLength),t||o<=a)do({cmd:s,size:o}=yield c());while(o<a);while(!t)}catch(u){(e=!0)&&typeof l.throw=="function"&&l.throw(u)}finally{e===!1&&typeof l.return=="function"&&l.return(null)}return null}function TI(r){return gt(this,arguments,function*(){let e,i=!1,n=[],s,o,a,c=0;function l(){return o==="peek"?Ue(n,a)[0]:([s,n,c]=Ue(n,a),s)}({cmd:o,size:a}=yield yield g(null));let u=cf(r)[Symbol.asyncIterator]();try{do if({done:e,value:s}=Number.isNaN(a-c)?yield g(u.next()):yield g(u.next(a-c)),!e&&s.byteLength>0&&(n.push(s),c+=s.byteLength),e||a<=c)do({cmd:o,size:a}=yield yield g(l()));while(a<c);while(!e)}catch(h){(i=!0)&&typeof u.throw=="function"&&(yield g(u.throw(h)))}finally{i===!1&&typeof u.return=="function"&&(yield g(u.return(new Uint8Array(0))))}return yield g(null)})}function xI(r){return gt(this,arguments,function*(){let e=!1,i=!1,n=[],s,o,a,c=0;function l(){return o==="peek"?Ue(n,a)[0]:([s,n,c]=Ue(n,a),s)}({cmd:o,size:a}=yield yield g(null));let u=new hf(r);try{do if({done:e,value:s}=Number.isNaN(a-c)?yield g(u.read()):yield g(u.read(a-c)),!e&&s.byteLength>0&&(n.push(Y(s)),c+=s.byteLength),e||a<=c)do({cmd:o,size:a}=yield yield g(l()));while(a<c);while(!e)}catch(h){(i=!0)&&(yield g(u.cancel(h)))}finally{i===!1?yield g(u.cancel()):r.locked&&u.releaseLock()}return yield g(null)})}var hf=class{constructor(t){this.source=t,this.reader=null,this.reader=this.source.getReader(),this.reader.closed.catch(()=>{})}get closed(){return this.reader?this.reader.closed.catch(()=>{}):Promise.resolve()}releaseLock(){this.reader&&this.reader.releaseLock(),this.reader=null}cancel(t){return p(this,void 0,void 0,function*(){let{reader:e,source:i}=this;e&&(yield e.cancel(t).catch(()=>{})),i&&i.locked&&this.releaseLock()})}read(t){return p(this,void 0,void 0,function*(){if(t===0)return{done:this.reader==null,value:new Uint8Array(0)};let e=yield this.reader.read();return!e.done&&(e.value=Y(e)),e})}},df=(r,t)=>{let e=n=>i([t,n]),i;return[t,e,new Promise(n=>(i=n)&&r.once(t,e))]};function AI(r){return gt(this,arguments,function*(){let e=[],i="error",n=!1,s=null,o,a,c=0,l=[],u;function h(){return o==="peek"?Ue(l,a)[0]:([u,l,c]=Ue(l,a),u)}if({cmd:o,size:a}=yield yield g(null),r.isTTY)return yield yield g(new Uint8Array(0)),yield g(null);try{e[0]=df(r,"end"),e[1]=df(r,"error");do{if(e[2]=df(r,"readable"),[i,s]=yield g(Promise.race(e.map(b=>b[2]))),i==="error")break;if((n=i==="end")||(Number.isFinite(a-c)?(u=Y(r.read(a-c)),u.byteLength<a-c&&(u=Y(r.read()))):u=Y(r.read()),u.byteLength>0&&(l.push(u),c+=u.byteLength)),n||a<=c)do({cmd:o,size:a}=yield yield g(h()));while(a<c)}while(!n)}finally{yield g(y(e,i==="error"?s:null))}return yield g(null);function y(b,z){return u=l=null,new Promise((ir,ft)=>{for(let[et,Nt]of b)r.off(et,Nt);try{let et=r.destroy;et&&et.call(r,z),z=void 0}catch(et){z=et||z}finally{z!=null?ft(z):ir()}})}})}var Dt;(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"})(Dt||(Dt={}));var vt;(function(r){r[r.Sparse=0]="Sparse",r[r.Dense=1]="Dense"})(vt||(vt={}));var Tt;(function(r){r[r.HALF=0]="HALF",r[r.SINGLE=1]="SINGLE",r[r.DOUBLE=2]="DOUBLE"})(Tt||(Tt={}));var ee;(function(r){r[r.DAY=0]="DAY",r[r.MILLISECOND=1]="MILLISECOND"})(ee||(ee={}));var O;(function(r){r[r.SECOND=0]="SECOND",r[r.MILLISECOND=1]="MILLISECOND",r[r.MICROSECOND=2]="MICROSECOND",r[r.NANOSECOND=3]="NANOSECOND"})(O||(O={}));var de;(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"})(de||(de={}));var ot;(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"})(ot||(ot={}));var d;(function(r){r[r.NONE=0]="NONE",r[r.Null=1]="Null",r[r.Int=2]="Int",r[r.Float=3]="Float",r[r.Binary=4]="Binary",r[r.Utf8=5]="Utf8",r[r.Bool=6]="Bool",r[r.Decimal=7]="Decimal",r[r.Date=8]="Date",r[r.Time=9]="Time",r[r.Timestamp=10]="Timestamp",r[r.Interval=11]="Interval",r[r.List=12]="List",r[r.Struct=13]="Struct",r[r.Union=14]="Union",r[r.FixedSizeBinary=15]="FixedSizeBinary",r[r.FixedSizeList=16]="FixedSizeList",r[r.Map=17]="Map",r[r.Duration=18]="Duration",r[r.Dictionary=-1]="Dictionary",r[r.Int8=-2]="Int8",r[r.Int16=-3]="Int16",r[r.Int32=-4]="Int32",r[r.Int64=-5]="Int64",r[r.Uint8=-6]="Uint8",r[r.Uint16=-7]="Uint16",r[r.Uint32=-8]="Uint32",r[r.Uint64=-9]="Uint64",r[r.Float16=-10]="Float16",r[r.Float32=-11]="Float32",r[r.Float64=-12]="Float64",r[r.DateDay=-13]="DateDay",r[r.DateMillisecond=-14]="DateMillisecond",r[r.TimestampSecond=-15]="TimestampSecond",r[r.TimestampMillisecond=-16]="TimestampMillisecond",r[r.TimestampMicrosecond=-17]="TimestampMicrosecond",r[r.TimestampNanosecond=-18]="TimestampNanosecond",r[r.TimeSecond=-19]="TimeSecond",r[r.TimeMillisecond=-20]="TimeMillisecond",r[r.TimeMicrosecond=-21]="TimeMicrosecond",r[r.TimeNanosecond=-22]="TimeNanosecond",r[r.DenseUnion=-23]="DenseUnion",r[r.SparseUnion=-24]="SparseUnion",r[r.IntervalDayTime=-25]="IntervalDayTime",r[r.IntervalYearMonth=-26]="IntervalYearMonth",r[r.DurationSecond=-27]="DurationSecond",r[r.DurationMillisecond=-28]="DurationMillisecond",r[r.DurationMicrosecond=-29]="DurationMicrosecond",r[r.DurationNanosecond=-30]="DurationNanosecond"})(d||(d={}));var Xe;(function(r){r[r.OFFSET=0]="OFFSET",r[r.DATA=1]="DATA",r[r.VALIDITY=2]="VALIDITY",r[r.TYPE=3]="TYPE"})(Xe||(Xe={}));var Ff={};me(Ff,{clampIndex:()=>bS,clampRange:()=>xa,createElementComparator:()=>In});var ff={};me(ff,{valueToString:()=>xr});function xr(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=>xr(t))}]`:`[${r}]`:ArrayBuffer.isView(r)?`[${r}]`:JSON.stringify(r,(t,e)=>typeof e=="bigint"?`${e}`:e)}var mf={};me(mf,{BN:()=>Ba,bigNumToBigInt:()=>Ry,bigNumToString:()=>Js,isArrowBigNumSymbol:()=>My});var My=Symbol.for("isArrowBigNum");function Ar(r,...t){return t.length===0?Object.setPrototypeOf(Q(this.TypedArray,r),this.constructor.prototype):Object.setPrototypeOf(new this.TypedArray(r,...t),this.constructor.prototype)}Ar.prototype[My]=!0;Ar.prototype.toJSON=function(){return`"${Js(this)}"`};Ar.prototype.valueOf=function(){return Ly(this)};Ar.prototype.toString=function(){return Js(this)};Ar.prototype[Symbol.toPrimitive]=function(r="default"){switch(r){case"number":return Ly(this);case"string":return Js(this);case"default":return Ry(this)}return Js(this)};function Hs(...r){return Ar.apply(this,r)}function Ks(...r){return Ar.apply(this,r)}function Sa(...r){return Ar.apply(this,r)}Object.setPrototypeOf(Hs.prototype,Object.create(Int32Array.prototype));Object.setPrototypeOf(Ks.prototype,Object.create(Uint32Array.prototype));Object.setPrototypeOf(Sa.prototype,Object.create(Uint32Array.prototype));Object.assign(Hs.prototype,Ar.prototype,{constructor:Hs,signed:!0,TypedArray:Int32Array,BigIntArray:BigInt64Array});Object.assign(Ks.prototype,Ar.prototype,{constructor:Ks,signed:!1,TypedArray:Uint32Array,BigIntArray:BigUint64Array});Object.assign(Sa.prototype,Ar.prototype,{constructor:Sa,signed:!0,TypedArray:Uint32Array,BigIntArray:BigUint64Array});function Ly(r){let{buffer:t,byteOffset:e,length:i,signed:n}=r,s=new BigUint64Array(t,e,i),o=n&&s.at(-1)&BigInt(1)<<BigInt(63),a=BigInt(o?1:0),c=BigInt(0);if(o){for(let l of s)a+=~l*(BigInt(1)<<BigInt(32)*c++);a*=BigInt(-1)}else for(let l of s)a+=l*(BigInt(1)<<BigInt(32)*c++);return a}var Js=r=>{if(r.byteLength===8)return`${new r.BigIntArray(r.buffer,r.byteOffset,1)[0]}`;if(!r.signed)return pf(r);let t=new Uint16Array(r.buffer,r.byteOffset,r.byteLength/2);if(new Int16Array([t.at(-1)])[0]>=0)return pf(r);t=t.slice();let i=1;for(let s=0;s<t.length;s++){let o=t[s],a=~o+i;t[s]=a,i&=o===0?1:0}return`-${pf(t)}`},Ry=r=>r.byteLength===8?new r.BigIntArray(r.buffer,r.byteOffset,1)[0]:Js(r);function pf(r){let t="",e=new Uint32Array(2),i=new Uint16Array(r.buffer,r.byteOffset,r.byteLength/2),n=new Uint32Array((i=new Uint16Array(i).reverse()).buffer),s=-1,o=i.length-1;do{for(e[0]=i[s=0];s<o;)i[s++]=e[1]=e[0]/10,e[0]=(e[0]-e[1]*10<<16)+i[s];i[s]=e[1]=e[0]/10,e[0]=e[0]-e[1]*10,t=`${e[0]}${t}`}while(n[0]||n[1]||n[2]||n[3]);return t??"0"}var Ba=class r{static new(t,e){switch(e){case!0:return new Hs(t);case!1:return new Ks(t)}switch(t.constructor){case Int8Array:case Int16Array:case Int32Array:case BigInt64Array:return new Hs(t)}return t.byteLength===16?new Sa(t):new Ks(t)}static signed(t){return new Hs(t)}static unsigned(t){return new Ks(t)}static decimal(t){return new Sa(t)}constructor(t,e){return r.new(t,e)}};function Se(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 Uy,Cy,ky,Vy,Py,jy,zy,$y,Wy,qy,Gy,Yy,Hy,Ky,Jy,Qy,Xy,Zy,tg,eg,I=class r{static isNull(t){return t?.typeId===d.Null}static isInt(t){return t?.typeId===d.Int}static isFloat(t){return t?.typeId===d.Float}static isBinary(t){return t?.typeId===d.Binary}static isUtf8(t){return t?.typeId===d.Utf8}static isBool(t){return t?.typeId===d.Bool}static isDecimal(t){return t?.typeId===d.Decimal}static isDate(t){return t?.typeId===d.Date}static isTime(t){return t?.typeId===d.Time}static isTimestamp(t){return t?.typeId===d.Timestamp}static isInterval(t){return t?.typeId===d.Interval}static isDuration(t){return t?.typeId===d.Duration}static isList(t){return t?.typeId===d.List}static isStruct(t){return t?.typeId===d.Struct}static isUnion(t){return t?.typeId===d.Union}static isFixedSizeBinary(t){return t?.typeId===d.FixedSizeBinary}static isFixedSizeList(t){return t?.typeId===d.FixedSizeList}static isMap(t){return t?.typeId===d.Map}static isDictionary(t){return t?.typeId===d.Dictionary}static isDenseUnion(t){return r.isUnion(t)&&t.mode===vt.Dense}static isSparseUnion(t){return r.isUnion(t)&&t.mode===vt.Sparse}get typeId(){return d.NONE}};Uy=Symbol.toStringTag;I[Uy]=(r=>(r.children=null,r.ArrayType=Array,r[Symbol.toStringTag]="DataType"))(I.prototype);var he=class extends I{toString(){return"Null"}get typeId(){return d.Null}};Cy=Symbol.toStringTag;he[Cy]=(r=>r[Symbol.toStringTag]="Null")(he.prototype);var kt=class extends I{constructor(t,e){super(),this.isSigned=t,this.bitWidth=e}get typeId(){return d.Int}get ArrayType(){switch(this.bitWidth){case 8:return this.isSigned?Int8Array:Uint8Array;case 16:return this.isSigned?Int16Array:Uint16Array;case 32:return this.isSigned?Int32Array:Uint32Array;case 64:return this.isSigned?BigInt64Array:BigUint64Array}throw new Error(`Unrecognized ${this[Symbol.toStringTag]} type`)}toString(){return`${this.isSigned?"I":"Ui"}nt${this.bitWidth}`}};ky=Symbol.toStringTag;kt[ky]=(r=>(r.isSigned=null,r.bitWidth=null,r[Symbol.toStringTag]="Int"))(kt.prototype);var wu=class extends kt{constructor(){super(!0,8)}get ArrayType(){return Int8Array}},Iu=class extends kt{constructor(){super(!0,16)}get ArrayType(){return Int16Array}},Qr=class extends kt{constructor(){super(!0,32)}get ArrayType(){return Int32Array}},Su=class extends kt{constructor(){super(!0,64)}get ArrayType(){return BigInt64Array}},Bu=class extends kt{constructor(){super(!1,8)}get ArrayType(){return Uint8Array}},Tu=class extends kt{constructor(){super(!1,16)}get ArrayType(){return Uint16Array}},xu=class extends kt{constructor(){super(!1,32)}get ArrayType(){return Uint32Array}},Au=class extends kt{constructor(){super(!1,64)}get ArrayType(){return BigUint64Array}};Object.defineProperty(wu.prototype,"ArrayType",{value:Int8Array});Object.defineProperty(Iu.prototype,"ArrayType",{value:Int16Array});Object.defineProperty(Qr.prototype,"ArrayType",{value:Int32Array});Object.defineProperty(Su.prototype,"ArrayType",{value:BigInt64Array});Object.defineProperty(Bu.prototype,"ArrayType",{value:Uint8Array});Object.defineProperty(Tu.prototype,"ArrayType",{value:Uint16Array});Object.defineProperty(xu.prototype,"ArrayType",{value:Uint32Array});Object.defineProperty(Au.prototype,"ArrayType",{value:BigUint64Array});var Be=class extends I{constructor(t){super(),this.precision=t}get typeId(){return d.Float}get ArrayType(){switch(this.precision){case Tt.HALF:return Uint16Array;case Tt.SINGLE:return Float32Array;case Tt.DOUBLE:return Float64Array}throw new Error(`Unrecognized ${this[Symbol.toStringTag]} type`)}toString(){return`Float${this.precision<<5||16}`}};Vy=Symbol.toStringTag;Be[Vy]=(r=>(r.precision=null,r[Symbol.toStringTag]="Float"))(Be.prototype);var Du=class extends Be{constructor(){super(Tt.HALF)}},Ou=class extends Be{constructor(){super(Tt.SINGLE)}},Eu=class extends Be{constructor(){super(Tt.DOUBLE)}};Object.defineProperty(Du.prototype,"ArrayType",{value:Uint16Array});Object.defineProperty(Ou.prototype,"ArrayType",{value:Float32Array});Object.defineProperty(Eu.prototype,"ArrayType",{value:Float64Array});var Li=class extends I{constructor(){super()}get typeId(){return d.Binary}toString(){return"Binary"}};Py=Symbol.toStringTag;Li[Py]=(r=>(r.ArrayType=Uint8Array,r[Symbol.toStringTag]="Binary"))(Li.prototype);var Ri=class extends I{constructor(){super()}get typeId(){return d.Utf8}toString(){return"Utf8"}};jy=Symbol.toStringTag;Ri[jy]=(r=>(r.ArrayType=Uint8Array,r[Symbol.toStringTag]="Utf8"))(Ri.prototype);var Ui=class extends I{constructor(){super()}get typeId(){return d.Bool}toString(){return"Bool"}};zy=Symbol.toStringTag;Ui[zy]=(r=>(r.ArrayType=Uint8Array,r[Symbol.toStringTag]="Bool"))(Ui.prototype);var Ci=class extends I{constructor(t,e,i=128){super(),this.scale=t,this.precision=e,this.bitWidth=i}get typeId(){return d.Decimal}toString(){return`Decimal[${this.precision}e${this.scale>0?"+":""}${this.scale}]`}};$y=Symbol.toStringTag;Ci[$y]=(r=>(r.scale=null,r.precision=null,r.ArrayType=Uint32Array,r[Symbol.toStringTag]="Decimal"))(Ci.prototype);var ki=class extends I{constructor(t){super(),this.unit=t}get typeId(){return d.Date}toString(){return`Date${(this.unit+1)*32}<${ee[this.unit]}>`}};Wy=Symbol.toStringTag;ki[Wy]=(r=>(r.unit=null,r.ArrayType=Int32Array,r[Symbol.toStringTag]="Date"))(ki.prototype);var Dr=class extends I{constructor(t,e){super(),this.unit=t,this.bitWidth=e}get typeId(){return d.Time}toString(){return`Time${this.bitWidth}<${O[this.unit]}>`}get ArrayType(){switch(this.bitWidth){case 32:return Int32Array;case 64:return BigInt64Array}throw new Error(`Unrecognized ${this[Symbol.toStringTag]} type`)}};qy=Symbol.toStringTag;Dr[qy]=(r=>(r.unit=null,r.bitWidth=null,r[Symbol.toStringTag]="Time"))(Dr.prototype);var Vi=class extends I{constructor(t,e){super(),this.unit=t,this.timezone=e}get typeId(){return d.Timestamp}toString(){return`Timestamp<${O[this.unit]}${this.timezone?`, ${this.timezone}`:""}>`}};Gy=Symbol.toStringTag;Vi[Gy]=(r=>(r.unit=null,r.timezone=null,r.ArrayType=Int32Array,r[Symbol.toStringTag]="Timestamp"))(Vi.prototype);var Pi=class extends I{constructor(t){super(),this.unit=t}get typeId(){return d.Interval}toString(){return`Interval<${de[this.unit]}>`}};Yy=Symbol.toStringTag;Pi[Yy]=(r=>(r.unit=null,r.ArrayType=Int32Array,r[Symbol.toStringTag]="Interval"))(Pi.prototype);var ji=class extends I{constructor(t){super(),this.unit=t}get typeId(){return d.Duration}toString(){return`Duration<${O[this.unit]}>`}};Hy=Symbol.toStringTag;ji[Hy]=(r=>(r.unit=null,r.ArrayType=BigInt64Array,r[Symbol.toStringTag]="Duration"))(ji.prototype);var Or=class extends I{constructor(t){super(),this.children=[t]}get typeId(){return d.List}toString(){return`List<${this.valueType}>`}get valueType(){return this.children[0].type}get valueField(){return this.children[0]}get ArrayType(){return this.valueType.ArrayType}};Ky=Symbol.toStringTag;Or[Ky]=(r=>(r.children=null,r[Symbol.toStringTag]="List"))(Or.prototype);var wt=class extends I{constructor(t){super(),this.children=t}get typeId(){return d.Struct}toString(){return`Struct<{${this.children.map(t=>`${t.name}:${t.type}`).join(", ")}}>`}};Jy=Symbol.toStringTag;wt[Jy]=(r=>(r.children=null,r[Symbol.toStringTag]="Struct"))(wt.prototype);var Er=class extends I{constructor(t,e,i){super(),this.mode=t,this.children=i,this.typeIds=e=Int32Array.from(e),this.typeIdToChildIndex=e.reduce((n,s,o)=>(n[s]=o)&&n||n,Object.create(null))}get typeId(){return d.Union}toString(){return`${this[Symbol.toStringTag]}<${this.children.map(t=>`${t.type}`).join(" | ")}>`}};Qy=Symbol.toStringTag;Er[Qy]=(r=>(r.mode=null,r.typeIds=null,r.children=null,r.typeIdToChildIndex=null,r.ArrayType=Int8Array,r[Symbol.toStringTag]="Union"))(Er.prototype);var zi=class extends I{constructor(t){super(),this.byteWidth=t}get typeId(){return d.FixedSizeBinary}toString(){return`FixedSizeBinary[${this.byteWidth}]`}};Xy=Symbol.toStringTag;zi[Xy]=(r=>(r.byteWidth=null,r.ArrayType=Uint8Array,r[Symbol.toStringTag]="FixedSizeBinary"))(zi.prototype);var Fr=class extends I{constructor(t,e){super(),this.listSize=t,this.children=[e]}get typeId(){return d.FixedSizeList}get valueType(){return this.children[0].type}get valueField(){return this.children[0]}get ArrayType(){return this.valueType.ArrayType}toString(){return`FixedSizeList[${this.listSize}]<${this.valueType}>`}};Zy=Symbol.toStringTag;Fr[Zy]=(r=>(r.children=null,r.listSize=null,r[Symbol.toStringTag]="FixedSizeList"))(Fr.prototype);var Nr=class extends I{constructor(t,e=!1){var i,n,s;if(super(),this.children=[t],this.keysSorted=e,t&&(t.name="entries",!((i=t?.type)===null||i===void 0)&&i.children)){let o=(n=t?.type)===null||n===void 0?void 0:n.children[0];o&&(o.name="key");let a=(s=t?.type)===null||s===void 0?void 0:s.children[1];a&&(a.name="value")}}get typeId(){return d.Map}get keyType(){return this.children[0].type.children[0].type}get valueType(){return this.children[0].type.children[1].type}get childType(){return this.children[0].type}toString(){return`Map<{${this.children[0].type.children.map(t=>`${t.name}:${t.type}`).join(", ")}}>`}};tg=Symbol.toStringTag;Nr[tg]=(r=>(r.children=null,r.keysSorted=null,r[Symbol.toStringTag]="Map_"))(Nr.prototype);var DI=(r=>()=>++r)(-1),Ce=class extends I{constructor(t,e,i,n){super(),this.indices=e,this.dictionary=t,this.isOrdered=n||!1,this.id=i==null?DI():Se(i)}get typeId(){return d.Dictionary}get children(){return this.dictionary.children}get valueType(){return this.dictionary}get ArrayType(){return this.dictionary.ArrayType}toString(){return`Dictionary<${this.indices}, ${this.dictionary}>`}};eg=Symbol.toStringTag;Ce[eg]=(r=>(r.id=null,r.indices=null,r.isOrdered=null,r.dictionary=null,r[Symbol.toStringTag]="Dictionary"))(Ce.prototype);function ke(r){let t=r;switch(r.typeId){case d.Decimal:return r.bitWidth/32;case d.Timestamp:return 2;case d.Date:return 1+t.unit;case d.Interval:return 1+t.unit;case d.FixedSizeList:return t.listSize;case d.FixedSizeBinary:return t.byteWidth;default:return 1}}var S=class{visitMany(t,...e){return t.map((i,n)=>this.visit(i,...e.map(s=>s[n])))}visit(...t){return this.getVisitFn(t[0],!1).apply(this,t)}getVisitFn(t,e=!0){return OI(this,t,e)}getVisitFnByTypeId(t,e=!0){return Qs(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 OI(r,t,e=!0){return typeof t=="number"?Qs(r,t,e):typeof t=="string"&&t in d?Qs(r,d[t],e):t&&t instanceof I?Qs(r,rg(t),e):t?.type&&t.type instanceof I?Qs(r,rg(t.type),e):Qs(r,d.NONE,e)}function Qs(r,t,e=!0){let i=null;switch(t){case d.Null:i=r.visitNull;break;case d.Bool:i=r.visitBool;break;case d.Int:i=r.visitInt;break;case d.Int8:i=r.visitInt8||r.visitInt;break;case d.Int16:i=r.visitInt16||r.visitInt;break;case d.Int32:i=r.visitInt32||r.visitInt;break;case d.Int64:i=r.visitInt64||r.visitInt;break;case d.Uint8:i=r.visitUint8||r.visitInt;break;case d.Uint16:i=r.visitUint16||r.visitInt;break;case d.Uint32:i=r.visitUint32||r.visitInt;break;case d.Uint64:i=r.visitUint64||r.visitInt;break;case d.Float:i=r.visitFloat;break;case d.Float16:i=r.visitFloat16||r.visitFloat;break;case d.Float32:i=r.visitFloat32||r.visitFloat;break;case d.Float64:i=r.visitFloat64||r.visitFloat;break;case d.Utf8:i=r.visitUtf8;break;case d.Binary:i=r.visitBinary;break;case d.FixedSizeBinary:i=r.visitFixedSizeBinary;break;case d.Date:i=r.visitDate;break;case d.DateDay:i=r.visitDateDay||r.visitDate;break;case d.DateMillisecond:i=r.visitDateMillisecond||r.visitDate;break;case d.Timestamp:i=r.visitTimestamp;break;case d.TimestampSecond:i=r.visitTimestampSecond||r.visitTimestamp;break;case d.TimestampMillisecond:i=r.visitTimestampMillisecond||r.visitTimestamp;break;case d.TimestampMicrosecond:i=r.visitTimestampMicrosecond||r.visitTimestamp;break;case d.TimestampNanosecond:i=r.visitTimestampNanosecond||r.visitTimestamp;break;case d.Time:i=r.visitTime;break;case d.TimeSecond:i=r.visitTimeSecond||r.visitTime;break;case d.TimeMillisecond:i=r.visitTimeMillisecond||r.visitTime;break;case d.TimeMicrosecond:i=r.visitTimeMicrosecond||r.visitTime;break;case d.TimeNanosecond:i=r.visitTimeNanosecond||r.visitTime;break;case d.Decimal:i=r.visitDecimal;break;case d.List:i=r.visitList;break;case d.Struct:i=r.visitStruct;break;case d.Union:i=r.visitUnion;break;case d.DenseUnion:i=r.visitDenseUnion||r.visitUnion;break;case d.SparseUnion:i=r.visitSparseUnion||r.visitUnion;break;case d.Dictionary:i=r.visitDictionary;break;case d.Interval:i=r.visitInterval;break;case d.IntervalDayTime:i=r.visitIntervalDayTime||r.visitInterval;break;case d.IntervalYearMonth:i=r.visitIntervalYearMonth||r.visitInterval;break;case d.Duration:i=r.visitDuration;break;case d.DurationSecond:i=r.visitDurationSecond||r.visitDuration;break;case d.DurationMillisecond:i=r.visitDurationMillisecond||r.visitDuration;break;case d.DurationMicrosecond:i=r.visitDurationMicrosecond||r.visitDuration;break;case d.DurationNanosecond:i=r.visitDurationNanosecond||r.visitDuration;break;case d.FixedSizeList:i=r.visitFixedSizeList;break;case d.Map:i=r.visitMap;break}if(typeof i=="function")return i;if(!e)return()=>null;throw new Error(`Unrecognized type '${d[t]}'`)}function rg(r){switch(r.typeId){case d.Null:return d.Null;case d.Int:{let{bitWidth:t,isSigned:e}=r;switch(t){case 8:return e?d.Int8:d.Uint8;case 16:return e?d.Int16:d.Uint16;case 32:return e?d.Int32:d.Uint32;case 64:return e?d.Int64:d.Uint64}return d.Int}case d.Float:switch(r.precision){case Tt.HALF:return d.Float16;case Tt.SINGLE:return d.Float32;case Tt.DOUBLE:return d.Float64}return d.Float;case d.Binary:return d.Binary;case d.Utf8:return d.Utf8;case d.Bool:return d.Bool;case d.Decimal:return d.Decimal;case d.Time:switch(r.unit){case O.SECOND:return d.TimeSecond;case O.MILLISECOND:return d.TimeMillisecond;case O.MICROSECOND:return d.TimeMicrosecond;case O.NANOSECOND:return d.TimeNanosecond}return d.Time;case d.Timestamp:switch(r.unit){case O.SECOND:return d.TimestampSecond;case O.MILLISECOND:return d.TimestampMillisecond;case O.MICROSECOND:return d.TimestampMicrosecond;case O.NANOSECOND:return d.TimestampNanosecond}return d.Timestamp;case d.Date:switch(r.unit){case ee.DAY:return d.DateDay;case ee.MILLISECOND:return d.DateMillisecond}return d.Date;case d.Interval:switch(r.unit){case de.DAY_TIME:return d.IntervalDayTime;case de.YEAR_MONTH:return d.IntervalYearMonth}return d.Interval;case d.Duration:switch(r.unit){case O.SECOND:return d.DurationSecond;case O.MILLISECOND:return d.DurationMillisecond;case O.MICROSECOND:return d.DurationMicrosecond;case O.NANOSECOND:return d.DurationNanosecond}return d.Duration;case d.Map:return d.Map;case d.List:return d.List;case d.Struct:return d.Struct;case d.Union:switch(r.mode){case vt.Dense:return d.DenseUnion;case vt.Sparse:return d.SparseUnion}return d.Union;case d.FixedSizeBinary:return d.FixedSizeBinary;case d.FixedSizeList:return d.FixedSizeList;case d.Dictionary:return d.Dictionary}throw new Error(`Unrecognized type '${d[r.typeId]}'`)}S.prototype.visitInt8=null;S.prototype.visitInt16=null;S.prototype.visitInt32=null;S.prototype.visitInt64=null;S.prototype.visitUint8=null;S.prototype.visitUint16=null;S.prototype.visitUint32=null;S.prototype.visitUint64=null;S.prototype.visitFloat16=null;S.prototype.visitFloat32=null;S.prototype.visitFloat64=null;S.prototype.visitDateDay=null;S.prototype.visitDateMillisecond=null;S.prototype.visitTimestampSecond=null;S.prototype.visitTimestampMillisecond=null;S.prototype.visitTimestampMicrosecond=null;S.prototype.visitTimestampNanosecond=null;S.prototype.visitTimeSecond=null;S.prototype.visitTimeMillisecond=null;S.prototype.visitTimeMicrosecond=null;S.prototype.visitTimeNanosecond=null;S.prototype.visitDenseUnion=null;S.prototype.visitSparseUnion=null;S.prototype.visitIntervalDayTime=null;S.prototype.visitIntervalYearMonth=null;S.prototype.visitDuration=null;S.prototype.visitDurationSecond=null;S.prototype.visitDurationMillisecond=null;S.prototype.visitDurationMicrosecond=null;S.prototype.visitDurationNanosecond=null;var yf={};me(yf,{float64ToUint16:()=>Ta,uint16ToFloat64:()=>Fu});var ig=new Float64Array(1),Xs=new Uint32Array(ig.buffer);function Fu(r){let t=(r&31744)>>10,e=(r&1023)/1024,i=Math.pow(-1,(r&32768)>>15);switch(t){case 31:return i*(e?Number.NaN:1/0);case 0:return i*(e?6103515625e-14*e:0)}return i*Math.pow(2,t-15)*(1+e)}function Ta(r){if(r!==r)return 32256;ig[0]=r;let t=(Xs[1]&2147483648)>>16&65535,e=Xs[1]&2146435072,i=0;return e>=1089470464?Xs[0]>0?e=31744:(e=(e&2080374784)>>16,i=(Xs[1]&1048575)>>10):e<=1056964608?(i=1048576+(Xs[1]&1048575),i=1048576+(i<<(e>>20)-998)>>21,e=0):(e=e-1056964608>>10,i=(Xs[1]&1048575)+512>>10),t|e|i&65535}var k=class extends S{};function G(r){return(t,e,i)=>{if(t.setValid(e,i!=null))return r(t,e,i)}}var EI=(r,t,e)=>{r[t]=Math.trunc(e/864e5)},gf=(r,t,e)=>{r[t]=Math.trunc(e%4294967296),r[t+1]=Math.trunc(e/4294967296)},FI=(r,t,e)=>{r[t]=Math.trunc(e*1e3%4294967296),r[t+1]=Math.trunc(e*1e3/4294967296)},NI=(r,t,e)=>{r[t]=Math.trunc(e*1e6%4294967296),r[t+1]=Math.trunc(e*1e6/4294967296)},ng=(r,t,e,i)=>{if(e+1<t.length){let{[e]:n,[e+1]:s}=t;r.set(i.subarray(0,s-n),n)}},MI=({offset:r,values:t},e,i)=>{let n=r+e;i?t[n>>3]|=1<<n%8:t[n>>3]&=~(1<<n%8)},$i=({values:r},t,e)=>{r[t]=e},bf=({values:r},t,e)=>{r[t]=e},sg=({values:r},t,e)=>{r[t]=Ta(e)},LI=(r,t,e)=>{switch(r.type.precision){case Tt.HALF:return sg(r,t,e);case Tt.SINGLE:case Tt.DOUBLE:return bf(r,t,e)}},Nu=({values:r},t,e)=>{EI(r,t,e.valueOf())},Mu=({values:r},t,e)=>{gf(r,t*2,e.valueOf())},_f=({stride:r,values:t},e,i)=>{t.set(i.subarray(0,r),r*e)},RI=({values:r,valueOffsets:t},e,i)=>ng(r,t,e,i),UI=({values:r,valueOffsets:t},e,i)=>{ng(r,t,e,_n(i))},vf=(r,t,e)=>{r.type.unit===ee.DAY?Nu(r,t,e):Mu(r,t,e)},Lu=({values:r},t,e)=>gf(r,t*2,e/1e3),Ru=({values:r},t,e)=>gf(r,t*2,e),Uu=({values:r},t,e)=>FI(r,t*2,e),Cu=({values:r},t,e)=>NI(r,t*2,e),wf=(r,t,e)=>{switch(r.type.unit){case O.SECOND:return Lu(r,t,e);case O.MILLISECOND:return Ru(r,t,e);case O.MICROSECOND:return Uu(r,t,e);case O.NANOSECOND:return Cu(r,t,e)}},ku=({values:r},t,e)=>{r[t]=e},Vu=({values:r},t,e)=>{r[t]=e},Pu=({values:r},t,e)=>{r[t]=e},ju=({values:r},t,e)=>{r[t]=e},If=(r,t,e)=>{switch(r.type.unit){case O.SECOND:return ku(r,t,e);case O.MILLISECOND:return Vu(r,t,e);case O.MICROSECOND:return Pu(r,t,e);case O.NANOSECOND:return ju(r,t,e)}},Sf=({values:r,stride:t},e,i)=>{r.set(i.subarray(0,t),t*e)},CI=(r,t,e)=>{let i=r.children[0],n=r.valueOffsets,s=re.getVisitFn(i);if(Array.isArray(e))for(let o=-1,a=n[t],c=n[t+1];a<c;)s(i,a++,e[++o]);else for(let o=-1,a=n[t],c=n[t+1];a<c;)s(i,a++,e.get(++o))},kI=(r,t,e)=>{let i=r.children[0],{valueOffsets:n}=r,s=re.getVisitFn(i),{[t]:o,[t+1]:a}=n,c=e instanceof Map?e.entries():Object.entries(e);for(let l of c)if(s(i,o,l),++o>=a)break},VI=(r,t)=>(e,i,n,s)=>i&&e(i,r,t[s]),PI=(r,t)=>(e,i,n,s)=>i&&e(i,r,t.get(s)),jI=(r,t)=>(e,i,n,s)=>i&&e(i,r,t.get(n.name)),zI=(r,t)=>(e,i,n,s)=>i&&e(i,r,t[n.name]),$I=(r,t,e)=>{let i=r.type.children.map(s=>re.getVisitFn(s.type)),n=e instanceof Map?jI(t,e):e instanceof it?PI(t,e):Array.isArray(e)?VI(t,e):zI(t,e);r.type.children.forEach((s,o)=>n(i[o],r.children[o],s,o))},WI=(r,t,e)=>{r.type.mode===vt.Dense?og(r,t,e):ag(r,t,e)},og=(r,t,e)=>{let i=r.type.typeIdToChildIndex[r.typeIds[t]],n=r.children[i];re.visit(n,r.valueOffsets[t],e)},ag=(r,t,e)=>{let i=r.type.typeIdToChildIndex[r.typeIds[t]],n=r.children[i];re.visit(n,t,e)},qI=(r,t,e)=>{var i;(i=r.dictionary)===null||i===void 0||i.set(r.values[t],e)},Bf=(r,t,e)=>{r.type.unit===de.DAY_TIME?zu(r,t,e):$u(r,t,e)},zu=({values:r},t,e)=>{r.set(e.subarray(0,2),2*t)},$u=({values:r},t,e)=>{r[t]=e[0]*12+e[1]%12},Wu=({values:r},t,e)=>{r[t]=e},qu=({values:r},t,e)=>{r[t]=e},Gu=({values:r},t,e)=>{r[t]=e},Yu=({values:r},t,e)=>{r[t]=e},Tf=(r,t,e)=>{switch(r.type.unit){case O.SECOND:return Wu(r,t,e);case O.MILLISECOND:return qu(r,t,e);case O.MICROSECOND:return Gu(r,t,e);case O.NANOSECOND:return Yu(r,t,e)}},GI=(r,t,e)=>{let{stride:i}=r,n=r.children[0],s=re.getVisitFn(n);if(Array.isArray(e))for(let o=-1,a=t*i;++o<i;)s(n,a+o,e[o]);else for(let o=-1,a=t*i;++o<i;)s(n,a+o,e.get(o))};k.prototype.visitBool=G(MI);k.prototype.visitInt=G($i);k.prototype.visitInt8=G($i);k.prototype.visitInt16=G($i);k.prototype.visitInt32=G($i);k.prototype.visitInt64=G($i);k.prototype.visitUint8=G($i);k.prototype.visitUint16=G($i);k.prototype.visitUint32=G($i);k.prototype.visitUint64=G($i);k.prototype.visitFloat=G(LI);k.prototype.visitFloat16=G(sg);k.prototype.visitFloat32=G(bf);k.prototype.visitFloat64=G(bf);k.prototype.visitUtf8=G(UI);k.prototype.visitBinary=G(RI);k.prototype.visitFixedSizeBinary=G(_f);k.prototype.visitDate=G(vf);k.prototype.visitDateDay=G(Nu);k.prototype.visitDateMillisecond=G(Mu);k.prototype.visitTimestamp=G(wf);k.prototype.visitTimestampSecond=G(Lu);k.prototype.visitTimestampMillisecond=G(Ru);k.prototype.visitTimestampMicrosecond=G(Uu);k.prototype.visitTimestampNanosecond=G(Cu);k.prototype.visitTime=G(If);k.prototype.visitTimeSecond=G(ku);k.prototype.visitTimeMillisecond=G(Vu);k.prototype.visitTimeMicrosecond=G(Pu);k.prototype.visitTimeNanosecond=G(ju);k.prototype.visitDecimal=G(Sf);k.prototype.visitList=G(CI);k.prototype.visitStruct=G($I);k.prototype.visitUnion=G(WI);k.prototype.visitDenseUnion=G(og);k.prototype.visitSparseUnion=G(ag);k.prototype.visitDictionary=G(qI);k.prototype.visitInterval=G(Bf);k.prototype.visitIntervalDayTime=G(zu);k.prototype.visitIntervalYearMonth=G($u);k.prototype.visitDuration=G(Tf);k.prototype.visitDurationSecond=G(Wu);k.prototype.visitDurationMillisecond=G(qu);k.prototype.visitDurationMicrosecond=G(Gu);k.prototype.visitDurationNanosecond=G(Yu);k.prototype.visitFixedSizeList=G(GI);k.prototype.visitMap=G(kI);var re=new k;var Mr=Symbol.for("parent"),Zs=Symbol.for("rowIndex"),vn=class{constructor(t,e){return this[Mr]=t,this[Zs]=e,new Proxy(this,new Af)}toArray(){return Object.values(this.toJSON())}toJSON(){let t=this[Zs],e=this[Mr],i=e.type.children,n={};for(let s=-1,o=i.length;++s<o;)n[i[s].name]=$t.visit(e.children[s],t);return n}toString(){return`{${[...this].map(([t,e])=>`${xr(t)}: ${xr(e)}`).join(", ")}}`}[Symbol.for("nodejs.util.inspect.custom")](){return this.toString()}[Symbol.iterator](){return new xf(this[Mr],this[Zs])}},xf=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,$t.visit(this.children[t],this.rowIndex)]}):{done:!0,value:null}}};Object.defineProperties(vn.prototype,{[Symbol.toStringTag]:{enumerable:!1,configurable:!1,value:"Row"},[Mr]:{writable:!0,enumerable:!1,configurable:!1,value:null},[Zs]:{writable:!0,enumerable:!1,configurable:!1,value:-1}});var Af=class{isExtensible(){return!1}deleteProperty(){return!1}preventExtensions(){return!0}ownKeys(t){return t[Mr].type.children.map(e=>e.name)}has(t,e){return t[Mr].type.children.findIndex(i=>i.name===e)!==-1}getOwnPropertyDescriptor(t,e){if(t[Mr].type.children.findIndex(i=>i.name===e)!==-1)return{writable:!0,enumerable:!0,configurable:!0}}get(t,e){if(Reflect.has(t,e))return t[e];let i=t[Mr].type.children.findIndex(n=>n.name===e);if(i!==-1){let n=$t.visit(t[Mr].children[i],t[Zs]);return Reflect.set(t,e,n),n}}set(t,e,i){let n=t[Mr].type.children.findIndex(s=>s.name===e);return n!==-1?(re.visit(t[Mr].children[n],t[Zs],i),Reflect.set(t,e,i)):Reflect.has(t,e)||typeof e=="symbol"?Reflect.set(t,e,i):!1}};var N=class extends S{};function P(r){return(t,e)=>t.getValid(e)?r(t,e):null}var YI=(r,t)=>864e5*r[t],Df=(r,t)=>4294967296*r[t+1]+(r[t]>>>0),HI=(r,t)=>4294967296*(r[t+1]/1e3)+(r[t]>>>0)/1e3,KI=(r,t)=>4294967296*(r[t+1]/1e6)+(r[t]>>>0)/1e6,cg=r=>new Date(r),JI=(r,t)=>cg(YI(r,t)),QI=(r,t)=>cg(Df(r,t)),XI=(r,t)=>null,lg=(r,t,e)=>{if(e+1>=t.length)return null;let i=t[e],n=t[e+1];return r.subarray(i,n)},ZI=({offset:r,values:t},e)=>{let i=r+e;return(t[i>>3]&1<<i%8)!==0},ug=({values:r},t)=>JI(r,t),dg=({values:r},t)=>QI(r,t*2),wn=({stride:r,values:t},e)=>t[r*e],tS=({stride:r,values:t},e)=>Fu(t[r*e]),hg=({values:r},t)=>r[t],eS=({stride:r,values:t},e)=>t.subarray(r*e,r*(e+1)),rS=({values:r,valueOffsets:t},e)=>lg(r,t,e),iS=({values:r,valueOffsets:t},e)=>{let i=lg(r,t,e);return i!==null?wa(i):null},nS=({values:r},t)=>r[t],sS=({type:r,values:t},e)=>r.precision!==Tt.HALF?t[e]:Fu(t[e]),oS=(r,t)=>r.type.unit===ee.DAY?ug(r,t):dg(r,t),fg=({values:r},t)=>1e3*Df(r,t*2),pg=({values:r},t)=>Df(r,t*2),mg=({values:r},t)=>HI(r,t*2),yg=({values:r},t)=>KI(r,t*2),aS=(r,t)=>{switch(r.type.unit){case O.SECOND:return fg(r,t);case O.MILLISECOND:return pg(r,t);case O.MICROSECOND:return mg(r,t);case O.NANOSECOND:return yg(r,t)}},gg=({values:r},t)=>r[t],bg=({values:r},t)=>r[t],_g=({values:r},t)=>r[t],vg=({values:r},t)=>r[t],cS=(r,t)=>{switch(r.type.unit){case O.SECOND:return gg(r,t);case O.MILLISECOND:return bg(r,t);case O.MICROSECOND:return _g(r,t);case O.NANOSECOND:return vg(r,t)}},lS=({values:r,stride:t},e)=>Ba.decimal(r.subarray(t*e,t*(e+1))),uS=(r,t)=>{let{valueOffsets:e,stride:i,children:n}=r,{[t*i]:s,[t*i+1]:o}=e,c=n[0].slice(s,o-s);return new it([c])},dS=(r,t)=>{let{valueOffsets:e,children:i}=r,{[t]:n,[t+1]:s}=e,o=i[0];return new Xr(o.slice(n,s-n))},hS=(r,t)=>new vn(r,t),fS=(r,t)=>r.type.mode===vt.Dense?wg(r,t):Ig(r,t),wg=(r,t)=>{let e=r.type.typeIdToChildIndex[r.typeIds[t]],i=r.children[e];return $t.visit(i,r.valueOffsets[t])},Ig=(r,t)=>{let e=r.type.typeIdToChildIndex[r.typeIds[t]],i=r.children[e];return $t.visit(i,t)},pS=(r,t)=>{var e;return(e=r.dictionary)===null||e===void 0?void 0:e.get(r.values[t])},mS=(r,t)=>r.type.unit===de.DAY_TIME?Sg(r,t):Bg(r,t),Sg=({values:r},t)=>r.subarray(2*t,2*(t+1)),Bg=({values:r},t)=>{let e=r[t],i=new Int32Array(2);return i[0]=Math.trunc(e/12),i[1]=Math.trunc(e%12),i},Tg=({values:r},t)=>r[t],xg=({values:r},t)=>r[t],Ag=({values:r},t)=>r[t],Dg=({values:r},t)=>r[t],yS=(r,t)=>{switch(r.type.unit){case O.SECOND:return Tg(r,t);case O.MILLISECOND:return xg(r,t);case O.MICROSECOND:return Ag(r,t);case O.NANOSECOND:return Dg(r,t)}},gS=(r,t)=>{let{stride:e,children:i}=r,s=i[0].slice(t*e,e);return new it([s])};N.prototype.visitNull=P(XI);N.prototype.visitBool=P(ZI);N.prototype.visitInt=P(nS);N.prototype.visitInt8=P(wn);N.prototype.visitInt16=P(wn);N.prototype.visitInt32=P(wn);N.prototype.visitInt64=P(hg);N.prototype.visitUint8=P(wn);N.prototype.visitUint16=P(wn);N.prototype.visitUint32=P(wn);N.prototype.visitUint64=P(hg);N.prototype.visitFloat=P(sS);N.prototype.visitFloat16=P(tS);N.prototype.visitFloat32=P(wn);N.prototype.visitFloat64=P(wn);N.prototype.visitUtf8=P(iS);N.prototype.visitBinary=P(rS);N.prototype.visitFixedSizeBinary=P(eS);N.prototype.visitDate=P(oS);N.prototype.visitDateDay=P(ug);N.prototype.visitDateMillisecond=P(dg);N.prototype.visitTimestamp=P(aS);N.prototype.visitTimestampSecond=P(fg);N.prototype.visitTimestampMillisecond=P(pg);N.prototype.visitTimestampMicrosecond=P(mg);N.prototype.visitTimestampNanosecond=P(yg);N.prototype.visitTime=P(cS);N.prototype.visitTimeSecond=P(gg);N.prototype.visitTimeMillisecond=P(bg);N.prototype.visitTimeMicrosecond=P(_g);N.prototype.visitTimeNanosecond=P(vg);N.prototype.visitDecimal=P(lS);N.prototype.visitList=P(uS);N.prototype.visitStruct=P(hS);N.prototype.visitUnion=P(fS);N.prototype.visitDenseUnion=P(wg);N.prototype.visitSparseUnion=P(Ig);N.prototype.visitDictionary=P(pS);N.prototype.visitInterval=P(mS);N.prototype.visitIntervalDayTime=P(Sg);N.prototype.visitIntervalYearMonth=P(Bg);N.prototype.visitDuration=P(yS);N.prototype.visitDurationSecond=P(Tg);N.prototype.visitDurationMillisecond=P(xg);N.prototype.visitDurationMicrosecond=P(Ag);N.prototype.visitDurationNanosecond=P(Dg);N.prototype.visitFixedSizeList=P(gS);N.prototype.visitMap=P(dS);var $t=new N;var Ze=Symbol.for("keys"),to=Symbol.for("vals"),Xr=class{constructor(t){return this[Ze]=new it([t.children[0]]).memoize(),this[to]=t.children[1],new Proxy(this,new Ef)}[Symbol.iterator](){return new Of(this[Ze],this[to])}get size(){return this[Ze].length}toArray(){return Object.values(this.toJSON())}toJSON(){let t=this[Ze],e=this[to],i={};for(let n=-1,s=t.length;++n<s;)i[t.get(n)]=$t.visit(e,n);return i}toString(){return`{${[...this].map(([t,e])=>`${xr(t)}: ${xr(e)}`).join(", ")}}`}[Symbol.for("nodejs.util.inspect.custom")](){return this.toString()}},Of=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),$t.visit(this.vals,t)]})}},Ef=class{isExtensible(){return!1}deleteProperty(){return!1}preventExtensions(){return!0}ownKeys(t){return t[Ze].toArray().map(String)}has(t,e){return t[Ze].includes(e)}getOwnPropertyDescriptor(t,e){if(t[Ze].indexOf(e)!==-1)return{writable:!0,enumerable:!0,configurable:!0}}get(t,e){if(Reflect.has(t,e))return t[e];let i=t[Ze].indexOf(e);if(i!==-1){let n=$t.visit(Reflect.get(t,to),i);return Reflect.set(t,e,n),n}}set(t,e,i){let n=t[Ze].indexOf(e);return n!==-1?(re.visit(Reflect.get(t,to),n,i),Reflect.set(t,e,i)):Reflect.has(t,e)?Reflect.set(t,e,i):!1}};Object.defineProperties(Xr.prototype,{[Symbol.toStringTag]:{enumerable:!1,configurable:!1,value:"Row"},[Ze]:{writable:!0,enumerable:!1,configurable:!1,value:null},[to]:{writable:!0,enumerable:!1,configurable:!1,value:null}});function bS(r,t,e){let i=r.length,n=t>-1?t:i+t%i;return e?e(r,n):n}var Og;function xa(r,t,e,i){let{length:n=0}=r,s=typeof t!="number"?0:t,o=typeof e!="number"?n:e;return s<0&&(s=(s%n+n)%n),o<0&&(o=(o%n+n)%n),o<s&&(Og=s,s=o,o=Og),o>n&&(o=n),i?i(r,s,o):[s,o]}var Eg=r=>r!==r;function In(r){if(typeof r!=="object"||r===null)return Eg(r)?Eg:e=>e===r;if(r instanceof Date){let e=r.valueOf();return i=>i instanceof Date?i.valueOf()===e:!1}return ArrayBuffer.isView(r)?e=>e?lf(r,e):!1:r instanceof Map?vS(r):Array.isArray(r)?_S(r):r instanceof it?wS(r):IS(r,!0)}function _S(r){let t=[];for(let e=-1,i=r.length;++e<i;)t[e]=In(r[e]);return Hu(t)}function vS(r){let t=-1,e=[];for(let i of r.values())e[++t]=In(i);return Hu(e)}function wS(r){let t=[];for(let e=-1,i=r.length;++e<i;)t[e]=In(r.get(e));return Hu(t)}function IS(r,t=!1){let e=Object.keys(r);if(!t&&e.length===0)return()=>!1;let i=[];for(let n=-1,s=e.length;++n<s;)i[n]=In(r[e[n]]);return Hu(i,e)}function Hu(r,t){return e=>{if(!e||typeof e!="object")return!1;switch(e.constructor){case Array:return SS(r,e);case Map:return Fg(r,e,e.keys());case Xr:case vn:case Object:case void 0:return Fg(r,e,t||Object.keys(e))}return e instanceof it?BS(r,e):!1}}function SS(r,t){let e=r.length;if(t.length!==e)return!1;for(let i=-1;++i<e;)if(!r[i](t[i]))return!1;return!0}function BS(r,t){let e=r.length;if(t.length!==e)return!1;for(let i=-1;++i<e;)if(!r[i](t.get(i)))return!1;return!0}function Fg(r,t,e){let i=e[Symbol.iterator](),n=t instanceof Map?t.keys():Object.keys(t)[Symbol.iterator](),s=t instanceof Map?t.values():Object.values(t)[Symbol.iterator](),o=0,a=r.length,c=s.next(),l=i.next(),u=n.next();for(;o<a&&!l.done&&!u.done&&!c.done&&!(l.value!==u.value||!r[o](c.value));++o,l=i.next(),u=n.next(),c=s.next());return o===a&&l.done&&u.done&&c.done?!0:(i.return&&i.return(),n.return&&n.return(),s.return&&s.return(),!1)}var Nf={};me(Nf,{BitIterator:()=>as,getBit:()=>Ng,getBool:()=>Ju,packBools:()=>ls,popcnt_array:()=>Mg,popcnt_bit_range:()=>Aa,popcnt_uint32:()=>Ku,setBool:()=>TS,truncateBitmap:()=>cs});function Ju(r,t,e,i){return(e&1<<i)!==0}function Ng(r,t,e,i){return(e&1<<i)>>i}function TS(r,t,e){return e?!!(r[t>>3]|=1<<t%8)||!0:!(r[t>>3]&=~(1<<t%8))&&!1}function cs(r,t,e){let i=e.byteLength+7&-8;if(r>0||e.byteLength<i){let n=new Uint8Array(i);return n.set(r%8===0?e.subarray(r>>3):ls(new as(e,r,t,null,Ju)).subarray(0,i)),n}return e}function ls(r){let t=[],e=0,i=0,n=0;for(let o of r)o&&(n|=1<<i),++i===8&&(t[e++]=n,n=i=0);(e===0||i>0)&&(t[e++]=n);let s=new Uint8Array(t.length+7&-8);return s.set(t),s}var as=class{constructor(t,e,i,n,s){this.bytes=t,this.length=i,this.context=n,this.get=s,this.bit=e%8,this.byteIndex=e>>3,this.byte=t[this.byteIndex++],this.index=0}next(){return this.index<this.length?(this.bit===8&&(this.bit=0,this.byte=this.bytes[this.byteIndex++]),{value:this.get(this.context,this.index++,this.byte,this.bit++)}):{done:!0,value:null}}[Symbol.iterator](){return this}};function Aa(r,t,e){if(e-t<=0)return 0;if(e-t<8){let s=0;for(let o of new as(r,t,e-t,r,Ng))s+=o;return s}let i=e>>3<<3,n=t+(t%8===0?0:8-t%8);return Aa(r,t,n)+Aa(r,i,e)+Mg(r,n>>3,i-n>>3)}function Mg(r,t,e){let i=0,n=Math.trunc(t),s=new DataView(r.buffer,r.byteOffset,r.byteLength),o=e===void 0?r.byteLength:n+e;for(;o-n>=4;)i+=Ku(s.getUint32(n)),n+=4;for(;o-n>=2;)i+=Ku(s.getUint16(n)),n+=2;for(;o-n>=1;)i+=Ku(s.getUint8(n)),n+=1;return i}function Ku(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 xS=-1,ht=class r{get typeId(){return this.type.typeId}get ArrayType(){return this.type.ArrayType}get buffers(){return[this.valueOffsets,this.values,this.nullBitmap,this.typeIds]}get nullable(){if(this._nullCount!==0){let{type:t}=this;return I.isSparseUnion(t)?this.children.some(e=>e.nullable):I.isDenseUnion(t)?this.children.some(e=>e.nullable):this.nullBitmap&&this.nullBitmap.byteLength>0}return!0}get byteLength(){let t=0,{valueOffsets:e,values:i,nullBitmap:n,typeIds:s}=this;return e&&(t+=e.byteLength),i&&(t+=i.byteLength),n&&(t+=n.byteLength),s&&(t+=s.byteLength),this.children.reduce((o,a)=>o+a.byteLength,t)}get nullCount(){if(I.isUnion(this.type))return this.children.reduce((i,n)=>i+n.nullCount,0);let t=this._nullCount,e;return t<=xS&&(e=this.nullBitmap)&&(this._nullCount=t=this.length-Aa(e,this.offset,this.offset+this.length)),t}constructor(t,e,i,n,s,o=[],a){this.type=t,this.children=o,this.dictionary=a,this.offset=Math.floor(Math.max(e||0,0)),this.length=Math.floor(Math.max(i||0,0)),this._nullCount=Math.floor(Math.max(n||0,-1));let c;s instanceof r?(this.stride=s.stride,this.values=s.values,this.typeIds=s.typeIds,this.nullBitmap=s.nullBitmap,this.valueOffsets=s.valueOffsets):(this.stride=ke(t),s&&((c=s[0])&&(this.valueOffsets=c),(c=s[1])&&(this.values=c),(c=s[2])&&(this.nullBitmap=c),(c=s[3])&&(this.typeIds=c)))}getValid(t){let{type:e}=this;if(I.isUnion(e)){let i=e,n=this.children[i.typeIdToChildIndex[this.typeIds[t]]],s=i.mode===vt.Dense?this.valueOffsets[t]:t;return n.getValid(s)}if(this.nullable&&this.nullCount>0){let i=this.offset+t;return(this.nullBitmap[i>>3]&1<<i%8)!==0}return!0}setValid(t,e){let i,{type:n}=this;if(I.isUnion(n)){let s=n,o=this.children[s.typeIdToChildIndex[this.typeIds[t]]],a=s.mode===vt.Dense?this.valueOffsets[t]:t;i=o.getValid(a),o.setValid(a,e)}else{let{nullBitmap:s}=this,{offset:o,length:a}=this,c=o+t,l=1<<c%8,u=c>>3;(!s||s.byteLength<=u)&&(s=new Uint8Array((o+a+63&-64)>>3).fill(255),this.nullCount>0&&s.set(cs(o,a,this.nullBitmap),0),Object.assign(this,{nullBitmap:s,_nullCount:-1}));let h=s[u];i=(h&l)!==0,e?s[u]=h|l:s[u]=h&~l}return i!==!!e&&(this._nullCount=this.nullCount+(e?-1:1)),e}clone(t=this.type,e=this.offset,i=this.length,n=this._nullCount,s=this,o=this.children){return new r(t,e,i,n,s,o,this.dictionary)}slice(t,e){let{stride:i,typeId:n,children:s}=this,o=+(this._nullCount===0)-1,a=n===16?i:1,c=this._sliceBuffers(t,e,i,n);return this.clone(this.type,this.offset+t,e,o,c,s.length===0||this.valueOffsets?s:this._sliceChildren(s,a*t,a*e))}_changeLengthAndBackfillNullBitmap(t){if(this.typeId===d.Null)return this.clone(this.type,0,t,0);let{length:e,nullCount:i}=this,n=new Uint8Array((t+63&-64)>>3).fill(255,0,e>>3);n[e>>3]=(1<<e-(e&-8))-1,i>0&&n.set(cs(this.offset,e,this.nullBitmap),0);let s=this.buffers;return s[Xe.VALIDITY]=n,this.clone(this.type,0,t,i+(t-e),s)}_sliceBuffers(t,e,i,n){let s,{buffers:o}=this;return(s=o[Xe.TYPE])&&(o[Xe.TYPE]=s.subarray(t,t+e)),(s=o[Xe.OFFSET])&&(o[Xe.OFFSET]=s.subarray(t,t+e+1))||(s=o[Xe.DATA])&&(o[Xe.DATA]=n===6?s:s.subarray(i*t,i*(t+e))),o}_sliceChildren(t,e,i){return t.map(n=>n.slice(e,i))}};ht.prototype.children=Object.freeze([]);var Mf=class r extends S{visit(t){return this.getVisitFn(t.type).call(this,t)}visitNull(t){let{["type"]:e,["offset"]:i=0,["length"]:n=0}=t;return new ht(e,i,n,n)}visitBool(t){let{["type"]:e,["offset"]:i=0}=t,n=Y(t.nullBitmap),s=Q(e.ArrayType,t.data),{["length"]:o=s.length>>3,["nullCount"]:a=t.nullBitmap?-1:0}=t;return new ht(e,i,o,a,[void 0,s,n])}visitInt(t){let{["type"]:e,["offset"]:i=0}=t,n=Y(t.nullBitmap),s=Q(e.ArrayType,t.data),{["length"]:o=s.length,["nullCount"]:a=t.nullBitmap?-1:0}=t;return new ht(e,i,o,a,[void 0,s,n])}visitFloat(t){let{["type"]:e,["offset"]:i=0}=t,n=Y(t.nullBitmap),s=Q(e.ArrayType,t.data),{["length"]:o=s.length,["nullCount"]:a=t.nullBitmap?-1:0}=t;return new ht(e,i,o,a,[void 0,s,n])}visitUtf8(t){let{["type"]:e,["offset"]:i=0}=t,n=Y(t.data),s=Y(t.nullBitmap),o=os(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new ht(e,i,a,c,[o,n,s])}visitBinary(t){let{["type"]:e,["offset"]:i=0}=t,n=Y(t.data),s=Y(t.nullBitmap),o=os(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new ht(e,i,a,c,[o,n,s])}visitFixedSizeBinary(t){let{["type"]:e,["offset"]:i=0}=t,n=Y(t.nullBitmap),s=Q(e.ArrayType,t.data),{["length"]:o=s.length/ke(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new ht(e,i,o,a,[void 0,s,n])}visitDate(t){let{["type"]:e,["offset"]:i=0}=t,n=Y(t.nullBitmap),s=Q(e.ArrayType,t.data),{["length"]:o=s.length/ke(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new ht(e,i,o,a,[void 0,s,n])}visitTimestamp(t){let{["type"]:e,["offset"]:i=0}=t,n=Y(t.nullBitmap),s=Q(e.ArrayType,t.data),{["length"]:o=s.length/ke(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new ht(e,i,o,a,[void 0,s,n])}visitTime(t){let{["type"]:e,["offset"]:i=0}=t,n=Y(t.nullBitmap),s=Q(e.ArrayType,t.data),{["length"]:o=s.length/ke(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new ht(e,i,o,a,[void 0,s,n])}visitDecimal(t){let{["type"]:e,["offset"]:i=0}=t,n=Y(t.nullBitmap),s=Q(e.ArrayType,t.data),{["length"]:o=s.length/ke(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new ht(e,i,o,a,[void 0,s,n])}visitList(t){let{["type"]:e,["offset"]:i=0,["child"]:n}=t,s=Y(t.nullBitmap),o=os(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new ht(e,i,a,c,[o,void 0,s],[n])}visitStruct(t){let{["type"]:e,["offset"]:i=0,["children"]:n=[]}=t,s=Y(t.nullBitmap),{length:o=n.reduce((c,{length:l})=>Math.max(c,l),0),nullCount:a=t.nullBitmap?-1:0}=t;return new ht(e,i,o,a,[void 0,void 0,s],n)}visitUnion(t){let{["type"]:e,["offset"]:i=0,["children"]:n=[]}=t,s=Q(e.ArrayType,t.typeIds),{["length"]:o=s.length,["nullCount"]:a=-1}=t;if(I.isSparseUnion(e))return new ht(e,i,o,a,[void 0,void 0,void 0,s],n);let c=os(t.valueOffsets);return new ht(e,i,o,a,[c,void 0,void 0,s],n)}visitDictionary(t){let{["type"]:e,["offset"]:i=0}=t,n=Y(t.nullBitmap),s=Q(e.indices.ArrayType,t.data),{["dictionary"]:o=new it([new r().visit({type:e.dictionary})])}=t,{["length"]:a=s.length,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new ht(e,i,a,c,[void 0,s,n],[],o)}visitInterval(t){let{["type"]:e,["offset"]:i=0}=t,n=Y(t.nullBitmap),s=Q(e.ArrayType,t.data),{["length"]:o=s.length/ke(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new ht(e,i,o,a,[void 0,s,n])}visitDuration(t){let{["type"]:e,["offset"]:i=0}=t,n=Y(t.nullBitmap),s=Q(e.ArrayType,t.data),{["length"]:o=s.length,["nullCount"]:a=t.nullBitmap?-1:0}=t;return new ht(e,i,o,a,[void 0,s,n])}visitFixedSizeList(t){let{["type"]:e,["offset"]:i=0,["child"]:n=new r().visit({type:e.valueType})}=t,s=Y(t.nullBitmap),{["length"]:o=n.length/ke(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new ht(e,i,o,a,[void 0,void 0,s],[n])}visitMap(t){let{["type"]:e,["offset"]:i=0,["child"]:n=new r().visit({type:e.childType})}=t,s=Y(t.nullBitmap),o=os(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new ht(e,i,a,c,[o,void 0,s],[n])}},AS=new Mf;function H(r){return AS.visit(r)}var Da=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 Qu(r){return r.reduce((t,e)=>t+e.nullCount,0)}function Xu(r){return r.reduce((t,e,i)=>(t[i+1]=t[i]+e.length,t),new Uint32Array(r.length+1))}function Zu(r,t,e,i){let n=[];for(let s=-1,o=r.length;++s<o;){let a=r[s],c=t[s],{length:l}=a;if(c>=i)break;if(e>=c+l)continue;if(c>=e&&c+l<=i){n.push(a);continue}let u=Math.max(0,e-c),h=Math.min(i-c,l);n.push(a.slice(u,h-u))}return n.length===0&&n.push(r[0].slice(0,0)),n}function Lf(r,t,e,i){let n=0,s=0,o=t.length-1;do{if(n>=o-1)return e<t[o]?i(r,n,e-t[n]):null;s=n+Math.trunc((o-n)*.5),e<t[s]?o=s:n=s}while(n<o)}function Oa(r,t){return r.getValid(t)}function Sn(r){function t(e,i,n){return r(e[i],n)}return function(e){let i=this.data;return Lf(i,this._offsets,e,t)}}function td(r){let t;function e(i,n,s){return r(i[n],s,t)}return function(i,n){let s=this.data;t=n;let o=Lf(s,this._offsets,i,e);return t=void 0,o}}function ed(r){let t;function e(i,n,s){let o=s,a=0,c=0;for(let l=n-1,u=i.length;++l<u;){let h=i[l];if(~(a=r(h,t,o)))return c+a;o=0,c+=h.length}return-1}return function(i,n){t=i;let s=this.data,o=typeof n!="number"?e(s,0,0):Lf(s,this._offsets,n,e);return t=void 0,o}}var M=class extends S{};function DS(r,t){return t===null&&r.length>0?0:-1}function OS(r,t){let{nullBitmap:e}=r;if(!e||r.nullCount<=0)return-1;let i=0;for(let n of new as(e,r.offset+(t||0),r.length,e,Ju)){if(!n)return i;++i}return-1}function K(r,t,e){if(t===void 0)return-1;if(t===null)switch(r.typeId){case d.Union:break;case d.Dictionary:break;default:return OS(r,e)}let i=$t.getVisitFn(r),n=In(t);for(let s=(e||0)-1,o=r.length;++s<o;)if(n(i(r,s)))return s;return-1}function Lg(r,t,e){let i=$t.getVisitFn(r),n=In(t);for(let s=(e||0)-1,o=r.length;++s<o;)if(n(i(r,s)))return s;return-1}M.prototype.visitNull=DS;M.prototype.visitBool=K;M.prototype.visitInt=K;M.prototype.visitInt8=K;M.prototype.visitInt16=K;M.prototype.visitInt32=K;M.prototype.visitInt64=K;M.prototype.visitUint8=K;M.prototype.visitUint16=K;M.prototype.visitUint32=K;M.prototype.visitUint64=K;M.prototype.visitFloat=K;M.prototype.visitFloat16=K;M.prototype.visitFloat32=K;M.prototype.visitFloat64=K;M.prototype.visitUtf8=K;M.prototype.visitBinary=K;M.prototype.visitFixedSizeBinary=K;M.prototype.visitDate=K;M.prototype.visitDateDay=K;M.prototype.visitDateMillisecond=K;M.prototype.visitTimestamp=K;M.prototype.visitTimestampSecond=K;M.prototype.visitTimestampMillisecond=K;M.prototype.visitTimestampMicrosecond=K;M.prototype.visitTimestampNanosecond=K;M.prototype.visitTime=K;M.prototype.visitTimeSecond=K;M.prototype.visitTimeMillisecond=K;M.prototype.visitTimeMicrosecond=K;M.prototype.visitTimeNanosecond=K;M.prototype.visitDecimal=K;M.prototype.visitList=K;M.prototype.visitStruct=K;M.prototype.visitUnion=K;M.prototype.visitDenseUnion=Lg;M.prototype.visitSparseUnion=Lg;M.prototype.visitDictionary=K;M.prototype.visitInterval=K;M.prototype.visitIntervalDayTime=K;M.prototype.visitIntervalYearMonth=K;M.prototype.visitDuration=K;M.prototype.visitDurationSecond=K;M.prototype.visitDurationMillisecond=K;M.prototype.visitDurationMicrosecond=K;M.prototype.visitDurationNanosecond=K;M.prototype.visitFixedSizeList=K;M.prototype.visitMap=K;var us=new M;var L=class extends S{};function j(r){let{type:t}=r;if(r.nullCount===0&&r.stride===1&&(t.typeId===d.Timestamp||t instanceof kt&&t.bitWidth!==64||t instanceof Dr&&t.bitWidth!==64||t instanceof Be&&t.precision!==Tt.HALF))return new Da(r.data.length,i=>{let n=r.data[i];return n.values.subarray(0,n.length)[Symbol.iterator]()});let e=0;return new Da(r.data.length,i=>{let s=r.data[i].length,o=r.slice(e,e+s);return e+=s,new Rf(o)})}var Rf=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}};L.prototype.visitNull=j;L.prototype.visitBool=j;L.prototype.visitInt=j;L.prototype.visitInt8=j;L.prototype.visitInt16=j;L.prototype.visitInt32=j;L.prototype.visitInt64=j;L.prototype.visitUint8=j;L.prototype.visitUint16=j;L.prototype.visitUint32=j;L.prototype.visitUint64=j;L.prototype.visitFloat=j;L.prototype.visitFloat16=j;L.prototype.visitFloat32=j;L.prototype.visitFloat64=j;L.prototype.visitUtf8=j;L.prototype.visitBinary=j;L.prototype.visitFixedSizeBinary=j;L.prototype.visitDate=j;L.prototype.visitDateDay=j;L.prototype.visitDateMillisecond=j;L.prototype.visitTimestamp=j;L.prototype.visitTimestampSecond=j;L.prototype.visitTimestampMillisecond=j;L.prototype.visitTimestampMicrosecond=j;L.prototype.visitTimestampNanosecond=j;L.prototype.visitTime=j;L.prototype.visitTimeSecond=j;L.prototype.visitTimeMillisecond=j;L.prototype.visitTimeMicrosecond=j;L.prototype.visitTimeNanosecond=j;L.prototype.visitDecimal=j;L.prototype.visitList=j;L.prototype.visitStruct=j;L.prototype.visitUnion=j;L.prototype.visitDenseUnion=j;L.prototype.visitSparseUnion=j;L.prototype.visitDictionary=j;L.prototype.visitInterval=j;L.prototype.visitIntervalDayTime=j;L.prototype.visitIntervalYearMonth=j;L.prototype.visitDuration=j;L.prototype.visitDurationSecond=j;L.prototype.visitDurationMillisecond=j;L.prototype.visitDurationMicrosecond=j;L.prototype.visitDurationNanosecond=j;L.prototype.visitFixedSizeList=j;L.prototype.visitMap=j;var eo=new L;var ES=(r,t)=>r+t,Zr=class extends S{visitNull(t,e){return 0}visitInt(t,e){return t.type.bitWidth/8}visitFloat(t,e){return t.type.ArrayType.BYTES_PER_ELEMENT}visitBool(t,e){return 1/8}visitDecimal(t,e){return t.type.bitWidth/8}visitDate(t,e){return(t.type.unit+1)*4}visitTime(t,e){return t.type.bitWidth/8}visitTimestamp(t,e){return t.type.unit===O.SECOND?4:8}visitInterval(t,e){return(t.type.unit+1)*4}visitDuration(t,e){return 8}visitStruct(t,e){return t.children.reduce((i,n)=>i+Ve.visit(n,e),0)}visitFixedSizeBinary(t,e){return t.type.byteWidth}visitMap(t,e){return 8+t.children.reduce((i,n)=>i+Ve.visit(n,e),0)}visitDictionary(t,e){var i;return t.type.indices.bitWidth/8+(((i=t.dictionary)===null||i===void 0?void 0:i.getByteLength(t.values[e]))||0)}},FS=({valueOffsets:r},t)=>8+(r[t+1]-r[t]),NS=({valueOffsets:r},t)=>8+(r[t+1]-r[t]),MS=({valueOffsets:r,stride:t,children:e},i)=>{let n=e[0],{[i*t]:s}=r,{[i*t+1]:o}=r,a=Ve.getVisitFn(n.type),c=n.slice(s,o-s),l=8;for(let u=-1,h=o-s;++u<h;)l+=a(c,u);return l},LS=({stride:r,children:t},e)=>{let i=t[0],n=i.slice(e*r,r),s=Ve.getVisitFn(i.type),o=0;for(let a=-1,c=n.length;++a<c;)o+=s(n,a);return o},RS=(r,t)=>r.type.mode===vt.Dense?Rg(r,t):Ug(r,t),Rg=({type:r,children:t,typeIds:e,valueOffsets:i},n)=>{let s=r.typeIdToChildIndex[e[n]];return 8+Ve.visit(t[s],i[n])},Ug=({children:r},t)=>4+Ve.visitMany(r,r.map(()=>t)).reduce(ES,0);Zr.prototype.visitUtf8=FS;Zr.prototype.visitBinary=NS;Zr.prototype.visitList=MS;Zr.prototype.visitFixedSizeList=LS;Zr.prototype.visitUnion=RS;Zr.prototype.visitDenseUnion=Rg;Zr.prototype.visitSparseUnion=Ug;var Ve=new Zr;var Cg,kg={},Vg={},it=class r{constructor(t){var e,i,n;let s=t[0]instanceof r?t.flatMap(a=>a.data):t;if(s.length===0||s.some(a=>!(a instanceof ht)))throw new TypeError("Vector constructor expects an Array of Data instances.");let o=(e=s[0])===null||e===void 0?void 0:e.type;switch(s.length){case 0:this._offsets=[0];break;case 1:{let{get:a,set:c,indexOf:l,byteLength:u}=kg[o.typeId],h=s[0];this.isValid=y=>Oa(h,y),this.get=y=>a(h,y),this.set=(y,b)=>c(h,y,b),this.indexOf=y=>l(h,y),this.getByteLength=y=>u(h,y),this._offsets=[0,h.length];break}default:Object.setPrototypeOf(this,Vg[o.typeId]),this._offsets=Xu(s);break}this.data=s,this.type=o,this.stride=ke(o),this.numChildren=(n=(i=o.children)===null||i===void 0?void 0:i.length)!==null&&n!==void 0?n:0,this.length=this._offsets.at(-1)}get byteLength(){return this.data.reduce((t,e)=>t+e.byteLength,0)}get nullCount(){return Qu(this.data)}get ArrayType(){return this.type.ArrayType}get[Symbol.toStringTag](){return`${this.VectorName}<${this.type[Symbol.toStringTag]}>`}get VectorName(){return`${d[this.type.typeId]}Vector`}isValid(t){return!1}get(t){return null}set(t,e){}indexOf(t,e){return-1}includes(t,e){return this.indexOf(t,e)>-1}getByteLength(t){return 0}[Symbol.iterator](){return eo.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(xa(this,t,e,({data:i,_offsets:n},s,o)=>Zu(i,n,s,o)))}toJSON(){return[...this]}toArray(){let{type:t,data:e,length:i,stride:n,ArrayType:s}=this;switch(t.typeId){case d.Int:case d.Float:case d.Decimal:case d.Time:case d.Timestamp:switch(e.length){case 0:return new s;case 1:return e[0].values.subarray(0,i*n);default:return e.reduce((o,{values:a,length:c})=>(o.array.set(a.subarray(0,c*n),o.offset),o.offset+=c*n,o),{array:new s(i*n),offset:0}).array}}return[...this]}toString(){return`[${[...this].join(",")}]`}getChild(t){var e;return this.getChildAt((e=this.type.children)===null||e===void 0?void 0:e.findIndex(i=>i.name===t))}getChildAt(t){return t>-1&&t<this.numChildren?new r(this.data.map(({children:e})=>e[t])):null}get isMemoized(){return I.isDictionary(this.type)?this.data[0].dictionary.isMemoized:!1}memoize(){if(I.isDictionary(this.type)){let t=new rd(this.data[0].dictionary),e=this.data.map(i=>{let n=i.clone();return n.dictionary=t,n});return new r(e)}return new rd(this)}unmemoize(){if(I.isDictionary(this.type)&&this.isMemoized){let t=this.data[0].dictionary.unmemoize(),e=this.data.map(i=>{let n=i.clone();return n.dictionary=t,n});return new r(e)}return this}};Cg=Symbol.toStringTag;it[Cg]=(r=>{r.type=I.prototype,r.data=[],r.length=0,r.stride=1,r.numChildren=0,r._offsets=new Uint32Array([0]),r[Symbol.isConcatSpreadable]=!0;let t=Object.keys(d).map(e=>d[e]).filter(e=>typeof e=="number"&&e!==d.NONE);for(let e of t){let i=$t.getVisitFnByTypeId(e),n=re.getVisitFnByTypeId(e),s=us.getVisitFnByTypeId(e),o=Ve.getVisitFnByTypeId(e);kg[e]={get:i,set:n,indexOf:s,byteLength:o},Vg[e]=Object.create(r,{isValid:{value:Sn(Oa)},get:{value:Sn($t.getVisitFnByTypeId(e))},set:{value:td(re.getVisitFnByTypeId(e))},indexOf:{value:ed(us.getVisitFnByTypeId(e))},getByteLength:{value:Sn(Ve.getVisitFnByTypeId(e))}})}return"Vector"})(it.prototype);var rd=class r extends it{constructor(t){super(t.data);let e=this.get,i=this.set,n=this.slice,s=new Array(this.length);Object.defineProperty(this,"get",{value(o){let a=s[o];if(a!==void 0)return a;let c=e.call(this,o);return s[o]=c,c}}),Object.defineProperty(this,"set",{value(o,a){i.call(this,o,a),s[o]=a}}),Object.defineProperty(this,"slice",{value:(o,a)=>new r(n.call(this,o,a))}),Object.defineProperty(this,"isMemoized",{value:!0}),Object.defineProperty(this,"unmemoize",{value:()=>new it(this.data)}),Object.defineProperty(this,"memoize",{value:()=>this})}};function Pg(r){if(!r||r.length<=0)return function(n){return!0};let t="",e=r.filter(i=>i===i);return e.length>0&&(t=`
12
12
  switch (x) {${e.map(i=>`
13
13
  case ${US(i)}:`).join("")}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uwdata/mosaic-core",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "Scalable and extensible linked data views.",
5
5
  "keywords": [
6
6
  "mosaic",
@@ -32,5 +32,5 @@
32
32
  "@uwdata/mosaic-sql": "^0.7.0",
33
33
  "apache-arrow": "^15.0.0"
34
34
  },
35
- "gitHead": "4680b922f15579b7b527f31507ed71a12230ec35"
35
+ "gitHead": "7e6f3ea9b3011ea2c9201c1aa16e8e5664621a4c"
36
36
  }
@@ -133,9 +133,9 @@ function decimalToNumber(v, scale) {
133
133
  const n = v.length;
134
134
  let x = 0;
135
135
 
136
- if (v.signed && (v[n-1]|0) < 0) {
136
+ if (v.signed && (v[n - 1] | 0) < 0) {
137
137
  for (let i = 0; i < n; ++i) {
138
- x += ~(v[i] | 0) * BASE32[i];
138
+ x += ~v[i] * BASE32[i];
139
139
  }
140
140
  x = -(x + 1);
141
141
  } else {