@uwdata/mosaic-inputs 0.0.1 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1,10 @@
1
- var $=class{constructor(t){this._filterBy=t}get filterBy(){return this._filterBy}get filterIndexable(){return!0}fields(){return null}fieldStats(){return this}query(){return null}queryPending(){return this}queryResult(){return this}queryError(t){return console.error(t),this}update(){return this}};var y=class{constructor(t,e){t&&(this.table=String(t)),e&&(this.column=e)}get columns(){return this.column?[this.column]:[]}toString(){let{table:t,column:e}=this;if(e){let r=e==="*"?e:`"${e}"`;return(t?`"${t}".`:"")+r}else return`"${t}"`}};function mt(s,t){return s instanceof y&&s.column===t}function h(s){return typeof s=="string"?A(s):s}function M(s){return typeof s=="string"?dt(s):s}function dt(s){return new y(s)}function A(s,t){return arguments.length===1?new y(null,s):new y(s,t)}function V(s){return s=h(s),{expr:s,desc:!0,toString:()=>`${s} DESC NULLS LAST`,get columns(){return s.columns?.()||[]}}}function X(s,t,e){return{expr:s,label:e,toString:()=>`${s}`,get columns(){return t||[]}}}function Q(s,t){return e=>X(s(e),h(e).columns,t)}function d(s){return typeof s=="string"?`"${s}"`:U(s)}function U(s){switch(typeof s){case"boolean":return s?"TRUE":"FALSE";case"string":return`'${s}'`;default:return s==null?"NULL":s instanceof Date?`MAKE_DATE(${s.getUTCFullYear()}, ${s.getUTCMonth()+1}, ${s.getUTCDate()})`:s instanceof RegExp?`'${s.source}'`:String(s)}}var H=class{constructor(t){this.value=t}toString(){return U(this.value)}},L=s=>new H(s);function k(...s){return s.flat().flatMap(t=>t?.columns||[])}var W=class{constructor(t,e){this.op=t,this.a=h(e)}get columns(){return k(this.a)}visit(t){t(this.op,this)}toString(){let{op:t,a:e}=this;return`(${d(e)} ${t})`}};function Z(s){return t=>new W(s,t)}var Tt=Z("NOT"),gt=Z("IS NULL"),At=Z("IS NOT NULL"),z=class{constructor(t,e,r){this.op=t,this.a=h(e),this.b=h(r)}get columns(){return k(this.a,this.b)}visit(t){t(this.op,this)}toString(){let{op:t,a:e,b:r}=this;return`(${d(e)} ${t} ${d(r)})`}};function N(s){return(t,e)=>new z(s,t,e)}var j=N("="),Nt=N("<>"),Ct=N("<"),vt=N(">"),It=N("<="),Lt=N(">="),Rt=N("IS DISTINCT FROM"),Ot=N("IS NOT DISTINCT FROM"),J=class{constructor(t,e,r){this.op=t,this.expr=h(e),this.value=r?.map(h)}get columns(){return k(this.expr,this.value)}visit(t){t(this.op,this)}toString(){let{op:t,expr:e,value:r}=this;if(!r)return"";let[n,i]=r;return`(${d(e)} ${t} ${d(n)} AND ${d(i)})`}};function xt(s){return(t,e)=>new J(s,t,e)}var yt=xt("BETWEEN"),Dt=xt("NOT BETWEEN"),K=class{constructor(t,e){this.op=t,this.value=e.map(h)}get columns(){return k(this.value)}visit(t){t(this.op,this),this.value?.forEach(e=>e.visit(t))}toString(){let{op:t,value:e}=this;return!e||e.length===0?"":e.length===1?d(e[0]):`(${e.map(d).filter(r=>r).join(` ${t} `)})`}};function tt(...s){return new K("OR",s.flat())}var et=class{constructor(t,e){this.func=t,this.args=(e||[]).map(h)}get column(){return this.columns[0]}get columns(){return this.args.flatMap(t=>t.columns||[])}toString(){let{func:t,args:e}=this;return`${t}(${e.map(d).join(", ")})`}};function b(s){return(...t)=>new et(s,t)}var st=b("regexp_matches"),rt=b("contains"),nt=b("prefix"),it=b("suffix"),Mt=b("lower"),Ut=b("upper"),jt=b("length"),kt=b("isnan"),_t=b("isfinite"),Ft=b("isinf");var ot=class{constructor(t,e){this.aggregate=t,this.args=(e||[]).map(h)}get label(){return this.aggregate.toLowerCase()+(this.args.length?` ${this.columns.join(", ")}`:"")}get column(){return this.columns[0]}get columns(){return this.args.flatMap(t=>t.columns||[])}distinct(){return this.isDistinct=!0,this}where(t){return this.filter=t,this}toString(){let{aggregate:t,args:e,isDistinct:r,filter:n}=this,i=e.length===0?"*":e.map(d).join(", "),o=r?"DISTINCT ":"",c=n?` FILTER (WHERE ${d(n)})`:"",u=t==="COUNT"?"::INTEGER":"";return c&&u?`(${t}(${o}${i})${c})${u}`:`${t}(${o}${i})${c}${u}`}};function l(s){return(...t)=>new ot(s,t)}var bt=l("COUNT"),Bt=l("AVG"),Gt=l("AVG"),Pt=l("MAD"),wt=l("MAX"),Et=l("MIN"),Yt=l("SUM"),Vt=l("PRODUCT"),Xt=l("MEDIAN"),Qt=l("QUANTILE"),Ht=l("MODE"),Wt=l("VARIANCE"),zt=l("STDDEV"),Jt=l("SKEWNESS"),Kt=l("KURTOSIS"),Zt=l("ENTROPY"),te=l("VAR_POP"),ee=l("STDDEV_POP"),se=l("CORR"),re=l("COVAR_POP"),ne=l("REGR_INTERCEPT"),ie=l("REGR_SLOPE"),oe=l("REGR_COUNT"),ce=l("REGR_R2"),le=l("REGR_SYY"),ue=l("REGR_SXX"),ae=l("REGR_SXY"),he=l("REGR_AVGX"),fe=l("REGR_AVGY"),pe=l("FIRST"),me=l("LAST"),de=l("ARG_MIN"),ge=l("ARG_MAX"),xe=l("STRING_AGG"),ye=l("ARRAY_AGG");var St=Q(s=>`(1000 * (epoch(${s}) - second(${s})) + millisecond(${s}))::DOUBLE`);var p=class{static select(...t){return new p().select(...t)}static from(...t){return new p().from(...t)}static with(...t){return new p().with(...t)}static union(...t){return new q("UNION",t.flat())}static unionAll(...t){return new q("UNION ALL",t.flat())}static intersect(...t){return new q("INTERSECT",t.flat())}static except(...t){return new q("EXCEPT",t.flat())}constructor(){this.query={with:[],select:[],from:[],where:[],groupby:[],having:[],window:[],qualify:[],orderby:[]}}clone(){let t=new p;return t.query={...this.query},t}with(...t){let{query:e}=this;if(t.length===0)return e.with;{let r=[],n=(i,o)=>{let c=o.clone();c.cteFor=this,r.push({as:i,query:c})};return t.flat().forEach(i=>{if(i!=null)if(i.as&&i.query)n(i.as,i.query);else for(let o in i)n(o,i[o])}),e.with=e.with.concat(r),this}}select(...t){let{query:e}=this;if(t.length===0)return e.select;{let r=[];return t.flat().forEach(n=>{if(n!=null)if(typeof n=="string")r.push({as:n,expr:h(n)});else if(n instanceof y)r.push({as:n.column,expr:n});else if(Array.isArray(n))r.push({as:n[0],expr:n[1]});else for(let i in n)r.push({as:_(i),expr:h(n[i])})}),e.select=e.select.concat(r),this}}$select(...t){return this.query.select=[],this.select(...t)}distinct(t=!0){return this.query.distinct=!!t,this}from(...t){let{query:e}=this;if(t.length===0)return e.from;{let r=[];return t.flat().forEach(n=>{if(n!=null)if(typeof n=="string")r.push({as:n,from:M(n)});else if(n instanceof y)r.push({as:n.table,from:n});else if(F(n)||Object.hasOwn(n,"toString"))r.push({from:n});else if(Array.isArray(n))r.push({as:_(n[0]),from:M(n[1])});else for(let i in n)r.push({as:_(i),from:M(n[i])})}),e.from=e.from.concat(r),this}}$from(...t){return this.query.from=[],this.from(...t)}sample(t){let{query:e}=this;if(arguments.length===0)return e.sample;{let r=t;return typeof t=="number"&&(r=t>0&&t<1?{perc:100*t}:{rows:Math.round(t)}),e.sample=r,this}}where(...t){let{query:e}=this;return t.length===0?e.where:(e.where=e.where.concat(t.flat().filter(r=>r)),this)}$where(...t){return this.query.where=[],this.where(...t)}groupby(...t){let{query:e}=this;return t.length===0?e.groupby:(e.groupby=e.groupby.concat(t.flat().filter(r=>r).map(h)),this)}having(...t){let{query:e}=this;return t.length===0?e.having:(e.having=e.having.concat(t.flat().filter(r=>r)),this)}window(...t){let{query:e}=this;if(t.length===0)return e.window;{let r=[];return t.flat().forEach(n=>{if(n!=null)for(let i in n)r.push({as:_(i),expr:n[i]})}),e.window=e.window.concat(r),this}}qualify(...t){let{query:e}=this;return t.length===0?e.qualify:(e.qualify=e.qualify.concat(t.flat().filter(r=>r)),this)}orderby(...t){let{query:e}=this;return t.length===0?e.orderby:(e.orderby=e.orderby.concat(t.flat().filter(r=>r).map(h)),this)}limit(t){let{query:e}=this;return arguments.length===0?e.limit:(e.limit=Number.isFinite(t)?t:void 0,this)}offset(t){let{query:e}=this;return arguments.length===0?e.offset:(e.offset=Number.isFinite(t)?t:void 0,this)}get subqueries(){let{query:t,cteFor:e}=this,n=(e?.query||t).with?.reduce((o,{as:c,query:u})=>(o[c]=u,o),{}),i=[];return t.from.forEach(({from:o})=>{if(F(o))i.push(o);else if(n[o.table]){let c=n[o.table];i.push(c)}}),i}toString(){let{select:t,distinct:e,from:r,sample:n,where:i,groupby:o,having:c,window:u,qualify:g,orderby:S,limit:v,offset:I,with:O}=this.query,m=[];if(O.length){let a=O.map(({as:f,query:x})=>`"${f}" AS (${x})`);m.push(`WITH ${a.join(", ")}`)}let Y=t.map(({as:a,expr:f})=>mt(f,a)&&!f.table?`${f}`:`${f} AS "${a}"`);if(m.push(`SELECT${e?" DISTINCT":""} ${Y.join(", ")}`),r.length){let a=r.map(({as:f,from:x})=>{let D=F(x)?`(${x})`:`${x}`;return!f||f===x.table?D:`${D} AS "${f}"`});m.push(`FROM ${a.join(", ")}`)}if(n){let{rows:a,perc:f,method:x,seed:D}=n,$t=a?`${a} ROWS`:`${f} PERCENT`,qt=x?` (${x}${D!=null?`, ${D}`:""})`:"";m.push(`USING SAMPLE ${$t}${qt}`)}if(i.length){let a=i.map(String).filter(f=>f).join(" AND ");a&&m.push(`WHERE ${a}`)}if(o.length&&m.push(`GROUP BY ${o.join(", ")}`),c.length){let a=c.map(String).filter(f=>f).join(" AND ");a&&m.push(`HAVING ${a}`)}if(u.length){let a=u.map(({as:f,expr:x})=>`"${f}" AS (${x})`);m.push(`WINDOW ${a.join(", ")}`)}if(g.length){let a=g.map(String).filter(f=>f).join(" AND ");a&&m.push(`QUALIFY ${a}`)}return S.length&&m.push(`ORDER BY ${S.join(", ")}`),Number.isFinite(v)&&m.push(`LIMIT ${v}`),Number.isFinite(I)&&m.push(`OFFSET ${I}`),m.join(" ")}},q=class{constructor(t,e){this.op=t,this.queries=e.map(r=>r.clone()),this.query={orderby:[]}}clone(){let t=new q(this.op,this.queries);return t.query={...this.query},t}orderby(...t){let{query:e}=this;return t.length===0?e.orderby:(e.orderby=e.orderby.concat(t.flat().filter(r=>r).map(h)),this)}limit(t){let{query:e}=this;return arguments.length===0?e.limit:(e.limit=Number.isFinite(t)?t:void 0,this)}offset(t){let{query:e}=this;return arguments.length===0?e.offset:(e.offset=Number.isFinite(t)?t:void 0,this)}get subqueries(){let{queries:t,cteFor:e}=this;return e&&t.forEach(r=>r.cteFor=e),t}toString(){let{op:t,queries:e,query:{orderby:r,limit:n,offset:i}}=this,o=[e.join(` ${t} `)];return r.length&&o.push(`ORDER BY ${r.join(", ")}`),Number.isFinite(n)&&o.push(`LIMIT ${n}`),Number.isFinite(i)&&o.push(`OFFSET ${i}`),o.join(" ")}};function F(s){return s instanceof p||s instanceof q}function _(s){return be(s)?s.slice(1,-1):s}function be(s){return s[0]==='"'&&s[s.length-1]==='"'}function B(s,t){return t?.clients?.has(s)}function R(s){return s instanceof C}var C=class{constructor(t){this._value=t,this._listeners=new Map}get value(){return this._value}update(t,{force:e}={}){let r=this._value!==t;return r&&(this._value=t),(r||e)&&this.emit("value",this.value),this}addEventListener(t,e){let r=this._listeners.get(t)||[];r.indexOf(e)<0&&(r=r.concat(e)),this._listeners.set(t,r)}removeEventListener(t,e){let r=this._listeners.get(t);r?.length&&this._listeners.set(t,r.filter(n=>n!==e))}emit(t,e){this._listeners.get(t)?.forEach(r=>r(e))}};function E(s){return s instanceof w}var w=class extends C{static intersect(){return new w}static crossfilter(){return new w({cross:!0})}static union(){return new w({union:!0})}static single(){return new w({single:!0})}constructor({union:t,cross:e,single:r}={}){super([]),this.active=null,this.union=!!t,this.cross=!!e,this.single=!!r}clone(){let t=new w;return t.active=this.active,t.union=this.union,t.cross=this.cross,t._value=this._value,t}get value(){let{clauses:t}=this;return t[t.length-1]?.value}get clauses(){return super.value}activate(t){this.emit("activate",t)}update(t){let{source:e,predicate:r}=t;this.active=t;let n=this.single?[]:this.clauses.filter(i=>e!==i.source);return r&&n.push(t),super.update(n)}predicate(t){let{active:e,clauses:r,cross:n,union:i}=this;if(n&&B(t,e))return;let o=(n?r.filter(c=>!B(t,c)):r).map(c=>c.predicate);return i&&o.length>1?tt(o):o}};var $e=s=>s&&typeof s=="object"&&!Array.isArray(s),ct=class extends ${constructor({filterBy:t,from:e,column:r,label:n=r,options:i,value:o,as:c}={}){super(t),this.from=e,this.column=r,this.selection=c,this.element=document.createElement("div"),this.element.setAttribute("class","input"),this.element.value=this;let u=document.createElement("label");u.innerText=n||r,this.element.appendChild(u),this.select=document.createElement("select"),i&&(this.data=i.map(g=>$e(g)?g:{value:g}),this.update()),o=o??this.selection?.value??this.data?.[0]?.value,this.select.value=o,this.selection?.value===void 0&&this.publish(o),this.element.appendChild(this.select),this.selection&&(this.select.addEventListener("input",()=>{this.publish(this.select.value||null)}),E(this.selection)||this.selection.addEventListener("value",g=>{g!==this.select.value&&(this.select.value=g)}))}publish(t){let{selection:e,column:r}=this;E(e)?e.update({source:this,schema:{type:"point"},value:t,predicate:t?j(r,L(t)):null}):R(e)&&e.update(t)}fields(){let{from:t,column:e}=this;return t?[A(t,e)]:null}query(t=[]){let{from:e,column:r}=this;return e?p.from(e).select({value:r}).distinct().where(t).orderby(r):null}queryResult(t){return this.data=[{value:"",label:"All"},...t],this}update(){let{data:t,select:e}=this;e.replaceChildren();for(let{value:r,label:n=r}of t){let i=document.createElement("option");i.setAttribute("value",r),i.innerText=n,this.select.appendChild(i)}return this.selection&&(this.select.value=this.selection?.value||""),this}};var qe={contains:rt,prefix:nt,suffix:it,regexp:st},Te=0,lt=class extends ${constructor({filterBy:t,from:e,column:r,label:n,type:i,as:o}={}){if(super(t),this.id="search_"+ ++Te,this.type=i,this.from=e,this.column=r,this.selection=o,this.element=document.createElement("div"),this.element.setAttribute("class","input"),this.element.value=this,n){let c=document.createElement("label");c.setAttribute("for",this.id),c.innerText=n,this.element.appendChild(c)}this.searchbox=document.createElement("input"),this.searchbox.setAttribute("id",this.id),this.searchbox.setAttribute("type","text"),this.searchbox.setAttribute("placeholder","Query"),this.element.appendChild(this.searchbox),this.selection&&(this.searchbox.addEventListener("input",()=>{this.publish(this.searchbox.value||null)}),E(this.selection)||this.selection.addEventListener("value",c=>{c!==this.searchbox.value&&(this.searchbox.value=c)}))}publish(t){let{selection:e,column:r,type:n}=this;E(e)?e.update({source:this,schema:{type:n},value:t,predicate:t?qe[n](r,L(t)):null}):R(e)&&e.update(t)}fields(){let{from:t,column:e}=this;return t?[A(t,e)]:null}query(t=[]){let{from:e,column:r}=this;return e?p.from(e).select({list:r}).distinct().where(t):null}queryResult(t){return this.data=t,this}update(){let t=document.createElement("datalist"),e=`${this.id}_list`;t.setAttribute("id",e);for(let r of this.data){let n=document.createElement("option");n.setAttribute("value",r.list),t.append(n)}return this.datalist&&this.datalist.remove(),this.element.appendChild(this.datalist=t),this.searchbox.setAttribute("list",e),this}};var Ae=0,ut=class{constructor({as:t,min:e,max:r,step:n,column:i,label:o=i,value:c=t?.value}={}){if(this.id="slider_"+ ++Ae,this.column=i||"value",this.selection=t,this.element=document.createElement("div"),this.element.setAttribute("class","input"),this.element.value=this,o){let u=document.createElement("label");u.setAttribute("for",this.id),u.innerText=o,this.element.appendChild(u)}this.slider=document.createElement("input"),this.slider.setAttribute("id",this.id),this.slider.setAttribute("type","range"),e!=null&&this.slider.setAttribute("min",e),r!=null&&this.slider.setAttribute("max",r),n!=null&&this.slider.setAttribute("step",n),c!=null&&(this.slider.setAttribute("value",c),this.selection?.value===void 0&&this.publish(c)),this.element.appendChild(this.slider),this.selection&&(this.slider.addEventListener("input",()=>{this.publish(+this.slider.value)}),E(this.selection)||this.selection.addEventListener("value",u=>{u!==+this.slider.value&&(this.slider.value=u)}))}publish(t){let{selection:e,column:r}=this;E(e)?e.update({source:this,schema:{type:"point"},value:t,predicate:j(r,L(t))}):R(this.selection)&&e.update(t)}};function G(s,t){if(s instanceof Date||(s=new Date(+s)),isNaN(s))return typeof t=="function"?t(s):t;let e=s.getUTCHours(),r=s.getUTCMinutes(),n=s.getUTCSeconds(),i=s.getUTCMilliseconds();return`${Ne(s.getUTCFullYear(),4)}-${T(s.getUTCMonth()+1,2)}-${T(s.getUTCDate(),2)}${e||r||n||i?`T${T(e,2)}:${T(r,2)}${n||i?`:${T(n,2)}${i?`.${T(i,3)}`:""}`:""}Z`:""}`}function Ne(s){return s<0?`-${T(-s,6)}`:s>9999?`+${T(s,6)}`:T(s,4)}function T(s,t){return`${s}`.padStart(t,"0")}var at=ft(s=>{let t=P(s);return e=>e==null?"":typeof e=="number"?t(e):e instanceof Date?ht(e):`${e}`}),P=ft(s=>t=>t===0?"0":t.toLocaleString(s)),br=at(),wr=P();function ht(s){return G(s,"Invalid Date")}function ft(s){let t=ft,e;return(r="en")=>r===t?e:e=s(t=r)}var Ce=-1,pt=class extends ${constructor({filterBy:t,from:e,columns:r=["*"],format:n,rowBatch:i=100,width:o,height:c=500}={}){super(t),this.id=`table-${++Ce}`,this.from=e,this.columns=r,this.format=n,this.offset=0,this.limit=+i,this.request=new C,this.pending=!1,this.sortHeader=null,this.sortColumn=null,this.sortDesc=!1,this.element=document.createElement("div"),this.element.setAttribute("id",this.id),this.element.value=this,o&&(this.element.style.maxWidth=`${o}px`),this.element.style.maxHeight=`${c}px`,this.element.style.overflow="auto";let u=-1;this.element.addEventListener("scroll",g=>{let{pending:S,loaded:v}=this,{scrollHeight:I,scrollTop:O,clientHeight:m}=g.target,Y=O<u;if(u=O,!(Y||S||v)&&I-O<2*m){this.pending=!0,this.offset+=this.limit;let a=this.queryInternal(this.filterBy?.predicate(this));this.request.update(a)}}),this.tbl=document.createElement("table"),this.element.appendChild(this.tbl),this.head=document.createElement("thead"),this.tbl.appendChild(this.head),this.body=document.createElement("tbody"),this.tbl.appendChild(this.body),this.style=document.createElement("style"),this.element.appendChild(this.style)}fields(){let{from:t,columns:e}=this;return e.map(r=>A(t,r))}fieldStats(t){this.stats=t;let e=this.head;e.innerHTML="";let r=document.createElement("tr");for(let{column:n}of t){let i=document.createElement("th");i.addEventListener("click",o=>this.sort(o,n)),i.appendChild(document.createElement("span")),i.appendChild(document.createTextNode(n)),r.appendChild(i)}return e.appendChild(r),this.formats=ve(this.format,t),this.style.innerText=Le(this.id,Ie({},t)),this}query(t){return this.offset=0,this.queryInternal(t)}queryInternal(t=[]){let{from:e,limit:r,offset:n,stats:i,sortColumn:o,sortDesc:c}=this;return p.from(e).select(i.map(u=>u.column)).where(t).orderby(o?c?V(o):o:[]).limit(r).offset(n)}queryResult(t){return this.pending||(this.loaded=!1,this.body.replaceChildren()),this.data=t,this}update(){let{body:t,formats:e,data:r,stats:n,limit:i}=this,o=n.length,c=0;for(let u of r){++c;let g=document.createElement("tr");for(let S=0;S<o;++S){let v=u[n[S].column],I=document.createElement("td");I.innerText=v==null?"":e[S](v),g.appendChild(I)}t.appendChild(g)}return c<i&&(this.loaded=!0),this.pending=!1,this}sort(t,e){e===this.sortColumn?this.sortDesc=!this.sortDesc:(this.sortColumn=e,this.sortDesc=!1);let r=t.currentTarget,n=this.sortHeader;n===r&&t.metaKey?(n.firstChild.textContent="",this.sortHeader=null,this.sortColumn=null):(n&&(n.firstChild.textContent=""),this.sortHeader=r,r.firstChild.textContent=this.sortDesc?"\u25BE":"\u25B4");let i=this.query(this.filterBy?.predicate(this));this.request.update(i)}};function ve(s={},t,e){return t.map(({column:r,type:n})=>{if(r in s)return s[r];switch(n){case"number":return P(e);case"date":return ht;default:return at(e)}})}function Ie(s={},t){return t.map(({column:e,type:r})=>e in s?s[e]:r==="number"?"right":"left")}function Le(s,t){let e=[];return t.forEach((r,n)=>{r!=="left"&&e.push(`#${s} tr>:nth-child(${n+1}) {text-align:${r}}`)}),e.join(" ")}export{ct as Menu,lt as Search,ut as Slider,pt as Table};
1
+ var Al=Object.defineProperty;var $r=(r,t)=>{for(var e in t)Al(r,e,{get:t[e],enumerable:!0})};function Aa(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 d(r,t,e,i){function n(s){return s instanceof e?s:new e(function(o){o(s)})}return new(e||(e=Promise))(function(s,o){function a(h){try{l(i.next(h))}catch(f){o(f)}}function c(h){try{l(i.throw(h))}catch(f){o(f)}}function l(h){h.done?s(h.value):n(h.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 B(r){return this instanceof B?(this.v=r,this):new B(r)}function $t(r,t,e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var i=e.apply(r,t||[]),n,s=[];return n={},o("next"),o("throw"),o("return"),n[Symbol.asyncIterator]=function(){return this},n;function o(p){i[p]&&(n[p]=function(U){return new Promise(function(V,je){s.push([p,U,V,je])>1||a(p,U)})})}function a(p,U){try{c(i[p](U))}catch(V){f(s[0][3],V)}}function c(p){p.value instanceof B?Promise.resolve(p.value.v).then(l,h):f(s[0][2],p)}function l(p){a("next",p)}function h(p){a("throw",p)}function f(p,U){p(U),s.shift(),s.length&&a(s[0][0],s[0][1])}}function qr(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:B(r[n](o)),done:!1}:s?s(o):o}:s}}function ie(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 no={};$r(no,{compareArrayLike:()=>io,joinUint8Arrays:()=>Wt,memcpy:()=>Wr,rebaseValueOffsets:()=>wi,toArrayBufferView:()=>N,toArrayBufferViewAsyncIterator:()=>se,toArrayBufferViewIterator:()=>Ie,toBigInt64Array:()=>Ml,toBigUint64Array:()=>Cl,toFloat32Array:()=>Rl,toFloat32ArrayAsyncIterator:()=>Ql,toFloat32ArrayIterator:()=>Wl,toFloat64Array:()=>Vl,toFloat64ArrayAsyncIterator:()=>tu,toFloat64ArrayIterator:()=>Yl,toInt16Array:()=>Ll,toInt16ArrayAsyncIterator:()=>Jl,toInt16ArrayIterator:()=>jl,toInt32Array:()=>vr,toInt32ArrayAsyncIterator:()=>Xl,toInt32ArrayIterator:()=>zl,toInt8Array:()=>Nl,toInt8ArrayAsyncIterator:()=>Hl,toInt8ArrayIterator:()=>kl,toUint16Array:()=>El,toUint16ArrayAsyncIterator:()=>Zl,toUint16ArrayIterator:()=>$l,toUint32Array:()=>Ul,toUint32ArrayAsyncIterator:()=>Kl,toUint32ArrayIterator:()=>ql,toUint8Array:()=>I,toUint8ArrayAsyncIterator:()=>ro,toUint8ArrayIterator:()=>eo,toUint8ClampedArray:()=>Pl,toUint8ClampedArrayAsyncIterator:()=>eu,toUint8ClampedArrayIterator:()=>Gl});var Tl=new TextDecoder("utf-8"),bi=r=>Tl.decode(r),Ol=new TextEncoder,ar=r=>Ol.encode(r);var[Ld,pn]=(()=>{let r=()=>{throw new Error("BigInt is not available in this environment")};function t(){throw r()}return t.asIntN=()=>{throw r()},t.asUintN=()=>{throw r()},typeof BigInt<"u"?[BigInt,!0]:[t,!1]})(),[Xt,Md]=(()=>{let r=()=>{throw new Error("BigInt64Array is not available in this environment")};class t{static get BYTES_PER_ELEMENT(){return 8}static of(){throw r()}static from(){throw r()}constructor(){throw r()}}return typeof BigInt64Array<"u"?[BigInt64Array,!0]:[t,!1]})(),[Zt,Ed]=(()=>{let r=()=>{throw new Error("BigUint64Array is not available in this environment")};class t{static get BYTES_PER_ELEMENT(){return 8}static of(){throw r()}static from(){throw r()}constructor(){throw r()}}return typeof BigUint64Array<"u"?[BigUint64Array,!0]:[t,!1]})();var Fl=r=>typeof r=="number",Ta=r=>typeof r=="boolean",lt=r=>typeof r=="function",Bt=r=>r!=null&&Object(r)===r,qt=r=>Bt(r)&&lt(r.then);var ne=r=>Bt(r)&&lt(r[Symbol.iterator]),Kt=r=>Bt(r)&&lt(r[Symbol.asyncIterator]),mn=r=>Bt(r)&&Bt(r.schema);var yn=r=>Bt(r)&&"done"in r&&"value"in r;var gn=r=>Bt(r)&&lt(r.stat)&&Fl(r.fd);var bn=r=>Bt(r)&&_i(r.body),_n=r=>"_getDOMStream"in r&&"_getNodeStream"in r,Oa=r=>Bt(r)&&lt(r.abort)&&lt(r.getWriter)&&!_n(r),_i=r=>Bt(r)&&lt(r.cancel)&&lt(r.getReader)&&!_n(r),Fa=r=>Bt(r)&&lt(r.end)&&lt(r.write)&&Ta(r.writable)&&!_n(r),wn=r=>Bt(r)&&lt(r.read)&&lt(r.pipe)&&Ta(r.readable)&&!_n(r),Da=r=>Bt(r)&&lt(r.clear)&&lt(r.bytes)&&lt(r.position)&&lt(r.setPosition)&&lt(r.capacity)&&lt(r.getBufferIdentifier)&&lt(r.createLong);var to=typeof SharedArrayBuffer<"u"?SharedArrayBuffer:ArrayBuffer;function Dl(r){let t=r[0]?[r[0]]:[],e,i,n,s;for(let o,a,c=0,l=0,h=r.length;++c<h;){if(o=t[l],a=r[c],!o||!a||o.buffer!==a.buffer||a.byteOffset<o.byteOffset){a&&(t[++l]=a);continue}if({byteOffset:e,byteLength:n}=o,{byteOffset:i,byteLength:s}=a,e+n<i||i+s<e){a&&(t[++l]=a);continue}t[l]=new Uint8Array(o.buffer,e,i-e+s)}return t}function Wr(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 Wt(r,t){let e=Dl(r),i=e.reduce((h,f)=>h+f.byteLength,0),n,s,o,a=0,c=-1,l=Math.min(t||Number.POSITIVE_INFINITY,i);for(let h=e.length;++c<h;){if(n=e[c],s=n.subarray(0,Math.min(n.length,l-a)),l<=a+s.length){s.length<n.length?e[c]=n.subarray(s.length):s.length===n.length&&c++,o?Wr(o,s,a):o=s;break}Wr(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=yn(t)?t.value:t;return e instanceof r?r===Uint8Array?new r(e.buffer,e.byteOffset,e.byteLength):e:e?(typeof e=="string"&&(e=ar(e)),e instanceof ArrayBuffer?new r(e):e instanceof to?new r(e):Da(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 Nl=r=>N(Int8Array,r),Ll=r=>N(Int16Array,r),vr=r=>N(Int32Array,r),Ml=r=>N(Xt,r),I=r=>N(Uint8Array,r),El=r=>N(Uint16Array,r),Ul=r=>N(Uint32Array,r),Cl=r=>N(Zt,r),Rl=r=>N(Float32Array,r),Vl=r=>N(Float64Array,r),Pl=r=>N(Uint8ClampedArray,r),Qs=r=>(r.next(),r);function*Ie(r,t){let e=function*(n){yield n},i=typeof t=="string"||ArrayBuffer.isView(t)||t instanceof ArrayBuffer||t instanceof to?e(t):ne(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 kl=r=>Ie(Int8Array,r),jl=r=>Ie(Int16Array,r),zl=r=>Ie(Int32Array,r),eo=r=>Ie(Uint8Array,r),$l=r=>Ie(Uint16Array,r),ql=r=>Ie(Uint32Array,r),Wl=r=>Ie(Float32Array,r),Yl=r=>Ie(Float64Array,r),Gl=r=>Ie(Uint8ClampedArray,r);function se(r,t){return $t(this,arguments,function*(){if(qt(t))return yield B(yield B(yield*qr(ie(se(r,yield B(t))))));let i=function(o){return $t(this,arguments,function*(){yield yield B(yield B(o))})},n=function(o){return $t(this,arguments,function*(){yield B(yield*qr(ie(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 to?i(t):ne(t)?n(t):Kt(t)?t:i(t);return yield B(yield*qr(ie(Qs(function(o){return $t(this,arguments,function*(){let a=null;do a=yield B(o.next(yield yield B(N(r,a))));while(!a.done)})}(s[Symbol.asyncIterator]()))))),yield B(new r)})}var Hl=r=>se(Int8Array,r),Jl=r=>se(Int16Array,r),Xl=r=>se(Int32Array,r),ro=r=>se(Uint8Array,r),Zl=r=>se(Uint16Array,r),Kl=r=>se(Uint32Array,r),Ql=r=>se(Float32Array,r),tu=r=>se(Float64Array,r),eu=r=>se(Uint8ClampedArray,r);function wi(r,t,e){if(r!==0){e=e.slice(0,t+1);for(let i=-1;++i<=t;)e[i]+=r}return e}function io(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 vn(ru(r))},fromAsyncIterable(r){return vn(iu(r))},fromDOMStream(r){return vn(nu(r))},fromNodeStream(r){return vn(su(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')}},vn=r=>(r.next(),r);function*ru(r){let t,e=!1,i=[],n,s,o,a=0;function c(){return s==="peek"?Wt(i,o)[0]:([n,i,a]=Wt(i,o),n)}({cmd:s,size:o}=yield null);let l=eo(r)[Symbol.iterator]();try{do if({done:t,value:n}=Number.isNaN(o-a)?l.next():l.next(o-a),!t&&n.byteLength>0&&(i.push(n),a+=n.byteLength),t||o<=a)do({cmd:s,size:o}=yield c());while(o<a);while(!t)}catch(h){(e=!0)&&typeof l.throw=="function"&&l.throw(h)}finally{e===!1&&typeof l.return=="function"&&l.return(null)}return null}function iu(r){return $t(this,arguments,function*(){let e,i=!1,n=[],s,o,a,c=0;function l(){return o==="peek"?Wt(n,a)[0]:([s,n,c]=Wt(n,a),s)}({cmd:o,size:a}=yield yield B(null));let h=ro(r)[Symbol.asyncIterator]();try{do if({done:e,value:s}=Number.isNaN(a-c)?yield B(h.next()):yield B(h.next(a-c)),!e&&s.byteLength>0&&(n.push(s),c+=s.byteLength),e||a<=c)do({cmd:o,size:a}=yield yield B(l()));while(a<c);while(!e)}catch(f){(i=!0)&&typeof h.throw=="function"&&(yield B(h.throw(f)))}finally{i===!1&&typeof h.return=="function"&&(yield B(h.return(new Uint8Array(0))))}return yield B(null)})}function nu(r){return $t(this,arguments,function*(){let e=!1,i=!1,n=[],s,o,a,c=0;function l(){return o==="peek"?Wt(n,a)[0]:([s,n,c]=Wt(n,a),s)}({cmd:o,size:a}=yield yield B(null));let h=new oo(r);try{do if({done:e,value:s}=Number.isNaN(a-c)?yield B(h.read()):yield B(h.read(a-c)),!e&&s.byteLength>0&&(n.push(I(s)),c+=s.byteLength),e||a<=c)do({cmd:o,size:a}=yield yield B(l()));while(a<c);while(!e)}catch(f){(i=!0)&&(yield B(h.cancel(f)))}finally{i===!1?yield B(h.cancel()):r.locked&&h.releaseLock()}return yield B(null)})}var oo=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 d(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 d(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=I(e)),e})}},so=(r,t)=>{let e=n=>i([t,n]),i;return[t,e,new Promise(n=>(i=n)&&r.once(t,e))]};function su(r){return $t(this,arguments,function*(){let e=[],i="error",n=!1,s=null,o,a,c=0,l=[],h;function f(){return o==="peek"?Wt(l,a)[0]:([h,l,c]=Wt(l,a),h)}if({cmd:o,size:a}=yield yield B(null),r.isTTY)return yield yield B(new Uint8Array(0)),yield B(null);try{e[0]=so(r,"end"),e[1]=so(r,"error");do{if(e[2]=so(r,"readable"),[i,s]=yield B(Promise.race(e.map(U=>U[2]))),i==="error")break;if((n=i==="end")||(Number.isFinite(a-c)?(h=I(r.read(a-c)),h.byteLength<a-c&&(h=I(r.read()))):h=I(r.read()),h.byteLength>0&&(l.push(h),c+=h.byteLength)),n||a<=c)do({cmd:o,size:a}=yield yield B(f()));while(a<c)}while(!n)}finally{yield B(p(e,i==="error"?s:null))}return yield B(null);function p(U,V){return h=l=null,new Promise((je,W)=>{for(let[$,zt]of U)r.off($,zt);try{let $=r.destroy;$&&$.call(r,V),V=void 0}catch($){V=$||V}finally{V!=null?W(V):je()}})}})}var yt;(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"})(yt||(yt={}));var tt;(function(r){r[r.Sparse=0]="Sparse",r[r.Dense=1]="Dense"})(tt||(tt={}));var Z;(function(r){r[r.HALF=0]="HALF",r[r.SINGLE=1]="SINGLE",r[r.DOUBLE=2]="DOUBLE"})(Z||(Z={}));var wt;(function(r){r[r.DAY=0]="DAY",r[r.MILLISECOND=1]="MILLISECOND"})(wt||(wt={}));var M;(function(r){r[r.SECOND=0]="SECOND",r[r.MILLISECOND=1]="MILLISECOND",r[r.MICROSECOND=2]="MICROSECOND",r[r.NANOSECOND=3]="NANOSECOND"})(M||(M={}));var Ft;(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"})(Ft||(Ft={}));var R;(function(r){r[r.NONE=0]="NONE",r[r.Schema=1]="Schema",r[r.DictionaryBatch=2]="DictionaryBatch",r[r.RecordBatch=3]="RecordBatch",r[r.Tensor=4]="Tensor",r[r.SparseTensor=5]="SparseTensor"})(R||(R={}));var u;(function(r){r[r.NONE=0]="NONE",r[r.Null=1]="Null",r[r.Int=2]="Int",r[r.Float=3]="Float",r[r.Binary=4]="Binary",r[r.Utf8=5]="Utf8",r[r.Bool=6]="Bool",r[r.Decimal=7]="Decimal",r[r.Date=8]="Date",r[r.Time=9]="Time",r[r.Timestamp=10]="Timestamp",r[r.Interval=11]="Interval",r[r.List=12]="List",r[r.Struct=13]="Struct",r[r.Union=14]="Union",r[r.FixedSizeBinary=15]="FixedSizeBinary",r[r.FixedSizeList=16]="FixedSizeList",r[r.Map=17]="Map",r[r.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"})(u||(u={}));var oe;(function(r){r[r.OFFSET=0]="OFFSET",r[r.DATA=1]="DATA",r[r.VALIDITY=2]="VALIDITY",r[r.TYPE=3]="TYPE"})(oe||(oe={}));var xo={};$r(xo,{clampIndex:()=>Xu,clampRange:()=>Si,createElementComparator:()=>hr});var ou=void 0;function ae(r){if(r===null)return"null";if(r===ou)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 Xt||r instanceof Zt?`[${[...r].map(t=>ae(t))}]`:`[${r}]`:ArrayBuffer.isView(r)?`[${r}]`:JSON.stringify(r,(t,e)=>typeof e=="bigint"?`${e}`:e)}var co={};$r(co,{BN:()=>Ir,bignumToBigInt:()=>In,bignumToString:()=>cr,isArrowBigNumSymbol:()=>Na});var Na=Symbol.for("isArrowBigNum");function ce(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)}ce.prototype[Na]=!0;ce.prototype.toJSON=function(){return`"${cr(this)}"`};ce.prototype.valueOf=function(){return La(this)};ce.prototype.toString=function(){return cr(this)};ce.prototype[Symbol.toPrimitive]=function(r="default"){switch(r){case"number":return La(this);case"string":return cr(this);case"default":return In(this)}return cr(this)};function Yr(...r){return ce.apply(this,r)}function Gr(...r){return ce.apply(this,r)}function vi(...r){return ce.apply(this,r)}Object.setPrototypeOf(Yr.prototype,Object.create(Int32Array.prototype));Object.setPrototypeOf(Gr.prototype,Object.create(Uint32Array.prototype));Object.setPrototypeOf(vi.prototype,Object.create(Uint32Array.prototype));Object.assign(Yr.prototype,ce.prototype,{constructor:Yr,signed:!0,TypedArray:Int32Array,BigIntArray:Xt});Object.assign(Gr.prototype,ce.prototype,{constructor:Gr,signed:!1,TypedArray:Uint32Array,BigIntArray:Zt});Object.assign(vi.prototype,ce.prototype,{constructor:vi,signed:!0,TypedArray:Uint32Array,BigIntArray:Zt});function La(r){let{buffer:t,byteOffset:e,length:i,signed:n}=r,s=new Zt(t,e,i),o=n&&s[s.length-1]&BigInt(1)<<BigInt(63),a=BigInt(o?1:0),c=BigInt(0);if(o){for(let l of s)a+=~l*(BigInt(1)<<BigInt(32)*c++);a*=BigInt(-1)}else for(let l of s)a+=l*(BigInt(1)<<BigInt(32)*c++);return a}var cr,In;pn?(In=r=>r.byteLength===8?new r.BigIntArray(r.buffer,r.byteOffset,1)[0]:ao(r),cr=r=>r.byteLength===8?`${new r.BigIntArray(r.buffer,r.byteOffset,1)[0]}`:ao(r)):(cr=ao,In=cr);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 Ir=class{static new(t,e){switch(e){case!0:return new Yr(t);case!1:return new Gr(t)}switch(t.constructor){case Int8Array:case Int16Array:case Int32Array:case Xt:return new Yr(t)}return t.byteLength===16?new vi(t):new Gr(t)}static signed(t){return new Yr(t)}static unsigned(t){return new Gr(t)}static decimal(t){return new vi(t)}constructor(t,e){return Ir.new(t,e)}};var Ma,Ea,Ua,Ca,Ra,Va,Pa,ka,ja,za,$a,qa,Wa,Ya,Ga,Ha,Ja,Xa,Za,m=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 isUtf8(t){return t?.typeId===u.Utf8}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 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 m.isUnion(t)&&t.mode===tt.Dense}static isSparseUnion(t){return m.isUnion(t)&&t.mode===tt.Sparse}get typeId(){return u.NONE}};Ma=Symbol.toStringTag;m[Ma]=(r=>(r.children=null,r.ArrayType=Array,r[Symbol.toStringTag]="DataType"))(m.prototype);var At=class extends m{toString(){return"Null"}get typeId(){return u.Null}};Ea=Symbol.toStringTag;At[Ea]=(r=>r[Symbol.toStringTag]="Null")(At.prototype);var et=class extends m{constructor(t,e){super(),this.isSigned=t,this.bitWidth=e}get typeId(){return u.Int}get ArrayType(){switch(this.bitWidth){case 8:return this.isSigned?Int8Array:Uint8Array;case 16:return this.isSigned?Int16Array:Uint16Array;case 32:return this.isSigned?Int32Array:Uint32Array;case 64:return this.isSigned?Xt:Zt}throw new Error(`Unrecognized ${this[Symbol.toStringTag]} type`)}toString(){return`${this.isSigned?"I":"Ui"}nt${this.bitWidth}`}};Ua=Symbol.toStringTag;et[Ua]=(r=>(r.isSigned=null,r.bitWidth=null,r[Symbol.toStringTag]="Int"))(et.prototype);var Sn=class extends et{constructor(){super(!0,8)}get ArrayType(){return Int8Array}},xn=class extends et{constructor(){super(!0,16)}get ArrayType(){return Int16Array}},Se=class extends et{constructor(){super(!0,32)}get ArrayType(){return Int32Array}},Bn=class extends et{constructor(){super(!0,64)}get ArrayType(){return Xt}},An=class extends et{constructor(){super(!1,8)}get ArrayType(){return Uint8Array}},Tn=class extends et{constructor(){super(!1,16)}get ArrayType(){return Uint16Array}},On=class extends et{constructor(){super(!1,32)}get ArrayType(){return Uint32Array}},Fn=class extends et{constructor(){super(!1,64)}get ArrayType(){return Zt}};Object.defineProperty(Sn.prototype,"ArrayType",{value:Int8Array});Object.defineProperty(xn.prototype,"ArrayType",{value:Int16Array});Object.defineProperty(Se.prototype,"ArrayType",{value:Int32Array});Object.defineProperty(Bn.prototype,"ArrayType",{value:Xt});Object.defineProperty(An.prototype,"ArrayType",{value:Uint8Array});Object.defineProperty(Tn.prototype,"ArrayType",{value:Uint16Array});Object.defineProperty(On.prototype,"ArrayType",{value:Uint32Array});Object.defineProperty(Fn.prototype,"ArrayType",{value:Zt});var Dt=class extends m{constructor(t){super(),this.precision=t}get typeId(){return u.Float}get ArrayType(){switch(this.precision){case Z.HALF:return Uint16Array;case Z.SINGLE:return Float32Array;case Z.DOUBLE:return Float64Array}throw new Error(`Unrecognized ${this[Symbol.toStringTag]} type`)}toString(){return`Float${this.precision<<5||16}`}};Ca=Symbol.toStringTag;Dt[Ca]=(r=>(r.precision=null,r[Symbol.toStringTag]="Float"))(Dt.prototype);var Dn=class extends Dt{constructor(){super(Z.HALF)}},Nn=class extends Dt{constructor(){super(Z.SINGLE)}},Ln=class extends Dt{constructor(){super(Z.DOUBLE)}};Object.defineProperty(Dn.prototype,"ArrayType",{value:Uint16Array});Object.defineProperty(Nn.prototype,"ArrayType",{value:Float32Array});Object.defineProperty(Ln.prototype,"ArrayType",{value:Float64Array});var ze=class extends m{constructor(){super()}get typeId(){return u.Binary}toString(){return"Binary"}};Ra=Symbol.toStringTag;ze[Ra]=(r=>(r.ArrayType=Uint8Array,r[Symbol.toStringTag]="Binary"))(ze.prototype);var $e=class extends m{constructor(){super()}get typeId(){return u.Utf8}toString(){return"Utf8"}};Va=Symbol.toStringTag;$e[Va]=(r=>(r.ArrayType=Uint8Array,r[Symbol.toStringTag]="Utf8"))($e.prototype);var qe=class extends m{constructor(){super()}get typeId(){return u.Bool}toString(){return"Bool"}};Pa=Symbol.toStringTag;qe[Pa]=(r=>(r.ArrayType=Uint8Array,r[Symbol.toStringTag]="Bool"))(qe.prototype);var We=class extends m{constructor(t,e,i=128){super(),this.scale=t,this.precision=e,this.bitWidth=i}get typeId(){return u.Decimal}toString(){return`Decimal[${this.precision}e${this.scale>0?"+":""}${this.scale}]`}};ka=Symbol.toStringTag;We[ka]=(r=>(r.scale=null,r.precision=null,r.ArrayType=Uint32Array,r[Symbol.toStringTag]="Decimal"))(We.prototype);var Ye=class extends m{constructor(t){super(),this.unit=t}get typeId(){return u.Date}toString(){return`Date${(this.unit+1)*32}<${wt[this.unit]}>`}};ja=Symbol.toStringTag;Ye[ja]=(r=>(r.unit=null,r.ArrayType=Int32Array,r[Symbol.toStringTag]="Date"))(Ye.prototype);var le=class extends m{constructor(t,e){super(),this.unit=t,this.bitWidth=e}get typeId(){return u.Time}toString(){return`Time${this.bitWidth}<${M[this.unit]}>`}get ArrayType(){switch(this.bitWidth){case 32:return Int32Array;case 64:return Xt}throw new Error(`Unrecognized ${this[Symbol.toStringTag]} type`)}};za=Symbol.toStringTag;le[za]=(r=>(r.unit=null,r.bitWidth=null,r[Symbol.toStringTag]="Time"))(le.prototype);var Ge=class extends m{constructor(t,e){super(),this.unit=t,this.timezone=e}get typeId(){return u.Timestamp}toString(){return`Timestamp<${M[this.unit]}${this.timezone?`, ${this.timezone}`:""}>`}};$a=Symbol.toStringTag;Ge[$a]=(r=>(r.unit=null,r.timezone=null,r.ArrayType=Int32Array,r[Symbol.toStringTag]="Timestamp"))(Ge.prototype);var He=class extends m{constructor(t){super(),this.unit=t}get typeId(){return u.Interval}toString(){return`Interval<${Ft[this.unit]}>`}};qa=Symbol.toStringTag;He[qa]=(r=>(r.unit=null,r.ArrayType=Int32Array,r[Symbol.toStringTag]="Interval"))(He.prototype);var ue=class extends m{constructor(t){super(),this.children=[t]}get typeId(){return u.List}toString(){return`List<${this.valueType}>`}get valueType(){return this.children[0].type}get valueField(){return this.children[0]}get ArrayType(){return this.valueType.ArrayType}};Wa=Symbol.toStringTag;ue[Wa]=(r=>(r.children=null,r[Symbol.toStringTag]="List"))(ue.prototype);var Y=class extends m{constructor(t){super(),this.children=t}get typeId(){return u.Struct}toString(){return`Struct<{${this.children.map(t=>`${t.name}:${t.type}`).join(", ")}}>`}};Ya=Symbol.toStringTag;Y[Ya]=(r=>(r.children=null,r[Symbol.toStringTag]="Struct"))(Y.prototype);var he=class extends m{constructor(t,e,i){super(),this.mode=t,this.children=i,this.typeIds=e=Int32Array.from(e),this.typeIdToChildIndex=e.reduce((n,s,o)=>(n[s]=o)&&n||n,Object.create(null))}get typeId(){return u.Union}toString(){return`${this[Symbol.toStringTag]}<${this.children.map(t=>`${t.type}`).join(" | ")}>`}};Ga=Symbol.toStringTag;he[Ga]=(r=>(r.mode=null,r.typeIds=null,r.children=null,r.typeIdToChildIndex=null,r.ArrayType=Int8Array,r[Symbol.toStringTag]="Union"))(he.prototype);var Je=class extends m{constructor(t){super(),this.byteWidth=t}get typeId(){return u.FixedSizeBinary}toString(){return`FixedSizeBinary[${this.byteWidth}]`}};Ha=Symbol.toStringTag;Je[Ha]=(r=>(r.byteWidth=null,r.ArrayType=Uint8Array,r[Symbol.toStringTag]="FixedSizeBinary"))(Je.prototype);var fe=class extends m{constructor(t,e){super(),this.listSize=t,this.children=[e]}get typeId(){return u.FixedSizeList}get valueType(){return this.children[0].type}get valueField(){return this.children[0]}get ArrayType(){return this.valueType.ArrayType}toString(){return`FixedSizeList[${this.listSize}]<${this.valueType}>`}};Ja=Symbol.toStringTag;fe[Ja]=(r=>(r.children=null,r.listSize=null,r[Symbol.toStringTag]="FixedSizeList"))(fe.prototype);var de=class extends m{constructor(t,e=!1){super(),this.children=[t],this.keysSorted=e}get typeId(){return u.Map}get keyType(){return this.children[0].type.children[0].type}get valueType(){return this.children[0].type.children[1].type}get childType(){return this.children[0].type}toString(){return`Map<{${this.children[0].type.children.map(t=>`${t.name}:${t.type}`).join(", ")}}>`}};Xa=Symbol.toStringTag;de[Xa]=(r=>(r.children=null,r.keysSorted=null,r[Symbol.toStringTag]="Map_"))(de.prototype);var au=(r=>()=>++r)(-1),Yt=class extends m{constructor(t,e,i,n){super(),this.indices=e,this.dictionary=t,this.isOrdered=n||!1,this.id=i==null?au():typeof i=="number"?i:i.low}get typeId(){return u.Dictionary}get children(){return this.dictionary.children}get valueType(){return this.dictionary}get ArrayType(){return this.dictionary.ArrayType}toString(){return`Dictionary<${this.indices}, ${this.dictionary}>`}};Za=Symbol.toStringTag;Yt[Za]=(r=>(r.id=null,r.indices=null,r.isOrdered=null,r.dictionary=null,r[Symbol.toStringTag]="Dictionary"))(Yt.prototype);function Gt(r){let t=r;switch(r.typeId){case u.Decimal:return r.bitWidth/32;case u.Timestamp:return 2;case u.Date:return 1+t.unit;case u.Interval:return 1+t.unit;case u.FixedSizeList:return t.listSize;case u.FixedSizeBinary:return t.byteWidth;default:return 1}}var g=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 cu(this,t,e)}getVisitFnByTypeId(t,e=!0){return Hr(this,t,e)}visitNull(t,...e){return null}visitBool(t,...e){return null}visitInt(t,...e){return null}visitFloat(t,...e){return null}visitUtf8(t,...e){return null}visitBinary(t,...e){return null}visitFixedSizeBinary(t,...e){return null}visitDate(t,...e){return null}visitTimestamp(t,...e){return null}visitTime(t,...e){return null}visitDecimal(t,...e){return null}visitList(t,...e){return null}visitStruct(t,...e){return null}visitUnion(t,...e){return null}visitDictionary(t,...e){return null}visitInterval(t,...e){return null}visitFixedSizeList(t,...e){return null}visitMap(t,...e){return null}};function cu(r,t,e=!0){return typeof t=="number"?Hr(r,t,e):typeof t=="string"&&t in u?Hr(r,u[t],e):t&&t instanceof m?Hr(r,Ka(t),e):t?.type&&t.type instanceof m?Hr(r,Ka(t.type),e):Hr(r,u.NONE,e)}function Hr(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.Binary:i=r.visitBinary;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.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 Ka(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 Z.HALF:return u.Float16;case Z.SINGLE:return u.Float32;case Z.DOUBLE:return u.Float64}return u.Float;case u.Binary:return u.Binary;case u.Utf8:return u.Utf8;case u.Bool:return u.Bool;case u.Decimal:return u.Decimal;case u.Time:switch(r.unit){case M.SECOND:return u.TimeSecond;case M.MILLISECOND:return u.TimeMillisecond;case M.MICROSECOND:return u.TimeMicrosecond;case M.NANOSECOND:return u.TimeNanosecond}return u.Time;case u.Timestamp:switch(r.unit){case M.SECOND:return u.TimestampSecond;case M.MILLISECOND:return u.TimestampMillisecond;case M.MICROSECOND:return u.TimestampMicrosecond;case M.NANOSECOND:return u.TimestampNanosecond}return u.Timestamp;case u.Date:switch(r.unit){case wt.DAY:return u.DateDay;case wt.MILLISECOND:return u.DateMillisecond}return u.Date;case u.Interval:switch(r.unit){case Ft.DAY_TIME:return u.IntervalDayTime;case Ft.YEAR_MONTH:return u.IntervalYearMonth}return u.Interval;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 tt.Dense:return u.DenseUnion;case tt.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]}'`)}g.prototype.visitInt8=null;g.prototype.visitInt16=null;g.prototype.visitInt32=null;g.prototype.visitInt64=null;g.prototype.visitUint8=null;g.prototype.visitUint16=null;g.prototype.visitUint32=null;g.prototype.visitUint64=null;g.prototype.visitFloat16=null;g.prototype.visitFloat32=null;g.prototype.visitFloat64=null;g.prototype.visitDateDay=null;g.prototype.visitDateMillisecond=null;g.prototype.visitTimestampSecond=null;g.prototype.visitTimestampMillisecond=null;g.prototype.visitTimestampMicrosecond=null;g.prototype.visitTimestampNanosecond=null;g.prototype.visitTimeSecond=null;g.prototype.visitTimeMillisecond=null;g.prototype.visitTimeMicrosecond=null;g.prototype.visitTimeNanosecond=null;g.prototype.visitDenseUnion=null;g.prototype.visitSparseUnion=null;g.prototype.visitIntervalDayTime=null;g.prototype.visitIntervalYearMonth=null;var lo={};$r(lo,{float64ToUint16:()=>Ii,uint16ToFloat64:()=>Mn});var Qa=new Float64Array(1),Jr=new Uint32Array(Qa.buffer);function Mn(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 Ii(r){if(r!==r)return 32256;Qa[0]=r;let t=(Jr[1]&2147483648)>>16&65535,e=Jr[1]&2146435072,i=0;return e>=1089470464?Jr[0]>0?e=31744:(e=(e&2080374784)>>16,i=(Jr[1]&1048575)>>10):e<=1056964608?(i=1048576+(Jr[1]&1048575),i=1048576+(i<<(e>>20)-998)>>21,e=0):(e=e-1056964608>>10,i=(Jr[1]&1048575)+512>>10),t|e|i&65535}var S=class extends g{};function D(r){return(t,e,i)=>{if(t.setValid(e,i!=null))return r(t,e,i)}}var lu=(r,t,e)=>{r[t]=Math.trunc(e/864e5)},uo=(r,t,e)=>{r[t]=Math.trunc(e%4294967296),r[t+1]=Math.trunc(e/4294967296)},uu=(r,t,e)=>{r[t]=Math.trunc(e*1e3%4294967296),r[t+1]=Math.trunc(e*1e3/4294967296)},hu=(r,t,e)=>{r[t]=Math.trunc(e*1e6%4294967296),r[t+1]=Math.trunc(e*1e6/4294967296)},tc=(r,t,e,i)=>{if(e+1<t.length){let{[e]:n,[e+1]:s}=t;r.set(i.subarray(0,s-n),n)}},fu=({offset:r,values:t},e,i)=>{let n=r+e;i?t[n>>3]|=1<<n%8:t[n>>3]&=~(1<<n%8)},Xe=({values:r},t,e)=>{r[t]=e},ho=({values:r},t,e)=>{r[t]=e},ec=({values:r},t,e)=>{r[t]=Ii(e)},du=(r,t,e)=>{switch(r.type.precision){case Z.HALF:return ec(r,t,e);case Z.SINGLE:case Z.DOUBLE:return ho(r,t,e)}},En=({values:r},t,e)=>{lu(r,t,e.valueOf())},Un=({values:r},t,e)=>{uo(r,t*2,e.valueOf())},fo=({stride:r,values:t},e,i)=>{t.set(i.subarray(0,r),r*e)},pu=({values:r,valueOffsets:t},e,i)=>tc(r,t,e,i),mu=({values:r,valueOffsets:t},e,i)=>{tc(r,t,e,ar(i))},po=(r,t,e)=>{r.type.unit===wt.DAY?En(r,t,e):Un(r,t,e)},Cn=({values:r},t,e)=>uo(r,t*2,e/1e3),Rn=({values:r},t,e)=>uo(r,t*2,e),Vn=({values:r},t,e)=>uu(r,t*2,e),Pn=({values:r},t,e)=>hu(r,t*2,e),mo=(r,t,e)=>{switch(r.type.unit){case M.SECOND:return Cn(r,t,e);case M.MILLISECOND:return Rn(r,t,e);case M.MICROSECOND:return Vn(r,t,e);case M.NANOSECOND:return Pn(r,t,e)}},kn=({values:r},t,e)=>{r[t]=e},jn=({values:r},t,e)=>{r[t]=e},zn=({values:r},t,e)=>{r[t]=e},$n=({values:r},t,e)=>{r[t]=e},yo=(r,t,e)=>{switch(r.type.unit){case M.SECOND:return kn(r,t,e);case M.MILLISECOND:return jn(r,t,e);case M.MICROSECOND:return zn(r,t,e);case M.NANOSECOND:return $n(r,t,e)}},go=({values:r,stride:t},e,i)=>{r.set(i.subarray(0,t),t*e)},yu=(r,t,e)=>{let i=r.children[0],n=r.valueOffsets,s=gt.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))},gu=(r,t,e)=>{let i=r.children[0],{valueOffsets:n}=r,s=gt.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},bu=(r,t)=>(e,i,n,s)=>i&&e(i,r,t[s]),_u=(r,t)=>(e,i,n,s)=>i&&e(i,r,t.get(s)),wu=(r,t)=>(e,i,n,s)=>i&&e(i,r,t.get(n.name)),vu=(r,t)=>(e,i,n,s)=>i&&e(i,r,t[n.name]),Iu=(r,t,e)=>{let i=r.type.children.map(s=>gt.getVisitFn(s.type)),n=e instanceof Map?wu(t,e):e instanceof x?_u(t,e):Array.isArray(e)?bu(t,e):vu(t,e);r.type.children.forEach((s,o)=>n(i[o],r.children[o],s,o))},Su=(r,t,e)=>{r.type.mode===tt.Dense?rc(r,t,e):ic(r,t,e)},rc=(r,t,e)=>{let i=r.type.typeIdToChildIndex[r.typeIds[t]],n=r.children[i];gt.visit(n,r.valueOffsets[t],e)},ic=(r,t,e)=>{let i=r.type.typeIdToChildIndex[r.typeIds[t]],n=r.children[i];gt.visit(n,t,e)},xu=(r,t,e)=>{var i;(i=r.dictionary)===null||i===void 0||i.set(r.values[t],e)},bo=(r,t,e)=>{r.type.unit===Ft.DAY_TIME?qn(r,t,e):Wn(r,t,e)},qn=({values:r},t,e)=>{r.set(e.subarray(0,2),2*t)},Wn=({values:r},t,e)=>{r[t]=e[0]*12+e[1]%12},Bu=(r,t,e)=>{let{stride:i}=r,n=r.children[0],s=gt.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))};S.prototype.visitBool=D(fu);S.prototype.visitInt=D(Xe);S.prototype.visitInt8=D(Xe);S.prototype.visitInt16=D(Xe);S.prototype.visitInt32=D(Xe);S.prototype.visitInt64=D(Xe);S.prototype.visitUint8=D(Xe);S.prototype.visitUint16=D(Xe);S.prototype.visitUint32=D(Xe);S.prototype.visitUint64=D(Xe);S.prototype.visitFloat=D(du);S.prototype.visitFloat16=D(ec);S.prototype.visitFloat32=D(ho);S.prototype.visitFloat64=D(ho);S.prototype.visitUtf8=D(mu);S.prototype.visitBinary=D(pu);S.prototype.visitFixedSizeBinary=D(fo);S.prototype.visitDate=D(po);S.prototype.visitDateDay=D(En);S.prototype.visitDateMillisecond=D(Un);S.prototype.visitTimestamp=D(mo);S.prototype.visitTimestampSecond=D(Cn);S.prototype.visitTimestampMillisecond=D(Rn);S.prototype.visitTimestampMicrosecond=D(Vn);S.prototype.visitTimestampNanosecond=D(Pn);S.prototype.visitTime=D(yo);S.prototype.visitTimeSecond=D(kn);S.prototype.visitTimeMillisecond=D(jn);S.prototype.visitTimeMicrosecond=D(zn);S.prototype.visitTimeNanosecond=D($n);S.prototype.visitDecimal=D(go);S.prototype.visitList=D(yu);S.prototype.visitStruct=D(Iu);S.prototype.visitUnion=D(Su);S.prototype.visitDenseUnion=D(rc);S.prototype.visitSparseUnion=D(ic);S.prototype.visitDictionary=D(xu);S.prototype.visitInterval=D(bo);S.prototype.visitIntervalDayTime=D(qn);S.prototype.visitIntervalYearMonth=D(Wn);S.prototype.visitFixedSizeList=D(Bu);S.prototype.visitMap=D(gu);var gt=new S;var pe=Symbol.for("parent"),Xr=Symbol.for("rowIndex"),lr=class{constructor(t,e){return this[pe]=t,this[Xr]=e,new Proxy(this,new wo)}toArray(){return Object.values(this.toJSON())}toJSON(){let t=this[Xr],e=this[pe],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])=>`${ae(t)}: ${ae(e)}`).join(", ")}}`}[Symbol.for("nodejs.util.inspect.custom")](){return this.toString()}[Symbol.iterator](){return new _o(this[pe],this[Xr])}},_o=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(lr.prototype,{[Symbol.toStringTag]:{enumerable:!1,configurable:!1,value:"Row"},[pe]:{writable:!0,enumerable:!1,configurable:!1,value:null},[Xr]:{writable:!0,enumerable:!1,configurable:!1,value:-1}});var wo=class{isExtensible(){return!1}deleteProperty(){return!1}preventExtensions(){return!0}ownKeys(t){return t[pe].type.children.map(e=>e.name)}has(t,e){return t[pe].type.children.findIndex(i=>i.name===e)!==-1}getOwnPropertyDescriptor(t,e){if(t[pe].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[pe].type.children.findIndex(n=>n.name===e);if(i!==-1){let n=st.visit(t[pe].children[i],t[Xr]);return Reflect.set(t,e,n),n}}set(t,e,i){let n=t[pe].type.children.findIndex(s=>s.name===e);return n!==-1?(gt.visit(t[pe].children[n],t[Xr],i),Reflect.set(t,e,i)):Reflect.has(t,e)||typeof e=="symbol"?Reflect.set(t,e,i):!1}};var b=class extends g{};function T(r){return(t,e)=>t.getValid(e)?r(t,e):null}var Au=(r,t)=>864e5*r[t],vo=(r,t)=>4294967296*r[t+1]+(r[t]>>>0),Tu=(r,t)=>4294967296*(r[t+1]/1e3)+(r[t]>>>0)/1e3,Ou=(r,t)=>4294967296*(r[t+1]/1e6)+(r[t]>>>0)/1e6,nc=r=>new Date(r),Fu=(r,t)=>nc(Au(r,t)),Du=(r,t)=>nc(vo(r,t)),Nu=(r,t)=>null,sc=(r,t,e)=>{if(e+1>=t.length)return null;let i=t[e],n=t[e+1];return r.subarray(i,n)},Lu=({offset:r,values:t},e)=>{let i=r+e;return(t[i>>3]&1<<i%8)!==0},oc=({values:r},t)=>Fu(r,t),ac=({values:r},t)=>Du(r,t*2),ur=({stride:r,values:t},e)=>t[r*e],Mu=({stride:r,values:t},e)=>Mn(t[r*e]),cc=({values:r},t)=>r[t],Eu=({stride:r,values:t},e)=>t.subarray(r*e,r*(e+1)),Uu=({values:r,valueOffsets:t},e)=>sc(r,t,e),Cu=({values:r,valueOffsets:t},e)=>{let i=sc(r,t,e);return i!==null?bi(i):null},Ru=({values:r},t)=>r[t],Vu=({type:r,values:t},e)=>r.precision!==Z.HALF?t[e]:Mn(t[e]),Pu=(r,t)=>r.type.unit===wt.DAY?oc(r,t):ac(r,t),lc=({values:r},t)=>1e3*vo(r,t*2),uc=({values:r},t)=>vo(r,t*2),hc=({values:r},t)=>Tu(r,t*2),fc=({values:r},t)=>Ou(r,t*2),ku=(r,t)=>{switch(r.type.unit){case M.SECOND:return lc(r,t);case M.MILLISECOND:return uc(r,t);case M.MICROSECOND:return hc(r,t);case M.NANOSECOND:return fc(r,t)}},dc=({values:r},t)=>r[t],pc=({values:r},t)=>r[t],mc=({values:r},t)=>r[t],yc=({values:r},t)=>r[t],ju=(r,t)=>{switch(r.type.unit){case M.SECOND:return dc(r,t);case M.MILLISECOND:return pc(r,t);case M.MICROSECOND:return mc(r,t);case M.NANOSECOND:return yc(r,t)}},zu=({values:r,stride:t},e)=>Ir.decimal(r.subarray(t*e,t*(e+1))),$u=(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 x([c])},qu=(r,t)=>{let{valueOffsets:e,children:i}=r,{[t]:n,[t+1]:s}=e,o=i[0];return new xe(o.slice(n,s-n))},Wu=(r,t)=>new lr(r,t),Yu=(r,t)=>r.type.mode===tt.Dense?gc(r,t):bc(r,t),gc=(r,t)=>{let e=r.type.typeIdToChildIndex[r.typeIds[t]],i=r.children[e];return st.visit(i,r.valueOffsets[t])},bc=(r,t)=>{let e=r.type.typeIdToChildIndex[r.typeIds[t]],i=r.children[e];return st.visit(i,t)},Gu=(r,t)=>{var e;return(e=r.dictionary)===null||e===void 0?void 0:e.get(r.values[t])},Hu=(r,t)=>r.type.unit===Ft.DAY_TIME?_c(r,t):wc(r,t),_c=({values:r},t)=>r.subarray(2*t,2*(t+1)),wc=({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},Ju=(r,t)=>{let{stride:e,children:i}=r,s=i[0].slice(t*e,e);return new x([s])};b.prototype.visitNull=T(Nu);b.prototype.visitBool=T(Lu);b.prototype.visitInt=T(Ru);b.prototype.visitInt8=T(ur);b.prototype.visitInt16=T(ur);b.prototype.visitInt32=T(ur);b.prototype.visitInt64=T(cc);b.prototype.visitUint8=T(ur);b.prototype.visitUint16=T(ur);b.prototype.visitUint32=T(ur);b.prototype.visitUint64=T(cc);b.prototype.visitFloat=T(Vu);b.prototype.visitFloat16=T(Mu);b.prototype.visitFloat32=T(ur);b.prototype.visitFloat64=T(ur);b.prototype.visitUtf8=T(Cu);b.prototype.visitBinary=T(Uu);b.prototype.visitFixedSizeBinary=T(Eu);b.prototype.visitDate=T(Pu);b.prototype.visitDateDay=T(oc);b.prototype.visitDateMillisecond=T(ac);b.prototype.visitTimestamp=T(ku);b.prototype.visitTimestampSecond=T(lc);b.prototype.visitTimestampMillisecond=T(uc);b.prototype.visitTimestampMicrosecond=T(hc);b.prototype.visitTimestampNanosecond=T(fc);b.prototype.visitTime=T(ju);b.prototype.visitTimeSecond=T(dc);b.prototype.visitTimeMillisecond=T(pc);b.prototype.visitTimeMicrosecond=T(mc);b.prototype.visitTimeNanosecond=T(yc);b.prototype.visitDecimal=T(zu);b.prototype.visitList=T($u);b.prototype.visitStruct=T(Wu);b.prototype.visitUnion=T(Yu);b.prototype.visitDenseUnion=T(gc);b.prototype.visitSparseUnion=T(bc);b.prototype.visitDictionary=T(Gu);b.prototype.visitInterval=T(Hu);b.prototype.visitIntervalDayTime=T(_c);b.prototype.visitIntervalYearMonth=T(wc);b.prototype.visitFixedSizeList=T(Ju);b.prototype.visitMap=T(qu);var st=new b;var Qt=Symbol.for("keys"),Zr=Symbol.for("vals"),xe=class{constructor(t){return this[Qt]=new x([t.children[0]]).memoize(),this[Zr]=t.children[1],new Proxy(this,new So)}[Symbol.iterator](){return new Io(this[Qt],this[Zr])}get size(){return this[Qt].length}toArray(){return Object.values(this.toJSON())}toJSON(){let t=this[Qt],e=this[Zr],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])=>`${ae(t)}: ${ae(e)}`).join(", ")}}`}[Symbol.for("nodejs.util.inspect.custom")](){return this.toString()}},Io=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)]})}},So=class{isExtensible(){return!1}deleteProperty(){return!1}preventExtensions(){return!0}ownKeys(t){return t[Qt].toArray().map(String)}has(t,e){return t[Qt].includes(e)}getOwnPropertyDescriptor(t,e){if(t[Qt].indexOf(e)!==-1)return{writable:!0,enumerable:!0,configurable:!0}}get(t,e){if(Reflect.has(t,e))return t[e];let i=t[Qt].indexOf(e);if(i!==-1){let n=st.visit(Reflect.get(t,Zr),i);return Reflect.set(t,e,n),n}}set(t,e,i){let n=t[Qt].indexOf(e);return n!==-1?(gt.visit(Reflect.get(t,Zr),n,i),Reflect.set(t,e,i)):Reflect.has(t,e)?Reflect.set(t,e,i):!1}};Object.defineProperties(xe.prototype,{[Symbol.toStringTag]:{enumerable:!1,configurable:!1,value:"Row"},[Qt]:{writable:!0,enumerable:!1,configurable:!1,value:null},[Zr]:{writable:!0,enumerable:!1,configurable:!1,value:null}});function Xu(r,t,e){let i=r.length,n=t>-1?t:i+t%i;return e?e(r,n):n}var vc;function Si(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&&(vc=s,s=o,o=vc),o>n&&(o=n),i?i(r,s,o):[s,o]}var Ic=r=>r!==r;function hr(r){if(typeof r!=="object"||r===null)return Ic(r)?Ic: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?io(r,e):!1:r instanceof Map?Ku(r):Array.isArray(r)?Zu(r):r instanceof x?Qu(r):th(r,!0)}function Zu(r){let t=[];for(let e=-1,i=r.length;++e<i;)t[e]=hr(r[e]);return Yn(t)}function Ku(r){let t=-1,e=[];for(let i of r.values())e[++t]=hr(i);return Yn(e)}function Qu(r){let t=[];for(let e=-1,i=r.length;++e<i;)t[e]=hr(r.get(e));return Yn(t)}function th(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]=hr(r[e[n]]);return Yn(i,e)}function Yn(r,t){return e=>{if(!e||typeof e!="object")return!1;switch(e.constructor){case Array:return eh(r,e);case Map:return Sc(r,e,e.keys());case xe:case lr:case Object:case void 0:return Sc(r,e,t||Object.keys(e))}return e instanceof x?rh(r,e):!1}}function eh(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 rh(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 Sc(r,t,e){let i=e[Symbol.iterator](),n=t instanceof Map?t.keys():Object.keys(t)[Symbol.iterator](),s=t instanceof Map?t.values():Object.values(t)[Symbol.iterator](),o=0,a=r.length,c=s.next(),l=i.next(),h=n.next();for(;o<a&&!l.done&&!h.done&&!c.done&&!(l.value!==h.value||!r[o](c.value));++o,l=i.next(),h=n.next(),c=s.next());return o===a&&l.done&&h.done&&c.done?!0:(i.return&&i.return(),n.return&&n.return(),s.return&&s.return(),!1)}var Bo={};$r(Bo,{BitIterator:()=>Sr,getBit:()=>xc,getBool:()=>Hn,packBools:()=>xr,popcnt_array:()=>Bc,popcnt_bit_range:()=>xi,popcnt_uint32:()=>Gn,setBool:()=>ih,truncateBitmap:()=>Kr});function Hn(r,t,e,i){return(e&1<<i)!==0}function xc(r,t,e,i){return(e&1<<i)>>i}function ih(r,t,e){return e?!!(r[t>>3]|=1<<t%8)||!0:!(r[t>>3]&=~(1<<t%8))&&!1}function Kr(r,t,e){let i=e.byteLength+7&-8;if(r>0||e.byteLength<i){let n=new Uint8Array(i);return n.set(r%8===0?e.subarray(r>>3):xr(new Sr(e,r,t,null,Hn)).subarray(0,i)),n}return e}function xr(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 Sr=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 xi(r,t,e){if(e-t<=0)return 0;if(e-t<8){let s=0;for(let o of new Sr(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 xi(r,t,n)+xi(r,i,e)+Bc(r,n>>3,i-n>>3)}function Bc(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+=Gn(s.getUint32(n)),n+=4;for(;o-n>=2;)i+=Gn(s.getUint16(n)),n+=2;for(;o-n>=1;)i+=Gn(s.getUint8(n)),n+=1;return i}function Gn(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 nh=-1,P=class{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 P?(this.stride=s.stride,this.values=s.values,this.typeIds=s.typeIds,this.nullBitmap=s.nullBitmap,this.valueOffsets=s.valueOffsets):(this.stride=Gt(t),s&&((c=s[0])&&(this.valueOffsets=c),(c=s[1])&&(this.values=c),(c=s[2])&&(this.nullBitmap=c),(c=s[3])&&(this.typeIds=c))),this.nullable=this._nullCount!==0&&this.nullBitmap&&this.nullBitmap.byteLength>0}get typeId(){return this.type.typeId}get ArrayType(){return this.type.ArrayType}get buffers(){return[this.valueOffsets,this.values,this.nullBitmap,this.typeIds]}get byteLength(){let t=0,{valueOffsets:e,values:i,nullBitmap:n,typeIds:s}=this;return e&&(t+=e.byteLength),i&&(t+=i.byteLength),n&&(t+=n.byteLength),s&&(t+=s.byteLength),this.children.reduce((o,a)=>o+a.byteLength,t)}get nullCount(){let t=this._nullCount,e;return t<=nh&&(e=this.nullBitmap)&&(this._nullCount=t=this.length-xi(e,this.offset,this.offset+this.length)),t}getValid(t){if(this.nullable&&this.nullCount>0){let e=this.offset+t;return(this.nullBitmap[e>>3]&1<<e%8)!==0}return!0}setValid(t,e){if(!this.nullable)return e;if(!this.nullBitmap||this.nullBitmap.byteLength<=t>>3){let{nullBitmap:c}=this._changeLengthAndBackfillNullBitmap(this.length);Object.assign(this,{nullBitmap:c,_nullCount:0})}let{nullBitmap:i,offset:n}=this,s=n+t>>3,o=(n+t)%8,a=i[s]>>o&1;return e?a===0&&(i[s]|=1<<o,this._nullCount=this.nullCount+1):a===1&&(i[s]&=~(1<<o),this._nullCount=this.nullCount-1),e}clone(t=this.type,e=this.offset,i=this.length,n=this._nullCount,s=this,o=this.children){return new P(t,e,i,n,s,o,this.dictionary)}slice(t,e){let{stride:i,typeId:n,children:s}=this,o=+(this._nullCount===0)-1,a=n===16?i:1,c=this._sliceBuffers(t,e,i,n);return this.clone(this.type,this.offset+t,e,o,c,s.length===0||this.valueOffsets?s:this._sliceChildren(s,a*t,a*e))}_changeLengthAndBackfillNullBitmap(t){if(this.typeId===u.Null)return this.clone(this.type,0,t,0);let{length:e,nullCount:i}=this,n=new Uint8Array((t+63&-64)>>3).fill(255,0,e>>3);n[e>>3]=(1<<e-(e&-8))-1,i>0&&n.set(Kr(this.offset,e,this.nullBitmap),0);let s=this.buffers;return s[oe.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[oe.TYPE])&&(o[oe.TYPE]=s.subarray(t,t+e)),(s=o[oe.OFFSET])&&(o[oe.OFFSET]=s.subarray(t,t+e+1))||(s=o[oe.DATA])&&(o[oe.DATA]=n===6?s:s.subarray(i*t,i*(t+e))),o}_sliceChildren(t,e,i){return t.map(n=>n.slice(e,i))}};P.prototype.children=Object.freeze([]);var Br=class extends g{visit(t){return this.getVisitFn(t.type).call(this,t)}visitNull(t){let{["type"]:e,["offset"]:i=0,["length"]:n=0}=t;return new P(e,i,n,0)}visitBool(t){let{["type"]:e,["offset"]:i=0}=t,n=I(t.nullBitmap),s=N(e.ArrayType,t.data),{["length"]:o=s.length>>3,["nullCount"]:a=t.nullBitmap?-1:0}=t;return new P(e,i,o,a,[void 0,s,n])}visitInt(t){let{["type"]:e,["offset"]:i=0}=t,n=I(t.nullBitmap),s=N(e.ArrayType,t.data),{["length"]:o=s.length,["nullCount"]:a=t.nullBitmap?-1:0}=t;return new P(e,i,o,a,[void 0,s,n])}visitFloat(t){let{["type"]:e,["offset"]:i=0}=t,n=I(t.nullBitmap),s=N(e.ArrayType,t.data),{["length"]:o=s.length,["nullCount"]:a=t.nullBitmap?-1:0}=t;return new P(e,i,o,a,[void 0,s,n])}visitUtf8(t){let{["type"]:e,["offset"]:i=0}=t,n=I(t.data),s=I(t.nullBitmap),o=vr(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new P(e,i,a,c,[o,n,s])}visitBinary(t){let{["type"]:e,["offset"]:i=0}=t,n=I(t.data),s=I(t.nullBitmap),o=vr(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new P(e,i,a,c,[o,n,s])}visitFixedSizeBinary(t){let{["type"]:e,["offset"]:i=0}=t,n=I(t.nullBitmap),s=N(e.ArrayType,t.data),{["length"]:o=s.length/Gt(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new P(e,i,o,a,[void 0,s,n])}visitDate(t){let{["type"]:e,["offset"]:i=0}=t,n=I(t.nullBitmap),s=N(e.ArrayType,t.data),{["length"]:o=s.length/Gt(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new P(e,i,o,a,[void 0,s,n])}visitTimestamp(t){let{["type"]:e,["offset"]:i=0}=t,n=I(t.nullBitmap),s=N(e.ArrayType,t.data),{["length"]:o=s.length/Gt(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new P(e,i,o,a,[void 0,s,n])}visitTime(t){let{["type"]:e,["offset"]:i=0}=t,n=I(t.nullBitmap),s=N(e.ArrayType,t.data),{["length"]:o=s.length/Gt(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new P(e,i,o,a,[void 0,s,n])}visitDecimal(t){let{["type"]:e,["offset"]:i=0}=t,n=I(t.nullBitmap),s=N(e.ArrayType,t.data),{["length"]:o=s.length/Gt(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new P(e,i,o,a,[void 0,s,n])}visitList(t){let{["type"]:e,["offset"]:i=0,["child"]:n}=t,s=I(t.nullBitmap),o=vr(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new P(e,i,a,c,[o,void 0,s],[n])}visitStruct(t){let{["type"]:e,["offset"]:i=0,["children"]:n=[]}=t,s=I(t.nullBitmap),{length:o=n.reduce((c,{length:l})=>Math.max(c,l),0),nullCount:a=t.nullBitmap?-1:0}=t;return new P(e,i,o,a,[void 0,void 0,s],n)}visitUnion(t){let{["type"]:e,["offset"]:i=0,["children"]:n=[]}=t,s=I(t.nullBitmap),o=N(e.ArrayType,t.typeIds),{["length"]:a=o.length,["nullCount"]:c=t.nullBitmap?-1:0}=t;if(m.isSparseUnion(e))return new P(e,i,a,c,[void 0,void 0,s,o],n);let l=vr(t.valueOffsets);return new P(e,i,a,c,[l,void 0,s,o],n)}visitDictionary(t){let{["type"]:e,["offset"]:i=0}=t,n=I(t.nullBitmap),s=N(e.indices.ArrayType,t.data),{["dictionary"]:o=new x([new Br().visit({type:e.dictionary})])}=t,{["length"]:a=s.length,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new P(e,i,a,c,[void 0,s,n],[],o)}visitInterval(t){let{["type"]:e,["offset"]:i=0}=t,n=I(t.nullBitmap),s=N(e.ArrayType,t.data),{["length"]:o=s.length/Gt(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new P(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=I(t.nullBitmap),{["length"]:o=n.length/Gt(e),["nullCount"]:a=t.nullBitmap?-1:0}=t;return new P(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=I(t.nullBitmap),o=vr(t.valueOffsets),{["length"]:a=o.length-1,["nullCount"]:c=t.nullBitmap?-1:0}=t;return new P(e,i,a,c,[o,void 0,s],[n])}};function A(r){return new Br().visit(r)}var Bi=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 Jn(r){return r.reduce((t,e)=>t+e.nullCount,0)}function Xn(r){return r.reduce((t,e,i)=>(t[i+1]=t[i]+e.length,t),new Uint32Array(r.length+1))}function Zn(r,t,e,i){let n=[];for(let s=-1,o=r.length;++s<o;){let a=r[s],c=t[s],{length:l}=a;if(c>=i)break;if(e>=c+l)continue;if(c>=e&&c+l<=i){n.push(a);continue}let h=Math.max(0,e-c),f=Math.min(i-c,l);n.push(a.slice(h,f-h))}return n.length===0&&n.push(r[0].slice(0,0)),n}function Ao(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 Ai(r,t){return r.getValid(t)}function fr(r){function t(e,i,n){return r(e[i],n)}return function(e){let i=this.data;return Ao(i,this._offsets,e,t)}}function Kn(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=Ao(s,this._offsets,i,e);return t=void 0,o}}function Qn(r){let t;function e(i,n,s){let o=s,a=0,c=0;for(let l=n-1,h=i.length;++l<h;){let f=i[l];if(~(a=r(f,t,o)))return c+a;o=0,c+=f.length}return-1}return function(i,n){t=i;let s=this.data,o=typeof n!="number"?e(s,0,0):Ao(s,this._offsets,n,e);return t=void 0,o}}var _=class extends g{};function sh(r,t){return t===null&&r.length>0?0:-1}function oh(r,t){let{nullBitmap:e}=r;if(!e||r.nullCount<=0)return-1;let i=0;for(let n of new Sr(e,r.offset+(t||0),r.length,e,Hn)){if(!n)return i;++i}return-1}function L(r,t,e){if(t===void 0)return-1;if(t===null)return oh(r,e);let i=st.getVisitFn(r),n=hr(t);for(let s=(e||0)-1,o=r.length;++s<o;)if(n(i(r,s)))return s;return-1}function Ac(r,t,e){let i=st.getVisitFn(r),n=hr(t);for(let s=(e||0)-1,o=r.length;++s<o;)if(n(i(r,s)))return s;return-1}_.prototype.visitNull=sh;_.prototype.visitBool=L;_.prototype.visitInt=L;_.prototype.visitInt8=L;_.prototype.visitInt16=L;_.prototype.visitInt32=L;_.prototype.visitInt64=L;_.prototype.visitUint8=L;_.prototype.visitUint16=L;_.prototype.visitUint32=L;_.prototype.visitUint64=L;_.prototype.visitFloat=L;_.prototype.visitFloat16=L;_.prototype.visitFloat32=L;_.prototype.visitFloat64=L;_.prototype.visitUtf8=L;_.prototype.visitBinary=L;_.prototype.visitFixedSizeBinary=L;_.prototype.visitDate=L;_.prototype.visitDateDay=L;_.prototype.visitDateMillisecond=L;_.prototype.visitTimestamp=L;_.prototype.visitTimestampSecond=L;_.prototype.visitTimestampMillisecond=L;_.prototype.visitTimestampMicrosecond=L;_.prototype.visitTimestampNanosecond=L;_.prototype.visitTime=L;_.prototype.visitTimeSecond=L;_.prototype.visitTimeMillisecond=L;_.prototype.visitTimeMicrosecond=L;_.prototype.visitTimeNanosecond=L;_.prototype.visitDecimal=L;_.prototype.visitList=L;_.prototype.visitStruct=L;_.prototype.visitUnion=L;_.prototype.visitDenseUnion=Ac;_.prototype.visitSparseUnion=Ac;_.prototype.visitDictionary=L;_.prototype.visitInterval=L;_.prototype.visitIntervalDayTime=L;_.prototype.visitIntervalYearMonth=L;_.prototype.visitFixedSizeList=L;_.prototype.visitMap=L;var Ar=new _;var w=class extends g{};function O(r){let{type:t}=r;if(r.nullCount===0&&r.stride===1&&(t.typeId===u.Timestamp||t instanceof et&&t.bitWidth!==64||t instanceof le&&t.bitWidth!==64||t instanceof Dt&&t.precision!==Z.HALF))return new Bi(r.data.length,i=>{let n=r.data[i];return n.values.subarray(0,n.length)[Symbol.iterator]()});let e=0;return new Bi(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=O;w.prototype.visitBool=O;w.prototype.visitInt=O;w.prototype.visitInt8=O;w.prototype.visitInt16=O;w.prototype.visitInt32=O;w.prototype.visitInt64=O;w.prototype.visitUint8=O;w.prototype.visitUint16=O;w.prototype.visitUint32=O;w.prototype.visitUint64=O;w.prototype.visitFloat=O;w.prototype.visitFloat16=O;w.prototype.visitFloat32=O;w.prototype.visitFloat64=O;w.prototype.visitUtf8=O;w.prototype.visitBinary=O;w.prototype.visitFixedSizeBinary=O;w.prototype.visitDate=O;w.prototype.visitDateDay=O;w.prototype.visitDateMillisecond=O;w.prototype.visitTimestamp=O;w.prototype.visitTimestampSecond=O;w.prototype.visitTimestampMillisecond=O;w.prototype.visitTimestampMicrosecond=O;w.prototype.visitTimestampNanosecond=O;w.prototype.visitTime=O;w.prototype.visitTimeSecond=O;w.prototype.visitTimeMillisecond=O;w.prototype.visitTimeMicrosecond=O;w.prototype.visitTimeNanosecond=O;w.prototype.visitDecimal=O;w.prototype.visitList=O;w.prototype.visitStruct=O;w.prototype.visitUnion=O;w.prototype.visitDenseUnion=O;w.prototype.visitSparseUnion=O;w.prototype.visitDictionary=O;w.prototype.visitInterval=O;w.prototype.visitIntervalDayTime=O;w.prototype.visitIntervalYearMonth=O;w.prototype.visitFixedSizeList=O;w.prototype.visitMap=O;var Qr=new w;var ah=(r,t)=>r+t,Be=class extends g{visitNull(t,e){return 0}visitInt(t,e){return t.type.bitWidth/8}visitFloat(t,e){return t.type.ArrayType.BYTES_PER_ELEMENT}visitBool(t,e){return 1/8}visitDecimal(t,e){return t.type.bitWidth/8}visitDate(t,e){return(t.type.unit+1)*4}visitTime(t,e){return t.type.bitWidth/8}visitTimestamp(t,e){return t.type.unit===M.SECOND?4:8}visitInterval(t,e){return(t.type.unit+1)*4}visitStruct(t,e){return t.children.reduce((i,n)=>i+Ht.visit(n,e),0)}visitFixedSizeBinary(t,e){return t.type.byteWidth}visitMap(t,e){return 8+t.children.reduce((i,n)=>i+Ht.visit(n,e),0)}visitDictionary(t,e){var i;return t.type.indices.bitWidth/8+(((i=t.dictionary)===null||i===void 0?void 0:i.getByteLength(t.values[e]))||0)}},ch=({valueOffsets:r},t)=>8+(r[t+1]-r[t]),lh=({valueOffsets:r},t)=>8+(r[t+1]-r[t]),uh=({valueOffsets:r,stride:t,children:e},i)=>{let n=e[0],{[i*t]:s}=r,{[i*t+1]:o}=r,a=Ht.getVisitFn(n.type),c=n.slice(s,o-s),l=8;for(let h=-1,f=o-s;++h<f;)l+=a(c,h);return l},hh=({stride:r,children:t},e)=>{let i=t[0],n=i.slice(e*r,r),s=Ht.getVisitFn(i.type),o=0;for(let a=-1,c=n.length;++a<c;)o+=s(n,a);return o},fh=(r,t)=>r.type.mode===tt.Dense?Tc(r,t):Oc(r,t),Tc=({type:r,children:t,typeIds:e,valueOffsets:i},n)=>{let s=r.typeIdToChildIndex[e[n]];return 8+Ht.visit(t[s],i[n])},Oc=({children:r},t)=>4+Ht.visitMany(r,r.map(()=>t)).reduce(ah,0);Be.prototype.visitUtf8=ch;Be.prototype.visitBinary=lh;Be.prototype.visitList=uh;Be.prototype.visitFixedSizeList=hh;Be.prototype.visitUnion=fh;Be.prototype.visitDenseUnion=Tc;Be.prototype.visitSparseUnion=Oc;var Ht=new Be;var Fc,Dc={},Nc={},x=class{constructor(t){var e,i,n;let s=t[0]instanceof x?t.flatMap(a=>a.data):t;if(s.length===0||s.some(a=>!(a instanceof P)))throw new TypeError("Vector constructor expects an Array of Data instances.");let o=(e=s[0])===null||e===void 0?void 0:e.type;switch(s.length){case 0:this._offsets=[0];break;case 1:{let{get:a,set:c,indexOf:l,byteLength:h}=Dc[o.typeId],f=s[0];this.isValid=p=>Ai(f,p),this.get=p=>a(f,p),this.set=(p,U)=>c(f,p,U),this.indexOf=p=>l(f,p),this.getByteLength=p=>h(f,p),this._offsets=[0,f.length];break}default:Object.setPrototypeOf(this,Nc[o.typeId]),this._offsets=Xn(s);break}this.data=s,this.type=o,this.stride=Gt(o),this.numChildren=(n=(i=o.children)===null||i===void 0?void 0:i.length)!==null&&n!==void 0?n:0,this.length=this._offsets[this._offsets.length-1]}get byteLength(){return this._byteLength===-1&&(this._byteLength=this.data.reduce((t,e)=>t+e.byteLength,0)),this._byteLength}get nullCount(){return this._nullCount===-1&&(this._nullCount=Jn(this.data)),this._nullCount}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}set(t,e){}indexOf(t,e){return-1}includes(t,e){return this.indexOf(t,e)>0}getByteLength(t){return 0}[Symbol.iterator](){return Qr.visit(this)}concat(...t){return new x(this.data.concat(t.flatMap(e=>e.data).flat(Number.POSITIVE_INFINITY)))}slice(t,e){return new x(Si(this,t,e,({data:i,_offsets:n},s,o)=>Zn(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 x(this.data.map(({children:e})=>e[t])):null}get isMemoized(){return m.isDictionary(this.type)?this.data[0].dictionary.isMemoized:!1}memoize(){if(m.isDictionary(this.type)){let t=new ti(this.data[0].dictionary),e=this.data.map(i=>{let n=i.clone();return n.dictionary=t,n});return new x(e)}return new ti(this)}unmemoize(){if(m.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 x(e)}return this}};Fc=Symbol.toStringTag;x[Fc]=(r=>{r.type=m.prototype,r.data=[],r.length=0,r.stride=1,r.numChildren=0,r._nullCount=-1,r._byteLength=-1,r._offsets=new Uint32Array([0]),r[Symbol.isConcatSpreadable]=!0;let t=Object.keys(u).map(e=>u[e]).filter(e=>typeof e=="number"&&e!==u.NONE);for(let e of t){let i=st.getVisitFnByTypeId(e),n=gt.getVisitFnByTypeId(e),s=Ar.getVisitFnByTypeId(e),o=Ht.getVisitFnByTypeId(e);Dc[e]={get:i,set:n,indexOf:s,byteLength:o},Nc[e]=Object.create(r,{isValid:{value:fr(Ai)},get:{value:fr(st.getVisitFnByTypeId(e))},set:{value:Kn(gt.getVisitFnByTypeId(e))},indexOf:{value:Qn(Ar.getVisitFnByTypeId(e))},getByteLength:{value:fr(Ht.getVisitFnByTypeId(e))}})}return"Vector"})(x.prototype);var ti=class extends x{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 ti(n.call(this,o,a))}),Object.defineProperty(this,"isMemoized",{value:!0}),Object.defineProperty(this,"unmemoize",{value:()=>new x(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=`
2
+ switch (x) {${e.map(i=>`
3
+ case ${dh(i)}:`).join("")}
4
+ return false;
5
+ }`),r.length!==e.length&&(t=`if (x !== x) return false;
6
+ ${t}`),new Function("x",`${t}
7
+ return true;`)}function dh(r){return typeof r!="bigint"?ae(r):pn?`${ae(r)}n`:`"${ae(r)}"`}var Oo=(r,t)=>(Math.ceil(r)*t+63&-64||64)/t,ph=(r,t=0)=>r.length>=t?r.subarray(0,t):Wr(new r.constructor(t),r,0),dr=class{constructor(t,e=1){this.buffer=t,this.stride=e,this.BYTES_PER_ELEMENT=t.BYTES_PER_ELEMENT,this.ArrayType=t.constructor,this._resize(this.length=Math.ceil(t.length/e))}get byteLength(){return Math.ceil(this.length*this.stride)*this.BYTES_PER_ELEMENT}get reservedLength(){return this.buffer.length/this.stride}get reservedByteLength(){return this.buffer.byteLength}set(t,e){return this}append(t){return this.set(this.length,t)}reserve(t){if(t>0){this.length+=t;let e=this.stride,i=this.length*e,n=this.buffer.length;i>=n&&this._resize(n===0?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=ph(this.buffer,t);return this.clear(),e}clear(){return this.length=0,this._resize(0),this}_resize(t){return this.buffer=Wr(new this.ArrayType(t),this.buffer)}};dr.prototype.offset=0;var Ze=class extends dr{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}},ei=class extends Ze{constructor(t=new Uint8Array(0)){super(t,1/8),this.numValid=0}get numInvalid(){return this.length-this.numValid}get(t){return this.buffer[t>>3]>>t%8&1}set(t,e){let{buffer:i}=this.reserve(t-this.length+1),n=t>>3,s=t%8,o=i[n]>>s&1;return e?o===0&&(i[n]|=1<<s,++this.numValid):o===1&&(i[n]&=~(1<<s),--this.numValid),this}clear(){return this.numValid=0,super.clear()}},ri=class extends Ze{constructor(t=new Int32Array(1)){super(t,1)}append(t){return this.set(this.length-1,t)}set(t,e){let i=this.length-1,n=this.reserve(t-i+1).buffer;return i<t++&&n.fill(n[i],i,t),n[t]=n[t-1]+e,this}flush(t=this.length-1){return t>this.length&&this.set(t-1,0),super.flush(t+1)}};var J=class{constructor({type:t,nullValues:e}){this.length=0,this.finished=!1,this.type=t,this.children=[],this.nullValues=e,this.stride=Gt(t),this._nulls=new ei,e&&e.length>0&&(this._isValid=Lc(e))}static throughNode(t){throw new Error('"throughNode" not available in this environment')}static throughDOM(t){throw new Error('"throughDOM" not available in this environment')}toVector(){return new x([this.flush()])}get ArrayType(){return this.type.ArrayType}get nullCount(){return this._nulls.numInvalid}get numChildren(){return this.children.length}get byteLength(){let t=0,{_offsets:e,_values:i,_nulls:n,_typeIds:s,children:o}=this;return e&&(t+=e.byteLength),i&&(t+=i.byteLength),n&&(t+=n.byteLength),s&&(t+=s.byteLength),o.reduce((a,c)=>a+c.byteLength,t)}get reservedLength(){return this._nulls.reservedLength}get reservedByteLength(){let t=0;return this._offsets&&(t+=this._offsets.reservedByteLength),this._values&&(t+=this._values.reservedByteLength),this._nulls&&(t+=this._nulls.reservedByteLength),this._typeIds&&(t+=this._typeIds.reservedByteLength),this.children.reduce((e,i)=>e+i.reservedByteLength,t)}get valueOffsets(){return this._offsets?this._offsets.buffer:null}get values(){return this._values?this._values.buffer:null}get nullBitmap(){return this._nulls?this._nulls.buffer:null}get typeIds(){return this._typeIds?this._typeIds.buffer:null}append(t){return this.set(this.length,t)}isValid(t){return this._isValid(t)}set(t,e){return this.setValid(t,this.isValid(e))&&this.setValue(t,e),this}setValue(t,e){this._setValue(this,t,e)}setValid(t,e){return this.length=this._nulls.set(t,+e).length,e}addChild(t,e=`${this.numChildren}`){throw new Error(`Cannot append children to non-nested type "${this.type}"`)}getChildAt(t){return this.children[t]||null}flush(){let t,e,i,n,{type:s,length:o,nullCount:a,_typeIds:c,_offsets:l,_values:h,_nulls:f}=this;(e=c?.flush(o))?n=l?.flush(o):(n=l?.flush(o))?t=h?.flush(l.last()):t=h?.flush(o),a>0&&(i=f?.flush(o));let p=this.children.map(U=>U.flush());return this.clear(),A({type:s,length:o,nullCount:a,children:p,child:p[0],data:t,typeIds:e,nullBitmap:i,valueOffsets:n})}finish(){this.finished=!0;for(let t of this.children)t.finish();return this}clear(){var t,e,i,n;this.length=0,(t=this._nulls)===null||t===void 0||t.clear(),(e=this._values)===null||e===void 0||e.clear(),(i=this._offsets)===null||i===void 0||i.clear(),(n=this._typeIds)===null||n===void 0||n.clear();for(let s of this.children)s.clear();return this}};J.prototype.length=1;J.prototype.stride=1;J.prototype.children=null;J.prototype.finished=!1;J.prototype.nullValues=null;J.prototype._isValid=()=>!0;var ut=class extends J{constructor(t){super(t),this._values=new Ze(new this.ArrayType(0),this.stride)}setValue(t,e){let i=this._values;return i.reserve(t-i.length+1),super.setValue(t,e)}},Ae=class extends J{constructor(t){super(t),this._pendingLength=0,this._offsets=new ri}setValue(t,e){let i=this._pending||(this._pending=new Map),n=i.get(t);n&&(this._pendingLength-=n.length),this._pendingLength+=e instanceof xe?e[Qt].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 Tr=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(n),t.pad(4),t.writeInt32(i),t.writeInt64(e),t.offset()}};var Te=new Int32Array(2),ts=new Float32Array(Te.buffer),es=new Float64Array(Te.buffer),ii=new Uint16Array(new Uint8Array([1,0]).buffer)[0]===1;var ot=class{constructor(t,e){this.low=t|0,this.high=e|0}static create(t,e){return t==0&&e==0?ot.ZERO:new ot(t,e)}toFloat64(){return(this.low>>>0)+this.high*4294967296}equals(t){return this.low==t.low&&this.high==t.high}};ot.ZERO=new ot(0,0);var Ti;(function(r){r[r.UTF8_BYTES=1]="UTF8_BYTES",r[r.UTF16_STRING=2]="UTF16_STRING"})(Ti||(Ti={}));var Tt=class{constructor(t){this.bytes_=t,this.position_=0}static allocate(t){return new Tt(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 new ot(this.readInt32(t),this.readInt32(t+4))}readUint64(t){return new ot(this.readUint32(t),this.readUint32(t+4))}readFloat32(t){return Te[0]=this.readInt32(t),ts[0]}readFloat64(t){return Te[ii?0:1]=this.readInt32(t),Te[ii?1:0]=this.readInt32(t+4),es[0]}writeInt8(t,e){this.bytes_[t]=e}writeUint8(t,e){this.bytes_[t]=e}writeInt16(t,e){this.bytes_[t]=e,this.bytes_[t+1]=e>>8}writeUint16(t,e){this.bytes_[t]=e,this.bytes_[t+1]=e>>8}writeInt32(t,e){this.bytes_[t]=e,this.bytes_[t+1]=e>>8,this.bytes_[t+2]=e>>16,this.bytes_[t+3]=e>>24}writeUint32(t,e){this.bytes_[t]=e,this.bytes_[t+1]=e>>8,this.bytes_[t+2]=e>>16,this.bytes_[t+3]=e>>24}writeInt64(t,e){this.writeInt32(t,e.low),this.writeInt32(t+4,e.high)}writeUint64(t,e){this.writeUint32(t,e.low),this.writeUint32(t+4,e.high)}writeFloat32(t,e){ts[0]=e,this.writeInt32(t,Te[0])}writeFloat64(t,e){es[0]=e,this.writeInt32(t,Te[ii?0:1]),this.writeInt32(t+4,Te[ii?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),n="",s=0;if(t+=4,e===Ti.UTF8_BYTES)return this.bytes_.subarray(t,t+i);for(;s<i;){let o,a=this.readUint8(t+s++);if(a<192)o=a;else{let c=this.readUint8(t+s++);if(a<224)o=(a&31)<<6|c&63;else{let l=this.readUint8(t+s++);if(a<240)o=(a&15)<<12|(c&63)<<6|l&63;else{let h=this.readUint8(t+s++);o=(a&7)<<18|(c&63)<<12|(l&63)<<6|h&63}}}o<65536?n+=String.fromCharCode(o):(o-=65536,n+=String.fromCharCode((o>>10)+55296,(o&(1<<10)-1)+56320))}return 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}createLong(t,e){return ot.create(t,e)}createScalarList(t,e){let i=[];for(let n=0;n<e;++n)t(n)!==null&&i.push(t(n));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;let e;t?e=t:e=1024,this.bb=Tt.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.equals(i))&&(this.addInt64(e),this.slot(t))}addFieldFloat32(t,e,i){(this.force_defaults||e!=i)&&(this.addFloat32(e),this.slot(t))}addFieldFloat64(t,e,i){(this.force_defaults||e!=i)&&(this.addFloat64(e),this.slot(t))}addFieldOffset(t,e,i){(this.force_defaults||e!=i)&&(this.addOffset(e),this.slot(t))}addFieldStruct(t,e,i){e!=i&&(this.nested(e),this.slot(t))}nested(t){if(t!=this.offset())throw new Error("FlatBuffers: struct must be serialized inline.")}notNested(){if(this.isNested)throw new Error("FlatBuffers: object serialization must not be nested.")}slot(t){this.vtable!==null&&(this.vtable[t]=this.offset())}offset(){return this.bb.capacity()-this.space}static growByteBuffer(t){let e=t.capacity();if(e&3221225472)throw new Error("FlatBuffers: cannot grow buffer beyond 2 gigabytes.");let i=e<<1,n=Tt.allocate(i);return n.setPosition(i-e),n.bytes().set(t.bytes(),i-e),n}addOffset(t){this.prep(4,0),this.writeInt32(this.offset()-t+4)}startObject(t){this.notNested(),this.vtable==null&&(this.vtable=[]),this.vtable_in_use=t;for(let e=0;e<t;e++)this.vtable[e]=0;this.isNested=!0,this.object_start=this.offset()}endObject(){if(this.vtable==null||!this.isNested)throw new Error("FlatBuffers: endObject called without startObject");this.addInt32(0);let t=this.offset(),e=this.vtable_in_use-1;for(;e>=0&&this.vtable[e]==0;e--);let i=e+1;for(;e>=0;e--)this.addInt16(this.vtable[e]!=0?t-this.vtable[e]:0);let n=2;this.addInt16(t-this.object_start);let s=(i+n)*2;this.addInt16(s);let o=0,a=this.space;t:for(e=0;e<this.vtables.length;e++){let c=this.bb.capacity()-this.vtables[e];if(s==this.bb.readInt16(c)){for(let l=2;l<s;l+=2)if(this.bb.readInt16(a+l)!=this.bb.readInt16(c+l))continue t;o=this.vtables[e];break}}return o?(this.space=this.bb.capacity()-t,this.bb.writeInt32(this.space,o-t)):(this.vtables.push(this.offset()),this.bb.writeInt32(this.bb.capacity()-t,this.offset()-t)),this.isNested=!1,t}finish(t,e,i){let n=i?4:0;if(e){let s=e;if(this.prep(this.minalign,4+4+n),s.length!=4)throw new Error("FlatBuffers: file identifier must be length "+4);for(let o=4-1;o>=0;o--)this.writeInt8(s.charCodeAt(o))}this.prep(this.minalign,4+n),this.addOffset(t),n&&this.addInt32(this.bb.capacity()-this.space),this.bb.setPosition(this.space)}finishSizePrefixed(t,e){this.finish(t,e,!0)}requiredField(t,e){let i=this.bb.capacity()-t,n=i-this.bb.readInt32(i);if(!(this.bb.readInt16(n+e)!=0))throw new Error("FlatBuffers: field "+e+" must be set")}startVector(t,e,i){this.notNested(),this.vector_num_elems=e,this.prep(4,t*e),this.prep(i,t*e)}endVector(){return this.writeInt32(this.vector_num_elems),this.offset()}createSharedString(t){if(!t)return 0;if(this.string_maps||(this.string_maps=new Map),this.string_maps.has(t))return this.string_maps.get(t);let e=this.createString(t);return this.string_maps.set(t,e),e}createString(t){if(!t)return 0;let e;if(t instanceof Uint8Array)e=t;else{e=[];let i=0;for(;i<t.length;){let n,s=t.charCodeAt(i++);if(s<55296||s>=56320)n=s;else{let o=t.charCodeAt(i++);n=(s<<10)+o+(65536-(55296<<10)-56320)}n<128?e.push(n):(n<2048?e.push(n>>6&31|192):(n<65536?e.push(n>>12&15|224):e.push(n>>18&7|240,n>>12&63|128),e.push(n>>6&63|128)),e.push(n&63|128))}}this.addInt8(0),this.startVector(1,e.length,1),this.bb.setPosition(this.space-=e.length);for(let i=0,n=this.space,s=this.bb.bytes();i<e.length;i++)s[n++]=e[i];return this.endVector()}createLong(t,e){return ot.create(t,e)}createObjectOffset(t){return t===null?0:typeof t=="string"?this.createString(t):t.pack(this)}createObjectOffsetList(t){let e=[];for(let i=0;i<t.length;++i){let n=t[i];if(n!==null)e.push(this.createObjectOffset(n));else throw new Error("FlatBuffers: Argument for createObjectOffsetList cannot contain null.")}return e}createStructOffsetList(t,e){return e(this,t.length),this.createObjectOffsetList(t),this.endVector()}};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 pr;(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"})(pr||(pr={}));var mr;(function(r){r[r.Little=0]="Little",r[r.Big=1]="Big"})(mr||(mr={}));var Oi;(function(r){r[r.DenseArray=0]="DenseArray"})(Oi||(Oi={}));var ht=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 ht).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsInt(t,e){return t.setPosition(t.position()+4),(e||new ht).__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 ht.startInt(t),ht.addBitWidth(t,e),ht.addIsSigned(t,i),ht.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):this.bb.createLong(0,0)}indexType(t){let e=this.bb.__offset(this.bb_pos,6);return e?(t||new ht).__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):Oi.DenseArray}static startDictionaryEncoding(t){t.startObject(4)}static addId(t,e){t.addFieldInt64(0,e,t.createLong(0,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,Oi.DenseArray)}static endDictionaryEncoding(t){return t.endObject()}};var Oe=class{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsBinary(t,e){return(e||new Oe).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsBinary(t,e){return t.setPosition(t.position()+4),(e||new Oe).__init(t.readInt32(t.position())+t.position(),t)}static startBinary(t){t.startObject(0)}static endBinary(t){return t.endObject()}static createBinary(t){return Oe.startBinary(t),Oe.endBinary(t)}};var Fe=class{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsBool(t,e){return(e||new Fe).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsBool(t,e){return t.setPosition(t.position()+4),(e||new Fe).__init(t.readInt32(t.position())+t.position(),t)}static startBool(t){t.startObject(0)}static endBool(t){return t.endObject()}static createBool(t){return Fe.startBool(t),Fe.endBool(t)}};var Fi;(function(r){r[r.DAY=0]="DAY",r[r.MILLISECOND=1]="MILLISECOND"})(Fi||(Fi={}));var Nt=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 Nt).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsDate(t,e){return t.setPosition(t.position()+4),(e||new Nt).__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):Fi.MILLISECOND}static startDate(t){t.startObject(1)}static addUnit(t,e){t.addFieldInt16(0,e,Fi.MILLISECOND)}static endDate(t){return t.endObject()}static createDate(t,e){return Nt.startDate(t),Nt.addUnit(t,e),Nt.endDate(t)}};var ft=class{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsDecimal(t,e){return(e||new ft).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsDecimal(t,e){return t.setPosition(t.position()+4),(e||new ft).__init(t.readInt32(t.position())+t.position(),t)}precision(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt32(this.bb_pos+t):0}scale(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.readInt32(this.bb_pos+t):0}bitWidth(){let t=this.bb.__offset(this.bb_pos,8);return t?this.bb.readInt32(this.bb_pos+t):128}static startDecimal(t){t.startObject(3)}static addPrecision(t,e){t.addFieldInt32(0,e,0)}static addScale(t,e){t.addFieldInt32(1,e,0)}static addBitWidth(t,e){t.addFieldInt32(2,e,128)}static endDecimal(t){return t.endObject()}static createDecimal(t,e,i,n){return ft.startDecimal(t),ft.addPrecision(t,e),ft.addScale(t,i),ft.addBitWidth(t,n),ft.endDecimal(t)}};var yr;(function(r){r[r.SECOND=0]="SECOND",r[r.MILLISECOND=1]="MILLISECOND",r[r.MICROSECOND=2]="MICROSECOND",r[r.NANOSECOND=3]="NANOSECOND"})(yr||(yr={}));var Lt=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 Lt).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsFixedSizeBinary(t,e){return t.setPosition(t.position()+4),(e||new Lt).__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 Lt.startFixedSizeBinary(t),Lt.addByteWidth(t,e),Lt.endFixedSizeBinary(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 getRootAsFixedSizeList(t,e){return(e||new Mt).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsFixedSizeList(t,e){return t.setPosition(t.position()+4),(e||new Mt).__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 Mt.startFixedSizeList(t),Mt.addListSize(t,e),Mt.endFixedSizeList(t)}};var Di;(function(r){r[r.HALF=0]="HALF",r[r.SINGLE=1]="SINGLE",r[r.DOUBLE=2]="DOUBLE"})(Di||(Di={}));var Et=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 Et).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsFloatingPoint(t,e){return t.setPosition(t.position()+4),(e||new Et).__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):Di.HALF}static startFloatingPoint(t){t.startObject(1)}static addPrecision(t,e){t.addFieldInt16(0,e,Di.HALF)}static endFloatingPoint(t){return t.endObject()}static createFloatingPoint(t,e){return Et.startFloatingPoint(t),Et.addPrecision(t,e),Et.endFloatingPoint(t)}};var Ni;(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"})(Ni||(Ni={}));var Ut=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 Ut).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsInterval(t,e){return t.setPosition(t.position()+4),(e||new Ut).__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):Ni.YEAR_MONTH}static startInterval(t){t.startObject(1)}static addUnit(t,e){t.addFieldInt16(0,e,Ni.YEAR_MONTH)}static endInterval(t){return t.endObject()}static createInterval(t,e){return Ut.startInterval(t),Ut.addUnit(t,e),Ut.endInterval(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 getRootAsList(t,e){return(e||new De).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsList(t,e){return t.setPosition(t.position()+4),(e||new De).__init(t.readInt32(t.position())+t.position(),t)}static startList(t){t.startObject(0)}static endList(t){return t.endObject()}static createList(t){return De.startList(t),De.endList(t)}};var Ct=class{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsMap(t,e){return(e||new Ct).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsMap(t,e){return t.setPosition(t.position()+4),(e||new Ct).__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 Ct.startMap(t),Ct.addKeysSorted(t,e),Ct.endMap(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 getRootAsNull(t,e){return(e||new Ne).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsNull(t,e){return t.setPosition(t.position()+4),(e||new Ne).__init(t.readInt32(t.position())+t.position(),t)}static startNull(t){t.startObject(0)}static endNull(t){return t.endObject()}static createNull(t){return Ne.startNull(t),Ne.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 vt=class{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsTime(t,e){return(e||new vt).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsTime(t,e){return t.setPosition(t.position()+4),(e||new vt).__init(t.readInt32(t.position())+t.position(),t)}unit(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt16(this.bb_pos+t):yr.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,yr.MILLISECOND)}static addBitWidth(t,e){t.addFieldInt32(1,e,32)}static endTime(t){return t.endObject()}static createTime(t,e,i){return vt.startTime(t),vt.addUnit(t,e),vt.addBitWidth(t,i),vt.endTime(t)}};var It=class{constructor(){this.bb=null,this.bb_pos=0}__init(t,e){return this.bb_pos=t,this.bb=e,this}static getRootAsTimestamp(t,e){return(e||new It).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsTimestamp(t,e){return t.setPosition(t.position()+4),(e||new It).__init(t.readInt32(t.position())+t.position(),t)}unit(){let t=this.bb.__offset(this.bb_pos,4);return t?this.bb.readInt16(this.bb_pos+t):yr.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,yr.SECOND)}static addTimezone(t,e){t.addFieldOffset(1,e,0)}static endTimestamp(t){return t.endObject()}static createTimestamp(t,e,i){return It.startTimestamp(t),It.addUnit(t,e),It.addTimezone(t,i),It.endTimestamp(t)}};var Li;(function(r){r[r.Sparse=0]="Sparse",r[r.Dense=1]="Dense"})(Li||(Li={}));var dt=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 dt).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsUnion(t,e){return t.setPosition(t.position()+4),(e||new dt).__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):Li.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,Li.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 dt.startUnion(t),dt.addMode(t,e),dt.addTypeIds(t,i),dt.endUnion(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 getRootAsUtf8(t,e){return(e||new Me).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsUtf8(t,e){return t.setPosition(t.position()+4),(e||new Me).__init(t.readInt32(t.position())+t.position(),t)}static startUtf8(t){t.startObject(0)}static endUtf8(t){return t.endObject()}static createUtf8(t){return Me.startUtf8(t),Me.endUtf8(t)}};var X;(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"})(X||(X={}));var at=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 at).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsField(t,e){return t.setPosition(t.position()+4),(e||new at).__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):X.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 at).__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,X.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):mr.Little}fields(t,e){let i=this.bb.__offset(this.bb_pos,6);return i?(e||new at).__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):this.bb.createLong(0,0)}featuresLength(){let t=this.bb.__offset(this.bb_pos,10);return t?this.bb.__vector_len(this.bb_pos+t):0}static startSchema(t){t.startObject(4)}static addEndianness(t,e){t.addFieldInt16(0,e,mr.Little)}static addFields(t,e){t.addFieldOffset(1,e,0)}static createFieldsVector(t,e){t.startVector(4,e.length,4);for(let i=e.length-1;i>=0;i--)t.addOffset(e[i]);return t.endVector()}static startFieldsVector(t,e){t.startVector(4,e,4)}static addCustomMetadata(t,e){t.addFieldOffset(2,e,0)}static createCustomMetadataVector(t,e){t.startVector(4,e.length,4);for(let i=e.length-1;i>=0;i--)t.addOffset(e[i]);return t.endVector()}static startCustomMetadataVector(t,e){t.startVector(4,e,4)}static addFeatures(t,e){t.addFieldOffset(3,e,0)}static createFeaturesVector(t,e){t.startVector(8,e.length,8);for(let i=e.length-1;i>=0;i--)t.addInt64(e[i]);return t.endVector()}static startFeaturesVector(t,e){t.startVector(8,e,8)}static endSchema(t){return t.endObject()}static finishSchemaBuffer(t,e){t.finish(e)}static finishSizePrefixedSchemaBuffer(t,e){t.finish(e,void 0,!0)}static createSchema(t,e,i,n,s){return K.startSchema(t),K.addEndianness(t,e),K.addFields(t,i),K.addCustomMetadata(t,n),K.addFeatures(t,s),K.endSchema(t)}};var St=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 St).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsFooter(t,e){return t.setPosition(t.position()+4),(e||new St).__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):pr.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 Tr).__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 Tr).__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,pr.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){this.fields=t||[],this.metadata=e||new Map,i||(i=Fo(t)),this.dictionaries=i}get[Symbol.toStringTag](){return"Schema"}get names(){return this.fields.map(t=>t.name)}toString(){return`Schema<{ ${this.fields.map((t,e)=>`${e}: ${t}`).join(", ")} }>`}select(t){let e=new Set(t),i=this.fields.filter(n=>e.has(n.name));return new 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=is(is(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:is(is(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 F=class{constructor(t,e,i=!1,n){this.name=t,this.type=e,this.nullable=i,this.metadata=n||new Map}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 F(`${e}`,i,n,s)}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],F.new(e,i,n,s)}};F.prototype.type=null;F.prototype.name=null;F.prototype.nullable=null;F.prototype.metadata=null;function is(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(m.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 Mc=ot,mh=Ke,yh=Tt,Qe=class{constructor(t,e=yt.V4,i,n){this.schema=t,this.version=e,i&&(this._recordBatches=i),n&&(this._dictionaryBatches=n)}static decode(t){t=new yh(I(t));let e=St.getRootAsFooter(t),i=E.decode(e.schema());return new Do(i,e)}static encode(t){let e=new mh,i=E.encode(e,t.schema);St.startRecordBatchesVector(e,t.numRecordBatches);for(let o of[...t.recordBatches()].slice().reverse())ye.encode(e,o);let n=e.endVector();St.startDictionariesVector(e,t.numDictionaries);for(let o of[...t.dictionaryBatches()].slice().reverse())ye.encode(e,o);let s=e.endVector();return St.startFooter(e),St.addSchema(e,i),St.addVersion(e,yt.V4),St.addRecordBatches(e,n),St.addDictionaries(e,s),St.finishFooterBuffer(e,St.endFooter(e)),e.asUint8Array()}get numRecordBatches(){return this._recordBatches.length}get numDictionaries(){return this._dictionaryBatches.length}*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 Do=class extends Qe{constructor(t,e){super(t,e.version()),this._footer=e}get numRecordBatches(){return this._footer.recordBatchesLength()}get numDictionaries(){return this._footer.dictionariesLength()}getRecordBatch(t){if(t>=0&&t<this.numRecordBatches){let e=this._footer.recordBatches(t);if(e)return ye.decode(e)}return null}getDictionaryBatch(t){if(t>=0&&t<this.numDictionaries){let e=this._footer.dictionaries(t);if(e)return ye.decode(e)}return null}},ye=class{constructor(t,e,i){this.metaDataLength=t,this.offset=typeof i=="number"?i:i.low,this.bodyLength=typeof e=="number"?e:e.low}static decode(t){return new ye(t.metaDataLength(),t.bodyLength(),t.offset())}static encode(t,e){let{metaDataLength:i}=e,n=new Mc(e.offset,0),s=new Mc(e.bodyLength,0);return Tr.createBlock(t,n,i,s)}};var H=Object.freeze({done:!0,value:void 0}),Mi=class{constructor(t){this._json=t}get schema(){return this._json.schema}get batches(){return this._json.batches||[]}get dictionaries(){return this._json.dictionaries||[]}},Or=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())}},ns=class extends Or{constructor(){super(),this._values=[],this.resolvers=[],this._closedPromise=new Promise(t=>this._closedPromiseResolve=t)}get closed(){return this._closedPromise}cancel(t){return d(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(H);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 d(this,void 0,void 0,function*(){return yield this.abort(t),H})}return(t){return d(this,void 0,void 0,function*(){return yield this.close(),H})}read(t){return d(this,void 0,void 0,function*(){return(yield this.next(t,"read")).value})}peek(t){return d(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(H)}_ensureOpen(){if(this._closedPromiseResolve)return!0;throw new Error("AsyncQueue is closed")}};var Ee=class extends ns{write(t){if((t=I(t)).byteLength>0)return super.write(t)}toString(t=!1){return t?bi(this.toUint8Array(!0)):this.toUint8Array(!1).then(bi)}toUint8Array(t=!1){return t?Wt(this._values)[0]:(()=>d(this,void 0,void 0,function*(){var e,i;let n=[],s=0;try{for(var o=ie(this),a;a=yield o.next(),!a.done;){let c=a.value;n.push(c),s+=c.byteLength}}catch(c){e={error:c}}finally{try{a&&!a.done&&(i=o.return)&&(yield i.call(o))}finally{if(e)throw e.error}}return Wt(n,s)[0]}))()}},Ue=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)}},Rt=class{constructor(t){t instanceof Rt?this.source=t.source:t instanceof Ee?this.source=new tr(mt.fromAsyncIterable(t)):wn(t)?this.source=new tr(mt.fromNodeStream(t)):_i(t)?this.source=new tr(mt.fromDOMStream(t)):bn(t)?this.source=new tr(mt.fromDOMStream(t.body)):ne(t)?this.source=new tr(mt.fromIterable(t)):qt(t)?this.source=new tr(mt.fromAsyncIterable(t)):Kt(t)&&(this.source=new tr(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)||H)}return(t){return Object.create(this.source.return&&this.source.return(t)||H)}},tr=class{constructor(t){this.source=t,this._closedPromise=new Promise(e=>this._closedPromiseResolve=e)}cancel(t){return d(this,void 0,void 0,function*(){yield this.return(t)})}get closed(){return this._closedPromise}read(t){return d(this,void 0,void 0,function*(){return(yield this.next(t,"read")).value})}peek(t){return d(this,void 0,void 0,function*(){return(yield this.next(t,"peek")).value})}next(t,e="read"){return d(this,void 0,void 0,function*(){return yield this.source.next({cmd:e,size:t})})}throw(t){return d(this,void 0,void 0,function*(){let e=this.source.throw&&(yield this.source.throw(t))||H;return this._closedPromiseResolve&&this._closedPromiseResolve(),this._closedPromiseResolve=void 0,Object.create(e)})}return(t){return d(this,void 0,void 0,function*(){let e=this.source.return&&(yield this.source.return(t))||H;return this._closedPromiseResolve&&this._closedPromiseResolve(),this._closedPromiseResolve=void 0,Object.create(e)})}};var Ei=class extends Ue{constructor(t,e){super(),this.position=0,this.buffer=I(t),this.size=typeof e>"u"?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}}},gr=class extends Rt{constructor(t,e){super(),this.position=0,this._handle=t,typeof e=="number"?this.size=e:this._pending=(()=>d(this,void 0,void 0,function*(){this.size=(yield t.stat()).size,delete this._pending}))()}readInt32(t){return d(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 d(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 d(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 d(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 d(this,void 0,void 0,function*(){let t=this._handle;this._handle=null,t&&(yield t.close())})}throw(t){return d(this,void 0,void 0,function*(){return yield this.close(),{done:!0,value:t}})}return(t){return d(this,void 0,void 0,function*(){return yield this.close(),{done:!0,value:t}})}};var Mo={};$r(Mo,{BaseInt64:()=>Ui,Int128:()=>Vt,Int64:()=>pt,Uint64:()=>k});function ni(r){return r<0&&(r=4294967295+r+1),`0x${r.toString(16)}`}var si=8,Lo=[1,10,100,1e3,1e4,1e5,1e6,1e7,1e8],Ui=class{constructor(t){this.buffer=t}high(){return this.buffer[1]}low(){return this.buffer[0]}_times(t){let e=new Uint32Array([this.buffer[1]>>>16,this.buffer[1]&65535,this.buffer[0]>>>16,this.buffer[0]&65535]),i=new Uint32Array([t.buffer[1]>>>16,t.buffer[1]&65535,t.buffer[0]>>>16,t.buffer[0]&65535]),n=e[3]*i[3];this.buffer[0]=n&65535;let s=n>>>16;return n=e[2]*i[3],s+=n,n=e[3]*i[2]>>>0,s+=n,this.buffer[0]+=s<<16,this.buffer[1]=s>>>0<n?65536:0,this.buffer[1]+=s>>>16,this.buffer[1]+=e[1]*i[3]+e[2]*i[2]+e[3]*i[1],this.buffer[1]+=e[0]*i[3]+e[1]*i[2]+e[2]*i[1]+e[3]*i[0]<<16,this}_plus(t){let e=this.buffer[0]+t.buffer[0]>>>0;this.buffer[1]+=t.buffer[1],e<this.buffer[0]>>>0&&++this.buffer[1],this.buffer[0]=e}lessThan(t){return this.buffer[1]<t.buffer[1]||this.buffer[1]===t.buffer[1]&&this.buffer[0]<t.buffer[0]}equals(t){return this.buffer[1]===t.buffer[1]&&this.buffer[0]==t.buffer[0]}greaterThan(t){return t.lessThan(this)}hex(){return`${ni(this.buffer[1])} ${ni(this.buffer[0])}`}},k=class extends Ui{times(t){return this._times(t),this}plus(t){return this._plus(t),this}static from(t,e=new Uint32Array(2)){return k.fromString(typeof t=="string"?t:t.toString(),e)}static fromNumber(t,e=new Uint32Array(2)){return k.fromString(t.toString(),e)}static fromString(t,e=new Uint32Array(2)){let i=t.length,n=new k(e);for(let s=0;s<i;){let o=si<i-s?si:i-s,a=new k(new Uint32Array([Number.parseInt(t.slice(s,s+o),10),0])),c=new k(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;)k.from(t[i],new Uint32Array(e.buffer,e.byteOffset+2*i*4,2));return e}static multiply(t,e){return new k(new Uint32Array(t.buffer)).times(e)}static add(t,e){return new k(new Uint32Array(t.buffer)).plus(e)}},pt=class extends Ui{negate(){return this.buffer[0]=~this.buffer[0]+1,this.buffer[1]=~this.buffer[1],this.buffer[0]==0&&++this.buffer[1],this}times(t){return this._times(t),this}plus(t){return this._plus(t),this}lessThan(t){let e=this.buffer[1]<<0,i=t.buffer[1]<<0;return e<i||e===i&&this.buffer[0]<t.buffer[0]}static from(t,e=new Uint32Array(2)){return 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=si<n-o?si: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)}},Vt=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 k(new Uint32Array([this.buffer[3],0])),i=new k(new Uint32Array([this.buffer[2],0])),n=new k(new Uint32Array([this.buffer[1],0])),s=new k(new Uint32Array([this.buffer[0],0])),o=new k(new Uint32Array([t.buffer[3],0])),a=new k(new Uint32Array([t.buffer[2],0])),c=new k(new Uint32Array([t.buffer[1],0])),l=new k(new Uint32Array([t.buffer[0],0])),h=k.multiply(s,l);this.buffer[0]=h.low();let f=new k(new Uint32Array([h.high(),0]));return h=k.multiply(n,l),f.plus(h),h=k.multiply(s,c),f.plus(h),this.buffer[1]=f.low(),this.buffer[3]=f.lessThan(h)?1:0,this.buffer[2]=f.high(),new k(new Uint32Array(this.buffer.buffer,this.buffer.byteOffset+8,2)).plus(k.multiply(i,l)).plus(k.multiply(n,c)).plus(k.multiply(s,a)),this.buffer[3]+=k.multiply(e,l).plus(k.multiply(i,c)).plus(k.multiply(n,a)).plus(k.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`${ni(this.buffer[3])} ${ni(this.buffer[2])} ${ni(this.buffer[1])} ${ni(this.buffer[0])}`}static multiply(t,e){return new Vt(new Uint32Array(t.buffer)).times(e)}static add(t,e){return new Vt(new Uint32Array(t.buffer)).plus(e)}static from(t,e=new Uint32Array(4)){return Vt.fromString(typeof t=="string"?t:t.toString(),e)}static fromNumber(t,e=new Uint32Array(4)){return Vt.fromString(t.toString(),e)}static fromString(t,e=new Uint32Array(4)){let i=t.startsWith("-"),n=t.length,s=new Vt(e);for(let o=i?1:0;o<n;){let a=si<n-o?si:n-o,c=new Vt(new Uint32Array([Number.parseInt(t.slice(o,o+a),10),0,0,0])),l=new Vt(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;)Vt.from(t[i],new Uint32Array(e.buffer,e.byteOffset+4*4*i,4));return e}};var Ci=class extends g{constructor(t,e,i,n){super(),this.nodesIndex=-1,this.buffersIndex=-1,this.bytes=t,this.nodes=e,this.buffers=i,this.dictionaries=n}visit(t){return super.visit(t instanceof F?t.type:t)}visitNull(t,{length:e}=this.nextFieldNode()){return A({type:t,length:e})}visitBool(t,{length:e,nullCount:i}=this.nextFieldNode()){return A({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitInt(t,{length:e,nullCount:i}=this.nextFieldNode()){return A({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitFloat(t,{length:e,nullCount:i}=this.nextFieldNode()){return A({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitUtf8(t,{length:e,nullCount:i}=this.nextFieldNode()){return A({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),valueOffsets:this.readOffsets(t),data:this.readData(t)})}visitBinary(t,{length:e,nullCount:i}=this.nextFieldNode()){return A({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),valueOffsets:this.readOffsets(t),data:this.readData(t)})}visitFixedSizeBinary(t,{length:e,nullCount:i}=this.nextFieldNode()){return A({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitDate(t,{length:e,nullCount:i}=this.nextFieldNode()){return A({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitTimestamp(t,{length:e,nullCount:i}=this.nextFieldNode()){return A({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitTime(t,{length:e,nullCount:i}=this.nextFieldNode()){return A({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitDecimal(t,{length:e,nullCount:i}=this.nextFieldNode()){return A({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitList(t,{length:e,nullCount:i}=this.nextFieldNode()){return A({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),valueOffsets:this.readOffsets(t),child:this.visit(t.children[0])})}visitStruct(t,{length:e,nullCount:i}=this.nextFieldNode()){return A({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),children:this.visitMany(t.children)})}visitUnion(t){return t.mode===tt.Sparse?this.visitSparseUnion(t):this.visitDenseUnion(t)}visitDenseUnion(t,{length:e,nullCount:i}=this.nextFieldNode()){return A({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),typeIds:this.readTypeIds(t),valueOffsets:this.readOffsets(t),children:this.visitMany(t.children)})}visitSparseUnion(t,{length:e,nullCount:i}=this.nextFieldNode()){return A({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),typeIds:this.readTypeIds(t),children:this.visitMany(t.children)})}visitDictionary(t,{length:e,nullCount:i}=this.nextFieldNode()){return A({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t.indices),dictionary:this.readDictionary(t)})}visitInterval(t,{length:e,nullCount:i}=this.nextFieldNode()){return A({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),data:this.readData(t)})}visitFixedSizeList(t,{length:e,nullCount:i}=this.nextFieldNode()){return A({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),child:this.visit(t.children[0])})}visitMap(t,{length:e,nullCount:i}=this.nextFieldNode()){return A({type:t,length:e,nullCount:i,nullBitmap:this.readNullBitmap(t,i),valueOffsets:this.readOffsets(t),child:this.visit(t.children[0])})}nextFieldNode(){return this.nodes[++this.nodesIndex]}nextBufferRange(){return this.buffers[++this.buffersIndex]}readNullBitmap(t,e,i=this.nextBufferRange()){return e>0&&this.readData(t,i)||new Uint8Array(0)}readOffsets(t,e){return this.readData(t,e)}readTypeIds(t,e){return this.readData(t,e)}readData(t,{length:e,offset:i}=this.nextBufferRange()){return this.bytes.subarray(i,i+e)}readDictionary(t){return this.dictionaries.get(t.id)}},ss=class extends Ci{constructor(t,e,i,n){super(new Uint8Array(0),e,i,n),this.sources=t}readNullBitmap(t,e,{offset:i}=this.nextBufferRange()){return e<=0?new Uint8Array(0):xr(this.sources[i])}readOffsets(t,{offset:e}=this.nextBufferRange()){return N(Uint8Array,N(Int32Array,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 m.isTimestamp(t)?N(Uint8Array,pt.convertArray(i[e])):(m.isInt(t)||m.isTime(t))&&t.bitWidth===64?N(Uint8Array,pt.convertArray(i[e])):m.isDate(t)&&t.unit===wt.MILLISECOND?N(Uint8Array,pt.convertArray(i[e])):m.isDecimal(t)?N(Uint8Array,Vt.convertArray(i[e])):m.isBinary(t)||m.isFixedSizeBinary(t)?gh(i[e]):m.isBool(t)?xr(i[e]):m.isUtf8(t)?ar(i[e].join("")):N(Uint8Array,N(t.ArrayType,i[e].map(n=>+n)))}};function gh(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 oi=class extends Ae{constructor(t){super(t),this._values=new dr(new Uint8Array(0))}get byteLength(){let t=this._pendingLength+this.length*4;return this._offsets&&(t+=this._offsets.byteLength),this._values&&(t+=this._values.byteLength),this._nulls&&(t+=this._nulls.byteLength),t}setValue(t,e){return super.setValue(t,I(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 os=class extends J{constructor(t){super(t),this._values=new ei}setValue(t,e){this._values.set(t,+e)}};var Fr=class extends ut{};Fr.prototype._setValue=po;var Ri=class extends Fr{};Ri.prototype._setValue=En;var Vi=class extends Fr{};Vi.prototype._setValue=Un;var Pi=class extends ut{};Pi.prototype._setValue=go;var as=class extends J{constructor({type:t,nullValues:e,dictionaryHashFunction:i}){super({type:new Yt(t.dictionary,t.indices,t.id,t.isOrdered)}),this._nulls=null,this._dictionaryOffset=0,this._keysToIndices=Object.create(null),this.indices=Dr({type:this.type.indices,nullValues:e}),this.dictionary=Dr({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 ki=class extends ut{};ki.prototype._setValue=fo;var cs=class extends J{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 fe(this.type.listSize,new F(e,t.type,!0)),i}};var Nr=class extends ut{setValue(t,e){this._values.set(t,e)}},ls=class extends Nr{setValue(t,e){super.setValue(t,Ii(e))}},us=class extends Nr{},hs=class extends Nr{};var Lr=class extends ut{};Lr.prototype._setValue=bo;var ji=class extends Lr{};ji.prototype._setValue=qn;var zi=class extends Lr{};zi.prototype._setValue=Wn;var ee=class extends ut{setValue(t,e){this._values.set(t,e)}},fs=class extends ee{},ds=class extends ee{},ps=class extends ee{},ms=class extends ee{},ys=class extends ee{},gs=class extends ee{},bs=class extends ee{},_s=class extends ee{};var ws=class extends Ae{constructor(t){super(t),this._offsets=new ri}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 ue(new F(e,t.type,!0)),this.numChildren-1}_flushPending(t){let e=this._offsets,[i]=this.children;for(let[n,s]of t)if(typeof s>"u")e.set(n,0);else{let o=s.length,a=e.set(n,o).buffer[n];for(let c=-1;++c<o;)i.set(a+c,s[c])}}};var vs=class extends Ae{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 de(new F(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 Is=class extends J{setValue(t,e){}setValid(t,e){return this.length=Math.max(t+1,this.length),e}};var Ss=class extends J{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 Y([...this.type.children,new F(e,t.type,!0)]),i}};var er=class extends ut{};er.prototype._setValue=mo;var $i=class extends er{};$i.prototype._setValue=Cn;var qi=class extends er{};qi.prototype._setValue=Rn;var Wi=class extends er{};Wi.prototype._setValue=Vn;var Yi=class extends er{};Yi.prototype._setValue=Pn;var rr=class extends ut{};rr.prototype._setValue=yo;var Gi=class extends rr{};Gi.prototype._setValue=kn;var Hi=class extends rr{};Hi.prototype._setValue=jn;var Ji=class extends rr{};Ji.prototype._setValue=zn;var Xi=class extends rr{};Xi.prototype._setValue=$n;var ai=class extends J{constructor(t){super(t),this._typeIds=new Ze(new Int8Array(0),1),typeof t.valueToChildTypeId=="function"&&(this._valueToChildTypeId=t.valueToChildTypeId)}get typeIdToChildIndex(){return this.type.typeIdToChildIndex}append(t,e){return this.set(this.length,t,e)}set(t,e,i){return i===void 0&&(i=this._valueToChildTypeId(this,e,t)),this.setValid(t,this.isValid(e))&&this.setValue(t,e,i),this}setValue(t,e,i){this._typeIds.set(t,i);let n=this.type.typeIdToChildIndex[i],s=this.children[n];s?.set(t,e)}addChild(t,e=`${this.children.length}`){let i=this.children.push(t),{type:{children:n,mode:s,typeIds:o}}=this,a=[...n,new F(e,t.type)];return this.type=new he(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.")}},xs=class extends ai{},Bs=class extends ai{constructor(t){super(t),this._offsets=new Ze(new Int32Array(0))}setValue(t,e,i){let n=this._typeIds.set(t,i).buffer[t],s=this.getChildAt(this.type.typeIdToChildIndex[n]),o=this._offsets.set(t,s.length).buffer[t];s?.set(o,e)}};var Zi=class extends Ae{constructor(t){super(t),this._values=new dr(new Uint8Array(0))}get byteLength(){let t=this._pendingLength+this.length*4;return this._offsets&&(t+=this._offsets.byteLength),this._values&&(t+=this._values.byteLength),this._nulls&&(t+=this._nulls.byteLength),t}setValue(t,e){return super.setValue(t,ar(e))}_flushPending(t,e){}};Zi.prototype._flushPending=oi.prototype._flushPending;var Eo=class extends g{visitNull(){return Is}visitBool(){return os}visitInt(){return ee}visitInt8(){return fs}visitInt16(){return ds}visitInt32(){return ps}visitInt64(){return ms}visitUint8(){return ys}visitUint16(){return gs}visitUint32(){return bs}visitUint64(){return _s}visitFloat(){return Nr}visitFloat16(){return ls}visitFloat32(){return us}visitFloat64(){return hs}visitUtf8(){return Zi}visitBinary(){return oi}visitFixedSizeBinary(){return ki}visitDate(){return Fr}visitDateDay(){return Ri}visitDateMillisecond(){return Vi}visitTimestamp(){return er}visitTimestampSecond(){return $i}visitTimestampMillisecond(){return qi}visitTimestampMicrosecond(){return Wi}visitTimestampNanosecond(){return Yi}visitTime(){return rr}visitTimeSecond(){return Gi}visitTimeMillisecond(){return Hi}visitTimeMicrosecond(){return Ji}visitTimeNanosecond(){return Xi}visitDecimal(){return Pi}visitList(){return ws}visitStruct(){return Ss}visitUnion(){return ai}visitDenseUnion(){return Bs}visitSparseUnion(){return xs}visitDictionary(){return as}visitInterval(){return Lr}visitIntervalDayTime(){return ji}visitIntervalYearMonth(){return zi}visitFixedSizeList(){return cs}visitMap(){return vs}},Ec=new Eo;var v=class extends g{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 Pt(r,t){return t instanceof r.constructor}function Ki(r,t){return r===t||Pt(r,t)}function ir(r,t){return r===t||Pt(r,t)&&r.bitWidth===t.bitWidth&&r.isSigned===t.isSigned}function As(r,t){return r===t||Pt(r,t)&&r.precision===t.precision}function bh(r,t){return r===t||Pt(r,t)&&r.byteWidth===t.byteWidth}function Uo(r,t){return r===t||Pt(r,t)&&r.unit===t.unit}function Qi(r,t){return r===t||Pt(r,t)&&r.unit===t.unit&&r.timezone===t.timezone}function tn(r,t){return r===t||Pt(r,t)&&r.unit===t.unit&&r.bitWidth===t.bitWidth}function _h(r,t){return r===t||Pt(r,t)&&r.children.length===t.children.length&&Ce.compareManyFields(r.children,t.children)}function wh(r,t){return r===t||Pt(r,t)&&r.children.length===t.children.length&&Ce.compareManyFields(r.children,t.children)}function Co(r,t){return r===t||Pt(r,t)&&r.mode===t.mode&&r.typeIds.every((e,i)=>e===t.typeIds[i])&&Ce.compareManyFields(r.children,t.children)}function vh(r,t){return r===t||Pt(r,t)&&r.id===t.id&&r.isOrdered===t.isOrdered&&Ce.visit(r.indices,t.indices)&&Ce.visit(r.dictionary,t.dictionary)}function Ro(r,t){return r===t||Pt(r,t)&&r.unit===t.unit}function Ih(r,t){return r===t||Pt(r,t)&&r.listSize===t.listSize&&r.children.length===t.children.length&&Ce.compareManyFields(r.children,t.children)}function Sh(r,t){return r===t||Pt(r,t)&&r.keysSorted===t.keysSorted&&r.children.length===t.children.length&&Ce.compareManyFields(r.children,t.children)}v.prototype.visitNull=Ki;v.prototype.visitBool=Ki;v.prototype.visitInt=ir;v.prototype.visitInt8=ir;v.prototype.visitInt16=ir;v.prototype.visitInt32=ir;v.prototype.visitInt64=ir;v.prototype.visitUint8=ir;v.prototype.visitUint16=ir;v.prototype.visitUint32=ir;v.prototype.visitUint64=ir;v.prototype.visitFloat=As;v.prototype.visitFloat16=As;v.prototype.visitFloat32=As;v.prototype.visitFloat64=As;v.prototype.visitUtf8=Ki;v.prototype.visitBinary=Ki;v.prototype.visitFixedSizeBinary=bh;v.prototype.visitDate=Uo;v.prototype.visitDateDay=Uo;v.prototype.visitDateMillisecond=Uo;v.prototype.visitTimestamp=Qi;v.prototype.visitTimestampSecond=Qi;v.prototype.visitTimestampMillisecond=Qi;v.prototype.visitTimestampMicrosecond=Qi;v.prototype.visitTimestampNanosecond=Qi;v.prototype.visitTime=tn;v.prototype.visitTimeSecond=tn;v.prototype.visitTimeMillisecond=tn;v.prototype.visitTimeMicrosecond=tn;v.prototype.visitTimeNanosecond=tn;v.prototype.visitDecimal=Ki;v.prototype.visitList=_h;v.prototype.visitStruct=wh;v.prototype.visitUnion=Co;v.prototype.visitDenseUnion=Co;v.prototype.visitSparseUnion=Co;v.prototype.visitDictionary=vh;v.prototype.visitInterval=Ro;v.prototype.visitIntervalDayTime=Ro;v.prototype.visitIntervalYearMonth=Ro;v.prototype.visitFixedSizeList=Ih;v.prototype.visitMap=Sh;var Ce=new v;function Mr(r,t){return Ce.compareSchemas(r,t)}function Uc(r,t){return Ce.compareFields(r,t)}function Cc(r,t){return Ce.visit(r,t)}function Dr(r){let t=r.type,e=new(Ec.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(Dr(Object.assign(Object.assign({},l),{type:c})))}}return e}function Ts(r,t){return xh(r,t.map(e=>e.data.concat()))}function xh(r,t){let e=[...r.fields],i=[],n={numBatches:t.reduce((f,p)=>Math.max(f,p.length),0)},s=0,o=0,a=-1,c=t.length,l,h=[];for(;n.numBatches-- >0;){for(o=Number.POSITIVE_INFINITY,a=-1;++a<c;)h[a]=l=t[a].shift(),o=Math.min(o,l?l.length:o);Number.isFinite(o)&&(h=Bh(e,o,h,t,n),o>0&&(i[s++]=A({type:new Y(e),length:o,nullCount:0,children:h.slice()})))}return[r=r.assign(e),i.map(f=>new q(r,f))]}function Bh(r,t,e,i,n){var s;let o=(t+63&-64)>>3;for(let a=-1,c=i.length;++a<c;){let l=e[a],h=l?.length;if(h>=t)h===t?e[a]=l:(e[a]=l.slice(0,t),n.numBatches=Math.max(n.numBatches,i[a].unshift(l.slice(t,h-t))));else{let f=r[a];r[a]=f.clone({nullable:!0}),e[a]=(s=l?._changeLengthAndBackfillNullBitmap(t))!==null&&s!==void 0?s:A({type:f.type,length:t,nullCount:t,nullBitmap:new Uint8Array(o)})}}return e}var Rc,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[t.length-1]instanceof Uint32Array&&(s=t.pop());let o=c=>{if(c){if(c instanceof q)return[c];if(c instanceof rt)return c.batches;if(c instanceof P){if(c.type instanceof Y)return[new q(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),h=l.map(U=>new x([c[U]])),f=new E(l.map((U,V)=>new F(String(U),h[V].type))),[,p]=Ts(f,h);return p.length===0?[new q(c)]:p}}}return[]},a=t.flatMap(c=>o(c));if(n=(i=n??((e=a[0])===null||e===void 0?void 0:e.schema))!==null&&i!==void 0?i:new E([]),!(n instanceof E))throw new TypeError("Table constructor expects a [Schema, RecordBatch[]] pair.");for(let c of a){if(!(c instanceof q))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??Xn(this.data)}get data(){return this.batches.map(({data:t})=>t)}get numCols(){return this.schema.fields.length}get numRows(){return this.data.reduce((t,e)=>t+e.length,0)}get nullCount(){return this._nullCount===-1&&(this._nullCount=Jn(this.data)),this._nullCount}isValid(t){return!1}get(t){return null}set(t,e){}indexOf(t,e){return-1}getByteLength(t){return 0}[Symbol.iterator](){return this.batches.length>0?Qr.visit(new x(this.data)):new Array(0)[Symbol.iterator]()}toArray(){return[...this]}toString(){return`[
8
+ ${this.toArray().join(`,
9
+ `)}
10
+ ]`}concat(...t){let e=this.schema,i=this.data.concat(t.flatMap(({data:n})=>n));return new rt(e,i.map(n=>new q(e,n)))}slice(t,e){let i=this.schema;[t,e]=Si({length:this.numRows},t,e);let n=Zn(this.data,this._offsets,t,e);return new rt(i,n.map(s=>new q(i,s)))}getChild(t){return this.getChildAt(this.schema.fields.findIndex(e=>e.name===t))}getChildAt(t){if(t>-1&&t<this.schema.fields.length){let e=this.data.map(i=>i.children[t]);if(e.length===0){let{type:i}=this.schema.fields[t],n=A({type:i,length:0,nullCount:0});e.push(n._changeLengthAndBackfillNullBitmap(this.numRows))}return new x(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 x([A({type:new At,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]=Ts(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[h,f]=a,p=e.findIndex(U=>U.name===c.name);return~p?f[p]=l:h.push(l),a},[[],[]]),s=this.schema.assign(t.schema),o=[...e.map((a,c)=>[c,n[c]]).map(([a,c])=>c===void 0?this.getChildAt(a):t.getChildAt(c)),...i.map(a=>t.getChildAt(a))].filter(Boolean);return new rt(...Ts(s,o))}};Rc=Symbol.toStringTag;rt[Rc]=(r=>(r.schema=null,r.batches=[],r._offsets=new Uint32Array([0]),r._nullCount=-1,r[Symbol.isConcatSpreadable]=!0,r.isValid=fr(Ai),r.get=fr(st.getVisitFn(u.Struct)),r.set=Kn(gt.getVisitFn(u.Struct)),r.indexOf=Qn(Ar.getVisitFn(u.Struct)),r.getByteLength=fr(Ht.getVisitFn(u.Struct)),"Table"))(rt.prototype);var Pc,q=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=A({nullCount:0,type:new Y(this.schema.fields),children:this.schema.fields.map(e=>A({type:e.type,nullCount:0}))})]=t,!(this.data instanceof P))throw new TypeError("RecordBatch constructor expects a [Schema, Data] pair.");[this.schema,this.data]=Vc(this.schema,this.data.children);break}case 1:{let[e]=t,{fields:i,children:n,length:s}=Object.keys(e).reduce((c,l,h)=>(c.children[h]=e[l],c.length=Math.max(c.length,e[l].length),c.fields[h]=F.new({name:l,type:e[l].type,nullable:!0}),c),{length:0,fields:new Array,children:new Array}),o=new E(i),a=A({type:new Y(i),length:s,children:n,nullCount:0});[this.schema,this.data]=Vc(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)}set(t,e){return gt.visit(this.data,t,e)}indexOf(t,e){return Ar.visit(this.data,t,e)}getByteLength(t){return Ht.visit(this.data,t)}[Symbol.iterator](){return Qr.visit(new x([this.data]))}toArray(){return[...this]}concat(...t){return new rt(this.schema,[this,...t])}slice(t,e){let[i]=new x([this.data]).slice(t,e).data;return new q(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 x([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 x([A({type:new At,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=A({type:new Y(s),children:o})}return new q(i,n)}select(t){let e=this.schema.select(t),i=new Y(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 q(e,A({type:i,length:this.numRows,children:n}))}selectAt(t){let e=this.schema.selectAt(t),i=t.map(s=>this.data.children[s]).filter(Boolean),n=A({type:new Y(e.fields),length:this.numRows,children:i});return new q(e,n)}};Pc=Symbol.toStringTag;q[Pc]=(r=>(r._nullCount=-1,r[Symbol.isConcatSpreadable]=!0,"RecordBatch"))(q.prototype);function Vc(r,t,e=t.reduce((i,n)=>Math.max(i,n.length),0)){var i;let n=[...r.fields],s=[...t],o=(e+63&-64)>>3;for(let[a,c]of r.fields.entries()){let l=t[a];(!l||l.length!==e)&&(n[a]=c.clone({nullable:!0}),s[a]=(i=l?._changeLengthAndBackfillNullBitmap(e))!==null&&i!==void 0?i:A({type:c.type,length:e,nullCount:e,nullBitmap:new Uint8Array(o)}))}return[r.assign(n),A({type:new Y(n),length:e,children:s})]}function kc(r,t,e=new Map){for(let i=-1,n=r.length;++i<n;){let o=r[i].type,a=t[i];if(m.isDictionary(o)){if(!e.has(o.id))a.dictionary&&e.set(o.id,a.dictionary);else if(e.get(o.id)!==a.dictionary)throw new Error("Cannot create Schema containing two different dictionaries with the same Id")}o.children&&o.children.length>0&&kc(o.children,a.children,e)}return e}var Er=class extends q{constructor(t){let e=t.fields.map(n=>A({type:n.type})),i=A({type:new Y(t.fields),nullCount:0,children:e});super(t,i)}};var en;(function(r){r[r.BUFFER=0]="BUFFER"})(en||(en={}));var rn;(function(r){r[r.LZ4_FRAME=0]="LZ4_FRAME",r[r.ZSTD=1]="ZSTD"})(rn||(rn={}));var ge=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 ge).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsBodyCompression(t,e){return t.setPosition(t.position()+4),(e||new ge).__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):rn.LZ4_FRAME}method(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.readInt8(this.bb_pos+t):en.BUFFER}static startBodyCompression(t){t.startObject(2)}static addCodec(t,e){t.addFieldInt8(0,e,rn.LZ4_FRAME)}static addMethod(t,e){t.addFieldInt8(1,e,en.BUFFER)}static endBodyCompression(t){return t.endObject()}static createBodyCompression(t,e,i){return ge.startBodyCompression(t),ge.addCodec(t,e),ge.addMethod(t,i),ge.endBodyCompression(t)}};var ci=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(i),t.writeInt64(e),t.offset()}};var li=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(i),t.writeInt64(e),t.offset()}};var xt=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 xt).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsRecordBatch(t,e){return t.setPosition(t.position()+4),(e||new xt).__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):this.bb.createLong(0,0)}nodes(t,e){let i=this.bb.__offset(this.bb_pos,6);return i?(e||new li).__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 ci).__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 ge).__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,t.createLong(0,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 re=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 re).__init(t.readInt32(t.position())+t.position(),t)}static getSizePrefixedRootAsDictionaryBatch(t,e){return t.setPosition(t.position()+4),(e||new re).__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):this.bb.createLong(0,0)}data(t){let e=this.bb.__offset(this.bb_pos,6);return e?(t||new xt).__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,t.createLong(0,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 ui;(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"})(ui||(ui={}));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):pr.V1}headerType(){let t=this.bb.__offset(this.bb_pos,6);return t?this.bb.readUint8(this.bb_pos+t):ui.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):this.bb.createLong(0,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,pr.V1)}static addHeaderType(t,e){t.addFieldInt8(1,e,ui.NONE)}static addHeader(t,e){t.addFieldOffset(2,e,0)}static addBodyLength(t,e){t.addFieldInt64(3,e,t.createLong(0,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 Th=ot,Vo=class extends g{visit(t,e){return t==null||e==null?void 0:super.visit(t,e)}visitNull(t,e){return Ne.startNull(e),Ne.endNull(e)}visitInt(t,e){return ht.startInt(e),ht.addBitWidth(e,t.bitWidth),ht.addIsSigned(e,t.isSigned),ht.endInt(e)}visitFloat(t,e){return Et.startFloatingPoint(e),Et.addPrecision(e,t.precision),Et.endFloatingPoint(e)}visitBinary(t,e){return Oe.startBinary(e),Oe.endBinary(e)}visitBool(t,e){return Fe.startBool(e),Fe.endBool(e)}visitUtf8(t,e){return Me.startUtf8(e),Me.endUtf8(e)}visitDecimal(t,e){return ft.startDecimal(e),ft.addScale(e,t.scale),ft.addPrecision(e,t.precision),ft.addBitWidth(e,t.bitWidth),ft.endDecimal(e)}visitDate(t,e){return Nt.startDate(e),Nt.addUnit(e,t.unit),Nt.endDate(e)}visitTime(t,e){return vt.startTime(e),vt.addUnit(e,t.unit),vt.addBitWidth(e,t.bitWidth),vt.endTime(e)}visitTimestamp(t,e){let i=t.timezone&&e.createString(t.timezone)||void 0;return It.startTimestamp(e),It.addUnit(e,t.unit),i!==void 0&&It.addTimezone(e,i),It.endTimestamp(e)}visitInterval(t,e){return Ut.startInterval(e),Ut.addUnit(e,t.unit),Ut.endInterval(e)}visitList(t,e){return De.startList(e),De.endList(e)}visitStruct(t,e){return Le.startStruct_(e),Le.endStruct_(e)}visitUnion(t,e){dt.startTypeIdsVector(e,t.typeIds.length);let i=dt.createTypeIdsVector(e,t.typeIds);return dt.startUnion(e),dt.addMode(e,t.mode),dt.addTypeIds(e,i),dt.endUnion(e)}visitDictionary(t,e){let i=this.visit(t.indices,e);return Jt.startDictionaryEncoding(e),Jt.addId(e,new Th(t.id,0)),Jt.addIsOrdered(e,t.isOrdered),i!==void 0&&Jt.addIndexType(e,i),Jt.endDictionaryEncoding(e)}visitFixedSizeBinary(t,e){return Lt.startFixedSizeBinary(e),Lt.addByteWidth(e,t.byteWidth),Lt.endFixedSizeBinary(e)}visitFixedSizeList(t,e){return Mt.startFixedSizeList(e),Mt.addListSize(e,t.listSize),Mt.endFixedSizeList(e)}visitMap(t,e){return Ct.startMap(e),Ct.addKeysSorted(e,t.keysSorted),Ct.endMap(e)}},Os=new Vo;function qc(r,t=new Map){return new E(Oh(r,t),Fs(r.customMetadata),t)}function Po(r){return new bt(r.count,Yc(r.columns),Gc(r.columns))}function Wc(r){return new jt(Po(r.data),r.id,r.isDelta)}function Oh(r,t){return(r.fields||[]).filter(Boolean).map(e=>F.fromJSON(e,t))}function jc(r,t){return(r.children||[]).filter(Boolean).map(e=>F.fromJSON(e,t))}function Yc(r){return(r||[]).reduce((t,e)=>[...t,new be(e.count,Fh(e.VALIDITY)),...Yc(e.children)],[])}function Gc(r,t=[]){for(let e=-1,i=(r||[]).length;++e<i;){let n=r[e];n.VALIDITY&&t.push(new kt(t.length,n.VALIDITY.length)),n.TYPE&&t.push(new kt(t.length,n.TYPE.length)),n.OFFSET&&t.push(new kt(t.length,n.OFFSET.length)),n.DATA&&t.push(new kt(t.length,n.DATA.length)),t=Gc(n.children,t)}return t}function Fh(r){return(r||[]).reduce((t,e)=>t+ +(e===0),0)}function Hc(r,t){let e,i,n,s,o,a;return!t||!(s=r.dictionary)?(o=$c(r,jc(r,t)),n=new F(r.name,o,r.nullable,Fs(r.customMetadata))):t.has(e=s.id)?(i=(i=s.indexType)?zc(i):new Se,a=new Yt(t.get(e),i,e,s.isOrdered),n=new F(r.name,a,r.nullable,Fs(r.customMetadata))):(i=(i=s.indexType)?zc(i):new Se,t.set(e,o=$c(r,jc(r,t))),a=new Yt(o,i,e,s.isOrdered),n=new F(r.name,a,r.nullable,Fs(r.customMetadata))),n||null}function Fs(r){return new Map(Object.entries(r||{}))}function zc(r){return new et(r.isSigned,r.bitWidth)}function $c(r,t){let e=r.type.name;switch(e){case"NONE":return new At;case"null":return new At;case"binary":return new ze;case"utf8":return new $e;case"bool":return new qe;case"list":return new ue((t||[])[0]);case"struct":return new Y(t||[]);case"struct_":return new Y(t||[])}switch(e){case"int":{let i=r.type;return new et(i.isSigned,i.bitWidth)}case"floatingpoint":{let i=r.type;return new Dt(Z[i.precision])}case"decimal":{let i=r.type;return new We(i.scale,i.precision,i.bitWidth)}case"date":{let i=r.type;return new Ye(wt[i.unit])}case"time":{let i=r.type;return new le(M[i.unit],i.bitWidth)}case"timestamp":{let i=r.type;return new Ge(M[i.unit],i.timezone)}case"interval":{let i=r.type;return new He(Ft[i.unit])}case"union":{let i=r.type;return new he(tt[i.mode],i.typeIds||[],t||[])}case"fixedsizebinary":{let i=r.type;return new Je(i.byteWidth)}case"fixedsizelist":{let i=r.type;return new fe(i.listSize,(t||[])[0])}case"map":{let i=r.type;return new de((t||[])[0],i.keysSorted)}}throw new Error(`Unrecognized type: "${e}"`)}var Ur=ot,Dh=Ke,Nh=Tt,ct=class{constructor(t,e,i,n){this._version=e,this._headerType=i,this.body=new Uint8Array(0),n&&(this._createHeader=()=>n),this._bodyLength=typeof t=="number"?t:t.low}static fromJSON(t,e){let i=new ct(0,yt.V4,e);return i._createHeader=Lh(t,e),i}static decode(t){t=new Nh(I(t));let e=it.getRootAsMessage(t),i=e.bodyLength(),n=e.version(),s=e.headerType(),o=new ct(i,n,s);return o._createHeader=Mh(e,s),o}static encode(t){let e=new Dh,i=-1;return t.isSchema()?i=E.encode(e,t.header()):t.isRecordBatch()?i=bt.encode(e,t.header()):t.isDictionaryBatch()&&(i=jt.encode(e,t.header())),it.startMessage(e),it.addVersion(e,yt.V4),it.addHeader(e,i),it.addHeaderType(e,t.headerType),it.addBodyLength(e,new Ur(t.bodyLength,0)),it.finishMessageBuffer(e,it.endMessage(e)),e.asUint8Array()}static from(t,e=0){if(t instanceof E)return new ct(0,yt.V4,R.Schema,t);if(t instanceof bt)return new ct(e,yt.V4,R.RecordBatch,t);if(t instanceof jt)return new ct(e,yt.V4,R.DictionaryBatch,t);throw new Error(`Unrecognized Message header: ${t}`)}get type(){return this.headerType}get version(){return this._version}get headerType(){return this._headerType}get bodyLength(){return this._bodyLength}header(){return this._createHeader()}isSchema(){return this.headerType===R.Schema}isRecordBatch(){return this.headerType===R.RecordBatch}isDictionaryBatch(){return this.headerType===R.DictionaryBatch}},bt=class{constructor(t,e,i){this._nodes=e,this._buffers=i,this._length=typeof t=="number"?t:t.low}get nodes(){return this._nodes}get length(){return this._length}get buffers(){return this._buffers}},jt=class{constructor(t,e,i=!1){this._data=t,this._isDelta=i,this._id=typeof e=="number"?e:e.low}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}},kt=class{constructor(t,e){this.offset=typeof t=="number"?t:t.low,this.length=typeof e=="number"?e:e.low}},be=class{constructor(t,e){this.length=typeof t=="number"?t:t.low,this.nullCount=typeof e=="number"?e:e.low}};function Lh(r,t){return()=>{switch(t){case R.Schema:return E.fromJSON(r);case R.RecordBatch:return bt.fromJSON(r);case R.DictionaryBatch:return jt.fromJSON(r)}throw new Error(`Unrecognized Message type: { name: ${R[t]}, type: ${t} }`)}}function Mh(r,t){return()=>{switch(t){case R.Schema:return E.decode(r.header(new K));case R.RecordBatch:return bt.decode(r.header(new xt),r.version());case R.DictionaryBatch:return jt.decode(r.header(new re),r.version())}throw new Error(`Unrecognized Message type: { name: ${R[t]}, type: ${t} }`)}}F.encode=qh;F.decode=zh;F.fromJSON=Hc;E.encode=$h;E.decode=Eh;E.fromJSON=qc;bt.encode=Wh;bt.decode=Uh;bt.fromJSON=Po;jt.encode=Yh;jt.decode=Ch;jt.fromJSON=Wc;be.encode=Gh;be.decode=Vh;kt.encode=Hh;kt.decode=Rh;function Eh(r,t=new Map){let e=jh(r,t);return new E(e,Ds(r),t)}function Uh(r,t=yt.V4){if(r.compression()!==null)throw new Error("Record batch compression not implemented");return new bt(r.length(),Ph(r),kh(r,t))}function Ch(r,t=yt.V4){return new jt(bt.decode(r.data(),t),r.id(),r.isDelta())}function Rh(r){return new kt(r.offset(),r.length())}function Vh(r){return new be(r.length(),r.nullCount())}function Ph(r){let t=[];for(let e,i=-1,n=-1,s=r.nodesLength();++i<s;)(e=r.nodes(i))&&(t[++n]=be.decode(e));return t}function kh(r,t){let e=[];for(let i,n=-1,s=-1,o=r.buffersLength();++n<o;)(i=r.buffers(n))&&(t<yt.V4&&(i.bb_pos+=8*(n+1)),e[++s]=kt.decode(i));return e}function jh(r,t){let e=[];for(let i,n=-1,s=-1,o=r.fieldsLength();++n<o;)(i=r.fields(n))&&(e[++s]=F.decode(i,t));return e}function Jc(r,t){let e=[];for(let i,n=-1,s=-1,o=r.childrenLength();++n<o;)(i=r.children(n))&&(e[++s]=F.decode(i,t));return e}function zh(r,t){let e,i,n,s,o,a;return!t||!(a=r.dictionary())?(n=Zc(r,Jc(r,t)),i=new F(r.name(),n,r.nullable(),Ds(r))):t.has(e=a.id().low)?(s=(s=a.indexType())?Xc(s):new Se,o=new Yt(t.get(e),s,e,a.isOrdered()),i=new F(r.name(),o,r.nullable(),Ds(r))):(s=(s=a.indexType())?Xc(s):new Se,t.set(e,n=Zc(r,Jc(r,t))),o=new Yt(n,s,e,a.isOrdered()),i=new F(r.name(),o,r.nullable(),Ds(r))),i||null}function Ds(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 Xc(r){return new et(r.isSigned(),r.bitWidth())}function Zc(r,t){let e=r.typeType();switch(e){case X.NONE:return new At;case X.Null:return new At;case X.Binary:return new ze;case X.Utf8:return new $e;case X.Bool:return new qe;case X.List:return new ue((t||[])[0]);case X.Struct_:return new Y(t||[])}switch(e){case X.Int:{let i=r.type(new ht);return new et(i.isSigned(),i.bitWidth())}case X.FloatingPoint:{let i=r.type(new Et);return new Dt(i.precision())}case X.Decimal:{let i=r.type(new ft);return new We(i.scale(),i.precision(),i.bitWidth())}case X.Date:{let i=r.type(new Nt);return new Ye(i.unit())}case X.Time:{let i=r.type(new vt);return new le(i.unit(),i.bitWidth())}case X.Timestamp:{let i=r.type(new It);return new Ge(i.unit(),i.timezone())}case X.Interval:{let i=r.type(new Ut);return new He(i.unit())}case X.Union:{let i=r.type(new dt);return new he(i.mode(),i.typeIdsArray()||[],t||[])}case X.FixedSizeBinary:{let i=r.type(new Lt);return new Je(i.byteWidth())}case X.FixedSizeList:{let i=r.type(new Mt);return new fe(i.listSize(),(t||[])[0])}case X.Map:{let i=r.type(new Ct);return new de((t||[])[0],i.keysSorted())}}throw new Error(`Unrecognized type: "${X[e]}" (${e})`)}function $h(r,t){let e=t.fields.map(s=>F.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,Jh?mr.Little:mr.Big),n!==-1&&K.addCustomMetadata(r,n),K.endSchema(r)}function qh(r,t){let e=-1,i=-1,n=-1,s=t.type,o=t.typeId;m.isDictionary(s)?(o=s.dictionary.typeId,n=Os.visit(s,r),i=Os.visit(s.dictionary,r)):i=Os.visit(s,r);let a=(s.children||[]).map(h=>F.encode(r,h)),c=at.createChildrenVector(r,a),l=t.metadata&&t.metadata.size>0?at.createCustomMetadataVector(r,[...t.metadata].map(([h,f])=>{let p=r.createString(`${h}`),U=r.createString(`${f}`);return G.startKeyValue(r),G.addKey(r,p),G.addValue(r,U),G.endKeyValue(r)})):-1;return t.name&&(e=r.createString(t.name)),at.startField(r),at.addType(r,i),at.addTypeType(r,o),at.addChildren(r,c),at.addNullable(r,!!t.nullable),e!==-1&&at.addName(r,e),n!==-1&&at.addDictionary(r,n),l!==-1&&at.addCustomMetadata(r,l),at.endField(r)}function Wh(r,t){let e=t.nodes||[],i=t.buffers||[];xt.startNodesVector(r,e.length);for(let o of e.slice().reverse())be.encode(r,o);let n=r.endVector();xt.startBuffersVector(r,i.length);for(let o of i.slice().reverse())kt.encode(r,o);let s=r.endVector();return xt.startRecordBatch(r),xt.addLength(r,new Ur(t.length,0)),xt.addNodes(r,n),xt.addBuffers(r,s),xt.endRecordBatch(r)}function Yh(r,t){let e=bt.encode(r,t.data);return re.startDictionaryBatch(r),re.addId(r,new Ur(t.id,0)),re.addIsDelta(r,t.isDelta),re.addData(r,e),re.endDictionaryBatch(r)}function Gh(r,t){return li.createFieldNode(r,new Ur(t.length,0),new Ur(t.nullCount,0))}function Hh(r,t){return ci.createBuffer(r,new Ur(t.offset,0),new Ur(t.length,0))}var Jh=(()=>{let r=new ArrayBuffer(2);return new DataView(r).setInt16(0,256,!0),new Int16Array(r)[0]===256})();var jo=r=>`Expected ${R[r]} Message in stream, but was null or length 0.`,zo=r=>`Header pointer of flatbuffer-encoded ${R[r]} Message is null or length 0.`,Kc=(r,t)=>`Expected to read ${r} metadata bytes, but only read ${t}.`,Qc=(r,t)=>`Expected to read ${r} bytes for message body, but only read ${t}.`,hi=class{constructor(t){this.source=t instanceof Ue?t:new Ue(t)}[Symbol.iterator](){return this}next(){let t;return(t=this.readMetadataLength()).done?H:t.value===-1&&(t=this.readMetadataLength()).done?H:(t=this.readMetadata(t.value)).done?H: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=I(this.source.read(t));if(e.byteLength<t)throw new Error(Qc(t,e.byteLength));return e.byteOffset%8===0&&e.byteOffset+e.byteLength<=e.buffer.byteLength?e:e.slice()}readSchema(t=!1){let e=R.Schema,i=this.readMessage(e),n=i?.header();if(t&&!n)throw new Error(zo(e));return n}readMetadataLength(){let t=this.source.read(Ns),e=t&&new Tt(t),i=e?.readInt32(0)||0;return{done:i===0,value:i}}readMetadata(t){let e=this.source.read(t);if(!e)return H;if(e.byteLength<t)throw new Error(Kc(t,e.byteLength));return{done:!1,value:ct.decode(e)}}},nn=class{constructor(t,e){this.source=t instanceof Rt?t:gn(t)?new gr(t,e):new Rt(t)}[Symbol.asyncIterator](){return this}next(){return d(this,void 0,void 0,function*(){let t;return(t=yield this.readMetadataLength()).done?H:t.value===-1&&(t=yield this.readMetadataLength()).done?H:(t=yield this.readMetadata(t.value)).done?H:t})}throw(t){return d(this,void 0,void 0,function*(){return yield this.source.throw(t)})}return(t){return d(this,void 0,void 0,function*(){return yield this.source.return(t)})}readMessage(t){return d(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 d(this,void 0,void 0,function*(){if(t<=0)return new Uint8Array(0);let e=I(yield this.source.read(t));if(e.byteLength<t)throw new Error(Qc(t,e.byteLength));return e.byteOffset%8===0&&e.byteOffset+e.byteLength<=e.buffer.byteLength?e:e.slice()})}readSchema(t=!1){return d(this,void 0,void 0,function*(){let e=R.Schema,i=yield this.readMessage(e),n=i?.header();if(t&&!n)throw new Error(zo(e));return n})}readMetadataLength(){return d(this,void 0,void 0,function*(){let t=yield this.source.read(Ns),e=t&&new Tt(t),i=e?.readInt32(0)||0;return{done:i===0,value:i}})}readMetadata(t){return d(this,void 0,void 0,function*(){let e=yield this.source.read(t);if(!e)return H;if(e.byteLength<t)throw new Error(Kc(t,e.byteLength));return{done:!1,value:ct.decode(e)}})}},sn=class extends hi{constructor(t){super(new Uint8Array(0)),this._schema=!1,this._body=[],this._batchIndex=0,this._dictionaryIndex=0,this._json=t instanceof Mi?t:new Mi(t)}next(){let{_json:t}=this;if(!this._schema)return this._schema=!0,{done:!1,value:ct.fromJSON(t.schema,R.Schema)};if(this._dictionaryIndex<t.dictionaries.length){let e=t.dictionaries[this._dictionaryIndex++];return this._body=e.data.columns,{done:!1,value:ct.fromJSON(e,R.DictionaryBatch)}}if(this._batchIndex<t.batches.length){let e=t.batches[this._batchIndex++];return this._body=e.columns,{done:!1,value:ct.fromJSON(e,R.RecordBatch)}}return this._body=[],H}readMessageBody(t){return e(this._body);function e(i){return(i||[]).reduce((n,s)=>[...n,...s.VALIDITY&&[s.VALIDITY]||[],...s.TYPE&&[s.TYPE]||[],...s.OFFSET&&[s.OFFSET]||[],...s.DATA&&[s.DATA]||[],...e(s.children)],[])}}readMessage(t){let e;if((e=this.next()).done)return null;if(t!=null&&e.value.headerType!==t)throw new Error(jo(t));return e.value}readSchema(){let t=R.Schema,e=this.readMessage(t),i=e?.header();if(!e||!i)throw new Error(zo(t));return i}},Ns=4,ko="ARROW1",fi=new Uint8Array(ko.length);for(let r=0;r<ko.length;r+=1)fi[r]=ko.codePointAt(r);function Ls(r,t=0){for(let e=-1,i=fi.length;++e<i;)if(fi[e]!==r[t+e])return!1;return!0}var di=fi.length,$o=di+Ns,tl=di*2+Ns;var _t=class extends Or{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 qt(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 _t?t:mn(t)?Zh(t):gn(t)?tf(t):qt(t)?(()=>d(this,void 0,void 0,function*(){return yield _t.from(yield t)}))():bn(t)||_i(t)||wn(t)||Kt(t)?Qh(new Rt(t)):Kh(new Ue(t))}static readAll(t){return t instanceof _t?t.isSync()?el(t):rl(t):mn(t)||ArrayBuffer.isView(t)||ne(t)||yn(t)?el(t):rl(t)}},nr=class extends _t{constructor(t){super(t),this._impl=t}readAll(){return[...this]}[Symbol.iterator](){return this._impl[Symbol.iterator]()}[Symbol.asyncIterator](){return $t(this,arguments,function*(){yield B(yield*qr(ie(this[Symbol.iterator]())))})}},Cr=class extends _t{constructor(t){super(t),this._impl=t}readAll(){var t,e;return d(this,void 0,void 0,function*(){let i=new Array;try{for(var n=ie(this),s;s=yield n.next(),!s.done;){let o=s.value;i.push(o)}}catch(o){t={error:o}}finally{try{s&&!s.done&&(e=n.return)&&(yield e.call(n))}finally{if(t)throw t.error}}return i})}[Symbol.iterator](){throw new Error("AsyncRecordBatchStreamReader is not Iterable")}[Symbol.asyncIterator](){return this._impl[Symbol.asyncIterator]()}},Rr=class extends nr{constructor(t){super(t),this._impl=t}},Ms=class extends Cr{constructor(t){super(t),this._impl=t}},Es=class{constructor(t=new Map){this.closed=!1,this.autoDestroy=!0,this._dictionaryIndex=0,this._recordBatchIndex=0,this.dictionaries=t}get numDictionaries(){return this._dictionaryIndex}get numRecordBatches(){return this._recordBatchIndex}isSync(){return!1}isAsync(){return!1}isFile(){return!1}isStream(){return!1}reset(t){return this._dictionaryIndex=0,this._recordBatchIndex=0,this.schema=t,this.dictionaries=new Map,this}_loadRecordBatch(t,e){let i=this._loadVectors(t,e,this.schema.fields),n=A({type:new Y(this.schema.fields),length:t.length,children:i});return new q(this.schema,n)}_loadDictionaryBatch(t,e){let{id:i,isDelta:n}=t,{dictionaries:s,schema:o}=this,a=s.get(i);if(n||!a){let c=o.dictionaries.get(i),l=this._loadVectors(t.data,e,[c]);return(a&&n?a.concat(new x(l)):new x(l)).memoize()}return a.memoize()}_loadVectors(t,e,i){return new Ci(e,t.nodes,t.buffers,this.dictionaries).visitMany(i)}},pi=class extends Es{constructor(t,e){super(e),this._reader=mn(t)?new sn(this._handle=t):new hi(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=il(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):H}return(t){return!this.closed&&this.autoDestroy&&(this.closed=!0)?this.reset()._reader.return(t):H}next(){if(this.closed)return H;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 Er(this.schema)}):this.return()}_readNextMessageAndValidate(t){return this._reader.readMessage(t)}},mi=class extends Es{constructor(t,e){super(e),this._reader=new nn(this._handle=t)}isAsync(){return!0}isStream(){return!0}[Symbol.asyncIterator](){return this}cancel(){return d(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 d(this,void 0,void 0,function*(){return this.closed||(this.autoDestroy=il(this,t),this.schema||(this.schema=yield this._reader.readSchema())||(yield this.cancel())),this})}throw(t){return d(this,void 0,void 0,function*(){return!this.closed&&this.autoDestroy&&(this.closed=!0)?yield this.reset()._reader.throw(t):H})}return(t){return d(this,void 0,void 0,function*(){return!this.closed&&this.autoDestroy&&(this.closed=!0)?yield this.reset()._reader.return(t):H})}next(){return d(this,void 0,void 0,function*(){if(this.closed)return H;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 Er(this.schema)}):yield this.return()})}_readNextMessageAndValidate(t){return d(this,void 0,void 0,function*(){return yield this._reader.readMessage(t)})}},Us=class extends pi{constructor(t,e){super(t instanceof Ei?t:new Ei(t),e)}get footer(){return this._footer}get numDictionaries(){return this._footer?this._footer.numDictionaries:0}get numRecordBatches(){return this._footer?this._footer.numRecordBatches:0}isSync(){return!0}isFile(){return!0}open(t){if(!this.closed&&!this._footer){this.schema=(this._footer=this._readFooter()).schema;for(let e of this._footer.dictionaryBatches())e&&this._readDictionaryBatch(this._dictionaryIndex++)}return super.open(t)}readRecordBatch(t){var e;if(this.closed)return null;this._footer||this.open();let i=(e=this._footer)===null||e===void 0?void 0:e.getRecordBatch(t);if(i&&this._handle.seek(i.offset)){let n=this._reader.readMessage(R.RecordBatch);if(n?.isRecordBatch()){let s=n.header(),o=this._reader.readMessageBody(n.bodyLength);return this._loadRecordBatch(s,o)}}return null}_readDictionaryBatch(t){var e;let i=(e=this._footer)===null||e===void 0?void 0:e.getDictionaryBatch(t);if(i&&this._handle.seek(i.offset)){let n=this._reader.readMessage(R.DictionaryBatch);if(n?.isDictionaryBatch()){let s=n.header(),o=this._reader.readMessageBody(n.bodyLength),a=this._loadDictionaryBatch(s,o);this.dictionaries.set(s.id,a)}}}_readFooter(){let{_handle:t}=this,e=t.size-$o,i=t.readInt32(e),n=t.readAt(e-i,i);return Qe.decode(n)}_readNextMessageAndValidate(t){var e;if(this._footer||this.open(),this._footer&&this._recordBatchIndex<this.numRecordBatches){let i=(e=this._footer)===null||e===void 0?void 0:e.getRecordBatch(this._recordBatchIndex);if(i&&this._handle.seek(i.offset))return this._reader.readMessage(t)}return null}},qo=class extends mi{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 gr?t:new gr(t,i),n)}get footer(){return this._footer}get numDictionaries(){return this._footer?this._footer.numDictionaries:0}get numRecordBatches(){return this._footer?this._footer.numRecordBatches:0}isFile(){return!0}isAsync(){return!0}open(t){let e=Object.create(null,{open:{get:()=>super.open}});return d(this,void 0,void 0,function*(){if(!this.closed&&!this._footer){this.schema=(this._footer=yield this._readFooter()).schema;for(let i of this._footer.dictionaryBatches())i&&(yield this._readDictionaryBatch(this._dictionaryIndex++))}return yield e.open.call(this,t)})}readRecordBatch(t){var e;return d(this,void 0,void 0,function*(){if(this.closed)return null;this._footer||(yield this.open());let i=(e=this._footer)===null||e===void 0?void 0:e.getRecordBatch(t);if(i&&(yield this._handle.seek(i.offset))){let n=yield this._reader.readMessage(R.RecordBatch);if(n?.isRecordBatch()){let s=n.header(),o=yield this._reader.readMessageBody(n.bodyLength);return this._loadRecordBatch(s,o)}}return null})}_readDictionaryBatch(t){var e;return d(this,void 0,void 0,function*(){let i=(e=this._footer)===null||e===void 0?void 0:e.getDictionaryBatch(t);if(i&&(yield this._handle.seek(i.offset))){let n=yield this._reader.readMessage(R.DictionaryBatch);if(n?.isDictionaryBatch()){let s=n.header(),o=yield this._reader.readMessageBody(n.bodyLength),a=this._loadDictionaryBatch(s,o);this.dictionaries.set(s.id,a)}}})}_readFooter(){return d(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 Qe.decode(n)})}_readNextMessageAndValidate(t){return d(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})}},Wo=class extends pi{constructor(t,e){super(t,e)}_loadVectors(t,e,i){return new ss(e,t.nodes,t.buffers,this.dictionaries).visitMany(i)}};function il(r,t){return t&&typeof t.autoDestroy=="boolean"?t.autoDestroy:r.autoDestroy}function*el(r){let t=_t.from(r);try{if(!t.open({autoDestroy:!1}).closed)do yield t;while(!t.reset().open().closed)}finally{t.cancel()}}function rl(r){return $t(this,arguments,function*(){let e=yield B(_t.from(r));try{if(!(yield B(e.open({autoDestroy:!1}))).closed)do yield yield B(e);while(!(yield B(e.reset().open())).closed)}finally{yield B(e.cancel())}})}function Zh(r){return new nr(new Wo(r))}function Kh(r){let t=r.peek(di+7&-8);return t&&t.byteLength>=4?Ls(t)?new Rr(new Us(r.read())):new nr(new pi(r)):new nr(new pi(function*(){}()))}function Qh(r){return d(this,void 0,void 0,function*(){let t=yield r.peek(di+7&-8);return t&&t.byteLength>=4?Ls(t)?new Rr(new Us(yield r.read())):new Cr(new mi(r)):new Cr(new mi(function(){return $t(this,arguments,function*(){})}()))})}function tf(r){return d(this,void 0,void 0,function*(){let{size:t}=yield r.stat(),e=new gr(r,t);return t>=tl&&Ls(yield e.readAt(0,di+7&-8))?new Ms(new qo(e)):new Cr(new mi(e))})}var Q=class extends g{constructor(){super(),this._byteLength=0,this._nodes=[],this._buffers=[],this._bufferRegions=[]}static assemble(...t){let e=n=>n.flatMap(s=>Array.isArray(s)?e(s):s instanceof q?s.data.children:s.data),i=new Q;return i.visitMany(e(t)),i}visit(t){if(t instanceof x)return this.visitMany(t.data),this;let{type:e}=t;if(!m.isDictionary(e)){let{length:i,nullCount:n}=t;if(i>2147483647)throw new RangeError("Cannot write arrays larger than 2^31 - 1 in length");m.isNull(e)||_e.call(this,n<=0?new Uint8Array(0):Kr(t.offset,i,t.nullBitmap)),this.nodes.push(new be(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 _e(r){let t=r.byteLength+7&-8;return this.buffers.push(r),this.bufferRegions.push(new kt(this._byteLength,t)),this._byteLength+=t,this}function ef(r){let{type:t,length:e,typeIds:i,valueOffsets:n}=r;if(_e.call(this,i),t.mode===tt.Sparse)return Yo.call(this,r);if(t.mode===tt.Dense){if(r.offset<=0)return _e.call(this,n),Yo.call(this,r);{let s=i.reduce((h,f)=>Math.max(h,f),i[0]),o=new Int32Array(s+1),a=new Int32Array(s+1).fill(-1),c=new Int32Array(e),l=wi(-n[0],e,n);for(let h,f,p=-1;++p<e;)(f=a[h=i[p]])===-1&&(f=a[h]=l[h]),c[p]=l[p]-f,++o[h];_e.call(this,c);for(let h,f=-1,p=t.children.length;++f<p;)if(h=r.children[f]){let U=t.typeIds[f],V=Math.min(e,o[U]);this.visit(h.slice(a[U],V))}}}return this}function rf(r){let t;return r.nullCount>=r.length?_e.call(this,new Uint8Array(0)):(t=r.values)instanceof Uint8Array?_e.call(this,Kr(r.offset,r.length,t)):_e.call(this,xr(r.values))}function br(r){return _e.call(this,r.values.subarray(0,r.length*r.stride))}function nl(r){let{length:t,values:e,valueOffsets:i}=r,n=i[0],s=i[t],o=Math.min(s-n,e.byteLength-n);return _e.call(this,wi(-i[0],t,i)),_e.call(this,e.subarray(n,n+o)),this}function Go(r){let{length:t,valueOffsets:e}=r;return e&&_e.call(this,wi(e[0],t,e)),this.visit(r.children[0])}function Yo(r){return this.visitMany(r.type.children.map((t,e)=>r.children[e]).filter(Boolean))[0]}Q.prototype.visitBool=rf;Q.prototype.visitInt=br;Q.prototype.visitFloat=br;Q.prototype.visitUtf8=nl;Q.prototype.visitBinary=nl;Q.prototype.visitFixedSizeBinary=br;Q.prototype.visitDate=br;Q.prototype.visitTimestamp=br;Q.prototype.visitTime=br;Q.prototype.visitDecimal=br;Q.prototype.visitList=Go;Q.prototype.visitStruct=Yo;Q.prototype.visitUnion=ef;Q.prototype.visitInterval=br;Q.prototype.visitFixedSizeList=Go;Q.prototype.visitMap=Go;var Vr=class extends Or{constructor(t){super(),this._position=0,this._started=!1,this._sink=new Ee,this._schema=null,this._dictionaryBlocks=[],this._recordBatchBlocks=[],this._dictionaryDeltaOffsets=new Map,Bt(t)||(t={autoDestroy:!0,writeLegacyIpcFormat:!1}),this._autoDestroy=typeof t.autoDestroy=="boolean"?t.autoDestroy:!0,this._writeLegacyIpcFormat=typeof t.writeLegacyIpcFormat=="boolean"?t.writeLegacyIpcFormat:!1}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')}toString(t=!1){return this._sink.toString(t)}toUint8Array(t=!1){return this._sink.toUint8Array(t)}writeAll(t){return qt(t)?t.then(e=>this.writeAll(e)):Kt(t)?Jo(this,t):Ho(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 Ee?this._sink=t:(this._sink=new Ee,t&&Oa(t)?this.toDOMStream({type:"bytes"}).pipeTo(t):t&&Fa(t)&&this.toNodeStream({objectMode:!1}).pipe(t)),this._started&&this._schema&&this._writeFooter(this._schema),this._started=!1,this._dictionaryBlocks=[],this._recordBatchBlocks=[],this._dictionaryDeltaOffsets=new Map,(!e||!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 rt&&!(e=t.schema))return this.finish()&&void 0;if(t instanceof q&&!(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 q?t instanceof Er||this._writeRecordBatch(t):t instanceof rt?this.writeAll(t.batches):ne(t)&&this.writeAll(t)}_writeMessage(t,e=8){let i=e-1,n=ct.encode(t),s=n.byteLength,o=this._writeLegacyIpcFormat?4:8,a=s+o+i&~i,c=a-s-o;return t.headerType===R.RecordBatch?this._recordBatchBlocks.push(new ye(a,t.bodyLength,this._position)):t.headerType===R.DictionaryBatch&&this._dictionaryBlocks.push(new ye(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=I(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(fi)}_writePadding(t){return t>0?this._write(new Uint8Array(t)):this}_writeRecordBatch(t){let{byteLength:e,nodes:i,bufferRegions:n,buffers:s}=Q.assemble(t),o=new bt(t.numRows,i,n),a=ct.from(o,e);return this._writeDictionaries(t)._writeMessage(a)._writeBodyBuffers(s)}_writeDictionaryBatch(t,e,i=!1){this._dictionaryDeltaOffsets.set(e,t.length+(this._dictionaryDeltaOffsets.get(e)||0));let{byteLength:n,nodes:s,bufferRegions:o,buffers:a}=Q.assemble(new x([t])),c=new bt(t.length,s,o),l=new jt(c,e,i),h=ct.from(l,n);return this._writeMessage(h)._writeBodyBuffers(a)}_writeBodyBuffers(t){let e,i,n;for(let s=-1,o=t.length;++s<o;)(e=t[s])&&(i=e.byteLength)>0&&(this._write(e),(n=(i+7&-8)-i)>0&&this._writePadding(n));return this}_writeDictionaries(t){for(let[e,i]of t.dictionaries){let n=this._dictionaryDeltaOffsets.get(e)||0;if(n===0||(i=i?.slice(n)).length>0)for(let s of i.data)this._writeDictionaryBatch(s,e,n>0),n+=s.length}return this}},Pr=class extends Vr{static writeAll(t,e){let i=new Pr(e);return qt(t)?t.then(n=>i.writeAll(n)):Kt(t)?Jo(i,t):Ho(i,t)}},kr=class extends Vr{static writeAll(t){let e=new kr;return qt(t)?t.then(i=>e.writeAll(i)):Kt(t)?Jo(e,t):Ho(e,t)}constructor(){super(),this._autoDestroy=!0}_writeSchema(t){return this._writeMagic()._writePadding(2)}_writeFooter(t){let e=Qe.encode(new Qe(t,yt.V4,this._recordBatchBlocks,this._dictionaryBlocks));return super._writeFooter(t)._write(e)._write(Int32Array.of(e.byteLength))._writeMagic()}};function Ho(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 Jo(r,t){var e,i,n,s;return d(this,void 0,void 0,function*(){try{for(e=ie(t);i=yield e.next(),!i.done;){let o=i.value;r.write(o)}}catch(o){n={error:o}}finally{try{i&&!i.done&&(s=e.return)&&(yield s.call(e))}finally{if(n)throw n.error}}return r.finish()})}function sl(r,t){if(Kt(r))return sf(r,t);if(ne(r))return nf(r,t);throw new Error("toDOMStream() must be called with an Iterable or AsyncIterable")}function nf(r,t){let e=null,i=t?.type==="bytes"||!1,n=t?.highWaterMark||Math.pow(2,24);return new ReadableStream(Object.assign(Object.assign({},t),{start(o){s(o,e||(e=r[Symbol.iterator]()))},pull(o){e?s(o,e):o.close()},cancel(){(e?.return&&e.return()||!0)&&(e=null)}}),Object.assign({highWaterMark:i?n:void 0},t));function s(o,a){let c,l=null,h=o.desiredSize||null;for(;!(l=a.next(i?h:null)).done;)if(ArrayBuffer.isView(l.value)&&(c=I(l.value))&&(h!=null&&i&&(h=h-c.byteLength+1),l.value=c),o.enqueue(l.value),h!=null&&--h<=0)return;o.close()}}function sf(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 d(this,void 0,void 0,function*(){yield s(o,e||(e=r[Symbol.asyncIterator]()))})},pull(o){return d(this,void 0,void 0,function*(){e?yield s(o,e):o.close()})},cancel(){return d(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 d(this,void 0,void 0,function*(){let c,l=null,h=o.desiredSize||null;for(;!(l=yield a.next(i?h:null)).done;)if(ArrayBuffer.isView(l.value)&&(c=I(l.value))&&(h!=null&&i&&(h=h-c.byteLength+1),l.value=c),o.enqueue(l.value),h!=null&&--h<=0)return;o.close()})}}function cl(r){return new Xo(r)}var Xo=class{constructor(t){this._numChunks=0,this._finished=!1,this._bufferedSize=0;let{["readableStrategy"]:e,["writableStrategy"]:i,["queueingStrategy"]:n="count"}=t,s=Aa(t,["readableStrategy","writableStrategy","queueingStrategy"]);this._controller=null,this._builder=Dr(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 Cs(r,t){let e=new Ee,i=null,n=new ReadableStream({cancel(){return d(this,void 0,void 0,function*(){yield e.close()})},start(a){return d(this,void 0,void 0,function*(){yield o(a,i||(i=yield s()))})},pull(a){return d(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 d(this,void 0,void 0,function*(){return yield(yield _t.from(e)).open(t)})}function o(a,c){return d(this,void 0,void 0,function*(){let l=a.desiredSize,h=null;for(;!(h=yield c.next()).done;)if(a.enqueue(h.value),l!=null&&--l<=0)return;a.close()})}}function Rs(r,t){let e=new this(r),i=new Rt(e),n=new ReadableStream({cancel(){return d(this,void 0,void 0,function*(){yield i.cancel()})},pull(o){return d(this,void 0,void 0,function*(){yield s(o)})},start(o){return d(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 d(this,void 0,void 0,function*(){let a=null,c=o.desiredSize;for(;a=yield i.read(c||null);)if(o.enqueue(a),c!=null&&(c-=a.byteLength)<=0)return;o.close()})}}function on(r){let t=_t.from(r);return qt(t)?t.then(e=>on(e)):t.isAsync()?t.readAll().then(e=>new rt(e)):new rt(t.readAll())}var af=Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},co),Mo),Bo),lo),no),xo),{compareSchemas:Mr,compareFields:Uc,compareTypes:Cc});mt.toDOMStream=sl;J.throughDOM=cl;_t.throughDOM=Cs;Rr.throughDOM=Cs;nr.throughDOM=Cs;Vr.throughDOM=Rs;kr.throughDOM=Rs;Pr.throughDOM=Rs;function Zo(r="ws://localhost:3000/"){let t=[],e=!1,i=null,n,s={open(){e=!0,c()},close(){for(e=!1,i=null,n=null;t.length;)t.shift().reject("Socket closed")},error(l){if(i){let{reject:h}=i;i=null,c(),h(l)}else console.error("WebSocket error: ",l)},message({data:l}){if(i){let{query:h,resolve:f,reject:p}=i;if(i=null,c(),typeof l=="string"){let U=JSON.parse(l);U.error?p(U.error):f(U)}else if(h.type==="exec")f();else if(h.type==="arrow")f(on(l.arrayBuffer()));else throw new Error(`Unexpected socket data: ${l}`)}else console.log("WebSocket message: ",l)}};function o(){n=new WebSocket(r);for(let l in s)n.addEventListener(l,s[l])}function a(l,h,f){n==null&&o(),t.push({query:l,resolve:h,reject:f}),e&&!i&&c()}function c(){t.length&&(i=t.shift(),n.send(JSON.stringify(i.query)))}return{get connected(){return e},query(l){return new Promise((h,f)=>a(l,h,f))}}}function ll(r){switch(r){case"BIGINT":case"HUGEINT":case"INTEGER":case"SMALLINT":case"TINYINT":case"UBIGINT":case"UINTEGER":case"USMALLINT":case"UTINYINT":case"DOUBLE":case"FLOAT":case"REAL":case"DECIMAL":return"number";case"DATE":case"TIMESTAMP":case"TIMESTAMPTZ":case"TIME":return"date";case"BOOLEAN":return"boolean";case"VARCHAR":case"UUID":return"string";case"LIST":return"array";case"BLOB":case"STRUCT":case"MAP":return"object";default:throw new Error(`Unsupported type: ${r}`)}}var Re=class{constructor(t,e){t&&(this.table=String(t)),e&&(this.column=e)}get columns(){return this.column?[this.column]:[]}toString(){let{table:t,column:e}=this;if(e){let i=e==="*"?e:`"${e}"`;return(t?`"${t}".`:"")+i}else return`"${t}"`}};function ul(r,t){return r instanceof Re&&r.column===t}function z(r){return typeof r=="string"?Vs(r):r}function an(r){return typeof r=="string"?hl(r):r}function hl(r){return new Re(r)}function Vs(r,t){return arguments.length===1?new Re(null,r):new Re(r,t)}function Ot(r){return typeof r=="string"?`"${r}"`:yi(r)}function yi(r){switch(typeof r){case"boolean":return r?"TRUE":"FALSE";case"string":return`'${r}'`;default:return r==null?"NULL":r instanceof Date?`MAKE_DATE(${r.getUTCFullYear()}, ${r.getUTCMonth()+1}, ${r.getUTCDate()})`:r instanceof RegExp?`'${r.source}'`:String(r)}}function fl(r){return r instanceof Ps}var Ps=class{constructor(t,e,i){this.expr=t,this.label=i,this.columns=e||[]}toString(){return`${this.expr}`}};function we(r,t,e){return new Ps(r,t,e)}function Ko(r){return Object.assign(we(`${z(r)} DESC NULLS LAST`,r?.columns,r?.label),{desc:!0})}function Qo(r,t){return e=>we(r(e),z(e).columns,t)}var ta=class{constructor(t){this.value=t}toString(){return yi(this.value)}},jr=r=>new ta(r);function js(...r){return r.flat().flatMap(t=>t?.columns||[])}var ea=class{constructor(t,e){this.op=t,this.a=z(e)}get columns(){return js(this.a)}visit(t){t(this.op,this)}toString(){let{op:t,a:e}=this;return`(${Ot(e)} ${t})`}};function na(r){return t=>new ea(r,t)}var lf=na("NOT"),sa=na("IS NULL"),uf=na("IS NOT NULL"),ra=class{constructor(t,e,i){this.op=t,this.a=z(e),this.b=z(i)}get columns(){return js(this.a,this.b)}visit(t){t(this.op,this)}toString(){let{op:t,a:e,b:i}=this;return`(${Ot(e)} ${t} ${Ot(i)})`}};function _r(r){return(t,e)=>new ra(r,t,e)}var cn=_r("="),hf=_r("<>"),ff=_r("<"),df=_r(">"),pf=_r("<="),mf=_r(">="),yf=_r("IS DISTINCT FROM"),gf=_r("IS NOT DISTINCT FROM"),ia=class{constructor(t,e,i){this.op=t,this.expr=z(e),this.value=i?.map(z)}get columns(){return js(this.expr,this.value)}visit(t){t(this.op,this)}toString(){let{op:t,expr:e,value:i}=this;if(!i)return"";let[n,s]=i;return`(${Ot(e)} ${t} ${Ot(n)} AND ${Ot(s)})`}};function dl(r){return(t,e)=>new ia(r,t,e)}var zs=dl("BETWEEN"),bf=dl("NOT BETWEEN"),ks=class{constructor(t,e){this.op=t,this.value=e.map(z)}get columns(){return js(this.value)}visit(t){t(this.op,this),this.value?.forEach(e=>e.visit(t))}toString(){let{op:t,value:e}=this;return!e||e.length===0?"":e.length===1?Ot(e[0]):`(${e.map(Ot).filter(i=>i).join(` ${t} `)})`}};function oa(...r){return new ks("AND",r.flat())}function aa(...r){return new ks("OR",r.flat())}var ca=class{constructor(t,e){this.func=t,this.args=(e||[]).map(z)}get column(){return this.columns[0]}get columns(){return this.args.flatMap(t=>t.columns||[])}toString(){let{func:t,args:e}=this;return`${t}(${e.map(Ot).join(", ")})`}};function Ve(r){return(...t)=>new ca(r,t)}var la=Ve("regexp_matches"),ua=Ve("contains"),ha=Ve("prefix"),fa=Ve("suffix"),_f=Ve("lower"),wf=Ve("upper"),vf=Ve("length"),If=Ve("isnan"),Sf=Ve("isfinite"),xf=Ve("isinf");var da=class{constructor(t,e){this.aggregate=t,this.args=(e||[]).map(z)}get label(){return this.aggregate.toLowerCase()+(this.args.length?` ${this.columns.join(", ")}`:"")}get column(){return this.columns[0]}get columns(){return this.args.flatMap(t=>t.columns||[])}distinct(){return this.isDistinct=!0,this}where(t){return this.filter=t,this}toString(){let{aggregate:t,args:e,isDistinct:i,filter:n}=this,s=e.length===0?"*":e.map(Ot).join(", "),o=i?"DISTINCT ":"",a=n?` FILTER (WHERE ${Ot(n)})`:"",c=t==="COUNT"?"::INTEGER":"";return a&&c?`(${t}(${o}${s})${a})${c}`:`${t}(${o}${s})${a}${c}`}};function C(r){return(...t)=>new da(r,t)}var ln=C("COUNT"),Bf=C("AVG"),Af=C("AVG"),Tf=C("MAD"),un=C("MAX"),hn=C("MIN"),Of=C("SUM"),Ff=C("PRODUCT"),Df=C("MEDIAN"),Nf=C("QUANTILE"),Lf=C("MODE"),Mf=C("VARIANCE"),Ef=C("STDDEV"),Uf=C("SKEWNESS"),Cf=C("KURTOSIS"),Rf=C("ENTROPY"),Vf=C("VAR_POP"),Pf=C("STDDEV_POP"),kf=C("CORR"),jf=C("COVAR_POP"),zf=C("REGR_INTERCEPT"),$f=C("REGR_SLOPE"),qf=C("REGR_COUNT"),Wf=C("REGR_R2"),Yf=C("REGR_SYY"),Gf=C("REGR_SXX"),Hf=C("REGR_SXY"),Jf=C("REGR_AVGX"),Xf=C("REGR_AVGY"),Zf=C("FIRST"),Kf=C("LAST"),Qf=C("ARG_MIN"),td=C("ARG_MAX"),ed=C("STRING_AGG"),rd=C("ARRAY_AGG");var pa=Qo(r=>`(1000 * (epoch(${r}) - second(${r})) + millisecond(${r}))::DOUBLE`);var nt=class{static select(...t){return new nt().select(...t)}static from(...t){return new nt().from(...t)}static with(...t){return new nt().with(...t)}static union(...t){return new sr("UNION",t.flat())}static unionAll(...t){return new sr("UNION ALL",t.flat())}static intersect(...t){return new sr("INTERSECT",t.flat())}static except(...t){return new sr("EXCEPT",t.flat())}constructor(){this.query={with:[],select:[],from:[],where:[],groupby:[],having:[],window:[],qualify:[],orderby:[]}}clone(){let t=new nt;return t.query={...this.query},t}with(...t){let{query:e}=this;if(t.length===0)return e.with;{let i=[],n=(s,o)=>{let a=o.clone();a.cteFor=this,i.push({as:s,query:a})};return t.flat().forEach(s=>{if(s!=null)if(s.as&&s.query)n(s.as,s.query);else for(let o in s)n(o,s[o])}),e.with=e.with.concat(i),this}}select(...t){let{query:e}=this;if(t.length===0)return e.select;{let i=[];return t.flat().forEach(n=>{if(n!=null)if(typeof n=="string")i.push({as:n,expr:z(n)});else if(n instanceof Re)i.push({as:n.column,expr:n});else if(Array.isArray(n))i.push({as:n[0],expr:n[1]});else for(let s in n)i.push({as:$s(s),expr:z(n[s])})}),e.select=e.select.concat(i),this}}$select(...t){return this.query.select=[],this.select(...t)}distinct(t=!0){return this.query.distinct=!!t,this}from(...t){let{query:e}=this;if(t.length===0)return e.from;{let i=[];return t.flat().forEach(n=>{if(n!=null)if(typeof n=="string")i.push({as:n,from:an(n)});else if(n instanceof Re)i.push({as:n.table,from:n});else if(qs(n)||fl(n))i.push({from:n});else if(Array.isArray(n))i.push({as:$s(n[0]),from:an(n[1])});else for(let s in n)i.push({as:$s(s),from:an(n[s])})}),e.from=e.from.concat(i),this}}$from(...t){return this.query.from=[],this.from(...t)}sample(t){let{query:e}=this;if(arguments.length===0)return e.sample;{let i=t;return typeof t=="number"&&(i=t>0&&t<1?{perc:100*t}:{rows:Math.round(t)}),e.sample=i,this}}where(...t){let{query:e}=this;return t.length===0?e.where:(e.where=e.where.concat(t.flat().filter(i=>i)),this)}$where(...t){return this.query.where=[],this.where(...t)}groupby(...t){let{query:e}=this;return t.length===0?e.groupby:(e.groupby=e.groupby.concat(t.flat().filter(i=>i).map(z)),this)}having(...t){let{query:e}=this;return t.length===0?e.having:(e.having=e.having.concat(t.flat().filter(i=>i)),this)}window(...t){let{query:e}=this;if(t.length===0)return e.window;{let i=[];return t.flat().forEach(n=>{if(n!=null)for(let s in n)i.push({as:$s(s),expr:n[s]})}),e.window=e.window.concat(i),this}}qualify(...t){let{query:e}=this;return t.length===0?e.qualify:(e.qualify=e.qualify.concat(t.flat().filter(i=>i)),this)}orderby(...t){let{query:e}=this;return t.length===0?e.orderby:(e.orderby=e.orderby.concat(t.flat().filter(i=>i).map(z)),this)}limit(t){let{query:e}=this;return arguments.length===0?e.limit:(e.limit=Number.isFinite(t)?t:void 0,this)}offset(t){let{query:e}=this;return arguments.length===0?e.offset:(e.offset=Number.isFinite(t)?t:void 0,this)}get subqueries(){let{query:t,cteFor:e}=this,n=(e?.query||t).with?.reduce((o,{as:a,query:c})=>(o[a]=c,o),{}),s=[];return t.from.forEach(({from:o})=>{if(qs(o))s.push(o);else if(n[o.table]){let a=n[o.table];s.push(a)}}),s}toString(){let{select:t,distinct:e,from:i,sample:n,where:s,groupby:o,having:a,window:c,qualify:l,orderby:h,limit:f,offset:p,with:U}=this.query,V=[];if(U.length){let W=U.map(({as:$,query:zt})=>`"${$}" AS (${zt})`);V.push(`WITH ${W.join(", ")}`)}let je=t.map(({as:W,expr:$})=>ul($,W)&&!$.table?`${$}`:`${$} AS "${W}"`);if(V.push(`SELECT${e?" DISTINCT":""} ${je.join(", ")}`),i.length){let W=i.map(({as:$,from:zt})=>{let gi=qs(zt)?`(${zt})`:`${zt}`;return!$||$===zt.table?gi:`${gi} AS "${$}"`});V.push(`FROM ${W.join(", ")}`)}if(n){let{rows:W,perc:$,method:zt,seed:gi}=n,xl=W?`${W} ROWS`:`${$} PERCENT`,Bl=zt?` (${zt}${gi!=null?`, ${gi}`:""})`:"";V.push(`USING SAMPLE ${xl}${Bl}`)}if(s.length){let W=s.map(String).filter($=>$).join(" AND ");W&&V.push(`WHERE ${W}`)}if(o.length&&V.push(`GROUP BY ${o.join(", ")}`),a.length){let W=a.map(String).filter($=>$).join(" AND ");W&&V.push(`HAVING ${W}`)}if(c.length){let W=c.map(({as:$,expr:zt})=>`"${$}" AS (${zt})`);V.push(`WINDOW ${W.join(", ")}`)}if(l.length){let W=l.map(String).filter($=>$).join(" AND ");W&&V.push(`QUALIFY ${W}`)}return h.length&&V.push(`ORDER BY ${h.join(", ")}`),Number.isFinite(f)&&V.push(`LIMIT ${f}`),Number.isFinite(p)&&V.push(`OFFSET ${p}`),V.join(" ")}},sr=class{constructor(t,e){this.op=t,this.queries=e.map(i=>i.clone()),this.query={orderby:[]}}clone(){let t=new sr(this.op,this.queries);return t.query={...this.query},t}orderby(...t){let{query:e}=this;return t.length===0?e.orderby:(e.orderby=e.orderby.concat(t.flat().filter(i=>i).map(z)),this)}limit(t){let{query:e}=this;return arguments.length===0?e.limit:(e.limit=Number.isFinite(t)?t:void 0,this)}offset(t){let{query:e}=this;return arguments.length===0?e.offset:(e.offset=Number.isFinite(t)?t:void 0,this)}get subqueries(){let{queries:t,cteFor:e}=this;return e&&t.forEach(i=>i.cteFor=e),t}toString(){let{op:t,queries:e,query:{orderby:i,limit:n,offset:s}}=this,o=[e.join(` ${t} `)];return i.length&&o.push(`ORDER BY ${i.join(", ")}`),Number.isFinite(n)&&o.push(`LIMIT ${n}`),Number.isFinite(s)&&o.push(`OFFSET ${s}`),o.join(" ")}};function qs(r){return r instanceof nt||r instanceof sr}function $s(r){return id(r)?r.slice(1,-1):r}function id(r){return r[0]==='"'&&r[r.length-1]==='"'}var nd="count",sd="nulls",od="max",ad="min",cd="distinct";var ld={[nd]:ln,[cd]:r=>ln(r).distinct(),[od]:un,[ad]:hn,[sd]:r=>ln().where(sa(r))};function pl({table:r,column:t},e){return nt.from(r).select(e.map(i=>[i,ld[i](t)]))}var ml=()=>Object.create(null),Ws=class{constructor(t){this.mc=t,this.clear()}clear(){this.tables=ml()}async tableInfo(t){let e=this.tables;if(e[t])return e[t];let i=this.mc.query(`DESCRIBE "${t}"`,{type:"json",cache:!1});return e[t]=i.then(n=>{let s=ml();for(let o of n)s[o.column_name]={table:t,column:o.column_name,sqlType:o.column_type,type:ll(o.column_type),nullable:o.null==="YES"};return s})}async fieldInfo({table:t,column:e,stats:i}){let s=(await this.tableInfo(t))[e];if(s==null)return;if(!i?.length)return s;let o=await this.mc.query(pl(s,i));return{...s,...Array.from(o)[0]}}async queryFields(t){let e=await ud(this,t);return(await Promise.all(e.map(n=>this.fieldInfo(n)))).filter(n=>n)}};async function ud(r,t){return t.length===1&&t[0].column==="*"?Object.values(await r.tableInfo(t[0].table)):t}function gl(r){let t=2166136261;for(let e=0,i=r.length;e<i;++e){let n=r.charCodeAt(e),s=n&65280;s&&(t=yl(t^s>>8)),t=yl(t^n&255)}return hd(t)}function yl(r){return r+(r<<1)+(r<<4)+(r<<7)+(r<<8)+(r<<24)}function hd(r){return r+=r<<13,r^=r>>>7,r+=r<<3,r^=r>>>17,r+=r<<5,r&4294967295}function fn(r,t){return t?.clients?.has(r)}var wl=r=>r,Ys=class{constructor(t,e){this.mc=t,this.selection=e,this.reset()}reset(){this.enabled=!1,this.clients=null,this.indices=null,this.activeView=null}index(t,e){if(this.clients!==t){let c=Array.from(t).map(_l),l=c[0]?.from;this.enabled=c.every(h=>h&&h.from===l),this.clients=t,this.indices=null,this.activeView=null}if(!this.enabled)return!1;e=e||this.selection.active;let{source:i}=e;if(!i)return!1;if(i===this.activeView?.source)return!0;let n=this.activeView=fd(e);if(!n)return!1;this.mc.logger().warn("DATA TILE INDEX CONSTRUCTION");let s=this.selection.clone().update({source:i}),o=this.indices=new Map,a=[];for(let c of t){if(s.cross&&fn(c,e))continue;let l=_l(c),h=c.query(s.predicate(c)).select({...n.columns,...l.count}).groupby(Object.keys(n.columns)),[f]=h.subqueries;if(f){let je=Object.values(n.columns).map(W=>W.columns[0]);yd(f,je)}let p=h.toString(),V=`tile_index_${(gl(p)>>>0).toString(16)}`;o.set(c,{table:V,...l}),a.push(md(this.mc,V,p))}return a}async update(){let{clients:t,selection:e,activeView:i}=this,n=i.predicate(e.active.predicate);return Promise.all(Array.from(t).map(s=>this.updateClient(s,n)))}async updateClient(t,e){let i=this.indices.get(t);if(!i)return;e||(e=this.activeView.predicate(this.selection.active.predicate));let{table:n,dims:s,aggr:o}=i;return this.mc.updateClient(t,nt.select(s,o).from(n).groupby(s).where(e))}};function fd(r){let{source:t,schema:e}=r,i=r.predicate?.columns;if(!e||!i)return null;let{type:n,scales:s}=e,o;if(n==="interval"&&s){let a=s.map(c=>dd(c));if(a.some(c=>c==null))return null;a.length===1?(o=c=>c?zs("active0",c.value.map(a[0])):[],i={active0:a[0](r.predicate.expr)}):(o=c=>c?oa(c.value.map(({value:l},h)=>zs(`active${h}`,l.map(a[h])))):[],i=Object.fromEntries(r.predicate.value.map((c,l)=>[`active${l}`,a[l](c.expr)])))}else if(n==="point")o=wl,i=Object.fromEntries(i.map(a=>[a.toString(),a]));else return null;return{source:t,columns:i,predicate:o}}function dd(r){let{type:t,domain:e,range:i}=r,n,s;switch(t){case"linear":n=wl,s=z;break;case"log":n=Math.log,s=o=>`LN(${z(o)})`;break;case"symlog":n=o=>Math.sign(o)*Math.log1p(Math.abs(o)),s=o=>(o=z(o),`SIGN(${o}) * LN(1 + ABS(${o}))`);break;case"sqrt":n=Math.sqrt,s=o=>`SQRT(${z(o)})`;break;case"utc":case"time":n=o=>+o,s=o=>o instanceof Date?+o:pa(z(o));break}return n?pd(e,i,n,s):null}function pd(r,t,e,i){let n=e(Math.min(r[0],r[1])),s=e(Math.max(r[0],r[1])),o=Math.abs(e(t[1])-e(t[0]))/(s-n);return a=>we(`FLOOR(${o}::DOUBLE * (${i(a)} - ${n}::DOUBLE))`,z(a).columns)}async function md(r,t,e){try{await r.exec(`CREATE TEMP TABLE IF NOT EXISTS ${t} AS ${e}`)}catch(i){r.logger().error(i)}}var bl={from:NaN};function _l(r){if(!r.filterIndexable)return bl;let t=r.query(),e=ma(t);if(!e||!t.groupby)return bl;let i=new Set(t.groupby().map(a=>a.column)),n=[],s=[],o;for(let{as:a,expr:{aggregate:c}}of t.select())switch(c?.toUpperCase()){case"COUNT":case"SUM":n.push({[a]:we(`SUM("${a}")::DOUBLE`)});break;case"AVG":o="_count_",n.push({[a]:we(`(SUM("${a}" * ${o}) / SUM(${o}))::DOUBLE`)});break;case"MAX":n.push({[a]:we(`MAX("${a}")`)});break;case"MIN":n.push({[a]:we(`MIN("${a}")`)});break;default:if(i.has(a))s.push(a);else return null}return{aggr:n,dims:s,count:o?{[o]:we("COUNT(*)")}:{},from:e}}function ma(r){let t=r.subqueries;if(r.select){let i=r.from();if(!i.length)return;if(t.length===0)return i[0].from.table}let e=ma(t[0]);for(let i=1;i<t.length;++i){let n=ma(t[i]);if(n!==void 0&&n!==e)return NaN}return e}function yd(r,t){let e=new Set,i=n=>{e.has(n)||(e.add(n),n.select&&n.from().length&&n.select(t),n.subqueries.forEach(i))};i(r)}var vl={};function dn(r,t=!1){let e,i,n=vl;function s(l){e=r(l).then(()=>{if(i){let{value:h}=i;i=null,s(h)}else e=null})}function o(l){i={event:l}}function a(l){e?o(l):s(l)}function c(l){n!==l&&requestAnimationFrame(()=>{let h=n;n=vl,a(h)}),n=l}return t?c:a}var Gs=class{constructor(t,e,i=!0){this.mc=t,this.selection=e,this.clients=new Set,this.indexer=i?new Ys(this.mc,e):null;let{value:n,activate:s}=this.handlers={value:dn(()=>this.update()),activate:o=>{this.indexer?.index(this.clients,o)}};e.addEventListener("value",n),e.addEventListener("activate",s)}finalize(){let{value:t,activate:e}=this.handlers;this.selection.removeEventListener("value",t),this.selection.removeEventListener("activate",e)}reset(){this.indexer?.reset()}add(t){return(this.clients=new Set(this.clients)).add(t),this}remove(t){return this.clients.has(t)&&(this.clients=new Set(this.clients)).delete(t),this}async update(){let{mc:t,indexer:e,clients:i,selection:n}=this;return e?.index(i)?e.update():gd(t,i,n)}};function gd(r,t,e){return Promise.all(Array.from(t).map(i=>{let n=e.predicate(i);if(n!=null)return r.updateClient(i,i.query(n))}))}var bd=typeof requestIdleCallback<"u"?requestIdleCallback:setTimeout,Il=()=>({get:()=>{},set:(r,t)=>t,clear:()=>{}}),Hs=class{constructor({max:t=1e3,ttl:e=3*60*60*1e3}={}){this.max=t,this.ttl=e,this.clear()}clear(){this.cache=new Map}get(t){let e=this.cache.get(t);if(e)return e.last=performance.now(),e.promise}set(t,e){let{cache:i,max:n}=this;return i.set(t,{last:performance.now(),promise:e}),i.size>n&&bd(()=>this.evict()),e}evict(){let t=performance.now()-this.ttl,e=null,i=1/0;for(let[n,s]of this.cache){let{last:o}=s;o<i&&(e=n,i=o),t>o&&this.cache.delete(n)}e&&this.cache.delete(e)}};function Sl(){return{debug(){},info(){},log(){},warn(){},error(){}}}var Js;function ya(r){return r?Js=r:Js==null&&(Js=new Xs),Js}var Xs=class{constructor(t=Zo(),e={}){this.catalog=new Ws(this),this.logger(e.logger||console),this.configure(e),this.databaseClient(t),this.clear()}logger(t){return arguments.length?this._logger=t||Sl():this._logger}configure({cache:t=!0,indexes:e=!0}){this.cache=t?new Hs:Il(),this.indexes=e}clear({clients:t=!0,cache:e=!0,catalog:i=!1}={}){t&&(this.clients?.forEach(n=>this.disconnect(n)),this.filterGroups?.forEach(n=>n.finalize()),this.clients=new Set,this.filterGroups=new Map),e&&this.cache.clear(),i&&this.catalog.clear()}databaseClient(t){return arguments.length>0&&(this.db=t),this.db}async exec(t){try{await this.db.query({type:"exec",sql:t})}catch(e){this._logger.error(e)}}query(t,{type:e="arrow",cache:i=!0}={}){let n=String(t),s=performance.now(),o=this.cache.get(n);if(o)return this._logger.debug("Cache"),o;{let a=this.db.query({type:e,sql:n}),c=i?this.cache.set(n,a):a;return c.then(()=>this._logger.debug(`Query: ${performance.now()-s}`)),c}}async updateClient(t,e){let i;try{t.queryPending(),i=await this.query(e)}catch(n){this._logger.error(n),t.queryError(n);return}try{t.queryResult(i).update()}catch(n){this._logger.error(n)}}async requestQuery(t,e){return this.filterGroups.get(t.filterBy)?.reset(),e?this.updateClient(t,e):t.update()}async connect(t){let{catalog:e,clients:i,filterGroups:n,indexes:s}=this;if(i.has(t))throw new Error("Client already connected.");i.add(t);let o=t.fields();o?.length&&t.fieldStats(await e.queryFields(o));let a=t.filterBy;if(a)if(n.has(a))n.get(a).add(t);else{let c=new Gs(this,a,s);n.set(a,c.add(t))}t.requestQuery()}disconnect(t){let{clients:e,filterGroups:i}=this;e.has(t)&&(e.delete(t),i.get(t.filterBy)?.remove(t))}};var ve=class{constructor(t){this._filterBy=t,this._requestUpdate=dn(()=>this.requestQuery(),!0)}get filterBy(){return this._filterBy}get filterIndexable(){return!0}fields(){return null}fieldStats(){return this}query(){return null}queryPending(){return this}queryResult(){return this}queryError(t){return console.error(t),this}requestQuery(t){let e=t||this.query(this.filterBy?.predicate(this));return ya().requestQuery(this,e)}requestUpdate(){this._requestUpdate()}update(){return this}};function ga(r,t){return r===t?!1:r instanceof Date&&t instanceof Date?+r!=+t:Array.isArray(r)&&Array.isArray(t)?_d(r,t):!0}function _d(r,t){if(r.length!==t.length)return!0;for(let e=0;e<r.length;++e)if(r[e]!==t[e])return!0;return!1}function zr(r){return r instanceof wr}var wr=class{constructor(t){this._value=t,this._listeners=new Map}static value(t){return new wr(t)}get value(){return this._value}update(t,{force:e}={}){let i=ga(this._value,t);return i&&(this._value=t),(i||e)&&this.emit("value",this.value),this}addEventListener(t,e){let i=this._listeners.get(t)||[];i.includes(e)||(i=i.concat(e)),this._listeners.set(t,i)}removeEventListener(t,e){let i=this._listeners.get(t);i?.length&&this._listeners.set(t,i.filter(n=>n!==e))}emit(t,e){this._listeners.get(t)?.forEach(i=>i(e))}};function ke(r){return r instanceof Pe}var Pe=class extends wr{static intersect(){return new Pe}static crossfilter(){return new Pe({cross:!0})}static union(){return new Pe({union:!0})}static single(){return new Pe({single:!0})}constructor({union:t,cross:e,single:i}={}){super([]),this.active=null,this.union=!!t,this.cross=!!e,this.single=!!i}clone(){let t=new Pe;return t.active=this.active,t.union=this.union,t.cross=this.cross,t._value=this._value,t}get value(){let{clauses:t}=this;return t[t.length-1]?.value}get clauses(){return super.value}activate(t){this.emit("activate",t)}update(t){let{source:e,predicate:i}=t;this.active=t;let n=this.single?[]:this.clauses.filter(s=>e!==s.source);return i&&n.push(t),super.update(n)}predicate(t){let{active:e,clauses:i,cross:n,union:s}=this;if(n&&fn(t,e))return;let o=(n?i.filter(a=>!fn(t,a)):i).map(a=>a.predicate);return s&&o.length>1?aa(o):o}};var wd=r=>r&&typeof r=="object"&&!Array.isArray(r),ba=class extends ve{constructor({filterBy:t,from:e,column:i,label:n=i,format:s=l=>l,options:o,value:a,as:c}={}){super(t),this.from=e,this.column=i,this.selection=c,this.format=s,this.element=document.createElement("div"),this.element.setAttribute("class","input"),this.element.value=this;let l=document.createElement("label");l.innerText=n||i,this.element.appendChild(l),this.select=document.createElement("select"),o&&(this.data=o.map(h=>wd(h)?h:{value:h}),this.update()),a=a??this.selection?.value??this.data?.[0]?.value,this.select.value=a,this.selection?.value===void 0&&this.publish(a),this.element.appendChild(this.select),this.selection&&(this.select.addEventListener("input",()=>{this.publish(this.selectedValue()||null)}),ke(this.selection)||this.selection.addEventListener("value",h=>{h!==this.select.value&&this.selectedValue(h)}))}selectedValue(t){if(arguments.length===0){let e=this.select.selectedIndex;return this.data[e].value}else this.select.value=String(t)}publish(t){let{selection:e,column:i}=this;ke(e)?e.update({source:this,schema:{type:"point"},value:t,predicate:t?cn(i,jr(t)):null}):zr(e)&&e.update(t)}query(t=[]){let{from:e,column:i}=this;return e?nt.from(e).select({value:i}).distinct().where(t).orderby(i):null}queryResult(t){return this.data=[{value:"",label:"All"},...t],this}update(){let{data:t,format:e,select:i}=this;i.replaceChildren();for(let{value:n,label:s}of t){let o=document.createElement("option");o.setAttribute("value",n),o.innerText=s??e(n),this.select.appendChild(o)}return this.selection&&(this.select.value=this.selection?.value||""),this}};var vd={contains:ua,prefix:ha,suffix:fa,regexp:la},Id=0,_a=class extends ve{constructor({filterBy:t,from:e,column:i,label:n,type:s,as:o}={}){if(super(t),this.id="search_"+ ++Id,this.type=s,this.from=e,this.column=i,this.selection=o,this.element=document.createElement("div"),this.element.setAttribute("class","input"),this.element.value=this,n){let a=document.createElement("label");a.setAttribute("for",this.id),a.innerText=n,this.element.appendChild(a)}this.searchbox=document.createElement("input"),this.searchbox.setAttribute("id",this.id),this.searchbox.setAttribute("type","text"),this.searchbox.setAttribute("placeholder","Query"),this.element.appendChild(this.searchbox),this.selection&&(this.searchbox.addEventListener("input",()=>{this.publish(this.searchbox.value||null)}),ke(this.selection)||this.selection.addEventListener("value",a=>{a!==this.searchbox.value&&(this.searchbox.value=a)}))}publish(t){let{selection:e,column:i,type:n}=this;ke(e)?e.update({source:this,schema:{type:n},value:t,predicate:t?vd[n](i,jr(t)):null}):zr(e)&&e.update(t)}query(t=[]){let{from:e,column:i}=this;return e?nt.from(e).select({list:i}).distinct().where(t):null}queryResult(t){return this.data=t,this}update(){let t=document.createElement("datalist"),e=`${this.id}_list`;t.setAttribute("id",e);for(let i of this.data){let n=document.createElement("option");n.setAttribute("value",i.list),t.append(n)}return this.datalist&&this.datalist.remove(),this.element.appendChild(this.datalist=t),this.searchbox.setAttribute("list",e),this}};var Sd=0,wa=class extends ve{constructor({filterBy:t,as:e,min:i,max:n,step:s,from:o,column:a,label:c=a,value:l=e?.value}={}){if(super(t),this.id="slider_"+ ++Sd,this.from=o,this.column=a||"value",this.selection=e,this.min=i,this.max=n,this.step=s,this.element=document.createElement("div"),this.element.setAttribute("class","input"),this.element.value=this,c){let h=document.createElement("label");h.setAttribute("for",this.id),h.innerText=c,this.element.appendChild(h)}this.slider=document.createElement("input"),this.slider.setAttribute("id",this.id),this.slider.setAttribute("type","range"),i!=null&&this.slider.setAttribute("min",i),n!=null&&this.slider.setAttribute("max",n),s!=null&&this.slider.setAttribute("step",s),l!=null&&(this.slider.setAttribute("value",l),this.selection?.value===void 0&&this.publish(l)),this.element.appendChild(this.slider),this.selection&&(this.slider.addEventListener("input",()=>{this.publish(+this.slider.value)}),ke(this.selection)||this.selection.addEventListener("value",h=>{h!==+this.slider.value&&(this.slider.value=h)}))}query(t=[]){let{from:e,column:i}=this;return!e||this.min!=null&&this.max!=null?null:nt.select({min:hn(i),max:un(i)}).from(e).where(t)}queryResult(t){let{min:e,max:i}=Array.from(t)[0];return this.min==null&&this.slider.setAttribute("min",e),this.max==null&&this.slider.setAttribute("max",i),this.step==null&&this.slider.setAttribute("step",(i-e)/500),this}publish(t){let{selection:e,column:i}=this;ke(e)?e.update({source:this,schema:{type:"point"},value:t,predicate:cn(i,jr(t))}):zr(this.selection)&&e.update(t)}};function Zs(r,t){if(r instanceof Date||(r=new Date(+r)),isNaN(r))return typeof t=="function"?t(r):t;let e=r.getUTCHours(),i=r.getUTCMinutes(),n=r.getUTCSeconds(),s=r.getUTCMilliseconds();return`${xd(r.getUTCFullYear(),4)}-${or(r.getUTCMonth()+1,2)}-${or(r.getUTCDate(),2)}${e||i||n||s?`T${or(e,2)}:${or(i,2)}${n||s?`:${or(n,2)}${s?`.${or(s,3)}`:""}`:""}Z`:""}`}function xd(r){return r<0?`-${or(-r,6)}`:r>9999?`+${or(r,6)}`:or(r,4)}function or(r,t){return`${r}`.padStart(t,"0")}var va=Sa(r=>{let t=Ks(r);return e=>e==null?"":typeof e=="number"?t(e):e instanceof Date?Ia(e):`${e}`}),Ks=Sa(r=>t=>t===0?"0":t.toLocaleString(r)),LS=va(),MS=Ks();function Ia(r){return Zs(r,"Invalid Date")}function Sa(r){let t=Sa,e;return(i="en")=>i===t?e:e=r(t=i)}var Bd=-1,xa=class extends ve{constructor({filterBy:t,from:e,columns:i=["*"],format:n,rowBatch:s=100,width:o,height:a=500}={}){super(t),this.id=`table-${++Bd}`,this.from=e,this.columns=i,this.format=n,this.offset=0,this.limit=+s,this.pending=!1,this.sortHeader=null,this.sortColumn=null,this.sortDesc=!1,this.element=document.createElement("div"),this.element.setAttribute("id",this.id),this.element.value=this,o&&(this.element.style.maxWidth=`${o}px`),this.element.style.maxHeight=`${a}px`,this.element.style.overflow="auto";let c=-1;this.element.addEventListener("scroll",l=>{let{pending:h,loaded:f}=this,{scrollHeight:p,scrollTop:U,clientHeight:V}=l.target,je=U<c;if(c=U,!(je||h||f)&&p-U<2*V){this.pending=!0,this.offset+=this.limit;let W=this.queryInternal(this.filterBy?.predicate(this));this.requestQuery(W)}}),this.tbl=document.createElement("table"),this.element.appendChild(this.tbl),this.head=document.createElement("thead"),this.tbl.appendChild(this.head),this.body=document.createElement("tbody"),this.tbl.appendChild(this.body),this.style=document.createElement("style"),this.element.appendChild(this.style)}fields(){return this.columns.map(t=>Vs(this.from,t))}fieldStats(t){this.stats=t;let e=this.head;e.innerHTML="";let i=document.createElement("tr");for(let{column:n}of t){let s=document.createElement("th");s.addEventListener("click",o=>this.sort(o,n)),s.appendChild(document.createElement("span")),s.appendChild(document.createTextNode(n)),i.appendChild(s)}return e.appendChild(i),this.formats=Ad(this.format,t),this.style.innerText=Od(this.id,Td({},t)),this}query(t){return this.offset=0,this.queryInternal(t)}queryInternal(t=[]){let{from:e,limit:i,offset:n,stats:s,sortColumn:o,sortDesc:a}=this;return nt.from(e).select(s.map(c=>c.column)).where(t).orderby(o?a?Ko(o):o:[]).limit(i).offset(n)}queryResult(t){return this.pending||(this.loaded=!1,this.body.replaceChildren()),this.data=t,this}update(){let{body:t,formats:e,data:i,stats:n,limit:s}=this,o=n.length,a=0;for(let c of i){++a;let l=document.createElement("tr");for(let h=0;h<o;++h){let f=c[n[h].column],p=document.createElement("td");p.innerText=f==null?"":e[h](f),l.appendChild(p)}t.appendChild(l)}return a<s&&(this.loaded=!0),this.pending=!1,this}sort(t,e){e===this.sortColumn?this.sortDesc=!this.sortDesc:(this.sortColumn=e,this.sortDesc=!1);let i=t.currentTarget,n=this.sortHeader;n===i&&t.metaKey?(n.firstChild.textContent="",this.sortHeader=null,this.sortColumn=null):(n&&(n.firstChild.textContent=""),this.sortHeader=i,i.firstChild.textContent=this.sortDesc?"\u25BE":"\u25B4");let s=this.query(this.filterBy?.predicate(this));this.requestQuery(s)}};function Ad(r={},t,e){return t.map(({column:i,type:n})=>{if(i in r)return r[i];switch(n){case"number":return Ks(e);case"date":return Ia;default:return va(e)}})}function Td(r={},t){return t.map(({column:e,type:i})=>e in r?r[e]:i==="number"?"right":"left")}function Od(r,t){let e=[];return t.forEach((i,n)=>{i!=="left"&&e.push(`#${r} tr>:nth-child(${n+1}) {text-align:${i}}`)}),e.join(" ")}export{ba as Menu,_a as Search,wa as Slider,xa as Table};