@loaders.gl/schema-utils 4.4.0-alpha.13 → 4.4.0-alpha.14
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/dist.dev.js +3081 -2734
- package/dist/dist.min.js +5 -5
- package/package.json +4 -4
package/dist/dist.min.js
CHANGED
|
@@ -4,15 +4,15 @@
|
|
|
4
4
|
else if (typeof define === 'function' && define.amd) define([], factory);
|
|
5
5
|
else if (typeof exports === 'object') exports['loaders'] = factory();
|
|
6
6
|
else root['loaders'] = factory();})(globalThis, function () {
|
|
7
|
-
"use strict";var __exports__=(()=>{var bu=Object.create;var Pi=Object.defineProperty;var wu=Object.getOwnPropertyDescriptor;var _u=Object.getOwnPropertyNames;var vu=Object.getPrototypeOf,Iu=Object.prototype.hasOwnProperty;var Su=(r,t,e)=>t in r?Pi(r,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):r[t]=e;var Bu=(r,t)=>()=>(t||r((t={exports:{}}).exports,t),t.exports),pr=(r,t)=>{for(var e in t)Pi(r,e,{get:t[e],enumerable:!0})},Pn=(r,t,e,i)=>{if(t&&typeof t=="object"||typeof t=="function")for(let n of _u(t))!Iu.call(r,n)&&n!==e&&Pi(r,n,{get:()=>t[n],enumerable:!(i=wu(t,n))||i.enumerable});return r},$n=(r,t,e)=>(Pn(r,t,"default"),e&&Pn(e,t,"default")),xu=(r,t,e)=>(e=r!=null?bu(vu(r)):{},Pn(t||!r||!r.__esModule?Pi(e,"default",{value:r,enumerable:!0}):e,r)),Au=r=>Pn(Pi({},"__esModule",{value:!0}),r);var Ea=(r,t,e)=>(Su(r,typeof t!="symbol"?t+"":t,e),e);var Ca=Bu((Ff,Ra)=>{Ra.exports=globalThis.loaders});var kn={};pr(kn,{ArrowLikeDataType:()=>Dt,ArrowLikeField:()=>hr,ArrowLikeSchema:()=>fe,ArrowLikeTable:()=>wo,ArrowTableBuilder:()=>_o,AsyncQueue:()=>zn,ColumnarTableBatchAggregator:()=>Br,RowTableBatchAggregator:()=>ki,TableBatchBuilder:()=>jn,convertArrowToSchema:()=>Ri,convertArrowToTable:()=>Vl,convertBatch:()=>zi,convertBatches:()=>Pl,convertMeshToTable:()=>tu,convertSchemaToArrow:()=>Ci,convertTable:()=>Qe,convertTableToArrow:()=>po,convertTableToMesh:()=>eu,convertToArrayRow:()=>yo,convertToObjectRow:()=>mo,deduceMeshField:()=>Ua,deduceMeshSchema:()=>ru,deduceTableSchema:()=>Sr,deserializeArrowField:()=>si,deserializeArrowMetadata:()=>ho,deserializeArrowSchema:()=>Un,deserializeArrowType:()=>Ln,getArrayTypeFromDataType:()=>ai,getDataTypeFromArray:()=>oi,getMeshBoundingBox:()=>Xl,getMeshSize:()=>Kl,getTableCell:()=>ji,getTableCellAt:()=>fo,getTableColumnIndex:()=>Aa,getTableColumnName:()=>En,getTableLength:()=>ht,getTableNumCols:()=>Vi,getTableRowAsArray:()=>Cn,getTableRowAsObject:()=>Rn,getTableRowShape:()=>Ul,getTypeInfo:()=>yu,isArrayRowTable:()=>$l,isArrowTable:()=>Gl,isColumnarTable:()=>Yl,isGeoJSONTable:()=>Hl,isObjectRowTable:()=>Wl,isTable:()=>Ml,makeArrayRowIterator:()=>Da,makeArrowRecordBatchIterator:()=>Vn,makeArrowTableBatchIterator:()=>Cl,makeBatchFromTable:()=>Fa,makeMeshAttributeMetadata:()=>La,makeObjectRowIterator:()=>Ta,makeRowIterator:()=>Ll,makeTableBatchIterator:()=>kl,makeTableFromBatches:()=>El,makeTableFromData:()=>Nl,serializeArrowField:()=>ni,serializeArrowMetadata:()=>uo,serializeArrowSchema:()=>Mn,serializeArrowType:()=>xa});$n(kn,xu(Ca(),1));function Wn(r,t="float32"){return r instanceof Date?"date-millisecond":r instanceof Number?t:typeof r=="string"?"utf8":(r===null||r==="undefined","null")}function oi(r){let t=Bo(r);return t!=="null"?{type:t,nullable:!1}:r.length>0?(t=Wn(r[0]),{type:t,nullable:!0}):{type:"null",nullable:!0}}function Bo(r){switch(r.constructor){case Int8Array:return"int8";case Uint8Array:case Uint8ClampedArray:return"uint8";case Int16Array:return"int16";case Uint16Array:return"uint16";case Int32Array:return"int32";case Uint32Array:return"uint32";case Float32Array:return"float32";case Float64Array:return"float64";default:return"null"}}function ai(r,t){if(!t)switch(r){case"int8":return Int8Array;case"uint8":return Uint8Array;case"int16":return Int16Array;case"uint16":return Uint16Array;case"int32":return Int32Array;case"uint32":return Uint32Array;case"float32":return Float32Array;case"float64":return Float64Array;default:break}return Array}function ja(r,t){var e={};for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&t.indexOf(i)<0&&(e[i]=r[i]);if(r!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(r);n<i.length;n++)t.indexOf(i[n])<0&&Object.prototype.propertyIsEnumerable.call(r,i[n])&&(e[i[n]]=r[i[n]]);return e}function m(r,t,e,i){function n(s){return s instanceof e?s:new e(function(o){o(s)})}return new(e||(e=Promise))(function(s,o){function a(h){try{l(i.next(h))}catch(d){o(d)}}function c(h){try{l(i.throw(h))}catch(d){o(d)}}function l(h){h.done?s(h.value):n(h.value).then(a,c)}l((i=i.apply(r,t||[])).next())})}function Va(r){var t=typeof Symbol=="function"&&Symbol.iterator,e=t&&r[t],i=0;if(e)return e.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&i>=r.length&&(r=void 0),{value:r&&r[i++],done:!r}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function U(r){return this instanceof U?(this.v=r,this):new U(r)}function Xt(r,t,e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var i=e.apply(r,t||[]),n,s=[];return n=Object.create((typeof AsyncIterator=="function"?AsyncIterator:Object).prototype),a("next"),a("throw"),a("return",o),n[Symbol.asyncIterator]=function(){return this},n;function o(M){return function(rt){return Promise.resolve(rt).then(M,d)}}function a(M,rt){i[M]&&(n[M]=function(dr){return new Promise(function(So,fr){s.push([M,dr,So,fr])>1||c(M,dr)})},rt&&(n[M]=rt(n[M])))}function c(M,rt){try{l(i[M](rt))}catch(dr){P(s[0][3],dr)}}function l(M){M.value instanceof U?Promise.resolve(M.value.v).then(h,d):P(s[0][2],M)}function h(M){c("next",M)}function d(M){c("throw",M)}function P(M,rt){M(rt),s.shift(),s.length&&c(s[0][0],s[0][1])}}function ci(r){var t,e;return t={},i("next"),i("throw",function(n){throw n}),i("return"),t[Symbol.iterator]=function(){return this},t;function i(n,s){t[n]=r[n]?function(o){return(e=!e)?{value:U(r[n](o)),done:!1}:s?s(o):o}:s}}function pe(r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t=r[Symbol.asyncIterator],e;return t?t.call(r):(r=typeof Va=="function"?Va(r):r[Symbol.iterator](),e={},i("next"),i("throw"),i("return"),e[Symbol.asyncIterator]=function(){return this},e);function i(s){e[s]=r[s]&&function(o){return new Promise(function(a,c){o=r[s](o),n(a,c,o.done,o.value)})}}function n(s,o,a,c){Promise.resolve(c).then(function(l){s({value:l,done:a})},o)}}var Fo={};pr(Fo,{compareArrayLike:()=>Oo,joinUint8Arrays:()=>qt,memcpy:()=>Yi,rebaseValueOffsets:()=>qn,toArrayBufferView:()=>E,toArrayBufferViewAsyncIterator:()=>ge,toArrayBufferViewIterator:()=>De,toBigInt64Array:()=>Xn,toBigUint64Array:()=>Eu,toFloat32Array:()=>Ru,toFloat32ArrayAsyncIterator:()=>qu,toFloat32ArrayIterator:()=>Wu,toFloat64Array:()=>Cu,toFloat64ArrayAsyncIterator:()=>Qu,toFloat64ArrayIterator:()=>Yu,toInt16Array:()=>Mu,toInt16ArrayAsyncIterator:()=>Ju,toInt16ArrayIterator:()=>zu,toInt32Array:()=>xr,toInt32ArrayAsyncIterator:()=>Zu,toInt32ArrayIterator:()=>ku,toInt8Array:()=>Nu,toInt8ArrayAsyncIterator:()=>Gu,toInt8ArrayIterator:()=>ju,toUint16Array:()=>Uu,toUint16ArrayAsyncIterator:()=>Ku,toUint16ArrayIterator:()=>Pu,toUint32Array:()=>Lu,toUint32ArrayAsyncIterator:()=>Xu,toUint32ArrayIterator:()=>$u,toUint8Array:()=>x,toUint8ArrayAsyncIterator:()=>To,toUint8ArrayIterator:()=>Do,toUint8ClampedArray:()=>Vu,toUint8ClampedArrayAsyncIterator:()=>th,toUint8ClampedArrayIterator:()=>Hu});var Du=new TextDecoder("utf-8"),$i=r=>Du.decode(r),Tu=new TextEncoder,Ae=r=>Tu.encode(r);var Ou=r=>typeof r=="number",za=r=>typeof r=="boolean",lt=r=>typeof r=="function",Tt=r=>r!=null&&Object(r)===r,me=r=>Tt(r)&<(r.then);var ye=r=>Tt(r)&<(r[Symbol.iterator]),se=r=>Tt(r)&<(r[Symbol.asyncIterator]),Yn=r=>Tt(r)&&Tt(r.schema);var Hn=r=>Tt(r)&&"done"in r&&"value"in r;var Gn=r=>Tt(r)&<(r.stat)&&Ou(r.fd);var Jn=r=>Tt(r)&&Wi(r.body),Zn=r=>"_getDOMStream"in r&&"_getNodeStream"in r,ka=r=>Tt(r)&<(r.abort)&<(r.getWriter)&&!Zn(r),Wi=r=>Tt(r)&<(r.cancel)&<(r.getReader)&&!Zn(r),Pa=r=>Tt(r)&<(r.end)&<(r.write)&&za(r.writable)&&!Zn(r),Kn=r=>Tt(r)&<(r.read)&<(r.pipe)&&za(r.readable)&&!Zn(r),$a=r=>Tt(r)&<(r.clear)&<(r.bytes)&<(r.position)&<(r.setPosition)&<(r.capacity)&<(r.getBufferIdentifier)&<(r.createLong);var Ao=typeof SharedArrayBuffer<"u"?SharedArrayBuffer:ArrayBuffer;function Fu(r){let t=r[0]?[r[0]]:[],e,i,n,s;for(let o,a,c=0,l=0,h=r.length;++c<h;){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 Yi(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 qt(r,t){let e=Fu(r),i=e.reduce((h,d)=>h+d.byteLength,0),n,s,o,a=0,c=-1,l=Math.min(t||Number.POSITIVE_INFINITY,i);for(let h=e.length;++c<h;){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?Yi(o,s,a):o=s;break}Yi(o||(o=new Uint8Array(l)),s,a),a+=s.length}return[o||new Uint8Array(0),e.slice(c),i-(o?o.byteLength:0)]}function E(r,t){let e=Hn(t)?t.value:t;return e instanceof r?r===Uint8Array?new r(e.buffer,e.byteOffset,e.byteLength):e:e?(typeof e=="string"&&(e=Ae(e)),e instanceof ArrayBuffer?new r(e):e instanceof Ao?new r(e):$a(e)?E(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 Nu=r=>E(Int8Array,r),Mu=r=>E(Int16Array,r),xr=r=>E(Int32Array,r),Xn=r=>E(BigInt64Array,r),x=r=>E(Uint8Array,r),Uu=r=>E(Uint16Array,r),Lu=r=>E(Uint32Array,r),Eu=r=>E(BigUint64Array,r),Ru=r=>E(Float32Array,r),Cu=r=>E(Float64Array,r),Vu=r=>E(Uint8ClampedArray,r),xo=r=>(r.next(),r);function*De(r,t){let e=function*(n){yield n},i=typeof t=="string"||ArrayBuffer.isView(t)||t instanceof ArrayBuffer||t instanceof Ao?e(t):ye(t)?t:e(t);return yield*xo(function*(n){let s=null;do s=n.next(yield E(r,s));while(!s.done)}(i[Symbol.iterator]())),new r}var ju=r=>De(Int8Array,r),zu=r=>De(Int16Array,r),ku=r=>De(Int32Array,r),Do=r=>De(Uint8Array,r),Pu=r=>De(Uint16Array,r),$u=r=>De(Uint32Array,r),Wu=r=>De(Float32Array,r),Yu=r=>De(Float64Array,r),Hu=r=>De(Uint8ClampedArray,r);function ge(r,t){return Xt(this,arguments,function*(){if(me(t))return yield U(yield U(yield*ci(pe(ge(r,yield U(t))))));let i=function(o){return Xt(this,arguments,function*(){yield yield U(yield U(o))})},n=function(o){return Xt(this,arguments,function*(){yield U(yield*ci(pe(xo(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 Ao?i(t):ye(t)?n(t):se(t)?t:i(t);return yield U(yield*ci(pe(xo(function(o){return Xt(this,arguments,function*(){let a=null;do a=yield U(o.next(yield yield U(E(r,a))));while(!a.done)})}(s[Symbol.asyncIterator]()))))),yield U(new r)})}var Gu=r=>ge(Int8Array,r),Ju=r=>ge(Int16Array,r),Zu=r=>ge(Int32Array,r),To=r=>ge(Uint8Array,r),Ku=r=>ge(Uint16Array,r),Xu=r=>ge(Uint32Array,r),qu=r=>ge(Float32Array,r),Qu=r=>ge(Float64Array,r),th=r=>ge(Uint8ClampedArray,r);function qn(r,t,e){if(r!==0){e=e.slice(0,t);for(let i=-1,n=e.length;++i<n;)e[i]+=r}return e.subarray(0,t)}function Oo(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 gt={fromIterable(r){return Qn(eh(r))},fromAsyncIterable(r){return Qn(rh(r))},fromDOMStream(r){return Qn(ih(r))},fromNodeStream(r){return Qn(nh(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')}},Qn=r=>(r.next(),r);function*eh(r){let t,e=!1,i=[],n,s,o,a=0;function c(){return s==="peek"?qt(i,o)[0]:([n,i,a]=qt(i,o),n)}({cmd:s,size:o}=(yield(()=>null)())||{cmd:"read",size:0});let l=Do(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(h){(e=!0)&&typeof l.throw=="function"&&l.throw(h)}finally{e===!1&&typeof l.return=="function"&&l.return(null)}return null}function rh(r){return Xt(this,arguments,function*(){let e,i=!1,n=[],s,o,a,c=0;function l(){return o==="peek"?qt(n,a)[0]:([s,n,c]=qt(n,a),s)}({cmd:o,size:a}=(yield yield U((()=>null)()))||{cmd:"read",size:0});let h=To(r)[Symbol.asyncIterator]();try{do if({done:e,value:s}=Number.isNaN(a-c)?yield U(h.next()):yield U(h.next(a-c)),!e&&s.byteLength>0&&(n.push(s),c+=s.byteLength),e||a<=c)do({cmd:o,size:a}=yield yield U(l()));while(a<c);while(!e)}catch(d){(i=!0)&&typeof h.throw=="function"&&(yield U(h.throw(d)))}finally{i===!1&&typeof h.return=="function"&&(yield U(h.return(new Uint8Array(0))))}return yield U(null)})}function ih(r){return Xt(this,arguments,function*(){let e=!1,i=!1,n=[],s,o,a,c=0;function l(){return o==="peek"?qt(n,a)[0]:([s,n,c]=qt(n,a),s)}({cmd:o,size:a}=(yield yield U((()=>null)()))||{cmd:"read",size:0});let h=new Mo(r);try{do if({done:e,value:s}=Number.isNaN(a-c)?yield U(h.read()):yield U(h.read(a-c)),!e&&s.byteLength>0&&(n.push(x(s)),c+=s.byteLength),e||a<=c)do({cmd:o,size:a}=yield yield U(l()));while(a<c);while(!e)}catch(d){(i=!0)&&(yield U(h.cancel(d)))}finally{i===!1?yield U(h.cancel()):r.locked&&h.releaseLock()}return yield U(null)})}var Mo=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 m(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 m(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=x(e)),e})}},No=(r,t)=>{let e=n=>i([t,n]),i;return[t,e,new Promise(n=>(i=n)&&r.once(t,e))]};function nh(r){return Xt(this,arguments,function*(){let e=[],i="error",n=!1,s=null,o,a,c=0,l=[],h;function d(){return o==="peek"?qt(l,a)[0]:([h,l,c]=qt(l,a),h)}if({cmd:o,size:a}=(yield yield U((()=>null)()))||{cmd:"read",size:0},r.isTTY)return yield yield U(new Uint8Array(0)),yield U(null);try{e[0]=No(r,"end"),e[1]=No(r,"error");do{if(e[2]=No(r,"readable"),[i,s]=yield U(Promise.race(e.map(M=>M[2]))),i==="error")break;if((n=i==="end")||(Number.isFinite(a-c)?(h=x(r.read(a-c)),h.byteLength<a-c&&(h=x(r.read()))):h=x(r.read()),h.byteLength>0&&(l.push(h),c+=h.byteLength)),n||a<=c)do({cmd:o,size:a}=yield yield U(d()));while(a<c)}while(!n)}finally{yield U(P(e,i==="error"?s:null))}return yield U(null);function P(M,rt){return h=l=null,new Promise((dr,So)=>{for(let[fr,gu]of M)r.off(fr,gu);try{let fr=r.destroy;fr&&fr.call(r,rt),rt=void 0}catch(fr){rt=fr||rt}finally{rt!=null?So(rt):dr()}})}})}var Y;(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"})(Y||(Y={}));var G;(function(r){r[r.Sparse=0]="Sparse",r[r.Dense=1]="Dense"})(G||(G={}));var $;(function(r){r[r.HALF=0]="HALF",r[r.SINGLE=1]="SINGLE",r[r.DOUBLE=2]="DOUBLE"})($||($={}));var Z;(function(r){r[r.DAY=0]="DAY",r[r.MILLISECOND=1]="MILLISECOND"})(Z||(Z={}));var f;(function(r){r[r.SECOND=0]="SECOND",r[r.MILLISECOND=1]="MILLISECOND",r[r.MICROSECOND=2]="MICROSECOND",r[r.NANOSECOND=3]="NANOSECOND"})(f||(f={}));var tt;(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"})(tt||(tt={}));var Te=new Int32Array(2),ts=new Float32Array(Te.buffer),es=new Float64Array(Te.buffer),li=new Uint16Array(new Uint8Array([1,0]).buffer)[0]===1;var Hi;(function(r){r[r.UTF8_BYTES=1]="UTF8_BYTES",r[r.UTF16_STRING=2]="UTF16_STRING"})(Hi||(Hi={}));var Ot=class{constructor(t){this.bytes_=t,this.position_=0,this.text_decoder_=new TextDecoder}static allocate(t){return new Ot(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 Te[0]=this.readInt32(t),ts[0]}readFloat64(t){return Te[li?0:1]=this.readInt32(t),Te[li?1:0]=this.readInt32(t+4),es[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){ts[0]=e,this.writeInt32(t,Te[0])}writeFloat64(t,e){es[0]=e,this.writeInt32(t,Te[li?0:1]),this.writeInt32(t+4,Te[li?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===Hi.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 tr=class{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=Ot.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=tr.growByteBuffer(this.bb),this.space+=this.bb.capacity()-n}this.pad(i)}pad(t){for(let e=0;e<t;e++)this.bb.writeInt8(--this.space,0)}writeInt8(t){this.bb.writeInt8(this.space-=1,t)}writeInt16(t){this.bb.writeInt16(this.space-=2,t)}writeInt32(t){this.bb.writeInt32(this.space-=4,t)}writeInt64(t){this.bb.writeInt64(this.space-=8,t)}writeFloat32(t){this.bb.writeFloat32(this.space-=4,t)}writeFloat64(t){this.bb.writeFloat64(this.space-=8,t)}addInt8(t){this.prep(1,0),this.writeInt8(t)}addInt16(t){this.prep(2,0),this.writeInt16(t)}addInt32(t){this.prep(4,0),this.writeInt32(t)}addInt64(t){this.prep(8,0),this.writeInt64(t)}addFloat32(t){this.prep(4,0),this.writeFloat32(t)}addFloat64(t){this.prep(8,0),this.writeFloat64(t)}addFieldInt8(t,e,i){(this.force_defaults||e!=i)&&(this.addInt8(e),this.slot(t))}addFieldInt16(t,e,i){(this.force_defaults||e!=i)&&(this.addInt16(e),this.slot(t))}addFieldInt32(t,e,i){(this.force_defaults||e!=i)&&(this.addInt32(e),this.slot(t))}addFieldInt64(t,e,i){(this.force_defaults||e!==i)&&(this.addInt64(e),this.slot(t))}addFieldFloat32(t,e,i){(this.force_defaults||e!=i)&&(this.addFloat32(e),this.slot(t))}addFieldFloat64(t,e,i){(this.force_defaults||e!=i)&&(this.addFloat64(e),this.slot(t))}addFieldOffset(t,e,i){(this.force_defaults||e!=i)&&(this.addOffset(e),this.slot(t))}addFieldStruct(t,e,i){e!=i&&(this.nested(e),this.slot(t))}nested(t){if(t!=this.offset())throw new TypeError("FlatBuffers: struct must be serialized inline.")}notNested(){if(this.isNested)throw new TypeError("FlatBuffers: object serialization must not be nested.")}slot(t){this.vtable!==null&&(this.vtable[t]=this.offset())}offset(){return this.bb.capacity()-this.space}static growByteBuffer(t){let e=t.capacity();if(e&3221225472)throw new Error("FlatBuffers: cannot grow buffer beyond 2 gigabytes.");let i=e<<1,n=Ot.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 TypeError("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 TypeError("FlatBuffers: field "+e+" must be set")}startVector(t,e,i){this.notNested(),this.vector_num_elems=e,this.prep(4,t*e),this.prep(i,t*e)}endVector(){return this.writeInt32(this.vector_num_elems),this.offset()}createSharedString(t){if(!t)return 0;if(this.string_maps||(this.string_maps=new Map),this.string_maps.has(t))return this.string_maps.get(t);let e=this.createString(t);return this.string_maps.set(t,e),e}createString(t){if(t==null)return 0;let e;return 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),this.bb.bytes().set(e,this.space),this.endVector()}createByteVector(t){return t==null?0:(this.startVector(1,t.length,1),this.bb.setPosition(this.space-=t.length),this.bb.bytes().set(t,this.space),this.endVector())}createObjectOffset(t){return t===null?0:typeof t=="string"?this.createString(t):t.pack(this)}createObjectOffsetList(t){let e=[];for(let i=0;i<t.length;++i){let n=t[i];if(n!==null)e.push(this.createObjectOffset(n));else throw new TypeError("FlatBuffers: Argument for createObjectOffsetList cannot contain null.")}return e}createStructOffsetList(t,e){return e(this,t.length),this.createObjectOffsetList(t.slice().reverse()),this.endVector()}};var Gi;(function(r){r[r.BUFFER=0]="BUFFER"})(Gi||(Gi={}));var Ji;(function(r){r[r.LZ4_FRAME=0]="LZ4_FRAME",r[r.ZSTD=1]="ZSTD"})(Ji||(Ji={}));var we=class{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 we).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsBodyCompression(t,e){return t.setPosition(t.position()+4),(e||new we).__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):Ji.LZ4_FRAME}method(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.readInt8(this.bb_pos+t):Gi.BUFFER}static startBodyCompression(t){t.startObject(2)}static addCodec(t,e){t.addFieldInt8(0,e,Ji.LZ4_FRAME)}static addMethod(t,e){t.addFieldInt8(1,e,Gi.BUFFER)}static endBodyCompression(t){return t.endObject()}static createBodyCompression(t,e,i){return we.startBodyCompression(t),we.addCodec(t,e),we.addMethod(t,i),we.endBodyCompression(t)}};var ui=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 hi=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 _t=class{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 _t).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsRecordBatch(t,e){return t.setPosition(t.position()+4),(e||new _t).__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 hi).__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 ui).__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 we).__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 ae=class{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 ae).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsDictionaryBatch(t,e){return t.setPosition(t.position()+4),(e||new ae).__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 _t).__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 mr;(function(r){r[r.Little=0]="Little",r[r.Big=1]="Big"})(mr||(mr={}));var Zi;(function(r){r[r.DenseArray=0]="DenseArray"})(Zi||(Zi={}));var dt=class{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 dt).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsInt(t,e){return t.setPosition(t.position()+4),(e||new dt).__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 dt.startInt(t),dt.addBitWidth(t,e),dt.addIsSigned(t,i),dt.endInt(t)}};var Qt=class{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 Qt).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsDictionaryEncoding(t,e){return t.setPosition(t.position()+4),(e||new Qt).__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 dt).__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):Zi.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,Zi.DenseArray)}static endDictionaryEncoding(t){return t.endObject()}};var K=class{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 K).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsKeyValue(t,e){return t.setPosition(t.position()+4),(e||new K).__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 K.startKeyValue(t),K.addKey(t,e),K.addValue(t,i),K.endKeyValue(t)}};var Oe=class{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 Oe).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsBinary(t,e){return t.setPosition(t.position()+4),(e||new Oe).__init(t.readInt32(t.position())+t.position(),t)}static startBinary(t){t.startObject(0)}static endBinary(t){return t.endObject()}static createBinary(t){return Oe.startBinary(t),Oe.endBinary(t)}};var Fe=class{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 Fe).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsBool(t,e){return t.setPosition(t.position()+4),(e||new Fe).__init(t.readInt32(t.position())+t.position(),t)}static startBool(t){t.startObject(0)}static endBool(t){return t.endObject()}static createBool(t){return Fe.startBool(t),Fe.endBool(t)}};var Et=class{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 Et).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsDate(t,e){return t.setPosition(t.position()+4),(e||new Et).__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):Z.MILLISECOND}static startDate(t){t.startObject(1)}static addUnit(t,e){t.addFieldInt16(0,e,Z.MILLISECOND)}static endDate(t){return t.endObject()}static createDate(t,e){return Et.startDate(t),Et.addUnit(t,e),Et.endDate(t)}};var ft=class{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 ft).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsDecimal(t,e){return t.setPosition(t.position()+4),(e||new ft).__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 ft.startDecimal(t),ft.addPrecision(t,e),ft.addScale(t,i),ft.addBitWidth(t,n),ft.endDecimal(t)}};var Rt=class{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsDuration(t,e){return(e||new Rt).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsDuration(t,e){return t.setPosition(t.position()+4),(e||new Rt).__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):f.MILLISECOND}static startDuration(t){t.startObject(1)}static addUnit(t,e){t.addFieldInt16(0,e,f.MILLISECOND)}static endDuration(t){return t.endObject()}static createDuration(t,e){return Rt.startDuration(t),Rt.addUnit(t,e),Rt.endDuration(t)}};var Ct=class{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 Ct).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsFixedSizeBinary(t,e){return t.setPosition(t.position()+4),(e||new Ct).__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 Ct.startFixedSizeBinary(t),Ct.addByteWidth(t,e),Ct.endFixedSizeBinary(t)}};var Vt=class{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 Vt).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsFixedSizeList(t,e){return t.setPosition(t.position()+4),(e||new Vt).__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 Vt.startFixedSizeList(t),Vt.addListSize(t,e),Vt.endFixedSizeList(t)}};var jt=class{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 jt).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsFloatingPoint(t,e){return t.setPosition(t.position()+4),(e||new jt).__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):$.HALF}static startFloatingPoint(t){t.startObject(1)}static addPrecision(t,e){t.addFieldInt16(0,e,$.HALF)}static endFloatingPoint(t){return t.endObject()}static createFloatingPoint(t,e){return jt.startFloatingPoint(t),jt.addPrecision(t,e),jt.endFloatingPoint(t)}};var zt=class{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 zt).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsInterval(t,e){return t.setPosition(t.position()+4),(e||new zt).__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):tt.YEAR_MONTH}static startInterval(t){t.startObject(1)}static addUnit(t,e){t.addFieldInt16(0,e,tt.YEAR_MONTH)}static endInterval(t){return t.endObject()}static createInterval(t,e){return zt.startInterval(t),zt.addUnit(t,e),zt.endInterval(t)}};var Ne=class{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsLargeBinary(t,e){return(e||new Ne).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsLargeBinary(t,e){return t.setPosition(t.position()+4),(e||new Ne).__init(t.readInt32(t.position())+t.position(),t)}static startLargeBinary(t){t.startObject(0)}static endLargeBinary(t){return t.endObject()}static createLargeBinary(t){return Ne.startLargeBinary(t),Ne.endLargeBinary(t)}};var Me=class{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsLargeUtf8(t,e){return(e||new Me).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsLargeUtf8(t,e){return t.setPosition(t.position()+4),(e||new Me).__init(t.readInt32(t.position())+t.position(),t)}static startLargeUtf8(t){t.startObject(0)}static endLargeUtf8(t){return t.endObject()}static createLargeUtf8(t){return Me.startLargeUtf8(t),Me.endLargeUtf8(t)}};var Ue=class{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 Ue).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsList(t,e){return t.setPosition(t.position()+4),(e||new Ue).__init(t.readInt32(t.position())+t.position(),t)}static startList(t){t.startObject(0)}static endList(t){return t.endObject()}static createList(t){return Ue.startList(t),Ue.endList(t)}};var kt=class{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 kt).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsMap(t,e){return t.setPosition(t.position()+4),(e||new kt).__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 kt.startMap(t),kt.addKeysSorted(t,e),kt.endMap(t)}};var Le=class{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 Le).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsNull(t,e){return t.setPosition(t.position()+4),(e||new Le).__init(t.readInt32(t.position())+t.position(),t)}static startNull(t){t.startObject(0)}static endNull(t){return t.endObject()}static createNull(t){return Le.startNull(t),Le.endNull(t)}};var Ee=class{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 Ee).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsStruct_(t,e){return t.setPosition(t.position()+4),(e||new Ee).__init(t.readInt32(t.position())+t.position(),t)}static startStruct_(t){t.startObject(0)}static endStruct_(t){return t.endObject()}static createStruct_(t){return Ee.startStruct_(t),Ee.endStruct_(t)}};var vt=class{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 vt).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsTime(t,e){return t.setPosition(t.position()+4),(e||new vt).__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):f.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,f.MILLISECOND)}static addBitWidth(t,e){t.addFieldInt32(1,e,32)}static endTime(t){return t.endObject()}static createTime(t,e,i){return vt.startTime(t),vt.addUnit(t,e),vt.addBitWidth(t,i),vt.endTime(t)}};var It=class{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 It).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsTimestamp(t,e){return t.setPosition(t.position()+4),(e||new It).__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):f.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,f.SECOND)}static addTimezone(t,e){t.addFieldOffset(1,e,0)}static endTimestamp(t){return t.endObject()}static createTimestamp(t,e,i){return It.startTimestamp(t),It.addUnit(t,e),It.addTimezone(t,i),It.endTimestamp(t)}};var pt=class{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 pt).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsUnion(t,e){return t.setPosition(t.position()+4),(e||new pt).__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):G.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,G.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 pt.startUnion(t),pt.addMode(t,e),pt.addTypeIds(t,i),pt.endUnion(t)}};var Re=class{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 Re).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsUtf8(t,e){return t.setPosition(t.position()+4),(e||new Re).__init(t.readInt32(t.position())+t.position(),t)}static startUtf8(t){t.startObject(0)}static endUtf8(t){return t.endObject()}static createUtf8(t){return Re.startUtf8(t),Re.endUtf8(t)}};var J;(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"})(J||(J={}));var st=class{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 st).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsField(t,e){return t.setPosition(t.position()+4),(e||new st).__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):J.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 Qt).__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 st).__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 K).__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,J.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 et=class{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 et).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsSchema(t,e){return t.setPosition(t.position()+4),(e||new et).__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):mr.Little}fields(t,e){let i=this.bb.__offset(this.bb_pos,6);return i?(e||new st).__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 K).__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,mr.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 et.startSchema(t),et.addEndianness(t,e),et.addFields(t,i),et.addCustomMetadata(t,n),et.addFeatures(t,s),et.endSchema(t)}};var R;(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"})(R||(R={}));var u;(function(r){r[r.NONE=0]="NONE",r[r.Null=1]="Null",r[r.Int=2]="Int",r[r.Float=3]="Float",r[r.Binary=4]="Binary",r[r.Utf8=5]="Utf8",r[r.Bool=6]="Bool",r[r.Decimal=7]="Decimal",r[r.Date=8]="Date",r[r.Time=9]="Time",r[r.Timestamp=10]="Timestamp",r[r.Interval=11]="Interval",r[r.List=12]="List",r[r.Struct=13]="Struct",r[r.Union=14]="Union",r[r.FixedSizeBinary=15]="FixedSizeBinary",r[r.FixedSizeList=16]="FixedSizeList",r[r.Map=17]="Map",r[r.Duration=18]="Duration",r[r.LargeBinary=19]="LargeBinary",r[r.LargeUtf8=20]="LargeUtf8",r[r.Dictionary=-1]="Dictionary",r[r.Int8=-2]="Int8",r[r.Int16=-3]="Int16",r[r.Int32=-4]="Int32",r[r.Int64=-5]="Int64",r[r.Uint8=-6]="Uint8",r[r.Uint16=-7]="Uint16",r[r.Uint32=-8]="Uint32",r[r.Uint64=-9]="Uint64",r[r.Float16=-10]="Float16",r[r.Float32=-11]="Float32",r[r.Float64=-12]="Float64",r[r.DateDay=-13]="DateDay",r[r.DateMillisecond=-14]="DateMillisecond",r[r.TimestampSecond=-15]="TimestampSecond",r[r.TimestampMillisecond=-16]="TimestampMillisecond",r[r.TimestampMicrosecond=-17]="TimestampMicrosecond",r[r.TimestampNanosecond=-18]="TimestampNanosecond",r[r.TimeSecond=-19]="TimeSecond",r[r.TimeMillisecond=-20]="TimeMillisecond",r[r.TimeMicrosecond=-21]="TimeMicrosecond",r[r.TimeNanosecond=-22]="TimeNanosecond",r[r.DenseUnion=-23]="DenseUnion",r[r.SparseUnion=-24]="SparseUnion",r[r.IntervalDayTime=-25]="IntervalDayTime",r[r.IntervalYearMonth=-26]="IntervalYearMonth",r[r.DurationSecond=-27]="DurationSecond",r[r.DurationMillisecond=-28]="DurationMillisecond",r[r.DurationMicrosecond=-29]="DurationMicrosecond",r[r.DurationNanosecond=-30]="DurationNanosecond"})(u||(u={}));var Pt;(function(r){r[r.OFFSET=0]="OFFSET",r[r.DATA=1]="DATA",r[r.VALIDITY=2]="VALIDITY",r[r.TYPE=3]="TYPE"})(Pt||(Pt={}));var qo={};pr(qo,{clampRange:()=>qi,createElementComparator:()=>_r,wrapIndex:()=>jr});var Uo={};pr(Uo,{valueToString:()=>_e});function _e(r){if(r===null)return"null";if(r===void 0)return"undefined";switch(typeof r){case"number":return`${r}`;case"bigint":return`${r}`;case"string":return`"${r}"`}return typeof r[Symbol.toPrimitive]=="function"?r[Symbol.toPrimitive]("string"):ArrayBuffer.isView(r)?r instanceof BigInt64Array||r instanceof BigUint64Array?`[${[...r].map(t=>_e(t))}]`:`[${r}]`:ArrayBuffer.isView(r)?`[${r}]`:JSON.stringify(r,(t,e)=>typeof e=="bigint"?`${e}`:e)}var Co={};pr(Co,{BN:()=>Ar,bigNumToBigInt:()=>Ya,bigNumToNumber:()=>Ro,bigNumToString:()=>pi,isArrowBigNumSymbol:()=>Wa});function z(r){if(typeof r=="bigint"&&(r<Number.MIN_SAFE_INTEGER||r>Number.MAX_SAFE_INTEGER))throw new TypeError(`${r} is not safe to convert to a number.`);return Number(r)}function Lo(r,t){return z(r/t)+z(r%t)/z(t)}var Wa=Symbol.for("isArrowBigNum");function ve(r,...t){return t.length===0?Object.setPrototypeOf(E(this.TypedArray,r),this.constructor.prototype):Object.setPrototypeOf(new this.TypedArray(r,...t),this.constructor.prototype)}ve.prototype[Wa]=!0;ve.prototype.toJSON=function(){return`"${pi(this)}"`};ve.prototype.valueOf=function(r){return Ro(this,r)};ve.prototype.toString=function(){return pi(this)};ve.prototype[Symbol.toPrimitive]=function(r="default"){switch(r){case"number":return Ro(this);case"string":return pi(this);case"default":return Ya(this)}return pi(this)};function di(...r){return ve.apply(this,r)}function fi(...r){return ve.apply(this,r)}function Ki(...r){return ve.apply(this,r)}Object.setPrototypeOf(di.prototype,Object.create(Int32Array.prototype));Object.setPrototypeOf(fi.prototype,Object.create(Uint32Array.prototype));Object.setPrototypeOf(Ki.prototype,Object.create(Uint32Array.prototype));Object.assign(di.prototype,ve.prototype,{constructor:di,signed:!0,TypedArray:Int32Array,BigIntArray:BigInt64Array});Object.assign(fi.prototype,ve.prototype,{constructor:fi,signed:!1,TypedArray:Uint32Array,BigIntArray:BigUint64Array});Object.assign(Ki.prototype,ve.prototype,{constructor:Ki,signed:!0,TypedArray:Uint32Array,BigIntArray:BigUint64Array});var sh=BigInt(4294967296)*BigInt(4294967296),oh=sh-BigInt(1);function Ro(r,t){let{buffer:e,byteOffset:i,byteLength:n,signed:s}=r,o=new BigUint64Array(e,i,n/8),a=s&&o.at(-1)&BigInt(1)<<BigInt(63),c=BigInt(0),l=0;if(a){for(let h of o)c|=(h^oh)*(BigInt(1)<<BigInt(64*l++));c*=BigInt(-1),c-=BigInt(1)}else for(let h of o)c|=h*(BigInt(1)<<BigInt(64*l++));if(typeof t=="number"){let h=BigInt(Math.pow(10,t)),d=c/h,P=c%h;return z(d)+z(P)/z(h)}return z(c)}function pi(r){if(r.byteLength===8)return`${new r.BigIntArray(r.buffer,r.byteOffset,1)[0]}`;if(!r.signed)return Eo(r);let t=new Uint16Array(r.buffer,r.byteOffset,r.byteLength/2);if(new Int16Array([t.at(-1)])[0]>=0)return Eo(r);t=t.slice();let i=1;for(let s=0;s<t.length;s++){let o=t[s],a=~o+i;t[s]=a,i&=o===0?1:0}return`-${Eo(t)}`}function Ya(r){return r.byteLength===8?new r.BigIntArray(r.buffer,r.byteOffset,1)[0]:pi(r)}function Eo(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 Ar=class{static new(t,e){switch(e){case!0:return new di(t);case!1:return new fi(t)}switch(t.constructor){case Int8Array:case Int16Array:case Int32Array:case BigInt64Array:return new di(t)}return t.byteLength===16?new Ki(t):new fi(t)}static signed(t){return new di(t)}static unsigned(t){return new fi(t)}static decimal(t){return new Ki(t)}constructor(t,e){return Ar.new(t,e)}};var Ha,Ga,Ja,Za,Ka,Xa,qa,Qa,tc,ec,rc,ic,nc,sc,oc,ac,cc,lc,uc,hc,dc,fc,p=class{static isNull(t){return t?.typeId===u.Null}static isInt(t){return t?.typeId===u.Int}static isFloat(t){return t?.typeId===u.Float}static isBinary(t){return t?.typeId===u.Binary}static isLargeBinary(t){return t?.typeId===u.LargeBinary}static isUtf8(t){return t?.typeId===u.Utf8}static isLargeUtf8(t){return t?.typeId===u.LargeUtf8}static isBool(t){return t?.typeId===u.Bool}static isDecimal(t){return t?.typeId===u.Decimal}static isDate(t){return t?.typeId===u.Date}static isTime(t){return t?.typeId===u.Time}static isTimestamp(t){return t?.typeId===u.Timestamp}static isInterval(t){return t?.typeId===u.Interval}static isDuration(t){return t?.typeId===u.Duration}static isList(t){return t?.typeId===u.List}static isStruct(t){return t?.typeId===u.Struct}static isUnion(t){return t?.typeId===u.Union}static isFixedSizeBinary(t){return t?.typeId===u.FixedSizeBinary}static isFixedSizeList(t){return t?.typeId===u.FixedSizeList}static isMap(t){return t?.typeId===u.Map}static isDictionary(t){return t?.typeId===u.Dictionary}static isDenseUnion(t){return p.isUnion(t)&&t.mode===G.Dense}static isSparseUnion(t){return p.isUnion(t)&&t.mode===G.Sparse}constructor(t){this.typeId=t}};Ha=Symbol.toStringTag;p[Ha]=(r=>(r.children=null,r.ArrayType=Array,r.OffsetArrayType=Int32Array,r[Symbol.toStringTag]="DataType"))(p.prototype);var ut=class extends p{constructor(){super(u.Null)}toString(){return"Null"}};Ga=Symbol.toStringTag;ut[Ga]=(r=>r[Symbol.toStringTag]="Null")(ut.prototype);var it=class extends p{constructor(t,e){super(u.Int),this.isSigned=t,this.bitWidth=e}get ArrayType(){switch(this.bitWidth){case 8:return this.isSigned?Int8Array:Uint8Array;case 16:return this.isSigned?Int16Array:Uint16Array;case 32:return this.isSigned?Int32Array:Uint32Array;case 64:return this.isSigned?BigInt64Array:BigUint64Array}throw new Error(`Unrecognized ${this[Symbol.toStringTag]} type`)}toString(){return`${this.isSigned?"I":"Ui"}nt${this.bitWidth}`}};Ja=Symbol.toStringTag;it[Ja]=(r=>(r.isSigned=null,r.bitWidth=null,r[Symbol.toStringTag]="Int"))(it.prototype);var Ce=class extends it{constructor(){super(!0,8)}get ArrayType(){return Int8Array}},Ve=class extends it{constructor(){super(!0,16)}get ArrayType(){return Int16Array}},St=class extends it{constructor(){super(!0,32)}get ArrayType(){return Int32Array}},je=class extends it{constructor(){super(!0,64)}get ArrayType(){return BigInt64Array}},ze=class extends it{constructor(){super(!1,8)}get ArrayType(){return Uint8Array}},ke=class extends it{constructor(){super(!1,16)}get ArrayType(){return Uint16Array}},Pe=class extends it{constructor(){super(!1,32)}get ArrayType(){return Uint32Array}},$e=class extends it{constructor(){super(!1,64)}get ArrayType(){return BigUint64Array}};Object.defineProperty(Ce.prototype,"ArrayType",{value:Int8Array});Object.defineProperty(Ve.prototype,"ArrayType",{value:Int16Array});Object.defineProperty(St.prototype,"ArrayType",{value:Int32Array});Object.defineProperty(je.prototype,"ArrayType",{value:BigInt64Array});Object.defineProperty(ze.prototype,"ArrayType",{value:Uint8Array});Object.defineProperty(ke.prototype,"ArrayType",{value:Uint16Array});Object.defineProperty(Pe.prototype,"ArrayType",{value:Uint32Array});Object.defineProperty($e.prototype,"ArrayType",{value:BigUint64Array});var Ft=class extends p{constructor(t){super(u.Float),this.precision=t}get ArrayType(){switch(this.precision){case $.HALF:return Uint16Array;case $.SINGLE:return Float32Array;case $.DOUBLE:return Float64Array}throw new Error(`Unrecognized ${this[Symbol.toStringTag]} type`)}toString(){return`Float${this.precision<<5||16}`}};Za=Symbol.toStringTag;Ft[Za]=(r=>(r.precision=null,r[Symbol.toStringTag]="Float"))(Ft.prototype);var yr=class extends Ft{constructor(){super($.HALF)}},ce=class extends Ft{constructor(){super($.SINGLE)}},We=class extends Ft{constructor(){super($.DOUBLE)}};Object.defineProperty(yr.prototype,"ArrayType",{value:Uint16Array});Object.defineProperty(ce.prototype,"ArrayType",{value:Float32Array});Object.defineProperty(We.prototype,"ArrayType",{value:Float64Array});var te=class extends p{constructor(){super(u.Binary)}toString(){return"Binary"}};Ka=Symbol.toStringTag;te[Ka]=(r=>(r.ArrayType=Uint8Array,r[Symbol.toStringTag]="Binary"))(te.prototype);var Ye=class extends p{constructor(){super(u.LargeBinary)}toString(){return"LargeBinary"}};Xa=Symbol.toStringTag;Ye[Xa]=(r=>(r.ArrayType=Uint8Array,r.OffsetArrayType=BigInt64Array,r[Symbol.toStringTag]="LargeBinary"))(Ye.prototype);var ee=class extends p{constructor(){super(u.Utf8)}toString(){return"Utf8"}};qa=Symbol.toStringTag;ee[qa]=(r=>(r.ArrayType=Uint8Array,r[Symbol.toStringTag]="Utf8"))(ee.prototype);var He=class extends p{constructor(){super(u.LargeUtf8)}toString(){return"LargeUtf8"}};Qa=Symbol.toStringTag;He[Qa]=(r=>(r.ArrayType=Uint8Array,r.OffsetArrayType=BigInt64Array,r[Symbol.toStringTag]="LargeUtf8"))(He.prototype);var re=class extends p{constructor(){super(u.Bool)}toString(){return"Bool"}};tc=Symbol.toStringTag;re[tc]=(r=>(r.ArrayType=Uint8Array,r[Symbol.toStringTag]="Bool"))(re.prototype);var ie=class extends p{constructor(t,e,i=128){super(u.Decimal),this.scale=t,this.precision=e,this.bitWidth=i}toString(){return`Decimal[${this.precision}e${this.scale>0?"+":""}${this.scale}]`}};ec=Symbol.toStringTag;ie[ec]=(r=>(r.scale=null,r.precision=null,r.ArrayType=Uint32Array,r[Symbol.toStringTag]="Decimal"))(ie.prototype);var $t=class extends p{constructor(t){super(u.Date),this.unit=t}toString(){return`Date${(this.unit+1)*32}<${Z[this.unit]}>`}get ArrayType(){return this.unit===Z.DAY?Int32Array:BigInt64Array}};rc=Symbol.toStringTag;$t[rc]=(r=>(r.unit=null,r[Symbol.toStringTag]="Date"))($t.prototype);var Dr=class extends $t{constructor(){super(Z.DAY)}},Tr=class extends $t{constructor(){super(Z.MILLISECOND)}},Bt=class extends p{constructor(t,e){super(u.Time),this.unit=t,this.bitWidth=e}toString(){return`Time${this.bitWidth}<${f[this.unit]}>`}get ArrayType(){switch(this.bitWidth){case 32:return Int32Array;case 64:return BigInt64Array}throw new Error(`Unrecognized ${this[Symbol.toStringTag]} type`)}};ic=Symbol.toStringTag;Bt[ic]=(r=>(r.unit=null,r.bitWidth=null,r[Symbol.toStringTag]="Time"))(Bt.prototype);var Or=class extends Bt{constructor(){super(f.SECOND,32)}},Fr=class extends Bt{constructor(){super(f.MILLISECOND,32)}},Nr=class extends Bt{constructor(){super(f.MICROSECOND,64)}},Mr=class extends Bt{constructor(){super(f.NANOSECOND,64)}},xt=class extends p{constructor(t,e){super(u.Timestamp),this.unit=t,this.timezone=e}toString(){return`Timestamp<${f[this.unit]}${this.timezone?`, ${this.timezone}`:""}>`}};nc=Symbol.toStringTag;xt[nc]=(r=>(r.unit=null,r.timezone=null,r.ArrayType=BigInt64Array,r[Symbol.toStringTag]="Timestamp"))(xt.prototype);var Ur=class extends xt{constructor(t){super(f.SECOND,t)}},Lr=class extends xt{constructor(t){super(f.MILLISECOND,t)}},Er=class extends xt{constructor(t){super(f.MICROSECOND,t)}},Rr=class extends xt{constructor(t){super(f.NANOSECOND,t)}},Wt=class extends p{constructor(t){super(u.Interval),this.unit=t}toString(){return`Interval<${tt[this.unit]}>`}};sc=Symbol.toStringTag;Wt[sc]=(r=>(r.unit=null,r.ArrayType=Int32Array,r[Symbol.toStringTag]="Interval"))(Wt.prototype);var Cr=class extends Wt{constructor(){super(tt.DAY_TIME)}},Vr=class extends Wt{constructor(){super(tt.YEAR_MONTH)}},Ge=class extends p{constructor(t){super(u.Duration),this.unit=t}toString(){return`Duration<${f[this.unit]}>`}};oc=Symbol.toStringTag;Ge[oc]=(r=>(r.unit=null,r.ArrayType=BigInt64Array,r[Symbol.toStringTag]="Duration"))(Ge.prototype);var Nt=class extends p{constructor(t){super(u.List),this.children=[t]}toString(){return`List<${this.valueType}>`}get valueType(){return this.children[0].type}get valueField(){return this.children[0]}get ArrayType(){return this.valueType.ArrayType}};ac=Symbol.toStringTag;Nt[ac]=(r=>(r.children=null,r[Symbol.toStringTag]="List"))(Nt.prototype);var C=class extends p{constructor(t){super(u.Struct),this.children=t}toString(){return`Struct<{${this.children.map(t=>`${t.name}:${t.type}`).join(", ")}}>`}};cc=Symbol.toStringTag;C[cc]=(r=>(r.children=null,r[Symbol.toStringTag]="Struct"))(C.prototype);var le=class extends p{constructor(t,e,i){super(u.Union),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))}toString(){return`${this[Symbol.toStringTag]}<${this.children.map(t=>`${t.type}`).join(" | ")}>`}};lc=Symbol.toStringTag;le[lc]=(r=>(r.mode=null,r.typeIds=null,r.children=null,r.typeIdToChildIndex=null,r.ArrayType=Int8Array,r[Symbol.toStringTag]="Union"))(le.prototype);var Je=class extends p{constructor(t){super(u.FixedSizeBinary),this.byteWidth=t}toString(){return`FixedSizeBinary[${this.byteWidth}]`}};uc=Symbol.toStringTag;Je[uc]=(r=>(r.byteWidth=null,r.ArrayType=Uint8Array,r[Symbol.toStringTag]="FixedSizeBinary"))(Je.prototype);var mt=class extends p{constructor(t,e){super(u.FixedSizeList),this.listSize=t,this.children=[e]}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}>`}};hc=Symbol.toStringTag;mt[hc]=(r=>(r.children=null,r.listSize=null,r[Symbol.toStringTag]="FixedSizeList"))(mt.prototype);var Mt=class extends p{constructor(t,e=!1){var i,n,s;if(super(u.Map),this.children=[t],this.keysSorted=e,t&&(t.name="entries",!((i=t?.type)===null||i===void 0)&&i.children)){let o=(n=t?.type)===null||n===void 0?void 0:n.children[0];o&&(o.name="key");let a=(s=t?.type)===null||s===void 0?void 0:s.children[1];a&&(a.name="value")}}get 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(", ")}}>`}};dc=Symbol.toStringTag;Mt[dc]=(r=>(r.children=null,r.keysSorted=null,r[Symbol.toStringTag]="Map_"))(Mt.prototype);var ah=(r=>()=>++r)(-1),Yt=class extends p{constructor(t,e,i,n){super(u.Dictionary),this.indices=e,this.dictionary=t,this.isOrdered=n||!1,this.id=i==null?ah():z(i)}get children(){return this.dictionary.children}get valueType(){return this.dictionary}get ArrayType(){return this.dictionary.ArrayType}toString(){return`Dictionary<${this.indices}, ${this.dictionary}>`}};fc=Symbol.toStringTag;Yt[fc]=(r=>(r.id=null,r.indices=null,r.isOrdered=null,r.dictionary=null,r[Symbol.toStringTag]="Dictionary"))(Yt.prototype);function ne(r){let t=r;switch(r.typeId){case u.Decimal:return r.bitWidth/32;case u.Interval:return 1+t.unit;case u.FixedSizeList:return t.listSize;case u.FixedSizeBinary:return t.byteWidth;default:return 1}}var w=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 lh(this,t,e)}getVisitFnByTypeId(t,e=!0){return mi(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}visitLargeUtf8(t,...e){return null}visitBinary(t,...e){return null}visitLargeBinary(t,...e){return null}visitFixedSizeBinary(t,...e){return null}visitDate(t,...e){return null}visitTimestamp(t,...e){return null}visitTime(t,...e){return null}visitDecimal(t,...e){return null}visitList(t,...e){return null}visitStruct(t,...e){return null}visitUnion(t,...e){return null}visitDictionary(t,...e){return null}visitInterval(t,...e){return null}visitDuration(t,...e){return null}visitFixedSizeList(t,...e){return null}visitMap(t,...e){return null}};function lh(r,t,e=!0){return typeof t=="number"?mi(r,t,e):typeof t=="string"&&t in u?mi(r,u[t],e):t&&t instanceof p?mi(r,pc(t),e):t?.type&&t.type instanceof p?mi(r,pc(t.type),e):mi(r,u.NONE,e)}function mi(r,t,e=!0){let i=null;switch(t){case u.Null:i=r.visitNull;break;case u.Bool:i=r.visitBool;break;case u.Int:i=r.visitInt;break;case u.Int8:i=r.visitInt8||r.visitInt;break;case u.Int16:i=r.visitInt16||r.visitInt;break;case u.Int32:i=r.visitInt32||r.visitInt;break;case u.Int64:i=r.visitInt64||r.visitInt;break;case u.Uint8:i=r.visitUint8||r.visitInt;break;case u.Uint16:i=r.visitUint16||r.visitInt;break;case u.Uint32:i=r.visitUint32||r.visitInt;break;case u.Uint64:i=r.visitUint64||r.visitInt;break;case u.Float:i=r.visitFloat;break;case u.Float16:i=r.visitFloat16||r.visitFloat;break;case u.Float32:i=r.visitFloat32||r.visitFloat;break;case u.Float64:i=r.visitFloat64||r.visitFloat;break;case u.Utf8:i=r.visitUtf8;break;case u.LargeUtf8:i=r.visitLargeUtf8;break;case u.Binary:i=r.visitBinary;break;case u.LargeBinary:i=r.visitLargeBinary;break;case u.FixedSizeBinary:i=r.visitFixedSizeBinary;break;case u.Date:i=r.visitDate;break;case u.DateDay:i=r.visitDateDay||r.visitDate;break;case u.DateMillisecond:i=r.visitDateMillisecond||r.visitDate;break;case u.Timestamp:i=r.visitTimestamp;break;case u.TimestampSecond:i=r.visitTimestampSecond||r.visitTimestamp;break;case u.TimestampMillisecond:i=r.visitTimestampMillisecond||r.visitTimestamp;break;case u.TimestampMicrosecond:i=r.visitTimestampMicrosecond||r.visitTimestamp;break;case u.TimestampNanosecond:i=r.visitTimestampNanosecond||r.visitTimestamp;break;case u.Time:i=r.visitTime;break;case u.TimeSecond:i=r.visitTimeSecond||r.visitTime;break;case u.TimeMillisecond:i=r.visitTimeMillisecond||r.visitTime;break;case u.TimeMicrosecond:i=r.visitTimeMicrosecond||r.visitTime;break;case u.TimeNanosecond:i=r.visitTimeNanosecond||r.visitTime;break;case u.Decimal:i=r.visitDecimal;break;case u.List:i=r.visitList;break;case u.Struct:i=r.visitStruct;break;case u.Union:i=r.visitUnion;break;case u.DenseUnion:i=r.visitDenseUnion||r.visitUnion;break;case u.SparseUnion:i=r.visitSparseUnion||r.visitUnion;break;case u.Dictionary:i=r.visitDictionary;break;case u.Interval:i=r.visitInterval;break;case u.IntervalDayTime:i=r.visitIntervalDayTime||r.visitInterval;break;case u.IntervalYearMonth:i=r.visitIntervalYearMonth||r.visitInterval;break;case u.Duration:i=r.visitDuration;break;case u.DurationSecond:i=r.visitDurationSecond||r.visitDuration;break;case u.DurationMillisecond:i=r.visitDurationMillisecond||r.visitDuration;break;case u.DurationMicrosecond:i=r.visitDurationMicrosecond||r.visitDuration;break;case u.DurationNanosecond:i=r.visitDurationNanosecond||r.visitDuration;break;case u.FixedSizeList:i=r.visitFixedSizeList;break;case u.Map:i=r.visitMap;break}if(typeof i=="function")return i;if(!e)return()=>null;throw new Error(`Unrecognized type '${u[t]}'`)}function pc(r){switch(r.typeId){case u.Null:return u.Null;case u.Int:{let{bitWidth:t,isSigned:e}=r;switch(t){case 8:return e?u.Int8:u.Uint8;case 16:return e?u.Int16:u.Uint16;case 32:return e?u.Int32:u.Uint32;case 64:return e?u.Int64:u.Uint64}return u.Int}case u.Float:switch(r.precision){case $.HALF:return u.Float16;case $.SINGLE:return u.Float32;case $.DOUBLE:return u.Float64}return u.Float;case u.Binary:return u.Binary;case u.LargeBinary:return u.LargeBinary;case u.Utf8:return u.Utf8;case u.LargeUtf8:return u.LargeUtf8;case u.Bool:return u.Bool;case u.Decimal:return u.Decimal;case u.Time:switch(r.unit){case f.SECOND:return u.TimeSecond;case f.MILLISECOND:return u.TimeMillisecond;case f.MICROSECOND:return u.TimeMicrosecond;case f.NANOSECOND:return u.TimeNanosecond}return u.Time;case u.Timestamp:switch(r.unit){case f.SECOND:return u.TimestampSecond;case f.MILLISECOND:return u.TimestampMillisecond;case f.MICROSECOND:return u.TimestampMicrosecond;case f.NANOSECOND:return u.TimestampNanosecond}return u.Timestamp;case u.Date:switch(r.unit){case Z.DAY:return u.DateDay;case Z.MILLISECOND:return u.DateMillisecond}return u.Date;case u.Interval:switch(r.unit){case tt.DAY_TIME:return u.IntervalDayTime;case tt.YEAR_MONTH:return u.IntervalYearMonth}return u.Interval;case u.Duration:switch(r.unit){case f.SECOND:return u.DurationSecond;case f.MILLISECOND:return u.DurationMillisecond;case f.MICROSECOND:return u.DurationMicrosecond;case f.NANOSECOND:return u.DurationNanosecond}return u.Duration;case u.Map:return u.Map;case u.List:return u.List;case u.Struct:return u.Struct;case u.Union:switch(r.mode){case G.Dense:return u.DenseUnion;case G.Sparse:return u.SparseUnion}return u.Union;case u.FixedSizeBinary:return u.FixedSizeBinary;case u.FixedSizeList:return u.FixedSizeList;case u.Dictionary:return u.Dictionary}throw new Error(`Unrecognized type '${u[r.typeId]}'`)}w.prototype.visitInt8=null;w.prototype.visitInt16=null;w.prototype.visitInt32=null;w.prototype.visitInt64=null;w.prototype.visitUint8=null;w.prototype.visitUint16=null;w.prototype.visitUint32=null;w.prototype.visitUint64=null;w.prototype.visitFloat16=null;w.prototype.visitFloat32=null;w.prototype.visitFloat64=null;w.prototype.visitDateDay=null;w.prototype.visitDateMillisecond=null;w.prototype.visitTimestampSecond=null;w.prototype.visitTimestampMillisecond=null;w.prototype.visitTimestampMicrosecond=null;w.prototype.visitTimestampNanosecond=null;w.prototype.visitTimeSecond=null;w.prototype.visitTimeMillisecond=null;w.prototype.visitTimeMicrosecond=null;w.prototype.visitTimeNanosecond=null;w.prototype.visitDenseUnion=null;w.prototype.visitSparseUnion=null;w.prototype.visitIntervalDayTime=null;w.prototype.visitIntervalYearMonth=null;w.prototype.visitDuration=null;w.prototype.visitDurationSecond=null;w.prototype.visitDurationMillisecond=null;w.prototype.visitDurationMicrosecond=null;w.prototype.visitDurationNanosecond=null;var Vo={};pr(Vo,{float64ToUint16:()=>Xi,uint16ToFloat64:()=>is});var mc=new Float64Array(1),yi=new Uint32Array(mc.buffer);function is(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 Xi(r){if(r!==r)return 32256;mc[0]=r;let t=(yi[1]&2147483648)>>16&65535,e=yi[1]&2146435072,i=0;return e>=1089470464?yi[0]>0?e=31744:(e=(e&2080374784)>>16,i=(yi[1]&1048575)>>10):e<=1056964608?(i=1048576+(yi[1]&1048575),i=1048576+(i<<(e>>20)-998)>>21,e=0):(e=e-1056964608>>10,i=(yi[1]&1048575)+512>>10),t|e|i&65535}var B=class extends w{};function O(r){return(t,e,i)=>{if(t.setValid(e,i!=null))return r(t,e,i)}}var uh=(r,t,e)=>{r[t]=Math.floor(e/864e5)},yc=(r,t,e,i)=>{if(e+1<t.length){let n=z(t[e]),s=z(t[e+1]);r.set(i.subarray(0,s-n),n)}},hh=({offset:r,values:t},e,i)=>{let n=r+e;i?t[n>>3]|=1<<n%8:t[n>>3]&=~(1<<n%8)},er=({values:r},t,e)=>{r[t]=e},jo=({values:r},t,e)=>{r[t]=e},gc=({values:r},t,e)=>{r[t]=Xi(e)},dh=(r,t,e)=>{switch(r.type.precision){case $.HALF:return gc(r,t,e);case $.SINGLE:case $.DOUBLE:return jo(r,t,e)}},ns=({values:r},t,e)=>{uh(r,t,e.valueOf())},ss=({values:r},t,e)=>{r[t]=BigInt(e)},zo=({stride:r,values:t},e,i)=>{t.set(i.subarray(0,r),r*e)},bc=({values:r,valueOffsets:t},e,i)=>yc(r,t,e,i),wc=({values:r,valueOffsets:t},e,i)=>yc(r,t,e,Ae(i)),ko=(r,t,e)=>{r.type.unit===Z.DAY?ns(r,t,e):ss(r,t,e)},os=({values:r},t,e)=>{r[t]=BigInt(e/1e3)},as=({values:r},t,e)=>{r[t]=BigInt(e)},cs=({values:r},t,e)=>{r[t]=BigInt(e*1e3)},ls=({values:r},t,e)=>{r[t]=BigInt(e*1e6)},Po=(r,t,e)=>{switch(r.type.unit){case f.SECOND:return os(r,t,e);case f.MILLISECOND:return as(r,t,e);case f.MICROSECOND:return cs(r,t,e);case f.NANOSECOND:return ls(r,t,e)}},us=({values:r},t,e)=>{r[t]=e},hs=({values:r},t,e)=>{r[t]=e},ds=({values:r},t,e)=>{r[t]=e},fs=({values:r},t,e)=>{r[t]=e},$o=(r,t,e)=>{switch(r.type.unit){case f.SECOND:return us(r,t,e);case f.MILLISECOND:return hs(r,t,e);case f.MICROSECOND:return ds(r,t,e);case f.NANOSECOND:return fs(r,t,e)}},Wo=({values:r,stride:t},e,i)=>{r.set(i.subarray(0,t),t*e)},fh=(r,t,e)=>{let i=r.children[0],n=r.valueOffsets,s=bt.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))},ph=(r,t,e)=>{let i=r.children[0],{valueOffsets:n}=r,s=bt.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},mh=(r,t)=>(e,i,n,s)=>i&&e(i,r,t[s]),yh=(r,t)=>(e,i,n,s)=>i&&e(i,r,t.get(s)),gh=(r,t)=>(e,i,n,s)=>i&&e(i,r,t.get(n.name)),bh=(r,t)=>(e,i,n,s)=>i&&e(i,r,t[n.name]),wh=(r,t,e)=>{let i=r.type.children.map(s=>bt.getVisitFn(s.type)),n=e instanceof Map?gh(t,e):e instanceof y?yh(t,e):Array.isArray(e)?mh(t,e):bh(t,e);r.type.children.forEach((s,o)=>n(i[o],r.children[o],s,o))},_h=(r,t,e)=>{r.type.mode===G.Dense?_c(r,t,e):vc(r,t,e)},_c=(r,t,e)=>{let i=r.type.typeIdToChildIndex[r.typeIds[t]],n=r.children[i];bt.visit(n,r.valueOffsets[t],e)},vc=(r,t,e)=>{let i=r.type.typeIdToChildIndex[r.typeIds[t]],n=r.children[i];bt.visit(n,t,e)},vh=(r,t,e)=>{var i;(i=r.dictionary)===null||i===void 0||i.set(r.values[t],e)},Yo=(r,t,e)=>{r.type.unit===tt.DAY_TIME?ps(r,t,e):ms(r,t,e)},ps=({values:r},t,e)=>{r.set(e.subarray(0,2),2*t)},ms=({values:r},t,e)=>{r[t]=e[0]*12+e[1]%12},ys=({values:r},t,e)=>{r[t]=e},gs=({values:r},t,e)=>{r[t]=e},bs=({values:r},t,e)=>{r[t]=e},ws=({values:r},t,e)=>{r[t]=e},Ho=(r,t,e)=>{switch(r.type.unit){case f.SECOND:return ys(r,t,e);case f.MILLISECOND:return gs(r,t,e);case f.MICROSECOND:return bs(r,t,e);case f.NANOSECOND:return ws(r,t,e)}},Ih=(r,t,e)=>{let{stride:i}=r,n=r.children[0],s=bt.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))};B.prototype.visitBool=O(hh);B.prototype.visitInt=O(er);B.prototype.visitInt8=O(er);B.prototype.visitInt16=O(er);B.prototype.visitInt32=O(er);B.prototype.visitInt64=O(er);B.prototype.visitUint8=O(er);B.prototype.visitUint16=O(er);B.prototype.visitUint32=O(er);B.prototype.visitUint64=O(er);B.prototype.visitFloat=O(dh);B.prototype.visitFloat16=O(gc);B.prototype.visitFloat32=O(jo);B.prototype.visitFloat64=O(jo);B.prototype.visitUtf8=O(wc);B.prototype.visitLargeUtf8=O(wc);B.prototype.visitBinary=O(bc);B.prototype.visitLargeBinary=O(bc);B.prototype.visitFixedSizeBinary=O(zo);B.prototype.visitDate=O(ko);B.prototype.visitDateDay=O(ns);B.prototype.visitDateMillisecond=O(ss);B.prototype.visitTimestamp=O(Po);B.prototype.visitTimestampSecond=O(os);B.prototype.visitTimestampMillisecond=O(as);B.prototype.visitTimestampMicrosecond=O(cs);B.prototype.visitTimestampNanosecond=O(ls);B.prototype.visitTime=O($o);B.prototype.visitTimeSecond=O(us);B.prototype.visitTimeMillisecond=O(hs);B.prototype.visitTimeMicrosecond=O(ds);B.prototype.visitTimeNanosecond=O(fs);B.prototype.visitDecimal=O(Wo);B.prototype.visitList=O(fh);B.prototype.visitStruct=O(wh);B.prototype.visitUnion=O(_h);B.prototype.visitDenseUnion=O(_c);B.prototype.visitSparseUnion=O(vc);B.prototype.visitDictionary=O(vh);B.prototype.visitInterval=O(Yo);B.prototype.visitIntervalDayTime=O(ps);B.prototype.visitIntervalYearMonth=O(ms);B.prototype.visitDuration=O(Ho);B.prototype.visitDurationSecond=O(ys);B.prototype.visitDurationMillisecond=O(gs);B.prototype.visitDurationMicrosecond=O(bs);B.prototype.visitDurationNanosecond=O(ws);B.prototype.visitFixedSizeList=O(Ih);B.prototype.visitMap=O(ph);var bt=new B;var Ie=Symbol.for("parent"),gi=Symbol.for("rowIndex"),gr=class{constructor(t,e){return this[Ie]=t,this[gi]=e,new Proxy(this,new Jo)}toArray(){return Object.values(this.toJSON())}toJSON(){let t=this[gi],e=this[Ie],i=e.type.children,n={};for(let s=-1,o=i.length;++s<o;)n[i[s].name]=ot.visit(e.children[s],t);return n}toString(){return`{${[...this].map(([t,e])=>`${_e(t)}: ${_e(e)}`).join(", ")}}`}[Symbol.for("nodejs.util.inspect.custom")](){return this.toString()}[Symbol.iterator](){return new Go(this[Ie],this[gi])}},Go=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,ot.visit(this.children[t],this.rowIndex)]}):{done:!0,value:null}}};Object.defineProperties(gr.prototype,{[Symbol.toStringTag]:{enumerable:!1,configurable:!1,value:"Row"},[Ie]:{writable:!0,enumerable:!1,configurable:!1,value:null},[gi]:{writable:!0,enumerable:!1,configurable:!1,value:-1}});var Jo=class{isExtensible(){return!1}deleteProperty(){return!1}preventExtensions(){return!0}ownKeys(t){return t[Ie].type.children.map(e=>e.name)}has(t,e){return t[Ie].type.children.findIndex(i=>i.name===e)!==-1}getOwnPropertyDescriptor(t,e){if(t[Ie].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[Ie].type.children.findIndex(n=>n.name===e);if(i!==-1){let n=ot.visit(t[Ie].children[i],t[gi]);return Reflect.set(t,e,n),n}}set(t,e,i){let n=t[Ie].type.children.findIndex(s=>s.name===e);return n!==-1?(bt.visit(t[Ie].children[n],t[gi],i),Reflect.set(t,e,i)):Reflect.has(t,e)||typeof e=="symbol"?Reflect.set(t,e,i):!1}};var _=class extends w{};function A(r){return(t,e)=>t.getValid(e)?r(t,e):null}var Sh=(r,t)=>864e5*r[t],Bh=(r,t)=>null,Ic=(r,t,e)=>{if(e+1>=t.length)return null;let i=z(t[e]),n=z(t[e+1]);return r.subarray(i,n)},xh=({offset:r,values:t},e)=>{let i=r+e;return(t[i>>3]&1<<i%8)!==0},Sc=({values:r},t)=>Sh(r,t),Bc=({values:r},t)=>z(r[t]),br=({stride:r,values:t},e)=>t[r*e],Ah=({stride:r,values:t},e)=>is(t[r*e]),xc=({values:r},t)=>r[t],Dh=({stride:r,values:t},e)=>t.subarray(r*e,r*(e+1)),Ac=({values:r,valueOffsets:t},e)=>Ic(r,t,e),Dc=({values:r,valueOffsets:t},e)=>{let i=Ic(r,t,e);return i!==null?$i(i):null},Th=({values:r},t)=>r[t],Oh=({type:r,values:t},e)=>r.precision!==$.HALF?t[e]:is(t[e]),Fh=(r,t)=>r.type.unit===Z.DAY?Sc(r,t):Bc(r,t),Tc=({values:r},t)=>1e3*z(r[t]),Oc=({values:r},t)=>z(r[t]),Fc=({values:r},t)=>Lo(r[t],BigInt(1e3)),Nc=({values:r},t)=>Lo(r[t],BigInt(1e6)),Nh=(r,t)=>{switch(r.type.unit){case f.SECOND:return Tc(r,t);case f.MILLISECOND:return Oc(r,t);case f.MICROSECOND:return Fc(r,t);case f.NANOSECOND:return Nc(r,t)}},Mc=({values:r},t)=>r[t],Uc=({values:r},t)=>r[t],Lc=({values:r},t)=>r[t],Ec=({values:r},t)=>r[t],Mh=(r,t)=>{switch(r.type.unit){case f.SECOND:return Mc(r,t);case f.MILLISECOND:return Uc(r,t);case f.MICROSECOND:return Lc(r,t);case f.NANOSECOND:return Ec(r,t)}},Uh=({values:r,stride:t},e)=>Ar.decimal(r.subarray(t*e,t*(e+1))),Lh=(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 y([c])},Eh=(r,t)=>{let{valueOffsets:e,children:i}=r,{[t]:n,[t+1]:s}=e,o=i[0];return new Ze(o.slice(n,s-n))},Rh=(r,t)=>new gr(r,t),Ch=(r,t)=>r.type.mode===G.Dense?Rc(r,t):Cc(r,t),Rc=(r,t)=>{let e=r.type.typeIdToChildIndex[r.typeIds[t]],i=r.children[e];return ot.visit(i,r.valueOffsets[t])},Cc=(r,t)=>{let e=r.type.typeIdToChildIndex[r.typeIds[t]],i=r.children[e];return ot.visit(i,t)},Vh=(r,t)=>{var e;return(e=r.dictionary)===null||e===void 0?void 0:e.get(r.values[t])},jh=(r,t)=>r.type.unit===tt.DAY_TIME?Vc(r,t):jc(r,t),Vc=({values:r},t)=>r.subarray(2*t,2*(t+1)),jc=({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},zc=({values:r},t)=>r[t],kc=({values:r},t)=>r[t],Pc=({values:r},t)=>r[t],$c=({values:r},t)=>r[t],zh=(r,t)=>{switch(r.type.unit){case f.SECOND:return zc(r,t);case f.MILLISECOND:return kc(r,t);case f.MICROSECOND:return Pc(r,t);case f.NANOSECOND:return $c(r,t)}},kh=(r,t)=>{let{stride:e,children:i}=r,s=i[0].slice(t*e,e);return new y([s])};_.prototype.visitNull=A(Bh);_.prototype.visitBool=A(xh);_.prototype.visitInt=A(Th);_.prototype.visitInt8=A(br);_.prototype.visitInt16=A(br);_.prototype.visitInt32=A(br);_.prototype.visitInt64=A(xc);_.prototype.visitUint8=A(br);_.prototype.visitUint16=A(br);_.prototype.visitUint32=A(br);_.prototype.visitUint64=A(xc);_.prototype.visitFloat=A(Oh);_.prototype.visitFloat16=A(Ah);_.prototype.visitFloat32=A(br);_.prototype.visitFloat64=A(br);_.prototype.visitUtf8=A(Dc);_.prototype.visitLargeUtf8=A(Dc);_.prototype.visitBinary=A(Ac);_.prototype.visitLargeBinary=A(Ac);_.prototype.visitFixedSizeBinary=A(Dh);_.prototype.visitDate=A(Fh);_.prototype.visitDateDay=A(Sc);_.prototype.visitDateMillisecond=A(Bc);_.prototype.visitTimestamp=A(Nh);_.prototype.visitTimestampSecond=A(Tc);_.prototype.visitTimestampMillisecond=A(Oc);_.prototype.visitTimestampMicrosecond=A(Fc);_.prototype.visitTimestampNanosecond=A(Nc);_.prototype.visitTime=A(Mh);_.prototype.visitTimeSecond=A(Mc);_.prototype.visitTimeMillisecond=A(Uc);_.prototype.visitTimeMicrosecond=A(Lc);_.prototype.visitTimeNanosecond=A(Ec);_.prototype.visitDecimal=A(Uh);_.prototype.visitList=A(Lh);_.prototype.visitStruct=A(Rh);_.prototype.visitUnion=A(Ch);_.prototype.visitDenseUnion=A(Rc);_.prototype.visitSparseUnion=A(Cc);_.prototype.visitDictionary=A(Vh);_.prototype.visitInterval=A(jh);_.prototype.visitIntervalDayTime=A(Vc);_.prototype.visitIntervalYearMonth=A(jc);_.prototype.visitDuration=A(zh);_.prototype.visitDurationSecond=A(zc);_.prototype.visitDurationMillisecond=A(kc);_.prototype.visitDurationMicrosecond=A(Pc);_.prototype.visitDurationNanosecond=A($c);_.prototype.visitFixedSizeList=A(kh);_.prototype.visitMap=A(Eh);var ot=new _;var wr=Symbol.for("keys"),wi=Symbol.for("vals"),bi=Symbol.for("kKeysAsStrings"),Zo=Symbol.for("_kKeysAsStrings"),Ze=class{constructor(t){return this[wr]=new y([t.children[0]]).memoize(),this[wi]=t.children[1],new Proxy(this,new Xo)}get[bi](){return this[Zo]||(this[Zo]=Array.from(this[wr].toArray(),String))}[Symbol.iterator](){return new Ko(this[wr],this[wi])}get size(){return this[wr].length}toArray(){return Object.values(this.toJSON())}toJSON(){let t=this[wr],e=this[wi],i={};for(let n=-1,s=t.length;++n<s;)i[t.get(n)]=ot.visit(e,n);return i}toString(){return`{${[...this].map(([t,e])=>`${_e(t)}: ${_e(e)}`).join(", ")}}`}[Symbol.for("nodejs.util.inspect.custom")](){return this.toString()}},Ko=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),ot.visit(this.vals,t)]})}},Xo=class{isExtensible(){return!1}deleteProperty(){return!1}preventExtensions(){return!0}ownKeys(t){return t[bi]}has(t,e){return t[bi].includes(e)}getOwnPropertyDescriptor(t,e){if(t[bi].indexOf(e)!==-1)return{writable:!0,enumerable:!0,configurable:!0}}get(t,e){if(Reflect.has(t,e))return t[e];let i=t[bi].indexOf(e);if(i!==-1){let n=ot.visit(Reflect.get(t,wi),i);return Reflect.set(t,e,n),n}}set(t,e,i){let n=t[bi].indexOf(e);return n!==-1?(bt.visit(Reflect.get(t,wi),n,i),Reflect.set(t,e,i)):Reflect.has(t,e)?Reflect.set(t,e,i):!1}};Object.defineProperties(Ze.prototype,{[Symbol.toStringTag]:{enumerable:!1,configurable:!1,value:"Row"},[wr]:{writable:!0,enumerable:!1,configurable:!1,value:null},[wi]:{writable:!0,enumerable:!1,configurable:!1,value:null},[Zo]:{writable:!0,enumerable:!1,configurable:!1,value:null}});var Wc;function qi(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&&(Wc=s,s=o,o=Wc),o>n&&(o=n),i?i(r,s,o):[s,o]}var jr=(r,t)=>r<0?t+r:r,Yc=r=>r!==r;function _r(r){if(typeof r!=="object"||r===null)return Yc(r)?Yc: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?Oo(r,e):!1:r instanceof Map?$h(r):Array.isArray(r)?Ph(r):r instanceof y?Wh(r):Yh(r,!0)}function Ph(r){let t=[];for(let e=-1,i=r.length;++e<i;)t[e]=_r(r[e]);return _s(t)}function $h(r){let t=-1,e=[];for(let i of r.values())e[++t]=_r(i);return _s(e)}function Wh(r){let t=[];for(let e=-1,i=r.length;++e<i;)t[e]=_r(r.get(e));return _s(t)}function Yh(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]=_r(r[e[n]]);return _s(i,e)}function _s(r,t){return e=>{if(!e||typeof e!="object")return!1;switch(e.constructor){case Array:return Hh(r,e);case Map:return Hc(r,e,e.keys());case Ze:case gr:case Object:case void 0:return Hc(r,e,t||Object.keys(e))}return e instanceof y?Gh(r,e):!1}}function Hh(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 Gh(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 Hc(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(),h=n.next();for(;o<a&&!l.done&&!h.done&&!c.done&&!(l.value!==h.value||!r[o](c.value));++o,l=i.next(),h=n.next(),c=s.next());return o===a&&l.done&&h.done&&c.done?!0:(i.return&&i.return(),n.return&&n.return(),s.return&&s.return(),!1)}var Qo={};pr(Qo,{BitIterator:()=>zr,getBit:()=>Gc,getBool:()=>Is,packBools:()=>Pr,popcnt_array:()=>Jc,popcnt_bit_range:()=>Qi,popcnt_uint32:()=>vs,setBool:()=>Jh,truncateBitmap:()=>kr});function Is(r,t,e,i){return(e&1<<i)!==0}function Gc(r,t,e,i){return(e&1<<i)>>i}function Jh(r,t,e){return e?!!(r[t>>3]|=1<<t%8)||!0:!(r[t>>3]&=~(1<<t%8))&&!1}function kr(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):Pr(new zr(e,r,t,null,Is)).subarray(0,i)),n}return e}function Pr(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 zr=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 Qi(r,t,e){if(e-t<=0)return 0;if(e-t<8){let s=0;for(let o of new zr(r,t,e-t,r,Gc))s+=o;return s}let i=e>>3<<3,n=t+(t%8===0?0:8-t%8);return Qi(r,t,n)+Qi(r,i,e)+Jc(r,n>>3,i-n>>3)}function Jc(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+=vs(s.getUint32(n)),n+=4;for(;o-n>=2;)i+=vs(s.getUint16(n)),n+=2;for(;o-n>=1;)i+=vs(s.getUint8(n)),n+=1;return i}function vs(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 Zh=-1,F=class{get typeId(){return this.type.typeId}get ArrayType(){return this.type.ArrayType}get buffers(){return[this.valueOffsets,this.values,this.nullBitmap,this.typeIds]}get nullable(){if(this._nullCount!==0){let{type:t}=this;return p.isSparseUnion(t)?this.children.some(e=>e.nullable):p.isDenseUnion(t)?this.children.some(e=>e.nullable):this.nullBitmap&&this.nullBitmap.byteLength>0}return!0}get byteLength(){let t=0,{valueOffsets:e,values:i,nullBitmap:n,typeIds:s}=this;return e&&(t+=e.byteLength),i&&(t+=i.byteLength),n&&(t+=n.byteLength),s&&(t+=s.byteLength),this.children.reduce((o,a)=>o+a.byteLength,t)}get nullCount(){if(p.isUnion(this.type))return this.children.reduce((i,n)=>i+n.nullCount,0);let t=this._nullCount,e;return t<=Zh&&(e=this.nullBitmap)&&(this._nullCount=t=e.length===0?0:this.length-Qi(e,this.offset,this.offset+this.length)),t}constructor(t,e,i,n,s,o=[],a){this.type=t,this.children=o,this.dictionary=a,this.offset=Math.floor(Math.max(e||0,0)),this.length=Math.floor(Math.max(i||0,0)),this._nullCount=Math.floor(Math.max(n||0,-1));let c;s instanceof F?(this.stride=s.stride,this.values=s.values,this.typeIds=s.typeIds,this.nullBitmap=s.nullBitmap,this.valueOffsets=s.valueOffsets):(this.stride=ne(t),s&&((c=s[0])&&(this.valueOffsets=c),(c=s[1])&&(this.values=c),(c=s[2])&&(this.nullBitmap=c),(c=s[3])&&(this.typeIds=c)))}getValid(t){let{type:e}=this;if(p.isUnion(e)){let i=e,n=this.children[i.typeIdToChildIndex[this.typeIds[t]]],s=i.mode===G.Dense?this.valueOffsets[t]:t;return n.getValid(s)}if(this.nullable&&this.nullCount>0){let i=this.offset+t;return(this.nullBitmap[i>>3]&1<<i%8)!==0}return!0}setValid(t,e){let i,{type:n}=this;if(p.isUnion(n)){let s=n,o=this.children[s.typeIdToChildIndex[this.typeIds[t]]],a=s.mode===G.Dense?this.valueOffsets[t]:t;i=o.getValid(a),o.setValid(a,e)}else{let{nullBitmap:s}=this,{offset:o,length:a}=this,c=o+t,l=1<<c%8,h=c>>3;(!s||s.byteLength<=h)&&(s=new Uint8Array((o+a+63&-64)>>3).fill(255),this.nullCount>0?(s.set(kr(o,a,this.nullBitmap),0),Object.assign(this,{nullBitmap:s})):Object.assign(this,{nullBitmap:s,_nullCount:0}));let d=s[h];i=(d&l)!==0,s[h]=e?d|l:d&~l}return i!==!!e&&(this._nullCount=this.nullCount+(e?-1:1)),e}clone(t=this.type,e=this.offset,i=this.length,n=this._nullCount,s=this,o=this.children){return new F(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===u.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(kr(this.offset,e,this.nullBitmap),0);let s=this.buffers;return s[Pt.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[Pt.TYPE])&&(o[Pt.TYPE]=s.subarray(t,t+e)),(s=o[Pt.OFFSET])&&(o[Pt.OFFSET]=s.subarray(t,t+e+1))||(s=o[Pt.DATA])&&(o[Pt.DATA]=n===6?s:s.subarray(i*t,i*(t+e))),o}_sliceChildren(t,e,i){return t.map(n=>n.slice(e,i))}};F.prototype.children=Object.freeze([]);var $r=class extends w{visit(t){return this.getVisitFn(t.type).call(this,t)}visitNull(t){let{["type"]:e,["offset"]:i=0,["length"]:n=0}=t;return new F(e,i,n,n)}visitBool(t){let{["type"]:e,["offset"]:i=0}=t,n=x(t.nullBitmap),s=E(e.ArrayType,t.data),{["length"]:o=s.length>>3,["nullCount"]:a=t.nullBitmap?-1:0}=t;return new F(e,i,o,a,[void 0,s,n])}visitInt(t){let{["type"]:e,["offset"]:i=0}=t,n=x(t.nullBitmap),s=E(e.ArrayType,t.data),{["length"]:o=s.length,["nullCount"]:a=t.nullBitmap?-1:0}=t;return new F(e,i,o,a,[void 0,s,n])}visitFloat(t){let{["type"]:e,["offset"]:i=0}=t,n=x(t.nullBitmap),s=E(e.ArrayType,t.data),{["length"]:o=s.length,["nullCount"]:a=t.nullBitmap?-1:0}=t;return new F(e,i,o,a,[void 0,s,n])}visitUtf8(t){let{["type"]:e,["offset"]:i=0}=t,n=x(t.data),s=x(t.nullBitmap),o=xr(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new F(e,i,a,c,[o,n,s])}visitLargeUtf8(t){let{["type"]:e,["offset"]:i=0}=t,n=x(t.data),s=x(t.nullBitmap),o=Xn(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new F(e,i,a,c,[o,n,s])}visitBinary(t){let{["type"]:e,["offset"]:i=0}=t,n=x(t.data),s=x(t.nullBitmap),o=xr(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new F(e,i,a,c,[o,n,s])}visitLargeBinary(t){let{["type"]:e,["offset"]:i=0}=t,n=x(t.data),s=x(t.nullBitmap),o=Xn(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new F(e,i,a,c,[o,n,s])}visitFixedSizeBinary(t){let{["type"]:e,["offset"]:i=0}=t,n=x(t.nullBitmap),s=E(e.ArrayType,t.data),{["length"]:o=s.length/ne(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new F(e,i,o,a,[void 0,s,n])}visitDate(t){let{["type"]:e,["offset"]:i=0}=t,n=x(t.nullBitmap),s=E(e.ArrayType,t.data),{["length"]:o=s.length/ne(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new F(e,i,o,a,[void 0,s,n])}visitTimestamp(t){let{["type"]:e,["offset"]:i=0}=t,n=x(t.nullBitmap),s=E(e.ArrayType,t.data),{["length"]:o=s.length/ne(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new F(e,i,o,a,[void 0,s,n])}visitTime(t){let{["type"]:e,["offset"]:i=0}=t,n=x(t.nullBitmap),s=E(e.ArrayType,t.data),{["length"]:o=s.length/ne(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new F(e,i,o,a,[void 0,s,n])}visitDecimal(t){let{["type"]:e,["offset"]:i=0}=t,n=x(t.nullBitmap),s=E(e.ArrayType,t.data),{["length"]:o=s.length/ne(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new F(e,i,o,a,[void 0,s,n])}visitList(t){let{["type"]:e,["offset"]:i=0,["child"]:n}=t,s=x(t.nullBitmap),o=xr(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new F(e,i,a,c,[o,void 0,s],[n])}visitStruct(t){let{["type"]:e,["offset"]:i=0,["children"]:n=[]}=t,s=x(t.nullBitmap),{length:o=n.reduce((c,{length:l})=>Math.max(c,l),0),nullCount:a=t.nullBitmap?-1:0}=t;return new F(e,i,o,a,[void 0,void 0,s],n)}visitUnion(t){let{["type"]:e,["offset"]:i=0,["children"]:n=[]}=t,s=E(e.ArrayType,t.typeIds),{["length"]:o=s.length,["nullCount"]:a=-1}=t;if(p.isSparseUnion(e))return new F(e,i,o,a,[void 0,void 0,void 0,s],n);let c=xr(t.valueOffsets);return new F(e,i,o,a,[c,void 0,void 0,s],n)}visitDictionary(t){let{["type"]:e,["offset"]:i=0}=t,n=x(t.nullBitmap),s=E(e.indices.ArrayType,t.data),{["dictionary"]:o=new y([new $r().visit({type:e.dictionary})])}=t,{["length"]:a=s.length,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new F(e,i,a,c,[void 0,s,n],[],o)}visitInterval(t){let{["type"]:e,["offset"]:i=0}=t,n=x(t.nullBitmap),s=E(e.ArrayType,t.data),{["length"]:o=s.length/ne(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new F(e,i,o,a,[void 0,s,n])}visitDuration(t){let{["type"]:e,["offset"]:i=0}=t,n=x(t.nullBitmap),s=E(e.ArrayType,t.data),{["length"]:o=s.length,["nullCount"]:a=t.nullBitmap?-1:0}=t;return new F(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=x(t.nullBitmap),{["length"]:o=n.length/ne(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new F(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=x(t.nullBitmap),o=xr(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new F(e,i,a,c,[o,void 0,s],[n])}},Kh=new $r;function g(r){return Kh.visit(r)}var tn=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 Zc(r){return r.some(t=>t.nullable)}function Ss(r){return r.reduce((t,e)=>t+e.nullCount,0)}function Bs(r){return r.reduce((t,e,i)=>(t[i+1]=t[i]+e.length,t),new Uint32Array(r.length+1))}function xs(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 h=Math.max(0,e-c),d=Math.min(i-c,l);n.push(a.slice(h,d-h))}return n.length===0&&n.push(r[0].slice(0,0)),n}function ta(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 en(r,t){return r.getValid(t)}function _i(r){function t(e,i,n){return r(e[i],n)}return function(e){let i=this.data;return ta(i,this._offsets,e,t)}}function As(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=ta(s,this._offsets,i,e);return t=void 0,o}}function Ds(r){let t;function e(i,n,s){let o=s,a=0,c=0;for(let l=n-1,h=i.length;++l<h;){let d=i[l];if(~(a=r(d,t,o)))return c+a;o=0,c+=d.length}return-1}return function(i,n){t=i;let s=this.data,o=typeof n!="number"?e(s,0,0):ta(s,this._offsets,n,e);return t=void 0,o}}var v=class extends w{};function Xh(r,t){return t===null&&r.length>0?0:-1}function qh(r,t){let{nullBitmap:e}=r;if(!e||r.nullCount<=0)return-1;let i=0;for(let n of new zr(e,r.offset+(t||0),r.length,e,Is)){if(!n)return i;++i}return-1}function N(r,t,e){if(t===void 0)return-1;if(t===null)switch(r.typeId){case u.Union:break;case u.Dictionary:break;default:return qh(r,e)}let i=ot.getVisitFn(r),n=_r(t);for(let s=(e||0)-1,o=r.length;++s<o;)if(n(i(r,s)))return s;return-1}function Kc(r,t,e){let i=ot.getVisitFn(r),n=_r(t);for(let s=(e||0)-1,o=r.length;++s<o;)if(n(i(r,s)))return s;return-1}v.prototype.visitNull=Xh;v.prototype.visitBool=N;v.prototype.visitInt=N;v.prototype.visitInt8=N;v.prototype.visitInt16=N;v.prototype.visitInt32=N;v.prototype.visitInt64=N;v.prototype.visitUint8=N;v.prototype.visitUint16=N;v.prototype.visitUint32=N;v.prototype.visitUint64=N;v.prototype.visitFloat=N;v.prototype.visitFloat16=N;v.prototype.visitFloat32=N;v.prototype.visitFloat64=N;v.prototype.visitUtf8=N;v.prototype.visitLargeUtf8=N;v.prototype.visitBinary=N;v.prototype.visitLargeBinary=N;v.prototype.visitFixedSizeBinary=N;v.prototype.visitDate=N;v.prototype.visitDateDay=N;v.prototype.visitDateMillisecond=N;v.prototype.visitTimestamp=N;v.prototype.visitTimestampSecond=N;v.prototype.visitTimestampMillisecond=N;v.prototype.visitTimestampMicrosecond=N;v.prototype.visitTimestampNanosecond=N;v.prototype.visitTime=N;v.prototype.visitTimeSecond=N;v.prototype.visitTimeMillisecond=N;v.prototype.visitTimeMicrosecond=N;v.prototype.visitTimeNanosecond=N;v.prototype.visitDecimal=N;v.prototype.visitList=N;v.prototype.visitStruct=N;v.prototype.visitUnion=N;v.prototype.visitDenseUnion=Kc;v.prototype.visitSparseUnion=Kc;v.prototype.visitDictionary=N;v.prototype.visitInterval=N;v.prototype.visitIntervalDayTime=N;v.prototype.visitIntervalYearMonth=N;v.prototype.visitDuration=N;v.prototype.visitDurationSecond=N;v.prototype.visitDurationMillisecond=N;v.prototype.visitDurationMicrosecond=N;v.prototype.visitDurationNanosecond=N;v.prototype.visitFixedSizeList=N;v.prototype.visitMap=N;var Wr=new v;var I=class extends w{};function D(r){let{type:t}=r;if(r.nullCount===0&&r.stride===1&&(p.isInt(t)&&t.bitWidth!==64||p.isTime(t)&&t.bitWidth!==64||p.isFloat(t)&&t.precision!==$.HALF))return new tn(r.data.length,i=>{let n=r.data[i];return n.values.subarray(0,n.length)[Symbol.iterator]()});let e=0;return new tn(r.data.length,i=>{let s=r.data[i].length,o=r.slice(e,e+s);return e+=s,new ea(o)})}var ea=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}};I.prototype.visitNull=D;I.prototype.visitBool=D;I.prototype.visitInt=D;I.prototype.visitInt8=D;I.prototype.visitInt16=D;I.prototype.visitInt32=D;I.prototype.visitInt64=D;I.prototype.visitUint8=D;I.prototype.visitUint16=D;I.prototype.visitUint32=D;I.prototype.visitUint64=D;I.prototype.visitFloat=D;I.prototype.visitFloat16=D;I.prototype.visitFloat32=D;I.prototype.visitFloat64=D;I.prototype.visitUtf8=D;I.prototype.visitLargeUtf8=D;I.prototype.visitBinary=D;I.prototype.visitLargeBinary=D;I.prototype.visitFixedSizeBinary=D;I.prototype.visitDate=D;I.prototype.visitDateDay=D;I.prototype.visitDateMillisecond=D;I.prototype.visitTimestamp=D;I.prototype.visitTimestampSecond=D;I.prototype.visitTimestampMillisecond=D;I.prototype.visitTimestampMicrosecond=D;I.prototype.visitTimestampNanosecond=D;I.prototype.visitTime=D;I.prototype.visitTimeSecond=D;I.prototype.visitTimeMillisecond=D;I.prototype.visitTimeMicrosecond=D;I.prototype.visitTimeNanosecond=D;I.prototype.visitDecimal=D;I.prototype.visitList=D;I.prototype.visitStruct=D;I.prototype.visitUnion=D;I.prototype.visitDenseUnion=D;I.prototype.visitSparseUnion=D;I.prototype.visitDictionary=D;I.prototype.visitInterval=D;I.prototype.visitIntervalDayTime=D;I.prototype.visitIntervalYearMonth=D;I.prototype.visitDuration=D;I.prototype.visitDurationSecond=D;I.prototype.visitDurationMillisecond=D;I.prototype.visitDurationMicrosecond=D;I.prototype.visitDurationNanosecond=D;I.prototype.visitFixedSizeList=D;I.prototype.visitMap=D;var vi=new I;var Xc,qc={},Qc={},y=class{constructor(t){var e,i,n;let s=t[0]instanceof y?t.flatMap(a=>a.data):t;if(s.length===0||s.some(a=>!(a instanceof F)))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}=qc[o.typeId],h=s[0];this.isValid=d=>en(h,d),this.get=d=>a(h,d),this.set=(d,P)=>c(h,d,P),this.indexOf=d=>l(h,d),this._offsets=[0,h.length];break}default:Object.setPrototypeOf(this,Qc[o.typeId]),this._offsets=Bs(s);break}this.data=s,this.type=o,this.stride=ne(o),this.numChildren=(n=(i=o.children)===null||i===void 0?void 0:i.length)!==null&&n!==void 0?n:0,this.length=this._offsets.at(-1)}get byteLength(){return this.data.reduce((t,e)=>t+e.byteLength,0)}get nullable(){return Zc(this.data)}get nullCount(){return Ss(this.data)}get ArrayType(){return this.type.ArrayType}get[Symbol.toStringTag](){return`${this.VectorName}<${this.type[Symbol.toStringTag]}>`}get VectorName(){return`${u[this.type.typeId]}Vector`}isValid(t){return!1}get(t){return null}at(t){return this.get(jr(t,this.length))}set(t,e){}indexOf(t,e){return-1}includes(t,e){return this.indexOf(t,e)>-1}[Symbol.iterator](){return vi.visit(this)}concat(...t){return new y(this.data.concat(t.flatMap(e=>e.data).flat(Number.POSITIVE_INFINITY)))}slice(t,e){return new y(qi(this,t,e,({data:i,_offsets:n},s,o)=>xs(i,n,s,o)))}toJSON(){return[...this]}toArray(){let{type:t,data:e,length:i,stride:n,ArrayType:s}=this;switch(t.typeId){case u.Int:case u.Float:case u.Decimal:case u.Time:case u.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 y(this.data.map(({children:e})=>e[t])):null}get isMemoized(){return p.isDictionary(this.type)?this.data[0].dictionary.isMemoized:!1}memoize(){if(p.isDictionary(this.type)){let t=new Ii(this.data[0].dictionary),e=this.data.map(i=>{let n=i.clone();return n.dictionary=t,n});return new y(e)}return new Ii(this)}unmemoize(){if(p.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 y(e)}return this}};Xc=Symbol.toStringTag;y[Xc]=(r=>{r.type=p.prototype,r.data=[],r.length=0,r.stride=1,r.numChildren=0,r._offsets=new Uint32Array([0]),r[Symbol.isConcatSpreadable]=!0;let t=Object.keys(u).map(e=>u[e]).filter(e=>typeof e=="number"&&e!==u.NONE);for(let e of t){let i=ot.getVisitFnByTypeId(e),n=bt.getVisitFnByTypeId(e),s=Wr.getVisitFnByTypeId(e);qc[e]={get:i,set:n,indexOf:s},Qc[e]=Object.create(r,{isValid:{value:_i(en)},get:{value:_i(ot.getVisitFnByTypeId(e))},set:{value:As(bt.getVisitFnByTypeId(e))},indexOf:{value:Ds(Wr.getVisitFnByTypeId(e))}})}return"Vector"})(y.prototype);var Ii=class extends y{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 Ii(n.call(this,o,a))}),Object.defineProperty(this,"isMemoized",{value:!0}),Object.defineProperty(this,"unmemoize",{value:()=>new y(this.data)}),Object.defineProperty(this,"memoize",{value:()=>this})}};function Si(r){if(r){if(r instanceof F)return new y([r]);if(r instanceof y)return new y(r.data);if(r.type instanceof p)return new y([g(r)]);if(Array.isArray(r))return new y(r.flatMap(t=>Qh(t)));if(ArrayBuffer.isView(r)){r instanceof DataView&&(r=new Uint8Array(r.buffer));let t={offset:0,length:r.length,nullCount:-1,data:r};if(r instanceof Int8Array)return new y([g(Object.assign(Object.assign({},t),{type:new Ce}))]);if(r instanceof Int16Array)return new y([g(Object.assign(Object.assign({},t),{type:new Ve}))]);if(r instanceof Int32Array)return new y([g(Object.assign(Object.assign({},t),{type:new St}))]);if(r instanceof BigInt64Array)return new y([g(Object.assign(Object.assign({},t),{type:new je}))]);if(r instanceof Uint8Array||r instanceof Uint8ClampedArray)return new y([g(Object.assign(Object.assign({},t),{type:new ze}))]);if(r instanceof Uint16Array)return new y([g(Object.assign(Object.assign({},t),{type:new ke}))]);if(r instanceof Uint32Array)return new y([g(Object.assign(Object.assign({},t),{type:new Pe}))]);if(r instanceof BigUint64Array)return new y([g(Object.assign(Object.assign({},t),{type:new $e}))]);if(r instanceof Float32Array)return new y([g(Object.assign(Object.assign({},t),{type:new ce}))]);if(r instanceof Float64Array)return new y([g(Object.assign(Object.assign({},t),{type:new We}))]);throw new Error("Unrecognized input")}}throw new Error("Unrecognized input")}function Qh(r){return r instanceof F?[r]:r instanceof y?r.data:Si(r).data}function tl(r){if(!r||r.length<=0)return function(n){return!0};let t="",e=r.filter(i=>i===i);return e.length>0&&(t=`
|
|
8
|
-
switch (x) {${e.map(
|
|
9
|
-
case ${
|
|
7
|
+
"use strict";var __exports__=(()=>{var Ru=Object.create;var Jn=Object.defineProperty;var Cu=Object.getOwnPropertyDescriptor;var Vu=Object.getOwnPropertyNames;var ju=Object.getPrototypeOf,zu=Object.prototype.hasOwnProperty;var ku=(r,t,e)=>t in r?Jn(r,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):r[t]=e;var Pu=(r,t)=>()=>(t||r((t={exports:{}}).exports,t),t.exports),rr=(r,t)=>{for(var e in t)Jn(r,e,{get:t[e],enumerable:!0})},Hi=(r,t,e,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of Vu(t))!zu.call(r,i)&&i!==e&&Jn(r,i,{get:()=>t[i],enumerable:!(n=Cu(t,i))||n.enumerable});return r},Yi=(r,t,e)=>(Hi(r,t,"default"),e&&Hi(e,t,"default")),$u=(r,t,e)=>(e=r!=null?Ru(ju(r)):{},Hi(t||!r||!r.__esModule?Jn(e,"default",{value:r,enumerable:!0}):e,r)),Wu=r=>Hi(Jn({},"__esModule",{value:!0}),r);var Ya=(r,t,e)=>(ku(r,typeof t!="symbol"?t+"":t,e),e);var Ja=Pu((Xf,Ga)=>{Ga.exports=globalThis.loaders});var Wi={};rr(Wi,{ArrowLikeDataType:()=>Nt,ArrowLikeField:()=>pr,ArrowLikeSchema:()=>ye,ArrowLikeTable:()=>xo,ArrowTableBuilder:()=>Ao,AsyncQueue:()=>$i,ColumnarTableBatchAggregator:()=>Ar,RowTableBatchAggregator:()=>Gn,TableBatchBuilder:()=>Pi,convertArrowToSchema:()=>Pn,convertArrowToTable:()=>ru,convertBatch:()=>Yn,convertBatches:()=>ou,convertMeshToTable:()=>bu,convertSchemaToArrow:()=>$n,convertTable:()=>er,convertTableToArrow:()=>_o,convertTableToMesh:()=>wu,convertToArrayRow:()=>Io,convertToObjectRow:()=>vo,deduceMeshField:()=>Wa,deduceMeshSchema:()=>_u,deduceTableSchema:()=>xr,deserializeArrowField:()=>ln,deserializeArrowMetadata:()=>bo,deserializeArrowSchema:()=>Ri,deserializeArrowType:()=>Ci,getArrayTypeFromDataType:()=>dn,getDataTypeFromArray:()=>un,getMeshBoundingBox:()=>mu,getMeshSize:()=>pu,getTableCell:()=>Hn,getTableCellAt:()=>wo,getTableColumnIndex:()=>Ca,getTableColumnName:()=>Vi,getTableLength:()=>pt,getTableNumCols:()=>Wn,getTableRowAsArray:()=>zi,getTableRowAsObject:()=>ji,getTableRowShape:()=>Xl,getTypeInfo:()=>Uu,isArrayRowTable:()=>au,isArrowTable:()=>du,isColumnarTable:()=>lu,isGeoJSONTable:()=>uu,isObjectRowTable:()=>cu,isTable:()=>Kl,makeArrayRowIterator:()=>Va,makeArrowRecordBatchIterator:()=>ki,makeArrowTableBatchIterator:()=>eu,makeBatchFromTable:()=>ka,makeMeshAttributeMetadata:()=>Ha,makeObjectRowIterator:()=>ja,makeRowIterator:()=>ql,makeTableBatchIterator:()=>su,makeTableFromBatches:()=>Ql,makeTableFromData:()=>Zl,serializeArrowField:()=>cn,serializeArrowMetadata:()=>go,serializeArrowSchema:()=>Ei,serializeArrowType:()=>Ra});Yi(Wi,$u(Ja(),1));function Gi(r,t="float32"){return r instanceof Date?"date-millisecond":r instanceof Number?t:typeof r=="string"?"utf8":(r===null||r==="undefined","null")}function un(r){let t=Fo(r);return t!=="null"?{type:t,nullable:!1}:r.length>0?(t=Gi(r[0]),{type:t,nullable:!0}):{type:"null",nullable:!0}}function Fo(r){switch(r.constructor){case Int8Array:return"int8";case Uint8Array:case Uint8ClampedArray:return"uint8";case Int16Array:return"int16";case Uint16Array:return"uint16";case Int32Array:return"int32";case Uint32Array:return"uint32";case Float32Array:return"float32";case Float64Array:return"float64";default:return"null"}}function dn(r,t){if(!t)switch(r){case"int8":return Int8Array;case"uint8":return Uint8Array;case"int16":return Int16Array;case"uint16":return Uint16Array;case"int32":return Int32Array;case"uint32":return Uint32Array;case"float32":return Float32Array;case"float64":return Float64Array;default:break}return Array}function Ka(r,t){var e={};for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&t.indexOf(n)<0&&(e[n]=r[n]);if(r!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,n=Object.getOwnPropertySymbols(r);i<n.length;i++)t.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(r,n[i])&&(e[n[i]]=r[n[i]]);return e}function m(r,t,e,n){function i(s){return s instanceof e?s:new e(function(o){o(s)})}return new(e||(e=Promise))(function(s,o){function a(d){try{l(n.next(d))}catch(h){o(h)}}function c(d){try{l(n.throw(d))}catch(h){o(h)}}function l(d){d.done?s(d.value):i(d.value).then(a,c)}l((n=n.apply(r,t||[])).next())})}function Za(r){var t=typeof Symbol=="function"&&Symbol.iterator,e=t&&r[t],n=0;if(e)return e.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function L(r){return this instanceof L?(this.v=r,this):new L(r)}function Qt(r,t,e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n=e.apply(r,t||[]),i,s=[];return i=Object.create((typeof AsyncIterator=="function"?AsyncIterator:Object).prototype),a("next"),a("throw"),a("return",o),i[Symbol.asyncIterator]=function(){return this},i;function o(x){return function(K){return Promise.resolve(K).then(x,h)}}function a(x,K){n[x]&&(i[x]=function(ae){return new Promise(function(Oo,mr){s.push([x,ae,Oo,mr])>1||c(x,ae)})},K&&(i[x]=K(i[x])))}function c(x,K){try{l(n[x](K))}catch(ae){E(s[0][3],ae)}}function l(x){x.value instanceof L?Promise.resolve(x.value.v).then(d,h):E(s[0][2],x)}function d(x){c("next",x)}function h(x){c("throw",x)}function E(x,K){x(K),s.shift(),s.length&&c(s[0][0],s[0][1])}}function hn(r){var t,e;return t={},n("next"),n("throw",function(i){throw i}),n("return"),t[Symbol.iterator]=function(){return this},t;function n(i,s){t[i]=r[i]?function(o){return(e=!e)?{value:L(r[i](o)),done:!1}:s?s(o):o}:s}}function ge(r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t=r[Symbol.asyncIterator],e;return t?t.call(r):(r=typeof Za=="function"?Za(r):r[Symbol.iterator](),e={},n("next"),n("throw"),n("return"),e[Symbol.asyncIterator]=function(){return this},e);function n(s){e[s]=r[s]&&function(o){return new Promise(function(a,c){o=r[s](o),i(a,c,o.done,o.value)})}}function i(s,o,a,c){Promise.resolve(c).then(function(l){s({value:l,done:a})},o)}}var Ro={};rr(Ro,{compareArrayLike:()=>Eo,joinUint8Arrays:()=>te,memcpy:()=>Xn,rebaseValueOffsets:()=>es,toArrayBufferView:()=>R,toArrayBufferViewAsyncIterator:()=>_e,toArrayBufferViewIterator:()=>Oe,toBigInt64Array:()=>ts,toBigUint64Array:()=>qu,toFloat32Array:()=>Qu,toFloat32ArrayAsyncIterator:()=>md,toFloat32ArrayIterator:()=>ad,toFloat64Array:()=>td,toFloat64ArrayAsyncIterator:()=>yd,toFloat64ArrayIterator:()=>cd,toInt16Array:()=>Zu,toInt16ArrayAsyncIterator:()=>dd,toInt16ArrayIterator:()=>nd,toInt32Array:()=>Dr,toInt32ArrayAsyncIterator:()=>hd,toInt32ArrayIterator:()=>id,toInt8Array:()=>Ju,toInt8ArrayAsyncIterator:()=>ud,toInt8ArrayIterator:()=>rd,toUint16Array:()=>Ku,toUint16ArrayAsyncIterator:()=>fd,toUint16ArrayIterator:()=>sd,toUint32Array:()=>Xu,toUint32ArrayAsyncIterator:()=>pd,toUint32ArrayIterator:()=>od,toUint8Array:()=>A,toUint8ArrayAsyncIterator:()=>Uo,toUint8ArrayIterator:()=>Lo,toUint8ClampedArray:()=>ed,toUint8ClampedArrayAsyncIterator:()=>gd,toUint8ClampedArrayIterator:()=>ld});var Xa=new TextDecoder("utf-8"),Zn=Xa.decode.bind(Xa),Hu=new TextEncoder,Te=r=>Hu.encode(r);var Yu=r=>typeof r=="number",qa=r=>typeof r=="boolean",dt=r=>typeof r=="function",Mt=r=>r!=null&&Object(r)===r,be=r=>Mt(r)&&dt(r.then);var we=r=>Mt(r)&&dt(r[Symbol.iterator]),ce=r=>Mt(r)&&dt(r[Symbol.asyncIterator]),Ji=r=>Mt(r)&&Mt(r.schema);var Zi=r=>Mt(r)&&"done"in r&&"value"in r;var Ki=r=>Mt(r)&&dt(r.stat)&&Yu(r.fd);var Xi=r=>Mt(r)&&Kn(r.body),qi=r=>"_getDOMStream"in r&&"_getNodeStream"in r,Qa=r=>Mt(r)&&dt(r.abort)&&dt(r.getWriter)&&!qi(r),Kn=r=>Mt(r)&&dt(r.cancel)&&dt(r.getReader)&&!qi(r),tc=r=>Mt(r)&&dt(r.end)&&dt(r.write)&&qa(r.writable)&&!qi(r),Qi=r=>Mt(r)&&dt(r.read)&&dt(r.pipe)&&qa(r.readable)&&!qi(r),ec=r=>Mt(r)&&dt(r.clear)&&dt(r.bytes)&&dt(r.position)&&dt(r.setPosition)&&dt(r.capacity)&&dt(r.getBufferIdentifier)&&dt(r.createLong);var Mo=typeof SharedArrayBuffer<"u"?SharedArrayBuffer:ArrayBuffer;function Gu(r){let t=r[0]?[r[0]]:[],e,n,i,s;for(let o,a,c=0,l=0,d=r.length;++c<d;){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:i}=o,{byteOffset:n,byteLength:s}=a,e+i<n||n+s<e){a&&(t[++l]=a);continue}t[l]=new Uint8Array(o.buffer,e,n-e+s)}return t}function Xn(r,t,e=0,n=t.byteLength){let i=r.byteLength,s=new Uint8Array(r.buffer,r.byteOffset,i),o=new Uint8Array(t.buffer,t.byteOffset,Math.min(n,i));return s.set(o,e),r}function te(r,t){let e=Gu(r),n=e.reduce((d,h)=>d+h.byteLength,0),i,s,o,a=0,c=-1,l=Math.min(t||Number.POSITIVE_INFINITY,n);for(let d=e.length;++c<d;){if(i=e[c],s=i.subarray(0,Math.min(i.length,l-a)),l<=a+s.length){s.length<i.length?e[c]=i.subarray(s.length):s.length===i.length&&c++,o?Xn(o,s,a):o=s;break}Xn(o||(o=new Uint8Array(l)),s,a),a+=s.length}return[o||new Uint8Array(0),e.slice(c),n-(o?o.byteLength:0)]}function R(r,t){let e=Zi(t)?t.value:t;return e instanceof r?r===Uint8Array?new r(e.buffer,e.byteOffset,e.byteLength):e:e?(typeof e=="string"&&(e=Te(e)),e instanceof ArrayBuffer?new r(e):e instanceof Mo?new r(e):ec(e)?R(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 Ju=r=>R(Int8Array,r),Zu=r=>R(Int16Array,r),Dr=r=>R(Int32Array,r),ts=r=>R(BigInt64Array,r),A=r=>R(Uint8Array,r),Ku=r=>R(Uint16Array,r),Xu=r=>R(Uint32Array,r),qu=r=>R(BigUint64Array,r),Qu=r=>R(Float32Array,r),td=r=>R(Float64Array,r),ed=r=>R(Uint8ClampedArray,r),No=r=>(r.next(),r);function*Oe(r,t){let e=function*(i){yield i},n=typeof t=="string"||ArrayBuffer.isView(t)||t instanceof ArrayBuffer||t instanceof Mo?e(t):we(t)?t:e(t);return yield*No(function*(i){let s=null;do s=i.next(yield R(r,s));while(!s.done)}(n[Symbol.iterator]())),new r}var rd=r=>Oe(Int8Array,r),nd=r=>Oe(Int16Array,r),id=r=>Oe(Int32Array,r),Lo=r=>Oe(Uint8Array,r),sd=r=>Oe(Uint16Array,r),od=r=>Oe(Uint32Array,r),ad=r=>Oe(Float32Array,r),cd=r=>Oe(Float64Array,r),ld=r=>Oe(Uint8ClampedArray,r);function _e(r,t){return Qt(this,arguments,function*(){if(be(t))return yield L(yield L(yield*hn(ge(_e(r,yield L(t))))));let n=function(o){return Qt(this,arguments,function*(){yield yield L(yield L(o))})},i=function(o){return Qt(this,arguments,function*(){yield L(yield*hn(ge(No(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 Mo?n(t):we(t)?i(t):ce(t)?t:n(t);return yield L(yield*hn(ge(No(function(o){return Qt(this,arguments,function*(){let a=null;do a=yield L(o.next(yield yield L(R(r,a))));while(!a.done)})}(s[Symbol.asyncIterator]()))))),yield L(new r)})}var ud=r=>_e(Int8Array,r),dd=r=>_e(Int16Array,r),hd=r=>_e(Int32Array,r),Uo=r=>_e(Uint8Array,r),fd=r=>_e(Uint16Array,r),pd=r=>_e(Uint32Array,r),md=r=>_e(Float32Array,r),yd=r=>_e(Float64Array,r),gd=r=>_e(Uint8ClampedArray,r);function es(r,t,e){if(r!==0){e=e.slice(0,t);for(let n=-1,i=e.length;++n<i;)e[n]+=r}return e.subarray(0,t)}function Eo(r,t){let e=0,n=r.length;if(n!==t.length)return!1;if(n>0)do if(r[e]!==t[e])return!1;while(++e<n);return!0}var _t={fromIterable(r){return rs(bd(r))},fromAsyncIterable(r){return rs(wd(r))},fromDOMStream(r){return rs(_d(r))},fromNodeStream(r){return rs(vd(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')}},rs=r=>(r.next(),r);function*bd(r){let t,e=!1,n=[],i,s,o,a=0;function c(){return s==="peek"?te(n,o)[0]:([i,n,a]=te(n,o),i)}({cmd:s,size:o}=(yield(()=>null)())||{cmd:"read",size:0});let l=Lo(r)[Symbol.iterator]();try{do if({done:t,value:i}=Number.isNaN(o-a)?l.next():l.next(o-a),!t&&i.byteLength>0&&(n.push(i),a+=i.byteLength),t||o<=a)do({cmd:s,size:o}=yield c());while(o<a);while(!t)}catch(d){e=!0,typeof l.throw=="function"&&l.throw(d)}finally{e===!1&&typeof l.return=="function"&&l.return(null)}return null}function wd(r){return Qt(this,arguments,function*(){let e,n=!1,i=[],s,o,a,c=0;function l(){return o==="peek"?te(i,a)[0]:([s,i,c]=te(i,a),s)}({cmd:o,size:a}=(yield yield L((()=>null)()))||{cmd:"read",size:0});let d=Uo(r)[Symbol.asyncIterator]();try{do if({done:e,value:s}=Number.isNaN(a-c)?yield L(d.next()):yield L(d.next(a-c)),!e&&s.byteLength>0&&(i.push(s),c+=s.byteLength),e||a<=c)do({cmd:o,size:a}=yield yield L(l()));while(a<c);while(!e)}catch(h){n=!0,typeof d.throw=="function"&&(yield L(d.throw(h)))}finally{n===!1&&typeof d.return=="function"&&(yield L(d.return(new Uint8Array(0))))}return yield L(null)})}function _d(r){return Qt(this,arguments,function*(){let e=!1,n=!1,i=[],s,o,a,c=0;function l(){return o==="peek"?te(i,a)[0]:([s,i,c]=te(i,a),s)}({cmd:o,size:a}=(yield yield L((()=>null)()))||{cmd:"read",size:0});let d=new Vo(r);try{do if({done:e,value:s}=Number.isNaN(a-c)?yield L(d.read()):yield L(d.read(a-c)),!e&&s.byteLength>0&&(i.push(A(s)),c+=s.byteLength),e||a<=c)do({cmd:o,size:a}=yield yield L(l()));while(a<c);while(!e)}catch(h){n=!0,yield L(d.cancel(h))}finally{n===!1?yield L(d.cancel()):r.locked&&d.releaseLock()}return yield L(null)})}var Vo=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 m(this,void 0,void 0,function*(){let{reader:e,source:n}=this;e&&(yield e.cancel(t).catch(()=>{})),n&&n.locked&&this.releaseLock()})}read(t){return m(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=A(e)),e})}},Co=(r,t)=>{let e=i=>n([t,i]),n;return[t,e,new Promise(i=>(n=i)&&r.once(t,e))]};function vd(r){return Qt(this,arguments,function*(){let e=[],n="error",i=!1,s=null,o,a,c=0,l=[],d;function h(){return o==="peek"?te(l,a)[0]:([d,l,c]=te(l,a),d)}if({cmd:o,size:a}=(yield yield L((()=>null)()))||{cmd:"read",size:0},r.isTTY)return yield yield L(new Uint8Array(0)),yield L(null);try{e[0]=Co(r,"end"),e[1]=Co(r,"error");do{if(e[2]=Co(r,"readable"),[n,s]=yield L(Promise.race(e.map(x=>x[2]))),n==="error")break;if((i=n==="end")||(Number.isFinite(a-c)?(d=A(r.read(a-c)),d.byteLength<a-c&&(d=A(r.read()))):d=A(r.read()),d.byteLength>0&&(l.push(d),c+=d.byteLength)),i||a<=c)do({cmd:o,size:a}=yield yield L(h()));while(a<c)}while(!i)}finally{yield L(E(e,n==="error"?s:null))}return yield L(null);function E(x,K){return d=l=null,new Promise((ae,Oo)=>{for(let[mr,Eu]of x)r.off(mr,Eu);try{let mr=r.destroy;mr&&mr.call(r,K),K=void 0}catch(mr){K=mr||K}finally{K!=null?Oo(K):ae()}})}})}var G;(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"})(G||(G={}));var J;(function(r){r[r.Sparse=0]="Sparse",r[r.Dense=1]="Dense"})(J||(J={}));var $;(function(r){r[r.HALF=0]="HALF",r[r.SINGLE=1]="SINGLE",r[r.DOUBLE=2]="DOUBLE"})($||($={}));var X;(function(r){r[r.DAY=0]="DAY",r[r.MILLISECOND=1]="MILLISECOND"})(X||(X={}));var f;(function(r){r[r.SECOND=0]="SECOND",r[r.MILLISECOND=1]="MILLISECOND",r[r.MICROSECOND=2]="MICROSECOND",r[r.NANOSECOND=3]="NANOSECOND"})(f||(f={}));var H;(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"})(H||(H={}));var Fe=new Int32Array(2),ns=new Float32Array(Fe.buffer),is=new Float64Array(Fe.buffer),fn=new Uint16Array(new Uint8Array([1,0]).buffer)[0]===1;var qn;(function(r){r[r.UTF8_BYTES=1]="UTF8_BYTES",r[r.UTF16_STRING=2]="UTF16_STRING"})(qn||(qn={}));var ht=class{constructor(t){this.bytes_=t,this.position_=0,this.text_decoder_=new TextDecoder}static allocate(t){return new ht(new Uint8Array(t))}clear(){this.position_=0}bytes(){return this.bytes_}position(){return this.position_}setPosition(t){this.position_=t}capacity(){return this.bytes_.length}readInt8(t){return this.readUint8(t)<<24>>24}readUint8(t){return this.bytes_[t]}readInt16(t){return this.readUint16(t)<<16>>16}readUint16(t){return this.bytes_[t]|this.bytes_[t+1]<<8}readInt32(t){return this.bytes_[t]|this.bytes_[t+1]<<8|this.bytes_[t+2]<<16|this.bytes_[t+3]<<24}readUint32(t){return this.readInt32(t)>>>0}readInt64(t){return BigInt.asIntN(64,BigInt(this.readUint32(t))+(BigInt(this.readUint32(t+4))<<BigInt(32)))}readUint64(t){return BigInt.asUintN(64,BigInt(this.readUint32(t))+(BigInt(this.readUint32(t+4))<<BigInt(32)))}readFloat32(t){return Fe[0]=this.readInt32(t),ns[0]}readFloat64(t){return Fe[fn?0:1]=this.readInt32(t),Fe[fn?1:0]=this.readInt32(t+4),is[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){ns[0]=e,this.writeInt32(t,Fe[0])}writeFloat64(t,e){is[0]=e,this.writeInt32(t,Fe[fn?0:1]),this.writeInt32(t+4,Fe[fn?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 n=t-this.readInt32(t);return e<this.readInt16(n)?this.readInt16(n+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 n=this.readInt32(t);t+=4;let i=this.bytes_.subarray(t,t+n);return e===qn.UTF8_BYTES?i:this.text_decoder_.decode(i)}__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 n=[];for(let i=0;i<e;++i){let s=t(i);s!==null&&n.push(s)}return n}createObjList(t,e){let n=[];for(let i=0;i<e;++i){let s=t(i);s!==null&&n.push(s.unpack())}return n}};var nr=class{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=ht.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 n=~(this.bb.capacity()-this.space+e)+1&t-1;for(;this.space<n+t+e;){let i=this.bb.capacity();this.bb=nr.growByteBuffer(this.bb),this.space+=this.bb.capacity()-i}this.pad(n)}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,n){(this.force_defaults||e!=n)&&(this.addInt8(e),this.slot(t))}addFieldInt16(t,e,n){(this.force_defaults||e!=n)&&(this.addInt16(e),this.slot(t))}addFieldInt32(t,e,n){(this.force_defaults||e!=n)&&(this.addInt32(e),this.slot(t))}addFieldInt64(t,e,n){(this.force_defaults||e!==n)&&(this.addInt64(e),this.slot(t))}addFieldFloat32(t,e,n){(this.force_defaults||e!=n)&&(this.addFloat32(e),this.slot(t))}addFieldFloat64(t,e,n){(this.force_defaults||e!=n)&&(this.addFloat64(e),this.slot(t))}addFieldOffset(t,e,n){(this.force_defaults||e!=n)&&(this.addOffset(e),this.slot(t))}addFieldStruct(t,e,n){e!=n&&(this.nested(e),this.slot(t))}nested(t){if(t!=this.offset())throw new TypeError("FlatBuffers: struct must be serialized inline.")}notNested(){if(this.isNested)throw new TypeError("FlatBuffers: object serialization must not be nested.")}slot(t){this.vtable!==null&&(this.vtable[t]=this.offset())}offset(){return this.bb.capacity()-this.space}static growByteBuffer(t){let e=t.capacity();if(e&3221225472)throw new Error("FlatBuffers: cannot grow buffer beyond 2 gigabytes.");let n=e<<1,i=ht.allocate(n);return i.setPosition(n-e),i.bytes().set(t.bytes(),n-e),i}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 n=e+1;for(;e>=0;e--)this.addInt16(this.vtable[e]!=0?t-this.vtable[e]:0);let i=2;this.addInt16(t-this.object_start);let s=(n+i)*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,n){let i=n?4:0;if(e){let s=e;if(this.prep(this.minalign,4+4+i),s.length!=4)throw new TypeError("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+i),this.addOffset(t),i&&this.addInt32(this.bb.capacity()-this.space),this.bb.setPosition(this.space)}finishSizePrefixed(t,e){this.finish(t,e,!0)}requiredField(t,e){let n=this.bb.capacity()-t,i=n-this.bb.readInt32(n);if(!(e<this.bb.readInt16(i)&&this.bb.readInt16(i+e)!=0))throw new TypeError("FlatBuffers: field "+e+" must be set")}startVector(t,e,n){this.notNested(),this.vector_num_elems=e,this.prep(4,t*e),this.prep(n,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;return 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),this.bb.bytes().set(e,this.space),this.endVector()}createByteVector(t){return t==null?0:(this.startVector(1,t.length,1),this.bb.setPosition(this.space-=t.length),this.bb.bytes().set(t,this.space),this.endVector())}createObjectOffset(t){return t===null?0:typeof t=="string"?this.createString(t):t.pack(this)}createObjectOffsetList(t){let e=[];for(let n=0;n<t.length;++n){let i=t[n];if(i!==null)e.push(this.createObjectOffset(i));else throw new TypeError("FlatBuffers: Argument for createObjectOffsetList cannot contain null.")}return e}createStructOffsetList(t,e){return e(this,t.length),this.createObjectOffsetList(t.slice().reverse()),this.endVector()}};var Tr;(function(r){r[r.BUFFER=0]="BUFFER"})(Tr||(Tr={}));var Lt;(function(r){r[r.LZ4_FRAME=0]="LZ4_FRAME",r[r.ZSTD=1]="ZSTD"})(Lt||(Lt={}));var St=class{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 St).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsBodyCompression(t,e){return t.setPosition(t.position()+4),(e||new St).__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):Lt.LZ4_FRAME}method(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.readInt8(this.bb_pos+t):Tr.BUFFER}static startBodyCompression(t){t.startObject(2)}static addCodec(t,e){t.addFieldInt8(0,e,Lt.LZ4_FRAME)}static addMethod(t,e){t.addFieldInt8(1,e,Tr.BUFFER)}static endBodyCompression(t){return t.endObject()}static createBodyCompression(t,e,n){return St.startBodyCompression(t),St.addCodec(t,e),St.addMethod(t,n),St.endBodyCompression(t)}};var pn=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,n){return t.prep(8,16),t.writeInt64(BigInt(n??0)),t.writeInt64(BigInt(e??0)),t.offset()}};var mn=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,n){return t.prep(8,16),t.writeInt64(BigInt(n??0)),t.writeInt64(BigInt(e??0)),t.offset()}};var vt=class{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 vt).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsRecordBatch(t,e){return t.setPosition(t.position()+4),(e||new vt).__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 n=this.bb.__offset(this.bb_pos,6);return n?(e||new mn).__init(this.bb.__vector(this.bb_pos+n)+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 n=this.bb.__offset(this.bb_pos,8);return n?(e||new pn).__init(this.bb.__vector(this.bb_pos+n)+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 St).__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 ue=class{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 ue).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsDictionaryBatch(t,e){return t.setPosition(t.position()+4),(e||new ue).__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 vt).__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 yr;(function(r){r[r.Little=0]="Little",r[r.Big=1]="Big"})(yr||(yr={}));var Qn;(function(r){r[r.DenseArray=0]="DenseArray"})(Qn||(Qn={}));var mt=class{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 mt).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsInt(t,e){return t.setPosition(t.position()+4),(e||new mt).__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,n){return mt.startInt(t),mt.addBitWidth(t,e),mt.addIsSigned(t,n),mt.endInt(t)}};var ee=class{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 ee).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsDictionaryEncoding(t,e){return t.setPosition(t.position()+4),(e||new ee).__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 mt).__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):Qn.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,Qn.DenseArray)}static endDictionaryEncoding(t){return t.endObject()}};var q=class{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 q).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsKeyValue(t,e){return t.setPosition(t.position()+4),(e||new q).__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,n){return q.startKeyValue(t),q.addKey(t,e),q.addValue(t,n),q.endKeyValue(t)}};var Ne=class{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 Ne).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsBinary(t,e){return t.setPosition(t.position()+4),(e||new Ne).__init(t.readInt32(t.position())+t.position(),t)}static startBinary(t){t.startObject(0)}static endBinary(t){return t.endObject()}static createBinary(t){return Ne.startBinary(t),Ne.endBinary(t)}};var Me=class{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 Me).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsBool(t,e){return t.setPosition(t.position()+4),(e||new Me).__init(t.readInt32(t.position())+t.position(),t)}static startBool(t){t.startObject(0)}static endBool(t){return t.endObject()}static createBool(t){return Me.startBool(t),Me.endBool(t)}};var jt=class{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 jt).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsDate(t,e){return t.setPosition(t.position()+4),(e||new jt).__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):X.MILLISECOND}static startDate(t){t.startObject(1)}static addUnit(t,e){t.addFieldInt16(0,e,X.MILLISECOND)}static endDate(t){return t.endObject()}static createDate(t,e){return jt.startDate(t),jt.addUnit(t,e),jt.endDate(t)}};var yt=class{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 yt).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsDecimal(t,e){return t.setPosition(t.position()+4),(e||new yt).__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,n,i){return yt.startDecimal(t),yt.addPrecision(t,e),yt.addScale(t,n),yt.addBitWidth(t,i),yt.endDecimal(t)}};var zt=class{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsDuration(t,e){return(e||new zt).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsDuration(t,e){return t.setPosition(t.position()+4),(e||new zt).__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):f.MILLISECOND}static startDuration(t){t.startObject(1)}static addUnit(t,e){t.addFieldInt16(0,e,f.MILLISECOND)}static endDuration(t){return t.endObject()}static createDuration(t,e){return zt.startDuration(t),zt.addUnit(t,e),zt.endDuration(t)}};var kt=class{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 kt).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsFixedSizeBinary(t,e){return t.setPosition(t.position()+4),(e||new kt).__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 kt.startFixedSizeBinary(t),kt.addByteWidth(t,e),kt.endFixedSizeBinary(t)}};var Pt=class{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 Pt).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsFixedSizeList(t,e){return t.setPosition(t.position()+4),(e||new Pt).__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 Pt.startFixedSizeList(t),Pt.addListSize(t,e),Pt.endFixedSizeList(t)}};var $t=class{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 $t).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsFloatingPoint(t,e){return t.setPosition(t.position()+4),(e||new $t).__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):$.HALF}static startFloatingPoint(t){t.startObject(1)}static addPrecision(t,e){t.addFieldInt16(0,e,$.HALF)}static endFloatingPoint(t){return t.endObject()}static createFloatingPoint(t,e){return $t.startFloatingPoint(t),$t.addPrecision(t,e),$t.endFloatingPoint(t)}};var Wt=class{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 Wt).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsInterval(t,e){return t.setPosition(t.position()+4),(e||new Wt).__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):H.YEAR_MONTH}static startInterval(t){t.startObject(1)}static addUnit(t,e){t.addFieldInt16(0,e,H.YEAR_MONTH)}static endInterval(t){return t.endObject()}static createInterval(t,e){return Wt.startInterval(t),Wt.addUnit(t,e),Wt.endInterval(t)}};var Le=class{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsLargeBinary(t,e){return(e||new Le).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsLargeBinary(t,e){return t.setPosition(t.position()+4),(e||new Le).__init(t.readInt32(t.position())+t.position(),t)}static startLargeBinary(t){t.startObject(0)}static endLargeBinary(t){return t.endObject()}static createLargeBinary(t){return Le.startLargeBinary(t),Le.endLargeBinary(t)}};var Ue=class{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsLargeUtf8(t,e){return(e||new Ue).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsLargeUtf8(t,e){return t.setPosition(t.position()+4),(e||new Ue).__init(t.readInt32(t.position())+t.position(),t)}static startLargeUtf8(t){t.startObject(0)}static endLargeUtf8(t){return t.endObject()}static createLargeUtf8(t){return Ue.startLargeUtf8(t),Ue.endLargeUtf8(t)}};var Ee=class{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 Ee).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsList(t,e){return t.setPosition(t.position()+4),(e||new Ee).__init(t.readInt32(t.position())+t.position(),t)}static startList(t){t.startObject(0)}static endList(t){return t.endObject()}static createList(t){return Ee.startList(t),Ee.endList(t)}};var Ht=class{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 Ht).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsMap(t,e){return t.setPosition(t.position()+4),(e||new Ht).__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 Ht.startMap(t),Ht.addKeysSorted(t,e),Ht.endMap(t)}};var Re=class{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 Re).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsNull(t,e){return t.setPosition(t.position()+4),(e||new Re).__init(t.readInt32(t.position())+t.position(),t)}static startNull(t){t.startObject(0)}static endNull(t){return t.endObject()}static createNull(t){return Re.startNull(t),Re.endNull(t)}};var Ce=class{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 Ce).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsStruct_(t,e){return t.setPosition(t.position()+4),(e||new Ce).__init(t.readInt32(t.position())+t.position(),t)}static startStruct_(t){t.startObject(0)}static endStruct_(t){return t.endObject()}static createStruct_(t){return Ce.startStruct_(t),Ce.endStruct_(t)}};var Bt=class{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 Bt).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsTime(t,e){return t.setPosition(t.position()+4),(e||new Bt).__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):f.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,f.MILLISECOND)}static addBitWidth(t,e){t.addFieldInt32(1,e,32)}static endTime(t){return t.endObject()}static createTime(t,e,n){return Bt.startTime(t),Bt.addUnit(t,e),Bt.addBitWidth(t,n),Bt.endTime(t)}};var xt=class{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 xt).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsTimestamp(t,e){return t.setPosition(t.position()+4),(e||new xt).__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):f.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,f.SECOND)}static addTimezone(t,e){t.addFieldOffset(1,e,0)}static endTimestamp(t){return t.endObject()}static createTimestamp(t,e,n){return xt.startTimestamp(t),xt.addUnit(t,e),xt.addTimezone(t,n),xt.endTimestamp(t)}};var gt=class{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 gt).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsUnion(t,e){return t.setPosition(t.position()+4),(e||new gt).__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):J.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,J.Sparse)}static addTypeIds(t,e){t.addFieldOffset(1,e,0)}static createTypeIdsVector(t,e){t.startVector(4,e.length,4);for(let n=e.length-1;n>=0;n--)t.addInt32(e[n]);return t.endVector()}static startTypeIdsVector(t,e){t.startVector(4,e,4)}static endUnion(t){return t.endObject()}static createUnion(t,e,n){return gt.startUnion(t),gt.addMode(t,e),gt.addTypeIds(t,n),gt.endUnion(t)}};var Ve=class{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 Ve).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsUtf8(t,e){return t.setPosition(t.position()+4),(e||new Ve).__init(t.readInt32(t.position())+t.position(),t)}static startUtf8(t){t.startObject(0)}static endUtf8(t){return t.endObject()}static createUtf8(t){return Ve.startUtf8(t),Ve.endUtf8(t)}};var Z;(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"})(Z||(Z={}));var st=class{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 st).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsField(t,e){return t.setPosition(t.position()+4),(e||new st).__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):Z.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 ee).__init(this.bb.__indirect(this.bb_pos+e),this.bb):null}children(t,e){let n=this.bb.__offset(this.bb_pos,14);return n?(e||new st).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+n)+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 n=this.bb.__offset(this.bb_pos,16);return n?(e||new q).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+n)+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,Z.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 n=e.length-1;n>=0;n--)t.addOffset(e[n]);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 n=e.length-1;n>=0;n--)t.addOffset(e[n]);return t.endVector()}static startCustomMetadataVector(t,e){t.startVector(4,e,4)}static endField(t){return t.endObject()}};var rt=class{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 rt).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsSchema(t,e){return t.setPosition(t.position()+4),(e||new rt).__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):yr.Little}fields(t,e){let n=this.bb.__offset(this.bb_pos,6);return n?(e||new st).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+n)+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 n=this.bb.__offset(this.bb_pos,8);return n?(e||new q).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+n)+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,yr.Little)}static addFields(t,e){t.addFieldOffset(1,e,0)}static createFieldsVector(t,e){t.startVector(4,e.length,4);for(let n=e.length-1;n>=0;n--)t.addOffset(e[n]);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 n=e.length-1;n>=0;n--)t.addOffset(e[n]);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 n=e.length-1;n>=0;n--)t.addInt64(e[n]);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,n,i,s){return rt.startSchema(t),rt.addEndianness(t,e),rt.addFields(t,n),rt.addCustomMetadata(t,i),rt.addFeatures(t,s),rt.endSchema(t)}};var C;(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"})(C||(C={}));var u;(function(r){r[r.NONE=0]="NONE",r[r.Null=1]="Null",r[r.Int=2]="Int",r[r.Float=3]="Float",r[r.Binary=4]="Binary",r[r.Utf8=5]="Utf8",r[r.Bool=6]="Bool",r[r.Decimal=7]="Decimal",r[r.Date=8]="Date",r[r.Time=9]="Time",r[r.Timestamp=10]="Timestamp",r[r.Interval=11]="Interval",r[r.List=12]="List",r[r.Struct=13]="Struct",r[r.Union=14]="Union",r[r.FixedSizeBinary=15]="FixedSizeBinary",r[r.FixedSizeList=16]="FixedSizeList",r[r.Map=17]="Map",r[r.Duration=18]="Duration",r[r.LargeBinary=19]="LargeBinary",r[r.LargeUtf8=20]="LargeUtf8",r[r.Dictionary=-1]="Dictionary",r[r.Int8=-2]="Int8",r[r.Int16=-3]="Int16",r[r.Int32=-4]="Int32",r[r.Int64=-5]="Int64",r[r.Uint8=-6]="Uint8",r[r.Uint16=-7]="Uint16",r[r.Uint32=-8]="Uint32",r[r.Uint64=-9]="Uint64",r[r.Float16=-10]="Float16",r[r.Float32=-11]="Float32",r[r.Float64=-12]="Float64",r[r.DateDay=-13]="DateDay",r[r.DateMillisecond=-14]="DateMillisecond",r[r.TimestampSecond=-15]="TimestampSecond",r[r.TimestampMillisecond=-16]="TimestampMillisecond",r[r.TimestampMicrosecond=-17]="TimestampMicrosecond",r[r.TimestampNanosecond=-18]="TimestampNanosecond",r[r.TimeSecond=-19]="TimeSecond",r[r.TimeMillisecond=-20]="TimeMillisecond",r[r.TimeMicrosecond=-21]="TimeMicrosecond",r[r.TimeNanosecond=-22]="TimeNanosecond",r[r.DenseUnion=-23]="DenseUnion",r[r.SparseUnion=-24]="SparseUnion",r[r.IntervalDayTime=-25]="IntervalDayTime",r[r.IntervalYearMonth=-26]="IntervalYearMonth",r[r.DurationSecond=-27]="DurationSecond",r[r.DurationMillisecond=-28]="DurationMillisecond",r[r.DurationMicrosecond=-29]="DurationMicrosecond",r[r.DurationNanosecond=-30]="DurationNanosecond",r[r.IntervalMonthDayNano=-31]="IntervalMonthDayNano"})(u||(u={}));var Yt;(function(r){r[r.OFFSET=0]="OFFSET",r[r.DATA=1]="DATA",r[r.VALIDITY=2]="VALIDITY",r[r.TYPE=3]="TYPE"})(Yt||(Yt={}));var ia={};rr(ia,{clampRange:()=>ri,createElementComparator:()=>vr,wrapIndex:()=>Pr});var jo={};rr(jo,{valueToString:()=>Ie});function Ie(r){if(r===null)return"null";if(r===void 0)return"undefined";switch(typeof r){case"number":return`${r}`;case"bigint":return`${r}`;case"string":return`"${r}"`}return typeof r[Symbol.toPrimitive]=="function"?r[Symbol.toPrimitive]("string"):ArrayBuffer.isView(r)?r instanceof BigInt64Array||r instanceof BigUint64Array?`[${[...r].map(t=>Ie(t))}]`:`[${r}]`:ArrayBuffer.isView(r)?`[${r}]`:JSON.stringify(r,(t,e)=>typeof e=="bigint"?`${e}`:e)}var $o={};rr($o,{BN:()=>Or,bigNumToBigInt:()=>nc,bigNumToNumber:()=>Po,bigNumToString:()=>bn,isArrowBigNumSymbol:()=>rc});function k(r){if(typeof r=="bigint"&&(r<Number.MIN_SAFE_INTEGER||r>Number.MAX_SAFE_INTEGER))throw new TypeError(`${r} is not safe to convert to a number.`);return Number(r)}function zo(r,t){return k(r/t)+k(r%t)/k(t)}var rc=Symbol.for("isArrowBigNum");function Se(r,...t){return t.length===0?Object.setPrototypeOf(R(this.TypedArray,r),this.constructor.prototype):Object.setPrototypeOf(new this.TypedArray(r,...t),this.constructor.prototype)}Se.prototype[rc]=!0;Se.prototype.toJSON=function(){return`"${bn(this)}"`};Se.prototype.valueOf=function(r){return Po(this,r)};Se.prototype.toString=function(){return bn(this)};Se.prototype[Symbol.toPrimitive]=function(r="default"){switch(r){case"number":return Po(this);case"string":return bn(this);case"default":return nc(this)}return bn(this)};function yn(...r){return Se.apply(this,r)}function gn(...r){return Se.apply(this,r)}function ti(...r){return Se.apply(this,r)}Object.setPrototypeOf(yn.prototype,Object.create(Int32Array.prototype));Object.setPrototypeOf(gn.prototype,Object.create(Uint32Array.prototype));Object.setPrototypeOf(ti.prototype,Object.create(Uint32Array.prototype));Object.assign(yn.prototype,Se.prototype,{constructor:yn,signed:!0,TypedArray:Int32Array,BigIntArray:BigInt64Array});Object.assign(gn.prototype,Se.prototype,{constructor:gn,signed:!1,TypedArray:Uint32Array,BigIntArray:BigUint64Array});Object.assign(ti.prototype,Se.prototype,{constructor:ti,signed:!0,TypedArray:Uint32Array,BigIntArray:BigUint64Array});var Id=BigInt(4294967296)*BigInt(4294967296),Sd=Id-BigInt(1);function Po(r,t){let{buffer:e,byteOffset:n,byteLength:i,signed:s}=r,o=new BigUint64Array(e,n,i/8),a=s&&o.at(-1)&BigInt(1)<<BigInt(63),c=BigInt(0),l=0;if(a){for(let d of o)c|=(d^Sd)*(BigInt(1)<<BigInt(64*l++));c*=BigInt(-1),c-=BigInt(1)}else for(let d of o)c|=d*(BigInt(1)<<BigInt(64*l++));if(typeof t=="number"&&t>0){let d=BigInt("1".padEnd(t+1,"0")),h=c/d,E=a?-(c%d):c%d,x=k(h),K=`${E}`.padStart(t,"0");return+`${a&&x===0?"-":""}${x}.${K}`}return k(c)}function bn(r){if(r.byteLength===8)return`${new r.BigIntArray(r.buffer,r.byteOffset,1)[0]}`;if(!r.signed)return ko(r);let t=new Uint16Array(r.buffer,r.byteOffset,r.byteLength/2);if(new Int16Array([t.at(-1)])[0]>=0)return ko(r);t=t.slice();let n=1;for(let s=0;s<t.length;s++){let o=t[s],a=~o+n;t[s]=a,n&=o===0?1:0}return`-${ko(t)}`}function nc(r){return r.byteLength===8?new r.BigIntArray(r.buffer,r.byteOffset,1)[0]:bn(r)}function ko(r){let t="",e=new Uint32Array(2),n=new Uint16Array(r.buffer,r.byteOffset,r.byteLength/2),i=new Uint32Array((n=new Uint16Array(n).reverse()).buffer),s=-1,o=n.length-1;do{for(e[0]=n[s=0];s<o;)n[s++]=e[1]=e[0]/10,e[0]=(e[0]-e[1]*10<<16)+n[s];n[s]=e[1]=e[0]/10,e[0]=e[0]-e[1]*10,t=`${e[0]}${t}`}while(i[0]||i[1]||i[2]||i[3]);return t??"0"}var Or=class{static new(t,e){switch(e){case!0:return new yn(t);case!1:return new gn(t)}switch(t.constructor){case Int8Array:case Int16Array:case Int32Array:case BigInt64Array:return new yn(t)}return t.byteLength===16?new ti(t):new gn(t)}static signed(t){return new yn(t)}static unsigned(t){return new gn(t)}static decimal(t){return new ti(t)}constructor(t,e){return Or.new(t,e)}};var ic,sc,oc,ac,cc,lc,uc,dc,hc,fc,pc,mc,yc,gc,bc,wc,_c,vc,Ic,Sc,Bc,xc,p=class{static isNull(t){return t?.typeId===u.Null}static isInt(t){return t?.typeId===u.Int}static isFloat(t){return t?.typeId===u.Float}static isBinary(t){return t?.typeId===u.Binary}static isLargeBinary(t){return t?.typeId===u.LargeBinary}static isUtf8(t){return t?.typeId===u.Utf8}static isLargeUtf8(t){return t?.typeId===u.LargeUtf8}static isBool(t){return t?.typeId===u.Bool}static isDecimal(t){return t?.typeId===u.Decimal}static isDate(t){return t?.typeId===u.Date}static isTime(t){return t?.typeId===u.Time}static isTimestamp(t){return t?.typeId===u.Timestamp}static isInterval(t){return t?.typeId===u.Interval}static isDuration(t){return t?.typeId===u.Duration}static isList(t){return t?.typeId===u.List}static isStruct(t){return t?.typeId===u.Struct}static isUnion(t){return t?.typeId===u.Union}static isFixedSizeBinary(t){return t?.typeId===u.FixedSizeBinary}static isFixedSizeList(t){return t?.typeId===u.FixedSizeList}static isMap(t){return t?.typeId===u.Map}static isDictionary(t){return t?.typeId===u.Dictionary}static isDenseUnion(t){return p.isUnion(t)&&t.mode===J.Dense}static isSparseUnion(t){return p.isUnion(t)&&t.mode===J.Sparse}constructor(t){this.typeId=t}};ic=Symbol.toStringTag;p[ic]=(r=>(r.children=null,r.ArrayType=Array,r.OffsetArrayType=Int32Array,r[Symbol.toStringTag]="DataType"))(p.prototype);var ft=class extends p{constructor(){super(u.Null)}toString(){return"Null"}};sc=Symbol.toStringTag;ft[sc]=(r=>r[Symbol.toStringTag]="Null")(ft.prototype);var nt=class extends p{constructor(t,e){super(u.Int),this.isSigned=t,this.bitWidth=e}get ArrayType(){switch(this.bitWidth){case 8:return this.isSigned?Int8Array:Uint8Array;case 16:return this.isSigned?Int16Array:Uint16Array;case 32:return this.isSigned?Int32Array:Uint32Array;case 64:return this.isSigned?BigInt64Array:BigUint64Array}throw new Error(`Unrecognized ${this[Symbol.toStringTag]} type`)}toString(){return`${this.isSigned?"I":"Ui"}nt${this.bitWidth}`}};oc=Symbol.toStringTag;nt[oc]=(r=>(r.isSigned=null,r.bitWidth=null,r[Symbol.toStringTag]="Int"))(nt.prototype);var je=class extends nt{constructor(){super(!0,8)}get ArrayType(){return Int8Array}},ze=class extends nt{constructor(){super(!0,16)}get ArrayType(){return Int16Array}},At=class extends nt{constructor(){super(!0,32)}get ArrayType(){return Int32Array}},ke=class extends nt{constructor(){super(!0,64)}get ArrayType(){return BigInt64Array}},Pe=class extends nt{constructor(){super(!1,8)}get ArrayType(){return Uint8Array}},$e=class extends nt{constructor(){super(!1,16)}get ArrayType(){return Uint16Array}},We=class extends nt{constructor(){super(!1,32)}get ArrayType(){return Uint32Array}},He=class extends nt{constructor(){super(!1,64)}get ArrayType(){return BigUint64Array}};Object.defineProperty(je.prototype,"ArrayType",{value:Int8Array});Object.defineProperty(ze.prototype,"ArrayType",{value:Int16Array});Object.defineProperty(At.prototype,"ArrayType",{value:Int32Array});Object.defineProperty(ke.prototype,"ArrayType",{value:BigInt64Array});Object.defineProperty(Pe.prototype,"ArrayType",{value:Uint8Array});Object.defineProperty($e.prototype,"ArrayType",{value:Uint16Array});Object.defineProperty(We.prototype,"ArrayType",{value:Uint32Array});Object.defineProperty(He.prototype,"ArrayType",{value:BigUint64Array});var Ut=class extends p{constructor(t){super(u.Float),this.precision=t}get ArrayType(){switch(this.precision){case $.HALF:return Uint16Array;case $.SINGLE:return Float32Array;case $.DOUBLE:return Float64Array}throw new Error(`Unrecognized ${this[Symbol.toStringTag]} type`)}toString(){return`Float${this.precision<<5||16}`}};ac=Symbol.toStringTag;Ut[ac]=(r=>(r.precision=null,r[Symbol.toStringTag]="Float"))(Ut.prototype);var gr=class extends Ut{constructor(){super($.HALF)}},de=class extends Ut{constructor(){super($.SINGLE)}},Ye=class extends Ut{constructor(){super($.DOUBLE)}};Object.defineProperty(gr.prototype,"ArrayType",{value:Uint16Array});Object.defineProperty(de.prototype,"ArrayType",{value:Float32Array});Object.defineProperty(Ye.prototype,"ArrayType",{value:Float64Array});var re=class extends p{constructor(){super(u.Binary)}toString(){return"Binary"}};cc=Symbol.toStringTag;re[cc]=(r=>(r.ArrayType=Uint8Array,r[Symbol.toStringTag]="Binary"))(re.prototype);var Ge=class extends p{constructor(){super(u.LargeBinary)}toString(){return"LargeBinary"}};lc=Symbol.toStringTag;Ge[lc]=(r=>(r.ArrayType=Uint8Array,r.OffsetArrayType=BigInt64Array,r[Symbol.toStringTag]="LargeBinary"))(Ge.prototype);var ne=class extends p{constructor(){super(u.Utf8)}toString(){return"Utf8"}};uc=Symbol.toStringTag;ne[uc]=(r=>(r.ArrayType=Uint8Array,r[Symbol.toStringTag]="Utf8"))(ne.prototype);var Je=class extends p{constructor(){super(u.LargeUtf8)}toString(){return"LargeUtf8"}};dc=Symbol.toStringTag;Je[dc]=(r=>(r.ArrayType=Uint8Array,r.OffsetArrayType=BigInt64Array,r[Symbol.toStringTag]="LargeUtf8"))(Je.prototype);var ie=class extends p{constructor(){super(u.Bool)}toString(){return"Bool"}};hc=Symbol.toStringTag;ie[hc]=(r=>(r.ArrayType=Uint8Array,r[Symbol.toStringTag]="Bool"))(ie.prototype);var se=class extends p{constructor(t,e,n=128){super(u.Decimal),this.scale=t,this.precision=e,this.bitWidth=n}toString(){return`Decimal[${this.precision}e${this.scale>0?"+":""}${this.scale}]`}};fc=Symbol.toStringTag;se[fc]=(r=>(r.scale=null,r.precision=null,r.ArrayType=Uint32Array,r[Symbol.toStringTag]="Decimal"))(se.prototype);var Gt=class extends p{constructor(t){super(u.Date),this.unit=t}toString(){return`Date${(this.unit+1)*32}<${X[this.unit]}>`}get ArrayType(){return this.unit===X.DAY?Int32Array:BigInt64Array}};pc=Symbol.toStringTag;Gt[pc]=(r=>(r.unit=null,r[Symbol.toStringTag]="Date"))(Gt.prototype);var Fr=class extends Gt{constructor(){super(X.DAY)}},Nr=class extends Gt{constructor(){super(X.MILLISECOND)}},Dt=class extends p{constructor(t,e){super(u.Time),this.unit=t,this.bitWidth=e}toString(){return`Time${this.bitWidth}<${f[this.unit]}>`}get ArrayType(){switch(this.bitWidth){case 32:return Int32Array;case 64:return BigInt64Array}throw new Error(`Unrecognized ${this[Symbol.toStringTag]} type`)}};mc=Symbol.toStringTag;Dt[mc]=(r=>(r.unit=null,r.bitWidth=null,r[Symbol.toStringTag]="Time"))(Dt.prototype);var Mr=class extends Dt{constructor(){super(f.SECOND,32)}},Lr=class extends Dt{constructor(){super(f.MILLISECOND,32)}},Ur=class extends Dt{constructor(){super(f.MICROSECOND,64)}},Er=class extends Dt{constructor(){super(f.NANOSECOND,64)}},Tt=class extends p{constructor(t,e){super(u.Timestamp),this.unit=t,this.timezone=e}toString(){return`Timestamp<${f[this.unit]}${this.timezone?`, ${this.timezone}`:""}>`}};yc=Symbol.toStringTag;Tt[yc]=(r=>(r.unit=null,r.timezone=null,r.ArrayType=BigInt64Array,r[Symbol.toStringTag]="Timestamp"))(Tt.prototype);var Rr=class extends Tt{constructor(t){super(f.SECOND,t)}},Cr=class extends Tt{constructor(t){super(f.MILLISECOND,t)}},Vr=class extends Tt{constructor(t){super(f.MICROSECOND,t)}},jr=class extends Tt{constructor(t){super(f.NANOSECOND,t)}},Jt=class extends p{constructor(t){super(u.Interval),this.unit=t}toString(){return`Interval<${H[this.unit]}>`}};gc=Symbol.toStringTag;Jt[gc]=(r=>(r.unit=null,r.ArrayType=Int32Array,r[Symbol.toStringTag]="Interval"))(Jt.prototype);var zr=class extends Jt{constructor(){super(H.DAY_TIME)}},kr=class extends Jt{constructor(){super(H.YEAR_MONTH)}};var Ze=class extends p{constructor(t){super(u.Duration),this.unit=t}toString(){return`Duration<${f[this.unit]}>`}};bc=Symbol.toStringTag;Ze[bc]=(r=>(r.unit=null,r.ArrayType=BigInt64Array,r[Symbol.toStringTag]="Duration"))(Ze.prototype);var Et=class extends p{constructor(t){super(u.List),this.children=[t]}toString(){return`List<${this.valueType}>`}get valueType(){return this.children[0].type}get valueField(){return this.children[0]}get ArrayType(){return this.valueType.ArrayType}};wc=Symbol.toStringTag;Et[wc]=(r=>(r.children=null,r[Symbol.toStringTag]="List"))(Et.prototype);var V=class extends p{constructor(t){super(u.Struct),this.children=t}toString(){return`Struct<{${this.children.map(t=>`${t.name}:${t.type}`).join(", ")}}>`}};_c=Symbol.toStringTag;V[_c]=(r=>(r.children=null,r[Symbol.toStringTag]="Struct"))(V.prototype);var he=class extends p{constructor(t,e,n){super(u.Union),this.mode=t,this.children=n,this.typeIds=e=Int32Array.from(e),this.typeIdToChildIndex=e.reduce((i,s,o)=>(i[s]=o)&&i||i,Object.create(null))}toString(){return`${this[Symbol.toStringTag]}<${this.children.map(t=>`${t.type}`).join(" | ")}>`}};vc=Symbol.toStringTag;he[vc]=(r=>(r.mode=null,r.typeIds=null,r.children=null,r.typeIdToChildIndex=null,r.ArrayType=Int8Array,r[Symbol.toStringTag]="Union"))(he.prototype);var Ke=class extends p{constructor(t){super(u.FixedSizeBinary),this.byteWidth=t}toString(){return`FixedSizeBinary[${this.byteWidth}]`}};Ic=Symbol.toStringTag;Ke[Ic]=(r=>(r.byteWidth=null,r.ArrayType=Uint8Array,r[Symbol.toStringTag]="FixedSizeBinary"))(Ke.prototype);var bt=class extends p{constructor(t,e){super(u.FixedSizeList),this.listSize=t,this.children=[e]}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}>`}};Sc=Symbol.toStringTag;bt[Sc]=(r=>(r.children=null,r.listSize=null,r[Symbol.toStringTag]="FixedSizeList"))(bt.prototype);var Rt=class extends p{constructor(t,e=!1){var n,i,s;if(super(u.Map),this.children=[t],this.keysSorted=e,t&&(t.name="entries",!((n=t?.type)===null||n===void 0)&&n.children)){let o=(i=t?.type)===null||i===void 0?void 0:i.children[0];o&&(o.name="key");let a=(s=t?.type)===null||s===void 0?void 0:s.children[1];a&&(a.name="value")}}get 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(", ")}}>`}};Bc=Symbol.toStringTag;Rt[Bc]=(r=>(r.children=null,r.keysSorted=null,r[Symbol.toStringTag]="Map_"))(Rt.prototype);var Bd=(r=>()=>++r)(-1),Zt=class extends p{constructor(t,e,n,i){super(u.Dictionary),this.indices=e,this.dictionary=t,this.isOrdered=i||!1,this.id=n==null?Bd():k(n)}get children(){return this.dictionary.children}get valueType(){return this.dictionary}get ArrayType(){return this.dictionary.ArrayType}toString(){return`Dictionary<${this.indices}, ${this.dictionary}>`}};xc=Symbol.toStringTag;Zt[xc]=(r=>(r.id=null,r.indices=null,r.isOrdered=null,r.dictionary=null,r[Symbol.toStringTag]="Dictionary"))(Zt.prototype);function oe(r){let t=r;switch(r.typeId){case u.Decimal:return r.bitWidth/32;case u.Interval:return t.unit===H.MONTH_DAY_NANO?4:1+t.unit;case u.FixedSizeList:return t.listSize;case u.FixedSizeBinary:return t.byteWidth;default:return 1}}var w=class{visitMany(t,...e){return t.map((n,i)=>this.visit(n,...e.map(s=>s[i])))}visit(...t){return this.getVisitFn(t[0],!1).apply(this,t)}getVisitFn(t,e=!0){return Ad(this,t,e)}getVisitFnByTypeId(t,e=!0){return wn(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}visitLargeUtf8(t,...e){return null}visitBinary(t,...e){return null}visitLargeBinary(t,...e){return null}visitFixedSizeBinary(t,...e){return null}visitDate(t,...e){return null}visitTimestamp(t,...e){return null}visitTime(t,...e){return null}visitDecimal(t,...e){return null}visitList(t,...e){return null}visitStruct(t,...e){return null}visitUnion(t,...e){return null}visitDictionary(t,...e){return null}visitInterval(t,...e){return null}visitDuration(t,...e){return null}visitFixedSizeList(t,...e){return null}visitMap(t,...e){return null}};function Ad(r,t,e=!0){return typeof t=="number"?wn(r,t,e):typeof t=="string"&&t in u?wn(r,u[t],e):t&&t instanceof p?wn(r,Ac(t),e):t?.type&&t.type instanceof p?wn(r,Ac(t.type),e):wn(r,u.NONE,e)}function wn(r,t,e=!0){let n=null;switch(t){case u.Null:n=r.visitNull;break;case u.Bool:n=r.visitBool;break;case u.Int:n=r.visitInt;break;case u.Int8:n=r.visitInt8||r.visitInt;break;case u.Int16:n=r.visitInt16||r.visitInt;break;case u.Int32:n=r.visitInt32||r.visitInt;break;case u.Int64:n=r.visitInt64||r.visitInt;break;case u.Uint8:n=r.visitUint8||r.visitInt;break;case u.Uint16:n=r.visitUint16||r.visitInt;break;case u.Uint32:n=r.visitUint32||r.visitInt;break;case u.Uint64:n=r.visitUint64||r.visitInt;break;case u.Float:n=r.visitFloat;break;case u.Float16:n=r.visitFloat16||r.visitFloat;break;case u.Float32:n=r.visitFloat32||r.visitFloat;break;case u.Float64:n=r.visitFloat64||r.visitFloat;break;case u.Utf8:n=r.visitUtf8;break;case u.LargeUtf8:n=r.visitLargeUtf8;break;case u.Binary:n=r.visitBinary;break;case u.LargeBinary:n=r.visitLargeBinary;break;case u.FixedSizeBinary:n=r.visitFixedSizeBinary;break;case u.Date:n=r.visitDate;break;case u.DateDay:n=r.visitDateDay||r.visitDate;break;case u.DateMillisecond:n=r.visitDateMillisecond||r.visitDate;break;case u.Timestamp:n=r.visitTimestamp;break;case u.TimestampSecond:n=r.visitTimestampSecond||r.visitTimestamp;break;case u.TimestampMillisecond:n=r.visitTimestampMillisecond||r.visitTimestamp;break;case u.TimestampMicrosecond:n=r.visitTimestampMicrosecond||r.visitTimestamp;break;case u.TimestampNanosecond:n=r.visitTimestampNanosecond||r.visitTimestamp;break;case u.Time:n=r.visitTime;break;case u.TimeSecond:n=r.visitTimeSecond||r.visitTime;break;case u.TimeMillisecond:n=r.visitTimeMillisecond||r.visitTime;break;case u.TimeMicrosecond:n=r.visitTimeMicrosecond||r.visitTime;break;case u.TimeNanosecond:n=r.visitTimeNanosecond||r.visitTime;break;case u.Decimal:n=r.visitDecimal;break;case u.List:n=r.visitList;break;case u.Struct:n=r.visitStruct;break;case u.Union:n=r.visitUnion;break;case u.DenseUnion:n=r.visitDenseUnion||r.visitUnion;break;case u.SparseUnion:n=r.visitSparseUnion||r.visitUnion;break;case u.Dictionary:n=r.visitDictionary;break;case u.Interval:n=r.visitInterval;break;case u.IntervalDayTime:n=r.visitIntervalDayTime||r.visitInterval;break;case u.IntervalYearMonth:n=r.visitIntervalYearMonth||r.visitInterval;break;case u.IntervalMonthDayNano:n=r.visitIntervalMonthDayNano||r.visitInterval;break;case u.Duration:n=r.visitDuration;break;case u.DurationSecond:n=r.visitDurationSecond||r.visitDuration;break;case u.DurationMillisecond:n=r.visitDurationMillisecond||r.visitDuration;break;case u.DurationMicrosecond:n=r.visitDurationMicrosecond||r.visitDuration;break;case u.DurationNanosecond:n=r.visitDurationNanosecond||r.visitDuration;break;case u.FixedSizeList:n=r.visitFixedSizeList;break;case u.Map:n=r.visitMap;break}if(typeof n=="function")return n;if(!e)return()=>null;throw new Error(`Unrecognized type '${u[t]}'`)}function Ac(r){switch(r.typeId){case u.Null:return u.Null;case u.Int:{let{bitWidth:t,isSigned:e}=r;switch(t){case 8:return e?u.Int8:u.Uint8;case 16:return e?u.Int16:u.Uint16;case 32:return e?u.Int32:u.Uint32;case 64:return e?u.Int64:u.Uint64}return u.Int}case u.Float:switch(r.precision){case $.HALF:return u.Float16;case $.SINGLE:return u.Float32;case $.DOUBLE:return u.Float64}return u.Float;case u.Binary:return u.Binary;case u.LargeBinary:return u.LargeBinary;case u.Utf8:return u.Utf8;case u.LargeUtf8:return u.LargeUtf8;case u.Bool:return u.Bool;case u.Decimal:return u.Decimal;case u.Time:switch(r.unit){case f.SECOND:return u.TimeSecond;case f.MILLISECOND:return u.TimeMillisecond;case f.MICROSECOND:return u.TimeMicrosecond;case f.NANOSECOND:return u.TimeNanosecond}return u.Time;case u.Timestamp:switch(r.unit){case f.SECOND:return u.TimestampSecond;case f.MILLISECOND:return u.TimestampMillisecond;case f.MICROSECOND:return u.TimestampMicrosecond;case f.NANOSECOND:return u.TimestampNanosecond}return u.Timestamp;case u.Date:switch(r.unit){case X.DAY:return u.DateDay;case X.MILLISECOND:return u.DateMillisecond}return u.Date;case u.Interval:switch(r.unit){case H.DAY_TIME:return u.IntervalDayTime;case H.YEAR_MONTH:return u.IntervalYearMonth;case H.MONTH_DAY_NANO:return u.IntervalMonthDayNano}return u.Interval;case u.Duration:switch(r.unit){case f.SECOND:return u.DurationSecond;case f.MILLISECOND:return u.DurationMillisecond;case f.MICROSECOND:return u.DurationMicrosecond;case f.NANOSECOND:return u.DurationNanosecond}return u.Duration;case u.Map:return u.Map;case u.List:return u.List;case u.Struct:return u.Struct;case u.Union:switch(r.mode){case J.Dense:return u.DenseUnion;case J.Sparse:return u.SparseUnion}return u.Union;case u.FixedSizeBinary:return u.FixedSizeBinary;case u.FixedSizeList:return u.FixedSizeList;case u.Dictionary:return u.Dictionary}throw new Error(`Unrecognized type '${u[r.typeId]}'`)}w.prototype.visitInt8=null;w.prototype.visitInt16=null;w.prototype.visitInt32=null;w.prototype.visitInt64=null;w.prototype.visitUint8=null;w.prototype.visitUint16=null;w.prototype.visitUint32=null;w.prototype.visitUint64=null;w.prototype.visitFloat16=null;w.prototype.visitFloat32=null;w.prototype.visitFloat64=null;w.prototype.visitDateDay=null;w.prototype.visitDateMillisecond=null;w.prototype.visitTimestampSecond=null;w.prototype.visitTimestampMillisecond=null;w.prototype.visitTimestampMicrosecond=null;w.prototype.visitTimestampNanosecond=null;w.prototype.visitTimeSecond=null;w.prototype.visitTimeMillisecond=null;w.prototype.visitTimeMicrosecond=null;w.prototype.visitTimeNanosecond=null;w.prototype.visitDenseUnion=null;w.prototype.visitSparseUnion=null;w.prototype.visitIntervalDayTime=null;w.prototype.visitIntervalYearMonth=null;w.prototype.visitIntervalMonthDayNano=null;w.prototype.visitDuration=null;w.prototype.visitDurationSecond=null;w.prototype.visitDurationMillisecond=null;w.prototype.visitDurationMicrosecond=null;w.prototype.visitDurationNanosecond=null;var Wo={};rr(Wo,{float64ToUint16:()=>ei,uint16ToFloat64:()=>os});var Dc=new Float64Array(1),_n=new Uint32Array(Dc.buffer);function os(r){let t=(r&31744)>>10,e=(r&1023)/1024,n=Math.pow(-1,(r&32768)>>15);switch(t){case 31:return n*(e?Number.NaN:1/0);case 0:return n*(e?6103515625e-14*e:0)}return n*Math.pow(2,t-15)*(1+e)}function ei(r){if(r!==r)return 32256;Dc[0]=r;let t=(_n[1]&2147483648)>>16&65535,e=_n[1]&2146435072,n=0;return e>=1089470464?_n[0]>0?e=31744:(e=(e&2080374784)>>16,n=(_n[1]&1048575)>>10):e<=1056964608?(n=1048576+(_n[1]&1048575),n=1048576+(n<<(e>>20)-998)>>21,e=0):(e=e-1056964608>>10,n=(_n[1]&1048575)+512>>10),t|e|n&65535}var B=class extends w{};function O(r){return(t,e,n)=>{if(t.setValid(e,n!=null))return r(t,e,n)}}var Dd=(r,t,e)=>{r[t]=Math.floor(e/864e5)},Tc=(r,t,e,n)=>{if(e+1<t.length){let i=k(t[e]),s=k(t[e+1]);r.set(n.subarray(0,s-i),i)}},Td=({offset:r,values:t},e,n)=>{let i=r+e;n?t[i>>3]|=1<<i%8:t[i>>3]&=~(1<<i%8)},ir=({values:r},t,e)=>{r[t]=e},Ho=({values:r},t,e)=>{r[t]=e},Oc=({values:r},t,e)=>{r[t]=ei(e)},Od=(r,t,e)=>{switch(r.type.precision){case $.HALF:return Oc(r,t,e);case $.SINGLE:case $.DOUBLE:return Ho(r,t,e)}},as=({values:r},t,e)=>{Dd(r,t,e.valueOf())},cs=({values:r},t,e)=>{r[t]=BigInt(e)},Yo=({stride:r,values:t},e,n)=>{t.set(n.subarray(0,r),r*e)},Fc=({values:r,valueOffsets:t},e,n)=>Tc(r,t,e,n),Nc=({values:r,valueOffsets:t},e,n)=>Tc(r,t,e,Te(n)),Go=(r,t,e)=>{r.type.unit===X.DAY?as(r,t,e):cs(r,t,e)},ls=({values:r},t,e)=>{r[t]=BigInt(e/1e3)},us=({values:r},t,e)=>{r[t]=BigInt(e)},ds=({values:r},t,e)=>{r[t]=BigInt(e*1e3)},hs=({values:r},t,e)=>{r[t]=BigInt(e*1e6)},Jo=(r,t,e)=>{switch(r.type.unit){case f.SECOND:return ls(r,t,e);case f.MILLISECOND:return us(r,t,e);case f.MICROSECOND:return ds(r,t,e);case f.NANOSECOND:return hs(r,t,e)}},fs=({values:r},t,e)=>{r[t]=e},ps=({values:r},t,e)=>{r[t]=e},ms=({values:r},t,e)=>{r[t]=e},ys=({values:r},t,e)=>{r[t]=e},Zo=(r,t,e)=>{switch(r.type.unit){case f.SECOND:return fs(r,t,e);case f.MILLISECOND:return ps(r,t,e);case f.MICROSECOND:return ms(r,t,e);case f.NANOSECOND:return ys(r,t,e)}},Ko=({values:r,stride:t},e,n)=>{r.set(n.subarray(0,t),t*e)},Fd=(r,t,e)=>{let n=r.children[0],i=r.valueOffsets,s=It.getVisitFn(n);if(Array.isArray(e))for(let o=-1,a=i[t],c=i[t+1];a<c;)s(n,a++,e[++o]);else for(let o=-1,a=i[t],c=i[t+1];a<c;)s(n,a++,e.get(++o))},Nd=(r,t,e)=>{let n=r.children[0],{valueOffsets:i}=r,s=It.getVisitFn(n),{[t]:o,[t+1]:a}=i,c=e instanceof Map?e.entries():Object.entries(e);for(let l of c)if(s(n,o,l),++o>=a)break},Md=(r,t)=>(e,n,i,s)=>n&&e(n,r,t[s]),Ld=(r,t)=>(e,n,i,s)=>n&&e(n,r,t.get(s)),Ud=(r,t)=>(e,n,i,s)=>n&&e(n,r,t.get(i.name)),Ed=(r,t)=>(e,n,i,s)=>n&&e(n,r,t[i.name]),Rd=(r,t,e)=>{let n=r.type.children.map(s=>It.getVisitFn(s.type)),i=e instanceof Map?Ud(t,e):e instanceof y?Ld(t,e):Array.isArray(e)?Md(t,e):Ed(t,e);r.type.children.forEach((s,o)=>i(n[o],r.children[o],s,o))},Cd=(r,t,e)=>{r.type.mode===J.Dense?Mc(r,t,e):Lc(r,t,e)},Mc=(r,t,e)=>{let n=r.type.typeIdToChildIndex[r.typeIds[t]],i=r.children[n];It.visit(i,r.valueOffsets[t],e)},Lc=(r,t,e)=>{let n=r.type.typeIdToChildIndex[r.typeIds[t]],i=r.children[n];It.visit(i,t,e)},Vd=(r,t,e)=>{var n;(n=r.dictionary)===null||n===void 0||n.set(r.values[t],e)},Xo=(r,t,e)=>{switch(r.type.unit){case H.YEAR_MONTH:return bs(r,t,e);case H.DAY_TIME:return gs(r,t,e);case H.MONTH_DAY_NANO:return ws(r,t,e)}},gs=({values:r},t,e)=>{r.set(e.subarray(0,2),2*t)},bs=({values:r},t,e)=>{r[t]=e[0]*12+e[1]%12},ws=({values:r,stride:t},e,n)=>{r.set(n.subarray(0,t),t*e)},_s=({values:r},t,e)=>{r[t]=e},vs=({values:r},t,e)=>{r[t]=e},Is=({values:r},t,e)=>{r[t]=e},Ss=({values:r},t,e)=>{r[t]=e},qo=(r,t,e)=>{switch(r.type.unit){case f.SECOND:return _s(r,t,e);case f.MILLISECOND:return vs(r,t,e);case f.MICROSECOND:return Is(r,t,e);case f.NANOSECOND:return Ss(r,t,e)}},jd=(r,t,e)=>{let{stride:n}=r,i=r.children[0],s=It.getVisitFn(i);if(Array.isArray(e))for(let o=-1,a=t*n;++o<n;)s(i,a+o,e[o]);else for(let o=-1,a=t*n;++o<n;)s(i,a+o,e.get(o))};B.prototype.visitBool=O(Td);B.prototype.visitInt=O(ir);B.prototype.visitInt8=O(ir);B.prototype.visitInt16=O(ir);B.prototype.visitInt32=O(ir);B.prototype.visitInt64=O(ir);B.prototype.visitUint8=O(ir);B.prototype.visitUint16=O(ir);B.prototype.visitUint32=O(ir);B.prototype.visitUint64=O(ir);B.prototype.visitFloat=O(Od);B.prototype.visitFloat16=O(Oc);B.prototype.visitFloat32=O(Ho);B.prototype.visitFloat64=O(Ho);B.prototype.visitUtf8=O(Nc);B.prototype.visitLargeUtf8=O(Nc);B.prototype.visitBinary=O(Fc);B.prototype.visitLargeBinary=O(Fc);B.prototype.visitFixedSizeBinary=O(Yo);B.prototype.visitDate=O(Go);B.prototype.visitDateDay=O(as);B.prototype.visitDateMillisecond=O(cs);B.prototype.visitTimestamp=O(Jo);B.prototype.visitTimestampSecond=O(ls);B.prototype.visitTimestampMillisecond=O(us);B.prototype.visitTimestampMicrosecond=O(ds);B.prototype.visitTimestampNanosecond=O(hs);B.prototype.visitTime=O(Zo);B.prototype.visitTimeSecond=O(fs);B.prototype.visitTimeMillisecond=O(ps);B.prototype.visitTimeMicrosecond=O(ms);B.prototype.visitTimeNanosecond=O(ys);B.prototype.visitDecimal=O(Ko);B.prototype.visitList=O(Fd);B.prototype.visitStruct=O(Rd);B.prototype.visitUnion=O(Cd);B.prototype.visitDenseUnion=O(Mc);B.prototype.visitSparseUnion=O(Lc);B.prototype.visitDictionary=O(Vd);B.prototype.visitInterval=O(Xo);B.prototype.visitIntervalDayTime=O(gs);B.prototype.visitIntervalYearMonth=O(bs);B.prototype.visitIntervalMonthDayNano=O(ws);B.prototype.visitDuration=O(qo);B.prototype.visitDurationSecond=O(_s);B.prototype.visitDurationMillisecond=O(vs);B.prototype.visitDurationMicrosecond=O(Is);B.prototype.visitDurationNanosecond=O(Ss);B.prototype.visitFixedSizeList=O(jd);B.prototype.visitMap=O(Nd);var It=new B;var Be=Symbol.for("parent"),vn=Symbol.for("rowIndex"),br=class{constructor(t,e){return this[Be]=t,this[vn]=e,new Proxy(this,zd)}toArray(){return Object.values(this.toJSON())}toJSON(){let t=this[vn],e=this[Be],n=e.type.children,i={};for(let s=-1,o=n.length;++s<o;)i[n[s].name]=ot.visit(e.children[s],t);return i}toString(){return`{${[...this].map(([t,e])=>`${Ie(t)}: ${Ie(e)}`).join(", ")}}`}[Symbol.for("nodejs.util.inspect.custom")](){return this.toString()}[Symbol.iterator](){return new Qo(this[Be],this[vn])}},Qo=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,ot.visit(this.children[t],this.rowIndex)]}):{done:!0,value:null}}};Object.defineProperties(br.prototype,{[Symbol.toStringTag]:{enumerable:!1,configurable:!1,value:"Row"},[Be]:{writable:!0,enumerable:!1,configurable:!1,value:null},[vn]:{writable:!0,enumerable:!1,configurable:!1,value:-1}});var ta=class{isExtensible(){return!1}deleteProperty(){return!1}preventExtensions(){return!0}ownKeys(t){return t[Be].type.children.map(e=>e.name)}has(t,e){return t[Be].type.children.some(n=>n.name===e)}getOwnPropertyDescriptor(t,e){if(t[Be].type.children.some(n=>n.name===e))return{writable:!0,enumerable:!0,configurable:!0}}get(t,e){if(Reflect.has(t,e))return t[e];let n=t[Be].type.children.findIndex(i=>i.name===e);if(n!==-1){let i=ot.visit(t[Be].children[n],t[vn]);return Reflect.set(t,e,i),i}}set(t,e,n){let i=t[Be].type.children.findIndex(s=>s.name===e);return i!==-1?(It.visit(t[Be].children[i],t[vn],n),Reflect.set(t,e,n)):Reflect.has(t,e)||typeof e=="symbol"?Reflect.set(t,e,n):!1}},zd=new ta;var _=class extends w{};function D(r){return(t,e)=>t.getValid(e)?r(t,e):null}var kd=(r,t)=>864e5*r[t],Pd=(r,t)=>null,Uc=(r,t,e)=>{if(e+1>=t.length)return null;let n=k(t[e]),i=k(t[e+1]);return r.subarray(n,i)},$d=({offset:r,values:t},e)=>{let n=r+e;return(t[n>>3]&1<<n%8)!==0},Ec=({values:r},t)=>kd(r,t),Rc=({values:r},t)=>k(r[t]),wr=({stride:r,values:t},e)=>t[r*e],Wd=({stride:r,values:t},e)=>os(t[r*e]),Cc=({values:r},t)=>r[t],Hd=({stride:r,values:t},e)=>t.subarray(r*e,r*(e+1)),Vc=({values:r,valueOffsets:t},e)=>Uc(r,t,e),jc=({values:r,valueOffsets:t},e)=>{let n=Uc(r,t,e);return n!==null?Zn(n):null},Yd=({values:r},t)=>r[t],Gd=({type:r,values:t},e)=>r.precision!==$.HALF?t[e]:os(t[e]),Jd=(r,t)=>r.type.unit===X.DAY?Ec(r,t):Rc(r,t),zc=({values:r},t)=>1e3*k(r[t]),kc=({values:r},t)=>k(r[t]),Pc=({values:r},t)=>zo(r[t],BigInt(1e3)),$c=({values:r},t)=>zo(r[t],BigInt(1e6)),Zd=(r,t)=>{switch(r.type.unit){case f.SECOND:return zc(r,t);case f.MILLISECOND:return kc(r,t);case f.MICROSECOND:return Pc(r,t);case f.NANOSECOND:return $c(r,t)}},Wc=({values:r},t)=>r[t],Hc=({values:r},t)=>r[t],Yc=({values:r},t)=>r[t],Gc=({values:r},t)=>r[t],Kd=(r,t)=>{switch(r.type.unit){case f.SECOND:return Wc(r,t);case f.MILLISECOND:return Hc(r,t);case f.MICROSECOND:return Yc(r,t);case f.NANOSECOND:return Gc(r,t)}},Xd=({values:r,stride:t},e)=>Or.decimal(r.subarray(t*e,t*(e+1))),qd=(r,t)=>{let{valueOffsets:e,stride:n,children:i}=r,{[t*n]:s,[t*n+1]:o}=e,c=i[0].slice(s,o-s);return new y([c])},Qd=(r,t)=>{let{valueOffsets:e,children:n}=r,{[t]:i,[t+1]:s}=e,o=n[0];return new Xe(o.slice(i,s-i))},th=(r,t)=>new br(r,t),eh=(r,t)=>r.type.mode===J.Dense?Jc(r,t):Zc(r,t),Jc=(r,t)=>{let e=r.type.typeIdToChildIndex[r.typeIds[t]],n=r.children[e];return ot.visit(n,r.valueOffsets[t])},Zc=(r,t)=>{let e=r.type.typeIdToChildIndex[r.typeIds[t]],n=r.children[e];return ot.visit(n,t)},rh=(r,t)=>{var e;return(e=r.dictionary)===null||e===void 0?void 0:e.get(r.values[t])},nh=(r,t)=>r.type.unit===H.MONTH_DAY_NANO?qc(r,t):r.type.unit===H.DAY_TIME?Kc(r,t):Xc(r,t),Kc=({values:r},t)=>r.subarray(2*t,2*(t+1)),Xc=({values:r},t)=>{let e=r[t],n=new Int32Array(2);return n[0]=Math.trunc(e/12),n[1]=Math.trunc(e%12),n},qc=({values:r},t)=>r.subarray(4*t,4*(t+1)),Qc=({values:r},t)=>r[t],tl=({values:r},t)=>r[t],el=({values:r},t)=>r[t],rl=({values:r},t)=>r[t],ih=(r,t)=>{switch(r.type.unit){case f.SECOND:return Qc(r,t);case f.MILLISECOND:return tl(r,t);case f.MICROSECOND:return el(r,t);case f.NANOSECOND:return rl(r,t)}},sh=(r,t)=>{let{stride:e,children:n}=r,s=n[0].slice(t*e,e);return new y([s])};_.prototype.visitNull=D(Pd);_.prototype.visitBool=D($d);_.prototype.visitInt=D(Yd);_.prototype.visitInt8=D(wr);_.prototype.visitInt16=D(wr);_.prototype.visitInt32=D(wr);_.prototype.visitInt64=D(Cc);_.prototype.visitUint8=D(wr);_.prototype.visitUint16=D(wr);_.prototype.visitUint32=D(wr);_.prototype.visitUint64=D(Cc);_.prototype.visitFloat=D(Gd);_.prototype.visitFloat16=D(Wd);_.prototype.visitFloat32=D(wr);_.prototype.visitFloat64=D(wr);_.prototype.visitUtf8=D(jc);_.prototype.visitLargeUtf8=D(jc);_.prototype.visitBinary=D(Vc);_.prototype.visitLargeBinary=D(Vc);_.prototype.visitFixedSizeBinary=D(Hd);_.prototype.visitDate=D(Jd);_.prototype.visitDateDay=D(Ec);_.prototype.visitDateMillisecond=D(Rc);_.prototype.visitTimestamp=D(Zd);_.prototype.visitTimestampSecond=D(zc);_.prototype.visitTimestampMillisecond=D(kc);_.prototype.visitTimestampMicrosecond=D(Pc);_.prototype.visitTimestampNanosecond=D($c);_.prototype.visitTime=D(Kd);_.prototype.visitTimeSecond=D(Wc);_.prototype.visitTimeMillisecond=D(Hc);_.prototype.visitTimeMicrosecond=D(Yc);_.prototype.visitTimeNanosecond=D(Gc);_.prototype.visitDecimal=D(Xd);_.prototype.visitList=D(qd);_.prototype.visitStruct=D(th);_.prototype.visitUnion=D(eh);_.prototype.visitDenseUnion=D(Jc);_.prototype.visitSparseUnion=D(Zc);_.prototype.visitDictionary=D(rh);_.prototype.visitInterval=D(nh);_.prototype.visitIntervalDayTime=D(Kc);_.prototype.visitIntervalYearMonth=D(Xc);_.prototype.visitIntervalMonthDayNano=D(qc);_.prototype.visitDuration=D(ih);_.prototype.visitDurationSecond=D(Qc);_.prototype.visitDurationMillisecond=D(tl);_.prototype.visitDurationMicrosecond=D(el);_.prototype.visitDurationNanosecond=D(rl);_.prototype.visitFixedSizeList=D(sh);_.prototype.visitMap=D(Qd);var ot=new _;var _r=Symbol.for("keys"),Sn=Symbol.for("vals"),In=Symbol.for("kKeysAsStrings"),ea=Symbol.for("_kKeysAsStrings"),Xe=class{constructor(t){return this[_r]=new y([t.children[0]]).memoize(),this[Sn]=t.children[1],new Proxy(this,new na)}get[In](){return this[ea]||(this[ea]=Array.from(this[_r].toArray(),String))}[Symbol.iterator](){return new ra(this[_r],this[Sn])}get size(){return this[_r].length}toArray(){return Object.values(this.toJSON())}toJSON(){let t=this[_r],e=this[Sn],n={};for(let i=-1,s=t.length;++i<s;)n[t.get(i)]=ot.visit(e,i);return n}toString(){return`{${[...this].map(([t,e])=>`${Ie(t)}: ${Ie(e)}`).join(", ")}}`}[Symbol.for("nodejs.util.inspect.custom")](){return this.toString()}},ra=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),ot.visit(this.vals,t)]})}},na=class{isExtensible(){return!1}deleteProperty(){return!1}preventExtensions(){return!0}ownKeys(t){return t[In]}has(t,e){return t[In].includes(e)}getOwnPropertyDescriptor(t,e){if(t[In].indexOf(e)!==-1)return{writable:!0,enumerable:!0,configurable:!0}}get(t,e){if(Reflect.has(t,e))return t[e];let n=t[In].indexOf(e);if(n!==-1){let i=ot.visit(Reflect.get(t,Sn),n);return Reflect.set(t,e,i),i}}set(t,e,n){let i=t[In].indexOf(e);return i!==-1?(It.visit(Reflect.get(t,Sn),i,n),Reflect.set(t,e,n)):Reflect.has(t,e)?Reflect.set(t,e,n):!1}};Object.defineProperties(Xe.prototype,{[Symbol.toStringTag]:{enumerable:!1,configurable:!1,value:"Row"},[_r]:{writable:!0,enumerable:!1,configurable:!1,value:null},[Sn]:{writable:!0,enumerable:!1,configurable:!1,value:null},[ea]:{writable:!0,enumerable:!1,configurable:!1,value:null}});var nl;function ri(r,t,e,n){let{length:i=0}=r,s=typeof t!="number"?0:t,o=typeof e!="number"?i:e;return s<0&&(s=(s%i+i)%i),o<0&&(o=(o%i+i)%i),o<s&&(nl=s,s=o,o=nl),o>i&&(o=i),n?n(r,s,o):[s,o]}var Pr=(r,t)=>r<0?t+r:r,il=r=>r!==r;function vr(r){if(typeof r!=="object"||r===null)return il(r)?il:e=>e===r;if(r instanceof Date){let e=r.valueOf();return n=>n instanceof Date?n.valueOf()===e:!1}return ArrayBuffer.isView(r)?e=>e?Eo(r,e):!1:r instanceof Map?ah(r):Array.isArray(r)?oh(r):r instanceof y?ch(r):lh(r,!0)}function oh(r){let t=[];for(let e=-1,n=r.length;++e<n;)t[e]=vr(r[e]);return Bs(t)}function ah(r){let t=-1,e=[];for(let n of r.values())e[++t]=vr(n);return Bs(e)}function ch(r){let t=[];for(let e=-1,n=r.length;++e<n;)t[e]=vr(r.get(e));return Bs(t)}function lh(r,t=!1){let e=Object.keys(r);if(!t&&e.length===0)return()=>!1;let n=[];for(let i=-1,s=e.length;++i<s;)n[i]=vr(r[e[i]]);return Bs(n,e)}function Bs(r,t){return e=>{if(!e||typeof e!="object")return!1;switch(e.constructor){case Array:return uh(r,e);case Map:return sl(r,e,e.keys());case Xe:case br:case Object:case void 0:return sl(r,e,t||Object.keys(e))}return e instanceof y?dh(r,e):!1}}function uh(r,t){let e=r.length;if(t.length!==e)return!1;for(let n=-1;++n<e;)if(!r[n](t[n]))return!1;return!0}function dh(r,t){let e=r.length;if(t.length!==e)return!1;for(let n=-1;++n<e;)if(!r[n](t.get(n)))return!1;return!0}function sl(r,t,e){let n=e[Symbol.iterator](),i=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=n.next(),d=i.next();for(;o<a&&!l.done&&!d.done&&!c.done&&!(l.value!==d.value||!r[o](c.value));++o,l=n.next(),d=i.next(),c=s.next());return o===a&&l.done&&d.done&&c.done?!0:(n.return&&n.return(),i.return&&i.return(),s.return&&s.return(),!1)}var sa={};rr(sa,{BitIterator:()=>$r,getBit:()=>ol,getBool:()=>As,packBools:()=>Hr,popcnt_array:()=>al,popcnt_bit_range:()=>ni,popcnt_uint32:()=>xs,setBool:()=>hh,truncateBitmap:()=>Wr});function As(r,t,e,n){return(e&1<<n)!==0}function ol(r,t,e,n){return(e&1<<n)>>n}function hh(r,t,e){return e?!!(r[t>>3]|=1<<t%8)||!0:!(r[t>>3]&=~(1<<t%8))&&!1}function Wr(r,t,e){let n=e.byteLength+7&-8;if(r>0||e.byteLength<n){let i=new Uint8Array(n);return i.set(r%8===0?e.subarray(r>>3):Hr(new $r(e,r,t,null,As)).subarray(0,n)),i}return e}function Hr(r){let t=[],e=0,n=0,i=0;for(let o of r)o&&(i|=1<<n),++n===8&&(t[e++]=i,i=n=0);(e===0||n>0)&&(t[e++]=i);let s=new Uint8Array(t.length+7&-8);return s.set(t),s}var $r=class{constructor(t,e,n,i,s){this.bytes=t,this.length=n,this.context=i,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 ni(r,t,e){if(e-t<=0)return 0;if(e-t<8){let s=0;for(let o of new $r(r,t,e-t,r,ol))s+=o;return s}let n=e>>3<<3,i=t+(t%8===0?0:8-t%8);return ni(r,t,i)+ni(r,n,e)+al(r,i>>3,n-i>>3)}function al(r,t,e){let n=0,i=Math.trunc(t),s=new DataView(r.buffer,r.byteOffset,r.byteLength),o=e===void 0?r.byteLength:i+e;for(;o-i>=4;)n+=xs(s.getUint32(i)),i+=4;for(;o-i>=2;)n+=xs(s.getUint16(i)),i+=2;for(;o-i>=1;)n+=xs(s.getUint8(i)),i+=1;return n}function xs(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 fh=-1,N=class{get typeId(){return this.type.typeId}get ArrayType(){return this.type.ArrayType}get buffers(){return[this.valueOffsets,this.values,this.nullBitmap,this.typeIds]}get nullable(){if(this._nullCount!==0){let{type:t}=this;return p.isSparseUnion(t)?this.children.some(e=>e.nullable):p.isDenseUnion(t)?this.children.some(e=>e.nullable):this.nullBitmap&&this.nullBitmap.byteLength>0}return!0}get byteLength(){let t=0,{valueOffsets:e,values:n,nullBitmap:i,typeIds:s}=this;return e&&(t+=e.byteLength),n&&(t+=n.byteLength),i&&(t+=i.byteLength),s&&(t+=s.byteLength),this.children.reduce((o,a)=>o+a.byteLength,t)}get nullCount(){if(p.isUnion(this.type))return this.children.reduce((n,i)=>n+i.nullCount,0);let t=this._nullCount,e;return t<=fh&&(e=this.nullBitmap)&&(this._nullCount=t=e.length===0?0:this.length-ni(e,this.offset,this.offset+this.length)),t}constructor(t,e,n,i,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(n||0,0)),this._nullCount=Math.floor(Math.max(i||0,-1));let c;s instanceof N?(this.stride=s.stride,this.values=s.values,this.typeIds=s.typeIds,this.nullBitmap=s.nullBitmap,this.valueOffsets=s.valueOffsets):(this.stride=oe(t),s&&((c=s[0])&&(this.valueOffsets=c),(c=s[1])&&(this.values=c),(c=s[2])&&(this.nullBitmap=c),(c=s[3])&&(this.typeIds=c)))}getValid(t){let{type:e}=this;if(p.isUnion(e)){let n=e,i=this.children[n.typeIdToChildIndex[this.typeIds[t]]],s=n.mode===J.Dense?this.valueOffsets[t]:t;return i.getValid(s)}if(this.nullable&&this.nullCount>0){let n=this.offset+t;return(this.nullBitmap[n>>3]&1<<n%8)!==0}return!0}setValid(t,e){let n,{type:i}=this;if(p.isUnion(i)){let s=i,o=this.children[s.typeIdToChildIndex[this.typeIds[t]]],a=s.mode===J.Dense?this.valueOffsets[t]:t;n=o.getValid(a),o.setValid(a,e)}else{let{nullBitmap:s}=this,{offset:o,length:a}=this,c=o+t,l=1<<c%8,d=c>>3;(!s||s.byteLength<=d)&&(s=new Uint8Array((o+a+63&-64)>>3).fill(255),this.nullCount>0?(s.set(Wr(o,a,this.nullBitmap),0),Object.assign(this,{nullBitmap:s})):Object.assign(this,{nullBitmap:s,_nullCount:0}));let h=s[d];n=(h&l)!==0,s[d]=e?h|l:h&~l}return n!==!!e&&(this._nullCount=this.nullCount+(e?-1:1)),e}clone(t=this.type,e=this.offset,n=this.length,i=this._nullCount,s=this,o=this.children){return new N(t,e,n,i,s,o,this.dictionary)}slice(t,e){let{stride:n,typeId:i,children:s}=this,o=+(this._nullCount===0)-1,a=i===16?n:1,c=this._sliceBuffers(t,e,n,i);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===u.Null)return this.clone(this.type,0,t,0);let{length:e,nullCount:n}=this,i=new Uint8Array((t+63&-64)>>3).fill(255,0,e>>3);i[e>>3]=(1<<e-(e&-8))-1,n>0&&i.set(Wr(this.offset,e,this.nullBitmap),0);let s=this.buffers;return s[Yt.VALIDITY]=i,this.clone(this.type,0,t,n+(t-e),s)}_sliceBuffers(t,e,n,i){let s,{buffers:o}=this;return(s=o[Yt.TYPE])&&(o[Yt.TYPE]=s.subarray(t,t+e)),(s=o[Yt.OFFSET])&&(o[Yt.OFFSET]=s.subarray(t,t+e+1))||(s=o[Yt.DATA])&&(o[Yt.DATA]=i===6?s:s.subarray(n*t,n*(t+e))),o}_sliceChildren(t,e,n){return t.map(i=>i.slice(e,n))}};N.prototype.children=Object.freeze([]);var Yr=class extends w{visit(t){return this.getVisitFn(t.type).call(this,t)}visitNull(t){let{["type"]:e,["offset"]:n=0,["length"]:i=0}=t;return new N(e,n,i,i)}visitBool(t){let{["type"]:e,["offset"]:n=0}=t,i=A(t.nullBitmap),s=R(e.ArrayType,t.data),{["length"]:o=s.length>>3,["nullCount"]:a=t.nullBitmap?-1:0}=t;return new N(e,n,o,a,[void 0,s,i])}visitInt(t){let{["type"]:e,["offset"]:n=0}=t,i=A(t.nullBitmap),s=R(e.ArrayType,t.data),{["length"]:o=s.length,["nullCount"]:a=t.nullBitmap?-1:0}=t;return new N(e,n,o,a,[void 0,s,i])}visitFloat(t){let{["type"]:e,["offset"]:n=0}=t,i=A(t.nullBitmap),s=R(e.ArrayType,t.data),{["length"]:o=s.length,["nullCount"]:a=t.nullBitmap?-1:0}=t;return new N(e,n,o,a,[void 0,s,i])}visitUtf8(t){let{["type"]:e,["offset"]:n=0}=t,i=A(t.data),s=A(t.nullBitmap),o=Dr(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new N(e,n,a,c,[o,i,s])}visitLargeUtf8(t){let{["type"]:e,["offset"]:n=0}=t,i=A(t.data),s=A(t.nullBitmap),o=ts(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new N(e,n,a,c,[o,i,s])}visitBinary(t){let{["type"]:e,["offset"]:n=0}=t,i=A(t.data),s=A(t.nullBitmap),o=Dr(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new N(e,n,a,c,[o,i,s])}visitLargeBinary(t){let{["type"]:e,["offset"]:n=0}=t,i=A(t.data),s=A(t.nullBitmap),o=ts(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new N(e,n,a,c,[o,i,s])}visitFixedSizeBinary(t){let{["type"]:e,["offset"]:n=0}=t,i=A(t.nullBitmap),s=R(e.ArrayType,t.data),{["length"]:o=s.length/oe(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new N(e,n,o,a,[void 0,s,i])}visitDate(t){let{["type"]:e,["offset"]:n=0}=t,i=A(t.nullBitmap),s=R(e.ArrayType,t.data),{["length"]:o=s.length/oe(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new N(e,n,o,a,[void 0,s,i])}visitTimestamp(t){let{["type"]:e,["offset"]:n=0}=t,i=A(t.nullBitmap),s=R(e.ArrayType,t.data),{["length"]:o=s.length/oe(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new N(e,n,o,a,[void 0,s,i])}visitTime(t){let{["type"]:e,["offset"]:n=0}=t,i=A(t.nullBitmap),s=R(e.ArrayType,t.data),{["length"]:o=s.length/oe(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new N(e,n,o,a,[void 0,s,i])}visitDecimal(t){let{["type"]:e,["offset"]:n=0}=t,i=A(t.nullBitmap),s=R(e.ArrayType,t.data),{["length"]:o=s.length/oe(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new N(e,n,o,a,[void 0,s,i])}visitList(t){let{["type"]:e,["offset"]:n=0,["child"]:i}=t,s=A(t.nullBitmap),o=Dr(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new N(e,n,a,c,[o,void 0,s],[i])}visitStruct(t){let{["type"]:e,["offset"]:n=0,["children"]:i=[]}=t,s=A(t.nullBitmap),{length:o=i.reduce((c,{length:l})=>Math.max(c,l),0),nullCount:a=t.nullBitmap?-1:0}=t;return new N(e,n,o,a,[void 0,void 0,s],i)}visitUnion(t){let{["type"]:e,["offset"]:n=0,["children"]:i=[]}=t,s=R(e.ArrayType,t.typeIds),{["length"]:o=s.length,["nullCount"]:a=-1}=t;if(p.isSparseUnion(e))return new N(e,n,o,a,[void 0,void 0,void 0,s],i);let c=Dr(t.valueOffsets);return new N(e,n,o,a,[c,void 0,void 0,s],i)}visitDictionary(t){let{["type"]:e,["offset"]:n=0}=t,i=A(t.nullBitmap),s=R(e.indices.ArrayType,t.data),{["dictionary"]:o=new y([new Yr().visit({type:e.dictionary})])}=t,{["length"]:a=s.length,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new N(e,n,a,c,[void 0,s,i],[],o)}visitInterval(t){let{["type"]:e,["offset"]:n=0}=t,i=A(t.nullBitmap),s=R(e.ArrayType,t.data),{["length"]:o=s.length/oe(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new N(e,n,o,a,[void 0,s,i])}visitDuration(t){let{["type"]:e,["offset"]:n=0}=t,i=A(t.nullBitmap),s=R(e.ArrayType,t.data),{["length"]:o=s.length,["nullCount"]:a=t.nullBitmap?-1:0}=t;return new N(e,n,o,a,[void 0,s,i])}visitFixedSizeList(t){let{["type"]:e,["offset"]:n=0,["child"]:i=new Yr().visit({type:e.valueType})}=t,s=A(t.nullBitmap),{["length"]:o=i.length/oe(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new N(e,n,o,a,[void 0,void 0,s],[i])}visitMap(t){let{["type"]:e,["offset"]:n=0,["child"]:i=new Yr().visit({type:e.childType})}=t,s=A(t.nullBitmap),o=Dr(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new N(e,n,a,c,[o,void 0,s],[i])}},ph=new Yr;function g(r){return ph.visit(r)}var ii=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 cl(r){return r.some(t=>t.nullable)}function Ds(r){return r.reduce((t,e)=>t+e.nullCount,0)}function Ts(r){return r.reduce((t,e,n)=>(t[n+1]=t[n]+e.length,t),new Uint32Array(r.length+1))}function Os(r,t,e,n){let i=[];for(let s=-1,o=r.length;++s<o;){let a=r[s],c=t[s],{length:l}=a;if(c>=n)break;if(e>=c+l)continue;if(c>=e&&c+l<=n){i.push(a);continue}let d=Math.max(0,e-c),h=Math.min(n-c,l);i.push(a.slice(d,h-d))}return i.length===0&&i.push(r[0].slice(0,0)),i}function oa(r,t,e,n){let i=0,s=0,o=t.length-1;do{if(i>=o-1)return e<t[o]?n(r,i,e-t[i]):null;s=i+Math.trunc((o-i)*.5),e<t[s]?o=s:i=s}while(i<o)}function si(r,t){return r.getValid(t)}function Bn(r){function t(e,n,i){return r(e[n],i)}return function(e){let n=this.data;return oa(n,this._offsets,e,t)}}function Fs(r){let t;function e(n,i,s){return r(n[i],s,t)}return function(n,i){let s=this.data;t=i;let o=oa(s,this._offsets,n,e);return t=void 0,o}}function Ns(r){let t;function e(n,i,s){let o=s,a=0,c=0;for(let l=i-1,d=n.length;++l<d;){let h=n[l];if(~(a=r(h,t,o)))return c+a;o=0,c+=h.length}return-1}return function(n,i){t=n;let s=this.data,o=typeof i!="number"?e(s,0,0):oa(s,this._offsets,i,e);return t=void 0,o}}var v=class extends w{};function mh(r,t){return t===null&&r.length>0?0:-1}function yh(r,t){let{nullBitmap:e}=r;if(!e||r.nullCount<=0)return-1;let n=0;for(let i of new $r(e,r.offset+(t||0),r.length,e,As)){if(!i)return n;++n}return-1}function M(r,t,e){if(t===void 0)return-1;if(t===null)switch(r.typeId){case u.Union:break;case u.Dictionary:break;default:return yh(r,e)}let n=ot.getVisitFn(r),i=vr(t);for(let s=(e||0)-1,o=r.length;++s<o;)if(i(n(r,s)))return s;return-1}function ll(r,t,e){let n=ot.getVisitFn(r),i=vr(t);for(let s=(e||0)-1,o=r.length;++s<o;)if(i(n(r,s)))return s;return-1}v.prototype.visitNull=mh;v.prototype.visitBool=M;v.prototype.visitInt=M;v.prototype.visitInt8=M;v.prototype.visitInt16=M;v.prototype.visitInt32=M;v.prototype.visitInt64=M;v.prototype.visitUint8=M;v.prototype.visitUint16=M;v.prototype.visitUint32=M;v.prototype.visitUint64=M;v.prototype.visitFloat=M;v.prototype.visitFloat16=M;v.prototype.visitFloat32=M;v.prototype.visitFloat64=M;v.prototype.visitUtf8=M;v.prototype.visitLargeUtf8=M;v.prototype.visitBinary=M;v.prototype.visitLargeBinary=M;v.prototype.visitFixedSizeBinary=M;v.prototype.visitDate=M;v.prototype.visitDateDay=M;v.prototype.visitDateMillisecond=M;v.prototype.visitTimestamp=M;v.prototype.visitTimestampSecond=M;v.prototype.visitTimestampMillisecond=M;v.prototype.visitTimestampMicrosecond=M;v.prototype.visitTimestampNanosecond=M;v.prototype.visitTime=M;v.prototype.visitTimeSecond=M;v.prototype.visitTimeMillisecond=M;v.prototype.visitTimeMicrosecond=M;v.prototype.visitTimeNanosecond=M;v.prototype.visitDecimal=M;v.prototype.visitList=M;v.prototype.visitStruct=M;v.prototype.visitUnion=M;v.prototype.visitDenseUnion=ll;v.prototype.visitSparseUnion=ll;v.prototype.visitDictionary=M;v.prototype.visitInterval=M;v.prototype.visitIntervalDayTime=M;v.prototype.visitIntervalYearMonth=M;v.prototype.visitIntervalMonthDayNano=M;v.prototype.visitDuration=M;v.prototype.visitDurationSecond=M;v.prototype.visitDurationMillisecond=M;v.prototype.visitDurationMicrosecond=M;v.prototype.visitDurationNanosecond=M;v.prototype.visitFixedSizeList=M;v.prototype.visitMap=M;var Gr=new v;var I=class extends w{};function T(r){let{type:t}=r;if(r.nullCount===0&&r.stride===1&&(p.isInt(t)&&t.bitWidth!==64||p.isTime(t)&&t.bitWidth!==64||p.isFloat(t)&&t.precision!==$.HALF))return new ii(r.data.length,n=>{let i=r.data[n];return i.values.subarray(0,i.length)[Symbol.iterator]()});let e=0;return new ii(r.data.length,n=>{let s=r.data[n].length,o=r.slice(e,e+s);return e+=s,new aa(o)})}var aa=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}};I.prototype.visitNull=T;I.prototype.visitBool=T;I.prototype.visitInt=T;I.prototype.visitInt8=T;I.prototype.visitInt16=T;I.prototype.visitInt32=T;I.prototype.visitInt64=T;I.prototype.visitUint8=T;I.prototype.visitUint16=T;I.prototype.visitUint32=T;I.prototype.visitUint64=T;I.prototype.visitFloat=T;I.prototype.visitFloat16=T;I.prototype.visitFloat32=T;I.prototype.visitFloat64=T;I.prototype.visitUtf8=T;I.prototype.visitLargeUtf8=T;I.prototype.visitBinary=T;I.prototype.visitLargeBinary=T;I.prototype.visitFixedSizeBinary=T;I.prototype.visitDate=T;I.prototype.visitDateDay=T;I.prototype.visitDateMillisecond=T;I.prototype.visitTimestamp=T;I.prototype.visitTimestampSecond=T;I.prototype.visitTimestampMillisecond=T;I.prototype.visitTimestampMicrosecond=T;I.prototype.visitTimestampNanosecond=T;I.prototype.visitTime=T;I.prototype.visitTimeSecond=T;I.prototype.visitTimeMillisecond=T;I.prototype.visitTimeMicrosecond=T;I.prototype.visitTimeNanosecond=T;I.prototype.visitDecimal=T;I.prototype.visitList=T;I.prototype.visitStruct=T;I.prototype.visitUnion=T;I.prototype.visitDenseUnion=T;I.prototype.visitSparseUnion=T;I.prototype.visitDictionary=T;I.prototype.visitInterval=T;I.prototype.visitIntervalDayTime=T;I.prototype.visitIntervalYearMonth=T;I.prototype.visitIntervalMonthDayNano=T;I.prototype.visitDuration=T;I.prototype.visitDurationSecond=T;I.prototype.visitDurationMillisecond=T;I.prototype.visitDurationMicrosecond=T;I.prototype.visitDurationNanosecond=T;I.prototype.visitFixedSizeList=T;I.prototype.visitMap=T;var xn=new I;var ul,dl={},hl={},y=class{constructor(t){var e,n,i;let s=t[0]instanceof y?t.flatMap(a=>a.data):t;if(s.length===0||s.some(a=>!(a instanceof N)))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}=dl[o.typeId],d=s[0];this.isValid=h=>si(d,h),this.get=h=>a(d,h),this.set=(h,E)=>c(d,h,E),this.indexOf=h=>l(d,h),this._offsets=[0,d.length];break}default:Object.setPrototypeOf(this,hl[o.typeId]),this._offsets=Ts(s);break}this.data=s,this.type=o,this.stride=oe(o),this.numChildren=(i=(n=o.children)===null||n===void 0?void 0:n.length)!==null&&i!==void 0?i:0,this.length=this._offsets.at(-1)}get byteLength(){return this.data.reduce((t,e)=>t+e.byteLength,0)}get nullable(){return cl(this.data)}get nullCount(){return Ds(this.data)}get ArrayType(){return this.type.ArrayType}get[Symbol.toStringTag](){return`${this.VectorName}<${this.type[Symbol.toStringTag]}>`}get VectorName(){return`${u[this.type.typeId]}Vector`}isValid(t){return!1}get(t){return null}at(t){return this.get(Pr(t,this.length))}set(t,e){}indexOf(t,e){return-1}includes(t,e){return this.indexOf(t,e)>-1}[Symbol.iterator](){return xn.visit(this)}concat(...t){return new y(this.data.concat(t.flatMap(e=>e.data).flat(Number.POSITIVE_INFINITY)))}slice(t,e){return new y(ri(this,t,e,({data:n,_offsets:i},s,o)=>Os(n,i,s,o)))}toJSON(){return[...this]}toArray(){let{type:t,data:e,length:n,stride:i,ArrayType:s}=this;switch(t.typeId){case u.Int:case u.Float:case u.Decimal:case u.Time:case u.Timestamp:switch(e.length){case 0:return new s;case 1:return e[0].values.subarray(0,n*i);default:return e.reduce((o,{values:a,length:c})=>(o.array.set(a.subarray(0,c*i),o.offset),o.offset+=c*i,o),{array:new s(n*i),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(n=>n.name===t))}getChildAt(t){return t>-1&&t<this.numChildren?new y(this.data.map(({children:e})=>e[t])):null}get isMemoized(){return p.isDictionary(this.type)?this.data[0].dictionary.isMemoized:!1}memoize(){if(p.isDictionary(this.type)){let t=new An(this.data[0].dictionary),e=this.data.map(n=>{let i=n.clone();return i.dictionary=t,i});return new y(e)}return new An(this)}unmemoize(){if(p.isDictionary(this.type)&&this.isMemoized){let t=this.data[0].dictionary.unmemoize(),e=this.data.map(n=>{let i=n.clone();return i.dictionary=t,i});return new y(e)}return this}};ul=Symbol.toStringTag;y[ul]=(r=>{r.type=p.prototype,r.data=[],r.length=0,r.stride=1,r.numChildren=0,r._offsets=new Uint32Array([0]),r[Symbol.isConcatSpreadable]=!0;let t=Object.keys(u).map(e=>u[e]).filter(e=>typeof e=="number"&&e!==u.NONE);for(let e of t){let n=ot.getVisitFnByTypeId(e),i=It.getVisitFnByTypeId(e),s=Gr.getVisitFnByTypeId(e);dl[e]={get:n,set:i,indexOf:s},hl[e]=Object.create(r,{isValid:{value:Bn(si)},get:{value:Bn(ot.getVisitFnByTypeId(e))},set:{value:Fs(It.getVisitFnByTypeId(e))},indexOf:{value:Ns(Gr.getVisitFnByTypeId(e))}})}return"Vector"})(y.prototype);var An=class extends y{constructor(t){super(t.data);let e=this.get,n=this.set,i=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){n.call(this,o,a),s[o]=a}}),Object.defineProperty(this,"slice",{value:(o,a)=>new An(i.call(this,o,a))}),Object.defineProperty(this,"isMemoized",{value:!0}),Object.defineProperty(this,"unmemoize",{value:()=>new y(this.data)}),Object.defineProperty(this,"memoize",{value:()=>this})}};function Dn(r){if(r){if(r instanceof N)return new y([r]);if(r instanceof y)return new y(r.data);if(r.type instanceof p)return new y([g(r)]);if(Array.isArray(r))return new y(r.flatMap(t=>gh(t)));if(ArrayBuffer.isView(r)){r instanceof DataView&&(r=new Uint8Array(r.buffer));let t={offset:0,length:r.length,nullCount:-1,data:r};if(r instanceof Int8Array)return new y([g(Object.assign(Object.assign({},t),{type:new je}))]);if(r instanceof Int16Array)return new y([g(Object.assign(Object.assign({},t),{type:new ze}))]);if(r instanceof Int32Array)return new y([g(Object.assign(Object.assign({},t),{type:new At}))]);if(r instanceof BigInt64Array)return new y([g(Object.assign(Object.assign({},t),{type:new ke}))]);if(r instanceof Uint8Array||r instanceof Uint8ClampedArray)return new y([g(Object.assign(Object.assign({},t),{type:new Pe}))]);if(r instanceof Uint16Array)return new y([g(Object.assign(Object.assign({},t),{type:new $e}))]);if(r instanceof Uint32Array)return new y([g(Object.assign(Object.assign({},t),{type:new We}))]);if(r instanceof BigUint64Array)return new y([g(Object.assign(Object.assign({},t),{type:new He}))]);if(r instanceof Float32Array)return new y([g(Object.assign(Object.assign({},t),{type:new de}))]);if(r instanceof Float64Array)return new y([g(Object.assign(Object.assign({},t),{type:new Ye}))]);throw new Error("Unrecognized input")}}throw new Error("Unrecognized input")}function gh(r){return r instanceof N?[r]:r instanceof y?r.data:Dn(r).data}function fl(r){if(!r||r.length<=0)return function(i){return!0};let t="",e=r.filter(n=>n===n);return e.length>0&&(t=`
|
|
8
|
+
switch (x) {${e.map(n=>`
|
|
9
|
+
case ${bh(n)}:`).join("")}
|
|
10
10
|
return false;
|
|
11
11
|
}`),r.length!==e.length&&(t=`if (x !== x) return false;
|
|
12
12
|
${t}`),new Function("x",`${t}
|
|
13
|
-
return true;`)}function td(r){return typeof r!="bigint"?_e(r):`${_e(r)}n`}function ra(r,t){let e=Math.ceil(r)*t-1;return(e-e%64+64||64)/t}function el(r,t=0){return r.length>=t?r.subarray(0,t):Yi(new r.constructor(t),r,0)}var Se=class{constructor(t,e=0,i=1){this.length=Math.ceil(e/i),this.buffer=new t(this.length),this.stride=i,this.BYTES_PER_ELEMENT=t.BYTES_PER_ELEMENT,this.ArrayType=t}get byteLength(){return Math.ceil(this.length*this.stride)*this.BYTES_PER_ELEMENT}get reservedLength(){return this.buffer.length/this.stride}get reservedByteLength(){return this.buffer.byteLength}set(t,e){return this}append(t){return this.set(this.length,t)}reserve(t){if(t>0){this.length+=t;let e=this.stride,i=this.length*e,n=this.buffer.length;i>=n&&this._resize(n===0?ra(i*1,this.BYTES_PER_ELEMENT):ra(i*2,this.BYTES_PER_ELEMENT))}return this}flush(t=this.length){t=ra(t*this.stride,this.BYTES_PER_ELEMENT);let e=el(this.buffer,t);return this.clear(),e}clear(){return this.length=0,this.buffer=new this.ArrayType,this}_resize(t){return this.buffer=el(this.buffer,t)}},rr=class extends Se{last(){return this.get(this.length-1)}get(t){return this.buffer[t]}set(t,e){return this.reserve(t-this.length+1),this.buffer[t*this.stride]=e,this}},Bi=class extends rr{constructor(){super(Uint8Array,0,1/8),this.numValid=0}get numInvalid(){return this.length-this.numValid}get(t){return this.buffer[t>>3]>>t%8&1}set(t,e){let{buffer:i}=this.reserve(t-this.length+1),n=t>>3,s=t%8,o=i[n]>>s&1;return e?o===0&&(i[n]|=1<<s,++this.numValid):o===1&&(i[n]&=~(1<<s),--this.numValid),this}clear(){return this.numValid=0,super.clear()}},xi=class extends rr{constructor(t){super(t.OffsetArrayType,1,1)}append(t){return this.set(this.length-1,t)}set(t,e){let i=this.length-1,n=this.reserve(t-i+1).buffer;return i<t++&&i>=0&&n.fill(n[i],i,t),n[t]=n[t-1]+e,this}flush(t=this.length-1){return t>this.length&&this.set(t-1,this.BYTES_PER_ELEMENT>4?BigInt(0):0),super.flush(t+1)}};var Q=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=ne(t),this._nulls=new Bi,e&&e.length>0&&(this._isValid=tl(e))}toVector(){return new y([this.flush()])}get ArrayType(){return this.type.ArrayType}get nullCount(){return this._nulls.numInvalid}get numChildren(){return this.children.length}get byteLength(){let t=0,{_offsets:e,_values:i,_nulls:n,_typeIds:s,children:o}=this;return e&&(t+=e.byteLength),i&&(t+=i.byteLength),n&&(t+=n.byteLength),s&&(t+=s.byteLength),o.reduce((a,c)=>a+c.byteLength,t)}get reservedLength(){return this._nulls.reservedLength}get reservedByteLength(){let t=0;return this._offsets&&(t+=this._offsets.reservedByteLength),this._values&&(t+=this._values.reservedByteLength),this._nulls&&(t+=this._nulls.reservedByteLength),this._typeIds&&(t+=this._typeIds.reservedByteLength),this.children.reduce((e,i)=>e+i.reservedByteLength,t)}get valueOffsets(){return this._offsets?this._offsets.buffer:null}get values(){return this._values?this._values.buffer:null}get nullBitmap(){return this._nulls?this._nulls.buffer:null}get typeIds(){return this._typeIds?this._typeIds.buffer:null}append(t){return this.set(this.length,t)}isValid(t){return this._isValid(t)}set(t,e){return this.setValid(t,this.isValid(e))&&this.setValue(t,e),this}setValue(t,e){this._setValue(this,t,e)}setValid(t,e){return this.length=this._nulls.set(t,+e).length,e}addChild(t,e=`${this.numChildren}`){throw new Error(`Cannot append children to non-nested type "${this.type}"`)}getChildAt(t){return this.children[t]||null}flush(){let t,e,i,n,{type:s,length:o,nullCount:a,_typeIds:c,_offsets:l,_values:h,_nulls:d}=this;(e=c?.flush(o))?n=l?.flush(o):(n=l?.flush(o))?t=h?.flush(l.last()):t=h?.flush(o),a>0&&(i=d?.flush(o));let P=this.children.map(M=>M.flush());return this.clear(),g({type:s,length:o,nullCount:a,children:P,child:P[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}};Q.prototype.length=1;Q.prototype.stride=1;Q.prototype.children=null;Q.prototype.finished=!1;Q.prototype.nullValues=null;Q.prototype._isValid=()=>!0;var at=class extends Q{constructor(t){super(t),this._values=new rr(this.ArrayType,0,this.stride)}setValue(t,e){let i=this._values;return i.reserve(t-i.length+1),super.setValue(t,e)}},Ht=class extends Q{constructor(t){super(t),this._pendingLength=0,this._offsets=new xi(t.type)}setValue(t,e){let i=this._pending||(this._pending=new Map),n=i.get(t);n&&(this._pendingLength-=n.length),this._pendingLength+=e instanceof Ze?e[wr].length:e.length,i.set(t,e)}setValid(t,e){return super.setValid(t,e)?!0:((this._pending||(this._pending=new Map)).set(t,void 0),!1)}clear(){return this._pendingLength=0,this._pending=void 0,super.clear()}flush(){return this._flush(),super.flush()}finish(){return this._flush(),super.finish()}_flush(){let t=this._pending,e=this._pendingLength;return this._pendingLength=0,this._pending=void 0,t&&t.size>0&&this._flushPending(t,e),this}};var Yr=class{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}offset(){return this.bb.readInt64(this.bb_pos)}metaDataLength(){return this.bb.readInt32(this.bb_pos+8)}bodyLength(){return this.bb.readInt64(this.bb_pos+16)}static sizeOf(){return 24}static createBlock(t,e,i,n){return t.prep(8,24),t.writeInt64(BigInt(n??0)),t.pad(4),t.writeInt32(i),t.writeInt64(BigInt(e??0)),t.offset()}};var At=class{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 At).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsFooter(t,e){return t.setPosition(t.position()+4),(e||new At).__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):Y.V1}schema(t){let e=this.bb.__offset(this.bb_pos,6);return e?(t||new et).__init(this.bb.__indirect(this.bb_pos+e),this.bb):null}dictionaries(t,e){let i=this.bb.__offset(this.bb_pos,8);return i?(e||new Yr).__init(this.bb.__vector(this.bb_pos+i)+t*24,this.bb):null}dictionariesLength(){let t=this.bb.__offset(this.bb_pos,8);return t?this.bb.__vector_len(this.bb_pos+t):0}recordBatches(t,e){let i=this.bb.__offset(this.bb_pos,10);return i?(e||new Yr).__init(this.bb.__vector(this.bb_pos+i)+t*24,this.bb):null}recordBatchesLength(){let t=this.bb.__offset(this.bb_pos,10);return t?this.bb.__vector_len(this.bb_pos+t):0}customMetadata(t,e){let i=this.bb.__offset(this.bb_pos,12);return i?(e||new K).__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,Y.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 L=class{constructor(t=[],e,i,n=Y.V5){this.fields=t||[],this.metadata=e||new Map,i||(i=ia(this.fields)),this.dictionaries=i,this.metadataVersion=n}get[Symbol.toStringTag](){return"Schema"}get names(){return this.fields.map(t=>t.name)}toString(){return`Schema<{ ${this.fields.map((t,e)=>`${e}: ${t}`).join(", ")} }>`}select(t){let e=new Set(t),i=this.fields.filter(n=>e.has(n.name));return new L(i,this.metadata)}selectAt(t){let e=t.map(i=>this.fields[i]).filter(Boolean);return new L(e,this.metadata)}assign(...t){let e=t[0]instanceof L?t[0]:Array.isArray(t[0])?new L(t[0]):new L(t),i=[...this.fields],n=Ts(Ts(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:Ts(Ts(new Map,i[c].metadata),a.metadata)}))&&!1:!0}),o=ia(s,new Map);return new L([...i,...s],n,new Map([...this.dictionaries,...o]))}};L.prototype.fields=null;L.prototype.metadata=null;L.prototype.dictionaries=null;var T=class{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 T(`${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],T.new(e,i,n,s)}};T.prototype.type=null;T.prototype.name=null;T.prototype.nullable=null;T.prototype.metadata=null;function Ts(r,t){return new Map([...r||new Map,...t||new Map])}function ia(r,t=new Map){for(let e=-1,i=r.length;++e<i;){let s=r[e].type;if(p.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&&ia(s.children,t)}return t}var ed=tr,rd=Ot,ir=class{static decode(t){t=new rd(x(t));let e=At.getRootAsFooter(t),i=L.decode(e.schema(),new Map,e.version());return new na(i,e)}static encode(t){let e=new ed,i=L.encode(e,t.schema);At.startRecordBatchesVector(e,t.numRecordBatches);for(let o of[...t.recordBatches()].slice().reverse())Be.encode(e,o);let n=e.endVector();At.startDictionariesVector(e,t.numDictionaries);for(let o of[...t.dictionaryBatches()].slice().reverse())Be.encode(e,o);let s=e.endVector();return At.startFooter(e),At.addSchema(e,i),At.addVersion(e,Y.V5),At.addRecordBatches(e,n),At.addDictionaries(e,s),At.finishFooterBuffer(e,At.endFooter(e)),e.asUint8Array()}get numRecordBatches(){return this._recordBatches.length}get numDictionaries(){return this._dictionaryBatches.length}constructor(t,e=Y.V5,i,n){this.schema=t,this.version=e,i&&(this._recordBatches=i),n&&(this._dictionaryBatches=n)}*recordBatches(){for(let t,e=-1,i=this.numRecordBatches;++e<i;)(t=this.getRecordBatch(e))&&(yield t)}*dictionaryBatches(){for(let t,e=-1,i=this.numDictionaries;++e<i;)(t=this.getDictionaryBatch(e))&&(yield t)}getRecordBatch(t){return t>=0&&t<this.numRecordBatches&&this._recordBatches[t]||null}getDictionaryBatch(t){return t>=0&&t<this.numDictionaries&&this._dictionaryBatches[t]||null}};var na=class extends ir{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 Be.decode(e)}return null}getDictionaryBatch(t){if(t>=0&&t<this.numDictionaries){let e=this._footer.dictionaries(t);if(e)return Be.decode(e)}return null}},Be=class{static decode(t){return new Be(t.metaDataLength(),t.bodyLength(),t.offset())}static encode(t,e){let{metaDataLength:i}=e,n=BigInt(e.offset),s=BigInt(e.bodyLength);return Yr.createBlock(t,n,i,s)}constructor(t,e,i){this.metaDataLength=t,this.offset=z(i),this.bodyLength=z(e)}};var X=Object.freeze({done:!0,value:void 0}),rn=class{constructor(t){this._json=t}get schema(){return this._json.schema}get batches(){return this._json.batches||[]}get dictionaries(){return this._json.dictionaries||[]}},Hr=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())}},Os=class extends Hr{constructor(){super(),this._values=[],this.resolvers=[],this._closedPromise=new Promise(t=>this._closedPromiseResolve=t)}get closed(){return this._closedPromise}cancel(t){return m(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(X);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 m(this,void 0,void 0,function*(){return yield this.abort(t),X})}return(t){return m(this,void 0,void 0,function*(){return yield this.close(),X})}read(t){return m(this,void 0,void 0,function*(){return(yield this.next(t,"read")).value})}peek(t){return m(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(X)}_ensureOpen(){if(this._closedPromiseResolve)return!0;throw new Error("AsyncQueue is closed")}};var Ke=class extends Os{write(t){if((t=x(t)).byteLength>0)return super.write(t)}toString(t=!1){return t?$i(this.toUint8Array(!0)):this.toUint8Array(!1).then($i)}toUint8Array(t=!1){return t?qt(this._values)[0]:(()=>m(this,void 0,void 0,function*(){var e,i,n,s;let o=[],a=0;try{for(var c=!0,l=pe(this),h;h=yield l.next(),e=h.done,!e;c=!0){s=h.value,c=!1;let d=s;o.push(d),a+=d.byteLength}}catch(d){i={error:d}}finally{try{!c&&!e&&(n=l.return)&&(yield n.call(l))}finally{if(i)throw i.error}}return qt(o,a)[0]}))()}},Xe=class{constructor(t){t&&(this.source=new sa(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)}},Gt=class{constructor(t){t instanceof Gt?this.source=t.source:t instanceof Ke?this.source=new nr(gt.fromAsyncIterable(t)):Kn(t)?this.source=new nr(gt.fromNodeStream(t)):Wi(t)?this.source=new nr(gt.fromDOMStream(t)):Jn(t)?this.source=new nr(gt.fromDOMStream(t.body)):ye(t)?this.source=new nr(gt.fromIterable(t)):me(t)?this.source=new nr(gt.fromAsyncIterable(t)):se(t)&&(this.source=new nr(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)}},sa=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)||X)}return(t){return Object.create(this.source.return&&this.source.return(t)||X)}},nr=class{constructor(t){this.source=t,this._closedPromise=new Promise(e=>this._closedPromiseResolve=e)}cancel(t){return m(this,void 0,void 0,function*(){yield this.return(t)})}get closed(){return this._closedPromise}read(t){return m(this,void 0,void 0,function*(){return(yield this.next(t,"read")).value})}peek(t){return m(this,void 0,void 0,function*(){return(yield this.next(t,"peek")).value})}next(t){return m(this,arguments,void 0,function*(e,i="read"){return yield this.source.next({cmd:i,size:e})})}throw(t){return m(this,void 0,void 0,function*(){let e=this.source.throw&&(yield this.source.throw(t))||X;return this._closedPromiseResolve&&this._closedPromiseResolve(),this._closedPromiseResolve=void 0,Object.create(e)})}return(t){return m(this,void 0,void 0,function*(){let e=this.source.return&&(yield this.source.return(t))||X;return this._closedPromiseResolve&&this._closedPromiseResolve(),this._closedPromiseResolve=void 0,Object.create(e)})}};var nn=class extends Xe{constructor(t,e){super(),this.position=0,this.buffer=x(t),this.size=e===void 0?this.buffer.byteLength:e}readInt32(t){let{buffer:e,byteOffset:i}=this.readAt(t,4);return new DataView(e,i).getInt32(0,!0)}seek(t){return this.position=Math.min(t,this.size),t<this.size}read(t){let{buffer:e,size:i,position:n}=this;return e&&n<i?(typeof t!="number"&&(t=Number.POSITIVE_INFINITY),this.position=Math.min(i,n+Math.min(i-n,t)),e.subarray(n,this.position)):null}readAt(t,e){let i=this.buffer,n=Math.min(this.size,t+e);return i?i.subarray(t,n):new Uint8Array(e)}close(){this.buffer&&(this.buffer=null)}throw(t){return this.close(),{done:!0,value:t}}return(t){return this.close(),{done:!0,value:t}}},vr=class extends Gt{constructor(t,e){super(),this.position=0,this._handle=t,typeof e=="number"?this.size=e:this._pending=(()=>m(this,void 0,void 0,function*(){this.size=(yield t.stat()).size,delete this._pending}))()}readInt32(t){return m(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 m(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 m(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 m(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 m(this,void 0,void 0,function*(){let t=this._handle;this._handle=null,t&&(yield t.close())})}throw(t){return m(this,void 0,void 0,function*(){return yield this.close(),{done:!0,value:t}})}return(t){return m(this,void 0,void 0,function*(){return yield this.close(),{done:!0,value:t}})}};var aa={};pr(aa,{BaseInt64:()=>sn,Int128:()=>Jt,Int64:()=>yt,Uint64:()=>W});function Ai(r){return r<0&&(r=4294967295+r+1),`0x${r.toString(16)}`}var Di=8,oa=[1,10,100,1e3,1e4,1e5,1e6,1e7,1e8],sn=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`${Ai(this.buffer[1])} ${Ai(this.buffer[0])}`}},W=class extends sn{times(t){return this._times(t),this}plus(t){return this._plus(t),this}static from(t,e=new Uint32Array(2)){return W.fromString(typeof t=="string"?t:t.toString(),e)}static fromNumber(t,e=new Uint32Array(2)){return W.fromString(t.toString(),e)}static fromString(t,e=new Uint32Array(2)){let i=t.length,n=new W(e);for(let s=0;s<i;){let o=Di<i-s?Di:i-s,a=new W(new Uint32Array([Number.parseInt(t.slice(s,s+o),10),0])),c=new W(new Uint32Array([oa[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;)W.from(t[i],new Uint32Array(e.buffer,e.byteOffset+2*i*4,2));return e}static multiply(t,e){return new W(new Uint32Array(t.buffer)).times(e)}static add(t,e){return new W(new Uint32Array(t.buffer)).plus(e)}},yt=class extends sn{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 yt.fromString(typeof t=="string"?t:t.toString(),e)}static fromNumber(t,e=new Uint32Array(2)){return yt.fromString(t.toString(),e)}static fromString(t,e=new Uint32Array(2)){let i=t.startsWith("-"),n=t.length,s=new yt(e);for(let o=i?1:0;o<n;){let a=Di<n-o?Di:n-o,c=new yt(new Uint32Array([Number.parseInt(t.slice(o,o+a),10),0])),l=new yt(new Uint32Array([oa[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;)yt.from(t[i],new Uint32Array(e.buffer,e.byteOffset+2*i*4,2));return e}static multiply(t,e){return new yt(new Uint32Array(t.buffer)).times(e)}static add(t,e){return new yt(new Uint32Array(t.buffer)).plus(e)}},Jt=class{constructor(t){this.buffer=t}high(){return new yt(new Uint32Array(this.buffer.buffer,this.buffer.byteOffset+8,2))}low(){return new yt(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 W(new Uint32Array([this.buffer[3],0])),i=new W(new Uint32Array([this.buffer[2],0])),n=new W(new Uint32Array([this.buffer[1],0])),s=new W(new Uint32Array([this.buffer[0],0])),o=new W(new Uint32Array([t.buffer[3],0])),a=new W(new Uint32Array([t.buffer[2],0])),c=new W(new Uint32Array([t.buffer[1],0])),l=new W(new Uint32Array([t.buffer[0],0])),h=W.multiply(s,l);this.buffer[0]=h.low();let d=new W(new Uint32Array([h.high(),0]));return h=W.multiply(n,l),d.plus(h),h=W.multiply(s,c),d.plus(h),this.buffer[1]=d.low(),this.buffer[3]=d.lessThan(h)?1:0,this.buffer[2]=d.high(),new W(new Uint32Array(this.buffer.buffer,this.buffer.byteOffset+8,2)).plus(W.multiply(i,l)).plus(W.multiply(n,c)).plus(W.multiply(s,a)),this.buffer[3]+=W.multiply(e,l).plus(W.multiply(i,c)).plus(W.multiply(n,a)).plus(W.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`${Ai(this.buffer[3])} ${Ai(this.buffer[2])} ${Ai(this.buffer[1])} ${Ai(this.buffer[0])}`}static multiply(t,e){return new Jt(new Uint32Array(t.buffer)).times(e)}static add(t,e){return new Jt(new Uint32Array(t.buffer)).plus(e)}static from(t,e=new Uint32Array(4)){return Jt.fromString(typeof t=="string"?t:t.toString(),e)}static fromNumber(t,e=new Uint32Array(4)){return Jt.fromString(t.toString(),e)}static fromString(t,e=new Uint32Array(4)){let i=t.startsWith("-"),n=t.length,s=new Jt(e);for(let o=i?1:0;o<n;){let a=Di<n-o?Di:n-o,c=new Jt(new Uint32Array([Number.parseInt(t.slice(o,o+a),10),0,0,0])),l=new Jt(new Uint32Array([oa[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;)Jt.from(t[i],new Uint32Array(e.buffer,e.byteOffset+4*4*i,4));return e}};var on=class extends w{constructor(t,e,i,n,s=Y.V5){super(),this.nodesIndex=-1,this.buffersIndex=-1,this.bytes=t,this.nodes=e,this.buffers=i,this.dictionaries=n,this.metadataVersion=s}visit(t){return super.visit(t instanceof T?t.type:t)}visitNull(t,{length:e}=this.nextFieldNode()){return g({type:t,length:e})}visitBool(t,{length:e,nullCount:i}=this.nextFieldNode()){return g({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitInt(t,{length:e,nullCount:i}=this.nextFieldNode()){return g({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitFloat(t,{length:e,nullCount:i}=this.nextFieldNode()){return g({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitUtf8(t,{length:e,nullCount:i}=this.nextFieldNode()){return g({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),valueOffsets:this.readOffsets(t),data:this.readData(t)})}visitLargeUtf8(t,{length:e,nullCount:i}=this.nextFieldNode()){return g({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 g({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),valueOffsets:this.readOffsets(t),data:this.readData(t)})}visitLargeBinary(t,{length:e,nullCount:i}=this.nextFieldNode()){return g({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 g({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitDate(t,{length:e,nullCount:i}=this.nextFieldNode()){return g({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitTimestamp(t,{length:e,nullCount:i}=this.nextFieldNode()){return g({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitTime(t,{length:e,nullCount:i}=this.nextFieldNode()){return g({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitDecimal(t,{length:e,nullCount:i}=this.nextFieldNode()){return g({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitList(t,{length:e,nullCount:i}=this.nextFieldNode()){return g({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 g({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),children:this.visitMany(t.children)})}visitUnion(t,{length:e,nullCount:i}=this.nextFieldNode()){return this.metadataVersion<Y.V5&&this.readNullBitmap(t,i),t.mode===G.Sparse?this.visitSparseUnion(t,{length:e,nullCount:i}):this.visitDenseUnion(t,{length:e,nullCount:i})}visitDenseUnion(t,{length:e,nullCount:i}=this.nextFieldNode()){return g({type:t,length:e,nullCount:i,typeIds:this.readTypeIds(t),valueOffsets:this.readOffsets(t),children:this.visitMany(t.children)})}visitSparseUnion(t,{length:e,nullCount:i}=this.nextFieldNode()){return g({type:t,length:e,nullCount:i,typeIds:this.readTypeIds(t),children:this.visitMany(t.children)})}visitDictionary(t,{length:e,nullCount:i}=this.nextFieldNode()){return g({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 g({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitDuration(t,{length:e,nullCount:i}=this.nextFieldNode()){return g({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitFixedSizeList(t,{length:e,nullCount:i}=this.nextFieldNode()){return g({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 g({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)}},Fs=class extends on{constructor(t,e,i,n,s){super(new Uint8Array(0),e,i,n,s),this.sources=t}readNullBitmap(t,e,{offset:i}=this.nextBufferRange()){return e<=0?new Uint8Array(0):Pr(this.sources[i])}readOffsets(t,{offset:e}=this.nextBufferRange()){return E(Uint8Array,E(t.OffsetArrayType,this.sources[e]))}readTypeIds(t,{offset:e}=this.nextBufferRange()){return E(Uint8Array,E(t.ArrayType,this.sources[e]))}readData(t,{offset:e}=this.nextBufferRange()){let{sources:i}=this;return p.isTimestamp(t)?E(Uint8Array,yt.convertArray(i[e])):(p.isInt(t)||p.isTime(t))&&t.bitWidth===64||p.isDuration(t)?E(Uint8Array,yt.convertArray(i[e])):p.isDate(t)&&t.unit===Z.MILLISECOND?E(Uint8Array,yt.convertArray(i[e])):p.isDecimal(t)?E(Uint8Array,Jt.convertArray(i[e])):p.isBinary(t)||p.isLargeBinary(t)||p.isFixedSizeBinary(t)?id(i[e]):p.isBool(t)?Pr(i[e]):p.isUtf8(t)||p.isLargeUtf8(t)?Ae(i[e].join("")):E(Uint8Array,E(t.ArrayType,i[e].map(n=>+n)))}};function id(r){let t=r.join(""),e=new Uint8Array(t.length/2);for(let i=0;i<t.length;i+=2)e[i>>1]=Number.parseInt(t.slice(i,i+2),16);return e}var Ti=class extends Ht{constructor(t){super(t),this._values=new Se(Uint8Array)}get byteLength(){let t=this._pendingLength+this.length*4;return this._offsets&&(t+=this._offsets.byteLength),this._values&&(t+=this._values.byteLength),this._nulls&&(t+=this._nulls.byteLength),t}setValue(t,e){return super.setValue(t,x(e))}_flushPending(t,e){let i=this._offsets,n=this._values.reserve(e).buffer,s=0;for(let[o,a]of t)if(a===void 0)i.set(o,0);else{let c=a.length;n.set(a,s),i.set(o,c),s+=c}}};var Oi=class extends Ht{constructor(t){super(t),this._values=new Se(Uint8Array)}get byteLength(){let t=this._pendingLength+this.length*4;return this._offsets&&(t+=this._offsets.byteLength),this._values&&(t+=this._values.byteLength),this._nulls&&(t+=this._nulls.byteLength),t}setValue(t,e){return super.setValue(t,x(e))}_flushPending(t,e){let i=this._offsets,n=this._values.reserve(e).buffer,s=0;for(let[o,a]of t)if(a===void 0)i.set(o,BigInt(0));else{let c=a.length;n.set(a,s),i.set(o,BigInt(c)),s+=c}}};var Ns=class extends Q{constructor(t){super(t),this._values=new Bi}setValue(t,e){this._values.set(t,+e)}};var Gr=class extends at{};Gr.prototype._setValue=ko;var an=class extends Gr{};an.prototype._setValue=ns;var cn=class extends Gr{};cn.prototype._setValue=ss;var ln=class extends at{};ln.prototype._setValue=Wo;var Ms=class extends Q{constructor({type:t,nullValues:e,dictionaryHashFunction:i}){super({type:new Yt(t.dictionary,t.indices,t.id,t.isOrdered)}),this._nulls=null,this._dictionaryOffset=0,this._keysToIndices=Object.create(null),this.indices=ue({type:this.type.indices,nullValues:e}),this.dictionary=ue({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 un=class extends at{};un.prototype._setValue=zo;var Us=class extends Q{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 mt(this.type.listSize,new T(e,t.type,!0)),i}};var Jr=class extends at{setValue(t,e){this._values.set(t,e)}},Ls=class extends Jr{setValue(t,e){super.setValue(t,Xi(e))}},Es=class extends Jr{},Rs=class extends Jr{};var Zr=class extends at{};Zr.prototype._setValue=Yo;var hn=class extends Zr{};hn.prototype._setValue=ps;var dn=class extends Zr{};dn.prototype._setValue=ms;var sr=class extends at{};sr.prototype._setValue=Ho;var fn=class extends sr{};fn.prototype._setValue=ys;var pn=class extends sr{};pn.prototype._setValue=gs;var mn=class extends sr{};mn.prototype._setValue=bs;var yn=class extends sr{};yn.prototype._setValue=ws;var he=class extends at{setValue(t,e){this._values.set(t,e)}},Cs=class extends he{},Vs=class extends he{},js=class extends he{},zs=class extends he{},ks=class extends he{},Ps=class extends he{},$s=class extends he{},Ws=class extends he{};var Ys=class extends Ht{constructor(t){super(t),this._offsets=new xi(t.type)}addChild(t,e="0"){if(this.numChildren>0)throw new Error("ListBuilder can only have one child.");return this.children[this.numChildren]=t,this.type=new Nt(new T(e,t.type,!0)),this.numChildren-1}_flushPending(t){let e=this._offsets,[i]=this.children;for(let[n,s]of t)if(typeof s>"u")e.set(n,0);else{let o=s,a=o.length,c=e.set(n,a).buffer[n];for(let l=-1;++l<a;)i.set(c+l,o[l])}}};var Hs=class extends Ht{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 Mt(new T(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 Gs=class extends Q{setValue(t,e){}setValid(t,e){return this.length=Math.max(t+1,this.length),e}};var Js=class extends Q{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 C([...this.type.children,new T(e,t.type,!0)]),i}};var or=class extends at{};or.prototype._setValue=Po;var gn=class extends or{};gn.prototype._setValue=os;var bn=class extends or{};bn.prototype._setValue=as;var wn=class extends or{};wn.prototype._setValue=cs;var _n=class extends or{};_n.prototype._setValue=ls;var ar=class extends at{};ar.prototype._setValue=$o;var vn=class extends ar{};vn.prototype._setValue=us;var In=class extends ar{};In.prototype._setValue=hs;var Sn=class extends ar{};Sn.prototype._setValue=ds;var Bn=class extends ar{};Bn.prototype._setValue=fs;var Fi=class extends Q{constructor(t){super(t),this._typeIds=new rr(Int8Array,0,1),typeof t.valueToChildTypeId=="function"&&(this._valueToChildTypeId=t.valueToChildTypeId)}get typeIdToChildIndex(){return this.type.typeIdToChildIndex}append(t,e){return this.set(this.length,t,e)}set(t,e,i){return i===void 0&&(i=this._valueToChildTypeId(this,e,t)),this.setValue(t,e,i),this}setValue(t,e,i){this._typeIds.set(t,i);let n=this.type.typeIdToChildIndex[i],s=this.children[n];s?.set(t,e)}addChild(t,e=`${this.children.length}`){let i=this.children.push(t),{type:{children:n,mode:s,typeIds:o}}=this,a=[...n,new T(e,t.type)];return this.type=new le(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.")}},Zs=class extends Fi{},Ks=class extends Fi{constructor(t){super(t),this._offsets=new rr(Int32Array)}setValue(t,e,i){let n=this._typeIds.set(t,i).buffer[t],s=this.getChildAt(this.type.typeIdToChildIndex[n]),o=this._offsets.set(t,s.length).buffer[t];s?.set(o,e)}};var xn=class extends Ht{constructor(t){super(t),this._values=new Se(Uint8Array)}get byteLength(){let t=this._pendingLength+this.length*4;return this._offsets&&(t+=this._offsets.byteLength),this._values&&(t+=this._values.byteLength),this._nulls&&(t+=this._nulls.byteLength),t}setValue(t,e){return super.setValue(t,Ae(e))}_flushPending(t,e){}};xn.prototype._flushPending=Ti.prototype._flushPending;var An=class extends Ht{constructor(t){super(t),this._values=new Se(Uint8Array)}get byteLength(){let t=this._pendingLength+this.length*4;return this._offsets&&(t+=this._offsets.byteLength),this._values&&(t+=this._values.byteLength),this._nulls&&(t+=this._nulls.byteLength),t}setValue(t,e){return super.setValue(t,Ae(e))}_flushPending(t,e){}};An.prototype._flushPending=Oi.prototype._flushPending;var ca=class extends w{visitNull(){return Gs}visitBool(){return Ns}visitInt(){return he}visitInt8(){return Cs}visitInt16(){return Vs}visitInt32(){return js}visitInt64(){return zs}visitUint8(){return ks}visitUint16(){return Ps}visitUint32(){return $s}visitUint64(){return Ws}visitFloat(){return Jr}visitFloat16(){return Ls}visitFloat32(){return Es}visitFloat64(){return Rs}visitUtf8(){return xn}visitLargeUtf8(){return An}visitBinary(){return Ti}visitLargeBinary(){return Oi}visitFixedSizeBinary(){return un}visitDate(){return Gr}visitDateDay(){return an}visitDateMillisecond(){return cn}visitTimestamp(){return or}visitTimestampSecond(){return gn}visitTimestampMillisecond(){return bn}visitTimestampMicrosecond(){return wn}visitTimestampNanosecond(){return _n}visitTime(){return ar}visitTimeSecond(){return vn}visitTimeMillisecond(){return In}visitTimeMicrosecond(){return Sn}visitTimeNanosecond(){return Bn}visitDecimal(){return ln}visitList(){return Ys}visitStruct(){return Js}visitUnion(){return Fi}visitDenseUnion(){return Ks}visitSparseUnion(){return Zs}visitDictionary(){return Ms}visitInterval(){return Zr}visitIntervalDayTime(){return hn}visitIntervalYearMonth(){return dn}visitDuration(){return sr}visitDurationSecond(){return fn}visitDurationMillisecond(){return pn}visitDurationMicrosecond(){return mn}visitDurationNanosecond(){return yn}visitFixedSizeList(){return Us}visitMap(){return Hs}},rl=new ca;var S=class extends w{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 Ut(r,t){return t instanceof r.constructor}function Kr(r,t){return r===t||Ut(r,t)}function cr(r,t){return r===t||Ut(r,t)&&r.bitWidth===t.bitWidth&&r.isSigned===t.isSigned}function Xs(r,t){return r===t||Ut(r,t)&&r.precision===t.precision}function nd(r,t){return r===t||Ut(r,t)&&r.byteWidth===t.byteWidth}function la(r,t){return r===t||Ut(r,t)&&r.unit===t.unit}function Dn(r,t){return r===t||Ut(r,t)&&r.unit===t.unit&&r.timezone===t.timezone}function Tn(r,t){return r===t||Ut(r,t)&&r.unit===t.unit&&r.bitWidth===t.bitWidth}function sd(r,t){return r===t||Ut(r,t)&&r.children.length===t.children.length&&qe.compareManyFields(r.children,t.children)}function od(r,t){return r===t||Ut(r,t)&&r.children.length===t.children.length&&qe.compareManyFields(r.children,t.children)}function ua(r,t){return r===t||Ut(r,t)&&r.mode===t.mode&&r.typeIds.every((e,i)=>e===t.typeIds[i])&&qe.compareManyFields(r.children,t.children)}function ad(r,t){return r===t||Ut(r,t)&&r.id===t.id&&r.isOrdered===t.isOrdered&&qe.visit(r.indices,t.indices)&&qe.visit(r.dictionary,t.dictionary)}function ha(r,t){return r===t||Ut(r,t)&&r.unit===t.unit}function On(r,t){return r===t||Ut(r,t)&&r.unit===t.unit}function cd(r,t){return r===t||Ut(r,t)&&r.listSize===t.listSize&&r.children.length===t.children.length&&qe.compareManyFields(r.children,t.children)}function ld(r,t){return r===t||Ut(r,t)&&r.keysSorted===t.keysSorted&&r.children.length===t.children.length&&qe.compareManyFields(r.children,t.children)}S.prototype.visitNull=Kr;S.prototype.visitBool=Kr;S.prototype.visitInt=cr;S.prototype.visitInt8=cr;S.prototype.visitInt16=cr;S.prototype.visitInt32=cr;S.prototype.visitInt64=cr;S.prototype.visitUint8=cr;S.prototype.visitUint16=cr;S.prototype.visitUint32=cr;S.prototype.visitUint64=cr;S.prototype.visitFloat=Xs;S.prototype.visitFloat16=Xs;S.prototype.visitFloat32=Xs;S.prototype.visitFloat64=Xs;S.prototype.visitUtf8=Kr;S.prototype.visitLargeUtf8=Kr;S.prototype.visitBinary=Kr;S.prototype.visitLargeBinary=Kr;S.prototype.visitFixedSizeBinary=nd;S.prototype.visitDate=la;S.prototype.visitDateDay=la;S.prototype.visitDateMillisecond=la;S.prototype.visitTimestamp=Dn;S.prototype.visitTimestampSecond=Dn;S.prototype.visitTimestampMillisecond=Dn;S.prototype.visitTimestampMicrosecond=Dn;S.prototype.visitTimestampNanosecond=Dn;S.prototype.visitTime=Tn;S.prototype.visitTimeSecond=Tn;S.prototype.visitTimeMillisecond=Tn;S.prototype.visitTimeMicrosecond=Tn;S.prototype.visitTimeNanosecond=Tn;S.prototype.visitDecimal=Kr;S.prototype.visitList=sd;S.prototype.visitStruct=od;S.prototype.visitUnion=ua;S.prototype.visitDenseUnion=ua;S.prototype.visitSparseUnion=ua;S.prototype.visitDictionary=ad;S.prototype.visitInterval=ha;S.prototype.visitIntervalDayTime=ha;S.prototype.visitIntervalYearMonth=ha;S.prototype.visitDuration=On;S.prototype.visitDurationSecond=On;S.prototype.visitDurationMillisecond=On;S.prototype.visitDurationMicrosecond=On;S.prototype.visitDurationNanosecond=On;S.prototype.visitFixedSizeList=cd;S.prototype.visitMap=ld;var qe=new S;function Xr(r,t){return qe.compareSchemas(r,t)}function il(r,t){return qe.compareFields(r,t)}function nl(r,t){return qe.visit(r,t)}function ue(r){let t=r.type,e=new(rl.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(ue(Object.assign(Object.assign({},l),{type:c})))}}return e}function qs(r,t){return ud(r,t.map(e=>e.data.concat()))}function ud(r,t){let e=[...r.fields],i=[],n={numBatches:t.reduce((d,P)=>Math.max(d,P.length),0)},s=0,o=0,a=-1,c=t.length,l,h=[];for(;n.numBatches-- >0;){for(o=Number.POSITIVE_INFINITY,a=-1;++a<c;)h[a]=l=t[a].shift(),o=Math.min(o,l?l.length:o);Number.isFinite(o)&&(h=hd(e,o,h,t,n),o>0&&(i[s++]=g({type:new C(e),length:o,nullCount:0,children:h.slice()})))}return[r=r.assign(e),i.map(d=>new j(r,d))]}function hd(r,t,e,i,n){var s;let o=(t+63&-64)>>3;for(let a=-1,c=i.length;++a<c;){let l=e[a],h=l?.length;if(h>=t)h===t?e[a]=l:(e[a]=l.slice(0,t),n.numBatches=Math.max(n.numBatches,i[a].unshift(l.slice(t,h-t))));else{let d=r[a];r[a]=d.clone({nullable:!0}),e[a]=(s=l?._changeLengthAndBackfillNullBitmap(t))!==null&&s!==void 0?s:g({type:d.type,length:t,nullCount:t,nullBitmap:new Uint8Array(o)})}}return e}var sl,k=class{constructor(...t){var e,i;if(t.length===0)return this.batches=[],this.schema=new L([]),this._offsets=[0],this;let n,s;t[0]instanceof L&&(n=t.shift()),t.at(-1)instanceof Uint32Array&&(s=t.pop());let o=c=>{if(c){if(c instanceof j)return[c];if(c instanceof k)return c.batches;if(c instanceof F){if(c.type instanceof C)return[new j(new L(c.type.children),c)]}else{if(Array.isArray(c))return c.flatMap(l=>o(l));if(typeof c[Symbol.iterator]=="function")return[...c].flatMap(l=>o(l));if(typeof c=="object"){let l=Object.keys(c),h=l.map(M=>new y([c[M]])),d=n??new L(l.map((M,rt)=>new T(String(M),h[rt].type,h[rt].nullable))),[,P]=qs(d,h);return P.length===0?[new j(c)]:P}}}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 L([]),!(n instanceof L))throw new TypeError("Table constructor expects a [Schema, RecordBatch[]] pair.");for(let c of a){if(!(c instanceof j))throw new TypeError("Table constructor expects a [Schema, RecordBatch[]] pair.");if(!Xr(n,c.schema))throw new TypeError("Table and inner RecordBatch schemas must be equivalent.")}this.schema=n,this.batches=a,this._offsets=s??Bs(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=Ss(this.data)),this._nullCount}isValid(t){return!1}get(t){return null}at(t){return this.get(jr(t,this.numRows))}set(t,e){}indexOf(t,e){return-1}[Symbol.iterator](){return this.batches.length>0?vi.visit(new y(this.data)):new Array(0)[Symbol.iterator]()}toArray(){return[...this]}toString(){return`[
|
|
13
|
+
return true;`)}function bh(r){return typeof r!="bigint"?Ie(r):`${Ie(r)}n`}function ca(r,t){let e=Math.ceil(r)*t-1;return(e-e%64+64||64)/t}function pl(r,t=0){return r.length>=t?r.subarray(0,t):Xn(new r.constructor(t),r,0)}var xe=class{constructor(t,e=0,n=1){this.length=Math.ceil(e/n),this.buffer=new t(this.length),this.stride=n,this.BYTES_PER_ELEMENT=t.BYTES_PER_ELEMENT,this.ArrayType=t}get byteLength(){return Math.ceil(this.length*this.stride)*this.BYTES_PER_ELEMENT}get reservedLength(){return this.buffer.length/this.stride}get reservedByteLength(){return this.buffer.byteLength}set(t,e){return this}append(t){return this.set(this.length,t)}reserve(t){if(t>0){this.length+=t;let e=this.stride,n=this.length*e,i=this.buffer.length;n>=i&&this._resize(i===0?ca(n*1,this.BYTES_PER_ELEMENT):ca(n*2,this.BYTES_PER_ELEMENT))}return this}flush(t=this.length){t=ca(t*this.stride,this.BYTES_PER_ELEMENT);let e=pl(this.buffer,t);return this.clear(),e}clear(){return this.length=0,this.buffer=new this.ArrayType,this}_resize(t){return this.buffer=pl(this.buffer,t)}},sr=class extends xe{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}},Tn=class extends sr{constructor(){super(Uint8Array,0,1/8),this.numValid=0}get numInvalid(){return this.length-this.numValid}get(t){return this.buffer[t>>3]>>t%8&1}set(t,e){let{buffer:n}=this.reserve(t-this.length+1),i=t>>3,s=t%8,o=n[i]>>s&1;return e?o===0&&(n[i]|=1<<s,++this.numValid):o===1&&(n[i]&=~(1<<s),--this.numValid),this}clear(){return this.numValid=0,super.clear()}},On=class extends sr{constructor(t){super(t.OffsetArrayType,1,1)}append(t){return this.set(this.length-1,t)}set(t,e){let n=this.length-1,i=this.reserve(t-n+1).buffer;return n<t++&&n>=0&&i.fill(i[n],n,t),i[t]=i[t-1]+e,this}flush(t=this.length-1){return t>this.length&&this.set(t-1,this.BYTES_PER_ELEMENT>4?BigInt(0):0),super.flush(t+1)}};var tt=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=oe(t),this._nulls=new Tn,e&&e.length>0&&(this._isValid=fl(e))}toVector(){return new y([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:n,_nulls:i,_typeIds:s,children:o}=this;return e&&(t+=e.byteLength),n&&(t+=n.byteLength),i&&(t+=i.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,n)=>e+n.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,n,i,{type:s,length:o,nullCount:a,_typeIds:c,_offsets:l,_values:d,_nulls:h}=this;(e=c?.flush(o))?i=l?.flush(o):(i=l?.flush(o))?t=d?.flush(l.last()):t=d?.flush(o),a>0&&(n=h?.flush(o));let E=this.children.map(x=>x.flush());return this.clear(),g({type:s,length:o,nullCount:a,children:E,child:E[0],data:t,typeIds:e,nullBitmap:n,valueOffsets:i})}finish(){this.finished=!0;for(let t of this.children)t.finish();return this}clear(){var t,e,n,i;this.length=0,(t=this._nulls)===null||t===void 0||t.clear(),(e=this._values)===null||e===void 0||e.clear(),(n=this._offsets)===null||n===void 0||n.clear(),(i=this._typeIds)===null||i===void 0||i.clear();for(let s of this.children)s.clear();return this}};tt.prototype.length=1;tt.prototype.stride=1;tt.prototype.children=null;tt.prototype.finished=!1;tt.prototype.nullValues=null;tt.prototype._isValid=()=>!0;var at=class extends tt{constructor(t){super(t),this._values=new sr(this.ArrayType,0,this.stride)}setValue(t,e){let n=this._values;return n.reserve(t-n.length+1),super.setValue(t,e)}},Kt=class extends tt{constructor(t){super(t),this._pendingLength=0,this._offsets=new On(t.type)}setValue(t,e){let n=this._pending||(this._pending=new Map),i=n.get(t);i&&(this._pendingLength-=i.length),this._pendingLength+=e instanceof Xe?e[_r].length:e.length,n.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 Jr=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,n,i){return t.prep(8,24),t.writeInt64(BigInt(i??0)),t.pad(4),t.writeInt32(n),t.writeInt64(BigInt(e??0)),t.offset()}};var Ot=class{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 Ot).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsFooter(t,e){return t.setPosition(t.position()+4),(e||new Ot).__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):G.V1}schema(t){let e=this.bb.__offset(this.bb_pos,6);return e?(t||new rt).__init(this.bb.__indirect(this.bb_pos+e),this.bb):null}dictionaries(t,e){let n=this.bb.__offset(this.bb_pos,8);return n?(e||new Jr).__init(this.bb.__vector(this.bb_pos+n)+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 n=this.bb.__offset(this.bb_pos,10);return n?(e||new Jr).__init(this.bb.__vector(this.bb_pos+n)+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 n=this.bb.__offset(this.bb_pos,12);return n?(e||new q).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+n)+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,G.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 n=e.length-1;n>=0;n--)t.addOffset(e[n]);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 U=class{constructor(t=[],e,n,i=G.V5){this.fields=t||[],this.metadata=e||new Map,n||(n=la(this.fields)),this.dictionaries=n,this.metadataVersion=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),n=this.fields.filter(i=>e.has(i.name));return new U(n,this.metadata)}selectAt(t){let e=t.map(n=>this.fields[n]).filter(Boolean);return new U(e,this.metadata)}assign(...t){let e=t[0]instanceof U?t[0]:Array.isArray(t[0])?new U(t[0]):new U(t),n=[...this.fields],i=Ms(Ms(new Map,this.metadata),e.metadata),s=e.fields.filter(a=>{let c=n.findIndex(l=>l.name===a.name);return~c?(n[c]=a.clone({metadata:Ms(Ms(new Map,n[c].metadata),a.metadata)}))&&!1:!0}),o=la(s,new Map);return new U([...n,...s],i,new Map([...this.dictionaries,...o]))}};U.prototype.fields=null;U.prototype.metadata=null;U.prototype.dictionaries=null;var F=class{static new(...t){let[e,n,i,s]=t;return t[0]&&typeof t[0]=="object"&&({name:e}=t[0],n===void 0&&(n=t[0].type),i===void 0&&(i=t[0].nullable),s===void 0&&(s=t[0].metadata)),new F(`${e}`,n,i,s)}constructor(t,e,n=!1,i){this.name=t,this.type=e,this.nullable=n,this.metadata=i||new Map}get typeId(){return this.type.typeId}get[Symbol.toStringTag](){return"Field"}toString(){return`${this.name}: ${this.type}`}clone(...t){let[e,n,i,s]=t;return!t[0]||typeof t[0]!="object"?[e=this.name,n=this.type,i=this.nullable,s=this.metadata]=t:{name:e=this.name,type:n=this.type,nullable:i=this.nullable,metadata:s=this.metadata}=t[0],F.new(e,n,i,s)}};F.prototype.type=null;F.prototype.name=null;F.prototype.nullable=null;F.prototype.metadata=null;function Ms(r,t){return new Map([...r||new Map,...t||new Map])}function la(r,t=new Map){for(let e=-1,n=r.length;++e<n;){let s=r[e].type;if(p.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&&la(s.children,t)}return t}var wh=nr,_h=ht,or=class{static decode(t){t=new _h(A(t));let e=Ot.getRootAsFooter(t),n=U.decode(e.schema(),new Map,e.version());return new ua(n,e)}static encode(t){let e=new wh,n=U.encode(e,t.schema);Ot.startRecordBatchesVector(e,t.numRecordBatches);for(let o of[...t.recordBatches()].slice().reverse())Ae.encode(e,o);let i=e.endVector();Ot.startDictionariesVector(e,t.numDictionaries);for(let o of[...t.dictionaryBatches()].slice().reverse())Ae.encode(e,o);let s=e.endVector();return Ot.startFooter(e),Ot.addSchema(e,n),Ot.addVersion(e,G.V5),Ot.addRecordBatches(e,i),Ot.addDictionaries(e,s),Ot.finishFooterBuffer(e,Ot.endFooter(e)),e.asUint8Array()}get numRecordBatches(){return this._recordBatches.length}get numDictionaries(){return this._dictionaryBatches.length}constructor(t,e=G.V5,n,i){this.schema=t,this.version=e,n&&(this._recordBatches=n),i&&(this._dictionaryBatches=i)}*recordBatches(){for(let t,e=-1,n=this.numRecordBatches;++e<n;)(t=this.getRecordBatch(e))&&(yield t)}*dictionaryBatches(){for(let t,e=-1,n=this.numDictionaries;++e<n;)(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 ua=class extends or{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 Ae.decode(e)}return null}getDictionaryBatch(t){if(t>=0&&t<this.numDictionaries){let e=this._footer.dictionaries(t);if(e)return Ae.decode(e)}return null}},Ae=class{static decode(t){return new Ae(t.metaDataLength(),t.bodyLength(),t.offset())}static encode(t,e){let{metaDataLength:n}=e,i=BigInt(e.offset),s=BigInt(e.bodyLength);return Jr.createBlock(t,i,n,s)}constructor(t,e,n){this.metaDataLength=t,this.offset=k(n),this.bodyLength=k(e)}};var it=class{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 it).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsMessage(t,e){return t.setPosition(t.position()+4),(e||new it).__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):G.V1}headerType(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.readUint8(this.bb_pos+t):C.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 n=this.bb.__offset(this.bb_pos,12);return n?(e||new q).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+n)+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,G.V1)}static addHeaderType(t,e){t.addFieldInt8(1,e,C.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 n=e.length-1;n>=0;n--)t.addOffset(e[n]);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,n,i,s,o){return it.startMessage(t),it.addVersion(t,e),it.addHeaderType(t,n),it.addHeader(t,i),it.addBodyLength(t,s),it.addCustomMetadata(t,o),it.endMessage(t)}};var da=class extends w{visit(t,e){return t==null||e==null?void 0:super.visit(t,e)}visitNull(t,e){return Re.startNull(e),Re.endNull(e)}visitInt(t,e){return mt.startInt(e),mt.addBitWidth(e,t.bitWidth),mt.addIsSigned(e,t.isSigned),mt.endInt(e)}visitFloat(t,e){return $t.startFloatingPoint(e),$t.addPrecision(e,t.precision),$t.endFloatingPoint(e)}visitBinary(t,e){return Ne.startBinary(e),Ne.endBinary(e)}visitLargeBinary(t,e){return Le.startLargeBinary(e),Le.endLargeBinary(e)}visitBool(t,e){return Me.startBool(e),Me.endBool(e)}visitUtf8(t,e){return Ve.startUtf8(e),Ve.endUtf8(e)}visitLargeUtf8(t,e){return Ue.startLargeUtf8(e),Ue.endLargeUtf8(e)}visitDecimal(t,e){return yt.startDecimal(e),yt.addScale(e,t.scale),yt.addPrecision(e,t.precision),yt.addBitWidth(e,t.bitWidth),yt.endDecimal(e)}visitDate(t,e){return jt.startDate(e),jt.addUnit(e,t.unit),jt.endDate(e)}visitTime(t,e){return Bt.startTime(e),Bt.addUnit(e,t.unit),Bt.addBitWidth(e,t.bitWidth),Bt.endTime(e)}visitTimestamp(t,e){let n=t.timezone&&e.createString(t.timezone)||void 0;return xt.startTimestamp(e),xt.addUnit(e,t.unit),n!==void 0&&xt.addTimezone(e,n),xt.endTimestamp(e)}visitInterval(t,e){return Wt.startInterval(e),Wt.addUnit(e,t.unit),Wt.endInterval(e)}visitDuration(t,e){return zt.startDuration(e),zt.addUnit(e,t.unit),zt.endDuration(e)}visitList(t,e){return Ee.startList(e),Ee.endList(e)}visitStruct(t,e){return Ce.startStruct_(e),Ce.endStruct_(e)}visitUnion(t,e){gt.startTypeIdsVector(e,t.typeIds.length);let n=gt.createTypeIdsVector(e,t.typeIds);return gt.startUnion(e),gt.addMode(e,t.mode),gt.addTypeIds(e,n),gt.endUnion(e)}visitDictionary(t,e){let n=this.visit(t.indices,e);return ee.startDictionaryEncoding(e),ee.addId(e,BigInt(t.id)),ee.addIsOrdered(e,t.isOrdered),n!==void 0&&ee.addIndexType(e,n),ee.endDictionaryEncoding(e)}visitFixedSizeBinary(t,e){return kt.startFixedSizeBinary(e),kt.addByteWidth(e,t.byteWidth),kt.endFixedSizeBinary(e)}visitFixedSizeList(t,e){return Pt.startFixedSizeList(e),Pt.addListSize(e,t.listSize),Pt.endFixedSizeList(e)}visitMap(t,e){return Ht.startMap(e),Ht.addKeysSorted(e,t.keysSorted),Ht.endMap(e)}},Ls=new da;function bl(r,t=new Map){return new U(vh(r,t),Us(r.metadata),t)}function ha(r){return new lt(r.count,_l(r.columns),vl(r.columns),null)}function wl(r){return new Ft(ha(r.data),r.id,r.isDelta)}function vh(r,t){return(r.fields||[]).filter(Boolean).map(e=>F.fromJSON(e,t))}function ml(r,t){return(r.children||[]).filter(Boolean).map(e=>F.fromJSON(e,t))}function _l(r){return(r||[]).reduce((t,e)=>[...t,new fe(e.count,Ih(e.VALIDITY)),..._l(e.children)],[])}function vl(r,t=[]){for(let e=-1,n=(r||[]).length;++e<n;){let i=r[e];i.VALIDITY&&t.push(new ct(t.length,i.VALIDITY.length)),i.TYPE_ID&&t.push(new ct(t.length,i.TYPE_ID.length)),i.OFFSET&&t.push(new ct(t.length,i.OFFSET.length)),i.DATA&&t.push(new ct(t.length,i.DATA.length)),t=vl(i.children,t)}return t}function Ih(r){return(r||[]).reduce((t,e)=>t+ +(e===0),0)}function Il(r,t){let e,n,i,s,o,a;return!t||!(s=r.dictionary)?(o=gl(r,ml(r,t)),i=new F(r.name,o,r.nullable,Us(r.metadata))):t.has(e=s.id)?(n=(n=s.indexType)?yl(n):new At,a=new Zt(t.get(e),n,e,s.isOrdered),i=new F(r.name,a,r.nullable,Us(r.metadata))):(n=(n=s.indexType)?yl(n):new At,t.set(e,o=gl(r,ml(r,t))),a=new Zt(o,n,e,s.isOrdered),i=new F(r.name,a,r.nullable,Us(r.metadata))),i||null}function Us(r=[]){return new Map(r.map(({key:t,value:e})=>[t,e]))}function yl(r){return new nt(r.isSigned,r.bitWidth)}function gl(r,t){let e=r.type.name;switch(e){case"NONE":return new ft;case"null":return new ft;case"binary":return new re;case"largebinary":return new Ge;case"utf8":return new ne;case"largeutf8":return new Je;case"bool":return new ie;case"list":return new Et((t||[])[0]);case"struct":return new V(t||[]);case"struct_":return new V(t||[])}switch(e){case"int":{let n=r.type;return new nt(n.isSigned,n.bitWidth)}case"floatingpoint":{let n=r.type;return new Ut($[n.precision])}case"decimal":{let n=r.type;return new se(n.scale,n.precision,n.bitWidth)}case"date":{let n=r.type;return new Gt(X[n.unit])}case"time":{let n=r.type;return new Dt(f[n.unit],n.bitWidth)}case"timestamp":{let n=r.type;return new Tt(f[n.unit],n.timezone)}case"interval":{let n=r.type;return new Jt(H[n.unit])}case"duration":{let n=r.type;return new Ze(f[n.unit])}case"union":{let n=r.type,[i,...s]=(n.mode+"").toLowerCase(),o=i.toUpperCase()+s.join("");return new he(J[o],n.typeIds||[],t||[])}case"fixedsizebinary":{let n=r.type;return new Ke(n.byteWidth)}case"fixedsizelist":{let n=r.type;return new bt(n.listSize,(t||[])[0])}case"map":{let n=r.type;return new Rt((t||[])[0],n.keysSorted)}}throw new Error(`Unrecognized type: "${e}"`)}var Sh=nr,Bh=ht,ut=class{static fromJSON(t,e){let n=new ut(0,G.V5,e);return n._createHeader=xh(t,e),n}static decode(t){t=new Bh(A(t));let e=it.getRootAsMessage(t),n=e.bodyLength(),i=e.version(),s=e.headerType(),o=new ut(n,i,s);return o._createHeader=Ah(e,s),o}static encode(t){let e=new Sh,n=-1;return t.isSchema()?n=U.encode(e,t.header()):t.isRecordBatch()?n=lt.encode(e,t.header()):t.isDictionaryBatch()&&(n=Ft.encode(e,t.header())),it.startMessage(e),it.addVersion(e,G.V5),it.addHeader(e,n),it.addHeaderType(e,t.headerType),it.addBodyLength(e,BigInt(t.bodyLength)),it.finishMessageBuffer(e,it.endMessage(e)),e.asUint8Array()}static from(t,e=0){if(t instanceof U)return new ut(0,G.V5,C.Schema,t);if(t instanceof lt)return new ut(e,G.V5,C.RecordBatch,t);if(t instanceof Ft)return new ut(e,G.V5,C.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 compression(){return this._compression}get bodyLength(){return this._bodyLength}header(){return this._createHeader()}isSchema(){return this.headerType===C.Schema}isRecordBatch(){return this.headerType===C.RecordBatch}isDictionaryBatch(){return this.headerType===C.DictionaryBatch}constructor(t,e,n,i){this._version=e,this._headerType=n,this.body=new Uint8Array(0),this._compression=i?.compression,i&&(this._createHeader=()=>i),this._bodyLength=k(t)}},lt=class{get nodes(){return this._nodes}get length(){return this._length}get buffers(){return this._buffers}get compression(){return this._compression}constructor(t,e,n,i){this._nodes=e,this._buffers=n,this._length=k(t),this._compression=i}},Ft=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,n=!1){this._data=t,this._isDelta=n,this._id=k(e)}},ct=class{constructor(t,e){this.offset=k(t),this.length=k(e)}},fe=class{constructor(t,e){this.length=k(t),this.nullCount=k(e)}},Zr=class{constructor(t,e=Tr.BUFFER){this.type=t,this.method=e}};function xh(r,t){return()=>{switch(t){case C.Schema:return U.fromJSON(r);case C.RecordBatch:return lt.fromJSON(r);case C.DictionaryBatch:return Ft.fromJSON(r)}throw new Error(`Unrecognized Message type: { name: ${C[t]}, type: ${t} }`)}}function Ah(r,t){return()=>{switch(t){case C.Schema:return U.decode(r.header(new rt),new Map,r.version());case C.RecordBatch:return lt.decode(r.header(new vt),r.version());case C.DictionaryBatch:return Ft.decode(r.header(new ue),r.version())}throw new Error(`Unrecognized Message type: { name: ${C[t]}, type: ${t} }`)}}F.encode=Ch;F.decode=Eh;F.fromJSON=Il;U.encode=Rh;U.decode=Dh;U.fromJSON=bl;lt.encode=Vh;lt.decode=Th;lt.fromJSON=ha;Ft.encode=jh;Ft.decode=Oh;Ft.fromJSON=wl;fe.encode=zh;fe.decode=Nh;ct.encode=kh;ct.decode=Fh;Zr.encode=Dl;Zr.decode=Al;function Dh(r,t=new Map,e=G.V5){let n=Uh(r,t);return new U(n,Es(r),t,e)}function Th(r,t=G.V5){return new lt(r.length(),Mh(r),Lh(r,t),Al(r.compression()))}function Oh(r,t=G.V5){return new Ft(lt.decode(r.data(),t),r.id(),r.isDelta())}function Fh(r){return new ct(r.offset(),r.length())}function Nh(r){return new fe(r.length(),r.nullCount())}function Mh(r){let t=[];for(let e,n=-1,i=-1,s=r.nodesLength();++n<s;)(e=r.nodes(n))&&(t[++i]=fe.decode(e));return t}function Lh(r,t){let e=[];for(let n,i=-1,s=-1,o=r.buffersLength();++i<o;)(n=r.buffers(i))&&(t<G.V4&&(n.bb_pos+=8*(i+1)),e[++s]=ct.decode(n));return e}function Uh(r,t){let e=[];for(let n,i=-1,s=-1,o=r.fieldsLength();++i<o;)(n=r.fields(i))&&(e[++s]=F.decode(n,t));return e}function Sl(r,t){let e=[];for(let n,i=-1,s=-1,o=r.childrenLength();++i<o;)(n=r.children(i))&&(e[++s]=F.decode(n,t));return e}function Eh(r,t){let e,n,i,s,o,a;return!t||!(a=r.dictionary())?(i=xl(r,Sl(r,t)),n=new F(r.name(),i,r.nullable(),Es(r))):t.has(e=k(a.id()))?(s=(s=a.indexType())?Bl(s):new At,o=new Zt(t.get(e),s,e,a.isOrdered()),n=new F(r.name(),o,r.nullable(),Es(r))):(s=(s=a.indexType())?Bl(s):new At,t.set(e,i=xl(r,Sl(r,t))),o=new Zt(i,s,e,a.isOrdered()),n=new F(r.name(),o,r.nullable(),Es(r))),n||null}function Es(r){let t=new Map;if(r)for(let e,n,i=-1,s=Math.trunc(r.customMetadataLength());++i<s;)(e=r.customMetadata(i))&&(n=e.key())!=null&&t.set(n,e.value());return t}function Bl(r){return new nt(r.isSigned(),r.bitWidth())}function xl(r,t){let e=r.typeType();switch(e){case Z.NONE:return new ft;case Z.Null:return new ft;case Z.Binary:return new re;case Z.LargeBinary:return new Ge;case Z.Utf8:return new ne;case Z.LargeUtf8:return new Je;case Z.Bool:return new ie;case Z.List:return new Et((t||[])[0]);case Z.Struct_:return new V(t||[])}switch(e){case Z.Int:{let n=r.type(new mt);return new nt(n.isSigned(),n.bitWidth())}case Z.FloatingPoint:{let n=r.type(new $t);return new Ut(n.precision())}case Z.Decimal:{let n=r.type(new yt);return new se(n.scale(),n.precision(),n.bitWidth())}case Z.Date:{let n=r.type(new jt);return new Gt(n.unit())}case Z.Time:{let n=r.type(new Bt);return new Dt(n.unit(),n.bitWidth())}case Z.Timestamp:{let n=r.type(new xt);return new Tt(n.unit(),n.timezone())}case Z.Interval:{let n=r.type(new Wt);return new Jt(n.unit())}case Z.Duration:{let n=r.type(new zt);return new Ze(n.unit())}case Z.Union:{let n=r.type(new gt);return new he(n.mode(),n.typeIdsArray()||[],t||[])}case Z.FixedSizeBinary:{let n=r.type(new kt);return new Ke(n.byteWidth())}case Z.FixedSizeList:{let n=r.type(new Pt);return new bt(n.listSize(),(t||[])[0])}case Z.Map:{let n=r.type(new Ht);return new Rt((t||[])[0],n.keysSorted())}}throw new Error(`Unrecognized type: "${Z[e]}" (${e})`)}function Al(r){return r?new Zr(r.codec(),r.method()):null}function Rh(r,t){let e=t.fields.map(s=>F.encode(r,s));rt.startFieldsVector(r,e.length);let n=rt.createFieldsVector(r,e),i=t.metadata&&t.metadata.size>0?rt.createCustomMetadataVector(r,[...t.metadata].map(([s,o])=>{let a=r.createString(`${s}`),c=r.createString(`${o}`);return q.startKeyValue(r),q.addKey(r,a),q.addValue(r,c),q.endKeyValue(r)})):-1;return rt.startSchema(r),rt.addFields(r,n),rt.addEndianness(r,Ph?yr.Little:yr.Big),i!==-1&&rt.addCustomMetadata(r,i),rt.endSchema(r)}function Ch(r,t){let e=-1,n=-1,i=-1,s=t.type,o=t.typeId;p.isDictionary(s)?(o=s.dictionary.typeId,i=Ls.visit(s,r),n=Ls.visit(s.dictionary,r)):n=Ls.visit(s,r);let a=(s.children||[]).map(d=>F.encode(r,d)),c=st.createChildrenVector(r,a),l=t.metadata&&t.metadata.size>0?st.createCustomMetadataVector(r,[...t.metadata].map(([d,h])=>{let E=r.createString(`${d}`),x=r.createString(`${h}`);return q.startKeyValue(r),q.addKey(r,E),q.addValue(r,x),q.endKeyValue(r)})):-1;return t.name&&(e=r.createString(t.name)),st.startField(r),st.addType(r,n),st.addTypeType(r,o),st.addChildren(r,c),st.addNullable(r,!!t.nullable),e!==-1&&st.addName(r,e),i!==-1&&st.addDictionary(r,i),l!==-1&&st.addCustomMetadata(r,l),st.endField(r)}function Vh(r,t){let e=t.nodes||[],n=t.buffers||[];vt.startNodesVector(r,e.length);for(let a of e.slice().reverse())fe.encode(r,a);let i=r.endVector();vt.startBuffersVector(r,n.length);for(let a of n.slice().reverse())ct.encode(r,a);let s=r.endVector(),o=null;return t.compression!==null&&(o=Dl(r,t.compression)),vt.startRecordBatch(r),vt.addLength(r,BigInt(t.length)),vt.addNodes(r,i),vt.addBuffers(r,s),t.compression!==null&&o&&vt.addCompression(r,o),vt.endRecordBatch(r)}function Dl(r,t){return St.startBodyCompression(r),St.addCodec(r,t.type),St.addMethod(r,t.method),St.endBodyCompression(r)}function jh(r,t){let e=lt.encode(r,t.data);return ue.startDictionaryBatch(r),ue.addId(r,BigInt(t.id)),ue.addIsDelta(r,t.isDelta),ue.addData(r,e),ue.endDictionaryBatch(r)}function zh(r,t){return mn.createFieldNode(r,BigInt(t.length),BigInt(t.nullCount))}function kh(r,t){return pn.createBuffer(r,BigInt(t.offset),BigInt(t.length))}var Ph=(()=>{let r=new ArrayBuffer(2);return new DataView(r).setInt16(0,256,!0),new Int16Array(r)[0]===256})();var Q=Object.freeze({done:!0,value:void 0}),oi=class{constructor(t){this._json=t}get schema(){return this._json.schema}get batches(){return this._json.batches||[]}get dictionaries(){return this._json.dictionaries||[]}},Kr=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())}},Rs=class extends Kr{constructor(){super(),this._values=[],this.resolvers=[],this._closedPromise=new Promise(t=>this._closedPromiseResolve=t)}get closed(){return this._closedPromise}cancel(t){return m(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(Q);this._closedPromiseResolve(),this._closedPromiseResolve=void 0}}[Symbol.asyncIterator](){return this}toDOMStream(t){return _t.toDOMStream(this._closedPromiseResolve||this._error?this:this._values,t)}toNodeStream(t){return _t.toNodeStream(this._closedPromiseResolve||this._error?this:this._values,t)}throw(t){return m(this,void 0,void 0,function*(){return yield this.abort(t),Q})}return(t){return m(this,void 0,void 0,function*(){return yield this.close(),Q})}read(t){return m(this,void 0,void 0,function*(){return(yield this.next(t,"read")).value})}peek(t){return m(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,n)=>{this.resolvers.push({resolve:e,reject:n})}):Promise.resolve(Q)}_ensureOpen(){if(this._closedPromiseResolve)return!0;throw new Error("AsyncQueue is closed")}};var qe=class extends Rs{write(t){if((t=A(t)).byteLength>0)return super.write(t)}toString(t=!1){return t?Zn(this.toUint8Array(!0)):this.toUint8Array(!1).then(Zn)}toUint8Array(t=!1){return t?te(this._values)[0]:(()=>m(this,void 0,void 0,function*(){var e,n,i,s;let o=[],a=0;try{for(var c=!0,l=ge(this),d;d=yield l.next(),e=d.done,!e;c=!0){s=d.value,c=!1;let h=s;o.push(h),a+=h.byteLength}}catch(h){n={error:h}}finally{try{!c&&!e&&(i=l.return)&&(yield i.call(l))}finally{if(n)throw n.error}}return te(o,a)[0]}))()}},Qe=class{constructor(t){t&&(this.source=new fa(_t.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)}},Xt=class{constructor(t){t instanceof Xt?this.source=t.source:t instanceof qe?this.source=new ar(_t.fromAsyncIterable(t)):Qi(t)?this.source=new ar(_t.fromNodeStream(t)):Kn(t)?this.source=new ar(_t.fromDOMStream(t)):Xi(t)?this.source=new ar(_t.fromDOMStream(t.body)):we(t)?this.source=new ar(_t.fromIterable(t)):be(t)?this.source=new ar(_t.fromAsyncIterable(t)):ce(t)&&(this.source=new ar(_t.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)}},fa=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)||Q)}return(t){return Object.create(this.source.return&&this.source.return(t)||Q)}},ar=class{constructor(t){this.source=t,this._closedPromise=new Promise(e=>this._closedPromiseResolve=e)}cancel(t){return m(this,void 0,void 0,function*(){yield this.return(t)})}get closed(){return this._closedPromise}read(t){return m(this,void 0,void 0,function*(){return(yield this.next(t,"read")).value})}peek(t){return m(this,void 0,void 0,function*(){return(yield this.next(t,"peek")).value})}next(t){return m(this,arguments,void 0,function*(e,n="read"){return yield this.source.next({cmd:n,size:e})})}throw(t){return m(this,void 0,void 0,function*(){let e=this.source.throw&&(yield this.source.throw(t))||Q;return this._closedPromiseResolve&&this._closedPromiseResolve(),this._closedPromiseResolve=void 0,Object.create(e)})}return(t){return m(this,void 0,void 0,function*(){let e=this.source.return&&(yield this.source.return(t))||Q;return this._closedPromiseResolve&&this._closedPromiseResolve(),this._closedPromiseResolve=void 0,Object.create(e)})}};var ai=class extends Qe{constructor(t,e){super(),this.position=0,this.buffer=A(t),this.size=e===void 0?this.buffer.byteLength:e}readInt32(t){let{buffer:e,byteOffset:n}=this.readAt(t,4);return new DataView(e,n).getInt32(0,!0)}seek(t){return this.position=Math.min(t,this.size),t<this.size}read(t){let{buffer:e,size:n,position:i}=this;return e&&i<n?(typeof t!="number"&&(t=Number.POSITIVE_INFINITY),this.position=Math.min(n,i+Math.min(n-i,t)),e.subarray(i,this.position)):null}readAt(t,e){let n=this.buffer,i=Math.min(this.size,t+e);return n?n.subarray(t,i):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}}},Ir=class extends Xt{constructor(t,e){super(),this.position=0,this._handle=t,typeof e=="number"?this.size=e:this._pending=(()=>m(this,void 0,void 0,function*(){this.size=(yield t.stat()).size,delete this._pending}))()}readInt32(t){return m(this,void 0,void 0,function*(){let{buffer:e,byteOffset:n}=yield this.readAt(t,4);return new DataView(e,n).getInt32(0,!0)})}seek(t){return m(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 m(this,void 0,void 0,function*(){this._pending&&(yield this._pending);let{_handle:e,size:n,position:i}=this;if(e&&i<n){typeof t!="number"&&(t=Number.POSITIVE_INFINITY);let s=i,o=0,a=0,c=Math.min(n,s+Math.min(n-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 m(this,void 0,void 0,function*(){this._pending&&(yield this._pending);let{_handle:n,size:i}=this;if(n&&t+e<i){let s=Math.min(i,t+e),o=new Uint8Array(s-t);return(yield n.read(o,0,e,t)).buffer}return new Uint8Array(e)})}close(){return m(this,void 0,void 0,function*(){let t=this._handle;this._handle=null,t&&(yield t.close())})}throw(t){return m(this,void 0,void 0,function*(){return yield this.close(),{done:!0,value:t}})}return(t){return m(this,void 0,void 0,function*(){return yield this.close(),{done:!0,value:t}})}};var ma={};rr(ma,{BaseInt64:()=>ci,Int128:()=>qt,Int64:()=>wt,Uint64:()=>Y});function Fn(r){return r<0&&(r=4294967295+r+1),`0x${r.toString(16)}`}var Nn=8,pa=[1,10,100,1e3,1e4,1e5,1e6,1e7,1e8],ci=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]),n=new Uint32Array([t.buffer[1]>>>16,t.buffer[1]&65535,t.buffer[0]>>>16,t.buffer[0]&65535]),i=e[3]*n[3];this.buffer[0]=i&65535;let s=i>>>16;return i=e[2]*n[3],s+=i,i=e[3]*n[2]>>>0,s+=i,this.buffer[0]+=s<<16,this.buffer[1]=s>>>0<i?65536:0,this.buffer[1]+=s>>>16,this.buffer[1]+=e[1]*n[3]+e[2]*n[2]+e[3]*n[1],this.buffer[1]+=e[0]*n[3]+e[1]*n[2]+e[2]*n[1]+e[3]*n[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`${Fn(this.buffer[1])} ${Fn(this.buffer[0])}`}},Y=class extends ci{times(t){return this._times(t),this}plus(t){return this._plus(t),this}static from(t,e=new Uint32Array(2)){return Y.fromString(typeof t=="string"?t:t.toString(),e)}static fromNumber(t,e=new Uint32Array(2)){return Y.fromString(t.toString(),e)}static fromString(t,e=new Uint32Array(2)){let n=t.length,i=new Y(e);for(let s=0;s<n;){let o=Nn<n-s?Nn:n-s,a=new Y(new Uint32Array([Number.parseInt(t.slice(s,s+o),10),0])),c=new Y(new Uint32Array([pa[o],0]));i.times(c),i.plus(a),s+=o}return i}static convertArray(t){let e=new Uint32Array(t.length*2);for(let n=-1,i=t.length;++n<i;)Y.from(t[n],new Uint32Array(e.buffer,e.byteOffset+2*n*4,2));return e}static multiply(t,e){return new Y(new Uint32Array(t.buffer)).times(e)}static add(t,e){return new Y(new Uint32Array(t.buffer)).plus(e)}},wt=class extends ci{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,n=t.buffer[1]<<0;return e<n||e===n&&this.buffer[0]<t.buffer[0]}static from(t,e=new Uint32Array(2)){return wt.fromString(typeof t=="string"?t:t.toString(),e)}static fromNumber(t,e=new Uint32Array(2)){return wt.fromString(t.toString(),e)}static fromString(t,e=new Uint32Array(2)){let n=t.startsWith("-"),i=t.length,s=new wt(e);for(let o=n?1:0;o<i;){let a=Nn<i-o?Nn:i-o,c=new wt(new Uint32Array([Number.parseInt(t.slice(o,o+a),10),0])),l=new wt(new Uint32Array([pa[a],0]));s.times(l),s.plus(c),o+=a}return n?s.negate():s}static convertArray(t){let e=new Uint32Array(t.length*2);for(let n=-1,i=t.length;++n<i;)wt.from(t[n],new Uint32Array(e.buffer,e.byteOffset+2*n*4,2));return e}static multiply(t,e){return new wt(new Uint32Array(t.buffer)).times(e)}static add(t,e){return new wt(new Uint32Array(t.buffer)).plus(e)}},qt=class{constructor(t){this.buffer=t}high(){return new wt(new Uint32Array(this.buffer.buffer,this.buffer.byteOffset+8,2))}low(){return new wt(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 Y(new Uint32Array([this.buffer[3],0])),n=new Y(new Uint32Array([this.buffer[2],0])),i=new Y(new Uint32Array([this.buffer[1],0])),s=new Y(new Uint32Array([this.buffer[0],0])),o=new Y(new Uint32Array([t.buffer[3],0])),a=new Y(new Uint32Array([t.buffer[2],0])),c=new Y(new Uint32Array([t.buffer[1],0])),l=new Y(new Uint32Array([t.buffer[0],0])),d=Y.multiply(s,l);this.buffer[0]=d.low();let h=new Y(new Uint32Array([d.high(),0]));return d=Y.multiply(i,l),h.plus(d),d=Y.multiply(s,c),h.plus(d),this.buffer[1]=h.low(),this.buffer[3]=h.lessThan(d)?1:0,this.buffer[2]=h.high(),new Y(new Uint32Array(this.buffer.buffer,this.buffer.byteOffset+8,2)).plus(Y.multiply(n,l)).plus(Y.multiply(i,c)).plus(Y.multiply(s,a)),this.buffer[3]+=Y.multiply(e,l).plus(Y.multiply(n,c)).plus(Y.multiply(i,a)).plus(Y.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`${Fn(this.buffer[3])} ${Fn(this.buffer[2])} ${Fn(this.buffer[1])} ${Fn(this.buffer[0])}`}static multiply(t,e){return new qt(new Uint32Array(t.buffer)).times(e)}static add(t,e){return new qt(new Uint32Array(t.buffer)).plus(e)}static from(t,e=new Uint32Array(4)){return qt.fromString(typeof t=="string"?t:t.toString(),e)}static fromNumber(t,e=new Uint32Array(4)){return qt.fromString(t.toString(),e)}static fromString(t,e=new Uint32Array(4)){let n=t.startsWith("-"),i=t.length,s=new qt(e);for(let o=n?1:0;o<i;){let a=Nn<i-o?Nn:i-o,c=new qt(new Uint32Array([Number.parseInt(t.slice(o,o+a),10),0,0,0])),l=new qt(new Uint32Array([pa[a],0,0,0]));s.times(l),s.plus(c),o+=a}return n?s.negate():s}static convertArray(t){let e=new Uint32Array(t.length*4);for(let n=-1,i=t.length;++n<i;)qt.from(t[n],new Uint32Array(e.buffer,e.byteOffset+4*4*n,4));return e}};var ba={};rr(ba,{toIntervalDayTimeInt32Array:()=>ya,toIntervalDayTimeObjects:()=>$h,toIntervalMonthDayNanoInt32Array:()=>ga,toIntervalMonthDayNanoObjects:()=>Wh});function ya(r){var t,e;let n=r.length,i=new Int32Array(n*2);for(let s=0,o=0;s<n;s++){let a=r[s];i[o++]=(t=a.days)!==null&&t!==void 0?t:0,i[o++]=(e=a.milliseconds)!==null&&e!==void 0?e:0}return i}function ga(r){var t,e;let n=r.length,i=new Int32Array(n*4);for(let s=0,o=0;s<n;s++){let a=r[s];i[o++]=(t=a.months)!==null&&t!==void 0?t:0,i[o++]=(e=a.days)!==null&&e!==void 0?e:0;let c=a.nanoseconds;c?(i[o++]=Number(BigInt(c)&BigInt(4294967295)),i[o++]=Number(BigInt(c)>>BigInt(32))):o+=2}return i}function $h(r){let t=r.length,e=new Array(t/2);for(let n=0,i=0;n<t;n+=2)e[i++]={days:r[n],milliseconds:r[n+1]};return e}function Wh(r,t){let e=r.length,n=new Array(e/4);for(let i=0,s=0;i<e;i+=4){let o=BigInt(r[i+3])<<BigInt(32)|BigInt(r[i+2]>>>0);n[s++]={months:r[i],days:r[i+1],nanoseconds:t?`${o}`:o}}return n}var Mn=class extends w{constructor(t,e,n,i,s=G.V5){super(),this.nodesIndex=-1,this.buffersIndex=-1,this.bytes=t,this.nodes=e,this.buffers=n,this.dictionaries=i,this.metadataVersion=s}visit(t){return super.visit(t instanceof F?t.type:t)}visitNull(t,{length:e}=this.nextFieldNode()){return g({type:t,length:e})}visitBool(t,{length:e,nullCount:n}=this.nextFieldNode()){return g({type:t,length:e,nullCount:n,nullBitmap:this.readNullBitmap(t,n),data:this.readData(t)})}visitInt(t,{length:e,nullCount:n}=this.nextFieldNode()){return g({type:t,length:e,nullCount:n,nullBitmap:this.readNullBitmap(t,n),data:this.readData(t)})}visitFloat(t,{length:e,nullCount:n}=this.nextFieldNode()){return g({type:t,length:e,nullCount:n,nullBitmap:this.readNullBitmap(t,n),data:this.readData(t)})}visitUtf8(t,{length:e,nullCount:n}=this.nextFieldNode()){return g({type:t,length:e,nullCount:n,nullBitmap:this.readNullBitmap(t,n),valueOffsets:this.readOffsets(t),data:this.readData(t)})}visitLargeUtf8(t,{length:e,nullCount:n}=this.nextFieldNode()){return g({type:t,length:e,nullCount:n,nullBitmap:this.readNullBitmap(t,n),valueOffsets:this.readOffsets(t),data:this.readData(t)})}visitBinary(t,{length:e,nullCount:n}=this.nextFieldNode()){return g({type:t,length:e,nullCount:n,nullBitmap:this.readNullBitmap(t,n),valueOffsets:this.readOffsets(t),data:this.readData(t)})}visitLargeBinary(t,{length:e,nullCount:n}=this.nextFieldNode()){return g({type:t,length:e,nullCount:n,nullBitmap:this.readNullBitmap(t,n),valueOffsets:this.readOffsets(t),data:this.readData(t)})}visitFixedSizeBinary(t,{length:e,nullCount:n}=this.nextFieldNode()){return g({type:t,length:e,nullCount:n,nullBitmap:this.readNullBitmap(t,n),data:this.readData(t)})}visitDate(t,{length:e,nullCount:n}=this.nextFieldNode()){return g({type:t,length:e,nullCount:n,nullBitmap:this.readNullBitmap(t,n),data:this.readData(t)})}visitTimestamp(t,{length:e,nullCount:n}=this.nextFieldNode()){return g({type:t,length:e,nullCount:n,nullBitmap:this.readNullBitmap(t,n),data:this.readData(t)})}visitTime(t,{length:e,nullCount:n}=this.nextFieldNode()){return g({type:t,length:e,nullCount:n,nullBitmap:this.readNullBitmap(t,n),data:this.readData(t)})}visitDecimal(t,{length:e,nullCount:n}=this.nextFieldNode()){return g({type:t,length:e,nullCount:n,nullBitmap:this.readNullBitmap(t,n),data:this.readData(t)})}visitList(t,{length:e,nullCount:n}=this.nextFieldNode()){return g({type:t,length:e,nullCount:n,nullBitmap:this.readNullBitmap(t,n),valueOffsets:this.readOffsets(t),child:this.visit(t.children[0])})}visitStruct(t,{length:e,nullCount:n}=this.nextFieldNode()){return g({type:t,length:e,nullCount:n,nullBitmap:this.readNullBitmap(t,n),children:this.visitMany(t.children)})}visitUnion(t,{length:e,nullCount:n}=this.nextFieldNode()){return this.metadataVersion<G.V5&&this.readNullBitmap(t,n),t.mode===J.Sparse?this.visitSparseUnion(t,{length:e,nullCount:n}):this.visitDenseUnion(t,{length:e,nullCount:n})}visitDenseUnion(t,{length:e,nullCount:n}=this.nextFieldNode()){return g({type:t,length:e,nullCount:n,typeIds:this.readTypeIds(t),valueOffsets:this.readOffsets(t),children:this.visitMany(t.children)})}visitSparseUnion(t,{length:e,nullCount:n}=this.nextFieldNode()){return g({type:t,length:e,nullCount:n,typeIds:this.readTypeIds(t),children:this.visitMany(t.children)})}visitDictionary(t,{length:e,nullCount:n}=this.nextFieldNode()){return g({type:t,length:e,nullCount:n,nullBitmap:this.readNullBitmap(t,n),data:this.readData(t.indices),dictionary:this.readDictionary(t)})}visitInterval(t,{length:e,nullCount:n}=this.nextFieldNode()){return g({type:t,length:e,nullCount:n,nullBitmap:this.readNullBitmap(t,n),data:this.readData(t)})}visitDuration(t,{length:e,nullCount:n}=this.nextFieldNode()){return g({type:t,length:e,nullCount:n,nullBitmap:this.readNullBitmap(t,n),data:this.readData(t)})}visitFixedSizeList(t,{length:e,nullCount:n}=this.nextFieldNode()){return g({type:t,length:e,nullCount:n,nullBitmap:this.readNullBitmap(t,n),child:this.visit(t.children[0])})}visitMap(t,{length:e,nullCount:n}=this.nextFieldNode()){return g({type:t,length:e,nullCount:n,nullBitmap:this.readNullBitmap(t,n),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,n=this.nextBufferRange()){return e>0&&this.readData(t,n)||new Uint8Array(0)}readOffsets(t,e){return this.readData(t,e)}readTypeIds(t,e){return this.readData(t,e)}readData(t,{length:e,offset:n}=this.nextBufferRange()){return this.bytes.subarray(n,n+e)}readDictionary(t){return this.dictionaries.get(t.id)}},Cs=class extends Mn{constructor(t,e,n,i,s){super(new Uint8Array(0),e,n,i,s),this.sources=t}readNullBitmap(t,e,{offset:n}=this.nextBufferRange()){return e<=0?new Uint8Array(0):Hr(this.sources[n])}readOffsets(t,{offset:e}=this.nextBufferRange()){return R(Uint8Array,R(t.OffsetArrayType,this.sources[e]))}readTypeIds(t,{offset:e}=this.nextBufferRange()){return R(Uint8Array,R(t.ArrayType,this.sources[e]))}readData(t,{offset:e}=this.nextBufferRange()){let{sources:n}=this;if(p.isTimestamp(t))return R(Uint8Array,wt.convertArray(n[e]));if((p.isInt(t)||p.isTime(t))&&t.bitWidth===64||p.isDuration(t))return R(Uint8Array,wt.convertArray(n[e]));if(p.isDate(t)&&t.unit===X.MILLISECOND)return R(Uint8Array,wt.convertArray(n[e]));if(p.isDecimal(t))return R(Uint8Array,qt.convertArray(n[e]));if(p.isBinary(t)||p.isLargeBinary(t)||p.isFixedSizeBinary(t))return Hh(n[e]);if(p.isBool(t))return Hr(n[e]);if(p.isUtf8(t)||p.isLargeUtf8(t))return Te(n[e].join(""));if(p.isInterval(t))switch(t.unit){case H.DAY_TIME:return ya(n[e]);case H.MONTH_DAY_NANO:return ga(n[e]);default:break}return R(Uint8Array,R(t.ArrayType,n[e].map(i=>+i)))}};function Hh(r){let t=r.join(""),e=new Uint8Array(t.length/2);for(let n=0;n<t.length;n+=2)e[n>>1]=Number.parseInt(t.slice(n,n+2),16);return e}var Vs=class extends Mn{constructor(t,e,n,i,s){super(new Uint8Array(0),e,n,i,s),this.bodyChunks=t}readData(t,e=this.nextBufferRange()){return this.bodyChunks[this.buffersIndex]}};var Ln=class extends Kt{constructor(t){super(t),this._values=new xe(Uint8Array)}get byteLength(){let t=this._pendingLength+this.length*4;return this._offsets&&(t+=this._offsets.byteLength),this._values&&(t+=this._values.byteLength),this._nulls&&(t+=this._nulls.byteLength),t}setValue(t,e){return super.setValue(t,A(e))}_flushPending(t,e){let n=this._offsets,i=this._values.reserve(e).buffer,s=0;for(let[o,a]of t)if(a===void 0)n.set(o,0);else{let c=a.length;i.set(a,s),n.set(o,c),s+=c}}};var Un=class extends Kt{constructor(t){super(t),this._values=new xe(Uint8Array)}get byteLength(){let t=this._pendingLength+this.length*4;return this._offsets&&(t+=this._offsets.byteLength),this._values&&(t+=this._values.byteLength),this._nulls&&(t+=this._nulls.byteLength),t}setValue(t,e){return super.setValue(t,A(e))}_flushPending(t,e){let n=this._offsets,i=this._values.reserve(e).buffer,s=0;for(let[o,a]of t)if(a===void 0)n.set(o,BigInt(0));else{let c=a.length;i.set(a,s),n.set(o,BigInt(c)),s+=c}}};var js=class extends tt{constructor(t){super(t),this._values=new Tn}setValue(t,e){this._values.set(t,+e)}};var Xr=class extends at{};Xr.prototype._setValue=Go;var li=class extends Xr{};li.prototype._setValue=as;var ui=class extends Xr{};ui.prototype._setValue=cs;var di=class extends at{};di.prototype._setValue=Ko;var zs=class extends tt{constructor({type:t,nullValues:e,dictionaryHashFunction:n}){super({type:new Zt(t.dictionary,t.indices,t.id,t.isOrdered)}),this._nulls=null,this._dictionaryOffset=0,this._keysToIndices=Object.create(null),this.indices=pe({type:this.type.indices,nullValues:e}),this.dictionary=pe({type:this.type.dictionary,nullValues:null}),typeof n=="function"&&(this.valueToKey=n)}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 n=this.indices;return e=n.setValid(t,e),this.length=n.length,e}setValue(t,e){let n=this._keysToIndices,i=this.valueToKey(e),s=n[i];return s===void 0&&(n[i]=s=this._dictionaryOffset+this.dictionary.append(e).length-1),this.indices.setValue(t,s)}flush(){let t=this.type,e=this._dictionary,n=this.dictionary.toVector(),i=this.indices.flush().clone(t);return i.dictionary=e?e.concat(n):n,this.finished||(this._dictionaryOffset+=n.length),this._dictionary=i.dictionary,this.clear(),i}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 hi=class extends at{};hi.prototype._setValue=Yo;var ks=class extends tt{setValue(t,e){let[n]=this.children,i=t*this.stride;for(let s=-1,o=this.stride;++s<o;)n.set(i+s,e[s])}setValid(t,e){return super.setValid(t,e)||this.children[0].setValid((t+1)*this.stride-1,!1),e}addChild(t,e="0"){if(this.numChildren>0)throw new Error("FixedSizeListBuilder can only have one child.");let n=this.children.push(t);return this.type=new bt(this.type.listSize,new F(e,t.type,!0)),n}};var qr=class extends at{setValue(t,e){this._values.set(t,e)}},Ps=class extends qr{setValue(t,e){super.setValue(t,ei(e))}},$s=class extends qr{},Ws=class extends qr{};var Sr=class extends at{};Sr.prototype._setValue=Xo;var fi=class extends Sr{};fi.prototype._setValue=gs;var pi=class extends Sr{};pi.prototype._setValue=bs;var mi=class extends Sr{};mi.prototype._setValue=ws;var cr=class extends at{};cr.prototype._setValue=qo;var yi=class extends cr{};yi.prototype._setValue=_s;var gi=class extends cr{};gi.prototype._setValue=vs;var bi=class extends cr{};bi.prototype._setValue=Is;var wi=class extends cr{};wi.prototype._setValue=Ss;var me=class extends at{setValue(t,e){this._values.set(t,e)}},Hs=class extends me{},Ys=class extends me{},Gs=class extends me{},Js=class extends me{},Zs=class extends me{},Ks=class extends me{},Xs=class extends me{},qs=class extends me{};var Qs=class extends Kt{constructor(t){super(t),this._offsets=new On(t.type)}addChild(t,e="0"){if(this.numChildren>0)throw new Error("ListBuilder can only have one child.");return this.children[this.numChildren]=t,this.type=new Et(new F(e,t.type,!0)),this.numChildren-1}_flushPending(t){let e=this._offsets,[n]=this.children;for(let[i,s]of t)if(typeof s>"u")e.set(i,0);else{let o=s,a=o.length,c=e.set(i,a).buffer[i];for(let l=-1;++l<a;)n.set(c+l,o[l])}}};var to=class extends Kt{set(t,e){return super.set(t,e)}setValue(t,e){let n=e instanceof Map?e:new Map(Object.entries(e)),i=this._pending||(this._pending=new Map),s=i.get(t);s&&(this._pendingLength-=s.size),this._pendingLength+=n.size,i.set(t,n)}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 Rt(new F(e,t.type,!0),this.type.keysSorted),this.numChildren-1}_flushPending(t){let e=this._offsets,[n]=this.children;for(let[i,s]of t)if(s===void 0)e.set(i,0);else{let{[i]:o,[i+1]:a}=e.set(i,s.size).buffer;for(let c of s.entries())if(n.set(o,c),++o>=a)break}}};var eo=class extends tt{setValue(t,e){}setValid(t,e){return this.length=Math.max(t+1,this.length),e}};var ro=class extends tt{setValue(t,e){let{children:n,type:i}=this;switch(Array.isArray(e)||e.constructor){case!0:return i.children.forEach((s,o)=>n[o].set(t,e[o]));case Map:return i.children.forEach((s,o)=>n[o].set(t,e.get(s.name)));default:return i.children.forEach((s,o)=>n[o].set(t,e[s.name]))}}setValid(t,e){return super.setValid(t,e)||this.children.forEach(n=>n.setValid(t,e)),e}addChild(t,e=`${this.numChildren}`){let n=this.children.push(t);return this.type=new V([...this.type.children,new F(e,t.type,!0)]),n}};var lr=class extends at{};lr.prototype._setValue=Jo;var _i=class extends lr{};_i.prototype._setValue=ls;var vi=class extends lr{};vi.prototype._setValue=us;var Ii=class extends lr{};Ii.prototype._setValue=ds;var Si=class extends lr{};Si.prototype._setValue=hs;var ur=class extends at{};ur.prototype._setValue=Zo;var Bi=class extends ur{};Bi.prototype._setValue=fs;var xi=class extends ur{};xi.prototype._setValue=ps;var Ai=class extends ur{};Ai.prototype._setValue=ms;var Di=class extends ur{};Di.prototype._setValue=ys;var En=class extends tt{constructor(t){super(t),this._typeIds=new sr(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,n){return n===void 0&&(n=this._valueToChildTypeId(this,e,t)),this.setValue(t,e,n),this}setValue(t,e,n){this._typeIds.set(t,n);let i=this.type.typeIdToChildIndex[n],s=this.children[i];s?.set(t,e),this.length=Math.max(t+1,this.length)}addChild(t,e=`${this.children.length}`){let n=this.children.push(t),{type:{children:i,mode:s,typeIds:o}}=this,a=[...i,new F(e,t.type)];return this.type=new he(s,[...o,n],a),n}_valueToChildTypeId(t,e,n){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.")}},no=class extends En{},io=class extends En{constructor(t){super(t),this._offsets=new sr(Int32Array)}setValue(t,e,n){let i=this._typeIds.set(t,n).buffer[t],s=this.getChildAt(this.type.typeIdToChildIndex[i]),o=this._offsets.set(t,s.length).buffer[t];s?.set(o,e),this.length=Math.max(t+1,this.length)}};var Ti=class extends Kt{constructor(t){super(t),this._values=new xe(Uint8Array)}get byteLength(){let t=this._pendingLength+this.length*4;return this._offsets&&(t+=this._offsets.byteLength),this._values&&(t+=this._values.byteLength),this._nulls&&(t+=this._nulls.byteLength),t}setValue(t,e){return super.setValue(t,Te(e))}_flushPending(t,e){}};Ti.prototype._flushPending=Ln.prototype._flushPending;var Oi=class extends Kt{constructor(t){super(t),this._values=new xe(Uint8Array)}get byteLength(){let t=this._pendingLength+this.length*4;return this._offsets&&(t+=this._offsets.byteLength),this._values&&(t+=this._values.byteLength),this._nulls&&(t+=this._nulls.byteLength),t}setValue(t,e){return super.setValue(t,Te(e))}_flushPending(t,e){}};Oi.prototype._flushPending=Un.prototype._flushPending;var wa=class extends w{visitNull(){return eo}visitBool(){return js}visitInt(){return me}visitInt8(){return Hs}visitInt16(){return Ys}visitInt32(){return Gs}visitInt64(){return Js}visitUint8(){return Zs}visitUint16(){return Ks}visitUint32(){return Xs}visitUint64(){return qs}visitFloat(){return qr}visitFloat16(){return Ps}visitFloat32(){return $s}visitFloat64(){return Ws}visitUtf8(){return Ti}visitLargeUtf8(){return Oi}visitBinary(){return Ln}visitLargeBinary(){return Un}visitFixedSizeBinary(){return hi}visitDate(){return Xr}visitDateDay(){return li}visitDateMillisecond(){return ui}visitTimestamp(){return lr}visitTimestampSecond(){return _i}visitTimestampMillisecond(){return vi}visitTimestampMicrosecond(){return Ii}visitTimestampNanosecond(){return Si}visitTime(){return ur}visitTimeSecond(){return Bi}visitTimeMillisecond(){return xi}visitTimeMicrosecond(){return Ai}visitTimeNanosecond(){return Di}visitDecimal(){return di}visitList(){return Qs}visitStruct(){return ro}visitUnion(){return En}visitDenseUnion(){return io}visitSparseUnion(){return no}visitDictionary(){return zs}visitInterval(){return Sr}visitIntervalDayTime(){return fi}visitIntervalYearMonth(){return pi}visitIntervalMonthDayNano(){return mi}visitDuration(){return cr}visitDurationSecond(){return yi}visitDurationMillisecond(){return gi}visitDurationMicrosecond(){return bi}visitDurationNanosecond(){return wi}visitFixedSizeList(){return ks}visitMap(){return to}},Ol=new wa;var S=class extends w{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((n,i)=>this.compareFields(n,e[i]))}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 Ct(r,t){return t instanceof r.constructor}function Qr(r,t){return r===t||Ct(r,t)}function dr(r,t){return r===t||Ct(r,t)&&r.bitWidth===t.bitWidth&&r.isSigned===t.isSigned}function so(r,t){return r===t||Ct(r,t)&&r.precision===t.precision}function Yh(r,t){return r===t||Ct(r,t)&&r.byteWidth===t.byteWidth}function _a(r,t){return r===t||Ct(r,t)&&r.unit===t.unit}function Fi(r,t){return r===t||Ct(r,t)&&r.unit===t.unit&&r.timezone===t.timezone}function Ni(r,t){return r===t||Ct(r,t)&&r.unit===t.unit&&r.bitWidth===t.bitWidth}function Gh(r,t){return r===t||Ct(r,t)&&r.children.length===t.children.length&&tr.compareManyFields(r.children,t.children)}function Jh(r,t){return r===t||Ct(r,t)&&r.children.length===t.children.length&&tr.compareManyFields(r.children,t.children)}function va(r,t){return r===t||Ct(r,t)&&r.mode===t.mode&&r.typeIds.every((e,n)=>e===t.typeIds[n])&&tr.compareManyFields(r.children,t.children)}function Zh(r,t){return r===t||Ct(r,t)&&r.id===t.id&&r.isOrdered===t.isOrdered&&tr.visit(r.indices,t.indices)&&tr.visit(r.dictionary,t.dictionary)}function oo(r,t){return r===t||Ct(r,t)&&r.unit===t.unit}function Mi(r,t){return r===t||Ct(r,t)&&r.unit===t.unit}function Kh(r,t){return r===t||Ct(r,t)&&r.listSize===t.listSize&&r.children.length===t.children.length&&tr.compareManyFields(r.children,t.children)}function Xh(r,t){return r===t||Ct(r,t)&&r.keysSorted===t.keysSorted&&r.children.length===t.children.length&&tr.compareManyFields(r.children,t.children)}S.prototype.visitNull=Qr;S.prototype.visitBool=Qr;S.prototype.visitInt=dr;S.prototype.visitInt8=dr;S.prototype.visitInt16=dr;S.prototype.visitInt32=dr;S.prototype.visitInt64=dr;S.prototype.visitUint8=dr;S.prototype.visitUint16=dr;S.prototype.visitUint32=dr;S.prototype.visitUint64=dr;S.prototype.visitFloat=so;S.prototype.visitFloat16=so;S.prototype.visitFloat32=so;S.prototype.visitFloat64=so;S.prototype.visitUtf8=Qr;S.prototype.visitLargeUtf8=Qr;S.prototype.visitBinary=Qr;S.prototype.visitLargeBinary=Qr;S.prototype.visitFixedSizeBinary=Yh;S.prototype.visitDate=_a;S.prototype.visitDateDay=_a;S.prototype.visitDateMillisecond=_a;S.prototype.visitTimestamp=Fi;S.prototype.visitTimestampSecond=Fi;S.prototype.visitTimestampMillisecond=Fi;S.prototype.visitTimestampMicrosecond=Fi;S.prototype.visitTimestampNanosecond=Fi;S.prototype.visitTime=Ni;S.prototype.visitTimeSecond=Ni;S.prototype.visitTimeMillisecond=Ni;S.prototype.visitTimeMicrosecond=Ni;S.prototype.visitTimeNanosecond=Ni;S.prototype.visitDecimal=Qr;S.prototype.visitList=Gh;S.prototype.visitStruct=Jh;S.prototype.visitUnion=va;S.prototype.visitDenseUnion=va;S.prototype.visitSparseUnion=va;S.prototype.visitDictionary=Zh;S.prototype.visitInterval=oo;S.prototype.visitIntervalDayTime=oo;S.prototype.visitIntervalYearMonth=oo;S.prototype.visitIntervalMonthDayNano=oo;S.prototype.visitDuration=Mi;S.prototype.visitDurationSecond=Mi;S.prototype.visitDurationMillisecond=Mi;S.prototype.visitDurationMicrosecond=Mi;S.prototype.visitDurationNanosecond=Mi;S.prototype.visitFixedSizeList=Kh;S.prototype.visitMap=Xh;var tr=new S;function tn(r,t){return tr.compareSchemas(r,t)}function Fl(r,t){return tr.compareFields(r,t)}function Nl(r,t){return tr.visit(r,t)}function pe(r){let t=r.type,e=new(Ol.getVisitFn(t)())(r);if(t.children&&t.children.length>0){let n=r.children||[],i={nullValues:r.nullValues},s=Array.isArray(n)?(o,a)=>n[a]||i:({name:o})=>n[o]||i;for(let[o,a]of t.children.entries()){let{type:c}=a,l=s(a,o);e.children.push(pe(Object.assign(Object.assign({},l),{type:c})))}}return e}function ao(r,t){return qh(r,t.map(e=>e.data.concat()))}function qh(r,t){let e=[...r.fields],n=[],i={numBatches:t.reduce((h,E)=>Math.max(h,E.length),0)},s=0,o=0,a=-1,c=t.length,l,d=[];for(;i.numBatches-- >0;){for(o=Number.POSITIVE_INFINITY,a=-1;++a<c;)d[a]=l=t[a].shift(),o=Math.min(o,l?l.length:o);Number.isFinite(o)&&(d=Qh(e,o,d,t,i),o>0&&(n[s++]=g({type:new V(e),length:o,nullCount:0,children:d.slice()})))}return[r=r.assign(e),n.map(h=>new z(r,h))]}function Qh(r,t,e,n,i){var s;let o=(t+63&-64)>>3;for(let a=-1,c=n.length;++a<c;){let l=e[a],d=l?.length;if(d>=t)d===t?e[a]=l:(e[a]=l.slice(0,t),i.numBatches=Math.max(i.numBatches,n[a].unshift(l.slice(t,d-t))));else{let h=r[a];r[a]=h.clone({nullable:!0}),e[a]=(s=l?._changeLengthAndBackfillNullBitmap(t))!==null&&s!==void 0?s:g({type:h.type,length:t,nullCount:t,nullBitmap:new Uint8Array(o)})}}return e}var Ml,P=class{constructor(...t){var e,n;if(t.length===0)return this.batches=[],this.schema=new U([]),this._offsets=[0],this;let i,s;t[0]instanceof U&&(i=t.shift()),t.at(-1)instanceof Uint32Array&&(s=t.pop());let o=c=>{if(c){if(c instanceof z)return[c];if(c instanceof P)return c.batches;if(c instanceof N){if(c.type instanceof V)return[new z(new U(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),d=l.map(x=>new y([c[x]])),h=i??new U(l.map((x,K)=>new F(String(x),d[K].type,d[K].nullable))),[,E]=ao(h,d);return E.length===0?[new z(c)]:E}}}return[]},a=t.flatMap(c=>o(c));if(i=(n=i??((e=a[0])===null||e===void 0?void 0:e.schema))!==null&&n!==void 0?n:new U([]),!(i instanceof U))throw new TypeError("Table constructor expects a [Schema, RecordBatch[]] pair.");for(let c of a){if(!(c instanceof z))throw new TypeError("Table constructor expects a [Schema, RecordBatch[]] pair.");if(!tn(i,c.schema))throw new TypeError("Table and inner RecordBatch schemas must be equivalent.")}this.schema=i,this.batches=a,this._offsets=s??Ts(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=Ds(this.data)),this._nullCount}isValid(t){return!1}get(t){return null}at(t){return this.get(Pr(t,this.numRows))}set(t,e){}indexOf(t,e){return-1}[Symbol.iterator](){return this.batches.length>0?xn.visit(new y(this.data)):new Array(0)[Symbol.iterator]()}toArray(){return[...this]}toString(){return`[
|
|
14
14
|
${this.toArray().join(`,
|
|
15
15
|
`)}
|
|
16
|
-
]`}concat(...t){let e=this.schema,i=this.data.concat(t.flatMap(({data:n})=>n));return new k(e,i.map(n=>new j(e,n)))}slice(t,e){let i=this.schema;[t,e]=qi({length:this.numRows},t,e);let n=xs(this.data,this._offsets,t,e);return new k(i,n.map(s=>new j(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=g({type:i,length:0,nullCount:0});e.push(n._changeLengthAndBackfillNullBitmap(this.numRows))}return new y(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 y([g({type:new ut,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]=qs(i,a)}return new k(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 k(e,i)}assign(t){let e=this.schema.fields,[i,n]=t.schema.fields.reduce((a,c,l)=>{let[h,d]=a,P=e.findIndex(M=>M.name===c.name);return~P?d[P]=l:h.push(l),a},[[],[]]),s=this.schema.assign(t.schema),o=[...e.map((a,c)=>[c,n[c]]).map(([a,c])=>c===void 0?this.getChildAt(a):t.getChildAt(c)),...i.map(a=>t.getChildAt(a))].filter(Boolean);return new k(...qs(s,o))}};sl=Symbol.toStringTag;k[sl]=(r=>(r.schema=null,r.batches=[],r._offsets=new Uint32Array([0]),r._nullCount=-1,r[Symbol.isConcatSpreadable]=!0,r.isValid=_i(en),r.get=_i(ot.getVisitFn(u.Struct)),r.set=As(bt.getVisitFn(u.Struct)),r.indexOf=Ds(Wr.getVisitFn(u.Struct)),"Table"))(k.prototype);var al,j=class{constructor(...t){switch(t.length){case 2:{if([this.schema]=t,!(this.schema instanceof L))throw new TypeError("RecordBatch constructor expects a [Schema, Data] pair.");if([,this.data=g({nullCount:0,type:new C(this.schema.fields),children:this.schema.fields.map(e=>g({type:e.type,nullCount:0}))})]=t,!(this.data instanceof F))throw new TypeError("RecordBatch constructor expects a [Schema, Data] pair.");[this.schema,this.data]=ol(this.schema,this.data.children);break}case 1:{let[e]=t,{fields:i,children:n,length:s}=Object.keys(e).reduce((c,l,h)=>(c.children[h]=e[l],c.length=Math.max(c.length,e[l].length),c.fields[h]=T.new({name:l,type:e[l].type,nullable:!0}),c),{length:0,fields:new Array,children:new Array}),o=new L(i),a=g({type:new C(i),length:s,children:n,nullCount:0});[this.schema,this.data]=ol(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=cl(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 ot.visit(this.data,t)}at(t){return this.get(jr(t,this.numRows))}set(t,e){return bt.visit(this.data,t,e)}indexOf(t,e){return Wr.visit(this.data,t,e)}[Symbol.iterator](){return vi.visit(new y([this.data]))}toArray(){return[...this]}concat(...t){return new k(this.schema,[this,...t])}slice(t,e){let[i]=new y([this.data]).slice(t,e).data;return new j(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 y([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 y([g({type:new ut,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 L(s,new Map(this.schema.metadata)),n=g({type:new C(s),children:o})}return new j(i,n)}select(t){let e=this.schema.select(t),i=new C(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 j(e,g({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=g({type:new C(e.fields),length:this.numRows,children:i});return new j(e,n)}};al=Symbol.toStringTag;j[al]=(r=>(r._nullCount=-1,r[Symbol.isConcatSpreadable]=!0,"RecordBatch"))(j.prototype);function ol(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:g({type:c.type,length:e,nullCount:e,nullBitmap:new Uint8Array(o)}))}return[r.assign(n),g({type:new C(n),length:e,children:s})]}function cl(r,t,e=new Map){var i,n;if(((i=r?.length)!==null&&i!==void 0?i:0)>0&&r?.length===t?.length)for(let s=-1,o=r.length;++s<o;){let{type:a}=r[s],c=t[s];for(let l of[c,...((n=c?.dictionary)===null||n===void 0?void 0:n.data)||[]])cl(a.children,l?.children,e);if(p.isDictionary(a)){let{id:l}=a;if(!e.has(l))c?.dictionary&&e.set(l,c.dictionary);else if(e.get(l)!==c.dictionary)throw new Error("Cannot create Schema containing two different dictionaries with the same Id")}}return e}var qr=class extends j{constructor(t){let e=t.fields.map(n=>g({type:n.type})),i=g({type:new C(t.fields),nullCount:0,children:e});super(t,i)}};var nt=class{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 nt).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsMessage(t,e){return t.setPosition(t.position()+4),(e||new nt).__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):Y.V1}headerType(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.readUint8(this.bb_pos+t):R.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 K).__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,Y.V1)}static addHeaderType(t,e){t.addFieldInt8(1,e,R.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 nt.startMessage(t),nt.addVersion(t,e),nt.addHeaderType(t,i),nt.addHeader(t,n),nt.addBodyLength(t,s),nt.addCustomMetadata(t,o),nt.endMessage(t)}};var da=class extends w{visit(t,e){return t==null||e==null?void 0:super.visit(t,e)}visitNull(t,e){return Le.startNull(e),Le.endNull(e)}visitInt(t,e){return dt.startInt(e),dt.addBitWidth(e,t.bitWidth),dt.addIsSigned(e,t.isSigned),dt.endInt(e)}visitFloat(t,e){return jt.startFloatingPoint(e),jt.addPrecision(e,t.precision),jt.endFloatingPoint(e)}visitBinary(t,e){return Oe.startBinary(e),Oe.endBinary(e)}visitLargeBinary(t,e){return Ne.startLargeBinary(e),Ne.endLargeBinary(e)}visitBool(t,e){return Fe.startBool(e),Fe.endBool(e)}visitUtf8(t,e){return Re.startUtf8(e),Re.endUtf8(e)}visitLargeUtf8(t,e){return Me.startLargeUtf8(e),Me.endLargeUtf8(e)}visitDecimal(t,e){return ft.startDecimal(e),ft.addScale(e,t.scale),ft.addPrecision(e,t.precision),ft.addBitWidth(e,t.bitWidth),ft.endDecimal(e)}visitDate(t,e){return Et.startDate(e),Et.addUnit(e,t.unit),Et.endDate(e)}visitTime(t,e){return vt.startTime(e),vt.addUnit(e,t.unit),vt.addBitWidth(e,t.bitWidth),vt.endTime(e)}visitTimestamp(t,e){let i=t.timezone&&e.createString(t.timezone)||void 0;return It.startTimestamp(e),It.addUnit(e,t.unit),i!==void 0&&It.addTimezone(e,i),It.endTimestamp(e)}visitInterval(t,e){return zt.startInterval(e),zt.addUnit(e,t.unit),zt.endInterval(e)}visitDuration(t,e){return Rt.startDuration(e),Rt.addUnit(e,t.unit),Rt.endDuration(e)}visitList(t,e){return Ue.startList(e),Ue.endList(e)}visitStruct(t,e){return Ee.startStruct_(e),Ee.endStruct_(e)}visitUnion(t,e){pt.startTypeIdsVector(e,t.typeIds.length);let i=pt.createTypeIdsVector(e,t.typeIds);return pt.startUnion(e),pt.addMode(e,t.mode),pt.addTypeIds(e,i),pt.endUnion(e)}visitDictionary(t,e){let i=this.visit(t.indices,e);return Qt.startDictionaryEncoding(e),Qt.addId(e,BigInt(t.id)),Qt.addIsOrdered(e,t.isOrdered),i!==void 0&&Qt.addIndexType(e,i),Qt.endDictionaryEncoding(e)}visitFixedSizeBinary(t,e){return Ct.startFixedSizeBinary(e),Ct.addByteWidth(e,t.byteWidth),Ct.endFixedSizeBinary(e)}visitFixedSizeList(t,e){return Vt.startFixedSizeList(e),Vt.addListSize(e,t.listSize),Vt.endFixedSizeList(e)}visitMap(t,e){return kt.startMap(e),kt.addKeysSorted(e,t.keysSorted),kt.endMap(e)}},Qs=new da;function dl(r,t=new Map){return new L(dd(r,t),to(r.metadata),t)}function fa(r){return new wt(r.count,pl(r.columns),ml(r.columns))}function fl(r){return new Kt(fa(r.data),r.id,r.isDelta)}function dd(r,t){return(r.fields||[]).filter(Boolean).map(e=>T.fromJSON(e,t))}function ll(r,t){return(r.children||[]).filter(Boolean).map(e=>T.fromJSON(e,t))}function pl(r){return(r||[]).reduce((t,e)=>[...t,new de(e.count,fd(e.VALIDITY)),...pl(e.children)],[])}function ml(r,t=[]){for(let e=-1,i=(r||[]).length;++e<i;){let n=r[e];n.VALIDITY&&t.push(new Zt(t.length,n.VALIDITY.length)),n.TYPE_ID&&t.push(new Zt(t.length,n.TYPE_ID.length)),n.OFFSET&&t.push(new Zt(t.length,n.OFFSET.length)),n.DATA&&t.push(new Zt(t.length,n.DATA.length)),t=ml(n.children,t)}return t}function fd(r){return(r||[]).reduce((t,e)=>t+ +(e===0),0)}function yl(r,t){let e,i,n,s,o,a;return!t||!(s=r.dictionary)?(o=hl(r,ll(r,t)),n=new T(r.name,o,r.nullable,to(r.metadata))):t.has(e=s.id)?(i=(i=s.indexType)?ul(i):new St,a=new Yt(t.get(e),i,e,s.isOrdered),n=new T(r.name,a,r.nullable,to(r.metadata))):(i=(i=s.indexType)?ul(i):new St,t.set(e,o=hl(r,ll(r,t))),a=new Yt(o,i,e,s.isOrdered),n=new T(r.name,a,r.nullable,to(r.metadata))),n||null}function to(r=[]){return new Map(r.map(({key:t,value:e})=>[t,e]))}function ul(r){return new it(r.isSigned,r.bitWidth)}function hl(r,t){let e=r.type.name;switch(e){case"NONE":return new ut;case"null":return new ut;case"binary":return new te;case"largebinary":return new Ye;case"utf8":return new ee;case"largeutf8":return new He;case"bool":return new re;case"list":return new Nt((t||[])[0]);case"struct":return new C(t||[]);case"struct_":return new C(t||[])}switch(e){case"int":{let i=r.type;return new it(i.isSigned,i.bitWidth)}case"floatingpoint":{let i=r.type;return new Ft($[i.precision])}case"decimal":{let i=r.type;return new ie(i.scale,i.precision,i.bitWidth)}case"date":{let i=r.type;return new $t(Z[i.unit])}case"time":{let i=r.type;return new Bt(f[i.unit],i.bitWidth)}case"timestamp":{let i=r.type;return new xt(f[i.unit],i.timezone)}case"interval":{let i=r.type;return new Wt(tt[i.unit])}case"duration":{let i=r.type;return new Ge(f[i.unit])}case"union":{let i=r.type,[n,...s]=(i.mode+"").toLowerCase(),o=n.toUpperCase()+s.join("");return new le(G[o],i.typeIds||[],t||[])}case"fixedsizebinary":{let i=r.type;return new Je(i.byteWidth)}case"fixedsizelist":{let i=r.type;return new mt(i.listSize,(t||[])[0])}case"map":{let i=r.type;return new Mt((t||[])[0],i.keysSorted)}}throw new Error(`Unrecognized type: "${e}"`)}var pd=tr,md=Ot,ct=class{static fromJSON(t,e){let i=new ct(0,Y.V5,e);return i._createHeader=yd(t,e),i}static decode(t){t=new md(x(t));let e=nt.getRootAsMessage(t),i=e.bodyLength(),n=e.version(),s=e.headerType(),o=new ct(i,n,s);return o._createHeader=gd(e,s),o}static encode(t){let e=new pd,i=-1;return t.isSchema()?i=L.encode(e,t.header()):t.isRecordBatch()?i=wt.encode(e,t.header()):t.isDictionaryBatch()&&(i=Kt.encode(e,t.header())),nt.startMessage(e),nt.addVersion(e,Y.V5),nt.addHeader(e,i),nt.addHeaderType(e,t.headerType),nt.addBodyLength(e,BigInt(t.bodyLength)),nt.finishMessageBuffer(e,nt.endMessage(e)),e.asUint8Array()}static from(t,e=0){if(t instanceof L)return new ct(0,Y.V5,R.Schema,t);if(t instanceof wt)return new ct(e,Y.V5,R.RecordBatch,t);if(t instanceof Kt)return new ct(e,Y.V5,R.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===R.Schema}isRecordBatch(){return this.headerType===R.RecordBatch}isDictionaryBatch(){return this.headerType===R.DictionaryBatch}constructor(t,e,i,n){this._version=e,this._headerType=i,this.body=new Uint8Array(0),n&&(this._createHeader=()=>n),this._bodyLength=z(t)}},wt=class{get nodes(){return this._nodes}get length(){return this._length}get buffers(){return this._buffers}constructor(t,e,i){this._nodes=e,this._buffers=i,this._length=z(t)}},Kt=class{get id(){return this._id}get data(){return this._data}get isDelta(){return this._isDelta}get length(){return this.data.length}get nodes(){return this.data.nodes}get buffers(){return this.data.buffers}constructor(t,e,i=!1){this._data=t,this._isDelta=i,this._id=z(e)}},Zt=class{constructor(t,e){this.offset=z(t),this.length=z(e)}},de=class{constructor(t,e){this.length=z(t),this.nullCount=z(e)}};function yd(r,t){return()=>{switch(t){case R.Schema:return L.fromJSON(r);case R.RecordBatch:return wt.fromJSON(r);case R.DictionaryBatch:return Kt.fromJSON(r)}throw new Error(`Unrecognized Message type: { name: ${R[t]}, type: ${t} }`)}}function gd(r,t){return()=>{switch(t){case R.Schema:return L.decode(r.header(new et),new Map,r.version());case R.RecordBatch:return wt.decode(r.header(new _t),r.version());case R.DictionaryBatch:return Kt.decode(r.header(new ae),r.version())}throw new Error(`Unrecognized Message type: { name: ${R[t]}, type: ${t} }`)}}T.encode=Td;T.decode=Ad;T.fromJSON=yl;L.encode=Dd;L.decode=bd;L.fromJSON=dl;wt.encode=Od;wt.decode=wd;wt.fromJSON=fa;Kt.encode=Fd;Kt.decode=_d;Kt.fromJSON=fl;de.encode=Nd;de.decode=Id;Zt.encode=Md;Zt.decode=vd;function bd(r,t=new Map,e=Y.V5){let i=xd(r,t);return new L(i,eo(r),t,e)}function wd(r,t=Y.V5){if(r.compression()!==null)throw new Error("Record batch compression not implemented");return new wt(r.length(),Sd(r),Bd(r,t))}function _d(r,t=Y.V5){return new Kt(wt.decode(r.data(),t),r.id(),r.isDelta())}function vd(r){return new Zt(r.offset(),r.length())}function Id(r){return new de(r.length(),r.nullCount())}function Sd(r){let t=[];for(let e,i=-1,n=-1,s=r.nodesLength();++i<s;)(e=r.nodes(i))&&(t[++n]=de.decode(e));return t}function Bd(r,t){let e=[];for(let i,n=-1,s=-1,o=r.buffersLength();++n<o;)(i=r.buffers(n))&&(t<Y.V4&&(i.bb_pos+=8*(n+1)),e[++s]=Zt.decode(i));return e}function xd(r,t){let e=[];for(let i,n=-1,s=-1,o=r.fieldsLength();++n<o;)(i=r.fields(n))&&(e[++s]=T.decode(i,t));return e}function gl(r,t){let e=[];for(let i,n=-1,s=-1,o=r.childrenLength();++n<o;)(i=r.children(n))&&(e[++s]=T.decode(i,t));return e}function Ad(r,t){let e,i,n,s,o,a;return!t||!(a=r.dictionary())?(n=wl(r,gl(r,t)),i=new T(r.name(),n,r.nullable(),eo(r))):t.has(e=z(a.id()))?(s=(s=a.indexType())?bl(s):new St,o=new Yt(t.get(e),s,e,a.isOrdered()),i=new T(r.name(),o,r.nullable(),eo(r))):(s=(s=a.indexType())?bl(s):new St,t.set(e,n=wl(r,gl(r,t))),o=new Yt(n,s,e,a.isOrdered()),i=new T(r.name(),o,r.nullable(),eo(r))),i||null}function eo(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 bl(r){return new it(r.isSigned(),r.bitWidth())}function wl(r,t){let e=r.typeType();switch(e){case J.NONE:return new ut;case J.Null:return new ut;case J.Binary:return new te;case J.LargeBinary:return new Ye;case J.Utf8:return new ee;case J.LargeUtf8:return new He;case J.Bool:return new re;case J.List:return new Nt((t||[])[0]);case J.Struct_:return new C(t||[])}switch(e){case J.Int:{let i=r.type(new dt);return new it(i.isSigned(),i.bitWidth())}case J.FloatingPoint:{let i=r.type(new jt);return new Ft(i.precision())}case J.Decimal:{let i=r.type(new ft);return new ie(i.scale(),i.precision(),i.bitWidth())}case J.Date:{let i=r.type(new Et);return new $t(i.unit())}case J.Time:{let i=r.type(new vt);return new Bt(i.unit(),i.bitWidth())}case J.Timestamp:{let i=r.type(new It);return new xt(i.unit(),i.timezone())}case J.Interval:{let i=r.type(new zt);return new Wt(i.unit())}case J.Duration:{let i=r.type(new Rt);return new Ge(i.unit())}case J.Union:{let i=r.type(new pt);return new le(i.mode(),i.typeIdsArray()||[],t||[])}case J.FixedSizeBinary:{let i=r.type(new Ct);return new Je(i.byteWidth())}case J.FixedSizeList:{let i=r.type(new Vt);return new mt(i.listSize(),(t||[])[0])}case J.Map:{let i=r.type(new kt);return new Mt((t||[])[0],i.keysSorted())}}throw new Error(`Unrecognized type: "${J[e]}" (${e})`)}function Dd(r,t){let e=t.fields.map(s=>T.encode(r,s));et.startFieldsVector(r,e.length);let i=et.createFieldsVector(r,e),n=t.metadata&&t.metadata.size>0?et.createCustomMetadataVector(r,[...t.metadata].map(([s,o])=>{let a=r.createString(`${s}`),c=r.createString(`${o}`);return K.startKeyValue(r),K.addKey(r,a),K.addValue(r,c),K.endKeyValue(r)})):-1;return et.startSchema(r),et.addFields(r,i),et.addEndianness(r,Ud?mr.Little:mr.Big),n!==-1&&et.addCustomMetadata(r,n),et.endSchema(r)}function Td(r,t){let e=-1,i=-1,n=-1,s=t.type,o=t.typeId;p.isDictionary(s)?(o=s.dictionary.typeId,n=Qs.visit(s,r),i=Qs.visit(s.dictionary,r)):i=Qs.visit(s,r);let a=(s.children||[]).map(h=>T.encode(r,h)),c=st.createChildrenVector(r,a),l=t.metadata&&t.metadata.size>0?st.createCustomMetadataVector(r,[...t.metadata].map(([h,d])=>{let P=r.createString(`${h}`),M=r.createString(`${d}`);return K.startKeyValue(r),K.addKey(r,P),K.addValue(r,M),K.endKeyValue(r)})):-1;return t.name&&(e=r.createString(t.name)),st.startField(r),st.addType(r,i),st.addTypeType(r,o),st.addChildren(r,c),st.addNullable(r,!!t.nullable),e!==-1&&st.addName(r,e),n!==-1&&st.addDictionary(r,n),l!==-1&&st.addCustomMetadata(r,l),st.endField(r)}function Od(r,t){let e=t.nodes||[],i=t.buffers||[];_t.startNodesVector(r,e.length);for(let o of e.slice().reverse())de.encode(r,o);let n=r.endVector();_t.startBuffersVector(r,i.length);for(let o of i.slice().reverse())Zt.encode(r,o);let s=r.endVector();return _t.startRecordBatch(r),_t.addLength(r,BigInt(t.length)),_t.addNodes(r,n),_t.addBuffers(r,s),_t.endRecordBatch(r)}function Fd(r,t){let e=wt.encode(r,t.data);return ae.startDictionaryBatch(r),ae.addId(r,BigInt(t.id)),ae.addIsDelta(r,t.isDelta),ae.addData(r,e),ae.endDictionaryBatch(r)}function Nd(r,t){return hi.createFieldNode(r,BigInt(t.length),BigInt(t.nullCount))}function Md(r,t){return ui.createBuffer(r,BigInt(t.offset),BigInt(t.length))}var Ud=(()=>{let r=new ArrayBuffer(2);return new DataView(r).setInt16(0,256,!0),new Int16Array(r)[0]===256})();var ma=r=>`Expected ${R[r]} Message in stream, but was null or length 0.`,ya=r=>`Header pointer of flatbuffer-encoded ${R[r]} Message is null or length 0.`,_l=(r,t)=>`Expected to read ${r} metadata bytes, but only read ${t}.`,vl=(r,t)=>`Expected to read ${r} bytes for message body, but only read ${t}.`,Ni=class{constructor(t){this.source=t instanceof Xe?t:new Xe(t)}[Symbol.iterator](){return this}next(){let t;return(t=this.readMetadataLength()).done?X:t.value===-1&&(t=this.readMetadataLength()).done?X:(t=this.readMetadata(t.value)).done?X: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(ma(t));return e.value}readMessageBody(t){if(t<=0)return new Uint8Array(0);let e=x(this.source.read(t));if(e.byteLength<t)throw new Error(vl(t,e.byteLength));return e.byteOffset%8===0&&e.byteOffset+e.byteLength<=e.buffer.byteLength?e:e.slice()}readSchema(t=!1){let e=R.Schema,i=this.readMessage(e),n=i?.header();if(t&&!n)throw new Error(ya(e));return n}readMetadataLength(){let t=this.source.read(ro),e=t&&new Ot(t),i=e?.readInt32(0)||0;return{done:i===0,value:i}}readMetadata(t){let e=this.source.read(t);if(!e)return X;if(e.byteLength<t)throw new Error(_l(t,e.byteLength));return{done:!1,value:ct.decode(e)}}},Fn=class{constructor(t,e){this.source=t instanceof Gt?t:Gn(t)?new vr(t,e):new Gt(t)}[Symbol.asyncIterator](){return this}next(){return m(this,void 0,void 0,function*(){let t;return(t=yield this.readMetadataLength()).done?X:t.value===-1&&(t=yield this.readMetadataLength()).done?X:(t=yield this.readMetadata(t.value)).done?X:t})}throw(t){return m(this,void 0,void 0,function*(){return yield this.source.throw(t)})}return(t){return m(this,void 0,void 0,function*(){return yield this.source.return(t)})}readMessage(t){return m(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(ma(t));return e.value})}readMessageBody(t){return m(this,void 0,void 0,function*(){if(t<=0)return new Uint8Array(0);let e=x(yield this.source.read(t));if(e.byteLength<t)throw new Error(vl(t,e.byteLength));return e.byteOffset%8===0&&e.byteOffset+e.byteLength<=e.buffer.byteLength?e:e.slice()})}readSchema(){return m(this,arguments,void 0,function*(t=!1){let e=R.Schema,i=yield this.readMessage(e),n=i?.header();if(t&&!n)throw new Error(ya(e));return n})}readMetadataLength(){return m(this,void 0,void 0,function*(){let t=yield this.source.read(ro),e=t&&new Ot(t),i=e?.readInt32(0)||0;return{done:i===0,value:i}})}readMetadata(t){return m(this,void 0,void 0,function*(){let e=yield this.source.read(t);if(!e)return X;if(e.byteLength<t)throw new Error(_l(t,e.byteLength));return{done:!1,value:ct.decode(e)}})}},Nn=class extends Ni{constructor(t){super(new Uint8Array(0)),this._schema=!1,this._body=[],this._batchIndex=0,this._dictionaryIndex=0,this._json=t instanceof rn?t:new rn(t)}next(){let{_json:t}=this;if(!this._schema)return this._schema=!0,{done:!1,value:ct.fromJSON(t.schema,R.Schema)};if(this._dictionaryIndex<t.dictionaries.length){let e=t.dictionaries[this._dictionaryIndex++];return this._body=e.data.columns,{done:!1,value:ct.fromJSON(e,R.DictionaryBatch)}}if(this._batchIndex<t.batches.length){let e=t.batches[this._batchIndex++];return this._body=e.columns,{done:!1,value:ct.fromJSON(e,R.RecordBatch)}}return this._body=[],X}readMessageBody(t){return e(this._body);function e(i){return(i||[]).reduce((n,s)=>[...n,...s.VALIDITY&&[s.VALIDITY]||[],...s.TYPE_ID&&[s.TYPE_ID]||[],...s.OFFSET&&[s.OFFSET]||[],...s.DATA&&[s.DATA]||[],...e(s.children)],[])}}readMessage(t){let e;if((e=this.next()).done)return null;if(t!=null&&e.value.headerType!==t)throw new Error(ma(t));return e.value}readSchema(){let t=R.Schema,e=this.readMessage(t),i=e?.header();if(!e||!i)throw new Error(ya(t));return i}},ro=4,pa="ARROW1",Mi=new Uint8Array(pa.length);for(let r=0;r<pa.length;r+=1)Mi[r]=pa.codePointAt(r);function io(r,t=0){for(let e=-1,i=Mi.length;++e<i;)if(Mi[e]!==r[t+e])return!1;return!0}var Ui=Mi.length,ga=Ui+ro,Il=Ui*2+ro;var Lt=class extends Hr{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 me(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 Lt?t:Yn(t)?Ed(t):Gn(t)?Vd(t):me(t)?(()=>m(this,void 0,void 0,function*(){return yield Lt.from(yield t)}))():Jn(t)||Wi(t)||Kn(t)||se(t)?Cd(new Gt(t)):Rd(new Xe(t))}static readAll(t){return t instanceof Lt?t.isSync()?Sl(t):Bl(t):Yn(t)||ArrayBuffer.isView(t)||ye(t)||Hn(t)?Sl(t):Bl(t)}},lr=class extends Lt{constructor(t){super(t),this._impl=t}readAll(){return[...this]}[Symbol.iterator](){return this._impl[Symbol.iterator]()}[Symbol.asyncIterator](){return Xt(this,arguments,function*(){yield U(yield*ci(pe(this[Symbol.iterator]())))})}},Qr=class extends Lt{constructor(t){super(t),this._impl=t}readAll(){return m(this,void 0,void 0,function*(){var t,e,i,n;let s=new Array;try{for(var o=!0,a=pe(this),c;c=yield a.next(),t=c.done,!t;o=!0){n=c.value,o=!1;let l=n;s.push(l)}}catch(l){e={error:l}}finally{try{!o&&!t&&(i=a.return)&&(yield i.call(a))}finally{if(e)throw e.error}}return s})}[Symbol.iterator](){throw new Error("AsyncRecordBatchStreamReader is not Iterable")}[Symbol.asyncIterator](){return this._impl[Symbol.asyncIterator]()}},ti=class extends lr{constructor(t){super(t),this._impl=t}},no=class extends Qr{constructor(t){super(t),this._impl=t}},so=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=g({type:new C(this.schema.fields),length:t.length,children:i});return new j(this.schema,n)}_loadDictionaryBatch(t,e){let{id:i,isDelta:n}=t,{dictionaries:s,schema:o}=this,a=s.get(i),c=o.dictionaries.get(i),l=this._loadVectors(t.data,e,[c]);return(a&&n?a.concat(new y(l)):new y(l)).memoize()}_loadVectors(t,e,i){return new on(e,t.nodes,t.buffers,this.dictionaries,this.schema.metadataVersion).visitMany(i)}},Li=class extends so{constructor(t,e){super(e),this._reader=Yn(t)?new Nn(this._handle=t):new Ni(this._handle=t)}isSync(){return!0}isStream(){return!0}[Symbol.iterator](){return this}cancel(){!this.closed&&(this.closed=!0)&&(this.reset()._reader.return(),this._reader=null,this.dictionaries=null)}open(t){return this.closed||(this.autoDestroy=xl(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):X}return(t){return!this.closed&&this.autoDestroy&&(this.closed=!0)?this.reset()._reader.return(t):X}next(){if(this.closed)return X;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 qr(this.schema)}):this.return()}_readNextMessageAndValidate(t){return this._reader.readMessage(t)}},Ei=class extends so{constructor(t,e){super(e),this._reader=new Fn(this._handle=t)}isAsync(){return!0}isStream(){return!0}[Symbol.asyncIterator](){return this}cancel(){return m(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 m(this,void 0,void 0,function*(){return this.closed||(this.autoDestroy=xl(this,t),this.schema||(this.schema=yield this._reader.readSchema())||(yield this.cancel())),this})}throw(t){return m(this,void 0,void 0,function*(){return!this.closed&&this.autoDestroy&&(this.closed=!0)?yield this.reset()._reader.throw(t):X})}return(t){return m(this,void 0,void 0,function*(){return!this.closed&&this.autoDestroy&&(this.closed=!0)?yield this.reset()._reader.return(t):X})}next(){return m(this,void 0,void 0,function*(){if(this.closed)return X;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 qr(this.schema)}):yield this.return()})}_readNextMessageAndValidate(t){return m(this,void 0,void 0,function*(){return yield this._reader.readMessage(t)})}},oo=class extends Li{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 nn?t:new nn(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(R.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(R.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-ga,i=t.readInt32(e),n=t.readAt(e-i,i);return ir.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}},ba=class extends Ei{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 vr?t:new vr(t,i),n)}isFile(){return!0}isAsync(){return!0}open(t){let e=Object.create(null,{open:{get:()=>super.open}});return m(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){return m(this,void 0,void 0,function*(){var e;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(R.RecordBatch);if(n?.isRecordBatch()){let s=n.header(),o=yield this._reader.readMessageBody(n.bodyLength);return this._loadRecordBatch(s,o)}}return null})}_readDictionaryBatch(t){return m(this,void 0,void 0,function*(){var e;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(R.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 m(this,void 0,void 0,function*(){let{_handle:t}=this;t._pending&&(yield t._pending);let e=t.size-ga,i=yield t.readInt32(e),n=yield t.readAt(e-i,i);return ir.decode(n)})}_readNextMessageAndValidate(t){return m(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})}},wa=class extends Li{constructor(t,e){super(t,e)}_loadVectors(t,e,i){return new Fs(e,t.nodes,t.buffers,this.dictionaries,this.schema.metadataVersion).visitMany(i)}};function xl(r,t){return t&&typeof t.autoDestroy=="boolean"?t.autoDestroy:r.autoDestroy}function*Sl(r){let t=Lt.from(r);try{if(!t.open({autoDestroy:!1}).closed)do yield t;while(!t.reset().open().closed)}finally{t.cancel()}}function Bl(r){return Xt(this,arguments,function*(){let e=yield U(Lt.from(r));try{if(!(yield U(e.open({autoDestroy:!1}))).closed)do yield yield U(e);while(!(yield U(e.reset().open())).closed)}finally{yield U(e.cancel())}})}function Ed(r){return new lr(new wa(r))}function Rd(r){let t=r.peek(Ui+7&-8);return t&&t.byteLength>=4?io(t)?new ti(new oo(r.read())):new lr(new Li(r)):new lr(new Li(function*(){}()))}function Cd(r){return m(this,void 0,void 0,function*(){let t=yield r.peek(Ui+7&-8);return t&&t.byteLength>=4?io(t)?new ti(new oo(yield r.read())):new Qr(new Ei(r)):new Qr(new Ei(function(){return Xt(this,arguments,function*(){})}()))})}function Vd(r){return m(this,void 0,void 0,function*(){let{size:t}=yield r.stat(),e=new vr(r,t);return t>=Il&&io(yield e.readAt(0,Ui+7&-8))?new no(new ba(e)):new Qr(new Ei(e))})}var q=class extends w{static assemble(...t){let e=n=>n.flatMap(s=>Array.isArray(s)?e(s):s instanceof j?s.data.children:s.data),i=new q;return i.visitMany(e(t)),i}constructor(){super(),this._byteLength=0,this._nodes=[],this._buffers=[],this._bufferRegions=[]}visit(t){if(t instanceof y)return this.visitMany(t.data),this;let{type:e}=t;if(!p.isDictionary(e)){let{length:i}=t;if(i>2147483647)throw new RangeError("Cannot write arrays larger than 2^31 - 1 in length");if(p.isUnion(e))this.nodes.push(new de(i,0));else{let{nullCount:n}=t;p.isNull(e)||xe.call(this,n<=0?new Uint8Array(0):kr(t.offset,i,t.nullBitmap)),this.nodes.push(new de(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 xe(r){let t=r.byteLength+7&-8;return this.buffers.push(r),this.bufferRegions.push(new Zt(this._byteLength,t)),this._byteLength+=t,this}function jd(r){var t;let{type:e,length:i,typeIds:n,valueOffsets:s}=r;if(xe.call(this,n),e.mode===G.Sparse)return _a.call(this,r);if(e.mode===G.Dense){if(r.offset<=0)return xe.call(this,s),_a.call(this,r);{let o=new Int32Array(i),a=Object.create(null),c=Object.create(null);for(let l,h,d=-1;++d<i;)(l=n[d])!==void 0&&((h=a[l])===void 0&&(h=a[l]=s[d]),o[d]=s[d]-h,c[l]=((t=c[l])!==null&&t!==void 0?t:0)+1);xe.call(this,o),this.visitMany(r.children.map((l,h)=>{let d=e.typeIds[h],P=a[d],M=c[d];return l.slice(P,Math.min(i,M))}))}}return this}function zd(r){let t;return r.nullCount>=r.length?xe.call(this,new Uint8Array(0)):(t=r.values)instanceof Uint8Array?xe.call(this,kr(r.offset,r.length,t)):xe.call(this,Pr(r.values))}function ur(r){return xe.call(this,r.values.subarray(0,r.length*r.stride))}function ao(r){let{length:t,values:e,valueOffsets:i}=r,n=z(i[0]),s=z(i[t]),o=Math.min(s-n,e.byteLength-n);return xe.call(this,qn(-n,t+1,i)),xe.call(this,e.subarray(n,n+o)),this}function va(r){let{length:t,valueOffsets:e}=r;if(e){let{[0]:i,[t]:n}=e;return xe.call(this,qn(-i,t+1,e)),this.visit(r.children[0].slice(i,n-i))}return this.visit(r.children[0])}function _a(r){return this.visitMany(r.type.children.map((t,e)=>r.children[e]).filter(Boolean))[0]}q.prototype.visitBool=zd;q.prototype.visitInt=ur;q.prototype.visitFloat=ur;q.prototype.visitUtf8=ao;q.prototype.visitLargeUtf8=ao;q.prototype.visitBinary=ao;q.prototype.visitLargeBinary=ao;q.prototype.visitFixedSizeBinary=ur;q.prototype.visitDate=ur;q.prototype.visitTimestamp=ur;q.prototype.visitTime=ur;q.prototype.visitDecimal=ur;q.prototype.visitList=va;q.prototype.visitStruct=_a;q.prototype.visitUnion=jd;q.prototype.visitInterval=ur;q.prototype.visitDuration=ur;q.prototype.visitFixedSizeList=va;q.prototype.visitMap=va;var ei=class extends Hr{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 Ke,this._schema=null,this._dictionaryBlocks=[],this._recordBatchBlocks=[],this._seenDictionaries=new Map,this._dictionaryDeltaOffsets=new Map,Tt(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 me(t)?t.then(e=>this.writeAll(e)):se(t)?Sa(this,t):Ia(this,t)}get closed(){return this._sink.closed}[Symbol.asyncIterator](){return this._sink[Symbol.asyncIterator]()}toDOMStream(t){return this._sink.toDOMStream(t)}toNodeStream(t){return this._sink.toNodeStream(t)}close(){return this.reset()._sink.close()}abort(t){return this.reset()._sink.abort(t)}finish(){return this._autoDestroy?this.close():this.reset(this._sink,this._schema),this}reset(t=this._sink,e=null){return t===this._sink||t instanceof Ke?this._sink=t:(this._sink=new Ke,t&&ka(t)?this.toDOMStream({type:"bytes"}).pipeTo(t):t&&Pa(t)&&this.toNodeStream({objectMode:!1}).pipe(t)),this._started&&this._schema&&this._writeFooter(this._schema),this._started=!1,this._dictionaryBlocks=[],this._recordBatchBlocks=[],this._seenDictionaries=new Map,this._dictionaryDeltaOffsets=new Map,(!e||!Xr(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 k&&!(e=t.schema))return this.finish()&&void 0;if(t instanceof j&&!(e=t.schema))return this.finish()&&void 0}else throw new Error("RecordBatchWriter is closed");if(e&&!Xr(e,this._schema)){if(this._started&&this._autoDestroy)return this.close();this.reset(this._sink,e)}t instanceof j?t instanceof qr||this._writeRecordBatch(t):t instanceof k?this.writeAll(t.batches):ye(t)&&this.writeAll(t)}_writeMessage(t,e=8){let i=e-1,n=ct.encode(t),s=n.byteLength,o=this._writeLegacyIpcFormat?4:8,a=s+o+i&~i,c=a-s-o;return t.headerType===R.RecordBatch?this._recordBatchBlocks.push(new Be(a,t.bodyLength,this._position)):t.headerType===R.DictionaryBatch&&this._dictionaryBlocks.push(new Be(a,t.bodyLength,this._position)),this._writeLegacyIpcFormat||this._write(Int32Array.of(-1)),this._write(Int32Array.of(a-o)),s>0&&this._write(n),this._writePadding(c)}_write(t){if(this._started){let e=x(t);e&&e.byteLength>0&&(this._sink.write(e),this._position+=e.byteLength)}return this}_writeSchema(t){return this._writeMessage(ct.from(t))}_writeFooter(t){return this._writeLegacyIpcFormat?this._write(Int32Array.of(0)):this._write(Int32Array.of(-1,0))}_writeMagic(){return this._write(Mi)}_writePadding(t){return t>0?this._write(new Uint8Array(t)):this}_writeRecordBatch(t){let{byteLength:e,nodes:i,bufferRegions:n,buffers:s}=q.assemble(t),o=new wt(t.numRows,i,n),a=ct.from(o,e);return this._writeDictionaries(t)._writeMessage(a)._writeBodyBuffers(s)}_writeDictionaryBatch(t,e,i=!1){let{byteLength:n,nodes:s,bufferRegions:o,buffers:a}=q.assemble(new y([t])),c=new wt(t.length,s,o),l=new Kt(c,e,i),h=ct.from(l,n);return this._writeMessage(h)._writeBodyBuffers(a)}_writeBodyBuffers(t){let e,i,n;for(let s=-1,o=t.length;++s<o;)(e=t[s])&&(i=e.byteLength)>0&&(this._write(e),(n=(i+7&-8)-i)>0&&this._writePadding(n));return this}_writeDictionaries(t){var e,i;for(let[n,s]of t.dictionaries){let o=(e=s?.data)!==null&&e!==void 0?e:[],a=this._seenDictionaries.get(n),c=(i=this._dictionaryDeltaOffsets.get(n))!==null&&i!==void 0?i:0;if(!a||a.data[0]!==o[0])for(let[l,h]of o.entries())this._writeDictionaryBatch(h,n,l>0);else if(c<o.length)for(let l of o.slice(c))this._writeDictionaryBatch(l,n,!0);this._seenDictionaries.set(n,s),this._dictionaryDeltaOffsets.set(n,o.length)}return this}},ri=class extends ei{static writeAll(t,e){let i=new ri(e);return me(t)?t.then(n=>i.writeAll(n)):se(t)?Sa(i,t):Ia(i,t)}},ii=class extends ei{static writeAll(t){let e=new ii;return me(t)?t.then(i=>e.writeAll(i)):se(t)?Sa(e,t):Ia(e,t)}constructor(){super(),this._autoDestroy=!0}_writeSchema(t){return this._writeMagic()._writePadding(2)}_writeDictionaryBatch(t,e,i=!1){if(!i&&this._seenDictionaries.has(e))throw new Error("The Arrow File format does not support replacement dictionaries. ");return super._writeDictionaryBatch(t,e,i)}_writeFooter(t){let e=ir.encode(new ir(t,Y.V5,this._recordBatchBlocks,this._dictionaryBlocks));return super._writeFooter(t)._write(e)._write(Int32Array.of(e.byteLength))._writeMagic()}};function Ia(r,t){let e=t;t instanceof k&&(e=t.batches,r.reset(void 0,t.schema));for(let i of e)r.write(i);return r.finish()}function Sa(r,t){return m(this,void 0,void 0,function*(){var e,i,n,s,o,a,c;try{for(e=!0,i=pe(t);n=yield i.next(),s=n.done,!s;e=!0){c=n.value,e=!1;let l=c;r.write(l)}}catch(l){o={error:l}}finally{try{!e&&!s&&(a=i.return)&&(yield a.call(i))}finally{if(o)throw o.error}}return r.finish()})}function Al(r,t){if(se(r))return Pd(r,t);if(ye(r))return kd(r,t);throw new Error("toDOMStream() must be called with an Iterable or AsyncIterable")}function kd(r,t){let e=null,i=t?.type==="bytes"||!1,n=t?.highWaterMark||Math.pow(2,24);return new ReadableStream(Object.assign(Object.assign({},t),{start(o){s(o,e||(e=r[Symbol.iterator]()))},pull(o){e?s(o,e):o.close()},cancel(){(e?.return&&e.return()||!0)&&(e=null)}}),Object.assign({highWaterMark:i?n:void 0},t));function s(o,a){let c,l=null,h=o.desiredSize||null;for(;!(l=a.next(i?h:null)).done;)if(ArrayBuffer.isView(l.value)&&(c=x(l.value))&&(h!=null&&i&&(h=h-c.byteLength+1),l.value=c),o.enqueue(l.value),h!=null&&--h<=0)return;o.close()}}function Pd(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 m(this,void 0,void 0,function*(){yield s(o,e||(e=r[Symbol.asyncIterator]()))})},pull(o){return m(this,void 0,void 0,function*(){e?yield s(o,e):o.close()})},cancel(){return m(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 m(this,void 0,void 0,function*(){let c,l=null,h=o.desiredSize||null;for(;!(l=yield a.next(i?h:null)).done;)if(ArrayBuffer.isView(l.value)&&(c=x(l.value))&&(h!=null&&i&&(h=h-c.byteLength+1),l.value=c),o.enqueue(l.value),h!=null&&--h<=0)return;o.close()})}}function Ol(r){return new Ba(r)}var Ba=class{constructor(t){this._numChunks=0,this._finished=!1,this._bufferedSize=0;let{["readableStrategy"]:e,["writableStrategy"]:i,["queueingStrategy"]:n="count"}=t,s=ja(t,["readableStrategy","writableStrategy","queueingStrategy"]);this._controller=null,this._builder=ue(s),this._getSize=n!=="bytes"?Dl:Tl;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"?Dl:Tl}),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)}},Dl=r=>{var t;return(t=r?.length)!==null&&t!==void 0?t:0},Tl=r=>{var t;return(t=r?.byteLength)!==null&&t!==void 0?t:0};function co(r,t){let e=new Ke,i=null,n=new ReadableStream({cancel(){return m(this,void 0,void 0,function*(){yield e.close()})},start(a){return m(this,void 0,void 0,function*(){yield o(a,i||(i=yield s()))})},pull(a){return m(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 m(this,void 0,void 0,function*(){return yield(yield Lt.from(e)).open(t)})}function o(a,c){return m(this,void 0,void 0,function*(){let l=a.desiredSize,h=null;for(;!(h=yield c.next()).done;)if(a.enqueue(h.value),l!=null&&--l<=0)return;a.close()})}}function lo(r,t){let e=new this(r),i=new Gt(e),n=new ReadableStream({cancel(){return m(this,void 0,void 0,function*(){yield i.cancel()})},pull(o){return m(this,void 0,void 0,function*(){yield s(o)})},start(o){return m(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 m(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()})}}var ef=Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},Co),aa),Qo),Vo),Fo),qo),Uo),{compareSchemas:Xr,compareFields:il,compareTypes:nl});gt.toDOMStream=Al;Q.throughDOM=Ol;Lt.throughDOM=co;ti.throughDOM=co;lr.throughDOM=co;ei.throughDOM=lo;ii.throughDOM=lo;ri.throughDOM=lo;function Ri(r){return Mn(r)}function Ci(r){return Un(r)}function Mn(r){return{fields:r.fields.map(t=>ni(t)),metadata:uo(r.metadata)}}function Un(r){return new L(r.fields.map(t=>si(t)),ho(r.metadata))}function uo(r){return Object.fromEntries(r)}function ho(r){return r?new Map(Object.entries(r)):new Map}function ni(r){return{name:r.name,type:xa(r.type),nullable:r.nullable,metadata:uo(r.metadata)}}function si(r){return new T(r.name,Ln(r.type),r.nullable,ho(r.metadata))}function xa(r){switch(r.constructor){case ut:return"null";case te:return"binary";case re:return"bool";case it:let t=r;return`${t.isSigned?"u":""}int${t.bitWidth}`;case Ce:return"int8";case Ve:return"int16";case St:return"int32";case je:return"int64";case ze:return"uint8";case ke:return"uint16";case Pe:return"uint32";case $e:return"uint64";case Ft:switch(r.precision){case $.HALF:return"float16";case $.SINGLE:return"float32";case $.DOUBLE:return"float64";default:return"float16"}case yr:return"float16";case ce:return"float32";case We:return"float64";case ee:return"utf8";case ie:let i=r;return{type:"decimal",bitWidth:i.bitWidth,precision:i.precision,scale:i.scale};case $t:return r.unit===Z.DAY?"date-day":"date-millisecond";case Dr:return"date-day";case Tr:return"date-millisecond";case Bt:switch(r.unit){case f.SECOND:return"time-second";case f.MILLISECOND:return"time-millisecond";case f.MICROSECOND:return"time-microsecond";case f.NANOSECOND:return"time-nanosecond";default:return"time-second"}case Fr:return"time-millisecond";case Or:return"time-second";case Nr:return"time-microsecond";case Mr:return"time-nanosecond";case xt:switch(r.unit){case f.SECOND:return"timestamp-second";case f.MILLISECOND:return"timestamp-millisecond";case f.MICROSECOND:return"timestamp-microsecond";case f.NANOSECOND:return"timestamp-nanosecond";default:return"timestamp-second"}case Ur:return"timestamp-second";case Lr:return"timestamp-millisecond";case Er:return"timestamp-microsecond";case Rr:return"timestamp-nanosecond";case Wt:switch(r.unit){case tt.DAY_TIME:return"interval-daytime";case tt.YEAR_MONTH:return"interval-yearmonth";default:return"interval-daytime"}case Cr:return"interval-daytime";case Vr:return"interval-yearmonth";case Mt:let c=r;return{type:"map",keysSorted:c.keysSorted,children:c.children.map(M=>ni(M))};case Nt:let h=r.valueField;return{type:"list",children:[ni(h)]};case mt:let d=r;return{type:"fixed-size-list",listSize:d.listSize,children:[ni(d.children[0])]};case C:return{type:"struct",children:r.children.map(M=>ni(M))};default:throw new Error(`arrow type not supported: ${r.constructor.name}`)}}function Ln(r){if(typeof r=="object")switch(r.type){case"decimal":return new ie(r.precision,r.scale,r.bitWidth);case"map":let t=r.children.map(n=>si(n));return new Mt(t,r.keysSorted);case"list":let e=si(r.children[0]);return new Nt(e);case"fixed-size-list":let i=si(r.children[0]);return new mt(r.listSize,i);case"struct":return t=r.children.map(n=>si(n)),new C(t);default:throw new Error("array type not supported")}switch(r){case"null":return new ut;case"binary":return new te;case"bool":return new re;case"int8":return new Ce;case"int16":return new Ve;case"int32":return new St;case"int64":return new je;case"uint8":return new ze;case"uint16":return new ke;case"uint32":return new Pe;case"uint64":return new $e;case"float16":return new yr;case"float32":return new ce;case"float64":return new We;case"utf8":return new ee;case"date-day":return new Dr;case"date-millisecond":return new Tr;case"time-second":return new Or;case"time-millisecond":return new Fr;case"time-microsecond":return new Nr;case"time-nanosecond":return new Mr;case"timestamp-second":return new Ur;case"timestamp-millisecond":return new Lr;case"timestamp-microsecond":return new Er;case"timestamp-nanosecond":return new Rr;case"interval-daytime":return new Cr;case"interval-yearmonth":return new Vr;default:throw new Error("array type not supported")}}function Sr(r){switch(r.shape){case"array-row-table":case"object-row-table":return nf(r.data);case"geojson-table":return sf(r.features);case"columnar-table":return rf(r.data);case"arrow-table":default:throw new Error("Deduce schema")}}function rf(r){let t=[];for(let[e,i]of Object.entries(r)){let n=of(i,e);t.push(n)}return{fields:t,metadata:{}}}function nf(r){if(!r.length)throw new Error("deduce from empty table");let t=[],e=r[0];for(let[i,n]of Object.entries(e))t.push(Fl(n,i));return{fields:t,metadata:{}}}function sf(r){if(!r.length)throw new Error("deduce from empty table");let t=[],e=r[0].properties||{};for(let[i,n]of Object.entries(e))t.push(Fl(n,i));return{fields:t,metadata:{}}}function of(r,t){if(ArrayBuffer.isView(r)){let e=oi(r);return{name:t,type:e.type||"null",nullable:e.nullable}}if(Array.isArray(r)&&r.length>0){let e=r[0],i=Wn(e);return{name:t,type:i,nullable:!0}}throw new Error("empty table")}function Fl(r,t){let e=Wn(r);return{name:t,type:e,nullable:!0}}function Nl(r){let t;switch(af(r)){case"array-row-table":t={shape:"array-row-table",data:r};break;case"object-row-table":t={shape:"object-row-table",data:r};break;case"columnar-table":t={shape:"columnar-table",data:r};break;case"arrow-table":t={shape:"arrow-table",data:r};break;default:throw new Error("table")}let e=Sr(t);return{...t,schema:e}}function af(r){if(r instanceof k)return"arrow-table";if(Array.isArray(r)){if(r.length===0)throw new Error("cannot deduce type of empty table");let t=r[0];if(Array.isArray(t))return"array-row-table";if(t&&typeof t=="object")return"object-row-table"}if(r&&typeof r=="object")return"columnar-table";throw new Error("invalid table")}function Ml(r){switch(typeof r=="object"&&r?.shape){case"array-row-table":case"object-row-table":return Array.isArray(r.data);case"geojson-table":return Array.isArray(r.features);case"columnar-table":return r.data&&typeof r.data=="object";case"arrow-table":return Boolean(r?.data?.numRows!==void 0);default:return!1}}function ht(r){switch(r.shape){case"array-row-table":case"object-row-table":return r.data.length;case"geojson-table":return r.features.length;case"arrow-table":return r.data.numRows;case"columnar-table":for(let e of Object.values(r.data))return e.length||0;return 0;default:throw new Error("table")}}function Vi(r){if(r.schema)return r.schema.fields.length;if(ht(r)===0)throw new Error("empty table");switch(r.shape){case"array-row-table":return r.data[0].length;case"object-row-table":return Object.keys(r.data[0]).length;case"geojson-table":return Object.keys(r.features[0]).length;case"columnar-table":return Object.keys(r.data).length;case"arrow-table":return r.data.numCols;default:throw new Error("table")}}function ji(r,t,e){switch(r.shape){case"array-row-table":let i=Aa(r,e);return r.data[t][i];case"object-row-table":return r.data[t][e];case"geojson-table":return r.features[t][e];case"columnar-table":return r.data[e][t];case"arrow-table":let s=r.data,o=s.schema.fields.findIndex(a=>a.name===e);return s.getChildAt(o)?.get(t);default:throw new Error("todo")}}function fo(r,t,e){switch(r.shape){case"array-row-table":return r.data[t][e];case"object-row-table":let i=En(r,e);return r.data[t][i];case"geojson-table":let n=En(r,e);return r.features[t][n];case"columnar-table":let s=En(r,e);return r.data[s][t];case"arrow-table":return r.data.getChildAt(e)?.get(t);default:throw new Error("todo")}}function Ul(r){switch(r.shape){case"array-row-table":case"object-row-table":return r.shape;case"geojson-table":return"object-row-table";case"columnar-table":default:throw new Error("Not a row table")}}function Aa(r,t){let e=r.schema?.fields.findIndex(i=>i.name===t);if(e===void 0)throw new Error(t);return e}function En(r,t){let e=r.schema?.fields[t]?.name;if(!e)throw new Error(`${t}`);return e}function Rn(r,t,e,i){switch(r.shape){case"object-row-table":return i?Object.fromEntries(Object.entries(r.data[t])):r.data[t];case"array-row-table":if(r.schema){let c=e||{};for(let l=0;l<r.schema.fields.length;l++)c[r.schema.fields[l].name]=r.data[t][l];return c}throw new Error("no schema");case"geojson-table":if(r.schema){let c=e||{};for(let l=0;l<r.schema.fields.length;l++)c[r.schema.fields[l].name]=r.features[t][l];return c}throw new Error("no schema");case"columnar-table":if(r.schema){let c=e||{};for(let l=0;l<r.schema.fields.length;l++)c[r.schema.fields[l].name]=r.data[r.schema.fields[l].name][t];return c}else{let c=e||{};for(let[l,h]of Object.entries(r.data))c[l]=h[t];return c}case"arrow-table":let n=r.data,s=e||{},o=n.get(t),a=n.schema;for(let c=0;c<a.fields.length;c++)s[a.fields[c].name]=o?.[a.fields[c].name];return s;default:throw new Error("shape")}}function Cn(r,t,e,i){switch(r.shape){case"array-row-table":return i?Array.from(r.data[t]):r.data[t];case"object-row-table":if(r.schema){let c=e||[];for(let l=0;l<r.schema.fields.length;l++)c[l]=r.data[t][r.schema.fields[l].name];return c}return Object.values(r.data[t]);case"geojson-table":if(r.schema){let c=e||[];for(let l=0;l<r.schema.fields.length;l++)c[l]=r.features[t][r.schema.fields[l].name];return c}return Object.values(r.features[t]);case"columnar-table":if(r.schema){let c=e||[];for(let l=0;l<r.schema.fields.length;l++)c[l]=r.data[r.schema.fields[l].name][t];return c}else{let c=e||[],l=0;for(let h of Object.values(r.data))c[l]=h[t],l++;return c}case"arrow-table":let n=r.data,s=e||[],o=n.get(t),a=n.schema;for(let c=0;c<a.fields.length;c++)s[c]=o?.[a.fields[c].name];return s;default:throw new Error("shape")}}function*Ll(r,t){switch(t){case"array-row-table":yield*Da(r);break;case"object-row-table":yield*Ta(r);break;default:throw new Error(`Unknown row type ${t}`)}}function*Da(r,t=[]){let e=ht(r);for(let i=0;i<e;i++)yield Cn(r,i,t)}function*Ta(r,t={}){let e=ht(r);for(let i=0;i<e;i++)yield Rn(r,i,t)}async function El(r){let t,e,i,n=null,s;for await(let o of r)switch(n=n||o.shape,s=s||o.schema,o.shape){case"array-row-table":t=t||[];for(let a=0;a<ht(o);a++){let c=o.data[a];t.push(c)}break;case"object-row-table":e=e||[];for(let a=0;a<ht(o);a++){let c=o.data[a];e.push(c)}break;case"geojson-table":i=i||[];for(let a=0;a<ht(o);a++){let c=o.features[a];i.push(c)}break;case"columnar-table":case"arrow-table":default:throw new Error("shape")}if(!n)return null;switch(n){case"array-row-table":return{shape:"array-row-table",data:t,schema:s};case"object-row-table":return{shape:"object-row-table",data:e,schema:s};case"geojson-table":return{shape:"geojson-table",type:"FeatureCollection",features:i,schema:s};default:return null}}function Rl(r,t){let e=ai(r.type,r.nullable);return new e(t)}function*Cl(r,t){for(let e of Vn(r,t)){let i=new k([e]);yield{...e,shape:"arrow-table",schema:r.schema,batchType:"data",length:i.numRows,data:i}}}function*Vn(r,t){let e=Ci(r.schema),i=ht(r),n=Vi(r),s=t?.batchSize||i,o=e?.fields.map(l=>ue(l)),a=new C(e.fields),c=0;for(let l=0;l<i;l++)for(let h=0;h<n;++h){let d=fo(r,l,h);if(o[h].append(d),c++,c>=s){let M=o.map(dr=>dr.flush()),rt=new F(a,0,c,0,void 0,M);yield new j(e,rt),c=0}}if(c>0){let l=o.map(d=>d.flush()),h=new F(a,0,c,0,void 0,l);yield new j(e,h),c=0}o.map(l=>l.finish())}function po(r,t){switch(r.shape){case"arrow-table":return r.data;case"columnar-table":default:let e=Vn(r,t);return new k(e)}}function Vl(r,t){switch(t){case"arrow-table":return cf(r);case"array-row-table":return lf(r);case"object-row-table":return uf(r);case"columnar-table":return Oa(r);case"geojson-table":return hf(r);default:throw new Error(t)}}function cf(r){return{shape:"arrow-table",schema:Ri(r.schema),data:r}}function lf(r){let t=Oa(r);return Qe(t,"array-row-table")}function uf(r){let t=Oa(r);return Qe(t,"object-row-table")}function Oa(r){let t={};for(let i of r.schema.fields){let s=r.getChild(i.name)?.toArray();t[i.name]=s}return{shape:"columnar-table",schema:Ri(r.schema),data:t}}function hf(r){let t=Ri(r.schema),e=[];for(let i=0;i<r.numRows;i++){let n=r.get(i)?.toJSON()||{};e.push({type:"Feature",geometry:null,properties:n})}return{shape:"geojson-table",type:"FeatureCollection",schema:t,features:e}}function Qe(r,t){switch(t){case"object-row-table":return pf(r);case"array-row-table":return ff(r);case"columnar-table":return df(r);case"arrow-table":return mf(r);default:throw new Error(t)}}function df(r){let t=r.schema||Sr(r),e=r.schema?.fields||[];if(r.shape==="columnar-table")return{...r,schema:t};let i=ht(r),n={};for(let s of e){let o=Rl(s,i);n[s.name]=o;for(let a=0;a<i;a++)o[a]=ji(r,a,s.name)}return{shape:"columnar-table",schema:t,data:n}}function ff(r){if(r.shape==="array-row-table")return r;let t=ht(r),e=new Array(t);for(let i=0;i<t;i++)e[i]=Cn(r,i);return{shape:"array-row-table",schema:r.schema,data:e}}function pf(r){if(r.shape==="object-row-table")return r;let t=ht(r),e=new Array(t);for(let i=0;i<t;i++)e[i]=Rn(r,i);return{shape:"object-row-table",schema:r.schema,data:e}}function mf(r){let t=po(r);return{shape:"arrow-table",schema:r.schema,data:t}}function mo(r,t){if(!r)throw new Error("null row");let e={};if(t)for(let i=0;i<t.length;i++)e[t[i]]=r[i];else for(let i=0;i<r.length;i++){let n=`column-${i}`;e[n]=r[i]}return e}function yo(r,t){if(!r)throw new Error("null row");if(t){let e=new Array(t.length);for(let i=0;i<t.length;i++)e[i]=r[t[i]];return e}return Object.values(r)}function jl(r){let t=[];for(let e=0;e<r.length;e++){let i=`column-${e}`;t.push(i)}return t}function zl(r){return Object.keys(r)}function*kl(r){yield Fa(r)}function Fa(r){return{...r,length:ht(r),batchType:"data"}}function zi(r,t){switch(t){case"object-row-table":return{...r,...Qe(r,"object-row-table")};case"array-row-table":return{...r,...Qe(r,"array-row-table")};case"columnar-table":return{...r,...Qe(r,"columnar-table")};case"arrow-table":return{...r,...Qe(r,"arrow-table")};default:throw new Error(t)}}async function*Pl(r,t){for await(let e of r)switch(t){case"object-row-table":yield zi(e,"object-row-table");break;case"array-row-table":yield zi(e,"array-row-table");break;case"columnar-table":yield zi(e,"columnar-table");break;case"arrow-table":yield zi(e,"arrow-table");break;default:throw new Error(t)}}function $l(r){return r.shape==="array-row-table"}function Wl(r){return r.shape==="object-row-table"}function Yl(r){return r.shape==="columnar-table"}function Hl(r){return r.shape==="geojson-table"}function Gl(r){return r.shape==="arrow-table"}var go=class{schema;options;shape;length=0;rows=null;cursor=0;_headers=[];constructor(t,e){if(this.options=e,this.schema=t,!Array.isArray(t)){this._headers=[];for(let i in t)this._headers[t[i].index]=t[i].name}}rowCount(){return this.length}addArrayRow(t,e){Number.isFinite(e)&&(this.cursor=e),this.shape="array-row-table",this.rows=this.rows||new Array(100),this.rows[this.length]=t,this.length++}addObjectRow(t,e){Number.isFinite(e)&&(this.cursor=e),this.shape="object-row-table",this.rows=this.rows||new Array(100),this.rows[this.length]=t,this.length++}getBatch(){let t=this.rows;return t?(t=t.slice(0,this.length),this.rows=null,{shape:this.shape||"array-row-table",batchType:"data",data:t,length:this.length,schema:this.schema,cursor:this.cursor}):null}};var Jl=100,ki=class{schema;options;length=0;objectRows=null;arrayRows=null;cursor=0;_headers=null;constructor(t,e){if(this.options=e,this.schema=t,t){this._headers=[];for(let i=0;i<t.fields.length;i++)this._headers[i]=t.fields[i].name}}rowCount(){return this.length}addArrayRow(t,e){switch(Number.isFinite(e)&&(this.cursor=e),this._headers||=jl(t),this.options.shape){case"object-row-table":let i=mo(t,this._headers);this.addObjectRow(i,e);break;case"array-row-table":this.arrayRows=this.arrayRows||new Array(Jl),this.arrayRows[this.length]=t,this.length++;break}}addObjectRow(t,e){switch(Number.isFinite(e)&&(this.cursor=e),this._headers||=zl(t),this.options.shape){case"array-row-table":let i=yo(t,this._headers);this.addArrayRow(i,e);break;case"object-row-table":this.objectRows=this.objectRows||new Array(Jl),this.objectRows[this.length]=t,this.length++;break}}getBatch(){let t=this.arrayRows||this.objectRows;return t?(t=t.slice(0,this.length),this.arrayRows=null,this.objectRows=null,{shape:this.options.shape,batchType:"data",data:t,length:this.length,schema:this.schema,cursor:this.cursor}):null}};function Na(r){return ArrayBuffer.isView(r)&&!(r instanceof DataView)}var yf=100,Br=class{schema;length=0;allocated=0;columns={};constructor(t,e){this.schema=t,this._reallocateColumns()}rowCount(){return this.length}addArrayRow(t){this._reallocateColumns();let e=0;for(let i in this.columns)this.columns[i][this.length]=t[e++];this.length++}addObjectRow(t){this._reallocateColumns();for(let e in t)this.columns[e][this.length]=t[e];this.length++}getBatch(){return this._pruneColumns(),{shape:"columnar-table",batchType:"data",data:this.columns,schema:this.schema,length:this.length}}_reallocateColumns(){if(!(this.length<this.allocated)){this.allocated=this.allocated>0?this.allocated*=2:yf,this.columns={};for(let t of this.schema.fields){let e=ai(t.type,t.nullable),i=this.columns[t.name];if(!i)this.columns[t.name]=new e(this.allocated);else if(Array.isArray(i))i.length=this.allocated;else if(Na(i)){let n=new e(this.allocated);n.set(i),this.columns[t.name]=n}else throw new Error("Invalid column type")}}}_pruneColumns(){for(let[t,e]of Object.entries(this.columns))this.columns[t]=e.slice(0,this.length)}};var bo=class extends Br{arrowSchema;constructor(t,e){super(t,e),this.arrowSchema=null}getBatch(){let t=super.getBatch();if(t){this.arrowSchema=this.arrowSchema||gf(t.schema);let e=bf(this.arrowSchema,t.data),i=new j(this.arrowSchema,g({type:new C(this.arrowSchema.fields),children:e.map(({data:n})=>n[0])}));return{shape:"arrow-table",batchType:"data",data:new k([i]),length:t.length}}return null}};function gf(r){let t=[];for(let e in r){let i=r[e];if(i.type===Float32Array){let n=new Map,s=new T(i.name,new ce,i.nullable,n);t.push(s)}}if(t.length===0)throw new Error("No arrow convertible fields");return new L(t)}function bf(r,t){let e=[];for(let i of r.fields){let n=t[i.name];if(n instanceof Float32Array){let s=Si(n);e.push(s)}}if(r.fields.length!==e.length)throw new Error("Some columns not arrow convertible");return e}var wf={shape:void 0,batchSize:"auto",batchDebounceMs:0,limit:0,_limitMB:0},jn=class{schema;options;aggregator=null;batchCount=0;bytesUsed=0;isChunkComplete=!1;lastBatchEmittedMs=Date.now();totalLength=0;totalBytes=0;rowBytes=0;constructor(t,e){this.schema=t,this.options={...wf,...e}}limitReached(){return!!(Boolean(this.options?.limit)&&this.totalLength>=this.options.limit||Boolean(this.options?._limitMB)&&this.totalBytes/1e6>=this.options._limitMB)}addRow(t){this.limitReached()||(this.totalLength++,this.rowBytes=this.rowBytes||this._estimateRowMB(t),this.totalBytes+=this.rowBytes,Array.isArray(t)?this.addArrayRow(t):this.addObjectRow(t))}addArrayRow(t){if(!this.aggregator){let e=this._getTableBatchType();this.aggregator=new e(this.schema,this.options)}this.aggregator.addArrayRow(t)}addObjectRow(t){if(!this.aggregator){let e=this._getTableBatchType();this.aggregator=new e(this.schema,this.options)}this.aggregator.addObjectRow(t)}chunkComplete(t){t instanceof ArrayBuffer&&(this.bytesUsed+=t.byteLength),typeof t=="string"&&(this.bytesUsed+=t.length),this.isChunkComplete=!0}getFullBatch(t){return this._isFull()?this._getBatch(t):null}getFinalBatch(t){return this._getBatch(t)}_estimateRowMB(t){return Array.isArray(t)?t.length*8:Object.keys(t).length*8}_isFull(){if(!this.aggregator||this.aggregator.rowCount()===0)return!1;if(this.options.batchSize==="auto"){if(!this.isChunkComplete)return!1}else if(this.options.batchSize>this.aggregator.rowCount())return!1;return this.options.batchDebounceMs>Date.now()-this.lastBatchEmittedMs?!1:(this.isChunkComplete=!1,this.lastBatchEmittedMs=Date.now(),!0)}_getBatch(t){if(!this.aggregator)return null;t?.bytesUsed&&(this.bytesUsed=t.bytesUsed);let e=this.aggregator.getBatch();return e.count=this.batchCount,e.bytesUsed=this.bytesUsed,Object.assign(e,t),this.batchCount++,this.aggregator=null,e}_getTableBatchType(){switch(this.options.shape){case"array-row-table":case"object-row-table":return ki;case"columnar-table":return Br;case"arrow-table":return bo;default:return go}}};Ea(jn,"ArrowBatch");var hr=class{name;type;nullable;metadata;constructor(t,e,i=!1,n=new Map){this.name=t,this.type=e,this.nullable=i,this.metadata=n}get typeId(){return this.type&&this.type.typeId}clone(){return new hr(this.name,this.type,this.nullable,this.metadata)}compareTo(t){return this.name===t.name&&this.type===t.type&&this.nullable===t.nullable&&this.metadata===t.metadata}toString(){return`${JSON.stringify(this.type)}${this.nullable?", nullable":""}${this.metadata?`, metadata: ${JSON.stringify(this.metadata)}`:""}`}};var fe=class{fields;metadata;constructor(t,e=new Map){this.fields=t.map(i=>new hr(i.name,i.type,i.nullable,i.metadata)),this.metadata=e instanceof Map?e:new Map(Object.entries(e))}compareTo(t){if(this.metadata!==t.metadata||this.fields.length!==t.fields.length)return!1;for(let e=0;e<this.fields.length;++e)if(!this.fields[e].compareTo(t.fields[e]))return!1;return!0}select(...t){let e=Object.create(null);for(let n of t)e[n]=!0;let i=this.fields.filter(n=>e[n.name]);return new fe(i,this.metadata)}selectAt(...t){let e=t.map(i=>this.fields[i]).filter(Boolean);return new fe(e,this.metadata)}assign(t){let e,i=this.metadata;if(t instanceof fe){let o=t;e=o.fields,i=Zl(Zl(new Map,this.metadata),o.metadata)}else e=t;let n=Object.create(null);for(let o of this.fields)n[o.name]=o;for(let o of e)n[o.name]=o;let s=Object.values(n);return new fe(s,i)}};function Zl(r,t){return new Map([...r||new Map,...t||new Map])}var Ma=class{table;columnName;constructor(t,e){this.table=t,this.columnName=e}get(t){return ji(this.table,t,this.columnName)}toArray(){switch(this.table.shape){case"arrow-table":return this.table.data.getChild(this.columnName)?.toArray();case"columnar-table":return this.table.data[this.columnName];default:throw new Error(this.table.shape)}}},wo=class{schema;table;constructor(t){let e=t.schema||Sr(t);this.schema=new fe(e.fields,e.metadata),this.table={...t,schema:e}}get data(){return this.table.shape==="geojson-table"?this.table.features:this.table.data}get numCols(){return Vi(this.table)}get length(){return ht(this.table)}getChild(t){return new Ma(this.table,t)}};function Kl(r){let t=0;for(let e in r){let i=r[e];ArrayBuffer.isView(i)&&(t+=i.byteLength*i.BYTES_PER_ELEMENT)}return t}function Xl(r){let t=1/0,e=1/0,i=1/0,n=-1/0,s=-1/0,o=-1/0,a=r.POSITION?r.POSITION.value:[],c=a&&a.length;for(let l=0;l<c;l+=3){let h=a[l],d=a[l+1],P=a[l+2];t=h<t?h:t,e=d<e?d:e,i=P<i?P:i,n=h>n?h:n,s=d>s?d:s,o=P>o?P:o}return[[t,e,i],[n,s,o]]}function ql(r){return r.type instanceof mt?r.type.listSize:1}function Ql(r,t){let e=_f(r,t),i=e.children[0].type,n={[Pt.DATA]:r},s=new F(i,0,r.length,0,n);return new F(e,0,r.length/t,0,void 0,[s])}function _f(r,t){let{type:e}=oi(r),i=Ln(e);return new mt(t,new T("value",i))}function tu(r,t){switch(t){case"columnar-table":return vf(r);case"arrow-table":return If(r);default:throw new Error(t)}}function vf(r){let t={};for(let[e,i]of Object.entries(r.attributes))t[e]=i.value;return{shape:"columnar-table",schema:r.schema,data:t}}function If(r,t){let{schema:e}=r,i=Un(e),n=[];for(let h in r.attributes){let d=r.attributes[h],{value:P,size:M=1}=d,rt=Ql(P,M);n.push(rt)}let s=new C(i.fields),o=n[0].length,a=new F(s,0,o,0,void 0,n),c=new j(i,a),l=new k([c]);return{shape:"arrow-table",schema:e,data:l}}function eu(r){switch(r.shape){case"arrow-table":return Sf(r);default:throw new Error(r.shape)}}function Sf(r){let t=r.data,e=Mn(t.schema),i=e.fields,n={};for(let o of i){let{name:a}=o,c=t.getChild(a),l=ql(c),h=c?.toArray();n[a]={value:h,size:l}}Bf(e);let s=e.metadata.topology;return{schema:e,attributes:n,topology:s,mode:0}}function Bf(r){r.metadata||={},r.metadata.topology||="point-list",r.metadata.mode||="0"}function ru(r,t={}){return{fields:xf(r),metadata:t}}function Ua(r,t,e){let i=Bo(t.value),n=e||La(t);return{name:r,type:{type:"fixed-size-list",listSize:t.size,children:[{name:"value",type:i}]},nullable:!1,metadata:n}}function xf(r){let t=[];for(let e in r){let i=r[e];t.push(Ua(e,i))}return t}function La(r){let t={};return"byteOffset"in r&&(t.byteOffset=r.byteOffset.toString(10)),"byteStride"in r&&(t.byteStride=r.byteStride.toString(10)),"normalized"in r&&(t.normalized=r.normalized.toString()),t}var V;(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"})(V||(V={}));var Dt=class{static isNull(t){return t&&t.typeId===V.Null}static isInt(t){return t&&t.typeId===V.Int}static isFloat(t){return t&&t.typeId===V.Float}static isBinary(t){return t&&t.typeId===V.Binary}static isUtf8(t){return t&&t.typeId===V.Utf8}static isBool(t){return t&&t.typeId===V.Bool}static isDecimal(t){return t&&t.typeId===V.Decimal}static isDate(t){return t&&t.typeId===V.Date}static isTime(t){return t&&t.typeId===V.Time}static isTimestamp(t){return t&&t.typeId===V.Timestamp}static isInterval(t){return t&&t.typeId===V.Interval}static isList(t){return t&&t.typeId===V.List}static isStruct(t){return t&&t.typeId===V.Struct}static isUnion(t){return t&&t.typeId===V.Union}static isFixedSizeBinary(t){return t&&t.typeId===V.FixedSizeBinary}static isFixedSizeList(t){return t&&t.typeId===V.FixedSizeList}static isMap(t){return t&&t.typeId===V.Map}static isDictionary(t){return t&&t.typeId===V.Dictionary}get typeId(){return V.NONE}compareTo(t){return this===t}},iu=class extends Dt{get typeId(){return V.Null}get[Symbol.toStringTag](){return"Null"}toString(){return"Null"}},nu=class extends Dt{get typeId(){return V.Bool}get[Symbol.toStringTag](){return"Bool"}toString(){return"Bool"}},su=class extends Dt{isSigned;bitWidth;constructor(t,e){super(),this.isSigned=t,this.bitWidth=e}get typeId(){return V.Int}get[Symbol.toStringTag](){return"Int"}toString(){return`${this.isSigned?"I":"Ui"}nt${this.bitWidth}`}};var ou=class extends Dt{precision;constructor(t){super(),this.precision=t}get typeId(){return V.Float}get[Symbol.toStringTag](){return"Float"}toString(){return`Float${this.precision}`}};var au=class extends Dt{constructor(){super()}get typeId(){return V.Binary}toString(){return"Binary"}get[Symbol.toStringTag](){return"Binary"}},cu=class extends Dt{get typeId(){return V.Utf8}get[Symbol.toStringTag](){return"Utf8"}toString(){return"Utf8"}},Af={DAY:0,MILLISECOND:1},lu=class extends Dt{unit;constructor(t){super(),this.unit=t}get typeId(){return V.Date}get[Symbol.toStringTag](){return"Date"}toString(){return`Date${(this.unit+1)*32}<${Af[this.unit]}>`}};var mu={SECOND:1,MILLISECOND:1e3,MICROSECOND:1e6,NANOSECOND:1e9},uu=class extends Dt{unit;bitWidth;constructor(t,e){super(),this.unit=t,this.bitWidth=e}get typeId(){return V.Time}toString(){return`Time${this.bitWidth}<${mu[this.unit]}>`}get[Symbol.toStringTag](){return"Time"}};var hu=class extends Dt{unit;timezone;constructor(t,e=null){super(),this.unit=t,this.timezone=e}get typeId(){return V.Timestamp}get[Symbol.toStringTag](){return"Timestamp"}toString(){return`Timestamp<${mu[this.unit]}${this.timezone?`, ${this.timezone}`:""}>`}};var Df={DAY_TIME:0,YEAR_MONTH:1},du=class extends Dt{unit;constructor(t){super(),this.unit=t}get typeId(){return V.Interval}get[Symbol.toStringTag](){return"Interval"}toString(){return`Interval<${Df[this.unit]}>`}};var fu=class extends Dt{listSize;children;constructor(t,e){super(),this.listSize=t,this.children=[e]}get typeId(){return V.FixedSizeList}get valueType(){return this.children[0].type}get valueField(){return this.children[0]}get[Symbol.toStringTag](){return"FixedSizeList"}toString(){return`FixedSizeList[${this.listSize}]<${JSON.stringify(this.valueType)}>`}},pu=class extends Dt{children;constructor(t){super(),this.children=t}get typeId(){return V.Struct}toString(){return`Struct<{${this.children.map(t=>`${t.name}:${JSON.stringify(t.type)}`).join(", ")}}>`}get[Symbol.toStringTag](){return"Struct"}};var _o=class{schema;arrowSchema;arrowBuilders;length;constructor(t){this.schema=t,this.arrowSchema=Ci(t),this.arrowBuilders=this.arrowSchema.fields.map(e=>ue({type:e.type,nullValues:[null]})),this.length=0}addObjectRow(t){for(let e=0;e<this.arrowBuilders.length;e++){let i=this.schema.fields[e].name,n=t[i];this.arrowBuilders[e].append(n)}this.length++}addArrayRow(t){for(let e=0;e<this.arrowBuilders.length;e++)this.arrowBuilders[e].append(t[e]);this.length++}firstBatch(){let t=this._getArrowRecordBatch();return t.numCols!==0?null:{shape:"arrow-table",batchType:"data",length:t.numRows,schema:this.schema,data:new k(t)}}flushBatch(){let t=this._getArrowRecordBatch();return t.numCols===0?null:{shape:"arrow-table",batchType:"data",length:t.numRows,schema:this.schema,data:new k(t)}}finishBatch(){let t=this._getArrowRecordBatch();return this.arrowBuilders.forEach(e=>e.finish()),t.numCols===0?null:{shape:"arrow-table",batchType:"data",length:t.numRows,schema:this.schema,data:new k(t)}}finishTable(){let t=this._getArrowRecordBatch();return this.arrowBuilders.forEach(e=>e.finish()),{shape:"arrow-table",schema:this.schema,data:new k(t)}}_getArrowRecordBatch(){let{arrowBuilders:t,arrowSchema:e}=this,i=t.map(c=>c.flush()),n=i[0].length,s=new C(e.fields),o=new F(s,0,n,0,void 0,i);return new j(e,o)}};function yu(r){return{typeId:r.typeId,ArrayType:r.ArrayType,typeName:r.toString(),typeEnumName:Tf(r.typeId),precision:r.precision}}var vo=null;function Tf(r){if(!vo){vo={};for(let t in V)vo[V[t]]=t}return vo[r]}var Io=class extends Array{enqueue(t){return this.push(t)}dequeue(){return this.shift()}},zn=class{_values;_settlers;_closed;constructor(){this._values=new Io,this._settlers=new Io,this._closed=!1}close(){for(;this._settlers.length>0;)this._settlers.dequeue().resolve({done:!0});this._closed=!0}[Symbol.asyncIterator](){return this}enqueue(t){if(this._closed)throw new Error("Closed");if(this._settlers.length>0){if(this._values.length>0)throw new Error("Illegal internal state");let e=this._settlers.dequeue();t instanceof Error?e.reject(t):e.resolve({value:t})}else this._values.enqueue(t)}next(){if(this._values.length>0){let t=this._values.dequeue();return t instanceof Error?Promise.reject(t):Promise.resolve({value:t})}if(this._closed){if(this._settlers.length>0)throw new Error("Illegal internal state");return Promise.resolve({done:!0})}return new Promise((t,e)=>{this._settlers.enqueue({resolve:t,reject:e})})}};return Au(kn);})();
|
|
16
|
+
]`}concat(...t){let e=this.schema,n=this.data.concat(t.flatMap(({data:i})=>i));return new P(e,n.map(i=>new z(e,i)))}slice(t,e){let n=this.schema;[t,e]=ri({length:this.numRows},t,e);let i=Os(this.data,this._offsets,t,e);return new P(n,i.map(s=>new z(n,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(n=>n.children[t]);if(e.length===0){let{type:n}=this.schema.fields[t],i=g({type:n,length:0,nullCount:0});e.push(i._changeLengthAndBackfillNullBitmap(this.numRows))}return new y(e)}return null}setChild(t,e){var n;return this.setChildAt((n=this.schema.fields)===null||n===void 0?void 0:n.findIndex(i=>i.name===t),e)}setChildAt(t,e){let n=this.schema,i=[...this.batches];if(t>-1&&t<this.numCols){e||(e=new y([g({type:new ft,length:this.numRows})]));let s=n.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],[n,i]=ao(n,a)}return new P(n,i)}select(t){let e=this.schema.fields.reduce((n,i,s)=>n.set(i.name,s),new Map);return this.selectAt(t.map(n=>e.get(n)).filter(n=>n>-1))}selectAt(t){let e=this.schema.selectAt(t),n=this.batches.map(i=>i.selectAt(t));return new P(e,n)}assign(t){let e=this.schema.fields,[n,i]=t.schema.fields.reduce((a,c,l)=>{let[d,h]=a,E=e.findIndex(x=>x.name===c.name);return~E?h[E]=l:d.push(l),a},[[],[]]),s=this.schema.assign(t.schema),o=[...e.map((a,c)=>[c,i[c]]).map(([a,c])=>c===void 0?this.getChildAt(a):t.getChildAt(c)),...n.map(a=>t.getChildAt(a))].filter(Boolean);return new P(...ao(s,o))}};Ml=Symbol.toStringTag;P[Ml]=(r=>(r.schema=null,r.batches=[],r._offsets=new Uint32Array([0]),r._nullCount=-1,r[Symbol.isConcatSpreadable]=!0,r.isValid=Bn(si),r.get=Bn(ot.getVisitFn(u.Struct)),r.set=Fs(It.getVisitFn(u.Struct)),r.indexOf=Ns(Gr.getVisitFn(u.Struct)),"Table"))(P.prototype);var Ul,z=class{constructor(...t){switch(t.length){case 2:{if([this.schema]=t,!(this.schema instanceof U))throw new TypeError("RecordBatch constructor expects a [Schema, Data] pair.");if([,this.data=g({nullCount:0,type:new V(this.schema.fields),children:this.schema.fields.map(e=>g({type:e.type,nullCount:0}))})]=t,!(this.data instanceof N))throw new TypeError("RecordBatch constructor expects a [Schema, Data] pair.");[this.schema,this.data]=Ll(this.schema,this.data.children);break}case 1:{let[e]=t,{fields:n,children:i,length:s}=Object.keys(e).reduce((c,l,d)=>(c.children[d]=e[l],c.length=Math.max(c.length,e[l].length),c.fields[d]=F.new({name:l,type:e[l].type,nullable:!0}),c),{length:0,fields:new Array,children:new Array}),o=new U(n),a=g({type:new V(n),length:s,children:i,nullCount:0});[this.schema,this.data]=Ll(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=El(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 ot.visit(this.data,t)}at(t){return this.get(Pr(t,this.numRows))}set(t,e){return It.visit(this.data,t,e)}indexOf(t,e){return Gr.visit(this.data,t,e)}[Symbol.iterator](){return xn.visit(new y([this.data]))}toArray(){return[...this]}concat(...t){return new P(this.schema,[this,...t])}slice(t,e){let[n]=new y([this.data]).slice(t,e).data;return new z(this.schema,n)}getChild(t){var e;return this.getChildAt((e=this.schema.fields)===null||e===void 0?void 0:e.findIndex(n=>n.name===t))}getChildAt(t){return t>-1&&t<this.schema.fields.length?new y([this.data.children[t]]):null}setChild(t,e){var n;return this.setChildAt((n=this.schema.fields)===null||n===void 0?void 0:n.findIndex(i=>i.name===t),e)}setChildAt(t,e){let n=this.schema,i=this.data;if(t>-1&&t<this.numCols){e||(e=new y([g({type:new ft,length:this.numRows})]));let s=n.fields.slice(),o=i.children.slice(),a=s[t].clone({type:e.type});[s[t],o[t]]=[a,e.data[0]],n=new U(s,new Map(this.schema.metadata)),i=g({type:new V(s),children:o})}return new z(n,i)}select(t){let e=this.schema.select(t),n=new V(e.fields),i=[];for(let s of t){let o=this.schema.fields.findIndex(a=>a.name===s);~o&&(i[o]=this.data.children[o])}return new z(e,g({type:n,length:this.numRows,children:i}))}selectAt(t){let e=this.schema.selectAt(t),n=t.map(s=>this.data.children[s]).filter(Boolean),i=g({type:new V(e.fields),length:this.numRows,children:n});return new z(e,i)}};Ul=Symbol.toStringTag;z[Ul]=(r=>(r._nullCount=-1,r[Symbol.isConcatSpreadable]=!0,"RecordBatch"))(z.prototype);function Ll(r,t,e=t.reduce((n,i)=>Math.max(n,i.length),0)){var n;let i=[...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)&&(i[a]=c.clone({nullable:!0}),s[a]=(n=l?._changeLengthAndBackfillNullBitmap(e))!==null&&n!==void 0?n:g({type:c.type,length:e,nullCount:e,nullBitmap:new Uint8Array(o)}))}return[r.assign(i),g({type:new V(i),length:e,children:s})]}function El(r,t,e=new Map){var n,i;if(((n=r?.length)!==null&&n!==void 0?n:0)>0&&r?.length===t?.length)for(let s=-1,o=r.length;++s<o;){let{type:a}=r[s],c=t[s];for(let l of[c,...((i=c?.dictionary)===null||i===void 0?void 0:i.data)||[]])El(a.children,l?.children,e);if(p.isDictionary(a)){let{id:l}=a;if(!e.has(l))c?.dictionary&&e.set(l,c.dictionary);else if(e.get(l)!==c.dictionary)throw new Error("Cannot create Schema containing two different dictionaries with the same Id")}}return e}var en=class extends z{constructor(t){let e=t.fields.map(i=>g({type:i.type})),n=g({type:new V(t.fields),nullCount:0,children:e});super(t,n)}};var Sa=r=>`Expected ${C[r]} Message in stream, but was null or length 0.`,Ba=r=>`Header pointer of flatbuffer-encoded ${C[r]} Message is null or length 0.`,Rl=(r,t)=>`Expected to read ${r} metadata bytes, but only read ${t}.`,Cl=(r,t)=>`Expected to read ${r} bytes for message body, but only read ${t}.`,Rn=class{constructor(t){this.source=t instanceof Qe?t:new Qe(t)}[Symbol.iterator](){return this}next(){let t;return(t=this.readMetadataLength()).done?Q:t.value===-1&&(t=this.readMetadataLength()).done?Q:(t=this.readMetadata(t.value)).done?Q: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(Sa(t));return e.value}readMessageBody(t){if(t<=0)return new Uint8Array(0);let e=A(this.source.read(t));if(e.byteLength<t)throw new Error(Cl(t,e.byteLength));return e.byteOffset%8===0&&e.byteOffset+e.byteLength<=e.buffer.byteLength?e:e.slice()}readSchema(t=!1){let e=C.Schema,n=this.readMessage(e),i=n?.header();if(t&&!i)throw new Error(Ba(e));return i}readMetadataLength(){let t=this.source.read(co),e=t&&new ht(t),n=e?.readInt32(0)||0;return{done:n===0,value:n}}readMetadata(t){let e=this.source.read(t);if(!e)return Q;if(e.byteLength<t)throw new Error(Rl(t,e.byteLength));return{done:!1,value:ut.decode(e)}}},Li=class{constructor(t,e){this.source=t instanceof Xt?t:Ki(t)?new Ir(t,e):new Xt(t)}[Symbol.asyncIterator](){return this}next(){return m(this,void 0,void 0,function*(){let t;return(t=yield this.readMetadataLength()).done?Q:t.value===-1&&(t=yield this.readMetadataLength()).done?Q:(t=yield this.readMetadata(t.value)).done?Q:t})}throw(t){return m(this,void 0,void 0,function*(){return yield this.source.throw(t)})}return(t){return m(this,void 0,void 0,function*(){return yield this.source.return(t)})}readMessage(t){return m(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(Sa(t));return e.value})}readMessageBody(t){return m(this,void 0,void 0,function*(){if(t<=0)return new Uint8Array(0);let e=A(yield this.source.read(t));if(e.byteLength<t)throw new Error(Cl(t,e.byteLength));return e.byteOffset%8===0&&e.byteOffset+e.byteLength<=e.buffer.byteLength?e:e.slice()})}readSchema(){return m(this,arguments,void 0,function*(t=!1){let e=C.Schema,n=yield this.readMessage(e),i=n?.header();if(t&&!i)throw new Error(Ba(e));return i})}readMetadataLength(){return m(this,void 0,void 0,function*(){let t=yield this.source.read(co),e=t&&new ht(t),n=e?.readInt32(0)||0;return{done:n===0,value:n}})}readMetadata(t){return m(this,void 0,void 0,function*(){let e=yield this.source.read(t);if(!e)return Q;if(e.byteLength<t)throw new Error(Rl(t,e.byteLength));return{done:!1,value:ut.decode(e)}})}},Ui=class extends Rn{constructor(t){super(new Uint8Array(0)),this._schema=!1,this._body=[],this._batchIndex=0,this._dictionaryIndex=0,this._json=t instanceof oi?t:new oi(t)}next(){let{_json:t}=this;if(!this._schema)return this._schema=!0,{done:!1,value:ut.fromJSON(t.schema,C.Schema)};if(this._dictionaryIndex<t.dictionaries.length){let e=t.dictionaries[this._dictionaryIndex++];return this._body=e.data.columns,{done:!1,value:ut.fromJSON(e,C.DictionaryBatch)}}if(this._batchIndex<t.batches.length){let e=t.batches[this._batchIndex++];return this._body=e.columns,{done:!1,value:ut.fromJSON(e,C.RecordBatch)}}return this._body=[],Q}readMessageBody(t){return e(this._body);function e(n){return(n||[]).reduce((i,s)=>[...i,...s.VALIDITY&&[s.VALIDITY]||[],...s.TYPE_ID&&[s.TYPE_ID]||[],...s.OFFSET&&[s.OFFSET]||[],...s.DATA&&[s.DATA]||[],...e(s.children)],[])}}readMessage(t){let e;if((e=this.next()).done)return null;if(t!=null&&e.value.headerType!==t)throw new Error(Sa(t));return e.value}readSchema(){let t=C.Schema,e=this.readMessage(t),n=e?.header();if(!e||!n)throw new Error(Ba(t));return n}},co=4,Ia="ARROW1",Cn=new Uint8Array(Ia.length);for(let r=0;r<Ia.length;r+=1)Cn[r]=Ia.codePointAt(r);function lo(r,t=0){for(let e=-1,n=Cn.length;++e<n;)if(Cn[e]!==r[t+e])return!1;return!0}var Vn=Cn.length,xa=Vn+co,Vl=Vn*2+co;var Aa=class{constructor(){this.LZ4_FRAME_MAGIC=new Uint8Array([4,34,77,24]),this.MIN_HEADER_LENGTH=7}isValidCodecEncode(t){let e=new Uint8Array([1,2,3,4,5,6,7,8]),n=t.encode(e);return this._isValidCompressed(n)}_isValidCompressed(t){return this._hasMinimumLength(t)&&this._hasValidMagicNumber(t)&&this._hasValidVersion(t)}_hasMinimumLength(t){return t.length>=this.MIN_HEADER_LENGTH}_hasValidMagicNumber(t){return this.LZ4_FRAME_MAGIC.every((e,n)=>t[n]===e)}_hasValidVersion(t){return(t[4]&192)>>6===1}},Da=class{constructor(){this.ZSTD_MAGIC=new Uint8Array([40,181,47,253]),this.MIN_HEADER_LENGTH=6}isValidCodecEncode(t){let e=new Uint8Array([1,2,3,4,5,6,7,8]),n=t.encode(e);return this._isValidCompressed(n)}_isValidCompressed(t){return this._hasMinimumLength(t)&&this._hasValidMagicNumber(t)}_hasMinimumLength(t){return t.length>=this.MIN_HEADER_LENGTH}_hasValidMagicNumber(t){return this.ZSTD_MAGIC.every((e,n)=>t[n]===e)}},jl={[Lt.LZ4_FRAME]:new Aa,[Lt.ZSTD]:new Da};var Ta=class{constructor(){this.registry={}}set(t,e){if(e?.encode&&typeof e.encode=="function"&&!jl[t].isValidCodecEncode(e))throw new Error(`Encoder for ${Lt[t]} is not valid.`);this.registry[t]=e}get(t){var e;return((e=this.registry)===null||e===void 0?void 0:e[t])||null}},jn=new Ta;var Vt=class extends Kr{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 be(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 _t.toDOMStream(this.isSync()?{[Symbol.iterator]:()=>this}:{[Symbol.asyncIterator]:()=>this})}toNodeStream(){return _t.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 Vt?t:Ji(t)?ef(t):Ki(t)?sf(t):be(t)?(()=>m(this,void 0,void 0,function*(){return yield Vt.from(yield t)}))():Xi(t)||Kn(t)||Qi(t)||ce(t)?nf(new Xt(t)):rf(new Qe(t))}static readAll(t){return t instanceof Vt?t.isSync()?zl(t):kl(t):Ji(t)||ArrayBuffer.isView(t)||we(t)||Zi(t)?zl(t):kl(t)}},hr=class extends Vt{constructor(t){super(t),this._impl=t}readAll(){return[...this]}[Symbol.iterator](){return this._impl[Symbol.iterator]()}[Symbol.asyncIterator](){return Qt(this,arguments,function*(){yield L(yield*hn(ge(this[Symbol.iterator]())))})}},rn=class extends Vt{constructor(t){super(t),this._impl=t}readAll(){return m(this,void 0,void 0,function*(){var t,e,n,i;let s=new Array;try{for(var o=!0,a=ge(this),c;c=yield a.next(),t=c.done,!t;o=!0){i=c.value,o=!1;let l=i;s.push(l)}}catch(l){e={error:l}}finally{try{!o&&!t&&(n=a.return)&&(yield n.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]()}},nn=class extends hr{constructor(t){super(t),this._impl=t}},uo=class extends rn{constructor(t){super(t),this._impl=t}},ho=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 n;if(t.compression!=null){let s=jn.get(t.compression.type);if(s?.decode&&typeof s.decode=="function"){let{decommpressedBody:o,buffers:a}=this._decompressBuffers(t,e,s);n=this._loadCompressedVectors(t,o,this.schema.fields),t=new lt(t.length,t.nodes,a,null)}else throw new Error("Record batch is compressed but codec not found")}else n=this._loadVectors(t,e,this.schema.fields);let i=g({type:new V(this.schema.fields),length:t.length,children:n});return new z(this.schema,i)}_loadDictionaryBatch(t,e){let{id:n,isDelta:i}=t,{dictionaries:s,schema:o}=this,a=s.get(n),c=o.dictionaries.get(n),l;if(t.data.compression!=null){let d=jn.get(t.data.compression.type);if(d?.decode&&typeof d.decode=="function"){let{decommpressedBody:h,buffers:E}=this._decompressBuffers(t.data,e,d);l=this._loadCompressedVectors(t.data,h,[c]),t=new Ft(new lt(t.data.length,t.data.nodes,E,null),n,i)}else throw new Error("Dictionary batch is compressed but codec not found")}else l=this._loadVectors(t.data,e,[c]);return(a&&i?a.concat(new y(l)):new y(l)).memoize()}_loadVectors(t,e,n){return new Mn(e,t.nodes,t.buffers,this.dictionaries,this.schema.metadataVersion).visitMany(n)}_loadCompressedVectors(t,e,n){return new Vs(e,t.nodes,t.buffers,this.dictionaries,this.schema.metadataVersion).visitMany(n)}_decompressBuffers(t,e,n){let i=[],s=[],o=0;for(let{offset:a,length:c}of t.buffers){if(c===0){i.push(new Uint8Array(0)),s.push(new ct(o,0));continue}let l=new ht(e.subarray(a,a+c)),d=k(l.readInt64(0)),h=l.bytes().subarray(8),E=d===-1?h:n.decode(h);i.push(E);let x=(o+7&-8)-o;o+=x,s.push(new ct(o,E.length)),o+=E.length}return{decommpressedBody:i,buffers:s}}},zn=class extends ho{constructor(t,e){super(e),this._reader=Ji(t)?new Ui(this._handle=t):new Rn(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=$l(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):Q}return(t){return!this.closed&&this.autoDestroy&&(this.closed=!0)?this.reset()._reader.return(t):Q}next(){if(this.closed)return Q;let t,{_reader:e}=this;for(;t=this._readNextMessageAndValidate();)if(t.isSchema())this.reset(t.header());else if(t.isRecordBatch()){this._recordBatchIndex++;let n=t.header(),i=e.readMessageBody(t.bodyLength);return{done:!1,value:this._loadRecordBatch(n,i)}}else if(t.isDictionaryBatch()){this._dictionaryIndex++;let n=t.header(),i=e.readMessageBody(t.bodyLength),s=this._loadDictionaryBatch(n,i);this.dictionaries.set(n.id,s)}return this.schema&&this._recordBatchIndex===0?(this._recordBatchIndex++,{done:!1,value:new en(this.schema)}):this.return()}_readNextMessageAndValidate(t){return this._reader.readMessage(t)}},kn=class extends ho{constructor(t,e){super(e),this._reader=new Li(this._handle=t)}isAsync(){return!0}isStream(){return!0}[Symbol.asyncIterator](){return this}cancel(){return m(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 m(this,void 0,void 0,function*(){return this.closed||(this.autoDestroy=$l(this,t),this.schema||(this.schema=yield this._reader.readSchema())||(yield this.cancel())),this})}throw(t){return m(this,void 0,void 0,function*(){return!this.closed&&this.autoDestroy&&(this.closed=!0)?yield this.reset()._reader.throw(t):Q})}return(t){return m(this,void 0,void 0,function*(){return!this.closed&&this.autoDestroy&&(this.closed=!0)?yield this.reset()._reader.return(t):Q})}next(){return m(this,void 0,void 0,function*(){if(this.closed)return Q;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 n=t.header(),i=yield e.readMessageBody(t.bodyLength);return{done:!1,value:this._loadRecordBatch(n,i)}}else if(t.isDictionaryBatch()){this._dictionaryIndex++;let n=t.header(),i=yield e.readMessageBody(t.bodyLength),s=this._loadDictionaryBatch(n,i);this.dictionaries.set(n.id,s)}return this.schema&&this._recordBatchIndex===0?(this._recordBatchIndex++,{done:!1,value:new en(this.schema)}):yield this.return()})}_readNextMessageAndValidate(t){return m(this,void 0,void 0,function*(){return yield this._reader.readMessage(t)})}},fo=class extends zn{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 ai?t:new ai(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 n=(e=this._footer)===null||e===void 0?void 0:e.getRecordBatch(t);if(n&&this._handle.seek(n.offset)){let i=this._reader.readMessage(C.RecordBatch);if(i?.isRecordBatch()){let s=i.header(),o=this._reader.readMessageBody(i.bodyLength);return this._loadRecordBatch(s,o)}}return null}_readDictionaryBatch(t){var e;let n=(e=this._footer)===null||e===void 0?void 0:e.getDictionaryBatch(t);if(n&&this._handle.seek(n.offset)){let i=this._reader.readMessage(C.DictionaryBatch);if(i?.isDictionaryBatch()){let s=i.header(),o=this._reader.readMessageBody(i.bodyLength),a=this._loadDictionaryBatch(s,o);this.dictionaries.set(s.id,a)}}}_readFooter(){let{_handle:t}=this,e=t.size-xa,n=t.readInt32(e),i=t.readAt(e-n,n);return or.decode(i)}_readNextMessageAndValidate(t){var e;if(this._footer||this.open(),this._footer&&this._recordBatchIndex<this.numRecordBatches){let n=(e=this._footer)===null||e===void 0?void 0:e.getRecordBatch(this._recordBatchIndex);if(n&&this._handle.seek(n.offset))return this._reader.readMessage(t)}return null}},Oa=class extends kn{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 n=typeof e[0]!="number"?e.shift():void 0,i=e[0]instanceof Map?e.shift():void 0;super(t instanceof Ir?t:new Ir(t,n),i)}isFile(){return!0}isAsync(){return!0}open(t){let e=Object.create(null,{open:{get:()=>super.open}});return m(this,void 0,void 0,function*(){if(!this.closed&&!this._footer){this.schema=(this._footer=yield this._readFooter()).schema;for(let n of this._footer.dictionaryBatches())n&&(yield this._readDictionaryBatch(this._dictionaryIndex++))}return yield e.open.call(this,t)})}readRecordBatch(t){return m(this,void 0,void 0,function*(){var e;if(this.closed)return null;this._footer||(yield this.open());let n=(e=this._footer)===null||e===void 0?void 0:e.getRecordBatch(t);if(n&&(yield this._handle.seek(n.offset))){let i=yield this._reader.readMessage(C.RecordBatch);if(i?.isRecordBatch()){let s=i.header(),o=yield this._reader.readMessageBody(i.bodyLength);return this._loadRecordBatch(s,o)}}return null})}_readDictionaryBatch(t){return m(this,void 0,void 0,function*(){var e;let n=(e=this._footer)===null||e===void 0?void 0:e.getDictionaryBatch(t);if(n&&(yield this._handle.seek(n.offset))){let i=yield this._reader.readMessage(C.DictionaryBatch);if(i?.isDictionaryBatch()){let s=i.header(),o=yield this._reader.readMessageBody(i.bodyLength),a=this._loadDictionaryBatch(s,o);this.dictionaries.set(s.id,a)}}})}_readFooter(){return m(this,void 0,void 0,function*(){let{_handle:t}=this;t._pending&&(yield t._pending);let e=t.size-xa,n=yield t.readInt32(e),i=yield t.readAt(e-n,n);return or.decode(i)})}_readNextMessageAndValidate(t){return m(this,void 0,void 0,function*(){if(this._footer||(yield this.open()),this._footer&&this._recordBatchIndex<this.numRecordBatches){let e=this._footer.getRecordBatch(this._recordBatchIndex);if(e&&(yield this._handle.seek(e.offset)))return yield this._reader.readMessage(t)}return null})}},Fa=class extends zn{constructor(t,e){super(t,e)}_loadVectors(t,e,n){return new Cs(e,t.nodes,t.buffers,this.dictionaries,this.schema.metadataVersion).visitMany(n)}};function $l(r,t){return t&&typeof t.autoDestroy=="boolean"?t.autoDestroy:r.autoDestroy}function*zl(r){let t=Vt.from(r);try{if(!t.open({autoDestroy:!1}).closed)do yield t;while(!t.reset().open().closed)}finally{t.cancel()}}function kl(r){return Qt(this,arguments,function*(){let e=yield L(Vt.from(r));try{if(!(yield L(e.open({autoDestroy:!1}))).closed)do yield yield L(e);while(!(yield L(e.reset().open())).closed)}finally{yield L(e.cancel())}})}function ef(r){return new hr(new Fa(r))}function rf(r){let t=r.peek(Vn+7&-8);return t&&t.byteLength>=4?lo(t)?new nn(new fo(r.read())):new hr(new zn(r)):new hr(new zn(function*(){}()))}function nf(r){return m(this,void 0,void 0,function*(){let t=yield r.peek(Vn+7&-8);return t&&t.byteLength>=4?lo(t)?new nn(new fo(yield r.read())):new rn(new kn(r)):new rn(new kn(function(){return Qt(this,arguments,function*(){})}()))})}function sf(r){return m(this,void 0,void 0,function*(){let{size:t}=yield r.stat(),e=new Ir(r,t);return t>=Vl&&lo(yield e.readAt(0,Vn+7&-8))?new uo(new Oa(e)):new rn(new kn(e))})}var et=class extends w{static assemble(...t){let e=i=>i.flatMap(s=>Array.isArray(s)?e(s):s instanceof z?s.data.children:s.data),n=new et;return n.visitMany(e(t)),n}constructor(){super(),this._byteLength=0,this._nodes=[],this._buffers=[],this._bufferRegions=[]}visit(t){if(t instanceof y)return this.visitMany(t.data),this;let{type:e}=t;if(!p.isDictionary(e)){let{length:n}=t;if(n>2147483647)throw new RangeError("Cannot write arrays larger than 2^31 - 1 in length");if(p.isUnion(e))this.nodes.push(new fe(n,0));else{let{nullCount:i}=t;p.isNull(e)||De.call(this,i<=0?new Uint8Array(0):Wr(t.offset,n,t.nullBitmap)),this.nodes.push(new fe(n,i))}}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 De(r){let t=r.byteLength+7&-8;return this.buffers.push(r),this.bufferRegions.push(new ct(this._byteLength,t)),this._byteLength+=t,this}function of(r){var t;let{type:e,length:n,typeIds:i,valueOffsets:s}=r;if(De.call(this,i),e.mode===J.Sparse)return Na.call(this,r);if(e.mode===J.Dense){if(r.offset<=0)return De.call(this,s),Na.call(this,r);{let o=new Int32Array(n),a=Object.create(null),c=Object.create(null);for(let l,d,h=-1;++h<n;)(l=i[h])!==void 0&&((d=a[l])===void 0&&(d=a[l]=s[h]),o[h]=s[h]-d,c[l]=((t=c[l])!==null&&t!==void 0?t:0)+1);De.call(this,o),this.visitMany(r.children.map((l,d)=>{let h=e.typeIds[d],E=a[h],x=c[h];return l.slice(E,Math.min(n,x))}))}}return this}function af(r){let t;return r.nullCount>=r.length?De.call(this,new Uint8Array(0)):(t=r.values)instanceof Uint8Array?De.call(this,Wr(r.offset,r.length,t)):De.call(this,Hr(r.values))}function fr(r){return De.call(this,r.values.subarray(0,r.length*r.stride))}function po(r){let{length:t,values:e,valueOffsets:n}=r,i=k(n[0]),s=k(n[t]),o=Math.min(s-i,e.byteLength-i);return De.call(this,es(-i,t+1,n)),De.call(this,e.subarray(i,i+o)),this}function Ma(r){let{length:t,valueOffsets:e}=r;if(e){let{[0]:n,[t]:i}=e;return De.call(this,es(-n,t+1,e)),this.visit(r.children[0].slice(n,i-n))}return this.visit(r.children[0])}function Na(r){return this.visitMany(r.type.children.map((t,e)=>r.children[e]).filter(Boolean))[0]}et.prototype.visitBool=af;et.prototype.visitInt=fr;et.prototype.visitFloat=fr;et.prototype.visitUtf8=po;et.prototype.visitLargeUtf8=po;et.prototype.visitBinary=po;et.prototype.visitLargeBinary=po;et.prototype.visitFixedSizeBinary=fr;et.prototype.visitDate=fr;et.prototype.visitTimestamp=fr;et.prototype.visitTime=fr;et.prototype.visitDecimal=fr;et.prototype.visitList=Ma;et.prototype.visitStruct=Na;et.prototype.visitUnion=of;et.prototype.visitInterval=fr;et.prototype.visitDuration=fr;et.prototype.visitFixedSizeList=Ma;et.prototype.visitMap=Ma;var sn=class extends Kr{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){if(super(),this._position=0,this._started=!1,this._compression=null,this._sink=new qe,this._schema=null,this._dictionaryBlocks=[],this._recordBatchBlocks=[],this._seenDictionaries=new Map,this._dictionaryDeltaOffsets=new Map,Mt(t)||(t={autoDestroy:!0,writeLegacyIpcFormat:!1,compressionType:null}),this._autoDestroy=typeof t.autoDestroy=="boolean"?t.autoDestroy:!0,this._writeLegacyIpcFormat=typeof t.writeLegacyIpcFormat=="boolean"?t.writeLegacyIpcFormat:!1,t.compressionType!=null){if(this._writeLegacyIpcFormat)throw new Error("Legacy IPC format does not support columnar compression. Use modern IPC format (writeLegacyIpcFormat=false).");if(Object.values(Lt).includes(t.compressionType))this._compression=new Zr(t.compressionType);else{let e=Object.values(Lt).filter(n=>typeof n=="string");throw new Error(`Unsupported compressionType: ${t.compressionType} Available types: ${e.join(", ")}`)}}else this._compression=null}toString(t=!1){return this._sink.toString(t)}toUint8Array(t=!1){return this._sink.toUint8Array(t)}writeAll(t){return be(t)?t.then(e=>this.writeAll(e)):ce(t)?Ua(this,t):La(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 qe?this._sink=t:(this._sink=new qe,t&&Qa(t)?this.toDOMStream({type:"bytes"}).pipeTo(t):t&&tc(t)&&this.toNodeStream({objectMode:!1}).pipe(t)),this._started&&this._schema&&this._writeFooter(this._schema),this._started=!1,this._dictionaryBlocks=[],this._recordBatchBlocks=[],this._seenDictionaries=new Map,this._dictionaryDeltaOffsets=new Map,(!e||!tn(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 P&&!(e=t.schema))return this.finish()&&void 0;if(t instanceof z&&!(e=t.schema))return this.finish()&&void 0}else throw new Error("RecordBatchWriter is closed");if(e&&!tn(e,this._schema)){if(this._started&&this._autoDestroy)return this.close();this.reset(this._sink,e)}t instanceof z?t instanceof en||this._writeRecordBatch(t):t instanceof P?this.writeAll(t.batches):we(t)&&this.writeAll(t)}_writeMessage(t,e=8){let n=e-1,i=ut.encode(t),s=i.byteLength,o=this._writeLegacyIpcFormat?4:8,a=s+o+n&~n,c=a-s-o;return t.headerType===C.RecordBatch?this._recordBatchBlocks.push(new Ae(a,t.bodyLength,this._position)):t.headerType===C.DictionaryBatch&&this._dictionaryBlocks.push(new Ae(a,t.bodyLength,this._position)),this._writeLegacyIpcFormat||this._write(Int32Array.of(-1)),this._write(Int32Array.of(a-o)),s>0&&this._write(i),this._writePadding(c)}_write(t){if(this._started){let e=A(t);e&&e.byteLength>0&&(this._sink.write(e),this._position+=e.byteLength)}return this}_writeSchema(t){return this._writeMessage(ut.from(t))}_writeFooter(t){return this._writeLegacyIpcFormat?this._write(Int32Array.of(0)):this._write(Int32Array.of(-1,0))}_writeMagic(){return this._write(Cn)}_writePadding(t){return t>0?this._write(new Uint8Array(t)):this}_writeRecordBatch(t){let{byteLength:e,nodes:n,bufferRegions:i,buffers:s}=this._assembleRecordBatch(t),o=new lt(t.numRows,n,i,this._compression),a=ut.from(o,e);return this._writeDictionaries(t)._writeMessage(a)._writeBodyBuffers(s)}_assembleRecordBatch(t){let{byteLength:e,nodes:n,bufferRegions:i,buffers:s}=et.assemble(t);return this._compression!=null&&({byteLength:e,bufferRegions:i,buffers:s}=this._compressBodyBuffers(s)),{byteLength:e,nodes:n,bufferRegions:i,buffers:s}}_compressBodyBuffers(t){let e=jn.get(this._compression.type);if(!e?.encode||typeof e.encode!="function")throw new Error(`Codec for compression type "${Lt[this._compression.type]}" has invalid encode method`);let n=0,i=[],s=[];for(let a of t){let c=A(a);if(c.length===0){i.push(new Uint8Array(0),new Uint8Array(0)),s.push(new ct(n,0));continue}let l=e.encode(c),d=l.length<c.length,h=d?l:c,E=d?h.length:-1,x=new ht(new Uint8Array(8));x.writeInt64(0,BigInt(E)),i.push(x.bytes(),new Uint8Array(h));let K=(n+7&-8)-n;n+=K;let ae=8+h.length;s.push(new ct(n,ae)),n+=ae}let o=(n+7&-8)-n;return n+=o,{byteLength:n,bufferRegions:s,buffers:i}}_writeDictionaryBatch(t,e,n=!1){let{byteLength:i,nodes:s,bufferRegions:o,buffers:a}=this._assembleRecordBatch(new y([t])),c=new lt(t.length,s,o,this._compression),l=new Ft(c,e,n),d=ut.from(l,i);return this._writeMessage(d)._writeBodyBuffers(a)}_writeBodyBuffers(t){let e=this._compression!=null?2:1,n=new Array(e);for(let i=0;i<t.length;i+=e){let s=0;for(let a=-1;++a<e;)n[a]=t[i+a],s+=n[a].byteLength;if(s===0)continue;for(let a of n)this._write(a);let o=(s+7&-8)-s;o>0&&this._writePadding(o)}return this}_writeDictionaries(t){var e,n;for(let[i,s]of t.dictionaries){let o=(e=s?.data)!==null&&e!==void 0?e:[],a=this._seenDictionaries.get(i),c=(n=this._dictionaryDeltaOffsets.get(i))!==null&&n!==void 0?n:0;if(!a||a.data[0]!==o[0])for(let[l,d]of o.entries())this._writeDictionaryBatch(d,i,l>0);else if(c<o.length)for(let l of o.slice(c))this._writeDictionaryBatch(l,i,!0);this._seenDictionaries.set(i,s),this._dictionaryDeltaOffsets.set(i,o.length)}return this}},on=class extends sn{static writeAll(t,e){let n=new on(e);return be(t)?t.then(i=>n.writeAll(i)):ce(t)?Ua(n,t):La(n,t)}},an=class extends sn{static writeAll(t,e){let n=new an(e);return be(t)?t.then(i=>n.writeAll(i)):ce(t)?Ua(n,t):La(n,t)}constructor(t){super(t),this._autoDestroy=!0,this._writeLegacyIpcFormat=!1}_writeSchema(t){return this._writeMagic()._writePadding(2)}_writeDictionaryBatch(t,e,n=!1){if(!n&&this._seenDictionaries.has(e))throw new Error("The Arrow File format does not support replacement dictionaries. ");return super._writeDictionaryBatch(t,e,n)}_writeFooter(t){let e=or.encode(new or(t,G.V5,this._recordBatchBlocks,this._dictionaryBlocks));return super._writeFooter(t)._write(e)._write(Int32Array.of(e.byteLength))._writeMagic()}};function La(r,t){let e=t;t instanceof P&&(e=t.batches,r.reset(void 0,t.schema));for(let n of e)r.write(n);return r.finish()}function Ua(r,t){return m(this,void 0,void 0,function*(){var e,n,i,s,o,a,c;try{for(e=!0,n=ge(t);i=yield n.next(),s=i.done,!s;e=!0){c=i.value,e=!1;let l=c;r.write(l)}}catch(l){o={error:l}}finally{try{!e&&!s&&(a=n.return)&&(yield a.call(n))}finally{if(o)throw o.error}}return r.finish()})}function Wl(r,t){if(ce(r))return lf(r,t);if(we(r))return cf(r,t);throw new Error("toDOMStream() must be called with an Iterable or AsyncIterable")}function cf(r,t){let e=null,n=t?.type==="bytes"||!1,i=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(),e=null}}),Object.assign({highWaterMark:n?i:void 0},t));function s(o,a){let c,l=null,d=o.desiredSize||null;for(;!(l=a.next(n?d:null)).done;)if(ArrayBuffer.isView(l.value)&&(c=A(l.value))&&(d!=null&&n&&(d=d-c.byteLength+1),l.value=c),o.enqueue(l.value),d!=null&&--d<=0)return;o.close()}}function lf(r,t){let e=null,n=t?.type==="bytes"||!1,i=t?.highWaterMark||Math.pow(2,24);return new ReadableStream(Object.assign(Object.assign({},t),{start(o){return m(this,void 0,void 0,function*(){yield s(o,e||(e=r[Symbol.asyncIterator]()))})},pull(o){return m(this,void 0,void 0,function*(){e?yield s(o,e):o.close()})},cancel(){return m(this,void 0,void 0,function*(){e?.return&&(yield e.return()),e=null})}}),Object.assign({highWaterMark:n?i:void 0},t));function s(o,a){return m(this,void 0,void 0,function*(){let c,l=null,d=o.desiredSize||null;for(;!(l=yield a.next(n?d:null)).done;)if(ArrayBuffer.isView(l.value)&&(c=A(l.value))&&(d!=null&&n&&(d=d-c.byteLength+1),l.value=c),o.enqueue(l.value),d!=null&&--d<=0)return;o.close()})}}function Gl(r){return new Ea(r)}var Ea=class{constructor(t){this._numChunks=0,this._finished=!1,this._bufferedSize=0;let{["readableStrategy"]:e,["writableStrategy"]:n,["queueingStrategy"]:i="count"}=t,s=Ka(t,["readableStrategy","writableStrategy","queueingStrategy"]);this._controller=null,this._builder=pe(s),this._getSize=i!=="bytes"?Hl:Yl;let{["highWaterMark"]:o=i==="bytes"?Math.pow(2,14):1e3}=Object.assign({},e),{["highWaterMark"]:a=i==="bytes"?Math.pow(2,14):1e3}=Object.assign({},n);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:i!=="bytes"?Hl:Yl}),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)}},Hl=r=>{var t;return(t=r?.length)!==null&&t!==void 0?t:0},Yl=r=>{var t;return(t=r?.byteLength)!==null&&t!==void 0?t:0};function mo(r,t){let e=new qe,n=null,i=new ReadableStream({cancel(){return m(this,void 0,void 0,function*(){yield e.close()})},start(a){return m(this,void 0,void 0,function*(){yield o(a,n||(n=yield s()))})},pull(a){return m(this,void 0,void 0,function*(){n?yield o(a,n):a.close()})}});return{writable:new WritableStream(e,Object.assign({highWaterMark:Math.pow(2,14)},r)),readable:i};function s(){return m(this,void 0,void 0,function*(){return yield(yield Vt.from(e)).open(t)})}function o(a,c){return m(this,void 0,void 0,function*(){let l=a.desiredSize,d=null;for(;!(d=yield c.next()).done;)if(a.enqueue(d.value),l!=null&&--l<=0)return;a.close()})}}function yo(r,t){let e=new this(r),n=new Xt(e),i=new ReadableStream({cancel(){return m(this,void 0,void 0,function*(){yield n.cancel()})},pull(o){return m(this,void 0,void 0,function*(){yield s(o)})},start(o){return m(this,void 0,void 0,function*(){yield s(o)})}},Object.assign({highWaterMark:Math.pow(2,14)},t));return{writable:new WritableStream(e,r),readable:i};function s(o){return m(this,void 0,void 0,function*(){let a=null,c=o.desiredSize;for(;a=yield n.read(c||null);)if(o.enqueue(a),c!=null&&(c-=a.byteLength)<=0)return;o.close()})}}var Sf=Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},$o),ma),sa),Wo),Ro),ia),jo),ba),{compareSchemas:tn,compareFields:Fl,compareTypes:Nl});_t.toDOMStream=Wl;tt.throughDOM=Gl;Vt.throughDOM=mo;nn.throughDOM=mo;hr.throughDOM=mo;sn.throughDOM=yo;an.throughDOM=yo;on.throughDOM=yo;function Pn(r){return Ei(r)}function $n(r){return Ri(r)}function Ei(r){return{fields:r.fields.map(t=>cn(t)),metadata:go(r.metadata)}}function Ri(r){return new U(r.fields.map(t=>ln(t)),bo(r.metadata))}function go(r){return Object.fromEntries(r)}function bo(r){return r?new Map(Object.entries(r)):new Map}function cn(r){return{name:r.name,type:Ra(r.type),nullable:r.nullable,metadata:go(r.metadata)}}function ln(r){return new F(r.name,Ci(r.type),r.nullable,bo(r.metadata))}function Ra(r){switch(r.constructor){case ft:return"null";case re:return"binary";case ie:return"bool";case nt:let t=r;return`${t.isSigned?"u":""}int${t.bitWidth}`;case je:return"int8";case ze:return"int16";case At:return"int32";case ke:return"int64";case Pe:return"uint8";case $e:return"uint16";case We:return"uint32";case He:return"uint64";case Ut:switch(r.precision){case $.HALF:return"float16";case $.SINGLE:return"float32";case $.DOUBLE:return"float64";default:return"float16"}case gr:return"float16";case de:return"float32";case Ye:return"float64";case ne:return"utf8";case se:let n=r;return{type:"decimal",bitWidth:n.bitWidth,precision:n.precision,scale:n.scale};case Gt:return r.unit===X.DAY?"date-day":"date-millisecond";case Fr:return"date-day";case Nr:return"date-millisecond";case Dt:switch(r.unit){case f.SECOND:return"time-second";case f.MILLISECOND:return"time-millisecond";case f.MICROSECOND:return"time-microsecond";case f.NANOSECOND:return"time-nanosecond";default:return"time-second"}case Lr:return"time-millisecond";case Mr:return"time-second";case Ur:return"time-microsecond";case Er:return"time-nanosecond";case Tt:switch(r.unit){case f.SECOND:return"timestamp-second";case f.MILLISECOND:return"timestamp-millisecond";case f.MICROSECOND:return"timestamp-microsecond";case f.NANOSECOND:return"timestamp-nanosecond";default:return"timestamp-second"}case Rr:return"timestamp-second";case Cr:return"timestamp-millisecond";case Vr:return"timestamp-microsecond";case jr:return"timestamp-nanosecond";case Jt:switch(r.unit){case H.DAY_TIME:return"interval-daytime";case H.YEAR_MONTH:return"interval-yearmonth";default:return"interval-daytime"}case zr:return"interval-daytime";case kr:return"interval-yearmonth";case Rt:let c=r;return{type:"map",keysSorted:c.keysSorted,children:c.children.map(x=>cn(x))};case Et:let d=r.valueField;return{type:"list",children:[cn(d)]};case bt:let h=r;return{type:"fixed-size-list",listSize:h.listSize,children:[cn(h.children[0])]};case V:return{type:"struct",children:r.children.map(x=>cn(x))};default:throw new Error(`arrow type not supported: ${r.constructor.name}`)}}function Ci(r){if(typeof r=="object")switch(r.type){case"decimal":return new se(r.precision,r.scale,r.bitWidth);case"map":let t=r.children.map(i=>ln(i));return new Rt(t,r.keysSorted);case"list":let e=ln(r.children[0]);return new Et(e);case"fixed-size-list":let n=ln(r.children[0]);return new bt(r.listSize,n);case"struct":return t=r.children.map(i=>ln(i)),new V(t);default:throw new Error("array type not supported")}switch(r){case"null":return new ft;case"binary":return new re;case"bool":return new ie;case"int8":return new je;case"int16":return new ze;case"int32":return new At;case"int64":return new ke;case"uint8":return new Pe;case"uint16":return new $e;case"uint32":return new We;case"uint64":return new He;case"float16":return new gr;case"float32":return new de;case"float64":return new Ye;case"utf8":return new ne;case"date-day":return new Fr;case"date-millisecond":return new Nr;case"time-second":return new Mr;case"time-millisecond":return new Lr;case"time-microsecond":return new Ur;case"time-nanosecond":return new Er;case"timestamp-second":return new Rr;case"timestamp-millisecond":return new Cr;case"timestamp-microsecond":return new Vr;case"timestamp-nanosecond":return new jr;case"interval-daytime":return new zr;case"interval-yearmonth":return new kr;default:throw new Error("array type not supported")}}function xr(r){switch(r.shape){case"array-row-table":case"object-row-table":return xf(r.data);case"geojson-table":return Af(r.features);case"columnar-table":return Bf(r.data);case"arrow-table":default:throw new Error("Deduce schema")}}function Bf(r){let t=[];for(let[e,n]of Object.entries(r)){let i=Df(n,e);t.push(i)}return{fields:t,metadata:{}}}function xf(r){if(!r.length)throw new Error("deduce from empty table");let t=[],e=r[0];for(let[n,i]of Object.entries(e))t.push(Jl(i,n));return{fields:t,metadata:{}}}function Af(r){if(!r.length)throw new Error("deduce from empty table");let t=[],e=r[0].properties||{};for(let[n,i]of Object.entries(e))t.push(Jl(i,n));return{fields:t,metadata:{}}}function Df(r,t){if(ArrayBuffer.isView(r)){let e=un(r);return{name:t,type:e.type||"null",nullable:e.nullable}}if(Array.isArray(r)&&r.length>0){let e=r[0],n=Gi(e);return{name:t,type:n,nullable:!0}}throw new Error("empty table")}function Jl(r,t){let e=Gi(r);return{name:t,type:e,nullable:!0}}function Zl(r){let t;switch(Tf(r)){case"array-row-table":t={shape:"array-row-table",data:r};break;case"object-row-table":t={shape:"object-row-table",data:r};break;case"columnar-table":t={shape:"columnar-table",data:r};break;case"arrow-table":t={shape:"arrow-table",data:r};break;default:throw new Error("table")}let e=xr(t);return{...t,schema:e}}function Tf(r){if(r instanceof P)return"arrow-table";if(Array.isArray(r)){if(r.length===0)throw new Error("cannot deduce type of empty table");let t=r[0];if(Array.isArray(t))return"array-row-table";if(t&&typeof t=="object")return"object-row-table"}if(r&&typeof r=="object")return"columnar-table";throw new Error("invalid table")}function Kl(r){switch(typeof r=="object"&&r?.shape){case"array-row-table":case"object-row-table":return Array.isArray(r.data);case"geojson-table":return Array.isArray(r.features);case"columnar-table":return r.data&&typeof r.data=="object";case"arrow-table":return Boolean(r?.data?.numRows!==void 0);default:return!1}}function pt(r){switch(r.shape){case"array-row-table":case"object-row-table":return r.data.length;case"geojson-table":return r.features.length;case"arrow-table":return r.data.numRows;case"columnar-table":for(let e of Object.values(r.data))return e.length||0;return 0;default:throw new Error("table")}}function Wn(r){if(r.schema)return r.schema.fields.length;if(pt(r)===0)throw new Error("empty table");switch(r.shape){case"array-row-table":return r.data[0].length;case"object-row-table":return Object.keys(r.data[0]).length;case"geojson-table":return Object.keys(r.features[0]).length;case"columnar-table":return Object.keys(r.data).length;case"arrow-table":return r.data.numCols;default:throw new Error("table")}}function Hn(r,t,e){switch(r.shape){case"array-row-table":let n=Ca(r,e);return r.data[t][n];case"object-row-table":return r.data[t][e];case"geojson-table":return r.features[t][e];case"columnar-table":return r.data[e][t];case"arrow-table":let s=r.data,o=s.schema.fields.findIndex(a=>a.name===e);return s.getChildAt(o)?.get(t);default:throw new Error("todo")}}function wo(r,t,e){switch(r.shape){case"array-row-table":return r.data[t][e];case"object-row-table":let n=Vi(r,e);return r.data[t][n];case"geojson-table":let i=Vi(r,e);return r.features[t][i];case"columnar-table":let s=Vi(r,e);return r.data[s][t];case"arrow-table":return r.data.getChildAt(e)?.get(t);default:throw new Error("todo")}}function Xl(r){switch(r.shape){case"array-row-table":case"object-row-table":return r.shape;case"geojson-table":return"object-row-table";case"columnar-table":default:throw new Error("Not a row table")}}function Ca(r,t){let e=r.schema?.fields.findIndex(n=>n.name===t);if(e===void 0)throw new Error(t);return e}function Vi(r,t){let e=r.schema?.fields[t]?.name;if(!e)throw new Error(`${t}`);return e}function ji(r,t,e,n){switch(r.shape){case"object-row-table":return n?Object.fromEntries(Object.entries(r.data[t])):r.data[t];case"array-row-table":if(r.schema){let c=e||{};for(let l=0;l<r.schema.fields.length;l++)c[r.schema.fields[l].name]=r.data[t][l];return c}throw new Error("no schema");case"geojson-table":if(r.schema){let c=e||{};for(let l=0;l<r.schema.fields.length;l++)c[r.schema.fields[l].name]=r.features[t][l];return c}throw new Error("no schema");case"columnar-table":if(r.schema){let c=e||{};for(let l=0;l<r.schema.fields.length;l++)c[r.schema.fields[l].name]=r.data[r.schema.fields[l].name][t];return c}else{let c=e||{};for(let[l,d]of Object.entries(r.data))c[l]=d[t];return c}case"arrow-table":let i=r.data,s=e||{},o=i.get(t),a=i.schema;for(let c=0;c<a.fields.length;c++)s[a.fields[c].name]=o?.[a.fields[c].name];return s;default:throw new Error("shape")}}function zi(r,t,e,n){switch(r.shape){case"array-row-table":return n?Array.from(r.data[t]):r.data[t];case"object-row-table":if(r.schema){let c=e||[];for(let l=0;l<r.schema.fields.length;l++)c[l]=r.data[t][r.schema.fields[l].name];return c}return Object.values(r.data[t]);case"geojson-table":if(r.schema){let c=e||[];for(let l=0;l<r.schema.fields.length;l++)c[l]=r.features[t][r.schema.fields[l].name];return c}return Object.values(r.features[t]);case"columnar-table":if(r.schema){let c=e||[];for(let l=0;l<r.schema.fields.length;l++)c[l]=r.data[r.schema.fields[l].name][t];return c}else{let c=e||[],l=0;for(let d of Object.values(r.data))c[l]=d[t],l++;return c}case"arrow-table":let i=r.data,s=e||[],o=i.get(t),a=i.schema;for(let c=0;c<a.fields.length;c++)s[c]=o?.[a.fields[c].name];return s;default:throw new Error("shape")}}function*ql(r,t){switch(t){case"array-row-table":yield*Va(r);break;case"object-row-table":yield*ja(r);break;default:throw new Error(`Unknown row type ${t}`)}}function*Va(r,t=[]){let e=pt(r);for(let n=0;n<e;n++)yield zi(r,n,t)}function*ja(r,t={}){let e=pt(r);for(let n=0;n<e;n++)yield ji(r,n,t)}async function Ql(r){let t,e,n,i=null,s;for await(let o of r)switch(i=i||o.shape,s=s||o.schema,o.shape){case"array-row-table":t=t||[];for(let a=0;a<pt(o);a++){let c=o.data[a];t.push(c)}break;case"object-row-table":e=e||[];for(let a=0;a<pt(o);a++){let c=o.data[a];e.push(c)}break;case"geojson-table":n=n||[];for(let a=0;a<pt(o);a++){let c=o.features[a];n.push(c)}break;case"columnar-table":case"arrow-table":default:throw new Error("shape")}if(!i)return null;switch(i){case"array-row-table":return{shape:"array-row-table",data:t,schema:s};case"object-row-table":return{shape:"object-row-table",data:e,schema:s};case"geojson-table":return{shape:"geojson-table",type:"FeatureCollection",features:n,schema:s};default:return null}}function tu(r,t){let e=dn(r.type,r.nullable);return new e(t)}function*eu(r,t){for(let e of ki(r,t)){let n=new P([e]);yield{...e,shape:"arrow-table",schema:r.schema,batchType:"data",length:n.numRows,data:n}}}function*ki(r,t){let e=$n(r.schema),n=pt(r),i=Wn(r),s=t?.batchSize||n,o=e?.fields.map(l=>pe(l)),a=new V(e.fields),c=0;for(let l=0;l<n;l++)for(let d=0;d<i;++d){let h=wo(r,l,d);if(o[d].append(h),c++,c>=s){let x=o.map(ae=>ae.flush()),K=new N(a,0,c,0,void 0,x);yield new z(e,K),c=0}}if(c>0){let l=o.map(h=>h.flush()),d=new N(a,0,c,0,void 0,l);yield new z(e,d),c=0}o.map(l=>l.finish())}function _o(r,t){switch(r.shape){case"arrow-table":return r.data;case"columnar-table":default:let e=ki(r,t);return new P(e)}}function ru(r,t){switch(t){case"arrow-table":return Of(r);case"array-row-table":return Ff(r);case"object-row-table":return Nf(r);case"columnar-table":return za(r);case"geojson-table":return Mf(r);default:throw new Error(t)}}function Of(r){return{shape:"arrow-table",schema:Pn(r.schema),data:r}}function Ff(r){let t=za(r);return er(t,"array-row-table")}function Nf(r){let t=za(r);return er(t,"object-row-table")}function za(r){let t={};for(let n of r.schema.fields){let s=r.getChild(n.name)?.toArray();t[n.name]=s}return{shape:"columnar-table",schema:Pn(r.schema),data:t}}function Mf(r){let t=Pn(r.schema),e=[];for(let n=0;n<r.numRows;n++){let i=r.get(n)?.toJSON()||{};e.push({type:"Feature",geometry:null,properties:i})}return{shape:"geojson-table",type:"FeatureCollection",schema:t,features:e}}function er(r,t){switch(t){case"object-row-table":return Ef(r);case"array-row-table":return Uf(r);case"columnar-table":return Lf(r);case"arrow-table":return Rf(r);default:throw new Error(t)}}function Lf(r){let t=r.schema||xr(r),e=r.schema?.fields||[];if(r.shape==="columnar-table")return{...r,schema:t};let n=pt(r),i={};for(let s of e){let o=tu(s,n);i[s.name]=o;for(let a=0;a<n;a++)o[a]=Hn(r,a,s.name)}return{shape:"columnar-table",schema:t,data:i}}function Uf(r){if(r.shape==="array-row-table")return r;let t=pt(r),e=new Array(t);for(let n=0;n<t;n++)e[n]=zi(r,n);return{shape:"array-row-table",schema:r.schema,data:e}}function Ef(r){if(r.shape==="object-row-table")return r;let t=pt(r),e=new Array(t);for(let n=0;n<t;n++)e[n]=ji(r,n);return{shape:"object-row-table",schema:r.schema,data:e}}function Rf(r){let t=_o(r);return{shape:"arrow-table",schema:r.schema,data:t}}function vo(r,t){if(!r)throw new Error("null row");let e={};if(t)for(let n=0;n<t.length;n++)e[t[n]]=r[n];else for(let n=0;n<r.length;n++){let i=`column-${n}`;e[i]=r[n]}return e}function Io(r,t){if(!r)throw new Error("null row");if(t){let e=new Array(t.length);for(let n=0;n<t.length;n++)e[n]=r[t[n]];return e}return Object.values(r)}function nu(r){let t=[];for(let e=0;e<r.length;e++){let n=`column-${e}`;t.push(n)}return t}function iu(r){return Object.keys(r)}function*su(r){yield ka(r)}function ka(r){return{...r,length:pt(r),batchType:"data"}}function Yn(r,t){switch(t){case"object-row-table":return{...r,...er(r,"object-row-table")};case"array-row-table":return{...r,...er(r,"array-row-table")};case"columnar-table":return{...r,...er(r,"columnar-table")};case"arrow-table":return{...r,...er(r,"arrow-table")};default:throw new Error(t)}}async function*ou(r,t){for await(let e of r)switch(t){case"object-row-table":yield Yn(e,"object-row-table");break;case"array-row-table":yield Yn(e,"array-row-table");break;case"columnar-table":yield Yn(e,"columnar-table");break;case"arrow-table":yield Yn(e,"arrow-table");break;default:throw new Error(t)}}function au(r){return r.shape==="array-row-table"}function cu(r){return r.shape==="object-row-table"}function lu(r){return r.shape==="columnar-table"}function uu(r){return r.shape==="geojson-table"}function du(r){return r.shape==="arrow-table"}var So=class{schema;options;shape;length=0;rows=null;cursor=0;_headers=[];constructor(t,e){if(this.options=e,this.schema=t,!Array.isArray(t)){this._headers=[];for(let n in t)this._headers[t[n].index]=t[n].name}}rowCount(){return this.length}addArrayRow(t,e){Number.isFinite(e)&&(this.cursor=e),this.shape="array-row-table",this.rows=this.rows||new Array(100),this.rows[this.length]=t,this.length++}addObjectRow(t,e){Number.isFinite(e)&&(this.cursor=e),this.shape="object-row-table",this.rows=this.rows||new Array(100),this.rows[this.length]=t,this.length++}getBatch(){let t=this.rows;return t?(t=t.slice(0,this.length),this.rows=null,{shape:this.shape||"array-row-table",batchType:"data",data:t,length:this.length,schema:this.schema,cursor:this.cursor}):null}};var hu=100,Gn=class{schema;options;length=0;objectRows=null;arrayRows=null;cursor=0;_headers=null;constructor(t,e){if(this.options=e,this.schema=t,t){this._headers=[];for(let n=0;n<t.fields.length;n++)this._headers[n]=t.fields[n].name}}rowCount(){return this.length}addArrayRow(t,e){switch(Number.isFinite(e)&&(this.cursor=e),this._headers||=nu(t),this.options.shape){case"object-row-table":let n=vo(t,this._headers);this.addObjectRow(n,e);break;case"array-row-table":this.arrayRows=this.arrayRows||new Array(hu),this.arrayRows[this.length]=t,this.length++;break}}addObjectRow(t,e){switch(Number.isFinite(e)&&(this.cursor=e),this._headers||=iu(t),this.options.shape){case"array-row-table":let n=Io(t,this._headers);this.addArrayRow(n,e);break;case"object-row-table":this.objectRows=this.objectRows||new Array(hu),this.objectRows[this.length]=t,this.length++;break}}getBatch(){let t=this.arrayRows||this.objectRows;return t?(t=t.slice(0,this.length),this.arrayRows=null,this.objectRows=null,{shape:this.options.shape,batchType:"data",data:t,length:this.length,schema:this.schema,cursor:this.cursor}):null}};function Pa(r){return ArrayBuffer.isView(r)&&!(r instanceof DataView)}var Cf=100,Ar=class{schema;length=0;allocated=0;columns={};constructor(t,e){this.schema=t,this._reallocateColumns()}rowCount(){return this.length}addArrayRow(t){this._reallocateColumns();let e=0;for(let n in this.columns)this.columns[n][this.length]=t[e++];this.length++}addObjectRow(t){this._reallocateColumns();for(let e in t)this.columns[e][this.length]=t[e];this.length++}getBatch(){return this._pruneColumns(),{shape:"columnar-table",batchType:"data",data:this.columns,schema:this.schema,length:this.length}}_reallocateColumns(){if(!(this.length<this.allocated)){this.allocated=this.allocated>0?this.allocated*=2:Cf,this.columns={};for(let t of this.schema.fields){let e=dn(t.type,t.nullable),n=this.columns[t.name];if(!n)this.columns[t.name]=new e(this.allocated);else if(Array.isArray(n))n.length=this.allocated;else if(Pa(n)){let i=new e(this.allocated);i.set(n),this.columns[t.name]=i}else throw new Error("Invalid column type")}}}_pruneColumns(){for(let[t,e]of Object.entries(this.columns))this.columns[t]=e.slice(0,this.length)}};var Bo=class extends Ar{arrowSchema;constructor(t,e){super(t,e),this.arrowSchema=null}getBatch(){let t=super.getBatch();if(t){this.arrowSchema=this.arrowSchema||Vf(t.schema);let e=jf(this.arrowSchema,t.data),n=new z(this.arrowSchema,g({type:new V(this.arrowSchema.fields),children:e.map(({data:i})=>i[0])}));return{shape:"arrow-table",batchType:"data",data:new P([n]),length:t.length}}return null}};function Vf(r){let t=[];for(let e in r){let n=r[e];if(n.type===Float32Array){let i=new Map,s=new F(n.name,new de,n.nullable,i);t.push(s)}}if(t.length===0)throw new Error("No arrow convertible fields");return new U(t)}function jf(r,t){let e=[];for(let n of r.fields){let i=t[n.name];if(i instanceof Float32Array){let s=Dn(i);e.push(s)}}if(r.fields.length!==e.length)throw new Error("Some columns not arrow convertible");return e}var zf={shape:void 0,batchSize:"auto",batchDebounceMs:0,limit:0,_limitMB:0},Pi=class{schema;options;aggregator=null;batchCount=0;bytesUsed=0;isChunkComplete=!1;lastBatchEmittedMs=Date.now();totalLength=0;totalBytes=0;rowBytes=0;constructor(t,e){this.schema=t,this.options={...zf,...e}}limitReached(){return!!(Boolean(this.options?.limit)&&this.totalLength>=this.options.limit||Boolean(this.options?._limitMB)&&this.totalBytes/1e6>=this.options._limitMB)}addRow(t){this.limitReached()||(this.totalLength++,this.rowBytes=this.rowBytes||this._estimateRowMB(t),this.totalBytes+=this.rowBytes,Array.isArray(t)?this.addArrayRow(t):this.addObjectRow(t))}addArrayRow(t){if(!this.aggregator){let e=this._getTableBatchType();this.aggregator=new e(this.schema,this.options)}this.aggregator.addArrayRow(t)}addObjectRow(t){if(!this.aggregator){let e=this._getTableBatchType();this.aggregator=new e(this.schema,this.options)}this.aggregator.addObjectRow(t)}chunkComplete(t){t instanceof ArrayBuffer&&(this.bytesUsed+=t.byteLength),typeof t=="string"&&(this.bytesUsed+=t.length),this.isChunkComplete=!0}getFullBatch(t){return this._isFull()?this._getBatch(t):null}getFinalBatch(t){return this._getBatch(t)}_estimateRowMB(t){return Array.isArray(t)?t.length*8:Object.keys(t).length*8}_isFull(){if(!this.aggregator||this.aggregator.rowCount()===0)return!1;if(this.options.batchSize==="auto"){if(!this.isChunkComplete)return!1}else if(this.options.batchSize>this.aggregator.rowCount())return!1;return this.options.batchDebounceMs>Date.now()-this.lastBatchEmittedMs?!1:(this.isChunkComplete=!1,this.lastBatchEmittedMs=Date.now(),!0)}_getBatch(t){if(!this.aggregator)return null;t?.bytesUsed&&(this.bytesUsed=t.bytesUsed);let e=this.aggregator.getBatch();return e.count=this.batchCount,e.bytesUsed=this.bytesUsed,Object.assign(e,t),this.batchCount++,this.aggregator=null,e}_getTableBatchType(){switch(this.options.shape){case"array-row-table":case"object-row-table":return Gn;case"columnar-table":return Ar;case"arrow-table":return Bo;default:return So}}};Ya(Pi,"ArrowBatch");var pr=class{name;type;nullable;metadata;constructor(t,e,n=!1,i=new Map){this.name=t,this.type=e,this.nullable=n,this.metadata=i}get typeId(){return this.type&&this.type.typeId}clone(){return new pr(this.name,this.type,this.nullable,this.metadata)}compareTo(t){return this.name===t.name&&this.type===t.type&&this.nullable===t.nullable&&this.metadata===t.metadata}toString(){return`${JSON.stringify(this.type)}${this.nullable?", nullable":""}${this.metadata?`, metadata: ${JSON.stringify(this.metadata)}`:""}`}};var ye=class{fields;metadata;constructor(t,e=new Map){this.fields=t.map(n=>new pr(n.name,n.type,n.nullable,n.metadata)),this.metadata=e instanceof Map?e:new Map(Object.entries(e))}compareTo(t){if(this.metadata!==t.metadata||this.fields.length!==t.fields.length)return!1;for(let e=0;e<this.fields.length;++e)if(!this.fields[e].compareTo(t.fields[e]))return!1;return!0}select(...t){let e=Object.create(null);for(let i of t)e[i]=!0;let n=this.fields.filter(i=>e[i.name]);return new ye(n,this.metadata)}selectAt(...t){let e=t.map(n=>this.fields[n]).filter(Boolean);return new ye(e,this.metadata)}assign(t){let e,n=this.metadata;if(t instanceof ye){let o=t;e=o.fields,n=fu(fu(new Map,this.metadata),o.metadata)}else e=t;let i=Object.create(null);for(let o of this.fields)i[o.name]=o;for(let o of e)i[o.name]=o;let s=Object.values(i);return new ye(s,n)}};function fu(r,t){return new Map([...r||new Map,...t||new Map])}var $a=class{table;columnName;constructor(t,e){this.table=t,this.columnName=e}get(t){return Hn(this.table,t,this.columnName)}toArray(){switch(this.table.shape){case"arrow-table":return this.table.data.getChild(this.columnName)?.toArray();case"columnar-table":return this.table.data[this.columnName];default:throw new Error(this.table.shape)}}},xo=class{schema;table;constructor(t){let e=t.schema||xr(t);this.schema=new ye(e.fields,e.metadata),this.table={...t,schema:e}}get data(){return this.table.shape==="geojson-table"?this.table.features:this.table.data}get numCols(){return Wn(this.table)}get length(){return pt(this.table)}getChild(t){return new $a(this.table,t)}};function pu(r){let t=0;for(let e in r){let n=r[e];ArrayBuffer.isView(n)&&(t+=n.byteLength*n.BYTES_PER_ELEMENT)}return t}function mu(r){let t=1/0,e=1/0,n=1/0,i=-1/0,s=-1/0,o=-1/0,a=r.POSITION?r.POSITION.value:[],c=a&&a.length;for(let l=0;l<c;l+=3){let d=a[l],h=a[l+1],E=a[l+2];t=d<t?d:t,e=h<e?h:e,n=E<n?E:n,i=d>i?d:i,s=h>s?h:s,o=E>o?E:o}return[[t,e,n],[i,s,o]]}function yu(r){return r.type instanceof bt?r.type.listSize:1}function gu(r,t){let e=kf(r,t),n=e.children[0].type,i={[Yt.DATA]:r},s=new N(n,0,r.length,0,i);return new N(e,0,r.length/t,0,void 0,[s])}function kf(r,t){let{type:e}=un(r),n=Ci(e);return new bt(t,new F("value",n))}function bu(r,t){switch(t){case"columnar-table":return Pf(r);case"arrow-table":return $f(r);default:throw new Error(t)}}function Pf(r){let t={};for(let[e,n]of Object.entries(r.attributes))t[e]=n.value;return{shape:"columnar-table",schema:r.schema,data:t}}function $f(r,t){let{schema:e}=r,n=Ri(e),i=[];for(let d in r.attributes){let h=r.attributes[d],{value:E,size:x=1}=h,K=gu(E,x);i.push(K)}let s=new V(n.fields),o=i[0].length,a=new N(s,0,o,0,void 0,i),c=new z(n,a),l=new P([c]);return{shape:"arrow-table",schema:e,data:l}}function wu(r){switch(r.shape){case"arrow-table":return Wf(r);default:throw new Error(r.shape)}}function Wf(r){let t=r.data,e=Ei(t.schema),n=e.fields,i={};for(let o of n){let{name:a}=o,c=t.getChild(a),l=yu(c),d=c?.toArray();i[a]={value:d,size:l}}Hf(e);let s=e.metadata.topology;return{schema:e,attributes:i,topology:s,mode:0}}function Hf(r){r.metadata||={},r.metadata.topology||="point-list",r.metadata.mode||="0"}function _u(r,t={}){return{fields:Yf(r),metadata:t}}function Wa(r,t,e){let n=Fo(t.value),i=e||Ha(t);return{name:r,type:{type:"fixed-size-list",listSize:t.size,children:[{name:"value",type:n}]},nullable:!1,metadata:i}}function Yf(r){let t=[];for(let e in r){let n=r[e];t.push(Wa(e,n))}return t}function Ha(r){let t={};return"byteOffset"in r&&(t.byteOffset=r.byteOffset.toString(10)),"byteStride"in r&&(t.byteStride=r.byteStride.toString(10)),"normalized"in r&&(t.normalized=r.normalized.toString()),t}var j;(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"})(j||(j={}));var Nt=class{static isNull(t){return t&&t.typeId===j.Null}static isInt(t){return t&&t.typeId===j.Int}static isFloat(t){return t&&t.typeId===j.Float}static isBinary(t){return t&&t.typeId===j.Binary}static isUtf8(t){return t&&t.typeId===j.Utf8}static isBool(t){return t&&t.typeId===j.Bool}static isDecimal(t){return t&&t.typeId===j.Decimal}static isDate(t){return t&&t.typeId===j.Date}static isTime(t){return t&&t.typeId===j.Time}static isTimestamp(t){return t&&t.typeId===j.Timestamp}static isInterval(t){return t&&t.typeId===j.Interval}static isList(t){return t&&t.typeId===j.List}static isStruct(t){return t&&t.typeId===j.Struct}static isUnion(t){return t&&t.typeId===j.Union}static isFixedSizeBinary(t){return t&&t.typeId===j.FixedSizeBinary}static isFixedSizeList(t){return t&&t.typeId===j.FixedSizeList}static isMap(t){return t&&t.typeId===j.Map}static isDictionary(t){return t&&t.typeId===j.Dictionary}get typeId(){return j.NONE}compareTo(t){return this===t}},vu=class extends Nt{get typeId(){return j.Null}get[Symbol.toStringTag](){return"Null"}toString(){return"Null"}},Iu=class extends Nt{get typeId(){return j.Bool}get[Symbol.toStringTag](){return"Bool"}toString(){return"Bool"}},Su=class extends Nt{isSigned;bitWidth;constructor(t,e){super(),this.isSigned=t,this.bitWidth=e}get typeId(){return j.Int}get[Symbol.toStringTag](){return"Int"}toString(){return`${this.isSigned?"I":"Ui"}nt${this.bitWidth}`}};var Bu=class extends Nt{precision;constructor(t){super(),this.precision=t}get typeId(){return j.Float}get[Symbol.toStringTag](){return"Float"}toString(){return`Float${this.precision}`}};var xu=class extends Nt{constructor(){super()}get typeId(){return j.Binary}toString(){return"Binary"}get[Symbol.toStringTag](){return"Binary"}},Au=class extends Nt{get typeId(){return j.Utf8}get[Symbol.toStringTag](){return"Utf8"}toString(){return"Utf8"}},Gf={DAY:0,MILLISECOND:1},Du=class extends Nt{unit;constructor(t){super(),this.unit=t}get typeId(){return j.Date}get[Symbol.toStringTag](){return"Date"}toString(){return`Date${(this.unit+1)*32}<${Gf[this.unit]}>`}};var Lu={SECOND:1,MILLISECOND:1e3,MICROSECOND:1e6,NANOSECOND:1e9},Tu=class extends Nt{unit;bitWidth;constructor(t,e){super(),this.unit=t,this.bitWidth=e}get typeId(){return j.Time}toString(){return`Time${this.bitWidth}<${Lu[this.unit]}>`}get[Symbol.toStringTag](){return"Time"}};var Ou=class extends Nt{unit;timezone;constructor(t,e=null){super(),this.unit=t,this.timezone=e}get typeId(){return j.Timestamp}get[Symbol.toStringTag](){return"Timestamp"}toString(){return`Timestamp<${Lu[this.unit]}${this.timezone?`, ${this.timezone}`:""}>`}};var Jf={DAY_TIME:0,YEAR_MONTH:1},Fu=class extends Nt{unit;constructor(t){super(),this.unit=t}get typeId(){return j.Interval}get[Symbol.toStringTag](){return"Interval"}toString(){return`Interval<${Jf[this.unit]}>`}};var Nu=class extends Nt{listSize;children;constructor(t,e){super(),this.listSize=t,this.children=[e]}get typeId(){return j.FixedSizeList}get valueType(){return this.children[0].type}get valueField(){return this.children[0]}get[Symbol.toStringTag](){return"FixedSizeList"}toString(){return`FixedSizeList[${this.listSize}]<${JSON.stringify(this.valueType)}>`}},Mu=class extends Nt{children;constructor(t){super(),this.children=t}get typeId(){return j.Struct}toString(){return`Struct<{${this.children.map(t=>`${t.name}:${JSON.stringify(t.type)}`).join(", ")}}>`}get[Symbol.toStringTag](){return"Struct"}};var Ao=class{schema;arrowSchema;arrowBuilders;length;constructor(t){this.schema=t,this.arrowSchema=$n(t),this.arrowBuilders=this.arrowSchema.fields.map(e=>pe({type:e.type,nullValues:[null]})),this.length=0}addObjectRow(t){for(let e=0;e<this.arrowBuilders.length;e++){let n=this.schema.fields[e].name,i=t[n];this.arrowBuilders[e].append(i)}this.length++}addArrayRow(t){for(let e=0;e<this.arrowBuilders.length;e++)this.arrowBuilders[e].append(t[e]);this.length++}firstBatch(){let t=this._getArrowRecordBatch();return t.numCols!==0?null:{shape:"arrow-table",batchType:"data",length:t.numRows,schema:this.schema,data:new P(t)}}flushBatch(){let t=this._getArrowRecordBatch();return t.numCols===0?null:{shape:"arrow-table",batchType:"data",length:t.numRows,schema:this.schema,data:new P(t)}}finishBatch(){let t=this._getArrowRecordBatch();return this.arrowBuilders.forEach(e=>e.finish()),t.numCols===0?null:{shape:"arrow-table",batchType:"data",length:t.numRows,schema:this.schema,data:new P(t)}}finishTable(){let t=this._getArrowRecordBatch();return this.arrowBuilders.forEach(e=>e.finish()),{shape:"arrow-table",schema:this.schema,data:new P(t)}}_getArrowRecordBatch(){let{arrowBuilders:t,arrowSchema:e}=this,n=t.map(c=>c.flush()),i=n[0].length,s=new V(e.fields),o=new N(s,0,i,0,void 0,n);return new z(e,o)}};function Uu(r){return{typeId:r.typeId,ArrayType:r.ArrayType,typeName:r.toString(),typeEnumName:Zf(r.typeId),precision:r.precision}}var Do=null;function Zf(r){if(!Do){Do={};for(let t in j)Do[j[t]]=t}return Do[r]}var To=class extends Array{enqueue(t){return this.push(t)}dequeue(){return this.shift()}},$i=class{_values;_settlers;_closed;constructor(){this._values=new To,this._settlers=new To,this._closed=!1}close(){for(;this._settlers.length>0;)this._settlers.dequeue().resolve({done:!0});this._closed=!0}[Symbol.asyncIterator](){return this}enqueue(t){if(this._closed)throw new Error("Closed");if(this._settlers.length>0){if(this._values.length>0)throw new Error("Illegal internal state");let e=this._settlers.dequeue();t instanceof Error?e.reject(t):e.resolve({value:t})}else this._values.enqueue(t)}next(){if(this._values.length>0){let t=this._values.dequeue();return t instanceof Error?Promise.reject(t):Promise.resolve({value:t})}if(this._closed){if(this._settlers.length>0)throw new Error("Illegal internal state");return Promise.resolve({done:!0})}return new Promise((t,e)=>{this._settlers.enqueue({resolve:t,reject:e})})}};return Wu(Wi);})();
|
|
17
17
|
return __exports__;
|
|
18
18
|
});
|