@uwdata/mosaic-inputs 0.3.2 → 0.3.3
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
|
@@ -13714,7 +13714,7 @@ var Selection = class _Selection extends Param {
|
|
|
13714
13714
|
}
|
|
13715
13715
|
/**
|
|
13716
13716
|
* Create a clone of this Selection with clauses corresponding
|
|
13717
|
-
* to provided source removed.
|
|
13717
|
+
* to the provided source removed.
|
|
13718
13718
|
* @param {*} source The clause source to remove.
|
|
13719
13719
|
* @returns {this} A cloned and updated Selection.
|
|
13720
13720
|
*/
|
|
@@ -13805,12 +13805,16 @@ var Selection = class _Selection extends Param {
|
|
|
13805
13805
|
/**
|
|
13806
13806
|
* Return a selection query predicate for the given client.
|
|
13807
13807
|
* @param {*} client The client whose data may be filtered.
|
|
13808
|
+
* @param {boolean} [noSkip=false] Disable skipping of active
|
|
13809
|
+
* cross-filtered sources. If set true, the source of the active
|
|
13810
|
+
* clause in a cross-filtered selection will not be skipped.
|
|
13808
13811
|
* @returns {*} The query predicate for filtering client data,
|
|
13809
13812
|
* based on the current state of this selection.
|
|
13810
13813
|
*/
|
|
13811
|
-
predicate(client) {
|
|
13814
|
+
predicate(client, noSkip = false) {
|
|
13812
13815
|
const { clauses } = this;
|
|
13813
|
-
|
|
13816
|
+
const active = noSkip ? null : clauses.active;
|
|
13817
|
+
return this._resolver.predicate(clauses, active, client);
|
|
13814
13818
|
}
|
|
13815
13819
|
};
|
|
13816
13820
|
var SelectionResolver = class {
|
|
@@ -7,4 +7,4 @@ ${t}`),new Function("x",`${t}
|
|
|
7
7
|
return true;`)}function _h(r){return typeof r!="bigint"?ue(r):`${ue(r)}n`}var Co=(r,t)=>(Math.ceil(r)*t+63&-64||64)/t,wh=(r,t=0)=>r.length>=t?r.subarray(0,t):Pr(new r.constructor(t),r,0),Qe=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?Co(i*1,this.BYTES_PER_ELEMENT):Co(i*2,this.BYTES_PER_ELEMENT))}return this}flush(t=this.length){t=Co(t*this.stride,this.BYTES_PER_ELEMENT);let e=wh(this.buffer,t);return this.clear(),e}clear(){return this.length=0,this._resize(0),this}_resize(t){return this.buffer=Pr(new this.ArrayType(t),this.buffer)}};Qe.prototype.offset=0;var Me=class extends Qe{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}},Hr=class extends Me{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()}},Jr=class extends Me{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=Ft(t),this._nulls=new Hr,e&&e.length>0&&(this._isValid=Lc(e))}toVector(){return new L([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 Me(new this.ArrayType(0),this.stride)}setValue(t,e){let i=this._values;return i.reserve(t-i.length+1),super.setValue(t,e)}},pe=class extends G{constructor(t){super(t),this._pendingLength=0,this._offsets=new Jr}setValue(t,e){let i=this._pending||(this._pending=new Map),n=i.get(t);n&&(this._pendingLength-=n.length),this._pendingLength+=e instanceof de?e[Vt].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 br=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 me=new Int32Array(2),is=new Float32Array(me.buffer),ns=new Float64Array(me.buffer),Xr=new Uint16Array(new Uint8Array([1,0]).buffer)[0]===1;var vi;(function(r){r[r.UTF8_BYTES=1]="UTF8_BYTES",r[r.UTF16_STRING=2]="UTF16_STRING"})(vi||(vi={}));var Nt=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 me[0]=this.readInt32(t),is[0]}readFloat64(t){return me[Xr?0:1]=this.readInt32(t),me[Xr?1:0]=this.readInt32(t+4),ns[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){is[0]=e,this.writeInt32(t,me[0])}writeFloat64(t,e){ns[0]=e,this.writeInt32(t,me[Xr?0:1]),this.writeInt32(t+4,me[Xr?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===vi.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 _r=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=Nt.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 Error("FlatBuffers: struct must be serialized inline.")}notNested(){if(this.isNested)throw new Error("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=Nt.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,4+4+n),s.length!=4)throw new Error("FlatBuffers: file identifier must be length "+4);for(let o=4-1;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 Error("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 Error("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 Ze;(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"})(Ze||(Ze={}));var tr;(function(r){r[r.Little=0]="Little",r[r.Big=1]="Big"})(tr||(tr={}));var Ii;(function(r){r[r.DenseArray=0]="DenseArray"})(Ii||(Ii={}));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 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 ye=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 re).__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):Ii.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,Ii.DenseArray)}static endDictionaryEncoding(t){return t.endObject()}};var Si=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 xi=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 Bi;(function(r){r[r.DAY=0]="DAY",r[r.MILLISECOND=1]="MILLISECOND"})(Bi||(Bi={}));var er=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):Bi.MILLISECOND}static startDate(t){t.startObject(1)}static addUnit(t,e){t.addFieldInt16(0,e,Bi.MILLISECOND)}static endDate(t){return t.endObject()}static createDate(t,e){return r.startDate(t),r.addUnit(t,e),r.endDate(t)}};var ge=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 rr;(function(r){r[r.SECOND=0]="SECOND",r[r.MILLISECOND=1]="MILLISECOND",r[r.MICROSECOND=2]="MICROSECOND",r[r.NANOSECOND=3]="NANOSECOND"})(rr||(rr={}));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 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 nr=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 Ai;(function(r){r[r.HALF=0]="HALF",r[r.SINGLE=1]="SINGLE",r[r.DOUBLE=2]="DOUBLE"})(Ai||(Ai={}));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 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):Ai.HALF}static startFloatingPoint(t){t.startObject(1)}static addPrecision(t,e){t.addFieldInt16(0,e,Ai.HALF)}static endFloatingPoint(t){return t.endObject()}static createFloatingPoint(t,e){return r.startFloatingPoint(t),r.addPrecision(t,e),r.endFloatingPoint(t)}};var Ti;(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"})(Ti||(Ti={}));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 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):Ti.YEAR_MONTH}static startInterval(t){t.startObject(1)}static addUnit(t,e){t.addFieldInt16(0,e,Ti.YEAR_MONTH)}static endInterval(t){return t.endObject()}static createInterval(t,e){return r.startInterval(t),r.addUnit(t,e),r.endInterval(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 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 ar=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 Fi=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 Di=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 Le=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):rr.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,rr.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 Ue=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):rr.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,rr.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 Ni;(function(r){r[r.Sparse=0]="Sparse",r[r.Dense=1]="Dense"})(Ni||(Ni={}));var ie=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):Ni.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,Ni.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 Ei=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 ye).__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):tr.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,tr.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 Et=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsFooter(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsFooter(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}version(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt16(this.bb_pos+t):Ze.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 br).__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 br).__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,Ze.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 j=class r{constructor(t=[],e,i){this.fields=t||[],this.metadata=e||new Map,i||(i=Vo(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=os(os(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:os(os(new Map,i[c].metadata),a.metadata)}))&&!1:!0}),o=Vo(s,new Map);return new r([...i,...s],n,new Map([...this.dictionaries,...o]))}};j.prototype.fields=null;j.prototype.metadata=null;j.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 os(r,t){return new Map([...r||new Map,...t||new Map])}function Vo(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&&Vo(s.children,t)}return t}var vh=_r,Ih=Nt,Re=class{static decode(t){t=new Ih(S(t));let e=Et.getRootAsFooter(t),i=j.decode(e.schema());return new Po(i,e)}static encode(t){let e=new vh,i=j.encode(e,t.schema);Et.startRecordBatchesVector(e,t.numRecordBatches);for(let o of[...t.recordBatches()].slice().reverse())Ce.encode(e,o);let n=e.endVector();Et.startDictionariesVector(e,t.numDictionaries);for(let o of[...t.dictionaryBatches()].slice().reverse())Ce.encode(e,o);let s=e.endVector();return Et.startFooter(e),Et.addSchema(e,i),Et.addVersion(e,ct.V4),Et.addRecordBatches(e,n),Et.addDictionaries(e,s),Et.finishFooterBuffer(e,Et.endFooter(e)),e.asUint8Array()}get numRecordBatches(){return this._recordBatches.length}get numDictionaries(){return this._dictionaryBatches.length}constructor(t,e=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 Po=class extends Re{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 Ce.decode(e)}return null}getDictionaryBatch(t){if(t>=0&&t<this.numDictionaries){let e=this._footer.dictionaries(t);if(e)return Ce.decode(e)}return null}},Ce=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 br.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}),Mi=class{constructor(t){this._json=t}get schema(){return this._json.schema}get batches(){return this._json.batches||[]}get dictionaries(){return this._json.dictionaries||[]}},wr=class{tee(){return this._getDOMStream().tee()}pipe(t,e){return this._getNodeStream().pipe(t,e)}pipeTo(t,e){return this._getDOMStream().pipeTo(t,e)}pipeThrough(t,e){return this._getDOMStream().pipeThrough(t,e)}_getDOMStream(){return this._DOMStream||(this._DOMStream=this.toDOMStream())}_getNodeStream(){return this._nodeStream||(this._nodeStream=this.toNodeStream())}},as=class extends wr{constructor(){super(),this._values=[],this.resolvers=[],this._closedPromise=new Promise(t=>this._closedPromiseResolve=t)}get closed(){return this._closedPromise}cancel(t){return p(this,void 0,void 0,function*(){yield this.return(t)})}write(t){this._ensureOpen()&&(this.resolvers.length<=0?this._values.push(t):this.resolvers.shift().resolve({done:!1,value:t}))}abort(t){this._closedPromiseResolve&&(this.resolvers.length<=0?this._error={error:t}:this.resolvers.shift().reject({done:!0,value:t}))}close(){if(this._closedPromiseResolve){let{resolvers:t}=this;for(;t.length>0;)t.shift().resolve(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 be=class extends as{write(t){if((t=S(t)).byteLength>0)return super.write(t)}toString(t=!1){return t?ui(this.toUint8Array(!0)):this.toUint8Array(!1).then(ui)}toUint8Array(t=!1){return t?Tt(this._values)[0]:(()=>p(this,void 0,void 0,function*(){var e,i,n,s;let o=[],a=0;try{for(var c=!0,l=qt(this),u;u=yield l.next(),e=u.done,!e;){s=u.value,c=!1;try{let d=s;o.push(d),a+=d.byteLength}finally{c=!0}}}catch(d){i={error:d}}finally{try{!c&&!e&&(n=l.return)&&(yield n.call(l))}finally{if(i)throw i.error}}return Tt(o,a)[0]}))()}},_e=class{constructor(t){t&&(this.source=new ko(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)}},kt=class r{constructor(t){t instanceof r?this.source=t.source:t instanceof be?this.source=new Ve(at.fromAsyncIterable(t)):Sn(t)?this.source=new Ve(at.fromNodeStream(t)):hi(t)?this.source=new Ve(at.fromDOMStream(t)):vn(t)?this.source=new Ve(at.fromDOMStream(t.body)):Wt(t)?this.source=new Ve(at.fromIterable(t)):At(t)?this.source=new Ve(at.fromAsyncIterable(t)):Ct(t)&&(this.source=new Ve(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)}},ko=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)}},Ve=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 Li=class extends _e{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}}},cr=class extends kt{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 $o={};Cr($o,{BaseInt64:()=>Ui,Int128:()=>Ri,Int64:()=>Pe,Uint64:()=>X});function Kr(r){return r<0&&(r=4294967295+r+1),`0x${r.toString(16)}`}var Qr=8,jo=[1,10,100,1e3,1e4,1e5,1e6,1e7,1e8],Ui=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`${Kr(this.buffer[1])} ${Kr(this.buffer[0])}`}},X=class r extends Ui{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=Qr<i-s?Qr:i-s,a=new r(new Uint32Array([Number.parseInt(t.slice(s,s+o),10),0])),c=new r(new Uint32Array([jo[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)}},Pe=class r extends Ui{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=Qr<n-o?Qr:n-o,c=new r(new Uint32Array([Number.parseInt(t.slice(o,o+a),10),0])),l=new r(new Uint32Array([jo[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)}},Ri=class r{constructor(t){this.buffer=t}high(){return new Pe(new Uint32Array(this.buffer.buffer,this.buffer.byteOffset+8,2))}low(){return new Pe(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`${Kr(this.buffer[3])} ${Kr(this.buffer[2])} ${Kr(this.buffer[1])} ${Kr(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=Qr<n-o?Qr:n-o,c=new r(new Uint32Array([Number.parseInt(t.slice(o,o+a),10),0,0,0])),l=new r(new Uint32Array([jo[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 Ci=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)}},cs=class extends Ci{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):yr(this.sources[i])}readOffsets(t,{offset:e}=this.nextBufferRange()){return D(Uint8Array,D(Int32Array,this.sources[e]))}readTypeIds(t,{offset:e}=this.nextBufferRange()){return D(Uint8Array,D(t.ArrayType,this.sources[e]))}readData(t,{offset:e}=this.nextBufferRange()){let{sources:i}=this;return g.isTimestamp(t)?D(Uint8Array,Pe.convertArray(i[e])):(g.isInt(t)||g.isTime(t))&&t.bitWidth===64?D(Uint8Array,Pe.convertArray(i[e])):g.isDate(t)&&t.unit===ht.MILLISECOND?D(Uint8Array,Pe.convertArray(i[e])):g.isDecimal(t)?D(Uint8Array,Ri.convertArray(i[e])):g.isBinary(t)||g.isFixedSizeBinary(t)?Sh(i[e]):g.isBool(t)?yr(i[e]):g.isUtf8(t)?Ge(i[e].join("")):D(Uint8Array,D(t.ArrayType,i[e].map(n=>+n)))}};function Sh(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 Zr=class extends pe{constructor(t){super(t),this._values=new Qe(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 ls=class extends G{constructor(t){super(t),this._values=new Hr}setValue(t,e){this._values.set(t,+e)}};var vr=class extends st{};vr.prototype._setValue=Io;var Vi=class extends vr{};Vi.prototype._setValue=Rn;var Pi=class extends vr{};Pi.prototype._setValue=Cn;var ki=class extends st{};ki.prototype._setValue=Bo;var us=class extends G{constructor({type:t,nullValues:e,dictionaryHashFunction:i}){super({type:new Ot(t.dictionary,t.indices,t.id,t.isOrdered)}),this._nulls=null,this._dictionaryOffset=0,this._keysToIndices=Object.create(null),this.indices=Ir({type:this.type.indices,nullValues:e}),this.dictionary=Ir({type:this.type.dictionary,nullValues:null}),typeof i=="function"&&(this.valueToKey=i)}get values(){return this.indices.values}get nullCount(){return this.indices.nullCount}get nullBitmap(){return this.indices.nullBitmap}get byteLength(){return this.indices.byteLength+this.dictionary.byteLength}get reservedLength(){return this.indices.reservedLength+this.dictionary.reservedLength}get reservedByteLength(){return this.indices.reservedByteLength+this.dictionary.reservedByteLength}isValid(t){return this.indices.isValid(t)}setValid(t,e){let i=this.indices;return e=i.setValid(t,e),this.length=i.length,e}setValue(t,e){let i=this._keysToIndices,n=this.valueToKey(e),s=i[n];return s===void 0&&(i[n]=s=this._dictionaryOffset+this.dictionary.append(e).length-1),this.indices.setValue(t,s)}flush(){let t=this.type,e=this._dictionary,i=this.dictionary.toVector(),n=this.indices.flush().clone(t);return n.dictionary=e?e.concat(i):i,this.finished||(this._dictionaryOffset+=i.length),this._dictionary=n.dictionary,this.clear(),n}finish(){return this.indices.finish(),this.dictionary.finish(),this._dictionaryOffset=0,this._keysToIndices=Object.create(null),super.finish()}clear(){return this.indices.clear(),this.dictionary.clear(),super.clear()}valueToKey(t){return typeof t=="string"?t:`${t}`}};var ji=class extends st{};ji.prototype._setValue=vo;var hs=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 Qt(this.type.listSize,new E(e,t.type,!0)),i}};var Sr=class extends st{setValue(t,e){this._values.set(t,e)}},ds=class extends Sr{setValue(t,e){super.setValue(t,yi(e))}},fs=class extends Sr{},ps=class extends Sr{};var xr=class extends st{};xr.prototype._setValue=Ao;var $i=class extends xr{};$i.prototype._setValue=Yn;var zi=class extends xr{};zi.prototype._setValue=Gn;var jt=class extends st{setValue(t,e){this._values.set(t,e)}},ms=class extends jt{},ys=class extends jt{},gs=class extends jt{},bs=class extends jt{},_s=class extends jt{},ws=class extends jt{},vs=class extends jt{},Is=class extends jt{};var Ss=class extends pe{constructor(t){super(t),this._offsets=new Jr}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 Xt(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.length,a=e.set(n,o).buffer[n];for(let c=-1;++c<o;)i.set(a+c,s[c])}}};var xs=class extends pe{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 Zt(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 Bs=class extends G{setValue(t,e){}setValid(t,e){return this.length=Math.max(t+1,this.length),e}};var As=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 ke=class extends st{};ke.prototype._setValue=So;var qi=class extends ke{};qi.prototype._setValue=Vn;var Wi=class extends ke{};Wi.prototype._setValue=Pn;var Yi=class extends ke{};Yi.prototype._setValue=kn;var Gi=class extends ke{};Gi.prototype._setValue=jn;var je=class extends st{};je.prototype._setValue=xo;var Hi=class extends je{};Hi.prototype._setValue=$n;var Ji=class extends je{};Ji.prototype._setValue=zn;var Xi=class extends je{};Xi.prototype._setValue=qn;var Ki=class extends je{};Ki.prototype._setValue=Wn;var ti=class extends G{constructor(t){super(t),this._typeIds=new Me(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 Kt(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.")}},Ts=class extends ti{},Os=class extends ti{constructor(t){super(t),this._offsets=new Me(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 Qi=class extends pe{constructor(t){super(t),this._values=new Qe(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,Ge(e))}_flushPending(t,e){}};Qi.prototype._flushPending=Zr.prototype._flushPending;var zo=class extends b{visitNull(){return Bs}visitBool(){return ls}visitInt(){return jt}visitInt8(){return ms}visitInt16(){return ys}visitInt32(){return gs}visitInt64(){return bs}visitUint8(){return _s}visitUint16(){return ws}visitUint32(){return vs}visitUint64(){return Is}visitFloat(){return Sr}visitFloat16(){return ds}visitFloat32(){return fs}visitFloat64(){return ps}visitUtf8(){return Qi}visitBinary(){return Zr}visitFixedSizeBinary(){return ji}visitDate(){return vr}visitDateDay(){return Vi}visitDateMillisecond(){return Pi}visitTimestamp(){return ke}visitTimestampSecond(){return qi}visitTimestampMillisecond(){return Wi}visitTimestampMicrosecond(){return Yi}visitTimestampNanosecond(){return Gi}visitTime(){return je}visitTimeSecond(){return Hi}visitTimeMillisecond(){return Ji}visitTimeMicrosecond(){return Xi}visitTimeNanosecond(){return Ki}visitDecimal(){return ki}visitList(){return Ss}visitStruct(){return As}visitUnion(){return ti}visitDenseUnion(){return Os}visitSparseUnion(){return Ts}visitDictionary(){return us}visitInterval(){return xr}visitIntervalDayTime(){return $i}visitIntervalYearMonth(){return zi}visitFixedSizeList(){return hs}visitMap(){return xs}},Uc=new zo;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 Zi(r,t){return r===t||_t(r,t)}function $e(r,t){return r===t||_t(r,t)&&r.bitWidth===t.bitWidth&&r.isSigned===t.isSigned}function Fs(r,t){return r===t||_t(r,t)&&r.precision===t.precision}function xh(r,t){return r===t||_t(r,t)&&r.byteWidth===t.byteWidth}function qo(r,t){return r===t||_t(r,t)&&r.unit===t.unit}function tn(r,t){return r===t||_t(r,t)&&r.unit===t.unit&&r.timezone===t.timezone}function en(r,t){return r===t||_t(r,t)&&r.unit===t.unit&&r.bitWidth===t.bitWidth}function Bh(r,t){return r===t||_t(r,t)&&r.children.length===t.children.length&&we.compareManyFields(r.children,t.children)}function Ah(r,t){return r===t||_t(r,t)&&r.children.length===t.children.length&&we.compareManyFields(r.children,t.children)}function Wo(r,t){return r===t||_t(r,t)&&r.mode===t.mode&&r.typeIds.every((e,i)=>e===t.typeIds[i])&&we.compareManyFields(r.children,t.children)}function Th(r,t){return r===t||_t(r,t)&&r.id===t.id&&r.isOrdered===t.isOrdered&&we.visit(r.indices,t.indices)&&we.visit(r.dictionary,t.dictionary)}function Yo(r,t){return r===t||_t(r,t)&&r.unit===t.unit}function Oh(r,t){return r===t||_t(r,t)&&r.listSize===t.listSize&&r.children.length===t.children.length&&we.compareManyFields(r.children,t.children)}function Fh(r,t){return r===t||_t(r,t)&&r.keysSorted===t.keysSorted&&r.children.length===t.children.length&&we.compareManyFields(r.children,t.children)}I.prototype.visitNull=Zi;I.prototype.visitBool=Zi;I.prototype.visitInt=$e;I.prototype.visitInt8=$e;I.prototype.visitInt16=$e;I.prototype.visitInt32=$e;I.prototype.visitInt64=$e;I.prototype.visitUint8=$e;I.prototype.visitUint16=$e;I.prototype.visitUint32=$e;I.prototype.visitUint64=$e;I.prototype.visitFloat=Fs;I.prototype.visitFloat16=Fs;I.prototype.visitFloat32=Fs;I.prototype.visitFloat64=Fs;I.prototype.visitUtf8=Zi;I.prototype.visitBinary=Zi;I.prototype.visitFixedSizeBinary=xh;I.prototype.visitDate=qo;I.prototype.visitDateDay=qo;I.prototype.visitDateMillisecond=qo;I.prototype.visitTimestamp=tn;I.prototype.visitTimestampSecond=tn;I.prototype.visitTimestampMillisecond=tn;I.prototype.visitTimestampMicrosecond=tn;I.prototype.visitTimestampNanosecond=tn;I.prototype.visitTime=en;I.prototype.visitTimeSecond=en;I.prototype.visitTimeMillisecond=en;I.prototype.visitTimeMicrosecond=en;I.prototype.visitTimeNanosecond=en;I.prototype.visitDecimal=Zi;I.prototype.visitList=Bh;I.prototype.visitStruct=Ah;I.prototype.visitUnion=Wo;I.prototype.visitDenseUnion=Wo;I.prototype.visitSparseUnion=Wo;I.prototype.visitDictionary=Th;I.prototype.visitInterval=Yo;I.prototype.visitIntervalDayTime=Yo;I.prototype.visitIntervalYearMonth=Yo;I.prototype.visitFixedSizeList=Oh;I.prototype.visitMap=Fh;var we=new I;function Br(r,t){return we.compareSchemas(r,t)}function Rc(r,t){return we.compareFields(r,t)}function Cc(r,t){return we.visit(r,t)}function Ir(r){let t=r.type,e=new(Uc.getVisitFn(t)())(r);if(t.children&&t.children.length>0){let i=r.children||[],n={nullValues:r.nullValues},s=Array.isArray(i)?(o,a)=>i[a]||n:({name:o})=>i[o]||n;for(let[o,a]of t.children.entries()){let{type:c}=a,l=s(a,o);e.children.push(Ir(Object.assign(Object.assign({},l),{type:c})))}}return e}function Ds(r,t){return Dh(r,t.map(e=>e.data.concat()))}function Dh(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=Nh(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 Nh(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 Vc,wt=class r{constructor(...t){var e,i;if(t.length===0)return this.batches=[],this.schema=new j([]),this._offsets=[0],this;let n,s;t[0]instanceof j&&(n=t.shift()),t[t.length-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 j(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 L([c[y]])),d=new j(l.map((y,U)=>new E(String(y),u[U].type))),[,f]=Ds(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 j([]),!(n instanceof j))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(!Br(n,c.schema))throw new TypeError("Table and inner RecordBatch schemas must be equivalent.")}this.schema=n,this.batches=a,this._offsets=s??Qn(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=Kn(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?Gr.visit(new L(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]=gi({length:this.numRows},t,e);let n=Zn(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 L(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 L([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]=Ds(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(...Ds(s,o))}};Vc=Symbol.toStringTag;wt[Vc]=(r=>(r.schema=null,r.batches=[],r._offsets=new Uint32Array([0]),r._nullCount=-1,r[Symbol.isConcatSpreadable]=!0,r.isValid=Ke(wi),r.get=Ke(rt.getVisitFn(h.Struct)),r.set=ts(lt.getVisitFn(h.Struct)),r.indexOf=es(gr.getVisitFn(h.Struct)),r.getByteLength=Ke(Dt.getVisitFn(h.Struct)),"Table"))(wt.prototype);var kc,Z=class r{constructor(...t){switch(t.length){case 2:{if([this.schema]=t,!(this.schema instanceof j))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]=Pc(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 j(i),a=A({type:new W(i),length:s,children:n,nullCount:0});[this.schema,this.data]=Pc(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=jc(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 gr.visit(this.data,t,e)}getByteLength(t){return Dt.visit(this.data,t)}[Symbol.iterator](){return Gr.visit(new L([this.data]))}toArray(){return[...this]}concat(...t){return new wt(this.schema,[this,...t])}slice(t,e){let[i]=new L([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 L([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 L([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 j(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)}};kc=Symbol.toStringTag;Z[kc]=(r=>(r._nullCount=-1,r[Symbol.isConcatSpreadable]=!0,"RecordBatch"))(Z.prototype);function Pc(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 jc(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&&jc(o.children,a.children,e)}return e}var Ar=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 rn;(function(r){r[r.BUFFER=0]="BUFFER"})(rn||(rn={}));var nn;(function(r){r[r.LZ4_FRAME=0]="LZ4_FRAME",r[r.ZSTD=1]="ZSTD"})(nn||(nn={}));var Ns=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):nn.LZ4_FRAME}method(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.readInt8(this.bb_pos+t):rn.BUFFER}static startBodyCompression(t){t.startObject(2)}static addCodec(t,e){t.addFieldInt8(0,e,nn.LZ4_FRAME)}static addMethod(t,e){t.addFieldInt8(1,e,rn.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 ei=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 ri=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 Mt=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 ri).__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 ei).__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 Ns).__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 ze=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 Mt).__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 ii;(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"})(ii||(ii={}));var ne=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):Ze.V1}headerType(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.readUint8(this.bb_pos+t):ii.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,Ze.V1)}static addHeaderType(t,e){t.addFieldInt8(1,e,ii.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 Go=class extends b{visit(t,e){return t==null||e==null?void 0:super.visit(t,e)}visitNull(t,e){return Fi.startNull(e),Fi.endNull(e)}visitInt(t,e){return re.startInt(e),re.addBitWidth(e,t.bitWidth),re.addIsSigned(e,t.isSigned),re.endInt(e)}visitFloat(t,e){return sr.startFloatingPoint(e),sr.addPrecision(e,t.precision),sr.endFloatingPoint(e)}visitBinary(t,e){return Si.startBinary(e),Si.endBinary(e)}visitBool(t,e){return xi.startBool(e),xi.endBool(e)}visitUtf8(t,e){return Ei.startUtf8(e),Ei.endUtf8(e)}visitDecimal(t,e){return ge.startDecimal(e),ge.addScale(e,t.scale),ge.addPrecision(e,t.precision),ge.addBitWidth(e,t.bitWidth),ge.endDecimal(e)}visitDate(t,e){return er.startDate(e),er.addUnit(e,t.unit),er.endDate(e)}visitTime(t,e){return Le.startTime(e),Le.addUnit(e,t.unit),Le.addBitWidth(e,t.bitWidth),Le.endTime(e)}visitTimestamp(t,e){let i=t.timezone&&e.createString(t.timezone)||void 0;return Ue.startTimestamp(e),Ue.addUnit(e,t.unit),i!==void 0&&Ue.addTimezone(e,i),Ue.endTimestamp(e)}visitInterval(t,e){return or.startInterval(e),or.addUnit(e,t.unit),or.endInterval(e)}visitList(t,e){return Oi.startList(e),Oi.endList(e)}visitStruct(t,e){return Di.startStruct_(e),Di.endStruct_(e)}visitUnion(t,e){ie.startTypeIdsVector(e,t.typeIds.length);let i=ie.createTypeIdsVector(e,t.typeIds);return ie.startUnion(e),ie.addMode(e,t.mode),ie.addTypeIds(e,i),ie.endUnion(e)}visitDictionary(t,e){let i=this.visit(t.indices,e);return ye.startDictionaryEncoding(e),ye.addId(e,BigInt(t.id)),ye.addIsOrdered(e,t.isOrdered),i!==void 0&&ye.addIndexType(e,i),ye.endDictionaryEncoding(e)}visitFixedSizeBinary(t,e){return ir.startFixedSizeBinary(e),ir.addByteWidth(e,t.byteWidth),ir.endFixedSizeBinary(e)}visitFixedSizeList(t,e){return nr.startFixedSizeList(e),nr.addListSize(e,t.listSize),nr.endFixedSizeList(e)}visitMap(t,e){return ar.startMap(e),ar.addKeysSorted(e,t.keysSorted),ar.endMap(e)}},Es=new Go;function Wc(r,t=new Map){return new j(Mh(r,t),Ms(r.customMetadata),t)}function Ho(r){return new ut(r.count,Gc(r.columns),Hc(r.columns))}function Yc(r){return new It(Ho(r.data),r.id,r.isDelta)}function Mh(r,t){return(r.fields||[]).filter(Boolean).map(e=>E.fromJSON(e,t))}function $c(r,t){return(r.children||[]).filter(Boolean).map(e=>E.fromJSON(e,t))}function Gc(r){return(r||[]).reduce((t,e)=>[...t,new se(e.count,Lh(e.VALIDITY)),...Gc(e.children)],[])}function Hc(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=Hc(n.children,t)}return t}function Lh(r){return(r||[]).reduce((t,e)=>t+ +(e===0),0)}function Jc(r,t){let e,i,n,s,o,a;return!t||!(s=r.dictionary)?(o=qc(r,$c(r,t)),n=new E(r.name,o,r.nullable,Ms(r.customMetadata))):t.has(e=s.id)?(i=(i=s.indexType)?zc(i):new he,a=new Ot(t.get(e),i,e,s.isOrdered),n=new E(r.name,a,r.nullable,Ms(r.customMetadata))):(i=(i=s.indexType)?zc(i):new he,t.set(e,o=qc(r,$c(r,t))),a=new Ot(o,i,e,s.isOrdered),n=new E(r.name,a,r.nullable,Ms(r.customMetadata))),n||null}function Ms(r){return new Map(Object.entries(r||{}))}function zc(r){return new tt(r.isSigned,r.bitWidth)}function qc(r,t){let e=r.type.name;switch(e){case"NONE":return new pt;case"null":return new pt;case"binary":return new xe;case"utf8":return new Be;case"bool":return new Ae;case"list":return new Xt((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 Te(i.scale,i.precision,i.bitWidth)}case"date":{let i=r.type;return new Oe(ht[i.unit])}case"time":{let i=r.type;return new Jt(M[i.unit],i.bitWidth)}case"timestamp":{let i=r.type;return new Fe(M[i.unit],i.timezone)}case"interval":{let i=r.type;return new De(mt[i.unit])}case"union":{let i=r.type;return new Kt(Q[i.mode],i.typeIds||[],t||[])}case"fixedsizebinary":{let i=r.type;return new Ne(i.byteWidth)}case"fixedsizelist":{let i=r.type;return new Qt(i.listSize,(t||[])[0])}case"map":{let i=r.type;return new Zt((t||[])[0],i.keysSorted)}}throw new Error(`Unrecognized type: "${e}"`)}var Uh=_r,Rh=Nt,St=class r{static fromJSON(t,e){let i=new r(0,ct.V4,e);return i._createHeader=Ch(t,e),i}static decode(t){t=new Rh(S(t));let e=ne.getRootAsMessage(t),i=e.bodyLength(),n=e.version(),s=e.headerType(),o=new r(i,n,s);return o._createHeader=Vh(e,s),o}static encode(t){let e=new Uh,i=-1;return t.isSchema()?i=j.encode(e,t.header()):t.isRecordBatch()?i=ut.encode(e,t.header()):t.isDictionaryBatch()&&(i=It.encode(e,t.header())),ne.startMessage(e),ne.addVersion(e,ct.V4),ne.addHeader(e,i),ne.addHeaderType(e,t.headerType),ne.addBodyLength(e,BigInt(t.bodyLength)),ne.finishMessageBuffer(e,ne.endMessage(e)),e.asUint8Array()}static from(t,e=0){if(t instanceof j)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)}},se=class{constructor(t,e){this.length=yt(t),this.nullCount=yt(e)}};function Ch(r,t){return()=>{switch(t){case V.Schema:return j.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 Vh(r,t){return()=>{switch(t){case V.Schema:return j.decode(r.header(new bt));case V.RecordBatch:return ut.decode(r.header(new Mt),r.version());case V.DictionaryBatch:return It.decode(r.header(new ze),r.version())}throw new Error(`Unrecognized Message type: { name: ${V[t]}, type: ${t} }`)}}E.encode=Jh;E.decode=Gh;E.fromJSON=Jc;j.encode=Hh;j.decode=Ph;j.fromJSON=Wc;ut.encode=Xh;ut.decode=kh;ut.fromJSON=Ho;It.encode=Kh;It.decode=jh;It.fromJSON=Yc;se.encode=Qh;se.decode=zh;vt.encode=Zh;vt.decode=$h;function Ph(r,t=new Map){let e=Yh(r,t);return new j(e,Ls(r),t)}function kh(r,t=ct.V4){if(r.compression()!==null)throw new Error("Record batch compression not implemented");return new ut(r.length(),qh(r),Wh(r,t))}function jh(r,t=ct.V4){return new It(ut.decode(r.data(),t),r.id(),r.isDelta())}function $h(r){return new vt(r.offset(),r.length())}function zh(r){return new se(r.length(),r.nullCount())}function qh(r){let t=[];for(let e,i=-1,n=-1,s=r.nodesLength();++i<s;)(e=r.nodes(i))&&(t[++n]=se.decode(e));return t}function Wh(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 Yh(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 Xc(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 Gh(r,t){let e,i,n,s,o,a;return!t||!(a=r.dictionary())?(n=Qc(r,Xc(r,t)),i=new E(r.name(),n,r.nullable(),Ls(r))):t.has(e=yt(a.id()))?(s=(s=a.indexType())?Kc(s):new he,o=new Ot(t.get(e),s,e,a.isOrdered()),i=new E(r.name(),o,r.nullable(),Ls(r))):(s=(s=a.indexType())?Kc(s):new he,t.set(e,n=Qc(r,Xc(r,t))),o=new Ot(n,s,e,a.isOrdered()),i=new E(r.name(),o,r.nullable(),Ls(r))),i||null}function Ls(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 Kc(r){return new tt(r.isSigned(),r.bitWidth())}function Qc(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 xe;case H.Utf8:return new Be;case H.Bool:return new Ae;case H.List:return new Xt((t||[])[0]);case H.Struct_:return new W(t||[])}switch(e){case H.Int:{let i=r.type(new re);return new tt(i.isSigned(),i.bitWidth())}case H.FloatingPoint:{let i=r.type(new sr);return new gt(i.precision())}case H.Decimal:{let i=r.type(new ge);return new Te(i.scale(),i.precision(),i.bitWidth())}case H.Date:{let i=r.type(new er);return new Oe(i.unit())}case H.Time:{let i=r.type(new Le);return new Jt(i.unit(),i.bitWidth())}case H.Timestamp:{let i=r.type(new Ue);return new Fe(i.unit(),i.timezone())}case H.Interval:{let i=r.type(new or);return new De(i.unit())}case H.Union:{let i=r.type(new ie);return new Kt(i.mode(),i.typeIdsArray()||[],t||[])}case H.FixedSizeBinary:{let i=r.type(new ir);return new Ne(i.byteWidth())}case H.FixedSizeList:{let i=r.type(new nr);return new Qt(i.listSize(),(t||[])[0])}case H.Map:{let i=r.type(new ar);return new Zt((t||[])[0],i.keysSorted())}}throw new Error(`Unrecognized type: "${H[e]}" (${e})`)}function Hh(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,td?tr.Little:tr.Big),n!==-1&&bt.addCustomMetadata(r,n),bt.endSchema(r)}function Jh(r,t){let e=-1,i=-1,n=-1,s=t.type,o=t.typeId;g.isDictionary(s)?(o=s.dictionary.typeId,n=Es.visit(s,r),i=Es.visit(s.dictionary,r)):i=Es.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 Xh(r,t){let e=t.nodes||[],i=t.buffers||[];Mt.startNodesVector(r,e.length);for(let o of e.slice().reverse())se.encode(r,o);let n=r.endVector();Mt.startBuffersVector(r,i.length);for(let o of i.slice().reverse())vt.encode(r,o);let s=r.endVector();return Mt.startRecordBatch(r),Mt.addLength(r,BigInt(t.length)),Mt.addNodes(r,n),Mt.addBuffers(r,s),Mt.endRecordBatch(r)}function Kh(r,t){let e=ut.encode(r,t.data);return ze.startDictionaryBatch(r),ze.addId(r,BigInt(t.id)),ze.addIsDelta(r,t.isDelta),ze.addData(r,e),ze.endDictionaryBatch(r)}function Qh(r,t){return ri.createFieldNode(r,BigInt(t.length),BigInt(t.nullCount))}function Zh(r,t){return ei.createBuffer(r,BigInt(t.offset),BigInt(t.length))}var td=(()=>{let r=new ArrayBuffer(2);return new DataView(r).setInt16(0,256,!0),new Int16Array(r)[0]===256})();var Xo=r=>`Expected ${V[r]} Message in stream, but was null or length 0.`,Ko=r=>`Header pointer of flatbuffer-encoded ${V[r]} Message is null or length 0.`,Zc=(r,t)=>`Expected to read ${r} metadata bytes, but only read ${t}.`,tl=(r,t)=>`Expected to read ${r} bytes for message body, but only read ${t}.`,ni=class{constructor(t){this.source=t instanceof _e?t:new _e(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(Xo(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(tl(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(Ko(e));return n}readMetadataLength(){let t=this.source.read(Us),e=t&&new Nt(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(Zc(t,e.byteLength));return{done:!1,value:St.decode(e)}}},sn=class{constructor(t,e){this.source=t instanceof kt?t:wn(t)?new cr(t,e):new kt(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(Xo(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(tl(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(Ko(e));return n})}readMetadataLength(){return p(this,void 0,void 0,function*(){let t=yield this.source.read(Us),e=t&&new Nt(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(Zc(t,e.byteLength));return{done:!1,value:St.decode(e)}})}},on=class extends ni{constructor(t){super(new Uint8Array(0)),this._schema=!1,this._body=[],this._batchIndex=0,this._dictionaryIndex=0,this._json=t instanceof Mi?t:new Mi(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(Xo(t));return e.value}readSchema(){let t=V.Schema,e=this.readMessage(t),i=e?.header();if(!e||!i)throw new Error(Ko(t));return i}},Us=4,Jo="ARROW1",si=new Uint8Array(Jo.length);for(let r=0;r<Jo.length;r+=1)si[r]=Jo.codePointAt(r);function Rs(r,t=0){for(let e=-1,i=si.length;++e<i;)if(si[e]!==r[t+e])return!1;return!0}var oi=si.length,Qo=oi+Us,el=oi*2+Us;var Lt=class r extends wr{constructor(t){super(),this._impl=t}get closed(){return this._impl.closed}get schema(){return this._impl.schema}get autoDestroy(){return this._impl.autoDestroy}get dictionaries(){return this._impl.dictionaries}get numDictionaries(){return this._impl.numDictionaries}get numRecordBatches(){return this._impl.numRecordBatches}get footer(){return this._impl.isFile()?this._impl.footer:null}isSync(){return this._impl.isSync()}isAsync(){return this._impl.isAsync()}isFile(){return this._impl.isFile()}isStream(){return this._impl.isStream()}next(){return this._impl.next()}throw(t){return this._impl.throw(t)}return(t){return this._impl.return(t)}cancel(){return this._impl.cancel()}reset(t){return this._impl.reset(t),this._DOMStream=void 0,this._nodeStream=void 0,this}open(t){let e=this._impl.open(t);return At(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:bn(t)?rd(t):wn(t)?sd(t):At(t)?(()=>p(this,void 0,void 0,function*(){return yield r.from(yield t)}))():vn(t)||hi(t)||Sn(t)||Ct(t)?nd(new kt(t)):id(new _e(t))}static readAll(t){return t instanceof r?t.isSync()?rl(t):il(t):bn(t)||ArrayBuffer.isView(t)||Wt(t)||_n(t)?rl(t):il(t)}},qe=class extends Lt{constructor(t){super(t),this._impl=t}readAll(){return[...this]}[Symbol.iterator](){return this._impl[Symbol.iterator]()}[Symbol.asyncIterator](){return Bt(this,arguments,function*(){yield B(yield*Vr(qt(this[Symbol.iterator]())))})}},Tr=class extends Lt{constructor(t){super(t),this._impl=t}readAll(){var t,e,i,n;return p(this,void 0,void 0,function*(){let s=new Array;try{for(var o=!0,a=qt(this),c;c=yield a.next(),t=c.done,!t;){n=c.value,o=!1;try{let l=n;s.push(l)}finally{o=!0}}}catch(l){e={error:l}}finally{try{!o&&!t&&(i=a.return)&&(yield i.call(a))}finally{if(e)throw e.error}}return s})}[Symbol.iterator](){throw new Error("AsyncRecordBatchStreamReader is not Iterable")}[Symbol.asyncIterator](){return this._impl[Symbol.asyncIterator]()}},Or=class extends qe{constructor(t){super(t),this._impl=t}},Cs=class extends Tr{constructor(t){super(t),this._impl=t}},Vs=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 L(l)):new L(l)).memoize()}return a.memoize()}_loadVectors(t,e,i){return new Ci(e,t.nodes,t.buffers,this.dictionaries).visitMany(i)}},ai=class extends Vs{constructor(t,e){super(e),this._reader=bn(t)?new on(this._handle=t):new ni(this._handle=t)}isSync(){return!0}isStream(){return!0}[Symbol.iterator](){return this}cancel(){!this.closed&&(this.closed=!0)&&(this.reset()._reader.return(),this._reader=null,this.dictionaries=null)}open(t){return this.closed||(this.autoDestroy=nl(this,t),this.schema||(this.schema=this._reader.readSchema())||this.cancel()),this}throw(t){return!this.closed&&this.autoDestroy&&(this.closed=!0)?this.reset()._reader.throw(t):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 Ar(this.schema)}):this.return()}_readNextMessageAndValidate(t){return this._reader.readMessage(t)}},ci=class extends Vs{constructor(t,e){super(e),this._reader=new sn(this._handle=t)}isAsync(){return!0}isStream(){return!0}[Symbol.asyncIterator](){return this}cancel(){return p(this,void 0,void 0,function*(){!this.closed&&(this.closed=!0)&&(yield this.reset()._reader.return(),this._reader=null,this.dictionaries=null)})}open(t){return p(this,void 0,void 0,function*(){return this.closed||(this.autoDestroy=nl(this,t),this.schema||(this.schema=yield this._reader.readSchema())||(yield this.cancel())),this})}throw(t){return p(this,void 0,void 0,function*(){return!this.closed&&this.autoDestroy&&(this.closed=!0)?yield this.reset()._reader.throw(t):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 Ar(this.schema)}):yield this.return()})}_readNextMessageAndValidate(t){return p(this,void 0,void 0,function*(){return yield this._reader.readMessage(t)})}},Ps=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){super(t instanceof Li?t:new Li(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-Qo,i=t.readInt32(e),n=t.readAt(e-i,i);return Re.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}},Zo=class extends ci{get footer(){return this._footer}get numDictionaries(){return this._footer?this._footer.numDictionaries:0}get numRecordBatches(){return this._footer?this._footer.numRecordBatches:0}constructor(t,...e){let i=typeof e[0]!="number"?e.shift():void 0,n=e[0]instanceof Map?e.shift():void 0;super(t instanceof cr?t:new cr(t,i),n)}isFile(){return!0}isAsync(){return!0}open(t){let e=Object.create(null,{open:{get:()=>super.open}});return p(this,void 0,void 0,function*(){if(!this.closed&&!this._footer){this.schema=(this._footer=yield this._readFooter()).schema;for(let i of this._footer.dictionaryBatches())i&&(yield this._readDictionaryBatch(this._dictionaryIndex++))}return yield e.open.call(this,t)})}readRecordBatch(t){var e;return p(this,void 0,void 0,function*(){if(this.closed)return null;this._footer||(yield this.open());let i=(e=this._footer)===null||e===void 0?void 0:e.getRecordBatch(t);if(i&&(yield this._handle.seek(i.offset))){let n=yield this._reader.readMessage(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-Qo,i=yield t.readInt32(e),n=yield t.readAt(e-i,i);return Re.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})}},ta=class extends ai{constructor(t,e){super(t,e)}_loadVectors(t,e,i){return new cs(e,t.nodes,t.buffers,this.dictionaries).visitMany(i)}};function nl(r,t){return t&&typeof t.autoDestroy=="boolean"?t.autoDestroy:r.autoDestroy}function*rl(r){let t=Lt.from(r);try{if(!t.open({autoDestroy:!1}).closed)do yield t;while(!t.reset().open().closed)}finally{t.cancel()}}function il(r){return Bt(this,arguments,function*(){let e=yield B(Lt.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 rd(r){return new qe(new ta(r))}function id(r){let t=r.peek(oi+7&-8);return t&&t.byteLength>=4?Rs(t)?new Or(new Ps(r.read())):new qe(new ai(r)):new qe(new ai(function*(){}()))}function nd(r){return p(this,void 0,void 0,function*(){let t=yield r.peek(oi+7&-8);return t&&t.byteLength>=4?Rs(t)?new Or(new Ps(yield r.read())):new Tr(new ci(r)):new Tr(new ci(function(){return Bt(this,arguments,function*(){})}()))})}function sd(r){return p(this,void 0,void 0,function*(){let{size:t}=yield r.stat(),e=new cr(r,t);return t>=el&&Rs(yield e.readAt(0,oi+7&-8))?new Cs(new Zo(e)):new Tr(new ci(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 L)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)||oe.call(this,n<=0?new Uint8Array(0):Yr(t.offset,i,t.nullBitmap)),this.nodes.push(new se(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 oe(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 od(r){let{type:t,length:e,typeIds:i,valueOffsets:n}=r;if(oe.call(this,i),t.mode===Q.Sparse)return ea.call(this,r);if(t.mode===Q.Dense){if(r.offset<=0)return oe.call(this,n),ea.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=di(-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];oe.call(this,c);for(let u,d=-1,f=t.children.length;++d<f;)if(u=r.children[d]){let y=t.typeIds[d],U=Math.min(e,o[y]);this.visit(u.slice(a[y],U))}}}return this}function ad(r){let t;return r.nullCount>=r.length?oe.call(this,new Uint8Array(0)):(t=r.values)instanceof Uint8Array?oe.call(this,Yr(r.offset,r.length,t)):oe.call(this,yr(r.values))}function lr(r){return oe.call(this,r.values.subarray(0,r.length*r.stride))}function sl(r){let{length:t,values:e,valueOffsets:i}=r,n=i[0],s=i[t],o=Math.min(s-n,e.byteLength-n);return oe.call(this,di(-i[0],t,i)),oe.call(this,e.subarray(n,n+o)),this}function ra(r){let{length:t,valueOffsets:e}=r;return e&&oe.call(this,di(e[0],t,e)),this.visit(r.children[0])}function ea(r){return this.visitMany(r.type.children.map((t,e)=>r.children[e]).filter(Boolean))[0]}et.prototype.visitBool=ad;et.prototype.visitInt=lr;et.prototype.visitFloat=lr;et.prototype.visitUtf8=sl;et.prototype.visitBinary=sl;et.prototype.visitFixedSizeBinary=lr;et.prototype.visitDate=lr;et.prototype.visitTimestamp=lr;et.prototype.visitTime=lr;et.prototype.visitDecimal=lr;et.prototype.visitList=ra;et.prototype.visitStruct=ea;et.prototype.visitUnion=od;et.prototype.visitInterval=lr;et.prototype.visitFixedSizeList=ra;et.prototype.visitMap=ra;var Fr=class extends wr{static throughNode(t){throw new Error('"throughNode" not available in this environment')}static throughDOM(t,e){throw new Error('"throughDOM" not available in this environment')}constructor(t){super(),this._position=0,this._started=!1,this._sink=new be,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 At(t)?t.then(e=>this.writeAll(e)):Ct(t)?na(this,t):ia(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 be?this._sink=t:(this._sink=new be,t&&Oa(t)?this.toDOMStream({type:"bytes"}).pipeTo(t):t&&Fa(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||!Br(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&&!Br(e,this._schema)){if(this._started&&this._autoDestroy)return this.close();this.reset(this._sink,e)}t instanceof Z?t instanceof Ar||this._writeRecordBatch(t):t instanceof wt?this.writeAll(t.batches):Wt(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 Ce(a,t.bodyLength,this._position)):t.headerType===V.DictionaryBatch&&this._dictionaryBlocks.push(new Ce(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(si)}_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 L([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}},an=class r extends Fr{static writeAll(t,e){let i=new r(e);return At(t)?t.then(n=>i.writeAll(n)):Ct(t)?na(i,t):ia(i,t)}},cn=class r extends Fr{static writeAll(t){let e=new r;return At(t)?t.then(i=>e.writeAll(i)):Ct(t)?na(e,t):ia(e,t)}constructor(){super(),this._autoDestroy=!0}_writeSchema(t){return this._writeMagic()._writePadding(2)}_writeFooter(t){let e=Re.encode(new Re(t,ct.V4,this._recordBatchBlocks,this._dictionaryBlocks));return super._writeFooter(t)._write(e)._write(Int32Array.of(e.byteLength))._writeMagic()}};function ia(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 na(r,t){var e,i,n,s,o,a,c;return p(this,void 0,void 0,function*(){try{for(e=!0,i=qt(t);n=yield i.next(),s=n.done,!s;){c=n.value,e=!1;try{let l=c;r.write(l)}finally{e=!0}}}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 ol(r,t){if(Ct(r))return ld(r,t);if(Wt(r))return cd(r,t);throw new Error("toDOMStream() must be called with an Iterable or AsyncIterable")}function cd(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 ld(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 ll(r){return new sa(r)}var sa=class{constructor(t){this._numChunks=0,this._finished=!1,this._bufferedSize=0;let{["readableStrategy"]:e,["writableStrategy"]:i,["queueingStrategy"]:n="count"}=t,s=Aa(t,["readableStrategy","writableStrategy","queueingStrategy"]);this._controller=null,this._builder=Ir(s),this._getSize=n!=="bytes"?al:cl;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"?al:cl}),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)}},al=r=>{var t;return(t=r?.length)!==null&&t!==void 0?t:0},cl=r=>{var t;return(t=r?.byteLength)!==null&&t!==void 0?t:0};function ks(r,t){let e=new be,i=null,n=new ReadableStream({cancel(){return p(this,void 0,void 0,function*(){yield e.close()})},start(a){return p(this,void 0,void 0,function*(){yield o(a,i||(i=yield s()))})},pull(a){return p(this,void 0,void 0,function*(){i?yield o(a,i):a.close()})}});return{writable:new WritableStream(e,Object.assign({highWaterMark:Math.pow(2,14)},r)),readable:n};function s(){return p(this,void 0,void 0,function*(){return yield(yield Lt.from(e)).open(t)})}function o(a,c){return p(this,void 0,void 0,function*(){let l=a.desiredSize,u=null;for(;!(u=yield c.next()).done;)if(a.enqueue(u.value),l!=null&&--l<=0)return;a.close()})}}function js(r,t){let e=new this(r),i=new kt(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 ln(r){let t=Lt.from(r);return At(t)?t.then(e=>ln(e)):t.isAsync()?t.readAll().then(e=>new wt(e)):new wt(t.readAll())}var hd=Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},go),$o),Mo),bo),po),Eo),{compareSchemas:Br,compareFields:Rc,compareTypes:Cc});at.toDOMStream=ol;G.throughDOM=ll;Lt.throughDOM=ks;Or.throughDOM=ks;qe.throughDOM=ks;Fr.throughDOM=js;cn.throughDOM=js;an.throughDOM=js;function oa(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(ln(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 $t=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?`${ul(t)}.`:""}${i}`}else return t?ul(t):"NULL"}};function ul(r){return r.split(".").map(e=>`"${e}"`).join(".")}function hl(r,t){return r instanceof $t&&r.column===t}function k(r){return typeof r=="string"?$s(r):r}function Dr(r){return typeof r=="string"?dl(r):r}function dl(r){return new $t(r)}function $s(r,t){return arguments.length===1&&(t=r,r=null),new $t(r,t)}function We(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 Nr=r=>typeof r?.addEventListener=="function";function zs(r){return r instanceof ur}var ur=class{constructor(t,e,i){this._expr=Array.isArray(t)?t:[t],this._deps=e||[],this.annotate(i);let n=this._expr.filter(s=>Nr(s));n.length>0?(this._params=Array.from(new Set(n)),this._params.forEach(s=>{s.addEventListener("value",()=>dd(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=>Nr(t)&&!zs(t)?We(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 dd(r,t){if(t?.size)return Promise.allSettled(Array.from(t,e=>e(r)))}function aa(r,t){let e=[r[0]],i=new Set,n=t.length;for(let s=0,o=0;s<n;){let a=t[s];Nr(a)?e[++o]=a:(Array.isArray(a?.columns)&&a.columns.forEach(l=>i.add(l)),e[o]+=typeof a=="string"?a:We(a));let c=r[++s];Nr(e[o])?e[++o]=c:e[o]+=c}return{spans:e,cols:Array.from(i)}}function R(r,...t){let{spans:e,cols:i}=aa(r,t);return new ur(e,i)}function ca(r){let t=k(r);return R`${t} DESC NULLS LAST`.annotate({label:t?.label,desc:!0})}var Er=r=>({value:r,toString:()=>We(r)});function un(r){r(this.op,this),this.children?.forEach(t=>t.visit(r))}function fl(r,t){let e=t.filter(n=>n!=null).map(k),i=e.map((n,s)=>s?` ${r} `:"");return t.length&&i.push(""),R(i,...e).annotate({op:r,children:e,visit:un})}var la=(...r)=>fl("AND",r.flat()),ua=(...r)=>fl("OR",r.flat()),fd=r=>t=>R`(${r} ${k(t)})`.annotate({op:r,a:t,visit:un}),pd=fd("NOT"),pl=r=>t=>R`(${k(t)} ${r})`.annotate({op:r,a:t,visit:un}),ha=pl("IS NULL"),md=pl("IS NOT NULL"),hr=r=>(t,e)=>R`(${k(t)} ${r} ${k(e)})`.annotate({op:r,a:t,b:e,visit:un}),hn=hr("="),yd=hr("<>"),gd=hr("<"),bd=hr(">"),_d=hr("<="),wd=hr(">="),vd=hr("IS DISTINCT FROM"),Id=hr("IS NOT DISTINCT FROM");function Sd(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:un,field:t,range:e})}var qs=(r,t,e)=>Sd("BETWEEN",r,t,e);function Mr(r,t){return Array.from({length:r},()=>t)}function zt(r,t){return(...e)=>{let i=e.map(k),n=t?`::${t}`:"";return(i.length?R([`${r}(`,...Mr(i.length-1,", "),`)${n}`],...i):R`${r}()${n}`).annotate({func:r,args:i})}}var da=zt("REGEXP_MATCHES"),fa=zt("CONTAINS"),pa=zt("PREFIX"),ma=zt("SUFFIX"),xd=zt("LOWER"),Bd=zt("UPPER"),Ad=zt("LENGTH"),Td=zt("ISNAN"),Od=zt("ISFINITE"),Fd=zt("ISINF");var dn=class r extends ur{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 ",Mr(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 ",Mr(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=ml("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=ml("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 ml(r,t){if(Nr(t)){let e=R`${t}`;return e.toString=()=>`${r} ${yl(t.value)}`,e}return`${r} ${yl(t)}`}function yl(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 ae(r,t){return(...e)=>{let i=zt(r)(...e);return new dn(r,i,t)}}var Dd=ae("ROW_NUMBER","INTEGER"),Nd=ae("RANK","INTEGER"),Ed=ae("DENSE_RANK","INTEGER"),Md=ae("PERCENT_RANK"),Ld=ae("CUME_DIST"),Ud=ae("NTILE"),Rd=ae("LAG"),Cd=ae("LEAD"),Vd=ae("FIRST_VALUE"),Pd=ae("LAST_VALUE"),kd=ae("NTH_VALUE");var ya=class r extends ur{constructor(t,e,i,n,s){e=(e||[]).map(k);let{strings:o,exprs:a}=jd(t,e,i,n,s),{spans:c,cols:l}=aa(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($d).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 dn(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 jd(r,t,e,i,n){let s=`)${e?`::${e}`:""}`,o=[`${r}(${i?"DISTINCT ":""}`],a=[];return t.length?(o=o.concat([...Mr(t.length-1,", "),`${s}${n?" FILTER (WHERE ":""}`,...n?[")"]:[]]),a=[...t,...n?[n]:[]]):o[0]+="*"+s,{exprs:a,strings:o}}function $d(r){let t=We(r);return t&&t.startsWith('"')&&t.endsWith('"')?t.slice(1,-1):t}function C(r,t){return(...e)=>new ya(r,e,t)}var fn=C("COUNT","INTEGER"),zd=C("AVG"),qd=C("AVG"),Wd=C("MAD"),pn=C("MAX"),mn=C("MIN"),Yd=C("SUM","DOUBLE"),Gd=C("PRODUCT"),Hd=C("MEDIAN"),Jd=C("QUANTILE"),Xd=C("MODE"),Kd=C("VARIANCE"),Qd=C("STDDEV"),Zd=C("SKEWNESS"),tf=C("KURTOSIS"),ef=C("ENTROPY"),rf=C("VAR_POP"),nf=C("STDDEV_POP"),sf=C("CORR"),of=C("COVAR_POP"),af=C("REGR_INTERCEPT"),cf=C("REGR_SLOPE"),lf=C("REGR_COUNT"),uf=C("REGR_R2"),hf=C("REGR_SYY"),df=C("REGR_SXX"),ff=C("REGR_SXY"),pf=C("REGR_AVGX"),mf=C("REGR_AVGY"),yf=C("FIRST"),gf=C("LAST"),bf=C("ARG_MIN"),_f=C("ARG_MAX"),wf=C("STRING_AGG"),vf=C("ARRAY_AGG");var ga=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 Lr("UNION",t.flat())}static unionAll(...t){return new Lr("UNION ALL",t.flat())}static intersect(...t){return new Lr("INTERSECT",t.flat())}static except(...t){return new Lr("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 $t)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:Ws(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:Dr(n)});else if(n instanceof $t)i.push({as:n.table,from:n});else if(Ys(n)||zs(n))i.push({from:n});else if(Array.isArray(n))i.push({as:Ws(n[0]),from:Dr(n[1])});else for(let s in n)i.push({as:Ws(s),from:Dr(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:Ws(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(Ys(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,U=[];if(y.length){let $=y.map(({as:P,query:K})=>`"${P}" AS (${K})`);U.push(`WITH ${$.join(", ")}`)}let xt=t.map(({as:$,expr:P})=>hl(P,$)&&!P.table?`${P}`:`${P} AS "${$}"`);if(U.push(`SELECT${e?" DISTINCT":""} ${xt.join(", ")}`),i.length){let $=i.map(({as:P,from:K})=>{let fr=Ys(K)?`(${K})`:`${K}`;return!P||P===K.table?fr:`${fr} AS "${P}"`});U.push(`FROM ${$.join(", ")}`)}if(s.length){let $=s.map(String).filter(P=>P).join(" AND ");$&&U.push(`WHERE ${$}`)}if(n){let{rows:$,perc:P,method:K,seed:fr}=n,yn=$?`${$} ROWS`:`${P} PERCENT`,gn=K?` (${K}${fr!=null?`, ${fr}`:""})`:"";U.push(`USING SAMPLE ${yn}${gn}`)}if(o.length&&U.push(`GROUP BY ${o.join(", ")}`),a.length){let $=a.map(String).filter(P=>P).join(" AND ");$&&U.push(`HAVING ${$}`)}if(c.length){let $=c.map(({as:P,expr:K})=>`"${P}" AS (${K})`);U.push(`WINDOW ${$.join(", ")}`)}if(l.length){let $=l.map(String).filter(P=>P).join(" AND ");$&&U.push(`QUALIFY ${$}`)}return u.length&&U.push(`ORDER BY ${u.join(", ")}`),Number.isFinite(d)&&U.push(`LIMIT ${d}`),Number.isFinite(f)&&U.push(`OFFSET ${f}`),U.join(" ")}},Lr=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 Ys(r){return r instanceof ot||r instanceof Lr}function Ws(r){return If(r)?r.slice(1,-1):r}function If(r){return r[0]==='"'&&r[r.length-1]==='"'}function Gs(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 gl(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"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 Sf="count",xf="nulls",Bf="max",Af="min",Tf="distinct";var Of={[Sf]:fn,[Tf]:r=>fn(r).distinct(),[Bf]:pn,[Af]:mn,[xf]:r=>fn().where(ha(r))};function bl({table:r,column:t},e){return ot.from(r).select(e.map(i=>[i,Of[i](t)]))}var _l=()=>Object.create(null),Hs=class{constructor(t){this.mc=t,this.clear()}clear(){this.tables=_l()}tableInfo(t){let e=this.tables;if(e[t])return e[t];let i=Ff(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(bl(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 Df(this,t);return(await Promise.all(e.map(n=>this.fieldInfo(n)))).filter(n=>n)}};async function Ff(r,t){let e=await r.query(`DESCRIBE ${Dr(t)}`,{type:"json",cache:!1}),i=_l();for(let n of e)i[n.column_name]={table:t,column:n.column_name,sqlType:n.column_type,type:gl(n.column_type),nullable:n.null==="YES"};return i}async function Df(r,t){return t.length===1&&t[0].column==="*"?Object.values(await r.tableInfo(t[0].table)):t}function vl(r){let t=2166136261;for(let e=0,i=r.length;e<i;++e){let n=r.charCodeAt(e),s=n&65280;s&&(t=wl(t^s>>8)),t=wl(t^n&255)}return Nf(t)}function wl(r){return r+(r<<1)+(r<<4)+(r<<7)+(r<<8)+(r<<24)}function Nf(r){return r+=r<<13,r^=r>>>7,r+=r<<3,r^=r>>>17,r+=r<<5,r&4294967295}var xl=r=>r,Js=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,Sl),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=Ef(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=Sl(l),d=l.query(s.predicate(l)).select({...n.columns,...u.count}).groupby(Object.keys(n.columns)),[f]=d.subqueries;if(f){let P=Object.values(n.columns).map(K=>K.columns[0]);Uf(f,P)}let y=d.toString(),xt=`cube_index_${(vl(y)>>>0).toString(16)}`,$=a.exec(Gs(xt,y,{temp:c}));o.set(l,{table:xt,result:$,...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}=i,a=ot.select(s,o).from(n).groupby(s).where(e);return this.mc.updateClient(t,a)}};function Ef(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=>Mf(l,o));if(c.some(l=>l==null))return null;c.length===1?(a=l=>l?qs("active0",l.range.map(c[0])):[],i={active0:c[0](r.predicate.field)}):(a=l=>l?la(l.children.map(({range:u},d)=>qs(`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=xl,i=Object.fromEntries(i.map(c=>[c.toString(),c]));else return null;return{source:t,columns:i,predicate:a}}function Mf(r,t){let{type:e,domain:i,range:n}=r,s,o;switch(e){case"linear":s=xl,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:ga(k(a));break}return s?Lf(i,n,t,s,o):null}function Lf(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 Il={from:NaN};function Sl(r){if(!r.filterIndexable)return Il;let t=r.query(),e=ba(t);if(!e||!t.groupby)return Il;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 ba(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=ba(t[0]);for(let i=1;i<t.length;++i){let n=ba(t[i]);if(n!==void 0&&n!==e)return NaN}return e}function Uf(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 Xs=class{constructor(t,e,i=!0){this.mc=t,this.selection=e,this.clients=new Set,this.indexer=i?new Js(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():Rf(t,i,n)}};function Rf(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 Ks(){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 Bl(r,t,e){let i=[],n=0;function s(){let o=Cf(i,t);i=[],n=0;for(let a of o)Pf(a,r,e),$f(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 Cf(r,t){let e=[],i=new Map;for(let n of r){let{entry:{request:s}}=n,o=Vf(s.query,t);if(!i.has(o)){let a=[];e.push(a),i.set(o,a)}i.get(o).push(n)}return e}function Vf(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 $t&&s[o.column]||o))}return`${i}`}else return e}function Pf(r,t,e){if(kf(r))t({request:{type:"arrow",cache:!1,record:!1,query:jf(r,e)},result:r.result=Ks()});else for(let{entry:i,priority:n}of r)t(i,n)}function kf(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 jf(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 $t&&o[a.column]||a))}return n.$select(Array.from(i.values()))}async function $f(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=zf(n,e[o]);a.cache&&t.set(String(a.query),l),c.fulfill(l)})}function zf(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 qf=typeof requestIdleCallback<"u"?requestIdleCallback:setTimeout,Al=()=>({get:()=>{},set:(r,t)=>t,clear:()=>{}});function Tl({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&&qf(i),s},clear(){e=new Map}}}function Ol(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 ve={High:0,Normal:1,Low:2};function Fl(){let r=Ol(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=ve.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:U,cache:xt=!1,record:$=!0,options:P}=d,K=y?`${y}`:null;if($&&l(K),xt){let gn=e.get(K);if(gn){i.debug("Cache"),f.fulfill(gn);return}}let fr=performance.now(),yn=await t.query({type:U,sql:K,...P});xt&&e.set(K,yn),i.debug(`Request: ${(performance.now()-fr).toFixed(1)}`),f.fulfill(yn)}catch(y){f.reject(y)}}return{cache(d){return d!==void 0?e=d===!0?Tl():d||Al():e},logger(d){return d?i=d:i},connector(d){return d?t=d:t},consolidate(d){d&&!o?o=Bl(c,e,l):!d&&o&&(o=null)},request(d,f=ve.Normal){let y=Ks(),U={request:d,result:y};return o?o.add(U,f):c(U,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 Dl(){return{debug(){},info(){},log(){},warn(){},error(){}}}var Qs;function Ur(r){return r?Qs=r:Qs==null&&(Qs=new Zs),Qs}var Zs=class{constructor(t=oa(),e={}){this.catalog=new Hs(this),this.manager=e.manager||Fl(),this.logger(e.logger||console),this.configure(e),this.databaseConnector(t),this.clear()}logger(t){return arguments.length&&(this._logger=t||Dl(),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=ve.Normal}={}){return this.manager.request({type:"exec",query:t},e)}query(t,{type:e="arrow",cache:i=!0,priority:n=ve.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:ve.Low})}createBundle(t,e,i=ve.Low){let n={name:t,queries:e};return this.manager.request({type:"create-bundle",options:n},i)}loadBundle(t,e=ve.High){let i={name:t};return this.manager.request({type:"load-bundle",options:i},e)}updateClient(t,e,i=ve.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 Xs(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 Nl={};function _a(r,t=!1){let e,i,n=Nl;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=Nl,a(u)}),n=l}return t?c:a}var ce=class{constructor(t){this._filterBy=t,this._requestUpdate=_a(()=>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 Ur().requestQuery(this,e)}requestUpdate(){this._requestUpdate()}update(){return this}};var to=class{constructor(){this._callbacks=new Map}addEventListener(t,e){this._callbacks.has(t)||this._callbacks.set(t,{callbacks:new Set,pending:null,queue:new wa}),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}}}},wa=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 va(r,t){return r===t?!1:r instanceof Date&&t instanceof Date?+r!=+t:Array.isArray(r)&&Array.isArray(t)?Wf(r,t):!0}function Wf(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 Ie(r){return r instanceof li}var li=class r extends to{constructor(t){super(),this._value=t}static value(t){return new r(t)}static array(t){if(t.some(e=>Ie(e))){let e=new r,i=()=>e.update(t.map(n=>Ie(n)?n.value:n));return i(),t.forEach(n=>Ie(n)?n.addEventListener("value",i):0),e}return new r(t)}get value(){return this._value}update(t,{force:e}={}){return va(this._value,t)||e?this.emit("value",t):this.cancel("value"),this}willEmit(t,e){return t==="value"&&(this._value=e),e}};function Se(r){return r instanceof eo}var eo=class r extends li{static intersect({cross:t=!1}={}){return new r(new Rr({cross:t}))}static union({cross:t=!1}={}){return new r(new Rr({cross:t,union:!0}))}static single({cross:t=!1}={}){return new r(new Rr({cross:t,single:!0}))}static crossfilter(){return new r(new Rr({cross:!0}))}constructor(t=new Rr){super([]),this._resolved=this._value,this._resolver=t}clone(){let t=new r(this._resolver);return t._value=t._resolved=this._value,t}remove(t){let e=this.clone();return e._value=e._resolved=e._resolver.resolve(this._resolved,{source:t}),e._value.active={source:t},e}get active(){return this.clauses.active}get value(){return this.active?.value}get clauses(){return super.value}get single(){return this._resolver.single}activate(t){this.emit("activate",t)}update(t){return this._resolved=this._resolver.resolve(this._resolved,t,!0),this._resolved.active=t,super.update(this._resolved)}willEmit(t,e){return t==="value"?(this._value=e,this.value):e}emitQueueFilter(t,e){return t==="value"?this._resolver.queueFilter(e):null}skip(t,e){return this._resolver.skip(t,e)}predicate(t){let{clauses:e}=this;return this._resolver.predicate(e,e.active,t)}},Rr=class{constructor({union:t,cross:e,single:i}={}){this.union=!!t,this.cross=!!e,this.single=!!i}resolve(t,e,i=!1){let{source:n,predicate:s}=e,o=t.filter(c=>n!==c.source),a=this.single?[]:o;return this.single&&i&&o.forEach(c=>c.source?.reset?.()),s&&a.push(e),a}skip(t,e){return this.cross&&e?.clients?.has(t)}predicate(t,e,i){let{union:n}=this;if(this.skip(i,e))return;let s=t.filter(o=>!this.skip(i,o)).map(o=>o.predicate);return n&&s.length>1?ua(s):s}queueFilter(t){if(this.cross){let e=t.active?.source;return i=>i.active?.source!==e}}};function dr(r,t){let e=new r(t);return Ur().connect(e),e.element}var Yf=r=>r&&typeof r=="object"&&!Array.isArray(r),Gf=r=>dr(ro,r),ro=class extends ce{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=>Yf(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)}),Se(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;Se(e)?e.update({source:this,schema:{type:"point"},value:t,predicate:t?hn(i,Er(t)):null}):Ie(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 Hf={contains:fa,prefix:pa,suffix:ma,regexp:da},Jf=0,Xf=r=>dr(io,r),io=class extends ce{constructor({element:t,filterBy:e,from:i,column:n,label:s,type:o="contains",as:a}={}){if(super(e),this.id="search_"+ ++Jf,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)}),Se(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;Se(e)?e.update({source:this,schema:{type:n},value:t,predicate:t?Hf[n](i,Er(t)):null}):Ie(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 Kf=0,Qf=r=>dr(no,r),no=class extends ce{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_"+ ++Kf,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)}),Se(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:mn(i),max:pn(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;Se(e)?e.update({source:this,schema:{type:"point"},value:t,predicate:hn(i,Er(t))}):Ie(this.selection)&&e.update(t)}};function so(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`${Zf(r.getUTCFullYear(),4)}-${Ye(r.getUTCMonth()+1,2)}-${Ye(r.getUTCDate(),2)}${e||i||n||s?`T${Ye(e,2)}:${Ye(i,2)}${n||s?`:${Ye(n,2)}${s?`.${Ye(s,3)}`:""}`:""}Z`:""}`}function Zf(r){return r<0?`-${Ye(-r,6)}`:r>9999?`+${Ye(r,6)}`:Ye(r,4)}function Ye(r,t){return`${r}`.padStart(t,"0")}var Ia=xa(r=>{let t=oo(r);return e=>e==null?"":typeof e=="number"?t(e):e instanceof Date?Sa(e):`${e}`}),oo=xa(r=>t=>t===0?"0":t.toLocaleString(r)),Zx=Ia(),tB=oo();function Sa(r){return so(r,"Invalid Date")}function xa(r){let t=xa,e;return(i="en")=>i===t?e:e=r(t=i)}var tp=-1,ep=r=>dr(ao,r),ao=class extends ce{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-${++tp}`,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:U}=this,{scrollHeight:xt,scrollTop:$,clientHeight:P}=f.target,K=$<d;d=$,!(K||y||U)&&xt-$<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),Ur().prefetch(e.clone().offset(t+this.limit))}fields(){return this.columns.map(t=>$s(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=rp(this.format,t),this.style.innerText=sp(this.id,ip(this.align,t),np(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?ca(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 rp(r={},t,e){return t.map(({column:i,type:n})=>{if(i in r)return r[i];switch(n){case"number":return oo(e);case"date":return Sa;default:return Ia(e)}})}function ip(r={},t){return t.map(({column:e,type:i})=>e in r?r[e]:i==="number"?"right":"left")}function np(r={},t){return t.map(({column:e})=>r[e])}function sp(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{ro as Menu,io as Search,no as Slider,ao as Table,Gf as menu,Xf as search,Qf as slider,ep 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]=gi({length:this.numRows},t,e);let n=Zn(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 L(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 L([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]=Ds(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(...Ds(s,o))}};Vc=Symbol.toStringTag;wt[Vc]=(r=>(r.schema=null,r.batches=[],r._offsets=new Uint32Array([0]),r._nullCount=-1,r[Symbol.isConcatSpreadable]=!0,r.isValid=Ke(wi),r.get=Ke(rt.getVisitFn(h.Struct)),r.set=ts(lt.getVisitFn(h.Struct)),r.indexOf=es(gr.getVisitFn(h.Struct)),r.getByteLength=Ke(Dt.getVisitFn(h.Struct)),"Table"))(wt.prototype);var kc,Z=class r{constructor(...t){switch(t.length){case 2:{if([this.schema]=t,!(this.schema instanceof j))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]=Pc(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 j(i),a=A({type:new W(i),length:s,children:n,nullCount:0});[this.schema,this.data]=Pc(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=jc(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 gr.visit(this.data,t,e)}getByteLength(t){return Dt.visit(this.data,t)}[Symbol.iterator](){return Gr.visit(new L([this.data]))}toArray(){return[...this]}concat(...t){return new wt(this.schema,[this,...t])}slice(t,e){let[i]=new L([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 L([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 L([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 j(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)}};kc=Symbol.toStringTag;Z[kc]=(r=>(r._nullCount=-1,r[Symbol.isConcatSpreadable]=!0,"RecordBatch"))(Z.prototype);function Pc(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 jc(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&&jc(o.children,a.children,e)}return e}var Ar=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 rn;(function(r){r[r.BUFFER=0]="BUFFER"})(rn||(rn={}));var nn;(function(r){r[r.LZ4_FRAME=0]="LZ4_FRAME",r[r.ZSTD=1]="ZSTD"})(nn||(nn={}));var Ns=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):nn.LZ4_FRAME}method(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.readInt8(this.bb_pos+t):rn.BUFFER}static startBodyCompression(t){t.startObject(2)}static addCodec(t,e){t.addFieldInt8(0,e,nn.LZ4_FRAME)}static addMethod(t,e){t.addFieldInt8(1,e,rn.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 ei=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 ri=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 Mt=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 ri).__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 ei).__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 Ns).__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 ze=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 Mt).__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 ii;(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"})(ii||(ii={}));var ne=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):Ze.V1}headerType(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.readUint8(this.bb_pos+t):ii.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,Ze.V1)}static addHeaderType(t,e){t.addFieldInt8(1,e,ii.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 Go=class extends b{visit(t,e){return t==null||e==null?void 0:super.visit(t,e)}visitNull(t,e){return Fi.startNull(e),Fi.endNull(e)}visitInt(t,e){return re.startInt(e),re.addBitWidth(e,t.bitWidth),re.addIsSigned(e,t.isSigned),re.endInt(e)}visitFloat(t,e){return sr.startFloatingPoint(e),sr.addPrecision(e,t.precision),sr.endFloatingPoint(e)}visitBinary(t,e){return Si.startBinary(e),Si.endBinary(e)}visitBool(t,e){return xi.startBool(e),xi.endBool(e)}visitUtf8(t,e){return Ei.startUtf8(e),Ei.endUtf8(e)}visitDecimal(t,e){return ge.startDecimal(e),ge.addScale(e,t.scale),ge.addPrecision(e,t.precision),ge.addBitWidth(e,t.bitWidth),ge.endDecimal(e)}visitDate(t,e){return er.startDate(e),er.addUnit(e,t.unit),er.endDate(e)}visitTime(t,e){return Le.startTime(e),Le.addUnit(e,t.unit),Le.addBitWidth(e,t.bitWidth),Le.endTime(e)}visitTimestamp(t,e){let i=t.timezone&&e.createString(t.timezone)||void 0;return Ue.startTimestamp(e),Ue.addUnit(e,t.unit),i!==void 0&&Ue.addTimezone(e,i),Ue.endTimestamp(e)}visitInterval(t,e){return or.startInterval(e),or.addUnit(e,t.unit),or.endInterval(e)}visitList(t,e){return Oi.startList(e),Oi.endList(e)}visitStruct(t,e){return Di.startStruct_(e),Di.endStruct_(e)}visitUnion(t,e){ie.startTypeIdsVector(e,t.typeIds.length);let i=ie.createTypeIdsVector(e,t.typeIds);return ie.startUnion(e),ie.addMode(e,t.mode),ie.addTypeIds(e,i),ie.endUnion(e)}visitDictionary(t,e){let i=this.visit(t.indices,e);return ye.startDictionaryEncoding(e),ye.addId(e,BigInt(t.id)),ye.addIsOrdered(e,t.isOrdered),i!==void 0&&ye.addIndexType(e,i),ye.endDictionaryEncoding(e)}visitFixedSizeBinary(t,e){return ir.startFixedSizeBinary(e),ir.addByteWidth(e,t.byteWidth),ir.endFixedSizeBinary(e)}visitFixedSizeList(t,e){return nr.startFixedSizeList(e),nr.addListSize(e,t.listSize),nr.endFixedSizeList(e)}visitMap(t,e){return ar.startMap(e),ar.addKeysSorted(e,t.keysSorted),ar.endMap(e)}},Es=new Go;function Wc(r,t=new Map){return new j(Mh(r,t),Ms(r.customMetadata),t)}function Ho(r){return new ut(r.count,Gc(r.columns),Hc(r.columns))}function Yc(r){return new It(Ho(r.data),r.id,r.isDelta)}function Mh(r,t){return(r.fields||[]).filter(Boolean).map(e=>E.fromJSON(e,t))}function $c(r,t){return(r.children||[]).filter(Boolean).map(e=>E.fromJSON(e,t))}function Gc(r){return(r||[]).reduce((t,e)=>[...t,new se(e.count,Lh(e.VALIDITY)),...Gc(e.children)],[])}function Hc(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=Hc(n.children,t)}return t}function Lh(r){return(r||[]).reduce((t,e)=>t+ +(e===0),0)}function Jc(r,t){let e,i,n,s,o,a;return!t||!(s=r.dictionary)?(o=qc(r,$c(r,t)),n=new E(r.name,o,r.nullable,Ms(r.customMetadata))):t.has(e=s.id)?(i=(i=s.indexType)?zc(i):new he,a=new Ot(t.get(e),i,e,s.isOrdered),n=new E(r.name,a,r.nullable,Ms(r.customMetadata))):(i=(i=s.indexType)?zc(i):new he,t.set(e,o=qc(r,$c(r,t))),a=new Ot(o,i,e,s.isOrdered),n=new E(r.name,a,r.nullable,Ms(r.customMetadata))),n||null}function Ms(r){return new Map(Object.entries(r||{}))}function zc(r){return new tt(r.isSigned,r.bitWidth)}function qc(r,t){let e=r.type.name;switch(e){case"NONE":return new pt;case"null":return new pt;case"binary":return new xe;case"utf8":return new Be;case"bool":return new Ae;case"list":return new Xt((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 Te(i.scale,i.precision,i.bitWidth)}case"date":{let i=r.type;return new Oe(ht[i.unit])}case"time":{let i=r.type;return new Jt(M[i.unit],i.bitWidth)}case"timestamp":{let i=r.type;return new Fe(M[i.unit],i.timezone)}case"interval":{let i=r.type;return new De(mt[i.unit])}case"union":{let i=r.type;return new Kt(Q[i.mode],i.typeIds||[],t||[])}case"fixedsizebinary":{let i=r.type;return new Ne(i.byteWidth)}case"fixedsizelist":{let i=r.type;return new Qt(i.listSize,(t||[])[0])}case"map":{let i=r.type;return new Zt((t||[])[0],i.keysSorted)}}throw new Error(`Unrecognized type: "${e}"`)}var Uh=_r,Rh=Nt,St=class r{static fromJSON(t,e){let i=new r(0,ct.V4,e);return i._createHeader=Ch(t,e),i}static decode(t){t=new Rh(S(t));let e=ne.getRootAsMessage(t),i=e.bodyLength(),n=e.version(),s=e.headerType(),o=new r(i,n,s);return o._createHeader=Vh(e,s),o}static encode(t){let e=new Uh,i=-1;return t.isSchema()?i=j.encode(e,t.header()):t.isRecordBatch()?i=ut.encode(e,t.header()):t.isDictionaryBatch()&&(i=It.encode(e,t.header())),ne.startMessage(e),ne.addVersion(e,ct.V4),ne.addHeader(e,i),ne.addHeaderType(e,t.headerType),ne.addBodyLength(e,BigInt(t.bodyLength)),ne.finishMessageBuffer(e,ne.endMessage(e)),e.asUint8Array()}static from(t,e=0){if(t instanceof j)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)}},se=class{constructor(t,e){this.length=yt(t),this.nullCount=yt(e)}};function Ch(r,t){return()=>{switch(t){case V.Schema:return j.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 Vh(r,t){return()=>{switch(t){case V.Schema:return j.decode(r.header(new bt));case V.RecordBatch:return ut.decode(r.header(new Mt),r.version());case V.DictionaryBatch:return It.decode(r.header(new ze),r.version())}throw new Error(`Unrecognized Message type: { name: ${V[t]}, type: ${t} }`)}}E.encode=Jh;E.decode=Gh;E.fromJSON=Jc;j.encode=Hh;j.decode=Ph;j.fromJSON=Wc;ut.encode=Xh;ut.decode=kh;ut.fromJSON=Ho;It.encode=Kh;It.decode=jh;It.fromJSON=Yc;se.encode=Qh;se.decode=zh;vt.encode=Zh;vt.decode=$h;function Ph(r,t=new Map){let e=Yh(r,t);return new j(e,Ls(r),t)}function kh(r,t=ct.V4){if(r.compression()!==null)throw new Error("Record batch compression not implemented");return new ut(r.length(),qh(r),Wh(r,t))}function jh(r,t=ct.V4){return new It(ut.decode(r.data(),t),r.id(),r.isDelta())}function $h(r){return new vt(r.offset(),r.length())}function zh(r){return new se(r.length(),r.nullCount())}function qh(r){let t=[];for(let e,i=-1,n=-1,s=r.nodesLength();++i<s;)(e=r.nodes(i))&&(t[++n]=se.decode(e));return t}function Wh(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 Yh(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 Xc(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 Gh(r,t){let e,i,n,s,o,a;return!t||!(a=r.dictionary())?(n=Qc(r,Xc(r,t)),i=new E(r.name(),n,r.nullable(),Ls(r))):t.has(e=yt(a.id()))?(s=(s=a.indexType())?Kc(s):new he,o=new Ot(t.get(e),s,e,a.isOrdered()),i=new E(r.name(),o,r.nullable(),Ls(r))):(s=(s=a.indexType())?Kc(s):new he,t.set(e,n=Qc(r,Xc(r,t))),o=new Ot(n,s,e,a.isOrdered()),i=new E(r.name(),o,r.nullable(),Ls(r))),i||null}function Ls(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 Kc(r){return new tt(r.isSigned(),r.bitWidth())}function Qc(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 xe;case H.Utf8:return new Be;case H.Bool:return new Ae;case H.List:return new Xt((t||[])[0]);case H.Struct_:return new W(t||[])}switch(e){case H.Int:{let i=r.type(new re);return new tt(i.isSigned(),i.bitWidth())}case H.FloatingPoint:{let i=r.type(new sr);return new gt(i.precision())}case H.Decimal:{let i=r.type(new ge);return new Te(i.scale(),i.precision(),i.bitWidth())}case H.Date:{let i=r.type(new er);return new Oe(i.unit())}case H.Time:{let i=r.type(new Le);return new Jt(i.unit(),i.bitWidth())}case H.Timestamp:{let i=r.type(new Ue);return new Fe(i.unit(),i.timezone())}case H.Interval:{let i=r.type(new or);return new De(i.unit())}case H.Union:{let i=r.type(new ie);return new Kt(i.mode(),i.typeIdsArray()||[],t||[])}case H.FixedSizeBinary:{let i=r.type(new ir);return new Ne(i.byteWidth())}case H.FixedSizeList:{let i=r.type(new nr);return new Qt(i.listSize(),(t||[])[0])}case H.Map:{let i=r.type(new ar);return new Zt((t||[])[0],i.keysSorted())}}throw new Error(`Unrecognized type: "${H[e]}" (${e})`)}function Hh(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,td?tr.Little:tr.Big),n!==-1&&bt.addCustomMetadata(r,n),bt.endSchema(r)}function Jh(r,t){let e=-1,i=-1,n=-1,s=t.type,o=t.typeId;g.isDictionary(s)?(o=s.dictionary.typeId,n=Es.visit(s,r),i=Es.visit(s.dictionary,r)):i=Es.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 Xh(r,t){let e=t.nodes||[],i=t.buffers||[];Mt.startNodesVector(r,e.length);for(let o of e.slice().reverse())se.encode(r,o);let n=r.endVector();Mt.startBuffersVector(r,i.length);for(let o of i.slice().reverse())vt.encode(r,o);let s=r.endVector();return Mt.startRecordBatch(r),Mt.addLength(r,BigInt(t.length)),Mt.addNodes(r,n),Mt.addBuffers(r,s),Mt.endRecordBatch(r)}function Kh(r,t){let e=ut.encode(r,t.data);return ze.startDictionaryBatch(r),ze.addId(r,BigInt(t.id)),ze.addIsDelta(r,t.isDelta),ze.addData(r,e),ze.endDictionaryBatch(r)}function Qh(r,t){return ri.createFieldNode(r,BigInt(t.length),BigInt(t.nullCount))}function Zh(r,t){return ei.createBuffer(r,BigInt(t.offset),BigInt(t.length))}var td=(()=>{let r=new ArrayBuffer(2);return new DataView(r).setInt16(0,256,!0),new Int16Array(r)[0]===256})();var Xo=r=>`Expected ${V[r]} Message in stream, but was null or length 0.`,Ko=r=>`Header pointer of flatbuffer-encoded ${V[r]} Message is null or length 0.`,Zc=(r,t)=>`Expected to read ${r} metadata bytes, but only read ${t}.`,tl=(r,t)=>`Expected to read ${r} bytes for message body, but only read ${t}.`,ni=class{constructor(t){this.source=t instanceof _e?t:new _e(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(Xo(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(tl(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(Ko(e));return n}readMetadataLength(){let t=this.source.read(Us),e=t&&new Nt(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(Zc(t,e.byteLength));return{done:!1,value:St.decode(e)}}},sn=class{constructor(t,e){this.source=t instanceof kt?t:wn(t)?new cr(t,e):new kt(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(Xo(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(tl(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(Ko(e));return n})}readMetadataLength(){return p(this,void 0,void 0,function*(){let t=yield this.source.read(Us),e=t&&new Nt(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(Zc(t,e.byteLength));return{done:!1,value:St.decode(e)}})}},on=class extends ni{constructor(t){super(new Uint8Array(0)),this._schema=!1,this._body=[],this._batchIndex=0,this._dictionaryIndex=0,this._json=t instanceof Mi?t:new Mi(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(Xo(t));return e.value}readSchema(){let t=V.Schema,e=this.readMessage(t),i=e?.header();if(!e||!i)throw new Error(Ko(t));return i}},Us=4,Jo="ARROW1",si=new Uint8Array(Jo.length);for(let r=0;r<Jo.length;r+=1)si[r]=Jo.codePointAt(r);function Rs(r,t=0){for(let e=-1,i=si.length;++e<i;)if(si[e]!==r[t+e])return!1;return!0}var oi=si.length,Qo=oi+Us,el=oi*2+Us;var Lt=class r extends wr{constructor(t){super(),this._impl=t}get closed(){return this._impl.closed}get schema(){return this._impl.schema}get autoDestroy(){return this._impl.autoDestroy}get dictionaries(){return this._impl.dictionaries}get numDictionaries(){return this._impl.numDictionaries}get numRecordBatches(){return this._impl.numRecordBatches}get footer(){return this._impl.isFile()?this._impl.footer:null}isSync(){return this._impl.isSync()}isAsync(){return this._impl.isAsync()}isFile(){return this._impl.isFile()}isStream(){return this._impl.isStream()}next(){return this._impl.next()}throw(t){return this._impl.throw(t)}return(t){return this._impl.return(t)}cancel(){return this._impl.cancel()}reset(t){return this._impl.reset(t),this._DOMStream=void 0,this._nodeStream=void 0,this}open(t){let e=this._impl.open(t);return At(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:bn(t)?rd(t):wn(t)?sd(t):At(t)?(()=>p(this,void 0,void 0,function*(){return yield r.from(yield t)}))():vn(t)||hi(t)||Sn(t)||Ct(t)?nd(new kt(t)):id(new _e(t))}static readAll(t){return t instanceof r?t.isSync()?rl(t):il(t):bn(t)||ArrayBuffer.isView(t)||Wt(t)||_n(t)?rl(t):il(t)}},qe=class extends Lt{constructor(t){super(t),this._impl=t}readAll(){return[...this]}[Symbol.iterator](){return this._impl[Symbol.iterator]()}[Symbol.asyncIterator](){return Bt(this,arguments,function*(){yield B(yield*Vr(qt(this[Symbol.iterator]())))})}},Tr=class extends Lt{constructor(t){super(t),this._impl=t}readAll(){var t,e,i,n;return p(this,void 0,void 0,function*(){let s=new Array;try{for(var o=!0,a=qt(this),c;c=yield a.next(),t=c.done,!t;){n=c.value,o=!1;try{let l=n;s.push(l)}finally{o=!0}}}catch(l){e={error:l}}finally{try{!o&&!t&&(i=a.return)&&(yield i.call(a))}finally{if(e)throw e.error}}return s})}[Symbol.iterator](){throw new Error("AsyncRecordBatchStreamReader is not Iterable")}[Symbol.asyncIterator](){return this._impl[Symbol.asyncIterator]()}},Or=class extends qe{constructor(t){super(t),this._impl=t}},Cs=class extends Tr{constructor(t){super(t),this._impl=t}},Vs=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 L(l)):new L(l)).memoize()}return a.memoize()}_loadVectors(t,e,i){return new Ci(e,t.nodes,t.buffers,this.dictionaries).visitMany(i)}},ai=class extends Vs{constructor(t,e){super(e),this._reader=bn(t)?new on(this._handle=t):new ni(this._handle=t)}isSync(){return!0}isStream(){return!0}[Symbol.iterator](){return this}cancel(){!this.closed&&(this.closed=!0)&&(this.reset()._reader.return(),this._reader=null,this.dictionaries=null)}open(t){return this.closed||(this.autoDestroy=nl(this,t),this.schema||(this.schema=this._reader.readSchema())||this.cancel()),this}throw(t){return!this.closed&&this.autoDestroy&&(this.closed=!0)?this.reset()._reader.throw(t):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 Ar(this.schema)}):this.return()}_readNextMessageAndValidate(t){return this._reader.readMessage(t)}},ci=class extends Vs{constructor(t,e){super(e),this._reader=new sn(this._handle=t)}isAsync(){return!0}isStream(){return!0}[Symbol.asyncIterator](){return this}cancel(){return p(this,void 0,void 0,function*(){!this.closed&&(this.closed=!0)&&(yield this.reset()._reader.return(),this._reader=null,this.dictionaries=null)})}open(t){return p(this,void 0,void 0,function*(){return this.closed||(this.autoDestroy=nl(this,t),this.schema||(this.schema=yield this._reader.readSchema())||(yield this.cancel())),this})}throw(t){return p(this,void 0,void 0,function*(){return!this.closed&&this.autoDestroy&&(this.closed=!0)?yield this.reset()._reader.throw(t):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 Ar(this.schema)}):yield this.return()})}_readNextMessageAndValidate(t){return p(this,void 0,void 0,function*(){return yield this._reader.readMessage(t)})}},Ps=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){super(t instanceof Li?t:new Li(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-Qo,i=t.readInt32(e),n=t.readAt(e-i,i);return Re.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}},Zo=class extends ci{get footer(){return this._footer}get numDictionaries(){return this._footer?this._footer.numDictionaries:0}get numRecordBatches(){return this._footer?this._footer.numRecordBatches:0}constructor(t,...e){let i=typeof e[0]!="number"?e.shift():void 0,n=e[0]instanceof Map?e.shift():void 0;super(t instanceof cr?t:new cr(t,i),n)}isFile(){return!0}isAsync(){return!0}open(t){let e=Object.create(null,{open:{get:()=>super.open}});return p(this,void 0,void 0,function*(){if(!this.closed&&!this._footer){this.schema=(this._footer=yield this._readFooter()).schema;for(let i of this._footer.dictionaryBatches())i&&(yield this._readDictionaryBatch(this._dictionaryIndex++))}return yield e.open.call(this,t)})}readRecordBatch(t){var e;return p(this,void 0,void 0,function*(){if(this.closed)return null;this._footer||(yield this.open());let i=(e=this._footer)===null||e===void 0?void 0:e.getRecordBatch(t);if(i&&(yield this._handle.seek(i.offset))){let n=yield this._reader.readMessage(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-Qo,i=yield t.readInt32(e),n=yield t.readAt(e-i,i);return Re.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})}},ta=class extends ai{constructor(t,e){super(t,e)}_loadVectors(t,e,i){return new cs(e,t.nodes,t.buffers,this.dictionaries).visitMany(i)}};function nl(r,t){return t&&typeof t.autoDestroy=="boolean"?t.autoDestroy:r.autoDestroy}function*rl(r){let t=Lt.from(r);try{if(!t.open({autoDestroy:!1}).closed)do yield t;while(!t.reset().open().closed)}finally{t.cancel()}}function il(r){return Bt(this,arguments,function*(){let e=yield B(Lt.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 rd(r){return new qe(new ta(r))}function id(r){let t=r.peek(oi+7&-8);return t&&t.byteLength>=4?Rs(t)?new Or(new Ps(r.read())):new qe(new ai(r)):new qe(new ai(function*(){}()))}function nd(r){return p(this,void 0,void 0,function*(){let t=yield r.peek(oi+7&-8);return t&&t.byteLength>=4?Rs(t)?new Or(new Ps(yield r.read())):new Tr(new ci(r)):new Tr(new ci(function(){return Bt(this,arguments,function*(){})}()))})}function sd(r){return p(this,void 0,void 0,function*(){let{size:t}=yield r.stat(),e=new cr(r,t);return t>=el&&Rs(yield e.readAt(0,oi+7&-8))?new Cs(new Zo(e)):new Tr(new ci(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 L)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)||oe.call(this,n<=0?new Uint8Array(0):Yr(t.offset,i,t.nullBitmap)),this.nodes.push(new se(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 oe(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 od(r){let{type:t,length:e,typeIds:i,valueOffsets:n}=r;if(oe.call(this,i),t.mode===Q.Sparse)return ea.call(this,r);if(t.mode===Q.Dense){if(r.offset<=0)return oe.call(this,n),ea.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=di(-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];oe.call(this,c);for(let u,d=-1,f=t.children.length;++d<f;)if(u=r.children[d]){let y=t.typeIds[d],U=Math.min(e,o[y]);this.visit(u.slice(a[y],U))}}}return this}function ad(r){let t;return r.nullCount>=r.length?oe.call(this,new Uint8Array(0)):(t=r.values)instanceof Uint8Array?oe.call(this,Yr(r.offset,r.length,t)):oe.call(this,yr(r.values))}function lr(r){return oe.call(this,r.values.subarray(0,r.length*r.stride))}function sl(r){let{length:t,values:e,valueOffsets:i}=r,n=i[0],s=i[t],o=Math.min(s-n,e.byteLength-n);return oe.call(this,di(-i[0],t,i)),oe.call(this,e.subarray(n,n+o)),this}function ra(r){let{length:t,valueOffsets:e}=r;return e&&oe.call(this,di(e[0],t,e)),this.visit(r.children[0])}function ea(r){return this.visitMany(r.type.children.map((t,e)=>r.children[e]).filter(Boolean))[0]}et.prototype.visitBool=ad;et.prototype.visitInt=lr;et.prototype.visitFloat=lr;et.prototype.visitUtf8=sl;et.prototype.visitBinary=sl;et.prototype.visitFixedSizeBinary=lr;et.prototype.visitDate=lr;et.prototype.visitTimestamp=lr;et.prototype.visitTime=lr;et.prototype.visitDecimal=lr;et.prototype.visitList=ra;et.prototype.visitStruct=ea;et.prototype.visitUnion=od;et.prototype.visitInterval=lr;et.prototype.visitFixedSizeList=ra;et.prototype.visitMap=ra;var Fr=class extends wr{static throughNode(t){throw new Error('"throughNode" not available in this environment')}static throughDOM(t,e){throw new Error('"throughDOM" not available in this environment')}constructor(t){super(),this._position=0,this._started=!1,this._sink=new be,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 At(t)?t.then(e=>this.writeAll(e)):Ct(t)?na(this,t):ia(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 be?this._sink=t:(this._sink=new be,t&&Oa(t)?this.toDOMStream({type:"bytes"}).pipeTo(t):t&&Fa(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||!Br(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&&!Br(e,this._schema)){if(this._started&&this._autoDestroy)return this.close();this.reset(this._sink,e)}t instanceof Z?t instanceof Ar||this._writeRecordBatch(t):t instanceof wt?this.writeAll(t.batches):Wt(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 Ce(a,t.bodyLength,this._position)):t.headerType===V.DictionaryBatch&&this._dictionaryBlocks.push(new Ce(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(si)}_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 L([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}},an=class r extends Fr{static writeAll(t,e){let i=new r(e);return At(t)?t.then(n=>i.writeAll(n)):Ct(t)?na(i,t):ia(i,t)}},cn=class r extends Fr{static writeAll(t){let e=new r;return At(t)?t.then(i=>e.writeAll(i)):Ct(t)?na(e,t):ia(e,t)}constructor(){super(),this._autoDestroy=!0}_writeSchema(t){return this._writeMagic()._writePadding(2)}_writeFooter(t){let e=Re.encode(new Re(t,ct.V4,this._recordBatchBlocks,this._dictionaryBlocks));return super._writeFooter(t)._write(e)._write(Int32Array.of(e.byteLength))._writeMagic()}};function ia(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 na(r,t){var e,i,n,s,o,a,c;return p(this,void 0,void 0,function*(){try{for(e=!0,i=qt(t);n=yield i.next(),s=n.done,!s;){c=n.value,e=!1;try{let l=c;r.write(l)}finally{e=!0}}}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 ol(r,t){if(Ct(r))return ld(r,t);if(Wt(r))return cd(r,t);throw new Error("toDOMStream() must be called with an Iterable or AsyncIterable")}function cd(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 ld(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 ll(r){return new sa(r)}var sa=class{constructor(t){this._numChunks=0,this._finished=!1,this._bufferedSize=0;let{["readableStrategy"]:e,["writableStrategy"]:i,["queueingStrategy"]:n="count"}=t,s=Aa(t,["readableStrategy","writableStrategy","queueingStrategy"]);this._controller=null,this._builder=Ir(s),this._getSize=n!=="bytes"?al:cl;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"?al:cl}),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)}},al=r=>{var t;return(t=r?.length)!==null&&t!==void 0?t:0},cl=r=>{var t;return(t=r?.byteLength)!==null&&t!==void 0?t:0};function ks(r,t){let e=new be,i=null,n=new ReadableStream({cancel(){return p(this,void 0,void 0,function*(){yield e.close()})},start(a){return p(this,void 0,void 0,function*(){yield o(a,i||(i=yield s()))})},pull(a){return p(this,void 0,void 0,function*(){i?yield o(a,i):a.close()})}});return{writable:new WritableStream(e,Object.assign({highWaterMark:Math.pow(2,14)},r)),readable:n};function s(){return p(this,void 0,void 0,function*(){return yield(yield Lt.from(e)).open(t)})}function o(a,c){return p(this,void 0,void 0,function*(){let l=a.desiredSize,u=null;for(;!(u=yield c.next()).done;)if(a.enqueue(u.value),l!=null&&--l<=0)return;a.close()})}}function js(r,t){let e=new this(r),i=new kt(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 ln(r){let t=Lt.from(r);return At(t)?t.then(e=>ln(e)):t.isAsync()?t.readAll().then(e=>new wt(e)):new wt(t.readAll())}var hd=Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},go),$o),Mo),bo),po),Eo),{compareSchemas:Br,compareFields:Rc,compareTypes:Cc});at.toDOMStream=ol;G.throughDOM=ll;Lt.throughDOM=ks;Or.throughDOM=ks;qe.throughDOM=ks;Fr.throughDOM=js;cn.throughDOM=js;an.throughDOM=js;function oa(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(ln(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 $t=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?`${ul(t)}.`:""}${i}`}else return t?ul(t):"NULL"}};function ul(r){return r.split(".").map(e=>`"${e}"`).join(".")}function hl(r,t){return r instanceof $t&&r.column===t}function k(r){return typeof r=="string"?$s(r):r}function Dr(r){return typeof r=="string"?dl(r):r}function dl(r){return new $t(r)}function $s(r,t){return arguments.length===1&&(t=r,r=null),new $t(r,t)}function We(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 Nr=r=>typeof r?.addEventListener=="function";function zs(r){return r instanceof ur}var ur=class{constructor(t,e,i){this._expr=Array.isArray(t)?t:[t],this._deps=e||[],this.annotate(i);let n=this._expr.filter(s=>Nr(s));n.length>0?(this._params=Array.from(new Set(n)),this._params.forEach(s=>{s.addEventListener("value",()=>dd(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=>Nr(t)&&!zs(t)?We(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 dd(r,t){if(t?.size)return Promise.allSettled(Array.from(t,e=>e(r)))}function aa(r,t){let e=[r[0]],i=new Set,n=t.length;for(let s=0,o=0;s<n;){let a=t[s];Nr(a)?e[++o]=a:(Array.isArray(a?.columns)&&a.columns.forEach(l=>i.add(l)),e[o]+=typeof a=="string"?a:We(a));let c=r[++s];Nr(e[o])?e[++o]=c:e[o]+=c}return{spans:e,cols:Array.from(i)}}function R(r,...t){let{spans:e,cols:i}=aa(r,t);return new ur(e,i)}function ca(r){let t=k(r);return R`${t} DESC NULLS LAST`.annotate({label:t?.label,desc:!0})}var Er=r=>({value:r,toString:()=>We(r)});function un(r){r(this.op,this),this.children?.forEach(t=>t.visit(r))}function fl(r,t){let e=t.filter(n=>n!=null).map(k),i=e.map((n,s)=>s?` ${r} `:"");return t.length&&i.push(""),R(i,...e).annotate({op:r,children:e,visit:un})}var la=(...r)=>fl("AND",r.flat()),ua=(...r)=>fl("OR",r.flat()),fd=r=>t=>R`(${r} ${k(t)})`.annotate({op:r,a:t,visit:un}),pd=fd("NOT"),pl=r=>t=>R`(${k(t)} ${r})`.annotate({op:r,a:t,visit:un}),ha=pl("IS NULL"),md=pl("IS NOT NULL"),hr=r=>(t,e)=>R`(${k(t)} ${r} ${k(e)})`.annotate({op:r,a:t,b:e,visit:un}),hn=hr("="),yd=hr("<>"),gd=hr("<"),bd=hr(">"),_d=hr("<="),wd=hr(">="),vd=hr("IS DISTINCT FROM"),Id=hr("IS NOT DISTINCT FROM");function Sd(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:un,field:t,range:e})}var qs=(r,t,e)=>Sd("BETWEEN",r,t,e);function Mr(r,t){return Array.from({length:r},()=>t)}function zt(r,t){return(...e)=>{let i=e.map(k),n=t?`::${t}`:"";return(i.length?R([`${r}(`,...Mr(i.length-1,", "),`)${n}`],...i):R`${r}()${n}`).annotate({func:r,args:i})}}var da=zt("REGEXP_MATCHES"),fa=zt("CONTAINS"),pa=zt("PREFIX"),ma=zt("SUFFIX"),xd=zt("LOWER"),Bd=zt("UPPER"),Ad=zt("LENGTH"),Td=zt("ISNAN"),Od=zt("ISFINITE"),Fd=zt("ISINF");var dn=class r extends ur{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 ",Mr(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 ",Mr(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=ml("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=ml("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 ml(r,t){if(Nr(t)){let e=R`${t}`;return e.toString=()=>`${r} ${yl(t.value)}`,e}return`${r} ${yl(t)}`}function yl(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 ae(r,t){return(...e)=>{let i=zt(r)(...e);return new dn(r,i,t)}}var Dd=ae("ROW_NUMBER","INTEGER"),Nd=ae("RANK","INTEGER"),Ed=ae("DENSE_RANK","INTEGER"),Md=ae("PERCENT_RANK"),Ld=ae("CUME_DIST"),Ud=ae("NTILE"),Rd=ae("LAG"),Cd=ae("LEAD"),Vd=ae("FIRST_VALUE"),Pd=ae("LAST_VALUE"),kd=ae("NTH_VALUE");var ya=class r extends ur{constructor(t,e,i,n,s){e=(e||[]).map(k);let{strings:o,exprs:a}=jd(t,e,i,n,s),{spans:c,cols:l}=aa(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($d).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 dn(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 jd(r,t,e,i,n){let s=`)${e?`::${e}`:""}`,o=[`${r}(${i?"DISTINCT ":""}`],a=[];return t.length?(o=o.concat([...Mr(t.length-1,", "),`${s}${n?" FILTER (WHERE ":""}`,...n?[")"]:[]]),a=[...t,...n?[n]:[]]):o[0]+="*"+s,{exprs:a,strings:o}}function $d(r){let t=We(r);return t&&t.startsWith('"')&&t.endsWith('"')?t.slice(1,-1):t}function C(r,t){return(...e)=>new ya(r,e,t)}var fn=C("COUNT","INTEGER"),zd=C("AVG"),qd=C("AVG"),Wd=C("MAD"),pn=C("MAX"),mn=C("MIN"),Yd=C("SUM","DOUBLE"),Gd=C("PRODUCT"),Hd=C("MEDIAN"),Jd=C("QUANTILE"),Xd=C("MODE"),Kd=C("VARIANCE"),Qd=C("STDDEV"),Zd=C("SKEWNESS"),tf=C("KURTOSIS"),ef=C("ENTROPY"),rf=C("VAR_POP"),nf=C("STDDEV_POP"),sf=C("CORR"),of=C("COVAR_POP"),af=C("REGR_INTERCEPT"),cf=C("REGR_SLOPE"),lf=C("REGR_COUNT"),uf=C("REGR_R2"),hf=C("REGR_SYY"),df=C("REGR_SXX"),ff=C("REGR_SXY"),pf=C("REGR_AVGX"),mf=C("REGR_AVGY"),yf=C("FIRST"),gf=C("LAST"),bf=C("ARG_MIN"),_f=C("ARG_MAX"),wf=C("STRING_AGG"),vf=C("ARRAY_AGG");var ga=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 Lr("UNION",t.flat())}static unionAll(...t){return new Lr("UNION ALL",t.flat())}static intersect(...t){return new Lr("INTERSECT",t.flat())}static except(...t){return new Lr("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 $t)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:Ws(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:Dr(n)});else if(n instanceof $t)i.push({as:n.table,from:n});else if(Ys(n)||zs(n))i.push({from:n});else if(Array.isArray(n))i.push({as:Ws(n[0]),from:Dr(n[1])});else for(let s in n)i.push({as:Ws(s),from:Dr(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:Ws(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(Ys(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,U=[];if(y.length){let $=y.map(({as:P,query:K})=>`"${P}" AS (${K})`);U.push(`WITH ${$.join(", ")}`)}let xt=t.map(({as:$,expr:P})=>hl(P,$)&&!P.table?`${P}`:`${P} AS "${$}"`);if(U.push(`SELECT${e?" DISTINCT":""} ${xt.join(", ")}`),i.length){let $=i.map(({as:P,from:K})=>{let fr=Ys(K)?`(${K})`:`${K}`;return!P||P===K.table?fr:`${fr} AS "${P}"`});U.push(`FROM ${$.join(", ")}`)}if(s.length){let $=s.map(String).filter(P=>P).join(" AND ");$&&U.push(`WHERE ${$}`)}if(n){let{rows:$,perc:P,method:K,seed:fr}=n,yn=$?`${$} ROWS`:`${P} PERCENT`,gn=K?` (${K}${fr!=null?`, ${fr}`:""})`:"";U.push(`USING SAMPLE ${yn}${gn}`)}if(o.length&&U.push(`GROUP BY ${o.join(", ")}`),a.length){let $=a.map(String).filter(P=>P).join(" AND ");$&&U.push(`HAVING ${$}`)}if(c.length){let $=c.map(({as:P,expr:K})=>`"${P}" AS (${K})`);U.push(`WINDOW ${$.join(", ")}`)}if(l.length){let $=l.map(String).filter(P=>P).join(" AND ");$&&U.push(`QUALIFY ${$}`)}return u.length&&U.push(`ORDER BY ${u.join(", ")}`),Number.isFinite(d)&&U.push(`LIMIT ${d}`),Number.isFinite(f)&&U.push(`OFFSET ${f}`),U.join(" ")}},Lr=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 Ys(r){return r instanceof ot||r instanceof Lr}function Ws(r){return If(r)?r.slice(1,-1):r}function If(r){return r[0]==='"'&&r[r.length-1]==='"'}function Gs(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 gl(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"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 Sf="count",xf="nulls",Bf="max",Af="min",Tf="distinct";var Of={[Sf]:fn,[Tf]:r=>fn(r).distinct(),[Bf]:pn,[Af]:mn,[xf]:r=>fn().where(ha(r))};function bl({table:r,column:t},e){return ot.from(r).select(e.map(i=>[i,Of[i](t)]))}var _l=()=>Object.create(null),Hs=class{constructor(t){this.mc=t,this.clear()}clear(){this.tables=_l()}tableInfo(t){let e=this.tables;if(e[t])return e[t];let i=Ff(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(bl(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 Df(this,t);return(await Promise.all(e.map(n=>this.fieldInfo(n)))).filter(n=>n)}};async function Ff(r,t){let e=await r.query(`DESCRIBE ${Dr(t)}`,{type:"json",cache:!1}),i=_l();for(let n of e)i[n.column_name]={table:t,column:n.column_name,sqlType:n.column_type,type:gl(n.column_type),nullable:n.null==="YES"};return i}async function Df(r,t){return t.length===1&&t[0].column==="*"?Object.values(await r.tableInfo(t[0].table)):t}function vl(r){let t=2166136261;for(let e=0,i=r.length;e<i;++e){let n=r.charCodeAt(e),s=n&65280;s&&(t=wl(t^s>>8)),t=wl(t^n&255)}return Nf(t)}function wl(r){return r+(r<<1)+(r<<4)+(r<<7)+(r<<8)+(r<<24)}function Nf(r){return r+=r<<13,r^=r>>>7,r+=r<<3,r^=r>>>17,r+=r<<5,r&4294967295}var xl=r=>r,Js=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,Sl),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=Ef(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=Sl(l),d=l.query(s.predicate(l)).select({...n.columns,...u.count}).groupby(Object.keys(n.columns)),[f]=d.subqueries;if(f){let P=Object.values(n.columns).map(K=>K.columns[0]);Uf(f,P)}let y=d.toString(),xt=`cube_index_${(vl(y)>>>0).toString(16)}`,$=a.exec(Gs(xt,y,{temp:c}));o.set(l,{table:xt,result:$,...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}=i,a=ot.select(s,o).from(n).groupby(s).where(e);return this.mc.updateClient(t,a)}};function Ef(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=>Mf(l,o));if(c.some(l=>l==null))return null;c.length===1?(a=l=>l?qs("active0",l.range.map(c[0])):[],i={active0:c[0](r.predicate.field)}):(a=l=>l?la(l.children.map(({range:u},d)=>qs(`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=xl,i=Object.fromEntries(i.map(c=>[c.toString(),c]));else return null;return{source:t,columns:i,predicate:a}}function Mf(r,t){let{type:e,domain:i,range:n}=r,s,o;switch(e){case"linear":s=xl,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:ga(k(a));break}return s?Lf(i,n,t,s,o):null}function Lf(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 Il={from:NaN};function Sl(r){if(!r.filterIndexable)return Il;let t=r.query(),e=ba(t);if(!e||!t.groupby)return Il;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 ba(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=ba(t[0]);for(let i=1;i<t.length;++i){let n=ba(t[i]);if(n!==void 0&&n!==e)return NaN}return e}function Uf(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 Xs=class{constructor(t,e,i=!0){this.mc=t,this.selection=e,this.clients=new Set,this.indexer=i?new Js(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():Rf(t,i,n)}};function Rf(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 Ks(){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 Bl(r,t,e){let i=[],n=0;function s(){let o=Cf(i,t);i=[],n=0;for(let a of o)Pf(a,r,e),$f(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 Cf(r,t){let e=[],i=new Map;for(let n of r){let{entry:{request:s}}=n,o=Vf(s.query,t);if(!i.has(o)){let a=[];e.push(a),i.set(o,a)}i.get(o).push(n)}return e}function Vf(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 $t&&s[o.column]||o))}return`${i}`}else return e}function Pf(r,t,e){if(kf(r))t({request:{type:"arrow",cache:!1,record:!1,query:jf(r,e)},result:r.result=Ks()});else for(let{entry:i,priority:n}of r)t(i,n)}function kf(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 jf(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 $t&&o[a.column]||a))}return n.$select(Array.from(i.values()))}async function $f(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=zf(n,e[o]);a.cache&&t.set(String(a.query),l),c.fulfill(l)})}function zf(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 qf=typeof requestIdleCallback<"u"?requestIdleCallback:setTimeout,Al=()=>({get:()=>{},set:(r,t)=>t,clear:()=>{}});function Tl({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&&qf(i),s},clear(){e=new Map}}}function Ol(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 ve={High:0,Normal:1,Low:2};function Fl(){let r=Ol(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=ve.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:U,cache:xt=!1,record:$=!0,options:P}=d,K=y?`${y}`:null;if($&&l(K),xt){let gn=e.get(K);if(gn){i.debug("Cache"),f.fulfill(gn);return}}let fr=performance.now(),yn=await t.query({type:U,sql:K,...P});xt&&e.set(K,yn),i.debug(`Request: ${(performance.now()-fr).toFixed(1)}`),f.fulfill(yn)}catch(y){f.reject(y)}}return{cache(d){return d!==void 0?e=d===!0?Tl():d||Al():e},logger(d){return d?i=d:i},connector(d){return d?t=d:t},consolidate(d){d&&!o?o=Bl(c,e,l):!d&&o&&(o=null)},request(d,f=ve.Normal){let y=Ks(),U={request:d,result:y};return o?o.add(U,f):c(U,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 Dl(){return{debug(){},info(){},log(){},warn(){},error(){}}}var Qs;function Ur(r){return r?Qs=r:Qs==null&&(Qs=new Zs),Qs}var Zs=class{constructor(t=oa(),e={}){this.catalog=new Hs(this),this.manager=e.manager||Fl(),this.logger(e.logger||console),this.configure(e),this.databaseConnector(t),this.clear()}logger(t){return arguments.length&&(this._logger=t||Dl(),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=ve.Normal}={}){return this.manager.request({type:"exec",query:t},e)}query(t,{type:e="arrow",cache:i=!0,priority:n=ve.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:ve.Low})}createBundle(t,e,i=ve.Low){let n={name:t,queries:e};return this.manager.request({type:"create-bundle",options:n},i)}loadBundle(t,e=ve.High){let i={name:t};return this.manager.request({type:"load-bundle",options:i},e)}updateClient(t,e,i=ve.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 Xs(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 Nl={};function _a(r,t=!1){let e,i,n=Nl;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=Nl,a(u)}),n=l}return t?c:a}var ce=class{constructor(t){this._filterBy=t,this._requestUpdate=_a(()=>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 Ur().requestQuery(this,e)}requestUpdate(){this._requestUpdate()}update(){return this}};var to=class{constructor(){this._callbacks=new Map}addEventListener(t,e){this._callbacks.has(t)||this._callbacks.set(t,{callbacks:new Set,pending:null,queue:new wa}),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}}}},wa=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 va(r,t){return r===t?!1:r instanceof Date&&t instanceof Date?+r!=+t:Array.isArray(r)&&Array.isArray(t)?Wf(r,t):!0}function Wf(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 Ie(r){return r instanceof li}var li=class r extends to{constructor(t){super(),this._value=t}static value(t){return new r(t)}static array(t){if(t.some(e=>Ie(e))){let e=new r,i=()=>e.update(t.map(n=>Ie(n)?n.value:n));return i(),t.forEach(n=>Ie(n)?n.addEventListener("value",i):0),e}return new r(t)}get value(){return this._value}update(t,{force:e}={}){return va(this._value,t)||e?this.emit("value",t):this.cancel("value"),this}willEmit(t,e){return t==="value"&&(this._value=e),e}};function Se(r){return r instanceof eo}var eo=class r extends li{static intersect({cross:t=!1}={}){return new r(new Rr({cross:t}))}static union({cross:t=!1}={}){return new r(new Rr({cross:t,union:!0}))}static single({cross:t=!1}={}){return new r(new Rr({cross:t,single:!0}))}static crossfilter(){return new r(new Rr({cross:!0}))}constructor(t=new Rr){super([]),this._resolved=this._value,this._resolver=t}clone(){let t=new r(this._resolver);return t._value=t._resolved=this._value,t}remove(t){let e=this.clone();return e._value=e._resolved=e._resolver.resolve(this._resolved,{source:t}),e._value.active={source:t},e}get active(){return this.clauses.active}get value(){return this.active?.value}get clauses(){return super.value}get single(){return this._resolver.single}activate(t){this.emit("activate",t)}update(t){return this._resolved=this._resolver.resolve(this._resolved,t,!0),this._resolved.active=t,super.update(this._resolved)}willEmit(t,e){return t==="value"?(this._value=e,this.value):e}emitQueueFilter(t,e){return t==="value"?this._resolver.queueFilter(e):null}skip(t,e){return this._resolver.skip(t,e)}predicate(t,e=!1){let{clauses:i}=this,n=e?null:i.active;return this._resolver.predicate(i,n,t)}},Rr=class{constructor({union:t,cross:e,single:i}={}){this.union=!!t,this.cross=!!e,this.single=!!i}resolve(t,e,i=!1){let{source:n,predicate:s}=e,o=t.filter(c=>n!==c.source),a=this.single?[]:o;return this.single&&i&&o.forEach(c=>c.source?.reset?.()),s&&a.push(e),a}skip(t,e){return this.cross&&e?.clients?.has(t)}predicate(t,e,i){let{union:n}=this;if(this.skip(i,e))return;let s=t.filter(o=>!this.skip(i,o)).map(o=>o.predicate);return n&&s.length>1?ua(s):s}queueFilter(t){if(this.cross){let e=t.active?.source;return i=>i.active?.source!==e}}};function dr(r,t){let e=new r(t);return Ur().connect(e),e.element}var Yf=r=>r&&typeof r=="object"&&!Array.isArray(r),Gf=r=>dr(ro,r),ro=class extends ce{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=>Yf(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)}),Se(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;Se(e)?e.update({source:this,schema:{type:"point"},value:t,predicate:t?hn(i,Er(t)):null}):Ie(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 Hf={contains:fa,prefix:pa,suffix:ma,regexp:da},Jf=0,Xf=r=>dr(io,r),io=class extends ce{constructor({element:t,filterBy:e,from:i,column:n,label:s,type:o="contains",as:a}={}){if(super(e),this.id="search_"+ ++Jf,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)}),Se(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;Se(e)?e.update({source:this,schema:{type:n},value:t,predicate:t?Hf[n](i,Er(t)):null}):Ie(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 Kf=0,Qf=r=>dr(no,r),no=class extends ce{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_"+ ++Kf,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)}),Se(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:mn(i),max:pn(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;Se(e)?e.update({source:this,schema:{type:"point"},value:t,predicate:hn(i,Er(t))}):Ie(this.selection)&&e.update(t)}};function so(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`${Zf(r.getUTCFullYear(),4)}-${Ye(r.getUTCMonth()+1,2)}-${Ye(r.getUTCDate(),2)}${e||i||n||s?`T${Ye(e,2)}:${Ye(i,2)}${n||s?`:${Ye(n,2)}${s?`.${Ye(s,3)}`:""}`:""}Z`:""}`}function Zf(r){return r<0?`-${Ye(-r,6)}`:r>9999?`+${Ye(r,6)}`:Ye(r,4)}function Ye(r,t){return`${r}`.padStart(t,"0")}var Ia=xa(r=>{let t=oo(r);return e=>e==null?"":typeof e=="number"?t(e):e instanceof Date?Sa(e):`${e}`}),oo=xa(r=>t=>t===0?"0":t.toLocaleString(r)),Zx=Ia(),tB=oo();function Sa(r){return so(r,"Invalid Date")}function xa(r){let t=xa,e;return(i="en")=>i===t?e:e=r(t=i)}var tp=-1,ep=r=>dr(ao,r),ao=class extends ce{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-${++tp}`,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:U}=this,{scrollHeight:xt,scrollTop:$,clientHeight:P}=f.target,K=$<d;d=$,!(K||y||U)&&xt-$<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),Ur().prefetch(e.clone().offset(t+this.limit))}fields(){return this.columns.map(t=>$s(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=rp(this.format,t),this.style.innerText=sp(this.id,ip(this.align,t),np(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?ca(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 rp(r={},t,e){return t.map(({column:i,type:n})=>{if(i in r)return r[i];switch(n){case"number":return oo(e);case"date":return Sa;default:return Ia(e)}})}function ip(r={},t){return t.map(({column:e,type:i})=>e in r?r[e]:i==="number"?"right":"left")}function np(r={},t){return t.map(({column:e})=>r[e])}function sp(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{ro as Menu,io as Search,no as Slider,ao as Table,Gf as menu,Xf as search,Qf as slider,ep as table};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uwdata/mosaic-inputs",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
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.3.
|
|
28
|
+
"@uwdata/mosaic-core": "^0.3.3",
|
|
29
29
|
"@uwdata/mosaic-sql": "^0.3.2",
|
|
30
30
|
"isoformat": "^0.2.1"
|
|
31
31
|
},
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "0944b742aa233563ffa2a94132c905e81795f0ce"
|
|
33
33
|
}
|