@uwdata/mosaic-inputs 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.
package/dist/mosaic-inputs.js
CHANGED
|
@@ -13611,7 +13611,7 @@ function decimalToNumber(v, scale) {
|
|
|
13611
13611
|
let x2 = 0;
|
|
13612
13612
|
if (v.signed && (v[n - 1] | 0) < 0) {
|
|
13613
13613
|
for (let i = 0; i < n; ++i) {
|
|
13614
|
-
x2 += ~
|
|
13614
|
+
x2 += ~v[i] * BASE32[i];
|
|
13615
13615
|
}
|
|
13616
13616
|
x2 = -(x2 + 1);
|
|
13617
13617
|
} else {
|
|
@@ -7,5 +7,5 @@ ${t}`),new Function("x",`${t}
|
|
|
7
7
|
return true;`)}function Eh(r){return typeof r!="bigint"?Kt(r):`${Kt(r)}n`}function Jo(r,t){let e=Math.ceil(r)*t-1;return(e-e%64+64||64)/t}function al(r,t=0){return r.length>=t?r.subarray(0,t):hi(new r.constructor(t),r,0)}var se=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?Jo(i*1,this.BYTES_PER_ELEMENT):Jo(i*2,this.BYTES_PER_ELEMENT))}return this}flush(t=this.length){t=Jo(t*this.stride,this.BYTES_PER_ELEMENT);let e=al(this.buffer,t);return this.clear(),e}clear(){return this.length=0,this.buffer=new this.ArrayType,this}_resize(t){return this.buffer=al(this.buffer,t)}},Ve=class extends se{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}},Jr=class extends Ve{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()}},Kr=class extends Ve{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 K=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=Mt(t),this._nulls=new Jr,e&&e.length>0&&(this._isValid=ol(e))}toVector(){return new R([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:h,_nulls:d}=this;(e=c?.flush(o))?n=l?.flush(o):(n=l?.flush(o))?t=h?.flush(l.last()):t=h?.flush(o),a>0&&(i=d?.flush(o));let f=this.children.map(D=>D.flush());return this.clear(),F({type:s,length:o,nullCount:a,children:f,child:f[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}};K.prototype.length=1;K.prototype.stride=1;K.prototype.children=null;K.prototype.finished=!1;K.prototype.nullValues=null;K.prototype._isValid=()=>!0;var ot=class extends K{constructor(t){super(t),this._values=new Ve(this.ArrayType,0,this.stride)}setValue(t,e){let i=this._values;return i.reserve(t-i.length+1),super.setValue(t,e)}},vt=class extends K{constructor(t){super(t),this._pendingLength=0,this._offsets=new Kr(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 me?e[Ct].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 _r=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 Et=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):W.V1}schema(t){let e=this.bb.__offset(this.bb_pos,6);return e?(t||new _t).__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 _r).__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 _r).__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 lt).__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,W.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 q=class r{constructor(t=[],e,i,n=W.V5){this.fields=t||[],this.metadata=e||new Map,i||(i=Ko(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=ys(ys(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:ys(ys(new Map,i[c].metadata),a.metadata)}))&&!1:!0}),o=Ko(s,new Map);return new r([...i,...s],n,new Map([...this.dictionaries,...o]))}};q.prototype.fields=null;q.prototype.metadata=null;q.prototype.dictionaries=null;var L=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)}};L.prototype.type=null;L.prototype.name=null;L.prototype.nullable=null;L.prototype.metadata=null;function ys(r,t){return new Map([...r||new Map,...t||new Map])}function Ko(r,t=new Map){for(let e=-1,i=r.length;++e<i;){let s=r[e].type;if(m.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&&Ko(s.children,t)}return t}var Lh=pr,Uh=Ot,Pe=class{static decode(t){t=new Uh(x(t));let e=Et.getRootAsFooter(t),i=q.decode(e.schema(),new Map,e.version());return new Qo(i,e)}static encode(t){let e=new Lh,i=q.encode(e,t.schema);Et.startRecordBatchesVector(e,t.numRecordBatches);for(let o of[...t.recordBatches()].slice().reverse())ke.encode(e,o);let n=e.endVector();Et.startDictionariesVector(e,t.numDictionaries);for(let o of[...t.dictionaryBatches()].slice().reverse())ke.encode(e,o);let s=e.endVector();return Et.startFooter(e),Et.addSchema(e,i),Et.addVersion(e,W.V5),Et.addRecordBatches(e,n),Et.addDictionaries(e,s),Et.finishFooterBuffer(e,Et.endFooter(e)),e.asUint8Array()}get numRecordBatches(){return this._recordBatches.length}get numDictionaries(){return this._dictionaryBatches.length}constructor(t,e=W.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 Qo=class extends Pe{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 ke.decode(e)}return null}getDictionaryBatch(t){if(t>=0&&t<this.numDictionaries){let e=this._footer.dictionaries(t);if(e)return ke.decode(e)}return null}},ke=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 _r.createBlock(t,n,i,s)}constructor(t,e,i){this.metaDataLength=t,this.offset=Z(i),this.bodyLength=Z(e)}};var J=Object.freeze({done:!0,value:void 0}),Ni=class{constructor(t){this._json=t}get schema(){return this._json.schema}get batches(){return this._json.batches||[]}get dictionaries(){return this._json.dictionaries||[]}},wr=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())}},gs=class extends wr{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(J);this._closedPromiseResolve(),this._closedPromiseResolve=void 0}}[Symbol.asyncIterator](){return this}toDOMStream(t){return ht.toDOMStream(this._closedPromiseResolve||this._error?this:this._values,t)}toNodeStream(t){return ht.toNodeStream(this._closedPromiseResolve||this._error?this:this._values,t)}throw(t){return p(this,void 0,void 0,function*(){return yield this.abort(t),J})}return(t){return p(this,void 0,void 0,function*(){return yield this.close(),J})}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(J)}_ensureOpen(){if(this._closedPromiseResolve)return!0;throw new Error("AsyncQueue is closed")}};var ye=class extends gs{write(t){if((t=x(t)).byteLength>0)return super.write(t)}toString(t=!1){return t?li(this.toUint8Array(!0)):this.toUint8Array(!1).then(li)}toUint8Array(t=!1){return t?Tt(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=qt(this),h;h=yield l.next(),e=h.done,!e;c=!0){s=h.value,c=!1;let d=s;o.push(d),a+=d.byteLength}}catch(d){i={error:d}}finally{try{!c&&!e&&(n=l.return)&&(yield n.call(l))}finally{if(i)throw i.error}}return Tt(o,a)[0]})}},ge=class{constructor(t){t&&(this.source=new Zo(ht.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)}},Vt=class r{constructor(t){t instanceof r?this.source=t.source:t instanceof ye?this.source=new je(ht.fromAsyncIterable(t)):An(t)?this.source=new je(ht.fromNodeStream(t)):ui(t)?this.source=new je(ht.fromDOMStream(t)):xn(t)?this.source=new je(ht.fromDOMStream(t.body)):Wt(t)?this.source=new je(ht.fromIterable(t)):Dt(t)?this.source=new je(ht.fromAsyncIterable(t)):Ut(t)&&(this.source=new je(ht.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)}},Zo=class{constructor(t){this.source=t}cancel(t){this.return(t)}peek(t){return this.next(t,"peek").value}read(t){return this.next(t,"read").value}next(t,e="read"){return this.source.next({cmd:e,size:t})}throw(t){return Object.create(this.source.throw&&this.source.throw(t)||J)}return(t){return Object.create(this.source.return&&this.source.return(t)||J)}},je=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))||J;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))||J;return this._closedPromiseResolve&&this._closedPromiseResolve(),this._closedPromiseResolve=void 0,Object.create(e)})}};var Mi=class extends ge{constructor(t,e){super(),this.position=0,this.buffer=x(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}}},cr=class extends Vt{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 ea={};dr(ea,{BaseInt64:()=>Ei,Int128:()=>Li,Int64:()=>$e,Uint64:()=>tt});function Qr(r){return r<0&&(r=4294967295+r+1),`0x${r.toString(16)}`}var Zr=8,ta=[1,10,100,1e3,1e4,1e5,1e6,1e7,1e8],Ei=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`${Qr(this.buffer[1])} ${Qr(this.buffer[0])}`}},tt=class r extends Ei{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=Zr<i-s?Zr:i-s,a=new r(new Uint32Array([Number.parseInt(t.slice(s,s+o),10),0])),c=new r(new Uint32Array([ta[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)}},$e=class r extends Ei{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=Zr<n-o?Zr:n-o,c=new r(new Uint32Array([Number.parseInt(t.slice(o,o+a),10),0])),l=new r(new Uint32Array([ta[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)}},Li=class r{constructor(t){this.buffer=t}high(){return new $e(new Uint32Array(this.buffer.buffer,this.buffer.byteOffset+8,2))}low(){return new $e(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 tt(new Uint32Array([this.buffer[3],0])),i=new tt(new Uint32Array([this.buffer[2],0])),n=new tt(new Uint32Array([this.buffer[1],0])),s=new tt(new Uint32Array([this.buffer[0],0])),o=new tt(new Uint32Array([t.buffer[3],0])),a=new tt(new Uint32Array([t.buffer[2],0])),c=new tt(new Uint32Array([t.buffer[1],0])),l=new tt(new Uint32Array([t.buffer[0],0])),h=tt.multiply(s,l);this.buffer[0]=h.low();let d=new tt(new Uint32Array([h.high(),0]));return h=tt.multiply(n,l),d.plus(h),h=tt.multiply(s,c),d.plus(h),this.buffer[1]=d.low(),this.buffer[3]=d.lessThan(h)?1:0,this.buffer[2]=d.high(),new tt(new Uint32Array(this.buffer.buffer,this.buffer.byteOffset+8,2)).plus(tt.multiply(i,l)).plus(tt.multiply(n,c)).plus(tt.multiply(s,a)),this.buffer[3]+=tt.multiply(e,l).plus(tt.multiply(i,c)).plus(tt.multiply(n,a)).plus(tt.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`${Qr(this.buffer[3])} ${Qr(this.buffer[2])} ${Qr(this.buffer[1])} ${Qr(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=Zr<n-o?Zr:n-o,c=new r(new Uint32Array([Number.parseInt(t.slice(o,o+a),10),0,0,0])),l=new r(new Uint32Array([ta[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 Ui=class extends b{constructor(t,e,i,n,s=W.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 L?t.type:t)}visitNull(t,{length:e}=this.nextFieldNode()){return F({type:t,length:e})}visitBool(t,{length:e,nullCount:i}=this.nextFieldNode()){return F({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitInt(t,{length:e,nullCount:i}=this.nextFieldNode()){return F({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitFloat(t,{length:e,nullCount:i}=this.nextFieldNode()){return F({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitUtf8(t,{length:e,nullCount:i}=this.nextFieldNode()){return F({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 F({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 F({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 F({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 F({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitDate(t,{length:e,nullCount:i}=this.nextFieldNode()){return F({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitTimestamp(t,{length:e,nullCount:i}=this.nextFieldNode()){return F({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitTime(t,{length:e,nullCount:i}=this.nextFieldNode()){return F({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitDecimal(t,{length:e,nullCount:i}=this.nextFieldNode()){return F({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitList(t,{length:e,nullCount:i}=this.nextFieldNode()){return F({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 F({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<W.V5&&this.readNullBitmap(t,i),t.mode===H.Sparse?this.visitSparseUnion(t,{length:e,nullCount:i}):this.visitDenseUnion(t,{length:e,nullCount:i})}visitDenseUnion(t,{length:e,nullCount:i}=this.nextFieldNode()){return F({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 F({type:t,length:e,nullCount:i,typeIds:this.readTypeIds(t),children:this.visitMany(t.children)})}visitDictionary(t,{length:e,nullCount:i}=this.nextFieldNode()){return F({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 F({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitDuration(t,{length:e,nullCount:i}=this.nextFieldNode()){return F({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitFixedSizeList(t,{length:e,nullCount:i}=this.nextFieldNode()){return F({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 F({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)}},bs=class extends Ui{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):gr(this.sources[i])}readOffsets(t,{offset:e}=this.nextBufferRange()){return E(Uint8Array,E(t.OffsetArrayType,this.sources[e]))}readTypeIds(t,{offset:e}=this.nextBufferRange()){return E(Uint8Array,E(t.ArrayType,this.sources[e]))}readData(t,{offset:e}=this.nextBufferRange()){let{sources:i}=this;return m.isTimestamp(t)?E(Uint8Array,$e.convertArray(i[e])):(m.isInt(t)||m.isTime(t))&&t.bitWidth===64||m.isDuration(t)?E(Uint8Array,$e.convertArray(i[e])):m.isDate(t)&&t.unit===nt.MILLISECOND?E(Uint8Array,$e.convertArray(i[e])):m.isDecimal(t)?E(Uint8Array,Li.convertArray(i[e])):m.isBinary(t)||m.isLargeBinary(t)||m.isFixedSizeBinary(t)?Rh(i[e]):m.isBool(t)?gr(i[e]):m.isUtf8(t)||m.isLargeUtf8(t)?le(i[e].join("")):E(Uint8Array,E(t.ArrayType,i[e].map(n=>+n)))}};function Rh(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 ti=class extends vt{constructor(t){super(t),this._values=new se(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,x(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 ei=class extends vt{constructor(t){super(t),this._values=new se(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,x(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 _s=class extends K{constructor(t){super(t),this._values=new Jr}setValue(t,e){this._values.set(t,+e)}};var vr=class extends ot{};vr.prototype._setValue=Lo;var Ri=class extends vr{};Ri.prototype._setValue=Wn;var Ci=class extends vr{};Ci.prototype._setValue=Gn;var Vi=class extends ot{};Vi.prototype._setValue=Co;var ws=class extends K{constructor({type:t,nullValues:e,dictionaryHashFunction:i}){super({type:new Nt(t.dictionary,t.indices,t.id,t.isOrdered)}),this._nulls=null,this._dictionaryOffset=0,this._keysToIndices=Object.create(null),this.indices=Ir({type:this.type.indices,nullValues:e}),this.dictionary=Ir({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 Pi=class extends ot{};Pi.prototype._setValue=Eo;var vs=class extends K{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 re(this.type.listSize,new L(e,t.type,!0)),i}};var Sr=class extends ot{setValue(t,e){this._values.set(t,e)}},Is=class extends Sr{setValue(t,e){super.setValue(t,Ai(e))}},Ss=class extends Sr{},xs=class extends Sr{};var xr=class extends ot{};xr.prototype._setValue=Vo;var ki=class extends xr{};ki.prototype._setValue=es;var ji=class extends xr{};ji.prototype._setValue=rs;var ze=class extends ot{};ze.prototype._setValue=Po;var $i=class extends ze{};$i.prototype._setValue=is;var zi=class extends ze{};zi.prototype._setValue=ns;var qi=class extends ze{};qi.prototype._setValue=ss;var Wi=class extends ze{};Wi.prototype._setValue=os;var Pt=class extends ot{setValue(t,e){this._values.set(t,e)}},Bs=class extends Pt{},As=class extends Pt{},Ds=class extends Pt{},Ts=class extends Pt{},Os=class extends Pt{},Fs=class extends Pt{},Ns=class extends Pt{},Ms=class extends Pt{};var Es=class extends vt{constructor(t){super(t),this._offsets=new Kr(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 te(new L(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 Ls=class extends vt{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 ie(new L(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 Us=class extends K{setValue(t,e){}setValid(t,e){return this.length=Math.max(t+1,this.length),e}};var Rs=class extends K{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 X([...this.type.children,new L(e,t.type,!0)]),i}};var qe=class extends ot{};qe.prototype._setValue=Uo;var Gi=class extends qe{};Gi.prototype._setValue=Yn;var Yi=class extends qe{};Yi.prototype._setValue=Hn;var Hi=class extends qe{};Hi.prototype._setValue=Xn;var Xi=class extends qe{};Xi.prototype._setValue=Jn;var We=class extends ot{};We.prototype._setValue=Ro;var Ji=class extends We{};Ji.prototype._setValue=Kn;var Ki=class extends We{};Ki.prototype._setValue=Qn;var Qi=class extends We{};Qi.prototype._setValue=Zn;var Zi=class extends We{};Zi.prototype._setValue=ts;var ri=class extends K{constructor(t){super(t),this._typeIds=new Ve(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 L(e,t.type)];return this.type=new ee(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.")}},Cs=class extends ri{},Vs=class extends ri{constructor(t){super(t),this._offsets=new Ve(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 tn=class extends vt{constructor(t){super(t),this._values=new se(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,le(e))}_flushPending(t,e){}};tn.prototype._flushPending=ti.prototype._flushPending;var en=class extends vt{constructor(t){super(t),this._values=new se(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,le(e))}_flushPending(t,e){}};en.prototype._flushPending=ei.prototype._flushPending;var ra=class extends b{visitNull(){return Us}visitBool(){return _s}visitInt(){return Pt}visitInt8(){return Bs}visitInt16(){return As}visitInt32(){return Ds}visitInt64(){return Ts}visitUint8(){return Os}visitUint16(){return Fs}visitUint32(){return Ns}visitUint64(){return Ms}visitFloat(){return Sr}visitFloat16(){return Is}visitFloat32(){return Ss}visitFloat64(){return xs}visitUtf8(){return tn}visitLargeUtf8(){return en}visitBinary(){return ti}visitLargeBinary(){return ei}visitFixedSizeBinary(){return Pi}visitDate(){return vr}visitDateDay(){return Ri}visitDateMillisecond(){return Ci}visitTimestamp(){return qe}visitTimestampSecond(){return Gi}visitTimestampMillisecond(){return Yi}visitTimestampMicrosecond(){return Hi}visitTimestampNanosecond(){return Xi}visitTime(){return We}visitTimeSecond(){return Ji}visitTimeMillisecond(){return Ki}visitTimeMicrosecond(){return Qi}visitTimeNanosecond(){return Zi}visitDecimal(){return Vi}visitList(){return Es}visitStruct(){return Rs}visitUnion(){return ri}visitDenseUnion(){return Vs}visitSparseUnion(){return Cs}visitDictionary(){return ws}visitInterval(){return xr}visitIntervalDayTime(){return ki}visitIntervalYearMonth(){return ji}visitDuration(){return ze}visitDurationSecond(){return $i}visitDurationMillisecond(){return zi}visitDurationMicrosecond(){return qi}visitDurationNanosecond(){return Wi}visitFixedSizeList(){return vs}visitMap(){return Ls}},cl=new ra;var I=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 bt(r,t){return t instanceof r.constructor}function Br(r,t){return r===t||bt(r,t)}function Ge(r,t){return r===t||bt(r,t)&&r.bitWidth===t.bitWidth&&r.isSigned===t.isSigned}function Ps(r,t){return r===t||bt(r,t)&&r.precision===t.precision}function Ch(r,t){return r===t||bt(r,t)&&r.byteWidth===t.byteWidth}function ia(r,t){return r===t||bt(r,t)&&r.unit===t.unit}function rn(r,t){return r===t||bt(r,t)&&r.unit===t.unit&&r.timezone===t.timezone}function nn(r,t){return r===t||bt(r,t)&&r.unit===t.unit&&r.bitWidth===t.bitWidth}function Vh(r,t){return r===t||bt(r,t)&&r.children.length===t.children.length&&be.compareManyFields(r.children,t.children)}function Ph(r,t){return r===t||bt(r,t)&&r.children.length===t.children.length&&be.compareManyFields(r.children,t.children)}function na(r,t){return r===t||bt(r,t)&&r.mode===t.mode&&r.typeIds.every((e,i)=>e===t.typeIds[i])&&be.compareManyFields(r.children,t.children)}function kh(r,t){return r===t||bt(r,t)&&r.id===t.id&&r.isOrdered===t.isOrdered&&be.visit(r.indices,t.indices)&&be.visit(r.dictionary,t.dictionary)}function sa(r,t){return r===t||bt(r,t)&&r.unit===t.unit}function sn(r,t){return r===t||bt(r,t)&&r.unit===t.unit}function jh(r,t){return r===t||bt(r,t)&&r.listSize===t.listSize&&r.children.length===t.children.length&&be.compareManyFields(r.children,t.children)}function $h(r,t){return r===t||bt(r,t)&&r.keysSorted===t.keysSorted&&r.children.length===t.children.length&&be.compareManyFields(r.children,t.children)}I.prototype.visitNull=Br;I.prototype.visitBool=Br;I.prototype.visitInt=Ge;I.prototype.visitInt8=Ge;I.prototype.visitInt16=Ge;I.prototype.visitInt32=Ge;I.prototype.visitInt64=Ge;I.prototype.visitUint8=Ge;I.prototype.visitUint16=Ge;I.prototype.visitUint32=Ge;I.prototype.visitUint64=Ge;I.prototype.visitFloat=Ps;I.prototype.visitFloat16=Ps;I.prototype.visitFloat32=Ps;I.prototype.visitFloat64=Ps;I.prototype.visitUtf8=Br;I.prototype.visitLargeUtf8=Br;I.prototype.visitBinary=Br;I.prototype.visitLargeBinary=Br;I.prototype.visitFixedSizeBinary=Ch;I.prototype.visitDate=ia;I.prototype.visitDateDay=ia;I.prototype.visitDateMillisecond=ia;I.prototype.visitTimestamp=rn;I.prototype.visitTimestampSecond=rn;I.prototype.visitTimestampMillisecond=rn;I.prototype.visitTimestampMicrosecond=rn;I.prototype.visitTimestampNanosecond=rn;I.prototype.visitTime=nn;I.prototype.visitTimeSecond=nn;I.prototype.visitTimeMillisecond=nn;I.prototype.visitTimeMicrosecond=nn;I.prototype.visitTimeNanosecond=nn;I.prototype.visitDecimal=Br;I.prototype.visitList=Vh;I.prototype.visitStruct=Ph;I.prototype.visitUnion=na;I.prototype.visitDenseUnion=na;I.prototype.visitSparseUnion=na;I.prototype.visitDictionary=kh;I.prototype.visitInterval=sa;I.prototype.visitIntervalDayTime=sa;I.prototype.visitIntervalYearMonth=sa;I.prototype.visitDuration=sn;I.prototype.visitDurationSecond=sn;I.prototype.visitDurationMillisecond=sn;I.prototype.visitDurationMicrosecond=sn;I.prototype.visitDurationNanosecond=sn;I.prototype.visitFixedSizeList=jh;I.prototype.visitMap=$h;var be=new I;function Ar(r,t){return be.compareSchemas(r,t)}function ll(r,t){return be.compareFields(r,t)}function ul(r,t){return be.visit(r,t)}function Ir(r){let t=r.type,e=new(cl.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(Ir(Object.assign(Object.assign({},l),{type:c})))}}return e}function ks(r,t){return zh(r,t.map(e=>e.data.concat()))}function zh(r,t){let e=[...r.fields],i=[],n={numBatches:t.reduce((d,f)=>Math.max(d,f.length),0)},s=0,o=0,a=-1,c=t.length,l,h=[];for(;n.numBatches-- >0;){for(o=Number.POSITIVE_INFINITY,a=-1;++a<c;)h[a]=l=t[a].shift(),o=Math.min(o,l?l.length:o);Number.isFinite(o)&&(h=qh(e,o,h,t,n),o>0&&(i[s++]=F({type:new X(e),length:o,nullCount:0,children:h.slice()})))}return[r=r.assign(e),i.map(d=>new rt(r,d))]}function qh(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],h=l?.length;if(h>=t)h===t?e[a]=l:(e[a]=l.slice(0,t),n.numBatches=Math.max(n.numBatches,i[a].unshift(l.slice(t,h-t))));else{let d=r[a];r[a]=d.clone({nullable:!0}),e[a]=(s=l?._changeLengthAndBackfillNullBitmap(t))!==null&&s!==void 0?s:F({type:d.type,length:t,nullCount:t,nullBitmap:new Uint8Array(o)})}}return e}var hl,It=class r{constructor(...t){var e,i;if(t.length===0)return this.batches=[],this.schema=new q([]),this._offsets=[0],this;let n,s;t[0]instanceof q&&(n=t.shift()),t.at(-1)instanceof Uint32Array&&(s=t.pop());let o=c=>{if(c){if(c instanceof rt)return[c];if(c instanceof r)return c.batches;if(c instanceof j){if(c.type instanceof X)return[new rt(new q(c.type.children),c)]}else{if(Array.isArray(c))return c.flatMap(l=>o(l));if(typeof c[Symbol.iterator]=="function")return[...c].flatMap(l=>o(l));if(typeof c=="object"){let l=Object.keys(c),h=l.map(D=>new R([c[D]])),d=n??new q(l.map((D,C)=>new L(String(D),h[C].type,h[C].nullable))),[,f]=ks(d,h);return f.length===0?[new rt(c)]:f}}}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 q([]),!(n instanceof q))throw new TypeError("Table constructor expects a [Schema, RecordBatch[]] pair.");for(let c of a){if(!(c instanceof rt))throw new TypeError("Table constructor expects a [Schema, RecordBatch[]] pair.");if(!Ar(n,c.schema))throw new TypeError("Table and inner RecordBatch schemas must be equivalent.")}this.schema=n,this.batches=a,this._offsets=s??hs(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=us(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?Xr.visit(new R(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 rt(e,n)))}slice(t,e){let i=this.schema;[t,e]=Di({length:this.numRows},t,e);let n=ds(this.data,this._offsets,t,e);return new r(i,n.map(s=>new rt(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=F({type:i,length:0,nullCount:0});e.push(n._changeLengthAndBackfillNullBitmap(this.numRows))}return new R(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 R([F({type:new gt,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]=ks(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[h,d]=a,f=e.findIndex(D=>D.name===c.name);return~f?d[f]=l:h.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(...ks(s,o))}};hl=Symbol.toStringTag;It[hl]=(r=>(r.schema=null,r.batches=[],r._offsets=new Uint32Array([0]),r._nullCount=-1,r[Symbol.isConcatSpreadable]=!0,r.isValid=Hr(Fi),r.get=Hr(st.getVisitFn(u.Struct)),r.set=fs(dt.getVisitFn(u.Struct)),r.indexOf=ps(br.getVisitFn(u.Struct)),"Table"))(It.prototype);var fl,rt=class r{constructor(...t){switch(t.length){case 2:{if([this.schema]=t,!(this.schema instanceof q))throw new TypeError("RecordBatch constructor expects a [Schema, Data] pair.");if([,this.data=F({nullCount:0,type:new X(this.schema.fields),children:this.schema.fields.map(e=>F({type:e.type,nullCount:0}))})]=t,!(this.data instanceof j))throw new TypeError("RecordBatch constructor expects a [Schema, Data] pair.");[this.schema,this.data]=dl(this.schema,this.data.children);break}case 1:{let[e]=t,{fields:i,children:n,length:s}=Object.keys(e).reduce((c,l,h)=>(c.children[h]=e[l],c.length=Math.max(c.length,e[l].length),c.fields[h]=L.new({name:l,type:e[l].type,nullable:!0}),c),{length:0,fields:new Array,children:new Array}),o=new q(i),a=F({type:new X(i),length:s,children:n,nullCount:0});[this.schema,this.data]=dl(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=pl(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 st.visit(this.data,t)}set(t,e){return dt.visit(this.data,t,e)}indexOf(t,e){return br.visit(this.data,t,e)}[Symbol.iterator](){return Xr.visit(new R([this.data]))}toArray(){return[...this]}concat(...t){return new It(this.schema,[this,...t])}slice(t,e){let[i]=new R([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 R([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 R([F({type:new gt,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 q(s,new Map(this.schema.metadata)),n=F({type:new X(s),children:o})}return new r(i,n)}select(t){let e=this.schema.select(t),i=new X(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,F({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=F({type:new X(e.fields),length:this.numRows,children:i});return new r(e,n)}};fl=Symbol.toStringTag;rt[fl]=(r=>(r._nullCount=-1,r[Symbol.isConcatSpreadable]=!0,"RecordBatch"))(rt.prototype);function dl(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:F({type:c.type,length:e,nullCount:e,nullBitmap:new Uint8Array(o)}))}return[r.assign(n),F({type:new X(n),length:e,children:s})]}function pl(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)||[]])pl(a.children,l?.children,e);if(m.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 Dr=class extends rt{constructor(t){let e=t.fields.map(n=>F({type:n.type})),i=F({type:new X(t.fields),nullCount:0,children:e});super(t,i)}};var oe=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static 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):W.V1}headerType(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.readUint8(this.bb_pos+t):U.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 lt).__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,W.V1)}static addHeaderType(t,e){t.addFieldInt8(1,e,U.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 oa=class extends b{visit(t,e){return t==null||e==null?void 0:super.visit(t,e)}visitNull(t,e){return vi.startNull(e),vi.endNull(e)}visitInt(t,e){return Ht.startInt(e),Ht.addBitWidth(e,t.bitWidth),Ht.addIsSigned(e,t.isSigned),Ht.endInt(e)}visitFloat(t,e){return rr.startFloatingPoint(e),rr.addPrecision(e,t.precision),rr.endFloatingPoint(e)}visitBinary(t,e){return yi.startBinary(e),yi.endBinary(e)}visitLargeBinary(t,e){return bi.startLargeBinary(e),bi.endLargeBinary(e)}visitBool(t,e){return gi.startBool(e),gi.endBool(e)}visitUtf8(t,e){return Si.startUtf8(e),Si.endUtf8(e)}visitLargeUtf8(t,e){return _i.startLargeUtf8(e),_i.endLargeUtf8(e)}visitDecimal(t,e){return fe.startDecimal(e),fe.addScale(e,t.scale),fe.addPrecision(e,t.precision),fe.addBitWidth(e,t.bitWidth),fe.endDecimal(e)}visitDate(t,e){return Qe.startDate(e),Qe.addUnit(e,t.unit),Qe.endDate(e)}visitTime(t,e){return xe.startTime(e),xe.addUnit(e,t.unit),xe.addBitWidth(e,t.bitWidth),xe.endTime(e)}visitTimestamp(t,e){let i=t.timezone&&e.createString(t.timezone)||void 0;return Be.startTimestamp(e),Be.addUnit(e,t.unit),i!==void 0&&Be.addTimezone(e,i),Be.endTimestamp(e)}visitInterval(t,e){return ir.startInterval(e),ir.addUnit(e,t.unit),ir.endInterval(e)}visitDuration(t,e){return Ze.startDuration(e),Ze.addUnit(e,t.unit),Ze.endDuration(e)}visitList(t,e){return wi.startList(e),wi.endList(e)}visitStruct(t,e){return Ii.startStruct_(e),Ii.endStruct_(e)}visitUnion(t,e){Xt.startTypeIdsVector(e,t.typeIds.length);let i=Xt.createTypeIdsVector(e,t.typeIds);return Xt.startUnion(e),Xt.addMode(e,t.mode),Xt.addTypeIds(e,i),Xt.endUnion(e)}visitDictionary(t,e){let i=this.visit(t.indices,e);return de.startDictionaryEncoding(e),de.addId(e,BigInt(t.id)),de.addIsOrdered(e,t.isOrdered),i!==void 0&&de.addIndexType(e,i),de.endDictionaryEncoding(e)}visitFixedSizeBinary(t,e){return tr.startFixedSizeBinary(e),tr.addByteWidth(e,t.byteWidth),tr.endFixedSizeBinary(e)}visitFixedSizeList(t,e){return er.startFixedSizeList(e),er.addListSize(e,t.listSize),er.endFixedSizeList(e)}visitMap(t,e){return nr.startMap(e),nr.addKeysSorted(e,t.keysSorted),nr.endMap(e)}},js=new oa;function bl(r,t=new Map){return new q(Gh(r,t),$s(r.metadata),t)}function aa(r){return new ft(r.count,wl(r.columns),vl(r.columns))}function _l(r){return new xt(aa(r.data),r.id,r.isDelta)}function Gh(r,t){return(r.fields||[]).filter(Boolean).map(e=>L.fromJSON(e,t))}function ml(r,t){return(r.children||[]).filter(Boolean).map(e=>L.fromJSON(e,t))}function wl(r){return(r||[]).reduce((t,e)=>[...t,new kt(e.count,Yh(e.VALIDITY)),...wl(e.children)],[])}function vl(r,t=[]){for(let e=-1,i=(r||[]).length;++e<i;){let n=r[e];n.VALIDITY&&t.push(new St(t.length,n.VALIDITY.length)),n.TYPE_ID&&t.push(new St(t.length,n.TYPE_ID.length)),n.OFFSET&&t.push(new St(t.length,n.OFFSET.length)),n.DATA&&t.push(new St(t.length,n.DATA.length)),t=vl(n.children,t)}return t}function Yh(r){return(r||[]).reduce((t,e)=>t+ +(e===0),0)}function Il(r,t){let e,i,n,s,o,a;return!t||!(s=r.dictionary)?(o=gl(r,ml(r,t)),n=new L(r.name,o,r.nullable,$s(r.metadata))):t.has(e=s.id)?(i=(i=s.indexType)?yl(i):new pe,a=new Nt(t.get(e),i,e,s.isOrdered),n=new L(r.name,a,r.nullable,$s(r.metadata))):(i=(i=s.indexType)?yl(i):new pe,t.set(e,o=gl(r,ml(r,t))),a=new Nt(o,i,e,s.isOrdered),n=new L(r.name,a,r.nullable,$s(r.metadata))),n||null}function $s(r=[]){return new Map(r.map(({key:t,value:e})=>[t,e]))}function yl(r){return new it(r.isSigned,r.bitWidth)}function gl(r,t){let e=r.type.name;switch(e){case"NONE":return new gt;case"null":return new gt;case"binary":return new Ae;case"largebinary":return new De;case"utf8":return new Te;case"largeutf8":return new Oe;case"bool":return new Fe;case"list":return new te((t||[])[0]);case"struct":return new X(t||[]);case"struct_":return new X(t||[])}switch(e){case"int":{let i=r.type;return new it(i.isSigned,i.bitWidth)}case"floatingpoint":{let i=r.type;return new wt(G[i.precision])}case"decimal":{let i=r.type;return new Ne(i.scale,i.precision,i.bitWidth)}case"date":{let i=r.type;return new Me(nt[i.unit])}case"time":{let i=r.type;return new Zt(y[i.unit],i.bitWidth)}case"timestamp":{let i=r.type;return new Ee(y[i.unit],i.timezone)}case"interval":{let i=r.type;return new Le(ut[i.unit])}case"duration":{let i=r.type;return new Ue(y[i.unit])}case"union":{let i=r.type,[n,...s]=(i.mode+"").toLowerCase(),o=n.toUpperCase()+s.join("");return new ee(H[o],i.typeIds||[],t||[])}case"fixedsizebinary":{let i=r.type;return new Re(i.byteWidth)}case"fixedsizelist":{let i=r.type;return new re(i.listSize,(t||[])[0])}case"map":{let i=r.type;return new ie((t||[])[0],i.keysSorted)}}throw new Error(`Unrecognized type: "${e}"`)}var Hh=pr,Xh=Ot,Bt=class r{static fromJSON(t,e){let i=new r(0,W.V5,e);return i._createHeader=Jh(t,e),i}static decode(t){t=new Xh(x(t));let e=oe.getRootAsMessage(t),i=e.bodyLength(),n=e.version(),s=e.headerType(),o=new r(i,n,s);return o._createHeader=Kh(e,s),o}static encode(t){let e=new Hh,i=-1;return t.isSchema()?i=q.encode(e,t.header()):t.isRecordBatch()?i=ft.encode(e,t.header()):t.isDictionaryBatch()&&(i=xt.encode(e,t.header())),oe.startMessage(e),oe.addVersion(e,W.V5),oe.addHeader(e,i),oe.addHeaderType(e,t.headerType),oe.addBodyLength(e,BigInt(t.bodyLength)),oe.finishMessageBuffer(e,oe.endMessage(e)),e.asUint8Array()}static from(t,e=0){if(t instanceof q)return new r(0,W.V5,U.Schema,t);if(t instanceof ft)return new r(e,W.V5,U.RecordBatch,t);if(t instanceof xt)return new r(e,W.V5,U.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===U.Schema}isRecordBatch(){return this.headerType===U.RecordBatch}isDictionaryBatch(){return this.headerType===U.DictionaryBatch}constructor(t,e,i,n){this._version=e,this._headerType=i,this.body=new Uint8Array(0),n&&(this._createHeader=()=>n),this._bodyLength=Z(t)}},ft=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=Z(t)}},xt=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=Z(e)}},St=class{constructor(t,e){this.offset=Z(t),this.length=Z(e)}},kt=class{constructor(t,e){this.length=Z(t),this.nullCount=Z(e)}};function Jh(r,t){return()=>{switch(t){case U.Schema:return q.fromJSON(r);case U.RecordBatch:return ft.fromJSON(r);case U.DictionaryBatch:return xt.fromJSON(r)}throw new Error(`Unrecognized Message type: { name: ${U[t]}, type: ${t} }`)}}function Kh(r,t){return()=>{switch(t){case U.Schema:return q.decode(r.header(new _t),new Map,r.version());case U.RecordBatch:return ft.decode(r.header(new Ft),r.version());case U.DictionaryBatch:return xt.decode(r.header(new Se),r.version())}throw new Error(`Unrecognized Message type: { name: ${U[t]}, type: ${t} }`)}}L.encode=cd;L.decode=od;L.fromJSON=Il;q.encode=ad;q.decode=Qh;q.fromJSON=bl;ft.encode=ld;ft.decode=Zh;ft.fromJSON=aa;xt.encode=ud;xt.decode=td;xt.fromJSON=_l;kt.encode=hd;kt.decode=rd;St.encode=dd;St.decode=ed;function Qh(r,t=new Map,e=W.V5){let i=sd(r,t);return new q(i,zs(r),t,e)}function Zh(r,t=W.V5){if(r.compression()!==null)throw new Error("Record batch compression not implemented");return new ft(r.length(),id(r),nd(r,t))}function td(r,t=W.V5){return new xt(ft.decode(r.data(),t),r.id(),r.isDelta())}function ed(r){return new St(r.offset(),r.length())}function rd(r){return new kt(r.length(),r.nullCount())}function id(r){let t=[];for(let e,i=-1,n=-1,s=r.nodesLength();++i<s;)(e=r.nodes(i))&&(t[++n]=kt.decode(e));return t}function nd(r,t){let e=[];for(let i,n=-1,s=-1,o=r.buffersLength();++n<o;)(i=r.buffers(n))&&(t<W.V4&&(i.bb_pos+=8*(n+1)),e[++s]=St.decode(i));return e}function sd(r,t){let e=[];for(let i,n=-1,s=-1,o=r.fieldsLength();++n<o;)(i=r.fields(n))&&(e[++s]=L.decode(i,t));return e}function Sl(r,t){let e=[];for(let i,n=-1,s=-1,o=r.childrenLength();++n<o;)(i=r.children(n))&&(e[++s]=L.decode(i,t));return e}function od(r,t){let e,i,n,s,o,a;return!t||!(a=r.dictionary())?(n=Bl(r,Sl(r,t)),i=new L(r.name(),n,r.nullable(),zs(r))):t.has(e=Z(a.id()))?(s=(s=a.indexType())?xl(s):new pe,o=new Nt(t.get(e),s,e,a.isOrdered()),i=new L(r.name(),o,r.nullable(),zs(r))):(s=(s=a.indexType())?xl(s):new pe,t.set(e,n=Bl(r,Sl(r,t))),o=new Nt(n,s,e,a.isOrdered()),i=new L(r.name(),o,r.nullable(),zs(r))),i||null}function zs(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 xl(r){return new it(r.isSigned(),r.bitWidth())}function Bl(r,t){let e=r.typeType();switch(e){case Y.NONE:return new gt;case Y.Null:return new gt;case Y.Binary:return new Ae;case Y.LargeBinary:return new De;case Y.Utf8:return new Te;case Y.LargeUtf8:return new Oe;case Y.Bool:return new Fe;case Y.List:return new te((t||[])[0]);case Y.Struct_:return new X(t||[])}switch(e){case Y.Int:{let i=r.type(new Ht);return new it(i.isSigned(),i.bitWidth())}case Y.FloatingPoint:{let i=r.type(new rr);return new wt(i.precision())}case Y.Decimal:{let i=r.type(new fe);return new Ne(i.scale(),i.precision(),i.bitWidth())}case Y.Date:{let i=r.type(new Qe);return new Me(i.unit())}case Y.Time:{let i=r.type(new xe);return new Zt(i.unit(),i.bitWidth())}case Y.Timestamp:{let i=r.type(new Be);return new Ee(i.unit(),i.timezone())}case Y.Interval:{let i=r.type(new ir);return new Le(i.unit())}case Y.Duration:{let i=r.type(new Ze);return new Ue(i.unit())}case Y.Union:{let i=r.type(new Xt);return new ee(i.mode(),i.typeIdsArray()||[],t||[])}case Y.FixedSizeBinary:{let i=r.type(new tr);return new Re(i.byteWidth())}case Y.FixedSizeList:{let i=r.type(new er);return new re(i.listSize(),(t||[])[0])}case Y.Map:{let i=r.type(new nr);return new ie((t||[])[0],i.keysSorted())}}throw new Error(`Unrecognized type: "${Y[e]}" (${e})`)}function ad(r,t){let e=t.fields.map(s=>L.encode(r,s));_t.startFieldsVector(r,e.length);let i=_t.createFieldsVector(r,e),n=t.metadata&&t.metadata.size>0?_t.createCustomMetadataVector(r,[...t.metadata].map(([s,o])=>{let a=r.createString(`${s}`),c=r.createString(`${o}`);return lt.startKeyValue(r),lt.addKey(r,a),lt.addValue(r,c),lt.endKeyValue(r)})):-1;return _t.startSchema(r),_t.addFields(r,i),_t.addEndianness(r,fd?Ke.Little:Ke.Big),n!==-1&&_t.addCustomMetadata(r,n),_t.endSchema(r)}function cd(r,t){let e=-1,i=-1,n=-1,s=t.type,o=t.typeId;m.isDictionary(s)?(o=s.dictionary.typeId,n=js.visit(s,r),i=js.visit(s.dictionary,r)):i=js.visit(s,r);let a=(s.children||[]).map(h=>L.encode(r,h)),c=mt.createChildrenVector(r,a),l=t.metadata&&t.metadata.size>0?mt.createCustomMetadataVector(r,[...t.metadata].map(([h,d])=>{let f=r.createString(`${h}`),D=r.createString(`${d}`);return lt.startKeyValue(r),lt.addKey(r,f),lt.addValue(r,D),lt.endKeyValue(r)})):-1;return t.name&&(e=r.createString(t.name)),mt.startField(r),mt.addType(r,i),mt.addTypeType(r,o),mt.addChildren(r,c),mt.addNullable(r,!!t.nullable),e!==-1&&mt.addName(r,e),n!==-1&&mt.addDictionary(r,n),l!==-1&&mt.addCustomMetadata(r,l),mt.endField(r)}function ld(r,t){let e=t.nodes||[],i=t.buffers||[];Ft.startNodesVector(r,e.length);for(let o of e.slice().reverse())kt.encode(r,o);let n=r.endVector();Ft.startBuffersVector(r,i.length);for(let o of i.slice().reverse())St.encode(r,o);let s=r.endVector();return Ft.startRecordBatch(r),Ft.addLength(r,BigInt(t.length)),Ft.addNodes(r,n),Ft.addBuffers(r,s),Ft.endRecordBatch(r)}function ud(r,t){let e=ft.encode(r,t.data);return Se.startDictionaryBatch(r),Se.addId(r,BigInt(t.id)),Se.addIsDelta(r,t.isDelta),Se.addData(r,e),Se.endDictionaryBatch(r)}function hd(r,t){return kr.createFieldNode(r,BigInt(t.length),BigInt(t.nullCount))}function dd(r,t){return Pr.createBuffer(r,BigInt(t.offset),BigInt(t.length))}var fd=(()=>{let r=new ArrayBuffer(2);return new DataView(r).setInt16(0,256,!0),new Int16Array(r)[0]===256})();var la=r=>`Expected ${U[r]} Message in stream, but was null or length 0.`,ua=r=>`Header pointer of flatbuffer-encoded ${U[r]} Message is null or length 0.`,Al=(r,t)=>`Expected to read ${r} metadata bytes, but only read ${t}.`,Dl=(r,t)=>`Expected to read ${r} bytes for message body, but only read ${t}.`,ii=class{constructor(t){this.source=t instanceof ge?t:new ge(t)}[Symbol.iterator](){return this}next(){let t;return(t=this.readMetadataLength()).done?J:t.value===-1&&(t=this.readMetadataLength()).done?J:(t=this.readMetadata(t.value)).done?J:t}throw(t){return this.source.throw(t)}return(t){return this.source.return(t)}readMessage(t){let e;if((e=this.next()).done)return null;if(t!=null&&e.value.headerType!==t)throw new Error(la(t));return e.value}readMessageBody(t){if(t<=0)return new Uint8Array(0);let e=x(this.source.read(t));if(e.byteLength<t)throw new Error(Dl(t,e.byteLength));return e.byteOffset%8===0&&e.byteOffset+e.byteLength<=e.buffer.byteLength?e:e.slice()}readSchema(t=!1){let e=U.Schema,i=this.readMessage(e),n=i?.header();if(t&&!n)throw new Error(ua(e));return n}readMetadataLength(){let t=this.source.read(qs),e=t&&new Ot(t),i=e?.readInt32(0)||0;return{done:i===0,value:i}}readMetadata(t){let e=this.source.read(t);if(!e)return J;if(e.byteLength<t)throw new Error(Al(t,e.byteLength));return{done:!1,value:Bt.decode(e)}}},on=class{constructor(t,e){this.source=t instanceof Vt?t:Sn(t)?new cr(t,e):new Vt(t)}[Symbol.asyncIterator](){return this}next(){return p(this,void 0,void 0,function*(){let t;return(t=yield this.readMetadataLength()).done?J:t.value===-1&&(t=yield this.readMetadataLength()).done?J:(t=yield this.readMetadata(t.value)).done?J:t})}throw(t){return 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(la(t));return e.value})}readMessageBody(t){return p(this,void 0,void 0,function*(){if(t<=0)return new Uint8Array(0);let e=x(yield this.source.read(t));if(e.byteLength<t)throw new Error(Dl(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=U.Schema,i=yield this.readMessage(e),n=i?.header();if(t&&!n)throw new Error(ua(e));return n})}readMetadataLength(){return p(this,void 0,void 0,function*(){let t=yield this.source.read(qs),e=t&&new Ot(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 J;if(e.byteLength<t)throw new Error(Al(t,e.byteLength));return{done:!1,value:Bt.decode(e)}})}},an=class extends ii{constructor(t){super(new Uint8Array(0)),this._schema=!1,this._body=[],this._batchIndex=0,this._dictionaryIndex=0,this._json=t instanceof Ni?t:new Ni(t)}next(){let{_json:t}=this;if(!this._schema)return this._schema=!0,{done:!1,value:Bt.fromJSON(t.schema,U.Schema)};if(this._dictionaryIndex<t.dictionaries.length){let e=t.dictionaries[this._dictionaryIndex++];return this._body=e.data.columns,{done:!1,value:Bt.fromJSON(e,U.DictionaryBatch)}}if(this._batchIndex<t.batches.length){let e=t.batches[this._batchIndex++];return this._body=e.columns,{done:!1,value:Bt.fromJSON(e,U.RecordBatch)}}return this._body=[],J}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(la(t));return e.value}readSchema(){let t=U.Schema,e=this.readMessage(t),i=e?.header();if(!e||!i)throw new Error(ua(t));return i}},qs=4,ca="ARROW1",ni=new Uint8Array(ca.length);for(let r=0;r<ca.length;r+=1)ni[r]=ca.codePointAt(r);function Ws(r,t=0){for(let e=-1,i=ni.length;++e<i;)if(ni[e]!==r[t+e])return!1;return!0}var si=ni.length,ha=si+qs,Tl=si*2+qs;var Lt=class r extends wr{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 Dt(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 ht.toDOMStream(this.isSync()?{[Symbol.iterator]:()=>this}:{[Symbol.asyncIterator]:()=>this})}toNodeStream(){return ht.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:vn(t)?md(t):Sn(t)?bd(t):Dt(t)?p(this,void 0,void 0,function*(){return yield r.from(yield t)}):xn(t)||ui(t)||An(t)||Ut(t)?gd(new Vt(t)):yd(new ge(t))}static readAll(t){return t instanceof r?t.isSync()?Ol(t):Fl(t):vn(t)||ArrayBuffer.isView(t)||Wt(t)||In(t)?Ol(t):Fl(t)}},Ye=class extends Lt{constructor(t){super(t),this._impl=t}readAll(){return[...this]}[Symbol.iterator](){return this._impl[Symbol.iterator]()}[Symbol.asyncIterator](){return At(this,arguments,function*(){yield M(yield*Cr(qt(this[Symbol.iterator]())))})}},Tr=class extends Lt{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=qt(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]()}},Or=class extends Ye{constructor(t){super(t),this._impl=t}},Gs=class extends Tr{constructor(t){super(t),this._impl=t}},Ys=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=F({type:new X(this.schema.fields),length:t.length,children:i});return new rt(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 R(l)):new R(l)).memoize()}return a.memoize()}_loadVectors(t,e,i){return new Ui(e,t.nodes,t.buffers,this.dictionaries,this.schema.metadataVersion).visitMany(i)}},oi=class extends Ys{constructor(t,e){super(e),this._reader=vn(t)?new an(this._handle=t):new ii(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=Nl(this,t),this.schema||(this.schema=this._reader.readSchema())||this.cancel()),this}throw(t){return!this.closed&&this.autoDestroy&&(this.closed=!0)?this.reset()._reader.throw(t):J}return(t){return!this.closed&&this.autoDestroy&&(this.closed=!0)?this.reset()._reader.return(t):J}next(){if(this.closed)return J;let t,{_reader:e}=this;for(;t=this._readNextMessageAndValidate();)if(t.isSchema())this.reset(t.header());else if(t.isRecordBatch()){this._recordBatchIndex++;let 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 Dr(this.schema)}):this.return()}_readNextMessageAndValidate(t){return this._reader.readMessage(t)}},ai=class extends Ys{constructor(t,e){super(e),this._reader=new on(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=Nl(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):J})}return(t){return p(this,void 0,void 0,function*(){return!this.closed&&this.autoDestroy&&(this.closed=!0)?yield this.reset()._reader.return(t):J})}next(){return p(this,void 0,void 0,function*(){if(this.closed)return J;let t,{_reader:e}=this;for(;t=yield this._readNextMessageAndValidate();)if(t.isSchema())yield this.reset(t.header());else if(t.isRecordBatch()){this._recordBatchIndex++;let 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 Dr(this.schema)}):yield this.return()})}_readNextMessageAndValidate(t){return p(this,void 0,void 0,function*(){return yield this._reader.readMessage(t)})}},Hs=class extends oi{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 Mi?t:new Mi(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(U.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(U.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-ha,i=t.readInt32(e),n=t.readAt(e-i,i);return Pe.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}},da=class extends ai{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 cr?t:new cr(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(U.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(U.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-ha,i=yield t.readInt32(e),n=yield t.readAt(e-i,i);return Pe.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})}},fa=class extends oi{constructor(t,e){super(t,e)}_loadVectors(t,e,i){return new bs(e,t.nodes,t.buffers,this.dictionaries,this.schema.metadataVersion).visitMany(i)}};function Nl(r,t){return t&&typeof t.autoDestroy=="boolean"?t.autoDestroy:r.autoDestroy}function*Ol(r){let t=Lt.from(r);try{if(!t.open({autoDestroy:!1}).closed)do yield t;while(!t.reset().open().closed)}finally{t.cancel()}}function Fl(r){return At(this,arguments,function*(){let e=yield M(Lt.from(r));try{if(!(yield M(e.open({autoDestroy:!1}))).closed)do yield yield M(e);while(!(yield M(e.reset().open())).closed)}finally{yield M(e.cancel())}})}function md(r){return new Ye(new fa(r))}function yd(r){let t=r.peek(si+7&-8);return t&&t.byteLength>=4?Ws(t)?new Or(new Hs(r.read())):new Ye(new oi(r)):new Ye(new oi(function*(){}()))}function gd(r){return p(this,void 0,void 0,function*(){let t=yield r.peek(si+7&-8);return t&&t.byteLength>=4?Ws(t)?new Or(new Hs(yield r.read())):new Tr(new ai(r)):new Tr(new ai(function(){return At(this,arguments,function*(){})}()))})}function bd(r){return p(this,void 0,void 0,function*(){let{size:t}=yield r.stat(),e=new cr(r,t);return t>=Tl&&Ws(yield e.readAt(0,si+7&-8))?new Gs(new da(e)):new Tr(new ai(e))})}var Q=class r extends b{static assemble(...t){let e=n=>n.flatMap(s=>Array.isArray(s)?e(s):s instanceof rt?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 R)return this.visitMany(t.data),this;let{type:e}=t;if(!m.isDictionary(e)){let{length:i}=t;if(i>2147483647)throw new RangeError("Cannot write arrays larger than 2^31 - 1 in length");if(m.isUnion(e))this.nodes.push(new kt(i,0));else{let{nullCount:n}=t;m.isNull(e)||ae.call(this,n<=0?new Uint8Array(0):yr(t.offset,i,t.nullBitmap)),this.nodes.push(new kt(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 ae(r){let t=r.byteLength+7&-8;return this.buffers.push(r),this.bufferRegions.push(new St(this._byteLength,t)),this._byteLength+=t,this}function _d(r){var t;let{type:e,length:i,typeIds:n,valueOffsets:s}=r;if(ae.call(this,n),e.mode===H.Sparse)return pa.call(this,r);if(e.mode===H.Dense){if(r.offset<=0)return ae.call(this,s),pa.call(this,r);{let o=new Int32Array(i),a=Object.create(null),c=Object.create(null);for(let l,h,d=-1;++d<i;)(l=n[d])!==void 0&&((h=a[l])===void 0&&(h=a[l]=s[d]),o[d]=s[d]-h,c[l]=((t=c[l])!==null&&t!==void 0?t:0)+1);ae.call(this,o),this.visitMany(r.children.map((l,h)=>{let d=e.typeIds[h],f=a[d],D=c[d];return l.slice(f,Math.min(i,D))}))}}return this}function wd(r){let t;return r.nullCount>=r.length?ae.call(this,new Uint8Array(0)):(t=r.values)instanceof Uint8Array?ae.call(this,yr(r.offset,r.length,t)):ae.call(this,gr(r.values))}function He(r){return ae.call(this,r.values.subarray(0,r.length*r.stride))}function Xs(r){let{length:t,values:e,valueOffsets:i}=r,n=Z(i[0]),s=Z(i[t]),o=Math.min(s-n,e.byteLength-n);return ae.call(this,Tn(-n,t+1,i)),ae.call(this,e.subarray(n,n+o)),this}function ma(r){let{length:t,valueOffsets:e}=r;if(e){let{[0]:i,[t]:n}=e;return ae.call(this,Tn(-i,t+1,e)),this.visit(r.children[0].slice(i,n-i))}return this.visit(r.children[0])}function pa(r){return this.visitMany(r.type.children.map((t,e)=>r.children[e]).filter(Boolean))[0]}Q.prototype.visitBool=wd;Q.prototype.visitInt=He;Q.prototype.visitFloat=He;Q.prototype.visitUtf8=Xs;Q.prototype.visitLargeUtf8=Xs;Q.prototype.visitBinary=Xs;Q.prototype.visitLargeBinary=Xs;Q.prototype.visitFixedSizeBinary=He;Q.prototype.visitDate=He;Q.prototype.visitTimestamp=He;Q.prototype.visitTime=He;Q.prototype.visitDecimal=He;Q.prototype.visitList=ma;Q.prototype.visitStruct=pa;Q.prototype.visitUnion=_d;Q.prototype.visitInterval=He;Q.prototype.visitDuration=He;Q.prototype.visitFixedSizeList=ma;Q.prototype.visitMap=ma;var Fr=class extends wr{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 ye,this._schema=null,this._dictionaryBlocks=[],this._recordBatchBlocks=[],this._dictionaryDeltaOffsets=new Map,yt(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 Dt(t)?t.then(e=>this.writeAll(e)):Ut(t)?ga(this,t):ya(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 ye?this._sink=t:(this._sink=new ye,t&&Wa(t)?this.toDOMStream({type:"bytes"}).pipeTo(t):t&&Ga(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||!Ar(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 It&&!(e=t.schema))return this.finish()&&void 0;if(t instanceof rt&&!(e=t.schema))return this.finish()&&void 0}else throw new Error("RecordBatchWriter is closed");if(e&&!Ar(e,this._schema)){if(this._started&&this._autoDestroy)return this.close();this.reset(this._sink,e)}t instanceof rt?t instanceof Dr||this._writeRecordBatch(t):t instanceof It?this.writeAll(t.batches):Wt(t)&&this.writeAll(t)}_writeMessage(t,e=8){let i=e-1,n=Bt.encode(t),s=n.byteLength,o=this._writeLegacyIpcFormat?4:8,a=s+o+i&~i,c=a-s-o;return t.headerType===U.RecordBatch?this._recordBatchBlocks.push(new ke(a,t.bodyLength,this._position)):t.headerType===U.DictionaryBatch&&this._dictionaryBlocks.push(new ke(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=x(t);e&&e.byteLength>0&&(this._sink.write(e),this._position+=e.byteLength)}return this}_writeSchema(t){return this._writeMessage(Bt.from(t))}_writeFooter(t){return this._writeLegacyIpcFormat?this._write(Int32Array.of(0)):this._write(Int32Array.of(-1,0))}_writeMagic(){return this._write(ni)}_writePadding(t){return t>0?this._write(new Uint8Array(t)):this}_writeRecordBatch(t){let{byteLength:e,nodes:i,bufferRegions:n,buffers:s}=Q.assemble(t),o=new ft(t.numRows,i,n),a=Bt.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}=Q.assemble(new R([t])),c=new ft(t.length,s,o),l=new xt(c,e,i),h=Bt.from(l,n);return this._writeMessage(h)._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}},cn=class r extends Fr{static writeAll(t,e){let i=new r(e);return Dt(t)?t.then(n=>i.writeAll(n)):Ut(t)?ga(i,t):ya(i,t)}},ln=class r extends Fr{static writeAll(t){let e=new r;return Dt(t)?t.then(i=>e.writeAll(i)):Ut(t)?ga(e,t):ya(e,t)}constructor(){super(),this._autoDestroy=!0}_writeSchema(t){return this._writeMagic()._writePadding(2)}_writeFooter(t){let e=Pe.encode(new Pe(t,W.V5,this._recordBatchBlocks,this._dictionaryBlocks));return super._writeFooter(t)._write(e)._write(Int32Array.of(e.byteLength))._writeMagic()}};function ya(r,t){let e=t;t instanceof It&&(e=t.batches,r.reset(void 0,t.schema));for(let i of e)r.write(i);return r.finish()}function ga(r,t){var e,i,n,s,o,a,c;return p(this,void 0,void 0,function*(){try{for(e=!0,i=qt(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 Ml(r,t){if(Ut(r))return Id(r,t);if(Wt(r))return vd(r,t);throw new Error("toDOMStream() must be called with an Iterable or AsyncIterable")}function vd(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,h=o.desiredSize||null;for(;!(l=a.next(i?h:null)).done;)if(ArrayBuffer.isView(l.value)&&(c=x(l.value))&&(h!=null&&i&&(h=h-c.byteLength+1),l.value=c),o.enqueue(l.value),h!=null&&--h<=0)return;o.close()}}function Id(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,h=o.desiredSize||null;for(;!(l=yield a.next(i?h:null)).done;)if(ArrayBuffer.isView(l.value)&&(c=x(l.value))&&(h!=null&&i&&(h=h-c.byteLength+1),l.value=c),o.enqueue(l.value),h!=null&&--h<=0)return;o.close()})}}function Ul(r){return new ba(r)}var ba=class{constructor(t){this._numChunks=0,this._finished=!1,this._bufferedSize=0;let{["readableStrategy"]:e,["writableStrategy"]:i,["queueingStrategy"]:n="count"}=t,s=za(t,["readableStrategy","writableStrategy","queueingStrategy"]);this._controller=null,this._builder=Ir(s),this._getSize=n!=="bytes"?El:Ll;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"?El:Ll}),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)}},El=r=>{var t;return(t=r?.length)!==null&&t!==void 0?t:0},Ll=r=>{var t;return(t=r?.byteLength)!==null&&t!==void 0?t:0};function Js(r,t){let e=new ye,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 Lt.from(e)).open(t)})}function o(a,c){return p(this,void 0,void 0,function*(){let l=a.desiredSize,h=null;for(;!(h=yield c.next()).done;)if(a.enqueue(h.value),l!=null&&--l<=0)return;a.close()})}}function Ks(r,t){let e=new this(r),i=new Vt(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 un(r){let t=Lt.from(r);return Dt(t)?t.then(e=>un(e)):t.isAsync()?t.readAll().then(e=>new It(e)):new It(t.readAll())}var xd=Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},Oo),ea),Go),Fo),xo),Wo),Do),{compareSchemas:Ar,compareFields:ll,compareTypes:ul});ht.toDOMStream=Ml;K.throughDOM=Ul;Lt.throughDOM=Js;Or.throughDOM=Js;Ye.throughDOM=Js;Fr.throughDOM=Ks;ln.throughDOM=Ks;cn.throughDOM=Ks;function _a(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:h}=i;i=null,c(),h(l)}else console.error("WebSocket error: ",l)},message({data:l}){if(i){let{query:h,resolve:d,reject:f}=i;if(i=null,c(),typeof l=="string"){let D=JSON.parse(l);D.error?f(D.error):d(D)}else if(h.type==="exec")d();else if(h.type==="arrow")d(un(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,h,d){n==null&&o(),t.push({query:l,resolve:h,reject:d}),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((h,d)=>a(l,h,d))}}}var jt=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?`${Rl(t)}.`:""}${i}`}else return t?Rl(t):"NULL"}};function Rl(r){return r.split(".").map(e=>`"${e}"`).join(".")}function Cl(r,t){return r instanceof jt&&r.column===t}function V(r){return typeof r=="string"?Qs(r):r}function Nr(r){return typeof r=="string"?Vl(r):r}function Vl(r){return new jt(r)}function Qs(r,t){return arguments.length===1&&(t=r,r=null),new jt(r,t)}function Xe(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 Mr=r=>typeof r?.addEventListener=="function";function Zs(r){return r instanceof lr}var lr=class{constructor(t,e,i){this._expr=Array.isArray(t)?t:[t],this._deps=e||[],this.annotate(i);let n=this._expr.filter(s=>Mr(s));n.length>0?(this._params=Array.from(new Set(n)),this._params.forEach(s=>{s.addEventListener("value",()=>Bd(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=>Mr(t)&&!Zs(t)?Xe(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 Bd(r,t){if(t?.size)return Promise.allSettled(Array.from(t,e=>e(r)))}function wa(r,t){let e=[r[0]],i=new Set,n=t.length;for(let s=0,o=0;s<n;){let a=t[s];Mr(a)?e[++o]=a:(Array.isArray(a?.columns)&&a.columns.forEach(l=>i.add(l)),e[o]+=typeof a=="string"?a:Xe(a));let c=r[++s];Mr(e[o])?e[++o]=c:e[o]+=c}return{spans:e,cols:Array.from(i)}}function O(r,...t){let{spans:e,cols:i}=wa(r,t);return new lr(e,i)}function va(r){let t=V(r);return O`${t} DESC NULLS LAST`.annotate({label:t?.label,desc:!0})}var Er=r=>({value:r,toString:()=>Xe(r)});function hn(r){r(this.op,this),this.children?.forEach(t=>t.visit(r))}function Pl(r,t){let e=t.filter(n=>n!=null).map(V),i=e.map((n,s)=>s?` ${r} `:"");return e.length===1?i.push(""):e.length>1&&(i[0]="(",i.push(")")),O(i,...e).annotate({op:r,children:e,visit:hn})}var Ia=(...r)=>Pl("AND",r.flat()),Sa=(...r)=>Pl("OR",r.flat()),Ad=r=>t=>O`(${r} ${V(t)})`.annotate({op:r,a:t,visit:hn}),Dd=Ad("NOT"),kl=r=>t=>O`(${V(t)} ${r})`.annotate({op:r,a:t,visit:hn}),xa=kl("IS NULL"),Td=kl("IS NOT NULL"),ur=r=>(t,e)=>O`(${V(t)} ${r} ${V(e)})`.annotate({op:r,a:t,b:e,visit:hn}),dn=ur("="),Od=ur("<>"),Fd=ur("<"),Nd=ur(">"),Md=ur("<="),Ed=ur(">="),Ld=ur("IS DISTINCT FROM"),Ud=ur("IS NOT DISTINCT FROM");function Rd(r,t,e,i){t=V(t);let n=r.startsWith("NOT ")?"NOT ":"";return(e?i?O`${n}(${e[0]} <= ${t} AND ${t} < ${e[1]})`:O`(${t} ${r} ${e[0]} AND ${e[1]})`:O``).annotate({op:r,visit:hn,field:t,range:e})}var to=(r,t,e)=>Rd("BETWEEN",r,t,e);function Lr(r,t){return Array.from({length:r},()=>t)}function pt(r,t){return(...e)=>{let i=e.map(V),n=t?`::${t}`:"";return(i.length?O([`${r}(`,...Lr(i.length-1,", "),`)${n}`],...i):O`${r}()${n}`).annotate({func:r,args:i})}}var Ba=pt("REGEXP_MATCHES"),Aa=pt("CONTAINS"),Da=pt("PREFIX"),Ta=pt("SUFFIX"),Cd=pt("LOWER"),Vd=pt("UPPER"),Pd=pt("LENGTH"),kd=pt("ISNAN"),jd=pt("ISFINITE"),$d=pt("ISINF");var fn=class r extends lr{constructor(t,e,i,n,s="",o="",a=""){let c;if(n&&!(s||o||a))c=n?O`${e} OVER "${n}"`:O`${e} OVER ()`;else{let f=s&&o?" ":"",D=(s||o)&&a?" ":"";c=O`${e} OVER (${n?`"${n}" `:""}${s}${f}${o}${D}${a})`}i&&(c=O`(${c})::${i}`);let{_expr:h,_deps:d}=c;super(h,d,{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(h=>h).map(V),i=O(["PARTITION BY ",Lr(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(h=>h).map(V),i=O(["ORDER BY ",Lr(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=jl("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=jl("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 jl(r,t){if(Mr(t)){let e=O`${t}`;return e.toString=()=>`${r} ${$l(t.value)}`,e}return`${r} ${$l(t)}`}function $l(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 ce(r,t){return(...e)=>{let i=pt(r)(...e);return new fn(r,i,t)}}var zd=ce("ROW_NUMBER","INTEGER"),qd=ce("RANK","INTEGER"),Wd=ce("DENSE_RANK","INTEGER"),Gd=ce("PERCENT_RANK"),Yd=ce("CUME_DIST"),Hd=ce("NTILE"),Xd=ce("LAG"),Jd=ce("LEAD"),Kd=ce("FIRST_VALUE"),Qd=ce("LAST_VALUE"),Zd=ce("NTH_VALUE");var Oa=class r extends lr{constructor(t,e,i,n,s){e=(e||[]).map(V);let{strings:o,exprs:a}=tf(t,e,i,n,s),{spans:c,cols:l}=wa(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(ef).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 fn(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 tf(r,t,e,i,n){let s=`)${e?`::${e}`:""}`,o=[`${r}(${i?"DISTINCT ":""}`],a=[];return t.length?(o=o.concat([...Lr(t.length-1,", "),`${s}${n?" FILTER (WHERE ":""}`,...n?[")"]:[]]),a=[...t,...n?[n]:[]]):o[0]+="*"+s,{exprs:a,strings:o}}function ef(r){let t=Xe(r);return t&&t.startsWith('"')&&t.endsWith('"')?t.slice(1,-1):t}function P(r,t){return(...e)=>new Oa(r,e,t)}var pn=P("COUNT","INTEGER"),rf=P("AVG"),nf=P("AVG"),sf=P("MAD"),mn=P("MAX"),yn=P("MIN"),of=P("SUM","DOUBLE"),af=P("PRODUCT"),cf=P("MEDIAN"),lf=P("QUANTILE"),uf=P("MODE"),hf=P("VARIANCE"),df=P("STDDEV"),ff=P("SKEWNESS"),pf=P("KURTOSIS"),mf=P("ENTROPY"),yf=P("VAR_POP"),gf=P("STDDEV_POP"),bf=P("CORR"),_f=P("COVAR_POP"),wf=P("REGR_INTERCEPT"),vf=P("REGR_SLOPE"),If=P("REGR_COUNT"),Sf=P("REGR_R2"),xf=P("REGR_SYY"),Bf=P("REGR_SXX"),Af=P("REGR_SXY"),Df=P("REGR_AVGX"),Tf=P("REGR_AVGY"),Of=P("FIRST"),Ff=P("LAST"),Nf=P("ARG_MIN"),Mf=P("ARG_MAX"),Ef=P("STRING_AGG"),Lf=P("ARRAY_AGG");var Fa=r=>O`epoch_ms(${V(r)})`;var Uf=pt("ST_AsGeoJSON"),Rf=pt("ST_X"),Cf=pt("ST_Y"),Vf=pt("ST_CENTROID");var at=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 Ur("UNION",t.flat())}static unionAll(...t){return new Ur("UNION ALL",t.flat())}static intersect(...t){return new Ur("INTERSECT",t.flat())}static except(...t){return new Ur("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:V(n)});else if(n instanceof jt)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:eo(s),expr:V(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:Nr(n)});else if(n instanceof jt)i.push({as:n.table,from:n});else if(gn(n)||Zs(n))i.push({from:n});else if(Array.isArray(n))i.push({as:eo(n[0]),from:Nr(n[1])});else for(let s in n)i.push({as:eo(s),from:Nr(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(V)),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:eo(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(V)),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(gn(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:h,orderby:d,limit:f,offset:D}=this.query,C=[];if(t.length){let $=t.map(({as:k,query:et})=>`"${k}" AS (${et})`);C.push(`WITH ${$.join(", ")}`)}let $t=e.map(({as:$,expr:k})=>Cl(k,$)&&!k.table?`${k}`:`${k} AS "${$}"`);if(C.push(`SELECT${i?" DISTINCT":""} ${$t.join(", ")}`),n.length){let $=n.map(({as:k,from:et})=>{let Ie=gn(et)?`(${et})`:`${et}`;return!k||k===et.table?Ie:`${Ie} AS "${k}"`});C.push(`FROM ${$.join(", ")}`)}if(o.length){let $=o.map(String).filter(k=>k).join(" AND ");$&&C.push(`WHERE ${$}`)}if(s){let{rows:$,perc:k,method:et,seed:Ie}=s,_n=$?`${$} ROWS`:`${k} PERCENT`,wn=et?` (${et}${Ie!=null?`, ${Ie}`:""})`:"";C.push(`USING SAMPLE ${_n}${wn}`)}if(a.length&&C.push(`GROUP BY ${a.join(", ")}`),c.length){let $=c.map(String).filter(k=>k).join(" AND ");$&&C.push(`HAVING ${$}`)}if(l.length){let $=l.map(({as:k,expr:et})=>`"${k}" AS (${et})`);C.push(`WINDOW ${$.join(", ")}`)}if(h.length){let $=h.map(String).filter(k=>k).join(" AND ");$&&C.push(`QUALIFY ${$}`)}return d.length&&C.push(`ORDER BY ${d.join(", ")}`),Number.isFinite(f)&&C.push(`LIMIT ${f}`),Number.isFinite(D)&&C.push(`OFFSET ${D}`),C.join(" ")}},Ur=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(V)),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 gn(r){return r instanceof at||r instanceof Ur}function Na(r){return gn(r)&&r.describe}function eo(r){return Pf(r)?r.slice(1,-1):r}function Pf(r){return r[0]==='"'&&r[r.length-1]==='"'}var ro=r=>r;function kf(){return{apply:ro,invert:ro,sqlApply:V,sqlInvert:ro}}function jf({base:r}={}){if(r==null||r===Math.E)return{apply:Math.log,invert:Math.exp,sqlApply:t=>O`LN(${V(t)})`,sqlInvert:t=>O`EXP(${t})`};if(r===10)return{apply:Math.log10,invert:t=>Math.pow(10,t),sqlApply:t=>O`LOG(${V(t)})`,sqlInvert:t=>O`POW(10, ${t})`};{let t=+r;return{apply:e=>Math.log(e)/Math.log(t),invert:e=>Math.pow(t,e),sqlApply:e=>O`LN(${V(e)}) / LN(${t})`,sqlInvert:e=>O`POW(${t}, ${e})`}}}function $f({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=V(e),O`SIGN(${e}) * LN(${t} + ABS(${e}))`),sqlInvert:e=>O`SIGN(${e}) * (EXP(ABS(${e})) - ${t})`}}function zf(){return{apply:r=>Math.sign(r)*Math.sqrt(Math.abs(r)),invert:r=>Math.sign(r)*r*r,sqlApply:r=>(r=V(r),O`SIGN(${r}) * SQRT(ABS(${r}))`),sqlInvert:r=>O`SIGN(${r}) * (${r}) ** 2`}}function qf({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=V(e),O`SIGN(${e}) * POW(ABS(${e}), ${t})`),sqlInvert:e=>O`SIGN(${e}) * POW(ABS(${e}), 1/${t})`}}function zl(){return{apply:r=>+r,invert:r=>new Date(r),sqlApply:r=>r instanceof Date?+r:Fa(V(r)),sqlInvert:ro}}var Wf={linear:kf,log:jf,symlog:$f,sqrt:zf,pow:qf,time:zl,utc:zl};function Ma(r){let t=Wf[r.type];return t?{...r,...t(r)}:null}function io(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 Wl(r){let t=2166136261;for(let e=0,i=r.length;e<i;++e){let n=r.charCodeAt(e),s=n&65280;s&&(t=ql(t^s>>8)),t=ql(t^n&255)}return Gf(t)}function ql(r){return r+(r<<1)+(r<<4)+(r<<7)+(r<<8)+(r<<24)}function Gf(r){return r+=r<<13,r^=r>>>7,r+=r<<3,r^=r>>>17,r+=r<<5,r&4294967295}var no=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,Yl),h=l[0]?.from;this.enabled=l.every(d=>d&&d.from===h),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=Yf(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 h=Yl(l),d=l.query(s.predicate(l)).select({...n.columns,...h.count}).groupby(Object.keys(n.columns)),[f]=d.subqueries;if(f){let et=Object.values(n.columns).map(Ie=>Ie.columns[0]);Xf(f,et)}let D=d.orderby();d.query.orderby=[];let C=d.toString(),$=`cube_index_${(Wl(C)>>>0).toString(16)}`,k=a.exec(io($,C,{temp:c}));o.set(l,{table:$,result:k,order:D,...h})}}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=at.select(s,o).from(n).groupby(s).where(e).orderby(a);return this.mc.updateClient(t,c)}};function Yf(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=>Hf(l,o));if(c.some(l=>l==null))return null;c.length===1?(a=l=>l?to("active0",l.range.map(c[0])):[],i={active0:c[0](r.predicate.field)}):(a=l=>l?Ia(l.children.map(({range:h},d)=>to(`active${d}`,h.map(c[d])))):[],i=Object.fromEntries(r.predicate.children.map((l,h)=>[`active${h}`,c[h](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 Hf(r,t){let{apply:e,sqlApply:i}=Ma(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 h=>O`${l}FLOOR(${c}::DOUBLE * (${i(h)} - ${o}::DOUBLE))::INTEGER`}}var Gl={from:NaN};function Yl(r){if(!r.filterIndexable)return Gl;let t=r.query(),e=Ea(t);if(!e||!t.groupby)return Gl;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]:O`SUM("${a}")::DOUBLE`});break;case"AVG":o="_count_",n.push({[a]:O`(SUM("${a}" * ${o}) / SUM(${o}))::DOUBLE`});break;case"MAX":n.push({[a]:O`MAX("${a}")`});break;case"MIN":n.push({[a]:O`MIN("${a}")`});break;default:if(i.has(a))s.push(a);else return null}return{aggr:n,dims:s,count:o?{[o]:O`COUNT(*)`}:{},from:e}}function Ea(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=Ea(t[0]);for(let i=1;i<t.length;++i){let n=Ea(t[i]);if(n!==void 0&&n!==e)return NaN}return e}function Xf(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 so=class{constructor(t,e,i=!0){this.mc=t,this.selection=e,this.clients=new Set,this.indexer=i?new no(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():Jf(t,i,n)}};function Jf(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 oo(){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 Kf(r){return(typeof requestAnimationFrame<"u"?requestAnimationFrame:typeof setImmediate<"u"?setImmediate:setTimeout)(r)}function Hl(r,t,e){let i=[],n=0;function s(){let o=Qf(i,t);i=[],n=0;for(let a of o)tp(a,r,e),ip(a,t)}return{add(o,a){o.request.type==="arrow"?(n=n||Kf(()=>s()),i.push({entry:o,priority:a,index:i.length})):r(o,a)}}}function Qf(r,t){let e=[],i=new Map;for(let n of r){let{entry:{request:s}}=n,o=Zf(s.query,t);if(!i.has(o)){let a=[];e.push(a),i.set(o,a)}i.get(o).push(n)}return e}function Zf(r,t){let e=`${r}`;if(r instanceof at&&!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 jt&&s[o.column]||o))}return`${i}`}else return e}function tp(r,t,e){if(ep(r))t({request:{type:"arrow",cache:!1,record:!1,query:r.query=rp(r,e)},result:r.result=oo()});else for(let{entry:i,priority:n}of r)t(i,n)}function ep(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 rp(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:h}of a.select()){let d=`${h}`;i.has(d)||i.set(d,[`col${i.size}`,h]);let[f]=i.get(d);c.push([f,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 jt&&o[a.column]||a))}return n.$select(Array.from(i.values()))}async function ip(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=Na(i);r.forEach(({entry:a},c)=>{let{request:l,result:h}=a,d=e[c],f=o&&d?sp(s,d):d?np(s,d):s;l.cache&&t.set(String(l.query),f),h.fulfill(f)})}function np(r,t){let e={};for(let[i,n]of t)e[n]=r.getChild(i);return new r.constructor(e)}function sp(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 op=typeof requestIdleCallback<"u"?requestIdleCallback:setTimeout,Xl=()=>({get:()=>{},set:(r,t)=>t,clear:()=>{}});function Jl({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&&op(i),s},clear(){e=new Map}}}function Kl(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 _e={High:0,Normal:1,Low:2};function Ql(){let r=Kl(3),t,e,i,n=[],s=null,o;function a(){if(s||r.isEmpty())return;let{request:d,result:f}=r.next();s=h(d,f),s.finally(()=>{s=null,a()})}function c(d,f=_e.Normal){r.insert(d,f),a()}function l(d){n.length&&d&&n.forEach(f=>f.add(d))}async function h(d,f){try{let{query:D,type:C,cache:$t=!1,record:$=!0,options:k}=d,et=D?`${D}`:null;if($&&l(et),$t){let wn=e.get(et);if(wn){i.debug("Cache"),f.fulfill(wn);return}}let Ie=performance.now(),_n=await t.query({type:C,sql:et,...k});$t&&e.set(et,_n),i.debug(`Request: ${(performance.now()-Ie).toFixed(1)}`),f.fulfill(_n)}catch(D){f.reject(D)}}return{cache(d){return d!==void 0?e=d===!0?Jl():d||Xl():e},logger(d){return d?i=d:i},connector(d){return d?t=d:t},consolidate(d){d&&!o?o=Hl(c,e,l):!d&&o&&(o=null)},request(d,f=_e.Normal){let D=oo(),C={request:d,result:D};return o?o.add(C,f):c(C,f),D},cancel(d){let f=new Set(d);r.remove(({result:D})=>f.has(D))},clear(){r.remove(({result:d})=>(d.reject("Cleared"),!0))},record(){let d=[],f={add(D){d.push(D)},reset(){d=[]},snapshot(){return d.slice()},stop(){return n=n.filter(D=>D!==f),d}};return n.push(f),f}}}function La(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 Ua(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:ap(i,e)}return e=>e}var Zl=Array.from({length:8},(r,t)=>Math.pow(2,t*32));function ap(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)*Zl[n];i=-(i+1)}else for(let n=0;n<e;++n)i+=r[n]*Zl[n];return i*t}var cp="count",lp="nulls",up="max",hp="min",dp="distinct";var fp={[cp]:pn,[dp]:r=>pn(r).distinct(),[up]:mn,[hp]:yn,[lp]:r=>pn().where(xa(r))};function pp(r,t,e){return at.from(r).select(Array.from(e,i=>[i,fp[i](t)]))}async function tu(r,t){return t.length===1&&`${t[0].column}`=="*"?yp(r,t[0].table):(await Promise.all(t.map(e=>mp(r,e)))).filter(e=>e)}async function mp(r,{table:t,column:e,stats:i}){let n=at.from({source:t}).select({column:e}).groupby(e.aggregate?O`ALL`:[]),[s]=Array.from(await r.query(at.describe(n))),o={table:t,column:`${e}`,sqlType:s.column_type,type:La(s.column_type),nullable:s.null==="YES"};if(!(i?.length||i?.size))return o;let a=await r.query(pp(t,e,i),{persist:!0});for(let c=0;c<a.numCols;++c){let{name:l}=a.schema.fields[c],h=a.getChildAt(c),d=Ua(h.type);o[l]=d(h.get(0))}return o}async function yp(r,t){let e=await r.query(`DESCRIBE ${Nr(t)}`);return Array.from(e).map(i=>({table:t,column:i.column_name,sqlType:i.column_type,type:La(i.column_type),nullable:i.null==="YES"}))}function eu(){return{debug(){},info(){},log(){},warn(){},error(){}}}var ao;function bn(r){return r?ao=r:ao==null&&(ao=new co),ao}var co=class{constructor(t=_a(),e={}){let{logger:i=console,manager:n=Ql()}=e;this.manager=n,this.logger(i),this.configure(e),this.databaseConnector(t),this.clear()}logger(t){return arguments.length&&(this._logger=t||eu(),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=_e.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 rt(e,n)))}slice(t,e){let i=this.schema;[t,e]=Di({length:this.numRows},t,e);let n=ds(this.data,this._offsets,t,e);return new r(i,n.map(s=>new rt(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=F({type:i,length:0,nullCount:0});e.push(n._changeLengthAndBackfillNullBitmap(this.numRows))}return new R(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 R([F({type:new gt,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]=ks(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[h,d]=a,f=e.findIndex(D=>D.name===c.name);return~f?d[f]=l:h.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(...ks(s,o))}};hl=Symbol.toStringTag;It[hl]=(r=>(r.schema=null,r.batches=[],r._offsets=new Uint32Array([0]),r._nullCount=-1,r[Symbol.isConcatSpreadable]=!0,r.isValid=Hr(Fi),r.get=Hr(st.getVisitFn(u.Struct)),r.set=fs(dt.getVisitFn(u.Struct)),r.indexOf=ps(br.getVisitFn(u.Struct)),"Table"))(It.prototype);var fl,rt=class r{constructor(...t){switch(t.length){case 2:{if([this.schema]=t,!(this.schema instanceof q))throw new TypeError("RecordBatch constructor expects a [Schema, Data] pair.");if([,this.data=F({nullCount:0,type:new X(this.schema.fields),children:this.schema.fields.map(e=>F({type:e.type,nullCount:0}))})]=t,!(this.data instanceof j))throw new TypeError("RecordBatch constructor expects a [Schema, Data] pair.");[this.schema,this.data]=dl(this.schema,this.data.children);break}case 1:{let[e]=t,{fields:i,children:n,length:s}=Object.keys(e).reduce((c,l,h)=>(c.children[h]=e[l],c.length=Math.max(c.length,e[l].length),c.fields[h]=L.new({name:l,type:e[l].type,nullable:!0}),c),{length:0,fields:new Array,children:new Array}),o=new q(i),a=F({type:new X(i),length:s,children:n,nullCount:0});[this.schema,this.data]=dl(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=pl(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 st.visit(this.data,t)}set(t,e){return dt.visit(this.data,t,e)}indexOf(t,e){return br.visit(this.data,t,e)}[Symbol.iterator](){return Xr.visit(new R([this.data]))}toArray(){return[...this]}concat(...t){return new It(this.schema,[this,...t])}slice(t,e){let[i]=new R([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 R([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 R([F({type:new gt,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 q(s,new Map(this.schema.metadata)),n=F({type:new X(s),children:o})}return new r(i,n)}select(t){let e=this.schema.select(t),i=new X(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,F({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=F({type:new X(e.fields),length:this.numRows,children:i});return new r(e,n)}};fl=Symbol.toStringTag;rt[fl]=(r=>(r._nullCount=-1,r[Symbol.isConcatSpreadable]=!0,"RecordBatch"))(rt.prototype);function dl(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:F({type:c.type,length:e,nullCount:e,nullBitmap:new Uint8Array(o)}))}return[r.assign(n),F({type:new X(n),length:e,children:s})]}function pl(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)||[]])pl(a.children,l?.children,e);if(m.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 Dr=class extends rt{constructor(t){let e=t.fields.map(n=>F({type:n.type})),i=F({type:new X(t.fields),nullCount:0,children:e});super(t,i)}};var oe=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static 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):W.V1}headerType(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.readUint8(this.bb_pos+t):U.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 lt).__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,W.V1)}static addHeaderType(t,e){t.addFieldInt8(1,e,U.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 oa=class extends b{visit(t,e){return t==null||e==null?void 0:super.visit(t,e)}visitNull(t,e){return vi.startNull(e),vi.endNull(e)}visitInt(t,e){return Ht.startInt(e),Ht.addBitWidth(e,t.bitWidth),Ht.addIsSigned(e,t.isSigned),Ht.endInt(e)}visitFloat(t,e){return rr.startFloatingPoint(e),rr.addPrecision(e,t.precision),rr.endFloatingPoint(e)}visitBinary(t,e){return yi.startBinary(e),yi.endBinary(e)}visitLargeBinary(t,e){return bi.startLargeBinary(e),bi.endLargeBinary(e)}visitBool(t,e){return gi.startBool(e),gi.endBool(e)}visitUtf8(t,e){return Si.startUtf8(e),Si.endUtf8(e)}visitLargeUtf8(t,e){return _i.startLargeUtf8(e),_i.endLargeUtf8(e)}visitDecimal(t,e){return fe.startDecimal(e),fe.addScale(e,t.scale),fe.addPrecision(e,t.precision),fe.addBitWidth(e,t.bitWidth),fe.endDecimal(e)}visitDate(t,e){return Qe.startDate(e),Qe.addUnit(e,t.unit),Qe.endDate(e)}visitTime(t,e){return xe.startTime(e),xe.addUnit(e,t.unit),xe.addBitWidth(e,t.bitWidth),xe.endTime(e)}visitTimestamp(t,e){let i=t.timezone&&e.createString(t.timezone)||void 0;return Be.startTimestamp(e),Be.addUnit(e,t.unit),i!==void 0&&Be.addTimezone(e,i),Be.endTimestamp(e)}visitInterval(t,e){return ir.startInterval(e),ir.addUnit(e,t.unit),ir.endInterval(e)}visitDuration(t,e){return Ze.startDuration(e),Ze.addUnit(e,t.unit),Ze.endDuration(e)}visitList(t,e){return wi.startList(e),wi.endList(e)}visitStruct(t,e){return Ii.startStruct_(e),Ii.endStruct_(e)}visitUnion(t,e){Xt.startTypeIdsVector(e,t.typeIds.length);let i=Xt.createTypeIdsVector(e,t.typeIds);return Xt.startUnion(e),Xt.addMode(e,t.mode),Xt.addTypeIds(e,i),Xt.endUnion(e)}visitDictionary(t,e){let i=this.visit(t.indices,e);return de.startDictionaryEncoding(e),de.addId(e,BigInt(t.id)),de.addIsOrdered(e,t.isOrdered),i!==void 0&&de.addIndexType(e,i),de.endDictionaryEncoding(e)}visitFixedSizeBinary(t,e){return tr.startFixedSizeBinary(e),tr.addByteWidth(e,t.byteWidth),tr.endFixedSizeBinary(e)}visitFixedSizeList(t,e){return er.startFixedSizeList(e),er.addListSize(e,t.listSize),er.endFixedSizeList(e)}visitMap(t,e){return nr.startMap(e),nr.addKeysSorted(e,t.keysSorted),nr.endMap(e)}},js=new oa;function bl(r,t=new Map){return new q(Gh(r,t),$s(r.metadata),t)}function aa(r){return new ft(r.count,wl(r.columns),vl(r.columns))}function _l(r){return new xt(aa(r.data),r.id,r.isDelta)}function Gh(r,t){return(r.fields||[]).filter(Boolean).map(e=>L.fromJSON(e,t))}function ml(r,t){return(r.children||[]).filter(Boolean).map(e=>L.fromJSON(e,t))}function wl(r){return(r||[]).reduce((t,e)=>[...t,new kt(e.count,Yh(e.VALIDITY)),...wl(e.children)],[])}function vl(r,t=[]){for(let e=-1,i=(r||[]).length;++e<i;){let n=r[e];n.VALIDITY&&t.push(new St(t.length,n.VALIDITY.length)),n.TYPE_ID&&t.push(new St(t.length,n.TYPE_ID.length)),n.OFFSET&&t.push(new St(t.length,n.OFFSET.length)),n.DATA&&t.push(new St(t.length,n.DATA.length)),t=vl(n.children,t)}return t}function Yh(r){return(r||[]).reduce((t,e)=>t+ +(e===0),0)}function Il(r,t){let e,i,n,s,o,a;return!t||!(s=r.dictionary)?(o=gl(r,ml(r,t)),n=new L(r.name,o,r.nullable,$s(r.metadata))):t.has(e=s.id)?(i=(i=s.indexType)?yl(i):new pe,a=new Nt(t.get(e),i,e,s.isOrdered),n=new L(r.name,a,r.nullable,$s(r.metadata))):(i=(i=s.indexType)?yl(i):new pe,t.set(e,o=gl(r,ml(r,t))),a=new Nt(o,i,e,s.isOrdered),n=new L(r.name,a,r.nullable,$s(r.metadata))),n||null}function $s(r=[]){return new Map(r.map(({key:t,value:e})=>[t,e]))}function yl(r){return new it(r.isSigned,r.bitWidth)}function gl(r,t){let e=r.type.name;switch(e){case"NONE":return new gt;case"null":return new gt;case"binary":return new Ae;case"largebinary":return new De;case"utf8":return new Te;case"largeutf8":return new Oe;case"bool":return new Fe;case"list":return new te((t||[])[0]);case"struct":return new X(t||[]);case"struct_":return new X(t||[])}switch(e){case"int":{let i=r.type;return new it(i.isSigned,i.bitWidth)}case"floatingpoint":{let i=r.type;return new wt(G[i.precision])}case"decimal":{let i=r.type;return new Ne(i.scale,i.precision,i.bitWidth)}case"date":{let i=r.type;return new Me(nt[i.unit])}case"time":{let i=r.type;return new Zt(y[i.unit],i.bitWidth)}case"timestamp":{let i=r.type;return new Ee(y[i.unit],i.timezone)}case"interval":{let i=r.type;return new Le(ut[i.unit])}case"duration":{let i=r.type;return new Ue(y[i.unit])}case"union":{let i=r.type,[n,...s]=(i.mode+"").toLowerCase(),o=n.toUpperCase()+s.join("");return new ee(H[o],i.typeIds||[],t||[])}case"fixedsizebinary":{let i=r.type;return new Re(i.byteWidth)}case"fixedsizelist":{let i=r.type;return new re(i.listSize,(t||[])[0])}case"map":{let i=r.type;return new ie((t||[])[0],i.keysSorted)}}throw new Error(`Unrecognized type: "${e}"`)}var Hh=pr,Xh=Ot,Bt=class r{static fromJSON(t,e){let i=new r(0,W.V5,e);return i._createHeader=Jh(t,e),i}static decode(t){t=new Xh(x(t));let e=oe.getRootAsMessage(t),i=e.bodyLength(),n=e.version(),s=e.headerType(),o=new r(i,n,s);return o._createHeader=Kh(e,s),o}static encode(t){let e=new Hh,i=-1;return t.isSchema()?i=q.encode(e,t.header()):t.isRecordBatch()?i=ft.encode(e,t.header()):t.isDictionaryBatch()&&(i=xt.encode(e,t.header())),oe.startMessage(e),oe.addVersion(e,W.V5),oe.addHeader(e,i),oe.addHeaderType(e,t.headerType),oe.addBodyLength(e,BigInt(t.bodyLength)),oe.finishMessageBuffer(e,oe.endMessage(e)),e.asUint8Array()}static from(t,e=0){if(t instanceof q)return new r(0,W.V5,U.Schema,t);if(t instanceof ft)return new r(e,W.V5,U.RecordBatch,t);if(t instanceof xt)return new r(e,W.V5,U.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===U.Schema}isRecordBatch(){return this.headerType===U.RecordBatch}isDictionaryBatch(){return this.headerType===U.DictionaryBatch}constructor(t,e,i,n){this._version=e,this._headerType=i,this.body=new Uint8Array(0),n&&(this._createHeader=()=>n),this._bodyLength=Z(t)}},ft=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=Z(t)}},xt=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=Z(e)}},St=class{constructor(t,e){this.offset=Z(t),this.length=Z(e)}},kt=class{constructor(t,e){this.length=Z(t),this.nullCount=Z(e)}};function Jh(r,t){return()=>{switch(t){case U.Schema:return q.fromJSON(r);case U.RecordBatch:return ft.fromJSON(r);case U.DictionaryBatch:return xt.fromJSON(r)}throw new Error(`Unrecognized Message type: { name: ${U[t]}, type: ${t} }`)}}function Kh(r,t){return()=>{switch(t){case U.Schema:return q.decode(r.header(new _t),new Map,r.version());case U.RecordBatch:return ft.decode(r.header(new Ft),r.version());case U.DictionaryBatch:return xt.decode(r.header(new Se),r.version())}throw new Error(`Unrecognized Message type: { name: ${U[t]}, type: ${t} }`)}}L.encode=cd;L.decode=od;L.fromJSON=Il;q.encode=ad;q.decode=Qh;q.fromJSON=bl;ft.encode=ld;ft.decode=Zh;ft.fromJSON=aa;xt.encode=ud;xt.decode=td;xt.fromJSON=_l;kt.encode=hd;kt.decode=rd;St.encode=dd;St.decode=ed;function Qh(r,t=new Map,e=W.V5){let i=sd(r,t);return new q(i,zs(r),t,e)}function Zh(r,t=W.V5){if(r.compression()!==null)throw new Error("Record batch compression not implemented");return new ft(r.length(),id(r),nd(r,t))}function td(r,t=W.V5){return new xt(ft.decode(r.data(),t),r.id(),r.isDelta())}function ed(r){return new St(r.offset(),r.length())}function rd(r){return new kt(r.length(),r.nullCount())}function id(r){let t=[];for(let e,i=-1,n=-1,s=r.nodesLength();++i<s;)(e=r.nodes(i))&&(t[++n]=kt.decode(e));return t}function nd(r,t){let e=[];for(let i,n=-1,s=-1,o=r.buffersLength();++n<o;)(i=r.buffers(n))&&(t<W.V4&&(i.bb_pos+=8*(n+1)),e[++s]=St.decode(i));return e}function sd(r,t){let e=[];for(let i,n=-1,s=-1,o=r.fieldsLength();++n<o;)(i=r.fields(n))&&(e[++s]=L.decode(i,t));return e}function Sl(r,t){let e=[];for(let i,n=-1,s=-1,o=r.childrenLength();++n<o;)(i=r.children(n))&&(e[++s]=L.decode(i,t));return e}function od(r,t){let e,i,n,s,o,a;return!t||!(a=r.dictionary())?(n=Bl(r,Sl(r,t)),i=new L(r.name(),n,r.nullable(),zs(r))):t.has(e=Z(a.id()))?(s=(s=a.indexType())?xl(s):new pe,o=new Nt(t.get(e),s,e,a.isOrdered()),i=new L(r.name(),o,r.nullable(),zs(r))):(s=(s=a.indexType())?xl(s):new pe,t.set(e,n=Bl(r,Sl(r,t))),o=new Nt(n,s,e,a.isOrdered()),i=new L(r.name(),o,r.nullable(),zs(r))),i||null}function zs(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 xl(r){return new it(r.isSigned(),r.bitWidth())}function Bl(r,t){let e=r.typeType();switch(e){case Y.NONE:return new gt;case Y.Null:return new gt;case Y.Binary:return new Ae;case Y.LargeBinary:return new De;case Y.Utf8:return new Te;case Y.LargeUtf8:return new Oe;case Y.Bool:return new Fe;case Y.List:return new te((t||[])[0]);case Y.Struct_:return new X(t||[])}switch(e){case Y.Int:{let i=r.type(new Ht);return new it(i.isSigned(),i.bitWidth())}case Y.FloatingPoint:{let i=r.type(new rr);return new wt(i.precision())}case Y.Decimal:{let i=r.type(new fe);return new Ne(i.scale(),i.precision(),i.bitWidth())}case Y.Date:{let i=r.type(new Qe);return new Me(i.unit())}case Y.Time:{let i=r.type(new xe);return new Zt(i.unit(),i.bitWidth())}case Y.Timestamp:{let i=r.type(new Be);return new Ee(i.unit(),i.timezone())}case Y.Interval:{let i=r.type(new ir);return new Le(i.unit())}case Y.Duration:{let i=r.type(new Ze);return new Ue(i.unit())}case Y.Union:{let i=r.type(new Xt);return new ee(i.mode(),i.typeIdsArray()||[],t||[])}case Y.FixedSizeBinary:{let i=r.type(new tr);return new Re(i.byteWidth())}case Y.FixedSizeList:{let i=r.type(new er);return new re(i.listSize(),(t||[])[0])}case Y.Map:{let i=r.type(new nr);return new ie((t||[])[0],i.keysSorted())}}throw new Error(`Unrecognized type: "${Y[e]}" (${e})`)}function ad(r,t){let e=t.fields.map(s=>L.encode(r,s));_t.startFieldsVector(r,e.length);let i=_t.createFieldsVector(r,e),n=t.metadata&&t.metadata.size>0?_t.createCustomMetadataVector(r,[...t.metadata].map(([s,o])=>{let a=r.createString(`${s}`),c=r.createString(`${o}`);return lt.startKeyValue(r),lt.addKey(r,a),lt.addValue(r,c),lt.endKeyValue(r)})):-1;return _t.startSchema(r),_t.addFields(r,i),_t.addEndianness(r,fd?Ke.Little:Ke.Big),n!==-1&&_t.addCustomMetadata(r,n),_t.endSchema(r)}function cd(r,t){let e=-1,i=-1,n=-1,s=t.type,o=t.typeId;m.isDictionary(s)?(o=s.dictionary.typeId,n=js.visit(s,r),i=js.visit(s.dictionary,r)):i=js.visit(s,r);let a=(s.children||[]).map(h=>L.encode(r,h)),c=mt.createChildrenVector(r,a),l=t.metadata&&t.metadata.size>0?mt.createCustomMetadataVector(r,[...t.metadata].map(([h,d])=>{let f=r.createString(`${h}`),D=r.createString(`${d}`);return lt.startKeyValue(r),lt.addKey(r,f),lt.addValue(r,D),lt.endKeyValue(r)})):-1;return t.name&&(e=r.createString(t.name)),mt.startField(r),mt.addType(r,i),mt.addTypeType(r,o),mt.addChildren(r,c),mt.addNullable(r,!!t.nullable),e!==-1&&mt.addName(r,e),n!==-1&&mt.addDictionary(r,n),l!==-1&&mt.addCustomMetadata(r,l),mt.endField(r)}function ld(r,t){let e=t.nodes||[],i=t.buffers||[];Ft.startNodesVector(r,e.length);for(let o of e.slice().reverse())kt.encode(r,o);let n=r.endVector();Ft.startBuffersVector(r,i.length);for(let o of i.slice().reverse())St.encode(r,o);let s=r.endVector();return Ft.startRecordBatch(r),Ft.addLength(r,BigInt(t.length)),Ft.addNodes(r,n),Ft.addBuffers(r,s),Ft.endRecordBatch(r)}function ud(r,t){let e=ft.encode(r,t.data);return Se.startDictionaryBatch(r),Se.addId(r,BigInt(t.id)),Se.addIsDelta(r,t.isDelta),Se.addData(r,e),Se.endDictionaryBatch(r)}function hd(r,t){return kr.createFieldNode(r,BigInt(t.length),BigInt(t.nullCount))}function dd(r,t){return Pr.createBuffer(r,BigInt(t.offset),BigInt(t.length))}var fd=(()=>{let r=new ArrayBuffer(2);return new DataView(r).setInt16(0,256,!0),new Int16Array(r)[0]===256})();var la=r=>`Expected ${U[r]} Message in stream, but was null or length 0.`,ua=r=>`Header pointer of flatbuffer-encoded ${U[r]} Message is null or length 0.`,Al=(r,t)=>`Expected to read ${r} metadata bytes, but only read ${t}.`,Dl=(r,t)=>`Expected to read ${r} bytes for message body, but only read ${t}.`,ii=class{constructor(t){this.source=t instanceof ge?t:new ge(t)}[Symbol.iterator](){return this}next(){let t;return(t=this.readMetadataLength()).done?J:t.value===-1&&(t=this.readMetadataLength()).done?J:(t=this.readMetadata(t.value)).done?J:t}throw(t){return this.source.throw(t)}return(t){return this.source.return(t)}readMessage(t){let e;if((e=this.next()).done)return null;if(t!=null&&e.value.headerType!==t)throw new Error(la(t));return e.value}readMessageBody(t){if(t<=0)return new Uint8Array(0);let e=x(this.source.read(t));if(e.byteLength<t)throw new Error(Dl(t,e.byteLength));return e.byteOffset%8===0&&e.byteOffset+e.byteLength<=e.buffer.byteLength?e:e.slice()}readSchema(t=!1){let e=U.Schema,i=this.readMessage(e),n=i?.header();if(t&&!n)throw new Error(ua(e));return n}readMetadataLength(){let t=this.source.read(qs),e=t&&new Ot(t),i=e?.readInt32(0)||0;return{done:i===0,value:i}}readMetadata(t){let e=this.source.read(t);if(!e)return J;if(e.byteLength<t)throw new Error(Al(t,e.byteLength));return{done:!1,value:Bt.decode(e)}}},on=class{constructor(t,e){this.source=t instanceof Vt?t:Sn(t)?new cr(t,e):new Vt(t)}[Symbol.asyncIterator](){return this}next(){return p(this,void 0,void 0,function*(){let t;return(t=yield this.readMetadataLength()).done?J:t.value===-1&&(t=yield this.readMetadataLength()).done?J:(t=yield this.readMetadata(t.value)).done?J:t})}throw(t){return 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(la(t));return e.value})}readMessageBody(t){return p(this,void 0,void 0,function*(){if(t<=0)return new Uint8Array(0);let e=x(yield this.source.read(t));if(e.byteLength<t)throw new Error(Dl(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=U.Schema,i=yield this.readMessage(e),n=i?.header();if(t&&!n)throw new Error(ua(e));return n})}readMetadataLength(){return p(this,void 0,void 0,function*(){let t=yield this.source.read(qs),e=t&&new Ot(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 J;if(e.byteLength<t)throw new Error(Al(t,e.byteLength));return{done:!1,value:Bt.decode(e)}})}},an=class extends ii{constructor(t){super(new Uint8Array(0)),this._schema=!1,this._body=[],this._batchIndex=0,this._dictionaryIndex=0,this._json=t instanceof Ni?t:new Ni(t)}next(){let{_json:t}=this;if(!this._schema)return this._schema=!0,{done:!1,value:Bt.fromJSON(t.schema,U.Schema)};if(this._dictionaryIndex<t.dictionaries.length){let e=t.dictionaries[this._dictionaryIndex++];return this._body=e.data.columns,{done:!1,value:Bt.fromJSON(e,U.DictionaryBatch)}}if(this._batchIndex<t.batches.length){let e=t.batches[this._batchIndex++];return this._body=e.columns,{done:!1,value:Bt.fromJSON(e,U.RecordBatch)}}return this._body=[],J}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(la(t));return e.value}readSchema(){let t=U.Schema,e=this.readMessage(t),i=e?.header();if(!e||!i)throw new Error(ua(t));return i}},qs=4,ca="ARROW1",ni=new Uint8Array(ca.length);for(let r=0;r<ca.length;r+=1)ni[r]=ca.codePointAt(r);function Ws(r,t=0){for(let e=-1,i=ni.length;++e<i;)if(ni[e]!==r[t+e])return!1;return!0}var si=ni.length,ha=si+qs,Tl=si*2+qs;var Lt=class r extends wr{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 Dt(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 ht.toDOMStream(this.isSync()?{[Symbol.iterator]:()=>this}:{[Symbol.asyncIterator]:()=>this})}toNodeStream(){return ht.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:vn(t)?md(t):Sn(t)?bd(t):Dt(t)?p(this,void 0,void 0,function*(){return yield r.from(yield t)}):xn(t)||ui(t)||An(t)||Ut(t)?gd(new Vt(t)):yd(new ge(t))}static readAll(t){return t instanceof r?t.isSync()?Ol(t):Fl(t):vn(t)||ArrayBuffer.isView(t)||Wt(t)||In(t)?Ol(t):Fl(t)}},Ye=class extends Lt{constructor(t){super(t),this._impl=t}readAll(){return[...this]}[Symbol.iterator](){return this._impl[Symbol.iterator]()}[Symbol.asyncIterator](){return At(this,arguments,function*(){yield M(yield*Cr(qt(this[Symbol.iterator]())))})}},Tr=class extends Lt{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=qt(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]()}},Or=class extends Ye{constructor(t){super(t),this._impl=t}},Gs=class extends Tr{constructor(t){super(t),this._impl=t}},Ys=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=F({type:new X(this.schema.fields),length:t.length,children:i});return new rt(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 R(l)):new R(l)).memoize()}return a.memoize()}_loadVectors(t,e,i){return new Ui(e,t.nodes,t.buffers,this.dictionaries,this.schema.metadataVersion).visitMany(i)}},oi=class extends Ys{constructor(t,e){super(e),this._reader=vn(t)?new an(this._handle=t):new ii(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=Nl(this,t),this.schema||(this.schema=this._reader.readSchema())||this.cancel()),this}throw(t){return!this.closed&&this.autoDestroy&&(this.closed=!0)?this.reset()._reader.throw(t):J}return(t){return!this.closed&&this.autoDestroy&&(this.closed=!0)?this.reset()._reader.return(t):J}next(){if(this.closed)return J;let t,{_reader:e}=this;for(;t=this._readNextMessageAndValidate();)if(t.isSchema())this.reset(t.header());else if(t.isRecordBatch()){this._recordBatchIndex++;let 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 Dr(this.schema)}):this.return()}_readNextMessageAndValidate(t){return this._reader.readMessage(t)}},ai=class extends Ys{constructor(t,e){super(e),this._reader=new on(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=Nl(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):J})}return(t){return p(this,void 0,void 0,function*(){return!this.closed&&this.autoDestroy&&(this.closed=!0)?yield this.reset()._reader.return(t):J})}next(){return p(this,void 0,void 0,function*(){if(this.closed)return J;let t,{_reader:e}=this;for(;t=yield this._readNextMessageAndValidate();)if(t.isSchema())yield this.reset(t.header());else if(t.isRecordBatch()){this._recordBatchIndex++;let 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 Dr(this.schema)}):yield this.return()})}_readNextMessageAndValidate(t){return p(this,void 0,void 0,function*(){return yield this._reader.readMessage(t)})}},Hs=class extends oi{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 Mi?t:new Mi(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(U.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(U.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-ha,i=t.readInt32(e),n=t.readAt(e-i,i);return Pe.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}},da=class extends ai{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 cr?t:new cr(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(U.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(U.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-ha,i=yield t.readInt32(e),n=yield t.readAt(e-i,i);return Pe.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})}},fa=class extends oi{constructor(t,e){super(t,e)}_loadVectors(t,e,i){return new bs(e,t.nodes,t.buffers,this.dictionaries,this.schema.metadataVersion).visitMany(i)}};function Nl(r,t){return t&&typeof t.autoDestroy=="boolean"?t.autoDestroy:r.autoDestroy}function*Ol(r){let t=Lt.from(r);try{if(!t.open({autoDestroy:!1}).closed)do yield t;while(!t.reset().open().closed)}finally{t.cancel()}}function Fl(r){return At(this,arguments,function*(){let e=yield M(Lt.from(r));try{if(!(yield M(e.open({autoDestroy:!1}))).closed)do yield yield M(e);while(!(yield M(e.reset().open())).closed)}finally{yield M(e.cancel())}})}function md(r){return new Ye(new fa(r))}function yd(r){let t=r.peek(si+7&-8);return t&&t.byteLength>=4?Ws(t)?new Or(new Hs(r.read())):new Ye(new oi(r)):new Ye(new oi(function*(){}()))}function gd(r){return p(this,void 0,void 0,function*(){let t=yield r.peek(si+7&-8);return t&&t.byteLength>=4?Ws(t)?new Or(new Hs(yield r.read())):new Tr(new ai(r)):new Tr(new ai(function(){return At(this,arguments,function*(){})}()))})}function bd(r){return p(this,void 0,void 0,function*(){let{size:t}=yield r.stat(),e=new cr(r,t);return t>=Tl&&Ws(yield e.readAt(0,si+7&-8))?new Gs(new da(e)):new Tr(new ai(e))})}var Q=class r extends b{static assemble(...t){let e=n=>n.flatMap(s=>Array.isArray(s)?e(s):s instanceof rt?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 R)return this.visitMany(t.data),this;let{type:e}=t;if(!m.isDictionary(e)){let{length:i}=t;if(i>2147483647)throw new RangeError("Cannot write arrays larger than 2^31 - 1 in length");if(m.isUnion(e))this.nodes.push(new kt(i,0));else{let{nullCount:n}=t;m.isNull(e)||ae.call(this,n<=0?new Uint8Array(0):yr(t.offset,i,t.nullBitmap)),this.nodes.push(new kt(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 ae(r){let t=r.byteLength+7&-8;return this.buffers.push(r),this.bufferRegions.push(new St(this._byteLength,t)),this._byteLength+=t,this}function _d(r){var t;let{type:e,length:i,typeIds:n,valueOffsets:s}=r;if(ae.call(this,n),e.mode===H.Sparse)return pa.call(this,r);if(e.mode===H.Dense){if(r.offset<=0)return ae.call(this,s),pa.call(this,r);{let o=new Int32Array(i),a=Object.create(null),c=Object.create(null);for(let l,h,d=-1;++d<i;)(l=n[d])!==void 0&&((h=a[l])===void 0&&(h=a[l]=s[d]),o[d]=s[d]-h,c[l]=((t=c[l])!==null&&t!==void 0?t:0)+1);ae.call(this,o),this.visitMany(r.children.map((l,h)=>{let d=e.typeIds[h],f=a[d],D=c[d];return l.slice(f,Math.min(i,D))}))}}return this}function wd(r){let t;return r.nullCount>=r.length?ae.call(this,new Uint8Array(0)):(t=r.values)instanceof Uint8Array?ae.call(this,yr(r.offset,r.length,t)):ae.call(this,gr(r.values))}function He(r){return ae.call(this,r.values.subarray(0,r.length*r.stride))}function Xs(r){let{length:t,values:e,valueOffsets:i}=r,n=Z(i[0]),s=Z(i[t]),o=Math.min(s-n,e.byteLength-n);return ae.call(this,Tn(-n,t+1,i)),ae.call(this,e.subarray(n,n+o)),this}function ma(r){let{length:t,valueOffsets:e}=r;if(e){let{[0]:i,[t]:n}=e;return ae.call(this,Tn(-i,t+1,e)),this.visit(r.children[0].slice(i,n-i))}return this.visit(r.children[0])}function pa(r){return this.visitMany(r.type.children.map((t,e)=>r.children[e]).filter(Boolean))[0]}Q.prototype.visitBool=wd;Q.prototype.visitInt=He;Q.prototype.visitFloat=He;Q.prototype.visitUtf8=Xs;Q.prototype.visitLargeUtf8=Xs;Q.prototype.visitBinary=Xs;Q.prototype.visitLargeBinary=Xs;Q.prototype.visitFixedSizeBinary=He;Q.prototype.visitDate=He;Q.prototype.visitTimestamp=He;Q.prototype.visitTime=He;Q.prototype.visitDecimal=He;Q.prototype.visitList=ma;Q.prototype.visitStruct=pa;Q.prototype.visitUnion=_d;Q.prototype.visitInterval=He;Q.prototype.visitDuration=He;Q.prototype.visitFixedSizeList=ma;Q.prototype.visitMap=ma;var Fr=class extends wr{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 ye,this._schema=null,this._dictionaryBlocks=[],this._recordBatchBlocks=[],this._dictionaryDeltaOffsets=new Map,yt(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 Dt(t)?t.then(e=>this.writeAll(e)):Ut(t)?ga(this,t):ya(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 ye?this._sink=t:(this._sink=new ye,t&&Wa(t)?this.toDOMStream({type:"bytes"}).pipeTo(t):t&&Ga(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||!Ar(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 It&&!(e=t.schema))return this.finish()&&void 0;if(t instanceof rt&&!(e=t.schema))return this.finish()&&void 0}else throw new Error("RecordBatchWriter is closed");if(e&&!Ar(e,this._schema)){if(this._started&&this._autoDestroy)return this.close();this.reset(this._sink,e)}t instanceof rt?t instanceof Dr||this._writeRecordBatch(t):t instanceof It?this.writeAll(t.batches):Wt(t)&&this.writeAll(t)}_writeMessage(t,e=8){let i=e-1,n=Bt.encode(t),s=n.byteLength,o=this._writeLegacyIpcFormat?4:8,a=s+o+i&~i,c=a-s-o;return t.headerType===U.RecordBatch?this._recordBatchBlocks.push(new ke(a,t.bodyLength,this._position)):t.headerType===U.DictionaryBatch&&this._dictionaryBlocks.push(new ke(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=x(t);e&&e.byteLength>0&&(this._sink.write(e),this._position+=e.byteLength)}return this}_writeSchema(t){return this._writeMessage(Bt.from(t))}_writeFooter(t){return this._writeLegacyIpcFormat?this._write(Int32Array.of(0)):this._write(Int32Array.of(-1,0))}_writeMagic(){return this._write(ni)}_writePadding(t){return t>0?this._write(new Uint8Array(t)):this}_writeRecordBatch(t){let{byteLength:e,nodes:i,bufferRegions:n,buffers:s}=Q.assemble(t),o=new ft(t.numRows,i,n),a=Bt.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}=Q.assemble(new R([t])),c=new ft(t.length,s,o),l=new xt(c,e,i),h=Bt.from(l,n);return this._writeMessage(h)._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}},cn=class r extends Fr{static writeAll(t,e){let i=new r(e);return Dt(t)?t.then(n=>i.writeAll(n)):Ut(t)?ga(i,t):ya(i,t)}},ln=class r extends Fr{static writeAll(t){let e=new r;return Dt(t)?t.then(i=>e.writeAll(i)):Ut(t)?ga(e,t):ya(e,t)}constructor(){super(),this._autoDestroy=!0}_writeSchema(t){return this._writeMagic()._writePadding(2)}_writeFooter(t){let e=Pe.encode(new Pe(t,W.V5,this._recordBatchBlocks,this._dictionaryBlocks));return super._writeFooter(t)._write(e)._write(Int32Array.of(e.byteLength))._writeMagic()}};function ya(r,t){let e=t;t instanceof It&&(e=t.batches,r.reset(void 0,t.schema));for(let i of e)r.write(i);return r.finish()}function ga(r,t){var e,i,n,s,o,a,c;return p(this,void 0,void 0,function*(){try{for(e=!0,i=qt(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 Ml(r,t){if(Ut(r))return Id(r,t);if(Wt(r))return vd(r,t);throw new Error("toDOMStream() must be called with an Iterable or AsyncIterable")}function vd(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,h=o.desiredSize||null;for(;!(l=a.next(i?h:null)).done;)if(ArrayBuffer.isView(l.value)&&(c=x(l.value))&&(h!=null&&i&&(h=h-c.byteLength+1),l.value=c),o.enqueue(l.value),h!=null&&--h<=0)return;o.close()}}function Id(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,h=o.desiredSize||null;for(;!(l=yield a.next(i?h:null)).done;)if(ArrayBuffer.isView(l.value)&&(c=x(l.value))&&(h!=null&&i&&(h=h-c.byteLength+1),l.value=c),o.enqueue(l.value),h!=null&&--h<=0)return;o.close()})}}function Ul(r){return new ba(r)}var ba=class{constructor(t){this._numChunks=0,this._finished=!1,this._bufferedSize=0;let{["readableStrategy"]:e,["writableStrategy"]:i,["queueingStrategy"]:n="count"}=t,s=za(t,["readableStrategy","writableStrategy","queueingStrategy"]);this._controller=null,this._builder=Ir(s),this._getSize=n!=="bytes"?El:Ll;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"?El:Ll}),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)}},El=r=>{var t;return(t=r?.length)!==null&&t!==void 0?t:0},Ll=r=>{var t;return(t=r?.byteLength)!==null&&t!==void 0?t:0};function Js(r,t){let e=new ye,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 Lt.from(e)).open(t)})}function o(a,c){return p(this,void 0,void 0,function*(){let l=a.desiredSize,h=null;for(;!(h=yield c.next()).done;)if(a.enqueue(h.value),l!=null&&--l<=0)return;a.close()})}}function Ks(r,t){let e=new this(r),i=new Vt(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 un(r){let t=Lt.from(r);return Dt(t)?t.then(e=>un(e)):t.isAsync()?t.readAll().then(e=>new It(e)):new It(t.readAll())}var xd=Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},Oo),ea),Go),Fo),xo),Wo),Do),{compareSchemas:Ar,compareFields:ll,compareTypes:ul});ht.toDOMStream=Ml;K.throughDOM=Ul;Lt.throughDOM=Js;Or.throughDOM=Js;Ye.throughDOM=Js;Fr.throughDOM=Ks;ln.throughDOM=Ks;cn.throughDOM=Ks;function _a(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:h}=i;i=null,c(),h(l)}else console.error("WebSocket error: ",l)},message({data:l}){if(i){let{query:h,resolve:d,reject:f}=i;if(i=null,c(),typeof l=="string"){let D=JSON.parse(l);D.error?f(D.error):d(D)}else if(h.type==="exec")d();else if(h.type==="arrow")d(un(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,h,d){n==null&&o(),t.push({query:l,resolve:h,reject:d}),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((h,d)=>a(l,h,d))}}}var jt=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?`${Rl(t)}.`:""}${i}`}else return t?Rl(t):"NULL"}};function Rl(r){return r.split(".").map(e=>`"${e}"`).join(".")}function Cl(r,t){return r instanceof jt&&r.column===t}function V(r){return typeof r=="string"?Qs(r):r}function Nr(r){return typeof r=="string"?Vl(r):r}function Vl(r){return new jt(r)}function Qs(r,t){return arguments.length===1&&(t=r,r=null),new jt(r,t)}function Xe(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 Mr=r=>typeof r?.addEventListener=="function";function Zs(r){return r instanceof lr}var lr=class{constructor(t,e,i){this._expr=Array.isArray(t)?t:[t],this._deps=e||[],this.annotate(i);let n=this._expr.filter(s=>Mr(s));n.length>0?(this._params=Array.from(new Set(n)),this._params.forEach(s=>{s.addEventListener("value",()=>Bd(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=>Mr(t)&&!Zs(t)?Xe(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 Bd(r,t){if(t?.size)return Promise.allSettled(Array.from(t,e=>e(r)))}function wa(r,t){let e=[r[0]],i=new Set,n=t.length;for(let s=0,o=0;s<n;){let a=t[s];Mr(a)?e[++o]=a:(Array.isArray(a?.columns)&&a.columns.forEach(l=>i.add(l)),e[o]+=typeof a=="string"?a:Xe(a));let c=r[++s];Mr(e[o])?e[++o]=c:e[o]+=c}return{spans:e,cols:Array.from(i)}}function O(r,...t){let{spans:e,cols:i}=wa(r,t);return new lr(e,i)}function va(r){let t=V(r);return O`${t} DESC NULLS LAST`.annotate({label:t?.label,desc:!0})}var Er=r=>({value:r,toString:()=>Xe(r)});function hn(r){r(this.op,this),this.children?.forEach(t=>t.visit(r))}function Pl(r,t){let e=t.filter(n=>n!=null).map(V),i=e.map((n,s)=>s?` ${r} `:"");return e.length===1?i.push(""):e.length>1&&(i[0]="(",i.push(")")),O(i,...e).annotate({op:r,children:e,visit:hn})}var Ia=(...r)=>Pl("AND",r.flat()),Sa=(...r)=>Pl("OR",r.flat()),Ad=r=>t=>O`(${r} ${V(t)})`.annotate({op:r,a:t,visit:hn}),Dd=Ad("NOT"),kl=r=>t=>O`(${V(t)} ${r})`.annotate({op:r,a:t,visit:hn}),xa=kl("IS NULL"),Td=kl("IS NOT NULL"),ur=r=>(t,e)=>O`(${V(t)} ${r} ${V(e)})`.annotate({op:r,a:t,b:e,visit:hn}),dn=ur("="),Od=ur("<>"),Fd=ur("<"),Nd=ur(">"),Md=ur("<="),Ed=ur(">="),Ld=ur("IS DISTINCT FROM"),Ud=ur("IS NOT DISTINCT FROM");function Rd(r,t,e,i){t=V(t);let n=r.startsWith("NOT ")?"NOT ":"";return(e?i?O`${n}(${e[0]} <= ${t} AND ${t} < ${e[1]})`:O`(${t} ${r} ${e[0]} AND ${e[1]})`:O``).annotate({op:r,visit:hn,field:t,range:e})}var to=(r,t,e)=>Rd("BETWEEN",r,t,e);function Lr(r,t){return Array.from({length:r},()=>t)}function pt(r,t){return(...e)=>{let i=e.map(V),n=t?`::${t}`:"";return(i.length?O([`${r}(`,...Lr(i.length-1,", "),`)${n}`],...i):O`${r}()${n}`).annotate({func:r,args:i})}}var Ba=pt("REGEXP_MATCHES"),Aa=pt("CONTAINS"),Da=pt("PREFIX"),Ta=pt("SUFFIX"),Cd=pt("LOWER"),Vd=pt("UPPER"),Pd=pt("LENGTH"),kd=pt("ISNAN"),jd=pt("ISFINITE"),$d=pt("ISINF");var fn=class r extends lr{constructor(t,e,i,n,s="",o="",a=""){let c;if(n&&!(s||o||a))c=n?O`${e} OVER "${n}"`:O`${e} OVER ()`;else{let f=s&&o?" ":"",D=(s||o)&&a?" ":"";c=O`${e} OVER (${n?`"${n}" `:""}${s}${f}${o}${D}${a})`}i&&(c=O`(${c})::${i}`);let{_expr:h,_deps:d}=c;super(h,d,{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(h=>h).map(V),i=O(["PARTITION BY ",Lr(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(h=>h).map(V),i=O(["ORDER BY ",Lr(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=jl("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=jl("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 jl(r,t){if(Mr(t)){let e=O`${t}`;return e.toString=()=>`${r} ${$l(t.value)}`,e}return`${r} ${$l(t)}`}function $l(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 ce(r,t){return(...e)=>{let i=pt(r)(...e);return new fn(r,i,t)}}var zd=ce("ROW_NUMBER","INTEGER"),qd=ce("RANK","INTEGER"),Wd=ce("DENSE_RANK","INTEGER"),Gd=ce("PERCENT_RANK"),Yd=ce("CUME_DIST"),Hd=ce("NTILE"),Xd=ce("LAG"),Jd=ce("LEAD"),Kd=ce("FIRST_VALUE"),Qd=ce("LAST_VALUE"),Zd=ce("NTH_VALUE");var Oa=class r extends lr{constructor(t,e,i,n,s){e=(e||[]).map(V);let{strings:o,exprs:a}=tf(t,e,i,n,s),{spans:c,cols:l}=wa(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(ef).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 fn(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 tf(r,t,e,i,n){let s=`)${e?`::${e}`:""}`,o=[`${r}(${i?"DISTINCT ":""}`],a=[];return t.length?(o=o.concat([...Lr(t.length-1,", "),`${s}${n?" FILTER (WHERE ":""}`,...n?[")"]:[]]),a=[...t,...n?[n]:[]]):o[0]+="*"+s,{exprs:a,strings:o}}function ef(r){let t=Xe(r);return t&&t.startsWith('"')&&t.endsWith('"')?t.slice(1,-1):t}function P(r,t){return(...e)=>new Oa(r,e,t)}var pn=P("COUNT","INTEGER"),rf=P("AVG"),nf=P("AVG"),sf=P("MAD"),mn=P("MAX"),yn=P("MIN"),of=P("SUM","DOUBLE"),af=P("PRODUCT"),cf=P("MEDIAN"),lf=P("QUANTILE"),uf=P("MODE"),hf=P("VARIANCE"),df=P("STDDEV"),ff=P("SKEWNESS"),pf=P("KURTOSIS"),mf=P("ENTROPY"),yf=P("VAR_POP"),gf=P("STDDEV_POP"),bf=P("CORR"),_f=P("COVAR_POP"),wf=P("REGR_INTERCEPT"),vf=P("REGR_SLOPE"),If=P("REGR_COUNT"),Sf=P("REGR_R2"),xf=P("REGR_SYY"),Bf=P("REGR_SXX"),Af=P("REGR_SXY"),Df=P("REGR_AVGX"),Tf=P("REGR_AVGY"),Of=P("FIRST"),Ff=P("LAST"),Nf=P("ARG_MIN"),Mf=P("ARG_MAX"),Ef=P("STRING_AGG"),Lf=P("ARRAY_AGG");var Fa=r=>O`epoch_ms(${V(r)})`;var Uf=pt("ST_AsGeoJSON"),Rf=pt("ST_X"),Cf=pt("ST_Y"),Vf=pt("ST_CENTROID");var at=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 Ur("UNION",t.flat())}static unionAll(...t){return new Ur("UNION ALL",t.flat())}static intersect(...t){return new Ur("INTERSECT",t.flat())}static except(...t){return new Ur("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:V(n)});else if(n instanceof jt)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:eo(s),expr:V(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:Nr(n)});else if(n instanceof jt)i.push({as:n.table,from:n});else if(gn(n)||Zs(n))i.push({from:n});else if(Array.isArray(n))i.push({as:eo(n[0]),from:Nr(n[1])});else for(let s in n)i.push({as:eo(s),from:Nr(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(V)),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:eo(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(V)),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(gn(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:h,orderby:d,limit:f,offset:D}=this.query,C=[];if(t.length){let $=t.map(({as:k,query:et})=>`"${k}" AS (${et})`);C.push(`WITH ${$.join(", ")}`)}let $t=e.map(({as:$,expr:k})=>Cl(k,$)&&!k.table?`${k}`:`${k} AS "${$}"`);if(C.push(`SELECT${i?" DISTINCT":""} ${$t.join(", ")}`),n.length){let $=n.map(({as:k,from:et})=>{let Ie=gn(et)?`(${et})`:`${et}`;return!k||k===et.table?Ie:`${Ie} AS "${k}"`});C.push(`FROM ${$.join(", ")}`)}if(o.length){let $=o.map(String).filter(k=>k).join(" AND ");$&&C.push(`WHERE ${$}`)}if(s){let{rows:$,perc:k,method:et,seed:Ie}=s,_n=$?`${$} ROWS`:`${k} PERCENT`,wn=et?` (${et}${Ie!=null?`, ${Ie}`:""})`:"";C.push(`USING SAMPLE ${_n}${wn}`)}if(a.length&&C.push(`GROUP BY ${a.join(", ")}`),c.length){let $=c.map(String).filter(k=>k).join(" AND ");$&&C.push(`HAVING ${$}`)}if(l.length){let $=l.map(({as:k,expr:et})=>`"${k}" AS (${et})`);C.push(`WINDOW ${$.join(", ")}`)}if(h.length){let $=h.map(String).filter(k=>k).join(" AND ");$&&C.push(`QUALIFY ${$}`)}return d.length&&C.push(`ORDER BY ${d.join(", ")}`),Number.isFinite(f)&&C.push(`LIMIT ${f}`),Number.isFinite(D)&&C.push(`OFFSET ${D}`),C.join(" ")}},Ur=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(V)),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 gn(r){return r instanceof at||r instanceof Ur}function Na(r){return gn(r)&&r.describe}function eo(r){return Pf(r)?r.slice(1,-1):r}function Pf(r){return r[0]==='"'&&r[r.length-1]==='"'}var ro=r=>r;function kf(){return{apply:ro,invert:ro,sqlApply:V,sqlInvert:ro}}function jf({base:r}={}){if(r==null||r===Math.E)return{apply:Math.log,invert:Math.exp,sqlApply:t=>O`LN(${V(t)})`,sqlInvert:t=>O`EXP(${t})`};if(r===10)return{apply:Math.log10,invert:t=>Math.pow(10,t),sqlApply:t=>O`LOG(${V(t)})`,sqlInvert:t=>O`POW(10, ${t})`};{let t=+r;return{apply:e=>Math.log(e)/Math.log(t),invert:e=>Math.pow(t,e),sqlApply:e=>O`LN(${V(e)}) / LN(${t})`,sqlInvert:e=>O`POW(${t}, ${e})`}}}function $f({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=V(e),O`SIGN(${e}) * LN(${t} + ABS(${e}))`),sqlInvert:e=>O`SIGN(${e}) * (EXP(ABS(${e})) - ${t})`}}function zf(){return{apply:r=>Math.sign(r)*Math.sqrt(Math.abs(r)),invert:r=>Math.sign(r)*r*r,sqlApply:r=>(r=V(r),O`SIGN(${r}) * SQRT(ABS(${r}))`),sqlInvert:r=>O`SIGN(${r}) * (${r}) ** 2`}}function qf({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=V(e),O`SIGN(${e}) * POW(ABS(${e}), ${t})`),sqlInvert:e=>O`SIGN(${e}) * POW(ABS(${e}), 1/${t})`}}function zl(){return{apply:r=>+r,invert:r=>new Date(r),sqlApply:r=>r instanceof Date?+r:Fa(V(r)),sqlInvert:ro}}var Wf={linear:kf,log:jf,symlog:$f,sqrt:zf,pow:qf,time:zl,utc:zl};function Ma(r){let t=Wf[r.type];return t?{...r,...t(r)}:null}function io(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 Wl(r){let t=2166136261;for(let e=0,i=r.length;e<i;++e){let n=r.charCodeAt(e),s=n&65280;s&&(t=ql(t^s>>8)),t=ql(t^n&255)}return Gf(t)}function ql(r){return r+(r<<1)+(r<<4)+(r<<7)+(r<<8)+(r<<24)}function Gf(r){return r+=r<<13,r^=r>>>7,r+=r<<3,r^=r>>>17,r+=r<<5,r&4294967295}var no=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,Yl),h=l[0]?.from;this.enabled=l.every(d=>d&&d.from===h),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=Yf(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 h=Yl(l),d=l.query(s.predicate(l)).select({...n.columns,...h.count}).groupby(Object.keys(n.columns)),[f]=d.subqueries;if(f){let et=Object.values(n.columns).map(Ie=>Ie.columns[0]);Xf(f,et)}let D=d.orderby();d.query.orderby=[];let C=d.toString(),$=`cube_index_${(Wl(C)>>>0).toString(16)}`,k=a.exec(io($,C,{temp:c}));o.set(l,{table:$,result:k,order:D,...h})}}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=at.select(s,o).from(n).groupby(s).where(e).orderby(a);return this.mc.updateClient(t,c)}};function Yf(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=>Hf(l,o));if(c.some(l=>l==null))return null;c.length===1?(a=l=>l?to("active0",l.range.map(c[0])):[],i={active0:c[0](r.predicate.field)}):(a=l=>l?Ia(l.children.map(({range:h},d)=>to(`active${d}`,h.map(c[d])))):[],i=Object.fromEntries(r.predicate.children.map((l,h)=>[`active${h}`,c[h](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 Hf(r,t){let{apply:e,sqlApply:i}=Ma(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 h=>O`${l}FLOOR(${c}::DOUBLE * (${i(h)} - ${o}::DOUBLE))::INTEGER`}}var Gl={from:NaN};function Yl(r){if(!r.filterIndexable)return Gl;let t=r.query(),e=Ea(t);if(!e||!t.groupby)return Gl;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]:O`SUM("${a}")::DOUBLE`});break;case"AVG":o="_count_",n.push({[a]:O`(SUM("${a}" * ${o}) / SUM(${o}))::DOUBLE`});break;case"MAX":n.push({[a]:O`MAX("${a}")`});break;case"MIN":n.push({[a]:O`MIN("${a}")`});break;default:if(i.has(a))s.push(a);else return null}return{aggr:n,dims:s,count:o?{[o]:O`COUNT(*)`}:{},from:e}}function Ea(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=Ea(t[0]);for(let i=1;i<t.length;++i){let n=Ea(t[i]);if(n!==void 0&&n!==e)return NaN}return e}function Xf(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 so=class{constructor(t,e,i=!0){this.mc=t,this.selection=e,this.clients=new Set,this.indexer=i?new no(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():Jf(t,i,n)}};function Jf(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 oo(){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 Kf(r){return(typeof requestAnimationFrame<"u"?requestAnimationFrame:typeof setImmediate<"u"?setImmediate:setTimeout)(r)}function Hl(r,t,e){let i=[],n=0;function s(){let o=Qf(i,t);i=[],n=0;for(let a of o)tp(a,r,e),ip(a,t)}return{add(o,a){o.request.type==="arrow"?(n=n||Kf(()=>s()),i.push({entry:o,priority:a,index:i.length})):r(o,a)}}}function Qf(r,t){let e=[],i=new Map;for(let n of r){let{entry:{request:s}}=n,o=Zf(s.query,t);if(!i.has(o)){let a=[];e.push(a),i.set(o,a)}i.get(o).push(n)}return e}function Zf(r,t){let e=`${r}`;if(r instanceof at&&!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 jt&&s[o.column]||o))}return`${i}`}else return e}function tp(r,t,e){if(ep(r))t({request:{type:"arrow",cache:!1,record:!1,query:r.query=rp(r,e)},result:r.result=oo()});else for(let{entry:i,priority:n}of r)t(i,n)}function ep(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 rp(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:h}of a.select()){let d=`${h}`;i.has(d)||i.set(d,[`col${i.size}`,h]);let[f]=i.get(d);c.push([f,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 jt&&o[a.column]||a))}return n.$select(Array.from(i.values()))}async function ip(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=Na(i);r.forEach(({entry:a},c)=>{let{request:l,result:h}=a,d=e[c],f=o&&d?sp(s,d):d?np(s,d):s;l.cache&&t.set(String(l.query),f),h.fulfill(f)})}function np(r,t){let e={};for(let[i,n]of t)e[n]=r.getChild(i);return new r.constructor(e)}function sp(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 op=typeof requestIdleCallback<"u"?requestIdleCallback:setTimeout,Xl=()=>({get:()=>{},set:(r,t)=>t,clear:()=>{}});function Jl({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&&op(i),s},clear(){e=new Map}}}function Kl(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 _e={High:0,Normal:1,Low:2};function Ql(){let r=Kl(3),t,e,i,n=[],s=null,o;function a(){if(s||r.isEmpty())return;let{request:d,result:f}=r.next();s=h(d,f),s.finally(()=>{s=null,a()})}function c(d,f=_e.Normal){r.insert(d,f),a()}function l(d){n.length&&d&&n.forEach(f=>f.add(d))}async function h(d,f){try{let{query:D,type:C,cache:$t=!1,record:$=!0,options:k}=d,et=D?`${D}`:null;if($&&l(et),$t){let wn=e.get(et);if(wn){i.debug("Cache"),f.fulfill(wn);return}}let Ie=performance.now(),_n=await t.query({type:C,sql:et,...k});$t&&e.set(et,_n),i.debug(`Request: ${(performance.now()-Ie).toFixed(1)}`),f.fulfill(_n)}catch(D){f.reject(D)}}return{cache(d){return d!==void 0?e=d===!0?Jl():d||Xl():e},logger(d){return d?i=d:i},connector(d){return d?t=d:t},consolidate(d){d&&!o?o=Hl(c,e,l):!d&&o&&(o=null)},request(d,f=_e.Normal){let D=oo(),C={request:d,result:D};return o?o.add(C,f):c(C,f),D},cancel(d){let f=new Set(d);r.remove(({result:D})=>f.has(D))},clear(){r.remove(({result:d})=>(d.reject("Cleared"),!0))},record(){let d=[],f={add(D){d.push(D)},reset(){d=[]},snapshot(){return d.slice()},stop(){return n=n.filter(D=>D!==f),d}};return n.push(f),f}}}function La(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 Ua(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:ap(i,e)}return e=>e}var Zl=Array.from({length:8},(r,t)=>Math.pow(2,t*32));function ap(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]*Zl[n];i=-(i+1)}else for(let n=0;n<e;++n)i+=r[n]*Zl[n];return i*t}var cp="count",lp="nulls",up="max",hp="min",dp="distinct";var fp={[cp]:pn,[dp]:r=>pn(r).distinct(),[up]:mn,[hp]:yn,[lp]:r=>pn().where(xa(r))};function pp(r,t,e){return at.from(r).select(Array.from(e,i=>[i,fp[i](t)]))}async function tu(r,t){return t.length===1&&`${t[0].column}`=="*"?yp(r,t[0].table):(await Promise.all(t.map(e=>mp(r,e)))).filter(e=>e)}async function mp(r,{table:t,column:e,stats:i}){let n=at.from({source:t}).select({column:e}).groupby(e.aggregate?O`ALL`:[]),[s]=Array.from(await r.query(at.describe(n))),o={table:t,column:`${e}`,sqlType:s.column_type,type:La(s.column_type),nullable:s.null==="YES"};if(!(i?.length||i?.size))return o;let a=await r.query(pp(t,e,i),{persist:!0});for(let c=0;c<a.numCols;++c){let{name:l}=a.schema.fields[c],h=a.getChildAt(c),d=Ua(h.type);o[l]=d(h.get(0))}return o}async function yp(r,t){let e=await r.query(`DESCRIBE ${Nr(t)}`);return Array.from(e).map(i=>({table:t,column:i.column_name,sqlType:i.column_type,type:La(i.column_type),nullable:i.null==="YES"}))}function eu(){return{debug(){},info(){},log(){},warn(){},error(){}}}var ao;function bn(r){return r?ao=r:ao==null&&(ao=new co),ao}var co=class{constructor(t=_a(),e={}){let{logger:i=console,manager:n=Ql()}=e;this.manager=n,this.logger(i),this.configure(e),this.databaseConnector(t),this.clear()}logger(t){return arguments.length&&(this._logger=t||eu(),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=_e.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=_e.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:_e.Low})}createBundle(t,e,i=_e.Low){let n={name:t,queries:e};return this.manager.request({type:"create-bundle",options:n},i)}loadBundle(t,e=_e.High){let i={name:t};return this.manager.request({type:"load-bundle",options:i},e)}updateClient(t,e,i=_e.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 tu(this,s));let o=t.filterBy;if(o)if(i.has(o))i.get(o).add(t);else{let a=new so(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 lo=class{constructor(){this._callbacks=new Map}addEventListener(t,e){this._callbacks.has(t)||this._callbacks.set(t,{callbacks:new Set,pending:null,queue:new Ra}),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}}}},Ra=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 Ca(r,t){return r===t?!1:r instanceof Date&&t instanceof Date?+r!=+t:Array.isArray(r)&&Array.isArray(t)?gp(r,t):!0}function gp(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 we(r){return r instanceof ci}var ci=class r extends lo{constructor(t){super(),this._value=t}static value(t){return new r(t)}static array(t){if(t.some(e=>we(e))){let e=new r,i=()=>e.update(t.map(n=>we(n)?n.value:n));return i(),t.forEach(n=>we(n)?n.addEventListener("value",i):0),e}return new r(t)}get value(){return this._value}update(t,{force:e}={}){return Ca(this._value,t)||e?this.emit("value",t):this.cancel("value"),this}willEmit(t,e){return t==="value"&&(this._value=e),e}};function ve(r){return r instanceof uo}var uo=class r extends ci{static intersect({cross:t=!1}={}){return new r(new Rr({cross:t}))}static union({cross:t=!1}={}){return new r(new Rr({cross:t,union:!0}))}static single({cross:t=!1}={}){return new r(new Rr({cross:t,single:!0}))}static crossfilter(){return new r(new Rr({cross:!0}))}constructor(t=new Rr){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)}},Rr=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?Sa(s):s}queueFilter(t){if(this.cross){let e=t.active?.source;return i=>i.active?.source!==e}}};function hr(r,t){let e=new r(t);return bn().connect(e),e.element}var bp=r=>r&&typeof r=="object"&&!Array.isArray(r),_p=r=>hr(ho,r),ho=class extends zt{constructor({element:t,filterBy:e,from:i,column:n,label:s=n,format:o=h=>h,options:a,value:c,as:l}={}){super(e),this.from=i,this.column=n,this.selection=l,this.format=o,this.element=t??document.createElement("div"),this.element.setAttribute("class","input"),this.element.value=this;let h=document.createElement("label");h.innerText=s||n,this.element.appendChild(h),this.select=document.createElement("select"),a&&(this.data=a.map(d=>bp(d)?d:{value:d}),this.update()),c=c??this.selection?.value??this.data?.[0]?.value,this.selection?.value===void 0&&this.publish(c),this.element.appendChild(this.select),this.selection&&(this.select.addEventListener("input",()=>{this.publish(this.selectedValue()??null)}),ve(this.selection)||this.selection.addEventListener("value",d=>{d!==this.select.value&&this.selectedValue(d)}))}selectedValue(t){if(arguments.length===0){let e=this.select.selectedIndex;return this.data[e].value}else{let e=this.data?.findIndex(i=>i.value===t);e>=0?this.select.selectedIndex=e:this.select.value=String(t)}}reset(){this.select.selectedIndex=this.from?0:-1}publish(t){let{selection:e,column:i}=this;ve(e)?e.update({source:this,schema:{type:"point"},value:t,predicate:t!==""&&t!==void 0?dn(i,Er(t)):null}):we(e)&&e.update(t)}query(t=[]){let{from:e,column:i}=this;return e?at.from(e).select({value:i}).distinct().where(t).orderby(i):null}queryResult(t){return this.data=[{value:"",label:"All"},...t],this}update(){let{data:t,format:e,select:i}=this;i.replaceChildren();for(let{value:n,label:s}of t){let o=document.createElement("option");o.setAttribute("value",n),o.innerText=s??e(n),this.select.appendChild(o)}return this.selection&&this.selectedValue(this.selection?.value??""),this}};var wp={contains:Aa,prefix:Da,suffix:Ta,regexp:Ba},vp=0,Ip=r=>hr(fo,r),fo=class extends zt{constructor({element:t,filterBy:e,from:i,column:n,label:s,type:o="contains",as:a}={}){if(super(e),this.id="search_"+ ++vp,this.type=o,this.from=i,this.column=n,this.selection=a,this.element=t??document.createElement("div"),this.element.setAttribute("class","input"),this.element.value=this,s){let c=document.createElement("label");c.setAttribute("for",this.id),c.innerText=s,this.element.appendChild(c)}this.searchbox=document.createElement("input"),this.searchbox.setAttribute("id",this.id),this.searchbox.setAttribute("type","text"),this.searchbox.setAttribute("placeholder","Query"),this.element.appendChild(this.searchbox),this.selection&&(this.searchbox.addEventListener("input",()=>{this.publish(this.searchbox.value||null)}),ve(this.selection)||this.selection.addEventListener("value",c=>{c!==this.searchbox.value&&(this.searchbox.value=c)}))}reset(){this.searchbox.value=""}publish(t){let{selection:e,column:i,type:n}=this;ve(e)?e.update({source:this,schema:{type:n},value:t,predicate:t?wp[n](i,Er(t)):null}):we(e)&&e.update(t)}query(t=[]){let{from:e,column:i}=this;return e?at.from(e).select({list:i}).distinct().where(t):null}queryResult(t){return this.data=t,this}update(){let t=document.createElement("datalist"),e=`${this.id}_list`;t.setAttribute("id",e);for(let i of this.data){let n=document.createElement("option");n.setAttribute("value",i.list),t.append(n)}return this.datalist&&this.datalist.remove(),this.element.appendChild(this.datalist=t),this.searchbox.setAttribute("list",e),this}};var Sp=0,xp=r=>hr(po,r),po=class extends zt{constructor({element:t,filterBy:e,as:i,min:n,max:s,step:o,from:a,column:c,label:l=c,value:h=i?.value,width:d}={}){if(super(e),this.id="slider_"+ ++Sp,this.from=a,this.column=c||"value",this.selection=i,this.min=n,this.max=s,this.step=o,this.element=t||document.createElement("div"),this.element.setAttribute("class","input"),this.element.value=this,l){let f=document.createElement("label");f.setAttribute("for",this.id),f.innerText=l,this.element.appendChild(f)}this.slider=document.createElement("input"),this.slider.setAttribute("id",this.id),this.slider.setAttribute("type","range"),d!=null&&(this.slider.style.width=`${+d}px`),n!=null&&this.slider.setAttribute("min",n),s!=null&&this.slider.setAttribute("max",s),o!=null&&this.slider.setAttribute("step",o),h!=null&&(this.slider.setAttribute("value",h),this.selection?.value===void 0&&this.publish(h)),this.element.appendChild(this.slider),this.selection&&(this.slider.addEventListener("input",()=>{this.publish(+this.slider.value)}),ve(this.selection)||this.selection.addEventListener("value",f=>{f!==+this.slider.value&&(this.slider.value=f)}))}query(t=[]){let{from:e,column:i}=this;return!e||this.min!=null&&this.max!=null?null:at.select({min:yn(i),max:mn(i)}).from(e).where(t)}queryResult(t){let{min:e,max:i}=Array.from(t)[0];return this.min==null&&this.slider.setAttribute("min",e),this.max==null&&this.slider.setAttribute("max",i),this.step==null&&this.slider.setAttribute("step",(i-e)/500),this}publish(t){let{selection:e,column:i}=this;ve(e)?e.update({source:this,schema:{type:"point"},value:t,predicate:dn(i,Er(t))}):we(this.selection)&&e.update(t)}};function mo(r,t){if(r instanceof Date||(r=new Date(+r)),isNaN(r))return typeof t=="function"?t(r):t;let e=r.getUTCHours(),i=r.getUTCMinutes(),n=r.getUTCSeconds(),s=r.getUTCMilliseconds();return`${Bp(r.getUTCFullYear(),4)}-${Je(r.getUTCMonth()+1,2)}-${Je(r.getUTCDate(),2)}${e||i||n||s?`T${Je(e,2)}:${Je(i,2)}${n||s?`:${Je(n,2)}${s?`.${Je(s,3)}`:""}`:""}Z`:""}`}function Bp(r){return r<0?`-${Je(-r,6)}`:r>9999?`+${Je(r,6)}`:Je(r,4)}function Je(r,t){return`${r}`.padStart(t,"0")}var Va=ka(r=>{let t=yo(r);return e=>e==null?"":typeof e=="number"?t(e):e instanceof Date?Pa(e):`${e}`}),yo=ka(r=>t=>t===0?"0":t.toLocaleString(r)),pA=Va(),mA=yo();function Pa(r){return mo(r,"Invalid Date")}function ka(r){let t=ka,e;return(i="en")=>i===t?e:e=r(t=i)}var Ap=-1,Dp=r=>hr(go,r),go=class extends zt{constructor({element:t,filterBy:e,from:i,columns:n=["*"],align:s={},format:o,width:a,maxWidth:c,height:l=500,rowBatch:h=100}={}){super(e),this.id=`table-${++Ap}`,this.from=i,this.columns=n,this.format=o,this.align=s,this.widths=typeof a=="object"?a:{},this.offset=0,this.limit=+h,this.pending=!1,this.sortHeader=null,this.sortColumn=null,this.sortDesc=!1,this.element=t||document.createElement("div"),this.element.setAttribute("id",this.id),this.element.value=this,typeof a=="number"&&(this.element.style.width=`${a}px`),c&&(this.element.style.maxWidth=`${c}px`),this.element.style.maxHeight=`${l}px`,this.element.style.overflow="auto";let d=-1;this.element.addEventListener("scroll",f=>{let{pending:D,loaded:C}=this,{scrollHeight:$t,scrollTop:$,clientHeight:k}=f.target,et=$<d;d=$,!(et||D||C)&&$t-$<2*k&&(this.pending=!0,this.requestData(this.offset+this.limit))}),this.tbl=document.createElement("table"),this.element.appendChild(this.tbl),this.head=document.createElement("thead"),this.tbl.appendChild(this.head),this.body=document.createElement("tbody"),this.tbl.appendChild(this.body),this.style=document.createElement("style"),this.element.appendChild(this.style)}requestData(t=0){this.offset=t;let e=this.query(this.filterBy?.predicate(this));this.requestQuery(e),bn().prefetch(e.clone().offset(t+this.limit))}fields(){return this.columns.map(t=>Qs(this.from,t))}fieldInfo(t){this.schema=t;let e=this.head;e.innerHTML="";let i=document.createElement("tr");for(let{column:n}of t){let s=document.createElement("th");s.addEventListener("click",o=>this.sort(o,n)),s.appendChild(document.createElement("span")),s.appendChild(document.createTextNode(n)),i.appendChild(s)}return e.appendChild(i),this.formats=Tp(this.format,t),this.style.innerText=Np(this.id,Op(this.align,t),Fp(this.widths,t)),this}query(t=[]){let{from:e,limit:i,offset:n,schema:s,sortColumn:o,sortDesc:a}=this;return at.from(e).select(s.map(c=>c.column)).where(t).orderby(o?a?va(o):o:[]).limit(i).offset(n)}queryResult(t){return this.pending||(this.loaded=!1,this.body.replaceChildren()),this.data=t,this}update(){let{body:t,formats:e,data:i,schema:n,limit:s}=this,o=n.length,a=0;for(let c of i){++a;let l=document.createElement("tr");for(let h=0;h<o;++h){let d=c[n[h].column],f=document.createElement("td");f.innerText=d==null?"":e[h](d),l.appendChild(f)}t.appendChild(l)}return a<s&&(this.loaded=!0),this.pending=!1,this}sort(t,e){e===this.sortColumn?this.sortDesc=!this.sortDesc:(this.sortColumn=e,this.sortDesc=!1);let i=t.currentTarget,n=this.sortHeader;n===i&&t.metaKey?(n.firstChild.textContent="",this.sortHeader=null,this.sortColumn=null):(n&&(n.firstChild.textContent=""),this.sortHeader=i,i.firstChild.textContent=this.sortDesc?"\u25BE":"\u25B4"),this.requestData()}};function Tp(r={},t,e){return t.map(({column:i,type:n})=>{if(i in r)return r[i];switch(n){case"number":return yo(e);case"date":return Pa;default:return Va(e)}})}function Op(r={},t){return t.map(({column:e,type:i})=>e in r?r[e]:i==="number"?"right":"left")}function Fp(r={},t){return t.map(({column:e})=>r[e])}function Np(r,t,e){let i=[];return t.forEach((n,s)=>{let o=+e[s];if(n!=="left"||o){let a=n!=="left"?`text-align:${n};`:"",c=o?`width:${o}px;max-width:${o}px;`:"";i.push(`#${r} tr>:nth-child(${s+1}) {${a}${c}}`)}}),i.join(" ")}export{ho as Menu,fo as Search,po as Slider,go as Table,_p as menu,Ip as search,xp as slider,Dp as table};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uwdata/mosaic-inputs",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.1",
|
|
4
4
|
"description": "Mosaic input components.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"inputs",
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
"prepublishOnly": "npm run test && npm run lint && npm run build"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@uwdata/mosaic-core": "^0.7.
|
|
28
|
+
"@uwdata/mosaic-core": "^0.7.1",
|
|
29
29
|
"@uwdata/mosaic-sql": "^0.7.0",
|
|
30
30
|
"isoformat": "^0.2.1"
|
|
31
31
|
},
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "7e6f3ea9b3011ea2c9201c1aa16e8e5664621a4c"
|
|
33
33
|
}
|