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