@uwdata/mosaic-inputs 0.3.5 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/mosaic-inputs.js
CHANGED
|
@@ -12303,6 +12303,7 @@ function jsType(type) {
|
|
|
12303
12303
|
case "TIMESTAMPTZ":
|
|
12304
12304
|
case "TIMESTAMP WITH TIME ZONE":
|
|
12305
12305
|
case "TIME":
|
|
12306
|
+
case "TIMESTAMP_NS":
|
|
12306
12307
|
return "date";
|
|
12307
12308
|
case "BOOLEAN":
|
|
12308
12309
|
return "boolean";
|
|
@@ -12594,7 +12595,7 @@ function getIndexColumns(client) {
|
|
|
12594
12595
|
const dims = [];
|
|
12595
12596
|
let count2;
|
|
12596
12597
|
for (const { as, expr: { aggregate } } of q.select()) {
|
|
12597
|
-
switch (aggregate?.toUpperCase()) {
|
|
12598
|
+
switch (aggregate?.toUpperCase?.()) {
|
|
12598
12599
|
case "COUNT":
|
|
12599
12600
|
case "SUM":
|
|
12600
12601
|
aggr.push({ [as]: sql`SUM("${as}")::DOUBLE` });
|
|
@@ -7,4 +7,4 @@ ${t}`),new Function("x",`${t}
|
|
|
7
7
|
return true;`)}function yh(r){return typeof r!="bigint"?ce(r):`${ce(r)}n`}var Ro=(r,t)=>(Math.ceil(r)*t+63&-64||64)/t,gh=(r,t=0)=>r.length>=t?r.subarray(0,t):Cr(new r.constructor(t),r,0),Ke=class{constructor(t,e=1){this.buffer=t,this.stride=e,this.BYTES_PER_ELEMENT=t.BYTES_PER_ELEMENT,this.ArrayType=t.constructor,this._resize(this.length=Math.ceil(t.length/e))}get byteLength(){return Math.ceil(this.length*this.stride)*this.BYTES_PER_ELEMENT}get reservedLength(){return this.buffer.length/this.stride}get reservedByteLength(){return this.buffer.byteLength}set(t,e){return this}append(t){return this.set(this.length,t)}reserve(t){if(t>0){this.length+=t;let e=this.stride,i=this.length*e,n=this.buffer.length;i>=n&&this._resize(n===0?Ro(i*1,this.BYTES_PER_ELEMENT):Ro(i*2,this.BYTES_PER_ELEMENT))}return this}flush(t=this.length){t=Ro(t*this.stride,this.BYTES_PER_ELEMENT);let e=gh(this.buffer,t);return this.clear(),e}clear(){return this.length=0,this._resize(0),this}_resize(t){return this.buffer=Cr(new this.ArrayType(t),this.buffer)}};Ke.prototype.offset=0;var Ee=class extends Ke{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}},Gr=class extends Ee{constructor(t=new Uint8Array(0)){super(t,1/8),this.numValid=0}get numInvalid(){return this.length-this.numValid}get(t){return this.buffer[t>>3]>>t%8&1}set(t,e){let{buffer:i}=this.reserve(t-this.length+1),n=t>>3,s=t%8,o=i[n]>>s&1;return e?o===0&&(i[n]|=1<<s,++this.numValid):o===1&&(i[n]&=~(1<<s),--this.numValid),this}clear(){return this.numValid=0,super.clear()}},Hr=class extends Ee{constructor(t=new Int32Array(1)){super(t,1)}append(t){return this.set(this.length-1,t)}set(t,e){let i=this.length-1,n=this.reserve(t-i+1).buffer;return i<t++&&n.fill(n[i],i,t),n[t]=n[t-1]+e,this}flush(t=this.length-1){return t>this.length&&this.set(t-1,0),super.flush(t+1)}};var G=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=Ot(t),this._nulls=new Gr,e&&e.length>0&&(this._isValid=Ec(e))}toVector(){return new U([this.flush()])}get ArrayType(){return this.type.ArrayType}get nullCount(){return this._nulls.numInvalid}get numChildren(){return this.children.length}get byteLength(){let t=0,{_offsets:e,_values:i,_nulls:n,_typeIds:s,children:o}=this;return e&&(t+=e.byteLength),i&&(t+=i.byteLength),n&&(t+=n.byteLength),s&&(t+=s.byteLength),o.reduce((a,c)=>a+c.byteLength,t)}get reservedLength(){return this._nulls.reservedLength}get reservedByteLength(){let t=0;return this._offsets&&(t+=this._offsets.reservedByteLength),this._values&&(t+=this._values.reservedByteLength),this._nulls&&(t+=this._nulls.reservedByteLength),this._typeIds&&(t+=this._typeIds.reservedByteLength),this.children.reduce((e,i)=>e+i.reservedByteLength,t)}get valueOffsets(){return this._offsets?this._offsets.buffer:null}get values(){return this._values?this._values.buffer:null}get nullBitmap(){return this._nulls?this._nulls.buffer:null}get typeIds(){return this._typeIds?this._typeIds.buffer:null}append(t){return this.set(this.length,t)}isValid(t){return this._isValid(t)}set(t,e){return this.setValid(t,this.isValid(e))&&this.setValue(t,e),this}setValue(t,e){this._setValue(this,t,e)}setValid(t,e){return this.length=this._nulls.set(t,+e).length,e}addChild(t,e=`${this.numChildren}`){throw new Error(`Cannot append children to non-nested type "${this.type}"`)}getChildAt(t){return this.children[t]||null}flush(){let t,e,i,n,{type:s,length:o,nullCount:a,_typeIds:c,_offsets:l,_values:u,_nulls:d}=this;(e=c?.flush(o))?n=l?.flush(o):(n=l?.flush(o))?t=u?.flush(l.last()):t=u?.flush(o),a>0&&(i=d?.flush(o));let f=this.children.map(y=>y.flush());return this.clear(),A({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}};G.prototype.length=1;G.prototype.stride=1;G.prototype.children=null;G.prototype.finished=!1;G.prototype.nullValues=null;G.prototype._isValid=()=>!0;var st=class extends G{constructor(t){super(t),this._values=new Ee(new this.ArrayType(0),this.stride)}setValue(t,e){let i=this._values;return i.reserve(t-i.length+1),super.setValue(t,e)}},de=class extends G{constructor(t){super(t),this._pendingLength=0,this._offsets=new Hr}setValue(t,e){let i=this._pending||(this._pending=new Map),n=i.get(t);n&&(this._pendingLength-=n.length),this._pendingLength+=e instanceof ue?e[Ut].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 yr=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 fe=new Int32Array(2),es=new Float32Array(fe.buffer),rs=new Float64Array(fe.buffer),Jr=new Uint16Array(new Uint8Array([1,0]).buffer)[0]===1;var _i;(function(r){r[r.UTF8_BYTES=1]="UTF8_BYTES",r[r.UTF16_STRING=2]="UTF16_STRING"})(_i||(_i={}));var Ft=class r{constructor(t){this.bytes_=t,this.position_=0,this.text_decoder_=new TextDecoder}static allocate(t){return new r(new Uint8Array(t))}clear(){this.position_=0}bytes(){return this.bytes_}position(){return this.position_}setPosition(t){this.position_=t}capacity(){return this.bytes_.length}readInt8(t){return this.readUint8(t)<<24>>24}readUint8(t){return this.bytes_[t]}readInt16(t){return this.readUint16(t)<<16>>16}readUint16(t){return this.bytes_[t]|this.bytes_[t+1]<<8}readInt32(t){return this.bytes_[t]|this.bytes_[t+1]<<8|this.bytes_[t+2]<<16|this.bytes_[t+3]<<24}readUint32(t){return this.readInt32(t)>>>0}readInt64(t){return BigInt.asIntN(64,BigInt(this.readUint32(t))+(BigInt(this.readUint32(t+4))<<BigInt(32)))}readUint64(t){return BigInt.asUintN(64,BigInt(this.readUint32(t))+(BigInt(this.readUint32(t+4))<<BigInt(32)))}readFloat32(t){return fe[0]=this.readInt32(t),es[0]}readFloat64(t){return fe[Jr?0:1]=this.readInt32(t),fe[Jr?1:0]=this.readInt32(t+4),rs[0]}writeInt8(t,e){this.bytes_[t]=e}writeUint8(t,e){this.bytes_[t]=e}writeInt16(t,e){this.bytes_[t]=e,this.bytes_[t+1]=e>>8}writeUint16(t,e){this.bytes_[t]=e,this.bytes_[t+1]=e>>8}writeInt32(t,e){this.bytes_[t]=e,this.bytes_[t+1]=e>>8,this.bytes_[t+2]=e>>16,this.bytes_[t+3]=e>>24}writeUint32(t,e){this.bytes_[t]=e,this.bytes_[t+1]=e>>8,this.bytes_[t+2]=e>>16,this.bytes_[t+3]=e>>24}writeInt64(t,e){this.writeInt32(t,Number(BigInt.asIntN(32,e))),this.writeInt32(t+4,Number(BigInt.asIntN(32,e>>BigInt(32))))}writeUint64(t,e){this.writeUint32(t,Number(BigInt.asUintN(32,e))),this.writeUint32(t+4,Number(BigInt.asUintN(32,e>>BigInt(32))))}writeFloat32(t,e){es[0]=e,this.writeInt32(t,fe[0])}writeFloat64(t,e){rs[0]=e,this.writeInt32(t,fe[Jr?0:1]),this.writeInt32(t+4,fe[Jr?1:0])}getBufferIdentifier(){if(this.bytes_.length<this.position_+4+4)throw new Error("FlatBuffers: ByteBuffer is too short to contain an identifier.");let t="";for(let e=0;e<4;e++)t+=String.fromCharCode(this.readInt8(this.position_+4+e));return t}__offset(t,e){let i=t-this.readInt32(t);return e<this.readInt16(i)?this.readInt16(i+e):0}__union(t,e){return t.bb_pos=e+this.readInt32(e),t.bb=this,t}__string(t,e){t+=this.readInt32(t);let i=this.readInt32(t);t+=4;let n=this.bytes_.subarray(t,t+i);return e===_i.UTF8_BYTES?n:this.text_decoder_.decode(n)}__union_with_string(t,e){return typeof t=="string"?this.__string(e):this.__union(t,e)}__indirect(t){return t+this.readInt32(t)}__vector(t){return t+this.readInt32(t)+4}__vector_len(t){return this.readInt32(t+this.readInt32(t))}__has_identifier(t){if(t.length!=4)throw new Error("FlatBuffers: file identifier must be length "+4);for(let e=0;e<4;e++)if(t.charCodeAt(e)!=this.readInt8(this.position()+4+e))return!1;return!0}createScalarList(t,e){let i=[];for(let n=0;n<e;++n){let s=t(n);s!==null&&i.push(s)}return i}createObjList(t,e){let i=[];for(let n=0;n<e;++n){let s=t(n);s!==null&&i.push(s.unpack())}return i}};var gr=class r{constructor(t){this.minalign=1,this.vtable=null,this.vtable_in_use=0,this.isNested=!1,this.object_start=0,this.vtables=[],this.vector_num_elems=0,this.force_defaults=!1,this.string_maps=null,this.text_encoder=new TextEncoder;let e;t?e=t:e=1024,this.bb=Ft.allocate(e),this.space=e}clear(){this.bb.clear(),this.space=this.bb.capacity(),this.minalign=1,this.vtable=null,this.vtable_in_use=0,this.isNested=!1,this.object_start=0,this.vtables=[],this.vector_num_elems=0,this.force_defaults=!1,this.string_maps=null}forceDefaults(t){this.force_defaults=t}dataBuffer(){return this.bb}asUint8Array(){return this.bb.bytes().subarray(this.bb.position(),this.bb.position()+this.offset())}prep(t,e){t>this.minalign&&(this.minalign=t);let i=~(this.bb.capacity()-this.space+e)+1&t-1;for(;this.space<i+t+e;){let n=this.bb.capacity();this.bb=r.growByteBuffer(this.bb),this.space+=this.bb.capacity()-n}this.pad(i)}pad(t){for(let e=0;e<t;e++)this.bb.writeInt8(--this.space,0)}writeInt8(t){this.bb.writeInt8(this.space-=1,t)}writeInt16(t){this.bb.writeInt16(this.space-=2,t)}writeInt32(t){this.bb.writeInt32(this.space-=4,t)}writeInt64(t){this.bb.writeInt64(this.space-=8,t)}writeFloat32(t){this.bb.writeFloat32(this.space-=4,t)}writeFloat64(t){this.bb.writeFloat64(this.space-=8,t)}addInt8(t){this.prep(1,0),this.writeInt8(t)}addInt16(t){this.prep(2,0),this.writeInt16(t)}addInt32(t){this.prep(4,0),this.writeInt32(t)}addInt64(t){this.prep(8,0),this.writeInt64(t)}addFloat32(t){this.prep(4,0),this.writeFloat32(t)}addFloat64(t){this.prep(8,0),this.writeFloat64(t)}addFieldInt8(t,e,i){(this.force_defaults||e!=i)&&(this.addInt8(e),this.slot(t))}addFieldInt16(t,e,i){(this.force_defaults||e!=i)&&(this.addInt16(e),this.slot(t))}addFieldInt32(t,e,i){(this.force_defaults||e!=i)&&(this.addInt32(e),this.slot(t))}addFieldInt64(t,e,i){(this.force_defaults||e!==i)&&(this.addInt64(e),this.slot(t))}addFieldFloat32(t,e,i){(this.force_defaults||e!=i)&&(this.addFloat32(e),this.slot(t))}addFieldFloat64(t,e,i){(this.force_defaults||e!=i)&&(this.addFloat64(e),this.slot(t))}addFieldOffset(t,e,i){(this.force_defaults||e!=i)&&(this.addOffset(e),this.slot(t))}addFieldStruct(t,e,i){e!=i&&(this.nested(e),this.slot(t))}nested(t){if(t!=this.offset())throw new TypeError("FlatBuffers: struct must be serialized inline.")}notNested(){if(this.isNested)throw new TypeError("FlatBuffers: object serialization must not be nested.")}slot(t){this.vtable!==null&&(this.vtable[t]=this.offset())}offset(){return this.bb.capacity()-this.space}static growByteBuffer(t){let e=t.capacity();if(e&3221225472)throw new Error("FlatBuffers: cannot grow buffer beyond 2 gigabytes.");let i=e<<1,n=Ft.allocate(i);return n.setPosition(i-e),n.bytes().set(t.bytes(),i-e),n}addOffset(t){this.prep(4,0),this.writeInt32(this.offset()-t+4)}startObject(t){this.notNested(),this.vtable==null&&(this.vtable=[]),this.vtable_in_use=t;for(let e=0;e<t;e++)this.vtable[e]=0;this.isNested=!0,this.object_start=this.offset()}endObject(){if(this.vtable==null||!this.isNested)throw new Error("FlatBuffers: endObject called without startObject");this.addInt32(0);let t=this.offset(),e=this.vtable_in_use-1;for(;e>=0&&this.vtable[e]==0;e--);let i=e+1;for(;e>=0;e--)this.addInt16(this.vtable[e]!=0?t-this.vtable[e]:0);let n=2;this.addInt16(t-this.object_start);let s=(i+n)*2;this.addInt16(s);let o=0,a=this.space;t:for(e=0;e<this.vtables.length;e++){let c=this.bb.capacity()-this.vtables[e];if(s==this.bb.readInt16(c)){for(let l=2;l<s;l+=2)if(this.bb.readInt16(a+l)!=this.bb.readInt16(c+l))continue t;o=this.vtables[e];break}}return o?(this.space=this.bb.capacity()-t,this.bb.writeInt32(this.space,o-t)):(this.vtables.push(this.offset()),this.bb.writeInt32(this.bb.capacity()-t,this.offset()-t)),this.isNested=!1,t}finish(t,e,i){let n=i?4:0;if(e){let s=e;if(this.prep(this.minalign,8+n),s.length!=4)throw new TypeError("FlatBuffers: file identifier must be length "+4);for(let o=3;o>=0;o--)this.writeInt8(s.charCodeAt(o))}this.prep(this.minalign,4+n),this.addOffset(t),n&&this.addInt32(this.bb.capacity()-this.space),this.bb.setPosition(this.space)}finishSizePrefixed(t,e){this.finish(t,e,!0)}requiredField(t,e){let i=this.bb.capacity()-t,n=i-this.bb.readInt32(i);if(!(e<this.bb.readInt16(n)&&this.bb.readInt16(n+e)!=0))throw new TypeError("FlatBuffers: field "+e+" must be set")}startVector(t,e,i){this.notNested(),this.vector_num_elems=e,this.prep(4,t*e),this.prep(i,t*e)}endVector(){return this.writeInt32(this.vector_num_elems),this.offset()}createSharedString(t){if(!t)return 0;if(this.string_maps||(this.string_maps=new Map),this.string_maps.has(t))return this.string_maps.get(t);let e=this.createString(t);return this.string_maps.set(t,e),e}createString(t){if(t==null)return 0;let e;t instanceof Uint8Array?e=t:e=this.text_encoder.encode(t),this.addInt8(0),this.startVector(1,e.length,1),this.bb.setPosition(this.space-=e.length);for(let i=0,n=this.space,s=this.bb.bytes();i<e.length;i++)s[n++]=e[i];return this.endVector()}createObjectOffset(t){return t===null?0:typeof t=="string"?this.createString(t):t.pack(this)}createObjectOffsetList(t){let e=[];for(let i=0;i<t.length;++i){let n=t[i];if(n!==null)e.push(this.createObjectOffset(n));else throw new TypeError("FlatBuffers: Argument for createObjectOffsetList cannot contain null.")}return e}createStructOffsetList(t,e){return e(this,t.length),this.createObjectOffsetList(t.slice().reverse()),this.endVector()}};var nt=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsKeyValue(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsKeyValue(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}key(t){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.__string(this.bb_pos+e,t):null}value(t){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.__string(this.bb_pos+e,t):null}static startKeyValue(t){t.startObject(2)}static addKey(t,e){t.addFieldOffset(0,e,0)}static addValue(t,e){t.addFieldOffset(1,e,0)}static endKeyValue(t){return t.endObject()}static createKeyValue(t,e,i){return r.startKeyValue(t),r.addKey(t,e),r.addValue(t,i),r.endKeyValue(t)}};var Qe;(function(r){r[r.V1=0]="V1",r[r.V2=1]="V2",r[r.V3=2]="V3",r[r.V4=3]="V4",r[r.V5=4]="V5"})(Qe||(Qe={}));var Ze;(function(r){r[r.Little=0]="Little",r[r.Big=1]="Big"})(Ze||(Ze={}));var wi;(function(r){r[r.DenseArray=0]="DenseArray"})(wi||(wi={}));var te=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsInt(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsInt(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}bitWidth(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt32(this.bb_pos+t):0}isSigned(){let t=this.bb.__offset(this.bb_pos,6);return t?!!this.bb.readInt8(this.bb_pos+t):!1}static startInt(t){t.startObject(2)}static addBitWidth(t,e){t.addFieldInt32(0,e,0)}static addIsSigned(t,e){t.addFieldInt8(1,+e,0)}static endInt(t){return t.endObject()}static createInt(t,e,i){return r.startInt(t),r.addBitWidth(t,e),r.addIsSigned(t,i),r.endInt(t)}};var pe=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsDictionaryEncoding(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsDictionaryEncoding(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}id(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt64(this.bb_pos+t):BigInt("0")}indexType(t){let e=this.bb.__offset(this.bb_pos,6);return e?(t||new te).__init(this.bb.__indirect(this.bb_pos+e),this.bb):null}isOrdered(){let t=this.bb.__offset(this.bb_pos,8);return t?!!this.bb.readInt8(this.bb_pos+t):!1}dictionaryKind(){let t=this.bb.__offset(this.bb_pos,10);return t?this.bb.readInt16(this.bb_pos+t):wi.DenseArray}static startDictionaryEncoding(t){t.startObject(4)}static addId(t,e){t.addFieldInt64(0,e,BigInt("0"))}static addIndexType(t,e){t.addFieldOffset(1,e,0)}static addIsOrdered(t,e){t.addFieldInt8(2,+e,0)}static addDictionaryKind(t,e){t.addFieldInt16(3,e,wi.DenseArray)}static endDictionaryEncoding(t){return t.endObject()}};var vi=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsBinary(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsBinary(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static startBinary(t){t.startObject(0)}static endBinary(t){return t.endObject()}static createBinary(t){return r.startBinary(t),r.endBinary(t)}};var Ii=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsBool(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsBool(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static startBool(t){t.startObject(0)}static endBool(t){return t.endObject()}static createBool(t){return r.startBool(t),r.endBool(t)}};var Si;(function(r){r[r.DAY=0]="DAY",r[r.MILLISECOND=1]="MILLISECOND"})(Si||(Si={}));var tr=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsDate(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsDate(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}unit(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt16(this.bb_pos+t):Si.MILLISECOND}static startDate(t){t.startObject(1)}static addUnit(t,e){t.addFieldInt16(0,e,Si.MILLISECOND)}static endDate(t){return t.endObject()}static createDate(t,e){return r.startDate(t),r.addUnit(t,e),r.endDate(t)}};var me=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsDecimal(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsDecimal(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}precision(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt32(this.bb_pos+t):0}scale(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.readInt32(this.bb_pos+t):0}bitWidth(){let t=this.bb.__offset(this.bb_pos,8);return t?this.bb.readInt32(this.bb_pos+t):128}static startDecimal(t){t.startObject(3)}static addPrecision(t,e){t.addFieldInt32(0,e,0)}static addScale(t,e){t.addFieldInt32(1,e,0)}static addBitWidth(t,e){t.addFieldInt32(2,e,128)}static endDecimal(t){return t.endObject()}static createDecimal(t,e,i,n){return r.startDecimal(t),r.addPrecision(t,e),r.addScale(t,i),r.addBitWidth(t,n),r.endDecimal(t)}};var er;(function(r){r[r.SECOND=0]="SECOND",r[r.MILLISECOND=1]="MILLISECOND",r[r.MICROSECOND=2]="MICROSECOND",r[r.NANOSECOND=3]="NANOSECOND"})(er||(er={}));var rr=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsFixedSizeBinary(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsFixedSizeBinary(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}byteWidth(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt32(this.bb_pos+t):0}static startFixedSizeBinary(t){t.startObject(1)}static addByteWidth(t,e){t.addFieldInt32(0,e,0)}static endFixedSizeBinary(t){return t.endObject()}static createFixedSizeBinary(t,e){return r.startFixedSizeBinary(t),r.addByteWidth(t,e),r.endFixedSizeBinary(t)}};var ir=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsFixedSizeList(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsFixedSizeList(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}listSize(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt32(this.bb_pos+t):0}static startFixedSizeList(t){t.startObject(1)}static addListSize(t,e){t.addFieldInt32(0,e,0)}static endFixedSizeList(t){return t.endObject()}static createFixedSizeList(t,e){return r.startFixedSizeList(t),r.addListSize(t,e),r.endFixedSizeList(t)}};var xi;(function(r){r[r.HALF=0]="HALF",r[r.SINGLE=1]="SINGLE",r[r.DOUBLE=2]="DOUBLE"})(xi||(xi={}));var nr=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsFloatingPoint(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsFloatingPoint(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}precision(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt16(this.bb_pos+t):xi.HALF}static startFloatingPoint(t){t.startObject(1)}static addPrecision(t,e){t.addFieldInt16(0,e,xi.HALF)}static endFloatingPoint(t){return t.endObject()}static createFloatingPoint(t,e){return r.startFloatingPoint(t),r.addPrecision(t,e),r.endFloatingPoint(t)}};var Bi;(function(r){r[r.YEAR_MONTH=0]="YEAR_MONTH",r[r.DAY_TIME=1]="DAY_TIME",r[r.MONTH_DAY_NANO=2]="MONTH_DAY_NANO"})(Bi||(Bi={}));var sr=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsInterval(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsInterval(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}unit(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt16(this.bb_pos+t):Bi.YEAR_MONTH}static startInterval(t){t.startObject(1)}static addUnit(t,e){t.addFieldInt16(0,e,Bi.YEAR_MONTH)}static endInterval(t){return t.endObject()}static createInterval(t,e){return r.startInterval(t),r.addUnit(t,e),r.endInterval(t)}};var Ai=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsList(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsList(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static startList(t){t.startObject(0)}static endList(t){return t.endObject()}static createList(t){return r.startList(t),r.endList(t)}};var or=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsMap(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsMap(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}keysSorted(){let t=this.bb.__offset(this.bb_pos,4);return t?!!this.bb.readInt8(this.bb_pos+t):!1}static startMap(t){t.startObject(1)}static addKeysSorted(t,e){t.addFieldInt8(0,+e,0)}static endMap(t){return t.endObject()}static createMap(t,e){return r.startMap(t),r.addKeysSorted(t,e),r.endMap(t)}};var Ti=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsNull(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsNull(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static startNull(t){t.startObject(0)}static endNull(t){return t.endObject()}static createNull(t){return r.startNull(t),r.endNull(t)}};var Oi=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsStruct_(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsStruct_(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static startStruct_(t){t.startObject(0)}static endStruct_(t){return t.endObject()}static createStruct_(t){return r.startStruct_(t),r.endStruct_(t)}};var Me=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsTime(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsTime(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}unit(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt16(this.bb_pos+t):er.MILLISECOND}bitWidth(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.readInt32(this.bb_pos+t):32}static startTime(t){t.startObject(2)}static addUnit(t,e){t.addFieldInt16(0,e,er.MILLISECOND)}static addBitWidth(t,e){t.addFieldInt32(1,e,32)}static endTime(t){return t.endObject()}static createTime(t,e,i){return r.startTime(t),r.addUnit(t,e),r.addBitWidth(t,i),r.endTime(t)}};var Le=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsTimestamp(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsTimestamp(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}unit(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt16(this.bb_pos+t):er.SECOND}timezone(t){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.__string(this.bb_pos+e,t):null}static startTimestamp(t){t.startObject(2)}static addUnit(t,e){t.addFieldInt16(0,e,er.SECOND)}static addTimezone(t,e){t.addFieldOffset(1,e,0)}static endTimestamp(t){return t.endObject()}static createTimestamp(t,e,i){return r.startTimestamp(t),r.addUnit(t,e),r.addTimezone(t,i),r.endTimestamp(t)}};var Di;(function(r){r[r.Sparse=0]="Sparse",r[r.Dense=1]="Dense"})(Di||(Di={}));var ee=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsUnion(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsUnion(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}mode(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt16(this.bb_pos+t):Di.Sparse}typeIds(t){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.readInt32(this.bb.__vector(this.bb_pos+e)+t*4):0}typeIdsLength(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.__vector_len(this.bb_pos+t):0}typeIdsArray(){let t=this.bb.__offset(this.bb_pos,6);return t?new Int32Array(this.bb.bytes().buffer,this.bb.bytes().byteOffset+this.bb.__vector(this.bb_pos+t),this.bb.__vector_len(this.bb_pos+t)):null}static startUnion(t){t.startObject(2)}static addMode(t,e){t.addFieldInt16(0,e,Di.Sparse)}static addTypeIds(t,e){t.addFieldOffset(1,e,0)}static createTypeIdsVector(t,e){t.startVector(4,e.length,4);for(let i=e.length-1;i>=0;i--)t.addInt32(e[i]);return t.endVector()}static startTypeIdsVector(t,e){t.startVector(4,e,4)}static endUnion(t){return t.endObject()}static createUnion(t,e,i){return r.startUnion(t),r.addMode(t,e),r.addTypeIds(t,i),r.endUnion(t)}};var Fi=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsUtf8(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsUtf8(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static startUtf8(t){t.startObject(0)}static endUtf8(t){return t.endObject()}static createUtf8(t){return r.startUtf8(t),r.endUtf8(t)}};var H;(function(r){r[r.NONE=0]="NONE",r[r.Null=1]="Null",r[r.Int=2]="Int",r[r.FloatingPoint=3]="FloatingPoint",r[r.Binary=4]="Binary",r[r.Utf8=5]="Utf8",r[r.Bool=6]="Bool",r[r.Decimal=7]="Decimal",r[r.Date=8]="Date",r[r.Time=9]="Time",r[r.Timestamp=10]="Timestamp",r[r.Interval=11]="Interval",r[r.List=12]="List",r[r.Struct_=13]="Struct_",r[r.Union=14]="Union",r[r.FixedSizeBinary=15]="FixedSizeBinary",r[r.FixedSizeList=16]="FixedSizeList",r[r.Map=17]="Map",r[r.Duration=18]="Duration",r[r.LargeBinary=19]="LargeBinary",r[r.LargeUtf8=20]="LargeUtf8",r[r.LargeList=21]="LargeList",r[r.RunEndEncoded=22]="RunEndEncoded"})(H||(H={}));var dt=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsField(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsField(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}name(t){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.__string(this.bb_pos+e,t):null}nullable(){let t=this.bb.__offset(this.bb_pos,6);return t?!!this.bb.readInt8(this.bb_pos+t):!1}typeType(){let t=this.bb.__offset(this.bb_pos,8);return t?this.bb.readUint8(this.bb_pos+t):H.NONE}type(t){let e=this.bb.__offset(this.bb_pos,10);return e?this.bb.__union(t,this.bb_pos+e):null}dictionary(t){let e=this.bb.__offset(this.bb_pos,12);return e?(t||new pe).__init(this.bb.__indirect(this.bb_pos+e),this.bb):null}children(t,e){let i=this.bb.__offset(this.bb_pos,14);return i?(e||new r).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+i)+t*4),this.bb):null}childrenLength(){let t=this.bb.__offset(this.bb_pos,14);return t?this.bb.__vector_len(this.bb_pos+t):0}customMetadata(t,e){let i=this.bb.__offset(this.bb_pos,16);return i?(e||new nt).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+i)+t*4),this.bb):null}customMetadataLength(){let t=this.bb.__offset(this.bb_pos,16);return t?this.bb.__vector_len(this.bb_pos+t):0}static startField(t){t.startObject(7)}static addName(t,e){t.addFieldOffset(0,e,0)}static addNullable(t,e){t.addFieldInt8(1,+e,0)}static addTypeType(t,e){t.addFieldInt8(2,e,H.NONE)}static addType(t,e){t.addFieldOffset(3,e,0)}static addDictionary(t,e){t.addFieldOffset(4,e,0)}static addChildren(t,e){t.addFieldOffset(5,e,0)}static createChildrenVector(t,e){t.startVector(4,e.length,4);for(let i=e.length-1;i>=0;i--)t.addOffset(e[i]);return t.endVector()}static startChildrenVector(t,e){t.startVector(4,e,4)}static addCustomMetadata(t,e){t.addFieldOffset(6,e,0)}static createCustomMetadataVector(t,e){t.startVector(4,e.length,4);for(let i=e.length-1;i>=0;i--)t.addOffset(e[i]);return t.endVector()}static startCustomMetadataVector(t,e){t.startVector(4,e,4)}static endField(t){return t.endObject()}};var bt=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsSchema(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsSchema(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}endianness(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt16(this.bb_pos+t):Ze.Little}fields(t,e){let i=this.bb.__offset(this.bb_pos,6);return i?(e||new dt).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+i)+t*4),this.bb):null}fieldsLength(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.__vector_len(this.bb_pos+t):0}customMetadata(t,e){let i=this.bb.__offset(this.bb_pos,8);return i?(e||new nt).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+i)+t*4),this.bb):null}customMetadataLength(){let t=this.bb.__offset(this.bb_pos,8);return t?this.bb.__vector_len(this.bb_pos+t):0}features(t){let e=this.bb.__offset(this.bb_pos,10);return e?this.bb.readInt64(this.bb.__vector(this.bb_pos+e)+t*8):BigInt(0)}featuresLength(){let t=this.bb.__offset(this.bb_pos,10);return t?this.bb.__vector_len(this.bb_pos+t):0}static startSchema(t){t.startObject(4)}static addEndianness(t,e){t.addFieldInt16(0,e,Ze.Little)}static addFields(t,e){t.addFieldOffset(1,e,0)}static createFieldsVector(t,e){t.startVector(4,e.length,4);for(let i=e.length-1;i>=0;i--)t.addOffset(e[i]);return t.endVector()}static startFieldsVector(t,e){t.startVector(4,e,4)}static addCustomMetadata(t,e){t.addFieldOffset(2,e,0)}static createCustomMetadataVector(t,e){t.startVector(4,e.length,4);for(let i=e.length-1;i>=0;i--)t.addOffset(e[i]);return t.endVector()}static startCustomMetadataVector(t,e){t.startVector(4,e,4)}static addFeatures(t,e){t.addFieldOffset(3,e,0)}static createFeaturesVector(t,e){t.startVector(8,e.length,8);for(let i=e.length-1;i>=0;i--)t.addInt64(e[i]);return t.endVector()}static startFeaturesVector(t,e){t.startVector(8,e,8)}static endSchema(t){return t.endObject()}static finishSchemaBuffer(t,e){t.finish(e)}static finishSizePrefixedSchemaBuffer(t,e){t.finish(e,void 0,!0)}static createSchema(t,e,i,n,s){return r.startSchema(t),r.addEndianness(t,e),r.addFields(t,i),r.addCustomMetadata(t,n),r.addFeatures(t,s),r.endSchema(t)}};var Nt=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):Qe.V1}schema(t){let e=this.bb.__offset(this.bb_pos,6);return e?(t||new bt).__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 yr).__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 yr).__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 nt).__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,Qe.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 $=class r{constructor(t=[],e,i){this.fields=t||[],this.metadata=e||new Map,i||(i=Co(t)),this.dictionaries=i}get[Symbol.toStringTag](){return"Schema"}get names(){return this.fields.map(t=>t.name)}toString(){return`Schema<{ ${this.fields.map((t,e)=>`${e}: ${t}`).join(", ")} }>`}select(t){let e=new Set(t),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=ns(ns(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:ns(ns(new Map,i[c].metadata),a.metadata)}))&&!1:!0}),o=Co(s,new Map);return new r([...i,...s],n,new Map([...this.dictionaries,...o]))}};$.prototype.fields=null;$.prototype.metadata=null;$.prototype.dictionaries=null;var E=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)}};E.prototype.type=null;E.prototype.name=null;E.prototype.nullable=null;E.prototype.metadata=null;function ns(r,t){return new Map([...r||new Map,...t||new Map])}function Co(r,t=new Map){for(let e=-1,i=r.length;++e<i;){let s=r[e].type;if(g.isDictionary(s)){if(!t.has(s.id))t.set(s.id,s.dictionary);else if(t.get(s.id)!==s.dictionary)throw new Error("Cannot create Schema containing two different dictionaries with the same Id")}s.children&&s.children.length>0&&Co(s.children,t)}return t}var bh=gr,_h=Ft,Ue=class{static decode(t){t=new _h(S(t));let e=Nt.getRootAsFooter(t),i=$.decode(e.schema());return new Vo(i,e)}static encode(t){let e=new bh,i=$.encode(e,t.schema);Nt.startRecordBatchesVector(e,t.numRecordBatches);for(let o of[...t.recordBatches()].slice().reverse())Re.encode(e,o);let n=e.endVector();Nt.startDictionariesVector(e,t.numDictionaries);for(let o of[...t.dictionaryBatches()].slice().reverse())Re.encode(e,o);let s=e.endVector();return Nt.startFooter(e),Nt.addSchema(e,i),Nt.addVersion(e,ct.V4),Nt.addRecordBatches(e,n),Nt.addDictionaries(e,s),Nt.finishFooterBuffer(e,Nt.endFooter(e)),e.asUint8Array()}get numRecordBatches(){return this._recordBatches.length}get numDictionaries(){return this._dictionaryBatches.length}constructor(t,e=ct.V4,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 Vo=class extends Ue{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 Re.decode(e)}return null}getDictionaryBatch(t){if(t>=0&&t<this.numDictionaries){let e=this._footer.dictionaries(t);if(e)return Re.decode(e)}return null}},Re=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 yr.createBlock(t,n,i,s)}constructor(t,e,i){this.metaDataLength=t,this.offset=yt(i),this.bodyLength=yt(e)}};var Y=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||[]}},br=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())}},ss=class extends br{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(Y);this._closedPromiseResolve(),this._closedPromiseResolve=void 0}}[Symbol.asyncIterator](){return this}toDOMStream(t){return at.toDOMStream(this._closedPromiseResolve||this._error?this:this._values,t)}toNodeStream(t){return at.toNodeStream(this._closedPromiseResolve||this._error?this:this._values,t)}throw(t){return p(this,void 0,void 0,function*(){return yield this.abort(t),Y})}return(t){return p(this,void 0,void 0,function*(){return yield this.close(),Y})}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(Y)}_ensureOpen(){if(this._closedPromiseResolve)return!0;throw new Error("AsyncQueue is closed")}};var ye=class extends ss{write(t){if((t=S(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?At(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=$t(this),u;u=yield l.next(),e=u.done,!e;c=!0){s=u.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 At(o,a)[0]})}},ge=class{constructor(t){t&&(this.source=new Po(at.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)}},Ct=class r{constructor(t){t instanceof r?this.source=t.source:t instanceof ye?this.source=new Ce(at.fromAsyncIterable(t)):vn(t)?this.source=new Ce(at.fromNodeStream(t)):ui(t)?this.source=new Ce(at.fromDOMStream(t)):_n(t)?this.source=new Ce(at.fromDOMStream(t.body)):zt(t)?this.source=new Ce(at.fromIterable(t)):Bt(t)?this.source=new Ce(at.fromAsyncIterable(t)):Lt(t)&&(this.source=new Ce(at.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)}},Po=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)||Y)}return(t){return Object.create(this.source.return&&this.source.return(t)||Y)}},Ce=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))||Y;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))||Y;return this._closedPromiseResolve&&this._closedPromiseResolve(),this._closedPromiseResolve=void 0,Object.create(e)})}};var Ei=class extends ge{constructor(t,e){super(),this.position=0,this.buffer=S(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}}},ar=class extends Ct{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 jo={};Ur(jo,{BaseInt64:()=>Mi,Int128:()=>Li,Int64:()=>Ve,Uint64:()=>X});function Xr(r){return r<0&&(r=4294967295+r+1),`0x${r.toString(16)}`}var Kr=8,ko=[1,10,100,1e3,1e4,1e5,1e6,1e7,1e8],Mi=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`${Xr(this.buffer[1])} ${Xr(this.buffer[0])}`}},X=class r extends Mi{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=Kr<i-s?Kr:i-s,a=new r(new Uint32Array([Number.parseInt(t.slice(s,s+o),10),0])),c=new r(new Uint32Array([ko[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)}},Ve=class r extends Mi{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=Kr<n-o?Kr:n-o,c=new r(new Uint32Array([Number.parseInt(t.slice(o,o+a),10),0])),l=new r(new Uint32Array([ko[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 Ve(new Uint32Array(this.buffer.buffer,this.buffer.byteOffset+8,2))}low(){return new Ve(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 X(new Uint32Array([this.buffer[3],0])),i=new X(new Uint32Array([this.buffer[2],0])),n=new X(new Uint32Array([this.buffer[1],0])),s=new X(new Uint32Array([this.buffer[0],0])),o=new X(new Uint32Array([t.buffer[3],0])),a=new X(new Uint32Array([t.buffer[2],0])),c=new X(new Uint32Array([t.buffer[1],0])),l=new X(new Uint32Array([t.buffer[0],0])),u=X.multiply(s,l);this.buffer[0]=u.low();let d=new X(new Uint32Array([u.high(),0]));return u=X.multiply(n,l),d.plus(u),u=X.multiply(s,c),d.plus(u),this.buffer[1]=d.low(),this.buffer[3]=d.lessThan(u)?1:0,this.buffer[2]=d.high(),new X(new Uint32Array(this.buffer.buffer,this.buffer.byteOffset+8,2)).plus(X.multiply(i,l)).plus(X.multiply(n,c)).plus(X.multiply(s,a)),this.buffer[3]+=X.multiply(e,l).plus(X.multiply(i,c)).plus(X.multiply(n,a)).plus(X.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`${Xr(this.buffer[3])} ${Xr(this.buffer[2])} ${Xr(this.buffer[1])} ${Xr(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=Kr<n-o?Kr:n-o,c=new r(new Uint32Array([Number.parseInt(t.slice(o,o+a),10),0,0,0])),l=new r(new Uint32Array([ko[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){super(),this.nodesIndex=-1,this.buffersIndex=-1,this.bytes=t,this.nodes=e,this.buffers=i,this.dictionaries=n}visit(t){return super.visit(t instanceof E?t.type:t)}visitNull(t,{length:e}=this.nextFieldNode()){return A({type:t,length:e})}visitBool(t,{length:e,nullCount:i}=this.nextFieldNode()){return A({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitInt(t,{length:e,nullCount:i}=this.nextFieldNode()){return A({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitFloat(t,{length:e,nullCount:i}=this.nextFieldNode()){return A({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitUtf8(t,{length:e,nullCount:i}=this.nextFieldNode()){return A({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 A({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 A({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitDate(t,{length:e,nullCount:i}=this.nextFieldNode()){return A({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitTimestamp(t,{length:e,nullCount:i}=this.nextFieldNode()){return A({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitTime(t,{length:e,nullCount:i}=this.nextFieldNode()){return A({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitDecimal(t,{length:e,nullCount:i}=this.nextFieldNode()){return A({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitList(t,{length:e,nullCount:i}=this.nextFieldNode()){return A({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 A({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),children:this.visitMany(t.children)})}visitUnion(t){return t.mode===Q.Sparse?this.visitSparseUnion(t):this.visitDenseUnion(t)}visitDenseUnion(t,{length:e,nullCount:i}=this.nextFieldNode()){return A({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),typeIds:this.readTypeIds(t),valueOffsets:this.readOffsets(t),children:this.visitMany(t.children)})}visitSparseUnion(t,{length:e,nullCount:i}=this.nextFieldNode()){return A({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),typeIds:this.readTypeIds(t),children:this.visitMany(t.children)})}visitDictionary(t,{length:e,nullCount:i}=this.nextFieldNode()){return A({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 A({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitFixedSizeList(t,{length:e,nullCount:i}=this.nextFieldNode()){return A({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 A({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)}},os=class extends Ui{constructor(t,e,i,n){super(new Uint8Array(0),e,i,n),this.sources=t}readNullBitmap(t,e,{offset:i}=this.nextBufferRange()){return e<=0?new Uint8Array(0):pr(this.sources[i])}readOffsets(t,{offset:e}=this.nextBufferRange()){return F(Uint8Array,F(Int32Array,this.sources[e]))}readTypeIds(t,{offset:e}=this.nextBufferRange()){return F(Uint8Array,F(t.ArrayType,this.sources[e]))}readData(t,{offset:e}=this.nextBufferRange()){let{sources:i}=this;return g.isTimestamp(t)?F(Uint8Array,Ve.convertArray(i[e])):(g.isInt(t)||g.isTime(t))&&t.bitWidth===64?F(Uint8Array,Ve.convertArray(i[e])):g.isDate(t)&&t.unit===ht.MILLISECOND?F(Uint8Array,Ve.convertArray(i[e])):g.isDecimal(t)?F(Uint8Array,Li.convertArray(i[e])):g.isBinary(t)||g.isFixedSizeBinary(t)?wh(i[e]):g.isBool(t)?pr(i[e]):g.isUtf8(t)?Ye(i[e].join("")):F(Uint8Array,F(t.ArrayType,i[e].map(n=>+n)))}};function wh(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 Qr=class extends de{constructor(t){super(t),this._values=new Ke(new Uint8Array(0))}get byteLength(){let t=this._pendingLength+this.length*4;return this._offsets&&(t+=this._offsets.byteLength),this._values&&(t+=this._values.byteLength),this._nulls&&(t+=this._nulls.byteLength),t}setValue(t,e){return super.setValue(t,S(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 as=class extends G{constructor(t){super(t),this._values=new Gr}setValue(t,e){this._values.set(t,+e)}};var _r=class extends st{};_r.prototype._setValue=vo;var Ri=class extends _r{};Ri.prototype._setValue=Ln;var Ci=class extends _r{};Ci.prototype._setValue=Un;var Vi=class extends st{};Vi.prototype._setValue=xo;var cs=class extends G{constructor({type:t,nullValues:e,dictionaryHashFunction:i}){super({type:new Tt(t.dictionary,t.indices,t.id,t.isOrdered)}),this._nulls=null,this._dictionaryOffset=0,this._keysToIndices=Object.create(null),this.indices=wr({type:this.type.indices,nullValues:e}),this.dictionary=wr({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 st{};Pi.prototype._setValue=wo;var ls=class extends G{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 Xt(this.type.listSize,new E(e,t.type,!0)),i}};var vr=class extends st{setValue(t,e){this._values.set(t,e)}},us=class extends vr{setValue(t,e){super.setValue(t,pi(e))}},hs=class extends vr{},ds=class extends vr{};var Ir=class extends st{};Ir.prototype._setValue=Bo;var ki=class extends Ir{};ki.prototype._setValue=qn;var ji=class extends Ir{};ji.prototype._setValue=Wn;var Vt=class extends st{setValue(t,e){this._values.set(t,e)}},fs=class extends Vt{},ps=class extends Vt{},ms=class extends Vt{},ys=class extends Vt{},gs=class extends Vt{},bs=class extends Vt{},_s=class extends Vt{},ws=class extends Vt{};var vs=class extends de{constructor(t){super(t),this._offsets=new Hr}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 Ht(new E(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 Is=class extends de{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 Kt(new E(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 Ss=class extends G{setValue(t,e){}setValid(t,e){return this.length=Math.max(t+1,this.length),e}};var xs=class extends G{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 W([...this.type.children,new E(e,t.type,!0)]),i}};var Pe=class extends st{};Pe.prototype._setValue=Io;var $i=class extends Pe{};$i.prototype._setValue=Rn;var zi=class extends Pe{};zi.prototype._setValue=Cn;var qi=class extends Pe{};qi.prototype._setValue=Vn;var Wi=class extends Pe{};Wi.prototype._setValue=Pn;var ke=class extends st{};ke.prototype._setValue=So;var Yi=class extends ke{};Yi.prototype._setValue=kn;var Gi=class extends ke{};Gi.prototype._setValue=jn;var Hi=class extends ke{};Hi.prototype._setValue=$n;var Ji=class extends ke{};Ji.prototype._setValue=zn;var Zr=class extends G{constructor(t){super(t),this._typeIds=new Ee(new Int8Array(0),1),typeof t.valueToChildTypeId=="function"&&(this._valueToChildTypeId=t.valueToChildTypeId)}get typeIdToChildIndex(){return this.type.typeIdToChildIndex}append(t,e){return this.set(this.length,t,e)}set(t,e,i){return i===void 0&&(i=this._valueToChildTypeId(this,e,t)),this.setValid(t,this.isValid(e))&&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 E(e,t.type)];return this.type=new Jt(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.")}},Bs=class extends Zr{},As=class extends Zr{constructor(t){super(t),this._offsets=new Ee(new Int32Array(0))}setValue(t,e,i){let n=this._typeIds.set(t,i).buffer[t],s=this.getChildAt(this.type.typeIdToChildIndex[n]),o=this._offsets.set(t,s.length).buffer[t];s?.set(o,e)}};var Xi=class extends de{constructor(t){super(t),this._values=new Ke(new Uint8Array(0))}get byteLength(){let t=this._pendingLength+this.length*4;return this._offsets&&(t+=this._offsets.byteLength),this._values&&(t+=this._values.byteLength),this._nulls&&(t+=this._nulls.byteLength),t}setValue(t,e){return super.setValue(t,Ye(e))}_flushPending(t,e){}};Xi.prototype._flushPending=Qr.prototype._flushPending;var $o=class extends b{visitNull(){return Ss}visitBool(){return as}visitInt(){return Vt}visitInt8(){return fs}visitInt16(){return ps}visitInt32(){return ms}visitInt64(){return ys}visitUint8(){return gs}visitUint16(){return bs}visitUint32(){return _s}visitUint64(){return ws}visitFloat(){return vr}visitFloat16(){return us}visitFloat32(){return hs}visitFloat64(){return ds}visitUtf8(){return Xi}visitBinary(){return Qr}visitFixedSizeBinary(){return Pi}visitDate(){return _r}visitDateDay(){return Ri}visitDateMillisecond(){return Ci}visitTimestamp(){return Pe}visitTimestampSecond(){return $i}visitTimestampMillisecond(){return zi}visitTimestampMicrosecond(){return qi}visitTimestampNanosecond(){return Wi}visitTime(){return ke}visitTimeSecond(){return Yi}visitTimeMillisecond(){return Gi}visitTimeMicrosecond(){return Hi}visitTimeNanosecond(){return Ji}visitDecimal(){return Vi}visitList(){return vs}visitStruct(){return xs}visitUnion(){return Zr}visitDenseUnion(){return As}visitSparseUnion(){return Bs}visitDictionary(){return cs}visitInterval(){return Ir}visitIntervalDayTime(){return ki}visitIntervalYearMonth(){return ji}visitFixedSizeList(){return ls}visitMap(){return Is}},Mc=new $o;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 _t(r,t){return t instanceof r.constructor}function Ki(r,t){return r===t||_t(r,t)}function je(r,t){return r===t||_t(r,t)&&r.bitWidth===t.bitWidth&&r.isSigned===t.isSigned}function Ts(r,t){return r===t||_t(r,t)&&r.precision===t.precision}function vh(r,t){return r===t||_t(r,t)&&r.byteWidth===t.byteWidth}function zo(r,t){return r===t||_t(r,t)&&r.unit===t.unit}function Qi(r,t){return r===t||_t(r,t)&&r.unit===t.unit&&r.timezone===t.timezone}function Zi(r,t){return r===t||_t(r,t)&&r.unit===t.unit&&r.bitWidth===t.bitWidth}function Ih(r,t){return r===t||_t(r,t)&&r.children.length===t.children.length&&be.compareManyFields(r.children,t.children)}function Sh(r,t){return r===t||_t(r,t)&&r.children.length===t.children.length&&be.compareManyFields(r.children,t.children)}function qo(r,t){return r===t||_t(r,t)&&r.mode===t.mode&&r.typeIds.every((e,i)=>e===t.typeIds[i])&&be.compareManyFields(r.children,t.children)}function xh(r,t){return r===t||_t(r,t)&&r.id===t.id&&r.isOrdered===t.isOrdered&&be.visit(r.indices,t.indices)&&be.visit(r.dictionary,t.dictionary)}function Wo(r,t){return r===t||_t(r,t)&&r.unit===t.unit}function Bh(r,t){return r===t||_t(r,t)&&r.listSize===t.listSize&&r.children.length===t.children.length&&be.compareManyFields(r.children,t.children)}function Ah(r,t){return r===t||_t(r,t)&&r.keysSorted===t.keysSorted&&r.children.length===t.children.length&&be.compareManyFields(r.children,t.children)}I.prototype.visitNull=Ki;I.prototype.visitBool=Ki;I.prototype.visitInt=je;I.prototype.visitInt8=je;I.prototype.visitInt16=je;I.prototype.visitInt32=je;I.prototype.visitInt64=je;I.prototype.visitUint8=je;I.prototype.visitUint16=je;I.prototype.visitUint32=je;I.prototype.visitUint64=je;I.prototype.visitFloat=Ts;I.prototype.visitFloat16=Ts;I.prototype.visitFloat32=Ts;I.prototype.visitFloat64=Ts;I.prototype.visitUtf8=Ki;I.prototype.visitBinary=Ki;I.prototype.visitFixedSizeBinary=vh;I.prototype.visitDate=zo;I.prototype.visitDateDay=zo;I.prototype.visitDateMillisecond=zo;I.prototype.visitTimestamp=Qi;I.prototype.visitTimestampSecond=Qi;I.prototype.visitTimestampMillisecond=Qi;I.prototype.visitTimestampMicrosecond=Qi;I.prototype.visitTimestampNanosecond=Qi;I.prototype.visitTime=Zi;I.prototype.visitTimeSecond=Zi;I.prototype.visitTimeMillisecond=Zi;I.prototype.visitTimeMicrosecond=Zi;I.prototype.visitTimeNanosecond=Zi;I.prototype.visitDecimal=Ki;I.prototype.visitList=Ih;I.prototype.visitStruct=Sh;I.prototype.visitUnion=qo;I.prototype.visitDenseUnion=qo;I.prototype.visitSparseUnion=qo;I.prototype.visitDictionary=xh;I.prototype.visitInterval=Wo;I.prototype.visitIntervalDayTime=Wo;I.prototype.visitIntervalYearMonth=Wo;I.prototype.visitFixedSizeList=Bh;I.prototype.visitMap=Ah;var be=new I;function Sr(r,t){return be.compareSchemas(r,t)}function Lc(r,t){return be.compareFields(r,t)}function Uc(r,t){return be.visit(r,t)}function wr(r){let t=r.type,e=new(Mc.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(wr(Object.assign(Object.assign({},l),{type:c})))}}return e}function Os(r,t){return Th(r,t.map(e=>e.data.concat()))}function Th(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,u=[];for(;n.numBatches-- >0;){for(o=Number.POSITIVE_INFINITY,a=-1;++a<c;)u[a]=l=t[a].shift(),o=Math.min(o,l?l.length:o);Number.isFinite(o)&&(u=Oh(e,o,u,t,n),o>0&&(i[s++]=A({type:new W(e),length:o,nullCount:0,children:u.slice()})))}return[r=r.assign(e),i.map(d=>new Z(r,d))]}function Oh(r,t,e,i,n){var s;let o=(t+63&-64)>>3;for(let a=-1,c=i.length;++a<c;){let l=e[a],u=l?.length;if(u>=t)u===t?e[a]=l:(e[a]=l.slice(0,t),n.numBatches=Math.max(n.numBatches,i[a].unshift(l.slice(t,u-t))));else{let d=r[a];r[a]=d.clone({nullable:!0}),e[a]=(s=l?._changeLengthAndBackfillNullBitmap(t))!==null&&s!==void 0?s:A({type:d.type,length:t,nullCount:t,nullBitmap:new Uint8Array(o)})}}return e}var Rc,wt=class r{constructor(...t){var e,i;if(t.length===0)return this.batches=[],this.schema=new $([]),this._offsets=[0],this;let n,s;t[0]instanceof $&&(n=t.shift()),t.at(-1)instanceof Uint32Array&&(s=t.pop());let o=c=>{if(c){if(c instanceof Z)return[c];if(c instanceof r)return c.batches;if(c instanceof z){if(c.type instanceof W)return[new Z(new $(c.type.children),c)]}else{if(Array.isArray(c))return c.flatMap(l=>o(l));if(typeof c[Symbol.iterator]=="function")return[...c].flatMap(l=>o(l));if(typeof c=="object"){let l=Object.keys(c),u=l.map(y=>new U([c[y]])),d=new $(l.map((y,M)=>new E(String(y),u[M].type))),[,f]=Os(d,u);return f.length===0?[new Z(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 $([]),!(n instanceof $))throw new TypeError("Table constructor expects a [Schema, RecordBatch[]] pair.");for(let c of a){if(!(c instanceof Z))throw new TypeError("Table constructor expects a [Schema, RecordBatch[]] pair.");if(!Sr(n,c.schema))throw new TypeError("Table and inner RecordBatch schemas must be equivalent.")}this.schema=n,this.batches=a,this._offsets=s??Xn(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=Jn(this.data)),this._nullCount}isValid(t){return!1}get(t){return null}set(t,e){}indexOf(t,e){return-1}getByteLength(t){return 0}[Symbol.iterator](){return this.batches.length>0?Yr.visit(new U(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 Z(e,n)))}slice(t,e){let i=this.schema;[t,e]=mi({length:this.numRows},t,e);let n=Kn(this.data,this._offsets,t,e);return new r(i,n.map(s=>new Z(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=A({type:i,length:0,nullCount:0});e.push(n._changeLengthAndBackfillNullBitmap(this.numRows))}return new U(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 U([A({type:new pt,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]=Os(i,a)}return new r(i,n)}select(t){let e=this.schema.fields.reduce((i,n,s)=>i.set(n.name,s),new Map);return this.selectAt(t.map(i=>e.get(i)).filter(i=>i>-1))}selectAt(t){let e=this.schema.selectAt(t),i=this.batches.map(n=>n.selectAt(t));return new r(e,i)}assign(t){let e=this.schema.fields,[i,n]=t.schema.fields.reduce((a,c,l)=>{let[u,d]=a,f=e.findIndex(y=>y.name===c.name);return~f?d[f]=l:u.push(l),a},[[],[]]),s=this.schema.assign(t.schema),o=[...e.map((a,c)=>[c,n[c]]).map(([a,c])=>c===void 0?this.getChildAt(a):t.getChildAt(c)),...i.map(a=>t.getChildAt(a))].filter(Boolean);return new r(...Os(s,o))}};Rc=Symbol.toStringTag;wt[Rc]=(r=>(r.schema=null,r.batches=[],r._offsets=new Uint32Array([0]),r._nullCount=-1,r[Symbol.isConcatSpreadable]=!0,r.isValid=Xe(bi),r.get=Xe(rt.getVisitFn(h.Struct)),r.set=Qn(lt.getVisitFn(h.Struct)),r.indexOf=Zn(mr.getVisitFn(h.Struct)),r.getByteLength=Xe(Dt.getVisitFn(h.Struct)),"Table"))(wt.prototype);var Vc,Z=class r{constructor(...t){switch(t.length){case 2:{if([this.schema]=t,!(this.schema instanceof $))throw new TypeError("RecordBatch constructor expects a [Schema, Data] pair.");if([,this.data=A({nullCount:0,type:new W(this.schema.fields),children:this.schema.fields.map(e=>A({type:e.type,nullCount:0}))})]=t,!(this.data instanceof z))throw new TypeError("RecordBatch constructor expects a [Schema, Data] pair.");[this.schema,this.data]=Cc(this.schema,this.data.children);break}case 1:{let[e]=t,{fields:i,children:n,length:s}=Object.keys(e).reduce((c,l,u)=>(c.children[u]=e[l],c.length=Math.max(c.length,e[l].length),c.fields[u]=E.new({name:l,type:e[l].type,nullable:!0}),c),{length:0,fields:new Array,children:new Array}),o=new $(i),a=A({type:new W(i),length:s,children:n,nullCount:0});[this.schema,this.data]=Cc(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=Pc(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 rt.visit(this.data,t)}set(t,e){return lt.visit(this.data,t,e)}indexOf(t,e){return mr.visit(this.data,t,e)}getByteLength(t){return Dt.visit(this.data,t)}[Symbol.iterator](){return Yr.visit(new U([this.data]))}toArray(){return[...this]}concat(...t){return new wt(this.schema,[this,...t])}slice(t,e){let[i]=new U([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 U([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 U([A({type:new pt,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 $(s,new Map(this.schema.metadata)),n=A({type:new W(s),children:o})}return new r(i,n)}select(t){let e=this.schema.select(t),i=new W(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,A({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=A({type:new W(e.fields),length:this.numRows,children:i});return new r(e,n)}};Vc=Symbol.toStringTag;Z[Vc]=(r=>(r._nullCount=-1,r[Symbol.isConcatSpreadable]=!0,"RecordBatch"))(Z.prototype);function Cc(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:A({type:c.type,length:e,nullCount:e,nullBitmap:new Uint8Array(o)}))}return[r.assign(n),A({type:new W(n),length:e,children:s})]}function Pc(r,t,e=new Map){for(let i=-1,n=r.length;++i<n;){let o=r[i].type,a=t[i];if(g.isDictionary(o)){if(!e.has(o.id))a.dictionary&&e.set(o.id,a.dictionary);else if(e.get(o.id)!==a.dictionary)throw new Error("Cannot create Schema containing two different dictionaries with the same Id")}o.children&&o.children.length>0&&Pc(o.children,a.children,e)}return e}var xr=class extends Z{constructor(t){let e=t.fields.map(n=>A({type:n.type})),i=A({type:new W(t.fields),nullCount:0,children:e});super(t,i)}};var tn;(function(r){r[r.BUFFER=0]="BUFFER"})(tn||(tn={}));var en;(function(r){r[r.LZ4_FRAME=0]="LZ4_FRAME",r[r.ZSTD=1]="ZSTD"})(en||(en={}));var Ds=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsBodyCompression(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsBodyCompression(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}codec(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt8(this.bb_pos+t):en.LZ4_FRAME}method(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.readInt8(this.bb_pos+t):tn.BUFFER}static startBodyCompression(t){t.startObject(2)}static addCodec(t,e){t.addFieldInt8(0,e,en.LZ4_FRAME)}static addMethod(t,e){t.addFieldInt8(1,e,tn.BUFFER)}static endBodyCompression(t){return t.endObject()}static createBodyCompression(t,e,i){return r.startBodyCompression(t),r.addCodec(t,e),r.addMethod(t,i),r.endBodyCompression(t)}};var ti=class{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}offset(){return this.bb.readInt64(this.bb_pos)}length(){return this.bb.readInt64(this.bb_pos+8)}static sizeOf(){return 16}static createBuffer(t,e,i){return t.prep(8,16),t.writeInt64(BigInt(i??0)),t.writeInt64(BigInt(e??0)),t.offset()}};var ei=class{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}length(){return this.bb.readInt64(this.bb_pos)}nullCount(){return this.bb.readInt64(this.bb_pos+8)}static sizeOf(){return 16}static createFieldNode(t,e,i){return t.prep(8,16),t.writeInt64(BigInt(i??0)),t.writeInt64(BigInt(e??0)),t.offset()}};var Et=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsRecordBatch(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsRecordBatch(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}length(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt64(this.bb_pos+t):BigInt("0")}nodes(t,e){let i=this.bb.__offset(this.bb_pos,6);return i?(e||new ei).__init(this.bb.__vector(this.bb_pos+i)+t*16,this.bb):null}nodesLength(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.__vector_len(this.bb_pos+t):0}buffers(t,e){let i=this.bb.__offset(this.bb_pos,8);return i?(e||new ti).__init(this.bb.__vector(this.bb_pos+i)+t*16,this.bb):null}buffersLength(){let t=this.bb.__offset(this.bb_pos,8);return t?this.bb.__vector_len(this.bb_pos+t):0}compression(t){let e=this.bb.__offset(this.bb_pos,10);return e?(t||new Ds).__init(this.bb.__indirect(this.bb_pos+e),this.bb):null}static startRecordBatch(t){t.startObject(4)}static addLength(t,e){t.addFieldInt64(0,e,BigInt("0"))}static addNodes(t,e){t.addFieldOffset(1,e,0)}static startNodesVector(t,e){t.startVector(16,e,8)}static addBuffers(t,e){t.addFieldOffset(2,e,0)}static startBuffersVector(t,e){t.startVector(16,e,8)}static addCompression(t,e){t.addFieldOffset(3,e,0)}static endRecordBatch(t){return t.endObject()}};var $e=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsDictionaryBatch(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsDictionaryBatch(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}id(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt64(this.bb_pos+t):BigInt("0")}data(t){let e=this.bb.__offset(this.bb_pos,6);return e?(t||new Et).__init(this.bb.__indirect(this.bb_pos+e),this.bb):null}isDelta(){let t=this.bb.__offset(this.bb_pos,8);return t?!!this.bb.readInt8(this.bb_pos+t):!1}static startDictionaryBatch(t){t.startObject(3)}static addId(t,e){t.addFieldInt64(0,e,BigInt("0"))}static addData(t,e){t.addFieldOffset(1,e,0)}static addIsDelta(t,e){t.addFieldInt8(2,+e,0)}static endDictionaryBatch(t){return t.endObject()}};var ri;(function(r){r[r.NONE=0]="NONE",r[r.Schema=1]="Schema",r[r.DictionaryBatch=2]="DictionaryBatch",r[r.RecordBatch=3]="RecordBatch",r[r.Tensor=4]="Tensor",r[r.SparseTensor=5]="SparseTensor"})(ri||(ri={}));var re=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):Qe.V1}headerType(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.readUint8(this.bb_pos+t):ri.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 nt).__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,Qe.V1)}static addHeaderType(t,e){t.addFieldInt8(1,e,ri.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 Yo=class extends b{visit(t,e){return t==null||e==null?void 0:super.visit(t,e)}visitNull(t,e){return Ti.startNull(e),Ti.endNull(e)}visitInt(t,e){return te.startInt(e),te.addBitWidth(e,t.bitWidth),te.addIsSigned(e,t.isSigned),te.endInt(e)}visitFloat(t,e){return nr.startFloatingPoint(e),nr.addPrecision(e,t.precision),nr.endFloatingPoint(e)}visitBinary(t,e){return vi.startBinary(e),vi.endBinary(e)}visitBool(t,e){return Ii.startBool(e),Ii.endBool(e)}visitUtf8(t,e){return Fi.startUtf8(e),Fi.endUtf8(e)}visitDecimal(t,e){return me.startDecimal(e),me.addScale(e,t.scale),me.addPrecision(e,t.precision),me.addBitWidth(e,t.bitWidth),me.endDecimal(e)}visitDate(t,e){return tr.startDate(e),tr.addUnit(e,t.unit),tr.endDate(e)}visitTime(t,e){return Me.startTime(e),Me.addUnit(e,t.unit),Me.addBitWidth(e,t.bitWidth),Me.endTime(e)}visitTimestamp(t,e){let i=t.timezone&&e.createString(t.timezone)||void 0;return Le.startTimestamp(e),Le.addUnit(e,t.unit),i!==void 0&&Le.addTimezone(e,i),Le.endTimestamp(e)}visitInterval(t,e){return sr.startInterval(e),sr.addUnit(e,t.unit),sr.endInterval(e)}visitList(t,e){return Ai.startList(e),Ai.endList(e)}visitStruct(t,e){return Oi.startStruct_(e),Oi.endStruct_(e)}visitUnion(t,e){ee.startTypeIdsVector(e,t.typeIds.length);let i=ee.createTypeIdsVector(e,t.typeIds);return ee.startUnion(e),ee.addMode(e,t.mode),ee.addTypeIds(e,i),ee.endUnion(e)}visitDictionary(t,e){let i=this.visit(t.indices,e);return pe.startDictionaryEncoding(e),pe.addId(e,BigInt(t.id)),pe.addIsOrdered(e,t.isOrdered),i!==void 0&&pe.addIndexType(e,i),pe.endDictionaryEncoding(e)}visitFixedSizeBinary(t,e){return rr.startFixedSizeBinary(e),rr.addByteWidth(e,t.byteWidth),rr.endFixedSizeBinary(e)}visitFixedSizeList(t,e){return ir.startFixedSizeList(e),ir.addListSize(e,t.listSize),ir.endFixedSizeList(e)}visitMap(t,e){return or.startMap(e),or.addKeysSorted(e,t.keysSorted),or.endMap(e)}},Fs=new Yo;function zc(r,t=new Map){return new $(Fh(r,t),Ns(r.customMetadata),t)}function Go(r){return new ut(r.count,Wc(r.columns),Yc(r.columns))}function qc(r){return new It(Go(r.data),r.id,r.isDelta)}function Fh(r,t){return(r.fields||[]).filter(Boolean).map(e=>E.fromJSON(e,t))}function kc(r,t){return(r.children||[]).filter(Boolean).map(e=>E.fromJSON(e,t))}function Wc(r){return(r||[]).reduce((t,e)=>[...t,new ie(e.count,Nh(e.VALIDITY)),...Wc(e.children)],[])}function Yc(r,t=[]){for(let e=-1,i=(r||[]).length;++e<i;){let n=r[e];n.VALIDITY&&t.push(new vt(t.length,n.VALIDITY.length)),n.TYPE&&t.push(new vt(t.length,n.TYPE.length)),n.OFFSET&&t.push(new vt(t.length,n.OFFSET.length)),n.DATA&&t.push(new vt(t.length,n.DATA.length)),t=Yc(n.children,t)}return t}function Nh(r){return(r||[]).reduce((t,e)=>t+ +(e===0),0)}function Gc(r,t){let e,i,n,s,o,a;return!t||!(s=r.dictionary)?(o=$c(r,kc(r,t)),n=new E(r.name,o,r.nullable,Ns(r.customMetadata))):t.has(e=s.id)?(i=(i=s.indexType)?jc(i):new le,a=new Tt(t.get(e),i,e,s.isOrdered),n=new E(r.name,a,r.nullable,Ns(r.customMetadata))):(i=(i=s.indexType)?jc(i):new le,t.set(e,o=$c(r,kc(r,t))),a=new Tt(o,i,e,s.isOrdered),n=new E(r.name,a,r.nullable,Ns(r.customMetadata))),n||null}function Ns(r){return new Map(Object.entries(r||{}))}function jc(r){return new tt(r.isSigned,r.bitWidth)}function $c(r,t){let e=r.type.name;switch(e){case"NONE":return new pt;case"null":return new pt;case"binary":return new Se;case"utf8":return new xe;case"bool":return new Be;case"list":return new Ht((t||[])[0]);case"struct":return new W(t||[]);case"struct_":return new W(t||[])}switch(e){case"int":{let i=r.type;return new tt(i.isSigned,i.bitWidth)}case"floatingpoint":{let i=r.type;return new gt(J[i.precision])}case"decimal":{let i=r.type;return new Ae(i.scale,i.precision,i.bitWidth)}case"date":{let i=r.type;return new Te(ht[i.unit])}case"time":{let i=r.type;return new Gt(L[i.unit],i.bitWidth)}case"timestamp":{let i=r.type;return new Oe(L[i.unit],i.timezone)}case"interval":{let i=r.type;return new De(mt[i.unit])}case"union":{let i=r.type;return new Jt(Q[i.mode],i.typeIds||[],t||[])}case"fixedsizebinary":{let i=r.type;return new Fe(i.byteWidth)}case"fixedsizelist":{let i=r.type;return new Xt(i.listSize,(t||[])[0])}case"map":{let i=r.type;return new Kt((t||[])[0],i.keysSorted)}}throw new Error(`Unrecognized type: "${e}"`)}var Eh=gr,Mh=Ft,St=class r{static fromJSON(t,e){let i=new r(0,ct.V4,e);return i._createHeader=Lh(t,e),i}static decode(t){t=new Mh(S(t));let e=re.getRootAsMessage(t),i=e.bodyLength(),n=e.version(),s=e.headerType(),o=new r(i,n,s);return o._createHeader=Uh(e,s),o}static encode(t){let e=new Eh,i=-1;return t.isSchema()?i=$.encode(e,t.header()):t.isRecordBatch()?i=ut.encode(e,t.header()):t.isDictionaryBatch()&&(i=It.encode(e,t.header())),re.startMessage(e),re.addVersion(e,ct.V4),re.addHeader(e,i),re.addHeaderType(e,t.headerType),re.addBodyLength(e,BigInt(t.bodyLength)),re.finishMessageBuffer(e,re.endMessage(e)),e.asUint8Array()}static from(t,e=0){if(t instanceof $)return new r(0,ct.V4,V.Schema,t);if(t instanceof ut)return new r(e,ct.V4,V.RecordBatch,t);if(t instanceof It)return new r(e,ct.V4,V.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===V.Schema}isRecordBatch(){return this.headerType===V.RecordBatch}isDictionaryBatch(){return this.headerType===V.DictionaryBatch}constructor(t,e,i,n){this._version=e,this._headerType=i,this.body=new Uint8Array(0),n&&(this._createHeader=()=>n),this._bodyLength=yt(t)}},ut=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=yt(t)}},It=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=yt(e)}},vt=class{constructor(t,e){this.offset=yt(t),this.length=yt(e)}},ie=class{constructor(t,e){this.length=yt(t),this.nullCount=yt(e)}};function Lh(r,t){return()=>{switch(t){case V.Schema:return $.fromJSON(r);case V.RecordBatch:return ut.fromJSON(r);case V.DictionaryBatch:return It.fromJSON(r)}throw new Error(`Unrecognized Message type: { name: ${V[t]}, type: ${t} }`)}}function Uh(r,t){return()=>{switch(t){case V.Schema:return $.decode(r.header(new bt));case V.RecordBatch:return ut.decode(r.header(new Et),r.version());case V.DictionaryBatch:return It.decode(r.header(new $e),r.version())}throw new Error(`Unrecognized Message type: { name: ${V[t]}, type: ${t} }`)}}E.encode=Yh;E.decode=qh;E.fromJSON=Gc;$.encode=Wh;$.decode=Rh;$.fromJSON=zc;ut.encode=Gh;ut.decode=Ch;ut.fromJSON=Go;It.encode=Hh;It.decode=Vh;It.fromJSON=qc;ie.encode=Jh;ie.decode=kh;vt.encode=Xh;vt.decode=Ph;function Rh(r,t=new Map){let e=zh(r,t);return new $(e,Es(r),t)}function Ch(r,t=ct.V4){if(r.compression()!==null)throw new Error("Record batch compression not implemented");return new ut(r.length(),jh(r),$h(r,t))}function Vh(r,t=ct.V4){return new It(ut.decode(r.data(),t),r.id(),r.isDelta())}function Ph(r){return new vt(r.offset(),r.length())}function kh(r){return new ie(r.length(),r.nullCount())}function jh(r){let t=[];for(let e,i=-1,n=-1,s=r.nodesLength();++i<s;)(e=r.nodes(i))&&(t[++n]=ie.decode(e));return t}function $h(r,t){let e=[];for(let i,n=-1,s=-1,o=r.buffersLength();++n<o;)(i=r.buffers(n))&&(t<ct.V4&&(i.bb_pos+=8*(n+1)),e[++s]=vt.decode(i));return e}function zh(r,t){let e=[];for(let i,n=-1,s=-1,o=r.fieldsLength();++n<o;)(i=r.fields(n))&&(e[++s]=E.decode(i,t));return e}function Hc(r,t){let e=[];for(let i,n=-1,s=-1,o=r.childrenLength();++n<o;)(i=r.children(n))&&(e[++s]=E.decode(i,t));return e}function qh(r,t){let e,i,n,s,o,a;return!t||!(a=r.dictionary())?(n=Xc(r,Hc(r,t)),i=new E(r.name(),n,r.nullable(),Es(r))):t.has(e=yt(a.id()))?(s=(s=a.indexType())?Jc(s):new le,o=new Tt(t.get(e),s,e,a.isOrdered()),i=new E(r.name(),o,r.nullable(),Es(r))):(s=(s=a.indexType())?Jc(s):new le,t.set(e,n=Xc(r,Hc(r,t))),o=new Tt(n,s,e,a.isOrdered()),i=new E(r.name(),o,r.nullable(),Es(r))),i||null}function Es(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 Jc(r){return new tt(r.isSigned(),r.bitWidth())}function Xc(r,t){let e=r.typeType();switch(e){case H.NONE:return new pt;case H.Null:return new pt;case H.Binary:return new Se;case H.Utf8:return new xe;case H.Bool:return new Be;case H.List:return new Ht((t||[])[0]);case H.Struct_:return new W(t||[])}switch(e){case H.Int:{let i=r.type(new te);return new tt(i.isSigned(),i.bitWidth())}case H.FloatingPoint:{let i=r.type(new nr);return new gt(i.precision())}case H.Decimal:{let i=r.type(new me);return new Ae(i.scale(),i.precision(),i.bitWidth())}case H.Date:{let i=r.type(new tr);return new Te(i.unit())}case H.Time:{let i=r.type(new Me);return new Gt(i.unit(),i.bitWidth())}case H.Timestamp:{let i=r.type(new Le);return new Oe(i.unit(),i.timezone())}case H.Interval:{let i=r.type(new sr);return new De(i.unit())}case H.Union:{let i=r.type(new ee);return new Jt(i.mode(),i.typeIdsArray()||[],t||[])}case H.FixedSizeBinary:{let i=r.type(new rr);return new Fe(i.byteWidth())}case H.FixedSizeList:{let i=r.type(new ir);return new Xt(i.listSize(),(t||[])[0])}case H.Map:{let i=r.type(new or);return new Kt((t||[])[0],i.keysSorted())}}throw new Error(`Unrecognized type: "${H[e]}" (${e})`)}function Wh(r,t){let e=t.fields.map(s=>E.encode(r,s));bt.startFieldsVector(r,e.length);let i=bt.createFieldsVector(r,e),n=t.metadata&&t.metadata.size>0?bt.createCustomMetadataVector(r,[...t.metadata].map(([s,o])=>{let a=r.createString(`${s}`),c=r.createString(`${o}`);return nt.startKeyValue(r),nt.addKey(r,a),nt.addValue(r,c),nt.endKeyValue(r)})):-1;return bt.startSchema(r),bt.addFields(r,i),bt.addEndianness(r,Kh?Ze.Little:Ze.Big),n!==-1&&bt.addCustomMetadata(r,n),bt.endSchema(r)}function Yh(r,t){let e=-1,i=-1,n=-1,s=t.type,o=t.typeId;g.isDictionary(s)?(o=s.dictionary.typeId,n=Fs.visit(s,r),i=Fs.visit(s.dictionary,r)):i=Fs.visit(s,r);let a=(s.children||[]).map(u=>E.encode(r,u)),c=dt.createChildrenVector(r,a),l=t.metadata&&t.metadata.size>0?dt.createCustomMetadataVector(r,[...t.metadata].map(([u,d])=>{let f=r.createString(`${u}`),y=r.createString(`${d}`);return nt.startKeyValue(r),nt.addKey(r,f),nt.addValue(r,y),nt.endKeyValue(r)})):-1;return t.name&&(e=r.createString(t.name)),dt.startField(r),dt.addType(r,i),dt.addTypeType(r,o),dt.addChildren(r,c),dt.addNullable(r,!!t.nullable),e!==-1&&dt.addName(r,e),n!==-1&&dt.addDictionary(r,n),l!==-1&&dt.addCustomMetadata(r,l),dt.endField(r)}function Gh(r,t){let e=t.nodes||[],i=t.buffers||[];Et.startNodesVector(r,e.length);for(let o of e.slice().reverse())ie.encode(r,o);let n=r.endVector();Et.startBuffersVector(r,i.length);for(let o of i.slice().reverse())vt.encode(r,o);let s=r.endVector();return Et.startRecordBatch(r),Et.addLength(r,BigInt(t.length)),Et.addNodes(r,n),Et.addBuffers(r,s),Et.endRecordBatch(r)}function Hh(r,t){let e=ut.encode(r,t.data);return $e.startDictionaryBatch(r),$e.addId(r,BigInt(t.id)),$e.addIsDelta(r,t.isDelta),$e.addData(r,e),$e.endDictionaryBatch(r)}function Jh(r,t){return ei.createFieldNode(r,BigInt(t.length),BigInt(t.nullCount))}function Xh(r,t){return ti.createBuffer(r,BigInt(t.offset),BigInt(t.length))}var Kh=(()=>{let r=new ArrayBuffer(2);return new DataView(r).setInt16(0,256,!0),new Int16Array(r)[0]===256})();var Jo=r=>`Expected ${V[r]} Message in stream, but was null or length 0.`,Xo=r=>`Header pointer of flatbuffer-encoded ${V[r]} Message is null or length 0.`,Kc=(r,t)=>`Expected to read ${r} metadata bytes, but only read ${t}.`,Qc=(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?Y:t.value===-1&&(t=this.readMetadataLength()).done?Y:(t=this.readMetadata(t.value)).done?Y: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(Jo(t));return e.value}readMessageBody(t){if(t<=0)return new Uint8Array(0);let e=S(this.source.read(t));if(e.byteLength<t)throw new Error(Qc(t,e.byteLength));return e.byteOffset%8===0&&e.byteOffset+e.byteLength<=e.buffer.byteLength?e:e.slice()}readSchema(t=!1){let e=V.Schema,i=this.readMessage(e),n=i?.header();if(t&&!n)throw new Error(Xo(e));return n}readMetadataLength(){let t=this.source.read(Ms),e=t&&new Ft(t),i=e?.readInt32(0)||0;return{done:i===0,value:i}}readMetadata(t){let e=this.source.read(t);if(!e)return Y;if(e.byteLength<t)throw new Error(Kc(t,e.byteLength));return{done:!1,value:St.decode(e)}}},rn=class{constructor(t,e){this.source=t instanceof Ct?t:bn(t)?new ar(t,e):new Ct(t)}[Symbol.asyncIterator](){return this}next(){return p(this,void 0,void 0,function*(){let t;return(t=yield this.readMetadataLength()).done?Y:t.value===-1&&(t=yield this.readMetadataLength()).done?Y:(t=yield this.readMetadata(t.value)).done?Y: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(Jo(t));return e.value})}readMessageBody(t){return p(this,void 0,void 0,function*(){if(t<=0)return new Uint8Array(0);let e=S(yield this.source.read(t));if(e.byteLength<t)throw new Error(Qc(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=V.Schema,i=yield this.readMessage(e),n=i?.header();if(t&&!n)throw new Error(Xo(e));return n})}readMetadataLength(){return p(this,void 0,void 0,function*(){let t=yield this.source.read(Ms),e=t&&new Ft(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 Y;if(e.byteLength<t)throw new Error(Kc(t,e.byteLength));return{done:!1,value:St.decode(e)}})}},nn=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:St.fromJSON(t.schema,V.Schema)};if(this._dictionaryIndex<t.dictionaries.length){let e=t.dictionaries[this._dictionaryIndex++];return this._body=e.data.columns,{done:!1,value:St.fromJSON(e,V.DictionaryBatch)}}if(this._batchIndex<t.batches.length){let e=t.batches[this._batchIndex++];return this._body=e.columns,{done:!1,value:St.fromJSON(e,V.RecordBatch)}}return this._body=[],Y}readMessageBody(t){return e(this._body);function e(i){return(i||[]).reduce((n,s)=>[...n,...s.VALIDITY&&[s.VALIDITY]||[],...s.TYPE&&[s.TYPE]||[],...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(Jo(t));return e.value}readSchema(){let t=V.Schema,e=this.readMessage(t),i=e?.header();if(!e||!i)throw new Error(Xo(t));return i}},Ms=4,Ho="ARROW1",ni=new Uint8Array(Ho.length);for(let r=0;r<Ho.length;r+=1)ni[r]=Ho.codePointAt(r);function Ls(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,Ko=si+Ms,Zc=si*2+Ms;var Mt=class r extends br{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 Bt(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 at.toDOMStream(this.isSync()?{[Symbol.iterator]:()=>this}:{[Symbol.asyncIterator]:()=>this})}toNodeStream(){return at.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:yn(t)?Zh(t):bn(t)?rd(t):Bt(t)?p(this,void 0,void 0,function*(){return yield r.from(yield t)}):_n(t)||ui(t)||vn(t)||Lt(t)?ed(new Ct(t)):td(new ge(t))}static readAll(t){return t instanceof r?t.isSync()?tl(t):el(t):yn(t)||ArrayBuffer.isView(t)||zt(t)||gn(t)?tl(t):el(t)}},ze=class extends Mt{constructor(t){super(t),this._impl=t}readAll(){return[...this]}[Symbol.iterator](){return this._impl[Symbol.iterator]()}[Symbol.asyncIterator](){return xt(this,arguments,function*(){yield B(yield*Rr($t(this[Symbol.iterator]())))})}},Br=class extends Mt{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=$t(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]()}},Ar=class extends ze{constructor(t){super(t),this._impl=t}},Us=class extends Br{constructor(t){super(t),this._impl=t}},Rs=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=A({type:new W(this.schema.fields),length:t.length,children:i});return new Z(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 U(l)):new U(l)).memoize()}return a.memoize()}_loadVectors(t,e,i){return new Ui(e,t.nodes,t.buffers,this.dictionaries).visitMany(i)}},oi=class extends Rs{constructor(t,e){super(e),this._reader=yn(t)?new nn(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=rl(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):Y}return(t){return!this.closed&&this.autoDestroy&&(this.closed=!0)?this.reset()._reader.return(t):Y}next(){if(this.closed)return Y;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 xr(this.schema)}):this.return()}_readNextMessageAndValidate(t){return this._reader.readMessage(t)}},ai=class extends Rs{constructor(t,e){super(e),this._reader=new rn(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=rl(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):Y})}return(t){return p(this,void 0,void 0,function*(){return!this.closed&&this.autoDestroy&&(this.closed=!0)?yield this.reset()._reader.return(t):Y})}next(){return p(this,void 0,void 0,function*(){if(this.closed)return Y;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 xr(this.schema)}):yield this.return()})}_readNextMessageAndValidate(t){return p(this,void 0,void 0,function*(){return yield this._reader.readMessage(t)})}},Cs=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 Ei?t:new Ei(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(V.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(V.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-Ko,i=t.readInt32(e),n=t.readAt(e-i,i);return Ue.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}},Qo=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 ar?t:new ar(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(V.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(V.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-Ko,i=yield t.readInt32(e),n=yield t.readAt(e-i,i);return Ue.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})}},Zo=class extends oi{constructor(t,e){super(t,e)}_loadVectors(t,e,i){return new os(e,t.nodes,t.buffers,this.dictionaries).visitMany(i)}};function rl(r,t){return t&&typeof t.autoDestroy=="boolean"?t.autoDestroy:r.autoDestroy}function*tl(r){let t=Mt.from(r);try{if(!t.open({autoDestroy:!1}).closed)do yield t;while(!t.reset().open().closed)}finally{t.cancel()}}function el(r){return xt(this,arguments,function*(){let e=yield B(Mt.from(r));try{if(!(yield B(e.open({autoDestroy:!1}))).closed)do yield yield B(e);while(!(yield B(e.reset().open())).closed)}finally{yield B(e.cancel())}})}function Zh(r){return new ze(new Zo(r))}function td(r){let t=r.peek(si+7&-8);return t&&t.byteLength>=4?Ls(t)?new Ar(new Cs(r.read())):new ze(new oi(r)):new ze(new oi(function*(){}()))}function ed(r){return p(this,void 0,void 0,function*(){let t=yield r.peek(si+7&-8);return t&&t.byteLength>=4?Ls(t)?new Ar(new Cs(yield r.read())):new Br(new ai(r)):new Br(new ai(function(){return xt(this,arguments,function*(){})}()))})}function rd(r){return p(this,void 0,void 0,function*(){let{size:t}=yield r.stat(),e=new ar(r,t);return t>=Zc&&Ls(yield e.readAt(0,si+7&-8))?new Us(new Qo(e)):new Br(new ai(e))})}var et=class r extends b{static assemble(...t){let e=n=>n.flatMap(s=>Array.isArray(s)?e(s):s instanceof Z?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 U)return this.visitMany(t.data),this;let{type:e}=t;if(!g.isDictionary(e)){let{length:i,nullCount:n}=t;if(i>2147483647)throw new RangeError("Cannot write arrays larger than 2^31 - 1 in length");g.isNull(e)||ne.call(this,n<=0?new Uint8Array(0):Wr(t.offset,i,t.nullBitmap)),this.nodes.push(new ie(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 ne(r){let t=r.byteLength+7&-8;return this.buffers.push(r),this.bufferRegions.push(new vt(this._byteLength,t)),this._byteLength+=t,this}function id(r){let{type:t,length:e,typeIds:i,valueOffsets:n}=r;if(ne.call(this,i),t.mode===Q.Sparse)return ta.call(this,r);if(t.mode===Q.Dense){if(r.offset<=0)return ne.call(this,n),ta.call(this,r);{let s=i.reduce((u,d)=>Math.max(u,d),i[0]),o=new Int32Array(s+1),a=new Int32Array(s+1).fill(-1),c=new Int32Array(e),l=hi(-n[0],e,n);for(let u,d,f=-1;++f<e;)(d=a[u=i[f]])===-1&&(d=a[u]=l[u]),c[f]=l[f]-d,++o[u];ne.call(this,c);for(let u,d=-1,f=t.children.length;++d<f;)if(u=r.children[d]){let y=t.typeIds[d],M=Math.min(e,o[y]);this.visit(u.slice(a[y],M))}}}return this}function nd(r){let t;return r.nullCount>=r.length?ne.call(this,new Uint8Array(0)):(t=r.values)instanceof Uint8Array?ne.call(this,Wr(r.offset,r.length,t)):ne.call(this,pr(r.values))}function cr(r){return ne.call(this,r.values.subarray(0,r.length*r.stride))}function il(r){let{length:t,values:e,valueOffsets:i}=r,n=i[0],s=i[t],o=Math.min(s-n,e.byteLength-n);return ne.call(this,hi(-i[0],t,i)),ne.call(this,e.subarray(n,n+o)),this}function ea(r){let{length:t,valueOffsets:e}=r;return e&&ne.call(this,hi(e[0],t,e)),this.visit(r.children[0])}function ta(r){return this.visitMany(r.type.children.map((t,e)=>r.children[e]).filter(Boolean))[0]}et.prototype.visitBool=nd;et.prototype.visitInt=cr;et.prototype.visitFloat=cr;et.prototype.visitUtf8=il;et.prototype.visitBinary=il;et.prototype.visitFixedSizeBinary=cr;et.prototype.visitDate=cr;et.prototype.visitTimestamp=cr;et.prototype.visitTime=cr;et.prototype.visitDecimal=cr;et.prototype.visitList=ea;et.prototype.visitStruct=ta;et.prototype.visitUnion=id;et.prototype.visitInterval=cr;et.prototype.visitFixedSizeList=ea;et.prototype.visitMap=ea;var Tr=class extends br{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,ft(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 Bt(t)?t.then(e=>this.writeAll(e)):Lt(t)?ia(this,t):ra(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&&Ta(t)?this.toDOMStream({type:"bytes"}).pipeTo(t):t&&Oa(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||!Sr(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 wt&&!(e=t.schema))return this.finish()&&void 0;if(t instanceof Z&&!(e=t.schema))return this.finish()&&void 0}else throw new Error("RecordBatchWriter is closed");if(e&&!Sr(e,this._schema)){if(this._started&&this._autoDestroy)return this.close();this.reset(this._sink,e)}t instanceof Z?t instanceof xr||this._writeRecordBatch(t):t instanceof wt?this.writeAll(t.batches):zt(t)&&this.writeAll(t)}_writeMessage(t,e=8){let i=e-1,n=St.encode(t),s=n.byteLength,o=this._writeLegacyIpcFormat?4:8,a=s+o+i&~i,c=a-s-o;return t.headerType===V.RecordBatch?this._recordBatchBlocks.push(new Re(a,t.bodyLength,this._position)):t.headerType===V.DictionaryBatch&&this._dictionaryBlocks.push(new Re(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=S(t);e&&e.byteLength>0&&(this._sink.write(e),this._position+=e.byteLength)}return this}_writeSchema(t){return this._writeMessage(St.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}=et.assemble(t),o=new ut(t.numRows,i,n),a=St.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}=et.assemble(new U([t])),c=new ut(t.length,s,o),l=new It(c,e,i),u=St.from(l,n);return this._writeMessage(u)._writeBodyBuffers(a)}_writeBodyBuffers(t){let e,i,n;for(let s=-1,o=t.length;++s<o;)(e=t[s])&&(i=e.byteLength)>0&&(this._write(e),(n=(i+7&-8)-i)>0&&this._writePadding(n));return this}_writeDictionaries(t){for(let[e,i]of t.dictionaries){let n=this._dictionaryDeltaOffsets.get(e)||0;if(n===0||(i=i?.slice(n)).length>0)for(let s of i.data)this._writeDictionaryBatch(s,e,n>0),n+=s.length}return this}},sn=class r extends Tr{static writeAll(t,e){let i=new r(e);return Bt(t)?t.then(n=>i.writeAll(n)):Lt(t)?ia(i,t):ra(i,t)}},on=class r extends Tr{static writeAll(t){let e=new r;return Bt(t)?t.then(i=>e.writeAll(i)):Lt(t)?ia(e,t):ra(e,t)}constructor(){super(),this._autoDestroy=!0}_writeSchema(t){return this._writeMagic()._writePadding(2)}_writeFooter(t){let e=Ue.encode(new Ue(t,ct.V4,this._recordBatchBlocks,this._dictionaryBlocks));return super._writeFooter(t)._write(e)._write(Int32Array.of(e.byteLength))._writeMagic()}};function ra(r,t){let e=t;t instanceof wt&&(e=t.batches,r.reset(void 0,t.schema));for(let i of e)r.write(i);return r.finish()}function ia(r,t){var e,i,n,s,o,a,c;return p(this,void 0,void 0,function*(){try{for(e=!0,i=$t(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 nl(r,t){if(Lt(r))return od(r,t);if(zt(r))return sd(r,t);throw new Error("toDOMStream() must be called with an Iterable or AsyncIterable")}function sd(r,t){let e=null,i=t?.type==="bytes"||!1,n=t?.highWaterMark||Math.pow(2,24);return new ReadableStream(Object.assign(Object.assign({},t),{start(o){s(o,e||(e=r[Symbol.iterator]()))},pull(o){e?s(o,e):o.close()},cancel(){(e?.return&&e.return()||!0)&&(e=null)}}),Object.assign({highWaterMark:i?n:void 0},t));function s(o,a){let c,l=null,u=o.desiredSize||null;for(;!(l=a.next(i?u:null)).done;)if(ArrayBuffer.isView(l.value)&&(c=S(l.value))&&(u!=null&&i&&(u=u-c.byteLength+1),l.value=c),o.enqueue(l.value),u!=null&&--u<=0)return;o.close()}}function od(r,t){let e=null,i=t?.type==="bytes"||!1,n=t?.highWaterMark||Math.pow(2,24);return new ReadableStream(Object.assign(Object.assign({},t),{start(o){return p(this,void 0,void 0,function*(){yield s(o,e||(e=r[Symbol.asyncIterator]()))})},pull(o){return p(this,void 0,void 0,function*(){e?yield s(o,e):o.close()})},cancel(){return p(this,void 0,void 0,function*(){(e?.return&&(yield e.return())||!0)&&(e=null)})}}),Object.assign({highWaterMark:i?n:void 0},t));function s(o,a){return p(this,void 0,void 0,function*(){let c,l=null,u=o.desiredSize||null;for(;!(l=yield a.next(i?u:null)).done;)if(ArrayBuffer.isView(l.value)&&(c=S(l.value))&&(u!=null&&i&&(u=u-c.byteLength+1),l.value=c),o.enqueue(l.value),u!=null&&--u<=0)return;o.close()})}}function al(r){return new na(r)}var na=class{constructor(t){this._numChunks=0,this._finished=!1,this._bufferedSize=0;let{["readableStrategy"]:e,["writableStrategy"]:i,["queueingStrategy"]:n="count"}=t,s=Ba(t,["readableStrategy","writableStrategy","queueingStrategy"]);this._controller=null,this._builder=wr(s),this._getSize=n!=="bytes"?sl:ol;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"?sl:ol}),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)}},sl=r=>{var t;return(t=r?.length)!==null&&t!==void 0?t:0},ol=r=>{var t;return(t=r?.byteLength)!==null&&t!==void 0?t:0};function Vs(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 Mt.from(e)).open(t)})}function o(a,c){return p(this,void 0,void 0,function*(){let l=a.desiredSize,u=null;for(;!(u=yield c.next()).done;)if(a.enqueue(u.value),l!=null&&--l<=0)return;a.close()})}}function Ps(r,t){let e=new this(r),i=new Ct(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 an(r){let t=Mt.from(r);return Bt(t)?t.then(e=>an(e)):t.isAsync()?t.readAll().then(e=>new wt(e)):new wt(t.readAll())}var cd=Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},yo),jo),Eo),go),ho),No),{compareSchemas:Sr,compareFields:Lc,compareTypes:Uc});at.toDOMStream=nl;G.throughDOM=al;Mt.throughDOM=Vs;Ar.throughDOM=Vs;ze.throughDOM=Vs;Tr.throughDOM=Ps;on.throughDOM=Ps;sn.throughDOM=Ps;function sa(r="ws://localhost:3000/"){let t=[],e=!1,i=null,n,s={open(){e=!0,c()},close(){for(e=!1,i=null,n=null;t.length;)t.shift().reject("Socket closed")},error(l){if(i){let{reject:u}=i;i=null,c(),u(l)}else console.error("WebSocket error: ",l)},message({data:l}){if(i){let{query:u,resolve:d,reject:f}=i;if(i=null,c(),typeof l=="string"){let y=JSON.parse(l);y.error?f(y.error):d(y)}else if(u.type==="exec")d();else if(u.type==="arrow")d(an(l.arrayBuffer()));else throw new Error(`Unexpected socket data: ${l}`)}else console.log("WebSocket message: ",l)}};function o(){n=new WebSocket(r);for(let l in s)n.addEventListener(l,s[l])}function a(l,u,d){n==null&&o(),t.push({query:l,resolve:u,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((u,d)=>a(l,u,d))}}}var Pt=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?`${cl(t)}.`:""}${i}`}else return t?cl(t):"NULL"}};function cl(r){return r.split(".").map(e=>`"${e}"`).join(".")}function ll(r,t){return r instanceof Pt&&r.column===t}function k(r){return typeof r=="string"?ks(r):r}function Or(r){return typeof r=="string"?ul(r):r}function ul(r){return new Pt(r)}function ks(r,t){return arguments.length===1&&(t=r,r=null),new Pt(r,t)}function qe(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 Dr=r=>typeof r?.addEventListener=="function";function js(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=>Dr(s));n.length>0?(this._params=Array.from(new Set(n)),this._params.forEach(s=>{s.addEventListener("value",()=>ld(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=>Dr(t)&&!js(t)?qe(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 ld(r,t){if(t?.size)return Promise.allSettled(Array.from(t,e=>e(r)))}function oa(r,t){let e=[r[0]],i=new Set,n=t.length;for(let s=0,o=0;s<n;){let a=t[s];Dr(a)?e[++o]=a:(Array.isArray(a?.columns)&&a.columns.forEach(l=>i.add(l)),e[o]+=typeof a=="string"?a:qe(a));let c=r[++s];Dr(e[o])?e[++o]=c:e[o]+=c}return{spans:e,cols:Array.from(i)}}function R(r,...t){let{spans:e,cols:i}=oa(r,t);return new lr(e,i)}function aa(r){let t=k(r);return R`${t} DESC NULLS LAST`.annotate({label:t?.label,desc:!0})}var Fr=r=>({value:r,toString:()=>qe(r)});function cn(r){r(this.op,this),this.children?.forEach(t=>t.visit(r))}function hl(r,t){let e=t.filter(n=>n!=null).map(k),i=e.map((n,s)=>s?` ${r} `:"");return e.length===1?i.push(""):e.length>1&&(i[0]="(",i.push(")")),R(i,...e).annotate({op:r,children:e,visit:cn})}var ca=(...r)=>hl("AND",r.flat()),la=(...r)=>hl("OR",r.flat()),ud=r=>t=>R`(${r} ${k(t)})`.annotate({op:r,a:t,visit:cn}),hd=ud("NOT"),dl=r=>t=>R`(${k(t)} ${r})`.annotate({op:r,a:t,visit:cn}),ua=dl("IS NULL"),dd=dl("IS NOT NULL"),ur=r=>(t,e)=>R`(${k(t)} ${r} ${k(e)})`.annotate({op:r,a:t,b:e,visit:cn}),ln=ur("="),fd=ur("<>"),pd=ur("<"),md=ur(">"),yd=ur("<="),gd=ur(">="),bd=ur("IS DISTINCT FROM"),_d=ur("IS NOT DISTINCT FROM");function wd(r,t,e,i){t=k(t);let n=r.startsWith("NOT ")?"NOT ":"";return(e?i?R`${n}(${e[0]} <= ${t} AND ${t} < ${e[1]})`:R`(${t} ${r} ${e[0]} AND ${e[1]})`:R``).annotate({op:r,visit:cn,field:t,range:e})}var $s=(r,t,e)=>wd("BETWEEN",r,t,e);function Nr(r,t){return Array.from({length:r},()=>t)}function kt(r,t){return(...e)=>{let i=e.map(k),n=t?`::${t}`:"";return(i.length?R([`${r}(`,...Nr(i.length-1,", "),`)${n}`],...i):R`${r}()${n}`).annotate({func:r,args:i})}}var ha=kt("REGEXP_MATCHES"),da=kt("CONTAINS"),fa=kt("PREFIX"),pa=kt("SUFFIX"),vd=kt("LOWER"),Id=kt("UPPER"),Sd=kt("LENGTH"),xd=kt("ISNAN"),Bd=kt("ISFINITE"),Ad=kt("ISINF");var un=class r extends lr{constructor(t,e,i,n,s="",o="",a=""){let c;if(n&&!(s||o||a))c=n?R`${e} OVER "${n}"`:R`${e} OVER ()`;else{let f=s&&o?" ":"",y=(s||o)&&a?" ":"";c=R`${e} OVER (${n?`"${n}" `:""}${s}${f}${o}${y}${a})`}i&&(c=R`(${c})::${i}`);let{_expr:u,_deps:d}=c;super(u,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(u=>u).map(k),i=R(["PARTITION BY ",Nr(e.length-1,", "),""],...e),{window:n,func:s,type:o,name:a,order:c,frame:l}=this;return new r(n,s,o,a,i,c,l)}orderby(...t){let e=t.flat().filter(u=>u).map(k),i=R(["ORDER BY ",Nr(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=fl("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=fl("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 fl(r,t){if(Dr(t)){let e=R`${t}`;return e.toString=()=>`${r} ${pl(t.value)}`,e}return`${r} ${pl(t)}`}function pl(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 se(r,t){return(...e)=>{let i=kt(r)(...e);return new un(r,i,t)}}var Td=se("ROW_NUMBER","INTEGER"),Od=se("RANK","INTEGER"),Dd=se("DENSE_RANK","INTEGER"),Fd=se("PERCENT_RANK"),Nd=se("CUME_DIST"),Ed=se("NTILE"),Md=se("LAG"),Ld=se("LEAD"),Ud=se("FIRST_VALUE"),Rd=se("LAST_VALUE"),Cd=se("NTH_VALUE");var ma=class r extends lr{constructor(t,e,i,n,s){e=(e||[]).map(k);let{strings:o,exprs:a}=Vd(t,e,i,n,s),{spans:c,cols:l}=oa(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(Pd).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 un(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 Vd(r,t,e,i,n){let s=`)${e?`::${e}`:""}`,o=[`${r}(${i?"DISTINCT ":""}`],a=[];return t.length?(o=o.concat([...Nr(t.length-1,", "),`${s}${n?" FILTER (WHERE ":""}`,...n?[")"]:[]]),a=[...t,...n?[n]:[]]):o[0]+="*"+s,{exprs:a,strings:o}}function Pd(r){let t=qe(r);return t&&t.startsWith('"')&&t.endsWith('"')?t.slice(1,-1):t}function C(r,t){return(...e)=>new ma(r,e,t)}var hn=C("COUNT","INTEGER"),kd=C("AVG"),jd=C("AVG"),$d=C("MAD"),dn=C("MAX"),fn=C("MIN"),zd=C("SUM","DOUBLE"),qd=C("PRODUCT"),Wd=C("MEDIAN"),Yd=C("QUANTILE"),Gd=C("MODE"),Hd=C("VARIANCE"),Jd=C("STDDEV"),Xd=C("SKEWNESS"),Kd=C("KURTOSIS"),Qd=C("ENTROPY"),Zd=C("VAR_POP"),tf=C("STDDEV_POP"),ef=C("CORR"),rf=C("COVAR_POP"),nf=C("REGR_INTERCEPT"),sf=C("REGR_SLOPE"),of=C("REGR_COUNT"),af=C("REGR_R2"),cf=C("REGR_SYY"),lf=C("REGR_SXX"),uf=C("REGR_SXY"),hf=C("REGR_AVGX"),df=C("REGR_AVGY"),ff=C("FIRST"),pf=C("LAST"),mf=C("ARG_MIN"),yf=C("ARG_MAX"),gf=C("STRING_AGG"),bf=C("ARRAY_AGG");var ya=r=>{let t=k(r);return R`(1000 * (epoch(${t}) - second(${t})) + millisecond(${t}))::DOUBLE`};var ot=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 Er("UNION",t.flat())}static unionAll(...t){return new Er("UNION ALL",t.flat())}static intersect(...t){return new Er("INTERSECT",t.flat())}static except(...t){return new Er("EXCEPT",t.flat())}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:k(n)});else if(n instanceof Pt)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:zs(s),expr:k(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:Or(n)});else if(n instanceof Pt)i.push({as:n.table,from:n});else if(qs(n)||js(n))i.push({from:n});else if(Array.isArray(n))i.push({as:zs(n[0]),from:Or(n[1])});else for(let s in n)i.push({as:zs(s),from:Or(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(k)),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:zs(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(k)),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(qs(o))s.push(o);else if(n[o.table]){let a=n[o.table];s.push(a)}}),s}toString(){let{select:t,distinct:e,from:i,sample:n,where:s,groupby:o,having:a,window:c,qualify:l,orderby:u,limit:d,offset:f,with:y}=this.query,M=[];if(y.length){let j=y.map(({as:P,query:K})=>`"${P}" AS (${K})`);M.push(`WITH ${j.join(", ")}`)}let jt=t.map(({as:j,expr:P})=>ll(P,j)&&!P.table?`${P}`:`${P} AS "${j}"`);if(M.push(`SELECT${e?" DISTINCT":""} ${jt.join(", ")}`),i.length){let j=i.map(({as:P,from:K})=>{let Ie=qs(K)?`(${K})`:`${K}`;return!P||P===K.table?Ie:`${Ie} AS "${P}"`});M.push(`FROM ${j.join(", ")}`)}if(s.length){let j=s.map(String).filter(P=>P).join(" AND ");j&&M.push(`WHERE ${j}`)}if(n){let{rows:j,perc:P,method:K,seed:Ie}=n,pn=j?`${j} ROWS`:`${P} PERCENT`,mn=K?` (${K}${Ie!=null?`, ${Ie}`:""})`:"";M.push(`USING SAMPLE ${pn}${mn}`)}if(o.length&&M.push(`GROUP BY ${o.join(", ")}`),a.length){let j=a.map(String).filter(P=>P).join(" AND ");j&&M.push(`HAVING ${j}`)}if(c.length){let j=c.map(({as:P,expr:K})=>`"${P}" AS (${K})`);M.push(`WINDOW ${j.join(", ")}`)}if(l.length){let j=l.map(String).filter(P=>P).join(" AND ");j&&M.push(`QUALIFY ${j}`)}return u.length&&M.push(`ORDER BY ${u.join(", ")}`),Number.isFinite(d)&&M.push(`LIMIT ${d}`),Number.isFinite(f)&&M.push(`OFFSET ${f}`),M.join(" ")}},Er=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(k)),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 qs(r){return r instanceof ot||r instanceof Er}function zs(r){return _f(r)?r.slice(1,-1):r}function _f(r){return r[0]==='"'&&r[r.length-1]==='"'}function Ws(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 ml(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":case"DECIMAL":return"number";case"DATE":case"TIMESTAMP":case"TIMESTAMPTZ":case"TIMESTAMP WITH TIME ZONE":case"TIME":return"date";case"BOOLEAN":return"boolean";case"VARCHAR":case"UUID":return"string";case"LIST":return"array";case"BLOB":case"STRUCT":case"MAP":return"object";default:throw new Error(`Unsupported type: ${r}`)}}var wf="count",vf="nulls",If="max",Sf="min",xf="distinct";var Bf={[wf]:hn,[xf]:r=>hn(r).distinct(),[If]:dn,[Sf]:fn,[vf]:r=>hn().where(ua(r))};function yl({table:r,column:t},e){return ot.from(r).select(e.map(i=>[i,Bf[i](t)]))}var gl=()=>Object.create(null),Ys=class{constructor(t){this.mc=t,this.clear()}clear(){this.tables=gl()}tableInfo(t){let e=this.tables;if(e[t])return e[t];let i=Af(this.mc,t).catch(n=>{throw e[t]=null,n});return e[t]=i}async fieldInfo({table:t,column:e,stats:i}){let s=(await this.tableInfo(t))[e];if(s==null)return;if(!i?.length)return s;let o=await this.mc.query(yl(s,i),{persist:!0}),a={...s,...Array.from(o)[0]};for(let c in a){let l=a[c];typeof l=="bigint"&&(a[c]=Number(l))}return a}async queryFields(t){let e=await Tf(this,t);return(await Promise.all(e.map(n=>this.fieldInfo(n)))).filter(n=>n)}};async function Af(r,t){let e=await r.query(`DESCRIBE ${Or(t)}`,{type:"json",cache:!1}),i=gl();for(let n of e)i[n.column_name]={table:t,column:n.column_name,sqlType:n.column_type,type:ml(n.column_type),nullable:n.null==="YES"};return i}async function Tf(r,t){return t.length===1&&t[0].column==="*"?Object.values(await r.tableInfo(t[0].table)):t}function _l(r){let t=2166136261;for(let e=0,i=r.length;e<i;++e){let n=r.charCodeAt(e),s=n&65280;s&&(t=bl(t^s>>8)),t=bl(t^n&255)}return Of(t)}function bl(r){return r+(r<<1)+(r<<4)+(r<<7)+(r<<8)+(r<<24)}function Of(r){return r+=r<<13,r^=r>>>7,r+=r<<3,r^=r>>>17,r+=r<<5,r&4294967295}var Il=r=>r,Gs=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,vl),u=l[0]?.from;this.enabled=l.every(d=>d&&d.from===u),this.clients=t,this.activeView=null,this.clear()}if(!this.enabled)return!1;e=e||this.selection.active;let{source:i}=e;if(i&&i===this.activeView?.source)return!0;if(this.clear(),!i)return!1;let n=this.activeView=Df(e);if(!n)return!1;this.mc.logger().warn("DATA CUBE INDEX CONSTRUCTION");let s=this.selection.remove(i),o=this.indices=new Map,{mc:a,temp:c}=this;for(let l of t){if(s.skip(l,e))continue;let u=vl(l),d=l.query(s.predicate(l)).select({...n.columns,...u.count}).groupby(Object.keys(n.columns)),[f]=d.subqueries;if(f){let K=Object.values(n.columns).map(Ie=>Ie.columns[0]);Ef(f,K)}let y=d.orderby();d.query.orderby=[];let M=d.toString(),j=`cube_index_${(_l(M)>>>0).toString(16)}`,P=a.exec(Ws(j,M,{temp:c}));o.set(l,{table:j,result:P,order:y,...u})}}async update(){let{clients:t,selection:e,activeView:i}=this,n=i.predicate(e.active.predicate);return Promise.all(Array.from(t).map(s=>this.updateClient(s,n)))}async updateClient(t,e){let i=this.indices.get(t);if(!i)return;e||(e=this.activeView.predicate(this.selection.active.predicate));let{table:n,dims:s,aggr:o,order:a=[]}=i,c=ot.select(s,o).from(n).groupby(s).where(e).orderby(a);return this.mc.updateClient(t,c)}};function Df(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=>Ff(l,o));if(c.some(l=>l==null))return null;c.length===1?(a=l=>l?$s("active0",l.range.map(c[0])):[],i={active0:c[0](r.predicate.field)}):(a=l=>l?ca(l.children.map(({range:u},d)=>$s(`active${d}`,u.map(c[d])))):[],i=Object.fromEntries(r.predicate.children.map((l,u)=>[`active${u}`,c[u](l.field)])))}else if(n==="point")a=Il,i=Object.fromEntries(i.map(c=>[c.toString(),c]));else return null;return{source:t,columns:i,predicate:a}}function Ff(r,t){let{type:e,domain:i,range:n}=r,s,o;switch(e){case"linear":s=Il,o=k;break;case"log":s=Math.log,o=a=>R`LN(${k(a)})`;break;case"symlog":s=a=>Math.sign(a)*Math.log1p(Math.abs(a)),o=a=>(a=k(a),R`SIGN(${a}) * LN(1 + ABS(${a}))`);break;case"sqrt":s=Math.sqrt,o=a=>R`SQRT(${k(a)})`;break;case"utc":case"time":s=a=>+a,o=a=>a instanceof Date?+a:ya(k(a));break}return s?Nf(i,n,t,s,o):null}function Nf(r,t,e,i,n){let s=i(Math.min(r[0],r[1])),o=i(Math.max(r[0],r[1])),a=Math.abs(i(t[1])-i(t[0]))/(o-s)/e,c=e===1?"":`${e}::INTEGER * `;return l=>R`${c}FLOOR(${a}::DOUBLE * (${n(l)} - ${s}::DOUBLE))::INTEGER`}var wl={from:NaN};function vl(r){if(!r.filterIndexable)return wl;let t=r.query(),e=ga(t);if(!e||!t.groupby)return wl;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]:R`SUM("${a}")::DOUBLE`});break;case"AVG":o="_count_",n.push({[a]:R`(SUM("${a}" * ${o}) / SUM(${o}))::DOUBLE`});break;case"MAX":n.push({[a]:R`MAX("${a}")`});break;case"MIN":n.push({[a]:R`MIN("${a}")`});break;default:if(i.has(a))s.push(a);else return null}return{aggr:n,dims:s,count:o?{[o]:R`COUNT(*)`}:{},from:e}}function ga(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=ga(t[0]);for(let i=1;i<t.length;++i){let n=ga(t[i]);if(n!==void 0&&n!==e)return NaN}return e}function Ef(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 Hs=class{constructor(t,e,i=!0){this.mc=t,this.selection=e,this.clients=new Set,this.indexer=i?new Gs(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():Mf(t,i,n)}};function Mf(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 Js(){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 Sl(r,t,e){let i=[],n=0;function s(){let o=Lf(i,t);i=[],n=0;for(let a of o)Rf(a,r,e),Pf(a,t)}return{add(o,a){o.request.type==="arrow"?(n=n||requestAnimationFrame(()=>s()),i.push({entry:o,priority:a,index:i.length})):r(o,a)}}}function Lf(r,t){let e=[],i=new Map;for(let n of r){let{entry:{request:s}}=n,o=Uf(s.query,t);if(!i.has(o)){let a=[];e.push(a),i.set(o,a)}i.get(o).push(n)}return e}function Uf(r,t){let e=`${r}`;if(r instanceof ot&&!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 Pt&&s[o.column]||o))}return`${i}`}else return e}function Rf(r,t,e){if(Cf(r))t({request:{type:"arrow",cache:!1,record:!1,query:Vf(r,e)},result:r.result=Js()});else for(let{entry:i,priority:n}of r)t(i,n)}function Cf(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 Vf(r,t){let e=r.maps=[],i=new Map;for(let o of r){let{query:a}=o.entry.request,c=[];e.push(c);for(let{as:l,expr:u}of a.select()){let d=`${u}`;i.has(d)||i.set(d,[`col${i.size}`,u]);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 Pt&&o[a.column]||a))}return n.$select(Array.from(i.values()))}async function Pf(r,t){let{maps:e,result:i}=r;if(!e)return;let n;try{n=await i}catch(s){for(let{entry:o}of r)o.result.reject(s);return}r.forEach(({entry:s},o)=>{let{request:a,result:c}=s,l=kf(n,e[o]);a.cache&&t.set(String(a.query),l),c.fulfill(l)})}function kf(r,t){if(t){let e={};for(let[i,n]of t)e[n]=r.getChild(i);return new r.constructor(e)}else return r}var jf=typeof requestIdleCallback<"u"?requestIdleCallback:setTimeout,xl=()=>({get:()=>{},set:(r,t)=>t,clear:()=>{}});function Bl({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&&jf(i),s},clear(){e=new Map}}}function Al(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 Tl(){let r=Al(3),t,e,i,n=[],s=null,o;function a(){if(s||r.isEmpty())return;let{request:d,result:f}=r.next();s=u(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 u(d,f){try{let{query:y,type:M,cache:jt=!1,record:j=!0,options:P}=d,K=y?`${y}`:null;if(j&&l(K),jt){let mn=e.get(K);if(mn){i.debug("Cache"),f.fulfill(mn);return}}let Ie=performance.now(),pn=await t.query({type:M,sql:K,...P});jt&&e.set(K,pn),i.debug(`Request: ${(performance.now()-Ie).toFixed(1)}`),f.fulfill(pn)}catch(y){f.reject(y)}}return{cache(d){return d!==void 0?e=d===!0?Bl():d||xl():e},logger(d){return d?i=d:i},connector(d){return d?t=d:t},consolidate(d){d&&!o?o=Sl(c,e,l):!d&&o&&(o=null)},request(d,f=_e.Normal){let y=Js(),M={request:d,result:y};return o?o.add(M,f):c(M,f),y},cancel(d){let f=new Set(d);r.remove(({result:y})=>f.has(y))},clear(){r.remove(({result:d})=>(d.reject("Cleared"),!0))},record(){let d=[],f={add(y){d.push(y)},reset(){d=[]},snapshot(){return d.slice()},stop(){return n=n.filter(y=>y!==f),d}};return n.push(f),f}}}function Ol(){return{debug(){},info(){},log(){},warn(){},error(){}}}var Xs;function Mr(r){return r?Xs=r:Xs==null&&(Xs=new Ks),Xs}var Ks=class{constructor(t=sa(),e={}){this.catalog=new Ys(this),this.manager=e.manager||Tl(),this.logger(e.logger||console),this.configure(e),this.databaseConnector(t),this.clear()}logger(t){return arguments.length&&(this._logger=t||Ol(),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,catalog:i=!1}={}){this.manager.clear(),t&&(this.clients?.forEach(n=>this.disconnect(n)),this.filterGroups?.forEach(n=>n.finalize()),this.clients=new Set,this.filterGroups=new Map),e&&this.manager.cache().clear(),i&&this.catalog.clear()}databaseConnector(t){return this.manager.connector(t)}cancel(t){this.manager.cancel(t)}exec(t,{priority:e=_e.Normal}={}){return 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{catalog:e,clients:i,filterGroups:n,indexes:s}=this;if(i.has(t))throw new Error("Client already connected.");i.add(t);let o=t.fields();o?.length&&t.fieldInfo(await e.queryFields(o));let a=t.filterBy;if(a)if(n.has(a))n.get(a).add(t);else{let c=new Hs(this,a,s);n.set(a,c.add(t))}t.requestQuery()}disconnect(t){let{clients:e,filterGroups:i}=this;e.has(t)&&(e.delete(t),i.get(t.filterBy)?.remove(t))}};var Dl={};function ba(r,t=!1){let e,i,n=Dl;function s(l){e=r(l).then(()=>{if(i){let{value:u}=i;i=null,s(u)}else e=null})}function o(l){i={event:l}}function a(l){e?o(l):s(l)}function c(l){n!==l&&requestAnimationFrame(()=>{let u=n;n=Dl,a(u)}),n=l}return t?c:a}var oe=class{constructor(t){this._filterBy=t,this._requestUpdate=ba(()=>this.requestQuery(),!0)}get filterBy(){return this._filterBy}get filterIndexable(){return!0}fields(){return null}fieldInfo(){return this}query(){return null}queryPending(){return this}queryResult(){return this}queryError(t){return console.error(t),this}requestQuery(t){let e=t||this.query(this.filterBy?.predicate(this));return Mr().requestQuery(this,e)}requestUpdate(){this._requestUpdate()}update(){return this}};var Qs=class{constructor(){this._callbacks=new Map}addEventListener(t,e){this._callbacks.has(t)||this._callbacks.set(t,{callbacks:new Set,pending:null,queue:new _a}),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}}}},_a=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 wa(r,t){return r===t?!1:r instanceof Date&&t instanceof Date?+r!=+t:Array.isArray(r)&&Array.isArray(t)?$f(r,t):!0}function $f(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 Qs{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 wa(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 Zs}var Zs=class r extends ci{static intersect({cross:t=!1}={}){return new r(new Lr({cross:t}))}static union({cross:t=!1}={}){return new r(new Lr({cross:t,union:!0}))}static single({cross:t=!1}={}){return new r(new Lr({cross:t,single:!0}))}static crossfilter(){return new r(new Lr({cross:!0}))}constructor(t=new Lr){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)}},Lr=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?la(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 Mr().connect(e),e.element}var zf=r=>r&&typeof r=="object"&&!Array.isArray(r),qf=r=>hr(to,r),to=class extends oe{constructor({element:t,filterBy:e,from:i,column:n,label:s=n,format:o=u=>u,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 u=document.createElement("label");u.innerText=s||n,this.element.appendChild(u),this.select=document.createElement("select"),a&&(this.data=a.map(d=>zf(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?ln(i,Fr(t)):null}):we(e)&&e.update(t)}query(t=[]){let{from:e,column:i}=this;return e?ot.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 Wf={contains:da,prefix:fa,suffix:pa,regexp:ha},Yf=0,Gf=r=>hr(eo,r),eo=class extends oe{constructor({element:t,filterBy:e,from:i,column:n,label:s,type:o="contains",as:a}={}){if(super(e),this.id="search_"+ ++Yf,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?Wf[n](i,Fr(t)):null}):we(e)&&e.update(t)}query(t=[]){let{from:e,column:i}=this;return e?ot.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 Hf=0,Jf=r=>hr(ro,r),ro=class extends oe{constructor({element:t,filterBy:e,as:i,min:n,max:s,step:o,from:a,column:c,label:l=c,value:u=i?.value,width:d}={}){if(super(e),this.id="slider_"+ ++Hf,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),u!=null&&(this.slider.setAttribute("value",u),this.selection?.value===void 0&&this.publish(u)),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:ot.select({min:fn(i),max:dn(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:ln(i,Fr(t))}):we(this.selection)&&e.update(t)}};function io(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`${Xf(r.getUTCFullYear(),4)}-${We(r.getUTCMonth()+1,2)}-${We(r.getUTCDate(),2)}${e||i||n||s?`T${We(e,2)}:${We(i,2)}${n||s?`:${We(n,2)}${s?`.${We(s,3)}`:""}`:""}Z`:""}`}function Xf(r){return r<0?`-${We(-r,6)}`:r>9999?`+${We(r,6)}`:We(r,4)}function We(r,t){return`${r}`.padStart(t,"0")}var va=Sa(r=>{let t=no(r);return e=>e==null?"":typeof e=="number"?t(e):e instanceof Date?Ia(e):`${e}`}),no=Sa(r=>t=>t===0?"0":t.toLocaleString(r)),Wx=va(),Yx=no();function Ia(r){return io(r,"Invalid Date")}function Sa(r){let t=Sa,e;return(i="en")=>i===t?e:e=r(t=i)}var Kf=-1,Qf=r=>hr(so,r),so=class extends oe{constructor({element:t,filterBy:e,from:i,columns:n=["*"],align:s={},format:o,width:a,maxWidth:c,height:l=500,rowBatch:u=100}={}){super(e),this.id=`table-${++Kf}`,this.from=i,this.columns=n,this.format=o,this.align=s,this.widths=typeof a=="object"?a:{},this.offset=0,this.limit=+u,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:y,loaded:M}=this,{scrollHeight:jt,scrollTop:j,clientHeight:P}=f.target,K=j<d;d=j,!(K||y||M)&&jt-j<2*P&&(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),Mr().prefetch(e.clone().offset(t+this.limit))}fields(){return this.columns.map(t=>ks(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=Zf(this.format,t),this.style.innerText=rp(this.id,tp(this.align,t),ep(this.widths,t)),this}query(t=[]){let{from:e,limit:i,offset:n,schema:s,sortColumn:o,sortDesc:a}=this;return ot.from(e).select(s.map(c=>c.column)).where(t).orderby(o?a?aa(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 u=0;u<o;++u){let d=c[n[u].column],f=document.createElement("td");f.innerText=d==null?"":e[u](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 Zf(r={},t,e){return t.map(({column:i,type:n})=>{if(i in r)return r[i];switch(n){case"number":return no(e);case"date":return Ia;default:return va(e)}})}function tp(r={},t){return t.map(({column:e,type:i})=>e in r?r[e]:i==="number"?"right":"left")}function ep(r={},t){return t.map(({column:e})=>r[e])}function rp(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{to as Menu,eo as Search,ro as Slider,so as Table,qf as menu,Gf as search,Jf as slider,Qf as table};
|
|
10
|
+
]`}concat(...t){let e=this.schema,i=this.data.concat(t.flatMap(({data:n})=>n));return new r(e,i.map(n=>new Z(e,n)))}slice(t,e){let i=this.schema;[t,e]=mi({length:this.numRows},t,e);let n=Kn(this.data,this._offsets,t,e);return new r(i,n.map(s=>new Z(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=A({type:i,length:0,nullCount:0});e.push(n._changeLengthAndBackfillNullBitmap(this.numRows))}return new U(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 U([A({type:new pt,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]=Os(i,a)}return new r(i,n)}select(t){let e=this.schema.fields.reduce((i,n,s)=>i.set(n.name,s),new Map);return this.selectAt(t.map(i=>e.get(i)).filter(i=>i>-1))}selectAt(t){let e=this.schema.selectAt(t),i=this.batches.map(n=>n.selectAt(t));return new r(e,i)}assign(t){let e=this.schema.fields,[i,n]=t.schema.fields.reduce((a,c,l)=>{let[u,d]=a,f=e.findIndex(y=>y.name===c.name);return~f?d[f]=l:u.push(l),a},[[],[]]),s=this.schema.assign(t.schema),o=[...e.map((a,c)=>[c,n[c]]).map(([a,c])=>c===void 0?this.getChildAt(a):t.getChildAt(c)),...i.map(a=>t.getChildAt(a))].filter(Boolean);return new r(...Os(s,o))}};Rc=Symbol.toStringTag;wt[Rc]=(r=>(r.schema=null,r.batches=[],r._offsets=new Uint32Array([0]),r._nullCount=-1,r[Symbol.isConcatSpreadable]=!0,r.isValid=Xe(bi),r.get=Xe(rt.getVisitFn(h.Struct)),r.set=Qn(lt.getVisitFn(h.Struct)),r.indexOf=Zn(mr.getVisitFn(h.Struct)),r.getByteLength=Xe(Dt.getVisitFn(h.Struct)),"Table"))(wt.prototype);var Vc,Z=class r{constructor(...t){switch(t.length){case 2:{if([this.schema]=t,!(this.schema instanceof $))throw new TypeError("RecordBatch constructor expects a [Schema, Data] pair.");if([,this.data=A({nullCount:0,type:new W(this.schema.fields),children:this.schema.fields.map(e=>A({type:e.type,nullCount:0}))})]=t,!(this.data instanceof z))throw new TypeError("RecordBatch constructor expects a [Schema, Data] pair.");[this.schema,this.data]=Cc(this.schema,this.data.children);break}case 1:{let[e]=t,{fields:i,children:n,length:s}=Object.keys(e).reduce((c,l,u)=>(c.children[u]=e[l],c.length=Math.max(c.length,e[l].length),c.fields[u]=E.new({name:l,type:e[l].type,nullable:!0}),c),{length:0,fields:new Array,children:new Array}),o=new $(i),a=A({type:new W(i),length:s,children:n,nullCount:0});[this.schema,this.data]=Cc(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=Pc(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 rt.visit(this.data,t)}set(t,e){return lt.visit(this.data,t,e)}indexOf(t,e){return mr.visit(this.data,t,e)}getByteLength(t){return Dt.visit(this.data,t)}[Symbol.iterator](){return Yr.visit(new U([this.data]))}toArray(){return[...this]}concat(...t){return new wt(this.schema,[this,...t])}slice(t,e){let[i]=new U([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 U([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 U([A({type:new pt,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 $(s,new Map(this.schema.metadata)),n=A({type:new W(s),children:o})}return new r(i,n)}select(t){let e=this.schema.select(t),i=new W(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,A({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=A({type:new W(e.fields),length:this.numRows,children:i});return new r(e,n)}};Vc=Symbol.toStringTag;Z[Vc]=(r=>(r._nullCount=-1,r[Symbol.isConcatSpreadable]=!0,"RecordBatch"))(Z.prototype);function Cc(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:A({type:c.type,length:e,nullCount:e,nullBitmap:new Uint8Array(o)}))}return[r.assign(n),A({type:new W(n),length:e,children:s})]}function Pc(r,t,e=new Map){for(let i=-1,n=r.length;++i<n;){let o=r[i].type,a=t[i];if(g.isDictionary(o)){if(!e.has(o.id))a.dictionary&&e.set(o.id,a.dictionary);else if(e.get(o.id)!==a.dictionary)throw new Error("Cannot create Schema containing two different dictionaries with the same Id")}o.children&&o.children.length>0&&Pc(o.children,a.children,e)}return e}var xr=class extends Z{constructor(t){let e=t.fields.map(n=>A({type:n.type})),i=A({type:new W(t.fields),nullCount:0,children:e});super(t,i)}};var tn;(function(r){r[r.BUFFER=0]="BUFFER"})(tn||(tn={}));var en;(function(r){r[r.LZ4_FRAME=0]="LZ4_FRAME",r[r.ZSTD=1]="ZSTD"})(en||(en={}));var Ds=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsBodyCompression(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsBodyCompression(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}codec(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt8(this.bb_pos+t):en.LZ4_FRAME}method(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.readInt8(this.bb_pos+t):tn.BUFFER}static startBodyCompression(t){t.startObject(2)}static addCodec(t,e){t.addFieldInt8(0,e,en.LZ4_FRAME)}static addMethod(t,e){t.addFieldInt8(1,e,tn.BUFFER)}static endBodyCompression(t){return t.endObject()}static createBodyCompression(t,e,i){return r.startBodyCompression(t),r.addCodec(t,e),r.addMethod(t,i),r.endBodyCompression(t)}};var ti=class{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}offset(){return this.bb.readInt64(this.bb_pos)}length(){return this.bb.readInt64(this.bb_pos+8)}static sizeOf(){return 16}static createBuffer(t,e,i){return t.prep(8,16),t.writeInt64(BigInt(i??0)),t.writeInt64(BigInt(e??0)),t.offset()}};var ei=class{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}length(){return this.bb.readInt64(this.bb_pos)}nullCount(){return this.bb.readInt64(this.bb_pos+8)}static sizeOf(){return 16}static createFieldNode(t,e,i){return t.prep(8,16),t.writeInt64(BigInt(i??0)),t.writeInt64(BigInt(e??0)),t.offset()}};var Et=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsRecordBatch(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsRecordBatch(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}length(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt64(this.bb_pos+t):BigInt("0")}nodes(t,e){let i=this.bb.__offset(this.bb_pos,6);return i?(e||new ei).__init(this.bb.__vector(this.bb_pos+i)+t*16,this.bb):null}nodesLength(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.__vector_len(this.bb_pos+t):0}buffers(t,e){let i=this.bb.__offset(this.bb_pos,8);return i?(e||new ti).__init(this.bb.__vector(this.bb_pos+i)+t*16,this.bb):null}buffersLength(){let t=this.bb.__offset(this.bb_pos,8);return t?this.bb.__vector_len(this.bb_pos+t):0}compression(t){let e=this.bb.__offset(this.bb_pos,10);return e?(t||new Ds).__init(this.bb.__indirect(this.bb_pos+e),this.bb):null}static startRecordBatch(t){t.startObject(4)}static addLength(t,e){t.addFieldInt64(0,e,BigInt("0"))}static addNodes(t,e){t.addFieldOffset(1,e,0)}static startNodesVector(t,e){t.startVector(16,e,8)}static addBuffers(t,e){t.addFieldOffset(2,e,0)}static startBuffersVector(t,e){t.startVector(16,e,8)}static addCompression(t,e){t.addFieldOffset(3,e,0)}static endRecordBatch(t){return t.endObject()}};var $e=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsDictionaryBatch(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsDictionaryBatch(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}id(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt64(this.bb_pos+t):BigInt("0")}data(t){let e=this.bb.__offset(this.bb_pos,6);return e?(t||new Et).__init(this.bb.__indirect(this.bb_pos+e),this.bb):null}isDelta(){let t=this.bb.__offset(this.bb_pos,8);return t?!!this.bb.readInt8(this.bb_pos+t):!1}static startDictionaryBatch(t){t.startObject(3)}static addId(t,e){t.addFieldInt64(0,e,BigInt("0"))}static addData(t,e){t.addFieldOffset(1,e,0)}static addIsDelta(t,e){t.addFieldInt8(2,+e,0)}static endDictionaryBatch(t){return t.endObject()}};var ri;(function(r){r[r.NONE=0]="NONE",r[r.Schema=1]="Schema",r[r.DictionaryBatch=2]="DictionaryBatch",r[r.RecordBatch=3]="RecordBatch",r[r.Tensor=4]="Tensor",r[r.SparseTensor=5]="SparseTensor"})(ri||(ri={}));var re=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):Qe.V1}headerType(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.readUint8(this.bb_pos+t):ri.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 nt).__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,Qe.V1)}static addHeaderType(t,e){t.addFieldInt8(1,e,ri.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 Yo=class extends b{visit(t,e){return t==null||e==null?void 0:super.visit(t,e)}visitNull(t,e){return Ti.startNull(e),Ti.endNull(e)}visitInt(t,e){return te.startInt(e),te.addBitWidth(e,t.bitWidth),te.addIsSigned(e,t.isSigned),te.endInt(e)}visitFloat(t,e){return nr.startFloatingPoint(e),nr.addPrecision(e,t.precision),nr.endFloatingPoint(e)}visitBinary(t,e){return vi.startBinary(e),vi.endBinary(e)}visitBool(t,e){return Ii.startBool(e),Ii.endBool(e)}visitUtf8(t,e){return Fi.startUtf8(e),Fi.endUtf8(e)}visitDecimal(t,e){return me.startDecimal(e),me.addScale(e,t.scale),me.addPrecision(e,t.precision),me.addBitWidth(e,t.bitWidth),me.endDecimal(e)}visitDate(t,e){return tr.startDate(e),tr.addUnit(e,t.unit),tr.endDate(e)}visitTime(t,e){return Me.startTime(e),Me.addUnit(e,t.unit),Me.addBitWidth(e,t.bitWidth),Me.endTime(e)}visitTimestamp(t,e){let i=t.timezone&&e.createString(t.timezone)||void 0;return Le.startTimestamp(e),Le.addUnit(e,t.unit),i!==void 0&&Le.addTimezone(e,i),Le.endTimestamp(e)}visitInterval(t,e){return sr.startInterval(e),sr.addUnit(e,t.unit),sr.endInterval(e)}visitList(t,e){return Ai.startList(e),Ai.endList(e)}visitStruct(t,e){return Oi.startStruct_(e),Oi.endStruct_(e)}visitUnion(t,e){ee.startTypeIdsVector(e,t.typeIds.length);let i=ee.createTypeIdsVector(e,t.typeIds);return ee.startUnion(e),ee.addMode(e,t.mode),ee.addTypeIds(e,i),ee.endUnion(e)}visitDictionary(t,e){let i=this.visit(t.indices,e);return pe.startDictionaryEncoding(e),pe.addId(e,BigInt(t.id)),pe.addIsOrdered(e,t.isOrdered),i!==void 0&&pe.addIndexType(e,i),pe.endDictionaryEncoding(e)}visitFixedSizeBinary(t,e){return rr.startFixedSizeBinary(e),rr.addByteWidth(e,t.byteWidth),rr.endFixedSizeBinary(e)}visitFixedSizeList(t,e){return ir.startFixedSizeList(e),ir.addListSize(e,t.listSize),ir.endFixedSizeList(e)}visitMap(t,e){return or.startMap(e),or.addKeysSorted(e,t.keysSorted),or.endMap(e)}},Fs=new Yo;function zc(r,t=new Map){return new $(Fh(r,t),Ns(r.customMetadata),t)}function Go(r){return new ut(r.count,Wc(r.columns),Yc(r.columns))}function qc(r){return new It(Go(r.data),r.id,r.isDelta)}function Fh(r,t){return(r.fields||[]).filter(Boolean).map(e=>E.fromJSON(e,t))}function kc(r,t){return(r.children||[]).filter(Boolean).map(e=>E.fromJSON(e,t))}function Wc(r){return(r||[]).reduce((t,e)=>[...t,new ie(e.count,Nh(e.VALIDITY)),...Wc(e.children)],[])}function Yc(r,t=[]){for(let e=-1,i=(r||[]).length;++e<i;){let n=r[e];n.VALIDITY&&t.push(new vt(t.length,n.VALIDITY.length)),n.TYPE&&t.push(new vt(t.length,n.TYPE.length)),n.OFFSET&&t.push(new vt(t.length,n.OFFSET.length)),n.DATA&&t.push(new vt(t.length,n.DATA.length)),t=Yc(n.children,t)}return t}function Nh(r){return(r||[]).reduce((t,e)=>t+ +(e===0),0)}function Gc(r,t){let e,i,n,s,o,a;return!t||!(s=r.dictionary)?(o=$c(r,kc(r,t)),n=new E(r.name,o,r.nullable,Ns(r.customMetadata))):t.has(e=s.id)?(i=(i=s.indexType)?jc(i):new le,a=new Tt(t.get(e),i,e,s.isOrdered),n=new E(r.name,a,r.nullable,Ns(r.customMetadata))):(i=(i=s.indexType)?jc(i):new le,t.set(e,o=$c(r,kc(r,t))),a=new Tt(o,i,e,s.isOrdered),n=new E(r.name,a,r.nullable,Ns(r.customMetadata))),n||null}function Ns(r){return new Map(Object.entries(r||{}))}function jc(r){return new tt(r.isSigned,r.bitWidth)}function $c(r,t){let e=r.type.name;switch(e){case"NONE":return new pt;case"null":return new pt;case"binary":return new Se;case"utf8":return new xe;case"bool":return new Be;case"list":return new Ht((t||[])[0]);case"struct":return new W(t||[]);case"struct_":return new W(t||[])}switch(e){case"int":{let i=r.type;return new tt(i.isSigned,i.bitWidth)}case"floatingpoint":{let i=r.type;return new gt(J[i.precision])}case"decimal":{let i=r.type;return new Ae(i.scale,i.precision,i.bitWidth)}case"date":{let i=r.type;return new Te(ht[i.unit])}case"time":{let i=r.type;return new Gt(L[i.unit],i.bitWidth)}case"timestamp":{let i=r.type;return new Oe(L[i.unit],i.timezone)}case"interval":{let i=r.type;return new De(mt[i.unit])}case"union":{let i=r.type;return new Jt(Q[i.mode],i.typeIds||[],t||[])}case"fixedsizebinary":{let i=r.type;return new Fe(i.byteWidth)}case"fixedsizelist":{let i=r.type;return new Xt(i.listSize,(t||[])[0])}case"map":{let i=r.type;return new Kt((t||[])[0],i.keysSorted)}}throw new Error(`Unrecognized type: "${e}"`)}var Eh=gr,Mh=Ft,St=class r{static fromJSON(t,e){let i=new r(0,ct.V4,e);return i._createHeader=Lh(t,e),i}static decode(t){t=new Mh(S(t));let e=re.getRootAsMessage(t),i=e.bodyLength(),n=e.version(),s=e.headerType(),o=new r(i,n,s);return o._createHeader=Uh(e,s),o}static encode(t){let e=new Eh,i=-1;return t.isSchema()?i=$.encode(e,t.header()):t.isRecordBatch()?i=ut.encode(e,t.header()):t.isDictionaryBatch()&&(i=It.encode(e,t.header())),re.startMessage(e),re.addVersion(e,ct.V4),re.addHeader(e,i),re.addHeaderType(e,t.headerType),re.addBodyLength(e,BigInt(t.bodyLength)),re.finishMessageBuffer(e,re.endMessage(e)),e.asUint8Array()}static from(t,e=0){if(t instanceof $)return new r(0,ct.V4,V.Schema,t);if(t instanceof ut)return new r(e,ct.V4,V.RecordBatch,t);if(t instanceof It)return new r(e,ct.V4,V.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===V.Schema}isRecordBatch(){return this.headerType===V.RecordBatch}isDictionaryBatch(){return this.headerType===V.DictionaryBatch}constructor(t,e,i,n){this._version=e,this._headerType=i,this.body=new Uint8Array(0),n&&(this._createHeader=()=>n),this._bodyLength=yt(t)}},ut=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=yt(t)}},It=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=yt(e)}},vt=class{constructor(t,e){this.offset=yt(t),this.length=yt(e)}},ie=class{constructor(t,e){this.length=yt(t),this.nullCount=yt(e)}};function Lh(r,t){return()=>{switch(t){case V.Schema:return $.fromJSON(r);case V.RecordBatch:return ut.fromJSON(r);case V.DictionaryBatch:return It.fromJSON(r)}throw new Error(`Unrecognized Message type: { name: ${V[t]}, type: ${t} }`)}}function Uh(r,t){return()=>{switch(t){case V.Schema:return $.decode(r.header(new bt));case V.RecordBatch:return ut.decode(r.header(new Et),r.version());case V.DictionaryBatch:return It.decode(r.header(new $e),r.version())}throw new Error(`Unrecognized Message type: { name: ${V[t]}, type: ${t} }`)}}E.encode=Yh;E.decode=qh;E.fromJSON=Gc;$.encode=Wh;$.decode=Rh;$.fromJSON=zc;ut.encode=Gh;ut.decode=Ch;ut.fromJSON=Go;It.encode=Hh;It.decode=Vh;It.fromJSON=qc;ie.encode=Jh;ie.decode=kh;vt.encode=Xh;vt.decode=Ph;function Rh(r,t=new Map){let e=zh(r,t);return new $(e,Es(r),t)}function Ch(r,t=ct.V4){if(r.compression()!==null)throw new Error("Record batch compression not implemented");return new ut(r.length(),jh(r),$h(r,t))}function Vh(r,t=ct.V4){return new It(ut.decode(r.data(),t),r.id(),r.isDelta())}function Ph(r){return new vt(r.offset(),r.length())}function kh(r){return new ie(r.length(),r.nullCount())}function jh(r){let t=[];for(let e,i=-1,n=-1,s=r.nodesLength();++i<s;)(e=r.nodes(i))&&(t[++n]=ie.decode(e));return t}function $h(r,t){let e=[];for(let i,n=-1,s=-1,o=r.buffersLength();++n<o;)(i=r.buffers(n))&&(t<ct.V4&&(i.bb_pos+=8*(n+1)),e[++s]=vt.decode(i));return e}function zh(r,t){let e=[];for(let i,n=-1,s=-1,o=r.fieldsLength();++n<o;)(i=r.fields(n))&&(e[++s]=E.decode(i,t));return e}function Hc(r,t){let e=[];for(let i,n=-1,s=-1,o=r.childrenLength();++n<o;)(i=r.children(n))&&(e[++s]=E.decode(i,t));return e}function qh(r,t){let e,i,n,s,o,a;return!t||!(a=r.dictionary())?(n=Xc(r,Hc(r,t)),i=new E(r.name(),n,r.nullable(),Es(r))):t.has(e=yt(a.id()))?(s=(s=a.indexType())?Jc(s):new le,o=new Tt(t.get(e),s,e,a.isOrdered()),i=new E(r.name(),o,r.nullable(),Es(r))):(s=(s=a.indexType())?Jc(s):new le,t.set(e,n=Xc(r,Hc(r,t))),o=new Tt(n,s,e,a.isOrdered()),i=new E(r.name(),o,r.nullable(),Es(r))),i||null}function Es(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 Jc(r){return new tt(r.isSigned(),r.bitWidth())}function Xc(r,t){let e=r.typeType();switch(e){case H.NONE:return new pt;case H.Null:return new pt;case H.Binary:return new Se;case H.Utf8:return new xe;case H.Bool:return new Be;case H.List:return new Ht((t||[])[0]);case H.Struct_:return new W(t||[])}switch(e){case H.Int:{let i=r.type(new te);return new tt(i.isSigned(),i.bitWidth())}case H.FloatingPoint:{let i=r.type(new nr);return new gt(i.precision())}case H.Decimal:{let i=r.type(new me);return new Ae(i.scale(),i.precision(),i.bitWidth())}case H.Date:{let i=r.type(new tr);return new Te(i.unit())}case H.Time:{let i=r.type(new Me);return new Gt(i.unit(),i.bitWidth())}case H.Timestamp:{let i=r.type(new Le);return new Oe(i.unit(),i.timezone())}case H.Interval:{let i=r.type(new sr);return new De(i.unit())}case H.Union:{let i=r.type(new ee);return new Jt(i.mode(),i.typeIdsArray()||[],t||[])}case H.FixedSizeBinary:{let i=r.type(new rr);return new Fe(i.byteWidth())}case H.FixedSizeList:{let i=r.type(new ir);return new Xt(i.listSize(),(t||[])[0])}case H.Map:{let i=r.type(new or);return new Kt((t||[])[0],i.keysSorted())}}throw new Error(`Unrecognized type: "${H[e]}" (${e})`)}function Wh(r,t){let e=t.fields.map(s=>E.encode(r,s));bt.startFieldsVector(r,e.length);let i=bt.createFieldsVector(r,e),n=t.metadata&&t.metadata.size>0?bt.createCustomMetadataVector(r,[...t.metadata].map(([s,o])=>{let a=r.createString(`${s}`),c=r.createString(`${o}`);return nt.startKeyValue(r),nt.addKey(r,a),nt.addValue(r,c),nt.endKeyValue(r)})):-1;return bt.startSchema(r),bt.addFields(r,i),bt.addEndianness(r,Kh?Ze.Little:Ze.Big),n!==-1&&bt.addCustomMetadata(r,n),bt.endSchema(r)}function Yh(r,t){let e=-1,i=-1,n=-1,s=t.type,o=t.typeId;g.isDictionary(s)?(o=s.dictionary.typeId,n=Fs.visit(s,r),i=Fs.visit(s.dictionary,r)):i=Fs.visit(s,r);let a=(s.children||[]).map(u=>E.encode(r,u)),c=dt.createChildrenVector(r,a),l=t.metadata&&t.metadata.size>0?dt.createCustomMetadataVector(r,[...t.metadata].map(([u,d])=>{let f=r.createString(`${u}`),y=r.createString(`${d}`);return nt.startKeyValue(r),nt.addKey(r,f),nt.addValue(r,y),nt.endKeyValue(r)})):-1;return t.name&&(e=r.createString(t.name)),dt.startField(r),dt.addType(r,i),dt.addTypeType(r,o),dt.addChildren(r,c),dt.addNullable(r,!!t.nullable),e!==-1&&dt.addName(r,e),n!==-1&&dt.addDictionary(r,n),l!==-1&&dt.addCustomMetadata(r,l),dt.endField(r)}function Gh(r,t){let e=t.nodes||[],i=t.buffers||[];Et.startNodesVector(r,e.length);for(let o of e.slice().reverse())ie.encode(r,o);let n=r.endVector();Et.startBuffersVector(r,i.length);for(let o of i.slice().reverse())vt.encode(r,o);let s=r.endVector();return Et.startRecordBatch(r),Et.addLength(r,BigInt(t.length)),Et.addNodes(r,n),Et.addBuffers(r,s),Et.endRecordBatch(r)}function Hh(r,t){let e=ut.encode(r,t.data);return $e.startDictionaryBatch(r),$e.addId(r,BigInt(t.id)),$e.addIsDelta(r,t.isDelta),$e.addData(r,e),$e.endDictionaryBatch(r)}function Jh(r,t){return ei.createFieldNode(r,BigInt(t.length),BigInt(t.nullCount))}function Xh(r,t){return ti.createBuffer(r,BigInt(t.offset),BigInt(t.length))}var Kh=(()=>{let r=new ArrayBuffer(2);return new DataView(r).setInt16(0,256,!0),new Int16Array(r)[0]===256})();var Jo=r=>`Expected ${V[r]} Message in stream, but was null or length 0.`,Xo=r=>`Header pointer of flatbuffer-encoded ${V[r]} Message is null or length 0.`,Kc=(r,t)=>`Expected to read ${r} metadata bytes, but only read ${t}.`,Qc=(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?Y:t.value===-1&&(t=this.readMetadataLength()).done?Y:(t=this.readMetadata(t.value)).done?Y: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(Jo(t));return e.value}readMessageBody(t){if(t<=0)return new Uint8Array(0);let e=S(this.source.read(t));if(e.byteLength<t)throw new Error(Qc(t,e.byteLength));return e.byteOffset%8===0&&e.byteOffset+e.byteLength<=e.buffer.byteLength?e:e.slice()}readSchema(t=!1){let e=V.Schema,i=this.readMessage(e),n=i?.header();if(t&&!n)throw new Error(Xo(e));return n}readMetadataLength(){let t=this.source.read(Ms),e=t&&new Ft(t),i=e?.readInt32(0)||0;return{done:i===0,value:i}}readMetadata(t){let e=this.source.read(t);if(!e)return Y;if(e.byteLength<t)throw new Error(Kc(t,e.byteLength));return{done:!1,value:St.decode(e)}}},rn=class{constructor(t,e){this.source=t instanceof Ct?t:bn(t)?new ar(t,e):new Ct(t)}[Symbol.asyncIterator](){return this}next(){return p(this,void 0,void 0,function*(){let t;return(t=yield this.readMetadataLength()).done?Y:t.value===-1&&(t=yield this.readMetadataLength()).done?Y:(t=yield this.readMetadata(t.value)).done?Y: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(Jo(t));return e.value})}readMessageBody(t){return p(this,void 0,void 0,function*(){if(t<=0)return new Uint8Array(0);let e=S(yield this.source.read(t));if(e.byteLength<t)throw new Error(Qc(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=V.Schema,i=yield this.readMessage(e),n=i?.header();if(t&&!n)throw new Error(Xo(e));return n})}readMetadataLength(){return p(this,void 0,void 0,function*(){let t=yield this.source.read(Ms),e=t&&new Ft(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 Y;if(e.byteLength<t)throw new Error(Kc(t,e.byteLength));return{done:!1,value:St.decode(e)}})}},nn=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:St.fromJSON(t.schema,V.Schema)};if(this._dictionaryIndex<t.dictionaries.length){let e=t.dictionaries[this._dictionaryIndex++];return this._body=e.data.columns,{done:!1,value:St.fromJSON(e,V.DictionaryBatch)}}if(this._batchIndex<t.batches.length){let e=t.batches[this._batchIndex++];return this._body=e.columns,{done:!1,value:St.fromJSON(e,V.RecordBatch)}}return this._body=[],Y}readMessageBody(t){return e(this._body);function e(i){return(i||[]).reduce((n,s)=>[...n,...s.VALIDITY&&[s.VALIDITY]||[],...s.TYPE&&[s.TYPE]||[],...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(Jo(t));return e.value}readSchema(){let t=V.Schema,e=this.readMessage(t),i=e?.header();if(!e||!i)throw new Error(Xo(t));return i}},Ms=4,Ho="ARROW1",ni=new Uint8Array(Ho.length);for(let r=0;r<Ho.length;r+=1)ni[r]=Ho.codePointAt(r);function Ls(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,Ko=si+Ms,Zc=si*2+Ms;var Mt=class r extends br{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 Bt(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 at.toDOMStream(this.isSync()?{[Symbol.iterator]:()=>this}:{[Symbol.asyncIterator]:()=>this})}toNodeStream(){return at.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:yn(t)?Zh(t):bn(t)?rd(t):Bt(t)?p(this,void 0,void 0,function*(){return yield r.from(yield t)}):_n(t)||ui(t)||vn(t)||Lt(t)?ed(new Ct(t)):td(new ge(t))}static readAll(t){return t instanceof r?t.isSync()?tl(t):el(t):yn(t)||ArrayBuffer.isView(t)||zt(t)||gn(t)?tl(t):el(t)}},ze=class extends Mt{constructor(t){super(t),this._impl=t}readAll(){return[...this]}[Symbol.iterator](){return this._impl[Symbol.iterator]()}[Symbol.asyncIterator](){return xt(this,arguments,function*(){yield B(yield*Rr($t(this[Symbol.iterator]())))})}},Br=class extends Mt{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=$t(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]()}},Ar=class extends ze{constructor(t){super(t),this._impl=t}},Us=class extends Br{constructor(t){super(t),this._impl=t}},Rs=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=A({type:new W(this.schema.fields),length:t.length,children:i});return new Z(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 U(l)):new U(l)).memoize()}return a.memoize()}_loadVectors(t,e,i){return new Ui(e,t.nodes,t.buffers,this.dictionaries).visitMany(i)}},oi=class extends Rs{constructor(t,e){super(e),this._reader=yn(t)?new nn(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=rl(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):Y}return(t){return!this.closed&&this.autoDestroy&&(this.closed=!0)?this.reset()._reader.return(t):Y}next(){if(this.closed)return Y;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 xr(this.schema)}):this.return()}_readNextMessageAndValidate(t){return this._reader.readMessage(t)}},ai=class extends Rs{constructor(t,e){super(e),this._reader=new rn(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=rl(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):Y})}return(t){return p(this,void 0,void 0,function*(){return!this.closed&&this.autoDestroy&&(this.closed=!0)?yield this.reset()._reader.return(t):Y})}next(){return p(this,void 0,void 0,function*(){if(this.closed)return Y;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 xr(this.schema)}):yield this.return()})}_readNextMessageAndValidate(t){return p(this,void 0,void 0,function*(){return yield this._reader.readMessage(t)})}},Cs=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 Ei?t:new Ei(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(V.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(V.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-Ko,i=t.readInt32(e),n=t.readAt(e-i,i);return Ue.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}},Qo=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 ar?t:new ar(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(V.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(V.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-Ko,i=yield t.readInt32(e),n=yield t.readAt(e-i,i);return Ue.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})}},Zo=class extends oi{constructor(t,e){super(t,e)}_loadVectors(t,e,i){return new os(e,t.nodes,t.buffers,this.dictionaries).visitMany(i)}};function rl(r,t){return t&&typeof t.autoDestroy=="boolean"?t.autoDestroy:r.autoDestroy}function*tl(r){let t=Mt.from(r);try{if(!t.open({autoDestroy:!1}).closed)do yield t;while(!t.reset().open().closed)}finally{t.cancel()}}function el(r){return xt(this,arguments,function*(){let e=yield B(Mt.from(r));try{if(!(yield B(e.open({autoDestroy:!1}))).closed)do yield yield B(e);while(!(yield B(e.reset().open())).closed)}finally{yield B(e.cancel())}})}function Zh(r){return new ze(new Zo(r))}function td(r){let t=r.peek(si+7&-8);return t&&t.byteLength>=4?Ls(t)?new Ar(new Cs(r.read())):new ze(new oi(r)):new ze(new oi(function*(){}()))}function ed(r){return p(this,void 0,void 0,function*(){let t=yield r.peek(si+7&-8);return t&&t.byteLength>=4?Ls(t)?new Ar(new Cs(yield r.read())):new Br(new ai(r)):new Br(new ai(function(){return xt(this,arguments,function*(){})}()))})}function rd(r){return p(this,void 0,void 0,function*(){let{size:t}=yield r.stat(),e=new ar(r,t);return t>=Zc&&Ls(yield e.readAt(0,si+7&-8))?new Us(new Qo(e)):new Br(new ai(e))})}var et=class r extends b{static assemble(...t){let e=n=>n.flatMap(s=>Array.isArray(s)?e(s):s instanceof Z?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 U)return this.visitMany(t.data),this;let{type:e}=t;if(!g.isDictionary(e)){let{length:i,nullCount:n}=t;if(i>2147483647)throw new RangeError("Cannot write arrays larger than 2^31 - 1 in length");g.isNull(e)||ne.call(this,n<=0?new Uint8Array(0):Wr(t.offset,i,t.nullBitmap)),this.nodes.push(new ie(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 ne(r){let t=r.byteLength+7&-8;return this.buffers.push(r),this.bufferRegions.push(new vt(this._byteLength,t)),this._byteLength+=t,this}function id(r){let{type:t,length:e,typeIds:i,valueOffsets:n}=r;if(ne.call(this,i),t.mode===Q.Sparse)return ta.call(this,r);if(t.mode===Q.Dense){if(r.offset<=0)return ne.call(this,n),ta.call(this,r);{let s=i.reduce((u,d)=>Math.max(u,d),i[0]),o=new Int32Array(s+1),a=new Int32Array(s+1).fill(-1),c=new Int32Array(e),l=hi(-n[0],e,n);for(let u,d,f=-1;++f<e;)(d=a[u=i[f]])===-1&&(d=a[u]=l[u]),c[f]=l[f]-d,++o[u];ne.call(this,c);for(let u,d=-1,f=t.children.length;++d<f;)if(u=r.children[d]){let y=t.typeIds[d],M=Math.min(e,o[y]);this.visit(u.slice(a[y],M))}}}return this}function nd(r){let t;return r.nullCount>=r.length?ne.call(this,new Uint8Array(0)):(t=r.values)instanceof Uint8Array?ne.call(this,Wr(r.offset,r.length,t)):ne.call(this,pr(r.values))}function cr(r){return ne.call(this,r.values.subarray(0,r.length*r.stride))}function il(r){let{length:t,values:e,valueOffsets:i}=r,n=i[0],s=i[t],o=Math.min(s-n,e.byteLength-n);return ne.call(this,hi(-i[0],t,i)),ne.call(this,e.subarray(n,n+o)),this}function ea(r){let{length:t,valueOffsets:e}=r;return e&&ne.call(this,hi(e[0],t,e)),this.visit(r.children[0])}function ta(r){return this.visitMany(r.type.children.map((t,e)=>r.children[e]).filter(Boolean))[0]}et.prototype.visitBool=nd;et.prototype.visitInt=cr;et.prototype.visitFloat=cr;et.prototype.visitUtf8=il;et.prototype.visitBinary=il;et.prototype.visitFixedSizeBinary=cr;et.prototype.visitDate=cr;et.prototype.visitTimestamp=cr;et.prototype.visitTime=cr;et.prototype.visitDecimal=cr;et.prototype.visitList=ea;et.prototype.visitStruct=ta;et.prototype.visitUnion=id;et.prototype.visitInterval=cr;et.prototype.visitFixedSizeList=ea;et.prototype.visitMap=ea;var Tr=class extends br{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,ft(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 Bt(t)?t.then(e=>this.writeAll(e)):Lt(t)?ia(this,t):ra(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&&Ta(t)?this.toDOMStream({type:"bytes"}).pipeTo(t):t&&Oa(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||!Sr(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 wt&&!(e=t.schema))return this.finish()&&void 0;if(t instanceof Z&&!(e=t.schema))return this.finish()&&void 0}else throw new Error("RecordBatchWriter is closed");if(e&&!Sr(e,this._schema)){if(this._started&&this._autoDestroy)return this.close();this.reset(this._sink,e)}t instanceof Z?t instanceof xr||this._writeRecordBatch(t):t instanceof wt?this.writeAll(t.batches):zt(t)&&this.writeAll(t)}_writeMessage(t,e=8){let i=e-1,n=St.encode(t),s=n.byteLength,o=this._writeLegacyIpcFormat?4:8,a=s+o+i&~i,c=a-s-o;return t.headerType===V.RecordBatch?this._recordBatchBlocks.push(new Re(a,t.bodyLength,this._position)):t.headerType===V.DictionaryBatch&&this._dictionaryBlocks.push(new Re(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=S(t);e&&e.byteLength>0&&(this._sink.write(e),this._position+=e.byteLength)}return this}_writeSchema(t){return this._writeMessage(St.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}=et.assemble(t),o=new ut(t.numRows,i,n),a=St.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}=et.assemble(new U([t])),c=new ut(t.length,s,o),l=new It(c,e,i),u=St.from(l,n);return this._writeMessage(u)._writeBodyBuffers(a)}_writeBodyBuffers(t){let e,i,n;for(let s=-1,o=t.length;++s<o;)(e=t[s])&&(i=e.byteLength)>0&&(this._write(e),(n=(i+7&-8)-i)>0&&this._writePadding(n));return this}_writeDictionaries(t){for(let[e,i]of t.dictionaries){let n=this._dictionaryDeltaOffsets.get(e)||0;if(n===0||(i=i?.slice(n)).length>0)for(let s of i.data)this._writeDictionaryBatch(s,e,n>0),n+=s.length}return this}},sn=class r extends Tr{static writeAll(t,e){let i=new r(e);return Bt(t)?t.then(n=>i.writeAll(n)):Lt(t)?ia(i,t):ra(i,t)}},on=class r extends Tr{static writeAll(t){let e=new r;return Bt(t)?t.then(i=>e.writeAll(i)):Lt(t)?ia(e,t):ra(e,t)}constructor(){super(),this._autoDestroy=!0}_writeSchema(t){return this._writeMagic()._writePadding(2)}_writeFooter(t){let e=Ue.encode(new Ue(t,ct.V4,this._recordBatchBlocks,this._dictionaryBlocks));return super._writeFooter(t)._write(e)._write(Int32Array.of(e.byteLength))._writeMagic()}};function ra(r,t){let e=t;t instanceof wt&&(e=t.batches,r.reset(void 0,t.schema));for(let i of e)r.write(i);return r.finish()}function ia(r,t){var e,i,n,s,o,a,c;return p(this,void 0,void 0,function*(){try{for(e=!0,i=$t(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 nl(r,t){if(Lt(r))return od(r,t);if(zt(r))return sd(r,t);throw new Error("toDOMStream() must be called with an Iterable or AsyncIterable")}function sd(r,t){let e=null,i=t?.type==="bytes"||!1,n=t?.highWaterMark||Math.pow(2,24);return new ReadableStream(Object.assign(Object.assign({},t),{start(o){s(o,e||(e=r[Symbol.iterator]()))},pull(o){e?s(o,e):o.close()},cancel(){(e?.return&&e.return()||!0)&&(e=null)}}),Object.assign({highWaterMark:i?n:void 0},t));function s(o,a){let c,l=null,u=o.desiredSize||null;for(;!(l=a.next(i?u:null)).done;)if(ArrayBuffer.isView(l.value)&&(c=S(l.value))&&(u!=null&&i&&(u=u-c.byteLength+1),l.value=c),o.enqueue(l.value),u!=null&&--u<=0)return;o.close()}}function od(r,t){let e=null,i=t?.type==="bytes"||!1,n=t?.highWaterMark||Math.pow(2,24);return new ReadableStream(Object.assign(Object.assign({},t),{start(o){return p(this,void 0,void 0,function*(){yield s(o,e||(e=r[Symbol.asyncIterator]()))})},pull(o){return p(this,void 0,void 0,function*(){e?yield s(o,e):o.close()})},cancel(){return p(this,void 0,void 0,function*(){(e?.return&&(yield e.return())||!0)&&(e=null)})}}),Object.assign({highWaterMark:i?n:void 0},t));function s(o,a){return p(this,void 0,void 0,function*(){let c,l=null,u=o.desiredSize||null;for(;!(l=yield a.next(i?u:null)).done;)if(ArrayBuffer.isView(l.value)&&(c=S(l.value))&&(u!=null&&i&&(u=u-c.byteLength+1),l.value=c),o.enqueue(l.value),u!=null&&--u<=0)return;o.close()})}}function al(r){return new na(r)}var na=class{constructor(t){this._numChunks=0,this._finished=!1,this._bufferedSize=0;let{["readableStrategy"]:e,["writableStrategy"]:i,["queueingStrategy"]:n="count"}=t,s=Ba(t,["readableStrategy","writableStrategy","queueingStrategy"]);this._controller=null,this._builder=wr(s),this._getSize=n!=="bytes"?sl:ol;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"?sl:ol}),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)}},sl=r=>{var t;return(t=r?.length)!==null&&t!==void 0?t:0},ol=r=>{var t;return(t=r?.byteLength)!==null&&t!==void 0?t:0};function Vs(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 Mt.from(e)).open(t)})}function o(a,c){return p(this,void 0,void 0,function*(){let l=a.desiredSize,u=null;for(;!(u=yield c.next()).done;)if(a.enqueue(u.value),l!=null&&--l<=0)return;a.close()})}}function Ps(r,t){let e=new this(r),i=new Ct(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 an(r){let t=Mt.from(r);return Bt(t)?t.then(e=>an(e)):t.isAsync()?t.readAll().then(e=>new wt(e)):new wt(t.readAll())}var cd=Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},yo),jo),Eo),go),ho),No),{compareSchemas:Sr,compareFields:Lc,compareTypes:Uc});at.toDOMStream=nl;G.throughDOM=al;Mt.throughDOM=Vs;Ar.throughDOM=Vs;ze.throughDOM=Vs;Tr.throughDOM=Ps;on.throughDOM=Ps;sn.throughDOM=Ps;function sa(r="ws://localhost:3000/"){let t=[],e=!1,i=null,n,s={open(){e=!0,c()},close(){for(e=!1,i=null,n=null;t.length;)t.shift().reject("Socket closed")},error(l){if(i){let{reject:u}=i;i=null,c(),u(l)}else console.error("WebSocket error: ",l)},message({data:l}){if(i){let{query:u,resolve:d,reject:f}=i;if(i=null,c(),typeof l=="string"){let y=JSON.parse(l);y.error?f(y.error):d(y)}else if(u.type==="exec")d();else if(u.type==="arrow")d(an(l.arrayBuffer()));else throw new Error(`Unexpected socket data: ${l}`)}else console.log("WebSocket message: ",l)}};function o(){n=new WebSocket(r);for(let l in s)n.addEventListener(l,s[l])}function a(l,u,d){n==null&&o(),t.push({query:l,resolve:u,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((u,d)=>a(l,u,d))}}}var Pt=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?`${cl(t)}.`:""}${i}`}else return t?cl(t):"NULL"}};function cl(r){return r.split(".").map(e=>`"${e}"`).join(".")}function ll(r,t){return r instanceof Pt&&r.column===t}function k(r){return typeof r=="string"?ks(r):r}function Or(r){return typeof r=="string"?ul(r):r}function ul(r){return new Pt(r)}function ks(r,t){return arguments.length===1&&(t=r,r=null),new Pt(r,t)}function qe(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 Dr=r=>typeof r?.addEventListener=="function";function js(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=>Dr(s));n.length>0?(this._params=Array.from(new Set(n)),this._params.forEach(s=>{s.addEventListener("value",()=>ld(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=>Dr(t)&&!js(t)?qe(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 ld(r,t){if(t?.size)return Promise.allSettled(Array.from(t,e=>e(r)))}function oa(r,t){let e=[r[0]],i=new Set,n=t.length;for(let s=0,o=0;s<n;){let a=t[s];Dr(a)?e[++o]=a:(Array.isArray(a?.columns)&&a.columns.forEach(l=>i.add(l)),e[o]+=typeof a=="string"?a:qe(a));let c=r[++s];Dr(e[o])?e[++o]=c:e[o]+=c}return{spans:e,cols:Array.from(i)}}function R(r,...t){let{spans:e,cols:i}=oa(r,t);return new lr(e,i)}function aa(r){let t=k(r);return R`${t} DESC NULLS LAST`.annotate({label:t?.label,desc:!0})}var Fr=r=>({value:r,toString:()=>qe(r)});function cn(r){r(this.op,this),this.children?.forEach(t=>t.visit(r))}function hl(r,t){let e=t.filter(n=>n!=null).map(k),i=e.map((n,s)=>s?` ${r} `:"");return e.length===1?i.push(""):e.length>1&&(i[0]="(",i.push(")")),R(i,...e).annotate({op:r,children:e,visit:cn})}var ca=(...r)=>hl("AND",r.flat()),la=(...r)=>hl("OR",r.flat()),ud=r=>t=>R`(${r} ${k(t)})`.annotate({op:r,a:t,visit:cn}),hd=ud("NOT"),dl=r=>t=>R`(${k(t)} ${r})`.annotate({op:r,a:t,visit:cn}),ua=dl("IS NULL"),dd=dl("IS NOT NULL"),ur=r=>(t,e)=>R`(${k(t)} ${r} ${k(e)})`.annotate({op:r,a:t,b:e,visit:cn}),ln=ur("="),fd=ur("<>"),pd=ur("<"),md=ur(">"),yd=ur("<="),gd=ur(">="),bd=ur("IS DISTINCT FROM"),_d=ur("IS NOT DISTINCT FROM");function wd(r,t,e,i){t=k(t);let n=r.startsWith("NOT ")?"NOT ":"";return(e?i?R`${n}(${e[0]} <= ${t} AND ${t} < ${e[1]})`:R`(${t} ${r} ${e[0]} AND ${e[1]})`:R``).annotate({op:r,visit:cn,field:t,range:e})}var $s=(r,t,e)=>wd("BETWEEN",r,t,e);function Nr(r,t){return Array.from({length:r},()=>t)}function kt(r,t){return(...e)=>{let i=e.map(k),n=t?`::${t}`:"";return(i.length?R([`${r}(`,...Nr(i.length-1,", "),`)${n}`],...i):R`${r}()${n}`).annotate({func:r,args:i})}}var ha=kt("REGEXP_MATCHES"),da=kt("CONTAINS"),fa=kt("PREFIX"),pa=kt("SUFFIX"),vd=kt("LOWER"),Id=kt("UPPER"),Sd=kt("LENGTH"),xd=kt("ISNAN"),Bd=kt("ISFINITE"),Ad=kt("ISINF");var un=class r extends lr{constructor(t,e,i,n,s="",o="",a=""){let c;if(n&&!(s||o||a))c=n?R`${e} OVER "${n}"`:R`${e} OVER ()`;else{let f=s&&o?" ":"",y=(s||o)&&a?" ":"";c=R`${e} OVER (${n?`"${n}" `:""}${s}${f}${o}${y}${a})`}i&&(c=R`(${c})::${i}`);let{_expr:u,_deps:d}=c;super(u,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(u=>u).map(k),i=R(["PARTITION BY ",Nr(e.length-1,", "),""],...e),{window:n,func:s,type:o,name:a,order:c,frame:l}=this;return new r(n,s,o,a,i,c,l)}orderby(...t){let e=t.flat().filter(u=>u).map(k),i=R(["ORDER BY ",Nr(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=fl("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=fl("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 fl(r,t){if(Dr(t)){let e=R`${t}`;return e.toString=()=>`${r} ${pl(t.value)}`,e}return`${r} ${pl(t)}`}function pl(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 se(r,t){return(...e)=>{let i=kt(r)(...e);return new un(r,i,t)}}var Td=se("ROW_NUMBER","INTEGER"),Od=se("RANK","INTEGER"),Dd=se("DENSE_RANK","INTEGER"),Fd=se("PERCENT_RANK"),Nd=se("CUME_DIST"),Ed=se("NTILE"),Md=se("LAG"),Ld=se("LEAD"),Ud=se("FIRST_VALUE"),Rd=se("LAST_VALUE"),Cd=se("NTH_VALUE");var ma=class r extends lr{constructor(t,e,i,n,s){e=(e||[]).map(k);let{strings:o,exprs:a}=Vd(t,e,i,n,s),{spans:c,cols:l}=oa(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(Pd).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 un(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 Vd(r,t,e,i,n){let s=`)${e?`::${e}`:""}`,o=[`${r}(${i?"DISTINCT ":""}`],a=[];return t.length?(o=o.concat([...Nr(t.length-1,", "),`${s}${n?" FILTER (WHERE ":""}`,...n?[")"]:[]]),a=[...t,...n?[n]:[]]):o[0]+="*"+s,{exprs:a,strings:o}}function Pd(r){let t=qe(r);return t&&t.startsWith('"')&&t.endsWith('"')?t.slice(1,-1):t}function C(r,t){return(...e)=>new ma(r,e,t)}var hn=C("COUNT","INTEGER"),kd=C("AVG"),jd=C("AVG"),$d=C("MAD"),dn=C("MAX"),fn=C("MIN"),zd=C("SUM","DOUBLE"),qd=C("PRODUCT"),Wd=C("MEDIAN"),Yd=C("QUANTILE"),Gd=C("MODE"),Hd=C("VARIANCE"),Jd=C("STDDEV"),Xd=C("SKEWNESS"),Kd=C("KURTOSIS"),Qd=C("ENTROPY"),Zd=C("VAR_POP"),tf=C("STDDEV_POP"),ef=C("CORR"),rf=C("COVAR_POP"),nf=C("REGR_INTERCEPT"),sf=C("REGR_SLOPE"),of=C("REGR_COUNT"),af=C("REGR_R2"),cf=C("REGR_SYY"),lf=C("REGR_SXX"),uf=C("REGR_SXY"),hf=C("REGR_AVGX"),df=C("REGR_AVGY"),ff=C("FIRST"),pf=C("LAST"),mf=C("ARG_MIN"),yf=C("ARG_MAX"),gf=C("STRING_AGG"),bf=C("ARRAY_AGG");var ya=r=>{let t=k(r);return R`(1000 * (epoch(${t}) - second(${t})) + millisecond(${t}))::DOUBLE`};var ot=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 Er("UNION",t.flat())}static unionAll(...t){return new Er("UNION ALL",t.flat())}static intersect(...t){return new Er("INTERSECT",t.flat())}static except(...t){return new Er("EXCEPT",t.flat())}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:k(n)});else if(n instanceof Pt)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:zs(s),expr:k(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:Or(n)});else if(n instanceof Pt)i.push({as:n.table,from:n});else if(qs(n)||js(n))i.push({from:n});else if(Array.isArray(n))i.push({as:zs(n[0]),from:Or(n[1])});else for(let s in n)i.push({as:zs(s),from:Or(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(k)),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:zs(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(k)),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(qs(o))s.push(o);else if(n[o.table]){let a=n[o.table];s.push(a)}}),s}toString(){let{select:t,distinct:e,from:i,sample:n,where:s,groupby:o,having:a,window:c,qualify:l,orderby:u,limit:d,offset:f,with:y}=this.query,M=[];if(y.length){let j=y.map(({as:P,query:K})=>`"${P}" AS (${K})`);M.push(`WITH ${j.join(", ")}`)}let jt=t.map(({as:j,expr:P})=>ll(P,j)&&!P.table?`${P}`:`${P} AS "${j}"`);if(M.push(`SELECT${e?" DISTINCT":""} ${jt.join(", ")}`),i.length){let j=i.map(({as:P,from:K})=>{let Ie=qs(K)?`(${K})`:`${K}`;return!P||P===K.table?Ie:`${Ie} AS "${P}"`});M.push(`FROM ${j.join(", ")}`)}if(s.length){let j=s.map(String).filter(P=>P).join(" AND ");j&&M.push(`WHERE ${j}`)}if(n){let{rows:j,perc:P,method:K,seed:Ie}=n,pn=j?`${j} ROWS`:`${P} PERCENT`,mn=K?` (${K}${Ie!=null?`, ${Ie}`:""})`:"";M.push(`USING SAMPLE ${pn}${mn}`)}if(o.length&&M.push(`GROUP BY ${o.join(", ")}`),a.length){let j=a.map(String).filter(P=>P).join(" AND ");j&&M.push(`HAVING ${j}`)}if(c.length){let j=c.map(({as:P,expr:K})=>`"${P}" AS (${K})`);M.push(`WINDOW ${j.join(", ")}`)}if(l.length){let j=l.map(String).filter(P=>P).join(" AND ");j&&M.push(`QUALIFY ${j}`)}return u.length&&M.push(`ORDER BY ${u.join(", ")}`),Number.isFinite(d)&&M.push(`LIMIT ${d}`),Number.isFinite(f)&&M.push(`OFFSET ${f}`),M.join(" ")}},Er=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(k)),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 qs(r){return r instanceof ot||r instanceof Er}function zs(r){return _f(r)?r.slice(1,-1):r}function _f(r){return r[0]==='"'&&r[r.length-1]==='"'}function Ws(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 ml(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":case"DECIMAL":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"LIST":return"array";case"BLOB":case"STRUCT":case"MAP":return"object";default:throw new Error(`Unsupported type: ${r}`)}}var wf="count",vf="nulls",If="max",Sf="min",xf="distinct";var Bf={[wf]:hn,[xf]:r=>hn(r).distinct(),[If]:dn,[Sf]:fn,[vf]:r=>hn().where(ua(r))};function yl({table:r,column:t},e){return ot.from(r).select(e.map(i=>[i,Bf[i](t)]))}var gl=()=>Object.create(null),Ys=class{constructor(t){this.mc=t,this.clear()}clear(){this.tables=gl()}tableInfo(t){let e=this.tables;if(e[t])return e[t];let i=Af(this.mc,t).catch(n=>{throw e[t]=null,n});return e[t]=i}async fieldInfo({table:t,column:e,stats:i}){let s=(await this.tableInfo(t))[e];if(s==null)return;if(!i?.length)return s;let o=await this.mc.query(yl(s,i),{persist:!0}),a={...s,...Array.from(o)[0]};for(let c in a){let l=a[c];typeof l=="bigint"&&(a[c]=Number(l))}return a}async queryFields(t){let e=await Tf(this,t);return(await Promise.all(e.map(n=>this.fieldInfo(n)))).filter(n=>n)}};async function Af(r,t){let e=await r.query(`DESCRIBE ${Or(t)}`,{type:"json",cache:!1}),i=gl();for(let n of e)i[n.column_name]={table:t,column:n.column_name,sqlType:n.column_type,type:ml(n.column_type),nullable:n.null==="YES"};return i}async function Tf(r,t){return t.length===1&&t[0].column==="*"?Object.values(await r.tableInfo(t[0].table)):t}function _l(r){let t=2166136261;for(let e=0,i=r.length;e<i;++e){let n=r.charCodeAt(e),s=n&65280;s&&(t=bl(t^s>>8)),t=bl(t^n&255)}return Of(t)}function bl(r){return r+(r<<1)+(r<<4)+(r<<7)+(r<<8)+(r<<24)}function Of(r){return r+=r<<13,r^=r>>>7,r+=r<<3,r^=r>>>17,r+=r<<5,r&4294967295}var Il=r=>r,Gs=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,vl),u=l[0]?.from;this.enabled=l.every(d=>d&&d.from===u),this.clients=t,this.activeView=null,this.clear()}if(!this.enabled)return!1;e=e||this.selection.active;let{source:i}=e;if(i&&i===this.activeView?.source)return!0;if(this.clear(),!i)return!1;let n=this.activeView=Df(e);if(!n)return!1;this.mc.logger().warn("DATA CUBE INDEX CONSTRUCTION");let s=this.selection.remove(i),o=this.indices=new Map,{mc:a,temp:c}=this;for(let l of t){if(s.skip(l,e))continue;let u=vl(l),d=l.query(s.predicate(l)).select({...n.columns,...u.count}).groupby(Object.keys(n.columns)),[f]=d.subqueries;if(f){let K=Object.values(n.columns).map(Ie=>Ie.columns[0]);Ef(f,K)}let y=d.orderby();d.query.orderby=[];let M=d.toString(),j=`cube_index_${(_l(M)>>>0).toString(16)}`,P=a.exec(Ws(j,M,{temp:c}));o.set(l,{table:j,result:P,order:y,...u})}}async update(){let{clients:t,selection:e,activeView:i}=this,n=i.predicate(e.active.predicate);return Promise.all(Array.from(t).map(s=>this.updateClient(s,n)))}async updateClient(t,e){let i=this.indices.get(t);if(!i)return;e||(e=this.activeView.predicate(this.selection.active.predicate));let{table:n,dims:s,aggr:o,order:a=[]}=i,c=ot.select(s,o).from(n).groupby(s).where(e).orderby(a);return this.mc.updateClient(t,c)}};function Df(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=>Ff(l,o));if(c.some(l=>l==null))return null;c.length===1?(a=l=>l?$s("active0",l.range.map(c[0])):[],i={active0:c[0](r.predicate.field)}):(a=l=>l?ca(l.children.map(({range:u},d)=>$s(`active${d}`,u.map(c[d])))):[],i=Object.fromEntries(r.predicate.children.map((l,u)=>[`active${u}`,c[u](l.field)])))}else if(n==="point")a=Il,i=Object.fromEntries(i.map(c=>[c.toString(),c]));else return null;return{source:t,columns:i,predicate:a}}function Ff(r,t){let{type:e,domain:i,range:n}=r,s,o;switch(e){case"linear":s=Il,o=k;break;case"log":s=Math.log,o=a=>R`LN(${k(a)})`;break;case"symlog":s=a=>Math.sign(a)*Math.log1p(Math.abs(a)),o=a=>(a=k(a),R`SIGN(${a}) * LN(1 + ABS(${a}))`);break;case"sqrt":s=Math.sqrt,o=a=>R`SQRT(${k(a)})`;break;case"utc":case"time":s=a=>+a,o=a=>a instanceof Date?+a:ya(k(a));break}return s?Nf(i,n,t,s,o):null}function Nf(r,t,e,i,n){let s=i(Math.min(r[0],r[1])),o=i(Math.max(r[0],r[1])),a=Math.abs(i(t[1])-i(t[0]))/(o-s)/e,c=e===1?"":`${e}::INTEGER * `;return l=>R`${c}FLOOR(${a}::DOUBLE * (${n(l)} - ${s}::DOUBLE))::INTEGER`}var wl={from:NaN};function vl(r){if(!r.filterIndexable)return wl;let t=r.query(),e=ga(t);if(!e||!t.groupby)return wl;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]:R`SUM("${a}")::DOUBLE`});break;case"AVG":o="_count_",n.push({[a]:R`(SUM("${a}" * ${o}) / SUM(${o}))::DOUBLE`});break;case"MAX":n.push({[a]:R`MAX("${a}")`});break;case"MIN":n.push({[a]:R`MIN("${a}")`});break;default:if(i.has(a))s.push(a);else return null}return{aggr:n,dims:s,count:o?{[o]:R`COUNT(*)`}:{},from:e}}function ga(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=ga(t[0]);for(let i=1;i<t.length;++i){let n=ga(t[i]);if(n!==void 0&&n!==e)return NaN}return e}function Ef(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 Hs=class{constructor(t,e,i=!0){this.mc=t,this.selection=e,this.clients=new Set,this.indexer=i?new Gs(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():Mf(t,i,n)}};function Mf(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 Js(){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 Sl(r,t,e){let i=[],n=0;function s(){let o=Lf(i,t);i=[],n=0;for(let a of o)Rf(a,r,e),Pf(a,t)}return{add(o,a){o.request.type==="arrow"?(n=n||requestAnimationFrame(()=>s()),i.push({entry:o,priority:a,index:i.length})):r(o,a)}}}function Lf(r,t){let e=[],i=new Map;for(let n of r){let{entry:{request:s}}=n,o=Uf(s.query,t);if(!i.has(o)){let a=[];e.push(a),i.set(o,a)}i.get(o).push(n)}return e}function Uf(r,t){let e=`${r}`;if(r instanceof ot&&!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 Pt&&s[o.column]||o))}return`${i}`}else return e}function Rf(r,t,e){if(Cf(r))t({request:{type:"arrow",cache:!1,record:!1,query:Vf(r,e)},result:r.result=Js()});else for(let{entry:i,priority:n}of r)t(i,n)}function Cf(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 Vf(r,t){let e=r.maps=[],i=new Map;for(let o of r){let{query:a}=o.entry.request,c=[];e.push(c);for(let{as:l,expr:u}of a.select()){let d=`${u}`;i.has(d)||i.set(d,[`col${i.size}`,u]);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 Pt&&o[a.column]||a))}return n.$select(Array.from(i.values()))}async function Pf(r,t){let{maps:e,result:i}=r;if(!e)return;let n;try{n=await i}catch(s){for(let{entry:o}of r)o.result.reject(s);return}r.forEach(({entry:s},o)=>{let{request:a,result:c}=s,l=kf(n,e[o]);a.cache&&t.set(String(a.query),l),c.fulfill(l)})}function kf(r,t){if(t){let e={};for(let[i,n]of t)e[n]=r.getChild(i);return new r.constructor(e)}else return r}var jf=typeof requestIdleCallback<"u"?requestIdleCallback:setTimeout,xl=()=>({get:()=>{},set:(r,t)=>t,clear:()=>{}});function Bl({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&&jf(i),s},clear(){e=new Map}}}function Al(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 Tl(){let r=Al(3),t,e,i,n=[],s=null,o;function a(){if(s||r.isEmpty())return;let{request:d,result:f}=r.next();s=u(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 u(d,f){try{let{query:y,type:M,cache:jt=!1,record:j=!0,options:P}=d,K=y?`${y}`:null;if(j&&l(K),jt){let mn=e.get(K);if(mn){i.debug("Cache"),f.fulfill(mn);return}}let Ie=performance.now(),pn=await t.query({type:M,sql:K,...P});jt&&e.set(K,pn),i.debug(`Request: ${(performance.now()-Ie).toFixed(1)}`),f.fulfill(pn)}catch(y){f.reject(y)}}return{cache(d){return d!==void 0?e=d===!0?Bl():d||xl():e},logger(d){return d?i=d:i},connector(d){return d?t=d:t},consolidate(d){d&&!o?o=Sl(c,e,l):!d&&o&&(o=null)},request(d,f=_e.Normal){let y=Js(),M={request:d,result:y};return o?o.add(M,f):c(M,f),y},cancel(d){let f=new Set(d);r.remove(({result:y})=>f.has(y))},clear(){r.remove(({result:d})=>(d.reject("Cleared"),!0))},record(){let d=[],f={add(y){d.push(y)},reset(){d=[]},snapshot(){return d.slice()},stop(){return n=n.filter(y=>y!==f),d}};return n.push(f),f}}}function Ol(){return{debug(){},info(){},log(){},warn(){},error(){}}}var Xs;function Mr(r){return r?Xs=r:Xs==null&&(Xs=new Ks),Xs}var Ks=class{constructor(t=sa(),e={}){this.catalog=new Ys(this),this.manager=e.manager||Tl(),this.logger(e.logger||console),this.configure(e),this.databaseConnector(t),this.clear()}logger(t){return arguments.length&&(this._logger=t||Ol(),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,catalog:i=!1}={}){this.manager.clear(),t&&(this.clients?.forEach(n=>this.disconnect(n)),this.filterGroups?.forEach(n=>n.finalize()),this.clients=new Set,this.filterGroups=new Map),e&&this.manager.cache().clear(),i&&this.catalog.clear()}databaseConnector(t){return this.manager.connector(t)}cancel(t){this.manager.cancel(t)}exec(t,{priority:e=_e.Normal}={}){return 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{catalog:e,clients:i,filterGroups:n,indexes:s}=this;if(i.has(t))throw new Error("Client already connected.");i.add(t);let o=t.fields();o?.length&&t.fieldInfo(await e.queryFields(o));let a=t.filterBy;if(a)if(n.has(a))n.get(a).add(t);else{let c=new Hs(this,a,s);n.set(a,c.add(t))}t.requestQuery()}disconnect(t){let{clients:e,filterGroups:i}=this;e.has(t)&&(e.delete(t),i.get(t.filterBy)?.remove(t))}};var Dl={};function ba(r,t=!1){let e,i,n=Dl;function s(l){e=r(l).then(()=>{if(i){let{value:u}=i;i=null,s(u)}else e=null})}function o(l){i={event:l}}function a(l){e?o(l):s(l)}function c(l){n!==l&&requestAnimationFrame(()=>{let u=n;n=Dl,a(u)}),n=l}return t?c:a}var oe=class{constructor(t){this._filterBy=t,this._requestUpdate=ba(()=>this.requestQuery(),!0)}get filterBy(){return this._filterBy}get filterIndexable(){return!0}fields(){return null}fieldInfo(){return this}query(){return null}queryPending(){return this}queryResult(){return this}queryError(t){return console.error(t),this}requestQuery(t){let e=t||this.query(this.filterBy?.predicate(this));return Mr().requestQuery(this,e)}requestUpdate(){this._requestUpdate()}update(){return this}};var Qs=class{constructor(){this._callbacks=new Map}addEventListener(t,e){this._callbacks.has(t)||this._callbacks.set(t,{callbacks:new Set,pending:null,queue:new _a}),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}}}},_a=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 wa(r,t){return r===t?!1:r instanceof Date&&t instanceof Date?+r!=+t:Array.isArray(r)&&Array.isArray(t)?$f(r,t):!0}function $f(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 Qs{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 wa(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 Zs}var Zs=class r extends ci{static intersect({cross:t=!1}={}){return new r(new Lr({cross:t}))}static union({cross:t=!1}={}){return new r(new Lr({cross:t,union:!0}))}static single({cross:t=!1}={}){return new r(new Lr({cross:t,single:!0}))}static crossfilter(){return new r(new Lr({cross:!0}))}constructor(t=new Lr){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)}},Lr=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?la(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 Mr().connect(e),e.element}var zf=r=>r&&typeof r=="object"&&!Array.isArray(r),qf=r=>hr(to,r),to=class extends oe{constructor({element:t,filterBy:e,from:i,column:n,label:s=n,format:o=u=>u,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 u=document.createElement("label");u.innerText=s||n,this.element.appendChild(u),this.select=document.createElement("select"),a&&(this.data=a.map(d=>zf(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?ln(i,Fr(t)):null}):we(e)&&e.update(t)}query(t=[]){let{from:e,column:i}=this;return e?ot.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 Wf={contains:da,prefix:fa,suffix:pa,regexp:ha},Yf=0,Gf=r=>hr(eo,r),eo=class extends oe{constructor({element:t,filterBy:e,from:i,column:n,label:s,type:o="contains",as:a}={}){if(super(e),this.id="search_"+ ++Yf,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?Wf[n](i,Fr(t)):null}):we(e)&&e.update(t)}query(t=[]){let{from:e,column:i}=this;return e?ot.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 Hf=0,Jf=r=>hr(ro,r),ro=class extends oe{constructor({element:t,filterBy:e,as:i,min:n,max:s,step:o,from:a,column:c,label:l=c,value:u=i?.value,width:d}={}){if(super(e),this.id="slider_"+ ++Hf,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),u!=null&&(this.slider.setAttribute("value",u),this.selection?.value===void 0&&this.publish(u)),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:ot.select({min:fn(i),max:dn(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:ln(i,Fr(t))}):we(this.selection)&&e.update(t)}};function io(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`${Xf(r.getUTCFullYear(),4)}-${We(r.getUTCMonth()+1,2)}-${We(r.getUTCDate(),2)}${e||i||n||s?`T${We(e,2)}:${We(i,2)}${n||s?`:${We(n,2)}${s?`.${We(s,3)}`:""}`:""}Z`:""}`}function Xf(r){return r<0?`-${We(-r,6)}`:r>9999?`+${We(r,6)}`:We(r,4)}function We(r,t){return`${r}`.padStart(t,"0")}var va=Sa(r=>{let t=no(r);return e=>e==null?"":typeof e=="number"?t(e):e instanceof Date?Ia(e):`${e}`}),no=Sa(r=>t=>t===0?"0":t.toLocaleString(r)),Wx=va(),Yx=no();function Ia(r){return io(r,"Invalid Date")}function Sa(r){let t=Sa,e;return(i="en")=>i===t?e:e=r(t=i)}var Kf=-1,Qf=r=>hr(so,r),so=class extends oe{constructor({element:t,filterBy:e,from:i,columns:n=["*"],align:s={},format:o,width:a,maxWidth:c,height:l=500,rowBatch:u=100}={}){super(e),this.id=`table-${++Kf}`,this.from=i,this.columns=n,this.format=o,this.align=s,this.widths=typeof a=="object"?a:{},this.offset=0,this.limit=+u,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:y,loaded:M}=this,{scrollHeight:jt,scrollTop:j,clientHeight:P}=f.target,K=j<d;d=j,!(K||y||M)&&jt-j<2*P&&(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),Mr().prefetch(e.clone().offset(t+this.limit))}fields(){return this.columns.map(t=>ks(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=Zf(this.format,t),this.style.innerText=rp(this.id,tp(this.align,t),ep(this.widths,t)),this}query(t=[]){let{from:e,limit:i,offset:n,schema:s,sortColumn:o,sortDesc:a}=this;return ot.from(e).select(s.map(c=>c.column)).where(t).orderby(o?a?aa(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 u=0;u<o;++u){let d=c[n[u].column],f=document.createElement("td");f.innerText=d==null?"":e[u](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 Zf(r={},t,e){return t.map(({column:i,type:n})=>{if(i in r)return r[i];switch(n){case"number":return no(e);case"date":return Ia;default:return va(e)}})}function tp(r={},t){return t.map(({column:e,type:i})=>e in r?r[e]:i==="number"?"right":"left")}function ep(r={},t){return t.map(({column:e})=>r[e])}function rp(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{to as Menu,eo as Search,ro as Slider,so as Table,qf as menu,Gf as search,Jf as slider,Qf as table};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uwdata/mosaic-inputs",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
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.
|
|
29
|
-
"@uwdata/mosaic-sql": "^0.
|
|
28
|
+
"@uwdata/mosaic-core": "^0.4.0",
|
|
29
|
+
"@uwdata/mosaic-sql": "^0.4.0",
|
|
30
30
|
"isoformat": "^0.2.1"
|
|
31
31
|
},
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "4114465543a21b25d6d14647db7d95af875d2519"
|
|
33
33
|
}
|