@loaders.gl/draco 4.4.0-alpha.1 → 4.4.0-alpha.10
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 +110 -26
- package/dist/dist.min.js +6 -6
- package/dist/draco-arrow-loader.d.ts +1 -1
- package/dist/draco-arrow-loader.js +1 -0
- package/dist/draco-arrow-loader.js.map +1 -0
- package/dist/draco-format.js +1 -0
- package/dist/draco-format.js.map +1 -0
- package/dist/draco-loader.d.ts +4 -4
- package/dist/draco-loader.d.ts.map +1 -1
- package/dist/draco-loader.js +2 -1
- package/dist/draco-loader.js.map +1 -0
- package/dist/draco-worker-node.js +197 -91
- package/dist/draco-worker-node.js.map +4 -4
- package/dist/draco-worker.js +98 -26
- package/dist/draco-worker.js.map +2 -2
- package/dist/draco-writer-worker-node.js +158 -72
- package/dist/draco-writer-worker-node.js.map +4 -4
- package/dist/draco-writer-worker.js +60 -7
- package/dist/draco-writer-worker.js.map +2 -2
- package/dist/draco-writer.js +2 -1
- package/dist/draco-writer.js.map +1 -0
- package/dist/draco3d/draco3d-types.js +1 -0
- package/dist/draco3d/draco3d-types.js.map +1 -0
- package/dist/index.cjs +49 -11
- package/dist/index.cjs.map +3 -3
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -0
- package/dist/lib/draco-builder.js +1 -0
- package/dist/lib/draco-builder.js.map +1 -0
- package/dist/lib/draco-module-loader.d.ts +3 -2
- package/dist/lib/draco-module-loader.d.ts.map +1 -1
- package/dist/lib/draco-module-loader.js +53 -10
- package/dist/lib/draco-module-loader.js.map +1 -0
- package/dist/lib/draco-parser.js +1 -0
- package/dist/lib/draco-parser.js.map +1 -0
- package/dist/lib/draco-types.js +1 -0
- package/dist/lib/draco-types.js.map +1 -0
- package/dist/lib/utils/get-draco-schema.js +1 -0
- package/dist/lib/utils/get-draco-schema.js.map +1 -0
- package/dist/lib/utils/version.js +2 -1
- package/dist/lib/utils/version.js.map +1 -0
- package/dist/libs/libs/draco_decoder.wasm +0 -0
- package/dist/libs/libs/draco_encoder.js +52 -0
- package/dist/libs/libs/draco_wasm_wrapper.js +117 -0
- package/dist/workers/draco-worker-node.js +1 -0
- package/dist/workers/draco-worker-node.js.map +1 -0
- package/dist/workers/draco-worker.js +1 -0
- package/dist/workers/draco-worker.js.map +1 -0
- package/dist/workers/draco-writer-worker-node.cjs +18 -0
- package/dist/workers/draco-writer-worker-node.cjs.map +1 -0
- package/dist/workers/draco-writer-worker-node.d.cts +2 -0
- package/dist/workers/draco-writer-worker-node.d.cts.map +1 -0
- package/dist/workers/draco-writer-worker-node.js +1 -0
- package/dist/workers/draco-writer-worker-node.js.map +1 -0
- package/dist/workers/draco-writer-worker.js +1 -0
- package/dist/workers/draco-writer-worker.js.map +1 -0
- package/package.json +19 -7
- package/src/draco-loader.ts +6 -3
- package/src/draco-writer.ts +1 -1
- package/src/lib/draco-module-loader.ts +87 -23
- package/src/workers/draco-writer-worker-node.cjs +18 -0
package/dist/dist.min.js
CHANGED
|
@@ -4,17 +4,17 @@
|
|
|
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
|
|
8
|
-
with ${i.num_attributes()} attributes into ${o} bytes`),
|
|
9
|
-
with ${i.num_attributes()} attributes into ${o} bytes`),fa(s)}finally{this.destroyEncodedObject(s),this.destroyEncodedObject(i)}}_setOptions(t){if("speed"in t&&this.dracoEncoder.SetSpeedOptions(...t.speed),"method"in t){let e=this.draco[t.method||"MESH_SEQUENTIAL_ENCODING"];this.dracoEncoder.SetEncodingMethod(e)}if("quantization"in t)for(let e in t.quantization){let i=t.quantization[e],n=this.draco[e];this.dracoEncoder.SetAttributeQuantization(n,i)}}_createDracoMesh(t,e,i){let n=i.attributesMetadata||{};try{let s=this._getPositionAttribute(e);if(!s)throw new Error("positions");let o=s.length/3;for(let a in e){let c=e[a];a=ha[a]||a;let l=this._addAttributeToMesh(t,a,c,o);l!==-1&&this._addAttributeMetadata(t,l,{name:a,...n[a]||{}})}}catch(s){throw this.destroyEncodedObject(t),s}return t}_createDracoPointCloud(t,e,i){let n=i.attributesMetadata||{};try{let s=this._getPositionAttribute(e);if(!s)throw new Error("positions");let o=s.length/3;for(let a in e){let c=e[a];a=ha[a]||a;let l=this._addAttributeToMesh(t,a,c,o);l!==-1&&this._addAttributeMetadata(t,l,{name:a,...n[a]||{}})}}catch(s){throw this.destroyEncodedObject(t),s}return t}_addAttributeToMesh(t,e,i,n){if(!ArrayBuffer.isView(i))return-1;let s=this._getDracoAttributeType(e),o=i.length/n;if(s==="indices"){let l=i.length/3;return this.log(`Adding attribute ${e}, size ${l}`),this.dracoMeshBuilder.AddFacesToMesh(t,l,i),-1}this.log(`Adding attribute ${e}, size ${o}`);let a=this.dracoMeshBuilder,{buffer:c}=i;switch(i.constructor){case Int8Array:return a.AddInt8Attribute(t,s,n,o,new Int8Array(c));case Int16Array:return a.AddInt16Attribute(t,s,n,o,new Int16Array(c));case Int32Array:return a.AddInt32Attribute(t,s,n,o,new Int32Array(c));case Uint8Array:case Uint8ClampedArray:return a.AddUInt8Attribute(t,s,n,o,new Uint8Array(c));case Uint16Array:return a.AddUInt16Attribute(t,s,n,o,new Uint16Array(c));case Uint32Array:return a.AddUInt32Attribute(t,s,n,o,new Uint32Array(c));case Float32Array:return a.AddFloatAttribute(t,s,n,o,new Float32Array(c));default:return console.warn("Unsupported attribute type",i),-1}}_getDracoAttributeType(t){switch(t.toLowerCase()){case"indices":return"indices";case"position":case"positions":case"vertices":return this.draco.POSITION;case"normal":case"normals":return this.draco.NORMAL;case"color":case"colors":return this.draco.COLOR;case"texcoord":case"texcoords":return this.draco.TEX_COORD;default:return this.draco.GENERIC}}_getPositionAttribute(t){for(let e in t){let i=t[e];if(this._getDracoAttributeType(e)===this.draco.POSITION)return i}return null}_addGeometryMetadata(t,e){let i=new this.draco.Metadata;this._populateDracoMetadata(i,e),this.dracoMeshBuilder.AddMetadata(t,i)}_addAttributeMetadata(t,e,i){let n=new this.draco.Metadata;this._populateDracoMetadata(n,i),this.dracoMeshBuilder.SetMetadataForAttribute(t,e,n)}_populateDracoMetadata(t,e){for(let[i,n]of Vl(e))switch(typeof n){case"number":Math.trunc(n)===n?this.dracoMetadataBuilder.AddIntEntry(t,i,n):this.dracoMetadataBuilder.AddDoubleEntry(t,i,n);break;case"object":n instanceof Int32Array&&this.dracoMetadataBuilder.AddIntEntryArray(t,i,n,n.length);break;case"string":default:this.dracoMetadataBuilder.AddStringEntry(t,i,n)}}};function fa(r){let t=r.size(),e=new ArrayBuffer(t),i=new Int8Array(e);for(let n=0;n<t;++n)i[n]=r.GetValue(n);return e}function Vl(r){return r.entries&&!r.hasOwnProperty("entries")?r.entries():Object.entries(r)}var Ti="4.4.0-alpha.0";var zl={pointcloud:!1,attributeNameEntry:"name"},pa={id:"draco-writer",name:"Draco compressed geometry writer",module:"draco",version:Ti,worker:!0,options:{draco:{},source:null}},ma={name:"DRACO",id:"draco",module:"draco",version:Ti,extensions:["drc"],mimeTypes:["application/octet-stream"],options:{draco:zl},encode:Pl};async function Pl(r,t={}){let{draco:e}=await da(t),i=new xi(e);try{return i.encodeSync(r,t.draco)}finally{i.destroy()}}function kl(r,t="float32"){return r instanceof Date?"date-millisecond":r instanceof Number?t:typeof r=="string"?"utf8":(r===null||r==="undefined","null")}function ya(r){let t=Xs(r);return t!=="null"?{type:t,nullable:!1}:r.length>0?(t=kl(r[0]),{type:t,nullable:!0}):{type:"null",nullable:!0}}function Xs(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 ga(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(d){try{l(i.next(d))}catch(h){o(h)}}function c(d){try{l(i.throw(d))}catch(h){o(h)}}function l(d){d.done?s(d.value):n(d.value).then(a,c)}l((i=i.apply(r,t||[])).next())})}function ba(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 M(r){return this instanceof M?(this.v=r,this):new M(r)}function Ht(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(R){return function(it){return Promise.resolve(it).then(R,h)}}function a(R,it){i[R]&&(n[R]=function(Vr){return new Promise(function(Ys,Ke){s.push([R,Vr,Ys,Ke])>1||c(R,Vr)})},it&&(n[R]=it(n[R])))}function c(R,it){try{l(i[R](it))}catch(Vr){V(s[0][3],Vr)}}function l(R){R.value instanceof M?Promise.resolve(R.value.v).then(d,h):V(s[0][2],R)}function d(R){c("next",R)}function h(R){c("throw",R)}function V(R,it){R(it),s.shift(),s.length&&c(s[0][0],s[0][1])}}function jr(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:M(r[n](o)),done:!1}:s?s(o):o}:s}}function le(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 ba=="function"?ba(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 ro={};Qe(ro,{compareArrayLike:()=>eo,joinUint8Arrays:()=>Gt,memcpy:()=>Mi,rebaseValueOffsets:()=>Ln,toArrayBufferView:()=>N,toArrayBufferViewAsyncIterator:()=>he,toArrayBufferViewIterator:()=>Se,toBigInt64Array:()=>Nn,toBigUint64Array:()=>Xl,toFloat32Array:()=>ql,toFloat32ArrayAsyncIterator:()=>fu,toFloat32ArrayIterator:()=>su,toFloat64Array:()=>Kl,toFloat64ArrayAsyncIterator:()=>pu,toFloat64ArrayIterator:()=>ou,toInt16Array:()=>Gl,toInt16ArrayAsyncIterator:()=>lu,toInt16ArrayIterator:()=>eu,toInt32Array:()=>or,toInt32ArrayAsyncIterator:()=>uu,toInt32ArrayIterator:()=>ru,toInt8Array:()=>Hl,toInt8ArrayAsyncIterator:()=>cu,toInt8ArrayIterator:()=>tu,toUint16Array:()=>Jl,toUint16ArrayAsyncIterator:()=>du,toUint16ArrayIterator:()=>iu,toUint32Array:()=>Zl,toUint32ArrayAsyncIterator:()=>hu,toUint32ArrayIterator:()=>nu,toUint8Array:()=>S,toUint8ArrayAsyncIterator:()=>to,toUint8ArrayIterator:()=>Qs,toUint8ClampedArray:()=>Ql,toUint8ClampedArrayAsyncIterator:()=>mu,toUint8ClampedArrayIterator:()=>au});var jl=new TextDecoder("utf-8"),Oi=r=>jl.decode(r),Wl=new TextEncoder,Ie=r=>Wl.encode(r);var $l=r=>typeof r=="number",_a=r=>typeof r=="boolean",ct=r=>typeof r=="function",St=r=>r!=null&&Object(r)===r,ue=r=>St(r)&&ct(r.then);var de=r=>St(r)&&ct(r[Symbol.iterator]),Qt=r=>St(r)&&ct(r[Symbol.asyncIterator]),Dn=r=>St(r)&&St(r.schema);var xn=r=>St(r)&&"done"in r&&"value"in r;var Tn=r=>St(r)&&ct(r.stat)&&$l(r.fd);var On=r=>St(r)&&Fi(r.body),Fn=r=>"_getDOMStream"in r&&"_getNodeStream"in r,wa=r=>St(r)&&ct(r.abort)&&ct(r.getWriter)&&!Fn(r),Fi=r=>St(r)&&ct(r.cancel)&&ct(r.getReader)&&!Fn(r),va=r=>St(r)&&ct(r.end)&&ct(r.write)&&_a(r.writable)&&!Fn(r),Mn=r=>St(r)&&ct(r.read)&&ct(r.pipe)&&_a(r.readable)&&!Fn(r),Ia=r=>St(r)&&ct(r.clear)&&ct(r.bytes)&&ct(r.position)&&ct(r.setPosition)&&ct(r.capacity)&&ct(r.getBufferIdentifier)&&ct(r.createLong);var Ks=typeof SharedArrayBuffer<"u"?SharedArrayBuffer:ArrayBuffer;function Yl(r){let t=r[0]?[r[0]]:[],e,i,n,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: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 Mi(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 Gt(r,t){let e=Yl(r),i=e.reduce((d,h)=>d+h.byteLength,0),n,s,o,a=0,c=-1,l=Math.min(t||Number.POSITIVE_INFINITY,i);for(let d=e.length;++c<d;){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?Mi(o,s,a):o=s;break}Mi(o||(o=new Uint8Array(l)),s,a),a+=s.length}return[o||new Uint8Array(0),e.slice(c),i-(o?o.byteLength:0)]}function N(r,t){let e=xn(t)?t.value:t;return e instanceof r?r===Uint8Array?new r(e.buffer,e.byteOffset,e.byteLength):e:e?(typeof e=="string"&&(e=Ie(e)),e instanceof ArrayBuffer?new r(e):e instanceof Ks?new r(e):Ia(e)?N(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 Hl=r=>N(Int8Array,r),Gl=r=>N(Int16Array,r),or=r=>N(Int32Array,r),Nn=r=>N(BigInt64Array,r),S=r=>N(Uint8Array,r),Jl=r=>N(Uint16Array,r),Zl=r=>N(Uint32Array,r),Xl=r=>N(BigUint64Array,r),ql=r=>N(Float32Array,r),Kl=r=>N(Float64Array,r),Ql=r=>N(Uint8ClampedArray,r),qs=r=>(r.next(),r);function*Se(r,t){let e=function*(n){yield n},i=typeof t=="string"||ArrayBuffer.isView(t)||t instanceof ArrayBuffer||t instanceof Ks?e(t):de(t)?t:e(t);return yield*qs(function*(n){let s=null;do s=n.next(yield N(r,s));while(!s.done)}(i[Symbol.iterator]())),new r}var tu=r=>Se(Int8Array,r),eu=r=>Se(Int16Array,r),ru=r=>Se(Int32Array,r),Qs=r=>Se(Uint8Array,r),iu=r=>Se(Uint16Array,r),nu=r=>Se(Uint32Array,r),su=r=>Se(Float32Array,r),ou=r=>Se(Float64Array,r),au=r=>Se(Uint8ClampedArray,r);function he(r,t){return Ht(this,arguments,function*(){if(ue(t))return yield M(yield M(yield*jr(le(he(r,yield M(t))))));let i=function(o){return Ht(this,arguments,function*(){yield yield M(yield M(o))})},n=function(o){return Ht(this,arguments,function*(){yield M(yield*jr(le(qs(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 Ks?i(t):de(t)?n(t):Qt(t)?t:i(t);return yield M(yield*jr(le(qs(function(o){return Ht(this,arguments,function*(){let a=null;do a=yield M(o.next(yield yield M(N(r,a))));while(!a.done)})}(s[Symbol.asyncIterator]()))))),yield M(new r)})}var cu=r=>he(Int8Array,r),lu=r=>he(Int16Array,r),uu=r=>he(Int32Array,r),to=r=>he(Uint8Array,r),du=r=>he(Uint16Array,r),hu=r=>he(Uint32Array,r),fu=r=>he(Float32Array,r),pu=r=>he(Float64Array,r),mu=r=>he(Uint8ClampedArray,r);function Ln(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 eo(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 mt={fromIterable(r){return En(yu(r))},fromAsyncIterable(r){return En(bu(r))},fromDOMStream(r){return En(gu(r))},fromNodeStream(r){return En(_u(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')}},En=r=>(r.next(),r);function*yu(r){let t,e=!1,i=[],n,s,o,a=0;function c(){return s==="peek"?Gt(i,o)[0]:([n,i,a]=Gt(i,o),n)}({cmd:s,size:o}=(yield(()=>null)())||{cmd:"read",size:0});let l=Qs(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(d){(e=!0)&&typeof l.throw=="function"&&l.throw(d)}finally{e===!1&&typeof l.return=="function"&&l.return(null)}return null}function bu(r){return Ht(this,arguments,function*(){let e,i=!1,n=[],s,o,a,c=0;function l(){return o==="peek"?Gt(n,a)[0]:([s,n,c]=Gt(n,a),s)}({cmd:o,size:a}=(yield yield M((()=>null)()))||{cmd:"read",size:0});let d=to(r)[Symbol.asyncIterator]();try{do if({done:e,value:s}=Number.isNaN(a-c)?yield M(d.next()):yield M(d.next(a-c)),!e&&s.byteLength>0&&(n.push(s),c+=s.byteLength),e||a<=c)do({cmd:o,size:a}=yield yield M(l()));while(a<c);while(!e)}catch(h){(i=!0)&&typeof d.throw=="function"&&(yield M(d.throw(h)))}finally{i===!1&&typeof d.return=="function"&&(yield M(d.return(new Uint8Array(0))))}return yield M(null)})}function gu(r){return Ht(this,arguments,function*(){let e=!1,i=!1,n=[],s,o,a,c=0;function l(){return o==="peek"?Gt(n,a)[0]:([s,n,c]=Gt(n,a),s)}({cmd:o,size:a}=(yield yield M((()=>null)()))||{cmd:"read",size:0});let d=new no(r);try{do if({done:e,value:s}=Number.isNaN(a-c)?yield M(d.read()):yield M(d.read(a-c)),!e&&s.byteLength>0&&(n.push(S(s)),c+=s.byteLength),e||a<=c)do({cmd:o,size:a}=yield yield M(l()));while(a<c);while(!e)}catch(h){(i=!0)&&(yield M(d.cancel(h)))}finally{i===!1?yield M(d.cancel()):r.locked&&d.releaseLock()}return yield M(null)})}var no=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=S(e)),e})}},io=(r,t)=>{let e=n=>i([t,n]),i;return[t,e,new Promise(n=>(i=n)&&r.once(t,e))]};function _u(r){return Ht(this,arguments,function*(){let e=[],i="error",n=!1,s=null,o,a,c=0,l=[],d;function h(){return o==="peek"?Gt(l,a)[0]:([d,l,c]=Gt(l,a),d)}if({cmd:o,size:a}=(yield yield M((()=>null)()))||{cmd:"read",size:0},r.isTTY)return yield yield M(new Uint8Array(0)),yield M(null);try{e[0]=io(r,"end"),e[1]=io(r,"error");do{if(e[2]=io(r,"readable"),[i,s]=yield M(Promise.race(e.map(R=>R[2]))),i==="error")break;if((n=i==="end")||(Number.isFinite(a-c)?(d=S(r.read(a-c)),d.byteLength<a-c&&(d=S(r.read()))):d=S(r.read()),d.byteLength>0&&(l.push(d),c+=d.byteLength)),n||a<=c)do({cmd:o,size:a}=yield yield M(h()));while(a<c)}while(!n)}finally{yield M(V(e,i==="error"?s:null))}return yield M(null);function V(R,it){return d=l=null,new Promise((Vr,Ys)=>{for(let[Ke,gl]of R)r.off(Ke,gl);try{let Ke=r.destroy;Ke&&Ke.call(r,it),it=void 0}catch(Ke){it=Ke||it}finally{it!=null?Ys(it):Vr()}})}})}var P;(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"})(P||(P={}));var Y;(function(r){r[r.Sparse=0]="Sparse",r[r.Dense=1]="Dense"})(Y||(Y={}));var W;(function(r){r[r.HALF=0]="HALF",r[r.SINGLE=1]="SINGLE",r[r.DOUBLE=2]="DOUBLE"})(W||(W={}));var X;(function(r){r[r.DAY=0]="DAY",r[r.MILLISECOND=1]="MILLISECOND"})(X||(X={}));var p;(function(r){r[r.SECOND=0]="SECOND",r[r.MILLISECOND=1]="MILLISECOND",r[r.MICROSECOND=2]="MICROSECOND",r[r.NANOSECOND=3]="NANOSECOND"})(p||(p={}));var Q;(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"})(Q||(Q={}));var Ae=new Int32Array(2),Un=new Float32Array(Ae.buffer),Rn=new Float64Array(Ae.buffer),Wr=new Uint16Array(new Uint8Array([1,0]).buffer)[0]===1;var Ni;(function(r){r[r.UTF8_BYTES=1]="UTF8_BYTES",r[r.UTF16_STRING=2]="UTF16_STRING"})(Ni||(Ni={}));var At=class{constructor(t){this.bytes_=t,this.position_=0,this.text_decoder_=new TextDecoder}static allocate(t){return new At(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 Ae[0]=this.readInt32(t),Un[0]}readFloat64(t){return Ae[Wr?0:1]=this.readInt32(t),Ae[Wr?1:0]=this.readInt32(t+4),Rn[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){Un[0]=e,this.writeInt32(t,Ae[0])}writeFloat64(t,e){Rn[0]=e,this.writeInt32(t,Ae[Wr?0:1]),this.writeInt32(t+4,Ae[Wr?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===Ni.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 ke=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=At.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=ke.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=At.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 Li;(function(r){r[r.BUFFER=0]="BUFFER"})(Li||(Li={}));var Ei;(function(r){r[r.LZ4_FRAME=0]="LZ4_FRAME",r[r.ZSTD=1]="ZSTD"})(Ei||(Ei={}));var pe=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 pe).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsBodyCompression(t,e){return t.setPosition(t.position()+4),(e||new pe).__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):Ei.LZ4_FRAME}method(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.readInt8(this.bb_pos+t):Li.BUFFER}static startBodyCompression(t){t.startObject(2)}static addCodec(t,e){t.addFieldInt8(0,e,Ei.LZ4_FRAME)}static addMethod(t,e){t.addFieldInt8(1,e,Li.BUFFER)}static endBodyCompression(t){return t.endObject()}static createBodyCompression(t,e,i){return pe.startBodyCompression(t),pe.addCodec(t,e),pe.addMethod(t,i),pe.endBodyCompression(t)}};var $r=class{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}offset(){return this.bb.readInt64(this.bb_pos)}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 Yr=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 gt=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 gt).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsRecordBatch(t,e){return t.setPosition(t.position()+4),(e||new gt).__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 Yr).__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 $r).__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 pe).__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 ee=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 ee).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsDictionaryBatch(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")}data(t){let e=this.bb.__offset(this.bb_pos,6);return e?(t||new gt).__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 tr;(function(r){r[r.Little=0]="Little",r[r.Big=1]="Big"})(tr||(tr={}));var Ui;(function(r){r[r.DenseArray=0]="DenseArray"})(Ui||(Ui={}));var ut=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 ut).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsInt(t,e){return t.setPosition(t.position()+4),(e||new ut).__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 ut.startInt(t),ut.addBitWidth(t,e),ut.addIsSigned(t,i),ut.endInt(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 getRootAsDictionaryEncoding(t,e){return(e||new Jt).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsDictionaryEncoding(t,e){return t.setPosition(t.position()+4),(e||new Jt).__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 ut).__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):Ui.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,Ui.DenseArray)}static endDictionaryEncoding(t){return t.endObject()}};var G=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 G).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsKeyValue(t,e){return t.setPosition(t.position()+4),(e||new G).__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 G.startKeyValue(t),G.addKey(t,e),G.addValue(t,i),G.endKeyValue(t)}};var Be=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 Be).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsBinary(t,e){return t.setPosition(t.position()+4),(e||new Be).__init(t.readInt32(t.position())+t.position(),t)}static startBinary(t){t.startObject(0)}static endBinary(t){return t.endObject()}static createBinary(t){return Be.startBinary(t),Be.endBinary(t)}};var De=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 De).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsBool(t,e){return t.setPosition(t.position()+4),(e||new De).__init(t.readInt32(t.position())+t.position(),t)}static startBool(t){t.startObject(0)}static endBool(t){return t.endObject()}static createBool(t){return De.startBool(t),De.endBool(t)}};var Ot=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 Ot).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsDate(t,e){return t.setPosition(t.position()+4),(e||new Ot).__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 Ot.startDate(t),Ot.addUnit(t,e),Ot.endDate(t)}};var dt=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 dt).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsDecimal(t,e){return t.setPosition(t.position()+4),(e||new dt).__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 dt.startDecimal(t),dt.addPrecision(t,e),dt.addScale(t,i),dt.addBitWidth(t,n),dt.endDecimal(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 getRootAsDuration(t,e){return(e||new Ft).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsDuration(t,e){return t.setPosition(t.position()+4),(e||new Ft).__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):p.MILLISECOND}static startDuration(t){t.startObject(1)}static addUnit(t,e){t.addFieldInt16(0,e,p.MILLISECOND)}static endDuration(t){return t.endObject()}static createDuration(t,e){return Ft.startDuration(t),Ft.addUnit(t,e),Ft.endDuration(t)}};var Mt=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 Mt).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsFixedSizeBinary(t,e){return t.setPosition(t.position()+4),(e||new Mt).__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 Mt.startFixedSizeBinary(t),Mt.addByteWidth(t,e),Mt.endFixedSizeBinary(t)}};var Nt=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 Nt).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsFixedSizeList(t,e){return t.setPosition(t.position()+4),(e||new Nt).__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 Nt.startFixedSizeList(t),Nt.addListSize(t,e),Nt.endFixedSizeList(t)}};var Lt=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 Lt).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsFloatingPoint(t,e){return t.setPosition(t.position()+4),(e||new Lt).__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):W.HALF}static startFloatingPoint(t){t.startObject(1)}static addPrecision(t,e){t.addFieldInt16(0,e,W.HALF)}static endFloatingPoint(t){return t.endObject()}static createFloatingPoint(t,e){return Lt.startFloatingPoint(t),Lt.addPrecision(t,e),Lt.endFloatingPoint(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 getRootAsInterval(t,e){return(e||new Et).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsInterval(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):Q.YEAR_MONTH}static startInterval(t){t.startObject(1)}static addUnit(t,e){t.addFieldInt16(0,e,Q.YEAR_MONTH)}static endInterval(t){return t.endObject()}static createInterval(t,e){return Et.startInterval(t),Et.addUnit(t,e),Et.endInterval(t)}};var xe=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 xe).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsLargeBinary(t,e){return t.setPosition(t.position()+4),(e||new xe).__init(t.readInt32(t.position())+t.position(),t)}static startLargeBinary(t){t.startObject(0)}static endLargeBinary(t){return t.endObject()}static createLargeBinary(t){return xe.startLargeBinary(t),xe.endLargeBinary(t)}};var Te=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 Te).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsLargeUtf8(t,e){return t.setPosition(t.position()+4),(e||new Te).__init(t.readInt32(t.position())+t.position(),t)}static startLargeUtf8(t){t.startObject(0)}static endLargeUtf8(t){return t.endObject()}static createLargeUtf8(t){return Te.startLargeUtf8(t),Te.endLargeUtf8(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 getRootAsList(t,e){return(e||new Oe).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsList(t,e){return t.setPosition(t.position()+4),(e||new Oe).__init(t.readInt32(t.position())+t.position(),t)}static startList(t){t.startObject(0)}static endList(t){return t.endObject()}static createList(t){return Oe.startList(t),Oe.endList(t)}};var Ut=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 Ut).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsMap(t,e){return t.setPosition(t.position()+4),(e||new Ut).__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 Ut.startMap(t),Ut.addKeysSorted(t,e),Ut.endMap(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 getRootAsNull(t,e){return(e||new Fe).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsNull(t,e){return t.setPosition(t.position()+4),(e||new Fe).__init(t.readInt32(t.position())+t.position(),t)}static startNull(t){t.startObject(0)}static endNull(t){return t.endObject()}static createNull(t){return Fe.startNull(t),Fe.endNull(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 getRootAsStruct_(t,e){return(e||new Me).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsStruct_(t,e){return t.setPosition(t.position()+4),(e||new Me).__init(t.readInt32(t.position())+t.position(),t)}static startStruct_(t){t.startObject(0)}static endStruct_(t){return t.endObject()}static createStruct_(t){return Me.startStruct_(t),Me.endStruct_(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 getRootAsTime(t,e){return(e||new _t).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsTime(t,e){return t.setPosition(t.position()+4),(e||new _t).__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):p.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,p.MILLISECOND)}static addBitWidth(t,e){t.addFieldInt32(1,e,32)}static endTime(t){return t.endObject()}static createTime(t,e,i){return _t.startTime(t),_t.addUnit(t,e),_t.addBitWidth(t,i),_t.endTime(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 getRootAsTimestamp(t,e){return(e||new wt).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsTimestamp(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):p.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,p.SECOND)}static addTimezone(t,e){t.addFieldOffset(1,e,0)}static endTimestamp(t){return t.endObject()}static createTimestamp(t,e,i){return wt.startTimestamp(t),wt.addUnit(t,e),wt.addTimezone(t,i),wt.endTimestamp(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 getRootAsUnion(t,e){return(e||new ht).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsUnion(t,e){return t.setPosition(t.position()+4),(e||new ht).__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):Y.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,Y.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 ht.startUnion(t),ht.addMode(t,e),ht.addTypeIds(t,i),ht.endUnion(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 getRootAsUtf8(t,e){return(e||new Ne).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsUtf8(t,e){return t.setPosition(t.position()+4),(e||new Ne).__init(t.readInt32(t.position())+t.position(),t)}static startUtf8(t){t.startObject(0)}static endUtf8(t){return t.endObject()}static createUtf8(t){return Ne.startUtf8(t),Ne.endUtf8(t)}};var H;(function(r){r[r.NONE=0]="NONE",r[r.Null=1]="Null",r[r.Int=2]="Int",r[r.FloatingPoint=3]="FloatingPoint",r[r.Binary=4]="Binary",r[r.Utf8=5]="Utf8",r[r.Bool=6]="Bool",r[r.Decimal=7]="Decimal",r[r.Date=8]="Date",r[r.Time=9]="Time",r[r.Timestamp=10]="Timestamp",r[r.Interval=11]="Interval",r[r.List=12]="List",r[r.Struct_=13]="Struct_",r[r.Union=14]="Union",r[r.FixedSizeBinary=15]="FixedSizeBinary",r[r.FixedSizeList=16]="FixedSizeList",r[r.Map=17]="Map",r[r.Duration=18]="Duration",r[r.LargeBinary=19]="LargeBinary",r[r.LargeUtf8=20]="LargeUtf8",r[r.LargeList=21]="LargeList",r[r.RunEndEncoded=22]="RunEndEncoded"})(H||(H={}));var nt=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 nt).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsField(t,e){return t.setPosition(t.position()+4),(e||new nt).__init(t.readInt32(t.position())+t.position(),t)}name(t){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.__string(this.bb_pos+e,t):null}nullable(){let t=this.bb.__offset(this.bb_pos,6);return t?!!this.bb.readInt8(this.bb_pos+t):!1}typeType(){let t=this.bb.__offset(this.bb_pos,8);return t?this.bb.readUint8(this.bb_pos+t):H.NONE}type(t){let e=this.bb.__offset(this.bb_pos,10);return e?this.bb.__union(t,this.bb_pos+e):null}dictionary(t){let e=this.bb.__offset(this.bb_pos,12);return e?(t||new Jt).__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 nt).__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 G).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+i)+t*4),this.bb):null}customMetadataLength(){let t=this.bb.__offset(this.bb_pos,16);return t?this.bb.__vector_len(this.bb_pos+t):0}static startField(t){t.startObject(7)}static addName(t,e){t.addFieldOffset(0,e,0)}static addNullable(t,e){t.addFieldInt8(1,+e,0)}static addTypeType(t,e){t.addFieldInt8(2,e,H.NONE)}static addType(t,e){t.addFieldOffset(3,e,0)}static addDictionary(t,e){t.addFieldOffset(4,e,0)}static addChildren(t,e){t.addFieldOffset(5,e,0)}static createChildrenVector(t,e){t.startVector(4,e.length,4);for(let i=e.length-1;i>=0;i--)t.addOffset(e[i]);return t.endVector()}static startChildrenVector(t,e){t.startVector(4,e,4)}static addCustomMetadata(t,e){t.addFieldOffset(6,e,0)}static createCustomMetadataVector(t,e){t.startVector(4,e.length,4);for(let i=e.length-1;i>=0;i--)t.addOffset(e[i]);return t.endVector()}static startCustomMetadataVector(t,e){t.startVector(4,e,4)}static endField(t){return t.endObject()}};var K=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 K).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsSchema(t,e){return t.setPosition(t.position()+4),(e||new K).__init(t.readInt32(t.position())+t.position(),t)}endianness(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt16(this.bb_pos+t):tr.Little}fields(t,e){let i=this.bb.__offset(this.bb_pos,6);return i?(e||new nt).__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 G).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+i)+t*4),this.bb):null}customMetadataLength(){let t=this.bb.__offset(this.bb_pos,8);return t?this.bb.__vector_len(this.bb_pos+t):0}features(t){let e=this.bb.__offset(this.bb_pos,10);return e?this.bb.readInt64(this.bb.__vector(this.bb_pos+e)+t*8):BigInt(0)}featuresLength(){let t=this.bb.__offset(this.bb_pos,10);return t?this.bb.__vector_len(this.bb_pos+t):0}static startSchema(t){t.startObject(4)}static addEndianness(t,e){t.addFieldInt16(0,e,tr.Little)}static addFields(t,e){t.addFieldOffset(1,e,0)}static createFieldsVector(t,e){t.startVector(4,e.length,4);for(let i=e.length-1;i>=0;i--)t.addOffset(e[i]);return t.endVector()}static startFieldsVector(t,e){t.startVector(4,e,4)}static addCustomMetadata(t,e){t.addFieldOffset(2,e,0)}static createCustomMetadataVector(t,e){t.startVector(4,e.length,4);for(let i=e.length-1;i>=0;i--)t.addOffset(e[i]);return t.endVector()}static startCustomMetadataVector(t,e){t.startVector(4,e,4)}static addFeatures(t,e){t.addFieldOffset(3,e,0)}static createFeaturesVector(t,e){t.startVector(8,e.length,8);for(let i=e.length-1;i>=0;i--)t.addInt64(e[i]);return t.endVector()}static startFeaturesVector(t,e){t.startVector(8,e,8)}static endSchema(t){return t.endObject()}static finishSchemaBuffer(t,e){t.finish(e)}static finishSizePrefixedSchemaBuffer(t,e){t.finish(e,void 0,!0)}static createSchema(t,e,i,n,s){return K.startSchema(t),K.addEndianness(t,e),K.addFields(t,i),K.addCustomMetadata(t,n),K.addFeatures(t,s),K.endSchema(t)}};var U;(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"})(U||(U={}));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 Rt;(function(r){r[r.OFFSET=0]="OFFSET",r[r.DATA=1]="DATA",r[r.VALIDITY=2]="VALIDITY",r[r.TYPE=3]="TYPE"})(Rt||(Rt={}));var Bo={};Qe(Bo,{clampRange:()=>Vi,createElementComparator:()=>nr,wrapIndex:()=>gr});var so={};Qe(so,{valueToString:()=>me});function me(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=>me(t))}]`:`[${r}]`:ArrayBuffer.isView(r)?`[${r}]`:JSON.stringify(r,(t,e)=>typeof e=="bigint"?`${e}`:e)}var lo={};Qe(lo,{BN:()=>ar,bigNumToBigInt:()=>Aa,bigNumToNumber:()=>co,bigNumToString:()=>Jr,isArrowBigNumSymbol:()=>Sa});function C(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 oo(r,t){return C(r/t)+C(r%t)/C(t)}var Sa=Symbol.for("isArrowBigNum");function ye(r,...t){return t.length===0?Object.setPrototypeOf(N(this.TypedArray,r),this.constructor.prototype):Object.setPrototypeOf(new this.TypedArray(r,...t),this.constructor.prototype)}ye.prototype[Sa]=!0;ye.prototype.toJSON=function(){return`"${Jr(this)}"`};ye.prototype.valueOf=function(r){return co(this,r)};ye.prototype.toString=function(){return Jr(this)};ye.prototype[Symbol.toPrimitive]=function(r="default"){switch(r){case"number":return co(this);case"string":return Jr(this);case"default":return Aa(this)}return Jr(this)};function Hr(...r){return ye.apply(this,r)}function Gr(...r){return ye.apply(this,r)}function Ri(...r){return ye.apply(this,r)}Object.setPrototypeOf(Hr.prototype,Object.create(Int32Array.prototype));Object.setPrototypeOf(Gr.prototype,Object.create(Uint32Array.prototype));Object.setPrototypeOf(Ri.prototype,Object.create(Uint32Array.prototype));Object.assign(Hr.prototype,ye.prototype,{constructor:Hr,signed:!0,TypedArray:Int32Array,BigIntArray:BigInt64Array});Object.assign(Gr.prototype,ye.prototype,{constructor:Gr,signed:!1,TypedArray:Uint32Array,BigIntArray:BigUint64Array});Object.assign(Ri.prototype,ye.prototype,{constructor:Ri,signed:!0,TypedArray:Uint32Array,BigIntArray:BigUint64Array});var wu=BigInt(4294967296)*BigInt(4294967296),vu=wu-BigInt(1);function co(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 d of o)c|=(d^vu)*(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"){let d=BigInt(Math.pow(10,t)),h=c/d,V=c%d;return C(h)+C(V)/C(d)}return C(c)}function Jr(r){if(r.byteLength===8)return`${new r.BigIntArray(r.buffer,r.byteOffset,1)[0]}`;if(!r.signed)return ao(r);let t=new Uint16Array(r.buffer,r.byteOffset,r.byteLength/2);if(new Int16Array([t.at(-1)])[0]>=0)return ao(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`-${ao(t)}`}function Aa(r){return r.byteLength===8?new r.BigIntArray(r.buffer,r.byteOffset,1)[0]:Jr(r)}function ao(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 Hr(t);case!1:return new Gr(t)}switch(t.constructor){case Int8Array:case Int16Array:case Int32Array:case BigInt64Array:return new Hr(t)}return t.byteLength===16?new Ri(t):new Gr(t)}static signed(t){return new Hr(t)}static unsigned(t){return new Gr(t)}static decimal(t){return new Ri(t)}constructor(t,e){return ar.new(t,e)}};var Ba,Da,xa,Ta,Oa,Fa,Ma,Na,La,Ea,Ua,Ra,Ca,Va,za,Pa,ka,ja,Wa,$a,Ya,Ha,f=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 f.isUnion(t)&&t.mode===Y.Dense}static isSparseUnion(t){return f.isUnion(t)&&t.mode===Y.Sparse}constructor(t){this.typeId=t}};Ba=Symbol.toStringTag;f[Ba]=(r=>(r.children=null,r.ArrayType=Array,r.OffsetArrayType=Int32Array,r[Symbol.toStringTag]="DataType"))(f.prototype);var ft=class extends f{constructor(){super(u.Null)}toString(){return"Null"}};Da=Symbol.toStringTag;ft[Da]=(r=>r[Symbol.toStringTag]="Null")(ft.prototype);var tt=class extends f{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}`}};xa=Symbol.toStringTag;tt[xa]=(r=>(r.isSigned=null,r.bitWidth=null,r[Symbol.toStringTag]="Int"))(tt.prototype);var cr=class extends tt{constructor(){super(!0,8)}get ArrayType(){return Int8Array}},lr=class extends tt{constructor(){super(!0,16)}get ArrayType(){return Int16Array}},Zt=class extends tt{constructor(){super(!0,32)}get ArrayType(){return Int32Array}},ur=class extends tt{constructor(){super(!0,64)}get ArrayType(){return BigInt64Array}},dr=class extends tt{constructor(){super(!1,8)}get ArrayType(){return Uint8Array}},hr=class extends tt{constructor(){super(!1,16)}get ArrayType(){return Uint16Array}},fr=class extends tt{constructor(){super(!1,32)}get ArrayType(){return Uint32Array}},pr=class extends tt{constructor(){super(!1,64)}get ArrayType(){return BigUint64Array}};Object.defineProperty(cr.prototype,"ArrayType",{value:Int8Array});Object.defineProperty(lr.prototype,"ArrayType",{value:Int16Array});Object.defineProperty(Zt.prototype,"ArrayType",{value:Int32Array});Object.defineProperty(ur.prototype,"ArrayType",{value:BigInt64Array});Object.defineProperty(dr.prototype,"ArrayType",{value:Uint8Array});Object.defineProperty(hr.prototype,"ArrayType",{value:Uint16Array});Object.defineProperty(fr.prototype,"ArrayType",{value:Uint32Array});Object.defineProperty(pr.prototype,"ArrayType",{value:BigUint64Array});var Ct=class extends f{constructor(t){super(u.Float),this.precision=t}get ArrayType(){switch(this.precision){case W.HALF:return Uint16Array;case W.SINGLE:return Float32Array;case W.DOUBLE:return Float64Array}throw new Error(`Unrecognized ${this[Symbol.toStringTag]} type`)}toString(){return`Float${this.precision<<5||16}`}};Ta=Symbol.toStringTag;Ct[Ta]=(r=>(r.precision=null,r[Symbol.toStringTag]="Float"))(Ct.prototype);var mr=class extends Ct{constructor(){super(W.HALF)}},yr=class extends Ct{constructor(){super(W.SINGLE)}},br=class extends Ct{constructor(){super(W.DOUBLE)}};Object.defineProperty(mr.prototype,"ArrayType",{value:Uint16Array});Object.defineProperty(yr.prototype,"ArrayType",{value:Float32Array});Object.defineProperty(br.prototype,"ArrayType",{value:Float64Array});var re=class extends f{constructor(){super(u.Binary)}toString(){return"Binary"}};Oa=Symbol.toStringTag;re[Oa]=(r=>(r.ArrayType=Uint8Array,r[Symbol.toStringTag]="Binary"))(re.prototype);var Le=class extends f{constructor(){super(u.LargeBinary)}toString(){return"LargeBinary"}};Fa=Symbol.toStringTag;Le[Fa]=(r=>(r.ArrayType=Uint8Array,r.OffsetArrayType=BigInt64Array,r[Symbol.toStringTag]="LargeBinary"))(Le.prototype);var ie=class extends f{constructor(){super(u.Utf8)}toString(){return"Utf8"}};Ma=Symbol.toStringTag;ie[Ma]=(r=>(r.ArrayType=Uint8Array,r[Symbol.toStringTag]="Utf8"))(ie.prototype);var Ee=class extends f{constructor(){super(u.LargeUtf8)}toString(){return"LargeUtf8"}};Na=Symbol.toStringTag;Ee[Na]=(r=>(r.ArrayType=Uint8Array,r.OffsetArrayType=BigInt64Array,r[Symbol.toStringTag]="LargeUtf8"))(Ee.prototype);var ne=class extends f{constructor(){super(u.Bool)}toString(){return"Bool"}};La=Symbol.toStringTag;ne[La]=(r=>(r.ArrayType=Uint8Array,r[Symbol.toStringTag]="Bool"))(ne.prototype);var se=class extends f{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}]`}};Ea=Symbol.toStringTag;se[Ea]=(r=>(r.scale=null,r.precision=null,r.ArrayType=Uint32Array,r[Symbol.toStringTag]="Decimal"))(se.prototype);var Xt=class extends f{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}};Ua=Symbol.toStringTag;Xt[Ua]=(r=>(r.unit=null,r[Symbol.toStringTag]="Date"))(Xt.prototype);var Zr=class extends Xt{constructor(){super(X.DAY)}},Xr=class extends Xt{constructor(){super(X.MILLISECOND)}},Bt=class extends f{constructor(t,e){super(u.Time),this.unit=t,this.bitWidth=e}toString(){return`Time${this.bitWidth}<${p[this.unit]}>`}get ArrayType(){switch(this.bitWidth){case 32:return Int32Array;case 64:return BigInt64Array}throw new Error(`Unrecognized ${this[Symbol.toStringTag]} type`)}};Ra=Symbol.toStringTag;Bt[Ra]=(r=>(r.unit=null,r.bitWidth=null,r[Symbol.toStringTag]="Time"))(Bt.prototype);var qr=class extends Bt{constructor(){super(p.SECOND,32)}},Kr=class extends Bt{constructor(){super(p.MILLISECOND,32)}},Qr=class extends Bt{constructor(){super(p.MICROSECOND,64)}},ti=class extends Bt{constructor(){super(p.NANOSECOND,64)}},Dt=class extends f{constructor(t,e){super(u.Timestamp),this.unit=t,this.timezone=e}toString(){return`Timestamp<${p[this.unit]}${this.timezone?`, ${this.timezone}`:""}>`}};Ca=Symbol.toStringTag;Dt[Ca]=(r=>(r.unit=null,r.timezone=null,r.ArrayType=BigInt64Array,r[Symbol.toStringTag]="Timestamp"))(Dt.prototype);var ei=class extends Dt{constructor(t){super(p.SECOND,t)}},ri=class extends Dt{constructor(t){super(p.MILLISECOND,t)}},ii=class extends Dt{constructor(t){super(p.MICROSECOND,t)}},ni=class extends Dt{constructor(t){super(p.NANOSECOND,t)}},qt=class extends f{constructor(t){super(u.Interval),this.unit=t}toString(){return`Interval<${Q[this.unit]}>`}};Va=Symbol.toStringTag;qt[Va]=(r=>(r.unit=null,r.ArrayType=Int32Array,r[Symbol.toStringTag]="Interval"))(qt.prototype);var si=class extends qt{constructor(){super(Q.DAY_TIME)}},oi=class extends qt{constructor(){super(Q.YEAR_MONTH)}},Ue=class extends f{constructor(t){super(u.Duration),this.unit=t}toString(){return`Duration<${p[this.unit]}>`}};za=Symbol.toStringTag;Ue[za]=(r=>(r.unit=null,r.ArrayType=BigInt64Array,r[Symbol.toStringTag]="Duration"))(Ue.prototype);var Vt=class extends f{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}};Pa=Symbol.toStringTag;Vt[Pa]=(r=>(r.children=null,r[Symbol.toStringTag]="List"))(Vt.prototype);var j=class extends f{constructor(t){super(u.Struct),this.children=t}toString(){return`Struct<{${this.children.map(t=>`${t.name}:${t.type}`).join(", ")}}>`}};ka=Symbol.toStringTag;j[ka]=(r=>(r.children=null,r[Symbol.toStringTag]="Struct"))(j.prototype);var oe=class extends f{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(" | ")}>`}};ja=Symbol.toStringTag;oe[ja]=(r=>(r.mode=null,r.typeIds=null,r.children=null,r.typeIdToChildIndex=null,r.ArrayType=Int8Array,r[Symbol.toStringTag]="Union"))(oe.prototype);var Re=class extends f{constructor(t){super(u.FixedSizeBinary),this.byteWidth=t}toString(){return`FixedSizeBinary[${this.byteWidth}]`}};Wa=Symbol.toStringTag;Re[Wa]=(r=>(r.byteWidth=null,r.ArrayType=Uint8Array,r[Symbol.toStringTag]="FixedSizeBinary"))(Re.prototype);var vt=class extends f{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}>`}};$a=Symbol.toStringTag;vt[$a]=(r=>(r.children=null,r.listSize=null,r[Symbol.toStringTag]="FixedSizeList"))(vt.prototype);var zt=class extends f{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(", ")}}>`}};Ya=Symbol.toStringTag;zt[Ya]=(r=>(r.children=null,r.keysSorted=null,r[Symbol.toStringTag]="Map_"))(zt.prototype);var Iu=(r=>()=>++r)(-1),Pt=class extends f{constructor(t,e,i,n){super(u.Dictionary),this.indices=e,this.dictionary=t,this.isOrdered=n||!1,this.id=i==null?Iu():C(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}>`}};Ha=Symbol.toStringTag;Pt[Ha]=(r=>(r.id=null,r.indices=null,r.isOrdered=null,r.dictionary=null,r[Symbol.toStringTag]="Dictionary"))(Pt.prototype);function Kt(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 b=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 Su(this,t,e)}getVisitFnByTypeId(t,e=!0){return ai(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 Su(r,t,e=!0){return typeof t=="number"?ai(r,t,e):typeof t=="string"&&t in u?ai(r,u[t],e):t&&t instanceof f?ai(r,Ga(t),e):t?.type&&t.type instanceof f?ai(r,Ga(t.type),e):ai(r,u.NONE,e)}function ai(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 Ga(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 W.HALF:return u.Float16;case W.SINGLE:return u.Float32;case W.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 p.SECOND:return u.TimeSecond;case p.MILLISECOND:return u.TimeMillisecond;case p.MICROSECOND:return u.TimeMicrosecond;case p.NANOSECOND:return u.TimeNanosecond}return u.Time;case u.Timestamp:switch(r.unit){case p.SECOND:return u.TimestampSecond;case p.MILLISECOND:return u.TimestampMillisecond;case p.MICROSECOND:return u.TimestampMicrosecond;case p.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 Q.DAY_TIME:return u.IntervalDayTime;case Q.YEAR_MONTH:return u.IntervalYearMonth}return u.Interval;case u.Duration:switch(r.unit){case p.SECOND:return u.DurationSecond;case p.MILLISECOND:return u.DurationMillisecond;case p.MICROSECOND:return u.DurationMicrosecond;case p.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 Y.Dense:return u.DenseUnion;case Y.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]}'`)}b.prototype.visitInt8=null;b.prototype.visitInt16=null;b.prototype.visitInt32=null;b.prototype.visitInt64=null;b.prototype.visitUint8=null;b.prototype.visitUint16=null;b.prototype.visitUint32=null;b.prototype.visitUint64=null;b.prototype.visitFloat16=null;b.prototype.visitFloat32=null;b.prototype.visitFloat64=null;b.prototype.visitDateDay=null;b.prototype.visitDateMillisecond=null;b.prototype.visitTimestampSecond=null;b.prototype.visitTimestampMillisecond=null;b.prototype.visitTimestampMicrosecond=null;b.prototype.visitTimestampNanosecond=null;b.prototype.visitTimeSecond=null;b.prototype.visitTimeMillisecond=null;b.prototype.visitTimeMicrosecond=null;b.prototype.visitTimeNanosecond=null;b.prototype.visitDenseUnion=null;b.prototype.visitSparseUnion=null;b.prototype.visitIntervalDayTime=null;b.prototype.visitIntervalYearMonth=null;b.prototype.visitDuration=null;b.prototype.visitDurationSecond=null;b.prototype.visitDurationMillisecond=null;b.prototype.visitDurationMicrosecond=null;b.prototype.visitDurationNanosecond=null;var uo={};Qe(uo,{float64ToUint16:()=>Ci,uint16ToFloat64:()=>Vn});var Ja=new Float64Array(1),ci=new Uint32Array(Ja.buffer);function Vn(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 Ci(r){if(r!==r)return 32256;Ja[0]=r;let t=(ci[1]&2147483648)>>16&65535,e=ci[1]&2146435072,i=0;return e>=1089470464?ci[0]>0?e=31744:(e=(e&2080374784)>>16,i=(ci[1]&1048575)>>10):e<=1056964608?(i=1048576+(ci[1]&1048575),i=1048576+(i<<(e>>20)-998)>>21,e=0):(e=e-1056964608>>10,i=(ci[1]&1048575)+512>>10),t|e|i&65535}var I=class extends b{};function D(r){return(t,e,i)=>{if(t.setValid(e,i!=null))return r(t,e,i)}}var Au=(r,t,e)=>{r[t]=Math.floor(e/864e5)},Za=(r,t,e,i)=>{if(e+1<t.length){let n=C(t[e]),s=C(t[e+1]);r.set(i.subarray(0,s-n),n)}},Bu=({offset:r,values:t},e,i)=>{let n=r+e;i?t[n>>3]|=1<<n%8:t[n>>3]&=~(1<<n%8)},je=({values:r},t,e)=>{r[t]=e},ho=({values:r},t,e)=>{r[t]=e},Xa=({values:r},t,e)=>{r[t]=Ci(e)},Du=(r,t,e)=>{switch(r.type.precision){case W.HALF:return Xa(r,t,e);case W.SINGLE:case W.DOUBLE:return ho(r,t,e)}},zn=({values:r},t,e)=>{Au(r,t,e.valueOf())},Pn=({values:r},t,e)=>{r[t]=BigInt(e)},fo=({stride:r,values:t},e,i)=>{t.set(i.subarray(0,r),r*e)},qa=({values:r,valueOffsets:t},e,i)=>Za(r,t,e,i),Ka=({values:r,valueOffsets:t},e,i)=>Za(r,t,e,Ie(i)),po=(r,t,e)=>{r.type.unit===X.DAY?zn(r,t,e):Pn(r,t,e)},kn=({values:r},t,e)=>{r[t]=BigInt(e/1e3)},jn=({values:r},t,e)=>{r[t]=BigInt(e)},Wn=({values:r},t,e)=>{r[t]=BigInt(e*1e3)},$n=({values:r},t,e)=>{r[t]=BigInt(e*1e6)},mo=(r,t,e)=>{switch(r.type.unit){case p.SECOND:return kn(r,t,e);case p.MILLISECOND:return jn(r,t,e);case p.MICROSECOND:return Wn(r,t,e);case p.NANOSECOND:return $n(r,t,e)}},Yn=({values:r},t,e)=>{r[t]=e},Hn=({values:r},t,e)=>{r[t]=e},Gn=({values:r},t,e)=>{r[t]=e},Jn=({values:r},t,e)=>{r[t]=e},yo=(r,t,e)=>{switch(r.type.unit){case p.SECOND:return Yn(r,t,e);case p.MILLISECOND:return Hn(r,t,e);case p.MICROSECOND:return Gn(r,t,e);case p.NANOSECOND:return Jn(r,t,e)}},bo=({values:r,stride:t},e,i)=>{r.set(i.subarray(0,t),t*e)},xu=(r,t,e)=>{let i=r.children[0],n=r.valueOffsets,s=yt.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))},Tu=(r,t,e)=>{let i=r.children[0],{valueOffsets:n}=r,s=yt.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},Ou=(r,t)=>(e,i,n,s)=>i&&e(i,r,t[s]),Fu=(r,t)=>(e,i,n,s)=>i&&e(i,r,t.get(s)),Mu=(r,t)=>(e,i,n,s)=>i&&e(i,r,t.get(n.name)),Nu=(r,t)=>(e,i,n,s)=>i&&e(i,r,t[n.name]),Lu=(r,t,e)=>{let i=r.type.children.map(s=>yt.getVisitFn(s.type)),n=e instanceof Map?Mu(t,e):e instanceof F?Fu(t,e):Array.isArray(e)?Ou(t,e):Nu(t,e);r.type.children.forEach((s,o)=>n(i[o],r.children[o],s,o))},Eu=(r,t,e)=>{r.type.mode===Y.Dense?Qa(r,t,e):tc(r,t,e)},Qa=(r,t,e)=>{let i=r.type.typeIdToChildIndex[r.typeIds[t]],n=r.children[i];yt.visit(n,r.valueOffsets[t],e)},tc=(r,t,e)=>{let i=r.type.typeIdToChildIndex[r.typeIds[t]],n=r.children[i];yt.visit(n,t,e)},Uu=(r,t,e)=>{var i;(i=r.dictionary)===null||i===void 0||i.set(r.values[t],e)},go=(r,t,e)=>{r.type.unit===Q.DAY_TIME?Zn(r,t,e):Xn(r,t,e)},Zn=({values:r},t,e)=>{r.set(e.subarray(0,2),2*t)},Xn=({values:r},t,e)=>{r[t]=e[0]*12+e[1]%12},qn=({values:r},t,e)=>{r[t]=e},Kn=({values:r},t,e)=>{r[t]=e},Qn=({values:r},t,e)=>{r[t]=e},ts=({values:r},t,e)=>{r[t]=e},_o=(r,t,e)=>{switch(r.type.unit){case p.SECOND:return qn(r,t,e);case p.MILLISECOND:return Kn(r,t,e);case p.MICROSECOND:return Qn(r,t,e);case p.NANOSECOND:return ts(r,t,e)}},Ru=(r,t,e)=>{let{stride:i}=r,n=r.children[0],s=yt.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))};I.prototype.visitBool=D(Bu);I.prototype.visitInt=D(je);I.prototype.visitInt8=D(je);I.prototype.visitInt16=D(je);I.prototype.visitInt32=D(je);I.prototype.visitInt64=D(je);I.prototype.visitUint8=D(je);I.prototype.visitUint16=D(je);I.prototype.visitUint32=D(je);I.prototype.visitUint64=D(je);I.prototype.visitFloat=D(Du);I.prototype.visitFloat16=D(Xa);I.prototype.visitFloat32=D(ho);I.prototype.visitFloat64=D(ho);I.prototype.visitUtf8=D(Ka);I.prototype.visitLargeUtf8=D(Ka);I.prototype.visitBinary=D(qa);I.prototype.visitLargeBinary=D(qa);I.prototype.visitFixedSizeBinary=D(fo);I.prototype.visitDate=D(po);I.prototype.visitDateDay=D(zn);I.prototype.visitDateMillisecond=D(Pn);I.prototype.visitTimestamp=D(mo);I.prototype.visitTimestampSecond=D(kn);I.prototype.visitTimestampMillisecond=D(jn);I.prototype.visitTimestampMicrosecond=D(Wn);I.prototype.visitTimestampNanosecond=D($n);I.prototype.visitTime=D(yo);I.prototype.visitTimeSecond=D(Yn);I.prototype.visitTimeMillisecond=D(Hn);I.prototype.visitTimeMicrosecond=D(Gn);I.prototype.visitTimeNanosecond=D(Jn);I.prototype.visitDecimal=D(bo);I.prototype.visitList=D(xu);I.prototype.visitStruct=D(Lu);I.prototype.visitUnion=D(Eu);I.prototype.visitDenseUnion=D(Qa);I.prototype.visitSparseUnion=D(tc);I.prototype.visitDictionary=D(Uu);I.prototype.visitInterval=D(go);I.prototype.visitIntervalDayTime=D(Zn);I.prototype.visitIntervalYearMonth=D(Xn);I.prototype.visitDuration=D(_o);I.prototype.visitDurationSecond=D(qn);I.prototype.visitDurationMillisecond=D(Kn);I.prototype.visitDurationMicrosecond=D(Qn);I.prototype.visitDurationNanosecond=D(ts);I.prototype.visitFixedSizeList=D(Ru);I.prototype.visitMap=D(Tu);var yt=new I;var be=Symbol.for("parent"),li=Symbol.for("rowIndex"),er=class{constructor(t,e){return this[be]=t,this[li]=e,new Proxy(this,new vo)}toArray(){return Object.values(this.toJSON())}toJSON(){let t=this[li],e=this[be],i=e.type.children,n={};for(let s=-1,o=i.length;++s<o;)n[i[s].name]=st.visit(e.children[s],t);return n}toString(){return`{${[...this].map(([t,e])=>`${me(t)}: ${me(e)}`).join(", ")}}`}[Symbol.for("nodejs.util.inspect.custom")](){return this.toString()}[Symbol.iterator](){return new wo(this[be],this[li])}},wo=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,st.visit(this.children[t],this.rowIndex)]}):{done:!0,value:null}}};Object.defineProperties(er.prototype,{[Symbol.toStringTag]:{enumerable:!1,configurable:!1,value:"Row"},[be]:{writable:!0,enumerable:!1,configurable:!1,value:null},[li]:{writable:!0,enumerable:!1,configurable:!1,value:-1}});var vo=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.findIndex(i=>i.name===e)!==-1}getOwnPropertyDescriptor(t,e){if(t[be].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[be].type.children.findIndex(n=>n.name===e);if(i!==-1){let n=st.visit(t[be].children[i],t[li]);return Reflect.set(t,e,n),n}}set(t,e,i){let n=t[be].type.children.findIndex(s=>s.name===e);return n!==-1?(yt.visit(t[be].children[n],t[li],i),Reflect.set(t,e,i)):Reflect.has(t,e)||typeof e=="symbol"?Reflect.set(t,e,i):!1}};var g=class extends b{};function A(r){return(t,e)=>t.getValid(e)?r(t,e):null}var Cu=(r,t)=>864e5*r[t],Vu=(r,t)=>null,ec=(r,t,e)=>{if(e+1>=t.length)return null;let i=C(t[e]),n=C(t[e+1]);return r.subarray(i,n)},zu=({offset:r,values:t},e)=>{let i=r+e;return(t[i>>3]&1<<i%8)!==0},rc=({values:r},t)=>Cu(r,t),ic=({values:r},t)=>C(r[t]),rr=({stride:r,values:t},e)=>t[r*e],Pu=({stride:r,values:t},e)=>Vn(t[r*e]),nc=({values:r},t)=>r[t],ku=({stride:r,values:t},e)=>t.subarray(r*e,r*(e+1)),sc=({values:r,valueOffsets:t},e)=>ec(r,t,e),oc=({values:r,valueOffsets:t},e)=>{let i=ec(r,t,e);return i!==null?Oi(i):null},ju=({values:r},t)=>r[t],Wu=({type:r,values:t},e)=>r.precision!==W.HALF?t[e]:Vn(t[e]),$u=(r,t)=>r.type.unit===X.DAY?rc(r,t):ic(r,t),ac=({values:r},t)=>1e3*C(r[t]),cc=({values:r},t)=>C(r[t]),lc=({values:r},t)=>oo(r[t],BigInt(1e3)),uc=({values:r},t)=>oo(r[t],BigInt(1e6)),Yu=(r,t)=>{switch(r.type.unit){case p.SECOND:return ac(r,t);case p.MILLISECOND:return cc(r,t);case p.MICROSECOND:return lc(r,t);case p.NANOSECOND:return uc(r,t)}},dc=({values:r},t)=>r[t],hc=({values:r},t)=>r[t],fc=({values:r},t)=>r[t],pc=({values:r},t)=>r[t],Hu=(r,t)=>{switch(r.type.unit){case p.SECOND:return dc(r,t);case p.MILLISECOND:return hc(r,t);case p.MICROSECOND:return fc(r,t);case p.NANOSECOND:return pc(r,t)}},Gu=({values:r,stride:t},e)=>ar.decimal(r.subarray(t*e,t*(e+1))),Ju=(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 F([c])},Zu=(r,t)=>{let{valueOffsets:e,children:i}=r,{[t]:n,[t+1]:s}=e,o=i[0];return new Ce(o.slice(n,s-n))},Xu=(r,t)=>new er(r,t),qu=(r,t)=>r.type.mode===Y.Dense?mc(r,t):yc(r,t),mc=(r,t)=>{let e=r.type.typeIdToChildIndex[r.typeIds[t]],i=r.children[e];return st.visit(i,r.valueOffsets[t])},yc=(r,t)=>{let e=r.type.typeIdToChildIndex[r.typeIds[t]],i=r.children[e];return st.visit(i,t)},Ku=(r,t)=>{var e;return(e=r.dictionary)===null||e===void 0?void 0:e.get(r.values[t])},Qu=(r,t)=>r.type.unit===Q.DAY_TIME?bc(r,t):gc(r,t),bc=({values:r},t)=>r.subarray(2*t,2*(t+1)),gc=({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},_c=({values:r},t)=>r[t],wc=({values:r},t)=>r[t],vc=({values:r},t)=>r[t],Ic=({values:r},t)=>r[t],td=(r,t)=>{switch(r.type.unit){case p.SECOND:return _c(r,t);case p.MILLISECOND:return wc(r,t);case p.MICROSECOND:return vc(r,t);case p.NANOSECOND:return Ic(r,t)}},ed=(r,t)=>{let{stride:e,children:i}=r,s=i[0].slice(t*e,e);return new F([s])};g.prototype.visitNull=A(Vu);g.prototype.visitBool=A(zu);g.prototype.visitInt=A(ju);g.prototype.visitInt8=A(rr);g.prototype.visitInt16=A(rr);g.prototype.visitInt32=A(rr);g.prototype.visitInt64=A(nc);g.prototype.visitUint8=A(rr);g.prototype.visitUint16=A(rr);g.prototype.visitUint32=A(rr);g.prototype.visitUint64=A(nc);g.prototype.visitFloat=A(Wu);g.prototype.visitFloat16=A(Pu);g.prototype.visitFloat32=A(rr);g.prototype.visitFloat64=A(rr);g.prototype.visitUtf8=A(oc);g.prototype.visitLargeUtf8=A(oc);g.prototype.visitBinary=A(sc);g.prototype.visitLargeBinary=A(sc);g.prototype.visitFixedSizeBinary=A(ku);g.prototype.visitDate=A($u);g.prototype.visitDateDay=A(rc);g.prototype.visitDateMillisecond=A(ic);g.prototype.visitTimestamp=A(Yu);g.prototype.visitTimestampSecond=A(ac);g.prototype.visitTimestampMillisecond=A(cc);g.prototype.visitTimestampMicrosecond=A(lc);g.prototype.visitTimestampNanosecond=A(uc);g.prototype.visitTime=A(Hu);g.prototype.visitTimeSecond=A(dc);g.prototype.visitTimeMillisecond=A(hc);g.prototype.visitTimeMicrosecond=A(fc);g.prototype.visitTimeNanosecond=A(pc);g.prototype.visitDecimal=A(Gu);g.prototype.visitList=A(Ju);g.prototype.visitStruct=A(Xu);g.prototype.visitUnion=A(qu);g.prototype.visitDenseUnion=A(mc);g.prototype.visitSparseUnion=A(yc);g.prototype.visitDictionary=A(Ku);g.prototype.visitInterval=A(Qu);g.prototype.visitIntervalDayTime=A(bc);g.prototype.visitIntervalYearMonth=A(gc);g.prototype.visitDuration=A(td);g.prototype.visitDurationSecond=A(_c);g.prototype.visitDurationMillisecond=A(wc);g.prototype.visitDurationMicrosecond=A(vc);g.prototype.visitDurationNanosecond=A(Ic);g.prototype.visitFixedSizeList=A(ed);g.prototype.visitMap=A(Zu);var st=new g;var ir=Symbol.for("keys"),di=Symbol.for("vals"),ui=Symbol.for("kKeysAsStrings"),Io=Symbol.for("_kKeysAsStrings"),Ce=class{constructor(t){return this[ir]=new F([t.children[0]]).memoize(),this[di]=t.children[1],new Proxy(this,new Ao)}get[ui](){return this[Io]||(this[Io]=Array.from(this[ir].toArray(),String))}[Symbol.iterator](){return new So(this[ir],this[di])}get size(){return this[ir].length}toArray(){return Object.values(this.toJSON())}toJSON(){let t=this[ir],e=this[di],i={};for(let n=-1,s=t.length;++n<s;)i[t.get(n)]=st.visit(e,n);return i}toString(){return`{${[...this].map(([t,e])=>`${me(t)}: ${me(e)}`).join(", ")}}`}[Symbol.for("nodejs.util.inspect.custom")](){return this.toString()}},So=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),st.visit(this.vals,t)]})}},Ao=class{isExtensible(){return!1}deleteProperty(){return!1}preventExtensions(){return!0}ownKeys(t){return t[ui]}has(t,e){return t[ui].includes(e)}getOwnPropertyDescriptor(t,e){if(t[ui].indexOf(e)!==-1)return{writable:!0,enumerable:!0,configurable:!0}}get(t,e){if(Reflect.has(t,e))return t[e];let i=t[ui].indexOf(e);if(i!==-1){let n=st.visit(Reflect.get(t,di),i);return Reflect.set(t,e,n),n}}set(t,e,i){let n=t[ui].indexOf(e);return n!==-1?(yt.visit(Reflect.get(t,di),n,i),Reflect.set(t,e,i)):Reflect.has(t,e)?Reflect.set(t,e,i):!1}};Object.defineProperties(Ce.prototype,{[Symbol.toStringTag]:{enumerable:!1,configurable:!1,value:"Row"},[ir]:{writable:!0,enumerable:!1,configurable:!1,value:null},[di]:{writable:!0,enumerable:!1,configurable:!1,value:null},[Io]:{writable:!0,enumerable:!1,configurable:!1,value:null}});var Sc;function Vi(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&&(Sc=s,s=o,o=Sc),o>n&&(o=n),i?i(r,s,o):[s,o]}var gr=(r,t)=>r<0?t+r:r,Ac=r=>r!==r;function nr(r){if(typeof r!=="object"||r===null)return Ac(r)?Ac: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?eo(r,e):!1:r instanceof Map?id(r):Array.isArray(r)?rd(r):r instanceof F?nd(r):sd(r,!0)}function rd(r){let t=[];for(let e=-1,i=r.length;++e<i;)t[e]=nr(r[e]);return es(t)}function id(r){let t=-1,e=[];for(let i of r.values())e[++t]=nr(i);return es(e)}function nd(r){let t=[];for(let e=-1,i=r.length;++e<i;)t[e]=nr(r.get(e));return es(t)}function sd(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]=nr(r[e[n]]);return es(i,e)}function es(r,t){return e=>{if(!e||typeof e!="object")return!1;switch(e.constructor){case Array:return od(r,e);case Map:return Bc(r,e,e.keys());case Ce:case er:case Object:case void 0:return Bc(r,e,t||Object.keys(e))}return e instanceof F?ad(r,e):!1}}function od(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 ad(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 Bc(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(),d=n.next();for(;o<a&&!l.done&&!d.done&&!c.done&&!(l.value!==d.value||!r[o](c.value));++o,l=i.next(),d=n.next(),c=s.next());return o===a&&l.done&&d.done&&c.done?!0:(i.return&&i.return(),n.return&&n.return(),s.return&&s.return(),!1)}var Do={};Qe(Do,{BitIterator:()=>_r,getBit:()=>Dc,getBool:()=>is,packBools:()=>vr,popcnt_array:()=>xc,popcnt_bit_range:()=>zi,popcnt_uint32:()=>rs,setBool:()=>cd,truncateBitmap:()=>wr});function is(r,t,e,i){return(e&1<<i)!==0}function Dc(r,t,e,i){return(e&1<<i)>>i}function cd(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 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):vr(new _r(e,r,t,null,is)).subarray(0,i)),n}return e}function vr(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 _r=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 zi(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,Dc))s+=o;return s}let i=e>>3<<3,n=t+(t%8===0?0:8-t%8);return zi(r,t,n)+zi(r,i,e)+xc(r,n>>3,i-n>>3)}function xc(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+=rs(s.getUint32(n)),n+=4;for(;o-n>=2;)i+=rs(s.getUint16(n)),n+=2;for(;o-n>=1;)i+=rs(s.getUint8(n)),n+=1;return i}function rs(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 ld=-1,L=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 f.isSparseUnion(t)?this.children.some(e=>e.nullable):f.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(f.isUnion(this.type))return this.children.reduce((i,n)=>i+n.nullCount,0);let t=this._nullCount,e;return t<=ld&&(e=this.nullBitmap)&&(this._nullCount=t=e.length===0?0:this.length-zi(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 L?(this.stride=s.stride,this.values=s.values,this.typeIds=s.typeIds,this.nullBitmap=s.nullBitmap,this.valueOffsets=s.valueOffsets):(this.stride=Kt(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(f.isUnion(e)){let i=e,n=this.children[i.typeIdToChildIndex[this.typeIds[t]]],s=i.mode===Y.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(f.isUnion(n)){let s=n,o=this.children[s.typeIdToChildIndex[this.typeIds[t]]],a=s.mode===Y.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,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];i=(h&l)!==0,s[d]=e?h|l:h&~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 L(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(wr(this.offset,e,this.nullBitmap),0);let s=this.buffers;return s[Rt.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[Rt.TYPE])&&(o[Rt.TYPE]=s.subarray(t,t+e)),(s=o[Rt.OFFSET])&&(o[Rt.OFFSET]=s.subarray(t,t+e+1))||(s=o[Rt.DATA])&&(o[Rt.DATA]=n===6?s:s.subarray(i*t,i*(t+e))),o}_sliceChildren(t,e,i){return t.map(n=>n.slice(e,i))}};L.prototype.children=Object.freeze([]);var Ir=class extends b{visit(t){return this.getVisitFn(t.type).call(this,t)}visitNull(t){let{["type"]:e,["offset"]:i=0,["length"]:n=0}=t;return new L(e,i,n,n)}visitBool(t){let{["type"]:e,["offset"]:i=0}=t,n=S(t.nullBitmap),s=N(e.ArrayType,t.data),{["length"]:o=s.length>>3,["nullCount"]:a=t.nullBitmap?-1:0}=t;return new L(e,i,o,a,[void 0,s,n])}visitInt(t){let{["type"]:e,["offset"]:i=0}=t,n=S(t.nullBitmap),s=N(e.ArrayType,t.data),{["length"]:o=s.length,["nullCount"]:a=t.nullBitmap?-1:0}=t;return new L(e,i,o,a,[void 0,s,n])}visitFloat(t){let{["type"]:e,["offset"]:i=0}=t,n=S(t.nullBitmap),s=N(e.ArrayType,t.data),{["length"]:o=s.length,["nullCount"]:a=t.nullBitmap?-1:0}=t;return new L(e,i,o,a,[void 0,s,n])}visitUtf8(t){let{["type"]:e,["offset"]:i=0}=t,n=S(t.data),s=S(t.nullBitmap),o=or(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new L(e,i,a,c,[o,n,s])}visitLargeUtf8(t){let{["type"]:e,["offset"]:i=0}=t,n=S(t.data),s=S(t.nullBitmap),o=Nn(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new L(e,i,a,c,[o,n,s])}visitBinary(t){let{["type"]:e,["offset"]:i=0}=t,n=S(t.data),s=S(t.nullBitmap),o=or(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new L(e,i,a,c,[o,n,s])}visitLargeBinary(t){let{["type"]:e,["offset"]:i=0}=t,n=S(t.data),s=S(t.nullBitmap),o=Nn(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new L(e,i,a,c,[o,n,s])}visitFixedSizeBinary(t){let{["type"]:e,["offset"]:i=0}=t,n=S(t.nullBitmap),s=N(e.ArrayType,t.data),{["length"]:o=s.length/Kt(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new L(e,i,o,a,[void 0,s,n])}visitDate(t){let{["type"]:e,["offset"]:i=0}=t,n=S(t.nullBitmap),s=N(e.ArrayType,t.data),{["length"]:o=s.length/Kt(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new L(e,i,o,a,[void 0,s,n])}visitTimestamp(t){let{["type"]:e,["offset"]:i=0}=t,n=S(t.nullBitmap),s=N(e.ArrayType,t.data),{["length"]:o=s.length/Kt(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new L(e,i,o,a,[void 0,s,n])}visitTime(t){let{["type"]:e,["offset"]:i=0}=t,n=S(t.nullBitmap),s=N(e.ArrayType,t.data),{["length"]:o=s.length/Kt(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new L(e,i,o,a,[void 0,s,n])}visitDecimal(t){let{["type"]:e,["offset"]:i=0}=t,n=S(t.nullBitmap),s=N(e.ArrayType,t.data),{["length"]:o=s.length/Kt(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new L(e,i,o,a,[void 0,s,n])}visitList(t){let{["type"]:e,["offset"]:i=0,["child"]:n}=t,s=S(t.nullBitmap),o=or(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new L(e,i,a,c,[o,void 0,s],[n])}visitStruct(t){let{["type"]:e,["offset"]:i=0,["children"]:n=[]}=t,s=S(t.nullBitmap),{length:o=n.reduce((c,{length:l})=>Math.max(c,l),0),nullCount:a=t.nullBitmap?-1:0}=t;return new L(e,i,o,a,[void 0,void 0,s],n)}visitUnion(t){let{["type"]:e,["offset"]:i=0,["children"]:n=[]}=t,s=N(e.ArrayType,t.typeIds),{["length"]:o=s.length,["nullCount"]:a=-1}=t;if(f.isSparseUnion(e))return new L(e,i,o,a,[void 0,void 0,void 0,s],n);let c=or(t.valueOffsets);return new L(e,i,o,a,[c,void 0,void 0,s],n)}visitDictionary(t){let{["type"]:e,["offset"]:i=0}=t,n=S(t.nullBitmap),s=N(e.indices.ArrayType,t.data),{["dictionary"]:o=new F([new Ir().visit({type:e.dictionary})])}=t,{["length"]:a=s.length,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new L(e,i,a,c,[void 0,s,n],[],o)}visitInterval(t){let{["type"]:e,["offset"]:i=0}=t,n=S(t.nullBitmap),s=N(e.ArrayType,t.data),{["length"]:o=s.length/Kt(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new L(e,i,o,a,[void 0,s,n])}visitDuration(t){let{["type"]:e,["offset"]:i=0}=t,n=S(t.nullBitmap),s=N(e.ArrayType,t.data),{["length"]:o=s.length,["nullCount"]:a=t.nullBitmap?-1:0}=t;return new L(e,i,o,a,[void 0,s,n])}visitFixedSizeList(t){let{["type"]:e,["offset"]:i=0,["child"]:n=new Ir().visit({type:e.valueType})}=t,s=S(t.nullBitmap),{["length"]:o=n.length/Kt(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new L(e,i,o,a,[void 0,void 0,s],[n])}visitMap(t){let{["type"]:e,["offset"]:i=0,["child"]:n=new Ir().visit({type:e.childType})}=t,s=S(t.nullBitmap),o=or(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new L(e,i,a,c,[o,void 0,s],[n])}},ud=new Ir;function x(r){return ud.visit(r)}var Pi=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 Tc(r){return r.some(t=>t.nullable)}function ns(r){return r.reduce((t,e)=>t+e.nullCount,0)}function ss(r){return r.reduce((t,e,i)=>(t[i+1]=t[i]+e.length,t),new Uint32Array(r.length+1))}function os(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 d=Math.max(0,e-c),h=Math.min(i-c,l);n.push(a.slice(d,h-d))}return n.length===0&&n.push(r[0].slice(0,0)),n}function xo(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 ki(r,t){return r.getValid(t)}function hi(r){function t(e,i,n){return r(e[i],n)}return function(e){let i=this.data;return xo(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=xo(s,this._offsets,i,e);return t=void 0,o}}function cs(r){let t;function e(i,n,s){let o=s,a=0,c=0;for(let l=n-1,d=i.length;++l<d;){let h=i[l];if(~(a=r(h,t,o)))return c+a;o=0,c+=h.length}return-1}return function(i,n){t=i;let s=this.data,o=typeof n!="number"?e(s,0,0):xo(s,this._offsets,n,e);return t=void 0,o}}var _=class extends b{};function dd(r,t){return t===null&&r.length>0?0:-1}function hd(r,t){let{nullBitmap:e}=r;if(!e||r.nullCount<=0)return-1;let i=0;for(let n of new _r(e,r.offset+(t||0),r.length,e,is)){if(!n)return i;++i}return-1}function O(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 hd(r,e)}let i=st.getVisitFn(r),n=nr(t);for(let s=(e||0)-1,o=r.length;++s<o;)if(n(i(r,s)))return s;return-1}function Oc(r,t,e){let i=st.getVisitFn(r),n=nr(t);for(let s=(e||0)-1,o=r.length;++s<o;)if(n(i(r,s)))return s;return-1}_.prototype.visitNull=dd;_.prototype.visitBool=O;_.prototype.visitInt=O;_.prototype.visitInt8=O;_.prototype.visitInt16=O;_.prototype.visitInt32=O;_.prototype.visitInt64=O;_.prototype.visitUint8=O;_.prototype.visitUint16=O;_.prototype.visitUint32=O;_.prototype.visitUint64=O;_.prototype.visitFloat=O;_.prototype.visitFloat16=O;_.prototype.visitFloat32=O;_.prototype.visitFloat64=O;_.prototype.visitUtf8=O;_.prototype.visitLargeUtf8=O;_.prototype.visitBinary=O;_.prototype.visitLargeBinary=O;_.prototype.visitFixedSizeBinary=O;_.prototype.visitDate=O;_.prototype.visitDateDay=O;_.prototype.visitDateMillisecond=O;_.prototype.visitTimestamp=O;_.prototype.visitTimestampSecond=O;_.prototype.visitTimestampMillisecond=O;_.prototype.visitTimestampMicrosecond=O;_.prototype.visitTimestampNanosecond=O;_.prototype.visitTime=O;_.prototype.visitTimeSecond=O;_.prototype.visitTimeMillisecond=O;_.prototype.visitTimeMicrosecond=O;_.prototype.visitTimeNanosecond=O;_.prototype.visitDecimal=O;_.prototype.visitList=O;_.prototype.visitStruct=O;_.prototype.visitUnion=O;_.prototype.visitDenseUnion=Oc;_.prototype.visitSparseUnion=Oc;_.prototype.visitDictionary=O;_.prototype.visitInterval=O;_.prototype.visitIntervalDayTime=O;_.prototype.visitIntervalYearMonth=O;_.prototype.visitDuration=O;_.prototype.visitDurationSecond=O;_.prototype.visitDurationMillisecond=O;_.prototype.visitDurationMicrosecond=O;_.prototype.visitDurationNanosecond=O;_.prototype.visitFixedSizeList=O;_.prototype.visitMap=O;var Sr=new _;var w=class extends b{};function B(r){let{type:t}=r;if(r.nullCount===0&&r.stride===1&&(f.isInt(t)&&t.bitWidth!==64||f.isTime(t)&&t.bitWidth!==64||f.isFloat(t)&&t.precision!==W.HALF))return new Pi(r.data.length,i=>{let n=r.data[i];return n.values.subarray(0,n.length)[Symbol.iterator]()});let e=0;return new Pi(r.data.length,i=>{let s=r.data[i].length,o=r.slice(e,e+s);return e+=s,new To(o)})}var To=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}};w.prototype.visitNull=B;w.prototype.visitBool=B;w.prototype.visitInt=B;w.prototype.visitInt8=B;w.prototype.visitInt16=B;w.prototype.visitInt32=B;w.prototype.visitInt64=B;w.prototype.visitUint8=B;w.prototype.visitUint16=B;w.prototype.visitUint32=B;w.prototype.visitUint64=B;w.prototype.visitFloat=B;w.prototype.visitFloat16=B;w.prototype.visitFloat32=B;w.prototype.visitFloat64=B;w.prototype.visitUtf8=B;w.prototype.visitLargeUtf8=B;w.prototype.visitBinary=B;w.prototype.visitLargeBinary=B;w.prototype.visitFixedSizeBinary=B;w.prototype.visitDate=B;w.prototype.visitDateDay=B;w.prototype.visitDateMillisecond=B;w.prototype.visitTimestamp=B;w.prototype.visitTimestampSecond=B;w.prototype.visitTimestampMillisecond=B;w.prototype.visitTimestampMicrosecond=B;w.prototype.visitTimestampNanosecond=B;w.prototype.visitTime=B;w.prototype.visitTimeSecond=B;w.prototype.visitTimeMillisecond=B;w.prototype.visitTimeMicrosecond=B;w.prototype.visitTimeNanosecond=B;w.prototype.visitDecimal=B;w.prototype.visitList=B;w.prototype.visitStruct=B;w.prototype.visitUnion=B;w.prototype.visitDenseUnion=B;w.prototype.visitSparseUnion=B;w.prototype.visitDictionary=B;w.prototype.visitInterval=B;w.prototype.visitIntervalDayTime=B;w.prototype.visitIntervalYearMonth=B;w.prototype.visitDuration=B;w.prototype.visitDurationSecond=B;w.prototype.visitDurationMillisecond=B;w.prototype.visitDurationMicrosecond=B;w.prototype.visitDurationNanosecond=B;w.prototype.visitFixedSizeList=B;w.prototype.visitMap=B;var fi=new w;var Fc,Mc={},Nc={},F=class{constructor(t){var e,i,n;let s=t[0]instanceof F?t.flatMap(a=>a.data):t;if(s.length===0||s.some(a=>!(a instanceof L)))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}=Mc[o.typeId],d=s[0];this.isValid=h=>ki(d,h),this.get=h=>a(d,h),this.set=(h,V)=>c(d,h,V),this.indexOf=h=>l(d,h),this._offsets=[0,d.length];break}default:Object.setPrototypeOf(this,Nc[o.typeId]),this._offsets=ss(s);break}this.data=s,this.type=o,this.stride=Kt(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 Tc(this.data)}get nullCount(){return ns(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(gr(t,this.length))}set(t,e){}indexOf(t,e){return-1}includes(t,e){return this.indexOf(t,e)>-1}[Symbol.iterator](){return fi.visit(this)}concat(...t){return new F(this.data.concat(t.flatMap(e=>e.data).flat(Number.POSITIVE_INFINITY)))}slice(t,e){return new F(Vi(this,t,e,({data:i,_offsets:n},s,o)=>os(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 F(this.data.map(({children:e})=>e[t])):null}get isMemoized(){return f.isDictionary(this.type)?this.data[0].dictionary.isMemoized:!1}memoize(){if(f.isDictionary(this.type)){let t=new pi(this.data[0].dictionary),e=this.data.map(i=>{let n=i.clone();return n.dictionary=t,n});return new F(e)}return new pi(this)}unmemoize(){if(f.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 F(e)}return this}};Fc=Symbol.toStringTag;F[Fc]=(r=>{r.type=f.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=st.getVisitFnByTypeId(e),n=yt.getVisitFnByTypeId(e),s=Sr.getVisitFnByTypeId(e);Mc[e]={get:i,set:n,indexOf:s},Nc[e]=Object.create(r,{isValid:{value:hi(ki)},get:{value:hi(st.getVisitFnByTypeId(e))},set:{value:as(yt.getVisitFnByTypeId(e))},indexOf:{value:cs(Sr.getVisitFnByTypeId(e))}})}return"Vector"})(F.prototype);var pi=class extends F{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 pi(n.call(this,o,a))}),Object.defineProperty(this,"isMemoized",{value:!0}),Object.defineProperty(this,"unmemoize",{value:()=>new F(this.data)}),Object.defineProperty(this,"memoize",{value:()=>this})}};function Lc(r){if(!r||r.length<=0)return function(n){return!0};let t="",e=r.filter(i=>i===i);return e.length>0&&(t=`
|
|
7
|
+
"use strict";var __exports__=(()=>{var wl=Object.create;var An=Object.defineProperty;var vl=Object.getOwnPropertyDescriptor;var Il=Object.getOwnPropertyNames;var Sl=Object.getPrototypeOf,Al=Object.prototype.hasOwnProperty;var Bl=(r,t)=>()=>(t||r((t={exports:{}}).exports,t),t.exports),rr=(r,t)=>{for(var e in t)An(r,e,{get:t[e],enumerable:!0})},Sn=(r,t,e,i)=>{if(t&&typeof t=="object"||typeof t=="function")for(let n of Il(t))!Al.call(r,n)&&n!==e&&An(r,n,{get:()=>t[n],enumerable:!(i=vl(t,n))||i.enumerable});return r},Bn=(r,t,e)=>(Sn(r,t,"default"),e&&Sn(e,t,"default")),Dl=(r,t,e)=>(e=r!=null?wl(Sl(r)):{},Sn(t||!r||!r.__esModule?An(e,"default",{value:r,enumerable:!0}):e,r)),xl=r=>Sn(An({},"__esModule",{value:!0}),r);var oa=Bl((Bh,sa)=>{sa.exports=globalThis.loaders});var In={};rr(In,{DRACO_EXTERNAL_LIBRARIES:()=>K,DRACO_EXTERNAL_LIBRARY_URLS:()=>We,DracoArrowLoader:()=>gl,DracoLoader:()=>vn,DracoWorkerLoader:()=>na,DracoWriter:()=>ya,DracoWriterWorker:()=>ma});Bn(In,Dl(oa(),1));function Tl(){return globalThis._loadersgl_?.version||(globalThis._loadersgl_=globalThis._loadersgl_||{},globalThis._loadersgl_.version="4.4.0-alpha.10"),globalThis._loadersgl_.version}var aa=Tl();function ca(r,t){if(!r)throw new Error(t||"loaders.gl assertion failed.")}var ve={self:typeof self<"u"&&self,window:typeof window<"u"&&window,global:typeof global<"u"&&global,document:typeof document<"u"&&document},Th=ve.self||ve.window||ve.global||{},Oh=ve.window||ve.self||ve.global||{},Fh=ve.global||ve.self||ve.window||{},Mh=ve.document||{};var Ie=typeof process!="object"||String(process)!=="[object process]"||process.browser,xi=typeof importScripts=="function",Lh=typeof window<"u"&&typeof window.orientation<"u",la=typeof process<"u"&&process.version&&/v([0-9]*)/.exec(process.version),Nh=la&&parseFloat(la[1])||0;var Gs={};async function je(r,t=null,e={},i=null){return t&&(r=ua(r,t,e,i)),Gs[r]=Gs[r]||Ol(r),await Gs[r]}function ua(r,t,e={},i=null){if(e?.core)throw new Error("loadLibrary: options.core must be pre-normalized");if(!e.useLocalLibraries&&r.startsWith("http"))return r;i=i||r;let n=e.modules||{};return n[i]?n[i]:Ie?e.CDN?(ca(e.CDN.startsWith("http")),`${e.CDN}/${t}@${aa}/dist/libs/${i}`):xi?`../src/libs/${i}`:`modules/${t}/src/libs/${i}`:`modules/${t}/dist/libs/${i}`}async function Ol(r){if(r.endsWith("wasm"))return await Ml(r);if(!Ie){let{requireFromFile:e}=globalThis.loaders||{};try{let i=await e?.(r);return i||!r.includes("/dist/libs/")?i:await e?.(r.replace("/dist/libs/","/src/libs/"))}catch(i){if(r.includes("/dist/libs/"))try{return await e?.(r.replace("/dist/libs/","/src/libs/"))}catch{}return console.error(i),null}}if(xi)return importScripts(r);let t=await Ll(r);return Fl(t,r)}function Fl(r,t){if(!Ie){let{requireFromString:i}=globalThis.loaders||{};return i?.(r,t)}if(xi)return eval.call(globalThis,r),null;let e=document.createElement("script");e.id=t;try{e.appendChild(document.createTextNode(r))}catch{e.text=r}return document.body.appendChild(e),null}async function Ml(r){let{readFileAsArrayBuffer:t}=globalThis.loaders||{};if(Ie||!t||r.startsWith("http"))return await(await fetch(r)).arrayBuffer();try{return await t(r)}catch{if(r.includes("/dist/libs/"))return await t(r.replace("/dist/libs/","/src/libs/"));throw new Error(`Failed to load ArrayBuffer from ${r}`)}}async function Ll(r){let{readFileAsText:t}=globalThis.loaders||{};if(Ie||!t||r.startsWith("http"))return await(await fetch(r)).text();try{return await t(r)}catch{if(r.includes("/dist/libs/"))return await t(r.replace("/dist/libs/","/src/libs/"));throw new Error(`Failed to load text from ${r}`)}}var Nl="1.5.6",El="1.4.1",Js=`https://www.gstatic.com/draco/versioned/decoders/${Nl}`,K={DECODER:"draco_wasm_wrapper.js",DECODER_WASM:"draco_decoder.wasm",FALLBACK_DECODER:"draco_decoder.js",ENCODER:"draco_encoder.js"},We={[K.DECODER]:`${Js}/${K.DECODER}`,[K.DECODER_WASM]:`${Js}/${K.DECODER_WASM}`,[K.FALLBACK_DECODER]:`${Js}/${K.FALLBACK_DECODER}`,[K.ENCODER]:`https://raw.githubusercontent.com/google/draco/${El}/javascript/${K.ENCODER}`},Zs,Xs;async function da(r={},t){let e=r.modules||{};return e.draco3d?Zs||=e.draco3d.createDecoderModule({}).then(i=>({draco:i})):Zs||=Ul(r,t),await Zs}async function ha(r){let t=r.modules||{};return t.draco3d?Xs||=t.draco3d.createEncoderModule({}).then(e=>({draco:e})):Xs||=Cl(r),await Xs}function Dn(r,t){if(r&&typeof r=="object"){if(r.default)return r.default;if(r[t])return r[t]}return r}async function Ul(r,t){let e,i;switch(t){case"js":e=await je(We[K.FALLBACK_DECODER],"draco",r,K.FALLBACK_DECODER);break;case"wasm":default:try{[e,i]=await Promise.all([await je(We[K.DECODER],"draco",r,K.DECODER),await je(We[K.DECODER_WASM],"draco",r,K.DECODER_WASM)])}catch{e=null,i=null}}return e=Dn(e,"DracoDecoderModule"),e=e||globalThis.DracoDecoderModule,!e&&!Ie&&([e,i]=await Promise.all([await je(We[K.DECODER],"draco",{...r,useLocalLibraries:!0},K.DECODER),await je(We[K.DECODER_WASM],"draco",{...r,useLocalLibraries:!0},K.DECODER_WASM)]),e=Dn(e,"DracoDecoderModule"),e=e||globalThis.DracoDecoderModule),await Rl(e,i)}function Rl(r,t){if(typeof r!="function")throw new Error("DracoDecoderModule could not be loaded");let e={};return t&&(e.wasmBinary=t),new Promise(i=>{r({...e,onModuleLoaded:n=>i({draco:n})})})}async function Cl(r){let t=await je(We[K.ENCODER],"draco",r,K.ENCODER);if(t=Dn(t,"DracoEncoderModule"),t=t||globalThis.DracoEncoderModule,!t&&!Ie&&(t=await je(We[K.ENCODER],"draco",{...r,useLocalLibraries:!0},K.ENCODER),t=Dn(t,"DracoEncoderModule"),t=t||globalThis.DracoEncoderModule),typeof t!="function")throw new Error("DracoEncoderModule could not be loaded");return new Promise(e=>{t({onModuleLoaded:i=>e({draco:i})})})}var fa={POSITION:"POSITION",NORMAL:"NORMAL",COLOR_0:"COLOR",TEXCOORD_0:"TEX_COORD"},Vl=()=>{},Ti=class{draco;dracoEncoder;dracoMeshBuilder;dracoMetadataBuilder;log;constructor(t){this.draco=t,this.dracoEncoder=new this.draco.Encoder,this.dracoMeshBuilder=new this.draco.MeshBuilder,this.dracoMetadataBuilder=new this.draco.MetadataBuilder}destroy(){this.destroyEncodedObject(this.dracoMeshBuilder),this.destroyEncodedObject(this.dracoEncoder),this.destroyEncodedObject(this.dracoMetadataBuilder),this.dracoMeshBuilder=null,this.dracoEncoder=null,this.draco=null}destroyEncodedObject(t){t&&this.draco.destroy(t)}encodeSync(t,e={}){return this.log=Vl,this._setOptions(e),e.pointcloud?this._encodePointCloud(t,e):this._encodeMesh(t,e)}_getAttributesFromMesh(t){let e={...t,...t.attributes};return t.indices&&(e.indices=t.indices),e}_encodePointCloud(t,e){let i=new this.draco.PointCloud;e.metadata&&this._addGeometryMetadata(i,e.metadata);let n=this._getAttributesFromMesh(t);this._createDracoPointCloud(i,n,e);let s=new this.draco.DracoInt8Array;try{let o=this.dracoEncoder.EncodePointCloudToDracoBuffer(i,!1,s);if(!(o>0))throw new Error("Draco encoding failed.");return this.log(`DRACO encoded ${i.num_points()} points
|
|
8
|
+
with ${i.num_attributes()} attributes into ${o} bytes`),pa(s)}finally{this.destroyEncodedObject(s),this.destroyEncodedObject(i)}}_encodeMesh(t,e){let i=new this.draco.Mesh;e.metadata&&this._addGeometryMetadata(i,e.metadata);let n=this._getAttributesFromMesh(t);this._createDracoMesh(i,n,e);let s=new this.draco.DracoInt8Array;try{let o=this.dracoEncoder.EncodeMeshToDracoBuffer(i,s);if(o<=0)throw new Error("Draco encoding failed.");return this.log(`DRACO encoded ${i.num_points()} points
|
|
9
|
+
with ${i.num_attributes()} attributes into ${o} bytes`),pa(s)}finally{this.destroyEncodedObject(s),this.destroyEncodedObject(i)}}_setOptions(t){if("speed"in t&&this.dracoEncoder.SetSpeedOptions(...t.speed),"method"in t){let e=this.draco[t.method||"MESH_SEQUENTIAL_ENCODING"];this.dracoEncoder.SetEncodingMethod(e)}if("quantization"in t)for(let e in t.quantization){let i=t.quantization[e],n=this.draco[e];this.dracoEncoder.SetAttributeQuantization(n,i)}}_createDracoMesh(t,e,i){let n=i.attributesMetadata||{};try{let s=this._getPositionAttribute(e);if(!s)throw new Error("positions");let o=s.length/3;for(let a in e){let c=e[a];a=fa[a]||a;let l=this._addAttributeToMesh(t,a,c,o);l!==-1&&this._addAttributeMetadata(t,l,{name:a,...n[a]||{}})}}catch(s){throw this.destroyEncodedObject(t),s}return t}_createDracoPointCloud(t,e,i){let n=i.attributesMetadata||{};try{let s=this._getPositionAttribute(e);if(!s)throw new Error("positions");let o=s.length/3;for(let a in e){let c=e[a];a=fa[a]||a;let l=this._addAttributeToMesh(t,a,c,o);l!==-1&&this._addAttributeMetadata(t,l,{name:a,...n[a]||{}})}}catch(s){throw this.destroyEncodedObject(t),s}return t}_addAttributeToMesh(t,e,i,n){if(!ArrayBuffer.isView(i))return-1;let s=this._getDracoAttributeType(e),o=i.length/n;if(s==="indices"){let l=i.length/3;return this.log(`Adding attribute ${e}, size ${l}`),this.dracoMeshBuilder.AddFacesToMesh(t,l,i),-1}this.log(`Adding attribute ${e}, size ${o}`);let a=this.dracoMeshBuilder,{buffer:c}=i;switch(i.constructor){case Int8Array:return a.AddInt8Attribute(t,s,n,o,new Int8Array(c));case Int16Array:return a.AddInt16Attribute(t,s,n,o,new Int16Array(c));case Int32Array:return a.AddInt32Attribute(t,s,n,o,new Int32Array(c));case Uint8Array:case Uint8ClampedArray:return a.AddUInt8Attribute(t,s,n,o,new Uint8Array(c));case Uint16Array:return a.AddUInt16Attribute(t,s,n,o,new Uint16Array(c));case Uint32Array:return a.AddUInt32Attribute(t,s,n,o,new Uint32Array(c));case Float32Array:return a.AddFloatAttribute(t,s,n,o,new Float32Array(c));default:return console.warn("Unsupported attribute type",i),-1}}_getDracoAttributeType(t){switch(t.toLowerCase()){case"indices":return"indices";case"position":case"positions":case"vertices":return this.draco.POSITION;case"normal":case"normals":return this.draco.NORMAL;case"color":case"colors":return this.draco.COLOR;case"texcoord":case"texcoords":return this.draco.TEX_COORD;default:return this.draco.GENERIC}}_getPositionAttribute(t){for(let e in t){let i=t[e];if(this._getDracoAttributeType(e)===this.draco.POSITION)return i}return null}_addGeometryMetadata(t,e){let i=new this.draco.Metadata;this._populateDracoMetadata(i,e),this.dracoMeshBuilder.AddMetadata(t,i)}_addAttributeMetadata(t,e,i){let n=new this.draco.Metadata;this._populateDracoMetadata(n,i),this.dracoMeshBuilder.SetMetadataForAttribute(t,e,n)}_populateDracoMetadata(t,e){for(let[i,n]of zl(e))switch(typeof n){case"number":Math.trunc(n)===n?this.dracoMetadataBuilder.AddIntEntry(t,i,n):this.dracoMetadataBuilder.AddDoubleEntry(t,i,n);break;case"object":n instanceof Int32Array&&this.dracoMetadataBuilder.AddIntEntryArray(t,i,n,n.length);break;case"string":default:this.dracoMetadataBuilder.AddStringEntry(t,i,n)}}};function pa(r){let t=r.size(),e=new ArrayBuffer(t),i=new Int8Array(e);for(let n=0;n<t;++n)i[n]=r.GetValue(n);return e}function zl(r){return r.entries&&!r.hasOwnProperty("entries")?r.entries():Object.entries(r)}var Oi="4.4.0-alpha.10";var Pl={pointcloud:!1,attributeNameEntry:"name"},ma={id:"draco-writer",name:"Draco compressed geometry writer",module:"draco",version:Oi,worker:!0,options:{draco:{},source:null}},ya={name:"DRACO",id:"draco",module:"draco",version:Oi,extensions:["drc"],mimeTypes:["application/octet-stream"],options:{draco:Pl},encode:kl};async function kl(r,t={}){let{draco:e}=await ha(t.core||{}),i=new Ti(e);try{return i.encodeSync(r,t.draco)}finally{i.destroy()}}function jl(r,t="float32"){return r instanceof Date?"date-millisecond":r instanceof Number?t:typeof r=="string"?"utf8":(r===null||r==="undefined","null")}function ba(r){let t=qs(r);return t!=="null"?{type:t,nullable:!1}:r.length>0?(t=jl(r[0]),{type:t,nullable:!0}):{type:"null",nullable:!0}}function qs(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 _a(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(d){try{l(i.next(d))}catch(h){o(h)}}function c(d){try{l(i.throw(d))}catch(h){o(h)}}function l(d){d.done?s(d.value):n(d.value).then(a,c)}l((i=i.apply(r,t||[])).next())})}function ga(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 M(r){return this instanceof M?(this.v=r,this):new M(r)}function Ht(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(R){return function(nt){return Promise.resolve(nt).then(R,h)}}function a(R,nt){i[R]&&(n[R]=function(kr){return new Promise(function(Hs,er){s.push([R,kr,Hs,er])>1||c(R,kr)})},nt&&(n[R]=nt(n[R])))}function c(R,nt){try{l(i[R](nt))}catch(kr){V(s[0][3],kr)}}function l(R){R.value instanceof M?Promise.resolve(R.value.v).then(d,h):V(s[0][2],R)}function d(R){c("next",R)}function h(R){c("throw",R)}function V(R,nt){R(nt),s.shift(),s.length&&c(s[0][0],s[0][1])}}function jr(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:M(r[n](o)),done:!1}:s?s(o):o}:s}}function le(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 ga=="function"?ga(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 io={};rr(io,{compareArrayLike:()=>ro,joinUint8Arrays:()=>Gt,memcpy:()=>Li,rebaseValueOffsets:()=>En,toArrayBufferView:()=>L,toArrayBufferViewAsyncIterator:()=>he,toArrayBufferViewIterator:()=>Ae,toBigInt64Array:()=>Nn,toBigUint64Array:()=>ql,toFloat32Array:()=>Kl,toFloat32ArrayAsyncIterator:()=>pu,toFloat32ArrayIterator:()=>ou,toFloat64Array:()=>Ql,toFloat64ArrayAsyncIterator:()=>mu,toFloat64ArrayIterator:()=>au,toInt16Array:()=>Jl,toInt16ArrayAsyncIterator:()=>uu,toInt16ArrayIterator:()=>ru,toInt32Array:()=>lr,toInt32ArrayAsyncIterator:()=>du,toInt32ArrayIterator:()=>iu,toInt8Array:()=>Gl,toInt8ArrayAsyncIterator:()=>lu,toInt8ArrayIterator:()=>eu,toUint16Array:()=>Zl,toUint16ArrayAsyncIterator:()=>hu,toUint16ArrayIterator:()=>nu,toUint32Array:()=>Xl,toUint32ArrayAsyncIterator:()=>fu,toUint32ArrayIterator:()=>su,toUint8Array:()=>S,toUint8ArrayAsyncIterator:()=>eo,toUint8ArrayIterator:()=>to,toUint8ClampedArray:()=>tu,toUint8ClampedArrayAsyncIterator:()=>yu,toUint8ClampedArrayIterator:()=>cu});var Wl=new TextDecoder("utf-8"),Fi=r=>Wl.decode(r),$l=new TextEncoder,Se=r=>$l.encode(r);var Yl=r=>typeof r=="number",wa=r=>typeof r=="boolean",lt=r=>typeof r=="function",St=r=>r!=null&&Object(r)===r,ue=r=>St(r)&<(r.then);var de=r=>St(r)&<(r[Symbol.iterator]),Qt=r=>St(r)&<(r[Symbol.asyncIterator]),xn=r=>St(r)&&St(r.schema);var Tn=r=>St(r)&&"done"in r&&"value"in r;var On=r=>St(r)&<(r.stat)&&Yl(r.fd);var Fn=r=>St(r)&&Mi(r.body),Mn=r=>"_getDOMStream"in r&&"_getNodeStream"in r,va=r=>St(r)&<(r.abort)&<(r.getWriter)&&!Mn(r),Mi=r=>St(r)&<(r.cancel)&<(r.getReader)&&!Mn(r),Ia=r=>St(r)&<(r.end)&<(r.write)&&wa(r.writable)&&!Mn(r),Ln=r=>St(r)&<(r.read)&<(r.pipe)&&wa(r.readable)&&!Mn(r),Sa=r=>St(r)&<(r.clear)&<(r.bytes)&<(r.position)&<(r.setPosition)&<(r.capacity)&<(r.getBufferIdentifier)&<(r.createLong);var Qs=typeof SharedArrayBuffer<"u"?SharedArrayBuffer:ArrayBuffer;function Hl(r){let t=r[0]?[r[0]]:[],e,i,n,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: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 Li(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 Gt(r,t){let e=Hl(r),i=e.reduce((d,h)=>d+h.byteLength,0),n,s,o,a=0,c=-1,l=Math.min(t||Number.POSITIVE_INFINITY,i);for(let d=e.length;++c<d;){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?Li(o,s,a):o=s;break}Li(o||(o=new Uint8Array(l)),s,a),a+=s.length}return[o||new Uint8Array(0),e.slice(c),i-(o?o.byteLength:0)]}function L(r,t){let e=Tn(t)?t.value:t;return e instanceof r?r===Uint8Array?new r(e.buffer,e.byteOffset,e.byteLength):e:e?(typeof e=="string"&&(e=Se(e)),e instanceof ArrayBuffer?new r(e):e instanceof Qs?new r(e):Sa(e)?L(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 Gl=r=>L(Int8Array,r),Jl=r=>L(Int16Array,r),lr=r=>L(Int32Array,r),Nn=r=>L(BigInt64Array,r),S=r=>L(Uint8Array,r),Zl=r=>L(Uint16Array,r),Xl=r=>L(Uint32Array,r),ql=r=>L(BigUint64Array,r),Kl=r=>L(Float32Array,r),Ql=r=>L(Float64Array,r),tu=r=>L(Uint8ClampedArray,r),Ks=r=>(r.next(),r);function*Ae(r,t){let e=function*(n){yield n},i=typeof t=="string"||ArrayBuffer.isView(t)||t instanceof ArrayBuffer||t instanceof Qs?e(t):de(t)?t:e(t);return yield*Ks(function*(n){let s=null;do s=n.next(yield L(r,s));while(!s.done)}(i[Symbol.iterator]())),new r}var eu=r=>Ae(Int8Array,r),ru=r=>Ae(Int16Array,r),iu=r=>Ae(Int32Array,r),to=r=>Ae(Uint8Array,r),nu=r=>Ae(Uint16Array,r),su=r=>Ae(Uint32Array,r),ou=r=>Ae(Float32Array,r),au=r=>Ae(Float64Array,r),cu=r=>Ae(Uint8ClampedArray,r);function he(r,t){return Ht(this,arguments,function*(){if(ue(t))return yield M(yield M(yield*jr(le(he(r,yield M(t))))));let i=function(o){return Ht(this,arguments,function*(){yield yield M(yield M(o))})},n=function(o){return Ht(this,arguments,function*(){yield M(yield*jr(le(Ks(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 Qs?i(t):de(t)?n(t):Qt(t)?t:i(t);return yield M(yield*jr(le(Ks(function(o){return Ht(this,arguments,function*(){let a=null;do a=yield M(o.next(yield yield M(L(r,a))));while(!a.done)})}(s[Symbol.asyncIterator]()))))),yield M(new r)})}var lu=r=>he(Int8Array,r),uu=r=>he(Int16Array,r),du=r=>he(Int32Array,r),eo=r=>he(Uint8Array,r),hu=r=>he(Uint16Array,r),fu=r=>he(Uint32Array,r),pu=r=>he(Float32Array,r),mu=r=>he(Float64Array,r),yu=r=>he(Uint8ClampedArray,r);function En(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 ro(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 mt={fromIterable(r){return Un(bu(r))},fromAsyncIterable(r){return Un(gu(r))},fromDOMStream(r){return Un(_u(r))},fromNodeStream(r){return Un(wu(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')}},Un=r=>(r.next(),r);function*bu(r){let t,e=!1,i=[],n,s,o,a=0;function c(){return s==="peek"?Gt(i,o)[0]:([n,i,a]=Gt(i,o),n)}({cmd:s,size:o}=(yield(()=>null)())||{cmd:"read",size:0});let l=to(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(d){(e=!0)&&typeof l.throw=="function"&&l.throw(d)}finally{e===!1&&typeof l.return=="function"&&l.return(null)}return null}function gu(r){return Ht(this,arguments,function*(){let e,i=!1,n=[],s,o,a,c=0;function l(){return o==="peek"?Gt(n,a)[0]:([s,n,c]=Gt(n,a),s)}({cmd:o,size:a}=(yield yield M((()=>null)()))||{cmd:"read",size:0});let d=eo(r)[Symbol.asyncIterator]();try{do if({done:e,value:s}=Number.isNaN(a-c)?yield M(d.next()):yield M(d.next(a-c)),!e&&s.byteLength>0&&(n.push(s),c+=s.byteLength),e||a<=c)do({cmd:o,size:a}=yield yield M(l()));while(a<c);while(!e)}catch(h){(i=!0)&&typeof d.throw=="function"&&(yield M(d.throw(h)))}finally{i===!1&&typeof d.return=="function"&&(yield M(d.return(new Uint8Array(0))))}return yield M(null)})}function _u(r){return Ht(this,arguments,function*(){let e=!1,i=!1,n=[],s,o,a,c=0;function l(){return o==="peek"?Gt(n,a)[0]:([s,n,c]=Gt(n,a),s)}({cmd:o,size:a}=(yield yield M((()=>null)()))||{cmd:"read",size:0});let d=new so(r);try{do if({done:e,value:s}=Number.isNaN(a-c)?yield M(d.read()):yield M(d.read(a-c)),!e&&s.byteLength>0&&(n.push(S(s)),c+=s.byteLength),e||a<=c)do({cmd:o,size:a}=yield yield M(l()));while(a<c);while(!e)}catch(h){(i=!0)&&(yield M(d.cancel(h)))}finally{i===!1?yield M(d.cancel()):r.locked&&d.releaseLock()}return yield M(null)})}var so=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=S(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 wu(r){return Ht(this,arguments,function*(){let e=[],i="error",n=!1,s=null,o,a,c=0,l=[],d;function h(){return o==="peek"?Gt(l,a)[0]:([d,l,c]=Gt(l,a),d)}if({cmd:o,size:a}=(yield yield M((()=>null)()))||{cmd:"read",size:0},r.isTTY)return yield yield M(new Uint8Array(0)),yield M(null);try{e[0]=no(r,"end"),e[1]=no(r,"error");do{if(e[2]=no(r,"readable"),[i,s]=yield M(Promise.race(e.map(R=>R[2]))),i==="error")break;if((n=i==="end")||(Number.isFinite(a-c)?(d=S(r.read(a-c)),d.byteLength<a-c&&(d=S(r.read()))):d=S(r.read()),d.byteLength>0&&(l.push(d),c+=d.byteLength)),n||a<=c)do({cmd:o,size:a}=yield yield M(h()));while(a<c)}while(!n)}finally{yield M(V(e,i==="error"?s:null))}return yield M(null);function V(R,nt){return d=l=null,new Promise((kr,Hs)=>{for(let[er,_l]of R)r.off(er,_l);try{let er=r.destroy;er&&er.call(r,nt),nt=void 0}catch(er){nt=er||nt}finally{nt!=null?Hs(nt):kr()}})}})}var P;(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"})(P||(P={}));var Y;(function(r){r[r.Sparse=0]="Sparse",r[r.Dense=1]="Dense"})(Y||(Y={}));var W;(function(r){r[r.HALF=0]="HALF",r[r.SINGLE=1]="SINGLE",r[r.DOUBLE=2]="DOUBLE"})(W||(W={}));var X;(function(r){r[r.DAY=0]="DAY",r[r.MILLISECOND=1]="MILLISECOND"})(X||(X={}));var p;(function(r){r[r.SECOND=0]="SECOND",r[r.MILLISECOND=1]="MILLISECOND",r[r.MICROSECOND=2]="MICROSECOND",r[r.NANOSECOND=3]="NANOSECOND"})(p||(p={}));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 Be=new Int32Array(2),Rn=new Float32Array(Be.buffer),Cn=new Float64Array(Be.buffer),Wr=new Uint16Array(new Uint8Array([1,0]).buffer)[0]===1;var Ni;(function(r){r[r.UTF8_BYTES=1]="UTF8_BYTES",r[r.UTF16_STRING=2]="UTF16_STRING"})(Ni||(Ni={}));var At=class{constructor(t){this.bytes_=t,this.position_=0,this.text_decoder_=new TextDecoder}static allocate(t){return new At(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 Be[0]=this.readInt32(t),Rn[0]}readFloat64(t){return Be[Wr?0:1]=this.readInt32(t),Be[Wr?1:0]=this.readInt32(t+4),Cn[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){Rn[0]=e,this.writeInt32(t,Be[0])}writeFloat64(t,e){Cn[0]=e,this.writeInt32(t,Be[Wr?0:1]),this.writeInt32(t+4,Be[Wr?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===Ni.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 $e=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=At.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=$e.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=At.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 Ei;(function(r){r[r.BUFFER=0]="BUFFER"})(Ei||(Ei={}));var Ui;(function(r){r[r.LZ4_FRAME=0]="LZ4_FRAME",r[r.ZSTD=1]="ZSTD"})(Ui||(Ui={}));var pe=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 pe).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsBodyCompression(t,e){return t.setPosition(t.position()+4),(e||new pe).__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):Ui.LZ4_FRAME}method(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.readInt8(this.bb_pos+t):Ei.BUFFER}static startBodyCompression(t){t.startObject(2)}static addCodec(t,e){t.addFieldInt8(0,e,Ui.LZ4_FRAME)}static addMethod(t,e){t.addFieldInt8(1,e,Ei.BUFFER)}static endBodyCompression(t){return t.endObject()}static createBodyCompression(t,e,i){return pe.startBodyCompression(t),pe.addCodec(t,e),pe.addMethod(t,i),pe.endBodyCompression(t)}};var $r=class{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}offset(){return this.bb.readInt64(this.bb_pos)}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 Yr=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 gt=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 gt).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsRecordBatch(t,e){return t.setPosition(t.position()+4),(e||new gt).__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 Yr).__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 $r).__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 pe).__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 ee=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 ee).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsDictionaryBatch(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")}data(t){let e=this.bb.__offset(this.bb_pos,6);return e?(t||new gt).__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 ir;(function(r){r[r.Little=0]="Little",r[r.Big=1]="Big"})(ir||(ir={}));var Ri;(function(r){r[r.DenseArray=0]="DenseArray"})(Ri||(Ri={}));var ut=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 ut).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsInt(t,e){return t.setPosition(t.position()+4),(e||new ut).__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 ut.startInt(t),ut.addBitWidth(t,e),ut.addIsSigned(t,i),ut.endInt(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 getRootAsDictionaryEncoding(t,e){return(e||new Jt).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsDictionaryEncoding(t,e){return t.setPosition(t.position()+4),(e||new Jt).__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 ut).__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):Ri.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,Ri.DenseArray)}static endDictionaryEncoding(t){return t.endObject()}};var G=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 G).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsKeyValue(t,e){return t.setPosition(t.position()+4),(e||new G).__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 G.startKeyValue(t),G.addKey(t,e),G.addValue(t,i),G.endKeyValue(t)}};var De=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 De).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsBinary(t,e){return t.setPosition(t.position()+4),(e||new De).__init(t.readInt32(t.position())+t.position(),t)}static startBinary(t){t.startObject(0)}static endBinary(t){return t.endObject()}static createBinary(t){return De.startBinary(t),De.endBinary(t)}};var xe=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 xe).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsBool(t,e){return t.setPosition(t.position()+4),(e||new xe).__init(t.readInt32(t.position())+t.position(),t)}static startBool(t){t.startObject(0)}static endBool(t){return t.endObject()}static createBool(t){return xe.startBool(t),xe.endBool(t)}};var Ot=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 Ot).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsDate(t,e){return t.setPosition(t.position()+4),(e||new Ot).__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 Ot.startDate(t),Ot.addUnit(t,e),Ot.endDate(t)}};var dt=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 dt).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsDecimal(t,e){return t.setPosition(t.position()+4),(e||new dt).__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 dt.startDecimal(t),dt.addPrecision(t,e),dt.addScale(t,i),dt.addBitWidth(t,n),dt.endDecimal(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 getRootAsDuration(t,e){return(e||new Ft).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsDuration(t,e){return t.setPosition(t.position()+4),(e||new Ft).__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):p.MILLISECOND}static startDuration(t){t.startObject(1)}static addUnit(t,e){t.addFieldInt16(0,e,p.MILLISECOND)}static endDuration(t){return t.endObject()}static createDuration(t,e){return Ft.startDuration(t),Ft.addUnit(t,e),Ft.endDuration(t)}};var Mt=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 Mt).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsFixedSizeBinary(t,e){return t.setPosition(t.position()+4),(e||new Mt).__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 Mt.startFixedSizeBinary(t),Mt.addByteWidth(t,e),Mt.endFixedSizeBinary(t)}};var Lt=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 Lt).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsFixedSizeList(t,e){return t.setPosition(t.position()+4),(e||new Lt).__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 Lt.startFixedSizeList(t),Lt.addListSize(t,e),Lt.endFixedSizeList(t)}};var Nt=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 Nt).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsFloatingPoint(t,e){return t.setPosition(t.position()+4),(e||new Nt).__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):W.HALF}static startFloatingPoint(t){t.startObject(1)}static addPrecision(t,e){t.addFieldInt16(0,e,W.HALF)}static endFloatingPoint(t){return t.endObject()}static createFloatingPoint(t,e){return Nt.startFloatingPoint(t),Nt.addPrecision(t,e),Nt.endFloatingPoint(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 getRootAsInterval(t,e){return(e||new Et).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsInterval(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):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 Et.startInterval(t),Et.addUnit(t,e),Et.endInterval(t)}};var Te=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 Te).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsLargeBinary(t,e){return t.setPosition(t.position()+4),(e||new Te).__init(t.readInt32(t.position())+t.position(),t)}static startLargeBinary(t){t.startObject(0)}static endLargeBinary(t){return t.endObject()}static createLargeBinary(t){return Te.startLargeBinary(t),Te.endLargeBinary(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 getRootAsLargeUtf8(t,e){return(e||new Oe).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsLargeUtf8(t,e){return t.setPosition(t.position()+4),(e||new Oe).__init(t.readInt32(t.position())+t.position(),t)}static startLargeUtf8(t){t.startObject(0)}static endLargeUtf8(t){return t.endObject()}static createLargeUtf8(t){return Oe.startLargeUtf8(t),Oe.endLargeUtf8(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 getRootAsList(t,e){return(e||new Fe).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsList(t,e){return t.setPosition(t.position()+4),(e||new Fe).__init(t.readInt32(t.position())+t.position(),t)}static startList(t){t.startObject(0)}static endList(t){return t.endObject()}static createList(t){return Fe.startList(t),Fe.endList(t)}};var Ut=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 Ut).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsMap(t,e){return t.setPosition(t.position()+4),(e||new Ut).__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 Ut.startMap(t),Ut.addKeysSorted(t,e),Ut.endMap(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 getRootAsNull(t,e){return(e||new Me).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsNull(t,e){return t.setPosition(t.position()+4),(e||new Me).__init(t.readInt32(t.position())+t.position(),t)}static startNull(t){t.startObject(0)}static endNull(t){return t.endObject()}static createNull(t){return Me.startNull(t),Me.endNull(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 getRootAsStruct_(t,e){return(e||new Le).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsStruct_(t,e){return t.setPosition(t.position()+4),(e||new Le).__init(t.readInt32(t.position())+t.position(),t)}static startStruct_(t){t.startObject(0)}static endStruct_(t){return t.endObject()}static createStruct_(t){return Le.startStruct_(t),Le.endStruct_(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 getRootAsTime(t,e){return(e||new _t).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsTime(t,e){return t.setPosition(t.position()+4),(e||new _t).__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):p.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,p.MILLISECOND)}static addBitWidth(t,e){t.addFieldInt32(1,e,32)}static endTime(t){return t.endObject()}static createTime(t,e,i){return _t.startTime(t),_t.addUnit(t,e),_t.addBitWidth(t,i),_t.endTime(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 getRootAsTimestamp(t,e){return(e||new wt).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsTimestamp(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):p.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,p.SECOND)}static addTimezone(t,e){t.addFieldOffset(1,e,0)}static endTimestamp(t){return t.endObject()}static createTimestamp(t,e,i){return wt.startTimestamp(t),wt.addUnit(t,e),wt.addTimezone(t,i),wt.endTimestamp(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 getRootAsUnion(t,e){return(e||new ht).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsUnion(t,e){return t.setPosition(t.position()+4),(e||new ht).__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):Y.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,Y.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 ht.startUnion(t),ht.addMode(t,e),ht.addTypeIds(t,i),ht.endUnion(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 getRootAsUtf8(t,e){return(e||new Ne).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsUtf8(t,e){return t.setPosition(t.position()+4),(e||new Ne).__init(t.readInt32(t.position())+t.position(),t)}static startUtf8(t){t.startObject(0)}static endUtf8(t){return t.endObject()}static createUtf8(t){return Ne.startUtf8(t),Ne.endUtf8(t)}};var H;(function(r){r[r.NONE=0]="NONE",r[r.Null=1]="Null",r[r.Int=2]="Int",r[r.FloatingPoint=3]="FloatingPoint",r[r.Binary=4]="Binary",r[r.Utf8=5]="Utf8",r[r.Bool=6]="Bool",r[r.Decimal=7]="Decimal",r[r.Date=8]="Date",r[r.Time=9]="Time",r[r.Timestamp=10]="Timestamp",r[r.Interval=11]="Interval",r[r.List=12]="List",r[r.Struct_=13]="Struct_",r[r.Union=14]="Union",r[r.FixedSizeBinary=15]="FixedSizeBinary",r[r.FixedSizeList=16]="FixedSizeList",r[r.Map=17]="Map",r[r.Duration=18]="Duration",r[r.LargeBinary=19]="LargeBinary",r[r.LargeUtf8=20]="LargeUtf8",r[r.LargeList=21]="LargeList",r[r.RunEndEncoded=22]="RunEndEncoded"})(H||(H={}));var 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):H.NONE}type(t){let e=this.bb.__offset(this.bb_pos,10);return e?this.bb.__union(t,this.bb_pos+e):null}dictionary(t){let e=this.bb.__offset(this.bb_pos,12);return e?(t||new Jt).__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 G).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+i)+t*4),this.bb):null}customMetadataLength(){let t=this.bb.__offset(this.bb_pos,16);return t?this.bb.__vector_len(this.bb_pos+t):0}static startField(t){t.startObject(7)}static addName(t,e){t.addFieldOffset(0,e,0)}static addNullable(t,e){t.addFieldInt8(1,+e,0)}static addTypeType(t,e){t.addFieldInt8(2,e,H.NONE)}static addType(t,e){t.addFieldOffset(3,e,0)}static addDictionary(t,e){t.addFieldOffset(4,e,0)}static addChildren(t,e){t.addFieldOffset(5,e,0)}static createChildrenVector(t,e){t.startVector(4,e.length,4);for(let i=e.length-1;i>=0;i--)t.addOffset(e[i]);return t.endVector()}static startChildrenVector(t,e){t.startVector(4,e,4)}static addCustomMetadata(t,e){t.addFieldOffset(6,e,0)}static createCustomMetadataVector(t,e){t.startVector(4,e.length,4);for(let i=e.length-1;i>=0;i--)t.addOffset(e[i]);return t.endVector()}static startCustomMetadataVector(t,e){t.startVector(4,e,4)}static endField(t){return t.endObject()}};var Q=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 Q).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsSchema(t,e){return t.setPosition(t.position()+4),(e||new Q).__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):ir.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 G).__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,ir.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 Q.startSchema(t),Q.addEndianness(t,e),Q.addFields(t,i),Q.addCustomMetadata(t,n),Q.addFeatures(t,s),Q.endSchema(t)}};var U;(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"})(U||(U={}));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 Rt;(function(r){r[r.OFFSET=0]="OFFSET",r[r.DATA=1]="DATA",r[r.VALIDITY=2]="VALIDITY",r[r.TYPE=3]="TYPE"})(Rt||(Rt={}));var Do={};rr(Do,{clampRange:()=>zi,createElementComparator:()=>ar,wrapIndex:()=>vr});var oo={};rr(oo,{valueToString:()=>me});function me(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=>me(t))}]`:`[${r}]`:ArrayBuffer.isView(r)?`[${r}]`:JSON.stringify(r,(t,e)=>typeof e=="bigint"?`${e}`:e)}var uo={};rr(uo,{BN:()=>ur,bigNumToBigInt:()=>Ba,bigNumToNumber:()=>lo,bigNumToString:()=>Jr,isArrowBigNumSymbol:()=>Aa});function C(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 ao(r,t){return C(r/t)+C(r%t)/C(t)}var Aa=Symbol.for("isArrowBigNum");function ye(r,...t){return t.length===0?Object.setPrototypeOf(L(this.TypedArray,r),this.constructor.prototype):Object.setPrototypeOf(new this.TypedArray(r,...t),this.constructor.prototype)}ye.prototype[Aa]=!0;ye.prototype.toJSON=function(){return`"${Jr(this)}"`};ye.prototype.valueOf=function(r){return lo(this,r)};ye.prototype.toString=function(){return Jr(this)};ye.prototype[Symbol.toPrimitive]=function(r="default"){switch(r){case"number":return lo(this);case"string":return Jr(this);case"default":return Ba(this)}return Jr(this)};function Hr(...r){return ye.apply(this,r)}function Gr(...r){return ye.apply(this,r)}function Ci(...r){return ye.apply(this,r)}Object.setPrototypeOf(Hr.prototype,Object.create(Int32Array.prototype));Object.setPrototypeOf(Gr.prototype,Object.create(Uint32Array.prototype));Object.setPrototypeOf(Ci.prototype,Object.create(Uint32Array.prototype));Object.assign(Hr.prototype,ye.prototype,{constructor:Hr,signed:!0,TypedArray:Int32Array,BigIntArray:BigInt64Array});Object.assign(Gr.prototype,ye.prototype,{constructor:Gr,signed:!1,TypedArray:Uint32Array,BigIntArray:BigUint64Array});Object.assign(Ci.prototype,ye.prototype,{constructor:Ci,signed:!0,TypedArray:Uint32Array,BigIntArray:BigUint64Array});var vu=BigInt(4294967296)*BigInt(4294967296),Iu=vu-BigInt(1);function lo(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 d of o)c|=(d^Iu)*(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"){let d=BigInt(Math.pow(10,t)),h=c/d,V=c%d;return C(h)+C(V)/C(d)}return C(c)}function Jr(r){if(r.byteLength===8)return`${new r.BigIntArray(r.buffer,r.byteOffset,1)[0]}`;if(!r.signed)return co(r);let t=new Uint16Array(r.buffer,r.byteOffset,r.byteLength/2);if(new Int16Array([t.at(-1)])[0]>=0)return co(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`-${co(t)}`}function Ba(r){return r.byteLength===8?new r.BigIntArray(r.buffer,r.byteOffset,1)[0]:Jr(r)}function co(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 ur=class{static new(t,e){switch(e){case!0:return new Hr(t);case!1:return new Gr(t)}switch(t.constructor){case Int8Array:case Int16Array:case Int32Array:case BigInt64Array:return new Hr(t)}return t.byteLength===16?new Ci(t):new Gr(t)}static signed(t){return new Hr(t)}static unsigned(t){return new Gr(t)}static decimal(t){return new Ci(t)}constructor(t,e){return ur.new(t,e)}};var Da,xa,Ta,Oa,Fa,Ma,La,Na,Ea,Ua,Ra,Ca,Va,za,Pa,ka,ja,Wa,$a,Ya,Ha,Ga,f=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 f.isUnion(t)&&t.mode===Y.Dense}static isSparseUnion(t){return f.isUnion(t)&&t.mode===Y.Sparse}constructor(t){this.typeId=t}};Da=Symbol.toStringTag;f[Da]=(r=>(r.children=null,r.ArrayType=Array,r.OffsetArrayType=Int32Array,r[Symbol.toStringTag]="DataType"))(f.prototype);var ft=class extends f{constructor(){super(u.Null)}toString(){return"Null"}};xa=Symbol.toStringTag;ft[xa]=(r=>r[Symbol.toStringTag]="Null")(ft.prototype);var et=class extends f{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}`}};Ta=Symbol.toStringTag;et[Ta]=(r=>(r.isSigned=null,r.bitWidth=null,r[Symbol.toStringTag]="Int"))(et.prototype);var dr=class extends et{constructor(){super(!0,8)}get ArrayType(){return Int8Array}},hr=class extends et{constructor(){super(!0,16)}get ArrayType(){return Int16Array}},Zt=class extends et{constructor(){super(!0,32)}get ArrayType(){return Int32Array}},fr=class extends et{constructor(){super(!0,64)}get ArrayType(){return BigInt64Array}},pr=class extends et{constructor(){super(!1,8)}get ArrayType(){return Uint8Array}},mr=class extends et{constructor(){super(!1,16)}get ArrayType(){return Uint16Array}},yr=class extends et{constructor(){super(!1,32)}get ArrayType(){return Uint32Array}},br=class extends et{constructor(){super(!1,64)}get ArrayType(){return BigUint64Array}};Object.defineProperty(dr.prototype,"ArrayType",{value:Int8Array});Object.defineProperty(hr.prototype,"ArrayType",{value:Int16Array});Object.defineProperty(Zt.prototype,"ArrayType",{value:Int32Array});Object.defineProperty(fr.prototype,"ArrayType",{value:BigInt64Array});Object.defineProperty(pr.prototype,"ArrayType",{value:Uint8Array});Object.defineProperty(mr.prototype,"ArrayType",{value:Uint16Array});Object.defineProperty(yr.prototype,"ArrayType",{value:Uint32Array});Object.defineProperty(br.prototype,"ArrayType",{value:BigUint64Array});var Ct=class extends f{constructor(t){super(u.Float),this.precision=t}get ArrayType(){switch(this.precision){case W.HALF:return Uint16Array;case W.SINGLE:return Float32Array;case W.DOUBLE:return Float64Array}throw new Error(`Unrecognized ${this[Symbol.toStringTag]} type`)}toString(){return`Float${this.precision<<5||16}`}};Oa=Symbol.toStringTag;Ct[Oa]=(r=>(r.precision=null,r[Symbol.toStringTag]="Float"))(Ct.prototype);var gr=class extends Ct{constructor(){super(W.HALF)}},_r=class extends Ct{constructor(){super(W.SINGLE)}},wr=class extends Ct{constructor(){super(W.DOUBLE)}};Object.defineProperty(gr.prototype,"ArrayType",{value:Uint16Array});Object.defineProperty(_r.prototype,"ArrayType",{value:Float32Array});Object.defineProperty(wr.prototype,"ArrayType",{value:Float64Array});var re=class extends f{constructor(){super(u.Binary)}toString(){return"Binary"}};Fa=Symbol.toStringTag;re[Fa]=(r=>(r.ArrayType=Uint8Array,r[Symbol.toStringTag]="Binary"))(re.prototype);var Ee=class extends f{constructor(){super(u.LargeBinary)}toString(){return"LargeBinary"}};Ma=Symbol.toStringTag;Ee[Ma]=(r=>(r.ArrayType=Uint8Array,r.OffsetArrayType=BigInt64Array,r[Symbol.toStringTag]="LargeBinary"))(Ee.prototype);var ie=class extends f{constructor(){super(u.Utf8)}toString(){return"Utf8"}};La=Symbol.toStringTag;ie[La]=(r=>(r.ArrayType=Uint8Array,r[Symbol.toStringTag]="Utf8"))(ie.prototype);var Ue=class extends f{constructor(){super(u.LargeUtf8)}toString(){return"LargeUtf8"}};Na=Symbol.toStringTag;Ue[Na]=(r=>(r.ArrayType=Uint8Array,r.OffsetArrayType=BigInt64Array,r[Symbol.toStringTag]="LargeUtf8"))(Ue.prototype);var ne=class extends f{constructor(){super(u.Bool)}toString(){return"Bool"}};Ea=Symbol.toStringTag;ne[Ea]=(r=>(r.ArrayType=Uint8Array,r[Symbol.toStringTag]="Bool"))(ne.prototype);var se=class extends f{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}]`}};Ua=Symbol.toStringTag;se[Ua]=(r=>(r.scale=null,r.precision=null,r.ArrayType=Uint32Array,r[Symbol.toStringTag]="Decimal"))(se.prototype);var Xt=class extends f{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}};Ra=Symbol.toStringTag;Xt[Ra]=(r=>(r.unit=null,r[Symbol.toStringTag]="Date"))(Xt.prototype);var Zr=class extends Xt{constructor(){super(X.DAY)}},Xr=class extends Xt{constructor(){super(X.MILLISECOND)}},Bt=class extends f{constructor(t,e){super(u.Time),this.unit=t,this.bitWidth=e}toString(){return`Time${this.bitWidth}<${p[this.unit]}>`}get ArrayType(){switch(this.bitWidth){case 32:return Int32Array;case 64:return BigInt64Array}throw new Error(`Unrecognized ${this[Symbol.toStringTag]} type`)}};Ca=Symbol.toStringTag;Bt[Ca]=(r=>(r.unit=null,r.bitWidth=null,r[Symbol.toStringTag]="Time"))(Bt.prototype);var qr=class extends Bt{constructor(){super(p.SECOND,32)}},Kr=class extends Bt{constructor(){super(p.MILLISECOND,32)}},Qr=class extends Bt{constructor(){super(p.MICROSECOND,64)}},ti=class extends Bt{constructor(){super(p.NANOSECOND,64)}},Dt=class extends f{constructor(t,e){super(u.Timestamp),this.unit=t,this.timezone=e}toString(){return`Timestamp<${p[this.unit]}${this.timezone?`, ${this.timezone}`:""}>`}};Va=Symbol.toStringTag;Dt[Va]=(r=>(r.unit=null,r.timezone=null,r.ArrayType=BigInt64Array,r[Symbol.toStringTag]="Timestamp"))(Dt.prototype);var ei=class extends Dt{constructor(t){super(p.SECOND,t)}},ri=class extends Dt{constructor(t){super(p.MILLISECOND,t)}},ii=class extends Dt{constructor(t){super(p.MICROSECOND,t)}},ni=class extends Dt{constructor(t){super(p.NANOSECOND,t)}},qt=class extends f{constructor(t){super(u.Interval),this.unit=t}toString(){return`Interval<${tt[this.unit]}>`}};za=Symbol.toStringTag;qt[za]=(r=>(r.unit=null,r.ArrayType=Int32Array,r[Symbol.toStringTag]="Interval"))(qt.prototype);var si=class extends qt{constructor(){super(tt.DAY_TIME)}},oi=class extends qt{constructor(){super(tt.YEAR_MONTH)}},Re=class extends f{constructor(t){super(u.Duration),this.unit=t}toString(){return`Duration<${p[this.unit]}>`}};Pa=Symbol.toStringTag;Re[Pa]=(r=>(r.unit=null,r.ArrayType=BigInt64Array,r[Symbol.toStringTag]="Duration"))(Re.prototype);var Vt=class extends f{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}};ka=Symbol.toStringTag;Vt[ka]=(r=>(r.children=null,r[Symbol.toStringTag]="List"))(Vt.prototype);var j=class extends f{constructor(t){super(u.Struct),this.children=t}toString(){return`Struct<{${this.children.map(t=>`${t.name}:${t.type}`).join(", ")}}>`}};ja=Symbol.toStringTag;j[ja]=(r=>(r.children=null,r[Symbol.toStringTag]="Struct"))(j.prototype);var oe=class extends f{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(" | ")}>`}};Wa=Symbol.toStringTag;oe[Wa]=(r=>(r.mode=null,r.typeIds=null,r.children=null,r.typeIdToChildIndex=null,r.ArrayType=Int8Array,r[Symbol.toStringTag]="Union"))(oe.prototype);var Ce=class extends f{constructor(t){super(u.FixedSizeBinary),this.byteWidth=t}toString(){return`FixedSizeBinary[${this.byteWidth}]`}};$a=Symbol.toStringTag;Ce[$a]=(r=>(r.byteWidth=null,r.ArrayType=Uint8Array,r[Symbol.toStringTag]="FixedSizeBinary"))(Ce.prototype);var vt=class extends f{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}>`}};Ya=Symbol.toStringTag;vt[Ya]=(r=>(r.children=null,r.listSize=null,r[Symbol.toStringTag]="FixedSizeList"))(vt.prototype);var zt=class extends f{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(", ")}}>`}};Ha=Symbol.toStringTag;zt[Ha]=(r=>(r.children=null,r.keysSorted=null,r[Symbol.toStringTag]="Map_"))(zt.prototype);var Su=(r=>()=>++r)(-1),Pt=class extends f{constructor(t,e,i,n){super(u.Dictionary),this.indices=e,this.dictionary=t,this.isOrdered=n||!1,this.id=i==null?Su():C(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}>`}};Ga=Symbol.toStringTag;Pt[Ga]=(r=>(r.id=null,r.indices=null,r.isOrdered=null,r.dictionary=null,r[Symbol.toStringTag]="Dictionary"))(Pt.prototype);function Kt(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 b=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 Au(this,t,e)}getVisitFnByTypeId(t,e=!0){return ai(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 Au(r,t,e=!0){return typeof t=="number"?ai(r,t,e):typeof t=="string"&&t in u?ai(r,u[t],e):t&&t instanceof f?ai(r,Ja(t),e):t?.type&&t.type instanceof f?ai(r,Ja(t.type),e):ai(r,u.NONE,e)}function ai(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 Ja(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 W.HALF:return u.Float16;case W.SINGLE:return u.Float32;case W.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 p.SECOND:return u.TimeSecond;case p.MILLISECOND:return u.TimeMillisecond;case p.MICROSECOND:return u.TimeMicrosecond;case p.NANOSECOND:return u.TimeNanosecond}return u.Time;case u.Timestamp:switch(r.unit){case p.SECOND:return u.TimestampSecond;case p.MILLISECOND:return u.TimestampMillisecond;case p.MICROSECOND:return u.TimestampMicrosecond;case p.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 tt.DAY_TIME:return u.IntervalDayTime;case tt.YEAR_MONTH:return u.IntervalYearMonth}return u.Interval;case u.Duration:switch(r.unit){case p.SECOND:return u.DurationSecond;case p.MILLISECOND:return u.DurationMillisecond;case p.MICROSECOND:return u.DurationMicrosecond;case p.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 Y.Dense:return u.DenseUnion;case Y.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]}'`)}b.prototype.visitInt8=null;b.prototype.visitInt16=null;b.prototype.visitInt32=null;b.prototype.visitInt64=null;b.prototype.visitUint8=null;b.prototype.visitUint16=null;b.prototype.visitUint32=null;b.prototype.visitUint64=null;b.prototype.visitFloat16=null;b.prototype.visitFloat32=null;b.prototype.visitFloat64=null;b.prototype.visitDateDay=null;b.prototype.visitDateMillisecond=null;b.prototype.visitTimestampSecond=null;b.prototype.visitTimestampMillisecond=null;b.prototype.visitTimestampMicrosecond=null;b.prototype.visitTimestampNanosecond=null;b.prototype.visitTimeSecond=null;b.prototype.visitTimeMillisecond=null;b.prototype.visitTimeMicrosecond=null;b.prototype.visitTimeNanosecond=null;b.prototype.visitDenseUnion=null;b.prototype.visitSparseUnion=null;b.prototype.visitIntervalDayTime=null;b.prototype.visitIntervalYearMonth=null;b.prototype.visitDuration=null;b.prototype.visitDurationSecond=null;b.prototype.visitDurationMillisecond=null;b.prototype.visitDurationMicrosecond=null;b.prototype.visitDurationNanosecond=null;var ho={};rr(ho,{float64ToUint16:()=>Vi,uint16ToFloat64:()=>zn});var Za=new Float64Array(1),ci=new Uint32Array(Za.buffer);function zn(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 Vi(r){if(r!==r)return 32256;Za[0]=r;let t=(ci[1]&2147483648)>>16&65535,e=ci[1]&2146435072,i=0;return e>=1089470464?ci[0]>0?e=31744:(e=(e&2080374784)>>16,i=(ci[1]&1048575)>>10):e<=1056964608?(i=1048576+(ci[1]&1048575),i=1048576+(i<<(e>>20)-998)>>21,e=0):(e=e-1056964608>>10,i=(ci[1]&1048575)+512>>10),t|e|i&65535}var I=class extends b{};function D(r){return(t,e,i)=>{if(t.setValid(e,i!=null))return r(t,e,i)}}var Bu=(r,t,e)=>{r[t]=Math.floor(e/864e5)},Xa=(r,t,e,i)=>{if(e+1<t.length){let n=C(t[e]),s=C(t[e+1]);r.set(i.subarray(0,s-n),n)}},Du=({offset:r,values:t},e,i)=>{let n=r+e;i?t[n>>3]|=1<<n%8:t[n>>3]&=~(1<<n%8)},Ye=({values:r},t,e)=>{r[t]=e},fo=({values:r},t,e)=>{r[t]=e},qa=({values:r},t,e)=>{r[t]=Vi(e)},xu=(r,t,e)=>{switch(r.type.precision){case W.HALF:return qa(r,t,e);case W.SINGLE:case W.DOUBLE:return fo(r,t,e)}},Pn=({values:r},t,e)=>{Bu(r,t,e.valueOf())},kn=({values:r},t,e)=>{r[t]=BigInt(e)},po=({stride:r,values:t},e,i)=>{t.set(i.subarray(0,r),r*e)},Ka=({values:r,valueOffsets:t},e,i)=>Xa(r,t,e,i),Qa=({values:r,valueOffsets:t},e,i)=>Xa(r,t,e,Se(i)),mo=(r,t,e)=>{r.type.unit===X.DAY?Pn(r,t,e):kn(r,t,e)},jn=({values:r},t,e)=>{r[t]=BigInt(e/1e3)},Wn=({values:r},t,e)=>{r[t]=BigInt(e)},$n=({values:r},t,e)=>{r[t]=BigInt(e*1e3)},Yn=({values:r},t,e)=>{r[t]=BigInt(e*1e6)},yo=(r,t,e)=>{switch(r.type.unit){case p.SECOND:return jn(r,t,e);case p.MILLISECOND:return Wn(r,t,e);case p.MICROSECOND:return $n(r,t,e);case p.NANOSECOND:return Yn(r,t,e)}},Hn=({values:r},t,e)=>{r[t]=e},Gn=({values:r},t,e)=>{r[t]=e},Jn=({values:r},t,e)=>{r[t]=e},Zn=({values:r},t,e)=>{r[t]=e},bo=(r,t,e)=>{switch(r.type.unit){case p.SECOND:return Hn(r,t,e);case p.MILLISECOND:return Gn(r,t,e);case p.MICROSECOND:return Jn(r,t,e);case p.NANOSECOND:return Zn(r,t,e)}},go=({values:r,stride:t},e,i)=>{r.set(i.subarray(0,t),t*e)},Tu=(r,t,e)=>{let i=r.children[0],n=r.valueOffsets,s=yt.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))},Ou=(r,t,e)=>{let i=r.children[0],{valueOffsets:n}=r,s=yt.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},Fu=(r,t)=>(e,i,n,s)=>i&&e(i,r,t[s]),Mu=(r,t)=>(e,i,n,s)=>i&&e(i,r,t.get(s)),Lu=(r,t)=>(e,i,n,s)=>i&&e(i,r,t.get(n.name)),Nu=(r,t)=>(e,i,n,s)=>i&&e(i,r,t[n.name]),Eu=(r,t,e)=>{let i=r.type.children.map(s=>yt.getVisitFn(s.type)),n=e instanceof Map?Lu(t,e):e instanceof F?Mu(t,e):Array.isArray(e)?Fu(t,e):Nu(t,e);r.type.children.forEach((s,o)=>n(i[o],r.children[o],s,o))},Uu=(r,t,e)=>{r.type.mode===Y.Dense?tc(r,t,e):ec(r,t,e)},tc=(r,t,e)=>{let i=r.type.typeIdToChildIndex[r.typeIds[t]],n=r.children[i];yt.visit(n,r.valueOffsets[t],e)},ec=(r,t,e)=>{let i=r.type.typeIdToChildIndex[r.typeIds[t]],n=r.children[i];yt.visit(n,t,e)},Ru=(r,t,e)=>{var i;(i=r.dictionary)===null||i===void 0||i.set(r.values[t],e)},_o=(r,t,e)=>{r.type.unit===tt.DAY_TIME?Xn(r,t,e):qn(r,t,e)},Xn=({values:r},t,e)=>{r.set(e.subarray(0,2),2*t)},qn=({values:r},t,e)=>{r[t]=e[0]*12+e[1]%12},Kn=({values:r},t,e)=>{r[t]=e},Qn=({values:r},t,e)=>{r[t]=e},ts=({values:r},t,e)=>{r[t]=e},es=({values:r},t,e)=>{r[t]=e},wo=(r,t,e)=>{switch(r.type.unit){case p.SECOND:return Kn(r,t,e);case p.MILLISECOND:return Qn(r,t,e);case p.MICROSECOND:return ts(r,t,e);case p.NANOSECOND:return es(r,t,e)}},Cu=(r,t,e)=>{let{stride:i}=r,n=r.children[0],s=yt.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))};I.prototype.visitBool=D(Du);I.prototype.visitInt=D(Ye);I.prototype.visitInt8=D(Ye);I.prototype.visitInt16=D(Ye);I.prototype.visitInt32=D(Ye);I.prototype.visitInt64=D(Ye);I.prototype.visitUint8=D(Ye);I.prototype.visitUint16=D(Ye);I.prototype.visitUint32=D(Ye);I.prototype.visitUint64=D(Ye);I.prototype.visitFloat=D(xu);I.prototype.visitFloat16=D(qa);I.prototype.visitFloat32=D(fo);I.prototype.visitFloat64=D(fo);I.prototype.visitUtf8=D(Qa);I.prototype.visitLargeUtf8=D(Qa);I.prototype.visitBinary=D(Ka);I.prototype.visitLargeBinary=D(Ka);I.prototype.visitFixedSizeBinary=D(po);I.prototype.visitDate=D(mo);I.prototype.visitDateDay=D(Pn);I.prototype.visitDateMillisecond=D(kn);I.prototype.visitTimestamp=D(yo);I.prototype.visitTimestampSecond=D(jn);I.prototype.visitTimestampMillisecond=D(Wn);I.prototype.visitTimestampMicrosecond=D($n);I.prototype.visitTimestampNanosecond=D(Yn);I.prototype.visitTime=D(bo);I.prototype.visitTimeSecond=D(Hn);I.prototype.visitTimeMillisecond=D(Gn);I.prototype.visitTimeMicrosecond=D(Jn);I.prototype.visitTimeNanosecond=D(Zn);I.prototype.visitDecimal=D(go);I.prototype.visitList=D(Tu);I.prototype.visitStruct=D(Eu);I.prototype.visitUnion=D(Uu);I.prototype.visitDenseUnion=D(tc);I.prototype.visitSparseUnion=D(ec);I.prototype.visitDictionary=D(Ru);I.prototype.visitInterval=D(_o);I.prototype.visitIntervalDayTime=D(Xn);I.prototype.visitIntervalYearMonth=D(qn);I.prototype.visitDuration=D(wo);I.prototype.visitDurationSecond=D(Kn);I.prototype.visitDurationMillisecond=D(Qn);I.prototype.visitDurationMicrosecond=D(ts);I.prototype.visitDurationNanosecond=D(es);I.prototype.visitFixedSizeList=D(Cu);I.prototype.visitMap=D(Ou);var yt=new I;var be=Symbol.for("parent"),li=Symbol.for("rowIndex"),nr=class{constructor(t,e){return this[be]=t,this[li]=e,new Proxy(this,new Io)}toArray(){return Object.values(this.toJSON())}toJSON(){let t=this[li],e=this[be],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])=>`${me(t)}: ${me(e)}`).join(", ")}}`}[Symbol.for("nodejs.util.inspect.custom")](){return this.toString()}[Symbol.iterator](){return new vo(this[be],this[li])}},vo=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(nr.prototype,{[Symbol.toStringTag]:{enumerable:!1,configurable:!1,value:"Row"},[be]:{writable:!0,enumerable:!1,configurable:!1,value:null},[li]:{writable:!0,enumerable:!1,configurable:!1,value:-1}});var Io=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.findIndex(i=>i.name===e)!==-1}getOwnPropertyDescriptor(t,e){if(t[be].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[be].type.children.findIndex(n=>n.name===e);if(i!==-1){let n=ot.visit(t[be].children[i],t[li]);return Reflect.set(t,e,n),n}}set(t,e,i){let n=t[be].type.children.findIndex(s=>s.name===e);return n!==-1?(yt.visit(t[be].children[n],t[li],i),Reflect.set(t,e,i)):Reflect.has(t,e)||typeof e=="symbol"?Reflect.set(t,e,i):!1}};var g=class extends b{};function A(r){return(t,e)=>t.getValid(e)?r(t,e):null}var Vu=(r,t)=>864e5*r[t],zu=(r,t)=>null,rc=(r,t,e)=>{if(e+1>=t.length)return null;let i=C(t[e]),n=C(t[e+1]);return r.subarray(i,n)},Pu=({offset:r,values:t},e)=>{let i=r+e;return(t[i>>3]&1<<i%8)!==0},ic=({values:r},t)=>Vu(r,t),nc=({values:r},t)=>C(r[t]),sr=({stride:r,values:t},e)=>t[r*e],ku=({stride:r,values:t},e)=>zn(t[r*e]),sc=({values:r},t)=>r[t],ju=({stride:r,values:t},e)=>t.subarray(r*e,r*(e+1)),oc=({values:r,valueOffsets:t},e)=>rc(r,t,e),ac=({values:r,valueOffsets:t},e)=>{let i=rc(r,t,e);return i!==null?Fi(i):null},Wu=({values:r},t)=>r[t],$u=({type:r,values:t},e)=>r.precision!==W.HALF?t[e]:zn(t[e]),Yu=(r,t)=>r.type.unit===X.DAY?ic(r,t):nc(r,t),cc=({values:r},t)=>1e3*C(r[t]),lc=({values:r},t)=>C(r[t]),uc=({values:r},t)=>ao(r[t],BigInt(1e3)),dc=({values:r},t)=>ao(r[t],BigInt(1e6)),Hu=(r,t)=>{switch(r.type.unit){case p.SECOND:return cc(r,t);case p.MILLISECOND:return lc(r,t);case p.MICROSECOND:return uc(r,t);case p.NANOSECOND:return dc(r,t)}},hc=({values:r},t)=>r[t],fc=({values:r},t)=>r[t],pc=({values:r},t)=>r[t],mc=({values:r},t)=>r[t],Gu=(r,t)=>{switch(r.type.unit){case p.SECOND:return hc(r,t);case p.MILLISECOND:return fc(r,t);case p.MICROSECOND:return pc(r,t);case p.NANOSECOND:return mc(r,t)}},Ju=({values:r,stride:t},e)=>ur.decimal(r.subarray(t*e,t*(e+1))),Zu=(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 F([c])},Xu=(r,t)=>{let{valueOffsets:e,children:i}=r,{[t]:n,[t+1]:s}=e,o=i[0];return new Ve(o.slice(n,s-n))},qu=(r,t)=>new nr(r,t),Ku=(r,t)=>r.type.mode===Y.Dense?yc(r,t):bc(r,t),yc=(r,t)=>{let e=r.type.typeIdToChildIndex[r.typeIds[t]],i=r.children[e];return ot.visit(i,r.valueOffsets[t])},bc=(r,t)=>{let e=r.type.typeIdToChildIndex[r.typeIds[t]],i=r.children[e];return ot.visit(i,t)},Qu=(r,t)=>{var e;return(e=r.dictionary)===null||e===void 0?void 0:e.get(r.values[t])},td=(r,t)=>r.type.unit===tt.DAY_TIME?gc(r,t):_c(r,t),gc=({values:r},t)=>r.subarray(2*t,2*(t+1)),_c=({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},wc=({values:r},t)=>r[t],vc=({values:r},t)=>r[t],Ic=({values:r},t)=>r[t],Sc=({values:r},t)=>r[t],ed=(r,t)=>{switch(r.type.unit){case p.SECOND:return wc(r,t);case p.MILLISECOND:return vc(r,t);case p.MICROSECOND:return Ic(r,t);case p.NANOSECOND:return Sc(r,t)}},rd=(r,t)=>{let{stride:e,children:i}=r,s=i[0].slice(t*e,e);return new F([s])};g.prototype.visitNull=A(zu);g.prototype.visitBool=A(Pu);g.prototype.visitInt=A(Wu);g.prototype.visitInt8=A(sr);g.prototype.visitInt16=A(sr);g.prototype.visitInt32=A(sr);g.prototype.visitInt64=A(sc);g.prototype.visitUint8=A(sr);g.prototype.visitUint16=A(sr);g.prototype.visitUint32=A(sr);g.prototype.visitUint64=A(sc);g.prototype.visitFloat=A($u);g.prototype.visitFloat16=A(ku);g.prototype.visitFloat32=A(sr);g.prototype.visitFloat64=A(sr);g.prototype.visitUtf8=A(ac);g.prototype.visitLargeUtf8=A(ac);g.prototype.visitBinary=A(oc);g.prototype.visitLargeBinary=A(oc);g.prototype.visitFixedSizeBinary=A(ju);g.prototype.visitDate=A(Yu);g.prototype.visitDateDay=A(ic);g.prototype.visitDateMillisecond=A(nc);g.prototype.visitTimestamp=A(Hu);g.prototype.visitTimestampSecond=A(cc);g.prototype.visitTimestampMillisecond=A(lc);g.prototype.visitTimestampMicrosecond=A(uc);g.prototype.visitTimestampNanosecond=A(dc);g.prototype.visitTime=A(Gu);g.prototype.visitTimeSecond=A(hc);g.prototype.visitTimeMillisecond=A(fc);g.prototype.visitTimeMicrosecond=A(pc);g.prototype.visitTimeNanosecond=A(mc);g.prototype.visitDecimal=A(Ju);g.prototype.visitList=A(Zu);g.prototype.visitStruct=A(qu);g.prototype.visitUnion=A(Ku);g.prototype.visitDenseUnion=A(yc);g.prototype.visitSparseUnion=A(bc);g.prototype.visitDictionary=A(Qu);g.prototype.visitInterval=A(td);g.prototype.visitIntervalDayTime=A(gc);g.prototype.visitIntervalYearMonth=A(_c);g.prototype.visitDuration=A(ed);g.prototype.visitDurationSecond=A(wc);g.prototype.visitDurationMillisecond=A(vc);g.prototype.visitDurationMicrosecond=A(Ic);g.prototype.visitDurationNanosecond=A(Sc);g.prototype.visitFixedSizeList=A(rd);g.prototype.visitMap=A(Xu);var ot=new g;var or=Symbol.for("keys"),di=Symbol.for("vals"),ui=Symbol.for("kKeysAsStrings"),So=Symbol.for("_kKeysAsStrings"),Ve=class{constructor(t){return this[or]=new F([t.children[0]]).memoize(),this[di]=t.children[1],new Proxy(this,new Bo)}get[ui](){return this[So]||(this[So]=Array.from(this[or].toArray(),String))}[Symbol.iterator](){return new Ao(this[or],this[di])}get size(){return this[or].length}toArray(){return Object.values(this.toJSON())}toJSON(){let t=this[or],e=this[di],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])=>`${me(t)}: ${me(e)}`).join(", ")}}`}[Symbol.for("nodejs.util.inspect.custom")](){return this.toString()}},Ao=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)]})}},Bo=class{isExtensible(){return!1}deleteProperty(){return!1}preventExtensions(){return!0}ownKeys(t){return t[ui]}has(t,e){return t[ui].includes(e)}getOwnPropertyDescriptor(t,e){if(t[ui].indexOf(e)!==-1)return{writable:!0,enumerable:!0,configurable:!0}}get(t,e){if(Reflect.has(t,e))return t[e];let i=t[ui].indexOf(e);if(i!==-1){let n=ot.visit(Reflect.get(t,di),i);return Reflect.set(t,e,n),n}}set(t,e,i){let n=t[ui].indexOf(e);return n!==-1?(yt.visit(Reflect.get(t,di),n,i),Reflect.set(t,e,i)):Reflect.has(t,e)?Reflect.set(t,e,i):!1}};Object.defineProperties(Ve.prototype,{[Symbol.toStringTag]:{enumerable:!1,configurable:!1,value:"Row"},[or]:{writable:!0,enumerable:!1,configurable:!1,value:null},[di]:{writable:!0,enumerable:!1,configurable:!1,value:null},[So]:{writable:!0,enumerable:!1,configurable:!1,value:null}});var Ac;function zi(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&&(Ac=s,s=o,o=Ac),o>n&&(o=n),i?i(r,s,o):[s,o]}var vr=(r,t)=>r<0?t+r:r,Bc=r=>r!==r;function ar(r){if(typeof r!=="object"||r===null)return Bc(r)?Bc: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?ro(r,e):!1:r instanceof Map?nd(r):Array.isArray(r)?id(r):r instanceof F?sd(r):od(r,!0)}function id(r){let t=[];for(let e=-1,i=r.length;++e<i;)t[e]=ar(r[e]);return rs(t)}function nd(r){let t=-1,e=[];for(let i of r.values())e[++t]=ar(i);return rs(e)}function sd(r){let t=[];for(let e=-1,i=r.length;++e<i;)t[e]=ar(r.get(e));return rs(t)}function od(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]=ar(r[e[n]]);return rs(i,e)}function rs(r,t){return e=>{if(!e||typeof e!="object")return!1;switch(e.constructor){case Array:return ad(r,e);case Map:return Dc(r,e,e.keys());case Ve:case nr:case Object:case void 0:return Dc(r,e,t||Object.keys(e))}return e instanceof F?cd(r,e):!1}}function ad(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 cd(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 Dc(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(),d=n.next();for(;o<a&&!l.done&&!d.done&&!c.done&&!(l.value!==d.value||!r[o](c.value));++o,l=i.next(),d=n.next(),c=s.next());return o===a&&l.done&&d.done&&c.done?!0:(i.return&&i.return(),n.return&&n.return(),s.return&&s.return(),!1)}var xo={};rr(xo,{BitIterator:()=>Ir,getBit:()=>xc,getBool:()=>ns,packBools:()=>Ar,popcnt_array:()=>Tc,popcnt_bit_range:()=>Pi,popcnt_uint32:()=>is,setBool:()=>ld,truncateBitmap:()=>Sr});function ns(r,t,e,i){return(e&1<<i)!==0}function xc(r,t,e,i){return(e&1<<i)>>i}function ld(r,t,e){return e?!!(r[t>>3]|=1<<t%8)||!0:!(r[t>>3]&=~(1<<t%8))&&!1}function Sr(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):Ar(new Ir(e,r,t,null,ns)).subarray(0,i)),n}return e}function Ar(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 Ir=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 Pi(r,t,e){if(e-t<=0)return 0;if(e-t<8){let s=0;for(let o of new Ir(r,t,e-t,r,xc))s+=o;return s}let i=e>>3<<3,n=t+(t%8===0?0:8-t%8);return Pi(r,t,n)+Pi(r,i,e)+Tc(r,n>>3,i-n>>3)}function Tc(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+=is(s.getUint32(n)),n+=4;for(;o-n>=2;)i+=is(s.getUint16(n)),n+=2;for(;o-n>=1;)i+=is(s.getUint8(n)),n+=1;return i}function is(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 ud=-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 f.isSparseUnion(t)?this.children.some(e=>e.nullable):f.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(f.isUnion(this.type))return this.children.reduce((i,n)=>i+n.nullCount,0);let t=this._nullCount,e;return t<=ud&&(e=this.nullBitmap)&&(this._nullCount=t=e.length===0?0:this.length-Pi(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 N?(this.stride=s.stride,this.values=s.values,this.typeIds=s.typeIds,this.nullBitmap=s.nullBitmap,this.valueOffsets=s.valueOffsets):(this.stride=Kt(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(f.isUnion(e)){let i=e,n=this.children[i.typeIdToChildIndex[this.typeIds[t]]],s=i.mode===Y.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(f.isUnion(n)){let s=n,o=this.children[s.typeIdToChildIndex[this.typeIds[t]]],a=s.mode===Y.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,d=c>>3;(!s||s.byteLength<=d)&&(s=new Uint8Array((o+a+63&-64)>>3).fill(255),this.nullCount>0?(s.set(Sr(o,a,this.nullBitmap),0),Object.assign(this,{nullBitmap:s})):Object.assign(this,{nullBitmap:s,_nullCount:0}));let h=s[d];i=(h&l)!==0,s[d]=e?h|l:h&~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 N(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(Sr(this.offset,e,this.nullBitmap),0);let s=this.buffers;return s[Rt.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[Rt.TYPE])&&(o[Rt.TYPE]=s.subarray(t,t+e)),(s=o[Rt.OFFSET])&&(o[Rt.OFFSET]=s.subarray(t,t+e+1))||(s=o[Rt.DATA])&&(o[Rt.DATA]=n===6?s:s.subarray(i*t,i*(t+e))),o}_sliceChildren(t,e,i){return t.map(n=>n.slice(e,i))}};N.prototype.children=Object.freeze([]);var Br=class extends b{visit(t){return this.getVisitFn(t.type).call(this,t)}visitNull(t){let{["type"]:e,["offset"]:i=0,["length"]:n=0}=t;return new N(e,i,n,n)}visitBool(t){let{["type"]:e,["offset"]:i=0}=t,n=S(t.nullBitmap),s=L(e.ArrayType,t.data),{["length"]:o=s.length>>3,["nullCount"]:a=t.nullBitmap?-1:0}=t;return new N(e,i,o,a,[void 0,s,n])}visitInt(t){let{["type"]:e,["offset"]:i=0}=t,n=S(t.nullBitmap),s=L(e.ArrayType,t.data),{["length"]:o=s.length,["nullCount"]:a=t.nullBitmap?-1:0}=t;return new N(e,i,o,a,[void 0,s,n])}visitFloat(t){let{["type"]:e,["offset"]:i=0}=t,n=S(t.nullBitmap),s=L(e.ArrayType,t.data),{["length"]:o=s.length,["nullCount"]:a=t.nullBitmap?-1:0}=t;return new N(e,i,o,a,[void 0,s,n])}visitUtf8(t){let{["type"]:e,["offset"]:i=0}=t,n=S(t.data),s=S(t.nullBitmap),o=lr(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new N(e,i,a,c,[o,n,s])}visitLargeUtf8(t){let{["type"]:e,["offset"]:i=0}=t,n=S(t.data),s=S(t.nullBitmap),o=Nn(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new N(e,i,a,c,[o,n,s])}visitBinary(t){let{["type"]:e,["offset"]:i=0}=t,n=S(t.data),s=S(t.nullBitmap),o=lr(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new N(e,i,a,c,[o,n,s])}visitLargeBinary(t){let{["type"]:e,["offset"]:i=0}=t,n=S(t.data),s=S(t.nullBitmap),o=Nn(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new N(e,i,a,c,[o,n,s])}visitFixedSizeBinary(t){let{["type"]:e,["offset"]:i=0}=t,n=S(t.nullBitmap),s=L(e.ArrayType,t.data),{["length"]:o=s.length/Kt(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new N(e,i,o,a,[void 0,s,n])}visitDate(t){let{["type"]:e,["offset"]:i=0}=t,n=S(t.nullBitmap),s=L(e.ArrayType,t.data),{["length"]:o=s.length/Kt(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new N(e,i,o,a,[void 0,s,n])}visitTimestamp(t){let{["type"]:e,["offset"]:i=0}=t,n=S(t.nullBitmap),s=L(e.ArrayType,t.data),{["length"]:o=s.length/Kt(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new N(e,i,o,a,[void 0,s,n])}visitTime(t){let{["type"]:e,["offset"]:i=0}=t,n=S(t.nullBitmap),s=L(e.ArrayType,t.data),{["length"]:o=s.length/Kt(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new N(e,i,o,a,[void 0,s,n])}visitDecimal(t){let{["type"]:e,["offset"]:i=0}=t,n=S(t.nullBitmap),s=L(e.ArrayType,t.data),{["length"]:o=s.length/Kt(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new N(e,i,o,a,[void 0,s,n])}visitList(t){let{["type"]:e,["offset"]:i=0,["child"]:n}=t,s=S(t.nullBitmap),o=lr(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new N(e,i,a,c,[o,void 0,s],[n])}visitStruct(t){let{["type"]:e,["offset"]:i=0,["children"]:n=[]}=t,s=S(t.nullBitmap),{length:o=n.reduce((c,{length:l})=>Math.max(c,l),0),nullCount:a=t.nullBitmap?-1:0}=t;return new N(e,i,o,a,[void 0,void 0,s],n)}visitUnion(t){let{["type"]:e,["offset"]:i=0,["children"]:n=[]}=t,s=L(e.ArrayType,t.typeIds),{["length"]:o=s.length,["nullCount"]:a=-1}=t;if(f.isSparseUnion(e))return new N(e,i,o,a,[void 0,void 0,void 0,s],n);let c=lr(t.valueOffsets);return new N(e,i,o,a,[c,void 0,void 0,s],n)}visitDictionary(t){let{["type"]:e,["offset"]:i=0}=t,n=S(t.nullBitmap),s=L(e.indices.ArrayType,t.data),{["dictionary"]:o=new F([new Br().visit({type:e.dictionary})])}=t,{["length"]:a=s.length,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new N(e,i,a,c,[void 0,s,n],[],o)}visitInterval(t){let{["type"]:e,["offset"]:i=0}=t,n=S(t.nullBitmap),s=L(e.ArrayType,t.data),{["length"]:o=s.length/Kt(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new N(e,i,o,a,[void 0,s,n])}visitDuration(t){let{["type"]:e,["offset"]:i=0}=t,n=S(t.nullBitmap),s=L(e.ArrayType,t.data),{["length"]:o=s.length,["nullCount"]:a=t.nullBitmap?-1:0}=t;return new N(e,i,o,a,[void 0,s,n])}visitFixedSizeList(t){let{["type"]:e,["offset"]:i=0,["child"]:n=new Br().visit({type:e.valueType})}=t,s=S(t.nullBitmap),{["length"]:o=n.length/Kt(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new N(e,i,o,a,[void 0,void 0,s],[n])}visitMap(t){let{["type"]:e,["offset"]:i=0,["child"]:n=new Br().visit({type:e.childType})}=t,s=S(t.nullBitmap),o=lr(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new N(e,i,a,c,[o,void 0,s],[n])}},dd=new Br;function x(r){return dd.visit(r)}var ki=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 Oc(r){return r.some(t=>t.nullable)}function ss(r){return r.reduce((t,e)=>t+e.nullCount,0)}function os(r){return r.reduce((t,e,i)=>(t[i+1]=t[i]+e.length,t),new Uint32Array(r.length+1))}function as(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 d=Math.max(0,e-c),h=Math.min(i-c,l);n.push(a.slice(d,h-d))}return n.length===0&&n.push(r[0].slice(0,0)),n}function To(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 ji(r,t){return r.getValid(t)}function hi(r){function t(e,i,n){return r(e[i],n)}return function(e){let i=this.data;return To(i,this._offsets,e,t)}}function cs(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=To(s,this._offsets,i,e);return t=void 0,o}}function ls(r){let t;function e(i,n,s){let o=s,a=0,c=0;for(let l=n-1,d=i.length;++l<d;){let h=i[l];if(~(a=r(h,t,o)))return c+a;o=0,c+=h.length}return-1}return function(i,n){t=i;let s=this.data,o=typeof n!="number"?e(s,0,0):To(s,this._offsets,n,e);return t=void 0,o}}var _=class extends b{};function hd(r,t){return t===null&&r.length>0?0:-1}function fd(r,t){let{nullBitmap:e}=r;if(!e||r.nullCount<=0)return-1;let i=0;for(let n of new Ir(e,r.offset+(t||0),r.length,e,ns)){if(!n)return i;++i}return-1}function O(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 fd(r,e)}let i=ot.getVisitFn(r),n=ar(t);for(let s=(e||0)-1,o=r.length;++s<o;)if(n(i(r,s)))return s;return-1}function Fc(r,t,e){let i=ot.getVisitFn(r),n=ar(t);for(let s=(e||0)-1,o=r.length;++s<o;)if(n(i(r,s)))return s;return-1}_.prototype.visitNull=hd;_.prototype.visitBool=O;_.prototype.visitInt=O;_.prototype.visitInt8=O;_.prototype.visitInt16=O;_.prototype.visitInt32=O;_.prototype.visitInt64=O;_.prototype.visitUint8=O;_.prototype.visitUint16=O;_.prototype.visitUint32=O;_.prototype.visitUint64=O;_.prototype.visitFloat=O;_.prototype.visitFloat16=O;_.prototype.visitFloat32=O;_.prototype.visitFloat64=O;_.prototype.visitUtf8=O;_.prototype.visitLargeUtf8=O;_.prototype.visitBinary=O;_.prototype.visitLargeBinary=O;_.prototype.visitFixedSizeBinary=O;_.prototype.visitDate=O;_.prototype.visitDateDay=O;_.prototype.visitDateMillisecond=O;_.prototype.visitTimestamp=O;_.prototype.visitTimestampSecond=O;_.prototype.visitTimestampMillisecond=O;_.prototype.visitTimestampMicrosecond=O;_.prototype.visitTimestampNanosecond=O;_.prototype.visitTime=O;_.prototype.visitTimeSecond=O;_.prototype.visitTimeMillisecond=O;_.prototype.visitTimeMicrosecond=O;_.prototype.visitTimeNanosecond=O;_.prototype.visitDecimal=O;_.prototype.visitList=O;_.prototype.visitStruct=O;_.prototype.visitUnion=O;_.prototype.visitDenseUnion=Fc;_.prototype.visitSparseUnion=Fc;_.prototype.visitDictionary=O;_.prototype.visitInterval=O;_.prototype.visitIntervalDayTime=O;_.prototype.visitIntervalYearMonth=O;_.prototype.visitDuration=O;_.prototype.visitDurationSecond=O;_.prototype.visitDurationMillisecond=O;_.prototype.visitDurationMicrosecond=O;_.prototype.visitDurationNanosecond=O;_.prototype.visitFixedSizeList=O;_.prototype.visitMap=O;var Dr=new _;var w=class extends b{};function B(r){let{type:t}=r;if(r.nullCount===0&&r.stride===1&&(f.isInt(t)&&t.bitWidth!==64||f.isTime(t)&&t.bitWidth!==64||f.isFloat(t)&&t.precision!==W.HALF))return new ki(r.data.length,i=>{let n=r.data[i];return n.values.subarray(0,n.length)[Symbol.iterator]()});let e=0;return new ki(r.data.length,i=>{let s=r.data[i].length,o=r.slice(e,e+s);return e+=s,new Oo(o)})}var Oo=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}};w.prototype.visitNull=B;w.prototype.visitBool=B;w.prototype.visitInt=B;w.prototype.visitInt8=B;w.prototype.visitInt16=B;w.prototype.visitInt32=B;w.prototype.visitInt64=B;w.prototype.visitUint8=B;w.prototype.visitUint16=B;w.prototype.visitUint32=B;w.prototype.visitUint64=B;w.prototype.visitFloat=B;w.prototype.visitFloat16=B;w.prototype.visitFloat32=B;w.prototype.visitFloat64=B;w.prototype.visitUtf8=B;w.prototype.visitLargeUtf8=B;w.prototype.visitBinary=B;w.prototype.visitLargeBinary=B;w.prototype.visitFixedSizeBinary=B;w.prototype.visitDate=B;w.prototype.visitDateDay=B;w.prototype.visitDateMillisecond=B;w.prototype.visitTimestamp=B;w.prototype.visitTimestampSecond=B;w.prototype.visitTimestampMillisecond=B;w.prototype.visitTimestampMicrosecond=B;w.prototype.visitTimestampNanosecond=B;w.prototype.visitTime=B;w.prototype.visitTimeSecond=B;w.prototype.visitTimeMillisecond=B;w.prototype.visitTimeMicrosecond=B;w.prototype.visitTimeNanosecond=B;w.prototype.visitDecimal=B;w.prototype.visitList=B;w.prototype.visitStruct=B;w.prototype.visitUnion=B;w.prototype.visitDenseUnion=B;w.prototype.visitSparseUnion=B;w.prototype.visitDictionary=B;w.prototype.visitInterval=B;w.prototype.visitIntervalDayTime=B;w.prototype.visitIntervalYearMonth=B;w.prototype.visitDuration=B;w.prototype.visitDurationSecond=B;w.prototype.visitDurationMillisecond=B;w.prototype.visitDurationMicrosecond=B;w.prototype.visitDurationNanosecond=B;w.prototype.visitFixedSizeList=B;w.prototype.visitMap=B;var fi=new w;var Mc,Lc={},Nc={},F=class{constructor(t){var e,i,n;let s=t[0]instanceof F?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}=Lc[o.typeId],d=s[0];this.isValid=h=>ji(d,h),this.get=h=>a(d,h),this.set=(h,V)=>c(d,h,V),this.indexOf=h=>l(d,h),this._offsets=[0,d.length];break}default:Object.setPrototypeOf(this,Nc[o.typeId]),this._offsets=os(s);break}this.data=s,this.type=o,this.stride=Kt(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 Oc(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(vr(t,this.length))}set(t,e){}indexOf(t,e){return-1}includes(t,e){return this.indexOf(t,e)>-1}[Symbol.iterator](){return fi.visit(this)}concat(...t){return new F(this.data.concat(t.flatMap(e=>e.data).flat(Number.POSITIVE_INFINITY)))}slice(t,e){return new F(zi(this,t,e,({data:i,_offsets:n},s,o)=>as(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 F(this.data.map(({children:e})=>e[t])):null}get isMemoized(){return f.isDictionary(this.type)?this.data[0].dictionary.isMemoized:!1}memoize(){if(f.isDictionary(this.type)){let t=new pi(this.data[0].dictionary),e=this.data.map(i=>{let n=i.clone();return n.dictionary=t,n});return new F(e)}return new pi(this)}unmemoize(){if(f.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 F(e)}return this}};Mc=Symbol.toStringTag;F[Mc]=(r=>{r.type=f.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=yt.getVisitFnByTypeId(e),s=Dr.getVisitFnByTypeId(e);Lc[e]={get:i,set:n,indexOf:s},Nc[e]=Object.create(r,{isValid:{value:hi(ji)},get:{value:hi(ot.getVisitFnByTypeId(e))},set:{value:cs(yt.getVisitFnByTypeId(e))},indexOf:{value:ls(Dr.getVisitFnByTypeId(e))}})}return"Vector"})(F.prototype);var pi=class extends F{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 pi(n.call(this,o,a))}),Object.defineProperty(this,"isMemoized",{value:!0}),Object.defineProperty(this,"unmemoize",{value:()=>new F(this.data)}),Object.defineProperty(this,"memoize",{value:()=>this})}};function Ec(r){if(!r||r.length<=0)return function(n){return!0};let t="",e=r.filter(i=>i===i);return e.length>0&&(t=`
|
|
10
10
|
switch (x) {${e.map(i=>`
|
|
11
|
-
case ${
|
|
11
|
+
case ${pd(i)}:`).join("")}
|
|
12
12
|
return false;
|
|
13
13
|
}`),r.length!==e.length&&(t=`if (x !== x) return false;
|
|
14
14
|
${t}`),new Function("x",`${t}
|
|
15
|
-
return true;`)}function fd(r){return typeof r!="bigint"?me(r):`${me(r)}n`}function Oo(r,t){let e=Math.ceil(r)*t-1;return(e-e%64+64||64)/t}function Ec(r,t=0){return r.length>=t?r.subarray(0,t):Mi(new r.constructor(t),r,0)}var ge=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?Oo(i*1,this.BYTES_PER_ELEMENT):Oo(i*2,this.BYTES_PER_ELEMENT))}return this}flush(t=this.length){t=Oo(t*this.stride,this.BYTES_PER_ELEMENT);let e=Ec(this.buffer,t);return this.clear(),e}clear(){return this.length=0,this.buffer=new this.ArrayType,this}_resize(t){return this.buffer=Ec(this.buffer,t)}},We=class extends ge{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}},mi=class extends We{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()}},yi=class extends We{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=Kt(t),this._nulls=new mi,e&&e.length>0&&(this._isValid=Lc(e))}toVector(){return new F([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:d,_nulls:h}=this;(e=c?.flush(o))?n=l?.flush(o):(n=l?.flush(o))?t=d?.flush(l.last()):t=d?.flush(o),a>0&&(i=h?.flush(o));let V=this.children.map(R=>R.flush());return this.clear(),x({type:s,length:o,nullCount:a,children:V,child:V[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 ot=class extends q{constructor(t){super(t),this._values=new We(this.ArrayType,0,this.stride)}setValue(t,e){let i=this._values;return i.reserve(t-i.length+1),super.setValue(t,e)}},kt=class extends q{constructor(t){super(t),this._pendingLength=0,this._offsets=new yi(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 Ce?e[ir].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 Ar=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 It=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 It).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsFooter(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):P.V1}schema(t){let e=this.bb.__offset(this.bb_pos,6);return e?(t||new K).__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 Ar).__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 Ar).__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 G).__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,P.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 E=class{constructor(t=[],e,i,n=P.V5){this.fields=t||[],this.metadata=e||new Map,i||(i=Fo(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 E(i,this.metadata)}selectAt(t){let e=t.map(i=>this.fields[i]).filter(Boolean);return new E(e,this.metadata)}assign(...t){let e=t[0]instanceof E?t[0]:Array.isArray(t[0])?new E(t[0]):new E(t),i=[...this.fields],n=ls(ls(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:ls(ls(new Map,i[c].metadata),a.metadata)}))&&!1:!0}),o=Fo(s,new Map);return new E([...i,...s],n,new Map([...this.dictionaries,...o]))}};E.prototype.fields=null;E.prototype.metadata=null;E.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 ls(r,t){return new Map([...r||new Map,...t||new Map])}function Fo(r,t=new Map){for(let e=-1,i=r.length;++e<i;){let s=r[e].type;if(f.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&&Fo(s.children,t)}return t}var pd=ke,md=At,$e=class{static decode(t){t=new md(S(t));let e=It.getRootAsFooter(t),i=E.decode(e.schema(),new Map,e.version());return new Mo(i,e)}static encode(t){let e=new pd,i=E.encode(e,t.schema);It.startRecordBatchesVector(e,t.numRecordBatches);for(let o of[...t.recordBatches()].slice().reverse())_e.encode(e,o);let n=e.endVector();It.startDictionariesVector(e,t.numDictionaries);for(let o of[...t.dictionaryBatches()].slice().reverse())_e.encode(e,o);let s=e.endVector();return It.startFooter(e),It.addSchema(e,i),It.addVersion(e,P.V5),It.addRecordBatches(e,n),It.addDictionaries(e,s),It.finishFooterBuffer(e,It.endFooter(e)),e.asUint8Array()}get numRecordBatches(){return this._recordBatches.length}get numDictionaries(){return this._dictionaryBatches.length}constructor(t,e=P.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 Mo=class extends $e{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 _e.decode(e)}return null}getDictionaryBatch(t){if(t>=0&&t<this.numDictionaries){let e=this._footer.dictionaries(t);if(e)return _e.decode(e)}return null}},_e=class{static decode(t){return new _e(t.metaDataLength(),t.bodyLength(),t.offset())}static encode(t,e){let{metaDataLength:i}=e,n=BigInt(e.offset),s=BigInt(e.bodyLength);return Ar.createBlock(t,n,i,s)}constructor(t,e,i){this.metaDataLength=t,this.offset=C(i),this.bodyLength=C(e)}};var J=Object.freeze({done:!0,value:void 0}),ji=class{constructor(t){this._json=t}get schema(){return this._json.schema}get batches(){return this._json.batches||[]}get dictionaries(){return this._json.dictionaries||[]}},Br=class{tee(){return this._getDOMStream().tee()}pipe(t,e){return this._getNodeStream().pipe(t,e)}pipeTo(t,e){return this._getDOMStream().pipeTo(t,e)}pipeThrough(t,e){return this._getDOMStream().pipeThrough(t,e)}_getDOMStream(){return this._DOMStream||(this._DOMStream=this.toDOMStream())}_getNodeStream(){return this._nodeStream||(this._nodeStream=this.toNodeStream())}},us=class extends Br{constructor(){super(),this._values=[],this.resolvers=[],this._closedPromise=new Promise(t=>this._closedPromiseResolve=t)}get closed(){return this._closedPromise}cancel(t){return 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(J);this._closedPromiseResolve(),this._closedPromiseResolve=void 0}}[Symbol.asyncIterator](){return this}toDOMStream(t){return mt.toDOMStream(this._closedPromiseResolve||this._error?this:this._values,t)}toNodeStream(t){return mt.toNodeStream(this._closedPromiseResolve||this._error?this:this._values,t)}throw(t){return m(this,void 0,void 0,function*(){return yield this.abort(t),J})}return(t){return m(this,void 0,void 0,function*(){return yield this.close(),J})}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(J)}_ensureOpen(){if(this._closedPromiseResolve)return!0;throw new Error("AsyncQueue is closed")}};var Ve=class extends us{write(t){if((t=S(t)).byteLength>0)return super.write(t)}toString(t=!1){return t?Oi(this.toUint8Array(!0)):this.toUint8Array(!1).then(Oi)}toUint8Array(t=!1){return t?Gt(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=le(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){i={error:h}}finally{try{!c&&!e&&(n=l.return)&&(yield n.call(l))}finally{if(i)throw i.error}}return Gt(o,a)[0]}))()}},ze=class{constructor(t){t&&(this.source=new No(mt.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)}},jt=class{constructor(t){t instanceof jt?this.source=t.source:t instanceof Ve?this.source=new Ye(mt.fromAsyncIterable(t)):Mn(t)?this.source=new Ye(mt.fromNodeStream(t)):Fi(t)?this.source=new Ye(mt.fromDOMStream(t)):On(t)?this.source=new Ye(mt.fromDOMStream(t.body)):de(t)?this.source=new Ye(mt.fromIterable(t)):ue(t)?this.source=new Ye(mt.fromAsyncIterable(t)):Qt(t)&&(this.source=new Ye(mt.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)}},No=class{constructor(t){this.source=t}cancel(t){this.return(t)}peek(t){return this.next(t,"peek").value}read(t){return this.next(t,"read").value}next(t,e="read"){return this.source.next({cmd:e,size:t})}throw(t){return Object.create(this.source.throw&&this.source.throw(t)||J)}return(t){return Object.create(this.source.return&&this.source.return(t)||J)}},Ye=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))||J;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))||J;return this._closedPromiseResolve&&this._closedPromiseResolve(),this._closedPromiseResolve=void 0,Object.create(e)})}};var Wi=class extends ze{constructor(t,e){super(),this.position=0,this.buffer=S(t),this.size=e===void 0?this.buffer.byteLength:e}readInt32(t){let{buffer:e,byteOffset:i}=this.readAt(t,4);return new DataView(e,i).getInt32(0,!0)}seek(t){return this.position=Math.min(t,this.size),t<this.size}read(t){let{buffer:e,size:i,position:n}=this;return e&&n<i?(typeof t!="number"&&(t=Number.POSITIVE_INFINITY),this.position=Math.min(i,n+Math.min(i-n,t)),e.subarray(n,this.position)):null}readAt(t,e){let i=this.buffer,n=Math.min(this.size,t+e);return i?i.subarray(t,n):new Uint8Array(e)}close(){this.buffer&&(this.buffer=null)}throw(t){return this.close(),{done:!0,value:t}}return(t){return this.close(),{done:!0,value:t}}},sr=class extends jt{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 Eo={};Qe(Eo,{BaseInt64:()=>$i,Int128:()=>Wt,Int64:()=>pt,Uint64:()=>z});function bi(r){return r<0&&(r=4294967295+r+1),`0x${r.toString(16)}`}var gi=8,Lo=[1,10,100,1e3,1e4,1e5,1e6,1e7,1e8],$i=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`${bi(this.buffer[1])} ${bi(this.buffer[0])}`}},z=class extends $i{times(t){return this._times(t),this}plus(t){return this._plus(t),this}static from(t,e=new Uint32Array(2)){return z.fromString(typeof t=="string"?t:t.toString(),e)}static fromNumber(t,e=new Uint32Array(2)){return z.fromString(t.toString(),e)}static fromString(t,e=new Uint32Array(2)){let i=t.length,n=new z(e);for(let s=0;s<i;){let o=gi<i-s?gi:i-s,a=new z(new Uint32Array([Number.parseInt(t.slice(s,s+o),10),0])),c=new z(new Uint32Array([Lo[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;)z.from(t[i],new Uint32Array(e.buffer,e.byteOffset+2*i*4,2));return e}static multiply(t,e){return new z(new Uint32Array(t.buffer)).times(e)}static add(t,e){return new z(new Uint32Array(t.buffer)).plus(e)}},pt=class extends $i{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 pt.fromString(typeof t=="string"?t:t.toString(),e)}static fromNumber(t,e=new Uint32Array(2)){return pt.fromString(t.toString(),e)}static fromString(t,e=new Uint32Array(2)){let i=t.startsWith("-"),n=t.length,s=new pt(e);for(let o=i?1:0;o<n;){let a=gi<n-o?gi:n-o,c=new pt(new Uint32Array([Number.parseInt(t.slice(o,o+a),10),0])),l=new pt(new Uint32Array([Lo[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;)pt.from(t[i],new Uint32Array(e.buffer,e.byteOffset+2*i*4,2));return e}static multiply(t,e){return new pt(new Uint32Array(t.buffer)).times(e)}static add(t,e){return new pt(new Uint32Array(t.buffer)).plus(e)}},Wt=class{constructor(t){this.buffer=t}high(){return new pt(new Uint32Array(this.buffer.buffer,this.buffer.byteOffset+8,2))}low(){return new pt(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 z(new Uint32Array([this.buffer[3],0])),i=new z(new Uint32Array([this.buffer[2],0])),n=new z(new Uint32Array([this.buffer[1],0])),s=new z(new Uint32Array([this.buffer[0],0])),o=new z(new Uint32Array([t.buffer[3],0])),a=new z(new Uint32Array([t.buffer[2],0])),c=new z(new Uint32Array([t.buffer[1],0])),l=new z(new Uint32Array([t.buffer[0],0])),d=z.multiply(s,l);this.buffer[0]=d.low();let h=new z(new Uint32Array([d.high(),0]));return d=z.multiply(n,l),h.plus(d),d=z.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 z(new Uint32Array(this.buffer.buffer,this.buffer.byteOffset+8,2)).plus(z.multiply(i,l)).plus(z.multiply(n,c)).plus(z.multiply(s,a)),this.buffer[3]+=z.multiply(e,l).plus(z.multiply(i,c)).plus(z.multiply(n,a)).plus(z.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`${bi(this.buffer[3])} ${bi(this.buffer[2])} ${bi(this.buffer[1])} ${bi(this.buffer[0])}`}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)}static from(t,e=new Uint32Array(4)){return Wt.fromString(typeof t=="string"?t:t.toString(),e)}static fromNumber(t,e=new Uint32Array(4)){return Wt.fromString(t.toString(),e)}static fromString(t,e=new Uint32Array(4)){let i=t.startsWith("-"),n=t.length,s=new Wt(e);for(let o=i?1:0;o<n;){let a=gi<n-o?gi:n-o,c=new Wt(new Uint32Array([Number.parseInt(t.slice(o,o+a),10),0,0,0])),l=new Wt(new Uint32Array([Lo[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;)Wt.from(t[i],new Uint32Array(e.buffer,e.byteOffset+4*4*i,4));return e}};var Yi=class extends b{constructor(t,e,i,n,s=P.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 x({type:t,length:e})}visitBool(t,{length:e,nullCount:i}=this.nextFieldNode()){return x({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitInt(t,{length:e,nullCount:i}=this.nextFieldNode()){return x({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitFloat(t,{length:e,nullCount:i}=this.nextFieldNode()){return x({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitUtf8(t,{length:e,nullCount:i}=this.nextFieldNode()){return x({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 x({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 x({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 x({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 x({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitDate(t,{length:e,nullCount:i}=this.nextFieldNode()){return x({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitTimestamp(t,{length:e,nullCount:i}=this.nextFieldNode()){return x({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitTime(t,{length:e,nullCount:i}=this.nextFieldNode()){return x({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitDecimal(t,{length:e,nullCount:i}=this.nextFieldNode()){return x({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitList(t,{length:e,nullCount:i}=this.nextFieldNode()){return x({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 x({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<P.V5&&this.readNullBitmap(t,i),t.mode===Y.Sparse?this.visitSparseUnion(t,{length:e,nullCount:i}):this.visitDenseUnion(t,{length:e,nullCount:i})}visitDenseUnion(t,{length:e,nullCount:i}=this.nextFieldNode()){return x({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 x({type:t,length:e,nullCount:i,typeIds:this.readTypeIds(t),children:this.visitMany(t.children)})}visitDictionary(t,{length:e,nullCount:i}=this.nextFieldNode()){return x({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 x({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitDuration(t,{length:e,nullCount:i}=this.nextFieldNode()){return x({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitFixedSizeList(t,{length:e,nullCount:i}=this.nextFieldNode()){return x({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 x({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)}},ds=class extends Yi{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):vr(this.sources[i])}readOffsets(t,{offset:e}=this.nextBufferRange()){return N(Uint8Array,N(t.OffsetArrayType,this.sources[e]))}readTypeIds(t,{offset:e}=this.nextBufferRange()){return N(Uint8Array,N(t.ArrayType,this.sources[e]))}readData(t,{offset:e}=this.nextBufferRange()){let{sources:i}=this;return f.isTimestamp(t)?N(Uint8Array,pt.convertArray(i[e])):(f.isInt(t)||f.isTime(t))&&t.bitWidth===64||f.isDuration(t)?N(Uint8Array,pt.convertArray(i[e])):f.isDate(t)&&t.unit===X.MILLISECOND?N(Uint8Array,pt.convertArray(i[e])):f.isDecimal(t)?N(Uint8Array,Wt.convertArray(i[e])):f.isBinary(t)||f.isLargeBinary(t)||f.isFixedSizeBinary(t)?yd(i[e]):f.isBool(t)?vr(i[e]):f.isUtf8(t)||f.isLargeUtf8(t)?Ie(i[e].join("")):N(Uint8Array,N(t.ArrayType,i[e].map(n=>+n)))}};function yd(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 _i=class extends kt{constructor(t){super(t),this._values=new ge(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,S(e))}_flushPending(t,e){let i=this._offsets,n=this._values.reserve(e).buffer,s=0;for(let[o,a]of t)if(a===void 0)i.set(o,0);else{let c=a.length;n.set(a,s),i.set(o,c),s+=c}}};var wi=class extends kt{constructor(t){super(t),this._values=new ge(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,S(e))}_flushPending(t,e){let i=this._offsets,n=this._values.reserve(e).buffer,s=0;for(let[o,a]of t)if(a===void 0)i.set(o,BigInt(0));else{let c=a.length;n.set(a,s),i.set(o,BigInt(c)),s+=c}}};var hs=class extends q{constructor(t){super(t),this._values=new mi}setValue(t,e){this._values.set(t,+e)}};var Dr=class extends ot{};Dr.prototype._setValue=po;var Hi=class extends Dr{};Hi.prototype._setValue=zn;var Gi=class extends Dr{};Gi.prototype._setValue=Pn;var Ji=class extends ot{};Ji.prototype._setValue=bo;var fs=class extends q{constructor({type:t,nullValues:e,dictionaryHashFunction:i}){super({type:new Pt(t.dictionary,t.indices,t.id,t.isOrdered)}),this._nulls=null,this._dictionaryOffset=0,this._keysToIndices=Object.create(null),this.indices=xr({type:this.type.indices,nullValues:e}),this.dictionary=xr({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 Zi=class extends ot{};Zi.prototype._setValue=fo;var ps=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 vt(this.type.listSize,new T(e,t.type,!0)),i}};var Tr=class extends ot{setValue(t,e){this._values.set(t,e)}},ms=class extends Tr{setValue(t,e){super.setValue(t,Ci(e))}},ys=class extends Tr{},bs=class extends Tr{};var Or=class extends ot{};Or.prototype._setValue=go;var Xi=class extends Or{};Xi.prototype._setValue=Zn;var qi=class extends Or{};qi.prototype._setValue=Xn;var He=class extends ot{};He.prototype._setValue=_o;var Ki=class extends He{};Ki.prototype._setValue=qn;var Qi=class extends He{};Qi.prototype._setValue=Kn;var tn=class extends He{};tn.prototype._setValue=Qn;var en=class extends He{};en.prototype._setValue=ts;var ae=class extends ot{setValue(t,e){this._values.set(t,e)}},gs=class extends ae{},_s=class extends ae{},ws=class extends ae{},vs=class extends ae{},Is=class extends ae{},Ss=class extends ae{},As=class extends ae{},Bs=class extends ae{};var Ds=class extends kt{constructor(t){super(t),this._offsets=new yi(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 Vt(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 xs=class extends kt{set(t,e){return super.set(t,e)}setValue(t,e){let i=e instanceof Map?e:new Map(Object.entries(e)),n=this._pending||(this._pending=new Map),s=n.get(t);s&&(this._pendingLength-=s.size),this._pendingLength+=i.size,n.set(t,i)}addChild(t,e=`${this.numChildren}`){if(this.numChildren>0)throw new Error("ListBuilder can only have one child.");return this.children[this.numChildren]=t,this.type=new zt(new 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 Ts=class extends q{setValue(t,e){}setValid(t,e){return this.length=Math.max(t+1,this.length),e}};var Os=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 j([...this.type.children,new T(e,t.type,!0)]),i}};var Ge=class extends ot{};Ge.prototype._setValue=mo;var rn=class extends Ge{};rn.prototype._setValue=kn;var nn=class extends Ge{};nn.prototype._setValue=jn;var sn=class extends Ge{};sn.prototype._setValue=Wn;var on=class extends Ge{};on.prototype._setValue=$n;var Je=class extends ot{};Je.prototype._setValue=yo;var an=class extends Je{};an.prototype._setValue=Yn;var cn=class extends Je{};cn.prototype._setValue=Hn;var ln=class extends Je{};ln.prototype._setValue=Gn;var un=class extends Je{};un.prototype._setValue=Jn;var vi=class extends q{constructor(t){super(t),this._typeIds=new We(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 oe(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.")}},Fs=class extends vi{},Ms=class extends vi{constructor(t){super(t),this._offsets=new We(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 dn=class extends kt{constructor(t){super(t),this._values=new ge(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,Ie(e))}_flushPending(t,e){}};dn.prototype._flushPending=_i.prototype._flushPending;var hn=class extends kt{constructor(t){super(t),this._values=new ge(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,Ie(e))}_flushPending(t,e){}};hn.prototype._flushPending=wi.prototype._flushPending;var Uo=class extends b{visitNull(){return Ts}visitBool(){return hs}visitInt(){return ae}visitInt8(){return gs}visitInt16(){return _s}visitInt32(){return ws}visitInt64(){return vs}visitUint8(){return Is}visitUint16(){return Ss}visitUint32(){return As}visitUint64(){return Bs}visitFloat(){return Tr}visitFloat16(){return ms}visitFloat32(){return ys}visitFloat64(){return bs}visitUtf8(){return dn}visitLargeUtf8(){return hn}visitBinary(){return _i}visitLargeBinary(){return wi}visitFixedSizeBinary(){return Zi}visitDate(){return Dr}visitDateDay(){return Hi}visitDateMillisecond(){return Gi}visitTimestamp(){return Ge}visitTimestampSecond(){return rn}visitTimestampMillisecond(){return nn}visitTimestampMicrosecond(){return sn}visitTimestampNanosecond(){return on}visitTime(){return Je}visitTimeSecond(){return an}visitTimeMillisecond(){return cn}visitTimeMicrosecond(){return ln}visitTimeNanosecond(){return un}visitDecimal(){return Ji}visitList(){return Ds}visitStruct(){return Os}visitUnion(){return vi}visitDenseUnion(){return Ms}visitSparseUnion(){return Fs}visitDictionary(){return fs}visitInterval(){return Or}visitIntervalDayTime(){return Xi}visitIntervalYearMonth(){return qi}visitDuration(){return He}visitDurationSecond(){return Ki}visitDurationMillisecond(){return Qi}visitDurationMicrosecond(){return tn}visitDurationNanosecond(){return en}visitFixedSizeList(){return ps}visitMap(){return xs}},Uc=new Uo;var v=class extends b{compareSchemas(t,e){return t===e||e instanceof t.constructor&&this.compareManyFields(t.fields,e.fields)}compareManyFields(t,e){return t===e||Array.isArray(t)&&Array.isArray(e)&&t.length===e.length&&t.every((i,n)=>this.compareFields(i,e[n]))}compareFields(t,e){return t===e||e instanceof t.constructor&&t.name===e.name&&t.nullable===e.nullable&&this.visit(t.type,e.type)}};function xt(r,t){return t instanceof r.constructor}function Fr(r,t){return r===t||xt(r,t)}function Ze(r,t){return r===t||xt(r,t)&&r.bitWidth===t.bitWidth&&r.isSigned===t.isSigned}function Ns(r,t){return r===t||xt(r,t)&&r.precision===t.precision}function bd(r,t){return r===t||xt(r,t)&&r.byteWidth===t.byteWidth}function Ro(r,t){return r===t||xt(r,t)&&r.unit===t.unit}function fn(r,t){return r===t||xt(r,t)&&r.unit===t.unit&&r.timezone===t.timezone}function pn(r,t){return r===t||xt(r,t)&&r.unit===t.unit&&r.bitWidth===t.bitWidth}function gd(r,t){return r===t||xt(r,t)&&r.children.length===t.children.length&&Pe.compareManyFields(r.children,t.children)}function _d(r,t){return r===t||xt(r,t)&&r.children.length===t.children.length&&Pe.compareManyFields(r.children,t.children)}function Co(r,t){return r===t||xt(r,t)&&r.mode===t.mode&&r.typeIds.every((e,i)=>e===t.typeIds[i])&&Pe.compareManyFields(r.children,t.children)}function wd(r,t){return r===t||xt(r,t)&&r.id===t.id&&r.isOrdered===t.isOrdered&&Pe.visit(r.indices,t.indices)&&Pe.visit(r.dictionary,t.dictionary)}function Vo(r,t){return r===t||xt(r,t)&&r.unit===t.unit}function mn(r,t){return r===t||xt(r,t)&&r.unit===t.unit}function vd(r,t){return r===t||xt(r,t)&&r.listSize===t.listSize&&r.children.length===t.children.length&&Pe.compareManyFields(r.children,t.children)}function Id(r,t){return r===t||xt(r,t)&&r.keysSorted===t.keysSorted&&r.children.length===t.children.length&&Pe.compareManyFields(r.children,t.children)}v.prototype.visitNull=Fr;v.prototype.visitBool=Fr;v.prototype.visitInt=Ze;v.prototype.visitInt8=Ze;v.prototype.visitInt16=Ze;v.prototype.visitInt32=Ze;v.prototype.visitInt64=Ze;v.prototype.visitUint8=Ze;v.prototype.visitUint16=Ze;v.prototype.visitUint32=Ze;v.prototype.visitUint64=Ze;v.prototype.visitFloat=Ns;v.prototype.visitFloat16=Ns;v.prototype.visitFloat32=Ns;v.prototype.visitFloat64=Ns;v.prototype.visitUtf8=Fr;v.prototype.visitLargeUtf8=Fr;v.prototype.visitBinary=Fr;v.prototype.visitLargeBinary=Fr;v.prototype.visitFixedSizeBinary=bd;v.prototype.visitDate=Ro;v.prototype.visitDateDay=Ro;v.prototype.visitDateMillisecond=Ro;v.prototype.visitTimestamp=fn;v.prototype.visitTimestampSecond=fn;v.prototype.visitTimestampMillisecond=fn;v.prototype.visitTimestampMicrosecond=fn;v.prototype.visitTimestampNanosecond=fn;v.prototype.visitTime=pn;v.prototype.visitTimeSecond=pn;v.prototype.visitTimeMillisecond=pn;v.prototype.visitTimeMicrosecond=pn;v.prototype.visitTimeNanosecond=pn;v.prototype.visitDecimal=Fr;v.prototype.visitList=gd;v.prototype.visitStruct=_d;v.prototype.visitUnion=Co;v.prototype.visitDenseUnion=Co;v.prototype.visitSparseUnion=Co;v.prototype.visitDictionary=wd;v.prototype.visitInterval=Vo;v.prototype.visitIntervalDayTime=Vo;v.prototype.visitIntervalYearMonth=Vo;v.prototype.visitDuration=mn;v.prototype.visitDurationSecond=mn;v.prototype.visitDurationMillisecond=mn;v.prototype.visitDurationMicrosecond=mn;v.prototype.visitDurationNanosecond=mn;v.prototype.visitFixedSizeList=vd;v.prototype.visitMap=Id;var Pe=new v;function Mr(r,t){return Pe.compareSchemas(r,t)}function Rc(r,t){return Pe.compareFields(r,t)}function Cc(r,t){return Pe.visit(r,t)}function xr(r){let t=r.type,e=new(Uc.getVisitFn(t)())(r);if(t.children&&t.children.length>0){let i=r.children||[],n={nullValues:r.nullValues},s=Array.isArray(i)?(o,a)=>i[a]||n:({name:o})=>i[o]||n;for(let[o,a]of t.children.entries()){let{type:c}=a,l=s(a,o);e.children.push(xr(Object.assign(Object.assign({},l),{type:c})))}}return e}function Ls(r,t){return Sd(r,t.map(e=>e.data.concat()))}function Sd(r,t){let e=[...r.fields],i=[],n={numBatches:t.reduce((h,V)=>Math.max(h,V.length),0)},s=0,o=0,a=-1,c=t.length,l,d=[];for(;n.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=Ad(e,o,d,t,n),o>0&&(i[s++]=x({type:new j(e),length:o,nullCount:0,children:d.slice()})))}return[r=r.assign(e),i.map(h=>new $(r,h))]}function Ad(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],d=l?.length;if(d>=t)d===t?e[a]=l:(e[a]=l.slice(0,t),n.numBatches=Math.max(n.numBatches,i[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:x({type:h.type,length:t,nullCount:t,nullBitmap:new Uint8Array(o)})}}return e}var Vc,et=class{constructor(...t){var e,i;if(t.length===0)return this.batches=[],this.schema=new E([]),this._offsets=[0],this;let n,s;t[0]instanceof E&&(n=t.shift()),t.at(-1)instanceof Uint32Array&&(s=t.pop());let o=c=>{if(c){if(c instanceof $)return[c];if(c instanceof et)return c.batches;if(c instanceof L){if(c.type instanceof j)return[new $(new E(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(R=>new F([c[R]])),h=n??new E(l.map((R,it)=>new T(String(R),d[it].type,d[it].nullable))),[,V]=Ls(h,d);return V.length===0?[new $(c)]:V}}}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 E([]),!(n instanceof E))throw new TypeError("Table constructor expects a [Schema, RecordBatch[]] pair.");for(let c of a){if(!(c instanceof $))throw new TypeError("Table constructor expects a [Schema, RecordBatch[]] pair.");if(!Mr(n,c.schema))throw new TypeError("Table and inner RecordBatch schemas must be equivalent.")}this.schema=n,this.batches=a,this._offsets=s??ss(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=ns(this.data)),this._nullCount}isValid(t){return!1}get(t){return null}at(t){return this.get(gr(t,this.numRows))}set(t,e){}indexOf(t,e){return-1}[Symbol.iterator](){return this.batches.length>0?fi.visit(new F(this.data)):new Array(0)[Symbol.iterator]()}toArray(){return[...this]}toString(){return`[
|
|
15
|
+
return true;`)}function pd(r){return typeof r!="bigint"?me(r):`${me(r)}n`}function Fo(r,t){let e=Math.ceil(r)*t-1;return(e-e%64+64||64)/t}function Uc(r,t=0){return r.length>=t?r.subarray(0,t):Li(new r.constructor(t),r,0)}var ge=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?Fo(i*1,this.BYTES_PER_ELEMENT):Fo(i*2,this.BYTES_PER_ELEMENT))}return this}flush(t=this.length){t=Fo(t*this.stride,this.BYTES_PER_ELEMENT);let e=Uc(this.buffer,t);return this.clear(),e}clear(){return this.length=0,this.buffer=new this.ArrayType,this}_resize(t){return this.buffer=Uc(this.buffer,t)}},He=class extends ge{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}},mi=class extends He{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()}},yi=class extends He{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=Kt(t),this._nulls=new mi,e&&e.length>0&&(this._isValid=Ec(e))}toVector(){return new F([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:d,_nulls:h}=this;(e=c?.flush(o))?n=l?.flush(o):(n=l?.flush(o))?t=d?.flush(l.last()):t=d?.flush(o),a>0&&(i=h?.flush(o));let V=this.children.map(R=>R.flush());return this.clear(),x({type:s,length:o,nullCount:a,children:V,child:V[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 He(this.ArrayType,0,this.stride)}setValue(t,e){let i=this._values;return i.reserve(t-i.length+1),super.setValue(t,e)}},kt=class extends q{constructor(t){super(t),this._pendingLength=0,this._offsets=new yi(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 Ve?e[or].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 xr=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 It=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 It).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsFooter(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):P.V1}schema(t){let e=this.bb.__offset(this.bb_pos,6);return e?(t||new Q).__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 xr).__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 xr).__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 G).__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,P.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 E=class{constructor(t=[],e,i,n=P.V5){this.fields=t||[],this.metadata=e||new Map,i||(i=Mo(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 E(i,this.metadata)}selectAt(t){let e=t.map(i=>this.fields[i]).filter(Boolean);return new E(e,this.metadata)}assign(...t){let e=t[0]instanceof E?t[0]:Array.isArray(t[0])?new E(t[0]):new E(t),i=[...this.fields],n=us(us(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:us(us(new Map,i[c].metadata),a.metadata)}))&&!1:!0}),o=Mo(s,new Map);return new E([...i,...s],n,new Map([...this.dictionaries,...o]))}};E.prototype.fields=null;E.prototype.metadata=null;E.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 us(r,t){return new Map([...r||new Map,...t||new Map])}function Mo(r,t=new Map){for(let e=-1,i=r.length;++e<i;){let s=r[e].type;if(f.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&&Mo(s.children,t)}return t}var md=$e,yd=At,Ge=class{static decode(t){t=new yd(S(t));let e=It.getRootAsFooter(t),i=E.decode(e.schema(),new Map,e.version());return new Lo(i,e)}static encode(t){let e=new md,i=E.encode(e,t.schema);It.startRecordBatchesVector(e,t.numRecordBatches);for(let o of[...t.recordBatches()].slice().reverse())_e.encode(e,o);let n=e.endVector();It.startDictionariesVector(e,t.numDictionaries);for(let o of[...t.dictionaryBatches()].slice().reverse())_e.encode(e,o);let s=e.endVector();return It.startFooter(e),It.addSchema(e,i),It.addVersion(e,P.V5),It.addRecordBatches(e,n),It.addDictionaries(e,s),It.finishFooterBuffer(e,It.endFooter(e)),e.asUint8Array()}get numRecordBatches(){return this._recordBatches.length}get numDictionaries(){return this._dictionaryBatches.length}constructor(t,e=P.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 Lo=class extends Ge{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 _e.decode(e)}return null}getDictionaryBatch(t){if(t>=0&&t<this.numDictionaries){let e=this._footer.dictionaries(t);if(e)return _e.decode(e)}return null}},_e=class{static decode(t){return new _e(t.metaDataLength(),t.bodyLength(),t.offset())}static encode(t,e){let{metaDataLength:i}=e,n=BigInt(e.offset),s=BigInt(e.bodyLength);return xr.createBlock(t,n,i,s)}constructor(t,e,i){this.metaDataLength=t,this.offset=C(i),this.bodyLength=C(e)}};var J=Object.freeze({done:!0,value:void 0}),Wi=class{constructor(t){this._json=t}get schema(){return this._json.schema}get batches(){return this._json.batches||[]}get dictionaries(){return this._json.dictionaries||[]}},Tr=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())}},ds=class extends Tr{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(J);this._closedPromiseResolve(),this._closedPromiseResolve=void 0}}[Symbol.asyncIterator](){return this}toDOMStream(t){return mt.toDOMStream(this._closedPromiseResolve||this._error?this:this._values,t)}toNodeStream(t){return mt.toNodeStream(this._closedPromiseResolve||this._error?this:this._values,t)}throw(t){return m(this,void 0,void 0,function*(){return yield this.abort(t),J})}return(t){return m(this,void 0,void 0,function*(){return yield this.close(),J})}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(J)}_ensureOpen(){if(this._closedPromiseResolve)return!0;throw new Error("AsyncQueue is closed")}};var ze=class extends ds{write(t){if((t=S(t)).byteLength>0)return super.write(t)}toString(t=!1){return t?Fi(this.toUint8Array(!0)):this.toUint8Array(!1).then(Fi)}toUint8Array(t=!1){return t?Gt(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=le(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){i={error:h}}finally{try{!c&&!e&&(n=l.return)&&(yield n.call(l))}finally{if(i)throw i.error}}return Gt(o,a)[0]}))()}},Pe=class{constructor(t){t&&(this.source=new No(mt.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)}},jt=class{constructor(t){t instanceof jt?this.source=t.source:t instanceof ze?this.source=new Je(mt.fromAsyncIterable(t)):Ln(t)?this.source=new Je(mt.fromNodeStream(t)):Mi(t)?this.source=new Je(mt.fromDOMStream(t)):Fn(t)?this.source=new Je(mt.fromDOMStream(t.body)):de(t)?this.source=new Je(mt.fromIterable(t)):ue(t)?this.source=new Je(mt.fromAsyncIterable(t)):Qt(t)&&(this.source=new Je(mt.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)}},No=class{constructor(t){this.source=t}cancel(t){this.return(t)}peek(t){return this.next(t,"peek").value}read(t){return this.next(t,"read").value}next(t,e="read"){return this.source.next({cmd:e,size:t})}throw(t){return Object.create(this.source.throw&&this.source.throw(t)||J)}return(t){return Object.create(this.source.return&&this.source.return(t)||J)}},Je=class{constructor(t){this.source=t,this._closedPromise=new Promise(e=>this._closedPromiseResolve=e)}cancel(t){return 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))||J;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))||J;return this._closedPromiseResolve&&this._closedPromiseResolve(),this._closedPromiseResolve=void 0,Object.create(e)})}};var $i=class extends Pe{constructor(t,e){super(),this.position=0,this.buffer=S(t),this.size=e===void 0?this.buffer.byteLength:e}readInt32(t){let{buffer:e,byteOffset:i}=this.readAt(t,4);return new DataView(e,i).getInt32(0,!0)}seek(t){return this.position=Math.min(t,this.size),t<this.size}read(t){let{buffer:e,size:i,position:n}=this;return e&&n<i?(typeof t!="number"&&(t=Number.POSITIVE_INFINITY),this.position=Math.min(i,n+Math.min(i-n,t)),e.subarray(n,this.position)):null}readAt(t,e){let i=this.buffer,n=Math.min(this.size,t+e);return i?i.subarray(t,n):new Uint8Array(e)}close(){this.buffer&&(this.buffer=null)}throw(t){return this.close(),{done:!0,value:t}}return(t){return this.close(),{done:!0,value:t}}},cr=class extends jt{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 Uo={};rr(Uo,{BaseInt64:()=>Yi,Int128:()=>Wt,Int64:()=>pt,Uint64:()=>z});function bi(r){return r<0&&(r=4294967295+r+1),`0x${r.toString(16)}`}var gi=8,Eo=[1,10,100,1e3,1e4,1e5,1e6,1e7,1e8],Yi=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`${bi(this.buffer[1])} ${bi(this.buffer[0])}`}},z=class extends Yi{times(t){return this._times(t),this}plus(t){return this._plus(t),this}static from(t,e=new Uint32Array(2)){return z.fromString(typeof t=="string"?t:t.toString(),e)}static fromNumber(t,e=new Uint32Array(2)){return z.fromString(t.toString(),e)}static fromString(t,e=new Uint32Array(2)){let i=t.length,n=new z(e);for(let s=0;s<i;){let o=gi<i-s?gi:i-s,a=new z(new Uint32Array([Number.parseInt(t.slice(s,s+o),10),0])),c=new z(new Uint32Array([Eo[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;)z.from(t[i],new Uint32Array(e.buffer,e.byteOffset+2*i*4,2));return e}static multiply(t,e){return new z(new Uint32Array(t.buffer)).times(e)}static add(t,e){return new z(new Uint32Array(t.buffer)).plus(e)}},pt=class extends Yi{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 pt.fromString(typeof t=="string"?t:t.toString(),e)}static fromNumber(t,e=new Uint32Array(2)){return pt.fromString(t.toString(),e)}static fromString(t,e=new Uint32Array(2)){let i=t.startsWith("-"),n=t.length,s=new pt(e);for(let o=i?1:0;o<n;){let a=gi<n-o?gi:n-o,c=new pt(new Uint32Array([Number.parseInt(t.slice(o,o+a),10),0])),l=new pt(new Uint32Array([Eo[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;)pt.from(t[i],new Uint32Array(e.buffer,e.byteOffset+2*i*4,2));return e}static multiply(t,e){return new pt(new Uint32Array(t.buffer)).times(e)}static add(t,e){return new pt(new Uint32Array(t.buffer)).plus(e)}},Wt=class{constructor(t){this.buffer=t}high(){return new pt(new Uint32Array(this.buffer.buffer,this.buffer.byteOffset+8,2))}low(){return new pt(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 z(new Uint32Array([this.buffer[3],0])),i=new z(new Uint32Array([this.buffer[2],0])),n=new z(new Uint32Array([this.buffer[1],0])),s=new z(new Uint32Array([this.buffer[0],0])),o=new z(new Uint32Array([t.buffer[3],0])),a=new z(new Uint32Array([t.buffer[2],0])),c=new z(new Uint32Array([t.buffer[1],0])),l=new z(new Uint32Array([t.buffer[0],0])),d=z.multiply(s,l);this.buffer[0]=d.low();let h=new z(new Uint32Array([d.high(),0]));return d=z.multiply(n,l),h.plus(d),d=z.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 z(new Uint32Array(this.buffer.buffer,this.buffer.byteOffset+8,2)).plus(z.multiply(i,l)).plus(z.multiply(n,c)).plus(z.multiply(s,a)),this.buffer[3]+=z.multiply(e,l).plus(z.multiply(i,c)).plus(z.multiply(n,a)).plus(z.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`${bi(this.buffer[3])} ${bi(this.buffer[2])} ${bi(this.buffer[1])} ${bi(this.buffer[0])}`}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)}static from(t,e=new Uint32Array(4)){return Wt.fromString(typeof t=="string"?t:t.toString(),e)}static fromNumber(t,e=new Uint32Array(4)){return Wt.fromString(t.toString(),e)}static fromString(t,e=new Uint32Array(4)){let i=t.startsWith("-"),n=t.length,s=new Wt(e);for(let o=i?1:0;o<n;){let a=gi<n-o?gi:n-o,c=new Wt(new Uint32Array([Number.parseInt(t.slice(o,o+a),10),0,0,0])),l=new Wt(new Uint32Array([Eo[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;)Wt.from(t[i],new Uint32Array(e.buffer,e.byteOffset+4*4*i,4));return e}};var Hi=class extends b{constructor(t,e,i,n,s=P.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 x({type:t,length:e})}visitBool(t,{length:e,nullCount:i}=this.nextFieldNode()){return x({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitInt(t,{length:e,nullCount:i}=this.nextFieldNode()){return x({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitFloat(t,{length:e,nullCount:i}=this.nextFieldNode()){return x({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitUtf8(t,{length:e,nullCount:i}=this.nextFieldNode()){return x({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 x({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 x({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 x({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 x({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitDate(t,{length:e,nullCount:i}=this.nextFieldNode()){return x({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitTimestamp(t,{length:e,nullCount:i}=this.nextFieldNode()){return x({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitTime(t,{length:e,nullCount:i}=this.nextFieldNode()){return x({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitDecimal(t,{length:e,nullCount:i}=this.nextFieldNode()){return x({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitList(t,{length:e,nullCount:i}=this.nextFieldNode()){return x({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 x({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<P.V5&&this.readNullBitmap(t,i),t.mode===Y.Sparse?this.visitSparseUnion(t,{length:e,nullCount:i}):this.visitDenseUnion(t,{length:e,nullCount:i})}visitDenseUnion(t,{length:e,nullCount:i}=this.nextFieldNode()){return x({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 x({type:t,length:e,nullCount:i,typeIds:this.readTypeIds(t),children:this.visitMany(t.children)})}visitDictionary(t,{length:e,nullCount:i}=this.nextFieldNode()){return x({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 x({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitDuration(t,{length:e,nullCount:i}=this.nextFieldNode()){return x({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitFixedSizeList(t,{length:e,nullCount:i}=this.nextFieldNode()){return x({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 x({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)}},hs=class extends Hi{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):Ar(this.sources[i])}readOffsets(t,{offset:e}=this.nextBufferRange()){return L(Uint8Array,L(t.OffsetArrayType,this.sources[e]))}readTypeIds(t,{offset:e}=this.nextBufferRange()){return L(Uint8Array,L(t.ArrayType,this.sources[e]))}readData(t,{offset:e}=this.nextBufferRange()){let{sources:i}=this;return f.isTimestamp(t)?L(Uint8Array,pt.convertArray(i[e])):(f.isInt(t)||f.isTime(t))&&t.bitWidth===64||f.isDuration(t)?L(Uint8Array,pt.convertArray(i[e])):f.isDate(t)&&t.unit===X.MILLISECOND?L(Uint8Array,pt.convertArray(i[e])):f.isDecimal(t)?L(Uint8Array,Wt.convertArray(i[e])):f.isBinary(t)||f.isLargeBinary(t)||f.isFixedSizeBinary(t)?bd(i[e]):f.isBool(t)?Ar(i[e]):f.isUtf8(t)||f.isLargeUtf8(t)?Se(i[e].join("")):L(Uint8Array,L(t.ArrayType,i[e].map(n=>+n)))}};function bd(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 _i=class extends kt{constructor(t){super(t),this._values=new ge(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,S(e))}_flushPending(t,e){let i=this._offsets,n=this._values.reserve(e).buffer,s=0;for(let[o,a]of t)if(a===void 0)i.set(o,0);else{let c=a.length;n.set(a,s),i.set(o,c),s+=c}}};var wi=class extends kt{constructor(t){super(t),this._values=new ge(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,S(e))}_flushPending(t,e){let i=this._offsets,n=this._values.reserve(e).buffer,s=0;for(let[o,a]of t)if(a===void 0)i.set(o,BigInt(0));else{let c=a.length;n.set(a,s),i.set(o,BigInt(c)),s+=c}}};var fs=class extends q{constructor(t){super(t),this._values=new mi}setValue(t,e){this._values.set(t,+e)}};var Or=class extends at{};Or.prototype._setValue=mo;var Gi=class extends Or{};Gi.prototype._setValue=Pn;var Ji=class extends Or{};Ji.prototype._setValue=kn;var Zi=class extends at{};Zi.prototype._setValue=go;var ps=class extends q{constructor({type:t,nullValues:e,dictionaryHashFunction:i}){super({type:new Pt(t.dictionary,t.indices,t.id,t.isOrdered)}),this._nulls=null,this._dictionaryOffset=0,this._keysToIndices=Object.create(null),this.indices=Fr({type:this.type.indices,nullValues:e}),this.dictionary=Fr({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 Xi=class extends at{};Xi.prototype._setValue=po;var ms=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 vt(this.type.listSize,new T(e,t.type,!0)),i}};var Mr=class extends at{setValue(t,e){this._values.set(t,e)}},ys=class extends Mr{setValue(t,e){super.setValue(t,Vi(e))}},bs=class extends Mr{},gs=class extends Mr{};var Lr=class extends at{};Lr.prototype._setValue=_o;var qi=class extends Lr{};qi.prototype._setValue=Xn;var Ki=class extends Lr{};Ki.prototype._setValue=qn;var Ze=class extends at{};Ze.prototype._setValue=wo;var Qi=class extends Ze{};Qi.prototype._setValue=Kn;var tn=class extends Ze{};tn.prototype._setValue=Qn;var en=class extends Ze{};en.prototype._setValue=ts;var rn=class extends Ze{};rn.prototype._setValue=es;var ae=class extends at{setValue(t,e){this._values.set(t,e)}},_s=class extends ae{},ws=class extends ae{},vs=class extends ae{},Is=class extends ae{},Ss=class extends ae{},As=class extends ae{},Bs=class extends ae{},Ds=class extends ae{};var xs=class extends kt{constructor(t){super(t),this._offsets=new yi(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 Vt(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 Ts=class extends kt{set(t,e){return super.set(t,e)}setValue(t,e){let i=e instanceof Map?e:new Map(Object.entries(e)),n=this._pending||(this._pending=new Map),s=n.get(t);s&&(this._pendingLength-=s.size),this._pendingLength+=i.size,n.set(t,i)}addChild(t,e=`${this.numChildren}`){if(this.numChildren>0)throw new Error("ListBuilder can only have one child.");return this.children[this.numChildren]=t,this.type=new zt(new 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 Os=class extends q{setValue(t,e){}setValid(t,e){return this.length=Math.max(t+1,this.length),e}};var Fs=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 j([...this.type.children,new T(e,t.type,!0)]),i}};var Xe=class extends at{};Xe.prototype._setValue=yo;var nn=class extends Xe{};nn.prototype._setValue=jn;var sn=class extends Xe{};sn.prototype._setValue=Wn;var on=class extends Xe{};on.prototype._setValue=$n;var an=class extends Xe{};an.prototype._setValue=Yn;var qe=class extends at{};qe.prototype._setValue=bo;var cn=class extends qe{};cn.prototype._setValue=Hn;var ln=class extends qe{};ln.prototype._setValue=Gn;var un=class extends qe{};un.prototype._setValue=Jn;var dn=class extends qe{};dn.prototype._setValue=Zn;var vi=class extends q{constructor(t){super(t),this._typeIds=new He(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 oe(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.")}},Ms=class extends vi{},Ls=class extends vi{constructor(t){super(t),this._offsets=new He(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 hn=class extends kt{constructor(t){super(t),this._values=new ge(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,Se(e))}_flushPending(t,e){}};hn.prototype._flushPending=_i.prototype._flushPending;var fn=class extends kt{constructor(t){super(t),this._values=new ge(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,Se(e))}_flushPending(t,e){}};fn.prototype._flushPending=wi.prototype._flushPending;var Ro=class extends b{visitNull(){return Os}visitBool(){return fs}visitInt(){return ae}visitInt8(){return _s}visitInt16(){return ws}visitInt32(){return vs}visitInt64(){return Is}visitUint8(){return Ss}visitUint16(){return As}visitUint32(){return Bs}visitUint64(){return Ds}visitFloat(){return Mr}visitFloat16(){return ys}visitFloat32(){return bs}visitFloat64(){return gs}visitUtf8(){return hn}visitLargeUtf8(){return fn}visitBinary(){return _i}visitLargeBinary(){return wi}visitFixedSizeBinary(){return Xi}visitDate(){return Or}visitDateDay(){return Gi}visitDateMillisecond(){return Ji}visitTimestamp(){return Xe}visitTimestampSecond(){return nn}visitTimestampMillisecond(){return sn}visitTimestampMicrosecond(){return on}visitTimestampNanosecond(){return an}visitTime(){return qe}visitTimeSecond(){return cn}visitTimeMillisecond(){return ln}visitTimeMicrosecond(){return un}visitTimeNanosecond(){return dn}visitDecimal(){return Zi}visitList(){return xs}visitStruct(){return Fs}visitUnion(){return vi}visitDenseUnion(){return Ls}visitSparseUnion(){return Ms}visitDictionary(){return ps}visitInterval(){return Lr}visitIntervalDayTime(){return qi}visitIntervalYearMonth(){return Ki}visitDuration(){return Ze}visitDurationSecond(){return Qi}visitDurationMillisecond(){return tn}visitDurationMicrosecond(){return en}visitDurationNanosecond(){return rn}visitFixedSizeList(){return ms}visitMap(){return Ts}},Rc=new Ro;var v=class extends b{compareSchemas(t,e){return t===e||e instanceof t.constructor&&this.compareManyFields(t.fields,e.fields)}compareManyFields(t,e){return t===e||Array.isArray(t)&&Array.isArray(e)&&t.length===e.length&&t.every((i,n)=>this.compareFields(i,e[n]))}compareFields(t,e){return t===e||e instanceof t.constructor&&t.name===e.name&&t.nullable===e.nullable&&this.visit(t.type,e.type)}};function xt(r,t){return t instanceof r.constructor}function Nr(r,t){return r===t||xt(r,t)}function Ke(r,t){return r===t||xt(r,t)&&r.bitWidth===t.bitWidth&&r.isSigned===t.isSigned}function Ns(r,t){return r===t||xt(r,t)&&r.precision===t.precision}function gd(r,t){return r===t||xt(r,t)&&r.byteWidth===t.byteWidth}function Co(r,t){return r===t||xt(r,t)&&r.unit===t.unit}function pn(r,t){return r===t||xt(r,t)&&r.unit===t.unit&&r.timezone===t.timezone}function mn(r,t){return r===t||xt(r,t)&&r.unit===t.unit&&r.bitWidth===t.bitWidth}function _d(r,t){return r===t||xt(r,t)&&r.children.length===t.children.length&&ke.compareManyFields(r.children,t.children)}function wd(r,t){return r===t||xt(r,t)&&r.children.length===t.children.length&&ke.compareManyFields(r.children,t.children)}function Vo(r,t){return r===t||xt(r,t)&&r.mode===t.mode&&r.typeIds.every((e,i)=>e===t.typeIds[i])&&ke.compareManyFields(r.children,t.children)}function vd(r,t){return r===t||xt(r,t)&&r.id===t.id&&r.isOrdered===t.isOrdered&&ke.visit(r.indices,t.indices)&&ke.visit(r.dictionary,t.dictionary)}function zo(r,t){return r===t||xt(r,t)&&r.unit===t.unit}function yn(r,t){return r===t||xt(r,t)&&r.unit===t.unit}function Id(r,t){return r===t||xt(r,t)&&r.listSize===t.listSize&&r.children.length===t.children.length&&ke.compareManyFields(r.children,t.children)}function Sd(r,t){return r===t||xt(r,t)&&r.keysSorted===t.keysSorted&&r.children.length===t.children.length&&ke.compareManyFields(r.children,t.children)}v.prototype.visitNull=Nr;v.prototype.visitBool=Nr;v.prototype.visitInt=Ke;v.prototype.visitInt8=Ke;v.prototype.visitInt16=Ke;v.prototype.visitInt32=Ke;v.prototype.visitInt64=Ke;v.prototype.visitUint8=Ke;v.prototype.visitUint16=Ke;v.prototype.visitUint32=Ke;v.prototype.visitUint64=Ke;v.prototype.visitFloat=Ns;v.prototype.visitFloat16=Ns;v.prototype.visitFloat32=Ns;v.prototype.visitFloat64=Ns;v.prototype.visitUtf8=Nr;v.prototype.visitLargeUtf8=Nr;v.prototype.visitBinary=Nr;v.prototype.visitLargeBinary=Nr;v.prototype.visitFixedSizeBinary=gd;v.prototype.visitDate=Co;v.prototype.visitDateDay=Co;v.prototype.visitDateMillisecond=Co;v.prototype.visitTimestamp=pn;v.prototype.visitTimestampSecond=pn;v.prototype.visitTimestampMillisecond=pn;v.prototype.visitTimestampMicrosecond=pn;v.prototype.visitTimestampNanosecond=pn;v.prototype.visitTime=mn;v.prototype.visitTimeSecond=mn;v.prototype.visitTimeMillisecond=mn;v.prototype.visitTimeMicrosecond=mn;v.prototype.visitTimeNanosecond=mn;v.prototype.visitDecimal=Nr;v.prototype.visitList=_d;v.prototype.visitStruct=wd;v.prototype.visitUnion=Vo;v.prototype.visitDenseUnion=Vo;v.prototype.visitSparseUnion=Vo;v.prototype.visitDictionary=vd;v.prototype.visitInterval=zo;v.prototype.visitIntervalDayTime=zo;v.prototype.visitIntervalYearMonth=zo;v.prototype.visitDuration=yn;v.prototype.visitDurationSecond=yn;v.prototype.visitDurationMillisecond=yn;v.prototype.visitDurationMicrosecond=yn;v.prototype.visitDurationNanosecond=yn;v.prototype.visitFixedSizeList=Id;v.prototype.visitMap=Sd;var ke=new v;function Er(r,t){return ke.compareSchemas(r,t)}function Cc(r,t){return ke.compareFields(r,t)}function Vc(r,t){return ke.visit(r,t)}function Fr(r){let t=r.type,e=new(Rc.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(Fr(Object.assign(Object.assign({},l),{type:c})))}}return e}function Es(r,t){return Ad(r,t.map(e=>e.data.concat()))}function Ad(r,t){let e=[...r.fields],i=[],n={numBatches:t.reduce((h,V)=>Math.max(h,V.length),0)},s=0,o=0,a=-1,c=t.length,l,d=[];for(;n.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=Bd(e,o,d,t,n),o>0&&(i[s++]=x({type:new j(e),length:o,nullCount:0,children:d.slice()})))}return[r=r.assign(e),i.map(h=>new $(r,h))]}function Bd(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],d=l?.length;if(d>=t)d===t?e[a]=l:(e[a]=l.slice(0,t),n.numBatches=Math.max(n.numBatches,i[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:x({type:h.type,length:t,nullCount:t,nullBitmap:new Uint8Array(o)})}}return e}var zc,rt=class{constructor(...t){var e,i;if(t.length===0)return this.batches=[],this.schema=new E([]),this._offsets=[0],this;let n,s;t[0]instanceof E&&(n=t.shift()),t.at(-1)instanceof Uint32Array&&(s=t.pop());let o=c=>{if(c){if(c instanceof $)return[c];if(c instanceof rt)return c.batches;if(c instanceof N){if(c.type instanceof j)return[new $(new E(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(R=>new F([c[R]])),h=n??new E(l.map((R,nt)=>new T(String(R),d[nt].type,d[nt].nullable))),[,V]=Es(h,d);return V.length===0?[new $(c)]:V}}}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 E([]),!(n instanceof E))throw new TypeError("Table constructor expects a [Schema, RecordBatch[]] pair.");for(let c of a){if(!(c instanceof $))throw new TypeError("Table constructor expects a [Schema, RecordBatch[]] pair.");if(!Er(n,c.schema))throw new TypeError("Table and inner RecordBatch schemas must be equivalent.")}this.schema=n,this.batches=a,this._offsets=s??os(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(vr(t,this.numRows))}set(t,e){}indexOf(t,e){return-1}[Symbol.iterator](){return this.batches.length>0?fi.visit(new F(this.data)):new Array(0)[Symbol.iterator]()}toArray(){return[...this]}toString(){return`[
|
|
16
16
|
${this.toArray().join(`,
|
|
17
17
|
`)}
|
|
18
|
-
]`}concat(...t){let e=this.schema,i=this.data.concat(t.flatMap(({data:n})=>n));return new et(e,i.map(n=>new $(e,n)))}slice(t,e){let i=this.schema;[t,e]=Vi({length:this.numRows},t,e);let n=os(this.data,this._offsets,t,e);return new et(i,n.map(s=>new $(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=x({type:i,length:0,nullCount:0});e.push(n._changeLengthAndBackfillNullBitmap(this.numRows))}return new F(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 F([x({type:new ft,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]=Ls(i,a)}return new et(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 et(e,i)}assign(t){let e=this.schema.fields,[i,n]=t.schema.fields.reduce((a,c,l)=>{let[d,h]=a,V=e.findIndex(R=>R.name===c.name);return~V?h[V]=l:d.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 et(...Ls(s,o))}};Vc=Symbol.toStringTag;et[Vc]=(r=>(r.schema=null,r.batches=[],r._offsets=new Uint32Array([0]),r._nullCount=-1,r[Symbol.isConcatSpreadable]=!0,r.isValid=hi(ki),r.get=hi(st.getVisitFn(u.Struct)),r.set=as(yt.getVisitFn(u.Struct)),r.indexOf=cs(Sr.getVisitFn(u.Struct)),"Table"))(et.prototype);var Pc,$=class{constructor(...t){switch(t.length){case 2:{if([this.schema]=t,!(this.schema instanceof E))throw new TypeError("RecordBatch constructor expects a [Schema, Data] pair.");if([,this.data=x({nullCount:0,type:new j(this.schema.fields),children:this.schema.fields.map(e=>x({type:e.type,nullCount:0}))})]=t,!(this.data instanceof L))throw new TypeError("RecordBatch constructor expects a [Schema, Data] pair.");[this.schema,this.data]=zc(this.schema,this.data.children);break}case 1:{let[e]=t,{fields:i,children:n,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]=T.new({name:l,type:e[l].type,nullable:!0}),c),{length:0,fields:new Array,children:new Array}),o=new E(i),a=x({type:new j(i),length:s,children:n,nullCount:0});[this.schema,this.data]=zc(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=kc(this.schema.fields,this.data.children))}get numCols(){return this.schema.fields.length}get numRows(){return this.data.length}get nullCount(){return this.data.nullCount}isValid(t){return this.data.getValid(t)}get(t){return st.visit(this.data,t)}at(t){return this.get(gr(t,this.numRows))}set(t,e){return yt.visit(this.data,t,e)}indexOf(t,e){return Sr.visit(this.data,t,e)}[Symbol.iterator](){return fi.visit(new F([this.data]))}toArray(){return[...this]}concat(...t){return new et(this.schema,[this,...t])}slice(t,e){let[i]=new F([this.data]).slice(t,e).data;return new $(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 F([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 F([x({type:new ft,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 E(s,new Map(this.schema.metadata)),n=x({type:new j(s),children:o})}return new $(i,n)}select(t){let e=this.schema.select(t),i=new j(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 $(e,x({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=x({type:new j(e.fields),length:this.numRows,children:i});return new $(e,n)}};Pc=Symbol.toStringTag;$[Pc]=(r=>(r._nullCount=-1,r[Symbol.isConcatSpreadable]=!0,"RecordBatch"))($.prototype);function zc(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:x({type:c.type,length:e,nullCount:e,nullBitmap:new Uint8Array(o)}))}return[r.assign(n),x({type:new j(n),length:e,children:s})]}function kc(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)||[]])kc(a.children,l?.children,e);if(f.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 Nr=class extends ${constructor(t){let e=t.fields.map(n=>x({type:n.type})),i=x({type:new j(t.fields),nullCount:0,children:e});super(t,i)}};var rt=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 rt).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsMessage(t,e){return t.setPosition(t.position()+4),(e||new rt).__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):P.V1}headerType(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.readUint8(this.bb_pos+t):U.NONE}header(t){let e=this.bb.__offset(this.bb_pos,8);return e?this.bb.__union(t,this.bb_pos+e):null}bodyLength(){let t=this.bb.__offset(this.bb_pos,10);return t?this.bb.readInt64(this.bb_pos+t):BigInt("0")}customMetadata(t,e){let i=this.bb.__offset(this.bb_pos,12);return i?(e||new G).__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,P.V1)}static addHeaderType(t,e){t.addFieldInt8(1,e,U.NONE)}static addHeader(t,e){t.addFieldOffset(2,e,0)}static addBodyLength(t,e){t.addFieldInt64(3,e,BigInt("0"))}static addCustomMetadata(t,e){t.addFieldOffset(4,e,0)}static createCustomMetadataVector(t,e){t.startVector(4,e.length,4);for(let i=e.length-1;i>=0;i--)t.addOffset(e[i]);return t.endVector()}static startCustomMetadataVector(t,e){t.startVector(4,e,4)}static endMessage(t){return t.endObject()}static finishMessageBuffer(t,e){t.finish(e)}static finishSizePrefixedMessageBuffer(t,e){t.finish(e,void 0,!0)}static createMessage(t,e,i,n,s,o){return rt.startMessage(t),rt.addVersion(t,e),rt.addHeaderType(t,i),rt.addHeader(t,n),rt.addBodyLength(t,s),rt.addCustomMetadata(t,o),rt.endMessage(t)}};var zo=class extends b{visit(t,e){return t==null||e==null?void 0:super.visit(t,e)}visitNull(t,e){return Fe.startNull(e),Fe.endNull(e)}visitInt(t,e){return ut.startInt(e),ut.addBitWidth(e,t.bitWidth),ut.addIsSigned(e,t.isSigned),ut.endInt(e)}visitFloat(t,e){return Lt.startFloatingPoint(e),Lt.addPrecision(e,t.precision),Lt.endFloatingPoint(e)}visitBinary(t,e){return Be.startBinary(e),Be.endBinary(e)}visitLargeBinary(t,e){return xe.startLargeBinary(e),xe.endLargeBinary(e)}visitBool(t,e){return De.startBool(e),De.endBool(e)}visitUtf8(t,e){return Ne.startUtf8(e),Ne.endUtf8(e)}visitLargeUtf8(t,e){return Te.startLargeUtf8(e),Te.endLargeUtf8(e)}visitDecimal(t,e){return dt.startDecimal(e),dt.addScale(e,t.scale),dt.addPrecision(e,t.precision),dt.addBitWidth(e,t.bitWidth),dt.endDecimal(e)}visitDate(t,e){return Ot.startDate(e),Ot.addUnit(e,t.unit),Ot.endDate(e)}visitTime(t,e){return _t.startTime(e),_t.addUnit(e,t.unit),_t.addBitWidth(e,t.bitWidth),_t.endTime(e)}visitTimestamp(t,e){let i=t.timezone&&e.createString(t.timezone)||void 0;return wt.startTimestamp(e),wt.addUnit(e,t.unit),i!==void 0&&wt.addTimezone(e,i),wt.endTimestamp(e)}visitInterval(t,e){return Et.startInterval(e),Et.addUnit(e,t.unit),Et.endInterval(e)}visitDuration(t,e){return Ft.startDuration(e),Ft.addUnit(e,t.unit),Ft.endDuration(e)}visitList(t,e){return Oe.startList(e),Oe.endList(e)}visitStruct(t,e){return Me.startStruct_(e),Me.endStruct_(e)}visitUnion(t,e){ht.startTypeIdsVector(e,t.typeIds.length);let i=ht.createTypeIdsVector(e,t.typeIds);return ht.startUnion(e),ht.addMode(e,t.mode),ht.addTypeIds(e,i),ht.endUnion(e)}visitDictionary(t,e){let i=this.visit(t.indices,e);return Jt.startDictionaryEncoding(e),Jt.addId(e,BigInt(t.id)),Jt.addIsOrdered(e,t.isOrdered),i!==void 0&&Jt.addIndexType(e,i),Jt.endDictionaryEncoding(e)}visitFixedSizeBinary(t,e){return Mt.startFixedSizeBinary(e),Mt.addByteWidth(e,t.byteWidth),Mt.endFixedSizeBinary(e)}visitFixedSizeList(t,e){return Nt.startFixedSizeList(e),Nt.addListSize(e,t.listSize),Nt.endFixedSizeList(e)}visitMap(t,e){return Ut.startMap(e),Ut.addKeysSorted(e,t.keysSorted),Ut.endMap(e)}},Es=new zo;function Yc(r,t=new Map){return new E(Dd(r,t),Us(r.metadata),t)}function Po(r){return new bt(r.count,Gc(r.columns),Jc(r.columns))}function Hc(r){return new Yt(Po(r.data),r.id,r.isDelta)}function Dd(r,t){return(r.fields||[]).filter(Boolean).map(e=>T.fromJSON(e,t))}function jc(r,t){return(r.children||[]).filter(Boolean).map(e=>T.fromJSON(e,t))}function Gc(r){return(r||[]).reduce((t,e)=>[...t,new ce(e.count,xd(e.VALIDITY)),...Gc(e.children)],[])}function Jc(r,t=[]){for(let e=-1,i=(r||[]).length;++e<i;){let n=r[e];n.VALIDITY&&t.push(new $t(t.length,n.VALIDITY.length)),n.TYPE_ID&&t.push(new $t(t.length,n.TYPE_ID.length)),n.OFFSET&&t.push(new $t(t.length,n.OFFSET.length)),n.DATA&&t.push(new $t(t.length,n.DATA.length)),t=Jc(n.children,t)}return t}function xd(r){return(r||[]).reduce((t,e)=>t+ +(e===0),0)}function Zc(r,t){let e,i,n,s,o,a;return!t||!(s=r.dictionary)?(o=$c(r,jc(r,t)),n=new T(r.name,o,r.nullable,Us(r.metadata))):t.has(e=s.id)?(i=(i=s.indexType)?Wc(i):new Zt,a=new Pt(t.get(e),i,e,s.isOrdered),n=new T(r.name,a,r.nullable,Us(r.metadata))):(i=(i=s.indexType)?Wc(i):new Zt,t.set(e,o=$c(r,jc(r,t))),a=new Pt(o,i,e,s.isOrdered),n=new T(r.name,a,r.nullable,Us(r.metadata))),n||null}function Us(r=[]){return new Map(r.map(({key:t,value:e})=>[t,e]))}function Wc(r){return new tt(r.isSigned,r.bitWidth)}function $c(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 Le;case"utf8":return new ie;case"largeutf8":return new Ee;case"bool":return new ne;case"list":return new Vt((t||[])[0]);case"struct":return new j(t||[]);case"struct_":return new j(t||[])}switch(e){case"int":{let i=r.type;return new tt(i.isSigned,i.bitWidth)}case"floatingpoint":{let i=r.type;return new Ct(W[i.precision])}case"decimal":{let i=r.type;return new se(i.scale,i.precision,i.bitWidth)}case"date":{let i=r.type;return new Xt(X[i.unit])}case"time":{let i=r.type;return new Bt(p[i.unit],i.bitWidth)}case"timestamp":{let i=r.type;return new Dt(p[i.unit],i.timezone)}case"interval":{let i=r.type;return new qt(Q[i.unit])}case"duration":{let i=r.type;return new Ue(p[i.unit])}case"union":{let i=r.type,[n,...s]=(i.mode+"").toLowerCase(),o=n.toUpperCase()+s.join("");return new oe(Y[o],i.typeIds||[],t||[])}case"fixedsizebinary":{let i=r.type;return new Re(i.byteWidth)}case"fixedsizelist":{let i=r.type;return new vt(i.listSize,(t||[])[0])}case"map":{let i=r.type;return new zt((t||[])[0],i.keysSorted)}}throw new Error(`Unrecognized type: "${e}"`)}var Td=ke,Od=At,at=class{static fromJSON(t,e){let i=new at(0,P.V5,e);return i._createHeader=Fd(t,e),i}static decode(t){t=new Od(S(t));let e=rt.getRootAsMessage(t),i=e.bodyLength(),n=e.version(),s=e.headerType(),o=new at(i,n,s);return o._createHeader=Md(e,s),o}static encode(t){let e=new Td,i=-1;return t.isSchema()?i=E.encode(e,t.header()):t.isRecordBatch()?i=bt.encode(e,t.header()):t.isDictionaryBatch()&&(i=Yt.encode(e,t.header())),rt.startMessage(e),rt.addVersion(e,P.V5),rt.addHeader(e,i),rt.addHeaderType(e,t.headerType),rt.addBodyLength(e,BigInt(t.bodyLength)),rt.finishMessageBuffer(e,rt.endMessage(e)),e.asUint8Array()}static from(t,e=0){if(t instanceof E)return new at(0,P.V5,U.Schema,t);if(t instanceof bt)return new at(e,P.V5,U.RecordBatch,t);if(t instanceof Yt)return new at(e,P.V5,U.DictionaryBatch,t);throw new Error(`Unrecognized Message header: ${t}`)}get type(){return this.headerType}get version(){return this._version}get headerType(){return this._headerType}get bodyLength(){return this._bodyLength}header(){return this._createHeader()}isSchema(){return this.headerType===U.Schema}isRecordBatch(){return this.headerType===U.RecordBatch}isDictionaryBatch(){return this.headerType===U.DictionaryBatch}constructor(t,e,i,n){this._version=e,this._headerType=i,this.body=new Uint8Array(0),n&&(this._createHeader=()=>n),this._bodyLength=C(t)}},bt=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=C(t)}},Yt=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=C(e)}},$t=class{constructor(t,e){this.offset=C(t),this.length=C(e)}},ce=class{constructor(t,e){this.length=C(t),this.nullCount=C(e)}};function Fd(r,t){return()=>{switch(t){case U.Schema:return E.fromJSON(r);case U.RecordBatch:return bt.fromJSON(r);case U.DictionaryBatch:return Yt.fromJSON(r)}throw new Error(`Unrecognized Message type: { name: ${U[t]}, type: ${t} }`)}}function Md(r,t){return()=>{switch(t){case U.Schema:return E.decode(r.header(new K),new Map,r.version());case U.RecordBatch:return bt.decode(r.header(new gt),r.version());case U.DictionaryBatch:return Yt.decode(r.header(new ee),r.version())}throw new Error(`Unrecognized Message type: { name: ${U[t]}, type: ${t} }`)}}T.encode=jd;T.decode=Pd;T.fromJSON=Zc;E.encode=kd;E.decode=Nd;E.fromJSON=Yc;bt.encode=Wd;bt.decode=Ld;bt.fromJSON=Po;Yt.encode=$d;Yt.decode=Ed;Yt.fromJSON=Hc;ce.encode=Yd;ce.decode=Rd;$t.encode=Hd;$t.decode=Ud;function Nd(r,t=new Map,e=P.V5){let i=zd(r,t);return new E(i,Rs(r),t,e)}function Ld(r,t=P.V5){if(r.compression()!==null)throw new Error("Record batch compression not implemented");return new bt(r.length(),Cd(r),Vd(r,t))}function Ed(r,t=P.V5){return new Yt(bt.decode(r.data(),t),r.id(),r.isDelta())}function Ud(r){return new $t(r.offset(),r.length())}function Rd(r){return new ce(r.length(),r.nullCount())}function Cd(r){let t=[];for(let e,i=-1,n=-1,s=r.nodesLength();++i<s;)(e=r.nodes(i))&&(t[++n]=ce.decode(e));return t}function Vd(r,t){let e=[];for(let i,n=-1,s=-1,o=r.buffersLength();++n<o;)(i=r.buffers(n))&&(t<P.V4&&(i.bb_pos+=8*(n+1)),e[++s]=$t.decode(i));return e}function zd(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 Xc(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 Pd(r,t){let e,i,n,s,o,a;return!t||!(a=r.dictionary())?(n=Kc(r,Xc(r,t)),i=new T(r.name(),n,r.nullable(),Rs(r))):t.has(e=C(a.id()))?(s=(s=a.indexType())?qc(s):new Zt,o=new Pt(t.get(e),s,e,a.isOrdered()),i=new T(r.name(),o,r.nullable(),Rs(r))):(s=(s=a.indexType())?qc(s):new Zt,t.set(e,n=Kc(r,Xc(r,t))),o=new Pt(n,s,e,a.isOrdered()),i=new T(r.name(),o,r.nullable(),Rs(r))),i||null}function Rs(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 qc(r){return new tt(r.isSigned(),r.bitWidth())}function Kc(r,t){let e=r.typeType();switch(e){case H.NONE:return new ft;case H.Null:return new ft;case H.Binary:return new re;case H.LargeBinary:return new Le;case H.Utf8:return new ie;case H.LargeUtf8:return new Ee;case H.Bool:return new ne;case H.List:return new Vt((t||[])[0]);case H.Struct_:return new j(t||[])}switch(e){case H.Int:{let i=r.type(new ut);return new tt(i.isSigned(),i.bitWidth())}case H.FloatingPoint:{let i=r.type(new Lt);return new Ct(i.precision())}case H.Decimal:{let i=r.type(new dt);return new se(i.scale(),i.precision(),i.bitWidth())}case H.Date:{let i=r.type(new Ot);return new Xt(i.unit())}case H.Time:{let i=r.type(new _t);return new Bt(i.unit(),i.bitWidth())}case H.Timestamp:{let i=r.type(new wt);return new Dt(i.unit(),i.timezone())}case H.Interval:{let i=r.type(new Et);return new qt(i.unit())}case H.Duration:{let i=r.type(new Ft);return new Ue(i.unit())}case H.Union:{let i=r.type(new ht);return new oe(i.mode(),i.typeIdsArray()||[],t||[])}case H.FixedSizeBinary:{let i=r.type(new Mt);return new Re(i.byteWidth())}case H.FixedSizeList:{let i=r.type(new Nt);return new vt(i.listSize(),(t||[])[0])}case H.Map:{let i=r.type(new Ut);return new zt((t||[])[0],i.keysSorted())}}throw new Error(`Unrecognized type: "${H[e]}" (${e})`)}function kd(r,t){let e=t.fields.map(s=>T.encode(r,s));K.startFieldsVector(r,e.length);let i=K.createFieldsVector(r,e),n=t.metadata&&t.metadata.size>0?K.createCustomMetadataVector(r,[...t.metadata].map(([s,o])=>{let a=r.createString(`${s}`),c=r.createString(`${o}`);return G.startKeyValue(r),G.addKey(r,a),G.addValue(r,c),G.endKeyValue(r)})):-1;return K.startSchema(r),K.addFields(r,i),K.addEndianness(r,Gd?tr.Little:tr.Big),n!==-1&&K.addCustomMetadata(r,n),K.endSchema(r)}function jd(r,t){let e=-1,i=-1,n=-1,s=t.type,o=t.typeId;f.isDictionary(s)?(o=s.dictionary.typeId,n=Es.visit(s,r),i=Es.visit(s.dictionary,r)):i=Es.visit(s,r);let a=(s.children||[]).map(d=>T.encode(r,d)),c=nt.createChildrenVector(r,a),l=t.metadata&&t.metadata.size>0?nt.createCustomMetadataVector(r,[...t.metadata].map(([d,h])=>{let V=r.createString(`${d}`),R=r.createString(`${h}`);return G.startKeyValue(r),G.addKey(r,V),G.addValue(r,R),G.endKeyValue(r)})):-1;return t.name&&(e=r.createString(t.name)),nt.startField(r),nt.addType(r,i),nt.addTypeType(r,o),nt.addChildren(r,c),nt.addNullable(r,!!t.nullable),e!==-1&&nt.addName(r,e),n!==-1&&nt.addDictionary(r,n),l!==-1&&nt.addCustomMetadata(r,l),nt.endField(r)}function Wd(r,t){let e=t.nodes||[],i=t.buffers||[];gt.startNodesVector(r,e.length);for(let o of e.slice().reverse())ce.encode(r,o);let n=r.endVector();gt.startBuffersVector(r,i.length);for(let o of i.slice().reverse())$t.encode(r,o);let s=r.endVector();return gt.startRecordBatch(r),gt.addLength(r,BigInt(t.length)),gt.addNodes(r,n),gt.addBuffers(r,s),gt.endRecordBatch(r)}function $d(r,t){let e=bt.encode(r,t.data);return ee.startDictionaryBatch(r),ee.addId(r,BigInt(t.id)),ee.addIsDelta(r,t.isDelta),ee.addData(r,e),ee.endDictionaryBatch(r)}function Yd(r,t){return Yr.createFieldNode(r,BigInt(t.length),BigInt(t.nullCount))}function Hd(r,t){return $r.createBuffer(r,BigInt(t.offset),BigInt(t.length))}var Gd=(()=>{let r=new ArrayBuffer(2);return new DataView(r).setInt16(0,256,!0),new Int16Array(r)[0]===256})();var jo=r=>`Expected ${U[r]} Message in stream, but was null or length 0.`,Wo=r=>`Header pointer of flatbuffer-encoded ${U[r]} Message is null or length 0.`,Qc=(r,t)=>`Expected to read ${r} metadata bytes, but only read ${t}.`,tl=(r,t)=>`Expected to read ${r} bytes for message body, but only read ${t}.`,Ii=class{constructor(t){this.source=t instanceof ze?t:new ze(t)}[Symbol.iterator](){return this}next(){let t;return(t=this.readMetadataLength()).done?J:t.value===-1&&(t=this.readMetadataLength()).done?J:(t=this.readMetadata(t.value)).done?J:t}throw(t){return this.source.throw(t)}return(t){return this.source.return(t)}readMessage(t){let e;if((e=this.next()).done)return null;if(t!=null&&e.value.headerType!==t)throw new Error(jo(t));return e.value}readMessageBody(t){if(t<=0)return new Uint8Array(0);let e=S(this.source.read(t));if(e.byteLength<t)throw new Error(tl(t,e.byteLength));return e.byteOffset%8===0&&e.byteOffset+e.byteLength<=e.buffer.byteLength?e:e.slice()}readSchema(t=!1){let e=U.Schema,i=this.readMessage(e),n=i?.header();if(t&&!n)throw new Error(Wo(e));return n}readMetadataLength(){let t=this.source.read(Cs),e=t&&new At(t),i=e?.readInt32(0)||0;return{done:i===0,value:i}}readMetadata(t){let e=this.source.read(t);if(!e)return J;if(e.byteLength<t)throw new Error(Qc(t,e.byteLength));return{done:!1,value:at.decode(e)}}},yn=class{constructor(t,e){this.source=t instanceof jt?t:Tn(t)?new sr(t,e):new jt(t)}[Symbol.asyncIterator](){return this}next(){return m(this,void 0,void 0,function*(){let t;return(t=yield this.readMetadataLength()).done?J:t.value===-1&&(t=yield this.readMetadataLength()).done?J:(t=yield this.readMetadata(t.value)).done?J:t})}throw(t){return 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(jo(t));return e.value})}readMessageBody(t){return m(this,void 0,void 0,function*(){if(t<=0)return new Uint8Array(0);let e=S(yield this.source.read(t));if(e.byteLength<t)throw new Error(tl(t,e.byteLength));return e.byteOffset%8===0&&e.byteOffset+e.byteLength<=e.buffer.byteLength?e:e.slice()})}readSchema(){return m(this,arguments,void 0,function*(t=!1){let e=U.Schema,i=yield this.readMessage(e),n=i?.header();if(t&&!n)throw new Error(Wo(e));return n})}readMetadataLength(){return m(this,void 0,void 0,function*(){let t=yield this.source.read(Cs),e=t&&new At(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 J;if(e.byteLength<t)throw new Error(Qc(t,e.byteLength));return{done:!1,value:at.decode(e)}})}},bn=class extends Ii{constructor(t){super(new Uint8Array(0)),this._schema=!1,this._body=[],this._batchIndex=0,this._dictionaryIndex=0,this._json=t instanceof ji?t:new ji(t)}next(){let{_json:t}=this;if(!this._schema)return this._schema=!0,{done:!1,value:at.fromJSON(t.schema,U.Schema)};if(this._dictionaryIndex<t.dictionaries.length){let e=t.dictionaries[this._dictionaryIndex++];return this._body=e.data.columns,{done:!1,value:at.fromJSON(e,U.DictionaryBatch)}}if(this._batchIndex<t.batches.length){let e=t.batches[this._batchIndex++];return this._body=e.columns,{done:!1,value:at.fromJSON(e,U.RecordBatch)}}return this._body=[],J}readMessageBody(t){return e(this._body);function e(i){return(i||[]).reduce((n,s)=>[...n,...s.VALIDITY&&[s.VALIDITY]||[],...s.TYPE_ID&&[s.TYPE_ID]||[],...s.OFFSET&&[s.OFFSET]||[],...s.DATA&&[s.DATA]||[],...e(s.children)],[])}}readMessage(t){let e;if((e=this.next()).done)return null;if(t!=null&&e.value.headerType!==t)throw new Error(jo(t));return e.value}readSchema(){let t=U.Schema,e=this.readMessage(t),i=e?.header();if(!e||!i)throw new Error(Wo(t));return i}},Cs=4,ko="ARROW1",Si=new Uint8Array(ko.length);for(let r=0;r<ko.length;r+=1)Si[r]=ko.codePointAt(r);function Vs(r,t=0){for(let e=-1,i=Si.length;++e<i;)if(Si[e]!==r[t+e])return!1;return!0}var Ai=Si.length,$o=Ai+Cs,el=Ai*2+Cs;var Tt=class extends Br{constructor(t){super(),this._impl=t}get closed(){return this._impl.closed}get schema(){return this._impl.schema}get autoDestroy(){return this._impl.autoDestroy}get dictionaries(){return this._impl.dictionaries}get numDictionaries(){return this._impl.numDictionaries}get numRecordBatches(){return this._impl.numRecordBatches}get footer(){return this._impl.isFile()?this._impl.footer:null}isSync(){return this._impl.isSync()}isAsync(){return this._impl.isAsync()}isFile(){return this._impl.isFile()}isStream(){return this._impl.isStream()}next(){return this._impl.next()}throw(t){return this._impl.throw(t)}return(t){return this._impl.return(t)}cancel(){return this._impl.cancel()}reset(t){return this._impl.reset(t),this._DOMStream=void 0,this._nodeStream=void 0,this}open(t){let e=this._impl.open(t);return ue(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 mt.toDOMStream(this.isSync()?{[Symbol.iterator]:()=>this}:{[Symbol.asyncIterator]:()=>this})}toNodeStream(){return mt.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 Tt?t:Dn(t)?Zd(t):Tn(t)?Kd(t):ue(t)?(()=>m(this,void 0,void 0,function*(){return yield Tt.from(yield t)}))():On(t)||Fi(t)||Mn(t)||Qt(t)?qd(new jt(t)):Xd(new ze(t))}static readAll(t){return t instanceof Tt?t.isSync()?rl(t):il(t):Dn(t)||ArrayBuffer.isView(t)||de(t)||xn(t)?rl(t):il(t)}},Xe=class extends Tt{constructor(t){super(t),this._impl=t}readAll(){return[...this]}[Symbol.iterator](){return this._impl[Symbol.iterator]()}[Symbol.asyncIterator](){return Ht(this,arguments,function*(){yield M(yield*jr(le(this[Symbol.iterator]())))})}},Lr=class extends Tt{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=le(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]()}},Er=class extends Xe{constructor(t){super(t),this._impl=t}},zs=class extends Lr{constructor(t){super(t),this._impl=t}},Ps=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=x({type:new j(this.schema.fields),length:t.length,children:i});return new $(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 F(l)):new F(l)).memoize()}_loadVectors(t,e,i){return new Yi(e,t.nodes,t.buffers,this.dictionaries,this.schema.metadataVersion).visitMany(i)}},Bi=class extends Ps{constructor(t,e){super(e),this._reader=Dn(t)?new bn(this._handle=t):new Ii(this._handle=t)}isSync(){return!0}isStream(){return!0}[Symbol.iterator](){return this}cancel(){!this.closed&&(this.closed=!0)&&(this.reset()._reader.return(),this._reader=null,this.dictionaries=null)}open(t){return this.closed||(this.autoDestroy=nl(this,t),this.schema||(this.schema=this._reader.readSchema())||this.cancel()),this}throw(t){return!this.closed&&this.autoDestroy&&(this.closed=!0)?this.reset()._reader.throw(t):J}return(t){return!this.closed&&this.autoDestroy&&(this.closed=!0)?this.reset()._reader.return(t):J}next(){if(this.closed)return J;let t,{_reader:e}=this;for(;t=this._readNextMessageAndValidate();)if(t.isSchema())this.reset(t.header());else if(t.isRecordBatch()){this._recordBatchIndex++;let i=t.header(),n=e.readMessageBody(t.bodyLength);return{done:!1,value:this._loadRecordBatch(i,n)}}else if(t.isDictionaryBatch()){this._dictionaryIndex++;let i=t.header(),n=e.readMessageBody(t.bodyLength),s=this._loadDictionaryBatch(i,n);this.dictionaries.set(i.id,s)}return this.schema&&this._recordBatchIndex===0?(this._recordBatchIndex++,{done:!1,value:new Nr(this.schema)}):this.return()}_readNextMessageAndValidate(t){return this._reader.readMessage(t)}},Di=class extends Ps{constructor(t,e){super(e),this._reader=new yn(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=nl(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):J})}return(t){return m(this,void 0,void 0,function*(){return!this.closed&&this.autoDestroy&&(this.closed=!0)?yield this.reset()._reader.return(t):J})}next(){return m(this,void 0,void 0,function*(){if(this.closed)return J;let t,{_reader:e}=this;for(;t=yield this._readNextMessageAndValidate();)if(t.isSchema())yield this.reset(t.header());else if(t.isRecordBatch()){this._recordBatchIndex++;let i=t.header(),n=yield e.readMessageBody(t.bodyLength);return{done:!1,value:this._loadRecordBatch(i,n)}}else if(t.isDictionaryBatch()){this._dictionaryIndex++;let i=t.header(),n=yield e.readMessageBody(t.bodyLength),s=this._loadDictionaryBatch(i,n);this.dictionaries.set(i.id,s)}return this.schema&&this._recordBatchIndex===0?(this._recordBatchIndex++,{done:!1,value:new Nr(this.schema)}):yield this.return()})}_readNextMessageAndValidate(t){return m(this,void 0,void 0,function*(){return yield this._reader.readMessage(t)})}},ks=class extends Bi{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 Wi?t:new Wi(t),e)}isSync(){return!0}isFile(){return!0}open(t){if(!this.closed&&!this._footer){this.schema=(this._footer=this._readFooter()).schema;for(let e of this._footer.dictionaryBatches())e&&this._readDictionaryBatch(this._dictionaryIndex++)}return super.open(t)}readRecordBatch(t){var e;if(this.closed)return null;this._footer||this.open();let i=(e=this._footer)===null||e===void 0?void 0:e.getRecordBatch(t);if(i&&this._handle.seek(i.offset)){let n=this._reader.readMessage(U.RecordBatch);if(n?.isRecordBatch()){let s=n.header(),o=this._reader.readMessageBody(n.bodyLength);return this._loadRecordBatch(s,o)}}return null}_readDictionaryBatch(t){var e;let i=(e=this._footer)===null||e===void 0?void 0:e.getDictionaryBatch(t);if(i&&this._handle.seek(i.offset)){let n=this._reader.readMessage(U.DictionaryBatch);if(n?.isDictionaryBatch()){let s=n.header(),o=this._reader.readMessageBody(n.bodyLength),a=this._loadDictionaryBatch(s,o);this.dictionaries.set(s.id,a)}}}_readFooter(){let{_handle:t}=this,e=t.size-$o,i=t.readInt32(e),n=t.readAt(e-i,i);return $e.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}},Yo=class extends Di{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 sr?t:new sr(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(U.RecordBatch);if(n?.isRecordBatch()){let s=n.header(),o=yield this._reader.readMessageBody(n.bodyLength);return this._loadRecordBatch(s,o)}}return null})}_readDictionaryBatch(t){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(U.DictionaryBatch);if(n?.isDictionaryBatch()){let s=n.header(),o=yield this._reader.readMessageBody(n.bodyLength),a=this._loadDictionaryBatch(s,o);this.dictionaries.set(s.id,a)}}})}_readFooter(){return m(this,void 0,void 0,function*(){let{_handle:t}=this;t._pending&&(yield t._pending);let e=t.size-$o,i=yield t.readInt32(e),n=yield t.readAt(e-i,i);return $e.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})}},Ho=class extends Bi{constructor(t,e){super(t,e)}_loadVectors(t,e,i){return new ds(e,t.nodes,t.buffers,this.dictionaries,this.schema.metadataVersion).visitMany(i)}};function nl(r,t){return t&&typeof t.autoDestroy=="boolean"?t.autoDestroy:r.autoDestroy}function*rl(r){let t=Tt.from(r);try{if(!t.open({autoDestroy:!1}).closed)do yield t;while(!t.reset().open().closed)}finally{t.cancel()}}function il(r){return Ht(this,arguments,function*(){let e=yield M(Tt.from(r));try{if(!(yield M(e.open({autoDestroy:!1}))).closed)do yield yield M(e);while(!(yield M(e.reset().open())).closed)}finally{yield M(e.cancel())}})}function Zd(r){return new Xe(new Ho(r))}function Xd(r){let t=r.peek(Ai+7&-8);return t&&t.byteLength>=4?Vs(t)?new Er(new ks(r.read())):new Xe(new Bi(r)):new Xe(new Bi(function*(){}()))}function qd(r){return m(this,void 0,void 0,function*(){let t=yield r.peek(Ai+7&-8);return t&&t.byteLength>=4?Vs(t)?new Er(new ks(yield r.read())):new Lr(new Di(r)):new Lr(new Di(function(){return Ht(this,arguments,function*(){})}()))})}function Kd(r){return m(this,void 0,void 0,function*(){let{size:t}=yield r.stat(),e=new sr(r,t);return t>=el&&Vs(yield e.readAt(0,Ai+7&-8))?new zs(new Yo(e)):new Lr(new Di(e))})}var Z=class extends b{static assemble(...t){let e=n=>n.flatMap(s=>Array.isArray(s)?e(s):s instanceof $?s.data.children:s.data),i=new Z;return i.visitMany(e(t)),i}constructor(){super(),this._byteLength=0,this._nodes=[],this._buffers=[],this._bufferRegions=[]}visit(t){if(t instanceof F)return this.visitMany(t.data),this;let{type:e}=t;if(!f.isDictionary(e)){let{length:i}=t;if(i>2147483647)throw new RangeError("Cannot write arrays larger than 2^31 - 1 in length");if(f.isUnion(e))this.nodes.push(new ce(i,0));else{let{nullCount:n}=t;f.isNull(e)||we.call(this,n<=0?new Uint8Array(0):wr(t.offset,i,t.nullBitmap)),this.nodes.push(new ce(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 we(r){let t=r.byteLength+7&-8;return this.buffers.push(r),this.bufferRegions.push(new $t(this._byteLength,t)),this._byteLength+=t,this}function Qd(r){var t;let{type:e,length:i,typeIds:n,valueOffsets:s}=r;if(we.call(this,n),e.mode===Y.Sparse)return Go.call(this,r);if(e.mode===Y.Dense){if(r.offset<=0)return we.call(this,s),Go.call(this,r);{let o=new Int32Array(i),a=Object.create(null),c=Object.create(null);for(let l,d,h=-1;++h<i;)(l=n[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);we.call(this,o),this.visitMany(r.children.map((l,d)=>{let h=e.typeIds[d],V=a[h],R=c[h];return l.slice(V,Math.min(i,R))}))}}return this}function th(r){let t;return r.nullCount>=r.length?we.call(this,new Uint8Array(0)):(t=r.values)instanceof Uint8Array?we.call(this,wr(r.offset,r.length,t)):we.call(this,vr(r.values))}function qe(r){return we.call(this,r.values.subarray(0,r.length*r.stride))}function js(r){let{length:t,values:e,valueOffsets:i}=r,n=C(i[0]),s=C(i[t]),o=Math.min(s-n,e.byteLength-n);return we.call(this,Ln(-n,t+1,i)),we.call(this,e.subarray(n,n+o)),this}function Jo(r){let{length:t,valueOffsets:e}=r;if(e){let{[0]:i,[t]:n}=e;return we.call(this,Ln(-i,t+1,e)),this.visit(r.children[0].slice(i,n-i))}return this.visit(r.children[0])}function Go(r){return this.visitMany(r.type.children.map((t,e)=>r.children[e]).filter(Boolean))[0]}Z.prototype.visitBool=th;Z.prototype.visitInt=qe;Z.prototype.visitFloat=qe;Z.prototype.visitUtf8=js;Z.prototype.visitLargeUtf8=js;Z.prototype.visitBinary=js;Z.prototype.visitLargeBinary=js;Z.prototype.visitFixedSizeBinary=qe;Z.prototype.visitDate=qe;Z.prototype.visitTimestamp=qe;Z.prototype.visitTime=qe;Z.prototype.visitDecimal=qe;Z.prototype.visitList=Jo;Z.prototype.visitStruct=Go;Z.prototype.visitUnion=Qd;Z.prototype.visitInterval=qe;Z.prototype.visitDuration=qe;Z.prototype.visitFixedSizeList=Jo;Z.prototype.visitMap=Jo;var Ur=class extends Br{static throughNode(t){throw new Error('"throughNode" not available in this environment')}static throughDOM(t,e){throw new Error('"throughDOM" not available in this environment')}constructor(t){super(),this._position=0,this._started=!1,this._sink=new Ve,this._schema=null,this._dictionaryBlocks=[],this._recordBatchBlocks=[],this._seenDictionaries=new Map,this._dictionaryDeltaOffsets=new Map,St(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 ue(t)?t.then(e=>this.writeAll(e)):Qt(t)?Xo(this,t):Zo(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 Ve?this._sink=t:(this._sink=new Ve,t&&wa(t)?this.toDOMStream({type:"bytes"}).pipeTo(t):t&&va(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||!Mr(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 et&&!(e=t.schema))return this.finish()&&void 0;if(t instanceof $&&!(e=t.schema))return this.finish()&&void 0}else throw new Error("RecordBatchWriter is closed");if(e&&!Mr(e,this._schema)){if(this._started&&this._autoDestroy)return this.close();this.reset(this._sink,e)}t instanceof $?t instanceof Nr||this._writeRecordBatch(t):t instanceof et?this.writeAll(t.batches):de(t)&&this.writeAll(t)}_writeMessage(t,e=8){let i=e-1,n=at.encode(t),s=n.byteLength,o=this._writeLegacyIpcFormat?4:8,a=s+o+i&~i,c=a-s-o;return t.headerType===U.RecordBatch?this._recordBatchBlocks.push(new _e(a,t.bodyLength,this._position)):t.headerType===U.DictionaryBatch&&this._dictionaryBlocks.push(new _e(a,t.bodyLength,this._position)),this._writeLegacyIpcFormat||this._write(Int32Array.of(-1)),this._write(Int32Array.of(a-o)),s>0&&this._write(n),this._writePadding(c)}_write(t){if(this._started){let e=S(t);e&&e.byteLength>0&&(this._sink.write(e),this._position+=e.byteLength)}return this}_writeSchema(t){return this._writeMessage(at.from(t))}_writeFooter(t){return this._writeLegacyIpcFormat?this._write(Int32Array.of(0)):this._write(Int32Array.of(-1,0))}_writeMagic(){return this._write(Si)}_writePadding(t){return t>0?this._write(new Uint8Array(t)):this}_writeRecordBatch(t){let{byteLength:e,nodes:i,bufferRegions:n,buffers:s}=Z.assemble(t),o=new bt(t.numRows,i,n),a=at.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}=Z.assemble(new F([t])),c=new bt(t.length,s,o),l=new Yt(c,e,i),d=at.from(l,n);return this._writeMessage(d)._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,d]of o.entries())this._writeDictionaryBatch(d,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}},Rr=class extends Ur{static writeAll(t,e){let i=new Rr(e);return ue(t)?t.then(n=>i.writeAll(n)):Qt(t)?Xo(i,t):Zo(i,t)}},Cr=class extends Ur{static writeAll(t){let e=new Cr;return ue(t)?t.then(i=>e.writeAll(i)):Qt(t)?Xo(e,t):Zo(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=$e.encode(new $e(t,P.V5,this._recordBatchBlocks,this._dictionaryBlocks));return super._writeFooter(t)._write(e)._write(Int32Array.of(e.byteLength))._writeMagic()}};function Zo(r,t){let e=t;t instanceof et&&(e=t.batches,r.reset(void 0,t.schema));for(let i of e)r.write(i);return r.finish()}function Xo(r,t){return m(this,void 0,void 0,function*(){var e,i,n,s,o,a,c;try{for(e=!0,i=le(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 sl(r,t){if(Qt(r))return rh(r,t);if(de(r))return eh(r,t);throw new Error("toDOMStream() must be called with an Iterable or AsyncIterable")}function eh(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,d=o.desiredSize||null;for(;!(l=a.next(i?d:null)).done;)if(ArrayBuffer.isView(l.value)&&(c=S(l.value))&&(d!=null&&i&&(d=d-c.byteLength+1),l.value=c),o.enqueue(l.value),d!=null&&--d<=0)return;o.close()}}function rh(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,d=o.desiredSize||null;for(;!(l=yield a.next(i?d:null)).done;)if(ArrayBuffer.isView(l.value)&&(c=S(l.value))&&(d!=null&&i&&(d=d-c.byteLength+1),l.value=c),o.enqueue(l.value),d!=null&&--d<=0)return;o.close()})}}function cl(r){return new qo(r)}var qo=class{constructor(t){this._numChunks=0,this._finished=!1,this._bufferedSize=0;let{["readableStrategy"]:e,["writableStrategy"]:i,["queueingStrategy"]:n="count"}=t,s=ga(t,["readableStrategy","writableStrategy","queueingStrategy"]);this._controller=null,this._builder=xr(s),this._getSize=n!=="bytes"?ol:al;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"?ol:al}),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)}},ol=r=>{var t;return(t=r?.length)!==null&&t!==void 0?t:0},al=r=>{var t;return(t=r?.byteLength)!==null&&t!==void 0?t:0};function Ws(r,t){let e=new Ve,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 Tt.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 $s(r,t){let e=new this(r),i=new jt(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 dh=Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},lo),Eo),Do),uo),ro),Bo),so),{compareSchemas:Mr,compareFields:Rc,compareTypes:Cc});mt.toDOMStream=sl;q.throughDOM=cl;Tt.throughDOM=Ws;Er.throughDOM=Ws;Xe.throughDOM=Ws;Ur.throughDOM=$s;Cr.throughDOM=$s;Rr.throughDOM=$s;function ll(r){return new E(r.fields.map(t=>gn(t)),ul(r.metadata))}function ul(r){return r?new Map(Object.entries(r)):new Map}function gn(r){return new T(r.name,Qo(r.type),r.nullable,ul(r.metadata))}function Qo(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(n=>gn(n));return new zt(t,r.keysSorted);case"list":let e=gn(r.children[0]);return new Vt(e);case"fixed-size-list":let i=gn(r.children[0]);return new vt(r.listSize,i);case"struct":return t=r.children.map(n=>gn(n)),new j(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 ne;case"int8":return new cr;case"int16":return new lr;case"int32":return new Zt;case"int64":return new ur;case"uint8":return new dr;case"uint16":return new hr;case"uint32":return new fr;case"uint64":return new pr;case"float16":return new mr;case"float32":return new yr;case"float64":return new br;case"utf8":return new ie;case"date-day":return new Zr;case"date-millisecond":return new Xr;case"time-second":return new qr;case"time-millisecond":return new Kr;case"time-microsecond":return new Qr;case"time-nanosecond":return new ti;case"timestamp-second":return new ei;case"timestamp-millisecond":return new ri;case"timestamp-microsecond":return new ii;case"timestamp-nanosecond":return new ni;case"interval-daytime":return new si;case"interval-yearmonth":return new oi;default:throw new Error("array type not supported")}}function ta(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 d=a[l],h=a[l+1],V=a[l+2];t=d<t?d:t,e=h<e?h:e,i=V<i?V:i,n=d>n?d:n,s=h>s?h:s,o=V>o?V:o}return[[t,e,i],[n,s,o]]}function dl(r,t){let e=hh(r,t),i=e.children[0].type,n={[Rt.DATA]:r},s=new L(i,0,r.length,0,n);return new L(e,0,r.length/t,0,void 0,[s])}function hh(r,t){let{type:e}=ya(r),i=Qo(e);return new vt(t,new T("value",i))}function ea(r,t){switch(t){case"columnar-table":return fh(r);case"arrow-table":return ph(r);default:throw new Error(t)}}function fh(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 ph(r,t){let{schema:e}=r,i=ll(e),n=[];for(let d in r.attributes){let h=r.attributes[d],{value:V,size:R=1}=h,it=dl(V,R);n.push(it)}let s=new j(i.fields),o=n[0].length,a=new L(s,0,o,0,void 0,n),c=new $(i,a),l=new et([c]);return{shape:"arrow-table",schema:e,data:l}}function ra(r,t,e){let i=Xs(t.value),n=e||hl(t);return{name:r,type:{type:"fixed-size-list",listSize:t.size,children:[{name:"value",type:i}]},nullable:!1,metadata:n}}function hl(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}function pl(r,t,e){let i=ml(t.metadata),n=[],s=mh(t.attributes);for(let o in r){let a=r[o],c=fl(o,a,s[o]);n.push(c)}if(e){let o=fl("indices",e);n.push(o)}return{fields:n,metadata:i}}function mh(r){let t={};for(let e in r){let i=r[e];t[i.name||"undefined"]=i}return t}function fl(r,t,e){let i=e?ml(e.metadata):void 0;return ra(r,t,i)}function ml(r){Object.entries(r);let t={};for(let e in r)t[`${e}.string`]=JSON.stringify(r[e]);return t}var yl={POSITION:"POSITION",NORMAL:"NORMAL",COLOR:"COLOR_0",TEX_COORD:"TEXCOORD_0"},yh={1:Int8Array,2:Uint8Array,3:Int16Array,4:Uint16Array,5:Int32Array,6:Uint32Array,9:Float32Array},bh=4,_n=class{draco;decoder;metadataQuerier;constructor(t){this.draco=t,this.decoder=new this.draco.Decoder,this.metadataQuerier=new this.draco.MetadataQuerier}destroy(){this.draco.destroy(this.decoder),this.draco.destroy(this.metadataQuerier)}parseSync(t,e={}){let i=new this.draco.DecoderBuffer;i.Init(new Int8Array(t),t.byteLength),this._disableAttributeTransforms(e);let n=this.decoder.GetEncodedGeometryType(i),s=n===this.draco.TRIANGULAR_MESH?new this.draco.Mesh:new this.draco.PointCloud;try{let o;switch(n){case this.draco.TRIANGULAR_MESH:o=this.decoder.DecodeBufferToMesh(i,s);break;case this.draco.POINT_CLOUD:o=this.decoder.DecodeBufferToPointCloud(i,s);break;default:throw new Error("DRACO: Unknown geometry type.")}if(!o.ok()||!s.ptr){let V=`DRACO decompression failed: ${o.error_msg()}`;throw new Error(V)}let a=this._getDracoLoaderData(s,n,e),c=this._getMeshData(s,a,e),l=ta(c.attributes),d=pl(c.attributes,a,c.indices);return{loader:"draco",loaderData:a,header:{vertexCount:s.num_points(),boundingBox:l},...c,schema:d}}finally{this.draco.destroy(i),s&&this.draco.destroy(s)}}_getDracoLoaderData(t,e,i){let n=this._getTopLevelMetadata(t),s=this._getDracoAttributes(t,i);return{geometry_type:e,num_attributes:t.num_attributes(),num_points:t.num_points(),num_faces:t instanceof this.draco.Mesh?t.num_faces():0,metadata:n,attributes:s}}_getDracoAttributes(t,e){let i={};for(let n=0;n<t.num_attributes();n++){let s=this.decoder.GetAttribute(t,n),o=this._getAttributeMetadata(t,n);i[s.unique_id()]={unique_id:s.unique_id(),attribute_type:s.attribute_type(),data_type:s.data_type(),num_components:s.num_components(),byte_offset:s.byte_offset(),byte_stride:s.byte_stride(),normalized:s.normalized(),attribute_index:n,metadata:o};let a=this._getQuantizationTransform(s,e);a&&(i[s.unique_id()].quantization_transform=a);let c=this._getOctahedronTransform(s,e);c&&(i[s.unique_id()].octahedron_transform=c)}return i}_getMeshData(t,e,i){let n=this._getMeshAttributes(e,t,i);if(!n.POSITION)throw new Error("DRACO: No position attribute found.");if(t instanceof this.draco.Mesh)switch(i.topology){case"triangle-strip":return{topology:"triangle-strip",mode:4,attributes:n,indices:{value:this._getTriangleStripIndices(t),size:1}};case"triangle-list":default:return{topology:"triangle-list",mode:5,attributes:n,indices:{value:this._getTriangleListIndices(t),size:1}}}return{topology:"point-list",mode:0,attributes:n}}_getMeshAttributes(t,e,i){let n={};for(let s of Object.values(t.attributes)){let o=this._deduceAttributeName(s,i);s.name=o;let a=this._getAttributeValues(e,s);if(a){let{value:c,size:l}=a;n[o]={value:c,size:l,byteOffset:s.byte_offset,byteStride:s.byte_stride,normalized:s.normalized}}}return n}_getTriangleListIndices(t){let i=t.num_faces()*3,n=i*bh,s=this.draco._malloc(n);try{return this.decoder.GetTrianglesUInt32Array(t,n,s),new Uint32Array(this.draco.HEAPF32.buffer,s,i).slice()}finally{this.draco._free(s)}}_getTriangleStripIndices(t){let e=new this.draco.DracoInt32Array;try{return this.decoder.GetTriangleStripsFromMesh(t,e),wh(e)}finally{this.draco.destroy(e)}}_getAttributeValues(t,e){let i=yh[e.data_type];if(!i)return console.warn(`DRACO: Unsupported attribute type ${e.data_type}`),null;let n=e.num_components,o=t.num_points()*n,a=o*i.BYTES_PER_ELEMENT,c=gh(this.draco,i),l,d=this.draco._malloc(a);try{let h=this.decoder.GetAttribute(t,e.attribute_index);this.decoder.GetAttributeDataArrayForAllPoints(t,h,c,a,d),l=new i(this.draco.HEAPF32.buffer,d,o).slice()}finally{this.draco._free(d)}return{value:l,size:n}}_deduceAttributeName(t,e){let i=t.unique_id;for(let[o,a]of Object.entries(e.extraAttributes||{}))if(a===i)return o;let n=t.attribute_type;for(let o in yl)if(this.draco[o]===n)return yl[o];let s=e.attributeNameEntry||"name";return t.metadata[s]?t.metadata[s].string:`CUSTOM_ATTRIBUTE_${i}`}_getTopLevelMetadata(t){let e=this.decoder.GetMetadata(t);return this._getDracoMetadata(e)}_getAttributeMetadata(t,e){let i=this.decoder.GetAttributeMetadata(t,e);return this._getDracoMetadata(i)}_getDracoMetadata(t){if(!t||!t.ptr)return{};let e={},i=this.metadataQuerier.NumEntries(t);for(let n=0;n<i;n++){let s=this.metadataQuerier.GetEntryName(t,n);e[s]=this._getDracoMetadataField(t,s)}return e}_getDracoMetadataField(t,e){let i=new this.draco.DracoInt32Array;try{this.metadataQuerier.GetIntEntryArray(t,e,i);let n=_h(i);return{int:this.metadataQuerier.GetIntEntry(t,e),string:this.metadataQuerier.GetStringEntry(t,e),double:this.metadataQuerier.GetDoubleEntry(t,e),intArray:n}}finally{this.draco.destroy(i)}}_disableAttributeTransforms(t){let{quantizedAttributes:e=[],octahedronAttributes:i=[]}=t,n=[...e,...i];for(let s of n)this.decoder.SkipAttributeTransform(this.draco[s])}_getQuantizationTransform(t,e){let{quantizedAttributes:i=[]}=e,n=t.attribute_type();if(i.map(o=>this.decoder[o]).includes(n)){let o=new this.draco.AttributeQuantizationTransform;try{if(o.InitFromAttribute(t))return{quantization_bits:o.quantization_bits(),range:o.range(),min_values:new Float32Array([1,2,3]).map(a=>o.min_value(a))}}finally{this.draco.destroy(o)}}return null}_getOctahedronTransform(t,e){let{octahedronAttributes:i=[]}=e,n=t.attribute_type();if(i.map(o=>this.decoder[o]).includes(n)){let o=new this.draco.AttributeQuantizationTransform;try{if(o.InitFromAttribute(t))return{quantization_bits:o.quantization_bits()}}finally{this.draco.destroy(o)}}return null}};function gh(r,t){switch(t){case Float32Array:return r.DT_FLOAT32;case Int8Array:return r.DT_INT8;case Int16Array:return r.DT_INT16;case Int32Array:return r.DT_INT32;case Uint8Array:return r.DT_UINT8;case Uint16Array:return r.DT_UINT16;case Uint32Array:return r.DT_UINT32;default:return r.DT_INVALID}}function _h(r){let t=r.size(),e=new Int32Array(t);for(let i=0;i<t;i++)e[i]=r.GetValue(i);return e}function wh(r){let t=r.size(),e=new Int32Array(t);for(let i=0;i<t;i++)e[i]=r.GetValue(i);return e}var ia={dataType:null,batchType:null,name:"Draco",id:"draco",module:"draco",version:Ti,worker:!0,extensions:["drc"],mimeTypes:["application/octet-stream"],binary:!0,tests:["DRACO"],options:{draco:{decoderType:typeof WebAssembly=="object"?"wasm":"js",libraryPath:"libs/",extraAttributes:{},attributeNameEntry:void 0}}},wn={...ia,parse:vh};async function vh(r,t){let{draco:e}=await ua(t),i=new _n(e);try{return i.parseSync(r,t?.draco)}finally{i.destroy()}}var bl={...wn,dataType:null,worker:!1,parse:Ih};async function Ih(r,t){let e=await wn.parse(r,t);return ea(e,"arrow-table")}return Dl(vn);})();
|
|
18
|
+
]`}concat(...t){let e=this.schema,i=this.data.concat(t.flatMap(({data:n})=>n));return new rt(e,i.map(n=>new $(e,n)))}slice(t,e){let i=this.schema;[t,e]=zi({length:this.numRows},t,e);let n=as(this.data,this._offsets,t,e);return new rt(i,n.map(s=>new $(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=x({type:i,length:0,nullCount:0});e.push(n._changeLengthAndBackfillNullBitmap(this.numRows))}return new F(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 F([x({type:new ft,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]=Es(i,a)}return new rt(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 rt(e,i)}assign(t){let e=this.schema.fields,[i,n]=t.schema.fields.reduce((a,c,l)=>{let[d,h]=a,V=e.findIndex(R=>R.name===c.name);return~V?h[V]=l:d.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 rt(...Es(s,o))}};zc=Symbol.toStringTag;rt[zc]=(r=>(r.schema=null,r.batches=[],r._offsets=new Uint32Array([0]),r._nullCount=-1,r[Symbol.isConcatSpreadable]=!0,r.isValid=hi(ji),r.get=hi(ot.getVisitFn(u.Struct)),r.set=cs(yt.getVisitFn(u.Struct)),r.indexOf=ls(Dr.getVisitFn(u.Struct)),"Table"))(rt.prototype);var kc,$=class{constructor(...t){switch(t.length){case 2:{if([this.schema]=t,!(this.schema instanceof E))throw new TypeError("RecordBatch constructor expects a [Schema, Data] pair.");if([,this.data=x({nullCount:0,type:new j(this.schema.fields),children:this.schema.fields.map(e=>x({type:e.type,nullCount:0}))})]=t,!(this.data instanceof N))throw new TypeError("RecordBatch constructor expects a [Schema, Data] pair.");[this.schema,this.data]=Pc(this.schema,this.data.children);break}case 1:{let[e]=t,{fields:i,children:n,length:s}=Object.keys(e).reduce((c,l,d)=>(c.children[d]=e[l],c.length=Math.max(c.length,e[l].length),c.fields[d]=T.new({name:l,type:e[l].type,nullable:!0}),c),{length:0,fields:new Array,children:new Array}),o=new E(i),a=x({type:new j(i),length:s,children:n,nullCount:0});[this.schema,this.data]=Pc(o,a.children,s);break}default:throw new TypeError("RecordBatch constructor expects an Object mapping names to child Data, or a [Schema, Data] pair.")}}get dictionaries(){return this._dictionaries||(this._dictionaries=jc(this.schema.fields,this.data.children))}get numCols(){return this.schema.fields.length}get numRows(){return this.data.length}get nullCount(){return this.data.nullCount}isValid(t){return this.data.getValid(t)}get(t){return ot.visit(this.data,t)}at(t){return this.get(vr(t,this.numRows))}set(t,e){return yt.visit(this.data,t,e)}indexOf(t,e){return Dr.visit(this.data,t,e)}[Symbol.iterator](){return fi.visit(new F([this.data]))}toArray(){return[...this]}concat(...t){return new rt(this.schema,[this,...t])}slice(t,e){let[i]=new F([this.data]).slice(t,e).data;return new $(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 F([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 F([x({type:new ft,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 E(s,new Map(this.schema.metadata)),n=x({type:new j(s),children:o})}return new $(i,n)}select(t){let e=this.schema.select(t),i=new j(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 $(e,x({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=x({type:new j(e.fields),length:this.numRows,children:i});return new $(e,n)}};kc=Symbol.toStringTag;$[kc]=(r=>(r._nullCount=-1,r[Symbol.isConcatSpreadable]=!0,"RecordBatch"))($.prototype);function Pc(r,t,e=t.reduce((i,n)=>Math.max(i,n.length),0)){var i;let n=[...r.fields],s=[...t],o=(e+63&-64)>>3;for(let[a,c]of r.fields.entries()){let l=t[a];(!l||l.length!==e)&&(n[a]=c.clone({nullable:!0}),s[a]=(i=l?._changeLengthAndBackfillNullBitmap(e))!==null&&i!==void 0?i:x({type:c.type,length:e,nullCount:e,nullBitmap:new Uint8Array(o)}))}return[r.assign(n),x({type:new j(n),length:e,children:s})]}function jc(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)||[]])jc(a.children,l?.children,e);if(f.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 Ur=class extends ${constructor(t){let e=t.fields.map(n=>x({type:n.type})),i=x({type:new j(t.fields),nullCount:0,children:e});super(t,i)}};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):P.V1}headerType(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.readUint8(this.bb_pos+t):U.NONE}header(t){let e=this.bb.__offset(this.bb_pos,8);return e?this.bb.__union(t,this.bb_pos+e):null}bodyLength(){let t=this.bb.__offset(this.bb_pos,10);return t?this.bb.readInt64(this.bb_pos+t):BigInt("0")}customMetadata(t,e){let i=this.bb.__offset(this.bb_pos,12);return i?(e||new G).__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,P.V1)}static addHeaderType(t,e){t.addFieldInt8(1,e,U.NONE)}static addHeader(t,e){t.addFieldOffset(2,e,0)}static addBodyLength(t,e){t.addFieldInt64(3,e,BigInt("0"))}static addCustomMetadata(t,e){t.addFieldOffset(4,e,0)}static createCustomMetadataVector(t,e){t.startVector(4,e.length,4);for(let i=e.length-1;i>=0;i--)t.addOffset(e[i]);return t.endVector()}static startCustomMetadataVector(t,e){t.startVector(4,e,4)}static endMessage(t){return t.endObject()}static finishMessageBuffer(t,e){t.finish(e)}static finishSizePrefixedMessageBuffer(t,e){t.finish(e,void 0,!0)}static createMessage(t,e,i,n,s,o){return it.startMessage(t),it.addVersion(t,e),it.addHeaderType(t,i),it.addHeader(t,n),it.addBodyLength(t,s),it.addCustomMetadata(t,o),it.endMessage(t)}};var Po=class extends b{visit(t,e){return t==null||e==null?void 0:super.visit(t,e)}visitNull(t,e){return Me.startNull(e),Me.endNull(e)}visitInt(t,e){return ut.startInt(e),ut.addBitWidth(e,t.bitWidth),ut.addIsSigned(e,t.isSigned),ut.endInt(e)}visitFloat(t,e){return Nt.startFloatingPoint(e),Nt.addPrecision(e,t.precision),Nt.endFloatingPoint(e)}visitBinary(t,e){return De.startBinary(e),De.endBinary(e)}visitLargeBinary(t,e){return Te.startLargeBinary(e),Te.endLargeBinary(e)}visitBool(t,e){return xe.startBool(e),xe.endBool(e)}visitUtf8(t,e){return Ne.startUtf8(e),Ne.endUtf8(e)}visitLargeUtf8(t,e){return Oe.startLargeUtf8(e),Oe.endLargeUtf8(e)}visitDecimal(t,e){return dt.startDecimal(e),dt.addScale(e,t.scale),dt.addPrecision(e,t.precision),dt.addBitWidth(e,t.bitWidth),dt.endDecimal(e)}visitDate(t,e){return Ot.startDate(e),Ot.addUnit(e,t.unit),Ot.endDate(e)}visitTime(t,e){return _t.startTime(e),_t.addUnit(e,t.unit),_t.addBitWidth(e,t.bitWidth),_t.endTime(e)}visitTimestamp(t,e){let i=t.timezone&&e.createString(t.timezone)||void 0;return wt.startTimestamp(e),wt.addUnit(e,t.unit),i!==void 0&&wt.addTimezone(e,i),wt.endTimestamp(e)}visitInterval(t,e){return Et.startInterval(e),Et.addUnit(e,t.unit),Et.endInterval(e)}visitDuration(t,e){return Ft.startDuration(e),Ft.addUnit(e,t.unit),Ft.endDuration(e)}visitList(t,e){return Fe.startList(e),Fe.endList(e)}visitStruct(t,e){return Le.startStruct_(e),Le.endStruct_(e)}visitUnion(t,e){ht.startTypeIdsVector(e,t.typeIds.length);let i=ht.createTypeIdsVector(e,t.typeIds);return ht.startUnion(e),ht.addMode(e,t.mode),ht.addTypeIds(e,i),ht.endUnion(e)}visitDictionary(t,e){let i=this.visit(t.indices,e);return Jt.startDictionaryEncoding(e),Jt.addId(e,BigInt(t.id)),Jt.addIsOrdered(e,t.isOrdered),i!==void 0&&Jt.addIndexType(e,i),Jt.endDictionaryEncoding(e)}visitFixedSizeBinary(t,e){return Mt.startFixedSizeBinary(e),Mt.addByteWidth(e,t.byteWidth),Mt.endFixedSizeBinary(e)}visitFixedSizeList(t,e){return Lt.startFixedSizeList(e),Lt.addListSize(e,t.listSize),Lt.endFixedSizeList(e)}visitMap(t,e){return Ut.startMap(e),Ut.addKeysSorted(e,t.keysSorted),Ut.endMap(e)}},Us=new Po;function Hc(r,t=new Map){return new E(xd(r,t),Rs(r.metadata),t)}function ko(r){return new bt(r.count,Jc(r.columns),Zc(r.columns))}function Gc(r){return new Yt(ko(r.data),r.id,r.isDelta)}function xd(r,t){return(r.fields||[]).filter(Boolean).map(e=>T.fromJSON(e,t))}function Wc(r,t){return(r.children||[]).filter(Boolean).map(e=>T.fromJSON(e,t))}function Jc(r){return(r||[]).reduce((t,e)=>[...t,new ce(e.count,Td(e.VALIDITY)),...Jc(e.children)],[])}function Zc(r,t=[]){for(let e=-1,i=(r||[]).length;++e<i;){let n=r[e];n.VALIDITY&&t.push(new $t(t.length,n.VALIDITY.length)),n.TYPE_ID&&t.push(new $t(t.length,n.TYPE_ID.length)),n.OFFSET&&t.push(new $t(t.length,n.OFFSET.length)),n.DATA&&t.push(new $t(t.length,n.DATA.length)),t=Zc(n.children,t)}return t}function Td(r){return(r||[]).reduce((t,e)=>t+ +(e===0),0)}function Xc(r,t){let e,i,n,s,o,a;return!t||!(s=r.dictionary)?(o=Yc(r,Wc(r,t)),n=new T(r.name,o,r.nullable,Rs(r.metadata))):t.has(e=s.id)?(i=(i=s.indexType)?$c(i):new Zt,a=new Pt(t.get(e),i,e,s.isOrdered),n=new T(r.name,a,r.nullable,Rs(r.metadata))):(i=(i=s.indexType)?$c(i):new Zt,t.set(e,o=Yc(r,Wc(r,t))),a=new Pt(o,i,e,s.isOrdered),n=new T(r.name,a,r.nullable,Rs(r.metadata))),n||null}function Rs(r=[]){return new Map(r.map(({key:t,value:e})=>[t,e]))}function $c(r){return new et(r.isSigned,r.bitWidth)}function Yc(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 Ee;case"utf8":return new ie;case"largeutf8":return new Ue;case"bool":return new ne;case"list":return new Vt((t||[])[0]);case"struct":return new j(t||[]);case"struct_":return new j(t||[])}switch(e){case"int":{let i=r.type;return new et(i.isSigned,i.bitWidth)}case"floatingpoint":{let i=r.type;return new Ct(W[i.precision])}case"decimal":{let i=r.type;return new se(i.scale,i.precision,i.bitWidth)}case"date":{let i=r.type;return new Xt(X[i.unit])}case"time":{let i=r.type;return new Bt(p[i.unit],i.bitWidth)}case"timestamp":{let i=r.type;return new Dt(p[i.unit],i.timezone)}case"interval":{let i=r.type;return new qt(tt[i.unit])}case"duration":{let i=r.type;return new Re(p[i.unit])}case"union":{let i=r.type,[n,...s]=(i.mode+"").toLowerCase(),o=n.toUpperCase()+s.join("");return new oe(Y[o],i.typeIds||[],t||[])}case"fixedsizebinary":{let i=r.type;return new Ce(i.byteWidth)}case"fixedsizelist":{let i=r.type;return new vt(i.listSize,(t||[])[0])}case"map":{let i=r.type;return new zt((t||[])[0],i.keysSorted)}}throw new Error(`Unrecognized type: "${e}"`)}var Od=$e,Fd=At,ct=class{static fromJSON(t,e){let i=new ct(0,P.V5,e);return i._createHeader=Md(t,e),i}static decode(t){t=new Fd(S(t));let e=it.getRootAsMessage(t),i=e.bodyLength(),n=e.version(),s=e.headerType(),o=new ct(i,n,s);return o._createHeader=Ld(e,s),o}static encode(t){let e=new Od,i=-1;return t.isSchema()?i=E.encode(e,t.header()):t.isRecordBatch()?i=bt.encode(e,t.header()):t.isDictionaryBatch()&&(i=Yt.encode(e,t.header())),it.startMessage(e),it.addVersion(e,P.V5),it.addHeader(e,i),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 E)return new ct(0,P.V5,U.Schema,t);if(t instanceof bt)return new ct(e,P.V5,U.RecordBatch,t);if(t instanceof Yt)return new ct(e,P.V5,U.DictionaryBatch,t);throw new Error(`Unrecognized Message header: ${t}`)}get type(){return this.headerType}get version(){return this._version}get headerType(){return this._headerType}get bodyLength(){return this._bodyLength}header(){return this._createHeader()}isSchema(){return this.headerType===U.Schema}isRecordBatch(){return this.headerType===U.RecordBatch}isDictionaryBatch(){return this.headerType===U.DictionaryBatch}constructor(t,e,i,n){this._version=e,this._headerType=i,this.body=new Uint8Array(0),n&&(this._createHeader=()=>n),this._bodyLength=C(t)}},bt=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=C(t)}},Yt=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=C(e)}},$t=class{constructor(t,e){this.offset=C(t),this.length=C(e)}},ce=class{constructor(t,e){this.length=C(t),this.nullCount=C(e)}};function Md(r,t){return()=>{switch(t){case U.Schema:return E.fromJSON(r);case U.RecordBatch:return bt.fromJSON(r);case U.DictionaryBatch:return Yt.fromJSON(r)}throw new Error(`Unrecognized Message type: { name: ${U[t]}, type: ${t} }`)}}function Ld(r,t){return()=>{switch(t){case U.Schema:return E.decode(r.header(new Q),new Map,r.version());case U.RecordBatch:return bt.decode(r.header(new gt),r.version());case U.DictionaryBatch:return Yt.decode(r.header(new ee),r.version())}throw new Error(`Unrecognized Message type: { name: ${U[t]}, type: ${t} }`)}}T.encode=Wd;T.decode=kd;T.fromJSON=Xc;E.encode=jd;E.decode=Nd;E.fromJSON=Hc;bt.encode=$d;bt.decode=Ed;bt.fromJSON=ko;Yt.encode=Yd;Yt.decode=Ud;Yt.fromJSON=Gc;ce.encode=Hd;ce.decode=Cd;$t.encode=Gd;$t.decode=Rd;function Nd(r,t=new Map,e=P.V5){let i=Pd(r,t);return new E(i,Cs(r),t,e)}function Ed(r,t=P.V5){if(r.compression()!==null)throw new Error("Record batch compression not implemented");return new bt(r.length(),Vd(r),zd(r,t))}function Ud(r,t=P.V5){return new Yt(bt.decode(r.data(),t),r.id(),r.isDelta())}function Rd(r){return new $t(r.offset(),r.length())}function Cd(r){return new ce(r.length(),r.nullCount())}function Vd(r){let t=[];for(let e,i=-1,n=-1,s=r.nodesLength();++i<s;)(e=r.nodes(i))&&(t[++n]=ce.decode(e));return t}function zd(r,t){let e=[];for(let i,n=-1,s=-1,o=r.buffersLength();++n<o;)(i=r.buffers(n))&&(t<P.V4&&(i.bb_pos+=8*(n+1)),e[++s]=$t.decode(i));return e}function Pd(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 qc(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 kd(r,t){let e,i,n,s,o,a;return!t||!(a=r.dictionary())?(n=Qc(r,qc(r,t)),i=new T(r.name(),n,r.nullable(),Cs(r))):t.has(e=C(a.id()))?(s=(s=a.indexType())?Kc(s):new Zt,o=new Pt(t.get(e),s,e,a.isOrdered()),i=new T(r.name(),o,r.nullable(),Cs(r))):(s=(s=a.indexType())?Kc(s):new Zt,t.set(e,n=Qc(r,qc(r,t))),o=new Pt(n,s,e,a.isOrdered()),i=new T(r.name(),o,r.nullable(),Cs(r))),i||null}function Cs(r){let t=new Map;if(r)for(let e,i,n=-1,s=Math.trunc(r.customMetadataLength());++n<s;)(e=r.customMetadata(n))&&(i=e.key())!=null&&t.set(i,e.value());return t}function Kc(r){return new et(r.isSigned(),r.bitWidth())}function Qc(r,t){let e=r.typeType();switch(e){case H.NONE:return new ft;case H.Null:return new ft;case H.Binary:return new re;case H.LargeBinary:return new Ee;case H.Utf8:return new ie;case H.LargeUtf8:return new Ue;case H.Bool:return new ne;case H.List:return new Vt((t||[])[0]);case H.Struct_:return new j(t||[])}switch(e){case H.Int:{let i=r.type(new ut);return new et(i.isSigned(),i.bitWidth())}case H.FloatingPoint:{let i=r.type(new Nt);return new Ct(i.precision())}case H.Decimal:{let i=r.type(new dt);return new se(i.scale(),i.precision(),i.bitWidth())}case H.Date:{let i=r.type(new Ot);return new Xt(i.unit())}case H.Time:{let i=r.type(new _t);return new Bt(i.unit(),i.bitWidth())}case H.Timestamp:{let i=r.type(new wt);return new Dt(i.unit(),i.timezone())}case H.Interval:{let i=r.type(new Et);return new qt(i.unit())}case H.Duration:{let i=r.type(new Ft);return new Re(i.unit())}case H.Union:{let i=r.type(new ht);return new oe(i.mode(),i.typeIdsArray()||[],t||[])}case H.FixedSizeBinary:{let i=r.type(new Mt);return new Ce(i.byteWidth())}case H.FixedSizeList:{let i=r.type(new Lt);return new vt(i.listSize(),(t||[])[0])}case H.Map:{let i=r.type(new Ut);return new zt((t||[])[0],i.keysSorted())}}throw new Error(`Unrecognized type: "${H[e]}" (${e})`)}function jd(r,t){let e=t.fields.map(s=>T.encode(r,s));Q.startFieldsVector(r,e.length);let i=Q.createFieldsVector(r,e),n=t.metadata&&t.metadata.size>0?Q.createCustomMetadataVector(r,[...t.metadata].map(([s,o])=>{let a=r.createString(`${s}`),c=r.createString(`${o}`);return G.startKeyValue(r),G.addKey(r,a),G.addValue(r,c),G.endKeyValue(r)})):-1;return Q.startSchema(r),Q.addFields(r,i),Q.addEndianness(r,Jd?ir.Little:ir.Big),n!==-1&&Q.addCustomMetadata(r,n),Q.endSchema(r)}function Wd(r,t){let e=-1,i=-1,n=-1,s=t.type,o=t.typeId;f.isDictionary(s)?(o=s.dictionary.typeId,n=Us.visit(s,r),i=Us.visit(s.dictionary,r)):i=Us.visit(s,r);let a=(s.children||[]).map(d=>T.encode(r,d)),c=st.createChildrenVector(r,a),l=t.metadata&&t.metadata.size>0?st.createCustomMetadataVector(r,[...t.metadata].map(([d,h])=>{let V=r.createString(`${d}`),R=r.createString(`${h}`);return G.startKeyValue(r),G.addKey(r,V),G.addValue(r,R),G.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 $d(r,t){let e=t.nodes||[],i=t.buffers||[];gt.startNodesVector(r,e.length);for(let o of e.slice().reverse())ce.encode(r,o);let n=r.endVector();gt.startBuffersVector(r,i.length);for(let o of i.slice().reverse())$t.encode(r,o);let s=r.endVector();return gt.startRecordBatch(r),gt.addLength(r,BigInt(t.length)),gt.addNodes(r,n),gt.addBuffers(r,s),gt.endRecordBatch(r)}function Yd(r,t){let e=bt.encode(r,t.data);return ee.startDictionaryBatch(r),ee.addId(r,BigInt(t.id)),ee.addIsDelta(r,t.isDelta),ee.addData(r,e),ee.endDictionaryBatch(r)}function Hd(r,t){return Yr.createFieldNode(r,BigInt(t.length),BigInt(t.nullCount))}function Gd(r,t){return $r.createBuffer(r,BigInt(t.offset),BigInt(t.length))}var Jd=(()=>{let r=new ArrayBuffer(2);return new DataView(r).setInt16(0,256,!0),new Int16Array(r)[0]===256})();var Wo=r=>`Expected ${U[r]} Message in stream, but was null or length 0.`,$o=r=>`Header pointer of flatbuffer-encoded ${U[r]} Message is null or length 0.`,tl=(r,t)=>`Expected to read ${r} metadata bytes, but only read ${t}.`,el=(r,t)=>`Expected to read ${r} bytes for message body, but only read ${t}.`,Ii=class{constructor(t){this.source=t instanceof Pe?t:new Pe(t)}[Symbol.iterator](){return this}next(){let t;return(t=this.readMetadataLength()).done?J:t.value===-1&&(t=this.readMetadataLength()).done?J:(t=this.readMetadata(t.value)).done?J:t}throw(t){return this.source.throw(t)}return(t){return this.source.return(t)}readMessage(t){let e;if((e=this.next()).done)return null;if(t!=null&&e.value.headerType!==t)throw new Error(Wo(t));return e.value}readMessageBody(t){if(t<=0)return new Uint8Array(0);let e=S(this.source.read(t));if(e.byteLength<t)throw new Error(el(t,e.byteLength));return e.byteOffset%8===0&&e.byteOffset+e.byteLength<=e.buffer.byteLength?e:e.slice()}readSchema(t=!1){let e=U.Schema,i=this.readMessage(e),n=i?.header();if(t&&!n)throw new Error($o(e));return n}readMetadataLength(){let t=this.source.read(Vs),e=t&&new At(t),i=e?.readInt32(0)||0;return{done:i===0,value:i}}readMetadata(t){let e=this.source.read(t);if(!e)return J;if(e.byteLength<t)throw new Error(tl(t,e.byteLength));return{done:!1,value:ct.decode(e)}}},bn=class{constructor(t,e){this.source=t instanceof jt?t:On(t)?new cr(t,e):new jt(t)}[Symbol.asyncIterator](){return this}next(){return m(this,void 0,void 0,function*(){let t;return(t=yield this.readMetadataLength()).done?J:t.value===-1&&(t=yield this.readMetadataLength()).done?J:(t=yield this.readMetadata(t.value)).done?J:t})}throw(t){return 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(Wo(t));return e.value})}readMessageBody(t){return m(this,void 0,void 0,function*(){if(t<=0)return new Uint8Array(0);let e=S(yield this.source.read(t));if(e.byteLength<t)throw new Error(el(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=U.Schema,i=yield this.readMessage(e),n=i?.header();if(t&&!n)throw new Error($o(e));return n})}readMetadataLength(){return m(this,void 0,void 0,function*(){let t=yield this.source.read(Vs),e=t&&new At(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 J;if(e.byteLength<t)throw new Error(tl(t,e.byteLength));return{done:!1,value:ct.decode(e)}})}},gn=class extends Ii{constructor(t){super(new Uint8Array(0)),this._schema=!1,this._body=[],this._batchIndex=0,this._dictionaryIndex=0,this._json=t instanceof Wi?t:new Wi(t)}next(){let{_json:t}=this;if(!this._schema)return this._schema=!0,{done:!1,value:ct.fromJSON(t.schema,U.Schema)};if(this._dictionaryIndex<t.dictionaries.length){let e=t.dictionaries[this._dictionaryIndex++];return this._body=e.data.columns,{done:!1,value:ct.fromJSON(e,U.DictionaryBatch)}}if(this._batchIndex<t.batches.length){let e=t.batches[this._batchIndex++];return this._body=e.columns,{done:!1,value:ct.fromJSON(e,U.RecordBatch)}}return this._body=[],J}readMessageBody(t){return e(this._body);function e(i){return(i||[]).reduce((n,s)=>[...n,...s.VALIDITY&&[s.VALIDITY]||[],...s.TYPE_ID&&[s.TYPE_ID]||[],...s.OFFSET&&[s.OFFSET]||[],...s.DATA&&[s.DATA]||[],...e(s.children)],[])}}readMessage(t){let e;if((e=this.next()).done)return null;if(t!=null&&e.value.headerType!==t)throw new Error(Wo(t));return e.value}readSchema(){let t=U.Schema,e=this.readMessage(t),i=e?.header();if(!e||!i)throw new Error($o(t));return i}},Vs=4,jo="ARROW1",Si=new Uint8Array(jo.length);for(let r=0;r<jo.length;r+=1)Si[r]=jo.codePointAt(r);function zs(r,t=0){for(let e=-1,i=Si.length;++e<i;)if(Si[e]!==r[t+e])return!1;return!0}var Ai=Si.length,Yo=Ai+Vs,rl=Ai*2+Vs;var Tt=class extends Tr{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 ue(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 mt.toDOMStream(this.isSync()?{[Symbol.iterator]:()=>this}:{[Symbol.asyncIterator]:()=>this})}toNodeStream(){return mt.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 Tt?t:xn(t)?Xd(t):On(t)?Qd(t):ue(t)?(()=>m(this,void 0,void 0,function*(){return yield Tt.from(yield t)}))():Fn(t)||Mi(t)||Ln(t)||Qt(t)?Kd(new jt(t)):qd(new Pe(t))}static readAll(t){return t instanceof Tt?t.isSync()?il(t):nl(t):xn(t)||ArrayBuffer.isView(t)||de(t)||Tn(t)?il(t):nl(t)}},Qe=class extends Tt{constructor(t){super(t),this._impl=t}readAll(){return[...this]}[Symbol.iterator](){return this._impl[Symbol.iterator]()}[Symbol.asyncIterator](){return Ht(this,arguments,function*(){yield M(yield*jr(le(this[Symbol.iterator]())))})}},Rr=class extends Tt{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=le(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]()}},Cr=class extends Qe{constructor(t){super(t),this._impl=t}},Ps=class extends Rr{constructor(t){super(t),this._impl=t}},ks=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=x({type:new j(this.schema.fields),length:t.length,children:i});return new $(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 F(l)):new F(l)).memoize()}_loadVectors(t,e,i){return new Hi(e,t.nodes,t.buffers,this.dictionaries,this.schema.metadataVersion).visitMany(i)}},Bi=class extends ks{constructor(t,e){super(e),this._reader=xn(t)?new gn(this._handle=t):new Ii(this._handle=t)}isSync(){return!0}isStream(){return!0}[Symbol.iterator](){return this}cancel(){!this.closed&&(this.closed=!0)&&(this.reset()._reader.return(),this._reader=null,this.dictionaries=null)}open(t){return this.closed||(this.autoDestroy=sl(this,t),this.schema||(this.schema=this._reader.readSchema())||this.cancel()),this}throw(t){return!this.closed&&this.autoDestroy&&(this.closed=!0)?this.reset()._reader.throw(t):J}return(t){return!this.closed&&this.autoDestroy&&(this.closed=!0)?this.reset()._reader.return(t):J}next(){if(this.closed)return J;let t,{_reader:e}=this;for(;t=this._readNextMessageAndValidate();)if(t.isSchema())this.reset(t.header());else if(t.isRecordBatch()){this._recordBatchIndex++;let i=t.header(),n=e.readMessageBody(t.bodyLength);return{done:!1,value:this._loadRecordBatch(i,n)}}else if(t.isDictionaryBatch()){this._dictionaryIndex++;let i=t.header(),n=e.readMessageBody(t.bodyLength),s=this._loadDictionaryBatch(i,n);this.dictionaries.set(i.id,s)}return this.schema&&this._recordBatchIndex===0?(this._recordBatchIndex++,{done:!1,value:new Ur(this.schema)}):this.return()}_readNextMessageAndValidate(t){return this._reader.readMessage(t)}},Di=class extends ks{constructor(t,e){super(e),this._reader=new bn(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=sl(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):J})}return(t){return m(this,void 0,void 0,function*(){return!this.closed&&this.autoDestroy&&(this.closed=!0)?yield this.reset()._reader.return(t):J})}next(){return m(this,void 0,void 0,function*(){if(this.closed)return J;let t,{_reader:e}=this;for(;t=yield this._readNextMessageAndValidate();)if(t.isSchema())yield this.reset(t.header());else if(t.isRecordBatch()){this._recordBatchIndex++;let i=t.header(),n=yield e.readMessageBody(t.bodyLength);return{done:!1,value:this._loadRecordBatch(i,n)}}else if(t.isDictionaryBatch()){this._dictionaryIndex++;let i=t.header(),n=yield e.readMessageBody(t.bodyLength),s=this._loadDictionaryBatch(i,n);this.dictionaries.set(i.id,s)}return this.schema&&this._recordBatchIndex===0?(this._recordBatchIndex++,{done:!1,value:new Ur(this.schema)}):yield this.return()})}_readNextMessageAndValidate(t){return m(this,void 0,void 0,function*(){return yield this._reader.readMessage(t)})}},js=class extends Bi{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 $i?t:new $i(t),e)}isSync(){return!0}isFile(){return!0}open(t){if(!this.closed&&!this._footer){this.schema=(this._footer=this._readFooter()).schema;for(let e of this._footer.dictionaryBatches())e&&this._readDictionaryBatch(this._dictionaryIndex++)}return super.open(t)}readRecordBatch(t){var e;if(this.closed)return null;this._footer||this.open();let i=(e=this._footer)===null||e===void 0?void 0:e.getRecordBatch(t);if(i&&this._handle.seek(i.offset)){let n=this._reader.readMessage(U.RecordBatch);if(n?.isRecordBatch()){let s=n.header(),o=this._reader.readMessageBody(n.bodyLength);return this._loadRecordBatch(s,o)}}return null}_readDictionaryBatch(t){var e;let i=(e=this._footer)===null||e===void 0?void 0:e.getDictionaryBatch(t);if(i&&this._handle.seek(i.offset)){let n=this._reader.readMessage(U.DictionaryBatch);if(n?.isDictionaryBatch()){let s=n.header(),o=this._reader.readMessageBody(n.bodyLength),a=this._loadDictionaryBatch(s,o);this.dictionaries.set(s.id,a)}}}_readFooter(){let{_handle:t}=this,e=t.size-Yo,i=t.readInt32(e),n=t.readAt(e-i,i);return Ge.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}},Ho=class extends Di{get footer(){return this._footer}get numDictionaries(){return this._footer?this._footer.numDictionaries:0}get numRecordBatches(){return this._footer?this._footer.numRecordBatches:0}constructor(t,...e){let i=typeof e[0]!="number"?e.shift():void 0,n=e[0]instanceof Map?e.shift():void 0;super(t instanceof cr?t:new cr(t,i),n)}isFile(){return!0}isAsync(){return!0}open(t){let e=Object.create(null,{open:{get:()=>super.open}});return 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(U.RecordBatch);if(n?.isRecordBatch()){let s=n.header(),o=yield this._reader.readMessageBody(n.bodyLength);return this._loadRecordBatch(s,o)}}return null})}_readDictionaryBatch(t){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(U.DictionaryBatch);if(n?.isDictionaryBatch()){let s=n.header(),o=yield this._reader.readMessageBody(n.bodyLength),a=this._loadDictionaryBatch(s,o);this.dictionaries.set(s.id,a)}}})}_readFooter(){return m(this,void 0,void 0,function*(){let{_handle:t}=this;t._pending&&(yield t._pending);let e=t.size-Yo,i=yield t.readInt32(e),n=yield t.readAt(e-i,i);return Ge.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})}},Go=class extends Bi{constructor(t,e){super(t,e)}_loadVectors(t,e,i){return new hs(e,t.nodes,t.buffers,this.dictionaries,this.schema.metadataVersion).visitMany(i)}};function sl(r,t){return t&&typeof t.autoDestroy=="boolean"?t.autoDestroy:r.autoDestroy}function*il(r){let t=Tt.from(r);try{if(!t.open({autoDestroy:!1}).closed)do yield t;while(!t.reset().open().closed)}finally{t.cancel()}}function nl(r){return Ht(this,arguments,function*(){let e=yield M(Tt.from(r));try{if(!(yield M(e.open({autoDestroy:!1}))).closed)do yield yield M(e);while(!(yield M(e.reset().open())).closed)}finally{yield M(e.cancel())}})}function Xd(r){return new Qe(new Go(r))}function qd(r){let t=r.peek(Ai+7&-8);return t&&t.byteLength>=4?zs(t)?new Cr(new js(r.read())):new Qe(new Bi(r)):new Qe(new Bi(function*(){}()))}function Kd(r){return m(this,void 0,void 0,function*(){let t=yield r.peek(Ai+7&-8);return t&&t.byteLength>=4?zs(t)?new Cr(new js(yield r.read())):new Rr(new Di(r)):new Rr(new Di(function(){return Ht(this,arguments,function*(){})}()))})}function Qd(r){return m(this,void 0,void 0,function*(){let{size:t}=yield r.stat(),e=new cr(r,t);return t>=rl&&zs(yield e.readAt(0,Ai+7&-8))?new Ps(new Ho(e)):new Rr(new Di(e))})}var Z=class extends b{static assemble(...t){let e=n=>n.flatMap(s=>Array.isArray(s)?e(s):s instanceof $?s.data.children:s.data),i=new Z;return i.visitMany(e(t)),i}constructor(){super(),this._byteLength=0,this._nodes=[],this._buffers=[],this._bufferRegions=[]}visit(t){if(t instanceof F)return this.visitMany(t.data),this;let{type:e}=t;if(!f.isDictionary(e)){let{length:i}=t;if(i>2147483647)throw new RangeError("Cannot write arrays larger than 2^31 - 1 in length");if(f.isUnion(e))this.nodes.push(new ce(i,0));else{let{nullCount:n}=t;f.isNull(e)||we.call(this,n<=0?new Uint8Array(0):Sr(t.offset,i,t.nullBitmap)),this.nodes.push(new ce(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 we(r){let t=r.byteLength+7&-8;return this.buffers.push(r),this.bufferRegions.push(new $t(this._byteLength,t)),this._byteLength+=t,this}function th(r){var t;let{type:e,length:i,typeIds:n,valueOffsets:s}=r;if(we.call(this,n),e.mode===Y.Sparse)return Jo.call(this,r);if(e.mode===Y.Dense){if(r.offset<=0)return we.call(this,s),Jo.call(this,r);{let o=new Int32Array(i),a=Object.create(null),c=Object.create(null);for(let l,d,h=-1;++h<i;)(l=n[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);we.call(this,o),this.visitMany(r.children.map((l,d)=>{let h=e.typeIds[d],V=a[h],R=c[h];return l.slice(V,Math.min(i,R))}))}}return this}function eh(r){let t;return r.nullCount>=r.length?we.call(this,new Uint8Array(0)):(t=r.values)instanceof Uint8Array?we.call(this,Sr(r.offset,r.length,t)):we.call(this,Ar(r.values))}function tr(r){return we.call(this,r.values.subarray(0,r.length*r.stride))}function Ws(r){let{length:t,values:e,valueOffsets:i}=r,n=C(i[0]),s=C(i[t]),o=Math.min(s-n,e.byteLength-n);return we.call(this,En(-n,t+1,i)),we.call(this,e.subarray(n,n+o)),this}function Zo(r){let{length:t,valueOffsets:e}=r;if(e){let{[0]:i,[t]:n}=e;return we.call(this,En(-i,t+1,e)),this.visit(r.children[0].slice(i,n-i))}return this.visit(r.children[0])}function Jo(r){return this.visitMany(r.type.children.map((t,e)=>r.children[e]).filter(Boolean))[0]}Z.prototype.visitBool=eh;Z.prototype.visitInt=tr;Z.prototype.visitFloat=tr;Z.prototype.visitUtf8=Ws;Z.prototype.visitLargeUtf8=Ws;Z.prototype.visitBinary=Ws;Z.prototype.visitLargeBinary=Ws;Z.prototype.visitFixedSizeBinary=tr;Z.prototype.visitDate=tr;Z.prototype.visitTimestamp=tr;Z.prototype.visitTime=tr;Z.prototype.visitDecimal=tr;Z.prototype.visitList=Zo;Z.prototype.visitStruct=Jo;Z.prototype.visitUnion=th;Z.prototype.visitInterval=tr;Z.prototype.visitDuration=tr;Z.prototype.visitFixedSizeList=Zo;Z.prototype.visitMap=Zo;var Vr=class extends Tr{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 ze,this._schema=null,this._dictionaryBlocks=[],this._recordBatchBlocks=[],this._seenDictionaries=new Map,this._dictionaryDeltaOffsets=new Map,St(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 ue(t)?t.then(e=>this.writeAll(e)):Qt(t)?qo(this,t):Xo(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 ze?this._sink=t:(this._sink=new ze,t&&va(t)?this.toDOMStream({type:"bytes"}).pipeTo(t):t&&Ia(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||!Er(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 rt&&!(e=t.schema))return this.finish()&&void 0;if(t instanceof $&&!(e=t.schema))return this.finish()&&void 0}else throw new Error("RecordBatchWriter is closed");if(e&&!Er(e,this._schema)){if(this._started&&this._autoDestroy)return this.close();this.reset(this._sink,e)}t instanceof $?t instanceof Ur||this._writeRecordBatch(t):t instanceof rt?this.writeAll(t.batches):de(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===U.RecordBatch?this._recordBatchBlocks.push(new _e(a,t.bodyLength,this._position)):t.headerType===U.DictionaryBatch&&this._dictionaryBlocks.push(new _e(a,t.bodyLength,this._position)),this._writeLegacyIpcFormat||this._write(Int32Array.of(-1)),this._write(Int32Array.of(a-o)),s>0&&this._write(n),this._writePadding(c)}_write(t){if(this._started){let e=S(t);e&&e.byteLength>0&&(this._sink.write(e),this._position+=e.byteLength)}return this}_writeSchema(t){return this._writeMessage(ct.from(t))}_writeFooter(t){return this._writeLegacyIpcFormat?this._write(Int32Array.of(0)):this._write(Int32Array.of(-1,0))}_writeMagic(){return this._write(Si)}_writePadding(t){return t>0?this._write(new Uint8Array(t)):this}_writeRecordBatch(t){let{byteLength:e,nodes:i,bufferRegions:n,buffers:s}=Z.assemble(t),o=new bt(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}=Z.assemble(new F([t])),c=new bt(t.length,s,o),l=new Yt(c,e,i),d=ct.from(l,n);return this._writeMessage(d)._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,d]of o.entries())this._writeDictionaryBatch(d,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}},zr=class extends Vr{static writeAll(t,e){let i=new zr(e);return ue(t)?t.then(n=>i.writeAll(n)):Qt(t)?qo(i,t):Xo(i,t)}},Pr=class extends Vr{static writeAll(t){let e=new Pr;return ue(t)?t.then(i=>e.writeAll(i)):Qt(t)?qo(e,t):Xo(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=Ge.encode(new Ge(t,P.V5,this._recordBatchBlocks,this._dictionaryBlocks));return super._writeFooter(t)._write(e)._write(Int32Array.of(e.byteLength))._writeMagic()}};function Xo(r,t){let e=t;t instanceof rt&&(e=t.batches,r.reset(void 0,t.schema));for(let i of e)r.write(i);return r.finish()}function qo(r,t){return m(this,void 0,void 0,function*(){var e,i,n,s,o,a,c;try{for(e=!0,i=le(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 ol(r,t){if(Qt(r))return ih(r,t);if(de(r))return rh(r,t);throw new Error("toDOMStream() must be called with an Iterable or AsyncIterable")}function rh(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,d=o.desiredSize||null;for(;!(l=a.next(i?d:null)).done;)if(ArrayBuffer.isView(l.value)&&(c=S(l.value))&&(d!=null&&i&&(d=d-c.byteLength+1),l.value=c),o.enqueue(l.value),d!=null&&--d<=0)return;o.close()}}function ih(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,d=o.desiredSize||null;for(;!(l=yield a.next(i?d:null)).done;)if(ArrayBuffer.isView(l.value)&&(c=S(l.value))&&(d!=null&&i&&(d=d-c.byteLength+1),l.value=c),o.enqueue(l.value),d!=null&&--d<=0)return;o.close()})}}function ll(r){return new Ko(r)}var Ko=class{constructor(t){this._numChunks=0,this._finished=!1,this._bufferedSize=0;let{["readableStrategy"]:e,["writableStrategy"]:i,["queueingStrategy"]:n="count"}=t,s=_a(t,["readableStrategy","writableStrategy","queueingStrategy"]);this._controller=null,this._builder=Fr(s),this._getSize=n!=="bytes"?al:cl;let{["highWaterMark"]:o=n==="bytes"?Math.pow(2,14):1e3}=Object.assign({},e),{["highWaterMark"]:a=n==="bytes"?Math.pow(2,14):1e3}=Object.assign({},i);this.readable=new ReadableStream({cancel:()=>{this._builder.clear()},pull:c=>{this._maybeFlush(this._builder,this._controller=c)},start:c=>{this._maybeFlush(this._builder,this._controller=c)}},{highWaterMark:o,size:n!=="bytes"?al:cl}),this.writable=new WritableStream({abort:()=>{this._builder.clear()},write:()=>{this._maybeFlush(this._builder,this._controller)},close:()=>{this._maybeFlush(this._builder.finish(),this._controller)}},{highWaterMark:a,size:c=>this._writeValueAndReturnChunkSize(c)})}_writeValueAndReturnChunkSize(t){let e=this._bufferedSize;return this._bufferedSize=this._getSize(this._builder.append(t)),this._bufferedSize-e}_maybeFlush(t,e){e!=null&&(this._bufferedSize>=e.desiredSize&&++this._numChunks&&this._enqueue(e,t.toVector()),t.finished&&((t.length>0||this._numChunks===0)&&++this._numChunks&&this._enqueue(e,t.toVector()),!this._finished&&(this._finished=!0)&&this._enqueue(e,null)))}_enqueue(t,e){this._bufferedSize=0,this._controller=null,e==null?t.close():t.enqueue(e)}},al=r=>{var t;return(t=r?.length)!==null&&t!==void 0?t:0},cl=r=>{var t;return(t=r?.byteLength)!==null&&t!==void 0?t:0};function $s(r,t){let e=new ze,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 Tt.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 Ys(r,t){let e=new this(r),i=new jt(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 hh=Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},uo),Uo),xo),ho),io),Do),oo),{compareSchemas:Er,compareFields:Cc,compareTypes:Vc});mt.toDOMStream=ol;q.throughDOM=ll;Tt.throughDOM=$s;Cr.throughDOM=$s;Qe.throughDOM=$s;Vr.throughDOM=Ys;Pr.throughDOM=Ys;zr.throughDOM=Ys;function ul(r){return new E(r.fields.map(t=>_n(t)),dl(r.metadata))}function dl(r){return r?new Map(Object.entries(r)):new Map}function _n(r){return new T(r.name,ta(r.type),r.nullable,dl(r.metadata))}function ta(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(n=>_n(n));return new zt(t,r.keysSorted);case"list":let e=_n(r.children[0]);return new Vt(e);case"fixed-size-list":let i=_n(r.children[0]);return new vt(r.listSize,i);case"struct":return t=r.children.map(n=>_n(n)),new j(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 ne;case"int8":return new dr;case"int16":return new hr;case"int32":return new Zt;case"int64":return new fr;case"uint8":return new pr;case"uint16":return new mr;case"uint32":return new yr;case"uint64":return new br;case"float16":return new gr;case"float32":return new _r;case"float64":return new wr;case"utf8":return new ie;case"date-day":return new Zr;case"date-millisecond":return new Xr;case"time-second":return new qr;case"time-millisecond":return new Kr;case"time-microsecond":return new Qr;case"time-nanosecond":return new ti;case"timestamp-second":return new ei;case"timestamp-millisecond":return new ri;case"timestamp-microsecond":return new ii;case"timestamp-nanosecond":return new ni;case"interval-daytime":return new si;case"interval-yearmonth":return new oi;default:throw new Error("array type not supported")}}function ea(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 d=a[l],h=a[l+1],V=a[l+2];t=d<t?d:t,e=h<e?h:e,i=V<i?V:i,n=d>n?d:n,s=h>s?h:s,o=V>o?V:o}return[[t,e,i],[n,s,o]]}function hl(r,t){let e=fh(r,t),i=e.children[0].type,n={[Rt.DATA]:r},s=new N(i,0,r.length,0,n);return new N(e,0,r.length/t,0,void 0,[s])}function fh(r,t){let{type:e}=ba(r),i=ta(e);return new vt(t,new T("value",i))}function ra(r,t){switch(t){case"columnar-table":return ph(r);case"arrow-table":return mh(r);default:throw new Error(t)}}function ph(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 mh(r,t){let{schema:e}=r,i=ul(e),n=[];for(let d in r.attributes){let h=r.attributes[d],{value:V,size:R=1}=h,nt=hl(V,R);n.push(nt)}let s=new j(i.fields),o=n[0].length,a=new N(s,0,o,0,void 0,n),c=new $(i,a),l=new rt([c]);return{shape:"arrow-table",schema:e,data:l}}function ia(r,t,e){let i=qs(t.value),n=e||fl(t);return{name:r,type:{type:"fixed-size-list",listSize:t.size,children:[{name:"value",type:i}]},nullable:!1,metadata:n}}function fl(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}function ml(r,t,e){let i=yl(t.metadata),n=[],s=yh(t.attributes);for(let o in r){let a=r[o],c=pl(o,a,s[o]);n.push(c)}if(e){let o=pl("indices",e);n.push(o)}return{fields:n,metadata:i}}function yh(r){let t={};for(let e in r){let i=r[e];t[i.name||"undefined"]=i}return t}function pl(r,t,e){let i=e?yl(e.metadata):void 0;return ia(r,t,i)}function yl(r){Object.entries(r);let t={};for(let e in r)t[`${e}.string`]=JSON.stringify(r[e]);return t}var bl={POSITION:"POSITION",NORMAL:"NORMAL",COLOR:"COLOR_0",TEX_COORD:"TEXCOORD_0"},bh={1:Int8Array,2:Uint8Array,3:Int16Array,4:Uint16Array,5:Int32Array,6:Uint32Array,9:Float32Array},gh=4,wn=class{draco;decoder;metadataQuerier;constructor(t){this.draco=t,this.decoder=new this.draco.Decoder,this.metadataQuerier=new this.draco.MetadataQuerier}destroy(){this.draco.destroy(this.decoder),this.draco.destroy(this.metadataQuerier)}parseSync(t,e={}){let i=new this.draco.DecoderBuffer;i.Init(new Int8Array(t),t.byteLength),this._disableAttributeTransforms(e);let n=this.decoder.GetEncodedGeometryType(i),s=n===this.draco.TRIANGULAR_MESH?new this.draco.Mesh:new this.draco.PointCloud;try{let o;switch(n){case this.draco.TRIANGULAR_MESH:o=this.decoder.DecodeBufferToMesh(i,s);break;case this.draco.POINT_CLOUD:o=this.decoder.DecodeBufferToPointCloud(i,s);break;default:throw new Error("DRACO: Unknown geometry type.")}if(!o.ok()||!s.ptr){let V=`DRACO decompression failed: ${o.error_msg()}`;throw new Error(V)}let a=this._getDracoLoaderData(s,n,e),c=this._getMeshData(s,a,e),l=ea(c.attributes),d=ml(c.attributes,a,c.indices);return{loader:"draco",loaderData:a,header:{vertexCount:s.num_points(),boundingBox:l},...c,schema:d}}finally{this.draco.destroy(i),s&&this.draco.destroy(s)}}_getDracoLoaderData(t,e,i){let n=this._getTopLevelMetadata(t),s=this._getDracoAttributes(t,i);return{geometry_type:e,num_attributes:t.num_attributes(),num_points:t.num_points(),num_faces:t instanceof this.draco.Mesh?t.num_faces():0,metadata:n,attributes:s}}_getDracoAttributes(t,e){let i={};for(let n=0;n<t.num_attributes();n++){let s=this.decoder.GetAttribute(t,n),o=this._getAttributeMetadata(t,n);i[s.unique_id()]={unique_id:s.unique_id(),attribute_type:s.attribute_type(),data_type:s.data_type(),num_components:s.num_components(),byte_offset:s.byte_offset(),byte_stride:s.byte_stride(),normalized:s.normalized(),attribute_index:n,metadata:o};let a=this._getQuantizationTransform(s,e);a&&(i[s.unique_id()].quantization_transform=a);let c=this._getOctahedronTransform(s,e);c&&(i[s.unique_id()].octahedron_transform=c)}return i}_getMeshData(t,e,i){let n=this._getMeshAttributes(e,t,i);if(!n.POSITION)throw new Error("DRACO: No position attribute found.");if(t instanceof this.draco.Mesh)switch(i.topology){case"triangle-strip":return{topology:"triangle-strip",mode:4,attributes:n,indices:{value:this._getTriangleStripIndices(t),size:1}};case"triangle-list":default:return{topology:"triangle-list",mode:5,attributes:n,indices:{value:this._getTriangleListIndices(t),size:1}}}return{topology:"point-list",mode:0,attributes:n}}_getMeshAttributes(t,e,i){let n={};for(let s of Object.values(t.attributes)){let o=this._deduceAttributeName(s,i);s.name=o;let a=this._getAttributeValues(e,s);if(a){let{value:c,size:l}=a;n[o]={value:c,size:l,byteOffset:s.byte_offset,byteStride:s.byte_stride,normalized:s.normalized}}}return n}_getTriangleListIndices(t){let i=t.num_faces()*3,n=i*gh,s=this.draco._malloc(n);try{return this.decoder.GetTrianglesUInt32Array(t,n,s),new Uint32Array(this.draco.HEAPF32.buffer,s,i).slice()}finally{this.draco._free(s)}}_getTriangleStripIndices(t){let e=new this.draco.DracoInt32Array;try{return this.decoder.GetTriangleStripsFromMesh(t,e),vh(e)}finally{this.draco.destroy(e)}}_getAttributeValues(t,e){let i=bh[e.data_type];if(!i)return console.warn(`DRACO: Unsupported attribute type ${e.data_type}`),null;let n=e.num_components,o=t.num_points()*n,a=o*i.BYTES_PER_ELEMENT,c=_h(this.draco,i),l,d=this.draco._malloc(a);try{let h=this.decoder.GetAttribute(t,e.attribute_index);this.decoder.GetAttributeDataArrayForAllPoints(t,h,c,a,d),l=new i(this.draco.HEAPF32.buffer,d,o).slice()}finally{this.draco._free(d)}return{value:l,size:n}}_deduceAttributeName(t,e){let i=t.unique_id;for(let[o,a]of Object.entries(e.extraAttributes||{}))if(a===i)return o;let n=t.attribute_type;for(let o in bl)if(this.draco[o]===n)return bl[o];let s=e.attributeNameEntry||"name";return t.metadata[s]?t.metadata[s].string:`CUSTOM_ATTRIBUTE_${i}`}_getTopLevelMetadata(t){let e=this.decoder.GetMetadata(t);return this._getDracoMetadata(e)}_getAttributeMetadata(t,e){let i=this.decoder.GetAttributeMetadata(t,e);return this._getDracoMetadata(i)}_getDracoMetadata(t){if(!t||!t.ptr)return{};let e={},i=this.metadataQuerier.NumEntries(t);for(let n=0;n<i;n++){let s=this.metadataQuerier.GetEntryName(t,n);e[s]=this._getDracoMetadataField(t,s)}return e}_getDracoMetadataField(t,e){let i=new this.draco.DracoInt32Array;try{this.metadataQuerier.GetIntEntryArray(t,e,i);let n=wh(i);return{int:this.metadataQuerier.GetIntEntry(t,e),string:this.metadataQuerier.GetStringEntry(t,e),double:this.metadataQuerier.GetDoubleEntry(t,e),intArray:n}}finally{this.draco.destroy(i)}}_disableAttributeTransforms(t){let{quantizedAttributes:e=[],octahedronAttributes:i=[]}=t,n=[...e,...i];for(let s of n)this.decoder.SkipAttributeTransform(this.draco[s])}_getQuantizationTransform(t,e){let{quantizedAttributes:i=[]}=e,n=t.attribute_type();if(i.map(o=>this.decoder[o]).includes(n)){let o=new this.draco.AttributeQuantizationTransform;try{if(o.InitFromAttribute(t))return{quantization_bits:o.quantization_bits(),range:o.range(),min_values:new Float32Array([1,2,3]).map(a=>o.min_value(a))}}finally{this.draco.destroy(o)}}return null}_getOctahedronTransform(t,e){let{octahedronAttributes:i=[]}=e,n=t.attribute_type();if(i.map(o=>this.decoder[o]).includes(n)){let o=new this.draco.AttributeQuantizationTransform;try{if(o.InitFromAttribute(t))return{quantization_bits:o.quantization_bits()}}finally{this.draco.destroy(o)}}return null}};function _h(r,t){switch(t){case Float32Array:return r.DT_FLOAT32;case Int8Array:return r.DT_INT8;case Int16Array:return r.DT_INT16;case Int32Array:return r.DT_INT32;case Uint8Array:return r.DT_UINT8;case Uint16Array:return r.DT_UINT16;case Uint32Array:return r.DT_UINT32;default:return r.DT_INVALID}}function wh(r){let t=r.size(),e=new Int32Array(t);for(let i=0;i<t;i++)e[i]=r.GetValue(i);return e}function vh(r){let t=r.size(),e=new Int32Array(t);for(let i=0;i<t;i++)e[i]=r.GetValue(i);return e}var na={dataType:null,batchType:null,name:"Draco",id:"draco",module:"draco",version:Oi,worker:!0,extensions:["drc"],mimeTypes:["application/octet-stream"],binary:!0,tests:["DRACO"],options:{draco:{decoderType:typeof WebAssembly=="object"?"wasm":"js",libraryPath:"libs/",extraAttributes:{},attributeNameEntry:void 0}}},vn={...na,parse:Ih};async function Ih(r,t){let{draco:e}=await da(t?.core,t?.draco?.decoderType||"wasm"),i=new wn(e);try{return i.parseSync(r,t?.draco)}finally{i.destroy()}}var gl={...vn,dataType:null,worker:!1,parse:Sh};async function Sh(r,t){let e=await vn.parse(r,t);return ra(e,"arrow-table")}return xl(In);})();
|
|
19
19
|
return __exports__;
|
|
20
20
|
});
|