@uwdata/mosaic-core 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-core.js +7 -3
- package/dist/mosaic-core.min.js +1 -1
- package/package.json +2 -2
- package/src/Selection.js +7 -3
package/dist/mosaic-core.js
CHANGED
|
@@ -13702,7 +13702,7 @@ var Selection = class _Selection extends Param {
|
|
|
13702
13702
|
}
|
|
13703
13703
|
/**
|
|
13704
13704
|
* Create a clone of this Selection with clauses corresponding
|
|
13705
|
-
* to provided source removed.
|
|
13705
|
+
* to the provided source removed.
|
|
13706
13706
|
* @param {*} source The clause source to remove.
|
|
13707
13707
|
* @returns {this} A cloned and updated Selection.
|
|
13708
13708
|
*/
|
|
@@ -13793,12 +13793,16 @@ var Selection = class _Selection extends Param {
|
|
|
13793
13793
|
/**
|
|
13794
13794
|
* Return a selection query predicate for the given client.
|
|
13795
13795
|
* @param {*} client The client whose data may be filtered.
|
|
13796
|
+
* @param {boolean} [noSkip=false] Disable skipping of active
|
|
13797
|
+
* cross-filtered sources. If set true, the source of the active
|
|
13798
|
+
* clause in a cross-filtered selection will not be skipped.
|
|
13796
13799
|
* @returns {*} The query predicate for filtering client data,
|
|
13797
13800
|
* based on the current state of this selection.
|
|
13798
13801
|
*/
|
|
13799
|
-
predicate(client) {
|
|
13802
|
+
predicate(client, noSkip = false) {
|
|
13800
13803
|
const { clauses } = this;
|
|
13801
|
-
|
|
13804
|
+
const active = noSkip ? null : clauses.active;
|
|
13805
|
+
return this._resolver.predicate(clauses, active, client);
|
|
13802
13806
|
}
|
|
13803
13807
|
};
|
|
13804
13808
|
var SelectionResolver = class {
|
package/dist/mosaic-core.min.js
CHANGED
|
@@ -7,7 +7,7 @@ ${t}`),new Function("x",`${t}
|
|
|
7
7
|
return true;`)}function V_(r){return typeof r!="bigint"?Wr(r):`${Wr(r)}n`}var uh=(r,t)=>(Math.ceil(r)*t+63&-64||64)/t,P_=(r,t=0)=>r.length>=t?r.subarray(0,t):Os(new r.constructor(t),r,0),cn=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?uh(i*1,this.BYTES_PER_ELEMENT):uh(i*2,this.BYTES_PER_ELEMENT))}return this}flush(t=this.length){t=uh(t*this.stride,this.BYTES_PER_ELEMENT);let e=P_(this.buffer,t);return this.clear(),e}clear(){return this.length=0,this._resize(0),this}_resize(t){return this.buffer=Os(new this.ArrayType(t),this.buffer)}};cn.prototype.offset=0;var Bi=class extends cn{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}},ks=class extends Bi{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()}},Vs=class extends Bi{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 wt=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=De(t),this._nulls=new ks,e&&e.length>0&&(this._isValid=lm(e))}toVector(){return new tt([this.flush()])}get ArrayType(){return this.type.ArrayType}get nullCount(){return this._nulls.numInvalid}get numChildren(){return this.children.length}get byteLength(){let t=0,{_offsets:e,_values:i,_nulls:n,_typeIds:s,children:o}=this;return e&&(t+=e.byteLength),i&&(t+=i.byteLength),n&&(t+=n.byteLength),s&&(t+=s.byteLength),o.reduce((a,c)=>a+c.byteLength,t)}get reservedLength(){return this._nulls.reservedLength}get reservedByteLength(){let t=0;return this._offsets&&(t+=this._offsets.reservedByteLength),this._values&&(t+=this._values.reservedByteLength),this._nulls&&(t+=this._nulls.reservedByteLength),this._typeIds&&(t+=this._typeIds.reservedByteLength),this.children.reduce((e,i)=>e+i.reservedByteLength,t)}get valueOffsets(){return this._offsets?this._offsets.buffer:null}get values(){return this._values?this._values.buffer:null}get nullBitmap(){return this._nulls?this._nulls.buffer:null}get typeIds(){return this._typeIds?this._typeIds.buffer:null}append(t){return this.set(this.length,t)}isValid(t){return this._isValid(t)}set(t,e){return this.setValid(t,this.isValid(e))&&this.setValue(t,e),this}setValue(t,e){this._setValue(this,t,e)}setValid(t,e){return this.length=this._nulls.set(t,+e).length,e}addChild(t,e=`${this.numChildren}`){throw new Error(`Cannot append children to non-nested type "${this.type}"`)}getChildAt(t){return this.children[t]||null}flush(){let t,e,i,n,{type:s,length:o,nullCount:a,_typeIds:c,_offsets:l,_values:u,_nulls:h}=this;(e=c?.flush(o))?n=l?.flush(o):(n=l?.flush(o))?t=u?.flush(l.last()):t=u?.flush(o),a>0&&(i=h?.flush(o));let m=this.children.map(g=>g.flush());return this.clear(),C({type:s,length:o,nullCount:a,children:m,child:m[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}};wt.prototype.length=1;wt.prototype.stride=1;wt.prototype.children=null;wt.prototype.finished=!1;wt.prototype.nullValues=null;wt.prototype._isValid=()=>!0;var Wt=class extends wt{constructor(t){super(t),this._values=new Bi(new this.ArrayType(0),this.stride)}setValue(t,e){let i=this._values;return i.reserve(t-i.length+1),super.setValue(t,e)}},Hr=class extends wt{constructor(t){super(t),this._pendingLength=0,this._offsets=new Vs}setValue(t,e){let i=this._pending||(this._pending=new Map),n=i.get(t);n&&(this._pendingLength-=n.length),this._pendingLength+=e instanceof Yr?e[Ke].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 Hn=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 Kr=new Int32Array(2),ul=new Float32Array(Kr.buffer),dl=new Float64Array(Kr.buffer),Ps=new Uint16Array(new Uint8Array([1,0]).buffer)[0]===1;var Uo;(function(r){r[r.UTF8_BYTES=1]="UTF8_BYTES",r[r.UTF16_STRING=2]="UTF16_STRING"})(Uo||(Uo={}));var Le=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 Kr[0]=this.readInt32(t),ul[0]}readFloat64(t){return Kr[Ps?0:1]=this.readInt32(t),Kr[Ps?1:0]=this.readInt32(t+4),dl[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){ul[0]=e,this.writeInt32(t,Kr[0])}writeFloat64(t,e){dl[0]=e,this.writeInt32(t,Kr[Ps?0:1]),this.writeInt32(t+4,Kr[Ps?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===Uo.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 Kn=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=Le.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=Le.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 jt=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 ln;(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"})(ln||(ln={}));var un;(function(r){r[r.Little=0]="Little",r[r.Big=1]="Big"})(un||(un={}));var Co;(function(r){r[r.DenseArray=0]="DenseArray"})(Co||(Co={}));var wr=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 Jr=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 wr).__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):Co.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,Co.DenseArray)}static endDictionaryEncoding(t){return t.endObject()}};var ko=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 Vo=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 Po;(function(r){r[r.DAY=0]="DAY",r[r.MILLISECOND=1]="MILLISECOND"})(Po||(Po={}));var dn=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):Po.MILLISECOND}static startDate(t){t.startObject(1)}static addUnit(t,e){t.addFieldInt16(0,e,Po.MILLISECOND)}static endDate(t){return t.endObject()}static createDate(t,e){return r.startDate(t),r.addUnit(t,e),r.endDate(t)}};var Qr=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 hn;(function(r){r[r.SECOND=0]="SECOND",r[r.MILLISECOND=1]="MILLISECOND",r[r.MICROSECOND=2]="MICROSECOND",r[r.NANOSECOND=3]="NANOSECOND"})(hn||(hn={}));var fn=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 pn=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 jo;(function(r){r[r.HALF=0]="HALF",r[r.SINGLE=1]="SINGLE",r[r.DOUBLE=2]="DOUBLE"})(jo||(jo={}));var mn=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):jo.HALF}static startFloatingPoint(t){t.startObject(1)}static addPrecision(t,e){t.addFieldInt16(0,e,jo.HALF)}static endFloatingPoint(t){return t.endObject()}static createFloatingPoint(t,e){return r.startFloatingPoint(t),r.addPrecision(t,e),r.endFloatingPoint(t)}};var zo;(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"})(zo||(zo={}));var yn=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):zo.YEAR_MONTH}static startInterval(t){t.startObject(1)}static addUnit(t,e){t.addFieldInt16(0,e,zo.YEAR_MONTH)}static endInterval(t){return t.endObject()}static createInterval(t,e){return r.startInterval(t),r.addUnit(t,e),r.endInterval(t)}};var $o=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 gn=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 Wo=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 qo=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 xi=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):hn.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,hn.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 Ti=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):hn.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,hn.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 Yo;(function(r){r[r.Sparse=0]="Sparse",r[r.Dense=1]="Dense"})(Yo||(Yo={}));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 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):Yo.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,Yo.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 Go=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 It;(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"})(It||(It={}));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 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):It.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 Jr).__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 jt).__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,It.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 me=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):un.Little}fields(t,e){let i=this.bb.__offset(this.bb_pos,6);return i?(e||new ne).__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 jt).__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,un.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 Re=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):ln.V1}schema(t){let e=this.bb.__offset(this.bb_pos,6);return e?(t||new me).__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 Hn).__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 Hn).__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 jt).__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,ln.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 at=class r{constructor(t=[],e,i){this.fields=t||[],this.metadata=e||new Map,i||(i=dh(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=fl(fl(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:fl(fl(new Map,i[c].metadata),a.metadata)}))&&!1:!0}),o=dh(s,new Map);return new r([...i,...s],n,new Map([...this.dictionaries,...o]))}};at.prototype.fields=null;at.prototype.metadata=null;at.prototype.dictionaries=null;var G=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)}};G.prototype.type=null;G.prototype.name=null;G.prototype.nullable=null;G.prototype.metadata=null;function fl(r,t){return new Map([...r||new Map,...t||new Map])}function dh(r,t=new Map){for(let e=-1,i=r.length;++e<i;){let s=r[e].type;if(w.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&&dh(s.children,t)}return t}var j_=Kn,z_=Le,Ai=class{static decode(t){t=new z_(L(t));let e=Re.getRootAsFooter(t),i=at.decode(e.schema());return new hh(i,e)}static encode(t){let e=new j_,i=at.encode(e,t.schema);Re.startRecordBatchesVector(e,t.numRecordBatches);for(let o of[...t.recordBatches()].slice().reverse())Fi.encode(e,o);let n=e.endVector();Re.startDictionariesVector(e,t.numDictionaries);for(let o of[...t.dictionaryBatches()].slice().reverse())Fi.encode(e,o);let s=e.endVector();return Re.startFooter(e),Re.addSchema(e,i),Re.addVersion(e,Ht.V4),Re.addRecordBatches(e,n),Re.addDictionaries(e,s),Re.finishFooterBuffer(e,Re.endFooter(e)),e.asUint8Array()}get numRecordBatches(){return this._recordBatches.length}get numDictionaries(){return this._dictionaryBatches.length}constructor(t,e=Ht.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 hh=class extends Ai{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 Fi.decode(e)}return null}getDictionaryBatch(t){if(t>=0&&t<this.numDictionaries){let e=this._footer.dictionaries(t);if(e)return Fi.decode(e)}return null}},Fi=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 Hn.createBlock(t,n,i,s)}constructor(t,e,i){this.metaDataLength=t,this.offset=fe(i),this.bodyLength=fe(e)}};var gt=Object.freeze({done:!0,value:void 0}),Ho=class{constructor(t){this._json=t}get schema(){return this._json.schema}get batches(){return this._json.batches||[]}get dictionaries(){return this._json.dictionaries||[]}},Jn=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())}},pl=class extends Jn{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(gt);this._closedPromiseResolve(),this._closedPromiseResolve=void 0}}[Symbol.asyncIterator](){return this}toDOMStream(t){return Gt.toDOMStream(this._closedPromiseResolve||this._error?this:this._values,t)}toNodeStream(t){return Gt.toNodeStream(this._closedPromiseResolve||this._error?this:this._values,t)}throw(t){return p(this,void 0,void 0,function*(){return yield this.abort(t),gt})}return(t){return p(this,void 0,void 0,function*(){return yield this.close(),gt})}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(gt)}_ensureOpen(){if(this._closedPromiseResolve)return!0;throw new Error("AsyncQueue is closed")}};var Zr=class extends pl{write(t){if((t=L(t)).byteLength>0)return super.write(t)}toString(t=!1){return t?xo(this.toUint8Array(!0)):this.toUint8Array(!1).then(xo)}toUint8Array(t=!1){return t?Oe(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=Et(this),u;u=yield l.next(),e=u.done,!e;){s=u.value,c=!1;try{let h=s;o.push(h),a+=h.byteLength}finally{c=!0}}}catch(h){i={error:h}}finally{try{!c&&!e&&(n=l.return)&&(yield n.call(l))}finally{if(i)throw i.error}}return Oe(o,a)[0]}))()}},Xr=class{constructor(t){t&&(this.source=new fh(Gt.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)}},Qe=class r{constructor(t){t instanceof r?this.source=t.source:t instanceof Zr?this.source=new Oi(Gt.fromAsyncIterable(t)):Ec(t)?this.source=new Oi(Gt.fromNodeStream(t)):To(t)?this.source=new Oi(Gt.fromDOMStream(t)):Fc(t)?this.source=new Oi(Gt.fromDOMStream(t.body)):lr(t)?this.source=new Oi(Gt.fromIterable(t)):Fe(t)?this.source=new Oi(Gt.fromAsyncIterable(t)):He(t)&&(this.source=new Oi(Gt.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)}},fh=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)||gt)}return(t){return Object.create(this.source.return&&this.source.return(t)||gt)}},Oi=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))||gt;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))||gt;return this._closedPromiseResolve&&this._closedPromiseResolve(),this._closedPromiseResolve=void 0,Object.create(e)})}};var Ko=class extends Xr{constructor(t,e){super(),this.position=0,this.buffer=L(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}}},bn=class extends Qe{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 mh={};We(mh,{BaseInt64:()=>Jo,Int128:()=>Qo,Int64:()=>Ei,Uint64:()=>Tt});function js(r){return r<0&&(r=4294967295+r+1),`0x${r.toString(16)}`}var zs=8,ph=[1,10,100,1e3,1e4,1e5,1e6,1e7,1e8],Jo=class{constructor(t){this.buffer=t}high(){return this.buffer[1]}low(){return this.buffer[0]}_times(t){let e=new Uint32Array([this.buffer[1]>>>16,this.buffer[1]&65535,this.buffer[0]>>>16,this.buffer[0]&65535]),i=new Uint32Array([t.buffer[1]>>>16,t.buffer[1]&65535,t.buffer[0]>>>16,t.buffer[0]&65535]),n=e[3]*i[3];this.buffer[0]=n&65535;let s=n>>>16;return n=e[2]*i[3],s+=n,n=e[3]*i[2]>>>0,s+=n,this.buffer[0]+=s<<16,this.buffer[1]=s>>>0<n?65536:0,this.buffer[1]+=s>>>16,this.buffer[1]+=e[1]*i[3]+e[2]*i[2]+e[3]*i[1],this.buffer[1]+=e[0]*i[3]+e[1]*i[2]+e[2]*i[1]+e[3]*i[0]<<16,this}_plus(t){let e=this.buffer[0]+t.buffer[0]>>>0;this.buffer[1]+=t.buffer[1],e<this.buffer[0]>>>0&&++this.buffer[1],this.buffer[0]=e}lessThan(t){return this.buffer[1]<t.buffer[1]||this.buffer[1]===t.buffer[1]&&this.buffer[0]<t.buffer[0]}equals(t){return this.buffer[1]===t.buffer[1]&&this.buffer[0]==t.buffer[0]}greaterThan(t){return t.lessThan(this)}hex(){return`${js(this.buffer[1])} ${js(this.buffer[0])}`}},Tt=class r extends Jo{times(t){return this._times(t),this}plus(t){return this._plus(t),this}static from(t,e=new Uint32Array(2)){return r.fromString(typeof t=="string"?t:t.toString(),e)}static fromNumber(t,e=new Uint32Array(2)){return r.fromString(t.toString(),e)}static fromString(t,e=new Uint32Array(2)){let i=t.length,n=new r(e);for(let s=0;s<i;){let o=zs<i-s?zs:i-s,a=new r(new Uint32Array([Number.parseInt(t.slice(s,s+o),10),0])),c=new r(new Uint32Array([ph[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)}},Ei=class r extends Jo{negate(){return this.buffer[0]=~this.buffer[0]+1,this.buffer[1]=~this.buffer[1],this.buffer[0]==0&&++this.buffer[1],this}times(t){return this._times(t),this}plus(t){return this._plus(t),this}lessThan(t){let e=this.buffer[1]<<0,i=t.buffer[1]<<0;return e<i||e===i&&this.buffer[0]<t.buffer[0]}static from(t,e=new Uint32Array(2)){return r.fromString(typeof t=="string"?t:t.toString(),e)}static fromNumber(t,e=new Uint32Array(2)){return r.fromString(t.toString(),e)}static fromString(t,e=new Uint32Array(2)){let i=t.startsWith("-"),n=t.length,s=new r(e);for(let o=i?1:0;o<n;){let a=zs<n-o?zs:n-o,c=new r(new Uint32Array([Number.parseInt(t.slice(o,o+a),10),0])),l=new r(new Uint32Array([ph[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)}},Qo=class r{constructor(t){this.buffer=t}high(){return new Ei(new Uint32Array(this.buffer.buffer,this.buffer.byteOffset+8,2))}low(){return new Ei(new Uint32Array(this.buffer.buffer,this.buffer.byteOffset,2))}negate(){return this.buffer[0]=~this.buffer[0]+1,this.buffer[1]=~this.buffer[1],this.buffer[2]=~this.buffer[2],this.buffer[3]=~this.buffer[3],this.buffer[0]==0&&++this.buffer[1],this.buffer[1]==0&&++this.buffer[2],this.buffer[2]==0&&++this.buffer[3],this}times(t){let e=new Tt(new Uint32Array([this.buffer[3],0])),i=new Tt(new Uint32Array([this.buffer[2],0])),n=new Tt(new Uint32Array([this.buffer[1],0])),s=new Tt(new Uint32Array([this.buffer[0],0])),o=new Tt(new Uint32Array([t.buffer[3],0])),a=new Tt(new Uint32Array([t.buffer[2],0])),c=new Tt(new Uint32Array([t.buffer[1],0])),l=new Tt(new Uint32Array([t.buffer[0],0])),u=Tt.multiply(s,l);this.buffer[0]=u.low();let h=new Tt(new Uint32Array([u.high(),0]));return u=Tt.multiply(n,l),h.plus(u),u=Tt.multiply(s,c),h.plus(u),this.buffer[1]=h.low(),this.buffer[3]=h.lessThan(u)?1:0,this.buffer[2]=h.high(),new Tt(new Uint32Array(this.buffer.buffer,this.buffer.byteOffset+8,2)).plus(Tt.multiply(i,l)).plus(Tt.multiply(n,c)).plus(Tt.multiply(s,a)),this.buffer[3]+=Tt.multiply(e,l).plus(Tt.multiply(i,c)).plus(Tt.multiply(n,a)).plus(Tt.multiply(s,o)).low(),this}plus(t){let e=new Uint32Array(4);return e[3]=this.buffer[3]+t.buffer[3]>>>0,e[2]=this.buffer[2]+t.buffer[2]>>>0,e[1]=this.buffer[1]+t.buffer[1]>>>0,e[0]=this.buffer[0]+t.buffer[0]>>>0,e[0]<this.buffer[0]>>>0&&++e[1],e[1]<this.buffer[1]>>>0&&++e[2],e[2]<this.buffer[2]>>>0&&++e[3],this.buffer[3]=e[3],this.buffer[2]=e[2],this.buffer[1]=e[1],this.buffer[0]=e[0],this}hex(){return`${js(this.buffer[3])} ${js(this.buffer[2])} ${js(this.buffer[1])} ${js(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=zs<n-o?zs:n-o,c=new r(new Uint32Array([Number.parseInt(t.slice(o,o+a),10),0,0,0])),l=new r(new Uint32Array([ph[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 Zo=class extends v{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 G?t.type:t)}visitNull(t,{length:e}=this.nextFieldNode()){return C({type:t,length:e})}visitBool(t,{length:e,nullCount:i}=this.nextFieldNode()){return C({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitInt(t,{length:e,nullCount:i}=this.nextFieldNode()){return C({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitFloat(t,{length:e,nullCount:i}=this.nextFieldNode()){return C({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitUtf8(t,{length:e,nullCount:i}=this.nextFieldNode()){return C({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 C({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 C({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitDate(t,{length:e,nullCount:i}=this.nextFieldNode()){return C({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitTimestamp(t,{length:e,nullCount:i}=this.nextFieldNode()){return C({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitTime(t,{length:e,nullCount:i}=this.nextFieldNode()){return C({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitDecimal(t,{length:e,nullCount:i}=this.nextFieldNode()){return C({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitList(t,{length:e,nullCount:i}=this.nextFieldNode()){return C({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 C({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),children:this.visitMany(t.children)})}visitUnion(t){return t.mode===Dt.Sparse?this.visitSparseUnion(t):this.visitDenseUnion(t)}visitDenseUnion(t,{length:e,nullCount:i}=this.nextFieldNode()){return C({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 C({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 C({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 C({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitFixedSizeList(t,{length:e,nullCount:i}=this.nextFieldNode()){return C({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 C({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)}},ml=class extends Zo{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):Yn(this.sources[i])}readOffsets(t,{offset:e}=this.nextBufferRange()){return q(Uint8Array,q(Int32Array,this.sources[e]))}readTypeIds(t,{offset:e}=this.nextBufferRange()){return q(Uint8Array,q(t.ArrayType,this.sources[e]))}readData(t,{offset:e}=this.nextBufferRange()){let{sources:i}=this;return w.isTimestamp(t)?q(Uint8Array,Ei.convertArray(i[e])):(w.isInt(t)||w.isTime(t))&&t.bitWidth===64?q(Uint8Array,Ei.convertArray(i[e])):w.isDate(t)&&t.unit===ie.MILLISECOND?q(Uint8Array,Ei.convertArray(i[e])):w.isDecimal(t)?q(Uint8Array,Qo.convertArray(i[e])):w.isBinary(t)||w.isFixedSizeBinary(t)?$_(i[e]):w.isBool(t)?Yn(i[e]):w.isUtf8(t)?rn(i[e].join("")):q(Uint8Array,q(t.ArrayType,i[e].map(n=>+n)))}};function $_(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 $s=class extends Hr{constructor(t){super(t),this._values=new cn(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,L(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 yl=class extends wt{constructor(t){super(t),this._values=new ks}setValue(t,e){this._values.set(t,+e)}};var Qn=class extends Wt{};Qn.prototype._setValue=Kd;var Xo=class extends Qn{};Xo.prototype._setValue=$c;var ta=class extends Qn{};ta.prototype._setValue=Wc;var ea=class extends Wt{};ea.prototype._setValue=Zd;var gl=class extends wt{constructor({type:t,nullValues:e,dictionaryHashFunction:i}){super({type:new Ee(t.dictionary,t.indices,t.id,t.isOrdered)}),this._nulls=null,this._dictionaryOffset=0,this._keysToIndices=Object.create(null),this.indices=Zn({type:this.type.indices,nullValues:e}),this.dictionary=Zn({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 ra=class extends Wt{};ra.prototype._setValue=Hd;var bl=class extends wt{setValue(t,e){let[i]=this.children,n=t*this.stride;for(let s=-1,o=e.length;++s<o;)i.set(n+s,e[s])}addChild(t,e="0"){if(this.numChildren>0)throw new Error("FixedSizeListBuilder can only have one child.");let i=this.children.push(t);return this.type=new yr(this.type.listSize,new G(e,t.type,!0)),i}};var Xn=class extends Wt{setValue(t,e){this._values.set(t,e)}},_l=class extends Xn{setValue(t,e){super.setValue(t,Do(e))}},wl=class extends Xn{},Il=class extends Xn{};var ts=class extends Wt{};ts.prototype._setValue=Xd;var ia=class extends ts{};ia.prototype._setValue=Xc;var na=class extends ts{};na.prototype._setValue=tl;var Ze=class extends Wt{setValue(t,e){this._values.set(t,e)}},vl=class extends Ze{},Sl=class extends Ze{},Bl=class extends Ze{},xl=class extends Ze{},Tl=class extends Ze{},Al=class extends Ze{},Fl=class extends Ze{},Ol=class extends Ze{};var El=class extends Hr{constructor(t){super(t),this._offsets=new Vs}addChild(t,e="0"){if(this.numChildren>0)throw new Error("ListBuilder can only have one child.");return this.children[this.numChildren]=t,this.type=new pr(new G(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 Dl=class extends Hr{set(t,e){return super.set(t,e)}setValue(t,e){let i=e instanceof Map?e:new Map(Object.entries(e)),n=this._pending||(this._pending=new Map),s=n.get(t);s&&(this._pendingLength-=s.size),this._pendingLength+=i.size,n.set(t,i)}addChild(t,e=`${this.numChildren}`){if(this.numChildren>0)throw new Error("ListBuilder can only have one child.");return this.children[this.numChildren]=t,this.type=new gr(new G(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 Nl=class extends wt{setValue(t,e){}setValid(t,e){return this.length=Math.max(t+1,this.length),e}};var Ll=class extends wt{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 yt([...this.type.children,new G(e,t.type,!0)]),i}};var Di=class extends Wt{};Di.prototype._setValue=Jd;var sa=class extends Di{};sa.prototype._setValue=qc;var oa=class extends Di{};oa.prototype._setValue=Yc;var aa=class extends Di{};aa.prototype._setValue=Gc;var ca=class extends Di{};ca.prototype._setValue=Hc;var Ni=class extends Wt{};Ni.prototype._setValue=Qd;var la=class extends Ni{};la.prototype._setValue=Kc;var ua=class extends Ni{};ua.prototype._setValue=Jc;var da=class extends Ni{};da.prototype._setValue=Qc;var ha=class extends Ni{};ha.prototype._setValue=Zc;var Ws=class extends wt{constructor(t){super(t),this._typeIds=new Bi(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 G(e,t.type)];return this.type=new mr(s,[...o,i],a),i}_valueToChildTypeId(t,e,i){throw new Error("Cannot map UnionBuilder value to child typeId. Pass the `childTypeId` as the second argument to unionBuilder.append(), or supply a `valueToChildTypeId` function as part of the UnionBuilder constructor options.")}},Rl=class extends Ws{},Ml=class extends Ws{constructor(t){super(t),this._offsets=new Bi(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 fa=class extends Hr{constructor(t){super(t),this._values=new cn(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,rn(e))}_flushPending(t,e){}};fa.prototype._flushPending=$s.prototype._flushPending;var yh=class extends v{visitNull(){return Nl}visitBool(){return yl}visitInt(){return Ze}visitInt8(){return vl}visitInt16(){return Sl}visitInt32(){return Bl}visitInt64(){return xl}visitUint8(){return Tl}visitUint16(){return Al}visitUint32(){return Fl}visitUint64(){return Ol}visitFloat(){return Xn}visitFloat16(){return _l}visitFloat32(){return wl}visitFloat64(){return Il}visitUtf8(){return fa}visitBinary(){return $s}visitFixedSizeBinary(){return ra}visitDate(){return Qn}visitDateDay(){return Xo}visitDateMillisecond(){return ta}visitTimestamp(){return Di}visitTimestampSecond(){return sa}visitTimestampMillisecond(){return oa}visitTimestampMicrosecond(){return aa}visitTimestampNanosecond(){return ca}visitTime(){return Ni}visitTimeSecond(){return la}visitTimeMillisecond(){return ua}visitTimeMicrosecond(){return da}visitTimeNanosecond(){return ha}visitDecimal(){return ea}visitList(){return El}visitStruct(){return Ll}visitUnion(){return Ws}visitDenseUnion(){return Ml}visitSparseUnion(){return Rl}visitDictionary(){return gl}visitInterval(){return ts}visitIntervalDayTime(){return ia}visitIntervalYearMonth(){return na}visitFixedSizeList(){return bl}visitMap(){return Dl}},um=new yh;var A=class extends v{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 ye(r,t){return t instanceof r.constructor}function pa(r,t){return r===t||ye(r,t)}function Li(r,t){return r===t||ye(r,t)&&r.bitWidth===t.bitWidth&&r.isSigned===t.isSigned}function Ul(r,t){return r===t||ye(r,t)&&r.precision===t.precision}function W_(r,t){return r===t||ye(r,t)&&r.byteWidth===t.byteWidth}function gh(r,t){return r===t||ye(r,t)&&r.unit===t.unit}function ma(r,t){return r===t||ye(r,t)&&r.unit===t.unit&&r.timezone===t.timezone}function ya(r,t){return r===t||ye(r,t)&&r.unit===t.unit&&r.bitWidth===t.bitWidth}function q_(r,t){return r===t||ye(r,t)&&r.children.length===t.children.length&&ti.compareManyFields(r.children,t.children)}function Y_(r,t){return r===t||ye(r,t)&&r.children.length===t.children.length&&ti.compareManyFields(r.children,t.children)}function bh(r,t){return r===t||ye(r,t)&&r.mode===t.mode&&r.typeIds.every((e,i)=>e===t.typeIds[i])&&ti.compareManyFields(r.children,t.children)}function G_(r,t){return r===t||ye(r,t)&&r.id===t.id&&r.isOrdered===t.isOrdered&&ti.visit(r.indices,t.indices)&&ti.visit(r.dictionary,t.dictionary)}function _h(r,t){return r===t||ye(r,t)&&r.unit===t.unit}function H_(r,t){return r===t||ye(r,t)&&r.listSize===t.listSize&&r.children.length===t.children.length&&ti.compareManyFields(r.children,t.children)}function K_(r,t){return r===t||ye(r,t)&&r.keysSorted===t.keysSorted&&r.children.length===t.children.length&&ti.compareManyFields(r.children,t.children)}A.prototype.visitNull=pa;A.prototype.visitBool=pa;A.prototype.visitInt=Li;A.prototype.visitInt8=Li;A.prototype.visitInt16=Li;A.prototype.visitInt32=Li;A.prototype.visitInt64=Li;A.prototype.visitUint8=Li;A.prototype.visitUint16=Li;A.prototype.visitUint32=Li;A.prototype.visitUint64=Li;A.prototype.visitFloat=Ul;A.prototype.visitFloat16=Ul;A.prototype.visitFloat32=Ul;A.prototype.visitFloat64=Ul;A.prototype.visitUtf8=pa;A.prototype.visitBinary=pa;A.prototype.visitFixedSizeBinary=W_;A.prototype.visitDate=gh;A.prototype.visitDateDay=gh;A.prototype.visitDateMillisecond=gh;A.prototype.visitTimestamp=ma;A.prototype.visitTimestampSecond=ma;A.prototype.visitTimestampMillisecond=ma;A.prototype.visitTimestampMicrosecond=ma;A.prototype.visitTimestampNanosecond=ma;A.prototype.visitTime=ya;A.prototype.visitTimeSecond=ya;A.prototype.visitTimeMillisecond=ya;A.prototype.visitTimeMicrosecond=ya;A.prototype.visitTimeNanosecond=ya;A.prototype.visitDecimal=pa;A.prototype.visitList=q_;A.prototype.visitStruct=Y_;A.prototype.visitUnion=bh;A.prototype.visitDenseUnion=bh;A.prototype.visitSparseUnion=bh;A.prototype.visitDictionary=G_;A.prototype.visitInterval=_h;A.prototype.visitIntervalDayTime=_h;A.prototype.visitIntervalYearMonth=_h;A.prototype.visitFixedSizeList=H_;A.prototype.visitMap=K_;var ti=new A;function es(r,t){return ti.compareSchemas(r,t)}function dm(r,t){return ti.compareFields(r,t)}function hm(r,t){return ti.visit(r,t)}function Zn(r){let t=r.type,e=new(um.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(Zn(Object.assign(Object.assign({},l),{type:c})))}}return e}function Cl(r,t){return J_(r,t.map(e=>e.data.concat()))}function J_(r,t){let e=[...r.fields],i=[],n={numBatches:t.reduce((h,m)=>Math.max(h,m.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=Q_(e,o,u,t,n),o>0&&(i[s++]=C({type:new yt(e),length:o,nullCount:0,children:u.slice()})))}return[r=r.assign(e),i.map(h=>new Nt(r,h))]}function Q_(r,t,e,i,n){var s;let o=(t+63&-64)>>3;for(let a=-1,c=i.length;++a<c;){let l=e[a],u=l?.length;if(u>=t)u===t?e[a]=l:(e[a]=l.slice(0,t),n.numBatches=Math.max(n.numBatches,i[a].unshift(l.slice(t,u-t))));else{let h=r[a];r[a]=h.clone({nullable:!0}),e[a]=(s=l?._changeLengthAndBackfillNullBitmap(t))!==null&&s!==void 0?s:C({type:h.type,length:t,nullCount:t,nullBitmap:new Uint8Array(o)})}}return e}var fm,ge=class r{constructor(...t){var e,i;if(t.length===0)return this.batches=[],this.schema=new at([]),this._offsets=[0],this;let n,s;t[0]instanceof at&&(n=t.shift()),t[t.length-1]instanceof Uint32Array&&(s=t.pop());let o=c=>{if(c){if(c instanceof Nt)return[c];if(c instanceof r)return c.batches;if(c instanceof ut){if(c.type instanceof yt)return[new Nt(new at(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(g=>new tt([c[g]])),h=new at(l.map((g,N)=>new G(String(g),u[N].type))),[,m]=Cl(h,u);return m.length===0?[new Nt(c)]:m}}}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 at([]),!(n instanceof at))throw new TypeError("Table constructor expects a [Schema, RecordBatch[]] pair.");for(let c of a){if(!(c instanceof Nt))throw new TypeError("Table constructor expects a [Schema, RecordBatch[]] pair.");if(!es(n,c.schema))throw new TypeError("Table and inner RecordBatch schemas must be equivalent.")}this.schema=n,this.batches=a,this._offsets=s??sl(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=nl(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?Cs.visit(new tt(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 Nt(e,n)))}slice(t,e){let i=this.schema;[t,e]=No({length:this.numRows},t,e);let n=ol(this.data,this._offsets,t,e);return new r(i,n.map(s=>new Nt(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=C({type:i,length:0,nullCount:0});e.push(n._changeLengthAndBackfillNullBitmap(this.numRows))}return new tt(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 tt([C({type:new ae,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]=Cl(i,a)}return new r(i,n)}select(t){let e=this.schema.fields.reduce((i,n,s)=>i.set(n.name,s),new Map);return this.selectAt(t.map(i=>e.get(i)).filter(i=>i>-1))}selectAt(t){let e=this.schema.selectAt(t),i=this.batches.map(n=>n.selectAt(t));return new r(e,i)}assign(t){let e=this.schema.fields,[i,n]=t.schema.fields.reduce((a,c,l)=>{let[u,h]=a,m=e.findIndex(g=>g.name===c.name);return~m?h[m]=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(...Cl(s,o))}};fm=Symbol.toStringTag;ge[fm]=(r=>(r.schema=null,r.batches=[],r._offsets=new Uint32Array([0]),r._nullCount=-1,r[Symbol.isConcatSpreadable]=!0,r.isValid=an(Mo),r.get=an(kt.getVisitFn(f.Struct)),r.set=al(Kt.getVisitFn(f.Struct)),r.indexOf=cl(Gn.getVisitFn(f.Struct)),r.getByteLength=an(Ne.getVisitFn(f.Struct)),"Table"))(ge.prototype);var mm,Nt=class r{constructor(...t){switch(t.length){case 2:{if([this.schema]=t,!(this.schema instanceof at))throw new TypeError("RecordBatch constructor expects a [Schema, Data] pair.");if([,this.data=C({nullCount:0,type:new yt(this.schema.fields),children:this.schema.fields.map(e=>C({type:e.type,nullCount:0}))})]=t,!(this.data instanceof ut))throw new TypeError("RecordBatch constructor expects a [Schema, Data] pair.");[this.schema,this.data]=pm(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]=G.new({name:l,type:e[l].type,nullable:!0}),c),{length:0,fields:new Array,children:new Array}),o=new at(i),a=C({type:new yt(i),length:s,children:n,nullCount:0});[this.schema,this.data]=pm(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=ym(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 kt.visit(this.data,t)}set(t,e){return Kt.visit(this.data,t,e)}indexOf(t,e){return Gn.visit(this.data,t,e)}getByteLength(t){return Ne.visit(this.data,t)}[Symbol.iterator](){return Cs.visit(new tt([this.data]))}toArray(){return[...this]}concat(...t){return new ge(this.schema,[this,...t])}slice(t,e){let[i]=new tt([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 tt([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 tt([C({type:new ae,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 at(s,new Map(this.schema.metadata)),n=C({type:new yt(s),children:o})}return new r(i,n)}select(t){let e=this.schema.select(t),i=new yt(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,C({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=C({type:new yt(e.fields),length:this.numRows,children:i});return new r(e,n)}};mm=Symbol.toStringTag;Nt[mm]=(r=>(r._nullCount=-1,r[Symbol.isConcatSpreadable]=!0,"RecordBatch"))(Nt.prototype);function pm(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:C({type:c.type,length:e,nullCount:e,nullBitmap:new Uint8Array(o)}))}return[r.assign(n),C({type:new yt(n),length:e,children:s})]}function ym(r,t,e=new Map){for(let i=-1,n=r.length;++i<n;){let o=r[i].type,a=t[i];if(w.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&&ym(o.children,a.children,e)}return e}var rs=class extends Nt{constructor(t){let e=t.fields.map(n=>C({type:n.type})),i=C({type:new yt(t.fields),nullCount:0,children:e});super(t,i)}};var ga;(function(r){r[r.BUFFER=0]="BUFFER"})(ga||(ga={}));var ba;(function(r){r[r.LZ4_FRAME=0]="LZ4_FRAME",r[r.ZSTD=1]="ZSTD"})(ba||(ba={}));var kl=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):ba.LZ4_FRAME}method(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.readInt8(this.bb_pos+t):ga.BUFFER}static startBodyCompression(t){t.startObject(2)}static addCodec(t,e){t.addFieldInt8(0,e,ba.LZ4_FRAME)}static addMethod(t,e){t.addFieldInt8(1,e,ga.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 qs=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 Ys=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 Me=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 Ys).__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 qs).__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 kl).__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 Ri=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 Me).__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 Gs;(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"})(Gs||(Gs={}));var vr=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsMessage(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsMessage(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}version(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt16(this.bb_pos+t):ln.V1}headerType(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.readUint8(this.bb_pos+t):Gs.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 jt).__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,ln.V1)}static addHeaderType(t,e){t.addFieldInt8(1,e,Gs.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 wh=class extends v{visit(t,e){return t==null||e==null?void 0:super.visit(t,e)}visitNull(t,e){return Wo.startNull(e),Wo.endNull(e)}visitInt(t,e){return wr.startInt(e),wr.addBitWidth(e,t.bitWidth),wr.addIsSigned(e,t.isSigned),wr.endInt(e)}visitFloat(t,e){return mn.startFloatingPoint(e),mn.addPrecision(e,t.precision),mn.endFloatingPoint(e)}visitBinary(t,e){return ko.startBinary(e),ko.endBinary(e)}visitBool(t,e){return Vo.startBool(e),Vo.endBool(e)}visitUtf8(t,e){return Go.startUtf8(e),Go.endUtf8(e)}visitDecimal(t,e){return Qr.startDecimal(e),Qr.addScale(e,t.scale),Qr.addPrecision(e,t.precision),Qr.addBitWidth(e,t.bitWidth),Qr.endDecimal(e)}visitDate(t,e){return dn.startDate(e),dn.addUnit(e,t.unit),dn.endDate(e)}visitTime(t,e){return xi.startTime(e),xi.addUnit(e,t.unit),xi.addBitWidth(e,t.bitWidth),xi.endTime(e)}visitTimestamp(t,e){let i=t.timezone&&e.createString(t.timezone)||void 0;return Ti.startTimestamp(e),Ti.addUnit(e,t.unit),i!==void 0&&Ti.addTimezone(e,i),Ti.endTimestamp(e)}visitInterval(t,e){return yn.startInterval(e),yn.addUnit(e,t.unit),yn.endInterval(e)}visitList(t,e){return $o.startList(e),$o.endList(e)}visitStruct(t,e){return qo.startStruct_(e),qo.endStruct_(e)}visitUnion(t,e){Ir.startTypeIdsVector(e,t.typeIds.length);let i=Ir.createTypeIdsVector(e,t.typeIds);return Ir.startUnion(e),Ir.addMode(e,t.mode),Ir.addTypeIds(e,i),Ir.endUnion(e)}visitDictionary(t,e){let i=this.visit(t.indices,e);return Jr.startDictionaryEncoding(e),Jr.addId(e,BigInt(t.id)),Jr.addIsOrdered(e,t.isOrdered),i!==void 0&&Jr.addIndexType(e,i),Jr.endDictionaryEncoding(e)}visitFixedSizeBinary(t,e){return fn.startFixedSizeBinary(e),fn.addByteWidth(e,t.byteWidth),fn.endFixedSizeBinary(e)}visitFixedSizeList(t,e){return pn.startFixedSizeList(e),pn.addListSize(e,t.listSize),pn.endFixedSizeList(e)}visitMap(t,e){return gn.startMap(e),gn.addKeysSorted(e,t.keysSorted),gn.endMap(e)}},Vl=new wh;function wm(r,t=new Map){return new at(X_(r,t),Pl(r.customMetadata),t)}function Ih(r){return new Jt(r.count,vm(r.columns),Sm(r.columns))}function Im(r){return new _e(Ih(r.data),r.id,r.isDelta)}function X_(r,t){return(r.fields||[]).filter(Boolean).map(e=>G.fromJSON(e,t))}function gm(r,t){return(r.children||[]).filter(Boolean).map(e=>G.fromJSON(e,t))}function vm(r){return(r||[]).reduce((t,e)=>[...t,new Sr(e.count,tw(e.VALIDITY)),...vm(e.children)],[])}function Sm(r,t=[]){for(let e=-1,i=(r||[]).length;++e<i;){let n=r[e];n.VALIDITY&&t.push(new be(t.length,n.VALIDITY.length)),n.TYPE&&t.push(new be(t.length,n.TYPE.length)),n.OFFSET&&t.push(new be(t.length,n.OFFSET.length)),n.DATA&&t.push(new be(t.length,n.DATA.length)),t=Sm(n.children,t)}return t}function tw(r){return(r||[]).reduce((t,e)=>t+ +(e===0),0)}function Bm(r,t){let e,i,n,s,o,a;return!t||!(s=r.dictionary)?(o=_m(r,gm(r,t)),n=new G(r.name,o,r.nullable,Pl(r.customMetadata))):t.has(e=s.id)?(i=(i=s.indexType)?bm(i):new qr,a=new Ee(t.get(e),i,e,s.isOrdered),n=new G(r.name,a,r.nullable,Pl(r.customMetadata))):(i=(i=s.indexType)?bm(i):new qr,t.set(e,o=_m(r,gm(r,t))),a=new Ee(o,i,e,s.isOrdered),n=new G(r.name,a,r.nullable,Pl(r.customMetadata))),n||null}function Pl(r){return new Map(Object.entries(r||{}))}function bm(r){return new Rt(r.isSigned,r.bitWidth)}function _m(r,t){let e=r.type.name;switch(e){case"NONE":return new ae;case"null":return new ae;case"binary":return new mi;case"utf8":return new yi;case"bool":return new gi;case"list":return new pr((t||[])[0]);case"struct":return new yt(t||[]);case"struct_":return new yt(t||[])}switch(e){case"int":{let i=r.type;return new Rt(i.isSigned,i.bitWidth)}case"floatingpoint":{let i=r.type;return new pe(xt[i.precision])}case"decimal":{let i=r.type;return new bi(i.scale,i.precision,i.bitWidth)}case"date":{let i=r.type;return new _i(ie[i.unit])}case"time":{let i=r.type;return new fr(X[i.unit],i.bitWidth)}case"timestamp":{let i=r.type;return new wi(X[i.unit],i.timezone)}case"interval":{let i=r.type;return new Ii(he[i.unit])}case"union":{let i=r.type;return new mr(Dt[i.mode],i.typeIds||[],t||[])}case"fixedsizebinary":{let i=r.type;return new vi(i.byteWidth)}case"fixedsizelist":{let i=r.type;return new yr(i.listSize,(t||[])[0])}case"map":{let i=r.type;return new gr((t||[])[0],i.keysSorted)}}throw new Error(`Unrecognized type: "${e}"`)}var ew=Kn,rw=Le,we=class r{static fromJSON(t,e){let i=new r(0,Ht.V4,e);return i._createHeader=iw(t,e),i}static decode(t){t=new rw(L(t));let e=vr.getRootAsMessage(t),i=e.bodyLength(),n=e.version(),s=e.headerType(),o=new r(i,n,s);return o._createHeader=nw(e,s),o}static encode(t){let e=new ew,i=-1;return t.isSchema()?i=at.encode(e,t.header()):t.isRecordBatch()?i=Jt.encode(e,t.header()):t.isDictionaryBatch()&&(i=_e.encode(e,t.header())),vr.startMessage(e),vr.addVersion(e,Ht.V4),vr.addHeader(e,i),vr.addHeaderType(e,t.headerType),vr.addBodyLength(e,BigInt(t.bodyLength)),vr.finishMessageBuffer(e,vr.endMessage(e)),e.asUint8Array()}static from(t,e=0){if(t instanceof at)return new r(0,Ht.V4,nt.Schema,t);if(t instanceof Jt)return new r(e,Ht.V4,nt.RecordBatch,t);if(t instanceof _e)return new r(e,Ht.V4,nt.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===nt.Schema}isRecordBatch(){return this.headerType===nt.RecordBatch}isDictionaryBatch(){return this.headerType===nt.DictionaryBatch}constructor(t,e,i,n){this._version=e,this._headerType=i,this.body=new Uint8Array(0),n&&(this._createHeader=()=>n),this._bodyLength=fe(t)}},Jt=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=fe(t)}},_e=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=fe(e)}},be=class{constructor(t,e){this.offset=fe(t),this.length=fe(e)}},Sr=class{constructor(t,e){this.length=fe(t),this.nullCount=fe(e)}};function iw(r,t){return()=>{switch(t){case nt.Schema:return at.fromJSON(r);case nt.RecordBatch:return Jt.fromJSON(r);case nt.DictionaryBatch:return _e.fromJSON(r)}throw new Error(`Unrecognized Message type: { name: ${nt[t]}, type: ${t} }`)}}function nw(r,t){return()=>{switch(t){case nt.Schema:return at.decode(r.header(new me));case nt.RecordBatch:return Jt.decode(r.header(new Me),r.version());case nt.DictionaryBatch:return _e.decode(r.header(new Ri),r.version())}throw new Error(`Unrecognized Message type: { name: ${nt[t]}, type: ${t} }`)}}G.encode=mw;G.decode=fw;G.fromJSON=Bm;at.encode=pw;at.decode=sw;at.fromJSON=wm;Jt.encode=yw;Jt.decode=ow;Jt.fromJSON=Ih;_e.encode=gw;_e.decode=aw;_e.fromJSON=Im;Sr.encode=bw;Sr.decode=lw;be.encode=_w;be.decode=cw;function sw(r,t=new Map){let e=hw(r,t);return new at(e,jl(r),t)}function ow(r,t=Ht.V4){if(r.compression()!==null)throw new Error("Record batch compression not implemented");return new Jt(r.length(),uw(r),dw(r,t))}function aw(r,t=Ht.V4){return new _e(Jt.decode(r.data(),t),r.id(),r.isDelta())}function cw(r){return new be(r.offset(),r.length())}function lw(r){return new Sr(r.length(),r.nullCount())}function uw(r){let t=[];for(let e,i=-1,n=-1,s=r.nodesLength();++i<s;)(e=r.nodes(i))&&(t[++n]=Sr.decode(e));return t}function dw(r,t){let e=[];for(let i,n=-1,s=-1,o=r.buffersLength();++n<o;)(i=r.buffers(n))&&(t<Ht.V4&&(i.bb_pos+=8*(n+1)),e[++s]=be.decode(i));return e}function hw(r,t){let e=[];for(let i,n=-1,s=-1,o=r.fieldsLength();++n<o;)(i=r.fields(n))&&(e[++s]=G.decode(i,t));return e}function xm(r,t){let e=[];for(let i,n=-1,s=-1,o=r.childrenLength();++n<o;)(i=r.children(n))&&(e[++s]=G.decode(i,t));return e}function fw(r,t){let e,i,n,s,o,a;return!t||!(a=r.dictionary())?(n=Am(r,xm(r,t)),i=new G(r.name(),n,r.nullable(),jl(r))):t.has(e=fe(a.id()))?(s=(s=a.indexType())?Tm(s):new qr,o=new Ee(t.get(e),s,e,a.isOrdered()),i=new G(r.name(),o,r.nullable(),jl(r))):(s=(s=a.indexType())?Tm(s):new qr,t.set(e,n=Am(r,xm(r,t))),o=new Ee(n,s,e,a.isOrdered()),i=new G(r.name(),o,r.nullable(),jl(r))),i||null}function jl(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 Tm(r){return new Rt(r.isSigned(),r.bitWidth())}function Am(r,t){let e=r.typeType();switch(e){case It.NONE:return new ae;case It.Null:return new ae;case It.Binary:return new mi;case It.Utf8:return new yi;case It.Bool:return new gi;case It.List:return new pr((t||[])[0]);case It.Struct_:return new yt(t||[])}switch(e){case It.Int:{let i=r.type(new wr);return new Rt(i.isSigned(),i.bitWidth())}case It.FloatingPoint:{let i=r.type(new mn);return new pe(i.precision())}case It.Decimal:{let i=r.type(new Qr);return new bi(i.scale(),i.precision(),i.bitWidth())}case It.Date:{let i=r.type(new dn);return new _i(i.unit())}case It.Time:{let i=r.type(new xi);return new fr(i.unit(),i.bitWidth())}case It.Timestamp:{let i=r.type(new Ti);return new wi(i.unit(),i.timezone())}case It.Interval:{let i=r.type(new yn);return new Ii(i.unit())}case It.Union:{let i=r.type(new Ir);return new mr(i.mode(),i.typeIdsArray()||[],t||[])}case It.FixedSizeBinary:{let i=r.type(new fn);return new vi(i.byteWidth())}case It.FixedSizeList:{let i=r.type(new pn);return new yr(i.listSize(),(t||[])[0])}case It.Map:{let i=r.type(new gn);return new gr((t||[])[0],i.keysSorted())}}throw new Error(`Unrecognized type: "${It[e]}" (${e})`)}function pw(r,t){let e=t.fields.map(s=>G.encode(r,s));me.startFieldsVector(r,e.length);let i=me.createFieldsVector(r,e),n=t.metadata&&t.metadata.size>0?me.createCustomMetadataVector(r,[...t.metadata].map(([s,o])=>{let a=r.createString(`${s}`),c=r.createString(`${o}`);return jt.startKeyValue(r),jt.addKey(r,a),jt.addValue(r,c),jt.endKeyValue(r)})):-1;return me.startSchema(r),me.addFields(r,i),me.addEndianness(r,ww?un.Little:un.Big),n!==-1&&me.addCustomMetadata(r,n),me.endSchema(r)}function mw(r,t){let e=-1,i=-1,n=-1,s=t.type,o=t.typeId;w.isDictionary(s)?(o=s.dictionary.typeId,n=Vl.visit(s,r),i=Vl.visit(s.dictionary,r)):i=Vl.visit(s,r);let a=(s.children||[]).map(u=>G.encode(r,u)),c=ne.createChildrenVector(r,a),l=t.metadata&&t.metadata.size>0?ne.createCustomMetadataVector(r,[...t.metadata].map(([u,h])=>{let m=r.createString(`${u}`),g=r.createString(`${h}`);return jt.startKeyValue(r),jt.addKey(r,m),jt.addValue(r,g),jt.endKeyValue(r)})):-1;return t.name&&(e=r.createString(t.name)),ne.startField(r),ne.addType(r,i),ne.addTypeType(r,o),ne.addChildren(r,c),ne.addNullable(r,!!t.nullable),e!==-1&&ne.addName(r,e),n!==-1&&ne.addDictionary(r,n),l!==-1&&ne.addCustomMetadata(r,l),ne.endField(r)}function yw(r,t){let e=t.nodes||[],i=t.buffers||[];Me.startNodesVector(r,e.length);for(let o of e.slice().reverse())Sr.encode(r,o);let n=r.endVector();Me.startBuffersVector(r,i.length);for(let o of i.slice().reverse())be.encode(r,o);let s=r.endVector();return Me.startRecordBatch(r),Me.addLength(r,BigInt(t.length)),Me.addNodes(r,n),Me.addBuffers(r,s),Me.endRecordBatch(r)}function gw(r,t){let e=Jt.encode(r,t.data);return Ri.startDictionaryBatch(r),Ri.addId(r,BigInt(t.id)),Ri.addIsDelta(r,t.isDelta),Ri.addData(r,e),Ri.endDictionaryBatch(r)}function bw(r,t){return Ys.createFieldNode(r,BigInt(t.length),BigInt(t.nullCount))}function _w(r,t){return qs.createBuffer(r,BigInt(t.offset),BigInt(t.length))}var ww=(()=>{let r=new ArrayBuffer(2);return new DataView(r).setInt16(0,256,!0),new Int16Array(r)[0]===256})();var Sh=r=>`Expected ${nt[r]} Message in stream, but was null or length 0.`,Bh=r=>`Header pointer of flatbuffer-encoded ${nt[r]} Message is null or length 0.`,Fm=(r,t)=>`Expected to read ${r} metadata bytes, but only read ${t}.`,Om=(r,t)=>`Expected to read ${r} bytes for message body, but only read ${t}.`,Hs=class{constructor(t){this.source=t instanceof Xr?t:new Xr(t)}[Symbol.iterator](){return this}next(){let t;return(t=this.readMetadataLength()).done?gt:t.value===-1&&(t=this.readMetadataLength()).done?gt:(t=this.readMetadata(t.value)).done?gt: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(Sh(t));return e.value}readMessageBody(t){if(t<=0)return new Uint8Array(0);let e=L(this.source.read(t));if(e.byteLength<t)throw new Error(Om(t,e.byteLength));return e.byteOffset%8===0&&e.byteOffset+e.byteLength<=e.buffer.byteLength?e:e.slice()}readSchema(t=!1){let e=nt.Schema,i=this.readMessage(e),n=i?.header();if(t&&!n)throw new Error(Bh(e));return n}readMetadataLength(){let t=this.source.read(zl),e=t&&new Le(t),i=e?.readInt32(0)||0;return{done:i===0,value:i}}readMetadata(t){let e=this.source.read(t);if(!e)return gt;if(e.byteLength<t)throw new Error(Fm(t,e.byteLength));return{done:!1,value:we.decode(e)}}},_a=class{constructor(t,e){this.source=t instanceof Qe?t:Ac(t)?new bn(t,e):new Qe(t)}[Symbol.asyncIterator](){return this}next(){return p(this,void 0,void 0,function*(){let t;return(t=yield this.readMetadataLength()).done?gt:t.value===-1&&(t=yield this.readMetadataLength()).done?gt:(t=yield this.readMetadata(t.value)).done?gt: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(Sh(t));return e.value})}readMessageBody(t){return p(this,void 0,void 0,function*(){if(t<=0)return new Uint8Array(0);let e=L(yield this.source.read(t));if(e.byteLength<t)throw new Error(Om(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=nt.Schema,i=yield this.readMessage(e),n=i?.header();if(t&&!n)throw new Error(Bh(e));return n})}readMetadataLength(){return p(this,void 0,void 0,function*(){let t=yield this.source.read(zl),e=t&&new Le(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 gt;if(e.byteLength<t)throw new Error(Fm(t,e.byteLength));return{done:!1,value:we.decode(e)}})}},wa=class extends Hs{constructor(t){super(new Uint8Array(0)),this._schema=!1,this._body=[],this._batchIndex=0,this._dictionaryIndex=0,this._json=t instanceof Ho?t:new Ho(t)}next(){let{_json:t}=this;if(!this._schema)return this._schema=!0,{done:!1,value:we.fromJSON(t.schema,nt.Schema)};if(this._dictionaryIndex<t.dictionaries.length){let e=t.dictionaries[this._dictionaryIndex++];return this._body=e.data.columns,{done:!1,value:we.fromJSON(e,nt.DictionaryBatch)}}if(this._batchIndex<t.batches.length){let e=t.batches[this._batchIndex++];return this._body=e.columns,{done:!1,value:we.fromJSON(e,nt.RecordBatch)}}return this._body=[],gt}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(Sh(t));return e.value}readSchema(){let t=nt.Schema,e=this.readMessage(t),i=e?.header();if(!e||!i)throw new Error(Bh(t));return i}},zl=4,vh="ARROW1",Ks=new Uint8Array(vh.length);for(let r=0;r<vh.length;r+=1)Ks[r]=vh.codePointAt(r);function $l(r,t=0){for(let e=-1,i=Ks.length;++e<i;)if(Ks[e]!==r[t+e])return!1;return!0}var Js=Ks.length,xh=Js+zl,Em=Js*2+zl;var Ue=class r extends Jn{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 Fe(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 Gt.toDOMStream(this.isSync()?{[Symbol.iterator]:()=>this}:{[Symbol.asyncIterator]:()=>this})}toNodeStream(){return Gt.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:xc(t)?vw(t):Ac(t)?xw(t):Fe(t)?(()=>p(this,void 0,void 0,function*(){return yield r.from(yield t)}))():Fc(t)||To(t)||Ec(t)||He(t)?Bw(new Qe(t)):Sw(new Xr(t))}static readAll(t){return t instanceof r?t.isSync()?Dm(t):Nm(t):xc(t)||ArrayBuffer.isView(t)||lr(t)||Tc(t)?Dm(t):Nm(t)}},Mi=class extends Ue{constructor(t){super(t),this._impl=t}readAll(){return[...this]}[Symbol.iterator](){return this._impl[Symbol.iterator]()}[Symbol.asyncIterator](){return mt(this,arguments,function*(){yield y(yield*qe(Et(this[Symbol.iterator]())))})}},is=class extends Ue{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=Et(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]()}},ns=class extends Mi{constructor(t){super(t),this._impl=t}},Wl=class extends is{constructor(t){super(t),this._impl=t}},ql=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=C({type:new yt(this.schema.fields),length:t.length,children:i});return new Nt(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 tt(l)):new tt(l)).memoize()}return a.memoize()}_loadVectors(t,e,i){return new Zo(e,t.nodes,t.buffers,this.dictionaries).visitMany(i)}},Qs=class extends ql{constructor(t,e){super(e),this._reader=xc(t)?new wa(this._handle=t):new Hs(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=Lm(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):gt}return(t){return!this.closed&&this.autoDestroy&&(this.closed=!0)?this.reset()._reader.return(t):gt}next(){if(this.closed)return gt;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 rs(this.schema)}):this.return()}_readNextMessageAndValidate(t){return this._reader.readMessage(t)}},Zs=class extends ql{constructor(t,e){super(e),this._reader=new _a(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=Lm(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):gt})}return(t){return p(this,void 0,void 0,function*(){return!this.closed&&this.autoDestroy&&(this.closed=!0)?yield this.reset()._reader.return(t):gt})}next(){return p(this,void 0,void 0,function*(){if(this.closed)return gt;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 rs(this.schema)}):yield this.return()})}_readNextMessageAndValidate(t){return p(this,void 0,void 0,function*(){return yield this._reader.readMessage(t)})}},Yl=class extends Qs{get footer(){return this._footer}get numDictionaries(){return this._footer?this._footer.numDictionaries:0}get numRecordBatches(){return this._footer?this._footer.numRecordBatches:0}constructor(t,e){super(t instanceof Ko?t:new Ko(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(nt.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(nt.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-xh,i=t.readInt32(e),n=t.readAt(e-i,i);return Ai.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}},Th=class extends Zs{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 bn?t:new bn(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(nt.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(nt.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-xh,i=yield t.readInt32(e),n=yield t.readAt(e-i,i);return Ai.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})}},Ah=class extends Qs{constructor(t,e){super(t,e)}_loadVectors(t,e,i){return new ml(e,t.nodes,t.buffers,this.dictionaries).visitMany(i)}};function Lm(r,t){return t&&typeof t.autoDestroy=="boolean"?t.autoDestroy:r.autoDestroy}function*Dm(r){let t=Ue.from(r);try{if(!t.open({autoDestroy:!1}).closed)do yield t;while(!t.reset().open().closed)}finally{t.cancel()}}function Nm(r){return mt(this,arguments,function*(){let e=yield y(Ue.from(r));try{if(!(yield y(e.open({autoDestroy:!1}))).closed)do yield yield y(e);while(!(yield y(e.reset().open())).closed)}finally{yield y(e.cancel())}})}function vw(r){return new Mi(new Ah(r))}function Sw(r){let t=r.peek(Js+7&-8);return t&&t.byteLength>=4?$l(t)?new ns(new Yl(r.read())):new Mi(new Qs(r)):new Mi(new Qs(function*(){}()))}function Bw(r){return p(this,void 0,void 0,function*(){let t=yield r.peek(Js+7&-8);return t&&t.byteLength>=4?$l(t)?new ns(new Yl(yield r.read())):new is(new Zs(r)):new is(new Zs(function(){return mt(this,arguments,function*(){})}()))})}function xw(r){return p(this,void 0,void 0,function*(){let{size:t}=yield r.stat(),e=new bn(r,t);return t>=Em&&$l(yield e.readAt(0,Js+7&-8))?new Wl(new Th(e)):new is(new Zs(e))})}var Mt=class r extends v{static assemble(...t){let e=n=>n.flatMap(s=>Array.isArray(s)?e(s):s instanceof Nt?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 tt)return this.visitMany(t.data),this;let{type:e}=t;if(!w.isDictionary(e)){let{length:i,nullCount:n}=t;if(i>2147483647)throw new RangeError("Cannot write arrays larger than 2^31 - 1 in length");w.isNull(e)||Br.call(this,n<=0?new Uint8Array(0):Us(t.offset,i,t.nullBitmap)),this.nodes.push(new Sr(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 Br(r){let t=r.byteLength+7&-8;return this.buffers.push(r),this.bufferRegions.push(new be(this._byteLength,t)),this._byteLength+=t,this}function Tw(r){let{type:t,length:e,typeIds:i,valueOffsets:n}=r;if(Br.call(this,i),t.mode===Dt.Sparse)return Fh.call(this,r);if(t.mode===Dt.Dense){if(r.offset<=0)return Br.call(this,n),Fh.call(this,r);{let s=i.reduce((u,h)=>Math.max(u,h),i[0]),o=new Int32Array(s+1),a=new Int32Array(s+1).fill(-1),c=new Int32Array(e),l=Ao(-n[0],e,n);for(let u,h,m=-1;++m<e;)(h=a[u=i[m]])===-1&&(h=a[u]=l[u]),c[m]=l[m]-h,++o[u];Br.call(this,c);for(let u,h=-1,m=t.children.length;++h<m;)if(u=r.children[h]){let g=t.typeIds[h],N=Math.min(e,o[g]);this.visit(u.slice(a[g],N))}}}return this}function Aw(r){let t;return r.nullCount>=r.length?Br.call(this,new Uint8Array(0)):(t=r.values)instanceof Uint8Array?Br.call(this,Us(r.offset,r.length,t)):Br.call(this,Yn(r.values))}function _n(r){return Br.call(this,r.values.subarray(0,r.length*r.stride))}function Rm(r){let{length:t,values:e,valueOffsets:i}=r,n=i[0],s=i[t],o=Math.min(s-n,e.byteLength-n);return Br.call(this,Ao(-i[0],t,i)),Br.call(this,e.subarray(n,n+o)),this}function Oh(r){let{length:t,valueOffsets:e}=r;return e&&Br.call(this,Ao(e[0],t,e)),this.visit(r.children[0])}function Fh(r){return this.visitMany(r.type.children.map((t,e)=>r.children[e]).filter(Boolean))[0]}Mt.prototype.visitBool=Aw;Mt.prototype.visitInt=_n;Mt.prototype.visitFloat=_n;Mt.prototype.visitUtf8=Rm;Mt.prototype.visitBinary=Rm;Mt.prototype.visitFixedSizeBinary=_n;Mt.prototype.visitDate=_n;Mt.prototype.visitTimestamp=_n;Mt.prototype.visitTime=_n;Mt.prototype.visitDecimal=_n;Mt.prototype.visitList=Oh;Mt.prototype.visitStruct=Fh;Mt.prototype.visitUnion=Tw;Mt.prototype.visitInterval=_n;Mt.prototype.visitFixedSizeList=Oh;Mt.prototype.visitMap=Oh;var ss=class extends Jn{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 Zr,this._schema=null,this._dictionaryBlocks=[],this._recordBatchBlocks=[],this._dictionaryDeltaOffsets=new Map,oe(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 Fe(t)?t.then(e=>this.writeAll(e)):He(t)?Dh(this,t):Eh(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 Zr?this._sink=t:(this._sink=new Zr,t&&ip(t)?this.toDOMStream({type:"bytes"}).pipeTo(t):t&&np(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||!es(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 ge&&!(e=t.schema))return this.finish()&&void 0;if(t instanceof Nt&&!(e=t.schema))return this.finish()&&void 0}else throw new Error("RecordBatchWriter is closed");if(e&&!es(e,this._schema)){if(this._started&&this._autoDestroy)return this.close();this.reset(this._sink,e)}t instanceof Nt?t instanceof rs||this._writeRecordBatch(t):t instanceof ge?this.writeAll(t.batches):lr(t)&&this.writeAll(t)}_writeMessage(t,e=8){let i=e-1,n=we.encode(t),s=n.byteLength,o=this._writeLegacyIpcFormat?4:8,a=s+o+i&~i,c=a-s-o;return t.headerType===nt.RecordBatch?this._recordBatchBlocks.push(new Fi(a,t.bodyLength,this._position)):t.headerType===nt.DictionaryBatch&&this._dictionaryBlocks.push(new Fi(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=L(t);e&&e.byteLength>0&&(this._sink.write(e),this._position+=e.byteLength)}return this}_writeSchema(t){return this._writeMessage(we.from(t))}_writeFooter(t){return this._writeLegacyIpcFormat?this._write(Int32Array.of(0)):this._write(Int32Array.of(-1,0))}_writeMagic(){return this._write(Ks)}_writePadding(t){return t>0?this._write(new Uint8Array(t)):this}_writeRecordBatch(t){let{byteLength:e,nodes:i,bufferRegions:n,buffers:s}=Mt.assemble(t),o=new Jt(t.numRows,i,n),a=we.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}=Mt.assemble(new tt([t])),c=new Jt(t.length,s,o),l=new _e(c,e,i),u=we.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}},Ia=class r extends ss{static writeAll(t,e){let i=new r(e);return Fe(t)?t.then(n=>i.writeAll(n)):He(t)?Dh(i,t):Eh(i,t)}},va=class r extends ss{static writeAll(t){let e=new r;return Fe(t)?t.then(i=>e.writeAll(i)):He(t)?Dh(e,t):Eh(e,t)}constructor(){super(),this._autoDestroy=!0}_writeSchema(t){return this._writeMagic()._writePadding(2)}_writeFooter(t){let e=Ai.encode(new Ai(t,Ht.V4,this._recordBatchBlocks,this._dictionaryBlocks));return super._writeFooter(t)._write(e)._write(Int32Array.of(e.byteLength))._writeMagic()}};function Eh(r,t){let e=t;t instanceof ge&&(e=t.batches,r.reset(void 0,t.schema));for(let i of e)r.write(i);return r.finish()}function Dh(r,t){var e,i,n,s,o,a,c;return p(this,void 0,void 0,function*(){try{for(e=!0,i=Et(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 Mm(r,t){if(He(r))return Ow(r,t);if(lr(r))return Fw(r,t);throw new Error("toDOMStream() must be called with an Iterable or AsyncIterable")}function Fw(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=L(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 Ow(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=L(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 km(r){return new Nh(r)}var Nh=class{constructor(t){this._numChunks=0,this._finished=!1,this._bufferedSize=0;let{["readableStrategy"]:e,["writableStrategy"]:i,["queueingStrategy"]:n="count"}=t,s=Bc(t,["readableStrategy","writableStrategy","queueingStrategy"]);this._controller=null,this._builder=Zn(s),this._getSize=n!=="bytes"?Um:Cm;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"?Um:Cm}),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)}},Um=r=>{var t;return(t=r?.length)!==null&&t!==void 0?t:0},Cm=r=>{var t;return(t=r?.byteLength)!==null&&t!==void 0?t:0};function Gl(r,t){let e=new Zr,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 Ue.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 Hl(r,t){let e=new this(r),i=new Qe(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 os(r){let t=Ue.from(r);return Fe(t)?t.then(e=>os(e)):t.isAsync()?t.readAll().then(e=>new ge(e)):new ge(t.readAll())}var Dw=Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},Wd),mh),oh),qd),jd),sh),{compareSchemas:es,compareFields:dm,compareTypes:hm});Gt.toDOMStream=Mm;wt.throughDOM=km;Ue.throughDOM=Gl;ns.throughDOM=Gl;Mi.throughDOM=Gl;ss.throughDOM=Hl;va.throughDOM=Hl;Ia.throughDOM=Hl;function Lh(r="ws://localhost:3000/"){let t=[],e=!1,i=null,n,s={open(){e=!0,c()},close(){for(e=!1,i=null,n=null;t.length;)t.shift().reject("Socket closed")},error(l){if(i){let{reject:u}=i;i=null,c(),u(l)}else console.error("WebSocket error: ",l)},message({data:l}){if(i){let{query:u,resolve:h,reject:m}=i;if(i=null,c(),typeof l=="string"){let g=JSON.parse(l);g.error?m(g.error):h(g)}else if(u.type==="exec")h();else if(u.type==="arrow")h(os(l.arrayBuffer()));else throw new Error(`Unexpected socket data: ${l}`)}else console.log("WebSocket message: ",l)}};function o(){n=new WebSocket(r);for(let l in s)n.addEventListener(l,s[l])}function a(l,u,h){n==null&&o(),t.push({query:l,resolve:u,reject:h}),e&&!i&&c()}function c(){t.length&&(i=t.shift(),n.send(JSON.stringify(i.query)))}return{get connected(){return e},query(l){return new Promise((u,h)=>a(l,u,h))}}}var Xe=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?`${Vm(t)}.`:""}${i}`}else return t?Vm(t):"NULL"}};function Vm(r){return r.split(".").map(e=>`"${e}"`).join(".")}function Pm(r,t){return r instanceof Xe&&r.column===t}function ct(r){return typeof r=="string"?zm(r):r}function as(r){return typeof r=="string"?jm(r):r}function jm(r){return new Xe(r)}function zm(r,t){return arguments.length===1&&(t=r,r=null),new Xe(r,t)}function wn(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 cs=r=>typeof r?.addEventListener=="function";function Kl(r){return r instanceof In}var In=class{constructor(t,e,i){this._expr=Array.isArray(t)?t:[t],this._deps=e||[],this.annotate(i);let n=this._expr.filter(s=>cs(s));n.length>0?(this._params=Array.from(new Set(n)),this._params.forEach(s=>{s.addEventListener("value",()=>Nw(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=>cs(t)&&!Kl(t)?wn(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 Nw(r,t){if(t?.size)return Promise.allSettled(Array.from(t,e=>e(r)))}function Rh(r,t){let e=[r[0]],i=new Set,n=t.length;for(let s=0,o=0;s<n;){let a=t[s];cs(a)?e[++o]=a:(Array.isArray(a?.columns)&&a.columns.forEach(l=>i.add(l)),e[o]+=typeof a=="string"?a:wn(a));let c=r[++s];cs(e[o])?e[++o]=c:e[o]+=c}return{spans:e,cols:Array.from(i)}}function rt(r,...t){let{spans:e,cols:i}=Rh(r,t);return new In(e,i)}function Sa(r){r(this.op,this),this.children?.forEach(t=>t.visit(r))}function $m(r,t){let e=t.filter(n=>n!=null).map(ct),i=e.map((n,s)=>s?` ${r} `:"");return t.length&&i.push(""),rt(i,...e).annotate({op:r,children:e,visit:Sa})}var Mh=(...r)=>$m("AND",r.flat()),Uh=(...r)=>$m("OR",r.flat()),Lw=r=>t=>rt`(${r} ${ct(t)})`.annotate({op:r,a:t,visit:Sa}),Rw=Lw("NOT"),Wm=r=>t=>rt`(${ct(t)} ${r})`.annotate({op:r,a:t,visit:Sa}),Ch=Wm("IS NULL"),Mw=Wm("IS NOT NULL"),vn=r=>(t,e)=>rt`(${ct(t)} ${r} ${ct(e)})`.annotate({op:r,a:t,b:e,visit:Sa}),Uw=vn("="),Cw=vn("<>"),kw=vn("<"),Vw=vn(">"),Pw=vn("<="),jw=vn(">="),zw=vn("IS DISTINCT FROM"),$w=vn("IS NOT DISTINCT FROM");function Ww(r,t,e,i){t=ct(t);let n=r.startsWith("NOT ")?"NOT ":"";return(e?i?rt`${n}(${e[0]} <= ${t} AND ${t} < ${e[1]})`:rt`(${t} ${r} ${e[0]} AND ${e[1]})`:rt``).annotate({op:r,visit:Sa,field:t,range:e})}var Jl=(r,t,e)=>Ww("BETWEEN",r,t,e);function ls(r,t){return Array.from({length:r},()=>t)}function tr(r,t){return(...e)=>{let i=e.map(ct),n=t?`::${t}`:"";return(i.length?rt([`${r}(`,...ls(i.length-1,", "),`)${n}`],...i):rt`${r}()${n}`).annotate({func:r,args:i})}}var qw=tr("REGEXP_MATCHES"),Yw=tr("CONTAINS"),Gw=tr("PREFIX"),Hw=tr("SUFFIX"),Kw=tr("LOWER"),Jw=tr("UPPER"),Qw=tr("LENGTH"),Zw=tr("ISNAN"),Xw=tr("ISFINITE"),t0=tr("ISINF");var Ba=class r extends In{constructor(t,e,i,n,s="",o="",a=""){let c;if(n&&!(s||o||a))c=n?rt`${e} OVER "${n}"`:rt`${e} OVER ()`;else{let m=s&&o?" ":"",g=(s||o)&&a?" ":"";c=rt`${e} OVER (${n?`"${n}" `:""}${s}${m}${o}${g}${a})`}i&&(c=rt`(${c})::${i}`);let{_expr:u,_deps:h}=c;super(u,h,{window:t,func:e,type:i,name:n,group:s,order:o,frame:a})}get basis(){return this.column}get label(){let{func:t}=this;return t.label??t.toString()}over(t){let{window:e,func:i,type:n,group:s,order:o,frame:a}=this;return new r(e,i,n,t,s,o,a)}partitionby(...t){let e=t.flat().filter(u=>u).map(ct),i=rt(["PARTITION BY ",ls(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(ct),i=rt(["ORDER BY ",ls(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=qm("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=qm("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 qm(r,t){if(cs(t)){let e=rt`${t}`;return e.toString=()=>`${r} ${Ym(t.value)}`,e}return`${r} ${Ym(t)}`}function Ym(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 xr(r,t){return(...e)=>{let i=tr(r)(...e);return new Ba(r,i,t)}}var e0=xr("ROW_NUMBER","INTEGER"),r0=xr("RANK","INTEGER"),i0=xr("DENSE_RANK","INTEGER"),n0=xr("PERCENT_RANK"),s0=xr("CUME_DIST"),o0=xr("NTILE"),a0=xr("LAG"),c0=xr("LEAD"),l0=xr("FIRST_VALUE"),u0=xr("LAST_VALUE"),d0=xr("NTH_VALUE");var kh=class r extends In{constructor(t,e,i,n,s){e=(e||[]).map(ct);let{strings:o,exprs:a}=h0(t,e,i,n,s),{spans:c,cols:l}=Rh(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(f0).join(", ")})`:"";return`${t.toLowerCase()}${s}`}distinct(){let{aggregate:t,args:e,type:i,filter:n}=this;return new r(t,e,i,!0,n)}where(t){let{aggregate:e,args:i,type:n,isDistinct:s}=this;return new r(e,i,n,s,t)}window(){let{aggregate:t,args:e,type:i,isDistinct:n}=this,s=new r(t,e,null,n);return new Ba(t,s,i)}partitionby(...t){return this.window().partitionby(...t)}orderby(...t){return this.window().orderby(...t)}rows(t,e){return this.window().rows(t,e)}range(t,e){return this.window().range(t,e)}};function h0(r,t,e,i,n){let s=`)${e?`::${e}`:""}`,o=[`${r}(${i?"DISTINCT ":""}`],a=[];return t.length?(o=o.concat([...ls(t.length-1,", "),`${s}${n?" FILTER (WHERE ":""}`,...n?[")"]:[]]),a=[...t,...n?[n]:[]]):o[0]+="*"+s,{exprs:a,strings:o}}function f0(r){let t=wn(r);return t&&t.startsWith('"')&&t.endsWith('"')?t.slice(1,-1):t}function it(r,t){return(...e)=>new kh(r,e,t)}var xa=it("COUNT","INTEGER"),p0=it("AVG"),m0=it("AVG"),y0=it("MAD"),Vh=it("MAX"),Ph=it("MIN"),g0=it("SUM","DOUBLE"),b0=it("PRODUCT"),_0=it("MEDIAN"),w0=it("QUANTILE"),I0=it("MODE"),v0=it("VARIANCE"),S0=it("STDDEV"),B0=it("SKEWNESS"),x0=it("KURTOSIS"),T0=it("ENTROPY"),A0=it("VAR_POP"),F0=it("STDDEV_POP"),O0=it("CORR"),E0=it("COVAR_POP"),D0=it("REGR_INTERCEPT"),N0=it("REGR_SLOPE"),L0=it("REGR_COUNT"),R0=it("REGR_R2"),M0=it("REGR_SYY"),U0=it("REGR_SXX"),C0=it("REGR_SXY"),k0=it("REGR_AVGX"),V0=it("REGR_AVGY"),P0=it("FIRST"),j0=it("LAST"),z0=it("ARG_MIN"),$0=it("ARG_MAX"),W0=it("STRING_AGG"),q0=it("ARRAY_AGG");var jh=r=>{let t=ct(r);return rt`(1000 * (epoch(${t}) - second(${t})) + millisecond(${t}))::DOUBLE`};var ei=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 us("UNION",t.flat())}static unionAll(...t){return new us("UNION ALL",t.flat())}static intersect(...t){return new us("INTERSECT",t.flat())}static except(...t){return new us("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:ct(n)});else if(n instanceof Xe)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:Ql(s),expr:ct(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:as(n)});else if(n instanceof Xe)i.push({as:n.table,from:n});else if(Zl(n)||Kl(n))i.push({from:n});else if(Array.isArray(n))i.push({as:Ql(n[0]),from:as(n[1])});else for(let s in n)i.push({as:Ql(s),from:as(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(ct)),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:Ql(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(ct)),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(Zl(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:h,offset:m,with:g}=this.query,N=[];if(g.length){let ft=g.map(({as:Z,query:Ot})=>`"${Z}" AS (${Ot})`);N.push(`WITH ${ft.join(", ")}`)}let Ae=t.map(({as:ft,expr:Z})=>Pm(Z,ft)&&!Z.table?`${Z}`:`${Z} AS "${ft}"`);if(N.push(`SELECT${e?" DISTINCT":""} ${Ae.join(", ")}`),i.length){let ft=i.map(({as:Z,from:Ot})=>{let $n=Zl(Ot)?`(${Ot})`:`${Ot}`;return!Z||Z===Ot.table?$n:`${$n} AS "${Z}"`});N.push(`FROM ${ft.join(", ")}`)}if(s.length){let ft=s.map(String).filter(Z=>Z).join(" AND ");ft&&N.push(`WHERE ${ft}`)}if(n){let{rows:ft,perc:Z,method:Ot,seed:$n}=n,vc=ft?`${ft} ROWS`:`${Z} PERCENT`,Sc=Ot?` (${Ot}${$n!=null?`, ${$n}`:""})`:"";N.push(`USING SAMPLE ${vc}${Sc}`)}if(o.length&&N.push(`GROUP BY ${o.join(", ")}`),a.length){let ft=a.map(String).filter(Z=>Z).join(" AND ");ft&&N.push(`HAVING ${ft}`)}if(c.length){let ft=c.map(({as:Z,expr:Ot})=>`"${Z}" AS (${Ot})`);N.push(`WINDOW ${ft.join(", ")}`)}if(l.length){let ft=l.map(String).filter(Z=>Z).join(" AND ");ft&&N.push(`QUALIFY ${ft}`)}return u.length&&N.push(`ORDER BY ${u.join(", ")}`),Number.isFinite(h)&&N.push(`LIMIT ${h}`),Number.isFinite(m)&&N.push(`OFFSET ${m}`),N.join(" ")}},us=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(ct)),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 Zl(r){return r instanceof ei||r instanceof us}function Ql(r){return Y0(r)?r.slice(1,-1):r}function Y0(r){return r[0]==='"'&&r[r.length-1]==='"'}function Xl(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 Gm(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 G0="count",H0="nulls",K0="max",J0="min",Q0="distinct";var Z0={[G0]:xa,[Q0]:r=>xa(r).distinct(),[K0]:Vh,[J0]:Ph,[H0]:r=>xa().where(Ch(r))};function Hm({table:r,column:t},e){return ei.from(r).select(e.map(i=>[i,Z0[i](t)]))}var Km=()=>Object.create(null),tu=class{constructor(t){this.mc=t,this.clear()}clear(){this.tables=Km()}tableInfo(t){let e=this.tables;if(e[t])return e[t];let i=X0(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(Hm(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 tI(this,t);return(await Promise.all(e.map(n=>this.fieldInfo(n)))).filter(n=>n)}};async function X0(r,t){let e=await r.query(`DESCRIBE ${as(t)}`,{type:"json",cache:!1}),i=Km();for(let n of e)i[n.column_name]={table:t,column:n.column_name,sqlType:n.column_type,type:Gm(n.column_type),nullable:n.null==="YES"};return i}async function tI(r,t){return t.length===1&&t[0].column==="*"?Object.values(await r.tableInfo(t[0].table)):t}function Qm(r){let t=2166136261;for(let e=0,i=r.length;e<i;++e){let n=r.charCodeAt(e),s=n&65280;s&&(t=Jm(t^s>>8)),t=Jm(t^n&255)}return eI(t)}function Jm(r){return r+(r<<1)+(r<<4)+(r<<7)+(r<<8)+(r<<24)}function eI(r){return r+=r<<13,r^=r>>>7,r+=r<<3,r^=r>>>17,r+=r<<5,r&4294967295}var ty=r=>r,eu=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,Xm),u=l[0]?.from;this.enabled=l.every(h=>h&&h.from===u),this.clients=t,this.activeView=null,this.clear()}if(!this.enabled)return!1;e=e||this.selection.active;let{source:i}=e;if(i&&i===this.activeView?.source)return!0;if(this.clear(),!i)return!1;let n=this.activeView=rI(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=Xm(l),h=l.query(s.predicate(l)).select({...n.columns,...u.count}).groupby(Object.keys(n.columns)),[m]=h.subqueries;if(m){let Z=Object.values(n.columns).map(Ot=>Ot.columns[0]);sI(m,Z)}let g=h.toString(),Ae=`cube_index_${(Qm(g)>>>0).toString(16)}`,ft=a.exec(Xl(Ae,g,{temp:c}));o.set(l,{table:Ae,result:ft,...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=ei.select(s,o).from(n).groupby(s).where(e);return this.mc.updateClient(t,a)}};function rI(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=>iI(l,o));if(c.some(l=>l==null))return null;c.length===1?(a=l=>l?Jl("active0",l.range.map(c[0])):[],i={active0:c[0](r.predicate.field)}):(a=l=>l?Mh(l.children.map(({range:u},h)=>Jl(`active${h}`,u.map(c[h])))):[],i=Object.fromEntries(r.predicate.children.map((l,u)=>[`active${u}`,c[u](l.field)])))}else if(n==="point")a=ty,i=Object.fromEntries(i.map(c=>[c.toString(),c]));else return null;return{source:t,columns:i,predicate:a}}function iI(r,t){let{type:e,domain:i,range:n}=r,s,o;switch(e){case"linear":s=ty,o=ct;break;case"log":s=Math.log,o=a=>rt`LN(${ct(a)})`;break;case"symlog":s=a=>Math.sign(a)*Math.log1p(Math.abs(a)),o=a=>(a=ct(a),rt`SIGN(${a}) * LN(1 + ABS(${a}))`);break;case"sqrt":s=Math.sqrt,o=a=>rt`SQRT(${ct(a)})`;break;case"utc":case"time":s=a=>+a,o=a=>a instanceof Date?+a:jh(ct(a));break}return s?nI(i,n,t,s,o):null}function nI(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=>rt`${c}FLOOR(${a}::DOUBLE * (${n(l)} - ${s}::DOUBLE))::INTEGER`}var Zm={from:NaN};function Xm(r){if(!r.filterIndexable)return Zm;let t=r.query(),e=zh(t);if(!e||!t.groupby)return Zm;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]:rt`SUM("${a}")::DOUBLE`});break;case"AVG":o="_count_",n.push({[a]:rt`(SUM("${a}" * ${o}) / SUM(${o}))::DOUBLE`});break;case"MAX":n.push({[a]:rt`MAX("${a}")`});break;case"MIN":n.push({[a]:rt`MIN("${a}")`});break;default:if(i.has(a))s.push(a);else return null}return{aggr:n,dims:s,count:o?{[o]:rt`COUNT(*)`}:{},from:e}}function zh(r){let t=r.subqueries;if(r.select){let i=r.from();if(!i.length)return;if(t.length===0)return i[0].from.table}let e=zh(t[0]);for(let i=1;i<t.length;++i){let n=zh(t[i]);if(n!==void 0&&n!==e)return NaN}return e}function sI(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 ru=class{constructor(t,e,i=!0){this.mc=t,this.selection=e,this.clients=new Set,this.indexer=i?new eu(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():oI(t,i,n)}};function oI(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 iu(){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 ey(r,t,e){let i=[],n=0;function s(){let o=aI(i,t);i=[],n=0;for(let a of o)lI(a,r,e),hI(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 aI(r,t){let e=[],i=new Map;for(let n of r){let{entry:{request:s}}=n,o=cI(s.query,t);if(!i.has(o)){let a=[];e.push(a),i.set(o,a)}i.get(o).push(n)}return e}function cI(r,t){let e=`${r}`;if(r instanceof ei&&!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 Xe&&s[o.column]||o))}return`${i}`}else return e}function lI(r,t,e){if(uI(r))t({request:{type:"arrow",cache:!1,record:!1,query:dI(r,e)},result:r.result=iu()});else for(let{entry:i,priority:n}of r)t(i,n)}function uI(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 dI(r,t){let e=r.maps=[],i=new Map;for(let o of r){let{query:a}=o.entry.request,c=[];e.push(c);for(let{as:l,expr:u}of a.select()){let h=`${u}`;i.has(h)||i.set(h,[`col${i.size}`,u]);let[m]=i.get(h);c.push([m,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 Xe&&o[a.column]||a))}return n.$select(Array.from(i.values()))}async function hI(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=fI(n,e[o]);a.cache&&t.set(String(a.query),l),c.fulfill(l)})}function fI(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 pI=typeof requestIdleCallback<"u"?requestIdleCallback:setTimeout,ry=()=>({get:()=>{},set:(r,t)=>t,clear:()=>{}});function iy({max:r=1e3,ttl:t=3*60*60*1e3}={}){let e=new Map;function i(){let n=performance.now()-t,s=null,o=1/0;for(let[a,c]of e){let{last:l}=c;l<o&&(s=a,o=l),n>l&&e.delete(a)}s&&e.delete(s)}return{get(n){let s=e.get(n);if(s)return s.last=performance.now(),s.value},set(n,s){return e.set(n,{last:performance.now(),value:s}),e.size>r&&pI(i),s},clear(){e=new Map}}}function ny(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 ri={High:0,Normal:1,Low:2};function sy(){let r=ny(3),t,e,i,n=[],s=null,o;function a(){if(s||r.isEmpty())return;let{request:h,result:m}=r.next();s=u(h,m),s.finally(()=>{s=null,a()})}function c(h,m=ri.Normal){r.insert(h,m),a()}function l(h){n.length&&h&&n.forEach(m=>m.add(h))}async function u(h,m){try{let{query:g,type:N,cache:Ae=!1,record:ft=!0,options:Z}=h,Ot=g?`${g}`:null;if(ft&&l(Ot),Ae){let Sc=e.get(Ot);if(Sc){i.debug("Cache"),m.fulfill(Sc);return}}let $n=performance.now(),vc=await t.query({type:N,sql:Ot,...Z});Ae&&e.set(Ot,vc),i.debug(`Request: ${(performance.now()-$n).toFixed(1)}`),m.fulfill(vc)}catch(g){m.reject(g)}}return{cache(h){return h!==void 0?e=h===!0?iy():h||ry():e},logger(h){return h?i=h:i},connector(h){return h?t=h:t},consolidate(h){h&&!o?o=ey(c,e,l):!h&&o&&(o=null)},request(h,m=ri.Normal){let g=iu(),N={request:h,result:g};return o?o.add(N,m):c(N,m),g},cancel(h){let m=new Set(h);r.remove(({result:g})=>m.has(g))},clear(){r.remove(({result:h})=>(h.reject("Cleared"),!0))},record(){let h=[],m={add(g){h.push(g)},reset(){h=[]},snapshot(){return h.slice()},stop(){return n=n.filter(g=>g!==m),h}};return n.push(m),m}}}function oy(){return{debug(){},info(){},log(){},warn(){},error(){}}}var nu;function $h(r){return r?nu=r:nu==null&&(nu=new su),nu}var su=class{constructor(t=Lh(),e={}){this.catalog=new tu(this),this.manager=e.manager||sy(),this.logger(e.logger||console),this.configure(e),this.databaseConnector(t),this.clear()}logger(t){return arguments.length&&(this._logger=t||oy(),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=ri.Normal}={}){return this.manager.request({type:"exec",query:t},e)}query(t,{type:e="arrow",cache:i=!0,priority:n=ri.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:ri.Low})}createBundle(t,e,i=ri.Low){let n={name:t,queries:e};return this.manager.request({type:"create-bundle",options:n},i)}loadBundle(t,e=ri.High){let i={name:t};return this.manager.request({type:"load-bundle",options:i},e)}updateClient(t,e,i=ri.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 ru(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 ay={};function Wh(r,t=!1){let e,i,n=ay;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=ay,a(u)}),n=l}return t?c:a}var qh=class{constructor(t){this._filterBy=t,this._requestUpdate=Wh(()=>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 $h().requestQuery(this,e)}requestUpdate(){this._requestUpdate()}update(){return this}};var ou=class{constructor(){this._callbacks=new Map}addEventListener(t,e){this._callbacks.has(t)||this._callbacks.set(t,{callbacks:new Set,pending:null,queue:new Yh}),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}}}},Yh=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 Gh(r,t){return r===t?!1:r instanceof Date&&t instanceof Date?+r!=+t:Array.isArray(r)&&Array.isArray(t)?mI(r,t):!0}function mI(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 au(r){return r instanceof Xs}var Xs=class r extends ou{constructor(t){super(),this._value=t}static value(t){return new r(t)}static array(t){if(t.some(e=>au(e))){let e=new r,i=()=>e.update(t.map(n=>au(n)?n.value:n));return i(),t.forEach(n=>au(n)?n.addEventListener("value",i):0),e}return new r(t)}get value(){return this._value}update(t,{force:e}={}){return Gh(this._value,t)||e?this.emit("value",t):this.cancel("value"),this}willEmit(t,e){return t==="value"&&(this._value=e),e}};function yI(r){return r instanceof cu}var cu=class r extends Xs{static intersect({cross:t=!1}={}){return new r(new ds({cross:t}))}static union({cross:t=!1}={}){return new r(new ds({cross:t,union:!0}))}static single({cross:t=!1}={}){return new r(new ds({cross:t,single:!0}))}static crossfilter(){return new r(new ds({cross:!0}))}constructor(t=new ds){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)}},ds=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?Uh(s):s}queueFilter(t){if(this.cross){let e=t.active?.source;return i=>i.active?.source!==e}}};function gI(r="http://localhost:3000/"){return{async query(t){let e=fetch(r,{method:"POST",mode:"cors",cache:"no-cache",credentials:"omit",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)});return t.type==="exec"?e:t.type==="arrow"?os(e):(await e).json()}}}var Xh={};We(Xh,{compareArrayLike:()=>Zh,joinUint8Arrays:()=>Ce,memcpy:()=>to,rebaseValueOffsets:()=>Fa,toArrayBufferView:()=>H,toArrayBufferViewAsyncIterator:()=>Fr,toArrayBufferViewIterator:()=>ii,toBigInt64Array:()=>BI,toBigUint64Array:()=>AI,toFloat32Array:()=>FI,toFloat32ArrayAsyncIterator:()=>WI,toFloat32ArrayIterator:()=>UI,toFloat64Array:()=>OI,toFloat64ArrayAsyncIterator:()=>qI,toFloat64ArrayIterator:()=>CI,toInt16Array:()=>SI,toInt16ArrayAsyncIterator:()=>PI,toInt16ArrayIterator:()=>NI,toInt32Array:()=>hs,toInt32ArrayAsyncIterator:()=>jI,toInt32ArrayIterator:()=>LI,toInt8Array:()=>vI,toInt8ArrayAsyncIterator:()=>VI,toInt8ArrayIterator:()=>DI,toUint16Array:()=>xI,toUint16ArrayAsyncIterator:()=>zI,toUint16ArrayIterator:()=>RI,toUint32Array:()=>TI,toUint32ArrayAsyncIterator:()=>$I,toUint32ArrayIterator:()=>MI,toUint8Array:()=>M,toUint8ArrayAsyncIterator:()=>Qh,toUint8ArrayIterator:()=>Jh,toUint8ClampedArray:()=>EI,toUint8ClampedArrayAsyncIterator:()=>YI,toUint8ClampedArrayIterator:()=>kI});var bI=new TextDecoder("utf-8"),Ta=r=>bI.decode(r),_I=new TextEncoder,Sn=r=>_I.encode(r);var[JR,lu]=(()=>{let r=()=>{throw new Error("BigInt is not available in this environment")};function t(){throw r()}return t.asIntN=()=>{throw r()},t.asUintN=()=>{throw r()},typeof BigInt<"u"?[BigInt,!0]:[t,!1]})(),[er,QR]=(()=>{let r=()=>{throw new Error("BigInt64Array is not available in this environment")};class t{static get BYTES_PER_ELEMENT(){return 8}static of(){throw r()}static from(){throw r()}constructor(){throw r()}}return typeof BigInt64Array<"u"?[BigInt64Array,!0]:[t,!1]})(),[rr,ZR]=(()=>{let r=()=>{throw new Error("BigUint64Array is not available in this environment")};class t{static get BYTES_PER_ELEMENT(){return 8}static of(){throw r()}static from(){throw r()}constructor(){throw r()}}return typeof BigUint64Array<"u"?[BigUint64Array,!0]:[t,!1]})();var wI=r=>typeof r=="number",cy=r=>typeof r=="boolean",zt=r=>typeof r=="function",ce=r=>r!=null&&Object(r)===r,Tr=r=>ce(r)&&zt(r.then);var Ar=r=>ce(r)&&zt(r[Symbol.iterator]),ir=r=>ce(r)&&zt(r[Symbol.asyncIterator]),uu=r=>ce(r)&&ce(r.schema);var du=r=>ce(r)&&"done"in r&&"value"in r;var hu=r=>ce(r)&&zt(r.stat)&&wI(r.fd);var fu=r=>ce(r)&&Aa(r.body),pu=r=>"_getDOMStream"in r&&"_getNodeStream"in r,ly=r=>ce(r)&&zt(r.abort)&&zt(r.getWriter)&&!pu(r),Aa=r=>ce(r)&&zt(r.cancel)&&zt(r.getReader)&&!pu(r),uy=r=>ce(r)&&zt(r.end)&&zt(r.write)&&cy(r.writable)&&!pu(r),mu=r=>ce(r)&&zt(r.read)&&zt(r.pipe)&&cy(r.readable)&&!pu(r),dy=r=>ce(r)&&zt(r.clear)&&zt(r.bytes)&&zt(r.position)&&zt(r.setPosition)&&zt(r.capacity)&&zt(r.getBufferIdentifier)&&zt(r.createLong);var Kh=typeof SharedArrayBuffer<"u"?SharedArrayBuffer:ArrayBuffer;function II(r){let t=r[0]?[r[0]]:[],e,i,n,s;for(let o,a,c=0,l=0,u=r.length;++c<u;){if(o=t[l],a=r[c],!o||!a||o.buffer!==a.buffer||a.byteOffset<o.byteOffset){a&&(t[++l]=a);continue}if({byteOffset:e,byteLength:n}=o,{byteOffset:i,byteLength:s}=a,e+n<i||i+s<e){a&&(t[++l]=a);continue}t[l]=new Uint8Array(o.buffer,e,i-e+s)}return t}function to(r,t,e=0,i=t.byteLength){let n=r.byteLength,s=new Uint8Array(r.buffer,r.byteOffset,n),o=new Uint8Array(t.buffer,t.byteOffset,Math.min(i,n));return s.set(o,e),r}function Ce(r,t){let e=II(r),i=e.reduce((u,h)=>u+h.byteLength,0),n,s,o,a=0,c=-1,l=Math.min(t||Number.POSITIVE_INFINITY,i);for(let u=e.length;++c<u;){if(n=e[c],s=n.subarray(0,Math.min(n.length,l-a)),l<=a+s.length){s.length<n.length?e[c]=n.subarray(s.length):s.length===n.length&&c++,o?to(o,s,a):o=s;break}to(o||(o=new Uint8Array(l)),s,a),a+=s.length}return[o||new Uint8Array(0),e.slice(c),i-(o?o.byteLength:0)]}function H(r,t){let e=du(t)?t.value:t;return e instanceof r?r===Uint8Array?new r(e.buffer,e.byteOffset,e.byteLength):e:e?(typeof e=="string"&&(e=Sn(e)),e instanceof ArrayBuffer?new r(e):e instanceof Kh?new r(e):dy(e)?H(r,e.bytes()):ArrayBuffer.isView(e)?e.byteLength<=0?new r(0):new r(e.buffer,e.byteOffset,e.byteLength/r.BYTES_PER_ELEMENT):r.from(e)):new r(0)}var vI=r=>H(Int8Array,r),SI=r=>H(Int16Array,r),hs=r=>H(Int32Array,r),BI=r=>H(er,r),M=r=>H(Uint8Array,r),xI=r=>H(Uint16Array,r),TI=r=>H(Uint32Array,r),AI=r=>H(rr,r),FI=r=>H(Float32Array,r),OI=r=>H(Float64Array,r),EI=r=>H(Uint8ClampedArray,r),Hh=r=>(r.next(),r);function*ii(r,t){let e=function*(n){yield n},i=typeof t=="string"||ArrayBuffer.isView(t)||t instanceof ArrayBuffer||t instanceof Kh?e(t):Ar(t)?t:e(t);return yield*Hh(function*(n){let s=null;do s=n.next(yield H(r,s));while(!s.done)}(i[Symbol.iterator]())),new r}var DI=r=>ii(Int8Array,r),NI=r=>ii(Int16Array,r),LI=r=>ii(Int32Array,r),Jh=r=>ii(Uint8Array,r),RI=r=>ii(Uint16Array,r),MI=r=>ii(Uint32Array,r),UI=r=>ii(Float32Array,r),CI=r=>ii(Float64Array,r),kI=r=>ii(Uint8ClampedArray,r);function Fr(r,t){return mt(this,arguments,function*(){if(Tr(t))return yield y(yield y(yield*qe(Et(Fr(r,yield y(t))))));let i=function(o){return mt(this,arguments,function*(){yield yield y(yield y(o))})},n=function(o){return mt(this,arguments,function*(){yield y(yield*qe(Et(Hh(function*(a){let c=null;do c=a.next(yield c?.value);while(!c.done)}(o[Symbol.iterator]())))))})},s=typeof t=="string"||ArrayBuffer.isView(t)||t instanceof ArrayBuffer||t instanceof Kh?i(t):Ar(t)?n(t):ir(t)?t:i(t);return yield y(yield*qe(Et(Hh(function(o){return mt(this,arguments,function*(){let a=null;do a=yield y(o.next(yield yield y(H(r,a))));while(!a.done)})}(s[Symbol.asyncIterator]()))))),yield y(new r)})}var VI=r=>Fr(Int8Array,r),PI=r=>Fr(Int16Array,r),jI=r=>Fr(Int32Array,r),Qh=r=>Fr(Uint8Array,r),zI=r=>Fr(Uint16Array,r),$I=r=>Fr(Uint32Array,r),WI=r=>Fr(Float32Array,r),qI=r=>Fr(Float64Array,r),YI=r=>Fr(Uint8ClampedArray,r);function Fa(r,t,e){if(r!==0){e=e.slice(0,t+1);for(let i=-1;++i<=t;)e[i]+=r}return e}function Zh(r,t){let e=0,i=r.length;if(i!==t.length)return!1;if(i>0)do if(r[e]!==t[e])return!1;while(++e<i);return!0}var Qt={fromIterable(r){return yu(GI(r))},fromAsyncIterable(r){return yu(HI(r))},fromDOMStream(r){return yu(KI(r))},fromNodeStream(r){return yu(JI(r))},toDOMStream(r,t){throw new Error('"toDOMStream" not available in this environment')},toNodeStream(r,t){throw new Error('"toNodeStream" not available in this environment')}},yu=r=>(r.next(),r);function*GI(r){let t,e=!1,i=[],n,s,o,a=0;function c(){return s==="peek"?Ce(i,o)[0]:([n,i,a]=Ce(i,o),n)}({cmd:s,size:o}=yield null);let l=Jh(r)[Symbol.iterator]();try{do if({done:t,value:n}=Number.isNaN(o-a)?l.next():l.next(o-a),!t&&n.byteLength>0&&(i.push(n),a+=n.byteLength),t||o<=a)do({cmd:s,size:o}=yield c());while(o<a);while(!t)}catch(u){(e=!0)&&typeof l.throw=="function"&&l.throw(u)}finally{e===!1&&typeof l.return=="function"&&l.return(null)}return null}function HI(r){return mt(this,arguments,function*(){let e,i=!1,n=[],s,o,a,c=0;function l(){return o==="peek"?Ce(n,a)[0]:([s,n,c]=Ce(n,a),s)}({cmd:o,size:a}=yield yield y(null));let u=Qh(r)[Symbol.asyncIterator]();try{do if({done:e,value:s}=Number.isNaN(a-c)?yield y(u.next()):yield y(u.next(a-c)),!e&&s.byteLength>0&&(n.push(s),c+=s.byteLength),e||a<=c)do({cmd:o,size:a}=yield yield y(l()));while(a<c);while(!e)}catch(h){(i=!0)&&typeof u.throw=="function"&&(yield y(u.throw(h)))}finally{i===!1&&typeof u.return=="function"&&(yield y(u.return(new Uint8Array(0))))}return yield y(null)})}function KI(r){return mt(this,arguments,function*(){let e=!1,i=!1,n=[],s,o,a,c=0;function l(){return o==="peek"?Ce(n,a)[0]:([s,n,c]=Ce(n,a),s)}({cmd:o,size:a}=yield yield y(null));let u=new ef(r);try{do if({done:e,value:s}=Number.isNaN(a-c)?yield y(u.read()):yield y(u.read(a-c)),!e&&s.byteLength>0&&(n.push(M(s)),c+=s.byteLength),e||a<=c)do({cmd:o,size:a}=yield yield y(l()));while(a<c);while(!e)}catch(h){(i=!0)&&(yield y(u.cancel(h)))}finally{i===!1?yield y(u.cancel()):r.locked&&u.releaseLock()}return yield y(null)})}var ef=class{constructor(t){this.source=t,this.reader=null,this.reader=this.source.getReader(),this.reader.closed.catch(()=>{})}get closed(){return this.reader?this.reader.closed.catch(()=>{}):Promise.resolve()}releaseLock(){this.reader&&this.reader.releaseLock(),this.reader=null}cancel(t){return p(this,void 0,void 0,function*(){let{reader:e,source:i}=this;e&&(yield e.cancel(t).catch(()=>{})),i&&i.locked&&this.releaseLock()})}read(t){return p(this,void 0,void 0,function*(){if(t===0)return{done:this.reader==null,value:new Uint8Array(0)};let e=yield this.reader.read();return!e.done&&(e.value=M(e)),e})}},tf=(r,t)=>{let e=n=>i([t,n]),i;return[t,e,new Promise(n=>(i=n)&&r.once(t,e))]};function JI(r){return mt(this,arguments,function*(){let e=[],i="error",n=!1,s=null,o,a,c=0,l=[],u;function h(){return o==="peek"?Ce(l,a)[0]:([u,l,c]=Ce(l,a),u)}if({cmd:o,size:a}=yield yield y(null),r.isTTY)return yield yield y(new Uint8Array(0)),yield y(null);try{e[0]=tf(r,"end"),e[1]=tf(r,"error");do{if(e[2]=tf(r,"readable"),[i,s]=yield y(Promise.race(e.map(g=>g[2]))),i==="error")break;if((n=i==="end")||(Number.isFinite(a-c)?(u=M(r.read(a-c)),u.byteLength<a-c&&(u=M(r.read()))):u=M(r.read()),u.byteLength>0&&(l.push(u),c+=u.byteLength)),n||a<=c)do({cmd:o,size:a}=yield yield y(h()));while(a<c)}while(!n)}finally{yield y(m(e,i==="error"?s:null))}return yield y(null);function m(g,N){return u=l=null,new Promise((Ae,ft)=>{for(let[Z,Ot]of g)r.off(Z,Ot);try{let Z=r.destroy;Z&&Z.call(r,N),N=void 0}catch(Z){N=Z||N}finally{N!=null?ft(N):Ae()}})}})}var qt;(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"})(qt||(qt={}));var At;(function(r){r[r.Sparse=0]="Sparse",r[r.Dense=1]="Dense"})(At||(At={}));var vt;(function(r){r[r.HALF=0]="HALF",r[r.SINGLE=1]="SINGLE",r[r.DOUBLE=2]="DOUBLE"})(vt||(vt={}));var Zt;(function(r){r[r.DAY=0]="DAY",r[r.MILLISECOND=1]="MILLISECOND"})(Zt||(Zt={}));var Q;(function(r){r[r.SECOND=0]="SECOND",r[r.MILLISECOND=1]="MILLISECOND",r[r.MICROSECOND=2]="MICROSECOND",r[r.NANOSECOND=3]="NANOSECOND"})(Q||(Q={}));var le;(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"})(le||(le={}));var st;(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"})(st||(st={}));var d;(function(r){r[r.NONE=0]="NONE",r[r.Null=1]="Null",r[r.Int=2]="Int",r[r.Float=3]="Float",r[r.Binary=4]="Binary",r[r.Utf8=5]="Utf8",r[r.Bool=6]="Bool",r[r.Decimal=7]="Decimal",r[r.Date=8]="Date",r[r.Time=9]="Time",r[r.Timestamp=10]="Timestamp",r[r.Interval=11]="Interval",r[r.List=12]="List",r[r.Struct=13]="Struct",r[r.Union=14]="Union",r[r.FixedSizeBinary=15]="FixedSizeBinary",r[r.FixedSizeList=16]="FixedSizeList",r[r.Map=17]="Map",r[r.Dictionary=-1]="Dictionary",r[r.Int8=-2]="Int8",r[r.Int16=-3]="Int16",r[r.Int32=-4]="Int32",r[r.Int64=-5]="Int64",r[r.Uint8=-6]="Uint8",r[r.Uint16=-7]="Uint16",r[r.Uint32=-8]="Uint32",r[r.Uint64=-9]="Uint64",r[r.Float16=-10]="Float16",r[r.Float32=-11]="Float32",r[r.Float64=-12]="Float64",r[r.DateDay=-13]="DateDay",r[r.DateMillisecond=-14]="DateMillisecond",r[r.TimestampSecond=-15]="TimestampSecond",r[r.TimestampMillisecond=-16]="TimestampMillisecond",r[r.TimestampMicrosecond=-17]="TimestampMicrosecond",r[r.TimestampNanosecond=-18]="TimestampNanosecond",r[r.TimeSecond=-19]="TimeSecond",r[r.TimeMillisecond=-20]="TimeMillisecond",r[r.TimeMicrosecond=-21]="TimeMicrosecond",r[r.TimeNanosecond=-22]="TimeNanosecond",r[r.DenseUnion=-23]="DenseUnion",r[r.SparseUnion=-24]="SparseUnion",r[r.IntervalDayTime=-25]="IntervalDayTime",r[r.IntervalYearMonth=-26]="IntervalYearMonth"})(d||(d={}));var nr;(function(r){r[r.OFFSET=0]="OFFSET",r[r.DATA=1]="DATA",r[r.VALIDITY=2]="VALIDITY",r[r.TYPE=3]="TYPE"})(nr||(nr={}));var _f={};We(_f,{clampIndex:()=>jv,clampRange:()=>Na,createElementComparator:()=>An});var QI=void 0;function Or(r){if(r===null)return"null";if(r===QI)return"undefined";switch(typeof r){case"number":return`${r}`;case"bigint":return`${r}`;case"string":return`"${r}"`}return typeof r[Symbol.toPrimitive]=="function"?r[Symbol.toPrimitive]("string"):ArrayBuffer.isView(r)?r instanceof er||r instanceof rr?`[${[...r].map(t=>Or(t))}]`:`[${r}]`:ArrayBuffer.isView(r)?`[${r}]`:JSON.stringify(r,(t,e)=>typeof e=="bigint"?`${e}`:e)}var nf={};We(nf,{BN:()=>Ea,bignumToBigInt:()=>gu,bignumToString:()=>Bn,isArrowBigNumSymbol:()=>hy});var hy=Symbol.for("isArrowBigNum");function Er(r,...t){return t.length===0?Object.setPrototypeOf(H(this.TypedArray,r),this.constructor.prototype):Object.setPrototypeOf(new this.TypedArray(r,...t),this.constructor.prototype)}Er.prototype[hy]=!0;Er.prototype.toJSON=function(){return`"${Bn(this)}"`};Er.prototype.valueOf=function(){return fy(this)};Er.prototype.toString=function(){return Bn(this)};Er.prototype[Symbol.toPrimitive]=function(r="default"){switch(r){case"number":return fy(this);case"string":return Bn(this);case"default":return gu(this)}return Bn(this)};function eo(...r){return Er.apply(this,r)}function ro(...r){return Er.apply(this,r)}function Oa(...r){return Er.apply(this,r)}Object.setPrototypeOf(eo.prototype,Object.create(Int32Array.prototype));Object.setPrototypeOf(ro.prototype,Object.create(Uint32Array.prototype));Object.setPrototypeOf(Oa.prototype,Object.create(Uint32Array.prototype));Object.assign(eo.prototype,Er.prototype,{constructor:eo,signed:!0,TypedArray:Int32Array,BigIntArray:er});Object.assign(ro.prototype,Er.prototype,{constructor:ro,signed:!1,TypedArray:Uint32Array,BigIntArray:rr});Object.assign(Oa.prototype,Er.prototype,{constructor:Oa,signed:!0,TypedArray:Uint32Array,BigIntArray:rr});function fy(r){let{buffer:t,byteOffset:e,length:i,signed:n}=r,s=new rr(t,e,i),o=n&&s[s.length-1]&BigInt(1)<<BigInt(63),a=BigInt(o?1:0),c=BigInt(0);if(o){for(let l of s)a+=~l*(BigInt(1)<<BigInt(32)*c++);a*=BigInt(-1)}else for(let l of s)a+=l*(BigInt(1)<<BigInt(32)*c++);return a}var Bn,gu;lu?(gu=r=>r.byteLength===8?new r.BigIntArray(r.buffer,r.byteOffset,1)[0]:rf(r),Bn=r=>r.byteLength===8?`${new r.BigIntArray(r.buffer,r.byteOffset,1)[0]}`:rf(r)):(Bn=rf,gu=Bn);function rf(r){let t="",e=new Uint32Array(2),i=new Uint16Array(r.buffer,r.byteOffset,r.byteLength/2),n=new Uint32Array((i=new Uint16Array(i).reverse()).buffer),s=-1,o=i.length-1;do{for(e[0]=i[s=0];s<o;)i[s++]=e[1]=e[0]/10,e[0]=(e[0]-e[1]*10<<16)+i[s];i[s]=e[1]=e[0]/10,e[0]=e[0]-e[1]*10,t=`${e[0]}${t}`}while(n[0]||n[1]||n[2]||n[3]);return t??"0"}var Ea=class r{static new(t,e){switch(e){case!0:return new eo(t);case!1:return new ro(t)}switch(t.constructor){case Int8Array:case Int16Array:case Int32Array:case er:return new eo(t)}return t.byteLength===16?new Oa(t):new ro(t)}static signed(t){return new eo(t)}static unsigned(t){return new ro(t)}static decimal(t){return new Oa(t)}constructor(t,e){return r.new(t,e)}};var py,my,yy,gy,by,_y,wy,Iy,vy,Sy,By,xy,Ty,Ay,Fy,Oy,Ey,Dy,Ny,I=class r{static isNull(t){return t?.typeId===d.Null}static isInt(t){return t?.typeId===d.Int}static isFloat(t){return t?.typeId===d.Float}static isBinary(t){return t?.typeId===d.Binary}static isUtf8(t){return t?.typeId===d.Utf8}static isBool(t){return t?.typeId===d.Bool}static isDecimal(t){return t?.typeId===d.Decimal}static isDate(t){return t?.typeId===d.Date}static isTime(t){return t?.typeId===d.Time}static isTimestamp(t){return t?.typeId===d.Timestamp}static isInterval(t){return t?.typeId===d.Interval}static isList(t){return t?.typeId===d.List}static isStruct(t){return t?.typeId===d.Struct}static isUnion(t){return t?.typeId===d.Union}static isFixedSizeBinary(t){return t?.typeId===d.FixedSizeBinary}static isFixedSizeList(t){return t?.typeId===d.FixedSizeList}static isMap(t){return t?.typeId===d.Map}static isDictionary(t){return t?.typeId===d.Dictionary}static isDenseUnion(t){return r.isUnion(t)&&t.mode===At.Dense}static isSparseUnion(t){return r.isUnion(t)&&t.mode===At.Sparse}get typeId(){return d.NONE}};py=Symbol.toStringTag;I[py]=(r=>(r.children=null,r.ArrayType=Array,r[Symbol.toStringTag]="DataType"))(I.prototype);var ue=class extends I{toString(){return"Null"}get typeId(){return d.Null}};my=Symbol.toStringTag;ue[my]=(r=>r[Symbol.toStringTag]="Null")(ue.prototype);var Ut=class extends I{constructor(t,e){super(),this.isSigned=t,this.bitWidth=e}get typeId(){return d.Int}get ArrayType(){switch(this.bitWidth){case 8:return this.isSigned?Int8Array:Uint8Array;case 16:return this.isSigned?Int16Array:Uint16Array;case 32:return this.isSigned?Int32Array:Uint32Array;case 64:return this.isSigned?er:rr}throw new Error(`Unrecognized ${this[Symbol.toStringTag]} type`)}toString(){return`${this.isSigned?"I":"Ui"}nt${this.bitWidth}`}};yy=Symbol.toStringTag;Ut[yy]=(r=>(r.isSigned=null,r.bitWidth=null,r[Symbol.toStringTag]="Int"))(Ut.prototype);var bu=class extends Ut{constructor(){super(!0,8)}get ArrayType(){return Int8Array}},_u=class extends Ut{constructor(){super(!0,16)}get ArrayType(){return Int16Array}},ni=class extends Ut{constructor(){super(!0,32)}get ArrayType(){return Int32Array}},wu=class extends Ut{constructor(){super(!0,64)}get ArrayType(){return er}},Iu=class extends Ut{constructor(){super(!1,8)}get ArrayType(){return Uint8Array}},vu=class extends Ut{constructor(){super(!1,16)}get ArrayType(){return Uint16Array}},Su=class extends Ut{constructor(){super(!1,32)}get ArrayType(){return Uint32Array}},Bu=class extends Ut{constructor(){super(!1,64)}get ArrayType(){return rr}};Object.defineProperty(bu.prototype,"ArrayType",{value:Int8Array});Object.defineProperty(_u.prototype,"ArrayType",{value:Int16Array});Object.defineProperty(ni.prototype,"ArrayType",{value:Int32Array});Object.defineProperty(wu.prototype,"ArrayType",{value:er});Object.defineProperty(Iu.prototype,"ArrayType",{value:Uint8Array});Object.defineProperty(vu.prototype,"ArrayType",{value:Uint16Array});Object.defineProperty(Su.prototype,"ArrayType",{value:Uint32Array});Object.defineProperty(Bu.prototype,"ArrayType",{value:rr});var Ie=class extends I{constructor(t){super(),this.precision=t}get typeId(){return d.Float}get ArrayType(){switch(this.precision){case vt.HALF:return Uint16Array;case vt.SINGLE:return Float32Array;case vt.DOUBLE:return Float64Array}throw new Error(`Unrecognized ${this[Symbol.toStringTag]} type`)}toString(){return`Float${this.precision<<5||16}`}};gy=Symbol.toStringTag;Ie[gy]=(r=>(r.precision=null,r[Symbol.toStringTag]="Float"))(Ie.prototype);var xu=class extends Ie{constructor(){super(vt.HALF)}},Tu=class extends Ie{constructor(){super(vt.SINGLE)}},Au=class extends Ie{constructor(){super(vt.DOUBLE)}};Object.defineProperty(xu.prototype,"ArrayType",{value:Uint16Array});Object.defineProperty(Tu.prototype,"ArrayType",{value:Float32Array});Object.defineProperty(Au.prototype,"ArrayType",{value:Float64Array});var Ui=class extends I{constructor(){super()}get typeId(){return d.Binary}toString(){return"Binary"}};by=Symbol.toStringTag;Ui[by]=(r=>(r.ArrayType=Uint8Array,r[Symbol.toStringTag]="Binary"))(Ui.prototype);var Ci=class extends I{constructor(){super()}get typeId(){return d.Utf8}toString(){return"Utf8"}};_y=Symbol.toStringTag;Ci[_y]=(r=>(r.ArrayType=Uint8Array,r[Symbol.toStringTag]="Utf8"))(Ci.prototype);var ki=class extends I{constructor(){super()}get typeId(){return d.Bool}toString(){return"Bool"}};wy=Symbol.toStringTag;ki[wy]=(r=>(r.ArrayType=Uint8Array,r[Symbol.toStringTag]="Bool"))(ki.prototype);var Vi=class extends I{constructor(t,e,i=128){super(),this.scale=t,this.precision=e,this.bitWidth=i}get typeId(){return d.Decimal}toString(){return`Decimal[${this.precision}e${this.scale>0?"+":""}${this.scale}]`}};Iy=Symbol.toStringTag;Vi[Iy]=(r=>(r.scale=null,r.precision=null,r.ArrayType=Uint32Array,r[Symbol.toStringTag]="Decimal"))(Vi.prototype);var Pi=class extends I{constructor(t){super(),this.unit=t}get typeId(){return d.Date}toString(){return`Date${(this.unit+1)*32}<${Zt[this.unit]}>`}};vy=Symbol.toStringTag;Pi[vy]=(r=>(r.unit=null,r.ArrayType=Int32Array,r[Symbol.toStringTag]="Date"))(Pi.prototype);var Dr=class extends I{constructor(t,e){super(),this.unit=t,this.bitWidth=e}get typeId(){return d.Time}toString(){return`Time${this.bitWidth}<${Q[this.unit]}>`}get ArrayType(){switch(this.bitWidth){case 32:return Int32Array;case 64:return er}throw new Error(`Unrecognized ${this[Symbol.toStringTag]} type`)}};Sy=Symbol.toStringTag;Dr[Sy]=(r=>(r.unit=null,r.bitWidth=null,r[Symbol.toStringTag]="Time"))(Dr.prototype);var ji=class extends I{constructor(t,e){super(),this.unit=t,this.timezone=e}get typeId(){return d.Timestamp}toString(){return`Timestamp<${Q[this.unit]}${this.timezone?`, ${this.timezone}`:""}>`}};By=Symbol.toStringTag;ji[By]=(r=>(r.unit=null,r.timezone=null,r.ArrayType=Int32Array,r[Symbol.toStringTag]="Timestamp"))(ji.prototype);var zi=class extends I{constructor(t){super(),this.unit=t}get typeId(){return d.Interval}toString(){return`Interval<${le[this.unit]}>`}};xy=Symbol.toStringTag;zi[xy]=(r=>(r.unit=null,r.ArrayType=Int32Array,r[Symbol.toStringTag]="Interval"))(zi.prototype);var Nr=class extends I{constructor(t){super(),this.children=[t]}get typeId(){return d.List}toString(){return`List<${this.valueType}>`}get valueType(){return this.children[0].type}get valueField(){return this.children[0]}get ArrayType(){return this.valueType.ArrayType}};Ty=Symbol.toStringTag;Nr[Ty]=(r=>(r.children=null,r[Symbol.toStringTag]="List"))(Nr.prototype);var bt=class extends I{constructor(t){super(),this.children=t}get typeId(){return d.Struct}toString(){return`Struct<{${this.children.map(t=>`${t.name}:${t.type}`).join(", ")}}>`}};Ay=Symbol.toStringTag;bt[Ay]=(r=>(r.children=null,r[Symbol.toStringTag]="Struct"))(bt.prototype);var Lr=class extends I{constructor(t,e,i){super(),this.mode=t,this.children=i,this.typeIds=e=Int32Array.from(e),this.typeIdToChildIndex=e.reduce((n,s,o)=>(n[s]=o)&&n||n,Object.create(null))}get typeId(){return d.Union}toString(){return`${this[Symbol.toStringTag]}<${this.children.map(t=>`${t.type}`).join(" | ")}>`}};Fy=Symbol.toStringTag;Lr[Fy]=(r=>(r.mode=null,r.typeIds=null,r.children=null,r.typeIdToChildIndex=null,r.ArrayType=Int8Array,r[Symbol.toStringTag]="Union"))(Lr.prototype);var $i=class extends I{constructor(t){super(),this.byteWidth=t}get typeId(){return d.FixedSizeBinary}toString(){return`FixedSizeBinary[${this.byteWidth}]`}};Oy=Symbol.toStringTag;$i[Oy]=(r=>(r.byteWidth=null,r.ArrayType=Uint8Array,r[Symbol.toStringTag]="FixedSizeBinary"))($i.prototype);var Rr=class extends I{constructor(t,e){super(),this.listSize=t,this.children=[e]}get typeId(){return d.FixedSizeList}get valueType(){return this.children[0].type}get valueField(){return this.children[0]}get ArrayType(){return this.valueType.ArrayType}toString(){return`FixedSizeList[${this.listSize}]<${this.valueType}>`}};Ey=Symbol.toStringTag;Rr[Ey]=(r=>(r.children=null,r.listSize=null,r[Symbol.toStringTag]="FixedSizeList"))(Rr.prototype);var Mr=class extends I{constructor(t,e=!1){super(),this.children=[t],this.keysSorted=e}get typeId(){return d.Map}get keyType(){return this.children[0].type.children[0].type}get valueType(){return this.children[0].type.children[1].type}get childType(){return this.children[0].type}toString(){return`Map<{${this.children[0].type.children.map(t=>`${t.name}:${t.type}`).join(", ")}}>`}};Dy=Symbol.toStringTag;Mr[Dy]=(r=>(r.children=null,r.keysSorted=null,r[Symbol.toStringTag]="Map_"))(Mr.prototype);var ZI=(r=>()=>++r)(-1),ke=class extends I{constructor(t,e,i,n){super(),this.indices=e,this.dictionary=t,this.isOrdered=n||!1,this.id=i==null?ZI():typeof i=="number"?i:i.low}get typeId(){return d.Dictionary}get children(){return this.dictionary.children}get valueType(){return this.dictionary}get ArrayType(){return this.dictionary.ArrayType}toString(){return`Dictionary<${this.indices}, ${this.dictionary}>`}};Ny=Symbol.toStringTag;ke[Ny]=(r=>(r.id=null,r.indices=null,r.isOrdered=null,r.dictionary=null,r[Symbol.toStringTag]="Dictionary"))(ke.prototype);function Ve(r){let t=r;switch(r.typeId){case d.Decimal:return r.bitWidth/32;case d.Timestamp:return 2;case d.Date:return 1+t.unit;case d.Interval:return 1+t.unit;case d.FixedSizeList:return t.listSize;case d.FixedSizeBinary:return t.byteWidth;default:return 1}}var S=class{visitMany(t,...e){return t.map((i,n)=>this.visit(i,...e.map(s=>s[n])))}visit(...t){return this.getVisitFn(t[0],!1).apply(this,t)}getVisitFn(t,e=!0){return XI(this,t,e)}getVisitFnByTypeId(t,e=!0){return io(this,t,e)}visitNull(t,...e){return null}visitBool(t,...e){return null}visitInt(t,...e){return null}visitFloat(t,...e){return null}visitUtf8(t,...e){return null}visitBinary(t,...e){return null}visitFixedSizeBinary(t,...e){return null}visitDate(t,...e){return null}visitTimestamp(t,...e){return null}visitTime(t,...e){return null}visitDecimal(t,...e){return null}visitList(t,...e){return null}visitStruct(t,...e){return null}visitUnion(t,...e){return null}visitDictionary(t,...e){return null}visitInterval(t,...e){return null}visitFixedSizeList(t,...e){return null}visitMap(t,...e){return null}};function XI(r,t,e=!0){return typeof t=="number"?io(r,t,e):typeof t=="string"&&t in d?io(r,d[t],e):t&&t instanceof I?io(r,Ly(t),e):t?.type&&t.type instanceof I?io(r,Ly(t.type),e):io(r,d.NONE,e)}function io(r,t,e=!0){let i=null;switch(t){case d.Null:i=r.visitNull;break;case d.Bool:i=r.visitBool;break;case d.Int:i=r.visitInt;break;case d.Int8:i=r.visitInt8||r.visitInt;break;case d.Int16:i=r.visitInt16||r.visitInt;break;case d.Int32:i=r.visitInt32||r.visitInt;break;case d.Int64:i=r.visitInt64||r.visitInt;break;case d.Uint8:i=r.visitUint8||r.visitInt;break;case d.Uint16:i=r.visitUint16||r.visitInt;break;case d.Uint32:i=r.visitUint32||r.visitInt;break;case d.Uint64:i=r.visitUint64||r.visitInt;break;case d.Float:i=r.visitFloat;break;case d.Float16:i=r.visitFloat16||r.visitFloat;break;case d.Float32:i=r.visitFloat32||r.visitFloat;break;case d.Float64:i=r.visitFloat64||r.visitFloat;break;case d.Utf8:i=r.visitUtf8;break;case d.Binary:i=r.visitBinary;break;case d.FixedSizeBinary:i=r.visitFixedSizeBinary;break;case d.Date:i=r.visitDate;break;case d.DateDay:i=r.visitDateDay||r.visitDate;break;case d.DateMillisecond:i=r.visitDateMillisecond||r.visitDate;break;case d.Timestamp:i=r.visitTimestamp;break;case d.TimestampSecond:i=r.visitTimestampSecond||r.visitTimestamp;break;case d.TimestampMillisecond:i=r.visitTimestampMillisecond||r.visitTimestamp;break;case d.TimestampMicrosecond:i=r.visitTimestampMicrosecond||r.visitTimestamp;break;case d.TimestampNanosecond:i=r.visitTimestampNanosecond||r.visitTimestamp;break;case d.Time:i=r.visitTime;break;case d.TimeSecond:i=r.visitTimeSecond||r.visitTime;break;case d.TimeMillisecond:i=r.visitTimeMillisecond||r.visitTime;break;case d.TimeMicrosecond:i=r.visitTimeMicrosecond||r.visitTime;break;case d.TimeNanosecond:i=r.visitTimeNanosecond||r.visitTime;break;case d.Decimal:i=r.visitDecimal;break;case d.List:i=r.visitList;break;case d.Struct:i=r.visitStruct;break;case d.Union:i=r.visitUnion;break;case d.DenseUnion:i=r.visitDenseUnion||r.visitUnion;break;case d.SparseUnion:i=r.visitSparseUnion||r.visitUnion;break;case d.Dictionary:i=r.visitDictionary;break;case d.Interval:i=r.visitInterval;break;case d.IntervalDayTime:i=r.visitIntervalDayTime||r.visitInterval;break;case d.IntervalYearMonth:i=r.visitIntervalYearMonth||r.visitInterval;break;case d.FixedSizeList:i=r.visitFixedSizeList;break;case d.Map:i=r.visitMap;break}if(typeof i=="function")return i;if(!e)return()=>null;throw new Error(`Unrecognized type '${d[t]}'`)}function Ly(r){switch(r.typeId){case d.Null:return d.Null;case d.Int:{let{bitWidth:t,isSigned:e}=r;switch(t){case 8:return e?d.Int8:d.Uint8;case 16:return e?d.Int16:d.Uint16;case 32:return e?d.Int32:d.Uint32;case 64:return e?d.Int64:d.Uint64}return d.Int}case d.Float:switch(r.precision){case vt.HALF:return d.Float16;case vt.SINGLE:return d.Float32;case vt.DOUBLE:return d.Float64}return d.Float;case d.Binary:return d.Binary;case d.Utf8:return d.Utf8;case d.Bool:return d.Bool;case d.Decimal:return d.Decimal;case d.Time:switch(r.unit){case Q.SECOND:return d.TimeSecond;case Q.MILLISECOND:return d.TimeMillisecond;case Q.MICROSECOND:return d.TimeMicrosecond;case Q.NANOSECOND:return d.TimeNanosecond}return d.Time;case d.Timestamp:switch(r.unit){case Q.SECOND:return d.TimestampSecond;case Q.MILLISECOND:return d.TimestampMillisecond;case Q.MICROSECOND:return d.TimestampMicrosecond;case Q.NANOSECOND:return d.TimestampNanosecond}return d.Timestamp;case d.Date:switch(r.unit){case Zt.DAY:return d.DateDay;case Zt.MILLISECOND:return d.DateMillisecond}return d.Date;case d.Interval:switch(r.unit){case le.DAY_TIME:return d.IntervalDayTime;case le.YEAR_MONTH:return d.IntervalYearMonth}return d.Interval;case d.Map:return d.Map;case d.List:return d.List;case d.Struct:return d.Struct;case d.Union:switch(r.mode){case At.Dense:return d.DenseUnion;case At.Sparse:return d.SparseUnion}return d.Union;case d.FixedSizeBinary:return d.FixedSizeBinary;case d.FixedSizeList:return d.FixedSizeList;case d.Dictionary:return d.Dictionary}throw new Error(`Unrecognized type '${d[r.typeId]}'`)}S.prototype.visitInt8=null;S.prototype.visitInt16=null;S.prototype.visitInt32=null;S.prototype.visitInt64=null;S.prototype.visitUint8=null;S.prototype.visitUint16=null;S.prototype.visitUint32=null;S.prototype.visitUint64=null;S.prototype.visitFloat16=null;S.prototype.visitFloat32=null;S.prototype.visitFloat64=null;S.prototype.visitDateDay=null;S.prototype.visitDateMillisecond=null;S.prototype.visitTimestampSecond=null;S.prototype.visitTimestampMillisecond=null;S.prototype.visitTimestampMicrosecond=null;S.prototype.visitTimestampNanosecond=null;S.prototype.visitTimeSecond=null;S.prototype.visitTimeMillisecond=null;S.prototype.visitTimeMicrosecond=null;S.prototype.visitTimeNanosecond=null;S.prototype.visitDenseUnion=null;S.prototype.visitSparseUnion=null;S.prototype.visitIntervalDayTime=null;S.prototype.visitIntervalYearMonth=null;var sf={};We(sf,{float64ToUint16:()=>Da,uint16ToFloat64:()=>Fu});var Ry=new Float64Array(1),no=new Uint32Array(Ry.buffer);function Fu(r){let t=(r&31744)>>10,e=(r&1023)/1024,i=Math.pow(-1,(r&32768)>>15);switch(t){case 31:return i*(e?Number.NaN:1/0);case 0:return i*(e?6103515625e-14*e:0)}return i*Math.pow(2,t-15)*(1+e)}function Da(r){if(r!==r)return 32256;Ry[0]=r;let t=(no[1]&2147483648)>>16&65535,e=no[1]&2146435072,i=0;return e>=1089470464?no[0]>0?e=31744:(e=(e&2080374784)>>16,i=(no[1]&1048575)>>10):e<=1056964608?(i=1048576+(no[1]&1048575),i=1048576+(i<<(e>>20)-998)>>21,e=0):(e=e-1056964608>>10,i=(no[1]&1048575)+512>>10),t|e|i&65535}var U=class extends S{};function W(r){return(t,e,i)=>{if(t.setValid(e,i!=null))return r(t,e,i)}}var tv=(r,t,e)=>{r[t]=Math.trunc(e/864e5)},of=(r,t,e)=>{r[t]=Math.trunc(e%4294967296),r[t+1]=Math.trunc(e/4294967296)},ev=(r,t,e)=>{r[t]=Math.trunc(e*1e3%4294967296),r[t+1]=Math.trunc(e*1e3/4294967296)},rv=(r,t,e)=>{r[t]=Math.trunc(e*1e6%4294967296),r[t+1]=Math.trunc(e*1e6/4294967296)},My=(r,t,e,i)=>{if(e+1<t.length){let{[e]:n,[e+1]:s}=t;r.set(i.subarray(0,s-n),n)}},iv=({offset:r,values:t},e,i)=>{let n=r+e;i?t[n>>3]|=1<<n%8:t[n>>3]&=~(1<<n%8)},Wi=({values:r},t,e)=>{r[t]=e},af=({values:r},t,e)=>{r[t]=e},Uy=({values:r},t,e)=>{r[t]=Da(e)},nv=(r,t,e)=>{switch(r.type.precision){case vt.HALF:return Uy(r,t,e);case vt.SINGLE:case vt.DOUBLE:return af(r,t,e)}},Ou=({values:r},t,e)=>{tv(r,t,e.valueOf())},Eu=({values:r},t,e)=>{of(r,t*2,e.valueOf())},cf=({stride:r,values:t},e,i)=>{t.set(i.subarray(0,r),r*e)},sv=({values:r,valueOffsets:t},e,i)=>My(r,t,e,i),ov=({values:r,valueOffsets:t},e,i)=>{My(r,t,e,Sn(i))},lf=(r,t,e)=>{r.type.unit===Zt.DAY?Ou(r,t,e):Eu(r,t,e)},Du=({values:r},t,e)=>of(r,t*2,e/1e3),Nu=({values:r},t,e)=>of(r,t*2,e),Lu=({values:r},t,e)=>ev(r,t*2,e),Ru=({values:r},t,e)=>rv(r,t*2,e),uf=(r,t,e)=>{switch(r.type.unit){case Q.SECOND:return Du(r,t,e);case Q.MILLISECOND:return Nu(r,t,e);case Q.MICROSECOND:return Lu(r,t,e);case Q.NANOSECOND:return Ru(r,t,e)}},Mu=({values:r},t,e)=>{r[t]=e},Uu=({values:r},t,e)=>{r[t]=e},Cu=({values:r},t,e)=>{r[t]=e},ku=({values:r},t,e)=>{r[t]=e},df=(r,t,e)=>{switch(r.type.unit){case Q.SECOND:return Mu(r,t,e);case Q.MILLISECOND:return Uu(r,t,e);case Q.MICROSECOND:return Cu(r,t,e);case Q.NANOSECOND:return ku(r,t,e)}},hf=({values:r,stride:t},e,i)=>{r.set(i.subarray(0,t),t*e)},av=(r,t,e)=>{let i=r.children[0],n=r.valueOffsets,s=Xt.getVisitFn(i);if(Array.isArray(e))for(let o=-1,a=n[t],c=n[t+1];a<c;)s(i,a++,e[++o]);else for(let o=-1,a=n[t],c=n[t+1];a<c;)s(i,a++,e.get(++o))},cv=(r,t,e)=>{let i=r.children[0],{valueOffsets:n}=r,s=Xt.getVisitFn(i),{[t]:o,[t+1]:a}=n,c=e instanceof Map?e.entries():Object.entries(e);for(let l of c)if(s(i,o,l),++o>=a)break},lv=(r,t)=>(e,i,n,s)=>i&&e(i,r,t[s]),uv=(r,t)=>(e,i,n,s)=>i&&e(i,r,t.get(s)),dv=(r,t)=>(e,i,n,s)=>i&&e(i,r,t.get(n.name)),hv=(r,t)=>(e,i,n,s)=>i&&e(i,r,t[n.name]),fv=(r,t,e)=>{let i=r.type.children.map(s=>Xt.getVisitFn(s.type)),n=e instanceof Map?dv(t,e):e instanceof et?uv(t,e):Array.isArray(e)?lv(t,e):hv(t,e);r.type.children.forEach((s,o)=>n(i[o],r.children[o],s,o))},pv=(r,t,e)=>{r.type.mode===At.Dense?Cy(r,t,e):ky(r,t,e)},Cy=(r,t,e)=>{let i=r.type.typeIdToChildIndex[r.typeIds[t]],n=r.children[i];Xt.visit(n,r.valueOffsets[t],e)},ky=(r,t,e)=>{let i=r.type.typeIdToChildIndex[r.typeIds[t]],n=r.children[i];Xt.visit(n,t,e)},mv=(r,t,e)=>{var i;(i=r.dictionary)===null||i===void 0||i.set(r.values[t],e)},ff=(r,t,e)=>{r.type.unit===le.DAY_TIME?Vu(r,t,e):Pu(r,t,e)},Vu=({values:r},t,e)=>{r.set(e.subarray(0,2),2*t)},Pu=({values:r},t,e)=>{r[t]=e[0]*12+e[1]%12},yv=(r,t,e)=>{let{stride:i}=r,n=r.children[0],s=Xt.getVisitFn(n);if(Array.isArray(e))for(let o=-1,a=t*i;++o<i;)s(n,a+o,e[o]);else for(let o=-1,a=t*i;++o<i;)s(n,a+o,e.get(o))};U.prototype.visitBool=W(iv);U.prototype.visitInt=W(Wi);U.prototype.visitInt8=W(Wi);U.prototype.visitInt16=W(Wi);U.prototype.visitInt32=W(Wi);U.prototype.visitInt64=W(Wi);U.prototype.visitUint8=W(Wi);U.prototype.visitUint16=W(Wi);U.prototype.visitUint32=W(Wi);U.prototype.visitUint64=W(Wi);U.prototype.visitFloat=W(nv);U.prototype.visitFloat16=W(Uy);U.prototype.visitFloat32=W(af);U.prototype.visitFloat64=W(af);U.prototype.visitUtf8=W(ov);U.prototype.visitBinary=W(sv);U.prototype.visitFixedSizeBinary=W(cf);U.prototype.visitDate=W(lf);U.prototype.visitDateDay=W(Ou);U.prototype.visitDateMillisecond=W(Eu);U.prototype.visitTimestamp=W(uf);U.prototype.visitTimestampSecond=W(Du);U.prototype.visitTimestampMillisecond=W(Nu);U.prototype.visitTimestampMicrosecond=W(Lu);U.prototype.visitTimestampNanosecond=W(Ru);U.prototype.visitTime=W(df);U.prototype.visitTimeSecond=W(Mu);U.prototype.visitTimeMillisecond=W(Uu);U.prototype.visitTimeMicrosecond=W(Cu);U.prototype.visitTimeNanosecond=W(ku);U.prototype.visitDecimal=W(hf);U.prototype.visitList=W(av);U.prototype.visitStruct=W(fv);U.prototype.visitUnion=W(pv);U.prototype.visitDenseUnion=W(Cy);U.prototype.visitSparseUnion=W(ky);U.prototype.visitDictionary=W(mv);U.prototype.visitInterval=W(ff);U.prototype.visitIntervalDayTime=W(Vu);U.prototype.visitIntervalYearMonth=W(Pu);U.prototype.visitFixedSizeList=W(yv);U.prototype.visitMap=W(cv);var Xt=new U;var Ur=Symbol.for("parent"),so=Symbol.for("rowIndex"),xn=class{constructor(t,e){return this[Ur]=t,this[so]=e,new Proxy(this,new mf)}toArray(){return Object.values(this.toJSON())}toJSON(){let t=this[so],e=this[Ur],i=e.type.children,n={};for(let s=-1,o=i.length;++s<o;)n[i[s].name]=Vt.visit(e.children[s],t);return n}toString(){return`{${[...this].map(([t,e])=>`${Or(t)}: ${Or(e)}`).join(", ")}}`}[Symbol.for("nodejs.util.inspect.custom")](){return this.toString()}[Symbol.iterator](){return new pf(this[Ur],this[so])}},pf=class{constructor(t,e){this.childIndex=0,this.children=t.children,this.rowIndex=e,this.childFields=t.type.children,this.numChildren=this.childFields.length}[Symbol.iterator](){return this}next(){let t=this.childIndex;return t<this.numChildren?(this.childIndex=t+1,{done:!1,value:[this.childFields[t].name,Vt.visit(this.children[t],this.rowIndex)]}):{done:!0,value:null}}};Object.defineProperties(xn.prototype,{[Symbol.toStringTag]:{enumerable:!1,configurable:!1,value:"Row"},[Ur]:{writable:!0,enumerable:!1,configurable:!1,value:null},[so]:{writable:!0,enumerable:!1,configurable:!1,value:-1}});var mf=class{isExtensible(){return!1}deleteProperty(){return!1}preventExtensions(){return!0}ownKeys(t){return t[Ur].type.children.map(e=>e.name)}has(t,e){return t[Ur].type.children.findIndex(i=>i.name===e)!==-1}getOwnPropertyDescriptor(t,e){if(t[Ur].type.children.findIndex(i=>i.name===e)!==-1)return{writable:!0,enumerable:!0,configurable:!0}}get(t,e){if(Reflect.has(t,e))return t[e];let i=t[Ur].type.children.findIndex(n=>n.name===e);if(i!==-1){let n=Vt.visit(t[Ur].children[i],t[so]);return Reflect.set(t,e,n),n}}set(t,e,i){let n=t[Ur].type.children.findIndex(s=>s.name===e);return n!==-1?(Xt.visit(t[Ur].children[n],t[so],i),Reflect.set(t,e,i)):Reflect.has(t,e)||typeof e=="symbol"?Reflect.set(t,e,i):!1}};var F=class extends S{};function j(r){return(t,e)=>t.getValid(e)?r(t,e):null}var gv=(r,t)=>864e5*r[t],yf=(r,t)=>4294967296*r[t+1]+(r[t]>>>0),bv=(r,t)=>4294967296*(r[t+1]/1e3)+(r[t]>>>0)/1e3,_v=(r,t)=>4294967296*(r[t+1]/1e6)+(r[t]>>>0)/1e6,Vy=r=>new Date(r),wv=(r,t)=>Vy(gv(r,t)),Iv=(r,t)=>Vy(yf(r,t)),vv=(r,t)=>null,Py=(r,t,e)=>{if(e+1>=t.length)return null;let i=t[e],n=t[e+1];return r.subarray(i,n)},Sv=({offset:r,values:t},e)=>{let i=r+e;return(t[i>>3]&1<<i%8)!==0},jy=({values:r},t)=>wv(r,t),zy=({values:r},t)=>Iv(r,t*2),Tn=({stride:r,values:t},e)=>t[r*e],Bv=({stride:r,values:t},e)=>Fu(t[r*e]),$y=({values:r},t)=>r[t],xv=({stride:r,values:t},e)=>t.subarray(r*e,r*(e+1)),Tv=({values:r,valueOffsets:t},e)=>Py(r,t,e),Av=({values:r,valueOffsets:t},e)=>{let i=Py(r,t,e);return i!==null?Ta(i):null},Fv=({values:r},t)=>r[t],Ov=({type:r,values:t},e)=>r.precision!==vt.HALF?t[e]:Fu(t[e]),Ev=(r,t)=>r.type.unit===Zt.DAY?jy(r,t):zy(r,t),Wy=({values:r},t)=>1e3*yf(r,t*2),qy=({values:r},t)=>yf(r,t*2),Yy=({values:r},t)=>bv(r,t*2),Gy=({values:r},t)=>_v(r,t*2),Dv=(r,t)=>{switch(r.type.unit){case Q.SECOND:return Wy(r,t);case Q.MILLISECOND:return qy(r,t);case Q.MICROSECOND:return Yy(r,t);case Q.NANOSECOND:return Gy(r,t)}},Hy=({values:r},t)=>r[t],Ky=({values:r},t)=>r[t],Jy=({values:r},t)=>r[t],Qy=({values:r},t)=>r[t],Nv=(r,t)=>{switch(r.type.unit){case Q.SECOND:return Hy(r,t);case Q.MILLISECOND:return Ky(r,t);case Q.MICROSECOND:return Jy(r,t);case Q.NANOSECOND:return Qy(r,t)}},Lv=({values:r,stride:t},e)=>Ea.decimal(r.subarray(t*e,t*(e+1))),Rv=(r,t)=>{let{valueOffsets:e,stride:i,children:n}=r,{[t*i]:s,[t*i+1]:o}=e,c=n[0].slice(s,o-s);return new et([c])},Mv=(r,t)=>{let{valueOffsets:e,children:i}=r,{[t]:n,[t+1]:s}=e,o=i[0];return new si(o.slice(n,s-n))},Uv=(r,t)=>new xn(r,t),Cv=(r,t)=>r.type.mode===At.Dense?Zy(r,t):Xy(r,t),Zy=(r,t)=>{let e=r.type.typeIdToChildIndex[r.typeIds[t]],i=r.children[e];return Vt.visit(i,r.valueOffsets[t])},Xy=(r,t)=>{let e=r.type.typeIdToChildIndex[r.typeIds[t]],i=r.children[e];return Vt.visit(i,t)},kv=(r,t)=>{var e;return(e=r.dictionary)===null||e===void 0?void 0:e.get(r.values[t])},Vv=(r,t)=>r.type.unit===le.DAY_TIME?tg(r,t):eg(r,t),tg=({values:r},t)=>r.subarray(2*t,2*(t+1)),eg=({values:r},t)=>{let e=r[t],i=new Int32Array(2);return i[0]=Math.trunc(e/12),i[1]=Math.trunc(e%12),i},Pv=(r,t)=>{let{stride:e,children:i}=r,s=i[0].slice(t*e,e);return new et([s])};F.prototype.visitNull=j(vv);F.prototype.visitBool=j(Sv);F.prototype.visitInt=j(Fv);F.prototype.visitInt8=j(Tn);F.prototype.visitInt16=j(Tn);F.prototype.visitInt32=j(Tn);F.prototype.visitInt64=j($y);F.prototype.visitUint8=j(Tn);F.prototype.visitUint16=j(Tn);F.prototype.visitUint32=j(Tn);F.prototype.visitUint64=j($y);F.prototype.visitFloat=j(Ov);F.prototype.visitFloat16=j(Bv);F.prototype.visitFloat32=j(Tn);F.prototype.visitFloat64=j(Tn);F.prototype.visitUtf8=j(Av);F.prototype.visitBinary=j(Tv);F.prototype.visitFixedSizeBinary=j(xv);F.prototype.visitDate=j(Ev);F.prototype.visitDateDay=j(jy);F.prototype.visitDateMillisecond=j(zy);F.prototype.visitTimestamp=j(Dv);F.prototype.visitTimestampSecond=j(Wy);F.prototype.visitTimestampMillisecond=j(qy);F.prototype.visitTimestampMicrosecond=j(Yy);F.prototype.visitTimestampNanosecond=j(Gy);F.prototype.visitTime=j(Nv);F.prototype.visitTimeSecond=j(Hy);F.prototype.visitTimeMillisecond=j(Ky);F.prototype.visitTimeMicrosecond=j(Jy);F.prototype.visitTimeNanosecond=j(Qy);F.prototype.visitDecimal=j(Lv);F.prototype.visitList=j(Rv);F.prototype.visitStruct=j(Uv);F.prototype.visitUnion=j(Cv);F.prototype.visitDenseUnion=j(Zy);F.prototype.visitSparseUnion=j(Xy);F.prototype.visitDictionary=j(kv);F.prototype.visitInterval=j(Vv);F.prototype.visitIntervalDayTime=j(tg);F.prototype.visitIntervalYearMonth=j(eg);F.prototype.visitFixedSizeList=j(Pv);F.prototype.visitMap=j(Mv);var Vt=new F;var sr=Symbol.for("keys"),oo=Symbol.for("vals"),si=class{constructor(t){return this[sr]=new et([t.children[0]]).memoize(),this[oo]=t.children[1],new Proxy(this,new bf)}[Symbol.iterator](){return new gf(this[sr],this[oo])}get size(){return this[sr].length}toArray(){return Object.values(this.toJSON())}toJSON(){let t=this[sr],e=this[oo],i={};for(let n=-1,s=t.length;++n<s;)i[t.get(n)]=Vt.visit(e,n);return i}toString(){return`{${[...this].map(([t,e])=>`${Or(t)}: ${Or(e)}`).join(", ")}}`}[Symbol.for("nodejs.util.inspect.custom")](){return this.toString()}},gf=class{constructor(t,e){this.keys=t,this.vals=e,this.keyIndex=0,this.numKeys=t.length}[Symbol.iterator](){return this}next(){let t=this.keyIndex;return t===this.numKeys?{done:!0,value:null}:(this.keyIndex++,{done:!1,value:[this.keys.get(t),Vt.visit(this.vals,t)]})}},bf=class{isExtensible(){return!1}deleteProperty(){return!1}preventExtensions(){return!0}ownKeys(t){return t[sr].toArray().map(String)}has(t,e){return t[sr].includes(e)}getOwnPropertyDescriptor(t,e){if(t[sr].indexOf(e)!==-1)return{writable:!0,enumerable:!0,configurable:!0}}get(t,e){if(Reflect.has(t,e))return t[e];let i=t[sr].indexOf(e);if(i!==-1){let n=Vt.visit(Reflect.get(t,oo),i);return Reflect.set(t,e,n),n}}set(t,e,i){let n=t[sr].indexOf(e);return n!==-1?(Xt.visit(Reflect.get(t,oo),n,i),Reflect.set(t,e,i)):Reflect.has(t,e)?Reflect.set(t,e,i):!1}};Object.defineProperties(si.prototype,{[Symbol.toStringTag]:{enumerable:!1,configurable:!1,value:"Row"},[sr]:{writable:!0,enumerable:!1,configurable:!1,value:null},[oo]:{writable:!0,enumerable:!1,configurable:!1,value:null}});function jv(r,t,e){let i=r.length,n=t>-1?t:i+t%i;return e?e(r,n):n}var rg;function Na(r,t,e,i){let{length:n=0}=r,s=typeof t!="number"?0:t,o=typeof e!="number"?n:e;return s<0&&(s=(s%n+n)%n),o<0&&(o=(o%n+n)%n),o<s&&(rg=s,s=o,o=rg),o>n&&(o=n),i?i(r,s,o):[s,o]}var ig=r=>r!==r;function An(r){if(typeof r!=="object"||r===null)return ig(r)?ig:e=>e===r;if(r instanceof Date){let e=r.valueOf();return i=>i instanceof Date?i.valueOf()===e:!1}return ArrayBuffer.isView(r)?e=>e?Zh(r,e):!1:r instanceof Map?$v(r):Array.isArray(r)?zv(r):r instanceof et?Wv(r):qv(r,!0)}function zv(r){let t=[];for(let e=-1,i=r.length;++e<i;)t[e]=An(r[e]);return ju(t)}function $v(r){let t=-1,e=[];for(let i of r.values())e[++t]=An(i);return ju(e)}function Wv(r){let t=[];for(let e=-1,i=r.length;++e<i;)t[e]=An(r.get(e));return ju(t)}function qv(r,t=!1){let e=Object.keys(r);if(!t&&e.length===0)return()=>!1;let i=[];for(let n=-1,s=e.length;++n<s;)i[n]=An(r[e[n]]);return ju(i,e)}function ju(r,t){return e=>{if(!e||typeof e!="object")return!1;switch(e.constructor){case Array:return Yv(r,e);case Map:return ng(r,e,e.keys());case si:case xn:case Object:case void 0:return ng(r,e,t||Object.keys(e))}return e instanceof et?Gv(r,e):!1}}function Yv(r,t){let e=r.length;if(t.length!==e)return!1;for(let i=-1;++i<e;)if(!r[i](t[i]))return!1;return!0}function Gv(r,t){let e=r.length;if(t.length!==e)return!1;for(let i=-1;++i<e;)if(!r[i](t.get(i)))return!1;return!0}function ng(r,t,e){let i=e[Symbol.iterator](),n=t instanceof Map?t.keys():Object.keys(t)[Symbol.iterator](),s=t instanceof Map?t.values():Object.values(t)[Symbol.iterator](),o=0,a=r.length,c=s.next(),l=i.next(),u=n.next();for(;o<a&&!l.done&&!u.done&&!c.done&&!(l.value!==u.value||!r[o](c.value));++o,l=i.next(),u=n.next(),c=s.next());return o===a&&l.done&&u.done&&c.done?!0:(i.return&&i.return(),n.return&&n.return(),s.return&&s.return(),!1)}var wf={};We(wf,{BitIterator:()=>fs,getBit:()=>sg,getBool:()=>$u,packBools:()=>ps,popcnt_array:()=>og,popcnt_bit_range:()=>La,popcnt_uint32:()=>zu,setBool:()=>Hv,truncateBitmap:()=>ao});function $u(r,t,e,i){return(e&1<<i)!==0}function sg(r,t,e,i){return(e&1<<i)>>i}function Hv(r,t,e){return e?!!(r[t>>3]|=1<<t%8)||!0:!(r[t>>3]&=~(1<<t%8))&&!1}function ao(r,t,e){let i=e.byteLength+7&-8;if(r>0||e.byteLength<i){let n=new Uint8Array(i);return n.set(r%8===0?e.subarray(r>>3):ps(new fs(e,r,t,null,$u)).subarray(0,i)),n}return e}function ps(r){let t=[],e=0,i=0,n=0;for(let o of r)o&&(n|=1<<i),++i===8&&(t[e++]=n,n=i=0);(e===0||i>0)&&(t[e++]=n);let s=new Uint8Array(t.length+7&-8);return s.set(t),s}var fs=class{constructor(t,e,i,n,s){this.bytes=t,this.length=i,this.context=n,this.get=s,this.bit=e%8,this.byteIndex=e>>3,this.byte=t[this.byteIndex++],this.index=0}next(){return this.index<this.length?(this.bit===8&&(this.bit=0,this.byte=this.bytes[this.byteIndex++]),{value:this.get(this.context,this.index++,this.byte,this.bit++)}):{done:!0,value:null}}[Symbol.iterator](){return this}};function La(r,t,e){if(e-t<=0)return 0;if(e-t<8){let s=0;for(let o of new fs(r,t,e-t,r,sg))s+=o;return s}let i=e>>3<<3,n=t+(t%8===0?0:8-t%8);return La(r,t,n)+La(r,i,e)+og(r,n>>3,i-n>>3)}function og(r,t,e){let i=0,n=Math.trunc(t),s=new DataView(r.buffer,r.byteOffset,r.byteLength),o=e===void 0?r.byteLength:n+e;for(;o-n>=4;)i+=zu(s.getUint32(n)),n+=4;for(;o-n>=2;)i+=zu(s.getUint16(n)),n+=2;for(;o-n>=1;)i+=zu(s.getUint8(n)),n+=1;return i}function zu(r){let t=Math.trunc(r);return t=t-(t>>>1&1431655765),t=(t&858993459)+(t>>>2&858993459),(t+(t>>>4)&252645135)*16843009>>>24}var Kv=-1,dt=class r{constructor(t,e,i,n,s,o=[],a){this.type=t,this.children=o,this.dictionary=a,this.offset=Math.floor(Math.max(e||0,0)),this.length=Math.floor(Math.max(i||0,0)),this._nullCount=Math.floor(Math.max(n||0,-1));let c;s instanceof r?(this.stride=s.stride,this.values=s.values,this.typeIds=s.typeIds,this.nullBitmap=s.nullBitmap,this.valueOffsets=s.valueOffsets):(this.stride=Ve(t),s&&((c=s[0])&&(this.valueOffsets=c),(c=s[1])&&(this.values=c),(c=s[2])&&(this.nullBitmap=c),(c=s[3])&&(this.typeIds=c))),this.nullable=this._nullCount!==0&&this.nullBitmap&&this.nullBitmap.byteLength>0}get typeId(){return this.type.typeId}get ArrayType(){return this.type.ArrayType}get buffers(){return[this.valueOffsets,this.values,this.nullBitmap,this.typeIds]}get byteLength(){let t=0,{valueOffsets:e,values:i,nullBitmap:n,typeIds:s}=this;return e&&(t+=e.byteLength),i&&(t+=i.byteLength),n&&(t+=n.byteLength),s&&(t+=s.byteLength),this.children.reduce((o,a)=>o+a.byteLength,t)}get nullCount(){let t=this._nullCount,e;return t<=Kv&&(e=this.nullBitmap)&&(this._nullCount=t=this.length-La(e,this.offset,this.offset+this.length)),t}getValid(t){if(this.nullable&&this.nullCount>0){let e=this.offset+t;return(this.nullBitmap[e>>3]&1<<e%8)!==0}return!0}setValid(t,e){if(!this.nullable)return e;if(!this.nullBitmap||this.nullBitmap.byteLength<=t>>3){let{nullBitmap:c}=this._changeLengthAndBackfillNullBitmap(this.length);Object.assign(this,{nullBitmap:c,_nullCount:0})}let{nullBitmap:i,offset:n}=this,s=n+t>>3,o=(n+t)%8,a=i[s]>>o&1;return e?a===0&&(i[s]|=1<<o,this._nullCount=this.nullCount+1):a===1&&(i[s]&=~(1<<o),this._nullCount=this.nullCount-1),e}clone(t=this.type,e=this.offset,i=this.length,n=this._nullCount,s=this,o=this.children){return new r(t,e,i,n,s,o,this.dictionary)}slice(t,e){let{stride:i,typeId:n,children:s}=this,o=+(this._nullCount===0)-1,a=n===16?i:1,c=this._sliceBuffers(t,e,i,n);return this.clone(this.type,this.offset+t,e,o,c,s.length===0||this.valueOffsets?s:this._sliceChildren(s,a*t,a*e))}_changeLengthAndBackfillNullBitmap(t){if(this.typeId===d.Null)return this.clone(this.type,0,t,0);let{length:e,nullCount:i}=this,n=new Uint8Array((t+63&-64)>>3).fill(255,0,e>>3);n[e>>3]=(1<<e-(e&-8))-1,i>0&&n.set(ao(this.offset,e,this.nullBitmap),0);let s=this.buffers;return s[nr.VALIDITY]=n,this.clone(this.type,0,t,i+(t-e),s)}_sliceBuffers(t,e,i,n){let s,{buffers:o}=this;return(s=o[nr.TYPE])&&(o[nr.TYPE]=s.subarray(t,t+e)),(s=o[nr.OFFSET])&&(o[nr.OFFSET]=s.subarray(t,t+e+1))||(s=o[nr.DATA])&&(o[nr.DATA]=n===6?s:s.subarray(i*t,i*(t+e))),o}_sliceChildren(t,e,i){return t.map(n=>n.slice(e,i))}};dt.prototype.children=Object.freeze([]);var If=class r extends S{visit(t){return this.getVisitFn(t.type).call(this,t)}visitNull(t){let{["type"]:e,["offset"]:i=0,["length"]:n=0}=t;return new dt(e,i,n,0)}visitBool(t){let{["type"]:e,["offset"]:i=0}=t,n=M(t.nullBitmap),s=H(e.ArrayType,t.data),{["length"]:o=s.length>>3,["nullCount"]:a=t.nullBitmap?-1:0}=t;return new dt(e,i,o,a,[void 0,s,n])}visitInt(t){let{["type"]:e,["offset"]:i=0}=t,n=M(t.nullBitmap),s=H(e.ArrayType,t.data),{["length"]:o=s.length,["nullCount"]:a=t.nullBitmap?-1:0}=t;return new dt(e,i,o,a,[void 0,s,n])}visitFloat(t){let{["type"]:e,["offset"]:i=0}=t,n=M(t.nullBitmap),s=H(e.ArrayType,t.data),{["length"]:o=s.length,["nullCount"]:a=t.nullBitmap?-1:0}=t;return new dt(e,i,o,a,[void 0,s,n])}visitUtf8(t){let{["type"]:e,["offset"]:i=0}=t,n=M(t.data),s=M(t.nullBitmap),o=hs(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new dt(e,i,a,c,[o,n,s])}visitBinary(t){let{["type"]:e,["offset"]:i=0}=t,n=M(t.data),s=M(t.nullBitmap),o=hs(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new dt(e,i,a,c,[o,n,s])}visitFixedSizeBinary(t){let{["type"]:e,["offset"]:i=0}=t,n=M(t.nullBitmap),s=H(e.ArrayType,t.data),{["length"]:o=s.length/Ve(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new dt(e,i,o,a,[void 0,s,n])}visitDate(t){let{["type"]:e,["offset"]:i=0}=t,n=M(t.nullBitmap),s=H(e.ArrayType,t.data),{["length"]:o=s.length/Ve(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new dt(e,i,o,a,[void 0,s,n])}visitTimestamp(t){let{["type"]:e,["offset"]:i=0}=t,n=M(t.nullBitmap),s=H(e.ArrayType,t.data),{["length"]:o=s.length/Ve(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new dt(e,i,o,a,[void 0,s,n])}visitTime(t){let{["type"]:e,["offset"]:i=0}=t,n=M(t.nullBitmap),s=H(e.ArrayType,t.data),{["length"]:o=s.length/Ve(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new dt(e,i,o,a,[void 0,s,n])}visitDecimal(t){let{["type"]:e,["offset"]:i=0}=t,n=M(t.nullBitmap),s=H(e.ArrayType,t.data),{["length"]:o=s.length/Ve(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new dt(e,i,o,a,[void 0,s,n])}visitList(t){let{["type"]:e,["offset"]:i=0,["child"]:n}=t,s=M(t.nullBitmap),o=hs(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new dt(e,i,a,c,[o,void 0,s],[n])}visitStruct(t){let{["type"]:e,["offset"]:i=0,["children"]:n=[]}=t,s=M(t.nullBitmap),{length:o=n.reduce((c,{length:l})=>Math.max(c,l),0),nullCount:a=t.nullBitmap?-1:0}=t;return new dt(e,i,o,a,[void 0,void 0,s],n)}visitUnion(t){let{["type"]:e,["offset"]:i=0,["children"]:n=[]}=t,s=M(t.nullBitmap),o=H(e.ArrayType,t.typeIds),{["length"]:a=o.length,["nullCount"]:c=t.nullBitmap?-1:0}=t;if(I.isSparseUnion(e))return new dt(e,i,a,c,[void 0,void 0,s,o],n);let l=hs(t.valueOffsets);return new dt(e,i,a,c,[l,void 0,s,o],n)}visitDictionary(t){let{["type"]:e,["offset"]:i=0}=t,n=M(t.nullBitmap),s=H(e.indices.ArrayType,t.data),{["dictionary"]:o=new et([new r().visit({type:e.dictionary})])}=t,{["length"]:a=s.length,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new dt(e,i,a,c,[void 0,s,n],[],o)}visitInterval(t){let{["type"]:e,["offset"]:i=0}=t,n=M(t.nullBitmap),s=H(e.ArrayType,t.data),{["length"]:o=s.length/Ve(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new dt(e,i,o,a,[void 0,s,n])}visitFixedSizeList(t){let{["type"]:e,["offset"]:i=0,["child"]:n=new r().visit({type:e.valueType})}=t,s=M(t.nullBitmap),{["length"]:o=n.length/Ve(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new dt(e,i,o,a,[void 0,void 0,s],[n])}visitMap(t){let{["type"]:e,["offset"]:i=0,["child"]:n=new r().visit({type:e.childType})}=t,s=M(t.nullBitmap),o=hs(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new dt(e,i,a,c,[o,void 0,s],[n])}};function k(r){return new If().visit(r)}var Ra=class{constructor(t=0,e){this.numChunks=t,this.getChunkIterator=e,this.chunkIndex=0,this.chunkIterator=this.getChunkIterator(0)}next(){for(;this.chunkIndex<this.numChunks;){let t=this.chunkIterator.next();if(!t.done)return t;++this.chunkIndex<this.numChunks&&(this.chunkIterator=this.getChunkIterator(this.chunkIndex))}return{done:!0,value:null}}[Symbol.iterator](){return this}};function Wu(r){return r.reduce((t,e)=>t+e.nullCount,0)}function qu(r){return r.reduce((t,e,i)=>(t[i+1]=t[i]+e.length,t),new Uint32Array(r.length+1))}function Yu(r,t,e,i){let n=[];for(let s=-1,o=r.length;++s<o;){let a=r[s],c=t[s],{length:l}=a;if(c>=i)break;if(e>=c+l)continue;if(c>=e&&c+l<=i){n.push(a);continue}let u=Math.max(0,e-c),h=Math.min(i-c,l);n.push(a.slice(u,h-u))}return n.length===0&&n.push(r[0].slice(0,0)),n}function vf(r,t,e,i){let n=0,s=0,o=t.length-1;do{if(n>=o-1)return e<t[o]?i(r,n,e-t[n]):null;s=n+Math.trunc((o-n)*.5),e<t[s]?o=s:n=s}while(n<o)}function Ma(r,t){return r.getValid(t)}function Fn(r){function t(e,i,n){return r(e[i],n)}return function(e){let i=this.data;return vf(i,this._offsets,e,t)}}function Gu(r){let t;function e(i,n,s){return r(i[n],s,t)}return function(i,n){let s=this.data;t=n;let o=vf(s,this._offsets,i,e);return t=void 0,o}}function Hu(r){let t;function e(i,n,s){let o=s,a=0,c=0;for(let l=n-1,u=i.length;++l<u;){let h=i[l];if(~(a=r(h,t,o)))return c+a;o=0,c+=h.length}return-1}return function(i,n){t=i;let s=this.data,o=typeof n!="number"?e(s,0,0):vf(s,this._offsets,n,e);return t=void 0,o}}var O=class extends S{};function Jv(r,t){return t===null&&r.length>0?0:-1}function Qv(r,t){let{nullBitmap:e}=r;if(!e||r.nullCount<=0)return-1;let i=0;for(let n of new fs(e,r.offset+(t||0),r.length,e,$u)){if(!n)return i;++i}return-1}function K(r,t,e){if(t===void 0)return-1;if(t===null)return Qv(r,e);let i=Vt.getVisitFn(r),n=An(t);for(let s=(e||0)-1,o=r.length;++s<o;)if(n(i(r,s)))return s;return-1}function ag(r,t,e){let i=Vt.getVisitFn(r),n=An(t);for(let s=(e||0)-1,o=r.length;++s<o;)if(n(i(r,s)))return s;return-1}O.prototype.visitNull=Jv;O.prototype.visitBool=K;O.prototype.visitInt=K;O.prototype.visitInt8=K;O.prototype.visitInt16=K;O.prototype.visitInt32=K;O.prototype.visitInt64=K;O.prototype.visitUint8=K;O.prototype.visitUint16=K;O.prototype.visitUint32=K;O.prototype.visitUint64=K;O.prototype.visitFloat=K;O.prototype.visitFloat16=K;O.prototype.visitFloat32=K;O.prototype.visitFloat64=K;O.prototype.visitUtf8=K;O.prototype.visitBinary=K;O.prototype.visitFixedSizeBinary=K;O.prototype.visitDate=K;O.prototype.visitDateDay=K;O.prototype.visitDateMillisecond=K;O.prototype.visitTimestamp=K;O.prototype.visitTimestampSecond=K;O.prototype.visitTimestampMillisecond=K;O.prototype.visitTimestampMicrosecond=K;O.prototype.visitTimestampNanosecond=K;O.prototype.visitTime=K;O.prototype.visitTimeSecond=K;O.prototype.visitTimeMillisecond=K;O.prototype.visitTimeMicrosecond=K;O.prototype.visitTimeNanosecond=K;O.prototype.visitDecimal=K;O.prototype.visitList=K;O.prototype.visitStruct=K;O.prototype.visitUnion=K;O.prototype.visitDenseUnion=ag;O.prototype.visitSparseUnion=ag;O.prototype.visitDictionary=K;O.prototype.visitInterval=K;O.prototype.visitIntervalDayTime=K;O.prototype.visitIntervalYearMonth=K;O.prototype.visitFixedSizeList=K;O.prototype.visitMap=K;var ms=new O;var E=class extends S{};function z(r){let{type:t}=r;if(r.nullCount===0&&r.stride===1&&(t.typeId===d.Timestamp||t instanceof Ut&&t.bitWidth!==64||t instanceof Dr&&t.bitWidth!==64||t instanceof Ie&&t.precision!==vt.HALF))return new Ra(r.data.length,i=>{let n=r.data[i];return n.values.subarray(0,n.length)[Symbol.iterator]()});let e=0;return new Ra(r.data.length,i=>{let s=r.data[i].length,o=r.slice(e,e+s);return e+=s,new Sf(o)})}var Sf=class{constructor(t){this.vector=t,this.index=0}next(){return this.index<this.vector.length?{value:this.vector.get(this.index++)}:{done:!0,value:null}}[Symbol.iterator](){return this}};E.prototype.visitNull=z;E.prototype.visitBool=z;E.prototype.visitInt=z;E.prototype.visitInt8=z;E.prototype.visitInt16=z;E.prototype.visitInt32=z;E.prototype.visitInt64=z;E.prototype.visitUint8=z;E.prototype.visitUint16=z;E.prototype.visitUint32=z;E.prototype.visitUint64=z;E.prototype.visitFloat=z;E.prototype.visitFloat16=z;E.prototype.visitFloat32=z;E.prototype.visitFloat64=z;E.prototype.visitUtf8=z;E.prototype.visitBinary=z;E.prototype.visitFixedSizeBinary=z;E.prototype.visitDate=z;E.prototype.visitDateDay=z;E.prototype.visitDateMillisecond=z;E.prototype.visitTimestamp=z;E.prototype.visitTimestampSecond=z;E.prototype.visitTimestampMillisecond=z;E.prototype.visitTimestampMicrosecond=z;E.prototype.visitTimestampNanosecond=z;E.prototype.visitTime=z;E.prototype.visitTimeSecond=z;E.prototype.visitTimeMillisecond=z;E.prototype.visitTimeMicrosecond=z;E.prototype.visitTimeNanosecond=z;E.prototype.visitDecimal=z;E.prototype.visitList=z;E.prototype.visitStruct=z;E.prototype.visitUnion=z;E.prototype.visitDenseUnion=z;E.prototype.visitSparseUnion=z;E.prototype.visitDictionary=z;E.prototype.visitInterval=z;E.prototype.visitIntervalDayTime=z;E.prototype.visitIntervalYearMonth=z;E.prototype.visitFixedSizeList=z;E.prototype.visitMap=z;var co=new E;var Zv=(r,t)=>r+t,oi=class extends S{visitNull(t,e){return 0}visitInt(t,e){return t.type.bitWidth/8}visitFloat(t,e){return t.type.ArrayType.BYTES_PER_ELEMENT}visitBool(t,e){return 1/8}visitDecimal(t,e){return t.type.bitWidth/8}visitDate(t,e){return(t.type.unit+1)*4}visitTime(t,e){return t.type.bitWidth/8}visitTimestamp(t,e){return t.type.unit===Q.SECOND?4:8}visitInterval(t,e){return(t.type.unit+1)*4}visitStruct(t,e){return t.children.reduce((i,n)=>i+Pe.visit(n,e),0)}visitFixedSizeBinary(t,e){return t.type.byteWidth}visitMap(t,e){return 8+t.children.reduce((i,n)=>i+Pe.visit(n,e),0)}visitDictionary(t,e){var i;return t.type.indices.bitWidth/8+(((i=t.dictionary)===null||i===void 0?void 0:i.getByteLength(t.values[e]))||0)}},Xv=({valueOffsets:r},t)=>8+(r[t+1]-r[t]),tS=({valueOffsets:r},t)=>8+(r[t+1]-r[t]),eS=({valueOffsets:r,stride:t,children:e},i)=>{let n=e[0],{[i*t]:s}=r,{[i*t+1]:o}=r,a=Pe.getVisitFn(n.type),c=n.slice(s,o-s),l=8;for(let u=-1,h=o-s;++u<h;)l+=a(c,u);return l},rS=({stride:r,children:t},e)=>{let i=t[0],n=i.slice(e*r,r),s=Pe.getVisitFn(i.type),o=0;for(let a=-1,c=n.length;++a<c;)o+=s(n,a);return o},iS=(r,t)=>r.type.mode===At.Dense?cg(r,t):lg(r,t),cg=({type:r,children:t,typeIds:e,valueOffsets:i},n)=>{let s=r.typeIdToChildIndex[e[n]];return 8+Pe.visit(t[s],i[n])},lg=({children:r},t)=>4+Pe.visitMany(r,r.map(()=>t)).reduce(Zv,0);oi.prototype.visitUtf8=Xv;oi.prototype.visitBinary=tS;oi.prototype.visitList=eS;oi.prototype.visitFixedSizeList=rS;oi.prototype.visitUnion=iS;oi.prototype.visitDenseUnion=cg;oi.prototype.visitSparseUnion=lg;var Pe=new oi;var ug,dg={},hg={},et=class r{constructor(t){var e,i,n;let s=t[0]instanceof r?t.flatMap(a=>a.data):t;if(s.length===0||s.some(a=>!(a instanceof dt)))throw new TypeError("Vector constructor expects an Array of Data instances.");let o=(e=s[0])===null||e===void 0?void 0:e.type;switch(s.length){case 0:this._offsets=[0];break;case 1:{let{get:a,set:c,indexOf:l,byteLength:u}=dg[o.typeId],h=s[0];this.isValid=m=>Ma(h,m),this.get=m=>a(h,m),this.set=(m,g)=>c(h,m,g),this.indexOf=m=>l(h,m),this.getByteLength=m=>u(h,m),this._offsets=[0,h.length];break}default:Object.setPrototypeOf(this,hg[o.typeId]),this._offsets=qu(s);break}this.data=s,this.type=o,this.stride=Ve(o),this.numChildren=(n=(i=o.children)===null||i===void 0?void 0:i.length)!==null&&n!==void 0?n:0,this.length=this._offsets[this._offsets.length-1]}get byteLength(){return this._byteLength===-1&&(this._byteLength=this.data.reduce((t,e)=>t+e.byteLength,0)),this._byteLength}get nullCount(){return this._nullCount===-1&&(this._nullCount=Wu(this.data)),this._nullCount}get ArrayType(){return this.type.ArrayType}get[Symbol.toStringTag](){return`${this.VectorName}<${this.type[Symbol.toStringTag]}>`}get VectorName(){return`${d[this.type.typeId]}Vector`}isValid(t){return!1}get(t){return null}set(t,e){}indexOf(t,e){return-1}includes(t,e){return this.indexOf(t,e)>0}getByteLength(t){return 0}[Symbol.iterator](){return co.visit(this)}concat(...t){return new r(this.data.concat(t.flatMap(e=>e.data).flat(Number.POSITIVE_INFINITY)))}slice(t,e){return new r(Na(this,t,e,({data:i,_offsets:n},s,o)=>Yu(i,n,s,o)))}toJSON(){return[...this]}toArray(){let{type:t,data:e,length:i,stride:n,ArrayType:s}=this;switch(t.typeId){case d.Int:case d.Float:case d.Decimal:case d.Time:case d.Timestamp:switch(e.length){case 0:return new s;case 1:return e[0].values.subarray(0,i*n);default:return e.reduce((o,{values:a,length:c})=>(o.array.set(a.subarray(0,c*n),o.offset),o.offset+=c*n,o),{array:new s(i*n),offset:0}).array}}return[...this]}toString(){return`[${[...this].join(",")}]`}getChild(t){var e;return this.getChildAt((e=this.type.children)===null||e===void 0?void 0:e.findIndex(i=>i.name===t))}getChildAt(t){return t>-1&&t<this.numChildren?new r(this.data.map(({children:e})=>e[t])):null}get isMemoized(){return I.isDictionary(this.type)?this.data[0].dictionary.isMemoized:!1}memoize(){if(I.isDictionary(this.type)){let t=new Ku(this.data[0].dictionary),e=this.data.map(i=>{let n=i.clone();return n.dictionary=t,n});return new r(e)}return new Ku(this)}unmemoize(){if(I.isDictionary(this.type)&&this.isMemoized){let t=this.data[0].dictionary.unmemoize(),e=this.data.map(i=>{let n=i.clone();return n.dictionary=t,n});return new r(e)}return this}};ug=Symbol.toStringTag;et[ug]=(r=>{r.type=I.prototype,r.data=[],r.length=0,r.stride=1,r.numChildren=0,r._nullCount=-1,r._byteLength=-1,r._offsets=new Uint32Array([0]),r[Symbol.isConcatSpreadable]=!0;let t=Object.keys(d).map(e=>d[e]).filter(e=>typeof e=="number"&&e!==d.NONE);for(let e of t){let i=Vt.getVisitFnByTypeId(e),n=Xt.getVisitFnByTypeId(e),s=ms.getVisitFnByTypeId(e),o=Pe.getVisitFnByTypeId(e);dg[e]={get:i,set:n,indexOf:s,byteLength:o},hg[e]=Object.create(r,{isValid:{value:Fn(Ma)},get:{value:Fn(Vt.getVisitFnByTypeId(e))},set:{value:Gu(Xt.getVisitFnByTypeId(e))},indexOf:{value:Hu(ms.getVisitFnByTypeId(e))},getByteLength:{value:Fn(Pe.getVisitFnByTypeId(e))}})}return"Vector"})(et.prototype);var Ku=class r extends et{constructor(t){super(t.data);let e=this.get,i=this.set,n=this.slice,s=new Array(this.length);Object.defineProperty(this,"get",{value(o){let a=s[o];if(a!==void 0)return a;let c=e.call(this,o);return s[o]=c,c}}),Object.defineProperty(this,"set",{value(o,a){i.call(this,o,a),s[o]=a}}),Object.defineProperty(this,"slice",{value:(o,a)=>new r(n.call(this,o,a))}),Object.defineProperty(this,"isMemoized",{value:!0}),Object.defineProperty(this,"unmemoize",{value:()=>new et(this.data)}),Object.defineProperty(this,"memoize",{value:()=>this})}};function fg(r){if(!r||r.length<=0)return function(n){return!0};let t="",e=r.filter(i=>i===i);return e.length>0&&(t=`
|
|
10
|
+
]`}concat(...t){let e=this.schema,i=this.data.concat(t.flatMap(({data:n})=>n));return new r(e,i.map(n=>new Nt(e,n)))}slice(t,e){let i=this.schema;[t,e]=No({length:this.numRows},t,e);let n=ol(this.data,this._offsets,t,e);return new r(i,n.map(s=>new Nt(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=C({type:i,length:0,nullCount:0});e.push(n._changeLengthAndBackfillNullBitmap(this.numRows))}return new tt(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 tt([C({type:new ae,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]=Cl(i,a)}return new r(i,n)}select(t){let e=this.schema.fields.reduce((i,n,s)=>i.set(n.name,s),new Map);return this.selectAt(t.map(i=>e.get(i)).filter(i=>i>-1))}selectAt(t){let e=this.schema.selectAt(t),i=this.batches.map(n=>n.selectAt(t));return new r(e,i)}assign(t){let e=this.schema.fields,[i,n]=t.schema.fields.reduce((a,c,l)=>{let[u,h]=a,m=e.findIndex(g=>g.name===c.name);return~m?h[m]=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(...Cl(s,o))}};fm=Symbol.toStringTag;ge[fm]=(r=>(r.schema=null,r.batches=[],r._offsets=new Uint32Array([0]),r._nullCount=-1,r[Symbol.isConcatSpreadable]=!0,r.isValid=an(Mo),r.get=an(kt.getVisitFn(f.Struct)),r.set=al(Kt.getVisitFn(f.Struct)),r.indexOf=cl(Gn.getVisitFn(f.Struct)),r.getByteLength=an(Ne.getVisitFn(f.Struct)),"Table"))(ge.prototype);var mm,Nt=class r{constructor(...t){switch(t.length){case 2:{if([this.schema]=t,!(this.schema instanceof at))throw new TypeError("RecordBatch constructor expects a [Schema, Data] pair.");if([,this.data=C({nullCount:0,type:new yt(this.schema.fields),children:this.schema.fields.map(e=>C({type:e.type,nullCount:0}))})]=t,!(this.data instanceof ut))throw new TypeError("RecordBatch constructor expects a [Schema, Data] pair.");[this.schema,this.data]=pm(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]=G.new({name:l,type:e[l].type,nullable:!0}),c),{length:0,fields:new Array,children:new Array}),o=new at(i),a=C({type:new yt(i),length:s,children:n,nullCount:0});[this.schema,this.data]=pm(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=ym(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 kt.visit(this.data,t)}set(t,e){return Kt.visit(this.data,t,e)}indexOf(t,e){return Gn.visit(this.data,t,e)}getByteLength(t){return Ne.visit(this.data,t)}[Symbol.iterator](){return Cs.visit(new tt([this.data]))}toArray(){return[...this]}concat(...t){return new ge(this.schema,[this,...t])}slice(t,e){let[i]=new tt([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 tt([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 tt([C({type:new ae,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 at(s,new Map(this.schema.metadata)),n=C({type:new yt(s),children:o})}return new r(i,n)}select(t){let e=this.schema.select(t),i=new yt(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,C({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=C({type:new yt(e.fields),length:this.numRows,children:i});return new r(e,n)}};mm=Symbol.toStringTag;Nt[mm]=(r=>(r._nullCount=-1,r[Symbol.isConcatSpreadable]=!0,"RecordBatch"))(Nt.prototype);function pm(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:C({type:c.type,length:e,nullCount:e,nullBitmap:new Uint8Array(o)}))}return[r.assign(n),C({type:new yt(n),length:e,children:s})]}function ym(r,t,e=new Map){for(let i=-1,n=r.length;++i<n;){let o=r[i].type,a=t[i];if(w.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&&ym(o.children,a.children,e)}return e}var rs=class extends Nt{constructor(t){let e=t.fields.map(n=>C({type:n.type})),i=C({type:new yt(t.fields),nullCount:0,children:e});super(t,i)}};var ga;(function(r){r[r.BUFFER=0]="BUFFER"})(ga||(ga={}));var ba;(function(r){r[r.LZ4_FRAME=0]="LZ4_FRAME",r[r.ZSTD=1]="ZSTD"})(ba||(ba={}));var kl=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):ba.LZ4_FRAME}method(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.readInt8(this.bb_pos+t):ga.BUFFER}static startBodyCompression(t){t.startObject(2)}static addCodec(t,e){t.addFieldInt8(0,e,ba.LZ4_FRAME)}static addMethod(t,e){t.addFieldInt8(1,e,ga.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 qs=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 Ys=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 Me=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 Ys).__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 qs).__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 kl).__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 Ri=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 Me).__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 Gs;(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"})(Gs||(Gs={}));var vr=class r{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsMessage(t,e){return(e||new r).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsMessage(t,e){return t.setPosition(t.position()+4),(e||new r).__init(t.readInt32(t.position())+t.position(),t)}version(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt16(this.bb_pos+t):ln.V1}headerType(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.readUint8(this.bb_pos+t):Gs.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 jt).__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,ln.V1)}static addHeaderType(t,e){t.addFieldInt8(1,e,Gs.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 wh=class extends v{visit(t,e){return t==null||e==null?void 0:super.visit(t,e)}visitNull(t,e){return Wo.startNull(e),Wo.endNull(e)}visitInt(t,e){return wr.startInt(e),wr.addBitWidth(e,t.bitWidth),wr.addIsSigned(e,t.isSigned),wr.endInt(e)}visitFloat(t,e){return mn.startFloatingPoint(e),mn.addPrecision(e,t.precision),mn.endFloatingPoint(e)}visitBinary(t,e){return ko.startBinary(e),ko.endBinary(e)}visitBool(t,e){return Vo.startBool(e),Vo.endBool(e)}visitUtf8(t,e){return Go.startUtf8(e),Go.endUtf8(e)}visitDecimal(t,e){return Qr.startDecimal(e),Qr.addScale(e,t.scale),Qr.addPrecision(e,t.precision),Qr.addBitWidth(e,t.bitWidth),Qr.endDecimal(e)}visitDate(t,e){return dn.startDate(e),dn.addUnit(e,t.unit),dn.endDate(e)}visitTime(t,e){return xi.startTime(e),xi.addUnit(e,t.unit),xi.addBitWidth(e,t.bitWidth),xi.endTime(e)}visitTimestamp(t,e){let i=t.timezone&&e.createString(t.timezone)||void 0;return Ti.startTimestamp(e),Ti.addUnit(e,t.unit),i!==void 0&&Ti.addTimezone(e,i),Ti.endTimestamp(e)}visitInterval(t,e){return yn.startInterval(e),yn.addUnit(e,t.unit),yn.endInterval(e)}visitList(t,e){return $o.startList(e),$o.endList(e)}visitStruct(t,e){return qo.startStruct_(e),qo.endStruct_(e)}visitUnion(t,e){Ir.startTypeIdsVector(e,t.typeIds.length);let i=Ir.createTypeIdsVector(e,t.typeIds);return Ir.startUnion(e),Ir.addMode(e,t.mode),Ir.addTypeIds(e,i),Ir.endUnion(e)}visitDictionary(t,e){let i=this.visit(t.indices,e);return Jr.startDictionaryEncoding(e),Jr.addId(e,BigInt(t.id)),Jr.addIsOrdered(e,t.isOrdered),i!==void 0&&Jr.addIndexType(e,i),Jr.endDictionaryEncoding(e)}visitFixedSizeBinary(t,e){return fn.startFixedSizeBinary(e),fn.addByteWidth(e,t.byteWidth),fn.endFixedSizeBinary(e)}visitFixedSizeList(t,e){return pn.startFixedSizeList(e),pn.addListSize(e,t.listSize),pn.endFixedSizeList(e)}visitMap(t,e){return gn.startMap(e),gn.addKeysSorted(e,t.keysSorted),gn.endMap(e)}},Vl=new wh;function wm(r,t=new Map){return new at(X_(r,t),Pl(r.customMetadata),t)}function Ih(r){return new Jt(r.count,vm(r.columns),Sm(r.columns))}function Im(r){return new _e(Ih(r.data),r.id,r.isDelta)}function X_(r,t){return(r.fields||[]).filter(Boolean).map(e=>G.fromJSON(e,t))}function gm(r,t){return(r.children||[]).filter(Boolean).map(e=>G.fromJSON(e,t))}function vm(r){return(r||[]).reduce((t,e)=>[...t,new Sr(e.count,tw(e.VALIDITY)),...vm(e.children)],[])}function Sm(r,t=[]){for(let e=-1,i=(r||[]).length;++e<i;){let n=r[e];n.VALIDITY&&t.push(new be(t.length,n.VALIDITY.length)),n.TYPE&&t.push(new be(t.length,n.TYPE.length)),n.OFFSET&&t.push(new be(t.length,n.OFFSET.length)),n.DATA&&t.push(new be(t.length,n.DATA.length)),t=Sm(n.children,t)}return t}function tw(r){return(r||[]).reduce((t,e)=>t+ +(e===0),0)}function Bm(r,t){let e,i,n,s,o,a;return!t||!(s=r.dictionary)?(o=_m(r,gm(r,t)),n=new G(r.name,o,r.nullable,Pl(r.customMetadata))):t.has(e=s.id)?(i=(i=s.indexType)?bm(i):new qr,a=new Ee(t.get(e),i,e,s.isOrdered),n=new G(r.name,a,r.nullable,Pl(r.customMetadata))):(i=(i=s.indexType)?bm(i):new qr,t.set(e,o=_m(r,gm(r,t))),a=new Ee(o,i,e,s.isOrdered),n=new G(r.name,a,r.nullable,Pl(r.customMetadata))),n||null}function Pl(r){return new Map(Object.entries(r||{}))}function bm(r){return new Rt(r.isSigned,r.bitWidth)}function _m(r,t){let e=r.type.name;switch(e){case"NONE":return new ae;case"null":return new ae;case"binary":return new mi;case"utf8":return new yi;case"bool":return new gi;case"list":return new pr((t||[])[0]);case"struct":return new yt(t||[]);case"struct_":return new yt(t||[])}switch(e){case"int":{let i=r.type;return new Rt(i.isSigned,i.bitWidth)}case"floatingpoint":{let i=r.type;return new pe(xt[i.precision])}case"decimal":{let i=r.type;return new bi(i.scale,i.precision,i.bitWidth)}case"date":{let i=r.type;return new _i(ie[i.unit])}case"time":{let i=r.type;return new fr(X[i.unit],i.bitWidth)}case"timestamp":{let i=r.type;return new wi(X[i.unit],i.timezone)}case"interval":{let i=r.type;return new Ii(he[i.unit])}case"union":{let i=r.type;return new mr(Dt[i.mode],i.typeIds||[],t||[])}case"fixedsizebinary":{let i=r.type;return new vi(i.byteWidth)}case"fixedsizelist":{let i=r.type;return new yr(i.listSize,(t||[])[0])}case"map":{let i=r.type;return new gr((t||[])[0],i.keysSorted)}}throw new Error(`Unrecognized type: "${e}"`)}var ew=Kn,rw=Le,we=class r{static fromJSON(t,e){let i=new r(0,Ht.V4,e);return i._createHeader=iw(t,e),i}static decode(t){t=new rw(L(t));let e=vr.getRootAsMessage(t),i=e.bodyLength(),n=e.version(),s=e.headerType(),o=new r(i,n,s);return o._createHeader=nw(e,s),o}static encode(t){let e=new ew,i=-1;return t.isSchema()?i=at.encode(e,t.header()):t.isRecordBatch()?i=Jt.encode(e,t.header()):t.isDictionaryBatch()&&(i=_e.encode(e,t.header())),vr.startMessage(e),vr.addVersion(e,Ht.V4),vr.addHeader(e,i),vr.addHeaderType(e,t.headerType),vr.addBodyLength(e,BigInt(t.bodyLength)),vr.finishMessageBuffer(e,vr.endMessage(e)),e.asUint8Array()}static from(t,e=0){if(t instanceof at)return new r(0,Ht.V4,nt.Schema,t);if(t instanceof Jt)return new r(e,Ht.V4,nt.RecordBatch,t);if(t instanceof _e)return new r(e,Ht.V4,nt.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===nt.Schema}isRecordBatch(){return this.headerType===nt.RecordBatch}isDictionaryBatch(){return this.headerType===nt.DictionaryBatch}constructor(t,e,i,n){this._version=e,this._headerType=i,this.body=new Uint8Array(0),n&&(this._createHeader=()=>n),this._bodyLength=fe(t)}},Jt=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=fe(t)}},_e=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=fe(e)}},be=class{constructor(t,e){this.offset=fe(t),this.length=fe(e)}},Sr=class{constructor(t,e){this.length=fe(t),this.nullCount=fe(e)}};function iw(r,t){return()=>{switch(t){case nt.Schema:return at.fromJSON(r);case nt.RecordBatch:return Jt.fromJSON(r);case nt.DictionaryBatch:return _e.fromJSON(r)}throw new Error(`Unrecognized Message type: { name: ${nt[t]}, type: ${t} }`)}}function nw(r,t){return()=>{switch(t){case nt.Schema:return at.decode(r.header(new me));case nt.RecordBatch:return Jt.decode(r.header(new Me),r.version());case nt.DictionaryBatch:return _e.decode(r.header(new Ri),r.version())}throw new Error(`Unrecognized Message type: { name: ${nt[t]}, type: ${t} }`)}}G.encode=mw;G.decode=fw;G.fromJSON=Bm;at.encode=pw;at.decode=sw;at.fromJSON=wm;Jt.encode=yw;Jt.decode=ow;Jt.fromJSON=Ih;_e.encode=gw;_e.decode=aw;_e.fromJSON=Im;Sr.encode=bw;Sr.decode=lw;be.encode=_w;be.decode=cw;function sw(r,t=new Map){let e=hw(r,t);return new at(e,jl(r),t)}function ow(r,t=Ht.V4){if(r.compression()!==null)throw new Error("Record batch compression not implemented");return new Jt(r.length(),uw(r),dw(r,t))}function aw(r,t=Ht.V4){return new _e(Jt.decode(r.data(),t),r.id(),r.isDelta())}function cw(r){return new be(r.offset(),r.length())}function lw(r){return new Sr(r.length(),r.nullCount())}function uw(r){let t=[];for(let e,i=-1,n=-1,s=r.nodesLength();++i<s;)(e=r.nodes(i))&&(t[++n]=Sr.decode(e));return t}function dw(r,t){let e=[];for(let i,n=-1,s=-1,o=r.buffersLength();++n<o;)(i=r.buffers(n))&&(t<Ht.V4&&(i.bb_pos+=8*(n+1)),e[++s]=be.decode(i));return e}function hw(r,t){let e=[];for(let i,n=-1,s=-1,o=r.fieldsLength();++n<o;)(i=r.fields(n))&&(e[++s]=G.decode(i,t));return e}function xm(r,t){let e=[];for(let i,n=-1,s=-1,o=r.childrenLength();++n<o;)(i=r.children(n))&&(e[++s]=G.decode(i,t));return e}function fw(r,t){let e,i,n,s,o,a;return!t||!(a=r.dictionary())?(n=Am(r,xm(r,t)),i=new G(r.name(),n,r.nullable(),jl(r))):t.has(e=fe(a.id()))?(s=(s=a.indexType())?Tm(s):new qr,o=new Ee(t.get(e),s,e,a.isOrdered()),i=new G(r.name(),o,r.nullable(),jl(r))):(s=(s=a.indexType())?Tm(s):new qr,t.set(e,n=Am(r,xm(r,t))),o=new Ee(n,s,e,a.isOrdered()),i=new G(r.name(),o,r.nullable(),jl(r))),i||null}function jl(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 Tm(r){return new Rt(r.isSigned(),r.bitWidth())}function Am(r,t){let e=r.typeType();switch(e){case It.NONE:return new ae;case It.Null:return new ae;case It.Binary:return new mi;case It.Utf8:return new yi;case It.Bool:return new gi;case It.List:return new pr((t||[])[0]);case It.Struct_:return new yt(t||[])}switch(e){case It.Int:{let i=r.type(new wr);return new Rt(i.isSigned(),i.bitWidth())}case It.FloatingPoint:{let i=r.type(new mn);return new pe(i.precision())}case It.Decimal:{let i=r.type(new Qr);return new bi(i.scale(),i.precision(),i.bitWidth())}case It.Date:{let i=r.type(new dn);return new _i(i.unit())}case It.Time:{let i=r.type(new xi);return new fr(i.unit(),i.bitWidth())}case It.Timestamp:{let i=r.type(new Ti);return new wi(i.unit(),i.timezone())}case It.Interval:{let i=r.type(new yn);return new Ii(i.unit())}case It.Union:{let i=r.type(new Ir);return new mr(i.mode(),i.typeIdsArray()||[],t||[])}case It.FixedSizeBinary:{let i=r.type(new fn);return new vi(i.byteWidth())}case It.FixedSizeList:{let i=r.type(new pn);return new yr(i.listSize(),(t||[])[0])}case It.Map:{let i=r.type(new gn);return new gr((t||[])[0],i.keysSorted())}}throw new Error(`Unrecognized type: "${It[e]}" (${e})`)}function pw(r,t){let e=t.fields.map(s=>G.encode(r,s));me.startFieldsVector(r,e.length);let i=me.createFieldsVector(r,e),n=t.metadata&&t.metadata.size>0?me.createCustomMetadataVector(r,[...t.metadata].map(([s,o])=>{let a=r.createString(`${s}`),c=r.createString(`${o}`);return jt.startKeyValue(r),jt.addKey(r,a),jt.addValue(r,c),jt.endKeyValue(r)})):-1;return me.startSchema(r),me.addFields(r,i),me.addEndianness(r,ww?un.Little:un.Big),n!==-1&&me.addCustomMetadata(r,n),me.endSchema(r)}function mw(r,t){let e=-1,i=-1,n=-1,s=t.type,o=t.typeId;w.isDictionary(s)?(o=s.dictionary.typeId,n=Vl.visit(s,r),i=Vl.visit(s.dictionary,r)):i=Vl.visit(s,r);let a=(s.children||[]).map(u=>G.encode(r,u)),c=ne.createChildrenVector(r,a),l=t.metadata&&t.metadata.size>0?ne.createCustomMetadataVector(r,[...t.metadata].map(([u,h])=>{let m=r.createString(`${u}`),g=r.createString(`${h}`);return jt.startKeyValue(r),jt.addKey(r,m),jt.addValue(r,g),jt.endKeyValue(r)})):-1;return t.name&&(e=r.createString(t.name)),ne.startField(r),ne.addType(r,i),ne.addTypeType(r,o),ne.addChildren(r,c),ne.addNullable(r,!!t.nullable),e!==-1&&ne.addName(r,e),n!==-1&&ne.addDictionary(r,n),l!==-1&&ne.addCustomMetadata(r,l),ne.endField(r)}function yw(r,t){let e=t.nodes||[],i=t.buffers||[];Me.startNodesVector(r,e.length);for(let o of e.slice().reverse())Sr.encode(r,o);let n=r.endVector();Me.startBuffersVector(r,i.length);for(let o of i.slice().reverse())be.encode(r,o);let s=r.endVector();return Me.startRecordBatch(r),Me.addLength(r,BigInt(t.length)),Me.addNodes(r,n),Me.addBuffers(r,s),Me.endRecordBatch(r)}function gw(r,t){let e=Jt.encode(r,t.data);return Ri.startDictionaryBatch(r),Ri.addId(r,BigInt(t.id)),Ri.addIsDelta(r,t.isDelta),Ri.addData(r,e),Ri.endDictionaryBatch(r)}function bw(r,t){return Ys.createFieldNode(r,BigInt(t.length),BigInt(t.nullCount))}function _w(r,t){return qs.createBuffer(r,BigInt(t.offset),BigInt(t.length))}var ww=(()=>{let r=new ArrayBuffer(2);return new DataView(r).setInt16(0,256,!0),new Int16Array(r)[0]===256})();var Sh=r=>`Expected ${nt[r]} Message in stream, but was null or length 0.`,Bh=r=>`Header pointer of flatbuffer-encoded ${nt[r]} Message is null or length 0.`,Fm=(r,t)=>`Expected to read ${r} metadata bytes, but only read ${t}.`,Om=(r,t)=>`Expected to read ${r} bytes for message body, but only read ${t}.`,Hs=class{constructor(t){this.source=t instanceof Xr?t:new Xr(t)}[Symbol.iterator](){return this}next(){let t;return(t=this.readMetadataLength()).done?gt:t.value===-1&&(t=this.readMetadataLength()).done?gt:(t=this.readMetadata(t.value)).done?gt: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(Sh(t));return e.value}readMessageBody(t){if(t<=0)return new Uint8Array(0);let e=L(this.source.read(t));if(e.byteLength<t)throw new Error(Om(t,e.byteLength));return e.byteOffset%8===0&&e.byteOffset+e.byteLength<=e.buffer.byteLength?e:e.slice()}readSchema(t=!1){let e=nt.Schema,i=this.readMessage(e),n=i?.header();if(t&&!n)throw new Error(Bh(e));return n}readMetadataLength(){let t=this.source.read(zl),e=t&&new Le(t),i=e?.readInt32(0)||0;return{done:i===0,value:i}}readMetadata(t){let e=this.source.read(t);if(!e)return gt;if(e.byteLength<t)throw new Error(Fm(t,e.byteLength));return{done:!1,value:we.decode(e)}}},_a=class{constructor(t,e){this.source=t instanceof Qe?t:Ac(t)?new bn(t,e):new Qe(t)}[Symbol.asyncIterator](){return this}next(){return p(this,void 0,void 0,function*(){let t;return(t=yield this.readMetadataLength()).done?gt:t.value===-1&&(t=yield this.readMetadataLength()).done?gt:(t=yield this.readMetadata(t.value)).done?gt: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(Sh(t));return e.value})}readMessageBody(t){return p(this,void 0,void 0,function*(){if(t<=0)return new Uint8Array(0);let e=L(yield this.source.read(t));if(e.byteLength<t)throw new Error(Om(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=nt.Schema,i=yield this.readMessage(e),n=i?.header();if(t&&!n)throw new Error(Bh(e));return n})}readMetadataLength(){return p(this,void 0,void 0,function*(){let t=yield this.source.read(zl),e=t&&new Le(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 gt;if(e.byteLength<t)throw new Error(Fm(t,e.byteLength));return{done:!1,value:we.decode(e)}})}},wa=class extends Hs{constructor(t){super(new Uint8Array(0)),this._schema=!1,this._body=[],this._batchIndex=0,this._dictionaryIndex=0,this._json=t instanceof Ho?t:new Ho(t)}next(){let{_json:t}=this;if(!this._schema)return this._schema=!0,{done:!1,value:we.fromJSON(t.schema,nt.Schema)};if(this._dictionaryIndex<t.dictionaries.length){let e=t.dictionaries[this._dictionaryIndex++];return this._body=e.data.columns,{done:!1,value:we.fromJSON(e,nt.DictionaryBatch)}}if(this._batchIndex<t.batches.length){let e=t.batches[this._batchIndex++];return this._body=e.columns,{done:!1,value:we.fromJSON(e,nt.RecordBatch)}}return this._body=[],gt}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(Sh(t));return e.value}readSchema(){let t=nt.Schema,e=this.readMessage(t),i=e?.header();if(!e||!i)throw new Error(Bh(t));return i}},zl=4,vh="ARROW1",Ks=new Uint8Array(vh.length);for(let r=0;r<vh.length;r+=1)Ks[r]=vh.codePointAt(r);function $l(r,t=0){for(let e=-1,i=Ks.length;++e<i;)if(Ks[e]!==r[t+e])return!1;return!0}var Js=Ks.length,xh=Js+zl,Em=Js*2+zl;var Ue=class r extends Jn{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 Fe(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 Gt.toDOMStream(this.isSync()?{[Symbol.iterator]:()=>this}:{[Symbol.asyncIterator]:()=>this})}toNodeStream(){return Gt.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:xc(t)?vw(t):Ac(t)?xw(t):Fe(t)?(()=>p(this,void 0,void 0,function*(){return yield r.from(yield t)}))():Fc(t)||To(t)||Ec(t)||He(t)?Bw(new Qe(t)):Sw(new Xr(t))}static readAll(t){return t instanceof r?t.isSync()?Dm(t):Nm(t):xc(t)||ArrayBuffer.isView(t)||lr(t)||Tc(t)?Dm(t):Nm(t)}},Mi=class extends Ue{constructor(t){super(t),this._impl=t}readAll(){return[...this]}[Symbol.iterator](){return this._impl[Symbol.iterator]()}[Symbol.asyncIterator](){return mt(this,arguments,function*(){yield y(yield*qe(Et(this[Symbol.iterator]())))})}},is=class extends Ue{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=Et(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]()}},ns=class extends Mi{constructor(t){super(t),this._impl=t}},Wl=class extends is{constructor(t){super(t),this._impl=t}},ql=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=C({type:new yt(this.schema.fields),length:t.length,children:i});return new Nt(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 tt(l)):new tt(l)).memoize()}return a.memoize()}_loadVectors(t,e,i){return new Zo(e,t.nodes,t.buffers,this.dictionaries).visitMany(i)}},Qs=class extends ql{constructor(t,e){super(e),this._reader=xc(t)?new wa(this._handle=t):new Hs(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=Lm(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):gt}return(t){return!this.closed&&this.autoDestroy&&(this.closed=!0)?this.reset()._reader.return(t):gt}next(){if(this.closed)return gt;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 rs(this.schema)}):this.return()}_readNextMessageAndValidate(t){return this._reader.readMessage(t)}},Zs=class extends ql{constructor(t,e){super(e),this._reader=new _a(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=Lm(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):gt})}return(t){return p(this,void 0,void 0,function*(){return!this.closed&&this.autoDestroy&&(this.closed=!0)?yield this.reset()._reader.return(t):gt})}next(){return p(this,void 0,void 0,function*(){if(this.closed)return gt;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 rs(this.schema)}):yield this.return()})}_readNextMessageAndValidate(t){return p(this,void 0,void 0,function*(){return yield this._reader.readMessage(t)})}},Yl=class extends Qs{get footer(){return this._footer}get numDictionaries(){return this._footer?this._footer.numDictionaries:0}get numRecordBatches(){return this._footer?this._footer.numRecordBatches:0}constructor(t,e){super(t instanceof Ko?t:new Ko(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(nt.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(nt.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-xh,i=t.readInt32(e),n=t.readAt(e-i,i);return Ai.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}},Th=class extends Zs{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 bn?t:new bn(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(nt.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(nt.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-xh,i=yield t.readInt32(e),n=yield t.readAt(e-i,i);return Ai.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})}},Ah=class extends Qs{constructor(t,e){super(t,e)}_loadVectors(t,e,i){return new ml(e,t.nodes,t.buffers,this.dictionaries).visitMany(i)}};function Lm(r,t){return t&&typeof t.autoDestroy=="boolean"?t.autoDestroy:r.autoDestroy}function*Dm(r){let t=Ue.from(r);try{if(!t.open({autoDestroy:!1}).closed)do yield t;while(!t.reset().open().closed)}finally{t.cancel()}}function Nm(r){return mt(this,arguments,function*(){let e=yield y(Ue.from(r));try{if(!(yield y(e.open({autoDestroy:!1}))).closed)do yield yield y(e);while(!(yield y(e.reset().open())).closed)}finally{yield y(e.cancel())}})}function vw(r){return new Mi(new Ah(r))}function Sw(r){let t=r.peek(Js+7&-8);return t&&t.byteLength>=4?$l(t)?new ns(new Yl(r.read())):new Mi(new Qs(r)):new Mi(new Qs(function*(){}()))}function Bw(r){return p(this,void 0,void 0,function*(){let t=yield r.peek(Js+7&-8);return t&&t.byteLength>=4?$l(t)?new ns(new Yl(yield r.read())):new is(new Zs(r)):new is(new Zs(function(){return mt(this,arguments,function*(){})}()))})}function xw(r){return p(this,void 0,void 0,function*(){let{size:t}=yield r.stat(),e=new bn(r,t);return t>=Em&&$l(yield e.readAt(0,Js+7&-8))?new Wl(new Th(e)):new is(new Zs(e))})}var Mt=class r extends v{static assemble(...t){let e=n=>n.flatMap(s=>Array.isArray(s)?e(s):s instanceof Nt?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 tt)return this.visitMany(t.data),this;let{type:e}=t;if(!w.isDictionary(e)){let{length:i,nullCount:n}=t;if(i>2147483647)throw new RangeError("Cannot write arrays larger than 2^31 - 1 in length");w.isNull(e)||Br.call(this,n<=0?new Uint8Array(0):Us(t.offset,i,t.nullBitmap)),this.nodes.push(new Sr(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 Br(r){let t=r.byteLength+7&-8;return this.buffers.push(r),this.bufferRegions.push(new be(this._byteLength,t)),this._byteLength+=t,this}function Tw(r){let{type:t,length:e,typeIds:i,valueOffsets:n}=r;if(Br.call(this,i),t.mode===Dt.Sparse)return Fh.call(this,r);if(t.mode===Dt.Dense){if(r.offset<=0)return Br.call(this,n),Fh.call(this,r);{let s=i.reduce((u,h)=>Math.max(u,h),i[0]),o=new Int32Array(s+1),a=new Int32Array(s+1).fill(-1),c=new Int32Array(e),l=Ao(-n[0],e,n);for(let u,h,m=-1;++m<e;)(h=a[u=i[m]])===-1&&(h=a[u]=l[u]),c[m]=l[m]-h,++o[u];Br.call(this,c);for(let u,h=-1,m=t.children.length;++h<m;)if(u=r.children[h]){let g=t.typeIds[h],N=Math.min(e,o[g]);this.visit(u.slice(a[g],N))}}}return this}function Aw(r){let t;return r.nullCount>=r.length?Br.call(this,new Uint8Array(0)):(t=r.values)instanceof Uint8Array?Br.call(this,Us(r.offset,r.length,t)):Br.call(this,Yn(r.values))}function _n(r){return Br.call(this,r.values.subarray(0,r.length*r.stride))}function Rm(r){let{length:t,values:e,valueOffsets:i}=r,n=i[0],s=i[t],o=Math.min(s-n,e.byteLength-n);return Br.call(this,Ao(-i[0],t,i)),Br.call(this,e.subarray(n,n+o)),this}function Oh(r){let{length:t,valueOffsets:e}=r;return e&&Br.call(this,Ao(e[0],t,e)),this.visit(r.children[0])}function Fh(r){return this.visitMany(r.type.children.map((t,e)=>r.children[e]).filter(Boolean))[0]}Mt.prototype.visitBool=Aw;Mt.prototype.visitInt=_n;Mt.prototype.visitFloat=_n;Mt.prototype.visitUtf8=Rm;Mt.prototype.visitBinary=Rm;Mt.prototype.visitFixedSizeBinary=_n;Mt.prototype.visitDate=_n;Mt.prototype.visitTimestamp=_n;Mt.prototype.visitTime=_n;Mt.prototype.visitDecimal=_n;Mt.prototype.visitList=Oh;Mt.prototype.visitStruct=Fh;Mt.prototype.visitUnion=Tw;Mt.prototype.visitInterval=_n;Mt.prototype.visitFixedSizeList=Oh;Mt.prototype.visitMap=Oh;var ss=class extends Jn{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 Zr,this._schema=null,this._dictionaryBlocks=[],this._recordBatchBlocks=[],this._dictionaryDeltaOffsets=new Map,oe(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 Fe(t)?t.then(e=>this.writeAll(e)):He(t)?Dh(this,t):Eh(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 Zr?this._sink=t:(this._sink=new Zr,t&&ip(t)?this.toDOMStream({type:"bytes"}).pipeTo(t):t&&np(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||!es(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 ge&&!(e=t.schema))return this.finish()&&void 0;if(t instanceof Nt&&!(e=t.schema))return this.finish()&&void 0}else throw new Error("RecordBatchWriter is closed");if(e&&!es(e,this._schema)){if(this._started&&this._autoDestroy)return this.close();this.reset(this._sink,e)}t instanceof Nt?t instanceof rs||this._writeRecordBatch(t):t instanceof ge?this.writeAll(t.batches):lr(t)&&this.writeAll(t)}_writeMessage(t,e=8){let i=e-1,n=we.encode(t),s=n.byteLength,o=this._writeLegacyIpcFormat?4:8,a=s+o+i&~i,c=a-s-o;return t.headerType===nt.RecordBatch?this._recordBatchBlocks.push(new Fi(a,t.bodyLength,this._position)):t.headerType===nt.DictionaryBatch&&this._dictionaryBlocks.push(new Fi(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=L(t);e&&e.byteLength>0&&(this._sink.write(e),this._position+=e.byteLength)}return this}_writeSchema(t){return this._writeMessage(we.from(t))}_writeFooter(t){return this._writeLegacyIpcFormat?this._write(Int32Array.of(0)):this._write(Int32Array.of(-1,0))}_writeMagic(){return this._write(Ks)}_writePadding(t){return t>0?this._write(new Uint8Array(t)):this}_writeRecordBatch(t){let{byteLength:e,nodes:i,bufferRegions:n,buffers:s}=Mt.assemble(t),o=new Jt(t.numRows,i,n),a=we.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}=Mt.assemble(new tt([t])),c=new Jt(t.length,s,o),l=new _e(c,e,i),u=we.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}},Ia=class r extends ss{static writeAll(t,e){let i=new r(e);return Fe(t)?t.then(n=>i.writeAll(n)):He(t)?Dh(i,t):Eh(i,t)}},va=class r extends ss{static writeAll(t){let e=new r;return Fe(t)?t.then(i=>e.writeAll(i)):He(t)?Dh(e,t):Eh(e,t)}constructor(){super(),this._autoDestroy=!0}_writeSchema(t){return this._writeMagic()._writePadding(2)}_writeFooter(t){let e=Ai.encode(new Ai(t,Ht.V4,this._recordBatchBlocks,this._dictionaryBlocks));return super._writeFooter(t)._write(e)._write(Int32Array.of(e.byteLength))._writeMagic()}};function Eh(r,t){let e=t;t instanceof ge&&(e=t.batches,r.reset(void 0,t.schema));for(let i of e)r.write(i);return r.finish()}function Dh(r,t){var e,i,n,s,o,a,c;return p(this,void 0,void 0,function*(){try{for(e=!0,i=Et(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 Mm(r,t){if(He(r))return Ow(r,t);if(lr(r))return Fw(r,t);throw new Error("toDOMStream() must be called with an Iterable or AsyncIterable")}function Fw(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=L(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 Ow(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=L(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 km(r){return new Nh(r)}var Nh=class{constructor(t){this._numChunks=0,this._finished=!1,this._bufferedSize=0;let{["readableStrategy"]:e,["writableStrategy"]:i,["queueingStrategy"]:n="count"}=t,s=Bc(t,["readableStrategy","writableStrategy","queueingStrategy"]);this._controller=null,this._builder=Zn(s),this._getSize=n!=="bytes"?Um:Cm;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"?Um:Cm}),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)}},Um=r=>{var t;return(t=r?.length)!==null&&t!==void 0?t:0},Cm=r=>{var t;return(t=r?.byteLength)!==null&&t!==void 0?t:0};function Gl(r,t){let e=new Zr,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 Ue.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 Hl(r,t){let e=new this(r),i=new Qe(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 os(r){let t=Ue.from(r);return Fe(t)?t.then(e=>os(e)):t.isAsync()?t.readAll().then(e=>new ge(e)):new ge(t.readAll())}var Dw=Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},Wd),mh),oh),qd),jd),sh),{compareSchemas:es,compareFields:dm,compareTypes:hm});Gt.toDOMStream=Mm;wt.throughDOM=km;Ue.throughDOM=Gl;ns.throughDOM=Gl;Mi.throughDOM=Gl;ss.throughDOM=Hl;va.throughDOM=Hl;Ia.throughDOM=Hl;function Lh(r="ws://localhost:3000/"){let t=[],e=!1,i=null,n,s={open(){e=!0,c()},close(){for(e=!1,i=null,n=null;t.length;)t.shift().reject("Socket closed")},error(l){if(i){let{reject:u}=i;i=null,c(),u(l)}else console.error("WebSocket error: ",l)},message({data:l}){if(i){let{query:u,resolve:h,reject:m}=i;if(i=null,c(),typeof l=="string"){let g=JSON.parse(l);g.error?m(g.error):h(g)}else if(u.type==="exec")h();else if(u.type==="arrow")h(os(l.arrayBuffer()));else throw new Error(`Unexpected socket data: ${l}`)}else console.log("WebSocket message: ",l)}};function o(){n=new WebSocket(r);for(let l in s)n.addEventListener(l,s[l])}function a(l,u,h){n==null&&o(),t.push({query:l,resolve:u,reject:h}),e&&!i&&c()}function c(){t.length&&(i=t.shift(),n.send(JSON.stringify(i.query)))}return{get connected(){return e},query(l){return new Promise((u,h)=>a(l,u,h))}}}var Xe=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?`${Vm(t)}.`:""}${i}`}else return t?Vm(t):"NULL"}};function Vm(r){return r.split(".").map(e=>`"${e}"`).join(".")}function Pm(r,t){return r instanceof Xe&&r.column===t}function ct(r){return typeof r=="string"?zm(r):r}function as(r){return typeof r=="string"?jm(r):r}function jm(r){return new Xe(r)}function zm(r,t){return arguments.length===1&&(t=r,r=null),new Xe(r,t)}function wn(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 cs=r=>typeof r?.addEventListener=="function";function Kl(r){return r instanceof In}var In=class{constructor(t,e,i){this._expr=Array.isArray(t)?t:[t],this._deps=e||[],this.annotate(i);let n=this._expr.filter(s=>cs(s));n.length>0?(this._params=Array.from(new Set(n)),this._params.forEach(s=>{s.addEventListener("value",()=>Nw(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=>cs(t)&&!Kl(t)?wn(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 Nw(r,t){if(t?.size)return Promise.allSettled(Array.from(t,e=>e(r)))}function Rh(r,t){let e=[r[0]],i=new Set,n=t.length;for(let s=0,o=0;s<n;){let a=t[s];cs(a)?e[++o]=a:(Array.isArray(a?.columns)&&a.columns.forEach(l=>i.add(l)),e[o]+=typeof a=="string"?a:wn(a));let c=r[++s];cs(e[o])?e[++o]=c:e[o]+=c}return{spans:e,cols:Array.from(i)}}function rt(r,...t){let{spans:e,cols:i}=Rh(r,t);return new In(e,i)}function Sa(r){r(this.op,this),this.children?.forEach(t=>t.visit(r))}function $m(r,t){let e=t.filter(n=>n!=null).map(ct),i=e.map((n,s)=>s?` ${r} `:"");return t.length&&i.push(""),rt(i,...e).annotate({op:r,children:e,visit:Sa})}var Mh=(...r)=>$m("AND",r.flat()),Uh=(...r)=>$m("OR",r.flat()),Lw=r=>t=>rt`(${r} ${ct(t)})`.annotate({op:r,a:t,visit:Sa}),Rw=Lw("NOT"),Wm=r=>t=>rt`(${ct(t)} ${r})`.annotate({op:r,a:t,visit:Sa}),Ch=Wm("IS NULL"),Mw=Wm("IS NOT NULL"),vn=r=>(t,e)=>rt`(${ct(t)} ${r} ${ct(e)})`.annotate({op:r,a:t,b:e,visit:Sa}),Uw=vn("="),Cw=vn("<>"),kw=vn("<"),Vw=vn(">"),Pw=vn("<="),jw=vn(">="),zw=vn("IS DISTINCT FROM"),$w=vn("IS NOT DISTINCT FROM");function Ww(r,t,e,i){t=ct(t);let n=r.startsWith("NOT ")?"NOT ":"";return(e?i?rt`${n}(${e[0]} <= ${t} AND ${t} < ${e[1]})`:rt`(${t} ${r} ${e[0]} AND ${e[1]})`:rt``).annotate({op:r,visit:Sa,field:t,range:e})}var Jl=(r,t,e)=>Ww("BETWEEN",r,t,e);function ls(r,t){return Array.from({length:r},()=>t)}function tr(r,t){return(...e)=>{let i=e.map(ct),n=t?`::${t}`:"";return(i.length?rt([`${r}(`,...ls(i.length-1,", "),`)${n}`],...i):rt`${r}()${n}`).annotate({func:r,args:i})}}var qw=tr("REGEXP_MATCHES"),Yw=tr("CONTAINS"),Gw=tr("PREFIX"),Hw=tr("SUFFIX"),Kw=tr("LOWER"),Jw=tr("UPPER"),Qw=tr("LENGTH"),Zw=tr("ISNAN"),Xw=tr("ISFINITE"),t0=tr("ISINF");var Ba=class r extends In{constructor(t,e,i,n,s="",o="",a=""){let c;if(n&&!(s||o||a))c=n?rt`${e} OVER "${n}"`:rt`${e} OVER ()`;else{let m=s&&o?" ":"",g=(s||o)&&a?" ":"";c=rt`${e} OVER (${n?`"${n}" `:""}${s}${m}${o}${g}${a})`}i&&(c=rt`(${c})::${i}`);let{_expr:u,_deps:h}=c;super(u,h,{window:t,func:e,type:i,name:n,group:s,order:o,frame:a})}get basis(){return this.column}get label(){let{func:t}=this;return t.label??t.toString()}over(t){let{window:e,func:i,type:n,group:s,order:o,frame:a}=this;return new r(e,i,n,t,s,o,a)}partitionby(...t){let e=t.flat().filter(u=>u).map(ct),i=rt(["PARTITION BY ",ls(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(ct),i=rt(["ORDER BY ",ls(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=qm("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=qm("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 qm(r,t){if(cs(t)){let e=rt`${t}`;return e.toString=()=>`${r} ${Ym(t.value)}`,e}return`${r} ${Ym(t)}`}function Ym(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 xr(r,t){return(...e)=>{let i=tr(r)(...e);return new Ba(r,i,t)}}var e0=xr("ROW_NUMBER","INTEGER"),r0=xr("RANK","INTEGER"),i0=xr("DENSE_RANK","INTEGER"),n0=xr("PERCENT_RANK"),s0=xr("CUME_DIST"),o0=xr("NTILE"),a0=xr("LAG"),c0=xr("LEAD"),l0=xr("FIRST_VALUE"),u0=xr("LAST_VALUE"),d0=xr("NTH_VALUE");var kh=class r extends In{constructor(t,e,i,n,s){e=(e||[]).map(ct);let{strings:o,exprs:a}=h0(t,e,i,n,s),{spans:c,cols:l}=Rh(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(f0).join(", ")})`:"";return`${t.toLowerCase()}${s}`}distinct(){let{aggregate:t,args:e,type:i,filter:n}=this;return new r(t,e,i,!0,n)}where(t){let{aggregate:e,args:i,type:n,isDistinct:s}=this;return new r(e,i,n,s,t)}window(){let{aggregate:t,args:e,type:i,isDistinct:n}=this,s=new r(t,e,null,n);return new Ba(t,s,i)}partitionby(...t){return this.window().partitionby(...t)}orderby(...t){return this.window().orderby(...t)}rows(t,e){return this.window().rows(t,e)}range(t,e){return this.window().range(t,e)}};function h0(r,t,e,i,n){let s=`)${e?`::${e}`:""}`,o=[`${r}(${i?"DISTINCT ":""}`],a=[];return t.length?(o=o.concat([...ls(t.length-1,", "),`${s}${n?" FILTER (WHERE ":""}`,...n?[")"]:[]]),a=[...t,...n?[n]:[]]):o[0]+="*"+s,{exprs:a,strings:o}}function f0(r){let t=wn(r);return t&&t.startsWith('"')&&t.endsWith('"')?t.slice(1,-1):t}function it(r,t){return(...e)=>new kh(r,e,t)}var xa=it("COUNT","INTEGER"),p0=it("AVG"),m0=it("AVG"),y0=it("MAD"),Vh=it("MAX"),Ph=it("MIN"),g0=it("SUM","DOUBLE"),b0=it("PRODUCT"),_0=it("MEDIAN"),w0=it("QUANTILE"),I0=it("MODE"),v0=it("VARIANCE"),S0=it("STDDEV"),B0=it("SKEWNESS"),x0=it("KURTOSIS"),T0=it("ENTROPY"),A0=it("VAR_POP"),F0=it("STDDEV_POP"),O0=it("CORR"),E0=it("COVAR_POP"),D0=it("REGR_INTERCEPT"),N0=it("REGR_SLOPE"),L0=it("REGR_COUNT"),R0=it("REGR_R2"),M0=it("REGR_SYY"),U0=it("REGR_SXX"),C0=it("REGR_SXY"),k0=it("REGR_AVGX"),V0=it("REGR_AVGY"),P0=it("FIRST"),j0=it("LAST"),z0=it("ARG_MIN"),$0=it("ARG_MAX"),W0=it("STRING_AGG"),q0=it("ARRAY_AGG");var jh=r=>{let t=ct(r);return rt`(1000 * (epoch(${t}) - second(${t})) + millisecond(${t}))::DOUBLE`};var ei=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 us("UNION",t.flat())}static unionAll(...t){return new us("UNION ALL",t.flat())}static intersect(...t){return new us("INTERSECT",t.flat())}static except(...t){return new us("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:ct(n)});else if(n instanceof Xe)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:Ql(s),expr:ct(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:as(n)});else if(n instanceof Xe)i.push({as:n.table,from:n});else if(Zl(n)||Kl(n))i.push({from:n});else if(Array.isArray(n))i.push({as:Ql(n[0]),from:as(n[1])});else for(let s in n)i.push({as:Ql(s),from:as(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(ct)),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:Ql(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(ct)),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(Zl(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:h,offset:m,with:g}=this.query,N=[];if(g.length){let ft=g.map(({as:Z,query:Ot})=>`"${Z}" AS (${Ot})`);N.push(`WITH ${ft.join(", ")}`)}let Ae=t.map(({as:ft,expr:Z})=>Pm(Z,ft)&&!Z.table?`${Z}`:`${Z} AS "${ft}"`);if(N.push(`SELECT${e?" DISTINCT":""} ${Ae.join(", ")}`),i.length){let ft=i.map(({as:Z,from:Ot})=>{let $n=Zl(Ot)?`(${Ot})`:`${Ot}`;return!Z||Z===Ot.table?$n:`${$n} AS "${Z}"`});N.push(`FROM ${ft.join(", ")}`)}if(s.length){let ft=s.map(String).filter(Z=>Z).join(" AND ");ft&&N.push(`WHERE ${ft}`)}if(n){let{rows:ft,perc:Z,method:Ot,seed:$n}=n,vc=ft?`${ft} ROWS`:`${Z} PERCENT`,Sc=Ot?` (${Ot}${$n!=null?`, ${$n}`:""})`:"";N.push(`USING SAMPLE ${vc}${Sc}`)}if(o.length&&N.push(`GROUP BY ${o.join(", ")}`),a.length){let ft=a.map(String).filter(Z=>Z).join(" AND ");ft&&N.push(`HAVING ${ft}`)}if(c.length){let ft=c.map(({as:Z,expr:Ot})=>`"${Z}" AS (${Ot})`);N.push(`WINDOW ${ft.join(", ")}`)}if(l.length){let ft=l.map(String).filter(Z=>Z).join(" AND ");ft&&N.push(`QUALIFY ${ft}`)}return u.length&&N.push(`ORDER BY ${u.join(", ")}`),Number.isFinite(h)&&N.push(`LIMIT ${h}`),Number.isFinite(m)&&N.push(`OFFSET ${m}`),N.join(" ")}},us=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(ct)),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 Zl(r){return r instanceof ei||r instanceof us}function Ql(r){return Y0(r)?r.slice(1,-1):r}function Y0(r){return r[0]==='"'&&r[r.length-1]==='"'}function Xl(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 Gm(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 G0="count",H0="nulls",K0="max",J0="min",Q0="distinct";var Z0={[G0]:xa,[Q0]:r=>xa(r).distinct(),[K0]:Vh,[J0]:Ph,[H0]:r=>xa().where(Ch(r))};function Hm({table:r,column:t},e){return ei.from(r).select(e.map(i=>[i,Z0[i](t)]))}var Km=()=>Object.create(null),tu=class{constructor(t){this.mc=t,this.clear()}clear(){this.tables=Km()}tableInfo(t){let e=this.tables;if(e[t])return e[t];let i=X0(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(Hm(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 tI(this,t);return(await Promise.all(e.map(n=>this.fieldInfo(n)))).filter(n=>n)}};async function X0(r,t){let e=await r.query(`DESCRIBE ${as(t)}`,{type:"json",cache:!1}),i=Km();for(let n of e)i[n.column_name]={table:t,column:n.column_name,sqlType:n.column_type,type:Gm(n.column_type),nullable:n.null==="YES"};return i}async function tI(r,t){return t.length===1&&t[0].column==="*"?Object.values(await r.tableInfo(t[0].table)):t}function Qm(r){let t=2166136261;for(let e=0,i=r.length;e<i;++e){let n=r.charCodeAt(e),s=n&65280;s&&(t=Jm(t^s>>8)),t=Jm(t^n&255)}return eI(t)}function Jm(r){return r+(r<<1)+(r<<4)+(r<<7)+(r<<8)+(r<<24)}function eI(r){return r+=r<<13,r^=r>>>7,r+=r<<3,r^=r>>>17,r+=r<<5,r&4294967295}var ty=r=>r,eu=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,Xm),u=l[0]?.from;this.enabled=l.every(h=>h&&h.from===u),this.clients=t,this.activeView=null,this.clear()}if(!this.enabled)return!1;e=e||this.selection.active;let{source:i}=e;if(i&&i===this.activeView?.source)return!0;if(this.clear(),!i)return!1;let n=this.activeView=rI(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=Xm(l),h=l.query(s.predicate(l)).select({...n.columns,...u.count}).groupby(Object.keys(n.columns)),[m]=h.subqueries;if(m){let Z=Object.values(n.columns).map(Ot=>Ot.columns[0]);sI(m,Z)}let g=h.toString(),Ae=`cube_index_${(Qm(g)>>>0).toString(16)}`,ft=a.exec(Xl(Ae,g,{temp:c}));o.set(l,{table:Ae,result:ft,...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=ei.select(s,o).from(n).groupby(s).where(e);return this.mc.updateClient(t,a)}};function rI(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=>iI(l,o));if(c.some(l=>l==null))return null;c.length===1?(a=l=>l?Jl("active0",l.range.map(c[0])):[],i={active0:c[0](r.predicate.field)}):(a=l=>l?Mh(l.children.map(({range:u},h)=>Jl(`active${h}`,u.map(c[h])))):[],i=Object.fromEntries(r.predicate.children.map((l,u)=>[`active${u}`,c[u](l.field)])))}else if(n==="point")a=ty,i=Object.fromEntries(i.map(c=>[c.toString(),c]));else return null;return{source:t,columns:i,predicate:a}}function iI(r,t){let{type:e,domain:i,range:n}=r,s,o;switch(e){case"linear":s=ty,o=ct;break;case"log":s=Math.log,o=a=>rt`LN(${ct(a)})`;break;case"symlog":s=a=>Math.sign(a)*Math.log1p(Math.abs(a)),o=a=>(a=ct(a),rt`SIGN(${a}) * LN(1 + ABS(${a}))`);break;case"sqrt":s=Math.sqrt,o=a=>rt`SQRT(${ct(a)})`;break;case"utc":case"time":s=a=>+a,o=a=>a instanceof Date?+a:jh(ct(a));break}return s?nI(i,n,t,s,o):null}function nI(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=>rt`${c}FLOOR(${a}::DOUBLE * (${n(l)} - ${s}::DOUBLE))::INTEGER`}var Zm={from:NaN};function Xm(r){if(!r.filterIndexable)return Zm;let t=r.query(),e=zh(t);if(!e||!t.groupby)return Zm;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]:rt`SUM("${a}")::DOUBLE`});break;case"AVG":o="_count_",n.push({[a]:rt`(SUM("${a}" * ${o}) / SUM(${o}))::DOUBLE`});break;case"MAX":n.push({[a]:rt`MAX("${a}")`});break;case"MIN":n.push({[a]:rt`MIN("${a}")`});break;default:if(i.has(a))s.push(a);else return null}return{aggr:n,dims:s,count:o?{[o]:rt`COUNT(*)`}:{},from:e}}function zh(r){let t=r.subqueries;if(r.select){let i=r.from();if(!i.length)return;if(t.length===0)return i[0].from.table}let e=zh(t[0]);for(let i=1;i<t.length;++i){let n=zh(t[i]);if(n!==void 0&&n!==e)return NaN}return e}function sI(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 ru=class{constructor(t,e,i=!0){this.mc=t,this.selection=e,this.clients=new Set,this.indexer=i?new eu(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():oI(t,i,n)}};function oI(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 iu(){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 ey(r,t,e){let i=[],n=0;function s(){let o=aI(i,t);i=[],n=0;for(let a of o)lI(a,r,e),hI(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 aI(r,t){let e=[],i=new Map;for(let n of r){let{entry:{request:s}}=n,o=cI(s.query,t);if(!i.has(o)){let a=[];e.push(a),i.set(o,a)}i.get(o).push(n)}return e}function cI(r,t){let e=`${r}`;if(r instanceof ei&&!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 Xe&&s[o.column]||o))}return`${i}`}else return e}function lI(r,t,e){if(uI(r))t({request:{type:"arrow",cache:!1,record:!1,query:dI(r,e)},result:r.result=iu()});else for(let{entry:i,priority:n}of r)t(i,n)}function uI(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 dI(r,t){let e=r.maps=[],i=new Map;for(let o of r){let{query:a}=o.entry.request,c=[];e.push(c);for(let{as:l,expr:u}of a.select()){let h=`${u}`;i.has(h)||i.set(h,[`col${i.size}`,u]);let[m]=i.get(h);c.push([m,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 Xe&&o[a.column]||a))}return n.$select(Array.from(i.values()))}async function hI(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=fI(n,e[o]);a.cache&&t.set(String(a.query),l),c.fulfill(l)})}function fI(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 pI=typeof requestIdleCallback<"u"?requestIdleCallback:setTimeout,ry=()=>({get:()=>{},set:(r,t)=>t,clear:()=>{}});function iy({max:r=1e3,ttl:t=3*60*60*1e3}={}){let e=new Map;function i(){let n=performance.now()-t,s=null,o=1/0;for(let[a,c]of e){let{last:l}=c;l<o&&(s=a,o=l),n>l&&e.delete(a)}s&&e.delete(s)}return{get(n){let s=e.get(n);if(s)return s.last=performance.now(),s.value},set(n,s){return e.set(n,{last:performance.now(),value:s}),e.size>r&&pI(i),s},clear(){e=new Map}}}function ny(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 ri={High:0,Normal:1,Low:2};function sy(){let r=ny(3),t,e,i,n=[],s=null,o;function a(){if(s||r.isEmpty())return;let{request:h,result:m}=r.next();s=u(h,m),s.finally(()=>{s=null,a()})}function c(h,m=ri.Normal){r.insert(h,m),a()}function l(h){n.length&&h&&n.forEach(m=>m.add(h))}async function u(h,m){try{let{query:g,type:N,cache:Ae=!1,record:ft=!0,options:Z}=h,Ot=g?`${g}`:null;if(ft&&l(Ot),Ae){let Sc=e.get(Ot);if(Sc){i.debug("Cache"),m.fulfill(Sc);return}}let $n=performance.now(),vc=await t.query({type:N,sql:Ot,...Z});Ae&&e.set(Ot,vc),i.debug(`Request: ${(performance.now()-$n).toFixed(1)}`),m.fulfill(vc)}catch(g){m.reject(g)}}return{cache(h){return h!==void 0?e=h===!0?iy():h||ry():e},logger(h){return h?i=h:i},connector(h){return h?t=h:t},consolidate(h){h&&!o?o=ey(c,e,l):!h&&o&&(o=null)},request(h,m=ri.Normal){let g=iu(),N={request:h,result:g};return o?o.add(N,m):c(N,m),g},cancel(h){let m=new Set(h);r.remove(({result:g})=>m.has(g))},clear(){r.remove(({result:h})=>(h.reject("Cleared"),!0))},record(){let h=[],m={add(g){h.push(g)},reset(){h=[]},snapshot(){return h.slice()},stop(){return n=n.filter(g=>g!==m),h}};return n.push(m),m}}}function oy(){return{debug(){},info(){},log(){},warn(){},error(){}}}var nu;function $h(r){return r?nu=r:nu==null&&(nu=new su),nu}var su=class{constructor(t=Lh(),e={}){this.catalog=new tu(this),this.manager=e.manager||sy(),this.logger(e.logger||console),this.configure(e),this.databaseConnector(t),this.clear()}logger(t){return arguments.length&&(this._logger=t||oy(),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=ri.Normal}={}){return this.manager.request({type:"exec",query:t},e)}query(t,{type:e="arrow",cache:i=!0,priority:n=ri.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:ri.Low})}createBundle(t,e,i=ri.Low){let n={name:t,queries:e};return this.manager.request({type:"create-bundle",options:n},i)}loadBundle(t,e=ri.High){let i={name:t};return this.manager.request({type:"load-bundle",options:i},e)}updateClient(t,e,i=ri.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 ru(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 ay={};function Wh(r,t=!1){let e,i,n=ay;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=ay,a(u)}),n=l}return t?c:a}var qh=class{constructor(t){this._filterBy=t,this._requestUpdate=Wh(()=>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 $h().requestQuery(this,e)}requestUpdate(){this._requestUpdate()}update(){return this}};var ou=class{constructor(){this._callbacks=new Map}addEventListener(t,e){this._callbacks.has(t)||this._callbacks.set(t,{callbacks:new Set,pending:null,queue:new Yh}),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}}}},Yh=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 Gh(r,t){return r===t?!1:r instanceof Date&&t instanceof Date?+r!=+t:Array.isArray(r)&&Array.isArray(t)?mI(r,t):!0}function mI(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 au(r){return r instanceof Xs}var Xs=class r extends ou{constructor(t){super(),this._value=t}static value(t){return new r(t)}static array(t){if(t.some(e=>au(e))){let e=new r,i=()=>e.update(t.map(n=>au(n)?n.value:n));return i(),t.forEach(n=>au(n)?n.addEventListener("value",i):0),e}return new r(t)}get value(){return this._value}update(t,{force:e}={}){return Gh(this._value,t)||e?this.emit("value",t):this.cancel("value"),this}willEmit(t,e){return t==="value"&&(this._value=e),e}};function yI(r){return r instanceof cu}var cu=class r extends Xs{static intersect({cross:t=!1}={}){return new r(new ds({cross:t}))}static union({cross:t=!1}={}){return new r(new ds({cross:t,union:!0}))}static single({cross:t=!1}={}){return new r(new ds({cross:t,single:!0}))}static crossfilter(){return new r(new ds({cross:!0}))}constructor(t=new ds){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)}},ds=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?Uh(s):s}queueFilter(t){if(this.cross){let e=t.active?.source;return i=>i.active?.source!==e}}};function gI(r="http://localhost:3000/"){return{async query(t){let e=fetch(r,{method:"POST",mode:"cors",cache:"no-cache",credentials:"omit",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)});return t.type==="exec"?e:t.type==="arrow"?os(e):(await e).json()}}}var Xh={};We(Xh,{compareArrayLike:()=>Zh,joinUint8Arrays:()=>Ce,memcpy:()=>to,rebaseValueOffsets:()=>Fa,toArrayBufferView:()=>H,toArrayBufferViewAsyncIterator:()=>Fr,toArrayBufferViewIterator:()=>ii,toBigInt64Array:()=>BI,toBigUint64Array:()=>AI,toFloat32Array:()=>FI,toFloat32ArrayAsyncIterator:()=>WI,toFloat32ArrayIterator:()=>UI,toFloat64Array:()=>OI,toFloat64ArrayAsyncIterator:()=>qI,toFloat64ArrayIterator:()=>CI,toInt16Array:()=>SI,toInt16ArrayAsyncIterator:()=>PI,toInt16ArrayIterator:()=>NI,toInt32Array:()=>hs,toInt32ArrayAsyncIterator:()=>jI,toInt32ArrayIterator:()=>LI,toInt8Array:()=>vI,toInt8ArrayAsyncIterator:()=>VI,toInt8ArrayIterator:()=>DI,toUint16Array:()=>xI,toUint16ArrayAsyncIterator:()=>zI,toUint16ArrayIterator:()=>RI,toUint32Array:()=>TI,toUint32ArrayAsyncIterator:()=>$I,toUint32ArrayIterator:()=>MI,toUint8Array:()=>M,toUint8ArrayAsyncIterator:()=>Qh,toUint8ArrayIterator:()=>Jh,toUint8ClampedArray:()=>EI,toUint8ClampedArrayAsyncIterator:()=>YI,toUint8ClampedArrayIterator:()=>kI});var bI=new TextDecoder("utf-8"),Ta=r=>bI.decode(r),_I=new TextEncoder,Sn=r=>_I.encode(r);var[JR,lu]=(()=>{let r=()=>{throw new Error("BigInt is not available in this environment")};function t(){throw r()}return t.asIntN=()=>{throw r()},t.asUintN=()=>{throw r()},typeof BigInt<"u"?[BigInt,!0]:[t,!1]})(),[er,QR]=(()=>{let r=()=>{throw new Error("BigInt64Array is not available in this environment")};class t{static get BYTES_PER_ELEMENT(){return 8}static of(){throw r()}static from(){throw r()}constructor(){throw r()}}return typeof BigInt64Array<"u"?[BigInt64Array,!0]:[t,!1]})(),[rr,ZR]=(()=>{let r=()=>{throw new Error("BigUint64Array is not available in this environment")};class t{static get BYTES_PER_ELEMENT(){return 8}static of(){throw r()}static from(){throw r()}constructor(){throw r()}}return typeof BigUint64Array<"u"?[BigUint64Array,!0]:[t,!1]})();var wI=r=>typeof r=="number",cy=r=>typeof r=="boolean",zt=r=>typeof r=="function",ce=r=>r!=null&&Object(r)===r,Tr=r=>ce(r)&&zt(r.then);var Ar=r=>ce(r)&&zt(r[Symbol.iterator]),ir=r=>ce(r)&&zt(r[Symbol.asyncIterator]),uu=r=>ce(r)&&ce(r.schema);var du=r=>ce(r)&&"done"in r&&"value"in r;var hu=r=>ce(r)&&zt(r.stat)&&wI(r.fd);var fu=r=>ce(r)&&Aa(r.body),pu=r=>"_getDOMStream"in r&&"_getNodeStream"in r,ly=r=>ce(r)&&zt(r.abort)&&zt(r.getWriter)&&!pu(r),Aa=r=>ce(r)&&zt(r.cancel)&&zt(r.getReader)&&!pu(r),uy=r=>ce(r)&&zt(r.end)&&zt(r.write)&&cy(r.writable)&&!pu(r),mu=r=>ce(r)&&zt(r.read)&&zt(r.pipe)&&cy(r.readable)&&!pu(r),dy=r=>ce(r)&&zt(r.clear)&&zt(r.bytes)&&zt(r.position)&&zt(r.setPosition)&&zt(r.capacity)&&zt(r.getBufferIdentifier)&&zt(r.createLong);var Kh=typeof SharedArrayBuffer<"u"?SharedArrayBuffer:ArrayBuffer;function II(r){let t=r[0]?[r[0]]:[],e,i,n,s;for(let o,a,c=0,l=0,u=r.length;++c<u;){if(o=t[l],a=r[c],!o||!a||o.buffer!==a.buffer||a.byteOffset<o.byteOffset){a&&(t[++l]=a);continue}if({byteOffset:e,byteLength:n}=o,{byteOffset:i,byteLength:s}=a,e+n<i||i+s<e){a&&(t[++l]=a);continue}t[l]=new Uint8Array(o.buffer,e,i-e+s)}return t}function to(r,t,e=0,i=t.byteLength){let n=r.byteLength,s=new Uint8Array(r.buffer,r.byteOffset,n),o=new Uint8Array(t.buffer,t.byteOffset,Math.min(i,n));return s.set(o,e),r}function Ce(r,t){let e=II(r),i=e.reduce((u,h)=>u+h.byteLength,0),n,s,o,a=0,c=-1,l=Math.min(t||Number.POSITIVE_INFINITY,i);for(let u=e.length;++c<u;){if(n=e[c],s=n.subarray(0,Math.min(n.length,l-a)),l<=a+s.length){s.length<n.length?e[c]=n.subarray(s.length):s.length===n.length&&c++,o?to(o,s,a):o=s;break}to(o||(o=new Uint8Array(l)),s,a),a+=s.length}return[o||new Uint8Array(0),e.slice(c),i-(o?o.byteLength:0)]}function H(r,t){let e=du(t)?t.value:t;return e instanceof r?r===Uint8Array?new r(e.buffer,e.byteOffset,e.byteLength):e:e?(typeof e=="string"&&(e=Sn(e)),e instanceof ArrayBuffer?new r(e):e instanceof Kh?new r(e):dy(e)?H(r,e.bytes()):ArrayBuffer.isView(e)?e.byteLength<=0?new r(0):new r(e.buffer,e.byteOffset,e.byteLength/r.BYTES_PER_ELEMENT):r.from(e)):new r(0)}var vI=r=>H(Int8Array,r),SI=r=>H(Int16Array,r),hs=r=>H(Int32Array,r),BI=r=>H(er,r),M=r=>H(Uint8Array,r),xI=r=>H(Uint16Array,r),TI=r=>H(Uint32Array,r),AI=r=>H(rr,r),FI=r=>H(Float32Array,r),OI=r=>H(Float64Array,r),EI=r=>H(Uint8ClampedArray,r),Hh=r=>(r.next(),r);function*ii(r,t){let e=function*(n){yield n},i=typeof t=="string"||ArrayBuffer.isView(t)||t instanceof ArrayBuffer||t instanceof Kh?e(t):Ar(t)?t:e(t);return yield*Hh(function*(n){let s=null;do s=n.next(yield H(r,s));while(!s.done)}(i[Symbol.iterator]())),new r}var DI=r=>ii(Int8Array,r),NI=r=>ii(Int16Array,r),LI=r=>ii(Int32Array,r),Jh=r=>ii(Uint8Array,r),RI=r=>ii(Uint16Array,r),MI=r=>ii(Uint32Array,r),UI=r=>ii(Float32Array,r),CI=r=>ii(Float64Array,r),kI=r=>ii(Uint8ClampedArray,r);function Fr(r,t){return mt(this,arguments,function*(){if(Tr(t))return yield y(yield y(yield*qe(Et(Fr(r,yield y(t))))));let i=function(o){return mt(this,arguments,function*(){yield yield y(yield y(o))})},n=function(o){return mt(this,arguments,function*(){yield y(yield*qe(Et(Hh(function*(a){let c=null;do c=a.next(yield c?.value);while(!c.done)}(o[Symbol.iterator]())))))})},s=typeof t=="string"||ArrayBuffer.isView(t)||t instanceof ArrayBuffer||t instanceof Kh?i(t):Ar(t)?n(t):ir(t)?t:i(t);return yield y(yield*qe(Et(Hh(function(o){return mt(this,arguments,function*(){let a=null;do a=yield y(o.next(yield yield y(H(r,a))));while(!a.done)})}(s[Symbol.asyncIterator]()))))),yield y(new r)})}var VI=r=>Fr(Int8Array,r),PI=r=>Fr(Int16Array,r),jI=r=>Fr(Int32Array,r),Qh=r=>Fr(Uint8Array,r),zI=r=>Fr(Uint16Array,r),$I=r=>Fr(Uint32Array,r),WI=r=>Fr(Float32Array,r),qI=r=>Fr(Float64Array,r),YI=r=>Fr(Uint8ClampedArray,r);function Fa(r,t,e){if(r!==0){e=e.slice(0,t+1);for(let i=-1;++i<=t;)e[i]+=r}return e}function Zh(r,t){let e=0,i=r.length;if(i!==t.length)return!1;if(i>0)do if(r[e]!==t[e])return!1;while(++e<i);return!0}var Qt={fromIterable(r){return yu(GI(r))},fromAsyncIterable(r){return yu(HI(r))},fromDOMStream(r){return yu(KI(r))},fromNodeStream(r){return yu(JI(r))},toDOMStream(r,t){throw new Error('"toDOMStream" not available in this environment')},toNodeStream(r,t){throw new Error('"toNodeStream" not available in this environment')}},yu=r=>(r.next(),r);function*GI(r){let t,e=!1,i=[],n,s,o,a=0;function c(){return s==="peek"?Ce(i,o)[0]:([n,i,a]=Ce(i,o),n)}({cmd:s,size:o}=yield null);let l=Jh(r)[Symbol.iterator]();try{do if({done:t,value:n}=Number.isNaN(o-a)?l.next():l.next(o-a),!t&&n.byteLength>0&&(i.push(n),a+=n.byteLength),t||o<=a)do({cmd:s,size:o}=yield c());while(o<a);while(!t)}catch(u){(e=!0)&&typeof l.throw=="function"&&l.throw(u)}finally{e===!1&&typeof l.return=="function"&&l.return(null)}return null}function HI(r){return mt(this,arguments,function*(){let e,i=!1,n=[],s,o,a,c=0;function l(){return o==="peek"?Ce(n,a)[0]:([s,n,c]=Ce(n,a),s)}({cmd:o,size:a}=yield yield y(null));let u=Qh(r)[Symbol.asyncIterator]();try{do if({done:e,value:s}=Number.isNaN(a-c)?yield y(u.next()):yield y(u.next(a-c)),!e&&s.byteLength>0&&(n.push(s),c+=s.byteLength),e||a<=c)do({cmd:o,size:a}=yield yield y(l()));while(a<c);while(!e)}catch(h){(i=!0)&&typeof u.throw=="function"&&(yield y(u.throw(h)))}finally{i===!1&&typeof u.return=="function"&&(yield y(u.return(new Uint8Array(0))))}return yield y(null)})}function KI(r){return mt(this,arguments,function*(){let e=!1,i=!1,n=[],s,o,a,c=0;function l(){return o==="peek"?Ce(n,a)[0]:([s,n,c]=Ce(n,a),s)}({cmd:o,size:a}=yield yield y(null));let u=new ef(r);try{do if({done:e,value:s}=Number.isNaN(a-c)?yield y(u.read()):yield y(u.read(a-c)),!e&&s.byteLength>0&&(n.push(M(s)),c+=s.byteLength),e||a<=c)do({cmd:o,size:a}=yield yield y(l()));while(a<c);while(!e)}catch(h){(i=!0)&&(yield y(u.cancel(h)))}finally{i===!1?yield y(u.cancel()):r.locked&&u.releaseLock()}return yield y(null)})}var ef=class{constructor(t){this.source=t,this.reader=null,this.reader=this.source.getReader(),this.reader.closed.catch(()=>{})}get closed(){return this.reader?this.reader.closed.catch(()=>{}):Promise.resolve()}releaseLock(){this.reader&&this.reader.releaseLock(),this.reader=null}cancel(t){return p(this,void 0,void 0,function*(){let{reader:e,source:i}=this;e&&(yield e.cancel(t).catch(()=>{})),i&&i.locked&&this.releaseLock()})}read(t){return p(this,void 0,void 0,function*(){if(t===0)return{done:this.reader==null,value:new Uint8Array(0)};let e=yield this.reader.read();return!e.done&&(e.value=M(e)),e})}},tf=(r,t)=>{let e=n=>i([t,n]),i;return[t,e,new Promise(n=>(i=n)&&r.once(t,e))]};function JI(r){return mt(this,arguments,function*(){let e=[],i="error",n=!1,s=null,o,a,c=0,l=[],u;function h(){return o==="peek"?Ce(l,a)[0]:([u,l,c]=Ce(l,a),u)}if({cmd:o,size:a}=yield yield y(null),r.isTTY)return yield yield y(new Uint8Array(0)),yield y(null);try{e[0]=tf(r,"end"),e[1]=tf(r,"error");do{if(e[2]=tf(r,"readable"),[i,s]=yield y(Promise.race(e.map(g=>g[2]))),i==="error")break;if((n=i==="end")||(Number.isFinite(a-c)?(u=M(r.read(a-c)),u.byteLength<a-c&&(u=M(r.read()))):u=M(r.read()),u.byteLength>0&&(l.push(u),c+=u.byteLength)),n||a<=c)do({cmd:o,size:a}=yield yield y(h()));while(a<c)}while(!n)}finally{yield y(m(e,i==="error"?s:null))}return yield y(null);function m(g,N){return u=l=null,new Promise((Ae,ft)=>{for(let[Z,Ot]of g)r.off(Z,Ot);try{let Z=r.destroy;Z&&Z.call(r,N),N=void 0}catch(Z){N=Z||N}finally{N!=null?ft(N):Ae()}})}})}var qt;(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"})(qt||(qt={}));var At;(function(r){r[r.Sparse=0]="Sparse",r[r.Dense=1]="Dense"})(At||(At={}));var vt;(function(r){r[r.HALF=0]="HALF",r[r.SINGLE=1]="SINGLE",r[r.DOUBLE=2]="DOUBLE"})(vt||(vt={}));var Zt;(function(r){r[r.DAY=0]="DAY",r[r.MILLISECOND=1]="MILLISECOND"})(Zt||(Zt={}));var Q;(function(r){r[r.SECOND=0]="SECOND",r[r.MILLISECOND=1]="MILLISECOND",r[r.MICROSECOND=2]="MICROSECOND",r[r.NANOSECOND=3]="NANOSECOND"})(Q||(Q={}));var le;(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"})(le||(le={}));var st;(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"})(st||(st={}));var d;(function(r){r[r.NONE=0]="NONE",r[r.Null=1]="Null",r[r.Int=2]="Int",r[r.Float=3]="Float",r[r.Binary=4]="Binary",r[r.Utf8=5]="Utf8",r[r.Bool=6]="Bool",r[r.Decimal=7]="Decimal",r[r.Date=8]="Date",r[r.Time=9]="Time",r[r.Timestamp=10]="Timestamp",r[r.Interval=11]="Interval",r[r.List=12]="List",r[r.Struct=13]="Struct",r[r.Union=14]="Union",r[r.FixedSizeBinary=15]="FixedSizeBinary",r[r.FixedSizeList=16]="FixedSizeList",r[r.Map=17]="Map",r[r.Dictionary=-1]="Dictionary",r[r.Int8=-2]="Int8",r[r.Int16=-3]="Int16",r[r.Int32=-4]="Int32",r[r.Int64=-5]="Int64",r[r.Uint8=-6]="Uint8",r[r.Uint16=-7]="Uint16",r[r.Uint32=-8]="Uint32",r[r.Uint64=-9]="Uint64",r[r.Float16=-10]="Float16",r[r.Float32=-11]="Float32",r[r.Float64=-12]="Float64",r[r.DateDay=-13]="DateDay",r[r.DateMillisecond=-14]="DateMillisecond",r[r.TimestampSecond=-15]="TimestampSecond",r[r.TimestampMillisecond=-16]="TimestampMillisecond",r[r.TimestampMicrosecond=-17]="TimestampMicrosecond",r[r.TimestampNanosecond=-18]="TimestampNanosecond",r[r.TimeSecond=-19]="TimeSecond",r[r.TimeMillisecond=-20]="TimeMillisecond",r[r.TimeMicrosecond=-21]="TimeMicrosecond",r[r.TimeNanosecond=-22]="TimeNanosecond",r[r.DenseUnion=-23]="DenseUnion",r[r.SparseUnion=-24]="SparseUnion",r[r.IntervalDayTime=-25]="IntervalDayTime",r[r.IntervalYearMonth=-26]="IntervalYearMonth"})(d||(d={}));var nr;(function(r){r[r.OFFSET=0]="OFFSET",r[r.DATA=1]="DATA",r[r.VALIDITY=2]="VALIDITY",r[r.TYPE=3]="TYPE"})(nr||(nr={}));var _f={};We(_f,{clampIndex:()=>jv,clampRange:()=>Na,createElementComparator:()=>An});var QI=void 0;function Or(r){if(r===null)return"null";if(r===QI)return"undefined";switch(typeof r){case"number":return`${r}`;case"bigint":return`${r}`;case"string":return`"${r}"`}return typeof r[Symbol.toPrimitive]=="function"?r[Symbol.toPrimitive]("string"):ArrayBuffer.isView(r)?r instanceof er||r instanceof rr?`[${[...r].map(t=>Or(t))}]`:`[${r}]`:ArrayBuffer.isView(r)?`[${r}]`:JSON.stringify(r,(t,e)=>typeof e=="bigint"?`${e}`:e)}var nf={};We(nf,{BN:()=>Ea,bignumToBigInt:()=>gu,bignumToString:()=>Bn,isArrowBigNumSymbol:()=>hy});var hy=Symbol.for("isArrowBigNum");function Er(r,...t){return t.length===0?Object.setPrototypeOf(H(this.TypedArray,r),this.constructor.prototype):Object.setPrototypeOf(new this.TypedArray(r,...t),this.constructor.prototype)}Er.prototype[hy]=!0;Er.prototype.toJSON=function(){return`"${Bn(this)}"`};Er.prototype.valueOf=function(){return fy(this)};Er.prototype.toString=function(){return Bn(this)};Er.prototype[Symbol.toPrimitive]=function(r="default"){switch(r){case"number":return fy(this);case"string":return Bn(this);case"default":return gu(this)}return Bn(this)};function eo(...r){return Er.apply(this,r)}function ro(...r){return Er.apply(this,r)}function Oa(...r){return Er.apply(this,r)}Object.setPrototypeOf(eo.prototype,Object.create(Int32Array.prototype));Object.setPrototypeOf(ro.prototype,Object.create(Uint32Array.prototype));Object.setPrototypeOf(Oa.prototype,Object.create(Uint32Array.prototype));Object.assign(eo.prototype,Er.prototype,{constructor:eo,signed:!0,TypedArray:Int32Array,BigIntArray:er});Object.assign(ro.prototype,Er.prototype,{constructor:ro,signed:!1,TypedArray:Uint32Array,BigIntArray:rr});Object.assign(Oa.prototype,Er.prototype,{constructor:Oa,signed:!0,TypedArray:Uint32Array,BigIntArray:rr});function fy(r){let{buffer:t,byteOffset:e,length:i,signed:n}=r,s=new rr(t,e,i),o=n&&s[s.length-1]&BigInt(1)<<BigInt(63),a=BigInt(o?1:0),c=BigInt(0);if(o){for(let l of s)a+=~l*(BigInt(1)<<BigInt(32)*c++);a*=BigInt(-1)}else for(let l of s)a+=l*(BigInt(1)<<BigInt(32)*c++);return a}var Bn,gu;lu?(gu=r=>r.byteLength===8?new r.BigIntArray(r.buffer,r.byteOffset,1)[0]:rf(r),Bn=r=>r.byteLength===8?`${new r.BigIntArray(r.buffer,r.byteOffset,1)[0]}`:rf(r)):(Bn=rf,gu=Bn);function rf(r){let t="",e=new Uint32Array(2),i=new Uint16Array(r.buffer,r.byteOffset,r.byteLength/2),n=new Uint32Array((i=new Uint16Array(i).reverse()).buffer),s=-1,o=i.length-1;do{for(e[0]=i[s=0];s<o;)i[s++]=e[1]=e[0]/10,e[0]=(e[0]-e[1]*10<<16)+i[s];i[s]=e[1]=e[0]/10,e[0]=e[0]-e[1]*10,t=`${e[0]}${t}`}while(n[0]||n[1]||n[2]||n[3]);return t??"0"}var Ea=class r{static new(t,e){switch(e){case!0:return new eo(t);case!1:return new ro(t)}switch(t.constructor){case Int8Array:case Int16Array:case Int32Array:case er:return new eo(t)}return t.byteLength===16?new Oa(t):new ro(t)}static signed(t){return new eo(t)}static unsigned(t){return new ro(t)}static decimal(t){return new Oa(t)}constructor(t,e){return r.new(t,e)}};var py,my,yy,gy,by,_y,wy,Iy,vy,Sy,By,xy,Ty,Ay,Fy,Oy,Ey,Dy,Ny,I=class r{static isNull(t){return t?.typeId===d.Null}static isInt(t){return t?.typeId===d.Int}static isFloat(t){return t?.typeId===d.Float}static isBinary(t){return t?.typeId===d.Binary}static isUtf8(t){return t?.typeId===d.Utf8}static isBool(t){return t?.typeId===d.Bool}static isDecimal(t){return t?.typeId===d.Decimal}static isDate(t){return t?.typeId===d.Date}static isTime(t){return t?.typeId===d.Time}static isTimestamp(t){return t?.typeId===d.Timestamp}static isInterval(t){return t?.typeId===d.Interval}static isList(t){return t?.typeId===d.List}static isStruct(t){return t?.typeId===d.Struct}static isUnion(t){return t?.typeId===d.Union}static isFixedSizeBinary(t){return t?.typeId===d.FixedSizeBinary}static isFixedSizeList(t){return t?.typeId===d.FixedSizeList}static isMap(t){return t?.typeId===d.Map}static isDictionary(t){return t?.typeId===d.Dictionary}static isDenseUnion(t){return r.isUnion(t)&&t.mode===At.Dense}static isSparseUnion(t){return r.isUnion(t)&&t.mode===At.Sparse}get typeId(){return d.NONE}};py=Symbol.toStringTag;I[py]=(r=>(r.children=null,r.ArrayType=Array,r[Symbol.toStringTag]="DataType"))(I.prototype);var ue=class extends I{toString(){return"Null"}get typeId(){return d.Null}};my=Symbol.toStringTag;ue[my]=(r=>r[Symbol.toStringTag]="Null")(ue.prototype);var Ut=class extends I{constructor(t,e){super(),this.isSigned=t,this.bitWidth=e}get typeId(){return d.Int}get ArrayType(){switch(this.bitWidth){case 8:return this.isSigned?Int8Array:Uint8Array;case 16:return this.isSigned?Int16Array:Uint16Array;case 32:return this.isSigned?Int32Array:Uint32Array;case 64:return this.isSigned?er:rr}throw new Error(`Unrecognized ${this[Symbol.toStringTag]} type`)}toString(){return`${this.isSigned?"I":"Ui"}nt${this.bitWidth}`}};yy=Symbol.toStringTag;Ut[yy]=(r=>(r.isSigned=null,r.bitWidth=null,r[Symbol.toStringTag]="Int"))(Ut.prototype);var bu=class extends Ut{constructor(){super(!0,8)}get ArrayType(){return Int8Array}},_u=class extends Ut{constructor(){super(!0,16)}get ArrayType(){return Int16Array}},ni=class extends Ut{constructor(){super(!0,32)}get ArrayType(){return Int32Array}},wu=class extends Ut{constructor(){super(!0,64)}get ArrayType(){return er}},Iu=class extends Ut{constructor(){super(!1,8)}get ArrayType(){return Uint8Array}},vu=class extends Ut{constructor(){super(!1,16)}get ArrayType(){return Uint16Array}},Su=class extends Ut{constructor(){super(!1,32)}get ArrayType(){return Uint32Array}},Bu=class extends Ut{constructor(){super(!1,64)}get ArrayType(){return rr}};Object.defineProperty(bu.prototype,"ArrayType",{value:Int8Array});Object.defineProperty(_u.prototype,"ArrayType",{value:Int16Array});Object.defineProperty(ni.prototype,"ArrayType",{value:Int32Array});Object.defineProperty(wu.prototype,"ArrayType",{value:er});Object.defineProperty(Iu.prototype,"ArrayType",{value:Uint8Array});Object.defineProperty(vu.prototype,"ArrayType",{value:Uint16Array});Object.defineProperty(Su.prototype,"ArrayType",{value:Uint32Array});Object.defineProperty(Bu.prototype,"ArrayType",{value:rr});var Ie=class extends I{constructor(t){super(),this.precision=t}get typeId(){return d.Float}get ArrayType(){switch(this.precision){case vt.HALF:return Uint16Array;case vt.SINGLE:return Float32Array;case vt.DOUBLE:return Float64Array}throw new Error(`Unrecognized ${this[Symbol.toStringTag]} type`)}toString(){return`Float${this.precision<<5||16}`}};gy=Symbol.toStringTag;Ie[gy]=(r=>(r.precision=null,r[Symbol.toStringTag]="Float"))(Ie.prototype);var xu=class extends Ie{constructor(){super(vt.HALF)}},Tu=class extends Ie{constructor(){super(vt.SINGLE)}},Au=class extends Ie{constructor(){super(vt.DOUBLE)}};Object.defineProperty(xu.prototype,"ArrayType",{value:Uint16Array});Object.defineProperty(Tu.prototype,"ArrayType",{value:Float32Array});Object.defineProperty(Au.prototype,"ArrayType",{value:Float64Array});var Ui=class extends I{constructor(){super()}get typeId(){return d.Binary}toString(){return"Binary"}};by=Symbol.toStringTag;Ui[by]=(r=>(r.ArrayType=Uint8Array,r[Symbol.toStringTag]="Binary"))(Ui.prototype);var Ci=class extends I{constructor(){super()}get typeId(){return d.Utf8}toString(){return"Utf8"}};_y=Symbol.toStringTag;Ci[_y]=(r=>(r.ArrayType=Uint8Array,r[Symbol.toStringTag]="Utf8"))(Ci.prototype);var ki=class extends I{constructor(){super()}get typeId(){return d.Bool}toString(){return"Bool"}};wy=Symbol.toStringTag;ki[wy]=(r=>(r.ArrayType=Uint8Array,r[Symbol.toStringTag]="Bool"))(ki.prototype);var Vi=class extends I{constructor(t,e,i=128){super(),this.scale=t,this.precision=e,this.bitWidth=i}get typeId(){return d.Decimal}toString(){return`Decimal[${this.precision}e${this.scale>0?"+":""}${this.scale}]`}};Iy=Symbol.toStringTag;Vi[Iy]=(r=>(r.scale=null,r.precision=null,r.ArrayType=Uint32Array,r[Symbol.toStringTag]="Decimal"))(Vi.prototype);var Pi=class extends I{constructor(t){super(),this.unit=t}get typeId(){return d.Date}toString(){return`Date${(this.unit+1)*32}<${Zt[this.unit]}>`}};vy=Symbol.toStringTag;Pi[vy]=(r=>(r.unit=null,r.ArrayType=Int32Array,r[Symbol.toStringTag]="Date"))(Pi.prototype);var Dr=class extends I{constructor(t,e){super(),this.unit=t,this.bitWidth=e}get typeId(){return d.Time}toString(){return`Time${this.bitWidth}<${Q[this.unit]}>`}get ArrayType(){switch(this.bitWidth){case 32:return Int32Array;case 64:return er}throw new Error(`Unrecognized ${this[Symbol.toStringTag]} type`)}};Sy=Symbol.toStringTag;Dr[Sy]=(r=>(r.unit=null,r.bitWidth=null,r[Symbol.toStringTag]="Time"))(Dr.prototype);var ji=class extends I{constructor(t,e){super(),this.unit=t,this.timezone=e}get typeId(){return d.Timestamp}toString(){return`Timestamp<${Q[this.unit]}${this.timezone?`, ${this.timezone}`:""}>`}};By=Symbol.toStringTag;ji[By]=(r=>(r.unit=null,r.timezone=null,r.ArrayType=Int32Array,r[Symbol.toStringTag]="Timestamp"))(ji.prototype);var zi=class extends I{constructor(t){super(),this.unit=t}get typeId(){return d.Interval}toString(){return`Interval<${le[this.unit]}>`}};xy=Symbol.toStringTag;zi[xy]=(r=>(r.unit=null,r.ArrayType=Int32Array,r[Symbol.toStringTag]="Interval"))(zi.prototype);var Nr=class extends I{constructor(t){super(),this.children=[t]}get typeId(){return d.List}toString(){return`List<${this.valueType}>`}get valueType(){return this.children[0].type}get valueField(){return this.children[0]}get ArrayType(){return this.valueType.ArrayType}};Ty=Symbol.toStringTag;Nr[Ty]=(r=>(r.children=null,r[Symbol.toStringTag]="List"))(Nr.prototype);var bt=class extends I{constructor(t){super(),this.children=t}get typeId(){return d.Struct}toString(){return`Struct<{${this.children.map(t=>`${t.name}:${t.type}`).join(", ")}}>`}};Ay=Symbol.toStringTag;bt[Ay]=(r=>(r.children=null,r[Symbol.toStringTag]="Struct"))(bt.prototype);var Lr=class extends I{constructor(t,e,i){super(),this.mode=t,this.children=i,this.typeIds=e=Int32Array.from(e),this.typeIdToChildIndex=e.reduce((n,s,o)=>(n[s]=o)&&n||n,Object.create(null))}get typeId(){return d.Union}toString(){return`${this[Symbol.toStringTag]}<${this.children.map(t=>`${t.type}`).join(" | ")}>`}};Fy=Symbol.toStringTag;Lr[Fy]=(r=>(r.mode=null,r.typeIds=null,r.children=null,r.typeIdToChildIndex=null,r.ArrayType=Int8Array,r[Symbol.toStringTag]="Union"))(Lr.prototype);var $i=class extends I{constructor(t){super(),this.byteWidth=t}get typeId(){return d.FixedSizeBinary}toString(){return`FixedSizeBinary[${this.byteWidth}]`}};Oy=Symbol.toStringTag;$i[Oy]=(r=>(r.byteWidth=null,r.ArrayType=Uint8Array,r[Symbol.toStringTag]="FixedSizeBinary"))($i.prototype);var Rr=class extends I{constructor(t,e){super(),this.listSize=t,this.children=[e]}get typeId(){return d.FixedSizeList}get valueType(){return this.children[0].type}get valueField(){return this.children[0]}get ArrayType(){return this.valueType.ArrayType}toString(){return`FixedSizeList[${this.listSize}]<${this.valueType}>`}};Ey=Symbol.toStringTag;Rr[Ey]=(r=>(r.children=null,r.listSize=null,r[Symbol.toStringTag]="FixedSizeList"))(Rr.prototype);var Mr=class extends I{constructor(t,e=!1){super(),this.children=[t],this.keysSorted=e}get typeId(){return d.Map}get keyType(){return this.children[0].type.children[0].type}get valueType(){return this.children[0].type.children[1].type}get childType(){return this.children[0].type}toString(){return`Map<{${this.children[0].type.children.map(t=>`${t.name}:${t.type}`).join(", ")}}>`}};Dy=Symbol.toStringTag;Mr[Dy]=(r=>(r.children=null,r.keysSorted=null,r[Symbol.toStringTag]="Map_"))(Mr.prototype);var ZI=(r=>()=>++r)(-1),ke=class extends I{constructor(t,e,i,n){super(),this.indices=e,this.dictionary=t,this.isOrdered=n||!1,this.id=i==null?ZI():typeof i=="number"?i:i.low}get typeId(){return d.Dictionary}get children(){return this.dictionary.children}get valueType(){return this.dictionary}get ArrayType(){return this.dictionary.ArrayType}toString(){return`Dictionary<${this.indices}, ${this.dictionary}>`}};Ny=Symbol.toStringTag;ke[Ny]=(r=>(r.id=null,r.indices=null,r.isOrdered=null,r.dictionary=null,r[Symbol.toStringTag]="Dictionary"))(ke.prototype);function Ve(r){let t=r;switch(r.typeId){case d.Decimal:return r.bitWidth/32;case d.Timestamp:return 2;case d.Date:return 1+t.unit;case d.Interval:return 1+t.unit;case d.FixedSizeList:return t.listSize;case d.FixedSizeBinary:return t.byteWidth;default:return 1}}var S=class{visitMany(t,...e){return t.map((i,n)=>this.visit(i,...e.map(s=>s[n])))}visit(...t){return this.getVisitFn(t[0],!1).apply(this,t)}getVisitFn(t,e=!0){return XI(this,t,e)}getVisitFnByTypeId(t,e=!0){return io(this,t,e)}visitNull(t,...e){return null}visitBool(t,...e){return null}visitInt(t,...e){return null}visitFloat(t,...e){return null}visitUtf8(t,...e){return null}visitBinary(t,...e){return null}visitFixedSizeBinary(t,...e){return null}visitDate(t,...e){return null}visitTimestamp(t,...e){return null}visitTime(t,...e){return null}visitDecimal(t,...e){return null}visitList(t,...e){return null}visitStruct(t,...e){return null}visitUnion(t,...e){return null}visitDictionary(t,...e){return null}visitInterval(t,...e){return null}visitFixedSizeList(t,...e){return null}visitMap(t,...e){return null}};function XI(r,t,e=!0){return typeof t=="number"?io(r,t,e):typeof t=="string"&&t in d?io(r,d[t],e):t&&t instanceof I?io(r,Ly(t),e):t?.type&&t.type instanceof I?io(r,Ly(t.type),e):io(r,d.NONE,e)}function io(r,t,e=!0){let i=null;switch(t){case d.Null:i=r.visitNull;break;case d.Bool:i=r.visitBool;break;case d.Int:i=r.visitInt;break;case d.Int8:i=r.visitInt8||r.visitInt;break;case d.Int16:i=r.visitInt16||r.visitInt;break;case d.Int32:i=r.visitInt32||r.visitInt;break;case d.Int64:i=r.visitInt64||r.visitInt;break;case d.Uint8:i=r.visitUint8||r.visitInt;break;case d.Uint16:i=r.visitUint16||r.visitInt;break;case d.Uint32:i=r.visitUint32||r.visitInt;break;case d.Uint64:i=r.visitUint64||r.visitInt;break;case d.Float:i=r.visitFloat;break;case d.Float16:i=r.visitFloat16||r.visitFloat;break;case d.Float32:i=r.visitFloat32||r.visitFloat;break;case d.Float64:i=r.visitFloat64||r.visitFloat;break;case d.Utf8:i=r.visitUtf8;break;case d.Binary:i=r.visitBinary;break;case d.FixedSizeBinary:i=r.visitFixedSizeBinary;break;case d.Date:i=r.visitDate;break;case d.DateDay:i=r.visitDateDay||r.visitDate;break;case d.DateMillisecond:i=r.visitDateMillisecond||r.visitDate;break;case d.Timestamp:i=r.visitTimestamp;break;case d.TimestampSecond:i=r.visitTimestampSecond||r.visitTimestamp;break;case d.TimestampMillisecond:i=r.visitTimestampMillisecond||r.visitTimestamp;break;case d.TimestampMicrosecond:i=r.visitTimestampMicrosecond||r.visitTimestamp;break;case d.TimestampNanosecond:i=r.visitTimestampNanosecond||r.visitTimestamp;break;case d.Time:i=r.visitTime;break;case d.TimeSecond:i=r.visitTimeSecond||r.visitTime;break;case d.TimeMillisecond:i=r.visitTimeMillisecond||r.visitTime;break;case d.TimeMicrosecond:i=r.visitTimeMicrosecond||r.visitTime;break;case d.TimeNanosecond:i=r.visitTimeNanosecond||r.visitTime;break;case d.Decimal:i=r.visitDecimal;break;case d.List:i=r.visitList;break;case d.Struct:i=r.visitStruct;break;case d.Union:i=r.visitUnion;break;case d.DenseUnion:i=r.visitDenseUnion||r.visitUnion;break;case d.SparseUnion:i=r.visitSparseUnion||r.visitUnion;break;case d.Dictionary:i=r.visitDictionary;break;case d.Interval:i=r.visitInterval;break;case d.IntervalDayTime:i=r.visitIntervalDayTime||r.visitInterval;break;case d.IntervalYearMonth:i=r.visitIntervalYearMonth||r.visitInterval;break;case d.FixedSizeList:i=r.visitFixedSizeList;break;case d.Map:i=r.visitMap;break}if(typeof i=="function")return i;if(!e)return()=>null;throw new Error(`Unrecognized type '${d[t]}'`)}function Ly(r){switch(r.typeId){case d.Null:return d.Null;case d.Int:{let{bitWidth:t,isSigned:e}=r;switch(t){case 8:return e?d.Int8:d.Uint8;case 16:return e?d.Int16:d.Uint16;case 32:return e?d.Int32:d.Uint32;case 64:return e?d.Int64:d.Uint64}return d.Int}case d.Float:switch(r.precision){case vt.HALF:return d.Float16;case vt.SINGLE:return d.Float32;case vt.DOUBLE:return d.Float64}return d.Float;case d.Binary:return d.Binary;case d.Utf8:return d.Utf8;case d.Bool:return d.Bool;case d.Decimal:return d.Decimal;case d.Time:switch(r.unit){case Q.SECOND:return d.TimeSecond;case Q.MILLISECOND:return d.TimeMillisecond;case Q.MICROSECOND:return d.TimeMicrosecond;case Q.NANOSECOND:return d.TimeNanosecond}return d.Time;case d.Timestamp:switch(r.unit){case Q.SECOND:return d.TimestampSecond;case Q.MILLISECOND:return d.TimestampMillisecond;case Q.MICROSECOND:return d.TimestampMicrosecond;case Q.NANOSECOND:return d.TimestampNanosecond}return d.Timestamp;case d.Date:switch(r.unit){case Zt.DAY:return d.DateDay;case Zt.MILLISECOND:return d.DateMillisecond}return d.Date;case d.Interval:switch(r.unit){case le.DAY_TIME:return d.IntervalDayTime;case le.YEAR_MONTH:return d.IntervalYearMonth}return d.Interval;case d.Map:return d.Map;case d.List:return d.List;case d.Struct:return d.Struct;case d.Union:switch(r.mode){case At.Dense:return d.DenseUnion;case At.Sparse:return d.SparseUnion}return d.Union;case d.FixedSizeBinary:return d.FixedSizeBinary;case d.FixedSizeList:return d.FixedSizeList;case d.Dictionary:return d.Dictionary}throw new Error(`Unrecognized type '${d[r.typeId]}'`)}S.prototype.visitInt8=null;S.prototype.visitInt16=null;S.prototype.visitInt32=null;S.prototype.visitInt64=null;S.prototype.visitUint8=null;S.prototype.visitUint16=null;S.prototype.visitUint32=null;S.prototype.visitUint64=null;S.prototype.visitFloat16=null;S.prototype.visitFloat32=null;S.prototype.visitFloat64=null;S.prototype.visitDateDay=null;S.prototype.visitDateMillisecond=null;S.prototype.visitTimestampSecond=null;S.prototype.visitTimestampMillisecond=null;S.prototype.visitTimestampMicrosecond=null;S.prototype.visitTimestampNanosecond=null;S.prototype.visitTimeSecond=null;S.prototype.visitTimeMillisecond=null;S.prototype.visitTimeMicrosecond=null;S.prototype.visitTimeNanosecond=null;S.prototype.visitDenseUnion=null;S.prototype.visitSparseUnion=null;S.prototype.visitIntervalDayTime=null;S.prototype.visitIntervalYearMonth=null;var sf={};We(sf,{float64ToUint16:()=>Da,uint16ToFloat64:()=>Fu});var Ry=new Float64Array(1),no=new Uint32Array(Ry.buffer);function Fu(r){let t=(r&31744)>>10,e=(r&1023)/1024,i=Math.pow(-1,(r&32768)>>15);switch(t){case 31:return i*(e?Number.NaN:1/0);case 0:return i*(e?6103515625e-14*e:0)}return i*Math.pow(2,t-15)*(1+e)}function Da(r){if(r!==r)return 32256;Ry[0]=r;let t=(no[1]&2147483648)>>16&65535,e=no[1]&2146435072,i=0;return e>=1089470464?no[0]>0?e=31744:(e=(e&2080374784)>>16,i=(no[1]&1048575)>>10):e<=1056964608?(i=1048576+(no[1]&1048575),i=1048576+(i<<(e>>20)-998)>>21,e=0):(e=e-1056964608>>10,i=(no[1]&1048575)+512>>10),t|e|i&65535}var U=class extends S{};function W(r){return(t,e,i)=>{if(t.setValid(e,i!=null))return r(t,e,i)}}var tv=(r,t,e)=>{r[t]=Math.trunc(e/864e5)},of=(r,t,e)=>{r[t]=Math.trunc(e%4294967296),r[t+1]=Math.trunc(e/4294967296)},ev=(r,t,e)=>{r[t]=Math.trunc(e*1e3%4294967296),r[t+1]=Math.trunc(e*1e3/4294967296)},rv=(r,t,e)=>{r[t]=Math.trunc(e*1e6%4294967296),r[t+1]=Math.trunc(e*1e6/4294967296)},My=(r,t,e,i)=>{if(e+1<t.length){let{[e]:n,[e+1]:s}=t;r.set(i.subarray(0,s-n),n)}},iv=({offset:r,values:t},e,i)=>{let n=r+e;i?t[n>>3]|=1<<n%8:t[n>>3]&=~(1<<n%8)},Wi=({values:r},t,e)=>{r[t]=e},af=({values:r},t,e)=>{r[t]=e},Uy=({values:r},t,e)=>{r[t]=Da(e)},nv=(r,t,e)=>{switch(r.type.precision){case vt.HALF:return Uy(r,t,e);case vt.SINGLE:case vt.DOUBLE:return af(r,t,e)}},Ou=({values:r},t,e)=>{tv(r,t,e.valueOf())},Eu=({values:r},t,e)=>{of(r,t*2,e.valueOf())},cf=({stride:r,values:t},e,i)=>{t.set(i.subarray(0,r),r*e)},sv=({values:r,valueOffsets:t},e,i)=>My(r,t,e,i),ov=({values:r,valueOffsets:t},e,i)=>{My(r,t,e,Sn(i))},lf=(r,t,e)=>{r.type.unit===Zt.DAY?Ou(r,t,e):Eu(r,t,e)},Du=({values:r},t,e)=>of(r,t*2,e/1e3),Nu=({values:r},t,e)=>of(r,t*2,e),Lu=({values:r},t,e)=>ev(r,t*2,e),Ru=({values:r},t,e)=>rv(r,t*2,e),uf=(r,t,e)=>{switch(r.type.unit){case Q.SECOND:return Du(r,t,e);case Q.MILLISECOND:return Nu(r,t,e);case Q.MICROSECOND:return Lu(r,t,e);case Q.NANOSECOND:return Ru(r,t,e)}},Mu=({values:r},t,e)=>{r[t]=e},Uu=({values:r},t,e)=>{r[t]=e},Cu=({values:r},t,e)=>{r[t]=e},ku=({values:r},t,e)=>{r[t]=e},df=(r,t,e)=>{switch(r.type.unit){case Q.SECOND:return Mu(r,t,e);case Q.MILLISECOND:return Uu(r,t,e);case Q.MICROSECOND:return Cu(r,t,e);case Q.NANOSECOND:return ku(r,t,e)}},hf=({values:r,stride:t},e,i)=>{r.set(i.subarray(0,t),t*e)},av=(r,t,e)=>{let i=r.children[0],n=r.valueOffsets,s=Xt.getVisitFn(i);if(Array.isArray(e))for(let o=-1,a=n[t],c=n[t+1];a<c;)s(i,a++,e[++o]);else for(let o=-1,a=n[t],c=n[t+1];a<c;)s(i,a++,e.get(++o))},cv=(r,t,e)=>{let i=r.children[0],{valueOffsets:n}=r,s=Xt.getVisitFn(i),{[t]:o,[t+1]:a}=n,c=e instanceof Map?e.entries():Object.entries(e);for(let l of c)if(s(i,o,l),++o>=a)break},lv=(r,t)=>(e,i,n,s)=>i&&e(i,r,t[s]),uv=(r,t)=>(e,i,n,s)=>i&&e(i,r,t.get(s)),dv=(r,t)=>(e,i,n,s)=>i&&e(i,r,t.get(n.name)),hv=(r,t)=>(e,i,n,s)=>i&&e(i,r,t[n.name]),fv=(r,t,e)=>{let i=r.type.children.map(s=>Xt.getVisitFn(s.type)),n=e instanceof Map?dv(t,e):e instanceof et?uv(t,e):Array.isArray(e)?lv(t,e):hv(t,e);r.type.children.forEach((s,o)=>n(i[o],r.children[o],s,o))},pv=(r,t,e)=>{r.type.mode===At.Dense?Cy(r,t,e):ky(r,t,e)},Cy=(r,t,e)=>{let i=r.type.typeIdToChildIndex[r.typeIds[t]],n=r.children[i];Xt.visit(n,r.valueOffsets[t],e)},ky=(r,t,e)=>{let i=r.type.typeIdToChildIndex[r.typeIds[t]],n=r.children[i];Xt.visit(n,t,e)},mv=(r,t,e)=>{var i;(i=r.dictionary)===null||i===void 0||i.set(r.values[t],e)},ff=(r,t,e)=>{r.type.unit===le.DAY_TIME?Vu(r,t,e):Pu(r,t,e)},Vu=({values:r},t,e)=>{r.set(e.subarray(0,2),2*t)},Pu=({values:r},t,e)=>{r[t]=e[0]*12+e[1]%12},yv=(r,t,e)=>{let{stride:i}=r,n=r.children[0],s=Xt.getVisitFn(n);if(Array.isArray(e))for(let o=-1,a=t*i;++o<i;)s(n,a+o,e[o]);else for(let o=-1,a=t*i;++o<i;)s(n,a+o,e.get(o))};U.prototype.visitBool=W(iv);U.prototype.visitInt=W(Wi);U.prototype.visitInt8=W(Wi);U.prototype.visitInt16=W(Wi);U.prototype.visitInt32=W(Wi);U.prototype.visitInt64=W(Wi);U.prototype.visitUint8=W(Wi);U.prototype.visitUint16=W(Wi);U.prototype.visitUint32=W(Wi);U.prototype.visitUint64=W(Wi);U.prototype.visitFloat=W(nv);U.prototype.visitFloat16=W(Uy);U.prototype.visitFloat32=W(af);U.prototype.visitFloat64=W(af);U.prototype.visitUtf8=W(ov);U.prototype.visitBinary=W(sv);U.prototype.visitFixedSizeBinary=W(cf);U.prototype.visitDate=W(lf);U.prototype.visitDateDay=W(Ou);U.prototype.visitDateMillisecond=W(Eu);U.prototype.visitTimestamp=W(uf);U.prototype.visitTimestampSecond=W(Du);U.prototype.visitTimestampMillisecond=W(Nu);U.prototype.visitTimestampMicrosecond=W(Lu);U.prototype.visitTimestampNanosecond=W(Ru);U.prototype.visitTime=W(df);U.prototype.visitTimeSecond=W(Mu);U.prototype.visitTimeMillisecond=W(Uu);U.prototype.visitTimeMicrosecond=W(Cu);U.prototype.visitTimeNanosecond=W(ku);U.prototype.visitDecimal=W(hf);U.prototype.visitList=W(av);U.prototype.visitStruct=W(fv);U.prototype.visitUnion=W(pv);U.prototype.visitDenseUnion=W(Cy);U.prototype.visitSparseUnion=W(ky);U.prototype.visitDictionary=W(mv);U.prototype.visitInterval=W(ff);U.prototype.visitIntervalDayTime=W(Vu);U.prototype.visitIntervalYearMonth=W(Pu);U.prototype.visitFixedSizeList=W(yv);U.prototype.visitMap=W(cv);var Xt=new U;var Ur=Symbol.for("parent"),so=Symbol.for("rowIndex"),xn=class{constructor(t,e){return this[Ur]=t,this[so]=e,new Proxy(this,new mf)}toArray(){return Object.values(this.toJSON())}toJSON(){let t=this[so],e=this[Ur],i=e.type.children,n={};for(let s=-1,o=i.length;++s<o;)n[i[s].name]=Vt.visit(e.children[s],t);return n}toString(){return`{${[...this].map(([t,e])=>`${Or(t)}: ${Or(e)}`).join(", ")}}`}[Symbol.for("nodejs.util.inspect.custom")](){return this.toString()}[Symbol.iterator](){return new pf(this[Ur],this[so])}},pf=class{constructor(t,e){this.childIndex=0,this.children=t.children,this.rowIndex=e,this.childFields=t.type.children,this.numChildren=this.childFields.length}[Symbol.iterator](){return this}next(){let t=this.childIndex;return t<this.numChildren?(this.childIndex=t+1,{done:!1,value:[this.childFields[t].name,Vt.visit(this.children[t],this.rowIndex)]}):{done:!0,value:null}}};Object.defineProperties(xn.prototype,{[Symbol.toStringTag]:{enumerable:!1,configurable:!1,value:"Row"},[Ur]:{writable:!0,enumerable:!1,configurable:!1,value:null},[so]:{writable:!0,enumerable:!1,configurable:!1,value:-1}});var mf=class{isExtensible(){return!1}deleteProperty(){return!1}preventExtensions(){return!0}ownKeys(t){return t[Ur].type.children.map(e=>e.name)}has(t,e){return t[Ur].type.children.findIndex(i=>i.name===e)!==-1}getOwnPropertyDescriptor(t,e){if(t[Ur].type.children.findIndex(i=>i.name===e)!==-1)return{writable:!0,enumerable:!0,configurable:!0}}get(t,e){if(Reflect.has(t,e))return t[e];let i=t[Ur].type.children.findIndex(n=>n.name===e);if(i!==-1){let n=Vt.visit(t[Ur].children[i],t[so]);return Reflect.set(t,e,n),n}}set(t,e,i){let n=t[Ur].type.children.findIndex(s=>s.name===e);return n!==-1?(Xt.visit(t[Ur].children[n],t[so],i),Reflect.set(t,e,i)):Reflect.has(t,e)||typeof e=="symbol"?Reflect.set(t,e,i):!1}};var F=class extends S{};function j(r){return(t,e)=>t.getValid(e)?r(t,e):null}var gv=(r,t)=>864e5*r[t],yf=(r,t)=>4294967296*r[t+1]+(r[t]>>>0),bv=(r,t)=>4294967296*(r[t+1]/1e3)+(r[t]>>>0)/1e3,_v=(r,t)=>4294967296*(r[t+1]/1e6)+(r[t]>>>0)/1e6,Vy=r=>new Date(r),wv=(r,t)=>Vy(gv(r,t)),Iv=(r,t)=>Vy(yf(r,t)),vv=(r,t)=>null,Py=(r,t,e)=>{if(e+1>=t.length)return null;let i=t[e],n=t[e+1];return r.subarray(i,n)},Sv=({offset:r,values:t},e)=>{let i=r+e;return(t[i>>3]&1<<i%8)!==0},jy=({values:r},t)=>wv(r,t),zy=({values:r},t)=>Iv(r,t*2),Tn=({stride:r,values:t},e)=>t[r*e],Bv=({stride:r,values:t},e)=>Fu(t[r*e]),$y=({values:r},t)=>r[t],xv=({stride:r,values:t},e)=>t.subarray(r*e,r*(e+1)),Tv=({values:r,valueOffsets:t},e)=>Py(r,t,e),Av=({values:r,valueOffsets:t},e)=>{let i=Py(r,t,e);return i!==null?Ta(i):null},Fv=({values:r},t)=>r[t],Ov=({type:r,values:t},e)=>r.precision!==vt.HALF?t[e]:Fu(t[e]),Ev=(r,t)=>r.type.unit===Zt.DAY?jy(r,t):zy(r,t),Wy=({values:r},t)=>1e3*yf(r,t*2),qy=({values:r},t)=>yf(r,t*2),Yy=({values:r},t)=>bv(r,t*2),Gy=({values:r},t)=>_v(r,t*2),Dv=(r,t)=>{switch(r.type.unit){case Q.SECOND:return Wy(r,t);case Q.MILLISECOND:return qy(r,t);case Q.MICROSECOND:return Yy(r,t);case Q.NANOSECOND:return Gy(r,t)}},Hy=({values:r},t)=>r[t],Ky=({values:r},t)=>r[t],Jy=({values:r},t)=>r[t],Qy=({values:r},t)=>r[t],Nv=(r,t)=>{switch(r.type.unit){case Q.SECOND:return Hy(r,t);case Q.MILLISECOND:return Ky(r,t);case Q.MICROSECOND:return Jy(r,t);case Q.NANOSECOND:return Qy(r,t)}},Lv=({values:r,stride:t},e)=>Ea.decimal(r.subarray(t*e,t*(e+1))),Rv=(r,t)=>{let{valueOffsets:e,stride:i,children:n}=r,{[t*i]:s,[t*i+1]:o}=e,c=n[0].slice(s,o-s);return new et([c])},Mv=(r,t)=>{let{valueOffsets:e,children:i}=r,{[t]:n,[t+1]:s}=e,o=i[0];return new si(o.slice(n,s-n))},Uv=(r,t)=>new xn(r,t),Cv=(r,t)=>r.type.mode===At.Dense?Zy(r,t):Xy(r,t),Zy=(r,t)=>{let e=r.type.typeIdToChildIndex[r.typeIds[t]],i=r.children[e];return Vt.visit(i,r.valueOffsets[t])},Xy=(r,t)=>{let e=r.type.typeIdToChildIndex[r.typeIds[t]],i=r.children[e];return Vt.visit(i,t)},kv=(r,t)=>{var e;return(e=r.dictionary)===null||e===void 0?void 0:e.get(r.values[t])},Vv=(r,t)=>r.type.unit===le.DAY_TIME?tg(r,t):eg(r,t),tg=({values:r},t)=>r.subarray(2*t,2*(t+1)),eg=({values:r},t)=>{let e=r[t],i=new Int32Array(2);return i[0]=Math.trunc(e/12),i[1]=Math.trunc(e%12),i},Pv=(r,t)=>{let{stride:e,children:i}=r,s=i[0].slice(t*e,e);return new et([s])};F.prototype.visitNull=j(vv);F.prototype.visitBool=j(Sv);F.prototype.visitInt=j(Fv);F.prototype.visitInt8=j(Tn);F.prototype.visitInt16=j(Tn);F.prototype.visitInt32=j(Tn);F.prototype.visitInt64=j($y);F.prototype.visitUint8=j(Tn);F.prototype.visitUint16=j(Tn);F.prototype.visitUint32=j(Tn);F.prototype.visitUint64=j($y);F.prototype.visitFloat=j(Ov);F.prototype.visitFloat16=j(Bv);F.prototype.visitFloat32=j(Tn);F.prototype.visitFloat64=j(Tn);F.prototype.visitUtf8=j(Av);F.prototype.visitBinary=j(Tv);F.prototype.visitFixedSizeBinary=j(xv);F.prototype.visitDate=j(Ev);F.prototype.visitDateDay=j(jy);F.prototype.visitDateMillisecond=j(zy);F.prototype.visitTimestamp=j(Dv);F.prototype.visitTimestampSecond=j(Wy);F.prototype.visitTimestampMillisecond=j(qy);F.prototype.visitTimestampMicrosecond=j(Yy);F.prototype.visitTimestampNanosecond=j(Gy);F.prototype.visitTime=j(Nv);F.prototype.visitTimeSecond=j(Hy);F.prototype.visitTimeMillisecond=j(Ky);F.prototype.visitTimeMicrosecond=j(Jy);F.prototype.visitTimeNanosecond=j(Qy);F.prototype.visitDecimal=j(Lv);F.prototype.visitList=j(Rv);F.prototype.visitStruct=j(Uv);F.prototype.visitUnion=j(Cv);F.prototype.visitDenseUnion=j(Zy);F.prototype.visitSparseUnion=j(Xy);F.prototype.visitDictionary=j(kv);F.prototype.visitInterval=j(Vv);F.prototype.visitIntervalDayTime=j(tg);F.prototype.visitIntervalYearMonth=j(eg);F.prototype.visitFixedSizeList=j(Pv);F.prototype.visitMap=j(Mv);var Vt=new F;var sr=Symbol.for("keys"),oo=Symbol.for("vals"),si=class{constructor(t){return this[sr]=new et([t.children[0]]).memoize(),this[oo]=t.children[1],new Proxy(this,new bf)}[Symbol.iterator](){return new gf(this[sr],this[oo])}get size(){return this[sr].length}toArray(){return Object.values(this.toJSON())}toJSON(){let t=this[sr],e=this[oo],i={};for(let n=-1,s=t.length;++n<s;)i[t.get(n)]=Vt.visit(e,n);return i}toString(){return`{${[...this].map(([t,e])=>`${Or(t)}: ${Or(e)}`).join(", ")}}`}[Symbol.for("nodejs.util.inspect.custom")](){return this.toString()}},gf=class{constructor(t,e){this.keys=t,this.vals=e,this.keyIndex=0,this.numKeys=t.length}[Symbol.iterator](){return this}next(){let t=this.keyIndex;return t===this.numKeys?{done:!0,value:null}:(this.keyIndex++,{done:!1,value:[this.keys.get(t),Vt.visit(this.vals,t)]})}},bf=class{isExtensible(){return!1}deleteProperty(){return!1}preventExtensions(){return!0}ownKeys(t){return t[sr].toArray().map(String)}has(t,e){return t[sr].includes(e)}getOwnPropertyDescriptor(t,e){if(t[sr].indexOf(e)!==-1)return{writable:!0,enumerable:!0,configurable:!0}}get(t,e){if(Reflect.has(t,e))return t[e];let i=t[sr].indexOf(e);if(i!==-1){let n=Vt.visit(Reflect.get(t,oo),i);return Reflect.set(t,e,n),n}}set(t,e,i){let n=t[sr].indexOf(e);return n!==-1?(Xt.visit(Reflect.get(t,oo),n,i),Reflect.set(t,e,i)):Reflect.has(t,e)?Reflect.set(t,e,i):!1}};Object.defineProperties(si.prototype,{[Symbol.toStringTag]:{enumerable:!1,configurable:!1,value:"Row"},[sr]:{writable:!0,enumerable:!1,configurable:!1,value:null},[oo]:{writable:!0,enumerable:!1,configurable:!1,value:null}});function jv(r,t,e){let i=r.length,n=t>-1?t:i+t%i;return e?e(r,n):n}var rg;function Na(r,t,e,i){let{length:n=0}=r,s=typeof t!="number"?0:t,o=typeof e!="number"?n:e;return s<0&&(s=(s%n+n)%n),o<0&&(o=(o%n+n)%n),o<s&&(rg=s,s=o,o=rg),o>n&&(o=n),i?i(r,s,o):[s,o]}var ig=r=>r!==r;function An(r){if(typeof r!=="object"||r===null)return ig(r)?ig:e=>e===r;if(r instanceof Date){let e=r.valueOf();return i=>i instanceof Date?i.valueOf()===e:!1}return ArrayBuffer.isView(r)?e=>e?Zh(r,e):!1:r instanceof Map?$v(r):Array.isArray(r)?zv(r):r instanceof et?Wv(r):qv(r,!0)}function zv(r){let t=[];for(let e=-1,i=r.length;++e<i;)t[e]=An(r[e]);return ju(t)}function $v(r){let t=-1,e=[];for(let i of r.values())e[++t]=An(i);return ju(e)}function Wv(r){let t=[];for(let e=-1,i=r.length;++e<i;)t[e]=An(r.get(e));return ju(t)}function qv(r,t=!1){let e=Object.keys(r);if(!t&&e.length===0)return()=>!1;let i=[];for(let n=-1,s=e.length;++n<s;)i[n]=An(r[e[n]]);return ju(i,e)}function ju(r,t){return e=>{if(!e||typeof e!="object")return!1;switch(e.constructor){case Array:return Yv(r,e);case Map:return ng(r,e,e.keys());case si:case xn:case Object:case void 0:return ng(r,e,t||Object.keys(e))}return e instanceof et?Gv(r,e):!1}}function Yv(r,t){let e=r.length;if(t.length!==e)return!1;for(let i=-1;++i<e;)if(!r[i](t[i]))return!1;return!0}function Gv(r,t){let e=r.length;if(t.length!==e)return!1;for(let i=-1;++i<e;)if(!r[i](t.get(i)))return!1;return!0}function ng(r,t,e){let i=e[Symbol.iterator](),n=t instanceof Map?t.keys():Object.keys(t)[Symbol.iterator](),s=t instanceof Map?t.values():Object.values(t)[Symbol.iterator](),o=0,a=r.length,c=s.next(),l=i.next(),u=n.next();for(;o<a&&!l.done&&!u.done&&!c.done&&!(l.value!==u.value||!r[o](c.value));++o,l=i.next(),u=n.next(),c=s.next());return o===a&&l.done&&u.done&&c.done?!0:(i.return&&i.return(),n.return&&n.return(),s.return&&s.return(),!1)}var wf={};We(wf,{BitIterator:()=>fs,getBit:()=>sg,getBool:()=>$u,packBools:()=>ps,popcnt_array:()=>og,popcnt_bit_range:()=>La,popcnt_uint32:()=>zu,setBool:()=>Hv,truncateBitmap:()=>ao});function $u(r,t,e,i){return(e&1<<i)!==0}function sg(r,t,e,i){return(e&1<<i)>>i}function Hv(r,t,e){return e?!!(r[t>>3]|=1<<t%8)||!0:!(r[t>>3]&=~(1<<t%8))&&!1}function ao(r,t,e){let i=e.byteLength+7&-8;if(r>0||e.byteLength<i){let n=new Uint8Array(i);return n.set(r%8===0?e.subarray(r>>3):ps(new fs(e,r,t,null,$u)).subarray(0,i)),n}return e}function ps(r){let t=[],e=0,i=0,n=0;for(let o of r)o&&(n|=1<<i),++i===8&&(t[e++]=n,n=i=0);(e===0||i>0)&&(t[e++]=n);let s=new Uint8Array(t.length+7&-8);return s.set(t),s}var fs=class{constructor(t,e,i,n,s){this.bytes=t,this.length=i,this.context=n,this.get=s,this.bit=e%8,this.byteIndex=e>>3,this.byte=t[this.byteIndex++],this.index=0}next(){return this.index<this.length?(this.bit===8&&(this.bit=0,this.byte=this.bytes[this.byteIndex++]),{value:this.get(this.context,this.index++,this.byte,this.bit++)}):{done:!0,value:null}}[Symbol.iterator](){return this}};function La(r,t,e){if(e-t<=0)return 0;if(e-t<8){let s=0;for(let o of new fs(r,t,e-t,r,sg))s+=o;return s}let i=e>>3<<3,n=t+(t%8===0?0:8-t%8);return La(r,t,n)+La(r,i,e)+og(r,n>>3,i-n>>3)}function og(r,t,e){let i=0,n=Math.trunc(t),s=new DataView(r.buffer,r.byteOffset,r.byteLength),o=e===void 0?r.byteLength:n+e;for(;o-n>=4;)i+=zu(s.getUint32(n)),n+=4;for(;o-n>=2;)i+=zu(s.getUint16(n)),n+=2;for(;o-n>=1;)i+=zu(s.getUint8(n)),n+=1;return i}function zu(r){let t=Math.trunc(r);return t=t-(t>>>1&1431655765),t=(t&858993459)+(t>>>2&858993459),(t+(t>>>4)&252645135)*16843009>>>24}var Kv=-1,dt=class r{constructor(t,e,i,n,s,o=[],a){this.type=t,this.children=o,this.dictionary=a,this.offset=Math.floor(Math.max(e||0,0)),this.length=Math.floor(Math.max(i||0,0)),this._nullCount=Math.floor(Math.max(n||0,-1));let c;s instanceof r?(this.stride=s.stride,this.values=s.values,this.typeIds=s.typeIds,this.nullBitmap=s.nullBitmap,this.valueOffsets=s.valueOffsets):(this.stride=Ve(t),s&&((c=s[0])&&(this.valueOffsets=c),(c=s[1])&&(this.values=c),(c=s[2])&&(this.nullBitmap=c),(c=s[3])&&(this.typeIds=c))),this.nullable=this._nullCount!==0&&this.nullBitmap&&this.nullBitmap.byteLength>0}get typeId(){return this.type.typeId}get ArrayType(){return this.type.ArrayType}get buffers(){return[this.valueOffsets,this.values,this.nullBitmap,this.typeIds]}get byteLength(){let t=0,{valueOffsets:e,values:i,nullBitmap:n,typeIds:s}=this;return e&&(t+=e.byteLength),i&&(t+=i.byteLength),n&&(t+=n.byteLength),s&&(t+=s.byteLength),this.children.reduce((o,a)=>o+a.byteLength,t)}get nullCount(){let t=this._nullCount,e;return t<=Kv&&(e=this.nullBitmap)&&(this._nullCount=t=this.length-La(e,this.offset,this.offset+this.length)),t}getValid(t){if(this.nullable&&this.nullCount>0){let e=this.offset+t;return(this.nullBitmap[e>>3]&1<<e%8)!==0}return!0}setValid(t,e){if(!this.nullable)return e;if(!this.nullBitmap||this.nullBitmap.byteLength<=t>>3){let{nullBitmap:c}=this._changeLengthAndBackfillNullBitmap(this.length);Object.assign(this,{nullBitmap:c,_nullCount:0})}let{nullBitmap:i,offset:n}=this,s=n+t>>3,o=(n+t)%8,a=i[s]>>o&1;return e?a===0&&(i[s]|=1<<o,this._nullCount=this.nullCount+1):a===1&&(i[s]&=~(1<<o),this._nullCount=this.nullCount-1),e}clone(t=this.type,e=this.offset,i=this.length,n=this._nullCount,s=this,o=this.children){return new r(t,e,i,n,s,o,this.dictionary)}slice(t,e){let{stride:i,typeId:n,children:s}=this,o=+(this._nullCount===0)-1,a=n===16?i:1,c=this._sliceBuffers(t,e,i,n);return this.clone(this.type,this.offset+t,e,o,c,s.length===0||this.valueOffsets?s:this._sliceChildren(s,a*t,a*e))}_changeLengthAndBackfillNullBitmap(t){if(this.typeId===d.Null)return this.clone(this.type,0,t,0);let{length:e,nullCount:i}=this,n=new Uint8Array((t+63&-64)>>3).fill(255,0,e>>3);n[e>>3]=(1<<e-(e&-8))-1,i>0&&n.set(ao(this.offset,e,this.nullBitmap),0);let s=this.buffers;return s[nr.VALIDITY]=n,this.clone(this.type,0,t,i+(t-e),s)}_sliceBuffers(t,e,i,n){let s,{buffers:o}=this;return(s=o[nr.TYPE])&&(o[nr.TYPE]=s.subarray(t,t+e)),(s=o[nr.OFFSET])&&(o[nr.OFFSET]=s.subarray(t,t+e+1))||(s=o[nr.DATA])&&(o[nr.DATA]=n===6?s:s.subarray(i*t,i*(t+e))),o}_sliceChildren(t,e,i){return t.map(n=>n.slice(e,i))}};dt.prototype.children=Object.freeze([]);var If=class r extends S{visit(t){return this.getVisitFn(t.type).call(this,t)}visitNull(t){let{["type"]:e,["offset"]:i=0,["length"]:n=0}=t;return new dt(e,i,n,0)}visitBool(t){let{["type"]:e,["offset"]:i=0}=t,n=M(t.nullBitmap),s=H(e.ArrayType,t.data),{["length"]:o=s.length>>3,["nullCount"]:a=t.nullBitmap?-1:0}=t;return new dt(e,i,o,a,[void 0,s,n])}visitInt(t){let{["type"]:e,["offset"]:i=0}=t,n=M(t.nullBitmap),s=H(e.ArrayType,t.data),{["length"]:o=s.length,["nullCount"]:a=t.nullBitmap?-1:0}=t;return new dt(e,i,o,a,[void 0,s,n])}visitFloat(t){let{["type"]:e,["offset"]:i=0}=t,n=M(t.nullBitmap),s=H(e.ArrayType,t.data),{["length"]:o=s.length,["nullCount"]:a=t.nullBitmap?-1:0}=t;return new dt(e,i,o,a,[void 0,s,n])}visitUtf8(t){let{["type"]:e,["offset"]:i=0}=t,n=M(t.data),s=M(t.nullBitmap),o=hs(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new dt(e,i,a,c,[o,n,s])}visitBinary(t){let{["type"]:e,["offset"]:i=0}=t,n=M(t.data),s=M(t.nullBitmap),o=hs(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new dt(e,i,a,c,[o,n,s])}visitFixedSizeBinary(t){let{["type"]:e,["offset"]:i=0}=t,n=M(t.nullBitmap),s=H(e.ArrayType,t.data),{["length"]:o=s.length/Ve(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new dt(e,i,o,a,[void 0,s,n])}visitDate(t){let{["type"]:e,["offset"]:i=0}=t,n=M(t.nullBitmap),s=H(e.ArrayType,t.data),{["length"]:o=s.length/Ve(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new dt(e,i,o,a,[void 0,s,n])}visitTimestamp(t){let{["type"]:e,["offset"]:i=0}=t,n=M(t.nullBitmap),s=H(e.ArrayType,t.data),{["length"]:o=s.length/Ve(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new dt(e,i,o,a,[void 0,s,n])}visitTime(t){let{["type"]:e,["offset"]:i=0}=t,n=M(t.nullBitmap),s=H(e.ArrayType,t.data),{["length"]:o=s.length/Ve(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new dt(e,i,o,a,[void 0,s,n])}visitDecimal(t){let{["type"]:e,["offset"]:i=0}=t,n=M(t.nullBitmap),s=H(e.ArrayType,t.data),{["length"]:o=s.length/Ve(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new dt(e,i,o,a,[void 0,s,n])}visitList(t){let{["type"]:e,["offset"]:i=0,["child"]:n}=t,s=M(t.nullBitmap),o=hs(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new dt(e,i,a,c,[o,void 0,s],[n])}visitStruct(t){let{["type"]:e,["offset"]:i=0,["children"]:n=[]}=t,s=M(t.nullBitmap),{length:o=n.reduce((c,{length:l})=>Math.max(c,l),0),nullCount:a=t.nullBitmap?-1:0}=t;return new dt(e,i,o,a,[void 0,void 0,s],n)}visitUnion(t){let{["type"]:e,["offset"]:i=0,["children"]:n=[]}=t,s=M(t.nullBitmap),o=H(e.ArrayType,t.typeIds),{["length"]:a=o.length,["nullCount"]:c=t.nullBitmap?-1:0}=t;if(I.isSparseUnion(e))return new dt(e,i,a,c,[void 0,void 0,s,o],n);let l=hs(t.valueOffsets);return new dt(e,i,a,c,[l,void 0,s,o],n)}visitDictionary(t){let{["type"]:e,["offset"]:i=0}=t,n=M(t.nullBitmap),s=H(e.indices.ArrayType,t.data),{["dictionary"]:o=new et([new r().visit({type:e.dictionary})])}=t,{["length"]:a=s.length,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new dt(e,i,a,c,[void 0,s,n],[],o)}visitInterval(t){let{["type"]:e,["offset"]:i=0}=t,n=M(t.nullBitmap),s=H(e.ArrayType,t.data),{["length"]:o=s.length/Ve(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new dt(e,i,o,a,[void 0,s,n])}visitFixedSizeList(t){let{["type"]:e,["offset"]:i=0,["child"]:n=new r().visit({type:e.valueType})}=t,s=M(t.nullBitmap),{["length"]:o=n.length/Ve(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new dt(e,i,o,a,[void 0,void 0,s],[n])}visitMap(t){let{["type"]:e,["offset"]:i=0,["child"]:n=new r().visit({type:e.childType})}=t,s=M(t.nullBitmap),o=hs(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new dt(e,i,a,c,[o,void 0,s],[n])}};function k(r){return new If().visit(r)}var Ra=class{constructor(t=0,e){this.numChunks=t,this.getChunkIterator=e,this.chunkIndex=0,this.chunkIterator=this.getChunkIterator(0)}next(){for(;this.chunkIndex<this.numChunks;){let t=this.chunkIterator.next();if(!t.done)return t;++this.chunkIndex<this.numChunks&&(this.chunkIterator=this.getChunkIterator(this.chunkIndex))}return{done:!0,value:null}}[Symbol.iterator](){return this}};function Wu(r){return r.reduce((t,e)=>t+e.nullCount,0)}function qu(r){return r.reduce((t,e,i)=>(t[i+1]=t[i]+e.length,t),new Uint32Array(r.length+1))}function Yu(r,t,e,i){let n=[];for(let s=-1,o=r.length;++s<o;){let a=r[s],c=t[s],{length:l}=a;if(c>=i)break;if(e>=c+l)continue;if(c>=e&&c+l<=i){n.push(a);continue}let u=Math.max(0,e-c),h=Math.min(i-c,l);n.push(a.slice(u,h-u))}return n.length===0&&n.push(r[0].slice(0,0)),n}function vf(r,t,e,i){let n=0,s=0,o=t.length-1;do{if(n>=o-1)return e<t[o]?i(r,n,e-t[n]):null;s=n+Math.trunc((o-n)*.5),e<t[s]?o=s:n=s}while(n<o)}function Ma(r,t){return r.getValid(t)}function Fn(r){function t(e,i,n){return r(e[i],n)}return function(e){let i=this.data;return vf(i,this._offsets,e,t)}}function Gu(r){let t;function e(i,n,s){return r(i[n],s,t)}return function(i,n){let s=this.data;t=n;let o=vf(s,this._offsets,i,e);return t=void 0,o}}function Hu(r){let t;function e(i,n,s){let o=s,a=0,c=0;for(let l=n-1,u=i.length;++l<u;){let h=i[l];if(~(a=r(h,t,o)))return c+a;o=0,c+=h.length}return-1}return function(i,n){t=i;let s=this.data,o=typeof n!="number"?e(s,0,0):vf(s,this._offsets,n,e);return t=void 0,o}}var O=class extends S{};function Jv(r,t){return t===null&&r.length>0?0:-1}function Qv(r,t){let{nullBitmap:e}=r;if(!e||r.nullCount<=0)return-1;let i=0;for(let n of new fs(e,r.offset+(t||0),r.length,e,$u)){if(!n)return i;++i}return-1}function K(r,t,e){if(t===void 0)return-1;if(t===null)return Qv(r,e);let i=Vt.getVisitFn(r),n=An(t);for(let s=(e||0)-1,o=r.length;++s<o;)if(n(i(r,s)))return s;return-1}function ag(r,t,e){let i=Vt.getVisitFn(r),n=An(t);for(let s=(e||0)-1,o=r.length;++s<o;)if(n(i(r,s)))return s;return-1}O.prototype.visitNull=Jv;O.prototype.visitBool=K;O.prototype.visitInt=K;O.prototype.visitInt8=K;O.prototype.visitInt16=K;O.prototype.visitInt32=K;O.prototype.visitInt64=K;O.prototype.visitUint8=K;O.prototype.visitUint16=K;O.prototype.visitUint32=K;O.prototype.visitUint64=K;O.prototype.visitFloat=K;O.prototype.visitFloat16=K;O.prototype.visitFloat32=K;O.prototype.visitFloat64=K;O.prototype.visitUtf8=K;O.prototype.visitBinary=K;O.prototype.visitFixedSizeBinary=K;O.prototype.visitDate=K;O.prototype.visitDateDay=K;O.prototype.visitDateMillisecond=K;O.prototype.visitTimestamp=K;O.prototype.visitTimestampSecond=K;O.prototype.visitTimestampMillisecond=K;O.prototype.visitTimestampMicrosecond=K;O.prototype.visitTimestampNanosecond=K;O.prototype.visitTime=K;O.prototype.visitTimeSecond=K;O.prototype.visitTimeMillisecond=K;O.prototype.visitTimeMicrosecond=K;O.prototype.visitTimeNanosecond=K;O.prototype.visitDecimal=K;O.prototype.visitList=K;O.prototype.visitStruct=K;O.prototype.visitUnion=K;O.prototype.visitDenseUnion=ag;O.prototype.visitSparseUnion=ag;O.prototype.visitDictionary=K;O.prototype.visitInterval=K;O.prototype.visitIntervalDayTime=K;O.prototype.visitIntervalYearMonth=K;O.prototype.visitFixedSizeList=K;O.prototype.visitMap=K;var ms=new O;var E=class extends S{};function z(r){let{type:t}=r;if(r.nullCount===0&&r.stride===1&&(t.typeId===d.Timestamp||t instanceof Ut&&t.bitWidth!==64||t instanceof Dr&&t.bitWidth!==64||t instanceof Ie&&t.precision!==vt.HALF))return new Ra(r.data.length,i=>{let n=r.data[i];return n.values.subarray(0,n.length)[Symbol.iterator]()});let e=0;return new Ra(r.data.length,i=>{let s=r.data[i].length,o=r.slice(e,e+s);return e+=s,new Sf(o)})}var Sf=class{constructor(t){this.vector=t,this.index=0}next(){return this.index<this.vector.length?{value:this.vector.get(this.index++)}:{done:!0,value:null}}[Symbol.iterator](){return this}};E.prototype.visitNull=z;E.prototype.visitBool=z;E.prototype.visitInt=z;E.prototype.visitInt8=z;E.prototype.visitInt16=z;E.prototype.visitInt32=z;E.prototype.visitInt64=z;E.prototype.visitUint8=z;E.prototype.visitUint16=z;E.prototype.visitUint32=z;E.prototype.visitUint64=z;E.prototype.visitFloat=z;E.prototype.visitFloat16=z;E.prototype.visitFloat32=z;E.prototype.visitFloat64=z;E.prototype.visitUtf8=z;E.prototype.visitBinary=z;E.prototype.visitFixedSizeBinary=z;E.prototype.visitDate=z;E.prototype.visitDateDay=z;E.prototype.visitDateMillisecond=z;E.prototype.visitTimestamp=z;E.prototype.visitTimestampSecond=z;E.prototype.visitTimestampMillisecond=z;E.prototype.visitTimestampMicrosecond=z;E.prototype.visitTimestampNanosecond=z;E.prototype.visitTime=z;E.prototype.visitTimeSecond=z;E.prototype.visitTimeMillisecond=z;E.prototype.visitTimeMicrosecond=z;E.prototype.visitTimeNanosecond=z;E.prototype.visitDecimal=z;E.prototype.visitList=z;E.prototype.visitStruct=z;E.prototype.visitUnion=z;E.prototype.visitDenseUnion=z;E.prototype.visitSparseUnion=z;E.prototype.visitDictionary=z;E.prototype.visitInterval=z;E.prototype.visitIntervalDayTime=z;E.prototype.visitIntervalYearMonth=z;E.prototype.visitFixedSizeList=z;E.prototype.visitMap=z;var co=new E;var Zv=(r,t)=>r+t,oi=class extends S{visitNull(t,e){return 0}visitInt(t,e){return t.type.bitWidth/8}visitFloat(t,e){return t.type.ArrayType.BYTES_PER_ELEMENT}visitBool(t,e){return 1/8}visitDecimal(t,e){return t.type.bitWidth/8}visitDate(t,e){return(t.type.unit+1)*4}visitTime(t,e){return t.type.bitWidth/8}visitTimestamp(t,e){return t.type.unit===Q.SECOND?4:8}visitInterval(t,e){return(t.type.unit+1)*4}visitStruct(t,e){return t.children.reduce((i,n)=>i+Pe.visit(n,e),0)}visitFixedSizeBinary(t,e){return t.type.byteWidth}visitMap(t,e){return 8+t.children.reduce((i,n)=>i+Pe.visit(n,e),0)}visitDictionary(t,e){var i;return t.type.indices.bitWidth/8+(((i=t.dictionary)===null||i===void 0?void 0:i.getByteLength(t.values[e]))||0)}},Xv=({valueOffsets:r},t)=>8+(r[t+1]-r[t]),tS=({valueOffsets:r},t)=>8+(r[t+1]-r[t]),eS=({valueOffsets:r,stride:t,children:e},i)=>{let n=e[0],{[i*t]:s}=r,{[i*t+1]:o}=r,a=Pe.getVisitFn(n.type),c=n.slice(s,o-s),l=8;for(let u=-1,h=o-s;++u<h;)l+=a(c,u);return l},rS=({stride:r,children:t},e)=>{let i=t[0],n=i.slice(e*r,r),s=Pe.getVisitFn(i.type),o=0;for(let a=-1,c=n.length;++a<c;)o+=s(n,a);return o},iS=(r,t)=>r.type.mode===At.Dense?cg(r,t):lg(r,t),cg=({type:r,children:t,typeIds:e,valueOffsets:i},n)=>{let s=r.typeIdToChildIndex[e[n]];return 8+Pe.visit(t[s],i[n])},lg=({children:r},t)=>4+Pe.visitMany(r,r.map(()=>t)).reduce(Zv,0);oi.prototype.visitUtf8=Xv;oi.prototype.visitBinary=tS;oi.prototype.visitList=eS;oi.prototype.visitFixedSizeList=rS;oi.prototype.visitUnion=iS;oi.prototype.visitDenseUnion=cg;oi.prototype.visitSparseUnion=lg;var Pe=new oi;var ug,dg={},hg={},et=class r{constructor(t){var e,i,n;let s=t[0]instanceof r?t.flatMap(a=>a.data):t;if(s.length===0||s.some(a=>!(a instanceof dt)))throw new TypeError("Vector constructor expects an Array of Data instances.");let o=(e=s[0])===null||e===void 0?void 0:e.type;switch(s.length){case 0:this._offsets=[0];break;case 1:{let{get:a,set:c,indexOf:l,byteLength:u}=dg[o.typeId],h=s[0];this.isValid=m=>Ma(h,m),this.get=m=>a(h,m),this.set=(m,g)=>c(h,m,g),this.indexOf=m=>l(h,m),this.getByteLength=m=>u(h,m),this._offsets=[0,h.length];break}default:Object.setPrototypeOf(this,hg[o.typeId]),this._offsets=qu(s);break}this.data=s,this.type=o,this.stride=Ve(o),this.numChildren=(n=(i=o.children)===null||i===void 0?void 0:i.length)!==null&&n!==void 0?n:0,this.length=this._offsets[this._offsets.length-1]}get byteLength(){return this._byteLength===-1&&(this._byteLength=this.data.reduce((t,e)=>t+e.byteLength,0)),this._byteLength}get nullCount(){return this._nullCount===-1&&(this._nullCount=Wu(this.data)),this._nullCount}get ArrayType(){return this.type.ArrayType}get[Symbol.toStringTag](){return`${this.VectorName}<${this.type[Symbol.toStringTag]}>`}get VectorName(){return`${d[this.type.typeId]}Vector`}isValid(t){return!1}get(t){return null}set(t,e){}indexOf(t,e){return-1}includes(t,e){return this.indexOf(t,e)>0}getByteLength(t){return 0}[Symbol.iterator](){return co.visit(this)}concat(...t){return new r(this.data.concat(t.flatMap(e=>e.data).flat(Number.POSITIVE_INFINITY)))}slice(t,e){return new r(Na(this,t,e,({data:i,_offsets:n},s,o)=>Yu(i,n,s,o)))}toJSON(){return[...this]}toArray(){let{type:t,data:e,length:i,stride:n,ArrayType:s}=this;switch(t.typeId){case d.Int:case d.Float:case d.Decimal:case d.Time:case d.Timestamp:switch(e.length){case 0:return new s;case 1:return e[0].values.subarray(0,i*n);default:return e.reduce((o,{values:a,length:c})=>(o.array.set(a.subarray(0,c*n),o.offset),o.offset+=c*n,o),{array:new s(i*n),offset:0}).array}}return[...this]}toString(){return`[${[...this].join(",")}]`}getChild(t){var e;return this.getChildAt((e=this.type.children)===null||e===void 0?void 0:e.findIndex(i=>i.name===t))}getChildAt(t){return t>-1&&t<this.numChildren?new r(this.data.map(({children:e})=>e[t])):null}get isMemoized(){return I.isDictionary(this.type)?this.data[0].dictionary.isMemoized:!1}memoize(){if(I.isDictionary(this.type)){let t=new Ku(this.data[0].dictionary),e=this.data.map(i=>{let n=i.clone();return n.dictionary=t,n});return new r(e)}return new Ku(this)}unmemoize(){if(I.isDictionary(this.type)&&this.isMemoized){let t=this.data[0].dictionary.unmemoize(),e=this.data.map(i=>{let n=i.clone();return n.dictionary=t,n});return new r(e)}return this}};ug=Symbol.toStringTag;et[ug]=(r=>{r.type=I.prototype,r.data=[],r.length=0,r.stride=1,r.numChildren=0,r._nullCount=-1,r._byteLength=-1,r._offsets=new Uint32Array([0]),r[Symbol.isConcatSpreadable]=!0;let t=Object.keys(d).map(e=>d[e]).filter(e=>typeof e=="number"&&e!==d.NONE);for(let e of t){let i=Vt.getVisitFnByTypeId(e),n=Xt.getVisitFnByTypeId(e),s=ms.getVisitFnByTypeId(e),o=Pe.getVisitFnByTypeId(e);dg[e]={get:i,set:n,indexOf:s,byteLength:o},hg[e]=Object.create(r,{isValid:{value:Fn(Ma)},get:{value:Fn(Vt.getVisitFnByTypeId(e))},set:{value:Gu(Xt.getVisitFnByTypeId(e))},indexOf:{value:Hu(ms.getVisitFnByTypeId(e))},getByteLength:{value:Fn(Pe.getVisitFnByTypeId(e))}})}return"Vector"})(et.prototype);var Ku=class r extends et{constructor(t){super(t.data);let e=this.get,i=this.set,n=this.slice,s=new Array(this.length);Object.defineProperty(this,"get",{value(o){let a=s[o];if(a!==void 0)return a;let c=e.call(this,o);return s[o]=c,c}}),Object.defineProperty(this,"set",{value(o,a){i.call(this,o,a),s[o]=a}}),Object.defineProperty(this,"slice",{value:(o,a)=>new r(n.call(this,o,a))}),Object.defineProperty(this,"isMemoized",{value:!0}),Object.defineProperty(this,"unmemoize",{value:()=>new et(this.data)}),Object.defineProperty(this,"memoize",{value:()=>this})}};function fg(r){if(!r||r.length<=0)return function(n){return!0};let t="",e=r.filter(i=>i===i);return e.length>0&&(t=`
|
|
11
11
|
switch (x) {${e.map(i=>`
|
|
12
12
|
case ${nS(i)}:`).join("")}
|
|
13
13
|
return false;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uwdata/mosaic-core",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"description": "Scalable and extensible linked data views.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mosaic",
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"@uwdata/mosaic-sql": "^0.3.2",
|
|
33
33
|
"apache-arrow": "^11.0.0"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "0944b742aa233563ffa2a94132c905e81795f0ce"
|
|
36
36
|
}
|
package/src/Selection.js
CHANGED
|
@@ -86,7 +86,7 @@ export class Selection extends Param {
|
|
|
86
86
|
|
|
87
87
|
/**
|
|
88
88
|
* Create a clone of this Selection with clauses corresponding
|
|
89
|
-
* to provided source removed.
|
|
89
|
+
* to the provided source removed.
|
|
90
90
|
* @param {*} source The clause source to remove.
|
|
91
91
|
* @returns {this} A cloned and updated Selection.
|
|
92
92
|
*/
|
|
@@ -192,12 +192,16 @@ export class Selection extends Param {
|
|
|
192
192
|
/**
|
|
193
193
|
* Return a selection query predicate for the given client.
|
|
194
194
|
* @param {*} client The client whose data may be filtered.
|
|
195
|
+
* @param {boolean} [noSkip=false] Disable skipping of active
|
|
196
|
+
* cross-filtered sources. If set true, the source of the active
|
|
197
|
+
* clause in a cross-filtered selection will not be skipped.
|
|
195
198
|
* @returns {*} The query predicate for filtering client data,
|
|
196
199
|
* based on the current state of this selection.
|
|
197
200
|
*/
|
|
198
|
-
predicate(client) {
|
|
201
|
+
predicate(client, noSkip = false) {
|
|
199
202
|
const { clauses } = this;
|
|
200
|
-
|
|
203
|
+
const active = noSkip ? null : clauses.active;
|
|
204
|
+
return this._resolver.predicate(clauses, active, client);
|
|
201
205
|
}
|
|
202
206
|
}
|
|
203
207
|
|