@loaders.gl/parquet 3.4.0-alpha.2 → 3.4.0-alpha.4

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.
Files changed (251) hide show
  1. package/dist/dist.min.js +21 -28
  2. package/dist/dist.min.js.map +3 -3
  3. package/dist/es5/constants.js +0 -2
  4. package/dist/es5/constants.js.map +1 -1
  5. package/dist/es5/index.js +0 -3
  6. package/dist/es5/index.js.map +1 -1
  7. package/dist/es5/lib/arrow/convert-row-group-to-columns.js +0 -1
  8. package/dist/es5/lib/arrow/convert-row-group-to-columns.js.map +1 -1
  9. package/dist/es5/lib/arrow/convert-schema-from-parquet.js +1 -1
  10. package/dist/es5/lib/arrow/convert-schema-from-parquet.js.map +1 -1
  11. package/dist/es5/lib/arrow/convert-schema-to-parquet.js +0 -2
  12. package/dist/es5/lib/arrow/convert-schema-to-parquet.js.map +1 -1
  13. package/dist/es5/lib/geo/decode-geo-metadata.js +0 -5
  14. package/dist/es5/lib/geo/decode-geo-metadata.js.map +1 -1
  15. package/dist/es5/lib/geo/geoparquet-schema.js.map +1 -1
  16. package/dist/es5/lib/parsers/parse-parquet-to-columns.js +115 -119
  17. package/dist/es5/lib/parsers/parse-parquet-to-columns.js.map +1 -1
  18. package/dist/es5/lib/parsers/parse-parquet-to-rows.js +105 -109
  19. package/dist/es5/lib/parsers/parse-parquet-to-rows.js.map +1 -1
  20. package/dist/es5/lib/wasm/encode-parquet-wasm.js +14 -16
  21. package/dist/es5/lib/wasm/encode-parquet-wasm.js.map +1 -1
  22. package/dist/es5/lib/wasm/load-wasm/index.js.map +1 -1
  23. package/dist/es5/lib/wasm/load-wasm/load-wasm-browser.js +16 -18
  24. package/dist/es5/lib/wasm/load-wasm/load-wasm-browser.js.map +1 -1
  25. package/dist/es5/lib/wasm/load-wasm/load-wasm-node.js +6 -8
  26. package/dist/es5/lib/wasm/load-wasm/load-wasm-node.js.map +1 -1
  27. package/dist/es5/lib/wasm/parse-parquet-wasm.js +16 -18
  28. package/dist/es5/lib/wasm/parse-parquet-wasm.js.map +1 -1
  29. package/dist/es5/parquet-loader.js +1 -2
  30. package/dist/es5/parquet-loader.js.map +1 -1
  31. package/dist/es5/parquet-wasm-loader.js +1 -2
  32. package/dist/es5/parquet-wasm-loader.js.map +1 -1
  33. package/dist/es5/parquet-wasm-writer.js +1 -1
  34. package/dist/es5/parquet-wasm-writer.js.map +1 -1
  35. package/dist/es5/parquet-writer.js +1 -1
  36. package/dist/es5/parquet-writer.js.map +1 -1
  37. package/dist/es5/parquetjs/codecs/dictionary.js.map +1 -1
  38. package/dist/es5/parquetjs/codecs/index.js +0 -1
  39. package/dist/es5/parquetjs/codecs/index.js.map +1 -1
  40. package/dist/es5/parquetjs/codecs/plain.js +0 -3
  41. package/dist/es5/parquetjs/codecs/plain.js.map +1 -1
  42. package/dist/es5/parquetjs/codecs/rle.js +0 -4
  43. package/dist/es5/parquetjs/codecs/rle.js.map +1 -1
  44. package/dist/es5/parquetjs/compression.js +49 -64
  45. package/dist/es5/parquetjs/compression.js.map +1 -1
  46. package/dist/es5/parquetjs/encoder/parquet-encoder.js +301 -345
  47. package/dist/es5/parquetjs/encoder/parquet-encoder.js.map +1 -1
  48. package/dist/es5/parquetjs/parquet-thrift/BoundaryOrder.js +4 -4
  49. package/dist/es5/parquetjs/parquet-thrift/BoundaryOrder.js.map +1 -1
  50. package/dist/es5/parquetjs/parquet-thrift/BsonType.js.map +1 -1
  51. package/dist/es5/parquetjs/parquet-thrift/ColumnChunk.js.map +1 -1
  52. package/dist/es5/parquetjs/parquet-thrift/ColumnIndex.js.map +1 -1
  53. package/dist/es5/parquetjs/parquet-thrift/ColumnMetaData.js.map +1 -1
  54. package/dist/es5/parquetjs/parquet-thrift/ColumnOrder.js.map +1 -1
  55. package/dist/es5/parquetjs/parquet-thrift/CompressionCodec.js +4 -4
  56. package/dist/es5/parquetjs/parquet-thrift/CompressionCodec.js.map +1 -1
  57. package/dist/es5/parquetjs/parquet-thrift/ConvertedType.js +4 -4
  58. package/dist/es5/parquetjs/parquet-thrift/ConvertedType.js.map +1 -1
  59. package/dist/es5/parquetjs/parquet-thrift/DataPageHeader.js.map +1 -1
  60. package/dist/es5/parquetjs/parquet-thrift/DataPageHeaderV2.js.map +1 -1
  61. package/dist/es5/parquetjs/parquet-thrift/DateType.js.map +1 -1
  62. package/dist/es5/parquetjs/parquet-thrift/DecimalType.js.map +1 -1
  63. package/dist/es5/parquetjs/parquet-thrift/DictionaryPageHeader.js.map +1 -1
  64. package/dist/es5/parquetjs/parquet-thrift/Encoding.js +4 -4
  65. package/dist/es5/parquetjs/parquet-thrift/Encoding.js.map +1 -1
  66. package/dist/es5/parquetjs/parquet-thrift/EnumType.js.map +1 -1
  67. package/dist/es5/parquetjs/parquet-thrift/FieldRepetitionType.js +4 -4
  68. package/dist/es5/parquetjs/parquet-thrift/FieldRepetitionType.js.map +1 -1
  69. package/dist/es5/parquetjs/parquet-thrift/FileMetaData.js.map +1 -1
  70. package/dist/es5/parquetjs/parquet-thrift/IndexPageHeader.js.map +1 -1
  71. package/dist/es5/parquetjs/parquet-thrift/IntType.js.map +1 -1
  72. package/dist/es5/parquetjs/parquet-thrift/JsonType.js.map +1 -1
  73. package/dist/es5/parquetjs/parquet-thrift/KeyValue.js.map +1 -1
  74. package/dist/es5/parquetjs/parquet-thrift/ListType.js.map +1 -1
  75. package/dist/es5/parquetjs/parquet-thrift/LogicalType.js.map +1 -1
  76. package/dist/es5/parquetjs/parquet-thrift/MapType.js.map +1 -1
  77. package/dist/es5/parquetjs/parquet-thrift/MicroSeconds.js.map +1 -1
  78. package/dist/es5/parquetjs/parquet-thrift/MilliSeconds.js.map +1 -1
  79. package/dist/es5/parquetjs/parquet-thrift/NullType.js.map +1 -1
  80. package/dist/es5/parquetjs/parquet-thrift/OffsetIndex.js.map +1 -1
  81. package/dist/es5/parquetjs/parquet-thrift/PageEncodingStats.js.map +1 -1
  82. package/dist/es5/parquetjs/parquet-thrift/PageHeader.js.map +1 -1
  83. package/dist/es5/parquetjs/parquet-thrift/PageLocation.js.map +1 -1
  84. package/dist/es5/parquetjs/parquet-thrift/PageType.js +4 -4
  85. package/dist/es5/parquetjs/parquet-thrift/PageType.js.map +1 -1
  86. package/dist/es5/parquetjs/parquet-thrift/RowGroup.js.map +1 -1
  87. package/dist/es5/parquetjs/parquet-thrift/SchemaElement.js.map +1 -1
  88. package/dist/es5/parquetjs/parquet-thrift/SortingColumn.js.map +1 -1
  89. package/dist/es5/parquetjs/parquet-thrift/Statistics.js.map +1 -1
  90. package/dist/es5/parquetjs/parquet-thrift/StringType.js.map +1 -1
  91. package/dist/es5/parquetjs/parquet-thrift/TimeType.js.map +1 -1
  92. package/dist/es5/parquetjs/parquet-thrift/TimeUnit.js.map +1 -1
  93. package/dist/es5/parquetjs/parquet-thrift/TimestampType.js.map +1 -1
  94. package/dist/es5/parquetjs/parquet-thrift/Type.js +4 -4
  95. package/dist/es5/parquetjs/parquet-thrift/Type.js.map +1 -1
  96. package/dist/es5/parquetjs/parquet-thrift/TypeDefinedOrder.js.map +1 -1
  97. package/dist/es5/parquetjs/parquet-thrift/UUIDType.js.map +1 -1
  98. package/dist/es5/parquetjs/parquet-thrift/index.js.map +1 -1
  99. package/dist/es5/parquetjs/parser/decoders.js +244 -261
  100. package/dist/es5/parquetjs/parser/decoders.js.map +1 -1
  101. package/dist/es5/parquetjs/parser/parquet-reader.js +396 -428
  102. package/dist/es5/parquetjs/parser/parquet-reader.js.map +1 -1
  103. package/dist/es5/parquetjs/schema/declare.js +1 -3
  104. package/dist/es5/parquetjs/schema/declare.js.map +1 -1
  105. package/dist/es5/parquetjs/schema/schema.js +2 -12
  106. package/dist/es5/parquetjs/schema/schema.js.map +1 -1
  107. package/dist/es5/parquetjs/schema/shred.js +2 -14
  108. package/dist/es5/parquetjs/schema/shred.js.map +1 -1
  109. package/dist/es5/parquetjs/schema/types.js +6 -11
  110. package/dist/es5/parquetjs/schema/types.js.map +1 -1
  111. package/dist/es5/parquetjs/utils/file-utils.js +0 -1
  112. package/dist/es5/parquetjs/utils/file-utils.js.map +1 -1
  113. package/dist/es5/parquetjs/utils/read-utils.js +0 -7
  114. package/dist/es5/parquetjs/utils/read-utils.js.map +1 -1
  115. package/dist/es5/workers/parquet-worker.js.map +1 -1
  116. package/dist/esm/bundle.js +0 -1
  117. package/dist/esm/bundle.js.map +1 -1
  118. package/dist/esm/constants.js +0 -3
  119. package/dist/esm/constants.js.map +1 -1
  120. package/dist/esm/index.js +0 -8
  121. package/dist/esm/index.js.map +1 -1
  122. package/dist/esm/lib/arrow/convert-row-group-to-columns.js +0 -2
  123. package/dist/esm/lib/arrow/convert-row-group-to-columns.js.map +1 -1
  124. package/dist/esm/lib/arrow/convert-schema-from-parquet.js +0 -2
  125. package/dist/esm/lib/arrow/convert-schema-from-parquet.js.map +1 -1
  126. package/dist/esm/lib/arrow/convert-schema-to-parquet.js +0 -3
  127. package/dist/esm/lib/arrow/convert-schema-to-parquet.js.map +1 -1
  128. package/dist/esm/lib/geo/decode-geo-metadata.js +0 -6
  129. package/dist/esm/lib/geo/decode-geo-metadata.js.map +1 -1
  130. package/dist/esm/lib/geo/geoparquet-schema.js +0 -2
  131. package/dist/esm/lib/geo/geoparquet-schema.js.map +1 -1
  132. package/dist/esm/lib/parsers/parse-parquet-to-columns.js +0 -2
  133. package/dist/esm/lib/parsers/parse-parquet-to-columns.js.map +1 -1
  134. package/dist/esm/lib/parsers/parse-parquet-to-rows.js +0 -1
  135. package/dist/esm/lib/parsers/parse-parquet-to-rows.js.map +1 -1
  136. package/dist/esm/lib/wasm/encode-parquet-wasm.js +0 -1
  137. package/dist/esm/lib/wasm/encode-parquet-wasm.js.map +1 -1
  138. package/dist/esm/lib/wasm/load-wasm/load-wasm-browser.js +0 -1
  139. package/dist/esm/lib/wasm/load-wasm/load-wasm-browser.js.map +1 -1
  140. package/dist/esm/lib/wasm/load-wasm/load-wasm-node.js.map +1 -1
  141. package/dist/esm/lib/wasm/parse-parquet-wasm.js +0 -3
  142. package/dist/esm/lib/wasm/parse-parquet-wasm.js.map +1 -1
  143. package/dist/esm/parquet-loader.js +1 -3
  144. package/dist/esm/parquet-loader.js.map +1 -1
  145. package/dist/esm/parquet-wasm-loader.js +1 -3
  146. package/dist/esm/parquet-wasm-loader.js.map +1 -1
  147. package/dist/esm/parquet-wasm-writer.js +1 -2
  148. package/dist/esm/parquet-wasm-writer.js.map +1 -1
  149. package/dist/esm/parquet-writer.js +1 -2
  150. package/dist/esm/parquet-writer.js.map +1 -1
  151. package/dist/esm/parquetjs/codecs/dictionary.js.map +1 -1
  152. package/dist/esm/parquetjs/codecs/index.js +0 -2
  153. package/dist/esm/parquetjs/codecs/index.js.map +1 -1
  154. package/dist/esm/parquetjs/codecs/plain.js +0 -4
  155. package/dist/esm/parquetjs/codecs/plain.js.map +1 -1
  156. package/dist/esm/parquetjs/codecs/rle.js +0 -6
  157. package/dist/esm/parquetjs/codecs/rle.js.map +1 -1
  158. package/dist/esm/parquetjs/compression.js +2 -16
  159. package/dist/esm/parquetjs/compression.js.map +1 -1
  160. package/dist/esm/parquetjs/encoder/parquet-encoder.js +0 -38
  161. package/dist/esm/parquetjs/encoder/parquet-encoder.js.map +1 -1
  162. package/dist/esm/parquetjs/parquet-thrift/BoundaryOrder.js +3 -4
  163. package/dist/esm/parquetjs/parquet-thrift/BoundaryOrder.js.map +1 -1
  164. package/dist/esm/parquetjs/parquet-thrift/BsonType.js +0 -1
  165. package/dist/esm/parquetjs/parquet-thrift/BsonType.js.map +1 -1
  166. package/dist/esm/parquetjs/parquet-thrift/ColumnChunk.js.map +1 -1
  167. package/dist/esm/parquetjs/parquet-thrift/ColumnIndex.js.map +1 -1
  168. package/dist/esm/parquetjs/parquet-thrift/ColumnMetaData.js.map +1 -1
  169. package/dist/esm/parquetjs/parquet-thrift/ColumnOrder.js.map +1 -1
  170. package/dist/esm/parquetjs/parquet-thrift/CompressionCodec.js +3 -4
  171. package/dist/esm/parquetjs/parquet-thrift/CompressionCodec.js.map +1 -1
  172. package/dist/esm/parquetjs/parquet-thrift/ConvertedType.js +3 -4
  173. package/dist/esm/parquetjs/parquet-thrift/ConvertedType.js.map +1 -1
  174. package/dist/esm/parquetjs/parquet-thrift/DataPageHeader.js.map +1 -1
  175. package/dist/esm/parquetjs/parquet-thrift/DataPageHeaderV2.js.map +1 -1
  176. package/dist/esm/parquetjs/parquet-thrift/DateType.js +0 -1
  177. package/dist/esm/parquetjs/parquet-thrift/DateType.js.map +1 -1
  178. package/dist/esm/parquetjs/parquet-thrift/DecimalType.js.map +1 -1
  179. package/dist/esm/parquetjs/parquet-thrift/DictionaryPageHeader.js.map +1 -1
  180. package/dist/esm/parquetjs/parquet-thrift/Encoding.js +3 -4
  181. package/dist/esm/parquetjs/parquet-thrift/Encoding.js.map +1 -1
  182. package/dist/esm/parquetjs/parquet-thrift/EnumType.js +0 -1
  183. package/dist/esm/parquetjs/parquet-thrift/EnumType.js.map +1 -1
  184. package/dist/esm/parquetjs/parquet-thrift/FieldRepetitionType.js +3 -4
  185. package/dist/esm/parquetjs/parquet-thrift/FieldRepetitionType.js.map +1 -1
  186. package/dist/esm/parquetjs/parquet-thrift/FileMetaData.js.map +1 -1
  187. package/dist/esm/parquetjs/parquet-thrift/IndexPageHeader.js +0 -1
  188. package/dist/esm/parquetjs/parquet-thrift/IndexPageHeader.js.map +1 -1
  189. package/dist/esm/parquetjs/parquet-thrift/IntType.js.map +1 -1
  190. package/dist/esm/parquetjs/parquet-thrift/JsonType.js +0 -1
  191. package/dist/esm/parquetjs/parquet-thrift/JsonType.js.map +1 -1
  192. package/dist/esm/parquetjs/parquet-thrift/KeyValue.js.map +1 -1
  193. package/dist/esm/parquetjs/parquet-thrift/ListType.js +0 -1
  194. package/dist/esm/parquetjs/parquet-thrift/ListType.js.map +1 -1
  195. package/dist/esm/parquetjs/parquet-thrift/LogicalType.js.map +1 -1
  196. package/dist/esm/parquetjs/parquet-thrift/MapType.js +0 -1
  197. package/dist/esm/parquetjs/parquet-thrift/MapType.js.map +1 -1
  198. package/dist/esm/parquetjs/parquet-thrift/MicroSeconds.js +0 -1
  199. package/dist/esm/parquetjs/parquet-thrift/MicroSeconds.js.map +1 -1
  200. package/dist/esm/parquetjs/parquet-thrift/MilliSeconds.js +0 -1
  201. package/dist/esm/parquetjs/parquet-thrift/MilliSeconds.js.map +1 -1
  202. package/dist/esm/parquetjs/parquet-thrift/NullType.js +0 -1
  203. package/dist/esm/parquetjs/parquet-thrift/NullType.js.map +1 -1
  204. package/dist/esm/parquetjs/parquet-thrift/OffsetIndex.js.map +1 -1
  205. package/dist/esm/parquetjs/parquet-thrift/PageEncodingStats.js.map +1 -1
  206. package/dist/esm/parquetjs/parquet-thrift/PageHeader.js.map +1 -1
  207. package/dist/esm/parquetjs/parquet-thrift/PageLocation.js.map +1 -1
  208. package/dist/esm/parquetjs/parquet-thrift/PageType.js +3 -4
  209. package/dist/esm/parquetjs/parquet-thrift/PageType.js.map +1 -1
  210. package/dist/esm/parquetjs/parquet-thrift/RowGroup.js.map +1 -1
  211. package/dist/esm/parquetjs/parquet-thrift/SchemaElement.js.map +1 -1
  212. package/dist/esm/parquetjs/parquet-thrift/SortingColumn.js.map +1 -1
  213. package/dist/esm/parquetjs/parquet-thrift/Statistics.js.map +1 -1
  214. package/dist/esm/parquetjs/parquet-thrift/StringType.js +0 -1
  215. package/dist/esm/parquetjs/parquet-thrift/StringType.js.map +1 -1
  216. package/dist/esm/parquetjs/parquet-thrift/TimeType.js.map +1 -1
  217. package/dist/esm/parquetjs/parquet-thrift/TimeUnit.js.map +1 -1
  218. package/dist/esm/parquetjs/parquet-thrift/TimestampType.js.map +1 -1
  219. package/dist/esm/parquetjs/parquet-thrift/Type.js +3 -4
  220. package/dist/esm/parquetjs/parquet-thrift/Type.js.map +1 -1
  221. package/dist/esm/parquetjs/parquet-thrift/TypeDefinedOrder.js +0 -1
  222. package/dist/esm/parquetjs/parquet-thrift/TypeDefinedOrder.js.map +1 -1
  223. package/dist/esm/parquetjs/parquet-thrift/UUIDType.js +0 -1
  224. package/dist/esm/parquetjs/parquet-thrift/UUIDType.js.map +1 -1
  225. package/dist/esm/parquetjs/parquet-thrift/index.js +0 -1
  226. package/dist/esm/parquetjs/parquet-thrift/index.js.map +1 -1
  227. package/dist/esm/parquetjs/parser/decoders.js +1 -18
  228. package/dist/esm/parquetjs/parser/decoders.js.map +1 -1
  229. package/dist/esm/parquetjs/parser/parquet-reader.js +0 -13
  230. package/dist/esm/parquetjs/parser/parquet-reader.js.map +1 -1
  231. package/dist/esm/parquetjs/schema/declare.js +0 -2
  232. package/dist/esm/parquetjs/schema/declare.js.map +1 -1
  233. package/dist/esm/parquetjs/schema/schema.js +0 -10
  234. package/dist/esm/parquetjs/schema/schema.js.map +1 -1
  235. package/dist/esm/parquetjs/schema/shred.js +1 -15
  236. package/dist/esm/parquetjs/schema/shred.js.map +1 -1
  237. package/dist/esm/parquetjs/schema/types.js +6 -10
  238. package/dist/esm/parquetjs/schema/types.js.map +1 -1
  239. package/dist/esm/parquetjs/utils/file-utils.js +0 -1
  240. package/dist/esm/parquetjs/utils/file-utils.js.map +1 -1
  241. package/dist/esm/parquetjs/utils/read-utils.js +0 -8
  242. package/dist/esm/parquetjs/utils/read-utils.js.map +1 -1
  243. package/dist/parquet-worker.js +25 -32
  244. package/dist/parquet-worker.js.map +3 -3
  245. package/dist/parquetjs/compression.d.ts +3 -0
  246. package/dist/parquetjs/compression.d.ts.map +1 -1
  247. package/dist/parquetjs/compression.js +9 -5
  248. package/dist/parquetjs/schema/types.js +4 -6
  249. package/package.json +6 -9
  250. package/src/parquetjs/compression.ts +10 -6
  251. package/src/parquetjs/schema/types.ts +4 -3
@@ -1,39 +1,39 @@
1
- (()=>{var _E=Object.create;var jc=Object.defineProperty;var vE=Object.getOwnPropertyDescriptor;var TE=Object.getOwnPropertyNames;var kE=Object.getPrototypeOf,BE=Object.prototype.hasOwnProperty;var P0=t=>jc(t,"__esModule",{value:!0});var k=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),IE=(t,e)=>{P0(t);for(var r in e)jc(t,r,{get:e[r],enumerable:!0})},xE=(t,e,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of TE(e))!BE.call(t,n)&&n!=="default"&&jc(t,n,{get:()=>e[n],enumerable:!(r=vE(e,n))||r.enumerable});return t},me=t=>xE(P0(jc(t!=null?_E(kE(t)):{},"default",t&&t.__esModule&&"default"in t?{get:()=>t.default,enumerable:!0}:{value:t,enumerable:!0})),t);var W0=k((u8,C0)=>{var Fi={},Qa=4294967295,LE=9007199254740991;function _c(t){return t=~t,t<0&&(t=(t&2147483647)+2147483648),t}function vc(t){console.assert(t>-1&&t<=LE,"number out of range"),console.assert(Math.floor(t)===t,"number must be an integer");var e=0,r=t&4294967295,n=r<0?(t&2147483647)+2147483648:r;return t>Qa&&(e=(t-n)/(Qa+1)),[e,n]}function V0(t){if(t>-1)return vc(t);var e=vc(-t),r=_c(e[0]),n=_c(e[1]);return n===Qa?(r+=1,n=0):n+=1,[r,n]}function Tc(t,e,r){return r&&(t&2147483648)!=0?(t=_c(t),e=_c(e),console.assert(t<2097152,"number too small"),-(t*(Qa+1)+e+1)):(console.assert(t<2097152,"number too large"),t*(Qa+1)+e)}Fi.readInt64BE=function(t,e){e=e||0;var r=t.readUInt32BE(e),n=t.readUInt32BE(e+4);return Tc(r,n,!0)};Fi.readInt64LE=function(t,e){e=e||0;var r=t.readUInt32LE(e),n=t.readUInt32LE(e+4);return Tc(n,r,!0)};Fi.readUInt64BE=function(t,e){e=e||0;var r=t.readUInt32BE(e),n=t.readUInt32BE(e+4);return Tc(r,n,!1)};Fi.readUInt64LE=function(t,e){e=e||0;var r=t.readUInt32LE(e),n=t.readUInt32LE(e+4);return Tc(n,r,!1)};Fi.writeInt64BE=function(t,e,r){r=r||0;var n=V0(t);e.writeUInt32BE(n[0],r),e.writeUInt32BE(n[1],r+4)};Fi.writeInt64LE=function(t,e,r){r=r||0;var n=V0(t);e.writeUInt32LE(n[1],r),e.writeUInt32LE(n[0],r+4)};Fi.writeUInt64BE=function(t,e,r){r=r||0;var n=vc(t);e.writeUInt32BE(n[0],r),e.writeUInt32BE(n[1],r+4)};Fi.writeUInt64LE=function(t,e,r){r=r||0;var n=vc(t);e.writeUInt32LE(n[1],r),e.writeUInt32LE(n[0],r+4)};C0.exports=Fi});var Q0=k((p8,Z0)=>{Z0.exports=J0;var G0=128,oA=127,fA=~oA,sA=Math.pow(2,31);function J0(t,e,r){e=e||[],r=r||0;for(var n=r;t>=sA;)e[r++]=t&255|G0,t/=128;for(;t&fA;)e[r++]=t&255|G0,t>>>=7;return e[r]=t|0,J0.bytes=r-n+1,e}});var eq=k((d8,$0)=>{$0.exports=gw;var aA=128,X0=127;function gw(t,e){var r=0,e=e||0,n=0,i=e,o,f=t.length;do{if(i>=f)throw gw.bytes=0,new RangeError("Could not decode varint");o=t[i++],r+=n<28?(o&X0)<<n:(o&X0)*Math.pow(2,n),n+=7}while(o>=aA);return gw.bytes=i-e,r}});var rq=k((m8,tq)=>{var lA=Math.pow(2,7),uA=Math.pow(2,14),cA=Math.pow(2,21),pA=Math.pow(2,28),dA=Math.pow(2,35),mA=Math.pow(2,42),wA=Math.pow(2,49),hA=Math.pow(2,56),bA=Math.pow(2,63);tq.exports=function(t){return t<lA?1:t<uA?2:t<cA?3:t<pA?4:t<dA?5:t<mA?6:t<wA?7:t<hA?8:t<bA?9:10}});var iq=k((w8,nq)=>{nq.exports={encode:Q0(),decode:eq(),encodingLength:rq()}});var Di=k(qr=>{"use strict";var jA=typeof Uint8Array!="undefined"&&typeof Uint16Array!="undefined"&&typeof Int32Array!="undefined";function qA(t,e){return Object.prototype.hasOwnProperty.call(t,e)}qr.assign=function(t){for(var e=Array.prototype.slice.call(arguments,1);e.length;){var r=e.shift();if(!!r){if(typeof r!="object")throw new TypeError(r+"must be non-object");for(var n in r)qA(r,n)&&(t[n]=r[n])}}return t};qr.shrinkBuf=function(t,e){return t.length===e?t:t.subarray?t.subarray(0,e):(t.length=e,t)};var _A={arraySet:function(t,e,r,n,i){if(e.subarray&&t.subarray){t.set(e.subarray(r,r+n),i);return}for(var o=0;o<n;o++)t[i+o]=e[r+o]},flattenChunks:function(t){var e,r,n,i,o,f;for(n=0,e=0,r=t.length;e<r;e++)n+=t[e].length;for(f=new Uint8Array(n),i=0,e=0,r=t.length;e<r;e++)o=t[e],f.set(o,i),i+=o.length;return f}},vA={arraySet:function(t,e,r,n,i){for(var o=0;o<n;o++)t[i+o]=e[r+o]},flattenChunks:function(t){return[].concat.apply([],t)}};qr.setTyped=function(t){t?(qr.Buf8=Uint8Array,qr.Buf16=Uint16Array,qr.Buf32=Int32Array,qr.assign(qr,_A)):(qr.Buf8=Array,qr.Buf16=Array,qr.Buf32=Array,qr.assign(qr,vA))};qr.setTyped(jA)});var Eq=k(hs=>{"use strict";var TA=Di(),kA=4,aq=0,lq=1,BA=2;function ms(t){for(var e=t.length;--e>=0;)t[e]=0}var IA=0,uq=1,xA=2,SA=3,EA=258,qw=29,el=256,tl=el+1+qw,ws=30,_w=19,cq=2*tl+1,gf=15,vw=16,AA=7,Tw=256,pq=16,dq=17,mq=18,kw=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],Ic=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],OA=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],wq=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],FA=512,Ni=new Array((tl+2)*2);ms(Ni);var rl=new Array(ws*2);ms(rl);var nl=new Array(FA);ms(nl);var il=new Array(EA-SA+1);ms(il);var Bw=new Array(qw);ms(Bw);var xc=new Array(ws);ms(xc);function Iw(t,e,r,n,i){this.static_tree=t,this.extra_bits=e,this.extra_base=r,this.elems=n,this.max_length=i,this.has_stree=t&&t.length}var hq,bq,gq;function xw(t,e){this.dyn_tree=t,this.max_code=0,this.stat_desc=e}function yq(t){return t<256?nl[t]:nl[256+(t>>>7)]}function ol(t,e){t.pending_buf[t.pending++]=e&255,t.pending_buf[t.pending++]=e>>>8&255}function Er(t,e,r){t.bi_valid>vw-r?(t.bi_buf|=e<<t.bi_valid&65535,ol(t,t.bi_buf),t.bi_buf=e>>vw-t.bi_valid,t.bi_valid+=r-vw):(t.bi_buf|=e<<t.bi_valid&65535,t.bi_valid+=r)}function Gn(t,e,r){Er(t,r[e*2],r[e*2+1])}function jq(t,e){var r=0;do r|=t&1,t>>>=1,r<<=1;while(--e>0);return r>>>1}function DA(t){t.bi_valid===16?(ol(t,t.bi_buf),t.bi_buf=0,t.bi_valid=0):t.bi_valid>=8&&(t.pending_buf[t.pending++]=t.bi_buf&255,t.bi_buf>>=8,t.bi_valid-=8)}function NA(t,e){var r=e.dyn_tree,n=e.max_code,i=e.stat_desc.static_tree,o=e.stat_desc.has_stree,f=e.stat_desc.extra_bits,s=e.stat_desc.extra_base,u=e.stat_desc.max_length,l,c,w,p,g,T,L=0;for(p=0;p<=gf;p++)t.bl_count[p]=0;for(r[t.heap[t.heap_max]*2+1]=0,l=t.heap_max+1;l<cq;l++)c=t.heap[l],p=r[r[c*2+1]*2+1]+1,p>u&&(p=u,L++),r[c*2+1]=p,!(c>n)&&(t.bl_count[p]++,g=0,c>=s&&(g=f[c-s]),T=r[c*2],t.opt_len+=T*(p+g),o&&(t.static_len+=T*(i[c*2+1]+g)));if(L!==0){do{for(p=u-1;t.bl_count[p]===0;)p--;t.bl_count[p]--,t.bl_count[p+1]+=2,t.bl_count[u]--,L-=2}while(L>0);for(p=u;p!==0;p--)for(c=t.bl_count[p];c!==0;)w=t.heap[--l],!(w>n)&&(r[w*2+1]!==p&&(t.opt_len+=(p-r[w*2+1])*r[w*2],r[w*2+1]=p),c--)}}function qq(t,e,r){var n=new Array(gf+1),i=0,o,f;for(o=1;o<=gf;o++)n[o]=i=i+r[o-1]<<1;for(f=0;f<=e;f++){var s=t[f*2+1];s!==0&&(t[f*2]=jq(n[s]++,s))}}function PA(){var t,e,r,n,i,o=new Array(gf+1);for(r=0,n=0;n<qw-1;n++)for(Bw[n]=r,t=0;t<1<<kw[n];t++)il[r++]=n;for(il[r-1]=n,i=0,n=0;n<16;n++)for(xc[n]=i,t=0;t<1<<Ic[n];t++)nl[i++]=n;for(i>>=7;n<ws;n++)for(xc[n]=i<<7,t=0;t<1<<Ic[n]-7;t++)nl[256+i++]=n;for(e=0;e<=gf;e++)o[e]=0;for(t=0;t<=143;)Ni[t*2+1]=8,t++,o[8]++;for(;t<=255;)Ni[t*2+1]=9,t++,o[9]++;for(;t<=279;)Ni[t*2+1]=7,t++,o[7]++;for(;t<=287;)Ni[t*2+1]=8,t++,o[8]++;for(qq(Ni,tl+1,o),t=0;t<ws;t++)rl[t*2+1]=5,rl[t*2]=jq(t,5);hq=new Iw(Ni,kw,el+1,tl,gf),bq=new Iw(rl,Ic,0,ws,gf),gq=new Iw(new Array(0),OA,0,_w,AA)}function _q(t){var e;for(e=0;e<tl;e++)t.dyn_ltree[e*2]=0;for(e=0;e<ws;e++)t.dyn_dtree[e*2]=0;for(e=0;e<_w;e++)t.bl_tree[e*2]=0;t.dyn_ltree[Tw*2]=1,t.opt_len=t.static_len=0,t.last_lit=t.matches=0}function vq(t){t.bi_valid>8?ol(t,t.bi_buf):t.bi_valid>0&&(t.pending_buf[t.pending++]=t.bi_buf),t.bi_buf=0,t.bi_valid=0}function RA(t,e,r,n){vq(t),n&&(ol(t,r),ol(t,~r)),TA.arraySet(t.pending_buf,t.window,e,r,t.pending),t.pending+=r}function Tq(t,e,r,n){var i=e*2,o=r*2;return t[i]<t[o]||t[i]===t[o]&&n[e]<=n[r]}function Sw(t,e,r){for(var n=t.heap[r],i=r<<1;i<=t.heap_len&&(i<t.heap_len&&Tq(e,t.heap[i+1],t.heap[i],t.depth)&&i++,!Tq(e,n,t.heap[i],t.depth));)t.heap[r]=t.heap[i],r=i,i<<=1;t.heap[r]=n}function kq(t,e,r){var n,i,o=0,f,s;if(t.last_lit!==0)do n=t.pending_buf[t.d_buf+o*2]<<8|t.pending_buf[t.d_buf+o*2+1],i=t.pending_buf[t.l_buf+o],o++,n===0?Gn(t,i,e):(f=il[i],Gn(t,f+el+1,e),s=kw[f],s!==0&&(i-=Bw[f],Er(t,i,s)),n--,f=yq(n),Gn(t,f,r),s=Ic[f],s!==0&&(n-=xc[f],Er(t,n,s)));while(o<t.last_lit);Gn(t,Tw,e)}function Ew(t,e){var r=e.dyn_tree,n=e.stat_desc.static_tree,i=e.stat_desc.has_stree,o=e.stat_desc.elems,f,s,u=-1,l;for(t.heap_len=0,t.heap_max=cq,f=0;f<o;f++)r[f*2]!==0?(t.heap[++t.heap_len]=u=f,t.depth[f]=0):r[f*2+1]=0;for(;t.heap_len<2;)l=t.heap[++t.heap_len]=u<2?++u:0,r[l*2]=1,t.depth[l]=0,t.opt_len--,i&&(t.static_len-=n[l*2+1]);for(e.max_code=u,f=t.heap_len>>1;f>=1;f--)Sw(t,r,f);l=o;do f=t.heap[1],t.heap[1]=t.heap[t.heap_len--],Sw(t,r,1),s=t.heap[1],t.heap[--t.heap_max]=f,t.heap[--t.heap_max]=s,r[l*2]=r[f*2]+r[s*2],t.depth[l]=(t.depth[f]>=t.depth[s]?t.depth[f]:t.depth[s])+1,r[f*2+1]=r[s*2+1]=l,t.heap[1]=l++,Sw(t,r,1);while(t.heap_len>=2);t.heap[--t.heap_max]=t.heap[1],NA(t,e),qq(r,u,t.bl_count)}function Bq(t,e,r){var n,i=-1,o,f=e[0*2+1],s=0,u=7,l=4;for(f===0&&(u=138,l=3),e[(r+1)*2+1]=65535,n=0;n<=r;n++)o=f,f=e[(n+1)*2+1],!(++s<u&&o===f)&&(s<l?t.bl_tree[o*2]+=s:o!==0?(o!==i&&t.bl_tree[o*2]++,t.bl_tree[pq*2]++):s<=10?t.bl_tree[dq*2]++:t.bl_tree[mq*2]++,s=0,i=o,f===0?(u=138,l=3):o===f?(u=6,l=3):(u=7,l=4))}function Iq(t,e,r){var n,i=-1,o,f=e[0*2+1],s=0,u=7,l=4;for(f===0&&(u=138,l=3),n=0;n<=r;n++)if(o=f,f=e[(n+1)*2+1],!(++s<u&&o===f)){if(s<l)do Gn(t,o,t.bl_tree);while(--s!=0);else o!==0?(o!==i&&(Gn(t,o,t.bl_tree),s--),Gn(t,pq,t.bl_tree),Er(t,s-3,2)):s<=10?(Gn(t,dq,t.bl_tree),Er(t,s-3,3)):(Gn(t,mq,t.bl_tree),Er(t,s-11,7));s=0,i=o,f===0?(u=138,l=3):o===f?(u=6,l=3):(u=7,l=4)}}function HA(t){var e;for(Bq(t,t.dyn_ltree,t.l_desc.max_code),Bq(t,t.dyn_dtree,t.d_desc.max_code),Ew(t,t.bl_desc),e=_w-1;e>=3&&t.bl_tree[wq[e]*2+1]===0;e--);return t.opt_len+=3*(e+1)+5+5+4,e}function MA(t,e,r,n){var i;for(Er(t,e-257,5),Er(t,r-1,5),Er(t,n-4,4),i=0;i<n;i++)Er(t,t.bl_tree[wq[i]*2+1],3);Iq(t,t.dyn_ltree,e-1),Iq(t,t.dyn_dtree,r-1)}function UA(t){var e=4093624447,r;for(r=0;r<=31;r++,e>>>=1)if(e&1&&t.dyn_ltree[r*2]!==0)return aq;if(t.dyn_ltree[9*2]!==0||t.dyn_ltree[10*2]!==0||t.dyn_ltree[13*2]!==0)return lq;for(r=32;r<el;r++)if(t.dyn_ltree[r*2]!==0)return lq;return aq}var xq=!1;function zA(t){xq||(PA(),xq=!0),t.l_desc=new xw(t.dyn_ltree,hq),t.d_desc=new xw(t.dyn_dtree,bq),t.bl_desc=new xw(t.bl_tree,gq),t.bi_buf=0,t.bi_valid=0,_q(t)}function Sq(t,e,r,n){Er(t,(IA<<1)+(n?1:0),3),RA(t,e,r,!0)}function LA(t){Er(t,uq<<1,3),Gn(t,Tw,Ni),DA(t)}function VA(t,e,r,n){var i,o,f=0;t.level>0?(t.strm.data_type===BA&&(t.strm.data_type=UA(t)),Ew(t,t.l_desc),Ew(t,t.d_desc),f=HA(t),i=t.opt_len+3+7>>>3,o=t.static_len+3+7>>>3,o<=i&&(i=o)):i=o=r+5,r+4<=i&&e!==-1?Sq(t,e,r,n):t.strategy===kA||o===i?(Er(t,(uq<<1)+(n?1:0),3),kq(t,Ni,rl)):(Er(t,(xA<<1)+(n?1:0),3),MA(t,t.l_desc.max_code+1,t.d_desc.max_code+1,f+1),kq(t,t.dyn_ltree,t.dyn_dtree)),_q(t),n&&vq(t)}function CA(t,e,r){return t.pending_buf[t.d_buf+t.last_lit*2]=e>>>8&255,t.pending_buf[t.d_buf+t.last_lit*2+1]=e&255,t.pending_buf[t.l_buf+t.last_lit]=r&255,t.last_lit++,e===0?t.dyn_ltree[r*2]++:(t.matches++,e--,t.dyn_ltree[(il[r]+el+1)*2]++,t.dyn_dtree[yq(e)*2]++),t.last_lit===t.lit_bufsize-1}hs._tr_init=zA;hs._tr_stored_block=Sq;hs._tr_flush_block=VA;hs._tr_tally=CA;hs._tr_align=LA});var Aw=k((E8,Aq)=>{"use strict";function WA(t,e,r,n){for(var i=t&65535|0,o=t>>>16&65535|0,f=0;r!==0;){f=r>2e3?2e3:r,r-=f;do i=i+e[n++]|0,o=o+i|0;while(--f);i%=65521,o%=65521}return i|o<<16|0}Aq.exports=WA});var Ow=k((A8,Oq)=>{"use strict";function KA(){for(var t,e=[],r=0;r<256;r++){t=r;for(var n=0;n<8;n++)t=t&1?3988292384^t>>>1:t>>>1;e[r]=t}return e}var YA=KA();function GA(t,e,r,n){var i=YA,o=n+r;t^=-1;for(var f=n;f<o;f++)t=t>>>8^i[(t^e[f])&255];return t^-1}Oq.exports=GA});var Sc=k((O8,Fq)=>{"use strict";Fq.exports={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"}});var Lq=k(Qn=>{"use strict";var _r=Di(),$r=Eq(),Dq=Aw(),bo=Ow(),JA=Sc(),yf=0,ZA=1,QA=3,go=4,Nq=5,Jn=0,Pq=1,en=-2,XA=-3,Fw=-5,$A=-1,eO=1,Ec=2,tO=3,rO=4,nO=0,iO=2,Ac=8,oO=9,fO=15,sO=8,aO=29,lO=256,Dw=lO+1+aO,uO=30,cO=19,pO=2*Dw+1,dO=15,Ve=3,yo=258,Fn=yo+Ve+1,mO=32,Oc=42,Nw=69,Fc=73,Dc=91,Nc=103,jf=113,fl=666,Zt=1,sl=2,qf=3,bs=4,wO=3;function jo(t,e){return t.msg=JA[e],e}function Rq(t){return(t<<1)-(t>4?9:0)}function qo(t){for(var e=t.length;--e>=0;)t[e]=0}function _o(t){var e=t.state,r=e.pending;r>t.avail_out&&(r=t.avail_out),r!==0&&(_r.arraySet(t.output,e.pending_buf,e.pending_out,r,t.next_out),t.next_out+=r,e.pending_out+=r,t.total_out+=r,t.avail_out-=r,e.pending-=r,e.pending===0&&(e.pending_out=0))}function fr(t,e){$r._tr_flush_block(t,t.block_start>=0?t.block_start:-1,t.strstart-t.block_start,e),t.block_start=t.strstart,_o(t.strm)}function $e(t,e){t.pending_buf[t.pending++]=e}function al(t,e){t.pending_buf[t.pending++]=e>>>8&255,t.pending_buf[t.pending++]=e&255}function hO(t,e,r,n){var i=t.avail_in;return i>n&&(i=n),i===0?0:(t.avail_in-=i,_r.arraySet(e,t.input,t.next_in,i,r),t.state.wrap===1?t.adler=Dq(t.adler,e,i,r):t.state.wrap===2&&(t.adler=bo(t.adler,e,i,r)),t.next_in+=i,t.total_in+=i,i)}function Hq(t,e){var r=t.max_chain_length,n=t.strstart,i,o,f=t.prev_length,s=t.nice_match,u=t.strstart>t.w_size-Fn?t.strstart-(t.w_size-Fn):0,l=t.window,c=t.w_mask,w=t.prev,p=t.strstart+yo,g=l[n+f-1],T=l[n+f];t.prev_length>=t.good_match&&(r>>=2),s>t.lookahead&&(s=t.lookahead);do if(i=e,!(l[i+f]!==T||l[i+f-1]!==g||l[i]!==l[n]||l[++i]!==l[n+1])){n+=2,i++;do;while(l[++n]===l[++i]&&l[++n]===l[++i]&&l[++n]===l[++i]&&l[++n]===l[++i]&&l[++n]===l[++i]&&l[++n]===l[++i]&&l[++n]===l[++i]&&l[++n]===l[++i]&&n<p);if(o=yo-(p-n),n=p-yo,o>f){if(t.match_start=e,f=o,o>=s)break;g=l[n+f-1],T=l[n+f]}}while((e=w[e&c])>u&&--r!=0);return f<=t.lookahead?f:t.lookahead}function _f(t){var e=t.w_size,r,n,i,o,f;do{if(o=t.window_size-t.lookahead-t.strstart,t.strstart>=e+(e-Fn)){_r.arraySet(t.window,t.window,e,e,0),t.match_start-=e,t.strstart-=e,t.block_start-=e,n=t.hash_size,r=n;do i=t.head[--r],t.head[r]=i>=e?i-e:0;while(--n);n=e,r=n;do i=t.prev[--r],t.prev[r]=i>=e?i-e:0;while(--n);o+=e}if(t.strm.avail_in===0)break;if(n=hO(t.strm,t.window,t.strstart+t.lookahead,o),t.lookahead+=n,t.lookahead+t.insert>=Ve)for(f=t.strstart-t.insert,t.ins_h=t.window[f],t.ins_h=(t.ins_h<<t.hash_shift^t.window[f+1])&t.hash_mask;t.insert&&(t.ins_h=(t.ins_h<<t.hash_shift^t.window[f+Ve-1])&t.hash_mask,t.prev[f&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=f,f++,t.insert--,!(t.lookahead+t.insert<Ve)););}while(t.lookahead<Fn&&t.strm.avail_in!==0)}function bO(t,e){var r=65535;for(r>t.pending_buf_size-5&&(r=t.pending_buf_size-5);;){if(t.lookahead<=1){if(_f(t),t.lookahead===0&&e===yf)return Zt;if(t.lookahead===0)break}t.strstart+=t.lookahead,t.lookahead=0;var n=t.block_start+r;if((t.strstart===0||t.strstart>=n)&&(t.lookahead=t.strstart-n,t.strstart=n,fr(t,!1),t.strm.avail_out===0)||t.strstart-t.block_start>=t.w_size-Fn&&(fr(t,!1),t.strm.avail_out===0))return Zt}return t.insert=0,e===go?(fr(t,!0),t.strm.avail_out===0?qf:bs):(t.strstart>t.block_start&&(fr(t,!1),t.strm.avail_out===0),Zt)}function Pw(t,e){for(var r,n;;){if(t.lookahead<Fn){if(_f(t),t.lookahead<Fn&&e===yf)return Zt;if(t.lookahead===0)break}if(r=0,t.lookahead>=Ve&&(t.ins_h=(t.ins_h<<t.hash_shift^t.window[t.strstart+Ve-1])&t.hash_mask,r=t.prev[t.strstart&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=t.strstart),r!==0&&t.strstart-r<=t.w_size-Fn&&(t.match_length=Hq(t,r)),t.match_length>=Ve)if(n=$r._tr_tally(t,t.strstart-t.match_start,t.match_length-Ve),t.lookahead-=t.match_length,t.match_length<=t.max_lazy_match&&t.lookahead>=Ve){t.match_length--;do t.strstart++,t.ins_h=(t.ins_h<<t.hash_shift^t.window[t.strstart+Ve-1])&t.hash_mask,r=t.prev[t.strstart&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=t.strstart;while(--t.match_length!=0);t.strstart++}else t.strstart+=t.match_length,t.match_length=0,t.ins_h=t.window[t.strstart],t.ins_h=(t.ins_h<<t.hash_shift^t.window[t.strstart+1])&t.hash_mask;else n=$r._tr_tally(t,0,t.window[t.strstart]),t.lookahead--,t.strstart++;if(n&&(fr(t,!1),t.strm.avail_out===0))return Zt}return t.insert=t.strstart<Ve-1?t.strstart:Ve-1,e===go?(fr(t,!0),t.strm.avail_out===0?qf:bs):t.last_lit&&(fr(t,!1),t.strm.avail_out===0)?Zt:sl}function gs(t,e){for(var r,n,i;;){if(t.lookahead<Fn){if(_f(t),t.lookahead<Fn&&e===yf)return Zt;if(t.lookahead===0)break}if(r=0,t.lookahead>=Ve&&(t.ins_h=(t.ins_h<<t.hash_shift^t.window[t.strstart+Ve-1])&t.hash_mask,r=t.prev[t.strstart&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=t.strstart),t.prev_length=t.match_length,t.prev_match=t.match_start,t.match_length=Ve-1,r!==0&&t.prev_length<t.max_lazy_match&&t.strstart-r<=t.w_size-Fn&&(t.match_length=Hq(t,r),t.match_length<=5&&(t.strategy===eO||t.match_length===Ve&&t.strstart-t.match_start>4096)&&(t.match_length=Ve-1)),t.prev_length>=Ve&&t.match_length<=t.prev_length){i=t.strstart+t.lookahead-Ve,n=$r._tr_tally(t,t.strstart-1-t.prev_match,t.prev_length-Ve),t.lookahead-=t.prev_length-1,t.prev_length-=2;do++t.strstart<=i&&(t.ins_h=(t.ins_h<<t.hash_shift^t.window[t.strstart+Ve-1])&t.hash_mask,r=t.prev[t.strstart&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=t.strstart);while(--t.prev_length!=0);if(t.match_available=0,t.match_length=Ve-1,t.strstart++,n&&(fr(t,!1),t.strm.avail_out===0))return Zt}else if(t.match_available){if(n=$r._tr_tally(t,0,t.window[t.strstart-1]),n&&fr(t,!1),t.strstart++,t.lookahead--,t.strm.avail_out===0)return Zt}else t.match_available=1,t.strstart++,t.lookahead--}return t.match_available&&(n=$r._tr_tally(t,0,t.window[t.strstart-1]),t.match_available=0),t.insert=t.strstart<Ve-1?t.strstart:Ve-1,e===go?(fr(t,!0),t.strm.avail_out===0?qf:bs):t.last_lit&&(fr(t,!1),t.strm.avail_out===0)?Zt:sl}function gO(t,e){for(var r,n,i,o,f=t.window;;){if(t.lookahead<=yo){if(_f(t),t.lookahead<=yo&&e===yf)return Zt;if(t.lookahead===0)break}if(t.match_length=0,t.lookahead>=Ve&&t.strstart>0&&(i=t.strstart-1,n=f[i],n===f[++i]&&n===f[++i]&&n===f[++i])){o=t.strstart+yo;do;while(n===f[++i]&&n===f[++i]&&n===f[++i]&&n===f[++i]&&n===f[++i]&&n===f[++i]&&n===f[++i]&&n===f[++i]&&i<o);t.match_length=yo-(o-i),t.match_length>t.lookahead&&(t.match_length=t.lookahead)}if(t.match_length>=Ve?(r=$r._tr_tally(t,1,t.match_length-Ve),t.lookahead-=t.match_length,t.strstart+=t.match_length,t.match_length=0):(r=$r._tr_tally(t,0,t.window[t.strstart]),t.lookahead--,t.strstart++),r&&(fr(t,!1),t.strm.avail_out===0))return Zt}return t.insert=0,e===go?(fr(t,!0),t.strm.avail_out===0?qf:bs):t.last_lit&&(fr(t,!1),t.strm.avail_out===0)?Zt:sl}function yO(t,e){for(var r;;){if(t.lookahead===0&&(_f(t),t.lookahead===0)){if(e===yf)return Zt;break}if(t.match_length=0,r=$r._tr_tally(t,0,t.window[t.strstart]),t.lookahead--,t.strstart++,r&&(fr(t,!1),t.strm.avail_out===0))return Zt}return t.insert=0,e===go?(fr(t,!0),t.strm.avail_out===0?qf:bs):t.last_lit&&(fr(t,!1),t.strm.avail_out===0)?Zt:sl}function Zn(t,e,r,n,i){this.good_length=t,this.max_lazy=e,this.nice_length=r,this.max_chain=n,this.func=i}var ys;ys=[new Zn(0,0,0,0,bO),new Zn(4,4,8,4,Pw),new Zn(4,5,16,8,Pw),new Zn(4,6,32,32,Pw),new Zn(4,4,16,16,gs),new Zn(8,16,32,32,gs),new Zn(8,16,128,128,gs),new Zn(8,32,128,256,gs),new Zn(32,128,258,1024,gs),new Zn(32,258,258,4096,gs)];function jO(t){t.window_size=2*t.w_size,qo(t.head),t.max_lazy_match=ys[t.level].max_lazy,t.good_match=ys[t.level].good_length,t.nice_match=ys[t.level].nice_length,t.max_chain_length=ys[t.level].max_chain,t.strstart=0,t.block_start=0,t.lookahead=0,t.insert=0,t.match_length=t.prev_length=Ve-1,t.match_available=0,t.ins_h=0}function qO(){this.strm=null,this.status=0,this.pending_buf=null,this.pending_buf_size=0,this.pending_out=0,this.pending=0,this.wrap=0,this.gzhead=null,this.gzindex=0,this.method=Ac,this.last_flush=-1,this.w_size=0,this.w_bits=0,this.w_mask=0,this.window=null,this.window_size=0,this.prev=null,this.head=null,this.ins_h=0,this.hash_size=0,this.hash_bits=0,this.hash_mask=0,this.hash_shift=0,this.block_start=0,this.match_length=0,this.prev_match=0,this.match_available=0,this.strstart=0,this.match_start=0,this.lookahead=0,this.prev_length=0,this.max_chain_length=0,this.max_lazy_match=0,this.level=0,this.strategy=0,this.good_match=0,this.nice_match=0,this.dyn_ltree=new _r.Buf16(pO*2),this.dyn_dtree=new _r.Buf16((2*uO+1)*2),this.bl_tree=new _r.Buf16((2*cO+1)*2),qo(this.dyn_ltree),qo(this.dyn_dtree),qo(this.bl_tree),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this.bl_count=new _r.Buf16(dO+1),this.heap=new _r.Buf16(2*Dw+1),qo(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new _r.Buf16(2*Dw+1),qo(this.depth),this.l_buf=0,this.lit_bufsize=0,this.last_lit=0,this.d_buf=0,this.opt_len=0,this.static_len=0,this.matches=0,this.insert=0,this.bi_buf=0,this.bi_valid=0}function Mq(t){var e;return!t||!t.state?jo(t,en):(t.total_in=t.total_out=0,t.data_type=iO,e=t.state,e.pending=0,e.pending_out=0,e.wrap<0&&(e.wrap=-e.wrap),e.status=e.wrap?Oc:jf,t.adler=e.wrap===2?0:1,e.last_flush=yf,$r._tr_init(e),Jn)}function Uq(t){var e=Mq(t);return e===Jn&&jO(t.state),e}function _O(t,e){return!t||!t.state||t.state.wrap!==2?en:(t.state.gzhead=e,Jn)}function zq(t,e,r,n,i,o){if(!t)return en;var f=1;if(e===$A&&(e=6),n<0?(f=0,n=-n):n>15&&(f=2,n-=16),i<1||i>oO||r!==Ac||n<8||n>15||e<0||e>9||o<0||o>rO)return jo(t,en);n===8&&(n=9);var s=new qO;return t.state=s,s.strm=t,s.wrap=f,s.gzhead=null,s.w_bits=n,s.w_size=1<<s.w_bits,s.w_mask=s.w_size-1,s.hash_bits=i+7,s.hash_size=1<<s.hash_bits,s.hash_mask=s.hash_size-1,s.hash_shift=~~((s.hash_bits+Ve-1)/Ve),s.window=new _r.Buf8(s.w_size*2),s.head=new _r.Buf16(s.hash_size),s.prev=new _r.Buf16(s.w_size),s.lit_bufsize=1<<i+6,s.pending_buf_size=s.lit_bufsize*4,s.pending_buf=new _r.Buf8(s.pending_buf_size),s.d_buf=1*s.lit_bufsize,s.l_buf=(1+2)*s.lit_bufsize,s.level=e,s.strategy=o,s.method=r,Uq(t)}function vO(t,e){return zq(t,e,Ac,fO,sO,nO)}function TO(t,e){var r,n,i,o;if(!t||!t.state||e>Nq||e<0)return t?jo(t,en):en;if(n=t.state,!t.output||!t.input&&t.avail_in!==0||n.status===fl&&e!==go)return jo(t,t.avail_out===0?Fw:en);if(n.strm=t,r=n.last_flush,n.last_flush=e,n.status===Oc)if(n.wrap===2)t.adler=0,$e(n,31),$e(n,139),$e(n,8),n.gzhead?($e(n,(n.gzhead.text?1:0)+(n.gzhead.hcrc?2:0)+(n.gzhead.extra?4:0)+(n.gzhead.name?8:0)+(n.gzhead.comment?16:0)),$e(n,n.gzhead.time&255),$e(n,n.gzhead.time>>8&255),$e(n,n.gzhead.time>>16&255),$e(n,n.gzhead.time>>24&255),$e(n,n.level===9?2:n.strategy>=Ec||n.level<2?4:0),$e(n,n.gzhead.os&255),n.gzhead.extra&&n.gzhead.extra.length&&($e(n,n.gzhead.extra.length&255),$e(n,n.gzhead.extra.length>>8&255)),n.gzhead.hcrc&&(t.adler=bo(t.adler,n.pending_buf,n.pending,0)),n.gzindex=0,n.status=Nw):($e(n,0),$e(n,0),$e(n,0),$e(n,0),$e(n,0),$e(n,n.level===9?2:n.strategy>=Ec||n.level<2?4:0),$e(n,wO),n.status=jf);else{var f=Ac+(n.w_bits-8<<4)<<8,s=-1;n.strategy>=Ec||n.level<2?s=0:n.level<6?s=1:n.level===6?s=2:s=3,f|=s<<6,n.strstart!==0&&(f|=mO),f+=31-f%31,n.status=jf,al(n,f),n.strstart!==0&&(al(n,t.adler>>>16),al(n,t.adler&65535)),t.adler=1}if(n.status===Nw)if(n.gzhead.extra){for(i=n.pending;n.gzindex<(n.gzhead.extra.length&65535)&&!(n.pending===n.pending_buf_size&&(n.gzhead.hcrc&&n.pending>i&&(t.adler=bo(t.adler,n.pending_buf,n.pending-i,i)),_o(t),i=n.pending,n.pending===n.pending_buf_size));)$e(n,n.gzhead.extra[n.gzindex]&255),n.gzindex++;n.gzhead.hcrc&&n.pending>i&&(t.adler=bo(t.adler,n.pending_buf,n.pending-i,i)),n.gzindex===n.gzhead.extra.length&&(n.gzindex=0,n.status=Fc)}else n.status=Fc;if(n.status===Fc)if(n.gzhead.name){i=n.pending;do{if(n.pending===n.pending_buf_size&&(n.gzhead.hcrc&&n.pending>i&&(t.adler=bo(t.adler,n.pending_buf,n.pending-i,i)),_o(t),i=n.pending,n.pending===n.pending_buf_size)){o=1;break}n.gzindex<n.gzhead.name.length?o=n.gzhead.name.charCodeAt(n.gzindex++)&255:o=0,$e(n,o)}while(o!==0);n.gzhead.hcrc&&n.pending>i&&(t.adler=bo(t.adler,n.pending_buf,n.pending-i,i)),o===0&&(n.gzindex=0,n.status=Dc)}else n.status=Dc;if(n.status===Dc)if(n.gzhead.comment){i=n.pending;do{if(n.pending===n.pending_buf_size&&(n.gzhead.hcrc&&n.pending>i&&(t.adler=bo(t.adler,n.pending_buf,n.pending-i,i)),_o(t),i=n.pending,n.pending===n.pending_buf_size)){o=1;break}n.gzindex<n.gzhead.comment.length?o=n.gzhead.comment.charCodeAt(n.gzindex++)&255:o=0,$e(n,o)}while(o!==0);n.gzhead.hcrc&&n.pending>i&&(t.adler=bo(t.adler,n.pending_buf,n.pending-i,i)),o===0&&(n.status=Nc)}else n.status=Nc;if(n.status===Nc&&(n.gzhead.hcrc?(n.pending+2>n.pending_buf_size&&_o(t),n.pending+2<=n.pending_buf_size&&($e(n,t.adler&255),$e(n,t.adler>>8&255),t.adler=0,n.status=jf)):n.status=jf),n.pending!==0){if(_o(t),t.avail_out===0)return n.last_flush=-1,Jn}else if(t.avail_in===0&&Rq(e)<=Rq(r)&&e!==go)return jo(t,Fw);if(n.status===fl&&t.avail_in!==0)return jo(t,Fw);if(t.avail_in!==0||n.lookahead!==0||e!==yf&&n.status!==fl){var u=n.strategy===Ec?yO(n,e):n.strategy===tO?gO(n,e):ys[n.level].func(n,e);if((u===qf||u===bs)&&(n.status=fl),u===Zt||u===qf)return t.avail_out===0&&(n.last_flush=-1),Jn;if(u===sl&&(e===ZA?$r._tr_align(n):e!==Nq&&($r._tr_stored_block(n,0,0,!1),e===QA&&(qo(n.head),n.lookahead===0&&(n.strstart=0,n.block_start=0,n.insert=0))),_o(t),t.avail_out===0))return n.last_flush=-1,Jn}return e!==go?Jn:n.wrap<=0?Pq:(n.wrap===2?($e(n,t.adler&255),$e(n,t.adler>>8&255),$e(n,t.adler>>16&255),$e(n,t.adler>>24&255),$e(n,t.total_in&255),$e(n,t.total_in>>8&255),$e(n,t.total_in>>16&255),$e(n,t.total_in>>24&255)):(al(n,t.adler>>>16),al(n,t.adler&65535)),_o(t),n.wrap>0&&(n.wrap=-n.wrap),n.pending!==0?Jn:Pq)}function kO(t){var e;return!t||!t.state?en:(e=t.state.status,e!==Oc&&e!==Nw&&e!==Fc&&e!==Dc&&e!==Nc&&e!==jf&&e!==fl?jo(t,en):(t.state=null,e===jf?jo(t,XA):Jn))}function BO(t,e){var r=e.length,n,i,o,f,s,u,l,c;if(!t||!t.state||(n=t.state,f=n.wrap,f===2||f===1&&n.status!==Oc||n.lookahead))return en;for(f===1&&(t.adler=Dq(t.adler,e,r,0)),n.wrap=0,r>=n.w_size&&(f===0&&(qo(n.head),n.strstart=0,n.block_start=0,n.insert=0),c=new _r.Buf8(n.w_size),_r.arraySet(c,e,r-n.w_size,n.w_size,0),e=c,r=n.w_size),s=t.avail_in,u=t.next_in,l=t.input,t.avail_in=r,t.next_in=0,t.input=e,_f(n);n.lookahead>=Ve;){i=n.strstart,o=n.lookahead-(Ve-1);do n.ins_h=(n.ins_h<<n.hash_shift^n.window[i+Ve-1])&n.hash_mask,n.prev[i&n.w_mask]=n.head[n.ins_h],n.head[n.ins_h]=i,i++;while(--o);n.strstart=i,n.lookahead=Ve-1,_f(n)}return n.strstart+=n.lookahead,n.block_start=n.strstart,n.insert=n.lookahead,n.lookahead=0,n.match_length=n.prev_length=Ve-1,n.match_available=0,t.next_in=u,t.input=l,t.avail_in=s,n.wrap=f,Jn}Qn.deflateInit=vO;Qn.deflateInit2=zq;Qn.deflateReset=Uq;Qn.deflateResetKeep=Mq;Qn.deflateSetHeader=_O;Qn.deflate=TO;Qn.deflateEnd=kO;Qn.deflateSetDictionary=BO;Qn.deflateInfo="pako deflate (from Nodeca project)"});var Rw=k(js=>{"use strict";var Pc=Di(),Vq=!0,Cq=!0;try{String.fromCharCode.apply(null,[0])}catch{Vq=!1}try{String.fromCharCode.apply(null,new Uint8Array(1))}catch{Cq=!1}var ll=new Pc.Buf8(256);for(Pi=0;Pi<256;Pi++)ll[Pi]=Pi>=252?6:Pi>=248?5:Pi>=240?4:Pi>=224?3:Pi>=192?2:1;var Pi;ll[254]=ll[254]=1;js.string2buf=function(t){var e,r,n,i,o,f=t.length,s=0;for(i=0;i<f;i++)r=t.charCodeAt(i),(r&64512)==55296&&i+1<f&&(n=t.charCodeAt(i+1),(n&64512)==56320&&(r=65536+(r-55296<<10)+(n-56320),i++)),s+=r<128?1:r<2048?2:r<65536?3:4;for(e=new Pc.Buf8(s),o=0,i=0;o<s;i++)r=t.charCodeAt(i),(r&64512)==55296&&i+1<f&&(n=t.charCodeAt(i+1),(n&64512)==56320&&(r=65536+(r-55296<<10)+(n-56320),i++)),r<128?e[o++]=r:r<2048?(e[o++]=192|r>>>6,e[o++]=128|r&63):r<65536?(e[o++]=224|r>>>12,e[o++]=128|r>>>6&63,e[o++]=128|r&63):(e[o++]=240|r>>>18,e[o++]=128|r>>>12&63,e[o++]=128|r>>>6&63,e[o++]=128|r&63);return e};function Wq(t,e){if(e<65534&&(t.subarray&&Cq||!t.subarray&&Vq))return String.fromCharCode.apply(null,Pc.shrinkBuf(t,e));for(var r="",n=0;n<e;n++)r+=String.fromCharCode(t[n]);return r}js.buf2binstring=function(t){return Wq(t,t.length)};js.binstring2buf=function(t){for(var e=new Pc.Buf8(t.length),r=0,n=e.length;r<n;r++)e[r]=t.charCodeAt(r);return e};js.buf2string=function(t,e){var r,n,i,o,f=e||t.length,s=new Array(f*2);for(n=0,r=0;r<f;){if(i=t[r++],i<128){s[n++]=i;continue}if(o=ll[i],o>4){s[n++]=65533,r+=o-1;continue}for(i&=o===2?31:o===3?15:7;o>1&&r<f;)i=i<<6|t[r++]&63,o--;if(o>1){s[n++]=65533;continue}i<65536?s[n++]=i:(i-=65536,s[n++]=55296|i>>10&1023,s[n++]=56320|i&1023)}return Wq(s,n)};js.utf8border=function(t,e){var r;for(e=e||t.length,e>t.length&&(e=t.length),r=e-1;r>=0&&(t[r]&192)==128;)r--;return r<0||r===0?e:r+ll[t[r]]>e?r:e}});var Hw=k((N8,Kq)=>{"use strict";function IO(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg="",this.state=null,this.data_type=2,this.adler=0}Kq.exports=IO});var Zq=k(pl=>{"use strict";var ul=Lq(),cl=Di(),Mw=Rw(),Uw=Sc(),xO=Hw(),Yq=Object.prototype.toString,SO=0,zw=4,qs=0,Gq=1,Jq=2,EO=-1,AO=0,OO=8;function vf(t){if(!(this instanceof vf))return new vf(t);this.options=cl.assign({level:EO,method:OO,chunkSize:16384,windowBits:15,memLevel:8,strategy:AO,to:""},t||{});var e=this.options;e.raw&&e.windowBits>0?e.windowBits=-e.windowBits:e.gzip&&e.windowBits>0&&e.windowBits<16&&(e.windowBits+=16),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new xO,this.strm.avail_out=0;var r=ul.deflateInit2(this.strm,e.level,e.method,e.windowBits,e.memLevel,e.strategy);if(r!==qs)throw new Error(Uw[r]);if(e.header&&ul.deflateSetHeader(this.strm,e.header),e.dictionary){var n;if(typeof e.dictionary=="string"?n=Mw.string2buf(e.dictionary):Yq.call(e.dictionary)==="[object ArrayBuffer]"?n=new Uint8Array(e.dictionary):n=e.dictionary,r=ul.deflateSetDictionary(this.strm,n),r!==qs)throw new Error(Uw[r]);this._dict_set=!0}}vf.prototype.push=function(t,e){var r=this.strm,n=this.options.chunkSize,i,o;if(this.ended)return!1;o=e===~~e?e:e===!0?zw:SO,typeof t=="string"?r.input=Mw.string2buf(t):Yq.call(t)==="[object ArrayBuffer]"?r.input=new Uint8Array(t):r.input=t,r.next_in=0,r.avail_in=r.input.length;do{if(r.avail_out===0&&(r.output=new cl.Buf8(n),r.next_out=0,r.avail_out=n),i=ul.deflate(r,o),i!==Gq&&i!==qs)return this.onEnd(i),this.ended=!0,!1;(r.avail_out===0||r.avail_in===0&&(o===zw||o===Jq))&&(this.options.to==="string"?this.onData(Mw.buf2binstring(cl.shrinkBuf(r.output,r.next_out))):this.onData(cl.shrinkBuf(r.output,r.next_out)))}while((r.avail_in>0||r.avail_out===0)&&i!==Gq);return o===zw?(i=ul.deflateEnd(this.strm),this.onEnd(i),this.ended=!0,i===qs):(o===Jq&&(this.onEnd(qs),r.avail_out=0),!0)};vf.prototype.onData=function(t){this.chunks.push(t)};vf.prototype.onEnd=function(t){t===qs&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=cl.flattenChunks(this.chunks)),this.chunks=[],this.err=t,this.msg=this.strm.msg};function Lw(t,e){var r=new vf(e);if(r.push(t,!0),r.err)throw r.msg||Uw[r.err];return r.result}function FO(t,e){return e=e||{},e.raw=!0,Lw(t,e)}function DO(t,e){return e=e||{},e.gzip=!0,Lw(t,e)}pl.Deflate=vf;pl.deflate=Lw;pl.deflateRaw=FO;pl.gzip=DO});var Xq=k((R8,Qq)=>{"use strict";var Rc=30,NO=12;Qq.exports=function(e,r){var n,i,o,f,s,u,l,c,w,p,g,T,L,O,W,re,H,M,P,F,se,ne,ce,Ge,q;n=e.state,i=e.next_in,Ge=e.input,o=i+(e.avail_in-5),f=e.next_out,q=e.output,s=f-(r-e.avail_out),u=f+(e.avail_out-257),l=n.dmax,c=n.wsize,w=n.whave,p=n.wnext,g=n.window,T=n.hold,L=n.bits,O=n.lencode,W=n.distcode,re=(1<<n.lenbits)-1,H=(1<<n.distbits)-1;e:do{L<15&&(T+=Ge[i++]<<L,L+=8,T+=Ge[i++]<<L,L+=8),M=O[T&re];t:for(;;){if(P=M>>>24,T>>>=P,L-=P,P=M>>>16&255,P===0)q[f++]=M&65535;else if(P&16){F=M&65535,P&=15,P&&(L<P&&(T+=Ge[i++]<<L,L+=8),F+=T&(1<<P)-1,T>>>=P,L-=P),L<15&&(T+=Ge[i++]<<L,L+=8,T+=Ge[i++]<<L,L+=8),M=W[T&H];r:for(;;){if(P=M>>>24,T>>>=P,L-=P,P=M>>>16&255,P&16){if(se=M&65535,P&=15,L<P&&(T+=Ge[i++]<<L,L+=8,L<P&&(T+=Ge[i++]<<L,L+=8)),se+=T&(1<<P)-1,se>l){e.msg="invalid distance too far back",n.mode=Rc;break e}if(T>>>=P,L-=P,P=f-s,se>P){if(P=se-P,P>w&&n.sane){e.msg="invalid distance too far back",n.mode=Rc;break e}if(ne=0,ce=g,p===0){if(ne+=c-P,P<F){F-=P;do q[f++]=g[ne++];while(--P);ne=f-se,ce=q}}else if(p<P){if(ne+=c+p-P,P-=p,P<F){F-=P;do q[f++]=g[ne++];while(--P);if(ne=0,p<F){P=p,F-=P;do q[f++]=g[ne++];while(--P);ne=f-se,ce=q}}}else if(ne+=p-P,P<F){F-=P;do q[f++]=g[ne++];while(--P);ne=f-se,ce=q}for(;F>2;)q[f++]=ce[ne++],q[f++]=ce[ne++],q[f++]=ce[ne++],F-=3;F&&(q[f++]=ce[ne++],F>1&&(q[f++]=ce[ne++]))}else{ne=f-se;do q[f++]=q[ne++],q[f++]=q[ne++],q[f++]=q[ne++],F-=3;while(F>2);F&&(q[f++]=q[ne++],F>1&&(q[f++]=q[ne++]))}}else if((P&64)==0){M=W[(M&65535)+(T&(1<<P)-1)];continue r}else{e.msg="invalid distance code",n.mode=Rc;break e}break}}else if((P&64)==0){M=O[(M&65535)+(T&(1<<P)-1)];continue t}else if(P&32){n.mode=NO;break e}else{e.msg="invalid literal/length code",n.mode=Rc;break e}break}}while(i<o&&f<u);F=L>>3,i-=F,L-=F<<3,T&=(1<<L)-1,e.next_in=i,e.next_out=f,e.avail_in=i<o?5+(o-i):5-(i-o),e.avail_out=f<u?257+(u-f):257-(f-u),n.hold=T,n.bits=L}});var o_=k((H8,i_)=>{"use strict";var $q=Di(),_s=15,e_=852,t_=592,r_=0,Vw=1,n_=2,PO=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],RO=[16,16,16,16,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,16,72,78],HO=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,0,0],MO=[16,16,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,64,64];i_.exports=function(e,r,n,i,o,f,s,u){var l=u.bits,c=0,w=0,p=0,g=0,T=0,L=0,O=0,W=0,re=0,H=0,M,P,F,se,ne,ce=null,Ge=0,q,Oe=new $q.Buf16(_s+1),Le=new $q.Buf16(_s+1),be=null,Je=0,ee,Tt,ft;for(c=0;c<=_s;c++)Oe[c]=0;for(w=0;w<i;w++)Oe[r[n+w]]++;for(T=l,g=_s;g>=1&&Oe[g]===0;g--);if(T>g&&(T=g),g===0)return o[f++]=1<<24|64<<16|0,o[f++]=1<<24|64<<16|0,u.bits=1,0;for(p=1;p<g&&Oe[p]===0;p++);for(T<p&&(T=p),W=1,c=1;c<=_s;c++)if(W<<=1,W-=Oe[c],W<0)return-1;if(W>0&&(e===r_||g!==1))return-1;for(Le[1]=0,c=1;c<_s;c++)Le[c+1]=Le[c]+Oe[c];for(w=0;w<i;w++)r[n+w]!==0&&(s[Le[r[n+w]]++]=w);if(e===r_?(ce=be=s,q=19):e===Vw?(ce=PO,Ge-=257,be=RO,Je-=257,q=256):(ce=HO,be=MO,q=-1),H=0,w=0,c=p,ne=f,L=T,O=0,F=-1,re=1<<T,se=re-1,e===Vw&&re>e_||e===n_&&re>t_)return 1;for(;;){ee=c-O,s[w]<q?(Tt=0,ft=s[w]):s[w]>q?(Tt=be[Je+s[w]],ft=ce[Ge+s[w]]):(Tt=32+64,ft=0),M=1<<c-O,P=1<<L,p=P;do P-=M,o[ne+(H>>O)+P]=ee<<24|Tt<<16|ft|0;while(P!==0);for(M=1<<c-1;H&M;)M>>=1;if(M!==0?(H&=M-1,H+=M):H=0,w++,--Oe[c]==0){if(c===g)break;c=r[n+s[w]]}if(c>T&&(H&se)!==F){for(O===0&&(O=T),ne+=p,L=c-O,W=1<<L;L+O<g&&(W-=Oe[L+O],!(W<=0));)L++,W<<=1;if(re+=1<<L,e===Vw&&re>e_||e===n_&&re>t_)return 1;F=H&se,o[F]=T<<24|L<<16|ne-f|0}}return H!==0&&(o[ne+H]=c-O<<24|64<<16|0),u.bits=T,0}});var U_=k(Dn=>{"use strict";var Kr=Di(),Cw=Aw(),Xn=Ow(),UO=Xq(),dl=o_(),zO=0,f_=1,s_=2,a_=4,LO=5,Hc=6,Tf=0,VO=1,CO=2,tn=-2,l_=-3,Ww=-4,WO=-5,u_=8,c_=1,p_=2,d_=3,m_=4,w_=5,h_=6,b_=7,g_=8,y_=9,j_=10,Mc=11,Ri=12,Kw=13,q_=14,Yw=15,__=16,v_=17,T_=18,k_=19,Uc=20,zc=21,B_=22,I_=23,x_=24,S_=25,E_=26,Gw=27,A_=28,O_=29,jt=30,Jw=31,KO=32,YO=852,GO=592,JO=15,ZO=JO;function F_(t){return(t>>>24&255)+(t>>>8&65280)+((t&65280)<<8)+((t&255)<<24)}function QO(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new Kr.Buf16(320),this.work=new Kr.Buf16(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}function D_(t){var e;return!t||!t.state?tn:(e=t.state,t.total_in=t.total_out=e.total=0,t.msg="",e.wrap&&(t.adler=e.wrap&1),e.mode=c_,e.last=0,e.havedict=0,e.dmax=32768,e.head=null,e.hold=0,e.bits=0,e.lencode=e.lendyn=new Kr.Buf32(YO),e.distcode=e.distdyn=new Kr.Buf32(GO),e.sane=1,e.back=-1,Tf)}function N_(t){var e;return!t||!t.state?tn:(e=t.state,e.wsize=0,e.whave=0,e.wnext=0,D_(t))}function P_(t,e){var r,n;return!t||!t.state||(n=t.state,e<0?(r=0,e=-e):(r=(e>>4)+1,e<48&&(e&=15)),e&&(e<8||e>15))?tn:(n.window!==null&&n.wbits!==e&&(n.window=null),n.wrap=r,n.wbits=e,N_(t))}function R_(t,e){var r,n;return t?(n=new QO,t.state=n,n.window=null,r=P_(t,e),r!==Tf&&(t.state=null),r):tn}function XO(t){return R_(t,ZO)}var H_=!0,Zw,Qw;function $O(t){if(H_){var e;for(Zw=new Kr.Buf32(512),Qw=new Kr.Buf32(32),e=0;e<144;)t.lens[e++]=8;for(;e<256;)t.lens[e++]=9;for(;e<280;)t.lens[e++]=7;for(;e<288;)t.lens[e++]=8;for(dl(f_,t.lens,0,288,Zw,0,t.work,{bits:9}),e=0;e<32;)t.lens[e++]=5;dl(s_,t.lens,0,32,Qw,0,t.work,{bits:5}),H_=!1}t.lencode=Zw,t.lenbits=9,t.distcode=Qw,t.distbits=5}function M_(t,e,r,n){var i,o=t.state;return o.window===null&&(o.wsize=1<<o.wbits,o.wnext=0,o.whave=0,o.window=new Kr.Buf8(o.wsize)),n>=o.wsize?(Kr.arraySet(o.window,e,r-o.wsize,o.wsize,0),o.wnext=0,o.whave=o.wsize):(i=o.wsize-o.wnext,i>n&&(i=n),Kr.arraySet(o.window,e,r-n,i,o.wnext),n-=i,n?(Kr.arraySet(o.window,e,r-n,n,0),o.wnext=n,o.whave=o.wsize):(o.wnext+=i,o.wnext===o.wsize&&(o.wnext=0),o.whave<o.wsize&&(o.whave+=i))),0}function e4(t,e){var r,n,i,o,f,s,u,l,c,w,p,g,T,L,O=0,W,re,H,M,P,F,se,ne,ce=new Kr.Buf8(4),Ge,q,Oe=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];if(!t||!t.state||!t.output||!t.input&&t.avail_in!==0)return tn;r=t.state,r.mode===Ri&&(r.mode=Kw),f=t.next_out,i=t.output,u=t.avail_out,o=t.next_in,n=t.input,s=t.avail_in,l=r.hold,c=r.bits,w=s,p=u,ne=Tf;e:for(;;)switch(r.mode){case c_:if(r.wrap===0){r.mode=Kw;break}for(;c<16;){if(s===0)break e;s--,l+=n[o++]<<c,c+=8}if(r.wrap&2&&l===35615){r.check=0,ce[0]=l&255,ce[1]=l>>>8&255,r.check=Xn(r.check,ce,2,0),l=0,c=0,r.mode=p_;break}if(r.flags=0,r.head&&(r.head.done=!1),!(r.wrap&1)||(((l&255)<<8)+(l>>8))%31){t.msg="incorrect header check",r.mode=jt;break}if((l&15)!==u_){t.msg="unknown compression method",r.mode=jt;break}if(l>>>=4,c-=4,se=(l&15)+8,r.wbits===0)r.wbits=se;else if(se>r.wbits){t.msg="invalid window size",r.mode=jt;break}r.dmax=1<<se,t.adler=r.check=1,r.mode=l&512?j_:Ri,l=0,c=0;break;case p_:for(;c<16;){if(s===0)break e;s--,l+=n[o++]<<c,c+=8}if(r.flags=l,(r.flags&255)!==u_){t.msg="unknown compression method",r.mode=jt;break}if(r.flags&57344){t.msg="unknown header flags set",r.mode=jt;break}r.head&&(r.head.text=l>>8&1),r.flags&512&&(ce[0]=l&255,ce[1]=l>>>8&255,r.check=Xn(r.check,ce,2,0)),l=0,c=0,r.mode=d_;case d_:for(;c<32;){if(s===0)break e;s--,l+=n[o++]<<c,c+=8}r.head&&(r.head.time=l),r.flags&512&&(ce[0]=l&255,ce[1]=l>>>8&255,ce[2]=l>>>16&255,ce[3]=l>>>24&255,r.check=Xn(r.check,ce,4,0)),l=0,c=0,r.mode=m_;case m_:for(;c<16;){if(s===0)break e;s--,l+=n[o++]<<c,c+=8}r.head&&(r.head.xflags=l&255,r.head.os=l>>8),r.flags&512&&(ce[0]=l&255,ce[1]=l>>>8&255,r.check=Xn(r.check,ce,2,0)),l=0,c=0,r.mode=w_;case w_:if(r.flags&1024){for(;c<16;){if(s===0)break e;s--,l+=n[o++]<<c,c+=8}r.length=l,r.head&&(r.head.extra_len=l),r.flags&512&&(ce[0]=l&255,ce[1]=l>>>8&255,r.check=Xn(r.check,ce,2,0)),l=0,c=0}else r.head&&(r.head.extra=null);r.mode=h_;case h_:if(r.flags&1024&&(g=r.length,g>s&&(g=s),g&&(r.head&&(se=r.head.extra_len-r.length,r.head.extra||(r.head.extra=new Array(r.head.extra_len)),Kr.arraySet(r.head.extra,n,o,g,se)),r.flags&512&&(r.check=Xn(r.check,n,g,o)),s-=g,o+=g,r.length-=g),r.length))break e;r.length=0,r.mode=b_;case b_:if(r.flags&2048){if(s===0)break e;g=0;do se=n[o+g++],r.head&&se&&r.length<65536&&(r.head.name+=String.fromCharCode(se));while(se&&g<s);if(r.flags&512&&(r.check=Xn(r.check,n,g,o)),s-=g,o+=g,se)break e}else r.head&&(r.head.name=null);r.length=0,r.mode=g_;case g_:if(r.flags&4096){if(s===0)break e;g=0;do se=n[o+g++],r.head&&se&&r.length<65536&&(r.head.comment+=String.fromCharCode(se));while(se&&g<s);if(r.flags&512&&(r.check=Xn(r.check,n,g,o)),s-=g,o+=g,se)break e}else r.head&&(r.head.comment=null);r.mode=y_;case y_:if(r.flags&512){for(;c<16;){if(s===0)break e;s--,l+=n[o++]<<c,c+=8}if(l!==(r.check&65535)){t.msg="header crc mismatch",r.mode=jt;break}l=0,c=0}r.head&&(r.head.hcrc=r.flags>>9&1,r.head.done=!0),t.adler=r.check=0,r.mode=Ri;break;case j_:for(;c<32;){if(s===0)break e;s--,l+=n[o++]<<c,c+=8}t.adler=r.check=F_(l),l=0,c=0,r.mode=Mc;case Mc:if(r.havedict===0)return t.next_out=f,t.avail_out=u,t.next_in=o,t.avail_in=s,r.hold=l,r.bits=c,CO;t.adler=r.check=1,r.mode=Ri;case Ri:if(e===LO||e===Hc)break e;case Kw:if(r.last){l>>>=c&7,c-=c&7,r.mode=Gw;break}for(;c<3;){if(s===0)break e;s--,l+=n[o++]<<c,c+=8}switch(r.last=l&1,l>>>=1,c-=1,l&3){case 0:r.mode=q_;break;case 1:if($O(r),r.mode=Uc,e===Hc){l>>>=2,c-=2;break e}break;case 2:r.mode=v_;break;case 3:t.msg="invalid block type",r.mode=jt}l>>>=2,c-=2;break;case q_:for(l>>>=c&7,c-=c&7;c<32;){if(s===0)break e;s--,l+=n[o++]<<c,c+=8}if((l&65535)!=(l>>>16^65535)){t.msg="invalid stored block lengths",r.mode=jt;break}if(r.length=l&65535,l=0,c=0,r.mode=Yw,e===Hc)break e;case Yw:r.mode=__;case __:if(g=r.length,g){if(g>s&&(g=s),g>u&&(g=u),g===0)break e;Kr.arraySet(i,n,o,g,f),s-=g,o+=g,u-=g,f+=g,r.length-=g;break}r.mode=Ri;break;case v_:for(;c<14;){if(s===0)break e;s--,l+=n[o++]<<c,c+=8}if(r.nlen=(l&31)+257,l>>>=5,c-=5,r.ndist=(l&31)+1,l>>>=5,c-=5,r.ncode=(l&15)+4,l>>>=4,c-=4,r.nlen>286||r.ndist>30){t.msg="too many length or distance symbols",r.mode=jt;break}r.have=0,r.mode=T_;case T_:for(;r.have<r.ncode;){for(;c<3;){if(s===0)break e;s--,l+=n[o++]<<c,c+=8}r.lens[Oe[r.have++]]=l&7,l>>>=3,c-=3}for(;r.have<19;)r.lens[Oe[r.have++]]=0;if(r.lencode=r.lendyn,r.lenbits=7,Ge={bits:r.lenbits},ne=dl(zO,r.lens,0,19,r.lencode,0,r.work,Ge),r.lenbits=Ge.bits,ne){t.msg="invalid code lengths set",r.mode=jt;break}r.have=0,r.mode=k_;case k_:for(;r.have<r.nlen+r.ndist;){for(;O=r.lencode[l&(1<<r.lenbits)-1],W=O>>>24,re=O>>>16&255,H=O&65535,!(W<=c);){if(s===0)break e;s--,l+=n[o++]<<c,c+=8}if(H<16)l>>>=W,c-=W,r.lens[r.have++]=H;else{if(H===16){for(q=W+2;c<q;){if(s===0)break e;s--,l+=n[o++]<<c,c+=8}if(l>>>=W,c-=W,r.have===0){t.msg="invalid bit length repeat",r.mode=jt;break}se=r.lens[r.have-1],g=3+(l&3),l>>>=2,c-=2}else if(H===17){for(q=W+3;c<q;){if(s===0)break e;s--,l+=n[o++]<<c,c+=8}l>>>=W,c-=W,se=0,g=3+(l&7),l>>>=3,c-=3}else{for(q=W+7;c<q;){if(s===0)break e;s--,l+=n[o++]<<c,c+=8}l>>>=W,c-=W,se=0,g=11+(l&127),l>>>=7,c-=7}if(r.have+g>r.nlen+r.ndist){t.msg="invalid bit length repeat",r.mode=jt;break}for(;g--;)r.lens[r.have++]=se}}if(r.mode===jt)break;if(r.lens[256]===0){t.msg="invalid code -- missing end-of-block",r.mode=jt;break}if(r.lenbits=9,Ge={bits:r.lenbits},ne=dl(f_,r.lens,0,r.nlen,r.lencode,0,r.work,Ge),r.lenbits=Ge.bits,ne){t.msg="invalid literal/lengths set",r.mode=jt;break}if(r.distbits=6,r.distcode=r.distdyn,Ge={bits:r.distbits},ne=dl(s_,r.lens,r.nlen,r.ndist,r.distcode,0,r.work,Ge),r.distbits=Ge.bits,ne){t.msg="invalid distances set",r.mode=jt;break}if(r.mode=Uc,e===Hc)break e;case Uc:r.mode=zc;case zc:if(s>=6&&u>=258){t.next_out=f,t.avail_out=u,t.next_in=o,t.avail_in=s,r.hold=l,r.bits=c,UO(t,p),f=t.next_out,i=t.output,u=t.avail_out,o=t.next_in,n=t.input,s=t.avail_in,l=r.hold,c=r.bits,r.mode===Ri&&(r.back=-1);break}for(r.back=0;O=r.lencode[l&(1<<r.lenbits)-1],W=O>>>24,re=O>>>16&255,H=O&65535,!(W<=c);){if(s===0)break e;s--,l+=n[o++]<<c,c+=8}if(re&&(re&240)==0){for(M=W,P=re,F=H;O=r.lencode[F+((l&(1<<M+P)-1)>>M)],W=O>>>24,re=O>>>16&255,H=O&65535,!(M+W<=c);){if(s===0)break e;s--,l+=n[o++]<<c,c+=8}l>>>=M,c-=M,r.back+=M}if(l>>>=W,c-=W,r.back+=W,r.length=H,re===0){r.mode=E_;break}if(re&32){r.back=-1,r.mode=Ri;break}if(re&64){t.msg="invalid literal/length code",r.mode=jt;break}r.extra=re&15,r.mode=B_;case B_:if(r.extra){for(q=r.extra;c<q;){if(s===0)break e;s--,l+=n[o++]<<c,c+=8}r.length+=l&(1<<r.extra)-1,l>>>=r.extra,c-=r.extra,r.back+=r.extra}r.was=r.length,r.mode=I_;case I_:for(;O=r.distcode[l&(1<<r.distbits)-1],W=O>>>24,re=O>>>16&255,H=O&65535,!(W<=c);){if(s===0)break e;s--,l+=n[o++]<<c,c+=8}if((re&240)==0){for(M=W,P=re,F=H;O=r.distcode[F+((l&(1<<M+P)-1)>>M)],W=O>>>24,re=O>>>16&255,H=O&65535,!(M+W<=c);){if(s===0)break e;s--,l+=n[o++]<<c,c+=8}l>>>=M,c-=M,r.back+=M}if(l>>>=W,c-=W,r.back+=W,re&64){t.msg="invalid distance code",r.mode=jt;break}r.offset=H,r.extra=re&15,r.mode=x_;case x_:if(r.extra){for(q=r.extra;c<q;){if(s===0)break e;s--,l+=n[o++]<<c,c+=8}r.offset+=l&(1<<r.extra)-1,l>>>=r.extra,c-=r.extra,r.back+=r.extra}if(r.offset>r.dmax){t.msg="invalid distance too far back",r.mode=jt;break}r.mode=S_;case S_:if(u===0)break e;if(g=p-u,r.offset>g){if(g=r.offset-g,g>r.whave&&r.sane){t.msg="invalid distance too far back",r.mode=jt;break}g>r.wnext?(g-=r.wnext,T=r.wsize-g):T=r.wnext-g,g>r.length&&(g=r.length),L=r.window}else L=i,T=f-r.offset,g=r.length;g>u&&(g=u),u-=g,r.length-=g;do i[f++]=L[T++];while(--g);r.length===0&&(r.mode=zc);break;case E_:if(u===0)break e;i[f++]=r.length,u--,r.mode=zc;break;case Gw:if(r.wrap){for(;c<32;){if(s===0)break e;s--,l|=n[o++]<<c,c+=8}if(p-=u,t.total_out+=p,r.total+=p,p&&(t.adler=r.check=r.flags?Xn(r.check,i,p,f-p):Cw(r.check,i,p,f-p)),p=u,(r.flags?l:F_(l))!==r.check){t.msg="incorrect data check",r.mode=jt;break}l=0,c=0}r.mode=A_;case A_:if(r.wrap&&r.flags){for(;c<32;){if(s===0)break e;s--,l+=n[o++]<<c,c+=8}if(l!==(r.total&4294967295)){t.msg="incorrect length check",r.mode=jt;break}l=0,c=0}r.mode=O_;case O_:ne=VO;break e;case jt:ne=l_;break e;case Jw:return Ww;case KO:default:return tn}return t.next_out=f,t.avail_out=u,t.next_in=o,t.avail_in=s,r.hold=l,r.bits=c,(r.wsize||p!==t.avail_out&&r.mode<jt&&(r.mode<Gw||e!==a_))&&M_(t,t.output,t.next_out,p-t.avail_out)?(r.mode=Jw,Ww):(w-=t.avail_in,p-=t.avail_out,t.total_in+=w,t.total_out+=p,r.total+=p,r.wrap&&p&&(t.adler=r.check=r.flags?Xn(r.check,i,p,t.next_out-p):Cw(r.check,i,p,t.next_out-p)),t.data_type=r.bits+(r.last?64:0)+(r.mode===Ri?128:0)+(r.mode===Uc||r.mode===Yw?256:0),(w===0&&p===0||e===a_)&&ne===Tf&&(ne=WO),ne)}function t4(t){if(!t||!t.state)return tn;var e=t.state;return e.window&&(e.window=null),t.state=null,Tf}function r4(t,e){var r;return!t||!t.state||(r=t.state,(r.wrap&2)==0)?tn:(r.head=e,e.done=!1,Tf)}function n4(t,e){var r=e.length,n,i,o;return!t||!t.state||(n=t.state,n.wrap!==0&&n.mode!==Mc)?tn:n.mode===Mc&&(i=1,i=Cw(i,e,r,0),i!==n.check)?l_:(o=M_(t,e,r,r),o?(n.mode=Jw,Ww):(n.havedict=1,Tf))}Dn.inflateReset=N_;Dn.inflateReset2=P_;Dn.inflateResetKeep=D_;Dn.inflateInit=XO;Dn.inflateInit2=R_;Dn.inflate=e4;Dn.inflateEnd=t4;Dn.inflateGetHeader=r4;Dn.inflateSetDictionary=n4;Dn.inflateInfo="pako inflate (from Nodeca project)"});var Xw=k((U8,z_)=>{"use strict";z_.exports={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_BUF_ERROR:-5,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,Z_BINARY:0,Z_TEXT:1,Z_UNKNOWN:2,Z_DEFLATED:8}});var V_=k((z8,L_)=>{"use strict";function i4(){this.text=0,this.time=0,this.xflags=0,this.os=0,this.extra=null,this.extra_len=0,this.name="",this.comment="",this.hcrc=0,this.done=!1}L_.exports=i4});var W_=k(wl=>{"use strict";var vs=U_(),ml=Di(),Lc=Rw(),Nt=Xw(),$w=Sc(),o4=Hw(),f4=V_(),C_=Object.prototype.toString;function kf(t){if(!(this instanceof kf))return new kf(t);this.options=ml.assign({chunkSize:16384,windowBits:0,to:""},t||{});var e=this.options;e.raw&&e.windowBits>=0&&e.windowBits<16&&(e.windowBits=-e.windowBits,e.windowBits===0&&(e.windowBits=-15)),e.windowBits>=0&&e.windowBits<16&&!(t&&t.windowBits)&&(e.windowBits+=32),e.windowBits>15&&e.windowBits<48&&(e.windowBits&15)==0&&(e.windowBits|=15),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new o4,this.strm.avail_out=0;var r=vs.inflateInit2(this.strm,e.windowBits);if(r!==Nt.Z_OK)throw new Error($w[r]);if(this.header=new f4,vs.inflateGetHeader(this.strm,this.header),e.dictionary&&(typeof e.dictionary=="string"?e.dictionary=Lc.string2buf(e.dictionary):C_.call(e.dictionary)==="[object ArrayBuffer]"&&(e.dictionary=new Uint8Array(e.dictionary)),e.raw&&(r=vs.inflateSetDictionary(this.strm,e.dictionary),r!==Nt.Z_OK)))throw new Error($w[r])}kf.prototype.push=function(t,e){var r=this.strm,n=this.options.chunkSize,i=this.options.dictionary,o,f,s,u,l,c=!1;if(this.ended)return!1;f=e===~~e?e:e===!0?Nt.Z_FINISH:Nt.Z_NO_FLUSH,typeof t=="string"?r.input=Lc.binstring2buf(t):C_.call(t)==="[object ArrayBuffer]"?r.input=new Uint8Array(t):r.input=t,r.next_in=0,r.avail_in=r.input.length;do{if(r.avail_out===0&&(r.output=new ml.Buf8(n),r.next_out=0,r.avail_out=n),o=vs.inflate(r,Nt.Z_NO_FLUSH),o===Nt.Z_NEED_DICT&&i&&(o=vs.inflateSetDictionary(this.strm,i)),o===Nt.Z_BUF_ERROR&&c===!0&&(o=Nt.Z_OK,c=!1),o!==Nt.Z_STREAM_END&&o!==Nt.Z_OK)return this.onEnd(o),this.ended=!0,!1;r.next_out&&(r.avail_out===0||o===Nt.Z_STREAM_END||r.avail_in===0&&(f===Nt.Z_FINISH||f===Nt.Z_SYNC_FLUSH))&&(this.options.to==="string"?(s=Lc.utf8border(r.output,r.next_out),u=r.next_out-s,l=Lc.buf2string(r.output,s),r.next_out=u,r.avail_out=n-u,u&&ml.arraySet(r.output,r.output,s,u,0),this.onData(l)):this.onData(ml.shrinkBuf(r.output,r.next_out))),r.avail_in===0&&r.avail_out===0&&(c=!0)}while((r.avail_in>0||r.avail_out===0)&&o!==Nt.Z_STREAM_END);return o===Nt.Z_STREAM_END&&(f=Nt.Z_FINISH),f===Nt.Z_FINISH?(o=vs.inflateEnd(this.strm),this.onEnd(o),this.ended=!0,o===Nt.Z_OK):(f===Nt.Z_SYNC_FLUSH&&(this.onEnd(Nt.Z_OK),r.avail_out=0),!0)};kf.prototype.onData=function(t){this.chunks.push(t)};kf.prototype.onEnd=function(t){t===Nt.Z_OK&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=ml.flattenChunks(this.chunks)),this.chunks=[],this.err=t,this.msg=this.strm.msg};function eh(t,e){var r=new kf(e);if(r.push(t,!0),r.err)throw r.msg||$w[r.err];return r.result}function s4(t,e){return e=e||{},e.raw=!0,eh(t,e)}wl.Inflate=kf;wl.inflate=eh;wl.inflateRaw=s4;wl.ungzip=eh});var G_=k((V8,Y_)=>{"use strict";var a4=Di().assign,l4=Zq(),u4=W_(),c4=Xw(),K_={};a4(K_,l4,u4,c4);Y_.exports=K_});var th=k(()=>{});var Z_=k(J_=>{"use strict";var d4=[0,255,65535,16777215,4294967295];function m4(t,e,r,n,i){var o;for(o=0;o<i;o++)r[n+o]=t[e+o]}function w4(t,e,r,n){var i;for(i=0;i<n;i++)t[e+i]=t[e-r+i]}function nh(t){this.array=t,this.pos=0}nh.prototype.readUncompressedLength=function(){for(var t=0,e=0,r,n;e<32&&this.pos<this.array.length;){if(r=this.array[this.pos],this.pos+=1,n=r&127,n<<e>>>e!==n)return-1;if(t|=n<<e,r<128)return t;e+=7}return-1};nh.prototype.uncompressToBuffer=function(t){for(var e=this.array,r=e.length,n=this.pos,i=0,o,f,s,u;n<e.length;)if(o=e[n],n+=1,(o&3)==0){if(f=(o>>>2)+1,f>60){if(n+3>=r)return!1;s=f-60,f=e[n]+(e[n+1]<<8)+(e[n+2]<<16)+(e[n+3]<<24),f=(f&d4[s])+1,n+=s}if(n+f>r)return!1;m4(e,n,t,i,f),n+=f,i+=f}else{switch(o&3){case 1:f=(o>>>2&7)+4,u=e[n]+(o>>>5<<8),n+=1;break;case 2:if(n+1>=r)return!1;f=(o>>>2)+1,u=e[n]+(e[n+1]<<8),n+=2;break;case 3:if(n+3>=r)return!1;f=(o>>>2)+1,u=e[n]+(e[n+1]<<8)+(e[n+2]<<16)+(e[n+3]<<24),n+=4;break;default:break}if(u===0||u>i)return!1;w4(t,i,u,f),i+=f}return!0};J_.SnappyDecompressor=nh});var tv=k(ev=>{"use strict";var h4=16,b4=1<<h4,Q_=14,ih=new Array(Q_+1);function yl(t,e){return t*506832829>>>e}function jl(t,e){return t[e]+(t[e+1]<<8)+(t[e+2]<<16)+(t[e+3]<<24)}function X_(t,e,r){return t[e]===t[r]&&t[e+1]===t[r+1]&&t[e+2]===t[r+2]&&t[e+3]===t[r+3]}function g4(t,e,r,n,i){var o;for(o=0;o<i;o++)r[n+o]=t[e+o]}function $_(t,e,r,n,i){return r<=60?(n[i]=r-1<<2,i+=1):r<256?(n[i]=60<<2,n[i+1]=r-1,i+=2):(n[i]=61<<2,n[i+1]=r-1&255,n[i+2]=r-1>>>8,i+=3),g4(t,e,n,i,r),i+r}function oh(t,e,r,n){return n<12&&r<2048?(t[e]=1+(n-4<<2)+(r>>>8<<5),t[e+1]=r&255,e+2):(t[e]=2+(n-1<<2),t[e+1]=r&255,t[e+2]=r>>>8,e+3)}function y4(t,e,r,n){for(;n>=68;)e=oh(t,e,r,64),n-=64;return n>64&&(e=oh(t,e,r,60),n-=60),oh(t,e,r,n)}function j4(t,e,r,n,i){for(var o=1;1<<o<=r&&o<=Q_;)o+=1;o-=1;var f=32-o;typeof ih[o]=="undefined"&&(ih[o]=new Uint16Array(1<<o));var s=ih[o],u;for(u=0;u<s.length;u++)s[u]=0;var l=e+r,c,w=e,p=e,g,T,L,O,W,re,H,M,P,F,se,ne=!0,ce=15;if(r>=ce)for(c=l-ce,e+=1,T=yl(jl(t,e),f);ne;){W=32,L=e;do{if(e=L,g=T,re=W>>>5,W+=1,L=e+re,e>c){ne=!1;break}T=yl(jl(t,L),f),O=w+s[g],s[g]=e-w}while(!X_(t,e,O));if(!ne)break;i=$_(t,p,e-p,n,i);do{for(H=e,M=4;e+M<l&&t[e+M]===t[O+M];)M+=1;if(e+=M,P=H-O,i=y4(n,i,P,M),p=e,e>=c){ne=!1;break}F=yl(jl(t,e-1),f),s[F]=e-1-w,se=yl(jl(t,e),f),O=w+s[se],s[se]=e-w}while(X_(t,e,O));if(!ne)break;e+=1,T=yl(jl(t,e),f)}return p<l&&(i=$_(t,p,l-p,n,i)),i}function q4(t,e,r){do e[r]=t&127,t=t>>>7,t>0&&(e[r]+=128),r+=1;while(t>0);return r}function fh(t){this.array=t}fh.prototype.maxCompressedLength=function(){var t=this.array.length;return 32+t+Math.floor(t/6)};fh.prototype.compressToBuffer=function(t){var e=this.array,r=e.length,n=0,i=0,o;for(i=q4(r,t,i);n<r;)o=Math.min(r-n,b4),i=j4(e,n,o,t,i),n+=o;return i};ev.SnappyCompressor=fh});var ov=k(sh=>{"use strict";function rv(){return typeof process=="object"&&typeof process.versions=="object"&&typeof process.versions.node!="undefined"}function Yc(t){return t instanceof Uint8Array&&(!rv()||!Buffer.isBuffer(t))}function Gc(t){return t instanceof ArrayBuffer}function nv(t){return rv()?Buffer.isBuffer(t):!1}var _4=Z_().SnappyDecompressor,v4=tv().SnappyCompressor,iv="Argument compressed must be type of ArrayBuffer, Buffer, or Uint8Array";function T4(t){if(!Yc(t)&&!Gc(t)&&!nv(t))throw new TypeError(iv);var e=!1,r=!1;Yc(t)?e=!0:Gc(t)&&(r=!0,t=new Uint8Array(t));var n=new _4(t),i=n.readUncompressedLength();if(i===-1)throw new Error("Invalid Snappy bitstream");var o,f;if(e){if(o=new Uint8Array(i),!n.uncompressToBuffer(o))throw new Error("Invalid Snappy bitstream")}else if(r){if(o=new ArrayBuffer(i),f=new Uint8Array(o),!n.uncompressToBuffer(f))throw new Error("Invalid Snappy bitstream")}else if(o=Buffer.alloc(i),!n.uncompressToBuffer(o))throw new Error("Invalid Snappy bitstream");return o}function k4(t){if(!Yc(t)&&!Gc(t)&&!nv(t))throw new TypeError(iv);var e=!1,r=!1;Yc(t)?e=!0:Gc(t)&&(r=!0,t=new Uint8Array(t));var n=new v4(t),i=n.maxCompressedLength(),o,f,s;if(e?(o=new Uint8Array(i),s=n.compressToBuffer(o)):r?(o=new ArrayBuffer(i),f=new Uint8Array(o),s=n.compressToBuffer(f)):(o=Buffer.alloc(i),s=n.compressToBuffer(o)),!o.slice){var u=new Uint8Array(Array.prototype.slice.call(o,0,s));if(e)return u;if(r)return u.buffer;throw new Error("Not implemented")}return o.slice(0,s)}sh.uncompress=T4;sh.compress=k4});var ah=k(Ts=>{Ts.hashU32=function(e){return e=e|0,e=e+2127912214+(e<<12)|0,e=e^-949894596^e>>>19,e=e+374761393+(e<<5)|0,e=e+-744332180^e<<9,e=e+-42973499+(e<<3)|0,e^-1252372727^e>>>16|0};Ts.readU64=function(e,r){var n=0;return n|=e[r++]<<0,n|=e[r++]<<8,n|=e[r++]<<16,n|=e[r++]<<24,n|=e[r++]<<32,n|=e[r++]<<40,n|=e[r++]<<48,n|=e[r++]<<56,n};Ts.readU32=function(e,r){var n=0;return n|=e[r++]<<0,n|=e[r++]<<8,n|=e[r++]<<16,n|=e[r++]<<24,n};Ts.writeU32=function(e,r,n){e[r++]=n>>0&255,e[r++]=n>>8&255,e[r++]=n>>16&255,e[r++]=n>>24&255};Ts.imul=function(e,r){var n=e>>>16,i=e&65535,o=r>>>16,f=r&65535;return i*f+(n*f+i*o<<16)|0}});var pv=k(cv=>{var $n=ah(),If=2654435761,xf=2246822519,av=3266489917,I4=668265263,lv=374761393;function $c(t,e){return t=t|0,e=e|0,t>>>(32-e|0)|t<<e|0}function uv(t,e,r){return t=t|0,e=e|0,r=r|0,$n.imul(t>>>(32-e|0)|t<<e,r)|0}function lh(t,e){return t=t|0,e=e|0,t>>>e^t|0}function vl(t,e,r,n,i){return uv($n.imul(e,r)+t,n,i)}function x4(t,e,r){return uv(t+$n.imul(e[r],lv),11,If)}function S4(t,e,r){return vl(t,$n.readU32(e,r),av,17,I4)}function E4(t,e,r){return[vl(t[0],$n.readU32(e,r+0),xf,13,If),vl(t[1],$n.readU32(e,r+4),xf,13,If),vl(t[2],$n.readU32(e,r+8),xf,13,If),vl(t[3],$n.readU32(e,r+12),xf,13,If)]}function A4(t,e,r,n){var i,o;if(o=n,n>=16){for(i=[t+If+xf,t+xf,t,t-If];n>=16;)i=E4(i,e,r),r+=16,n-=16;i=$c(i[0],1)+$c(i[1],7)+$c(i[2],12)+$c(i[3],18)+o}else i=t+lv+n>>>0;for(;n>=4;)i=S4(i,e,r),r+=4,n-=4;for(;n>0;)i=x4(i,e,r),r++,n--;return i=lh($n.imul(lh($n.imul(lh(i,15),xf),13),av),16),i>>>0}cv.hash=A4});var qv=k(er=>{var O4=pv(),rn=ah(),ep=4,F4=13,dv=5,uh=6,tp=1<<16,Tl=4,rp=(1<<Tl)-1,D4=4,ks=(1<<D4)-1,mv=yv(5<<20),ch=P4(),ph=407708164,N4=4,wv=8,hv=16,dh=64,mh=192,np=2147483648,bv=7,wh=4,gv=7,ip={4:65536,5:262144,6:1048576,7:4194304};function P4(){try{return new Uint32Array(tp)}catch{for(var t=new Array(tp),e=0;e<tp;e++)t[e]=0;return t}}function R4(t){for(var e=0;e<tp;e++)ch[e]=0}function yv(t){try{return new Uint8Array(t)}catch{for(var e=new Array(t),r=0;r<t;r++)e[r]=0;return e}}function jv(t,e,r){if(typeof t.buffer!==void 0){if(Uint8Array.prototype.slice)return t.slice(e,r);var n=t.length;e=e|0,e=e<0?Math.max(n+e,0):Math.min(e,n),r=r===void 0?n:r|0,r=r<0?Math.max(n+r,0):Math.min(r,n);for(var i=new Uint8Array(r-e),o=e,f=0;o<r;)i[f++]=t[o++];return i}else return t.slice(e,r)}er.compressBound=function(e){return e+e/255+16|0};er.decompressBound=function(e){var r=0;if(rn.readU32(e,r)!==ph)throw new Error("invalid magic number");r+=4;var n=e[r++];if((n&mh)!==dh)throw new Error("incompatible descriptor version "+(n&mh));var i=(n&hv)!=0,o=(n&wv)!=0,f=e[r++]>>wh&gv;if(ip[f]===void 0)throw new Error("invalid block size "+f);var s=ip[f];if(o)return rn.readU64(e,r);r++;for(var u=0;;){var l=rn.readU32(e,r);if(r+=4,l&np?(l&=~np,u+=l):u+=s,l===0)return u;i&&(r+=4),r+=l}};er.makeBuffer=yv;er.decompressBlock=function(e,r,n,i,o){var f,s,u,l,c;for(u=n+i;n<u;){var w=e[n++],p=w>>4;if(p>0){if(p===15)for(;p+=e[n],e[n++]===255;);for(l=n+p;n<l;)r[o++]=e[n++]}if(n>=u)break;if(f=w&15,s=e[n++]|e[n++]<<8,f===15)for(;f+=e[n],e[n++]===255;);for(f+=ep,c=o-s,l=c+f;c<l;)r[o++]=r[c++]|0}return o};er.compressBlock=function(e,r,n,i,o){var f,s,u,l,c,w,p,g,T;if(p=0,g=i+n,s=n,i>=F4)for(var L=(1<<uh)+3;n+ep<g-dv;){var O=rn.readU32(e,n),W=rn.hashU32(O)>>>0;if(W=(W>>16^W)>>>0&65535,f=o[W]-1,o[W]=n+1,f<0||n-f>>>16>0||rn.readU32(e,f)!==O){c=L++>>uh,n+=c;continue}for(L=(1<<uh)+3,w=n-s,l=n-f,n+=ep,f+=ep,u=n;n<g-dv&&e[n]===e[f];)n++,f++;u=n-u;var re=u<rp?u:rp;if(w>=ks){for(r[p++]=(ks<<Tl)+re,T=w-ks;T>=255;T-=255)r[p++]=255;r[p++]=T}else r[p++]=(w<<Tl)+re;for(var H=0;H<w;H++)r[p++]=e[s+H];if(r[p++]=l,r[p++]=l>>8,u>=rp){for(T=u-rp;T>=255;T-=255)r[p++]=255;r[p++]=T}s=n}if(s===0)return 0;if(w=g-s,w>=ks){for(r[p++]=ks<<Tl,T=w-ks;T>=255;T-=255)r[p++]=255;r[p++]=T}else r[p++]=w<<Tl;for(n=s;n<g;)r[p++]=e[n++];return p};er.decompressFrame=function(e,r){var n,i,o,f,s=0,u=0;if(rn.readU32(e,s)!==ph)throw new Error("invalid magic number");if(s+=4,f=e[s++],(f&mh)!==dh)throw new Error("incompatible descriptor version");n=(f&hv)!=0,i=(f&N4)!=0,o=(f&wv)!=0;var l=e[s++]>>wh&gv;if(ip[l]===void 0)throw new Error("invalid block size");for(o&&(s+=8),s++;;){var c;if(c=rn.readU32(e,s),s+=4,c===0)break;if(n&&(s+=4),(c&np)!=0){c&=~np;for(var w=0;w<c;w++)r[u++]=e[s++]}else u=er.decompressBlock(e,r,s,c,u),s+=c}return i&&(s+=4),u};er.compressFrame=function(e,r){var n=0;rn.writeU32(r,n,ph),n+=4,r[n++]=dh,r[n++]=bv<<wh,r[n]=O4.hash(0,r,4,n-4)>>8,n++;var i=ip[bv],o=e.length,f=0;for(R4(ch);o>0;){var s=0,u=o>i?i:o;if(s=er.compressBlock(e,mv,f,u,ch),s>u||s===0){rn.writeU32(r,n,2147483648|u),n+=4;for(var l=f+u;f<l;)r[n++]=e[f++];o-=u}else{rn.writeU32(r,n,s),n+=4;for(var c=0;c<s;)r[n++]=mv[c++];f+=u,o-=u}}return rn.writeU32(r,n,0),n+=4,n};er.decompress=function(e,r){var n,i;return r===void 0&&(r=er.decompressBound(e)),n=er.makeBuffer(r),i=er.decompressFrame(e,n),i!==r&&(n=jv(n,0,i)),n};er.compress=function(e,r){var n,i;return r===void 0&&(r=er.compressBound(e.length)),n=er.makeBuffer(r),i=er.compressFrame(e,n),i!==r&&(n=jv(n,0,i)),n}});var _v=k(()=>{});var bh=k((F6,Bl)=>{"use strict";typeof global.Map!="undefined"?(Bl.exports=global.Map,Bl.exports.Map=global.Map):(Yr=function(t){this._keys=[],this._values={};for(var e=0;e<t.length;e++)if(t[e]!=null){var r=t[e],n=r[0],i=r[1];this._keys.push(n),this._values[n]={v:i,i:this._keys.length-1}}},Yr.prototype.clear=function(){this._keys=[],this._values={}},Yr.prototype.delete=function(t){var e=this._values[t];return e==null?!1:(delete this._values[t],this._keys.splice(e.i,1),!0)},Yr.prototype.entries=function(){var t=this,e=0;return{next:function(){var r=t._keys[e++];return{value:r!==void 0?[r,t._values[r].v]:void 0,done:r===void 0}}}},Yr.prototype.forEach=function(t,e){e=e||this;for(var r=0;r<this._keys.length;r++){var n=this._keys[r];t.call(e,this._values[n].v,n,e)}},Yr.prototype.get=function(t){return this._values[t]?this._values[t].v:void 0},Yr.prototype.has=function(t){return this._values[t]!=null},Yr.prototype.keys=function(){var t=this,e=0;return{next:function(){var r=t._keys[e++];return{value:r!==void 0?r:void 0,done:r===void 0}}}},Yr.prototype.set=function(t,e){return this._values[t]?(this._values[t].v=e,this):(this._keys.push(t),this._values[t]={v:e,i:this._keys.length-1},this)},Yr.prototype.values=function(){var t=this,e=0;return{next:function(){var r=t._keys[e++];return{value:r!==void 0?t._values[r].v:void 0,done:r===void 0}}}},Object.defineProperty(Yr.prototype,"size",{enumerable:!0,get:function(){return this._keys.length}}),Bl.exports=Yr,Bl.exports.Map=Yr);var Yr});var Bs=k((D6,gh)=>{function S(t,e){if(!(this instanceof S))return new S(t,e);this._bsontype="Long",this.low_=t|0,this.high_=e|0}S.prototype.toInt=function(){return this.low_};S.prototype.toNumber=function(){return this.high_*S.TWO_PWR_32_DBL_+this.getLowBitsUnsigned()};S.prototype.toBigInt=function(){return BigInt(this.toString())};S.prototype.toJSON=function(){return this.toString()};S.prototype.toString=function(t){var e=t||10;if(e<2||36<e)throw Error("radix out of range: "+e);if(this.isZero())return"0";if(this.isNegative())if(this.equals(S.MIN_VALUE)){var r=S.fromNumber(e),n=this.div(r),i=n.multiply(r).subtract(this);return n.toString(e)+i.toInt().toString(e)}else return"-"+this.negate().toString(e);var o=S.fromNumber(Math.pow(e,6));i=this;for(var f="";!i.isZero();){var s=i.div(o),u=i.subtract(s.multiply(o)).toInt(),l=u.toString(e);if(i=s,i.isZero())return l+f;for(;l.length<6;)l="0"+l;f=""+l+f}};S.prototype.getHighBits=function(){return this.high_};S.prototype.getLowBits=function(){return this.low_};S.prototype.getLowBitsUnsigned=function(){return this.low_>=0?this.low_:S.TWO_PWR_32_DBL_+this.low_};S.prototype.getNumBitsAbs=function(){if(this.isNegative())return this.equals(S.MIN_VALUE)?64:this.negate().getNumBitsAbs();for(var t=this.high_!==0?this.high_:this.low_,e=31;e>0&&(t&1<<e)==0;e--);return this.high_!==0?e+33:e+1};S.prototype.isZero=function(){return this.high_===0&&this.low_===0};S.prototype.isNegative=function(){return this.high_<0};S.prototype.isOdd=function(){return(this.low_&1)==1};S.prototype.equals=function(t){return this.high_===t.high_&&this.low_===t.low_};S.prototype.notEquals=function(t){return this.high_!==t.high_||this.low_!==t.low_};S.prototype.lessThan=function(t){return this.compare(t)<0};S.prototype.lessThanOrEqual=function(t){return this.compare(t)<=0};S.prototype.greaterThan=function(t){return this.compare(t)>0};S.prototype.greaterThanOrEqual=function(t){return this.compare(t)>=0};S.prototype.compare=function(t){if(this.equals(t))return 0;var e=this.isNegative(),r=t.isNegative();return e&&!r?-1:!e&&r?1:this.subtract(t).isNegative()?-1:1};S.prototype.negate=function(){return this.equals(S.MIN_VALUE)?S.MIN_VALUE:this.not().add(S.ONE)};S.prototype.add=function(t){var e=this.high_>>>16,r=this.high_&65535,n=this.low_>>>16,i=this.low_&65535,o=t.high_>>>16,f=t.high_&65535,s=t.low_>>>16,u=t.low_&65535,l=0,c=0,w=0,p=0;return p+=i+u,w+=p>>>16,p&=65535,w+=n+s,c+=w>>>16,w&=65535,c+=r+f,l+=c>>>16,c&=65535,l+=e+o,l&=65535,S.fromBits(w<<16|p,l<<16|c)};S.prototype.subtract=function(t){return this.add(t.negate())};S.prototype.multiply=function(t){if(this.isZero())return S.ZERO;if(t.isZero())return S.ZERO;if(this.equals(S.MIN_VALUE))return t.isOdd()?S.MIN_VALUE:S.ZERO;if(t.equals(S.MIN_VALUE))return this.isOdd()?S.MIN_VALUE:S.ZERO;if(this.isNegative())return t.isNegative()?this.negate().multiply(t.negate()):this.negate().multiply(t).negate();if(t.isNegative())return this.multiply(t.negate()).negate();if(this.lessThan(S.TWO_PWR_24_)&&t.lessThan(S.TWO_PWR_24_))return S.fromNumber(this.toNumber()*t.toNumber());var e=this.high_>>>16,r=this.high_&65535,n=this.low_>>>16,i=this.low_&65535,o=t.high_>>>16,f=t.high_&65535,s=t.low_>>>16,u=t.low_&65535,l=0,c=0,w=0,p=0;return p+=i*u,w+=p>>>16,p&=65535,w+=n*u,c+=w>>>16,w&=65535,w+=i*s,c+=w>>>16,w&=65535,c+=r*u,l+=c>>>16,c&=65535,c+=n*s,l+=c>>>16,c&=65535,c+=i*f,l+=c>>>16,c&=65535,l+=e*u+r*s+n*f+i*o,l&=65535,S.fromBits(w<<16|p,l<<16|c)};S.prototype.div=function(t){if(t.isZero())throw Error("division by zero");if(this.isZero())return S.ZERO;if(this.equals(S.MIN_VALUE)){if(t.equals(S.ONE)||t.equals(S.NEG_ONE))return S.MIN_VALUE;if(t.equals(S.MIN_VALUE))return S.ONE;var e=this.shiftRight(1),r=e.div(t).shiftLeft(1);if(r.equals(S.ZERO))return t.isNegative()?S.ONE:S.NEG_ONE;var n=this.subtract(t.multiply(r)),i=r.add(n.div(t));return i}else if(t.equals(S.MIN_VALUE))return S.ZERO;if(this.isNegative())return t.isNegative()?this.negate().div(t.negate()):this.negate().div(t).negate();if(t.isNegative())return this.div(t.negate()).negate();var o=S.ZERO;for(n=this;n.greaterThanOrEqual(t);){r=Math.max(1,Math.floor(n.toNumber()/t.toNumber()));for(var f=Math.ceil(Math.log(r)/Math.LN2),s=f<=48?1:Math.pow(2,f-48),u=S.fromNumber(r),l=u.multiply(t);l.isNegative()||l.greaterThan(n);)r-=s,u=S.fromNumber(r),l=u.multiply(t);u.isZero()&&(u=S.ONE),o=o.add(u),n=n.subtract(l)}return o};S.prototype.modulo=function(t){return this.subtract(this.div(t).multiply(t))};S.prototype.not=function(){return S.fromBits(~this.low_,~this.high_)};S.prototype.and=function(t){return S.fromBits(this.low_&t.low_,this.high_&t.high_)};S.prototype.or=function(t){return S.fromBits(this.low_|t.low_,this.high_|t.high_)};S.prototype.xor=function(t){return S.fromBits(this.low_^t.low_,this.high_^t.high_)};S.prototype.shiftLeft=function(t){if(t&=63,t===0)return this;var e=this.low_;if(t<32){var r=this.high_;return S.fromBits(e<<t,r<<t|e>>>32-t)}else return S.fromBits(0,e<<t-32)};S.prototype.shiftRight=function(t){if(t&=63,t===0)return this;var e=this.high_;if(t<32){var r=this.low_;return S.fromBits(r>>>t|e<<32-t,e>>t)}else return S.fromBits(e>>t-32,e>=0?0:-1)};S.prototype.shiftRightUnsigned=function(t){if(t&=63,t===0)return this;var e=this.high_;if(t<32){var r=this.low_;return S.fromBits(r>>>t|e<<32-t,e>>>t)}else return t===32?S.fromBits(e,0):S.fromBits(e>>>t-32,0)};S.fromInt=function(t){if(-128<=t&&t<128){var e=S.INT_CACHE_[t];if(e)return e}var r=new S(t|0,t<0?-1:0);return-128<=t&&t<128&&(S.INT_CACHE_[t]=r),r};S.fromNumber=function(t){return isNaN(t)||!isFinite(t)?S.ZERO:t<=-S.TWO_PWR_63_DBL_?S.MIN_VALUE:t+1>=S.TWO_PWR_63_DBL_?S.MAX_VALUE:t<0?S.fromNumber(-t).negate():new S(t%S.TWO_PWR_32_DBL_|0,t/S.TWO_PWR_32_DBL_|0)};S.fromBigInt=function(t){return S.fromString(t.toString(10),10)};S.fromBits=function(t,e){return new S(t,e)};S.fromString=function(t,e){if(t.length===0)throw Error("number format error: empty string");var r=e||10;if(r<2||36<r)throw Error("radix out of range: "+r);if(t.charAt(0)==="-")return S.fromString(t.substring(1),r).negate();if(t.indexOf("-")>=0)throw Error('number format error: interior "-" character: '+t);for(var n=S.fromNumber(Math.pow(r,8)),i=S.ZERO,o=0;o<t.length;o+=8){var f=Math.min(8,t.length-o),s=parseInt(t.substring(o,o+f),r);if(f<8){var u=S.fromNumber(Math.pow(r,f));i=i.multiply(u).add(S.fromNumber(s))}else i=i.multiply(n),i=i.add(S.fromNumber(s))}return i};S.INT_CACHE_={};S.TWO_PWR_16_DBL_=1<<16;S.TWO_PWR_24_DBL_=1<<24;S.TWO_PWR_32_DBL_=S.TWO_PWR_16_DBL_*S.TWO_PWR_16_DBL_;S.TWO_PWR_31_DBL_=S.TWO_PWR_32_DBL_/2;S.TWO_PWR_48_DBL_=S.TWO_PWR_32_DBL_*S.TWO_PWR_16_DBL_;S.TWO_PWR_64_DBL_=S.TWO_PWR_32_DBL_*S.TWO_PWR_32_DBL_;S.TWO_PWR_63_DBL_=S.TWO_PWR_64_DBL_/2;S.ZERO=S.fromInt(0);S.ONE=S.fromInt(1);S.NEG_ONE=S.fromInt(-1);S.MAX_VALUE=S.fromBits(4294967295|0,2147483647|0);S.MIN_VALUE=S.fromBits(0,2147483648|0);S.TWO_PWR_24_=S.fromInt(1<<24);gh.exports=S;gh.exports.Long=S});var fp=k((N6,yh)=>{function Is(t){if(!(this instanceof Is))return new Is(t);this._bsontype="Double",this.value=t}Is.prototype.valueOf=function(){return this.value};Is.prototype.toJSON=function(){return this.value};yh.exports=Is;yh.exports.Double=Is});var sp=k((P6,jh)=>{function E(t,e){if(!(this instanceof E))return new E(t,e);this._bsontype="Timestamp",this.low_=t|0,this.high_=e|0}E.prototype.toInt=function(){return this.low_};E.prototype.toNumber=function(){return this.high_*E.TWO_PWR_32_DBL_+this.getLowBitsUnsigned()};E.prototype.toJSON=function(){return this.toString()};E.prototype.toString=function(t){var e=t||10;if(e<2||36<e)throw Error("radix out of range: "+e);if(this.isZero())return"0";if(this.isNegative())if(this.equals(E.MIN_VALUE)){var r=E.fromNumber(e),n=this.div(r),i=n.multiply(r).subtract(this);return n.toString(e)+i.toInt().toString(e)}else return"-"+this.negate().toString(e);var o=E.fromNumber(Math.pow(e,6));i=this;for(var f="";!i.isZero();){var s=i.div(o),u=i.subtract(s.multiply(o)).toInt(),l=u.toString(e);if(i=s,i.isZero())return l+f;for(;l.length<6;)l="0"+l;f=""+l+f}};E.prototype.getHighBits=function(){return this.high_};E.prototype.getLowBits=function(){return this.low_};E.prototype.getLowBitsUnsigned=function(){return this.low_>=0?this.low_:E.TWO_PWR_32_DBL_+this.low_};E.prototype.getNumBitsAbs=function(){if(this.isNegative())return this.equals(E.MIN_VALUE)?64:this.negate().getNumBitsAbs();for(var t=this.high_!==0?this.high_:this.low_,e=31;e>0&&(t&1<<e)==0;e--);return this.high_!==0?e+33:e+1};E.prototype.isZero=function(){return this.high_===0&&this.low_===0};E.prototype.isNegative=function(){return this.high_<0};E.prototype.isOdd=function(){return(this.low_&1)==1};E.prototype.equals=function(t){return this.high_===t.high_&&this.low_===t.low_};E.prototype.notEquals=function(t){return this.high_!==t.high_||this.low_!==t.low_};E.prototype.lessThan=function(t){return this.compare(t)<0};E.prototype.lessThanOrEqual=function(t){return this.compare(t)<=0};E.prototype.greaterThan=function(t){return this.compare(t)>0};E.prototype.greaterThanOrEqual=function(t){return this.compare(t)>=0};E.prototype.compare=function(t){if(this.equals(t))return 0;var e=this.isNegative(),r=t.isNegative();return e&&!r?-1:!e&&r?1:this.subtract(t).isNegative()?-1:1};E.prototype.negate=function(){return this.equals(E.MIN_VALUE)?E.MIN_VALUE:this.not().add(E.ONE)};E.prototype.add=function(t){var e=this.high_>>>16,r=this.high_&65535,n=this.low_>>>16,i=this.low_&65535,o=t.high_>>>16,f=t.high_&65535,s=t.low_>>>16,u=t.low_&65535,l=0,c=0,w=0,p=0;return p+=i+u,w+=p>>>16,p&=65535,w+=n+s,c+=w>>>16,w&=65535,c+=r+f,l+=c>>>16,c&=65535,l+=e+o,l&=65535,E.fromBits(w<<16|p,l<<16|c)};E.prototype.subtract=function(t){return this.add(t.negate())};E.prototype.multiply=function(t){if(this.isZero())return E.ZERO;if(t.isZero())return E.ZERO;if(this.equals(E.MIN_VALUE))return t.isOdd()?E.MIN_VALUE:E.ZERO;if(t.equals(E.MIN_VALUE))return this.isOdd()?E.MIN_VALUE:E.ZERO;if(this.isNegative())return t.isNegative()?this.negate().multiply(t.negate()):this.negate().multiply(t).negate();if(t.isNegative())return this.multiply(t.negate()).negate();if(this.lessThan(E.TWO_PWR_24_)&&t.lessThan(E.TWO_PWR_24_))return E.fromNumber(this.toNumber()*t.toNumber());var e=this.high_>>>16,r=this.high_&65535,n=this.low_>>>16,i=this.low_&65535,o=t.high_>>>16,f=t.high_&65535,s=t.low_>>>16,u=t.low_&65535,l=0,c=0,w=0,p=0;return p+=i*u,w+=p>>>16,p&=65535,w+=n*u,c+=w>>>16,w&=65535,w+=i*s,c+=w>>>16,w&=65535,c+=r*u,l+=c>>>16,c&=65535,c+=n*s,l+=c>>>16,c&=65535,c+=i*f,l+=c>>>16,c&=65535,l+=e*u+r*s+n*f+i*o,l&=65535,E.fromBits(w<<16|p,l<<16|c)};E.prototype.div=function(t){if(t.isZero())throw Error("division by zero");if(this.isZero())return E.ZERO;if(this.equals(E.MIN_VALUE)){if(t.equals(E.ONE)||t.equals(E.NEG_ONE))return E.MIN_VALUE;if(t.equals(E.MIN_VALUE))return E.ONE;var e=this.shiftRight(1),r=e.div(t).shiftLeft(1);if(r.equals(E.ZERO))return t.isNegative()?E.ONE:E.NEG_ONE;var n=this.subtract(t.multiply(r)),i=r.add(n.div(t));return i}else if(t.equals(E.MIN_VALUE))return E.ZERO;if(this.isNegative())return t.isNegative()?this.negate().div(t.negate()):this.negate().div(t).negate();if(t.isNegative())return this.div(t.negate()).negate();var o=E.ZERO;for(n=this;n.greaterThanOrEqual(t);){r=Math.max(1,Math.floor(n.toNumber()/t.toNumber()));for(var f=Math.ceil(Math.log(r)/Math.LN2),s=f<=48?1:Math.pow(2,f-48),u=E.fromNumber(r),l=u.multiply(t);l.isNegative()||l.greaterThan(n);)r-=s,u=E.fromNumber(r),l=u.multiply(t);u.isZero()&&(u=E.ONE),o=o.add(u),n=n.subtract(l)}return o};E.prototype.modulo=function(t){return this.subtract(this.div(t).multiply(t))};E.prototype.not=function(){return E.fromBits(~this.low_,~this.high_)};E.prototype.and=function(t){return E.fromBits(this.low_&t.low_,this.high_&t.high_)};E.prototype.or=function(t){return E.fromBits(this.low_|t.low_,this.high_|t.high_)};E.prototype.xor=function(t){return E.fromBits(this.low_^t.low_,this.high_^t.high_)};E.prototype.shiftLeft=function(t){if(t&=63,t===0)return this;var e=this.low_;if(t<32){var r=this.high_;return E.fromBits(e<<t,r<<t|e>>>32-t)}else return E.fromBits(0,e<<t-32)};E.prototype.shiftRight=function(t){if(t&=63,t===0)return this;var e=this.high_;if(t<32){var r=this.low_;return E.fromBits(r>>>t|e<<32-t,e>>t)}else return E.fromBits(e>>t-32,e>=0?0:-1)};E.prototype.shiftRightUnsigned=function(t){if(t&=63,t===0)return this;var e=this.high_;if(t<32){var r=this.low_;return E.fromBits(r>>>t|e<<32-t,e>>>t)}else return t===32?E.fromBits(e,0):E.fromBits(e>>>t-32,0)};E.fromInt=function(t){if(-128<=t&&t<128){var e=E.INT_CACHE_[t];if(e)return e}var r=new E(t|0,t<0?-1:0);return-128<=t&&t<128&&(E.INT_CACHE_[t]=r),r};E.fromNumber=function(t){return isNaN(t)||!isFinite(t)?E.ZERO:t<=-E.TWO_PWR_63_DBL_?E.MIN_VALUE:t+1>=E.TWO_PWR_63_DBL_?E.MAX_VALUE:t<0?E.fromNumber(-t).negate():new E(t%E.TWO_PWR_32_DBL_|0,t/E.TWO_PWR_32_DBL_|0)};E.fromBits=function(t,e){return new E(t,e)};E.fromString=function(t,e){if(t.length===0)throw Error("number format error: empty string");var r=e||10;if(r<2||36<r)throw Error("radix out of range: "+r);if(t.charAt(0)==="-")return E.fromString(t.substring(1),r).negate();if(t.indexOf("-")>=0)throw Error('number format error: interior "-" character: '+t);for(var n=E.fromNumber(Math.pow(r,8)),i=E.ZERO,o=0;o<t.length;o+=8){var f=Math.min(8,t.length-o),s=parseInt(t.substring(o,o+f),r);if(f<8){var u=E.fromNumber(Math.pow(r,f));i=i.multiply(u).add(E.fromNumber(s))}else i=i.multiply(n),i=i.add(E.fromNumber(s))}return i};E.INT_CACHE_={};E.TWO_PWR_16_DBL_=1<<16;E.TWO_PWR_24_DBL_=1<<24;E.TWO_PWR_32_DBL_=E.TWO_PWR_16_DBL_*E.TWO_PWR_16_DBL_;E.TWO_PWR_31_DBL_=E.TWO_PWR_32_DBL_/2;E.TWO_PWR_48_DBL_=E.TWO_PWR_32_DBL_*E.TWO_PWR_16_DBL_;E.TWO_PWR_64_DBL_=E.TWO_PWR_32_DBL_*E.TWO_PWR_32_DBL_;E.TWO_PWR_63_DBL_=E.TWO_PWR_64_DBL_/2;E.ZERO=E.fromInt(0);E.ONE=E.fromInt(1);E.NEG_ONE=E.fromInt(-1);E.MAX_VALUE=E.fromBits(4294967295|0,2147483647|0);E.MIN_VALUE=E.fromBits(0,2147483648|0);E.TWO_PWR_24_=E.fromInt(1<<24);jh.exports=E;jh.exports.Timestamp=E});var vo=k((R6,Bv)=>{"use strict";function U4(t){return t.toString().replace(/function *\(/,"function (")}function kv(t,e){return new Buffer(t,e)}function z4(){return Buffer.alloc.apply(Buffer,arguments)}function L4(){return Buffer.from.apply(Buffer,arguments)}Bv.exports={normalizedFunctionString:U4,allocBuffer:typeof Buffer.alloc=="function"?z4:kv,toBuffer:typeof Buffer.from=="function"?L4:kv}});var xv=k((H6,Iv)=>{Iv.exports=function(e){return e&&typeof e=="object"&&typeof e.copy=="function"&&typeof e.fill=="function"&&typeof e.readUInt8=="function"}});var Sv=k((M6,qh)=>{typeof Object.create=="function"?qh.exports=function(e,r){e.super_=r,e.prototype=Object.create(r.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})}:qh.exports=function(e,r){e.super_=r;var n=function(){};n.prototype=r.prototype,e.prototype=new n,e.prototype.constructor=e}});var Nn=k(Xe=>{var Ev=Object.getOwnPropertyDescriptors||function(e){for(var r=Object.keys(e),n={},i=0;i<r.length;i++)n[r[i]]=Object.getOwnPropertyDescriptor(e,r[i]);return n},V4=/%[sdj%]/g;Xe.format=function(t){if(!cp(t)){for(var e=[],r=0;r<arguments.length;r++)e.push(To(arguments[r]));return e.join(" ")}for(var r=1,n=arguments,i=n.length,o=String(t).replace(V4,function(s){if(s==="%%")return"%";if(r>=i)return s;switch(s){case"%s":return String(n[r++]);case"%d":return Number(n[r++]);case"%j":try{return JSON.stringify(n[r++])}catch{return"[Circular]"}default:return s}}),f=n[r];r<i;f=n[++r])up(f)||!xs(f)?o+=" "+f:o+=" "+To(f);return o};Xe.deprecate=function(t,e){if(typeof process!="undefined"&&process.noDeprecation===!0)return t;if(typeof process=="undefined")return function(){return Xe.deprecate(t,e).apply(this,arguments)};var r=!1;function n(){if(!r){if(process.throwDeprecation)throw new Error(e);process.traceDeprecation?console.trace(e):console.error(e),r=!0}return t.apply(this,arguments)}return n};var ap={},_h;Xe.debuglog=function(t){if(ko(_h)&&(_h=process.env.NODE_DEBUG||""),t=t.toUpperCase(),!ap[t])if(new RegExp("\\b"+t+"\\b","i").test(_h)){var e=process.pid;ap[t]=function(){var r=Xe.format.apply(Xe,arguments);console.error("%s %d: %s",t,e,r)}}else ap[t]=function(){};return ap[t]};function To(t,e){var r={seen:[],stylize:W4};return arguments.length>=3&&(r.depth=arguments[2]),arguments.length>=4&&(r.colors=arguments[3]),kh(e)?r.showHidden=e:e&&Xe._extend(r,e),ko(r.showHidden)&&(r.showHidden=!1),ko(r.depth)&&(r.depth=2),ko(r.colors)&&(r.colors=!1),ko(r.customInspect)&&(r.customInspect=!0),r.colors&&(r.stylize=C4),lp(r,t,r.depth)}Xe.inspect=To;To.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]};To.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"};function C4(t,e){var r=To.styles[e];return r?"["+To.colors[r][0]+"m"+t+"["+To.colors[r][1]+"m":t}function W4(t,e){return t}function K4(t){var e={};return t.forEach(function(r,n){e[r]=!0}),e}function lp(t,e,r){if(t.customInspect&&e&&mp(e.inspect)&&e.inspect!==Xe.inspect&&!(e.constructor&&e.constructor.prototype===e)){var n=e.inspect(r,t);return cp(n)||(n=lp(t,n,r)),n}var i=Y4(t,e);if(i)return i;var o=Object.keys(e),f=K4(o);if(t.showHidden&&(o=Object.getOwnPropertyNames(e)),dp(e)&&(o.indexOf("message")>=0||o.indexOf("description")>=0))return vh(e);if(o.length===0){if(mp(e)){var s=e.name?": "+e.name:"";return t.stylize("[Function"+s+"]","special")}if(pp(e))return t.stylize(RegExp.prototype.toString.call(e),"regexp");if(Bh(e))return t.stylize(Date.prototype.toString.call(e),"date");if(dp(e))return vh(e)}var u="",l=!1,c=["{","}"];if(Av(e)&&(l=!0,c=["[","]"]),mp(e)){var w=e.name?": "+e.name:"";u=" [Function"+w+"]"}if(pp(e)&&(u=" "+RegExp.prototype.toString.call(e)),Bh(e)&&(u=" "+Date.prototype.toUTCString.call(e)),dp(e)&&(u=" "+vh(e)),o.length===0&&(!l||e.length==0))return c[0]+u+c[1];if(r<0)return pp(e)?t.stylize(RegExp.prototype.toString.call(e),"regexp"):t.stylize("[Object]","special");t.seen.push(e);var p;return l?p=G4(t,e,r,f,o):p=o.map(function(g){return Th(t,e,r,f,g,l)}),t.seen.pop(),J4(p,u,c)}function Y4(t,e){if(ko(e))return t.stylize("undefined","undefined");if(cp(e)){var r="'"+JSON.stringify(e).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return t.stylize(r,"string")}if(Ov(e))return t.stylize(""+e,"number");if(kh(e))return t.stylize(""+e,"boolean");if(up(e))return t.stylize("null","null")}function vh(t){return"["+Error.prototype.toString.call(t)+"]"}function G4(t,e,r,n,i){for(var o=[],f=0,s=e.length;f<s;++f)Fv(e,String(f))?o.push(Th(t,e,r,n,String(f),!0)):o.push("");return i.forEach(function(u){u.match(/^\d+$/)||o.push(Th(t,e,r,n,u,!0))}),o}function Th(t,e,r,n,i,o){var f,s,u;if(u=Object.getOwnPropertyDescriptor(e,i)||{value:e[i]},u.get?u.set?s=t.stylize("[Getter/Setter]","special"):s=t.stylize("[Getter]","special"):u.set&&(s=t.stylize("[Setter]","special")),Fv(n,i)||(f="["+i+"]"),s||(t.seen.indexOf(u.value)<0?(up(r)?s=lp(t,u.value,null):s=lp(t,u.value,r-1),s.indexOf(`
2
- `)>-1&&(o?s=s.split(`
3
- `).map(function(l){return" "+l}).join(`
4
- `).substr(2):s=`
5
- `+s.split(`
6
- `).map(function(l){return" "+l}).join(`
7
- `))):s=t.stylize("[Circular]","special")),ko(f)){if(o&&i.match(/^\d+$/))return s;f=JSON.stringify(""+i),f.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(f=f.substr(1,f.length-2),f=t.stylize(f,"name")):(f=f.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),f=t.stylize(f,"string"))}return f+": "+s}function J4(t,e,r){var n=0,i=t.reduce(function(o,f){return n++,f.indexOf(`
8
- `)>=0&&n++,o+f.replace(/\u001b\[\d\d?m/g,"").length+1},0);return i>60?r[0]+(e===""?"":e+`
9
- `)+" "+t.join(`,
10
- `)+" "+r[1]:r[0]+e+" "+t.join(", ")+" "+r[1]}function Av(t){return Array.isArray(t)}Xe.isArray=Av;function kh(t){return typeof t=="boolean"}Xe.isBoolean=kh;function up(t){return t===null}Xe.isNull=up;function Z4(t){return t==null}Xe.isNullOrUndefined=Z4;function Ov(t){return typeof t=="number"}Xe.isNumber=Ov;function cp(t){return typeof t=="string"}Xe.isString=cp;function Q4(t){return typeof t=="symbol"}Xe.isSymbol=Q4;function ko(t){return t===void 0}Xe.isUndefined=ko;function pp(t){return xs(t)&&Ih(t)==="[object RegExp]"}Xe.isRegExp=pp;function xs(t){return typeof t=="object"&&t!==null}Xe.isObject=xs;function Bh(t){return xs(t)&&Ih(t)==="[object Date]"}Xe.isDate=Bh;function dp(t){return xs(t)&&(Ih(t)==="[object Error]"||t instanceof Error)}Xe.isError=dp;function mp(t){return typeof t=="function"}Xe.isFunction=mp;function X4(t){return t===null||typeof t=="boolean"||typeof t=="number"||typeof t=="string"||typeof t=="symbol"||typeof t=="undefined"}Xe.isPrimitive=X4;Xe.isBuffer=xv();function Ih(t){return Object.prototype.toString.call(t)}function xh(t){return t<10?"0"+t.toString(10):t.toString(10)}var $4=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function e2(){var t=new Date,e=[xh(t.getHours()),xh(t.getMinutes()),xh(t.getSeconds())].join(":");return[t.getDate(),$4[t.getMonth()],e].join(" ")}Xe.log=function(){console.log("%s - %s",e2(),Xe.format.apply(Xe,arguments))};Xe.inherits=Sv();Xe._extend=function(t,e){if(!e||!xs(e))return t;for(var r=Object.keys(e),n=r.length;n--;)t[r[n]]=e[r[n]];return t};function Fv(t,e){return Object.prototype.hasOwnProperty.call(t,e)}var Sf=typeof Symbol!="undefined"?Symbol("util.promisify.custom"):void 0;Xe.promisify=function(e){if(typeof e!="function")throw new TypeError('The "original" argument must be of type Function');if(Sf&&e[Sf]){var r=e[Sf];if(typeof r!="function")throw new TypeError('The "util.promisify.custom" argument must be of type Function');return Object.defineProperty(r,Sf,{value:r,enumerable:!1,writable:!1,configurable:!0}),r}function r(){for(var n,i,o=new Promise(function(u,l){n=u,i=l}),f=[],s=0;s<arguments.length;s++)f.push(arguments[s]);f.push(function(u,l){u?i(u):n(l)});try{e.apply(this,f)}catch(u){i(u)}return o}return Object.setPrototypeOf(r,Object.getPrototypeOf(e)),Sf&&Object.defineProperty(r,Sf,{value:r,enumerable:!1,writable:!1,configurable:!0}),Object.defineProperties(r,Ev(e))};Xe.promisify.custom=Sf;function t2(t,e){if(!t){var r=new Error("Promise was rejected with a falsy value");r.reason=t,t=r}return e(t)}function r2(t){if(typeof t!="function")throw new TypeError('The "original" argument must be of type Function');function e(){for(var r=[],n=0;n<arguments.length;n++)r.push(arguments[n]);var i=r.pop();if(typeof i!="function")throw new TypeError("The last argument must be of type Function");var o=this,f=function(){return i.apply(o,arguments)};t.apply(this,r).then(function(s){process.nextTick(f,null,s)},function(s){process.nextTick(t2,s,f)})}return Object.setPrototypeOf(e,Object.getPrototypeOf(t)),Object.defineProperties(e,Ev(t)),e}Xe.callbackify=r2});var gp=k((z6,bp)=>{var Dv="inspect",wp=vo(),Sh=parseInt(Math.random()*16777215,10),Nv=new RegExp("^[0-9a-fA-F]{24}$");try{Buffer&&Buffer.from&&(hp=!0,Dv=Nn().inspect.custom||"inspect")}catch{hp=!1}var hp,Ze=function t(e){if(e instanceof t)return e;if(!(this instanceof t))return new t(e);if(this._bsontype="ObjectID",e==null||typeof e=="number"){this.id=this.generate(e),t.cacheHexString&&(this.__id=this.toString("hex"));return}var r=t.isValid(e);if(!r&&e!=null)throw new Error("Argument passed in must be a single String of 12 bytes or a string of 24 hex characters");if(r&&typeof e=="string"&&e.length===24&&hp)return new t(wp.toBuffer(e,"hex"));if(r&&typeof e=="string"&&e.length===24)return t.createFromHexString(e);if(e!=null&&e.length===12)this.id=e;else{if(e!=null&&typeof e.toHexString=="function")return e;throw new Error("Argument passed in must be a single String of 12 bytes or a string of 24 hex characters")}t.cacheHexString&&(this.__id=this.toString("hex"))},Pv=[];for(Ar=0;Ar<256;Ar++)Pv[Ar]=(Ar<=15?"0":"")+Ar.toString(16);var Ar;Ze.prototype.toHexString=function(){if(Ze.cacheHexString&&this.__id)return this.__id;var t="";if(!this.id||!this.id.length)throw new Error("invalid ObjectId, ObjectId.id must be either a string or a Buffer, but is ["+JSON.stringify(this.id)+"]");if(this.id instanceof xl)return t=n2(this.id),Ze.cacheHexString&&(this.__id=t),t;for(var e=0;e<this.id.length;e++)t+=Pv[this.id.charCodeAt(e)];return Ze.cacheHexString&&(this.__id=t),t};Ze.prototype.get_inc=function(){return Ze.index=(Ze.index+1)%16777215};Ze.prototype.getInc=function(){return this.get_inc()};Ze.prototype.generate=function(t){typeof t!="number"&&(t=~~(Date.now()/1e3));var e=(typeof process=="undefined"||process.pid===1?Math.floor(Math.random()*1e5):process.pid)%65535,r=this.get_inc(),n=wp.allocBuffer(12);return n[3]=t&255,n[2]=t>>8&255,n[1]=t>>16&255,n[0]=t>>24&255,n[6]=Sh&255,n[5]=Sh>>8&255,n[4]=Sh>>16&255,n[8]=e&255,n[7]=e>>8&255,n[11]=r&255,n[10]=r>>8&255,n[9]=r>>16&255,n};Ze.prototype.toString=function(t){return this.id&&this.id.copy?this.id.toString(typeof t=="string"?t:"hex"):this.toHexString()};Ze.prototype[Dv]=Ze.prototype.toString;Ze.prototype.toJSON=function(){return this.toHexString()};Ze.prototype.equals=function(e){return e instanceof Ze?this.toString()===e.toString():typeof e=="string"&&Ze.isValid(e)&&e.length===12&&this.id instanceof xl?e===this.id.toString("binary"):typeof e=="string"&&Ze.isValid(e)&&e.length===24?e.toLowerCase()===this.toHexString():typeof e=="string"&&Ze.isValid(e)&&e.length===12?e===this.id:e!=null&&(e instanceof Ze||e.toHexString)?e.toHexString()===this.toHexString():!1};Ze.prototype.getTimestamp=function(){var t=new Date,e=this.id[3]|this.id[2]<<8|this.id[1]<<16|this.id[0]<<24;return t.setTime(Math.floor(e)*1e3),t};Ze.index=~~(Math.random()*16777215);Ze.createPk=function(){return new Ze};Ze.createFromTime=function(e){var r=wp.toBuffer([0,0,0,0,0,0,0,0,0,0,0,0]);return r[3]=e&255,r[2]=e>>8&255,r[1]=e>>16&255,r[0]=e>>24&255,new Ze(r)};var Il=[];Ar=0;for(;Ar<10;)Il[48+Ar]=Ar++;for(;Ar<16;)Il[65-10+Ar]=Il[97-10+Ar]=Ar++;var xl=Buffer,n2=function(t){return t.toString("hex")};Ze.createFromHexString=function(e){if(typeof e=="undefined"||e!=null&&e.length!==24)throw new Error("Argument passed in must be a single String of 12 bytes or a string of 24 hex characters");if(hp)return new Ze(wp.toBuffer(e,"hex"));for(var r=new xl(12),n=0,i=0;i<24;)r[n++]=Il[e.charCodeAt(i++)]<<4|Il[e.charCodeAt(i++)];return new Ze(r)};Ze.isValid=function(e){return e==null?!1:typeof e=="number"?!0:typeof e=="string"?e.length===12||e.length===24&&Nv.test(e):e instanceof Ze||e instanceof xl?!0:typeof e.toHexString=="function"&&(e.id instanceof xl||typeof e.id=="string")?e.id.length===12||e.id.length===24&&Nv.test(e.id):!1};Object.defineProperty(Ze.prototype,"generationTime",{enumerable:!0,get:function(){return this.id[3]|this.id[2]<<8|this.id[1]<<16|this.id[0]<<24},set:function(t){this.id[3]=t&255,this.id[2]=t>>8&255,this.id[1]=t>>16&255,this.id[0]=t>>24&255}});bp.exports=Ze;bp.exports.ObjectID=Ze;bp.exports.ObjectId=Ze});var jp=k((L6,Eh)=>{function yp(t,e){if(!(this instanceof yp))return new yp;this._bsontype="BSONRegExp",this.pattern=t||"",this.options=e||"";for(var r=0;r<this.options.length;r++)if(!(this.options[r]==="i"||this.options[r]==="m"||this.options[r]==="x"||this.options[r]==="l"||this.options[r]==="s"||this.options[r]==="u"))throw new Error("the regular expression options ["+this.options[r]+"] is not supported")}Eh.exports=yp;Eh.exports.BSONRegExp=yp});var qp=k((V6,Ah)=>{var i2=Buffer&&Nn().inspect.custom||"inspect";function Bo(t){if(!(this instanceof Bo))return new Bo(t);this._bsontype="Symbol",this.value=t}Bo.prototype.valueOf=function(){return this.value};Bo.prototype.toString=function(){return this.value};Bo.prototype[i2]=function(){return this.value};Bo.prototype.toJSON=function(){return this.value};Ah.exports=Bo;Ah.exports.Symbol=Bo});var Fh=k((C6,Oh)=>{var Ss=function(t){if(!(this instanceof Ss))return new Ss(t);this._bsontype="Int32",this.value=t};Ss.prototype.valueOf=function(){return this.value};Ss.prototype.toJSON=function(){return this.value};Oh.exports=Ss;Oh.exports.Int32=Ss});var _p=k((W6,Nh)=>{var Dh=function t(e,r){if(!(this instanceof t))return new t(e,r);this._bsontype="Code",this.code=e,this.scope=r};Dh.prototype.toJSON=function(){return{scope:this.scope,code:this.code}};Nh.exports=Dh;Nh.exports.Code=Dh});var Ip=k((K6,Rh)=>{"use strict";var Pe=Bs(),o2=/^(\+|-)?(\d+|(\d*\.\d*))?(E|e)?([-+])?(\d+)?$/,f2=/^(\+|-)?(Infinity|inf)$/i,s2=/^(\+|-)?NaN$/i,Sl=6111,vp=-6176,Ph=6176,a2=34,Tp=[124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0].reverse(),kp=[248,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0].reverse(),Bp=[120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0].reverse(),l2=/^([-+])?(\d+)?$/,Mi=vo(),Rv=function(t){return!isNaN(parseInt(t,10))},u2=function(t){var e=Pe.fromNumber(1e3*1e3*1e3),r=Pe.fromNumber(0),n=0;if(!t.parts[0]&&!t.parts[1]&&!t.parts[2]&&!t.parts[3])return{quotient:t,rem:r};for(n=0;n<=3;n++)r=r.shiftLeft(32),r=r.add(new Pe(t.parts[n],0)),t.parts[n]=r.div(e).low_,r=r.modulo(e);return{quotient:t,rem:r}},c2=function(t,e){if(!t&&!e)return{high:Pe.fromNumber(0),low:Pe.fromNumber(0)};var r=t.shiftRightUnsigned(32),n=new Pe(t.getLowBits(),0),i=e.shiftRightUnsigned(32),o=new Pe(e.getLowBits(),0),f=r.multiply(i),s=r.multiply(o),u=n.multiply(i),l=n.multiply(o);return f=f.add(s.shiftRightUnsigned(32)),s=new Pe(s.getLowBits(),0).add(u).add(l.shiftRightUnsigned(32)),f=f.add(s.shiftRightUnsigned(32)),l=s.shiftLeft(32).add(new Pe(l.getLowBits(),0)),{high:f,low:l}},p2=function(t,e){var r=t.high_>>>0,n=e.high_>>>0;if(r<n)return!0;if(r===n){var i=t.low_>>>0,o=e.low_>>>0;if(i<o)return!0}return!1},Or=function(t){this._bsontype="Decimal128",this.bytes=t};Or.fromString=function(t){var e=!1,r=!1,n=!1,i=0,o=0,f=0,s=0,u=0,l=[0],c=0,w=0,p=0,g=0,T=0,L=0,O=[0,0],W=[0,0],re=0,H=0;if(t=t.trim(),t.length>=7e3)throw new Error(""+t+" not a valid Decimal128 string");var M=t.match(o2),P=t.match(f2),F=t.match(s2);if(!M&&!P&&!F||t.length===0)throw new Error(""+t+" not a valid Decimal128 string");if(M&&M[4]&&M[2]===void 0)throw new Error(""+t+" not a valid Decimal128 string");if((t[H]==="+"||t[H]==="-")&&(e=t[H++]==="-"),!Rv(t[H])&&t[H]!=="."){if(t[H]==="i"||t[H]==="I")return new Or(Mi.toBuffer(e?kp:Bp));if(t[H]==="N")return new Or(Mi.toBuffer(Tp))}for(;Rv(t[H])||t[H]===".";){if(t[H]==="."){if(r)return new Or(Mi.toBuffer(Tp));r=!0,H=H+1;continue}c<34&&(t[H]!=="0"||n)&&(n||(u=o),n=!0,l[w++]=parseInt(t[H],10),c=c+1),n&&(f=f+1),r&&(s=s+1),o=o+1,H=H+1}if(r&&!o)throw new Error(""+t+" not a valid Decimal128 string");if(t[H]==="e"||t[H]==="E"){var se=t.substr(++H).match(l2);if(!se||!se[2])return new Or(Mi.toBuffer(Tp));T=parseInt(se[0],10),H=H+se[0].length}if(t[H])return new Or(Mi.toBuffer(Tp));if(p=0,!c)p=0,g=0,l[0]=0,f=1,c=1,i=0;else if(g=c-1,i=f,T!==0&&i!==1)for(;t[u+i-1]==="0";)i=i-1;for(T<=s&&s-T>1<<14?T=vp:T=T-s;T>Sl;){if(g=g+1,g-p>a2){var ne=l.join("");if(ne.match(/^0+$/)){T=Sl;break}else return new Or(Mi.toBuffer(e?kp:Bp))}T=T-1}for(;T<vp||c<f;){if(g===0){T=vp,i=0;break}if(c<f?f=f-1:g=g-1,T<Sl)T=T+1;else if(ne=l.join(""),ne.match(/^0+$/)){T=Sl;break}else return new Or(Mi.toBuffer(e?kp:Bp))}if(g-p+1<i&&t[i]!=="0"){var ce=o;r&&T===vp&&(u=u+1,ce=ce+1);var Ge=parseInt(t[u+g+1],10),q=0;if(Ge>=5&&(q=1,Ge===5)){for(q=l[g]%2==1,L=u+g+2;L<ce;L++)if(parseInt(t[L],10)){q=1;break}}if(q){for(var Oe=g;Oe>=0&&++l[Oe]>9;Oe--)if(l[Oe]=0,Oe===0)if(T<Sl)T=T+1,l[Oe]=1;else return new Or(Mi.toBuffer(e?kp:Bp))}}if(O=Pe.fromNumber(0),W=Pe.fromNumber(0),i===0)O=Pe.fromNumber(0),W=Pe.fromNumber(0);else if(g-p<17)for(Oe=p,W=Pe.fromNumber(l[Oe++]),O=new Pe(0,0);Oe<=g;Oe++)W=W.multiply(Pe.fromNumber(10)),W=W.add(Pe.fromNumber(l[Oe]));else{for(Oe=p,O=Pe.fromNumber(l[Oe++]);Oe<=g-17;Oe++)O=O.multiply(Pe.fromNumber(10)),O=O.add(Pe.fromNumber(l[Oe]));for(W=Pe.fromNumber(l[Oe++]);Oe<=g;Oe++)W=W.multiply(Pe.fromNumber(10)),W=W.add(Pe.fromNumber(l[Oe]))}var Le=c2(O,Pe.fromString("100000000000000000"));Le.low=Le.low.add(W),p2(Le.low,W)&&(Le.high=Le.high.add(Pe.fromNumber(1))),re=T+Ph;var be={low:Pe.fromNumber(0),high:Pe.fromNumber(0)};Le.high.shiftRightUnsigned(49).and(Pe.fromNumber(1)).equals(Pe.fromNumber)?(be.high=be.high.or(Pe.fromNumber(3).shiftLeft(61)),be.high=be.high.or(Pe.fromNumber(re).and(Pe.fromNumber(16383).shiftLeft(47))),be.high=be.high.or(Le.high.and(Pe.fromNumber(140737488355327)))):(be.high=be.high.or(Pe.fromNumber(re&16383).shiftLeft(49)),be.high=be.high.or(Le.high.and(Pe.fromNumber(562949953421311)))),be.low=Le.low,e&&(be.high=be.high.or(Pe.fromString("9223372036854775808")));var Je=Mi.allocBuffer(16);return H=0,Je[H++]=be.low.low_&255,Je[H++]=be.low.low_>>8&255,Je[H++]=be.low.low_>>16&255,Je[H++]=be.low.low_>>24&255,Je[H++]=be.low.high_&255,Je[H++]=be.low.high_>>8&255,Je[H++]=be.low.high_>>16&255,Je[H++]=be.low.high_>>24&255,Je[H++]=be.high.low_&255,Je[H++]=be.high.low_>>8&255,Je[H++]=be.high.low_>>16&255,Je[H++]=be.high.low_>>24&255,Je[H++]=be.high.high_&255,Je[H++]=be.high.high_>>8&255,Je[H++]=be.high.high_>>16&255,Je[H++]=be.high.high_>>24&255,new Or(Je)};var d2=31,Hv=16383,m2=30,w2=31;Ph=6176;Or.prototype.toString=function(){for(var t,e,r,n,i,o,f=0,s=new Array(36),u=0;u<s.length;u++)s[u]=0;var l=0,c,w,p=!1,g,T={parts:new Array(4)},L,O,W=[];l=0;var re=this.bytes;n=re[l++]|re[l++]<<8|re[l++]<<16|re[l++]<<24,r=re[l++]|re[l++]<<8|re[l++]<<16|re[l++]<<24,e=re[l++]|re[l++]<<8|re[l++]<<16|re[l++]<<24,t=re[l++]|re[l++]<<8|re[l++]<<16|re[l++]<<24,l=0;var H={low:new Pe(n,r),high:new Pe(e,t)};if(H.high.lessThan(Pe.ZERO)&&W.push("-"),i=t>>26&d2,i>>3==3){if(i===m2)return W.join("")+"Infinity";if(i===w2)return"NaN";o=t>>15&Hv,g=8+(t>>14&1)}else g=t>>14&7,o=t>>17&Hv;if(c=o-Ph,T.parts[0]=(t&16383)+((g&15)<<14),T.parts[1]=e,T.parts[2]=r,T.parts[3]=n,T.parts[0]===0&&T.parts[1]===0&&T.parts[2]===0&&T.parts[3]===0)p=!0;else for(O=3;O>=0;O--){var M=0,P=u2(T);if(T=P.quotient,M=P.rem.low_,!!M)for(L=8;L>=0;L--)s[O*9+L]=M%10,M=Math.floor(M/10)}if(p)f=1,s[l]=0;else for(f=36,u=0;!s[l];)u++,f=f-1,l=l+1;if(w=f-1+c,w>=34||w<=-7||c>0){for(W.push(s[l++]),f=f-1,f&&W.push("."),u=0;u<f;u++)W.push(s[l++]);W.push("E"),w>0?W.push("+"+w):W.push(w)}else if(c>=0)for(u=0;u<f;u++)W.push(s[l++]);else{var F=f+c;if(F>0)for(u=0;u<F;u++)W.push(s[l++]);else W.push("0");for(W.push(".");F++<0;)W.push("0");for(u=0;u<f-Math.max(F-1,0);u++)W.push(s[l++])}return W.join("")};Or.prototype.toJSON=function(){return{$numberDecimal:this.toString()}};Rh.exports=Or;Rh.exports.Decimal128=Or});var Sp=k((Y6,Hh)=>{function xp(){if(!(this instanceof xp))return new xp;this._bsontype="MinKey"}Hh.exports=xp;Hh.exports.MinKey=xp});var Ap=k((G6,Mh)=>{function Ep(){if(!(this instanceof Ep))return new Ep;this._bsontype="MaxKey"}Mh.exports=Ep;Mh.exports.MaxKey=Ep});var Op=k((J6,Uh)=>{function El(t,e,r){if(!(this instanceof El))return new El(t,e,r);this._bsontype="DBRef",this.namespace=t,this.oid=e,this.db=r}El.prototype.toJSON=function(){return{$ref:this.namespace,$id:this.oid,$db:this.db==null?"":this.db}};Uh.exports=El;Uh.exports.DBRef=El});var zv=k(Fp=>{"use strict";Fp.byteLength=b2;Fp.toByteArray=y2;Fp.fromByteArray=_2;var ei=[],nn=[],h2=typeof Uint8Array!="undefined"?Uint8Array:Array,zh="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(Ef=0,Mv=zh.length;Ef<Mv;++Ef)ei[Ef]=zh[Ef],nn[zh.charCodeAt(Ef)]=Ef;var Ef,Mv;nn["-".charCodeAt(0)]=62;nn["_".charCodeAt(0)]=63;function Uv(t){var e=t.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=t.indexOf("=");r===-1&&(r=e);var n=r===e?0:4-r%4;return[r,n]}function b2(t){var e=Uv(t),r=e[0],n=e[1];return(r+n)*3/4-n}function g2(t,e,r){return(e+r)*3/4-r}function y2(t){var e,r=Uv(t),n=r[0],i=r[1],o=new h2(g2(t,n,i)),f=0,s=i>0?n-4:n,u;for(u=0;u<s;u+=4)e=nn[t.charCodeAt(u)]<<18|nn[t.charCodeAt(u+1)]<<12|nn[t.charCodeAt(u+2)]<<6|nn[t.charCodeAt(u+3)],o[f++]=e>>16&255,o[f++]=e>>8&255,o[f++]=e&255;return i===2&&(e=nn[t.charCodeAt(u)]<<2|nn[t.charCodeAt(u+1)]>>4,o[f++]=e&255),i===1&&(e=nn[t.charCodeAt(u)]<<10|nn[t.charCodeAt(u+1)]<<4|nn[t.charCodeAt(u+2)]>>2,o[f++]=e>>8&255,o[f++]=e&255),o}function j2(t){return ei[t>>18&63]+ei[t>>12&63]+ei[t>>6&63]+ei[t&63]}function q2(t,e,r){for(var n,i=[],o=e;o<r;o+=3)n=(t[o]<<16&16711680)+(t[o+1]<<8&65280)+(t[o+2]&255),i.push(j2(n));return i.join("")}function _2(t){for(var e,r=t.length,n=r%3,i=[],o=16383,f=0,s=r-n;f<s;f+=o)i.push(q2(t,f,f+o>s?s:f+o));return n===1?(e=t[r-1],i.push(ei[e>>2]+ei[e<<4&63]+"==")):n===2&&(e=(t[r-2]<<8)+t[r-1],i.push(ei[e>>10]+ei[e>>4&63]+ei[e<<2&63]+"=")),i.join("")}});var Lv=k(Lh=>{Lh.read=function(t,e,r,n,i){var o,f,s=i*8-n-1,u=(1<<s)-1,l=u>>1,c=-7,w=r?i-1:0,p=r?-1:1,g=t[e+w];for(w+=p,o=g&(1<<-c)-1,g>>=-c,c+=s;c>0;o=o*256+t[e+w],w+=p,c-=8);for(f=o&(1<<-c)-1,o>>=-c,c+=n;c>0;f=f*256+t[e+w],w+=p,c-=8);if(o===0)o=1-l;else{if(o===u)return f?NaN:(g?-1:1)*(1/0);f=f+Math.pow(2,n),o=o-l}return(g?-1:1)*f*Math.pow(2,o-n)};Lh.write=function(t,e,r,n,i,o){var f,s,u,l=o*8-i-1,c=(1<<l)-1,w=c>>1,p=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,g=n?0:o-1,T=n?1:-1,L=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(s=isNaN(e)?1:0,f=c):(f=Math.floor(Math.log(e)/Math.LN2),e*(u=Math.pow(2,-f))<1&&(f--,u*=2),f+w>=1?e+=p/u:e+=p*Math.pow(2,1-w),e*u>=2&&(f++,u/=2),f+w>=c?(s=0,f=c):f+w>=1?(s=(e*u-1)*Math.pow(2,i),f=f+w):(s=e*Math.pow(2,w-1)*Math.pow(2,i),f=0));i>=8;t[r+g]=s&255,g+=T,s/=256,i-=8);for(f=f<<i|s,l+=i;l>0;t[r+g]=f&255,g+=T,f/=256,l-=8);t[r+g-T]|=L*128}});var tT=k(As=>{"use strict";var Vh=zv(),Es=Lv(),Vv=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;As.Buffer=D;As.SlowBuffer=x2;As.INSPECT_MAX_BYTES=50;var Dp=2147483647;As.kMaxLength=Dp;D.TYPED_ARRAY_SUPPORT=v2();!D.TYPED_ARRAY_SUPPORT&&typeof console!="undefined"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function v2(){try{var t=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(t,e),t.foo()===42}catch{return!1}}Object.defineProperty(D.prototype,"parent",{enumerable:!0,get:function(){if(!!D.isBuffer(this))return this.buffer}});Object.defineProperty(D.prototype,"offset",{enumerable:!0,get:function(){if(!!D.isBuffer(this))return this.byteOffset}});function Ui(t){if(t>Dp)throw new RangeError('The value "'+t+'" is invalid for option "size"');var e=new Uint8Array(t);return Object.setPrototypeOf(e,D.prototype),e}function D(t,e,r){if(typeof t=="number"){if(typeof e=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return Ch(t)}return Cv(t,e,r)}D.poolSize=8192;function Cv(t,e,r){if(typeof t=="string")return k2(t,e);if(ArrayBuffer.isView(t))return B2(t);if(t==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t);if(ti(t,ArrayBuffer)||t&&ti(t.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(ti(t,SharedArrayBuffer)||t&&ti(t.buffer,SharedArrayBuffer)))return Kh(t,e,r);if(typeof t=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var n=t.valueOf&&t.valueOf();if(n!=null&&n!==t)return D.from(n,e,r);var i=I2(t);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof t[Symbol.toPrimitive]=="function")return D.from(t[Symbol.toPrimitive]("string"),e,r);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t)}D.from=function(t,e,r){return Cv(t,e,r)};Object.setPrototypeOf(D.prototype,Uint8Array.prototype);Object.setPrototypeOf(D,Uint8Array);function Wv(t){if(typeof t!="number")throw new TypeError('"size" argument must be of type number');if(t<0)throw new RangeError('The value "'+t+'" is invalid for option "size"')}function T2(t,e,r){return Wv(t),t<=0?Ui(t):e!==void 0?typeof r=="string"?Ui(t).fill(e,r):Ui(t).fill(e):Ui(t)}D.alloc=function(t,e,r){return T2(t,e,r)};function Ch(t){return Wv(t),Ui(t<0?0:Yh(t)|0)}D.allocUnsafe=function(t){return Ch(t)};D.allocUnsafeSlow=function(t){return Ch(t)};function k2(t,e){if((typeof e!="string"||e==="")&&(e="utf8"),!D.isEncoding(e))throw new TypeError("Unknown encoding: "+e);var r=Kv(t,e)|0,n=Ui(r),i=n.write(t,e);return i!==r&&(n=n.slice(0,i)),n}function Wh(t){for(var e=t.length<0?0:Yh(t.length)|0,r=Ui(e),n=0;n<e;n+=1)r[n]=t[n]&255;return r}function B2(t){if(ti(t,Uint8Array)){var e=new Uint8Array(t);return Kh(e.buffer,e.byteOffset,e.byteLength)}return Wh(t)}function Kh(t,e,r){if(e<0||t.byteLength<e)throw new RangeError('"offset" is outside of buffer bounds');if(t.byteLength<e+(r||0))throw new RangeError('"length" is outside of buffer bounds');var n;return e===void 0&&r===void 0?n=new Uint8Array(t):r===void 0?n=new Uint8Array(t,e):n=new Uint8Array(t,e,r),Object.setPrototypeOf(n,D.prototype),n}function I2(t){if(D.isBuffer(t)){var e=Yh(t.length)|0,r=Ui(e);return r.length===0||t.copy(r,0,0,e),r}if(t.length!==void 0)return typeof t.length!="number"||Jh(t.length)?Ui(0):Wh(t);if(t.type==="Buffer"&&Array.isArray(t.data))return Wh(t.data)}function Yh(t){if(t>=Dp)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Dp.toString(16)+" bytes");return t|0}function x2(t){return+t!=t&&(t=0),D.alloc(+t)}D.isBuffer=function(e){return e!=null&&e._isBuffer===!0&&e!==D.prototype};D.compare=function(e,r){if(ti(e,Uint8Array)&&(e=D.from(e,e.offset,e.byteLength)),ti(r,Uint8Array)&&(r=D.from(r,r.offset,r.byteLength)),!D.isBuffer(e)||!D.isBuffer(r))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===r)return 0;for(var n=e.length,i=r.length,o=0,f=Math.min(n,i);o<f;++o)if(e[o]!==r[o]){n=e[o],i=r[o];break}return n<i?-1:i<n?1:0};D.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};D.concat=function(e,r){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(e.length===0)return D.alloc(0);var n;if(r===void 0)for(r=0,n=0;n<e.length;++n)r+=e[n].length;var i=D.allocUnsafe(r),o=0;for(n=0;n<e.length;++n){var f=e[n];if(ti(f,Uint8Array))o+f.length>i.length?D.from(f).copy(i,o):Uint8Array.prototype.set.call(i,f,o);else if(D.isBuffer(f))f.copy(i,o);else throw new TypeError('"list" argument must be an Array of Buffers');o+=f.length}return i};function Kv(t,e){if(D.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||ti(t,ArrayBuffer))return t.byteLength;if(typeof t!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof t);var r=t.length,n=arguments.length>2&&arguments[2]===!0;if(!n&&r===0)return 0;for(var i=!1;;)switch(e){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return Gh(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r*2;case"hex":return r>>>1;case"base64":return eT(t).length;default:if(i)return n?-1:Gh(t).length;e=(""+e).toLowerCase(),i=!0}}D.byteLength=Kv;function S2(t,e,r){var n=!1;if((e===void 0||e<0)&&(e=0),e>this.length||((r===void 0||r>this.length)&&(r=this.length),r<=0)||(r>>>=0,e>>>=0,r<=e))return"";for(t||(t="utf8");;)switch(t){case"hex":return M2(this,e,r);case"utf8":case"utf-8":return Jv(this,e,r);case"ascii":return R2(this,e,r);case"latin1":case"binary":return H2(this,e,r);case"base64":return N2(this,e,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return U2(this,e,r);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}D.prototype._isBuffer=!0;function Af(t,e,r){var n=t[e];t[e]=t[r],t[r]=n}D.prototype.swap16=function(){var e=this.length;if(e%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var r=0;r<e;r+=2)Af(this,r,r+1);return this};D.prototype.swap32=function(){var e=this.length;if(e%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var r=0;r<e;r+=4)Af(this,r,r+3),Af(this,r+1,r+2);return this};D.prototype.swap64=function(){var e=this.length;if(e%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var r=0;r<e;r+=8)Af(this,r,r+7),Af(this,r+1,r+6),Af(this,r+2,r+5),Af(this,r+3,r+4);return this};D.prototype.toString=function(){var e=this.length;return e===0?"":arguments.length===0?Jv(this,0,e):S2.apply(this,arguments)};D.prototype.toLocaleString=D.prototype.toString;D.prototype.equals=function(e){if(!D.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e?!0:D.compare(this,e)===0};D.prototype.inspect=function(){var e="",r=As.INSPECT_MAX_BYTES;return e=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(e+=" ... "),"<Buffer "+e+">"};Vv&&(D.prototype[Vv]=D.prototype.inspect);D.prototype.compare=function(e,r,n,i,o){if(ti(e,Uint8Array)&&(e=D.from(e,e.offset,e.byteLength)),!D.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(r===void 0&&(r=0),n===void 0&&(n=e?e.length:0),i===void 0&&(i=0),o===void 0&&(o=this.length),r<0||n>e.length||i<0||o>this.length)throw new RangeError("out of range index");if(i>=o&&r>=n)return 0;if(i>=o)return-1;if(r>=n)return 1;if(r>>>=0,n>>>=0,i>>>=0,o>>>=0,this===e)return 0;for(var f=o-i,s=n-r,u=Math.min(f,s),l=this.slice(i,o),c=e.slice(r,n),w=0;w<u;++w)if(l[w]!==c[w]){f=l[w],s=c[w];break}return f<s?-1:s<f?1:0};function Yv(t,e,r,n,i){if(t.length===0)return-1;if(typeof r=="string"?(n=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,Jh(r)&&(r=i?0:t.length-1),r<0&&(r=t.length+r),r>=t.length){if(i)return-1;r=t.length-1}else if(r<0)if(i)r=0;else return-1;if(typeof e=="string"&&(e=D.from(e,n)),D.isBuffer(e))return e.length===0?-1:Gv(t,e,r,n,i);if(typeof e=="number")return e=e&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(t,e,r):Uint8Array.prototype.lastIndexOf.call(t,e,r):Gv(t,[e],r,n,i);throw new TypeError("val must be string, number or Buffer")}function Gv(t,e,r,n,i){var o=1,f=t.length,s=e.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(t.length<2||e.length<2)return-1;o=2,f/=2,s/=2,r/=2}function u(g,T){return o===1?g[T]:g.readUInt16BE(T*o)}var l;if(i){var c=-1;for(l=r;l<f;l++)if(u(t,l)===u(e,c===-1?0:l-c)){if(c===-1&&(c=l),l-c+1===s)return c*o}else c!==-1&&(l-=l-c),c=-1}else for(r+s>f&&(r=f-s),l=r;l>=0;l--){for(var w=!0,p=0;p<s;p++)if(u(t,l+p)!==u(e,p)){w=!1;break}if(w)return l}return-1}D.prototype.includes=function(e,r,n){return this.indexOf(e,r,n)!==-1};D.prototype.indexOf=function(e,r,n){return Yv(this,e,r,n,!0)};D.prototype.lastIndexOf=function(e,r,n){return Yv(this,e,r,n,!1)};function E2(t,e,r,n){r=Number(r)||0;var i=t.length-r;n?(n=Number(n),n>i&&(n=i)):n=i;var o=e.length;n>o/2&&(n=o/2);for(var f=0;f<n;++f){var s=parseInt(e.substr(f*2,2),16);if(Jh(s))return f;t[r+f]=s}return f}function A2(t,e,r,n){return Np(Gh(e,t.length-r),t,r,n)}function O2(t,e,r,n){return Np(V2(e),t,r,n)}function F2(t,e,r,n){return Np(eT(e),t,r,n)}function D2(t,e,r,n){return Np(C2(e,t.length-r),t,r,n)}D.prototype.write=function(e,r,n,i){if(r===void 0)i="utf8",n=this.length,r=0;else if(n===void 0&&typeof r=="string")i=r,n=this.length,r=0;else if(isFinite(r))r=r>>>0,isFinite(n)?(n=n>>>0,i===void 0&&(i="utf8")):(i=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var o=this.length-r;if((n===void 0||n>o)&&(n=o),e.length>0&&(n<0||r<0)||r>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var f=!1;;)switch(i){case"hex":return E2(this,e,r,n);case"utf8":case"utf-8":return A2(this,e,r,n);case"ascii":case"latin1":case"binary":return O2(this,e,r,n);case"base64":return F2(this,e,r,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return D2(this,e,r,n);default:if(f)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),f=!0}};D.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function N2(t,e,r){return e===0&&r===t.length?Vh.fromByteArray(t):Vh.fromByteArray(t.slice(e,r))}function Jv(t,e,r){r=Math.min(t.length,r);for(var n=[],i=e;i<r;){var o=t[i],f=null,s=o>239?4:o>223?3:o>191?2:1;if(i+s<=r){var u,l,c,w;switch(s){case 1:o<128&&(f=o);break;case 2:u=t[i+1],(u&192)==128&&(w=(o&31)<<6|u&63,w>127&&(f=w));break;case 3:u=t[i+1],l=t[i+2],(u&192)==128&&(l&192)==128&&(w=(o&15)<<12|(u&63)<<6|l&63,w>2047&&(w<55296||w>57343)&&(f=w));break;case 4:u=t[i+1],l=t[i+2],c=t[i+3],(u&192)==128&&(l&192)==128&&(c&192)==128&&(w=(o&15)<<18|(u&63)<<12|(l&63)<<6|c&63,w>65535&&w<1114112&&(f=w))}}f===null?(f=65533,s=1):f>65535&&(f-=65536,n.push(f>>>10&1023|55296),f=56320|f&1023),n.push(f),i+=s}return P2(n)}var Zv=4096;function P2(t){var e=t.length;if(e<=Zv)return String.fromCharCode.apply(String,t);for(var r="",n=0;n<e;)r+=String.fromCharCode.apply(String,t.slice(n,n+=Zv));return r}function R2(t,e,r){var n="";r=Math.min(t.length,r);for(var i=e;i<r;++i)n+=String.fromCharCode(t[i]&127);return n}function H2(t,e,r){var n="";r=Math.min(t.length,r);for(var i=e;i<r;++i)n+=String.fromCharCode(t[i]);return n}function M2(t,e,r){var n=t.length;(!e||e<0)&&(e=0),(!r||r<0||r>n)&&(r=n);for(var i="",o=e;o<r;++o)i+=W2[t[o]];return i}function U2(t,e,r){for(var n=t.slice(e,r),i="",o=0;o<n.length-1;o+=2)i+=String.fromCharCode(n[o]+n[o+1]*256);return i}D.prototype.slice=function(e,r){var n=this.length;e=~~e,r=r===void 0?n:~~r,e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),r<e&&(r=e);var i=this.subarray(e,r);return Object.setPrototypeOf(i,D.prototype),i};function tr(t,e,r){if(t%1!=0||t<0)throw new RangeError("offset is not uint");if(t+e>r)throw new RangeError("Trying to access beyond buffer length")}D.prototype.readUintLE=D.prototype.readUIntLE=function(e,r,n){e=e>>>0,r=r>>>0,n||tr(e,r,this.length);for(var i=this[e],o=1,f=0;++f<r&&(o*=256);)i+=this[e+f]*o;return i};D.prototype.readUintBE=D.prototype.readUIntBE=function(e,r,n){e=e>>>0,r=r>>>0,n||tr(e,r,this.length);for(var i=this[e+--r],o=1;r>0&&(o*=256);)i+=this[e+--r]*o;return i};D.prototype.readUint8=D.prototype.readUInt8=function(e,r){return e=e>>>0,r||tr(e,1,this.length),this[e]};D.prototype.readUint16LE=D.prototype.readUInt16LE=function(e,r){return e=e>>>0,r||tr(e,2,this.length),this[e]|this[e+1]<<8};D.prototype.readUint16BE=D.prototype.readUInt16BE=function(e,r){return e=e>>>0,r||tr(e,2,this.length),this[e]<<8|this[e+1]};D.prototype.readUint32LE=D.prototype.readUInt32LE=function(e,r){return e=e>>>0,r||tr(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216};D.prototype.readUint32BE=D.prototype.readUInt32BE=function(e,r){return e=e>>>0,r||tr(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])};D.prototype.readIntLE=function(e,r,n){e=e>>>0,r=r>>>0,n||tr(e,r,this.length);for(var i=this[e],o=1,f=0;++f<r&&(o*=256);)i+=this[e+f]*o;return o*=128,i>=o&&(i-=Math.pow(2,8*r)),i};D.prototype.readIntBE=function(e,r,n){e=e>>>0,r=r>>>0,n||tr(e,r,this.length);for(var i=r,o=1,f=this[e+--i];i>0&&(o*=256);)f+=this[e+--i]*o;return o*=128,f>=o&&(f-=Math.pow(2,8*r)),f};D.prototype.readInt8=function(e,r){return e=e>>>0,r||tr(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};D.prototype.readInt16LE=function(e,r){e=e>>>0,r||tr(e,2,this.length);var n=this[e]|this[e+1]<<8;return n&32768?n|4294901760:n};D.prototype.readInt16BE=function(e,r){e=e>>>0,r||tr(e,2,this.length);var n=this[e+1]|this[e]<<8;return n&32768?n|4294901760:n};D.prototype.readInt32LE=function(e,r){return e=e>>>0,r||tr(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24};D.prototype.readInt32BE=function(e,r){return e=e>>>0,r||tr(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]};D.prototype.readFloatLE=function(e,r){return e=e>>>0,r||tr(e,4,this.length),Es.read(this,e,!0,23,4)};D.prototype.readFloatBE=function(e,r){return e=e>>>0,r||tr(e,4,this.length),Es.read(this,e,!1,23,4)};D.prototype.readDoubleLE=function(e,r){return e=e>>>0,r||tr(e,8,this.length),Es.read(this,e,!0,52,8)};D.prototype.readDoubleBE=function(e,r){return e=e>>>0,r||tr(e,8,this.length),Es.read(this,e,!1,52,8)};function Fr(t,e,r,n,i,o){if(!D.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>i||e<o)throw new RangeError('"value" argument is out of bounds');if(r+n>t.length)throw new RangeError("Index out of range")}D.prototype.writeUintLE=D.prototype.writeUIntLE=function(e,r,n,i){if(e=+e,r=r>>>0,n=n>>>0,!i){var o=Math.pow(2,8*n)-1;Fr(this,e,r,n,o,0)}var f=1,s=0;for(this[r]=e&255;++s<n&&(f*=256);)this[r+s]=e/f&255;return r+n};D.prototype.writeUintBE=D.prototype.writeUIntBE=function(e,r,n,i){if(e=+e,r=r>>>0,n=n>>>0,!i){var o=Math.pow(2,8*n)-1;Fr(this,e,r,n,o,0)}var f=n-1,s=1;for(this[r+f]=e&255;--f>=0&&(s*=256);)this[r+f]=e/s&255;return r+n};D.prototype.writeUint8=D.prototype.writeUInt8=function(e,r,n){return e=+e,r=r>>>0,n||Fr(this,e,r,1,255,0),this[r]=e&255,r+1};D.prototype.writeUint16LE=D.prototype.writeUInt16LE=function(e,r,n){return e=+e,r=r>>>0,n||Fr(this,e,r,2,65535,0),this[r]=e&255,this[r+1]=e>>>8,r+2};D.prototype.writeUint16BE=D.prototype.writeUInt16BE=function(e,r,n){return e=+e,r=r>>>0,n||Fr(this,e,r,2,65535,0),this[r]=e>>>8,this[r+1]=e&255,r+2};D.prototype.writeUint32LE=D.prototype.writeUInt32LE=function(e,r,n){return e=+e,r=r>>>0,n||Fr(this,e,r,4,4294967295,0),this[r+3]=e>>>24,this[r+2]=e>>>16,this[r+1]=e>>>8,this[r]=e&255,r+4};D.prototype.writeUint32BE=D.prototype.writeUInt32BE=function(e,r,n){return e=+e,r=r>>>0,n||Fr(this,e,r,4,4294967295,0),this[r]=e>>>24,this[r+1]=e>>>16,this[r+2]=e>>>8,this[r+3]=e&255,r+4};D.prototype.writeIntLE=function(e,r,n,i){if(e=+e,r=r>>>0,!i){var o=Math.pow(2,8*n-1);Fr(this,e,r,n,o-1,-o)}var f=0,s=1,u=0;for(this[r]=e&255;++f<n&&(s*=256);)e<0&&u===0&&this[r+f-1]!==0&&(u=1),this[r+f]=(e/s>>0)-u&255;return r+n};D.prototype.writeIntBE=function(e,r,n,i){if(e=+e,r=r>>>0,!i){var o=Math.pow(2,8*n-1);Fr(this,e,r,n,o-1,-o)}var f=n-1,s=1,u=0;for(this[r+f]=e&255;--f>=0&&(s*=256);)e<0&&u===0&&this[r+f+1]!==0&&(u=1),this[r+f]=(e/s>>0)-u&255;return r+n};D.prototype.writeInt8=function(e,r,n){return e=+e,r=r>>>0,n||Fr(this,e,r,1,127,-128),e<0&&(e=255+e+1),this[r]=e&255,r+1};D.prototype.writeInt16LE=function(e,r,n){return e=+e,r=r>>>0,n||Fr(this,e,r,2,32767,-32768),this[r]=e&255,this[r+1]=e>>>8,r+2};D.prototype.writeInt16BE=function(e,r,n){return e=+e,r=r>>>0,n||Fr(this,e,r,2,32767,-32768),this[r]=e>>>8,this[r+1]=e&255,r+2};D.prototype.writeInt32LE=function(e,r,n){return e=+e,r=r>>>0,n||Fr(this,e,r,4,2147483647,-2147483648),this[r]=e&255,this[r+1]=e>>>8,this[r+2]=e>>>16,this[r+3]=e>>>24,r+4};D.prototype.writeInt32BE=function(e,r,n){return e=+e,r=r>>>0,n||Fr(this,e,r,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[r]=e>>>24,this[r+1]=e>>>16,this[r+2]=e>>>8,this[r+3]=e&255,r+4};function Qv(t,e,r,n,i,o){if(r+n>t.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function Xv(t,e,r,n,i){return e=+e,r=r>>>0,i||Qv(t,e,r,4,34028234663852886e22,-34028234663852886e22),Es.write(t,e,r,n,23,4),r+4}D.prototype.writeFloatLE=function(e,r,n){return Xv(this,e,r,!0,n)};D.prototype.writeFloatBE=function(e,r,n){return Xv(this,e,r,!1,n)};function $v(t,e,r,n,i){return e=+e,r=r>>>0,i||Qv(t,e,r,8,17976931348623157e292,-17976931348623157e292),Es.write(t,e,r,n,52,8),r+8}D.prototype.writeDoubleLE=function(e,r,n){return $v(this,e,r,!0,n)};D.prototype.writeDoubleBE=function(e,r,n){return $v(this,e,r,!1,n)};D.prototype.copy=function(e,r,n,i){if(!D.isBuffer(e))throw new TypeError("argument should be a Buffer");if(n||(n=0),!i&&i!==0&&(i=this.length),r>=e.length&&(r=e.length),r||(r=0),i>0&&i<n&&(i=n),i===n||e.length===0||this.length===0)return 0;if(r<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),e.length-r<i-n&&(i=e.length-r+n);var o=i-n;return this===e&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(r,n,i):Uint8Array.prototype.set.call(e,this.subarray(n,i),r),o};D.prototype.fill=function(e,r,n,i){if(typeof e=="string"){if(typeof r=="string"?(i=r,r=0,n=this.length):typeof n=="string"&&(i=n,n=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!D.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(e.length===1){var o=e.charCodeAt(0);(i==="utf8"&&o<128||i==="latin1")&&(e=o)}}else typeof e=="number"?e=e&255:typeof e=="boolean"&&(e=Number(e));if(r<0||this.length<r||this.length<n)throw new RangeError("Out of range index");if(n<=r)return this;r=r>>>0,n=n===void 0?this.length:n>>>0,e||(e=0);var f;if(typeof e=="number")for(f=r;f<n;++f)this[f]=e;else{var s=D.isBuffer(e)?e:D.from(e,i),u=s.length;if(u===0)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(f=0;f<n-r;++f)this[f+r]=s[f%u]}return this};var z2=/[^+/0-9A-Za-z-_]/g;function L2(t){if(t=t.split("=")[0],t=t.trim().replace(z2,""),t.length<2)return"";for(;t.length%4!=0;)t=t+"=";return t}function Gh(t,e){e=e||1/0;for(var r,n=t.length,i=null,o=[],f=0;f<n;++f){if(r=t.charCodeAt(f),r>55295&&r<57344){if(!i){if(r>56319){(e-=3)>-1&&o.push(239,191,189);continue}else if(f+1===n){(e-=3)>-1&&o.push(239,191,189);continue}i=r;continue}if(r<56320){(e-=3)>-1&&o.push(239,191,189),i=r;continue}r=(i-55296<<10|r-56320)+65536}else i&&(e-=3)>-1&&o.push(239,191,189);if(i=null,r<128){if((e-=1)<0)break;o.push(r)}else if(r<2048){if((e-=2)<0)break;o.push(r>>6|192,r&63|128)}else if(r<65536){if((e-=3)<0)break;o.push(r>>12|224,r>>6&63|128,r&63|128)}else if(r<1114112){if((e-=4)<0)break;o.push(r>>18|240,r>>12&63|128,r>>6&63|128,r&63|128)}else throw new Error("Invalid code point")}return o}function V2(t){for(var e=[],r=0;r<t.length;++r)e.push(t.charCodeAt(r)&255);return e}function C2(t,e){for(var r,n,i,o=[],f=0;f<t.length&&!((e-=2)<0);++f)r=t.charCodeAt(f),n=r>>8,i=r%256,o.push(i),o.push(n);return o}function eT(t){return Vh.toByteArray(L2(t))}function Np(t,e,r,n){for(var i=0;i<n&&!(i+r>=e.length||i>=t.length);++i)e[i+r]=t[i];return i}function ti(t,e){return t instanceof e||t!=null&&t.constructor!=null&&t.constructor.name!=null&&t.constructor.name===e.name}function Jh(t){return t!==t}var W2=function(){for(var t="0123456789abcdef",e=new Array(256),r=0;r<16;++r)for(var n=r*16,i=0;i<16;++i)e[n+i]=t[r]+t[i];return e}()});var Al=k(($6,Zh)=>{typeof global!="undefined"&&(sr=tT().Buffer);var sr,Pp=vo();function gt(t,e){if(!(this instanceof gt))return new gt(t,e);if(t!=null&&typeof t!="string"&&!sr.isBuffer(t)&&!(t instanceof Uint8Array)&&!Array.isArray(t))throw new Error("only String, Buffer, Uint8Array or Array accepted");if(this._bsontype="Binary",t instanceof Number?(this.sub_type=t,this.position=0):(this.sub_type=e??K2,this.position=0),t!=null&&!(t instanceof Number)){if(typeof t=="string")if(typeof sr!="undefined")this.buffer=Pp.toBuffer(t);else if(typeof Uint8Array!="undefined"||Object.prototype.toString.call(t)==="[object Array]")this.buffer=Y2(t);else throw new Error("only String, Buffer, Uint8Array or Array accepted");else this.buffer=t;this.position=t.length}else typeof sr!="undefined"?this.buffer=Pp.allocBuffer(gt.BUFFER_SIZE):typeof Uint8Array!="undefined"?this.buffer=new Uint8Array(new ArrayBuffer(gt.BUFFER_SIZE)):this.buffer=new Array(gt.BUFFER_SIZE),this.position=0}gt.prototype.put=function(e){if(e.length!=null&&typeof e!="number"&&e.length!==1)throw new Error("only accepts single character String, Uint8Array or Array");if(typeof e!="number"&&e<0||e>255)throw new Error("only accepts number in a valid unsigned byte range 0-255");var r=null;if(typeof e=="string"?r=e.charCodeAt(0):e.length!=null?r=e[0]:r=e,this.buffer.length>this.position)this.buffer[this.position++]=r;else if(typeof sr!="undefined"&&sr.isBuffer(this.buffer)){var n=Pp.allocBuffer(gt.BUFFER_SIZE+this.buffer.length);this.buffer.copy(n,0,0,this.buffer.length),this.buffer=n,this.buffer[this.position++]=r}else{n=null,Object.prototype.toString.call(this.buffer)==="[object Uint8Array]"?n=new Uint8Array(new ArrayBuffer(gt.BUFFER_SIZE+this.buffer.length)):n=new Array(gt.BUFFER_SIZE+this.buffer.length);for(var i=0;i<this.buffer.length;i++)n[i]=this.buffer[i];this.buffer=n,this.buffer[this.position++]=r}};gt.prototype.write=function(e,r){if(r=typeof r=="number"?r:this.position,this.buffer.length<r+e.length){var n=null;if(typeof sr!="undefined"&&sr.isBuffer(this.buffer))n=Pp.allocBuffer(this.buffer.length+e.length),this.buffer.copy(n,0,0,this.buffer.length);else if(Object.prototype.toString.call(this.buffer)==="[object Uint8Array]"){n=new Uint8Array(new ArrayBuffer(this.buffer.length+e.length));for(var i=0;i<this.position;i++)n[i]=this.buffer[i]}this.buffer=n}if(typeof sr!="undefined"&&sr.isBuffer(e)&&sr.isBuffer(this.buffer))e.copy(this.buffer,r,0,e.length),this.position=r+e.length>this.position?r+e.length:this.position;else if(typeof sr!="undefined"&&typeof e=="string"&&sr.isBuffer(this.buffer))this.buffer.write(e,r,"binary"),this.position=r+e.length>this.position?r+e.length:this.position;else if(Object.prototype.toString.call(e)==="[object Uint8Array]"||Object.prototype.toString.call(e)==="[object Array]"&&typeof e!="string"){for(i=0;i<e.length;i++)this.buffer[r++]=e[i];this.position=r>this.position?r:this.position}else if(typeof e=="string"){for(i=0;i<e.length;i++)this.buffer[r++]=e.charCodeAt(i);this.position=r>this.position?r:this.position}};gt.prototype.read=function(e,r){if(r=r&&r>0?r:this.position,this.buffer.slice)return this.buffer.slice(e,e+r);for(var n=typeof Uint8Array!="undefined"?new Uint8Array(new ArrayBuffer(r)):new Array(r),i=0;i<r;i++)n[i]=this.buffer[e++];return n};gt.prototype.value=function(e){if(e=e??!1,e&&typeof sr!="undefined"&&sr.isBuffer(this.buffer)&&this.buffer.length===this.position)return this.buffer;if(typeof sr!="undefined"&&sr.isBuffer(this.buffer))return e?this.buffer.slice(0,this.position):this.buffer.toString("binary",0,this.position);if(e){if(this.buffer.slice!=null)return this.buffer.slice(0,this.position);for(var r=Object.prototype.toString.call(this.buffer)==="[object Uint8Array]"?new Uint8Array(new ArrayBuffer(this.position)):new Array(this.position),n=0;n<this.position;n++)r[n]=this.buffer[n];return r}else return G2(this.buffer,0,this.position)};gt.prototype.length=function(){return this.position};gt.prototype.toJSON=function(){return this.buffer!=null?this.buffer.toString("base64"):""};gt.prototype.toString=function(t){return this.buffer!=null?this.buffer.slice(0,this.position).toString(t):""};var K2=0,Y2=function(t){for(var e=typeof Uint8Array!="undefined"?new Uint8Array(new ArrayBuffer(t.length)):new Array(t.length),r=0;r<t.length;r++)e[r]=t.charCodeAt(r);return e},G2=function(t,e,r){for(var n="",i=e;i<r;i++)n=n+String.fromCharCode(t[i]);return n};gt.BUFFER_SIZE=256;gt.SUBTYPE_DEFAULT=0;gt.SUBTYPE_FUNCTION=1;gt.SUBTYPE_BYTE_ARRAY=2;gt.SUBTYPE_UUID_OLD=3;gt.SUBTYPE_UUID=4;gt.SUBTYPE_MD5=5;gt.SUBTYPE_USER_DEFINED=128;Zh.exports=gt;Zh.exports.Binary=gt});var rT=k((exports,module)=>{"use strict";var Long=Bs().Long,Double=fp().Double,Timestamp=sp().Timestamp,ObjectID=gp().ObjectID,Symbol=qp().Symbol,Code=_p().Code,MinKey=Sp().MinKey,MaxKey=Ap().MaxKey,Decimal128=Ip(),Int32=Fh(),DBRef=Op().DBRef,BSONRegExp=jp().BSONRegExp,Binary=Al().Binary,utils=vo(),deserialize=function(t,e,r){e=e??{};var n=e&&e.index?e.index:0,i=t[n]|t[n+1]<<8|t[n+2]<<16|t[n+3]<<24;if(i<5||t.length<i||i+n>t.length)throw new Error("corrupt bson message");if(t[n+i-1]!==0)throw new Error("One object, sized correctly, with a spot for an EOO, but the EOO isn't 0x00");return deserializeObject(t,n,e,r)},deserializeObject=function(t,e,r,n){var i=r.evalFunctions==null?!1:r.evalFunctions,o=r.cacheFunctions==null?!1:r.cacheFunctions,f=r.cacheFunctionsCrc32==null?!1:r.cacheFunctionsCrc32;if(!f)var s=null;var u=r.fieldsAsRaw==null?null:r.fieldsAsRaw,l=r.raw==null?!1:r.raw,c=typeof r.bsonRegExp=="boolean"?r.bsonRegExp:!1,w=r.promoteBuffers==null?!1:r.promoteBuffers,p=r.promoteLongs==null?!0:r.promoteLongs,g=r.promoteValues==null?!0:r.promoteValues,T=e;if(t.length<5)throw new Error("corrupt bson message < 5 bytes long");var L=t[e++]|t[e++]<<8|t[e++]<<16|t[e++]<<24;if(L<5||L>t.length)throw new Error("corrupt bson message");for(var O=n?[]:{},W=0,re=!1;!re;){var H=t[e++];if(H===0)break;for(var M=e;t[M]!==0&&M<t.length;)M++;if(M>=t.length)throw new Error("Bad BSON Document: illegal CString");var P=n?W++:t.toString("utf8",e,M);if(e=M+1,H===BSON.BSON_DATA_STRING){var F=t[e++]|t[e++]<<8|t[e++]<<16|t[e++]<<24;if(F<=0||F>t.length-e||t[e+F-1]!==0)throw new Error("bad string length in bson");O[P]=t.toString("utf8",e,e+F-1),e=e+F}else if(H===BSON.BSON_DATA_OID){var se=utils.allocBuffer(12);t.copy(se,0,e,e+12),O[P]=new ObjectID(se),e=e+12}else if(H===BSON.BSON_DATA_INT&&g===!1)O[P]=new Int32(t[e++]|t[e++]<<8|t[e++]<<16|t[e++]<<24);else if(H===BSON.BSON_DATA_INT)O[P]=t[e++]|t[e++]<<8|t[e++]<<16|t[e++]<<24;else if(H===BSON.BSON_DATA_NUMBER&&g===!1)O[P]=new Double(t.readDoubleLE(e)),e=e+8;else if(H===BSON.BSON_DATA_NUMBER)O[P]=t.readDoubleLE(e),e=e+8;else if(H===BSON.BSON_DATA_DATE){var ne=t[e++]|t[e++]<<8|t[e++]<<16|t[e++]<<24,ce=t[e++]|t[e++]<<8|t[e++]<<16|t[e++]<<24;O[P]=new Date(new Long(ne,ce).toNumber())}else if(H===BSON.BSON_DATA_BOOLEAN){if(t[e]!==0&&t[e]!==1)throw new Error("illegal boolean type value");O[P]=t[e++]===1}else if(H===BSON.BSON_DATA_OBJECT){var Ge=e,q=t[e]|t[e+1]<<8|t[e+2]<<16|t[e+3]<<24;if(q<=0||q>t.length-e)throw new Error("bad embedded document length in bson");l?O[P]=t.slice(e,e+q):O[P]=deserializeObject(t,Ge,r,!1),e=e+q}else if(H===BSON.BSON_DATA_ARRAY){Ge=e,q=t[e]|t[e+1]<<8|t[e+2]<<16|t[e+3]<<24;var Oe=r,Le=e+q;if(u&&u[P]){Oe={};for(var be in r)Oe[be]=r[be];Oe.raw=!0}if(O[P]=deserializeObject(t,Ge,Oe,!0),e=e+q,t[e-1]!==0)throw new Error("invalid array terminator byte");if(e!==Le)throw new Error("corrupted array bson")}else if(H===BSON.BSON_DATA_UNDEFINED)O[P]=void 0;else if(H===BSON.BSON_DATA_NULL)O[P]=null;else if(H===BSON.BSON_DATA_LONG){ne=t[e++]|t[e++]<<8|t[e++]<<16|t[e++]<<24,ce=t[e++]|t[e++]<<8|t[e++]<<16|t[e++]<<24;var Je=new Long(ne,ce);p&&g===!0?O[P]=Je.lessThanOrEqual(JS_INT_MAX_LONG)&&Je.greaterThanOrEqual(JS_INT_MIN_LONG)?Je.toNumber():Je:O[P]=Je}else if(H===BSON.BSON_DATA_DECIMAL128){var ee=utils.allocBuffer(16);t.copy(ee,0,e,e+16),e=e+16;var Tt=new Decimal128(ee);O[P]=Tt.toObject?Tt.toObject():Tt}else if(H===BSON.BSON_DATA_BINARY){var ft=t[e++]|t[e++]<<8|t[e++]<<16|t[e++]<<24,xr=ft,xi=t[e++];if(ft<0)throw new Error("Negative binary type element size found");if(ft>t.length)throw new Error("Binary type size larger than document size");if(t.slice!=null){if(xi===Binary.SUBTYPE_BYTE_ARRAY){if(ft=t[e++]|t[e++]<<8|t[e++]<<16|t[e++]<<24,ft<0)throw new Error("Negative binary type element size found for subtype 0x02");if(ft>xr-4)throw new Error("Binary type with subtype 0x02 contains to long binary size");if(ft<xr-4)throw new Error("Binary type with subtype 0x02 contains to short binary size")}w&&g?O[P]=t.slice(e,e+ft):O[P]=new Binary(t.slice(e,e+ft),xi)}else{var df=typeof Uint8Array!="undefined"?new Uint8Array(new ArrayBuffer(ft)):new Array(ft);if(xi===Binary.SUBTYPE_BYTE_ARRAY){if(ft=t[e++]|t[e++]<<8|t[e++]<<16|t[e++]<<24,ft<0)throw new Error("Negative binary type element size found for subtype 0x02");if(ft>xr-4)throw new Error("Binary type with subtype 0x02 contains to long binary size");if(ft<xr-4)throw new Error("Binary type with subtype 0x02 contains to short binary size")}for(M=0;M<ft;M++)df[M]=t[e+M];w&&g?O[P]=df:O[P]=new Binary(df,xi)}e=e+ft}else if(H===BSON.BSON_DATA_REGEXP&&c===!1){for(M=e;t[M]!==0&&M<t.length;)M++;if(M>=t.length)throw new Error("Bad BSON Document: illegal CString");var mf=t.toString("utf8",e,M);for(e=M+1,M=e;t[M]!==0&&M<t.length;)M++;if(M>=t.length)throw new Error("Bad BSON Document: illegal CString");var En=t.toString("utf8",e,M);e=M+1;var Lr=new Array(En.length);for(M=0;M<En.length;M++)switch(En[M]){case"m":Lr[M]="m";break;case"s":Lr[M]="g";break;case"i":Lr[M]="i";break}O[P]=new RegExp(mf,Lr.join(""))}else if(H===BSON.BSON_DATA_REGEXP&&c===!0){for(M=e;t[M]!==0&&M<t.length;)M++;if(M>=t.length)throw new Error("Bad BSON Document: illegal CString");for(mf=t.toString("utf8",e,M),e=M+1,M=e;t[M]!==0&&M<t.length;)M++;if(M>=t.length)throw new Error("Bad BSON Document: illegal CString");En=t.toString("utf8",e,M),e=M+1,O[P]=new BSONRegExp(mf,En)}else if(H===BSON.BSON_DATA_SYMBOL){if(F=t[e++]|t[e++]<<8|t[e++]<<16|t[e++]<<24,F<=0||F>t.length-e||t[e+F-1]!==0)throw new Error("bad string length in bson");O[P]=new Symbol(t.toString("utf8",e,e+F-1)),e=e+F}else if(H===BSON.BSON_DATA_TIMESTAMP)ne=t[e++]|t[e++]<<8|t[e++]<<16|t[e++]<<24,ce=t[e++]|t[e++]<<8|t[e++]<<16|t[e++]<<24,O[P]=new Timestamp(ne,ce);else if(H===BSON.BSON_DATA_MIN_KEY)O[P]=new MinKey;else if(H===BSON.BSON_DATA_MAX_KEY)O[P]=new MaxKey;else if(H===BSON.BSON_DATA_CODE){if(F=t[e++]|t[e++]<<8|t[e++]<<16|t[e++]<<24,F<=0||F>t.length-e||t[e+F-1]!==0)throw new Error("bad string length in bson");var Gt=t.toString("utf8",e,e+F-1);if(i)if(o){var Si=f?s(Gt):Gt;O[P]=isolateEvalWithHash(functionCache,Si,Gt,O)}else O[P]=isolateEval(Gt);else O[P]=new Code(Gt);e=e+F}else if(H===BSON.BSON_DATA_CODE_W_SCOPE){var An=t[e++]|t[e++]<<8|t[e++]<<16|t[e++]<<24;if(An<4+4+4+1)throw new Error("code_w_scope total size shorter minimum expected length");if(F=t[e++]|t[e++]<<8|t[e++]<<16|t[e++]<<24,F<=0||F>t.length-e||t[e+F-1]!==0)throw new Error("bad string length in bson");Gt=t.toString("utf8",e,e+F-1),e=e+F,Ge=e,q=t[e]|t[e+1]<<8|t[e+2]<<16|t[e+3]<<24;var C=deserializeObject(t,Ge,r,!1);if(e=e+q,An<4+4+q+F)throw new Error("code_w_scope total size is to short, truncating scope");if(An>4+4+q+F)throw new Error("code_w_scope total size is to long, clips outer document");i?(o?(Si=f?s(Gt):Gt,O[P]=isolateEvalWithHash(functionCache,Si,Gt,O)):O[P]=isolateEval(Gt),O[P].scope=C):O[P]=new Code(Gt,C)}else if(H===BSON.BSON_DATA_DBPOINTER){if(F=t[e++]|t[e++]<<8|t[e++]<<16|t[e++]<<24,F<=0||F>t.length-e||t[e+F-1]!==0)throw new Error("bad string length in bson");var as=t.toString("utf8",e,e+F-1);e=e+F;var ls=utils.allocBuffer(12);t.copy(ls,0,e,e+12),se=new ObjectID(ls),e=e+12;var yr=as.split("."),wf=yr.shift(),Ka=yr.join(".");O[P]=new DBRef(Ka,se,wf)}else throw new Error("Detected unknown BSON type "+H.toString(16)+' for fieldname "'+P+'", are you using the latest BSON parser')}if(L!==e-T)throw n?new Error("corrupt array bson"):new Error("corrupt object bson");return O.$id!=null&&(O=new DBRef(O.$ref,O.$id,O.$db)),O},isolateEvalWithHash=function(functionCache,hash,functionString,object){var value=null;return functionCache[hash]==null&&(eval("value = "+functionString),functionCache[hash]=value),functionCache[hash].bind(object)},isolateEval=function(functionString){var value=null;return eval("value = "+functionString),value},BSON={},functionCache=BSON.functionCache={};BSON.BSON_DATA_NUMBER=1;BSON.BSON_DATA_STRING=2;BSON.BSON_DATA_OBJECT=3;BSON.BSON_DATA_ARRAY=4;BSON.BSON_DATA_BINARY=5;BSON.BSON_DATA_UNDEFINED=6;BSON.BSON_DATA_OID=7;BSON.BSON_DATA_BOOLEAN=8;BSON.BSON_DATA_DATE=9;BSON.BSON_DATA_NULL=10;BSON.BSON_DATA_REGEXP=11;BSON.BSON_DATA_DBPOINTER=12;BSON.BSON_DATA_CODE=13;BSON.BSON_DATA_SYMBOL=14;BSON.BSON_DATA_CODE_W_SCOPE=15;BSON.BSON_DATA_INT=16;BSON.BSON_DATA_TIMESTAMP=17;BSON.BSON_DATA_LONG=18;BSON.BSON_DATA_DECIMAL128=19;BSON.BSON_DATA_MIN_KEY=255;BSON.BSON_DATA_MAX_KEY=127;BSON.BSON_BINARY_SUBTYPE_DEFAULT=0;BSON.BSON_BINARY_SUBTYPE_FUNCTION=1;BSON.BSON_BINARY_SUBTYPE_BYTE_ARRAY=2;BSON.BSON_BINARY_SUBTYPE_UUID=3;BSON.BSON_BINARY_SUBTYPE_MD5=4;BSON.BSON_BINARY_SUBTYPE_USER_DEFINED=128;BSON.BSON_INT32_MAX=2147483647;BSON.BSON_INT32_MIN=-2147483648;BSON.BSON_INT64_MAX=Math.pow(2,63)-1;BSON.BSON_INT64_MIN=-Math.pow(2,63);BSON.JS_INT_MAX=9007199254740992;BSON.JS_INT_MIN=-9007199254740992;var JS_INT_MAX_LONG=Long.fromNumber(9007199254740992),JS_INT_MIN_LONG=Long.fromNumber(-9007199254740992);module.exports=deserialize});var nT=k(Qh=>{var J2=function(t,e,r,n,i){var o,f,s=r==="big",u=i*8-n-1,l=(1<<u)-1,c=l>>1,w=-7,p=s?0:i-1,g=s?1:-1,T=t[e+p];for(p+=g,o=T&(1<<-w)-1,T>>=-w,w+=u;w>0;o=o*256+t[e+p],p+=g,w-=8);for(f=o&(1<<-w)-1,o>>=-w,w+=n;w>0;f=f*256+t[e+p],p+=g,w-=8);if(o===0)o=1-c;else{if(o===l)return f?NaN:(T?-1:1)*(1/0);f=f+Math.pow(2,n),o=o-c}return(T?-1:1)*f*Math.pow(2,o-n)},Z2=function(t,e,r,n,i,o){var f,s,u,l=n==="big",c=o*8-i-1,w=(1<<c)-1,p=w>>1,g=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,T=l?o-1:0,L=l?-1:1,O=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(s=isNaN(e)?1:0,f=w):(f=Math.floor(Math.log(e)/Math.LN2),e*(u=Math.pow(2,-f))<1&&(f--,u*=2),f+p>=1?e+=g/u:e+=g*Math.pow(2,1-p),e*u>=2&&(f++,u/=2),f+p>=w?(s=0,f=w):f+p>=1?(s=(e*u-1)*Math.pow(2,i),f=f+p):(s=e*Math.pow(2,p-1)*Math.pow(2,i),f=0));i>=8;t[r+T]=s&255,T+=L,s/=256,i-=8);for(f=f<<i|s,c+=i;c>0;t[r+T]=f&255,T+=L,f/=256,c-=8);t[r+T-L]|=O*128};Qh.readIEEE754=J2;Qh.writeIEEE754=Z2});var aT=k((tV,sT)=>{"use strict";var Xh=nT().writeIEEE754,iT=Bs().Long,Q2=bh(),oT=Al().Binary,X2=vo().normalizedFunctionString,Rp=/\x00/,fT=["$db","$ref","$id","$clusterTime"],$h=function(e){return typeof e=="object"&&Object.prototype.toString.call(e)==="[object Date]"},eb=function(e){return Object.prototype.toString.call(e)==="[object RegExp]"},tb=function(t,e,r,n,i){t[n++]=$.BSON_DATA_STRING;var o=i?t.write(e,n,"ascii"):t.write(e,n,"utf8");n=n+o+1,t[n-1]=0;var f=t.write(r,n+4,"utf8");return t[n+3]=f+1>>24&255,t[n+2]=f+1>>16&255,t[n+1]=f+1>>8&255,t[n]=f+1&255,n=n+4+f,t[n++]=0,n},rb=function(t,e,r,n,i){if(Math.floor(r)===r&&r>=$.JS_INT_MIN&&r<=$.JS_INT_MAX)if(r>=$.BSON_INT32_MIN&&r<=$.BSON_INT32_MAX){t[n++]=$.BSON_DATA_INT;var o=i?t.write(e,n,"ascii"):t.write(e,n,"utf8");n=n+o,t[n++]=0,t[n++]=r&255,t[n++]=r>>8&255,t[n++]=r>>16&255,t[n++]=r>>24&255}else if(r>=$.JS_INT_MIN&&r<=$.JS_INT_MAX)t[n++]=$.BSON_DATA_NUMBER,o=i?t.write(e,n,"ascii"):t.write(e,n,"utf8"),n=n+o,t[n++]=0,Xh(t,r,n,"little",52,8),n=n+8;else{t[n++]=$.BSON_DATA_LONG,o=i?t.write(e,n,"ascii"):t.write(e,n,"utf8"),n=n+o,t[n++]=0;var f=iT.fromNumber(r),s=f.getLowBits(),u=f.getHighBits();t[n++]=s&255,t[n++]=s>>8&255,t[n++]=s>>16&255,t[n++]=s>>24&255,t[n++]=u&255,t[n++]=u>>8&255,t[n++]=u>>16&255,t[n++]=u>>24&255}else t[n++]=$.BSON_DATA_NUMBER,o=i?t.write(e,n,"ascii"):t.write(e,n,"utf8"),n=n+o,t[n++]=0,Xh(t,r,n,"little",52,8),n=n+8;return n},Ol=function(t,e,r,n,i){t[n++]=$.BSON_DATA_NULL;var o=i?t.write(e,n,"ascii"):t.write(e,n,"utf8");return n=n+o,t[n++]=0,n},nb=function(t,e,r,n,i){t[n++]=$.BSON_DATA_BOOLEAN;var o=i?t.write(e,n,"ascii"):t.write(e,n,"utf8");return n=n+o,t[n++]=0,t[n++]=r?1:0,n},ib=function(t,e,r,n,i){t[n++]=$.BSON_DATA_DATE;var o=i?t.write(e,n,"ascii"):t.write(e,n,"utf8");n=n+o,t[n++]=0;var f=iT.fromNumber(r.getTime()),s=f.getLowBits(),u=f.getHighBits();return t[n++]=s&255,t[n++]=s>>8&255,t[n++]=s>>16&255,t[n++]=s>>24&255,t[n++]=u&255,t[n++]=u>>8&255,t[n++]=u>>16&255,t[n++]=u>>24&255,n},ob=function(t,e,r,n,i){t[n++]=$.BSON_DATA_REGEXP;var o=i?t.write(e,n,"ascii"):t.write(e,n,"utf8");if(n=n+o,t[n++]=0,r.source&&r.source.match(Rp)!=null)throw Error("value "+r.source+" must not contain null bytes");return n=n+t.write(r.source,n,"utf8"),t[n++]=0,r.global&&(t[n++]=115),r.ignoreCase&&(t[n++]=105),r.multiline&&(t[n++]=109),t[n++]=0,n},fb=function(t,e,r,n,i){t[n++]=$.BSON_DATA_REGEXP;var o=i?t.write(e,n,"ascii"):t.write(e,n,"utf8");if(n=n+o,t[n++]=0,r.pattern.match(Rp)!=null)throw Error("pattern "+r.pattern+" must not contain null bytes");return n=n+t.write(r.pattern,n,"utf8"),t[n++]=0,n=n+t.write(r.options.split("").sort().join(""),n,"utf8"),t[n++]=0,n},sb=function(t,e,r,n,i){r===null?t[n++]=$.BSON_DATA_NULL:r._bsontype==="MinKey"?t[n++]=$.BSON_DATA_MIN_KEY:t[n++]=$.BSON_DATA_MAX_KEY;var o=i?t.write(e,n,"ascii"):t.write(e,n,"utf8");return n=n+o,t[n++]=0,n},ab=function(t,e,r,n,i){t[n++]=$.BSON_DATA_OID;var o=i?t.write(e,n,"ascii"):t.write(e,n,"utf8");if(n=n+o,t[n++]=0,typeof r.id=="string")t.write(r.id,n,"binary");else if(r.id&&r.id.copy)r.id.copy(t,n,0,12);else throw new Error("object ["+JSON.stringify(r)+"] is not a valid ObjectId");return n+12},lb=function(t,e,r,n,i){t[n++]=$.BSON_DATA_BINARY;var o=i?t.write(e,n,"ascii"):t.write(e,n,"utf8");n=n+o,t[n++]=0;var f=r.length;return t[n++]=f&255,t[n++]=f>>8&255,t[n++]=f>>16&255,t[n++]=f>>24&255,t[n++]=$.BSON_BINARY_SUBTYPE_DEFAULT,r.copy(t,n,0,f),n=n+f,n},ub=function(t,e,r,n,i,o,f,s,u,l){for(var c=0;c<l.length;c++)if(l[c]===r)throw new Error("cyclic dependency detected");l.push(r),t[n++]=Array.isArray(r)?$.BSON_DATA_ARRAY:$.BSON_DATA_OBJECT;var w=u?t.write(e,n,"ascii"):t.write(e,n,"utf8");n=n+w,t[n++]=0;var p=Fl(t,r,i,n,o+1,f,s,l);return l.pop(),p},cb=function(t,e,r,n,i){t[n++]=$.BSON_DATA_DECIMAL128;var o=i?t.write(e,n,"ascii"):t.write(e,n,"utf8");return n=n+o,t[n++]=0,r.bytes.copy(t,n,0,16),n+16},pb=function(t,e,r,n,i){t[n++]=r._bsontype==="Long"?$.BSON_DATA_LONG:$.BSON_DATA_TIMESTAMP;var o=i?t.write(e,n,"ascii"):t.write(e,n,"utf8");n=n+o,t[n++]=0;var f=r.getLowBits(),s=r.getHighBits();return t[n++]=f&255,t[n++]=f>>8&255,t[n++]=f>>16&255,t[n++]=f>>24&255,t[n++]=s&255,t[n++]=s>>8&255,t[n++]=s>>16&255,t[n++]=s>>24&255,n},db=function(t,e,r,n,i){t[n++]=$.BSON_DATA_INT;var o=i?t.write(e,n,"ascii"):t.write(e,n,"utf8");return n=n+o,t[n++]=0,t[n++]=r&255,t[n++]=r>>8&255,t[n++]=r>>16&255,t[n++]=r>>24&255,n},mb=function(t,e,r,n,i){t[n++]=$.BSON_DATA_NUMBER;var o=i?t.write(e,n,"ascii"):t.write(e,n,"utf8");return n=n+o,t[n++]=0,Xh(t,r,n,"little",52,8),n=n+8,n},wb=function(t,e,r,n,i,o,f){t[n++]=$.BSON_DATA_CODE;var s=f?t.write(e,n,"ascii"):t.write(e,n,"utf8");n=n+s,t[n++]=0;var u=X2(r),l=t.write(u,n+4,"utf8")+1;return t[n]=l&255,t[n+1]=l>>8&255,t[n+2]=l>>16&255,t[n+3]=l>>24&255,n=n+4+l-1,t[n++]=0,n},hb=function(t,e,r,n,i,o,f,s,u){if(r.scope&&typeof r.scope=="object"){t[n++]=$.BSON_DATA_CODE_W_SCOPE;var l=u?t.write(e,n,"ascii"):t.write(e,n,"utf8");n=n+l,t[n++]=0;var c=n,w=typeof r.code=="string"?r.code:r.code.toString();n=n+4;var p=t.write(w,n+4,"utf8")+1;t[n]=p&255,t[n+1]=p>>8&255,t[n+2]=p>>16&255,t[n+3]=p>>24&255,t[n+4+p-1]=0,n=n+p+4;var g=Fl(t,r.scope,i,n,o+1,f,s);n=g-1;var T=g-c;t[c++]=T&255,t[c++]=T>>8&255,t[c++]=T>>16&255,t[c++]=T>>24&255,t[n++]=0}else{t[n++]=$.BSON_DATA_CODE,l=u?t.write(e,n,"ascii"):t.write(e,n,"utf8"),n=n+l,t[n++]=0,w=r.code.toString();var L=t.write(w,n+4,"utf8")+1;t[n]=L&255,t[n+1]=L>>8&255,t[n+2]=L>>16&255,t[n+3]=L>>24&255,n=n+4+L-1,t[n++]=0}return n},bb=function(t,e,r,n,i){t[n++]=$.BSON_DATA_BINARY;var o=i?t.write(e,n,"ascii"):t.write(e,n,"utf8");n=n+o,t[n++]=0;var f=r.value(!0),s=r.position;return r.sub_type===oT.SUBTYPE_BYTE_ARRAY&&(s=s+4),t[n++]=s&255,t[n++]=s>>8&255,t[n++]=s>>16&255,t[n++]=s>>24&255,t[n++]=r.sub_type,r.sub_type===oT.SUBTYPE_BYTE_ARRAY&&(s=s-4,t[n++]=s&255,t[n++]=s>>8&255,t[n++]=s>>16&255,t[n++]=s>>24&255),f.copy(t,n,0,r.position),n=n+r.position,n},gb=function(t,e,r,n,i){t[n++]=$.BSON_DATA_SYMBOL;var o=i?t.write(e,n,"ascii"):t.write(e,n,"utf8");n=n+o,t[n++]=0;var f=t.write(r.value,n+4,"utf8")+1;return t[n]=f&255,t[n+1]=f>>8&255,t[n+2]=f>>16&255,t[n+3]=f>>24&255,n=n+4+f-1,t[n++]=0,n},yb=function(t,e,r,n,i,o,f){t[n++]=$.BSON_DATA_OBJECT;var s=f?t.write(e,n,"ascii"):t.write(e,n,"utf8");n=n+s,t[n++]=0;var u=n,l;r.db!=null?l=Fl(t,{$ref:r.namespace,$id:r.oid,$db:r.db},!1,n,i+1,o):l=Fl(t,{$ref:r.namespace,$id:r.oid},!1,n,i+1,o);var c=l-u;return t[u++]=c&255,t[u++]=c>>8&255,t[u++]=c>>16&255,t[u++]=c>>24&255,l},Fl=function(e,r,n,i,o,f,s,u){i=i||0,u=u||[],u.push(r);var l=i+4;if(Array.isArray(r))for(var c=0;c<r.length;c++){var w=""+c,p=r[c];if(p&&p.toBSON){if(typeof p.toBSON!="function")throw new Error("toBSON is not a function");p=p.toBSON()}var g=typeof p;if(g==="string")l=tb(e,w,p,l,!0);else if(g==="number")l=rb(e,w,p,l,!0);else{if(g==="bigint")throw new TypeError("Unsupported type BigInt, please use Decimal128");if(g==="boolean")l=nb(e,w,p,l,!0);else if(p instanceof Date||$h(p))l=ib(e,w,p,l,!0);else if(p===void 0)l=Ol(e,w,p,l,!0);else if(p===null)l=Ol(e,w,p,l,!0);else if(p._bsontype==="ObjectID"||p._bsontype==="ObjectId")l=ab(e,w,p,l,!0);else if(Buffer.isBuffer(p))l=lb(e,w,p,l,!0);else if(p instanceof RegExp||eb(p))l=ob(e,w,p,l,!0);else if(g==="object"&&p._bsontype==null)l=ub(e,w,p,l,n,o,f,s,!0,u);else if(g==="object"&&p._bsontype==="Decimal128")l=cb(e,w,p,l,!0);else if(p._bsontype==="Long"||p._bsontype==="Timestamp")l=pb(e,w,p,l,!0);else if(p._bsontype==="Double")l=mb(e,w,p,l,!0);else if(typeof p=="function"&&f)l=wb(e,w,p,l,n,o,f,!0);else if(p._bsontype==="Code")l=hb(e,w,p,l,n,o,f,s,!0);else if(p._bsontype==="Binary")l=bb(e,w,p,l,!0);else if(p._bsontype==="Symbol")l=gb(e,w,p,l,!0);else if(p._bsontype==="DBRef")l=yb(e,w,p,l,o,f,!0);else if(p._bsontype==="BSONRegExp")l=fb(e,w,p,l,!0);else if(p._bsontype==="Int32")l=db(e,w,p,l,!0);else if(p._bsontype==="MinKey"||p._bsontype==="MaxKey")l=sb(e,w,p,l,!0);else if(typeof p._bsontype!="undefined")throw new TypeError("Unrecognized or invalid _bsontype: "+p._bsontype)}}else if(r instanceof Q2)for(var T=r.entries(),L=!1;!L;){var O=T.next();if(L=O.done,!L){if(w=O.value[0],p=O.value[1],g=typeof p,typeof w=="string"&&fT.indexOf(w)===-1){if(w.match(Rp)!=null)throw Error("key "+w+" must not contain null bytes");if(n){if(w[0]==="$")throw Error("key "+w+" must not start with '$'");if(~w.indexOf("."))throw Error("key "+w+" must not contain '.'")}}if(g==="string")l=tb(e,w,p,l);else if(g==="number")l=rb(e,w,p,l);else{if(g==="bigint")throw new TypeError("Unsupported type BigInt, please use Decimal128");if(g==="boolean")l=nb(e,w,p,l);else if(p instanceof Date||$h(p))l=ib(e,w,p,l);else if(p===null||p===void 0&&s===!1)l=Ol(e,w,p,l);else if(p._bsontype==="ObjectID"||p._bsontype==="ObjectId")l=ab(e,w,p,l);else if(Buffer.isBuffer(p))l=lb(e,w,p,l);else if(p instanceof RegExp||eb(p))l=ob(e,w,p,l);else if(g==="object"&&p._bsontype==null)l=ub(e,w,p,l,n,o,f,s,!1,u);else if(g==="object"&&p._bsontype==="Decimal128")l=cb(e,w,p,l);else if(p._bsontype==="Long"||p._bsontype==="Timestamp")l=pb(e,w,p,l);else if(p._bsontype==="Double")l=mb(e,w,p,l);else if(p._bsontype==="Code")l=hb(e,w,p,l,n,o,f,s);else if(typeof p=="function"&&f)l=wb(e,w,p,l,n,o,f);else if(p._bsontype==="Binary")l=bb(e,w,p,l);else if(p._bsontype==="Symbol")l=gb(e,w,p,l);else if(p._bsontype==="DBRef")l=yb(e,w,p,l,o,f);else if(p._bsontype==="BSONRegExp")l=fb(e,w,p,l);else if(p._bsontype==="Int32")l=db(e,w,p,l);else if(p._bsontype==="MinKey"||p._bsontype==="MaxKey")l=sb(e,w,p,l);else if(typeof p._bsontype!="undefined")throw new TypeError("Unrecognized or invalid _bsontype: "+p._bsontype)}}}else{if(r.toBSON){if(typeof r.toBSON!="function")throw new Error("toBSON is not a function");if(r=r.toBSON(),r!=null&&typeof r!="object")throw new Error("toBSON function did not return an object")}for(w in r){if(p=r[w],p&&p.toBSON){if(typeof p.toBSON!="function")throw new Error("toBSON is not a function");p=p.toBSON()}if(g=typeof p,typeof w=="string"&&fT.indexOf(w)===-1){if(w.match(Rp)!=null)throw Error("key "+w+" must not contain null bytes");if(n){if(w[0]==="$")throw Error("key "+w+" must not start with '$'");if(~w.indexOf("."))throw Error("key "+w+" must not contain '.'")}}if(g==="string")l=tb(e,w,p,l);else if(g==="number")l=rb(e,w,p,l);else{if(g==="bigint")throw new TypeError("Unsupported type BigInt, please use Decimal128");if(g==="boolean")l=nb(e,w,p,l);else if(p instanceof Date||$h(p))l=ib(e,w,p,l);else if(p===void 0)s===!1&&(l=Ol(e,w,p,l));else if(p===null)l=Ol(e,w,p,l);else if(p._bsontype==="ObjectID"||p._bsontype==="ObjectId")l=ab(e,w,p,l);else if(Buffer.isBuffer(p))l=lb(e,w,p,l);else if(p instanceof RegExp||eb(p))l=ob(e,w,p,l);else if(g==="object"&&p._bsontype==null)l=ub(e,w,p,l,n,o,f,s,!1,u);else if(g==="object"&&p._bsontype==="Decimal128")l=cb(e,w,p,l);else if(p._bsontype==="Long"||p._bsontype==="Timestamp")l=pb(e,w,p,l);else if(p._bsontype==="Double")l=mb(e,w,p,l);else if(p._bsontype==="Code")l=hb(e,w,p,l,n,o,f,s);else if(typeof p=="function"&&f)l=wb(e,w,p,l,n,o,f);else if(p._bsontype==="Binary")l=bb(e,w,p,l);else if(p._bsontype==="Symbol")l=gb(e,w,p,l);else if(p._bsontype==="DBRef")l=yb(e,w,p,l,o,f);else if(p._bsontype==="BSONRegExp")l=fb(e,w,p,l);else if(p._bsontype==="Int32")l=db(e,w,p,l);else if(p._bsontype==="MinKey"||p._bsontype==="MaxKey")l=sb(e,w,p,l);else if(typeof p._bsontype!="undefined")throw new TypeError("Unrecognized or invalid _bsontype: "+p._bsontype)}}}u.pop(),e[l++]=0;var W=l-i;return e[i++]=W&255,e[i++]=W>>8&255,e[i++]=W>>16&255,e[i++]=W>>24&255,l},$={};$.BSON_DATA_NUMBER=1;$.BSON_DATA_STRING=2;$.BSON_DATA_OBJECT=3;$.BSON_DATA_ARRAY=4;$.BSON_DATA_BINARY=5;$.BSON_DATA_UNDEFINED=6;$.BSON_DATA_OID=7;$.BSON_DATA_BOOLEAN=8;$.BSON_DATA_DATE=9;$.BSON_DATA_NULL=10;$.BSON_DATA_REGEXP=11;$.BSON_DATA_CODE=13;$.BSON_DATA_SYMBOL=14;$.BSON_DATA_CODE_W_SCOPE=15;$.BSON_DATA_INT=16;$.BSON_DATA_TIMESTAMP=17;$.BSON_DATA_LONG=18;$.BSON_DATA_DECIMAL128=19;$.BSON_DATA_MIN_KEY=255;$.BSON_DATA_MAX_KEY=127;$.BSON_BINARY_SUBTYPE_DEFAULT=0;$.BSON_BINARY_SUBTYPE_FUNCTION=1;$.BSON_BINARY_SUBTYPE_BYTE_ARRAY=2;$.BSON_BINARY_SUBTYPE_UUID=3;$.BSON_BINARY_SUBTYPE_MD5=4;$.BSON_BINARY_SUBTYPE_USER_DEFINED=128;$.BSON_INT32_MAX=2147483647;$.BSON_INT32_MIN=-2147483648;$.BSON_INT64_MAX=Math.pow(2,63)-1;$.BSON_INT64_MIN=-Math.pow(2,63);$.JS_INT_MAX=9007199254740992;$.JS_INT_MIN=-9007199254740992;sT.exports=Fl});var dT=k((rV,pT)=>{"use strict";var $2=Bs().Long,eF=fp().Double,tF=sp().Timestamp,rF=gp().ObjectID,nF=qp().Symbol,iF=jp().BSONRegExp,oF=_p().Code,fF=Ip(),sF=Sp().MinKey,aF=Ap().MaxKey,lF=Op().DBRef,lT=Al().Binary,uT=vo().normalizedFunctionString,uF=function(e){return typeof e=="object"&&Object.prototype.toString.call(e)==="[object Date]"},Dl=function(e,r,n){var i=4+1;if(Array.isArray(e))for(var o=0;o<e.length;o++)i+=cT(o.toString(),e[o],r,!0,n);else{e.toBSON&&(e=e.toBSON());for(var f in e)i+=cT(f,e[f],r,!1,n)}return i};function cT(t,e,r,n,i){switch(e&&e.toBSON&&(e=e.toBSON()),typeof e){case"string":return 1+Buffer.byteLength(t,"utf8")+1+4+Buffer.byteLength(e,"utf8")+1;case"number":return Math.floor(e)===e&&e>=Io.JS_INT_MIN&&e<=Io.JS_INT_MAX&&e>=Io.BSON_INT32_MIN&&e<=Io.BSON_INT32_MAX?(t!=null?Buffer.byteLength(t,"utf8")+1:0)+(4+1):(t!=null?Buffer.byteLength(t,"utf8")+1:0)+(8+1);case"undefined":return n||!i?(t!=null?Buffer.byteLength(t,"utf8")+1:0)+1:0;case"boolean":return(t!=null?Buffer.byteLength(t,"utf8")+1:0)+(1+1);case"object":if(e==null||e instanceof sF||e instanceof aF||e._bsontype==="MinKey"||e._bsontype==="MaxKey")return(t!=null?Buffer.byteLength(t,"utf8")+1:0)+1;if(e instanceof rF||e._bsontype==="ObjectID"||e._bsontype==="ObjectId")return(t!=null?Buffer.byteLength(t,"utf8")+1:0)+(12+1);if(e instanceof Date||uF(e))return(t!=null?Buffer.byteLength(t,"utf8")+1:0)+(8+1);if(typeof Buffer!="undefined"&&Buffer.isBuffer(e))return(t!=null?Buffer.byteLength(t,"utf8")+1:0)+(1+4+1)+e.length;if(e instanceof $2||e instanceof eF||e instanceof tF||e._bsontype==="Long"||e._bsontype==="Double"||e._bsontype==="Timestamp")return(t!=null?Buffer.byteLength(t,"utf8")+1:0)+(8+1);if(e instanceof fF||e._bsontype==="Decimal128")return(t!=null?Buffer.byteLength(t,"utf8")+1:0)+(16+1);if(e instanceof oF||e._bsontype==="Code")return e.scope!=null&&Object.keys(e.scope).length>0?(t!=null?Buffer.byteLength(t,"utf8")+1:0)+1+4+4+Buffer.byteLength(e.code.toString(),"utf8")+1+Dl(e.scope,r,i):(t!=null?Buffer.byteLength(t,"utf8")+1:0)+1+4+Buffer.byteLength(e.code.toString(),"utf8")+1;if(e instanceof lT||e._bsontype==="Binary")return e.sub_type===lT.SUBTYPE_BYTE_ARRAY?(t!=null?Buffer.byteLength(t,"utf8")+1:0)+(e.position+1+4+1+4):(t!=null?Buffer.byteLength(t,"utf8")+1:0)+(e.position+1+4+1);if(e instanceof nF||e._bsontype==="Symbol")return(t!=null?Buffer.byteLength(t,"utf8")+1:0)+Buffer.byteLength(e.value,"utf8")+4+1+1;if(e instanceof lF||e._bsontype==="DBRef"){var o={$ref:e.namespace,$id:e.oid};return e.db!=null&&(o.$db=e.db),(t!=null?Buffer.byteLength(t,"utf8")+1:0)+1+Dl(o,r,i)}else return e instanceof RegExp||Object.prototype.toString.call(e)==="[object RegExp]"?(t!=null?Buffer.byteLength(t,"utf8")+1:0)+1+Buffer.byteLength(e.source,"utf8")+1+(e.global?1:0)+(e.ignoreCase?1:0)+(e.multiline?1:0)+1:e instanceof iF||e._bsontype==="BSONRegExp"?(t!=null?Buffer.byteLength(t,"utf8")+1:0)+1+Buffer.byteLength(e.pattern,"utf8")+1+Buffer.byteLength(e.options,"utf8")+1:(t!=null?Buffer.byteLength(t,"utf8")+1:0)+Dl(e,r,i)+1;case"function":if(e instanceof RegExp||Object.prototype.toString.call(e)==="[object RegExp]"||String.call(e)==="[object RegExp]")return(t!=null?Buffer.byteLength(t,"utf8")+1:0)+1+Buffer.byteLength(e.source,"utf8")+1+(e.global?1:0)+(e.ignoreCase?1:0)+(e.multiline?1:0)+1;if(r&&e.scope!=null&&Object.keys(e.scope).length>0)return(t!=null?Buffer.byteLength(t,"utf8")+1:0)+1+4+4+Buffer.byteLength(uT(e),"utf8")+1+Dl(e.scope,r,i);if(r)return(t!=null?Buffer.byteLength(t,"utf8")+1:0)+1+4+Buffer.byteLength(uT(e),"utf8")+1}return 0}var Io={};Io.BSON_INT32_MAX=2147483647;Io.BSON_INT32_MIN=-2147483648;Io.JS_INT_MAX=9007199254740992;Io.JS_INT_MIN=-9007199254740992;pT.exports=Dl});var hT=k((nV,ar)=>{"use strict";var cF=bh(),pF=Bs(),dF=fp(),mF=sp(),wF=gp(),hF=jp(),bF=qp(),gF=Fh(),yF=_p(),jF=Ip(),qF=Sp(),_F=Ap(),vF=Op(),TF=Al(),kF=rT(),mT=aT(),BF=dT(),jb=vo(),wT=1024*1024*17,Hp=jb.allocBuffer(wT),ze=function(){};ze.prototype.serialize=function(e,r){r=r||{};var n=typeof r.checkKeys=="boolean"?r.checkKeys:!1,i=typeof r.serializeFunctions=="boolean"?r.serializeFunctions:!1,o=typeof r.ignoreUndefined=="boolean"?r.ignoreUndefined:!0,f=typeof r.minInternalBufferSize=="number"?r.minInternalBufferSize:wT;Hp.length<f&&(Hp=jb.allocBuffer(f));var s=mT(Hp,e,n,0,0,i,o,[]),u=jb.allocBuffer(s);return Hp.copy(u,0,0,u.length),u};ze.prototype.serializeWithBufferAndIndex=function(t,e,r){r=r||{};var n=typeof r.checkKeys=="boolean"?r.checkKeys:!1,i=typeof r.serializeFunctions=="boolean"?r.serializeFunctions:!1,o=typeof r.ignoreUndefined=="boolean"?r.ignoreUndefined:!0,f=typeof r.index=="number"?r.index:0,s=mT(e,t,n,f||0,0,i,o);return s-1};ze.prototype.deserialize=function(t,e){return kF(t,e)};ze.prototype.calculateObjectSize=function(t,e){e=e||{};var r=typeof e.serializeFunctions=="boolean"?e.serializeFunctions:!1,n=typeof e.ignoreUndefined=="boolean"?e.ignoreUndefined:!0;return BF(t,r,n)};ze.prototype.deserializeStream=function(t,e,r,n,i,o){o=o??{};for(var f=e,s=0;s<r;s++){var u=t[f]|t[f+1]<<8|t[f+2]<<16|t[f+3]<<24;o.index=f,n[i+s]=this.deserialize(t,o),f=f+u}return f};ze.BSON_INT32_MAX=2147483647;ze.BSON_INT32_MIN=-2147483648;ze.BSON_INT64_MAX=Math.pow(2,63)-1;ze.BSON_INT64_MIN=-Math.pow(2,63);ze.JS_INT_MAX=9007199254740992;ze.JS_INT_MIN=-9007199254740992;ze.BSON_DATA_NUMBER=1;ze.BSON_DATA_STRING=2;ze.BSON_DATA_OBJECT=3;ze.BSON_DATA_ARRAY=4;ze.BSON_DATA_BINARY=5;ze.BSON_DATA_OID=7;ze.BSON_DATA_BOOLEAN=8;ze.BSON_DATA_DATE=9;ze.BSON_DATA_NULL=10;ze.BSON_DATA_REGEXP=11;ze.BSON_DATA_CODE=13;ze.BSON_DATA_SYMBOL=14;ze.BSON_DATA_CODE_W_SCOPE=15;ze.BSON_DATA_INT=16;ze.BSON_DATA_TIMESTAMP=17;ze.BSON_DATA_LONG=18;ze.BSON_DATA_MIN_KEY=255;ze.BSON_DATA_MAX_KEY=127;ze.BSON_BINARY_SUBTYPE_DEFAULT=0;ze.BSON_BINARY_SUBTYPE_FUNCTION=1;ze.BSON_BINARY_SUBTYPE_BYTE_ARRAY=2;ze.BSON_BINARY_SUBTYPE_UUID=3;ze.BSON_BINARY_SUBTYPE_MD5=4;ze.BSON_BINARY_SUBTYPE_USER_DEFINED=128;ar.exports=ze;ar.exports.Code=yF;ar.exports.Map=cF;ar.exports.Symbol=bF;ar.exports.BSON=ze;ar.exports.DBRef=vF;ar.exports.Binary=TF;ar.exports.ObjectID=wF;ar.exports.Long=pF;ar.exports.Timestamp=mF;ar.exports.Double=dF;ar.exports.Int32=gF;ar.exports.MinKey=qF;ar.exports.MaxKey=_F;ar.exports.BSONRegExp=hF;ar.exports.Decimal128=jF});var on=k((gV,ET)=>{var Bb=4294967296,ST=[];for(Fs=0;Fs<256;Fs++)ST[Fs]=(Fs>15?"":"0")+Fs.toString(16);var Fs,Nl=ET.exports=function(t,e){t instanceof Buffer?(this.buffer=t,this.offset=e||0):Object.prototype.toString.call(t)=="[object Uint8Array]"?(this.buffer=new Buffer(t),this.offset=e||0):(this.buffer=this.buffer||new Buffer(8),this.offset=0,this.setValue.apply(this,arguments))};Nl.MAX_INT=Math.pow(2,53);Nl.MIN_INT=-Math.pow(2,53);Nl.prototype={constructor:Nl,_2scomp:function(){for(var t=this.buffer,e=this.offset,r=1,n=e+7;n>=e;n--){var i=(t[n]^255)+r;t[n]=i&255,r=i>>8}},setValue:function(t,e){var r=!1;if(arguments.length==1)if(typeof t=="number"){if(r=t<0,t=Math.abs(t),e=t%Bb,t=t/Bb,t>Bb)throw new RangeError(t+" is outside Int64 range");t=t|0}else if(typeof t=="string")t=(t+"").replace(/^0x/,""),e=t.substr(-8),t=t.length>8?t.substr(0,t.length-8):"",t=parseInt(t,16),e=parseInt(e,16);else throw new Error(t+" must be a Number or String");for(var n=this.buffer,i=this.offset,o=7;o>=0;o--)n[i+o]=e&255,e=o==4?t:e>>>8;r&&this._2scomp()},toNumber:function(t){for(var e=this.buffer,r=this.offset,n=e[r]&128,i=0,o=1,f=7,s=1;f>=0;f--,s*=256){var u=e[r+f];n&&(u=(u^255)+o,o=u>>8,u=u&255),i+=u*s}return!t&&i>=Nl.MAX_INT?n?-1/0:1/0:n?-i:i},valueOf:function(){return this.toNumber(!1)},toString:function(t){return this.valueOf().toString(t||10)},toOctetString:function(t){for(var e=new Array(8),r=this.buffer,n=this.offset,i=0;i<8;i++)e[i]=ST[r[n+i]];return e.join(t||"")},toBuffer:function(t){if(t&&this.offset===0)return this.buffer;var e=new Buffer(8);return this.buffer.copy(e,0,this.offset,this.offset+8),e},copy:function(t,e){this.buffer.copy(t,e||0,this.offset,this.offset+8)},compare:function(t){if((this.buffer[this.offset]&128)!=(t.buffer[t.offset]&128))return t.buffer[t.offset]-this.buffer[this.offset];for(var e=0;e<8;e++)if(this.buffer[this.offset+e]!==t.buffer[t.offset+e])return this.buffer[this.offset+e]-t.buffer[t.offset+e];return 0},equals:function(t){return this.compare(t)===0},inspect:function(){return"[Int64 value:"+this+" octets:"+this.toOctetString(" ")+"]"}}});var xo=k((ri,Ib)=>{var Cp=Nn(),Pl=ri.Type={STOP:0,VOID:1,BOOL:2,BYTE:3,I08:3,DOUBLE:4,I16:6,I32:8,I64:10,STRING:11,UTF7:11,STRUCT:12,MAP:13,SET:14,LIST:15,UTF8:16,UTF16:17};ri.MessageType={CALL:1,REPLY:2,EXCEPTION:3,ONEWAY:4};ri.TException=Wp;function Wp(t){Error.call(this),Error.captureStackTrace!==void 0&&Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.message=t}Cp.inherits(Wp,Error);var nD=ri.TApplicationExceptionType={UNKNOWN:0,UNKNOWN_METHOD:1,INVALID_MESSAGE_TYPE:2,WRONG_METHOD_NAME:3,BAD_SEQUENCE_ID:4,MISSING_RESULT:5,INTERNAL_ERROR:6,PROTOCOL_ERROR:7,INVALID_TRANSFORM:8,INVALID_PROTOCOL:9,UNSUPPORTED_CLIENT_TYPE:10};ri.TApplicationException=Kp;function Kp(t,e){Wp.call(this),Error.captureStackTrace!==void 0&&Error.captureStackTrace(this,this.constructor),this.type=t||nD.UNKNOWN,this.name=this.constructor.name,this.message=e}Cp.inherits(Kp,Wp);Kp.prototype.read=function(t){for(var e,r=t.readStructBegin("TApplicationException");r=t.readFieldBegin(),r.ftype!=Pl.STOP;){switch(r.fid){case 1:r.ftype==Pl.STRING?(r=t.readString(),this.message=r):r=t.skip(r.ftype);break;case 2:r.ftype==Pl.I32?(r=t.readI32(),this.type=r):r=t.skip(r.ftype);break;default:r=t.skip(r.ftype);break}t.readFieldEnd()}t.readStructEnd()};Kp.prototype.write=function(t){t.writeStructBegin("TApplicationException"),this.message&&(t.writeFieldBegin("message",Pl.STRING,1),t.writeString(this.message),t.writeFieldEnd()),this.code&&(t.writeFieldBegin("type",Pl.I32,2),t.writeI32(this.code),t.writeFieldEnd()),t.writeFieldStop(),t.writeStructEnd()};var yV=ri.TProtocolExceptionType={UNKNOWN:0,INVALID_DATA:1,NEGATIVE_SIZE:2,SIZE_LIMIT:3,BAD_VERSION:4,NOT_IMPLEMENTED:5,DEPTH_LIMIT:6};ri.TProtocolException=AT;function AT(t,e){Error.call(this),Error.captureStackTrace!==void 0&&Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.type=t,this.message=e}Cp.inherits(AT,Error);ri.objectLength=function(t){return Object.keys(t).length};ri.inherits=function(t,e){Cp.inherits(t,e)};var Yp,Gp;Yp=function(t,e){if(!t)return t;var r;e.shift===void 0?r=e:r=e[0];var n=r,i=t.length,o=[],f,s;for(f=0;f<i;f++)s=t[f],r===null?o.push(s):r===Gp||r===Yp?o.push(r(s,e.slice(1))):o.push(new n(s));return o};Gp=function(t,e){if(!t)return t;var r;e.shift===void 0?r=e:r=e[0];var n=r,i={},o;for(var f in t)t.hasOwnProperty(f)&&(o=t[f],r===null?i[f]=o:r===Gp||r===Yp?i[f]=r(o,e.slice(1)):i[f]=new n(o));return i};Ib.exports.copyMap=Gp;Ib.exports.copyList=Yp});var FT=k((jV,OT)=>{var Ds=null;typeof WebSocket!="undefined"?Ds=WebSocket:typeof MozWebSocket!="undefined"?Ds=MozWebSocket:typeof global!="undefined"?Ds=global.WebSocket||global.MozWebSocket:typeof window!="undefined"?Ds=window.WebSocket||window.MozWebSocket:typeof self!="undefined"&&(Ds=self.WebSocket||self.MozWebSocket);OT.exports=Ds});var Sb=k((qV,xb)=>{"use strict";var Ns=typeof Reflect=="object"?Reflect:null,DT=Ns&&typeof Ns.apply=="function"?Ns.apply:function(e,r,n){return Function.prototype.apply.call(e,r,n)},Jp;Ns&&typeof Ns.ownKeys=="function"?Jp=Ns.ownKeys:Object.getOwnPropertySymbols?Jp=function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Jp=function(e){return Object.getOwnPropertyNames(e)};function iD(t){console&&console.warn&&console.warn(t)}var NT=Number.isNaN||function(e){return e!==e};function st(){st.init.call(this)}xb.exports=st;xb.exports.once=aD;st.EventEmitter=st;st.prototype._events=void 0;st.prototype._eventsCount=0;st.prototype._maxListeners=void 0;var PT=10;function Zp(t){if(typeof t!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof t)}Object.defineProperty(st,"defaultMaxListeners",{enumerable:!0,get:function(){return PT},set:function(t){if(typeof t!="number"||t<0||NT(t))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+t+".");PT=t}});st.init=function(){(this._events===void 0||this._events===Object.getPrototypeOf(this)._events)&&(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0};st.prototype.setMaxListeners=function(e){if(typeof e!="number"||e<0||NT(e))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+e+".");return this._maxListeners=e,this};function RT(t){return t._maxListeners===void 0?st.defaultMaxListeners:t._maxListeners}st.prototype.getMaxListeners=function(){return RT(this)};st.prototype.emit=function(e){for(var r=[],n=1;n<arguments.length;n++)r.push(arguments[n]);var i=e==="error",o=this._events;if(o!==void 0)i=i&&o.error===void 0;else if(!i)return!1;if(i){var f;if(r.length>0&&(f=r[0]),f instanceof Error)throw f;var s=new Error("Unhandled error."+(f?" ("+f.message+")":""));throw s.context=f,s}var u=o[e];if(u===void 0)return!1;if(typeof u=="function")DT(u,this,r);else for(var l=u.length,c=LT(u,l),n=0;n<l;++n)DT(c[n],this,r);return!0};function HT(t,e,r,n){var i,o,f;if(Zp(r),o=t._events,o===void 0?(o=t._events=Object.create(null),t._eventsCount=0):(o.newListener!==void 0&&(t.emit("newListener",e,r.listener?r.listener:r),o=t._events),f=o[e]),f===void 0)f=o[e]=r,++t._eventsCount;else if(typeof f=="function"?f=o[e]=n?[r,f]:[f,r]:n?f.unshift(r):f.push(r),i=RT(t),i>0&&f.length>i&&!f.warned){f.warned=!0;var s=new Error("Possible EventEmitter memory leak detected. "+f.length+" "+String(e)+" listeners added. Use emitter.setMaxListeners() to increase limit");s.name="MaxListenersExceededWarning",s.emitter=t,s.type=e,s.count=f.length,iD(s)}return t}st.prototype.addListener=function(e,r){return HT(this,e,r,!1)};st.prototype.on=st.prototype.addListener;st.prototype.prependListener=function(e,r){return HT(this,e,r,!0)};function oD(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,arguments.length===0?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function MT(t,e,r){var n={fired:!1,wrapFn:void 0,target:t,type:e,listener:r},i=oD.bind(n);return i.listener=r,n.wrapFn=i,i}st.prototype.once=function(e,r){return Zp(r),this.on(e,MT(this,e,r)),this};st.prototype.prependOnceListener=function(e,r){return Zp(r),this.prependListener(e,MT(this,e,r)),this};st.prototype.removeListener=function(e,r){var n,i,o,f,s;if(Zp(r),i=this._events,i===void 0)return this;if(n=i[e],n===void 0)return this;if(n===r||n.listener===r)--this._eventsCount==0?this._events=Object.create(null):(delete i[e],i.removeListener&&this.emit("removeListener",e,n.listener||r));else if(typeof n!="function"){for(o=-1,f=n.length-1;f>=0;f--)if(n[f]===r||n[f].listener===r){s=n[f].listener,o=f;break}if(o<0)return this;o===0?n.shift():fD(n,o),n.length===1&&(i[e]=n[0]),i.removeListener!==void 0&&this.emit("removeListener",e,s||r)}return this};st.prototype.off=st.prototype.removeListener;st.prototype.removeAllListeners=function(e){var r,n,i;if(n=this._events,n===void 0)return this;if(n.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):n[e]!==void 0&&(--this._eventsCount==0?this._events=Object.create(null):delete n[e]),this;if(arguments.length===0){var o=Object.keys(n),f;for(i=0;i<o.length;++i)f=o[i],f!=="removeListener"&&this.removeAllListeners(f);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if(r=n[e],typeof r=="function")this.removeListener(e,r);else if(r!==void 0)for(i=r.length-1;i>=0;i--)this.removeListener(e,r[i]);return this};function UT(t,e,r){var n=t._events;if(n===void 0)return[];var i=n[e];return i===void 0?[]:typeof i=="function"?r?[i.listener||i]:[i]:r?sD(i):LT(i,i.length)}st.prototype.listeners=function(e){return UT(this,e,!0)};st.prototype.rawListeners=function(e){return UT(this,e,!1)};st.listenerCount=function(t,e){return typeof t.listenerCount=="function"?t.listenerCount(e):zT.call(t,e)};st.prototype.listenerCount=zT;function zT(t){var e=this._events;if(e!==void 0){var r=e[t];if(typeof r=="function")return 1;if(r!==void 0)return r.length}return 0}st.prototype.eventNames=function(){return this._eventsCount>0?Jp(this._events):[]};function LT(t,e){for(var r=new Array(e),n=0;n<e;++n)r[n]=t[n];return r}function fD(t,e){for(;e+1<t.length;e++)t[e]=t[e+1];t.pop()}function sD(t){for(var e=new Array(t.length),r=0;r<e.length;++r)e[r]=t[r].listener||t[r];return e}function aD(t,e){return new Promise(function(r,n){function i(f){t.removeListener(e,o),n(f)}function o(){typeof t.removeListener=="function"&&t.removeListener("error",i),r([].slice.call(arguments))}VT(t,e,o,{once:!0}),e!=="error"&&lD(t,i,{once:!0})})}function lD(t,e,r){typeof t.on=="function"&&VT(t,"error",e,r)}function VT(t,e,r,n){if(typeof t.on=="function")n.once?t.once(e,r):t.on(e,r);else if(typeof t.addEventListener=="function")t.addEventListener(e,function i(o){n.once&&t.removeEventListener(e,i),r(o)});else throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof t)}});var Qp=k(So=>{var Eb=Math.pow(2,8),uD=Math.pow(2,16),CT=Math.pow(2,24),WT=Math.pow(2,32),cD=Math.pow(2,40),pD=Math.pow(2,48),Ab=Math.pow(2,52),dD=Math.pow(2,1022);So.readByte=function(t){return t>127?t-256:t};So.readI16=function(t,e){e=e||0;var r=t[e+1];return r+=t[e]<<8,t[e]&128&&(r-=uD),r};So.readI32=function(t,e){e=e||0;var r=t[e+3];return r+=t[e+2]<<8,r+=t[e+1]<<16,r+=t[e]*CT,t[e]&128&&(r-=WT),r};So.writeI16=function(t,e){return t[1]=e&255,e>>=8,t[0]=e&255,t};So.writeI32=function(t,e){return t[3]=e&255,e>>=8,t[2]=e&255,e>>=8,t[1]=e&255,e>>=8,t[0]=e&255,t};So.readDouble=function(t,e){e=e||0;var r=t[e]&128,n=(t[e+1]&240)>>4;n+=(t[e]&127)<<4;var i=t[e+7];switch(i+=t[e+6]<<8,i+=t[e+5]<<16,i+=t[e+4]*CT,i+=t[e+3]*WT,i+=t[e+2]*cD,i+=(t[e+1]&15)*pD,n){case 0:n=-1022;break;case 2047:return i?NaN:r?-1/0:1/0;default:i+=Ab,n-=1023}return r&&(i*=-1),i*Math.pow(2,n-52)};So.writeDouble=function(t,e){var r,n,i;return t[0]=e<0?128:0,e=Math.abs(e),e!==e?(r=2251799813685248,n=2047):e===1/0?(r=0,n=2047):(n=Math.floor(Math.log(e)/Math.LN2),i=Math.pow(2,-n),e*i<1&&(n--,i*=2),n+1023>=2047?(r=0,n=2047):n+1023>=1?(r=(e*i-1)*Ab,n+=1023):(r=e*dD*Ab,n=0)),t[1]=n<<4&240,t[0]|=n>>4&127,t[7]=r&255,r=Math.floor(r/Eb),t[6]=r&255,r=Math.floor(r/Eb),t[5]=r&255,r=Math.floor(r/Eb),t[4]=r&255,r>>=8,t[3]=r&255,r>>=8,t[2]=r&255,r>>=8,t[1]|=r&15,t}});var Df=k((vV,YT)=>{var mD=Nn();YT.exports=KT;function KT(t){Error.call(this),Error.captureStackTrace!==void 0&&Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.message=t}mD.inherits(KT,Error)});var $p=k(zi=>{var wD=Nn(),Ps=function(){},GT=console.log,Xp="error";function Rl(t){return function(){var e=["thrift: ["+t+"] "].concat(Array.from(arguments));return GT(wD.format.apply(null,e))}}var Ob=Ps,Fb=Ps,Db=Ps,Nb=Ps,Pb=Ps;zi.setLogFunc=function(t){GT=t};var hD=zi.setLogLevel=function(t){switch(Ob=Fb=Db=Nb=Pb=Ps,Xp=t,Xp){case"trace":Ob=Rl("TRACE");case"debug":Fb=Rl("DEBUG");case"error":Db=Rl("ERROR");case"warning":Nb=Rl("WARN");case"info":Pb=Rl("INFO")}};hD(Xp);zi.getLogLevel=function(){return Xp};zi.trace=function(){return Ob.apply(null,arguments)};zi.debug=function(){return Fb.apply(null,arguments)};zi.error=function(){return Db.apply(null,arguments)};zi.warning=function(){return Nb.apply(null,arguments)};zi.info=function(){return Pb.apply(null,arguments)}});var Mb=k((kV,JT)=>{var bD=$p(),Li=on(),kt=xo(),ct=kt.Type;JT.exports=R;var Rb=Math.pow(2,8),gD=Math.pow(2,24),yD=Math.pow(2,32),jD=Math.pow(2,40),qD=Math.pow(2,48),Hb=Math.pow(2,52),_D=Math.pow(2,1022);function R(t){this.trans=t,this.lastField_=[],this.lastFieldId_=0,this.string_limit_=0,this.string_buf_=null,this.string_buf_size_=0,this.container_limit_=0,this.booleanField_={name:null,hasBoolValue:!1},this.boolValue_={hasBoolValue:!1,boolValue:!1}}R.PROTOCOL_ID=-126;R.VERSION_N=1;R.VERSION_MASK=31;R.TYPE_MASK=-32;R.TYPE_BITS=7;R.TYPE_SHIFT_AMOUNT=5;R.Types={CT_STOP:0,CT_BOOLEAN_TRUE:1,CT_BOOLEAN_FALSE:2,CT_BYTE:3,CT_I16:4,CT_I32:5,CT_I64:6,CT_DOUBLE:7,CT_BINARY:8,CT_LIST:9,CT_SET:10,CT_MAP:11,CT_STRUCT:12};R.TTypeToCType=[R.Types.CT_STOP,0,R.Types.CT_BOOLEAN_TRUE,R.Types.CT_BYTE,R.Types.CT_DOUBLE,0,R.Types.CT_I16,0,R.Types.CT_I32,0,R.Types.CT_I64,R.Types.CT_BINARY,R.Types.CT_STRUCT,R.Types.CT_MAP,R.Types.CT_SET,R.Types.CT_LIST];R.prototype.getTransport=function(){return this.trans};R.prototype.getCompactType=function(t){return R.TTypeToCType[t]};R.prototype.getTType=function(t){switch(t){case ct.STOP:return ct.STOP;case R.Types.CT_BOOLEAN_FALSE:case R.Types.CT_BOOLEAN_TRUE:return ct.BOOL;case R.Types.CT_BYTE:return ct.BYTE;case R.Types.CT_I16:return ct.I16;case R.Types.CT_I32:return ct.I32;case R.Types.CT_I64:return ct.I64;case R.Types.CT_DOUBLE:return ct.DOUBLE;case R.Types.CT_BINARY:return ct.STRING;case R.Types.CT_LIST:return ct.LIST;case R.Types.CT_SET:return ct.SET;case R.Types.CT_MAP:return ct.MAP;case R.Types.CT_STRUCT:return ct.STRUCT;default:throw new kt.TProtocolException(kt.TProtocolExceptionType.INVALID_DATA,"Unknown type: "+t)}return ct.STOP};R.prototype.flush=function(){return this.trans.flush()};R.prototype.writeMessageBegin=function(t,e,r){this.writeByte(R.PROTOCOL_ID),this.writeByte(R.VERSION_N&R.VERSION_MASK|e<<R.TYPE_SHIFT_AMOUNT&R.TYPE_MASK),this.writeVarint32(r),this.writeString(t),this._seqid?bD.warning("SeqId already set",{name:t}):(this._seqid=r,this.trans.setCurrSeqId(r))};R.prototype.writeMessageEnd=function(){};R.prototype.writeStructBegin=function(t){this.lastField_.push(this.lastFieldId_),this.lastFieldId_=0};R.prototype.writeStructEnd=function(){this.lastFieldId_=this.lastField_.pop()};R.prototype.writeFieldBegin=function(t,e,r){if(e!=ct.BOOL)return this.writeFieldBeginInternal(t,e,r,-1);this.booleanField_.name=t,this.booleanField_.fieldType=e,this.booleanField_.fieldId=r};R.prototype.writeFieldEnd=function(){};R.prototype.writeFieldStop=function(){this.writeByte(R.Types.CT_STOP)};R.prototype.writeMapBegin=function(t,e,r){r===0?this.writeByte(0):(this.writeVarint32(r),this.writeByte(this.getCompactType(t)<<4|this.getCompactType(e)))};R.prototype.writeMapEnd=function(){};R.prototype.writeListBegin=function(t,e){this.writeCollectionBegin(t,e)};R.prototype.writeListEnd=function(){};R.prototype.writeSetBegin=function(t,e){this.writeCollectionBegin(t,e)};R.prototype.writeSetEnd=function(){};R.prototype.writeBool=function(t){this.booleanField_.name!==null?(this.writeFieldBeginInternal(this.booleanField_.name,this.booleanField_.fieldType,this.booleanField_.fieldId,t?R.Types.CT_BOOLEAN_TRUE:R.Types.CT_BOOLEAN_FALSE),this.booleanField_.name=null):this.writeByte(t?R.Types.CT_BOOLEAN_TRUE:R.Types.CT_BOOLEAN_FALSE)};R.prototype.writeByte=function(t){this.trans.write(new Buffer([t]))};R.prototype.writeI16=function(t){this.writeVarint32(this.i32ToZigzag(t))};R.prototype.writeI32=function(t){this.writeVarint32(this.i32ToZigzag(t))};R.prototype.writeI64=function(t){this.writeVarint64(this.i64ToZigzag(t))};R.prototype.writeDouble=function(t){var e=new Buffer(8),r,n,i;e[7]=t<0?128:0,t=Math.abs(t),t!==t?(r=2251799813685248,n=2047):t===1/0?(r=0,n=2047):(n=Math.floor(Math.log(t)/Math.LN2),i=Math.pow(2,-n),t*i<1&&(n--,i*=2),n+1023>=2047?(r=0,n=2047):n+1023>=1?(r=(t*i-1)*Hb,n+=1023):(r=t*_D*Hb,n=0)),e[6]=n<<4&240,e[7]|=n>>4&127,e[0]=r&255,r=Math.floor(r/Rb),e[1]=r&255,r=Math.floor(r/Rb),e[2]=r&255,r=Math.floor(r/Rb),e[3]=r&255,r>>=8,e[4]=r&255,r>>=8,e[5]=r&255,r>>=8,e[6]|=r&15,this.trans.write(e)};R.prototype.writeStringOrBinary=function(t,e,r){if(typeof r=="string")this.writeVarint32(Buffer.byteLength(r,e)),this.trans.write(new Buffer(r,e));else if(r instanceof Buffer||Object.prototype.toString.call(r)=="[object Uint8Array]")this.writeVarint32(r.length),this.trans.write(r);else throw new Error(t+" called without a string/Buffer argument: "+r)};R.prototype.writeString=function(t){this.writeStringOrBinary("writeString","utf8",t)};R.prototype.writeBinary=function(t){this.writeStringOrBinary("writeBinary","binary",t)};R.prototype.writeFieldBeginInternal=function(t,e,r,n){var i=n==-1?this.getCompactType(e):n;r>this.lastFieldId_&&r-this.lastFieldId_<=15?this.writeByte(r-this.lastFieldId_<<4|i):(this.writeByte(i),this.writeI16(r)),this.lastFieldId_=r};R.prototype.writeCollectionBegin=function(t,e){e<=14?this.writeByte(e<<4|this.getCompactType(t)):(this.writeByte(240|this.getCompactType(t)),this.writeVarint32(e))};R.prototype.writeVarint32=function(t){for(var e=new Buffer(5),r=0;;)if((t&~127)==0){e[r++]=t;break}else e[r++]=t&127|128,t=t>>>7;var n=new Buffer(r);e.copy(n,0,0,r),this.trans.write(n)};R.prototype.writeVarint64=function(t){if(typeof t=="number"&&(t=new Li(t)),!(t instanceof Li))throw new kt.TProtocolException(kt.TProtocolExceptionType.INVALID_DATA,"Expected Int64 or Number, found: "+t);for(var e=new Buffer(10),r=0,n=t.buffer.readUInt32BE(0,!0),i=t.buffer.readUInt32BE(4,!0),o=0;;)if((i&~127)==0&&n===0){e[r++]=i;break}else e[r++]=i&127|128,o=n<<25,i=i>>>7,n=n>>>7,i=i|o;var f=new Buffer(r);e.copy(f,0,0,r),this.trans.write(f)};R.prototype.i64ToZigzag=function(t){if(typeof t=="string"?t=new Li(parseInt(t,10)):typeof t=="number"&&(t=new Li(t)),!(t instanceof Li))throw new kt.TProtocolException(kt.TProtocolExceptionType.INVALID_DATA,"Expected Int64 or Number, found: "+t);var e=t.buffer.readUInt32BE(0,!0),r=t.buffer.readUInt32BE(4,!0),n=e>>>31;return e=(e<<1|r>>>31)^(n?4294967295:0),r=r<<1^(n?4294967295:0),new Li(e,r)};R.prototype.i32ToZigzag=function(t){return t<<1^(t&2147483648?4294967295:0)};R.prototype.readMessageBegin=function(){var t=this.trans.readByte();if(t!=R.PROTOCOL_ID)throw new kt.TProtocolException(kt.TProtocolExceptionType.BAD_VERSION,"Bad protocol identifier "+t);var e=this.trans.readByte(),r=e&R.VERSION_MASK;if(r!=R.VERSION_N)throw new kt.TProtocolException(kt.TProtocolExceptionType.BAD_VERSION,"Bad protocol version "+r);var n=e>>R.TYPE_SHIFT_AMOUNT&R.TYPE_BITS,i=this.readVarint32(),o=this.readString();return{fname:o,mtype:n,rseqid:i}};R.prototype.readMessageEnd=function(){};R.prototype.readStructBegin=function(){return this.lastField_.push(this.lastFieldId_),this.lastFieldId_=0,{fname:""}};R.prototype.readStructEnd=function(){this.lastFieldId_=this.lastField_.pop()};R.prototype.readFieldBegin=function(){var t=0,e=this.trans.readByte(e),r=e&15;if(r==R.Types.CT_STOP)return{fname:null,ftype:kt.Type.STOP,fid:0};var n=(e&240)>>>4;n===0?t=this.readI16():t=this.lastFieldId_+n;var i=this.getTType(r);return(r==R.Types.CT_BOOLEAN_TRUE||r==R.Types.CT_BOOLEAN_FALSE)&&(this.boolValue_.hasBoolValue=!0,this.boolValue_.boolValue=r==R.Types.CT_BOOLEAN_TRUE),this.lastFieldId_=t,{fname:null,ftype:i,fid:t}};R.prototype.readFieldEnd=function(){};R.prototype.readMapBegin=function(){var t=this.readVarint32();if(t<0)throw new kt.TProtocolException(kt.TProtocolExceptionType.NEGATIVE_SIZE,"Negative map size");var e=0;t!==0&&(e=this.trans.readByte());var r=this.getTType((e&240)>>>4),n=this.getTType(e&15);return{ktype:r,vtype:n,size:t}};R.prototype.readMapEnd=function(){};R.prototype.readListBegin=function(){var t=this.trans.readByte(),e=t>>>4&15;if(e==15&&(e=this.readVarint32()),e<0)throw new kt.TProtocolException(kt.TProtocolExceptionType.NEGATIVE_SIZE,"Negative list size");var r=this.getTType(t&15);return{etype:r,size:e}};R.prototype.readListEnd=function(){};R.prototype.readSetBegin=function(){return this.readListBegin()};R.prototype.readSetEnd=function(){};R.prototype.readBool=function(){var t=!1,e=0;if(this.boolValue_.hasBoolValue===!0)t=this.boolValue_.boolValue,this.boolValue_.hasBoolValue=!1;else{var r=this.trans.readByte();e=r.rsize,t=r.value==R.Types.CT_BOOLEAN_TRUE}return t};R.prototype.readByte=function(){return this.trans.readByte()};R.prototype.readI16=function(){return this.readI32()};R.prototype.readI32=function(){return this.zigzagToI32(this.readVarint32())};R.prototype.readI64=function(){return this.zigzagToI64(this.readVarint64())};R.prototype.readDouble=function(){var t=this.trans.read(8),e=0,r=t[e+7]&128,n=(t[e+6]&240)>>4;n+=(t[e+7]&127)<<4;var i=t[e];switch(i+=t[e+1]<<8,i+=t[e+2]<<16,i+=t[e+3]*gD,i+=t[e+4]*yD,i+=t[e+5]*jD,i+=(t[e+6]&15)*qD,n){case 0:n=-1022;break;case 2047:return i?NaN:r?-1/0:1/0;default:i+=Hb,n-=1023}return r&&(i*=-1),i*Math.pow(2,n-52)};R.prototype.readBinary=function(){var t=this.readVarint32();if(t===0)return new Buffer(0);if(t<0)throw new kt.TProtocolException(kt.TProtocolExceptionType.NEGATIVE_SIZE,"Negative binary size");return this.trans.read(t)};R.prototype.readString=function(){var t=this.readVarint32();if(t===0)return"";if(t<0)throw new kt.TProtocolException(kt.TProtocolExceptionType.NEGATIVE_SIZE,"Negative string size");return this.trans.readString(t)};R.prototype.readVarint32=function(){return this.readVarint64().toNumber()};R.prototype.readVarint64=function(){for(var t=0,e=0,r=0,n=0;;){var i=this.trans.readByte();if(t++,n<=25?e=e|(i&127)<<n:25<n&&n<32?(e=e|(i&127)<<n,r=r|(i&127)>>>32-n):r=r|(i&127)<<n-32,n+=7,!(i&128))break;if(t>=10)throw new kt.TProtocolException(kt.TProtocolExceptionType.INVALID_DATA,"Variable-length int over 10 bytes.")}return new Li(r,e)};R.prototype.zigzagToI32=function(t){return t>>>1^-1*(t&1)};R.prototype.zigzagToI64=function(t){var e=t.buffer.readUInt32BE(0,!0),r=t.buffer.readUInt32BE(4,!0),n=new Li(e&0,r&1);n._2scomp();var i=n.buffer.readUInt32BE(0,!0),o=n.buffer.readUInt32BE(4,!0),f=e<<31;return e=e>>>1^i,r=(r>>>1|f)^o,new Li(e,r)};R.prototype.skip=function(t){switch(t){case ct.BOOL:this.readBool();break;case ct.BYTE:this.readByte();break;case ct.I16:this.readI16();break;case ct.I32:this.readI32();break;case ct.I64:this.readI64();break;case ct.DOUBLE:this.readDouble();break;case ct.STRING:this.readString();break;case ct.STRUCT:for(this.readStructBegin();;){var e=this.readFieldBegin();if(e.ftype===ct.STOP)break;this.skip(e.ftype),this.readFieldEnd()}this.readStructEnd();break;case ct.MAP:for(var r=this.readMapBegin(),n=0;n<r.size;++n)this.skip(r.ktype),this.skip(r.vtype);this.readMapEnd();break;case ct.SET:for(var i=this.readSetBegin(),o=0;o<i.size;++o)this.skip(i.etype);this.readSetEnd();break;case ct.LIST:for(var f=this.readListBegin(),s=0;s<f.size;++s)this.skip(f.etype);this.readListEnd();break;default:throw new Error("Invalid type: "+t)}}});var Lb=k((BV,ek)=>{var ZT=$p(),Ub=Qp(),QT=on(),Vi=xo(),Dr=Vi.Type;ek.exports=we;var XT=-65536,zb=-2147418112,$T=255;we.VERSION_MASK=XT;we.VERSION_1=zb;we.TYPE_MASK=$T;function we(t,e,r){this.trans=t,this.strictRead=e!==void 0?e:!1,this.strictWrite=r!==void 0?r:!0,this._seqid=null}we.prototype.flush=function(){return this.trans.flush()};we.prototype.writeMessageBegin=function(t,e,r){this.strictWrite?(this.writeI32(zb|e),this.writeString(t),this.writeI32(r)):(this.writeString(t),this.writeByte(e),this.writeI32(r)),this._seqid!==null?ZT.warning("SeqId already set",{name:t}):(this._seqid=r,this.trans.setCurrSeqId(r))};we.prototype.writeMessageEnd=function(){this._seqid!==null?this._seqid=null:ZT.warning("No seqid to unset")};we.prototype.writeStructBegin=function(t){};we.prototype.writeStructEnd=function(){};we.prototype.writeFieldBegin=function(t,e,r){this.writeByte(e),this.writeI16(r)};we.prototype.writeFieldEnd=function(){};we.prototype.writeFieldStop=function(){this.writeByte(Dr.STOP)};we.prototype.writeMapBegin=function(t,e,r){this.writeByte(t),this.writeByte(e),this.writeI32(r)};we.prototype.writeMapEnd=function(){};we.prototype.writeListBegin=function(t,e){this.writeByte(t),this.writeI32(e)};we.prototype.writeListEnd=function(){};we.prototype.writeSetBegin=function(t,e){this.writeByte(t),this.writeI32(e)};we.prototype.writeSetEnd=function(){};we.prototype.writeBool=function(t){t?this.writeByte(1):this.writeByte(0)};we.prototype.writeByte=function(t){this.trans.write(new Buffer([t]))};we.prototype.writeI16=function(t){this.trans.write(Ub.writeI16(new Buffer(2),t))};we.prototype.writeI32=function(t){this.trans.write(Ub.writeI32(new Buffer(4),t))};we.prototype.writeI64=function(t){t.buffer?this.trans.write(t.buffer):this.trans.write(new QT(t).buffer)};we.prototype.writeDouble=function(t){this.trans.write(Ub.writeDouble(new Buffer(8),t))};we.prototype.writeStringOrBinary=function(t,e,r){if(typeof r=="string")this.writeI32(Buffer.byteLength(r,e)),this.trans.write(new Buffer(r,e));else if(r instanceof Buffer||Object.prototype.toString.call(r)=="[object Uint8Array]")this.writeI32(r.length),this.trans.write(r);else throw new Error(t+" called without a string/Buffer argument: "+r)};we.prototype.writeString=function(t){this.writeStringOrBinary("writeString","utf8",t)};we.prototype.writeBinary=function(t){this.writeStringOrBinary("writeBinary","binary",t)};we.prototype.readMessageBegin=function(){var t=this.readI32(),e,r,n;if(t<0){var i=t&XT;if(i!=zb)throw new Vi.TProtocolException(Vi.TProtocolExceptionType.BAD_VERSION,"Bad version in readMessageBegin: "+t);e=t&$T,r=this.readString(),n=this.readI32()}else{if(this.strictRead)throw new Vi.TProtocolException(Vi.TProtocolExceptionType.BAD_VERSION,"No protocol version header");r=this.trans.read(t),e=this.readByte(),n=this.readI32()}return{fname:r,mtype:e,rseqid:n}};we.prototype.readMessageEnd=function(){};we.prototype.readStructBegin=function(){return{fname:""}};we.prototype.readStructEnd=function(){};we.prototype.readFieldBegin=function(){var t=this.readByte();if(t==Dr.STOP)return{fname:null,ftype:t,fid:0};var e=this.readI16();return{fname:null,ftype:t,fid:e}};we.prototype.readFieldEnd=function(){};we.prototype.readMapBegin=function(){var t=this.readByte(),e=this.readByte(),r=this.readI32();return{ktype:t,vtype:e,size:r}};we.prototype.readMapEnd=function(){};we.prototype.readListBegin=function(){var t=this.readByte(),e=this.readI32();return{etype:t,size:e}};we.prototype.readListEnd=function(){};we.prototype.readSetBegin=function(){var t=this.readByte(),e=this.readI32();return{etype:t,size:e}};we.prototype.readSetEnd=function(){};we.prototype.readBool=function(){var t=this.readByte();return t!==0};we.prototype.readByte=function(){return this.trans.readByte()};we.prototype.readI16=function(){return this.trans.readI16()};we.prototype.readI32=function(){return this.trans.readI32()};we.prototype.readI64=function(){var t=this.trans.read(8);return new QT(t)};we.prototype.readDouble=function(){return this.trans.readDouble()};we.prototype.readBinary=function(){var t=this.readI32();if(t===0)return new Buffer(0);if(t<0)throw new Vi.TProtocolException(Vi.TProtocolExceptionType.NEGATIVE_SIZE,"Negative binary size");return this.trans.read(t)};we.prototype.readString=function(){var t=this.readI32();if(t===0)return"";if(t<0)throw new Vi.TProtocolException(Vi.TProtocolExceptionType.NEGATIVE_SIZE,"Negative string size");return this.trans.readString(t)};we.prototype.getTransport=function(){return this.trans};we.prototype.skip=function(t){switch(t){case Dr.BOOL:this.readBool();break;case Dr.BYTE:this.readByte();break;case Dr.I16:this.readI16();break;case Dr.I32:this.readI32();break;case Dr.I64:this.readI64();break;case Dr.DOUBLE:this.readDouble();break;case Dr.STRING:this.readString();break;case Dr.STRUCT:for(this.readStructBegin();;){var e=this.readFieldBegin();if(e.ftype===Dr.STOP)break;this.skip(e.ftype),this.readFieldEnd()}this.readStructEnd();break;case Dr.MAP:for(var r=this.readMapBegin(),n=0;n<r.size;++n)this.skip(r.ktype),this.skip(r.vtype);this.readMapEnd();break;case Dr.SET:for(var i=this.readSetBegin(),o=0;o<i.size;++o)this.skip(i.etype);this.readSetEnd();break;case Dr.LIST:for(var f=this.readListBegin(),s=0;s<f.size;++s)this.skip(f.etype);this.readListEnd();break;default:throw new Error("Invalid type: "+t)}}});var Vb=k((IV,fk)=>{var vD=Nn(),ed=Mb(),tk=Lb(),TD=Df();function Hl(t){Error.call(this),Error.captureStackTrace!==void 0&&Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.message=t}vD.inherits(Hl,Error);fk.exports=Pt;var kD=0,BD=1,ID=0,xD=32/8,SD=48/8,ED=64/8,AD=96/8,rk=112/8,nk=4095,ik=1,OD=1073741823;function Ci(t){var e=Ml();this.outputBuffer=null;var r=this;this.transport=new e(null,function(n){r.outputBuffer=n}),this.transport.inBuf=t||Buffer.alloc(0),this.transport.writeCursor=this.transport.inBuf.length,this.protocol=new ed(this.transport)}Ci.prototype.readVarint32=function(){return this.protocol.readVarint32()};Ci.prototype.writeVarint32=function(t){this.protocol.writeVarint32(t)};Ci.prototype.readString=function(){return this.protocol.readString()};Ci.prototype.writeString=function(t){this.protocol.writeString(t)};Ci.prototype.getOutCount=function(){return this.transport.outCount};Ci.prototype.write=function(t){this.transport.write(t)};Ci.prototype.toBuffer=function(){return this.transport.flush(),this.outputBuffer};Pt.SubprotocolId={BINARY:0,JSON:1,COMPACT:2};function Pt(){this.maxFrameSize=OD,this.protocolId=Pt.SubprotocolId.BINARY,this.rheaders={},this.wheaders={},this.inBuf=Buffer.alloc(0),this.outCount=0,this.flags=null,this.seqid=0,this.shouldWriteHeaders=!0}var ok=function(t,e){if(typeof t!="string"||typeof e!="string")throw new Hl("Header key and values must be strings")},FD=function(t){for(var e=Object.keys(Pt.SubprotocolId),r=0;r<e.length;r++)if(t===Pt.SubprotocolId[e[r]])return!0;throw new Error(t+" is not a valid protocol id")};Pt.prototype.setSeqId=function(t){this.seqid=t};Pt.prototype.getSeqId=function(t){return this.seqid};Pt.prototype.setFlags=function(t){this.flags=t};Pt.prototype.getReadHeaders=function(){return this.rheaders};Pt.prototype.setReadHeader=function(t,e){ok(t,e),this.rheaders[t]=e};Pt.prototype.clearReadHeaders=function(){this.rheaders={}};Pt.prototype.getWriteHeaders=function(){return this.wheaders};Pt.prototype.setWriteHeader=function(t,e){ok(t,e),this.wheaders[t]=e};Pt.prototype.clearWriteHeaders=function(){this.wheaders={}};Pt.prototype.setMaxFrameSize=function(t){this.maxFrameSize=t};Pt.prototype.setProtocolId=function(t){FD(t),this.protocolId=t};Pt.prototype.getProtocolId=function(){return this.protocolId};var DD=function(t){var e=t.readInt32BE();return(e&tk.VERSION_MASK)===tk.VERSION_1},ND=function(t){var e=t.readInt8(kD),r=t.readInt8(BD);return e===ed.PROTOCOL_ID&&(r&ed.VERSION_MASK)===ed.VERSION_N};Pt.prototype.readHeaders=function(){var t=this.inBuf,e=!1;if(DD(t)&&(this.setProtocolId(Pt.SubprotocolId.BINARY),e=!0),ND(t)&&(this.setProtocolId(Pt.SubprotocolId.COMPACT),e=!0),e){this.shouldWriteHeaders=!1;return}var r=t.readInt32BE(ID);if(r>this.maxFrameSize)throw new Hl("Frame exceeds maximum frame size");var n=t.readInt16BE(xD);if(this.shouldWriteHeaders=n===nk,!!this.shouldWriteHeaders){this.setFlags(t.readInt16BE(SD)),this.setSeqId(t.readInt32BE(ED));var i=t.readInt16BE(AD)*4,o=rk+i;if(o>t.length)throw new Hl("Header size is greater than frame size");var f=Buffer.alloc(i);t.copy(f,0,rk,o);var s=new Ci(f);this.setProtocolId(s.readVarint32());var u=s.readVarint32();if(u>0)throw new Hl("Transforms are not yet supported");for(;;)try{var l=s.readVarint32();if(l!==ik)break;for(var c=s.readVarint32(),w=0;w<c;w++){var p=s.readString(),g=s.readString();this.setReadHeader(p,g)}}catch(T){if(T instanceof TD)break;throw T}return this.read(o),this.getReadHeaders()}};Pt.prototype.writeHeaders=function(){if(!!this.shouldWriteHeaders){var t=this.getWriteHeaders(),e=new Ci;e.writeVarint32(this.protocolId),e.writeVarint32(0);var r=Object.keys(t);if(r.length>0){e.writeVarint32(ik),e.writeVarint32(r.length);for(var n=0;n<r.length;n++){var i=r[n],o=t[i];e.writeString(i),e.writeString(o)}}var f=e.getOutCount(),s=(4-f%4)%4,u=Buffer.alloc(2);u.writeInt16BE(Math.floor((f+s)/4));var l=Buffer.alloc(s);l.fill(0),e.write(l);var c=e.toBuffer(),w=Buffer.alloc(4);w.writeInt32BE(10+this.outCount+c.length);var p=Buffer.alloc(2);p.writeInt16BE(nk);var g=Buffer.alloc(2);g.writeInt16BE(0);var T=Buffer.alloc(4);T.writeInt32BE(this.getSeqId());var L=Buffer.concat([w,p,g,T,u,c]);this.outBuffers.unshift(L),this.outCount+=L.length}}});var Ml=k((xV,sk)=>{var td=Qp(),PD=Df(),RD=Vb();sk.exports=Bt;function Bt(t,e){this.defaultReadBufferSize=1024,this.writeBufferSize=512,this.inBuf=new Buffer(this.defaultReadBufferSize),this.readCursor=0,this.writeCursor=0,this.outBuffers=[],this.outCount=0,this.onFlush=e}Bt.prototype=new RD;Bt.prototype.reset=function(){this.inBuf=new Buffer(this.defaultReadBufferSize),this.readCursor=0,this.writeCursor=0,this.outBuffers=[],this.outCount=0};Bt.receiver=function(t,e){var r=new Bt;return function(n){if(r.writeCursor+n.length>r.inBuf.length){var i=new Buffer(r.writeCursor+n.length);r.inBuf.copy(i,0,0,r.writeCursor),r.inBuf=i}n.copy(r.inBuf,r.writeCursor,0),r.writeCursor+=n.length,t(r,e)}};Bt.prototype.commitPosition=function(){var t=this.writeCursor-this.readCursor,e=t*2>this.defaultReadBufferSize?t*2:this.defaultReadBufferSize,r=new Buffer(e);t>0&&this.inBuf.copy(r,0,this.readCursor,this.writeCursor),this.readCursor=0,this.writeCursor=t,this.inBuf=r};Bt.prototype.rollbackPosition=function(){this.readCursor=0};Bt.prototype.isOpen=function(){return!0};Bt.prototype.open=function(){};Bt.prototype.close=function(){};Bt.prototype.setCurrSeqId=function(t){this._seqid=t};Bt.prototype.ensureAvailable=function(t){if(this.readCursor+t>this.writeCursor)throw new PD};Bt.prototype.read=function(t){this.ensureAvailable(t);var e=new Buffer(t);return this.inBuf.copy(e,0,this.readCursor,this.readCursor+t),this.readCursor+=t,e};Bt.prototype.readByte=function(){return this.ensureAvailable(1),td.readByte(this.inBuf[this.readCursor++])};Bt.prototype.readI16=function(){this.ensureAvailable(2);var t=td.readI16(this.inBuf,this.readCursor);return this.readCursor+=2,t};Bt.prototype.readI32=function(){this.ensureAvailable(4);var t=td.readI32(this.inBuf,this.readCursor);return this.readCursor+=4,t};Bt.prototype.readDouble=function(){this.ensureAvailable(8);var t=td.readDouble(this.inBuf,this.readCursor);return this.readCursor+=8,t};Bt.prototype.readString=function(t){this.ensureAvailable(t);var e=this.inBuf.toString("utf8",this.readCursor,this.readCursor+t);return this.readCursor+=t,e};Bt.prototype.borrow=function(){var t={buf:this.inBuf,readIndex:this.readCursor,writeIndex:this.writeCursor};return t};Bt.prototype.consume=function(t){this.readCursor+=t};Bt.prototype.write=function(t){typeof t=="string"&&(t=new Buffer(t,"utf8")),this.outBuffers.push(t),this.outCount+=t.length};Bt.prototype.flush=function(){var t=this._seqid;if(this._seqid=null,!(this.outCount<1)){var e=new Buffer(this.outCount),r=0;this.outBuffers.forEach(function(n){n.copy(e,r,0),r+=n.length}),this.onFlush&&this.onFlush(e,t),this.outBuffers=[],this.outCount=0}}});var Wb=k((SV,pk)=>{var ak=on(),lk=pk.exports={},HD=Math.pow(2,24),uk=Math.pow(2,31),Cb=Math.pow(2,32),ck=Math.pow(10,11);lk.toDecimalString=function(t){var e=t.buffer,r=t.offset;if(!e[r]&&!(e[r+1]&224)||!~e[r]&&!~(e[r+1]&224))return t.toString();var n=e[r]&128;if(n){for(var i=!1,o=new Buffer(8),f=7;f>=0;--f)o[f]=~e[r+f]+(i?0:1)&255,i|=e[r+f];e=o}var s=e[r+1]+(e[r]<<8),u=e[r+7]+(e[r+6]<<8)+(e[r+5]<<16)+e[r+4]*HD+(e[r+3]+(e[r+2]<<8))*Cb+s*74976710656,l=Math.floor(u/ck)+s*2814;return u=("00000000000"+String(u%ck)).slice(-11),(n?"-":"")+String(l)+u};lk.fromDecimalString=function(t){var e=t.charAt(0)==="-";if(t.length<(e?17:16))return new ak(+t);if(t.length>(e?20:19))throw new RangeError("Too many digits for Int64: "+t);var r=+t.slice(e?1:0,-15),n=+t.slice(-15)+r*2764472320,i=Math.floor(n/Cb)+r*232830;if(n=n%Cb,i>=uk&&!(e&&i==uk&&n==0))throw new RangeError("The magnitude is too large for Int64.");return e&&(i=~i,n===0?i=i+1&4294967295:n=~n+1,i=2147483648|i),new ak(i,n)}});var wk=k((OV,mk)=>{var dk=on(),EV=Wb(),AV=mk.exports=function(){"use strict";var t,e,r={'"':'"',"\\":"\\","/":"/",b:"\b",f:"\f",n:`
11
- `,r:"\r",t:" "},n,i=function(g){throw new SyntaxError(g)},o=function(g){return g&&g!==e&&i("Expected '"+g+"' instead of '"+e+"'"),e=n.charAt(t),t+=1,e},f=function(){var g,T="";for(e==="-"&&(T="-",o("-"));e>="0"&&e<="9";)T+=e,o();if(e===".")for(T+=".";o()&&e>="0"&&e<="9";)T+=e;if(e==="e"||e==="E")for(T+=e,o(),(e==="-"||e==="+")&&(T+=e,o());e>="0"&&e<="9";)T+=e,o();if(g=+T,!isFinite(g))i("Bad number");else return g>=dk.MAX_INT||g<=dk.MIN_INT?T:g},s=function(){var g,T,L="",O;if(e==='"')for(;o();){if(e==='"')return o(),L;if(e==="\\")if(o(),e==="u"){for(O=0,T=0;T<4&&(g=parseInt(o(),16),!!isFinite(g));T+=1)O=O*16+g;L+=String.fromCharCode(O)}else if(typeof r[e]=="string")L+=r[e];else break;else L+=e}i("Bad string")},u=function(){for(;e&&e<=" ";)o()},l=function(){switch(e){case"t":return o("t"),o("r"),o("u"),o("e"),!0;case"f":return o("f"),o("a"),o("l"),o("s"),o("e"),!1;case"n":return o("n"),o("u"),o("l"),o("l"),null}i("Unexpected '"+e+"'")},c,w=function(){var g=[];if(e==="["){if(o("["),u(),e==="]")return o("]"),g;for(;e;){if(g.push(c()),u(),e==="]")return o("]"),g;o(","),u()}}i("Bad array")},p=function(){var g,T={};if(e==="{"){if(o("{"),u(),e==="}")return o("}"),T;for(;e;){if(g=s(),u(),o(":"),Object.hasOwnProperty.call(T,g)&&i('Duplicate key "'+g+'"'),T[g]=c(),u(),e==="}")return o("}"),T;o(","),u()}}i("Bad object")};return c=function(){switch(u(),e){case"{":return p();case"[":return w();case'"':return s();case"-":return f();default:return e>="0"&&e<="9"?f():l()}},function(g){var T;return n=g,t=0,e=" ",T=c(),u(),e&&i("Syntax error"),T}}()});var Ul=k((DV,gk)=>{var Kb=on(),MD=xo(),Ce=MD.Type,FV=Nn(),hk=Wb(),UD=wk(),bk=Df();gk.exports=G;function G(t){this.tstack=[],this.tpos=[],this.trans=t}G.Type={};G.Type[Ce.BOOL]='"tf"';G.Type[Ce.BYTE]='"i8"';G.Type[Ce.I16]='"i16"';G.Type[Ce.I32]='"i32"';G.Type[Ce.I64]='"i64"';G.Type[Ce.DOUBLE]='"dbl"';G.Type[Ce.STRUCT]='"rec"';G.Type[Ce.STRING]='"str"';G.Type[Ce.MAP]='"map"';G.Type[Ce.LIST]='"lst"';G.Type[Ce.SET]='"set"';G.RType={};G.RType.tf=Ce.BOOL;G.RType.i8=Ce.BYTE;G.RType.i16=Ce.I16;G.RType.i32=Ce.I32;G.RType.i64=Ce.I64;G.RType.dbl=Ce.DOUBLE;G.RType.rec=Ce.STRUCT;G.RType.str=Ce.STRING;G.RType.map=Ce.MAP;G.RType.lst=Ce.LIST;G.RType.set=Ce.SET;G.Version=1;G.prototype.flush=function(){return this.writeToTransportIfStackIsFlushable(),this.trans.flush()};G.prototype.writeToTransportIfStackIsFlushable=function(){this.tstack.length===1&&this.trans.write(this.tstack.pop())};G.prototype.writeMessageBegin=function(t,e,r){this.tstack.push([G.Version,'"'+t+'"',e,r])};G.prototype.writeMessageEnd=function(){var t=this.tstack.pop();this.wobj=this.tstack.pop(),this.wobj.push(t),this.wbuf="["+this.wobj.join(",")+"]",this.trans.write(this.wbuf)};G.prototype.writeStructBegin=function(t){this.tpos.push(this.tstack.length),this.tstack.push({})};G.prototype.writeStructEnd=function(){var t=this.tpos.pop(),e=this.tstack[t],r="{",n=!0;for(var i in e)n?n=!1:r+=",",r+=i+":"+e[i];r+="}",this.tstack[t]=r,this.writeToTransportIfStackIsFlushable()};G.prototype.writeFieldBegin=function(t,e,r){this.tpos.push(this.tstack.length),this.tstack.push({fieldId:'"'+r+'"',fieldType:G.Type[e]})};G.prototype.writeFieldEnd=function(){var t=this.tstack.pop(),e=this.tstack.pop();":"+t==":[object Object]"?this.tstack[this.tstack.length-1][e.fieldId]="{"+e.fieldType+":"+JSON.stringify(t)+"}":this.tstack[this.tstack.length-1][e.fieldId]="{"+e.fieldType+":"+t+"}",this.tpos.pop(),this.writeToTransportIfStackIsFlushable()};G.prototype.writeFieldStop=function(){};G.prototype.writeMapBegin=function(t,e,r){this.tpos.push(this.tstack.length),this.tstack.push([G.Type[t],G.Type[e],0])};G.prototype.writeMapEnd=function(){var t=this.tpos.pop();if(t!=this.tstack.length){(this.tstack.length-t-1)%2!=0&&this.tstack.push("");var e=(this.tstack.length-t-1)/2;this.tstack[t][this.tstack[t].length-1]=e;for(var r="}",n=!0;this.tstack.length>t+1;){var i=this.tstack.pop(),o=this.tstack.pop();n?n=!1:r=","+r,isNaN(o)||(o='"'+o+'"'),r=o+":"+i+r}r="{"+r,this.tstack[t].push(r),this.tstack[t]="["+this.tstack[t].join(",")+"]",this.writeToTransportIfStackIsFlushable()}};G.prototype.writeListBegin=function(t,e){this.tpos.push(this.tstack.length),this.tstack.push([G.Type[t],e])};G.prototype.writeListEnd=function(){for(var t=this.tpos.pop();this.tstack.length>t+1;){var e=this.tstack[t+1];this.tstack.splice(t+1,1),this.tstack[t].push(e)}this.tstack[t]="["+this.tstack[t].join(",")+"]",this.writeToTransportIfStackIsFlushable()};G.prototype.writeSetBegin=function(t,e){this.tpos.push(this.tstack.length),this.tstack.push([G.Type[t],e])};G.prototype.writeSetEnd=function(){for(var t=this.tpos.pop();this.tstack.length>t+1;){var e=this.tstack[t+1];this.tstack.splice(t+1,1),this.tstack[t].push(e)}this.tstack[t]="["+this.tstack[t].join(",")+"]",this.writeToTransportIfStackIsFlushable()};G.prototype.writeBool=function(t){this.tstack.push(t?1:0)};G.prototype.writeByte=function(t){this.tstack.push(t)};G.prototype.writeI16=function(t){this.tstack.push(t)};G.prototype.writeI32=function(t){this.tstack.push(t)};G.prototype.writeI64=function(t){t instanceof Kb?this.tstack.push(hk.toDecimalString(t)):this.tstack.push(t)};G.prototype.writeDouble=function(t){this.tstack.push(t)};G.prototype.writeString=function(t){if(t===null)this.tstack.push(null);else{if(typeof t=="string")var e=t;else if(t instanceof Buffer)var e=t.toString("utf8");else throw new Error("writeString called without a string/Buffer argument: "+t);for(var r="",n=0;n<e.length;n++){var i=e.charAt(n);i==='"'?r+='\\"':i==="\\"?r+="\\\\":i==="\b"?r+="\\b":i==="\f"?r+="\\f":i===`
12
- `?r+="\\n":i==="\r"?r+="\\r":i===" "?r+="\\t":r+=i}this.tstack.push('"'+r+'"')}};G.prototype.writeBinary=function(t){if(typeof t=="string")var e=new Buffer(t,"binary");else if(t instanceof Buffer||Object.prototype.toString.call(t)=="[object Uint8Array]")var e=t;else throw new Error("writeBinary called without a string/Buffer argument: "+t);this.tstack.push('"'+e.toString("base64")+'"')};G.prototype.readMessageBegin=function(){this.rstack=[],this.rpos=[];var t=this.trans.borrow();if(t.readIndex>=t.writeIndex)throw new bk;var e=t.readIndex;if(t.buf[e]!==91)throw new Error("Malformed JSON input, no opening bracket");e++;for(var r=1,n=!1;e<t.writeIndex;e++){var i=t.buf[e];if(n)i===34?n=!1:i===92&&(e+=1);else if(i===91)r+=1;else if(i===93){if(r-=1,r===0)break}else i===34&&(n=!0)}if(r!==0)throw new bk;this.robj=UD(t.buf.slice(t.readIndex,e+1).toString()),this.trans.consume(e+1-t.readIndex);var o=this.robj.shift();if(o!=G.Version)throw new Error("Wrong thrift protocol version: "+o);var f={};return f.fname=this.robj.shift(),f.mtype=this.robj.shift(),f.rseqid=this.robj.shift(),this.rstack.push(this.robj.shift()),f};G.prototype.readMessageEnd=function(){};G.prototype.readStructBegin=function(){var t={};return t.fname="",this.rstack[this.rstack.length-1]instanceof Array&&this.rstack.push(this.rstack[this.rstack.length-1].shift()),t};G.prototype.readStructEnd=function(){this.rstack.pop()};G.prototype.readFieldBegin=function(){var t={},e=-1,r=Ce.STOP;for(var n in this.rstack[this.rstack.length-1])if(n!==null){e=parseInt(n,10),this.rpos.push(this.rstack.length);var i=this.rstack[this.rstack.length-1][e];delete this.rstack[this.rstack.length-1][e],this.rstack.push(i);break}if(e!=-1)for(var o in this.rstack[this.rstack.length-1])G.RType[o]!==null&&(r=G.RType[o],this.rstack[this.rstack.length-1]=this.rstack[this.rstack.length-1][o]);return t.fname="",t.ftype=r,t.fid=e,t};G.prototype.readFieldEnd=function(){for(var t=this.rpos.pop();this.rstack.length>t;)this.rstack.pop()};G.prototype.readMapBegin=function(){var t=this.rstack.pop(),e=t.shift();e instanceof Array&&(this.rstack.push(t),t=e,e=t.shift());var r={};return r.ktype=G.RType[e],r.vtype=G.RType[t.shift()],r.size=t.shift(),this.rpos.push(this.rstack.length),this.rstack.push(t.shift()),r};G.prototype.readMapEnd=function(){this.readFieldEnd()};G.prototype.readListBegin=function(){var t=this.rstack[this.rstack.length-1],e={};return e.etype=G.RType[t.shift()],e.size=t.shift(),this.rpos.push(this.rstack.length),this.rstack.push(t.shift()),e};G.prototype.readListEnd=function(){var t=this.rpos.pop()-2,e=this.rstack;e.pop(),e instanceof Array&&e.length>t&&e[t].length>0&&e.push(e[t].shift())};G.prototype.readSetBegin=function(){return this.readListBegin()};G.prototype.readSetEnd=function(){return this.readListEnd()};G.prototype.readBool=function(){return this.readValue()=="1"};G.prototype.readByte=function(){return this.readI32()};G.prototype.readI16=function(){return this.readI32()};G.prototype.readI32=function(t){return+this.readValue()};G.prototype.readValue=function(t){t===void 0&&(t=this.rstack[this.rstack.length-1]);var e={};if(t instanceof Array)t.length===0?e.value=void 0:e.value=t.shift();else if(!(t instanceof Kb)&&t instanceof Object){for(var r in t)if(r!==null){this.rstack.push(t[r]),delete t[r],e.value=r;break}}else e.value=t,this.rstack.pop();return e.value};G.prototype.readI64=function(){var t=this.readValue();return typeof t=="string"?hk.fromDecimalString(t):new Kb(t)};G.prototype.readDouble=function(){return this.readI32()};G.prototype.readBinary=function(){return new Buffer(this.readValue(),"base64")};G.prototype.readString=function(){return this.readValue()};G.prototype.getTransport=function(){return this.trans};G.prototype.skip=function(t){switch(t){case Ce.BOOL:this.readBool();break;case Ce.BYTE:this.readByte();break;case Ce.I16:this.readI16();break;case Ce.I32:this.readI32();break;case Ce.I64:this.readI64();break;case Ce.DOUBLE:this.readDouble();break;case Ce.STRING:this.readString();break;case Ce.STRUCT:for(this.readStructBegin();;){var e=this.readFieldBegin();if(e.ftype===Ce.STOP)break;this.skip(e.ftype),this.readFieldEnd()}this.readStructEnd();break;case Ce.MAP:for(var r=this.readMapBegin(),n=0;n<r.size;++n)this.skip(r.ktype),this.skip(r.vtype);this.readMapEnd();break;case Ce.SET:for(var i=this.readSetBegin(),o=0;o<i.size;++o)this.skip(i.etype);this.readSetEnd();break;case Ce.LIST:for(var f=this.readListBegin(),s=0;s<f.size;++s)this.skip(f.etype);this.readListEnd();break;default:throw new Error("Invalid type: "+t)}}});var Yb=k((NV,yk)=>{yk.exports=zD;function zD(t,e){t.Client&&(t=t.Client);var r=function(o,f){e.write(o,f)},n=new e.transport(void 0,r),i=new t(n,e.protocol);return n.client=i,e.client=i,i}});var jk=k(Rs=>{"use strict";Object.defineProperty(Rs,"__esModule",{value:!0});var LD=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},VD=typeof window!="undefined"&&typeof window.document!="undefined",CD=(typeof self=="undefined"?"undefined":LD(self))==="object"&&self.constructor&&self.constructor.name==="DedicatedWorkerGlobalScope",WD=typeof process!="undefined"&&process.versions!=null&&process.versions.node!=null,KD=function(){return typeof window!="undefined"&&window.name==="nodejs"||navigator.userAgent.includes("Node.js")||navigator.userAgent.includes("jsdom")};Rs.isBrowser=VD;Rs.isWebWorker=CD;Rs.isNode=WD;Rs.isJsDom=KD});var Tk=k(rd=>{var YD=Nn(),qk=FT(),_k=Sb().EventEmitter,vk=xo(),GD=Ml(),JD=Ul(),ZD=Df(),QD=Yb(),XD=jk();rd.WSConnection=vr;function vr(t,e,r){_k.call(this),this.options=r||{},this.host=t,this.port=e,this.secure=this.options.secure||!1,this.transport=this.options.transport||GD,this.protocol=this.options.protocol||JD,this.path=this.options.path,this.send_pending=[],this.seqId2Service={},this.wsOptions={host:this.host,port:this.port||80,path:this.options.path||"/",headers:this.options.headers||{}};for(var n in this.options.wsOptions)this.wsOptions[n]=this.options.wsOptions[n]}YD.inherits(vr,_k);vr.prototype.__reset=function(){this.socket=null,this.send_pending=[]};vr.prototype.__onOpen=function(){this.emit("open"),this.send_pending.length>0&&(this.send_pending.forEach(function(t){this.socket.send(t)},this),this.send_pending=[])};vr.prototype.__onClose=function(t){this.emit("close"),this.__reset()};vr.prototype.__decodeCallback=function(t){var e=new this.protocol(t);try{for(;;){var r=e.readMessageBegin(),n=r.rseqid*-1,i=this.client,o=this.seqId2Service[r.rseqid];o&&(i=this.client[o],delete this.seqId2Service[r.rseqid]),i._reqs[n]=function(f,s){t.commitPosition();var u=i._reqs[r.rseqid];delete i._reqs[r.rseqid],u&&u(f,s)},i["recv_"+r.fname]?i["recv_"+r.fname](e,r.mtype,n):(delete i._reqs[n],this.emit("error",new vk.TApplicationException(vk.TApplicationExceptionType.WRONG_METHOD_NAME,"Received a response to an unknown RPC function")))}}catch(f){if(f instanceof ZD)t.rollbackPosition();else throw f}};vr.prototype.__onData=function(t){Object.prototype.toString.call(t)==="[object ArrayBuffer]"&&(t=new Uint8Array(t));var e=new Buffer(t);this.transport.receiver(this.__decodeCallback.bind(this))(e)};vr.prototype.__onMessage=function(t){this.__onData(t.data)};vr.prototype.__onError=function(t){this.emit("error",t),this.socket.close()};vr.prototype.isOpen=function(){return this.socket&&this.socket.readyState===this.socket.OPEN};vr.prototype.open=function(){this.socket&&this.socket.readyState!==this.socket.CLOSED||(XD.isBrowser?this.socket=new qk(this.uri()):this.socket=new qk(this.uri(),"",this.wsOptions),this.socket.binaryType="arraybuffer",this.socket.onopen=this.__onOpen.bind(this),this.socket.onmessage=this.__onMessage.bind(this),this.socket.onerror=this.__onError.bind(this),this.socket.onclose=this.__onClose.bind(this))};vr.prototype.close=function(){this.socket.close()};vr.prototype.uri=function(){var t=this.secure?"wss":"ws",e="",r=this.path||"/",n=this.host;return this.port&&(t==="wss"&&this.port!==443||t==="ws"&&this.port!==80)&&(e=":"+this.port),t+"://"+n+e+r};vr.prototype.write=function(t){this.isOpen()?this.socket.send(t):this.send_pending.push(t)};rd.createWSConnection=function(t,e,r){return new vr(t,e,r)};rd.createWSClient=QD});var Bk=k(nd=>{var $D=Nn(),eN=Sb().EventEmitter,kk=xo(),tN=Ml(),rN=Ul(),nN=Df(),iN=Yb();nd.XHRConnection=Nr;function Nr(t,e,r){this.options=r||{},this.wpos=0,this.rpos=0,this.useCORS=r&&r.useCORS,this.send_buf="",this.recv_buf="",this.transport=r.transport||tN,this.protocol=r.protocol||rN,this.headers=r.headers||{},t=t||window.location.host,e=e||window.location.port;var n=r.https?"https://":"http://",i=r.path||"/";e===""&&(e=void 0),!e||e===80||e==="80"?this.url=n+t+i:this.url=n+t+":"+e+i,this.seqId2Service={}}$D.inherits(Nr,eN);Nr.prototype.getXmlHttpRequestObject=function(){try{return new XMLHttpRequest}catch{}try{return new ActiveXObject("Msxml2.XMLHTTP")}catch{}try{return new ActiveXObject("Microsoft.XMLHTTP")}catch{}throw"Your browser doesn't support XHR."};Nr.prototype.flush=function(){var t=this;if(this.url===void 0||this.url==="")return this.send_buf;var e=this.getXmlHttpRequestObject();e.overrideMimeType&&e.overrideMimeType("application/json"),e.onreadystatechange=function(){this.readyState==4&&this.status==200&&t.setRecvBuffer(this.responseText)},e.open("POST",this.url,!0),Object.keys(this.headers).forEach(function(r){e.setRequestHeader(r,t.headers[r])}),e.send(this.send_buf)};Nr.prototype.setRecvBuffer=function(t){if(this.recv_buf=t,this.recv_buf_sz=this.recv_buf.length,this.wpos=this.recv_buf.length,this.rpos=0,Object.prototype.toString.call(t)=="[object ArrayBuffer]")var e=new Uint8Array(t);var r=new Buffer(e||t);this.transport.receiver(this.__decodeCallback.bind(this))(r)};Nr.prototype.__decodeCallback=function(t){var e=new this.protocol(t);try{for(;;){var r=e.readMessageBegin(),n=r.rseqid*-1,i=this.client,o=this.seqId2Service[r.rseqid];o&&(i=this.client[o],delete this.seqId2Service[r.rseqid]),i._reqs[n]=function(f,s){t.commitPosition();var u=i._reqs[r.rseqid];delete i._reqs[r.rseqid],u&&u(f,s)},i["recv_"+r.fname]?i["recv_"+r.fname](e,r.mtype,n):(delete i._reqs[n],this.emit("error",new kk.TApplicationException(kk.TApplicationExceptionType.WRONG_METHOD_NAME,"Received a response to an unknown RPC function")))}}catch(f){if(f instanceof nN)t.rollbackPosition();else throw f}};Nr.prototype.isOpen=function(){return!0};Nr.prototype.open=function(){};Nr.prototype.close=function(){};Nr.prototype.read=function(t){var e=this.wpos-this.rpos;if(e===0)return"";var r=t;e<t&&(r=e);var n=this.read_buf.substr(this.rpos,r);return this.rpos+=r,n};Nr.prototype.readAll=function(){return this.recv_buf};Nr.prototype.write=function(t){this.send_buf=t,this.flush()};Nr.prototype.getSendBuffer=function(){return this.send_buf};nd.createXHRConnection=function(t,e,r){return new Nr(t,e,r)};nd.createXHRClient=iN});var xk=k((Ik,Gb)=>{(function(t){"use strict";if(typeof bootstrap=="function")bootstrap("promise",t);else if(typeof Ik=="object"&&typeof Gb=="object")Gb.exports=t();else if(typeof define=="function"&&define.amd)define(t);else if(typeof ses!="undefined")if(ses.ok())ses.makeQ=t;else return;else if(typeof window!="undefined"||typeof self!="undefined"){var e=typeof window!="undefined"?window:self,r=e.Q;e.Q=t(),e.Q.noConflict=function(){return e.Q=r,this}}else throw new Error("This environment was not anticipated by Q. Please file a bug.")})(function(){"use strict";var t=!1;try{throw new Error}catch(h){t=!!h.stack}var e=ce(),r,n=function(){},i=function(){var h={task:void 0,next:null},y=h,I=!1,z=void 0,pe=!1,Se=[];function he(){for(var ut,Dt;h.next;)h=h.next,ut=h.task,h.task=void 0,Dt=h.domain,Dt&&(h.domain=void 0,Dt.enter()),at(ut,Dt);for(;Se.length;)ut=Se.pop(),at(ut);I=!1}function at(ut,Dt){try{ut()}catch(po){if(pe)throw Dt&&Dt.exit(),setTimeout(he,0),Dt&&Dt.enter(),po;setTimeout(function(){throw po},0)}Dt&&Dt.exit()}if(i=function(ut){y=y.next={task:ut,domain:pe&&process.domain,next:null},I||(I=!0,z())},typeof process=="object"&&process.toString()==="[object process]"&&process.nextTick)pe=!0,z=function(){process.nextTick(he)};else if(typeof setImmediate=="function")typeof window!="undefined"?z=setImmediate.bind(window,he):z=function(){setImmediate(he)};else if(typeof MessageChannel!="undefined"){var tt=new MessageChannel;tt.port1.onmessage=function(){z=lt,tt.port1.onmessage=he,he()};var lt=function(){tt.port2.postMessage(0)};z=function(){setTimeout(he,0),lt()}}else z=function(){setTimeout(he,0)};return i.runAfter=function(ut){Se.push(ut),I||(I=!0,z())},i}(),o=Function.call;function f(h){return function(){return o.apply(h,arguments)}}var s=f(Array.prototype.slice),u=f(Array.prototype.reduce||function(h,y){var I=0,z=this.length;if(arguments.length===1)do{if(I in this){y=this[I++];break}if(++I>=z)throw new TypeError}while(1);for(;I<z;I++)I in this&&(y=h(y,this[I],I));return y}),l=f(Array.prototype.indexOf||function(h){for(var y=0;y<this.length;y++)if(this[y]===h)return y;return-1}),c=f(Array.prototype.map||function(h,y){var I=this,z=[];return u(I,function(pe,Se,he){z.push(h.call(y,Se,he,I))},void 0),z}),w=Object.create||function(h){function y(){}return y.prototype=h,new y},p=Object.defineProperty||function(h,y,I){return h[y]=I.value,h},g=f(Object.prototype.hasOwnProperty),T=Object.keys||function(h){var y=[];for(var I in h)g(h,I)&&y.push(I);return y},L=f(Object.prototype.toString);function O(h){return h===Object(h)}function W(h){return L(h)==="[object StopIteration]"||h instanceof re}var re;typeof ReturnValue!="undefined"?re=ReturnValue:re=function(h){this.value=h};var H="From previous event:";function M(h,y){if(t&&y.stack&&typeof h=="object"&&h!==null&&h.stack){for(var I=[],z=y;z;z=z.source)z.stack&&(!h.__minimumStackCounter__||h.__minimumStackCounter__>z.stackCounter)&&(p(h,"__minimumStackCounter__",{value:z.stackCounter,configurable:!0}),I.unshift(z.stack));I.unshift(h.stack);var pe=I.join(`
13
- `+H+`
14
- `),Se=P(pe);p(h,"stack",{value:Se,configurable:!0})}}function P(h){for(var y=h.split(`
15
- `),I=[],z=0;z<y.length;++z){var pe=y[z];!ne(pe)&&!F(pe)&&pe&&I.push(pe)}return I.join(`
16
- `)}function F(h){return h.indexOf("(module.js:")!==-1||h.indexOf("(node.js:")!==-1}function se(h){var y=/at .+ \((.+):(\d+):(?:\d+)\)$/.exec(h);if(y)return[y[1],Number(y[2])];var I=/at ([^ ]+):(\d+):(?:\d+)$/.exec(h);if(I)return[I[1],Number(I[2])];var z=/.*@(.+):(\d+)$/.exec(h);if(z)return[z[1],Number(z[2])]}function ne(h){var y=se(h);if(!y)return!1;var I=y[0],z=y[1];return I===r&&z>=e&&z<=ps}function ce(){if(!!t)try{throw new Error}catch(z){var h=z.stack.split(`
17
- `),y=h[0].indexOf("@")>0?h[1]:h[2],I=se(y);return I?(r=I[0],I[1]):void 0}}function Ge(h,y,I){return function(){return typeof console!="undefined"&&typeof console.warn=="function"&&console.warn(y+" is deprecated, use "+I+" instead.",new Error("").stack),h.apply(h,arguments)}}function q(h){return h instanceof ee?h:xi(h)?Ka(h):wf(h)}q.resolve=q,q.nextTick=i,q.longStackSupport=!1;var Oe=1;typeof process=="object"&&process&&process.env&&process.env.Q_DEBUG&&(q.longStackSupport=!0),q.defer=Le;function Le(){var h=[],y=[],I,z=w(Le.prototype),pe=w(ee.prototype);if(pe.promiseDispatch=function(he,at,tt){var lt=s(arguments);h?(h.push(lt),at==="when"&&tt[1]&&y.push(tt[1])):q.nextTick(function(){I.promiseDispatch.apply(I,lt)})},pe.valueOf=function(){if(h)return pe;var he=ft(I);return xr(he)&&(I=he),he},pe.inspect=function(){return I?I.inspect():{state:"pending"}},q.longStackSupport&&t)try{throw new Error}catch(he){pe.stack=he.stack.substring(he.stack.indexOf(`
18
- `)+1),pe.stackCounter=Oe++}function Se(he){I=he,q.longStackSupport&&t&&(pe.source=he),u(h,function(at,tt){q.nextTick(function(){he.promiseDispatch.apply(he,tt)})},void 0),h=void 0,y=void 0}return z.promise=pe,z.resolve=function(he){I||Se(q(he))},z.fulfill=function(he){I||Se(wf(he))},z.reject=function(he){I||Se(yr(he))},z.notify=function(he){I||u(y,function(at,tt){q.nextTick(function(){tt(he)})},void 0)},z}Le.prototype.makeNodeResolver=function(){var h=this;return function(y,I){y?h.reject(y):arguments.length>2?h.resolve(s(arguments,1)):h.resolve(I)}},q.Promise=be,q.promise=be;function be(h){if(typeof h!="function")throw new TypeError("resolver must be a function.");var y=Le();try{h(y.resolve,y.reject,y.notify)}catch(I){y.reject(I)}return y.promise}be.race=Je,be.all=co,be.reject=yr,be.resolve=q,q.passByCopy=function(h){return h},ee.prototype.passByCopy=function(){return this},q.join=function(h,y){return q(h).join(y)},ee.prototype.join=function(h){return q([this,h]).spread(function(y,I){if(y===I)return y;throw new Error("Q can't join: not the same: "+y+" "+I)})},q.race=Je;function Je(h){return be(function(y,I){for(var z=0,pe=h.length;z<pe;z++)q(h[z]).then(y,I)})}ee.prototype.race=function(){return this.then(q.race)},q.makePromise=ee;function ee(h,y,I){y===void 0&&(y=function(Se){return yr(new Error("Promise does not support operation: "+Se))}),I===void 0&&(I=function(){return{state:"unknown"}});var z=w(ee.prototype);if(z.promiseDispatch=function(Se,he,at){var tt;try{h[he]?tt=h[he].apply(z,at):tt=y.call(z,he,at)}catch(lt){tt=yr(lt)}Se&&Se(tt)},z.inspect=I,I){var pe=I();pe.state==="rejected"&&(z.exception=pe.reason),z.valueOf=function(){var Se=I();return Se.state==="pending"||Se.state==="rejected"?z:Se.value}}return z}ee.prototype.toString=function(){return"[object Promise]"},ee.prototype.then=function(h,y,I){var z=this,pe=Le(),Se=!1;function he(lt){try{return typeof h=="function"?h(lt):lt}catch(ut){return yr(ut)}}function at(lt){if(typeof y=="function"){M(lt,z);try{return y(lt)}catch(ut){return yr(ut)}}return yr(lt)}function tt(lt){return typeof I=="function"?I(lt):lt}return q.nextTick(function(){z.promiseDispatch(function(lt){Se||(Se=!0,pe.resolve(he(lt)))},"when",[function(lt){Se||(Se=!0,pe.resolve(at(lt)))}])}),z.promiseDispatch(void 0,"when",[void 0,function(lt){var ut,Dt=!1;try{ut=tt(lt)}catch(po){if(Dt=!0,q.onerror)q.onerror(po);else throw po}Dt||pe.notify(ut)}]),pe.promise},q.tap=function(h,y){return q(h).tap(y)},ee.prototype.tap=function(h){return h=q(h),this.then(function(y){return h.fcall(y).thenResolve(y)})},q.when=Tt;function Tt(h,y,I,z){return q(h).then(y,I,z)}ee.prototype.thenResolve=function(h){return this.then(function(){return h})},q.thenResolve=function(h,y){return q(h).thenResolve(y)},ee.prototype.thenReject=function(h){return this.then(function(){throw h})},q.thenReject=function(h,y){return q(h).thenReject(y)},q.nearer=ft;function ft(h){if(xr(h)){var y=h.inspect();if(y.state==="fulfilled")return y.value}return h}q.isPromise=xr;function xr(h){return h instanceof ee}q.isPromiseAlike=xi;function xi(h){return O(h)&&typeof h.then=="function"}q.isPending=df;function df(h){return xr(h)&&h.inspect().state==="pending"}ee.prototype.isPending=function(){return this.inspect().state==="pending"},q.isFulfilled=mf;function mf(h){return!xr(h)||h.inspect().state==="fulfilled"}ee.prototype.isFulfilled=function(){return this.inspect().state==="fulfilled"},q.isRejected=En;function En(h){return xr(h)&&h.inspect().state==="rejected"}ee.prototype.isRejected=function(){return this.inspect().state==="rejected"};var Lr=[],Gt=[],Si=[],An=!0;function C(){Lr.length=0,Gt.length=0,An||(An=!0)}function as(h,y){!An||(typeof process=="object"&&typeof process.emit=="function"&&q.nextTick.runAfter(function(){l(Gt,h)!==-1&&(process.emit("unhandledRejection",y,h),Si.push(h))}),Gt.push(h),y&&typeof y.stack!="undefined"?Lr.push(y.stack):Lr.push("(no stack) "+y))}function ls(h){if(!!An){var y=l(Gt,h);y!==-1&&(typeof process=="object"&&typeof process.emit=="function"&&q.nextTick.runAfter(function(){var I=l(Si,h);I!==-1&&(process.emit("rejectionHandled",Lr[y],h),Si.splice(I,1))}),Gt.splice(y,1),Lr.splice(y,1))}}q.resetUnhandledRejections=C,q.getUnhandledReasons=function(){return Lr.slice()},q.stopUnhandledRejectionTracking=function(){C(),An=!1},C(),q.reject=yr;function yr(h){var y=ee({when:function(I){return I&&ls(this),I?I(h):this}},function(){return this},function(){return{state:"rejected",reason:h}});return as(y,h),y}q.fulfill=wf;function wf(h){return ee({when:function(){return h},get:function(y){return h[y]},set:function(y,I){h[y]=I},delete:function(y){delete h[y]},post:function(y,I){return y==null?h.apply(void 0,I):h[y].apply(h,I)},apply:function(y,I){return h.apply(y,I)},keys:function(){return T(h)}},void 0,function(){return{state:"fulfilled",value:h}})}function Ka(h){var y=Le();return q.nextTick(function(){try{h.then(y.resolve,y.reject,y.notify)}catch(I){y.reject(I)}}),y.promise}q.master=lw;function lw(h){return ee({isDef:function(){}},function(I,z){return Ya(h,I,z)},function(){return q(h).inspect()})}q.spread=bc;function bc(h,y,I){return q(h).spread(y,I)}ee.prototype.spread=function(h,y){return this.all().then(function(I){return h.apply(void 0,I)},y)},q.async=us;function us(h){return function(){function y(Se,he){var at;if(typeof StopIteration=="undefined"){try{at=I[Se](he)}catch(tt){return yr(tt)}return at.done?q(at.value):Tt(at.value,z,pe)}else{try{at=I[Se](he)}catch(tt){return W(tt)?q(tt.value):yr(tt)}return Tt(at,z,pe)}}var I=h.apply(this,arguments),z=y.bind(y,"next"),pe=y.bind(y,"throw");return z()}}q.spawn=uw;function uw(h){q.done(q.async(h)())}q.return=cw;function cw(h){throw new re(h)}q.promised=gc;function gc(h){return function(){return bc([this,co(arguments)],function(y,I){return h.apply(y,I)})}}q.dispatch=Ya;function Ya(h,y,I){return q(h).dispatch(y,I)}ee.prototype.dispatch=function(h,y){var I=this,z=Le();return q.nextTick(function(){I.promiseDispatch(z.resolve,h,y)}),z.promise},q.get=function(h,y){return q(h).dispatch("get",[y])},ee.prototype.get=function(h){return this.dispatch("get",[h])},q.set=function(h,y,I){return q(h).dispatch("set",[y,I])},ee.prototype.set=function(h,y){return this.dispatch("set",[h,y])},q.del=q.delete=function(h,y){return q(h).dispatch("delete",[y])},ee.prototype.del=ee.prototype.delete=function(h){return this.dispatch("delete",[h])},q.mapply=q.post=function(h,y,I){return q(h).dispatch("post",[y,I])},ee.prototype.mapply=ee.prototype.post=function(h,y){return this.dispatch("post",[h,y])},q.send=q.mcall=q.invoke=function(h,y){return q(h).dispatch("post",[y,s(arguments,2)])},ee.prototype.send=ee.prototype.mcall=ee.prototype.invoke=function(h){return this.dispatch("post",[h,s(arguments,1)])},q.fapply=function(h,y){return q(h).dispatch("apply",[void 0,y])},ee.prototype.fapply=function(h){return this.dispatch("apply",[void 0,h])},q.try=q.fcall=function(h){return q(h).dispatch("apply",[void 0,s(arguments,1)])},ee.prototype.fcall=function(){return this.dispatch("apply",[void 0,s(arguments)])},q.fbind=function(h){var y=q(h),I=s(arguments,1);return function(){return y.dispatch("apply",[this,I.concat(s(arguments))])}},ee.prototype.fbind=function(){var h=this,y=s(arguments);return function(){return h.dispatch("apply",[this,y.concat(s(arguments))])}},q.keys=function(h){return q(h).dispatch("keys",[])},ee.prototype.keys=function(){return this.dispatch("keys",[])},q.all=co;function co(h){return Tt(h,function(y){var I=0,z=Le();return u(y,function(pe,Se,he){var at;xr(Se)&&(at=Se.inspect()).state==="fulfilled"?y[he]=at.value:(++I,Tt(Se,function(tt){y[he]=tt,--I==0&&z.resolve(y)},z.reject,function(tt){z.notify({index:he,value:tt})}))},void 0),I===0&&z.resolve(y),z.promise})}ee.prototype.all=function(){return co(this)},q.any=cs;function cs(h){if(h.length===0)return q.resolve();var y=q.defer(),I=0;return u(h,function(z,pe,Se){var he=h[Se];I++,Tt(he,at,tt,lt);function at(ut){y.resolve(ut)}function tt(ut){if(I--,I===0){var Dt=ut||new Error(""+ut);Dt.message="Q can't get fulfillment value from any promise, all promises were rejected. Last error message: "+Dt.message,y.reject(Dt)}}function lt(ut){y.notify({index:Se,value:ut})}},void 0),y.promise}ee.prototype.any=function(){return cs(this)},q.allResolved=Ge(dr,"allResolved","allSettled");function dr(h){return Tt(h,function(y){return y=c(y,q),Tt(co(c(y,function(I){return Tt(I,n,n)})),function(){return y})})}ee.prototype.allResolved=function(){return dr(this)},q.allSettled=Ga;function Ga(h){return q(h).allSettled()}ee.prototype.allSettled=function(){return this.then(function(h){return co(c(h,function(y){y=q(y);function I(){return y.inspect()}return y.then(I,I)}))})},q.fail=q.catch=function(h,y){return q(h).then(void 0,y)},ee.prototype.fail=ee.prototype.catch=function(h){return this.then(void 0,h)},q.progress=O0;function O0(h,y){return q(h).then(void 0,void 0,y)}ee.prototype.progress=function(h){return this.then(void 0,void 0,h)},q.fin=q.finally=function(h,y){return q(h).finally(y)},ee.prototype.fin=ee.prototype.finally=function(h){if(!h||typeof h.apply!="function")throw new Error("Q can't apply finally callback");return h=q(h),this.then(function(y){return h.fcall().then(function(){return y})},function(y){return h.fcall().then(function(){throw y})})},q.done=function(h,y,I,z){return q(h).done(y,I,z)},ee.prototype.done=function(h,y,I){var z=function(Se){q.nextTick(function(){if(M(Se,pe),q.onerror)q.onerror(Se);else throw Se})},pe=h||y||I?this.then(h,y,I):this;typeof process=="object"&&process&&process.domain&&(z=process.domain.bind(z)),pe.then(void 0,z)},q.timeout=function(h,y,I){return q(h).timeout(y,I)},ee.prototype.timeout=function(h,y){var I=Le(),z=setTimeout(function(){(!y||typeof y=="string")&&(y=new Error(y||"Timed out after "+h+" ms"),y.code="ETIMEDOUT"),I.reject(y)},h);return this.then(function(pe){clearTimeout(z),I.resolve(pe)},function(pe){clearTimeout(z),I.reject(pe)},I.notify),I.promise},q.delay=function(h,y){return y===void 0&&(y=h,h=void 0),q(h).delay(y)},ee.prototype.delay=function(h){return this.then(function(y){var I=Le();return setTimeout(function(){I.resolve(y)},h),I.promise})},q.nfapply=function(h,y){return q(h).nfapply(y)},ee.prototype.nfapply=function(h){var y=Le(),I=s(h);return I.push(y.makeNodeResolver()),this.fapply(I).fail(y.reject),y.promise},q.nfcall=function(h){var y=s(arguments,1);return q(h).nfapply(y)},ee.prototype.nfcall=function(){var h=s(arguments),y=Le();return h.push(y.makeNodeResolver()),this.fapply(h).fail(y.reject),y.promise},q.nfbind=q.denodeify=function(h){if(h===void 0)throw new Error("Q can't wrap an undefined function");var y=s(arguments,1);return function(){var I=y.concat(s(arguments)),z=Le();return I.push(z.makeNodeResolver()),q(h).fapply(I).fail(z.reject),z.promise}},ee.prototype.nfbind=ee.prototype.denodeify=function(){var h=s(arguments);return h.unshift(this),q.denodeify.apply(void 0,h)},q.nbind=function(h,y){var I=s(arguments,2);return function(){var z=I.concat(s(arguments)),pe=Le();z.push(pe.makeNodeResolver());function Se(){return h.apply(y,arguments)}return q(Se).fapply(z).fail(pe.reject),pe.promise}},ee.prototype.nbind=function(){var h=s(arguments,0);return h.unshift(this),q.nbind.apply(void 0,h)},q.nmapply=q.npost=function(h,y,I){return q(h).npost(y,I)},ee.prototype.nmapply=ee.prototype.npost=function(h,y){var I=s(y||[]),z=Le();return I.push(z.makeNodeResolver()),this.dispatch("post",[h,I]).fail(z.reject),z.promise},q.nsend=q.nmcall=q.ninvoke=function(h,y){var I=s(arguments,2),z=Le();return I.push(z.makeNodeResolver()),q(h).dispatch("post",[y,I]).fail(z.reject),z.promise},ee.prototype.nsend=ee.prototype.nmcall=ee.prototype.ninvoke=function(h){var y=s(arguments,1),I=Le();return y.push(I.makeNodeResolver()),this.dispatch("post",[h,y]).fail(I.reject),I.promise},q.nodeify=Ne;function Ne(h,y){return q(h).nodeify(y)}ee.prototype.nodeify=function(h){if(h)this.then(function(y){q.nextTick(function(){h(null,y)})},function(y){q.nextTick(function(){h(y)})});else return this},q.noConflict=function(){throw new Error("Q.noConflict only works when Q is used as a global")};var ps=ce();return q})});var Ok=k(Ak=>{var oN=Nn(),Sk=xo();Ak.Multiplexer=Ek;function fN(t,e,r){function n(i,o,f){e.call(this,i,o,f)}return oN.inherits(n,e),n.prototype.writeMessageBegin=function(i,o,f){o==Sk.MessageType.CALL||o==Sk.MessageType.ONEWAY?(r.seqId2Service[f]=t,n.super_.prototype.writeMessageBegin.call(this,t+":"+i,o,f)):n.super_.prototype.writeMessageBegin.call(this,i,o,f)},n}function Ek(){this.seqid=0}Ek.prototype.createClient=function(t,e,r){e.Client&&(e=e.Client);var n=function(u,l){r.write(u,l)},i=new r.transport(void 0,n),o=new fN(t,r.protocol,r),f=new e(i,o),s=this;return f.new_seqid=function(){return s.seqid+=1,s.seqid},typeof r.client!="object"&&(r.client={}),r.client[t]=f,f}});var Dk=k((UV,Fk)=>{var Hs=Qp(),sN=Df(),aN=Vb();Fk.exports=Rt;function Rt(t,e){this.inBuf=t||new Buffer(0),this.outBuffers=[],this.outCount=0,this.readPos=0,this.onFlush=e}Rt.prototype=new aN;Rt.receiver=function(t,e){var r=null;return function(n){for(r&&(n=Buffer.concat([r,n]),r=null);n.length;){if(n.length<4){r=n;return}var i=Hs.readI32(n,0);if(n.length<4+i){r=n;return}var o=n.slice(4,4+i);r=n.slice(4+i),t(new Rt(o),e),n=r,r=null}}};Rt.prototype.commitPosition=function(){},Rt.prototype.rollbackPosition=function(){},Rt.prototype.isOpen=function(){return!0};Rt.prototype.open=function(){};Rt.prototype.close=function(){};Rt.prototype.setCurrSeqId=function(t){this._seqid=t};Rt.prototype.ensureAvailable=function(t){if(this.readPos+t>this.inBuf.length)throw new sN};Rt.prototype.read=function(t){this.ensureAvailable(t);var e=this.readPos+t;if(this.inBuf.length<e)throw new Error("read("+t+") failed - not enough data");var r=this.inBuf.slice(this.readPos,e);return this.readPos=e,r};Rt.prototype.readByte=function(){return this.ensureAvailable(1),Hs.readByte(this.inBuf[this.readPos++])};Rt.prototype.readI16=function(){this.ensureAvailable(2);var t=Hs.readI16(this.inBuf,this.readPos);return this.readPos+=2,t};Rt.prototype.readI32=function(){this.ensureAvailable(4);var t=Hs.readI32(this.inBuf,this.readPos);return this.readPos+=4,t};Rt.prototype.readDouble=function(){this.ensureAvailable(8);var t=Hs.readDouble(this.inBuf,this.readPos);return this.readPos+=8,t};Rt.prototype.readString=function(t){this.ensureAvailable(t);var e=this.inBuf.toString("utf8",this.readPos,this.readPos+t);return this.readPos+=t,e};Rt.prototype.borrow=function(){return{buf:this.inBuf,readIndex:this.readPos,writeIndex:this.inBuf.length}};Rt.prototype.consume=function(t){this.readPos+=t};Rt.prototype.write=function(t,e){typeof t=="string"&&(t=new Buffer(t,e||"utf8")),this.outBuffers.push(t),this.outCount+=t.length};Rt.prototype.flush=function(){var t=this._seqid;this._seqid=null;var e=new Buffer(this.outCount),r=0;if(this.outBuffers.forEach(function(i){i.copy(e,r,0),r+=i.length}),this.onFlush){var n=new Buffer(e.length+4);Hs.writeI32(n,e.length),e.copy(n,4,0,e.length),this.onFlush&&this.onFlush(n,t)}this.outBuffers=[],this.outCount=0}});var Pk=k((zV,Nk)=>{var lN=$p();Nk.exports=Tr;function Tr(t){this.__reset(t)}Tr.prototype.__reset=function(t){this.url=t,this.socket=null,this.callbacks=[],this.send_pending=[],this.send_buf="",this.recv_buf="",this.rb_wpos=0,this.rb_rpos=0};Tr.prototype.flush=function(t,e){var r=this;this.isOpen()?(this.socket.send(this.send_buf),this.callbacks.push(function(){var n=e;return function(i){r.setRecvBuffer(i),n()}}())):this.send_pending.push({buf:this.send_buf,cb:e})};Tr.prototype.__onOpen=function(){var t=this;this.send_pending.length>0&&(this.send_pending.forEach(function(e){t.socket.send(e.buf),t.callbacks.push(function(){var r=e.cb;return function(n){t.setRecvBuffer(n),r()}}())}),this.send_pending=[])};Tr.prototype.__onClose=function(t){this.__reset(this.url)};Tr.prototype.__onMessage=function(t){this.callbacks.length&&this.callbacks.shift()(t.data)};Tr.prototype.__onError=function(t){lN.error("websocket: "+t.toString()),this.socket.close()};Tr.prototype.setRecvBuffer=function(t){this.recv_buf=t,this.recv_buf_sz=this.recv_buf.length,this.wpos=this.recv_buf.length,this.rpos=0};Tr.prototype.isOpen=function(){return this.socket&&this.socket.readyState==this.socket.OPEN};Tr.prototype.open=function(){this.socket&&this.socket.readyState!=this.socket.CLOSED||(this.socket=new WebSocket(this.url),this.socket.onopen=this.__onOpen.bind(this),this.socket.onmessage=this.__onMessage.bind(this),this.socket.onerror=this.__onError.bind(this),this.socket.onclose=this.__onClose.bind(this))};Tr.prototype.close=function(){this.socket.close()};Tr.prototype.read=function(t){var e=this.wpos-this.rpos;if(e===0)return"";var r=t;e<t&&(r=e);var n=this.read_buf.substr(this.rpos,r);return this.rpos+=r,n};Tr.prototype.readAll=function(){return this.recv_buf};Tr.prototype.write=function(t){this.send_buf=t};Tr.prototype.getSendBuffer=function(){return this.send_buf}});var We=k(rr=>{rr.Thrift=xo();var Jb=Tk();rr.WSConnection=Jb.WSConnection;rr.createWSConnection=Jb.createWSConnection;rr.createWSClient=Jb.createWSClient;var Zb=Bk();rr.XHRConnection=Zb.XHRConnection;rr.createXHRConnection=Zb.createXHRConnection;rr.createXHRClient=Zb.createXHRClient;rr.Int64=on();rr.Q=xk();var uN=Ok();rr.Multiplexer=uN.Multiplexer;rr.TBufferedTransport=Ml();rr.TFramedTransport=Dk();rr.TWebSocketTransport=Pk();rr.Protocol=Ul();rr.TJSONProtocol=Ul();rr.TBinaryProtocol=Lb();rr.TCompactProtocol=Mb()});var Ji=k(pB=>{var x={};x.Offset;x.Table;x.SIZEOF_SHORT=2;x.SIZEOF_INT=4;x.FILE_IDENTIFIER_LENGTH=4;x.SIZE_PREFIX_LENGTH=4;x.Encoding={UTF8_BYTES:1,UTF16_STRING:2};x.int32=new Int32Array(2);x.float32=new Float32Array(x.int32.buffer);x.float64=new Float64Array(x.int32.buffer);x.isLittleEndian=new Uint16Array(new Uint8Array([1,0]).buffer)[0]===1;x.Long=function(t,e){this.low=t|0,this.high=e|0};x.Long.create=function(t,e){return t==0&&e==0?x.Long.ZERO:new x.Long(t,e)};x.Long.prototype.toFloat64=function(){return(this.low>>>0)+this.high*4294967296};x.Long.prototype.equals=function(t){return this.low==t.low&&this.high==t.high};x.Long.ZERO=new x.Long(0,0);x.Builder=function(t){if(t)var e=t;else var e=1024;this.bb=x.ByteBuffer.allocate(e),this.space=e,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};x.Builder.prototype.clear=function(){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};x.Builder.prototype.forceDefaults=function(t){this.force_defaults=t};x.Builder.prototype.dataBuffer=function(){return this.bb};x.Builder.prototype.asUint8Array=function(){return this.bb.bytes().subarray(this.bb.position(),this.bb.position()+this.offset())};x.Builder.prototype.prep=function(t,e){t>this.minalign&&(this.minalign=t);for(var r=~(this.bb.capacity()-this.space+e)+1&t-1;this.space<r+t+e;){var n=this.bb.capacity();this.bb=x.Builder.growByteBuffer(this.bb),this.space+=this.bb.capacity()-n}this.pad(r)};x.Builder.prototype.pad=function(t){for(var e=0;e<t;e++)this.bb.writeInt8(--this.space,0)};x.Builder.prototype.writeInt8=function(t){this.bb.writeInt8(this.space-=1,t)};x.Builder.prototype.writeInt16=function(t){this.bb.writeInt16(this.space-=2,t)};x.Builder.prototype.writeInt32=function(t){this.bb.writeInt32(this.space-=4,t)};x.Builder.prototype.writeInt64=function(t){this.bb.writeInt64(this.space-=8,t)};x.Builder.prototype.writeFloat32=function(t){this.bb.writeFloat32(this.space-=4,t)};x.Builder.prototype.writeFloat64=function(t){this.bb.writeFloat64(this.space-=8,t)};x.Builder.prototype.addInt8=function(t){this.prep(1,0),this.writeInt8(t)};x.Builder.prototype.addInt16=function(t){this.prep(2,0),this.writeInt16(t)};x.Builder.prototype.addInt32=function(t){this.prep(4,0),this.writeInt32(t)};x.Builder.prototype.addInt64=function(t){this.prep(8,0),this.writeInt64(t)};x.Builder.prototype.addFloat32=function(t){this.prep(4,0),this.writeFloat32(t)};x.Builder.prototype.addFloat64=function(t){this.prep(8,0),this.writeFloat64(t)};x.Builder.prototype.addFieldInt8=function(t,e,r){(this.force_defaults||e!=r)&&(this.addInt8(e),this.slot(t))};x.Builder.prototype.addFieldInt16=function(t,e,r){(this.force_defaults||e!=r)&&(this.addInt16(e),this.slot(t))};x.Builder.prototype.addFieldInt32=function(t,e,r){(this.force_defaults||e!=r)&&(this.addInt32(e),this.slot(t))};x.Builder.prototype.addFieldInt64=function(t,e,r){(this.force_defaults||!e.equals(r))&&(this.addInt64(e),this.slot(t))};x.Builder.prototype.addFieldFloat32=function(t,e,r){(this.force_defaults||e!=r)&&(this.addFloat32(e),this.slot(t))};x.Builder.prototype.addFieldFloat64=function(t,e,r){(this.force_defaults||e!=r)&&(this.addFloat64(e),this.slot(t))};x.Builder.prototype.addFieldOffset=function(t,e,r){(this.force_defaults||e!=r)&&(this.addOffset(e),this.slot(t))};x.Builder.prototype.addFieldStruct=function(t,e,r){e!=r&&(this.nested(e),this.slot(t))};x.Builder.prototype.nested=function(t){if(t!=this.offset())throw new Error("FlatBuffers: struct must be serialized inline.")};x.Builder.prototype.notNested=function(){if(this.isNested)throw new Error("FlatBuffers: object serialization must not be nested.")};x.Builder.prototype.slot=function(t){this.vtable[t]=this.offset()};x.Builder.prototype.offset=function(){return this.bb.capacity()-this.space};x.Builder.growByteBuffer=function(t){var e=t.capacity();if(e&3221225472)throw new Error("FlatBuffers: cannot grow buffer beyond 2 gigabytes.");var r=e<<1,n=x.ByteBuffer.allocate(r);return n.setPosition(r-e),n.bytes().set(t.bytes(),r-e),n};x.Builder.prototype.addOffset=function(t){this.prep(x.SIZEOF_INT,0),this.writeInt32(this.offset()-t+x.SIZEOF_INT)};x.Builder.prototype.startObject=function(t){this.notNested(),this.vtable==null&&(this.vtable=[]),this.vtable_in_use=t;for(var e=0;e<t;e++)this.vtable[e]=0;this.isNested=!0,this.object_start=this.offset()};x.Builder.prototype.endObject=function(){if(this.vtable==null||!this.isNested)throw new Error("FlatBuffers: endObject called without startObject");this.addInt32(0);for(var t=this.offset(),e=this.vtable_in_use-1;e>=0&&this.vtable[e]==0;e--);for(var r=e+1;e>=0;e--)this.addInt16(this.vtable[e]!=0?t-this.vtable[e]:0);var n=2;this.addInt16(t-this.object_start);var i=(r+n)*x.SIZEOF_SHORT;this.addInt16(i);var o=0,f=this.space;e:for(e=0;e<this.vtables.length;e++){var s=this.bb.capacity()-this.vtables[e];if(i==this.bb.readInt16(s)){for(var u=x.SIZEOF_SHORT;u<i;u+=x.SIZEOF_SHORT)if(this.bb.readInt16(f+u)!=this.bb.readInt16(s+u))continue e;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};x.Builder.prototype.finish=function(t,e,r){var n=r?x.SIZE_PREFIX_LENGTH:0;if(e){var i=e;if(this.prep(this.minalign,x.SIZEOF_INT+x.FILE_IDENTIFIER_LENGTH+n),i.length!=x.FILE_IDENTIFIER_LENGTH)throw new Error("FlatBuffers: file identifier must be length "+x.FILE_IDENTIFIER_LENGTH);for(var o=x.FILE_IDENTIFIER_LENGTH-1;o>=0;o--)this.writeInt8(i.charCodeAt(o))}this.prep(this.minalign,x.SIZEOF_INT+n),this.addOffset(t),n&&this.addInt32(this.bb.capacity()-this.space),this.bb.setPosition(this.space)};x.Builder.prototype.finishSizePrefixed=function(t,e){this.finish(t,e,!0)};x.Builder.prototype.requiredField=function(t,e){var r=this.bb.capacity()-t,n=r-this.bb.readInt32(r),i=this.bb.readInt16(n+e)!=0;if(!i)throw new Error("FlatBuffers: field "+e+" must be set")};x.Builder.prototype.startVector=function(t,e,r){this.notNested(),this.vector_num_elems=e,this.prep(x.SIZEOF_INT,t*e),this.prep(r,t*e)};x.Builder.prototype.endVector=function(){return this.writeInt32(this.vector_num_elems),this.offset()};x.Builder.prototype.createString=function(t){if(t instanceof Uint8Array)var e=t;else for(var e=[],r=0;r<t.length;){var n,i=t.charCodeAt(r++);if(i<55296||i>=56320)n=i;else{var o=t.charCodeAt(r++);n=(i<<10)+o+(65536-(55296<<10)-56320)}n<128?e.push(n):(n<2048?e.push(n>>6&31|192):(n<65536?e.push(n>>12&15|224):e.push(n>>18&7|240,n>>12&63|128),e.push(n>>6&63|128)),e.push(n&63|128))}this.addInt8(0),this.startVector(1,e.length,1),this.bb.setPosition(this.space-=e.length);for(var r=0,f=this.space,s=this.bb.bytes();r<e.length;r++)s[f++]=e[r];return this.endVector()};x.Builder.prototype.createLong=function(t,e){return x.Long.create(t,e)};x.ByteBuffer=function(t){this.bytes_=t,this.position_=0};x.ByteBuffer.allocate=function(t){return new x.ByteBuffer(new Uint8Array(t))};x.ByteBuffer.prototype.clear=function(){this.position_=0};x.ByteBuffer.prototype.bytes=function(){return this.bytes_};x.ByteBuffer.prototype.position=function(){return this.position_};x.ByteBuffer.prototype.setPosition=function(t){this.position_=t};x.ByteBuffer.prototype.capacity=function(){return this.bytes_.length};x.ByteBuffer.prototype.readInt8=function(t){return this.readUint8(t)<<24>>24};x.ByteBuffer.prototype.readUint8=function(t){return this.bytes_[t]};x.ByteBuffer.prototype.readInt16=function(t){return this.readUint16(t)<<16>>16};x.ByteBuffer.prototype.readUint16=function(t){return this.bytes_[t]|this.bytes_[t+1]<<8};x.ByteBuffer.prototype.readInt32=function(t){return this.bytes_[t]|this.bytes_[t+1]<<8|this.bytes_[t+2]<<16|this.bytes_[t+3]<<24};x.ByteBuffer.prototype.readUint32=function(t){return this.readInt32(t)>>>0};x.ByteBuffer.prototype.readInt64=function(t){return new x.Long(this.readInt32(t),this.readInt32(t+4))};x.ByteBuffer.prototype.readUint64=function(t){return new x.Long(this.readUint32(t),this.readUint32(t+4))};x.ByteBuffer.prototype.readFloat32=function(t){return x.int32[0]=this.readInt32(t),x.float32[0]};x.ByteBuffer.prototype.readFloat64=function(t){return x.int32[x.isLittleEndian?0:1]=this.readInt32(t),x.int32[x.isLittleEndian?1:0]=this.readInt32(t+4),x.float64[0]};x.ByteBuffer.prototype.writeInt8=function(t,e){this.bytes_[t]=e};x.ByteBuffer.prototype.writeUint8=function(t,e){this.bytes_[t]=e};x.ByteBuffer.prototype.writeInt16=function(t,e){this.bytes_[t]=e,this.bytes_[t+1]=e>>8};x.ByteBuffer.prototype.writeUint16=function(t,e){this.bytes_[t]=e,this.bytes_[t+1]=e>>8};x.ByteBuffer.prototype.writeInt32=function(t,e){this.bytes_[t]=e,this.bytes_[t+1]=e>>8,this.bytes_[t+2]=e>>16,this.bytes_[t+3]=e>>24};x.ByteBuffer.prototype.writeUint32=function(t,e){this.bytes_[t]=e,this.bytes_[t+1]=e>>8,this.bytes_[t+2]=e>>16,this.bytes_[t+3]=e>>24};x.ByteBuffer.prototype.writeInt64=function(t,e){this.writeInt32(t,e.low),this.writeInt32(t+4,e.high)};x.ByteBuffer.prototype.writeUint64=function(t,e){this.writeUint32(t,e.low),this.writeUint32(t+4,e.high)};x.ByteBuffer.prototype.writeFloat32=function(t,e){x.float32[0]=e,this.writeInt32(t,x.int32[0])};x.ByteBuffer.prototype.writeFloat64=function(t,e){x.float64[0]=e,this.writeInt32(t,x.int32[x.isLittleEndian?0:1]),this.writeInt32(t+4,x.int32[x.isLittleEndian?1:0])};x.ByteBuffer.prototype.getBufferIdentifier=function(){if(this.bytes_.length<this.position_+x.SIZEOF_INT+x.FILE_IDENTIFIER_LENGTH)throw new Error("FlatBuffers: ByteBuffer is too short to contain an identifier.");for(var t="",e=0;e<x.FILE_IDENTIFIER_LENGTH;e++)t+=String.fromCharCode(this.readInt8(this.position_+x.SIZEOF_INT+e));return t};x.ByteBuffer.prototype.__offset=function(t,e){var r=t-this.readInt32(t);return e<this.readInt16(r)?this.readInt16(r+e):0};x.ByteBuffer.prototype.__union=function(t,e){return t.bb_pos=e+this.readInt32(e),t.bb=this,t};x.ByteBuffer.prototype.__string=function(t,e){t+=this.readInt32(t);var r=this.readInt32(t),n="",i=0;if(t+=x.SIZEOF_INT,e===x.Encoding.UTF8_BYTES)return this.bytes_.subarray(t,t+r);for(;i<r;){var o,f=this.readUint8(t+i++);if(f<192)o=f;else{var s=this.readUint8(t+i++);if(f<224)o=(f&31)<<6|s&63;else{var u=this.readUint8(t+i++);if(f<240)o=(f&15)<<12|(s&63)<<6|u&63;else{var l=this.readUint8(t+i++);o=(f&7)<<18|(s&63)<<12|(u&63)<<6|l&63}}}o<65536?n+=String.fromCharCode(o):(o-=65536,n+=String.fromCharCode((o>>10)+55296,(o&(1<<10)-1)+56320))}return n};x.ByteBuffer.prototype.__indirect=function(t){return t+this.readInt32(t)};x.ByteBuffer.prototype.__vector=function(t){return t+this.readInt32(t)+x.SIZEOF_INT};x.ByteBuffer.prototype.__vector_len=function(t){return this.readInt32(t+this.readInt32(t))};x.ByteBuffer.prototype.__has_identifier=function(t){if(t.length!=x.FILE_IDENTIFIER_LENGTH)throw new Error("FlatBuffers: file identifier must be length "+x.FILE_IDENTIFIER_LENGTH);for(var e=0;e<x.FILE_IDENTIFIER_LENGTH;e++)if(t.charCodeAt(e)!=this.readInt8(this.position_+x.SIZEOF_INT+e))return!1;return!0};x.ByteBuffer.prototype.createLong=function(t,e){return x.Long.create(t,e)};pB.flatbuffers=x});var dB=k(dg=>{"use strict";function Zi(t,e,r){return e<=t&&t<=r}function od(t){if(t===void 0)return{};if(t===Object(t))return t;throw TypeError("Could not convert argument to dictionary")}function PN(t){for(var e=String(t),r=e.length,n=0,i=[];n<r;){var o=e.charCodeAt(n);if(o<55296||o>57343)i.push(o);else if(56320<=o&&o<=57343)i.push(65533);else if(55296<=o&&o<=56319)if(n===r-1)i.push(65533);else{var f=t.charCodeAt(n+1);if(56320<=f&&f<=57343){var s=o&1023,u=f&1023;i.push(65536+(s<<10)+u),n+=1}else i.push(65533)}n+=1}return i}function RN(t){for(var e="",r=0;r<t.length;++r){var n=t[r];n<=65535?e+=String.fromCharCode(n):(n-=65536,e+=String.fromCharCode((n>>10)+55296,(n&1023)+56320))}return e}var fd=-1;function cg(t){this.tokens=[].slice.call(t)}cg.prototype={endOfStream:function(){return!this.tokens.length},read:function(){return this.tokens.length?this.tokens.shift():fd},prepend:function(t){if(Array.isArray(t))for(var e=t;e.length;)this.tokens.unshift(e.pop());else this.tokens.unshift(t)},push:function(t){if(Array.isArray(t))for(var e=t;e.length;)this.tokens.push(e.shift());else this.tokens.push(t)}};var Vs=-1;function pg(t,e){if(t)throw TypeError("Decoder error");return e||65533}var sd="utf-8";function ad(t,e){if(!(this instanceof ad))return new ad(t,e);if(t=t!==void 0?String(t).toLowerCase():sd,t!==sd)throw new Error("Encoding not supported. Only utf-8 is supported");e=od(e),this._streaming=!1,this._BOMseen=!1,this._decoder=null,this._fatal=Boolean(e.fatal),this._ignoreBOM=Boolean(e.ignoreBOM),Object.defineProperty(this,"encoding",{value:"utf-8"}),Object.defineProperty(this,"fatal",{value:this._fatal}),Object.defineProperty(this,"ignoreBOM",{value:this._ignoreBOM})}ad.prototype={decode:function(e,r){var n;typeof e=="object"&&e instanceof ArrayBuffer?n=new Uint8Array(e):typeof e=="object"&&"buffer"in e&&e.buffer instanceof ArrayBuffer?n=new Uint8Array(e.buffer,e.byteOffset,e.byteLength):n=new Uint8Array(0),r=od(r),this._streaming||(this._decoder=new HN({fatal:this._fatal}),this._BOMseen=!1),this._streaming=Boolean(r.stream);for(var i=new cg(n),o=[],f;!i.endOfStream()&&(f=this._decoder.handler(i,i.read()),f!==Vs);)f!==null&&(Array.isArray(f)?o.push.apply(o,f):o.push(f));if(!this._streaming){do{if(f=this._decoder.handler(i,i.read()),f===Vs)break;f!==null&&(Array.isArray(f)?o.push.apply(o,f):o.push(f))}while(!i.endOfStream());this._decoder=null}return o.length&&["utf-8"].indexOf(this.encoding)!==-1&&!this._ignoreBOM&&!this._BOMseen&&(o[0]===65279?(this._BOMseen=!0,o.shift()):this._BOMseen=!0),RN(o)}};function ld(t,e){if(!(this instanceof ld))return new ld(t,e);if(t=t!==void 0?String(t).toLowerCase():sd,t!==sd)throw new Error("Encoding not supported. Only utf-8 is supported");e=od(e),this._streaming=!1,this._encoder=null,this._options={fatal:Boolean(e.fatal)},Object.defineProperty(this,"encoding",{value:"utf-8"})}ld.prototype={encode:function(e,r){e=e?String(e):"",r=od(r),this._streaming||(this._encoder=new MN(this._options)),this._streaming=Boolean(r.stream);for(var n=[],i=new cg(PN(e)),o;!i.endOfStream()&&(o=this._encoder.handler(i,i.read()),o!==Vs);)Array.isArray(o)?n.push.apply(n,o):n.push(o);if(!this._streaming){for(;o=this._encoder.handler(i,i.read()),o!==Vs;)Array.isArray(o)?n.push.apply(n,o):n.push(o);this._encoder=null}return new Uint8Array(n)}};function HN(t){var e=t.fatal,r=0,n=0,i=0,o=128,f=191;this.handler=function(s,u){if(u===fd&&i!==0)return i=0,pg(e);if(u===fd)return Vs;if(i===0){if(Zi(u,0,127))return u;if(Zi(u,194,223))i=1,r=u-192;else if(Zi(u,224,239))u===224&&(o=160),u===237&&(f=159),i=2,r=u-224;else if(Zi(u,240,244))u===240&&(o=144),u===244&&(f=143),i=3,r=u-240;else return pg(e);return r=r<<6*i,null}if(!Zi(u,o,f))return r=i=n=0,o=128,f=191,s.prepend(u),pg(e);if(o=128,f=191,n+=1,r+=u-128<<6*(i-n),n!==i)return null;var l=r;return r=i=n=0,l}}function MN(t){var e=t.fatal;this.handler=function(r,n){if(n===fd)return Vs;if(Zi(n,0,127))return n;var i,o;Zi(n,128,2047)?(i=1,o=192):Zi(n,2048,65535)?(i=2,o=224):Zi(n,65536,1114111)&&(i=3,o=240);for(var f=[(n>>6*i)+o];i>0;){var s=n>>6*(i-1);f.push(128|s&63),i-=1}return f}}dg.TextEncoder=ld;dg.TextDecoder=ad});var Hf=k(Cs=>{"use strict";Object.defineProperty(Cs,"__esModule",{value:!0});Cs.encodeUtf8=Cs.decodeUtf8=void 0;var mB=dB(),UN=new(typeof TextDecoder!="undefined"?TextDecoder:mB.TextDecoder)("utf-8");Cs.decodeUtf8=t=>UN.decode(t);var zN=new(typeof TextEncoder!="undefined"?TextEncoder:mB.TextEncoder);Cs.encodeUtf8=t=>zN.encode(t)});var Ws=k(Mr=>{"use strict";Object.defineProperty(Mr,"__esModule",{value:!0});Mr.AsyncQueue=Mr.ReadableInterop=Mr.ArrowJSON=Mr.ITERATOR_DONE=void 0;var wB=Iu();Mr.ITERATOR_DONE=Object.freeze({done:!0,value:void 0});var hB=class{constructor(e){this._json=e}get schema(){return this._json.schema}get batches(){return this._json.batches||[]}get dictionaries(){return this._json.dictionaries||[]}};Mr.ArrowJSON=hB;var mg=class{tee(){return this._getDOMStream().tee()}pipe(e,r){return this._getNodeStream().pipe(e,r)}pipeTo(e,r){return this._getDOMStream().pipeTo(e,r)}pipeThrough(e,r){return this._getDOMStream().pipeThrough(e,r)}_getDOMStream(){return this._DOMStream||(this._DOMStream=this.toDOMStream())}_getNodeStream(){return this._nodeStream||(this._nodeStream=this.toNodeStream())}};Mr.ReadableInterop=mg;var bB=class extends mg{constructor(){super();this._values=[],this.resolvers=[],this._closedPromise=new Promise(e=>this._closedPromiseResolve=e)}get closed(){return this._closedPromise}async cancel(e){await this.return(e)}write(e){this._ensureOpen()&&(this.resolvers.length<=0?this._values.push(e):this.resolvers.shift().resolve({done:!1,value:e}))}abort(e){this._closedPromiseResolve&&(this.resolvers.length<=0?this._error={error:e}:this.resolvers.shift().reject({done:!0,value:e}))}close(){if(this._closedPromiseResolve){let{resolvers:e}=this;for(;e.length>0;)e.shift().resolve(Mr.ITERATOR_DONE);this._closedPromiseResolve(),this._closedPromiseResolve=void 0}}[Symbol.asyncIterator](){return this}toDOMStream(e){return wB.default.toDOMStream(this._closedPromiseResolve||this._error?this:this._values,e)}toNodeStream(e){return wB.default.toNodeStream(this._closedPromiseResolve||this._error?this:this._values,e)}async throw(e){return await this.abort(e),Mr.ITERATOR_DONE}async return(e){return await this.close(),Mr.ITERATOR_DONE}async read(e){return(await this.next(e,"read")).value}async peek(e){return(await this.next(e,"peek")).value}next(...e){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((r,n)=>{this.resolvers.push({resolve:r,reject:n})}):Promise.resolve(Mr.ITERATOR_DONE)}_ensureOpen(){if(this._closedPromiseResolve)return!0;throw new Error(`${this} is closed`)}};Mr.AsyncQueue=bB});var br=k(ie=>{"use strict";Object.defineProperty(ie,"__esModule",{value:!0});ie.isReadableNodeStream=ie.isWritableNodeStream=ie.isReadableDOMStream=ie.isWritableDOMStream=ie.isFetchResponse=ie.isFSReadStream=ie.isFileHandle=ie.isUnderlyingSink=ie.isIteratorResult=ie.isArrayLike=ie.isArrowJSON=ie.isAsyncIterable=ie.isIterable=ie.isObservable=ie.isPromise=ie.isObject=ie.BigUint64ArrayAvailable=ie.BigUint64Array=ie.BigInt64ArrayAvailable=ie.BigInt64Array=ie.BigIntAvailable=ie.BigInt=void 0;var ud=Ws(),[LN,VN]=(()=>{let t=()=>{throw new Error("BigInt is not available in this environment")};function e(){throw t()}return e.asIntN=()=>{throw t()},e.asUintN=()=>{throw t()},typeof BigInt!="undefined"?[BigInt,!0]:[e,!1]})();ie.BigInt=LN;ie.BigIntAvailable=VN;var[CN,WN]=(()=>{let t=()=>{throw new Error("BigInt64Array is not available in this environment")};class e{static get BYTES_PER_ELEMENT(){return 8}static of(){throw t()}static from(){throw t()}constructor(){throw t()}}return typeof BigInt64Array!="undefined"?[BigInt64Array,!0]:[e,!1]})();ie.BigInt64Array=CN;ie.BigInt64ArrayAvailable=WN;var[KN,YN]=(()=>{let t=()=>{throw new Error("BigUint64Array is not available in this environment")};class e{static get BYTES_PER_ELEMENT(){return 8}static of(){throw t()}static from(){throw t()}constructor(){throw t()}}return typeof BigUint64Array!="undefined"?[BigUint64Array,!0]:[e,!1]})();ie.BigUint64Array=KN;ie.BigUint64ArrayAvailable=YN;var wg=t=>typeof t=="number",gB=t=>typeof t=="boolean",lr=t=>typeof t=="function";ie.isObject=t=>t!=null&&Object(t)===t;ie.isPromise=t=>ie.isObject(t)&&lr(t.then);ie.isObservable=t=>ie.isObject(t)&&lr(t.subscribe);ie.isIterable=t=>ie.isObject(t)&&lr(t[Symbol.iterator]);ie.isAsyncIterable=t=>ie.isObject(t)&&lr(t[Symbol.asyncIterator]);ie.isArrowJSON=t=>ie.isObject(t)&&ie.isObject(t.schema);ie.isArrayLike=t=>ie.isObject(t)&&wg(t.length);ie.isIteratorResult=t=>ie.isObject(t)&&"done"in t&&"value"in t;ie.isUnderlyingSink=t=>ie.isObject(t)&&lr(t.abort)&&lr(t.close)&&lr(t.start)&&lr(t.write);ie.isFileHandle=t=>ie.isObject(t)&&lr(t.stat)&&wg(t.fd);ie.isFSReadStream=t=>ie.isReadableNodeStream(t)&&wg(t.bytesRead);ie.isFetchResponse=t=>ie.isObject(t)&&ie.isReadableDOMStream(t.body);ie.isWritableDOMStream=t=>ie.isObject(t)&&lr(t.abort)&&lr(t.getWriter)&&!(t instanceof ud.ReadableInterop);ie.isReadableDOMStream=t=>ie.isObject(t)&&lr(t.cancel)&&lr(t.getReader)&&!(t instanceof ud.ReadableInterop);ie.isWritableNodeStream=t=>ie.isObject(t)&&lr(t.end)&&lr(t.write)&&gB(t.writable)&&!(t instanceof ud.ReadableInterop);ie.isReadableNodeStream=t=>ie.isObject(t)&&lr(t.read)&&lr(t.pipe)&&gB(t.readable)&&!(t instanceof ud.ReadableInterop)});var Qt=k(Q=>{"use strict";Object.defineProperty(Q,"__esModule",{value:!0});Q.compareArrayLike=Q.rebaseValueOffsets=Q.toUint8ClampedArrayAsyncIterator=Q.toFloat64ArrayAsyncIterator=Q.toFloat32ArrayAsyncIterator=Q.toUint32ArrayAsyncIterator=Q.toUint16ArrayAsyncIterator=Q.toUint8ArrayAsyncIterator=Q.toInt32ArrayAsyncIterator=Q.toInt16ArrayAsyncIterator=Q.toInt8ArrayAsyncIterator=Q.toArrayBufferViewAsyncIterator=Q.toUint8ClampedArrayIterator=Q.toFloat64ArrayIterator=Q.toFloat32ArrayIterator=Q.toUint32ArrayIterator=Q.toUint16ArrayIterator=Q.toUint8ArrayIterator=Q.toInt32ArrayIterator=Q.toInt16ArrayIterator=Q.toInt8ArrayIterator=Q.toArrayBufferViewIterator=Q.toUint8ClampedArray=Q.toFloat64Array=Q.toFloat32Array=Q.toBigUint64Array=Q.toUint32Array=Q.toUint16Array=Q.toUint8Array=Q.toBigInt64Array=Q.toInt32Array=Q.toInt16Array=Q.toInt8Array=Q.toArrayBufferView=Q.joinUint8Arrays=Q.memcpy=void 0;var GN=Ji(),JN=Hf(),ZN=GN.flatbuffers.ByteBuffer,Mf=br(),hg=typeof SharedArrayBuffer!="undefined"?SharedArrayBuffer:ArrayBuffer;function QN(t){let e=t[0]?[t[0]]:[],r,n,i,o;for(let f,s,u=0,l=0,c=t.length;++u<c;){if(f=e[l],s=t[u],!f||!s||f.buffer!==s.buffer||s.byteOffset<f.byteOffset){s&&(e[++l]=s);continue}if({byteOffset:r,byteLength:i}=f,{byteOffset:n,byteLength:o}=s,r+i<n||n+o<r){s&&(e[++l]=s);continue}e[l]=new Uint8Array(f.buffer,r,n-r+o)}return e}function bg(t,e,r=0,n=e.byteLength){let i=t.byteLength,o=new Uint8Array(t.buffer,t.byteOffset,i),f=new Uint8Array(e.buffer,e.byteOffset,Math.min(n,i));return o.set(f,r),t}Q.memcpy=bg;function XN(t,e){let r=QN(t),n=r.reduce((c,w)=>c+w.byteLength,0),i,o,f,s=0,u=-1,l=Math.min(e||1/0,n);for(let c=r.length;++u<c;){if(i=r[u],o=i.subarray(0,Math.min(i.length,l-s)),l<=s+o.length){o.length<i.length?r[u]=i.subarray(o.length):o.length===i.length&&u++,f?bg(f,o,s):f=o;break}bg(f||(f=new Uint8Array(l)),o,s),s+=o.length}return[f||new Uint8Array(0),r.slice(u),n-(f?f.byteLength:0)]}Q.joinUint8Arrays=XN;function Br(t,e){let r=Mf.isIteratorResult(e)?e.value:e;return r instanceof t?t===Uint8Array?new t(r.buffer,r.byteOffset,r.byteLength):r:r?(typeof r=="string"&&(r=JN.encodeUtf8(r)),r instanceof ArrayBuffer?new t(r):r instanceof hg?new t(r):r instanceof ZN?Br(t,r.bytes()):ArrayBuffer.isView(r)?r.byteLength<=0?new t(0):new t(r.buffer,r.byteOffset,r.byteLength/t.BYTES_PER_ELEMENT):t.from(r)):new t(0)}Q.toArrayBufferView=Br;Q.toInt8Array=t=>Br(Int8Array,t);Q.toInt16Array=t=>Br(Int16Array,t);Q.toInt32Array=t=>Br(Int32Array,t);Q.toBigInt64Array=t=>Br(Mf.BigInt64Array,t);Q.toUint8Array=t=>Br(Uint8Array,t);Q.toUint16Array=t=>Br(Uint16Array,t);Q.toUint32Array=t=>Br(Uint32Array,t);Q.toBigUint64Array=t=>Br(Mf.BigUint64Array,t);Q.toFloat32Array=t=>Br(Float32Array,t);Q.toFloat64Array=t=>Br(Float64Array,t);Q.toUint8ClampedArray=t=>Br(Uint8ClampedArray,t);var gg=t=>(t.next(),t);function*si(t,e){let r=function*(i){yield i},n=typeof e=="string"||ArrayBuffer.isView(e)||e instanceof ArrayBuffer||e instanceof hg?r(e):Mf.isIterable(e)?e:r(e);return yield*gg(function*(i){let o=null;do o=i.next(yield Br(t,o));while(!o.done)}(n[Symbol.iterator]())),new t}Q.toArrayBufferViewIterator=si;Q.toInt8ArrayIterator=t=>si(Int8Array,t);Q.toInt16ArrayIterator=t=>si(Int16Array,t);Q.toInt32ArrayIterator=t=>si(Int32Array,t);Q.toUint8ArrayIterator=t=>si(Uint8Array,t);Q.toUint16ArrayIterator=t=>si(Uint16Array,t);Q.toUint32ArrayIterator=t=>si(Uint32Array,t);Q.toFloat32ArrayIterator=t=>si(Float32Array,t);Q.toFloat64ArrayIterator=t=>si(Float64Array,t);Q.toUint8ClampedArrayIterator=t=>si(Uint8ClampedArray,t);async function*Rn(t,e){if(Mf.isPromise(e))return yield*Rn(t,await e);let r=async function*(o){yield await o},n=async function*(o){yield*gg(function*(f){let s=null;do s=f.next(yield s&&s.value);while(!s.done)}(o[Symbol.iterator]()))},i=typeof e=="string"||ArrayBuffer.isView(e)||e instanceof ArrayBuffer||e instanceof hg?r(e):Mf.isIterable(e)?n(e):Mf.isAsyncIterable(e)?e:r(e);return yield*gg(async function*(o){let f=null;do f=await o.next(yield Br(t,f));while(!f.done)}(i[Symbol.asyncIterator]())),new t}Q.toArrayBufferViewAsyncIterator=Rn;Q.toInt8ArrayAsyncIterator=t=>Rn(Int8Array,t);Q.toInt16ArrayAsyncIterator=t=>Rn(Int16Array,t);Q.toInt32ArrayAsyncIterator=t=>Rn(Int32Array,t);Q.toUint8ArrayAsyncIterator=t=>Rn(Uint8Array,t);Q.toUint16ArrayAsyncIterator=t=>Rn(Uint16Array,t);Q.toUint32ArrayAsyncIterator=t=>Rn(Uint32Array,t);Q.toFloat32ArrayAsyncIterator=t=>Rn(Float32Array,t);Q.toFloat64ArrayAsyncIterator=t=>Rn(Float64Array,t);Q.toUint8ClampedArrayAsyncIterator=t=>Rn(Uint8ClampedArray,t);function $N(t,e,r){if(t!==0){r=r.slice(0,e+1);for(let n=-1;++n<=e;)r[n]+=t}return r}Q.rebaseValueOffsets=$N;function eP(t,e){let r=0,n=t.length;if(n!==e.length)return!1;if(n>0)do if(t[r]!==e[r])return!1;while(++r<n);return!0}Q.compareArrayLike=eP});var Iu=k(jg=>{"use strict";Object.defineProperty(jg,"__esModule",{value:!0});var Ir=Qt();jg.default={fromIterable(t){return cd(tP(t))},fromAsyncIterable(t){return cd(rP(t))},fromDOMStream(t){return cd(nP(t))},fromNodeStream(t){return cd(iP(t))},toDOMStream(t,e){throw new Error('"toDOMStream" not available in this environment')},toNodeStream(t,e){throw new Error('"toNodeStream" not available in this environment')}};var cd=t=>(t.next(),t);function*tP(t){let e,r=!1,n=[],i,o,f,s=0;function u(){return o==="peek"?Ir.joinUint8Arrays(n,f)[0]:([i,n,s]=Ir.joinUint8Arrays(n,f),i)}({cmd:o,size:f}=yield null);let l=Ir.toUint8ArrayIterator(t)[Symbol.iterator]();try{do if({done:e,value:i}=isNaN(f-s)?l.next(void 0):l.next(f-s),!e&&i.byteLength>0&&(n.push(i),s+=i.byteLength),e||f<=s)do({cmd:o,size:f}=yield u());while(f<s);while(!e)}catch(c){(r=!0)&&typeof l.throw=="function"&&l.throw(c)}finally{r===!1&&typeof l.return=="function"&&l.return(null)}return null}async function*rP(t){let e,r=!1,n=[],i,o,f,s=0;function u(){return o==="peek"?Ir.joinUint8Arrays(n,f)[0]:([i,n,s]=Ir.joinUint8Arrays(n,f),i)}({cmd:o,size:f}=yield null);let l=Ir.toUint8ArrayAsyncIterator(t)[Symbol.asyncIterator]();try{do if({done:e,value:i}=isNaN(f-s)?await l.next(void 0):await l.next(f-s),!e&&i.byteLength>0&&(n.push(i),s+=i.byteLength),e||f<=s)do({cmd:o,size:f}=yield u());while(f<s);while(!e)}catch(c){(r=!0)&&typeof l.throw=="function"&&await l.throw(c)}finally{r===!1&&typeof l.return=="function"&&await l.return(new Uint8Array(0))}return null}async function*nP(t){let e=!1,r=!1,n=[],i,o,f,s=0;function u(){return o==="peek"?Ir.joinUint8Arrays(n,f)[0]:([i,n,s]=Ir.joinUint8Arrays(n,f),i)}({cmd:o,size:f}=yield null);let l=new yB(t);try{do if({done:e,value:i}=isNaN(f-s)?await l.read(void 0):await l.read(f-s),!e&&i.byteLength>0&&(n.push(Ir.toUint8Array(i)),s+=i.byteLength),e||f<=s)do({cmd:o,size:f}=yield u());while(f<s);while(!e)}catch(c){(r=!0)&&await l.cancel(c)}finally{r===!1?await l.cancel():t.locked&&l.releaseLock()}return null}var yB=class{constructor(e){this.source=e,this.byobReader=null,this.defaultReader=null;try{this.supportsBYOB=!!(this.reader=this.getBYOBReader())}catch{this.supportsBYOB=!(this.reader=this.getDefaultReader())}}get closed(){return this.reader?this.reader.closed.catch(()=>{}):Promise.resolve()}releaseLock(){this.reader&&this.reader.releaseLock(),this.reader=this.byobReader=this.defaultReader=null}async cancel(e){let{reader:r,source:n}=this;r&&await r.cancel(e).catch(()=>{}),n&&n.locked&&this.releaseLock()}async read(e){if(e===0)return{done:this.reader==null,value:new Uint8Array(0)};let r=!this.supportsBYOB||typeof e!="number"?await this.getDefaultReader().read():await this.readFromBYOBReader(e);return!r.done&&(r.value=Ir.toUint8Array(r)),r}getDefaultReader(){return this.byobReader&&this.releaseLock(),this.defaultReader||(this.defaultReader=this.source.getReader(),this.defaultReader.closed.catch(()=>{})),this.reader=this.defaultReader}getBYOBReader(){return this.defaultReader&&this.releaseLock(),this.byobReader||(this.byobReader=this.source.getReader({mode:"byob"}),this.byobReader.closed.catch(()=>{})),this.reader=this.byobReader}async readFromBYOBReader(e){return await jB(this.getBYOBReader(),new ArrayBuffer(e),0,e)}};async function jB(t,e,r,n){if(r>=n)return{done:!1,value:new Uint8Array(e,0,n)};let{done:i,value:o}=await t.read(new Uint8Array(e,r,n-r));return(r+=o.byteLength)<n&&!i?await jB(t,o.buffer,r,n):{done:i,value:new Uint8Array(o.buffer,0,r)}}var yg=(t,e)=>{let r=i=>n([e,i]),n;return[e,r,new Promise(i=>(n=i)&&t.once(e,r))]};async function*iP(t){let e=[],r="error",n=!1,i=null,o,f,s=0,u=[],l;function c(){return o==="peek"?Ir.joinUint8Arrays(u,f)[0]:([l,u,s]=Ir.joinUint8Arrays(u,f),l)}if({cmd:o,size:f}=yield null,t.isTTY)return yield new Uint8Array(0),null;try{e[0]=yg(t,"end"),e[1]=yg(t,"error");do{if(e[2]=yg(t,"readable"),[r,i]=await Promise.race(e.map(p=>p[2])),r==="error")break;if((n=r==="end")||(isFinite(f-s)?(l=Ir.toUint8Array(t.read(f-s)),l.byteLength<f-s&&(l=Ir.toUint8Array(t.read(void 0)))):l=Ir.toUint8Array(t.read(void 0)),l.byteLength>0&&(u.push(l),s+=l.byteLength)),n||f<=s)do({cmd:o,size:f}=yield c());while(f<s)}while(!n)}finally{await w(e,r==="error"?i:null)}return null;function w(p,g){return l=u=null,new Promise((T,L)=>{for(let[O,W]of p)t.off(O,W);try{let O=t.destroy;O&&O.call(t,g),g=void 0}catch(O){g=O||g}finally{g!=null?L(g):T()}})}}});var Ht=k(Ks=>{"use strict";Object.defineProperty(Ks,"__esModule",{value:!0});Ks.Vector=Ks.AbstractVector=void 0;var pd=class{};Ks.AbstractVector=pd;Ks.Vector=pd;pd.prototype.data=null});var Ho=k(J=>{"use strict";Object.defineProperty(J,"__esModule",{value:!0});J.Schema=J.Buffer=J.Field=J.DictionaryEncoding=J.KeyValue=J.Duration=J.Interval=J.Timestamp=J.Time=J.Date=J.Decimal=J.Bool=J.FixedSizeBinary=J.LargeBinary=J.LargeUtf8=J.Binary=J.Utf8=J.FloatingPoint=J.Int=J.Union=J.Map=J.FixedSizeList=J.LargeList=J.List=J.Struct_=J.Null=J.Endianness=J.DictionaryKind=J.Type=J.IntervalUnit=J.TimeUnit=J.DateUnit=J.Precision=J.UnionMode=J.Feature=J.MetadataVersion=void 0;var yt=Ji(),oP;(function(t){t[t.V1=0]="V1",t[t.V2=1]="V2",t[t.V3=2]="V3",t[t.V4=3]="V4",t[t.V5=4]="V5"})(oP=J.MetadataVersion||(J.MetadataVersion={}));var fP;(function(t){t[t.UNUSED=0]="UNUSED",t[t.DICTIONARY_REPLACEMENT=1]="DICTIONARY_REPLACEMENT",t[t.COMPRESSED_BODY=2]="COMPRESSED_BODY"})(fP=J.Feature||(J.Feature={}));var qg;(function(t){t[t.Sparse=0]="Sparse",t[t.Dense=1]="Dense"})(qg=J.UnionMode||(J.UnionMode={}));var _g;(function(t){t[t.HALF=0]="HALF",t[t.SINGLE=1]="SINGLE",t[t.DOUBLE=2]="DOUBLE"})(_g=J.Precision||(J.Precision={}));var vg;(function(t){t[t.DAY=0]="DAY",t[t.MILLISECOND=1]="MILLISECOND"})(vg=J.DateUnit||(J.DateUnit={}));var Uf;(function(t){t[t.SECOND=0]="SECOND",t[t.MILLISECOND=1]="MILLISECOND",t[t.MICROSECOND=2]="MICROSECOND",t[t.NANOSECOND=3]="NANOSECOND"})(Uf=J.TimeUnit||(J.TimeUnit={}));var Tg;(function(t){t[t.YEAR_MONTH=0]="YEAR_MONTH",t[t.DAY_TIME=1]="DAY_TIME"})(Tg=J.IntervalUnit||(J.IntervalUnit={}));var kg;(function(t){t[t.NONE=0]="NONE",t[t.Null=1]="Null",t[t.Int=2]="Int",t[t.FloatingPoint=3]="FloatingPoint",t[t.Binary=4]="Binary",t[t.Utf8=5]="Utf8",t[t.Bool=6]="Bool",t[t.Decimal=7]="Decimal",t[t.Date=8]="Date",t[t.Time=9]="Time",t[t.Timestamp=10]="Timestamp",t[t.Interval=11]="Interval",t[t.List=12]="List",t[t.Struct_=13]="Struct_",t[t.Union=14]="Union",t[t.FixedSizeBinary=15]="FixedSizeBinary",t[t.FixedSizeList=16]="FixedSizeList",t[t.Map=17]="Map",t[t.Duration=18]="Duration",t[t.LargeBinary=19]="LargeBinary",t[t.LargeUtf8=20]="LargeUtf8",t[t.LargeList=21]="LargeList"})(kg=J.Type||(J.Type={}));var Bg;(function(t){t[t.DenseArray=0]="DenseArray"})(Bg=J.DictionaryKind||(J.DictionaryKind={}));var Ig;(function(t){t[t.Little=0]="Little",t[t.Big=1]="Big"})(Ig=J.Endianness||(J.Endianness={}));var zf=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsNull(e,r){return(r||new zf).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsNull(e,r){return e.setPosition(e.position()+yt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new zf).__init(e.readInt32(e.position())+e.position(),e)}static startNull(e){e.startObject(0)}static endNull(e){return e.endObject()}static createNull(e){return zf.startNull(e),zf.endNull(e)}};J.Null=zf;var Lf=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsStruct_(e,r){return(r||new Lf).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsStruct_(e,r){return e.setPosition(e.position()+yt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Lf).__init(e.readInt32(e.position())+e.position(),e)}static startStruct_(e){e.startObject(0)}static endStruct_(e){return e.endObject()}static createStruct_(e){return Lf.startStruct_(e),Lf.endStruct_(e)}};J.Struct_=Lf;var Vf=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsList(e,r){return(r||new Vf).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsList(e,r){return e.setPosition(e.position()+yt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Vf).__init(e.readInt32(e.position())+e.position(),e)}static startList(e){e.startObject(0)}static endList(e){return e.endObject()}static createList(e){return Vf.startList(e),Vf.endList(e)}};J.List=Vf;var Cf=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsLargeList(e,r){return(r||new Cf).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsLargeList(e,r){return e.setPosition(e.position()+yt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Cf).__init(e.readInt32(e.position())+e.position(),e)}static startLargeList(e){e.startObject(0)}static endLargeList(e){return e.endObject()}static createLargeList(e){return Cf.startLargeList(e),Cf.endLargeList(e)}};J.LargeList=Cf;var Ao=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsFixedSizeList(e,r){return(r||new Ao).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsFixedSizeList(e,r){return e.setPosition(e.position()+yt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Ao).__init(e.readInt32(e.position())+e.position(),e)}listSize(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt32(this.bb_pos+e):0}static startFixedSizeList(e){e.startObject(1)}static addListSize(e,r){e.addFieldInt32(0,r,0)}static endFixedSizeList(e){return e.endObject()}static createFixedSizeList(e,r){return Ao.startFixedSizeList(e),Ao.addListSize(e,r),Ao.endFixedSizeList(e)}};J.FixedSizeList=Ao;var Oo=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsMap(e,r){return(r||new Oo).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsMap(e,r){return e.setPosition(e.position()+yt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Oo).__init(e.readInt32(e.position())+e.position(),e)}keysSorted(){let e=this.bb.__offset(this.bb_pos,4);return e?!!this.bb.readInt8(this.bb_pos+e):!1}static startMap(e){e.startObject(1)}static addKeysSorted(e,r){e.addFieldInt8(0,+r,0)}static endMap(e){return e.endObject()}static createMap(e,r){return Oo.startMap(e),Oo.addKeysSorted(e,r),Oo.endMap(e)}};J.Map=Oo;var Qi=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsUnion(e,r){return(r||new Qi).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsUnion(e,r){return e.setPosition(e.position()+yt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Qi).__init(e.readInt32(e.position())+e.position(),e)}mode(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):qg.Sparse}typeIds(e){let r=this.bb.__offset(this.bb_pos,6);return r?this.bb.readInt32(this.bb.__vector(this.bb_pos+r)+e*4):0}typeIdsLength(){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.__vector_len(this.bb_pos+e):0}typeIdsArray(){let e=this.bb.__offset(this.bb_pos,6);return e?new Int32Array(this.bb.bytes().buffer,this.bb.bytes().byteOffset+this.bb.__vector(this.bb_pos+e),this.bb.__vector_len(this.bb_pos+e)):null}static startUnion(e){e.startObject(2)}static addMode(e,r){e.addFieldInt16(0,r,qg.Sparse)}static addTypeIds(e,r){e.addFieldOffset(1,r,0)}static createTypeIdsVector(e,r){e.startVector(4,r.length,4);for(let n=r.length-1;n>=0;n--)e.addInt32(r[n]);return e.endVector()}static startTypeIdsVector(e,r){e.startVector(4,r,4)}static endUnion(e){return e.endObject()}static createUnion(e,r,n){return Qi.startUnion(e),Qi.addMode(e,r),Qi.addTypeIds(e,n),Qi.endUnion(e)}};J.Union=Qi;var ai=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsInt(e,r){return(r||new ai).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsInt(e,r){return e.setPosition(e.position()+yt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new ai).__init(e.readInt32(e.position())+e.position(),e)}bitWidth(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt32(this.bb_pos+e):0}isSigned(){let e=this.bb.__offset(this.bb_pos,6);return e?!!this.bb.readInt8(this.bb_pos+e):!1}static startInt(e){e.startObject(2)}static addBitWidth(e,r){e.addFieldInt32(0,r,0)}static addIsSigned(e,r){e.addFieldInt8(1,+r,0)}static endInt(e){return e.endObject()}static createInt(e,r,n){return ai.startInt(e),ai.addBitWidth(e,r),ai.addIsSigned(e,n),ai.endInt(e)}};J.Int=ai;var Fo=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsFloatingPoint(e,r){return(r||new Fo).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsFloatingPoint(e,r){return e.setPosition(e.position()+yt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Fo).__init(e.readInt32(e.position())+e.position(),e)}precision(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):_g.HALF}static startFloatingPoint(e){e.startObject(1)}static addPrecision(e,r){e.addFieldInt16(0,r,_g.HALF)}static endFloatingPoint(e){return e.endObject()}static createFloatingPoint(e,r){return Fo.startFloatingPoint(e),Fo.addPrecision(e,r),Fo.endFloatingPoint(e)}};J.FloatingPoint=Fo;var Wf=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsUtf8(e,r){return(r||new Wf).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsUtf8(e,r){return e.setPosition(e.position()+yt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Wf).__init(e.readInt32(e.position())+e.position(),e)}static startUtf8(e){e.startObject(0)}static endUtf8(e){return e.endObject()}static createUtf8(e){return Wf.startUtf8(e),Wf.endUtf8(e)}};J.Utf8=Wf;var Kf=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsBinary(e,r){return(r||new Kf).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsBinary(e,r){return e.setPosition(e.position()+yt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Kf).__init(e.readInt32(e.position())+e.position(),e)}static startBinary(e){e.startObject(0)}static endBinary(e){return e.endObject()}static createBinary(e){return Kf.startBinary(e),Kf.endBinary(e)}};J.Binary=Kf;var Yf=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsLargeUtf8(e,r){return(r||new Yf).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsLargeUtf8(e,r){return e.setPosition(e.position()+yt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Yf).__init(e.readInt32(e.position())+e.position(),e)}static startLargeUtf8(e){e.startObject(0)}static endLargeUtf8(e){return e.endObject()}static createLargeUtf8(e){return Yf.startLargeUtf8(e),Yf.endLargeUtf8(e)}};J.LargeUtf8=Yf;var Gf=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsLargeBinary(e,r){return(r||new Gf).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsLargeBinary(e,r){return e.setPosition(e.position()+yt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Gf).__init(e.readInt32(e.position())+e.position(),e)}static startLargeBinary(e){e.startObject(0)}static endLargeBinary(e){return e.endObject()}static createLargeBinary(e){return Gf.startLargeBinary(e),Gf.endLargeBinary(e)}};J.LargeBinary=Gf;var Do=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsFixedSizeBinary(e,r){return(r||new Do).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsFixedSizeBinary(e,r){return e.setPosition(e.position()+yt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Do).__init(e.readInt32(e.position())+e.position(),e)}byteWidth(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt32(this.bb_pos+e):0}static startFixedSizeBinary(e){e.startObject(1)}static addByteWidth(e,r){e.addFieldInt32(0,r,0)}static endFixedSizeBinary(e){return e.endObject()}static createFixedSizeBinary(e,r){return Do.startFixedSizeBinary(e),Do.addByteWidth(e,r),Do.endFixedSizeBinary(e)}};J.FixedSizeBinary=Do;var Jf=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsBool(e,r){return(r||new Jf).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsBool(e,r){return e.setPosition(e.position()+yt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Jf).__init(e.readInt32(e.position())+e.position(),e)}static startBool(e){e.startObject(0)}static endBool(e){return e.endObject()}static createBool(e){return Jf.startBool(e),Jf.endBool(e)}};J.Bool=Jf;var li=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsDecimal(e,r){return(r||new li).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsDecimal(e,r){return e.setPosition(e.position()+yt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new li).__init(e.readInt32(e.position())+e.position(),e)}precision(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt32(this.bb_pos+e):0}scale(){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.readInt32(this.bb_pos+e):0}bitWidth(){let e=this.bb.__offset(this.bb_pos,8);return e?this.bb.readInt32(this.bb_pos+e):128}static startDecimal(e){e.startObject(3)}static addPrecision(e,r){e.addFieldInt32(0,r,0)}static addScale(e,r){e.addFieldInt32(1,r,0)}static addBitWidth(e,r){e.addFieldInt32(2,r,128)}static endDecimal(e){return e.endObject()}static createDecimal(e,r,n,i){return li.startDecimal(e),li.addPrecision(e,r),li.addScale(e,n),li.addBitWidth(e,i),li.endDecimal(e)}};J.Decimal=li;var No=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsDate(e,r){return(r||new No).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsDate(e,r){return e.setPosition(e.position()+yt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new No).__init(e.readInt32(e.position())+e.position(),e)}unit(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):vg.MILLISECOND}static startDate(e){e.startObject(1)}static addUnit(e,r){e.addFieldInt16(0,r,vg.MILLISECOND)}static endDate(e){return e.endObject()}static createDate(e,r){return No.startDate(e),No.addUnit(e,r),No.endDate(e)}};J.Date=No;var Xi=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsTime(e,r){return(r||new Xi).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsTime(e,r){return e.setPosition(e.position()+yt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Xi).__init(e.readInt32(e.position())+e.position(),e)}unit(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):Uf.MILLISECOND}bitWidth(){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.readInt32(this.bb_pos+e):32}static startTime(e){e.startObject(2)}static addUnit(e,r){e.addFieldInt16(0,r,Uf.MILLISECOND)}static addBitWidth(e,r){e.addFieldInt32(1,r,32)}static endTime(e){return e.endObject()}static createTime(e,r,n){return Xi.startTime(e),Xi.addUnit(e,r),Xi.addBitWidth(e,n),Xi.endTime(e)}};J.Time=Xi;var $i=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsTimestamp(e,r){return(r||new $i).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsTimestamp(e,r){return e.setPosition(e.position()+yt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new $i).__init(e.readInt32(e.position())+e.position(),e)}unit(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):Uf.SECOND}timezone(e){let r=this.bb.__offset(this.bb_pos,6);return r?this.bb.__string(this.bb_pos+r,e):null}static startTimestamp(e){e.startObject(2)}static addUnit(e,r){e.addFieldInt16(0,r,Uf.SECOND)}static addTimezone(e,r){e.addFieldOffset(1,r,0)}static endTimestamp(e){return e.endObject()}static createTimestamp(e,r,n){return $i.startTimestamp(e),$i.addUnit(e,r),$i.addTimezone(e,n),$i.endTimestamp(e)}};J.Timestamp=$i;var Po=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsInterval(e,r){return(r||new Po).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsInterval(e,r){return e.setPosition(e.position()+yt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Po).__init(e.readInt32(e.position())+e.position(),e)}unit(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):Tg.YEAR_MONTH}static startInterval(e){e.startObject(1)}static addUnit(e,r){e.addFieldInt16(0,r,Tg.YEAR_MONTH)}static endInterval(e){return e.endObject()}static createInterval(e,r){return Po.startInterval(e),Po.addUnit(e,r),Po.endInterval(e)}};J.Interval=Po;var Ro=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsDuration(e,r){return(r||new Ro).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsDuration(e,r){return e.setPosition(e.position()+yt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Ro).__init(e.readInt32(e.position())+e.position(),e)}unit(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):Uf.MILLISECOND}static startDuration(e){e.startObject(1)}static addUnit(e,r){e.addFieldInt16(0,r,Uf.MILLISECOND)}static endDuration(e){return e.endObject()}static createDuration(e,r){return Ro.startDuration(e),Ro.addUnit(e,r),Ro.endDuration(e)}};J.Duration=Ro;var Hn=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsKeyValue(e,r){return(r||new Hn).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsKeyValue(e,r){return e.setPosition(e.position()+yt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Hn).__init(e.readInt32(e.position())+e.position(),e)}key(e){let r=this.bb.__offset(this.bb_pos,4);return r?this.bb.__string(this.bb_pos+r,e):null}value(e){let r=this.bb.__offset(this.bb_pos,6);return r?this.bb.__string(this.bb_pos+r,e):null}static startKeyValue(e){e.startObject(2)}static addKey(e,r){e.addFieldOffset(0,r,0)}static addValue(e,r){e.addFieldOffset(1,r,0)}static endKeyValue(e){return e.endObject()}static createKeyValue(e,r,n){return Hn.startKeyValue(e),Hn.addKey(e,r),Hn.addValue(e,n),Hn.endKeyValue(e)}};J.KeyValue=Hn;var cn=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsDictionaryEncoding(e,r){return(r||new cn).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsDictionaryEncoding(e,r){return e.setPosition(e.position()+yt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new cn).__init(e.readInt32(e.position())+e.position(),e)}id(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt64(this.bb_pos+e):this.bb.createLong(0,0)}indexType(e){let r=this.bb.__offset(this.bb_pos,6);return r?(e||new ai).__init(this.bb.__indirect(this.bb_pos+r),this.bb):null}isOrdered(){let e=this.bb.__offset(this.bb_pos,8);return e?!!this.bb.readInt8(this.bb_pos+e):!1}dictionaryKind(){let e=this.bb.__offset(this.bb_pos,10);return e?this.bb.readInt16(this.bb_pos+e):Bg.DenseArray}static startDictionaryEncoding(e){e.startObject(4)}static addId(e,r){e.addFieldInt64(0,r,e.createLong(0,0))}static addIndexType(e,r){e.addFieldOffset(1,r,0)}static addIsOrdered(e,r){e.addFieldInt8(2,+r,0)}static addDictionaryKind(e,r){e.addFieldInt16(3,r,Bg.DenseArray)}static endDictionaryEncoding(e){return e.endObject()}static createDictionaryEncoding(e,r,n,i,o){return cn.startDictionaryEncoding(e),cn.addId(e,r),cn.addIndexType(e,n),cn.addIsOrdered(e,i),cn.addDictionaryKind(e,o),cn.endDictionaryEncoding(e)}};J.DictionaryEncoding=cn;var gr=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsField(e,r){return(r||new gr).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsField(e,r){return e.setPosition(e.position()+yt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new gr).__init(e.readInt32(e.position())+e.position(),e)}name(e){let r=this.bb.__offset(this.bb_pos,4);return r?this.bb.__string(this.bb_pos+r,e):null}nullable(){let e=this.bb.__offset(this.bb_pos,6);return e?!!this.bb.readInt8(this.bb_pos+e):!1}typeType(){let e=this.bb.__offset(this.bb_pos,8);return e?this.bb.readUint8(this.bb_pos+e):kg.NONE}type(e){let r=this.bb.__offset(this.bb_pos,10);return r?this.bb.__union(e,this.bb_pos+r):null}dictionary(e){let r=this.bb.__offset(this.bb_pos,12);return r?(e||new cn).__init(this.bb.__indirect(this.bb_pos+r),this.bb):null}children(e,r){let n=this.bb.__offset(this.bb_pos,14);return n?(r||new gr).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+n)+e*4),this.bb):null}childrenLength(){let e=this.bb.__offset(this.bb_pos,14);return e?this.bb.__vector_len(this.bb_pos+e):0}customMetadata(e,r){let n=this.bb.__offset(this.bb_pos,16);return n?(r||new Hn).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+n)+e*4),this.bb):null}customMetadataLength(){let e=this.bb.__offset(this.bb_pos,16);return e?this.bb.__vector_len(this.bb_pos+e):0}static startField(e){e.startObject(7)}static addName(e,r){e.addFieldOffset(0,r,0)}static addNullable(e,r){e.addFieldInt8(1,+r,0)}static addTypeType(e,r){e.addFieldInt8(2,r,kg.NONE)}static addType(e,r){e.addFieldOffset(3,r,0)}static addDictionary(e,r){e.addFieldOffset(4,r,0)}static addChildren(e,r){e.addFieldOffset(5,r,0)}static createChildrenVector(e,r){e.startVector(4,r.length,4);for(let n=r.length-1;n>=0;n--)e.addOffset(r[n]);return e.endVector()}static startChildrenVector(e,r){e.startVector(4,r,4)}static addCustomMetadata(e,r){e.addFieldOffset(6,r,0)}static createCustomMetadataVector(e,r){e.startVector(4,r.length,4);for(let n=r.length-1;n>=0;n--)e.addOffset(r[n]);return e.endVector()}static startCustomMetadataVector(e,r){e.startVector(4,r,4)}static endField(e){return e.endObject()}static createField(e,r,n,i,o,f,s,u){return gr.startField(e),gr.addName(e,r),gr.addNullable(e,n),gr.addTypeType(e,i),gr.addType(e,o),gr.addDictionary(e,f),gr.addChildren(e,s),gr.addCustomMetadata(e,u),gr.endField(e)}};J.Field=gr;var qB=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}offset(){return this.bb.readInt64(this.bb_pos)}length(){return this.bb.readInt64(this.bb_pos+8)}static createBuffer(e,r,n){return e.prep(8,16),e.writeInt64(n),e.writeInt64(r),e.offset()}};J.Buffer=qB;var Mn=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsSchema(e,r){return(r||new Mn).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsSchema(e,r){return e.setPosition(e.position()+yt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Mn).__init(e.readInt32(e.position())+e.position(),e)}endianness(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):Ig.Little}fields(e,r){let n=this.bb.__offset(this.bb_pos,6);return n?(r||new gr).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+n)+e*4),this.bb):null}fieldsLength(){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.__vector_len(this.bb_pos+e):0}customMetadata(e,r){let n=this.bb.__offset(this.bb_pos,8);return n?(r||new Hn).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+n)+e*4),this.bb):null}customMetadataLength(){let e=this.bb.__offset(this.bb_pos,8);return e?this.bb.__vector_len(this.bb_pos+e):0}features(e){let r=this.bb.__offset(this.bb_pos,10);return r?this.bb.readInt64(this.bb.__vector(this.bb_pos+r)+e*8):this.bb.createLong(0,0)}featuresLength(){let e=this.bb.__offset(this.bb_pos,10);return e?this.bb.__vector_len(this.bb_pos+e):0}static startSchema(e){e.startObject(4)}static addEndianness(e,r){e.addFieldInt16(0,r,Ig.Little)}static addFields(e,r){e.addFieldOffset(1,r,0)}static createFieldsVector(e,r){e.startVector(4,r.length,4);for(let n=r.length-1;n>=0;n--)e.addOffset(r[n]);return e.endVector()}static startFieldsVector(e,r){e.startVector(4,r,4)}static addCustomMetadata(e,r){e.addFieldOffset(2,r,0)}static createCustomMetadataVector(e,r){e.startVector(4,r.length,4);for(let n=r.length-1;n>=0;n--)e.addOffset(r[n]);return e.endVector()}static startCustomMetadataVector(e,r){e.startVector(4,r,4)}static addFeatures(e,r){e.addFieldOffset(3,r,0)}static createFeaturesVector(e,r){e.startVector(8,r.length,8);for(let n=r.length-1;n>=0;n--)e.addInt64(r[n]);return e.endVector()}static startFeaturesVector(e,r){e.startVector(8,r,8)}static endSchema(e){return e.endObject()}static finishSchemaBuffer(e,r){e.finish(r)}static finishSizePrefixedSchemaBuffer(e,r){e.finish(r,void 0,!0)}static createSchema(e,r,n,i,o){return Mn.startSchema(e),Mn.addEndianness(e,r),Mn.addFields(e,n),Mn.addCustomMetadata(e,i),Mn.addFeatures(e,o),Mn.endSchema(e)}};J.Schema=Mn});var wd=k(Mt=>{"use strict";Object.defineProperty(Mt,"__esModule",{value:!0});Mt.Message=Mt.DictionaryBatch=Mt.RecordBatch=Mt.BodyCompression=Mt.FieldNode=Mt.MessageHeader=Mt.BodyCompressionMethod=Mt.CompressionType=void 0;var dd=Ji(),md=Ho(),xg;(function(t){t[t.LZ4_FRAME=0]="LZ4_FRAME",t[t.ZSTD=1]="ZSTD"})(xg=Mt.CompressionType||(Mt.CompressionType={}));var Sg;(function(t){t[t.BUFFER=0]="BUFFER"})(Sg=Mt.BodyCompressionMethod||(Mt.BodyCompressionMethod={}));var Eg;(function(t){t[t.NONE=0]="NONE",t[t.Schema=1]="Schema",t[t.DictionaryBatch=2]="DictionaryBatch",t[t.RecordBatch=3]="RecordBatch",t[t.Tensor=4]="Tensor",t[t.SparseTensor=5]="SparseTensor"})(Eg=Mt.MessageHeader||(Mt.MessageHeader={}));var Ag=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}length(){return this.bb.readInt64(this.bb_pos)}nullCount(){return this.bb.readInt64(this.bb_pos+8)}static createFieldNode(e,r,n){return e.prep(8,16),e.writeInt64(n),e.writeInt64(r),e.offset()}};Mt.FieldNode=Ag;var ui=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsBodyCompression(e,r){return(r||new ui).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsBodyCompression(e,r){return e.setPosition(e.position()+dd.flatbuffers.SIZE_PREFIX_LENGTH),(r||new ui).__init(e.readInt32(e.position())+e.position(),e)}codec(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt8(this.bb_pos+e):xg.LZ4_FRAME}method(){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.readInt8(this.bb_pos+e):Sg.BUFFER}static startBodyCompression(e){e.startObject(2)}static addCodec(e,r){e.addFieldInt8(0,r,xg.LZ4_FRAME)}static addMethod(e,r){e.addFieldInt8(1,r,Sg.BUFFER)}static endBodyCompression(e){return e.endObject()}static createBodyCompression(e,r,n){return ui.startBodyCompression(e),ui.addCodec(e,r),ui.addMethod(e,n),ui.endBodyCompression(e)}};Mt.BodyCompression=ui;var pn=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsRecordBatch(e,r){return(r||new pn).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsRecordBatch(e,r){return e.setPosition(e.position()+dd.flatbuffers.SIZE_PREFIX_LENGTH),(r||new pn).__init(e.readInt32(e.position())+e.position(),e)}length(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt64(this.bb_pos+e):this.bb.createLong(0,0)}nodes(e,r){let n=this.bb.__offset(this.bb_pos,6);return n?(r||new Ag).__init(this.bb.__vector(this.bb_pos+n)+e*16,this.bb):null}nodesLength(){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.__vector_len(this.bb_pos+e):0}buffers(e,r){let n=this.bb.__offset(this.bb_pos,8);return n?(r||new md.Buffer).__init(this.bb.__vector(this.bb_pos+n)+e*16,this.bb):null}buffersLength(){let e=this.bb.__offset(this.bb_pos,8);return e?this.bb.__vector_len(this.bb_pos+e):0}compression(e){let r=this.bb.__offset(this.bb_pos,10);return r?(e||new ui).__init(this.bb.__indirect(this.bb_pos+r),this.bb):null}static startRecordBatch(e){e.startObject(4)}static addLength(e,r){e.addFieldInt64(0,r,e.createLong(0,0))}static addNodes(e,r){e.addFieldOffset(1,r,0)}static startNodesVector(e,r){e.startVector(16,r,8)}static addBuffers(e,r){e.addFieldOffset(2,r,0)}static startBuffersVector(e,r){e.startVector(16,r,8)}static addCompression(e,r){e.addFieldOffset(3,r,0)}static endRecordBatch(e){return e.endObject()}static createRecordBatch(e,r,n,i,o){return pn.startRecordBatch(e),pn.addLength(e,r),pn.addNodes(e,n),pn.addBuffers(e,i),pn.addCompression(e,o),pn.endRecordBatch(e)}};Mt.RecordBatch=pn;var ci=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsDictionaryBatch(e,r){return(r||new ci).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsDictionaryBatch(e,r){return e.setPosition(e.position()+dd.flatbuffers.SIZE_PREFIX_LENGTH),(r||new ci).__init(e.readInt32(e.position())+e.position(),e)}id(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt64(this.bb_pos+e):this.bb.createLong(0,0)}data(e){let r=this.bb.__offset(this.bb_pos,6);return r?(e||new pn).__init(this.bb.__indirect(this.bb_pos+r),this.bb):null}isDelta(){let e=this.bb.__offset(this.bb_pos,8);return e?!!this.bb.readInt8(this.bb_pos+e):!1}static startDictionaryBatch(e){e.startObject(3)}static addId(e,r){e.addFieldInt64(0,r,e.createLong(0,0))}static addData(e,r){e.addFieldOffset(1,r,0)}static addIsDelta(e,r){e.addFieldInt8(2,+r,0)}static endDictionaryBatch(e){return e.endObject()}static createDictionaryBatch(e,r,n,i){return ci.startDictionaryBatch(e),ci.addId(e,r),ci.addData(e,n),ci.addIsDelta(e,i),ci.endDictionaryBatch(e)}};Mt.DictionaryBatch=ci;var dn=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsMessage(e,r){return(r||new dn).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsMessage(e,r){return e.setPosition(e.position()+dd.flatbuffers.SIZE_PREFIX_LENGTH),(r||new dn).__init(e.readInt32(e.position())+e.position(),e)}version(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):md.MetadataVersion.V1}headerType(){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.readUint8(this.bb_pos+e):Eg.NONE}header(e){let r=this.bb.__offset(this.bb_pos,8);return r?this.bb.__union(e,this.bb_pos+r):null}bodyLength(){let e=this.bb.__offset(this.bb_pos,10);return e?this.bb.readInt64(this.bb_pos+e):this.bb.createLong(0,0)}customMetadata(e,r){let n=this.bb.__offset(this.bb_pos,12);return n?(r||new md.KeyValue).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+n)+e*4),this.bb):null}customMetadataLength(){let e=this.bb.__offset(this.bb_pos,12);return e?this.bb.__vector_len(this.bb_pos+e):0}static startMessage(e){e.startObject(5)}static addVersion(e,r){e.addFieldInt16(0,r,md.MetadataVersion.V1)}static addHeaderType(e,r){e.addFieldInt8(1,r,Eg.NONE)}static addHeader(e,r){e.addFieldOffset(2,r,0)}static addBodyLength(e,r){e.addFieldInt64(3,r,e.createLong(0,0))}static addCustomMetadata(e,r){e.addFieldOffset(4,r,0)}static createCustomMetadataVector(e,r){e.startVector(4,r.length,4);for(let n=r.length-1;n>=0;n--)e.addOffset(r[n]);return e.endVector()}static startCustomMetadataVector(e,r){e.startVector(4,r,4)}static endMessage(e){return e.endObject()}static finishMessageBuffer(e,r){e.finish(r)}static finishSizePrefixedMessageBuffer(e,r){e.finish(r,void 0,!0)}static createMessage(e,r,n,i,o,f){return dn.startMessage(e),dn.addVersion(e,r),dn.addHeaderType(e,n),dn.addHeader(e,i),dn.addBodyLength(e,o),dn.addCustomMetadata(e,f),dn.endMessage(e)}};Mt.Message=dn});var ht=k(xt=>{"use strict";Object.defineProperty(xt,"__esModule",{value:!0});xt.BufferType=xt.Type=xt.MessageHeader=xt.MetadataVersion=xt.IntervalUnit=xt.UnionMode=xt.Precision=xt.TimeUnit=xt.DateUnit=void 0;var Ys=Ho();Object.defineProperty(xt,"DateUnit",{enumerable:!0,get:function(){return Ys.DateUnit}});Object.defineProperty(xt,"TimeUnit",{enumerable:!0,get:function(){return Ys.TimeUnit}});Object.defineProperty(xt,"Precision",{enumerable:!0,get:function(){return Ys.Precision}});Object.defineProperty(xt,"UnionMode",{enumerable:!0,get:function(){return Ys.UnionMode}});Object.defineProperty(xt,"IntervalUnit",{enumerable:!0,get:function(){return Ys.IntervalUnit}});Object.defineProperty(xt,"MetadataVersion",{enumerable:!0,get:function(){return Ys.MetadataVersion}});var sP=wd();Object.defineProperty(xt,"MessageHeader",{enumerable:!0,get:function(){return sP.MessageHeader}});var aP;(function(t){t[t.NONE=0]="NONE",t[t.Null=1]="Null",t[t.Int=2]="Int",t[t.Float=3]="Float",t[t.Binary=4]="Binary",t[t.Utf8=5]="Utf8",t[t.Bool=6]="Bool",t[t.Decimal=7]="Decimal",t[t.Date=8]="Date",t[t.Time=9]="Time",t[t.Timestamp=10]="Timestamp",t[t.Interval=11]="Interval",t[t.List=12]="List",t[t.Struct=13]="Struct",t[t.Union=14]="Union",t[t.FixedSizeBinary=15]="FixedSizeBinary",t[t.FixedSizeList=16]="FixedSizeList",t[t.Map=17]="Map",t[t.Dictionary=-1]="Dictionary",t[t.Int8=-2]="Int8",t[t.Int16=-3]="Int16",t[t.Int32=-4]="Int32",t[t.Int64=-5]="Int64",t[t.Uint8=-6]="Uint8",t[t.Uint16=-7]="Uint16",t[t.Uint32=-8]="Uint32",t[t.Uint64=-9]="Uint64",t[t.Float16=-10]="Float16",t[t.Float32=-11]="Float32",t[t.Float64=-12]="Float64",t[t.DateDay=-13]="DateDay",t[t.DateMillisecond=-14]="DateMillisecond",t[t.TimestampSecond=-15]="TimestampSecond",t[t.TimestampMillisecond=-16]="TimestampMillisecond",t[t.TimestampMicrosecond=-17]="TimestampMicrosecond",t[t.TimestampNanosecond=-18]="TimestampNanosecond",t[t.TimeSecond=-19]="TimeSecond",t[t.TimeMillisecond=-20]="TimeMillisecond",t[t.TimeMicrosecond=-21]="TimeMicrosecond",t[t.TimeNanosecond=-22]="TimeNanosecond",t[t.DenseUnion=-23]="DenseUnion",t[t.SparseUnion=-24]="SparseUnion",t[t.IntervalDayTime=-25]="IntervalDayTime",t[t.IntervalYearMonth=-26]="IntervalYearMonth"})(aP=xt.Type||(xt.Type={}));var lP;(function(t){t[t.OFFSET=0]="OFFSET",t[t.DATA=1]="DATA",t[t.VALIDITY=2]="VALIDITY",t[t.TYPE=3]="TYPE"})(lP=xt.BufferType||(xt.BufferType={}))});var pi=k(Ct=>{"use strict";Object.defineProperty(Ct,"__esModule",{value:!0});Ct.popcnt_uint32=Ct.popcnt_array=Ct.popcnt_bit_range=Ct.BitIterator=Ct.packBools=Ct.truncateBitmap=Ct.setBool=Ct.getBit=Ct.getBool=void 0;function _B(t,e,r,n){return(r&1<<n)!=0}Ct.getBool=_B;function vB(t,e,r,n){return(r&1<<n)>>n}Ct.getBit=vB;function uP(t,e,r){return r?!!(t[e>>3]|=1<<e%8)||!0:!(t[e>>3]&=~(1<<e%8))&&!1}Ct.setBool=uP;function cP(t,e,r){let n=r.byteLength+7&~7;if(t>0||r.byteLength<n){let i=new Uint8Array(n);return i.set(t%8==0?r.subarray(t>>3):TB(new hd(r,t,e,null,_B)).subarray(0,n)),i}return r}Ct.truncateBitmap=cP;function TB(t){let e=[],r=0,n=0,i=0;for(let f of t)f&&(i|=1<<n),++n==8&&(e[r++]=i,i=n=0);(r===0||n>0)&&(e[r++]=i);let o=new Uint8Array(e.length+7&~7);return o.set(e),o}Ct.packBools=TB;var hd=class{constructor(e,r,n,i,o){this.bytes=e,this.length=n,this.context=i,this.get=o,this.bit=r%8,this.byteIndex=r>>3,this.byte=e[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}};Ct.BitIterator=hd;function Og(t,e,r){if(r-e<=0)return 0;if(r-e<8){let o=0;for(let f of new hd(t,e,r-e,t,vB))o+=f;return o}let n=r>>3<<3,i=e+(e%8==0?0:8-e%8);return Og(t,e,i)+Og(t,n,r)+kB(t,i>>3,n-i>>3)}Ct.popcnt_bit_range=Og;function kB(t,e,r){let n=0,i=e|0,o=new DataView(t.buffer,t.byteOffset,t.byteLength),f=r===void 0?t.byteLength:i+r;for(;f-i>=4;)n+=bd(o.getUint32(i)),i+=4;for(;f-i>=2;)n+=bd(o.getUint16(i)),i+=2;for(;f-i>=1;)n+=bd(o.getUint8(i)),i+=1;return n}Ct.popcnt_array=kB;function bd(t){let e=t|0;return e=e-(e>>>1&1431655765),e=(e&858993459)+(e>>>2&858993459),(e+(e>>>4)&252645135)*16843009>>>24}Ct.popcnt_uint32=bd});var rt=k(K=>{"use strict";Object.defineProperty(K,"__esModule",{value:!0});K.strideForType=K.Dictionary=K.Map_=K.FixedSizeList=K.FixedSizeBinary=K.SparseUnion=K.DenseUnion=K.Union=K.Struct=K.List=K.IntervalYearMonth=K.IntervalDayTime=K.Interval=K.TimestampNanosecond=K.TimestampMicrosecond=K.TimestampMillisecond=K.TimestampSecond=K.Timestamp=K.TimeNanosecond=K.TimeMicrosecond=K.TimeMillisecond=K.TimeSecond=K.Time=K.DateMillisecond=K.DateDay=K.Date_=K.Decimal=K.Bool=K.Utf8=K.Binary=K.Float64=K.Float32=K.Float16=K.Float=K.Uint64=K.Uint32=K.Uint16=K.Uint8=K.Int64=K.Int32=K.Int16=K.Int8=K.Int=K.Null=K.DataType=void 0;var X=ht(),St=class{static isNull(e){return e&&e.typeId===X.Type.Null}static isInt(e){return e&&e.typeId===X.Type.Int}static isFloat(e){return e&&e.typeId===X.Type.Float}static isBinary(e){return e&&e.typeId===X.Type.Binary}static isUtf8(e){return e&&e.typeId===X.Type.Utf8}static isBool(e){return e&&e.typeId===X.Type.Bool}static isDecimal(e){return e&&e.typeId===X.Type.Decimal}static isDate(e){return e&&e.typeId===X.Type.Date}static isTime(e){return e&&e.typeId===X.Type.Time}static isTimestamp(e){return e&&e.typeId===X.Type.Timestamp}static isInterval(e){return e&&e.typeId===X.Type.Interval}static isList(e){return e&&e.typeId===X.Type.List}static isStruct(e){return e&&e.typeId===X.Type.Struct}static isUnion(e){return e&&e.typeId===X.Type.Union}static isFixedSizeBinary(e){return e&&e.typeId===X.Type.FixedSizeBinary}static isFixedSizeList(e){return e&&e.typeId===X.Type.FixedSizeList}static isMap(e){return e&&e.typeId===X.Type.Map}static isDictionary(e){return e&&e.typeId===X.Type.Dictionary}get typeId(){return X.Type.NONE}};K.DataType=St;St[Symbol.toStringTag]=(t=>(t.children=null,t.ArrayType=Array,t[Symbol.toStringTag]="DataType"))(St.prototype);var gd=class extends St{toString(){return"Null"}get typeId(){return X.Type.Null}};K.Null=gd;gd[Symbol.toStringTag]=(t=>t[Symbol.toStringTag]="Null")(gd.prototype);var mn=class extends St{constructor(e,r){super();this.isSigned=e,this.bitWidth=r}get typeId(){return X.Type.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?Int32Array:Uint32Array}throw new Error(`Unrecognized ${this[Symbol.toStringTag]} type`)}toString(){return`${this.isSigned?"I":"Ui"}nt${this.bitWidth}`}};K.Int=mn;mn[Symbol.toStringTag]=(t=>(t.isSigned=null,t.bitWidth=null,t[Symbol.toStringTag]="Int"))(mn.prototype);var Fg=class extends mn{constructor(){super(!0,8)}};K.Int8=Fg;var Dg=class extends mn{constructor(){super(!0,16)}};K.Int16=Dg;var Ng=class extends mn{constructor(){super(!0,32)}};K.Int32=Ng;var Pg=class extends mn{constructor(){super(!0,64)}};K.Int64=Pg;var Rg=class extends mn{constructor(){super(!1,8)}};K.Uint8=Rg;var Hg=class extends mn{constructor(){super(!1,16)}};K.Uint16=Hg;var Mg=class extends mn{constructor(){super(!1,32)}};K.Uint32=Mg;var Ug=class extends mn{constructor(){super(!1,64)}};K.Uint64=Ug;Object.defineProperty(Fg.prototype,"ArrayType",{value:Int8Array});Object.defineProperty(Dg.prototype,"ArrayType",{value:Int16Array});Object.defineProperty(Ng.prototype,"ArrayType",{value:Int32Array});Object.defineProperty(Pg.prototype,"ArrayType",{value:Int32Array});Object.defineProperty(Rg.prototype,"ArrayType",{value:Uint8Array});Object.defineProperty(Hg.prototype,"ArrayType",{value:Uint16Array});Object.defineProperty(Mg.prototype,"ArrayType",{value:Uint32Array});Object.defineProperty(Ug.prototype,"ArrayType",{value:Uint32Array});var Zf=class extends St{constructor(e){super();this.precision=e}get typeId(){return X.Type.Float}get ArrayType(){switch(this.precision){case X.Precision.HALF:return Uint16Array;case X.Precision.SINGLE:return Float32Array;case X.Precision.DOUBLE:return Float64Array}throw new Error(`Unrecognized ${this[Symbol.toStringTag]} type`)}toString(){return`Float${this.precision<<5||16}`}};K.Float=Zf;Zf[Symbol.toStringTag]=(t=>(t.precision=null,t[Symbol.toStringTag]="Float"))(Zf.prototype);var zg=class extends Zf{constructor(){super(X.Precision.HALF)}};K.Float16=zg;var Lg=class extends Zf{constructor(){super(X.Precision.SINGLE)}};K.Float32=Lg;var Vg=class extends Zf{constructor(){super(X.Precision.DOUBLE)}};K.Float64=Vg;Object.defineProperty(zg.prototype,"ArrayType",{value:Uint16Array});Object.defineProperty(Lg.prototype,"ArrayType",{value:Float32Array});Object.defineProperty(Vg.prototype,"ArrayType",{value:Float64Array});var yd=class extends St{constructor(){super()}get typeId(){return X.Type.Binary}toString(){return"Binary"}};K.Binary=yd;yd[Symbol.toStringTag]=(t=>(t.ArrayType=Uint8Array,t[Symbol.toStringTag]="Binary"))(yd.prototype);var jd=class extends St{constructor(){super()}get typeId(){return X.Type.Utf8}toString(){return"Utf8"}};K.Utf8=jd;jd[Symbol.toStringTag]=(t=>(t.ArrayType=Uint8Array,t[Symbol.toStringTag]="Utf8"))(jd.prototype);var qd=class extends St{constructor(){super()}get typeId(){return X.Type.Bool}toString(){return"Bool"}};K.Bool=qd;qd[Symbol.toStringTag]=(t=>(t.ArrayType=Uint8Array,t[Symbol.toStringTag]="Bool"))(qd.prototype);var _d=class extends St{constructor(e,r){super();this.scale=e,this.precision=r}get typeId(){return X.Type.Decimal}toString(){return`Decimal[${this.precision}e${this.scale>0?"+":""}${this.scale}]`}};K.Decimal=_d;_d[Symbol.toStringTag]=(t=>(t.scale=null,t.precision=null,t.ArrayType=Uint32Array,t[Symbol.toStringTag]="Decimal"))(_d.prototype);var Gs=class extends St{constructor(e){super();this.unit=e}get typeId(){return X.Type.Date}toString(){return`Date${(this.unit+1)*32}<${X.DateUnit[this.unit]}>`}};K.Date_=Gs;Gs[Symbol.toStringTag]=(t=>(t.unit=null,t.ArrayType=Int32Array,t[Symbol.toStringTag]="Date"))(Gs.prototype);var BB=class extends Gs{constructor(){super(X.DateUnit.DAY)}};K.DateDay=BB;var IB=class extends Gs{constructor(){super(X.DateUnit.MILLISECOND)}};K.DateMillisecond=IB;var Mo=class extends St{constructor(e,r){super();this.unit=e,this.bitWidth=r}get typeId(){return X.Type.Time}toString(){return`Time${this.bitWidth}<${X.TimeUnit[this.unit]}>`}};K.Time=Mo;Mo[Symbol.toStringTag]=(t=>(t.unit=null,t.bitWidth=null,t.ArrayType=Int32Array,t[Symbol.toStringTag]="Time"))(Mo.prototype);var xB=class extends Mo{constructor(){super(X.TimeUnit.SECOND,32)}};K.TimeSecond=xB;var SB=class extends Mo{constructor(){super(X.TimeUnit.MILLISECOND,32)}};K.TimeMillisecond=SB;var EB=class extends Mo{constructor(){super(X.TimeUnit.MICROSECOND,64)}};K.TimeMicrosecond=EB;var AB=class extends Mo{constructor(){super(X.TimeUnit.NANOSECOND,64)}};K.TimeNanosecond=AB;var Uo=class extends St{constructor(e,r){super();this.unit=e,this.timezone=r}get typeId(){return X.Type.Timestamp}toString(){return`Timestamp<${X.TimeUnit[this.unit]}${this.timezone?`, ${this.timezone}`:""}>`}};K.Timestamp=Uo;Uo[Symbol.toStringTag]=(t=>(t.unit=null,t.timezone=null,t.ArrayType=Int32Array,t[Symbol.toStringTag]="Timestamp"))(Uo.prototype);var OB=class extends Uo{constructor(e){super(X.TimeUnit.SECOND,e)}};K.TimestampSecond=OB;var FB=class extends Uo{constructor(e){super(X.TimeUnit.MILLISECOND,e)}};K.TimestampMillisecond=FB;var DB=class extends Uo{constructor(e){super(X.TimeUnit.MICROSECOND,e)}};K.TimestampMicrosecond=DB;var NB=class extends Uo{constructor(e){super(X.TimeUnit.NANOSECOND,e)}};K.TimestampNanosecond=NB;var Js=class extends St{constructor(e){super();this.unit=e}get typeId(){return X.Type.Interval}toString(){return`Interval<${X.IntervalUnit[this.unit]}>`}};K.Interval=Js;Js[Symbol.toStringTag]=(t=>(t.unit=null,t.ArrayType=Int32Array,t[Symbol.toStringTag]="Interval"))(Js.prototype);var PB=class extends Js{constructor(){super(X.IntervalUnit.DAY_TIME)}};K.IntervalDayTime=PB;var RB=class extends Js{constructor(){super(X.IntervalUnit.YEAR_MONTH)}};K.IntervalYearMonth=RB;var vd=class extends St{constructor(e){super();this.children=[e]}get typeId(){return X.Type.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}};K.List=vd;vd[Symbol.toStringTag]=(t=>(t.children=null,t[Symbol.toStringTag]="List"))(vd.prototype);var Td=class extends St{constructor(e){super();this.children=e}get typeId(){return X.Type.Struct}toString(){return`Struct<{${this.children.map(e=>`${e.name}:${e.type}`).join(", ")}}>`}};K.Struct=Td;Td[Symbol.toStringTag]=(t=>(t.children=null,t[Symbol.toStringTag]="Struct"))(Td.prototype);var Zs=class extends St{constructor(e,r,n){super();this.mode=e,this.children=n,this.typeIds=r=Int32Array.from(r),this.typeIdToChildIndex=r.reduce((i,o,f)=>(i[o]=f)&&i||i,Object.create(null))}get typeId(){return X.Type.Union}toString(){return`${this[Symbol.toStringTag]}<${this.children.map(e=>`${e.type}`).join(" | ")}>`}};K.Union=Zs;Zs[Symbol.toStringTag]=(t=>(t.mode=null,t.typeIds=null,t.children=null,t.typeIdToChildIndex=null,t.ArrayType=Int8Array,t[Symbol.toStringTag]="Union"))(Zs.prototype);var HB=class extends Zs{constructor(e,r){super(X.UnionMode.Dense,e,r)}};K.DenseUnion=HB;var MB=class extends Zs{constructor(e,r){super(X.UnionMode.Sparse,e,r)}};K.SparseUnion=MB;var kd=class extends St{constructor(e){super();this.byteWidth=e}get typeId(){return X.Type.FixedSizeBinary}toString(){return`FixedSizeBinary[${this.byteWidth}]`}};K.FixedSizeBinary=kd;kd[Symbol.toStringTag]=(t=>(t.byteWidth=null,t.ArrayType=Uint8Array,t[Symbol.toStringTag]="FixedSizeBinary"))(kd.prototype);var Bd=class extends St{constructor(e,r){super();this.listSize=e,this.children=[r]}get typeId(){return X.Type.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}>`}};K.FixedSizeList=Bd;Bd[Symbol.toStringTag]=(t=>(t.children=null,t.listSize=null,t[Symbol.toStringTag]="FixedSizeList"))(Bd.prototype);var Id=class extends St{constructor(e,r=!1){super();this.children=[e],this.keysSorted=r}get typeId(){return X.Type.Map}get keyType(){return this.children[0].type.children[0].type}get valueType(){return this.children[0].type.children[1].type}toString(){return`Map<{${this.children[0].type.children.map(e=>`${e.name}:${e.type}`).join(", ")}}>`}};K.Map_=Id;Id[Symbol.toStringTag]=(t=>(t.children=null,t.keysSorted=null,t[Symbol.toStringTag]="Map_"))(Id.prototype);var pP=(t=>()=>++t)(-1),xd=class extends St{constructor(e,r,n,i){super();this.indices=r,this.dictionary=e,this.isOrdered=i||!1,this.id=n==null?pP():typeof n=="number"?n:n.low}get typeId(){return X.Type.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}>`}};K.Dictionary=xd;xd[Symbol.toStringTag]=(t=>(t.id=null,t.indices=null,t.isOrdered=null,t.dictionary=null,t[Symbol.toStringTag]="Dictionary"))(xd.prototype);function dP(t){let e=t;switch(t.typeId){case X.Type.Decimal:return 4;case X.Type.Timestamp:return 2;case X.Type.Date:return 1+e.unit;case X.Type.Interval:return 1+e.unit;case X.Type.Int:return 1+ +(e.bitWidth>32);case X.Type.Time:return 1+ +(e.bitWidth>32);case X.Type.FixedSizeList:return e.listSize;case X.Type.FixedSizeBinary:return e.byteWidth;default:return 1}}K.strideForType=dP});var Un=k(Qf=>{"use strict";Object.defineProperty(Qf,"__esModule",{value:!0});Qf.Data=Qf.kUnknownNullCount=void 0;var mP=pi(),wP=pi(),oe=ht(),hP=rt(),Ke=Qt();Qf.kUnknownNullCount=-1;var ke=class{constructor(e,r,n,i,o,f,s){this.type=e,this.dictionary=s,this.offset=Math.floor(Math.max(r||0,0)),this.length=Math.floor(Math.max(n||0,0)),this._nullCount=Math.floor(Math.max(i||0,-1)),this.childData=(f||[]).map(l=>l instanceof ke?l:l.data);let u;o instanceof ke?(this.stride=o.stride,this.values=o.values,this.typeIds=o.typeIds,this.nullBitmap=o.nullBitmap,this.valueOffsets=o.valueOffsets):(this.stride=hP.strideForType(e),o&&((u=o[0])&&(this.valueOffsets=u),(u=o[1])&&(this.values=u),(u=o[2])&&(this.nullBitmap=u),(u=o[3])&&(this.typeIds=u)))}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 e=0,{valueOffsets:r,values:n,nullBitmap:i,typeIds:o}=this;return r&&(e+=r.byteLength),n&&(e+=n.byteLength),i&&(e+=i.byteLength),o&&(e+=o.byteLength),this.childData.reduce((f,s)=>f+s.byteLength,e)}get nullCount(){let e=this._nullCount,r;return e<=Qf.kUnknownNullCount&&(r=this.nullBitmap)&&(this._nullCount=e=this.length-wP.popcnt_bit_range(r,this.offset,this.offset+this.length)),e}clone(e,r=this.offset,n=this.length,i=this._nullCount,o=this,f=this.childData){return new ke(e,r,n,i,o,f,this.dictionary)}slice(e,r){let{stride:n,typeId:i,childData:o}=this,f=+(this._nullCount===0)-1,s=i===16?n:1,u=this._sliceBuffers(e,r,n,i);return this.clone(this.type,this.offset+e,r,f,u,!o.length||this.valueOffsets?o:this._sliceChildren(o,s*e,s*r))}_changeLengthAndBackfillNullBitmap(e){if(this.typeId===oe.Type.Null)return this.clone(this.type,0,e,0);let{length:r,nullCount:n}=this,i=new Uint8Array((e+63&~63)>>3).fill(255,0,r>>3);i[r>>3]=(1<<r-(r&~7))-1,n>0&&i.set(mP.truncateBitmap(this.offset,r,this.nullBitmap),0);let o=this.buffers;return o[oe.BufferType.VALIDITY]=i,this.clone(this.type,0,e,n+(e-r),o)}_sliceBuffers(e,r,n,i){let o,{buffers:f}=this;return(o=f[oe.BufferType.TYPE])&&(f[oe.BufferType.TYPE]=o.subarray(e,e+r)),(o=f[oe.BufferType.OFFSET])&&(f[oe.BufferType.OFFSET]=o.subarray(e,e+r+1))||(o=f[oe.BufferType.DATA])&&(f[oe.BufferType.DATA]=i===6?o:o.subarray(n*e,n*(e+r))),f}_sliceChildren(e,r,n){return e.map(i=>i.slice(r,n))}static new(e,r,n,i,o,f,s){switch(o instanceof ke?o=o.buffers:o||(o=[]),e.typeId){case oe.Type.Null:return ke.Null(e,r,n);case oe.Type.Int:return ke.Int(e,r,n,i||0,o[oe.BufferType.VALIDITY],o[oe.BufferType.DATA]||[]);case oe.Type.Dictionary:return ke.Dictionary(e,r,n,i||0,o[oe.BufferType.VALIDITY],o[oe.BufferType.DATA]||[],s);case oe.Type.Float:return ke.Float(e,r,n,i||0,o[oe.BufferType.VALIDITY],o[oe.BufferType.DATA]||[]);case oe.Type.Bool:return ke.Bool(e,r,n,i||0,o[oe.BufferType.VALIDITY],o[oe.BufferType.DATA]||[]);case oe.Type.Decimal:return ke.Decimal(e,r,n,i||0,o[oe.BufferType.VALIDITY],o[oe.BufferType.DATA]||[]);case oe.Type.Date:return ke.Date(e,r,n,i||0,o[oe.BufferType.VALIDITY],o[oe.BufferType.DATA]||[]);case oe.Type.Time:return ke.Time(e,r,n,i||0,o[oe.BufferType.VALIDITY],o[oe.BufferType.DATA]||[]);case oe.Type.Timestamp:return ke.Timestamp(e,r,n,i||0,o[oe.BufferType.VALIDITY],o[oe.BufferType.DATA]||[]);case oe.Type.Interval:return ke.Interval(e,r,n,i||0,o[oe.BufferType.VALIDITY],o[oe.BufferType.DATA]||[]);case oe.Type.FixedSizeBinary:return ke.FixedSizeBinary(e,r,n,i||0,o[oe.BufferType.VALIDITY],o[oe.BufferType.DATA]||[]);case oe.Type.Binary:return ke.Binary(e,r,n,i||0,o[oe.BufferType.VALIDITY],o[oe.BufferType.OFFSET]||[],o[oe.BufferType.DATA]||[]);case oe.Type.Utf8:return ke.Utf8(e,r,n,i||0,o[oe.BufferType.VALIDITY],o[oe.BufferType.OFFSET]||[],o[oe.BufferType.DATA]||[]);case oe.Type.List:return ke.List(e,r,n,i||0,o[oe.BufferType.VALIDITY],o[oe.BufferType.OFFSET]||[],(f||[])[0]);case oe.Type.FixedSizeList:return ke.FixedSizeList(e,r,n,i||0,o[oe.BufferType.VALIDITY],(f||[])[0]);case oe.Type.Struct:return ke.Struct(e,r,n,i||0,o[oe.BufferType.VALIDITY],f||[]);case oe.Type.Map:return ke.Map(e,r,n,i||0,o[oe.BufferType.VALIDITY],o[oe.BufferType.OFFSET]||[],(f||[])[0]);case oe.Type.Union:return ke.Union(e,r,n,i||0,o[oe.BufferType.VALIDITY],o[oe.BufferType.TYPE]||[],o[oe.BufferType.OFFSET]||f,f)}throw new Error(`Unrecognized typeId ${e.typeId}`)}static Null(e,r,n){return new ke(e,r,n,0)}static Int(e,r,n,i,o,f){return new ke(e,r,n,i,[void 0,Ke.toArrayBufferView(e.ArrayType,f),Ke.toUint8Array(o)])}static Dictionary(e,r,n,i,o,f,s){return new ke(e,r,n,i,[void 0,Ke.toArrayBufferView(e.indices.ArrayType,f),Ke.toUint8Array(o)],[],s)}static Float(e,r,n,i,o,f){return new ke(e,r,n,i,[void 0,Ke.toArrayBufferView(e.ArrayType,f),Ke.toUint8Array(o)])}static Bool(e,r,n,i,o,f){return new ke(e,r,n,i,[void 0,Ke.toArrayBufferView(e.ArrayType,f),Ke.toUint8Array(o)])}static Decimal(e,r,n,i,o,f){return new ke(e,r,n,i,[void 0,Ke.toArrayBufferView(e.ArrayType,f),Ke.toUint8Array(o)])}static Date(e,r,n,i,o,f){return new ke(e,r,n,i,[void 0,Ke.toArrayBufferView(e.ArrayType,f),Ke.toUint8Array(o)])}static Time(e,r,n,i,o,f){return new ke(e,r,n,i,[void 0,Ke.toArrayBufferView(e.ArrayType,f),Ke.toUint8Array(o)])}static Timestamp(e,r,n,i,o,f){return new ke(e,r,n,i,[void 0,Ke.toArrayBufferView(e.ArrayType,f),Ke.toUint8Array(o)])}static Interval(e,r,n,i,o,f){return new ke(e,r,n,i,[void 0,Ke.toArrayBufferView(e.ArrayType,f),Ke.toUint8Array(o)])}static FixedSizeBinary(e,r,n,i,o,f){return new ke(e,r,n,i,[void 0,Ke.toArrayBufferView(e.ArrayType,f),Ke.toUint8Array(o)])}static Binary(e,r,n,i,o,f,s){return new ke(e,r,n,i,[Ke.toInt32Array(f),Ke.toUint8Array(s),Ke.toUint8Array(o)])}static Utf8(e,r,n,i,o,f,s){return new ke(e,r,n,i,[Ke.toInt32Array(f),Ke.toUint8Array(s),Ke.toUint8Array(o)])}static List(e,r,n,i,o,f,s){return new ke(e,r,n,i,[Ke.toInt32Array(f),void 0,Ke.toUint8Array(o)],s?[s]:[])}static FixedSizeList(e,r,n,i,o,f){return new ke(e,r,n,i,[void 0,void 0,Ke.toUint8Array(o)],f?[f]:[])}static Struct(e,r,n,i,o,f){return new ke(e,r,n,i,[void 0,void 0,Ke.toUint8Array(o)],f)}static Map(e,r,n,i,o,f,s){return new ke(e,r,n,i,[Ke.toInt32Array(f),void 0,Ke.toUint8Array(o)],s?[s]:[])}static Union(e,r,n,i,o,f,s,u){let l=[void 0,void 0,Ke.toUint8Array(o),Ke.toArrayBufferView(e.ArrayType,f)];return e.mode===oe.UnionMode.Sparse?new ke(e,r,n,i,l,s):(l[oe.BufferType.OFFSET]=Ke.toInt32Array(s),new ke(e,r,n,i,l,u))}};Qf.Data=ke;ke.prototype.childData=Object.freeze([])});var Cg=k(Sd=>{"use strict";Object.defineProperty(Sd,"__esModule",{value:!0});Sd.valueToString=void 0;var bP=void 0;function gP(t){if(t===null)return"null";if(t===bP)return"undefined";switch(typeof t){case"number":return`${t}`;case"bigint":return`${t}`;case"string":return`"${t}"`}return typeof t[Symbol.toPrimitive]=="function"?t[Symbol.toPrimitive]("string"):ArrayBuffer.isView(t)?`[${t}]`:JSON.stringify(t)}Sd.valueToString=gP});var UB=k(Ed=>{"use strict";Object.defineProperty(Ed,"__esModule",{value:!0});Ed.createIsValidFunction=void 0;var Wg=Cg(),yP=br();function jP(t){if(!t||t.length<=0)return function(i){return!0};let e="",r=t.filter(n=>n===n);return r.length>0&&(e=`
1
+ (()=>{var u1=Object.create;var sc=Object.defineProperty;var c1=Object.getOwnPropertyDescriptor;var p1=Object.getOwnPropertyNames;var d1=Object.getPrototypeOf,m1=Object.prototype.hasOwnProperty;var lj=t=>sc(t,"__esModule",{value:!0});var ko=(t=>typeof require!="undefined"?require:typeof Proxy!="undefined"?new Proxy(t,{get:(e,r)=>(typeof require!="undefined"?require:e)[r]}):t)(function(t){if(typeof require!="undefined")return require.apply(this,arguments);throw new Error('Dynamic require of "'+t+'" is not supported')});var z=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),b1=(t,e)=>{lj(t);for(var r in e)sc(t,r,{get:e[r],enumerable:!0})},w1=(t,e,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of p1(e))!m1.call(t,n)&&n!=="default"&&sc(t,n,{get:()=>e[n],enumerable:!(r=c1(e,n))||r.enumerable});return t},Pe=t=>w1(lj(sc(t!=null?u1(d1(t)):{},"default",t&&t.__esModule&&"default"in t?{get:()=>t.default,enumerable:!0}:{value:t,enumerable:!0})),t);var gj=z((KM,hj)=>{var zi={},Ja=4294967295,A1=9007199254740991;function ac(t){return t=~t,t<0&&(t=(t&2147483647)+2147483648),t}function lc(t){console.assert(t>-1&&t<=A1,"number out of range"),console.assert(Math.floor(t)===t,"number must be an integer");var e=0,r=t&4294967295,n=r<0?(t&2147483647)+2147483648:r;return t>Ja&&(e=(t-n)/(Ja+1)),[e,n]}function wj(t){if(t>-1)return lc(t);var e=lc(-t),r=ac(e[0]),n=ac(e[1]);return n===Ja?(r+=1,n=0):n+=1,[r,n]}function uc(t,e,r){return r&&(t&2147483648)!=0?(t=ac(t),e=ac(e),console.assert(t<2097152,"number too small"),-(t*(Ja+1)+e+1)):(console.assert(t<2097152,"number too large"),t*(Ja+1)+e)}zi.readInt64BE=function(t,e){e=e||0;var r=t.readUInt32BE(e),n=t.readUInt32BE(e+4);return uc(r,n,!0)};zi.readInt64LE=function(t,e){e=e||0;var r=t.readUInt32LE(e),n=t.readUInt32LE(e+4);return uc(n,r,!0)};zi.readUInt64BE=function(t,e){e=e||0;var r=t.readUInt32BE(e),n=t.readUInt32BE(e+4);return uc(r,n,!1)};zi.readUInt64LE=function(t,e){e=e||0;var r=t.readUInt32LE(e),n=t.readUInt32LE(e+4);return uc(n,r,!1)};zi.writeInt64BE=function(t,e,r){r=r||0;var n=wj(t);e.writeUInt32BE(n[0],r),e.writeUInt32BE(n[1],r+4)};zi.writeInt64LE=function(t,e,r){r=r||0;var n=wj(t);e.writeUInt32LE(n[1],r),e.writeUInt32LE(n[0],r+4)};zi.writeUInt64BE=function(t,e,r){r=r||0;var n=lc(t);e.writeUInt32BE(n[0],r),e.writeUInt32BE(n[1],r+4)};zi.writeUInt64LE=function(t,e,r){r=r||0;var n=lc(t);e.writeUInt32LE(n[1],r),e.writeUInt32LE(n[0],r+4)};hj.exports=zi});var Tj=z((JM,vj)=>{vj.exports=qj;var _j=128,K1=127,G1=~K1,J1=Math.pow(2,31);function qj(t,e,r){e=e||[],r=r||0;for(var n=r;t>=J1;)e[r++]=t&255|_j,t/=128;for(;t&G1;)e[r++]=t&255|_j,t>>>=7;return e[r]=t|0,qj.bytes=r-n+1,e}});var Ij=z((ZM,kj)=>{kj.exports=Nm;var Z1=128,Bj=127;function Nm(t,e){var r=0,e=e||0,n=0,i=e,o,f=t.length;do{if(i>=f)throw Nm.bytes=0,new RangeError("Could not decode varint");o=t[i++],r+=n<28?(o&Bj)<<n:(o&Bj)*Math.pow(2,n),n+=7}while(o>=Z1);return Nm.bytes=i-e,r}});var xj=z((XM,Sj)=>{var X1=Math.pow(2,7),Q1=Math.pow(2,14),$1=Math.pow(2,21),ex=Math.pow(2,28),tx=Math.pow(2,35),rx=Math.pow(2,42),nx=Math.pow(2,49),ix=Math.pow(2,56),ox=Math.pow(2,63);Sj.exports=function(t){return t<X1?1:t<Q1?2:t<$1?3:t<ex?4:t<tx?5:t<rx?6:t<nx?7:t<ix?8:t<ox?9:10}});var Ej=z((QM,Aj)=>{Aj.exports={encode:Tj(),decode:Ij(),encodingLength:xj()}});var Ui=z(Pr=>{"use strict";var ax=typeof Uint8Array!="undefined"&&typeof Uint16Array!="undefined"&&typeof Int32Array!="undefined";function lx(t,e){return Object.prototype.hasOwnProperty.call(t,e)}Pr.assign=function(t){for(var e=Array.prototype.slice.call(arguments,1);e.length;){var r=e.shift();if(!!r){if(typeof r!="object")throw new TypeError(r+"must be non-object");for(var n in r)lx(r,n)&&(t[n]=r[n])}}return t};Pr.shrinkBuf=function(t,e){return t.length===e?t:t.subarray?t.subarray(0,e):(t.length=e,t)};var ux={arraySet:function(t,e,r,n,i){if(e.subarray&&t.subarray){t.set(e.subarray(r,r+n),i);return}for(var o=0;o<n;o++)t[i+o]=e[r+o]},flattenChunks:function(t){var e,r,n,i,o,f;for(n=0,e=0,r=t.length;e<r;e++)n+=t[e].length;for(f=new Uint8Array(n),i=0,e=0,r=t.length;e<r;e++)o=t[e],f.set(o,i),i+=o.length;return f}},cx={arraySet:function(t,e,r,n,i){for(var o=0;o<n;o++)t[i+o]=e[r+o]},flattenChunks:function(t){return[].concat.apply([],t)}};Pr.setTyped=function(t){t?(Pr.Buf8=Uint8Array,Pr.Buf16=Uint16Array,Pr.Buf32=Int32Array,Pr.assign(Pr,ux)):(Pr.Buf8=Array,Pr.Buf16=Array,Pr.Buf32=Array,Pr.assign(Pr,cx))};Pr.setTyped(ax)});var n0=z(hs=>{"use strict";var px=Ui(),dx=4,Fj=0,Pj=1,mx=2;function bs(t){for(var e=t.length;--e>=0;)t[e]=0}var bx=0,Rj=1,wx=2,hx=3,gx=258,Pm=29,Qa=256,$a=Qa+1+Pm,ws=30,Rm=19,Hj=2*$a+1,Tf=15,Hm=16,yx=7,Mm=256,Mj=16,zj=17,Uj=18,zm=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],dc=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],jx=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],Lj=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],_x=512,Li=new Array(($a+2)*2);bs(Li);var el=new Array(ws*2);bs(el);var tl=new Array(_x);bs(tl);var rl=new Array(gx-hx+1);bs(rl);var Um=new Array(Pm);bs(Um);var mc=new Array(ws);bs(mc);function Lm(t,e,r,n,i){this.static_tree=t,this.extra_bits=e,this.extra_base=r,this.elems=n,this.max_length=i,this.has_stree=t&&t.length}var Vj,Cj,Wj;function Vm(t,e){this.dyn_tree=t,this.max_code=0,this.stat_desc=e}function Yj(t){return t<256?tl[t]:tl[256+(t>>>7)]}function nl(t,e){t.pending_buf[t.pending++]=e&255,t.pending_buf[t.pending++]=e>>>8&255}function Cr(t,e,r){t.bi_valid>Hm-r?(t.bi_buf|=e<<t.bi_valid&65535,nl(t,t.bi_buf),t.bi_buf=e>>Hm-t.bi_valid,t.bi_valid+=r-Hm):(t.bi_buf|=e<<t.bi_valid&65535,t.bi_valid+=r)}function ii(t,e,r){Cr(t,r[e*2],r[e*2+1])}function Kj(t,e){var r=0;do r|=t&1,t>>>=1,r<<=1;while(--e>0);return r>>>1}function qx(t){t.bi_valid===16?(nl(t,t.bi_buf),t.bi_buf=0,t.bi_valid=0):t.bi_valid>=8&&(t.pending_buf[t.pending++]=t.bi_buf&255,t.bi_buf>>=8,t.bi_valid-=8)}function vx(t,e){var r=e.dyn_tree,n=e.max_code,i=e.stat_desc.static_tree,o=e.stat_desc.has_stree,f=e.stat_desc.extra_bits,s=e.stat_desc.extra_base,l=e.stat_desc.max_length,u,c,_,p,j,S,T=0;for(p=0;p<=Tf;p++)t.bl_count[p]=0;for(r[t.heap[t.heap_max]*2+1]=0,u=t.heap_max+1;u<Hj;u++)c=t.heap[u],p=r[r[c*2+1]*2+1]+1,p>l&&(p=l,T++),r[c*2+1]=p,!(c>n)&&(t.bl_count[p]++,j=0,c>=s&&(j=f[c-s]),S=r[c*2],t.opt_len+=S*(p+j),o&&(t.static_len+=S*(i[c*2+1]+j)));if(T!==0){do{for(p=l-1;t.bl_count[p]===0;)p--;t.bl_count[p]--,t.bl_count[p+1]+=2,t.bl_count[l]--,T-=2}while(T>0);for(p=l;p!==0;p--)for(c=t.bl_count[p];c!==0;)_=t.heap[--u],!(_>n)&&(r[_*2+1]!==p&&(t.opt_len+=(p-r[_*2+1])*r[_*2],r[_*2+1]=p),c--)}}function Gj(t,e,r){var n=new Array(Tf+1),i=0,o,f;for(o=1;o<=Tf;o++)n[o]=i=i+r[o-1]<<1;for(f=0;f<=e;f++){var s=t[f*2+1];s!==0&&(t[f*2]=Kj(n[s]++,s))}}function Tx(){var t,e,r,n,i,o=new Array(Tf+1);for(r=0,n=0;n<Pm-1;n++)for(Um[n]=r,t=0;t<1<<zm[n];t++)rl[r++]=n;for(rl[r-1]=n,i=0,n=0;n<16;n++)for(mc[n]=i,t=0;t<1<<dc[n];t++)tl[i++]=n;for(i>>=7;n<ws;n++)for(mc[n]=i<<7,t=0;t<1<<dc[n]-7;t++)tl[256+i++]=n;for(e=0;e<=Tf;e++)o[e]=0;for(t=0;t<=143;)Li[t*2+1]=8,t++,o[8]++;for(;t<=255;)Li[t*2+1]=9,t++,o[9]++;for(;t<=279;)Li[t*2+1]=7,t++,o[7]++;for(;t<=287;)Li[t*2+1]=8,t++,o[8]++;for(Gj(Li,$a+1,o),t=0;t<ws;t++)el[t*2+1]=5,el[t*2]=Kj(t,5);Vj=new Lm(Li,zm,Qa+1,$a,Tf),Cj=new Lm(el,dc,0,ws,Tf),Wj=new Lm(new Array(0),jx,0,Rm,yx)}function Jj(t){var e;for(e=0;e<$a;e++)t.dyn_ltree[e*2]=0;for(e=0;e<ws;e++)t.dyn_dtree[e*2]=0;for(e=0;e<Rm;e++)t.bl_tree[e*2]=0;t.dyn_ltree[Mm*2]=1,t.opt_len=t.static_len=0,t.last_lit=t.matches=0}function Zj(t){t.bi_valid>8?nl(t,t.bi_buf):t.bi_valid>0&&(t.pending_buf[t.pending++]=t.bi_buf),t.bi_buf=0,t.bi_valid=0}function Bx(t,e,r,n){Zj(t),n&&(nl(t,r),nl(t,~r)),px.arraySet(t.pending_buf,t.window,e,r,t.pending),t.pending+=r}function Xj(t,e,r,n){var i=e*2,o=r*2;return t[i]<t[o]||t[i]===t[o]&&n[e]<=n[r]}function Cm(t,e,r){for(var n=t.heap[r],i=r<<1;i<=t.heap_len&&(i<t.heap_len&&Xj(e,t.heap[i+1],t.heap[i],t.depth)&&i++,!Xj(e,n,t.heap[i],t.depth));)t.heap[r]=t.heap[i],r=i,i<<=1;t.heap[r]=n}function Qj(t,e,r){var n,i,o=0,f,s;if(t.last_lit!==0)do n=t.pending_buf[t.d_buf+o*2]<<8|t.pending_buf[t.d_buf+o*2+1],i=t.pending_buf[t.l_buf+o],o++,n===0?ii(t,i,e):(f=rl[i],ii(t,f+Qa+1,e),s=zm[f],s!==0&&(i-=Um[f],Cr(t,i,s)),n--,f=Yj(n),ii(t,f,r),s=dc[f],s!==0&&(n-=mc[f],Cr(t,n,s)));while(o<t.last_lit);ii(t,Mm,e)}function Wm(t,e){var r=e.dyn_tree,n=e.stat_desc.static_tree,i=e.stat_desc.has_stree,o=e.stat_desc.elems,f,s,l=-1,u;for(t.heap_len=0,t.heap_max=Hj,f=0;f<o;f++)r[f*2]!==0?(t.heap[++t.heap_len]=l=f,t.depth[f]=0):r[f*2+1]=0;for(;t.heap_len<2;)u=t.heap[++t.heap_len]=l<2?++l:0,r[u*2]=1,t.depth[u]=0,t.opt_len--,i&&(t.static_len-=n[u*2+1]);for(e.max_code=l,f=t.heap_len>>1;f>=1;f--)Cm(t,r,f);u=o;do f=t.heap[1],t.heap[1]=t.heap[t.heap_len--],Cm(t,r,1),s=t.heap[1],t.heap[--t.heap_max]=f,t.heap[--t.heap_max]=s,r[u*2]=r[f*2]+r[s*2],t.depth[u]=(t.depth[f]>=t.depth[s]?t.depth[f]:t.depth[s])+1,r[f*2+1]=r[s*2+1]=u,t.heap[1]=u++,Cm(t,r,1);while(t.heap_len>=2);t.heap[--t.heap_max]=t.heap[1],vx(t,e),Gj(r,l,t.bl_count)}function $j(t,e,r){var n,i=-1,o,f=e[0*2+1],s=0,l=7,u=4;for(f===0&&(l=138,u=3),e[(r+1)*2+1]=65535,n=0;n<=r;n++)o=f,f=e[(n+1)*2+1],!(++s<l&&o===f)&&(s<u?t.bl_tree[o*2]+=s:o!==0?(o!==i&&t.bl_tree[o*2]++,t.bl_tree[Mj*2]++):s<=10?t.bl_tree[zj*2]++:t.bl_tree[Uj*2]++,s=0,i=o,f===0?(l=138,u=3):o===f?(l=6,u=3):(l=7,u=4))}function e0(t,e,r){var n,i=-1,o,f=e[0*2+1],s=0,l=7,u=4;for(f===0&&(l=138,u=3),n=0;n<=r;n++)if(o=f,f=e[(n+1)*2+1],!(++s<l&&o===f)){if(s<u)do ii(t,o,t.bl_tree);while(--s!=0);else o!==0?(o!==i&&(ii(t,o,t.bl_tree),s--),ii(t,Mj,t.bl_tree),Cr(t,s-3,2)):s<=10?(ii(t,zj,t.bl_tree),Cr(t,s-3,3)):(ii(t,Uj,t.bl_tree),Cr(t,s-11,7));s=0,i=o,f===0?(l=138,u=3):o===f?(l=6,u=3):(l=7,u=4)}}function kx(t){var e;for($j(t,t.dyn_ltree,t.l_desc.max_code),$j(t,t.dyn_dtree,t.d_desc.max_code),Wm(t,t.bl_desc),e=Rm-1;e>=3&&t.bl_tree[Lj[e]*2+1]===0;e--);return t.opt_len+=3*(e+1)+5+5+4,e}function Ix(t,e,r,n){var i;for(Cr(t,e-257,5),Cr(t,r-1,5),Cr(t,n-4,4),i=0;i<n;i++)Cr(t,t.bl_tree[Lj[i]*2+1],3);e0(t,t.dyn_ltree,e-1),e0(t,t.dyn_dtree,r-1)}function Sx(t){var e=4093624447,r;for(r=0;r<=31;r++,e>>>=1)if(e&1&&t.dyn_ltree[r*2]!==0)return Fj;if(t.dyn_ltree[9*2]!==0||t.dyn_ltree[10*2]!==0||t.dyn_ltree[13*2]!==0)return Pj;for(r=32;r<Qa;r++)if(t.dyn_ltree[r*2]!==0)return Pj;return Fj}var t0=!1;function xx(t){t0||(Tx(),t0=!0),t.l_desc=new Vm(t.dyn_ltree,Vj),t.d_desc=new Vm(t.dyn_dtree,Cj),t.bl_desc=new Vm(t.bl_tree,Wj),t.bi_buf=0,t.bi_valid=0,Jj(t)}function r0(t,e,r,n){Cr(t,(bx<<1)+(n?1:0),3),Bx(t,e,r,!0)}function Ax(t){Cr(t,Rj<<1,3),ii(t,Mm,Li),qx(t)}function Ex(t,e,r,n){var i,o,f=0;t.level>0?(t.strm.data_type===mx&&(t.strm.data_type=Sx(t)),Wm(t,t.l_desc),Wm(t,t.d_desc),f=kx(t),i=t.opt_len+3+7>>>3,o=t.static_len+3+7>>>3,o<=i&&(i=o)):i=o=r+5,r+4<=i&&e!==-1?r0(t,e,r,n):t.strategy===dx||o===i?(Cr(t,(Rj<<1)+(n?1:0),3),Qj(t,Li,el)):(Cr(t,(wx<<1)+(n?1:0),3),Ix(t,t.l_desc.max_code+1,t.d_desc.max_code+1,f+1),Qj(t,t.dyn_ltree,t.dyn_dtree)),Jj(t),n&&Zj(t)}function Ox(t,e,r){return t.pending_buf[t.d_buf+t.last_lit*2]=e>>>8&255,t.pending_buf[t.d_buf+t.last_lit*2+1]=e&255,t.pending_buf[t.l_buf+t.last_lit]=r&255,t.last_lit++,e===0?t.dyn_ltree[r*2]++:(t.matches++,e--,t.dyn_ltree[(rl[r]+Qa+1)*2]++,t.dyn_dtree[Yj(e)*2]++),t.last_lit===t.lit_bufsize-1}hs._tr_init=xx;hs._tr_stored_block=r0;hs._tr_flush_block=Ex;hs._tr_tally=Ox;hs._tr_align=Ax});var Ym=z((dz,i0)=>{"use strict";function Nx(t,e,r,n){for(var i=t&65535|0,o=t>>>16&65535|0,f=0;r!==0;){f=r>2e3?2e3:r,r-=f;do i=i+e[n++]|0,o=o+i|0;while(--f);i%=65521,o%=65521}return i|o<<16|0}i0.exports=Nx});var Km=z((mz,o0)=>{"use strict";function Dx(){for(var t,e=[],r=0;r<256;r++){t=r;for(var n=0;n<8;n++)t=t&1?3988292384^t>>>1:t>>>1;e[r]=t}return e}var Fx=Dx();function Px(t,e,r,n){var i=Fx,o=n+r;t^=-1;for(var f=n;f<o;f++)t=t>>>8^i[(t^e[f])&255];return t^-1}o0.exports=Px});var bc=z((bz,f0)=>{"use strict";f0.exports={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"}});var b0=z(si=>{"use strict";var Rr=Ui(),cn=n0(),s0=Ym(),Io=Km(),Rx=bc(),Bf=0,Hx=1,Mx=3,So=4,a0=5,oi=0,l0=1,pn=-2,zx=-3,Gm=-5,Ux=-1,Lx=1,wc=2,Vx=3,Cx=4,Wx=0,Yx=2,hc=8,Kx=9,Gx=15,Jx=8,Zx=29,Xx=256,Jm=Xx+1+Zx,Qx=30,$x=19,eA=2*Jm+1,tA=15,lt=3,xo=258,Vn=xo+lt+1,rA=32,gc=42,Zm=69,yc=73,jc=91,_c=103,kf=113,il=666,wr=1,ol=2,If=3,gs=4,nA=3;function Ao(t,e){return t.msg=Rx[e],e}function u0(t){return(t<<1)-(t>4?9:0)}function Eo(t){for(var e=t.length;--e>=0;)t[e]=0}function Oo(t){var e=t.state,r=e.pending;r>t.avail_out&&(r=t.avail_out),r!==0&&(Rr.arraySet(t.output,e.pending_buf,e.pending_out,r,t.next_out),t.next_out+=r,e.pending_out+=r,t.total_out+=r,t.avail_out-=r,e.pending-=r,e.pending===0&&(e.pending_out=0))}function kr(t,e){cn._tr_flush_block(t,t.block_start>=0?t.block_start:-1,t.strstart-t.block_start,e),t.block_start=t.strstart,Oo(t.strm)}function wt(t,e){t.pending_buf[t.pending++]=e}function fl(t,e){t.pending_buf[t.pending++]=e>>>8&255,t.pending_buf[t.pending++]=e&255}function iA(t,e,r,n){var i=t.avail_in;return i>n&&(i=n),i===0?0:(t.avail_in-=i,Rr.arraySet(e,t.input,t.next_in,i,r),t.state.wrap===1?t.adler=s0(t.adler,e,i,r):t.state.wrap===2&&(t.adler=Io(t.adler,e,i,r)),t.next_in+=i,t.total_in+=i,i)}function c0(t,e){var r=t.max_chain_length,n=t.strstart,i,o,f=t.prev_length,s=t.nice_match,l=t.strstart>t.w_size-Vn?t.strstart-(t.w_size-Vn):0,u=t.window,c=t.w_mask,_=t.prev,p=t.strstart+xo,j=u[n+f-1],S=u[n+f];t.prev_length>=t.good_match&&(r>>=2),s>t.lookahead&&(s=t.lookahead);do if(i=e,!(u[i+f]!==S||u[i+f-1]!==j||u[i]!==u[n]||u[++i]!==u[n+1])){n+=2,i++;do;while(u[++n]===u[++i]&&u[++n]===u[++i]&&u[++n]===u[++i]&&u[++n]===u[++i]&&u[++n]===u[++i]&&u[++n]===u[++i]&&u[++n]===u[++i]&&u[++n]===u[++i]&&n<p);if(o=xo-(p-n),n=p-xo,o>f){if(t.match_start=e,f=o,o>=s)break;j=u[n+f-1],S=u[n+f]}}while((e=_[e&c])>l&&--r!=0);return f<=t.lookahead?f:t.lookahead}function Sf(t){var e=t.w_size,r,n,i,o,f;do{if(o=t.window_size-t.lookahead-t.strstart,t.strstart>=e+(e-Vn)){Rr.arraySet(t.window,t.window,e,e,0),t.match_start-=e,t.strstart-=e,t.block_start-=e,n=t.hash_size,r=n;do i=t.head[--r],t.head[r]=i>=e?i-e:0;while(--n);n=e,r=n;do i=t.prev[--r],t.prev[r]=i>=e?i-e:0;while(--n);o+=e}if(t.strm.avail_in===0)break;if(n=iA(t.strm,t.window,t.strstart+t.lookahead,o),t.lookahead+=n,t.lookahead+t.insert>=lt)for(f=t.strstart-t.insert,t.ins_h=t.window[f],t.ins_h=(t.ins_h<<t.hash_shift^t.window[f+1])&t.hash_mask;t.insert&&(t.ins_h=(t.ins_h<<t.hash_shift^t.window[f+lt-1])&t.hash_mask,t.prev[f&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=f,f++,t.insert--,!(t.lookahead+t.insert<lt)););}while(t.lookahead<Vn&&t.strm.avail_in!==0)}function oA(t,e){var r=65535;for(r>t.pending_buf_size-5&&(r=t.pending_buf_size-5);;){if(t.lookahead<=1){if(Sf(t),t.lookahead===0&&e===Bf)return wr;if(t.lookahead===0)break}t.strstart+=t.lookahead,t.lookahead=0;var n=t.block_start+r;if((t.strstart===0||t.strstart>=n)&&(t.lookahead=t.strstart-n,t.strstart=n,kr(t,!1),t.strm.avail_out===0)||t.strstart-t.block_start>=t.w_size-Vn&&(kr(t,!1),t.strm.avail_out===0))return wr}return t.insert=0,e===So?(kr(t,!0),t.strm.avail_out===0?If:gs):(t.strstart>t.block_start&&(kr(t,!1),t.strm.avail_out===0),wr)}function Xm(t,e){for(var r,n;;){if(t.lookahead<Vn){if(Sf(t),t.lookahead<Vn&&e===Bf)return wr;if(t.lookahead===0)break}if(r=0,t.lookahead>=lt&&(t.ins_h=(t.ins_h<<t.hash_shift^t.window[t.strstart+lt-1])&t.hash_mask,r=t.prev[t.strstart&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=t.strstart),r!==0&&t.strstart-r<=t.w_size-Vn&&(t.match_length=c0(t,r)),t.match_length>=lt)if(n=cn._tr_tally(t,t.strstart-t.match_start,t.match_length-lt),t.lookahead-=t.match_length,t.match_length<=t.max_lazy_match&&t.lookahead>=lt){t.match_length--;do t.strstart++,t.ins_h=(t.ins_h<<t.hash_shift^t.window[t.strstart+lt-1])&t.hash_mask,r=t.prev[t.strstart&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=t.strstart;while(--t.match_length!=0);t.strstart++}else t.strstart+=t.match_length,t.match_length=0,t.ins_h=t.window[t.strstart],t.ins_h=(t.ins_h<<t.hash_shift^t.window[t.strstart+1])&t.hash_mask;else n=cn._tr_tally(t,0,t.window[t.strstart]),t.lookahead--,t.strstart++;if(n&&(kr(t,!1),t.strm.avail_out===0))return wr}return t.insert=t.strstart<lt-1?t.strstart:lt-1,e===So?(kr(t,!0),t.strm.avail_out===0?If:gs):t.last_lit&&(kr(t,!1),t.strm.avail_out===0)?wr:ol}function ys(t,e){for(var r,n,i;;){if(t.lookahead<Vn){if(Sf(t),t.lookahead<Vn&&e===Bf)return wr;if(t.lookahead===0)break}if(r=0,t.lookahead>=lt&&(t.ins_h=(t.ins_h<<t.hash_shift^t.window[t.strstart+lt-1])&t.hash_mask,r=t.prev[t.strstart&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=t.strstart),t.prev_length=t.match_length,t.prev_match=t.match_start,t.match_length=lt-1,r!==0&&t.prev_length<t.max_lazy_match&&t.strstart-r<=t.w_size-Vn&&(t.match_length=c0(t,r),t.match_length<=5&&(t.strategy===Lx||t.match_length===lt&&t.strstart-t.match_start>4096)&&(t.match_length=lt-1)),t.prev_length>=lt&&t.match_length<=t.prev_length){i=t.strstart+t.lookahead-lt,n=cn._tr_tally(t,t.strstart-1-t.prev_match,t.prev_length-lt),t.lookahead-=t.prev_length-1,t.prev_length-=2;do++t.strstart<=i&&(t.ins_h=(t.ins_h<<t.hash_shift^t.window[t.strstart+lt-1])&t.hash_mask,r=t.prev[t.strstart&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=t.strstart);while(--t.prev_length!=0);if(t.match_available=0,t.match_length=lt-1,t.strstart++,n&&(kr(t,!1),t.strm.avail_out===0))return wr}else if(t.match_available){if(n=cn._tr_tally(t,0,t.window[t.strstart-1]),n&&kr(t,!1),t.strstart++,t.lookahead--,t.strm.avail_out===0)return wr}else t.match_available=1,t.strstart++,t.lookahead--}return t.match_available&&(n=cn._tr_tally(t,0,t.window[t.strstart-1]),t.match_available=0),t.insert=t.strstart<lt-1?t.strstart:lt-1,e===So?(kr(t,!0),t.strm.avail_out===0?If:gs):t.last_lit&&(kr(t,!1),t.strm.avail_out===0)?wr:ol}function fA(t,e){for(var r,n,i,o,f=t.window;;){if(t.lookahead<=xo){if(Sf(t),t.lookahead<=xo&&e===Bf)return wr;if(t.lookahead===0)break}if(t.match_length=0,t.lookahead>=lt&&t.strstart>0&&(i=t.strstart-1,n=f[i],n===f[++i]&&n===f[++i]&&n===f[++i])){o=t.strstart+xo;do;while(n===f[++i]&&n===f[++i]&&n===f[++i]&&n===f[++i]&&n===f[++i]&&n===f[++i]&&n===f[++i]&&n===f[++i]&&i<o);t.match_length=xo-(o-i),t.match_length>t.lookahead&&(t.match_length=t.lookahead)}if(t.match_length>=lt?(r=cn._tr_tally(t,1,t.match_length-lt),t.lookahead-=t.match_length,t.strstart+=t.match_length,t.match_length=0):(r=cn._tr_tally(t,0,t.window[t.strstart]),t.lookahead--,t.strstart++),r&&(kr(t,!1),t.strm.avail_out===0))return wr}return t.insert=0,e===So?(kr(t,!0),t.strm.avail_out===0?If:gs):t.last_lit&&(kr(t,!1),t.strm.avail_out===0)?wr:ol}function sA(t,e){for(var r;;){if(t.lookahead===0&&(Sf(t),t.lookahead===0)){if(e===Bf)return wr;break}if(t.match_length=0,r=cn._tr_tally(t,0,t.window[t.strstart]),t.lookahead--,t.strstart++,r&&(kr(t,!1),t.strm.avail_out===0))return wr}return t.insert=0,e===So?(kr(t,!0),t.strm.avail_out===0?If:gs):t.last_lit&&(kr(t,!1),t.strm.avail_out===0)?wr:ol}function fi(t,e,r,n,i){this.good_length=t,this.max_lazy=e,this.nice_length=r,this.max_chain=n,this.func=i}var js;js=[new fi(0,0,0,0,oA),new fi(4,4,8,4,Xm),new fi(4,5,16,8,Xm),new fi(4,6,32,32,Xm),new fi(4,4,16,16,ys),new fi(8,16,32,32,ys),new fi(8,16,128,128,ys),new fi(8,32,128,256,ys),new fi(32,128,258,1024,ys),new fi(32,258,258,4096,ys)];function aA(t){t.window_size=2*t.w_size,Eo(t.head),t.max_lazy_match=js[t.level].max_lazy,t.good_match=js[t.level].good_length,t.nice_match=js[t.level].nice_length,t.max_chain_length=js[t.level].max_chain,t.strstart=0,t.block_start=0,t.lookahead=0,t.insert=0,t.match_length=t.prev_length=lt-1,t.match_available=0,t.ins_h=0}function lA(){this.strm=null,this.status=0,this.pending_buf=null,this.pending_buf_size=0,this.pending_out=0,this.pending=0,this.wrap=0,this.gzhead=null,this.gzindex=0,this.method=hc,this.last_flush=-1,this.w_size=0,this.w_bits=0,this.w_mask=0,this.window=null,this.window_size=0,this.prev=null,this.head=null,this.ins_h=0,this.hash_size=0,this.hash_bits=0,this.hash_mask=0,this.hash_shift=0,this.block_start=0,this.match_length=0,this.prev_match=0,this.match_available=0,this.strstart=0,this.match_start=0,this.lookahead=0,this.prev_length=0,this.max_chain_length=0,this.max_lazy_match=0,this.level=0,this.strategy=0,this.good_match=0,this.nice_match=0,this.dyn_ltree=new Rr.Buf16(eA*2),this.dyn_dtree=new Rr.Buf16((2*Qx+1)*2),this.bl_tree=new Rr.Buf16((2*$x+1)*2),Eo(this.dyn_ltree),Eo(this.dyn_dtree),Eo(this.bl_tree),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this.bl_count=new Rr.Buf16(tA+1),this.heap=new Rr.Buf16(2*Jm+1),Eo(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new Rr.Buf16(2*Jm+1),Eo(this.depth),this.l_buf=0,this.lit_bufsize=0,this.last_lit=0,this.d_buf=0,this.opt_len=0,this.static_len=0,this.matches=0,this.insert=0,this.bi_buf=0,this.bi_valid=0}function p0(t){var e;return!t||!t.state?Ao(t,pn):(t.total_in=t.total_out=0,t.data_type=Yx,e=t.state,e.pending=0,e.pending_out=0,e.wrap<0&&(e.wrap=-e.wrap),e.status=e.wrap?gc:kf,t.adler=e.wrap===2?0:1,e.last_flush=Bf,cn._tr_init(e),oi)}function d0(t){var e=p0(t);return e===oi&&aA(t.state),e}function uA(t,e){return!t||!t.state||t.state.wrap!==2?pn:(t.state.gzhead=e,oi)}function m0(t,e,r,n,i,o){if(!t)return pn;var f=1;if(e===Ux&&(e=6),n<0?(f=0,n=-n):n>15&&(f=2,n-=16),i<1||i>Kx||r!==hc||n<8||n>15||e<0||e>9||o<0||o>Cx)return Ao(t,pn);n===8&&(n=9);var s=new lA;return t.state=s,s.strm=t,s.wrap=f,s.gzhead=null,s.w_bits=n,s.w_size=1<<s.w_bits,s.w_mask=s.w_size-1,s.hash_bits=i+7,s.hash_size=1<<s.hash_bits,s.hash_mask=s.hash_size-1,s.hash_shift=~~((s.hash_bits+lt-1)/lt),s.window=new Rr.Buf8(s.w_size*2),s.head=new Rr.Buf16(s.hash_size),s.prev=new Rr.Buf16(s.w_size),s.lit_bufsize=1<<i+6,s.pending_buf_size=s.lit_bufsize*4,s.pending_buf=new Rr.Buf8(s.pending_buf_size),s.d_buf=1*s.lit_bufsize,s.l_buf=(1+2)*s.lit_bufsize,s.level=e,s.strategy=o,s.method=r,d0(t)}function cA(t,e){return m0(t,e,hc,Gx,Jx,Wx)}function pA(t,e){var r,n,i,o;if(!t||!t.state||e>a0||e<0)return t?Ao(t,pn):pn;if(n=t.state,!t.output||!t.input&&t.avail_in!==0||n.status===il&&e!==So)return Ao(t,t.avail_out===0?Gm:pn);if(n.strm=t,r=n.last_flush,n.last_flush=e,n.status===gc)if(n.wrap===2)t.adler=0,wt(n,31),wt(n,139),wt(n,8),n.gzhead?(wt(n,(n.gzhead.text?1:0)+(n.gzhead.hcrc?2:0)+(n.gzhead.extra?4:0)+(n.gzhead.name?8:0)+(n.gzhead.comment?16:0)),wt(n,n.gzhead.time&255),wt(n,n.gzhead.time>>8&255),wt(n,n.gzhead.time>>16&255),wt(n,n.gzhead.time>>24&255),wt(n,n.level===9?2:n.strategy>=wc||n.level<2?4:0),wt(n,n.gzhead.os&255),n.gzhead.extra&&n.gzhead.extra.length&&(wt(n,n.gzhead.extra.length&255),wt(n,n.gzhead.extra.length>>8&255)),n.gzhead.hcrc&&(t.adler=Io(t.adler,n.pending_buf,n.pending,0)),n.gzindex=0,n.status=Zm):(wt(n,0),wt(n,0),wt(n,0),wt(n,0),wt(n,0),wt(n,n.level===9?2:n.strategy>=wc||n.level<2?4:0),wt(n,nA),n.status=kf);else{var f=hc+(n.w_bits-8<<4)<<8,s=-1;n.strategy>=wc||n.level<2?s=0:n.level<6?s=1:n.level===6?s=2:s=3,f|=s<<6,n.strstart!==0&&(f|=rA),f+=31-f%31,n.status=kf,fl(n,f),n.strstart!==0&&(fl(n,t.adler>>>16),fl(n,t.adler&65535)),t.adler=1}if(n.status===Zm)if(n.gzhead.extra){for(i=n.pending;n.gzindex<(n.gzhead.extra.length&65535)&&!(n.pending===n.pending_buf_size&&(n.gzhead.hcrc&&n.pending>i&&(t.adler=Io(t.adler,n.pending_buf,n.pending-i,i)),Oo(t),i=n.pending,n.pending===n.pending_buf_size));)wt(n,n.gzhead.extra[n.gzindex]&255),n.gzindex++;n.gzhead.hcrc&&n.pending>i&&(t.adler=Io(t.adler,n.pending_buf,n.pending-i,i)),n.gzindex===n.gzhead.extra.length&&(n.gzindex=0,n.status=yc)}else n.status=yc;if(n.status===yc)if(n.gzhead.name){i=n.pending;do{if(n.pending===n.pending_buf_size&&(n.gzhead.hcrc&&n.pending>i&&(t.adler=Io(t.adler,n.pending_buf,n.pending-i,i)),Oo(t),i=n.pending,n.pending===n.pending_buf_size)){o=1;break}n.gzindex<n.gzhead.name.length?o=n.gzhead.name.charCodeAt(n.gzindex++)&255:o=0,wt(n,o)}while(o!==0);n.gzhead.hcrc&&n.pending>i&&(t.adler=Io(t.adler,n.pending_buf,n.pending-i,i)),o===0&&(n.gzindex=0,n.status=jc)}else n.status=jc;if(n.status===jc)if(n.gzhead.comment){i=n.pending;do{if(n.pending===n.pending_buf_size&&(n.gzhead.hcrc&&n.pending>i&&(t.adler=Io(t.adler,n.pending_buf,n.pending-i,i)),Oo(t),i=n.pending,n.pending===n.pending_buf_size)){o=1;break}n.gzindex<n.gzhead.comment.length?o=n.gzhead.comment.charCodeAt(n.gzindex++)&255:o=0,wt(n,o)}while(o!==0);n.gzhead.hcrc&&n.pending>i&&(t.adler=Io(t.adler,n.pending_buf,n.pending-i,i)),o===0&&(n.status=_c)}else n.status=_c;if(n.status===_c&&(n.gzhead.hcrc?(n.pending+2>n.pending_buf_size&&Oo(t),n.pending+2<=n.pending_buf_size&&(wt(n,t.adler&255),wt(n,t.adler>>8&255),t.adler=0,n.status=kf)):n.status=kf),n.pending!==0){if(Oo(t),t.avail_out===0)return n.last_flush=-1,oi}else if(t.avail_in===0&&u0(e)<=u0(r)&&e!==So)return Ao(t,Gm);if(n.status===il&&t.avail_in!==0)return Ao(t,Gm);if(t.avail_in!==0||n.lookahead!==0||e!==Bf&&n.status!==il){var l=n.strategy===wc?sA(n,e):n.strategy===Vx?fA(n,e):js[n.level].func(n,e);if((l===If||l===gs)&&(n.status=il),l===wr||l===If)return t.avail_out===0&&(n.last_flush=-1),oi;if(l===ol&&(e===Hx?cn._tr_align(n):e!==a0&&(cn._tr_stored_block(n,0,0,!1),e===Mx&&(Eo(n.head),n.lookahead===0&&(n.strstart=0,n.block_start=0,n.insert=0))),Oo(t),t.avail_out===0))return n.last_flush=-1,oi}return e!==So?oi:n.wrap<=0?l0:(n.wrap===2?(wt(n,t.adler&255),wt(n,t.adler>>8&255),wt(n,t.adler>>16&255),wt(n,t.adler>>24&255),wt(n,t.total_in&255),wt(n,t.total_in>>8&255),wt(n,t.total_in>>16&255),wt(n,t.total_in>>24&255)):(fl(n,t.adler>>>16),fl(n,t.adler&65535)),Oo(t),n.wrap>0&&(n.wrap=-n.wrap),n.pending!==0?oi:l0)}function dA(t){var e;return!t||!t.state?pn:(e=t.state.status,e!==gc&&e!==Zm&&e!==yc&&e!==jc&&e!==_c&&e!==kf&&e!==il?Ao(t,pn):(t.state=null,e===kf?Ao(t,zx):oi))}function mA(t,e){var r=e.length,n,i,o,f,s,l,u,c;if(!t||!t.state||(n=t.state,f=n.wrap,f===2||f===1&&n.status!==gc||n.lookahead))return pn;for(f===1&&(t.adler=s0(t.adler,e,r,0)),n.wrap=0,r>=n.w_size&&(f===0&&(Eo(n.head),n.strstart=0,n.block_start=0,n.insert=0),c=new Rr.Buf8(n.w_size),Rr.arraySet(c,e,r-n.w_size,n.w_size,0),e=c,r=n.w_size),s=t.avail_in,l=t.next_in,u=t.input,t.avail_in=r,t.next_in=0,t.input=e,Sf(n);n.lookahead>=lt;){i=n.strstart,o=n.lookahead-(lt-1);do n.ins_h=(n.ins_h<<n.hash_shift^n.window[i+lt-1])&n.hash_mask,n.prev[i&n.w_mask]=n.head[n.ins_h],n.head[n.ins_h]=i,i++;while(--o);n.strstart=i,n.lookahead=lt-1,Sf(n)}return n.strstart+=n.lookahead,n.block_start=n.strstart,n.insert=n.lookahead,n.lookahead=0,n.match_length=n.prev_length=lt-1,n.match_available=0,t.next_in=l,t.input=u,t.avail_in=s,n.wrap=f,oi}si.deflateInit=cA;si.deflateInit2=m0;si.deflateReset=d0;si.deflateResetKeep=p0;si.deflateSetHeader=uA;si.deflate=pA;si.deflateEnd=dA;si.deflateSetDictionary=mA;si.deflateInfo="pako deflate (from Nodeca project)"});var Qm=z(_s=>{"use strict";var qc=Ui(),w0=!0,h0=!0;try{String.fromCharCode.apply(null,[0])}catch{w0=!1}try{String.fromCharCode.apply(null,new Uint8Array(1))}catch{h0=!1}var sl=new qc.Buf8(256);for(Vi=0;Vi<256;Vi++)sl[Vi]=Vi>=252?6:Vi>=248?5:Vi>=240?4:Vi>=224?3:Vi>=192?2:1;var Vi;sl[254]=sl[254]=1;_s.string2buf=function(t){var e,r,n,i,o,f=t.length,s=0;for(i=0;i<f;i++)r=t.charCodeAt(i),(r&64512)==55296&&i+1<f&&(n=t.charCodeAt(i+1),(n&64512)==56320&&(r=65536+(r-55296<<10)+(n-56320),i++)),s+=r<128?1:r<2048?2:r<65536?3:4;for(e=new qc.Buf8(s),o=0,i=0;o<s;i++)r=t.charCodeAt(i),(r&64512)==55296&&i+1<f&&(n=t.charCodeAt(i+1),(n&64512)==56320&&(r=65536+(r-55296<<10)+(n-56320),i++)),r<128?e[o++]=r:r<2048?(e[o++]=192|r>>>6,e[o++]=128|r&63):r<65536?(e[o++]=224|r>>>12,e[o++]=128|r>>>6&63,e[o++]=128|r&63):(e[o++]=240|r>>>18,e[o++]=128|r>>>12&63,e[o++]=128|r>>>6&63,e[o++]=128|r&63);return e};function g0(t,e){if(e<65534&&(t.subarray&&h0||!t.subarray&&w0))return String.fromCharCode.apply(null,qc.shrinkBuf(t,e));for(var r="",n=0;n<e;n++)r+=String.fromCharCode(t[n]);return r}_s.buf2binstring=function(t){return g0(t,t.length)};_s.binstring2buf=function(t){for(var e=new qc.Buf8(t.length),r=0,n=e.length;r<n;r++)e[r]=t.charCodeAt(r);return e};_s.buf2string=function(t,e){var r,n,i,o,f=e||t.length,s=new Array(f*2);for(n=0,r=0;r<f;){if(i=t[r++],i<128){s[n++]=i;continue}if(o=sl[i],o>4){s[n++]=65533,r+=o-1;continue}for(i&=o===2?31:o===3?15:7;o>1&&r<f;)i=i<<6|t[r++]&63,o--;if(o>1){s[n++]=65533;continue}i<65536?s[n++]=i:(i-=65536,s[n++]=55296|i>>10&1023,s[n++]=56320|i&1023)}return g0(s,n)};_s.utf8border=function(t,e){var r;for(e=e||t.length,e>t.length&&(e=t.length),r=e-1;r>=0&&(t[r]&192)==128;)r--;return r<0||r===0?e:r+sl[t[r]]>e?r:e}});var $m=z((gz,y0)=>{"use strict";function bA(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg="",this.state=null,this.data_type=2,this.adler=0}y0.exports=bA});var v0=z(ul=>{"use strict";var al=b0(),ll=Ui(),eb=Qm(),tb=bc(),wA=$m(),j0=Object.prototype.toString,hA=0,rb=4,qs=0,_0=1,q0=2,gA=-1,yA=0,jA=8;function xf(t){if(!(this instanceof xf))return new xf(t);this.options=ll.assign({level:gA,method:jA,chunkSize:16384,windowBits:15,memLevel:8,strategy:yA,to:""},t||{});var e=this.options;e.raw&&e.windowBits>0?e.windowBits=-e.windowBits:e.gzip&&e.windowBits>0&&e.windowBits<16&&(e.windowBits+=16),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new wA,this.strm.avail_out=0;var r=al.deflateInit2(this.strm,e.level,e.method,e.windowBits,e.memLevel,e.strategy);if(r!==qs)throw new Error(tb[r]);if(e.header&&al.deflateSetHeader(this.strm,e.header),e.dictionary){var n;if(typeof e.dictionary=="string"?n=eb.string2buf(e.dictionary):j0.call(e.dictionary)==="[object ArrayBuffer]"?n=new Uint8Array(e.dictionary):n=e.dictionary,r=al.deflateSetDictionary(this.strm,n),r!==qs)throw new Error(tb[r]);this._dict_set=!0}}xf.prototype.push=function(t,e){var r=this.strm,n=this.options.chunkSize,i,o;if(this.ended)return!1;o=e===~~e?e:e===!0?rb:hA,typeof t=="string"?r.input=eb.string2buf(t):j0.call(t)==="[object ArrayBuffer]"?r.input=new Uint8Array(t):r.input=t,r.next_in=0,r.avail_in=r.input.length;do{if(r.avail_out===0&&(r.output=new ll.Buf8(n),r.next_out=0,r.avail_out=n),i=al.deflate(r,o),i!==_0&&i!==qs)return this.onEnd(i),this.ended=!0,!1;(r.avail_out===0||r.avail_in===0&&(o===rb||o===q0))&&(this.options.to==="string"?this.onData(eb.buf2binstring(ll.shrinkBuf(r.output,r.next_out))):this.onData(ll.shrinkBuf(r.output,r.next_out)))}while((r.avail_in>0||r.avail_out===0)&&i!==_0);return o===rb?(i=al.deflateEnd(this.strm),this.onEnd(i),this.ended=!0,i===qs):(o===q0&&(this.onEnd(qs),r.avail_out=0),!0)};xf.prototype.onData=function(t){this.chunks.push(t)};xf.prototype.onEnd=function(t){t===qs&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=ll.flattenChunks(this.chunks)),this.chunks=[],this.err=t,this.msg=this.strm.msg};function nb(t,e){var r=new xf(e);if(r.push(t,!0),r.err)throw r.msg||tb[r.err];return r.result}function _A(t,e){return e=e||{},e.raw=!0,nb(t,e)}function qA(t,e){return e=e||{},e.gzip=!0,nb(t,e)}ul.Deflate=xf;ul.deflate=nb;ul.deflateRaw=_A;ul.gzip=qA});var B0=z((jz,T0)=>{"use strict";var vc=30,vA=12;T0.exports=function(e,r){var n,i,o,f,s,l,u,c,_,p,j,S,T,U,W,L,te,ce,J,D,ae,Y,pe,y,g;n=e.state,i=e.next_in,y=e.input,o=i+(e.avail_in-5),f=e.next_out,g=e.output,s=f-(r-e.avail_out),l=f+(e.avail_out-257),u=n.dmax,c=n.wsize,_=n.whave,p=n.wnext,j=n.window,S=n.hold,T=n.bits,U=n.lencode,W=n.distcode,L=(1<<n.lenbits)-1,te=(1<<n.distbits)-1;e:do{T<15&&(S+=y[i++]<<T,T+=8,S+=y[i++]<<T,T+=8),ce=U[S&L];t:for(;;){if(J=ce>>>24,S>>>=J,T-=J,J=ce>>>16&255,J===0)g[f++]=ce&65535;else if(J&16){D=ce&65535,J&=15,J&&(T<J&&(S+=y[i++]<<T,T+=8),D+=S&(1<<J)-1,S>>>=J,T-=J),T<15&&(S+=y[i++]<<T,T+=8,S+=y[i++]<<T,T+=8),ce=W[S&te];r:for(;;){if(J=ce>>>24,S>>>=J,T-=J,J=ce>>>16&255,J&16){if(ae=ce&65535,J&=15,T<J&&(S+=y[i++]<<T,T+=8,T<J&&(S+=y[i++]<<T,T+=8)),ae+=S&(1<<J)-1,ae>u){e.msg="invalid distance too far back",n.mode=vc;break e}if(S>>>=J,T-=J,J=f-s,ae>J){if(J=ae-J,J>_&&n.sane){e.msg="invalid distance too far back",n.mode=vc;break e}if(Y=0,pe=j,p===0){if(Y+=c-J,J<D){D-=J;do g[f++]=j[Y++];while(--J);Y=f-ae,pe=g}}else if(p<J){if(Y+=c+p-J,J-=p,J<D){D-=J;do g[f++]=j[Y++];while(--J);if(Y=0,p<D){J=p,D-=J;do g[f++]=j[Y++];while(--J);Y=f-ae,pe=g}}}else if(Y+=p-J,J<D){D-=J;do g[f++]=j[Y++];while(--J);Y=f-ae,pe=g}for(;D>2;)g[f++]=pe[Y++],g[f++]=pe[Y++],g[f++]=pe[Y++],D-=3;D&&(g[f++]=pe[Y++],D>1&&(g[f++]=pe[Y++]))}else{Y=f-ae;do g[f++]=g[Y++],g[f++]=g[Y++],g[f++]=g[Y++],D-=3;while(D>2);D&&(g[f++]=g[Y++],D>1&&(g[f++]=g[Y++]))}}else if((J&64)==0){ce=W[(ce&65535)+(S&(1<<J)-1)];continue r}else{e.msg="invalid distance code",n.mode=vc;break e}break}}else if((J&64)==0){ce=U[(ce&65535)+(S&(1<<J)-1)];continue t}else if(J&32){n.mode=vA;break e}else{e.msg="invalid literal/length code",n.mode=vc;break e}break}}while(i<o&&f<l);D=T>>3,i-=D,T-=D<<3,S&=(1<<T)-1,e.next_in=i,e.next_out=f,e.avail_in=i<o?5+(o-i):5-(i-o),e.avail_out=f<l?257+(l-f):257-(f-l),n.hold=S,n.bits=T}});var O0=z((_z,E0)=>{"use strict";var k0=Ui(),vs=15,I0=852,S0=592,x0=0,ib=1,A0=2,TA=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],BA=[16,16,16,16,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,16,72,78],kA=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,0,0],IA=[16,16,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,64,64];E0.exports=function(e,r,n,i,o,f,s,l){var u=l.bits,c=0,_=0,p=0,j=0,S=0,T=0,U=0,W=0,L=0,te=0,ce,J,D,ae,Y,pe=null,y=0,g,N=new k0.Buf16(vs+1),b=new k0.Buf16(vs+1),H=null,K=0,M,ie,E;for(c=0;c<=vs;c++)N[c]=0;for(_=0;_<i;_++)N[r[n+_]]++;for(S=u,j=vs;j>=1&&N[j]===0;j--);if(S>j&&(S=j),j===0)return o[f++]=1<<24|64<<16|0,o[f++]=1<<24|64<<16|0,l.bits=1,0;for(p=1;p<j&&N[p]===0;p++);for(S<p&&(S=p),W=1,c=1;c<=vs;c++)if(W<<=1,W-=N[c],W<0)return-1;if(W>0&&(e===x0||j!==1))return-1;for(b[1]=0,c=1;c<vs;c++)b[c+1]=b[c]+N[c];for(_=0;_<i;_++)r[n+_]!==0&&(s[b[r[n+_]]++]=_);if(e===x0?(pe=H=s,g=19):e===ib?(pe=TA,y-=257,H=BA,K-=257,g=256):(pe=kA,H=IA,g=-1),te=0,_=0,c=p,Y=f,T=S,U=0,D=-1,L=1<<S,ae=L-1,e===ib&&L>I0||e===A0&&L>S0)return 1;for(;;){M=c-U,s[_]<g?(ie=0,E=s[_]):s[_]>g?(ie=H[K+s[_]],E=pe[y+s[_]]):(ie=32+64,E=0),ce=1<<c-U,J=1<<T,p=J;do J-=ce,o[Y+(te>>U)+J]=M<<24|ie<<16|E|0;while(J!==0);for(ce=1<<c-1;te&ce;)ce>>=1;if(ce!==0?(te&=ce-1,te+=ce):te=0,_++,--N[c]==0){if(c===j)break;c=r[n+s[_]]}if(c>S&&(te&ae)!==D){for(U===0&&(U=S),Y+=p,T=c-U,W=1<<T;T+U<j&&(W-=N[T+U],!(W<=0));)T++,W<<=1;if(L+=1<<T,e===ib&&L>I0||e===A0&&L>S0)return 1;D=te&ae,o[D]=S<<24|T<<16|Y-f|0}}return te!==0&&(o[Y+te]=c-U<<24|64<<16|0),l.bits=S,0}});var d_=z(Cn=>{"use strict";var nn=Ui(),ob=Ym(),ai=Km(),SA=B0(),cl=O0(),xA=0,N0=1,D0=2,F0=4,AA=5,Tc=6,Af=0,EA=1,OA=2,dn=-2,P0=-3,fb=-4,NA=-5,R0=8,H0=1,M0=2,z0=3,U0=4,L0=5,V0=6,C0=7,W0=8,Y0=9,K0=10,Bc=11,Ci=12,sb=13,G0=14,ab=15,J0=16,Z0=17,X0=18,Q0=19,kc=20,Ic=21,$0=22,e_=23,t_=24,r_=25,n_=26,lb=27,i_=28,o_=29,Ut=30,ub=31,DA=32,FA=852,PA=592,RA=15,HA=RA;function f_(t){return(t>>>24&255)+(t>>>8&65280)+((t&65280)<<8)+((t&255)<<24)}function MA(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new nn.Buf16(320),this.work=new nn.Buf16(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}function s_(t){var e;return!t||!t.state?dn:(e=t.state,t.total_in=t.total_out=e.total=0,t.msg="",e.wrap&&(t.adler=e.wrap&1),e.mode=H0,e.last=0,e.havedict=0,e.dmax=32768,e.head=null,e.hold=0,e.bits=0,e.lencode=e.lendyn=new nn.Buf32(FA),e.distcode=e.distdyn=new nn.Buf32(PA),e.sane=1,e.back=-1,Af)}function a_(t){var e;return!t||!t.state?dn:(e=t.state,e.wsize=0,e.whave=0,e.wnext=0,s_(t))}function l_(t,e){var r,n;return!t||!t.state||(n=t.state,e<0?(r=0,e=-e):(r=(e>>4)+1,e<48&&(e&=15)),e&&(e<8||e>15))?dn:(n.window!==null&&n.wbits!==e&&(n.window=null),n.wrap=r,n.wbits=e,a_(t))}function u_(t,e){var r,n;return t?(n=new MA,t.state=n,n.window=null,r=l_(t,e),r!==Af&&(t.state=null),r):dn}function zA(t){return u_(t,HA)}var c_=!0,cb,pb;function UA(t){if(c_){var e;for(cb=new nn.Buf32(512),pb=new nn.Buf32(32),e=0;e<144;)t.lens[e++]=8;for(;e<256;)t.lens[e++]=9;for(;e<280;)t.lens[e++]=7;for(;e<288;)t.lens[e++]=8;for(cl(N0,t.lens,0,288,cb,0,t.work,{bits:9}),e=0;e<32;)t.lens[e++]=5;cl(D0,t.lens,0,32,pb,0,t.work,{bits:5}),c_=!1}t.lencode=cb,t.lenbits=9,t.distcode=pb,t.distbits=5}function p_(t,e,r,n){var i,o=t.state;return o.window===null&&(o.wsize=1<<o.wbits,o.wnext=0,o.whave=0,o.window=new nn.Buf8(o.wsize)),n>=o.wsize?(nn.arraySet(o.window,e,r-o.wsize,o.wsize,0),o.wnext=0,o.whave=o.wsize):(i=o.wsize-o.wnext,i>n&&(i=n),nn.arraySet(o.window,e,r-n,i,o.wnext),n-=i,n?(nn.arraySet(o.window,e,r-n,n,0),o.wnext=n,o.whave=o.wsize):(o.wnext+=i,o.wnext===o.wsize&&(o.wnext=0),o.whave<o.wsize&&(o.whave+=i))),0}function LA(t,e){var r,n,i,o,f,s,l,u,c,_,p,j,S,T,U=0,W,L,te,ce,J,D,ae,Y,pe=new nn.Buf8(4),y,g,N=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];if(!t||!t.state||!t.output||!t.input&&t.avail_in!==0)return dn;r=t.state,r.mode===Ci&&(r.mode=sb),f=t.next_out,i=t.output,l=t.avail_out,o=t.next_in,n=t.input,s=t.avail_in,u=r.hold,c=r.bits,_=s,p=l,Y=Af;e:for(;;)switch(r.mode){case H0:if(r.wrap===0){r.mode=sb;break}for(;c<16;){if(s===0)break e;s--,u+=n[o++]<<c,c+=8}if(r.wrap&2&&u===35615){r.check=0,pe[0]=u&255,pe[1]=u>>>8&255,r.check=ai(r.check,pe,2,0),u=0,c=0,r.mode=M0;break}if(r.flags=0,r.head&&(r.head.done=!1),!(r.wrap&1)||(((u&255)<<8)+(u>>8))%31){t.msg="incorrect header check",r.mode=Ut;break}if((u&15)!==R0){t.msg="unknown compression method",r.mode=Ut;break}if(u>>>=4,c-=4,ae=(u&15)+8,r.wbits===0)r.wbits=ae;else if(ae>r.wbits){t.msg="invalid window size",r.mode=Ut;break}r.dmax=1<<ae,t.adler=r.check=1,r.mode=u&512?K0:Ci,u=0,c=0;break;case M0:for(;c<16;){if(s===0)break e;s--,u+=n[o++]<<c,c+=8}if(r.flags=u,(r.flags&255)!==R0){t.msg="unknown compression method",r.mode=Ut;break}if(r.flags&57344){t.msg="unknown header flags set",r.mode=Ut;break}r.head&&(r.head.text=u>>8&1),r.flags&512&&(pe[0]=u&255,pe[1]=u>>>8&255,r.check=ai(r.check,pe,2,0)),u=0,c=0,r.mode=z0;case z0:for(;c<32;){if(s===0)break e;s--,u+=n[o++]<<c,c+=8}r.head&&(r.head.time=u),r.flags&512&&(pe[0]=u&255,pe[1]=u>>>8&255,pe[2]=u>>>16&255,pe[3]=u>>>24&255,r.check=ai(r.check,pe,4,0)),u=0,c=0,r.mode=U0;case U0:for(;c<16;){if(s===0)break e;s--,u+=n[o++]<<c,c+=8}r.head&&(r.head.xflags=u&255,r.head.os=u>>8),r.flags&512&&(pe[0]=u&255,pe[1]=u>>>8&255,r.check=ai(r.check,pe,2,0)),u=0,c=0,r.mode=L0;case L0:if(r.flags&1024){for(;c<16;){if(s===0)break e;s--,u+=n[o++]<<c,c+=8}r.length=u,r.head&&(r.head.extra_len=u),r.flags&512&&(pe[0]=u&255,pe[1]=u>>>8&255,r.check=ai(r.check,pe,2,0)),u=0,c=0}else r.head&&(r.head.extra=null);r.mode=V0;case V0:if(r.flags&1024&&(j=r.length,j>s&&(j=s),j&&(r.head&&(ae=r.head.extra_len-r.length,r.head.extra||(r.head.extra=new Array(r.head.extra_len)),nn.arraySet(r.head.extra,n,o,j,ae)),r.flags&512&&(r.check=ai(r.check,n,j,o)),s-=j,o+=j,r.length-=j),r.length))break e;r.length=0,r.mode=C0;case C0:if(r.flags&2048){if(s===0)break e;j=0;do ae=n[o+j++],r.head&&ae&&r.length<65536&&(r.head.name+=String.fromCharCode(ae));while(ae&&j<s);if(r.flags&512&&(r.check=ai(r.check,n,j,o)),s-=j,o+=j,ae)break e}else r.head&&(r.head.name=null);r.length=0,r.mode=W0;case W0:if(r.flags&4096){if(s===0)break e;j=0;do ae=n[o+j++],r.head&&ae&&r.length<65536&&(r.head.comment+=String.fromCharCode(ae));while(ae&&j<s);if(r.flags&512&&(r.check=ai(r.check,n,j,o)),s-=j,o+=j,ae)break e}else r.head&&(r.head.comment=null);r.mode=Y0;case Y0:if(r.flags&512){for(;c<16;){if(s===0)break e;s--,u+=n[o++]<<c,c+=8}if(u!==(r.check&65535)){t.msg="header crc mismatch",r.mode=Ut;break}u=0,c=0}r.head&&(r.head.hcrc=r.flags>>9&1,r.head.done=!0),t.adler=r.check=0,r.mode=Ci;break;case K0:for(;c<32;){if(s===0)break e;s--,u+=n[o++]<<c,c+=8}t.adler=r.check=f_(u),u=0,c=0,r.mode=Bc;case Bc:if(r.havedict===0)return t.next_out=f,t.avail_out=l,t.next_in=o,t.avail_in=s,r.hold=u,r.bits=c,OA;t.adler=r.check=1,r.mode=Ci;case Ci:if(e===AA||e===Tc)break e;case sb:if(r.last){u>>>=c&7,c-=c&7,r.mode=lb;break}for(;c<3;){if(s===0)break e;s--,u+=n[o++]<<c,c+=8}switch(r.last=u&1,u>>>=1,c-=1,u&3){case 0:r.mode=G0;break;case 1:if(UA(r),r.mode=kc,e===Tc){u>>>=2,c-=2;break e}break;case 2:r.mode=Z0;break;case 3:t.msg="invalid block type",r.mode=Ut}u>>>=2,c-=2;break;case G0:for(u>>>=c&7,c-=c&7;c<32;){if(s===0)break e;s--,u+=n[o++]<<c,c+=8}if((u&65535)!=(u>>>16^65535)){t.msg="invalid stored block lengths",r.mode=Ut;break}if(r.length=u&65535,u=0,c=0,r.mode=ab,e===Tc)break e;case ab:r.mode=J0;case J0:if(j=r.length,j){if(j>s&&(j=s),j>l&&(j=l),j===0)break e;nn.arraySet(i,n,o,j,f),s-=j,o+=j,l-=j,f+=j,r.length-=j;break}r.mode=Ci;break;case Z0:for(;c<14;){if(s===0)break e;s--,u+=n[o++]<<c,c+=8}if(r.nlen=(u&31)+257,u>>>=5,c-=5,r.ndist=(u&31)+1,u>>>=5,c-=5,r.ncode=(u&15)+4,u>>>=4,c-=4,r.nlen>286||r.ndist>30){t.msg="too many length or distance symbols",r.mode=Ut;break}r.have=0,r.mode=X0;case X0:for(;r.have<r.ncode;){for(;c<3;){if(s===0)break e;s--,u+=n[o++]<<c,c+=8}r.lens[N[r.have++]]=u&7,u>>>=3,c-=3}for(;r.have<19;)r.lens[N[r.have++]]=0;if(r.lencode=r.lendyn,r.lenbits=7,y={bits:r.lenbits},Y=cl(xA,r.lens,0,19,r.lencode,0,r.work,y),r.lenbits=y.bits,Y){t.msg="invalid code lengths set",r.mode=Ut;break}r.have=0,r.mode=Q0;case Q0:for(;r.have<r.nlen+r.ndist;){for(;U=r.lencode[u&(1<<r.lenbits)-1],W=U>>>24,L=U>>>16&255,te=U&65535,!(W<=c);){if(s===0)break e;s--,u+=n[o++]<<c,c+=8}if(te<16)u>>>=W,c-=W,r.lens[r.have++]=te;else{if(te===16){for(g=W+2;c<g;){if(s===0)break e;s--,u+=n[o++]<<c,c+=8}if(u>>>=W,c-=W,r.have===0){t.msg="invalid bit length repeat",r.mode=Ut;break}ae=r.lens[r.have-1],j=3+(u&3),u>>>=2,c-=2}else if(te===17){for(g=W+3;c<g;){if(s===0)break e;s--,u+=n[o++]<<c,c+=8}u>>>=W,c-=W,ae=0,j=3+(u&7),u>>>=3,c-=3}else{for(g=W+7;c<g;){if(s===0)break e;s--,u+=n[o++]<<c,c+=8}u>>>=W,c-=W,ae=0,j=11+(u&127),u>>>=7,c-=7}if(r.have+j>r.nlen+r.ndist){t.msg="invalid bit length repeat",r.mode=Ut;break}for(;j--;)r.lens[r.have++]=ae}}if(r.mode===Ut)break;if(r.lens[256]===0){t.msg="invalid code -- missing end-of-block",r.mode=Ut;break}if(r.lenbits=9,y={bits:r.lenbits},Y=cl(N0,r.lens,0,r.nlen,r.lencode,0,r.work,y),r.lenbits=y.bits,Y){t.msg="invalid literal/lengths set",r.mode=Ut;break}if(r.distbits=6,r.distcode=r.distdyn,y={bits:r.distbits},Y=cl(D0,r.lens,r.nlen,r.ndist,r.distcode,0,r.work,y),r.distbits=y.bits,Y){t.msg="invalid distances set",r.mode=Ut;break}if(r.mode=kc,e===Tc)break e;case kc:r.mode=Ic;case Ic:if(s>=6&&l>=258){t.next_out=f,t.avail_out=l,t.next_in=o,t.avail_in=s,r.hold=u,r.bits=c,SA(t,p),f=t.next_out,i=t.output,l=t.avail_out,o=t.next_in,n=t.input,s=t.avail_in,u=r.hold,c=r.bits,r.mode===Ci&&(r.back=-1);break}for(r.back=0;U=r.lencode[u&(1<<r.lenbits)-1],W=U>>>24,L=U>>>16&255,te=U&65535,!(W<=c);){if(s===0)break e;s--,u+=n[o++]<<c,c+=8}if(L&&(L&240)==0){for(ce=W,J=L,D=te;U=r.lencode[D+((u&(1<<ce+J)-1)>>ce)],W=U>>>24,L=U>>>16&255,te=U&65535,!(ce+W<=c);){if(s===0)break e;s--,u+=n[o++]<<c,c+=8}u>>>=ce,c-=ce,r.back+=ce}if(u>>>=W,c-=W,r.back+=W,r.length=te,L===0){r.mode=n_;break}if(L&32){r.back=-1,r.mode=Ci;break}if(L&64){t.msg="invalid literal/length code",r.mode=Ut;break}r.extra=L&15,r.mode=$0;case $0:if(r.extra){for(g=r.extra;c<g;){if(s===0)break e;s--,u+=n[o++]<<c,c+=8}r.length+=u&(1<<r.extra)-1,u>>>=r.extra,c-=r.extra,r.back+=r.extra}r.was=r.length,r.mode=e_;case e_:for(;U=r.distcode[u&(1<<r.distbits)-1],W=U>>>24,L=U>>>16&255,te=U&65535,!(W<=c);){if(s===0)break e;s--,u+=n[o++]<<c,c+=8}if((L&240)==0){for(ce=W,J=L,D=te;U=r.distcode[D+((u&(1<<ce+J)-1)>>ce)],W=U>>>24,L=U>>>16&255,te=U&65535,!(ce+W<=c);){if(s===0)break e;s--,u+=n[o++]<<c,c+=8}u>>>=ce,c-=ce,r.back+=ce}if(u>>>=W,c-=W,r.back+=W,L&64){t.msg="invalid distance code",r.mode=Ut;break}r.offset=te,r.extra=L&15,r.mode=t_;case t_:if(r.extra){for(g=r.extra;c<g;){if(s===0)break e;s--,u+=n[o++]<<c,c+=8}r.offset+=u&(1<<r.extra)-1,u>>>=r.extra,c-=r.extra,r.back+=r.extra}if(r.offset>r.dmax){t.msg="invalid distance too far back",r.mode=Ut;break}r.mode=r_;case r_:if(l===0)break e;if(j=p-l,r.offset>j){if(j=r.offset-j,j>r.whave&&r.sane){t.msg="invalid distance too far back",r.mode=Ut;break}j>r.wnext?(j-=r.wnext,S=r.wsize-j):S=r.wnext-j,j>r.length&&(j=r.length),T=r.window}else T=i,S=f-r.offset,j=r.length;j>l&&(j=l),l-=j,r.length-=j;do i[f++]=T[S++];while(--j);r.length===0&&(r.mode=Ic);break;case n_:if(l===0)break e;i[f++]=r.length,l--,r.mode=Ic;break;case lb:if(r.wrap){for(;c<32;){if(s===0)break e;s--,u|=n[o++]<<c,c+=8}if(p-=l,t.total_out+=p,r.total+=p,p&&(t.adler=r.check=r.flags?ai(r.check,i,p,f-p):ob(r.check,i,p,f-p)),p=l,(r.flags?u:f_(u))!==r.check){t.msg="incorrect data check",r.mode=Ut;break}u=0,c=0}r.mode=i_;case i_:if(r.wrap&&r.flags){for(;c<32;){if(s===0)break e;s--,u+=n[o++]<<c,c+=8}if(u!==(r.total&4294967295)){t.msg="incorrect length check",r.mode=Ut;break}u=0,c=0}r.mode=o_;case o_:Y=EA;break e;case Ut:Y=P0;break e;case ub:return fb;case DA:default:return dn}return t.next_out=f,t.avail_out=l,t.next_in=o,t.avail_in=s,r.hold=u,r.bits=c,(r.wsize||p!==t.avail_out&&r.mode<Ut&&(r.mode<lb||e!==F0))&&p_(t,t.output,t.next_out,p-t.avail_out)?(r.mode=ub,fb):(_-=t.avail_in,p-=t.avail_out,t.total_in+=_,t.total_out+=p,r.total+=p,r.wrap&&p&&(t.adler=r.check=r.flags?ai(r.check,i,p,t.next_out-p):ob(r.check,i,p,t.next_out-p)),t.data_type=r.bits+(r.last?64:0)+(r.mode===Ci?128:0)+(r.mode===kc||r.mode===ab?256:0),(_===0&&p===0||e===F0)&&Y===Af&&(Y=NA),Y)}function VA(t){if(!t||!t.state)return dn;var e=t.state;return e.window&&(e.window=null),t.state=null,Af}function CA(t,e){var r;return!t||!t.state||(r=t.state,(r.wrap&2)==0)?dn:(r.head=e,e.done=!1,Af)}function WA(t,e){var r=e.length,n,i,o;return!t||!t.state||(n=t.state,n.wrap!==0&&n.mode!==Bc)?dn:n.mode===Bc&&(i=1,i=ob(i,e,r,0),i!==n.check)?P0:(o=p_(t,e,r,r),o?(n.mode=ub,fb):(n.havedict=1,Af))}Cn.inflateReset=a_;Cn.inflateReset2=l_;Cn.inflateResetKeep=s_;Cn.inflateInit=zA;Cn.inflateInit2=u_;Cn.inflate=LA;Cn.inflateEnd=VA;Cn.inflateGetHeader=CA;Cn.inflateSetDictionary=WA;Cn.inflateInfo="pako inflate (from Nodeca project)"});var db=z((vz,m_)=>{"use strict";m_.exports={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_BUF_ERROR:-5,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,Z_BINARY:0,Z_TEXT:1,Z_UNKNOWN:2,Z_DEFLATED:8}});var w_=z((Tz,b_)=>{"use strict";function YA(){this.text=0,this.time=0,this.xflags=0,this.os=0,this.extra=null,this.extra_len=0,this.name="",this.comment="",this.hcrc=0,this.done=!1}b_.exports=YA});var g_=z(dl=>{"use strict";var Ts=d_(),pl=Ui(),Sc=Qm(),tr=db(),mb=bc(),KA=$m(),GA=w_(),h_=Object.prototype.toString;function Ef(t){if(!(this instanceof Ef))return new Ef(t);this.options=pl.assign({chunkSize:16384,windowBits:0,to:""},t||{});var e=this.options;e.raw&&e.windowBits>=0&&e.windowBits<16&&(e.windowBits=-e.windowBits,e.windowBits===0&&(e.windowBits=-15)),e.windowBits>=0&&e.windowBits<16&&!(t&&t.windowBits)&&(e.windowBits+=32),e.windowBits>15&&e.windowBits<48&&(e.windowBits&15)==0&&(e.windowBits|=15),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new KA,this.strm.avail_out=0;var r=Ts.inflateInit2(this.strm,e.windowBits);if(r!==tr.Z_OK)throw new Error(mb[r]);if(this.header=new GA,Ts.inflateGetHeader(this.strm,this.header),e.dictionary&&(typeof e.dictionary=="string"?e.dictionary=Sc.string2buf(e.dictionary):h_.call(e.dictionary)==="[object ArrayBuffer]"&&(e.dictionary=new Uint8Array(e.dictionary)),e.raw&&(r=Ts.inflateSetDictionary(this.strm,e.dictionary),r!==tr.Z_OK)))throw new Error(mb[r])}Ef.prototype.push=function(t,e){var r=this.strm,n=this.options.chunkSize,i=this.options.dictionary,o,f,s,l,u,c=!1;if(this.ended)return!1;f=e===~~e?e:e===!0?tr.Z_FINISH:tr.Z_NO_FLUSH,typeof t=="string"?r.input=Sc.binstring2buf(t):h_.call(t)==="[object ArrayBuffer]"?r.input=new Uint8Array(t):r.input=t,r.next_in=0,r.avail_in=r.input.length;do{if(r.avail_out===0&&(r.output=new pl.Buf8(n),r.next_out=0,r.avail_out=n),o=Ts.inflate(r,tr.Z_NO_FLUSH),o===tr.Z_NEED_DICT&&i&&(o=Ts.inflateSetDictionary(this.strm,i)),o===tr.Z_BUF_ERROR&&c===!0&&(o=tr.Z_OK,c=!1),o!==tr.Z_STREAM_END&&o!==tr.Z_OK)return this.onEnd(o),this.ended=!0,!1;r.next_out&&(r.avail_out===0||o===tr.Z_STREAM_END||r.avail_in===0&&(f===tr.Z_FINISH||f===tr.Z_SYNC_FLUSH))&&(this.options.to==="string"?(s=Sc.utf8border(r.output,r.next_out),l=r.next_out-s,u=Sc.buf2string(r.output,s),r.next_out=l,r.avail_out=n-l,l&&pl.arraySet(r.output,r.output,s,l,0),this.onData(u)):this.onData(pl.shrinkBuf(r.output,r.next_out))),r.avail_in===0&&r.avail_out===0&&(c=!0)}while((r.avail_in>0||r.avail_out===0)&&o!==tr.Z_STREAM_END);return o===tr.Z_STREAM_END&&(f=tr.Z_FINISH),f===tr.Z_FINISH?(o=Ts.inflateEnd(this.strm),this.onEnd(o),this.ended=!0,o===tr.Z_OK):(f===tr.Z_SYNC_FLUSH&&(this.onEnd(tr.Z_OK),r.avail_out=0),!0)};Ef.prototype.onData=function(t){this.chunks.push(t)};Ef.prototype.onEnd=function(t){t===tr.Z_OK&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=pl.flattenChunks(this.chunks)),this.chunks=[],this.err=t,this.msg=this.strm.msg};function bb(t,e){var r=new Ef(e);if(r.push(t,!0),r.err)throw r.msg||mb[r.err];return r.result}function JA(t,e){return e=e||{},e.raw=!0,bb(t,e)}dl.Inflate=Ef;dl.inflate=bb;dl.inflateRaw=JA;dl.ungzip=bb});var __=z((kz,j_)=>{"use strict";var ZA=Ui().assign,XA=v0(),QA=g_(),$A=db(),y_={};ZA(y_,XA,QA,$A);j_.exports=y_});var wb=z(()=>{});var v_=z(q_=>{"use strict";var tE=[0,255,65535,16777215,4294967295];function rE(t,e,r,n,i){var o;for(o=0;o<i;o++)r[n+o]=t[e+o]}function nE(t,e,r,n){var i;for(i=0;i<n;i++)t[e+i]=t[e-r+i]}function gb(t){this.array=t,this.pos=0}gb.prototype.readUncompressedLength=function(){for(var t=0,e=0,r,n;e<32&&this.pos<this.array.length;){if(r=this.array[this.pos],this.pos+=1,n=r&127,n<<e>>>e!==n)return-1;if(t|=n<<e,r<128)return t;e+=7}return-1};gb.prototype.uncompressToBuffer=function(t){for(var e=this.array,r=e.length,n=this.pos,i=0,o,f,s,l;n<e.length;)if(o=e[n],n+=1,(o&3)==0){if(f=(o>>>2)+1,f>60){if(n+3>=r)return!1;s=f-60,f=e[n]+(e[n+1]<<8)+(e[n+2]<<16)+(e[n+3]<<24),f=(f&tE[s])+1,n+=s}if(n+f>r)return!1;rE(e,n,t,i,f),n+=f,i+=f}else{switch(o&3){case 1:f=(o>>>2&7)+4,l=e[n]+(o>>>5<<8),n+=1;break;case 2:if(n+1>=r)return!1;f=(o>>>2)+1,l=e[n]+(e[n+1]<<8),n+=2;break;case 3:if(n+3>=r)return!1;f=(o>>>2)+1,l=e[n]+(e[n+1]<<8)+(e[n+2]<<16)+(e[n+3]<<24),n+=4;break;default:break}if(l===0||l>i)return!1;nE(t,i,l,f),i+=f}return!0};q_.SnappyDecompressor=gb});var S_=z(I_=>{"use strict";var iE=16,oE=1<<iE,T_=14,yb=new Array(T_+1);function hl(t,e){return t*506832829>>>e}function gl(t,e){return t[e]+(t[e+1]<<8)+(t[e+2]<<16)+(t[e+3]<<24)}function B_(t,e,r){return t[e]===t[r]&&t[e+1]===t[r+1]&&t[e+2]===t[r+2]&&t[e+3]===t[r+3]}function fE(t,e,r,n,i){var o;for(o=0;o<i;o++)r[n+o]=t[e+o]}function k_(t,e,r,n,i){return r<=60?(n[i]=r-1<<2,i+=1):r<256?(n[i]=60<<2,n[i+1]=r-1,i+=2):(n[i]=61<<2,n[i+1]=r-1&255,n[i+2]=r-1>>>8,i+=3),fE(t,e,n,i,r),i+r}function jb(t,e,r,n){return n<12&&r<2048?(t[e]=1+(n-4<<2)+(r>>>8<<5),t[e+1]=r&255,e+2):(t[e]=2+(n-1<<2),t[e+1]=r&255,t[e+2]=r>>>8,e+3)}function sE(t,e,r,n){for(;n>=68;)e=jb(t,e,r,64),n-=64;return n>64&&(e=jb(t,e,r,60),n-=60),jb(t,e,r,n)}function aE(t,e,r,n,i){for(var o=1;1<<o<=r&&o<=T_;)o+=1;o-=1;var f=32-o;typeof yb[o]=="undefined"&&(yb[o]=new Uint16Array(1<<o));var s=yb[o],l;for(l=0;l<s.length;l++)s[l]=0;var u=e+r,c,_=e,p=e,j,S,T,U,W,L,te,ce,J,D,ae,Y=!0,pe=15;if(r>=pe)for(c=u-pe,e+=1,S=hl(gl(t,e),f);Y;){W=32,T=e;do{if(e=T,j=S,L=W>>>5,W+=1,T=e+L,e>c){Y=!1;break}S=hl(gl(t,T),f),U=_+s[j],s[j]=e-_}while(!B_(t,e,U));if(!Y)break;i=k_(t,p,e-p,n,i);do{for(te=e,ce=4;e+ce<u&&t[e+ce]===t[U+ce];)ce+=1;if(e+=ce,J=te-U,i=sE(n,i,J,ce),p=e,e>=c){Y=!1;break}D=hl(gl(t,e-1),f),s[D]=e-1-_,ae=hl(gl(t,e),f),U=_+s[ae],s[ae]=e-_}while(B_(t,e,U));if(!Y)break;e+=1,S=hl(gl(t,e),f)}return p<u&&(i=k_(t,p,u-p,n,i)),i}function lE(t,e,r){do e[r]=t&127,t=t>>>7,t>0&&(e[r]+=128),r+=1;while(t>0);return r}function _b(t){this.array=t}_b.prototype.maxCompressedLength=function(){var t=this.array.length;return 32+t+Math.floor(t/6)};_b.prototype.compressToBuffer=function(t){var e=this.array,r=e.length,n=0,i=0,o;for(i=lE(r,t,i);n<r;)o=Math.min(r-n,oE),i=aE(e,n,o,t,i),n+=o;return i};I_.SnappyCompressor=_b});var O_=z(qb=>{"use strict";function x_(){return typeof process=="object"&&typeof process.versions=="object"&&typeof process.versions.node!="undefined"}function Nc(t){return t instanceof Uint8Array&&(!x_()||!Buffer.isBuffer(t))}function Dc(t){return t instanceof ArrayBuffer}function A_(t){return x_()?Buffer.isBuffer(t):!1}var uE=v_().SnappyDecompressor,cE=S_().SnappyCompressor,E_="Argument compressed must be type of ArrayBuffer, Buffer, or Uint8Array";function pE(t){if(!Nc(t)&&!Dc(t)&&!A_(t))throw new TypeError(E_);var e=!1,r=!1;Nc(t)?e=!0:Dc(t)&&(r=!0,t=new Uint8Array(t));var n=new uE(t),i=n.readUncompressedLength();if(i===-1)throw new Error("Invalid Snappy bitstream");var o,f;if(e){if(o=new Uint8Array(i),!n.uncompressToBuffer(o))throw new Error("Invalid Snappy bitstream")}else if(r){if(o=new ArrayBuffer(i),f=new Uint8Array(o),!n.uncompressToBuffer(f))throw new Error("Invalid Snappy bitstream")}else if(o=Buffer.alloc(i),!n.uncompressToBuffer(o))throw new Error("Invalid Snappy bitstream");return o}function dE(t){if(!Nc(t)&&!Dc(t)&&!A_(t))throw new TypeError(E_);var e=!1,r=!1;Nc(t)?e=!0:Dc(t)&&(r=!0,t=new Uint8Array(t));var n=new cE(t),i=n.maxCompressedLength(),o,f,s;if(e?(o=new Uint8Array(i),s=n.compressToBuffer(o)):r?(o=new ArrayBuffer(i),f=new Uint8Array(o),s=n.compressToBuffer(f)):(o=Buffer.alloc(i),s=n.compressToBuffer(o)),!o.slice){var l=new Uint8Array(Array.prototype.slice.call(o,0,s));if(e)return l;if(r)return l.buffer;throw new Error("Not implemented")}return o.slice(0,s)}qb.uncompress=pE;qb.compress=dE});var vb=z(Bs=>{Bs.hashU32=function(e){return e=e|0,e=e+2127912214+(e<<12)|0,e=e^-949894596^e>>>19,e=e+374761393+(e<<5)|0,e=e+-744332180^e<<9,e=e+-42973499+(e<<3)|0,e^-1252372727^e>>>16|0};Bs.readU64=function(e,r){var n=0;return n|=e[r++]<<0,n|=e[r++]<<8,n|=e[r++]<<16,n|=e[r++]<<24,n|=e[r++]<<32,n|=e[r++]<<40,n|=e[r++]<<48,n|=e[r++]<<56,n};Bs.readU32=function(e,r){var n=0;return n|=e[r++]<<0,n|=e[r++]<<8,n|=e[r++]<<16,n|=e[r++]<<24,n};Bs.writeU32=function(e,r,n){e[r++]=n>>0&255,e[r++]=n>>8&255,e[r++]=n>>16&255,e[r++]=n>>24&255};Bs.imul=function(e,r){var n=e>>>16,i=e&65535,o=r>>>16,f=r&65535;return i*f+(n*f+i*o<<16)|0}});var M_=z(H_=>{var li=vb(),Nf=2654435761,Df=2246822519,F_=3266489917,bE=668265263,P_=374761393;function Hc(t,e){return t=t|0,e=e|0,t>>>(32-e|0)|t<<e|0}function R_(t,e,r){return t=t|0,e=e|0,r=r|0,li.imul(t>>>(32-e|0)|t<<e,r)|0}function Tb(t,e){return t=t|0,e=e|0,t>>>e^t|0}function jl(t,e,r,n,i){return R_(li.imul(e,r)+t,n,i)}function wE(t,e,r){return R_(t+li.imul(e[r],P_),11,Nf)}function hE(t,e,r){return jl(t,li.readU32(e,r),F_,17,bE)}function gE(t,e,r){return[jl(t[0],li.readU32(e,r+0),Df,13,Nf),jl(t[1],li.readU32(e,r+4),Df,13,Nf),jl(t[2],li.readU32(e,r+8),Df,13,Nf),jl(t[3],li.readU32(e,r+12),Df,13,Nf)]}function yE(t,e,r,n){var i,o;if(o=n,n>=16){for(i=[t+Nf+Df,t+Df,t,t-Nf];n>=16;)i=gE(i,e,r),r+=16,n-=16;i=Hc(i[0],1)+Hc(i[1],7)+Hc(i[2],12)+Hc(i[3],18)+o}else i=t+P_+n>>>0;for(;n>=4;)i=hE(i,e,r),r+=4,n-=4;for(;n>0;)i=wE(i,e,r),r++,n--;return i=Tb(li.imul(Tb(li.imul(Tb(i,15),Df),13),F_),16),i>>>0}H_.hash=yE});var G_=z(jr=>{var jE=M_(),mn=vb(),Mc=4,_E=13,z_=5,Bb=6,zc=1<<16,_l=4,Uc=(1<<_l)-1,qE=4,ks=(1<<qE)-1,U_=Y_(5<<20),kb=TE(),Ib=407708164,vE=4,L_=8,V_=16,Sb=64,xb=192,Lc=2147483648,C_=7,Ab=4,W_=7,Vc={4:65536,5:262144,6:1048576,7:4194304};function TE(){try{return new Uint32Array(zc)}catch{for(var t=new Array(zc),e=0;e<zc;e++)t[e]=0;return t}}function BE(t){for(var e=0;e<zc;e++)kb[e]=0}function Y_(t){try{return new Uint8Array(t)}catch{for(var e=new Array(t),r=0;r<t;r++)e[r]=0;return e}}function K_(t,e,r){if(typeof t.buffer!==void 0){if(Uint8Array.prototype.slice)return t.slice(e,r);var n=t.length;e=e|0,e=e<0?Math.max(n+e,0):Math.min(e,n),r=r===void 0?n:r|0,r=r<0?Math.max(n+r,0):Math.min(r,n);for(var i=new Uint8Array(r-e),o=e,f=0;o<r;)i[f++]=t[o++];return i}else return t.slice(e,r)}jr.compressBound=function(e){return e+e/255+16|0};jr.decompressBound=function(e){var r=0;if(mn.readU32(e,r)!==Ib)throw new Error("invalid magic number");r+=4;var n=e[r++];if((n&xb)!==Sb)throw new Error("incompatible descriptor version "+(n&xb));var i=(n&V_)!=0,o=(n&L_)!=0,f=e[r++]>>Ab&W_;if(Vc[f]===void 0)throw new Error("invalid block size "+f);var s=Vc[f];if(o)return mn.readU64(e,r);r++;for(var l=0;;){var u=mn.readU32(e,r);if(r+=4,u&Lc?(u&=~Lc,l+=u):l+=s,u===0)return l;i&&(r+=4),r+=u}};jr.makeBuffer=Y_;jr.decompressBlock=function(e,r,n,i,o){var f,s,l,u,c;for(l=n+i;n<l;){var _=e[n++],p=_>>4;if(p>0){if(p===15)for(;p+=e[n],e[n++]===255;);for(u=n+p;n<u;)r[o++]=e[n++]}if(n>=l)break;if(f=_&15,s=e[n++]|e[n++]<<8,f===15)for(;f+=e[n],e[n++]===255;);for(f+=Mc,c=o-s,u=c+f;c<u;)r[o++]=r[c++]|0}return o};jr.compressBlock=function(e,r,n,i,o){var f,s,l,u,c,_,p,j,S;if(p=0,j=i+n,s=n,i>=_E)for(var T=(1<<Bb)+3;n+Mc<j-z_;){var U=mn.readU32(e,n),W=mn.hashU32(U)>>>0;if(W=(W>>16^W)>>>0&65535,f=o[W]-1,o[W]=n+1,f<0||n-f>>>16>0||mn.readU32(e,f)!==U){c=T++>>Bb,n+=c;continue}for(T=(1<<Bb)+3,_=n-s,u=n-f,n+=Mc,f+=Mc,l=n;n<j-z_&&e[n]===e[f];)n++,f++;l=n-l;var L=l<Uc?l:Uc;if(_>=ks){for(r[p++]=(ks<<_l)+L,S=_-ks;S>=255;S-=255)r[p++]=255;r[p++]=S}else r[p++]=(_<<_l)+L;for(var te=0;te<_;te++)r[p++]=e[s+te];if(r[p++]=u,r[p++]=u>>8,l>=Uc){for(S=l-Uc;S>=255;S-=255)r[p++]=255;r[p++]=S}s=n}if(s===0)return 0;if(_=j-s,_>=ks){for(r[p++]=ks<<_l,S=_-ks;S>=255;S-=255)r[p++]=255;r[p++]=S}else r[p++]=_<<_l;for(n=s;n<j;)r[p++]=e[n++];return p};jr.decompressFrame=function(e,r){var n,i,o,f,s=0,l=0;if(mn.readU32(e,s)!==Ib)throw new Error("invalid magic number");if(s+=4,f=e[s++],(f&xb)!==Sb)throw new Error("incompatible descriptor version");n=(f&V_)!=0,i=(f&vE)!=0,o=(f&L_)!=0;var u=e[s++]>>Ab&W_;if(Vc[u]===void 0)throw new Error("invalid block size");for(o&&(s+=8),s++;;){var c;if(c=mn.readU32(e,s),s+=4,c===0)break;if(n&&(s+=4),(c&Lc)!=0){c&=~Lc;for(var _=0;_<c;_++)r[l++]=e[s++]}else l=jr.decompressBlock(e,r,s,c,l),s+=c}return i&&(s+=4),l};jr.compressFrame=function(e,r){var n=0;mn.writeU32(r,n,Ib),n+=4,r[n++]=Sb,r[n++]=C_<<Ab,r[n]=jE.hash(0,r,4,n-4)>>8,n++;var i=Vc[C_],o=e.length,f=0;for(BE(kb);o>0;){var s=0,l=o>i?i:o;if(s=jr.compressBlock(e,U_,f,l,kb),s>l||s===0){mn.writeU32(r,n,2147483648|l),n+=4;for(var u=f+l;f<u;)r[n++]=e[f++];o-=l}else{mn.writeU32(r,n,s),n+=4;for(var c=0;c<s;)r[n++]=U_[c++];f+=l,o-=l}}return mn.writeU32(r,n,0),n+=4,n};jr.decompress=function(e,r){var n,i;return r===void 0&&(r=jr.decompressBound(e)),n=jr.makeBuffer(r),i=jr.decompressFrame(e,n),i!==r&&(n=K_(n,0,i)),n};jr.compress=function(e,r){var n,i;return r===void 0&&(r=jr.compressBound(e.length)),n=jr.makeBuffer(r),i=jr.compressFrame(e,n),i!==r&&(n=K_(n,0,i)),n}});var wn=z((f6,gq)=>{var ew=4294967296,hq=[];for(Ds=0;Ds<256;Ds++)hq[Ds]=(Ds>15?"":"0")+Ds.toString(16);var Ds,Tl=gq.exports=function(t,e){t instanceof Buffer?(this.buffer=t,this.offset=e||0):Object.prototype.toString.call(t)=="[object Uint8Array]"?(this.buffer=new Buffer(t),this.offset=e||0):(this.buffer=this.buffer||new Buffer(8),this.offset=0,this.setValue.apply(this,arguments))};Tl.MAX_INT=Math.pow(2,53);Tl.MIN_INT=-Math.pow(2,53);Tl.prototype={constructor:Tl,_2scomp:function(){for(var t=this.buffer,e=this.offset,r=1,n=e+7;n>=e;n--){var i=(t[n]^255)+r;t[n]=i&255,r=i>>8}},setValue:function(t,e){var r=!1;if(arguments.length==1)if(typeof t=="number"){if(r=t<0,t=Math.abs(t),e=t%ew,t=t/ew,t>ew)throw new RangeError(t+" is outside Int64 range");t=t|0}else if(typeof t=="string")t=(t+"").replace(/^0x/,""),e=t.substr(-8),t=t.length>8?t.substr(0,t.length-8):"",t=parseInt(t,16),e=parseInt(e,16);else throw new Error(t+" must be a Number or String");for(var n=this.buffer,i=this.offset,o=7;o>=0;o--)n[i+o]=e&255,e=o==4?t:e>>>8;r&&this._2scomp()},toNumber:function(t){for(var e=this.buffer,r=this.offset,n=e[r]&128,i=0,o=1,f=7,s=1;f>=0;f--,s*=256){var l=e[r+f];n&&(l=(l^255)+o,o=l>>8,l=l&255),i+=l*s}return!t&&i>=Tl.MAX_INT?n?-1/0:1/0:n?-i:i},valueOf:function(){return this.toNumber(!1)},toString:function(t){return this.valueOf().toString(t||10)},toOctetString:function(t){for(var e=new Array(8),r=this.buffer,n=this.offset,i=0;i<8;i++)e[i]=hq[r[n+i]];return e.join(t||"")},toBuffer:function(t){if(t&&this.offset===0)return this.buffer;var e=new Buffer(8);return this.buffer.copy(e,0,this.offset,this.offset+8),e},copy:function(t,e){this.buffer.copy(t,e||0,this.offset,this.offset+8)},compare:function(t){if((this.buffer[this.offset]&128)!=(t.buffer[t.offset]&128))return t.buffer[t.offset]-this.buffer[this.offset];for(var e=0;e<8;e++)if(this.buffer[this.offset+e]!==t.buffer[t.offset+e])return this.buffer[this.offset+e]-t.buffer[t.offset+e];return 0},equals:function(t){return this.compare(t)===0},inspect:function(){return"[Int64 value:"+this+" octets:"+this.toOctetString(" ")+"]"}}});var Ro=z((ci,tw)=>{var lp=ko("util"),Bl=ci.Type={STOP:0,VOID:1,BOOL:2,BYTE:3,I08:3,DOUBLE:4,I16:6,I32:8,I64:10,STRING:11,UTF7:11,STRUCT:12,MAP:13,SET:14,LIST:15,UTF8:16,UTF16:17};ci.MessageType={CALL:1,REPLY:2,EXCEPTION:3,ONEWAY:4};ci.TException=up;function up(t){Error.call(this),Error.captureStackTrace!==void 0&&Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.message=t}lp.inherits(up,Error);var HO=ci.TApplicationExceptionType={UNKNOWN:0,UNKNOWN_METHOD:1,INVALID_MESSAGE_TYPE:2,WRONG_METHOD_NAME:3,BAD_SEQUENCE_ID:4,MISSING_RESULT:5,INTERNAL_ERROR:6,PROTOCOL_ERROR:7,INVALID_TRANSFORM:8,INVALID_PROTOCOL:9,UNSUPPORTED_CLIENT_TYPE:10};ci.TApplicationException=cp;function cp(t,e){up.call(this),Error.captureStackTrace!==void 0&&Error.captureStackTrace(this,this.constructor),this.type=t||HO.UNKNOWN,this.name=this.constructor.name,this.message=e}lp.inherits(cp,up);cp.prototype.read=function(t){for(var e,r=t.readStructBegin("TApplicationException");r=t.readFieldBegin(),r.ftype!=Bl.STOP;){switch(r.fid){case 1:r.ftype==Bl.STRING?(r=t.readString(),this.message=r):r=t.skip(r.ftype);break;case 2:r.ftype==Bl.I32?(r=t.readI32(),this.type=r):r=t.skip(r.ftype);break;default:r=t.skip(r.ftype);break}t.readFieldEnd()}t.readStructEnd()};cp.prototype.write=function(t){t.writeStructBegin("TApplicationException"),this.message&&(t.writeFieldBegin("message",Bl.STRING,1),t.writeString(this.message),t.writeFieldEnd()),this.code&&(t.writeFieldBegin("type",Bl.I32,2),t.writeI32(this.code),t.writeFieldEnd()),t.writeFieldStop(),t.writeStructEnd()};var s6=ci.TProtocolExceptionType={UNKNOWN:0,INVALID_DATA:1,NEGATIVE_SIZE:2,SIZE_LIMIT:3,BAD_VERSION:4,NOT_IMPLEMENTED:5,DEPTH_LIMIT:6};ci.TProtocolException=yq;function yq(t,e){Error.call(this),Error.captureStackTrace!==void 0&&Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.type=t,this.message=e}lp.inherits(yq,Error);ci.objectLength=function(t){return Object.keys(t).length};ci.inherits=function(t,e){lp.inherits(t,e)};var pp,dp;pp=function(t,e){if(!t)return t;var r;e.shift===void 0?r=e:r=e[0];var n=r,i=t.length,o=[],f,s;for(f=0;f<i;f++)s=t[f],r===null?o.push(s):r===dp||r===pp?o.push(r(s,e.slice(1))):o.push(new n(s));return o};dp=function(t,e){if(!t)return t;var r;e.shift===void 0?r=e:r=e[0];var n=r,i={},o;for(var f in t)t.hasOwnProperty(f)&&(o=t[f],r===null?i[f]=o:r===dp||r===pp?i[f]=r(o,e.slice(1)):i[f]=new n(o));return i};tw.exports.copyMap=dp;tw.exports.copyList=pp});var _q=z((a6,jq)=>{var Fs=null;typeof WebSocket!="undefined"?Fs=WebSocket:typeof MozWebSocket!="undefined"?Fs=MozWebSocket:typeof global!="undefined"?Fs=global.WebSocket||global.MozWebSocket:typeof window!="undefined"?Fs=window.WebSocket||window.MozWebSocket:typeof self!="undefined"&&(Fs=self.WebSocket||self.MozWebSocket);jq.exports=Fs});var nw=z((l6,rw)=>{"use strict";var Ps=typeof Reflect=="object"?Reflect:null,qq=Ps&&typeof Ps.apply=="function"?Ps.apply:function(e,r,n){return Function.prototype.apply.call(e,r,n)},mp;Ps&&typeof Ps.ownKeys=="function"?mp=Ps.ownKeys:Object.getOwnPropertySymbols?mp=function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:mp=function(e){return Object.getOwnPropertyNames(e)};function MO(t){console&&console.warn&&console.warn(t)}var vq=Number.isNaN||function(e){return e!==e};function Bt(){Bt.init.call(this)}rw.exports=Bt;rw.exports.once=VO;Bt.EventEmitter=Bt;Bt.prototype._events=void 0;Bt.prototype._eventsCount=0;Bt.prototype._maxListeners=void 0;var Tq=10;function bp(t){if(typeof t!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof t)}Object.defineProperty(Bt,"defaultMaxListeners",{enumerable:!0,get:function(){return Tq},set:function(t){if(typeof t!="number"||t<0||vq(t))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+t+".");Tq=t}});Bt.init=function(){(this._events===void 0||this._events===Object.getPrototypeOf(this)._events)&&(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0};Bt.prototype.setMaxListeners=function(e){if(typeof e!="number"||e<0||vq(e))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+e+".");return this._maxListeners=e,this};function Bq(t){return t._maxListeners===void 0?Bt.defaultMaxListeners:t._maxListeners}Bt.prototype.getMaxListeners=function(){return Bq(this)};Bt.prototype.emit=function(e){for(var r=[],n=1;n<arguments.length;n++)r.push(arguments[n]);var i=e==="error",o=this._events;if(o!==void 0)i=i&&o.error===void 0;else if(!i)return!1;if(i){var f;if(r.length>0&&(f=r[0]),f instanceof Error)throw f;var s=new Error("Unhandled error."+(f?" ("+f.message+")":""));throw s.context=f,s}var l=o[e];if(l===void 0)return!1;if(typeof l=="function")qq(l,this,r);else for(var u=l.length,c=Aq(l,u),n=0;n<u;++n)qq(c[n],this,r);return!0};function kq(t,e,r,n){var i,o,f;if(bp(r),o=t._events,o===void 0?(o=t._events=Object.create(null),t._eventsCount=0):(o.newListener!==void 0&&(t.emit("newListener",e,r.listener?r.listener:r),o=t._events),f=o[e]),f===void 0)f=o[e]=r,++t._eventsCount;else if(typeof f=="function"?f=o[e]=n?[r,f]:[f,r]:n?f.unshift(r):f.push(r),i=Bq(t),i>0&&f.length>i&&!f.warned){f.warned=!0;var s=new Error("Possible EventEmitter memory leak detected. "+f.length+" "+String(e)+" listeners added. Use emitter.setMaxListeners() to increase limit");s.name="MaxListenersExceededWarning",s.emitter=t,s.type=e,s.count=f.length,MO(s)}return t}Bt.prototype.addListener=function(e,r){return kq(this,e,r,!1)};Bt.prototype.on=Bt.prototype.addListener;Bt.prototype.prependListener=function(e,r){return kq(this,e,r,!0)};function zO(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,arguments.length===0?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function Iq(t,e,r){var n={fired:!1,wrapFn:void 0,target:t,type:e,listener:r},i=zO.bind(n);return i.listener=r,n.wrapFn=i,i}Bt.prototype.once=function(e,r){return bp(r),this.on(e,Iq(this,e,r)),this};Bt.prototype.prependOnceListener=function(e,r){return bp(r),this.prependListener(e,Iq(this,e,r)),this};Bt.prototype.removeListener=function(e,r){var n,i,o,f,s;if(bp(r),i=this._events,i===void 0)return this;if(n=i[e],n===void 0)return this;if(n===r||n.listener===r)--this._eventsCount==0?this._events=Object.create(null):(delete i[e],i.removeListener&&this.emit("removeListener",e,n.listener||r));else if(typeof n!="function"){for(o=-1,f=n.length-1;f>=0;f--)if(n[f]===r||n[f].listener===r){s=n[f].listener,o=f;break}if(o<0)return this;o===0?n.shift():UO(n,o),n.length===1&&(i[e]=n[0]),i.removeListener!==void 0&&this.emit("removeListener",e,s||r)}return this};Bt.prototype.off=Bt.prototype.removeListener;Bt.prototype.removeAllListeners=function(e){var r,n,i;if(n=this._events,n===void 0)return this;if(n.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):n[e]!==void 0&&(--this._eventsCount==0?this._events=Object.create(null):delete n[e]),this;if(arguments.length===0){var o=Object.keys(n),f;for(i=0;i<o.length;++i)f=o[i],f!=="removeListener"&&this.removeAllListeners(f);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if(r=n[e],typeof r=="function")this.removeListener(e,r);else if(r!==void 0)for(i=r.length-1;i>=0;i--)this.removeListener(e,r[i]);return this};function Sq(t,e,r){var n=t._events;if(n===void 0)return[];var i=n[e];return i===void 0?[]:typeof i=="function"?r?[i.listener||i]:[i]:r?LO(i):Aq(i,i.length)}Bt.prototype.listeners=function(e){return Sq(this,e,!0)};Bt.prototype.rawListeners=function(e){return Sq(this,e,!1)};Bt.listenerCount=function(t,e){return typeof t.listenerCount=="function"?t.listenerCount(e):xq.call(t,e)};Bt.prototype.listenerCount=xq;function xq(t){var e=this._events;if(e!==void 0){var r=e[t];if(typeof r=="function")return 1;if(r!==void 0)return r.length}return 0}Bt.prototype.eventNames=function(){return this._eventsCount>0?mp(this._events):[]};function Aq(t,e){for(var r=new Array(e),n=0;n<e;++n)r[n]=t[n];return r}function UO(t,e){for(;e+1<t.length;e++)t[e]=t[e+1];t.pop()}function LO(t){for(var e=new Array(t.length),r=0;r<e.length;++r)e[r]=t[r].listener||t[r];return e}function VO(t,e){return new Promise(function(r,n){function i(f){t.removeListener(e,o),n(f)}function o(){typeof t.removeListener=="function"&&t.removeListener("error",i),r([].slice.call(arguments))}Eq(t,e,o,{once:!0}),e!=="error"&&CO(t,i,{once:!0})})}function CO(t,e,r){typeof t.on=="function"&&Eq(t,"error",e,r)}function Eq(t,e,r,n){if(typeof t.on=="function")n.once?t.once(e,r):t.on(e,r);else if(typeof t.addEventListener=="function")t.addEventListener(e,function i(o){n.once&&t.removeEventListener(e,i),r(o)});else throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof t)}});var wp=z(Ho=>{var iw=Math.pow(2,8),WO=Math.pow(2,16),Oq=Math.pow(2,24),Nq=Math.pow(2,32),YO=Math.pow(2,40),KO=Math.pow(2,48),ow=Math.pow(2,52),GO=Math.pow(2,1022);Ho.readByte=function(t){return t>127?t-256:t};Ho.readI16=function(t,e){e=e||0;var r=t[e+1];return r+=t[e]<<8,t[e]&128&&(r-=WO),r};Ho.readI32=function(t,e){e=e||0;var r=t[e+3];return r+=t[e+2]<<8,r+=t[e+1]<<16,r+=t[e]*Oq,t[e]&128&&(r-=Nq),r};Ho.writeI16=function(t,e){return t[1]=e&255,e>>=8,t[0]=e&255,t};Ho.writeI32=function(t,e){return t[3]=e&255,e>>=8,t[2]=e&255,e>>=8,t[1]=e&255,e>>=8,t[0]=e&255,t};Ho.readDouble=function(t,e){e=e||0;var r=t[e]&128,n=(t[e+1]&240)>>4;n+=(t[e]&127)<<4;var i=t[e+7];switch(i+=t[e+6]<<8,i+=t[e+5]<<16,i+=t[e+4]*Oq,i+=t[e+3]*Nq,i+=t[e+2]*YO,i+=(t[e+1]&15)*KO,n){case 0:n=-1022;break;case 2047:return i?NaN:r?-1/0:1/0;default:i+=ow,n-=1023}return r&&(i*=-1),i*Math.pow(2,n-52)};Ho.writeDouble=function(t,e){var r,n,i;return t[0]=e<0?128:0,e=Math.abs(e),e!==e?(r=2251799813685248,n=2047):e===1/0?(r=0,n=2047):(n=Math.floor(Math.log(e)/Math.LN2),i=Math.pow(2,-n),e*i<1&&(n--,i*=2),n+1023>=2047?(r=0,n=2047):n+1023>=1?(r=(e*i-1)*ow,n+=1023):(r=e*GO*ow,n=0)),t[1]=n<<4&240,t[0]|=n>>4&127,t[7]=r&255,r=Math.floor(r/iw),t[6]=r&255,r=Math.floor(r/iw),t[5]=r&255,r=Math.floor(r/iw),t[4]=r&255,r>>=8,t[3]=r&255,r>>=8,t[2]=r&255,r>>=8,t[1]|=r&15,t}});var zf=z((c6,Fq)=>{var JO=ko("util");Fq.exports=Dq;function Dq(t){Error.call(this),Error.captureStackTrace!==void 0&&Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.message=t}JO.inherits(Dq,Error)});var gp=z(Ji=>{var ZO=ko("util"),Rs=function(){},Pq=console.log,hp="error";function kl(t){return function(){var e=["thrift: ["+t+"] "].concat(Array.from(arguments));return Pq(ZO.format.apply(null,e))}}var fw=Rs,sw=Rs,aw=Rs,lw=Rs,uw=Rs;Ji.setLogFunc=function(t){Pq=t};var XO=Ji.setLogLevel=function(t){switch(fw=sw=aw=lw=uw=Rs,hp=t,hp){case"trace":fw=kl("TRACE");case"debug":sw=kl("DEBUG");case"error":aw=kl("ERROR");case"warning":lw=kl("WARN");case"info":uw=kl("INFO")}};XO(hp);Ji.getLogLevel=function(){return hp};Ji.trace=function(){return fw.apply(null,arguments)};Ji.debug=function(){return sw.apply(null,arguments)};Ji.error=function(){return aw.apply(null,arguments)};Ji.warning=function(){return lw.apply(null,arguments)};Ji.info=function(){return uw.apply(null,arguments)}});var dw=z((d6,Rq)=>{var QO=gp(),Zi=wn(),Wt=Ro(),At=Wt.Type;Rq.exports=ee;var cw=Math.pow(2,8),$O=Math.pow(2,24),e4=Math.pow(2,32),t4=Math.pow(2,40),r4=Math.pow(2,48),pw=Math.pow(2,52),n4=Math.pow(2,1022);function ee(t){this.trans=t,this.lastField_=[],this.lastFieldId_=0,this.string_limit_=0,this.string_buf_=null,this.string_buf_size_=0,this.container_limit_=0,this.booleanField_={name:null,hasBoolValue:!1},this.boolValue_={hasBoolValue:!1,boolValue:!1}}ee.PROTOCOL_ID=-126;ee.VERSION_N=1;ee.VERSION_MASK=31;ee.TYPE_MASK=-32;ee.TYPE_BITS=7;ee.TYPE_SHIFT_AMOUNT=5;ee.Types={CT_STOP:0,CT_BOOLEAN_TRUE:1,CT_BOOLEAN_FALSE:2,CT_BYTE:3,CT_I16:4,CT_I32:5,CT_I64:6,CT_DOUBLE:7,CT_BINARY:8,CT_LIST:9,CT_SET:10,CT_MAP:11,CT_STRUCT:12};ee.TTypeToCType=[ee.Types.CT_STOP,0,ee.Types.CT_BOOLEAN_TRUE,ee.Types.CT_BYTE,ee.Types.CT_DOUBLE,0,ee.Types.CT_I16,0,ee.Types.CT_I32,0,ee.Types.CT_I64,ee.Types.CT_BINARY,ee.Types.CT_STRUCT,ee.Types.CT_MAP,ee.Types.CT_SET,ee.Types.CT_LIST];ee.prototype.getTransport=function(){return this.trans};ee.prototype.getCompactType=function(t){return ee.TTypeToCType[t]};ee.prototype.getTType=function(t){switch(t){case At.STOP:return At.STOP;case ee.Types.CT_BOOLEAN_FALSE:case ee.Types.CT_BOOLEAN_TRUE:return At.BOOL;case ee.Types.CT_BYTE:return At.BYTE;case ee.Types.CT_I16:return At.I16;case ee.Types.CT_I32:return At.I32;case ee.Types.CT_I64:return At.I64;case ee.Types.CT_DOUBLE:return At.DOUBLE;case ee.Types.CT_BINARY:return At.STRING;case ee.Types.CT_LIST:return At.LIST;case ee.Types.CT_SET:return At.SET;case ee.Types.CT_MAP:return At.MAP;case ee.Types.CT_STRUCT:return At.STRUCT;default:throw new Wt.TProtocolException(Wt.TProtocolExceptionType.INVALID_DATA,"Unknown type: "+t)}return At.STOP};ee.prototype.flush=function(){return this.trans.flush()};ee.prototype.writeMessageBegin=function(t,e,r){this.writeByte(ee.PROTOCOL_ID),this.writeByte(ee.VERSION_N&ee.VERSION_MASK|e<<ee.TYPE_SHIFT_AMOUNT&ee.TYPE_MASK),this.writeVarint32(r),this.writeString(t),this._seqid?QO.warning("SeqId already set",{name:t}):(this._seqid=r,this.trans.setCurrSeqId(r))};ee.prototype.writeMessageEnd=function(){};ee.prototype.writeStructBegin=function(t){this.lastField_.push(this.lastFieldId_),this.lastFieldId_=0};ee.prototype.writeStructEnd=function(){this.lastFieldId_=this.lastField_.pop()};ee.prototype.writeFieldBegin=function(t,e,r){if(e!=At.BOOL)return this.writeFieldBeginInternal(t,e,r,-1);this.booleanField_.name=t,this.booleanField_.fieldType=e,this.booleanField_.fieldId=r};ee.prototype.writeFieldEnd=function(){};ee.prototype.writeFieldStop=function(){this.writeByte(ee.Types.CT_STOP)};ee.prototype.writeMapBegin=function(t,e,r){r===0?this.writeByte(0):(this.writeVarint32(r),this.writeByte(this.getCompactType(t)<<4|this.getCompactType(e)))};ee.prototype.writeMapEnd=function(){};ee.prototype.writeListBegin=function(t,e){this.writeCollectionBegin(t,e)};ee.prototype.writeListEnd=function(){};ee.prototype.writeSetBegin=function(t,e){this.writeCollectionBegin(t,e)};ee.prototype.writeSetEnd=function(){};ee.prototype.writeBool=function(t){this.booleanField_.name!==null?(this.writeFieldBeginInternal(this.booleanField_.name,this.booleanField_.fieldType,this.booleanField_.fieldId,t?ee.Types.CT_BOOLEAN_TRUE:ee.Types.CT_BOOLEAN_FALSE),this.booleanField_.name=null):this.writeByte(t?ee.Types.CT_BOOLEAN_TRUE:ee.Types.CT_BOOLEAN_FALSE)};ee.prototype.writeByte=function(t){this.trans.write(new Buffer([t]))};ee.prototype.writeI16=function(t){this.writeVarint32(this.i32ToZigzag(t))};ee.prototype.writeI32=function(t){this.writeVarint32(this.i32ToZigzag(t))};ee.prototype.writeI64=function(t){this.writeVarint64(this.i64ToZigzag(t))};ee.prototype.writeDouble=function(t){var e=new Buffer(8),r,n,i;e[7]=t<0?128:0,t=Math.abs(t),t!==t?(r=2251799813685248,n=2047):t===1/0?(r=0,n=2047):(n=Math.floor(Math.log(t)/Math.LN2),i=Math.pow(2,-n),t*i<1&&(n--,i*=2),n+1023>=2047?(r=0,n=2047):n+1023>=1?(r=(t*i-1)*pw,n+=1023):(r=t*n4*pw,n=0)),e[6]=n<<4&240,e[7]|=n>>4&127,e[0]=r&255,r=Math.floor(r/cw),e[1]=r&255,r=Math.floor(r/cw),e[2]=r&255,r=Math.floor(r/cw),e[3]=r&255,r>>=8,e[4]=r&255,r>>=8,e[5]=r&255,r>>=8,e[6]|=r&15,this.trans.write(e)};ee.prototype.writeStringOrBinary=function(t,e,r){if(typeof r=="string")this.writeVarint32(Buffer.byteLength(r,e)),this.trans.write(new Buffer(r,e));else if(r instanceof Buffer||Object.prototype.toString.call(r)=="[object Uint8Array]")this.writeVarint32(r.length),this.trans.write(r);else throw new Error(t+" called without a string/Buffer argument: "+r)};ee.prototype.writeString=function(t){this.writeStringOrBinary("writeString","utf8",t)};ee.prototype.writeBinary=function(t){this.writeStringOrBinary("writeBinary","binary",t)};ee.prototype.writeFieldBeginInternal=function(t,e,r,n){var i=n==-1?this.getCompactType(e):n;r>this.lastFieldId_&&r-this.lastFieldId_<=15?this.writeByte(r-this.lastFieldId_<<4|i):(this.writeByte(i),this.writeI16(r)),this.lastFieldId_=r};ee.prototype.writeCollectionBegin=function(t,e){e<=14?this.writeByte(e<<4|this.getCompactType(t)):(this.writeByte(240|this.getCompactType(t)),this.writeVarint32(e))};ee.prototype.writeVarint32=function(t){for(var e=new Buffer(5),r=0;;)if((t&~127)==0){e[r++]=t;break}else e[r++]=t&127|128,t=t>>>7;var n=new Buffer(r);e.copy(n,0,0,r),this.trans.write(n)};ee.prototype.writeVarint64=function(t){if(typeof t=="number"&&(t=new Zi(t)),!(t instanceof Zi))throw new Wt.TProtocolException(Wt.TProtocolExceptionType.INVALID_DATA,"Expected Int64 or Number, found: "+t);for(var e=new Buffer(10),r=0,n=t.buffer.readUInt32BE(0,!0),i=t.buffer.readUInt32BE(4,!0),o=0;;)if((i&~127)==0&&n===0){e[r++]=i;break}else e[r++]=i&127|128,o=n<<25,i=i>>>7,n=n>>>7,i=i|o;var f=new Buffer(r);e.copy(f,0,0,r),this.trans.write(f)};ee.prototype.i64ToZigzag=function(t){if(typeof t=="string"?t=new Zi(parseInt(t,10)):typeof t=="number"&&(t=new Zi(t)),!(t instanceof Zi))throw new Wt.TProtocolException(Wt.TProtocolExceptionType.INVALID_DATA,"Expected Int64 or Number, found: "+t);var e=t.buffer.readUInt32BE(0,!0),r=t.buffer.readUInt32BE(4,!0),n=e>>>31;return e=(e<<1|r>>>31)^(n?4294967295:0),r=r<<1^(n?4294967295:0),new Zi(e,r)};ee.prototype.i32ToZigzag=function(t){return t<<1^(t&2147483648?4294967295:0)};ee.prototype.readMessageBegin=function(){var t=this.trans.readByte();if(t!=ee.PROTOCOL_ID)throw new Wt.TProtocolException(Wt.TProtocolExceptionType.BAD_VERSION,"Bad protocol identifier "+t);var e=this.trans.readByte(),r=e&ee.VERSION_MASK;if(r!=ee.VERSION_N)throw new Wt.TProtocolException(Wt.TProtocolExceptionType.BAD_VERSION,"Bad protocol version "+r);var n=e>>ee.TYPE_SHIFT_AMOUNT&ee.TYPE_BITS,i=this.readVarint32(),o=this.readString();return{fname:o,mtype:n,rseqid:i}};ee.prototype.readMessageEnd=function(){};ee.prototype.readStructBegin=function(){return this.lastField_.push(this.lastFieldId_),this.lastFieldId_=0,{fname:""}};ee.prototype.readStructEnd=function(){this.lastFieldId_=this.lastField_.pop()};ee.prototype.readFieldBegin=function(){var t=0,e=this.trans.readByte(e),r=e&15;if(r==ee.Types.CT_STOP)return{fname:null,ftype:Wt.Type.STOP,fid:0};var n=(e&240)>>>4;n===0?t=this.readI16():t=this.lastFieldId_+n;var i=this.getTType(r);return(r==ee.Types.CT_BOOLEAN_TRUE||r==ee.Types.CT_BOOLEAN_FALSE)&&(this.boolValue_.hasBoolValue=!0,this.boolValue_.boolValue=r==ee.Types.CT_BOOLEAN_TRUE),this.lastFieldId_=t,{fname:null,ftype:i,fid:t}};ee.prototype.readFieldEnd=function(){};ee.prototype.readMapBegin=function(){var t=this.readVarint32();if(t<0)throw new Wt.TProtocolException(Wt.TProtocolExceptionType.NEGATIVE_SIZE,"Negative map size");var e=0;t!==0&&(e=this.trans.readByte());var r=this.getTType((e&240)>>>4),n=this.getTType(e&15);return{ktype:r,vtype:n,size:t}};ee.prototype.readMapEnd=function(){};ee.prototype.readListBegin=function(){var t=this.trans.readByte(),e=t>>>4&15;if(e==15&&(e=this.readVarint32()),e<0)throw new Wt.TProtocolException(Wt.TProtocolExceptionType.NEGATIVE_SIZE,"Negative list size");var r=this.getTType(t&15);return{etype:r,size:e}};ee.prototype.readListEnd=function(){};ee.prototype.readSetBegin=function(){return this.readListBegin()};ee.prototype.readSetEnd=function(){};ee.prototype.readBool=function(){var t=!1,e=0;if(this.boolValue_.hasBoolValue===!0)t=this.boolValue_.boolValue,this.boolValue_.hasBoolValue=!1;else{var r=this.trans.readByte();e=r.rsize,t=r.value==ee.Types.CT_BOOLEAN_TRUE}return t};ee.prototype.readByte=function(){return this.trans.readByte()};ee.prototype.readI16=function(){return this.readI32()};ee.prototype.readI32=function(){return this.zigzagToI32(this.readVarint32())};ee.prototype.readI64=function(){return this.zigzagToI64(this.readVarint64())};ee.prototype.readDouble=function(){var t=this.trans.read(8),e=0,r=t[e+7]&128,n=(t[e+6]&240)>>4;n+=(t[e+7]&127)<<4;var i=t[e];switch(i+=t[e+1]<<8,i+=t[e+2]<<16,i+=t[e+3]*$O,i+=t[e+4]*e4,i+=t[e+5]*t4,i+=(t[e+6]&15)*r4,n){case 0:n=-1022;break;case 2047:return i?NaN:r?-1/0:1/0;default:i+=pw,n-=1023}return r&&(i*=-1),i*Math.pow(2,n-52)};ee.prototype.readBinary=function(){var t=this.readVarint32();if(t===0)return new Buffer(0);if(t<0)throw new Wt.TProtocolException(Wt.TProtocolExceptionType.NEGATIVE_SIZE,"Negative binary size");return this.trans.read(t)};ee.prototype.readString=function(){var t=this.readVarint32();if(t===0)return"";if(t<0)throw new Wt.TProtocolException(Wt.TProtocolExceptionType.NEGATIVE_SIZE,"Negative string size");return this.trans.readString(t)};ee.prototype.readVarint32=function(){return this.readVarint64().toNumber()};ee.prototype.readVarint64=function(){for(var t=0,e=0,r=0,n=0;;){var i=this.trans.readByte();if(t++,n<=25?e=e|(i&127)<<n:25<n&&n<32?(e=e|(i&127)<<n,r=r|(i&127)>>>32-n):r=r|(i&127)<<n-32,n+=7,!(i&128))break;if(t>=10)throw new Wt.TProtocolException(Wt.TProtocolExceptionType.INVALID_DATA,"Variable-length int over 10 bytes.")}return new Zi(r,e)};ee.prototype.zigzagToI32=function(t){return t>>>1^-1*(t&1)};ee.prototype.zigzagToI64=function(t){var e=t.buffer.readUInt32BE(0,!0),r=t.buffer.readUInt32BE(4,!0),n=new Zi(e&0,r&1);n._2scomp();var i=n.buffer.readUInt32BE(0,!0),o=n.buffer.readUInt32BE(4,!0),f=e<<31;return e=e>>>1^i,r=(r>>>1|f)^o,new Zi(e,r)};ee.prototype.skip=function(t){switch(t){case At.BOOL:this.readBool();break;case At.BYTE:this.readByte();break;case At.I16:this.readI16();break;case At.I32:this.readI32();break;case At.I64:this.readI64();break;case At.DOUBLE:this.readDouble();break;case At.STRING:this.readString();break;case At.STRUCT:for(this.readStructBegin();;){var e=this.readFieldBegin();if(e.ftype===At.STOP)break;this.skip(e.ftype),this.readFieldEnd()}this.readStructEnd();break;case At.MAP:for(var r=this.readMapBegin(),n=0;n<r.size;++n)this.skip(r.ktype),this.skip(r.vtype);this.readMapEnd();break;case At.SET:for(var i=this.readSetBegin(),o=0;o<i.size;++o)this.skip(i.etype);this.readSetEnd();break;case At.LIST:for(var f=this.readListBegin(),s=0;s<f.size;++s)this.skip(f.etype);this.readListEnd();break;default:throw new Error("Invalid type: "+t)}}});var ww=z((m6,Lq)=>{var Hq=gp(),mw=wp(),Mq=wn(),Xi=Ro(),Wr=Xi.Type;Lq.exports=De;var zq=-65536,bw=-2147418112,Uq=255;De.VERSION_MASK=zq;De.VERSION_1=bw;De.TYPE_MASK=Uq;function De(t,e,r){this.trans=t,this.strictRead=e!==void 0?e:!1,this.strictWrite=r!==void 0?r:!0,this._seqid=null}De.prototype.flush=function(){return this.trans.flush()};De.prototype.writeMessageBegin=function(t,e,r){this.strictWrite?(this.writeI32(bw|e),this.writeString(t),this.writeI32(r)):(this.writeString(t),this.writeByte(e),this.writeI32(r)),this._seqid!==null?Hq.warning("SeqId already set",{name:t}):(this._seqid=r,this.trans.setCurrSeqId(r))};De.prototype.writeMessageEnd=function(){this._seqid!==null?this._seqid=null:Hq.warning("No seqid to unset")};De.prototype.writeStructBegin=function(t){};De.prototype.writeStructEnd=function(){};De.prototype.writeFieldBegin=function(t,e,r){this.writeByte(e),this.writeI16(r)};De.prototype.writeFieldEnd=function(){};De.prototype.writeFieldStop=function(){this.writeByte(Wr.STOP)};De.prototype.writeMapBegin=function(t,e,r){this.writeByte(t),this.writeByte(e),this.writeI32(r)};De.prototype.writeMapEnd=function(){};De.prototype.writeListBegin=function(t,e){this.writeByte(t),this.writeI32(e)};De.prototype.writeListEnd=function(){};De.prototype.writeSetBegin=function(t,e){this.writeByte(t),this.writeI32(e)};De.prototype.writeSetEnd=function(){};De.prototype.writeBool=function(t){t?this.writeByte(1):this.writeByte(0)};De.prototype.writeByte=function(t){this.trans.write(new Buffer([t]))};De.prototype.writeI16=function(t){this.trans.write(mw.writeI16(new Buffer(2),t))};De.prototype.writeI32=function(t){this.trans.write(mw.writeI32(new Buffer(4),t))};De.prototype.writeI64=function(t){t.buffer?this.trans.write(t.buffer):this.trans.write(new Mq(t).buffer)};De.prototype.writeDouble=function(t){this.trans.write(mw.writeDouble(new Buffer(8),t))};De.prototype.writeStringOrBinary=function(t,e,r){if(typeof r=="string")this.writeI32(Buffer.byteLength(r,e)),this.trans.write(new Buffer(r,e));else if(r instanceof Buffer||Object.prototype.toString.call(r)=="[object Uint8Array]")this.writeI32(r.length),this.trans.write(r);else throw new Error(t+" called without a string/Buffer argument: "+r)};De.prototype.writeString=function(t){this.writeStringOrBinary("writeString","utf8",t)};De.prototype.writeBinary=function(t){this.writeStringOrBinary("writeBinary","binary",t)};De.prototype.readMessageBegin=function(){var t=this.readI32(),e,r,n;if(t<0){var i=t&zq;if(i!=bw)throw new Xi.TProtocolException(Xi.TProtocolExceptionType.BAD_VERSION,"Bad version in readMessageBegin: "+t);e=t&Uq,r=this.readString(),n=this.readI32()}else{if(this.strictRead)throw new Xi.TProtocolException(Xi.TProtocolExceptionType.BAD_VERSION,"No protocol version header");r=this.trans.read(t),e=this.readByte(),n=this.readI32()}return{fname:r,mtype:e,rseqid:n}};De.prototype.readMessageEnd=function(){};De.prototype.readStructBegin=function(){return{fname:""}};De.prototype.readStructEnd=function(){};De.prototype.readFieldBegin=function(){var t=this.readByte();if(t==Wr.STOP)return{fname:null,ftype:t,fid:0};var e=this.readI16();return{fname:null,ftype:t,fid:e}};De.prototype.readFieldEnd=function(){};De.prototype.readMapBegin=function(){var t=this.readByte(),e=this.readByte(),r=this.readI32();return{ktype:t,vtype:e,size:r}};De.prototype.readMapEnd=function(){};De.prototype.readListBegin=function(){var t=this.readByte(),e=this.readI32();return{etype:t,size:e}};De.prototype.readListEnd=function(){};De.prototype.readSetBegin=function(){var t=this.readByte(),e=this.readI32();return{etype:t,size:e}};De.prototype.readSetEnd=function(){};De.prototype.readBool=function(){var t=this.readByte();return t!==0};De.prototype.readByte=function(){return this.trans.readByte()};De.prototype.readI16=function(){return this.trans.readI16()};De.prototype.readI32=function(){return this.trans.readI32()};De.prototype.readI64=function(){var t=this.trans.read(8);return new Mq(t)};De.prototype.readDouble=function(){return this.trans.readDouble()};De.prototype.readBinary=function(){var t=this.readI32();if(t===0)return new Buffer(0);if(t<0)throw new Xi.TProtocolException(Xi.TProtocolExceptionType.NEGATIVE_SIZE,"Negative binary size");return this.trans.read(t)};De.prototype.readString=function(){var t=this.readI32();if(t===0)return"";if(t<0)throw new Xi.TProtocolException(Xi.TProtocolExceptionType.NEGATIVE_SIZE,"Negative string size");return this.trans.readString(t)};De.prototype.getTransport=function(){return this.trans};De.prototype.skip=function(t){switch(t){case Wr.BOOL:this.readBool();break;case Wr.BYTE:this.readByte();break;case Wr.I16:this.readI16();break;case Wr.I32:this.readI32();break;case Wr.I64:this.readI64();break;case Wr.DOUBLE:this.readDouble();break;case Wr.STRING:this.readString();break;case Wr.STRUCT:for(this.readStructBegin();;){var e=this.readFieldBegin();if(e.ftype===Wr.STOP)break;this.skip(e.ftype),this.readFieldEnd()}this.readStructEnd();break;case Wr.MAP:for(var r=this.readMapBegin(),n=0;n<r.size;++n)this.skip(r.ktype),this.skip(r.vtype);this.readMapEnd();break;case Wr.SET:for(var i=this.readSetBegin(),o=0;o<i.size;++o)this.skip(i.etype);this.readSetEnd();break;case Wr.LIST:for(var f=this.readListBegin(),s=0;s<f.size;++s)this.skip(f.etype);this.readListEnd();break;default:throw new Error("Invalid type: "+t)}}});var hw=z((b6,Gq)=>{var i4=ko("util"),yp=dw(),Vq=ww(),o4=zf();function Il(t){Error.call(this),Error.captureStackTrace!==void 0&&Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.message=t}i4.inherits(Il,Error);Gq.exports=rr;var f4=0,s4=1,a4=0,l4=32/8,u4=48/8,c4=64/8,p4=96/8,Cq=112/8,Wq=4095,Yq=1,d4=1073741823;function Qi(t){var e=Sl();this.outputBuffer=null;var r=this;this.transport=new e(null,function(n){r.outputBuffer=n}),this.transport.inBuf=t||Buffer.alloc(0),this.transport.writeCursor=this.transport.inBuf.length,this.protocol=new yp(this.transport)}Qi.prototype.readVarint32=function(){return this.protocol.readVarint32()};Qi.prototype.writeVarint32=function(t){this.protocol.writeVarint32(t)};Qi.prototype.readString=function(){return this.protocol.readString()};Qi.prototype.writeString=function(t){this.protocol.writeString(t)};Qi.prototype.getOutCount=function(){return this.transport.outCount};Qi.prototype.write=function(t){this.transport.write(t)};Qi.prototype.toBuffer=function(){return this.transport.flush(),this.outputBuffer};rr.SubprotocolId={BINARY:0,JSON:1,COMPACT:2};function rr(){this.maxFrameSize=d4,this.protocolId=rr.SubprotocolId.BINARY,this.rheaders={},this.wheaders={},this.inBuf=Buffer.alloc(0),this.outCount=0,this.flags=null,this.seqid=0,this.shouldWriteHeaders=!0}var Kq=function(t,e){if(typeof t!="string"||typeof e!="string")throw new Il("Header key and values must be strings")},m4=function(t){for(var e=Object.keys(rr.SubprotocolId),r=0;r<e.length;r++)if(t===rr.SubprotocolId[e[r]])return!0;throw new Error(t+" is not a valid protocol id")};rr.prototype.setSeqId=function(t){this.seqid=t};rr.prototype.getSeqId=function(t){return this.seqid};rr.prototype.setFlags=function(t){this.flags=t};rr.prototype.getReadHeaders=function(){return this.rheaders};rr.prototype.setReadHeader=function(t,e){Kq(t,e),this.rheaders[t]=e};rr.prototype.clearReadHeaders=function(){this.rheaders={}};rr.prototype.getWriteHeaders=function(){return this.wheaders};rr.prototype.setWriteHeader=function(t,e){Kq(t,e),this.wheaders[t]=e};rr.prototype.clearWriteHeaders=function(){this.wheaders={}};rr.prototype.setMaxFrameSize=function(t){this.maxFrameSize=t};rr.prototype.setProtocolId=function(t){m4(t),this.protocolId=t};rr.prototype.getProtocolId=function(){return this.protocolId};var b4=function(t){var e=t.readInt32BE();return(e&Vq.VERSION_MASK)===Vq.VERSION_1},w4=function(t){var e=t.readInt8(f4),r=t.readInt8(s4);return e===yp.PROTOCOL_ID&&(r&yp.VERSION_MASK)===yp.VERSION_N};rr.prototype.readHeaders=function(){var t=this.inBuf,e=!1;if(b4(t)&&(this.setProtocolId(rr.SubprotocolId.BINARY),e=!0),w4(t)&&(this.setProtocolId(rr.SubprotocolId.COMPACT),e=!0),e){this.shouldWriteHeaders=!1;return}var r=t.readInt32BE(a4);if(r>this.maxFrameSize)throw new Il("Frame exceeds maximum frame size");var n=t.readInt16BE(l4);if(this.shouldWriteHeaders=n===Wq,!!this.shouldWriteHeaders){this.setFlags(t.readInt16BE(u4)),this.setSeqId(t.readInt32BE(c4));var i=t.readInt16BE(p4)*4,o=Cq+i;if(o>t.length)throw new Il("Header size is greater than frame size");var f=Buffer.alloc(i);t.copy(f,0,Cq,o);var s=new Qi(f);this.setProtocolId(s.readVarint32());var l=s.readVarint32();if(l>0)throw new Il("Transforms are not yet supported");for(;;)try{var u=s.readVarint32();if(u!==Yq)break;for(var c=s.readVarint32(),_=0;_<c;_++){var p=s.readString(),j=s.readString();this.setReadHeader(p,j)}}catch(S){if(S instanceof o4)break;throw S}return this.read(o),this.getReadHeaders()}};rr.prototype.writeHeaders=function(){if(!!this.shouldWriteHeaders){var t=this.getWriteHeaders(),e=new Qi;e.writeVarint32(this.protocolId),e.writeVarint32(0);var r=Object.keys(t);if(r.length>0){e.writeVarint32(Yq),e.writeVarint32(r.length);for(var n=0;n<r.length;n++){var i=r[n],o=t[i];e.writeString(i),e.writeString(o)}}var f=e.getOutCount(),s=(4-f%4)%4,l=Buffer.alloc(2);l.writeInt16BE(Math.floor((f+s)/4));var u=Buffer.alloc(s);u.fill(0),e.write(u);var c=e.toBuffer(),_=Buffer.alloc(4);_.writeInt32BE(10+this.outCount+c.length);var p=Buffer.alloc(2);p.writeInt16BE(Wq);var j=Buffer.alloc(2);j.writeInt16BE(0);var S=Buffer.alloc(4);S.writeInt32BE(this.getSeqId());var T=Buffer.concat([_,p,j,S,l,c]);this.outBuffers.unshift(T),this.outCount+=T.length}}});var Sl=z((w6,Jq)=>{var jp=wp(),h4=zf(),g4=hw();Jq.exports=Yt;function Yt(t,e){this.defaultReadBufferSize=1024,this.writeBufferSize=512,this.inBuf=new Buffer(this.defaultReadBufferSize),this.readCursor=0,this.writeCursor=0,this.outBuffers=[],this.outCount=0,this.onFlush=e}Yt.prototype=new g4;Yt.prototype.reset=function(){this.inBuf=new Buffer(this.defaultReadBufferSize),this.readCursor=0,this.writeCursor=0,this.outBuffers=[],this.outCount=0};Yt.receiver=function(t,e){var r=new Yt;return function(n){if(r.writeCursor+n.length>r.inBuf.length){var i=new Buffer(r.writeCursor+n.length);r.inBuf.copy(i,0,0,r.writeCursor),r.inBuf=i}n.copy(r.inBuf,r.writeCursor,0),r.writeCursor+=n.length,t(r,e)}};Yt.prototype.commitPosition=function(){var t=this.writeCursor-this.readCursor,e=t*2>this.defaultReadBufferSize?t*2:this.defaultReadBufferSize,r=new Buffer(e);t>0&&this.inBuf.copy(r,0,this.readCursor,this.writeCursor),this.readCursor=0,this.writeCursor=t,this.inBuf=r};Yt.prototype.rollbackPosition=function(){this.readCursor=0};Yt.prototype.isOpen=function(){return!0};Yt.prototype.open=function(){};Yt.prototype.close=function(){};Yt.prototype.setCurrSeqId=function(t){this._seqid=t};Yt.prototype.ensureAvailable=function(t){if(this.readCursor+t>this.writeCursor)throw new h4};Yt.prototype.read=function(t){this.ensureAvailable(t);var e=new Buffer(t);return this.inBuf.copy(e,0,this.readCursor,this.readCursor+t),this.readCursor+=t,e};Yt.prototype.readByte=function(){return this.ensureAvailable(1),jp.readByte(this.inBuf[this.readCursor++])};Yt.prototype.readI16=function(){this.ensureAvailable(2);var t=jp.readI16(this.inBuf,this.readCursor);return this.readCursor+=2,t};Yt.prototype.readI32=function(){this.ensureAvailable(4);var t=jp.readI32(this.inBuf,this.readCursor);return this.readCursor+=4,t};Yt.prototype.readDouble=function(){this.ensureAvailable(8);var t=jp.readDouble(this.inBuf,this.readCursor);return this.readCursor+=8,t};Yt.prototype.readString=function(t){this.ensureAvailable(t);var e=this.inBuf.toString("utf8",this.readCursor,this.readCursor+t);return this.readCursor+=t,e};Yt.prototype.borrow=function(){var t={buf:this.inBuf,readIndex:this.readCursor,writeIndex:this.writeCursor};return t};Yt.prototype.consume=function(t){this.readCursor+=t};Yt.prototype.write=function(t){typeof t=="string"&&(t=new Buffer(t,"utf8")),this.outBuffers.push(t),this.outCount+=t.length};Yt.prototype.flush=function(){var t=this._seqid;if(this._seqid=null,!(this.outCount<1)){var e=new Buffer(this.outCount),r=0;this.outBuffers.forEach(function(n){n.copy(e,r,0),r+=n.length}),this.onFlush&&this.onFlush(e,t),this.outBuffers=[],this.outCount=0}}});var yw=z((h6,ev)=>{var Zq=wn(),Xq=ev.exports={},y4=Math.pow(2,24),Qq=Math.pow(2,31),gw=Math.pow(2,32),$q=Math.pow(10,11);Xq.toDecimalString=function(t){var e=t.buffer,r=t.offset;if(!e[r]&&!(e[r+1]&224)||!~e[r]&&!~(e[r+1]&224))return t.toString();var n=e[r]&128;if(n){for(var i=!1,o=new Buffer(8),f=7;f>=0;--f)o[f]=~e[r+f]+(i?0:1)&255,i|=e[r+f];e=o}var s=e[r+1]+(e[r]<<8),l=e[r+7]+(e[r+6]<<8)+(e[r+5]<<16)+e[r+4]*y4+(e[r+3]+(e[r+2]<<8))*gw+s*74976710656,u=Math.floor(l/$q)+s*2814;return l=("00000000000"+String(l%$q)).slice(-11),(n?"-":"")+String(u)+l};Xq.fromDecimalString=function(t){var e=t.charAt(0)==="-";if(t.length<(e?17:16))return new Zq(+t);if(t.length>(e?20:19))throw new RangeError("Too many digits for Int64: "+t);var r=+t.slice(e?1:0,-15),n=+t.slice(-15)+r*2764472320,i=Math.floor(n/gw)+r*232830;if(n=n%gw,i>=Qq&&!(e&&i==Qq&&n==0))throw new RangeError("The magnitude is too large for Int64.");return e&&(i=~i,n===0?i=i+1&4294967295:n=~n+1,i=2147483648|i),new Zq(i,n)}});var nv=z((j6,rv)=>{var tv=wn(),g6=yw(),y6=rv.exports=function(){"use strict";var t,e,r={'"':'"',"\\":"\\","/":"/",b:"\b",f:"\f",n:`
2
+ `,r:"\r",t:" "},n,i=function(j){throw new SyntaxError(j)},o=function(j){return j&&j!==e&&i("Expected '"+j+"' instead of '"+e+"'"),e=n.charAt(t),t+=1,e},f=function(){var j,S="";for(e==="-"&&(S="-",o("-"));e>="0"&&e<="9";)S+=e,o();if(e===".")for(S+=".";o()&&e>="0"&&e<="9";)S+=e;if(e==="e"||e==="E")for(S+=e,o(),(e==="-"||e==="+")&&(S+=e,o());e>="0"&&e<="9";)S+=e,o();if(j=+S,!isFinite(j))i("Bad number");else return j>=tv.MAX_INT||j<=tv.MIN_INT?S:j},s=function(){var j,S,T="",U;if(e==='"')for(;o();){if(e==='"')return o(),T;if(e==="\\")if(o(),e==="u"){for(U=0,S=0;S<4&&(j=parseInt(o(),16),!!isFinite(j));S+=1)U=U*16+j;T+=String.fromCharCode(U)}else if(typeof r[e]=="string")T+=r[e];else break;else T+=e}i("Bad string")},l=function(){for(;e&&e<=" ";)o()},u=function(){switch(e){case"t":return o("t"),o("r"),o("u"),o("e"),!0;case"f":return o("f"),o("a"),o("l"),o("s"),o("e"),!1;case"n":return o("n"),o("u"),o("l"),o("l"),null}i("Unexpected '"+e+"'")},c,_=function(){var j=[];if(e==="["){if(o("["),l(),e==="]")return o("]"),j;for(;e;){if(j.push(c()),l(),e==="]")return o("]"),j;o(","),l()}}i("Bad array")},p=function(){var j,S={};if(e==="{"){if(o("{"),l(),e==="}")return o("}"),S;for(;e;){if(j=s(),l(),o(":"),Object.hasOwnProperty.call(S,j)&&i('Duplicate key "'+j+'"'),S[j]=c(),l(),e==="}")return o("}"),S;o(","),l()}}i("Bad object")};return c=function(){switch(l(),e){case"{":return p();case"[":return _();case'"':return s();case"-":return f();default:return e>="0"&&e<="9"?f():u()}},function(j){var S;return n=j,t=0,e=" ",S=c(),l(),e&&i("Syntax error"),S}}()});var xl=z((q6,fv)=>{var jw=wn(),j4=Ro(),ut=j4.Type,_6=ko("util"),iv=yw(),_4=nv(),ov=zf();fv.exports=me;function me(t){this.tstack=[],this.tpos=[],this.trans=t}me.Type={};me.Type[ut.BOOL]='"tf"';me.Type[ut.BYTE]='"i8"';me.Type[ut.I16]='"i16"';me.Type[ut.I32]='"i32"';me.Type[ut.I64]='"i64"';me.Type[ut.DOUBLE]='"dbl"';me.Type[ut.STRUCT]='"rec"';me.Type[ut.STRING]='"str"';me.Type[ut.MAP]='"map"';me.Type[ut.LIST]='"lst"';me.Type[ut.SET]='"set"';me.RType={};me.RType.tf=ut.BOOL;me.RType.i8=ut.BYTE;me.RType.i16=ut.I16;me.RType.i32=ut.I32;me.RType.i64=ut.I64;me.RType.dbl=ut.DOUBLE;me.RType.rec=ut.STRUCT;me.RType.str=ut.STRING;me.RType.map=ut.MAP;me.RType.lst=ut.LIST;me.RType.set=ut.SET;me.Version=1;me.prototype.flush=function(){return this.writeToTransportIfStackIsFlushable(),this.trans.flush()};me.prototype.writeToTransportIfStackIsFlushable=function(){this.tstack.length===1&&this.trans.write(this.tstack.pop())};me.prototype.writeMessageBegin=function(t,e,r){this.tstack.push([me.Version,'"'+t+'"',e,r])};me.prototype.writeMessageEnd=function(){var t=this.tstack.pop();this.wobj=this.tstack.pop(),this.wobj.push(t),this.wbuf="["+this.wobj.join(",")+"]",this.trans.write(this.wbuf)};me.prototype.writeStructBegin=function(t){this.tpos.push(this.tstack.length),this.tstack.push({})};me.prototype.writeStructEnd=function(){var t=this.tpos.pop(),e=this.tstack[t],r="{",n=!0;for(var i in e)n?n=!1:r+=",",r+=i+":"+e[i];r+="}",this.tstack[t]=r,this.writeToTransportIfStackIsFlushable()};me.prototype.writeFieldBegin=function(t,e,r){this.tpos.push(this.tstack.length),this.tstack.push({fieldId:'"'+r+'"',fieldType:me.Type[e]})};me.prototype.writeFieldEnd=function(){var t=this.tstack.pop(),e=this.tstack.pop();":"+t==":[object Object]"?this.tstack[this.tstack.length-1][e.fieldId]="{"+e.fieldType+":"+JSON.stringify(t)+"}":this.tstack[this.tstack.length-1][e.fieldId]="{"+e.fieldType+":"+t+"}",this.tpos.pop(),this.writeToTransportIfStackIsFlushable()};me.prototype.writeFieldStop=function(){};me.prototype.writeMapBegin=function(t,e,r){this.tpos.push(this.tstack.length),this.tstack.push([me.Type[t],me.Type[e],0])};me.prototype.writeMapEnd=function(){var t=this.tpos.pop();if(t!=this.tstack.length){(this.tstack.length-t-1)%2!=0&&this.tstack.push("");var e=(this.tstack.length-t-1)/2;this.tstack[t][this.tstack[t].length-1]=e;for(var r="}",n=!0;this.tstack.length>t+1;){var i=this.tstack.pop(),o=this.tstack.pop();n?n=!1:r=","+r,isNaN(o)||(o='"'+o+'"'),r=o+":"+i+r}r="{"+r,this.tstack[t].push(r),this.tstack[t]="["+this.tstack[t].join(",")+"]",this.writeToTransportIfStackIsFlushable()}};me.prototype.writeListBegin=function(t,e){this.tpos.push(this.tstack.length),this.tstack.push([me.Type[t],e])};me.prototype.writeListEnd=function(){for(var t=this.tpos.pop();this.tstack.length>t+1;){var e=this.tstack[t+1];this.tstack.splice(t+1,1),this.tstack[t].push(e)}this.tstack[t]="["+this.tstack[t].join(",")+"]",this.writeToTransportIfStackIsFlushable()};me.prototype.writeSetBegin=function(t,e){this.tpos.push(this.tstack.length),this.tstack.push([me.Type[t],e])};me.prototype.writeSetEnd=function(){for(var t=this.tpos.pop();this.tstack.length>t+1;){var e=this.tstack[t+1];this.tstack.splice(t+1,1),this.tstack[t].push(e)}this.tstack[t]="["+this.tstack[t].join(",")+"]",this.writeToTransportIfStackIsFlushable()};me.prototype.writeBool=function(t){this.tstack.push(t?1:0)};me.prototype.writeByte=function(t){this.tstack.push(t)};me.prototype.writeI16=function(t){this.tstack.push(t)};me.prototype.writeI32=function(t){this.tstack.push(t)};me.prototype.writeI64=function(t){t instanceof jw?this.tstack.push(iv.toDecimalString(t)):this.tstack.push(t)};me.prototype.writeDouble=function(t){this.tstack.push(t)};me.prototype.writeString=function(t){if(t===null)this.tstack.push(null);else{if(typeof t=="string")var e=t;else if(t instanceof Buffer)var e=t.toString("utf8");else throw new Error("writeString called without a string/Buffer argument: "+t);for(var r="",n=0;n<e.length;n++){var i=e.charAt(n);i==='"'?r+='\\"':i==="\\"?r+="\\\\":i==="\b"?r+="\\b":i==="\f"?r+="\\f":i===`
3
+ `?r+="\\n":i==="\r"?r+="\\r":i===" "?r+="\\t":r+=i}this.tstack.push('"'+r+'"')}};me.prototype.writeBinary=function(t){if(typeof t=="string")var e=new Buffer(t,"binary");else if(t instanceof Buffer||Object.prototype.toString.call(t)=="[object Uint8Array]")var e=t;else throw new Error("writeBinary called without a string/Buffer argument: "+t);this.tstack.push('"'+e.toString("base64")+'"')};me.prototype.readMessageBegin=function(){this.rstack=[],this.rpos=[];var t=this.trans.borrow();if(t.readIndex>=t.writeIndex)throw new ov;var e=t.readIndex;if(t.buf[e]!==91)throw new Error("Malformed JSON input, no opening bracket");e++;for(var r=1,n=!1;e<t.writeIndex;e++){var i=t.buf[e];if(n)i===34?n=!1:i===92&&(e+=1);else if(i===91)r+=1;else if(i===93){if(r-=1,r===0)break}else i===34&&(n=!0)}if(r!==0)throw new ov;this.robj=_4(t.buf.slice(t.readIndex,e+1).toString()),this.trans.consume(e+1-t.readIndex);var o=this.robj.shift();if(o!=me.Version)throw new Error("Wrong thrift protocol version: "+o);var f={};return f.fname=this.robj.shift(),f.mtype=this.robj.shift(),f.rseqid=this.robj.shift(),this.rstack.push(this.robj.shift()),f};me.prototype.readMessageEnd=function(){};me.prototype.readStructBegin=function(){var t={};return t.fname="",this.rstack[this.rstack.length-1]instanceof Array&&this.rstack.push(this.rstack[this.rstack.length-1].shift()),t};me.prototype.readStructEnd=function(){this.rstack.pop()};me.prototype.readFieldBegin=function(){var t={},e=-1,r=ut.STOP;for(var n in this.rstack[this.rstack.length-1])if(n!==null){e=parseInt(n,10),this.rpos.push(this.rstack.length);var i=this.rstack[this.rstack.length-1][e];delete this.rstack[this.rstack.length-1][e],this.rstack.push(i);break}if(e!=-1)for(var o in this.rstack[this.rstack.length-1])me.RType[o]!==null&&(r=me.RType[o],this.rstack[this.rstack.length-1]=this.rstack[this.rstack.length-1][o]);return t.fname="",t.ftype=r,t.fid=e,t};me.prototype.readFieldEnd=function(){for(var t=this.rpos.pop();this.rstack.length>t;)this.rstack.pop()};me.prototype.readMapBegin=function(){var t=this.rstack.pop(),e=t.shift();e instanceof Array&&(this.rstack.push(t),t=e,e=t.shift());var r={};return r.ktype=me.RType[e],r.vtype=me.RType[t.shift()],r.size=t.shift(),this.rpos.push(this.rstack.length),this.rstack.push(t.shift()),r};me.prototype.readMapEnd=function(){this.readFieldEnd()};me.prototype.readListBegin=function(){var t=this.rstack[this.rstack.length-1],e={};return e.etype=me.RType[t.shift()],e.size=t.shift(),this.rpos.push(this.rstack.length),this.rstack.push(t.shift()),e};me.prototype.readListEnd=function(){var t=this.rpos.pop()-2,e=this.rstack;e.pop(),e instanceof Array&&e.length>t&&e[t].length>0&&e.push(e[t].shift())};me.prototype.readSetBegin=function(){return this.readListBegin()};me.prototype.readSetEnd=function(){return this.readListEnd()};me.prototype.readBool=function(){return this.readValue()=="1"};me.prototype.readByte=function(){return this.readI32()};me.prototype.readI16=function(){return this.readI32()};me.prototype.readI32=function(t){return+this.readValue()};me.prototype.readValue=function(t){t===void 0&&(t=this.rstack[this.rstack.length-1]);var e={};if(t instanceof Array)t.length===0?e.value=void 0:e.value=t.shift();else if(!(t instanceof jw)&&t instanceof Object){for(var r in t)if(r!==null){this.rstack.push(t[r]),delete t[r],e.value=r;break}}else e.value=t,this.rstack.pop();return e.value};me.prototype.readI64=function(){var t=this.readValue();return typeof t=="string"?iv.fromDecimalString(t):new jw(t)};me.prototype.readDouble=function(){return this.readI32()};me.prototype.readBinary=function(){return new Buffer(this.readValue(),"base64")};me.prototype.readString=function(){return this.readValue()};me.prototype.getTransport=function(){return this.trans};me.prototype.skip=function(t){switch(t){case ut.BOOL:this.readBool();break;case ut.BYTE:this.readByte();break;case ut.I16:this.readI16();break;case ut.I32:this.readI32();break;case ut.I64:this.readI64();break;case ut.DOUBLE:this.readDouble();break;case ut.STRING:this.readString();break;case ut.STRUCT:for(this.readStructBegin();;){var e=this.readFieldBegin();if(e.ftype===ut.STOP)break;this.skip(e.ftype),this.readFieldEnd()}this.readStructEnd();break;case ut.MAP:for(var r=this.readMapBegin(),n=0;n<r.size;++n)this.skip(r.ktype),this.skip(r.vtype);this.readMapEnd();break;case ut.SET:for(var i=this.readSetBegin(),o=0;o<i.size;++o)this.skip(i.etype);this.readSetEnd();break;case ut.LIST:for(var f=this.readListBegin(),s=0;s<f.size;++s)this.skip(f.etype);this.readListEnd();break;default:throw new Error("Invalid type: "+t)}}});var _w=z((v6,sv)=>{sv.exports=q4;function q4(t,e){t.Client&&(t=t.Client);var r=function(o,f){e.write(o,f)},n=new e.transport(void 0,r),i=new t(n,e.protocol);return n.client=i,e.client=i,i}});var av=z(Hs=>{"use strict";Object.defineProperty(Hs,"__esModule",{value:!0});var v4=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},T4=typeof window!="undefined"&&typeof window.document!="undefined",B4=(typeof self=="undefined"?"undefined":v4(self))==="object"&&self.constructor&&self.constructor.name==="DedicatedWorkerGlobalScope",k4=typeof process!="undefined"&&process.versions!=null&&process.versions.node!=null,I4=function(){return typeof window!="undefined"&&window.name==="nodejs"||navigator.userAgent.includes("Node.js")||navigator.userAgent.includes("jsdom")};Hs.isBrowser=T4;Hs.isWebWorker=B4;Hs.isNode=k4;Hs.isJsDom=I4});var pv=z(_p=>{var S4=ko("util"),lv=_q(),uv=nw().EventEmitter,cv=Ro(),x4=Sl(),A4=xl(),E4=zf(),O4=_w(),N4=av();_p.WSConnection=Hr;function Hr(t,e,r){uv.call(this),this.options=r||{},this.host=t,this.port=e,this.secure=this.options.secure||!1,this.transport=this.options.transport||x4,this.protocol=this.options.protocol||A4,this.path=this.options.path,this.send_pending=[],this.seqId2Service={},this.wsOptions={host:this.host,port:this.port||80,path:this.options.path||"/",headers:this.options.headers||{}};for(var n in this.options.wsOptions)this.wsOptions[n]=this.options.wsOptions[n]}S4.inherits(Hr,uv);Hr.prototype.__reset=function(){this.socket=null,this.send_pending=[]};Hr.prototype.__onOpen=function(){this.emit("open"),this.send_pending.length>0&&(this.send_pending.forEach(function(t){this.socket.send(t)},this),this.send_pending=[])};Hr.prototype.__onClose=function(t){this.emit("close"),this.__reset()};Hr.prototype.__decodeCallback=function(t){var e=new this.protocol(t);try{for(;;){var r=e.readMessageBegin(),n=r.rseqid*-1,i=this.client,o=this.seqId2Service[r.rseqid];o&&(i=this.client[o],delete this.seqId2Service[r.rseqid]),i._reqs[n]=function(f,s){t.commitPosition();var l=i._reqs[r.rseqid];delete i._reqs[r.rseqid],l&&l(f,s)},i["recv_"+r.fname]?i["recv_"+r.fname](e,r.mtype,n):(delete i._reqs[n],this.emit("error",new cv.TApplicationException(cv.TApplicationExceptionType.WRONG_METHOD_NAME,"Received a response to an unknown RPC function")))}}catch(f){if(f instanceof E4)t.rollbackPosition();else throw f}};Hr.prototype.__onData=function(t){Object.prototype.toString.call(t)==="[object ArrayBuffer]"&&(t=new Uint8Array(t));var e=new Buffer(t);this.transport.receiver(this.__decodeCallback.bind(this))(e)};Hr.prototype.__onMessage=function(t){this.__onData(t.data)};Hr.prototype.__onError=function(t){this.emit("error",t),this.socket.close()};Hr.prototype.isOpen=function(){return this.socket&&this.socket.readyState===this.socket.OPEN};Hr.prototype.open=function(){this.socket&&this.socket.readyState!==this.socket.CLOSED||(N4.isBrowser?this.socket=new lv(this.uri()):this.socket=new lv(this.uri(),"",this.wsOptions),this.socket.binaryType="arraybuffer",this.socket.onopen=this.__onOpen.bind(this),this.socket.onmessage=this.__onMessage.bind(this),this.socket.onerror=this.__onError.bind(this),this.socket.onclose=this.__onClose.bind(this))};Hr.prototype.close=function(){this.socket.close()};Hr.prototype.uri=function(){var t=this.secure?"wss":"ws",e="",r=this.path||"/",n=this.host;return this.port&&(t==="wss"&&this.port!==443||t==="ws"&&this.port!==80)&&(e=":"+this.port),t+"://"+n+e+r};Hr.prototype.write=function(t){this.isOpen()?this.socket.send(t):this.send_pending.push(t)};_p.createWSConnection=function(t,e,r){return new Hr(t,e,r)};_p.createWSClient=O4});var mv=z(qp=>{var D4=ko("util"),F4=nw().EventEmitter,dv=Ro(),P4=Sl(),R4=xl(),H4=zf(),M4=_w();qp.XHRConnection=Yr;function Yr(t,e,r){this.options=r||{},this.wpos=0,this.rpos=0,this.useCORS=r&&r.useCORS,this.send_buf="",this.recv_buf="",this.transport=r.transport||P4,this.protocol=r.protocol||R4,this.headers=r.headers||{},t=t||window.location.host,e=e||window.location.port;var n=r.https?"https://":"http://",i=r.path||"/";e===""&&(e=void 0),!e||e===80||e==="80"?this.url=n+t+i:this.url=n+t+":"+e+i,this.seqId2Service={}}D4.inherits(Yr,F4);Yr.prototype.getXmlHttpRequestObject=function(){try{return new XMLHttpRequest}catch{}try{return new ActiveXObject("Msxml2.XMLHTTP")}catch{}try{return new ActiveXObject("Microsoft.XMLHTTP")}catch{}throw"Your browser doesn't support XHR."};Yr.prototype.flush=function(){var t=this;if(this.url===void 0||this.url==="")return this.send_buf;var e=this.getXmlHttpRequestObject();e.overrideMimeType&&e.overrideMimeType("application/json"),e.onreadystatechange=function(){this.readyState==4&&this.status==200&&t.setRecvBuffer(this.responseText)},e.open("POST",this.url,!0),Object.keys(this.headers).forEach(function(r){e.setRequestHeader(r,t.headers[r])}),e.send(this.send_buf)};Yr.prototype.setRecvBuffer=function(t){if(this.recv_buf=t,this.recv_buf_sz=this.recv_buf.length,this.wpos=this.recv_buf.length,this.rpos=0,Object.prototype.toString.call(t)=="[object ArrayBuffer]")var e=new Uint8Array(t);var r=new Buffer(e||t);this.transport.receiver(this.__decodeCallback.bind(this))(r)};Yr.prototype.__decodeCallback=function(t){var e=new this.protocol(t);try{for(;;){var r=e.readMessageBegin(),n=r.rseqid*-1,i=this.client,o=this.seqId2Service[r.rseqid];o&&(i=this.client[o],delete this.seqId2Service[r.rseqid]),i._reqs[n]=function(f,s){t.commitPosition();var l=i._reqs[r.rseqid];delete i._reqs[r.rseqid],l&&l(f,s)},i["recv_"+r.fname]?i["recv_"+r.fname](e,r.mtype,n):(delete i._reqs[n],this.emit("error",new dv.TApplicationException(dv.TApplicationExceptionType.WRONG_METHOD_NAME,"Received a response to an unknown RPC function")))}}catch(f){if(f instanceof H4)t.rollbackPosition();else throw f}};Yr.prototype.isOpen=function(){return!0};Yr.prototype.open=function(){};Yr.prototype.close=function(){};Yr.prototype.read=function(t){var e=this.wpos-this.rpos;if(e===0)return"";var r=t;e<t&&(r=e);var n=this.read_buf.substr(this.rpos,r);return this.rpos+=r,n};Yr.prototype.readAll=function(){return this.recv_buf};Yr.prototype.write=function(t){this.send_buf=t,this.flush()};Yr.prototype.getSendBuffer=function(){return this.send_buf};qp.createXHRConnection=function(t,e,r){return new Yr(t,e,r)};qp.createXHRClient=M4});var wv=z((bv,qw)=>{(function(t){"use strict";if(typeof bootstrap=="function")bootstrap("promise",t);else if(typeof bv=="object"&&typeof qw=="object")qw.exports=t();else if(typeof define=="function"&&define.amd)define(t);else if(typeof ses!="undefined")if(ses.ok())ses.makeQ=t;else return;else if(typeof window!="undefined"||typeof self!="undefined"){var e=typeof window!="undefined"?window:self,r=e.Q;e.Q=t(),e.Q.noConflict=function(){return e.Q=r,this}}else throw new Error("This environment was not anticipated by Q. Please file a bug.")})(function(){"use strict";var t=!1;try{throw new Error}catch(v){t=!!v.stack}var e=pe(),r,n=function(){},i=function(){var v={task:void 0,next:null},I=v,P=!1,ne=void 0,Oe=!1,Qe=[];function Fe(){for(var xt,er;v.next;)v=v.next,xt=v.task,v.task=void 0,er=v.domain,er&&(v.domain=void 0,er.enter()),It(xt,er);for(;Qe.length;)xt=Qe.pop(),It(xt);P=!1}function It(xt,er){try{xt()}catch(qo){if(Oe)throw er&&er.exit(),setTimeout(Fe,0),er&&er.enter(),qo;setTimeout(function(){throw qo},0)}er&&er.exit()}if(i=function(xt){I=I.next={task:xt,domain:Oe&&process.domain,next:null},P||(P=!0,ne())},typeof process=="object"&&process.toString()==="[object process]"&&process.nextTick)Oe=!0,ne=function(){process.nextTick(Fe)};else if(typeof setImmediate=="function")typeof window!="undefined"?ne=setImmediate.bind(window,Fe):ne=function(){setImmediate(Fe)};else if(typeof MessageChannel!="undefined"){var gt=new MessageChannel;gt.port1.onmessage=function(){ne=St,gt.port1.onmessage=Fe,Fe()};var St=function(){gt.port2.postMessage(0)};ne=function(){setTimeout(Fe,0),St()}}else ne=function(){setTimeout(Fe,0)};return i.runAfter=function(xt){Qe.push(xt),P||(P=!0,ne())},i}(),o=Function.call;function f(v){return function(){return o.apply(v,arguments)}}var s=f(Array.prototype.slice),l=f(Array.prototype.reduce||function(v,I){var P=0,ne=this.length;if(arguments.length===1)do{if(P in this){I=this[P++];break}if(++P>=ne)throw new TypeError}while(1);for(;P<ne;P++)P in this&&(I=v(I,this[P],P));return I}),u=f(Array.prototype.indexOf||function(v){for(var I=0;I<this.length;I++)if(this[I]===v)return I;return-1}),c=f(Array.prototype.map||function(v,I){var P=this,ne=[];return l(P,function(Oe,Qe,Fe){ne.push(v.call(I,Qe,Fe,P))},void 0),ne}),_=Object.create||function(v){function I(){}return I.prototype=v,new I},p=Object.defineProperty||function(v,I,P){return v[I]=P.value,v},j=f(Object.prototype.hasOwnProperty),S=Object.keys||function(v){var I=[];for(var P in v)j(v,P)&&I.push(P);return I},T=f(Object.prototype.toString);function U(v){return v===Object(v)}function W(v){return T(v)==="[object StopIteration]"||v instanceof L}var L;typeof ReturnValue!="undefined"?L=ReturnValue:L=function(v){this.value=v};var te="From previous event:";function ce(v,I){if(t&&I.stack&&typeof v=="object"&&v!==null&&v.stack){for(var P=[],ne=I;ne;ne=ne.source)ne.stack&&(!v.__minimumStackCounter__||v.__minimumStackCounter__>ne.stackCounter)&&(p(v,"__minimumStackCounter__",{value:ne.stackCounter,configurable:!0}),P.unshift(ne.stack));P.unshift(v.stack);var Oe=P.join(`
4
+ `+te+`
5
+ `),Qe=J(Oe);p(v,"stack",{value:Qe,configurable:!0})}}function J(v){for(var I=v.split(`
6
+ `),P=[],ne=0;ne<I.length;++ne){var Oe=I[ne];!Y(Oe)&&!D(Oe)&&Oe&&P.push(Oe)}return P.join(`
7
+ `)}function D(v){return v.indexOf("(module.js:")!==-1||v.indexOf("(node.js:")!==-1}function ae(v){var I=/at .+ \((.+):(\d+):(?:\d+)\)$/.exec(v);if(I)return[I[1],Number(I[2])];var P=/at ([^ ]+):(\d+):(?:\d+)$/.exec(v);if(P)return[P[1],Number(P[2])];var ne=/.*@(.+):(\d+)$/.exec(v);if(ne)return[ne[1],Number(ne[2])]}function Y(v){var I=ae(v);if(!I)return!1;var P=I[0],ne=I[1];return P===r&&ne>=e&&ne<=Un}function pe(){if(!!t)try{throw new Error}catch(ne){var v=ne.stack.split(`
8
+ `),I=v[0].indexOf("@")>0?v[1]:v[2],P=ae(I);return P?(r=P[0],P[1]):void 0}}function y(v,I,P){return function(){return typeof console!="undefined"&&typeof console.warn=="function"&&console.warn(I+" is deprecated, use "+P+" instead.",new Error("").stack),v.apply(v,arguments)}}function g(v){return v instanceof M?v:de(v)?Rt(v):Ye(v)}g.resolve=g,g.nextTick=i,g.longStackSupport=!1;var N=1;typeof process=="object"&&process&&process.env&&process.env.Q_DEBUG&&(g.longStackSupport=!0),g.defer=b;function b(){var v=[],I=[],P,ne=_(b.prototype),Oe=_(M.prototype);if(Oe.promiseDispatch=function(Fe,It,gt){var St=s(arguments);v?(v.push(St),It==="when"&&gt[1]&&I.push(gt[1])):g.nextTick(function(){P.promiseDispatch.apply(P,St)})},Oe.valueOf=function(){if(v)return Oe;var Fe=E(P);return We(Fe)&&(P=Fe),Fe},Oe.inspect=function(){return P?P.inspect():{state:"pending"}},g.longStackSupport&&t)try{throw new Error}catch(Fe){Oe.stack=Fe.stack.substring(Fe.stack.indexOf(`
9
+ `)+1),Oe.stackCounter=N++}function Qe(Fe){P=Fe,g.longStackSupport&&t&&(Oe.source=Fe),l(v,function(It,gt){g.nextTick(function(){Fe.promiseDispatch.apply(Fe,gt)})},void 0),v=void 0,I=void 0}return ne.promise=Oe,ne.resolve=function(Fe){P||Qe(g(Fe))},ne.fulfill=function(Fe){P||Qe(Ye(Fe))},ne.reject=function(Fe){P||Qe(kt(Fe))},ne.notify=function(Fe){P||l(I,function(It,gt){g.nextTick(function(){gt(Fe)})},void 0)},ne}b.prototype.makeNodeResolver=function(){var v=this;return function(I,P){I?v.reject(I):arguments.length>2?v.resolve(s(arguments,1)):v.resolve(P)}},g.Promise=H,g.promise=H;function H(v){if(typeof v!="function")throw new TypeError("resolver must be a function.");var I=b();try{v(I.resolve,I.reject,I.notify)}catch(P){I.reject(P)}return I.promise}H.race=K,H.all=fe,H.reject=kt,H.resolve=g,g.passByCopy=function(v){return v},M.prototype.passByCopy=function(){return this},g.join=function(v,I){return g(v).join(I)},M.prototype.join=function(v){return g([this,v]).spread(function(I,P){if(I===P)return I;throw new Error("Q can't join: not the same: "+I+" "+P)})},g.race=K;function K(v){return H(function(I,P){for(var ne=0,Oe=v.length;ne<Oe;ne++)g(v[ne]).then(I,P)})}M.prototype.race=function(){return this.then(g.race)},g.makePromise=M;function M(v,I,P){I===void 0&&(I=function(Qe){return kt(new Error("Promise does not support operation: "+Qe))}),P===void 0&&(P=function(){return{state:"unknown"}});var ne=_(M.prototype);if(ne.promiseDispatch=function(Qe,Fe,It){var gt;try{v[Fe]?gt=v[Fe].apply(ne,It):gt=I.call(ne,Fe,It)}catch(St){gt=kt(St)}Qe&&Qe(gt)},ne.inspect=P,P){var Oe=P();Oe.state==="rejected"&&(ne.exception=Oe.reason),ne.valueOf=function(){var Qe=P();return Qe.state==="pending"||Qe.state==="rejected"?ne:Qe.value}}return ne}M.prototype.toString=function(){return"[object Promise]"},M.prototype.then=function(v,I,P){var ne=this,Oe=b(),Qe=!1;function Fe(St){try{return typeof v=="function"?v(St):St}catch(xt){return kt(xt)}}function It(St){if(typeof I=="function"){ce(St,ne);try{return I(St)}catch(xt){return kt(xt)}}return kt(St)}function gt(St){return typeof P=="function"?P(St):St}return g.nextTick(function(){ne.promiseDispatch(function(St){Qe||(Qe=!0,Oe.resolve(Fe(St)))},"when",[function(St){Qe||(Qe=!0,Oe.resolve(It(St)))}])}),ne.promiseDispatch(void 0,"when",[void 0,function(St){var xt,er=!1;try{xt=gt(St)}catch(qo){if(er=!0,g.onerror)g.onerror(qo);else throw qo}er||Oe.notify(xt)}]),Oe.promise},g.tap=function(v,I){return g(v).tap(I)},M.prototype.tap=function(v){return v=g(v),this.then(function(I){return v.fcall(I).thenResolve(I)})},g.when=ie;function ie(v,I,P,ne){return g(v).then(I,P,ne)}M.prototype.thenResolve=function(v){return this.then(function(){return v})},g.thenResolve=function(v,I){return g(v).thenResolve(I)},M.prototype.thenReject=function(v){return this.then(function(){throw v})},g.thenReject=function(v,I){return g(v).thenReject(I)},g.nearer=E;function E(v){if(We(v)){var I=v.inspect();if(I.state==="fulfilled")return I.value}return v}g.isPromise=We;function We(v){return v instanceof M}g.isPromiseAlike=de;function de(v){return U(v)&&typeof v.then=="function"}g.isPending=C;function C(v){return We(v)&&v.inspect().state==="pending"}M.prototype.isPending=function(){return this.inspect().state==="pending"},g.isFulfilled=X;function X(v){return!We(v)||v.inspect().state==="fulfilled"}M.prototype.isFulfilled=function(){return this.inspect().state==="fulfilled"},g.isRejected=He;function He(v){return We(v)&&v.inspect().state==="rejected"}M.prototype.isRejected=function(){return this.inspect().state==="rejected"};var we=[],tt=[],Br=[],je=!0;function $(){we.length=0,tt.length=0,je||(je=!0)}function jo(v,I){!je||(typeof process=="object"&&typeof process.emit=="function"&&g.nextTick.runAfter(function(){u(tt,v)!==-1&&(process.emit("unhandledRejection",I,v),Br.push(v))}),tt.push(v),I&&typeof I.stack!="undefined"?we.push(I.stack):we.push("(no stack) "+I))}function _o(v){if(!!je){var I=u(tt,v);I!==-1&&(typeof process=="object"&&typeof process.emit=="function"&&g.nextTick.runAfter(function(){var P=u(Br,v);P!==-1&&(process.emit("rejectionHandled",we[I],v),Br.splice(P,1))}),tt.splice(I,1),we.splice(I,1))}}g.resetUnhandledRejections=$,g.getUnhandledReasons=function(){return we.slice()},g.stopUnhandledRejectionTracking=function(){$(),je=!1},$(),g.reject=kt;function kt(v){var I=M({when:function(P){return P&&_o(this),P?P(v):this}},function(){return this},function(){return{state:"rejected",reason:v}});return jo(I,v),I}g.fulfill=Ye;function Ye(v){return M({when:function(){return v},get:function(I){return v[I]},set:function(I,P){v[I]=P},delete:function(I){delete v[I]},post:function(I,P){return I==null?v.apply(void 0,P):v[I].apply(v,P)},apply:function(I,P){return v.apply(I,P)},keys:function(){return S(v)}},void 0,function(){return{state:"fulfilled",value:v}})}function Rt(v){var I=b();return g.nextTick(function(){try{v.then(I.resolve,I.reject,I.notify)}catch(P){I.reject(P)}}),I.promise}g.master=mt;function mt(v){return M({isDef:function(){}},function(P,ne){return oe(v,P,ne)},function(){return g(v).inspect()})}g.spread=q;function q(v,I,P){return g(v).spread(I,P)}M.prototype.spread=function(v,I){return this.all().then(function(P){return v.apply(void 0,P)},I)},g.async=d;function d(v){return function(){function I(Qe,Fe){var It;if(typeof StopIteration=="undefined"){try{It=P[Qe](Fe)}catch(gt){return kt(gt)}return It.done?g(It.value):ie(It.value,ne,Oe)}else{try{It=P[Qe](Fe)}catch(gt){return W(gt)?g(gt.value):kt(gt)}return ie(It,ne,Oe)}}var P=v.apply(this,arguments),ne=I.bind(I,"next"),Oe=I.bind(I,"throw");return ne()}}g.spawn=m;function m(v){g.done(g.async(v)())}g.return=B;function B(v){throw new L(v)}g.promised=R;function R(v){return function(){return q([this,fe(arguments)],function(I,P){return v.apply(I,P)})}}g.dispatch=oe;function oe(v,I,P){return g(v).dispatch(I,P)}M.prototype.dispatch=function(v,I){var P=this,ne=b();return g.nextTick(function(){P.promiseDispatch(ne.resolve,v,I)}),ne.promise},g.get=function(v,I){return g(v).dispatch("get",[I])},M.prototype.get=function(v){return this.dispatch("get",[v])},g.set=function(v,I,P){return g(v).dispatch("set",[I,P])},M.prototype.set=function(v,I){return this.dispatch("set",[v,I])},g.del=g.delete=function(v,I){return g(v).dispatch("delete",[I])},M.prototype.del=M.prototype.delete=function(v){return this.dispatch("delete",[v])},g.mapply=g.post=function(v,I,P){return g(v).dispatch("post",[I,P])},M.prototype.mapply=M.prototype.post=function(v,I){return this.dispatch("post",[v,I])},g.send=g.mcall=g.invoke=function(v,I){return g(v).dispatch("post",[I,s(arguments,2)])},M.prototype.send=M.prototype.mcall=M.prototype.invoke=function(v){return this.dispatch("post",[v,s(arguments,1)])},g.fapply=function(v,I){return g(v).dispatch("apply",[void 0,I])},M.prototype.fapply=function(v){return this.dispatch("apply",[void 0,v])},g.try=g.fcall=function(v){return g(v).dispatch("apply",[void 0,s(arguments,1)])},M.prototype.fcall=function(){return this.dispatch("apply",[void 0,s(arguments)])},g.fbind=function(v){var I=g(v),P=s(arguments,1);return function(){return I.dispatch("apply",[this,P.concat(s(arguments))])}},M.prototype.fbind=function(){var v=this,I=s(arguments);return function(){return v.dispatch("apply",[this,I.concat(s(arguments))])}},g.keys=function(v){return g(v).dispatch("keys",[])},M.prototype.keys=function(){return this.dispatch("keys",[])},g.all=fe;function fe(v){return ie(v,function(I){var P=0,ne=b();return l(I,function(Oe,Qe,Fe){var It;We(Qe)&&(It=Qe.inspect()).state==="fulfilled"?I[Fe]=It.value:(++P,ie(Qe,function(gt){I[Fe]=gt,--P==0&&ne.resolve(I)},ne.reject,function(gt){ne.notify({index:Fe,value:gt})}))},void 0),P===0&&ne.resolve(I),ne.promise})}M.prototype.all=function(){return fe(this)},g.any=rt;function rt(v){if(v.length===0)return g.resolve();var I=g.defer(),P=0;return l(v,function(ne,Oe,Qe){var Fe=v[Qe];P++,ie(Fe,It,gt,St);function It(xt){I.resolve(xt)}function gt(xt){if(P--,P===0){var er=xt||new Error(""+xt);er.message="Q can't get fulfillment value from any promise, all promises were rejected. Last error message: "+er.message,I.reject(er)}}function St(xt){I.notify({index:Qe,value:xt})}},void 0),I.promise}M.prototype.any=function(){return rt(this)},g.allResolved=y(Je,"allResolved","allSettled");function Je(v){return ie(v,function(I){return I=c(I,g),ie(fe(c(I,function(P){return ie(P,n,n)})),function(){return I})})}M.prototype.allResolved=function(){return Je(this)},g.allSettled=qt;function qt(v){return g(v).allSettled()}M.prototype.allSettled=function(){return this.then(function(v){return fe(c(v,function(I){I=g(I);function P(){return I.inspect()}return I.then(P,P)}))})},g.fail=g.catch=function(v,I){return g(v).then(void 0,I)},M.prototype.fail=M.prototype.catch=function(v){return this.then(void 0,v)},g.progress=mr;function mr(v,I){return g(v).then(void 0,void 0,I)}M.prototype.progress=function(v){return this.then(void 0,void 0,v)},g.fin=g.finally=function(v,I){return g(v).finally(I)},M.prototype.fin=M.prototype.finally=function(v){if(!v||typeof v.apply!="function")throw new Error("Q can't apply finally callback");return v=g(v),this.then(function(I){return v.fcall().then(function(){return I})},function(I){return v.fcall().then(function(){throw I})})},g.done=function(v,I,P,ne){return g(v).done(I,P,ne)},M.prototype.done=function(v,I,P){var ne=function(Qe){g.nextTick(function(){if(ce(Qe,Oe),g.onerror)g.onerror(Qe);else throw Qe})},Oe=v||I||P?this.then(v,I,P):this;typeof process=="object"&&process&&process.domain&&(ne=process.domain.bind(ne)),Oe.then(void 0,ne)},g.timeout=function(v,I,P){return g(v).timeout(I,P)},M.prototype.timeout=function(v,I){var P=b(),ne=setTimeout(function(){(!I||typeof I=="string")&&(I=new Error(I||"Timed out after "+v+" ms"),I.code="ETIMEDOUT"),P.reject(I)},v);return this.then(function(Oe){clearTimeout(ne),P.resolve(Oe)},function(Oe){clearTimeout(ne),P.reject(Oe)},P.notify),P.promise},g.delay=function(v,I){return I===void 0&&(I=v,v=void 0),g(v).delay(I)},M.prototype.delay=function(v){return this.then(function(I){var P=b();return setTimeout(function(){P.resolve(I)},v),P.promise})},g.nfapply=function(v,I){return g(v).nfapply(I)},M.prototype.nfapply=function(v){var I=b(),P=s(v);return P.push(I.makeNodeResolver()),this.fapply(P).fail(I.reject),I.promise},g.nfcall=function(v){var I=s(arguments,1);return g(v).nfapply(I)},M.prototype.nfcall=function(){var v=s(arguments),I=b();return v.push(I.makeNodeResolver()),this.fapply(v).fail(I.reject),I.promise},g.nfbind=g.denodeify=function(v){if(v===void 0)throw new Error("Q can't wrap an undefined function");var I=s(arguments,1);return function(){var P=I.concat(s(arguments)),ne=b();return P.push(ne.makeNodeResolver()),g(v).fapply(P).fail(ne.reject),ne.promise}},M.prototype.nfbind=M.prototype.denodeify=function(){var v=s(arguments);return v.unshift(this),g.denodeify.apply(void 0,v)},g.nbind=function(v,I){var P=s(arguments,2);return function(){var ne=P.concat(s(arguments)),Oe=b();ne.push(Oe.makeNodeResolver());function Qe(){return v.apply(I,arguments)}return g(Qe).fapply(ne).fail(Oe.reject),Oe.promise}},M.prototype.nbind=function(){var v=s(arguments,0);return v.unshift(this),g.nbind.apply(void 0,v)},g.nmapply=g.npost=function(v,I,P){return g(v).npost(I,P)},M.prototype.nmapply=M.prototype.npost=function(v,I){var P=s(I||[]),ne=b();return P.push(ne.makeNodeResolver()),this.dispatch("post",[v,P]).fail(ne.reject),ne.promise},g.nsend=g.nmcall=g.ninvoke=function(v,I){var P=s(arguments,2),ne=b();return P.push(ne.makeNodeResolver()),g(v).dispatch("post",[I,P]).fail(ne.reject),ne.promise},M.prototype.nsend=M.prototype.nmcall=M.prototype.ninvoke=function(v){var I=s(arguments,1),P=b();return I.push(P.makeNodeResolver()),this.dispatch("post",[v,I]).fail(P.reject),P.promise},g.nodeify=Be;function Be(v,I){return g(v).nodeify(I)}M.prototype.nodeify=function(v){if(v)this.then(function(I){g.nextTick(function(){v(null,I)})},function(I){g.nextTick(function(){v(I)})});else return this},g.noConflict=function(){throw new Error("Q.noConflict only works when Q is used as a global")};var Un=pe();return g})});var jv=z(yv=>{var z4=ko("util"),hv=Ro();yv.Multiplexer=gv;function U4(t,e,r){function n(i,o,f){e.call(this,i,o,f)}return z4.inherits(n,e),n.prototype.writeMessageBegin=function(i,o,f){o==hv.MessageType.CALL||o==hv.MessageType.ONEWAY?(r.seqId2Service[f]=t,n.super_.prototype.writeMessageBegin.call(this,t+":"+i,o,f)):n.super_.prototype.writeMessageBegin.call(this,i,o,f)},n}function gv(){this.seqid=0}gv.prototype.createClient=function(t,e,r){e.Client&&(e=e.Client);var n=function(l,u){r.write(l,u)},i=new r.transport(void 0,n),o=new U4(t,r.protocol,r),f=new e(i,o),s=this;return f.new_seqid=function(){return s.seqid+=1,s.seqid},typeof r.client!="object"&&(r.client={}),r.client[t]=f,f}});var qv=z((S6,_v)=>{var Ms=wp(),L4=zf(),V4=hw();_v.exports=nr;function nr(t,e){this.inBuf=t||new Buffer(0),this.outBuffers=[],this.outCount=0,this.readPos=0,this.onFlush=e}nr.prototype=new V4;nr.receiver=function(t,e){var r=null;return function(n){for(r&&(n=Buffer.concat([r,n]),r=null);n.length;){if(n.length<4){r=n;return}var i=Ms.readI32(n,0);if(n.length<4+i){r=n;return}var o=n.slice(4,4+i);r=n.slice(4+i),t(new nr(o),e),n=r,r=null}}};nr.prototype.commitPosition=function(){},nr.prototype.rollbackPosition=function(){},nr.prototype.isOpen=function(){return!0};nr.prototype.open=function(){};nr.prototype.close=function(){};nr.prototype.setCurrSeqId=function(t){this._seqid=t};nr.prototype.ensureAvailable=function(t){if(this.readPos+t>this.inBuf.length)throw new L4};nr.prototype.read=function(t){this.ensureAvailable(t);var e=this.readPos+t;if(this.inBuf.length<e)throw new Error("read("+t+") failed - not enough data");var r=this.inBuf.slice(this.readPos,e);return this.readPos=e,r};nr.prototype.readByte=function(){return this.ensureAvailable(1),Ms.readByte(this.inBuf[this.readPos++])};nr.prototype.readI16=function(){this.ensureAvailable(2);var t=Ms.readI16(this.inBuf,this.readPos);return this.readPos+=2,t};nr.prototype.readI32=function(){this.ensureAvailable(4);var t=Ms.readI32(this.inBuf,this.readPos);return this.readPos+=4,t};nr.prototype.readDouble=function(){this.ensureAvailable(8);var t=Ms.readDouble(this.inBuf,this.readPos);return this.readPos+=8,t};nr.prototype.readString=function(t){this.ensureAvailable(t);var e=this.inBuf.toString("utf8",this.readPos,this.readPos+t);return this.readPos+=t,e};nr.prototype.borrow=function(){return{buf:this.inBuf,readIndex:this.readPos,writeIndex:this.inBuf.length}};nr.prototype.consume=function(t){this.readPos+=t};nr.prototype.write=function(t,e){typeof t=="string"&&(t=new Buffer(t,e||"utf8")),this.outBuffers.push(t),this.outCount+=t.length};nr.prototype.flush=function(){var t=this._seqid;this._seqid=null;var e=new Buffer(this.outCount),r=0;if(this.outBuffers.forEach(function(i){i.copy(e,r,0),r+=i.length}),this.onFlush){var n=new Buffer(e.length+4);Ms.writeI32(n,e.length),e.copy(n,4,0,e.length),this.onFlush&&this.onFlush(n,t)}this.outBuffers=[],this.outCount=0}});var Tv=z((x6,vv)=>{var C4=gp();vv.exports=Mr;function Mr(t){this.__reset(t)}Mr.prototype.__reset=function(t){this.url=t,this.socket=null,this.callbacks=[],this.send_pending=[],this.send_buf="",this.recv_buf="",this.rb_wpos=0,this.rb_rpos=0};Mr.prototype.flush=function(t,e){var r=this;this.isOpen()?(this.socket.send(this.send_buf),this.callbacks.push(function(){var n=e;return function(i){r.setRecvBuffer(i),n()}}())):this.send_pending.push({buf:this.send_buf,cb:e})};Mr.prototype.__onOpen=function(){var t=this;this.send_pending.length>0&&(this.send_pending.forEach(function(e){t.socket.send(e.buf),t.callbacks.push(function(){var r=e.cb;return function(n){t.setRecvBuffer(n),r()}}())}),this.send_pending=[])};Mr.prototype.__onClose=function(t){this.__reset(this.url)};Mr.prototype.__onMessage=function(t){this.callbacks.length&&this.callbacks.shift()(t.data)};Mr.prototype.__onError=function(t){C4.error("websocket: "+t.toString()),this.socket.close()};Mr.prototype.setRecvBuffer=function(t){this.recv_buf=t,this.recv_buf_sz=this.recv_buf.length,this.wpos=this.recv_buf.length,this.rpos=0};Mr.prototype.isOpen=function(){return this.socket&&this.socket.readyState==this.socket.OPEN};Mr.prototype.open=function(){this.socket&&this.socket.readyState!=this.socket.CLOSED||(this.socket=new WebSocket(this.url),this.socket.onopen=this.__onOpen.bind(this),this.socket.onmessage=this.__onMessage.bind(this),this.socket.onerror=this.__onError.bind(this),this.socket.onclose=this.__onClose.bind(this))};Mr.prototype.close=function(){this.socket.close()};Mr.prototype.read=function(t){var e=this.wpos-this.rpos;if(e===0)return"";var r=t;e<t&&(r=e);var n=this.read_buf.substr(this.rpos,r);return this.rpos+=r,n};Mr.prototype.readAll=function(){return this.recv_buf};Mr.prototype.write=function(t){this.send_buf=t};Mr.prototype.getSendBuffer=function(){return this.send_buf}});var ct=z(_r=>{_r.Thrift=Ro();var vw=pv();_r.WSConnection=vw.WSConnection;_r.createWSConnection=vw.createWSConnection;_r.createWSClient=vw.createWSClient;var Tw=mv();_r.XHRConnection=Tw.XHRConnection;_r.createXHRConnection=Tw.createXHRConnection;_r.createXHRClient=Tw.createXHRClient;_r.Int64=wn();_r.Q=wv();var W4=jv();_r.Multiplexer=W4.Multiplexer;_r.TBufferedTransport=Sl();_r.TFramedTransport=qv();_r.TWebSocketTransport=Tv();_r.Protocol=xl();_r.TJSONProtocol=xl();_r.TBinaryProtocol=ww();_r.TCompactProtocol=dw()});var no=z(eT=>{var V={};V.Offset;V.Table;V.SIZEOF_SHORT=2;V.SIZEOF_INT=4;V.FILE_IDENTIFIER_LENGTH=4;V.SIZE_PREFIX_LENGTH=4;V.Encoding={UTF8_BYTES:1,UTF16_STRING:2};V.int32=new Int32Array(2);V.float32=new Float32Array(V.int32.buffer);V.float64=new Float64Array(V.int32.buffer);V.isLittleEndian=new Uint16Array(new Uint8Array([1,0]).buffer)[0]===1;V.Long=function(t,e){this.low=t|0,this.high=e|0};V.Long.create=function(t,e){return t==0&&e==0?V.Long.ZERO:new V.Long(t,e)};V.Long.prototype.toFloat64=function(){return(this.low>>>0)+this.high*4294967296};V.Long.prototype.equals=function(t){return this.low==t.low&&this.high==t.high};V.Long.ZERO=new V.Long(0,0);V.Builder=function(t){if(t)var e=t;else var e=1024;this.bb=V.ByteBuffer.allocate(e),this.space=e,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};V.Builder.prototype.clear=function(){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};V.Builder.prototype.forceDefaults=function(t){this.force_defaults=t};V.Builder.prototype.dataBuffer=function(){return this.bb};V.Builder.prototype.asUint8Array=function(){return this.bb.bytes().subarray(this.bb.position(),this.bb.position()+this.offset())};V.Builder.prototype.prep=function(t,e){t>this.minalign&&(this.minalign=t);for(var r=~(this.bb.capacity()-this.space+e)+1&t-1;this.space<r+t+e;){var n=this.bb.capacity();this.bb=V.Builder.growByteBuffer(this.bb),this.space+=this.bb.capacity()-n}this.pad(r)};V.Builder.prototype.pad=function(t){for(var e=0;e<t;e++)this.bb.writeInt8(--this.space,0)};V.Builder.prototype.writeInt8=function(t){this.bb.writeInt8(this.space-=1,t)};V.Builder.prototype.writeInt16=function(t){this.bb.writeInt16(this.space-=2,t)};V.Builder.prototype.writeInt32=function(t){this.bb.writeInt32(this.space-=4,t)};V.Builder.prototype.writeInt64=function(t){this.bb.writeInt64(this.space-=8,t)};V.Builder.prototype.writeFloat32=function(t){this.bb.writeFloat32(this.space-=4,t)};V.Builder.prototype.writeFloat64=function(t){this.bb.writeFloat64(this.space-=8,t)};V.Builder.prototype.addInt8=function(t){this.prep(1,0),this.writeInt8(t)};V.Builder.prototype.addInt16=function(t){this.prep(2,0),this.writeInt16(t)};V.Builder.prototype.addInt32=function(t){this.prep(4,0),this.writeInt32(t)};V.Builder.prototype.addInt64=function(t){this.prep(8,0),this.writeInt64(t)};V.Builder.prototype.addFloat32=function(t){this.prep(4,0),this.writeFloat32(t)};V.Builder.prototype.addFloat64=function(t){this.prep(8,0),this.writeFloat64(t)};V.Builder.prototype.addFieldInt8=function(t,e,r){(this.force_defaults||e!=r)&&(this.addInt8(e),this.slot(t))};V.Builder.prototype.addFieldInt16=function(t,e,r){(this.force_defaults||e!=r)&&(this.addInt16(e),this.slot(t))};V.Builder.prototype.addFieldInt32=function(t,e,r){(this.force_defaults||e!=r)&&(this.addInt32(e),this.slot(t))};V.Builder.prototype.addFieldInt64=function(t,e,r){(this.force_defaults||!e.equals(r))&&(this.addInt64(e),this.slot(t))};V.Builder.prototype.addFieldFloat32=function(t,e,r){(this.force_defaults||e!=r)&&(this.addFloat32(e),this.slot(t))};V.Builder.prototype.addFieldFloat64=function(t,e,r){(this.force_defaults||e!=r)&&(this.addFloat64(e),this.slot(t))};V.Builder.prototype.addFieldOffset=function(t,e,r){(this.force_defaults||e!=r)&&(this.addOffset(e),this.slot(t))};V.Builder.prototype.addFieldStruct=function(t,e,r){e!=r&&(this.nested(e),this.slot(t))};V.Builder.prototype.nested=function(t){if(t!=this.offset())throw new Error("FlatBuffers: struct must be serialized inline.")};V.Builder.prototype.notNested=function(){if(this.isNested)throw new Error("FlatBuffers: object serialization must not be nested.")};V.Builder.prototype.slot=function(t){this.vtable[t]=this.offset()};V.Builder.prototype.offset=function(){return this.bb.capacity()-this.space};V.Builder.growByteBuffer=function(t){var e=t.capacity();if(e&3221225472)throw new Error("FlatBuffers: cannot grow buffer beyond 2 gigabytes.");var r=e<<1,n=V.ByteBuffer.allocate(r);return n.setPosition(r-e),n.bytes().set(t.bytes(),r-e),n};V.Builder.prototype.addOffset=function(t){this.prep(V.SIZEOF_INT,0),this.writeInt32(this.offset()-t+V.SIZEOF_INT)};V.Builder.prototype.startObject=function(t){this.notNested(),this.vtable==null&&(this.vtable=[]),this.vtable_in_use=t;for(var e=0;e<t;e++)this.vtable[e]=0;this.isNested=!0,this.object_start=this.offset()};V.Builder.prototype.endObject=function(){if(this.vtable==null||!this.isNested)throw new Error("FlatBuffers: endObject called without startObject");this.addInt32(0);for(var t=this.offset(),e=this.vtable_in_use-1;e>=0&&this.vtable[e]==0;e--);for(var r=e+1;e>=0;e--)this.addInt16(this.vtable[e]!=0?t-this.vtable[e]:0);var n=2;this.addInt16(t-this.object_start);var i=(r+n)*V.SIZEOF_SHORT;this.addInt16(i);var o=0,f=this.space;e:for(e=0;e<this.vtables.length;e++){var s=this.bb.capacity()-this.vtables[e];if(i==this.bb.readInt16(s)){for(var l=V.SIZEOF_SHORT;l<i;l+=V.SIZEOF_SHORT)if(this.bb.readInt16(f+l)!=this.bb.readInt16(s+l))continue e;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};V.Builder.prototype.finish=function(t,e,r){var n=r?V.SIZE_PREFIX_LENGTH:0;if(e){var i=e;if(this.prep(this.minalign,V.SIZEOF_INT+V.FILE_IDENTIFIER_LENGTH+n),i.length!=V.FILE_IDENTIFIER_LENGTH)throw new Error("FlatBuffers: file identifier must be length "+V.FILE_IDENTIFIER_LENGTH);for(var o=V.FILE_IDENTIFIER_LENGTH-1;o>=0;o--)this.writeInt8(i.charCodeAt(o))}this.prep(this.minalign,V.SIZEOF_INT+n),this.addOffset(t),n&&this.addInt32(this.bb.capacity()-this.space),this.bb.setPosition(this.space)};V.Builder.prototype.finishSizePrefixed=function(t,e){this.finish(t,e,!0)};V.Builder.prototype.requiredField=function(t,e){var r=this.bb.capacity()-t,n=r-this.bb.readInt32(r),i=this.bb.readInt16(n+e)!=0;if(!i)throw new Error("FlatBuffers: field "+e+" must be set")};V.Builder.prototype.startVector=function(t,e,r){this.notNested(),this.vector_num_elems=e,this.prep(V.SIZEOF_INT,t*e),this.prep(r,t*e)};V.Builder.prototype.endVector=function(){return this.writeInt32(this.vector_num_elems),this.offset()};V.Builder.prototype.createString=function(t){if(t instanceof Uint8Array)var e=t;else for(var e=[],r=0;r<t.length;){var n,i=t.charCodeAt(r++);if(i<55296||i>=56320)n=i;else{var o=t.charCodeAt(r++);n=(i<<10)+o+(65536-(55296<<10)-56320)}n<128?e.push(n):(n<2048?e.push(n>>6&31|192):(n<65536?e.push(n>>12&15|224):e.push(n>>18&7|240,n>>12&63|128),e.push(n>>6&63|128)),e.push(n&63|128))}this.addInt8(0),this.startVector(1,e.length,1),this.bb.setPosition(this.space-=e.length);for(var r=0,f=this.space,s=this.bb.bytes();r<e.length;r++)s[f++]=e[r];return this.endVector()};V.Builder.prototype.createLong=function(t,e){return V.Long.create(t,e)};V.ByteBuffer=function(t){this.bytes_=t,this.position_=0};V.ByteBuffer.allocate=function(t){return new V.ByteBuffer(new Uint8Array(t))};V.ByteBuffer.prototype.clear=function(){this.position_=0};V.ByteBuffer.prototype.bytes=function(){return this.bytes_};V.ByteBuffer.prototype.position=function(){return this.position_};V.ByteBuffer.prototype.setPosition=function(t){this.position_=t};V.ByteBuffer.prototype.capacity=function(){return this.bytes_.length};V.ByteBuffer.prototype.readInt8=function(t){return this.readUint8(t)<<24>>24};V.ByteBuffer.prototype.readUint8=function(t){return this.bytes_[t]};V.ByteBuffer.prototype.readInt16=function(t){return this.readUint16(t)<<16>>16};V.ByteBuffer.prototype.readUint16=function(t){return this.bytes_[t]|this.bytes_[t+1]<<8};V.ByteBuffer.prototype.readInt32=function(t){return this.bytes_[t]|this.bytes_[t+1]<<8|this.bytes_[t+2]<<16|this.bytes_[t+3]<<24};V.ByteBuffer.prototype.readUint32=function(t){return this.readInt32(t)>>>0};V.ByteBuffer.prototype.readInt64=function(t){return new V.Long(this.readInt32(t),this.readInt32(t+4))};V.ByteBuffer.prototype.readUint64=function(t){return new V.Long(this.readUint32(t),this.readUint32(t+4))};V.ByteBuffer.prototype.readFloat32=function(t){return V.int32[0]=this.readInt32(t),V.float32[0]};V.ByteBuffer.prototype.readFloat64=function(t){return V.int32[V.isLittleEndian?0:1]=this.readInt32(t),V.int32[V.isLittleEndian?1:0]=this.readInt32(t+4),V.float64[0]};V.ByteBuffer.prototype.writeInt8=function(t,e){this.bytes_[t]=e};V.ByteBuffer.prototype.writeUint8=function(t,e){this.bytes_[t]=e};V.ByteBuffer.prototype.writeInt16=function(t,e){this.bytes_[t]=e,this.bytes_[t+1]=e>>8};V.ByteBuffer.prototype.writeUint16=function(t,e){this.bytes_[t]=e,this.bytes_[t+1]=e>>8};V.ByteBuffer.prototype.writeInt32=function(t,e){this.bytes_[t]=e,this.bytes_[t+1]=e>>8,this.bytes_[t+2]=e>>16,this.bytes_[t+3]=e>>24};V.ByteBuffer.prototype.writeUint32=function(t,e){this.bytes_[t]=e,this.bytes_[t+1]=e>>8,this.bytes_[t+2]=e>>16,this.bytes_[t+3]=e>>24};V.ByteBuffer.prototype.writeInt64=function(t,e){this.writeInt32(t,e.low),this.writeInt32(t+4,e.high)};V.ByteBuffer.prototype.writeUint64=function(t,e){this.writeUint32(t,e.low),this.writeUint32(t+4,e.high)};V.ByteBuffer.prototype.writeFloat32=function(t,e){V.float32[0]=e,this.writeInt32(t,V.int32[0])};V.ByteBuffer.prototype.writeFloat64=function(t,e){V.float64[0]=e,this.writeInt32(t,V.int32[V.isLittleEndian?0:1]),this.writeInt32(t+4,V.int32[V.isLittleEndian?1:0])};V.ByteBuffer.prototype.getBufferIdentifier=function(){if(this.bytes_.length<this.position_+V.SIZEOF_INT+V.FILE_IDENTIFIER_LENGTH)throw new Error("FlatBuffers: ByteBuffer is too short to contain an identifier.");for(var t="",e=0;e<V.FILE_IDENTIFIER_LENGTH;e++)t+=String.fromCharCode(this.readInt8(this.position_+V.SIZEOF_INT+e));return t};V.ByteBuffer.prototype.__offset=function(t,e){var r=t-this.readInt32(t);return e<this.readInt16(r)?this.readInt16(r+e):0};V.ByteBuffer.prototype.__union=function(t,e){return t.bb_pos=e+this.readInt32(e),t.bb=this,t};V.ByteBuffer.prototype.__string=function(t,e){t+=this.readInt32(t);var r=this.readInt32(t),n="",i=0;if(t+=V.SIZEOF_INT,e===V.Encoding.UTF8_BYTES)return this.bytes_.subarray(t,t+r);for(;i<r;){var o,f=this.readUint8(t+i++);if(f<192)o=f;else{var s=this.readUint8(t+i++);if(f<224)o=(f&31)<<6|s&63;else{var l=this.readUint8(t+i++);if(f<240)o=(f&15)<<12|(s&63)<<6|l&63;else{var u=this.readUint8(t+i++);o=(f&7)<<18|(s&63)<<12|(l&63)<<6|u&63}}}o<65536?n+=String.fromCharCode(o):(o-=65536,n+=String.fromCharCode((o>>10)+55296,(o&(1<<10)-1)+56320))}return n};V.ByteBuffer.prototype.__indirect=function(t){return t+this.readInt32(t)};V.ByteBuffer.prototype.__vector=function(t){return t+this.readInt32(t)+V.SIZEOF_INT};V.ByteBuffer.prototype.__vector_len=function(t){return this.readInt32(t+this.readInt32(t))};V.ByteBuffer.prototype.__has_identifier=function(t){if(t.length!=V.FILE_IDENTIFIER_LENGTH)throw new Error("FlatBuffers: file identifier must be length "+V.FILE_IDENTIFIER_LENGTH);for(var e=0;e<V.FILE_IDENTIFIER_LENGTH;e++)if(t.charCodeAt(e)!=this.readInt8(this.position_+V.SIZEOF_INT+e))return!1;return!0};V.ByteBuffer.prototype.createLong=function(t,e){return V.Long.create(t,e)};eT.flatbuffers=V});var tT=z(Uw=>{"use strict";function io(t,e,r){return e<=t&&t<=r}function Tp(t){if(t===void 0)return{};if(t===Object(t))return t;throw TypeError("Could not convert argument to dictionary")}function h2(t){for(var e=String(t),r=e.length,n=0,i=[];n<r;){var o=e.charCodeAt(n);if(o<55296||o>57343)i.push(o);else if(56320<=o&&o<=57343)i.push(65533);else if(55296<=o&&o<=56319)if(n===r-1)i.push(65533);else{var f=t.charCodeAt(n+1);if(56320<=f&&f<=57343){var s=o&1023,l=f&1023;i.push(65536+(s<<10)+l),n+=1}else i.push(65533)}n+=1}return i}function g2(t){for(var e="",r=0;r<t.length;++r){var n=t[r];n<=65535?e+=String.fromCharCode(n):(n-=65536,e+=String.fromCharCode((n>>10)+55296,(n&1023)+56320))}return e}var Bp=-1;function Mw(t){this.tokens=[].slice.call(t)}Mw.prototype={endOfStream:function(){return!this.tokens.length},read:function(){return this.tokens.length?this.tokens.shift():Bp},prepend:function(t){if(Array.isArray(t))for(var e=t;e.length;)this.tokens.unshift(e.pop());else this.tokens.unshift(t)},push:function(t){if(Array.isArray(t))for(var e=t;e.length;)this.tokens.push(e.shift());else this.tokens.push(t)}};var Cs=-1;function zw(t,e){if(t)throw TypeError("Decoder error");return e||65533}var kp="utf-8";function Ip(t,e){if(!(this instanceof Ip))return new Ip(t,e);if(t=t!==void 0?String(t).toLowerCase():kp,t!==kp)throw new Error("Encoding not supported. Only utf-8 is supported");e=Tp(e),this._streaming=!1,this._BOMseen=!1,this._decoder=null,this._fatal=Boolean(e.fatal),this._ignoreBOM=Boolean(e.ignoreBOM),Object.defineProperty(this,"encoding",{value:"utf-8"}),Object.defineProperty(this,"fatal",{value:this._fatal}),Object.defineProperty(this,"ignoreBOM",{value:this._ignoreBOM})}Ip.prototype={decode:function(e,r){var n;typeof e=="object"&&e instanceof ArrayBuffer?n=new Uint8Array(e):typeof e=="object"&&"buffer"in e&&e.buffer instanceof ArrayBuffer?n=new Uint8Array(e.buffer,e.byteOffset,e.byteLength):n=new Uint8Array(0),r=Tp(r),this._streaming||(this._decoder=new y2({fatal:this._fatal}),this._BOMseen=!1),this._streaming=Boolean(r.stream);for(var i=new Mw(n),o=[],f;!i.endOfStream()&&(f=this._decoder.handler(i,i.read()),f!==Cs);)f!==null&&(Array.isArray(f)?o.push.apply(o,f):o.push(f));if(!this._streaming){do{if(f=this._decoder.handler(i,i.read()),f===Cs)break;f!==null&&(Array.isArray(f)?o.push.apply(o,f):o.push(f))}while(!i.endOfStream());this._decoder=null}return o.length&&["utf-8"].indexOf(this.encoding)!==-1&&!this._ignoreBOM&&!this._BOMseen&&(o[0]===65279?(this._BOMseen=!0,o.shift()):this._BOMseen=!0),g2(o)}};function Sp(t,e){if(!(this instanceof Sp))return new Sp(t,e);if(t=t!==void 0?String(t).toLowerCase():kp,t!==kp)throw new Error("Encoding not supported. Only utf-8 is supported");e=Tp(e),this._streaming=!1,this._encoder=null,this._options={fatal:Boolean(e.fatal)},Object.defineProperty(this,"encoding",{value:"utf-8"})}Sp.prototype={encode:function(e,r){e=e?String(e):"",r=Tp(r),this._streaming||(this._encoder=new j2(this._options)),this._streaming=Boolean(r.stream);for(var n=[],i=new Mw(h2(e)),o;!i.endOfStream()&&(o=this._encoder.handler(i,i.read()),o!==Cs);)Array.isArray(o)?n.push.apply(n,o):n.push(o);if(!this._streaming){for(;o=this._encoder.handler(i,i.read()),o!==Cs;)Array.isArray(o)?n.push.apply(n,o):n.push(o);this._encoder=null}return new Uint8Array(n)}};function y2(t){var e=t.fatal,r=0,n=0,i=0,o=128,f=191;this.handler=function(s,l){if(l===Bp&&i!==0)return i=0,zw(e);if(l===Bp)return Cs;if(i===0){if(io(l,0,127))return l;if(io(l,194,223))i=1,r=l-192;else if(io(l,224,239))l===224&&(o=160),l===237&&(f=159),i=2,r=l-224;else if(io(l,240,244))l===240&&(o=144),l===244&&(f=143),i=3,r=l-240;else return zw(e);return r=r<<6*i,null}if(!io(l,o,f))return r=i=n=0,o=128,f=191,s.prepend(l),zw(e);if(o=128,f=191,n+=1,r+=l-128<<6*(i-n),n!==i)return null;var u=r;return r=i=n=0,u}}function j2(t){var e=t.fatal;this.handler=function(r,n){if(n===Bp)return Cs;if(io(n,0,127))return n;var i,o;io(n,128,2047)?(i=1,o=192):io(n,2048,65535)?(i=2,o=224):io(n,65536,1114111)&&(i=3,o=240);for(var f=[(n>>6*i)+o];i>0;){var s=n>>6*(i-1);f.push(128|s&63),i-=1}return f}}Uw.TextEncoder=Sp;Uw.TextDecoder=Ip});var Cf=z(Ws=>{"use strict";Object.defineProperty(Ws,"__esModule",{value:!0});Ws.encodeUtf8=Ws.decodeUtf8=void 0;var rT=tT(),_2=new(typeof TextDecoder!="undefined"?TextDecoder:rT.TextDecoder)("utf-8");Ws.decodeUtf8=t=>_2.decode(t);var q2=new(typeof TextEncoder!="undefined"?TextEncoder:rT.TextEncoder);Ws.encodeUtf8=t=>q2.encode(t)});var Ys=z(Zr=>{"use strict";Object.defineProperty(Zr,"__esModule",{value:!0});Zr.AsyncQueue=Zr.ReadableInterop=Zr.ArrowJSON=Zr.ITERATOR_DONE=void 0;var nT=wu();Zr.ITERATOR_DONE=Object.freeze({done:!0,value:void 0});var iT=class{constructor(e){this._json=e}get schema(){return this._json.schema}get batches(){return this._json.batches||[]}get dictionaries(){return this._json.dictionaries||[]}};Zr.ArrowJSON=iT;var Lw=class{tee(){return this._getDOMStream().tee()}pipe(e,r){return this._getNodeStream().pipe(e,r)}pipeTo(e,r){return this._getDOMStream().pipeTo(e,r)}pipeThrough(e,r){return this._getDOMStream().pipeThrough(e,r)}_getDOMStream(){return this._DOMStream||(this._DOMStream=this.toDOMStream())}_getNodeStream(){return this._nodeStream||(this._nodeStream=this.toNodeStream())}};Zr.ReadableInterop=Lw;var oT=class extends Lw{constructor(){super();this._values=[],this.resolvers=[],this._closedPromise=new Promise(e=>this._closedPromiseResolve=e)}get closed(){return this._closedPromise}async cancel(e){await this.return(e)}write(e){this._ensureOpen()&&(this.resolvers.length<=0?this._values.push(e):this.resolvers.shift().resolve({done:!1,value:e}))}abort(e){this._closedPromiseResolve&&(this.resolvers.length<=0?this._error={error:e}:this.resolvers.shift().reject({done:!0,value:e}))}close(){if(this._closedPromiseResolve){let{resolvers:e}=this;for(;e.length>0;)e.shift().resolve(Zr.ITERATOR_DONE);this._closedPromiseResolve(),this._closedPromiseResolve=void 0}}[Symbol.asyncIterator](){return this}toDOMStream(e){return nT.default.toDOMStream(this._closedPromiseResolve||this._error?this:this._values,e)}toNodeStream(e){return nT.default.toNodeStream(this._closedPromiseResolve||this._error?this:this._values,e)}async throw(e){return await this.abort(e),Zr.ITERATOR_DONE}async return(e){return await this.close(),Zr.ITERATOR_DONE}async read(e){return(await this.next(e,"read")).value}async peek(e){return(await this.next(e,"peek")).value}next(...e){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((r,n)=>{this.resolvers.push({resolve:r,reject:n})}):Promise.resolve(Zr.ITERATOR_DONE)}_ensureOpen(){if(this._closedPromiseResolve)return!0;throw new Error(`${this} is closed`)}};Zr.AsyncQueue=oT});var Dr=z(ve=>{"use strict";Object.defineProperty(ve,"__esModule",{value:!0});ve.isReadableNodeStream=ve.isWritableNodeStream=ve.isReadableDOMStream=ve.isWritableDOMStream=ve.isFetchResponse=ve.isFSReadStream=ve.isFileHandle=ve.isUnderlyingSink=ve.isIteratorResult=ve.isArrayLike=ve.isArrowJSON=ve.isAsyncIterable=ve.isIterable=ve.isObservable=ve.isPromise=ve.isObject=ve.BigUint64ArrayAvailable=ve.BigUint64Array=ve.BigInt64ArrayAvailable=ve.BigInt64Array=ve.BigIntAvailable=ve.BigInt=void 0;var xp=Ys(),[v2,T2]=(()=>{let t=()=>{throw new Error("BigInt is not available in this environment")};function e(){throw t()}return e.asIntN=()=>{throw t()},e.asUintN=()=>{throw t()},typeof BigInt!="undefined"?[BigInt,!0]:[e,!1]})();ve.BigInt=v2;ve.BigIntAvailable=T2;var[B2,k2]=(()=>{let t=()=>{throw new Error("BigInt64Array is not available in this environment")};class e{static get BYTES_PER_ELEMENT(){return 8}static of(){throw t()}static from(){throw t()}constructor(){throw t()}}return typeof BigInt64Array!="undefined"?[BigInt64Array,!0]:[e,!1]})();ve.BigInt64Array=B2;ve.BigInt64ArrayAvailable=k2;var[I2,S2]=(()=>{let t=()=>{throw new Error("BigUint64Array is not available in this environment")};class e{static get BYTES_PER_ELEMENT(){return 8}static of(){throw t()}static from(){throw t()}constructor(){throw t()}}return typeof BigUint64Array!="undefined"?[BigUint64Array,!0]:[e,!1]})();ve.BigUint64Array=I2;ve.BigUint64ArrayAvailable=S2;var Vw=t=>typeof t=="number",fT=t=>typeof t=="boolean",Ir=t=>typeof t=="function";ve.isObject=t=>t!=null&&Object(t)===t;ve.isPromise=t=>ve.isObject(t)&&Ir(t.then);ve.isObservable=t=>ve.isObject(t)&&Ir(t.subscribe);ve.isIterable=t=>ve.isObject(t)&&Ir(t[Symbol.iterator]);ve.isAsyncIterable=t=>ve.isObject(t)&&Ir(t[Symbol.asyncIterator]);ve.isArrowJSON=t=>ve.isObject(t)&&ve.isObject(t.schema);ve.isArrayLike=t=>ve.isObject(t)&&Vw(t.length);ve.isIteratorResult=t=>ve.isObject(t)&&"done"in t&&"value"in t;ve.isUnderlyingSink=t=>ve.isObject(t)&&Ir(t.abort)&&Ir(t.close)&&Ir(t.start)&&Ir(t.write);ve.isFileHandle=t=>ve.isObject(t)&&Ir(t.stat)&&Vw(t.fd);ve.isFSReadStream=t=>ve.isReadableNodeStream(t)&&Vw(t.bytesRead);ve.isFetchResponse=t=>ve.isObject(t)&&ve.isReadableDOMStream(t.body);ve.isWritableDOMStream=t=>ve.isObject(t)&&Ir(t.abort)&&Ir(t.getWriter)&&!(t instanceof xp.ReadableInterop);ve.isReadableDOMStream=t=>ve.isObject(t)&&Ir(t.cancel)&&Ir(t.getReader)&&!(t instanceof xp.ReadableInterop);ve.isWritableNodeStream=t=>ve.isObject(t)&&Ir(t.end)&&Ir(t.write)&&fT(t.writable)&&!(t instanceof xp.ReadableInterop);ve.isReadableNodeStream=t=>ve.isObject(t)&&Ir(t.read)&&Ir(t.pipe)&&fT(t.readable)&&!(t instanceof xp.ReadableInterop)});var hr=z(ye=>{"use strict";Object.defineProperty(ye,"__esModule",{value:!0});ye.compareArrayLike=ye.rebaseValueOffsets=ye.toUint8ClampedArrayAsyncIterator=ye.toFloat64ArrayAsyncIterator=ye.toFloat32ArrayAsyncIterator=ye.toUint32ArrayAsyncIterator=ye.toUint16ArrayAsyncIterator=ye.toUint8ArrayAsyncIterator=ye.toInt32ArrayAsyncIterator=ye.toInt16ArrayAsyncIterator=ye.toInt8ArrayAsyncIterator=ye.toArrayBufferViewAsyncIterator=ye.toUint8ClampedArrayIterator=ye.toFloat64ArrayIterator=ye.toFloat32ArrayIterator=ye.toUint32ArrayIterator=ye.toUint16ArrayIterator=ye.toUint8ArrayIterator=ye.toInt32ArrayIterator=ye.toInt16ArrayIterator=ye.toInt8ArrayIterator=ye.toArrayBufferViewIterator=ye.toUint8ClampedArray=ye.toFloat64Array=ye.toFloat32Array=ye.toBigUint64Array=ye.toUint32Array=ye.toUint16Array=ye.toUint8Array=ye.toBigInt64Array=ye.toInt32Array=ye.toInt16Array=ye.toInt8Array=ye.toArrayBufferView=ye.joinUint8Arrays=ye.memcpy=void 0;var x2=no(),A2=Cf(),E2=x2.flatbuffers.ByteBuffer,Wf=Dr(),Cw=typeof SharedArrayBuffer!="undefined"?SharedArrayBuffer:ArrayBuffer;function O2(t){let e=t[0]?[t[0]]:[],r,n,i,o;for(let f,s,l=0,u=0,c=t.length;++l<c;){if(f=e[u],s=t[l],!f||!s||f.buffer!==s.buffer||s.byteOffset<f.byteOffset){s&&(e[++u]=s);continue}if({byteOffset:r,byteLength:i}=f,{byteOffset:n,byteLength:o}=s,r+i<n||n+o<r){s&&(e[++u]=s);continue}e[u]=new Uint8Array(f.buffer,r,n-r+o)}return e}function Ww(t,e,r=0,n=e.byteLength){let i=t.byteLength,o=new Uint8Array(t.buffer,t.byteOffset,i),f=new Uint8Array(e.buffer,e.byteOffset,Math.min(n,i));return o.set(f,r),t}ye.memcpy=Ww;function N2(t,e){let r=O2(t),n=r.reduce((c,_)=>c+_.byteLength,0),i,o,f,s=0,l=-1,u=Math.min(e||1/0,n);for(let c=r.length;++l<c;){if(i=r[l],o=i.subarray(0,Math.min(i.length,u-s)),u<=s+o.length){o.length<i.length?r[l]=i.subarray(o.length):o.length===i.length&&l++,f?Ww(f,o,s):f=o;break}Ww(f||(f=new Uint8Array(u)),o,s),s+=o.length}return[f||new Uint8Array(0),r.slice(l),n-(f?f.byteLength:0)]}ye.joinUint8Arrays=N2;function Ur(t,e){let r=Wf.isIteratorResult(e)?e.value:e;return r instanceof t?t===Uint8Array?new t(r.buffer,r.byteOffset,r.byteLength):r:r?(typeof r=="string"&&(r=A2.encodeUtf8(r)),r instanceof ArrayBuffer?new t(r):r instanceof Cw?new t(r):r instanceof E2?Ur(t,r.bytes()):ArrayBuffer.isView(r)?r.byteLength<=0?new t(0):new t(r.buffer,r.byteOffset,r.byteLength/t.BYTES_PER_ELEMENT):t.from(r)):new t(0)}ye.toArrayBufferView=Ur;ye.toInt8Array=t=>Ur(Int8Array,t);ye.toInt16Array=t=>Ur(Int16Array,t);ye.toInt32Array=t=>Ur(Int32Array,t);ye.toBigInt64Array=t=>Ur(Wf.BigInt64Array,t);ye.toUint8Array=t=>Ur(Uint8Array,t);ye.toUint16Array=t=>Ur(Uint16Array,t);ye.toUint32Array=t=>Ur(Uint32Array,t);ye.toBigUint64Array=t=>Ur(Wf.BigUint64Array,t);ye.toFloat32Array=t=>Ur(Float32Array,t);ye.toFloat64Array=t=>Ur(Float64Array,t);ye.toUint8ClampedArray=t=>Ur(Uint8ClampedArray,t);var Yw=t=>(t.next(),t);function*wi(t,e){let r=function*(i){yield i},n=typeof e=="string"||ArrayBuffer.isView(e)||e instanceof ArrayBuffer||e instanceof Cw?r(e):Wf.isIterable(e)?e:r(e);return yield*Yw(function*(i){let o=null;do o=i.next(yield Ur(t,o));while(!o.done)}(n[Symbol.iterator]())),new t}ye.toArrayBufferViewIterator=wi;ye.toInt8ArrayIterator=t=>wi(Int8Array,t);ye.toInt16ArrayIterator=t=>wi(Int16Array,t);ye.toInt32ArrayIterator=t=>wi(Int32Array,t);ye.toUint8ArrayIterator=t=>wi(Uint8Array,t);ye.toUint16ArrayIterator=t=>wi(Uint16Array,t);ye.toUint32ArrayIterator=t=>wi(Uint32Array,t);ye.toFloat32ArrayIterator=t=>wi(Float32Array,t);ye.toFloat64ArrayIterator=t=>wi(Float64Array,t);ye.toUint8ClampedArrayIterator=t=>wi(Uint8ClampedArray,t);async function*Kn(t,e){if(Wf.isPromise(e))return yield*Kn(t,await e);let r=async function*(o){yield await o},n=async function*(o){yield*Yw(function*(f){let s=null;do s=f.next(yield s&&s.value);while(!s.done)}(o[Symbol.iterator]()))},i=typeof e=="string"||ArrayBuffer.isView(e)||e instanceof ArrayBuffer||e instanceof Cw?r(e):Wf.isIterable(e)?n(e):Wf.isAsyncIterable(e)?e:r(e);return yield*Yw(async function*(o){let f=null;do f=await o.next(yield Ur(t,f));while(!f.done)}(i[Symbol.asyncIterator]())),new t}ye.toArrayBufferViewAsyncIterator=Kn;ye.toInt8ArrayAsyncIterator=t=>Kn(Int8Array,t);ye.toInt16ArrayAsyncIterator=t=>Kn(Int16Array,t);ye.toInt32ArrayAsyncIterator=t=>Kn(Int32Array,t);ye.toUint8ArrayAsyncIterator=t=>Kn(Uint8Array,t);ye.toUint16ArrayAsyncIterator=t=>Kn(Uint16Array,t);ye.toUint32ArrayAsyncIterator=t=>Kn(Uint32Array,t);ye.toFloat32ArrayAsyncIterator=t=>Kn(Float32Array,t);ye.toFloat64ArrayAsyncIterator=t=>Kn(Float64Array,t);ye.toUint8ClampedArrayAsyncIterator=t=>Kn(Uint8ClampedArray,t);function D2(t,e,r){if(t!==0){r=r.slice(0,e+1);for(let n=-1;++n<=e;)r[n]+=t}return r}ye.rebaseValueOffsets=D2;function F2(t,e){let r=0,n=t.length;if(n!==e.length)return!1;if(n>0)do if(t[r]!==e[r])return!1;while(++r<n);return!0}ye.compareArrayLike=F2});var wu=z(Gw=>{"use strict";Object.defineProperty(Gw,"__esModule",{value:!0});var Lr=hr();Gw.default={fromIterable(t){return Ap(P2(t))},fromAsyncIterable(t){return Ap(R2(t))},fromDOMStream(t){return Ap(H2(t))},fromNodeStream(t){return Ap(M2(t))},toDOMStream(t,e){throw new Error('"toDOMStream" not available in this environment')},toNodeStream(t,e){throw new Error('"toNodeStream" not available in this environment')}};var Ap=t=>(t.next(),t);function*P2(t){let e,r=!1,n=[],i,o,f,s=0;function l(){return o==="peek"?Lr.joinUint8Arrays(n,f)[0]:([i,n,s]=Lr.joinUint8Arrays(n,f),i)}({cmd:o,size:f}=yield null);let u=Lr.toUint8ArrayIterator(t)[Symbol.iterator]();try{do if({done:e,value:i}=isNaN(f-s)?u.next(void 0):u.next(f-s),!e&&i.byteLength>0&&(n.push(i),s+=i.byteLength),e||f<=s)do({cmd:o,size:f}=yield l());while(f<s);while(!e)}catch(c){(r=!0)&&typeof u.throw=="function"&&u.throw(c)}finally{r===!1&&typeof u.return=="function"&&u.return(null)}return null}async function*R2(t){let e,r=!1,n=[],i,o,f,s=0;function l(){return o==="peek"?Lr.joinUint8Arrays(n,f)[0]:([i,n,s]=Lr.joinUint8Arrays(n,f),i)}({cmd:o,size:f}=yield null);let u=Lr.toUint8ArrayAsyncIterator(t)[Symbol.asyncIterator]();try{do if({done:e,value:i}=isNaN(f-s)?await u.next(void 0):await u.next(f-s),!e&&i.byteLength>0&&(n.push(i),s+=i.byteLength),e||f<=s)do({cmd:o,size:f}=yield l());while(f<s);while(!e)}catch(c){(r=!0)&&typeof u.throw=="function"&&await u.throw(c)}finally{r===!1&&typeof u.return=="function"&&await u.return(new Uint8Array(0))}return null}async function*H2(t){let e=!1,r=!1,n=[],i,o,f,s=0;function l(){return o==="peek"?Lr.joinUint8Arrays(n,f)[0]:([i,n,s]=Lr.joinUint8Arrays(n,f),i)}({cmd:o,size:f}=yield null);let u=new sT(t);try{do if({done:e,value:i}=isNaN(f-s)?await u.read(void 0):await u.read(f-s),!e&&i.byteLength>0&&(n.push(Lr.toUint8Array(i)),s+=i.byteLength),e||f<=s)do({cmd:o,size:f}=yield l());while(f<s);while(!e)}catch(c){(r=!0)&&await u.cancel(c)}finally{r===!1?await u.cancel():t.locked&&u.releaseLock()}return null}var sT=class{constructor(e){this.source=e,this.byobReader=null,this.defaultReader=null;try{this.supportsBYOB=!!(this.reader=this.getBYOBReader())}catch{this.supportsBYOB=!(this.reader=this.getDefaultReader())}}get closed(){return this.reader?this.reader.closed.catch(()=>{}):Promise.resolve()}releaseLock(){this.reader&&this.reader.releaseLock(),this.reader=this.byobReader=this.defaultReader=null}async cancel(e){let{reader:r,source:n}=this;r&&await r.cancel(e).catch(()=>{}),n&&n.locked&&this.releaseLock()}async read(e){if(e===0)return{done:this.reader==null,value:new Uint8Array(0)};let r=!this.supportsBYOB||typeof e!="number"?await this.getDefaultReader().read():await this.readFromBYOBReader(e);return!r.done&&(r.value=Lr.toUint8Array(r)),r}getDefaultReader(){return this.byobReader&&this.releaseLock(),this.defaultReader||(this.defaultReader=this.source.getReader(),this.defaultReader.closed.catch(()=>{})),this.reader=this.defaultReader}getBYOBReader(){return this.defaultReader&&this.releaseLock(),this.byobReader||(this.byobReader=this.source.getReader({mode:"byob"}),this.byobReader.closed.catch(()=>{})),this.reader=this.byobReader}async readFromBYOBReader(e){return await aT(this.getBYOBReader(),new ArrayBuffer(e),0,e)}};async function aT(t,e,r,n){if(r>=n)return{done:!1,value:new Uint8Array(e,0,n)};let{done:i,value:o}=await t.read(new Uint8Array(e,r,n-r));return(r+=o.byteLength)<n&&!i?await aT(t,o.buffer,r,n):{done:i,value:new Uint8Array(o.buffer,0,r)}}var Kw=(t,e)=>{let r=i=>n([e,i]),n;return[e,r,new Promise(i=>(n=i)&&t.once(e,r))]};async function*M2(t){let e=[],r="error",n=!1,i=null,o,f,s=0,l=[],u;function c(){return o==="peek"?Lr.joinUint8Arrays(l,f)[0]:([u,l,s]=Lr.joinUint8Arrays(l,f),u)}if({cmd:o,size:f}=yield null,t.isTTY)return yield new Uint8Array(0),null;try{e[0]=Kw(t,"end"),e[1]=Kw(t,"error");do{if(e[2]=Kw(t,"readable"),[r,i]=await Promise.race(e.map(p=>p[2])),r==="error")break;if((n=r==="end")||(isFinite(f-s)?(u=Lr.toUint8Array(t.read(f-s)),u.byteLength<f-s&&(u=Lr.toUint8Array(t.read(void 0)))):u=Lr.toUint8Array(t.read(void 0)),u.byteLength>0&&(l.push(u),s+=u.byteLength)),n||f<=s)do({cmd:o,size:f}=yield c());while(f<s)}while(!n)}finally{await _(e,r==="error"?i:null)}return null;function _(p,j){return u=l=null,new Promise((S,T)=>{for(let[U,W]of p)t.off(U,W);try{let U=t.destroy;U&&U.call(t,j),j=void 0}catch(U){j=U||j}finally{j!=null?T(j):S()}})}}});var ir=z(Ks=>{"use strict";Object.defineProperty(Ks,"__esModule",{value:!0});Ks.Vector=Ks.AbstractVector=void 0;var Ep=class{};Ks.AbstractVector=Ep;Ks.Vector=Ep;Ep.prototype.data=null});var Ko=z(be=>{"use strict";Object.defineProperty(be,"__esModule",{value:!0});be.Schema=be.Buffer=be.Field=be.DictionaryEncoding=be.KeyValue=be.Duration=be.Interval=be.Timestamp=be.Time=be.Date=be.Decimal=be.Bool=be.FixedSizeBinary=be.LargeBinary=be.LargeUtf8=be.Binary=be.Utf8=be.FloatingPoint=be.Int=be.Union=be.Map=be.FixedSizeList=be.LargeList=be.List=be.Struct_=be.Null=be.Endianness=be.DictionaryKind=be.Type=be.IntervalUnit=be.TimeUnit=be.DateUnit=be.Precision=be.UnionMode=be.Feature=be.MetadataVersion=void 0;var zt=no(),z2;(function(t){t[t.V1=0]="V1",t[t.V2=1]="V2",t[t.V3=2]="V3",t[t.V4=3]="V4",t[t.V5=4]="V5"})(z2=be.MetadataVersion||(be.MetadataVersion={}));var U2;(function(t){t[t.UNUSED=0]="UNUSED",t[t.DICTIONARY_REPLACEMENT=1]="DICTIONARY_REPLACEMENT",t[t.COMPRESSED_BODY=2]="COMPRESSED_BODY"})(U2=be.Feature||(be.Feature={}));var Jw;(function(t){t[t.Sparse=0]="Sparse",t[t.Dense=1]="Dense"})(Jw=be.UnionMode||(be.UnionMode={}));var Zw;(function(t){t[t.HALF=0]="HALF",t[t.SINGLE=1]="SINGLE",t[t.DOUBLE=2]="DOUBLE"})(Zw=be.Precision||(be.Precision={}));var Xw;(function(t){t[t.DAY=0]="DAY",t[t.MILLISECOND=1]="MILLISECOND"})(Xw=be.DateUnit||(be.DateUnit={}));var Yf;(function(t){t[t.SECOND=0]="SECOND",t[t.MILLISECOND=1]="MILLISECOND",t[t.MICROSECOND=2]="MICROSECOND",t[t.NANOSECOND=3]="NANOSECOND"})(Yf=be.TimeUnit||(be.TimeUnit={}));var Qw;(function(t){t[t.YEAR_MONTH=0]="YEAR_MONTH",t[t.DAY_TIME=1]="DAY_TIME"})(Qw=be.IntervalUnit||(be.IntervalUnit={}));var $w;(function(t){t[t.NONE=0]="NONE",t[t.Null=1]="Null",t[t.Int=2]="Int",t[t.FloatingPoint=3]="FloatingPoint",t[t.Binary=4]="Binary",t[t.Utf8=5]="Utf8",t[t.Bool=6]="Bool",t[t.Decimal=7]="Decimal",t[t.Date=8]="Date",t[t.Time=9]="Time",t[t.Timestamp=10]="Timestamp",t[t.Interval=11]="Interval",t[t.List=12]="List",t[t.Struct_=13]="Struct_",t[t.Union=14]="Union",t[t.FixedSizeBinary=15]="FixedSizeBinary",t[t.FixedSizeList=16]="FixedSizeList",t[t.Map=17]="Map",t[t.Duration=18]="Duration",t[t.LargeBinary=19]="LargeBinary",t[t.LargeUtf8=20]="LargeUtf8",t[t.LargeList=21]="LargeList"})($w=be.Type||(be.Type={}));var eh;(function(t){t[t.DenseArray=0]="DenseArray"})(eh=be.DictionaryKind||(be.DictionaryKind={}));var th;(function(t){t[t.Little=0]="Little",t[t.Big=1]="Big"})(th=be.Endianness||(be.Endianness={}));var Kf=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsNull(e,r){return(r||new Kf).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsNull(e,r){return e.setPosition(e.position()+zt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Kf).__init(e.readInt32(e.position())+e.position(),e)}static startNull(e){e.startObject(0)}static endNull(e){return e.endObject()}static createNull(e){return Kf.startNull(e),Kf.endNull(e)}};be.Null=Kf;var Gf=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsStruct_(e,r){return(r||new Gf).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsStruct_(e,r){return e.setPosition(e.position()+zt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Gf).__init(e.readInt32(e.position())+e.position(),e)}static startStruct_(e){e.startObject(0)}static endStruct_(e){return e.endObject()}static createStruct_(e){return Gf.startStruct_(e),Gf.endStruct_(e)}};be.Struct_=Gf;var Jf=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsList(e,r){return(r||new Jf).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsList(e,r){return e.setPosition(e.position()+zt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Jf).__init(e.readInt32(e.position())+e.position(),e)}static startList(e){e.startObject(0)}static endList(e){return e.endObject()}static createList(e){return Jf.startList(e),Jf.endList(e)}};be.List=Jf;var Zf=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsLargeList(e,r){return(r||new Zf).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsLargeList(e,r){return e.setPosition(e.position()+zt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Zf).__init(e.readInt32(e.position())+e.position(),e)}static startLargeList(e){e.startObject(0)}static endLargeList(e){return e.endObject()}static createLargeList(e){return Zf.startLargeList(e),Zf.endLargeList(e)}};be.LargeList=Zf;var zo=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsFixedSizeList(e,r){return(r||new zo).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsFixedSizeList(e,r){return e.setPosition(e.position()+zt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new zo).__init(e.readInt32(e.position())+e.position(),e)}listSize(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt32(this.bb_pos+e):0}static startFixedSizeList(e){e.startObject(1)}static addListSize(e,r){e.addFieldInt32(0,r,0)}static endFixedSizeList(e){return e.endObject()}static createFixedSizeList(e,r){return zo.startFixedSizeList(e),zo.addListSize(e,r),zo.endFixedSizeList(e)}};be.FixedSizeList=zo;var Uo=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsMap(e,r){return(r||new Uo).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsMap(e,r){return e.setPosition(e.position()+zt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Uo).__init(e.readInt32(e.position())+e.position(),e)}keysSorted(){let e=this.bb.__offset(this.bb_pos,4);return e?!!this.bb.readInt8(this.bb_pos+e):!1}static startMap(e){e.startObject(1)}static addKeysSorted(e,r){e.addFieldInt8(0,+r,0)}static endMap(e){return e.endObject()}static createMap(e,r){return Uo.startMap(e),Uo.addKeysSorted(e,r),Uo.endMap(e)}};be.Map=Uo;var oo=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsUnion(e,r){return(r||new oo).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsUnion(e,r){return e.setPosition(e.position()+zt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new oo).__init(e.readInt32(e.position())+e.position(),e)}mode(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):Jw.Sparse}typeIds(e){let r=this.bb.__offset(this.bb_pos,6);return r?this.bb.readInt32(this.bb.__vector(this.bb_pos+r)+e*4):0}typeIdsLength(){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.__vector_len(this.bb_pos+e):0}typeIdsArray(){let e=this.bb.__offset(this.bb_pos,6);return e?new Int32Array(this.bb.bytes().buffer,this.bb.bytes().byteOffset+this.bb.__vector(this.bb_pos+e),this.bb.__vector_len(this.bb_pos+e)):null}static startUnion(e){e.startObject(2)}static addMode(e,r){e.addFieldInt16(0,r,Jw.Sparse)}static addTypeIds(e,r){e.addFieldOffset(1,r,0)}static createTypeIdsVector(e,r){e.startVector(4,r.length,4);for(let n=r.length-1;n>=0;n--)e.addInt32(r[n]);return e.endVector()}static startTypeIdsVector(e,r){e.startVector(4,r,4)}static endUnion(e){return e.endObject()}static createUnion(e,r,n){return oo.startUnion(e),oo.addMode(e,r),oo.addTypeIds(e,n),oo.endUnion(e)}};be.Union=oo;var hi=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsInt(e,r){return(r||new hi).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsInt(e,r){return e.setPosition(e.position()+zt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new hi).__init(e.readInt32(e.position())+e.position(),e)}bitWidth(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt32(this.bb_pos+e):0}isSigned(){let e=this.bb.__offset(this.bb_pos,6);return e?!!this.bb.readInt8(this.bb_pos+e):!1}static startInt(e){e.startObject(2)}static addBitWidth(e,r){e.addFieldInt32(0,r,0)}static addIsSigned(e,r){e.addFieldInt8(1,+r,0)}static endInt(e){return e.endObject()}static createInt(e,r,n){return hi.startInt(e),hi.addBitWidth(e,r),hi.addIsSigned(e,n),hi.endInt(e)}};be.Int=hi;var Lo=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsFloatingPoint(e,r){return(r||new Lo).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsFloatingPoint(e,r){return e.setPosition(e.position()+zt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Lo).__init(e.readInt32(e.position())+e.position(),e)}precision(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):Zw.HALF}static startFloatingPoint(e){e.startObject(1)}static addPrecision(e,r){e.addFieldInt16(0,r,Zw.HALF)}static endFloatingPoint(e){return e.endObject()}static createFloatingPoint(e,r){return Lo.startFloatingPoint(e),Lo.addPrecision(e,r),Lo.endFloatingPoint(e)}};be.FloatingPoint=Lo;var Xf=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsUtf8(e,r){return(r||new Xf).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsUtf8(e,r){return e.setPosition(e.position()+zt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Xf).__init(e.readInt32(e.position())+e.position(),e)}static startUtf8(e){e.startObject(0)}static endUtf8(e){return e.endObject()}static createUtf8(e){return Xf.startUtf8(e),Xf.endUtf8(e)}};be.Utf8=Xf;var Qf=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsBinary(e,r){return(r||new Qf).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsBinary(e,r){return e.setPosition(e.position()+zt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Qf).__init(e.readInt32(e.position())+e.position(),e)}static startBinary(e){e.startObject(0)}static endBinary(e){return e.endObject()}static createBinary(e){return Qf.startBinary(e),Qf.endBinary(e)}};be.Binary=Qf;var $f=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsLargeUtf8(e,r){return(r||new $f).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsLargeUtf8(e,r){return e.setPosition(e.position()+zt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new $f).__init(e.readInt32(e.position())+e.position(),e)}static startLargeUtf8(e){e.startObject(0)}static endLargeUtf8(e){return e.endObject()}static createLargeUtf8(e){return $f.startLargeUtf8(e),$f.endLargeUtf8(e)}};be.LargeUtf8=$f;var es=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsLargeBinary(e,r){return(r||new es).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsLargeBinary(e,r){return e.setPosition(e.position()+zt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new es).__init(e.readInt32(e.position())+e.position(),e)}static startLargeBinary(e){e.startObject(0)}static endLargeBinary(e){return e.endObject()}static createLargeBinary(e){return es.startLargeBinary(e),es.endLargeBinary(e)}};be.LargeBinary=es;var Vo=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsFixedSizeBinary(e,r){return(r||new Vo).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsFixedSizeBinary(e,r){return e.setPosition(e.position()+zt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Vo).__init(e.readInt32(e.position())+e.position(),e)}byteWidth(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt32(this.bb_pos+e):0}static startFixedSizeBinary(e){e.startObject(1)}static addByteWidth(e,r){e.addFieldInt32(0,r,0)}static endFixedSizeBinary(e){return e.endObject()}static createFixedSizeBinary(e,r){return Vo.startFixedSizeBinary(e),Vo.addByteWidth(e,r),Vo.endFixedSizeBinary(e)}};be.FixedSizeBinary=Vo;var ts=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsBool(e,r){return(r||new ts).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsBool(e,r){return e.setPosition(e.position()+zt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new ts).__init(e.readInt32(e.position())+e.position(),e)}static startBool(e){e.startObject(0)}static endBool(e){return e.endObject()}static createBool(e){return ts.startBool(e),ts.endBool(e)}};be.Bool=ts;var gi=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsDecimal(e,r){return(r||new gi).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsDecimal(e,r){return e.setPosition(e.position()+zt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new gi).__init(e.readInt32(e.position())+e.position(),e)}precision(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt32(this.bb_pos+e):0}scale(){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.readInt32(this.bb_pos+e):0}bitWidth(){let e=this.bb.__offset(this.bb_pos,8);return e?this.bb.readInt32(this.bb_pos+e):128}static startDecimal(e){e.startObject(3)}static addPrecision(e,r){e.addFieldInt32(0,r,0)}static addScale(e,r){e.addFieldInt32(1,r,0)}static addBitWidth(e,r){e.addFieldInt32(2,r,128)}static endDecimal(e){return e.endObject()}static createDecimal(e,r,n,i){return gi.startDecimal(e),gi.addPrecision(e,r),gi.addScale(e,n),gi.addBitWidth(e,i),gi.endDecimal(e)}};be.Decimal=gi;var Co=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsDate(e,r){return(r||new Co).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsDate(e,r){return e.setPosition(e.position()+zt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Co).__init(e.readInt32(e.position())+e.position(),e)}unit(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):Xw.MILLISECOND}static startDate(e){e.startObject(1)}static addUnit(e,r){e.addFieldInt16(0,r,Xw.MILLISECOND)}static endDate(e){return e.endObject()}static createDate(e,r){return Co.startDate(e),Co.addUnit(e,r),Co.endDate(e)}};be.Date=Co;var fo=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsTime(e,r){return(r||new fo).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsTime(e,r){return e.setPosition(e.position()+zt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new fo).__init(e.readInt32(e.position())+e.position(),e)}unit(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):Yf.MILLISECOND}bitWidth(){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.readInt32(this.bb_pos+e):32}static startTime(e){e.startObject(2)}static addUnit(e,r){e.addFieldInt16(0,r,Yf.MILLISECOND)}static addBitWidth(e,r){e.addFieldInt32(1,r,32)}static endTime(e){return e.endObject()}static createTime(e,r,n){return fo.startTime(e),fo.addUnit(e,r),fo.addBitWidth(e,n),fo.endTime(e)}};be.Time=fo;var so=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsTimestamp(e,r){return(r||new so).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsTimestamp(e,r){return e.setPosition(e.position()+zt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new so).__init(e.readInt32(e.position())+e.position(),e)}unit(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):Yf.SECOND}timezone(e){let r=this.bb.__offset(this.bb_pos,6);return r?this.bb.__string(this.bb_pos+r,e):null}static startTimestamp(e){e.startObject(2)}static addUnit(e,r){e.addFieldInt16(0,r,Yf.SECOND)}static addTimezone(e,r){e.addFieldOffset(1,r,0)}static endTimestamp(e){return e.endObject()}static createTimestamp(e,r,n){return so.startTimestamp(e),so.addUnit(e,r),so.addTimezone(e,n),so.endTimestamp(e)}};be.Timestamp=so;var Wo=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsInterval(e,r){return(r||new Wo).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsInterval(e,r){return e.setPosition(e.position()+zt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Wo).__init(e.readInt32(e.position())+e.position(),e)}unit(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):Qw.YEAR_MONTH}static startInterval(e){e.startObject(1)}static addUnit(e,r){e.addFieldInt16(0,r,Qw.YEAR_MONTH)}static endInterval(e){return e.endObject()}static createInterval(e,r){return Wo.startInterval(e),Wo.addUnit(e,r),Wo.endInterval(e)}};be.Interval=Wo;var Yo=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsDuration(e,r){return(r||new Yo).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsDuration(e,r){return e.setPosition(e.position()+zt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Yo).__init(e.readInt32(e.position())+e.position(),e)}unit(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):Yf.MILLISECOND}static startDuration(e){e.startObject(1)}static addUnit(e,r){e.addFieldInt16(0,r,Yf.MILLISECOND)}static endDuration(e){return e.endObject()}static createDuration(e,r){return Yo.startDuration(e),Yo.addUnit(e,r),Yo.endDuration(e)}};be.Duration=Yo;var Gn=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsKeyValue(e,r){return(r||new Gn).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsKeyValue(e,r){return e.setPosition(e.position()+zt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Gn).__init(e.readInt32(e.position())+e.position(),e)}key(e){let r=this.bb.__offset(this.bb_pos,4);return r?this.bb.__string(this.bb_pos+r,e):null}value(e){let r=this.bb.__offset(this.bb_pos,6);return r?this.bb.__string(this.bb_pos+r,e):null}static startKeyValue(e){e.startObject(2)}static addKey(e,r){e.addFieldOffset(0,r,0)}static addValue(e,r){e.addFieldOffset(1,r,0)}static endKeyValue(e){return e.endObject()}static createKeyValue(e,r,n){return Gn.startKeyValue(e),Gn.addKey(e,r),Gn.addValue(e,n),Gn.endKeyValue(e)}};be.KeyValue=Gn;var qn=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsDictionaryEncoding(e,r){return(r||new qn).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsDictionaryEncoding(e,r){return e.setPosition(e.position()+zt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new qn).__init(e.readInt32(e.position())+e.position(),e)}id(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt64(this.bb_pos+e):this.bb.createLong(0,0)}indexType(e){let r=this.bb.__offset(this.bb_pos,6);return r?(e||new hi).__init(this.bb.__indirect(this.bb_pos+r),this.bb):null}isOrdered(){let e=this.bb.__offset(this.bb_pos,8);return e?!!this.bb.readInt8(this.bb_pos+e):!1}dictionaryKind(){let e=this.bb.__offset(this.bb_pos,10);return e?this.bb.readInt16(this.bb_pos+e):eh.DenseArray}static startDictionaryEncoding(e){e.startObject(4)}static addId(e,r){e.addFieldInt64(0,r,e.createLong(0,0))}static addIndexType(e,r){e.addFieldOffset(1,r,0)}static addIsOrdered(e,r){e.addFieldInt8(2,+r,0)}static addDictionaryKind(e,r){e.addFieldInt16(3,r,eh.DenseArray)}static endDictionaryEncoding(e){return e.endObject()}static createDictionaryEncoding(e,r,n,i,o){return qn.startDictionaryEncoding(e),qn.addId(e,r),qn.addIndexType(e,n),qn.addIsOrdered(e,i),qn.addDictionaryKind(e,o),qn.endDictionaryEncoding(e)}};be.DictionaryEncoding=qn;var Fr=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsField(e,r){return(r||new Fr).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsField(e,r){return e.setPosition(e.position()+zt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Fr).__init(e.readInt32(e.position())+e.position(),e)}name(e){let r=this.bb.__offset(this.bb_pos,4);return r?this.bb.__string(this.bb_pos+r,e):null}nullable(){let e=this.bb.__offset(this.bb_pos,6);return e?!!this.bb.readInt8(this.bb_pos+e):!1}typeType(){let e=this.bb.__offset(this.bb_pos,8);return e?this.bb.readUint8(this.bb_pos+e):$w.NONE}type(e){let r=this.bb.__offset(this.bb_pos,10);return r?this.bb.__union(e,this.bb_pos+r):null}dictionary(e){let r=this.bb.__offset(this.bb_pos,12);return r?(e||new qn).__init(this.bb.__indirect(this.bb_pos+r),this.bb):null}children(e,r){let n=this.bb.__offset(this.bb_pos,14);return n?(r||new Fr).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+n)+e*4),this.bb):null}childrenLength(){let e=this.bb.__offset(this.bb_pos,14);return e?this.bb.__vector_len(this.bb_pos+e):0}customMetadata(e,r){let n=this.bb.__offset(this.bb_pos,16);return n?(r||new Gn).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+n)+e*4),this.bb):null}customMetadataLength(){let e=this.bb.__offset(this.bb_pos,16);return e?this.bb.__vector_len(this.bb_pos+e):0}static startField(e){e.startObject(7)}static addName(e,r){e.addFieldOffset(0,r,0)}static addNullable(e,r){e.addFieldInt8(1,+r,0)}static addTypeType(e,r){e.addFieldInt8(2,r,$w.NONE)}static addType(e,r){e.addFieldOffset(3,r,0)}static addDictionary(e,r){e.addFieldOffset(4,r,0)}static addChildren(e,r){e.addFieldOffset(5,r,0)}static createChildrenVector(e,r){e.startVector(4,r.length,4);for(let n=r.length-1;n>=0;n--)e.addOffset(r[n]);return e.endVector()}static startChildrenVector(e,r){e.startVector(4,r,4)}static addCustomMetadata(e,r){e.addFieldOffset(6,r,0)}static createCustomMetadataVector(e,r){e.startVector(4,r.length,4);for(let n=r.length-1;n>=0;n--)e.addOffset(r[n]);return e.endVector()}static startCustomMetadataVector(e,r){e.startVector(4,r,4)}static endField(e){return e.endObject()}static createField(e,r,n,i,o,f,s,l){return Fr.startField(e),Fr.addName(e,r),Fr.addNullable(e,n),Fr.addTypeType(e,i),Fr.addType(e,o),Fr.addDictionary(e,f),Fr.addChildren(e,s),Fr.addCustomMetadata(e,l),Fr.endField(e)}};be.Field=Fr;var lT=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}offset(){return this.bb.readInt64(this.bb_pos)}length(){return this.bb.readInt64(this.bb_pos+8)}static createBuffer(e,r,n){return e.prep(8,16),e.writeInt64(n),e.writeInt64(r),e.offset()}};be.Buffer=lT;var Jn=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsSchema(e,r){return(r||new Jn).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsSchema(e,r){return e.setPosition(e.position()+zt.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Jn).__init(e.readInt32(e.position())+e.position(),e)}endianness(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):th.Little}fields(e,r){let n=this.bb.__offset(this.bb_pos,6);return n?(r||new Fr).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+n)+e*4),this.bb):null}fieldsLength(){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.__vector_len(this.bb_pos+e):0}customMetadata(e,r){let n=this.bb.__offset(this.bb_pos,8);return n?(r||new Gn).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+n)+e*4),this.bb):null}customMetadataLength(){let e=this.bb.__offset(this.bb_pos,8);return e?this.bb.__vector_len(this.bb_pos+e):0}features(e){let r=this.bb.__offset(this.bb_pos,10);return r?this.bb.readInt64(this.bb.__vector(this.bb_pos+r)+e*8):this.bb.createLong(0,0)}featuresLength(){let e=this.bb.__offset(this.bb_pos,10);return e?this.bb.__vector_len(this.bb_pos+e):0}static startSchema(e){e.startObject(4)}static addEndianness(e,r){e.addFieldInt16(0,r,th.Little)}static addFields(e,r){e.addFieldOffset(1,r,0)}static createFieldsVector(e,r){e.startVector(4,r.length,4);for(let n=r.length-1;n>=0;n--)e.addOffset(r[n]);return e.endVector()}static startFieldsVector(e,r){e.startVector(4,r,4)}static addCustomMetadata(e,r){e.addFieldOffset(2,r,0)}static createCustomMetadataVector(e,r){e.startVector(4,r.length,4);for(let n=r.length-1;n>=0;n--)e.addOffset(r[n]);return e.endVector()}static startCustomMetadataVector(e,r){e.startVector(4,r,4)}static addFeatures(e,r){e.addFieldOffset(3,r,0)}static createFeaturesVector(e,r){e.startVector(8,r.length,8);for(let n=r.length-1;n>=0;n--)e.addInt64(r[n]);return e.endVector()}static startFeaturesVector(e,r){e.startVector(8,r,8)}static endSchema(e){return e.endObject()}static finishSchemaBuffer(e,r){e.finish(r)}static finishSizePrefixedSchemaBuffer(e,r){e.finish(r,void 0,!0)}static createSchema(e,r,n,i,o){return Jn.startSchema(e),Jn.addEndianness(e,r),Jn.addFields(e,n),Jn.addCustomMetadata(e,i),Jn.addFeatures(e,o),Jn.endSchema(e)}};be.Schema=Jn});var Dp=z(or=>{"use strict";Object.defineProperty(or,"__esModule",{value:!0});or.Message=or.DictionaryBatch=or.RecordBatch=or.BodyCompression=or.FieldNode=or.MessageHeader=or.BodyCompressionMethod=or.CompressionType=void 0;var Op=no(),Np=Ko(),rh;(function(t){t[t.LZ4_FRAME=0]="LZ4_FRAME",t[t.ZSTD=1]="ZSTD"})(rh=or.CompressionType||(or.CompressionType={}));var nh;(function(t){t[t.BUFFER=0]="BUFFER"})(nh=or.BodyCompressionMethod||(or.BodyCompressionMethod={}));var ih;(function(t){t[t.NONE=0]="NONE",t[t.Schema=1]="Schema",t[t.DictionaryBatch=2]="DictionaryBatch",t[t.RecordBatch=3]="RecordBatch",t[t.Tensor=4]="Tensor",t[t.SparseTensor=5]="SparseTensor"})(ih=or.MessageHeader||(or.MessageHeader={}));var oh=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}length(){return this.bb.readInt64(this.bb_pos)}nullCount(){return this.bb.readInt64(this.bb_pos+8)}static createFieldNode(e,r,n){return e.prep(8,16),e.writeInt64(n),e.writeInt64(r),e.offset()}};or.FieldNode=oh;var yi=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsBodyCompression(e,r){return(r||new yi).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsBodyCompression(e,r){return e.setPosition(e.position()+Op.flatbuffers.SIZE_PREFIX_LENGTH),(r||new yi).__init(e.readInt32(e.position())+e.position(),e)}codec(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt8(this.bb_pos+e):rh.LZ4_FRAME}method(){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.readInt8(this.bb_pos+e):nh.BUFFER}static startBodyCompression(e){e.startObject(2)}static addCodec(e,r){e.addFieldInt8(0,r,rh.LZ4_FRAME)}static addMethod(e,r){e.addFieldInt8(1,r,nh.BUFFER)}static endBodyCompression(e){return e.endObject()}static createBodyCompression(e,r,n){return yi.startBodyCompression(e),yi.addCodec(e,r),yi.addMethod(e,n),yi.endBodyCompression(e)}};or.BodyCompression=yi;var vn=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsRecordBatch(e,r){return(r||new vn).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsRecordBatch(e,r){return e.setPosition(e.position()+Op.flatbuffers.SIZE_PREFIX_LENGTH),(r||new vn).__init(e.readInt32(e.position())+e.position(),e)}length(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt64(this.bb_pos+e):this.bb.createLong(0,0)}nodes(e,r){let n=this.bb.__offset(this.bb_pos,6);return n?(r||new oh).__init(this.bb.__vector(this.bb_pos+n)+e*16,this.bb):null}nodesLength(){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.__vector_len(this.bb_pos+e):0}buffers(e,r){let n=this.bb.__offset(this.bb_pos,8);return n?(r||new Np.Buffer).__init(this.bb.__vector(this.bb_pos+n)+e*16,this.bb):null}buffersLength(){let e=this.bb.__offset(this.bb_pos,8);return e?this.bb.__vector_len(this.bb_pos+e):0}compression(e){let r=this.bb.__offset(this.bb_pos,10);return r?(e||new yi).__init(this.bb.__indirect(this.bb_pos+r),this.bb):null}static startRecordBatch(e){e.startObject(4)}static addLength(e,r){e.addFieldInt64(0,r,e.createLong(0,0))}static addNodes(e,r){e.addFieldOffset(1,r,0)}static startNodesVector(e,r){e.startVector(16,r,8)}static addBuffers(e,r){e.addFieldOffset(2,r,0)}static startBuffersVector(e,r){e.startVector(16,r,8)}static addCompression(e,r){e.addFieldOffset(3,r,0)}static endRecordBatch(e){return e.endObject()}static createRecordBatch(e,r,n,i,o){return vn.startRecordBatch(e),vn.addLength(e,r),vn.addNodes(e,n),vn.addBuffers(e,i),vn.addCompression(e,o),vn.endRecordBatch(e)}};or.RecordBatch=vn;var ji=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsDictionaryBatch(e,r){return(r||new ji).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsDictionaryBatch(e,r){return e.setPosition(e.position()+Op.flatbuffers.SIZE_PREFIX_LENGTH),(r||new ji).__init(e.readInt32(e.position())+e.position(),e)}id(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt64(this.bb_pos+e):this.bb.createLong(0,0)}data(e){let r=this.bb.__offset(this.bb_pos,6);return r?(e||new vn).__init(this.bb.__indirect(this.bb_pos+r),this.bb):null}isDelta(){let e=this.bb.__offset(this.bb_pos,8);return e?!!this.bb.readInt8(this.bb_pos+e):!1}static startDictionaryBatch(e){e.startObject(3)}static addId(e,r){e.addFieldInt64(0,r,e.createLong(0,0))}static addData(e,r){e.addFieldOffset(1,r,0)}static addIsDelta(e,r){e.addFieldInt8(2,+r,0)}static endDictionaryBatch(e){return e.endObject()}static createDictionaryBatch(e,r,n,i){return ji.startDictionaryBatch(e),ji.addId(e,r),ji.addData(e,n),ji.addIsDelta(e,i),ji.endDictionaryBatch(e)}};or.DictionaryBatch=ji;var Tn=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsMessage(e,r){return(r||new Tn).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsMessage(e,r){return e.setPosition(e.position()+Op.flatbuffers.SIZE_PREFIX_LENGTH),(r||new Tn).__init(e.readInt32(e.position())+e.position(),e)}version(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):Np.MetadataVersion.V1}headerType(){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.readUint8(this.bb_pos+e):ih.NONE}header(e){let r=this.bb.__offset(this.bb_pos,8);return r?this.bb.__union(e,this.bb_pos+r):null}bodyLength(){let e=this.bb.__offset(this.bb_pos,10);return e?this.bb.readInt64(this.bb_pos+e):this.bb.createLong(0,0)}customMetadata(e,r){let n=this.bb.__offset(this.bb_pos,12);return n?(r||new Np.KeyValue).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+n)+e*4),this.bb):null}customMetadataLength(){let e=this.bb.__offset(this.bb_pos,12);return e?this.bb.__vector_len(this.bb_pos+e):0}static startMessage(e){e.startObject(5)}static addVersion(e,r){e.addFieldInt16(0,r,Np.MetadataVersion.V1)}static addHeaderType(e,r){e.addFieldInt8(1,r,ih.NONE)}static addHeader(e,r){e.addFieldOffset(2,r,0)}static addBodyLength(e,r){e.addFieldInt64(3,r,e.createLong(0,0))}static addCustomMetadata(e,r){e.addFieldOffset(4,r,0)}static createCustomMetadataVector(e,r){e.startVector(4,r.length,4);for(let n=r.length-1;n>=0;n--)e.addOffset(r[n]);return e.endVector()}static startCustomMetadataVector(e,r){e.startVector(4,r,4)}static endMessage(e){return e.endObject()}static finishMessageBuffer(e,r){e.finish(r)}static finishSizePrefixedMessageBuffer(e,r){e.finish(r,void 0,!0)}static createMessage(e,r,n,i,o,f){return Tn.startMessage(e),Tn.addVersion(e,r),Tn.addHeaderType(e,n),Tn.addHeader(e,i),Tn.addBodyLength(e,o),Tn.addCustomMetadata(e,f),Tn.endMessage(e)}};or.Message=Tn});var Pt=z(Gt=>{"use strict";Object.defineProperty(Gt,"__esModule",{value:!0});Gt.BufferType=Gt.Type=Gt.MessageHeader=Gt.MetadataVersion=Gt.IntervalUnit=Gt.UnionMode=Gt.Precision=Gt.TimeUnit=Gt.DateUnit=void 0;var Gs=Ko();Object.defineProperty(Gt,"DateUnit",{enumerable:!0,get:function(){return Gs.DateUnit}});Object.defineProperty(Gt,"TimeUnit",{enumerable:!0,get:function(){return Gs.TimeUnit}});Object.defineProperty(Gt,"Precision",{enumerable:!0,get:function(){return Gs.Precision}});Object.defineProperty(Gt,"UnionMode",{enumerable:!0,get:function(){return Gs.UnionMode}});Object.defineProperty(Gt,"IntervalUnit",{enumerable:!0,get:function(){return Gs.IntervalUnit}});Object.defineProperty(Gt,"MetadataVersion",{enumerable:!0,get:function(){return Gs.MetadataVersion}});var L2=Dp();Object.defineProperty(Gt,"MessageHeader",{enumerable:!0,get:function(){return L2.MessageHeader}});var V2;(function(t){t[t.NONE=0]="NONE",t[t.Null=1]="Null",t[t.Int=2]="Int",t[t.Float=3]="Float",t[t.Binary=4]="Binary",t[t.Utf8=5]="Utf8",t[t.Bool=6]="Bool",t[t.Decimal=7]="Decimal",t[t.Date=8]="Date",t[t.Time=9]="Time",t[t.Timestamp=10]="Timestamp",t[t.Interval=11]="Interval",t[t.List=12]="List",t[t.Struct=13]="Struct",t[t.Union=14]="Union",t[t.FixedSizeBinary=15]="FixedSizeBinary",t[t.FixedSizeList=16]="FixedSizeList",t[t.Map=17]="Map",t[t.Dictionary=-1]="Dictionary",t[t.Int8=-2]="Int8",t[t.Int16=-3]="Int16",t[t.Int32=-4]="Int32",t[t.Int64=-5]="Int64",t[t.Uint8=-6]="Uint8",t[t.Uint16=-7]="Uint16",t[t.Uint32=-8]="Uint32",t[t.Uint64=-9]="Uint64",t[t.Float16=-10]="Float16",t[t.Float32=-11]="Float32",t[t.Float64=-12]="Float64",t[t.DateDay=-13]="DateDay",t[t.DateMillisecond=-14]="DateMillisecond",t[t.TimestampSecond=-15]="TimestampSecond",t[t.TimestampMillisecond=-16]="TimestampMillisecond",t[t.TimestampMicrosecond=-17]="TimestampMicrosecond",t[t.TimestampNanosecond=-18]="TimestampNanosecond",t[t.TimeSecond=-19]="TimeSecond",t[t.TimeMillisecond=-20]="TimeMillisecond",t[t.TimeMicrosecond=-21]="TimeMicrosecond",t[t.TimeNanosecond=-22]="TimeNanosecond",t[t.DenseUnion=-23]="DenseUnion",t[t.SparseUnion=-24]="SparseUnion",t[t.IntervalDayTime=-25]="IntervalDayTime",t[t.IntervalYearMonth=-26]="IntervalYearMonth"})(V2=Gt.Type||(Gt.Type={}));var C2;(function(t){t[t.OFFSET=0]="OFFSET",t[t.DATA=1]="DATA",t[t.VALIDITY=2]="VALIDITY",t[t.TYPE=3]="TYPE"})(C2=Gt.BufferType||(Gt.BufferType={}))});var _i=z(ur=>{"use strict";Object.defineProperty(ur,"__esModule",{value:!0});ur.popcnt_uint32=ur.popcnt_array=ur.popcnt_bit_range=ur.BitIterator=ur.packBools=ur.truncateBitmap=ur.setBool=ur.getBit=ur.getBool=void 0;function uT(t,e,r,n){return(r&1<<n)!=0}ur.getBool=uT;function cT(t,e,r,n){return(r&1<<n)>>n}ur.getBit=cT;function W2(t,e,r){return r?!!(t[e>>3]|=1<<e%8)||!0:!(t[e>>3]&=~(1<<e%8))&&!1}ur.setBool=W2;function Y2(t,e,r){let n=r.byteLength+7&~7;if(t>0||r.byteLength<n){let i=new Uint8Array(n);return i.set(t%8==0?r.subarray(t>>3):pT(new Fp(r,t,e,null,uT)).subarray(0,n)),i}return r}ur.truncateBitmap=Y2;function pT(t){let e=[],r=0,n=0,i=0;for(let f of t)f&&(i|=1<<n),++n==8&&(e[r++]=i,i=n=0);(r===0||n>0)&&(e[r++]=i);let o=new Uint8Array(e.length+7&~7);return o.set(e),o}ur.packBools=pT;var Fp=class{constructor(e,r,n,i,o){this.bytes=e,this.length=n,this.context=i,this.get=o,this.bit=r%8,this.byteIndex=r>>3,this.byte=e[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}};ur.BitIterator=Fp;function fh(t,e,r){if(r-e<=0)return 0;if(r-e<8){let o=0;for(let f of new Fp(t,e,r-e,t,cT))o+=f;return o}let n=r>>3<<3,i=e+(e%8==0?0:8-e%8);return fh(t,e,i)+fh(t,n,r)+dT(t,i>>3,n-i>>3)}ur.popcnt_bit_range=fh;function dT(t,e,r){let n=0,i=e|0,o=new DataView(t.buffer,t.byteOffset,t.byteLength),f=r===void 0?t.byteLength:i+r;for(;f-i>=4;)n+=Pp(o.getUint32(i)),i+=4;for(;f-i>=2;)n+=Pp(o.getUint16(i)),i+=2;for(;f-i>=1;)n+=Pp(o.getUint8(i)),i+=1;return n}ur.popcnt_array=dT;function Pp(t){let e=t|0;return e=e-(e>>>1&1431655765),e=(e&858993459)+(e>>>2&858993459),(e+(e>>>4)&252645135)*16843009>>>24}ur.popcnt_uint32=Pp});var jt=z(le=>{"use strict";Object.defineProperty(le,"__esModule",{value:!0});le.strideForType=le.Dictionary=le.Map_=le.FixedSizeList=le.FixedSizeBinary=le.SparseUnion=le.DenseUnion=le.Union=le.Struct=le.List=le.IntervalYearMonth=le.IntervalDayTime=le.Interval=le.TimestampNanosecond=le.TimestampMicrosecond=le.TimestampMillisecond=le.TimestampSecond=le.Timestamp=le.TimeNanosecond=le.TimeMicrosecond=le.TimeMillisecond=le.TimeSecond=le.Time=le.DateMillisecond=le.DateDay=le.Date_=le.Decimal=le.Bool=le.Utf8=le.Binary=le.Float64=le.Float32=le.Float16=le.Float=le.Uint64=le.Uint32=le.Uint16=le.Uint8=le.Int64=le.Int32=le.Int16=le.Int8=le.Int=le.Null=le.DataType=void 0;var _e=Pt(),Jt=class{static isNull(e){return e&&e.typeId===_e.Type.Null}static isInt(e){return e&&e.typeId===_e.Type.Int}static isFloat(e){return e&&e.typeId===_e.Type.Float}static isBinary(e){return e&&e.typeId===_e.Type.Binary}static isUtf8(e){return e&&e.typeId===_e.Type.Utf8}static isBool(e){return e&&e.typeId===_e.Type.Bool}static isDecimal(e){return e&&e.typeId===_e.Type.Decimal}static isDate(e){return e&&e.typeId===_e.Type.Date}static isTime(e){return e&&e.typeId===_e.Type.Time}static isTimestamp(e){return e&&e.typeId===_e.Type.Timestamp}static isInterval(e){return e&&e.typeId===_e.Type.Interval}static isList(e){return e&&e.typeId===_e.Type.List}static isStruct(e){return e&&e.typeId===_e.Type.Struct}static isUnion(e){return e&&e.typeId===_e.Type.Union}static isFixedSizeBinary(e){return e&&e.typeId===_e.Type.FixedSizeBinary}static isFixedSizeList(e){return e&&e.typeId===_e.Type.FixedSizeList}static isMap(e){return e&&e.typeId===_e.Type.Map}static isDictionary(e){return e&&e.typeId===_e.Type.Dictionary}get typeId(){return _e.Type.NONE}};le.DataType=Jt;Jt[Symbol.toStringTag]=(t=>(t.children=null,t.ArrayType=Array,t[Symbol.toStringTag]="DataType"))(Jt.prototype);var Rp=class extends Jt{toString(){return"Null"}get typeId(){return _e.Type.Null}};le.Null=Rp;Rp[Symbol.toStringTag]=(t=>t[Symbol.toStringTag]="Null")(Rp.prototype);var Bn=class extends Jt{constructor(e,r){super();this.isSigned=e,this.bitWidth=r}get typeId(){return _e.Type.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?Int32Array:Uint32Array}throw new Error(`Unrecognized ${this[Symbol.toStringTag]} type`)}toString(){return`${this.isSigned?"I":"Ui"}nt${this.bitWidth}`}};le.Int=Bn;Bn[Symbol.toStringTag]=(t=>(t.isSigned=null,t.bitWidth=null,t[Symbol.toStringTag]="Int"))(Bn.prototype);var sh=class extends Bn{constructor(){super(!0,8)}};le.Int8=sh;var ah=class extends Bn{constructor(){super(!0,16)}};le.Int16=ah;var lh=class extends Bn{constructor(){super(!0,32)}};le.Int32=lh;var uh=class extends Bn{constructor(){super(!0,64)}};le.Int64=uh;var ch=class extends Bn{constructor(){super(!1,8)}};le.Uint8=ch;var ph=class extends Bn{constructor(){super(!1,16)}};le.Uint16=ph;var dh=class extends Bn{constructor(){super(!1,32)}};le.Uint32=dh;var mh=class extends Bn{constructor(){super(!1,64)}};le.Uint64=mh;Object.defineProperty(sh.prototype,"ArrayType",{value:Int8Array});Object.defineProperty(ah.prototype,"ArrayType",{value:Int16Array});Object.defineProperty(lh.prototype,"ArrayType",{value:Int32Array});Object.defineProperty(uh.prototype,"ArrayType",{value:Int32Array});Object.defineProperty(ch.prototype,"ArrayType",{value:Uint8Array});Object.defineProperty(ph.prototype,"ArrayType",{value:Uint16Array});Object.defineProperty(dh.prototype,"ArrayType",{value:Uint32Array});Object.defineProperty(mh.prototype,"ArrayType",{value:Uint32Array});var rs=class extends Jt{constructor(e){super();this.precision=e}get typeId(){return _e.Type.Float}get ArrayType(){switch(this.precision){case _e.Precision.HALF:return Uint16Array;case _e.Precision.SINGLE:return Float32Array;case _e.Precision.DOUBLE:return Float64Array}throw new Error(`Unrecognized ${this[Symbol.toStringTag]} type`)}toString(){return`Float${this.precision<<5||16}`}};le.Float=rs;rs[Symbol.toStringTag]=(t=>(t.precision=null,t[Symbol.toStringTag]="Float"))(rs.prototype);var bh=class extends rs{constructor(){super(_e.Precision.HALF)}};le.Float16=bh;var wh=class extends rs{constructor(){super(_e.Precision.SINGLE)}};le.Float32=wh;var hh=class extends rs{constructor(){super(_e.Precision.DOUBLE)}};le.Float64=hh;Object.defineProperty(bh.prototype,"ArrayType",{value:Uint16Array});Object.defineProperty(wh.prototype,"ArrayType",{value:Float32Array});Object.defineProperty(hh.prototype,"ArrayType",{value:Float64Array});var Hp=class extends Jt{constructor(){super()}get typeId(){return _e.Type.Binary}toString(){return"Binary"}};le.Binary=Hp;Hp[Symbol.toStringTag]=(t=>(t.ArrayType=Uint8Array,t[Symbol.toStringTag]="Binary"))(Hp.prototype);var Mp=class extends Jt{constructor(){super()}get typeId(){return _e.Type.Utf8}toString(){return"Utf8"}};le.Utf8=Mp;Mp[Symbol.toStringTag]=(t=>(t.ArrayType=Uint8Array,t[Symbol.toStringTag]="Utf8"))(Mp.prototype);var zp=class extends Jt{constructor(){super()}get typeId(){return _e.Type.Bool}toString(){return"Bool"}};le.Bool=zp;zp[Symbol.toStringTag]=(t=>(t.ArrayType=Uint8Array,t[Symbol.toStringTag]="Bool"))(zp.prototype);var Up=class extends Jt{constructor(e,r){super();this.scale=e,this.precision=r}get typeId(){return _e.Type.Decimal}toString(){return`Decimal[${this.precision}e${this.scale>0?"+":""}${this.scale}]`}};le.Decimal=Up;Up[Symbol.toStringTag]=(t=>(t.scale=null,t.precision=null,t.ArrayType=Uint32Array,t[Symbol.toStringTag]="Decimal"))(Up.prototype);var Js=class extends Jt{constructor(e){super();this.unit=e}get typeId(){return _e.Type.Date}toString(){return`Date${(this.unit+1)*32}<${_e.DateUnit[this.unit]}>`}};le.Date_=Js;Js[Symbol.toStringTag]=(t=>(t.unit=null,t.ArrayType=Int32Array,t[Symbol.toStringTag]="Date"))(Js.prototype);var mT=class extends Js{constructor(){super(_e.DateUnit.DAY)}};le.DateDay=mT;var bT=class extends Js{constructor(){super(_e.DateUnit.MILLISECOND)}};le.DateMillisecond=bT;var Go=class extends Jt{constructor(e,r){super();this.unit=e,this.bitWidth=r}get typeId(){return _e.Type.Time}toString(){return`Time${this.bitWidth}<${_e.TimeUnit[this.unit]}>`}};le.Time=Go;Go[Symbol.toStringTag]=(t=>(t.unit=null,t.bitWidth=null,t.ArrayType=Int32Array,t[Symbol.toStringTag]="Time"))(Go.prototype);var wT=class extends Go{constructor(){super(_e.TimeUnit.SECOND,32)}};le.TimeSecond=wT;var hT=class extends Go{constructor(){super(_e.TimeUnit.MILLISECOND,32)}};le.TimeMillisecond=hT;var gT=class extends Go{constructor(){super(_e.TimeUnit.MICROSECOND,64)}};le.TimeMicrosecond=gT;var yT=class extends Go{constructor(){super(_e.TimeUnit.NANOSECOND,64)}};le.TimeNanosecond=yT;var Jo=class extends Jt{constructor(e,r){super();this.unit=e,this.timezone=r}get typeId(){return _e.Type.Timestamp}toString(){return`Timestamp<${_e.TimeUnit[this.unit]}${this.timezone?`, ${this.timezone}`:""}>`}};le.Timestamp=Jo;Jo[Symbol.toStringTag]=(t=>(t.unit=null,t.timezone=null,t.ArrayType=Int32Array,t[Symbol.toStringTag]="Timestamp"))(Jo.prototype);var jT=class extends Jo{constructor(e){super(_e.TimeUnit.SECOND,e)}};le.TimestampSecond=jT;var _T=class extends Jo{constructor(e){super(_e.TimeUnit.MILLISECOND,e)}};le.TimestampMillisecond=_T;var qT=class extends Jo{constructor(e){super(_e.TimeUnit.MICROSECOND,e)}};le.TimestampMicrosecond=qT;var vT=class extends Jo{constructor(e){super(_e.TimeUnit.NANOSECOND,e)}};le.TimestampNanosecond=vT;var Zs=class extends Jt{constructor(e){super();this.unit=e}get typeId(){return _e.Type.Interval}toString(){return`Interval<${_e.IntervalUnit[this.unit]}>`}};le.Interval=Zs;Zs[Symbol.toStringTag]=(t=>(t.unit=null,t.ArrayType=Int32Array,t[Symbol.toStringTag]="Interval"))(Zs.prototype);var TT=class extends Zs{constructor(){super(_e.IntervalUnit.DAY_TIME)}};le.IntervalDayTime=TT;var BT=class extends Zs{constructor(){super(_e.IntervalUnit.YEAR_MONTH)}};le.IntervalYearMonth=BT;var Lp=class extends Jt{constructor(e){super();this.children=[e]}get typeId(){return _e.Type.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}};le.List=Lp;Lp[Symbol.toStringTag]=(t=>(t.children=null,t[Symbol.toStringTag]="List"))(Lp.prototype);var Vp=class extends Jt{constructor(e){super();this.children=e}get typeId(){return _e.Type.Struct}toString(){return`Struct<{${this.children.map(e=>`${e.name}:${e.type}`).join(", ")}}>`}};le.Struct=Vp;Vp[Symbol.toStringTag]=(t=>(t.children=null,t[Symbol.toStringTag]="Struct"))(Vp.prototype);var Xs=class extends Jt{constructor(e,r,n){super();this.mode=e,this.children=n,this.typeIds=r=Int32Array.from(r),this.typeIdToChildIndex=r.reduce((i,o,f)=>(i[o]=f)&&i||i,Object.create(null))}get typeId(){return _e.Type.Union}toString(){return`${this[Symbol.toStringTag]}<${this.children.map(e=>`${e.type}`).join(" | ")}>`}};le.Union=Xs;Xs[Symbol.toStringTag]=(t=>(t.mode=null,t.typeIds=null,t.children=null,t.typeIdToChildIndex=null,t.ArrayType=Int8Array,t[Symbol.toStringTag]="Union"))(Xs.prototype);var kT=class extends Xs{constructor(e,r){super(_e.UnionMode.Dense,e,r)}};le.DenseUnion=kT;var IT=class extends Xs{constructor(e,r){super(_e.UnionMode.Sparse,e,r)}};le.SparseUnion=IT;var Cp=class extends Jt{constructor(e){super();this.byteWidth=e}get typeId(){return _e.Type.FixedSizeBinary}toString(){return`FixedSizeBinary[${this.byteWidth}]`}};le.FixedSizeBinary=Cp;Cp[Symbol.toStringTag]=(t=>(t.byteWidth=null,t.ArrayType=Uint8Array,t[Symbol.toStringTag]="FixedSizeBinary"))(Cp.prototype);var Wp=class extends Jt{constructor(e,r){super();this.listSize=e,this.children=[r]}get typeId(){return _e.Type.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}>`}};le.FixedSizeList=Wp;Wp[Symbol.toStringTag]=(t=>(t.children=null,t.listSize=null,t[Symbol.toStringTag]="FixedSizeList"))(Wp.prototype);var Yp=class extends Jt{constructor(e,r=!1){super();this.children=[e],this.keysSorted=r}get typeId(){return _e.Type.Map}get keyType(){return this.children[0].type.children[0].type}get valueType(){return this.children[0].type.children[1].type}toString(){return`Map<{${this.children[0].type.children.map(e=>`${e.name}:${e.type}`).join(", ")}}>`}};le.Map_=Yp;Yp[Symbol.toStringTag]=(t=>(t.children=null,t.keysSorted=null,t[Symbol.toStringTag]="Map_"))(Yp.prototype);var K2=(t=>()=>++t)(-1),Kp=class extends Jt{constructor(e,r,n,i){super();this.indices=r,this.dictionary=e,this.isOrdered=i||!1,this.id=n==null?K2():typeof n=="number"?n:n.low}get typeId(){return _e.Type.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}>`}};le.Dictionary=Kp;Kp[Symbol.toStringTag]=(t=>(t.id=null,t.indices=null,t.isOrdered=null,t.dictionary=null,t[Symbol.toStringTag]="Dictionary"))(Kp.prototype);function G2(t){let e=t;switch(t.typeId){case _e.Type.Decimal:return 4;case _e.Type.Timestamp:return 2;case _e.Type.Date:return 1+e.unit;case _e.Type.Interval:return 1+e.unit;case _e.Type.Int:return 1+ +(e.bitWidth>32);case _e.Type.Time:return 1+ +(e.bitWidth>32);case _e.Type.FixedSizeList:return e.listSize;case _e.Type.FixedSizeBinary:return e.byteWidth;default:return 1}}le.strideForType=G2});var Zn=z(ns=>{"use strict";Object.defineProperty(ns,"__esModule",{value:!0});ns.Data=ns.kUnknownNullCount=void 0;var J2=_i(),Z2=_i(),Te=Pt(),X2=jt(),pt=hr();ns.kUnknownNullCount=-1;var Ke=class{constructor(e,r,n,i,o,f,s){this.type=e,this.dictionary=s,this.offset=Math.floor(Math.max(r||0,0)),this.length=Math.floor(Math.max(n||0,0)),this._nullCount=Math.floor(Math.max(i||0,-1)),this.childData=(f||[]).map(u=>u instanceof Ke?u:u.data);let l;o instanceof Ke?(this.stride=o.stride,this.values=o.values,this.typeIds=o.typeIds,this.nullBitmap=o.nullBitmap,this.valueOffsets=o.valueOffsets):(this.stride=X2.strideForType(e),o&&((l=o[0])&&(this.valueOffsets=l),(l=o[1])&&(this.values=l),(l=o[2])&&(this.nullBitmap=l),(l=o[3])&&(this.typeIds=l)))}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 e=0,{valueOffsets:r,values:n,nullBitmap:i,typeIds:o}=this;return r&&(e+=r.byteLength),n&&(e+=n.byteLength),i&&(e+=i.byteLength),o&&(e+=o.byteLength),this.childData.reduce((f,s)=>f+s.byteLength,e)}get nullCount(){let e=this._nullCount,r;return e<=ns.kUnknownNullCount&&(r=this.nullBitmap)&&(this._nullCount=e=this.length-Z2.popcnt_bit_range(r,this.offset,this.offset+this.length)),e}clone(e,r=this.offset,n=this.length,i=this._nullCount,o=this,f=this.childData){return new Ke(e,r,n,i,o,f,this.dictionary)}slice(e,r){let{stride:n,typeId:i,childData:o}=this,f=+(this._nullCount===0)-1,s=i===16?n:1,l=this._sliceBuffers(e,r,n,i);return this.clone(this.type,this.offset+e,r,f,l,!o.length||this.valueOffsets?o:this._sliceChildren(o,s*e,s*r))}_changeLengthAndBackfillNullBitmap(e){if(this.typeId===Te.Type.Null)return this.clone(this.type,0,e,0);let{length:r,nullCount:n}=this,i=new Uint8Array((e+63&~63)>>3).fill(255,0,r>>3);i[r>>3]=(1<<r-(r&~7))-1,n>0&&i.set(J2.truncateBitmap(this.offset,r,this.nullBitmap),0);let o=this.buffers;return o[Te.BufferType.VALIDITY]=i,this.clone(this.type,0,e,n+(e-r),o)}_sliceBuffers(e,r,n,i){let o,{buffers:f}=this;return(o=f[Te.BufferType.TYPE])&&(f[Te.BufferType.TYPE]=o.subarray(e,e+r)),(o=f[Te.BufferType.OFFSET])&&(f[Te.BufferType.OFFSET]=o.subarray(e,e+r+1))||(o=f[Te.BufferType.DATA])&&(f[Te.BufferType.DATA]=i===6?o:o.subarray(n*e,n*(e+r))),f}_sliceChildren(e,r,n){return e.map(i=>i.slice(r,n))}static new(e,r,n,i,o,f,s){switch(o instanceof Ke?o=o.buffers:o||(o=[]),e.typeId){case Te.Type.Null:return Ke.Null(e,r,n);case Te.Type.Int:return Ke.Int(e,r,n,i||0,o[Te.BufferType.VALIDITY],o[Te.BufferType.DATA]||[]);case Te.Type.Dictionary:return Ke.Dictionary(e,r,n,i||0,o[Te.BufferType.VALIDITY],o[Te.BufferType.DATA]||[],s);case Te.Type.Float:return Ke.Float(e,r,n,i||0,o[Te.BufferType.VALIDITY],o[Te.BufferType.DATA]||[]);case Te.Type.Bool:return Ke.Bool(e,r,n,i||0,o[Te.BufferType.VALIDITY],o[Te.BufferType.DATA]||[]);case Te.Type.Decimal:return Ke.Decimal(e,r,n,i||0,o[Te.BufferType.VALIDITY],o[Te.BufferType.DATA]||[]);case Te.Type.Date:return Ke.Date(e,r,n,i||0,o[Te.BufferType.VALIDITY],o[Te.BufferType.DATA]||[]);case Te.Type.Time:return Ke.Time(e,r,n,i||0,o[Te.BufferType.VALIDITY],o[Te.BufferType.DATA]||[]);case Te.Type.Timestamp:return Ke.Timestamp(e,r,n,i||0,o[Te.BufferType.VALIDITY],o[Te.BufferType.DATA]||[]);case Te.Type.Interval:return Ke.Interval(e,r,n,i||0,o[Te.BufferType.VALIDITY],o[Te.BufferType.DATA]||[]);case Te.Type.FixedSizeBinary:return Ke.FixedSizeBinary(e,r,n,i||0,o[Te.BufferType.VALIDITY],o[Te.BufferType.DATA]||[]);case Te.Type.Binary:return Ke.Binary(e,r,n,i||0,o[Te.BufferType.VALIDITY],o[Te.BufferType.OFFSET]||[],o[Te.BufferType.DATA]||[]);case Te.Type.Utf8:return Ke.Utf8(e,r,n,i||0,o[Te.BufferType.VALIDITY],o[Te.BufferType.OFFSET]||[],o[Te.BufferType.DATA]||[]);case Te.Type.List:return Ke.List(e,r,n,i||0,o[Te.BufferType.VALIDITY],o[Te.BufferType.OFFSET]||[],(f||[])[0]);case Te.Type.FixedSizeList:return Ke.FixedSizeList(e,r,n,i||0,o[Te.BufferType.VALIDITY],(f||[])[0]);case Te.Type.Struct:return Ke.Struct(e,r,n,i||0,o[Te.BufferType.VALIDITY],f||[]);case Te.Type.Map:return Ke.Map(e,r,n,i||0,o[Te.BufferType.VALIDITY],o[Te.BufferType.OFFSET]||[],(f||[])[0]);case Te.Type.Union:return Ke.Union(e,r,n,i||0,o[Te.BufferType.VALIDITY],o[Te.BufferType.TYPE]||[],o[Te.BufferType.OFFSET]||f,f)}throw new Error(`Unrecognized typeId ${e.typeId}`)}static Null(e,r,n){return new Ke(e,r,n,0)}static Int(e,r,n,i,o,f){return new Ke(e,r,n,i,[void 0,pt.toArrayBufferView(e.ArrayType,f),pt.toUint8Array(o)])}static Dictionary(e,r,n,i,o,f,s){return new Ke(e,r,n,i,[void 0,pt.toArrayBufferView(e.indices.ArrayType,f),pt.toUint8Array(o)],[],s)}static Float(e,r,n,i,o,f){return new Ke(e,r,n,i,[void 0,pt.toArrayBufferView(e.ArrayType,f),pt.toUint8Array(o)])}static Bool(e,r,n,i,o,f){return new Ke(e,r,n,i,[void 0,pt.toArrayBufferView(e.ArrayType,f),pt.toUint8Array(o)])}static Decimal(e,r,n,i,o,f){return new Ke(e,r,n,i,[void 0,pt.toArrayBufferView(e.ArrayType,f),pt.toUint8Array(o)])}static Date(e,r,n,i,o,f){return new Ke(e,r,n,i,[void 0,pt.toArrayBufferView(e.ArrayType,f),pt.toUint8Array(o)])}static Time(e,r,n,i,o,f){return new Ke(e,r,n,i,[void 0,pt.toArrayBufferView(e.ArrayType,f),pt.toUint8Array(o)])}static Timestamp(e,r,n,i,o,f){return new Ke(e,r,n,i,[void 0,pt.toArrayBufferView(e.ArrayType,f),pt.toUint8Array(o)])}static Interval(e,r,n,i,o,f){return new Ke(e,r,n,i,[void 0,pt.toArrayBufferView(e.ArrayType,f),pt.toUint8Array(o)])}static FixedSizeBinary(e,r,n,i,o,f){return new Ke(e,r,n,i,[void 0,pt.toArrayBufferView(e.ArrayType,f),pt.toUint8Array(o)])}static Binary(e,r,n,i,o,f,s){return new Ke(e,r,n,i,[pt.toInt32Array(f),pt.toUint8Array(s),pt.toUint8Array(o)])}static Utf8(e,r,n,i,o,f,s){return new Ke(e,r,n,i,[pt.toInt32Array(f),pt.toUint8Array(s),pt.toUint8Array(o)])}static List(e,r,n,i,o,f,s){return new Ke(e,r,n,i,[pt.toInt32Array(f),void 0,pt.toUint8Array(o)],s?[s]:[])}static FixedSizeList(e,r,n,i,o,f){return new Ke(e,r,n,i,[void 0,void 0,pt.toUint8Array(o)],f?[f]:[])}static Struct(e,r,n,i,o,f){return new Ke(e,r,n,i,[void 0,void 0,pt.toUint8Array(o)],f)}static Map(e,r,n,i,o,f,s){return new Ke(e,r,n,i,[pt.toInt32Array(f),void 0,pt.toUint8Array(o)],s?[s]:[])}static Union(e,r,n,i,o,f,s,l){let u=[void 0,void 0,pt.toUint8Array(o),pt.toArrayBufferView(e.ArrayType,f)];return e.mode===Te.UnionMode.Sparse?new Ke(e,r,n,i,u,s):(u[Te.BufferType.OFFSET]=pt.toInt32Array(s),new Ke(e,r,n,i,u,l))}};ns.Data=Ke;Ke.prototype.childData=Object.freeze([])});var gh=z(Gp=>{"use strict";Object.defineProperty(Gp,"__esModule",{value:!0});Gp.valueToString=void 0;var Q2=void 0;function $2(t){if(t===null)return"null";if(t===Q2)return"undefined";switch(typeof t){case"number":return`${t}`;case"bigint":return`${t}`;case"string":return`"${t}"`}return typeof t[Symbol.toPrimitive]=="function"?t[Symbol.toPrimitive]("string"):ArrayBuffer.isView(t)?`[${t}]`:JSON.stringify(t)}Gp.valueToString=$2});var ST=z(Jp=>{"use strict";Object.defineProperty(Jp,"__esModule",{value:!0});Jp.createIsValidFunction=void 0;var yh=gh(),eN=Dr();function tN(t){if(!t||t.length<=0)return function(i){return!0};let e="",r=t.filter(n=>n===n);return r.length>0&&(e=`
19
10
  switch (x) {${r.map(n=>`
20
- case ${qP(n)}:`).join("")}
11
+ case ${rN(n)}:`).join("")}
21
12
  return false;
22
13
  }`),t.length!==r.length&&(e=`if (x !== x) return false;
23
14
  ${e}`),new Function("x",`${e}
24
- return true;`)}Ed.createIsValidFunction=jP;function qP(t){return typeof t!="bigint"?Wg.valueToString(t):yP.BigIntAvailable?`${Wg.valueToString(t)}n`:`"${Wg.valueToString(t)}"`}});var zo=k(wn=>{"use strict";Object.defineProperty(wn,"__esModule",{value:!0});wn.WideBufferBuilder=wn.OffsetsBufferBuilder=wn.BitmapBufferBuilder=wn.DataBufferBuilder=wn.BufferBuilder=void 0;var zB=Qt(),Kg=br(),Yg=(t,e)=>(t*e+63&~63||64)/e,_P=(t,e=0)=>t.length>=e?t.subarray(0,e):zB.memcpy(new t.constructor(e),t,0),xu=class{constructor(e,r=1){this.buffer=e,this.stride=r,this.BYTES_PER_ELEMENT=e.BYTES_PER_ELEMENT,this.ArrayType=e.constructor,this._resize(this.length=e.length/r|0)}get byteLength(){return this.length*this.stride*this.BYTES_PER_ELEMENT|0}get reservedLength(){return this.buffer.length/this.stride}get reservedByteLength(){return this.buffer.byteLength}set(e,r){return this}append(e){return this.set(this.length,e)}reserve(e){if(e>0){this.length+=e;let r=this.stride,n=this.length*r,i=this.buffer.length;n>=i&&this._resize(i===0?Yg(n*1,this.BYTES_PER_ELEMENT):Yg(n*2,this.BYTES_PER_ELEMENT))}return this}flush(e=this.length){e=Yg(e*this.stride,this.BYTES_PER_ELEMENT);let r=_P(this.buffer,e);return this.clear(),r}clear(){return this.length=0,this._resize(0),this}_resize(e){return this.buffer=zB.memcpy(new this.ArrayType(e),this.buffer)}};wn.BufferBuilder=xu;xu.prototype.offset=0;var Ad=class extends xu{last(){return this.get(this.length-1)}get(e){return this.buffer[e]}set(e,r){return this.reserve(e-this.length+1),this.buffer[e*this.stride]=r,this}};wn.DataBufferBuilder=Ad;var LB=class extends Ad{constructor(e=new Uint8Array(0)){super(e,1/8);this.numValid=0}get numInvalid(){return this.length-this.numValid}get(e){return this.buffer[e>>3]>>e%8&1}set(e,r){let{buffer:n}=this.reserve(e-this.length+1),i=e>>3,o=e%8,f=n[i]>>o&1;return r?f===0&&(n[i]|=1<<o,++this.numValid):f===1&&(n[i]&=~(1<<o),--this.numValid),this}clear(){return this.numValid=0,super.clear()}};wn.BitmapBufferBuilder=LB;var VB=class extends Ad{constructor(e=new Int32Array(1)){super(e,1)}append(e){return this.set(this.length-1,e)}set(e,r){let n=this.length-1,i=this.reserve(e-n+1).buffer;return n<e++&&i.fill(i[n],n,e),i[e]=i[e-1]+r,this}flush(e=this.length-1){return e>this.length&&this.set(e-1,0),super.flush(e+1)}};wn.OffsetsBufferBuilder=VB;var CB=class extends xu{get ArrayType64(){return this._ArrayType64||(this._ArrayType64=this.buffer instanceof Int32Array?Kg.BigInt64Array:Kg.BigUint64Array)}set(e,r){switch(this.reserve(e-this.length+1),typeof r){case"bigint":this.buffer64[e]=r;break;case"number":this.buffer[e*this.stride]=r;break;default:this.buffer.set(r,e*this.stride)}return this}_resize(e){let r=super._resize(e),n=r.byteLength/(this.BYTES_PER_ELEMENT*this.stride);return Kg.BigIntAvailable&&(this.buffer64=new this.ArrayType64(r.buffer,r.byteOffset,n)),r}};wn.WideBufferBuilder=CB});var Et=k(Lo=>{"use strict";Object.defineProperty(Lo,"__esModule",{value:!0});Lo.VariableWidthBuilder=Lo.FixedWidthBuilder=Lo.Builder=void 0;var vP=Ht(),Qs=ht(),TP=Un(),kP=UB(),Gg=zo(),BP=rt(),hn=class{constructor({type:e,nullValues:r}){this.length=0,this.finished=!1,this.type=e,this.children=[],this.nullValues=r,this.stride=BP.strideForType(e),this._nulls=new Gg.BitmapBufferBuilder,r&&r.length>0&&(this._isValid=kP.createIsValidFunction(r))}static new(e){}static throughNode(e){throw new Error('"throughNode" not available in this environment')}static throughDOM(e){throw new Error('"throughDOM" not available in this environment')}static throughIterable(e){return IP(e)}static throughAsyncIterable(e){return xP(e)}toVector(){return vP.Vector.new(this.flush())}get ArrayType(){return this.type.ArrayType}get nullCount(){return this._nulls.numInvalid}get numChildren(){return this.children.length}get byteLength(){let e=0;return this._offsets&&(e+=this._offsets.byteLength),this._values&&(e+=this._values.byteLength),this._nulls&&(e+=this._nulls.byteLength),this._typeIds&&(e+=this._typeIds.byteLength),this.children.reduce((r,n)=>r+n.byteLength,e)}get reservedLength(){return this._nulls.reservedLength}get reservedByteLength(){let e=0;return this._offsets&&(e+=this._offsets.reservedByteLength),this._values&&(e+=this._values.reservedByteLength),this._nulls&&(e+=this._nulls.reservedByteLength),this._typeIds&&(e+=this._typeIds.reservedByteLength),this.children.reduce((r,n)=>r+n.reservedByteLength,e)}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(e){return this.set(this.length,e)}isValid(e){return this._isValid(e)}set(e,r){return this.setValid(e,this.isValid(r))&&this.setValue(e,r),this}setValue(e,r){this._setValue(this,e,r)}setValid(e,r){return this.length=this._nulls.set(e,+r).length,r}addChild(e,r=`${this.numChildren}`){throw new Error(`Cannot append children to non-nested type "${this.type}"`)}getChildAt(e){return this.children[e]||null}flush(){let e=[],r=this._values,n=this._offsets,i=this._typeIds,{length:o,nullCount:f}=this;i?(e[Qs.BufferType.TYPE]=i.flush(o),n&&(e[Qs.BufferType.OFFSET]=n.flush(o))):n?(r&&(e[Qs.BufferType.DATA]=r.flush(n.last())),e[Qs.BufferType.OFFSET]=n.flush(o)):r&&(e[Qs.BufferType.DATA]=r.flush(o)),f>0&&(e[Qs.BufferType.VALIDITY]=this._nulls.flush(o));let s=TP.Data.new(this.type,0,o,f,e,this.children.map(u=>u.flush()));return this.clear(),s}finish(){return this.finished=!0,this.children.forEach(e=>e.finish()),this}clear(){return this.length=0,this._offsets&&this._offsets.clear(),this._values&&this._values.clear(),this._nulls&&this._nulls.clear(),this._typeIds&&this._typeIds.clear(),this.children.forEach(e=>e.clear()),this}};Lo.Builder=hn;hn.prototype.length=1;hn.prototype.stride=1;hn.prototype.children=null;hn.prototype.finished=!1;hn.prototype.nullValues=null;hn.prototype._isValid=()=>!0;var WB=class extends hn{constructor(e){super(e);this._values=new Gg.DataBufferBuilder(new this.ArrayType(0),this.stride)}setValue(e,r){let n=this._values;return n.reserve(e-n.length+1),super.setValue(e,r)}};Lo.FixedWidthBuilder=WB;var KB=class extends hn{constructor(e){super(e);this._pendingLength=0,this._offsets=new Gg.OffsetsBufferBuilder}setValue(e,r){let n=this._pending||(this._pending=new Map),i=n.get(e);i&&(this._pendingLength-=i.length),this._pendingLength+=r.length,n.set(e,r)}setValid(e,r){return super.setValid(e,r)?!0:((this._pending||(this._pending=new Map)).set(e,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 e=this._pending,r=this._pendingLength;return this._pendingLength=0,this._pending=void 0,e&&e.size>0&&this._flushPending(e,r),this}};Lo.VariableWidthBuilder=KB;function IP(t){let{["queueingStrategy"]:e="count"}=t,{["highWaterMark"]:r=e!=="bytes"?1e3:2**14}=t,n=e!=="bytes"?"length":"byteLength";return function*(i){let o=0,f=hn.new(t);for(let s of i)f.append(s)[n]>=r&&++o&&(yield f.toVector());(f.finish().length>0||o===0)&&(yield f.toVector())}}function xP(t){let{["queueingStrategy"]:e="count"}=t,{["highWaterMark"]:r=e!=="bytes"?1e3:2**14}=t,n=e!=="bytes"?"length":"byteLength";return async function*(i){let o=0,f=hn.new(t);for await(let s of i)f.append(s)[n]>=r&&++o&&(yield f.toVector());(f.finish().length>0||o===0)&&(yield f.toVector())}}});var Jg=k(Od=>{"use strict";Object.defineProperty(Od,"__esModule",{value:!0});Od.BoolBuilder=void 0;var SP=zo(),EP=Et(),YB=class extends EP.Builder{constructor(e){super(e);this._values=new SP.BitmapBufferBuilder}setValue(e,r){this._values.set(e,+r)}};Od.BoolBuilder=YB});var Zg=k(Fd=>{"use strict";Object.defineProperty(Fd,"__esModule",{value:!0});Fd.NullBuilder=void 0;var AP=Et(),GB=class extends AP.Builder{setValue(e,r){}setValid(e,r){return this.length=Math.max(e+1,this.length),r}};Fd.NullBuilder=GB});var Qg=k(Vo=>{"use strict";Object.defineProperty(Vo,"__esModule",{value:!0});Vo.DateMillisecondBuilder=Vo.DateDayBuilder=Vo.DateBuilder=void 0;var OP=Et(),Dd=class extends OP.FixedWidthBuilder{};Vo.DateBuilder=Dd;var JB=class extends Dd{};Vo.DateDayBuilder=JB;var ZB=class extends Dd{};Vo.DateMillisecondBuilder=ZB});var Xg=k(Nd=>{"use strict";Object.defineProperty(Nd,"__esModule",{value:!0});Nd.DecimalBuilder=void 0;var FP=Et(),QB=class extends FP.FixedWidthBuilder{};Nd.DecimalBuilder=QB});var ey=k(Pd=>{"use strict";Object.defineProperty(Pd,"__esModule",{value:!0});Pd.DictionaryBuilder=void 0;var DP=rt(),$g=Et(),XB=class extends $g.Builder{constructor({type:e,nullValues:r,dictionaryHashFunction:n}){super({type:new DP.Dictionary(e.dictionary,e.indices,e.id,e.isOrdered)});this._nulls=null,this._dictionaryOffset=0,this._keysToIndices=Object.create(null),this.indices=$g.Builder.new({type:this.type.indices,nullValues:r}),this.dictionary=$g.Builder.new({type:this.type.dictionary,nullValues:null}),typeof n=="function"&&(this.valueToKey=n)}get values(){return this.indices.values}get nullCount(){return this.indices.nullCount}get nullBitmap(){return this.indices.nullBitmap}get byteLength(){return this.indices.byteLength+this.dictionary.byteLength}get reservedLength(){return this.indices.reservedLength+this.dictionary.reservedLength}get reservedByteLength(){return this.indices.reservedByteLength+this.dictionary.reservedByteLength}isValid(e){return this.indices.isValid(e)}setValid(e,r){let n=this.indices;return r=n.setValid(e,r),this.length=n.length,r}setValue(e,r){let n=this._keysToIndices,i=this.valueToKey(r),o=n[i];return o===void 0&&(n[i]=o=this._dictionaryOffset+this.dictionary.append(r).length-1),this.indices.setValue(e,o)}flush(){let e=this.type,r=this._dictionary,n=this.dictionary.toVector(),i=this.indices.flush().clone(e);return i.dictionary=r?r.concat(n):n,this.finished||(this._dictionaryOffset+=n.length),this._dictionary=i.dictionary,this.clear(),i}finish(){return this.indices.finish(),this.dictionary.finish(),this._dictionaryOffset=0,this._keysToIndices=Object.create(null),super.finish()}clear(){return this.indices.clear(),this.dictionary.clear(),super.clear()}valueToKey(e){return typeof e=="string"?e:`${e}`}};Pd.DictionaryBuilder=XB});var ty=k(Rd=>{"use strict";Object.defineProperty(Rd,"__esModule",{value:!0});Rd.FixedSizeBinaryBuilder=void 0;var NP=Et(),$B=class extends NP.FixedWidthBuilder{};Rd.FixedSizeBinaryBuilder=$B});var Su=k($s=>{"use strict";Object.defineProperty($s,"__esModule",{value:!0});$s.float64ToUint16=$s.uint16ToFloat64=void 0;var eI=new Float64Array(1),Xs=new Uint32Array(eI.buffer);function PP(t){let e=(t&31744)>>10,r=(t&1023)/1024,n=(-1)**((t&32768)>>15);switch(e){case 31:return n*(r?NaN:1/0);case 0:return n*(r?6103515625e-14*r:0)}return n*2**(e-15)*(1+r)}$s.uint16ToFloat64=PP;function RP(t){if(t!==t)return 32256;eI[0]=t;let e=(Xs[1]&2147483648)>>16&65535,r=Xs[1]&2146435072,n=0;return r>=1089470464?Xs[0]>0?r=31744:(r=(r&2080374784)>>16,n=(Xs[1]&1048575)>>10):r<=1056964608?(n=1048576+(Xs[1]&1048575),n=1048576+(n<<(r>>20)-998)>>21,r=0):(r=r-1056964608>>10,n=(Xs[1]&1048575)+512>>10),e|r|n&65535}$s.float64ToUint16=RP});var ry=k(di=>{"use strict";Object.defineProperty(di,"__esModule",{value:!0});di.Float64Builder=di.Float32Builder=di.Float16Builder=di.FloatBuilder=void 0;var HP=Su(),MP=Et(),Eu=class extends MP.FixedWidthBuilder{};di.FloatBuilder=Eu;var tI=class extends Eu{setValue(e,r){this._values.set(e,HP.float64ToUint16(r))}};di.Float16Builder=tI;var rI=class extends Eu{setValue(e,r){this._values.set(e,r)}};di.Float32Builder=rI;var nI=class extends Eu{setValue(e,r){this._values.set(e,r)}};di.Float64Builder=nI});var Fu=k(Xt=>{"use strict";Object.defineProperty(Xt,"__esModule",{value:!0});Xt.BN=Xt.bignumToBigInt=Xt.bignumToString=Xt.isArrowBigNumSymbol=void 0;var UP=Qt(),Au=br();Xt.isArrowBigNumSymbol=Symbol.for("isArrowBigNum");function zn(t,...e){return e.length===0?Object.setPrototypeOf(UP.toArrayBufferView(this.TypedArray,t),this.constructor.prototype):Object.setPrototypeOf(new this.TypedArray(t,...e),this.constructor.prototype)}zn.prototype[Xt.isArrowBigNumSymbol]=!0;zn.prototype.toJSON=function(){return`"${Xt.bignumToString(this)}"`};zn.prototype.valueOf=function(){return iI(this)};zn.prototype.toString=function(){return Xt.bignumToString(this)};zn.prototype[Symbol.toPrimitive]=function(t="default"){switch(t){case"number":return iI(this);case"string":return Xt.bignumToString(this);case"default":return Xt.bignumToBigInt(this)}return Xt.bignumToString(this)};function ea(...t){return zn.apply(this,t)}function ta(...t){return zn.apply(this,t)}function Ou(...t){return zn.apply(this,t)}Object.setPrototypeOf(ea.prototype,Object.create(Int32Array.prototype));Object.setPrototypeOf(ta.prototype,Object.create(Uint32Array.prototype));Object.setPrototypeOf(Ou.prototype,Object.create(Uint32Array.prototype));Object.assign(ea.prototype,zn.prototype,{constructor:ea,signed:!0,TypedArray:Int32Array,BigIntArray:Au.BigInt64Array});Object.assign(ta.prototype,zn.prototype,{constructor:ta,signed:!1,TypedArray:Uint32Array,BigIntArray:Au.BigUint64Array});Object.assign(Ou.prototype,zn.prototype,{constructor:Ou,signed:!0,TypedArray:Uint32Array,BigIntArray:Au.BigUint64Array});function iI(t){let{buffer:e,byteOffset:r,length:n,signed:i}=t,o=new Int32Array(e,r,n),f=0,s=0,u=o.length,l,c;for(;s<u;)c=o[s++],l=o[s++],i||(l=l>>>0),f+=(c>>>0)+l*s**32;return f}Au.BigIntAvailable?(Xt.bignumToBigInt=t=>t.byteLength===8?new t.BigIntArray(t.buffer,t.byteOffset,1)[0]:ny(t),Xt.bignumToString=t=>t.byteLength===8?`${new t.BigIntArray(t.buffer,t.byteOffset,1)[0]}`:ny(t)):(Xt.bignumToString=ny,Xt.bignumToBigInt=Xt.bignumToString);function ny(t){let e="",r=new Uint32Array(2),n=new Uint16Array(t.buffer,t.byteOffset,t.byteLength/2),i=new Uint32Array((n=new Uint16Array(n).reverse()).buffer),o=-1,f=n.length-1;do{for(r[0]=n[o=0];o<f;)n[o++]=r[1]=r[0]/10,r[0]=(r[0]-r[1]*10<<16)+n[o];n[o]=r[1]=r[0]/10,r[0]=r[0]-r[1]*10,e=`${r[0]}${e}`}while(i[0]||i[1]||i[2]||i[3]);return e||"0"}var Hd=class{static new(e,r){switch(r){case!0:return new ea(e);case!1:return new ta(e)}switch(e.constructor){case Int8Array:case Int16Array:case Int32Array:case Au.BigInt64Array:return new ea(e)}return e.byteLength===16?new Ou(e):new ta(e)}static signed(e){return new ea(e)}static unsigned(e){return new ta(e)}static decimal(e){return new Ou(e)}constructor(e,r){return Hd.new(e,r)}};Xt.BN=Hd});var iy=k(Wt=>{"use strict";Object.defineProperty(Wt,"__esModule",{value:!0});Wt.Uint64Builder=Wt.Uint32Builder=Wt.Uint16Builder=Wt.Uint8Builder=Wt.Int64Builder=Wt.Int32Builder=Wt.Int16Builder=Wt.Int8Builder=Wt.IntBuilder=void 0;var zP=Fu(),oI=zo(),LP=br(),VP=Et(),mi=class extends VP.FixedWidthBuilder{setValue(e,r){this._values.set(e,r)}};Wt.IntBuilder=mi;var fI=class extends mi{};Wt.Int8Builder=fI;var sI=class extends mi{};Wt.Int16Builder=sI;var aI=class extends mi{};Wt.Int32Builder=aI;var lI=class extends mi{constructor(e){e.nullValues&&(e.nullValues=e.nullValues.map(Md));super(e);this._values=new oI.WideBufferBuilder(new Int32Array(0),2)}get values64(){return this._values.buffer64}isValid(e){return super.isValid(Md(e))}};Wt.Int64Builder=lI;var uI=class extends mi{};Wt.Uint8Builder=uI;var cI=class extends mi{};Wt.Uint16Builder=cI;var pI=class extends mi{};Wt.Uint32Builder=pI;var dI=class extends mi{constructor(e){e.nullValues&&(e.nullValues=e.nullValues.map(Md));super(e);this._values=new oI.WideBufferBuilder(new Uint32Array(0),2)}get values64(){return this._values.buffer64}isValid(e){return super.isValid(Md(e))}};Wt.Uint64Builder=dI;var Md=(t=>e=>(ArrayBuffer.isView(e)&&(t.buffer=e.buffer,t.byteOffset=e.byteOffset,t.byteLength=e.byteLength,e=zP.bignumToBigInt(t),t.buffer=null),e))({BigIntArray:LP.BigInt64Array})});var oy=k(bn=>{"use strict";Object.defineProperty(bn,"__esModule",{value:!0});bn.TimeNanosecondBuilder=bn.TimeMicrosecondBuilder=bn.TimeMillisecondBuilder=bn.TimeSecondBuilder=bn.TimeBuilder=void 0;var CP=Et(),ra=class extends CP.FixedWidthBuilder{};bn.TimeBuilder=ra;var mI=class extends ra{};bn.TimeSecondBuilder=mI;var wI=class extends ra{};bn.TimeMillisecondBuilder=wI;var hI=class extends ra{};bn.TimeMicrosecondBuilder=hI;var bI=class extends ra{};bn.TimeNanosecondBuilder=bI});var fy=k(gn=>{"use strict";Object.defineProperty(gn,"__esModule",{value:!0});gn.TimestampNanosecondBuilder=gn.TimestampMicrosecondBuilder=gn.TimestampMillisecondBuilder=gn.TimestampSecondBuilder=gn.TimestampBuilder=void 0;var WP=Et(),na=class extends WP.FixedWidthBuilder{};gn.TimestampBuilder=na;var gI=class extends na{};gn.TimestampSecondBuilder=gI;var yI=class extends na{};gn.TimestampMillisecondBuilder=yI;var jI=class extends na{};gn.TimestampMicrosecondBuilder=jI;var qI=class extends na{};gn.TimestampNanosecondBuilder=qI});var sy=k(Co=>{"use strict";Object.defineProperty(Co,"__esModule",{value:!0});Co.IntervalYearMonthBuilder=Co.IntervalDayTimeBuilder=Co.IntervalBuilder=void 0;var KP=Et(),Ud=class extends KP.FixedWidthBuilder{};Co.IntervalBuilder=Ud;var _I=class extends Ud{};Co.IntervalDayTimeBuilder=_I;var vI=class extends Ud{};Co.IntervalYearMonthBuilder=vI});var Ld=k(zd=>{"use strict";Object.defineProperty(zd,"__esModule",{value:!0});zd.BinaryBuilder=void 0;var YP=Qt(),GP=zo(),JP=Et(),TI=class extends JP.VariableWidthBuilder{constructor(e){super(e);this._values=new GP.BufferBuilder(new Uint8Array(0))}get byteLength(){let e=this._pendingLength+this.length*4;return this._offsets&&(e+=this._offsets.byteLength),this._values&&(e+=this._values.byteLength),this._nulls&&(e+=this._nulls.byteLength),e}setValue(e,r){return super.setValue(e,YP.toUint8Array(r))}_flushPending(e,r){let n=this._offsets,i=this._values.reserve(r).buffer,o=0,f=0,s=0,u;for([o,u]of e)u===void 0?n.set(o,0):(f=u.length,i.set(u,s),n.set(o,f),s+=f)}};zd.BinaryBuilder=TI});var Cd=k(Vd=>{"use strict";Object.defineProperty(Vd,"__esModule",{value:!0});Vd.Utf8Builder=void 0;var ZP=Hf(),QP=Ld(),XP=zo(),$P=Et(),ay=class extends $P.VariableWidthBuilder{constructor(e){super(e);this._values=new XP.BufferBuilder(new Uint8Array(0))}get byteLength(){let e=this._pendingLength+this.length*4;return this._offsets&&(e+=this._offsets.byteLength),this._values&&(e+=this._values.byteLength),this._nulls&&(e+=this._nulls.byteLength),e}setValue(e,r){return super.setValue(e,ZP.encodeUtf8(r))}_flushPending(e,r){}};Vd.Utf8Builder=ay;ay.prototype._flushPending=QP.BinaryBuilder.prototype._flushPending});var ly=k(Wd=>{"use strict";Object.defineProperty(Wd,"__esModule",{value:!0});Wd.Run=void 0;var eR=Ht(),kI=class{get length(){return this._values.length}get(e){return this._values[e]}clear(){return this._values=null,this}bind(e){return e instanceof eR.Vector?e:(this._values=e,this)}};Wd.Run=kI});var nr=k(ia=>{"use strict";Object.defineProperty(ia,"__esModule",{value:!0});ia.Field=ia.Schema=void 0;var tR=rt(),yn=class{constructor(e=[],r,n){this.fields=e||[],this.metadata=r||new Map,n||(n=uy(e)),this.dictionaries=n}get[Symbol.toStringTag](){return"Schema"}toString(){return`Schema<{ ${this.fields.map((e,r)=>`${r}: ${e}`).join(", ")} }>`}select(...e){let r=e.reduce((n,i)=>(n[i]=!0)&&n,Object.create(null));return new yn(this.fields.filter(n=>r[n.name]),this.metadata)}selectAt(...e){return new yn(e.map(r=>this.fields[r]).filter(Boolean),this.metadata)}assign(...e){let r=e[0]instanceof yn?e[0]:Array.isArray(e[0])?new yn(e[0]):new yn(e),n=[...this.fields],i=Kd(Kd(new Map,this.metadata),r.metadata),o=r.fields.filter(s=>{let u=n.findIndex(l=>l.name===s.name);return~u?(n[u]=s.clone({metadata:Kd(Kd(new Map,n[u].metadata),s.metadata)}))&&!1:!0}),f=uy(o,new Map);return new yn([...n,...o],i,new Map([...this.dictionaries,...f]))}};ia.Schema=yn;var eo=class{constructor(e,r,n=!1,i){this.name=e,this.type=r,this.nullable=n,this.metadata=i||new Map}static new(...e){let[r,n,i,o]=e;return e[0]&&typeof e[0]=="object"&&({name:r}=e[0],n===void 0&&(n=e[0].type),i===void 0&&(i=e[0].nullable),o===void 0&&(o=e[0].metadata)),new eo(`${r}`,n,i,o)}get typeId(){return this.type.typeId}get[Symbol.toStringTag](){return"Field"}toString(){return`${this.name}: ${this.type}`}clone(...e){let[r,n,i,o]=e;return!e[0]||typeof e[0]!="object"?[r=this.name,n=this.type,i=this.nullable,o=this.metadata]=e:{name:r=this.name,type:n=this.type,nullable:i=this.nullable,metadata:o=this.metadata}=e[0],eo.new(r,n,i,o)}};ia.Field=eo;function Kd(t,e){return new Map([...t||new Map,...e||new Map])}function uy(t,e=new Map){for(let r=-1,n=t.length;++r<n;){let o=t[r].type;if(tR.DataType.isDictionary(o)){if(!e.has(o.id))e.set(o.id,o.dictionary);else if(e.get(o.id)!==o.dictionary)throw new Error("Cannot create Schema containing two different dictionaries with the same Id")}o.children&&o.children.length>0&&uy(o.children,e)}return e}yn.prototype.fields=null;yn.prototype.metadata=null;yn.prototype.dictionaries=null;eo.prototype.type=null;eo.prototype.name=null;eo.prototype.nullable=null;eo.prototype.metadata=null});var cy=k(Yd=>{"use strict";Object.defineProperty(Yd,"__esModule",{value:!0});Yd.ListBuilder=void 0;var rR=ly(),nR=nr(),iR=rt(),oR=zo(),fR=Et(),BI=class extends fR.VariableWidthBuilder{constructor(e){super(e);this._run=new rR.Run,this._offsets=new oR.OffsetsBufferBuilder}addChild(e,r="0"){if(this.numChildren>0)throw new Error("ListBuilder can only have one child.");return this.children[this.numChildren]=e,this.type=new iR.List(new nR.Field(r,e.type,!0)),this.numChildren-1}clear(){return this._run.clear(),super.clear()}_flushPending(e){let r=this._run,n=this._offsets,i=this._setValue,o=0,f;for([o,f]of e)f===void 0?n.set(o,0):(n.set(o,f.length),i(this,o,r.bind(f)))}};Yd.ListBuilder=BI});var py=k(Gd=>{"use strict";Object.defineProperty(Gd,"__esModule",{value:!0});Gd.FixedSizeListBuilder=void 0;var sR=ly(),aR=nr(),lR=Et(),uR=rt(),II=class extends lR.Builder{constructor(){super(...arguments);this._run=new sR.Run}setValue(e,r){super.setValue(e,this._run.bind(r))}addChild(e,r="0"){if(this.numChildren>0)throw new Error("FixedSizeListBuilder can only have one child.");let n=this.children.push(e);return this.type=new uR.FixedSizeList(this.type.listSize,new aR.Field(r,e.type,!0)),n}clear(){return this._run.clear(),super.clear()}};Gd.FixedSizeListBuilder=II});var dy=k(Jd=>{"use strict";Object.defineProperty(Jd,"__esModule",{value:!0});Jd.MapBuilder=void 0;var cR=nr(),pR=rt(),dR=Et(),xI=class extends dR.VariableWidthBuilder{set(e,r){return super.set(e,r)}setValue(e,r){r=r instanceof Map?r:new Map(Object.entries(r));let n=this._pending||(this._pending=new Map),i=n.get(e);i&&(this._pendingLength-=i.size),this._pendingLength+=r.size,n.set(e,r)}addChild(e,r=`${this.numChildren}`){if(this.numChildren>0)throw new Error("ListBuilder can only have one child.");return this.children[this.numChildren]=e,this.type=new pR.Map_(new cR.Field(r,e.type,!0),this.type.keysSorted),this.numChildren-1}_flushPending(e){let r=this._offsets,n=this._setValue;e.forEach((i,o)=>{i===void 0?r.set(o,0):(r.set(o,i.size),n(this,o,i))})}};Jd.MapBuilder=xI});var my=k(Zd=>{"use strict";Object.defineProperty(Zd,"__esModule",{value:!0});Zd.StructBuilder=void 0;var mR=nr(),wR=Et(),hR=rt(),SI=class extends wR.Builder{addChild(e,r=`${this.numChildren}`){let n=this.children.push(e);return this.type=new hR.Struct([...this.type.children,new mR.Field(r,e.type,!0)]),n}};Zd.StructBuilder=SI});var wy=k(Wo=>{"use strict";Object.defineProperty(Wo,"__esModule",{value:!0});Wo.DenseUnionBuilder=Wo.SparseUnionBuilder=Wo.UnionBuilder=void 0;var bR=nr(),EI=zo(),gR=Et(),yR=rt(),Qd=class extends gR.Builder{constructor(e){super(e);this._typeIds=new EI.DataBufferBuilder(new Int8Array(0),1),typeof e.valueToChildTypeId=="function"&&(this._valueToChildTypeId=e.valueToChildTypeId)}get typeIdToChildIndex(){return this.type.typeIdToChildIndex}append(e,r){return this.set(this.length,e,r)}set(e,r,n){return n===void 0&&(n=this._valueToChildTypeId(this,r,e)),this.setValid(e,this.isValid(r))&&this.setValue(e,r,n),this}setValue(e,r,n){this._typeIds.set(e,n),super.setValue(e,r)}addChild(e,r=`${this.children.length}`){let n=this.children.push(e),{type:{children:i,mode:o,typeIds:f}}=this,s=[...i,new bR.Field(r,e.type)];return this.type=new yR.Union(o,[...f,n],s),n}_valueToChildTypeId(e,r,n){throw new Error("Cannot map UnionBuilder value to child typeId. Pass the `childTypeId` as the second argument to unionBuilder.append(), or supply a `valueToChildTypeId` function as part of the UnionBuilder constructor options.")}};Wo.UnionBuilder=Qd;var AI=class extends Qd{};Wo.SparseUnionBuilder=AI;var OI=class extends Qd{constructor(e){super(e);this._offsets=new EI.DataBufferBuilder(new Int32Array(0))}setValue(e,r,n){let i=this.type.typeIdToChildIndex[n];return this._offsets.set(e,this.getChildAt(i).length),super.setValue(e,r,n)}};Wo.DenseUnionBuilder=OI});var ur=k(Xd=>{"use strict";Object.defineProperty(Xd,"__esModule",{value:!0});Xd.Visitor=void 0;var jR=Un(),qR=Ht(),A=ht(),_R=rt(),pt=class{visitMany(e,...r){return e.map((n,i)=>this.visit(n,...r.map(o=>o[i])))}visit(...e){return this.getVisitFn(e[0],!1).apply(this,e)}getVisitFn(e,r=!0){return vR(this,e,r)}visitNull(e,...r){return null}visitBool(e,...r){return null}visitInt(e,...r){return null}visitFloat(e,...r){return null}visitUtf8(e,...r){return null}visitBinary(e,...r){return null}visitFixedSizeBinary(e,...r){return null}visitDate(e,...r){return null}visitTimestamp(e,...r){return null}visitTime(e,...r){return null}visitDecimal(e,...r){return null}visitList(e,...r){return null}visitStruct(e,...r){return null}visitUnion(e,...r){return null}visitDictionary(e,...r){return null}visitInterval(e,...r){return null}visitFixedSizeList(e,...r){return null}visitMap(e,...r){return null}};Xd.Visitor=pt;function vR(t,e,r=!0){let n=null,i=A.Type.NONE;switch(e instanceof jR.Data||e instanceof qR.Vector?i=hy(e.type):e instanceof _R.DataType?i=hy(e):typeof(i=e)!="number"&&(i=A.Type[e]),i){case A.Type.Null:n=t.visitNull;break;case A.Type.Bool:n=t.visitBool;break;case A.Type.Int:n=t.visitInt;break;case A.Type.Int8:n=t.visitInt8||t.visitInt;break;case A.Type.Int16:n=t.visitInt16||t.visitInt;break;case A.Type.Int32:n=t.visitInt32||t.visitInt;break;case A.Type.Int64:n=t.visitInt64||t.visitInt;break;case A.Type.Uint8:n=t.visitUint8||t.visitInt;break;case A.Type.Uint16:n=t.visitUint16||t.visitInt;break;case A.Type.Uint32:n=t.visitUint32||t.visitInt;break;case A.Type.Uint64:n=t.visitUint64||t.visitInt;break;case A.Type.Float:n=t.visitFloat;break;case A.Type.Float16:n=t.visitFloat16||t.visitFloat;break;case A.Type.Float32:n=t.visitFloat32||t.visitFloat;break;case A.Type.Float64:n=t.visitFloat64||t.visitFloat;break;case A.Type.Utf8:n=t.visitUtf8;break;case A.Type.Binary:n=t.visitBinary;break;case A.Type.FixedSizeBinary:n=t.visitFixedSizeBinary;break;case A.Type.Date:n=t.visitDate;break;case A.Type.DateDay:n=t.visitDateDay||t.visitDate;break;case A.Type.DateMillisecond:n=t.visitDateMillisecond||t.visitDate;break;case A.Type.Timestamp:n=t.visitTimestamp;break;case A.Type.TimestampSecond:n=t.visitTimestampSecond||t.visitTimestamp;break;case A.Type.TimestampMillisecond:n=t.visitTimestampMillisecond||t.visitTimestamp;break;case A.Type.TimestampMicrosecond:n=t.visitTimestampMicrosecond||t.visitTimestamp;break;case A.Type.TimestampNanosecond:n=t.visitTimestampNanosecond||t.visitTimestamp;break;case A.Type.Time:n=t.visitTime;break;case A.Type.TimeSecond:n=t.visitTimeSecond||t.visitTime;break;case A.Type.TimeMillisecond:n=t.visitTimeMillisecond||t.visitTime;break;case A.Type.TimeMicrosecond:n=t.visitTimeMicrosecond||t.visitTime;break;case A.Type.TimeNanosecond:n=t.visitTimeNanosecond||t.visitTime;break;case A.Type.Decimal:n=t.visitDecimal;break;case A.Type.List:n=t.visitList;break;case A.Type.Struct:n=t.visitStruct;break;case A.Type.Union:n=t.visitUnion;break;case A.Type.DenseUnion:n=t.visitDenseUnion||t.visitUnion;break;case A.Type.SparseUnion:n=t.visitSparseUnion||t.visitUnion;break;case A.Type.Dictionary:n=t.visitDictionary;break;case A.Type.Interval:n=t.visitInterval;break;case A.Type.IntervalDayTime:n=t.visitIntervalDayTime||t.visitInterval;break;case A.Type.IntervalYearMonth:n=t.visitIntervalYearMonth||t.visitInterval;break;case A.Type.FixedSizeList:n=t.visitFixedSizeList;break;case A.Type.Map:n=t.visitMap;break}if(typeof n=="function")return n;if(!r)return()=>null;throw new Error(`Unrecognized type '${A.Type[i]}'`)}function hy(t){switch(t.typeId){case A.Type.Null:return A.Type.Null;case A.Type.Int:{let{bitWidth:e,isSigned:r}=t;switch(e){case 8:return r?A.Type.Int8:A.Type.Uint8;case 16:return r?A.Type.Int16:A.Type.Uint16;case 32:return r?A.Type.Int32:A.Type.Uint32;case 64:return r?A.Type.Int64:A.Type.Uint64}return A.Type.Int}case A.Type.Float:switch(t.precision){case A.Precision.HALF:return A.Type.Float16;case A.Precision.SINGLE:return A.Type.Float32;case A.Precision.DOUBLE:return A.Type.Float64}return A.Type.Float;case A.Type.Binary:return A.Type.Binary;case A.Type.Utf8:return A.Type.Utf8;case A.Type.Bool:return A.Type.Bool;case A.Type.Decimal:return A.Type.Decimal;case A.Type.Time:switch(t.unit){case A.TimeUnit.SECOND:return A.Type.TimeSecond;case A.TimeUnit.MILLISECOND:return A.Type.TimeMillisecond;case A.TimeUnit.MICROSECOND:return A.Type.TimeMicrosecond;case A.TimeUnit.NANOSECOND:return A.Type.TimeNanosecond}return A.Type.Time;case A.Type.Timestamp:switch(t.unit){case A.TimeUnit.SECOND:return A.Type.TimestampSecond;case A.TimeUnit.MILLISECOND:return A.Type.TimestampMillisecond;case A.TimeUnit.MICROSECOND:return A.Type.TimestampMicrosecond;case A.TimeUnit.NANOSECOND:return A.Type.TimestampNanosecond}return A.Type.Timestamp;case A.Type.Date:switch(t.unit){case A.DateUnit.DAY:return A.Type.DateDay;case A.DateUnit.MILLISECOND:return A.Type.DateMillisecond}return A.Type.Date;case A.Type.Interval:switch(t.unit){case A.IntervalUnit.DAY_TIME:return A.Type.IntervalDayTime;case A.IntervalUnit.YEAR_MONTH:return A.Type.IntervalYearMonth}return A.Type.Interval;case A.Type.Map:return A.Type.Map;case A.Type.List:return A.Type.List;case A.Type.Struct:return A.Type.Struct;case A.Type.Union:switch(t.mode){case A.UnionMode.Dense:return A.Type.DenseUnion;case A.UnionMode.Sparse:return A.Type.SparseUnion}return A.Type.Union;case A.Type.FixedSizeBinary:return A.Type.FixedSizeBinary;case A.Type.FixedSizeList:return A.Type.FixedSizeList;case A.Type.Dictionary:return A.Type.Dictionary}throw new Error(`Unrecognized type '${A.Type[t.typeId]}'`)}pt.prototype.visitInt8=null;pt.prototype.visitInt16=null;pt.prototype.visitInt32=null;pt.prototype.visitInt64=null;pt.prototype.visitUint8=null;pt.prototype.visitUint16=null;pt.prototype.visitUint32=null;pt.prototype.visitUint64=null;pt.prototype.visitFloat16=null;pt.prototype.visitFloat32=null;pt.prototype.visitFloat64=null;pt.prototype.visitDateDay=null;pt.prototype.visitDateMillisecond=null;pt.prototype.visitTimestampSecond=null;pt.prototype.visitTimestampMillisecond=null;pt.prototype.visitTimestampMicrosecond=null;pt.prototype.visitTimestampNanosecond=null;pt.prototype.visitTimeSecond=null;pt.prototype.visitTimeMillisecond=null;pt.prototype.visitTimeMicrosecond=null;pt.prototype.visitTimeNanosecond=null;pt.prototype.visitDenseUnion=null;pt.prototype.visitSparseUnion=null;pt.prototype.visitIntervalDayTime=null;pt.prototype.visitIntervalYearMonth=null});var yy=k(oa=>{"use strict";Object.defineProperty(oa,"__esModule",{value:!0});oa.instance=oa.SetVisitor=void 0;var TR=Ht(),kR=ur(),BR=Hf(),IR=Su(),xR=Qt(),jn=ht(),Be=class extends kR.Visitor{};oa.SetVisitor=Be;var SR=(t,e,r)=>{t[e]=r/864e5|0},by=(t,e,r)=>{t[e]=r%4294967296|0,t[e+1]=r/4294967296|0},ER=(t,e,r)=>{t[e]=r*1e3%4294967296|0,t[e+1]=r*1e3/4294967296|0},AR=(t,e,r)=>{t[e]=r*1e6%4294967296|0,t[e+1]=r*1e6/4294967296|0},FI=(t,e,r,n)=>{let{[r]:i,[r+1]:o}=e;i!=null&&o!=null&&t.set(n.subarray(0,o-i),i)},OR=({offset:t,values:e},r,n)=>{let i=t+r;n?e[i>>3]|=1<<i%8:e[i>>3]&=~(1<<i%8)},DI=({values:t},e,r)=>{SR(t,e,r.valueOf())},NI=({values:t},e,r)=>{by(t,e*2,r.valueOf())},wi=({stride:t,values:e},r,n)=>{e[t*r]=n},PI=({stride:t,values:e},r,n)=>{e[t*r]=IR.float64ToUint16(n)},gy=(t,e,r)=>{switch(typeof r){case"bigint":t.values64[e]=r;break;case"number":t.values[e*t.stride]=r;break;default:{let n=r,{stride:i,ArrayType:o}=t,f=xR.toArrayBufferView(o,n);t.values.set(f.subarray(0,i),i*e)}}},FR=({stride:t,values:e},r,n)=>{e.set(n.subarray(0,t),t*r)},DR=({values:t,valueOffsets:e},r,n)=>FI(t,e,r,n),NR=({values:t,valueOffsets:e},r,n)=>{FI(t,e,r,BR.encodeUtf8(n))},PR=(t,e,r)=>{t.type.bitWidth<64?wi(t,e,r):gy(t,e,r)},RR=(t,e,r)=>{t.type.precision!==jn.Precision.HALF?wi(t,e,r):PI(t,e,r)},HR=(t,e,r)=>{t.type.unit===jn.DateUnit.DAY?DI(t,e,r):NI(t,e,r)},RI=({values:t},e,r)=>by(t,e*2,r/1e3),HI=({values:t},e,r)=>by(t,e*2,r),MI=({values:t},e,r)=>ER(t,e*2,r),UI=({values:t},e,r)=>AR(t,e*2,r),MR=(t,e,r)=>{switch(t.type.unit){case jn.TimeUnit.SECOND:return RI(t,e,r);case jn.TimeUnit.MILLISECOND:return HI(t,e,r);case jn.TimeUnit.MICROSECOND:return MI(t,e,r);case jn.TimeUnit.NANOSECOND:return UI(t,e,r)}},zI=({values:t,stride:e},r,n)=>{t[e*r]=n},LI=({values:t,stride:e},r,n)=>{t[e*r]=n},VI=({values:t},e,r)=>{t.set(r.subarray(0,2),2*e)},CI=({values:t},e,r)=>{t.set(r.subarray(0,2),2*e)},UR=(t,e,r)=>{switch(t.type.unit){case jn.TimeUnit.SECOND:return zI(t,e,r);case jn.TimeUnit.MILLISECOND:return LI(t,e,r);case jn.TimeUnit.MICROSECOND:return VI(t,e,r);case jn.TimeUnit.NANOSECOND:return CI(t,e,r)}},zR=({values:t},e,r)=>{t.set(r.subarray(0,4),4*e)},LR=(t,e,r)=>{let n=t.getChildAt(0),i=t.valueOffsets;for(let o=-1,f=i[e],s=i[e+1];f<s;)n.set(f++,r.get(++o))},VR=(t,e,r)=>{let n=t.getChildAt(0),i=t.valueOffsets,o=r instanceof Map?[...r]:Object.entries(r);for(let f=-1,s=i[e],u=i[e+1];s<u;)n.set(s++,o[++f])},CR=(t,e)=>(r,n,i)=>r&&r.set(t,e[i]),WR=(t,e)=>(r,n,i)=>r&&r.set(t,e.get(i)),KR=(t,e)=>(r,n,i)=>r&&r.set(t,e.get(n.name)),YR=(t,e)=>(r,n,i)=>r&&r.set(t,e[n.name]),GR=(t,e,r)=>{let n=r instanceof Map?KR(e,r):r instanceof TR.Vector?WR(e,r):Array.isArray(r)?CR(e,r):YR(e,r);t.type.children.forEach((i,o)=>n(t.getChildAt(o),i,o))},JR=(t,e,r)=>{t.type.mode===jn.UnionMode.Dense?WI(t,e,r):KI(t,e,r)},WI=(t,e,r)=>{let n=t.typeIdToChildIndex[t.typeIds[e]],i=t.getChildAt(n);i&&i.set(t.valueOffsets[e],r)},KI=(t,e,r)=>{let n=t.typeIdToChildIndex[t.typeIds[e]],i=t.getChildAt(n);i&&i.set(e,r)},ZR=(t,e,r)=>{let n=t.getKey(e);n!==null&&t.setValue(n,r)},QR=(t,e,r)=>{t.type.unit===jn.IntervalUnit.DAY_TIME?YI(t,e,r):GI(t,e,r)},YI=({values:t},e,r)=>{t.set(r.subarray(0,2),2*e)},GI=({values:t},e,r)=>{t[e]=r[0]*12+r[1]%12},XR=(t,e,r)=>{let n=t.getChildAt(0),{stride:i}=t;for(let o=-1,f=e*i;++o<i;)n.set(f+o,r.get(o))};Be.prototype.visitBool=OR;Be.prototype.visitInt=PR;Be.prototype.visitInt8=wi;Be.prototype.visitInt16=wi;Be.prototype.visitInt32=wi;Be.prototype.visitInt64=gy;Be.prototype.visitUint8=wi;Be.prototype.visitUint16=wi;Be.prototype.visitUint32=wi;Be.prototype.visitUint64=gy;Be.prototype.visitFloat=RR;Be.prototype.visitFloat16=PI;Be.prototype.visitFloat32=wi;Be.prototype.visitFloat64=wi;Be.prototype.visitUtf8=NR;Be.prototype.visitBinary=DR;Be.prototype.visitFixedSizeBinary=FR;Be.prototype.visitDate=HR;Be.prototype.visitDateDay=DI;Be.prototype.visitDateMillisecond=NI;Be.prototype.visitTimestamp=MR;Be.prototype.visitTimestampSecond=RI;Be.prototype.visitTimestampMillisecond=HI;Be.prototype.visitTimestampMicrosecond=MI;Be.prototype.visitTimestampNanosecond=UI;Be.prototype.visitTime=UR;Be.prototype.visitTimeSecond=zI;Be.prototype.visitTimeMillisecond=LI;Be.prototype.visitTimeMicrosecond=VI;Be.prototype.visitTimeNanosecond=CI;Be.prototype.visitDecimal=zR;Be.prototype.visitList=LR;Be.prototype.visitStruct=GR;Be.prototype.visitUnion=JR;Be.prototype.visitDenseUnion=WI;Be.prototype.visitSparseUnion=KI;Be.prototype.visitDictionary=ZR;Be.prototype.visitInterval=QR;Be.prototype.visitIntervalDayTime=YI;Be.prototype.visitIntervalYearMonth=GI;Be.prototype.visitFixedSizeList=XR;Be.prototype.visitMap=VR;oa.instance=new Be});var JI=k(fa=>{"use strict";Object.defineProperty(fa,"__esModule",{value:!0});fa.instance=fa.GetBuilderCtor=void 0;var $R=ur(),eH=Ld(),tH=Jg(),jy=Qg(),rH=Xg(),nH=ey(),iH=ty(),oH=py(),$d=ry(),qy=sy(),to=iy(),fH=cy(),sH=dy(),aH=Zg(),lH=my(),Du=fy(),Nu=oy(),_y=wy(),uH=Cd(),vy=class extends $R.Visitor{visitNull(){return aH.NullBuilder}visitBool(){return tH.BoolBuilder}visitInt(){return to.IntBuilder}visitInt8(){return to.Int8Builder}visitInt16(){return to.Int16Builder}visitInt32(){return to.Int32Builder}visitInt64(){return to.Int64Builder}visitUint8(){return to.Uint8Builder}visitUint16(){return to.Uint16Builder}visitUint32(){return to.Uint32Builder}visitUint64(){return to.Uint64Builder}visitFloat(){return $d.FloatBuilder}visitFloat16(){return $d.Float16Builder}visitFloat32(){return $d.Float32Builder}visitFloat64(){return $d.Float64Builder}visitUtf8(){return uH.Utf8Builder}visitBinary(){return eH.BinaryBuilder}visitFixedSizeBinary(){return iH.FixedSizeBinaryBuilder}visitDate(){return jy.DateBuilder}visitDateDay(){return jy.DateDayBuilder}visitDateMillisecond(){return jy.DateMillisecondBuilder}visitTimestamp(){return Du.TimestampBuilder}visitTimestampSecond(){return Du.TimestampSecondBuilder}visitTimestampMillisecond(){return Du.TimestampMillisecondBuilder}visitTimestampMicrosecond(){return Du.TimestampMicrosecondBuilder}visitTimestampNanosecond(){return Du.TimestampNanosecondBuilder}visitTime(){return Nu.TimeBuilder}visitTimeSecond(){return Nu.TimeSecondBuilder}visitTimeMillisecond(){return Nu.TimeMillisecondBuilder}visitTimeMicrosecond(){return Nu.TimeMicrosecondBuilder}visitTimeNanosecond(){return Nu.TimeNanosecondBuilder}visitDecimal(){return rH.DecimalBuilder}visitList(){return fH.ListBuilder}visitStruct(){return lH.StructBuilder}visitUnion(){return _y.UnionBuilder}visitDenseUnion(){return _y.DenseUnionBuilder}visitSparseUnion(){return _y.SparseUnionBuilder}visitDictionary(){return nH.DictionaryBuilder}visitInterval(){return qy.IntervalBuilder}visitIntervalDayTime(){return qy.IntervalDayTimeBuilder}visitIntervalYearMonth(){return qy.IntervalYearMonthBuilder}visitFixedSizeList(){return oH.FixedSizeListBuilder}visitMap(){return sH.MapBuilder}};fa.GetBuilderCtor=vy;fa.instance=new vy});var tm=k(Y=>{"use strict";Object.defineProperty(Y,"__esModule",{value:!0});Y.DenseUnionBuilder=Y.SparseUnionBuilder=Y.UnionBuilder=Y.StructBuilder=Y.MapBuilder=Y.FixedSizeListBuilder=Y.ListBuilder=Y.BinaryBuilder=Y.Utf8Builder=Y.IntervalYearMonthBuilder=Y.IntervalDayTimeBuilder=Y.IntervalBuilder=Y.TimestampNanosecondBuilder=Y.TimestampMicrosecondBuilder=Y.TimestampMillisecondBuilder=Y.TimestampSecondBuilder=Y.TimestampBuilder=Y.TimeNanosecondBuilder=Y.TimeMicrosecondBuilder=Y.TimeMillisecondBuilder=Y.TimeSecondBuilder=Y.TimeBuilder=Y.Uint64Builder=Y.Uint32Builder=Y.Uint16Builder=Y.Uint8Builder=Y.Int64Builder=Y.Int32Builder=Y.Int16Builder=Y.Int8Builder=Y.IntBuilder=Y.Float64Builder=Y.Float32Builder=Y.Float16Builder=Y.FloatBuilder=Y.FixedSizeBinaryBuilder=Y.DictionaryBuilder=Y.DecimalBuilder=Y.DateMillisecondBuilder=Y.DateDayBuilder=Y.DateBuilder=Y.NullBuilder=Y.BoolBuilder=Y.Builder=void 0;var cH=Et();Object.defineProperty(Y,"Builder",{enumerable:!0,get:function(){return cH.Builder}});var pH=Jg();Object.defineProperty(Y,"BoolBuilder",{enumerable:!0,get:function(){return pH.BoolBuilder}});var dH=Zg();Object.defineProperty(Y,"NullBuilder",{enumerable:!0,get:function(){return dH.NullBuilder}});var Ty=Qg();Object.defineProperty(Y,"DateBuilder",{enumerable:!0,get:function(){return Ty.DateBuilder}});Object.defineProperty(Y,"DateDayBuilder",{enumerable:!0,get:function(){return Ty.DateDayBuilder}});Object.defineProperty(Y,"DateMillisecondBuilder",{enumerable:!0,get:function(){return Ty.DateMillisecondBuilder}});var mH=Xg();Object.defineProperty(Y,"DecimalBuilder",{enumerable:!0,get:function(){return mH.DecimalBuilder}});var wH=ey();Object.defineProperty(Y,"DictionaryBuilder",{enumerable:!0,get:function(){return wH.DictionaryBuilder}});var hH=ty();Object.defineProperty(Y,"FixedSizeBinaryBuilder",{enumerable:!0,get:function(){return hH.FixedSizeBinaryBuilder}});var em=ry();Object.defineProperty(Y,"FloatBuilder",{enumerable:!0,get:function(){return em.FloatBuilder}});Object.defineProperty(Y,"Float16Builder",{enumerable:!0,get:function(){return em.Float16Builder}});Object.defineProperty(Y,"Float32Builder",{enumerable:!0,get:function(){return em.Float32Builder}});Object.defineProperty(Y,"Float64Builder",{enumerable:!0,get:function(){return em.Float64Builder}});var ro=iy();Object.defineProperty(Y,"IntBuilder",{enumerable:!0,get:function(){return ro.IntBuilder}});Object.defineProperty(Y,"Int8Builder",{enumerable:!0,get:function(){return ro.Int8Builder}});Object.defineProperty(Y,"Int16Builder",{enumerable:!0,get:function(){return ro.Int16Builder}});Object.defineProperty(Y,"Int32Builder",{enumerable:!0,get:function(){return ro.Int32Builder}});Object.defineProperty(Y,"Int64Builder",{enumerable:!0,get:function(){return ro.Int64Builder}});Object.defineProperty(Y,"Uint8Builder",{enumerable:!0,get:function(){return ro.Uint8Builder}});Object.defineProperty(Y,"Uint16Builder",{enumerable:!0,get:function(){return ro.Uint16Builder}});Object.defineProperty(Y,"Uint32Builder",{enumerable:!0,get:function(){return ro.Uint32Builder}});Object.defineProperty(Y,"Uint64Builder",{enumerable:!0,get:function(){return ro.Uint64Builder}});var Pu=oy();Object.defineProperty(Y,"TimeBuilder",{enumerable:!0,get:function(){return Pu.TimeBuilder}});Object.defineProperty(Y,"TimeSecondBuilder",{enumerable:!0,get:function(){return Pu.TimeSecondBuilder}});Object.defineProperty(Y,"TimeMillisecondBuilder",{enumerable:!0,get:function(){return Pu.TimeMillisecondBuilder}});Object.defineProperty(Y,"TimeMicrosecondBuilder",{enumerable:!0,get:function(){return Pu.TimeMicrosecondBuilder}});Object.defineProperty(Y,"TimeNanosecondBuilder",{enumerable:!0,get:function(){return Pu.TimeNanosecondBuilder}});var Ru=fy();Object.defineProperty(Y,"TimestampBuilder",{enumerable:!0,get:function(){return Ru.TimestampBuilder}});Object.defineProperty(Y,"TimestampSecondBuilder",{enumerable:!0,get:function(){return Ru.TimestampSecondBuilder}});Object.defineProperty(Y,"TimestampMillisecondBuilder",{enumerable:!0,get:function(){return Ru.TimestampMillisecondBuilder}});Object.defineProperty(Y,"TimestampMicrosecondBuilder",{enumerable:!0,get:function(){return Ru.TimestampMicrosecondBuilder}});Object.defineProperty(Y,"TimestampNanosecondBuilder",{enumerable:!0,get:function(){return Ru.TimestampNanosecondBuilder}});var ky=sy();Object.defineProperty(Y,"IntervalBuilder",{enumerable:!0,get:function(){return ky.IntervalBuilder}});Object.defineProperty(Y,"IntervalDayTimeBuilder",{enumerable:!0,get:function(){return ky.IntervalDayTimeBuilder}});Object.defineProperty(Y,"IntervalYearMonthBuilder",{enumerable:!0,get:function(){return ky.IntervalYearMonthBuilder}});var bH=Cd();Object.defineProperty(Y,"Utf8Builder",{enumerable:!0,get:function(){return bH.Utf8Builder}});var gH=Ld();Object.defineProperty(Y,"BinaryBuilder",{enumerable:!0,get:function(){return gH.BinaryBuilder}});var yH=cy();Object.defineProperty(Y,"ListBuilder",{enumerable:!0,get:function(){return yH.ListBuilder}});var jH=py();Object.defineProperty(Y,"FixedSizeListBuilder",{enumerable:!0,get:function(){return jH.FixedSizeListBuilder}});var qH=dy();Object.defineProperty(Y,"MapBuilder",{enumerable:!0,get:function(){return qH.MapBuilder}});var _H=my();Object.defineProperty(Y,"StructBuilder",{enumerable:!0,get:function(){return _H.StructBuilder}});var By=wy();Object.defineProperty(Y,"UnionBuilder",{enumerable:!0,get:function(){return By.UnionBuilder}});Object.defineProperty(Y,"SparseUnionBuilder",{enumerable:!0,get:function(){return By.SparseUnionBuilder}});Object.defineProperty(Y,"DenseUnionBuilder",{enumerable:!0,get:function(){return By.DenseUnionBuilder}});var Iy=ht(),vH=Cd(),TH=Et(),ZI=yy(),QI=JI();TH.Builder.new=XI;function XI(t){let e=t.type,r=new(QI.instance.getVisitFn(e)())(t);if(e.children&&e.children.length>0){let n=t.children||[],i={nullValues:t.nullValues},o=Array.isArray(n)?(f,s)=>n[s]||i:({name:f})=>n[f]||i;e.children.forEach((f,s)=>{let{type:u}=f,l=o(f,s);r.children.push(XI({...l,type:u}))})}return r}Object.keys(Iy.Type).map(t=>Iy.Type[t]).filter(t=>typeof t=="number"&&t!==Iy.Type.NONE).forEach(t=>{let e=QI.instance.visit(t);e.prototype._setValue=ZI.instance.getVisitFn(t)});vH.Utf8Builder.prototype._setValue=ZI.instance.visitBinary});var $I=k(sa=>{"use strict";Object.defineProperty(sa,"__esModule",{value:!0});sa.Block=sa.Footer=void 0;var kH=Ji(),rm=Ho(),qn=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsFooter(e,r){return(r||new qn).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsFooter(e,r){return e.setPosition(e.position()+kH.flatbuffers.SIZE_PREFIX_LENGTH),(r||new qn).__init(e.readInt32(e.position())+e.position(),e)}version(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):rm.MetadataVersion.V1}schema(e){let r=this.bb.__offset(this.bb_pos,6);return r?(e||new rm.Schema).__init(this.bb.__indirect(this.bb_pos+r),this.bb):null}dictionaries(e,r){let n=this.bb.__offset(this.bb_pos,8);return n?(r||new nm).__init(this.bb.__vector(this.bb_pos+n)+e*24,this.bb):null}dictionariesLength(){let e=this.bb.__offset(this.bb_pos,8);return e?this.bb.__vector_len(this.bb_pos+e):0}recordBatches(e,r){let n=this.bb.__offset(this.bb_pos,10);return n?(r||new nm).__init(this.bb.__vector(this.bb_pos+n)+e*24,this.bb):null}recordBatchesLength(){let e=this.bb.__offset(this.bb_pos,10);return e?this.bb.__vector_len(this.bb_pos+e):0}customMetadata(e,r){let n=this.bb.__offset(this.bb_pos,12);return n?(r||new rm.KeyValue).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+n)+e*4),this.bb):null}customMetadataLength(){let e=this.bb.__offset(this.bb_pos,12);return e?this.bb.__vector_len(this.bb_pos+e):0}static startFooter(e){e.startObject(5)}static addVersion(e,r){e.addFieldInt16(0,r,rm.MetadataVersion.V1)}static addSchema(e,r){e.addFieldOffset(1,r,0)}static addDictionaries(e,r){e.addFieldOffset(2,r,0)}static startDictionariesVector(e,r){e.startVector(24,r,8)}static addRecordBatches(e,r){e.addFieldOffset(3,r,0)}static startRecordBatchesVector(e,r){e.startVector(24,r,8)}static addCustomMetadata(e,r){e.addFieldOffset(4,r,0)}static createCustomMetadataVector(e,r){e.startVector(4,r.length,4);for(let n=r.length-1;n>=0;n--)e.addOffset(r[n]);return e.endVector()}static startCustomMetadataVector(e,r){e.startVector(4,r,4)}static endFooter(e){return e.endObject()}static finishFooterBuffer(e,r){e.finish(r)}static finishSizePrefixedFooterBuffer(e,r){e.finish(r,void 0,!0)}static createFooter(e,r,n,i,o,f){return qn.startFooter(e),qn.addVersion(e,r),qn.addSchema(e,n),qn.addDictionaries(e,i),qn.addRecordBatches(e,o),qn.addCustomMetadata(e,f),qn.endFooter(e)}};sa.Footer=qn;var nm=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,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 createBlock(e,r,n,i){return e.prep(8,24),e.writeInt64(i),e.pad(4),e.writeInt32(n),e.writeInt64(r),e.offset()}};sa.Block=nm});var Ey=k(aa=>{"use strict";Object.defineProperty(aa,"__esModule",{value:!0});aa.FileBlock=aa.Footer=void 0;var Ln=$I(),xy=Ji(),e1=xy.flatbuffers.Long,BH=xy.flatbuffers.Builder,IH=xy.flatbuffers.ByteBuffer,t1=nr(),r1=ht(),xH=Qt(),Sy=class{constructor(e,r=r1.MetadataVersion.V4,n,i){this.schema=e,this.version=r,n&&(this._recordBatches=n),i&&(this._dictionaryBatches=i)}static decode(e){e=new IH(xH.toUint8Array(e));let r=Ln.Footer.getRootAsFooter(e),n=t1.Schema.decode(r.schema());return new n1(n,r)}static encode(e){let r=new BH,n=t1.Schema.encode(r,e.schema);Ln.Footer.startRecordBatchesVector(r,e.numRecordBatches),[...e.recordBatches()].slice().reverse().forEach(f=>Ko.encode(r,f));let i=r.endVector();Ln.Footer.startDictionariesVector(r,e.numDictionaries),[...e.dictionaryBatches()].slice().reverse().forEach(f=>Ko.encode(r,f));let o=r.endVector();return Ln.Footer.startFooter(r),Ln.Footer.addSchema(r,n),Ln.Footer.addVersion(r,r1.MetadataVersion.V4),Ln.Footer.addRecordBatches(r,i),Ln.Footer.addDictionaries(r,o),Ln.Footer.finishFooterBuffer(r,Ln.Footer.endFooter(r)),r.asUint8Array()}get numRecordBatches(){return this._recordBatches.length}get numDictionaries(){return this._dictionaryBatches.length}*recordBatches(){for(let e,r=-1,n=this.numRecordBatches;++r<n;)(e=this.getRecordBatch(r))&&(yield e)}*dictionaryBatches(){for(let e,r=-1,n=this.numDictionaries;++r<n;)(e=this.getDictionaryBatch(r))&&(yield e)}getRecordBatch(e){return e>=0&&e<this.numRecordBatches&&this._recordBatches[e]||null}getDictionaryBatch(e){return e>=0&&e<this.numDictionaries&&this._dictionaryBatches[e]||null}};aa.Footer=Sy;var n1=class extends Sy{constructor(e,r){super(e,r.version());this._footer=r}get numRecordBatches(){return this._footer.recordBatchesLength()}get numDictionaries(){return this._footer.dictionariesLength()}getRecordBatch(e){if(e>=0&&e<this.numRecordBatches){let r=this._footer.recordBatches(e);if(r)return Ko.decode(r)}return null}getDictionaryBatch(e){if(e>=0&&e<this.numDictionaries){let r=this._footer.dictionaries(e);if(r)return Ko.decode(r)}return null}},Ko=class{constructor(e,r,n){this.metaDataLength=e,this.offset=typeof n=="number"?n:n.low,this.bodyLength=typeof r=="number"?r:r.low}static decode(e){return new Ko(e.metaDataLength(),e.bodyLength(),e.offset())}static encode(e,r){let{metaDataLength:n}=r,i=new e1(r.offset,0),o=new e1(r.bodyLength,0);return Ln.Block.createBlock(e,i,n,o)}};aa.FileBlock=Ko});var Zo=k(Jo=>{"use strict";Object.defineProperty(Jo,"__esModule",{value:!0});Jo.AsyncByteStream=Jo.ByteStream=Jo.AsyncByteQueue=void 0;var Yo=Iu(),i1=Hf(),Hu=Ws(),Ay=Qt(),la=br(),Oy=class extends Hu.AsyncQueue{write(e){if((e=Ay.toUint8Array(e)).byteLength>0)return super.write(e)}toString(e=!1){return e?i1.decodeUtf8(this.toUint8Array(!0)):this.toUint8Array(!1).then(i1.decodeUtf8)}toUint8Array(e=!1){return e?Ay.joinUint8Arrays(this._values)[0]:(async()=>{let r=[],n=0;for await(let i of this)r.push(i),n+=i.byteLength;return Ay.joinUint8Arrays(r,n)[0]})()}};Jo.AsyncByteQueue=Oy;var o1=class{constructor(e){e&&(this.source=new f1(Yo.default.fromIterable(e)))}[Symbol.iterator](){return this}next(e){return this.source.next(e)}throw(e){return this.source.throw(e)}return(e){return this.source.return(e)}peek(e){return this.source.peek(e)}read(e){return this.source.read(e)}};Jo.ByteStream=o1;var im=class{constructor(e){e instanceof im?this.source=e.source:e instanceof Oy?this.source=new Go(Yo.default.fromAsyncIterable(e)):la.isReadableNodeStream(e)?this.source=new Go(Yo.default.fromNodeStream(e)):la.isReadableDOMStream(e)?this.source=new Go(Yo.default.fromDOMStream(e)):la.isFetchResponse(e)?this.source=new Go(Yo.default.fromDOMStream(e.body)):la.isIterable(e)?this.source=new Go(Yo.default.fromIterable(e)):la.isPromise(e)?this.source=new Go(Yo.default.fromAsyncIterable(e)):la.isAsyncIterable(e)&&(this.source=new Go(Yo.default.fromAsyncIterable(e)))}[Symbol.asyncIterator](){return this}next(e){return this.source.next(e)}throw(e){return this.source.throw(e)}return(e){return this.source.return(e)}get closed(){return this.source.closed}cancel(e){return this.source.cancel(e)}peek(e){return this.source.peek(e)}read(e){return this.source.read(e)}};Jo.AsyncByteStream=im;var f1=class{constructor(e){this.source=e}cancel(e){this.return(e)}peek(e){return this.next(e,"peek").value}read(e){return this.next(e,"read").value}next(e,r="read"){return this.source.next({cmd:r,size:e})}throw(e){return Object.create(this.source.throw&&this.source.throw(e)||Hu.ITERATOR_DONE)}return(e){return Object.create(this.source.return&&this.source.return(e)||Hu.ITERATOR_DONE)}},Go=class{constructor(e){this.source=e,this._closedPromise=new Promise(r=>this._closedPromiseResolve=r)}async cancel(e){await this.return(e)}get closed(){return this._closedPromise}async read(e){return(await this.next(e,"read")).value}async peek(e){return(await this.next(e,"peek")).value}async next(e,r="read"){return await this.source.next({cmd:r,size:e})}async throw(e){let r=this.source.throw&&await this.source.throw(e)||Hu.ITERATOR_DONE;return this._closedPromiseResolve&&this._closedPromiseResolve(),this._closedPromiseResolve=void 0,Object.create(r)}async return(e){let r=this.source.return&&await this.source.return(e)||Hu.ITERATOR_DONE;return this._closedPromiseResolve&&this._closedPromiseResolve(),this._closedPromiseResolve=void 0,Object.create(r)}}});var Fy=k(ua=>{"use strict";Object.defineProperty(ua,"__esModule",{value:!0});ua.AsyncRandomAccessFile=ua.RandomAccessFile=void 0;var s1=Zo(),SH=Qt(),a1=class extends s1.ByteStream{constructor(e,r){super();this.position=0,this.buffer=SH.toUint8Array(e),this.size=typeof r=="undefined"?this.buffer.byteLength:r}readInt32(e){let{buffer:r,byteOffset:n}=this.readAt(e,4);return new DataView(r,n).getInt32(0,!0)}seek(e){return this.position=Math.min(e,this.size),e<this.size}read(e){let{buffer:r,size:n,position:i}=this;return r&&i<n?(typeof e!="number"&&(e=1/0),this.position=Math.min(n,i+Math.min(n-i,e)),r.subarray(i,this.position)):null}readAt(e,r){let n=this.buffer,i=Math.min(this.size,e+r);return n?n.subarray(e,i):new Uint8Array(r)}close(){this.buffer&&(this.buffer=null)}throw(e){return this.close(),{done:!0,value:e}}return(e){return this.close(),{done:!0,value:e}}};ua.RandomAccessFile=a1;var l1=class extends s1.AsyncByteStream{constructor(e,r){super();this.position=0,this._handle=e,typeof r=="number"?this.size=r:this._pending=(async()=>{this.size=(await e.stat()).size,delete this._pending})()}async readInt32(e){let{buffer:r,byteOffset:n}=await this.readAt(e,4);return new DataView(r,n).getInt32(0,!0)}async seek(e){return this._pending&&await this._pending,this.position=Math.min(e,this.size),e<this.size}async read(e){this._pending&&await this._pending;let{_handle:r,size:n,position:i}=this;if(r&&i<n){typeof e!="number"&&(e=1/0);let o=i,f=0,s=0,u=Math.min(n,o+Math.min(n-o,e)),l=new Uint8Array(Math.max(0,(this.position=u)-o));for(;(o+=s)<u&&(f+=s)<l.byteLength;)({bytesRead:s}=await r.read(l,f,l.byteLength-f,o));return l}return null}async readAt(e,r){this._pending&&await this._pending;let{_handle:n,size:i}=this;if(n&&e+r<i){let o=Math.min(i,e+r),f=new Uint8Array(o-e);return(await n.read(f,0,r,e)).buffer}return new Uint8Array(r)}async close(){let e=this._handle;this._handle=null,e&&await e.close()}async throw(e){return await this.close(),{done:!0,value:e}}async return(e){return await this.close(),{done:!0,value:e}}};ua.AsyncRandomAccessFile=l1});var Ny=k(hi=>{"use strict";Object.defineProperty(hi,"__esModule",{value:!0});hi.Int128=hi.Int64=hi.Uint64=hi.BaseInt64=void 0;var EH=1<<16;function ca(t){return t<0&&(t=4294967295+t+1),`0x${t.toString(16)}`}var pa=8,Dy=[1,10,100,1e3,1e4,1e5,1e6,1e7,1e8],om=class{constructor(e){this.buffer=e}high(){return this.buffer[1]}low(){return this.buffer[0]}_times(e){let r=new Uint32Array([this.buffer[1]>>>16,this.buffer[1]&65535,this.buffer[0]>>>16,this.buffer[0]&65535]),n=new Uint32Array([e.buffer[1]>>>16,e.buffer[1]&65535,e.buffer[0]>>>16,e.buffer[0]&65535]),i=r[3]*n[3];this.buffer[0]=i&65535;let o=i>>>16;return i=r[2]*n[3],o+=i,i=r[3]*n[2]>>>0,o+=i,this.buffer[0]+=o<<16,this.buffer[1]=o>>>0<i?EH:0,this.buffer[1]+=o>>>16,this.buffer[1]+=r[1]*n[3]+r[2]*n[2]+r[3]*n[1],this.buffer[1]+=r[0]*n[3]+r[1]*n[2]+r[2]*n[1]+r[3]*n[0]<<16,this}_plus(e){let r=this.buffer[0]+e.buffer[0]>>>0;this.buffer[1]+=e.buffer[1],r<this.buffer[0]>>>0&&++this.buffer[1],this.buffer[0]=r}lessThan(e){return this.buffer[1]<e.buffer[1]||this.buffer[1]===e.buffer[1]&&this.buffer[0]<e.buffer[0]}equals(e){return this.buffer[1]===e.buffer[1]&&this.buffer[0]==e.buffer[0]}greaterThan(e){return e.lessThan(this)}hex(){return`${ca(this.buffer[1])} ${ca(this.buffer[0])}`}};hi.BaseInt64=om;var nt=class extends om{times(e){return this._times(e),this}plus(e){return this._plus(e),this}static from(e,r=new Uint32Array(2)){return nt.fromString(typeof e=="string"?e:e.toString(),r)}static fromNumber(e,r=new Uint32Array(2)){return nt.fromString(e.toString(),r)}static fromString(e,r=new Uint32Array(2)){let n=e.length,i=new nt(r);for(let o=0;o<n;){let f=pa<n-o?pa:n-o,s=new nt(new Uint32Array([parseInt(e.substr(o,f),10),0])),u=new nt(new Uint32Array([Dy[f],0]));i.times(u),i.plus(s),o+=f}return i}static convertArray(e){let r=new Uint32Array(e.length*2);for(let n=-1,i=e.length;++n<i;)nt.from(e[n],new Uint32Array(r.buffer,r.byteOffset+2*n*4,2));return r}static multiply(e,r){return new nt(new Uint32Array(e.buffer)).times(r)}static add(e,r){return new nt(new Uint32Array(e.buffer)).plus(r)}};hi.Uint64=nt;var Gr=class extends om{negate(){return this.buffer[0]=~this.buffer[0]+1,this.buffer[1]=~this.buffer[1],this.buffer[0]==0&&++this.buffer[1],this}times(e){return this._times(e),this}plus(e){return this._plus(e),this}lessThan(e){let r=this.buffer[1]<<0,n=e.buffer[1]<<0;return r<n||r===n&&this.buffer[0]<e.buffer[0]}static from(e,r=new Uint32Array(2)){return Gr.fromString(typeof e=="string"?e:e.toString(),r)}static fromNumber(e,r=new Uint32Array(2)){return Gr.fromString(e.toString(),r)}static fromString(e,r=new Uint32Array(2)){let n=e.startsWith("-"),i=e.length,o=new Gr(r);for(let f=n?1:0;f<i;){let s=pa<i-f?pa:i-f,u=new Gr(new Uint32Array([parseInt(e.substr(f,s),10),0])),l=new Gr(new Uint32Array([Dy[s],0]));o.times(l),o.plus(u),f+=s}return n?o.negate():o}static convertArray(e){let r=new Uint32Array(e.length*2);for(let n=-1,i=e.length;++n<i;)Gr.from(e[n],new Uint32Array(r.buffer,r.byteOffset+2*n*4,2));return r}static multiply(e,r){return new Gr(new Uint32Array(e.buffer)).times(r)}static add(e,r){return new Gr(new Uint32Array(e.buffer)).plus(r)}};hi.Int64=Gr;var Vn=class{constructor(e){this.buffer=e}high(){return new Gr(new Uint32Array(this.buffer.buffer,this.buffer.byteOffset+8,2))}low(){return new Gr(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(e){let r=new nt(new Uint32Array([this.buffer[3],0])),n=new nt(new Uint32Array([this.buffer[2],0])),i=new nt(new Uint32Array([this.buffer[1],0])),o=new nt(new Uint32Array([this.buffer[0],0])),f=new nt(new Uint32Array([e.buffer[3],0])),s=new nt(new Uint32Array([e.buffer[2],0])),u=new nt(new Uint32Array([e.buffer[1],0])),l=new nt(new Uint32Array([e.buffer[0],0])),c=nt.multiply(o,l);this.buffer[0]=c.low();let w=new nt(new Uint32Array([c.high(),0]));return c=nt.multiply(i,l),w.plus(c),c=nt.multiply(o,u),w.plus(c),this.buffer[1]=w.low(),this.buffer[3]=w.lessThan(c)?1:0,this.buffer[2]=w.high(),new nt(new Uint32Array(this.buffer.buffer,this.buffer.byteOffset+8,2)).plus(nt.multiply(n,l)).plus(nt.multiply(i,u)).plus(nt.multiply(o,s)),this.buffer[3]+=nt.multiply(r,l).plus(nt.multiply(n,u)).plus(nt.multiply(i,s)).plus(nt.multiply(o,f)).low(),this}plus(e){let r=new Uint32Array(4);return r[3]=this.buffer[3]+e.buffer[3]>>>0,r[2]=this.buffer[2]+e.buffer[2]>>>0,r[1]=this.buffer[1]+e.buffer[1]>>>0,r[0]=this.buffer[0]+e.buffer[0]>>>0,r[0]<this.buffer[0]>>>0&&++r[1],r[1]<this.buffer[1]>>>0&&++r[2],r[2]<this.buffer[2]>>>0&&++r[3],this.buffer[3]=r[3],this.buffer[2]=r[2],this.buffer[1]=r[1],this.buffer[0]=r[0],this}hex(){return`${ca(this.buffer[3])} ${ca(this.buffer[2])} ${ca(this.buffer[1])} ${ca(this.buffer[0])}`}static multiply(e,r){return new Vn(new Uint32Array(e.buffer)).times(r)}static add(e,r){return new Vn(new Uint32Array(e.buffer)).plus(r)}static from(e,r=new Uint32Array(4)){return Vn.fromString(typeof e=="string"?e:e.toString(),r)}static fromNumber(e,r=new Uint32Array(4)){return Vn.fromString(e.toString(),r)}static fromString(e,r=new Uint32Array(4)){let n=e.startsWith("-"),i=e.length,o=new Vn(r);for(let f=n?1:0;f<i;){let s=pa<i-f?pa:i-f,u=new Vn(new Uint32Array([parseInt(e.substr(f,s),10),0,0,0])),l=new Vn(new Uint32Array([Dy[s],0,0,0]));o.times(l),o.plus(u),f+=s}return n?o.negate():o}static convertArray(e){let r=new Uint32Array(e.length*4);for(let n=-1,i=e.length;++n<i;)Vn.from(e[n],new Uint32Array(r.buffer,r.byteOffset+4*4*n,4));return r}};hi.Int128=Vn});var d1=k(da=>{"use strict";Object.defineProperty(da,"__esModule",{value:!0});da.JSONVectorLoader=da.VectorLoader=void 0;var $t=Un(),AH=nr(),no=rt(),OH=ur(),u1=pi(),FH=Hf(),fm=Ny(),c1=ht(),bi=Qt(),Py=class extends OH.Visitor{constructor(e,r,n,i){super();this.nodesIndex=-1,this.buffersIndex=-1,this.bytes=e,this.nodes=r,this.buffers=n,this.dictionaries=i}visit(e){return super.visit(e instanceof AH.Field?e.type:e)}visitNull(e,{length:r}=this.nextFieldNode()){return $t.Data.Null(e,0,r)}visitBool(e,{length:r,nullCount:n}=this.nextFieldNode()){return $t.Data.Bool(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitInt(e,{length:r,nullCount:n}=this.nextFieldNode()){return $t.Data.Int(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitFloat(e,{length:r,nullCount:n}=this.nextFieldNode()){return $t.Data.Float(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitUtf8(e,{length:r,nullCount:n}=this.nextFieldNode()){return $t.Data.Utf8(e,0,r,n,this.readNullBitmap(e,n),this.readOffsets(e),this.readData(e))}visitBinary(e,{length:r,nullCount:n}=this.nextFieldNode()){return $t.Data.Binary(e,0,r,n,this.readNullBitmap(e,n),this.readOffsets(e),this.readData(e))}visitFixedSizeBinary(e,{length:r,nullCount:n}=this.nextFieldNode()){return $t.Data.FixedSizeBinary(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitDate(e,{length:r,nullCount:n}=this.nextFieldNode()){return $t.Data.Date(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitTimestamp(e,{length:r,nullCount:n}=this.nextFieldNode()){return $t.Data.Timestamp(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitTime(e,{length:r,nullCount:n}=this.nextFieldNode()){return $t.Data.Time(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitDecimal(e,{length:r,nullCount:n}=this.nextFieldNode()){return $t.Data.Decimal(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitList(e,{length:r,nullCount:n}=this.nextFieldNode()){return $t.Data.List(e,0,r,n,this.readNullBitmap(e,n),this.readOffsets(e),this.visit(e.children[0]))}visitStruct(e,{length:r,nullCount:n}=this.nextFieldNode()){return $t.Data.Struct(e,0,r,n,this.readNullBitmap(e,n),this.visitMany(e.children))}visitUnion(e){return e.mode===c1.UnionMode.Sparse?this.visitSparseUnion(e):this.visitDenseUnion(e)}visitDenseUnion(e,{length:r,nullCount:n}=this.nextFieldNode()){return $t.Data.Union(e,0,r,n,this.readNullBitmap(e,n),this.readTypeIds(e),this.readOffsets(e),this.visitMany(e.children))}visitSparseUnion(e,{length:r,nullCount:n}=this.nextFieldNode()){return $t.Data.Union(e,0,r,n,this.readNullBitmap(e,n),this.readTypeIds(e),this.visitMany(e.children))}visitDictionary(e,{length:r,nullCount:n}=this.nextFieldNode()){return $t.Data.Dictionary(e,0,r,n,this.readNullBitmap(e,n),this.readData(e.indices),this.readDictionary(e))}visitInterval(e,{length:r,nullCount:n}=this.nextFieldNode()){return $t.Data.Interval(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitFixedSizeList(e,{length:r,nullCount:n}=this.nextFieldNode()){return $t.Data.FixedSizeList(e,0,r,n,this.readNullBitmap(e,n),this.visit(e.children[0]))}visitMap(e,{length:r,nullCount:n}=this.nextFieldNode()){return $t.Data.Map(e,0,r,n,this.readNullBitmap(e,n),this.readOffsets(e),this.visit(e.children[0]))}nextFieldNode(){return this.nodes[++this.nodesIndex]}nextBufferRange(){return this.buffers[++this.buffersIndex]}readNullBitmap(e,r,n=this.nextBufferRange()){return r>0&&this.readData(e,n)||new Uint8Array(0)}readOffsets(e,r){return this.readData(e,r)}readTypeIds(e,r){return this.readData(e,r)}readData(e,{length:r,offset:n}=this.nextBufferRange()){return this.bytes.subarray(n,n+r)}readDictionary(e){return this.dictionaries.get(e.id)}};da.VectorLoader=Py;var p1=class extends Py{constructor(e,r,n,i){super(new Uint8Array(0),r,n,i);this.sources=e}readNullBitmap(e,r,{offset:n}=this.nextBufferRange()){return r<=0?new Uint8Array(0):u1.packBools(this.sources[n])}readOffsets(e,{offset:r}=this.nextBufferRange()){return bi.toArrayBufferView(Uint8Array,bi.toArrayBufferView(Int32Array,this.sources[r]))}readTypeIds(e,{offset:r}=this.nextBufferRange()){return bi.toArrayBufferView(Uint8Array,bi.toArrayBufferView(e.ArrayType,this.sources[r]))}readData(e,{offset:r}=this.nextBufferRange()){let{sources:n}=this;return no.DataType.isTimestamp(e)||(no.DataType.isInt(e)||no.DataType.isTime(e))&&e.bitWidth===64||no.DataType.isDate(e)&&e.unit===c1.DateUnit.MILLISECOND?bi.toArrayBufferView(Uint8Array,fm.Int64.convertArray(n[r])):no.DataType.isDecimal(e)?bi.toArrayBufferView(Uint8Array,fm.Int128.convertArray(n[r])):no.DataType.isBinary(e)||no.DataType.isFixedSizeBinary(e)?DH(n[r]):no.DataType.isBool(e)?u1.packBools(n[r]):no.DataType.isUtf8(e)?FH.encodeUtf8(n[r].join("")):bi.toArrayBufferView(Uint8Array,bi.toArrayBufferView(e.ArrayType,n[r].map(i=>+i)))}};da.JSONVectorLoader=p1;function DH(t){let e=t.join(""),r=new Uint8Array(e.length/2);for(let n=0;n<e.length;n+=2)r[n>>1]=parseInt(e.substr(n,2),16);return r}});var Mu=k(wa=>{"use strict";Object.defineProperty(wa,"__esModule",{value:!0});wa.StructRow=wa.MapRow=void 0;var m1=Cg(),cr=Symbol.for("parent"),ma=Symbol.for("rowIndex"),Jr=Symbol.for("keyToIdx"),Zr=Symbol.for("idxToVal"),Ry=Symbol.for("nodejs.util.inspect.custom"),gi=class{constructor(e,r){this[cr]=e,this.size=r}entries(){return this[Symbol.iterator]()}has(e){return this.get(e)!==void 0}get(e){let r;if(e!=null){let n=this[Jr]||(this[Jr]=new Map),i=n.get(e);if(i!==void 0){let o=this[Zr]||(this[Zr]=new Array(this.size));(r=o[i])!==void 0||(o[i]=r=this.getValue(i))}else if((i=this.getIndex(e))>-1){n.set(e,i);let o=this[Zr]||(this[Zr]=new Array(this.size));(r=o[i])!==void 0||(o[i]=r=this.getValue(i))}}return r}set(e,r){if(e!=null){let n=this[Jr]||(this[Jr]=new Map),i=n.get(e);if(i===void 0&&n.set(e,i=this.getIndex(e)),i>-1){let o=this[Zr]||(this[Zr]=new Array(this.size));o[i]=this.setValue(i,r)}}return this}clear(){throw new Error(`Clearing ${this[Symbol.toStringTag]} not supported.`)}delete(e){throw new Error(`Deleting ${this[Symbol.toStringTag]} values not supported.`)}*[Symbol.iterator](){let e=this.keys(),r=this.values(),n=this[Jr]||(this[Jr]=new Map),i=this[Zr]||(this[Zr]=new Array(this.size));for(let o,f,s=0,u,l;!((u=e.next()).done||(l=r.next()).done);++s)o=u.value,f=l.value,i[s]=f,n.has(o)||n.set(o,s),yield[o,f]}forEach(e,r){let n=this.keys(),i=this.values(),o=r===void 0?e:(u,l,c)=>e.call(r,u,l,c),f=this[Jr]||(this[Jr]=new Map),s=this[Zr]||(this[Zr]=new Array(this.size));for(let u,l,c=0,w,p;!((w=n.next()).done||(p=i.next()).done);++c)u=w.value,l=p.value,s[c]=l,f.has(u)||f.set(u,c),o(l,u,this)}toArray(){return[...this.values()]}toJSON(){let e={};return this.forEach((r,n)=>e[n]=r),e}inspect(){return this.toString()}[Ry](){return this.toString()}toString(){let e=[];return this.forEach((r,n)=>{n=m1.valueToString(n),r=m1.valueToString(r),e.push(`${n}: ${r}`)}),`{ ${e.join(", ")} }`}};gi[Symbol.toStringTag]=(t=>(Object.defineProperties(t,{size:{writable:!0,enumerable:!1,configurable:!1,value:0},[cr]:{writable:!0,enumerable:!1,configurable:!1,value:null},[ma]:{writable:!0,enumerable:!1,configurable:!1,value:-1}}),t[Symbol.toStringTag]="Row"))(gi.prototype);var w1=class extends gi{constructor(e){super(e,e.length);return NH(this)}keys(){return this[cr].getChildAt(0)[Symbol.iterator]()}values(){return this[cr].getChildAt(1)[Symbol.iterator]()}getKey(e){return this[cr].getChildAt(0).get(e)}getIndex(e){return this[cr].getChildAt(0).indexOf(e)}getValue(e){return this[cr].getChildAt(1).get(e)}setValue(e,r){this[cr].getChildAt(1).set(e,r)}};wa.MapRow=w1;var h1=class extends gi{constructor(e){super(e,e.type.children.length);return b1(this)}*keys(){for(let e of this[cr].type.children)yield e.name}*values(){for(let e of this[cr].type.children)yield this[e.name]}getKey(e){return this[cr].type.children[e].name}getIndex(e){return this[cr].type.children.findIndex(r=>r.name===e)}getValue(e){return this[cr].getChildAt(e).get(this[ma])}setValue(e,r){return this[cr].getChildAt(e).set(this[ma],r)}};wa.StructRow=h1;Object.setPrototypeOf(gi.prototype,Map.prototype);var b1=(()=>{let t={enumerable:!0,configurable:!1,get:null,set:null};return e=>{let r=-1,n=e[Jr]||(e[Jr]=new Map),i=f=>function(){return this.get(f)},o=f=>function(s){return this.set(f,s)};for(let f of e.keys())n.set(f,++r),t.get=i(f),t.set=o(f),Object.prototype.hasOwnProperty.call(e,f)||(t.enumerable=!0,Object.defineProperty(e,f,t)),Object.prototype.hasOwnProperty.call(e,r)||(t.enumerable=!1,Object.defineProperty(e,r,t));return t.get=t.set=null,e}})(),NH=(()=>{if(typeof Proxy=="undefined")return b1;let t=gi.prototype.has,e=gi.prototype.get,r=gi.prototype.set,n=gi.prototype.getKey,i={isExtensible(){return!1},deleteProperty(){return!1},preventExtensions(){return!0},ownKeys(o){return[...o.keys()].map(f=>`${f}`)},has(o,f){switch(f){case"getKey":case"getIndex":case"getValue":case"setValue":case"toArray":case"toJSON":case"inspect":case"constructor":case"isPrototypeOf":case"propertyIsEnumerable":case"toString":case"toLocaleString":case"valueOf":case"size":case"has":case"get":case"set":case"clear":case"delete":case"keys":case"values":case"entries":case"forEach":case"__proto__":case"__defineGetter__":case"__defineSetter__":case"hasOwnProperty":case"__lookupGetter__":case"__lookupSetter__":case Symbol.iterator:case Symbol.toStringTag:case cr:case ma:case Zr:case Jr:case Ry:return!0}return typeof f=="number"&&!o.has(f)&&(f=o.getKey(f)),o.has(f)},get(o,f,s){switch(f){case"getKey":case"getIndex":case"getValue":case"setValue":case"toArray":case"toJSON":case"inspect":case"constructor":case"isPrototypeOf":case"propertyIsEnumerable":case"toString":case"toLocaleString":case"valueOf":case"size":case"has":case"get":case"set":case"clear":case"delete":case"keys":case"values":case"entries":case"forEach":case"__proto__":case"__defineGetter__":case"__defineSetter__":case"hasOwnProperty":case"__lookupGetter__":case"__lookupSetter__":case Symbol.iterator:case Symbol.toStringTag:case cr:case ma:case Zr:case Jr:case Ry:return Reflect.get(o,f,s)}return typeof f=="number"&&!t.call(s,f)&&(f=n.call(s,f)),e.call(s,f)},set(o,f,s,u){switch(f){case cr:case ma:case Zr:case Jr:return Reflect.set(o,f,s,u);case"getKey":case"getIndex":case"getValue":case"setValue":case"toArray":case"toJSON":case"inspect":case"constructor":case"isPrototypeOf":case"propertyIsEnumerable":case"toString":case"toLocaleString":case"valueOf":case"size":case"has":case"get":case"set":case"clear":case"delete":case"keys":case"values":case"entries":case"forEach":case"__proto__":case"__defineGetter__":case"__defineSetter__":case"hasOwnProperty":case"__lookupGetter__":case"__lookupSetter__":case Symbol.iterator:case Symbol.toStringTag:return!1}return typeof f=="number"&&!t.call(u,f)&&(f=n.call(u,f)),t.call(u,f)?!!r.call(u,f,s):!1}};return o=>new Proxy(o,i)})()});var zu=k(Qo=>{"use strict";Object.defineProperty(Qo,"__esModule",{value:!0});Qo.createElementComparator=Qo.clampRange=Qo.clampIndex=void 0;var g1=Ht(),y1=Mu(),PH=Qt(),j1=br();function RH(t,e,r){let n=t.length,i=e>-1?e:n+e%n;return r?r(t,i):i}Qo.clampIndex=RH;var q1;function HH(t,e,r,n){let{length:i=0}=t,o=typeof e!="number"?0:e,f=typeof r!="number"?i:r;return o<0&&(o=(o%i+i)%i),f<0&&(f=(f%i+i)%i),f<o&&(q1=o,o=f,f=q1),f>i&&(f=i),n?n(t,o,f):[o,f]}Qo.clampRange=HH;var MH=j1.BigIntAvailable?j1.BigInt(0):0,_1=t=>t!==t;function Uu(t){let e=typeof t;if(e!=="object"||t===null)return _1(t)?_1:e!=="bigint"?r=>r===t:r=>MH+r===t;if(t instanceof Date){let r=t.valueOf();return n=>n instanceof Date?n.valueOf()===r:!1}return ArrayBuffer.isView(t)?r=>r?PH.compareArrayLike(t,r):!1:t instanceof Map?zH(t):Array.isArray(t)?UH(t):t instanceof g1.Vector?LH(t):VH(t)}Qo.createElementComparator=Uu;function UH(t){let e=[];for(let r=-1,n=t.length;++r<n;)e[r]=Uu(t[r]);return sm(e)}function zH(t){let e=-1,r=[];return t.forEach(n=>r[++e]=Uu(n)),sm(r)}function LH(t){let e=[];for(let r=-1,n=t.length;++r<n;)e[r]=Uu(t.get(r));return sm(e)}function VH(t){let e=Object.keys(t);if(e.length===0)return()=>!1;let r=[];for(let n=-1,i=e.length;++n<i;)r[n]=Uu(t[e[n]]);return sm(r,e)}function sm(t,e){return r=>{if(!r||typeof r!="object")return!1;switch(r.constructor){case Array:return CH(t,r);case Map:case y1.MapRow:case y1.StructRow:return v1(t,r,r.keys());case Object:case void 0:return v1(t,r,e||Object.keys(r))}return r instanceof g1.Vector?WH(t,r):!1}}function CH(t,e){let r=t.length;if(e.length!==r)return!1;for(let n=-1;++n<r;)if(!t[n](e[n]))return!1;return!0}function WH(t,e){let r=t.length;if(e.length!==r)return!1;for(let n=-1;++n<r;)if(!t[n](e.get(n)))return!1;return!0}function v1(t,e,r){let n=r[Symbol.iterator](),i=e instanceof Map?e.keys():Object.keys(e)[Symbol.iterator](),o=e instanceof Map?e.values():Object.values(e)[Symbol.iterator](),f=0,s=t.length,u=o.next(),l=n.next(),c=i.next();for(;f<s&&!l.done&&!c.done&&!u.done&&!(l.value!==c.value||!t[f](u.value));++f,l=n.next(),c=i.next(),u=o.next());return f===s&&l.done&&c.done&&u.done?!0:(n.return&&n.return(),i.return&&i.return(),o.return&&o.return(),!1)}});var ha=k(Ur=>{"use strict";Object.defineProperty(Ur,"__esModule",{value:!0});Ur.selectColumnChildrenArgs=Ur.selectVectorChildrenArgs=Ur.selectChunkArgs=Ur.selectFieldArgs=Ur.selectColumnArgs=Ur.selectArgs=void 0;var T1=Un(),k1=nr(),Xo=ba(),Lu=Ht(),B1=rt(),KH=ef(),$o=Array.isArray;Ur.selectArgs=(t,e)=>am(t,e,[],0);Ur.selectColumnArgs=t=>{let[e,r]=My(t,[[],[]]);return r.map((n,i)=>n instanceof Xo.Column?Xo.Column.new(n.field.clone(e[i]),n):n instanceof Lu.Vector?Xo.Column.new(e[i],n):Xo.Column.new(e[i],[]))};Ur.selectFieldArgs=t=>My(t,[[],[]]);Ur.selectChunkArgs=(t,e)=>Hy(t,e,[],0);Ur.selectVectorChildrenArgs=(t,e)=>I1(t,e,[],0);Ur.selectColumnChildrenArgs=(t,e)=>x1(t,e,[],0);function am(t,e,r,n){let i,o=n,f=-1,s=e.length;for(;++f<s;)$o(i=e[f])?o=am(t,i,r,o).length:i instanceof t&&(r[o++]=i);return r}function Hy(t,e,r,n){let i,o=n,f=-1,s=e.length;for(;++f<s;)$o(i=e[f])?o=Hy(t,i,r,o).length:i instanceof KH.Chunked?o=Hy(t,i.chunks,r,o).length:i instanceof t&&(r[o++]=i);return r}function I1(t,e,r,n){let i,o=n,f=-1,s=e.length;for(;++f<s;)$o(i=e[f])?o=I1(t,i,r,o).length:i instanceof t?o=am(Lu.Vector,i.schema.fields.map((u,l)=>i.getChildAt(l)),r,o).length:i instanceof Lu.Vector&&(r[o++]=i);return r}function x1(t,e,r,n){let i,o=n,f=-1,s=e.length;for(;++f<s;)$o(i=e[f])?o=x1(t,i,r,o).length:i instanceof t?o=am(Xo.Column,i.schema.fields.map((u,l)=>Xo.Column.new(u,i.getChildAt(l))),r,o).length:i instanceof Xo.Column&&(r[o++]=i);return r}var YH=(t,[e,r],n)=>(t[0][n]=e,t[1][n]=r,t);function My(t,e){let r,n;switch(n=t.length){case 0:return e;case 1:if(r=e[0],!t[0])return e;if($o(t[0]))return My(t[0],e);t[0]instanceof T1.Data||t[0]instanceof Lu.Vector||t[0]instanceof B1.DataType||([r,t]=Object.entries(t[0]).reduce(YH,e));break;default:$o(r=t[n-1])?t=$o(t[0])?t[0]:t.slice(0,n-1):(t=$o(t[0])?t[0]:t,r=[])}let i=-1,o=-1,f=-1,s=t.length,u,l,[c,w]=e;for(;++f<s;)l=t[f],l instanceof Xo.Column&&(w[++o]=l)?c[++i]=l.field.clone(r[f],l.type,!0):({[f]:u=f}=r,l instanceof B1.DataType&&(w[++o]=l)?c[++i]=k1.Field.new(u,l,!0):l&&l.type&&(w[++o]=l)&&(l instanceof T1.Data&&(w[o]=l=Lu.Vector.new(l)),c[++i]=k1.Field.new(u,l.type,!0)));return e}});var ef=k(lm=>{"use strict";Object.defineProperty(lm,"__esModule",{value:!0});lm.Chunked=void 0;var GH=zu(),S1=rt(),JH=ha(),E1=Ht(),A1=class{constructor(e){this.chunks=e,this.chunkIndex=0,this.chunkIterator=this.getChunkIterator()}next(){for(;this.chunkIndex<this.chunks.length;){let e=this.chunkIterator.next();if(!e.done)return e;++this.chunkIndex<this.chunks.length&&(this.chunkIterator=this.getChunkIterator())}return{done:!0,value:null}}getChunkIterator(){return this.chunks[this.chunkIndex][Symbol.iterator]()}[Symbol.iterator](){return this}},io=class extends E1.AbstractVector{constructor(e,r=[],n=ZH(r)){super();this._nullCount=-1,this._type=e,this._chunks=r,this._chunkOffsets=n,this._length=n[n.length-1],this._numChildren=(this._type.children||[]).length}static flatten(...e){return JH.selectChunkArgs(E1.Vector,e)}static concat(...e){let r=io.flatten(...e);return new io(r[0].type,r)}get type(){return this._type}get length(){return this._length}get chunks(){return this._chunks}get typeId(){return this._type.typeId}get VectorName(){return`Chunked<${this._type}>`}get data(){return this._chunks[0]?this._chunks[0].data:null}get ArrayType(){return this._type.ArrayType}get numChildren(){return this._numChildren}get stride(){return this._chunks[0]?this._chunks[0].stride:1}get byteLength(){return this._chunks.reduce((e,r)=>e+r.byteLength,0)}get nullCount(){let e=this._nullCount;return e<0&&(this._nullCount=e=this._chunks.reduce((r,{nullCount:n})=>r+n,0)),e}get indices(){if(S1.DataType.isDictionary(this._type)){if(!this._indices){let e=this._chunks;this._indices=e.length===1?e[0].indices:io.concat(...e.map(r=>r.indices))}return this._indices}return null}get dictionary(){return S1.DataType.isDictionary(this._type)?this._chunks[this._chunks.length-1].data.dictionary:null}[Symbol.iterator](){return new A1(this._chunks)}clone(e=this._chunks){return new io(this._type,e)}concat(...e){return this.clone(io.flatten(this,...e))}slice(e,r){return GH.clampRange(this,e,r,this._sliceInternal)}getChildAt(e){if(e<0||e>=this._numChildren)return null;let r=this._children||(this._children=[]),n,i,o;return(n=r[e])?n:(i=(this._type.children||[])[e])&&(o=this._chunks.map(f=>f.getChildAt(e)).filter(f=>f!=null),o.length>0)?r[e]=new io(i.type,o):null}search(e,r){let n=e,i=this._chunkOffsets,o=i.length-1;if(n<0||n>=i[o])return null;if(o<=1)return r?r(this,0,n):[0,n];let f=0,s=0,u=0;do{if(f+1===o)return r?r(this,f,n-s):[f,n-s];u=f+(o-f)/2|0,n>=i[u]?f=u:o=u}while(n<i[o]&&n>=(s=i[f]));return null}isValid(e){return!!this.search(e,this.isValidInternal)}get(e){return this.search(e,this.getInternal)}set(e,r){this.search(e,({chunks:n},i,o)=>n[i].set(o,r))}indexOf(e,r){return r&&typeof r=="number"?this.search(r,(n,i,o)=>this.indexOfInternal(n,i,o,e)):this.indexOfInternal(this,0,Math.max(0,r||0),e)}toArray(){let{chunks:e}=this,r=e.length,n=this._type.ArrayType;if(r<=0)return new n(0);if(r<=1)return e[0].toArray();let i=0,o=new Array(r);for(let u=-1;++u<r;)i+=(o[u]=e[u].toArray()).length;n!==o[0].constructor&&(n=o[0].constructor);let f=new n(i),s=n===Array?XH:QH;for(let u=-1,l=0;++u<r;)l=s(o[u],f,l);return f}getInternal({_chunks:e},r,n){return e[r].get(n)}isValidInternal({_chunks:e},r,n){return e[r].isValid(n)}indexOfInternal({_chunks:e},r,n,i){let o=r-1,f=e.length,s=n,u=0,l=-1;for(;++o<f;){if(~(l=e[o].indexOf(i,s)))return u+l;s=0,u+=e[o].length}return-1}_sliceInternal(e,r,n){let i=[],{chunks:o,_chunkOffsets:f}=e;for(let s=-1,u=o.length;++s<u;){let l=o[s],c=l.length,w=f[s];if(w>=n)break;if(r>=w+c)continue;if(w>=r&&w+c<=n){i.push(l);continue}let p=Math.max(0,r-w),g=Math.min(n-w,c);i.push(l.slice(p,g))}return e.clone(i)}};lm.Chunked=io;function ZH(t){let e=new Uint32Array((t||[]).length+1),r=e[0]=0,n=e.length;for(let i=0;++i<n;)e[i]=r+=t[i-1].length;return e}var QH=(t,e,r)=>(e.set(t,r),r+t.length),XH=(t,e,r)=>{let n=r;for(let i=-1,o=t.length;++i<o;)e[n++]=t[i];return n}});var ba=k(um=>{"use strict";Object.defineProperty(um,"__esModule",{value:!0});um.Column=void 0;var O1=nr(),F1=Ht(),Uy=ef(),Xf=class extends Uy.Chunked{constructor(e,r=[],n){r=Uy.Chunked.flatten(...r);super(e.type,r,n);if(this._field=e,r.length===1&&!(this instanceof zy))return new zy(e,r[0],this._chunkOffsets)}static new(...e){let[r,n,...i]=e;typeof r!="string"&&!(r instanceof O1.Field)&&(n=r,r="");let o=Uy.Chunked.flatten(Array.isArray(n)?[...n,...i]:n instanceof F1.Vector?[n,...i]:[F1.Vector.new(n,...i)]);if(typeof r=="string"){let f=o[0].data.type;r=new O1.Field(r,f,!0)}else!r.nullable&&o.some(({nullCount:f})=>f>0)&&(r=r.clone({nullable:!0}));return new Xf(r,o)}get field(){return this._field}get name(){return this._field.name}get nullable(){return this._field.nullable}get metadata(){return this._field.metadata}clone(e=this._chunks){return new Xf(this._field,e)}getChildAt(e){if(e<0||e>=this.numChildren)return null;let r=this._children||(this._children=[]),n,i,o;return(n=r[e])?n:(i=(this.type.children||[])[e])&&(o=this._chunks.map(f=>f.getChildAt(e)).filter(f=>f!=null),o.length>0)?r[e]=new Xf(i,o):null}};um.Column=Xf;var zy=class extends Xf{constructor(e,r,n){super(e,[r],n);this._chunk=r}search(e,r){return r?r(this,0,e):[0,e]}isValid(e){return this._chunk.isValid(e)}get(e){return this._chunk.get(e)}set(e,r){this._chunk.set(e,r)}indexOf(e,r){return this._chunk.indexOf(e,r)}}});var D1=k(ga=>{"use strict";Object.defineProperty(ga,"__esModule",{value:!0});ga.instance=ga.TypeAssembler=void 0;var $H=Ji(),e3=$H.flatbuffers.Long,t3=ur(),ae=Ho(),Ly=class extends t3.Visitor{visit(e,r){return e==null||r==null?void 0:super.visit(e,r)}visitNull(e,r){return ae.Null.startNull(r),ae.Null.endNull(r)}visitInt(e,r){return ae.Int.startInt(r),ae.Int.addBitWidth(r,e.bitWidth),ae.Int.addIsSigned(r,e.isSigned),ae.Int.endInt(r)}visitFloat(e,r){return ae.FloatingPoint.startFloatingPoint(r),ae.FloatingPoint.addPrecision(r,e.precision),ae.FloatingPoint.endFloatingPoint(r)}visitBinary(e,r){return ae.Binary.startBinary(r),ae.Binary.endBinary(r)}visitBool(e,r){return ae.Bool.startBool(r),ae.Bool.endBool(r)}visitUtf8(e,r){return ae.Utf8.startUtf8(r),ae.Utf8.endUtf8(r)}visitDecimal(e,r){return ae.Decimal.startDecimal(r),ae.Decimal.addScale(r,e.scale),ae.Decimal.addPrecision(r,e.precision),ae.Decimal.endDecimal(r)}visitDate(e,r){return ae.Date.startDate(r),ae.Date.addUnit(r,e.unit),ae.Date.endDate(r)}visitTime(e,r){return ae.Time.startTime(r),ae.Time.addUnit(r,e.unit),ae.Time.addBitWidth(r,e.bitWidth),ae.Time.endTime(r)}visitTimestamp(e,r){let n=e.timezone&&r.createString(e.timezone)||void 0;return ae.Timestamp.startTimestamp(r),ae.Timestamp.addUnit(r,e.unit),n!==void 0&&ae.Timestamp.addTimezone(r,n),ae.Timestamp.endTimestamp(r)}visitInterval(e,r){return ae.Interval.startInterval(r),ae.Interval.addUnit(r,e.unit),ae.Interval.endInterval(r)}visitList(e,r){return ae.List.startList(r),ae.List.endList(r)}visitStruct(e,r){return ae.Struct_.startStruct_(r),ae.Struct_.endStruct_(r)}visitUnion(e,r){ae.Union.startTypeIdsVector(r,e.typeIds.length);let n=ae.Union.createTypeIdsVector(r,e.typeIds);return ae.Union.startUnion(r),ae.Union.addMode(r,e.mode),ae.Union.addTypeIds(r,n),ae.Union.endUnion(r)}visitDictionary(e,r){let n=this.visit(e.indices,r);return ae.DictionaryEncoding.startDictionaryEncoding(r),ae.DictionaryEncoding.addId(r,new e3(e.id,0)),ae.DictionaryEncoding.addIsOrdered(r,e.isOrdered),n!==void 0&&ae.DictionaryEncoding.addIndexType(r,n),ae.DictionaryEncoding.endDictionaryEncoding(r)}visitFixedSizeBinary(e,r){return ae.FixedSizeBinary.startFixedSizeBinary(r),ae.FixedSizeBinary.addByteWidth(r,e.byteWidth),ae.FixedSizeBinary.endFixedSizeBinary(r)}visitFixedSizeList(e,r){return ae.FixedSizeList.startFixedSizeList(r),ae.FixedSizeList.addListSize(r,e.listSize),ae.FixedSizeList.endFixedSizeList(r)}visitMap(e,r){return ae.Map.startMap(r),ae.Map.addKeysSorted(r,e.keysSorted),ae.Map.endMap(r)}};ga.TypeAssembler=Ly;ga.instance=new Ly});var z1=k(yi=>{"use strict";Object.defineProperty(yi,"__esModule",{value:!0});yi.fieldFromJSON=yi.dictionaryBatchFromJSON=yi.recordBatchFromJSON=yi.schemaFromJSON=void 0;var ya=nr(),qt=rt(),$f=es(),ja=ht();function r3(t,e=new Map){return new ya.Schema(i3(t,e),cm(t.customMetadata),e)}yi.schemaFromJSON=r3;function N1(t){return new $f.RecordBatch(t.count,R1(t.columns),H1(t.columns))}yi.recordBatchFromJSON=N1;function n3(t){return new $f.DictionaryBatch(N1(t.data),t.id,t.isDelta)}yi.dictionaryBatchFromJSON=n3;function i3(t,e){return(t.fields||[]).filter(Boolean).map(r=>ya.Field.fromJSON(r,e))}function P1(t,e){return(t.children||[]).filter(Boolean).map(r=>ya.Field.fromJSON(r,e))}function R1(t){return(t||[]).reduce((e,r)=>[...e,new $f.FieldNode(r.count,o3(r.VALIDITY)),...R1(r.children)],[])}function H1(t,e=[]){for(let r=-1,n=(t||[]).length;++r<n;){let i=t[r];i.VALIDITY&&e.push(new $f.BufferRegion(e.length,i.VALIDITY.length)),i.TYPE&&e.push(new $f.BufferRegion(e.length,i.TYPE.length)),i.OFFSET&&e.push(new $f.BufferRegion(e.length,i.OFFSET.length)),i.DATA&&e.push(new $f.BufferRegion(e.length,i.DATA.length)),e=H1(i.children,e)}return e}function o3(t){return(t||[]).reduce((e,r)=>e+ +(r===0),0)}function f3(t,e){let r,n,i,o,f,s;return!e||!(o=t.dictionary)?(f=U1(t,P1(t,e)),i=new ya.Field(t.name,f,t.nullable,cm(t.customMetadata))):e.has(r=o.id)?(n=(n=o.indexType)?M1(n):new qt.Int32,s=new qt.Dictionary(e.get(r),n,r,o.isOrdered),i=new ya.Field(t.name,s,t.nullable,cm(t.customMetadata))):(n=(n=o.indexType)?M1(n):new qt.Int32,e.set(r,f=U1(t,P1(t,e))),s=new qt.Dictionary(f,n,r,o.isOrdered),i=new ya.Field(t.name,s,t.nullable,cm(t.customMetadata))),i||null}yi.fieldFromJSON=f3;function cm(t){return new Map(Object.entries(t||{}))}function M1(t){return new qt.Int(t.isSigned,t.bitWidth)}function U1(t,e){let r=t.type.name;switch(r){case"NONE":return new qt.Null;case"null":return new qt.Null;case"binary":return new qt.Binary;case"utf8":return new qt.Utf8;case"bool":return new qt.Bool;case"list":return new qt.List((e||[])[0]);case"struct":return new qt.Struct(e||[]);case"struct_":return new qt.Struct(e||[])}switch(r){case"int":{let n=t.type;return new qt.Int(n.isSigned,n.bitWidth)}case"floatingpoint":{let n=t.type;return new qt.Float(ja.Precision[n.precision])}case"decimal":{let n=t.type;return new qt.Decimal(n.scale,n.precision)}case"date":{let n=t.type;return new qt.Date_(ja.DateUnit[n.unit])}case"time":{let n=t.type;return new qt.Time(ja.TimeUnit[n.unit],n.bitWidth)}case"timestamp":{let n=t.type;return new qt.Timestamp(ja.TimeUnit[n.unit],n.timezone)}case"interval":{let n=t.type;return new qt.Interval(ja.IntervalUnit[n.unit])}case"union":{let n=t.type;return new qt.Union(ja.UnionMode[n.mode],n.typeIds||[],e||[])}case"fixedsizebinary":{let n=t.type;return new qt.FixedSizeBinary(n.byteWidth)}case"fixedsizelist":{let n=t.type;return new qt.FixedSizeList(n.listSize,(e||[])[0])}case"map":{let n=t.type;return new qt.Map_((e||[])[0],n.keysSorted)}}throw new Error(`Unrecognized type: "${r}"`)}});var es=k(vn=>{"use strict";Object.defineProperty(vn,"__esModule",{value:!0});vn.FieldNode=vn.BufferRegion=vn.DictionaryBatch=vn.RecordBatch=vn.Message=void 0;var Vy=Ji(),fe=Ho(),vt=wd(),ir=nr(),s3=Qt(),At=ht(),Cy=D1(),pm=z1(),ts=Vy.flatbuffers.Long,a3=Vy.flatbuffers.Builder,l3=Vy.flatbuffers.ByteBuffer,_t=rt(),tf=class{constructor(e,r,n,i){this._version=r,this._headerType=n,this.body=new Uint8Array(0),i&&(this._createHeader=()=>i),this._bodyLength=typeof e=="number"?e:e.low}static fromJSON(e,r){let n=new tf(0,At.MetadataVersion.V4,r);return n._createHeader=u3(e,r),n}static decode(e){e=new l3(s3.toUint8Array(e));let r=vt.Message.getRootAsMessage(e),n=r.bodyLength(),i=r.version(),o=r.headerType(),f=new tf(n,i,o);return f._createHeader=c3(r,o),f}static encode(e){let r=new a3,n=-1;return e.isSchema()?n=ir.Schema.encode(r,e.header()):e.isRecordBatch()?n=_n.encode(r,e.header()):e.isDictionaryBatch()&&(n=ji.encode(r,e.header())),vt.Message.startMessage(r),vt.Message.addVersion(r,At.MetadataVersion.V4),vt.Message.addHeader(r,n),vt.Message.addHeaderType(r,e.headerType),vt.Message.addBodyLength(r,new ts(e.bodyLength,0)),vt.Message.finishMessageBuffer(r,vt.Message.endMessage(r)),r.asUint8Array()}static from(e,r=0){if(e instanceof ir.Schema)return new tf(0,At.MetadataVersion.V4,At.MessageHeader.Schema,e);if(e instanceof _n)return new tf(r,At.MetadataVersion.V4,At.MessageHeader.RecordBatch,e);if(e instanceof ji)return new tf(r,At.MetadataVersion.V4,At.MessageHeader.DictionaryBatch,e);throw new Error(`Unrecognized Message header: ${e}`)}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===At.MessageHeader.Schema}isRecordBatch(){return this.headerType===At.MessageHeader.RecordBatch}isDictionaryBatch(){return this.headerType===At.MessageHeader.DictionaryBatch}};vn.Message=tf;var _n=class{constructor(e,r,n){this._nodes=r,this._buffers=n,this._length=typeof e=="number"?e:e.low}get nodes(){return this._nodes}get length(){return this._length}get buffers(){return this._buffers}};vn.RecordBatch=_n;var ji=class{constructor(e,r,n=!1){this._data=e,this._isDelta=n,this._id=typeof r=="number"?r:r.low}get id(){return this._id}get data(){return this._data}get isDelta(){return this._isDelta}get length(){return this.data.length}get nodes(){return this.data.nodes}get buffers(){return this.data.buffers}};vn.DictionaryBatch=ji;var rs=class{constructor(e,r){this.offset=typeof e=="number"?e:e.low,this.length=typeof r=="number"?r:r.low}};vn.BufferRegion=rs;var ns=class{constructor(e,r){this.length=typeof e=="number"?e:e.low,this.nullCount=typeof r=="number"?r:r.low}};vn.FieldNode=ns;function u3(t,e){return()=>{switch(e){case At.MessageHeader.Schema:return ir.Schema.fromJSON(t);case At.MessageHeader.RecordBatch:return _n.fromJSON(t);case At.MessageHeader.DictionaryBatch:return ji.fromJSON(t)}throw new Error(`Unrecognized Message type: { name: ${At.MessageHeader[e]}, type: ${e} }`)}}function c3(t,e){return()=>{switch(e){case At.MessageHeader.Schema:return ir.Schema.decode(t.header(new fe.Schema));case At.MessageHeader.RecordBatch:return _n.decode(t.header(new vt.RecordBatch),t.version());case At.MessageHeader.DictionaryBatch:return ji.decode(t.header(new vt.DictionaryBatch),t.version())}throw new Error(`Unrecognized Message type: { name: ${At.MessageHeader[e]}, type: ${e} }`)}}ir.Field.encode=_3;ir.Field.decode=j3;ir.Field.fromJSON=pm.fieldFromJSON;ir.Schema.encode=q3;ir.Schema.decode=p3;ir.Schema.fromJSON=pm.schemaFromJSON;_n.encode=v3;_n.decode=d3;_n.fromJSON=pm.recordBatchFromJSON;ji.encode=T3;ji.decode=m3;ji.fromJSON=pm.dictionaryBatchFromJSON;ns.encode=k3;ns.decode=h3;rs.encode=B3;rs.decode=w3;function p3(t,e=new Map){let r=y3(t,e);return new ir.Schema(r,dm(t),e)}function d3(t,e=At.MetadataVersion.V4){return new _n(t.length(),b3(t),g3(t,e))}function m3(t,e=At.MetadataVersion.V4){return new ji(_n.decode(t.data(),e),t.id(),t.isDelta())}function w3(t){return new rs(t.offset(),t.length())}function h3(t){return new ns(t.length(),t.nullCount())}function b3(t){let e=[];for(let r,n=-1,i=-1,o=t.nodesLength();++n<o;)(r=t.nodes(n))&&(e[++i]=ns.decode(r));return e}function g3(t,e){let r=[];for(let n,i=-1,o=-1,f=t.buffersLength();++i<f;)(n=t.buffers(i))&&(e<At.MetadataVersion.V4&&(n.bb_pos+=8*(i+1)),r[++o]=rs.decode(n));return r}function y3(t,e){let r=[];for(let n,i=-1,o=-1,f=t.fieldsLength();++i<f;)(n=t.fields(i))&&(r[++o]=ir.Field.decode(n,e));return r}function L1(t,e){let r=[];for(let n,i=-1,o=-1,f=t.childrenLength();++i<f;)(n=t.children(i))&&(r[++o]=ir.Field.decode(n,e));return r}function j3(t,e){let r,n,i,o,f,s;return!e||!(s=t.dictionary())?(i=C1(t,L1(t,e)),n=new ir.Field(t.name(),i,t.nullable(),dm(t))):e.has(r=s.id().low)?(o=(o=s.indexType())?V1(o):new _t.Int32,f=new _t.Dictionary(e.get(r),o,r,s.isOrdered()),n=new ir.Field(t.name(),f,t.nullable(),dm(t))):(o=(o=s.indexType())?V1(o):new _t.Int32,e.set(r,i=C1(t,L1(t,e))),f=new _t.Dictionary(i,o,r,s.isOrdered()),n=new ir.Field(t.name(),f,t.nullable(),dm(t))),n||null}function dm(t){let e=new Map;if(t)for(let r,n,i=-1,o=t.customMetadataLength()|0;++i<o;)(r=t.customMetadata(i))&&(n=r.key())!=null&&e.set(n,r.value());return e}function V1(t){return new _t.Int(t.isSigned(),t.bitWidth())}function C1(t,e){let r=t.typeType();switch(r){case fe.Type.NONE:return new _t.Null;case fe.Type.Null:return new _t.Null;case fe.Type.Binary:return new _t.Binary;case fe.Type.Utf8:return new _t.Utf8;case fe.Type.Bool:return new _t.Bool;case fe.Type.List:return new _t.List((e||[])[0]);case fe.Type.Struct_:return new _t.Struct(e||[])}switch(r){case fe.Type.Int:{let n=t.type(new fe.Int);return new _t.Int(n.isSigned(),n.bitWidth())}case fe.Type.FloatingPoint:{let n=t.type(new fe.FloatingPoint);return new _t.Float(n.precision())}case fe.Type.Decimal:{let n=t.type(new fe.Decimal);return new _t.Decimal(n.scale(),n.precision())}case fe.Type.Date:{let n=t.type(new fe.Date);return new _t.Date_(n.unit())}case fe.Type.Time:{let n=t.type(new fe.Time);return new _t.Time(n.unit(),n.bitWidth())}case fe.Type.Timestamp:{let n=t.type(new fe.Timestamp);return new _t.Timestamp(n.unit(),n.timezone())}case fe.Type.Interval:{let n=t.type(new fe.Interval);return new _t.Interval(n.unit())}case fe.Type.Union:{let n=t.type(new fe.Union);return new _t.Union(n.mode(),n.typeIdsArray()||[],e||[])}case fe.Type.FixedSizeBinary:{let n=t.type(new fe.FixedSizeBinary);return new _t.FixedSizeBinary(n.byteWidth())}case fe.Type.FixedSizeList:{let n=t.type(new fe.FixedSizeList);return new _t.FixedSizeList(n.listSize(),(e||[])[0])}case fe.Type.Map:{let n=t.type(new fe.Map);return new _t.Map_((e||[])[0],n.keysSorted())}}throw new Error(`Unrecognized type: "${fe.Type[r]}" (${r})`)}function q3(t,e){let r=e.fields.map(o=>ir.Field.encode(t,o));fe.Schema.startFieldsVector(t,r.length);let n=fe.Schema.createFieldsVector(t,r),i=e.metadata&&e.metadata.size>0?fe.Schema.createCustomMetadataVector(t,[...e.metadata].map(([o,f])=>{let s=t.createString(`${o}`),u=t.createString(`${f}`);return fe.KeyValue.startKeyValue(t),fe.KeyValue.addKey(t,s),fe.KeyValue.addValue(t,u),fe.KeyValue.endKeyValue(t)})):-1;return fe.Schema.startSchema(t),fe.Schema.addFields(t,n),fe.Schema.addEndianness(t,I3?fe.Endianness.Little:fe.Endianness.Big),i!==-1&&fe.Schema.addCustomMetadata(t,i),fe.Schema.endSchema(t)}function _3(t,e){let r=-1,n=-1,i=-1,o=e.type,f=e.typeId;_t.DataType.isDictionary(o)?(f=o.dictionary.typeId,i=Cy.instance.visit(o,t),n=Cy.instance.visit(o.dictionary,t)):n=Cy.instance.visit(o,t);let s=(o.children||[]).map(c=>ir.Field.encode(t,c)),u=fe.Field.createChildrenVector(t,s),l=e.metadata&&e.metadata.size>0?fe.Field.createCustomMetadataVector(t,[...e.metadata].map(([c,w])=>{let p=t.createString(`${c}`),g=t.createString(`${w}`);return fe.KeyValue.startKeyValue(t),fe.KeyValue.addKey(t,p),fe.KeyValue.addValue(t,g),fe.KeyValue.endKeyValue(t)})):-1;return e.name&&(r=t.createString(e.name)),fe.Field.startField(t),fe.Field.addType(t,n),fe.Field.addTypeType(t,f),fe.Field.addChildren(t,u),fe.Field.addNullable(t,!!e.nullable),r!==-1&&fe.Field.addName(t,r),i!==-1&&fe.Field.addDictionary(t,i),l!==-1&&fe.Field.addCustomMetadata(t,l),fe.Field.endField(t)}function v3(t,e){let r=e.nodes||[],n=e.buffers||[];vt.RecordBatch.startNodesVector(t,r.length),r.slice().reverse().forEach(f=>ns.encode(t,f));let i=t.endVector();vt.RecordBatch.startBuffersVector(t,n.length),n.slice().reverse().forEach(f=>rs.encode(t,f));let o=t.endVector();return vt.RecordBatch.startRecordBatch(t),vt.RecordBatch.addLength(t,new ts(e.length,0)),vt.RecordBatch.addNodes(t,i),vt.RecordBatch.addBuffers(t,o),vt.RecordBatch.endRecordBatch(t)}function T3(t,e){let r=_n.encode(t,e.data);return vt.DictionaryBatch.startDictionaryBatch(t),vt.DictionaryBatch.addId(t,new ts(e.id,0)),vt.DictionaryBatch.addIsDelta(t,e.isDelta),vt.DictionaryBatch.addData(t,r),vt.DictionaryBatch.endDictionaryBatch(t)}function k3(t,e){return vt.FieldNode.createFieldNode(t,new ts(e.length,0),new ts(e.nullCount,0))}function B3(t,e){return fe.Buffer.createBuffer(t,new ts(e.offset,0),new ts(e.length,0))}var I3=function(){let t=new ArrayBuffer(2);return new DataView(t).setInt16(0,256,!0),new Int16Array(t)[0]===256}()});var wm=k(Ye=>{"use strict";Object.defineProperty(Ye,"__esModule",{value:!0});Ye.magicX2AndPadding=Ye.magicAndPadding=Ye.magicLength=Ye.checkForMagicArrowString=Ye.MAGIC=Ye.MAGIC_STR=Ye.PADDING=Ye.JSONMessageReader=Ye.AsyncMessageReader=Ye.MessageReader=void 0;var rf=ht(),x3=Ji(),W1=x3.flatbuffers.ByteBuffer,Vu=es(),S3=br(),E3=Fy(),K1=Qt(),mm=Zo(),Cn=Ws(),Wy=t=>`Expected ${rf.MessageHeader[t]} Message in stream, but was null or length 0.`,Ky=t=>`Header pointer of flatbuffer-encoded ${rf.MessageHeader[t]} Message is null or length 0.`,Y1=(t,e)=>`Expected to read ${t} metadata bytes, but only read ${e}.`,G1=(t,e)=>`Expected to read ${t} bytes for message body, but only read ${e}.`,Yy=class{constructor(e){this.source=e instanceof mm.ByteStream?e:new mm.ByteStream(e)}[Symbol.iterator](){return this}next(){let e;return(e=this.readMetadataLength()).done||e.value===-1&&(e=this.readMetadataLength()).done||(e=this.readMetadata(e.value)).done?Cn.ITERATOR_DONE:e}throw(e){return this.source.throw(e)}return(e){return this.source.return(e)}readMessage(e){let r;if((r=this.next()).done)return null;if(e!=null&&r.value.headerType!==e)throw new Error(Wy(e));return r.value}readMessageBody(e){if(e<=0)return new Uint8Array(0);let r=K1.toUint8Array(this.source.read(e));if(r.byteLength<e)throw new Error(G1(e,r.byteLength));return r.byteOffset%8==0&&r.byteOffset+r.byteLength<=r.buffer.byteLength?r:r.slice()}readSchema(e=!1){let r=rf.MessageHeader.Schema,n=this.readMessage(r),i=n&&n.header();if(e&&!i)throw new Error(Ky(r));return i}readMetadataLength(){let e=this.source.read(Ye.PADDING),r=e&&new W1(e),n=r&&r.readInt32(0)||0;return{done:n===0,value:n}}readMetadata(e){let r=this.source.read(e);if(!r)return Cn.ITERATOR_DONE;if(r.byteLength<e)throw new Error(Y1(e,r.byteLength));return{done:!1,value:Vu.Message.decode(r)}}};Ye.MessageReader=Yy;var J1=class{constructor(e,r){this.source=e instanceof mm.AsyncByteStream?e:S3.isFileHandle(e)?new E3.AsyncRandomAccessFile(e,r):new mm.AsyncByteStream(e)}[Symbol.asyncIterator](){return this}async next(){let e;return(e=await this.readMetadataLength()).done||e.value===-1&&(e=await this.readMetadataLength()).done||(e=await this.readMetadata(e.value)).done?Cn.ITERATOR_DONE:e}async throw(e){return await this.source.throw(e)}async return(e){return await this.source.return(e)}async readMessage(e){let r;if((r=await this.next()).done)return null;if(e!=null&&r.value.headerType!==e)throw new Error(Wy(e));return r.value}async readMessageBody(e){if(e<=0)return new Uint8Array(0);let r=K1.toUint8Array(await this.source.read(e));if(r.byteLength<e)throw new Error(G1(e,r.byteLength));return r.byteOffset%8==0&&r.byteOffset+r.byteLength<=r.buffer.byteLength?r:r.slice()}async readSchema(e=!1){let r=rf.MessageHeader.Schema,n=await this.readMessage(r),i=n&&n.header();if(e&&!i)throw new Error(Ky(r));return i}async readMetadataLength(){let e=await this.source.read(Ye.PADDING),r=e&&new W1(e),n=r&&r.readInt32(0)||0;return{done:n===0,value:n}}async readMetadata(e){let r=await this.source.read(e);if(!r)return Cn.ITERATOR_DONE;if(r.byteLength<e)throw new Error(Y1(e,r.byteLength));return{done:!1,value:Vu.Message.decode(r)}}};Ye.AsyncMessageReader=J1;var Z1=class extends Yy{constructor(e){super(new Uint8Array(0));this._schema=!1,this._body=[],this._batchIndex=0,this._dictionaryIndex=0,this._json=e instanceof Cn.ArrowJSON?e:new Cn.ArrowJSON(e)}next(){let{_json:e}=this;if(!this._schema){this._schema=!0;let r=Vu.Message.fromJSON(e.schema,rf.MessageHeader.Schema);return{done:!1,value:r}}if(this._dictionaryIndex<e.dictionaries.length){let r=e.dictionaries[this._dictionaryIndex++];this._body=r.data.columns;let n=Vu.Message.fromJSON(r,rf.MessageHeader.DictionaryBatch);return{done:!1,value:n}}if(this._batchIndex<e.batches.length){let r=e.batches[this._batchIndex++];this._body=r.columns;let n=Vu.Message.fromJSON(r,rf.MessageHeader.RecordBatch);return{done:!1,value:n}}return this._body=[],Cn.ITERATOR_DONE}readMessageBody(e){return r(this._body);function r(n){return(n||[]).reduce((i,o)=>[...i,...o.VALIDITY&&[o.VALIDITY]||[],...o.TYPE&&[o.TYPE]||[],...o.OFFSET&&[o.OFFSET]||[],...o.DATA&&[o.DATA]||[],...r(o.children)],[])}}readMessage(e){let r;if((r=this.next()).done)return null;if(e!=null&&r.value.headerType!==e)throw new Error(Wy(e));return r.value}readSchema(){let e=rf.MessageHeader.Schema,r=this.readMessage(e),n=r&&r.header();if(!r||!n)throw new Error(Ky(e));return n}};Ye.JSONMessageReader=Z1;Ye.PADDING=4;Ye.MAGIC_STR="ARROW1";Ye.MAGIC=new Uint8Array(Ye.MAGIC_STR.length);for(let t=0;t<Ye.MAGIC_STR.length;t+=1|0)Ye.MAGIC[t]=Ye.MAGIC_STR.charCodeAt(t);function A3(t,e=0){for(let r=-1,n=Ye.MAGIC.length;++r<n;)if(Ye.MAGIC[r]!==t[e+r])return!1;return!0}Ye.checkForMagicArrowString=A3;Ye.magicLength=Ye.MAGIC.length;Ye.magicAndPadding=Ye.magicLength+Ye.PADDING;Ye.magicX2AndPadding=Ye.magicLength*2+Ye.PADDING});var Qy=k(Ot=>{"use strict";Object.defineProperty(Ot,"__esModule",{value:!0});Ot.compareTypes=Ot.compareFields=Ot.compareSchemas=Ot.instance=Ot.TypeComparator=void 0;var O3=ur(),ye=class extends O3.Visitor{compareSchemas(e,r){return e===r||r instanceof e.constructor&&this.compareManyFields(e.fields,r.fields)}compareManyFields(e,r){return e===r||Array.isArray(e)&&Array.isArray(r)&&e.length===r.length&&e.every((n,i)=>this.compareFields(n,r[i]))}compareFields(e,r){return e===r||r instanceof e.constructor&&e.name===r.name&&e.nullable===r.nullable&&this.visit(e.type,r.type)}};Ot.TypeComparator=ye;function zr(t,e){return e instanceof t.constructor}function Cu(t,e){return t===e||zr(t,e)}function oo(t,e){return t===e||zr(t,e)&&t.bitWidth===e.bitWidth&&t.isSigned===e.isSigned}function hm(t,e){return t===e||zr(t,e)&&t.precision===e.precision}function F3(t,e){return t===e||zr(t,e)&&t.byteWidth===e.byteWidth}function Gy(t,e){return t===e||zr(t,e)&&t.unit===e.unit}function Wu(t,e){return t===e||zr(t,e)&&t.unit===e.unit&&t.timezone===e.timezone}function Ku(t,e){return t===e||zr(t,e)&&t.unit===e.unit&&t.bitWidth===e.bitWidth}function D3(t,e){return t===e||zr(t,e)&&t.children.length===e.children.length&&Ot.instance.compareManyFields(t.children,e.children)}function N3(t,e){return t===e||zr(t,e)&&t.children.length===e.children.length&&Ot.instance.compareManyFields(t.children,e.children)}function Jy(t,e){return t===e||zr(t,e)&&t.mode===e.mode&&t.typeIds.every((r,n)=>r===e.typeIds[n])&&Ot.instance.compareManyFields(t.children,e.children)}function P3(t,e){return t===e||zr(t,e)&&t.id===e.id&&t.isOrdered===e.isOrdered&&Ot.instance.visit(t.indices,e.indices)&&Ot.instance.visit(t.dictionary,e.dictionary)}function Zy(t,e){return t===e||zr(t,e)&&t.unit===e.unit}function R3(t,e){return t===e||zr(t,e)&&t.listSize===e.listSize&&t.children.length===e.children.length&&Ot.instance.compareManyFields(t.children,e.children)}function H3(t,e){return t===e||zr(t,e)&&t.keysSorted===e.keysSorted&&t.children.length===e.children.length&&Ot.instance.compareManyFields(t.children,e.children)}ye.prototype.visitNull=Cu;ye.prototype.visitBool=Cu;ye.prototype.visitInt=oo;ye.prototype.visitInt8=oo;ye.prototype.visitInt16=oo;ye.prototype.visitInt32=oo;ye.prototype.visitInt64=oo;ye.prototype.visitUint8=oo;ye.prototype.visitUint16=oo;ye.prototype.visitUint32=oo;ye.prototype.visitUint64=oo;ye.prototype.visitFloat=hm;ye.prototype.visitFloat16=hm;ye.prototype.visitFloat32=hm;ye.prototype.visitFloat64=hm;ye.prototype.visitUtf8=Cu;ye.prototype.visitBinary=Cu;ye.prototype.visitFixedSizeBinary=F3;ye.prototype.visitDate=Gy;ye.prototype.visitDateDay=Gy;ye.prototype.visitDateMillisecond=Gy;ye.prototype.visitTimestamp=Wu;ye.prototype.visitTimestampSecond=Wu;ye.prototype.visitTimestampMillisecond=Wu;ye.prototype.visitTimestampMicrosecond=Wu;ye.prototype.visitTimestampNanosecond=Wu;ye.prototype.visitTime=Ku;ye.prototype.visitTimeSecond=Ku;ye.prototype.visitTimeMillisecond=Ku;ye.prototype.visitTimeMicrosecond=Ku;ye.prototype.visitTimeNanosecond=Ku;ye.prototype.visitDecimal=Cu;ye.prototype.visitList=D3;ye.prototype.visitStruct=N3;ye.prototype.visitUnion=Jy;ye.prototype.visitDenseUnion=Jy;ye.prototype.visitSparseUnion=Jy;ye.prototype.visitDictionary=P3;ye.prototype.visitInterval=Zy;ye.prototype.visitIntervalDayTime=Zy;ye.prototype.visitIntervalYearMonth=Zy;ye.prototype.visitFixedSizeList=R3;ye.prototype.visitMap=H3;Ot.instance=new ye;function M3(t,e){return Ot.instance.compareSchemas(t,e)}Ot.compareSchemas=M3;function U3(t,e){return Ot.instance.compareFields(t,e)}Ot.compareFields=U3;function z3(t,e){return Ot.instance.visit(t,e)}Ot.compareTypes=z3});var tx=k(bm=>{"use strict";Object.defineProperty(bm,"__esModule",{value:!0});bm.VectorAssembler=void 0;var L3=ur(),Q1=ht(),V3=fo(),Xy=Qt(),$y=pi(),C3=ha(),X1=es(),$1=rt(),Kt=class extends L3.Visitor{constructor(){super();this._byteLength=0,this._nodes=[],this._buffers=[],this._bufferRegions=[]}static assemble(...e){let r=new Kt,n=C3.selectVectorChildrenArgs(V3.RecordBatch,e),[i=r]=r.visitMany(n);return i}visit(e){if(!$1.DataType.isDictionary(e.type)){let{data:r,length:n,nullCount:i}=e;if(n>2147483647)throw new RangeError("Cannot write arrays larger than 2^31 - 1 in length");$1.DataType.isNull(e.type)||Wn.call(this,i<=0?new Uint8Array(0):$y.truncateBitmap(r.offset,n,r.nullBitmap)),this.nodes.push(new X1.FieldNode(n,i))}return super.visit(e)}visitNull(e){return this}visitDictionary(e){return this.visit(e.indices)}get nodes(){return this._nodes}get buffers(){return this._buffers}get byteLength(){return this._byteLength}get bufferRegions(){return this._bufferRegions}};bm.VectorAssembler=Kt;function Wn(t){let e=t.byteLength+7&~7;return this.buffers.push(t),this.bufferRegions.push(new X1.BufferRegion(this._byteLength,e)),this._byteLength+=e,this}function W3(t){let{type:e,length:r,typeIds:n,valueOffsets:i}=t;if(Wn.call(this,n),e.mode===Q1.UnionMode.Sparse)return tj.call(this,t);if(e.mode===Q1.UnionMode.Dense){if(t.offset<=0)return Wn.call(this,i),tj.call(this,t);{let o=n.reduce((c,w)=>Math.max(c,w),n[0]),f=new Int32Array(o+1),s=new Int32Array(o+1).fill(-1),u=new Int32Array(r),l=Xy.rebaseValueOffsets(-i[0],r,i);for(let c,w,p=-1;++p<r;)(w=s[c=n[p]])===-1&&(w=s[c]=l[c]),u[p]=l[p]-w,++f[c];Wn.call(this,u);for(let c,w=-1,p=e.children.length;++w<p;)if(c=t.getChildAt(w)){let g=e.typeIds[w],T=Math.min(r,f[g]);this.visit(c.slice(s[g],T))}}}return this}function K3(t){let e;return t.nullCount>=t.length?Wn.call(this,new Uint8Array(0)):(e=t.values)instanceof Uint8Array?Wn.call(this,$y.truncateBitmap(t.offset,t.length,e)):Wn.call(this,$y.packBools(t))}function nf(t){return Wn.call(this,t.values.subarray(0,t.length*t.stride))}function ex(t){let{length:e,values:r,valueOffsets:n}=t,i=n[0],o=n[e],f=Math.min(o-i,r.byteLength-i);return Wn.call(this,Xy.rebaseValueOffsets(-n[0],e,n)),Wn.call(this,r.subarray(i,i+f)),this}function ej(t){let{length:e,valueOffsets:r}=t;return r&&Wn.call(this,Xy.rebaseValueOffsets(r[0],e,r)),this.visit(t.getChildAt(0))}function tj(t){return this.visitMany(t.type.children.map((e,r)=>t.getChildAt(r)).filter(Boolean))[0]}Kt.prototype.visitBool=K3;Kt.prototype.visitInt=nf;Kt.prototype.visitFloat=nf;Kt.prototype.visitUtf8=ex;Kt.prototype.visitBinary=ex;Kt.prototype.visitFixedSizeBinary=nf;Kt.prototype.visitDate=nf;Kt.prototype.visitTimestamp=nf;Kt.prototype.visitTime=nf;Kt.prototype.visitDecimal=nf;Kt.prototype.visitList=ej;Kt.prototype.visitStruct=tj;Kt.prototype.visitUnion=W3;Kt.prototype.visitInterval=nf;Kt.prototype.visitFixedSizeList=ej;Kt.prototype.visitMap=ej});var nx=k(gm=>{"use strict";Object.defineProperty(gm,"__esModule",{value:!0});gm.JSONTypeAssembler=void 0;var Y3=ur(),pr=Ho(),qa=ht(),rx=class extends Y3.Visitor{visit(e){return e==null?void 0:super.visit(e)}visitNull({typeId:e}){return{name:pr.Type[e].toLowerCase()}}visitInt({typeId:e,bitWidth:r,isSigned:n}){return{name:pr.Type[e].toLowerCase(),bitWidth:r,isSigned:n}}visitFloat({typeId:e,precision:r}){return{name:pr.Type[e].toLowerCase(),precision:qa.Precision[r]}}visitBinary({typeId:e}){return{name:pr.Type[e].toLowerCase()}}visitBool({typeId:e}){return{name:pr.Type[e].toLowerCase()}}visitUtf8({typeId:e}){return{name:pr.Type[e].toLowerCase()}}visitDecimal({typeId:e,scale:r,precision:n}){return{name:pr.Type[e].toLowerCase(),scale:r,precision:n}}visitDate({typeId:e,unit:r}){return{name:pr.Type[e].toLowerCase(),unit:qa.DateUnit[r]}}visitTime({typeId:e,unit:r,bitWidth:n}){return{name:pr.Type[e].toLowerCase(),unit:qa.TimeUnit[r],bitWidth:n}}visitTimestamp({typeId:e,timezone:r,unit:n}){return{name:pr.Type[e].toLowerCase(),unit:qa.TimeUnit[n],timezone:r}}visitInterval({typeId:e,unit:r}){return{name:pr.Type[e].toLowerCase(),unit:qa.IntervalUnit[r]}}visitList({typeId:e}){return{name:pr.Type[e].toLowerCase()}}visitStruct({typeId:e}){return{name:pr.Type[e].toLowerCase()}}visitUnion({typeId:e,mode:r,typeIds:n}){return{name:pr.Type[e].toLowerCase(),mode:qa.UnionMode[r],typeIds:[...n]}}visitDictionary(e){return this.visit(e.dictionary)}visitFixedSizeBinary({typeId:e,byteWidth:r}){return{name:pr.Type[e].toLowerCase(),byteWidth:r}}visitFixedSizeList({typeId:e,listSize:r}){return{name:pr.Type[e].toLowerCase(),listSize:r}}visitMap({typeId:e,keysSorted:r}){return{name:pr.Type[e].toLowerCase(),keysSorted:r}}};gm.JSONTypeAssembler=rx});var fx=k(qm=>{"use strict";Object.defineProperty(qm,"__esModule",{value:!0});qm.JSONVectorAssembler=void 0;var G3=Fu(),Yu=ba(),J3=Ht(),Z3=ur(),Q3=ht(),X3=fo(),rj=ht(),ym=pi(),$3=ha(),ix=rt(),jm=class extends Z3.Visitor{static assemble(...e){return new jm().visitMany($3.selectColumnChildrenArgs(X3.RecordBatch,e))}visit(e){let{data:r,name:n,length:i}=e,{offset:o,nullCount:f,nullBitmap:s}=r,u=ix.DataType.isDictionary(e.type)?e.type.indices:e.type,l=Object.assign([],r.buffers,{[Q3.BufferType.VALIDITY]:void 0});return{name:n,count:i,VALIDITY:ix.DataType.isNull(u)?void 0:f<=0?Array.from({length:i},()=>1):[...new ym.BitIterator(s,o,i,null,ym.getBit)],...super.visit(J3.Vector.new(r.clone(u,o,i,0,l)))}}visitNull(){return{}}visitBool({values:e,offset:r,length:n}){return{DATA:[...new ym.BitIterator(e,r,n,null,ym.getBool)]}}visitInt(e){return{DATA:e.type.bitWidth<64?[...e.values]:[...Gu(e.values,2)]}}visitFloat(e){return{DATA:[...e.values]}}visitUtf8(e){return{DATA:[...e],OFFSET:[...e.valueOffsets]}}visitBinary(e){return{DATA:[...ox(e)],OFFSET:[...e.valueOffsets]}}visitFixedSizeBinary(e){return{DATA:[...ox(e)]}}visitDate(e){return{DATA:e.type.unit===rj.DateUnit.DAY?[...e.values]:[...Gu(e.values,2)]}}visitTimestamp(e){return{DATA:[...Gu(e.values,2)]}}visitTime(e){return{DATA:e.type.unit<rj.TimeUnit.MICROSECOND?[...e.values]:[...Gu(e.values,2)]}}visitDecimal(e){return{DATA:[...Gu(e.values,4)]}}visitList(e){return{OFFSET:[...e.valueOffsets],children:e.type.children.map((r,n)=>this.visit(new Yu.Column(r,[e.getChildAt(n)])))}}visitStruct(e){return{children:e.type.children.map((r,n)=>this.visit(new Yu.Column(r,[e.getChildAt(n)])))}}visitUnion(e){return{TYPE:[...e.typeIds],OFFSET:e.type.mode===rj.UnionMode.Dense?[...e.valueOffsets]:void 0,children:e.type.children.map((r,n)=>this.visit(new Yu.Column(r,[e.getChildAt(n)])))}}visitInterval(e){return{DATA:[...e.values]}}visitFixedSizeList(e){return{children:e.type.children.map((r,n)=>this.visit(new Yu.Column(r,[e.getChildAt(n)])))}}visitMap(e){return{OFFSET:[...e.valueOffsets],children:e.type.children.map((r,n)=>this.visit(new Yu.Column(r,[e.getChildAt(n)])))}}};qm.JSONVectorAssembler=jm;function*ox(t){for(let e of t)yield e.reduce((r,n)=>`${r}${("0"+(n&255).toString(16)).slice(-2)}`,"").toUpperCase()}function*Gu(t,e){for(let r=-1,n=t.length/e;++r<n;)yield`${G3.BN.new(t.subarray((r+0)*e,(r+1)*e),!1)}`}});var Bm=k(_i=>{"use strict";Object.defineProperty(_i,"__esModule",{value:!0});_i.RecordBatchJSONWriter=_i.RecordBatchFileWriter=_i.RecordBatchStreamWriter=_i.RecordBatchWriter=void 0;var nj=Zu(),eM=wm(),tM=ba(),rM=rt(),nM=nr(),_m=es(),ij=es(),_a=Ey(),oj=ht(),sx=Qy(),fj=Zo(),ax=tx(),iM=nx(),lx=fx(),oM=Qt(),sj=fo(),fM=Ws(),qi=br(),Ju=class extends fM.ReadableInterop{constructor(e){super();this._position=0,this._started=!1,this._sink=new fj.AsyncByteQueue,this._schema=null,this._dictionaryBlocks=[],this._recordBatchBlocks=[],this._dictionaryDeltaOffsets=new Map,qi.isObject(e)||(e={autoDestroy:!0,writeLegacyIpcFormat:!1}),this._autoDestroy=typeof e.autoDestroy=="boolean"?e.autoDestroy:!0,this._writeLegacyIpcFormat=typeof e.writeLegacyIpcFormat=="boolean"?e.writeLegacyIpcFormat:!1}static throughNode(e){throw new Error('"throughNode" not available in this environment')}static throughDOM(e,r){throw new Error('"throughDOM" not available in this environment')}toString(e=!1){return this._sink.toString(e)}toUint8Array(e=!1){return this._sink.toUint8Array(e)}writeAll(e){return qi.isPromise(e)?e.then(r=>this.writeAll(r)):qi.isAsyncIterable(e)?lj(this,e):aj(this,e)}get closed(){return this._sink.closed}[Symbol.asyncIterator](){return this._sink[Symbol.asyncIterator]()}toDOMStream(e){return this._sink.toDOMStream(e)}toNodeStream(e){return this._sink.toNodeStream(e)}close(){return this.reset()._sink.close()}abort(e){return this.reset()._sink.abort(e)}finish(){return this._autoDestroy?this.close():this.reset(this._sink,this._schema),this}reset(e=this._sink,r=null){return e===this._sink||e instanceof fj.AsyncByteQueue?this._sink=e:(this._sink=new fj.AsyncByteQueue,e&&qi.isWritableDOMStream(e)?this.toDOMStream({type:"bytes"}).pipeTo(e):e&&qi.isWritableNodeStream(e)&&this.toNodeStream({objectMode:!1}).pipe(e)),this._started&&this._schema&&this._writeFooter(this._schema),this._started=!1,this._dictionaryBlocks=[],this._recordBatchBlocks=[],this._dictionaryDeltaOffsets=new Map,(!r||!sx.compareSchemas(r,this._schema))&&(r===null?(this._position=0,this._schema=null):(this._started=!0,this._schema=r,this._writeSchema(r))),this}write(e){let r=null;if(this._sink){if(e==null)return this.finish()&&void 0;if(e instanceof nj.Table&&!(r=e.schema))return this.finish()&&void 0;if(e instanceof sj.RecordBatch&&!(r=e.schema))return this.finish()&&void 0}else throw new Error("RecordBatchWriter is closed");if(r&&!sx.compareSchemas(r,this._schema)){if(this._started&&this._autoDestroy)return this.close();this.reset(this._sink,r)}e instanceof sj.RecordBatch?e instanceof sj._InternalEmptyPlaceholderRecordBatch||this._writeRecordBatch(e):e instanceof nj.Table?this.writeAll(e.chunks):qi.isIterable(e)&&this.writeAll(e)}_writeMessage(e,r=8){let n=r-1,i=_m.Message.encode(e),o=i.byteLength,f=this._writeLegacyIpcFormat?4:8,s=o+f+n&~n,u=s-o-f;return e.headerType===oj.MessageHeader.RecordBatch?this._recordBatchBlocks.push(new _a.FileBlock(s,e.bodyLength,this._position)):e.headerType===oj.MessageHeader.DictionaryBatch&&this._dictionaryBlocks.push(new _a.FileBlock(s,e.bodyLength,this._position)),this._writeLegacyIpcFormat||this._write(Int32Array.of(-1)),this._write(Int32Array.of(s-f)),o>0&&this._write(i),this._writePadding(u)}_write(e){if(this._started){let r=oM.toUint8Array(e);r&&r.byteLength>0&&(this._sink.write(r),this._position+=r.byteLength)}return this}_writeSchema(e){return this._writeMessage(_m.Message.from(e))}_writeFooter(e){return this._writeLegacyIpcFormat?this._write(Int32Array.of(0)):this._write(Int32Array.of(-1,0))}_writeMagic(){return this._write(eM.MAGIC)}_writePadding(e){return e>0?this._write(new Uint8Array(e)):this}_writeRecordBatch(e){let{byteLength:r,nodes:n,bufferRegions:i,buffers:o}=ax.VectorAssembler.assemble(e),f=new ij.RecordBatch(e.length,n,i),s=_m.Message.from(f,r);return this._writeDictionaries(e)._writeMessage(s)._writeBodyBuffers(o)}_writeDictionaryBatch(e,r,n=!1){this._dictionaryDeltaOffsets.set(r,e.length+(this._dictionaryDeltaOffsets.get(r)||0));let{byteLength:i,nodes:o,bufferRegions:f,buffers:s}=ax.VectorAssembler.assemble(e),u=new ij.RecordBatch(e.length,o,f),l=new ij.DictionaryBatch(u,r,n),c=_m.Message.from(l,i);return this._writeMessage(c)._writeBodyBuffers(s)}_writeBodyBuffers(e){let r,n,i;for(let o=-1,f=e.length;++o<f;)(r=e[o])&&(n=r.byteLength)>0&&(this._write(r),(i=(n+7&~7)-n)>0&&this._writePadding(i));return this}_writeDictionaries(e){for(let[r,n]of e.dictionaries){let i=this._dictionaryDeltaOffsets.get(r)||0;if(i===0||(n=n.slice(i)).length>0){let o="chunks"in n?n.chunks:[n];for(let f of o)this._writeDictionaryBatch(f,r,i>0),i+=f.length}}return this}};_i.RecordBatchWriter=Ju;var vm=class extends Ju{static writeAll(e,r){let n=new vm(r);return qi.isPromise(e)?e.then(i=>n.writeAll(i)):qi.isAsyncIterable(e)?lj(n,e):aj(n,e)}};_i.RecordBatchStreamWriter=vm;var Tm=class extends Ju{static writeAll(e){let r=new Tm;return qi.isPromise(e)?e.then(n=>r.writeAll(n)):qi.isAsyncIterable(e)?lj(r,e):aj(r,e)}constructor(){super();this._autoDestroy=!0}_writeSchema(e){return this._writeMagic()._writePadding(2)}_writeFooter(e){let r=_a.Footer.encode(new _a.Footer(e,oj.MetadataVersion.V4,this._recordBatchBlocks,this._dictionaryBlocks));return super._writeFooter(e)._write(r)._write(Int32Array.of(r.byteLength))._writeMagic()}};_i.RecordBatchFileWriter=Tm;var km=class extends Ju{constructor(){super();this._autoDestroy=!0,this._recordBatches=[],this._dictionaries=[]}static writeAll(e){return new km().writeAll(e)}_writeMessage(){return this}_writeFooter(e){return this}_writeSchema(e){return this._write(`{
25
- "schema": ${JSON.stringify({fields:e.fields.map(ux)},null,2)}`)}_writeDictionaries(e){return e.dictionaries.size>0&&this._dictionaries.push(e),this}_writeDictionaryBatch(e,r,n=!1){return this._dictionaryDeltaOffsets.set(r,e.length+(this._dictionaryDeltaOffsets.get(r)||0)),this._write(this._dictionaryBlocks.length===0?" ":`,
26
- `),this._write(`${sM(e,r,n)}`),this._dictionaryBlocks.push(new _a.FileBlock(0,0,0)),this}_writeRecordBatch(e){return this._writeDictionaries(e),this._recordBatches.push(e),this}close(){if(this._dictionaries.length>0){this._write(`,
15
+ return true;`)}Jp.createIsValidFunction=tN;function rN(t){return typeof t!="bigint"?yh.valueToString(t):eN.BigIntAvailable?`${yh.valueToString(t)}n`:`"${yh.valueToString(t)}"`}});var Zo=z(kn=>{"use strict";Object.defineProperty(kn,"__esModule",{value:!0});kn.WideBufferBuilder=kn.OffsetsBufferBuilder=kn.BitmapBufferBuilder=kn.DataBufferBuilder=kn.BufferBuilder=void 0;var xT=hr(),jh=Dr(),_h=(t,e)=>(t*e+63&~63||64)/e,nN=(t,e=0)=>t.length>=e?t.subarray(0,e):xT.memcpy(new t.constructor(e),t,0),hu=class{constructor(e,r=1){this.buffer=e,this.stride=r,this.BYTES_PER_ELEMENT=e.BYTES_PER_ELEMENT,this.ArrayType=e.constructor,this._resize(this.length=e.length/r|0)}get byteLength(){return this.length*this.stride*this.BYTES_PER_ELEMENT|0}get reservedLength(){return this.buffer.length/this.stride}get reservedByteLength(){return this.buffer.byteLength}set(e,r){return this}append(e){return this.set(this.length,e)}reserve(e){if(e>0){this.length+=e;let r=this.stride,n=this.length*r,i=this.buffer.length;n>=i&&this._resize(i===0?_h(n*1,this.BYTES_PER_ELEMENT):_h(n*2,this.BYTES_PER_ELEMENT))}return this}flush(e=this.length){e=_h(e*this.stride,this.BYTES_PER_ELEMENT);let r=nN(this.buffer,e);return this.clear(),r}clear(){return this.length=0,this._resize(0),this}_resize(e){return this.buffer=xT.memcpy(new this.ArrayType(e),this.buffer)}};kn.BufferBuilder=hu;hu.prototype.offset=0;var Zp=class extends hu{last(){return this.get(this.length-1)}get(e){return this.buffer[e]}set(e,r){return this.reserve(e-this.length+1),this.buffer[e*this.stride]=r,this}};kn.DataBufferBuilder=Zp;var AT=class extends Zp{constructor(e=new Uint8Array(0)){super(e,1/8);this.numValid=0}get numInvalid(){return this.length-this.numValid}get(e){return this.buffer[e>>3]>>e%8&1}set(e,r){let{buffer:n}=this.reserve(e-this.length+1),i=e>>3,o=e%8,f=n[i]>>o&1;return r?f===0&&(n[i]|=1<<o,++this.numValid):f===1&&(n[i]&=~(1<<o),--this.numValid),this}clear(){return this.numValid=0,super.clear()}};kn.BitmapBufferBuilder=AT;var ET=class extends Zp{constructor(e=new Int32Array(1)){super(e,1)}append(e){return this.set(this.length-1,e)}set(e,r){let n=this.length-1,i=this.reserve(e-n+1).buffer;return n<e++&&i.fill(i[n],n,e),i[e]=i[e-1]+r,this}flush(e=this.length-1){return e>this.length&&this.set(e-1,0),super.flush(e+1)}};kn.OffsetsBufferBuilder=ET;var OT=class extends hu{get ArrayType64(){return this._ArrayType64||(this._ArrayType64=this.buffer instanceof Int32Array?jh.BigInt64Array:jh.BigUint64Array)}set(e,r){switch(this.reserve(e-this.length+1),typeof r){case"bigint":this.buffer64[e]=r;break;case"number":this.buffer[e*this.stride]=r;break;default:this.buffer.set(r,e*this.stride)}return this}_resize(e){let r=super._resize(e),n=r.byteLength/(this.BYTES_PER_ELEMENT*this.stride);return jh.BigIntAvailable&&(this.buffer64=new this.ArrayType64(r.buffer,r.byteOffset,n)),r}};kn.WideBufferBuilder=OT});var Zt=z(Xo=>{"use strict";Object.defineProperty(Xo,"__esModule",{value:!0});Xo.VariableWidthBuilder=Xo.FixedWidthBuilder=Xo.Builder=void 0;var iN=ir(),Qs=Pt(),oN=Zn(),fN=ST(),qh=Zo(),sN=jt(),In=class{constructor({type:e,nullValues:r}){this.length=0,this.finished=!1,this.type=e,this.children=[],this.nullValues=r,this.stride=sN.strideForType(e),this._nulls=new qh.BitmapBufferBuilder,r&&r.length>0&&(this._isValid=fN.createIsValidFunction(r))}static new(e){}static throughNode(e){throw new Error('"throughNode" not available in this environment')}static throughDOM(e){throw new Error('"throughDOM" not available in this environment')}static throughIterable(e){return aN(e)}static throughAsyncIterable(e){return lN(e)}toVector(){return iN.Vector.new(this.flush())}get ArrayType(){return this.type.ArrayType}get nullCount(){return this._nulls.numInvalid}get numChildren(){return this.children.length}get byteLength(){let e=0;return this._offsets&&(e+=this._offsets.byteLength),this._values&&(e+=this._values.byteLength),this._nulls&&(e+=this._nulls.byteLength),this._typeIds&&(e+=this._typeIds.byteLength),this.children.reduce((r,n)=>r+n.byteLength,e)}get reservedLength(){return this._nulls.reservedLength}get reservedByteLength(){let e=0;return this._offsets&&(e+=this._offsets.reservedByteLength),this._values&&(e+=this._values.reservedByteLength),this._nulls&&(e+=this._nulls.reservedByteLength),this._typeIds&&(e+=this._typeIds.reservedByteLength),this.children.reduce((r,n)=>r+n.reservedByteLength,e)}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(e){return this.set(this.length,e)}isValid(e){return this._isValid(e)}set(e,r){return this.setValid(e,this.isValid(r))&&this.setValue(e,r),this}setValue(e,r){this._setValue(this,e,r)}setValid(e,r){return this.length=this._nulls.set(e,+r).length,r}addChild(e,r=`${this.numChildren}`){throw new Error(`Cannot append children to non-nested type "${this.type}"`)}getChildAt(e){return this.children[e]||null}flush(){let e=[],r=this._values,n=this._offsets,i=this._typeIds,{length:o,nullCount:f}=this;i?(e[Qs.BufferType.TYPE]=i.flush(o),n&&(e[Qs.BufferType.OFFSET]=n.flush(o))):n?(r&&(e[Qs.BufferType.DATA]=r.flush(n.last())),e[Qs.BufferType.OFFSET]=n.flush(o)):r&&(e[Qs.BufferType.DATA]=r.flush(o)),f>0&&(e[Qs.BufferType.VALIDITY]=this._nulls.flush(o));let s=oN.Data.new(this.type,0,o,f,e,this.children.map(l=>l.flush()));return this.clear(),s}finish(){return this.finished=!0,this.children.forEach(e=>e.finish()),this}clear(){return this.length=0,this._offsets&&this._offsets.clear(),this._values&&this._values.clear(),this._nulls&&this._nulls.clear(),this._typeIds&&this._typeIds.clear(),this.children.forEach(e=>e.clear()),this}};Xo.Builder=In;In.prototype.length=1;In.prototype.stride=1;In.prototype.children=null;In.prototype.finished=!1;In.prototype.nullValues=null;In.prototype._isValid=()=>!0;var NT=class extends In{constructor(e){super(e);this._values=new qh.DataBufferBuilder(new this.ArrayType(0),this.stride)}setValue(e,r){let n=this._values;return n.reserve(e-n.length+1),super.setValue(e,r)}};Xo.FixedWidthBuilder=NT;var DT=class extends In{constructor(e){super(e);this._pendingLength=0,this._offsets=new qh.OffsetsBufferBuilder}setValue(e,r){let n=this._pending||(this._pending=new Map),i=n.get(e);i&&(this._pendingLength-=i.length),this._pendingLength+=r.length,n.set(e,r)}setValid(e,r){return super.setValid(e,r)?!0:((this._pending||(this._pending=new Map)).set(e,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 e=this._pending,r=this._pendingLength;return this._pendingLength=0,this._pending=void 0,e&&e.size>0&&this._flushPending(e,r),this}};Xo.VariableWidthBuilder=DT;function aN(t){let{["queueingStrategy"]:e="count"}=t,{["highWaterMark"]:r=e!=="bytes"?1e3:2**14}=t,n=e!=="bytes"?"length":"byteLength";return function*(i){let o=0,f=In.new(t);for(let s of i)f.append(s)[n]>=r&&++o&&(yield f.toVector());(f.finish().length>0||o===0)&&(yield f.toVector())}}function lN(t){let{["queueingStrategy"]:e="count"}=t,{["highWaterMark"]:r=e!=="bytes"?1e3:2**14}=t,n=e!=="bytes"?"length":"byteLength";return async function*(i){let o=0,f=In.new(t);for await(let s of i)f.append(s)[n]>=r&&++o&&(yield f.toVector());(f.finish().length>0||o===0)&&(yield f.toVector())}}});var vh=z(Xp=>{"use strict";Object.defineProperty(Xp,"__esModule",{value:!0});Xp.BoolBuilder=void 0;var uN=Zo(),cN=Zt(),FT=class extends cN.Builder{constructor(e){super(e);this._values=new uN.BitmapBufferBuilder}setValue(e,r){this._values.set(e,+r)}};Xp.BoolBuilder=FT});var Th=z(Qp=>{"use strict";Object.defineProperty(Qp,"__esModule",{value:!0});Qp.NullBuilder=void 0;var pN=Zt(),PT=class extends pN.Builder{setValue(e,r){}setValid(e,r){return this.length=Math.max(e+1,this.length),r}};Qp.NullBuilder=PT});var Bh=z(Qo=>{"use strict";Object.defineProperty(Qo,"__esModule",{value:!0});Qo.DateMillisecondBuilder=Qo.DateDayBuilder=Qo.DateBuilder=void 0;var dN=Zt(),$p=class extends dN.FixedWidthBuilder{};Qo.DateBuilder=$p;var RT=class extends $p{};Qo.DateDayBuilder=RT;var HT=class extends $p{};Qo.DateMillisecondBuilder=HT});var kh=z(ed=>{"use strict";Object.defineProperty(ed,"__esModule",{value:!0});ed.DecimalBuilder=void 0;var mN=Zt(),MT=class extends mN.FixedWidthBuilder{};ed.DecimalBuilder=MT});var Sh=z(td=>{"use strict";Object.defineProperty(td,"__esModule",{value:!0});td.DictionaryBuilder=void 0;var bN=jt(),Ih=Zt(),zT=class extends Ih.Builder{constructor({type:e,nullValues:r,dictionaryHashFunction:n}){super({type:new bN.Dictionary(e.dictionary,e.indices,e.id,e.isOrdered)});this._nulls=null,this._dictionaryOffset=0,this._keysToIndices=Object.create(null),this.indices=Ih.Builder.new({type:this.type.indices,nullValues:r}),this.dictionary=Ih.Builder.new({type:this.type.dictionary,nullValues:null}),typeof n=="function"&&(this.valueToKey=n)}get values(){return this.indices.values}get nullCount(){return this.indices.nullCount}get nullBitmap(){return this.indices.nullBitmap}get byteLength(){return this.indices.byteLength+this.dictionary.byteLength}get reservedLength(){return this.indices.reservedLength+this.dictionary.reservedLength}get reservedByteLength(){return this.indices.reservedByteLength+this.dictionary.reservedByteLength}isValid(e){return this.indices.isValid(e)}setValid(e,r){let n=this.indices;return r=n.setValid(e,r),this.length=n.length,r}setValue(e,r){let n=this._keysToIndices,i=this.valueToKey(r),o=n[i];return o===void 0&&(n[i]=o=this._dictionaryOffset+this.dictionary.append(r).length-1),this.indices.setValue(e,o)}flush(){let e=this.type,r=this._dictionary,n=this.dictionary.toVector(),i=this.indices.flush().clone(e);return i.dictionary=r?r.concat(n):n,this.finished||(this._dictionaryOffset+=n.length),this._dictionary=i.dictionary,this.clear(),i}finish(){return this.indices.finish(),this.dictionary.finish(),this._dictionaryOffset=0,this._keysToIndices=Object.create(null),super.finish()}clear(){return this.indices.clear(),this.dictionary.clear(),super.clear()}valueToKey(e){return typeof e=="string"?e:`${e}`}};td.DictionaryBuilder=zT});var xh=z(rd=>{"use strict";Object.defineProperty(rd,"__esModule",{value:!0});rd.FixedSizeBinaryBuilder=void 0;var wN=Zt(),UT=class extends wN.FixedWidthBuilder{};rd.FixedSizeBinaryBuilder=UT});var gu=z(ea=>{"use strict";Object.defineProperty(ea,"__esModule",{value:!0});ea.float64ToUint16=ea.uint16ToFloat64=void 0;var LT=new Float64Array(1),$s=new Uint32Array(LT.buffer);function hN(t){let e=(t&31744)>>10,r=(t&1023)/1024,n=(-1)**((t&32768)>>15);switch(e){case 31:return n*(r?NaN:1/0);case 0:return n*(r?6103515625e-14*r:0)}return n*2**(e-15)*(1+r)}ea.uint16ToFloat64=hN;function gN(t){if(t!==t)return 32256;LT[0]=t;let e=($s[1]&2147483648)>>16&65535,r=$s[1]&2146435072,n=0;return r>=1089470464?$s[0]>0?r=31744:(r=(r&2080374784)>>16,n=($s[1]&1048575)>>10):r<=1056964608?(n=1048576+($s[1]&1048575),n=1048576+(n<<(r>>20)-998)>>21,r=0):(r=r-1056964608>>10,n=($s[1]&1048575)+512>>10),e|r|n&65535}ea.float64ToUint16=gN});var Ah=z(qi=>{"use strict";Object.defineProperty(qi,"__esModule",{value:!0});qi.Float64Builder=qi.Float32Builder=qi.Float16Builder=qi.FloatBuilder=void 0;var yN=gu(),jN=Zt(),yu=class extends jN.FixedWidthBuilder{};qi.FloatBuilder=yu;var VT=class extends yu{setValue(e,r){this._values.set(e,yN.float64ToUint16(r))}};qi.Float16Builder=VT;var CT=class extends yu{setValue(e,r){this._values.set(e,r)}};qi.Float32Builder=CT;var WT=class extends yu{setValue(e,r){this._values.set(e,r)}};qi.Float64Builder=WT});var qu=z(gr=>{"use strict";Object.defineProperty(gr,"__esModule",{value:!0});gr.BN=gr.bignumToBigInt=gr.bignumToString=gr.isArrowBigNumSymbol=void 0;var _N=hr(),ju=Dr();gr.isArrowBigNumSymbol=Symbol.for("isArrowBigNum");function Xn(t,...e){return e.length===0?Object.setPrototypeOf(_N.toArrayBufferView(this.TypedArray,t),this.constructor.prototype):Object.setPrototypeOf(new this.TypedArray(t,...e),this.constructor.prototype)}Xn.prototype[gr.isArrowBigNumSymbol]=!0;Xn.prototype.toJSON=function(){return`"${gr.bignumToString(this)}"`};Xn.prototype.valueOf=function(){return YT(this)};Xn.prototype.toString=function(){return gr.bignumToString(this)};Xn.prototype[Symbol.toPrimitive]=function(t="default"){switch(t){case"number":return YT(this);case"string":return gr.bignumToString(this);case"default":return gr.bignumToBigInt(this)}return gr.bignumToString(this)};function ta(...t){return Xn.apply(this,t)}function ra(...t){return Xn.apply(this,t)}function _u(...t){return Xn.apply(this,t)}Object.setPrototypeOf(ta.prototype,Object.create(Int32Array.prototype));Object.setPrototypeOf(ra.prototype,Object.create(Uint32Array.prototype));Object.setPrototypeOf(_u.prototype,Object.create(Uint32Array.prototype));Object.assign(ta.prototype,Xn.prototype,{constructor:ta,signed:!0,TypedArray:Int32Array,BigIntArray:ju.BigInt64Array});Object.assign(ra.prototype,Xn.prototype,{constructor:ra,signed:!1,TypedArray:Uint32Array,BigIntArray:ju.BigUint64Array});Object.assign(_u.prototype,Xn.prototype,{constructor:_u,signed:!0,TypedArray:Uint32Array,BigIntArray:ju.BigUint64Array});function YT(t){let{buffer:e,byteOffset:r,length:n,signed:i}=t,o=new Int32Array(e,r,n),f=0,s=0,l=o.length,u,c;for(;s<l;)c=o[s++],u=o[s++],i||(u=u>>>0),f+=(c>>>0)+u*s**32;return f}ju.BigIntAvailable?(gr.bignumToBigInt=t=>t.byteLength===8?new t.BigIntArray(t.buffer,t.byteOffset,1)[0]:Eh(t),gr.bignumToString=t=>t.byteLength===8?`${new t.BigIntArray(t.buffer,t.byteOffset,1)[0]}`:Eh(t)):(gr.bignumToString=Eh,gr.bignumToBigInt=gr.bignumToString);function Eh(t){let e="",r=new Uint32Array(2),n=new Uint16Array(t.buffer,t.byteOffset,t.byteLength/2),i=new Uint32Array((n=new Uint16Array(n).reverse()).buffer),o=-1,f=n.length-1;do{for(r[0]=n[o=0];o<f;)n[o++]=r[1]=r[0]/10,r[0]=(r[0]-r[1]*10<<16)+n[o];n[o]=r[1]=r[0]/10,r[0]=r[0]-r[1]*10,e=`${r[0]}${e}`}while(i[0]||i[1]||i[2]||i[3]);return e||"0"}var nd=class{static new(e,r){switch(r){case!0:return new ta(e);case!1:return new ra(e)}switch(e.constructor){case Int8Array:case Int16Array:case Int32Array:case ju.BigInt64Array:return new ta(e)}return e.byteLength===16?new _u(e):new ra(e)}static signed(e){return new ta(e)}static unsigned(e){return new ra(e)}static decimal(e){return new _u(e)}constructor(e,r){return nd.new(e,r)}};gr.BN=nd});var Oh=z(cr=>{"use strict";Object.defineProperty(cr,"__esModule",{value:!0});cr.Uint64Builder=cr.Uint32Builder=cr.Uint16Builder=cr.Uint8Builder=cr.Int64Builder=cr.Int32Builder=cr.Int16Builder=cr.Int8Builder=cr.IntBuilder=void 0;var qN=qu(),KT=Zo(),vN=Dr(),TN=Zt(),vi=class extends TN.FixedWidthBuilder{setValue(e,r){this._values.set(e,r)}};cr.IntBuilder=vi;var GT=class extends vi{};cr.Int8Builder=GT;var JT=class extends vi{};cr.Int16Builder=JT;var ZT=class extends vi{};cr.Int32Builder=ZT;var XT=class extends vi{constructor(e){e.nullValues&&(e.nullValues=e.nullValues.map(id));super(e);this._values=new KT.WideBufferBuilder(new Int32Array(0),2)}get values64(){return this._values.buffer64}isValid(e){return super.isValid(id(e))}};cr.Int64Builder=XT;var QT=class extends vi{};cr.Uint8Builder=QT;var $T=class extends vi{};cr.Uint16Builder=$T;var eB=class extends vi{};cr.Uint32Builder=eB;var tB=class extends vi{constructor(e){e.nullValues&&(e.nullValues=e.nullValues.map(id));super(e);this._values=new KT.WideBufferBuilder(new Uint32Array(0),2)}get values64(){return this._values.buffer64}isValid(e){return super.isValid(id(e))}};cr.Uint64Builder=tB;var id=(t=>e=>(ArrayBuffer.isView(e)&&(t.buffer=e.buffer,t.byteOffset=e.byteOffset,t.byteLength=e.byteLength,e=qN.bignumToBigInt(t),t.buffer=null),e))({BigIntArray:vN.BigInt64Array})});var Nh=z(Sn=>{"use strict";Object.defineProperty(Sn,"__esModule",{value:!0});Sn.TimeNanosecondBuilder=Sn.TimeMicrosecondBuilder=Sn.TimeMillisecondBuilder=Sn.TimeSecondBuilder=Sn.TimeBuilder=void 0;var BN=Zt(),na=class extends BN.FixedWidthBuilder{};Sn.TimeBuilder=na;var rB=class extends na{};Sn.TimeSecondBuilder=rB;var nB=class extends na{};Sn.TimeMillisecondBuilder=nB;var iB=class extends na{};Sn.TimeMicrosecondBuilder=iB;var oB=class extends na{};Sn.TimeNanosecondBuilder=oB});var Dh=z(xn=>{"use strict";Object.defineProperty(xn,"__esModule",{value:!0});xn.TimestampNanosecondBuilder=xn.TimestampMicrosecondBuilder=xn.TimestampMillisecondBuilder=xn.TimestampSecondBuilder=xn.TimestampBuilder=void 0;var kN=Zt(),ia=class extends kN.FixedWidthBuilder{};xn.TimestampBuilder=ia;var fB=class extends ia{};xn.TimestampSecondBuilder=fB;var sB=class extends ia{};xn.TimestampMillisecondBuilder=sB;var aB=class extends ia{};xn.TimestampMicrosecondBuilder=aB;var lB=class extends ia{};xn.TimestampNanosecondBuilder=lB});var Fh=z($o=>{"use strict";Object.defineProperty($o,"__esModule",{value:!0});$o.IntervalYearMonthBuilder=$o.IntervalDayTimeBuilder=$o.IntervalBuilder=void 0;var IN=Zt(),od=class extends IN.FixedWidthBuilder{};$o.IntervalBuilder=od;var uB=class extends od{};$o.IntervalDayTimeBuilder=uB;var cB=class extends od{};$o.IntervalYearMonthBuilder=cB});var sd=z(fd=>{"use strict";Object.defineProperty(fd,"__esModule",{value:!0});fd.BinaryBuilder=void 0;var SN=hr(),xN=Zo(),AN=Zt(),pB=class extends AN.VariableWidthBuilder{constructor(e){super(e);this._values=new xN.BufferBuilder(new Uint8Array(0))}get byteLength(){let e=this._pendingLength+this.length*4;return this._offsets&&(e+=this._offsets.byteLength),this._values&&(e+=this._values.byteLength),this._nulls&&(e+=this._nulls.byteLength),e}setValue(e,r){return super.setValue(e,SN.toUint8Array(r))}_flushPending(e,r){let n=this._offsets,i=this._values.reserve(r).buffer,o=0,f=0,s=0,l;for([o,l]of e)l===void 0?n.set(o,0):(f=l.length,i.set(l,s),n.set(o,f),s+=f)}};fd.BinaryBuilder=pB});var ld=z(ad=>{"use strict";Object.defineProperty(ad,"__esModule",{value:!0});ad.Utf8Builder=void 0;var EN=Cf(),ON=sd(),NN=Zo(),DN=Zt(),Ph=class extends DN.VariableWidthBuilder{constructor(e){super(e);this._values=new NN.BufferBuilder(new Uint8Array(0))}get byteLength(){let e=this._pendingLength+this.length*4;return this._offsets&&(e+=this._offsets.byteLength),this._values&&(e+=this._values.byteLength),this._nulls&&(e+=this._nulls.byteLength),e}setValue(e,r){return super.setValue(e,EN.encodeUtf8(r))}_flushPending(e,r){}};ad.Utf8Builder=Ph;Ph.prototype._flushPending=ON.BinaryBuilder.prototype._flushPending});var Rh=z(ud=>{"use strict";Object.defineProperty(ud,"__esModule",{value:!0});ud.Run=void 0;var FN=ir(),dB=class{get length(){return this._values.length}get(e){return this._values[e]}clear(){return this._values=null,this}bind(e){return e instanceof FN.Vector?e:(this._values=e,this)}};ud.Run=dB});var qr=z(oa=>{"use strict";Object.defineProperty(oa,"__esModule",{value:!0});oa.Field=oa.Schema=void 0;var PN=jt(),An=class{constructor(e=[],r,n){this.fields=e||[],this.metadata=r||new Map,n||(n=Hh(e)),this.dictionaries=n}get[Symbol.toStringTag](){return"Schema"}toString(){return`Schema<{ ${this.fields.map((e,r)=>`${r}: ${e}`).join(", ")} }>`}select(...e){let r=e.reduce((n,i)=>(n[i]=!0)&&n,Object.create(null));return new An(this.fields.filter(n=>r[n.name]),this.metadata)}selectAt(...e){return new An(e.map(r=>this.fields[r]).filter(Boolean),this.metadata)}assign(...e){let r=e[0]instanceof An?e[0]:Array.isArray(e[0])?new An(e[0]):new An(e),n=[...this.fields],i=cd(cd(new Map,this.metadata),r.metadata),o=r.fields.filter(s=>{let l=n.findIndex(u=>u.name===s.name);return~l?(n[l]=s.clone({metadata:cd(cd(new Map,n[l].metadata),s.metadata)}))&&!1:!0}),f=Hh(o,new Map);return new An([...n,...o],i,new Map([...this.dictionaries,...f]))}};oa.Schema=An;var ao=class{constructor(e,r,n=!1,i){this.name=e,this.type=r,this.nullable=n,this.metadata=i||new Map}static new(...e){let[r,n,i,o]=e;return e[0]&&typeof e[0]=="object"&&({name:r}=e[0],n===void 0&&(n=e[0].type),i===void 0&&(i=e[0].nullable),o===void 0&&(o=e[0].metadata)),new ao(`${r}`,n,i,o)}get typeId(){return this.type.typeId}get[Symbol.toStringTag](){return"Field"}toString(){return`${this.name}: ${this.type}`}clone(...e){let[r,n,i,o]=e;return!e[0]||typeof e[0]!="object"?[r=this.name,n=this.type,i=this.nullable,o=this.metadata]=e:{name:r=this.name,type:n=this.type,nullable:i=this.nullable,metadata:o=this.metadata}=e[0],ao.new(r,n,i,o)}};oa.Field=ao;function cd(t,e){return new Map([...t||new Map,...e||new Map])}function Hh(t,e=new Map){for(let r=-1,n=t.length;++r<n;){let o=t[r].type;if(PN.DataType.isDictionary(o)){if(!e.has(o.id))e.set(o.id,o.dictionary);else if(e.get(o.id)!==o.dictionary)throw new Error("Cannot create Schema containing two different dictionaries with the same Id")}o.children&&o.children.length>0&&Hh(o.children,e)}return e}An.prototype.fields=null;An.prototype.metadata=null;An.prototype.dictionaries=null;ao.prototype.type=null;ao.prototype.name=null;ao.prototype.nullable=null;ao.prototype.metadata=null});var Mh=z(pd=>{"use strict";Object.defineProperty(pd,"__esModule",{value:!0});pd.ListBuilder=void 0;var RN=Rh(),HN=qr(),MN=jt(),zN=Zo(),UN=Zt(),mB=class extends UN.VariableWidthBuilder{constructor(e){super(e);this._run=new RN.Run,this._offsets=new zN.OffsetsBufferBuilder}addChild(e,r="0"){if(this.numChildren>0)throw new Error("ListBuilder can only have one child.");return this.children[this.numChildren]=e,this.type=new MN.List(new HN.Field(r,e.type,!0)),this.numChildren-1}clear(){return this._run.clear(),super.clear()}_flushPending(e){let r=this._run,n=this._offsets,i=this._setValue,o=0,f;for([o,f]of e)f===void 0?n.set(o,0):(n.set(o,f.length),i(this,o,r.bind(f)))}};pd.ListBuilder=mB});var zh=z(dd=>{"use strict";Object.defineProperty(dd,"__esModule",{value:!0});dd.FixedSizeListBuilder=void 0;var LN=Rh(),VN=qr(),CN=Zt(),WN=jt(),bB=class extends CN.Builder{constructor(){super(...arguments);this._run=new LN.Run}setValue(e,r){super.setValue(e,this._run.bind(r))}addChild(e,r="0"){if(this.numChildren>0)throw new Error("FixedSizeListBuilder can only have one child.");let n=this.children.push(e);return this.type=new WN.FixedSizeList(this.type.listSize,new VN.Field(r,e.type,!0)),n}clear(){return this._run.clear(),super.clear()}};dd.FixedSizeListBuilder=bB});var Uh=z(md=>{"use strict";Object.defineProperty(md,"__esModule",{value:!0});md.MapBuilder=void 0;var YN=qr(),KN=jt(),GN=Zt(),wB=class extends GN.VariableWidthBuilder{set(e,r){return super.set(e,r)}setValue(e,r){r=r instanceof Map?r:new Map(Object.entries(r));let n=this._pending||(this._pending=new Map),i=n.get(e);i&&(this._pendingLength-=i.size),this._pendingLength+=r.size,n.set(e,r)}addChild(e,r=`${this.numChildren}`){if(this.numChildren>0)throw new Error("ListBuilder can only have one child.");return this.children[this.numChildren]=e,this.type=new KN.Map_(new YN.Field(r,e.type,!0),this.type.keysSorted),this.numChildren-1}_flushPending(e){let r=this._offsets,n=this._setValue;e.forEach((i,o)=>{i===void 0?r.set(o,0):(r.set(o,i.size),n(this,o,i))})}};md.MapBuilder=wB});var Lh=z(bd=>{"use strict";Object.defineProperty(bd,"__esModule",{value:!0});bd.StructBuilder=void 0;var JN=qr(),ZN=Zt(),XN=jt(),hB=class extends ZN.Builder{addChild(e,r=`${this.numChildren}`){let n=this.children.push(e);return this.type=new XN.Struct([...this.type.children,new JN.Field(r,e.type,!0)]),n}};bd.StructBuilder=hB});var Vh=z(ef=>{"use strict";Object.defineProperty(ef,"__esModule",{value:!0});ef.DenseUnionBuilder=ef.SparseUnionBuilder=ef.UnionBuilder=void 0;var QN=qr(),gB=Zo(),$N=Zt(),eD=jt(),wd=class extends $N.Builder{constructor(e){super(e);this._typeIds=new gB.DataBufferBuilder(new Int8Array(0),1),typeof e.valueToChildTypeId=="function"&&(this._valueToChildTypeId=e.valueToChildTypeId)}get typeIdToChildIndex(){return this.type.typeIdToChildIndex}append(e,r){return this.set(this.length,e,r)}set(e,r,n){return n===void 0&&(n=this._valueToChildTypeId(this,r,e)),this.setValid(e,this.isValid(r))&&this.setValue(e,r,n),this}setValue(e,r,n){this._typeIds.set(e,n),super.setValue(e,r)}addChild(e,r=`${this.children.length}`){let n=this.children.push(e),{type:{children:i,mode:o,typeIds:f}}=this,s=[...i,new QN.Field(r,e.type)];return this.type=new eD.Union(o,[...f,n],s),n}_valueToChildTypeId(e,r,n){throw new Error("Cannot map UnionBuilder value to child typeId. Pass the `childTypeId` as the second argument to unionBuilder.append(), or supply a `valueToChildTypeId` function as part of the UnionBuilder constructor options.")}};ef.UnionBuilder=wd;var yB=class extends wd{};ef.SparseUnionBuilder=yB;var jB=class extends wd{constructor(e){super(e);this._offsets=new gB.DataBufferBuilder(new Int32Array(0))}setValue(e,r,n){let i=this.type.typeIdToChildIndex[n];return this._offsets.set(e,this.getChildAt(i).length),super.setValue(e,r,n)}};ef.DenseUnionBuilder=jB});var Sr=z(hd=>{"use strict";Object.defineProperty(hd,"__esModule",{value:!0});hd.Visitor=void 0;var tD=Zn(),rD=ir(),Z=Pt(),nD=jt(),Et=class{visitMany(e,...r){return e.map((n,i)=>this.visit(n,...r.map(o=>o[i])))}visit(...e){return this.getVisitFn(e[0],!1).apply(this,e)}getVisitFn(e,r=!0){return iD(this,e,r)}visitNull(e,...r){return null}visitBool(e,...r){return null}visitInt(e,...r){return null}visitFloat(e,...r){return null}visitUtf8(e,...r){return null}visitBinary(e,...r){return null}visitFixedSizeBinary(e,...r){return null}visitDate(e,...r){return null}visitTimestamp(e,...r){return null}visitTime(e,...r){return null}visitDecimal(e,...r){return null}visitList(e,...r){return null}visitStruct(e,...r){return null}visitUnion(e,...r){return null}visitDictionary(e,...r){return null}visitInterval(e,...r){return null}visitFixedSizeList(e,...r){return null}visitMap(e,...r){return null}};hd.Visitor=Et;function iD(t,e,r=!0){let n=null,i=Z.Type.NONE;switch(e instanceof tD.Data||e instanceof rD.Vector?i=Ch(e.type):e instanceof nD.DataType?i=Ch(e):typeof(i=e)!="number"&&(i=Z.Type[e]),i){case Z.Type.Null:n=t.visitNull;break;case Z.Type.Bool:n=t.visitBool;break;case Z.Type.Int:n=t.visitInt;break;case Z.Type.Int8:n=t.visitInt8||t.visitInt;break;case Z.Type.Int16:n=t.visitInt16||t.visitInt;break;case Z.Type.Int32:n=t.visitInt32||t.visitInt;break;case Z.Type.Int64:n=t.visitInt64||t.visitInt;break;case Z.Type.Uint8:n=t.visitUint8||t.visitInt;break;case Z.Type.Uint16:n=t.visitUint16||t.visitInt;break;case Z.Type.Uint32:n=t.visitUint32||t.visitInt;break;case Z.Type.Uint64:n=t.visitUint64||t.visitInt;break;case Z.Type.Float:n=t.visitFloat;break;case Z.Type.Float16:n=t.visitFloat16||t.visitFloat;break;case Z.Type.Float32:n=t.visitFloat32||t.visitFloat;break;case Z.Type.Float64:n=t.visitFloat64||t.visitFloat;break;case Z.Type.Utf8:n=t.visitUtf8;break;case Z.Type.Binary:n=t.visitBinary;break;case Z.Type.FixedSizeBinary:n=t.visitFixedSizeBinary;break;case Z.Type.Date:n=t.visitDate;break;case Z.Type.DateDay:n=t.visitDateDay||t.visitDate;break;case Z.Type.DateMillisecond:n=t.visitDateMillisecond||t.visitDate;break;case Z.Type.Timestamp:n=t.visitTimestamp;break;case Z.Type.TimestampSecond:n=t.visitTimestampSecond||t.visitTimestamp;break;case Z.Type.TimestampMillisecond:n=t.visitTimestampMillisecond||t.visitTimestamp;break;case Z.Type.TimestampMicrosecond:n=t.visitTimestampMicrosecond||t.visitTimestamp;break;case Z.Type.TimestampNanosecond:n=t.visitTimestampNanosecond||t.visitTimestamp;break;case Z.Type.Time:n=t.visitTime;break;case Z.Type.TimeSecond:n=t.visitTimeSecond||t.visitTime;break;case Z.Type.TimeMillisecond:n=t.visitTimeMillisecond||t.visitTime;break;case Z.Type.TimeMicrosecond:n=t.visitTimeMicrosecond||t.visitTime;break;case Z.Type.TimeNanosecond:n=t.visitTimeNanosecond||t.visitTime;break;case Z.Type.Decimal:n=t.visitDecimal;break;case Z.Type.List:n=t.visitList;break;case Z.Type.Struct:n=t.visitStruct;break;case Z.Type.Union:n=t.visitUnion;break;case Z.Type.DenseUnion:n=t.visitDenseUnion||t.visitUnion;break;case Z.Type.SparseUnion:n=t.visitSparseUnion||t.visitUnion;break;case Z.Type.Dictionary:n=t.visitDictionary;break;case Z.Type.Interval:n=t.visitInterval;break;case Z.Type.IntervalDayTime:n=t.visitIntervalDayTime||t.visitInterval;break;case Z.Type.IntervalYearMonth:n=t.visitIntervalYearMonth||t.visitInterval;break;case Z.Type.FixedSizeList:n=t.visitFixedSizeList;break;case Z.Type.Map:n=t.visitMap;break}if(typeof n=="function")return n;if(!r)return()=>null;throw new Error(`Unrecognized type '${Z.Type[i]}'`)}function Ch(t){switch(t.typeId){case Z.Type.Null:return Z.Type.Null;case Z.Type.Int:{let{bitWidth:e,isSigned:r}=t;switch(e){case 8:return r?Z.Type.Int8:Z.Type.Uint8;case 16:return r?Z.Type.Int16:Z.Type.Uint16;case 32:return r?Z.Type.Int32:Z.Type.Uint32;case 64:return r?Z.Type.Int64:Z.Type.Uint64}return Z.Type.Int}case Z.Type.Float:switch(t.precision){case Z.Precision.HALF:return Z.Type.Float16;case Z.Precision.SINGLE:return Z.Type.Float32;case Z.Precision.DOUBLE:return Z.Type.Float64}return Z.Type.Float;case Z.Type.Binary:return Z.Type.Binary;case Z.Type.Utf8:return Z.Type.Utf8;case Z.Type.Bool:return Z.Type.Bool;case Z.Type.Decimal:return Z.Type.Decimal;case Z.Type.Time:switch(t.unit){case Z.TimeUnit.SECOND:return Z.Type.TimeSecond;case Z.TimeUnit.MILLISECOND:return Z.Type.TimeMillisecond;case Z.TimeUnit.MICROSECOND:return Z.Type.TimeMicrosecond;case Z.TimeUnit.NANOSECOND:return Z.Type.TimeNanosecond}return Z.Type.Time;case Z.Type.Timestamp:switch(t.unit){case Z.TimeUnit.SECOND:return Z.Type.TimestampSecond;case Z.TimeUnit.MILLISECOND:return Z.Type.TimestampMillisecond;case Z.TimeUnit.MICROSECOND:return Z.Type.TimestampMicrosecond;case Z.TimeUnit.NANOSECOND:return Z.Type.TimestampNanosecond}return Z.Type.Timestamp;case Z.Type.Date:switch(t.unit){case Z.DateUnit.DAY:return Z.Type.DateDay;case Z.DateUnit.MILLISECOND:return Z.Type.DateMillisecond}return Z.Type.Date;case Z.Type.Interval:switch(t.unit){case Z.IntervalUnit.DAY_TIME:return Z.Type.IntervalDayTime;case Z.IntervalUnit.YEAR_MONTH:return Z.Type.IntervalYearMonth}return Z.Type.Interval;case Z.Type.Map:return Z.Type.Map;case Z.Type.List:return Z.Type.List;case Z.Type.Struct:return Z.Type.Struct;case Z.Type.Union:switch(t.mode){case Z.UnionMode.Dense:return Z.Type.DenseUnion;case Z.UnionMode.Sparse:return Z.Type.SparseUnion}return Z.Type.Union;case Z.Type.FixedSizeBinary:return Z.Type.FixedSizeBinary;case Z.Type.FixedSizeList:return Z.Type.FixedSizeList;case Z.Type.Dictionary:return Z.Type.Dictionary}throw new Error(`Unrecognized type '${Z.Type[t.typeId]}'`)}Et.prototype.visitInt8=null;Et.prototype.visitInt16=null;Et.prototype.visitInt32=null;Et.prototype.visitInt64=null;Et.prototype.visitUint8=null;Et.prototype.visitUint16=null;Et.prototype.visitUint32=null;Et.prototype.visitUint64=null;Et.prototype.visitFloat16=null;Et.prototype.visitFloat32=null;Et.prototype.visitFloat64=null;Et.prototype.visitDateDay=null;Et.prototype.visitDateMillisecond=null;Et.prototype.visitTimestampSecond=null;Et.prototype.visitTimestampMillisecond=null;Et.prototype.visitTimestampMicrosecond=null;Et.prototype.visitTimestampNanosecond=null;Et.prototype.visitTimeSecond=null;Et.prototype.visitTimeMillisecond=null;Et.prototype.visitTimeMicrosecond=null;Et.prototype.visitTimeNanosecond=null;Et.prototype.visitDenseUnion=null;Et.prototype.visitSparseUnion=null;Et.prototype.visitIntervalDayTime=null;Et.prototype.visitIntervalYearMonth=null});var Kh=z(fa=>{"use strict";Object.defineProperty(fa,"__esModule",{value:!0});fa.instance=fa.SetVisitor=void 0;var oD=ir(),fD=Sr(),sD=Cf(),aD=gu(),lD=hr(),En=Pt(),Ge=class extends fD.Visitor{};fa.SetVisitor=Ge;var uD=(t,e,r)=>{t[e]=r/864e5|0},Wh=(t,e,r)=>{t[e]=r%4294967296|0,t[e+1]=r/4294967296|0},cD=(t,e,r)=>{t[e]=r*1e3%4294967296|0,t[e+1]=r*1e3/4294967296|0},pD=(t,e,r)=>{t[e]=r*1e6%4294967296|0,t[e+1]=r*1e6/4294967296|0},_B=(t,e,r,n)=>{let{[r]:i,[r+1]:o}=e;i!=null&&o!=null&&t.set(n.subarray(0,o-i),i)},dD=({offset:t,values:e},r,n)=>{let i=t+r;n?e[i>>3]|=1<<i%8:e[i>>3]&=~(1<<i%8)},qB=({values:t},e,r)=>{uD(t,e,r.valueOf())},vB=({values:t},e,r)=>{Wh(t,e*2,r.valueOf())},Ti=({stride:t,values:e},r,n)=>{e[t*r]=n},TB=({stride:t,values:e},r,n)=>{e[t*r]=aD.float64ToUint16(n)},Yh=(t,e,r)=>{switch(typeof r){case"bigint":t.values64[e]=r;break;case"number":t.values[e*t.stride]=r;break;default:{let n=r,{stride:i,ArrayType:o}=t,f=lD.toArrayBufferView(o,n);t.values.set(f.subarray(0,i),i*e)}}},mD=({stride:t,values:e},r,n)=>{e.set(n.subarray(0,t),t*r)},bD=({values:t,valueOffsets:e},r,n)=>_B(t,e,r,n),wD=({values:t,valueOffsets:e},r,n)=>{_B(t,e,r,sD.encodeUtf8(n))},hD=(t,e,r)=>{t.type.bitWidth<64?Ti(t,e,r):Yh(t,e,r)},gD=(t,e,r)=>{t.type.precision!==En.Precision.HALF?Ti(t,e,r):TB(t,e,r)},yD=(t,e,r)=>{t.type.unit===En.DateUnit.DAY?qB(t,e,r):vB(t,e,r)},BB=({values:t},e,r)=>Wh(t,e*2,r/1e3),kB=({values:t},e,r)=>Wh(t,e*2,r),IB=({values:t},e,r)=>cD(t,e*2,r),SB=({values:t},e,r)=>pD(t,e*2,r),jD=(t,e,r)=>{switch(t.type.unit){case En.TimeUnit.SECOND:return BB(t,e,r);case En.TimeUnit.MILLISECOND:return kB(t,e,r);case En.TimeUnit.MICROSECOND:return IB(t,e,r);case En.TimeUnit.NANOSECOND:return SB(t,e,r)}},xB=({values:t,stride:e},r,n)=>{t[e*r]=n},AB=({values:t,stride:e},r,n)=>{t[e*r]=n},EB=({values:t},e,r)=>{t.set(r.subarray(0,2),2*e)},OB=({values:t},e,r)=>{t.set(r.subarray(0,2),2*e)},_D=(t,e,r)=>{switch(t.type.unit){case En.TimeUnit.SECOND:return xB(t,e,r);case En.TimeUnit.MILLISECOND:return AB(t,e,r);case En.TimeUnit.MICROSECOND:return EB(t,e,r);case En.TimeUnit.NANOSECOND:return OB(t,e,r)}},qD=({values:t},e,r)=>{t.set(r.subarray(0,4),4*e)},vD=(t,e,r)=>{let n=t.getChildAt(0),i=t.valueOffsets;for(let o=-1,f=i[e],s=i[e+1];f<s;)n.set(f++,r.get(++o))},TD=(t,e,r)=>{let n=t.getChildAt(0),i=t.valueOffsets,o=r instanceof Map?[...r]:Object.entries(r);for(let f=-1,s=i[e],l=i[e+1];s<l;)n.set(s++,o[++f])},BD=(t,e)=>(r,n,i)=>r&&r.set(t,e[i]),kD=(t,e)=>(r,n,i)=>r&&r.set(t,e.get(i)),ID=(t,e)=>(r,n,i)=>r&&r.set(t,e.get(n.name)),SD=(t,e)=>(r,n,i)=>r&&r.set(t,e[n.name]),xD=(t,e,r)=>{let n=r instanceof Map?ID(e,r):r instanceof oD.Vector?kD(e,r):Array.isArray(r)?BD(e,r):SD(e,r);t.type.children.forEach((i,o)=>n(t.getChildAt(o),i,o))},AD=(t,e,r)=>{t.type.mode===En.UnionMode.Dense?NB(t,e,r):DB(t,e,r)},NB=(t,e,r)=>{let n=t.typeIdToChildIndex[t.typeIds[e]],i=t.getChildAt(n);i&&i.set(t.valueOffsets[e],r)},DB=(t,e,r)=>{let n=t.typeIdToChildIndex[t.typeIds[e]],i=t.getChildAt(n);i&&i.set(e,r)},ED=(t,e,r)=>{let n=t.getKey(e);n!==null&&t.setValue(n,r)},OD=(t,e,r)=>{t.type.unit===En.IntervalUnit.DAY_TIME?FB(t,e,r):PB(t,e,r)},FB=({values:t},e,r)=>{t.set(r.subarray(0,2),2*e)},PB=({values:t},e,r)=>{t[e]=r[0]*12+r[1]%12},ND=(t,e,r)=>{let n=t.getChildAt(0),{stride:i}=t;for(let o=-1,f=e*i;++o<i;)n.set(f+o,r.get(o))};Ge.prototype.visitBool=dD;Ge.prototype.visitInt=hD;Ge.prototype.visitInt8=Ti;Ge.prototype.visitInt16=Ti;Ge.prototype.visitInt32=Ti;Ge.prototype.visitInt64=Yh;Ge.prototype.visitUint8=Ti;Ge.prototype.visitUint16=Ti;Ge.prototype.visitUint32=Ti;Ge.prototype.visitUint64=Yh;Ge.prototype.visitFloat=gD;Ge.prototype.visitFloat16=TB;Ge.prototype.visitFloat32=Ti;Ge.prototype.visitFloat64=Ti;Ge.prototype.visitUtf8=wD;Ge.prototype.visitBinary=bD;Ge.prototype.visitFixedSizeBinary=mD;Ge.prototype.visitDate=yD;Ge.prototype.visitDateDay=qB;Ge.prototype.visitDateMillisecond=vB;Ge.prototype.visitTimestamp=jD;Ge.prototype.visitTimestampSecond=BB;Ge.prototype.visitTimestampMillisecond=kB;Ge.prototype.visitTimestampMicrosecond=IB;Ge.prototype.visitTimestampNanosecond=SB;Ge.prototype.visitTime=_D;Ge.prototype.visitTimeSecond=xB;Ge.prototype.visitTimeMillisecond=AB;Ge.prototype.visitTimeMicrosecond=EB;Ge.prototype.visitTimeNanosecond=OB;Ge.prototype.visitDecimal=qD;Ge.prototype.visitList=vD;Ge.prototype.visitStruct=xD;Ge.prototype.visitUnion=AD;Ge.prototype.visitDenseUnion=NB;Ge.prototype.visitSparseUnion=DB;Ge.prototype.visitDictionary=ED;Ge.prototype.visitInterval=OD;Ge.prototype.visitIntervalDayTime=FB;Ge.prototype.visitIntervalYearMonth=PB;Ge.prototype.visitFixedSizeList=ND;Ge.prototype.visitMap=TD;fa.instance=new Ge});var RB=z(sa=>{"use strict";Object.defineProperty(sa,"__esModule",{value:!0});sa.instance=sa.GetBuilderCtor=void 0;var DD=Sr(),FD=sd(),PD=vh(),Gh=Bh(),RD=kh(),HD=Sh(),MD=xh(),zD=zh(),gd=Ah(),Jh=Fh(),lo=Oh(),UD=Mh(),LD=Uh(),VD=Th(),CD=Lh(),vu=Dh(),Tu=Nh(),Zh=Vh(),WD=ld(),Xh=class extends DD.Visitor{visitNull(){return VD.NullBuilder}visitBool(){return PD.BoolBuilder}visitInt(){return lo.IntBuilder}visitInt8(){return lo.Int8Builder}visitInt16(){return lo.Int16Builder}visitInt32(){return lo.Int32Builder}visitInt64(){return lo.Int64Builder}visitUint8(){return lo.Uint8Builder}visitUint16(){return lo.Uint16Builder}visitUint32(){return lo.Uint32Builder}visitUint64(){return lo.Uint64Builder}visitFloat(){return gd.FloatBuilder}visitFloat16(){return gd.Float16Builder}visitFloat32(){return gd.Float32Builder}visitFloat64(){return gd.Float64Builder}visitUtf8(){return WD.Utf8Builder}visitBinary(){return FD.BinaryBuilder}visitFixedSizeBinary(){return MD.FixedSizeBinaryBuilder}visitDate(){return Gh.DateBuilder}visitDateDay(){return Gh.DateDayBuilder}visitDateMillisecond(){return Gh.DateMillisecondBuilder}visitTimestamp(){return vu.TimestampBuilder}visitTimestampSecond(){return vu.TimestampSecondBuilder}visitTimestampMillisecond(){return vu.TimestampMillisecondBuilder}visitTimestampMicrosecond(){return vu.TimestampMicrosecondBuilder}visitTimestampNanosecond(){return vu.TimestampNanosecondBuilder}visitTime(){return Tu.TimeBuilder}visitTimeSecond(){return Tu.TimeSecondBuilder}visitTimeMillisecond(){return Tu.TimeMillisecondBuilder}visitTimeMicrosecond(){return Tu.TimeMicrosecondBuilder}visitTimeNanosecond(){return Tu.TimeNanosecondBuilder}visitDecimal(){return RD.DecimalBuilder}visitList(){return UD.ListBuilder}visitStruct(){return CD.StructBuilder}visitUnion(){return Zh.UnionBuilder}visitDenseUnion(){return Zh.DenseUnionBuilder}visitSparseUnion(){return Zh.SparseUnionBuilder}visitDictionary(){return HD.DictionaryBuilder}visitInterval(){return Jh.IntervalBuilder}visitIntervalDayTime(){return Jh.IntervalDayTimeBuilder}visitIntervalYearMonth(){return Jh.IntervalYearMonthBuilder}visitFixedSizeList(){return zD.FixedSizeListBuilder}visitMap(){return LD.MapBuilder}};sa.GetBuilderCtor=Xh;sa.instance=new Xh});var jd=z(ue=>{"use strict";Object.defineProperty(ue,"__esModule",{value:!0});ue.DenseUnionBuilder=ue.SparseUnionBuilder=ue.UnionBuilder=ue.StructBuilder=ue.MapBuilder=ue.FixedSizeListBuilder=ue.ListBuilder=ue.BinaryBuilder=ue.Utf8Builder=ue.IntervalYearMonthBuilder=ue.IntervalDayTimeBuilder=ue.IntervalBuilder=ue.TimestampNanosecondBuilder=ue.TimestampMicrosecondBuilder=ue.TimestampMillisecondBuilder=ue.TimestampSecondBuilder=ue.TimestampBuilder=ue.TimeNanosecondBuilder=ue.TimeMicrosecondBuilder=ue.TimeMillisecondBuilder=ue.TimeSecondBuilder=ue.TimeBuilder=ue.Uint64Builder=ue.Uint32Builder=ue.Uint16Builder=ue.Uint8Builder=ue.Int64Builder=ue.Int32Builder=ue.Int16Builder=ue.Int8Builder=ue.IntBuilder=ue.Float64Builder=ue.Float32Builder=ue.Float16Builder=ue.FloatBuilder=ue.FixedSizeBinaryBuilder=ue.DictionaryBuilder=ue.DecimalBuilder=ue.DateMillisecondBuilder=ue.DateDayBuilder=ue.DateBuilder=ue.NullBuilder=ue.BoolBuilder=ue.Builder=void 0;var YD=Zt();Object.defineProperty(ue,"Builder",{enumerable:!0,get:function(){return YD.Builder}});var KD=vh();Object.defineProperty(ue,"BoolBuilder",{enumerable:!0,get:function(){return KD.BoolBuilder}});var GD=Th();Object.defineProperty(ue,"NullBuilder",{enumerable:!0,get:function(){return GD.NullBuilder}});var Qh=Bh();Object.defineProperty(ue,"DateBuilder",{enumerable:!0,get:function(){return Qh.DateBuilder}});Object.defineProperty(ue,"DateDayBuilder",{enumerable:!0,get:function(){return Qh.DateDayBuilder}});Object.defineProperty(ue,"DateMillisecondBuilder",{enumerable:!0,get:function(){return Qh.DateMillisecondBuilder}});var JD=kh();Object.defineProperty(ue,"DecimalBuilder",{enumerable:!0,get:function(){return JD.DecimalBuilder}});var ZD=Sh();Object.defineProperty(ue,"DictionaryBuilder",{enumerable:!0,get:function(){return ZD.DictionaryBuilder}});var XD=xh();Object.defineProperty(ue,"FixedSizeBinaryBuilder",{enumerable:!0,get:function(){return XD.FixedSizeBinaryBuilder}});var yd=Ah();Object.defineProperty(ue,"FloatBuilder",{enumerable:!0,get:function(){return yd.FloatBuilder}});Object.defineProperty(ue,"Float16Builder",{enumerable:!0,get:function(){return yd.Float16Builder}});Object.defineProperty(ue,"Float32Builder",{enumerable:!0,get:function(){return yd.Float32Builder}});Object.defineProperty(ue,"Float64Builder",{enumerable:!0,get:function(){return yd.Float64Builder}});var uo=Oh();Object.defineProperty(ue,"IntBuilder",{enumerable:!0,get:function(){return uo.IntBuilder}});Object.defineProperty(ue,"Int8Builder",{enumerable:!0,get:function(){return uo.Int8Builder}});Object.defineProperty(ue,"Int16Builder",{enumerable:!0,get:function(){return uo.Int16Builder}});Object.defineProperty(ue,"Int32Builder",{enumerable:!0,get:function(){return uo.Int32Builder}});Object.defineProperty(ue,"Int64Builder",{enumerable:!0,get:function(){return uo.Int64Builder}});Object.defineProperty(ue,"Uint8Builder",{enumerable:!0,get:function(){return uo.Uint8Builder}});Object.defineProperty(ue,"Uint16Builder",{enumerable:!0,get:function(){return uo.Uint16Builder}});Object.defineProperty(ue,"Uint32Builder",{enumerable:!0,get:function(){return uo.Uint32Builder}});Object.defineProperty(ue,"Uint64Builder",{enumerable:!0,get:function(){return uo.Uint64Builder}});var Bu=Nh();Object.defineProperty(ue,"TimeBuilder",{enumerable:!0,get:function(){return Bu.TimeBuilder}});Object.defineProperty(ue,"TimeSecondBuilder",{enumerable:!0,get:function(){return Bu.TimeSecondBuilder}});Object.defineProperty(ue,"TimeMillisecondBuilder",{enumerable:!0,get:function(){return Bu.TimeMillisecondBuilder}});Object.defineProperty(ue,"TimeMicrosecondBuilder",{enumerable:!0,get:function(){return Bu.TimeMicrosecondBuilder}});Object.defineProperty(ue,"TimeNanosecondBuilder",{enumerable:!0,get:function(){return Bu.TimeNanosecondBuilder}});var ku=Dh();Object.defineProperty(ue,"TimestampBuilder",{enumerable:!0,get:function(){return ku.TimestampBuilder}});Object.defineProperty(ue,"TimestampSecondBuilder",{enumerable:!0,get:function(){return ku.TimestampSecondBuilder}});Object.defineProperty(ue,"TimestampMillisecondBuilder",{enumerable:!0,get:function(){return ku.TimestampMillisecondBuilder}});Object.defineProperty(ue,"TimestampMicrosecondBuilder",{enumerable:!0,get:function(){return ku.TimestampMicrosecondBuilder}});Object.defineProperty(ue,"TimestampNanosecondBuilder",{enumerable:!0,get:function(){return ku.TimestampNanosecondBuilder}});var $h=Fh();Object.defineProperty(ue,"IntervalBuilder",{enumerable:!0,get:function(){return $h.IntervalBuilder}});Object.defineProperty(ue,"IntervalDayTimeBuilder",{enumerable:!0,get:function(){return $h.IntervalDayTimeBuilder}});Object.defineProperty(ue,"IntervalYearMonthBuilder",{enumerable:!0,get:function(){return $h.IntervalYearMonthBuilder}});var QD=ld();Object.defineProperty(ue,"Utf8Builder",{enumerable:!0,get:function(){return QD.Utf8Builder}});var $D=sd();Object.defineProperty(ue,"BinaryBuilder",{enumerable:!0,get:function(){return $D.BinaryBuilder}});var eF=Mh();Object.defineProperty(ue,"ListBuilder",{enumerable:!0,get:function(){return eF.ListBuilder}});var tF=zh();Object.defineProperty(ue,"FixedSizeListBuilder",{enumerable:!0,get:function(){return tF.FixedSizeListBuilder}});var rF=Uh();Object.defineProperty(ue,"MapBuilder",{enumerable:!0,get:function(){return rF.MapBuilder}});var nF=Lh();Object.defineProperty(ue,"StructBuilder",{enumerable:!0,get:function(){return nF.StructBuilder}});var eg=Vh();Object.defineProperty(ue,"UnionBuilder",{enumerable:!0,get:function(){return eg.UnionBuilder}});Object.defineProperty(ue,"SparseUnionBuilder",{enumerable:!0,get:function(){return eg.SparseUnionBuilder}});Object.defineProperty(ue,"DenseUnionBuilder",{enumerable:!0,get:function(){return eg.DenseUnionBuilder}});var tg=Pt(),iF=ld(),oF=Zt(),HB=Kh(),MB=RB();oF.Builder.new=zB;function zB(t){let e=t.type,r=new(MB.instance.getVisitFn(e)())(t);if(e.children&&e.children.length>0){let n=t.children||[],i={nullValues:t.nullValues},o=Array.isArray(n)?(f,s)=>n[s]||i:({name:f})=>n[f]||i;e.children.forEach((f,s)=>{let{type:l}=f,u=o(f,s);r.children.push(zB({...u,type:l}))})}return r}Object.keys(tg.Type).map(t=>tg.Type[t]).filter(t=>typeof t=="number"&&t!==tg.Type.NONE).forEach(t=>{let e=MB.instance.visit(t);e.prototype._setValue=HB.instance.getVisitFn(t)});iF.Utf8Builder.prototype._setValue=HB.instance.visitBinary});var UB=z(aa=>{"use strict";Object.defineProperty(aa,"__esModule",{value:!0});aa.Block=aa.Footer=void 0;var fF=no(),_d=Ko(),On=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsFooter(e,r){return(r||new On).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsFooter(e,r){return e.setPosition(e.position()+fF.flatbuffers.SIZE_PREFIX_LENGTH),(r||new On).__init(e.readInt32(e.position())+e.position(),e)}version(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):_d.MetadataVersion.V1}schema(e){let r=this.bb.__offset(this.bb_pos,6);return r?(e||new _d.Schema).__init(this.bb.__indirect(this.bb_pos+r),this.bb):null}dictionaries(e,r){let n=this.bb.__offset(this.bb_pos,8);return n?(r||new qd).__init(this.bb.__vector(this.bb_pos+n)+e*24,this.bb):null}dictionariesLength(){let e=this.bb.__offset(this.bb_pos,8);return e?this.bb.__vector_len(this.bb_pos+e):0}recordBatches(e,r){let n=this.bb.__offset(this.bb_pos,10);return n?(r||new qd).__init(this.bb.__vector(this.bb_pos+n)+e*24,this.bb):null}recordBatchesLength(){let e=this.bb.__offset(this.bb_pos,10);return e?this.bb.__vector_len(this.bb_pos+e):0}customMetadata(e,r){let n=this.bb.__offset(this.bb_pos,12);return n?(r||new _d.KeyValue).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+n)+e*4),this.bb):null}customMetadataLength(){let e=this.bb.__offset(this.bb_pos,12);return e?this.bb.__vector_len(this.bb_pos+e):0}static startFooter(e){e.startObject(5)}static addVersion(e,r){e.addFieldInt16(0,r,_d.MetadataVersion.V1)}static addSchema(e,r){e.addFieldOffset(1,r,0)}static addDictionaries(e,r){e.addFieldOffset(2,r,0)}static startDictionariesVector(e,r){e.startVector(24,r,8)}static addRecordBatches(e,r){e.addFieldOffset(3,r,0)}static startRecordBatchesVector(e,r){e.startVector(24,r,8)}static addCustomMetadata(e,r){e.addFieldOffset(4,r,0)}static createCustomMetadataVector(e,r){e.startVector(4,r.length,4);for(let n=r.length-1;n>=0;n--)e.addOffset(r[n]);return e.endVector()}static startCustomMetadataVector(e,r){e.startVector(4,r,4)}static endFooter(e){return e.endObject()}static finishFooterBuffer(e,r){e.finish(r)}static finishSizePrefixedFooterBuffer(e,r){e.finish(r,void 0,!0)}static createFooter(e,r,n,i,o,f){return On.startFooter(e),On.addVersion(e,r),On.addSchema(e,n),On.addDictionaries(e,i),On.addRecordBatches(e,o),On.addCustomMetadata(e,f),On.endFooter(e)}};aa.Footer=On;var qd=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,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 createBlock(e,r,n,i){return e.prep(8,24),e.writeInt64(i),e.pad(4),e.writeInt32(n),e.writeInt64(r),e.offset()}};aa.Block=qd});var ig=z(la=>{"use strict";Object.defineProperty(la,"__esModule",{value:!0});la.FileBlock=la.Footer=void 0;var Qn=UB(),rg=no(),LB=rg.flatbuffers.Long,sF=rg.flatbuffers.Builder,aF=rg.flatbuffers.ByteBuffer,VB=qr(),CB=Pt(),lF=hr(),ng=class{constructor(e,r=CB.MetadataVersion.V4,n,i){this.schema=e,this.version=r,n&&(this._recordBatches=n),i&&(this._dictionaryBatches=i)}static decode(e){e=new aF(lF.toUint8Array(e));let r=Qn.Footer.getRootAsFooter(e),n=VB.Schema.decode(r.schema());return new WB(n,r)}static encode(e){let r=new sF,n=VB.Schema.encode(r,e.schema);Qn.Footer.startRecordBatchesVector(r,e.numRecordBatches),[...e.recordBatches()].slice().reverse().forEach(f=>tf.encode(r,f));let i=r.endVector();Qn.Footer.startDictionariesVector(r,e.numDictionaries),[...e.dictionaryBatches()].slice().reverse().forEach(f=>tf.encode(r,f));let o=r.endVector();return Qn.Footer.startFooter(r),Qn.Footer.addSchema(r,n),Qn.Footer.addVersion(r,CB.MetadataVersion.V4),Qn.Footer.addRecordBatches(r,i),Qn.Footer.addDictionaries(r,o),Qn.Footer.finishFooterBuffer(r,Qn.Footer.endFooter(r)),r.asUint8Array()}get numRecordBatches(){return this._recordBatches.length}get numDictionaries(){return this._dictionaryBatches.length}*recordBatches(){for(let e,r=-1,n=this.numRecordBatches;++r<n;)(e=this.getRecordBatch(r))&&(yield e)}*dictionaryBatches(){for(let e,r=-1,n=this.numDictionaries;++r<n;)(e=this.getDictionaryBatch(r))&&(yield e)}getRecordBatch(e){return e>=0&&e<this.numRecordBatches&&this._recordBatches[e]||null}getDictionaryBatch(e){return e>=0&&e<this.numDictionaries&&this._dictionaryBatches[e]||null}};la.Footer=ng;var WB=class extends ng{constructor(e,r){super(e,r.version());this._footer=r}get numRecordBatches(){return this._footer.recordBatchesLength()}get numDictionaries(){return this._footer.dictionariesLength()}getRecordBatch(e){if(e>=0&&e<this.numRecordBatches){let r=this._footer.recordBatches(e);if(r)return tf.decode(r)}return null}getDictionaryBatch(e){if(e>=0&&e<this.numDictionaries){let r=this._footer.dictionaries(e);if(r)return tf.decode(r)}return null}},tf=class{constructor(e,r,n){this.metaDataLength=e,this.offset=typeof n=="number"?n:n.low,this.bodyLength=typeof r=="number"?r:r.low}static decode(e){return new tf(e.metaDataLength(),e.bodyLength(),e.offset())}static encode(e,r){let{metaDataLength:n}=r,i=new LB(r.offset,0),o=new LB(r.bodyLength,0);return Qn.Block.createBlock(e,i,n,o)}};la.FileBlock=tf});var ff=z(of=>{"use strict";Object.defineProperty(of,"__esModule",{value:!0});of.AsyncByteStream=of.ByteStream=of.AsyncByteQueue=void 0;var rf=wu(),YB=Cf(),Iu=Ys(),og=hr(),ua=Dr(),fg=class extends Iu.AsyncQueue{write(e){if((e=og.toUint8Array(e)).byteLength>0)return super.write(e)}toString(e=!1){return e?YB.decodeUtf8(this.toUint8Array(!0)):this.toUint8Array(!1).then(YB.decodeUtf8)}toUint8Array(e=!1){return e?og.joinUint8Arrays(this._values)[0]:(async()=>{let r=[],n=0;for await(let i of this)r.push(i),n+=i.byteLength;return og.joinUint8Arrays(r,n)[0]})()}};of.AsyncByteQueue=fg;var KB=class{constructor(e){e&&(this.source=new GB(rf.default.fromIterable(e)))}[Symbol.iterator](){return this}next(e){return this.source.next(e)}throw(e){return this.source.throw(e)}return(e){return this.source.return(e)}peek(e){return this.source.peek(e)}read(e){return this.source.read(e)}};of.ByteStream=KB;var vd=class{constructor(e){e instanceof vd?this.source=e.source:e instanceof fg?this.source=new nf(rf.default.fromAsyncIterable(e)):ua.isReadableNodeStream(e)?this.source=new nf(rf.default.fromNodeStream(e)):ua.isReadableDOMStream(e)?this.source=new nf(rf.default.fromDOMStream(e)):ua.isFetchResponse(e)?this.source=new nf(rf.default.fromDOMStream(e.body)):ua.isIterable(e)?this.source=new nf(rf.default.fromIterable(e)):ua.isPromise(e)?this.source=new nf(rf.default.fromAsyncIterable(e)):ua.isAsyncIterable(e)&&(this.source=new nf(rf.default.fromAsyncIterable(e)))}[Symbol.asyncIterator](){return this}next(e){return this.source.next(e)}throw(e){return this.source.throw(e)}return(e){return this.source.return(e)}get closed(){return this.source.closed}cancel(e){return this.source.cancel(e)}peek(e){return this.source.peek(e)}read(e){return this.source.read(e)}};of.AsyncByteStream=vd;var GB=class{constructor(e){this.source=e}cancel(e){this.return(e)}peek(e){return this.next(e,"peek").value}read(e){return this.next(e,"read").value}next(e,r="read"){return this.source.next({cmd:r,size:e})}throw(e){return Object.create(this.source.throw&&this.source.throw(e)||Iu.ITERATOR_DONE)}return(e){return Object.create(this.source.return&&this.source.return(e)||Iu.ITERATOR_DONE)}},nf=class{constructor(e){this.source=e,this._closedPromise=new Promise(r=>this._closedPromiseResolve=r)}async cancel(e){await this.return(e)}get closed(){return this._closedPromise}async read(e){return(await this.next(e,"read")).value}async peek(e){return(await this.next(e,"peek")).value}async next(e,r="read"){return await this.source.next({cmd:r,size:e})}async throw(e){let r=this.source.throw&&await this.source.throw(e)||Iu.ITERATOR_DONE;return this._closedPromiseResolve&&this._closedPromiseResolve(),this._closedPromiseResolve=void 0,Object.create(r)}async return(e){let r=this.source.return&&await this.source.return(e)||Iu.ITERATOR_DONE;return this._closedPromiseResolve&&this._closedPromiseResolve(),this._closedPromiseResolve=void 0,Object.create(r)}}});var sg=z(ca=>{"use strict";Object.defineProperty(ca,"__esModule",{value:!0});ca.AsyncRandomAccessFile=ca.RandomAccessFile=void 0;var JB=ff(),uF=hr(),ZB=class extends JB.ByteStream{constructor(e,r){super();this.position=0,this.buffer=uF.toUint8Array(e),this.size=typeof r=="undefined"?this.buffer.byteLength:r}readInt32(e){let{buffer:r,byteOffset:n}=this.readAt(e,4);return new DataView(r,n).getInt32(0,!0)}seek(e){return this.position=Math.min(e,this.size),e<this.size}read(e){let{buffer:r,size:n,position:i}=this;return r&&i<n?(typeof e!="number"&&(e=1/0),this.position=Math.min(n,i+Math.min(n-i,e)),r.subarray(i,this.position)):null}readAt(e,r){let n=this.buffer,i=Math.min(this.size,e+r);return n?n.subarray(e,i):new Uint8Array(r)}close(){this.buffer&&(this.buffer=null)}throw(e){return this.close(),{done:!0,value:e}}return(e){return this.close(),{done:!0,value:e}}};ca.RandomAccessFile=ZB;var XB=class extends JB.AsyncByteStream{constructor(e,r){super();this.position=0,this._handle=e,typeof r=="number"?this.size=r:this._pending=(async()=>{this.size=(await e.stat()).size,delete this._pending})()}async readInt32(e){let{buffer:r,byteOffset:n}=await this.readAt(e,4);return new DataView(r,n).getInt32(0,!0)}async seek(e){return this._pending&&await this._pending,this.position=Math.min(e,this.size),e<this.size}async read(e){this._pending&&await this._pending;let{_handle:r,size:n,position:i}=this;if(r&&i<n){typeof e!="number"&&(e=1/0);let o=i,f=0,s=0,l=Math.min(n,o+Math.min(n-o,e)),u=new Uint8Array(Math.max(0,(this.position=l)-o));for(;(o+=s)<l&&(f+=s)<u.byteLength;)({bytesRead:s}=await r.read(u,f,u.byteLength-f,o));return u}return null}async readAt(e,r){this._pending&&await this._pending;let{_handle:n,size:i}=this;if(n&&e+r<i){let o=Math.min(i,e+r),f=new Uint8Array(o-e);return(await n.read(f,0,r,e)).buffer}return new Uint8Array(r)}async close(){let e=this._handle;this._handle=null,e&&await e.close()}async throw(e){return await this.close(),{done:!0,value:e}}async return(e){return await this.close(),{done:!0,value:e}}};ca.AsyncRandomAccessFile=XB});var lg=z(Bi=>{"use strict";Object.defineProperty(Bi,"__esModule",{value:!0});Bi.Int128=Bi.Int64=Bi.Uint64=Bi.BaseInt64=void 0;var cF=1<<16;function pa(t){return t<0&&(t=4294967295+t+1),`0x${t.toString(16)}`}var da=8,ag=[1,10,100,1e3,1e4,1e5,1e6,1e7,1e8],Td=class{constructor(e){this.buffer=e}high(){return this.buffer[1]}low(){return this.buffer[0]}_times(e){let r=new Uint32Array([this.buffer[1]>>>16,this.buffer[1]&65535,this.buffer[0]>>>16,this.buffer[0]&65535]),n=new Uint32Array([e.buffer[1]>>>16,e.buffer[1]&65535,e.buffer[0]>>>16,e.buffer[0]&65535]),i=r[3]*n[3];this.buffer[0]=i&65535;let o=i>>>16;return i=r[2]*n[3],o+=i,i=r[3]*n[2]>>>0,o+=i,this.buffer[0]+=o<<16,this.buffer[1]=o>>>0<i?cF:0,this.buffer[1]+=o>>>16,this.buffer[1]+=r[1]*n[3]+r[2]*n[2]+r[3]*n[1],this.buffer[1]+=r[0]*n[3]+r[1]*n[2]+r[2]*n[1]+r[3]*n[0]<<16,this}_plus(e){let r=this.buffer[0]+e.buffer[0]>>>0;this.buffer[1]+=e.buffer[1],r<this.buffer[0]>>>0&&++this.buffer[1],this.buffer[0]=r}lessThan(e){return this.buffer[1]<e.buffer[1]||this.buffer[1]===e.buffer[1]&&this.buffer[0]<e.buffer[0]}equals(e){return this.buffer[1]===e.buffer[1]&&this.buffer[0]==e.buffer[0]}greaterThan(e){return e.lessThan(this)}hex(){return`${pa(this.buffer[1])} ${pa(this.buffer[0])}`}};Bi.BaseInt64=Td;var _t=class extends Td{times(e){return this._times(e),this}plus(e){return this._plus(e),this}static from(e,r=new Uint32Array(2)){return _t.fromString(typeof e=="string"?e:e.toString(),r)}static fromNumber(e,r=new Uint32Array(2)){return _t.fromString(e.toString(),r)}static fromString(e,r=new Uint32Array(2)){let n=e.length,i=new _t(r);for(let o=0;o<n;){let f=da<n-o?da:n-o,s=new _t(new Uint32Array([parseInt(e.substr(o,f),10),0])),l=new _t(new Uint32Array([ag[f],0]));i.times(l),i.plus(s),o+=f}return i}static convertArray(e){let r=new Uint32Array(e.length*2);for(let n=-1,i=e.length;++n<i;)_t.from(e[n],new Uint32Array(r.buffer,r.byteOffset+2*n*4,2));return r}static multiply(e,r){return new _t(new Uint32Array(e.buffer)).times(r)}static add(e,r){return new _t(new Uint32Array(e.buffer)).plus(r)}};Bi.Uint64=_t;var fn=class extends Td{negate(){return this.buffer[0]=~this.buffer[0]+1,this.buffer[1]=~this.buffer[1],this.buffer[0]==0&&++this.buffer[1],this}times(e){return this._times(e),this}plus(e){return this._plus(e),this}lessThan(e){let r=this.buffer[1]<<0,n=e.buffer[1]<<0;return r<n||r===n&&this.buffer[0]<e.buffer[0]}static from(e,r=new Uint32Array(2)){return fn.fromString(typeof e=="string"?e:e.toString(),r)}static fromNumber(e,r=new Uint32Array(2)){return fn.fromString(e.toString(),r)}static fromString(e,r=new Uint32Array(2)){let n=e.startsWith("-"),i=e.length,o=new fn(r);for(let f=n?1:0;f<i;){let s=da<i-f?da:i-f,l=new fn(new Uint32Array([parseInt(e.substr(f,s),10),0])),u=new fn(new Uint32Array([ag[s],0]));o.times(u),o.plus(l),f+=s}return n?o.negate():o}static convertArray(e){let r=new Uint32Array(e.length*2);for(let n=-1,i=e.length;++n<i;)fn.from(e[n],new Uint32Array(r.buffer,r.byteOffset+2*n*4,2));return r}static multiply(e,r){return new fn(new Uint32Array(e.buffer)).times(r)}static add(e,r){return new fn(new Uint32Array(e.buffer)).plus(r)}};Bi.Int64=fn;var $n=class{constructor(e){this.buffer=e}high(){return new fn(new Uint32Array(this.buffer.buffer,this.buffer.byteOffset+8,2))}low(){return new fn(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(e){let r=new _t(new Uint32Array([this.buffer[3],0])),n=new _t(new Uint32Array([this.buffer[2],0])),i=new _t(new Uint32Array([this.buffer[1],0])),o=new _t(new Uint32Array([this.buffer[0],0])),f=new _t(new Uint32Array([e.buffer[3],0])),s=new _t(new Uint32Array([e.buffer[2],0])),l=new _t(new Uint32Array([e.buffer[1],0])),u=new _t(new Uint32Array([e.buffer[0],0])),c=_t.multiply(o,u);this.buffer[0]=c.low();let _=new _t(new Uint32Array([c.high(),0]));return c=_t.multiply(i,u),_.plus(c),c=_t.multiply(o,l),_.plus(c),this.buffer[1]=_.low(),this.buffer[3]=_.lessThan(c)?1:0,this.buffer[2]=_.high(),new _t(new Uint32Array(this.buffer.buffer,this.buffer.byteOffset+8,2)).plus(_t.multiply(n,u)).plus(_t.multiply(i,l)).plus(_t.multiply(o,s)),this.buffer[3]+=_t.multiply(r,u).plus(_t.multiply(n,l)).plus(_t.multiply(i,s)).plus(_t.multiply(o,f)).low(),this}plus(e){let r=new Uint32Array(4);return r[3]=this.buffer[3]+e.buffer[3]>>>0,r[2]=this.buffer[2]+e.buffer[2]>>>0,r[1]=this.buffer[1]+e.buffer[1]>>>0,r[0]=this.buffer[0]+e.buffer[0]>>>0,r[0]<this.buffer[0]>>>0&&++r[1],r[1]<this.buffer[1]>>>0&&++r[2],r[2]<this.buffer[2]>>>0&&++r[3],this.buffer[3]=r[3],this.buffer[2]=r[2],this.buffer[1]=r[1],this.buffer[0]=r[0],this}hex(){return`${pa(this.buffer[3])} ${pa(this.buffer[2])} ${pa(this.buffer[1])} ${pa(this.buffer[0])}`}static multiply(e,r){return new $n(new Uint32Array(e.buffer)).times(r)}static add(e,r){return new $n(new Uint32Array(e.buffer)).plus(r)}static from(e,r=new Uint32Array(4)){return $n.fromString(typeof e=="string"?e:e.toString(),r)}static fromNumber(e,r=new Uint32Array(4)){return $n.fromString(e.toString(),r)}static fromString(e,r=new Uint32Array(4)){let n=e.startsWith("-"),i=e.length,o=new $n(r);for(let f=n?1:0;f<i;){let s=da<i-f?da:i-f,l=new $n(new Uint32Array([parseInt(e.substr(f,s),10),0,0,0])),u=new $n(new Uint32Array([ag[s],0,0,0]));o.times(u),o.plus(l),f+=s}return n?o.negate():o}static convertArray(e){let r=new Uint32Array(e.length*4);for(let n=-1,i=e.length;++n<i;)$n.from(e[n],new Uint32Array(r.buffer,r.byteOffset+4*4*n,4));return r}};Bi.Int128=$n});var tk=z(ma=>{"use strict";Object.defineProperty(ma,"__esModule",{value:!0});ma.JSONVectorLoader=ma.VectorLoader=void 0;var yr=Zn(),pF=qr(),co=jt(),dF=Sr(),QB=_i(),mF=Cf(),Bd=lg(),$B=Pt(),ki=hr(),ug=class extends dF.Visitor{constructor(e,r,n,i){super();this.nodesIndex=-1,this.buffersIndex=-1,this.bytes=e,this.nodes=r,this.buffers=n,this.dictionaries=i}visit(e){return super.visit(e instanceof pF.Field?e.type:e)}visitNull(e,{length:r}=this.nextFieldNode()){return yr.Data.Null(e,0,r)}visitBool(e,{length:r,nullCount:n}=this.nextFieldNode()){return yr.Data.Bool(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitInt(e,{length:r,nullCount:n}=this.nextFieldNode()){return yr.Data.Int(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitFloat(e,{length:r,nullCount:n}=this.nextFieldNode()){return yr.Data.Float(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitUtf8(e,{length:r,nullCount:n}=this.nextFieldNode()){return yr.Data.Utf8(e,0,r,n,this.readNullBitmap(e,n),this.readOffsets(e),this.readData(e))}visitBinary(e,{length:r,nullCount:n}=this.nextFieldNode()){return yr.Data.Binary(e,0,r,n,this.readNullBitmap(e,n),this.readOffsets(e),this.readData(e))}visitFixedSizeBinary(e,{length:r,nullCount:n}=this.nextFieldNode()){return yr.Data.FixedSizeBinary(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitDate(e,{length:r,nullCount:n}=this.nextFieldNode()){return yr.Data.Date(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitTimestamp(e,{length:r,nullCount:n}=this.nextFieldNode()){return yr.Data.Timestamp(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitTime(e,{length:r,nullCount:n}=this.nextFieldNode()){return yr.Data.Time(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitDecimal(e,{length:r,nullCount:n}=this.nextFieldNode()){return yr.Data.Decimal(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitList(e,{length:r,nullCount:n}=this.nextFieldNode()){return yr.Data.List(e,0,r,n,this.readNullBitmap(e,n),this.readOffsets(e),this.visit(e.children[0]))}visitStruct(e,{length:r,nullCount:n}=this.nextFieldNode()){return yr.Data.Struct(e,0,r,n,this.readNullBitmap(e,n),this.visitMany(e.children))}visitUnion(e){return e.mode===$B.UnionMode.Sparse?this.visitSparseUnion(e):this.visitDenseUnion(e)}visitDenseUnion(e,{length:r,nullCount:n}=this.nextFieldNode()){return yr.Data.Union(e,0,r,n,this.readNullBitmap(e,n),this.readTypeIds(e),this.readOffsets(e),this.visitMany(e.children))}visitSparseUnion(e,{length:r,nullCount:n}=this.nextFieldNode()){return yr.Data.Union(e,0,r,n,this.readNullBitmap(e,n),this.readTypeIds(e),this.visitMany(e.children))}visitDictionary(e,{length:r,nullCount:n}=this.nextFieldNode()){return yr.Data.Dictionary(e,0,r,n,this.readNullBitmap(e,n),this.readData(e.indices),this.readDictionary(e))}visitInterval(e,{length:r,nullCount:n}=this.nextFieldNode()){return yr.Data.Interval(e,0,r,n,this.readNullBitmap(e,n),this.readData(e))}visitFixedSizeList(e,{length:r,nullCount:n}=this.nextFieldNode()){return yr.Data.FixedSizeList(e,0,r,n,this.readNullBitmap(e,n),this.visit(e.children[0]))}visitMap(e,{length:r,nullCount:n}=this.nextFieldNode()){return yr.Data.Map(e,0,r,n,this.readNullBitmap(e,n),this.readOffsets(e),this.visit(e.children[0]))}nextFieldNode(){return this.nodes[++this.nodesIndex]}nextBufferRange(){return this.buffers[++this.buffersIndex]}readNullBitmap(e,r,n=this.nextBufferRange()){return r>0&&this.readData(e,n)||new Uint8Array(0)}readOffsets(e,r){return this.readData(e,r)}readTypeIds(e,r){return this.readData(e,r)}readData(e,{length:r,offset:n}=this.nextBufferRange()){return this.bytes.subarray(n,n+r)}readDictionary(e){return this.dictionaries.get(e.id)}};ma.VectorLoader=ug;var ek=class extends ug{constructor(e,r,n,i){super(new Uint8Array(0),r,n,i);this.sources=e}readNullBitmap(e,r,{offset:n}=this.nextBufferRange()){return r<=0?new Uint8Array(0):QB.packBools(this.sources[n])}readOffsets(e,{offset:r}=this.nextBufferRange()){return ki.toArrayBufferView(Uint8Array,ki.toArrayBufferView(Int32Array,this.sources[r]))}readTypeIds(e,{offset:r}=this.nextBufferRange()){return ki.toArrayBufferView(Uint8Array,ki.toArrayBufferView(e.ArrayType,this.sources[r]))}readData(e,{offset:r}=this.nextBufferRange()){let{sources:n}=this;return co.DataType.isTimestamp(e)||(co.DataType.isInt(e)||co.DataType.isTime(e))&&e.bitWidth===64||co.DataType.isDate(e)&&e.unit===$B.DateUnit.MILLISECOND?ki.toArrayBufferView(Uint8Array,Bd.Int64.convertArray(n[r])):co.DataType.isDecimal(e)?ki.toArrayBufferView(Uint8Array,Bd.Int128.convertArray(n[r])):co.DataType.isBinary(e)||co.DataType.isFixedSizeBinary(e)?bF(n[r]):co.DataType.isBool(e)?QB.packBools(n[r]):co.DataType.isUtf8(e)?mF.encodeUtf8(n[r].join("")):ki.toArrayBufferView(Uint8Array,ki.toArrayBufferView(e.ArrayType,n[r].map(i=>+i)))}};ma.JSONVectorLoader=ek;function bF(t){let e=t.join(""),r=new Uint8Array(e.length/2);for(let n=0;n<e.length;n+=2)r[n>>1]=parseInt(e.substr(n,2),16);return r}});var Su=z(wa=>{"use strict";Object.defineProperty(wa,"__esModule",{value:!0});wa.StructRow=wa.MapRow=void 0;var rk=gh(),xr=Symbol.for("parent"),ba=Symbol.for("rowIndex"),sn=Symbol.for("keyToIdx"),an=Symbol.for("idxToVal"),cg=Symbol.for("nodejs.util.inspect.custom"),Ii=class{constructor(e,r){this[xr]=e,this.size=r}entries(){return this[Symbol.iterator]()}has(e){return this.get(e)!==void 0}get(e){let r;if(e!=null){let n=this[sn]||(this[sn]=new Map),i=n.get(e);if(i!==void 0){let o=this[an]||(this[an]=new Array(this.size));(r=o[i])!==void 0||(o[i]=r=this.getValue(i))}else if((i=this.getIndex(e))>-1){n.set(e,i);let o=this[an]||(this[an]=new Array(this.size));(r=o[i])!==void 0||(o[i]=r=this.getValue(i))}}return r}set(e,r){if(e!=null){let n=this[sn]||(this[sn]=new Map),i=n.get(e);if(i===void 0&&n.set(e,i=this.getIndex(e)),i>-1){let o=this[an]||(this[an]=new Array(this.size));o[i]=this.setValue(i,r)}}return this}clear(){throw new Error(`Clearing ${this[Symbol.toStringTag]} not supported.`)}delete(e){throw new Error(`Deleting ${this[Symbol.toStringTag]} values not supported.`)}*[Symbol.iterator](){let e=this.keys(),r=this.values(),n=this[sn]||(this[sn]=new Map),i=this[an]||(this[an]=new Array(this.size));for(let o,f,s=0,l,u;!((l=e.next()).done||(u=r.next()).done);++s)o=l.value,f=u.value,i[s]=f,n.has(o)||n.set(o,s),yield[o,f]}forEach(e,r){let n=this.keys(),i=this.values(),o=r===void 0?e:(l,u,c)=>e.call(r,l,u,c),f=this[sn]||(this[sn]=new Map),s=this[an]||(this[an]=new Array(this.size));for(let l,u,c=0,_,p;!((_=n.next()).done||(p=i.next()).done);++c)l=_.value,u=p.value,s[c]=u,f.has(l)||f.set(l,c),o(u,l,this)}toArray(){return[...this.values()]}toJSON(){let e={};return this.forEach((r,n)=>e[n]=r),e}inspect(){return this.toString()}[cg](){return this.toString()}toString(){let e=[];return this.forEach((r,n)=>{n=rk.valueToString(n),r=rk.valueToString(r),e.push(`${n}: ${r}`)}),`{ ${e.join(", ")} }`}};Ii[Symbol.toStringTag]=(t=>(Object.defineProperties(t,{size:{writable:!0,enumerable:!1,configurable:!1,value:0},[xr]:{writable:!0,enumerable:!1,configurable:!1,value:null},[ba]:{writable:!0,enumerable:!1,configurable:!1,value:-1}}),t[Symbol.toStringTag]="Row"))(Ii.prototype);var nk=class extends Ii{constructor(e){super(e,e.length);return wF(this)}keys(){return this[xr].getChildAt(0)[Symbol.iterator]()}values(){return this[xr].getChildAt(1)[Symbol.iterator]()}getKey(e){return this[xr].getChildAt(0).get(e)}getIndex(e){return this[xr].getChildAt(0).indexOf(e)}getValue(e){return this[xr].getChildAt(1).get(e)}setValue(e,r){this[xr].getChildAt(1).set(e,r)}};wa.MapRow=nk;var ik=class extends Ii{constructor(e){super(e,e.type.children.length);return ok(this)}*keys(){for(let e of this[xr].type.children)yield e.name}*values(){for(let e of this[xr].type.children)yield this[e.name]}getKey(e){return this[xr].type.children[e].name}getIndex(e){return this[xr].type.children.findIndex(r=>r.name===e)}getValue(e){return this[xr].getChildAt(e).get(this[ba])}setValue(e,r){return this[xr].getChildAt(e).set(this[ba],r)}};wa.StructRow=ik;Object.setPrototypeOf(Ii.prototype,Map.prototype);var ok=(()=>{let t={enumerable:!0,configurable:!1,get:null,set:null};return e=>{let r=-1,n=e[sn]||(e[sn]=new Map),i=f=>function(){return this.get(f)},o=f=>function(s){return this.set(f,s)};for(let f of e.keys())n.set(f,++r),t.get=i(f),t.set=o(f),Object.prototype.hasOwnProperty.call(e,f)||(t.enumerable=!0,Object.defineProperty(e,f,t)),Object.prototype.hasOwnProperty.call(e,r)||(t.enumerable=!1,Object.defineProperty(e,r,t));return t.get=t.set=null,e}})(),wF=(()=>{if(typeof Proxy=="undefined")return ok;let t=Ii.prototype.has,e=Ii.prototype.get,r=Ii.prototype.set,n=Ii.prototype.getKey,i={isExtensible(){return!1},deleteProperty(){return!1},preventExtensions(){return!0},ownKeys(o){return[...o.keys()].map(f=>`${f}`)},has(o,f){switch(f){case"getKey":case"getIndex":case"getValue":case"setValue":case"toArray":case"toJSON":case"inspect":case"constructor":case"isPrototypeOf":case"propertyIsEnumerable":case"toString":case"toLocaleString":case"valueOf":case"size":case"has":case"get":case"set":case"clear":case"delete":case"keys":case"values":case"entries":case"forEach":case"__proto__":case"__defineGetter__":case"__defineSetter__":case"hasOwnProperty":case"__lookupGetter__":case"__lookupSetter__":case Symbol.iterator:case Symbol.toStringTag:case xr:case ba:case an:case sn:case cg:return!0}return typeof f=="number"&&!o.has(f)&&(f=o.getKey(f)),o.has(f)},get(o,f,s){switch(f){case"getKey":case"getIndex":case"getValue":case"setValue":case"toArray":case"toJSON":case"inspect":case"constructor":case"isPrototypeOf":case"propertyIsEnumerable":case"toString":case"toLocaleString":case"valueOf":case"size":case"has":case"get":case"set":case"clear":case"delete":case"keys":case"values":case"entries":case"forEach":case"__proto__":case"__defineGetter__":case"__defineSetter__":case"hasOwnProperty":case"__lookupGetter__":case"__lookupSetter__":case Symbol.iterator:case Symbol.toStringTag:case xr:case ba:case an:case sn:case cg:return Reflect.get(o,f,s)}return typeof f=="number"&&!t.call(s,f)&&(f=n.call(s,f)),e.call(s,f)},set(o,f,s,l){switch(f){case xr:case ba:case an:case sn:return Reflect.set(o,f,s,l);case"getKey":case"getIndex":case"getValue":case"setValue":case"toArray":case"toJSON":case"inspect":case"constructor":case"isPrototypeOf":case"propertyIsEnumerable":case"toString":case"toLocaleString":case"valueOf":case"size":case"has":case"get":case"set":case"clear":case"delete":case"keys":case"values":case"entries":case"forEach":case"__proto__":case"__defineGetter__":case"__defineSetter__":case"hasOwnProperty":case"__lookupGetter__":case"__lookupSetter__":case Symbol.iterator:case Symbol.toStringTag:return!1}return typeof f=="number"&&!t.call(l,f)&&(f=n.call(l,f)),t.call(l,f)?!!r.call(l,f,s):!1}};return o=>new Proxy(o,i)})()});var Au=z(sf=>{"use strict";Object.defineProperty(sf,"__esModule",{value:!0});sf.createElementComparator=sf.clampRange=sf.clampIndex=void 0;var fk=ir(),sk=Su(),hF=hr(),ak=Dr();function gF(t,e,r){let n=t.length,i=e>-1?e:n+e%n;return r?r(t,i):i}sf.clampIndex=gF;var lk;function yF(t,e,r,n){let{length:i=0}=t,o=typeof e!="number"?0:e,f=typeof r!="number"?i:r;return o<0&&(o=(o%i+i)%i),f<0&&(f=(f%i+i)%i),f<o&&(lk=o,o=f,f=lk),f>i&&(f=i),n?n(t,o,f):[o,f]}sf.clampRange=yF;var jF=ak.BigIntAvailable?ak.BigInt(0):0,uk=t=>t!==t;function xu(t){let e=typeof t;if(e!=="object"||t===null)return uk(t)?uk:e!=="bigint"?r=>r===t:r=>jF+r===t;if(t instanceof Date){let r=t.valueOf();return n=>n instanceof Date?n.valueOf()===r:!1}return ArrayBuffer.isView(t)?r=>r?hF.compareArrayLike(t,r):!1:t instanceof Map?qF(t):Array.isArray(t)?_F(t):t instanceof fk.Vector?vF(t):TF(t)}sf.createElementComparator=xu;function _F(t){let e=[];for(let r=-1,n=t.length;++r<n;)e[r]=xu(t[r]);return kd(e)}function qF(t){let e=-1,r=[];return t.forEach(n=>r[++e]=xu(n)),kd(r)}function vF(t){let e=[];for(let r=-1,n=t.length;++r<n;)e[r]=xu(t.get(r));return kd(e)}function TF(t){let e=Object.keys(t);if(e.length===0)return()=>!1;let r=[];for(let n=-1,i=e.length;++n<i;)r[n]=xu(t[e[n]]);return kd(r,e)}function kd(t,e){return r=>{if(!r||typeof r!="object")return!1;switch(r.constructor){case Array:return BF(t,r);case Map:case sk.MapRow:case sk.StructRow:return ck(t,r,r.keys());case Object:case void 0:return ck(t,r,e||Object.keys(r))}return r instanceof fk.Vector?kF(t,r):!1}}function BF(t,e){let r=t.length;if(e.length!==r)return!1;for(let n=-1;++n<r;)if(!t[n](e[n]))return!1;return!0}function kF(t,e){let r=t.length;if(e.length!==r)return!1;for(let n=-1;++n<r;)if(!t[n](e.get(n)))return!1;return!0}function ck(t,e,r){let n=r[Symbol.iterator](),i=e instanceof Map?e.keys():Object.keys(e)[Symbol.iterator](),o=e instanceof Map?e.values():Object.values(e)[Symbol.iterator](),f=0,s=t.length,l=o.next(),u=n.next(),c=i.next();for(;f<s&&!u.done&&!c.done&&!l.done&&!(u.value!==c.value||!t[f](l.value));++f,u=n.next(),c=i.next(),l=o.next());return f===s&&u.done&&c.done&&l.done?!0:(n.return&&n.return(),i.return&&i.return(),o.return&&o.return(),!1)}});var ha=z(Xr=>{"use strict";Object.defineProperty(Xr,"__esModule",{value:!0});Xr.selectColumnChildrenArgs=Xr.selectVectorChildrenArgs=Xr.selectChunkArgs=Xr.selectFieldArgs=Xr.selectColumnArgs=Xr.selectArgs=void 0;var pk=Zn(),dk=qr(),af=ga(),Eu=ir(),mk=jt(),IF=uf(),lf=Array.isArray;Xr.selectArgs=(t,e)=>Id(t,e,[],0);Xr.selectColumnArgs=t=>{let[e,r]=dg(t,[[],[]]);return r.map((n,i)=>n instanceof af.Column?af.Column.new(n.field.clone(e[i]),n):n instanceof Eu.Vector?af.Column.new(e[i],n):af.Column.new(e[i],[]))};Xr.selectFieldArgs=t=>dg(t,[[],[]]);Xr.selectChunkArgs=(t,e)=>pg(t,e,[],0);Xr.selectVectorChildrenArgs=(t,e)=>bk(t,e,[],0);Xr.selectColumnChildrenArgs=(t,e)=>wk(t,e,[],0);function Id(t,e,r,n){let i,o=n,f=-1,s=e.length;for(;++f<s;)lf(i=e[f])?o=Id(t,i,r,o).length:i instanceof t&&(r[o++]=i);return r}function pg(t,e,r,n){let i,o=n,f=-1,s=e.length;for(;++f<s;)lf(i=e[f])?o=pg(t,i,r,o).length:i instanceof IF.Chunked?o=pg(t,i.chunks,r,o).length:i instanceof t&&(r[o++]=i);return r}function bk(t,e,r,n){let i,o=n,f=-1,s=e.length;for(;++f<s;)lf(i=e[f])?o=bk(t,i,r,o).length:i instanceof t?o=Id(Eu.Vector,i.schema.fields.map((l,u)=>i.getChildAt(u)),r,o).length:i instanceof Eu.Vector&&(r[o++]=i);return r}function wk(t,e,r,n){let i,o=n,f=-1,s=e.length;for(;++f<s;)lf(i=e[f])?o=wk(t,i,r,o).length:i instanceof t?o=Id(af.Column,i.schema.fields.map((l,u)=>af.Column.new(l,i.getChildAt(u))),r,o).length:i instanceof af.Column&&(r[o++]=i);return r}var SF=(t,[e,r],n)=>(t[0][n]=e,t[1][n]=r,t);function dg(t,e){let r,n;switch(n=t.length){case 0:return e;case 1:if(r=e[0],!t[0])return e;if(lf(t[0]))return dg(t[0],e);t[0]instanceof pk.Data||t[0]instanceof Eu.Vector||t[0]instanceof mk.DataType||([r,t]=Object.entries(t[0]).reduce(SF,e));break;default:lf(r=t[n-1])?t=lf(t[0])?t[0]:t.slice(0,n-1):(t=lf(t[0])?t[0]:t,r=[])}let i=-1,o=-1,f=-1,s=t.length,l,u,[c,_]=e;for(;++f<s;)u=t[f],u instanceof af.Column&&(_[++o]=u)?c[++i]=u.field.clone(r[f],u.type,!0):({[f]:l=f}=r,u instanceof mk.DataType&&(_[++o]=u)?c[++i]=dk.Field.new(l,u,!0):u&&u.type&&(_[++o]=u)&&(u instanceof pk.Data&&(_[o]=u=Eu.Vector.new(u)),c[++i]=dk.Field.new(l,u.type,!0)));return e}});var uf=z(Sd=>{"use strict";Object.defineProperty(Sd,"__esModule",{value:!0});Sd.Chunked=void 0;var xF=Au(),hk=jt(),AF=ha(),gk=ir(),yk=class{constructor(e){this.chunks=e,this.chunkIndex=0,this.chunkIterator=this.getChunkIterator()}next(){for(;this.chunkIndex<this.chunks.length;){let e=this.chunkIterator.next();if(!e.done)return e;++this.chunkIndex<this.chunks.length&&(this.chunkIterator=this.getChunkIterator())}return{done:!0,value:null}}getChunkIterator(){return this.chunks[this.chunkIndex][Symbol.iterator]()}[Symbol.iterator](){return this}},po=class extends gk.AbstractVector{constructor(e,r=[],n=EF(r)){super();this._nullCount=-1,this._type=e,this._chunks=r,this._chunkOffsets=n,this._length=n[n.length-1],this._numChildren=(this._type.children||[]).length}static flatten(...e){return AF.selectChunkArgs(gk.Vector,e)}static concat(...e){let r=po.flatten(...e);return new po(r[0].type,r)}get type(){return this._type}get length(){return this._length}get chunks(){return this._chunks}get typeId(){return this._type.typeId}get VectorName(){return`Chunked<${this._type}>`}get data(){return this._chunks[0]?this._chunks[0].data:null}get ArrayType(){return this._type.ArrayType}get numChildren(){return this._numChildren}get stride(){return this._chunks[0]?this._chunks[0].stride:1}get byteLength(){return this._chunks.reduce((e,r)=>e+r.byteLength,0)}get nullCount(){let e=this._nullCount;return e<0&&(this._nullCount=e=this._chunks.reduce((r,{nullCount:n})=>r+n,0)),e}get indices(){if(hk.DataType.isDictionary(this._type)){if(!this._indices){let e=this._chunks;this._indices=e.length===1?e[0].indices:po.concat(...e.map(r=>r.indices))}return this._indices}return null}get dictionary(){return hk.DataType.isDictionary(this._type)?this._chunks[this._chunks.length-1].data.dictionary:null}[Symbol.iterator](){return new yk(this._chunks)}clone(e=this._chunks){return new po(this._type,e)}concat(...e){return this.clone(po.flatten(this,...e))}slice(e,r){return xF.clampRange(this,e,r,this._sliceInternal)}getChildAt(e){if(e<0||e>=this._numChildren)return null;let r=this._children||(this._children=[]),n,i,o;return(n=r[e])?n:(i=(this._type.children||[])[e])&&(o=this._chunks.map(f=>f.getChildAt(e)).filter(f=>f!=null),o.length>0)?r[e]=new po(i.type,o):null}search(e,r){let n=e,i=this._chunkOffsets,o=i.length-1;if(n<0||n>=i[o])return null;if(o<=1)return r?r(this,0,n):[0,n];let f=0,s=0,l=0;do{if(f+1===o)return r?r(this,f,n-s):[f,n-s];l=f+(o-f)/2|0,n>=i[l]?f=l:o=l}while(n<i[o]&&n>=(s=i[f]));return null}isValid(e){return!!this.search(e,this.isValidInternal)}get(e){return this.search(e,this.getInternal)}set(e,r){this.search(e,({chunks:n},i,o)=>n[i].set(o,r))}indexOf(e,r){return r&&typeof r=="number"?this.search(r,(n,i,o)=>this.indexOfInternal(n,i,o,e)):this.indexOfInternal(this,0,Math.max(0,r||0),e)}toArray(){let{chunks:e}=this,r=e.length,n=this._type.ArrayType;if(r<=0)return new n(0);if(r<=1)return e[0].toArray();let i=0,o=new Array(r);for(let l=-1;++l<r;)i+=(o[l]=e[l].toArray()).length;n!==o[0].constructor&&(n=o[0].constructor);let f=new n(i),s=n===Array?NF:OF;for(let l=-1,u=0;++l<r;)u=s(o[l],f,u);return f}getInternal({_chunks:e},r,n){return e[r].get(n)}isValidInternal({_chunks:e},r,n){return e[r].isValid(n)}indexOfInternal({_chunks:e},r,n,i){let o=r-1,f=e.length,s=n,l=0,u=-1;for(;++o<f;){if(~(u=e[o].indexOf(i,s)))return l+u;s=0,l+=e[o].length}return-1}_sliceInternal(e,r,n){let i=[],{chunks:o,_chunkOffsets:f}=e;for(let s=-1,l=o.length;++s<l;){let u=o[s],c=u.length,_=f[s];if(_>=n)break;if(r>=_+c)continue;if(_>=r&&_+c<=n){i.push(u);continue}let p=Math.max(0,r-_),j=Math.min(n-_,c);i.push(u.slice(p,j))}return e.clone(i)}};Sd.Chunked=po;function EF(t){let e=new Uint32Array((t||[]).length+1),r=e[0]=0,n=e.length;for(let i=0;++i<n;)e[i]=r+=t[i-1].length;return e}var OF=(t,e,r)=>(e.set(t,r),r+t.length),NF=(t,e,r)=>{let n=r;for(let i=-1,o=t.length;++i<o;)e[n++]=t[i];return n}});var ga=z(xd=>{"use strict";Object.defineProperty(xd,"__esModule",{value:!0});xd.Column=void 0;var jk=qr(),_k=ir(),mg=uf(),is=class extends mg.Chunked{constructor(e,r=[],n){r=mg.Chunked.flatten(...r);super(e.type,r,n);if(this._field=e,r.length===1&&!(this instanceof bg))return new bg(e,r[0],this._chunkOffsets)}static new(...e){let[r,n,...i]=e;typeof r!="string"&&!(r instanceof jk.Field)&&(n=r,r="");let o=mg.Chunked.flatten(Array.isArray(n)?[...n,...i]:n instanceof _k.Vector?[n,...i]:[_k.Vector.new(n,...i)]);if(typeof r=="string"){let f=o[0].data.type;r=new jk.Field(r,f,!0)}else!r.nullable&&o.some(({nullCount:f})=>f>0)&&(r=r.clone({nullable:!0}));return new is(r,o)}get field(){return this._field}get name(){return this._field.name}get nullable(){return this._field.nullable}get metadata(){return this._field.metadata}clone(e=this._chunks){return new is(this._field,e)}getChildAt(e){if(e<0||e>=this.numChildren)return null;let r=this._children||(this._children=[]),n,i,o;return(n=r[e])?n:(i=(this.type.children||[])[e])&&(o=this._chunks.map(f=>f.getChildAt(e)).filter(f=>f!=null),o.length>0)?r[e]=new is(i,o):null}};xd.Column=is;var bg=class extends is{constructor(e,r,n){super(e,[r],n);this._chunk=r}search(e,r){return r?r(this,0,e):[0,e]}isValid(e){return this._chunk.isValid(e)}get(e){return this._chunk.get(e)}set(e,r){this._chunk.set(e,r)}indexOf(e,r){return this._chunk.indexOf(e,r)}}});var qk=z(ya=>{"use strict";Object.defineProperty(ya,"__esModule",{value:!0});ya.instance=ya.TypeAssembler=void 0;var DF=no(),FF=DF.flatbuffers.Long,PF=Sr(),xe=Ko(),wg=class extends PF.Visitor{visit(e,r){return e==null||r==null?void 0:super.visit(e,r)}visitNull(e,r){return xe.Null.startNull(r),xe.Null.endNull(r)}visitInt(e,r){return xe.Int.startInt(r),xe.Int.addBitWidth(r,e.bitWidth),xe.Int.addIsSigned(r,e.isSigned),xe.Int.endInt(r)}visitFloat(e,r){return xe.FloatingPoint.startFloatingPoint(r),xe.FloatingPoint.addPrecision(r,e.precision),xe.FloatingPoint.endFloatingPoint(r)}visitBinary(e,r){return xe.Binary.startBinary(r),xe.Binary.endBinary(r)}visitBool(e,r){return xe.Bool.startBool(r),xe.Bool.endBool(r)}visitUtf8(e,r){return xe.Utf8.startUtf8(r),xe.Utf8.endUtf8(r)}visitDecimal(e,r){return xe.Decimal.startDecimal(r),xe.Decimal.addScale(r,e.scale),xe.Decimal.addPrecision(r,e.precision),xe.Decimal.endDecimal(r)}visitDate(e,r){return xe.Date.startDate(r),xe.Date.addUnit(r,e.unit),xe.Date.endDate(r)}visitTime(e,r){return xe.Time.startTime(r),xe.Time.addUnit(r,e.unit),xe.Time.addBitWidth(r,e.bitWidth),xe.Time.endTime(r)}visitTimestamp(e,r){let n=e.timezone&&r.createString(e.timezone)||void 0;return xe.Timestamp.startTimestamp(r),xe.Timestamp.addUnit(r,e.unit),n!==void 0&&xe.Timestamp.addTimezone(r,n),xe.Timestamp.endTimestamp(r)}visitInterval(e,r){return xe.Interval.startInterval(r),xe.Interval.addUnit(r,e.unit),xe.Interval.endInterval(r)}visitList(e,r){return xe.List.startList(r),xe.List.endList(r)}visitStruct(e,r){return xe.Struct_.startStruct_(r),xe.Struct_.endStruct_(r)}visitUnion(e,r){xe.Union.startTypeIdsVector(r,e.typeIds.length);let n=xe.Union.createTypeIdsVector(r,e.typeIds);return xe.Union.startUnion(r),xe.Union.addMode(r,e.mode),xe.Union.addTypeIds(r,n),xe.Union.endUnion(r)}visitDictionary(e,r){let n=this.visit(e.indices,r);return xe.DictionaryEncoding.startDictionaryEncoding(r),xe.DictionaryEncoding.addId(r,new FF(e.id,0)),xe.DictionaryEncoding.addIsOrdered(r,e.isOrdered),n!==void 0&&xe.DictionaryEncoding.addIndexType(r,n),xe.DictionaryEncoding.endDictionaryEncoding(r)}visitFixedSizeBinary(e,r){return xe.FixedSizeBinary.startFixedSizeBinary(r),xe.FixedSizeBinary.addByteWidth(r,e.byteWidth),xe.FixedSizeBinary.endFixedSizeBinary(r)}visitFixedSizeList(e,r){return xe.FixedSizeList.startFixedSizeList(r),xe.FixedSizeList.addListSize(r,e.listSize),xe.FixedSizeList.endFixedSizeList(r)}visitMap(e,r){return xe.Map.startMap(r),xe.Map.addKeysSorted(r,e.keysSorted),xe.Map.endMap(r)}};ya.TypeAssembler=wg;ya.instance=new wg});var xk=z(Si=>{"use strict";Object.defineProperty(Si,"__esModule",{value:!0});Si.fieldFromJSON=Si.dictionaryBatchFromJSON=Si.recordBatchFromJSON=Si.schemaFromJSON=void 0;var ja=qr(),Lt=jt(),os=fs(),_a=Pt();function RF(t,e=new Map){return new ja.Schema(MF(t,e),Ad(t.customMetadata),e)}Si.schemaFromJSON=RF;function vk(t){return new os.RecordBatch(t.count,Bk(t.columns),kk(t.columns))}Si.recordBatchFromJSON=vk;function HF(t){return new os.DictionaryBatch(vk(t.data),t.id,t.isDelta)}Si.dictionaryBatchFromJSON=HF;function MF(t,e){return(t.fields||[]).filter(Boolean).map(r=>ja.Field.fromJSON(r,e))}function Tk(t,e){return(t.children||[]).filter(Boolean).map(r=>ja.Field.fromJSON(r,e))}function Bk(t){return(t||[]).reduce((e,r)=>[...e,new os.FieldNode(r.count,zF(r.VALIDITY)),...Bk(r.children)],[])}function kk(t,e=[]){for(let r=-1,n=(t||[]).length;++r<n;){let i=t[r];i.VALIDITY&&e.push(new os.BufferRegion(e.length,i.VALIDITY.length)),i.TYPE&&e.push(new os.BufferRegion(e.length,i.TYPE.length)),i.OFFSET&&e.push(new os.BufferRegion(e.length,i.OFFSET.length)),i.DATA&&e.push(new os.BufferRegion(e.length,i.DATA.length)),e=kk(i.children,e)}return e}function zF(t){return(t||[]).reduce((e,r)=>e+ +(r===0),0)}function UF(t,e){let r,n,i,o,f,s;return!e||!(o=t.dictionary)?(f=Sk(t,Tk(t,e)),i=new ja.Field(t.name,f,t.nullable,Ad(t.customMetadata))):e.has(r=o.id)?(n=(n=o.indexType)?Ik(n):new Lt.Int32,s=new Lt.Dictionary(e.get(r),n,r,o.isOrdered),i=new ja.Field(t.name,s,t.nullable,Ad(t.customMetadata))):(n=(n=o.indexType)?Ik(n):new Lt.Int32,e.set(r,f=Sk(t,Tk(t,e))),s=new Lt.Dictionary(f,n,r,o.isOrdered),i=new ja.Field(t.name,s,t.nullable,Ad(t.customMetadata))),i||null}Si.fieldFromJSON=UF;function Ad(t){return new Map(Object.entries(t||{}))}function Ik(t){return new Lt.Int(t.isSigned,t.bitWidth)}function Sk(t,e){let r=t.type.name;switch(r){case"NONE":return new Lt.Null;case"null":return new Lt.Null;case"binary":return new Lt.Binary;case"utf8":return new Lt.Utf8;case"bool":return new Lt.Bool;case"list":return new Lt.List((e||[])[0]);case"struct":return new Lt.Struct(e||[]);case"struct_":return new Lt.Struct(e||[])}switch(r){case"int":{let n=t.type;return new Lt.Int(n.isSigned,n.bitWidth)}case"floatingpoint":{let n=t.type;return new Lt.Float(_a.Precision[n.precision])}case"decimal":{let n=t.type;return new Lt.Decimal(n.scale,n.precision)}case"date":{let n=t.type;return new Lt.Date_(_a.DateUnit[n.unit])}case"time":{let n=t.type;return new Lt.Time(_a.TimeUnit[n.unit],n.bitWidth)}case"timestamp":{let n=t.type;return new Lt.Timestamp(_a.TimeUnit[n.unit],n.timezone)}case"interval":{let n=t.type;return new Lt.Interval(_a.IntervalUnit[n.unit])}case"union":{let n=t.type;return new Lt.Union(_a.UnionMode[n.mode],n.typeIds||[],e||[])}case"fixedsizebinary":{let n=t.type;return new Lt.FixedSizeBinary(n.byteWidth)}case"fixedsizelist":{let n=t.type;return new Lt.FixedSizeList(n.listSize,(e||[])[0])}case"map":{let n=t.type;return new Lt.Map_((e||[])[0],n.keysSorted)}}throw new Error(`Unrecognized type: "${r}"`)}});var fs=z(Dn=>{"use strict";Object.defineProperty(Dn,"__esModule",{value:!0});Dn.FieldNode=Dn.BufferRegion=Dn.DictionaryBatch=Dn.RecordBatch=Dn.Message=void 0;var hg=no(),ke=Ko(),Ct=Dp(),vr=qr(),LF=hr(),Xt=Pt(),gg=qk(),Ed=xk(),ss=hg.flatbuffers.Long,VF=hg.flatbuffers.Builder,CF=hg.flatbuffers.ByteBuffer,Vt=jt(),cf=class{constructor(e,r,n,i){this._version=r,this._headerType=n,this.body=new Uint8Array(0),i&&(this._createHeader=()=>i),this._bodyLength=typeof e=="number"?e:e.low}static fromJSON(e,r){let n=new cf(0,Xt.MetadataVersion.V4,r);return n._createHeader=WF(e,r),n}static decode(e){e=new CF(LF.toUint8Array(e));let r=Ct.Message.getRootAsMessage(e),n=r.bodyLength(),i=r.version(),o=r.headerType(),f=new cf(n,i,o);return f._createHeader=YF(r,o),f}static encode(e){let r=new VF,n=-1;return e.isSchema()?n=vr.Schema.encode(r,e.header()):e.isRecordBatch()?n=Nn.encode(r,e.header()):e.isDictionaryBatch()&&(n=xi.encode(r,e.header())),Ct.Message.startMessage(r),Ct.Message.addVersion(r,Xt.MetadataVersion.V4),Ct.Message.addHeader(r,n),Ct.Message.addHeaderType(r,e.headerType),Ct.Message.addBodyLength(r,new ss(e.bodyLength,0)),Ct.Message.finishMessageBuffer(r,Ct.Message.endMessage(r)),r.asUint8Array()}static from(e,r=0){if(e instanceof vr.Schema)return new cf(0,Xt.MetadataVersion.V4,Xt.MessageHeader.Schema,e);if(e instanceof Nn)return new cf(r,Xt.MetadataVersion.V4,Xt.MessageHeader.RecordBatch,e);if(e instanceof xi)return new cf(r,Xt.MetadataVersion.V4,Xt.MessageHeader.DictionaryBatch,e);throw new Error(`Unrecognized Message header: ${e}`)}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===Xt.MessageHeader.Schema}isRecordBatch(){return this.headerType===Xt.MessageHeader.RecordBatch}isDictionaryBatch(){return this.headerType===Xt.MessageHeader.DictionaryBatch}};Dn.Message=cf;var Nn=class{constructor(e,r,n){this._nodes=r,this._buffers=n,this._length=typeof e=="number"?e:e.low}get nodes(){return this._nodes}get length(){return this._length}get buffers(){return this._buffers}};Dn.RecordBatch=Nn;var xi=class{constructor(e,r,n=!1){this._data=e,this._isDelta=n,this._id=typeof r=="number"?r:r.low}get id(){return this._id}get data(){return this._data}get isDelta(){return this._isDelta}get length(){return this.data.length}get nodes(){return this.data.nodes}get buffers(){return this.data.buffers}};Dn.DictionaryBatch=xi;var as=class{constructor(e,r){this.offset=typeof e=="number"?e:e.low,this.length=typeof r=="number"?r:r.low}};Dn.BufferRegion=as;var ls=class{constructor(e,r){this.length=typeof e=="number"?e:e.low,this.nullCount=typeof r=="number"?r:r.low}};Dn.FieldNode=ls;function WF(t,e){return()=>{switch(e){case Xt.MessageHeader.Schema:return vr.Schema.fromJSON(t);case Xt.MessageHeader.RecordBatch:return Nn.fromJSON(t);case Xt.MessageHeader.DictionaryBatch:return xi.fromJSON(t)}throw new Error(`Unrecognized Message type: { name: ${Xt.MessageHeader[e]}, type: ${e} }`)}}function YF(t,e){return()=>{switch(e){case Xt.MessageHeader.Schema:return vr.Schema.decode(t.header(new ke.Schema));case Xt.MessageHeader.RecordBatch:return Nn.decode(t.header(new Ct.RecordBatch),t.version());case Xt.MessageHeader.DictionaryBatch:return xi.decode(t.header(new Ct.DictionaryBatch),t.version())}throw new Error(`Unrecognized Message type: { name: ${Xt.MessageHeader[e]}, type: ${e} }`)}}vr.Field.encode=nP;vr.Field.decode=tP;vr.Field.fromJSON=Ed.fieldFromJSON;vr.Schema.encode=rP;vr.Schema.decode=KF;vr.Schema.fromJSON=Ed.schemaFromJSON;Nn.encode=iP;Nn.decode=GF;Nn.fromJSON=Ed.recordBatchFromJSON;xi.encode=oP;xi.decode=JF;xi.fromJSON=Ed.dictionaryBatchFromJSON;ls.encode=fP;ls.decode=XF;as.encode=sP;as.decode=ZF;function KF(t,e=new Map){let r=eP(t,e);return new vr.Schema(r,Od(t),e)}function GF(t,e=Xt.MetadataVersion.V4){return new Nn(t.length(),QF(t),$F(t,e))}function JF(t,e=Xt.MetadataVersion.V4){return new xi(Nn.decode(t.data(),e),t.id(),t.isDelta())}function ZF(t){return new as(t.offset(),t.length())}function XF(t){return new ls(t.length(),t.nullCount())}function QF(t){let e=[];for(let r,n=-1,i=-1,o=t.nodesLength();++n<o;)(r=t.nodes(n))&&(e[++i]=ls.decode(r));return e}function $F(t,e){let r=[];for(let n,i=-1,o=-1,f=t.buffersLength();++i<f;)(n=t.buffers(i))&&(e<Xt.MetadataVersion.V4&&(n.bb_pos+=8*(i+1)),r[++o]=as.decode(n));return r}function eP(t,e){let r=[];for(let n,i=-1,o=-1,f=t.fieldsLength();++i<f;)(n=t.fields(i))&&(r[++o]=vr.Field.decode(n,e));return r}function Ak(t,e){let r=[];for(let n,i=-1,o=-1,f=t.childrenLength();++i<f;)(n=t.children(i))&&(r[++o]=vr.Field.decode(n,e));return r}function tP(t,e){let r,n,i,o,f,s;return!e||!(s=t.dictionary())?(i=Ok(t,Ak(t,e)),n=new vr.Field(t.name(),i,t.nullable(),Od(t))):e.has(r=s.id().low)?(o=(o=s.indexType())?Ek(o):new Vt.Int32,f=new Vt.Dictionary(e.get(r),o,r,s.isOrdered()),n=new vr.Field(t.name(),f,t.nullable(),Od(t))):(o=(o=s.indexType())?Ek(o):new Vt.Int32,e.set(r,i=Ok(t,Ak(t,e))),f=new Vt.Dictionary(i,o,r,s.isOrdered()),n=new vr.Field(t.name(),f,t.nullable(),Od(t))),n||null}function Od(t){let e=new Map;if(t)for(let r,n,i=-1,o=t.customMetadataLength()|0;++i<o;)(r=t.customMetadata(i))&&(n=r.key())!=null&&e.set(n,r.value());return e}function Ek(t){return new Vt.Int(t.isSigned(),t.bitWidth())}function Ok(t,e){let r=t.typeType();switch(r){case ke.Type.NONE:return new Vt.Null;case ke.Type.Null:return new Vt.Null;case ke.Type.Binary:return new Vt.Binary;case ke.Type.Utf8:return new Vt.Utf8;case ke.Type.Bool:return new Vt.Bool;case ke.Type.List:return new Vt.List((e||[])[0]);case ke.Type.Struct_:return new Vt.Struct(e||[])}switch(r){case ke.Type.Int:{let n=t.type(new ke.Int);return new Vt.Int(n.isSigned(),n.bitWidth())}case ke.Type.FloatingPoint:{let n=t.type(new ke.FloatingPoint);return new Vt.Float(n.precision())}case ke.Type.Decimal:{let n=t.type(new ke.Decimal);return new Vt.Decimal(n.scale(),n.precision())}case ke.Type.Date:{let n=t.type(new ke.Date);return new Vt.Date_(n.unit())}case ke.Type.Time:{let n=t.type(new ke.Time);return new Vt.Time(n.unit(),n.bitWidth())}case ke.Type.Timestamp:{let n=t.type(new ke.Timestamp);return new Vt.Timestamp(n.unit(),n.timezone())}case ke.Type.Interval:{let n=t.type(new ke.Interval);return new Vt.Interval(n.unit())}case ke.Type.Union:{let n=t.type(new ke.Union);return new Vt.Union(n.mode(),n.typeIdsArray()||[],e||[])}case ke.Type.FixedSizeBinary:{let n=t.type(new ke.FixedSizeBinary);return new Vt.FixedSizeBinary(n.byteWidth())}case ke.Type.FixedSizeList:{let n=t.type(new ke.FixedSizeList);return new Vt.FixedSizeList(n.listSize(),(e||[])[0])}case ke.Type.Map:{let n=t.type(new ke.Map);return new Vt.Map_((e||[])[0],n.keysSorted())}}throw new Error(`Unrecognized type: "${ke.Type[r]}" (${r})`)}function rP(t,e){let r=e.fields.map(o=>vr.Field.encode(t,o));ke.Schema.startFieldsVector(t,r.length);let n=ke.Schema.createFieldsVector(t,r),i=e.metadata&&e.metadata.size>0?ke.Schema.createCustomMetadataVector(t,[...e.metadata].map(([o,f])=>{let s=t.createString(`${o}`),l=t.createString(`${f}`);return ke.KeyValue.startKeyValue(t),ke.KeyValue.addKey(t,s),ke.KeyValue.addValue(t,l),ke.KeyValue.endKeyValue(t)})):-1;return ke.Schema.startSchema(t),ke.Schema.addFields(t,n),ke.Schema.addEndianness(t,aP?ke.Endianness.Little:ke.Endianness.Big),i!==-1&&ke.Schema.addCustomMetadata(t,i),ke.Schema.endSchema(t)}function nP(t,e){let r=-1,n=-1,i=-1,o=e.type,f=e.typeId;Vt.DataType.isDictionary(o)?(f=o.dictionary.typeId,i=gg.instance.visit(o,t),n=gg.instance.visit(o.dictionary,t)):n=gg.instance.visit(o,t);let s=(o.children||[]).map(c=>vr.Field.encode(t,c)),l=ke.Field.createChildrenVector(t,s),u=e.metadata&&e.metadata.size>0?ke.Field.createCustomMetadataVector(t,[...e.metadata].map(([c,_])=>{let p=t.createString(`${c}`),j=t.createString(`${_}`);return ke.KeyValue.startKeyValue(t),ke.KeyValue.addKey(t,p),ke.KeyValue.addValue(t,j),ke.KeyValue.endKeyValue(t)})):-1;return e.name&&(r=t.createString(e.name)),ke.Field.startField(t),ke.Field.addType(t,n),ke.Field.addTypeType(t,f),ke.Field.addChildren(t,l),ke.Field.addNullable(t,!!e.nullable),r!==-1&&ke.Field.addName(t,r),i!==-1&&ke.Field.addDictionary(t,i),u!==-1&&ke.Field.addCustomMetadata(t,u),ke.Field.endField(t)}function iP(t,e){let r=e.nodes||[],n=e.buffers||[];Ct.RecordBatch.startNodesVector(t,r.length),r.slice().reverse().forEach(f=>ls.encode(t,f));let i=t.endVector();Ct.RecordBatch.startBuffersVector(t,n.length),n.slice().reverse().forEach(f=>as.encode(t,f));let o=t.endVector();return Ct.RecordBatch.startRecordBatch(t),Ct.RecordBatch.addLength(t,new ss(e.length,0)),Ct.RecordBatch.addNodes(t,i),Ct.RecordBatch.addBuffers(t,o),Ct.RecordBatch.endRecordBatch(t)}function oP(t,e){let r=Nn.encode(t,e.data);return Ct.DictionaryBatch.startDictionaryBatch(t),Ct.DictionaryBatch.addId(t,new ss(e.id,0)),Ct.DictionaryBatch.addIsDelta(t,e.isDelta),Ct.DictionaryBatch.addData(t,r),Ct.DictionaryBatch.endDictionaryBatch(t)}function fP(t,e){return Ct.FieldNode.createFieldNode(t,new ss(e.length,0),new ss(e.nullCount,0))}function sP(t,e){return ke.Buffer.createBuffer(t,new ss(e.offset,0),new ss(e.length,0))}var aP=function(){let t=new ArrayBuffer(2);return new DataView(t).setInt16(0,256,!0),new Int16Array(t)[0]===256}()});var Dd=z(dt=>{"use strict";Object.defineProperty(dt,"__esModule",{value:!0});dt.magicX2AndPadding=dt.magicAndPadding=dt.magicLength=dt.checkForMagicArrowString=dt.MAGIC=dt.MAGIC_STR=dt.PADDING=dt.JSONMessageReader=dt.AsyncMessageReader=dt.MessageReader=void 0;var pf=Pt(),lP=no(),Nk=lP.flatbuffers.ByteBuffer,Ou=fs(),uP=Dr(),cP=sg(),Dk=hr(),Nd=ff(),ei=Ys(),yg=t=>`Expected ${pf.MessageHeader[t]} Message in stream, but was null or length 0.`,jg=t=>`Header pointer of flatbuffer-encoded ${pf.MessageHeader[t]} Message is null or length 0.`,Fk=(t,e)=>`Expected to read ${t} metadata bytes, but only read ${e}.`,Pk=(t,e)=>`Expected to read ${t} bytes for message body, but only read ${e}.`,_g=class{constructor(e){this.source=e instanceof Nd.ByteStream?e:new Nd.ByteStream(e)}[Symbol.iterator](){return this}next(){let e;return(e=this.readMetadataLength()).done||e.value===-1&&(e=this.readMetadataLength()).done||(e=this.readMetadata(e.value)).done?ei.ITERATOR_DONE:e}throw(e){return this.source.throw(e)}return(e){return this.source.return(e)}readMessage(e){let r;if((r=this.next()).done)return null;if(e!=null&&r.value.headerType!==e)throw new Error(yg(e));return r.value}readMessageBody(e){if(e<=0)return new Uint8Array(0);let r=Dk.toUint8Array(this.source.read(e));if(r.byteLength<e)throw new Error(Pk(e,r.byteLength));return r.byteOffset%8==0&&r.byteOffset+r.byteLength<=r.buffer.byteLength?r:r.slice()}readSchema(e=!1){let r=pf.MessageHeader.Schema,n=this.readMessage(r),i=n&&n.header();if(e&&!i)throw new Error(jg(r));return i}readMetadataLength(){let e=this.source.read(dt.PADDING),r=e&&new Nk(e),n=r&&r.readInt32(0)||0;return{done:n===0,value:n}}readMetadata(e){let r=this.source.read(e);if(!r)return ei.ITERATOR_DONE;if(r.byteLength<e)throw new Error(Fk(e,r.byteLength));return{done:!1,value:Ou.Message.decode(r)}}};dt.MessageReader=_g;var Rk=class{constructor(e,r){this.source=e instanceof Nd.AsyncByteStream?e:uP.isFileHandle(e)?new cP.AsyncRandomAccessFile(e,r):new Nd.AsyncByteStream(e)}[Symbol.asyncIterator](){return this}async next(){let e;return(e=await this.readMetadataLength()).done||e.value===-1&&(e=await this.readMetadataLength()).done||(e=await this.readMetadata(e.value)).done?ei.ITERATOR_DONE:e}async throw(e){return await this.source.throw(e)}async return(e){return await this.source.return(e)}async readMessage(e){let r;if((r=await this.next()).done)return null;if(e!=null&&r.value.headerType!==e)throw new Error(yg(e));return r.value}async readMessageBody(e){if(e<=0)return new Uint8Array(0);let r=Dk.toUint8Array(await this.source.read(e));if(r.byteLength<e)throw new Error(Pk(e,r.byteLength));return r.byteOffset%8==0&&r.byteOffset+r.byteLength<=r.buffer.byteLength?r:r.slice()}async readSchema(e=!1){let r=pf.MessageHeader.Schema,n=await this.readMessage(r),i=n&&n.header();if(e&&!i)throw new Error(jg(r));return i}async readMetadataLength(){let e=await this.source.read(dt.PADDING),r=e&&new Nk(e),n=r&&r.readInt32(0)||0;return{done:n===0,value:n}}async readMetadata(e){let r=await this.source.read(e);if(!r)return ei.ITERATOR_DONE;if(r.byteLength<e)throw new Error(Fk(e,r.byteLength));return{done:!1,value:Ou.Message.decode(r)}}};dt.AsyncMessageReader=Rk;var Hk=class extends _g{constructor(e){super(new Uint8Array(0));this._schema=!1,this._body=[],this._batchIndex=0,this._dictionaryIndex=0,this._json=e instanceof ei.ArrowJSON?e:new ei.ArrowJSON(e)}next(){let{_json:e}=this;if(!this._schema){this._schema=!0;let r=Ou.Message.fromJSON(e.schema,pf.MessageHeader.Schema);return{done:!1,value:r}}if(this._dictionaryIndex<e.dictionaries.length){let r=e.dictionaries[this._dictionaryIndex++];this._body=r.data.columns;let n=Ou.Message.fromJSON(r,pf.MessageHeader.DictionaryBatch);return{done:!1,value:n}}if(this._batchIndex<e.batches.length){let r=e.batches[this._batchIndex++];this._body=r.columns;let n=Ou.Message.fromJSON(r,pf.MessageHeader.RecordBatch);return{done:!1,value:n}}return this._body=[],ei.ITERATOR_DONE}readMessageBody(e){return r(this._body);function r(n){return(n||[]).reduce((i,o)=>[...i,...o.VALIDITY&&[o.VALIDITY]||[],...o.TYPE&&[o.TYPE]||[],...o.OFFSET&&[o.OFFSET]||[],...o.DATA&&[o.DATA]||[],...r(o.children)],[])}}readMessage(e){let r;if((r=this.next()).done)return null;if(e!=null&&r.value.headerType!==e)throw new Error(yg(e));return r.value}readSchema(){let e=pf.MessageHeader.Schema,r=this.readMessage(e),n=r&&r.header();if(!r||!n)throw new Error(jg(e));return n}};dt.JSONMessageReader=Hk;dt.PADDING=4;dt.MAGIC_STR="ARROW1";dt.MAGIC=new Uint8Array(dt.MAGIC_STR.length);for(let t=0;t<dt.MAGIC_STR.length;t+=1|0)dt.MAGIC[t]=dt.MAGIC_STR.charCodeAt(t);function pP(t,e=0){for(let r=-1,n=dt.MAGIC.length;++r<n;)if(dt.MAGIC[r]!==t[e+r])return!1;return!0}dt.checkForMagicArrowString=pP;dt.magicLength=dt.MAGIC.length;dt.magicAndPadding=dt.magicLength+dt.PADDING;dt.magicX2AndPadding=dt.magicLength*2+dt.PADDING});var Bg=z(Qt=>{"use strict";Object.defineProperty(Qt,"__esModule",{value:!0});Qt.compareTypes=Qt.compareFields=Qt.compareSchemas=Qt.instance=Qt.TypeComparator=void 0;var dP=Sr(),Me=class extends dP.Visitor{compareSchemas(e,r){return e===r||r instanceof e.constructor&&this.compareManyFields(e.fields,r.fields)}compareManyFields(e,r){return e===r||Array.isArray(e)&&Array.isArray(r)&&e.length===r.length&&e.every((n,i)=>this.compareFields(n,r[i]))}compareFields(e,r){return e===r||r instanceof e.constructor&&e.name===r.name&&e.nullable===r.nullable&&this.visit(e.type,r.type)}};Qt.TypeComparator=Me;function Qr(t,e){return e instanceof t.constructor}function Nu(t,e){return t===e||Qr(t,e)}function mo(t,e){return t===e||Qr(t,e)&&t.bitWidth===e.bitWidth&&t.isSigned===e.isSigned}function Fd(t,e){return t===e||Qr(t,e)&&t.precision===e.precision}function mP(t,e){return t===e||Qr(t,e)&&t.byteWidth===e.byteWidth}function qg(t,e){return t===e||Qr(t,e)&&t.unit===e.unit}function Du(t,e){return t===e||Qr(t,e)&&t.unit===e.unit&&t.timezone===e.timezone}function Fu(t,e){return t===e||Qr(t,e)&&t.unit===e.unit&&t.bitWidth===e.bitWidth}function bP(t,e){return t===e||Qr(t,e)&&t.children.length===e.children.length&&Qt.instance.compareManyFields(t.children,e.children)}function wP(t,e){return t===e||Qr(t,e)&&t.children.length===e.children.length&&Qt.instance.compareManyFields(t.children,e.children)}function vg(t,e){return t===e||Qr(t,e)&&t.mode===e.mode&&t.typeIds.every((r,n)=>r===e.typeIds[n])&&Qt.instance.compareManyFields(t.children,e.children)}function hP(t,e){return t===e||Qr(t,e)&&t.id===e.id&&t.isOrdered===e.isOrdered&&Qt.instance.visit(t.indices,e.indices)&&Qt.instance.visit(t.dictionary,e.dictionary)}function Tg(t,e){return t===e||Qr(t,e)&&t.unit===e.unit}function gP(t,e){return t===e||Qr(t,e)&&t.listSize===e.listSize&&t.children.length===e.children.length&&Qt.instance.compareManyFields(t.children,e.children)}function yP(t,e){return t===e||Qr(t,e)&&t.keysSorted===e.keysSorted&&t.children.length===e.children.length&&Qt.instance.compareManyFields(t.children,e.children)}Me.prototype.visitNull=Nu;Me.prototype.visitBool=Nu;Me.prototype.visitInt=mo;Me.prototype.visitInt8=mo;Me.prototype.visitInt16=mo;Me.prototype.visitInt32=mo;Me.prototype.visitInt64=mo;Me.prototype.visitUint8=mo;Me.prototype.visitUint16=mo;Me.prototype.visitUint32=mo;Me.prototype.visitUint64=mo;Me.prototype.visitFloat=Fd;Me.prototype.visitFloat16=Fd;Me.prototype.visitFloat32=Fd;Me.prototype.visitFloat64=Fd;Me.prototype.visitUtf8=Nu;Me.prototype.visitBinary=Nu;Me.prototype.visitFixedSizeBinary=mP;Me.prototype.visitDate=qg;Me.prototype.visitDateDay=qg;Me.prototype.visitDateMillisecond=qg;Me.prototype.visitTimestamp=Du;Me.prototype.visitTimestampSecond=Du;Me.prototype.visitTimestampMillisecond=Du;Me.prototype.visitTimestampMicrosecond=Du;Me.prototype.visitTimestampNanosecond=Du;Me.prototype.visitTime=Fu;Me.prototype.visitTimeSecond=Fu;Me.prototype.visitTimeMillisecond=Fu;Me.prototype.visitTimeMicrosecond=Fu;Me.prototype.visitTimeNanosecond=Fu;Me.prototype.visitDecimal=Nu;Me.prototype.visitList=bP;Me.prototype.visitStruct=wP;Me.prototype.visitUnion=vg;Me.prototype.visitDenseUnion=vg;Me.prototype.visitSparseUnion=vg;Me.prototype.visitDictionary=hP;Me.prototype.visitInterval=Tg;Me.prototype.visitIntervalDayTime=Tg;Me.prototype.visitIntervalYearMonth=Tg;Me.prototype.visitFixedSizeList=gP;Me.prototype.visitMap=yP;Qt.instance=new Me;function jP(t,e){return Qt.instance.compareSchemas(t,e)}Qt.compareSchemas=jP;function _P(t,e){return Qt.instance.compareFields(t,e)}Qt.compareFields=_P;function qP(t,e){return Qt.instance.visit(t,e)}Qt.compareTypes=qP});var Vk=z(Pd=>{"use strict";Object.defineProperty(Pd,"__esModule",{value:!0});Pd.VectorAssembler=void 0;var vP=Sr(),Mk=Pt(),TP=bo(),kg=hr(),Ig=_i(),BP=ha(),zk=fs(),Uk=jt(),pr=class extends vP.Visitor{constructor(){super();this._byteLength=0,this._nodes=[],this._buffers=[],this._bufferRegions=[]}static assemble(...e){let r=new pr,n=BP.selectVectorChildrenArgs(TP.RecordBatch,e),[i=r]=r.visitMany(n);return i}visit(e){if(!Uk.DataType.isDictionary(e.type)){let{data:r,length:n,nullCount:i}=e;if(n>2147483647)throw new RangeError("Cannot write arrays larger than 2^31 - 1 in length");Uk.DataType.isNull(e.type)||ti.call(this,i<=0?new Uint8Array(0):Ig.truncateBitmap(r.offset,n,r.nullBitmap)),this.nodes.push(new zk.FieldNode(n,i))}return super.visit(e)}visitNull(e){return this}visitDictionary(e){return this.visit(e.indices)}get nodes(){return this._nodes}get buffers(){return this._buffers}get byteLength(){return this._byteLength}get bufferRegions(){return this._bufferRegions}};Pd.VectorAssembler=pr;function ti(t){let e=t.byteLength+7&~7;return this.buffers.push(t),this.bufferRegions.push(new zk.BufferRegion(this._byteLength,e)),this._byteLength+=e,this}function kP(t){let{type:e,length:r,typeIds:n,valueOffsets:i}=t;if(ti.call(this,n),e.mode===Mk.UnionMode.Sparse)return xg.call(this,t);if(e.mode===Mk.UnionMode.Dense){if(t.offset<=0)return ti.call(this,i),xg.call(this,t);{let o=n.reduce((c,_)=>Math.max(c,_),n[0]),f=new Int32Array(o+1),s=new Int32Array(o+1).fill(-1),l=new Int32Array(r),u=kg.rebaseValueOffsets(-i[0],r,i);for(let c,_,p=-1;++p<r;)(_=s[c=n[p]])===-1&&(_=s[c]=u[c]),l[p]=u[p]-_,++f[c];ti.call(this,l);for(let c,_=-1,p=e.children.length;++_<p;)if(c=t.getChildAt(_)){let j=e.typeIds[_],S=Math.min(r,f[j]);this.visit(c.slice(s[j],S))}}}return this}function IP(t){let e;return t.nullCount>=t.length?ti.call(this,new Uint8Array(0)):(e=t.values)instanceof Uint8Array?ti.call(this,Ig.truncateBitmap(t.offset,t.length,e)):ti.call(this,Ig.packBools(t))}function df(t){return ti.call(this,t.values.subarray(0,t.length*t.stride))}function Lk(t){let{length:e,values:r,valueOffsets:n}=t,i=n[0],o=n[e],f=Math.min(o-i,r.byteLength-i);return ti.call(this,kg.rebaseValueOffsets(-n[0],e,n)),ti.call(this,r.subarray(i,i+f)),this}function Sg(t){let{length:e,valueOffsets:r}=t;return r&&ti.call(this,kg.rebaseValueOffsets(r[0],e,r)),this.visit(t.getChildAt(0))}function xg(t){return this.visitMany(t.type.children.map((e,r)=>t.getChildAt(r)).filter(Boolean))[0]}pr.prototype.visitBool=IP;pr.prototype.visitInt=df;pr.prototype.visitFloat=df;pr.prototype.visitUtf8=Lk;pr.prototype.visitBinary=Lk;pr.prototype.visitFixedSizeBinary=df;pr.prototype.visitDate=df;pr.prototype.visitTimestamp=df;pr.prototype.visitTime=df;pr.prototype.visitDecimal=df;pr.prototype.visitList=Sg;pr.prototype.visitStruct=xg;pr.prototype.visitUnion=kP;pr.prototype.visitInterval=df;pr.prototype.visitFixedSizeList=Sg;pr.prototype.visitMap=Sg});var Wk=z(Rd=>{"use strict";Object.defineProperty(Rd,"__esModule",{value:!0});Rd.JSONTypeAssembler=void 0;var SP=Sr(),Ar=Ko(),qa=Pt(),Ck=class extends SP.Visitor{visit(e){return e==null?void 0:super.visit(e)}visitNull({typeId:e}){return{name:Ar.Type[e].toLowerCase()}}visitInt({typeId:e,bitWidth:r,isSigned:n}){return{name:Ar.Type[e].toLowerCase(),bitWidth:r,isSigned:n}}visitFloat({typeId:e,precision:r}){return{name:Ar.Type[e].toLowerCase(),precision:qa.Precision[r]}}visitBinary({typeId:e}){return{name:Ar.Type[e].toLowerCase()}}visitBool({typeId:e}){return{name:Ar.Type[e].toLowerCase()}}visitUtf8({typeId:e}){return{name:Ar.Type[e].toLowerCase()}}visitDecimal({typeId:e,scale:r,precision:n}){return{name:Ar.Type[e].toLowerCase(),scale:r,precision:n}}visitDate({typeId:e,unit:r}){return{name:Ar.Type[e].toLowerCase(),unit:qa.DateUnit[r]}}visitTime({typeId:e,unit:r,bitWidth:n}){return{name:Ar.Type[e].toLowerCase(),unit:qa.TimeUnit[r],bitWidth:n}}visitTimestamp({typeId:e,timezone:r,unit:n}){return{name:Ar.Type[e].toLowerCase(),unit:qa.TimeUnit[n],timezone:r}}visitInterval({typeId:e,unit:r}){return{name:Ar.Type[e].toLowerCase(),unit:qa.IntervalUnit[r]}}visitList({typeId:e}){return{name:Ar.Type[e].toLowerCase()}}visitStruct({typeId:e}){return{name:Ar.Type[e].toLowerCase()}}visitUnion({typeId:e,mode:r,typeIds:n}){return{name:Ar.Type[e].toLowerCase(),mode:qa.UnionMode[r],typeIds:[...n]}}visitDictionary(e){return this.visit(e.dictionary)}visitFixedSizeBinary({typeId:e,byteWidth:r}){return{name:Ar.Type[e].toLowerCase(),byteWidth:r}}visitFixedSizeList({typeId:e,listSize:r}){return{name:Ar.Type[e].toLowerCase(),listSize:r}}visitMap({typeId:e,keysSorted:r}){return{name:Ar.Type[e].toLowerCase(),keysSorted:r}}};Rd.JSONTypeAssembler=Ck});var Gk=z(zd=>{"use strict";Object.defineProperty(zd,"__esModule",{value:!0});zd.JSONVectorAssembler=void 0;var xP=qu(),Pu=ga(),AP=ir(),EP=Sr(),OP=Pt(),NP=bo(),Ag=Pt(),Hd=_i(),DP=ha(),Yk=jt(),Md=class extends EP.Visitor{static assemble(...e){return new Md().visitMany(DP.selectColumnChildrenArgs(NP.RecordBatch,e))}visit(e){let{data:r,name:n,length:i}=e,{offset:o,nullCount:f,nullBitmap:s}=r,l=Yk.DataType.isDictionary(e.type)?e.type.indices:e.type,u=Object.assign([],r.buffers,{[OP.BufferType.VALIDITY]:void 0});return{name:n,count:i,VALIDITY:Yk.DataType.isNull(l)?void 0:f<=0?Array.from({length:i},()=>1):[...new Hd.BitIterator(s,o,i,null,Hd.getBit)],...super.visit(AP.Vector.new(r.clone(l,o,i,0,u)))}}visitNull(){return{}}visitBool({values:e,offset:r,length:n}){return{DATA:[...new Hd.BitIterator(e,r,n,null,Hd.getBool)]}}visitInt(e){return{DATA:e.type.bitWidth<64?[...e.values]:[...Ru(e.values,2)]}}visitFloat(e){return{DATA:[...e.values]}}visitUtf8(e){return{DATA:[...e],OFFSET:[...e.valueOffsets]}}visitBinary(e){return{DATA:[...Kk(e)],OFFSET:[...e.valueOffsets]}}visitFixedSizeBinary(e){return{DATA:[...Kk(e)]}}visitDate(e){return{DATA:e.type.unit===Ag.DateUnit.DAY?[...e.values]:[...Ru(e.values,2)]}}visitTimestamp(e){return{DATA:[...Ru(e.values,2)]}}visitTime(e){return{DATA:e.type.unit<Ag.TimeUnit.MICROSECOND?[...e.values]:[...Ru(e.values,2)]}}visitDecimal(e){return{DATA:[...Ru(e.values,4)]}}visitList(e){return{OFFSET:[...e.valueOffsets],children:e.type.children.map((r,n)=>this.visit(new Pu.Column(r,[e.getChildAt(n)])))}}visitStruct(e){return{children:e.type.children.map((r,n)=>this.visit(new Pu.Column(r,[e.getChildAt(n)])))}}visitUnion(e){return{TYPE:[...e.typeIds],OFFSET:e.type.mode===Ag.UnionMode.Dense?[...e.valueOffsets]:void 0,children:e.type.children.map((r,n)=>this.visit(new Pu.Column(r,[e.getChildAt(n)])))}}visitInterval(e){return{DATA:[...e.values]}}visitFixedSizeList(e){return{children:e.type.children.map((r,n)=>this.visit(new Pu.Column(r,[e.getChildAt(n)])))}}visitMap(e){return{OFFSET:[...e.valueOffsets],children:e.type.children.map((r,n)=>this.visit(new Pu.Column(r,[e.getChildAt(n)])))}}};zd.JSONVectorAssembler=Md;function*Kk(t){for(let e of t)yield e.reduce((r,n)=>`${r}${("0"+(n&255).toString(16)).slice(-2)}`,"").toUpperCase()}function*Ru(t,e){for(let r=-1,n=t.length/e;++r<n;)yield`${xP.BN.new(t.subarray((r+0)*e,(r+1)*e),!1)}`}});var Wd=z(Ei=>{"use strict";Object.defineProperty(Ei,"__esModule",{value:!0});Ei.RecordBatchJSONWriter=Ei.RecordBatchFileWriter=Ei.RecordBatchStreamWriter=Ei.RecordBatchWriter=void 0;var Eg=Mu(),FP=Dd(),PP=ga(),RP=jt(),HP=qr(),Ud=fs(),Og=fs(),va=ig(),Ng=Pt(),Jk=Bg(),Dg=ff(),Zk=Vk(),MP=Wk(),Xk=Gk(),zP=hr(),Fg=bo(),UP=Ys(),Ai=Dr(),Hu=class extends UP.ReadableInterop{constructor(e){super();this._position=0,this._started=!1,this._sink=new Dg.AsyncByteQueue,this._schema=null,this._dictionaryBlocks=[],this._recordBatchBlocks=[],this._dictionaryDeltaOffsets=new Map,Ai.isObject(e)||(e={autoDestroy:!0,writeLegacyIpcFormat:!1}),this._autoDestroy=typeof e.autoDestroy=="boolean"?e.autoDestroy:!0,this._writeLegacyIpcFormat=typeof e.writeLegacyIpcFormat=="boolean"?e.writeLegacyIpcFormat:!1}static throughNode(e){throw new Error('"throughNode" not available in this environment')}static throughDOM(e,r){throw new Error('"throughDOM" not available in this environment')}toString(e=!1){return this._sink.toString(e)}toUint8Array(e=!1){return this._sink.toUint8Array(e)}writeAll(e){return Ai.isPromise(e)?e.then(r=>this.writeAll(r)):Ai.isAsyncIterable(e)?Rg(this,e):Pg(this,e)}get closed(){return this._sink.closed}[Symbol.asyncIterator](){return this._sink[Symbol.asyncIterator]()}toDOMStream(e){return this._sink.toDOMStream(e)}toNodeStream(e){return this._sink.toNodeStream(e)}close(){return this.reset()._sink.close()}abort(e){return this.reset()._sink.abort(e)}finish(){return this._autoDestroy?this.close():this.reset(this._sink,this._schema),this}reset(e=this._sink,r=null){return e===this._sink||e instanceof Dg.AsyncByteQueue?this._sink=e:(this._sink=new Dg.AsyncByteQueue,e&&Ai.isWritableDOMStream(e)?this.toDOMStream({type:"bytes"}).pipeTo(e):e&&Ai.isWritableNodeStream(e)&&this.toNodeStream({objectMode:!1}).pipe(e)),this._started&&this._schema&&this._writeFooter(this._schema),this._started=!1,this._dictionaryBlocks=[],this._recordBatchBlocks=[],this._dictionaryDeltaOffsets=new Map,(!r||!Jk.compareSchemas(r,this._schema))&&(r===null?(this._position=0,this._schema=null):(this._started=!0,this._schema=r,this._writeSchema(r))),this}write(e){let r=null;if(this._sink){if(e==null)return this.finish()&&void 0;if(e instanceof Eg.Table&&!(r=e.schema))return this.finish()&&void 0;if(e instanceof Fg.RecordBatch&&!(r=e.schema))return this.finish()&&void 0}else throw new Error("RecordBatchWriter is closed");if(r&&!Jk.compareSchemas(r,this._schema)){if(this._started&&this._autoDestroy)return this.close();this.reset(this._sink,r)}e instanceof Fg.RecordBatch?e instanceof Fg._InternalEmptyPlaceholderRecordBatch||this._writeRecordBatch(e):e instanceof Eg.Table?this.writeAll(e.chunks):Ai.isIterable(e)&&this.writeAll(e)}_writeMessage(e,r=8){let n=r-1,i=Ud.Message.encode(e),o=i.byteLength,f=this._writeLegacyIpcFormat?4:8,s=o+f+n&~n,l=s-o-f;return e.headerType===Ng.MessageHeader.RecordBatch?this._recordBatchBlocks.push(new va.FileBlock(s,e.bodyLength,this._position)):e.headerType===Ng.MessageHeader.DictionaryBatch&&this._dictionaryBlocks.push(new va.FileBlock(s,e.bodyLength,this._position)),this._writeLegacyIpcFormat||this._write(Int32Array.of(-1)),this._write(Int32Array.of(s-f)),o>0&&this._write(i),this._writePadding(l)}_write(e){if(this._started){let r=zP.toUint8Array(e);r&&r.byteLength>0&&(this._sink.write(r),this._position+=r.byteLength)}return this}_writeSchema(e){return this._writeMessage(Ud.Message.from(e))}_writeFooter(e){return this._writeLegacyIpcFormat?this._write(Int32Array.of(0)):this._write(Int32Array.of(-1,0))}_writeMagic(){return this._write(FP.MAGIC)}_writePadding(e){return e>0?this._write(new Uint8Array(e)):this}_writeRecordBatch(e){let{byteLength:r,nodes:n,bufferRegions:i,buffers:o}=Zk.VectorAssembler.assemble(e),f=new Og.RecordBatch(e.length,n,i),s=Ud.Message.from(f,r);return this._writeDictionaries(e)._writeMessage(s)._writeBodyBuffers(o)}_writeDictionaryBatch(e,r,n=!1){this._dictionaryDeltaOffsets.set(r,e.length+(this._dictionaryDeltaOffsets.get(r)||0));let{byteLength:i,nodes:o,bufferRegions:f,buffers:s}=Zk.VectorAssembler.assemble(e),l=new Og.RecordBatch(e.length,o,f),u=new Og.DictionaryBatch(l,r,n),c=Ud.Message.from(u,i);return this._writeMessage(c)._writeBodyBuffers(s)}_writeBodyBuffers(e){let r,n,i;for(let o=-1,f=e.length;++o<f;)(r=e[o])&&(n=r.byteLength)>0&&(this._write(r),(i=(n+7&~7)-n)>0&&this._writePadding(i));return this}_writeDictionaries(e){for(let[r,n]of e.dictionaries){let i=this._dictionaryDeltaOffsets.get(r)||0;if(i===0||(n=n.slice(i)).length>0){let o="chunks"in n?n.chunks:[n];for(let f of o)this._writeDictionaryBatch(f,r,i>0),i+=f.length}}return this}};Ei.RecordBatchWriter=Hu;var Ld=class extends Hu{static writeAll(e,r){let n=new Ld(r);return Ai.isPromise(e)?e.then(i=>n.writeAll(i)):Ai.isAsyncIterable(e)?Rg(n,e):Pg(n,e)}};Ei.RecordBatchStreamWriter=Ld;var Vd=class extends Hu{static writeAll(e){let r=new Vd;return Ai.isPromise(e)?e.then(n=>r.writeAll(n)):Ai.isAsyncIterable(e)?Rg(r,e):Pg(r,e)}constructor(){super();this._autoDestroy=!0}_writeSchema(e){return this._writeMagic()._writePadding(2)}_writeFooter(e){let r=va.Footer.encode(new va.Footer(e,Ng.MetadataVersion.V4,this._recordBatchBlocks,this._dictionaryBlocks));return super._writeFooter(e)._write(r)._write(Int32Array.of(r.byteLength))._writeMagic()}};Ei.RecordBatchFileWriter=Vd;var Cd=class extends Hu{constructor(){super();this._autoDestroy=!0,this._recordBatches=[],this._dictionaries=[]}static writeAll(e){return new Cd().writeAll(e)}_writeMessage(){return this}_writeFooter(e){return this}_writeSchema(e){return this._write(`{
16
+ "schema": ${JSON.stringify({fields:e.fields.map(Qk)},null,2)}`)}_writeDictionaries(e){return e.dictionaries.size>0&&this._dictionaries.push(e),this}_writeDictionaryBatch(e,r,n=!1){return this._dictionaryDeltaOffsets.set(r,e.length+(this._dictionaryDeltaOffsets.get(r)||0)),this._write(this._dictionaryBlocks.length===0?" ":`,
17
+ `),this._write(`${LP(e,r,n)}`),this._dictionaryBlocks.push(new va.FileBlock(0,0,0)),this}_writeRecordBatch(e){return this._writeDictionaries(e),this._recordBatches.push(e),this}close(){if(this._dictionaries.length>0){this._write(`,
27
18
  "dictionaries": [
28
19
  `);for(let e of this._dictionaries)super._writeDictionaries(e);this._write(`
29
20
  ]`)}if(this._recordBatches.length>0){for(let e=-1,r=this._recordBatches.length;++e<r;)this._write(e===0?`,
30
21
  "batches": [
31
22
  `:`,
32
- `),this._write(`${aM(this._recordBatches[e])}`),this._recordBatchBlocks.push(new _a.FileBlock(0,0,0));this._write(`
23
+ `),this._write(`${VP(this._recordBatches[e])}`),this._recordBatchBlocks.push(new va.FileBlock(0,0,0));this._write(`
33
24
  ]`)}return this._schema&&this._write(`
34
- }`),this._dictionaries=[],this._recordBatches=[],super.close()}};_i.RecordBatchJSONWriter=km;function aj(t,e){let r=e;e instanceof nj.Table&&(r=e.chunks,t.reset(void 0,e.schema));for(let n of r)t.write(n);return t.finish()}async function lj(t,e){for await(let r of e)t.write(r);return t.finish()}function ux({name:t,type:e,nullable:r}){let n=new iM.JSONTypeAssembler;return{name:t,nullable:r,type:n.visit(e),children:(e.children||[]).map(ux),dictionary:rM.DataType.isDictionary(e)?{id:e.id,isOrdered:e.isOrdered,indexType:n.visit(e.indices)}:void 0}}function sM(t,e,r=!1){let n=new nM.Field(`${e}`,t.type,t.nullCount>0),i=lx.JSONVectorAssembler.assemble(new tM.Column(n,[t]));return JSON.stringify({id:e,isDelta:r,data:{count:t.length,columns:i}},null,2)}function aM(t){return JSON.stringify({count:t.length,columns:lx.JSONVectorAssembler.assemble(t)},null,2)}});var pj=k(of=>{"use strict";Object.defineProperty(of,"__esModule",{value:!0});of.distributeVectorsIntoRecordBatches=of.distributeColumnsIntoRecordBatches=of.ensureSameLengthData=void 0;var cx=Un(),uj=nr(),lM=ef(),uM=fo(),cj=new Uint8Array(0),px=t=>[cj,cj,new Uint8Array(t),cj];function cM(t,e,r=e.reduce((n,i)=>Math.max(n,i.length),0)){let n,i,o=-1,f=e.length,s=[...t.fields],u=[],l=(r+63&~63)>>3;for(;++o<f;)(n=e[o])&&n.length===r?u[o]=n:((i=s[o]).nullable||(s[o]=s[o].clone({nullable:!0})),u[o]=n?n._changeLengthAndBackfillNullBitmap(r):cx.Data.new(i.type,0,r,r,px(l)));return[new uj.Schema(s),r,u]}of.ensureSameLengthData=cM;function pM(t){return dx(new uj.Schema(t.map(({field:e})=>e)),t)}of.distributeColumnsIntoRecordBatches=pM;function dx(t,e){return dM(t,e.map(r=>r instanceof lM.Chunked?r.chunks.map(n=>n.data):[r.data]))}of.distributeVectorsIntoRecordBatches=dx;function dM(t,e){let r=[...t.fields],n=[],i={numBatches:e.reduce((w,p)=>Math.max(w,p.length),0)},o=0,f=0,s=-1,u=e.length,l,c=[];for(;i.numBatches-- >0;){for(f=Number.POSITIVE_INFINITY,s=-1;++s<u;)c[s]=l=e[s].shift(),f=Math.min(f,l?l.length:f);isFinite(f)&&(c=mM(r,f,c,e,i),f>0&&(n[o++]=[f,c.slice()]))}return[t=new uj.Schema(r,t.metadata),n.map(w=>new uM.RecordBatch(t,...w))]}function mM(t,e,r,n,i){let o,f,s=0,u=-1,l=n.length,c=(e+63&~63)>>3;for(;++u<l;)(o=r[u])&&(s=o.length)>=e?s===e?r[u]=o:(r[u]=o.slice(0,e),o=o.slice(e,s-e),i.numBatches=Math.max(i.numBatches,n[u].unshift(o))):((f=t[u]).nullable||(t[u]=f.clone({nullable:!0})),r[u]=o?o._changeLengthAndBackfillNullBitmap(e):cx.Data.new(f.type,0,e,e,px(c)));return r}});var Ut=k(Im=>{"use strict";Object.defineProperty(Im,"__esModule",{value:!0});Im.BaseVector=void 0;var wM=ht(),hM=ef(),bM=zu(),dj=Ht(),mj=class extends dj.AbstractVector{constructor(e,r){super();this._children=r,this.numChildren=e.childData.length,this._bindDataAccessors(this.data=e)}get type(){return this.data.type}get typeId(){return this.data.typeId}get length(){return this.data.length}get offset(){return this.data.offset}get stride(){return this.data.stride}get nullCount(){return this.data.nullCount}get byteLength(){return this.data.byteLength}get VectorName(){return`${wM.Type[this.typeId]}Vector`}get ArrayType(){return this.type.ArrayType}get values(){return this.data.values}get typeIds(){return this.data.typeIds}get nullBitmap(){return this.data.nullBitmap}get valueOffsets(){return this.data.valueOffsets}get[Symbol.toStringTag](){return`${this.VectorName}<${this.type[Symbol.toStringTag]}>`}clone(e,r=this._children){return dj.Vector.new(e,r)}concat(...e){return hM.Chunked.concat(this,...e)}slice(e,r){return bM.clampRange(this,e,r,this._sliceInternal)}isValid(e){if(this.nullCount>0){let r=this.offset+e;return(this.nullBitmap[r>>3]&1<<r%8)!==0}return!0}getChildAt(e){return e<0||e>=this.numChildren?null:(this._children||(this._children=[]))[e]||(this._children[e]=dj.Vector.new(this.data.childData[e]))}toJSON(){return[...this]}_sliceInternal(e,r,n){return e.clone(e.data.slice(r,n-r),null)}_bindDataAccessors(e){}};Im.BaseVector=mj;mj.prototype[Symbol.isConcatSpreadable]=!0});var wj=k(xm=>{"use strict";Object.defineProperty(xm,"__esModule",{value:!0});xm.BinaryVector=void 0;var gM=Ht(),yM=Ut(),jM=rt(),mx=class extends yM.BaseVector{asUtf8(){return gM.Vector.new(this.data.clone(new jM.Utf8))}};xm.BinaryVector=mx});var hj=k(Sm=>{"use strict";Object.defineProperty(Sm,"__esModule",{value:!0});Sm.BoolVector=void 0;var qM=rt(),_M=Ut(),vM=vi(),wx=class extends _M.BaseVector{static from(e){return vM.vectorFromValuesWithType(()=>new qM.Bool,e)}};Sm.BoolVector=wx});var gj=k(ff=>{"use strict";Object.defineProperty(ff,"__esModule",{value:!0});ff.DateMillisecondVector=ff.DateDayVector=ff.DateVector=void 0;var TM=ht(),kM=Ut(),hx=vi(),bj=rt(),Em=class extends kM.BaseVector{static from(...e){return e.length===2?hx.vectorFromValuesWithType(()=>e[1]===TM.DateUnit.DAY?new bj.DateDay:new bj.DateMillisecond,e[0]):hx.vectorFromValuesWithType(()=>new bj.DateMillisecond,e[0])}};ff.DateVector=Em;var bx=class extends Em{};ff.DateDayVector=bx;var gx=class extends Em{};ff.DateMillisecondVector=gx});var yj=k(Am=>{"use strict";Object.defineProperty(Am,"__esModule",{value:!0});Am.DecimalVector=void 0;var BM=Ut(),yx=class extends BM.BaseVector{};Am.DecimalVector=yx});var Fm=k(Om=>{"use strict";Object.defineProperty(Om,"__esModule",{value:!0});Om.DictionaryVector=void 0;var IM=Un(),jx=Ht(),xM=Ut(),SM=vi(),EM=rt(),jj=class extends xM.BaseVector{constructor(e){super(e);this.indices=jx.Vector.new(e.clone(this.type.indices))}static from(...e){if(e.length===3){let[r,n,i]=e,o=new EM.Dictionary(r.type,n,null,null);return jx.Vector.new(IM.Data.Dictionary(o,0,i.length,0,null,i,r))}return SM.vectorFromValuesWithType(()=>e[0].type,e[0])}get dictionary(){return this.data.dictionary}reverseLookup(e){return this.dictionary.indexOf(e)}getKey(e){return this.indices.get(e)}getValue(e){return this.dictionary.get(e)}setKey(e,r){return this.indices.set(e,r)}setValue(e,r){return this.dictionary.set(e,r)}};Om.DictionaryVector=jj;jj.prototype.indices=null});var qj=k(Dm=>{"use strict";Object.defineProperty(Dm,"__esModule",{value:!0});Dm.FixedSizeBinaryVector=void 0;var AM=Ut(),qx=class extends AM.BaseVector{};Dm.FixedSizeBinaryVector=qx});var _j=k(Nm=>{"use strict";Object.defineProperty(Nm,"__esModule",{value:!0});Nm.FixedSizeListVector=void 0;var OM=Ut(),_x=class extends OM.BaseVector{};Nm.FixedSizeListVector=_x});var Bj=k(Ti=>{"use strict";Object.defineProperty(Ti,"__esModule",{value:!0});Ti.Float64Vector=Ti.Float32Vector=Ti.Float16Vector=Ti.FloatVector=void 0;var FM=Un(),DM=Ht(),NM=Ut(),PM=vi(),is=rt(),Qu=class extends NM.BaseVector{static from(e){let r=MM(this);if(e instanceof ArrayBuffer||ArrayBuffer.isView(e)){let n=HM(e.constructor)||r;if(r===null&&(r=n),r&&r===n){let i=new r,o=e.byteLength/i.ArrayType.BYTES_PER_ELEMENT;if(!RM(r,e.constructor))return DM.Vector.new(FM.Data.Float(i,0,o,0,null,e))}}if(r)return PM.vectorFromValuesWithType(()=>new r,e);throw e instanceof DataView||e instanceof ArrayBuffer?new TypeError(`Cannot infer float type from instance of ${e.constructor.name}`):new TypeError("Unrecognized FloatVector input")}};Ti.FloatVector=Qu;var vj=class extends Qu{toFloat32Array(){return new Float32Array(this)}toFloat64Array(){return new Float64Array(this)}};Ti.Float16Vector=vj;var Tj=class extends Qu{};Ti.Float32Vector=Tj;var kj=class extends Qu{};Ti.Float64Vector=kj;var RM=(t,e)=>t===is.Float16&&e!==Uint16Array,HM=t=>{switch(t){case Uint16Array:return is.Float16;case Float32Array:return is.Float32;case Float64Array:return is.Float64;default:return null}},MM=t=>{switch(t){case vj:return is.Float16;case Tj:return is.Float32;case kj:return is.Float64;default:return null}}});var Ij=k(sf=>{"use strict";Object.defineProperty(sf,"__esModule",{value:!0});sf.IntervalYearMonthVector=sf.IntervalDayTimeVector=sf.IntervalVector=void 0;var UM=Ut(),Pm=class extends UM.BaseVector{};sf.IntervalVector=Pm;var vx=class extends Pm{};sf.IntervalDayTimeVector=vx;var Tx=class extends Pm{};sf.IntervalYearMonthVector=Tx});var Rm=k(Yt=>{"use strict";Object.defineProperty(Yt,"__esModule",{value:!0});Yt.Uint64Vector=Yt.Uint32Vector=Yt.Uint16Vector=Yt.Uint8Vector=Yt.Int64Vector=Yt.Int32Vector=Yt.Int16Vector=Yt.Int8Vector=Yt.IntVector=void 0;var zM=Un(),LM=Ht(),VM=Ut(),CM=vi(),kx=br(),Bx=Qt(),Ft=rt(),ki=class extends VM.BaseVector{static from(...e){let[r,n=!1]=e,i=YM(this,n);if(r instanceof ArrayBuffer||ArrayBuffer.isView(r)){let o=KM(r.constructor,n)||i;if(i===null&&(i=o),i&&i===o){let f=new i,s=r.byteLength/f.ArrayType.BYTES_PER_ELEMENT;return WM(i,r.constructor)&&(s*=.5),LM.Vector.new(zM.Data.Int(f,0,s,0,null,r))}}if(i)return CM.vectorFromValuesWithType(()=>new i,r);throw r instanceof DataView||r instanceof ArrayBuffer?new TypeError(`Cannot infer integer type from instance of ${r.constructor.name}`):new TypeError("Unrecognized IntVector input")}};Yt.IntVector=ki;var xj=class extends ki{};Yt.Int8Vector=xj;var Sj=class extends ki{};Yt.Int16Vector=Sj;var Ej=class extends ki{};Yt.Int32Vector=Ej;var Aj=class extends ki{toBigInt64Array(){return Bx.toBigInt64Array(this.values)}get values64(){return this._values64||(this._values64=this.toBigInt64Array())}};Yt.Int64Vector=Aj;var Oj=class extends ki{};Yt.Uint8Vector=Oj;var Fj=class extends ki{};Yt.Uint16Vector=Fj;var Dj=class extends ki{};Yt.Uint32Vector=Dj;var Nj=class extends ki{toBigUint64Array(){return Bx.toBigUint64Array(this.values)}get values64(){return this._values64||(this._values64=this.toBigUint64Array())}};Yt.Uint64Vector=Nj;var WM=(t,e)=>(t===Ft.Int64||t===Ft.Uint64)&&(e===Int32Array||e===Uint32Array),KM=(t,e)=>{switch(t){case Int8Array:return Ft.Int8;case Int16Array:return Ft.Int16;case Int32Array:return e?Ft.Int64:Ft.Int32;case kx.BigInt64Array:return Ft.Int64;case Uint8Array:return Ft.Uint8;case Uint16Array:return Ft.Uint16;case Uint32Array:return e?Ft.Uint64:Ft.Uint32;case kx.BigUint64Array:return Ft.Uint64;default:return null}},YM=(t,e)=>{switch(t){case xj:return Ft.Int8;case Sj:return Ft.Int16;case Ej:return e?Ft.Int64:Ft.Int32;case Aj:return Ft.Int64;case Oj:return Ft.Uint8;case Fj:return Ft.Uint16;case Dj:return e?Ft.Uint64:Ft.Uint32;case Nj:return Ft.Uint64;default:return null}}});var Pj=k(Hm=>{"use strict";Object.defineProperty(Hm,"__esModule",{value:!0});Hm.ListVector=void 0;var GM=Ut(),Ix=class extends GM.BaseVector{};Hm.ListVector=Ix});var Rj=k(Mm=>{"use strict";Object.defineProperty(Mm,"__esModule",{value:!0});Mm.MapVector=void 0;var JM=Mu(),ZM=Ht(),QM=Ut(),XM=rt(),xx=class extends QM.BaseVector{asList(){let e=this.type.children[0];return ZM.Vector.new(this.data.clone(new XM.List(e)))}bind(e){let r=this.getChildAt(0),{[e]:n,[e+1]:i}=this.valueOffsets;return new JM.MapRow(r.slice(n,i))}};Mm.MapVector=xx});var Hj=k(Um=>{"use strict";Object.defineProperty(Um,"__esModule",{value:!0});Um.NullVector=void 0;var $M=Ut(),Sx=class extends $M.BaseVector{};Um.NullVector=Sx});var Mj=k(zm=>{"use strict";Object.defineProperty(zm,"__esModule",{value:!0});zm.StructVector=void 0;var eU=Mu(),tU=Ut(),rU=Symbol.for("rowIndex"),Ex=class extends tU.BaseVector{bind(e){let r=this._row||(this._row=new eU.StructRow(this)),n=Object.create(r);return n[rU]=e,n}};zm.StructVector=Ex});var Uj=k(Tn=>{"use strict";Object.defineProperty(Tn,"__esModule",{value:!0});Tn.TimestampNanosecondVector=Tn.TimestampMicrosecondVector=Tn.TimestampMillisecondVector=Tn.TimestampSecondVector=Tn.TimestampVector=void 0;var nU=Ut(),va=class extends nU.BaseVector{};Tn.TimestampVector=va;var Ax=class extends va{};Tn.TimestampSecondVector=Ax;var Ox=class extends va{};Tn.TimestampMillisecondVector=Ox;var Fx=class extends va{};Tn.TimestampMicrosecondVector=Fx;var Dx=class extends va{};Tn.TimestampNanosecondVector=Dx});var zj=k(kn=>{"use strict";Object.defineProperty(kn,"__esModule",{value:!0});kn.TimeNanosecondVector=kn.TimeMicrosecondVector=kn.TimeMillisecondVector=kn.TimeSecondVector=kn.TimeVector=void 0;var iU=Ut(),Ta=class extends iU.BaseVector{};kn.TimeVector=Ta;var Nx=class extends Ta{};kn.TimeSecondVector=Nx;var Px=class extends Ta{};kn.TimeMillisecondVector=Px;var Rx=class extends Ta{};kn.TimeMicrosecondVector=Rx;var Hx=class extends Ta{};kn.TimeNanosecondVector=Hx});var Lj=k(af=>{"use strict";Object.defineProperty(af,"__esModule",{value:!0});af.SparseUnionVector=af.DenseUnionVector=af.UnionVector=void 0;var oU=Ut(),Lm=class extends oU.BaseVector{get typeIdToChildIndex(){return this.data.type.typeIdToChildIndex}};af.UnionVector=Lm;var Mx=class extends Lm{get valueOffsets(){return this.data.valueOffsets}};af.DenseUnionVector=Mx;var Ux=class extends Lm{};af.SparseUnionVector=Ux});var Vj=k(Vm=>{"use strict";Object.defineProperty(Vm,"__esModule",{value:!0});Vm.Utf8Vector=void 0;var fU=Ht(),sU=Ut(),zx=rt(),aU=vi(),Lx=class extends sU.BaseVector{static from(e){return aU.vectorFromValuesWithType(()=>new zx.Utf8,e)}asBinary(){return fU.Vector.new(this.data.clone(new zx.Binary))}};Vm.Utf8Vector=Lx});var Vx=k(lf=>{"use strict";Object.defineProperty(lf,"__esModule",{value:!0});lf.partial2=lf.partial1=lf.partial0=void 0;function lU(t){return function(){return t(this)}}lf.partial0=lU;function uU(t){return function(e){return t(this,e)}}lf.partial1=uU;function cU(t){return function(e,r){return t(this,e,r)}}lf.partial2=cU});var Kj=k(ka=>{"use strict";Object.defineProperty(ka,"__esModule",{value:!0});ka.instance=ka.GetVisitor=void 0;var Cm=Fu(),pU=ur(),dU=Hf(),mU=Su(),Bn=ht(),je=class extends pU.Visitor{};ka.GetVisitor=je;var wU=(t,e)=>864e5*t[e],Cj=(t,e)=>4294967296*t[e+1]+(t[e]>>>0),hU=(t,e)=>4294967296*(t[e+1]/1e3)+(t[e]>>>0)/1e3,bU=(t,e)=>4294967296*(t[e+1]/1e6)+(t[e]>>>0)/1e6,Cx=t=>new Date(t),gU=(t,e)=>Cx(wU(t,e)),yU=(t,e)=>Cx(Cj(t,e)),jU=(t,e)=>null,Wx=(t,e,r)=>{let{[r]:n,[r+1]:i}=e;return n!=null&&i!=null?t.subarray(n,i):null},qU=({offset:t,values:e},r)=>{let n=t+r;return(e[n>>3]&1<<n%8)!=0},Kx=({values:t},e)=>gU(t,e),Yx=({values:t},e)=>yU(t,e*2),Bi=({stride:t,values:e},r)=>e[t*r],Gx=({stride:t,values:e},r)=>mU.uint16ToFloat64(e[t*r]),Wj=({stride:t,values:e,type:r},n)=>Cm.BN.new(e.subarray(t*n,t*(n+1)),r.isSigned),_U=({stride:t,values:e},r)=>e.subarray(t*r,t*(r+1)),vU=({values:t,valueOffsets:e},r)=>Wx(t,e,r),TU=({values:t,valueOffsets:e},r)=>{let n=Wx(t,e,r);return n!==null?dU.decodeUtf8(n):null},kU=(t,e)=>t.type.bitWidth<64?Bi(t,e):Wj(t,e),BU=(t,e)=>t.type.precision!==Bn.Precision.HALF?Bi(t,e):Gx(t,e),IU=(t,e)=>t.type.unit===Bn.DateUnit.DAY?Kx(t,e):Yx(t,e),Jx=({values:t},e)=>1e3*Cj(t,e*2),Zx=({values:t},e)=>Cj(t,e*2),Qx=({values:t},e)=>hU(t,e*2),Xx=({values:t},e)=>bU(t,e*2),xU=(t,e)=>{switch(t.type.unit){case Bn.TimeUnit.SECOND:return Jx(t,e);case Bn.TimeUnit.MILLISECOND:return Zx(t,e);case Bn.TimeUnit.MICROSECOND:return Qx(t,e);case Bn.TimeUnit.NANOSECOND:return Xx(t,e)}},$x=({values:t,stride:e},r)=>t[e*r],eS=({values:t,stride:e},r)=>t[e*r],tS=({values:t},e)=>Cm.BN.signed(t.subarray(2*e,2*(e+1))),rS=({values:t},e)=>Cm.BN.signed(t.subarray(2*e,2*(e+1))),SU=(t,e)=>{switch(t.type.unit){case Bn.TimeUnit.SECOND:return $x(t,e);case Bn.TimeUnit.MILLISECOND:return eS(t,e);case Bn.TimeUnit.MICROSECOND:return tS(t,e);case Bn.TimeUnit.NANOSECOND:return rS(t,e)}},EU=({values:t},e)=>Cm.BN.decimal(t.subarray(4*e,4*(e+1))),AU=(t,e)=>{let r=t.getChildAt(0),{valueOffsets:n,stride:i}=t;return r.slice(n[e*i],n[e*i+1])},OU=(t,e)=>t.bind(e),FU=(t,e)=>t.bind(e),DU=(t,e)=>t.type.mode===Bn.UnionMode.Dense?nS(t,e):iS(t,e),nS=(t,e)=>{let r=t.typeIdToChildIndex[t.typeIds[e]],n=t.getChildAt(r);return n?n.get(t.valueOffsets[e]):null},iS=(t,e)=>{let r=t.typeIdToChildIndex[t.typeIds[e]],n=t.getChildAt(r);return n?n.get(e):null},NU=(t,e)=>t.getValue(t.getKey(e)),PU=(t,e)=>t.type.unit===Bn.IntervalUnit.DAY_TIME?oS(t,e):fS(t,e),oS=({values:t},e)=>t.subarray(2*e,2*(e+1)),fS=({values:t},e)=>{let r=t[e],n=new Int32Array(2);return n[0]=r/12|0,n[1]=r%12|0,n},RU=(t,e)=>{let r=t.getChildAt(0),{stride:n}=t;return r.slice(e*n,(e+1)*n)};je.prototype.visitNull=jU;je.prototype.visitBool=qU;je.prototype.visitInt=kU;je.prototype.visitInt8=Bi;je.prototype.visitInt16=Bi;je.prototype.visitInt32=Bi;je.prototype.visitInt64=Wj;je.prototype.visitUint8=Bi;je.prototype.visitUint16=Bi;je.prototype.visitUint32=Bi;je.prototype.visitUint64=Wj;je.prototype.visitFloat=BU;je.prototype.visitFloat16=Gx;je.prototype.visitFloat32=Bi;je.prototype.visitFloat64=Bi;je.prototype.visitUtf8=TU;je.prototype.visitBinary=vU;je.prototype.visitFixedSizeBinary=_U;je.prototype.visitDate=IU;je.prototype.visitDateDay=Kx;je.prototype.visitDateMillisecond=Yx;je.prototype.visitTimestamp=xU;je.prototype.visitTimestampSecond=Jx;je.prototype.visitTimestampMillisecond=Zx;je.prototype.visitTimestampMicrosecond=Qx;je.prototype.visitTimestampNanosecond=Xx;je.prototype.visitTime=SU;je.prototype.visitTimeSecond=$x;je.prototype.visitTimeMillisecond=eS;je.prototype.visitTimeMicrosecond=tS;je.prototype.visitTimeNanosecond=rS;je.prototype.visitDecimal=EU;je.prototype.visitList=AU;je.prototype.visitStruct=FU;je.prototype.visitUnion=DU;je.prototype.visitDenseUnion=nS;je.prototype.visitSparseUnion=iS;je.prototype.visitDictionary=NU;je.prototype.visitInterval=PU;je.prototype.visitIntervalDayTime=oS;je.prototype.visitIntervalYearMonth=fS;je.prototype.visitFixedSizeList=RU;je.prototype.visitMap=OU;ka.instance=new je});var uS=k(Ba=>{"use strict";Object.defineProperty(Ba,"__esModule",{value:!0});Ba.instance=Ba.IndexOfVisitor=void 0;var HU=ur(),sS=pi(),aS=zu(),qe=class extends HU.Visitor{};Ba.IndexOfVisitor=qe;function MU(t,e){return e===null&&t.length>0?0:-1}function UU(t,e){let{nullBitmap:r}=t.data;if(!r||t.nullCount<=0)return-1;let n=0;for(let i of new sS.BitIterator(r,t.data.offset+(e||0),t.length,r,sS.getBool)){if(!i)return n;++n}return-1}function De(t,e,r){if(e===void 0)return-1;if(e===null)return UU(t,r);let n=aS.createElementComparator(e);for(let i=(r||0)-1,o=t.length;++i<o;)if(n(t.get(i)))return i;return-1}function lS(t,e,r){let n=aS.createElementComparator(e);for(let i=(r||0)-1,o=t.length;++i<o;)if(n(t.get(i)))return i;return-1}qe.prototype.visitNull=MU;qe.prototype.visitBool=De;qe.prototype.visitInt=De;qe.prototype.visitInt8=De;qe.prototype.visitInt16=De;qe.prototype.visitInt32=De;qe.prototype.visitInt64=De;qe.prototype.visitUint8=De;qe.prototype.visitUint16=De;qe.prototype.visitUint32=De;qe.prototype.visitUint64=De;qe.prototype.visitFloat=De;qe.prototype.visitFloat16=De;qe.prototype.visitFloat32=De;qe.prototype.visitFloat64=De;qe.prototype.visitUtf8=De;qe.prototype.visitBinary=De;qe.prototype.visitFixedSizeBinary=De;qe.prototype.visitDate=De;qe.prototype.visitDateDay=De;qe.prototype.visitDateMillisecond=De;qe.prototype.visitTimestamp=De;qe.prototype.visitTimestampSecond=De;qe.prototype.visitTimestampMillisecond=De;qe.prototype.visitTimestampMicrosecond=De;qe.prototype.visitTimestampNanosecond=De;qe.prototype.visitTime=De;qe.prototype.visitTimeSecond=De;qe.prototype.visitTimeMillisecond=De;qe.prototype.visitTimeMicrosecond=De;qe.prototype.visitTimeNanosecond=De;qe.prototype.visitDecimal=De;qe.prototype.visitList=De;qe.prototype.visitStruct=De;qe.prototype.visitUnion=De;qe.prototype.visitDenseUnion=lS;qe.prototype.visitSparseUnion=lS;qe.prototype.visitDictionary=De;qe.prototype.visitInterval=De;qe.prototype.visitIntervalDayTime=De;qe.prototype.visitIntervalYearMonth=De;qe.prototype.visitFixedSizeList=De;qe.prototype.visitMap=De;Ba.instance=new qe});var Yj=k(Ia=>{"use strict";Object.defineProperty(Ia,"__esModule",{value:!0});Ia.instance=Ia.IteratorVisitor=void 0;var Wm=ht(),zU=ur(),LU=pi(),cS=Kj(),_e=class extends zU.Visitor{};Ia.IteratorVisitor=_e;function VU(t){let e=cS.instance.getVisitFn(t);return new LU.BitIterator(t.data.nullBitmap,t.data.offset,t.length,t,(r,n,i,o)=>(i&1<<o)!=0?e(r,n):null)}var pS=class{constructor(e,r){this.vector=e,this.getFn=r,this.index=0}next(){return this.index<this.vector.length?{value:this.getFn(this.vector,this.index++)}:{done:!0,value:null}}[Symbol.iterator](){return this}};function Ee(t){if(t.nullCount>0)return VU(t);let{type:e,typeId:r,length:n}=t;return t.stride===1&&(r===Wm.Type.Timestamp||r===Wm.Type.Int&&e.bitWidth!==64||r===Wm.Type.Time&&e.bitWidth!==64||r===Wm.Type.Float&&e.precision>0)?t.data.values.subarray(0,n)[Symbol.iterator]():new pS(t,cS.instance.getVisitFn(t))}_e.prototype.visitNull=Ee;_e.prototype.visitBool=Ee;_e.prototype.visitInt=Ee;_e.prototype.visitInt8=Ee;_e.prototype.visitInt16=Ee;_e.prototype.visitInt32=Ee;_e.prototype.visitInt64=Ee;_e.prototype.visitUint8=Ee;_e.prototype.visitUint16=Ee;_e.prototype.visitUint32=Ee;_e.prototype.visitUint64=Ee;_e.prototype.visitFloat=Ee;_e.prototype.visitFloat16=Ee;_e.prototype.visitFloat32=Ee;_e.prototype.visitFloat64=Ee;_e.prototype.visitUtf8=Ee;_e.prototype.visitBinary=Ee;_e.prototype.visitFixedSizeBinary=Ee;_e.prototype.visitDate=Ee;_e.prototype.visitDateDay=Ee;_e.prototype.visitDateMillisecond=Ee;_e.prototype.visitTimestamp=Ee;_e.prototype.visitTimestampSecond=Ee;_e.prototype.visitTimestampMillisecond=Ee;_e.prototype.visitTimestampMicrosecond=Ee;_e.prototype.visitTimestampNanosecond=Ee;_e.prototype.visitTime=Ee;_e.prototype.visitTimeSecond=Ee;_e.prototype.visitTimeMillisecond=Ee;_e.prototype.visitTimeMicrosecond=Ee;_e.prototype.visitTimeNanosecond=Ee;_e.prototype.visitDecimal=Ee;_e.prototype.visitList=Ee;_e.prototype.visitStruct=Ee;_e.prototype.visitUnion=Ee;_e.prototype.visitDenseUnion=Ee;_e.prototype.visitSparseUnion=Ee;_e.prototype.visitDictionary=Ee;_e.prototype.visitInterval=Ee;_e.prototype.visitIntervalDayTime=Ee;_e.prototype.visitIntervalYearMonth=Ee;_e.prototype.visitFixedSizeList=Ee;_e.prototype.visitMap=Ee;Ia.instance=new _e});var dS=k(xa=>{"use strict";Object.defineProperty(xa,"__esModule",{value:!0});xa.instance=xa.ToArrayVisitor=void 0;var Xu=ht(),CU=ur(),WU=Yj(),ve=class extends CU.Visitor{};xa.ToArrayVisitor=ve;function Ae(t){let{type:e,length:r,stride:n}=t;switch(e.typeId){case Xu.Type.Int:case Xu.Type.Float:case Xu.Type.Decimal:case Xu.Type.Time:case Xu.Type.Timestamp:return t.data.values.subarray(0,r*n)}return[...WU.instance.visit(t)]}ve.prototype.visitNull=Ae;ve.prototype.visitBool=Ae;ve.prototype.visitInt=Ae;ve.prototype.visitInt8=Ae;ve.prototype.visitInt16=Ae;ve.prototype.visitInt32=Ae;ve.prototype.visitInt64=Ae;ve.prototype.visitUint8=Ae;ve.prototype.visitUint16=Ae;ve.prototype.visitUint32=Ae;ve.prototype.visitUint64=Ae;ve.prototype.visitFloat=Ae;ve.prototype.visitFloat16=Ae;ve.prototype.visitFloat32=Ae;ve.prototype.visitFloat64=Ae;ve.prototype.visitUtf8=Ae;ve.prototype.visitBinary=Ae;ve.prototype.visitFixedSizeBinary=Ae;ve.prototype.visitDate=Ae;ve.prototype.visitDateDay=Ae;ve.prototype.visitDateMillisecond=Ae;ve.prototype.visitTimestamp=Ae;ve.prototype.visitTimestampSecond=Ae;ve.prototype.visitTimestampMillisecond=Ae;ve.prototype.visitTimestampMicrosecond=Ae;ve.prototype.visitTimestampNanosecond=Ae;ve.prototype.visitTime=Ae;ve.prototype.visitTimeSecond=Ae;ve.prototype.visitTimeMillisecond=Ae;ve.prototype.visitTimeMicrosecond=Ae;ve.prototype.visitTimeNanosecond=Ae;ve.prototype.visitDecimal=Ae;ve.prototype.visitList=Ae;ve.prototype.visitStruct=Ae;ve.prototype.visitUnion=Ae;ve.prototype.visitDenseUnion=Ae;ve.prototype.visitSparseUnion=Ae;ve.prototype.visitDictionary=Ae;ve.prototype.visitInterval=Ae;ve.prototype.visitIntervalDayTime=Ae;ve.prototype.visitIntervalYearMonth=Ae;ve.prototype.visitFixedSizeList=Ae;ve.prototype.visitMap=Ae;xa.instance=new ve});var mS=k(Sa=>{"use strict";Object.defineProperty(Sa,"__esModule",{value:!0});Sa.instance=Sa.ByteWidthVisitor=void 0;var KU=ur(),YU=ht(),$u=(t,e)=>t+e,Gj=t=>`Cannot compute the byte width of variable-width column ${t}`,Jj=class extends KU.Visitor{visitNull(e){return 0}visitInt(e){return e.bitWidth/8}visitFloat(e){return e.ArrayType.BYTES_PER_ELEMENT}visitBinary(e){throw new Error(Gj(e))}visitUtf8(e){throw new Error(Gj(e))}visitBool(e){return 1/8}visitDecimal(e){return 16}visitDate(e){return(e.unit+1)*4}visitTime(e){return e.bitWidth/8}visitTimestamp(e){return e.unit===YU.TimeUnit.SECOND?4:8}visitInterval(e){return(e.unit+1)*4}visitList(e){throw new Error(Gj(e))}visitStruct(e){return this.visitFields(e.children).reduce($u,0)}visitUnion(e){return this.visitFields(e.children).reduce($u,0)}visitFixedSizeBinary(e){return e.byteWidth}visitFixedSizeList(e){return e.listSize*this.visitFields(e.children).reduce($u,0)}visitMap(e){return this.visitFields(e.children).reduce($u,0)}visitDictionary(e){return this.visit(e.indices)}visitFields(e){return(e||[]).map(r=>this.visit(r.type))}visitSchema(e){return this.visitFields(e.fields).reduce($u,0)}};Sa.ByteWidthVisitor=Jj;Sa.instance=new Jj});var wS=k(Ea=>{"use strict";Object.defineProperty(Ea,"__esModule",{value:!0});Ea.instance=Ea.GetVectorConstructor=void 0;var GU=ur(),JU=wj(),ZU=hj(),Zj=gj(),QU=yj(),XU=Fm(),$U=qj(),ez=_j(),Km=Bj(),Qj=Ij(),so=Rm(),tz=Pj(),rz=Rj(),nz=Hj(),iz=Mj(),ec=Uj(),tc=zj(),Xj=Lj(),oz=Vj(),$j=class extends GU.Visitor{visitNull(){return nz.NullVector}visitBool(){return ZU.BoolVector}visitInt(){return so.IntVector}visitInt8(){return so.Int8Vector}visitInt16(){return so.Int16Vector}visitInt32(){return so.Int32Vector}visitInt64(){return so.Int64Vector}visitUint8(){return so.Uint8Vector}visitUint16(){return so.Uint16Vector}visitUint32(){return so.Uint32Vector}visitUint64(){return so.Uint64Vector}visitFloat(){return Km.FloatVector}visitFloat16(){return Km.Float16Vector}visitFloat32(){return Km.Float32Vector}visitFloat64(){return Km.Float64Vector}visitUtf8(){return oz.Utf8Vector}visitBinary(){return JU.BinaryVector}visitFixedSizeBinary(){return $U.FixedSizeBinaryVector}visitDate(){return Zj.DateVector}visitDateDay(){return Zj.DateDayVector}visitDateMillisecond(){return Zj.DateMillisecondVector}visitTimestamp(){return ec.TimestampVector}visitTimestampSecond(){return ec.TimestampSecondVector}visitTimestampMillisecond(){return ec.TimestampMillisecondVector}visitTimestampMicrosecond(){return ec.TimestampMicrosecondVector}visitTimestampNanosecond(){return ec.TimestampNanosecondVector}visitTime(){return tc.TimeVector}visitTimeSecond(){return tc.TimeSecondVector}visitTimeMillisecond(){return tc.TimeMillisecondVector}visitTimeMicrosecond(){return tc.TimeMicrosecondVector}visitTimeNanosecond(){return tc.TimeNanosecondVector}visitDecimal(){return QU.DecimalVector}visitList(){return tz.ListVector}visitStruct(){return iz.StructVector}visitUnion(){return Xj.UnionVector}visitDenseUnion(){return Xj.DenseUnionVector}visitSparseUnion(){return Xj.SparseUnionVector}visitDictionary(){return XU.DictionaryVector}visitInterval(){return Qj.IntervalVector}visitIntervalDayTime(){return Qj.IntervalDayTimeVector}visitIntervalYearMonth(){return Qj.IntervalYearMonthVector}visitFixedSizeList(){return ez.FixedSizeListVector}visitMap(){return rz.MapVector}};Ea.GetVectorConstructor=$j;Ea.instance=new $j});var vi=k(V=>{"use strict";Object.defineProperty(V,"__esModule",{value:!0});V.vectorFromValuesWithType=V.StructRow=V.MapRow=V.Utf8Vector=V.SparseUnionVector=V.DenseUnionVector=V.UnionVector=V.TimeNanosecondVector=V.TimeMicrosecondVector=V.TimeMillisecondVector=V.TimeSecondVector=V.TimeVector=V.TimestampNanosecondVector=V.TimestampMicrosecondVector=V.TimestampMillisecondVector=V.TimestampSecondVector=V.TimestampVector=V.StructVector=V.NullVector=V.MapVector=V.ListVector=V.Uint64Vector=V.Uint32Vector=V.Uint16Vector=V.Uint8Vector=V.Int64Vector=V.Int32Vector=V.Int16Vector=V.Int8Vector=V.IntVector=V.IntervalYearMonthVector=V.IntervalDayTimeVector=V.IntervalVector=V.Float64Vector=V.Float32Vector=V.Float16Vector=V.FloatVector=V.FixedSizeListVector=V.FixedSizeBinaryVector=V.DictionaryVector=V.DecimalVector=V.DateMillisecondVector=V.DateDayVector=V.DateVector=V.Chunked=V.BoolVector=V.BinaryVector=V.BaseVector=V.Vector=void 0;var fz=Ht();Object.defineProperty(V,"Vector",{enumerable:!0,get:function(){return fz.Vector}});var sz=Ut();Object.defineProperty(V,"BaseVector",{enumerable:!0,get:function(){return sz.BaseVector}});var az=wj();Object.defineProperty(V,"BinaryVector",{enumerable:!0,get:function(){return az.BinaryVector}});var lz=hj();Object.defineProperty(V,"BoolVector",{enumerable:!0,get:function(){return lz.BoolVector}});var uz=ef();Object.defineProperty(V,"Chunked",{enumerable:!0,get:function(){return uz.Chunked}});var e0=gj();Object.defineProperty(V,"DateVector",{enumerable:!0,get:function(){return e0.DateVector}});Object.defineProperty(V,"DateDayVector",{enumerable:!0,get:function(){return e0.DateDayVector}});Object.defineProperty(V,"DateMillisecondVector",{enumerable:!0,get:function(){return e0.DateMillisecondVector}});var cz=yj();Object.defineProperty(V,"DecimalVector",{enumerable:!0,get:function(){return cz.DecimalVector}});var pz=Fm();Object.defineProperty(V,"DictionaryVector",{enumerable:!0,get:function(){return pz.DictionaryVector}});var dz=qj();Object.defineProperty(V,"FixedSizeBinaryVector",{enumerable:!0,get:function(){return dz.FixedSizeBinaryVector}});var mz=_j();Object.defineProperty(V,"FixedSizeListVector",{enumerable:!0,get:function(){return mz.FixedSizeListVector}});var Ym=Bj();Object.defineProperty(V,"FloatVector",{enumerable:!0,get:function(){return Ym.FloatVector}});Object.defineProperty(V,"Float16Vector",{enumerable:!0,get:function(){return Ym.Float16Vector}});Object.defineProperty(V,"Float32Vector",{enumerable:!0,get:function(){return Ym.Float32Vector}});Object.defineProperty(V,"Float64Vector",{enumerable:!0,get:function(){return Ym.Float64Vector}});var t0=Ij();Object.defineProperty(V,"IntervalVector",{enumerable:!0,get:function(){return t0.IntervalVector}});Object.defineProperty(V,"IntervalDayTimeVector",{enumerable:!0,get:function(){return t0.IntervalDayTimeVector}});Object.defineProperty(V,"IntervalYearMonthVector",{enumerable:!0,get:function(){return t0.IntervalYearMonthVector}});var ao=Rm();Object.defineProperty(V,"IntVector",{enumerable:!0,get:function(){return ao.IntVector}});Object.defineProperty(V,"Int8Vector",{enumerable:!0,get:function(){return ao.Int8Vector}});Object.defineProperty(V,"Int16Vector",{enumerable:!0,get:function(){return ao.Int16Vector}});Object.defineProperty(V,"Int32Vector",{enumerable:!0,get:function(){return ao.Int32Vector}});Object.defineProperty(V,"Int64Vector",{enumerable:!0,get:function(){return ao.Int64Vector}});Object.defineProperty(V,"Uint8Vector",{enumerable:!0,get:function(){return ao.Uint8Vector}});Object.defineProperty(V,"Uint16Vector",{enumerable:!0,get:function(){return ao.Uint16Vector}});Object.defineProperty(V,"Uint32Vector",{enumerable:!0,get:function(){return ao.Uint32Vector}});Object.defineProperty(V,"Uint64Vector",{enumerable:!0,get:function(){return ao.Uint64Vector}});var wz=Pj();Object.defineProperty(V,"ListVector",{enumerable:!0,get:function(){return wz.ListVector}});var hz=Rj();Object.defineProperty(V,"MapVector",{enumerable:!0,get:function(){return hz.MapVector}});var bz=Hj();Object.defineProperty(V,"NullVector",{enumerable:!0,get:function(){return bz.NullVector}});var gz=Mj();Object.defineProperty(V,"StructVector",{enumerable:!0,get:function(){return gz.StructVector}});var rc=Uj();Object.defineProperty(V,"TimestampVector",{enumerable:!0,get:function(){return rc.TimestampVector}});Object.defineProperty(V,"TimestampSecondVector",{enumerable:!0,get:function(){return rc.TimestampSecondVector}});Object.defineProperty(V,"TimestampMillisecondVector",{enumerable:!0,get:function(){return rc.TimestampMillisecondVector}});Object.defineProperty(V,"TimestampMicrosecondVector",{enumerable:!0,get:function(){return rc.TimestampMicrosecondVector}});Object.defineProperty(V,"TimestampNanosecondVector",{enumerable:!0,get:function(){return rc.TimestampNanosecondVector}});var nc=zj();Object.defineProperty(V,"TimeVector",{enumerable:!0,get:function(){return nc.TimeVector}});Object.defineProperty(V,"TimeSecondVector",{enumerable:!0,get:function(){return nc.TimeSecondVector}});Object.defineProperty(V,"TimeMillisecondVector",{enumerable:!0,get:function(){return nc.TimeMillisecondVector}});Object.defineProperty(V,"TimeMicrosecondVector",{enumerable:!0,get:function(){return nc.TimeMicrosecondVector}});Object.defineProperty(V,"TimeNanosecondVector",{enumerable:!0,get:function(){return nc.TimeNanosecondVector}});var r0=Lj();Object.defineProperty(V,"UnionVector",{enumerable:!0,get:function(){return r0.UnionVector}});Object.defineProperty(V,"DenseUnionVector",{enumerable:!0,get:function(){return r0.DenseUnionVector}});Object.defineProperty(V,"SparseUnionVector",{enumerable:!0,get:function(){return r0.SparseUnionVector}});var yz=Vj();Object.defineProperty(V,"Utf8Vector",{enumerable:!0,get:function(){return yz.Utf8Vector}});var hS=Mu();Object.defineProperty(V,"MapRow",{enumerable:!0,get:function(){return hS.MapRow}});Object.defineProperty(V,"StructRow",{enumerable:!0,get:function(){return hS.StructRow}});var ic=Vx(),n0=ht(),Aa=Ht(),bS=ef(),os=Ut(),jz=pi(),Gm=br(),gS=Et(),yS=Kj(),jS=yy(),qS=uS(),_S=dS(),vS=Yj(),TS=mS(),kS=wS();Aa.Vector.new=qz;Aa.Vector.from=vz;function qz(t,...e){return new(kS.instance.getVisitFn(t)())(t,...e)}function _z(t,e){if(Gm.isIterable(e))return Aa.Vector.from({nullValues:[null,void 0],type:t(),values:e});if(Gm.isAsyncIterable(e))return Aa.Vector.from({nullValues:[null,void 0],type:t(),values:e});let{values:r=[],type:n=t(),nullValues:i=[null,void 0]}={...e};return Gm.isIterable(r)?Aa.Vector.from({nullValues:i,...e,type:n}):Aa.Vector.from({nullValues:i,...e,type:n})}V.vectorFromValuesWithType=_z;function vz(t){let{values:e=[],...r}={nullValues:[null,void 0],...t};if(Gm.isIterable(e)){let n=[...gS.Builder.throughIterable(r)(e)];return n.length===1?n[0]:bS.Chunked.concat(n)}return(async n=>{let i=gS.Builder.throughAsyncIterable(r);for await(let o of i(e))n.push(o);return n.length===1?n[0]:bS.Chunked.concat(n)})([])}os.BaseVector.prototype.get=function(e){return yS.instance.visit(this,e)};os.BaseVector.prototype.set=function(e,r){return jS.instance.visit(this,e,r)};os.BaseVector.prototype.indexOf=function(e,r){return qS.instance.visit(this,e,r)};os.BaseVector.prototype.toArray=function(){return _S.instance.visit(this)};os.BaseVector.prototype.getByteWidth=function(){return TS.instance.visit(this.type)};os.BaseVector.prototype[Symbol.iterator]=function(){return vS.instance.visit(this)};os.BaseVector.prototype._bindDataAccessors=Iz;Object.keys(n0.Type).map(t=>n0.Type[t]).filter(t=>typeof t=="number").filter(t=>t!==n0.Type.NONE).forEach(t=>{let e=kS.instance.visit(t);e.prototype.get=ic.partial1(yS.instance.getVisitFn(t)),e.prototype.set=ic.partial2(jS.instance.getVisitFn(t)),e.prototype.indexOf=ic.partial2(qS.instance.getVisitFn(t)),e.prototype.toArray=ic.partial0(_S.instance.getVisitFn(t)),e.prototype.getByteWidth=Tz(TS.instance.getVisitFn(t)),e.prototype[Symbol.iterator]=ic.partial0(vS.instance.getVisitFn(t))});function Tz(t){return function(){return t(this.type)}}function kz(t){return function(e){return this.isValid(e)?t.call(this,e):null}}function Bz(t){return function(e,r){jz.setBool(this.nullBitmap,this.offset+e,r!=null)&&t.call(this,e,r)}}function Iz(){let t=this.nullBitmap;t&&t.byteLength>0&&(this.get=kz(this.get),this.set=Bz(this.set))}});var Zu=k(Jm=>{"use strict";Object.defineProperty(Jm,"__esModule",{value:!0});Jm.Table=void 0;var xz=ba(),BS=nr(),i0=fo(),Sz=oc(),o0=rt(),IS=ha(),f0=br(),xS=Bm(),SS=pj(),s0=vi(),or=class extends s0.Chunked{constructor(...e){let r=null;e[0]instanceof BS.Schema&&(r=e.shift());let n=IS.selectArgs(i0.RecordBatch,e);if(!r&&!(r=n[0]&&n[0].schema))throw new TypeError("Table must be initialized with a Schema or at least one RecordBatch");n[0]||(n[0]=new i0._InternalEmptyPlaceholderRecordBatch(r));super(new o0.Struct(r.fields),n);this._schema=r,this._chunks=n}static empty(e=new BS.Schema([])){return new or(e,[])}static from(e){if(!e)return or.empty();if(typeof e=="object"){let n=f0.isIterable(e.values)?Ez(e):f0.isAsyncIterable(e.values)?Az(e):null;if(n!==null)return n}let r=Sz.RecordBatchReader.from(e);return f0.isPromise(r)?(async()=>await or.from(await r))():r.isSync()&&(r=r.open())?r.schema?new or(r.schema,[...r]):or.empty():(async n=>{let i=await n,o=i.schema,f=[];if(o){for await(let s of i)f.push(s);return new or(o,f)}return or.empty()})(r.open())}static async fromAsync(e){return await or.from(e)}static fromStruct(e){return or.new(e.data.childData,e.type.children)}static new(...e){return new or(...SS.distributeColumnsIntoRecordBatches(IS.selectColumnArgs(e)))}get schema(){return this._schema}get length(){return this._length}get chunks(){return this._chunks}get numCols(){return this._numChildren}clone(e=this._chunks){return new or(this._schema,e)}getColumn(e){return this.getColumnAt(this.getColumnIndex(e))}getColumnAt(e){return this.getChildAt(e)}getColumnIndex(e){return this._schema.fields.findIndex(r=>r.name===e)}getChildAt(e){if(e<0||e>=this.numChildren)return null;let r,n,i=this._schema.fields,o=this._children||(this._children=[]);if(n=o[e])return n;if(r=i[e]){let f=this._chunks.map(s=>s.getChildAt(e)).filter(s=>s!=null);if(f.length>0)return o[e]=new xz.Column(r,f)}return null}serialize(e="binary",r=!0){return(r?xS.RecordBatchStreamWriter:xS.RecordBatchFileWriter).writeAll(this).toUint8Array(!0)}count(){return this._length}select(...e){let r=this._schema.fields.reduce((n,i,o)=>n.set(i.name,o),new Map);return this.selectAt(...e.map(n=>r.get(n)).filter(n=>n>-1))}selectAt(...e){let r=this._schema.selectAt(...e);return new or(r,this._chunks.map(({length:n,data:{childData:i}})=>new i0.RecordBatch(r,n,e.map(o=>i[o]).filter(Boolean))))}assign(e){let r=this._schema.fields,[n,i]=e.schema.fields.reduce((s,u,l)=>{let[c,w]=s,p=r.findIndex(g=>g.name===u.name);return~p?w[p]=l:c.push(l),s},[[],[]]),o=this._schema.assign(e.schema),f=[...r.map((s,u,l,c=i[u])=>c===void 0?this.getColumnAt(u):e.getColumnAt(c)),...n.map(s=>e.getColumnAt(s))].filter(Boolean);return new or(...SS.distributeVectorsIntoRecordBatches(o,f))}};Jm.Table=or;function Ez(t){let{type:e}=t;return e instanceof o0.Struct?or.fromStruct(s0.StructVector.from(t)):null}function Az(t){let{type:e}=t;return e instanceof o0.Struct?s0.StructVector.from(t).then(r=>or.fromStruct(r)):null}});var fo=k(Oa=>{"use strict";Object.defineProperty(Oa,"__esModule",{value:!0});Oa._InternalEmptyPlaceholderRecordBatch=Oa.RecordBatch=void 0;var a0=Un(),l0=Zu(),Oz=Ht(),Fz=ur(),Dz=nr(),Nz=br(),Pz=ef(),Rz=ha(),u0=rt(),Hz=pj(),Mz=vi(),uf=class extends Mz.StructVector{constructor(...e){let r,n=e[0],i;if(e[1]instanceof a0.Data)[,r,i]=e;else{let o=n.fields,[,f,s]=e;r=a0.Data.Struct(new u0.Struct(o),0,f,0,null,s)}super(r,i);this._schema=n}static from(e){return Nz.isIterable(e.values),l0.Table.from(e)}static new(...e){let[r,n]=Rz.selectFieldArgs(e),i=n.filter(o=>o instanceof Oz.Vector);return new uf(...Hz.ensureSameLengthData(new Dz.Schema(r),i.map(o=>o.data)))}clone(e,r=this._children){return new uf(this._schema,e,r)}concat(...e){let r=this._schema,n=Pz.Chunked.flatten(this,...e);return new l0.Table(r,n.map(({data:i})=>new uf(r,i)))}get schema(){return this._schema}get numCols(){return this._schema.fields.length}get dictionaries(){return this._dictionaries||(this._dictionaries=Zm.collect(this))}select(...e){let r=this._schema.fields.reduce((n,i,o)=>n.set(i.name,o),new Map);return this.selectAt(...e.map(n=>r.get(n)).filter(n=>n>-1))}selectAt(...e){let r=this._schema.selectAt(...e),n=e.map(i=>this.data.childData[i]).filter(Boolean);return new uf(r,this.length,n)}};Oa.RecordBatch=uf;var ES=class extends uf{constructor(e){super(e,0,e.fields.map(r=>a0.Data.new(r.type,0,0,0)))}};Oa._InternalEmptyPlaceholderRecordBatch=ES;var Zm=class extends Fz.Visitor{constructor(){super(...arguments);this.dictionaries=new Map}static collect(e){return new Zm().visit(e.data,new u0.Struct(e.schema.fields)).dictionaries}visit(e,r){return u0.DataType.isDictionary(r)?this.visitDictionary(e,r):(e.childData.forEach((n,i)=>this.visit(n,r.children[i].type)),this)}visitDictionary(e,r){let n=e.dictionary;return n&&n.length>0&&this.dictionaries.set(r.id,n),this}}});var oc=k(Sn=>{"use strict";Object.defineProperty(Sn,"__esModule",{value:!0});Sn.AsyncRecordBatchFileReader=Sn.RecordBatchFileReader=Sn.AsyncRecordBatchStreamReader=Sn.RecordBatchStreamReader=Sn.RecordBatchReader=void 0;var AS=Ht(),Qm=ht(),OS=Ey(),FS=Iu(),DS=Zo(),fc=Fy(),NS=d1(),c0=fo(),fs=Ws(),In=wm(),xn=br(),Ii=class extends fs.ReadableInterop{constructor(e){super();this._impl=e}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(e){return this._impl.throw(e)}return(e){return this._impl.return(e)}cancel(){return this._impl.cancel()}reset(e){return this._impl.reset(e),this._DOMStream=void 0,this._nodeStream=void 0,this}open(e){let r=this._impl.open(e);return xn.isPromise(r)?r.then(()=>this):this}readRecordBatch(e){return this._impl.isFile()?this._impl.readRecordBatch(e):null}[Symbol.iterator](){return this._impl[Symbol.iterator]()}[Symbol.asyncIterator](){return this._impl[Symbol.asyncIterator]()}toDOMStream(){return FS.default.toDOMStream(this.isSync()?{[Symbol.iterator]:()=>this}:{[Symbol.asyncIterator]:()=>this})}toNodeStream(){return FS.default.toNodeStream(this.isSync()?{[Symbol.iterator]:()=>this}:{[Symbol.asyncIterator]:()=>this},{objectMode:!0})}static throughNode(e){throw new Error('"throughNode" not available in this environment')}static throughDOM(e,r){throw new Error('"throughDOM" not available in this environment')}static from(e){return e instanceof Ii?e:xn.isArrowJSON(e)?Uz(e):xn.isFileHandle(e)?Vz(e):xn.isPromise(e)?(async()=>await Ii.from(await e))():xn.isFetchResponse(e)||xn.isReadableDOMStream(e)||xn.isReadableNodeStream(e)||xn.isAsyncIterable(e)?Lz(new DS.AsyncByteStream(e)):zz(new DS.ByteStream(e))}static readAll(e){return e instanceof Ii?e.isSync()?MS(e):US(e):xn.isArrowJSON(e)||ArrayBuffer.isView(e)||xn.isIterable(e)||xn.isIteratorResult(e)?MS(e):US(e)}};Sn.RecordBatchReader=Ii;var Fa=class extends Ii{constructor(e){super(e);this._impl=e}[Symbol.iterator](){return this._impl[Symbol.iterator]()}async*[Symbol.asyncIterator](){yield*this[Symbol.iterator]()}};Sn.RecordBatchStreamReader=Fa;var Da=class extends Ii{constructor(e){super(e);this._impl=e}[Symbol.iterator](){throw new Error("AsyncRecordBatchStreamReader is not Iterable")}[Symbol.asyncIterator](){return this._impl[Symbol.asyncIterator]()}};Sn.AsyncRecordBatchStreamReader=Da;var Xm=class extends Fa{constructor(e){super(e);this._impl=e}};Sn.RecordBatchFileReader=Xm;var p0=class extends Da{constructor(e){super(e);this._impl=e}};Sn.AsyncRecordBatchFileReader=p0;var d0=class{constructor(e=new Map){this.closed=!1,this.autoDestroy=!0,this._dictionaryIndex=0,this._recordBatchIndex=0,this.dictionaries=e}get numDictionaries(){return this._dictionaryIndex}get numRecordBatches(){return this._recordBatchIndex}isSync(){return!1}isAsync(){return!1}isFile(){return!1}isStream(){return!1}reset(e){return this._dictionaryIndex=0,this._recordBatchIndex=0,this.schema=e,this.dictionaries=new Map,this}_loadRecordBatch(e,r){return new c0.RecordBatch(this.schema,e.length,this._loadVectors(e,r,this.schema.fields))}_loadDictionaryBatch(e,r){let{id:n,isDelta:i,data:o}=e,{dictionaries:f,schema:s}=this,u=f.get(n);if(i||!u){let l=s.dictionaries.get(n);return u&&i?u.concat(AS.Vector.new(this._loadVectors(o,r,[l])[0])):AS.Vector.new(this._loadVectors(o,r,[l])[0])}return u}_loadVectors(e,r,n){return new NS.VectorLoader(r,e.nodes,e.buffers,this.dictionaries).visitMany(n)}},sc=class extends d0{constructor(e,r){super(r);this._reader=xn.isArrowJSON(e)?new In.JSONMessageReader(this._handle=e):new In.MessageReader(this._handle=e)}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(e){return this.closed||(this.autoDestroy=HS(this,e),this.schema||(this.schema=this._reader.readSchema())||this.cancel()),this}throw(e){return!this.closed&&this.autoDestroy&&(this.closed=!0)?this.reset()._reader.throw(e):fs.ITERATOR_DONE}return(e){return!this.closed&&this.autoDestroy&&(this.closed=!0)?this.reset()._reader.return(e):fs.ITERATOR_DONE}next(){if(this.closed)return fs.ITERATOR_DONE;let e,{_reader:r}=this;for(;e=this._readNextMessageAndValidate();)if(e.isSchema())this.reset(e.header());else if(e.isRecordBatch()){this._recordBatchIndex++;let n=e.header(),i=r.readMessageBody(e.bodyLength),o=this._loadRecordBatch(n,i);return{done:!1,value:o}}else if(e.isDictionaryBatch()){this._dictionaryIndex++;let n=e.header(),i=r.readMessageBody(e.bodyLength),o=this._loadDictionaryBatch(n,i);this.dictionaries.set(n.id,o)}return this.schema&&this._recordBatchIndex===0?(this._recordBatchIndex++,{done:!1,value:new c0._InternalEmptyPlaceholderRecordBatch(this.schema)}):this.return()}_readNextMessageAndValidate(e){return this._reader.readMessage(e)}},ac=class extends d0{constructor(e,r){super(r);this._reader=new In.AsyncMessageReader(this._handle=e)}isAsync(){return!0}isStream(){return!0}[Symbol.asyncIterator](){return this}async cancel(){!this.closed&&(this.closed=!0)&&(await this.reset()._reader.return(),this._reader=null,this.dictionaries=null)}async open(e){return this.closed||(this.autoDestroy=HS(this,e),this.schema||(this.schema=await this._reader.readSchema())||await this.cancel()),this}async throw(e){return!this.closed&&this.autoDestroy&&(this.closed=!0)?await this.reset()._reader.throw(e):fs.ITERATOR_DONE}async return(e){return!this.closed&&this.autoDestroy&&(this.closed=!0)?await this.reset()._reader.return(e):fs.ITERATOR_DONE}async next(){if(this.closed)return fs.ITERATOR_DONE;let e,{_reader:r}=this;for(;e=await this._readNextMessageAndValidate();)if(e.isSchema())await this.reset(e.header());else if(e.isRecordBatch()){this._recordBatchIndex++;let n=e.header(),i=await r.readMessageBody(e.bodyLength),o=this._loadRecordBatch(n,i);return{done:!1,value:o}}else if(e.isDictionaryBatch()){this._dictionaryIndex++;let n=e.header(),i=await r.readMessageBody(e.bodyLength),o=this._loadDictionaryBatch(n,i);this.dictionaries.set(n.id,o)}return this.schema&&this._recordBatchIndex===0?(this._recordBatchIndex++,{done:!1,value:new c0._InternalEmptyPlaceholderRecordBatch(this.schema)}):await this.return()}async _readNextMessageAndValidate(e){return await this._reader.readMessage(e)}},m0=class extends sc{constructor(e,r){super(e instanceof fc.RandomAccessFile?e:new fc.RandomAccessFile(e),r)}get footer(){return this._footer}get numDictionaries(){return this._footer?this._footer.numDictionaries:0}get numRecordBatches(){return this._footer?this._footer.numRecordBatches:0}isSync(){return!0}isFile(){return!0}open(e){if(!this.closed&&!this._footer){this.schema=(this._footer=this._readFooter()).schema;for(let r of this._footer.dictionaryBatches())r&&this._readDictionaryBatch(this._dictionaryIndex++)}return super.open(e)}readRecordBatch(e){if(this.closed)return null;this._footer||this.open();let r=this._footer&&this._footer.getRecordBatch(e);if(r&&this._handle.seek(r.offset)){let n=this._reader.readMessage(Qm.MessageHeader.RecordBatch);if(n&&n.isRecordBatch()){let i=n.header(),o=this._reader.readMessageBody(n.bodyLength);return this._loadRecordBatch(i,o)}}return null}_readDictionaryBatch(e){let r=this._footer&&this._footer.getDictionaryBatch(e);if(r&&this._handle.seek(r.offset)){let n=this._reader.readMessage(Qm.MessageHeader.DictionaryBatch);if(n&&n.isDictionaryBatch()){let i=n.header(),o=this._reader.readMessageBody(n.bodyLength),f=this._loadDictionaryBatch(i,o);this.dictionaries.set(i.id,f)}}}_readFooter(){let{_handle:e}=this,r=e.size-In.magicAndPadding,n=e.readInt32(r),i=e.readAt(r-n,n);return OS.Footer.decode(i)}_readNextMessageAndValidate(e){if(this._footer||this.open(),this._footer&&this._recordBatchIndex<this.numRecordBatches){let r=this._footer&&this._footer.getRecordBatch(this._recordBatchIndex);if(r&&this._handle.seek(r.offset))return this._reader.readMessage(e)}return null}},PS=class extends ac{constructor(e,...r){let n=typeof r[0]!="number"?r.shift():void 0,i=r[0]instanceof Map?r.shift():void 0;super(e instanceof fc.AsyncRandomAccessFile?e:new fc.AsyncRandomAccessFile(e,n),i)}get footer(){return this._footer}get numDictionaries(){return this._footer?this._footer.numDictionaries:0}get numRecordBatches(){return this._footer?this._footer.numRecordBatches:0}isFile(){return!0}isAsync(){return!0}async open(e){if(!this.closed&&!this._footer){this.schema=(this._footer=await this._readFooter()).schema;for(let r of this._footer.dictionaryBatches())r&&await this._readDictionaryBatch(this._dictionaryIndex++)}return await super.open(e)}async readRecordBatch(e){if(this.closed)return null;this._footer||await this.open();let r=this._footer&&this._footer.getRecordBatch(e);if(r&&await this._handle.seek(r.offset)){let n=await this._reader.readMessage(Qm.MessageHeader.RecordBatch);if(n&&n.isRecordBatch()){let i=n.header(),o=await this._reader.readMessageBody(n.bodyLength);return this._loadRecordBatch(i,o)}}return null}async _readDictionaryBatch(e){let r=this._footer&&this._footer.getDictionaryBatch(e);if(r&&await this._handle.seek(r.offset)){let n=await this._reader.readMessage(Qm.MessageHeader.DictionaryBatch);if(n&&n.isDictionaryBatch()){let i=n.header(),o=await this._reader.readMessageBody(n.bodyLength),f=this._loadDictionaryBatch(i,o);this.dictionaries.set(i.id,f)}}}async _readFooter(){let{_handle:e}=this;e._pending&&await e._pending;let r=e.size-In.magicAndPadding,n=await e.readInt32(r),i=await e.readAt(r-n,n);return OS.Footer.decode(i)}async _readNextMessageAndValidate(e){if(this._footer||await this.open(),this._footer&&this._recordBatchIndex<this.numRecordBatches){let r=this._footer.getRecordBatch(this._recordBatchIndex);if(r&&await this._handle.seek(r.offset))return await this._reader.readMessage(e)}return null}},RS=class extends sc{constructor(e,r){super(e,r)}_loadVectors(e,r,n){return new NS.JSONVectorLoader(r,e.nodes,e.buffers,this.dictionaries).visitMany(n)}};function HS(t,e){return e&&typeof e.autoDestroy=="boolean"?e.autoDestroy:t.autoDestroy}function*MS(t){let e=Ii.from(t);try{if(!e.open({autoDestroy:!1}).closed)do yield e;while(!e.reset().open().closed)}finally{e.cancel()}}async function*US(t){let e=await Ii.from(t);try{if(!(await e.open({autoDestroy:!1})).closed)do yield e;while(!(await e.reset().open()).closed)}finally{await e.cancel()}}function Uz(t){return new Fa(new RS(t))}function zz(t){let e=t.peek(In.magicLength+7&~7);return e&&e.byteLength>=4?In.checkForMagicArrowString(e)?new Xm(new m0(t.read())):new Fa(new sc(t)):new Fa(new sc(function*(){}()))}async function Lz(t){let e=await t.peek(In.magicLength+7&~7);return e&&e.byteLength>=4?In.checkForMagicArrowString(e)?new Xm(new m0(await t.read())):new Da(new ac(t)):new Da(new ac(async function*(){}()))}async function Vz(t){let{size:e}=await t.stat(),r=new fc.AsyncRandomAccessFile(t,e);return e>=In.magicX2AndPadding&&In.checkForMagicArrowString(await r.readAt(0,In.magicLength+7&~7))?new p0(new PS(r)):new Da(new ac(r))}});var VS=k($m=>{"use strict";Object.defineProperty($m,"__esModule",{value:!0});$m.toDOMStream=void 0;var zS=Qt(),LS=br();function Cz(t,e){if(LS.isAsyncIterable(t))return Kz(t,e);if(LS.isIterable(t))return Wz(t,e);throw new Error("toDOMStream() must be called with an Iterable or AsyncIterable")}$m.toDOMStream=Cz;function Wz(t,e){let r=null,n=e&&e.type==="bytes"||!1,i=e&&e.highWaterMark||2**24;return new ReadableStream({...e,start(f){o(f,r||(r=t[Symbol.iterator]()))},pull(f){r?o(f,r):f.close()},cancel(){(r&&r.return&&r.return()||!0)&&(r=null)}},{highWaterMark:n?i:void 0,...e});function o(f,s){let u,l=null,c=f.desiredSize||null;for(;!(l=s.next(n?c:null)).done;)if(ArrayBuffer.isView(l.value)&&(u=zS.toUint8Array(l.value))&&(c!=null&&n&&(c=c-u.byteLength+1),l.value=u),f.enqueue(l.value),c!=null&&--c<=0)return;f.close()}}function Kz(t,e){let r=null,n=e&&e.type==="bytes"||!1,i=e&&e.highWaterMark||2**24;return new ReadableStream({...e,async start(f){await o(f,r||(r=t[Symbol.asyncIterator]()))},async pull(f){r?await o(f,r):f.close()},async cancel(){(r&&r.return&&await r.return()||!0)&&(r=null)}},{highWaterMark:n?i:void 0,...e});async function o(f,s){let u,l=null,c=f.desiredSize||null;for(;!(l=await s.next(n?c:null)).done;)if(ArrayBuffer.isView(l.value)&&(u=zS.toUint8Array(l.value))&&(c!=null&&n&&(c=c-u.byteLength+1),l.value=u),f.enqueue(l.value),c!=null&&--c<=0)return;f.close()}}});var KS=k(Na=>{"use strict";Object.defineProperty(Na,"__esModule",{value:!0});Na.BuilderTransform=Na.builderThroughDOMStream=void 0;var Yz=tm();function Gz(t){return new w0(t)}Na.builderThroughDOMStream=Gz;var w0=class{constructor(e){this._numChunks=0,this._finished=!1,this._bufferedSize=0;let{["readableStrategy"]:r,["writableStrategy"]:n,["queueingStrategy"]:i="count",...o}=e;this._controller=null,this._builder=Yz.Builder.new(o),this._getSize=i!=="bytes"?CS:WS;let{["highWaterMark"]:f=i==="bytes"?2**14:1e3}={...r},{["highWaterMark"]:s=i==="bytes"?2**14:1e3}={...n};this.readable=new ReadableStream({cancel:()=>{this._builder.clear()},pull:u=>{this._maybeFlush(this._builder,this._controller=u)},start:u=>{this._maybeFlush(this._builder,this._controller=u)}},{highWaterMark:f,size:i!=="bytes"?CS:WS}),this.writable=new WritableStream({abort:()=>{this._builder.clear()},write:()=>{this._maybeFlush(this._builder,this._controller)},close:()=>{this._maybeFlush(this._builder.finish(),this._controller)}},{highWaterMark:s,size:u=>this._writeValueAndReturnChunkSize(u)})}_writeValueAndReturnChunkSize(e){let r=this._bufferedSize;return this._bufferedSize=this._getSize(this._builder.append(e)),this._bufferedSize-r}_maybeFlush(e,r){r!==null&&(this._bufferedSize>=r.desiredSize&&++this._numChunks&&this._enqueue(r,e.toVector()),e.finished&&((e.length>0||this._numChunks===0)&&++this._numChunks&&this._enqueue(r,e.toVector()),!this._finished&&(this._finished=!0)&&this._enqueue(r,null)))}_enqueue(e,r){this._bufferedSize=0,this._controller=null,r===null?e.close():e.enqueue(r)}};Na.BuilderTransform=w0;var CS=t=>t.length,WS=t=>t.byteLength});var YS=k(ew=>{"use strict";Object.defineProperty(ew,"__esModule",{value:!0});ew.recordBatchReaderThroughDOMStream=void 0;var Jz=Zo(),Zz=oc();function Qz(t,e){let r=new Jz.AsyncByteQueue,n=null,i=new ReadableStream({async cancel(){await r.close()},async start(s){await f(s,n||(n=await o()))},async pull(s){n?await f(s,n):s.close()}});return{writable:new WritableStream(r,{highWaterMark:2**14,...t}),readable:i};async function o(){return await(await Zz.RecordBatchReader.from(r)).open(e)}async function f(s,u){let l=s.desiredSize,c=null;for(;!(c=await u.next()).done;)if(s.enqueue(c.value),l!=null&&--l<=0)return;s.close()}}ew.recordBatchReaderThroughDOMStream=Qz});var GS=k(tw=>{"use strict";Object.defineProperty(tw,"__esModule",{value:!0});tw.recordBatchWriterThroughDOMStream=void 0;var Xz=Zo();function $z(t,e){let r=new this(t),n=new Xz.AsyncByteStream(r),i=new ReadableStream({type:"bytes",async cancel(){await n.cancel()},async pull(f){await o(f)},async start(f){await o(f)}},{highWaterMark:2**14,...e});return{writable:new WritableStream(r,t),readable:i};async function o(f){let s=null,u=f.desiredSize;for(;s=await n.read(u||null);)if(f.enqueue(s),u!=null&&(u-=s.byteLength)<=0)return;f.close()}}tw.recordBatchWriterThroughDOMStream=$z});var q0=k(Me=>{"use strict";Object.defineProperty(Me,"__esModule",{value:!0});Me.custom=Me.or=Me.and=Me.col=Me.lit=Me.CustomPredicate=Me.Not=Me.GTeq=Me.LTeq=Me.Equals=Me.Or=Me.And=Me.CombinationPredicate=Me.ComparisonPredicate=Me.Predicate=Me.Col=Me.Literal=Me.Value=void 0;var eL=Fm(),cf=class{eq(e){return e instanceof cf||(e=new lo(e)),new b0(this,e)}le(e){return e instanceof cf||(e=new lo(e)),new g0(this,e)}ge(e){return e instanceof cf||(e=new lo(e)),new y0(this,e)}lt(e){return new Ma(this.ge(e))}gt(e){return new Ma(this.le(e))}ne(e){return new Ma(this.eq(e))}};Me.Value=cf;var lo=class extends cf{constructor(e){super();this.v=e}};Me.Literal=lo;var h0=class extends cf{constructor(e){super();this.name=e}bind(e){if(!this.colidx){this.colidx=-1;let n=e.schema.fields;for(let i=-1;++i<n.length;)if(n[i].name===this.name){this.colidx=i;break}if(this.colidx<0)throw new Error(`Failed to bind Col "${this.name}"`)}let r=this.vector=e.getChildAt(this.colidx);return n=>r.get(n)}};Me.Col=h0;var Pa=class{and(...e){return new Ra(this,...e)}or(...e){return new Ha(this,...e)}not(){return new Ma(this)}};Me.Predicate=Pa;var lc=class extends Pa{constructor(e,r){super();this.left=e,this.right=r}bind(e){return this.left instanceof lo?this.right instanceof lo?this._bindLitLit(e,this.left,this.right):this._bindLitCol(e,this.left,this.right):this.right instanceof lo?this._bindColLit(e,this.left,this.right):this._bindColCol(e,this.left,this.right)}};Me.ComparisonPredicate=lc;var uc=class extends Pa{constructor(...e){super();this.children=e}};Me.CombinationPredicate=uc;uc.prototype.children=Object.freeze([]);var Ra=class extends uc{constructor(...e){e=e.reduce((r,n)=>r.concat(n instanceof Ra?n.children:n),[]);super(...e)}bind(e){let r=this.children.map(n=>n.bind(e));return(n,i)=>r.every(o=>o(n,i))}};Me.And=Ra;var Ha=class extends uc{constructor(...e){e=e.reduce((r,n)=>r.concat(n instanceof Ha?n.children:n),[]);super(...e)}bind(e){let r=this.children.map(n=>n.bind(e));return(n,i)=>r.some(o=>o(n,i))}};Me.Or=Ha;var b0=class extends lc{_bindLitLit(e,r,n){let i=r.v==n.v;return()=>i}_bindColCol(e,r,n){let i=r.bind(e),o=n.bind(e);return(f,s)=>i(f,s)==o(f,s)}_bindColLit(e,r,n){let i=r.bind(e);if(r.vector instanceof eL.DictionaryVector){let o,f=r.vector;return f.dictionary!==this.lastDictionary?(o=f.reverseLookup(n.v),this.lastDictionary=f.dictionary,this.lastKey=o):o=this.lastKey,o===-1?()=>!1:s=>f.getKey(s)===o}else return(o,f)=>i(o,f)==n.v}_bindLitCol(e,r,n){return this._bindColLit(e,n,r)}};Me.Equals=b0;var g0=class extends lc{_bindLitLit(e,r,n){let i=r.v<=n.v;return()=>i}_bindColCol(e,r,n){let i=r.bind(e),o=n.bind(e);return(f,s)=>i(f,s)<=o(f,s)}_bindColLit(e,r,n){let i=r.bind(e);return(o,f)=>i(o,f)<=n.v}_bindLitCol(e,r,n){let i=n.bind(e);return(o,f)=>r.v<=i(o,f)}};Me.LTeq=g0;var y0=class extends lc{_bindLitLit(e,r,n){let i=r.v>=n.v;return()=>i}_bindColCol(e,r,n){let i=r.bind(e),o=n.bind(e);return(f,s)=>i(f,s)>=o(f,s)}_bindColLit(e,r,n){let i=r.bind(e);return(o,f)=>i(o,f)>=n.v}_bindLitCol(e,r,n){let i=n.bind(e);return(o,f)=>r.v>=i(o,f)}};Me.GTeq=y0;var Ma=class extends Pa{constructor(e){super();this.child=e}bind(e){let r=this.child.bind(e);return(n,i)=>!r(n,i)}};Me.Not=Ma;var j0=class extends Pa{constructor(e,r){super();this.next=e,this.bind_=r}bind(e){return this.bind_(e),this.next}};Me.CustomPredicate=j0;function tL(t){return new lo(t)}Me.lit=tL;function rL(t){return new h0(t)}Me.col=rL;function nL(...t){return new Ra(...t)}Me.and=nL;function iL(...t){return new Ha(...t)}Me.or=iL;function oL(t,e){return new j0(t,e)}Me.custom=oL});var $S=k(pf=>{"use strict";Object.defineProperty(pf,"__esModule",{value:!0});pf.FilteredDataFrame=pf.CountByResult=pf.DataFrame=void 0;var Ua=Zu(),JS=Rm(),_0=nr(),ZS=q0(),fL=fo(),QS=rt();Ua.Table.prototype.countBy=function(t){return new ss(this.chunks).countBy(t)};Ua.Table.prototype.scan=function(t,e){return new ss(this.chunks).scan(t,e)};Ua.Table.prototype.scanReverse=function(t,e){return new ss(this.chunks).scanReverse(t,e)};Ua.Table.prototype.filter=function(t){return new ss(this.chunks).filter(t)};var ss=class extends Ua.Table{filter(e){return new cc(this.chunks,e)}scan(e,r){let n=this.chunks,i=n.length;for(let o=-1;++o<i;){let f=n[o];r&&r(f);for(let s=-1,u=f.length;++s<u;)e(s,f)}}scanReverse(e,r){let n=this.chunks,i=n.length;for(let o=i;--o>=0;){let f=n[o];r&&r(f);for(let s=f.length;--s>=0;)e(s,f)}}countBy(e){let r=this.chunks,n=r.length,i=typeof e=="string"?new ZS.Col(e):e;i.bind(r[n-1]);let o=i.vector;if(!QS.DataType.isDictionary(o.type))throw new Error("countBy currently only supports dictionary-encoded columns");let f=Math.ceil(Math.log(o.length)/Math.log(256)),s=f==4?Uint32Array:f>=2?Uint16Array:Uint8Array,u=new s(o.dictionary.length);for(let l=-1;++l<n;){let c=r[l];i.bind(c);let w=i.vector.indices;for(let p=-1,g=c.length;++p<g;){let T=w.get(p);T!==null&&u[T]++}}return new rw(o.dictionary,JS.IntVector.from(u))}};pf.DataFrame=ss;var rw=class extends Ua.Table{constructor(e,r){let n=new _0.Schema([new _0.Field("values",e.type),new _0.Field("counts",r.type)]);super(new fL.RecordBatch(n,r.length,[e,r]))}toJSON(){let e=this.getColumnAt(0),r=this.getColumnAt(1),n={};for(let i=-1;++i<this.length;)n[e.get(i)]=r.get(i);return n}};pf.CountByResult=rw;var XS=class{constructor(e,r){this.batches=e,this.predicate=r,this.batchIndex=0,this.index=0,this.batch=this.batches[this.batchIndex],this.predicateFunc=this.predicate.bind(this.batch)}next(){for(;this.batchIndex<this.batches.length;){for(;this.index<this.batch.length;){if(this.predicateFunc(this.index,this.batch))return{value:this.batch.get(this.index++)};this.index++}++this.batchIndex<this.batches.length&&(this.index=0,this.batch=this.batches[this.batchIndex],this.predicateFunc=this.predicate.bind(this.batch))}return{done:!0,value:null}}[Symbol.iterator](){return this}},cc=class extends ss{constructor(e,r){super(e);this._predicate=r}scan(e,r){let n=this._chunks,i=n.length;for(let o=-1;++o<i;){let f=n[o],s=this._predicate.bind(f),u=!1;for(let l=-1,c=f.length;++l<c;)s(l,f)&&(r&&!u&&(r(f),u=!0),e(l,f))}}scanReverse(e,r){let n=this._chunks,i=n.length;for(let o=i;--o>=0;){let f=n[o],s=this._predicate.bind(f),u=!1;for(let l=f.length;--l>=0;)s(l,f)&&(r&&!u&&(r(f),u=!0),e(l,f))}}count(){let e=0,r=this._chunks,n=r.length;for(let i=-1;++i<n;){let o=r[i],f=this._predicate.bind(o);for(let s=-1,u=o.length;++s<u;)f(s,o)&&++e}return e}[Symbol.iterator](){return new XS(this._chunks,this._predicate)}filter(e){return new cc(this._chunks,this._predicate.and(e))}countBy(e){let r=this._chunks,n=r.length,i=typeof e=="string"?new ZS.Col(e):e;i.bind(r[n-1]);let o=i.vector;if(!QS.DataType.isDictionary(o.type))throw new Error("countBy currently only supports dictionary-encoded columns");let f=Math.ceil(Math.log(o.length)/Math.log(256)),s=f==4?Uint32Array:f>=2?Uint16Array:Uint8Array,u=new s(o.dictionary.length);for(let l=-1;++l<n;){let c=r[l],w=this._predicate.bind(c);i.bind(c);let p=i.vector.indices;for(let g=-1,T=c.length;++g<T;){let L=p.get(g);L!==null&&w(g,c)&&u[L]++}}return new rw(o.dictionary,JS.IntVector.from(u))}};pf.FilteredDataFrame=cc});var rE=k(d=>{"use strict";Object.defineProperty(d,"__esModule",{value:!0});d.util=d.predicate=d.CountByResult=d.FilteredDataFrame=d.DataFrame=d.RecordBatch=d.Message=d.JSONMessageReader=d.AsyncMessageReader=d.MessageReader=d.RecordBatchJSONWriter=d.RecordBatchStreamWriter=d.RecordBatchFileWriter=d.RecordBatchWriter=d.AsyncRecordBatchStreamReader=d.AsyncRecordBatchFileReader=d.RecordBatchStreamReader=d.RecordBatchFileReader=d.RecordBatchReader=d.AsyncByteQueue=d.AsyncByteStream=d.ByteStream=d.Utf8Builder=d.SparseUnionBuilder=d.DenseUnionBuilder=d.UnionBuilder=d.TimeNanosecondBuilder=d.TimeMicrosecondBuilder=d.TimeMillisecondBuilder=d.TimeSecondBuilder=d.TimeBuilder=d.TimestampNanosecondBuilder=d.TimestampMicrosecondBuilder=d.TimestampMillisecondBuilder=d.TimestampSecondBuilder=d.TimestampBuilder=d.StructBuilder=d.NullBuilder=d.MapBuilder=d.ListBuilder=d.Uint64Builder=d.Uint32Builder=d.Uint16Builder=d.Uint8Builder=d.Int64Builder=d.Int32Builder=d.Int16Builder=d.Int8Builder=d.IntBuilder=d.IntervalYearMonthBuilder=d.IntervalDayTimeBuilder=d.IntervalBuilder=d.Float64Builder=d.Float32Builder=d.Float16Builder=d.FloatBuilder=d.FixedSizeListBuilder=d.FixedSizeBinaryBuilder=d.DictionaryBuilder=d.DecimalBuilder=d.DateMillisecondBuilder=d.DateDayBuilder=d.DateBuilder=d.BoolBuilder=d.BinaryBuilder=d.Builder=d.Utf8Vector=d.SparseUnionVector=d.DenseUnionVector=d.UnionVector=d.TimeNanosecondVector=d.TimeMicrosecondVector=d.TimeMillisecondVector=d.TimeSecondVector=d.TimeVector=d.TimestampNanosecondVector=d.TimestampMicrosecondVector=d.TimestampMillisecondVector=d.TimestampSecondVector=d.TimestampVector=d.StructVector=d.NullVector=d.MapVector=d.ListVector=d.Uint64Vector=d.Uint32Vector=d.Uint16Vector=d.Uint8Vector=d.Int64Vector=d.Int32Vector=d.Int16Vector=d.Int8Vector=d.IntVector=d.IntervalYearMonthVector=d.IntervalDayTimeVector=d.IntervalVector=d.Float64Vector=d.Float32Vector=d.Float16Vector=d.FloatVector=d.FixedSizeListVector=d.FixedSizeBinaryVector=d.DictionaryVector=d.DecimalVector=d.DateMillisecondVector=d.DateDayVector=d.DateVector=d.Chunked=d.BoolVector=d.BinaryVector=d.BaseVector=d.Vector=d.Field=d.Schema=d.Visitor=d.Column=d.Table=d.Map_=d.FixedSizeList=d.IntervalYearMonth=d.IntervalDayTime=d.Interval=d.Dictionary=d.SparseUnion=d.DenseUnion=d.Union=d.Struct=d.List=d.Decimal=d.TimeNanosecond=d.TimeMicrosecond=d.TimeMillisecond=d.TimeSecond=d.Time=d.TimestampNanosecond=d.TimestampMicrosecond=d.TimestampMillisecond=d.TimestampSecond=d.Timestamp=d.DateMillisecond=d.DateDay=d.Date_=d.FixedSizeBinary=d.Binary=d.Utf8=d.Float64=d.Float32=d.Float16=d.Float=d.Uint64=d.Uint32=d.Uint16=d.Uint8=d.Int64=d.Int32=d.Int16=d.Int8=d.Int=d.Bool=d.Null=d.DataType=d.Data=d.BufferType=d.Type=d.MessageHeader=d.MetadataVersion=d.IntervalUnit=d.UnionMode=d.Precision=d.TimeUnit=d.DateUnit=void 0;var za=Ho();Object.defineProperty(d,"DateUnit",{enumerable:!0,get:function(){return za.DateUnit}});Object.defineProperty(d,"TimeUnit",{enumerable:!0,get:function(){return za.TimeUnit}});Object.defineProperty(d,"Precision",{enumerable:!0,get:function(){return za.Precision}});Object.defineProperty(d,"UnionMode",{enumerable:!0,get:function(){return za.UnionMode}});Object.defineProperty(d,"IntervalUnit",{enumerable:!0,get:function(){return za.IntervalUnit}});Object.defineProperty(d,"MetadataVersion",{enumerable:!0,get:function(){return za.MetadataVersion}});var sL=wd();Object.defineProperty(d,"MessageHeader",{enumerable:!0,get:function(){return sL.MessageHeader}});var eE=ht();Object.defineProperty(d,"Type",{enumerable:!0,get:function(){return eE.Type}});Object.defineProperty(d,"BufferType",{enumerable:!0,get:function(){return eE.BufferType}});var aL=Un();Object.defineProperty(d,"Data",{enumerable:!0,get:function(){return aL.Data}});var Ie=rt();Object.defineProperty(d,"DataType",{enumerable:!0,get:function(){return Ie.DataType}});Object.defineProperty(d,"Null",{enumerable:!0,get:function(){return Ie.Null}});Object.defineProperty(d,"Bool",{enumerable:!0,get:function(){return Ie.Bool}});Object.defineProperty(d,"Int",{enumerable:!0,get:function(){return Ie.Int}});Object.defineProperty(d,"Int8",{enumerable:!0,get:function(){return Ie.Int8}});Object.defineProperty(d,"Int16",{enumerable:!0,get:function(){return Ie.Int16}});Object.defineProperty(d,"Int32",{enumerable:!0,get:function(){return Ie.Int32}});Object.defineProperty(d,"Int64",{enumerable:!0,get:function(){return Ie.Int64}});Object.defineProperty(d,"Uint8",{enumerable:!0,get:function(){return Ie.Uint8}});Object.defineProperty(d,"Uint16",{enumerable:!0,get:function(){return Ie.Uint16}});Object.defineProperty(d,"Uint32",{enumerable:!0,get:function(){return Ie.Uint32}});Object.defineProperty(d,"Uint64",{enumerable:!0,get:function(){return Ie.Uint64}});Object.defineProperty(d,"Float",{enumerable:!0,get:function(){return Ie.Float}});Object.defineProperty(d,"Float16",{enumerable:!0,get:function(){return Ie.Float16}});Object.defineProperty(d,"Float32",{enumerable:!0,get:function(){return Ie.Float32}});Object.defineProperty(d,"Float64",{enumerable:!0,get:function(){return Ie.Float64}});Object.defineProperty(d,"Utf8",{enumerable:!0,get:function(){return Ie.Utf8}});Object.defineProperty(d,"Binary",{enumerable:!0,get:function(){return Ie.Binary}});Object.defineProperty(d,"FixedSizeBinary",{enumerable:!0,get:function(){return Ie.FixedSizeBinary}});Object.defineProperty(d,"Date_",{enumerable:!0,get:function(){return Ie.Date_}});Object.defineProperty(d,"DateDay",{enumerable:!0,get:function(){return Ie.DateDay}});Object.defineProperty(d,"DateMillisecond",{enumerable:!0,get:function(){return Ie.DateMillisecond}});Object.defineProperty(d,"Timestamp",{enumerable:!0,get:function(){return Ie.Timestamp}});Object.defineProperty(d,"TimestampSecond",{enumerable:!0,get:function(){return Ie.TimestampSecond}});Object.defineProperty(d,"TimestampMillisecond",{enumerable:!0,get:function(){return Ie.TimestampMillisecond}});Object.defineProperty(d,"TimestampMicrosecond",{enumerable:!0,get:function(){return Ie.TimestampMicrosecond}});Object.defineProperty(d,"TimestampNanosecond",{enumerable:!0,get:function(){return Ie.TimestampNanosecond}});Object.defineProperty(d,"Time",{enumerable:!0,get:function(){return Ie.Time}});Object.defineProperty(d,"TimeSecond",{enumerable:!0,get:function(){return Ie.TimeSecond}});Object.defineProperty(d,"TimeMillisecond",{enumerable:!0,get:function(){return Ie.TimeMillisecond}});Object.defineProperty(d,"TimeMicrosecond",{enumerable:!0,get:function(){return Ie.TimeMicrosecond}});Object.defineProperty(d,"TimeNanosecond",{enumerable:!0,get:function(){return Ie.TimeNanosecond}});Object.defineProperty(d,"Decimal",{enumerable:!0,get:function(){return Ie.Decimal}});Object.defineProperty(d,"List",{enumerable:!0,get:function(){return Ie.List}});Object.defineProperty(d,"Struct",{enumerable:!0,get:function(){return Ie.Struct}});Object.defineProperty(d,"Union",{enumerable:!0,get:function(){return Ie.Union}});Object.defineProperty(d,"DenseUnion",{enumerable:!0,get:function(){return Ie.DenseUnion}});Object.defineProperty(d,"SparseUnion",{enumerable:!0,get:function(){return Ie.SparseUnion}});Object.defineProperty(d,"Dictionary",{enumerable:!0,get:function(){return Ie.Dictionary}});Object.defineProperty(d,"Interval",{enumerable:!0,get:function(){return Ie.Interval}});Object.defineProperty(d,"IntervalDayTime",{enumerable:!0,get:function(){return Ie.IntervalDayTime}});Object.defineProperty(d,"IntervalYearMonth",{enumerable:!0,get:function(){return Ie.IntervalYearMonth}});Object.defineProperty(d,"FixedSizeList",{enumerable:!0,get:function(){return Ie.FixedSizeList}});Object.defineProperty(d,"Map_",{enumerable:!0,get:function(){return Ie.Map_}});var lL=Zu();Object.defineProperty(d,"Table",{enumerable:!0,get:function(){return lL.Table}});var uL=ba();Object.defineProperty(d,"Column",{enumerable:!0,get:function(){return uL.Column}});var cL=ur();Object.defineProperty(d,"Visitor",{enumerable:!0,get:function(){return cL.Visitor}});var tE=nr();Object.defineProperty(d,"Schema",{enumerable:!0,get:function(){return tE.Schema}});Object.defineProperty(d,"Field",{enumerable:!0,get:function(){return tE.Field}});var Te=vi();Object.defineProperty(d,"Vector",{enumerable:!0,get:function(){return Te.Vector}});Object.defineProperty(d,"BaseVector",{enumerable:!0,get:function(){return Te.BaseVector}});Object.defineProperty(d,"BinaryVector",{enumerable:!0,get:function(){return Te.BinaryVector}});Object.defineProperty(d,"BoolVector",{enumerable:!0,get:function(){return Te.BoolVector}});Object.defineProperty(d,"Chunked",{enumerable:!0,get:function(){return Te.Chunked}});Object.defineProperty(d,"DateVector",{enumerable:!0,get:function(){return Te.DateVector}});Object.defineProperty(d,"DateDayVector",{enumerable:!0,get:function(){return Te.DateDayVector}});Object.defineProperty(d,"DateMillisecondVector",{enumerable:!0,get:function(){return Te.DateMillisecondVector}});Object.defineProperty(d,"DecimalVector",{enumerable:!0,get:function(){return Te.DecimalVector}});Object.defineProperty(d,"DictionaryVector",{enumerable:!0,get:function(){return Te.DictionaryVector}});Object.defineProperty(d,"FixedSizeBinaryVector",{enumerable:!0,get:function(){return Te.FixedSizeBinaryVector}});Object.defineProperty(d,"FixedSizeListVector",{enumerable:!0,get:function(){return Te.FixedSizeListVector}});Object.defineProperty(d,"FloatVector",{enumerable:!0,get:function(){return Te.FloatVector}});Object.defineProperty(d,"Float16Vector",{enumerable:!0,get:function(){return Te.Float16Vector}});Object.defineProperty(d,"Float32Vector",{enumerable:!0,get:function(){return Te.Float32Vector}});Object.defineProperty(d,"Float64Vector",{enumerable:!0,get:function(){return Te.Float64Vector}});Object.defineProperty(d,"IntervalVector",{enumerable:!0,get:function(){return Te.IntervalVector}});Object.defineProperty(d,"IntervalDayTimeVector",{enumerable:!0,get:function(){return Te.IntervalDayTimeVector}});Object.defineProperty(d,"IntervalYearMonthVector",{enumerable:!0,get:function(){return Te.IntervalYearMonthVector}});Object.defineProperty(d,"IntVector",{enumerable:!0,get:function(){return Te.IntVector}});Object.defineProperty(d,"Int8Vector",{enumerable:!0,get:function(){return Te.Int8Vector}});Object.defineProperty(d,"Int16Vector",{enumerable:!0,get:function(){return Te.Int16Vector}});Object.defineProperty(d,"Int32Vector",{enumerable:!0,get:function(){return Te.Int32Vector}});Object.defineProperty(d,"Int64Vector",{enumerable:!0,get:function(){return Te.Int64Vector}});Object.defineProperty(d,"Uint8Vector",{enumerable:!0,get:function(){return Te.Uint8Vector}});Object.defineProperty(d,"Uint16Vector",{enumerable:!0,get:function(){return Te.Uint16Vector}});Object.defineProperty(d,"Uint32Vector",{enumerable:!0,get:function(){return Te.Uint32Vector}});Object.defineProperty(d,"Uint64Vector",{enumerable:!0,get:function(){return Te.Uint64Vector}});Object.defineProperty(d,"ListVector",{enumerable:!0,get:function(){return Te.ListVector}});Object.defineProperty(d,"MapVector",{enumerable:!0,get:function(){return Te.MapVector}});Object.defineProperty(d,"NullVector",{enumerable:!0,get:function(){return Te.NullVector}});Object.defineProperty(d,"StructVector",{enumerable:!0,get:function(){return Te.StructVector}});Object.defineProperty(d,"TimestampVector",{enumerable:!0,get:function(){return Te.TimestampVector}});Object.defineProperty(d,"TimestampSecondVector",{enumerable:!0,get:function(){return Te.TimestampSecondVector}});Object.defineProperty(d,"TimestampMillisecondVector",{enumerable:!0,get:function(){return Te.TimestampMillisecondVector}});Object.defineProperty(d,"TimestampMicrosecondVector",{enumerable:!0,get:function(){return Te.TimestampMicrosecondVector}});Object.defineProperty(d,"TimestampNanosecondVector",{enumerable:!0,get:function(){return Te.TimestampNanosecondVector}});Object.defineProperty(d,"TimeVector",{enumerable:!0,get:function(){return Te.TimeVector}});Object.defineProperty(d,"TimeSecondVector",{enumerable:!0,get:function(){return Te.TimeSecondVector}});Object.defineProperty(d,"TimeMillisecondVector",{enumerable:!0,get:function(){return Te.TimeMillisecondVector}});Object.defineProperty(d,"TimeMicrosecondVector",{enumerable:!0,get:function(){return Te.TimeMicrosecondVector}});Object.defineProperty(d,"TimeNanosecondVector",{enumerable:!0,get:function(){return Te.TimeNanosecondVector}});Object.defineProperty(d,"UnionVector",{enumerable:!0,get:function(){return Te.UnionVector}});Object.defineProperty(d,"DenseUnionVector",{enumerable:!0,get:function(){return Te.DenseUnionVector}});Object.defineProperty(d,"SparseUnionVector",{enumerable:!0,get:function(){return Te.SparseUnionVector}});Object.defineProperty(d,"Utf8Vector",{enumerable:!0,get:function(){return Te.Utf8Vector}});var xe=tm();Object.defineProperty(d,"Builder",{enumerable:!0,get:function(){return xe.Builder}});Object.defineProperty(d,"BinaryBuilder",{enumerable:!0,get:function(){return xe.BinaryBuilder}});Object.defineProperty(d,"BoolBuilder",{enumerable:!0,get:function(){return xe.BoolBuilder}});Object.defineProperty(d,"DateBuilder",{enumerable:!0,get:function(){return xe.DateBuilder}});Object.defineProperty(d,"DateDayBuilder",{enumerable:!0,get:function(){return xe.DateDayBuilder}});Object.defineProperty(d,"DateMillisecondBuilder",{enumerable:!0,get:function(){return xe.DateMillisecondBuilder}});Object.defineProperty(d,"DecimalBuilder",{enumerable:!0,get:function(){return xe.DecimalBuilder}});Object.defineProperty(d,"DictionaryBuilder",{enumerable:!0,get:function(){return xe.DictionaryBuilder}});Object.defineProperty(d,"FixedSizeBinaryBuilder",{enumerable:!0,get:function(){return xe.FixedSizeBinaryBuilder}});Object.defineProperty(d,"FixedSizeListBuilder",{enumerable:!0,get:function(){return xe.FixedSizeListBuilder}});Object.defineProperty(d,"FloatBuilder",{enumerable:!0,get:function(){return xe.FloatBuilder}});Object.defineProperty(d,"Float16Builder",{enumerable:!0,get:function(){return xe.Float16Builder}});Object.defineProperty(d,"Float32Builder",{enumerable:!0,get:function(){return xe.Float32Builder}});Object.defineProperty(d,"Float64Builder",{enumerable:!0,get:function(){return xe.Float64Builder}});Object.defineProperty(d,"IntervalBuilder",{enumerable:!0,get:function(){return xe.IntervalBuilder}});Object.defineProperty(d,"IntervalDayTimeBuilder",{enumerable:!0,get:function(){return xe.IntervalDayTimeBuilder}});Object.defineProperty(d,"IntervalYearMonthBuilder",{enumerable:!0,get:function(){return xe.IntervalYearMonthBuilder}});Object.defineProperty(d,"IntBuilder",{enumerable:!0,get:function(){return xe.IntBuilder}});Object.defineProperty(d,"Int8Builder",{enumerable:!0,get:function(){return xe.Int8Builder}});Object.defineProperty(d,"Int16Builder",{enumerable:!0,get:function(){return xe.Int16Builder}});Object.defineProperty(d,"Int32Builder",{enumerable:!0,get:function(){return xe.Int32Builder}});Object.defineProperty(d,"Int64Builder",{enumerable:!0,get:function(){return xe.Int64Builder}});Object.defineProperty(d,"Uint8Builder",{enumerable:!0,get:function(){return xe.Uint8Builder}});Object.defineProperty(d,"Uint16Builder",{enumerable:!0,get:function(){return xe.Uint16Builder}});Object.defineProperty(d,"Uint32Builder",{enumerable:!0,get:function(){return xe.Uint32Builder}});Object.defineProperty(d,"Uint64Builder",{enumerable:!0,get:function(){return xe.Uint64Builder}});Object.defineProperty(d,"ListBuilder",{enumerable:!0,get:function(){return xe.ListBuilder}});Object.defineProperty(d,"MapBuilder",{enumerable:!0,get:function(){return xe.MapBuilder}});Object.defineProperty(d,"NullBuilder",{enumerable:!0,get:function(){return xe.NullBuilder}});Object.defineProperty(d,"StructBuilder",{enumerable:!0,get:function(){return xe.StructBuilder}});Object.defineProperty(d,"TimestampBuilder",{enumerable:!0,get:function(){return xe.TimestampBuilder}});Object.defineProperty(d,"TimestampSecondBuilder",{enumerable:!0,get:function(){return xe.TimestampSecondBuilder}});Object.defineProperty(d,"TimestampMillisecondBuilder",{enumerable:!0,get:function(){return xe.TimestampMillisecondBuilder}});Object.defineProperty(d,"TimestampMicrosecondBuilder",{enumerable:!0,get:function(){return xe.TimestampMicrosecondBuilder}});Object.defineProperty(d,"TimestampNanosecondBuilder",{enumerable:!0,get:function(){return xe.TimestampNanosecondBuilder}});Object.defineProperty(d,"TimeBuilder",{enumerable:!0,get:function(){return xe.TimeBuilder}});Object.defineProperty(d,"TimeSecondBuilder",{enumerable:!0,get:function(){return xe.TimeSecondBuilder}});Object.defineProperty(d,"TimeMillisecondBuilder",{enumerable:!0,get:function(){return xe.TimeMillisecondBuilder}});Object.defineProperty(d,"TimeMicrosecondBuilder",{enumerable:!0,get:function(){return xe.TimeMicrosecondBuilder}});Object.defineProperty(d,"TimeNanosecondBuilder",{enumerable:!0,get:function(){return xe.TimeNanosecondBuilder}});Object.defineProperty(d,"UnionBuilder",{enumerable:!0,get:function(){return xe.UnionBuilder}});Object.defineProperty(d,"DenseUnionBuilder",{enumerable:!0,get:function(){return xe.DenseUnionBuilder}});Object.defineProperty(d,"SparseUnionBuilder",{enumerable:!0,get:function(){return xe.SparseUnionBuilder}});Object.defineProperty(d,"Utf8Builder",{enumerable:!0,get:function(){return xe.Utf8Builder}});var v0=Zo();Object.defineProperty(d,"ByteStream",{enumerable:!0,get:function(){return v0.ByteStream}});Object.defineProperty(d,"AsyncByteStream",{enumerable:!0,get:function(){return v0.AsyncByteStream}});Object.defineProperty(d,"AsyncByteQueue",{enumerable:!0,get:function(){return v0.AsyncByteQueue}});var pc=oc();Object.defineProperty(d,"RecordBatchReader",{enumerable:!0,get:function(){return pc.RecordBatchReader}});Object.defineProperty(d,"RecordBatchFileReader",{enumerable:!0,get:function(){return pc.RecordBatchFileReader}});Object.defineProperty(d,"RecordBatchStreamReader",{enumerable:!0,get:function(){return pc.RecordBatchStreamReader}});Object.defineProperty(d,"AsyncRecordBatchFileReader",{enumerable:!0,get:function(){return pc.AsyncRecordBatchFileReader}});Object.defineProperty(d,"AsyncRecordBatchStreamReader",{enumerable:!0,get:function(){return pc.AsyncRecordBatchStreamReader}});var nw=Bm();Object.defineProperty(d,"RecordBatchWriter",{enumerable:!0,get:function(){return nw.RecordBatchWriter}});Object.defineProperty(d,"RecordBatchFileWriter",{enumerable:!0,get:function(){return nw.RecordBatchFileWriter}});Object.defineProperty(d,"RecordBatchStreamWriter",{enumerable:!0,get:function(){return nw.RecordBatchStreamWriter}});Object.defineProperty(d,"RecordBatchJSONWriter",{enumerable:!0,get:function(){return nw.RecordBatchJSONWriter}});var T0=wm();Object.defineProperty(d,"MessageReader",{enumerable:!0,get:function(){return T0.MessageReader}});Object.defineProperty(d,"AsyncMessageReader",{enumerable:!0,get:function(){return T0.AsyncMessageReader}});Object.defineProperty(d,"JSONMessageReader",{enumerable:!0,get:function(){return T0.JSONMessageReader}});var pL=es();Object.defineProperty(d,"Message",{enumerable:!0,get:function(){return pL.Message}});var dL=fo();Object.defineProperty(d,"RecordBatch",{enumerable:!0,get:function(){return dL.RecordBatch}});var k0=$S();Object.defineProperty(d,"DataFrame",{enumerable:!0,get:function(){return k0.DataFrame}});Object.defineProperty(d,"FilteredDataFrame",{enumerable:!0,get:function(){return k0.FilteredDataFrame}});Object.defineProperty(d,"CountByResult",{enumerable:!0,get:function(){return k0.CountByResult}});var mL=Fu(),wL=Ny(),hL=pi(),bL=Su(),gL=Qt(),yL=zu(),jL=q0();d.predicate=jL;var B0=Qy();d.util={...mL,...wL,...hL,...bL,...gL,...yL,compareSchemas:B0.compareSchemas,compareFields:B0.compareFields,compareTypes:B0.compareTypes}});var nE=k(m=>{"use strict";Object.defineProperty(m,"__esModule",{value:!0});m.Utf8Builder=m.SparseUnionBuilder=m.DenseUnionBuilder=m.UnionBuilder=m.TimeNanosecondBuilder=m.TimeMicrosecondBuilder=m.TimeMillisecondBuilder=m.TimeSecondBuilder=m.TimeBuilder=m.TimestampNanosecondBuilder=m.TimestampMicrosecondBuilder=m.TimestampMillisecondBuilder=m.TimestampSecondBuilder=m.TimestampBuilder=m.StructBuilder=m.NullBuilder=m.MapBuilder=m.ListBuilder=m.Uint64Builder=m.Uint32Builder=m.Uint16Builder=m.Uint8Builder=m.Int64Builder=m.Int32Builder=m.Int16Builder=m.Int8Builder=m.IntBuilder=m.IntervalYearMonthBuilder=m.IntervalDayTimeBuilder=m.IntervalBuilder=m.Float64Builder=m.Float32Builder=m.Float16Builder=m.FloatBuilder=m.FixedSizeListBuilder=m.FixedSizeBinaryBuilder=m.DictionaryBuilder=m.DecimalBuilder=m.DateMillisecondBuilder=m.DateDayBuilder=m.DateBuilder=m.BoolBuilder=m.BinaryBuilder=m.Builder=m.util=m.predicate=m.CountByResult=m.FilteredDataFrame=m.DataFrame=m.RecordBatch=m.Message=m.JSONMessageReader=m.AsyncMessageReader=m.MessageReader=m.RecordBatchJSONWriter=m.RecordBatchStreamWriter=m.RecordBatchFileWriter=m.RecordBatchWriter=m.AsyncRecordBatchStreamReader=m.AsyncRecordBatchFileReader=m.RecordBatchStreamReader=m.RecordBatchFileReader=m.RecordBatchReader=m.AsyncByteQueue=m.AsyncByteStream=m.ByteStream=m.Utf8Vector=m.SparseUnionVector=m.DenseUnionVector=m.UnionVector=m.TimeNanosecondVector=m.TimeMicrosecondVector=m.TimeMillisecondVector=m.TimeSecondVector=m.TimeVector=m.TimestampNanosecondVector=m.TimestampMicrosecondVector=m.TimestampMillisecondVector=m.TimestampSecondVector=m.TimestampVector=m.StructVector=m.NullVector=m.MapVector=m.ListVector=m.Uint64Vector=m.Uint32Vector=m.Uint16Vector=m.Uint8Vector=m.Int64Vector=m.Int32Vector=m.Int16Vector=m.Int8Vector=m.IntVector=m.IntervalYearMonthVector=m.IntervalDayTimeVector=m.IntervalVector=m.Float64Vector=m.Float32Vector=m.Float16Vector=m.FloatVector=m.FixedSizeListVector=m.FixedSizeBinaryVector=m.DictionaryVector=m.DecimalVector=m.DateMillisecondVector=m.DateDayVector=m.DateVector=m.Chunked=m.BoolVector=m.BinaryVector=m.BaseVector=m.Vector=m.Visitor=m.Field=m.Schema=m.Column=m.Table=m.Map_=m.FixedSizeList=m.IntervalYearMonth=m.IntervalDayTime=m.Interval=m.Dictionary=m.SparseUnion=m.DenseUnion=m.Union=m.Struct=m.List=m.Decimal=m.TimeNanosecond=m.TimeMicrosecond=m.TimeMillisecond=m.TimeSecond=m.Time=m.TimestampNanosecond=m.TimestampMicrosecond=m.TimestampMillisecond=m.TimestampSecond=m.Timestamp=m.DateMillisecond=m.DateDay=m.Date_=m.FixedSizeBinary=m.Binary=m.Utf8=m.Float64=m.Float32=m.Float16=m.Float=m.Uint64=m.Uint32=m.Uint16=m.Uint8=m.Int64=m.Int32=m.Int16=m.Int8=m.Int=m.Bool=m.Null=m.DataType=m.Data=m.BufferType=m.UnionMode=m.Type=m.TimeUnit=m.Precision=m.MetadataVersion=m.MessageHeader=m.IntervalUnit=m.DateUnit=void 0;var qL=Iu(),_L=tm(),I0=oc(),x0=Bm(),vL=VS(),TL=KS(),S0=YS(),E0=GS();qL.default.toDOMStream=vL.toDOMStream;_L.Builder.throughDOM=TL.builderThroughDOMStream;I0.RecordBatchReader.throughDOM=S0.recordBatchReaderThroughDOMStream;I0.RecordBatchFileReader.throughDOM=S0.recordBatchReaderThroughDOMStream;I0.RecordBatchStreamReader.throughDOM=S0.recordBatchReaderThroughDOMStream;x0.RecordBatchWriter.throughDOM=E0.recordBatchWriterThroughDOMStream;x0.RecordBatchFileWriter.throughDOM=E0.recordBatchWriterThroughDOMStream;x0.RecordBatchStreamWriter.throughDOM=E0.recordBatchWriterThroughDOMStream;var B=rE();Object.defineProperty(m,"DateUnit",{enumerable:!0,get:function(){return B.DateUnit}});Object.defineProperty(m,"IntervalUnit",{enumerable:!0,get:function(){return B.IntervalUnit}});Object.defineProperty(m,"MessageHeader",{enumerable:!0,get:function(){return B.MessageHeader}});Object.defineProperty(m,"MetadataVersion",{enumerable:!0,get:function(){return B.MetadataVersion}});Object.defineProperty(m,"Precision",{enumerable:!0,get:function(){return B.Precision}});Object.defineProperty(m,"TimeUnit",{enumerable:!0,get:function(){return B.TimeUnit}});Object.defineProperty(m,"Type",{enumerable:!0,get:function(){return B.Type}});Object.defineProperty(m,"UnionMode",{enumerable:!0,get:function(){return B.UnionMode}});Object.defineProperty(m,"BufferType",{enumerable:!0,get:function(){return B.BufferType}});Object.defineProperty(m,"Data",{enumerable:!0,get:function(){return B.Data}});Object.defineProperty(m,"DataType",{enumerable:!0,get:function(){return B.DataType}});Object.defineProperty(m,"Null",{enumerable:!0,get:function(){return B.Null}});Object.defineProperty(m,"Bool",{enumerable:!0,get:function(){return B.Bool}});Object.defineProperty(m,"Int",{enumerable:!0,get:function(){return B.Int}});Object.defineProperty(m,"Int8",{enumerable:!0,get:function(){return B.Int8}});Object.defineProperty(m,"Int16",{enumerable:!0,get:function(){return B.Int16}});Object.defineProperty(m,"Int32",{enumerable:!0,get:function(){return B.Int32}});Object.defineProperty(m,"Int64",{enumerable:!0,get:function(){return B.Int64}});Object.defineProperty(m,"Uint8",{enumerable:!0,get:function(){return B.Uint8}});Object.defineProperty(m,"Uint16",{enumerable:!0,get:function(){return B.Uint16}});Object.defineProperty(m,"Uint32",{enumerable:!0,get:function(){return B.Uint32}});Object.defineProperty(m,"Uint64",{enumerable:!0,get:function(){return B.Uint64}});Object.defineProperty(m,"Float",{enumerable:!0,get:function(){return B.Float}});Object.defineProperty(m,"Float16",{enumerable:!0,get:function(){return B.Float16}});Object.defineProperty(m,"Float32",{enumerable:!0,get:function(){return B.Float32}});Object.defineProperty(m,"Float64",{enumerable:!0,get:function(){return B.Float64}});Object.defineProperty(m,"Utf8",{enumerable:!0,get:function(){return B.Utf8}});Object.defineProperty(m,"Binary",{enumerable:!0,get:function(){return B.Binary}});Object.defineProperty(m,"FixedSizeBinary",{enumerable:!0,get:function(){return B.FixedSizeBinary}});Object.defineProperty(m,"Date_",{enumerable:!0,get:function(){return B.Date_}});Object.defineProperty(m,"DateDay",{enumerable:!0,get:function(){return B.DateDay}});Object.defineProperty(m,"DateMillisecond",{enumerable:!0,get:function(){return B.DateMillisecond}});Object.defineProperty(m,"Timestamp",{enumerable:!0,get:function(){return B.Timestamp}});Object.defineProperty(m,"TimestampSecond",{enumerable:!0,get:function(){return B.TimestampSecond}});Object.defineProperty(m,"TimestampMillisecond",{enumerable:!0,get:function(){return B.TimestampMillisecond}});Object.defineProperty(m,"TimestampMicrosecond",{enumerable:!0,get:function(){return B.TimestampMicrosecond}});Object.defineProperty(m,"TimestampNanosecond",{enumerable:!0,get:function(){return B.TimestampNanosecond}});Object.defineProperty(m,"Time",{enumerable:!0,get:function(){return B.Time}});Object.defineProperty(m,"TimeSecond",{enumerable:!0,get:function(){return B.TimeSecond}});Object.defineProperty(m,"TimeMillisecond",{enumerable:!0,get:function(){return B.TimeMillisecond}});Object.defineProperty(m,"TimeMicrosecond",{enumerable:!0,get:function(){return B.TimeMicrosecond}});Object.defineProperty(m,"TimeNanosecond",{enumerable:!0,get:function(){return B.TimeNanosecond}});Object.defineProperty(m,"Decimal",{enumerable:!0,get:function(){return B.Decimal}});Object.defineProperty(m,"List",{enumerable:!0,get:function(){return B.List}});Object.defineProperty(m,"Struct",{enumerable:!0,get:function(){return B.Struct}});Object.defineProperty(m,"Union",{enumerable:!0,get:function(){return B.Union}});Object.defineProperty(m,"DenseUnion",{enumerable:!0,get:function(){return B.DenseUnion}});Object.defineProperty(m,"SparseUnion",{enumerable:!0,get:function(){return B.SparseUnion}});Object.defineProperty(m,"Dictionary",{enumerable:!0,get:function(){return B.Dictionary}});Object.defineProperty(m,"Interval",{enumerable:!0,get:function(){return B.Interval}});Object.defineProperty(m,"IntervalDayTime",{enumerable:!0,get:function(){return B.IntervalDayTime}});Object.defineProperty(m,"IntervalYearMonth",{enumerable:!0,get:function(){return B.IntervalYearMonth}});Object.defineProperty(m,"FixedSizeList",{enumerable:!0,get:function(){return B.FixedSizeList}});Object.defineProperty(m,"Map_",{enumerable:!0,get:function(){return B.Map_}});Object.defineProperty(m,"Table",{enumerable:!0,get:function(){return B.Table}});Object.defineProperty(m,"Column",{enumerable:!0,get:function(){return B.Column}});Object.defineProperty(m,"Schema",{enumerable:!0,get:function(){return B.Schema}});Object.defineProperty(m,"Field",{enumerable:!0,get:function(){return B.Field}});Object.defineProperty(m,"Visitor",{enumerable:!0,get:function(){return B.Visitor}});Object.defineProperty(m,"Vector",{enumerable:!0,get:function(){return B.Vector}});Object.defineProperty(m,"BaseVector",{enumerable:!0,get:function(){return B.BaseVector}});Object.defineProperty(m,"BinaryVector",{enumerable:!0,get:function(){return B.BinaryVector}});Object.defineProperty(m,"BoolVector",{enumerable:!0,get:function(){return B.BoolVector}});Object.defineProperty(m,"Chunked",{enumerable:!0,get:function(){return B.Chunked}});Object.defineProperty(m,"DateVector",{enumerable:!0,get:function(){return B.DateVector}});Object.defineProperty(m,"DateDayVector",{enumerable:!0,get:function(){return B.DateDayVector}});Object.defineProperty(m,"DateMillisecondVector",{enumerable:!0,get:function(){return B.DateMillisecondVector}});Object.defineProperty(m,"DecimalVector",{enumerable:!0,get:function(){return B.DecimalVector}});Object.defineProperty(m,"DictionaryVector",{enumerable:!0,get:function(){return B.DictionaryVector}});Object.defineProperty(m,"FixedSizeBinaryVector",{enumerable:!0,get:function(){return B.FixedSizeBinaryVector}});Object.defineProperty(m,"FixedSizeListVector",{enumerable:!0,get:function(){return B.FixedSizeListVector}});Object.defineProperty(m,"FloatVector",{enumerable:!0,get:function(){return B.FloatVector}});Object.defineProperty(m,"Float16Vector",{enumerable:!0,get:function(){return B.Float16Vector}});Object.defineProperty(m,"Float32Vector",{enumerable:!0,get:function(){return B.Float32Vector}});Object.defineProperty(m,"Float64Vector",{enumerable:!0,get:function(){return B.Float64Vector}});Object.defineProperty(m,"IntervalVector",{enumerable:!0,get:function(){return B.IntervalVector}});Object.defineProperty(m,"IntervalDayTimeVector",{enumerable:!0,get:function(){return B.IntervalDayTimeVector}});Object.defineProperty(m,"IntervalYearMonthVector",{enumerable:!0,get:function(){return B.IntervalYearMonthVector}});Object.defineProperty(m,"IntVector",{enumerable:!0,get:function(){return B.IntVector}});Object.defineProperty(m,"Int8Vector",{enumerable:!0,get:function(){return B.Int8Vector}});Object.defineProperty(m,"Int16Vector",{enumerable:!0,get:function(){return B.Int16Vector}});Object.defineProperty(m,"Int32Vector",{enumerable:!0,get:function(){return B.Int32Vector}});Object.defineProperty(m,"Int64Vector",{enumerable:!0,get:function(){return B.Int64Vector}});Object.defineProperty(m,"Uint8Vector",{enumerable:!0,get:function(){return B.Uint8Vector}});Object.defineProperty(m,"Uint16Vector",{enumerable:!0,get:function(){return B.Uint16Vector}});Object.defineProperty(m,"Uint32Vector",{enumerable:!0,get:function(){return B.Uint32Vector}});Object.defineProperty(m,"Uint64Vector",{enumerable:!0,get:function(){return B.Uint64Vector}});Object.defineProperty(m,"ListVector",{enumerable:!0,get:function(){return B.ListVector}});Object.defineProperty(m,"MapVector",{enumerable:!0,get:function(){return B.MapVector}});Object.defineProperty(m,"NullVector",{enumerable:!0,get:function(){return B.NullVector}});Object.defineProperty(m,"StructVector",{enumerable:!0,get:function(){return B.StructVector}});Object.defineProperty(m,"TimestampVector",{enumerable:!0,get:function(){return B.TimestampVector}});Object.defineProperty(m,"TimestampSecondVector",{enumerable:!0,get:function(){return B.TimestampSecondVector}});Object.defineProperty(m,"TimestampMillisecondVector",{enumerable:!0,get:function(){return B.TimestampMillisecondVector}});Object.defineProperty(m,"TimestampMicrosecondVector",{enumerable:!0,get:function(){return B.TimestampMicrosecondVector}});Object.defineProperty(m,"TimestampNanosecondVector",{enumerable:!0,get:function(){return B.TimestampNanosecondVector}});Object.defineProperty(m,"TimeVector",{enumerable:!0,get:function(){return B.TimeVector}});Object.defineProperty(m,"TimeSecondVector",{enumerable:!0,get:function(){return B.TimeSecondVector}});Object.defineProperty(m,"TimeMillisecondVector",{enumerable:!0,get:function(){return B.TimeMillisecondVector}});Object.defineProperty(m,"TimeMicrosecondVector",{enumerable:!0,get:function(){return B.TimeMicrosecondVector}});Object.defineProperty(m,"TimeNanosecondVector",{enumerable:!0,get:function(){return B.TimeNanosecondVector}});Object.defineProperty(m,"UnionVector",{enumerable:!0,get:function(){return B.UnionVector}});Object.defineProperty(m,"DenseUnionVector",{enumerable:!0,get:function(){return B.DenseUnionVector}});Object.defineProperty(m,"SparseUnionVector",{enumerable:!0,get:function(){return B.SparseUnionVector}});Object.defineProperty(m,"Utf8Vector",{enumerable:!0,get:function(){return B.Utf8Vector}});Object.defineProperty(m,"ByteStream",{enumerable:!0,get:function(){return B.ByteStream}});Object.defineProperty(m,"AsyncByteStream",{enumerable:!0,get:function(){return B.AsyncByteStream}});Object.defineProperty(m,"AsyncByteQueue",{enumerable:!0,get:function(){return B.AsyncByteQueue}});Object.defineProperty(m,"RecordBatchReader",{enumerable:!0,get:function(){return B.RecordBatchReader}});Object.defineProperty(m,"RecordBatchFileReader",{enumerable:!0,get:function(){return B.RecordBatchFileReader}});Object.defineProperty(m,"RecordBatchStreamReader",{enumerable:!0,get:function(){return B.RecordBatchStreamReader}});Object.defineProperty(m,"AsyncRecordBatchFileReader",{enumerable:!0,get:function(){return B.AsyncRecordBatchFileReader}});Object.defineProperty(m,"AsyncRecordBatchStreamReader",{enumerable:!0,get:function(){return B.AsyncRecordBatchStreamReader}});Object.defineProperty(m,"RecordBatchWriter",{enumerable:!0,get:function(){return B.RecordBatchWriter}});Object.defineProperty(m,"RecordBatchFileWriter",{enumerable:!0,get:function(){return B.RecordBatchFileWriter}});Object.defineProperty(m,"RecordBatchStreamWriter",{enumerable:!0,get:function(){return B.RecordBatchStreamWriter}});Object.defineProperty(m,"RecordBatchJSONWriter",{enumerable:!0,get:function(){return B.RecordBatchJSONWriter}});Object.defineProperty(m,"MessageReader",{enumerable:!0,get:function(){return B.MessageReader}});Object.defineProperty(m,"AsyncMessageReader",{enumerable:!0,get:function(){return B.AsyncMessageReader}});Object.defineProperty(m,"JSONMessageReader",{enumerable:!0,get:function(){return B.JSONMessageReader}});Object.defineProperty(m,"Message",{enumerable:!0,get:function(){return B.Message}});Object.defineProperty(m,"RecordBatch",{enumerable:!0,get:function(){return B.RecordBatch}});Object.defineProperty(m,"DataFrame",{enumerable:!0,get:function(){return B.DataFrame}});Object.defineProperty(m,"FilteredDataFrame",{enumerable:!0,get:function(){return B.FilteredDataFrame}});Object.defineProperty(m,"CountByResult",{enumerable:!0,get:function(){return B.CountByResult}});Object.defineProperty(m,"predicate",{enumerable:!0,get:function(){return B.predicate}});Object.defineProperty(m,"util",{enumerable:!0,get:function(){return B.util}});Object.defineProperty(m,"Builder",{enumerable:!0,get:function(){return B.Builder}});Object.defineProperty(m,"BinaryBuilder",{enumerable:!0,get:function(){return B.BinaryBuilder}});Object.defineProperty(m,"BoolBuilder",{enumerable:!0,get:function(){return B.BoolBuilder}});Object.defineProperty(m,"DateBuilder",{enumerable:!0,get:function(){return B.DateBuilder}});Object.defineProperty(m,"DateDayBuilder",{enumerable:!0,get:function(){return B.DateDayBuilder}});Object.defineProperty(m,"DateMillisecondBuilder",{enumerable:!0,get:function(){return B.DateMillisecondBuilder}});Object.defineProperty(m,"DecimalBuilder",{enumerable:!0,get:function(){return B.DecimalBuilder}});Object.defineProperty(m,"DictionaryBuilder",{enumerable:!0,get:function(){return B.DictionaryBuilder}});Object.defineProperty(m,"FixedSizeBinaryBuilder",{enumerable:!0,get:function(){return B.FixedSizeBinaryBuilder}});Object.defineProperty(m,"FixedSizeListBuilder",{enumerable:!0,get:function(){return B.FixedSizeListBuilder}});Object.defineProperty(m,"FloatBuilder",{enumerable:!0,get:function(){return B.FloatBuilder}});Object.defineProperty(m,"Float16Builder",{enumerable:!0,get:function(){return B.Float16Builder}});Object.defineProperty(m,"Float32Builder",{enumerable:!0,get:function(){return B.Float32Builder}});Object.defineProperty(m,"Float64Builder",{enumerable:!0,get:function(){return B.Float64Builder}});Object.defineProperty(m,"IntervalBuilder",{enumerable:!0,get:function(){return B.IntervalBuilder}});Object.defineProperty(m,"IntervalDayTimeBuilder",{enumerable:!0,get:function(){return B.IntervalDayTimeBuilder}});Object.defineProperty(m,"IntervalYearMonthBuilder",{enumerable:!0,get:function(){return B.IntervalYearMonthBuilder}});Object.defineProperty(m,"IntBuilder",{enumerable:!0,get:function(){return B.IntBuilder}});Object.defineProperty(m,"Int8Builder",{enumerable:!0,get:function(){return B.Int8Builder}});Object.defineProperty(m,"Int16Builder",{enumerable:!0,get:function(){return B.Int16Builder}});Object.defineProperty(m,"Int32Builder",{enumerable:!0,get:function(){return B.Int32Builder}});Object.defineProperty(m,"Int64Builder",{enumerable:!0,get:function(){return B.Int64Builder}});Object.defineProperty(m,"Uint8Builder",{enumerable:!0,get:function(){return B.Uint8Builder}});Object.defineProperty(m,"Uint16Builder",{enumerable:!0,get:function(){return B.Uint16Builder}});Object.defineProperty(m,"Uint32Builder",{enumerable:!0,get:function(){return B.Uint32Builder}});Object.defineProperty(m,"Uint64Builder",{enumerable:!0,get:function(){return B.Uint64Builder}});Object.defineProperty(m,"ListBuilder",{enumerable:!0,get:function(){return B.ListBuilder}});Object.defineProperty(m,"MapBuilder",{enumerable:!0,get:function(){return B.MapBuilder}});Object.defineProperty(m,"NullBuilder",{enumerable:!0,get:function(){return B.NullBuilder}});Object.defineProperty(m,"StructBuilder",{enumerable:!0,get:function(){return B.StructBuilder}});Object.defineProperty(m,"TimestampBuilder",{enumerable:!0,get:function(){return B.TimestampBuilder}});Object.defineProperty(m,"TimestampSecondBuilder",{enumerable:!0,get:function(){return B.TimestampSecondBuilder}});Object.defineProperty(m,"TimestampMillisecondBuilder",{enumerable:!0,get:function(){return B.TimestampMillisecondBuilder}});Object.defineProperty(m,"TimestampMicrosecondBuilder",{enumerable:!0,get:function(){return B.TimestampMicrosecondBuilder}});Object.defineProperty(m,"TimestampNanosecondBuilder",{enumerable:!0,get:function(){return B.TimestampNanosecondBuilder}});Object.defineProperty(m,"TimeBuilder",{enumerable:!0,get:function(){return B.TimeBuilder}});Object.defineProperty(m,"TimeSecondBuilder",{enumerable:!0,get:function(){return B.TimeSecondBuilder}});Object.defineProperty(m,"TimeMillisecondBuilder",{enumerable:!0,get:function(){return B.TimeMillisecondBuilder}});Object.defineProperty(m,"TimeMicrosecondBuilder",{enumerable:!0,get:function(){return B.TimeMicrosecondBuilder}});Object.defineProperty(m,"TimeNanosecondBuilder",{enumerable:!0,get:function(){return B.TimeNanosecondBuilder}});Object.defineProperty(m,"UnionBuilder",{enumerable:!0,get:function(){return B.UnionBuilder}});Object.defineProperty(m,"DenseUnionBuilder",{enumerable:!0,get:function(){return B.DenseUnionBuilder}});Object.defineProperty(m,"SparseUnionBuilder",{enumerable:!0,get:function(){return B.SparseUnionBuilder}});Object.defineProperty(m,"Utf8Builder",{enumerable:!0,get:function(){return B.Utf8Builder}})});var Yn={self:typeof self!="undefined"&&self,window:typeof window!="undefined"&&window,global:typeof global!="undefined"&&global,document:typeof document!="undefined"&&document},SE=Yn.self||Yn.window||Yn.global||{},EE=Yn.window||Yn.self||Yn.global||{},AE=Yn.global||Yn.self||Yn.window||{},OE=Yn.document||{};var On=Boolean(typeof process!="object"||String(process)!=="[object process]"||process.browser);var R0=typeof process!="undefined"&&process.version&&/v([0-9]*)/.exec(process.version),FE=R0&&parseFloat(R0[1])||0;function pw(t,e=!0,r){let n=r||new Set;if(t){if(H0(t))n.add(t);else if(H0(t.buffer))n.add(t.buffer);else if(!ArrayBuffer.isView(t)){if(e&&typeof t=="object")for(let i in t)pw(t[i],e,n)}}return r===void 0?Array.from(n):[]}function H0(t){return t?t instanceof ArrayBuffer||typeof MessagePort!="undefined"&&t instanceof MessagePort||typeof ImageBitmap!="undefined"&&t instanceof ImageBitmap||typeof OffscreenCanvas!="undefined"&&t instanceof OffscreenCanvas:!1}function bf(){let parentPort;try{eval("globalThis.parentPort = require('worker_threads').parentPort"),parentPort=globalThis.parentPort}catch{}return parentPort}var dw=new Map,Xr=class{static inWorkerThread(){return typeof self!="undefined"||Boolean(bf())}static set onmessage(e){function r(i){let o=bf(),{type:f,payload:s}=o?i:i.data;e(f,s)}let n=bf();n?(n.on("message",r),n.on("exit",()=>console.debug("Node worker closing"))):globalThis.onmessage=r}static addEventListener(e){let r=dw.get(e);r||(r=i=>{if(!DE(i))return;let o=bf(),{type:f,payload:s}=o?i:i.data;e(f,s)}),bf()?console.error("not implemented"):globalThis.addEventListener("message",r)}static removeEventListener(e){let r=dw.get(e);dw.delete(e),bf()?console.error("not implemented"):globalThis.removeEventListener("message",r)}static postMessage(e,r){let n={source:"loaders.gl",type:e,payload:r},i=pw(r),o=bf();o?o.postMessage(n,i):globalThis.postMessage(n,i)}};function DE(t){let{type:e,data:r}=t;return e==="message"&&r&&typeof r.source=="string"&&r.source.startsWith("loaders.gl")}var NE=0;function mw(t){!Xr.inWorkerThread()||(Xr.onmessage=async(e,r)=>{switch(e){case"process":try{let{input:n,options:i={},context:o={}}=r,f=await RE({loader:t,arrayBuffer:n,options:i,context:{...o,parse:PE}});Xr.postMessage("done",{result:f})}catch(n){let i=n instanceof Error?n.message:"";Xr.postMessage("error",{error:i})}break;default:}})}function PE(t,e){return new Promise((r,n)=>{let i=NE++,o=(s,u)=>{if(u.id===i)switch(s){case"done":Xr.removeEventListener(o),r(u.result);break;case"error":Xr.removeEventListener(o),n(u.error);break;default:}};Xr.addEventListener(o);let f={id:i,input:t,options:e};Xr.postMessage("process",f)})}async function RE({loader:t,arrayBuffer:e,options:r,context:n}){let i,o;if(t.parseSync||t.parse)i=e,o=t.parseSync||t.parse;else if(t.parseTextSync)i=new TextDecoder().decode(e),o=t.parseTextSync;else throw new Error(`Could not load data with ${t.name} loader`);return r={...r,modules:t&&t.options&&t.options.modules||{},worker:!1},await o(i,{...r},n,t)}function M0(...t){let e=t.map(o=>o instanceof ArrayBuffer?new Uint8Array(o):o),r=e.reduce((o,f)=>o+f.byteLength,0),n=new Uint8Array(r),i=0;for(let o of e)n.set(o,i),i+=o.byteLength;return n.buffer}async function ww(t){let e=[];for await(let r of t)e.push(r);return M0(...e)}function U0(t){return t}function hw(t){throw new Error("Buffer not supported in browser")}function z0(t){return t&&typeof t=="object"&&t.isBuffer}function qc(t){return hw?hw(t):t}function Wr(t){if(z0(t))return U0(t);if(t instanceof ArrayBuffer)return t;if(ArrayBuffer.isView(t))return t.byteOffset===0&&t.byteLength===t.buffer.byteLength?t.buffer:t.buffer.slice(t.byteOffset,t.byteOffset+t.byteLength);if(typeof t=="string"){let e=t;return new TextEncoder().encode(e).buffer}if(t&&typeof t=="object"&&t._toArrayBuffer)return t._toArrayBuffer();throw new Error("toArrayBuffer")}function Oi(t){return e=>new Promise((r,n)=>t(e,(i,o)=>i?n(i):r(o)))}function Za(t){if(t instanceof ArrayBuffer)return{read:async(n,i)=>Buffer.from(t,n,i),close:async()=>{},size:t.byteLength};let e=t;return{read:async(r,n)=>{let i=await e.slice(r,r+n).arrayBuffer();return Buffer.from(i)},close:async()=>{},size:e.size}}var HE="3.4.0-alpha.2",ME={parquet:{type:"arrow-table",wasmUrl:"https://unpkg.com/parquet-wasm@0.3.1/esm2/arrow1_bg.wasm"}},L0={name:"Apache Parquet",id:"parquet-wasm",module:"parquet",version:HE,worker:!1,category:"table",extensions:["parquet"],mimeTypes:["application/octet-stream"],binary:!0,tests:["PAR1","PARE"],options:ME};var UE="3.4.0-alpha.2",zE={parquet:{type:"object-row-table",url:void 0,columnList:[],geoparquet:!0}},bw={name:"Apache Parquet",id:"parquet",module:"parquet",version:UE,worker:!0,category:"table",extensions:["parquet"],mimeTypes:["application/octet-stream"],binary:!0,tests:["PAR1","PARE"],options:zE};var ds=me(W0());function K0(t,e,r){switch(t){case"BOOLEAN":return VE(e);case"INT32":return WE(e);case"INT64":return YE(e);case"INT96":return JE(e);case"FLOAT":return QE(e);case"DOUBLE":return $E(e);case"BYTE_ARRAY":return tA(e);case"FIXED_LEN_BYTE_ARRAY":return nA(e,r);default:throw new Error(`unsupported type: ${t}`)}}function Y0(t,e,r,n){switch(t){case"BOOLEAN":return CE(e,r);case"INT32":return KE(e,r);case"INT64":return GE(e,r);case"INT96":return ZE(e,r);case"FLOAT":return XE(e,r);case"DOUBLE":return eA(e,r);case"BYTE_ARRAY":return rA(e,r);case"FIXED_LEN_BYTE_ARRAY":return iA(e,r,n);default:throw new Error(`unsupported type: ${t}`)}}function VE(t){let e=Buffer.alloc(Math.ceil(t.length/8));e.fill(0);for(let r=0;r<t.length;r++)t[r]&&(e[Math.floor(r/8)]|=1<<r%8);return e}function CE(t,e){let r=[];for(let n=0;n<e;n++){let i=t.buffer[t.offset+Math.floor(n/8)];r.push((i&1<<n%8)>0)}return t.offset+=Math.ceil(e/8),r}function WE(t){let e=Buffer.alloc(4*t.length);for(let r=0;r<t.length;r++)e.writeInt32LE(t[r],r*4);return e}function KE(t,e){let r=[];for(let n=0;n<e;n++)r.push(t.buffer.readInt32LE(t.offset)),t.offset+=4;return r}function YE(t){let e=Buffer.alloc(8*t.length);for(let r=0;r<t.length;r++)ds.default.writeInt64LE(t[r],e,r*8);return e}function GE(t,e){let r=[];for(let n=0;n<e;n++)r.push(ds.default.readInt64LE(t.buffer,t.offset)),t.offset+=8;return r}function JE(t){let e=Buffer.alloc(12*t.length);for(let r=0;r<t.length;r++)t[r]>=0?(ds.default.writeInt64LE(t[r],e,r*12),e.writeUInt32LE(0,r*12+8)):(ds.default.writeInt64LE(~-t[r]+1,e,r*12),e.writeUInt32LE(4294967295,r*12+8));return e}function ZE(t,e){let r=[];for(let n=0;n<e;n++){let i=ds.default.readInt64LE(t.buffer,t.offset);t.buffer.readUInt32LE(t.offset+8)===4294967295?r.push(~-i+1):r.push(i),t.offset+=12}return r}function QE(t){let e=Buffer.alloc(4*t.length);for(let r=0;r<t.length;r++)e.writeFloatLE(t[r],r*4);return e}function XE(t,e){let r=[];for(let n=0;n<e;n++)r.push(t.buffer.readFloatLE(t.offset)),t.offset+=4;return r}function $E(t){let e=Buffer.alloc(8*t.length);for(let r=0;r<t.length;r++)e.writeDoubleLE(t[r],r*8);return e}function eA(t,e){let r=[];for(let n=0;n<e;n++)r.push(t.buffer.readDoubleLE(t.offset)),t.offset+=8;return r}function tA(t){let e=0;for(let i=0;i<t.length;i++)t[i]=Buffer.from(t[i]),e+=4+t[i].length;let r=Buffer.alloc(e),n=0;for(let i=0;i<t.length;i++)r.writeUInt32LE(t[i].length,n),t[i].copy(r,n+4),n+=4+t[i].length;return r}function rA(t,e){let r=[];for(let n=0;n<e;n++){let i=t.buffer.readUInt32LE(t.offset);t.offset+=4,r.push(t.buffer.slice(t.offset,t.offset+i)),t.offset+=i}return r}function nA(t,e){if(!e.typeLength)throw new Error("missing option: typeLength (required for FIXED_LEN_BYTE_ARRAY)");for(let r=0;r<t.length;r++)if(t[r]=Buffer.from(t[r]),t[r].length!==e.typeLength)throw new Error(`invalid value for FIXED_LEN_BYTE_ARRAY: ${t[r]}`);return Buffer.concat(t)}function iA(t,e,r){let n=[];if(!r.typeLength)throw new Error("missing option: typeLength (required for FIXED_LEN_BYTE_ARRAY)");for(let i=0;i<e;i++)n.push(t.buffer.slice(t.offset,t.offset+r.typeLength)),t.offset+=r.typeLength;return n}var Xa=me(iq());function oq(t,e,r){if(!("bitWidth"in r))throw new Error("bitWidth is required");switch(t){case"BOOLEAN":case"INT32":case"INT64":e=e.map(s=>parseInt(s,10));break;default:throw new Error(`unsupported type: ${t}`)}let n=Buffer.alloc(0),i=[],o=0;for(let s=0;s<e.length;s++)o===0&&i.length%8==0&&e[s]===e[s+1]?(i.length&&(n=Buffer.concat([n,fq(i,r)]),i=[]),o=1):o>0&&e[s]===e[s-1]?o+=1:(o&&(n=Buffer.concat([n,sq(e[s-1],o,r)]),o=0),i.push(e[s]));if(o?n=Buffer.concat([n,sq(e[e.length-1],o,r)]):i.length&&(n=Buffer.concat([n,fq(i,r)])),r.disableEnvelope)return n;let f=Buffer.alloc(n.length+4);return f.writeUInt32LE(n.length,void 0),n.copy(f,4),f}function kc(t,e,r,n){if(!("bitWidth"in n))throw new Error("bitWidth is required");n.disableEnvelope||(e.offset+=4);let i=[];for(;i.length<r;){let o=Xa.default.decode(e.buffer,e.offset);if(e.offset+=Xa.default.encodingLength(o),o&1){let f=(o>>1)*8;i.push(...gA(e,f,n))}else{let f=o>>1;i.push(...yA(e,f,n))}}if(i=i.slice(0,r),i.length!==r)throw new Error("invalid RLE encoding");return i}function gA(t,e,r){let n=r.bitWidth;if(e%8!=0)throw new Error("must be a multiple of 8");let i=new Array(e).fill(0);for(let o=0;o<n*e;o++)t.buffer[t.offset+Math.floor(o/8)]&1<<o%8&&(i[Math.floor(o/n)]|=1<<o%n);return t.offset+=n*(e/8),i}function yA(t,e,r){let n=r.bitWidth,i=0;for(let o=0;o<Math.ceil(n/8);o++)i<<8,i+=t.buffer[t.offset],t.offset+=1;return new Array(e).fill(i)}function fq(t,e){let r=e.bitWidth;for(let i=0;i<t.length%8;i++)t.push(0);let n=Buffer.alloc(Math.ceil(r*(t.length/8)));for(let i=0;i<r*t.length;i++)(t[Math.floor(i/r)]&1<<i%r)>0&&(n[Math.floor(i/8)]|=1<<i%8);return Buffer.concat([Buffer.from(Xa.default.encode(t.length/8<<1|1)),n])}function sq(t,e,r){let n=r.bitWidth,i=Buffer.alloc(Math.ceil(n/8));for(let o=0;o<i.length;o++)i.writeUInt8(t&255,o),t>>8;return Buffer.concat([Buffer.from(Xa.default.encode(e<<1)),i])}function yw(t,e,r,n){return n.bitWidth=e.buffer.slice(e.offset,e.offset+1).readInt8(0),e.offset+=1,kc(t,e,r,{...n,disableEnvelope:!0})}function jw(t,e,r,n){throw new Error("Encode dictionary functionality is not supported")}var $a={PLAIN:{encodeValues:K0,decodeValues:Y0},RLE:{encodeValues:oq,decodeValues:kc},PLAIN_DICTIONARY:{encodeValues:jw,decodeValues:yw},RLE_DICTIONARY:{encodeValues:jw,decodeValues:yw}};var jr=class{constructor(e){this.compressBatches=this.compressBatches.bind(this),this.decompressBatches=this.decompressBatches.bind(this)}async preload(){}async compress(e){return await this.preload(),this.compressSync(e)}async decompress(e,r){return await this.preload(),this.decompressSync(e,r)}compressSync(e){throw new Error(`${this.name}: sync compression not supported`)}decompressSync(e,r){throw new Error(`${this.name}: sync decompression not supported`)}async*compressBatches(e){let r=await this.concatenate(e);yield this.compress(r)}async*decompressBatches(e){let r=await this.concatenate(e);yield this.decompress(r)}concatenate(e){return ww(e)}improveError(e){return e.message.includes(this.name)||(e.message=`${this.name} ${e.message}`),e}};var Bc=class extends jr{constructor(e){super(e);this.name="uncompressed";this.extensions=[];this.contentEncodings=[];this.isSupported=!0;this.options=e||{}}compressSync(e){return e}decompressSync(e){return e}async*compressBatches(e){return yield*e}async*decompressBatches(e){return yield*e}};var hl=me(G_()),Hi=me(th());var rh=class extends jr{constructor(e={}){super(e);this.name="deflate";this.extensions=[];this.contentEncodings=["deflate"];this.isSupported=!0;this._chunks=[];this.options=e}async compress(e){if(!On&&this.options.deflate?.useZlib){let r=this.options.deflate?.gzip?await Oi(Hi.default.gzip)(e):await Oi(Hi.default.deflate)(e);return Wr(r)}return this.compressSync(e)}async decompress(e){if(!On&&this.options.deflate?.useZlib){let r=this.options.deflate?.gzip?await Oi(Hi.default.gunzip)(e):await Oi(Hi.default.inflate)(e);return Wr(r)}return this.decompressSync(e)}compressSync(e){if(!On&&this.options.deflate?.useZlib){let i=this.options.deflate?.gzip?Hi.default.gzipSync(e):Hi.default.deflateSync(e);return Wr(i)}let r=this.options?.deflate||{},n=new Uint8Array(e);return hl.default.deflate(n,r).buffer}decompressSync(e){if(!On&&this.options.deflate?.useZlib){let i=this.options.deflate?.gzip?Hi.default.gunzipSync(e):Hi.default.inflateSync(e);return Wr(i)}let r=this.options?.deflate||{},n=new Uint8Array(e);return hl.default.inflate(n,r).buffer}async*compressBatches(e){let r=this.options?.deflate||{},n=new hl.default.Deflate(r);yield*this.transformBatches(n,e)}async*decompressBatches(e){let r=this.options?.deflate||{},n=new hl.default.Inflate(r);yield*this.transformBatches(n,e)}async*transformBatches(e,r){e.onData=this._onData.bind(this),e.onEnd=this._onEnd.bind(this);for await(let f of r){let s=new Uint8Array(f);if(!e.push(s,!1))throw new Error(`${this._getError()}write`);yield*this._getChunks()}let n=new Uint8Array(0),i=e.push(n,!0);yield*this._getChunks()}_onData(e){this._chunks.push(e)}_onEnd(e){if(e!==0)throw new Error(this._getError(e)+this._chunks.length)}_getChunks(){let e=this._chunks;return this._chunks=[],e}_getError(e=0){let r={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"};return`${this.name}: ${r[e]}`}};var Vc=class extends rh{constructor(e){super({...e,deflate:{...e?.gzip,gzip:!0}});this.name="gzip";this.extensions=["gz","gzip"];this.contentEncodings=["gzip","x-gzip"];this.isSupported=!0}};var p4=407708164,bl,gl=class extends jr{constructor(e){super(e);this.name="lz4";this.extensions=["lz4"];this.contentEncodings=["x-lz4"];this.isSupported=!0;if(this.options=e,bl=bl||this.options?.modules?.lz4js,!bl)throw new Error(this.name)}compressSync(e){let r=new Uint8Array(e);return bl.compress(r).buffer}decompressSync(e,r){try{let n=this.checkMagicNumber(e),i=new Uint8Array(e);if(n)return bl.decompress(i,r).buffer;if(!r){let s=new Error("Need to provide maxSize");throw this.improveError(s)}let o=new Uint8Array(r),f=this.decodeBlock(i,o);return o=o.slice(0,f),Wr(o)}catch(n){throw this.improveError(n)}}decodeBlock(e,r,n,i){n=n||0,i=i||e.length-n;let o=0;for(let f=n;f<i;){let s=e[f++],u=s>>4;if(u>0){let T=u+240;for(;T===255;)T=e[f++],u+=T;let L=f+u;for(;f<L;)r[o++]=e[f++];if(f===i)return o}let l=e[f++]|e[f++]<<8;if(l===0||l>o)return-(f-2);let c=s&15,w=c+240;for(;w===255;)w=e[f++],c+=w;let p=o-l,g=o+c+4;for(;o<g;)r[o++]=r[p++]}return o}checkMagicNumber(e){return new Uint32Array(e.slice(0,4))[0]===p4}};var Cc,Wc,Kc=class extends jr{constructor(e){super(e);this.name="zstd";this.extensions=[];this.contentEncodings=[];this.isSupported=!0;this.options=e,Cc=this.options?.modules?.["zstd-codec"],Cc||console.warn(`${this.name} library not installed`)}async preload(){!Wc&&Cc&&(Wc=await new Promise(e=>Cc.run(r=>e(r))))}compressSync(e){let r=new Wc.Simple,n=new Uint8Array(e);return r.compress(n).buffer}decompressSync(e){let r=new Wc.Simple,n=new Uint8Array(e);return r.decompress(n).buffer}};var Jc=me(ov()),Zc=class extends jr{constructor(e){super(e);this.name="snappy";this.extensions=[];this.contentEncodings=[];this.isSupported=!0;this.options=e||{}}compressSync(e){return(0,Jc.compress)(e)}decompressSync(e){return(0,Jc.uncompress)(e)}};var B4=()=>{function t(a){this.data=a,this.offset=0}let e=Int32Array.from([256,402,436,468,500,534,566,598,630,662,694,726,758,790,822,854,886,920,952,984,1016,1048,1080]),r=Int32Array.from([1,2,3,4,0,5,17,6,16,7,8,9,10,11,12,13,14,15]),n=Int32Array.from([0,3,2,1,0,0,0,0,0,0,3,3,3,3,3,3]),i=Int32Array.from([0,0,0,0,-1,1,-2,2,-3,3,-1,1,-2,2,-3,3]),o=Int32Array.from([131072,131076,131075,196610,131072,131076,131075,262145,131072,131076,131075,196610,131072,131076,131075,262149]),f=Int32Array.from([1,5,9,13,17,25,33,41,49,65,81,97,113,145,177,209,241,305,369,497,753,1265,2289,4337,8433,16625]),s=Int32Array.from([2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,6,6,7,8,9,10,11,12,13,24]),u=Int16Array.from([0,0,0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,7,8,9,10,12,14,24]),l=Int16Array.from([0,0,0,0,0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,7,8,9,10,24]),c=new Int16Array(2816);T(c);function w(a){let j=-1,b=16;for(;b>0;)a>>>b!=0&&(j+=b,a=a>>>b),b=b>>1;return j+a}function p(a,j,b){return 16+j+2*(b<<a)}function g(a,j,b){if(a<b+(2<<j))throw"maxDistance is too small";let _=(a-b>>j)+4,v=w(_)-1;return((v-1<<1|_>>v&1)-1<<j)+(1<<j)+b+16}function T(a){let j=new Int16Array(24),b=new Int16Array(24);b[0]=2;for(let _=0;_<23;++_)j[_+1]=j[_]+(1<<u[_]),b[_+1]=b[_]+(1<<l[_]);for(let _=0;_<704;++_){let v=_>>>6,N=-4;v>=2&&(v-=2,N=0);let U=(170064>>>v*2&3)<<3|_>>>3&7,Z=(156228>>>v*2&3)<<3|_&7,le=b[Z],ue=N+(le>4?3:le-2),te=_*4;a[te+0]=u[U]|l[Z]<<8,a[te+1]=j[U],a[te+2]=b[Z],a[te+3]=ue}}function L(a){let j=a.isLargeWindow;if(a.isLargeWindow=0,a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),Ne(a,1)==0)return 16;let b=Ne(a,3);return b!=0?17+b:(b=Ne(a,3),b!=0?b==1?j==0||(a.isLargeWindow=1,Ne(a,1)==1)||(b=Ne(a,6),b<10||b>30)?-1:b:8+b:17)}function O(a){if(a.runningState!=1)throw"State MUST be freshly initialized";a.isEager=1}function W(a){if(a.runningState!=1)throw"State MUST be freshly initialized";a.isLargeWindow=1}function re(a,j){if(a.runningState!=1)throw"State MUST be freshly initialized";if(a.cdNumChunks==0&&(a.cdChunks=new Array(16),a.cdChunkOffsets=new Int32Array(16),a.cdBlockBits=-1),a.cdNumChunks==15)throw"Too many dictionary chunks";a.cdChunks[a.cdNumChunks]=j,a.cdNumChunks++,a.cdTotalSize+=j.length,a.cdChunkOffsets[a.cdNumChunks]=a.cdTotalSize}function H(a,j){if(a.runningState!=0)throw"State MUST be uninitialized";a.blockTrees=new Int32Array(3091),a.blockTrees[0]=7,a.distRbIdx=3;let b=g(2147483644,3,15<<3);a.distExtraBits=new Int8Array(b),a.distOffset=new Int32Array(b),a.input=j,h(a),a.runningState=1}function M(a){if(a.runningState==0)throw"State MUST be initialized";a.runningState!=11&&(a.runningState=11,a.input!=null&&(wE(a.input),a.input=null))}function P(a){if(a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),Ne(a,1)!=0){let j=Ne(a,3);return j==0?1:Ne(a,j)+(1<<j)}return 0}function F(a){if(a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),a.inputEnd=Ne(a,1),a.metaBlockLength=0,a.isUncompressed=0,a.isMetadata=0,a.inputEnd!=0&&Ne(a,1)!=0)return;let j=Ne(a,2)+4;if(j==7){if(a.isMetadata=1,Ne(a,1)!=0)throw"Corrupted reserved bit";let b=Ne(a,2);if(b==0)return;for(let _=0;_<b;_++){a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16);let v=Ne(a,8);if(v==0&&_+1==b&&b>1)throw"Exuberant nibble";a.metaBlockLength|=v<<_*8}}else for(let b=0;b<j;b++){a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16);let _=Ne(a,4);if(_==0&&b+1==j&&j>4)throw"Exuberant nibble";a.metaBlockLength|=_<<b*4}a.metaBlockLength++,a.inputEnd==0&&(a.isUncompressed=Ne(a,1))}function se(a,j,b){let _=a[j],v=b.accumulator32>>>b.bitOffset;_+=v&255;let N=a[_]>>16,U=a[_]&65535;if(N<=8)return b.bitOffset+=N,U;_+=U;let Z=(1<<N)-1;return _+=(v&Z)>>>8,b.bitOffset+=(a[_]>>16)+8,a[_]&65535}function ne(a,j,b){b.bitOffset>=16&&(b.accumulator32=b.shortBuffer[b.halfOffset++]<<16|b.accumulator32>>>16,b.bitOffset-=16);let _=se(a,j,b),v=s[_];return b.bitOffset>=16&&(b.accumulator32=b.shortBuffer[b.halfOffset++]<<16|b.accumulator32>>>16,b.bitOffset-=16),f[_]+(v<=16?Ne(b,v):ps(b,v))}function ce(a,j){let b=a[j];for(;j>0;j--)a[j]=a[j-1];a[0]=b}function Ge(a,j){let b=new Int32Array(256);for(let _=0;_<256;_++)b[_]=_;for(let _=0;_<j;_++){let v=a[_]&255;a[_]=b[v],v!=0&&ce(b,v)}}function q(a,j,b,_){let v=0,N=8,U=0,Z=0,le=32768,ue=new Int32Array(32+1),te=ue.length-1;for(cs(ue,te,5,a,18);v<j&&le>0;){_.halfOffset>2030&&dr(_),_.bitOffset>=16&&(_.accumulator32=_.shortBuffer[_.halfOffset++]<<16|_.accumulator32>>>16,_.bitOffset-=16);let Fe=_.accumulator32>>>_.bitOffset&31;_.bitOffset+=ue[Fe]>>16;let Re=ue[Fe]&65535;if(Re<16)U=0,b[v++]=Re,Re!=0&&(N=Re,le-=32768>>Re);else{let bt=Re-14,Vr=0;Re==16&&(Vr=N),Z!=Vr&&(U=0,Z=Vr);let Qr=U;U>0&&(U-=2,U<<=bt),_.bitOffset>=16&&(_.accumulator32=_.shortBuffer[_.halfOffset++]<<16|_.accumulator32>>>16,_.bitOffset-=16),U+=Ne(_,bt)+3;let Jt=U-Qr;if(v+Jt>j)throw"symbol + repeatDelta > numSymbols";for(let Ue=0;Ue<Jt;Ue++)b[v++]=Z;Z!=0&&(le-=Jt<<15-Z)}}if(le!=0)throw"Unused space";b.fill(0,v,j)}function Oe(a,j){for(let b=0;b<j-1;++b)for(let _=b+1;_<j;++_)if(a[b]==a[_])throw"Duplicate simple Huffman code symbol"}function Le(a,j,b,_,v){let N=new Int32Array(j),U=new Int32Array(4),Z=1+w(a-1),le=Ne(v,2)+1;for(let te=0;te<le;te++){v.bitOffset>=16&&(v.accumulator32=v.shortBuffer[v.halfOffset++]<<16|v.accumulator32>>>16,v.bitOffset-=16);let Fe=Ne(v,Z);if(Fe>=j)throw"Can't readHuffmanCode";U[te]=Fe}Oe(U,le);let ue=le;switch(le==4&&(ue+=Ne(v,1)),ue){case 1:N[U[0]]=1;break;case 2:N[U[0]]=1,N[U[1]]=1;break;case 3:N[U[0]]=1,N[U[1]]=2,N[U[2]]=2;break;case 4:N[U[0]]=2,N[U[1]]=2,N[U[2]]=2,N[U[3]]=2;break;case 5:N[U[0]]=1,N[U[1]]=2,N[U[2]]=3,N[U[3]]=3;break;default:break}return cs(b,_,8,N,j)}function be(a,j,b,_,v){let N=new Int32Array(a),U=new Int32Array(18),Z=32,le=0;for(let ue=j;ue<18&&Z>0;ue++){let te=r[ue];v.bitOffset>=16&&(v.accumulator32=v.shortBuffer[v.halfOffset++]<<16|v.accumulator32>>>16,v.bitOffset-=16);let Fe=v.accumulator32>>>v.bitOffset&15;v.bitOffset+=o[Fe]>>16;let Re=o[Fe]&65535;U[te]=Re,Re!=0&&(Z-=32>>Re,le++)}if(Z!=0&&le!=1)throw"Corrupted Huffman code histogram";return q(U,a,N,v),cs(b,_,8,N,a)}function Je(a,j,b,_,v){v.halfOffset>2030&&dr(v),v.bitOffset>=16&&(v.accumulator32=v.shortBuffer[v.halfOffset++]<<16|v.accumulator32>>>16,v.bitOffset-=16);let N=Ne(v,2);return N==1?Le(a,j,b,_,v):be(j,N,b,_,v)}function ee(a,j,b){b.halfOffset>2030&&dr(b);let _=P(b)+1;if(_==1)return j.fill(0,0,a),_;b.bitOffset>=16&&(b.accumulator32=b.shortBuffer[b.halfOffset++]<<16|b.accumulator32>>>16,b.bitOffset-=16);let v=Ne(b,1),N=0;v!=0&&(N=Ne(b,4)+1);let U=_+N,Z=e[U+31>>5],le=new Int32Array(Z+1),ue=le.length-1;Je(U,U,le,ue,b);for(let te=0;te<a;){b.halfOffset>2030&&dr(b),b.bitOffset>=16&&(b.accumulator32=b.shortBuffer[b.halfOffset++]<<16|b.accumulator32>>>16,b.bitOffset-=16);let Fe=se(le,ue,b);if(Fe==0)j[te]=0,te++;else if(Fe<=N){b.bitOffset>=16&&(b.accumulator32=b.shortBuffer[b.halfOffset++]<<16|b.accumulator32>>>16,b.bitOffset-=16);let Re=(1<<Fe)+Ne(b,Fe);for(;Re!=0;){if(te>=a)throw"Corrupted context map";j[te]=0,te++,Re--}}else j[te]=Fe-N,te++}return b.bitOffset>=16&&(b.accumulator32=b.shortBuffer[b.halfOffset++]<<16|b.accumulator32>>>16,b.bitOffset-=16),Ne(b,1)==1&&Ge(j,a),_}function Tt(a,j,b){let _=a.rings,v=4+j*2;a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16);let N=se(a.blockTrees,2*j,a),U=ne(a.blockTrees,2*j+1,a);return N==1?N=_[v+1]+1:N==0?N=_[v]:N-=2,N>=b&&(N-=b),_[v]=_[v+1],_[v+1]=N,U}function ft(a){a.literalBlockLength=Tt(a,0,a.numLiteralBlockTypes);let j=a.rings[5];a.contextMapSlice=j<<6,a.literalTreeIdx=a.contextMap[a.contextMapSlice]&255;let b=a.contextModes[j];a.contextLookupOffset1=b<<9,a.contextLookupOffset2=a.contextLookupOffset1+256}function xr(a){a.commandBlockLength=Tt(a,1,a.numCommandBlockTypes),a.commandTreeIdx=a.rings[7]}function xi(a){a.distanceBlockLength=Tt(a,2,a.numDistanceBlockTypes),a.distContextMapSlice=a.rings[9]<<2}function df(a){let j=a.maxRingBufferSize;if(j>a.expectedTotalSize){let v=a.expectedTotalSize;for(;j>>1>v;)j>>=1;a.inputEnd==0&&j<16384&&a.maxRingBufferSize>=16384&&(j=16384)}if(j<=a.ringBufferSize)return;let b=j+37,_=new Int8Array(b);a.ringBuffer.length!=0&&_.set(a.ringBuffer.subarray(0,0+a.ringBufferSize),0),a.ringBuffer=_,a.ringBufferSize=j}function mf(a){if(a.inputEnd!=0){a.nextRunningState=10,a.runningState=12;return}a.literalTreeGroup=new Int32Array(0),a.commandTreeGroup=new Int32Array(0),a.distanceTreeGroup=new Int32Array(0),a.halfOffset>2030&&dr(a),F(a),!(a.metaBlockLength==0&&a.isMetadata==0)&&(a.isUncompressed!=0||a.isMetadata!=0?(z(a),a.runningState=a.isMetadata!=0?5:6):a.runningState=3,a.isMetadata==0&&(a.expectedTotalSize+=a.metaBlockLength,a.expectedTotalSize>1<<30&&(a.expectedTotalSize=1<<30),a.ringBufferSize<a.maxRingBufferSize&&df(a)))}function En(a,j,b){let _=a.blockTrees[2*j];if(b<=1)return a.blockTrees[2*j+1]=_,a.blockTrees[2*j+2]=_,1<<28;let v=b+2;_+=Je(v,v,a.blockTrees,2*j,a),a.blockTrees[2*j+1]=_;let N=26;return _+=Je(N,N,a.blockTrees,2*j+1,a),a.blockTrees[2*j+2]=_,ne(a.blockTrees,2*j+1,a)}function Lr(a,j){let b=a.distExtraBits,_=a.distOffset,v=a.distancePostfixBits,N=a.numDirectDistanceCodes,U=1<<v,Z=1,le=0,ue=16;for(let te=0;te<N;++te)b[ue]=0,_[ue]=te+1,++ue;for(;ue<j;){let te=N+((2+le<<Z)-4<<v)+1;for(let Fe=0;Fe<U;++Fe)b[ue]=Z,_[ue]=te+Fe,++ue;Z=Z+le,le=le^1}}function Gt(a){a.numLiteralBlockTypes=P(a)+1,a.literalBlockLength=En(a,0,a.numLiteralBlockTypes),a.numCommandBlockTypes=P(a)+1,a.commandBlockLength=En(a,1,a.numCommandBlockTypes),a.numDistanceBlockTypes=P(a)+1,a.distanceBlockLength=En(a,2,a.numDistanceBlockTypes),a.halfOffset>2030&&dr(a),a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),a.distancePostfixBits=Ne(a,2),a.numDirectDistanceCodes=Ne(a,4)<<a.distancePostfixBits,a.contextModes=new Int8Array(a.numLiteralBlockTypes);for(let N=0;N<a.numLiteralBlockTypes;){let U=mo(N+96,a.numLiteralBlockTypes);for(;N<U;++N)a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),a.contextModes[N]=Ne(a,2);a.halfOffset>2030&&dr(a)}a.contextMap=new Int8Array(a.numLiteralBlockTypes<<6);let j=ee(a.numLiteralBlockTypes<<6,a.contextMap,a);a.trivialLiteralContext=1;for(let N=0;N<a.numLiteralBlockTypes<<6;N++)if(a.contextMap[N]!=N>>6){a.trivialLiteralContext=0;break}a.distContextMap=new Int8Array(a.numDistanceBlockTypes<<2);let b=ee(a.numDistanceBlockTypes<<2,a.distContextMap,a);a.literalTreeGroup=C(256,256,j,a),a.commandTreeGroup=C(704,704,a.numCommandBlockTypes,a);let _=p(a.distancePostfixBits,a.numDirectDistanceCodes,24),v=_;a.isLargeWindow==1&&(_=p(a.distancePostfixBits,a.numDirectDistanceCodes,62),v=g(2147483644,a.distancePostfixBits,a.numDirectDistanceCodes)),a.distanceTreeGroup=C(_,v,b,a),Lr(a,v),a.contextMapSlice=0,a.distContextMapSlice=0,a.contextLookupOffset1=a.contextModes[0]*512,a.contextLookupOffset2=a.contextLookupOffset1+256,a.literalTreeIdx=0,a.commandTreeIdx=0,a.rings[4]=1,a.rings[5]=0,a.rings[6]=1,a.rings[7]=0,a.rings[8]=1,a.rings[9]=0}function Si(a){let j=a.ringBuffer;if(a.metaBlockLength<=0){I(a),a.runningState=2;return}let b=mo(a.ringBufferSize-a.pos,a.metaBlockLength);if(Se(a,j,a.pos,b),a.metaBlockLength-=b,a.pos+=b,a.pos==a.ringBufferSize){a.nextRunningState=6,a.runningState=12;return}I(a),a.runningState=2}function An(a){let j=mo(a.outputLength-a.outputUsed,a.ringBufferBytesReady-a.ringBufferBytesWritten);return j!=0&&(a.output.set(a.ringBuffer.subarray(a.ringBufferBytesWritten,a.ringBufferBytesWritten+j),a.outputOffset+a.outputUsed),a.outputUsed+=j,a.ringBufferBytesWritten+=j),a.outputUsed<a.outputLength?1:0}function C(a,j,b,_){let v=e[j+31>>5],N=new Int32Array(b+b*v),U=b;for(let Z=0;Z<b;++Z)N[Z]=U,U+=Je(a,j,N,Z,_);return N}function as(a){let j=a.ringBufferSize;return a.isEager!=0&&(j=mo(j,a.ringBufferBytesWritten+a.outputLength-a.outputUsed)),j}function ls(a,j){if(a.distance>2147483644)throw"Invalid backward reference";let b=a.distance-a.maxDistance-1-a.cdTotalSize;if(b<0)wf(a,-b-1,a.copyLength),a.runningState=14;else{let _=ut,v=a.copyLength;if(v>31)throw"Invalid backward reference";let N=po[v];if(N==0)throw"Invalid backward reference";let U=Dt[v],Z=(1<<N)-1,le=b&Z,ue=b>>>N;U+=le*v;let te=us;if(ue>=te.numTransforms)throw"Invalid backward reference";let Fe=cw(a.ringBuffer,a.pos,_,U,v,te,ue);if(a.pos+=Fe,a.metaBlockLength-=Fe,a.pos>=j){a.nextRunningState=4,a.runningState=12;return}a.runningState=4}}function yr(a){a.cdBlockMap=new Int8Array(256);let j=8;for(;a.cdTotalSize-1>>>j!=0;)j++;j-=8,a.cdBlockBits=j;let b=0,_=0;for(;b<a.cdTotalSize;){for(;a.cdChunkOffsets[_+1]<b;)_++;a.cdBlockMap[b>>>j]=_,b+=1<<j}}function wf(a,j,b){a.cdBlockBits==-1&&yr(a);let _=a.cdBlockMap[j>>>a.cdBlockBits];for(;j>=a.cdChunkOffsets[_+1];)_++;if(a.cdTotalSize>j+b)throw"Invalid backward reference";a.distRbIdx=a.distRbIdx+1&3,a.rings[a.distRbIdx]=a.distance,a.metaBlockLength-=b,a.cdBrIndex=_,a.cdBrOffset=j-a.cdChunkOffsets[_],a.cdBrLength=b,a.cdBrCopied=0}function Ka(a,j){let b=a.pos,_=b;for(;a.cdBrLength!=a.cdBrCopied;){let v=j-b,U=a.cdChunkOffsets[a.cdBrIndex+1]-a.cdChunkOffsets[a.cdBrIndex]-a.cdBrOffset,Z=a.cdBrLength-a.cdBrCopied;if(Z>U&&(Z=U),Z>v&&(Z=v),mE(a.ringBuffer,b,a.cdChunks[a.cdBrIndex],a.cdBrOffset,a.cdBrOffset+Z),b+=Z,a.cdBrOffset+=Z,a.cdBrCopied+=Z,Z==U&&(a.cdBrIndex++,a.cdBrOffset=0),b>=j)break}return b-_}function lw(a){if(a.runningState==0)throw"Can't decompress until initialized";if(a.runningState==11)throw"Can't decompress after close";if(a.runningState==1){let v=L(a);if(v==-1)throw"Invalid 'windowBits' code";a.maxRingBufferSize=1<<v,a.maxBackwardDistance=a.maxRingBufferSize-16,a.runningState=2}let j=as(a),b=a.ringBufferSize-1,_=a.ringBuffer;for(;a.runningState!=10;)switch(a.runningState){case 2:if(a.metaBlockLength<0)throw"Invalid metablock length";mf(a),j=as(a),b=a.ringBufferSize-1,_=a.ringBuffer;continue;case 3:Gt(a),a.runningState=4;case 4:if(a.metaBlockLength<=0){a.runningState=2;continue}a.halfOffset>2030&&dr(a),a.commandBlockLength==0&&xr(a),a.commandBlockLength--,a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16);let v=se(a.commandTreeGroup,a.commandTreeIdx,a)<<2,N=c[v],U=c[v+1],Z=c[v+2];a.distanceCode=c[v+3],a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16);let le=N&255;a.insertLength=U+(le<=16?Ne(a,le):ps(a,le)),a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16);let ue=N>>8;a.copyLength=Z+(ue<=16?Ne(a,ue):ps(a,ue)),a.j=0,a.runningState=7;case 7:if(a.trivialLiteralContext!=0){for(;a.j<a.insertLength;)if(a.halfOffset>2030&&dr(a),a.literalBlockLength==0&&ft(a),a.literalBlockLength--,a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),_[a.pos]=se(a.literalTreeGroup,a.literalTreeIdx,a),a.pos++,a.j++,a.pos>=j){a.nextRunningState=7,a.runningState=12;break}}else{let Jt=_[a.pos-1&b]&255,Ue=_[a.pos-2&b]&255;for(;a.j<a.insertLength;){a.halfOffset>2030&&dr(a),a.literalBlockLength==0&&ft(a);let Cr=at[a.contextLookupOffset1+Jt]|at[a.contextLookupOffset2+Ue],Ei=a.contextMap[a.contextMapSlice+Cr]&255;if(a.literalBlockLength--,Ue=Jt,a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),Jt=se(a.literalTreeGroup,Ei,a),_[a.pos]=Jt,a.pos++,a.j++,a.pos>=j){a.nextRunningState=7,a.runningState=12;break}}}if(a.runningState!=7)continue;if(a.metaBlockLength-=a.insertLength,a.metaBlockLength<=0){a.runningState=4;continue}let te=a.distanceCode;if(te<0)a.distance=a.rings[a.distRbIdx];else{a.halfOffset>2030&&dr(a),a.distanceBlockLength==0&&xi(a),a.distanceBlockLength--,a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16);let Jt=a.distContextMap[a.distContextMapSlice+te]&255;if(te=se(a.distanceTreeGroup,Jt,a),te<16){let Ue=a.distRbIdx+n[te]&3;if(a.distance=a.rings[Ue]+i[te],a.distance<0)throw"Negative distance"}else{let Ue=a.distExtraBits[te],Cr;a.bitOffset+Ue<=32?Cr=Ne(a,Ue):(a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),Cr=Ue<=16?Ne(a,Ue):ps(a,Ue)),a.distance=a.distOffset[te]+(Cr<<a.distancePostfixBits)}}if(a.maxDistance!=a.maxBackwardDistance&&a.pos<a.maxBackwardDistance?a.maxDistance=a.pos:a.maxDistance=a.maxBackwardDistance,a.distance>a.maxDistance){a.runningState=9;continue}if(te>0&&(a.distRbIdx=a.distRbIdx+1&3,a.rings[a.distRbIdx]=a.distance),a.copyLength>a.metaBlockLength)throw"Invalid backward reference";a.j=0,a.runningState=8;case 8:let Fe=a.pos-a.distance&b,Re=a.pos,bt=a.copyLength-a.j,Vr=Fe+bt,Qr=Re+bt;if(Vr<b&&Qr<b){if(bt<12||Vr>Re&&Qr>Fe)for(let Jt=0;Jt<bt;Jt+=4)_[Re++]=_[Fe++],_[Re++]=_[Fe++],_[Re++]=_[Fe++],_[Re++]=_[Fe++];else _.copyWithin(Re,Fe,Vr);a.j+=bt,a.metaBlockLength-=bt,a.pos+=bt}else for(;a.j<a.copyLength;)if(_[a.pos]=_[a.pos-a.distance&b],a.metaBlockLength--,a.pos++,a.j++,a.pos>=j){a.nextRunningState=8,a.runningState=12;break}a.runningState==8&&(a.runningState=4);continue;case 9:ls(a,j);continue;case 14:if(a.pos+=Ka(a,j),a.pos>=j){a.nextRunningState=14,a.runningState=12;return}a.runningState=4;continue;case 5:for(;a.metaBlockLength>0;)a.halfOffset>2030&&dr(a),a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),Ne(a,8),a.metaBlockLength--;a.runningState=2;continue;case 6:Si(a);continue;case 12:a.ringBufferBytesReady=mo(a.pos,a.ringBufferSize),a.runningState=13;case 13:if(An(a)==0)return;a.pos>=a.maxBackwardDistance&&(a.maxDistance=a.maxBackwardDistance),a.pos>=a.ringBufferSize&&(a.pos>a.ringBufferSize&&_.copyWithin(0,a.ringBufferSize,a.pos),a.pos&=b,a.ringBufferBytesWritten=0),a.runningState=a.nextRunningState;continue;default:throw"Unexpected state "+a.runningState}if(a.runningState==10){if(a.metaBlockLength<0)throw"Invalid metablock length";z(a),Ga(a,1)}}function bc(a,j,b){this.numTransforms=0,this.triplets=new Int32Array(0),this.prefixSuffixStorage=new Int8Array(0),this.prefixSuffixHeads=new Int32Array(0),this.params=new Int16Array(0),this.numTransforms=a,this.triplets=new Int32Array(a*3),this.params=new Int16Array(a),this.prefixSuffixStorage=new Int8Array(j),this.prefixSuffixHeads=new Int32Array(b+1)}let us=new bc(121,167,50);function uw(a,j,b,_,v){let N=_.length,U=1,Z=0;for(let le=0;le<N;++le){let ue=_.charCodeAt(le);ue==35?j[U++]=Z:a[Z++]=ue}for(let le=0;le<363;++le)b[le]=v.charCodeAt(le)-32}uw(us.prefixSuffixStorage,us.prefixSuffixHeads,us.triplets,`# #s #, #e #.# the #.com/#\xC2\xA0# of # and # in # to #"#">#
25
+ }`),this._dictionaries=[],this._recordBatches=[],super.close()}};Ei.RecordBatchJSONWriter=Cd;function Pg(t,e){let r=e;e instanceof Eg.Table&&(r=e.chunks,t.reset(void 0,e.schema));for(let n of r)t.write(n);return t.finish()}async function Rg(t,e){for await(let r of e)t.write(r);return t.finish()}function Qk({name:t,type:e,nullable:r}){let n=new MP.JSONTypeAssembler;return{name:t,nullable:r,type:n.visit(e),children:(e.children||[]).map(Qk),dictionary:RP.DataType.isDictionary(e)?{id:e.id,isOrdered:e.isOrdered,indexType:n.visit(e.indices)}:void 0}}function LP(t,e,r=!1){let n=new HP.Field(`${e}`,t.type,t.nullCount>0),i=Xk.JSONVectorAssembler.assemble(new PP.Column(n,[t]));return JSON.stringify({id:e,isDelta:r,data:{count:t.length,columns:i}},null,2)}function VP(t){return JSON.stringify({count:t.length,columns:Xk.JSONVectorAssembler.assemble(t)},null,2)}});var zg=z(mf=>{"use strict";Object.defineProperty(mf,"__esModule",{value:!0});mf.distributeVectorsIntoRecordBatches=mf.distributeColumnsIntoRecordBatches=mf.ensureSameLengthData=void 0;var $k=Zn(),Hg=qr(),CP=uf(),WP=bo(),Mg=new Uint8Array(0),eI=t=>[Mg,Mg,new Uint8Array(t),Mg];function YP(t,e,r=e.reduce((n,i)=>Math.max(n,i.length),0)){let n,i,o=-1,f=e.length,s=[...t.fields],l=[],u=(r+63&~63)>>3;for(;++o<f;)(n=e[o])&&n.length===r?l[o]=n:((i=s[o]).nullable||(s[o]=s[o].clone({nullable:!0})),l[o]=n?n._changeLengthAndBackfillNullBitmap(r):$k.Data.new(i.type,0,r,r,eI(u)));return[new Hg.Schema(s),r,l]}mf.ensureSameLengthData=YP;function KP(t){return tI(new Hg.Schema(t.map(({field:e})=>e)),t)}mf.distributeColumnsIntoRecordBatches=KP;function tI(t,e){return GP(t,e.map(r=>r instanceof CP.Chunked?r.chunks.map(n=>n.data):[r.data]))}mf.distributeVectorsIntoRecordBatches=tI;function GP(t,e){let r=[...t.fields],n=[],i={numBatches:e.reduce((_,p)=>Math.max(_,p.length),0)},o=0,f=0,s=-1,l=e.length,u,c=[];for(;i.numBatches-- >0;){for(f=Number.POSITIVE_INFINITY,s=-1;++s<l;)c[s]=u=e[s].shift(),f=Math.min(f,u?u.length:f);isFinite(f)&&(c=JP(r,f,c,e,i),f>0&&(n[o++]=[f,c.slice()]))}return[t=new Hg.Schema(r,t.metadata),n.map(_=>new WP.RecordBatch(t,..._))]}function JP(t,e,r,n,i){let o,f,s=0,l=-1,u=n.length,c=(e+63&~63)>>3;for(;++l<u;)(o=r[l])&&(s=o.length)>=e?s===e?r[l]=o:(r[l]=o.slice(0,e),o=o.slice(e,s-e),i.numBatches=Math.max(i.numBatches,n[l].unshift(o))):((f=t[l]).nullable||(t[l]=f.clone({nullable:!0})),r[l]=o?o._changeLengthAndBackfillNullBitmap(e):$k.Data.new(f.type,0,e,e,eI(c)));return r}});var fr=z(Yd=>{"use strict";Object.defineProperty(Yd,"__esModule",{value:!0});Yd.BaseVector=void 0;var ZP=Pt(),XP=uf(),QP=Au(),Ug=ir(),Lg=class extends Ug.AbstractVector{constructor(e,r){super();this._children=r,this.numChildren=e.childData.length,this._bindDataAccessors(this.data=e)}get type(){return this.data.type}get typeId(){return this.data.typeId}get length(){return this.data.length}get offset(){return this.data.offset}get stride(){return this.data.stride}get nullCount(){return this.data.nullCount}get byteLength(){return this.data.byteLength}get VectorName(){return`${ZP.Type[this.typeId]}Vector`}get ArrayType(){return this.type.ArrayType}get values(){return this.data.values}get typeIds(){return this.data.typeIds}get nullBitmap(){return this.data.nullBitmap}get valueOffsets(){return this.data.valueOffsets}get[Symbol.toStringTag](){return`${this.VectorName}<${this.type[Symbol.toStringTag]}>`}clone(e,r=this._children){return Ug.Vector.new(e,r)}concat(...e){return XP.Chunked.concat(this,...e)}slice(e,r){return QP.clampRange(this,e,r,this._sliceInternal)}isValid(e){if(this.nullCount>0){let r=this.offset+e;return(this.nullBitmap[r>>3]&1<<r%8)!==0}return!0}getChildAt(e){return e<0||e>=this.numChildren?null:(this._children||(this._children=[]))[e]||(this._children[e]=Ug.Vector.new(this.data.childData[e]))}toJSON(){return[...this]}_sliceInternal(e,r,n){return e.clone(e.data.slice(r,n-r),null)}_bindDataAccessors(e){}};Yd.BaseVector=Lg;Lg.prototype[Symbol.isConcatSpreadable]=!0});var Vg=z(Kd=>{"use strict";Object.defineProperty(Kd,"__esModule",{value:!0});Kd.BinaryVector=void 0;var $P=ir(),eR=fr(),tR=jt(),rI=class extends eR.BaseVector{asUtf8(){return $P.Vector.new(this.data.clone(new tR.Utf8))}};Kd.BinaryVector=rI});var Cg=z(Gd=>{"use strict";Object.defineProperty(Gd,"__esModule",{value:!0});Gd.BoolVector=void 0;var rR=jt(),nR=fr(),iR=Oi(),nI=class extends nR.BaseVector{static from(e){return iR.vectorFromValuesWithType(()=>new rR.Bool,e)}};Gd.BoolVector=nI});var Yg=z(bf=>{"use strict";Object.defineProperty(bf,"__esModule",{value:!0});bf.DateMillisecondVector=bf.DateDayVector=bf.DateVector=void 0;var oR=Pt(),fR=fr(),iI=Oi(),Wg=jt(),Jd=class extends fR.BaseVector{static from(...e){return e.length===2?iI.vectorFromValuesWithType(()=>e[1]===oR.DateUnit.DAY?new Wg.DateDay:new Wg.DateMillisecond,e[0]):iI.vectorFromValuesWithType(()=>new Wg.DateMillisecond,e[0])}};bf.DateVector=Jd;var oI=class extends Jd{};bf.DateDayVector=oI;var fI=class extends Jd{};bf.DateMillisecondVector=fI});var Kg=z(Zd=>{"use strict";Object.defineProperty(Zd,"__esModule",{value:!0});Zd.DecimalVector=void 0;var sR=fr(),sI=class extends sR.BaseVector{};Zd.DecimalVector=sI});var Qd=z(Xd=>{"use strict";Object.defineProperty(Xd,"__esModule",{value:!0});Xd.DictionaryVector=void 0;var aR=Zn(),aI=ir(),lR=fr(),uR=Oi(),cR=jt(),Gg=class extends lR.BaseVector{constructor(e){super(e);this.indices=aI.Vector.new(e.clone(this.type.indices))}static from(...e){if(e.length===3){let[r,n,i]=e,o=new cR.Dictionary(r.type,n,null,null);return aI.Vector.new(aR.Data.Dictionary(o,0,i.length,0,null,i,r))}return uR.vectorFromValuesWithType(()=>e[0].type,e[0])}get dictionary(){return this.data.dictionary}reverseLookup(e){return this.dictionary.indexOf(e)}getKey(e){return this.indices.get(e)}getValue(e){return this.dictionary.get(e)}setKey(e,r){return this.indices.set(e,r)}setValue(e,r){return this.dictionary.set(e,r)}};Xd.DictionaryVector=Gg;Gg.prototype.indices=null});var Jg=z($d=>{"use strict";Object.defineProperty($d,"__esModule",{value:!0});$d.FixedSizeBinaryVector=void 0;var pR=fr(),lI=class extends pR.BaseVector{};$d.FixedSizeBinaryVector=lI});var Zg=z(em=>{"use strict";Object.defineProperty(em,"__esModule",{value:!0});em.FixedSizeListVector=void 0;var dR=fr(),uI=class extends dR.BaseVector{};em.FixedSizeListVector=uI});var ey=z(Ni=>{"use strict";Object.defineProperty(Ni,"__esModule",{value:!0});Ni.Float64Vector=Ni.Float32Vector=Ni.Float16Vector=Ni.FloatVector=void 0;var mR=Zn(),bR=ir(),wR=fr(),hR=Oi(),us=jt(),zu=class extends wR.BaseVector{static from(e){let r=jR(this);if(e instanceof ArrayBuffer||ArrayBuffer.isView(e)){let n=yR(e.constructor)||r;if(r===null&&(r=n),r&&r===n){let i=new r,o=e.byteLength/i.ArrayType.BYTES_PER_ELEMENT;if(!gR(r,e.constructor))return bR.Vector.new(mR.Data.Float(i,0,o,0,null,e))}}if(r)return hR.vectorFromValuesWithType(()=>new r,e);throw e instanceof DataView||e instanceof ArrayBuffer?new TypeError(`Cannot infer float type from instance of ${e.constructor.name}`):new TypeError("Unrecognized FloatVector input")}};Ni.FloatVector=zu;var Xg=class extends zu{toFloat32Array(){return new Float32Array(this)}toFloat64Array(){return new Float64Array(this)}};Ni.Float16Vector=Xg;var Qg=class extends zu{};Ni.Float32Vector=Qg;var $g=class extends zu{};Ni.Float64Vector=$g;var gR=(t,e)=>t===us.Float16&&e!==Uint16Array,yR=t=>{switch(t){case Uint16Array:return us.Float16;case Float32Array:return us.Float32;case Float64Array:return us.Float64;default:return null}},jR=t=>{switch(t){case Xg:return us.Float16;case Qg:return us.Float32;case $g:return us.Float64;default:return null}}});var ty=z(wf=>{"use strict";Object.defineProperty(wf,"__esModule",{value:!0});wf.IntervalYearMonthVector=wf.IntervalDayTimeVector=wf.IntervalVector=void 0;var _R=fr(),tm=class extends _R.BaseVector{};wf.IntervalVector=tm;var cI=class extends tm{};wf.IntervalDayTimeVector=cI;var pI=class extends tm{};wf.IntervalYearMonthVector=pI});var rm=z(dr=>{"use strict";Object.defineProperty(dr,"__esModule",{value:!0});dr.Uint64Vector=dr.Uint32Vector=dr.Uint16Vector=dr.Uint8Vector=dr.Int64Vector=dr.Int32Vector=dr.Int16Vector=dr.Int8Vector=dr.IntVector=void 0;var qR=Zn(),vR=ir(),TR=fr(),BR=Oi(),dI=Dr(),mI=hr(),$t=jt(),Di=class extends TR.BaseVector{static from(...e){let[r,n=!1]=e,i=SR(this,n);if(r instanceof ArrayBuffer||ArrayBuffer.isView(r)){let o=IR(r.constructor,n)||i;if(i===null&&(i=o),i&&i===o){let f=new i,s=r.byteLength/f.ArrayType.BYTES_PER_ELEMENT;return kR(i,r.constructor)&&(s*=.5),vR.Vector.new(qR.Data.Int(f,0,s,0,null,r))}}if(i)return BR.vectorFromValuesWithType(()=>new i,r);throw r instanceof DataView||r instanceof ArrayBuffer?new TypeError(`Cannot infer integer type from instance of ${r.constructor.name}`):new TypeError("Unrecognized IntVector input")}};dr.IntVector=Di;var ry=class extends Di{};dr.Int8Vector=ry;var ny=class extends Di{};dr.Int16Vector=ny;var iy=class extends Di{};dr.Int32Vector=iy;var oy=class extends Di{toBigInt64Array(){return mI.toBigInt64Array(this.values)}get values64(){return this._values64||(this._values64=this.toBigInt64Array())}};dr.Int64Vector=oy;var fy=class extends Di{};dr.Uint8Vector=fy;var sy=class extends Di{};dr.Uint16Vector=sy;var ay=class extends Di{};dr.Uint32Vector=ay;var ly=class extends Di{toBigUint64Array(){return mI.toBigUint64Array(this.values)}get values64(){return this._values64||(this._values64=this.toBigUint64Array())}};dr.Uint64Vector=ly;var kR=(t,e)=>(t===$t.Int64||t===$t.Uint64)&&(e===Int32Array||e===Uint32Array),IR=(t,e)=>{switch(t){case Int8Array:return $t.Int8;case Int16Array:return $t.Int16;case Int32Array:return e?$t.Int64:$t.Int32;case dI.BigInt64Array:return $t.Int64;case Uint8Array:return $t.Uint8;case Uint16Array:return $t.Uint16;case Uint32Array:return e?$t.Uint64:$t.Uint32;case dI.BigUint64Array:return $t.Uint64;default:return null}},SR=(t,e)=>{switch(t){case ry:return $t.Int8;case ny:return $t.Int16;case iy:return e?$t.Int64:$t.Int32;case oy:return $t.Int64;case fy:return $t.Uint8;case sy:return $t.Uint16;case ay:return e?$t.Uint64:$t.Uint32;case ly:return $t.Uint64;default:return null}}});var uy=z(nm=>{"use strict";Object.defineProperty(nm,"__esModule",{value:!0});nm.ListVector=void 0;var xR=fr(),bI=class extends xR.BaseVector{};nm.ListVector=bI});var cy=z(im=>{"use strict";Object.defineProperty(im,"__esModule",{value:!0});im.MapVector=void 0;var AR=Su(),ER=ir(),OR=fr(),NR=jt(),wI=class extends OR.BaseVector{asList(){let e=this.type.children[0];return ER.Vector.new(this.data.clone(new NR.List(e)))}bind(e){let r=this.getChildAt(0),{[e]:n,[e+1]:i}=this.valueOffsets;return new AR.MapRow(r.slice(n,i))}};im.MapVector=wI});var py=z(om=>{"use strict";Object.defineProperty(om,"__esModule",{value:!0});om.NullVector=void 0;var DR=fr(),hI=class extends DR.BaseVector{};om.NullVector=hI});var dy=z(fm=>{"use strict";Object.defineProperty(fm,"__esModule",{value:!0});fm.StructVector=void 0;var FR=Su(),PR=fr(),RR=Symbol.for("rowIndex"),gI=class extends PR.BaseVector{bind(e){let r=this._row||(this._row=new FR.StructRow(this)),n=Object.create(r);return n[RR]=e,n}};fm.StructVector=gI});var my=z(Fn=>{"use strict";Object.defineProperty(Fn,"__esModule",{value:!0});Fn.TimestampNanosecondVector=Fn.TimestampMicrosecondVector=Fn.TimestampMillisecondVector=Fn.TimestampSecondVector=Fn.TimestampVector=void 0;var HR=fr(),Ta=class extends HR.BaseVector{};Fn.TimestampVector=Ta;var yI=class extends Ta{};Fn.TimestampSecondVector=yI;var jI=class extends Ta{};Fn.TimestampMillisecondVector=jI;var _I=class extends Ta{};Fn.TimestampMicrosecondVector=_I;var qI=class extends Ta{};Fn.TimestampNanosecondVector=qI});var by=z(Pn=>{"use strict";Object.defineProperty(Pn,"__esModule",{value:!0});Pn.TimeNanosecondVector=Pn.TimeMicrosecondVector=Pn.TimeMillisecondVector=Pn.TimeSecondVector=Pn.TimeVector=void 0;var MR=fr(),Ba=class extends MR.BaseVector{};Pn.TimeVector=Ba;var vI=class extends Ba{};Pn.TimeSecondVector=vI;var TI=class extends Ba{};Pn.TimeMillisecondVector=TI;var BI=class extends Ba{};Pn.TimeMicrosecondVector=BI;var kI=class extends Ba{};Pn.TimeNanosecondVector=kI});var wy=z(hf=>{"use strict";Object.defineProperty(hf,"__esModule",{value:!0});hf.SparseUnionVector=hf.DenseUnionVector=hf.UnionVector=void 0;var zR=fr(),sm=class extends zR.BaseVector{get typeIdToChildIndex(){return this.data.type.typeIdToChildIndex}};hf.UnionVector=sm;var II=class extends sm{get valueOffsets(){return this.data.valueOffsets}};hf.DenseUnionVector=II;var SI=class extends sm{};hf.SparseUnionVector=SI});var hy=z(am=>{"use strict";Object.defineProperty(am,"__esModule",{value:!0});am.Utf8Vector=void 0;var UR=ir(),LR=fr(),xI=jt(),VR=Oi(),AI=class extends LR.BaseVector{static from(e){return VR.vectorFromValuesWithType(()=>new xI.Utf8,e)}asBinary(){return UR.Vector.new(this.data.clone(new xI.Binary))}};am.Utf8Vector=AI});var EI=z(gf=>{"use strict";Object.defineProperty(gf,"__esModule",{value:!0});gf.partial2=gf.partial1=gf.partial0=void 0;function CR(t){return function(){return t(this)}}gf.partial0=CR;function WR(t){return function(e){return t(this,e)}}gf.partial1=WR;function YR(t){return function(e,r){return t(this,e,r)}}gf.partial2=YR});var jy=z(ka=>{"use strict";Object.defineProperty(ka,"__esModule",{value:!0});ka.instance=ka.GetVisitor=void 0;var lm=qu(),KR=Sr(),GR=Cf(),JR=gu(),Rn=Pt(),ze=class extends KR.Visitor{};ka.GetVisitor=ze;var ZR=(t,e)=>864e5*t[e],gy=(t,e)=>4294967296*t[e+1]+(t[e]>>>0),XR=(t,e)=>4294967296*(t[e+1]/1e3)+(t[e]>>>0)/1e3,QR=(t,e)=>4294967296*(t[e+1]/1e6)+(t[e]>>>0)/1e6,OI=t=>new Date(t),$R=(t,e)=>OI(ZR(t,e)),e3=(t,e)=>OI(gy(t,e)),t3=(t,e)=>null,NI=(t,e,r)=>{let{[r]:n,[r+1]:i}=e;return n!=null&&i!=null?t.subarray(n,i):null},r3=({offset:t,values:e},r)=>{let n=t+r;return(e[n>>3]&1<<n%8)!=0},DI=({values:t},e)=>$R(t,e),FI=({values:t},e)=>e3(t,e*2),Fi=({stride:t,values:e},r)=>e[t*r],PI=({stride:t,values:e},r)=>JR.uint16ToFloat64(e[t*r]),yy=({stride:t,values:e,type:r},n)=>lm.BN.new(e.subarray(t*n,t*(n+1)),r.isSigned),n3=({stride:t,values:e},r)=>e.subarray(t*r,t*(r+1)),i3=({values:t,valueOffsets:e},r)=>NI(t,e,r),o3=({values:t,valueOffsets:e},r)=>{let n=NI(t,e,r);return n!==null?GR.decodeUtf8(n):null},f3=(t,e)=>t.type.bitWidth<64?Fi(t,e):yy(t,e),s3=(t,e)=>t.type.precision!==Rn.Precision.HALF?Fi(t,e):PI(t,e),a3=(t,e)=>t.type.unit===Rn.DateUnit.DAY?DI(t,e):FI(t,e),RI=({values:t},e)=>1e3*gy(t,e*2),HI=({values:t},e)=>gy(t,e*2),MI=({values:t},e)=>XR(t,e*2),zI=({values:t},e)=>QR(t,e*2),l3=(t,e)=>{switch(t.type.unit){case Rn.TimeUnit.SECOND:return RI(t,e);case Rn.TimeUnit.MILLISECOND:return HI(t,e);case Rn.TimeUnit.MICROSECOND:return MI(t,e);case Rn.TimeUnit.NANOSECOND:return zI(t,e)}},UI=({values:t,stride:e},r)=>t[e*r],LI=({values:t,stride:e},r)=>t[e*r],VI=({values:t},e)=>lm.BN.signed(t.subarray(2*e,2*(e+1))),CI=({values:t},e)=>lm.BN.signed(t.subarray(2*e,2*(e+1))),u3=(t,e)=>{switch(t.type.unit){case Rn.TimeUnit.SECOND:return UI(t,e);case Rn.TimeUnit.MILLISECOND:return LI(t,e);case Rn.TimeUnit.MICROSECOND:return VI(t,e);case Rn.TimeUnit.NANOSECOND:return CI(t,e)}},c3=({values:t},e)=>lm.BN.decimal(t.subarray(4*e,4*(e+1))),p3=(t,e)=>{let r=t.getChildAt(0),{valueOffsets:n,stride:i}=t;return r.slice(n[e*i],n[e*i+1])},d3=(t,e)=>t.bind(e),m3=(t,e)=>t.bind(e),b3=(t,e)=>t.type.mode===Rn.UnionMode.Dense?WI(t,e):YI(t,e),WI=(t,e)=>{let r=t.typeIdToChildIndex[t.typeIds[e]],n=t.getChildAt(r);return n?n.get(t.valueOffsets[e]):null},YI=(t,e)=>{let r=t.typeIdToChildIndex[t.typeIds[e]],n=t.getChildAt(r);return n?n.get(e):null},w3=(t,e)=>t.getValue(t.getKey(e)),h3=(t,e)=>t.type.unit===Rn.IntervalUnit.DAY_TIME?KI(t,e):GI(t,e),KI=({values:t},e)=>t.subarray(2*e,2*(e+1)),GI=({values:t},e)=>{let r=t[e],n=new Int32Array(2);return n[0]=r/12|0,n[1]=r%12|0,n},g3=(t,e)=>{let r=t.getChildAt(0),{stride:n}=t;return r.slice(e*n,(e+1)*n)};ze.prototype.visitNull=t3;ze.prototype.visitBool=r3;ze.prototype.visitInt=f3;ze.prototype.visitInt8=Fi;ze.prototype.visitInt16=Fi;ze.prototype.visitInt32=Fi;ze.prototype.visitInt64=yy;ze.prototype.visitUint8=Fi;ze.prototype.visitUint16=Fi;ze.prototype.visitUint32=Fi;ze.prototype.visitUint64=yy;ze.prototype.visitFloat=s3;ze.prototype.visitFloat16=PI;ze.prototype.visitFloat32=Fi;ze.prototype.visitFloat64=Fi;ze.prototype.visitUtf8=o3;ze.prototype.visitBinary=i3;ze.prototype.visitFixedSizeBinary=n3;ze.prototype.visitDate=a3;ze.prototype.visitDateDay=DI;ze.prototype.visitDateMillisecond=FI;ze.prototype.visitTimestamp=l3;ze.prototype.visitTimestampSecond=RI;ze.prototype.visitTimestampMillisecond=HI;ze.prototype.visitTimestampMicrosecond=MI;ze.prototype.visitTimestampNanosecond=zI;ze.prototype.visitTime=u3;ze.prototype.visitTimeSecond=UI;ze.prototype.visitTimeMillisecond=LI;ze.prototype.visitTimeMicrosecond=VI;ze.prototype.visitTimeNanosecond=CI;ze.prototype.visitDecimal=c3;ze.prototype.visitList=p3;ze.prototype.visitStruct=m3;ze.prototype.visitUnion=b3;ze.prototype.visitDenseUnion=WI;ze.prototype.visitSparseUnion=YI;ze.prototype.visitDictionary=w3;ze.prototype.visitInterval=h3;ze.prototype.visitIntervalDayTime=KI;ze.prototype.visitIntervalYearMonth=GI;ze.prototype.visitFixedSizeList=g3;ze.prototype.visitMap=d3;ka.instance=new ze});var QI=z(Ia=>{"use strict";Object.defineProperty(Ia,"__esModule",{value:!0});Ia.instance=Ia.IndexOfVisitor=void 0;var y3=Sr(),JI=_i(),ZI=Au(),Ue=class extends y3.Visitor{};Ia.IndexOfVisitor=Ue;function j3(t,e){return e===null&&t.length>0?0:-1}function _3(t,e){let{nullBitmap:r}=t.data;if(!r||t.nullCount<=0)return-1;let n=0;for(let i of new JI.BitIterator(r,t.data.offset+(e||0),t.length,r,JI.getBool)){if(!i)return n;++n}return-1}function it(t,e,r){if(e===void 0)return-1;if(e===null)return _3(t,r);let n=ZI.createElementComparator(e);for(let i=(r||0)-1,o=t.length;++i<o;)if(n(t.get(i)))return i;return-1}function XI(t,e,r){let n=ZI.createElementComparator(e);for(let i=(r||0)-1,o=t.length;++i<o;)if(n(t.get(i)))return i;return-1}Ue.prototype.visitNull=j3;Ue.prototype.visitBool=it;Ue.prototype.visitInt=it;Ue.prototype.visitInt8=it;Ue.prototype.visitInt16=it;Ue.prototype.visitInt32=it;Ue.prototype.visitInt64=it;Ue.prototype.visitUint8=it;Ue.prototype.visitUint16=it;Ue.prototype.visitUint32=it;Ue.prototype.visitUint64=it;Ue.prototype.visitFloat=it;Ue.prototype.visitFloat16=it;Ue.prototype.visitFloat32=it;Ue.prototype.visitFloat64=it;Ue.prototype.visitUtf8=it;Ue.prototype.visitBinary=it;Ue.prototype.visitFixedSizeBinary=it;Ue.prototype.visitDate=it;Ue.prototype.visitDateDay=it;Ue.prototype.visitDateMillisecond=it;Ue.prototype.visitTimestamp=it;Ue.prototype.visitTimestampSecond=it;Ue.prototype.visitTimestampMillisecond=it;Ue.prototype.visitTimestampMicrosecond=it;Ue.prototype.visitTimestampNanosecond=it;Ue.prototype.visitTime=it;Ue.prototype.visitTimeSecond=it;Ue.prototype.visitTimeMillisecond=it;Ue.prototype.visitTimeMicrosecond=it;Ue.prototype.visitTimeNanosecond=it;Ue.prototype.visitDecimal=it;Ue.prototype.visitList=it;Ue.prototype.visitStruct=it;Ue.prototype.visitUnion=it;Ue.prototype.visitDenseUnion=XI;Ue.prototype.visitSparseUnion=XI;Ue.prototype.visitDictionary=it;Ue.prototype.visitInterval=it;Ue.prototype.visitIntervalDayTime=it;Ue.prototype.visitIntervalYearMonth=it;Ue.prototype.visitFixedSizeList=it;Ue.prototype.visitMap=it;Ia.instance=new Ue});var _y=z(Sa=>{"use strict";Object.defineProperty(Sa,"__esModule",{value:!0});Sa.instance=Sa.IteratorVisitor=void 0;var um=Pt(),q3=Sr(),v3=_i(),$I=jy(),Le=class extends q3.Visitor{};Sa.IteratorVisitor=Le;function T3(t){let e=$I.instance.getVisitFn(t);return new v3.BitIterator(t.data.nullBitmap,t.data.offset,t.length,t,(r,n,i,o)=>(i&1<<o)!=0?e(r,n):null)}var eS=class{constructor(e,r){this.vector=e,this.getFn=r,this.index=0}next(){return this.index<this.vector.length?{value:this.getFn(this.vector,this.index++)}:{done:!0,value:null}}[Symbol.iterator](){return this}};function $e(t){if(t.nullCount>0)return T3(t);let{type:e,typeId:r,length:n}=t;return t.stride===1&&(r===um.Type.Timestamp||r===um.Type.Int&&e.bitWidth!==64||r===um.Type.Time&&e.bitWidth!==64||r===um.Type.Float&&e.precision>0)?t.data.values.subarray(0,n)[Symbol.iterator]():new eS(t,$I.instance.getVisitFn(t))}Le.prototype.visitNull=$e;Le.prototype.visitBool=$e;Le.prototype.visitInt=$e;Le.prototype.visitInt8=$e;Le.prototype.visitInt16=$e;Le.prototype.visitInt32=$e;Le.prototype.visitInt64=$e;Le.prototype.visitUint8=$e;Le.prototype.visitUint16=$e;Le.prototype.visitUint32=$e;Le.prototype.visitUint64=$e;Le.prototype.visitFloat=$e;Le.prototype.visitFloat16=$e;Le.prototype.visitFloat32=$e;Le.prototype.visitFloat64=$e;Le.prototype.visitUtf8=$e;Le.prototype.visitBinary=$e;Le.prototype.visitFixedSizeBinary=$e;Le.prototype.visitDate=$e;Le.prototype.visitDateDay=$e;Le.prototype.visitDateMillisecond=$e;Le.prototype.visitTimestamp=$e;Le.prototype.visitTimestampSecond=$e;Le.prototype.visitTimestampMillisecond=$e;Le.prototype.visitTimestampMicrosecond=$e;Le.prototype.visitTimestampNanosecond=$e;Le.prototype.visitTime=$e;Le.prototype.visitTimeSecond=$e;Le.prototype.visitTimeMillisecond=$e;Le.prototype.visitTimeMicrosecond=$e;Le.prototype.visitTimeNanosecond=$e;Le.prototype.visitDecimal=$e;Le.prototype.visitList=$e;Le.prototype.visitStruct=$e;Le.prototype.visitUnion=$e;Le.prototype.visitDenseUnion=$e;Le.prototype.visitSparseUnion=$e;Le.prototype.visitDictionary=$e;Le.prototype.visitInterval=$e;Le.prototype.visitIntervalDayTime=$e;Le.prototype.visitIntervalYearMonth=$e;Le.prototype.visitFixedSizeList=$e;Le.prototype.visitMap=$e;Sa.instance=new Le});var tS=z(xa=>{"use strict";Object.defineProperty(xa,"__esModule",{value:!0});xa.instance=xa.ToArrayVisitor=void 0;var Uu=Pt(),B3=Sr(),k3=_y(),Ve=class extends B3.Visitor{};xa.ToArrayVisitor=Ve;function et(t){let{type:e,length:r,stride:n}=t;switch(e.typeId){case Uu.Type.Int:case Uu.Type.Float:case Uu.Type.Decimal:case Uu.Type.Time:case Uu.Type.Timestamp:return t.data.values.subarray(0,r*n)}return[...k3.instance.visit(t)]}Ve.prototype.visitNull=et;Ve.prototype.visitBool=et;Ve.prototype.visitInt=et;Ve.prototype.visitInt8=et;Ve.prototype.visitInt16=et;Ve.prototype.visitInt32=et;Ve.prototype.visitInt64=et;Ve.prototype.visitUint8=et;Ve.prototype.visitUint16=et;Ve.prototype.visitUint32=et;Ve.prototype.visitUint64=et;Ve.prototype.visitFloat=et;Ve.prototype.visitFloat16=et;Ve.prototype.visitFloat32=et;Ve.prototype.visitFloat64=et;Ve.prototype.visitUtf8=et;Ve.prototype.visitBinary=et;Ve.prototype.visitFixedSizeBinary=et;Ve.prototype.visitDate=et;Ve.prototype.visitDateDay=et;Ve.prototype.visitDateMillisecond=et;Ve.prototype.visitTimestamp=et;Ve.prototype.visitTimestampSecond=et;Ve.prototype.visitTimestampMillisecond=et;Ve.prototype.visitTimestampMicrosecond=et;Ve.prototype.visitTimestampNanosecond=et;Ve.prototype.visitTime=et;Ve.prototype.visitTimeSecond=et;Ve.prototype.visitTimeMillisecond=et;Ve.prototype.visitTimeMicrosecond=et;Ve.prototype.visitTimeNanosecond=et;Ve.prototype.visitDecimal=et;Ve.prototype.visitList=et;Ve.prototype.visitStruct=et;Ve.prototype.visitUnion=et;Ve.prototype.visitDenseUnion=et;Ve.prototype.visitSparseUnion=et;Ve.prototype.visitDictionary=et;Ve.prototype.visitInterval=et;Ve.prototype.visitIntervalDayTime=et;Ve.prototype.visitIntervalYearMonth=et;Ve.prototype.visitFixedSizeList=et;Ve.prototype.visitMap=et;xa.instance=new Ve});var rS=z(Aa=>{"use strict";Object.defineProperty(Aa,"__esModule",{value:!0});Aa.instance=Aa.ByteWidthVisitor=void 0;var I3=Sr(),S3=Pt(),Lu=(t,e)=>t+e,qy=t=>`Cannot compute the byte width of variable-width column ${t}`,vy=class extends I3.Visitor{visitNull(e){return 0}visitInt(e){return e.bitWidth/8}visitFloat(e){return e.ArrayType.BYTES_PER_ELEMENT}visitBinary(e){throw new Error(qy(e))}visitUtf8(e){throw new Error(qy(e))}visitBool(e){return 1/8}visitDecimal(e){return 16}visitDate(e){return(e.unit+1)*4}visitTime(e){return e.bitWidth/8}visitTimestamp(e){return e.unit===S3.TimeUnit.SECOND?4:8}visitInterval(e){return(e.unit+1)*4}visitList(e){throw new Error(qy(e))}visitStruct(e){return this.visitFields(e.children).reduce(Lu,0)}visitUnion(e){return this.visitFields(e.children).reduce(Lu,0)}visitFixedSizeBinary(e){return e.byteWidth}visitFixedSizeList(e){return e.listSize*this.visitFields(e.children).reduce(Lu,0)}visitMap(e){return this.visitFields(e.children).reduce(Lu,0)}visitDictionary(e){return this.visit(e.indices)}visitFields(e){return(e||[]).map(r=>this.visit(r.type))}visitSchema(e){return this.visitFields(e.fields).reduce(Lu,0)}};Aa.ByteWidthVisitor=vy;Aa.instance=new vy});var nS=z(Ea=>{"use strict";Object.defineProperty(Ea,"__esModule",{value:!0});Ea.instance=Ea.GetVectorConstructor=void 0;var x3=Sr(),A3=Vg(),E3=Cg(),Ty=Yg(),O3=Kg(),N3=Qd(),D3=Jg(),F3=Zg(),cm=ey(),By=ty(),wo=rm(),P3=uy(),R3=cy(),H3=py(),M3=dy(),Vu=my(),Cu=by(),ky=wy(),z3=hy(),Iy=class extends x3.Visitor{visitNull(){return H3.NullVector}visitBool(){return E3.BoolVector}visitInt(){return wo.IntVector}visitInt8(){return wo.Int8Vector}visitInt16(){return wo.Int16Vector}visitInt32(){return wo.Int32Vector}visitInt64(){return wo.Int64Vector}visitUint8(){return wo.Uint8Vector}visitUint16(){return wo.Uint16Vector}visitUint32(){return wo.Uint32Vector}visitUint64(){return wo.Uint64Vector}visitFloat(){return cm.FloatVector}visitFloat16(){return cm.Float16Vector}visitFloat32(){return cm.Float32Vector}visitFloat64(){return cm.Float64Vector}visitUtf8(){return z3.Utf8Vector}visitBinary(){return A3.BinaryVector}visitFixedSizeBinary(){return D3.FixedSizeBinaryVector}visitDate(){return Ty.DateVector}visitDateDay(){return Ty.DateDayVector}visitDateMillisecond(){return Ty.DateMillisecondVector}visitTimestamp(){return Vu.TimestampVector}visitTimestampSecond(){return Vu.TimestampSecondVector}visitTimestampMillisecond(){return Vu.TimestampMillisecondVector}visitTimestampMicrosecond(){return Vu.TimestampMicrosecondVector}visitTimestampNanosecond(){return Vu.TimestampNanosecondVector}visitTime(){return Cu.TimeVector}visitTimeSecond(){return Cu.TimeSecondVector}visitTimeMillisecond(){return Cu.TimeMillisecondVector}visitTimeMicrosecond(){return Cu.TimeMicrosecondVector}visitTimeNanosecond(){return Cu.TimeNanosecondVector}visitDecimal(){return O3.DecimalVector}visitList(){return P3.ListVector}visitStruct(){return M3.StructVector}visitUnion(){return ky.UnionVector}visitDenseUnion(){return ky.DenseUnionVector}visitSparseUnion(){return ky.SparseUnionVector}visitDictionary(){return N3.DictionaryVector}visitInterval(){return By.IntervalVector}visitIntervalDayTime(){return By.IntervalDayTimeVector}visitIntervalYearMonth(){return By.IntervalYearMonthVector}visitFixedSizeList(){return F3.FixedSizeListVector}visitMap(){return R3.MapVector}};Ea.GetVectorConstructor=Iy;Ea.instance=new Iy});var Oi=z(se=>{"use strict";Object.defineProperty(se,"__esModule",{value:!0});se.vectorFromValuesWithType=se.StructRow=se.MapRow=se.Utf8Vector=se.SparseUnionVector=se.DenseUnionVector=se.UnionVector=se.TimeNanosecondVector=se.TimeMicrosecondVector=se.TimeMillisecondVector=se.TimeSecondVector=se.TimeVector=se.TimestampNanosecondVector=se.TimestampMicrosecondVector=se.TimestampMillisecondVector=se.TimestampSecondVector=se.TimestampVector=se.StructVector=se.NullVector=se.MapVector=se.ListVector=se.Uint64Vector=se.Uint32Vector=se.Uint16Vector=se.Uint8Vector=se.Int64Vector=se.Int32Vector=se.Int16Vector=se.Int8Vector=se.IntVector=se.IntervalYearMonthVector=se.IntervalDayTimeVector=se.IntervalVector=se.Float64Vector=se.Float32Vector=se.Float16Vector=se.FloatVector=se.FixedSizeListVector=se.FixedSizeBinaryVector=se.DictionaryVector=se.DecimalVector=se.DateMillisecondVector=se.DateDayVector=se.DateVector=se.Chunked=se.BoolVector=se.BinaryVector=se.BaseVector=se.Vector=void 0;var U3=ir();Object.defineProperty(se,"Vector",{enumerable:!0,get:function(){return U3.Vector}});var L3=fr();Object.defineProperty(se,"BaseVector",{enumerable:!0,get:function(){return L3.BaseVector}});var V3=Vg();Object.defineProperty(se,"BinaryVector",{enumerable:!0,get:function(){return V3.BinaryVector}});var C3=Cg();Object.defineProperty(se,"BoolVector",{enumerable:!0,get:function(){return C3.BoolVector}});var W3=uf();Object.defineProperty(se,"Chunked",{enumerable:!0,get:function(){return W3.Chunked}});var Sy=Yg();Object.defineProperty(se,"DateVector",{enumerable:!0,get:function(){return Sy.DateVector}});Object.defineProperty(se,"DateDayVector",{enumerable:!0,get:function(){return Sy.DateDayVector}});Object.defineProperty(se,"DateMillisecondVector",{enumerable:!0,get:function(){return Sy.DateMillisecondVector}});var Y3=Kg();Object.defineProperty(se,"DecimalVector",{enumerable:!0,get:function(){return Y3.DecimalVector}});var K3=Qd();Object.defineProperty(se,"DictionaryVector",{enumerable:!0,get:function(){return K3.DictionaryVector}});var G3=Jg();Object.defineProperty(se,"FixedSizeBinaryVector",{enumerable:!0,get:function(){return G3.FixedSizeBinaryVector}});var J3=Zg();Object.defineProperty(se,"FixedSizeListVector",{enumerable:!0,get:function(){return J3.FixedSizeListVector}});var pm=ey();Object.defineProperty(se,"FloatVector",{enumerable:!0,get:function(){return pm.FloatVector}});Object.defineProperty(se,"Float16Vector",{enumerable:!0,get:function(){return pm.Float16Vector}});Object.defineProperty(se,"Float32Vector",{enumerable:!0,get:function(){return pm.Float32Vector}});Object.defineProperty(se,"Float64Vector",{enumerable:!0,get:function(){return pm.Float64Vector}});var xy=ty();Object.defineProperty(se,"IntervalVector",{enumerable:!0,get:function(){return xy.IntervalVector}});Object.defineProperty(se,"IntervalDayTimeVector",{enumerable:!0,get:function(){return xy.IntervalDayTimeVector}});Object.defineProperty(se,"IntervalYearMonthVector",{enumerable:!0,get:function(){return xy.IntervalYearMonthVector}});var ho=rm();Object.defineProperty(se,"IntVector",{enumerable:!0,get:function(){return ho.IntVector}});Object.defineProperty(se,"Int8Vector",{enumerable:!0,get:function(){return ho.Int8Vector}});Object.defineProperty(se,"Int16Vector",{enumerable:!0,get:function(){return ho.Int16Vector}});Object.defineProperty(se,"Int32Vector",{enumerable:!0,get:function(){return ho.Int32Vector}});Object.defineProperty(se,"Int64Vector",{enumerable:!0,get:function(){return ho.Int64Vector}});Object.defineProperty(se,"Uint8Vector",{enumerable:!0,get:function(){return ho.Uint8Vector}});Object.defineProperty(se,"Uint16Vector",{enumerable:!0,get:function(){return ho.Uint16Vector}});Object.defineProperty(se,"Uint32Vector",{enumerable:!0,get:function(){return ho.Uint32Vector}});Object.defineProperty(se,"Uint64Vector",{enumerable:!0,get:function(){return ho.Uint64Vector}});var Z3=uy();Object.defineProperty(se,"ListVector",{enumerable:!0,get:function(){return Z3.ListVector}});var X3=cy();Object.defineProperty(se,"MapVector",{enumerable:!0,get:function(){return X3.MapVector}});var Q3=py();Object.defineProperty(se,"NullVector",{enumerable:!0,get:function(){return Q3.NullVector}});var $3=dy();Object.defineProperty(se,"StructVector",{enumerable:!0,get:function(){return $3.StructVector}});var Wu=my();Object.defineProperty(se,"TimestampVector",{enumerable:!0,get:function(){return Wu.TimestampVector}});Object.defineProperty(se,"TimestampSecondVector",{enumerable:!0,get:function(){return Wu.TimestampSecondVector}});Object.defineProperty(se,"TimestampMillisecondVector",{enumerable:!0,get:function(){return Wu.TimestampMillisecondVector}});Object.defineProperty(se,"TimestampMicrosecondVector",{enumerable:!0,get:function(){return Wu.TimestampMicrosecondVector}});Object.defineProperty(se,"TimestampNanosecondVector",{enumerable:!0,get:function(){return Wu.TimestampNanosecondVector}});var Yu=by();Object.defineProperty(se,"TimeVector",{enumerable:!0,get:function(){return Yu.TimeVector}});Object.defineProperty(se,"TimeSecondVector",{enumerable:!0,get:function(){return Yu.TimeSecondVector}});Object.defineProperty(se,"TimeMillisecondVector",{enumerable:!0,get:function(){return Yu.TimeMillisecondVector}});Object.defineProperty(se,"TimeMicrosecondVector",{enumerable:!0,get:function(){return Yu.TimeMicrosecondVector}});Object.defineProperty(se,"TimeNanosecondVector",{enumerable:!0,get:function(){return Yu.TimeNanosecondVector}});var Ay=wy();Object.defineProperty(se,"UnionVector",{enumerable:!0,get:function(){return Ay.UnionVector}});Object.defineProperty(se,"DenseUnionVector",{enumerable:!0,get:function(){return Ay.DenseUnionVector}});Object.defineProperty(se,"SparseUnionVector",{enumerable:!0,get:function(){return Ay.SparseUnionVector}});var eH=hy();Object.defineProperty(se,"Utf8Vector",{enumerable:!0,get:function(){return eH.Utf8Vector}});var iS=Su();Object.defineProperty(se,"MapRow",{enumerable:!0,get:function(){return iS.MapRow}});Object.defineProperty(se,"StructRow",{enumerable:!0,get:function(){return iS.StructRow}});var Ku=EI(),Ey=Pt(),Oa=ir(),oS=uf(),cs=fr(),tH=_i(),dm=Dr(),fS=Zt(),sS=jy(),aS=Kh(),lS=QI(),uS=tS(),cS=_y(),pS=rS(),dS=nS();Oa.Vector.new=rH;Oa.Vector.from=iH;function rH(t,...e){return new(dS.instance.getVisitFn(t)())(t,...e)}function nH(t,e){if(dm.isIterable(e))return Oa.Vector.from({nullValues:[null,void 0],type:t(),values:e});if(dm.isAsyncIterable(e))return Oa.Vector.from({nullValues:[null,void 0],type:t(),values:e});let{values:r=[],type:n=t(),nullValues:i=[null,void 0]}={...e};return dm.isIterable(r)?Oa.Vector.from({nullValues:i,...e,type:n}):Oa.Vector.from({nullValues:i,...e,type:n})}se.vectorFromValuesWithType=nH;function iH(t){let{values:e=[],...r}={nullValues:[null,void 0],...t};if(dm.isIterable(e)){let n=[...fS.Builder.throughIterable(r)(e)];return n.length===1?n[0]:oS.Chunked.concat(n)}return(async n=>{let i=fS.Builder.throughAsyncIterable(r);for await(let o of i(e))n.push(o);return n.length===1?n[0]:oS.Chunked.concat(n)})([])}cs.BaseVector.prototype.get=function(e){return sS.instance.visit(this,e)};cs.BaseVector.prototype.set=function(e,r){return aS.instance.visit(this,e,r)};cs.BaseVector.prototype.indexOf=function(e,r){return lS.instance.visit(this,e,r)};cs.BaseVector.prototype.toArray=function(){return uS.instance.visit(this)};cs.BaseVector.prototype.getByteWidth=function(){return pS.instance.visit(this.type)};cs.BaseVector.prototype[Symbol.iterator]=function(){return cS.instance.visit(this)};cs.BaseVector.prototype._bindDataAccessors=aH;Object.keys(Ey.Type).map(t=>Ey.Type[t]).filter(t=>typeof t=="number").filter(t=>t!==Ey.Type.NONE).forEach(t=>{let e=dS.instance.visit(t);e.prototype.get=Ku.partial1(sS.instance.getVisitFn(t)),e.prototype.set=Ku.partial2(aS.instance.getVisitFn(t)),e.prototype.indexOf=Ku.partial2(lS.instance.getVisitFn(t)),e.prototype.toArray=Ku.partial0(uS.instance.getVisitFn(t)),e.prototype.getByteWidth=oH(pS.instance.getVisitFn(t)),e.prototype[Symbol.iterator]=Ku.partial0(cS.instance.getVisitFn(t))});function oH(t){return function(){return t(this.type)}}function fH(t){return function(e){return this.isValid(e)?t.call(this,e):null}}function sH(t){return function(e,r){tH.setBool(this.nullBitmap,this.offset+e,r!=null)&&t.call(this,e,r)}}function aH(){let t=this.nullBitmap;t&&t.byteLength>0&&(this.get=fH(this.get),this.set=sH(this.set))}});var Mu=z(mm=>{"use strict";Object.defineProperty(mm,"__esModule",{value:!0});mm.Table=void 0;var lH=ga(),mS=qr(),Oy=bo(),uH=Gu(),Ny=jt(),bS=ha(),Dy=Dr(),wS=Wd(),hS=zg(),Fy=Oi(),Tr=class extends Fy.Chunked{constructor(...e){let r=null;e[0]instanceof mS.Schema&&(r=e.shift());let n=bS.selectArgs(Oy.RecordBatch,e);if(!r&&!(r=n[0]&&n[0].schema))throw new TypeError("Table must be initialized with a Schema or at least one RecordBatch");n[0]||(n[0]=new Oy._InternalEmptyPlaceholderRecordBatch(r));super(new Ny.Struct(r.fields),n);this._schema=r,this._chunks=n}static empty(e=new mS.Schema([])){return new Tr(e,[])}static from(e){if(!e)return Tr.empty();if(typeof e=="object"){let n=Dy.isIterable(e.values)?cH(e):Dy.isAsyncIterable(e.values)?pH(e):null;if(n!==null)return n}let r=uH.RecordBatchReader.from(e);return Dy.isPromise(r)?(async()=>await Tr.from(await r))():r.isSync()&&(r=r.open())?r.schema?new Tr(r.schema,[...r]):Tr.empty():(async n=>{let i=await n,o=i.schema,f=[];if(o){for await(let s of i)f.push(s);return new Tr(o,f)}return Tr.empty()})(r.open())}static async fromAsync(e){return await Tr.from(e)}static fromStruct(e){return Tr.new(e.data.childData,e.type.children)}static new(...e){return new Tr(...hS.distributeColumnsIntoRecordBatches(bS.selectColumnArgs(e)))}get schema(){return this._schema}get length(){return this._length}get chunks(){return this._chunks}get numCols(){return this._numChildren}clone(e=this._chunks){return new Tr(this._schema,e)}getColumn(e){return this.getColumnAt(this.getColumnIndex(e))}getColumnAt(e){return this.getChildAt(e)}getColumnIndex(e){return this._schema.fields.findIndex(r=>r.name===e)}getChildAt(e){if(e<0||e>=this.numChildren)return null;let r,n,i=this._schema.fields,o=this._children||(this._children=[]);if(n=o[e])return n;if(r=i[e]){let f=this._chunks.map(s=>s.getChildAt(e)).filter(s=>s!=null);if(f.length>0)return o[e]=new lH.Column(r,f)}return null}serialize(e="binary",r=!0){return(r?wS.RecordBatchStreamWriter:wS.RecordBatchFileWriter).writeAll(this).toUint8Array(!0)}count(){return this._length}select(...e){let r=this._schema.fields.reduce((n,i,o)=>n.set(i.name,o),new Map);return this.selectAt(...e.map(n=>r.get(n)).filter(n=>n>-1))}selectAt(...e){let r=this._schema.selectAt(...e);return new Tr(r,this._chunks.map(({length:n,data:{childData:i}})=>new Oy.RecordBatch(r,n,e.map(o=>i[o]).filter(Boolean))))}assign(e){let r=this._schema.fields,[n,i]=e.schema.fields.reduce((s,l,u)=>{let[c,_]=s,p=r.findIndex(j=>j.name===l.name);return~p?_[p]=u:c.push(u),s},[[],[]]),o=this._schema.assign(e.schema),f=[...r.map((s,l,u,c=i[l])=>c===void 0?this.getColumnAt(l):e.getColumnAt(c)),...n.map(s=>e.getColumnAt(s))].filter(Boolean);return new Tr(...hS.distributeVectorsIntoRecordBatches(o,f))}};mm.Table=Tr;function cH(t){let{type:e}=t;return e instanceof Ny.Struct?Tr.fromStruct(Fy.StructVector.from(t)):null}function pH(t){let{type:e}=t;return e instanceof Ny.Struct?Fy.StructVector.from(t).then(r=>Tr.fromStruct(r)):null}});var bo=z(Na=>{"use strict";Object.defineProperty(Na,"__esModule",{value:!0});Na._InternalEmptyPlaceholderRecordBatch=Na.RecordBatch=void 0;var Py=Zn(),Ry=Mu(),dH=ir(),mH=Sr(),bH=qr(),wH=Dr(),hH=uf(),gH=ha(),Hy=jt(),yH=zg(),jH=Oi(),yf=class extends jH.StructVector{constructor(...e){let r,n=e[0],i;if(e[1]instanceof Py.Data)[,r,i]=e;else{let o=n.fields,[,f,s]=e;r=Py.Data.Struct(new Hy.Struct(o),0,f,0,null,s)}super(r,i);this._schema=n}static from(e){return wH.isIterable(e.values),Ry.Table.from(e)}static new(...e){let[r,n]=gH.selectFieldArgs(e),i=n.filter(o=>o instanceof dH.Vector);return new yf(...yH.ensureSameLengthData(new bH.Schema(r),i.map(o=>o.data)))}clone(e,r=this._children){return new yf(this._schema,e,r)}concat(...e){let r=this._schema,n=hH.Chunked.flatten(this,...e);return new Ry.Table(r,n.map(({data:i})=>new yf(r,i)))}get schema(){return this._schema}get numCols(){return this._schema.fields.length}get dictionaries(){return this._dictionaries||(this._dictionaries=bm.collect(this))}select(...e){let r=this._schema.fields.reduce((n,i,o)=>n.set(i.name,o),new Map);return this.selectAt(...e.map(n=>r.get(n)).filter(n=>n>-1))}selectAt(...e){let r=this._schema.selectAt(...e),n=e.map(i=>this.data.childData[i]).filter(Boolean);return new yf(r,this.length,n)}};Na.RecordBatch=yf;var gS=class extends yf{constructor(e){super(e,0,e.fields.map(r=>Py.Data.new(r.type,0,0,0)))}};Na._InternalEmptyPlaceholderRecordBatch=gS;var bm=class extends mH.Visitor{constructor(){super(...arguments);this.dictionaries=new Map}static collect(e){return new bm().visit(e.data,new Hy.Struct(e.schema.fields)).dictionaries}visit(e,r){return Hy.DataType.isDictionary(r)?this.visitDictionary(e,r):(e.childData.forEach((n,i)=>this.visit(n,r.children[i].type)),this)}visitDictionary(e,r){let n=e.dictionary;return n&&n.length>0&&this.dictionaries.set(r.id,n),this}}});var Gu=z(zn=>{"use strict";Object.defineProperty(zn,"__esModule",{value:!0});zn.AsyncRecordBatchFileReader=zn.RecordBatchFileReader=zn.AsyncRecordBatchStreamReader=zn.RecordBatchStreamReader=zn.RecordBatchReader=void 0;var yS=ir(),wm=Pt(),jS=ig(),_S=wu(),qS=ff(),Ju=sg(),vS=tk(),My=bo(),ps=Ys(),Hn=Dd(),Mn=Dr(),Pi=class extends ps.ReadableInterop{constructor(e){super();this._impl=e}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(e){return this._impl.throw(e)}return(e){return this._impl.return(e)}cancel(){return this._impl.cancel()}reset(e){return this._impl.reset(e),this._DOMStream=void 0,this._nodeStream=void 0,this}open(e){let r=this._impl.open(e);return Mn.isPromise(r)?r.then(()=>this):this}readRecordBatch(e){return this._impl.isFile()?this._impl.readRecordBatch(e):null}[Symbol.iterator](){return this._impl[Symbol.iterator]()}[Symbol.asyncIterator](){return this._impl[Symbol.asyncIterator]()}toDOMStream(){return _S.default.toDOMStream(this.isSync()?{[Symbol.iterator]:()=>this}:{[Symbol.asyncIterator]:()=>this})}toNodeStream(){return _S.default.toNodeStream(this.isSync()?{[Symbol.iterator]:()=>this}:{[Symbol.asyncIterator]:()=>this},{objectMode:!0})}static throughNode(e){throw new Error('"throughNode" not available in this environment')}static throughDOM(e,r){throw new Error('"throughDOM" not available in this environment')}static from(e){return e instanceof Pi?e:Mn.isArrowJSON(e)?_H(e):Mn.isFileHandle(e)?TH(e):Mn.isPromise(e)?(async()=>await Pi.from(await e))():Mn.isFetchResponse(e)||Mn.isReadableDOMStream(e)||Mn.isReadableNodeStream(e)||Mn.isAsyncIterable(e)?vH(new qS.AsyncByteStream(e)):qH(new qS.ByteStream(e))}static readAll(e){return e instanceof Pi?e.isSync()?IS(e):SS(e):Mn.isArrowJSON(e)||ArrayBuffer.isView(e)||Mn.isIterable(e)||Mn.isIteratorResult(e)?IS(e):SS(e)}};zn.RecordBatchReader=Pi;var Da=class extends Pi{constructor(e){super(e);this._impl=e}[Symbol.iterator](){return this._impl[Symbol.iterator]()}async*[Symbol.asyncIterator](){yield*this[Symbol.iterator]()}};zn.RecordBatchStreamReader=Da;var Fa=class extends Pi{constructor(e){super(e);this._impl=e}[Symbol.iterator](){throw new Error("AsyncRecordBatchStreamReader is not Iterable")}[Symbol.asyncIterator](){return this._impl[Symbol.asyncIterator]()}};zn.AsyncRecordBatchStreamReader=Fa;var hm=class extends Da{constructor(e){super(e);this._impl=e}};zn.RecordBatchFileReader=hm;var zy=class extends Fa{constructor(e){super(e);this._impl=e}};zn.AsyncRecordBatchFileReader=zy;var Uy=class{constructor(e=new Map){this.closed=!1,this.autoDestroy=!0,this._dictionaryIndex=0,this._recordBatchIndex=0,this.dictionaries=e}get numDictionaries(){return this._dictionaryIndex}get numRecordBatches(){return this._recordBatchIndex}isSync(){return!1}isAsync(){return!1}isFile(){return!1}isStream(){return!1}reset(e){return this._dictionaryIndex=0,this._recordBatchIndex=0,this.schema=e,this.dictionaries=new Map,this}_loadRecordBatch(e,r){return new My.RecordBatch(this.schema,e.length,this._loadVectors(e,r,this.schema.fields))}_loadDictionaryBatch(e,r){let{id:n,isDelta:i,data:o}=e,{dictionaries:f,schema:s}=this,l=f.get(n);if(i||!l){let u=s.dictionaries.get(n);return l&&i?l.concat(yS.Vector.new(this._loadVectors(o,r,[u])[0])):yS.Vector.new(this._loadVectors(o,r,[u])[0])}return l}_loadVectors(e,r,n){return new vS.VectorLoader(r,e.nodes,e.buffers,this.dictionaries).visitMany(n)}},Zu=class extends Uy{constructor(e,r){super(r);this._reader=Mn.isArrowJSON(e)?new Hn.JSONMessageReader(this._handle=e):new Hn.MessageReader(this._handle=e)}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(e){return this.closed||(this.autoDestroy=kS(this,e),this.schema||(this.schema=this._reader.readSchema())||this.cancel()),this}throw(e){return!this.closed&&this.autoDestroy&&(this.closed=!0)?this.reset()._reader.throw(e):ps.ITERATOR_DONE}return(e){return!this.closed&&this.autoDestroy&&(this.closed=!0)?this.reset()._reader.return(e):ps.ITERATOR_DONE}next(){if(this.closed)return ps.ITERATOR_DONE;let e,{_reader:r}=this;for(;e=this._readNextMessageAndValidate();)if(e.isSchema())this.reset(e.header());else if(e.isRecordBatch()){this._recordBatchIndex++;let n=e.header(),i=r.readMessageBody(e.bodyLength),o=this._loadRecordBatch(n,i);return{done:!1,value:o}}else if(e.isDictionaryBatch()){this._dictionaryIndex++;let n=e.header(),i=r.readMessageBody(e.bodyLength),o=this._loadDictionaryBatch(n,i);this.dictionaries.set(n.id,o)}return this.schema&&this._recordBatchIndex===0?(this._recordBatchIndex++,{done:!1,value:new My._InternalEmptyPlaceholderRecordBatch(this.schema)}):this.return()}_readNextMessageAndValidate(e){return this._reader.readMessage(e)}},Xu=class extends Uy{constructor(e,r){super(r);this._reader=new Hn.AsyncMessageReader(this._handle=e)}isAsync(){return!0}isStream(){return!0}[Symbol.asyncIterator](){return this}async cancel(){!this.closed&&(this.closed=!0)&&(await this.reset()._reader.return(),this._reader=null,this.dictionaries=null)}async open(e){return this.closed||(this.autoDestroy=kS(this,e),this.schema||(this.schema=await this._reader.readSchema())||await this.cancel()),this}async throw(e){return!this.closed&&this.autoDestroy&&(this.closed=!0)?await this.reset()._reader.throw(e):ps.ITERATOR_DONE}async return(e){return!this.closed&&this.autoDestroy&&(this.closed=!0)?await this.reset()._reader.return(e):ps.ITERATOR_DONE}async next(){if(this.closed)return ps.ITERATOR_DONE;let e,{_reader:r}=this;for(;e=await this._readNextMessageAndValidate();)if(e.isSchema())await this.reset(e.header());else if(e.isRecordBatch()){this._recordBatchIndex++;let n=e.header(),i=await r.readMessageBody(e.bodyLength),o=this._loadRecordBatch(n,i);return{done:!1,value:o}}else if(e.isDictionaryBatch()){this._dictionaryIndex++;let n=e.header(),i=await r.readMessageBody(e.bodyLength),o=this._loadDictionaryBatch(n,i);this.dictionaries.set(n.id,o)}return this.schema&&this._recordBatchIndex===0?(this._recordBatchIndex++,{done:!1,value:new My._InternalEmptyPlaceholderRecordBatch(this.schema)}):await this.return()}async _readNextMessageAndValidate(e){return await this._reader.readMessage(e)}},Ly=class extends Zu{constructor(e,r){super(e instanceof Ju.RandomAccessFile?e:new Ju.RandomAccessFile(e),r)}get footer(){return this._footer}get numDictionaries(){return this._footer?this._footer.numDictionaries:0}get numRecordBatches(){return this._footer?this._footer.numRecordBatches:0}isSync(){return!0}isFile(){return!0}open(e){if(!this.closed&&!this._footer){this.schema=(this._footer=this._readFooter()).schema;for(let r of this._footer.dictionaryBatches())r&&this._readDictionaryBatch(this._dictionaryIndex++)}return super.open(e)}readRecordBatch(e){if(this.closed)return null;this._footer||this.open();let r=this._footer&&this._footer.getRecordBatch(e);if(r&&this._handle.seek(r.offset)){let n=this._reader.readMessage(wm.MessageHeader.RecordBatch);if(n&&n.isRecordBatch()){let i=n.header(),o=this._reader.readMessageBody(n.bodyLength);return this._loadRecordBatch(i,o)}}return null}_readDictionaryBatch(e){let r=this._footer&&this._footer.getDictionaryBatch(e);if(r&&this._handle.seek(r.offset)){let n=this._reader.readMessage(wm.MessageHeader.DictionaryBatch);if(n&&n.isDictionaryBatch()){let i=n.header(),o=this._reader.readMessageBody(n.bodyLength),f=this._loadDictionaryBatch(i,o);this.dictionaries.set(i.id,f)}}}_readFooter(){let{_handle:e}=this,r=e.size-Hn.magicAndPadding,n=e.readInt32(r),i=e.readAt(r-n,n);return jS.Footer.decode(i)}_readNextMessageAndValidate(e){if(this._footer||this.open(),this._footer&&this._recordBatchIndex<this.numRecordBatches){let r=this._footer&&this._footer.getRecordBatch(this._recordBatchIndex);if(r&&this._handle.seek(r.offset))return this._reader.readMessage(e)}return null}},TS=class extends Xu{constructor(e,...r){let n=typeof r[0]!="number"?r.shift():void 0,i=r[0]instanceof Map?r.shift():void 0;super(e instanceof Ju.AsyncRandomAccessFile?e:new Ju.AsyncRandomAccessFile(e,n),i)}get footer(){return this._footer}get numDictionaries(){return this._footer?this._footer.numDictionaries:0}get numRecordBatches(){return this._footer?this._footer.numRecordBatches:0}isFile(){return!0}isAsync(){return!0}async open(e){if(!this.closed&&!this._footer){this.schema=(this._footer=await this._readFooter()).schema;for(let r of this._footer.dictionaryBatches())r&&await this._readDictionaryBatch(this._dictionaryIndex++)}return await super.open(e)}async readRecordBatch(e){if(this.closed)return null;this._footer||await this.open();let r=this._footer&&this._footer.getRecordBatch(e);if(r&&await this._handle.seek(r.offset)){let n=await this._reader.readMessage(wm.MessageHeader.RecordBatch);if(n&&n.isRecordBatch()){let i=n.header(),o=await this._reader.readMessageBody(n.bodyLength);return this._loadRecordBatch(i,o)}}return null}async _readDictionaryBatch(e){let r=this._footer&&this._footer.getDictionaryBatch(e);if(r&&await this._handle.seek(r.offset)){let n=await this._reader.readMessage(wm.MessageHeader.DictionaryBatch);if(n&&n.isDictionaryBatch()){let i=n.header(),o=await this._reader.readMessageBody(n.bodyLength),f=this._loadDictionaryBatch(i,o);this.dictionaries.set(i.id,f)}}}async _readFooter(){let{_handle:e}=this;e._pending&&await e._pending;let r=e.size-Hn.magicAndPadding,n=await e.readInt32(r),i=await e.readAt(r-n,n);return jS.Footer.decode(i)}async _readNextMessageAndValidate(e){if(this._footer||await this.open(),this._footer&&this._recordBatchIndex<this.numRecordBatches){let r=this._footer.getRecordBatch(this._recordBatchIndex);if(r&&await this._handle.seek(r.offset))return await this._reader.readMessage(e)}return null}},BS=class extends Zu{constructor(e,r){super(e,r)}_loadVectors(e,r,n){return new vS.JSONVectorLoader(r,e.nodes,e.buffers,this.dictionaries).visitMany(n)}};function kS(t,e){return e&&typeof e.autoDestroy=="boolean"?e.autoDestroy:t.autoDestroy}function*IS(t){let e=Pi.from(t);try{if(!e.open({autoDestroy:!1}).closed)do yield e;while(!e.reset().open().closed)}finally{e.cancel()}}async function*SS(t){let e=await Pi.from(t);try{if(!(await e.open({autoDestroy:!1})).closed)do yield e;while(!(await e.reset().open()).closed)}finally{await e.cancel()}}function _H(t){return new Da(new BS(t))}function qH(t){let e=t.peek(Hn.magicLength+7&~7);return e&&e.byteLength>=4?Hn.checkForMagicArrowString(e)?new hm(new Ly(t.read())):new Da(new Zu(t)):new Da(new Zu(function*(){}()))}async function vH(t){let e=await t.peek(Hn.magicLength+7&~7);return e&&e.byteLength>=4?Hn.checkForMagicArrowString(e)?new hm(new Ly(await t.read())):new Fa(new Xu(t)):new Fa(new Xu(async function*(){}()))}async function TH(t){let{size:e}=await t.stat(),r=new Ju.AsyncRandomAccessFile(t,e);return e>=Hn.magicX2AndPadding&&Hn.checkForMagicArrowString(await r.readAt(0,Hn.magicLength+7&~7))?new zy(new TS(r)):new Fa(new Xu(r))}});var ES=z(gm=>{"use strict";Object.defineProperty(gm,"__esModule",{value:!0});gm.toDOMStream=void 0;var xS=hr(),AS=Dr();function BH(t,e){if(AS.isAsyncIterable(t))return IH(t,e);if(AS.isIterable(t))return kH(t,e);throw new Error("toDOMStream() must be called with an Iterable or AsyncIterable")}gm.toDOMStream=BH;function kH(t,e){let r=null,n=e&&e.type==="bytes"||!1,i=e&&e.highWaterMark||2**24;return new ReadableStream({...e,start(f){o(f,r||(r=t[Symbol.iterator]()))},pull(f){r?o(f,r):f.close()},cancel(){(r&&r.return&&r.return()||!0)&&(r=null)}},{highWaterMark:n?i:void 0,...e});function o(f,s){let l,u=null,c=f.desiredSize||null;for(;!(u=s.next(n?c:null)).done;)if(ArrayBuffer.isView(u.value)&&(l=xS.toUint8Array(u.value))&&(c!=null&&n&&(c=c-l.byteLength+1),u.value=l),f.enqueue(u.value),c!=null&&--c<=0)return;f.close()}}function IH(t,e){let r=null,n=e&&e.type==="bytes"||!1,i=e&&e.highWaterMark||2**24;return new ReadableStream({...e,async start(f){await o(f,r||(r=t[Symbol.asyncIterator]()))},async pull(f){r?await o(f,r):f.close()},async cancel(){(r&&r.return&&await r.return()||!0)&&(r=null)}},{highWaterMark:n?i:void 0,...e});async function o(f,s){let l,u=null,c=f.desiredSize||null;for(;!(u=await s.next(n?c:null)).done;)if(ArrayBuffer.isView(u.value)&&(l=xS.toUint8Array(u.value))&&(c!=null&&n&&(c=c-l.byteLength+1),u.value=l),f.enqueue(u.value),c!=null&&--c<=0)return;f.close()}}});var DS=z(Pa=>{"use strict";Object.defineProperty(Pa,"__esModule",{value:!0});Pa.BuilderTransform=Pa.builderThroughDOMStream=void 0;var SH=jd();function xH(t){return new Vy(t)}Pa.builderThroughDOMStream=xH;var Vy=class{constructor(e){this._numChunks=0,this._finished=!1,this._bufferedSize=0;let{["readableStrategy"]:r,["writableStrategy"]:n,["queueingStrategy"]:i="count",...o}=e;this._controller=null,this._builder=SH.Builder.new(o),this._getSize=i!=="bytes"?OS:NS;let{["highWaterMark"]:f=i==="bytes"?2**14:1e3}={...r},{["highWaterMark"]:s=i==="bytes"?2**14:1e3}={...n};this.readable=new ReadableStream({cancel:()=>{this._builder.clear()},pull:l=>{this._maybeFlush(this._builder,this._controller=l)},start:l=>{this._maybeFlush(this._builder,this._controller=l)}},{highWaterMark:f,size:i!=="bytes"?OS:NS}),this.writable=new WritableStream({abort:()=>{this._builder.clear()},write:()=>{this._maybeFlush(this._builder,this._controller)},close:()=>{this._maybeFlush(this._builder.finish(),this._controller)}},{highWaterMark:s,size:l=>this._writeValueAndReturnChunkSize(l)})}_writeValueAndReturnChunkSize(e){let r=this._bufferedSize;return this._bufferedSize=this._getSize(this._builder.append(e)),this._bufferedSize-r}_maybeFlush(e,r){r!==null&&(this._bufferedSize>=r.desiredSize&&++this._numChunks&&this._enqueue(r,e.toVector()),e.finished&&((e.length>0||this._numChunks===0)&&++this._numChunks&&this._enqueue(r,e.toVector()),!this._finished&&(this._finished=!0)&&this._enqueue(r,null)))}_enqueue(e,r){this._bufferedSize=0,this._controller=null,r===null?e.close():e.enqueue(r)}};Pa.BuilderTransform=Vy;var OS=t=>t.length,NS=t=>t.byteLength});var FS=z(ym=>{"use strict";Object.defineProperty(ym,"__esModule",{value:!0});ym.recordBatchReaderThroughDOMStream=void 0;var AH=ff(),EH=Gu();function OH(t,e){let r=new AH.AsyncByteQueue,n=null,i=new ReadableStream({async cancel(){await r.close()},async start(s){await f(s,n||(n=await o()))},async pull(s){n?await f(s,n):s.close()}});return{writable:new WritableStream(r,{highWaterMark:2**14,...t}),readable:i};async function o(){return await(await EH.RecordBatchReader.from(r)).open(e)}async function f(s,l){let u=s.desiredSize,c=null;for(;!(c=await l.next()).done;)if(s.enqueue(c.value),u!=null&&--u<=0)return;s.close()}}ym.recordBatchReaderThroughDOMStream=OH});var PS=z(jm=>{"use strict";Object.defineProperty(jm,"__esModule",{value:!0});jm.recordBatchWriterThroughDOMStream=void 0;var NH=ff();function DH(t,e){let r=new this(t),n=new NH.AsyncByteStream(r),i=new ReadableStream({type:"bytes",async cancel(){await n.cancel()},async pull(f){await o(f)},async start(f){await o(f)}},{highWaterMark:2**14,...e});return{writable:new WritableStream(r,t),readable:i};async function o(f){let s=null,l=f.desiredSize;for(;s=await n.read(l||null);)if(f.enqueue(s),l!=null&&(l-=s.byteLength)<=0)return;f.close()}}jm.recordBatchWriterThroughDOMStream=DH});var Jy=z(st=>{"use strict";Object.defineProperty(st,"__esModule",{value:!0});st.custom=st.or=st.and=st.col=st.lit=st.CustomPredicate=st.Not=st.GTeq=st.LTeq=st.Equals=st.Or=st.And=st.CombinationPredicate=st.ComparisonPredicate=st.Predicate=st.Col=st.Literal=st.Value=void 0;var FH=Qd(),jf=class{eq(e){return e instanceof jf||(e=new go(e)),new Wy(this,e)}le(e){return e instanceof jf||(e=new go(e)),new Yy(this,e)}ge(e){return e instanceof jf||(e=new go(e)),new Ky(this,e)}lt(e){return new za(this.ge(e))}gt(e){return new za(this.le(e))}ne(e){return new za(this.eq(e))}};st.Value=jf;var go=class extends jf{constructor(e){super();this.v=e}};st.Literal=go;var Cy=class extends jf{constructor(e){super();this.name=e}bind(e){if(!this.colidx){this.colidx=-1;let n=e.schema.fields;for(let i=-1;++i<n.length;)if(n[i].name===this.name){this.colidx=i;break}if(this.colidx<0)throw new Error(`Failed to bind Col "${this.name}"`)}let r=this.vector=e.getChildAt(this.colidx);return n=>r.get(n)}};st.Col=Cy;var Ra=class{and(...e){return new Ha(this,...e)}or(...e){return new Ma(this,...e)}not(){return new za(this)}};st.Predicate=Ra;var Qu=class extends Ra{constructor(e,r){super();this.left=e,this.right=r}bind(e){return this.left instanceof go?this.right instanceof go?this._bindLitLit(e,this.left,this.right):this._bindLitCol(e,this.left,this.right):this.right instanceof go?this._bindColLit(e,this.left,this.right):this._bindColCol(e,this.left,this.right)}};st.ComparisonPredicate=Qu;var $u=class extends Ra{constructor(...e){super();this.children=e}};st.CombinationPredicate=$u;$u.prototype.children=Object.freeze([]);var Ha=class extends $u{constructor(...e){e=e.reduce((r,n)=>r.concat(n instanceof Ha?n.children:n),[]);super(...e)}bind(e){let r=this.children.map(n=>n.bind(e));return(n,i)=>r.every(o=>o(n,i))}};st.And=Ha;var Ma=class extends $u{constructor(...e){e=e.reduce((r,n)=>r.concat(n instanceof Ma?n.children:n),[]);super(...e)}bind(e){let r=this.children.map(n=>n.bind(e));return(n,i)=>r.some(o=>o(n,i))}};st.Or=Ma;var Wy=class extends Qu{_bindLitLit(e,r,n){let i=r.v==n.v;return()=>i}_bindColCol(e,r,n){let i=r.bind(e),o=n.bind(e);return(f,s)=>i(f,s)==o(f,s)}_bindColLit(e,r,n){let i=r.bind(e);if(r.vector instanceof FH.DictionaryVector){let o,f=r.vector;return f.dictionary!==this.lastDictionary?(o=f.reverseLookup(n.v),this.lastDictionary=f.dictionary,this.lastKey=o):o=this.lastKey,o===-1?()=>!1:s=>f.getKey(s)===o}else return(o,f)=>i(o,f)==n.v}_bindLitCol(e,r,n){return this._bindColLit(e,n,r)}};st.Equals=Wy;var Yy=class extends Qu{_bindLitLit(e,r,n){let i=r.v<=n.v;return()=>i}_bindColCol(e,r,n){let i=r.bind(e),o=n.bind(e);return(f,s)=>i(f,s)<=o(f,s)}_bindColLit(e,r,n){let i=r.bind(e);return(o,f)=>i(o,f)<=n.v}_bindLitCol(e,r,n){let i=n.bind(e);return(o,f)=>r.v<=i(o,f)}};st.LTeq=Yy;var Ky=class extends Qu{_bindLitLit(e,r,n){let i=r.v>=n.v;return()=>i}_bindColCol(e,r,n){let i=r.bind(e),o=n.bind(e);return(f,s)=>i(f,s)>=o(f,s)}_bindColLit(e,r,n){let i=r.bind(e);return(o,f)=>i(o,f)>=n.v}_bindLitCol(e,r,n){let i=n.bind(e);return(o,f)=>r.v>=i(o,f)}};st.GTeq=Ky;var za=class extends Ra{constructor(e){super();this.child=e}bind(e){let r=this.child.bind(e);return(n,i)=>!r(n,i)}};st.Not=za;var Gy=class extends Ra{constructor(e,r){super();this.next=e,this.bind_=r}bind(e){return this.bind_(e),this.next}};st.CustomPredicate=Gy;function PH(t){return new go(t)}st.lit=PH;function RH(t){return new Cy(t)}st.col=RH;function HH(...t){return new Ha(...t)}st.and=HH;function MH(...t){return new Ma(...t)}st.or=MH;function zH(t,e){return new Gy(t,e)}st.custom=zH});var US=z(_f=>{"use strict";Object.defineProperty(_f,"__esModule",{value:!0});_f.FilteredDataFrame=_f.CountByResult=_f.DataFrame=void 0;var Ua=Mu(),RS=rm(),Zy=qr(),HS=Jy(),UH=bo(),MS=jt();Ua.Table.prototype.countBy=function(t){return new ds(this.chunks).countBy(t)};Ua.Table.prototype.scan=function(t,e){return new ds(this.chunks).scan(t,e)};Ua.Table.prototype.scanReverse=function(t,e){return new ds(this.chunks).scanReverse(t,e)};Ua.Table.prototype.filter=function(t){return new ds(this.chunks).filter(t)};var ds=class extends Ua.Table{filter(e){return new ec(this.chunks,e)}scan(e,r){let n=this.chunks,i=n.length;for(let o=-1;++o<i;){let f=n[o];r&&r(f);for(let s=-1,l=f.length;++s<l;)e(s,f)}}scanReverse(e,r){let n=this.chunks,i=n.length;for(let o=i;--o>=0;){let f=n[o];r&&r(f);for(let s=f.length;--s>=0;)e(s,f)}}countBy(e){let r=this.chunks,n=r.length,i=typeof e=="string"?new HS.Col(e):e;i.bind(r[n-1]);let o=i.vector;if(!MS.DataType.isDictionary(o.type))throw new Error("countBy currently only supports dictionary-encoded columns");let f=Math.ceil(Math.log(o.length)/Math.log(256)),s=f==4?Uint32Array:f>=2?Uint16Array:Uint8Array,l=new s(o.dictionary.length);for(let u=-1;++u<n;){let c=r[u];i.bind(c);let _=i.vector.indices;for(let p=-1,j=c.length;++p<j;){let S=_.get(p);S!==null&&l[S]++}}return new _m(o.dictionary,RS.IntVector.from(l))}};_f.DataFrame=ds;var _m=class extends Ua.Table{constructor(e,r){let n=new Zy.Schema([new Zy.Field("values",e.type),new Zy.Field("counts",r.type)]);super(new UH.RecordBatch(n,r.length,[e,r]))}toJSON(){let e=this.getColumnAt(0),r=this.getColumnAt(1),n={};for(let i=-1;++i<this.length;)n[e.get(i)]=r.get(i);return n}};_f.CountByResult=_m;var zS=class{constructor(e,r){this.batches=e,this.predicate=r,this.batchIndex=0,this.index=0,this.batch=this.batches[this.batchIndex],this.predicateFunc=this.predicate.bind(this.batch)}next(){for(;this.batchIndex<this.batches.length;){for(;this.index<this.batch.length;){if(this.predicateFunc(this.index,this.batch))return{value:this.batch.get(this.index++)};this.index++}++this.batchIndex<this.batches.length&&(this.index=0,this.batch=this.batches[this.batchIndex],this.predicateFunc=this.predicate.bind(this.batch))}return{done:!0,value:null}}[Symbol.iterator](){return this}},ec=class extends ds{constructor(e,r){super(e);this._predicate=r}scan(e,r){let n=this._chunks,i=n.length;for(let o=-1;++o<i;){let f=n[o],s=this._predicate.bind(f),l=!1;for(let u=-1,c=f.length;++u<c;)s(u,f)&&(r&&!l&&(r(f),l=!0),e(u,f))}}scanReverse(e,r){let n=this._chunks,i=n.length;for(let o=i;--o>=0;){let f=n[o],s=this._predicate.bind(f),l=!1;for(let u=f.length;--u>=0;)s(u,f)&&(r&&!l&&(r(f),l=!0),e(u,f))}}count(){let e=0,r=this._chunks,n=r.length;for(let i=-1;++i<n;){let o=r[i],f=this._predicate.bind(o);for(let s=-1,l=o.length;++s<l;)f(s,o)&&++e}return e}[Symbol.iterator](){return new zS(this._chunks,this._predicate)}filter(e){return new ec(this._chunks,this._predicate.and(e))}countBy(e){let r=this._chunks,n=r.length,i=typeof e=="string"?new HS.Col(e):e;i.bind(r[n-1]);let o=i.vector;if(!MS.DataType.isDictionary(o.type))throw new Error("countBy currently only supports dictionary-encoded columns");let f=Math.ceil(Math.log(o.length)/Math.log(256)),s=f==4?Uint32Array:f>=2?Uint16Array:Uint8Array,l=new s(o.dictionary.length);for(let u=-1;++u<n;){let c=r[u],_=this._predicate.bind(c);i.bind(c);let p=i.vector.indices;for(let j=-1,S=c.length;++j<S;){let T=p.get(j);T!==null&&_(j,c)&&l[T]++}}return new _m(o.dictionary,RS.IntVector.from(l))}};_f.FilteredDataFrame=ec});var CS=z(w=>{"use strict";Object.defineProperty(w,"__esModule",{value:!0});w.util=w.predicate=w.CountByResult=w.FilteredDataFrame=w.DataFrame=w.RecordBatch=w.Message=w.JSONMessageReader=w.AsyncMessageReader=w.MessageReader=w.RecordBatchJSONWriter=w.RecordBatchStreamWriter=w.RecordBatchFileWriter=w.RecordBatchWriter=w.AsyncRecordBatchStreamReader=w.AsyncRecordBatchFileReader=w.RecordBatchStreamReader=w.RecordBatchFileReader=w.RecordBatchReader=w.AsyncByteQueue=w.AsyncByteStream=w.ByteStream=w.Utf8Builder=w.SparseUnionBuilder=w.DenseUnionBuilder=w.UnionBuilder=w.TimeNanosecondBuilder=w.TimeMicrosecondBuilder=w.TimeMillisecondBuilder=w.TimeSecondBuilder=w.TimeBuilder=w.TimestampNanosecondBuilder=w.TimestampMicrosecondBuilder=w.TimestampMillisecondBuilder=w.TimestampSecondBuilder=w.TimestampBuilder=w.StructBuilder=w.NullBuilder=w.MapBuilder=w.ListBuilder=w.Uint64Builder=w.Uint32Builder=w.Uint16Builder=w.Uint8Builder=w.Int64Builder=w.Int32Builder=w.Int16Builder=w.Int8Builder=w.IntBuilder=w.IntervalYearMonthBuilder=w.IntervalDayTimeBuilder=w.IntervalBuilder=w.Float64Builder=w.Float32Builder=w.Float16Builder=w.FloatBuilder=w.FixedSizeListBuilder=w.FixedSizeBinaryBuilder=w.DictionaryBuilder=w.DecimalBuilder=w.DateMillisecondBuilder=w.DateDayBuilder=w.DateBuilder=w.BoolBuilder=w.BinaryBuilder=w.Builder=w.Utf8Vector=w.SparseUnionVector=w.DenseUnionVector=w.UnionVector=w.TimeNanosecondVector=w.TimeMicrosecondVector=w.TimeMillisecondVector=w.TimeSecondVector=w.TimeVector=w.TimestampNanosecondVector=w.TimestampMicrosecondVector=w.TimestampMillisecondVector=w.TimestampSecondVector=w.TimestampVector=w.StructVector=w.NullVector=w.MapVector=w.ListVector=w.Uint64Vector=w.Uint32Vector=w.Uint16Vector=w.Uint8Vector=w.Int64Vector=w.Int32Vector=w.Int16Vector=w.Int8Vector=w.IntVector=w.IntervalYearMonthVector=w.IntervalDayTimeVector=w.IntervalVector=w.Float64Vector=w.Float32Vector=w.Float16Vector=w.FloatVector=w.FixedSizeListVector=w.FixedSizeBinaryVector=w.DictionaryVector=w.DecimalVector=w.DateMillisecondVector=w.DateDayVector=w.DateVector=w.Chunked=w.BoolVector=w.BinaryVector=w.BaseVector=w.Vector=w.Field=w.Schema=w.Visitor=w.Column=w.Table=w.Map_=w.FixedSizeList=w.IntervalYearMonth=w.IntervalDayTime=w.Interval=w.Dictionary=w.SparseUnion=w.DenseUnion=w.Union=w.Struct=w.List=w.Decimal=w.TimeNanosecond=w.TimeMicrosecond=w.TimeMillisecond=w.TimeSecond=w.Time=w.TimestampNanosecond=w.TimestampMicrosecond=w.TimestampMillisecond=w.TimestampSecond=w.Timestamp=w.DateMillisecond=w.DateDay=w.Date_=w.FixedSizeBinary=w.Binary=w.Utf8=w.Float64=w.Float32=w.Float16=w.Float=w.Uint64=w.Uint32=w.Uint16=w.Uint8=w.Int64=w.Int32=w.Int16=w.Int8=w.Int=w.Bool=w.Null=w.DataType=w.Data=w.BufferType=w.Type=w.MessageHeader=w.MetadataVersion=w.IntervalUnit=w.UnionMode=w.Precision=w.TimeUnit=w.DateUnit=void 0;var La=Ko();Object.defineProperty(w,"DateUnit",{enumerable:!0,get:function(){return La.DateUnit}});Object.defineProperty(w,"TimeUnit",{enumerable:!0,get:function(){return La.TimeUnit}});Object.defineProperty(w,"Precision",{enumerable:!0,get:function(){return La.Precision}});Object.defineProperty(w,"UnionMode",{enumerable:!0,get:function(){return La.UnionMode}});Object.defineProperty(w,"IntervalUnit",{enumerable:!0,get:function(){return La.IntervalUnit}});Object.defineProperty(w,"MetadataVersion",{enumerable:!0,get:function(){return La.MetadataVersion}});var LH=Dp();Object.defineProperty(w,"MessageHeader",{enumerable:!0,get:function(){return LH.MessageHeader}});var LS=Pt();Object.defineProperty(w,"Type",{enumerable:!0,get:function(){return LS.Type}});Object.defineProperty(w,"BufferType",{enumerable:!0,get:function(){return LS.BufferType}});var VH=Zn();Object.defineProperty(w,"Data",{enumerable:!0,get:function(){return VH.Data}});var Ze=jt();Object.defineProperty(w,"DataType",{enumerable:!0,get:function(){return Ze.DataType}});Object.defineProperty(w,"Null",{enumerable:!0,get:function(){return Ze.Null}});Object.defineProperty(w,"Bool",{enumerable:!0,get:function(){return Ze.Bool}});Object.defineProperty(w,"Int",{enumerable:!0,get:function(){return Ze.Int}});Object.defineProperty(w,"Int8",{enumerable:!0,get:function(){return Ze.Int8}});Object.defineProperty(w,"Int16",{enumerable:!0,get:function(){return Ze.Int16}});Object.defineProperty(w,"Int32",{enumerable:!0,get:function(){return Ze.Int32}});Object.defineProperty(w,"Int64",{enumerable:!0,get:function(){return Ze.Int64}});Object.defineProperty(w,"Uint8",{enumerable:!0,get:function(){return Ze.Uint8}});Object.defineProperty(w,"Uint16",{enumerable:!0,get:function(){return Ze.Uint16}});Object.defineProperty(w,"Uint32",{enumerable:!0,get:function(){return Ze.Uint32}});Object.defineProperty(w,"Uint64",{enumerable:!0,get:function(){return Ze.Uint64}});Object.defineProperty(w,"Float",{enumerable:!0,get:function(){return Ze.Float}});Object.defineProperty(w,"Float16",{enumerable:!0,get:function(){return Ze.Float16}});Object.defineProperty(w,"Float32",{enumerable:!0,get:function(){return Ze.Float32}});Object.defineProperty(w,"Float64",{enumerable:!0,get:function(){return Ze.Float64}});Object.defineProperty(w,"Utf8",{enumerable:!0,get:function(){return Ze.Utf8}});Object.defineProperty(w,"Binary",{enumerable:!0,get:function(){return Ze.Binary}});Object.defineProperty(w,"FixedSizeBinary",{enumerable:!0,get:function(){return Ze.FixedSizeBinary}});Object.defineProperty(w,"Date_",{enumerable:!0,get:function(){return Ze.Date_}});Object.defineProperty(w,"DateDay",{enumerable:!0,get:function(){return Ze.DateDay}});Object.defineProperty(w,"DateMillisecond",{enumerable:!0,get:function(){return Ze.DateMillisecond}});Object.defineProperty(w,"Timestamp",{enumerable:!0,get:function(){return Ze.Timestamp}});Object.defineProperty(w,"TimestampSecond",{enumerable:!0,get:function(){return Ze.TimestampSecond}});Object.defineProperty(w,"TimestampMillisecond",{enumerable:!0,get:function(){return Ze.TimestampMillisecond}});Object.defineProperty(w,"TimestampMicrosecond",{enumerable:!0,get:function(){return Ze.TimestampMicrosecond}});Object.defineProperty(w,"TimestampNanosecond",{enumerable:!0,get:function(){return Ze.TimestampNanosecond}});Object.defineProperty(w,"Time",{enumerable:!0,get:function(){return Ze.Time}});Object.defineProperty(w,"TimeSecond",{enumerable:!0,get:function(){return Ze.TimeSecond}});Object.defineProperty(w,"TimeMillisecond",{enumerable:!0,get:function(){return Ze.TimeMillisecond}});Object.defineProperty(w,"TimeMicrosecond",{enumerable:!0,get:function(){return Ze.TimeMicrosecond}});Object.defineProperty(w,"TimeNanosecond",{enumerable:!0,get:function(){return Ze.TimeNanosecond}});Object.defineProperty(w,"Decimal",{enumerable:!0,get:function(){return Ze.Decimal}});Object.defineProperty(w,"List",{enumerable:!0,get:function(){return Ze.List}});Object.defineProperty(w,"Struct",{enumerable:!0,get:function(){return Ze.Struct}});Object.defineProperty(w,"Union",{enumerable:!0,get:function(){return Ze.Union}});Object.defineProperty(w,"DenseUnion",{enumerable:!0,get:function(){return Ze.DenseUnion}});Object.defineProperty(w,"SparseUnion",{enumerable:!0,get:function(){return Ze.SparseUnion}});Object.defineProperty(w,"Dictionary",{enumerable:!0,get:function(){return Ze.Dictionary}});Object.defineProperty(w,"Interval",{enumerable:!0,get:function(){return Ze.Interval}});Object.defineProperty(w,"IntervalDayTime",{enumerable:!0,get:function(){return Ze.IntervalDayTime}});Object.defineProperty(w,"IntervalYearMonth",{enumerable:!0,get:function(){return Ze.IntervalYearMonth}});Object.defineProperty(w,"FixedSizeList",{enumerable:!0,get:function(){return Ze.FixedSizeList}});Object.defineProperty(w,"Map_",{enumerable:!0,get:function(){return Ze.Map_}});var CH=Mu();Object.defineProperty(w,"Table",{enumerable:!0,get:function(){return CH.Table}});var WH=ga();Object.defineProperty(w,"Column",{enumerable:!0,get:function(){return WH.Column}});var YH=Sr();Object.defineProperty(w,"Visitor",{enumerable:!0,get:function(){return YH.Visitor}});var VS=qr();Object.defineProperty(w,"Schema",{enumerable:!0,get:function(){return VS.Schema}});Object.defineProperty(w,"Field",{enumerable:!0,get:function(){return VS.Field}});var Ce=Oi();Object.defineProperty(w,"Vector",{enumerable:!0,get:function(){return Ce.Vector}});Object.defineProperty(w,"BaseVector",{enumerable:!0,get:function(){return Ce.BaseVector}});Object.defineProperty(w,"BinaryVector",{enumerable:!0,get:function(){return Ce.BinaryVector}});Object.defineProperty(w,"BoolVector",{enumerable:!0,get:function(){return Ce.BoolVector}});Object.defineProperty(w,"Chunked",{enumerable:!0,get:function(){return Ce.Chunked}});Object.defineProperty(w,"DateVector",{enumerable:!0,get:function(){return Ce.DateVector}});Object.defineProperty(w,"DateDayVector",{enumerable:!0,get:function(){return Ce.DateDayVector}});Object.defineProperty(w,"DateMillisecondVector",{enumerable:!0,get:function(){return Ce.DateMillisecondVector}});Object.defineProperty(w,"DecimalVector",{enumerable:!0,get:function(){return Ce.DecimalVector}});Object.defineProperty(w,"DictionaryVector",{enumerable:!0,get:function(){return Ce.DictionaryVector}});Object.defineProperty(w,"FixedSizeBinaryVector",{enumerable:!0,get:function(){return Ce.FixedSizeBinaryVector}});Object.defineProperty(w,"FixedSizeListVector",{enumerable:!0,get:function(){return Ce.FixedSizeListVector}});Object.defineProperty(w,"FloatVector",{enumerable:!0,get:function(){return Ce.FloatVector}});Object.defineProperty(w,"Float16Vector",{enumerable:!0,get:function(){return Ce.Float16Vector}});Object.defineProperty(w,"Float32Vector",{enumerable:!0,get:function(){return Ce.Float32Vector}});Object.defineProperty(w,"Float64Vector",{enumerable:!0,get:function(){return Ce.Float64Vector}});Object.defineProperty(w,"IntervalVector",{enumerable:!0,get:function(){return Ce.IntervalVector}});Object.defineProperty(w,"IntervalDayTimeVector",{enumerable:!0,get:function(){return Ce.IntervalDayTimeVector}});Object.defineProperty(w,"IntervalYearMonthVector",{enumerable:!0,get:function(){return Ce.IntervalYearMonthVector}});Object.defineProperty(w,"IntVector",{enumerable:!0,get:function(){return Ce.IntVector}});Object.defineProperty(w,"Int8Vector",{enumerable:!0,get:function(){return Ce.Int8Vector}});Object.defineProperty(w,"Int16Vector",{enumerable:!0,get:function(){return Ce.Int16Vector}});Object.defineProperty(w,"Int32Vector",{enumerable:!0,get:function(){return Ce.Int32Vector}});Object.defineProperty(w,"Int64Vector",{enumerable:!0,get:function(){return Ce.Int64Vector}});Object.defineProperty(w,"Uint8Vector",{enumerable:!0,get:function(){return Ce.Uint8Vector}});Object.defineProperty(w,"Uint16Vector",{enumerable:!0,get:function(){return Ce.Uint16Vector}});Object.defineProperty(w,"Uint32Vector",{enumerable:!0,get:function(){return Ce.Uint32Vector}});Object.defineProperty(w,"Uint64Vector",{enumerable:!0,get:function(){return Ce.Uint64Vector}});Object.defineProperty(w,"ListVector",{enumerable:!0,get:function(){return Ce.ListVector}});Object.defineProperty(w,"MapVector",{enumerable:!0,get:function(){return Ce.MapVector}});Object.defineProperty(w,"NullVector",{enumerable:!0,get:function(){return Ce.NullVector}});Object.defineProperty(w,"StructVector",{enumerable:!0,get:function(){return Ce.StructVector}});Object.defineProperty(w,"TimestampVector",{enumerable:!0,get:function(){return Ce.TimestampVector}});Object.defineProperty(w,"TimestampSecondVector",{enumerable:!0,get:function(){return Ce.TimestampSecondVector}});Object.defineProperty(w,"TimestampMillisecondVector",{enumerable:!0,get:function(){return Ce.TimestampMillisecondVector}});Object.defineProperty(w,"TimestampMicrosecondVector",{enumerable:!0,get:function(){return Ce.TimestampMicrosecondVector}});Object.defineProperty(w,"TimestampNanosecondVector",{enumerable:!0,get:function(){return Ce.TimestampNanosecondVector}});Object.defineProperty(w,"TimeVector",{enumerable:!0,get:function(){return Ce.TimeVector}});Object.defineProperty(w,"TimeSecondVector",{enumerable:!0,get:function(){return Ce.TimeSecondVector}});Object.defineProperty(w,"TimeMillisecondVector",{enumerable:!0,get:function(){return Ce.TimeMillisecondVector}});Object.defineProperty(w,"TimeMicrosecondVector",{enumerable:!0,get:function(){return Ce.TimeMicrosecondVector}});Object.defineProperty(w,"TimeNanosecondVector",{enumerable:!0,get:function(){return Ce.TimeNanosecondVector}});Object.defineProperty(w,"UnionVector",{enumerable:!0,get:function(){return Ce.UnionVector}});Object.defineProperty(w,"DenseUnionVector",{enumerable:!0,get:function(){return Ce.DenseUnionVector}});Object.defineProperty(w,"SparseUnionVector",{enumerable:!0,get:function(){return Ce.SparseUnionVector}});Object.defineProperty(w,"Utf8Vector",{enumerable:!0,get:function(){return Ce.Utf8Vector}});var Xe=jd();Object.defineProperty(w,"Builder",{enumerable:!0,get:function(){return Xe.Builder}});Object.defineProperty(w,"BinaryBuilder",{enumerable:!0,get:function(){return Xe.BinaryBuilder}});Object.defineProperty(w,"BoolBuilder",{enumerable:!0,get:function(){return Xe.BoolBuilder}});Object.defineProperty(w,"DateBuilder",{enumerable:!0,get:function(){return Xe.DateBuilder}});Object.defineProperty(w,"DateDayBuilder",{enumerable:!0,get:function(){return Xe.DateDayBuilder}});Object.defineProperty(w,"DateMillisecondBuilder",{enumerable:!0,get:function(){return Xe.DateMillisecondBuilder}});Object.defineProperty(w,"DecimalBuilder",{enumerable:!0,get:function(){return Xe.DecimalBuilder}});Object.defineProperty(w,"DictionaryBuilder",{enumerable:!0,get:function(){return Xe.DictionaryBuilder}});Object.defineProperty(w,"FixedSizeBinaryBuilder",{enumerable:!0,get:function(){return Xe.FixedSizeBinaryBuilder}});Object.defineProperty(w,"FixedSizeListBuilder",{enumerable:!0,get:function(){return Xe.FixedSizeListBuilder}});Object.defineProperty(w,"FloatBuilder",{enumerable:!0,get:function(){return Xe.FloatBuilder}});Object.defineProperty(w,"Float16Builder",{enumerable:!0,get:function(){return Xe.Float16Builder}});Object.defineProperty(w,"Float32Builder",{enumerable:!0,get:function(){return Xe.Float32Builder}});Object.defineProperty(w,"Float64Builder",{enumerable:!0,get:function(){return Xe.Float64Builder}});Object.defineProperty(w,"IntervalBuilder",{enumerable:!0,get:function(){return Xe.IntervalBuilder}});Object.defineProperty(w,"IntervalDayTimeBuilder",{enumerable:!0,get:function(){return Xe.IntervalDayTimeBuilder}});Object.defineProperty(w,"IntervalYearMonthBuilder",{enumerable:!0,get:function(){return Xe.IntervalYearMonthBuilder}});Object.defineProperty(w,"IntBuilder",{enumerable:!0,get:function(){return Xe.IntBuilder}});Object.defineProperty(w,"Int8Builder",{enumerable:!0,get:function(){return Xe.Int8Builder}});Object.defineProperty(w,"Int16Builder",{enumerable:!0,get:function(){return Xe.Int16Builder}});Object.defineProperty(w,"Int32Builder",{enumerable:!0,get:function(){return Xe.Int32Builder}});Object.defineProperty(w,"Int64Builder",{enumerable:!0,get:function(){return Xe.Int64Builder}});Object.defineProperty(w,"Uint8Builder",{enumerable:!0,get:function(){return Xe.Uint8Builder}});Object.defineProperty(w,"Uint16Builder",{enumerable:!0,get:function(){return Xe.Uint16Builder}});Object.defineProperty(w,"Uint32Builder",{enumerable:!0,get:function(){return Xe.Uint32Builder}});Object.defineProperty(w,"Uint64Builder",{enumerable:!0,get:function(){return Xe.Uint64Builder}});Object.defineProperty(w,"ListBuilder",{enumerable:!0,get:function(){return Xe.ListBuilder}});Object.defineProperty(w,"MapBuilder",{enumerable:!0,get:function(){return Xe.MapBuilder}});Object.defineProperty(w,"NullBuilder",{enumerable:!0,get:function(){return Xe.NullBuilder}});Object.defineProperty(w,"StructBuilder",{enumerable:!0,get:function(){return Xe.StructBuilder}});Object.defineProperty(w,"TimestampBuilder",{enumerable:!0,get:function(){return Xe.TimestampBuilder}});Object.defineProperty(w,"TimestampSecondBuilder",{enumerable:!0,get:function(){return Xe.TimestampSecondBuilder}});Object.defineProperty(w,"TimestampMillisecondBuilder",{enumerable:!0,get:function(){return Xe.TimestampMillisecondBuilder}});Object.defineProperty(w,"TimestampMicrosecondBuilder",{enumerable:!0,get:function(){return Xe.TimestampMicrosecondBuilder}});Object.defineProperty(w,"TimestampNanosecondBuilder",{enumerable:!0,get:function(){return Xe.TimestampNanosecondBuilder}});Object.defineProperty(w,"TimeBuilder",{enumerable:!0,get:function(){return Xe.TimeBuilder}});Object.defineProperty(w,"TimeSecondBuilder",{enumerable:!0,get:function(){return Xe.TimeSecondBuilder}});Object.defineProperty(w,"TimeMillisecondBuilder",{enumerable:!0,get:function(){return Xe.TimeMillisecondBuilder}});Object.defineProperty(w,"TimeMicrosecondBuilder",{enumerable:!0,get:function(){return Xe.TimeMicrosecondBuilder}});Object.defineProperty(w,"TimeNanosecondBuilder",{enumerable:!0,get:function(){return Xe.TimeNanosecondBuilder}});Object.defineProperty(w,"UnionBuilder",{enumerable:!0,get:function(){return Xe.UnionBuilder}});Object.defineProperty(w,"DenseUnionBuilder",{enumerable:!0,get:function(){return Xe.DenseUnionBuilder}});Object.defineProperty(w,"SparseUnionBuilder",{enumerable:!0,get:function(){return Xe.SparseUnionBuilder}});Object.defineProperty(w,"Utf8Builder",{enumerable:!0,get:function(){return Xe.Utf8Builder}});var Xy=ff();Object.defineProperty(w,"ByteStream",{enumerable:!0,get:function(){return Xy.ByteStream}});Object.defineProperty(w,"AsyncByteStream",{enumerable:!0,get:function(){return Xy.AsyncByteStream}});Object.defineProperty(w,"AsyncByteQueue",{enumerable:!0,get:function(){return Xy.AsyncByteQueue}});var tc=Gu();Object.defineProperty(w,"RecordBatchReader",{enumerable:!0,get:function(){return tc.RecordBatchReader}});Object.defineProperty(w,"RecordBatchFileReader",{enumerable:!0,get:function(){return tc.RecordBatchFileReader}});Object.defineProperty(w,"RecordBatchStreamReader",{enumerable:!0,get:function(){return tc.RecordBatchStreamReader}});Object.defineProperty(w,"AsyncRecordBatchFileReader",{enumerable:!0,get:function(){return tc.AsyncRecordBatchFileReader}});Object.defineProperty(w,"AsyncRecordBatchStreamReader",{enumerable:!0,get:function(){return tc.AsyncRecordBatchStreamReader}});var qm=Wd();Object.defineProperty(w,"RecordBatchWriter",{enumerable:!0,get:function(){return qm.RecordBatchWriter}});Object.defineProperty(w,"RecordBatchFileWriter",{enumerable:!0,get:function(){return qm.RecordBatchFileWriter}});Object.defineProperty(w,"RecordBatchStreamWriter",{enumerable:!0,get:function(){return qm.RecordBatchStreamWriter}});Object.defineProperty(w,"RecordBatchJSONWriter",{enumerable:!0,get:function(){return qm.RecordBatchJSONWriter}});var Qy=Dd();Object.defineProperty(w,"MessageReader",{enumerable:!0,get:function(){return Qy.MessageReader}});Object.defineProperty(w,"AsyncMessageReader",{enumerable:!0,get:function(){return Qy.AsyncMessageReader}});Object.defineProperty(w,"JSONMessageReader",{enumerable:!0,get:function(){return Qy.JSONMessageReader}});var KH=fs();Object.defineProperty(w,"Message",{enumerable:!0,get:function(){return KH.Message}});var GH=bo();Object.defineProperty(w,"RecordBatch",{enumerable:!0,get:function(){return GH.RecordBatch}});var $y=US();Object.defineProperty(w,"DataFrame",{enumerable:!0,get:function(){return $y.DataFrame}});Object.defineProperty(w,"FilteredDataFrame",{enumerable:!0,get:function(){return $y.FilteredDataFrame}});Object.defineProperty(w,"CountByResult",{enumerable:!0,get:function(){return $y.CountByResult}});var JH=qu(),ZH=lg(),XH=_i(),QH=gu(),$H=hr(),eM=Au(),tM=Jy();w.predicate=tM;var ej=Bg();w.util={...JH,...ZH,...XH,...QH,...$H,...eM,compareSchemas:ej.compareSchemas,compareFields:ej.compareFields,compareTypes:ej.compareTypes}});var WS=z(h=>{"use strict";Object.defineProperty(h,"__esModule",{value:!0});h.Utf8Builder=h.SparseUnionBuilder=h.DenseUnionBuilder=h.UnionBuilder=h.TimeNanosecondBuilder=h.TimeMicrosecondBuilder=h.TimeMillisecondBuilder=h.TimeSecondBuilder=h.TimeBuilder=h.TimestampNanosecondBuilder=h.TimestampMicrosecondBuilder=h.TimestampMillisecondBuilder=h.TimestampSecondBuilder=h.TimestampBuilder=h.StructBuilder=h.NullBuilder=h.MapBuilder=h.ListBuilder=h.Uint64Builder=h.Uint32Builder=h.Uint16Builder=h.Uint8Builder=h.Int64Builder=h.Int32Builder=h.Int16Builder=h.Int8Builder=h.IntBuilder=h.IntervalYearMonthBuilder=h.IntervalDayTimeBuilder=h.IntervalBuilder=h.Float64Builder=h.Float32Builder=h.Float16Builder=h.FloatBuilder=h.FixedSizeListBuilder=h.FixedSizeBinaryBuilder=h.DictionaryBuilder=h.DecimalBuilder=h.DateMillisecondBuilder=h.DateDayBuilder=h.DateBuilder=h.BoolBuilder=h.BinaryBuilder=h.Builder=h.util=h.predicate=h.CountByResult=h.FilteredDataFrame=h.DataFrame=h.RecordBatch=h.Message=h.JSONMessageReader=h.AsyncMessageReader=h.MessageReader=h.RecordBatchJSONWriter=h.RecordBatchStreamWriter=h.RecordBatchFileWriter=h.RecordBatchWriter=h.AsyncRecordBatchStreamReader=h.AsyncRecordBatchFileReader=h.RecordBatchStreamReader=h.RecordBatchFileReader=h.RecordBatchReader=h.AsyncByteQueue=h.AsyncByteStream=h.ByteStream=h.Utf8Vector=h.SparseUnionVector=h.DenseUnionVector=h.UnionVector=h.TimeNanosecondVector=h.TimeMicrosecondVector=h.TimeMillisecondVector=h.TimeSecondVector=h.TimeVector=h.TimestampNanosecondVector=h.TimestampMicrosecondVector=h.TimestampMillisecondVector=h.TimestampSecondVector=h.TimestampVector=h.StructVector=h.NullVector=h.MapVector=h.ListVector=h.Uint64Vector=h.Uint32Vector=h.Uint16Vector=h.Uint8Vector=h.Int64Vector=h.Int32Vector=h.Int16Vector=h.Int8Vector=h.IntVector=h.IntervalYearMonthVector=h.IntervalDayTimeVector=h.IntervalVector=h.Float64Vector=h.Float32Vector=h.Float16Vector=h.FloatVector=h.FixedSizeListVector=h.FixedSizeBinaryVector=h.DictionaryVector=h.DecimalVector=h.DateMillisecondVector=h.DateDayVector=h.DateVector=h.Chunked=h.BoolVector=h.BinaryVector=h.BaseVector=h.Vector=h.Visitor=h.Field=h.Schema=h.Column=h.Table=h.Map_=h.FixedSizeList=h.IntervalYearMonth=h.IntervalDayTime=h.Interval=h.Dictionary=h.SparseUnion=h.DenseUnion=h.Union=h.Struct=h.List=h.Decimal=h.TimeNanosecond=h.TimeMicrosecond=h.TimeMillisecond=h.TimeSecond=h.Time=h.TimestampNanosecond=h.TimestampMicrosecond=h.TimestampMillisecond=h.TimestampSecond=h.Timestamp=h.DateMillisecond=h.DateDay=h.Date_=h.FixedSizeBinary=h.Binary=h.Utf8=h.Float64=h.Float32=h.Float16=h.Float=h.Uint64=h.Uint32=h.Uint16=h.Uint8=h.Int64=h.Int32=h.Int16=h.Int8=h.Int=h.Bool=h.Null=h.DataType=h.Data=h.BufferType=h.UnionMode=h.Type=h.TimeUnit=h.Precision=h.MetadataVersion=h.MessageHeader=h.IntervalUnit=h.DateUnit=void 0;var rM=wu(),nM=jd(),tj=Gu(),rj=Wd(),iM=ES(),oM=DS(),nj=FS(),ij=PS();rM.default.toDOMStream=iM.toDOMStream;nM.Builder.throughDOM=oM.builderThroughDOMStream;tj.RecordBatchReader.throughDOM=nj.recordBatchReaderThroughDOMStream;tj.RecordBatchFileReader.throughDOM=nj.recordBatchReaderThroughDOMStream;tj.RecordBatchStreamReader.throughDOM=nj.recordBatchReaderThroughDOMStream;rj.RecordBatchWriter.throughDOM=ij.recordBatchWriterThroughDOMStream;rj.RecordBatchFileWriter.throughDOM=ij.recordBatchWriterThroughDOMStream;rj.RecordBatchStreamWriter.throughDOM=ij.recordBatchWriterThroughDOMStream;var F=CS();Object.defineProperty(h,"DateUnit",{enumerable:!0,get:function(){return F.DateUnit}});Object.defineProperty(h,"IntervalUnit",{enumerable:!0,get:function(){return F.IntervalUnit}});Object.defineProperty(h,"MessageHeader",{enumerable:!0,get:function(){return F.MessageHeader}});Object.defineProperty(h,"MetadataVersion",{enumerable:!0,get:function(){return F.MetadataVersion}});Object.defineProperty(h,"Precision",{enumerable:!0,get:function(){return F.Precision}});Object.defineProperty(h,"TimeUnit",{enumerable:!0,get:function(){return F.TimeUnit}});Object.defineProperty(h,"Type",{enumerable:!0,get:function(){return F.Type}});Object.defineProperty(h,"UnionMode",{enumerable:!0,get:function(){return F.UnionMode}});Object.defineProperty(h,"BufferType",{enumerable:!0,get:function(){return F.BufferType}});Object.defineProperty(h,"Data",{enumerable:!0,get:function(){return F.Data}});Object.defineProperty(h,"DataType",{enumerable:!0,get:function(){return F.DataType}});Object.defineProperty(h,"Null",{enumerable:!0,get:function(){return F.Null}});Object.defineProperty(h,"Bool",{enumerable:!0,get:function(){return F.Bool}});Object.defineProperty(h,"Int",{enumerable:!0,get:function(){return F.Int}});Object.defineProperty(h,"Int8",{enumerable:!0,get:function(){return F.Int8}});Object.defineProperty(h,"Int16",{enumerable:!0,get:function(){return F.Int16}});Object.defineProperty(h,"Int32",{enumerable:!0,get:function(){return F.Int32}});Object.defineProperty(h,"Int64",{enumerable:!0,get:function(){return F.Int64}});Object.defineProperty(h,"Uint8",{enumerable:!0,get:function(){return F.Uint8}});Object.defineProperty(h,"Uint16",{enumerable:!0,get:function(){return F.Uint16}});Object.defineProperty(h,"Uint32",{enumerable:!0,get:function(){return F.Uint32}});Object.defineProperty(h,"Uint64",{enumerable:!0,get:function(){return F.Uint64}});Object.defineProperty(h,"Float",{enumerable:!0,get:function(){return F.Float}});Object.defineProperty(h,"Float16",{enumerable:!0,get:function(){return F.Float16}});Object.defineProperty(h,"Float32",{enumerable:!0,get:function(){return F.Float32}});Object.defineProperty(h,"Float64",{enumerable:!0,get:function(){return F.Float64}});Object.defineProperty(h,"Utf8",{enumerable:!0,get:function(){return F.Utf8}});Object.defineProperty(h,"Binary",{enumerable:!0,get:function(){return F.Binary}});Object.defineProperty(h,"FixedSizeBinary",{enumerable:!0,get:function(){return F.FixedSizeBinary}});Object.defineProperty(h,"Date_",{enumerable:!0,get:function(){return F.Date_}});Object.defineProperty(h,"DateDay",{enumerable:!0,get:function(){return F.DateDay}});Object.defineProperty(h,"DateMillisecond",{enumerable:!0,get:function(){return F.DateMillisecond}});Object.defineProperty(h,"Timestamp",{enumerable:!0,get:function(){return F.Timestamp}});Object.defineProperty(h,"TimestampSecond",{enumerable:!0,get:function(){return F.TimestampSecond}});Object.defineProperty(h,"TimestampMillisecond",{enumerable:!0,get:function(){return F.TimestampMillisecond}});Object.defineProperty(h,"TimestampMicrosecond",{enumerable:!0,get:function(){return F.TimestampMicrosecond}});Object.defineProperty(h,"TimestampNanosecond",{enumerable:!0,get:function(){return F.TimestampNanosecond}});Object.defineProperty(h,"Time",{enumerable:!0,get:function(){return F.Time}});Object.defineProperty(h,"TimeSecond",{enumerable:!0,get:function(){return F.TimeSecond}});Object.defineProperty(h,"TimeMillisecond",{enumerable:!0,get:function(){return F.TimeMillisecond}});Object.defineProperty(h,"TimeMicrosecond",{enumerable:!0,get:function(){return F.TimeMicrosecond}});Object.defineProperty(h,"TimeNanosecond",{enumerable:!0,get:function(){return F.TimeNanosecond}});Object.defineProperty(h,"Decimal",{enumerable:!0,get:function(){return F.Decimal}});Object.defineProperty(h,"List",{enumerable:!0,get:function(){return F.List}});Object.defineProperty(h,"Struct",{enumerable:!0,get:function(){return F.Struct}});Object.defineProperty(h,"Union",{enumerable:!0,get:function(){return F.Union}});Object.defineProperty(h,"DenseUnion",{enumerable:!0,get:function(){return F.DenseUnion}});Object.defineProperty(h,"SparseUnion",{enumerable:!0,get:function(){return F.SparseUnion}});Object.defineProperty(h,"Dictionary",{enumerable:!0,get:function(){return F.Dictionary}});Object.defineProperty(h,"Interval",{enumerable:!0,get:function(){return F.Interval}});Object.defineProperty(h,"IntervalDayTime",{enumerable:!0,get:function(){return F.IntervalDayTime}});Object.defineProperty(h,"IntervalYearMonth",{enumerable:!0,get:function(){return F.IntervalYearMonth}});Object.defineProperty(h,"FixedSizeList",{enumerable:!0,get:function(){return F.FixedSizeList}});Object.defineProperty(h,"Map_",{enumerable:!0,get:function(){return F.Map_}});Object.defineProperty(h,"Table",{enumerable:!0,get:function(){return F.Table}});Object.defineProperty(h,"Column",{enumerable:!0,get:function(){return F.Column}});Object.defineProperty(h,"Schema",{enumerable:!0,get:function(){return F.Schema}});Object.defineProperty(h,"Field",{enumerable:!0,get:function(){return F.Field}});Object.defineProperty(h,"Visitor",{enumerable:!0,get:function(){return F.Visitor}});Object.defineProperty(h,"Vector",{enumerable:!0,get:function(){return F.Vector}});Object.defineProperty(h,"BaseVector",{enumerable:!0,get:function(){return F.BaseVector}});Object.defineProperty(h,"BinaryVector",{enumerable:!0,get:function(){return F.BinaryVector}});Object.defineProperty(h,"BoolVector",{enumerable:!0,get:function(){return F.BoolVector}});Object.defineProperty(h,"Chunked",{enumerable:!0,get:function(){return F.Chunked}});Object.defineProperty(h,"DateVector",{enumerable:!0,get:function(){return F.DateVector}});Object.defineProperty(h,"DateDayVector",{enumerable:!0,get:function(){return F.DateDayVector}});Object.defineProperty(h,"DateMillisecondVector",{enumerable:!0,get:function(){return F.DateMillisecondVector}});Object.defineProperty(h,"DecimalVector",{enumerable:!0,get:function(){return F.DecimalVector}});Object.defineProperty(h,"DictionaryVector",{enumerable:!0,get:function(){return F.DictionaryVector}});Object.defineProperty(h,"FixedSizeBinaryVector",{enumerable:!0,get:function(){return F.FixedSizeBinaryVector}});Object.defineProperty(h,"FixedSizeListVector",{enumerable:!0,get:function(){return F.FixedSizeListVector}});Object.defineProperty(h,"FloatVector",{enumerable:!0,get:function(){return F.FloatVector}});Object.defineProperty(h,"Float16Vector",{enumerable:!0,get:function(){return F.Float16Vector}});Object.defineProperty(h,"Float32Vector",{enumerable:!0,get:function(){return F.Float32Vector}});Object.defineProperty(h,"Float64Vector",{enumerable:!0,get:function(){return F.Float64Vector}});Object.defineProperty(h,"IntervalVector",{enumerable:!0,get:function(){return F.IntervalVector}});Object.defineProperty(h,"IntervalDayTimeVector",{enumerable:!0,get:function(){return F.IntervalDayTimeVector}});Object.defineProperty(h,"IntervalYearMonthVector",{enumerable:!0,get:function(){return F.IntervalYearMonthVector}});Object.defineProperty(h,"IntVector",{enumerable:!0,get:function(){return F.IntVector}});Object.defineProperty(h,"Int8Vector",{enumerable:!0,get:function(){return F.Int8Vector}});Object.defineProperty(h,"Int16Vector",{enumerable:!0,get:function(){return F.Int16Vector}});Object.defineProperty(h,"Int32Vector",{enumerable:!0,get:function(){return F.Int32Vector}});Object.defineProperty(h,"Int64Vector",{enumerable:!0,get:function(){return F.Int64Vector}});Object.defineProperty(h,"Uint8Vector",{enumerable:!0,get:function(){return F.Uint8Vector}});Object.defineProperty(h,"Uint16Vector",{enumerable:!0,get:function(){return F.Uint16Vector}});Object.defineProperty(h,"Uint32Vector",{enumerable:!0,get:function(){return F.Uint32Vector}});Object.defineProperty(h,"Uint64Vector",{enumerable:!0,get:function(){return F.Uint64Vector}});Object.defineProperty(h,"ListVector",{enumerable:!0,get:function(){return F.ListVector}});Object.defineProperty(h,"MapVector",{enumerable:!0,get:function(){return F.MapVector}});Object.defineProperty(h,"NullVector",{enumerable:!0,get:function(){return F.NullVector}});Object.defineProperty(h,"StructVector",{enumerable:!0,get:function(){return F.StructVector}});Object.defineProperty(h,"TimestampVector",{enumerable:!0,get:function(){return F.TimestampVector}});Object.defineProperty(h,"TimestampSecondVector",{enumerable:!0,get:function(){return F.TimestampSecondVector}});Object.defineProperty(h,"TimestampMillisecondVector",{enumerable:!0,get:function(){return F.TimestampMillisecondVector}});Object.defineProperty(h,"TimestampMicrosecondVector",{enumerable:!0,get:function(){return F.TimestampMicrosecondVector}});Object.defineProperty(h,"TimestampNanosecondVector",{enumerable:!0,get:function(){return F.TimestampNanosecondVector}});Object.defineProperty(h,"TimeVector",{enumerable:!0,get:function(){return F.TimeVector}});Object.defineProperty(h,"TimeSecondVector",{enumerable:!0,get:function(){return F.TimeSecondVector}});Object.defineProperty(h,"TimeMillisecondVector",{enumerable:!0,get:function(){return F.TimeMillisecondVector}});Object.defineProperty(h,"TimeMicrosecondVector",{enumerable:!0,get:function(){return F.TimeMicrosecondVector}});Object.defineProperty(h,"TimeNanosecondVector",{enumerable:!0,get:function(){return F.TimeNanosecondVector}});Object.defineProperty(h,"UnionVector",{enumerable:!0,get:function(){return F.UnionVector}});Object.defineProperty(h,"DenseUnionVector",{enumerable:!0,get:function(){return F.DenseUnionVector}});Object.defineProperty(h,"SparseUnionVector",{enumerable:!0,get:function(){return F.SparseUnionVector}});Object.defineProperty(h,"Utf8Vector",{enumerable:!0,get:function(){return F.Utf8Vector}});Object.defineProperty(h,"ByteStream",{enumerable:!0,get:function(){return F.ByteStream}});Object.defineProperty(h,"AsyncByteStream",{enumerable:!0,get:function(){return F.AsyncByteStream}});Object.defineProperty(h,"AsyncByteQueue",{enumerable:!0,get:function(){return F.AsyncByteQueue}});Object.defineProperty(h,"RecordBatchReader",{enumerable:!0,get:function(){return F.RecordBatchReader}});Object.defineProperty(h,"RecordBatchFileReader",{enumerable:!0,get:function(){return F.RecordBatchFileReader}});Object.defineProperty(h,"RecordBatchStreamReader",{enumerable:!0,get:function(){return F.RecordBatchStreamReader}});Object.defineProperty(h,"AsyncRecordBatchFileReader",{enumerable:!0,get:function(){return F.AsyncRecordBatchFileReader}});Object.defineProperty(h,"AsyncRecordBatchStreamReader",{enumerable:!0,get:function(){return F.AsyncRecordBatchStreamReader}});Object.defineProperty(h,"RecordBatchWriter",{enumerable:!0,get:function(){return F.RecordBatchWriter}});Object.defineProperty(h,"RecordBatchFileWriter",{enumerable:!0,get:function(){return F.RecordBatchFileWriter}});Object.defineProperty(h,"RecordBatchStreamWriter",{enumerable:!0,get:function(){return F.RecordBatchStreamWriter}});Object.defineProperty(h,"RecordBatchJSONWriter",{enumerable:!0,get:function(){return F.RecordBatchJSONWriter}});Object.defineProperty(h,"MessageReader",{enumerable:!0,get:function(){return F.MessageReader}});Object.defineProperty(h,"AsyncMessageReader",{enumerable:!0,get:function(){return F.AsyncMessageReader}});Object.defineProperty(h,"JSONMessageReader",{enumerable:!0,get:function(){return F.JSONMessageReader}});Object.defineProperty(h,"Message",{enumerable:!0,get:function(){return F.Message}});Object.defineProperty(h,"RecordBatch",{enumerable:!0,get:function(){return F.RecordBatch}});Object.defineProperty(h,"DataFrame",{enumerable:!0,get:function(){return F.DataFrame}});Object.defineProperty(h,"FilteredDataFrame",{enumerable:!0,get:function(){return F.FilteredDataFrame}});Object.defineProperty(h,"CountByResult",{enumerable:!0,get:function(){return F.CountByResult}});Object.defineProperty(h,"predicate",{enumerable:!0,get:function(){return F.predicate}});Object.defineProperty(h,"util",{enumerable:!0,get:function(){return F.util}});Object.defineProperty(h,"Builder",{enumerable:!0,get:function(){return F.Builder}});Object.defineProperty(h,"BinaryBuilder",{enumerable:!0,get:function(){return F.BinaryBuilder}});Object.defineProperty(h,"BoolBuilder",{enumerable:!0,get:function(){return F.BoolBuilder}});Object.defineProperty(h,"DateBuilder",{enumerable:!0,get:function(){return F.DateBuilder}});Object.defineProperty(h,"DateDayBuilder",{enumerable:!0,get:function(){return F.DateDayBuilder}});Object.defineProperty(h,"DateMillisecondBuilder",{enumerable:!0,get:function(){return F.DateMillisecondBuilder}});Object.defineProperty(h,"DecimalBuilder",{enumerable:!0,get:function(){return F.DecimalBuilder}});Object.defineProperty(h,"DictionaryBuilder",{enumerable:!0,get:function(){return F.DictionaryBuilder}});Object.defineProperty(h,"FixedSizeBinaryBuilder",{enumerable:!0,get:function(){return F.FixedSizeBinaryBuilder}});Object.defineProperty(h,"FixedSizeListBuilder",{enumerable:!0,get:function(){return F.FixedSizeListBuilder}});Object.defineProperty(h,"FloatBuilder",{enumerable:!0,get:function(){return F.FloatBuilder}});Object.defineProperty(h,"Float16Builder",{enumerable:!0,get:function(){return F.Float16Builder}});Object.defineProperty(h,"Float32Builder",{enumerable:!0,get:function(){return F.Float32Builder}});Object.defineProperty(h,"Float64Builder",{enumerable:!0,get:function(){return F.Float64Builder}});Object.defineProperty(h,"IntervalBuilder",{enumerable:!0,get:function(){return F.IntervalBuilder}});Object.defineProperty(h,"IntervalDayTimeBuilder",{enumerable:!0,get:function(){return F.IntervalDayTimeBuilder}});Object.defineProperty(h,"IntervalYearMonthBuilder",{enumerable:!0,get:function(){return F.IntervalYearMonthBuilder}});Object.defineProperty(h,"IntBuilder",{enumerable:!0,get:function(){return F.IntBuilder}});Object.defineProperty(h,"Int8Builder",{enumerable:!0,get:function(){return F.Int8Builder}});Object.defineProperty(h,"Int16Builder",{enumerable:!0,get:function(){return F.Int16Builder}});Object.defineProperty(h,"Int32Builder",{enumerable:!0,get:function(){return F.Int32Builder}});Object.defineProperty(h,"Int64Builder",{enumerable:!0,get:function(){return F.Int64Builder}});Object.defineProperty(h,"Uint8Builder",{enumerable:!0,get:function(){return F.Uint8Builder}});Object.defineProperty(h,"Uint16Builder",{enumerable:!0,get:function(){return F.Uint16Builder}});Object.defineProperty(h,"Uint32Builder",{enumerable:!0,get:function(){return F.Uint32Builder}});Object.defineProperty(h,"Uint64Builder",{enumerable:!0,get:function(){return F.Uint64Builder}});Object.defineProperty(h,"ListBuilder",{enumerable:!0,get:function(){return F.ListBuilder}});Object.defineProperty(h,"MapBuilder",{enumerable:!0,get:function(){return F.MapBuilder}});Object.defineProperty(h,"NullBuilder",{enumerable:!0,get:function(){return F.NullBuilder}});Object.defineProperty(h,"StructBuilder",{enumerable:!0,get:function(){return F.StructBuilder}});Object.defineProperty(h,"TimestampBuilder",{enumerable:!0,get:function(){return F.TimestampBuilder}});Object.defineProperty(h,"TimestampSecondBuilder",{enumerable:!0,get:function(){return F.TimestampSecondBuilder}});Object.defineProperty(h,"TimestampMillisecondBuilder",{enumerable:!0,get:function(){return F.TimestampMillisecondBuilder}});Object.defineProperty(h,"TimestampMicrosecondBuilder",{enumerable:!0,get:function(){return F.TimestampMicrosecondBuilder}});Object.defineProperty(h,"TimestampNanosecondBuilder",{enumerable:!0,get:function(){return F.TimestampNanosecondBuilder}});Object.defineProperty(h,"TimeBuilder",{enumerable:!0,get:function(){return F.TimeBuilder}});Object.defineProperty(h,"TimeSecondBuilder",{enumerable:!0,get:function(){return F.TimeSecondBuilder}});Object.defineProperty(h,"TimeMillisecondBuilder",{enumerable:!0,get:function(){return F.TimeMillisecondBuilder}});Object.defineProperty(h,"TimeMicrosecondBuilder",{enumerable:!0,get:function(){return F.TimeMicrosecondBuilder}});Object.defineProperty(h,"TimeNanosecondBuilder",{enumerable:!0,get:function(){return F.TimeNanosecondBuilder}});Object.defineProperty(h,"UnionBuilder",{enumerable:!0,get:function(){return F.UnionBuilder}});Object.defineProperty(h,"DenseUnionBuilder",{enumerable:!0,get:function(){return F.DenseUnionBuilder}});Object.defineProperty(h,"SparseUnionBuilder",{enumerable:!0,get:function(){return F.SparseUnionBuilder}});Object.defineProperty(h,"Utf8Builder",{enumerable:!0,get:function(){return F.Utf8Builder}})});var ni={self:typeof self!="undefined"&&self,window:typeof window!="undefined"&&window,global:typeof global!="undefined"&&global,document:typeof document!="undefined"&&document},h1=ni.self||ni.window||ni.global||{},g1=ni.window||ni.self||ni.global||{},y1=ni.global||ni.self||ni.window||{},j1=ni.document||{};var Ln=Boolean(typeof process!="object"||String(process)!=="[object process]"||process.browser);var uj=typeof process!="undefined"&&process.version&&/v([0-9]*)/.exec(process.version),_1=uj&&parseFloat(uj[1])||0;function Sm(t,e=!0,r){let n=r||new Set;if(t){if(cj(t))n.add(t);else if(cj(t.buffer))n.add(t.buffer);else if(!ArrayBuffer.isView(t)){if(e&&typeof t=="object")for(let i in t)Sm(t[i],e,n)}}return r===void 0?Array.from(n):[]}function cj(t){return t?t instanceof ArrayBuffer||typeof MessagePort!="undefined"&&t instanceof MessagePort||typeof ImageBitmap!="undefined"&&t instanceof ImageBitmap||typeof OffscreenCanvas!="undefined"&&t instanceof OffscreenCanvas:!1}function vf(){let parentPort;try{eval("globalThis.parentPort = require('worker_threads').parentPort"),parentPort=globalThis.parentPort}catch{}return parentPort}var xm=new Map,un=class{static inWorkerThread(){return typeof self!="undefined"||Boolean(vf())}static set onmessage(e){function r(i){let o=vf(),{type:f,payload:s}=o?i:i.data;e(f,s)}let n=vf();n?(n.on("message",r),n.on("exit",()=>console.debug("Node worker closing"))):globalThis.onmessage=r}static addEventListener(e){let r=xm.get(e);r||(r=i=>{if(!q1(i))return;let o=vf(),{type:f,payload:s}=o?i:i.data;e(f,s)}),vf()?console.error("not implemented"):globalThis.addEventListener("message",r)}static removeEventListener(e){let r=xm.get(e);xm.delete(e),vf()?console.error("not implemented"):globalThis.removeEventListener("message",r)}static postMessage(e,r){let n={source:"loaders.gl",type:e,payload:r},i=Sm(r),o=vf();o?o.postMessage(n,i):globalThis.postMessage(n,i)}};function q1(t){let{type:e,data:r}=t;return e==="message"&&r&&typeof r.source=="string"&&r.source.startsWith("loaders.gl")}var v1=0;function Am(t){!un.inWorkerThread()||(un.onmessage=async(e,r)=>{switch(e){case"process":try{let{input:n,options:i={},context:o={}}=r,f=await B1({loader:t,arrayBuffer:n,options:i,context:{...o,parse:T1}});un.postMessage("done",{result:f})}catch(n){let i=n instanceof Error?n.message:"";un.postMessage("error",{error:i})}break;default:}})}function T1(t,e){return new Promise((r,n)=>{let i=v1++,o=(s,l)=>{if(l.id===i)switch(s){case"done":un.removeEventListener(o),r(l.result);break;case"error":un.removeEventListener(o),n(l.error);break;default:}};un.addEventListener(o);let f={id:i,input:t,options:e};un.postMessage("process",f)})}async function B1({loader:t,arrayBuffer:e,options:r,context:n}){let i,o;if(t.parseSync||t.parse)i=e,o=t.parseSync||t.parse;else if(t.parseTextSync)i=new TextDecoder().decode(e),o=t.parseTextSync;else throw new Error(`Could not load data with ${t.name} loader`);return r={...r,modules:t&&t.options&&t.options.modules||{},worker:!1},await o(i,{...r},n,t)}function pj(...t){let e=t.map(o=>o instanceof ArrayBuffer?new Uint8Array(o):o),r=e.reduce((o,f)=>o+f.byteLength,0),n=new Uint8Array(r),i=0;for(let o of e)n.set(o,i),i+=o.byteLength;return n.buffer}async function Em(t){let e=[];for await(let r of t)e.push(r);return pj(...e)}function dj(t){return t}function mj(t){return t&&typeof t=="object"&&t.isBuffer}function tn(t){if(mj(t))return dj(t);if(t instanceof ArrayBuffer)return t;if(ArrayBuffer.isView(t))return t.byteOffset===0&&t.byteLength===t.buffer.byteLength?t.buffer:t.buffer.slice(t.byteOffset,t.byteOffset+t.byteLength);if(typeof t=="string"){let e=t;return new TextEncoder().encode(e).buffer}if(t&&typeof t=="object"&&t._toArrayBuffer)return t._toArrayBuffer();throw new Error("toArrayBuffer")}function Mi(t){return e=>new Promise((r,n)=>t(e,(i,o)=>i?n(i):r(o)))}function Ga(t){if(t instanceof ArrayBuffer)return{read:async(n,i)=>Buffer.from(t,n,i),close:async()=>{},size:t.byteLength};let e=t;return{read:async(r,n)=>{let i=await e.slice(r,r+n).arrayBuffer();return Buffer.from(i)},close:async()=>{},size:e.size}}var k1="3.4.0-alpha.4",I1={parquet:{type:"arrow-table",wasmUrl:"https://unpkg.com/parquet-wasm@0.3.1/esm2/arrow1_bg.wasm"}},bj={name:"Apache Parquet",id:"parquet-wasm",module:"parquet",version:k1,worker:!1,category:"table",extensions:["parquet"],mimeTypes:["application/octet-stream"],binary:!0,tests:["PAR1","PARE"],options:I1};var S1="3.4.0-alpha.4",x1={parquet:{type:"object-row-table",url:void 0,columnList:[],geoparquet:!0}},Om={name:"Apache Parquet",id:"parquet",module:"parquet",version:S1,worker:!0,category:"table",extensions:["parquet"],mimeTypes:["application/octet-stream"],binary:!0,tests:["PAR1","PARE"],options:x1};var ms=Pe(gj());function yj(t,e,r){switch(t){case"BOOLEAN":return E1(e);case"INT32":return N1(e);case"INT64":return F1(e);case"INT96":return R1(e);case"FLOAT":return M1(e);case"DOUBLE":return U1(e);case"BYTE_ARRAY":return V1(e);case"FIXED_LEN_BYTE_ARRAY":return W1(e,r);default:throw new Error(`unsupported type: ${t}`)}}function jj(t,e,r,n){switch(t){case"BOOLEAN":return O1(e,r);case"INT32":return D1(e,r);case"INT64":return P1(e,r);case"INT96":return H1(e,r);case"FLOAT":return z1(e,r);case"DOUBLE":return L1(e,r);case"BYTE_ARRAY":return C1(e,r);case"FIXED_LEN_BYTE_ARRAY":return Y1(e,r,n);default:throw new Error(`unsupported type: ${t}`)}}function E1(t){let e=Buffer.alloc(Math.ceil(t.length/8));e.fill(0);for(let r=0;r<t.length;r++)t[r]&&(e[Math.floor(r/8)]|=1<<r%8);return e}function O1(t,e){let r=[];for(let n=0;n<e;n++){let i=t.buffer[t.offset+Math.floor(n/8)];r.push((i&1<<n%8)>0)}return t.offset+=Math.ceil(e/8),r}function N1(t){let e=Buffer.alloc(4*t.length);for(let r=0;r<t.length;r++)e.writeInt32LE(t[r],r*4);return e}function D1(t,e){let r=[];for(let n=0;n<e;n++)r.push(t.buffer.readInt32LE(t.offset)),t.offset+=4;return r}function F1(t){let e=Buffer.alloc(8*t.length);for(let r=0;r<t.length;r++)ms.default.writeInt64LE(t[r],e,r*8);return e}function P1(t,e){let r=[];for(let n=0;n<e;n++)r.push(ms.default.readInt64LE(t.buffer,t.offset)),t.offset+=8;return r}function R1(t){let e=Buffer.alloc(12*t.length);for(let r=0;r<t.length;r++)t[r]>=0?(ms.default.writeInt64LE(t[r],e,r*12),e.writeUInt32LE(0,r*12+8)):(ms.default.writeInt64LE(~-t[r]+1,e,r*12),e.writeUInt32LE(4294967295,r*12+8));return e}function H1(t,e){let r=[];for(let n=0;n<e;n++){let i=ms.default.readInt64LE(t.buffer,t.offset);t.buffer.readUInt32LE(t.offset+8)===4294967295?r.push(~-i+1):r.push(i),t.offset+=12}return r}function M1(t){let e=Buffer.alloc(4*t.length);for(let r=0;r<t.length;r++)e.writeFloatLE(t[r],r*4);return e}function z1(t,e){let r=[];for(let n=0;n<e;n++)r.push(t.buffer.readFloatLE(t.offset)),t.offset+=4;return r}function U1(t){let e=Buffer.alloc(8*t.length);for(let r=0;r<t.length;r++)e.writeDoubleLE(t[r],r*8);return e}function L1(t,e){let r=[];for(let n=0;n<e;n++)r.push(t.buffer.readDoubleLE(t.offset)),t.offset+=8;return r}function V1(t){let e=0;for(let i=0;i<t.length;i++)t[i]=Buffer.from(t[i]),e+=4+t[i].length;let r=Buffer.alloc(e),n=0;for(let i=0;i<t.length;i++)r.writeUInt32LE(t[i].length,n),t[i].copy(r,n+4),n+=4+t[i].length;return r}function C1(t,e){let r=[];for(let n=0;n<e;n++){let i=t.buffer.readUInt32LE(t.offset);t.offset+=4,r.push(t.buffer.slice(t.offset,t.offset+i)),t.offset+=i}return r}function W1(t,e){if(!e.typeLength)throw new Error("missing option: typeLength (required for FIXED_LEN_BYTE_ARRAY)");for(let r=0;r<t.length;r++)if(t[r]=Buffer.from(t[r]),t[r].length!==e.typeLength)throw new Error(`invalid value for FIXED_LEN_BYTE_ARRAY: ${t[r]}`);return Buffer.concat(t)}function Y1(t,e,r){let n=[];if(!r.typeLength)throw new Error("missing option: typeLength (required for FIXED_LEN_BYTE_ARRAY)");for(let i=0;i<e;i++)n.push(t.buffer.slice(t.offset,t.offset+r.typeLength)),t.offset+=r.typeLength;return n}var Za=Pe(Ej());function Oj(t,e,r){if(!("bitWidth"in r))throw new Error("bitWidth is required");switch(t){case"BOOLEAN":case"INT32":case"INT64":e=e.map(s=>parseInt(s,10));break;default:throw new Error(`unsupported type: ${t}`)}let n=Buffer.alloc(0),i=[],o=0;for(let s=0;s<e.length;s++)o===0&&i.length%8==0&&e[s]===e[s+1]?(i.length&&(n=Buffer.concat([n,Nj(i,r)]),i=[]),o=1):o>0&&e[s]===e[s-1]?o+=1:(o&&(n=Buffer.concat([n,Dj(e[s-1],o,r)]),o=0),i.push(e[s]));if(o?n=Buffer.concat([n,Dj(e[e.length-1],o,r)]):i.length&&(n=Buffer.concat([n,Nj(i,r)])),r.disableEnvelope)return n;let f=Buffer.alloc(n.length+4);return f.writeUInt32LE(n.length,void 0),n.copy(f,4),f}function cc(t,e,r,n){if(!("bitWidth"in n))throw new Error("bitWidth is required");n.disableEnvelope||(e.offset+=4);let i=[];for(;i.length<r;){let o=Za.default.decode(e.buffer,e.offset);if(e.offset+=Za.default.encodingLength(o),o&1){let f=(o>>1)*8;i.push(...fx(e,f,n))}else{let f=o>>1;i.push(...sx(e,f,n))}}if(i=i.slice(0,r),i.length!==r)throw new Error("invalid RLE encoding");return i}function fx(t,e,r){let n=r.bitWidth;if(e%8!=0)throw new Error("must be a multiple of 8");let i=new Array(e).fill(0);for(let o=0;o<n*e;o++)t.buffer[t.offset+Math.floor(o/8)]&1<<o%8&&(i[Math.floor(o/n)]|=1<<o%n);return t.offset+=n*(e/8),i}function sx(t,e,r){let n=r.bitWidth,i=0;for(let o=0;o<Math.ceil(n/8);o++)i<<8,i+=t.buffer[t.offset],t.offset+=1;return new Array(e).fill(i)}function Nj(t,e){let r=e.bitWidth;for(let i=0;i<t.length%8;i++)t.push(0);let n=Buffer.alloc(Math.ceil(r*(t.length/8)));for(let i=0;i<r*t.length;i++)(t[Math.floor(i/r)]&1<<i%r)>0&&(n[Math.floor(i/8)]|=1<<i%8);return Buffer.concat([Buffer.from(Za.default.encode(t.length/8<<1|1)),n])}function Dj(t,e,r){let n=r.bitWidth,i=Buffer.alloc(Math.ceil(n/8));for(let o=0;o<i.length;o++)i.writeUInt8(t&255,o),t>>8;return Buffer.concat([Buffer.from(Za.default.encode(e<<1)),i])}function Dm(t,e,r,n){return n.bitWidth=e.buffer.slice(e.offset,e.offset+1).readInt8(0),e.offset+=1,cc(t,e,r,{...n,disableEnvelope:!0})}function Fm(t,e,r,n){throw new Error("Encode dictionary functionality is not supported")}var Xa={PLAIN:{encodeValues:yj,decodeValues:jj},RLE:{encodeValues:Oj,decodeValues:cc},PLAIN_DICTIONARY:{encodeValues:Fm,decodeValues:Dm},RLE_DICTIONARY:{encodeValues:Fm,decodeValues:Dm}};var rn=class{constructor(e){this.compressBatches=this.compressBatches.bind(this),this.decompressBatches=this.decompressBatches.bind(this)}async preload(){}async compress(e){return await this.preload(),this.compressSync(e)}async decompress(e,r){return await this.preload(),this.decompressSync(e,r)}compressSync(e){throw new Error(`${this.name}: sync compression not supported`)}decompressSync(e,r){throw new Error(`${this.name}: sync decompression not supported`)}async*compressBatches(e){let r=await this.concatenate(e);yield this.compress(r)}async*decompressBatches(e){let r=await this.concatenate(e);yield this.decompress(r)}concatenate(e){return Em(e)}improveError(e){return e.message.includes(this.name)||(e.message=`${this.name} ${e.message}`),e}};var pc=class extends rn{constructor(e){super(e);this.name="uncompressed";this.extensions=[];this.contentEncodings=[];this.isSupported=!0;this.options=e||{}}compressSync(e){return e}decompressSync(e){return e}async*compressBatches(e){return yield*e}async*decompressBatches(e){return yield*e}};var ml=Pe(__()),Wi=Pe(wb());var hb=class extends rn{constructor(e={}){super(e);this.name="deflate";this.extensions=[];this.contentEncodings=["deflate"];this.isSupported=!0;this._chunks=[];this.options=e}async compress(e){if(!Ln&&this.options.deflate?.useZlib){let r=this.options.deflate?.gzip?await Mi(Wi.default.gzip)(e):await Mi(Wi.default.deflate)(e);return tn(r)}return this.compressSync(e)}async decompress(e){if(!Ln&&this.options.deflate?.useZlib){let r=this.options.deflate?.gzip?await Mi(Wi.default.gunzip)(e):await Mi(Wi.default.inflate)(e);return tn(r)}return this.decompressSync(e)}compressSync(e){if(!Ln&&this.options.deflate?.useZlib){let i=this.options.deflate?.gzip?Wi.default.gzipSync(e):Wi.default.deflateSync(e);return tn(i)}let r=this.options?.deflate||{},n=new Uint8Array(e);return ml.default.deflate(n,r).buffer}decompressSync(e){if(!Ln&&this.options.deflate?.useZlib){let i=this.options.deflate?.gzip?Wi.default.gunzipSync(e):Wi.default.inflateSync(e);return tn(i)}let r=this.options?.deflate||{},n=new Uint8Array(e);return ml.default.inflate(n,r).buffer}async*compressBatches(e){let r=this.options?.deflate||{},n=new ml.default.Deflate(r);yield*this.transformBatches(n,e)}async*decompressBatches(e){let r=this.options?.deflate||{},n=new ml.default.Inflate(r);yield*this.transformBatches(n,e)}async*transformBatches(e,r){e.onData=this._onData.bind(this),e.onEnd=this._onEnd.bind(this);for await(let f of r){let s=new Uint8Array(f);if(!e.push(s,!1))throw new Error(`${this._getError()}write`);yield*this._getChunks()}let n=new Uint8Array(0),i=e.push(n,!0);yield*this._getChunks()}_onData(e){this._chunks.push(e)}_onEnd(e){if(e!==0)throw new Error(this._getError(e)+this._chunks.length)}_getChunks(){let e=this._chunks;return this._chunks=[],e}_getError(e=0){let r={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"};return`${this.name}: ${r[e]}`}};var xc=class extends hb{constructor(e){super({...e,deflate:{...e?.gzip,gzip:!0}});this.name="gzip";this.extensions=["gz","gzip"];this.contentEncodings=["gzip","x-gzip"];this.isSupported=!0}};var eE=407708164,bl,wl=class extends rn{constructor(e){super(e);this.name="lz4";this.extensions=["lz4"];this.contentEncodings=["x-lz4"];this.isSupported=!0;if(this.options=e,bl=bl||this.options?.modules?.lz4js,!bl)throw new Error(this.name)}compressSync(e){let r=new Uint8Array(e);return bl.compress(r).buffer}decompressSync(e,r){try{let n=this.checkMagicNumber(e),i=new Uint8Array(e);if(n)return bl.decompress(i,r).buffer;if(!r){let s=new Error("Need to provide maxSize");throw this.improveError(s)}let o=new Uint8Array(r),f=this.decodeBlock(i,o);return o=o.slice(0,f),tn(o)}catch(n){throw this.improveError(n)}}decodeBlock(e,r,n,i){n=n||0,i=i||e.length-n;let o=0;for(let f=n;f<i;){let s=e[f++],l=s>>4;if(l>0){let S=l+240;for(;S===255;)S=e[f++],l+=S;let T=f+l;for(;f<T;)r[o++]=e[f++];if(f===i)return o}let u=e[f++]|e[f++]<<8;if(u===0||u>o)return-(f-2);let c=s&15,_=c+240;for(;_===255;)_=e[f++],c+=_;let p=o-u,j=o+c+4;for(;o<j;)r[o++]=r[p++]}return o}checkMagicNumber(e){return new Uint32Array(e.slice(0,4))[0]===eE}};var Ac,Ec,Oc=class extends rn{constructor(e){super(e);this.name="zstd";this.extensions=[];this.contentEncodings=[];this.isSupported=!0;this.options=e,Ac=this.options?.modules?.["zstd-codec"],Ac||console.warn(`${this.name} library not installed`)}async preload(){!Ec&&Ac&&(Ec=await new Promise(e=>Ac.run(r=>e(r))))}compressSync(e){let r=new Ec.Simple,n=new Uint8Array(e);return r.compress(n).buffer}decompressSync(e){let r=new Ec.Simple,n=new Uint8Array(e);return r.decompress(n).buffer}};var Fc=Pe(O_()),Pc=class extends rn{constructor(e){super(e);this.name="snappy";this.extensions=[];this.contentEncodings=[];this.isSupported=!0;this.options=e||{}}compressSync(e){return(0,Fc.compress)(e)}decompressSync(e){return(0,Fc.uncompress)(e)}};var mE=()=>{function t(a){this.data=a,this.offset=0}let e=Int32Array.from([256,402,436,468,500,534,566,598,630,662,694,726,758,790,822,854,886,920,952,984,1016,1048,1080]),r=Int32Array.from([1,2,3,4,0,5,17,6,16,7,8,9,10,11,12,13,14,15]),n=Int32Array.from([0,3,2,1,0,0,0,0,0,0,3,3,3,3,3,3]),i=Int32Array.from([0,0,0,0,-1,1,-2,2,-3,3,-1,1,-2,2,-3,3]),o=Int32Array.from([131072,131076,131075,196610,131072,131076,131075,262145,131072,131076,131075,196610,131072,131076,131075,262149]),f=Int32Array.from([1,5,9,13,17,25,33,41,49,65,81,97,113,145,177,209,241,305,369,497,753,1265,2289,4337,8433,16625]),s=Int32Array.from([2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,6,6,7,8,9,10,11,12,13,24]),l=Int16Array.from([0,0,0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,7,8,9,10,12,14,24]),u=Int16Array.from([0,0,0,0,0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,7,8,9,10,24]),c=new Int16Array(2816);S(c);function _(a){let x=-1,k=16;for(;k>0;)a>>>k!=0&&(x+=k,a=a>>>k),k=k>>1;return x+a}function p(a,x,k){return 16+x+2*(k<<a)}function j(a,x,k){if(a<k+(2<<x))throw"maxDistance is too small";let A=(a-k>>x)+4,O=_(A)-1;return((O-1<<1|A>>O&1)-1<<x)+(1<<x)+k+16}function S(a){let x=new Int16Array(24),k=new Int16Array(24);k[0]=2;for(let A=0;A<23;++A)x[A+1]=x[A]+(1<<l[A]),k[A+1]=k[A]+(1<<u[A]);for(let A=0;A<704;++A){let O=A>>>6,Q=-4;O>=2&&(O-=2,Q=0);let re=(170064>>>O*2&3)<<3|A>>>3&7,he=(156228>>>O*2&3)<<3|A&7,Ae=k[he],Ee=Q+(Ae>4?3:Ae-2),qe=A*4;a[qe+0]=l[re]|u[he]<<8,a[qe+1]=x[re],a[qe+2]=k[he],a[qe+3]=Ee}}function T(a){let x=a.isLargeWindow;if(a.isLargeWindow=0,a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),Be(a,1)==0)return 16;let k=Be(a,3);return k!=0?17+k:(k=Be(a,3),k!=0?k==1?x==0||(a.isLargeWindow=1,Be(a,1)==1)||(k=Be(a,6),k<10||k>30)?-1:k:8+k:17)}function U(a){if(a.runningState!=1)throw"State MUST be freshly initialized";a.isEager=1}function W(a){if(a.runningState!=1)throw"State MUST be freshly initialized";a.isLargeWindow=1}function L(a,x){if(a.runningState!=1)throw"State MUST be freshly initialized";if(a.cdNumChunks==0&&(a.cdChunks=new Array(16),a.cdChunkOffsets=new Int32Array(16),a.cdBlockBits=-1),a.cdNumChunks==15)throw"Too many dictionary chunks";a.cdChunks[a.cdNumChunks]=x,a.cdNumChunks++,a.cdTotalSize+=x.length,a.cdChunkOffsets[a.cdNumChunks]=a.cdTotalSize}function te(a,x){if(a.runningState!=0)throw"State MUST be uninitialized";a.blockTrees=new Int32Array(3091),a.blockTrees[0]=7,a.distRbIdx=3;let k=j(2147483644,3,15<<3);a.distExtraBits=new Int8Array(k),a.distOffset=new Int32Array(k),a.input=x,v(a),a.runningState=1}function ce(a){if(a.runningState==0)throw"State MUST be initialized";a.runningState!=11&&(a.runningState=11,a.input!=null&&(n1(a.input),a.input=null))}function J(a){if(a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),Be(a,1)!=0){let x=Be(a,3);return x==0?1:Be(a,x)+(1<<x)}return 0}function D(a){if(a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),a.inputEnd=Be(a,1),a.metaBlockLength=0,a.isUncompressed=0,a.isMetadata=0,a.inputEnd!=0&&Be(a,1)!=0)return;let x=Be(a,2)+4;if(x==7){if(a.isMetadata=1,Be(a,1)!=0)throw"Corrupted reserved bit";let k=Be(a,2);if(k==0)return;for(let A=0;A<k;A++){a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16);let O=Be(a,8);if(O==0&&A+1==k&&k>1)throw"Exuberant nibble";a.metaBlockLength|=O<<A*8}}else for(let k=0;k<x;k++){a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16);let A=Be(a,4);if(A==0&&k+1==x&&x>4)throw"Exuberant nibble";a.metaBlockLength|=A<<k*4}a.metaBlockLength++,a.inputEnd==0&&(a.isUncompressed=Be(a,1))}function ae(a,x,k){let A=a[x],O=k.accumulator32>>>k.bitOffset;A+=O&255;let Q=a[A]>>16,re=a[A]&65535;if(Q<=8)return k.bitOffset+=Q,re;A+=re;let he=(1<<Q)-1;return A+=(O&he)>>>8,k.bitOffset+=(a[A]>>16)+8,a[A]&65535}function Y(a,x,k){k.bitOffset>=16&&(k.accumulator32=k.shortBuffer[k.halfOffset++]<<16|k.accumulator32>>>16,k.bitOffset-=16);let A=ae(a,x,k),O=s[A];return k.bitOffset>=16&&(k.accumulator32=k.shortBuffer[k.halfOffset++]<<16|k.accumulator32>>>16,k.bitOffset-=16),f[A]+(O<=16?Be(k,O):Un(k,O))}function pe(a,x){let k=a[x];for(;x>0;x--)a[x]=a[x-1];a[0]=k}function y(a,x){let k=new Int32Array(256);for(let A=0;A<256;A++)k[A]=A;for(let A=0;A<x;A++){let O=a[A]&255;a[A]=k[O],O!=0&&pe(k,O)}}function g(a,x,k,A){let O=0,Q=8,re=0,he=0,Ae=32768,Ee=new Int32Array(32+1),qe=Ee.length-1;for(rt(Ee,qe,5,a,18);O<x&&Ae>0;){A.halfOffset>2030&&Je(A),A.bitOffset>=16&&(A.accumulator32=A.shortBuffer[A.halfOffset++]<<16|A.accumulator32>>>16,A.bitOffset-=16);let nt=A.accumulator32>>>A.bitOffset&31;A.bitOffset+=Ee[nt]>>16;let ot=Ee[nt]&65535;if(ot<16)re=0,k[O++]=ot,ot!=0&&(Q=ot,Ae-=32768>>ot);else{let Ht=ot-14,$r=0;ot==16&&($r=Q),he!=$r&&(re=0,he=$r);let ln=re;re>0&&(re-=2,re<<=Ht),A.bitOffset>=16&&(A.accumulator32=A.shortBuffer[A.halfOffset++]<<16|A.accumulator32>>>16,A.bitOffset-=16),re+=Be(A,Ht)+3;let br=re-ln;if(O+br>x)throw"symbol + repeatDelta > numSymbols";for(let at=0;at<br;at++)k[O++]=he;he!=0&&(Ae-=br<<15-he)}}if(Ae!=0)throw"Unused space";k.fill(0,O,x)}function N(a,x){for(let k=0;k<x-1;++k)for(let A=k+1;A<x;++A)if(a[k]==a[A])throw"Duplicate simple Huffman code symbol"}function b(a,x,k,A,O){let Q=new Int32Array(x),re=new Int32Array(4),he=1+_(a-1),Ae=Be(O,2)+1;for(let qe=0;qe<Ae;qe++){O.bitOffset>=16&&(O.accumulator32=O.shortBuffer[O.halfOffset++]<<16|O.accumulator32>>>16,O.bitOffset-=16);let nt=Be(O,he);if(nt>=x)throw"Can't readHuffmanCode";re[qe]=nt}N(re,Ae);let Ee=Ae;switch(Ae==4&&(Ee+=Be(O,1)),Ee){case 1:Q[re[0]]=1;break;case 2:Q[re[0]]=1,Q[re[1]]=1;break;case 3:Q[re[0]]=1,Q[re[1]]=2,Q[re[2]]=2;break;case 4:Q[re[0]]=2,Q[re[1]]=2,Q[re[2]]=2,Q[re[3]]=2;break;case 5:Q[re[0]]=1,Q[re[1]]=2,Q[re[2]]=3,Q[re[3]]=3;break;default:break}return rt(k,A,8,Q,x)}function H(a,x,k,A,O){let Q=new Int32Array(a),re=new Int32Array(18),he=32,Ae=0;for(let Ee=x;Ee<18&&he>0;Ee++){let qe=r[Ee];O.bitOffset>=16&&(O.accumulator32=O.shortBuffer[O.halfOffset++]<<16|O.accumulator32>>>16,O.bitOffset-=16);let nt=O.accumulator32>>>O.bitOffset&15;O.bitOffset+=o[nt]>>16;let ot=o[nt]&65535;re[qe]=ot,ot!=0&&(he-=32>>ot,Ae++)}if(he!=0&&Ae!=1)throw"Corrupted Huffman code histogram";return g(re,a,Q,O),rt(k,A,8,Q,a)}function K(a,x,k,A,O){O.halfOffset>2030&&Je(O),O.bitOffset>=16&&(O.accumulator32=O.shortBuffer[O.halfOffset++]<<16|O.accumulator32>>>16,O.bitOffset-=16);let Q=Be(O,2);return Q==1?b(a,x,k,A,O):H(x,Q,k,A,O)}function M(a,x,k){k.halfOffset>2030&&Je(k);let A=J(k)+1;if(A==1)return x.fill(0,0,a),A;k.bitOffset>=16&&(k.accumulator32=k.shortBuffer[k.halfOffset++]<<16|k.accumulator32>>>16,k.bitOffset-=16);let O=Be(k,1),Q=0;O!=0&&(Q=Be(k,4)+1);let re=A+Q,he=e[re+31>>5],Ae=new Int32Array(he+1),Ee=Ae.length-1;K(re,re,Ae,Ee,k);for(let qe=0;qe<a;){k.halfOffset>2030&&Je(k),k.bitOffset>=16&&(k.accumulator32=k.shortBuffer[k.halfOffset++]<<16|k.accumulator32>>>16,k.bitOffset-=16);let nt=ae(Ae,Ee,k);if(nt==0)x[qe]=0,qe++;else if(nt<=Q){k.bitOffset>=16&&(k.accumulator32=k.shortBuffer[k.halfOffset++]<<16|k.accumulator32>>>16,k.bitOffset-=16);let ot=(1<<nt)+Be(k,nt);for(;ot!=0;){if(qe>=a)throw"Corrupted context map";x[qe]=0,qe++,ot--}}else x[qe]=nt-Q,qe++}return k.bitOffset>=16&&(k.accumulator32=k.shortBuffer[k.halfOffset++]<<16|k.accumulator32>>>16,k.bitOffset-=16),Be(k,1)==1&&y(x,a),A}function ie(a,x,k){let A=a.rings,O=4+x*2;a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16);let Q=ae(a.blockTrees,2*x,a),re=Y(a.blockTrees,2*x+1,a);return Q==1?Q=A[O+1]+1:Q==0?Q=A[O]:Q-=2,Q>=k&&(Q-=k),A[O]=A[O+1],A[O+1]=Q,re}function E(a){a.literalBlockLength=ie(a,0,a.numLiteralBlockTypes);let x=a.rings[5];a.contextMapSlice=x<<6,a.literalTreeIdx=a.contextMap[a.contextMapSlice]&255;let k=a.contextModes[x];a.contextLookupOffset1=k<<9,a.contextLookupOffset2=a.contextLookupOffset1+256}function We(a){a.commandBlockLength=ie(a,1,a.numCommandBlockTypes),a.commandTreeIdx=a.rings[7]}function de(a){a.distanceBlockLength=ie(a,2,a.numDistanceBlockTypes),a.distContextMapSlice=a.rings[9]<<2}function C(a){let x=a.maxRingBufferSize;if(x>a.expectedTotalSize){let O=a.expectedTotalSize;for(;x>>1>O;)x>>=1;a.inputEnd==0&&x<16384&&a.maxRingBufferSize>=16384&&(x=16384)}if(x<=a.ringBufferSize)return;let k=x+37,A=new Int8Array(k);a.ringBuffer.length!=0&&A.set(a.ringBuffer.subarray(0,0+a.ringBufferSize),0),a.ringBuffer=A,a.ringBufferSize=x}function X(a){if(a.inputEnd!=0){a.nextRunningState=10,a.runningState=12;return}a.literalTreeGroup=new Int32Array(0),a.commandTreeGroup=new Int32Array(0),a.distanceTreeGroup=new Int32Array(0),a.halfOffset>2030&&Je(a),D(a),!(a.metaBlockLength==0&&a.isMetadata==0)&&(a.isUncompressed!=0||a.isMetadata!=0?(ne(a),a.runningState=a.isMetadata!=0?5:6):a.runningState=3,a.isMetadata==0&&(a.expectedTotalSize+=a.metaBlockLength,a.expectedTotalSize>1<<30&&(a.expectedTotalSize=1<<30),a.ringBufferSize<a.maxRingBufferSize&&C(a)))}function He(a,x,k){let A=a.blockTrees[2*x];if(k<=1)return a.blockTrees[2*x+1]=A,a.blockTrees[2*x+2]=A,1<<28;let O=k+2;A+=K(O,O,a.blockTrees,2*x,a),a.blockTrees[2*x+1]=A;let Q=26;return A+=K(Q,Q,a.blockTrees,2*x+1,a),a.blockTrees[2*x+2]=A,Y(a.blockTrees,2*x+1,a)}function we(a,x){let k=a.distExtraBits,A=a.distOffset,O=a.distancePostfixBits,Q=a.numDirectDistanceCodes,re=1<<O,he=1,Ae=0,Ee=16;for(let qe=0;qe<Q;++qe)k[Ee]=0,A[Ee]=qe+1,++Ee;for(;Ee<x;){let qe=Q+((2+Ae<<he)-4<<O)+1;for(let nt=0;nt<re;++nt)k[Ee]=he,A[Ee]=qe+nt,++Ee;he=he+Ae,Ae=Ae^1}}function tt(a){a.numLiteralBlockTypes=J(a)+1,a.literalBlockLength=He(a,0,a.numLiteralBlockTypes),a.numCommandBlockTypes=J(a)+1,a.commandBlockLength=He(a,1,a.numCommandBlockTypes),a.numDistanceBlockTypes=J(a)+1,a.distanceBlockLength=He(a,2,a.numDistanceBlockTypes),a.halfOffset>2030&&Je(a),a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),a.distancePostfixBits=Be(a,2),a.numDirectDistanceCodes=Be(a,4)<<a.distancePostfixBits,a.contextModes=new Int8Array(a.numLiteralBlockTypes);for(let Q=0;Q<a.numLiteralBlockTypes;){let re=vo(Q+96,a.numLiteralBlockTypes);for(;Q<re;++Q)a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),a.contextModes[Q]=Be(a,2);a.halfOffset>2030&&Je(a)}a.contextMap=new Int8Array(a.numLiteralBlockTypes<<6);let x=M(a.numLiteralBlockTypes<<6,a.contextMap,a);a.trivialLiteralContext=1;for(let Q=0;Q<a.numLiteralBlockTypes<<6;Q++)if(a.contextMap[Q]!=Q>>6){a.trivialLiteralContext=0;break}a.distContextMap=new Int8Array(a.numDistanceBlockTypes<<2);let k=M(a.numDistanceBlockTypes<<2,a.distContextMap,a);a.literalTreeGroup=$(256,256,x,a),a.commandTreeGroup=$(704,704,a.numCommandBlockTypes,a);let A=p(a.distancePostfixBits,a.numDirectDistanceCodes,24),O=A;a.isLargeWindow==1&&(A=p(a.distancePostfixBits,a.numDirectDistanceCodes,62),O=j(2147483644,a.distancePostfixBits,a.numDirectDistanceCodes)),a.distanceTreeGroup=$(A,O,k,a),we(a,O),a.contextMapSlice=0,a.distContextMapSlice=0,a.contextLookupOffset1=a.contextModes[0]*512,a.contextLookupOffset2=a.contextLookupOffset1+256,a.literalTreeIdx=0,a.commandTreeIdx=0,a.rings[4]=1,a.rings[5]=0,a.rings[6]=1,a.rings[7]=0,a.rings[8]=1,a.rings[9]=0}function Br(a){let x=a.ringBuffer;if(a.metaBlockLength<=0){P(a),a.runningState=2;return}let k=vo(a.ringBufferSize-a.pos,a.metaBlockLength);if(Qe(a,x,a.pos,k),a.metaBlockLength-=k,a.pos+=k,a.pos==a.ringBufferSize){a.nextRunningState=6,a.runningState=12;return}P(a),a.runningState=2}function je(a){let x=vo(a.outputLength-a.outputUsed,a.ringBufferBytesReady-a.ringBufferBytesWritten);return x!=0&&(a.output.set(a.ringBuffer.subarray(a.ringBufferBytesWritten,a.ringBufferBytesWritten+x),a.outputOffset+a.outputUsed),a.outputUsed+=x,a.ringBufferBytesWritten+=x),a.outputUsed<a.outputLength?1:0}function $(a,x,k,A){let O=e[x+31>>5],Q=new Int32Array(k+k*O),re=k;for(let he=0;he<k;++he)Q[he]=re,re+=K(a,x,Q,he,A);return Q}function jo(a){let x=a.ringBufferSize;return a.isEager!=0&&(x=vo(x,a.ringBufferBytesWritten+a.outputLength-a.outputUsed)),x}function _o(a,x){if(a.distance>2147483644)throw"Invalid backward reference";let k=a.distance-a.maxDistance-1-a.cdTotalSize;if(k<0)Ye(a,-k-1,a.copyLength),a.runningState=14;else{let A=xt,O=a.copyLength;if(O>31)throw"Invalid backward reference";let Q=qo[O];if(Q==0)throw"Invalid backward reference";let re=er[O],he=(1<<Q)-1,Ae=k&he,Ee=k>>>Q;re+=Ae*O;let qe=d;if(Ee>=qe.numTransforms)throw"Invalid backward reference";let nt=B(a.ringBuffer,a.pos,A,re,O,qe,Ee);if(a.pos+=nt,a.metaBlockLength-=nt,a.pos>=x){a.nextRunningState=4,a.runningState=12;return}a.runningState=4}}function kt(a){a.cdBlockMap=new Int8Array(256);let x=8;for(;a.cdTotalSize-1>>>x!=0;)x++;x-=8,a.cdBlockBits=x;let k=0,A=0;for(;k<a.cdTotalSize;){for(;a.cdChunkOffsets[A+1]<k;)A++;a.cdBlockMap[k>>>x]=A,k+=1<<x}}function Ye(a,x,k){a.cdBlockBits==-1&&kt(a);let A=a.cdBlockMap[x>>>a.cdBlockBits];for(;x>=a.cdChunkOffsets[A+1];)A++;if(a.cdTotalSize>x+k)throw"Invalid backward reference";a.distRbIdx=a.distRbIdx+1&3,a.rings[a.distRbIdx]=a.distance,a.metaBlockLength-=k,a.cdBrIndex=A,a.cdBrOffset=x-a.cdChunkOffsets[A],a.cdBrLength=k,a.cdBrCopied=0}function Rt(a,x){let k=a.pos,A=k;for(;a.cdBrLength!=a.cdBrCopied;){let O=x-k,re=a.cdChunkOffsets[a.cdBrIndex+1]-a.cdChunkOffsets[a.cdBrIndex]-a.cdBrOffset,he=a.cdBrLength-a.cdBrCopied;if(he>re&&(he=re),he>O&&(he=O),r1(a.ringBuffer,k,a.cdChunks[a.cdBrIndex],a.cdBrOffset,a.cdBrOffset+he),k+=he,a.cdBrOffset+=he,a.cdBrCopied+=he,he==re&&(a.cdBrIndex++,a.cdBrOffset=0),k>=x)break}return k-A}function mt(a){if(a.runningState==0)throw"Can't decompress until initialized";if(a.runningState==11)throw"Can't decompress after close";if(a.runningState==1){let O=T(a);if(O==-1)throw"Invalid 'windowBits' code";a.maxRingBufferSize=1<<O,a.maxBackwardDistance=a.maxRingBufferSize-16,a.runningState=2}let x=jo(a),k=a.ringBufferSize-1,A=a.ringBuffer;for(;a.runningState!=10;)switch(a.runningState){case 2:if(a.metaBlockLength<0)throw"Invalid metablock length";X(a),x=jo(a),k=a.ringBufferSize-1,A=a.ringBuffer;continue;case 3:tt(a),a.runningState=4;case 4:if(a.metaBlockLength<=0){a.runningState=2;continue}a.halfOffset>2030&&Je(a),a.commandBlockLength==0&&We(a),a.commandBlockLength--,a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16);let O=ae(a.commandTreeGroup,a.commandTreeIdx,a)<<2,Q=c[O],re=c[O+1],he=c[O+2];a.distanceCode=c[O+3],a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16);let Ae=Q&255;a.insertLength=re+(Ae<=16?Be(a,Ae):Un(a,Ae)),a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16);let Ee=Q>>8;a.copyLength=he+(Ee<=16?Be(a,Ee):Un(a,Ee)),a.j=0,a.runningState=7;case 7:if(a.trivialLiteralContext!=0){for(;a.j<a.insertLength;)if(a.halfOffset>2030&&Je(a),a.literalBlockLength==0&&E(a),a.literalBlockLength--,a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),A[a.pos]=ae(a.literalTreeGroup,a.literalTreeIdx,a),a.pos++,a.j++,a.pos>=x){a.nextRunningState=7,a.runningState=12;break}}else{let br=A[a.pos-1&k]&255,at=A[a.pos-2&k]&255;for(;a.j<a.insertLength;){a.halfOffset>2030&&Je(a),a.literalBlockLength==0&&E(a);let en=It[a.contextLookupOffset1+br]|It[a.contextLookupOffset2+at],Ri=a.contextMap[a.contextMapSlice+en]&255;if(a.literalBlockLength--,at=br,a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),br=ae(a.literalTreeGroup,Ri,a),A[a.pos]=br,a.pos++,a.j++,a.pos>=x){a.nextRunningState=7,a.runningState=12;break}}}if(a.runningState!=7)continue;if(a.metaBlockLength-=a.insertLength,a.metaBlockLength<=0){a.runningState=4;continue}let qe=a.distanceCode;if(qe<0)a.distance=a.rings[a.distRbIdx];else{a.halfOffset>2030&&Je(a),a.distanceBlockLength==0&&de(a),a.distanceBlockLength--,a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16);let br=a.distContextMap[a.distContextMapSlice+qe]&255;if(qe=ae(a.distanceTreeGroup,br,a),qe<16){let at=a.distRbIdx+n[qe]&3;if(a.distance=a.rings[at]+i[qe],a.distance<0)throw"Negative distance"}else{let at=a.distExtraBits[qe],en;a.bitOffset+at<=32?en=Be(a,at):(a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),en=at<=16?Be(a,at):Un(a,at)),a.distance=a.distOffset[qe]+(en<<a.distancePostfixBits)}}if(a.maxDistance!=a.maxBackwardDistance&&a.pos<a.maxBackwardDistance?a.maxDistance=a.pos:a.maxDistance=a.maxBackwardDistance,a.distance>a.maxDistance){a.runningState=9;continue}if(qe>0&&(a.distRbIdx=a.distRbIdx+1&3,a.rings[a.distRbIdx]=a.distance),a.copyLength>a.metaBlockLength)throw"Invalid backward reference";a.j=0,a.runningState=8;case 8:let nt=a.pos-a.distance&k,ot=a.pos,Ht=a.copyLength-a.j,$r=nt+Ht,ln=ot+Ht;if($r<k&&ln<k){if(Ht<12||$r>ot&&ln>nt)for(let br=0;br<Ht;br+=4)A[ot++]=A[nt++],A[ot++]=A[nt++],A[ot++]=A[nt++],A[ot++]=A[nt++];else A.copyWithin(ot,nt,$r);a.j+=Ht,a.metaBlockLength-=Ht,a.pos+=Ht}else for(;a.j<a.copyLength;)if(A[a.pos]=A[a.pos-a.distance&k],a.metaBlockLength--,a.pos++,a.j++,a.pos>=x){a.nextRunningState=8,a.runningState=12;break}a.runningState==8&&(a.runningState=4);continue;case 9:_o(a,x);continue;case 14:if(a.pos+=Rt(a,x),a.pos>=x){a.nextRunningState=14,a.runningState=12;return}a.runningState=4;continue;case 5:for(;a.metaBlockLength>0;)a.halfOffset>2030&&Je(a),a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),Be(a,8),a.metaBlockLength--;a.runningState=2;continue;case 6:Br(a);continue;case 12:a.ringBufferBytesReady=vo(a.pos,a.ringBufferSize),a.runningState=13;case 13:if(je(a)==0)return;a.pos>=a.maxBackwardDistance&&(a.maxDistance=a.maxBackwardDistance),a.pos>=a.ringBufferSize&&(a.pos>a.ringBufferSize&&A.copyWithin(0,a.ringBufferSize,a.pos),a.pos&=k,a.ringBufferBytesWritten=0),a.runningState=a.nextRunningState;continue;default:throw"Unexpected state "+a.runningState}if(a.runningState==10){if(a.metaBlockLength<0)throw"Invalid metablock length";ne(a),qt(a,1)}}function q(a,x,k){this.numTransforms=0,this.triplets=new Int32Array(0),this.prefixSuffixStorage=new Int8Array(0),this.prefixSuffixHeads=new Int32Array(0),this.params=new Int16Array(0),this.numTransforms=a,this.triplets=new Int32Array(a*3),this.params=new Int16Array(a),this.prefixSuffixStorage=new Int8Array(x),this.prefixSuffixHeads=new Int32Array(k+1)}let d=new q(121,167,50);function m(a,x,k,A,O){let Q=A.length,re=1,he=0;for(let Ae=0;Ae<Q;++Ae){let Ee=A.charCodeAt(Ae);Ee==35?x[re++]=he:a[he++]=Ee}for(let Ae=0;Ae<363;++Ae)k[Ae]=O.charCodeAt(Ae)-32}m(d.prefixSuffixStorage,d.prefixSuffixHeads,d.triplets,`# #s #, #e #.# the #.com/#\xC2\xA0# of # and # in # to #"#">#
35
26
  #]# for # a # that #. # with #'# from # by #. The # on # as # is #ing #
36
- #:#ed #(# at #ly #="# of the #. This #,# not #er #al #='#ful #ive #less #est #ize #ous #`,` !! ! , *! &! " ! ) * * - ! # ! #!*! + ,$ ! - % . / # 0 1 . " 2 3!* 4% ! # / 5 6 7 8 0 1 & $ 9 + : ; < ' != > ?! 4 @ 4 2 & A *# ( B C& ) % ) !*# *-% A +! *. D! %' & E *6 F G% ! *A *% H! D I!+! J!+ K +- *4! A L!*4 M N +6 O!*% +.! K *G P +%( ! G *D +D Q +# *K!*G!+D!+# +G +A +4!+% +K!+4!*D!+K!*K`);function cw(a,j,b,_,v,N,U){let Z=j,le=N.triplets,ue=N.prefixSuffixStorage,te=N.prefixSuffixHeads,Fe=3*U,Re=le[Fe],bt=le[Fe+1],Vr=le[Fe+2],Qr=te[Re],Jt=te[Re+1],Ue=te[Vr],Cr=te[Vr+1],Ei=bt-11,yc=bt-0;for((Ei<1||Ei>9)&&(Ei=0),(yc<1||yc>9)&&(yc=0);Qr!=Jt;)a[Z++]=ue[Qr++];Ei>v&&(Ei=v),_+=Ei,v-=Ei,v-=yc;let D0=v;for(;D0>0;)a[Z++]=b[_++],D0--;if(bt==10||bt==11){let dt=Z-v;for(bt==10&&(v=1);v>0;){let hf=a[dt]&255;hf<192?(hf>=97&&hf<=122&&(a[dt]^=32),dt+=1,v-=1):hf<224?(a[dt+1]^=32,dt+=2,v-=2):(a[dt+2]^=5,dt+=3,v-=3)}}else if(bt==21||bt==22){let dt=Z-v,hf=N.params[U],Sr=(hf&32767)+(16777216-(hf&32768));for(;v>0;){let wo=1,Ai=a[dt]&255;if(Ai<128)Sr+=Ai,a[dt]=Sr&127;else if(!(Ai<192)){if(Ai<224)if(v>=2){let ho=a[dt+1];Sr+=ho&63|(Ai&31)<<6,a[dt]=192|Sr>>6&31,a[dt+1]=ho&192|Sr&63,wo=2}else wo=v;else if(Ai<240)if(v>=3){let ho=a[dt+1],Ja=a[dt+2];Sr+=Ja&63|(ho&63)<<6|(Ai&15)<<12,a[dt]=224|Sr>>12&15,a[dt+1]=ho&192|Sr>>6&63,a[dt+2]=Ja&192|Sr&63,wo=3}else wo=v;else if(Ai<248)if(v>=4){let ho=a[dt+1],Ja=a[dt+2],N0=a[dt+3];Sr+=N0&63|(Ja&63)<<6|(ho&63)<<12|(Ai&7)<<18,a[dt]=240|Sr>>18&7,a[dt+1]=ho&192|Sr>>12&63,a[dt+2]=Ja&192|Sr>>6&63,a[dt+3]=N0&192|Sr&63,wo=4}else wo=v}dt+=wo,v-=wo,bt==21&&(v=0)}}for(;Ue!=Cr;)a[Z++]=ue[Ue++];return Z-j}function gc(a,j){let b=1<<j-1;for(;(a&b)!=0;)b>>=1;return(a&b-1)+b}function Ya(a,j,b,_,v){do _-=b,a[j+_]=v;while(_>0)}function co(a,j,b){let _=1<<j-b;for(;j<15&&(_-=a[j],!(_<=0));)j++,_<<=1;return j-b}function cs(a,j,b,_,v){let N=a[j],U,Z=new Int32Array(v),le=new Int32Array(16),ue=new Int32Array(16),te;for(te=0;te<v;te++)le[_[te]]++;ue[1]=0;for(let Ue=1;Ue<15;Ue++)ue[Ue+1]=ue[Ue]+le[Ue];for(te=0;te<v;te++)_[te]!=0&&(Z[ue[_[te]]++]=te);let Fe=b,Re=1<<Fe,bt=Re;if(ue[15]==1){for(U=0;U<bt;U++)a[N+U]=Z[0];return bt}U=0,te=0;for(let Ue=1,Cr=2;Ue<=b;Ue++,Cr<<=1)for(;le[Ue]>0;le[Ue]--)Ya(a,N+U,Cr,Re,Ue<<16|Z[te++]),U=gc(U,Ue);let Vr=bt-1,Qr=-1,Jt=N;for(let Ue=b+1,Cr=2;Ue<=15;Ue++,Cr<<=1)for(;le[Ue]>0;le[Ue]--)(U&Vr)!=Qr&&(Jt+=Re,Fe=co(le,Ue,b),Re=1<<Fe,bt+=Re,Qr=U&Vr,a[N+Qr]=Fe+b<<16|Jt-N-Qr),Ya(a,Jt+(U>>b),Cr,Re,Ue-b<<16|Z[te++]),U=gc(U,Ue);return bt}function dr(a){if(a.endOfStreamReached!=0){if(pe(a)>=-2)return;throw"No more input"}let j=a.halfOffset<<1,b=4096-j;for(a.byteBuffer.copyWithin(0,j,4096),a.halfOffset=0;b<4096;){let _=4096-b,v=F0(a.input,a.byteBuffer,b,_);if(v<=0){a.endOfStreamReached=1,a.tailBytes=b,b+=1;break}b+=v}he(a,b)}function Ga(a,j){if(a.endOfStreamReached==0)return;let b=(a.halfOffset<<1)+(a.bitOffset+7>>3)-4;if(b>a.tailBytes)throw"Read after end";if(j!=0&&b!=a.tailBytes)throw"Unused bytes after end"}function O0(a){if(a.bitOffset>32)throw"Accumulator underloaded: "+a.bitOffset}function Ne(a,j){let b=a.accumulator32>>>a.bitOffset&(1<<j)-1;return a.bitOffset+=j,b}function ps(a,j){let b=Ne(a,16);return a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16,b|Ne(a,j-16)<<16}function h(a){a.byteBuffer=new Int8Array(4160),a.accumulator32=0,a.shortBuffer=new Int16Array(2080),a.bitOffset=32,a.halfOffset=2048,a.endOfStreamReached=0,y(a)}function y(a){a.halfOffset>2030&&dr(a),Ga(a,0),a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16,a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16}function I(a){a.bitOffset==32&&y(a)}function z(a){let j=32-a.bitOffset&7;if(j!=0&&Ne(a,j)!=0)throw"Corrupted padding bits"}function pe(a){let j=2048;return a.endOfStreamReached!=0&&(j=a.tailBytes+1>>1),j-a.halfOffset}function Se(a,j,b,_){if((a.bitOffset&7)!=0)throw"Unaligned copyBytes";for(;a.bitOffset!=32&&_!=0;)j[b++]=a.accumulator32>>>a.bitOffset,a.bitOffset+=8,_--;if(_==0)return;let v=mo(pe(a),_>>1);if(v>0){let N=a.halfOffset<<1,U=v<<1;j.set(a.byteBuffer.subarray(N,N+U),b),b+=U,_-=U,a.halfOffset+=v}if(_!=0){if(pe(a)>0){for(a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16);_!=0;)j[b++]=a.accumulator32>>>a.bitOffset,a.bitOffset+=8,_--;Ga(a,0);return}for(;_>0;){let N=F0(a.input,j,b,_);if(N==-1)throw"Unexpected end of input";b+=N,_-=N}}}function he(a,j){let b=a.byteBuffer,_=j>>1,v=a.shortBuffer;for(let N=0;N<_;++N)v[N]=b[N*2]&255|(b[N*2+1]&255)<<8}let at=new Int32Array(2048);function tt(a,j,b){for(let v=0;v<256;++v)a[v]=v&63,a[512+v]=v>>2,a[1792+v]=2+(v>>6);for(let v=0;v<128;++v)a[1024+v]=4*(j.charCodeAt(v)-32);for(let v=0;v<64;++v)a[1152+v]=v&1,a[1216+v]=2+(v&1);let _=1280;for(let v=0;v<19;++v){let N=v&3,U=b.charCodeAt(v)-32;for(let Z=0;Z<U;++Z)a[_++]=N}for(let v=0;v<16;++v)a[1792+v]=1,a[2032+v]=6;a[1792]=0,a[2047]=7;for(let v=0;v<256;++v)a[1536+v]=a[1792+v]<<3}tt(at,` !! ! "#$##%#$&'##(#)#++++++++++((&*'##,---,---,-----,-----,-----&#'###.///.///./////./////./////&#'# `,"A/* ': & : $ \x81 @");function lt(){this.ringBuffer=new Int8Array(0),this.contextModes=new Int8Array(0),this.contextMap=new Int8Array(0),this.distContextMap=new Int8Array(0),this.distExtraBits=new Int8Array(0),this.output=new Int8Array(0),this.byteBuffer=new Int8Array(0),this.shortBuffer=new Int16Array(0),this.intBuffer=new Int32Array(0),this.rings=new Int32Array(0),this.blockTrees=new Int32Array(0),this.literalTreeGroup=new Int32Array(0),this.commandTreeGroup=new Int32Array(0),this.distanceTreeGroup=new Int32Array(0),this.distOffset=new Int32Array(0),this.runningState=0,this.nextRunningState=0,this.accumulator32=0,this.bitOffset=0,this.halfOffset=0,this.tailBytes=0,this.endOfStreamReached=0,this.metaBlockLength=0,this.inputEnd=0,this.isUncompressed=0,this.isMetadata=0,this.literalBlockLength=0,this.numLiteralBlockTypes=0,this.commandBlockLength=0,this.numCommandBlockTypes=0,this.distanceBlockLength=0,this.numDistanceBlockTypes=0,this.pos=0,this.maxDistance=0,this.distRbIdx=0,this.trivialLiteralContext=0,this.literalTreeIdx=0,this.commandTreeIdx=0,this.j=0,this.insertLength=0,this.contextMapSlice=0,this.distContextMapSlice=0,this.contextLookupOffset1=0,this.contextLookupOffset2=0,this.distanceCode=0,this.numDirectDistanceCodes=0,this.distancePostfixBits=0,this.distance=0,this.copyLength=0,this.maxBackwardDistance=0,this.maxRingBufferSize=0,this.ringBufferSize=0,this.expectedTotalSize=0,this.outputOffset=0,this.outputLength=0,this.outputUsed=0,this.ringBufferBytesWritten=0,this.ringBufferBytesReady=0,this.isEager=0,this.isLargeWindow=0,this.cdNumChunks=0,this.cdTotalSize=0,this.cdBrIndex=0,this.cdBrOffset=0,this.cdBrLength=0,this.cdBrCopied=0,this.cdChunks=new Array(0),this.cdChunkOffsets=new Int32Array(0),this.cdBlockBits=0,this.cdBlockMap=new Int8Array(0),this.input=null,this.ringBuffer=new Int8Array(0),this.rings=new Int32Array(10),this.rings[0]=16,this.rings[1]=15,this.rings[2]=11,this.rings[3]=4}let ut=null,Dt=new Int32Array(32),po=new Int32Array(32);function pE(a,j){if(gE(a)==0||bE(a)==0)throw"newData must be a direct read-only byte buffer";if(j.length>31)throw"sizeBits length must be at most "+31;for(let U=0;U<4;++U)if(j[U]!=0)throw"first "+4+" must be 0";let b=Dt,_=po;_.set(j.subarray(0,0+j.length),0);let v=0,N=a.length;for(let U=0;U<j.length;++U){b[U]=v;let Z=_[U];if(Z!=0){if(Z>=31)throw"newSizeBits values must be less than 31";if(v+=U<<Z,v<=0||v>N)throw"newSizeBits is inconsistent: overflow"}}for(let U=j.length;U<32;++U)b[U]=v;if(v!=N)throw"newSizeBits is inconsistent: underflow";ut=a}function dE(a,j,b,_,v,N){let U=jE(j+b);if(U.length!=a.length)throw"Corrupted brotli dictionary";let Z=0,le=_.length;for(let ue=0;ue<le;ue+=2){let te=_.charCodeAt(ue)-36,Fe=_.charCodeAt(ue+1)-36;for(let Re=0;Re<te;++Re)U[Z]^=3,Z++;for(let Re=0;Re<Fe;++Re)U[Z]^=236,Z++}for(let ue=0;ue<N.length;++ue)v[ue]=N.charCodeAt(ue)-65;a.set(U)}{let a=new Int8Array(122784),j=new Int32Array(25);dE(a,'wjnfgltmojefofewab`h`lgfgbwbpkltlmozpjwf`jwzlsfmivpwojhfeqfftlqhwf{wzfbqlufqalgzolufelqnallhsobzojufojmfkfosklnfpjgfnlqftlqgolmdwkfnujftejmgsbdfgbzpevookfbgwfqnfb`kbqfbeqlnwqvfnbqhbaofvslmkjdkgbwfobmgmftpfufmmf{w`bpfalwkslpwvpfgnbgfkbmgkfqftkbwmbnfOjmhaoldpjyfabpfkfognbhfnbjmvpfq$*#(klogfmgptjwkMftpqfbgtfqfpjdmwbhfkbufdbnfpffm`boosbwktfoosovpnfmvejonsbqwiljmwkjpojpwdllgmffgtbzptfpwilapnjmgboploldlqj`kvpfpobpwwfbnbqnzellghjmdtjoofbpwtbqgafpwejqfSbdfhmltbtbz-smdnlufwkbmolbgdjufpfoemlwfnv`keffgnbmzql`hj`lmlm`follhkjgfgjfgKlnfqvofklpwbib{jmel`ovaobtpofppkboeplnfpv`kylmf233&lmfp`bqfWjnfqb`faovfelvqtffheb`fklsfdbufkbqgolpwtkfmsbqhhfswsbpppkjsqllnKWNOsobmWzsfglmfpbufhffseobdojmhplogejufwllhqbwfwltmivnswkvpgbqh`bqgejofefbqpwbzhjoowkbweboobvwlfufq-`lnwbohpklsulwfgffsnlgfqfpwwvqmalqmabmgefooqlpfvqo+phjmqlof`lnfb`wpbdfpnffwdlog-isdjwfnubqzefowwkfmpfmggqlsUjft`lsz2-3!?,b=pwlsfopfojfpwlvqsb`h-djesbpw`pp<dqbznfbm%dw8qjgfpklwobwfpbjgqlbgubq#effoilkmqj`hslqwebpw$VB.gfbg?,a=sllqajoowzsfV-P-tllgnvpw1s{8JmelqbmhtjgftbmwtbooofbgX3^8sbvotbufpvqf\'+$ tbjwnbppbqnpdlfpdbjmobmdsbjg"..#ol`hvmjwqllwtbohejqntjef{no!plmdwfpw13s{hjmgqltpwlloelmwnbjopbefpwbqnbsp`lqfqbjmeoltabazpsbmpbzp7s{85s{8bqwpellwqfbotjhjkfbwpwfswqjslqd,obhftfbhwlogElqn`bpwebmpabmhufqzqvmpivozwbph2s{8dlbodqftpoltfgdfjg>!pfwp6s{8-ip<73s{je#+pllmpfbwmlmfwvafyfqlpfmwqffgeb`wjmwldjewkbqn2;s{`bnfkjooalogyllnuljgfbpzqjmdejoosfbhjmjw`lpw0s{8ib`hwbdpajwpqloofgjwhmftmfbq?"..dqltIPLMgvwzMbnfpbofzlv#olwpsbjmibyy`logfzfpejpkttt-qjphwbapsqfu23s{qjpf16s{Aovfgjmd033/abooelqgfbqmtjogal{-ebjqob`hufqpsbjqivmfwf`kje+"sj`hfujo\'+! tbqnolqgglfpsvoo/333jgfbgqbtkvdfpslwevmgavqmkqfe`foohfzpwj`hklvqolppevfo21s{pvjwgfboQPP!bdfgdqfzDFW!fbpfbjnpdjqobjgp;s{8mbuzdqjgwjsp :::tbqpobgz`bqp*8#~sks<kfoowbootklnyk9 ), #233kboo- B4s{8svpk`kbw3s{8`qft),?,kbpk46s{eobwqbqf#%%#wfoo`bnslmwlobjgnjppphjswfmwejmfnbofdfwpsolw733/  `lloeffw-sks?aq=fqj`nlpwdvjgafoogfp`kbjqnbwkbwln,jnd% ;1ov`h`fmw3338wjmzdlmfkwnopfoogqvdEQFFmlgfmj`h<jg>olpfmvooubpwtjmgQPP#tfbqqfozaffmpbnfgvhfmbpb`bsftjpkdvoeW109kjwppolwdbwfhj`haovqwkfz26s{$$*8*8!=npjftjmpajqgplqwafwbpffhW2;9lqgpwqffnboo53s{ebqnlupalzpX3^-$*8!SLPWafbqhjgp*8~~nbqzwfmg+VH*rvbgyk9\n.pjy....sqls$*8ojewW2:9uj`fbmgzgfaw=QPPsllomf`haoltW259gllqfuboW249ofwpebjolqbosloomlub`lopdfmf#lxplewqlnfwjooqlpp?k0=slvqebgfsjmh?wq=njmj*\x7F"+njmfyk9abqpkfbq33*8njoh#..=jqlmeqfggjphtfmwpljosvwp,ip,klozW119JPAMW139bgbnpffp?k1=iplm$/#$`lmwW129#QPPollsbpjbnllm?,s=plvoOJMFelqw`bqwW279?k2=;3s{"..?:s{8W379njhf975Ymj`fjm`kZlqhqj`fyk9\b$**8svqfnbdfsbqbwlmfalmg904Y\\le\\$^*8333/yk9\vwbmhzbqgaltoavpk965YIbub03s{ \x7F~ &@0&907YifeeF[SJ`bpkujpbdloepmltyk9rvfq-`pppj`hnfbwnjm-ajmggfookjqfsj`pqfmw905YKWWS.132elwltloeFMG#{al{967YALGZgj`h8 ~ f{jw906Yubqpafbw$~*8gjfw:::8bmmf~~?,Xj^-Obmdhn.^tjqfwlzpbggppfbobof{8 \n~f`klmjmf-lqd336*wlmziftppbmgofdpqlle333*#133tjmfdfbqgldpallwdbqz`vwpwzofwfnswjlm-{no`l`hdbmd\'+$-63s{Sk-Gnjp`bobmolbmgfphnjofqzbmvmj{gjp`*8~ gvpw`ojs*- 43s{.133GUGp4^=?wbsfgfnlj((*tbdffvqlskjolswpklofEBRpbpjm.15WobapsfwpVQO#avoh`llh8~ KFBGX3^*baaqivbm+2:;ofpkwtjm?,j=plmzdvzpev`hsjsf\x7F. "331*mgltX2^8X^8 Old#pbow \n\nabmdwqjnabwk*x 33s{ ~*8hl9\0effpbg=p9,,#X^8wloosovd+*x x #-ip$133sgvboalbw-ISD*8 ~rvlw*8 $*8  ~1327132613251324132;132:13131312131113101317131613151314131;131:130313021301130013071306130513041320132113221323133:133;133413351336133713301331133213332:::2::;2::42::52::62::72::02::12::22::32:;:2:;;2:;42:;52:;62:;72:;02:;12:;22:;32:4:2:4;2:442:452:462:472:402:412:422:432:5:2:5;2:542:552:562:572:502:512:522:532:6:2:6;2:642:652:662:672:602:612:622:632333231720:73333::::`lnln/Mpfpwffpwbsfqlwlglkb`f`bgbb/]lajfmg/Abbp/Aujgb`bpllwqlelqlplollwqb`vbogjilpjgldqbmwjslwfnbgfafbodlrv/Efpwlmbgbwqfpsl`l`bpbabilwlgbpjmlbdvbsvfpvmlpbmwfgj`fovjpfoobnbzlylmbbnlqsjpllaqb`oj`foolgjlpklqb`bpj<[<\\<Q<\\<R<P=l<\\=l=o=n<\\<Q<Y<S<R<R=n<T<[<Q<R<X<R=n<R<Z<Y<R<Q<T=i<q<\\<Y<Y<]=g<P=g<~=g=m<R<^=g<^<R<q<R<R<]<s<R<W<T<Q<T<L<H<q<Y<p=g=n=g<r<Q<T<P<X<\\<{<\\<x<\\<q=o<r<]=n<Y<t<[<Y<U<Q=o<P<P<N=g=o<Z5m5f4O5j5i4K5i4U5o5h4O5d4]4C5f4K5m5e5k5d5h5i5h5o4K5d5h5k4D4_4K5h4I5j5k5f4O5f5n4C5k5h4G5i4D5k5h5d5h5f4D5h4K5f4D5o4X5f4K5i4O5i5j4F4D5f5h5j4A4D5k5i5i4X5d4Xejqpwujgflojdkwtlqognfgjbtkjwf`olpfaob`hqjdkwpnbooallhpsob`fnvpj`ejfoglqgfqsljmwubovfofufowbaofalbqgklvpfdqlvstlqhpzfbqppwbwfwlgbztbwfqpwbqwpwzofgfbwksltfqsklmfmjdkwfqqlqjmsvwbalvwwfqnpwjwofwllopfufmwol`bowjnfpobqdftlqgpdbnfppklqwpsb`fel`vp`ofbqnlgfoaol`hdvjgfqbgjlpkbqftlnfmbdbjmnlmfzjnbdfmbnfpzlvmdojmfpobwfq`lolqdqffmeqlmw%bns8tbw`kelq`fsqj`fqvofpafdjmbewfqujpjwjppvfbqfbpafoltjmgf{wlwboklvqpobafosqjmwsqfppavjowojmhppsffgpwvgzwqbgfelvmgpfmpfvmgfqpkltmelqnpqbmdfbggfgpwjoonlufgwbhfmbalufeobpkej{fglewfmlwkfqujftp`kf`hofdboqjufqjwfnprvj`hpkbsfkvnbmf{jpwdljmdnlujfwkjqgabpj`sfb`fpwbdftjgwkoldjmjgfbptqlwfsbdfpvpfqpgqjufpwlqfaqfbhplvwkulj`fpjwfpnlmwktkfqfavjogtkj`kfbqwkelqvnwkqffpslqwsbqwz@oj`holtfqojufp`obppobzfqfmwqzpwlqzvpbdfplvmg`lvqwzlvq#ajqwkslsvswzsfpbssozJnbdfafjmdvssfqmlwfpfufqzpkltpnfbmpf{wqbnbw`kwqb`hhmltmfbqozafdbmpvsfqsbsfqmlqwkofbqmdjufmmbnfgfmgfgWfqnpsbqwpDqlvsaqbmgvpjmdtlnbmebopfqfbgzbvgjlwbhfptkjof-`ln,ojufg`bpfpgbjoz`kjogdqfbwivgdfwklpfvmjwpmfufqaqlbg`lbpw`lufqbssofejofp`z`ofp`fmfsobmp`oj`htqjwfrvffmsjf`ffnbjoeqbnflogfqsklwlojnjw`b`kf`jujop`boffmwfqwkfnfwkfqfwlv`kalvmgqlzbobphfgtklofpjm`fpwl`h#mbnfebjwkkfbqwfnswzleefqp`lsfltmfgnjdkwboavnwkjmhaollgbqqbznbilqwqvpw`bmlmvmjlm`lvmwubojgpwlmfPwzofOldjmkbsszl``vqofew9eqfpkrvjwfejonpdqbgfmffgpvqabmejdkwabpjpklufqbvwl8qlvwf-kwnonj{fgejmboZlvq#pojgfwlsj`aqltmbolmfgqbtmpsojwqfb`kQjdkwgbwfpnbq`krvlwfdllgpOjmhpglvawbpzm`wkvnaboolt`kjfezlvwkmlufo23s{8pfqufvmwjokbmgp@kf`hPsb`frvfqzibnfpfrvbowtj`f3/333Pwbqwsbmfoplmdpqlvmgfjdkwpkjewtlqwkslpwpofbgptffhpbuljgwkfpfnjofpsobmfpnbqwboskbsobmwnbqhpqbwfpsobzp`objnpbofpwf{wppwbqptqlmd?,k0=wkjmd-lqd,nvowjkfbqgSltfqpwbmgwlhfmplojg+wkjpaqjmdpkjsppwbeewqjfg`boopevoozeb`wpbdfmwWkjp#,,..=bgnjmfdzswFufmw26s{8Fnbjowqvf!`qlpppsfmwaoldpal{!=mlwfgofbuf`kjmbpjyfpdvfpw?,k7=qlalwkfbuzwqvf/pfufmdqbmg`qjnfpjdmpbtbqfgbm`fskbpf=?"..fm\\VP% 0:8133s{\\mbnfobwjmfmilzbib{-bwjlmpnjwkV-P-#klogpsfwfqjmgjbmbu!=`kbjmp`lqf`lnfpgljmdsqjlqPkbqf2::3pqlnbmojpwpibsbmeboopwqjboltmfqbdqff?,k1=bavpfbofqwlsfqb!.,,T`bqgpkjoopwfbnpSklwlwqvwk`ofbm-sks<pbjmwnfwboolvjpnfbmwsqlleaqjfeqlt!=dfmqfwqv`hollhpUbovfEqbnf-mfw,..= ?wqz#x ubq#nbhfp`lpwpsobjmbgvowrvfpwwqbjmobalqkfosp`bvpfnbdj`nlwlqwkfjq163s{ofbpwpwfsp@lvmw`lvogdobpppjgfpevmgpklwfobtbqgnlvwknlufpsbqjpdjufpgvw`kwf{bpeqvjwmvoo/\x7F\x7FX^8wls!= ?"..SLPW!l`fbm?aq,=eollqpsfbhgfswk#pjyfabmhp`bw`k`kbqw13s{8bojdmgfboptlvog63s{8vqo>!sbqhpnlvpfNlpw#---?,bnlmdaqbjmalgz#mlmf8abpfg`bqqzgqbewqfefqsbdf\\klnf-nfwfqgfobzgqfbnsqlufiljmw?,wq=gqvdp?"..#bsqjojgfboboofmf{b`welqwk`lgfpoldj`Ujft#pffnpaobmhslqwp#+133pbufg\\ojmhdlbopdqbmwdqffhklnfpqjmdpqbwfg03s{8tklpfsbqpf+*8!#Aol`hojmv{ilmfpsj{fo$*8!=*8je+.ofewgbujgklqpfEl`vpqbjpfal{fpWqb`hfnfmw?,fn=abq!=-pq`>wltfqbow>!`baofkfmqz17s{8pfwvsjwbozpkbqsnjmlqwbpwftbmwpwkjp-qfpfwtkffodjqop,`pp,233&8`ovappwveeajaofulwfp#2333hlqfb~*8 abmgprvfvf>#x~8;3s{8`hjmdx \n\nbkfbg`ol`hjqjpkojhf#qbwjlpwbwpElqn!zbkll*X3^8Balvwejmgp?,k2=gfavdwbphpVQO#>`foop~*+*821s{8sqjnfwfoopwvqmp3{533-isd!psbjmafb`kwb{fpnj`qlbmdfo..=?,djewppwfuf.ojmhalgz-~*8 \nnlvmw#+2::EBR?,qldfqeqbmh@obpp1;s{8effgp?k2=?p`lwwwfpwp11s{8gqjmh*#\x7F\x7F#oftjppkboo 30:8#elq#olufgtbpwf33s{8ib9npjnlm?elmwqfsoznffwpvmwfq`kfbswjdkwAqbmg*#">#gqfpp`ojspqllnplmhfznlajonbjm-Mbnf#sobwfevmmzwqffp`ln,!2-isdtnlgfsbqbnPWBQWofew#jggfm/#132*8 ~ elqn-ujqvp`kbjqwqbmptlqpwSbdfpjwjlmsbw`k?".. l.`b`ejqnpwlvqp/333#bpjbmj((*xbglaf$*X3^jg>23alwk8nfmv#-1-nj-smd!hfujm`lb`k@kjogaqv`f1-isdVQO*(-isd\x7Fpvjwfpoj`fkbqqz213!#ptffwwq= mbnf>gjfdlsbdf#ptjpp..= eee8!=Old-`ln!wqfbwpkffw*#%%#27s{8poffsmwfmwejofgib9ojg>!`Mbnf!tlqpfpklwp.al{.gfowb %ow8afbqp97;Y?gbwb.qvqbo?,b=#psfmgabhfqpklsp>#!!8sks!=`wjlm20s{8aqjbmkfoolpjyf>l>&1E#iljmnbzaf?jnd#jnd!=/#eipjnd!#!*X3^NWlsAWzsf!mftozGbmph`yf`kwqbjohmltp?,k6=ebr!=yk.`m23*8 .2!*8wzsf>aovfpwqvozgbujp-ip$8= ?"pwffo#zlv#k1= elqn#ifpvp233&#nfmv- \n tbofpqjphpvnfmwggjmda.ojhwfb`kdje!#ufdbpgbmphffpwjpkrjspvlnjplaqfgfpgffmwqfwlglpsvfgfb/]lpfpw/Mwjfmfkbpwblwqlpsbqwfglmgfmvfulkb`fqelqnbnjpnlnfilqnvmglbrv/Ag/Abpp/_olbzvgbef`kbwlgbpwbmwlnfmlpgbwlplwqbppjwjlnv`klbklqbovdbqnbzlqfpwlpklqbpwfmfqbmwfpelwlpfpwbpsb/Apmvfubpbovgelqlpnfgjlrvjfmnfpfpslgfq`kjofpfq/Muf`fpgf`jqilp/Efpwbqufmwbdqvslkf`klfoolpwfmdlbnjdl`lpbpmjufodfmwfnjpnbbjqfpivojlwfnbpkb`jbebulqivmjlojaqfsvmwlavfmlbvwlqbaqjoavfmbwf{wlnbqylpbafqojpwbovfdl`/_nlfmfqlivfdlsfq/Vkbafqfpwlzmvm`bnvifqubolqevfqbojaqldvpwbjdvboulwlp`bplpdv/Absvfglplnlpbujplvpwfggfafmml`kfavp`bebowbfvqlppfqjfgj`kl`vqpl`obuf`bpbpof/_msobylobqdllaqbpujpwbbslzlivmwlwqbwbujpwl`qfbq`bnslkfnlp`jm`l`bqdlsjplplqgfmkb`fm/Mqfbgjp`lsfgql`fq`bsvfgbsbsfonfmlq/Vwjo`obqlilqdf`boofslmfqwbqgfmbgjfnbq`bpjdvffoobppjdol`l`kfnlwlpnbgqf`obpfqfpwlmj/]lrvfgbsbpbqabm`lkjilpujbifsbaol/Epwfujfmfqfjmlgfibqelmgl`bmbomlqwfofwqb`bvpbwlnbqnbmlpovmfpbvwlpujoobufmglsfpbqwjslpwfmdbnbq`loofubsbgqfvmjglubnlpylmbpbnalpabmgbnbqjbbavplnv`kbpvajqqjlibujujqdqbgl`kj`bboo/Ailufmgj`kbfpwbmwbofppbojqpvfolsfplpejmfpoobnbavp`l/Epwboofdbmfdqlsobybkvnlqsbdbqivmwbglaofjpobpalopbab/]lkbaobov`kb/mqfbgj`fmivdbqmlwbpuboofboo/M`bqdbglolqbabilfpw/Edvpwlnfmwfnbqjlejqnb`lpwlej`kbsobwbkldbqbqwfpofzfpbrvfonvpflabpfpsl`lpnjwbg`jfol`kj`lnjfgldbmbqpbmwlfwbsbgfafpsobzbqfgfppjfwf`lqwf`lqfbgvgbpgfpflujfilgfpfbbdvbp%rvlw8glnbjm`lnnlmpwbwvpfufmwpnbpwfqpzpwfnb`wjlmabmmfqqfnlufp`qloovsgbwfdolabonfgjvnejowfqmvnafq`kbmdfqfpvowsvaoj`p`qffm`kllpfmlqnbowqbufojppvfpplvq`fwbqdfwpsqjmdnlgvofnlajofptjw`ksklwlpalqgfqqfdjlmjwpfoepl`jbob`wjuf`lovnmqf`lqgelooltwjwof=fjwkfqofmdwkebnjozeqjfmgobzlvwbvwklq`qfbwfqfujftpvnnfqpfqufqsobzfgsobzfqf{sbmgsloj`zelqnbwglvaofsljmwppfqjfpsfqplmojujmdgfpjdmnlmwkpelq`fpvmjrvftfjdkwsflsoffmfqdzmbwvqfpfbq`kejdvqfkbujmd`vpwlnleepfwofwwfqtjmgltpvanjwqfmgfqdqlvspvsolbgkfbowknfwklgujgflpp`klloevwvqfpkbgltgfabwfubovfpLaif`wlwkfqpqjdkwpofbdvf`kqlnfpjnsofmlwj`fpkbqfgfmgjmdpfbplmqfslqwlmojmfprvbqfavwwlmjnbdfpfmbaofnlujmdobwfpwtjmwfqEqbm`fsfqjlgpwqlmdqfsfbwOlmglmgfwbjoelqnfggfnbmgpf`vqfsbppfgwlddofsob`fpgfuj`fpwbwj``jwjfppwqfbnzfooltbwwb`hpwqffweojdkwkjggfmjmel!=lsfmfgvpfevouboofz`bvpfpofbgfqpf`qfwpf`lmggbnbdfpslqwpf{`fswqbwjmdpjdmfgwkjmdpfeef`wejfogppwbwfpleej`fujpvbofgjwlqulovnfQfslqwnvpfvnnlujfpsbqfmwb``fppnlpwoznlwkfq!#jg>!nbqhfwdqlvmg`kbm`fpvqufzafelqfpznalonlnfmwpsff`knlwjlmjmpjgfnbwwfq@fmwfqlaif`wf{jpwpnjggofFvqlsfdqltwkofdb`znbmmfqfmlvdk`bqffqbmptfqlqjdjmslqwbo`ojfmwpfof`wqbmgln`olpfgwlsj`p`lnjmdebwkfqlswjlmpjnsozqbjpfgfp`bsf`klpfm`kvq`kgfejmfqfbplm`lqmfqlvwsvwnfnlqzjeqbnfsloj`fnlgfopMvnafqgvqjmdleefqppwzofphjoofgojpwfg`boofgpjoufqnbqdjmgfofwfafwwfqaqltpfojnjwpDolabopjmdoftjgdfw`fmwfqavgdfwmltqbs`qfgjw`objnpfmdjmfpbefwz`klj`fpsjqjw.pwzofpsqfbgnbhjmdmffgfgqvppjbsofbpff{wfmwP`qjswaqlhfmbooltp`kbqdfgjujgfeb`wlqnfnafq.abpfgwkflqz`lmejdbqlvmgtlqhfgkfosfg@kvq`kjnsb`wpklvogbotbzpoldl!#alwwlnojpw!=*xubq#sqfej{lqbmdfKfbgfq-svpk+`lvsofdbqgfmaqjgdfobvm`kQfujftwbhjmdujpjlmojwwofgbwjmdAvwwlmafbvwzwkfnfpelqdlwPfbq`kbm`klqbonlpwolbgfg@kbmdfqfwvqmpwqjmdqfolbgNlajofjm`lnfpvssozPlvq`flqgfqpujftfg%maps8`lvqpfBalvw#jpobmg?kwno#`llhjfmbnf>!bnbylmnlgfqmbguj`fjm?,b=9#Wkf#gjboldklvpfpAFDJM#Nf{j`lpwbqwp`fmwqfkfjdkwbggjmdJpobmgbppfwpFnsjqfP`kllofeelqwgjqf`wmfbqoznbmvboPfof`w- Lmfiljmfgnfmv!=SkjojsbtbqgpkbmgofjnslqwLeej`fqfdbqgphjoopmbwjlmPslqwpgfdqfftffhoz#+f-d-afkjmggl`wlqolddfgvmjwfg?,a=?,afdjmpsobmwpbppjpwbqwjpwjppvfg033s{\x7F`bmbgbbdfm`zp`kfnfqfnbjmAqbyjopbnsofoldl!=afzlmg.p`bofb``fswpfqufgnbqjmfEllwfq`bnfqb?,k2= \\elqn!ofbufppwqfpp!#,= -dje!#lmolbgolbgfqL{elqgpjpwfqpvqujuojpwfmefnbofGfpjdmpjyf>!bssfbowf{w!=ofufopwkbmhpkjdkfqelq`fgbmjnbobmzlmfBeqj`bbdqffgqf`fmwSflsof?aq#,=tlmgfqsqj`fpwvqmfg\x7F\x7F#x~8nbjm!=jmojmfpvmgbztqbs!=ebjofg`fmpvpnjmvwfafb`lmrvlwfp263s{\x7Ffpwbwfqfnlwffnbjo!ojmhfgqjdkw8pjdmboelqnbo2-kwnopjdmvssqjm`feolbw9-smd!#elqvn-B``fppsbsfqpplvmgpf{wfmgKfjdkwpojgfqVWE.;!%bns8#Afelqf-#TjwkpwvgjlltmfqpnbmbdfsqlejwiRvfqzbmmvbosbqbnpalvdkwebnlvpdlldofolmdfqj((*#xjpqbfopbzjmdgf`jgfklnf!=kfbgfqfmpvqfaqbm`ksjf`fpaol`h8pwbwfgwls!=?qb`jmdqfpjyf..%dw8sb`jwzpf{vboavqfbv-isd!#23/333lawbjmwjwofpbnlvmw/#Jm`-`lnfgznfmv!#ozqj`pwlgbz-jmgffg`lvmwz\\oldl-EbnjozollhfgNbqhfwopf#jeSobzfqwvqhfz*8ubq#elqfpwdjujmdfqqlqpGlnbjm~fopfxjmpfqwAold?,ellwfqoldjm-ebpwfqbdfmwp?algz#23s{#3sqbdnbeqjgbzivmjlqgloobqsob`fg`lufqpsovdjm6/333#sbdf!=alpwlm-wfpw+bubwbqwfpwfg\\`lvmwelqvnpp`kfnbjmgf{/ejoofgpkbqfpqfbgfqbofqw+bssfbqPvanjwojmf!=algz!= )#WkfWklvdkpffjmdifqpfzMftp?,ufqjezf{sfqwjmivqztjgwk>@llhjfPWBQW#b`qlpp\\jnbdfwkqfbgmbwjufsl`hfwal{!= Pzpwfn#Gbujg`bm`fqwbaofpsqlufgBsqjo#qfboozgqjufqjwfn!=nlqf!=albqgp`lolqp`bnsvpejqpw#\x7F\x7F#X^8nfgjb-dvjwbqejmjpktjgwk9pkltfgLwkfq#-sks!#bppvnfobzfqptjoplmpwlqfpqfojfeptfgfm@vpwlnfbpjoz#zlvq#Pwqjmd Tkjowbzolq`ofbq9qfplqweqfm`kwklvdk!*#(#!?algz=avzjmdaqbmgpNfnafqmbnf!=lssjmdpf`wlq6s{8!=upsb`fslpwfqnbilq#`leeffnbqwjmnbwvqfkbssfm?,mbu=hbmpbpojmh!=Jnbdfp>ebopftkjof#kpsb`f3%bns8# Jm##sltfqSlophj.`lolqilqgbmAlwwlnPwbqw#.`lvmw1-kwnomftp!=32-isdLmojmf.qjdkwnjoofqpfmjlqJPAM#33/333#dvjgfpubovf*f`wjlmqfsbjq-{no!##qjdkwp-kwno.aol`hqfdF{s9klufqtjwkjmujqdjmsklmfp?,wq=vpjmd# \nubq#=$*8 \n?,wg= ?,wq= abkbpbaqbpjodbofdlnbdzbqslophjpqsphj4]4C5d\bTA\nzk\vBl\bQ\x7F\vUmGx\bSM\nmC\bTA wQ\nd}\bW@\bTl\bTF i@ cT\vBM\v|jBV qw cC\bWI\npa fM\n{Z{X\bTF\bVV\bVK \x7FmkF []\bPm\bTv\nsI\vpg [I\bQpmx\v_W\n^M\npe\vQ}\vGu\nel\npeChBV\bTA So\nzk\vGL\vxD\nd[JzMY\bQpli\nfl\npC{BNt\vwT i_\bTgQQ\n|p\vXN\bQS\vxDQC\bWZ pD\vVS\bTWNtYh\nzuKjN} wr Ha\n_D j`\vQ}\vWp\nxZ{c ji BU\nbDa| Tn pV\nZd\nmC\vEV{X c} To\bWl\bUd IQ cg\vxs\nXW wR\vek c} ]y Jn\nrp\neg\npV\nz\\{W\npl\nz\\\nzU Pc `{\bV@\nc|\bRw i_\bVb\nwX HvSu\bTF\v_W\vWs\vsIm\x7F\nTT\ndc US }f iZ\bWz c}MD Be iD\v@@\bTl\bPv }tSwM`\vnU kW\ved\nqo\vxY A|\bTz\vy`BRBM iaXU\nyun^ fL iI\nXW fD\bWz\bW@ yj \x7Fm av BN\vb\\ pD\bTf\nY[ Jn\bQy [^\vWc\vyuDlCJ\vWj\vHR `V\vuW Qy\np@\vGuplJm\bW[\nLP\nxC\n`m wQui\x7FR\nbI wQ BZ WVBR\npg cgtiCW\n_y Rg\bQa\vQB\vWc\nYble\ngESu\nL[ Q\x7F ea dj\v]W\nb~M` wL\bTV\bVH\nt\x7F\npl |bs_\bU|\bTaoQlvSkM`\bTv\vK}\nfl cCoQBR Hk |d\bQp HK BZ\vHR\bPv\vLx\vEZ\bT\x7F\bTv iDoDMU\vwBSuk`St\ntC Pl Kg\noi jY\vxYh}\nzk\bWZ \x7Fm\ve` TB fE\nzk `zYh\nV| HK AJ AJ\bUL p\\ ql\nYcKd\nfyYh [I\vDgJm\n]n\nlb\bUd\n{Z lu fsoQ\bTWJm\vwB eaYhBC sb Tn\nzU\n_y\vxY Q]\ngwmt O\\\ntb\bWW\bQy mI V[\ny\\\naB\vRb wQ\n]QQJ\bWg\vWa\bQj\ntC\bVH\nYm\vxs\bVK\nel\bWI\vxYCq\ntR\vHV\bTl\bVw ay\bQa\bVV }t dj\nr| p\\ wR\n{i\nTT [I i[ AJ\vxs\v_W d{\vQ} cg Tz A| Cj\vLmN}m\x7F\nbK dZ p\\ `V sV\np@ iD wQ\vQ}\bTfkaJm\v@@\bV` zp\n@NSw iI cg\noiSu\bVwloCy c}\vb\\ sUBA\bWI\bTf\nxS Vp\nd|\bTV\vbC NoJu\nTC |`\n{Z D]\bU| c}lm\bTl Bv Pl c}\bQp \x7Fm\nLk kj\n@NSbKO j_ p\\\nzU\bTl\bTg\bWI cfXO\bWW\ndzli BN\nd[\bWOMD\vKC dj I_\bVV\ny\\\vLmxl xB kV\vb\\\vJW\vVS Vx\vxD d{MD\bTa |`\vPzR}\vWsBM\nsICN\bTaJm\npe i_\npV\nrh Rd Hv\n~A\nxR\vWh\vWk\nxS\vAz\vwX\nbIoQ fw\nqI\nV|\nunz\x7F\vpg d\\\voA{D i_xB\bT\x7F `Vqr TTg]CA\vuR VJ T`\npw\vRb I_\nCxRo\vsICjKh Bv WVBBoD{D\nhcKm\v^R QE\n{I\np@\nc|Gt c}Dl\nzUqN sVk} Hh\v|j\nqou| Q]\vek\x7FZM`St\npe dj\bVG\veE \x7Fm\vWc|I\n[W fL\bT\x7F BZSu\vKaCqNtY[\nqI\bTv fM i@ }fB\\ Qy\vBl\bWgXDkc\vx[\bVV Q] \x7Fa Py\vxD\nfI }foD dj SGls ~DCN\n{Z \\v\n_D\nhc\vx_C[ AJ\nLM VxCI bj c^ cF\ntCSx wrXA\bU\\ |a\vK\\\bTV\bVj\nd| fsCX\ntb\bRw Vx AE A|\bT\x7FNt\vDg Vc\bTld@\npo \x7FM cF\npe iZ Bo\bSq\nfHl`\bTx\bWf HE\vF{ cO fD\nlm\vfZ\nlm\veU dGBH\bTV SiMW\nwX\nz\\ \\cCX\nd} l}\bQp\bTV F~\bQ\x7F `i\ng@nO\bUd\bTl\nL[ wQ ji\ntC |J\nLU\naB\vxYKj AJuN i[\npeSk\vDg\vx]\bVb\bVV\nea kV\nqI\bTaSk\nAO pD\ntb\nts\nyi\bVg i_\v_W\nLkNt yj fMR\x7F iI\bTl\vwX sV\vMl\nyu AJ\bVjKO WV\vA}\vW\x7F\nrp iD\v|olv\vsIBM d~ CU\bVbeV\npC\vwT j` c}\vxs\vps\vvh WV\vGg\vAe\vVK\v]W rg\vWcF` Br\vb\\ dZ\bQp\nqIkF\nLk\vAR\bWI\bTg bs dw\n{L\n_y iZ\bTA lg\bVV\bTl dk\n`k a{ i_{Awj wN\v@@\bTe i_\n_D wL\nAH\viK\vek\n[] p_ yj\bTv US [r\n{I\npsGt\vVK\nplS}\vWP |dMD\vHV\bT\x7FR}M`\bTV\bVHlvCh\bW[Ke R{\v^R ab BZ VA B`\nd|\nhsKe BeOi R{ d\\nB\bWZ dZ VJOs \x7FmuQ\vhZQ@QQ\nfI\bW[B\\li\nzU\nMdM`\nxS\bVV\n\\}\vxD \x7Fm\bTpIS\nc| kVi~ V{\vhZ |b\bWt\n@R\voA\vnU\bWI ea B` iD c} TzBR\vQBNj CP [I\bTv `WuN\vpg\vpg\vWc iT bs wL U_ c\\ |h\vKa Nr fL\nq|\nzu\nz\\ Nr\bUg |bm`\bTv\nyd\nrp\bWf UXBV\nzk\nd} wQ }fCe\ved\bTW\bSB\nxU cn\bTb\ne\x7F a\\ SG\bU|\npV\nN\\Kn\vnU At pD\v^R\vIrb[ R{ dE\vxD\vWK\vWA\bQL\bW@Su\bUd\nDM PcCADloQ Hswiub\n\x7Fa\bQpOb\nLP\bTlY[\vK} AJ\bQ\x7Fn^\vsA\bSM\nqM\bWZ\n^W\vz{S| fD\bVK\bTv\bPvBB CPdF id\vxsmx\vws cC\ntC ycM`\vW\x7F\nrh\bQp\vxD\\o\nsI_k\nzukF fDXsXO jp\bTvBS{B Br\nzQ\nbI c{BDBVnO\bTF caJd fL PV I_\nlK`o wX\npa gu\bP}{^\bWf\n{I BN\npaKl\vpg cn fL\vvhCq\bTl\vnU\bSqCm wR\bUJ\npe\nyd\nYgCy\vKW fD\neaoQ j_ BvnM\vID\bTa\nzApl\n]n\bTa R{ fr\n_y\bUg{Xkk\vxD|Ixl\nfyCe\vwB\nLk\vd]\noi\n}h Q]\npe\bVwHkOQ\nzk AJ\npV\bPv\ny\\ A{Oi\bSBXA\veE jp\nq} iDqN\v^R \x7Fm iZ Br\bVg\noi\n\\X U_\nc|\vHV\bTf Tn\\N\\N\nuBlv\nyu Td\bTf\bPL\v]W dG\nA`\nw^\ngI\npe dw\nz\\ia\bWZ cFJm\n{Z\bWO_kDfRR d\\\bVV\vxsBNtilm Td ]y\vHV So\v|jXX A|\vZ^\vGu\bTWM`kF\vhZ\vVK dG\vBl ay\nxUqEnO\bVw\nqICX\ne\x7F Pl\bWO\vLm dLuHCm dTfn\vwBka\vnU\n@M\nyT Hv \\}Kh d~Yhk}\neR d\\\bWI |b HK iD\bTWMY\npl\bQ_ wr\vAx HE\bTg\bSqvp\vb\\\bWO\nOl\nsI\nfy\vID \\c\n{Z\n^~\npe\nAO TT\vxvk_\bWO\v|j\vwB Qy i@ Pl Ha dZk}ra UT\vJc\ved\np@ QN\nd| kj HkM`\noi wr d\\\nlq\no_\nlb\nL[ acBBBHCm\npl IQ\bVK\vxs\n`e\viK\npaOi US\bTp fD\nPGkkXA\nz\\\neg\vWh wRqN\nqS cnlo\nxS\n^W BU\nt\x7F HE p\\ fF fw\bVV\bW@ ak\vVKls VJ\bVV\veE\\o\nyX\nYmM`lL\nd|\nzk A{sE wQXT\nt\x7F Pl ]y\vwT{pMD\vb\\ Q]Kj Jn\nAH\vRb BU HK \\c\nfIm\x7F\nqM\n@R So\noiBT Hv\n_yKh BZ ]i\bUJ V{Sr\nbI\vGg a_\bTR\nfI\nfl [K IIS|\vuW iI\bWI\nqI\v|jBV\bVg\bWZkF\vx]\bTA ab fr i@ Jd Jd\vps\nAO\bTaxu iD\nzk |d |`\bW[ lP dG\bVV\vw}\vqO i[\bQ\x7F\bTz\vVF wNts dw\bTv\neS\ngi NryS\npe\bVV\bSq\n`m yj BZ\vWX\bSB c\\\nUR [J c_nM\bWQ\vAx\nMd Brui\vxY\bSM\vWc\v|j\vxs }Q BO\bPL\bWW fM\nAO Pc\veUe^\bTg\nqI ac\bPv cFoQ Q\x7F\vhZka\nz\\ iK BU\n`k CPS|M`\n{I S{_O BZZiSk ps p\\\nYu\n]s\nxC\bWt\nbD kV\vGuyS\nqA [r\neKM` dZlL\bUg\bTl\nbD US\vb\\ pV\nccS\\ ct `z\bPL\vWs\nA`\neg\bSquECR\vDg `W\vz{\vWcSkSk bW\bUg ea\nxZ iI UX VJ\nqn S{\vRb\bTQ\nplGt\vuWuj\npF\nqI fL [I iaXO\nyu\vDg\ved q{VG\bQ\x7Fka Vj kV xB\nd|\np@ QN Pc ps]j kV oU\bTp\nzUnB\vB] a{\bV@\n]nm` cz R{m`\bQa\vwT\bSMMYqN dj~s\vQ}MY\vMB Bv wR\bRg\vQ} ql\vKC\nrmxuCC\vwB\vvh BqXq\npV i_ObuE\nbd\nqo\v{i\nC~ BL\veEuH\bVjEyGz\vzR\v{i cf\n{Z\n]nXA\vGu\vnU hS\vGI\nCc HE\bTA HBBHCj\nCc\bTF HE\nXI A{\bQ\x7F c\\\vmO\vWX\nfH\np@MY\bTF\nlK Bt\nzU TTKm\vwT\npV\ndt\vyI Vx Q\x7F Rg Td\nzU\bRS\nLM wAnM Tn\ndS ]g\nLc\vwB }t [I CPkX\vFm\vhZm\x7F i[\np@\vQ}\vW\x7F |d\nMO\nMd f_ fD cJ Hz\vRb io PyY[\nxU ct\v@@ ww\bPvBMFF\ntbv|\vKm Bq BqKh`o\nZdXU i] |` StB\\\bQ\x7F\v_W TJ\nqI |a A{\vuPMD Pl\nxR fL\vws c{ d\\\bV`\neg HKkc\nd|\bVV\ny\\kc i]\bVG `V ss I_ AE bs du\nel pD\vW\x7F\nqslv\bSMZi\vVKia\vQB Q\x7F\n{Z\bPt\vKl\nlK\nhs\ndS\bVKmf\nd^ kV cO\nc|\bVH \\]\bTv\bSq mI\vDg VJ cn\ny\\\bVg\bTv\nyX\bTF ]]\bTp\noi\nhs\veU\nBf djMr\n|p \\g ]r\bVb{D\nd[XN fM O\\s_ cf iZXN\vWc qv\n`m U^oD\nd|\vGg dE\vwflou}\nd|oQ `iOi\vxD\ndZ\nCxYw\nzk\ntb\ngw yj B`\nyX\vps\ntC\vpP\vqw\bPu\bPX Dm\npwNj ss aG\vxs\bPt\noLGz Ok i@ i]eC IQ ii dj\v@J |duh\bWZ\veU\vnU\bTa cCg]\nzkYh\bVK\nLU\np@\ntb\ntR Cj\vNP i@\bP{\n\\}\n{c\nwX fL\bVG c{ |` AJ |C fDln |d bs\nqI{B\vAx\np@\nzk\vRbOs\vWSe^\vD_ Bv\vWd\bVb\vxs\veE\bRw\n]n\n|p\vg| fwkc\bTIka\n\\TSp ju\vps\npeu|\vGr\bVe CU]MXU\vxD\bTa IQ\vWq CU am dj\bSoSw\vnUCh Q]s_\bPt fS\bTa \\}\n@OYc UZ\bTx\npe\vnU\nzU |} iD\nz\\\bSM\vxDBR\nzQ QN]MYh\nLP\vFm\vLXvc\vqlka HK\bVb\ntC\nCy\bTv\nuVoQ `z [I B`\vRb yj sb\vWs\bTl kV\ved\ne\x7FlL\vxN \x7Fm\nJn jY\vxD\bVb\bSq\vyu wL\vXL\bTA pg At nDXX wR\npl\nhwyS\nps cO\bW[\v|jXN sV p\\ Be\nb~\nAJ\n]ek`qN dw WV HE\vEVJz id B` zhE] fD\bTgqN\bTa jaCv\bSM\nhc\bUet_ ieg] wQ\nPn\bVB jw\bVg\vbE BZ\vRH\bP{ jp\n\\} a_ cC |a\vD] BZ i[ fD\vxW\no_ d\\\n_D\ntb \\c AJ\nlKoQlo\vLx\vM@\bWZKn\vpg\nTi\nIv\n|r\v@}JzLmWhk}ln\vxD\n]sgc\vps Br\bTW\vBMtZ\nBYDW jf\vSWC}\nqo dE mv IQ\bPP\bUblvBC\nzQ [I\vgl\nig\bUsBT\vbC\bSq sU iW\nJn SY HK rg\npV\vID\v|jKO `S |a`vbmglfmujbqnbgqjgavp`bqjmj`jlwjfnslslqrvf`vfmwbfpwbglsvfgfmivfdlp`lmwqbfpw/Mmmlnaqfwjfmfmsfqejonbmfqbbnjdlp`jvgbg`fmwqlbvmrvfsvfgfpgfmwqlsqjnfqsqf`jlpfd/Vmavfmlpuloufqsvmwlppfnbmbkba/Abbdlpwlmvfulpvmjglp`bqolpfrvjslmj/]lpnv`klpbodvmb`lqqfljnbdfmsbqwjqbqqjabnbq/Abklnaqffnsoflufqgbg`bnajlnv`kbpevfqlmsbpbglo/Amfbsbqf`fmvfubp`vqplpfpwbabrvjfqlojaqlp`vbmwlb``fplnjdvfoubqjlp`vbwqlwjfmfpdqvslppfq/Mmfvqlsbnfgjlpeqfmwfb`fq`bgfn/Mplefqwb`l`kfpnlgfoljwbojbofwqbpbod/Vm`lnsqb`vbofpf{jpwf`vfqslpjfmglsqfmpboofdbqujbifpgjmfqlnvq`jbslgq/Msvfpwlgjbqjlsvfaolrvjfqfnbmvfosqlsjl`qjpjp`jfqwlpfdvqlnvfqwfevfmwf`fqqbqdqbmgffef`wlsbqwfpnfgjgbsqlsjbleqf`fwjfqqbf.nbjoubqjbpelqnbpevwvqllaifwlpfdvjqqjfpdlmlqnbpnjpnlp/Vmj`l`bnjmlpjwjlpqby/_mgfajglsqvfabwlofglwfm/Abifp/Vpfpsfql`l`jmblqjdfmwjfmgb`jfmwl`/Mgjykbaobqpfq/Abobwjmbevfqybfpwjoldvfqqbfmwqbq/E{jwlo/_sfybdfmgbu/Agflfujwbqsbdjmbnfwqlpibujfqsbgqfpe/M`jo`bafyb/Mqfbppbojgbfmu/Alibs/_mbavplpajfmfpwf{wlpoofubqsvfgbmevfqwf`ln/Vm`obpfpkvnbmlwfmjglajoablvmjgbgfpw/Mpfgjwbq`qfbgl<X<W=c=k=n<R<V<\\<V<T<W<T=a=n<R<^=m<Y<Y<_<R<S=l<T=n<\\<V<Y=e<Y=o<Z<Y<v<\\<V<]<Y<[<]=g<W<R<Q<T<~=m<Y<S<R<X<A=n<R=n<R<P=k<Y<P<Q<Y=n<W<Y=n=l<\\<[<R<Q<\\<_<X<Y<P<Q<Y<x<W=c<s=l<T<Q<\\=m<Q<T=i=n<Y<P<V=n<R<_<R<X<^<R=n=n<\\<P<M<D<|<P<\\=c<K=n<R<^<\\=m<^<\\<P<Y<P=o<N<\\<V<X<^<\\<Q<\\<P=a=n<T=a=n=o<~<\\<P=n<Y=i<S=l<R=n=o=n<Q<\\<X<X<Q=c<~<R=n=n=l<T<Q<Y<U<~<\\=m<Q<T<P=m<\\<P=n<R=n=l=o<]<r<Q<T<P<T=l<Q<Y<Y<r<r<r<W<T=j=a=n<\\<r<Q<\\<Q<Y<P<X<R<P<P<R<U<X<^<Y<R<Q<R=m=o<X\fHy\fIk\fHU\fId\fHy\fIl\fHT\fIk\fHy\fHR\fHy\fIg\fHx\fH\\\fHF\fH\\\fHD\fIk\fHc\fHy\fHy\fHS\fHA\fIl\fHk\fHT\fHy\fH\\\fHH\fIg\fHU\fIg\fHj\fHF\fHU\fIl\fHC\fHU\fHC\fHR\fHH\fHy\fHI\fHRibdqbm\fHj\fHp\fHp\fIg\fHi\fH@\fHJ\fIg\fH{\fHd\fHp\fHR\fH{\fHc\fHU\fHB\fHk\fHD\fHY\fHU\fHC\fIk\fHI\fIk\fHI\fIl\fHt\fH\\\fHp\fH@\fHJ\fIl\fHy\fHd\fHp\fIl\fHY\fIk\fHD\fHd\fHD\fHc\fHU\fH\\\fHe\fHT\fHB\fIk\fHy\fHB\fHY\fIg\fH^\fIk\fHT\fH@\fHB\fHd\fHJ\fIk\fH\x7F\fH\\\fHj\fHB\fH@\fHT\fHA\fH\\\fH@\fHD\fHv\fH^\fHB\fHD\fHj\fH{\fHT\fIl\fH^\fIl4U5h5e4I5h5e5k4\\4K4N4B4]4U4C4C4K5h5e5k4\\5k4Y5d4]4V5f4]5o4K5j5d5h4K4D5f5j4U4]4Z4\\5h5o5k5j4K5f5d5i5n4K5h4U5h5f4K5j4K5h5o5j4A4F5e5n4D5h5d4A4E4K4B4]5m5n4[4U4D4C4]5o5j4I4\\4K5o5i4K4K4A4C4I5h4K5m5f5k4D4U4Z5o5f5m4D4A4G5d5i5j5d5k5d4O5j4K4@4C4K5h5k4K4_5h5i4U5j4C5h5f4_4U4D4]4Y5h5e5i5j4\\4D5k4K4O5j5k5i4G5h5o5j4F4K5h4K4A5f4G5i4Y4]4X4]4A4A5d5h5d5m5f4K4\\4K5h5o5h5i4]4E4K5j4F4K5h5m4O4D5d4B4K4Y4O5j4F4K5j5k4K5h5f4U4Z5d5d5n4C4K4D5j4B5f4]4D5j4F5h5o5i4X4K4M5d5k5f4K4D5d5n4Y4Y5d5i4K4]5n5i4O4A4C5j4A5j4U4C5i4]4O5f4K4A4E5o4F4D4C5d5j5f4@4D5i5j5k4F4A4F4@5k4E4_5j4E5f4F5i5o4]4E4V4^4E5j5m4_4D5f4F5h5h5k5h5j4K4F5h5o5n5h4D5h5i4K4U5j5k4O5d5h4X5f4M5j5d4]4O5i4K5m5f5o4D5o5h4\\4K4F4]4F4D4D4O5j5k5i4_4K5j5o4D5f4U5m5n4C4A4_5j5h5k5i4X4U4]4O5k5h4X5k4]5n4[4]4[5h4Dsqlejofpfquj`fgfebvowkjnpfoegfwbjop`lmwfmwpvsslqwpwbqwfgnfppbdfpv``fppebpkjlm?wjwof=`lvmwqzb``lvmw`qfbwfgpwlqjfpqfpvowpqvmmjmdsql`fpptqjwjmdlaif`wpujpjaoftfo`lnfbqwj`ofvmhmltmmfwtlqh`lnsbmzgzmbnj`aqltpfqsqjub`zsqlaofnPfquj`fqfpsf`wgjpsobzqfrvfpwqfpfquftfapjwfkjpwlqzeqjfmgplswjlmptlqhjmdufqpjlmnjoojlm`kbmmfotjmglt-bggqfppujpjwfgtfbwkfq`lqqf`wsqlgv`wfgjqf`welqtbqgzlv#`bmqfnlufgpvaif`w`lmwqlobq`kjuf`vqqfmwqfbgjmdojaqbqzojnjwfgnbmbdfqevqwkfqpvnnbqznb`kjmfnjmvwfpsqjubwf`lmwf{wsqldqbnpl`jfwzmvnafqptqjwwfmfmbaofgwqjddfqplvq`fpolbgjmdfofnfmwsbqwmfqejmboozsfqef`wnfbmjmdpzpwfnphffsjmd`vowvqf%rvlw8/ilvqmbosqlif`wpvqeb`fp%rvlw8f{sjqfpqfujftpabobm`fFmdojpk@lmwfmwwkqlvdkSofbpf#lsjmjlm`lmwb`wbufqbdfsqjnbqzujoobdfPsbmjpkdboofqzgf`ojmfnffwjmdnjppjlmslsvobqrvbojwznfbpvqfdfmfqbopsf`jfppfppjlmpf`wjlmtqjwfqp`lvmwfqjmjwjboqfslqwpejdvqfpnfnafqpklogjmdgjpsvwffbqojfqf{sqfppgjdjwbosj`wvqfBmlwkfqnbqqjfgwqbeej`ofbgjmd`kbmdfg`fmwqbouj`wlqzjnbdfp,qfbplmppwvgjfpefbwvqfojpwjmdnvpw#afp`kllopUfqpjlmvpvboozfsjplgfsobzjmddqltjmdlaujlvplufqobzsqfpfmwb`wjlmp?,vo= tqbssfqboqfbgz`fqwbjmqfbojwzpwlqbdfbmlwkfqgfphwlsleefqfgsbwwfqmvmvpvboGjdjwbo`bsjwboTfapjwfebjovqf`lmmf`wqfgv`fgBmgqljggf`bgfpqfdvobq#%bns8#bmjnbopqfofbpfBvwlnbwdfwwjmdnfwklgpmlwkjmdSlsvobq`bswjlmofwwfqp`bswvqfp`jfm`foj`fmpf`kbmdfpFmdobmg>2%bns8Kjpwlqz#>#mft#@fmwqbovsgbwfgPsf`jboMfwtlqhqfrvjqf`lnnfmwtbqmjmd@loofdfwlloabqqfnbjmpaf`bvpffof`wfgGfvwp`kejmbm`ftlqhfqprvj`hozafwtffmf{b`wozpfwwjmdgjpfbpfPl`jfwztfbslmpf{kjajw%ow8"..@lmwqlo`obppfp`lufqfglvwojmfbwwb`hpgfuj`fp+tjmgltsvqslpfwjwof>!Nlajof#hjoojmdpkltjmdJwbojbmgqlssfgkfbujozfeef`wp.2$^*8 `lmejqn@vqqfmwbgubm`fpkbqjmdlsfmjmdgqbtjmdajoojlmlqgfqfgDfqnbmzqfobwfg?,elqn=jm`ovgftkfwkfqgfejmfgP`jfm`f`bwboldBqwj`ofavwwlmpobqdfpwvmjelqnilvqmfzpjgfabq@kj`bdlklojgbzDfmfqbosbppbdf/%rvlw8bmjnbwfeffojmdbqqjufgsbppjmdmbwvqboqlvdkoz- Wkf#avw#mlwgfmpjwzAqjwbjm@kjmfpfob`h#lewqjavwfJqfobmg!#gbwb.eb`wlqpqf`fjufwkbw#jpOjaqbqzkvpabmgjm#eb`wbeebjqp@kbqofpqbgj`boaqlvdkwejmgjmdobmgjmd9obmd>!qfwvqm#ofbgfqpsobmmfgsqfnjvnsb`hbdfBnfqj`bFgjwjlm^%rvlw8Nfppbdfmffg#wlubovf>!`lnsof{ollhjmdpwbwjlmafojfufpnboofq.nlajofqf`lqgptbmw#wlhjmg#leEjqfel{zlv#bqfpjnjobqpwvgjfgnb{jnvnkfbgjmdqbsjgoz`ojnbwfhjmdglnfnfqdfgbnlvmwpelvmgfgsjlmffqelqnvobgzmbpwzklt#wl#Pvsslqwqfufmvff`lmlnzQfpvowpaqlwkfqplogjfqobqdfoz`boojmd-%rvlw8B``lvmwFgtbqg#pfdnfmwQlafqw#feelqwpSb`jej`ofbqmfgvs#tjwkkfjdkw9tf#kbufBmdfofpmbwjlmp\\pfbq`kbssojfgb`rvjqfnbppjufdqbmwfg9#ebopfwqfbwfgajddfpwafmfejwgqjujmdPwvgjfpnjmjnvnsfqkbspnlqmjmdpfoojmdjp#vpfgqfufqpfubqjbmw#qlof>!njppjmdb`kjfufsqlnlwfpwvgfmwplnflmff{wqfnfqfpwlqfalwwln9fuloufgboo#wkfpjwfnbsfmdojpktbz#wl##Bvdvpwpznalop@lnsbmznbwwfqpnvpj`bobdbjmpwpfqujmd~*+*8 sbznfmwwqlvaof`lm`fsw`lnsbqfsbqfmwpsobzfqpqfdjlmpnlmjwlq#$$Wkf#tjmmjmdf{solqfbgbswfgDboofqzsqlgv`fbajojwzfmkbm`f`bqffqp*-#Wkf#`loof`wPfbq`k#bm`jfmwf{jpwfgellwfq#kbmgofqsqjmwfg`lmplofFbpwfqmf{slqwptjmgltp@kbmmfojoofdbomfvwqbopvddfpw\\kfbgfqpjdmjmd-kwno!=pfwwofgtfpwfqm`bvpjmd.tfahjw`objnfgIvpwj`f`kbswfquj`wjnpWklnbp#nlyjoobsqlnjpfsbqwjfpfgjwjlmlvwpjgf9ebopf/kvmgqfgLoznsj`\\avwwlmbvwklqpqfb`kfg`kqlmj`gfnbmgppf`lmgpsqlwf`wbglswfgsqfsbqfmfjwkfqdqfbwozdqfbwfqlufqboojnsqluf`lnnbmgpsf`jbopfbq`k-tlqpkjsevmgjmdwklvdkwkjdkfpwjmpwfbgvwjojwzrvbqwfq@vowvqfwfpwjmd`ofbqozf{slpfgAqltpfqojafqbo~#`bw`kSqlif`wf{bnsofkjgf+*8EolqjgbbmptfqpbooltfgFnsfqlqgfefmpfpfqjlvpeqffglnPfufqbo.avwwlmEvqwkfqlvw#le#">#mvoowqbjmfgGfmnbqhuljg+3*,boo-ipsqfufmwQfrvfpwPwfskfm Tkfm#lapfquf?,k1= Nlgfqm#sqlujgf!#bow>!alqgfqp- Elq# Nbmz#bqwjpwpsltfqfgsfqelqnej`wjlmwzsf#lenfgj`bowj`hfwplsslpfg@lvm`jotjwmfppivpwj`fDflqdf#Afodjvn---?,b=wtjwwfqmlwbaoztbjwjmdtbqebqf#Lwkfq#qbmhjmdskqbpfpnfmwjlmpvqujufp`klobq?,s= #@lvmwqzjdmlqfgolpp#leivpw#bpDflqdjbpwqbmdf?kfbg=?pwlssfg2$^*8 jpobmgpmlwbaofalqgfq9ojpw#le`bqqjfg233/333?,k0= #pfufqboaf`lnfppfof`w#tfggjmd33-kwnonlmbq`klee#wkfwfb`kfqkjdkoz#ajloldzojef#lelq#fufmqjpf#le%qbrvl8sovplmfkvmwjmd+wklvdkGlvdobpiljmjmd`jq`ofpElq#wkfBm`jfmwUjfwmbnufkj`ofpv`k#bp`qzpwboubovf#>Tjmgltpfmilzfgb#pnboobppvnfg?b#jg>!elqfjdm#Boo#qjklt#wkfGjpsobzqfwjqfgkltfufqkjggfm8abwwofppffhjmd`bajmfwtbp#mlwollh#bw`lmgv`wdfw#wkfIbmvbqzkbssfmpwvqmjmdb9klufqLmojmf#Eqfm`k#ob`hjmdwzsj`bof{wqb`wfmfnjfpfufm#jedfmfqbwgf`jgfgbqf#mlw,pfbq`kafojfep.jnbdf9ol`bwfgpwbwj`-oldjm!=`lmufqwujlofmwfmwfqfgejqpw!=`jq`vjwEjmobmg`kfnjpwpkf#tbp23s{8!=bp#pv`kgjujgfg?,psbm=tjoo#afojmf#leb#dqfbwnzpwfqz,jmgf{-eboojmdgvf#wl#qbjotbz`loofdfnlmpwfqgfp`fmwjw#tjwkmv`ofbqIftjpk#sqlwfpwAqjwjpkeoltfqpsqfgj`wqfelqnpavwwlm#tkl#tbpof`wvqfjmpwbmwpvj`jgfdfmfqj`sfqjlgpnbqhfwpPl`jbo#ejpkjmd`lnajmfdqbskj`tjmmfqp?aq#,=?az#wkf#MbwvqboSqjub`z`llhjfplvw`lnfqfploufPtfgjpkaqjfeozSfqpjbmpl#nv`k@fmwvqzgfsj`wp`lovnmpklvpjmdp`qjswpmf{w#wlafbqjmdnbssjmdqfujpfgiRvfqz+.tjgwk9wjwof!=wllowjsPf`wjlmgfpjdmpWvqhjpkzlvmdfq-nbw`k+~*+*8 avqmjmdlsfqbwfgfdqffpplvq`f>Qj`kbqg`olpfozsobpwj`fmwqjfp?,wq= `lolq9 vo#jg>!slppfppqloojmdskzpj`pebjojmdf{f`vwf`lmwfpwojmh#wlGfebvow?aq#,= 9#wqvf/`kbqwfqwlvqjpn`obppj`sql`ffgf{sobjm?,k2= lmojmf-<{no#ufkfosjmdgjbnlmgvpf#wkfbjqojmffmg#..=*-bwwq+qfbgfqpklpwjmd eeeeeeqfbojyfUjm`fmwpjdmbop#pq`>!,Sqlgv`wgfpsjwfgjufqpfwfoojmdSvaoj`#kfog#jmIlpfsk#wkfbwqfbeef`wp?pwzof=b#obqdfglfpm$wobwfq/#Fofnfmwebuj`lm`qfbwlqKvmdbqzBjqslqwpff#wkfpl#wkbwNj`kbfoPzpwfnpSqldqbnp/#bmg##tjgwk>f%rvlw8wqbgjmdofew!= sfqplmpDlogfm#Beebjqpdqbnnbqelqnjmdgfpwqlzjgfb#le`bpf#lelogfpw#wkjp#jp-pq`#>#`bqwllmqfdjpwq@lnnlmpNvpojnpTkbw#jpjm#nbmznbqhjmdqfufbopJmgffg/frvbooz,pklt\\blvwgllqfp`bsf+Bvpwqjbdfmfwj`pzpwfn/Jm#wkf#pjwwjmdKf#boplJpobmgpB`bgfnz \n\n?"..Gbmjfo#ajmgjmdaol`h!=jnslpfgvwjojyfBaqbkbn+f{`fswxtjgwk9svwwjmd*-kwno+\x7F\x7F#X^8 GBWBX#)hjw`kfmnlvmwfgb`wvbo#gjbof`wnbjmoz#\\aobmh$jmpwboof{sfqwpje+wzsfJw#bopl%`lsz8#!=Wfqnpalqm#jmLswjlmpfbpwfqmwbohjmd`lm`fqmdbjmfg#lmdljmdivpwjez`qjwj`peb`wlqzjwp#ltmbppbvowjmujwfgobpwjmdkjp#ltmkqfe>!,!#qfo>!gfufols`lm`fqwgjbdqbngloobqp`ovpwfqsks<jg>bo`lklo*8~*+*8vpjmd#b=?psbm=ufppfopqfujuboBggqfppbnbwfvqbmgqljgboofdfgjoomfpptbohjmd`fmwfqprvbojeznbw`kfpvmjejfgf{wjm`wGfefmpfgjfg#jm \n?"..#`vpwlnpojmhjmdOjwwof#Allh#lefufmjmdnjm-ip<bqf#wkfhlmwbhwwlgbz$p-kwno!#wbqdfw>tfbqjmdBoo#Qjd8 ~*+*8qbjpjmd#Bopl/#`qv`jbobalvw!=gf`obqf..= ?p`ejqfel{bp#nv`kbssojfpjmgf{/#p/#avw#wzsf#>#  ?"..wltbqgpQf`lqgpSqjubwfElqfjdmSqfnjfq`klj`fpUjqwvboqfwvqmp@lnnfmwSltfqfgjmojmf8slufqwz`kbnafqOjujmd#ulovnfpBmwklmzoldjm!#QfobwfgF`lmlnzqfb`kfp`vwwjmddqbujwzojef#jm@kbswfq.pkbgltMlwbaof?,wg= #qfwvqmpwbgjvntjgdfwpubqzjmdwqbufopkfog#aztkl#bqftlqh#jmeb`vowzbmdvobqtkl#kbgbjqslqwwltm#le Plnf#$`oj`h$`kbqdfphfztlqgjw#tjoo`jwz#le+wkjp*8Bmgqft#vmjrvf#`kf`hfglq#nlqf033s{8#qfwvqm8qpjlm>!sovdjmptjwkjm#kfqpfoePwbwjlmEfgfqboufmwvqfsvaojpkpfmw#wlwfmpjlmb`wqfpp`lnf#wlejmdfqpGvhf#lesflsof/f{soljwtkbw#jpkbqnlmzb#nbilq!9!kwwsjm#kjp#nfmv!= nlmwkozleej`fq`lvm`jodbjmjmdfufm#jmPvnnbqzgbwf#leolzbowzejwmfppbmg#tbpfnsfqlqpvsqfnfPf`lmg#kfbqjmdQvppjbmolmdfpwBoafqwbobwfqbopfw#le#pnboo!=-bssfmggl#tjwkefgfqboabmh#leafmfbwkGfpsjwf@bsjwbodqlvmgp*/#bmg#sfq`fmwjw#eqln`olpjmd`lmwbjmJmpwfbgejewffmbp#tfoo-zbkll-qfpslmgejdkwfqlap`vqfqfeof`wlqdbmj`>#Nbwk-fgjwjmdlmojmf#sbggjmdb#tkloflmfqqlqzfbq#lefmg#le#abqqjfqtkfm#jwkfbgfq#klnf#leqfpvnfgqfmbnfgpwqlmd=kfbwjmdqfwbjmp`olvgeqtbz#le#Nbq`k#2hmltjmdjm#sbqwAfwtffmofpplmp`olpfpwujqwvboojmhp!=`qlppfgFMG#..=ebnlvp#btbqgfgOj`fmpfKfbowk#ebjqoz#tfbowkznjmjnboBeqj`bm`lnsfwfobafo!=pjmdjmdebqnfqpAqbpjo*gjp`vppqfsob`fDqfdlqzelmw#`lsvqpvfgbssfbqpnbhf#vsqlvmgfgalwk#leaol`hfgpbt#wkfleej`fp`lolvqpje+gl`vtkfm#kffmelq`fsvpk+evBvdvpw#VWE.;!=Ebmwbpzjm#nlpwjmivqfgVpvboozebqnjmd`olpvqflaif`w#gfefm`fvpf#le#Nfgj`bo?algz= fujgfmwaf#vpfghfz@lgfpj{wffmJpobnj` 333333fmwjqf#tjgfoz#b`wjuf#+wzsflelmf#`bm`lolq#>psfbhfqf{wfmgpSkzpj`pwfqqbjm?walgz=evmfqboujftjmdnjggof#`qj`hfwsqlskfwpkjewfggl`wlqpQvppfoo#wbqdfw`lnsb`wbodfaqbpl`jbo.avoh#lenbm#bmg?,wg= #kf#ofew*-ubo+*ebopf*8oldj`boabmhjmdklnf#wlmbnjmd#Bqjylmb`qfgjwp*8 ~*8 elvmgfqjm#wvqm@loojmpafelqf#Avw#wkf`kbqdfgWjwof!=@bswbjmpsfoofgdlggfppWbd#..=Bggjmd9avw#tbpQf`fmw#sbwjfmwab`h#jm>ebopf%Ojm`lomtf#hmlt@lvmwfqIvgbjpnp`qjsw#bowfqfg$^*8 ##kbp#wkfvm`ofbqFufmw$/alwk#jmmlw#boo ?"..#sob`jmdkbqg#wl#`fmwfqplqw#le`ojfmwppwqffwpAfqmbqgbppfqwpwfmg#wlebmwbpzgltm#jmkbqalvqEqffglniftfoqz,balvw--pfbq`kofdfmgpjp#nbgfnlgfqm#lmoz#lmlmoz#wljnbdf!#ojmfbq#sbjmwfqbmg#mlwqbqfoz#b`qlmzngfojufqpklqwfq33%bns8bp#nbmztjgwk>!,)#?"X@wjwof#>le#wkf#oltfpw#sj`hfg#fp`bsfgvpfp#lesflsofp#Svaoj`Nbwwkftwb`wj`pgbnbdfgtbz#elqobtp#lefbpz#wl#tjmgltpwqlmd##pjnsof~`bw`k+pfufmwkjmelal{tfmw#wlsbjmwfg`jwjyfmJ#glm$wqfwqfbw-#Plnf#tt-!*8 alnajmdnbjowl9nbgf#jm-#Nbmz#`bqqjfp\x7F\x7Fx~8tjtlqh#lepzmlmzngfefbwpebulqfglswj`bosbdfWqbvmofpp#pfmgjmdofew!=?`lnP`lqBoo#wkfiRvfqz-wlvqjpw@obppj`ebopf!#Tjokfonpvavqapdfmvjmfajpklsp-psojw+dolabo#elooltpalgz#lemlnjmbo@lmwb`wpf`vobqofew#wl`kjfeoz.kjggfm.abmmfq?,oj= -#Tkfm#jm#alwkgjpnjppF{solqfbotbzp#ujb#wkfpsb/]lotfoebqfqvojmd#bqqbmdf`bswbjmkjp#plmqvof#lekf#wllhjwpfoe/>3%bns8+`boofgpbnsofpwl#nbhf`ln,sbdNbqwjm#Hfmmfgzb``fswpevoo#lekbmgofgAfpjgfp,,..=?,baof#wlwbqdfwpfppfm`fkjn#wl#jwp#az#`lnnlm-njmfqbowl#wbhftbzp#wlp-lqd,obgujpfgsfmbowzpjnsof9je#wkfzOfwwfqpb#pklqwKfqafqwpwqjhfp#dqlvsp-ofmdwkeojdkwplufqobspoltoz#ofppfq#pl`jbo#?,s= \n\njw#jmwlqbmhfg#qbwf#levo= ##bwwfnswsbjq#lenbhf#jwHlmwbhwBmwlmjlkbujmd#qbwjmdp#b`wjufpwqfbnpwqbssfg!*-`pp+klpwjofofbg#wlojwwof#dqlvsp/Sj`wvqf..=  #qltp>!#laif`wjmufqpf?ellwfq@vpwlnU=?_,p`qploujmd@kbnafqpobufqztlvmgfgtkfqfbp">#$vmgelq#boosbqwoz#.qjdkw9Bqbajbmab`hfg#`fmwvqzvmjw#lenlajof.Fvqlsf/jp#klnfqjph#legfpjqfg@ojmwlm`lpw#lebdf#le#af`lnf#mlmf#les%rvlw8Njggof#fbg$*X3@qjwj`ppwvgjlp=%`lsz8dqlvs!=bppfnaonbhjmd#sqfppfgtjgdfw-sp9!#<#qfavjowaz#plnfElqnfq#fgjwlqpgfobzfg@bmlmj`kbg#wkfsvpkjmd`obpp>!avw#bqfsbqwjboAbazolmalwwln#`bqqjfq@lnnbmgjwp#vpfBp#tjwk`lvqpfpb#wkjqggfmlwfpbopl#jmKlvpwlm13s{8!=b``vpfgglvaof#dlbo#leEbnlvp#*-ajmg+sqjfpwp#Lmojmfjm#Ivozpw#(#!d`lmpvowgf`jnbokfosevoqfujufgjp#ufqzq$($jswolpjmd#efnbofpjp#boplpwqjmdpgbzp#lebqqjuboevwvqf#?laif`welq`jmdPwqjmd+!#,= \n\nkfqf#jpfm`lgfg-##Wkf#aboollmglmf#az,`lnnlmad`lolqobt#le#Jmgjbmbbuljgfgavw#wkf1s{#0s{irvfqz-bewfq#bsloj`z-nfm#bmgellwfq.>#wqvf8elq#vpfp`qffm-Jmgjbm#jnbdf#>ebnjoz/kwws9,,#%maps8gqjufqpfwfqmbopbnf#bpmlwj`fgujftfqp~*+*8 #jp#nlqfpfbplmpelqnfq#wkf#mftjp#ivpw`lmpfmw#Pfbq`ktbp#wkftkz#wkfpkjssfgaq=?aq=tjgwk9#kfjdkw>nbgf#le`vjpjmfjp#wkbwb#ufqz#Bgnjqbo#ej{fg8mlqnbo#NjppjlmSqfpp/#lmwbqjl`kbqpfwwqz#wl#jmubgfg>!wqvf!psb`jmdjp#nlpwb#nlqf#wlwboozeboo#le~*8 ##jnnfmpfwjnf#jmpfw#lvwpbwjpezwl#ejmggltm#wlolw#le#Sobzfqpjm#Ivmfrvbmwvnmlw#wkfwjnf#wlgjpwbmwEjmmjpkpq`#>#+pjmdof#kfos#leDfqnbm#obt#bmgobafofgelqfpwp`llhjmdpsb`f!=kfbgfq.tfoo#bpPwbmofzaqjgdfp,dolabo@qlbwjb#Balvw#X3^8 ##jw/#bmgdqlvsfgafjmd#b*xwkqltkf#nbgfojdkwfqfwkj`boEEEEEE!alwwln!ojhf#b#fnsolzpojuf#jmbp#pffmsqjmwfqnlpw#leva.ojmhqfif`wpbmg#vpfjnbdf!=pv``ffgeffgjmdMv`ofbqjmelqnbwl#kfosTlnfm$pMfjwkfqNf{j`bmsqlwfjm?wbaof#az#nbmzkfbowkzobtpvjwgfujpfg-svpk+xpfoofqppjnsoz#Wkqlvdk-`llhjf#Jnbdf+logfq!=vp-ip!=#Pjm`f#vmjufqpobqdfq#lsfm#wl"..#fmgojfp#jm$^*8 ##nbqhfwtkl#jp#+!GLN@lnbmbdfglmf#elqwzsfle#Hjmdglnsqlejwpsqlslpfwl#pklt`fmwfq8nbgf#jwgqfppfgtfqf#jmnj{wvqfsqf`jpfbqjpjmdpq`#>#$nbhf#b#pf`vqfgAbswjpwulwjmd# \n\nubq#Nbq`k#1dqft#vs@ojnbwf-qfnlufphjoofgtbz#wkf?,kfbg=eb`f#leb`wjmd#qjdkw!=wl#tlqhqfgv`fpkbp#kbgfqf`wfgpklt+*8b`wjlm>allh#lebm#bqfb>>#!kww?kfbgfq ?kwno=`lmelqneb`jmd#`llhjf-qfoz#lmklpwfg#-`vpwlnkf#tfmwavw#elqpsqfbg#Ebnjoz#b#nfbmplvw#wkfelqvnp-ellwbdf!=Nlajo@ofnfmwp!#jg>!bp#kjdkjmwfmpf..=?"..efnbof#jp#pffmjnsojfgpfw#wkfb#pwbwfbmg#kjpebpwfpwafpjgfpavwwlm\\alvmgfg!=?jnd#Jmelal{fufmwp/b#zlvmdbmg#bqfMbwjuf#`kfbsfqWjnflvwbmg#kbpfmdjmfptlm#wkf+nlpwozqjdkw9#ejmg#b#.alwwlnSqjm`f#bqfb#lenlqf#lepfbq`k\\mbwvqf/ofdboozsfqjlg/obmg#lelq#tjwkjmgv`fgsqlujmdnjppjofol`boozBdbjmpwwkf#tbzh%rvlw8s{8!= svpkfg#babmglmmvnfqbo@fqwbjmJm#wkjpnlqf#jmlq#plnfmbnf#jpbmg/#jm`qltmfgJPAM#3.`qfbwfpL`wlafqnbz#mlw`fmwfq#obwf#jmGfefm`ffmb`wfgtjpk#wlaqlbgoz`llojmdlmolbg>jw-#Wkfqf`lufqNfnafqpkfjdkw#bppvnfp?kwno= sflsof-jm#lmf#>tjmgltellwfq\\b#dllg#qfhobnblwkfqp/wl#wkjp\\`llhjfsbmfo!=Olmglm/gfejmfp`qvpkfgabswjpn`lbpwbopwbwvp#wjwof!#nluf#wlolpw#jmafwwfq#jnsojfpqjuboqzpfqufqp#PzpwfnSfqkbspfp#bmg#`lmwfmgeoltjmdobpwfg#qjpf#jmDfmfpjpujft#leqjpjmd#pffn#wlavw#jm#ab`hjmdkf#tjoodjufm#bdjujmd#`jwjfp-eolt#le#Obwfq#boo#avwKjdktbzlmoz#azpjdm#lekf#glfpgjeefqpabwwfqz%bns8obpjmdofpwkqfbwpjmwfdfqwbhf#lmqfevpfg`boofg#>VP%bnsPff#wkfmbwjufpaz#wkjppzpwfn-kfbg#le9klufq/ofpajbmpvqmbnfbmg#boo`lnnlm,kfbgfq\\\\sbqbnpKbqubqg,sj{fo-qfnlubopl#olmdqlof#leiljmwozphzp`qbVmj`lgfaq#,= Bwobmwbmv`ofvp@lvmwz/svqfoz#`lvmw!=fbpjoz#avjog#blm`oj`hb#djufmsljmwfqk%rvlw8fufmwp#fopf#x gjwjlmpmlt#wkf/#tjwk#nbm#tkllqd,Tfalmf#bmg`buboqzKf#gjfgpfbwwof33/333#xtjmgltkbuf#wlje+tjmgbmg#jwpplofoz#n%rvlw8qfmftfgGfwqljwbnlmdpwfjwkfq#wkfn#jmPfmbwlqVp?,b=?Hjmd#leEqbm`jp.sqlgv`kf#vpfgbqw#bmgkjn#bmgvpfg#azp`lqjmdbw#klnfwl#kbufqfobwfpjajojwzeb`wjlmAveebolojmh!=?tkbw#kfeqff#wl@jwz#le`lnf#jmpf`wlqp`lvmwfglmf#gbzmfqulvpprvbqf#~8je+dljm#tkbwjnd!#bojp#lmozpfbq`k,wvfpgbzollpfozPlolnlmpf{vbo#.#?b#kqnfgjvn!GL#MLW#Eqbm`f/tjwk#b#tbq#bmgpf`lmg#wbhf#b#=   nbqhfw-kjdktbzglmf#jm`wjujwz!obpw!=laojdfgqjpf#wl!vmgfejnbgf#wl#Fbqoz#sqbjpfgjm#jwp#elq#kjpbwkofwfIvsjwfqZbkll"#wfqnfg#pl#nbmzqfbooz#p-#Wkf#b#tlnbm<ubovf>gjqf`w#qjdkw!#aj`z`ofb`jmd>!gbz#bmgpwbwjmdQbwkfq/kjdkfq#Leej`f#bqf#mltwjnfp/#tkfm#b#sbz#elqlm#wkjp.ojmh!=8alqgfqbqlvmg#bmmvbo#wkf#Mftsvw#wkf-`ln!#wbhjm#wlb#aqjfe+jm#wkfdqlvsp-8#tjgwkfmyznfppjnsof#jm#obwfxqfwvqmwkfqbszb#sljmwabmmjmdjmhp!= +*8!#qfb#sob`f_v330@bbalvw#bwq= \n\n``lvmw#djufp#b?P@QJSWQbjotbzwkfnfp,wlloal{AzJg+!{kvnbmp/tbw`kfpjm#plnf#je#+tj`lnjmd#elqnbwp#Vmgfq#avw#kbpkbmgfg#nbgf#azwkbm#jmefbq#legfmlwfg,jeqbnfofew#jmulowbdfjm#fb`kb%rvlw8abpf#leJm#nbmzvmgfqdlqfdjnfpb`wjlm#?,s= ?vpwlnUb8%dw8?,jnslqwplq#wkbwnlpwoz#%bns8qf#pjyf>!?,b=?,kb#`obppsbppjufKlpw#>#TkfwkfqefqwjofUbqjlvp>X^8+ev`bnfqbp,=?,wg=b`wp#bpJm#plnf=  ?"lqdbmjp#?aq#,=Afjijmd`bwbo/Lgfvwp`kfvqlsfvfvphbqbdbfjodfpufmphbfpsb/]bnfmpbifvpvbqjlwqbabiln/E{j`ls/Mdjmbpjfnsqfpjpwfnbl`wvaqfgvqbmwfb/]bgjqfnsqfpbnlnfmwlmvfpwqlsqjnfqbwqbu/Epdqb`jbpmvfpwqbsql`fplfpwbglp`bojgbgsfqplmbm/Vnfqlb`vfqgln/Vpj`bnjfnaqllefqwbpbodvmlpsb/Apfpfifnsolgfqf`klbgfn/Mpsqjubglbdqfdbqfmob`fpslpjaofklwfofppfujoobsqjnfql/Vowjnlfufmwlpbq`kjul`vowvqbnvifqfpfmwqbgbbmvm`jlfnabqdlnfq`bgldqbmgfpfpwvgjlnfilqfpefaqfqlgjpf/]lwvqjpnl`/_gjdlslqwbgbfpsb`jlebnjojbbmwlmjlsfqnjwfdvbqgbqbodvmbpsqf`jlpbodvjfmpfmwjglujpjwbpw/Awvol`lml`fqpfdvmgl`lmpfileqbm`jbnjmvwlppfdvmgbwfmfnlpfef`wlpn/Mobdbpfpj/_mqfujpwbdqbmbgb`lnsqbqjmdqfpldbq`/Abb``j/_mf`vbglqrvjfmfpjm`ovplgfafq/Mnbwfqjbklnaqfpnvfpwqbslgq/Abnb/]bmb/Vowjnbfpwbnlplej`jbowbnajfmmjmd/Vmpbovglpslgfnlpnfilqbqslpjwjlmavpjmfppklnfsbdfpf`vqjwzobmdvbdfpwbmgbqg`bnsbjdmefbwvqfp`bwfdlqzf{wfqmbo`kjogqfmqfpfqufgqfpfbq`kf{`kbmdfebulqjwfwfnsobwfnjojwbqzjmgvpwqzpfquj`fpnbwfqjbosqlgv`wpy.jmgf{9`lnnfmwpplewtbqf`lnsofwf`bofmgbqsobwelqnbqwj`ofpqfrvjqfgnlufnfmwrvfpwjlmavjogjmdslojwj`pslppjaofqfojdjlmskzpj`boeffgab`hqfdjpwfqsj`wvqfpgjpbaofgsqlwl`lobvgjfm`fpfwwjmdpb`wjujwzfofnfmwpofbqmjmdbmzwkjmdbapwqb`wsqldqfpplufqujftnbdbyjmff`lmlnj`wqbjmjmdsqfppvqfubqjlvp#?pwqlmd=sqlsfqwzpklssjmdwldfwkfqbgubm`fgafkbujlqgltmolbgefbwvqfgellwaboopfof`wfgObmdvbdfgjpwbm`fqfnfnafqwqb`hjmdsbpptlqgnlgjejfgpwvgfmwpgjqf`wozejdkwjmdmlqwkfqmgbwbabpfefpwjuboaqfbhjmdol`bwjlmjmwfqmfwgqlsgltmsqb`wj`ffujgfm`fevm`wjlmnbqqjbdfqfpslmpfsqlaofnpmfdbwjufsqldqbnpbmbozpjpqfofbpfgabmmfq!=svq`kbpfsloj`jfpqfdjlmbo`qfbwjufbqdvnfmwallhnbqhqfefqqfq`kfnj`bogjujpjlm`booab`hpfsbqbwfsqlif`wp`lmeoj`wkbqgtbqfjmwfqfpwgfojufqznlvmwbjmlawbjmfg>#ebopf8elq+ubq#b``fswfg`bsb`jwz`lnsvwfqjgfmwjwzbjq`qbewfnsolzfgsqlslpfgglnfpwj`jm`ovgfpsqlujgfgklpsjwboufqwj`bo`loobspfbssqlb`ksbqwmfqpoldl!=?bgbvdkwfqbvwklq!#`vowvqboebnjojfp,jnbdfp,bppfnaozsltfqevowfb`kjmdejmjpkfggjpwqj`w`qjwj`bo`dj.ajm,svqslpfpqfrvjqfpfof`wjlmaf`lnjmdsqlujgfpb`bgfnj`f{fq`jpfb`wvbooznfgj`jmf`lmpwbmwb``jgfmwNbdbyjmfgl`vnfmwpwbqwjmdalwwln!=lapfqufg9#%rvlw8f{wfmgfgsqfujlvpPlewtbqf`vpwlnfqgf`jpjlmpwqfmdwkgfwbjofgpojdkwozsobmmjmdwf{wbqfb`vqqfm`zfufqzlmfpwqbjdkwwqbmpefqslpjwjufsqlgv`fgkfqjwbdfpkjssjmdbaplovwfqf`fjufgqfofubmwavwwlm!#ujlofm`fbmztkfqfafmfejwpobvm`kfgqf`fmwozboojbm`felooltfgnvowjsofavoofwjmjm`ovgfgl``vqqfgjmwfqmbo\'+wkjp*-qfsvaoj`=?wq=?wg`lmdqfppqf`lqgfgvowjnbwfplovwjlm?vo#jg>!gjp`lufqKlnf?,b=tfapjwfpmfwtlqhpbowklvdkfmwjqfoznfnlqjbonfppbdfp`lmwjmvfb`wjuf!=plnftkbwuj`wlqjbTfpwfqm##wjwof>!Ol`bwjlm`lmwqb`wujpjwlqpGltmolbgtjwklvw#qjdkw!= nfbpvqfptjgwk#>#ubqjbaofjmuloufgujqdjmjbmlqnboozkbssfmfgb``lvmwppwbmgjmdmbwjlmboQfdjpwfqsqfsbqfg`lmwqlopb``vqbwfajqwkgbzpwqbwfdzleej`jbodqbskj`p`qjnjmboslppjaoz`lmpvnfqSfqplmbopsfbhjmdubojgbwfb`kjfufg-isd!#,=nb`kjmfp?,k1= ##hfztlqgpeqjfmgozaqlwkfqp`lnajmfglqjdjmbo`lnslpfgf{sf`wfgbgfrvbwfsbhjpwbmeloolt!#ubovbaof?,obafo=qfobwjufaqjmdjmdjm`qfbpfdlufqmlqsovdjmp,Ojpw#le#Kfbgfq!=!#mbnf>!#+%rvlw8dqbgvbwf?,kfbg= `lnnfq`fnbobzpjbgjqf`wlqnbjmwbjm8kfjdkw9p`kfgvof`kbmdjmdab`h#wl#`bwkloj`sbwwfqmp`lolq9# dqfbwfpwpvssojfpqfojbaof?,vo= \n\n?pfof`w#`jwjyfmp`olwkjmdtbw`kjmd?oj#jg>!psf`jej``bqqzjmdpfmwfm`f?`fmwfq=`lmwqbpwwkjmhjmd`bw`k+f*plvwkfqmNj`kbfo#nfq`kbmw`bqlvpfosbggjmd9jmwfqjlq-psojw+!ojybwjlmL`wlafq#*xqfwvqmjnsqlufg..%dw8 `lufqbdf`kbjqnbm-smd!#,=pvaif`wpQj`kbqg#tkbwfufqsqlabaozqf`lufqzabpfabooivgdnfmw`lmmf`w--`pp!#,=#tfapjwfqfslqwfggfebvow!,=?,b= fof`wqj`p`lwobmg`qfbwjlmrvbmwjwz-#JPAM#3gjg#mlw#jmpwbm`f.pfbq`k.!#obmd>!psfbhfqp@lnsvwfq`lmwbjmpbq`kjufpnjmjpwfqqfb`wjlmgjp`lvmwJwbojbml`qjwfqjbpwqlmdoz9#$kwws9$p`qjsw$`lufqjmdleefqjmdbssfbqfgAqjwjpk#jgfmwjezEb`fallhmvnfqlvpufkj`ofp`lm`fqmpBnfqj`bmkbmgojmdgju#jg>!Tjoojbn#sqlujgfq\\`lmwfmwb``vqb`zpf`wjlm#bmgfqplmeof{jaof@bwfdlqzobtqfm`f?p`qjsw=obzlvw>!bssqlufg#nb{jnvnkfbgfq!=?,wbaof=Pfquj`fpkbnjowlm`vqqfmw#`bmbgjbm`kbmmfop,wkfnfp,,bqwj`oflswjlmboslqwvdboubovf>!!jmwfqubotjqfofppfmwjwofgbdfm`jfpPfbq`k!#nfbpvqfgwklvpbmgpsfmgjmd%kfoojs8mft#Gbwf!#pjyf>!sbdfMbnfnjggof!#!#,=?,b=kjggfm!=pfrvfm`fsfqplmbolufqeoltlsjmjlmpjoojmljpojmhp!= \n?wjwof=ufqpjlmppbwvqgbzwfqnjmbojwfnsqlsfmdjmffqpf`wjlmpgfpjdmfqsqlslpbo>!ebopf!Fpsb/]loqfofbpfppvanjw!#fq%rvlw8bggjwjlmpznswlnplqjfmwfgqfplvq`fqjdkw!=?sofbpvqfpwbwjlmpkjpwlqz-ofbujmd##alqgfq>`lmwfmwp`fmwfq!=- Plnf#gjqf`wfgpvjwbaofavodbqjb-pklt+*8gfpjdmfgDfmfqbo#`lm`fswpF{bnsofptjoojbnpLqjdjmbo!=?psbm=pfbq`k!=lsfqbwlqqfrvfpwpb#%rvlw8booltjmdGl`vnfmwqfujpjlm-# Wkf#zlvqpfoe@lmwb`w#nj`kjdbmFmdojpk#`lovnajbsqjlqjwzsqjmwjmdgqjmhjmdeb`jojwzqfwvqmfg@lmwfmw#leej`fqpQvppjbm#dfmfqbwf.;;6:.2!jmgj`bwfebnjojbq#rvbojwznbqdjm93#`lmwfmwujftslqw`lmwb`wp.wjwof!=slqwbaof-ofmdwk#fojdjaofjmuloufpbwobmwj`lmolbg>!gfebvow-pvssojfgsbznfmwpdolppbqz Bewfq#dvjgbm`f?,wg=?wgfm`lgjmdnjggof!=`bnf#wl#gjpsobzpp`lwwjpkilmbwkbmnbilqjwztjgdfwp-`ojmj`bowkbjobmgwfb`kfqp?kfbg= \nbeef`wfgpvsslqwpsljmwfq8wlPwqjmd?,pnboo=lhobklnbtjoo#af#jmufpwlq3!#bow>!klojgbzpQfplvq`foj`fmpfg#+tkj`k#-#Bewfq#`lmpjgfqujpjwjmdf{solqfqsqjnbqz#pfbq`k!#bmgqljg!rvj`hoz#nffwjmdpfpwjnbwf8qfwvqm#8`lolq9 #kfjdkw>bssqlubo/#%rvlw8#`kf`hfg-njm-ip!nbdmfwj`=?,b=?,kelqf`bpw-#Tkjof#wkvqpgbzgufqwjpf%fb`vwf8kbp@obppfubovbwflqgfqjmdf{jpwjmdsbwjfmwp#Lmojmf#`lolqbglLswjlmp!`bnsafoo?"..#fmg?,psbm=??aq#,= \\slsvsp\x7Fp`jfm`fp/%rvlw8#rvbojwz#Tjmgltp#bppjdmfgkfjdkw9#?a#`obppof%rvlw8#ubovf>!#@lnsbmzf{bnsofp?jeqbnf#afojfufpsqfpfmwpnbqpkboosbqw#le#sqlsfqoz*- Wkf#wb{lmlnznv`k#le#?,psbm= !#gbwb.pqwvdv/Fpp`qlooWl#sqlif`w?kfbg= bwwlqmfzfnskbpjppslmplqpebm`zal{tlqog$p#tjogojef`kf`hfg>pfppjlmpsqldqbnns{8elmw.#Sqlif`wilvqmbopafojfufgub`bwjlmwklnsplmojdkwjmdbmg#wkf#psf`jbo#alqgfq>3`kf`hjmd?,walgz=?avwwlm#@lnsofwf`ofbqej{ ?kfbg= bqwj`of#?pf`wjlmejmgjmdpqlof#jm#slsvobq##L`wlafqtfapjwf#f{slpvqfvpfg#wl##`kbmdfplsfqbwfg`oj`hjmdfmwfqjmd`lnnbmgpjmelqnfg#mvnafqp##?,gju=`qfbwjmdlmPvanjwnbqzobmg`loofdfpbmbozwj`ojpwjmdp`lmwb`w-olddfgJmbgujplqzpjaojmdp`lmwfmw!p%rvlw8*p-#Wkjp#sb`hbdfp`kf`hal{pvddfpwpsqfdmbmwwlnlqqltpsb`jmd>j`lm-smdibsbmfpf`lgfabpfavwwlm!=dbnaojmdpv`k#bp#/#tkjof#?,psbm=#njpplvqjpslqwjmdwls92s{#-?,psbm=wfmpjlmptjgwk>!1obyzolbgmlufnafqvpfg#jm#kfjdkw>!`qjsw!= %maps8?,?wq=?wg#kfjdkw91,sqlgv`w`lvmwqz#jm`ovgf#ellwfq!#%ow8"..#wjwof!=?,irvfqz-?,elqn= +\vBl\bQ\x7F*+\vUmGx*kqubwphjjwbojbmlqln/Nm(ow/Pqh/Kf4K4]4C5dwbnaj/Emmlwj`jbpnfmpbifpsfqplmbpgfqf`klpmb`jlmbopfquj`jl`lmwb`wlvpvbqjlpsqldqbnbdlajfqmlfnsqfpbpbmvm`jlpubofm`jb`lolnajbgfpsv/Epgfslqwfpsqlzf`wlsqlgv`wls/Vaoj`lmlplwqlpkjpwlqjbsqfpfmwfnjoolmfpnfgjbmwfsqfdvmwbbmwfqjlqqf`vqplpsqlaofnbpbmwjbdlmvfpwqlplsjmj/_mjnsqjnjqnjfmwqbpbn/Eqj`bufmgfglqpl`jfgbgqfpsf`wlqfbojybqqfdjpwqlsbobaqbpjmwfq/Epfmwlm`fpfpsf`jbonjfnaqlpqfbojgbg`/_qglabybqbdlybs/Mdjmbppl`jbofpaolrvfbqdfpwj/_mborvjofqpjpwfnbp`jfm`jbp`lnsofwlufqpj/_m`lnsofwbfpwvgjlps/Vaoj`blaifwjulboj`bmwfavp`bglq`bmwjgbgfmwqbgbpb``jlmfpbq`kjulppvsfqjlqnbzlq/Abbofnbmjbevm`j/_m/Vowjnlpkb`jfmglbrvfoolpfgj`j/_mefqmbmglbnajfmwfeb`fallhmvfpwqbp`ojfmwfpsql`fplpabpwbmwfsqfpfmwbqfslqwbq`lmdqfplsvaoj`bq`lnfq`jl`lmwqbwli/_ufmfpgjpwqjwlw/E`mj`b`lmivmwlfmfqd/Abwqbabibqbpwvqjbpqf`jfmwfvwjojybqalofw/Ampboubglq`lqqf`wbwqbabilpsqjnfqlpmfdl`jlpojafqwbggfwboofpsbmwboobsq/_{jnlbonfq/Abbmjnbofprvj/Emfp`lqby/_mpf``j/_mavp`bmglls`jlmfpf{wfqjlq`lm`fswlwlgbu/Abdbofq/Abfp`qjajqnfgj`jmboj`fm`jb`lmpvowbbpsf`wlp`q/Awj`bg/_obqfpivpwj`jbgfafq/Mmsfq/Alglmf`fpjwbnbmwfmfqsfrvf/]lqf`jajgbwqjavmbowfmfqjef`bm`j/_m`bmbqjbpgfp`bqdbgjufqplpnboolq`bqfrvjfqfw/E`mj`lgfafq/Abujujfmgbejmbmybpbgfobmwfevm`jlmb`lmpfilpgje/A`jo`jvgbgfpbmwjdvbpbubmybgbw/Eqnjmlvmjgbgfpp/Mm`kfy`bnsb/]bplewlmj`qfujpwbp`lmwjfmfpf`wlqfpnlnfmwlpeb`vowbg`q/Egjwlgjufqpbppvsvfpwleb`wlqfppfdvmglpsfrvf/]b<_<R<X<\\<Y=m<W<T<Y=m=n=`<]=g<W<R<]=g=n=`=a=n<R<P<y=m<W<T=n<R<_<R<P<Y<Q=c<^=m<Y=i=a=n<R<U<X<\\<Z<Y<]=g<W<T<_<R<X=o<X<Y<Q=`=a=n<R=n<]=g<W<\\=m<Y<]=c<R<X<T<Q=m<Y<]<Y<Q<\\<X<R=m<\\<U=n=h<R=n<R<Q<Y<_<R=m<^<R<T=m<^<R<U<T<_=l=g=n<R<Z<Y<^=m<Y<P=m<^<R=b<W<T=d=`=a=n<T=i<S<R<V<\\<X<Q<Y<U<X<R<P<\\<P<T=l<\\<W<T<]<R=n<Y<P=o=i<R=n=c<X<^=o=i=m<Y=n<T<W=b<X<T<X<Y<W<R<P<T=l<Y=n<Y<]=c=m<^<R<Y<^<T<X<Y=k<Y<_<R=a=n<T<P=m=k<Y=n=n<Y<P=g=j<Y<Q=g=m=n<\\<W<^<Y<X=`=n<Y<P<Y<^<R<X=g=n<Y<]<Y<^=g=d<Y<Q<\\<P<T=n<T<S<\\=n<R<P=o<S=l<\\<^<W<T=j<\\<R<X<Q<\\<_<R<X=g<[<Q<\\=b<P<R<_=o<X=l=o<_<^=m<Y<U<T<X<Y=n<V<T<Q<R<R<X<Q<R<X<Y<W<\\<X<Y<W<Y=m=l<R<V<T=b<Q=c<^<Y=m=`<y=m=n=`=l<\\<[<\\<Q<\\=d<T4K5h5h5k4K5h4F5f4@5i5f4U4B4K4Y4E4K5h4\\5f4U5h5f5k4@4C5f4C4K5h4N5j4K5h4]4C4F4A5o5i4Y5m4A4E5o4K5j4F4K5h5h5f5f5o5d5j4X4D5o4E5m5f5k4K4D5j4K4F4A5d4K4M4O5o4G4]4B5h4K5h4K5h4A4D4C5h5f5h4C4]5d4_4K4Z4V4[4F5o5d5j5k5j4K5o4_4K4A4E5j4K4C5f4K5h4[4D4U5h5f5o4X5o4]4K5f5i5o5j5i5j5k4K4X4]5o4E4]4J5f4_5j4X5f4[5i4K4\\4K4K5h5m5j4X4D4K4D4F4U4D4]4]4A5i4E5o4K5m4E5f5n5d5h5i4]5o4^5o5h5i4E4O4A5i4C5n5h4D5f5f4U5j5f4Y5d4]4E4[4]5f5n4X4K4]5o4@5d4K5h4O4B4]5e5i4U5j4K4K4D4A4G4U4]5d4Z4D4X5o5h5i4_4@5h4D5j4K5j4B4K5h4C5o4F4K4D5o5h5f4E4D4C5d5j4O5f4Z4K5f5d4@4C5m4]5f5n5o4F4D4F4O5m4Z5h5i4[4D4B4K5o4G4]4D4K4]5o4K5m4Z5h4K4A5h5e5j5m4_5k4O5f4K5i4]4C5d4C4O5j5k4K4C5f5j4K4K5h4K5j5i4U4]4Z4F4U5h5i4C4K4B5h5i5i5o5j\x07\x07\x07\x07\0\x07\x07\0\v\n \b\r\f\f\r\b \n\v\0\v\v\v\v\0\x07qfplvq`fp`lvmwqjfprvfpwjlmpfrvjsnfmw`lnnvmjwzbubjobaofkjdkojdkwGWG,{kwnonbqhfwjmdhmltofgdfplnfwkjmd`lmwbjmfqgjqf`wjlmpvap`qjafbgufqwjpf`kbqb`wfq!#ubovf>!?,pfof`w=Bvpwqbojb!#`obpp>!pjwvbwjlmbvwklqjwzelooltjmdsqjnbqjozlsfqbwjlm`kboofmdfgfufolsfgbmlmznlvpevm`wjlm#evm`wjlmp`lnsbmjfppwqv`wvqfbdqffnfmw!#wjwof>!slwfmwjbofgv`bwjlmbqdvnfmwppf`lmgbqz`lszqjdkwobmdvbdfpf{`ovpjuf`lmgjwjlm?,elqn= pwbwfnfmwbwwfmwjlmAjldqbskz~#fopf#x plovwjlmptkfm#wkf#Bmbozwj`pwfnsobwfpgbmdfqlvppbwfoojwfgl`vnfmwpsvaojpkfqjnslqwbmwsqlwlwzsfjmeovfm`f%qbrvl8?,feef`wjufdfmfqboozwqbmpelqnafbvwjevowqbmpslqwlqdbmjyfgsvaojpkfgsqlnjmfmwvmwjo#wkfwkvnambjoMbwjlmbo#-el`vp+*8lufq#wkf#njdqbwjlmbmmlvm`fgellwfq!= f{`fswjlmofpp#wkbmf{sfmpjufelqnbwjlmeqbnftlqhwfqqjwlqzmgj`bwjlm`vqqfmwoz`obppMbnf`qjwj`jpnwqbgjwjlmfopftkfqfBof{bmgfqbssljmwfgnbwfqjbopaqlbg`bpwnfmwjlmfgbeejojbwf?,lswjlm=wqfbwnfmwgjeefqfmw,gfebvow-Sqfpjgfmwlm`oj`h>!ajldqbskzlwkfqtjpfsfqnbmfmwEqbm/KbjpKlooztllgf{sbmpjlmpwbmgbqgp?,pwzof= qfgv`wjlmGf`fnafq#sqfefqqfg@bnaqjgdflsslmfmwpAvpjmfpp#`lmevpjlm= ?wjwof=sqfpfmwfgf{sobjmfgglfp#mlw#tlqogtjgfjmwfqeb`fslpjwjlmpmftpsbsfq?,wbaof= nlvmwbjmpojhf#wkf#fppfmwjboejmbm`jbopfof`wjlmb`wjlm>!,babmglmfgFgv`bwjlmsbqpfJmw+pwbajojwzvmbaof#wl?,wjwof= qfobwjlmpMlwf#wkbwfeej`jfmwsfqelqnfgwtl#zfbqpPjm`f#wkfwkfqfelqftqbssfq!=bowfqmbwfjm`qfbpfgAbwwof#lesfq`fjufgwqzjmd#wlmf`fppbqzslqwqbzfgfof`wjlmpFojybafwk?,jeqbnf=gjp`lufqzjmpvqbm`fp-ofmdwk8ofdfmgbqzDfldqbskz`bmgjgbwf`lqslqbwfplnfwjnfppfquj`fp-jmkfqjwfg?,pwqlmd=@lnnvmjwzqfojdjlvpol`bwjlmp@lnnjwwffavjogjmdpwkf#tlqogml#olmdfqafdjmmjmdqfefqfm`f`bmmlw#afeqfrvfm`zwzsj`boozjmwl#wkf#qfobwjuf8qf`lqgjmdsqfpjgfmwjmjwjboozwf`kmjrvfwkf#lwkfqjw#`bm#aff{jpwfm`fvmgfqojmfwkjp#wjnfwfofsklmfjwfnp`lsfsqb`wj`fpbgubmwbdf*8qfwvqm#Elq#lwkfqsqlujgjmdgfnl`qb`zalwk#wkf#f{wfmpjufpveefqjmdpvsslqwfg`lnsvwfqp#evm`wjlmsqb`wj`bopbjg#wkbwjw#nbz#afFmdojpk?,eqln#wkf#p`kfgvofggltmolbgp?,obafo= pvpsf`wfgnbqdjm9#3psjqjwvbo?,kfbg= nj`qlplewdqbgvboozgjp`vppfgkf#af`bnff{f`vwjufirvfqz-ipklvpfklog`lmejqnfgsvq`kbpfgojwfqboozgfpwqlzfgvs#wl#wkfubqjbwjlmqfnbjmjmdjw#jp#mlw`fmwvqjfpIbsbmfpf#bnlmd#wkf`lnsofwfgbodlqjwknjmwfqfpwpqfafoojlmvmgfejmfgfm`lvqbdfqfpjybaofjmuloujmdpfmpjwjufvmjufqpbosqlujpjlm+bowklvdkefbwvqjmd`lmgv`wfg*/#tkj`k#`lmwjmvfg.kfbgfq!=Efaqvbqz#mvnfqlvp#lufqeolt9`lnslmfmweqbdnfmwpf{`foofmw`lopsbm>!wf`kmj`bomfbq#wkf#Bgubm`fg#plvq`f#lef{sqfppfgKlmd#Hlmd#Eb`fallhnvowjsof#nf`kbmjpnfofubwjlmleefmpjuf?,elqn= \npslmplqfggl`vnfmw-lq#%rvlw8wkfqf#bqfwklpf#tklnlufnfmwpsql`fppfpgjeej`vowpvanjwwfgqf`lnnfmg`lmujm`fgsqlnlwjmd!#tjgwk>!-qfsob`f+`obppj`bo`lbojwjlmkjp#ejqpwgf`jpjlmpbppjpwbmwjmgj`bwfgfulovwjlm.tqbssfq!fmlvdk#wlbolmd#wkfgfojufqfg..= ?"..Bnfqj`bm#sqlwf`wfgMlufnafq#?,pwzof=?evqmjwvqfJmwfqmfw##lmaovq>!pvpsfmgfgqf`jsjfmwabpfg#lm#Nlqflufq/balojpkfg`loof`wfgtfqf#nbgffnlwjlmbofnfqdfm`zmbqqbwjufbgul`bwfps{8alqgfq`lnnjwwfggjq>!owq!fnsolzffpqfpfbq`k-#pfof`wfgpv``fpplq`vpwlnfqpgjpsobzfgPfswfnafqbgg@obpp+Eb`fallh#pvddfpwfgbmg#obwfqlsfqbwjmdfobalqbwfPlnfwjnfpJmpwjwvwf`fqwbjmozjmpwboofgelooltfqpIfqvpbofnwkfz#kbuf`lnsvwjmddfmfqbwfgsqlujm`fpdvbqbmwffbqajwqbqzqf`ldmjyftbmwfg#wls{8tjgwk9wkflqz#leafkbujlvqTkjof#wkffpwjnbwfgafdbm#wl#jw#af`bnfnbdmjwvgfnvpw#kbufnlqf#wkbmGjqf`wlqzf{wfmpjlmpf`qfwbqzmbwvqboozl``vqqjmdubqjbaofpdjufm#wkfsobwelqn-?,obafo=?ebjofg#wl`lnslvmgphjmgp#le#pl`jfwjfpbolmdpjgf#..%dw8 plvwktfpwwkf#qjdkwqbgjbwjlmnbz#kbuf#vmfp`bsf+pslhfm#jm!#kqfe>!,sqldqbnnflmoz#wkf#`lnf#eqlngjqf`wlqzavqjfg#jmb#pjnjobqwkfz#tfqf?,elmw=?,Mlqtfdjbmpsf`jejfgsqlgv`jmdsbppfmdfq+mft#Gbwfwfnslqbqzej`wjlmboBewfq#wkffrvbwjlmpgltmolbg-qfdvobqozgfufolsfqbaluf#wkfojmhfg#wlskfmlnfmbsfqjlg#lewllowjs!=pvapwbm`fbvwlnbwj`bpsf`w#leBnlmd#wkf`lmmf`wfgfpwjnbwfpBjq#Elq`fpzpwfn#lelaif`wjufjnnfgjbwfnbhjmd#jwsbjmwjmdp`lmrvfqfgbqf#pwjoosql`fgvqfdqltwk#lekfbgfg#azFvqlsfbm#gjujpjlmpnlof`vofpeqbm`kjpfjmwfmwjlmbwwqb`wfg`kjogkllgbopl#vpfggfgj`bwfgpjmdbslqfgfdqff#leebwkfq#le`lmeoj`wp?,b=?,s= `bnf#eqlntfqf#vpfgmlwf#wkbwqf`fjujmdF{f`vwjuffufm#nlqfb``fpp#wl`lnnbmgfqSlojwj`bonvpj`jbmpgfoj`jlvpsqjplmfqpbgufmw#leVWE.;!#,=?"X@GBWBX!=@lmwb`wPlvwkfqm#ad`lolq>!pfqjfp#le-#Jw#tbp#jm#Fvqlsfsfqnjwwfgubojgbwf-bssfbqjmdleej`jboppfqjlvpoz.obmdvbdfjmjwjbwfgf{wfmgjmdolmd.wfqnjmeobwjlmpv`k#wkbwdfw@llhjfnbqhfg#az?,avwwlm=jnsofnfmwavw#jw#jpjm`qfbpfpgltm#wkf#qfrvjqjmdgfsfmgfmw..= ?"..#jmwfqujftTjwk#wkf#`lsjfp#le`lmpfmpvptbp#avjowUfmfyvfob+elqnfqozwkf#pwbwfsfqplmmfopwqbwfdj`ebulvq#lejmufmwjlmTjhjsfgjb`lmwjmfmwujqwvbooztkj`k#tbpsqjm`jsof@lnsofwf#jgfmwj`bopklt#wkbwsqjnjwjufbtbz#eqlnnlof`vobqsqf`jpfozgjpploufgVmgfq#wkfufqpjlm>!=%maps8?,Jw#jp#wkf#Wkjp#jp#tjoo#kbuflqdbmjpnpplnf#wjnfEqjfgqj`ktbp#ejqpwwkf#lmoz#eb`w#wkbwelqn#jg>!sqf`fgjmdWf`kmj`boskzpj`jpwl``vqp#jmmbujdbwlqpf`wjlm!=psbm#jg>!plvdkw#wlafolt#wkfpvqujujmd~?,pwzof=kjp#gfbwkbp#jm#wkf`bvpfg#azsbqwjboozf{jpwjmd#vpjmd#wkftbp#djufmb#ojpw#leofufop#lemlwjlm#leLeej`jbo#gjpnjppfgp`jfmwjpwqfpfnaofpgvsoj`bwff{solpjufqf`lufqfgboo#lwkfqdboofqjfpxsbggjmd9sflsof#leqfdjlm#lebggqfppfpbppl`jbwfjnd#bow>!jm#nlgfqmpklvog#afnfwklg#leqfslqwjmdwjnfpwbnsmffgfg#wlwkf#Dqfbwqfdbqgjmdpffnfg#wlujftfg#bpjnsb`w#lmjgfb#wkbwwkf#Tlqogkfjdkw#lef{sbmgjmdWkfpf#bqf`vqqfmw!=`bqfevooznbjmwbjmp`kbqdf#le@obppj`bobggqfppfgsqfgj`wfgltmfqpkjs?gju#jg>!qjdkw!= qfpjgfm`fofbuf#wkf`lmwfmw!=bqf#lewfm##~*+*8 sqlabaoz#Sqlefpplq.avwwlm!#qfpslmgfgpbzp#wkbwkbg#wl#afsob`fg#jmKvmdbqjbmpwbwvp#lepfqufp#bpVmjufqpbof{f`vwjlmbddqfdbwfelq#tkj`kjmef`wjlmbdqffg#wlkltfufq/#slsvobq!=sob`fg#lm`lmpwqv`wfof`wlqbopznalo#lejm`ovgjmdqfwvqm#wlbq`kjwf`w@kqjpwjbmsqfujlvp#ojujmd#jmfbpjfq#wlsqlefpplq %ow8"..#feef`w#lebmbozwj`ptbp#wbhfmtkfqf#wkfwllh#lufqafojfe#jmBeqjhbbmpbp#ebq#bpsqfufmwfgtlqh#tjwkb#psf`jbo?ejfogpfw@kqjpwnbpQfwqjfufg Jm#wkf#ab`h#jmwlmlqwkfbpwnbdbyjmfp=?pwqlmd=`lnnjwwffdlufqmjmddqlvsp#lepwlqfg#jmfpwbaojpkb#dfmfqbojwp#ejqpwwkfjq#ltmslsvobwfgbm#laif`w@bqjaafbmboolt#wkfgjpwqj`wptjp`lmpjmol`bwjlm-8#tjgwk9#jmkbajwfgPl`jbojpwIbmvbqz#2?,ellwfq=pjnjobqoz`klj`f#lewkf#pbnf#psf`jej`#avpjmfpp#Wkf#ejqpw-ofmdwk8#gfpjqf#wlgfbo#tjwkpjm`f#wkfvpfqBdfmw`lm`fjufgjmgf{-sksbp#%rvlw8fmdbdf#jmqf`fmwoz/eft#zfbqptfqf#bopl ?kfbg= ?fgjwfg#azbqf#hmltm`jwjfp#jmb``fpphfz`lmgfnmfgbopl#kbufpfquj`fp/ebnjoz#leP`kllo#le`lmufqwfgmbwvqf#le#obmdvbdfnjmjpwfqp?,laif`w=wkfqf#jp#b#slsvobqpfrvfm`fpbgul`bwfgWkfz#tfqfbmz#lwkfqol`bwjlm>fmwfq#wkfnv`k#nlqfqfeof`wfgtbp#mbnfglqjdjmbo#b#wzsj`botkfm#wkfzfmdjmffqp`lvog#mlwqfpjgfmwptfgmfpgbzwkf#wkjqg#sqlgv`wpIbmvbqz#1tkbw#wkfzb#`fqwbjmqfb`wjlmpsql`fpplqbewfq#kjpwkf#obpw#`lmwbjmfg!=?,gju= ?,b=?,wg=gfsfmg#lmpfbq`k!= sjf`fp#le`lnsfwjmdQfefqfm`fwfmmfppfftkj`k#kbp#ufqpjlm>?,psbm=#??,kfbgfq=djufp#wkfkjpwlqjbmubovf>!!=sbggjmd93ujft#wkbwwldfwkfq/wkf#nlpw#tbp#elvmgpvapfw#lebwwb`h#lm`kjogqfm/sljmwp#lesfqplmbo#slpjwjlm9boofdfgoz@ofufobmgtbp#obwfqbmg#bewfqbqf#djufmtbp#pwjoop`qloojmdgfpjdm#lenbhfp#wkfnv`k#ofppBnfqj`bmp- Bewfq#/#avw#wkfNvpfvn#leolvjpjbmb+eqln#wkfnjmmfplwbsbqwj`ofpb#sql`fppGlnjmj`bmulovnf#leqfwvqmjmdgfefmpjuf33s{\x7Fqjdknbgf#eqlnnlvpflufq!#pwzof>!pwbwfp#le+tkj`k#jp`lmwjmvfpEqbm`jp`lavjogjmd#tjwklvw#btjwk#plnftkl#tlvogb#elqn#leb#sbqw#leafelqf#jwhmltm#bp##Pfquj`fpol`bwjlm#bmg#lewfmnfbpvqjmdbmg#jw#jpsbsfqab`hubovfp#le ?wjwof=>#tjmglt-gfwfqnjmffq%rvlw8#sobzfg#azbmg#fbqoz?,`fmwfq=eqln#wkjpwkf#wkqffsltfq#bmgle#%rvlw8jmmfqKWNO?b#kqfe>!z9jmojmf8@kvq`k#lewkf#fufmwufqz#kjdkleej`jbo#.kfjdkw9#`lmwfmw>!,`dj.ajm,wl#`qfbwfbeqjhbbmpfpsfqbmwleqbm/Kbjpobwujf)Mvojfwvuj)_(`f)Mwjmb(af)Mwjmb\fUh\fT{\fTN\n{I\np@Fr\vBl\bQ\x7F A{\vUmGx A{ypYA\0zX\bTV\bWl\bUdBM\vB{\npV\v@xB\\\np@DbGz al\npa fM uD\bV~mx\vQ}\ndS p\\\bVK\bS]\bU|oD kV\ved\vHR\nb~M`\nJpoD|Q\nLPSw\bTl\nAI\nxC\bWt BqF`Cm\vLm Kx }t\bPv\ny\\\naB V\x7F\nZdXUli fr i@ BHBDBV `V\n[] p_ Tn\n~A\nxR uD `{\bV@ Tn HK AJ\vxsZf\nqIZf\vBM\v|j }t\bSM\nmC\vQ}pfquj`jlpbqw/A`volbqdfmwjmbabq`folmb`vborvjfqsvaoj`bglsqlgv`wlpslo/Awj`bqfpsvfpwbtjhjsfgjbpjdvjfmwfa/Vprvfgb`lnvmjgbgpfdvqjgbgsqjm`jsbosqfdvmwbp`lmwfmjglqfpslmgfqufmfyvfobsqlaofnbpgj`jfnaqfqfob`j/_mmlujfnaqfpjnjobqfpsqlzf`wlpsqldqbnbpjmpwjwvwlb`wjujgbgfm`vfmwqbf`lmln/Abjn/Mdfmfp`lmwb`wbqgfp`bqdbqmf`fpbqjlbwfm`j/_mwfo/Eelml`lnjpj/_m`bm`jlmfp`bsb`jgbgfm`lmwqbqbm/Mojpjpebulqjwlpw/Eqnjmlpsqlujm`jbfwjrvfwbpfofnfmwlpevm`jlmfpqfpvowbgl`bq/M`wfqsqlsjfgbgsqjm`jsjlmf`fpjgbgnvmj`jsbo`qfb`j/_mgfp`bqdbpsqfpfm`jb`lnfq`jbolsjmjlmfpfifq`j`jlfgjwlqjbopbobnbm`bdlmy/Mofygl`vnfmwlsfo/A`vobqf`jfmwfpdfmfqbofpwbqqbdlmbsq/M`wj`bmlufgbgfpsqlsvfpwbsb`jfmwfpw/E`mj`bplaifwjulp`lmwb`wlp\fHB\fIk\fHn\fH^\fHS\fHc\fHU\fId\fHn\fH{\fHC\fHR\fHT\fHR\fHI\fHc\fHY\fHn\fH\\\fHU\fIk\fHy\fIg\fHd\fHy\fIm\fHw\fH\\\fHU\fHR\fH@\fHR\fHJ\fHy\fHU\fHR\fHT\fHA\fIl\fHU\fIm\fHc\fH\\\fHU\fIl\fHB\fId\fHn\fHJ\fHS\fHD\fH@\fHR\fHHgjsolgl`p\fHT\fHB\fHC\fH\\\fIn\fHF\fHD\fHR\fHB\fHF\fHH\fHR\fHG\fHS\fH\\\fHx\fHT\fHH\fHH\fH\\\fHU\fH^\fIg\fH{\fHU\fIm\fHj\fH@\fHR\fH\\\fHJ\fIk\fHZ\fHU\fIm\fHd\fHz\fIk\fH^\fHC\fHJ\fHS\fHy\fHR\fHB\fHY\fIk\fH@\fHH\fIl\fHD\fH@\fIl\fHv\fHB\fI`\fHH\fHT\fHR\fH^\fH^\fIk\fHz\fHp\fIe\fH@\fHB\fHJ\fHJ\fHH\fHI\fHR\fHD\fHU\fIl\fHZ\fHU\fH\\\fHi\fH^\fH{\fHy\fHA\fIl\fHD\fH{\fH\\\fHF\fHR\fHT\fH\\\fHR\fHH\fHy\fHS\fHc\fHe\fHT\fIk\fH{\fHC\fIl\fHU\fIn\fHm\fHj\fH{\fIk\fHs\fIl\fHB\fHz\fIg\fHp\fHy\fHR\fH\\\fHi\fHA\fIl\fH{\fHC\fIk\fHH\fIm\fHB\fHY\fIg\fHs\fHJ\fIk\fHn\fHi\fH{\fH\\\fH|\fHT\fIk\fHB\fIk\fH^\fH^\fH{\fHR\fHU\fHR\fH^\fHf\fHF\fH\\\fHv\fHR\fH\\\fH|\fHT\fHR\fHJ\fIk\fH\\\fHp\fHS\fHT\fHJ\fHS\fH^\fH@\fHn\fHJ\fH@\fHD\fHR\fHU\fIn\fHn\fH^\fHR\fHz\fHp\fIl\fHH\fH@\fHs\fHD\fHB\fHS\fH^\fHk\fHT\fIk\fHj\fHD\fIk\fHD\fHC\fHR\fHy\fIm\fH^\fH^\fIe\fH{\fHA\fHR\fH{\fH\\\fIk\fH^\fHp\fH{\fHU\fH\\\fHR\fHB\fH^\fH{\fIk\fHF\fIk\fHp\fHU\fHR\fHI\fHk\fHT\fIl\fHT\fHU\fIl\fHy\fH^\fHR\fHL\fIl\fHy\fHU\fHR\fHm\fHJ\fIn\fH\\\fHH\fHU\fHH\fHT\fHR\fHH\fHC\fHR\fHJ\fHj\fHC\fHR\fHF\fHR\fHy\fHy\fI`\fHD\fHZ\fHR\fHB\fHJ\fIk\fHz\fHC\fHU\fIl\fH\\\fHR\fHC\fHz\fIm\fHJ\fH^\fH{\fIl`bwfdlqjfpf{sfqjfm`f?,wjwof= @lszqjdkw#ibubp`qjsw`lmgjwjlmpfufqzwkjmd?s#`obpp>!wf`kmloldzab`hdqlvmg?b#`obpp>!nbmbdfnfmw%`lsz8#132ibubP`qjsw`kbqb`wfqpaqfbg`qvnawkfnpfoufpklqjylmwbodlufqmnfmw@bojelqmjbb`wjujwjfpgjp`lufqfgMbujdbwjlmwqbmpjwjlm`lmmf`wjlmmbujdbwjlmbssfbqbm`f?,wjwof=?n`kf`hal{!#wf`kmjrvfpsqlwf`wjlmbssbqfmwozbp#tfoo#bpvmw$/#$VB.qfplovwjlmlsfqbwjlmpwfofujpjlmwqbmpobwfgTbpkjmdwlmmbujdbwlq-#>#tjmglt-jnsqfppjlm%ow8aq%dw8ojwfqbwvqfslsvobwjlmad`lolq>! fpsf`jbooz#`lmwfmw>!sqlgv`wjlmmftpofwwfqsqlsfqwjfpgfejmjwjlmofbgfqpkjsWf`kmloldzSbqojbnfmw`lnsbqjplmvo#`obpp>!-jmgf{Le+!`lm`ovpjlmgjp`vppjlm`lnslmfmwpajloldj`boQfulovwjlm\\`lmwbjmfqvmgfqpwllgmlp`qjsw=?sfqnjppjlmfb`k#lwkfqbwnlpskfqf#lmel`vp>!?elqn#jg>!sql`fppjmdwkjp-ubovfdfmfqbwjlm@lmefqfm`fpvapfrvfmwtfoo.hmltmubqjbwjlmpqfsvwbwjlmskfmlnfmlmgjp`jsojmfoldl-smd!#+gl`vnfmw/alvmgbqjfpf{sqfppjlmpfwwofnfmwAb`hdqlvmglvw#le#wkffmwfqsqjpf+!kwwsp9!#vmfp`bsf+!sbpptlqg!#gfnl`qbwj`?b#kqfe>!,tqbssfq!= nfnafqpkjsojmdvjpwj`s{8sbggjmdskjolplskzbppjpwbm`fvmjufqpjwzeb`jojwjfpqf`ldmjyfgsqfefqfm`fje#+wzsflenbjmwbjmfgul`bavobqzkzslwkfpjp-pvanjw+*8%bns8maps8bmmlwbwjlmafkjmg#wkfElvmgbwjlmsvaojpkfq!bppvnswjlmjmwqlgv`fg`lqqvswjlmp`jfmwjpwpf{soj`jwozjmpwfbg#legjnfmpjlmp#lm@oj`h>!`lmpjgfqfggfsbqwnfmwl``vsbwjlmpllm#bewfqjmufpwnfmwsqlmlvm`fgjgfmwjejfgf{sfqjnfmwNbmbdfnfmwdfldqbskj`!#kfjdkw>!ojmh#qfo>!-qfsob`f+,gfsqfppjlm`lmefqfm`fsvmjpknfmwfojnjmbwfgqfpjpwbm`fbgbswbwjlmlsslpjwjlmtfoo#hmltmpvssofnfmwgfwfqnjmfgk2#`obpp>!3s{8nbqdjmnf`kbmj`bopwbwjpwj`p`fofaqbwfgDlufqmnfmw Gvqjmd#wgfufolsfqpbqwjej`jbofrvjubofmwlqjdjmbwfg@lnnjppjlmbwwb`knfmw?psbm#jg>!wkfqf#tfqfMfgfqobmgpafzlmg#wkfqfdjpwfqfgilvqmbojpweqfrvfmwozboo#le#wkfobmd>!fm!#?,pwzof= baplovwf8#pvsslqwjmdf{wqfnfoz#nbjmpwqfbn?,pwqlmd=#slsvobqjwzfnsolznfmw?,wbaof= #`lopsbm>!?,elqn= ##`lmufqpjlmbalvw#wkf#?,s=?,gju=jmwfdqbwfg!#obmd>!fmSlqwvdvfpfpvapwjwvwfjmgjujgvbojnslppjaofnvowjnfgjbbonlpw#boos{#plojg# bsbqw#eqlnpvaif`w#wljm#Fmdojpk`qjwj`jyfgf{`fsw#elqdvjgfojmfplqjdjmboozqfnbqhbaofwkf#pf`lmgk1#`obpp>!?b#wjwof>!+jm`ovgjmdsbqbnfwfqpsqlkjajwfg>#!kwws9,,gj`wjlmbqzsfq`fswjlmqfulovwjlmelvmgbwjlms{8kfjdkw9pv``fppevopvsslqwfqpnjoofmmjvnkjp#ebwkfqwkf#%rvlw8ml.qfsfbw8`lnnfq`jbojmgvpwqjbofm`lvqbdfgbnlvmw#le#vmleej`jbofeej`jfm`zQfefqfm`fp`llqgjmbwfgjp`objnfqf{sfgjwjlmgfufolsjmd`bo`vobwfgpjnsojejfgofdjwjnbwfpvapwqjmd+3!#`obpp>!`lnsofwfozjoovpwqbwfejuf#zfbqpjmpwqvnfmwSvaojpkjmd2!#`obpp>!spz`kloldz`lmejgfm`fmvnafq#le#bapfm`f#leel`vpfg#lmiljmfg#wkfpwqv`wvqfpsqfujlvpoz=?,jeqbnf=lm`f#bdbjmavw#qbwkfqjnnjdqbmwple#`lvqpf/b#dqlvs#leOjwfqbwvqfVmojhf#wkf?,b=%maps8 evm`wjlm#jw#tbp#wkf@lmufmwjlmbvwlnlajofSqlwfpwbmwbddqfppjufbewfq#wkf#Pjnjobqoz/!#,=?,gju=`loof`wjlm evm`wjlmujpjajojwzwkf#vpf#leulovmwffqpbwwqb`wjlmvmgfq#wkf#wkqfbwfmfg)?"X@GBWBXjnslqwbm`fjm#dfmfqbowkf#obwwfq?,elqn= ?,-jmgf{Le+$j#>#38#j#?gjeefqfm`fgfulwfg#wlwqbgjwjlmppfbq`k#elqvowjnbwfozwlvqmbnfmwbwwqjavwfppl.`boofg#~ ?,pwzof=fubovbwjlmfnskbpjyfgb``fppjaof?,pf`wjlm=pv``fppjlmbolmd#tjwkNfbmtkjof/jmgvpwqjfp?,b=?aq#,=kbp#af`lnfbpsf`wp#leWfofujpjlmpveej`jfmwabphfwabooalwk#pjgfp`lmwjmvjmdbm#bqwj`of?jnd#bow>!bgufmwvqfpkjp#nlwkfqnbm`kfpwfqsqjm`jsofpsbqwj`vobq`lnnfmwbqzfeef`wp#legf`jgfg#wl!=?pwqlmd=svaojpkfqpIlvqmbo#legjeej`vowzeb`jojwbwfb``fswbaofpwzof-`pp!\nevm`wjlm#jmmlubwjlm=@lszqjdkwpjwvbwjlmptlvog#kbufavpjmfppfpGj`wjlmbqzpwbwfnfmwplewfm#vpfgsfqpjpwfmwjm#Ibmvbqz`lnsqjpjmd?,wjwof= \ngjsolnbwj``lmwbjmjmdsfqelqnjmdf{wfmpjlmpnbz#mlw#af`lm`fsw#le#lm`oj`h>!Jw#jp#boplejmbm`jbo#nbhjmd#wkfOv{fnalvqdbggjwjlmbobqf#`boofgfmdbdfg#jm!p`qjsw!*8avw#jw#tbpfof`wqlmj`lmpvanjw>! ?"..#Fmg#fof`wqj`boleej`jboozpvddfpwjlmwls#le#wkfvmojhf#wkfBvpwqbojbmLqjdjmboozqfefqfm`fp ?,kfbg= qf`ldmjpfgjmjwjbojyfojnjwfg#wlBof{bmgqjbqfwjqfnfmwBgufmwvqfpelvq#zfbqp %ow8"..#jm`qfbpjmdgf`lqbwjlmk0#`obpp>!lqjdjmp#lelaojdbwjlmqfdvobwjlm`obppjejfg+evm`wjlm+bgubmwbdfpafjmd#wkf#kjpwlqjbmp?abpf#kqfeqfsfbwfgoztjoojmd#wl`lnsbqbaofgfpjdmbwfgmlnjmbwjlmevm`wjlmbojmpjgf#wkfqfufobwjlmfmg#le#wkfp#elq#wkf#bvwklqjyfgqfevpfg#wlwbhf#sob`fbvwlmlnlvp`lnsqlnjpfslojwj`bo#qfpwbvqbmwwtl#le#wkfEfaqvbqz#1rvbojwz#leptelaif`w-vmgfqpwbmgmfbqoz#bootqjwwfm#azjmwfqujftp!#tjgwk>!2tjwkgqbtboeolbw9ofewjp#vpvbooz`bmgjgbwfpmftpsbsfqpnzpwfqjlvpGfsbqwnfmwafpw#hmltmsbqojbnfmwpvssqfppfg`lmufmjfmwqfnfnafqfggjeefqfmw#pzpwfnbwj`kbp#ofg#wlsqlsbdbmgb`lmwqloofgjmeovfm`fp`fqfnlmjbosql`objnfgSqlwf`wjlmoj#`obpp>!P`jfmwjej``obpp>!ml.wqbgfnbqhpnlqf#wkbm#tjgfpsqfbgOjafqbwjlmwllh#sob`fgbz#le#wkfbp#olmd#bpjnsqjplmfgBggjwjlmbo ?kfbg= ?nObalqbwlqzMlufnafq#1f{`fswjlmpJmgvpwqjboubqjfwz#leeolbw9#ofeGvqjmd#wkfbppfppnfmwkbuf#affm#gfbop#tjwkPwbwjpwj`pl``vqqfm`f,vo=?,gju=`ofbqej{!=wkf#svaoj`nbmz#zfbqptkj`k#tfqflufq#wjnf/pzmlmznlvp`lmwfmw!= sqfpvnbaozkjp#ebnjozvpfqBdfmw-vmf{sf`wfgjm`ovgjmd#`kboofmdfgb#njmlqjwzvmgfejmfg!afolmdp#wlwbhfm#eqlnjm#L`wlafqslpjwjlm9#pbjg#wl#afqfojdjlvp#Efgfqbwjlm#qltpsbm>!lmoz#b#eftnfbmw#wkbwofg#wl#wkf..= ?gju#?ejfogpfw=Bq`kajpkls#`obpp>!mlafjmd#vpfgbssqlb`kfpsqjujofdfpmlp`qjsw= qfpvowp#jmnbz#af#wkfFbpwfq#fddnf`kbmjpnpqfbplmbaofSlsvobwjlm@loof`wjlmpfof`wfg!=mlp`qjsw=,jmgf{-sksbqqjubo#le.ippgh$**8nbmbdfg#wljm`lnsofwf`bpvbowjfp`lnsofwjlm@kqjpwjbmpPfswfnafq#bqjwknfwj`sql`fgvqfpnjdkw#kbufSqlgv`wjlmjw#bssfbqpSkjolplskzeqjfmgpkjsofbgjmd#wldjujmd#wkfwltbqg#wkfdvbqbmwffggl`vnfmwfg`lolq9 333ujgfl#dbnf`lnnjppjlmqfeof`wjmd`kbmdf#wkfbppl`jbwfgpbmp.pfqjelmhfzsqfpp8#sbggjmd9Kf#tbp#wkfvmgfqozjmdwzsj`booz#/#bmg#wkf#pq`Fofnfmwpv``fppjufpjm`f#wkf#pklvog#af#mfwtlqhjmdb``lvmwjmdvpf#le#wkfoltfq#wkbmpkltp#wkbw?,psbm= \n\n`lnsobjmwp`lmwjmvlvprvbmwjwjfpbpwqlmlnfqkf#gjg#mlwgvf#wl#jwpbssojfg#wlbm#bufqbdffeelqwp#wlwkf#evwvqfbwwfnsw#wlWkfqfelqf/`bsbajojwzQfsvaoj`bmtbp#elqnfgFof`wqlmj`hjolnfwfqp`kboofmdfpsvaojpkjmdwkf#elqnfqjmgjdfmlvpgjqf`wjlmppvapjgjbqz`lmpsjqb`zgfwbjop#lebmg#jm#wkfbeelqgbaofpvapwbm`fpqfbplm#elq`lmufmwjlmjwfnwzsf>!baplovwfozpvsslpfgozqfnbjmfg#bbwwqb`wjufwqbufoojmdpfsbqbwfozel`vpfp#lmfofnfmwbqzbssoj`baofelvmg#wkbwpwzofpkffwnbmvp`qjswpwbmgp#elq#ml.qfsfbw+plnfwjnfp@lnnfq`jbojm#Bnfqj`bvmgfqwbhfmrvbqwfq#lebm#f{bnsofsfqplmboozjmgf{-sks<?,avwwlm= sfq`fmwbdfafpw.hmltm`qfbwjmd#b!#gjq>!owqOjfvwfmbmw ?gju#jg>!wkfz#tlvogbajojwz#lenbgf#vs#lemlwfg#wkbw`ofbq#wkbwbqdvf#wkbwwl#bmlwkfq`kjogqfm$psvqslpf#leelqnvobwfgabpfg#vslmwkf#qfdjlmpvaif`w#lesbppfmdfqpslppfppjlm- Jm#wkf#Afelqf#wkfbewfqtbqgp`vqqfmwoz#b`qlpp#wkfp`jfmwjej``lnnvmjwz-`bsjwbojpnjm#Dfqnbmzqjdkw.tjmdwkf#pzpwfnPl`jfwz#leslojwj`jbmgjqf`wjlm9tfmw#lm#wlqfnlubo#le#Mft#Zlqh#bsbqwnfmwpjmgj`bwjlmgvqjmd#wkfvmofpp#wkfkjpwlqj`bokbg#affm#bgfejmjwjufjmdqfgjfmwbwwfmgbm`f@fmwfq#elqsqlnjmfm`fqfbgzPwbwfpwqbwfdjfpavw#jm#wkfbp#sbqw#le`lmpwjwvwf`objn#wkbwobalqbwlqz`lnsbwjaofebjovqf#le/#pv`k#bp#afdbm#tjwkvpjmd#wkf#wl#sqlujgfefbwvqf#leeqln#tkj`k,!#`obpp>!dfloldj`bopfufqbo#legfojafqbwfjnslqwbmw#klogp#wkbwjmd%rvlw8#ubojdm>wlswkf#Dfqnbmlvwpjgf#lemfdlwjbwfgkjp#`bqffqpfsbqbwjlmjg>!pfbq`ktbp#`boofgwkf#elvqwkqf`qfbwjlmlwkfq#wkbmsqfufmwjlmtkjof#wkf#fgv`bwjlm/`lmmf`wjmdb``vqbwfoztfqf#avjowtbp#hjoofgbdqffnfmwpnv`k#nlqf#Gvf#wl#wkftjgwk9#233plnf#lwkfqHjmdgln#lewkf#fmwjqfebnlvp#elqwl#`lmmf`wlaif`wjufpwkf#Eqfm`ksflsof#bmgefbwvqfg!=jp#pbjg#wlpwqv`wvqboqfefqfmgvnnlpw#lewfmb#pfsbqbwf.= ?gju#jg#Leej`jbo#tlqogtjgf-bqjb.obafowkf#sobmfwbmg#jw#tbpg!#ubovf>!ollhjmd#bwafmfej`jbobqf#jm#wkfnlmjwlqjmdqfslqwfgozwkf#nlgfqmtlqhjmd#lmbooltfg#wltkfqf#wkf#jmmlubwjuf?,b=?,gju=plvmgwqb`hpfbq`kElqnwfmg#wl#afjmsvw#jg>!lsfmjmd#leqfpwqj`wfgbglswfg#azbggqfppjmdwkfloldjbmnfwklgp#leubqjbmw#le@kqjpwjbm#ufqz#obqdfbvwlnlwjufaz#ebq#wkfqbmdf#eqlnsvqpvjw#leeloolt#wkfaqlvdkw#wljm#Fmdobmgbdqff#wkbwb``vpfg#le`lnfp#eqlnsqfufmwjmdgju#pwzof>kjp#lq#kfqwqfnfmglvpeqffgln#le`lm`fqmjmd3#2fn#2fn8Abphfwaboo,pwzof-`ppbm#fbqojfqfufm#bewfq,!#wjwof>!-`ln,jmgf{wbhjmd#wkfsjwwpavqdk`lmwfmw!=?p`qjsw=+ewvqmfg#lvwkbujmd#wkf?,psbm= #l``bpjlmboaf`bvpf#jwpwbqwfg#wlskzpj`booz=?,gju= ##`qfbwfg#az@vqqfmwoz/#ad`lolq>!wbajmgf{>!gjpbpwqlvpBmbozwj`p#bopl#kbp#b=?gju#jg>!?,pwzof= ?`boofg#elqpjmdfq#bmg-pq`#>#!,,ujlobwjlmpwkjp#sljmw`lmpwbmwozjp#ol`bwfgqf`lqgjmdpg#eqln#wkfmfgfqobmgpslqwvdv/Fp;N;};D;u;F5m4K4]4_7`gfpbqqlool`lnfmwbqjlfgv`b`j/_mpfswjfnaqfqfdjpwqbglgjqf``j/_mvaj`b`j/_msvaoj`jgbgqfpsvfpwbpqfpvowbglpjnslqwbmwfqfpfqubglpbqw/A`volpgjefqfmwfppjdvjfmwfpqfs/Vaoj`bpjwvb`j/_mnjmjpwfqjlsqjub`jgbggjqf`wlqjlelqnb`j/_mslaob`j/_msqfpjgfmwf`lmw','fmjglpb``fplqjlpwf`kmlqbwjsfqplmbofp`bwfdlq/Abfpsf`jbofpgjpslmjaofb`wvbojgbgqfefqfm`jbuboobglojgajaojlwf`bqfob`jlmfp`bofmgbqjlslo/Awj`bpbmwfqjlqfpgl`vnfmwlpmbwvqbofybnbwfqjbofpgjefqfm`jbf`lm/_nj`bwqbmpslqwfqlgq/Advfysbqwj`jsbqfm`vfmwqbmgjp`vpj/_mfpwqv`wvqbevmgb`j/_meqf`vfmwfpsfqnbmfmwfwlwbonfmwf<P<R<Z<Q<R<]=o<X<Y=n<P<R<Z<Y=n<^=l<Y<P=c=n<\\<V<Z<Y=k=n<R<]=g<]<R<W<Y<Y<R=k<Y<Q=`=a=n<R<_<R<V<R<_<X<\\<S<R=m<W<Y<^=m<Y<_<R=m<\\<U=n<Y=k<Y=l<Y<[<P<R<_=o=n=m<\\<U=n<\\<Z<T<[<Q<T<P<Y<Z<X=o<]=o<X=o=n<s<R<T=m<V<[<X<Y=m=`<^<T<X<Y<R=m<^=c<[<T<Q=o<Z<Q<R=m<^<R<Y<U<W=b<X<Y<U<S<R=l<Q<R<P<Q<R<_<R<X<Y=n<Y<U=m<^<R<T=i<S=l<\\<^<\\=n<\\<V<R<U<P<Y=m=n<R<T<P<Y<Y=n<Z<T<[<Q=`<R<X<Q<R<U<W=o=k=d<Y<S<Y=l<Y<X=k<\\=m=n<T=k<\\=m=n=`=l<\\<]<R=n<Q<R<^=g=i<S=l<\\<^<R=m<R<]<R<U<S<R=n<R<P<P<Y<Q<Y<Y=k<T=m<W<Y<Q<R<^=g<Y=o=m<W=o<_<R<V<R<W<R<Q<\\<[<\\<X=n<\\<V<R<Y=n<R<_<X<\\<S<R=k=n<T<s<R=m<W<Y=n<\\<V<T<Y<Q<R<^=g<U=m=n<R<T=n=n<\\<V<T=i=m=l<\\<[=o<M<\\<Q<V=n=h<R=l=o<P<v<R<_<X<\\<V<Q<T<_<T=m<W<R<^<\\<Q<\\=d<Y<U<Q<\\<U=n<T=m<^<R<T<P=m<^=c<[=`<W=b<]<R<U=k<\\=m=n<R=m=l<Y<X<T<v=l<R<P<Y<H<R=l=o<P=l=g<Q<V<Y=m=n<\\<W<T<S<R<T=m<V=n=g=m=c=k<P<Y=m=c=j=j<Y<Q=n=l=n=l=o<X<\\=m<\\<P=g=i=l=g<Q<V<\\<q<R<^=g<U=k<\\=m<R<^<P<Y=m=n<\\=h<T<W=`<P<P<\\=l=n<\\=m=n=l<\\<Q<P<Y=m=n<Y=n<Y<V=m=n<Q<\\=d<T=i<P<T<Q=o=n<T<P<Y<Q<T<T<P<Y=b=n<Q<R<P<Y=l<_<R=l<R<X=m<\\<P<R<P=a=n<R<P=o<V<R<Q=j<Y=m<^<R<Y<P<V<\\<V<R<U<|=l=i<T<^5i5j4F4C5e4I4]4_4K5h4]4_4K5h4E4K5h4U4K5i5o4F4D5k4K4D4]4K5i4@4K5h5f5d5i4K5h4Y5d4]4@4C5f4C4E4K5h4U4Z5d4I4Z4K5m4E4K5h5n4_5i4K5h4U4K4D4F4A5i5f5h5i5h5m4K4F5i5h4F5n5e4F4U4C5f5h4K5h4X4U4]4O4B4D4K4]4F4[5d5f4]4U5h5f5o5i4I4]5m4K5n4[5h4D4K4F4K5h5h4V4E4F4]4F5f4D4K5h5j4K4_4K5h4X5f4B5i5j4F4C5f4K5h4U4]4D4K5h5n4Y4Y4K5m5h4K5i4U5h5f5k4K4F4A4C5f4G4K5h5h5k5i4K5h4U5i5h5i5o4F4D4E5f5i5o5j5o4K5h4[5m5h5m5f4C5f5d4I4C4K4]4E4F4K4]5f4B4K5h4Y4A4E4F4_4@5f5h4K5h5d5n4F4U5j4C5i4K5i4C5f5j4E4F4Y5i5f5i4O4]4X5f5m4K5h4\\5f5j4U4]4D5f4E4D5d4K4D4E4O5h4U4K4D4K5h4_5m4]5i4X4K5o5h4F4U4K5h5e4K5h4O5d5h4K5h4_5j4E4@4K5i4U4E4K5h4Y4A5m4K5h4C5f5j5o5h5i4K4F4K5h4B4K4Y4K5h5i5h5m4O4U4Z4K4M5o4F4K4D4E4K5h4B5f4]4]4_4K4J5h4K5h5n5h4D4K5h4O4C4D5i5n4K4[4U5i4]4K4_5h5i5j4[5n4E4K5h5o4F4D4K5h4]4@5h4K4X4F4]5o4K5h5n4C5i5f4U4[5f5opAzWbdMbnf+-isd!#bow>!2s{#plojg# -dje!#bow>!wqbmpsbqfmwjmelqnbwjlmbssoj`bwjlm!#lm`oj`h>!fpwbaojpkfgbgufqwjpjmd-smd!#bow>!fmujqlmnfmwsfqelqnbm`fbssqlsqjbwf%bns8ngbpk8jnnfgjbwfoz?,pwqlmd=?,qbwkfq#wkbmwfnsfqbwvqfgfufolsnfmw`lnsfwjwjlmsob`fklogfqujpjajojwz9`lszqjdkw!=3!#kfjdkw>!fufm#wklvdkqfsob`fnfmwgfpwjmbwjlm@lqslqbwjlm?vo#`obpp>!Bppl`jbwjlmjmgjujgvbopsfqpsf`wjufpfwWjnflvw+vqo+kwws9,,nbwkfnbwj`pnbqdjm.wls9fufmwvbooz#gfp`qjswjlm*#ml.qfsfbw`loof`wjlmp-ISD\x7Fwkvna\x7Fsbqwj`jsbwf,kfbg=?algzeolbw9ofew8?oj#`obpp>!kvmgqfgp#le Kltfufq/#`lnslpjwjlm`ofbq9alwk8`llsfqbwjlmtjwkjm#wkf#obafo#elq>!alqgfq.wls9Mft#Yfbobmgqf`lnnfmgfgsklwldqbskzjmwfqfpwjmd%ow8pvs%dw8`lmwqlufqpzMfwkfqobmgpbowfqmbwjufnb{ofmdwk>!ptjwyfqobmgGfufolsnfmwfppfmwjbooz Bowklvdk#?,wf{wbqfb=wkvmgfqajqgqfsqfpfmwfg%bns8mgbpk8psf`vobwjlm`lnnvmjwjfpofdjpobwjlmfof`wqlmj`p \n?gju#jg>!joovpwqbwfgfmdjmffqjmdwfqqjwlqjfpbvwklqjwjfpgjpwqjavwfg5!#kfjdkw>!pbmp.pfqje8`bsbaof#le#gjpbssfbqfgjmwfqb`wjufollhjmd#elqjw#tlvog#afBedkbmjpwbmtbp#`qfbwfgNbwk-eollq+pvqqlvmgjmd`bm#bopl#aflapfqubwjlmnbjmwfmbm`ffm`lvmwfqfg?k1#`obpp>!nlqf#qf`fmwjw#kbp#affmjmubpjlm#le*-dfwWjnf+*evmgbnfmwboGfpsjwf#wkf!=?gju#jg>!jmpsjqbwjlmf{bnjmbwjlmsqfsbqbwjlmf{sobmbwjlm?jmsvw#jg>!?,b=?,psbm=ufqpjlmp#lejmpwqvnfmwpafelqf#wkf##>#$kwws9,,Gfp`qjswjlmqfobwjufoz#-pvapwqjmd+fb`k#le#wkff{sfqjnfmwpjmeovfmwjbojmwfdqbwjlmnbmz#sflsofgvf#wl#wkf#`lnajmbwjlmgl#mlw#kbufNjggof#Fbpw?mlp`qjsw=?`lszqjdkw!#sfqkbsp#wkfjmpwjwvwjlmjm#Gf`fnafqbqqbmdfnfmwnlpw#ebnlvpsfqplmbojwz`qfbwjlm#leojnjwbwjlmpf{`ovpjufozplufqfjdmwz.`lmwfmw!= ?wg#`obpp>!vmgfqdqlvmgsbqboofo#wlgl`wqjmf#lel``vsjfg#azwfqnjmloldzQfmbjppbm`fb#mvnafq#lepvsslqw#elqf{solqbwjlmqf`ldmjwjlmsqfgf`fpplq?jnd#pq`>!,?k2#`obpp>!svaoj`bwjlmnbz#bopl#afpsf`jbojyfg?,ejfogpfw=sqldqfppjufnjoojlmp#lepwbwfp#wkbwfmelq`fnfmwbqlvmg#wkf#lmf#bmlwkfq-sbqfmwMlgfbdqj`vowvqfBowfqmbwjufqfpfbq`kfqpwltbqgp#wkfNlpw#le#wkfnbmz#lwkfq#+fpsf`jbooz?wg#tjgwk>!8tjgwk9233&jmgfsfmgfmw?k0#`obpp>!#lm`kbmdf>!*-bgg@obpp+jmwfqb`wjlmLmf#le#wkf#gbvdkwfq#leb``fpplqjfpaqbm`kfp#le ?gju#jg>!wkf#obqdfpwgf`obqbwjlmqfdvobwjlmpJmelqnbwjlmwqbmpobwjlmgl`vnfmwbqzjm#lqgfq#wl!= ?kfbg= ?!#kfjdkw>!2b`qlpp#wkf#lqjfmwbwjlm*8?,p`qjsw=jnsofnfmwfg`bm#af#pffmwkfqf#tbp#bgfnlmpwqbwf`lmwbjmfq!=`lmmf`wjlmpwkf#Aqjwjpktbp#tqjwwfm"jnslqwbmw8s{8#nbqdjm.elooltfg#azbajojwz#wl#`lnsoj`bwfggvqjmd#wkf#jnnjdqbwjlmbopl#`boofg?k7#`obpp>!gjpwjm`wjlmqfsob`fg#azdlufqmnfmwpol`bwjlm#lejm#Mlufnafqtkfwkfq#wkf?,s= ?,gju=b`rvjpjwjlm`boofg#wkf#sfqpf`vwjlmgfpjdmbwjlmxelmw.pjyf9bssfbqfg#jmjmufpwjdbwff{sfqjfm`fgnlpw#ojhfoztjgfoz#vpfggjp`vppjlmpsqfpfm`f#le#+gl`vnfmw-f{wfmpjufozJw#kbp#affmjw#glfp#mlw`lmwqbqz#wljmkbajwbmwpjnsqlufnfmwp`klobqpkjs`lmpvnswjlmjmpwqv`wjlmelq#f{bnsoflmf#lq#nlqfs{8#sbggjmdwkf#`vqqfmwb#pfqjfp#lebqf#vpvboozqlof#jm#wkfsqfujlvpoz#gfqjubwjufpfujgfm`f#lef{sfqjfm`fp`lolqp`kfnfpwbwfg#wkbw`fqwjej`bwf?,b=?,gju= #pfof`wfg>!kjdk#p`klloqfpslmpf#wl`lnelqwbaofbglswjlm#lewkqff#zfbqpwkf#`lvmwqzjm#Efaqvbqzpl#wkbw#wkfsflsof#tkl#sqlujgfg#az?sbqbn#mbnfbeef`wfg#azjm#wfqnp#lebssljmwnfmwJPL.;;6:.2!tbp#alqm#jmkjpwlqj`bo#qfdbqgfg#bpnfbpvqfnfmwjp#abpfg#lm#bmg#lwkfq#9#evm`wjlm+pjdmjej`bmw`fofaqbwjlmwqbmpnjwwfg,ip,irvfqz-jp#hmltm#bpwkflqfwj`bo#wbajmgf{>!jw#`lvog#af?mlp`qjsw= kbujmd#affm ?kfbg= ?#%rvlw8Wkf#`lnsjobwjlmkf#kbg#affmsqlgv`fg#azskjolplskfq`lmpwqv`wfgjmwfmgfg#wlbnlmd#lwkfq`lnsbqfg#wlwl#pbz#wkbwFmdjmffqjmdb#gjeefqfmwqfefqqfg#wlgjeefqfm`fpafojfe#wkbwsklwldqbskpjgfmwjezjmdKjpwlqz#le#Qfsvaoj`#lemf`fppbqjozsqlabajojwzwf`kmj`boozofbujmd#wkfpsf`wb`vobqeqb`wjlm#lefof`wqj`jwzkfbg#le#wkfqfpwbvqbmwpsbqwmfqpkjsfnskbpjp#lmnlpw#qf`fmwpkbqf#tjwk#pbzjmd#wkbwejoofg#tjwkgfpjdmfg#wljw#jp#lewfm!=?,jeqbnf=bp#elooltp9nfqdfg#tjwkwkqlvdk#wkf`lnnfq`jbo#sljmwfg#lvwlsslqwvmjwzujft#le#wkfqfrvjqfnfmwgjujpjlm#lesqldqbnnjmdkf#qf`fjufgpfwJmwfqubo!=?,psbm=?,jm#Mft#Zlqhbggjwjlmbo#`lnsqfppjlm ?gju#jg>!jm`lqslqbwf8?,p`qjsw=?bwwb`kFufmwaf`bnf#wkf#!#wbqdfw>!\\`bqqjfg#lvwPlnf#le#wkfp`jfm`f#bmgwkf#wjnf#le@lmwbjmfq!=nbjmwbjmjmd@kqjpwlskfqNv`k#le#wkftqjwjmdp#le!#kfjdkw>!1pjyf#le#wkfufqpjlm#le#nj{wvqf#le#afwtffm#wkfF{bnsofp#lefgv`bwjlmbo`lnsfwjwjuf#lmpvanjw>!gjqf`wlq#legjpwjm`wjuf,GWG#[KWNO#qfobwjmd#wlwfmgfm`z#wlsqlujm`f#letkj`k#tlvoggfpsjwf#wkfp`jfmwjej`#ofdjpobwvqf-jmmfqKWNO#boofdbwjlmpBdqj`vowvqftbp#vpfg#jmbssqlb`k#wljmwfoojdfmwzfbqp#obwfq/pbmp.pfqjegfwfqnjmjmdSfqelqnbm`fbssfbqbm`fp/#tkj`k#jp#elvmgbwjlmpbaaqfujbwfgkjdkfq#wkbmp#eqln#wkf#jmgjujgvbo#`lnslpfg#lepvsslpfg#wl`objnp#wkbwbwwqjavwjlmelmw.pjyf92fofnfmwp#leKjpwlqj`bo#kjp#aqlwkfqbw#wkf#wjnfbmmjufqpbqzdlufqmfg#azqfobwfg#wl#vowjnbwfoz#jmmlubwjlmpjw#jp#pwjoo`bm#lmoz#afgfejmjwjlmpwlDNWPwqjmdB#mvnafq#lejnd#`obpp>!Fufmwvbooz/tbp#`kbmdfgl``vqqfg#jmmfjdkalqjmdgjpwjmdvjpktkfm#kf#tbpjmwqlgv`jmdwfqqfpwqjboNbmz#le#wkfbqdvfp#wkbwbm#Bnfqj`bm`lmrvfpw#letjgfpsqfbg#tfqf#hjoofgp`qffm#bmg#Jm#lqgfq#wlf{sf`wfg#wlgfp`fmgbmwpbqf#ol`bwfgofdjpobwjufdfmfqbwjlmp#ab`hdqlvmgnlpw#sflsofzfbqp#bewfqwkfqf#jp#mlwkf#kjdkfpweqfrvfmwoz#wkfz#gl#mlwbqdvfg#wkbwpkltfg#wkbwsqfglnjmbmwwkfloldj`boaz#wkf#wjnf`lmpjgfqjmdpklqw.ojufg?,psbm=?,b=`bm#af#vpfgufqz#ojwwoflmf#le#wkf#kbg#boqfbgzjmwfqsqfwfg`lnnvmj`bwfefbwvqfp#ledlufqmnfmw/?,mlp`qjsw=fmwfqfg#wkf!#kfjdkw>!0Jmgfsfmgfmwslsvobwjlmpobqdf.p`bof-#Bowklvdk#vpfg#jm#wkfgfpwqv`wjlmslppjajojwzpwbqwjmd#jmwtl#lq#nlqff{sqfppjlmppvalqgjmbwfobqdfq#wkbmkjpwlqz#bmg?,lswjlm= @lmwjmfmwbofojnjmbwjmdtjoo#mlw#afsqb`wj`f#lejm#eqlmw#lepjwf#le#wkffmpvqf#wkbwwl#`qfbwf#bnjppjppjssjslwfmwjboozlvwpwbmgjmdafwwfq#wkbmtkbw#jp#mltpjwvbwfg#jmnfwb#mbnf>!WqbgjwjlmbopvddfpwjlmpWqbmpobwjlmwkf#elqn#lebwnlpskfqj`jgfloldj`bofmwfqsqjpfp`bo`vobwjmdfbpw#le#wkfqfnmbmwp#lesovdjmpsbdf,jmgf{-sks<qfnbjmfg#jmwqbmpelqnfgKf#tbp#bopltbp#boqfbgzpwbwjpwj`bojm#ebulq#leNjmjpwqz#lenlufnfmw#leelqnvobwjlmjp#qfrvjqfg?ojmh#qfo>!Wkjp#jp#wkf#?b#kqfe>!,slsvobqjyfgjmuloufg#jmbqf#vpfg#wlbmg#pfufqbonbgf#az#wkfpffnp#wl#afojhfoz#wkbwSbofpwjmjbmmbnfg#bewfqjw#kbg#affmnlpw#`lnnlmwl#qfefq#wlavw#wkjp#jp`lmpf`vwjufwfnslqbqjozJm#dfmfqbo/`lmufmwjlmpwbhfp#sob`fpvagjujpjlmwfqqjwlqjbolsfqbwjlmbosfqnbmfmwoztbp#obqdfozlvwaqfbh#lejm#wkf#sbpwelooltjmd#b#{nomp9ld>!=?b#`obpp>!`obpp>!wf{w@lmufqpjlm#nbz#af#vpfgnbmveb`wvqfbewfq#afjmd`ofbqej{!= rvfpwjlm#letbp#fof`wfgwl#af`lnf#baf`bvpf#le#plnf#sflsofjmpsjqfg#azpv``fppevo#b#wjnf#tkfmnlqf#`lnnlmbnlmdpw#wkfbm#leej`jbotjgwk9233&8wf`kmloldz/tbp#bglswfgwl#hffs#wkfpfwwofnfmwpojuf#ajqwkpjmgf{-kwno!@lmmf`wj`vwbppjdmfg#wl%bns8wjnfp8b``lvmw#elqbojdm>qjdkwwkf#`lnsbmzbotbzp#affmqfwvqmfg#wljmuloufnfmwAf`bvpf#wkfwkjp#sfqjlg!#mbnf>!r!#`lmejmfg#wlb#qfpvow#leubovf>!!#,=jp#b`wvboozFmujqlmnfmw ?,kfbg= @lmufqpfoz/= ?gju#jg>!3!#tjgwk>!2jp#sqlabaozkbuf#af`lnf`lmwqloojmdwkf#sqlaofn`jwjyfmp#leslojwj`jbmpqfb`kfg#wkfbp#fbqoz#bp9mlmf8#lufq?wbaof#`fooubojgjwz#legjqf`woz#wllmnlvpfgltmtkfqf#jw#jptkfm#jw#tbpnfnafqp#le#qfobwjlm#wlb``lnnlgbwfbolmd#tjwk#Jm#wkf#obwfwkf#Fmdojpkgfoj`jlvp!=wkjp#jp#mlwwkf#sqfpfmwje#wkfz#bqfbmg#ejmboozb#nbwwfq#le \n?,gju=  ?,p`qjsw=ebpwfq#wkbmnbilqjwz#lebewfq#tkj`k`lnsbqbwjufwl#nbjmwbjmjnsqluf#wkfbtbqgfg#wkffq!#`obpp>!eqbnfalqgfqqfpwlqbwjlmjm#wkf#pbnfbmbozpjp#lewkfjq#ejqpwGvqjmd#wkf#`lmwjmfmwbopfrvfm`f#leevm`wjlm+*xelmw.pjyf9#tlqh#lm#wkf?,p`qjsw= ?afdjmp#tjwkibubp`qjsw9`lmpwjwvfmwtbp#elvmgfgfrvjojaqjvnbppvnf#wkbwjp#djufm#azmffgp#wl#af`llqgjmbwfpwkf#ubqjlvpbqf#sbqw#lelmoz#jm#wkfpf`wjlmp#lejp#b#`lnnlmwkflqjfp#legjp`lufqjfpbppl`jbwjlmfgdf#le#wkfpwqfmdwk#leslpjwjlm#jmsqfpfmw.gbzvmjufqpboozwl#elqn#wkfavw#jmpwfbg`lqslqbwjlmbwwb`kfg#wljp#`lnnlmozqfbplmp#elq#%rvlw8wkf#`bm#af#nbgftbp#baof#wltkj`k#nfbmpavw#gjg#mlwlmNlvpfLufqbp#slppjaoflsfqbwfg#az`lnjmd#eqlnwkf#sqjnbqzbggjwjlm#leelq#pfufqbowqbmpefqqfgb#sfqjlg#lebqf#baof#wlkltfufq/#jwpklvog#kbufnv`k#obqdfq \n?,p`qjsw=bglswfg#wkfsqlsfqwz#legjqf`wfg#azfeef`wjufoztbp#aqlvdkw`kjogqfm#leSqldqbnnjmdolmdfq#wkbmnbmvp`qjswptbq#bdbjmpwaz#nfbmp#lebmg#nlpw#lepjnjobq#wl#sqlsqjfwbqzlqjdjmbwjmdsqfpwjdjlvpdqbnnbwj`bof{sfqjfm`f-wl#nbhf#wkfJw#tbp#bopljp#elvmg#jm`lnsfwjwlqpjm#wkf#V-P-qfsob`f#wkfaqlvdkw#wkf`bo`vobwjlmeboo#le#wkfwkf#dfmfqbosqb`wj`boozjm#klmlq#leqfofbpfg#jmqfpjgfmwjbobmg#plnf#lehjmd#le#wkfqfb`wjlm#wl2pw#Fbqo#le`vowvqf#bmgsqjm`jsbooz?,wjwof= ##wkfz#`bm#afab`h#wl#wkfplnf#le#kjpf{slpvqf#wlbqf#pjnjobqelqn#le#wkfbggEbulqjwf`jwjyfmpkjssbqw#jm#wkfsflsof#tjwkjm#sqb`wj`fwl#`lmwjmvf%bns8njmvp8bssqlufg#az#wkf#ejqpw#booltfg#wkfbmg#elq#wkfevm`wjlmjmdsobzjmd#wkfplovwjlm#wlkfjdkw>!3!#jm#kjp#allhnlqf#wkbm#belooltp#wkf`qfbwfg#wkfsqfpfm`f#jm%maps8?,wg=mbwjlmbojpwwkf#jgfb#leb#`kbqb`wfqtfqf#elq`fg#`obpp>!awmgbzp#le#wkfefbwvqfg#jmpkltjmd#wkfjmwfqfpw#jmjm#sob`f#lewvqm#le#wkfwkf#kfbg#leOlqg#le#wkfslojwj`boozkbp#jwp#ltmFgv`bwjlmbobssqlubo#leplnf#le#wkffb`k#lwkfq/afkbujlq#lebmg#af`bvpfbmg#bmlwkfqbssfbqfg#lmqf`lqgfg#jmaob`h%rvlw8nbz#jm`ovgfwkf#tlqog$p`bm#ofbg#wlqfefqp#wl#balqgfq>!3!#dlufqmnfmw#tjmmjmd#wkfqfpvowfg#jm#tkjof#wkf#Tbpkjmdwlm/wkf#pvaif`w`jwz#jm#wkf=?,gju= \n\nqfeof`w#wkfwl#`lnsofwfaf`bnf#nlqfqbgjlb`wjufqfif`wfg#aztjwklvw#bmzkjp#ebwkfq/tkj`k#`lvog`lsz#le#wkfwl#jmgj`bwfb#slojwj`bob``lvmwp#le`lmpwjwvwfptlqhfg#tjwkfq?,b=?,oj=le#kjp#ojefb``lnsbmjfg`ojfmwTjgwksqfufmw#wkfOfdjpobwjufgjeefqfmwozwldfwkfq#jmkbp#pfufqboelq#bmlwkfqwf{w#le#wkfelvmgfg#wkff#tjwk#wkf#jp#vpfg#elq`kbmdfg#wkfvpvbooz#wkfsob`f#tkfqftkfqfbp#wkf=#?b#kqfe>!!=?b#kqfe>!wkfnpfoufp/bowklvdk#kfwkbw#`bm#afwqbgjwjlmboqlof#le#wkfbp#b#qfpvowqfnluf@kjoggfpjdmfg#aztfpw#le#wkfPlnf#sflsofsqlgv`wjlm/pjgf#le#wkfmftpofwwfqpvpfg#az#wkfgltm#wl#wkfb``fswfg#azojuf#jm#wkfbwwfnswp#wllvwpjgf#wkfeqfrvfm`jfpKltfufq/#jmsqldqbnnfqpbw#ofbpw#jmbssql{jnbwfbowklvdk#jwtbp#sbqw#lebmg#ubqjlvpDlufqmlq#lewkf#bqwj`ofwvqmfg#jmwl=?b#kqfe>!,wkf#f`lmlnzjp#wkf#nlpwnlpw#tjgfoztlvog#obwfqbmg#sfqkbspqjpf#wl#wkfl``vqp#tkfmvmgfq#tkj`k`lmgjwjlmp-wkf#tfpwfqmwkflqz#wkbwjp#sqlgv`fgwkf#`jwz#lejm#tkj`k#kfpffm#jm#wkfwkf#`fmwqboavjogjmd#lenbmz#le#kjpbqfb#le#wkfjp#wkf#lmoznlpw#le#wkfnbmz#le#wkfwkf#TfpwfqmWkfqf#jp#mlf{wfmgfg#wlPwbwjpwj`bo`lopsbm>1#\x7Fpklqw#pwlqzslppjaof#wlwlsloldj`bo`qjwj`bo#leqfslqwfg#wlb#@kqjpwjbmgf`jpjlm#wljp#frvbo#wlsqlaofnp#leWkjp#`bm#afnfq`kbmgjpfelq#nlpw#leml#fujgfm`ffgjwjlmp#lefofnfmwp#jm%rvlw8-#Wkf`ln,jnbdfp,tkj`k#nbhfpwkf#sql`fppqfnbjmp#wkfojwfqbwvqf/jp#b#nfnafqwkf#slsvobqwkf#bm`jfmwsqlaofnp#jmwjnf#le#wkfgfefbwfg#azalgz#le#wkfb#eft#zfbqpnv`k#le#wkfwkf#tlqh#le@bojelqmjb/pfqufg#bp#bdlufqmnfmw-`lm`fswp#lenlufnfmw#jm\n\n?gju#jg>!jw!#ubovf>!obmdvbdf#lebp#wkfz#bqfsqlgv`fg#jmjp#wkbw#wkff{sobjm#wkfgju=?,gju= Kltfufq#wkfofbg#wl#wkf\n?b#kqfe>!,tbp#dqbmwfgsflsof#kbuf`lmwjmvbooztbp#pffm#bpbmg#qfobwfgwkf#qlof#lesqlslpfg#azle#wkf#afpwfb`k#lwkfq-@lmpwbmwjmfsflsof#eqlngjbof`wp#lewl#qfujpjlmtbp#qfmbnfgb#plvq`f#lewkf#jmjwjboobvm`kfg#jmsqlujgf#wkfwl#wkf#tfpwtkfqf#wkfqfbmg#pjnjobqafwtffm#wtljp#bopl#wkfFmdojpk#bmg`lmgjwjlmp/wkbw#jw#tbpfmwjwofg#wlwkfnpfoufp-rvbmwjwz#leqbmpsbqfm`zwkf#pbnf#bpwl#iljm#wkf`lvmwqz#bmgwkjp#jp#wkfWkjp#ofg#wlb#pwbwfnfmw`lmwqbpw#wlobpwJmgf{Lewkqlvdk#kjpjp#gfpjdmfgwkf#wfqn#jpjp#sqlujgfgsqlwf`w#wkfmd?,b=?,oj=Wkf#`vqqfmwwkf#pjwf#lepvapwbmwjbof{sfqjfm`f/jm#wkf#Tfpwwkfz#pklvogpolufm(ajmb`lnfmwbqjlpvmjufqpjgbg`lmgj`jlmfpb`wjujgbgfpf{sfqjfm`jbwf`mlold/Absqlgv``j/_msvmwvb`j/_mbsoj`b`j/_m`lmwqbpf/]b`bwfdlq/Abpqfdjpwqbqpfsqlefpjlmbowqbwbnjfmwlqfd/Apwqbwfpf`qfwbq/Absqjm`jsbofpsqlwf``j/_mjnslqwbmwfpjnslqwbm`jbslpjajojgbgjmwfqfpbmwf`qf`jnjfmwlmf`fpjgbgfppvp`qjajqpfbpl`jb`j/_mgjpslmjaofpfubovb`j/_mfpwvgjbmwfpqfpslmpbaofqfplov`j/_mdvbgbobibqbqfdjpwqbglplslqwvmjgbg`lnfq`jbofpelwldqbe/Abbvwlqjgbgfpjmdfmjfq/Abwfofujpj/_m`lnsfwfm`jblsfqb`jlmfpfpwbaof`jglpjnsofnfmwfb`wvbonfmwfmbufdb`j/_m`lmelqnjgbgojmf.kfjdkw9elmw.ebnjoz9!#9#!kwws9,,bssoj`bwjlmpojmh!#kqfe>!psf`jej`booz,,?"X@GBWBX Lqdbmjybwjlmgjpwqjavwjlm3s{8#kfjdkw9qfobwjlmpkjsgfuj`f.tjgwk?gju#`obpp>!?obafo#elq>!qfdjpwqbwjlm?,mlp`qjsw= ,jmgf{-kwno!tjmglt-lsfm+#"jnslqwbmw8bssoj`bwjlm,jmgfsfmgfm`f,,ttt-dlldoflqdbmjybwjlmbvwl`lnsofwfqfrvjqfnfmwp`lmpfqubwjuf?elqn#mbnf>!jmwfoof`wvbonbqdjm.ofew92;wk#`fmwvqzbm#jnslqwbmwjmpwjwvwjlmpbaaqfujbwjlm?jnd#`obpp>!lqdbmjpbwjlm`jujojybwjlm2:wk#`fmwvqzbq`kjwf`wvqfjm`lqslqbwfg13wk#`fmwvqz.`lmwbjmfq!=nlpw#mlwbaoz,=?,b=?,gju=mlwjej`bwjlm$vmgfejmfg$*Evqwkfqnlqf/afojfuf#wkbwjmmfqKWNO#>#sqjlq#wl#wkfgqbnbwj`boozqfefqqjmd#wlmfdlwjbwjlmpkfbgrvbqwfqpPlvwk#Beqj`bvmpv``fppevoSfmmpzoubmjbBp#b#qfpvow/?kwno#obmd>!%ow8,pvs%dw8gfbojmd#tjwkskjobgfoskjbkjpwlqj`booz*8?,p`qjsw= sbggjmd.wls9f{sfqjnfmwbodfwBwwqjavwfjmpwqv`wjlmpwf`kmloldjfpsbqw#le#wkf#>evm`wjlm+*xpvap`qjswjlmo-gwg!= ?kwdfldqbskj`bo@lmpwjwvwjlm$/#evm`wjlm+pvsslqwfg#azbdqj`vowvqbo`lmpwqv`wjlmsvaoj`bwjlmpelmw.pjyf9#2b#ubqjfwz#le?gju#pwzof>!Fm`z`olsfgjbjeqbnf#pq`>!gfnlmpwqbwfgb``lnsojpkfgvmjufqpjwjfpGfnldqbskj`p*8?,p`qjsw=?gfgj`bwfg#wlhmltofgdf#lepbwjpeb`wjlmsbqwj`vobqoz?,gju=?,gju=Fmdojpk#+VP*bssfmg@kjog+wqbmpnjppjlmp-#Kltfufq/#jmwfoojdfm`f!#wbajmgf{>!eolbw9qjdkw8@lnnlmtfbowkqbmdjmd#eqlnjm#tkj`k#wkfbw#ofbpw#lmfqfsqlgv`wjlmfm`z`olsfgjb8elmw.pjyf92ivqjpgj`wjlmbw#wkbw#wjnf!=?b#`obpp>!Jm#bggjwjlm/gfp`qjswjlm(`lmufqpbwjlm`lmwb`w#tjwkjp#dfmfqboozq!#`lmwfmw>!qfsqfpfmwjmd%ow8nbwk%dw8sqfpfmwbwjlml``bpjlmbooz?jnd#tjgwk>!mbujdbwjlm!=`lnsfmpbwjlm`kbnsjlmpkjsnfgjb>!boo!#ujlobwjlm#leqfefqfm`f#wlqfwvqm#wqvf8Pwqj`w,,FM!#wqbmpb`wjlmpjmwfqufmwjlmufqjej`bwjlmJmelqnbwjlm#gjeej`vowjfp@kbnsjlmpkjs`bsbajojwjfp?"Xfmgje^..=~ ?,p`qjsw= @kqjpwjbmjwzelq#f{bnsof/Sqlefppjlmboqfpwqj`wjlmppvddfpw#wkbwtbp#qfofbpfg+pv`k#bp#wkfqfnluf@obpp+vmfnsolznfmwwkf#Bnfqj`bmpwqv`wvqf#le,jmgf{-kwno#svaojpkfg#jmpsbm#`obpp>!!=?b#kqfe>!,jmwqlgv`wjlmafolmdjmd#wl`objnfg#wkbw`lmpfrvfm`fp?nfwb#mbnf>!Dvjgf#wl#wkflufqtkfonjmdbdbjmpw#wkf#`lm`fmwqbwfg/ -mlmwlv`k#lapfqubwjlmp?,b= ?,gju= e#+gl`vnfmw-alqgfq9#2s{#xelmw.pjyf92wqfbwnfmw#le3!#kfjdkw>!2nlgjej`bwjlmJmgfsfmgfm`fgjujgfg#jmwldqfbwfq#wkbmb`kjfufnfmwpfpwbaojpkjmdIbubP`qjsw!#mfufqwkfofpppjdmjej`bm`fAqlbg`bpwjmd=%maps8?,wg=`lmwbjmfq!= pv`k#bp#wkf#jmeovfm`f#leb#sbqwj`vobqpq`>$kwws9,,mbujdbwjlm!#kboe#le#wkf#pvapwbmwjbo#%maps8?,gju=bgubmwbdf#legjp`lufqz#leevmgbnfmwbo#nfwqlslojwbmwkf#lsslpjwf!#{no9obmd>!gfojafqbwfozbojdm>`fmwfqfulovwjlm#lesqfpfqubwjlmjnsqlufnfmwpafdjmmjmd#jmIfpvp#@kqjpwSvaoj`bwjlmpgjpbdqffnfmwwf{w.bojdm9q/#evm`wjlm+*pjnjobqjwjfpalgz=?,kwno=jp#`vqqfmwozboskbafwj`bojp#plnfwjnfpwzsf>!jnbdf,nbmz#le#wkf#eolt9kjggfm8bubjobaof#jmgfp`qjaf#wkff{jpwfm`f#leboo#lufq#wkfwkf#Jmwfqmfw\n?vo#`obpp>!jmpwboobwjlmmfjdkalqkllgbqnfg#elq`fpqfgv`jmd#wkf`lmwjmvfp#wlMlmfwkfofpp/wfnsfqbwvqfp \n\n?b#kqfe>!`olpf#wl#wkff{bnsofp#le#jp#balvw#wkf+pff#afolt*-!#jg>!pfbq`ksqlefppjlmbojp#bubjobaofwkf#leej`jbo\n\n?,p`qjsw= \n\n?gju#jg>!b``fofqbwjlmwkqlvdk#wkf#Kboo#le#Ebnfgfp`qjswjlmpwqbmpobwjlmpjmwfqefqfm`f#wzsf>$wf{w,qf`fmw#zfbqpjm#wkf#tlqogufqz#slsvobqxab`hdqlvmg9wqbgjwjlmbo#plnf#le#wkf#`lmmf`wfg#wlf{soljwbwjlmfnfqdfm`f#le`lmpwjwvwjlmB#Kjpwlqz#lepjdmjej`bmw#nbmveb`wvqfgf{sf`wbwjlmp=?mlp`qjsw=?`bm#af#elvmgaf`bvpf#wkf#kbp#mlw#affmmfjdkalvqjmdtjwklvw#wkf#bggfg#wl#wkf\n?oj#`obpp>!jmpwqvnfmwboPlujfw#Vmjlmb`hmltofgdfgtkj`k#`bm#afmbnf#elq#wkfbwwfmwjlm#wlbwwfnswp#wl#gfufolsnfmwpJm#eb`w/#wkf?oj#`obpp>!bjnsoj`bwjlmppvjwbaof#elqnv`k#le#wkf#`lolmjybwjlmsqfpjgfmwjbo`bm`foAvaaof#Jmelqnbwjlmnlpw#le#wkf#jp#gfp`qjafgqfpw#le#wkf#nlqf#lq#ofppjm#PfswfnafqJmwfoojdfm`fpq`>!kwws9,,s{8#kfjdkw9#bubjobaof#wlnbmveb`wvqfqkvnbm#qjdkwpojmh#kqfe>!,bubjobajojwzsqlslqwjlmbolvwpjgf#wkf#bpwqlmlnj`bokvnbm#afjmdpmbnf#le#wkf#bqf#elvmg#jmbqf#abpfg#lmpnboofq#wkbmb#sfqplm#tklf{sbmpjlm#lebqdvjmd#wkbwmlt#hmltm#bpJm#wkf#fbqozjmwfqnfgjbwfgfqjufg#eqlnP`bmgjmbujbm?,b=?,gju= `lmpjgfq#wkfbm#fpwjnbwfgwkf#Mbwjlmbo?gju#jg>!sbdqfpvowjmd#jm`lnnjppjlmfgbmboldlvp#wlbqf#qfrvjqfg,vo= ?,gju= tbp#abpfg#lmbmg#af`bnf#b%maps8%maps8w!#ubovf>!!#tbp#`bswvqfgml#nlqf#wkbmqfpsf`wjufoz`lmwjmvf#wl#= ?kfbg= ?tfqf#`qfbwfgnlqf#dfmfqbojmelqnbwjlm#vpfg#elq#wkfjmgfsfmgfmw#wkf#Jnsfqjbo`lnslmfmw#lewl#wkf#mlqwkjm`ovgf#wkf#@lmpwqv`wjlmpjgf#le#wkf#tlvog#mlw#afelq#jmpwbm`fjmufmwjlm#lenlqf#`lnsof{`loof`wjufozab`hdqlvmg9#wf{w.bojdm9#jwp#lqjdjmbojmwl#b``lvmwwkjp#sql`fppbm#f{wfmpjufkltfufq/#wkfwkfz#bqf#mlwqfif`wfg#wkf`qjwj`jpn#legvqjmd#tkj`ksqlabaoz#wkfwkjp#bqwj`of+evm`wjlm+*xJw#pklvog#afbm#bdqffnfmwb``jgfmwboozgjeefqp#eqlnBq`kjwf`wvqfafwwfq#hmltmbqqbmdfnfmwpjmeovfm`f#lmbwwfmgfg#wkfjgfmwj`bo#wlplvwk#le#wkfsbpp#wkqlvdk{no!#wjwof>!tfjdkw9alog8`qfbwjmd#wkfgjpsobz9mlmfqfsob`fg#wkf?jnd#pq`>!,jkwwsp9,,ttt-Tlqog#Tbq#JJwfpwjnlmjbopelvmg#jm#wkfqfrvjqfg#wl#bmg#wkbw#wkfafwtffm#wkf#tbp#gfpjdmfg`lmpjpwp#le#`lmpjgfqbaozsvaojpkfg#azwkf#obmdvbdf@lmpfqubwjlm`lmpjpwfg#leqfefq#wl#wkfab`h#wl#wkf#`pp!#nfgjb>!Sflsof#eqln#bubjobaof#lmsqlufg#wl#afpvddfpwjlmp!tbp#hmltm#bpubqjfwjfp#leojhfoz#wl#af`lnsqjpfg#lepvsslqw#wkf#kbmgp#le#wkf`lvsofg#tjwk`lmmf`w#bmg#alqgfq9mlmf8sfqelqnbm`fpafelqf#afjmdobwfq#af`bnf`bo`vobwjlmplewfm#`boofgqfpjgfmwp#lenfbmjmd#wkbw=?oj#`obpp>!fujgfm`f#elqf{sobmbwjlmpfmujqlmnfmwp!=?,b=?,gju=tkj`k#booltpJmwqlgv`wjlmgfufolsfg#azb#tjgf#qbmdflm#afkboe#leubojdm>!wls!sqjm`jsof#lebw#wkf#wjnf/?,mlp`qjsw=pbjg#wl#kbufjm#wkf#ejqpwtkjof#lwkfqpkzslwkfwj`boskjolplskfqpsltfq#le#wkf`lmwbjmfg#jmsfqelqnfg#azjmbajojwz#wltfqf#tqjwwfmpsbm#pwzof>!jmsvw#mbnf>!wkf#rvfpwjlmjmwfmgfg#elqqfif`wjlm#lejnsojfp#wkbwjmufmwfg#wkfwkf#pwbmgbqgtbp#sqlabaozojmh#afwtffmsqlefpplq#lejmwfqb`wjlmp`kbmdjmd#wkfJmgjbm#L`fbm#`obpp>!obpwtlqhjmd#tjwk$kwws9,,ttt-zfbqp#afelqfWkjp#tbp#wkfqf`qfbwjlmbofmwfqjmd#wkfnfbpvqfnfmwpbm#f{wqfnfozubovf#le#wkfpwbqw#le#wkf ?,p`qjsw= bm#feelqw#wljm`qfbpf#wkfwl#wkf#plvwkpsb`jmd>!3!=pveej`jfmwozwkf#Fvqlsfbm`lmufqwfg#wl`ofbqWjnflvwgjg#mlw#kbuf`lmpfrvfmwozelq#wkf#mf{wf{wfmpjlm#lef`lmlnj`#bmgbowklvdk#wkfbqf#sqlgv`fgbmg#tjwk#wkfjmpveej`jfmwdjufm#az#wkfpwbwjmd#wkbwf{sfmgjwvqfp?,psbm=?,b= wklvdkw#wkbwlm#wkf#abpjp`foosbggjmd>jnbdf#le#wkfqfwvqmjmd#wljmelqnbwjlm/pfsbqbwfg#azbppbppjmbwfgp!#`lmwfmw>!bvwklqjwz#lemlqwktfpwfqm?,gju= ?gju#!=?,gju= ##`lmpvowbwjlm`lnnvmjwz#lewkf#mbwjlmbojw#pklvog#afsbqwj`jsbmwp#bojdm>!ofewwkf#dqfbwfpwpfof`wjlm#lepvsfqmbwvqbogfsfmgfmw#lmjp#nfmwjlmfgbooltjmd#wkftbp#jmufmwfgb``lnsbmzjmdkjp#sfqplmbobubjobaof#bwpwvgz#le#wkflm#wkf#lwkfqf{f`vwjlm#leKvnbm#Qjdkwpwfqnp#le#wkfbppl`jbwjlmpqfpfbq`k#bmgpv``ffgfg#azgfefbwfg#wkfbmg#eqln#wkfavw#wkfz#bqf`lnnbmgfq#lepwbwf#le#wkfzfbqp#le#bdfwkf#pwvgz#le?vo#`obpp>!psob`f#jm#wkftkfqf#kf#tbp?oj#`obpp>!ewkfqf#bqf#mltkj`k#af`bnfkf#svaojpkfgf{sqfppfg#jmwl#tkj`k#wkf`lnnjppjlmfqelmw.tfjdkw9wfqqjwlqz#lef{wfmpjlmp!=Qlnbm#Fnsjqffrvbo#wl#wkfJm#`lmwqbpw/kltfufq/#bmgjp#wzsj`boozbmg#kjp#tjef+bopl#`boofg=?vo#`obpp>!feef`wjufoz#fuloufg#jmwlpffn#wl#kbuftkj`k#jp#wkfwkfqf#tbp#mlbm#f{`foofmwboo#le#wkfpfgfp`qjafg#azJm#sqb`wj`f/aqlbg`bpwjmd`kbqdfg#tjwkqfeof`wfg#jmpvaif`wfg#wlnjojwbqz#bmgwl#wkf#sljmwf`lmlnj`boozpfwWbqdfwjmdbqf#b`wvboozuj`wlqz#lufq+*8?,p`qjsw=`lmwjmvlvpozqfrvjqfg#elqfulovwjlmbqzbm#feef`wjufmlqwk#le#wkf/#tkj`k#tbp#eqlmw#le#wkflq#lwkfqtjpfplnf#elqn#lekbg#mlw#affmdfmfqbwfg#azjmelqnbwjlm-sfqnjwwfg#wljm`ovgfp#wkfgfufolsnfmw/fmwfqfg#jmwlwkf#sqfujlvp`lmpjpwfmwozbqf#hmltm#bpwkf#ejfog#lewkjp#wzsf#ledjufm#wl#wkfwkf#wjwof#le`lmwbjmp#wkfjmpwbm`fp#lejm#wkf#mlqwkgvf#wl#wkfjqbqf#gfpjdmfg`lqslqbwjlmptbp#wkbw#wkflmf#le#wkfpfnlqf#slsvobqpv``ffgfg#jmpvsslqw#eqlnjm#gjeefqfmwglnjmbwfg#azgfpjdmfg#elqltmfqpkjs#lebmg#slppjaozpwbmgbqgjyfgqfpslmpfWf{wtbp#jmwfmgfgqf`fjufg#wkfbppvnfg#wkbwbqfbp#le#wkfsqjnbqjoz#jmwkf#abpjp#lejm#wkf#pfmpfb``lvmwp#elqgfpwqlzfg#azbw#ofbpw#wtltbp#gf`obqfg`lvog#mlw#afPf`qfwbqz#lebssfbq#wl#afnbqdjm.wls92,]_p(\x7F_p(\',df*xwkqlt#f~8wkf#pwbqw#lewtl#pfsbqbwfobmdvbdf#bmgtkl#kbg#affmlsfqbwjlm#legfbwk#le#wkfqfbo#mvnafqp\n?ojmh#qfo>!sqlujgfg#wkfwkf#pwlqz#le`lnsfwjwjlmpfmdojpk#+VH*fmdojpk#+VP*<p<R<Q<_<R<W<M=l<S=m<V<T=m=l<S=m<V<T=m=l<S=m<V<R5h4U4]4D5f4E\nAOGx\bTA\nzk\vBl\bQ\x7F\bTA\nzk\vUm\bQ\x7F\bTA\nzk\npeu| i@ cT\bVV\n\\}\nxS VptSk` [X [X\vHR\bPv\bTW\bUe\n\x7Fa\bQp\v_W\vWs\nxS\vAz\n_yKhjmelqnb`j/_mkfqqbnjfmwbpfof`wq/_mj`lgfp`qjs`j/_m`obpjej`bglp`lml`jnjfmwlsvaoj`b`j/_mqfob`jlmbgbpjmelqn/Mwj`bqfob`jlmbglpgfsbqwbnfmwlwqbabibglqfpgjqf`wbnfmwfbzvmwbnjfmwlnfq`bglOjaqf`lmw/M`wfmlpkbajwb`jlmfp`vnsojnjfmwlqfpwbvqbmwfpgjpslpj`j/_m`lmpf`vfm`jbfof`wq/_mj`bbsoj`b`jlmfpgfp`lmf`wbgljmpwbob`j/_mqfbojyb`j/_mvwjojyb`j/_mfm`j`olsfgjbfmefqnfgbgfpjmpwqvnfmwlpf{sfqjfm`jbpjmpwjwv`j/_msbqwj`vobqfppva`bwfdlqjb=n<R<W=`<V<R<L<R=m=m<T<T=l<\\<]<R=n=g<]<R<W=`=d<Y<S=l<R=m=n<R<P<R<Z<Y=n<Y<X=l=o<_<T=i=m<W=o=k<\\<Y=m<Y<U=k<\\=m<^=m<Y<_<X<\\<L<R=m=m<T=c<p<R=m<V<^<Y<X=l=o<_<T<Y<_<R=l<R<X<\\<^<R<S=l<R=m<X<\\<Q<Q=g=i<X<R<W<Z<Q=g<T<P<Y<Q<Q<R<p<R=m<V<^=g=l=o<]<W<Y<U<p<R=m<V<^<\\=m=n=l<\\<Q=g<Q<T=k<Y<_<R=l<\\<]<R=n<Y<X<R<W<Z<Y<Q=o=m<W=o<_<T=n<Y<S<Y=l=`<r<X<Q<\\<V<R<S<R=n<R<P=o=l<\\<]<R=n=o<\\<S=l<Y<W=c<^<R<R<]=e<Y<R<X<Q<R<_<R=m<^<R<Y<_<R=m=n<\\=n=`<T<X=l=o<_<R<U=h<R=l=o<P<Y=i<R=l<R=d<R<S=l<R=n<T<^=m=m=g<W<V<\\<V<\\<Z<X=g<U<^<W<\\=m=n<T<_=l=o<S<S=g<^<P<Y=m=n<Y=l<\\<]<R=n<\\=m<V<\\<[<\\<W<S<Y=l<^=g<U<X<Y<W<\\=n=`<X<Y<Q=`<_<T<S<Y=l<T<R<X<]<T<[<Q<Y=m<R=m<Q<R<^<Y<P<R<P<Y<Q=n<V=o<S<T=n=`<X<R<W<Z<Q<\\=l<\\<P<V<\\=i<Q<\\=k<\\<W<R<L<\\<]<R=n<\\<N<R<W=`<V<R=m<R<^=m<Y<P<^=n<R=l<R<U<Q<\\=k<\\<W<\\=m<S<T=m<R<V=m<W=o<Z<]=g=m<T=m=n<Y<P<S<Y=k<\\=n<T<Q<R<^<R<_<R<S<R<P<R=e<T=m<\\<U=n<R<^<S<R=k<Y<P=o<S<R<P<R=e=`<X<R<W<Z<Q<R=m=m=g<W<V<T<]=g=m=n=l<R<X<\\<Q<Q=g<Y<P<Q<R<_<T<Y<S=l<R<Y<V=n<M<Y<U=k<\\=m<P<R<X<Y<W<T=n<\\<V<R<_<R<R<Q<W<\\<U<Q<_<R=l<R<X<Y<^<Y=l=m<T=c=m=n=l<\\<Q<Y=h<T<W=`<P=g=o=l<R<^<Q=c=l<\\<[<Q=g=i<T=m<V<\\=n=`<Q<Y<X<Y<W=b=c<Q<^<\\=l=c<P<Y<Q=`=d<Y<P<Q<R<_<T=i<X<\\<Q<Q<R<U<[<Q<\\=k<T=n<Q<Y<W=`<[=c=h<R=l=o<P<\\<N<Y<S<Y=l=`<P<Y=m=c=j<\\<[<\\=e<T=n=g<w=o=k=d<T<Y\fHD\fHU\fIl\fHn\fHy\fH\\\fHD\fIk\fHi\fHF\fHD\fIk\fHy\fHS\fHC\fHR\fHy\fH\\\fIk\fHn\fHi\fHD\fIa\fHC\fHy\fIa\fHC\fHR\fH{\fHR\fHk\fHM\fH@\fHR\fH\\\fIk\fHy\fHS\fHT\fIl\fHJ\fHS\fHC\fHR\fHF\fHU\fH^\fIk\fHT\fHS\fHn\fHU\fHA\fHR\fH\\\fHH\fHi\fHF\fHD\fIl\fHY\fHR\fH^\fIk\fHT\fIk\fHY\fHR\fHy\fH\\\fHH\fIk\fHB\fIk\fH\\\fIk\fHU\fIg\fHD\fIk\fHT\fHy\fHH\fIk\fH@\fHU\fIm\fHH\fHT\fHR\fHk\fHs\fHU\fIg\fH{\fHR\fHp\fHR\fHD\fIk\fHB\fHS\fHD\fHs\fHy\fH\\\fHH\fHR\fHy\fH\\\fHD\fHR\fHe\fHD\fHy\fIk\fHC\fHU\fHR\fHm\fHT\fH@\fHT\fIk\fHA\fHR\fH[\fHR\fHj\fHF\fHy\fIk\fH^\fHS\fHC\fIk\fHZ\fIm\fH\\\fIn\fHk\fHT\fHy\fIk\fHt\fHn\fHs\fIk\fHB\fIk\fH\\\fIl\fHT\fHy\fHH\fHR\fHB\fIk\fH\\\fHR\fH^\fIk\fHy\fH\\\fHi\fHK\fHS\fHy\fHi\fHF\fHD\fHR\fHT\fHB\fHR\fHp\fHB\fIm\fHq\fIk\fHy\fHR\fH\\\fHO\fHU\fIg\fHH\fHR\fHy\fHM\fHP\fIl\fHC\fHU\fHR\fHn\fHU\fIg\fHs\fH^\fHZ\fH@\fIa\fHJ\fH^\fHS\fHC\fHR\fHp\fIl\fHY\fHD\fHp\fHR\fHH\fHR\fHy\fId\fHT\fIk\fHj\fHF\fHy\fHR\fHY\fHR\fH^\fIl\fHJ\fIk\fHD\fIk\fHF\fIn\fH\\\fIl\fHF\fHR\fHD\fIl\fHe\fHT\fHy\fIk\fHU\fIg\fH{\fIl\fH@\fId\fHL\fHy\fHj\fHF\fHy\fIl\fHY\fH\\\fIa\fH[\fH{\fHR\fHn\fHY\fHj\fHF\fHy\fIg\fHp\fHS\fH^\fHR\fHp\fHR\fHD\fHR\fHT\fHU\fHB\fHH\fHU\fHB\fIk\fHn\fHe\fHD\fHy\fIl\fHC\fHR\fHU\fIn\fHJ\fH\\\fIa\fHp\fHT\fIn\fHv\fIl\fHF\fHT\fHn\fHJ\fHT\fHY\fHR\fH^\fHU\fIg\fHD\fHR\fHU\fIg\fHH\fIl\fHp\fId\fHT\fIk\fHY\fHR\fHF\fHT\fHp\fHD\fHH\fHR\fHD\fIk\fHH\fHR\fHp\fHR\fH\\\fIl\fHt\fHR\fHC\fH^\fHp\fHS\fH^\fIk\fHD\fIl\fHv\fIk\fHp\fHR\fHn\fHv\fHF\fHH\fIa\fH\\\fH{\fIn\fH{\fH^\fHp\fHR\fHH\fIk\fH@\fHR\fHU\fH\\\fHj\fHF\fHD\fIk\fHY\fHR\fHU\fHD\fHk\fHT\fHy\fHR\fHT\fIm\fH@\fHU\fH\\\fHU\fHD\fIk\fHk\fHT\fHT\fIk\fHT\fHU\fHS\fHH\fH@\fHM\fHP\fIk\fHt\fHs\fHD\fHR\fHH\fH^\fHR\fHZ\fHF\fHR\fHn\fHv\fHZ\fIa\fH\\\fIl\fH@\fHM\fHP\fIl\fHU\fIg\fHH\fIk\fHT\fHR\fHd\fHs\fHZ\fHR\fHC\fHJ\fHT\fHy\fHH\fIl\fHp\fHR\fHH\fIl\fHY\fHR\fH^\fHR\fHU\fHp\fHR\fH\\\fHF\fHs\fHD\fHR\fH\\\fHz\fHD\fIk\fHT\fHM\fHP\fHy\fHB\fHS\fH^\fHR\fHe\fHT\fHy\fIl\fHy\fIk\fHY\fH^\fH^\fH{\fHH\fHR\fHz\fHR\fHD\fHR\fHi\fH\\\fIa\fHI\fHp\fHU\fHR\fHn\fHJ\fIk\fHz\fHR\fHF\fHU\fH^\fIl\fHD\fHS\fHC\fHB\fH@\fHS\fHD\fHR\fH@\fId\fHn\fHy\fHy\fHU\fIl\fHn\fHy\fHU\fHD\fHR\fHJ\fIk\fHH\fHR\fHU\fHB\fH^\fIk\fHy\fHR\fHG\fIl\fHp\fH@\fHy\fHS\fHH\fIm\fH\\\fHH\fHB\fHR\fHn\fH{\fHY\fHU\fIl\fHn\fH\\\fIg\fHp\fHP\fHB\fHS\fH^\fIl\fHj\fH\\\fIg\fHF\fHT\fIk\fHD\fHR\fHC\fHR\fHJ\fHY\fH^\fIk\fHD\fIk\fHz\fHR\fHH\fHR\fHy\fH\\\fIl\fH@\fHe\fHD\fHy\fHR\fHp\fHY\fHR\fH@\fHF\fIn\fH\\\fHR\fH@\fHM\fHP\fHR\fHT\fI`\fHJ\fHR\fHZ\fIk\fHC\fH\\\fHy\fHS\fHC\fIk\fHy\fHU\fHR\fHn\fHi\fHy\fHT\fH\\\fH@\fHD\fHR\fHc\fHY\fHU\fHR\fHn\fHT\fIa\fHI\fH^\fHB\fHS\fH^\fIk\fH^\fIk\fHz\fHy\fHY\fHS\fH[\fHC\fHy\fIa\fH\\\fHn\fHT\fHB\fIn\fHU\fHI\fHR\fHD\fHR4F4_4F4[5f4U5i4X4K4]5o4E4D5d4K4_4[4E4K5h4Y5m4A4E5i5d4K4Z5f4U4K5h4B4K4Y4E4K5h5i4^5f4C4K5h4U4K5i4E4K5h5o4K4F4D4K5h4]4C5d4C4D4]5j4K5i4@4K5h4C5d5h4E4K5h4U4K5h5i4K5h5i5d5n4U4K5h4U4]4D5f4K5h4_4]5f4U4K5h4@5d4K5h4K5h4\\5k4K4D4K5h4A5f4K4E4K5h4A5n5d5n4K5h5o4]5f5i4K5h4U4]4K5n5i4A5m5d4T4E4K5h4G4K5j5f5i4X4K5k4C4E4K5h5i4]4O4E4K5h5n4]4N5j4K5h4X4D4K4D4K5h4A5d4K4]4K5h4@4C5f4C4K5h4O4_4]4E4K5h4U5h5d5i5i4@5i5d4U4E4K5h4]4A5i5j4K5h5j5n4K4[5m5h4_4[5f5j4K5h5o5d5f4F4K5h4C5j5f4K4D4]5o4K4F5k4K5h4]5f4K4Z4F4A5f4K4F5f4D4F5d5n5f4F4K5h4O5d5h5e4K5h4D4]5f4C4K5h5o5h4K5i4K5h4]4K4D4[4K5h4X4B4Y5f4_5f4K4]4K4F4K5h4G4K5h4G4K5h4Y5h4K4E4K5h4A4C5f4G4K5h4^5d4K4]4K5h4B5h5f4@4K5h4@5i5f4U4K5h4U4K5i5k4K5h4@5i4K5h4K5h4_4K4U4E5i4X4K5k4C5k4K5h4]4J5f4_4K5h4C4B5d5h4K5h5m5j5f4E4K5h5o4F4K4D4K5h4C5d4]5f4K5h4C4]5d4_4K4_4F4V4]5n4F4Y4K5i5f5i4K5h4D5j4K4F4K5h4U4T5f5ifmwfqwbjmnfmwvmgfqpwbmgjmd#>#evm`wjlm+*-isd!#tjgwk>!`lmejdvqbwjlm-smd!#tjgwk>!?algz#`obpp>!Nbwk-qbmgln+*`lmwfnslqbqz#Vmjwfg#Pwbwfp`jq`vnpwbm`fp-bssfmg@kjog+lqdbmjybwjlmp?psbm#`obpp>!!=?jnd#pq`>!,gjpwjmdvjpkfgwklvpbmgp#le#`lnnvmj`bwjlm`ofbq!=?,gju=jmufpwjdbwjlmebuj`lm-j`l!#nbqdjm.qjdkw9abpfg#lm#wkf#Nbppb`kvpfwwpwbaof#alqgfq>jmwfqmbwjlmbobopl#hmltm#bpsqlmvm`jbwjlmab`hdqlvmg9 esbggjmd.ofew9Elq#f{bnsof/#njp`foobmflvp%ow8,nbwk%dw8spz`kloldj`bojm#sbqwj`vobqfbq`k!#wzsf>!elqn#nfwklg>!bp#lsslpfg#wlPvsqfnf#@lvqwl``bpjlmbooz#Bggjwjlmbooz/Mlqwk#Bnfqj`bs{8ab`hdqlvmglsslqwvmjwjfpFmwfqwbjmnfmw-wlOltfq@bpf+nbmveb`wvqjmdsqlefppjlmbo#`lnajmfg#tjwkElq#jmpwbm`f/`lmpjpwjmd#le!#nb{ofmdwk>!qfwvqm#ebopf8`lmp`jlvpmfppNfgjwfqqbmfbmf{wqblqgjmbqzbppbppjmbwjlmpvapfrvfmwoz#avwwlm#wzsf>!wkf#mvnafq#lewkf#lqjdjmbo#`lnsqfkfmpjufqfefqp#wl#wkf?,vo= ?,gju= skjolplskj`bool`bwjlm-kqfetbp#svaojpkfgPbm#Eqbm`jp`l+evm`wjlm+*x ?gju#jg>!nbjmplskjpwj`bwfgnbwkfnbwj`bo#,kfbg= ?algzpvddfpwp#wkbwgl`vnfmwbwjlm`lm`fmwqbwjlmqfobwjlmpkjspnbz#kbuf#affm+elq#f{bnsof/Wkjp#bqwj`of#jm#plnf#`bpfpsbqwp#le#wkf#gfejmjwjlm#leDqfbw#Aqjwbjm#`foosbggjmd>frvjubofmw#wlsob`fklogfq>!8#elmw.pjyf9#ivpwjej`bwjlmafojfufg#wkbwpveefqfg#eqlnbwwfnswfg#wl#ofbgfq#le#wkf`qjsw!#pq`>!,+evm`wjlm+*#xbqf#bubjobaof \n?ojmh#qfo>!#pq`>$kwws9,,jmwfqfpwfg#jm`lmufmwjlmbo#!#bow>!!#,=?,bqf#dfmfqboozkbp#bopl#affmnlpw#slsvobq#`lqqfpslmgjmd`qfgjwfg#tjwkwzof>!alqgfq9?,b=?,psbm=?,-dje!#tjgwk>!?jeqbnf#pq`>!wbaof#`obpp>!jmojmf.aol`h8b``lqgjmd#wl#wldfwkfq#tjwkbssql{jnbwfozsbqojbnfmwbqznlqf#bmg#nlqfgjpsobz9mlmf8wqbgjwjlmboozsqfglnjmbmwoz%maps8\x7F%maps8%maps8?,psbm=#`foopsb`jmd>?jmsvw#mbnf>!lq!#`lmwfmw>!`lmwqlufqpjbosqlsfqwz>!ld9,{.pkl`htbuf.gfnlmpwqbwjlmpvqqlvmgfg#azMfufqwkfofpp/tbp#wkf#ejqpw`lmpjgfqbaof#Bowklvdk#wkf#`loobalqbwjlmpklvog#mlw#afsqlslqwjlm#le?psbm#pwzof>!hmltm#bp#wkf#pklqwoz#bewfqelq#jmpwbm`f/gfp`qjafg#bp#,kfbg= ?algz#pwbqwjmd#tjwkjm`qfbpjmdoz#wkf#eb`w#wkbwgjp`vppjlm#lenjggof#le#wkfbm#jmgjujgvbogjeej`vow#wl#sljmw#le#ujftklnlpf{vbojwzb``fswbm`f#le?,psbm=?,gju=nbmveb`wvqfqplqjdjm#le#wkf`lnnlmoz#vpfgjnslqwbm`f#legfmlnjmbwjlmpab`hdqlvmg9# ofmdwk#le#wkfgfwfqnjmbwjlmb#pjdmjej`bmw!#alqgfq>!3!=qfulovwjlmbqzsqjm`jsofp#lejp#`lmpjgfqfgtbp#gfufolsfgJmgl.Fvqlsfbmuvomfqbaof#wlsqlslmfmwp#lebqf#plnfwjnfp`olpfq#wl#wkfMft#Zlqh#@jwz#mbnf>!pfbq`kbwwqjavwfg#wl`lvqpf#le#wkfnbwkfnbwj`jbmaz#wkf#fmg#lebw#wkf#fmg#le!#alqgfq>!3!#wf`kmloldj`bo-qfnluf@obpp+aqbm`k#le#wkffujgfm`f#wkbw"Xfmgje^..= Jmpwjwvwf#le#jmwl#b#pjmdofqfpsf`wjufoz-bmg#wkfqfelqfsqlsfqwjfp#lejp#ol`bwfg#jmplnf#le#tkj`kWkfqf#jp#bopl`lmwjmvfg#wl#bssfbqbm`f#le#%bns8mgbpk8#gfp`qjafp#wkf`lmpjgfqbwjlmbvwklq#le#wkfjmgfsfmgfmwozfrvjssfg#tjwkglfp#mlw#kbuf?,b=?b#kqfe>!`lmevpfg#tjwk?ojmh#kqfe>!,bw#wkf#bdf#lebssfbq#jm#wkfWkfpf#jm`ovgfqfdbqgofpp#le`lvog#af#vpfg#pwzof>%rvlw8pfufqbo#wjnfpqfsqfpfmw#wkfalgz= ?,kwno=wklvdkw#wl#afslsvobwjlm#leslppjajojwjfpsfq`fmwbdf#leb``fpp#wl#wkfbm#bwwfnsw#wlsqlgv`wjlm#leirvfqz,irvfqzwtl#gjeefqfmwafolmd#wl#wkffpwbaojpknfmwqfsob`jmd#wkfgfp`qjswjlm!#gfwfqnjmf#wkfbubjobaof#elqB``lqgjmd#wl#tjgf#qbmdf#le\n?gju#`obpp>!nlqf#`lnnlmozlqdbmjpbwjlmpevm`wjlmbojwztbp#`lnsofwfg#%bns8ngbpk8#sbqwj`jsbwjlmwkf#`kbqb`wfqbm#bggjwjlmbobssfbqp#wl#afeb`w#wkbw#wkfbm#f{bnsof#lepjdmjej`bmwozlmnlvpflufq>!af`bvpf#wkfz#bpzm`#>#wqvf8sqlaofnp#tjwkpffnp#wl#kbufwkf#qfpvow#le#pq`>!kwws9,,ebnjojbq#tjwkslppfppjlm#leevm`wjlm#+*#xwllh#sob`f#jmbmg#plnfwjnfppvapwbmwjbooz?psbm=?,psbm=jp#lewfm#vpfgjm#bm#bwwfnswdqfbw#gfbo#leFmujqlmnfmwbopv``fppevooz#ujqwvbooz#boo13wk#`fmwvqz/sqlefppjlmbopmf`fppbqz#wl#gfwfqnjmfg#az`lnsbwjajojwzaf`bvpf#jw#jpGj`wjlmbqz#lenlgjej`bwjlmpWkf#elooltjmdnbz#qfefq#wl9@lmpfrvfmwoz/Jmwfqmbwjlmbobowklvdk#plnfwkbw#tlvog#aftlqog$p#ejqpw`obppjejfg#bpalwwln#le#wkf+sbqwj`vobqozbojdm>!ofew!#nlpw#`lnnlmozabpjp#elq#wkfelvmgbwjlm#le`lmwqjavwjlmpslsvobqjwz#le`fmwfq#le#wkfwl#qfgv`f#wkfivqjpgj`wjlmpbssql{jnbwjlm#lmnlvpflvw>!Mft#Wfpwbnfmw`loof`wjlm#le?,psbm=?,b=?,jm#wkf#Vmjwfgejon#gjqf`wlq.pwqj`w-gwg!=kbp#affm#vpfgqfwvqm#wl#wkfbowklvdk#wkjp`kbmdf#jm#wkfpfufqbo#lwkfqavw#wkfqf#bqfvmsqf`fgfmwfgjp#pjnjobq#wlfpsf`jbooz#jmtfjdkw9#alog8jp#`boofg#wkf`lnsvwbwjlmbojmgj`bwf#wkbwqfpwqj`wfg#wl\n?nfwb#mbnf>!bqf#wzsj`booz`lmeoj`w#tjwkKltfufq/#wkf#Bm#f{bnsof#le`lnsbqfg#tjwkrvbmwjwjfp#leqbwkfq#wkbm#b`lmpwfoobwjlmmf`fppbqz#elqqfslqwfg#wkbwpsf`jej`bwjlmslojwj`bo#bmg%maps8%maps8?qfefqfm`fp#wlwkf#pbnf#zfbqDlufqmnfmw#ledfmfqbwjlm#lekbuf#mlw#affmpfufqbo#zfbqp`lnnjwnfmw#wl\n\n?vo#`obpp>!ujpvbojybwjlm2:wk#`fmwvqz/sqb`wjwjlmfqpwkbw#kf#tlvogbmg#`lmwjmvfgl``vsbwjlm#lejp#gfejmfg#bp`fmwqf#le#wkfwkf#bnlvmw#le=?gju#pwzof>!frvjubofmw#legjeefqfmwjbwfaqlvdkw#balvwnbqdjm.ofew9#bvwlnbwj`boozwklvdkw#le#bpPlnf#le#wkfpf ?gju#`obpp>!jmsvw#`obpp>!qfsob`fg#tjwkjp#lmf#le#wkffgv`bwjlm#bmgjmeovfm`fg#azqfsvwbwjlm#bp ?nfwb#mbnf>!b``lnnlgbwjlm?,gju= ?,gju=obqdf#sbqw#leJmpwjwvwf#elqwkf#pl.`boofg#bdbjmpw#wkf#Jm#wkjp#`bpf/tbp#bssljmwfg`objnfg#wl#afKltfufq/#wkjpGfsbqwnfmw#lewkf#qfnbjmjmdfeef`w#lm#wkfsbqwj`vobqoz#gfbo#tjwk#wkf ?gju#pwzof>!bonlpw#botbzpbqf#`vqqfmwozf{sqfppjlm#leskjolplskz#leelq#nlqf#wkbm`jujojybwjlmplm#wkf#jpobmgpfof`wfgJmgf{`bm#qfpvow#jm!#ubovf>!!#,=wkf#pwqv`wvqf#,=?,b=?,gju=Nbmz#le#wkfpf`bvpfg#az#wkfle#wkf#Vmjwfgpsbm#`obpp>!n`bm#af#wqb`fgjp#qfobwfg#wlaf`bnf#lmf#lejp#eqfrvfmwozojujmd#jm#wkfwkflqfwj`boozElooltjmd#wkfQfulovwjlmbqzdlufqmnfmw#jmjp#gfwfqnjmfgwkf#slojwj`bojmwqlgv`fg#jmpveej`jfmw#wlgfp`qjswjlm!=pklqw#pwlqjfppfsbqbwjlm#lebp#wl#tkfwkfqhmltm#elq#jwptbp#jmjwjboozgjpsobz9aol`hjp#bm#f{bnsofwkf#sqjm`jsbo`lmpjpwp#le#bqf`ldmjyfg#bp,algz=?,kwno=b#pvapwbmwjboqf`lmpwqv`wfgkfbg#le#pwbwfqfpjpwbm`f#wlvmgfqdqbgvbwfWkfqf#bqf#wtldqbujwbwjlmbobqf#gfp`qjafgjmwfmwjlmboozpfqufg#bp#wkf`obpp>!kfbgfqlsslpjwjlm#wlevmgbnfmwboozglnjmbwfg#wkfbmg#wkf#lwkfqboojbm`f#tjwktbp#elq`fg#wlqfpsf`wjufoz/bmg#slojwj`bojm#pvsslqw#lesflsof#jm#wkf13wk#`fmwvqz-bmg#svaojpkfgolbg@kbqwafbwwl#vmgfqpwbmgnfnafq#pwbwfpfmujqlmnfmwboejqpw#kboe#le`lvmwqjfp#bmgbq`kjwf`wvqboaf#`lmpjgfqfg`kbqb`wfqjyfg`ofbqJmwfqubobvwklqjwbwjufEfgfqbwjlm#letbp#pv``ffgfgbmg#wkfqf#bqfb#`lmpfrvfm`fwkf#Sqfpjgfmwbopl#jm`ovgfgeqff#plewtbqfpv``fppjlm#legfufolsfg#wkftbp#gfpwqlzfgbtbz#eqln#wkf8 ?,p`qjsw= ?bowklvdk#wkfzelooltfg#az#bnlqf#sltfqevoqfpvowfg#jm#bVmjufqpjwz#leKltfufq/#nbmzwkf#sqfpjgfmwKltfufq/#plnfjp#wklvdkw#wlvmwjo#wkf#fmgtbp#bmmlvm`fgbqf#jnslqwbmwbopl#jm`ovgfp=?jmsvw#wzsf>wkf#`fmwfq#le#GL#MLW#BOWFQvpfg#wl#qfefqwkfnfp,<plqw>wkbw#kbg#affmwkf#abpjp#elqkbp#gfufolsfgjm#wkf#pvnnfq`lnsbqbwjufozgfp`qjafg#wkfpv`k#bp#wklpfwkf#qfpvowjmdjp#jnslppjaofubqjlvp#lwkfqPlvwk#Beqj`bmkbuf#wkf#pbnffeef`wjufmfppjm#tkj`k#`bpf8#wf{w.bojdm9pwqv`wvqf#bmg8#ab`hdqlvmg9qfdbqgjmd#wkfpvsslqwfg#wkfjp#bopl#hmltmpwzof>!nbqdjmjm`ovgjmd#wkfabkbpb#Nfobzvmlqph#alhn/Iomlqph#mzmlqphpolufm)M(ajmbjmwfqmb`jlmbo`bojej`b`j/_m`lnvmj`b`j/_m`lmpwqv``j/_m!=?gju#`obpp>!gjpbnajdvbwjlmGlnbjmMbnf$/#$bgnjmjpwqbwjlmpjnvowbmflvpozwqbmpslqwbwjlmJmwfqmbwjlmbo#nbqdjm.alwwln9qfpslmpjajojwz?"Xfmgje^..= ?,=?nfwb#mbnf>!jnsofnfmwbwjlmjmeqbpwqv`wvqfqfsqfpfmwbwjlmalqgfq.alwwln9?,kfbg= ?algz=>kwws&0B&1E&1E?elqn#nfwklg>!nfwklg>!slpw!#,ebuj`lm-j`l!#~*8 ?,p`qjsw= -pfwBwwqjavwf+Bgnjmjpwqbwjlm>#mft#Bqqbz+*8?"Xfmgje^..= gjpsobz9aol`h8Vmelqwvmbwfoz/!=%maps8?,gju=,ebuj`lm-j`l!=>$pwzofpkffw$#jgfmwjej`bwjlm/#elq#f{bnsof/?oj=?b#kqfe>!,bm#bowfqmbwjufbp#b#qfpvow#lesw!=?,p`qjsw= wzsf>!pvanjw!# +evm`wjlm+*#xqf`lnnfmgbwjlmelqn#b`wjlm>!,wqbmpelqnbwjlmqf`lmpwqv`wjlm-pwzof-gjpsobz#B``lqgjmd#wl#kjggfm!#mbnf>!bolmd#tjwk#wkfgl`vnfmw-algz-bssql{jnbwfoz#@lnnvmj`bwjlmpslpw!#b`wjlm>!nfbmjmd#%rvlw8..?"Xfmgje^..=Sqjnf#Njmjpwfq`kbqb`wfqjpwj`?,b=#?b#`obpp>wkf#kjpwlqz#le#lmnlvpflufq>!wkf#dlufqmnfmwkqfe>!kwwsp9,,tbp#lqjdjmbooztbp#jmwqlgv`fg`obppjej`bwjlmqfsqfpfmwbwjufbqf#`lmpjgfqfg?"Xfmgje^..= gfsfmgp#lm#wkfVmjufqpjwz#le#jm#`lmwqbpw#wl#sob`fklogfq>!jm#wkf#`bpf#lejmwfqmbwjlmbo#`lmpwjwvwjlmbopwzof>!alqgfq.9#evm`wjlm+*#xAf`bvpf#le#wkf.pwqj`w-gwg!= ?wbaof#`obpp>!b``lnsbmjfg#azb``lvmw#le#wkf?p`qjsw#pq`>!,mbwvqf#le#wkf#wkf#sflsof#jm#jm#bggjwjlm#wlp*8#ip-jg#>#jg!#tjgwk>!233&!qfdbqgjmd#wkf#Qlnbm#@bwkloj`bm#jmgfsfmgfmwelooltjmd#wkf#-dje!#tjgwk>!2wkf#elooltjmd#gjp`qjnjmbwjlmbq`kbfloldj`bosqjnf#njmjpwfq-ip!=?,p`qjsw=`lnajmbwjlm#le#nbqdjmtjgwk>!`qfbwfFofnfmw+t-bwwb`kFufmw+?,b=?,wg=?,wq=pq`>!kwwsp9,,bJm#sbqwj`vobq/#bojdm>!ofew!#@yf`k#Qfsvaoj`Vmjwfg#Hjmdgln`lqqfpslmgfm`f`lm`ovgfg#wkbw-kwno!#wjwof>!+evm`wjlm#+*#x`lnfp#eqln#wkfbssoj`bwjlm#le?psbm#`obpp>!pafojfufg#wl#affnfmw+$p`qjsw$?,b= ?,oj= ?ojufqz#gjeefqfmw=?psbm#`obpp>!lswjlm#ubovf>!+bopl#hmltm#bp\n?oj=?b#kqfe>!=?jmsvw#mbnf>!pfsbqbwfg#eqlnqfefqqfg#wl#bp#ubojdm>!wls!=elvmgfq#le#wkfbwwfnswjmd#wl#`bqalm#gjl{jgf ?gju#`obpp>!`obpp>!pfbq`k.,algz= ?,kwno=lsslqwvmjwz#wl`lnnvmj`bwjlmp?,kfbg= ?algz#pwzof>!tjgwk9Wj\rVSmd#Uj\rWkw`kbmdfp#jm#wkfalqgfq.`lolq9 3!#alqgfq>!3!#?,psbm=?,gju=?tbp#gjp`lufqfg!#wzsf>!wf{w!#*8 ?,p`qjsw= Gfsbqwnfmw#le#f``ofpjbpwj`bowkfqf#kbp#affmqfpvowjmd#eqln?,algz=?,kwno=kbp#mfufq#affmwkf#ejqpw#wjnfjm#qfpslmpf#wlbvwlnbwj`booz#?,gju= ?gju#jtbp#`lmpjgfqfgsfq`fmw#le#wkf!#,=?,b=?,gju=`loof`wjlm#le#gfp`fmgfg#eqlnpf`wjlm#le#wkfb``fsw.`kbqpfwwl#af#`lmevpfgnfnafq#le#wkf#sbggjmd.qjdkw9wqbmpobwjlm#lejmwfqsqfwbwjlm#kqfe>$kwws9,,tkfwkfq#lq#mlwWkfqf#bqf#boplwkfqf#bqf#nbmzb#pnboo#mvnafqlwkfq#sbqwp#lejnslppjaof#wl##`obpp>!avwwlmol`bwfg#jm#wkf-#Kltfufq/#wkfbmg#fufmwvboozBw#wkf#fmg#le#af`bvpf#le#jwpqfsqfpfmwp#wkf?elqn#b`wjlm>!#nfwklg>!slpw!jw#jp#slppjaofnlqf#ojhfoz#wlbm#jm`qfbpf#jmkbuf#bopl#affm`lqqfpslmgp#wlbmmlvm`fg#wkbwbojdm>!qjdkw!=nbmz#`lvmwqjfpelq#nbmz#zfbqpfbqojfpw#hmltmaf`bvpf#jw#tbpsw!=?,p`qjsw=#ubojdm>!wls!#jmkbajwbmwp#leelooltjmd#zfbq ?gju#`obpp>!njoojlm#sflsof`lmwqlufqpjbo#`lm`fqmjmd#wkfbqdvf#wkbw#wkfdlufqmnfmw#bmgb#qfefqfm`f#wlwqbmpefqqfg#wlgfp`qjajmd#wkf#pwzof>!`lolq9bowklvdk#wkfqfafpw#hmltm#elqpvanjw!#mbnf>!nvowjsoj`bwjlmnlqf#wkbm#lmf#qf`ldmjwjlm#le@lvm`jo#le#wkffgjwjlm#le#wkf##?nfwb#mbnf>!Fmwfqwbjmnfmw#btbz#eqln#wkf#8nbqdjm.qjdkw9bw#wkf#wjnf#lejmufpwjdbwjlmp`lmmf`wfg#tjwkbmg#nbmz#lwkfqbowklvdk#jw#jpafdjmmjmd#tjwk#?psbm#`obpp>!gfp`fmgbmwp#le?psbm#`obpp>!j#bojdm>!qjdkw!?,kfbg= ?algz#bpsf`wp#le#wkfkbp#pjm`f#affmFvqlsfbm#Vmjlmqfnjmjp`fmw#lenlqf#gjeej`vowUj`f#Sqfpjgfmw`lnslpjwjlm#lesbppfg#wkqlvdknlqf#jnslqwbmwelmw.pjyf922s{f{sobmbwjlm#lewkf#`lm`fsw#letqjwwfm#jm#wkf\n?psbm#`obpp>!jp#lmf#le#wkf#qfpfnaobm`f#wllm#wkf#dqlvmgptkj`k#`lmwbjmpjm`ovgjmd#wkf#gfejmfg#az#wkfsvaoj`bwjlm#lenfbmp#wkbw#wkflvwpjgf#le#wkfpvsslqw#le#wkf?jmsvw#`obpp>!?psbm#`obpp>!w+Nbwk-qbmgln+*nlpw#sqlnjmfmwgfp`qjswjlm#le@lmpwbmwjmlsoftfqf#svaojpkfg?gju#`obpp>!pfbssfbqp#jm#wkf2!#kfjdkw>!2!#nlpw#jnslqwbmwtkj`k#jm`ovgfptkj`k#kbg#affmgfpwqv`wjlm#lewkf#slsvobwjlm \n?gju#`obpp>!slppjajojwz#leplnfwjnfp#vpfgbssfbq#wl#kbufpv``fpp#le#wkfjmwfmgfg#wl#afsqfpfmw#jm#wkfpwzof>!`ofbq9a ?,p`qjsw= ?tbp#elvmgfg#jmjmwfqujft#tjwk\\jg!#`lmwfmw>!`bsjwbo#le#wkf ?ojmh#qfo>!pqfofbpf#le#wkfsljmw#lvw#wkbw{NOKwwsQfrvfpwbmg#pvapfrvfmwpf`lmg#obqdfpwufqz#jnslqwbmwpsf`jej`bwjlmppvqeb`f#le#wkfbssojfg#wl#wkfelqfjdm#sloj`z\\pfwGlnbjmMbnffpwbaojpkfg#jmjp#afojfufg#wlJm#bggjwjlm#wlnfbmjmd#le#wkfjp#mbnfg#bewfqwl#sqlwf`w#wkfjp#qfsqfpfmwfgGf`obqbwjlm#lenlqf#feej`jfmw@obppjej`bwjlmlwkfq#elqnp#lekf#qfwvqmfg#wl?psbm#`obpp>!`sfqelqnbm`f#le+evm`wjlm+*#xje#bmg#lmoz#jeqfdjlmp#le#wkfofbgjmd#wl#wkfqfobwjlmp#tjwkVmjwfg#Mbwjlmppwzof>!kfjdkw9lwkfq#wkbm#wkfzsf!#`lmwfmw>!Bppl`jbwjlm#le ?,kfbg= ?algzol`bwfg#lm#wkfjp#qfefqqfg#wl+jm`ovgjmd#wkf`lm`fmwqbwjlmpwkf#jmgjujgvbobnlmd#wkf#nlpwwkbm#bmz#lwkfq,= ?ojmh#qfo>!#qfwvqm#ebopf8wkf#svqslpf#lewkf#bajojwz#wl8`lolq9 eee~ - ?psbm#`obpp>!wkf#pvaif`w#legfejmjwjlmp#le= ?ojmh#qfo>!`objn#wkbw#wkfkbuf#gfufolsfg?wbaof#tjgwk>!`fofaqbwjlm#leElooltjmd#wkf#wl#gjpwjmdvjpk?psbm#`obpp>!awbhfp#sob`f#jmvmgfq#wkf#mbnfmlwfg#wkbw#wkf=?"Xfmgje^..= pwzof>!nbqdjm.jmpwfbg#le#wkfjmwqlgv`fg#wkfwkf#sql`fpp#lejm`qfbpjmd#wkfgjeefqfm`fp#jmfpwjnbwfg#wkbwfpsf`jbooz#wkf,gju=?gju#jg>!tbp#fufmwvboozwkqlvdklvw#kjpwkf#gjeefqfm`fplnfwkjmd#wkbwpsbm=?,psbm=?,pjdmjej`bmwoz#=?,p`qjsw=  fmujqlmnfmwbo#wl#sqfufmw#wkfkbuf#affm#vpfgfpsf`jbooz#elqvmgfqpwbmg#wkfjp#fppfmwjbooztfqf#wkf#ejqpwjp#wkf#obqdfpwkbuf#affm#nbgf!#pq`>!kwws9,,jmwfqsqfwfg#bppf`lmg#kboe#le`qloojmd>!ml!#jp#`lnslpfg#leJJ/#Kloz#Qlnbmjp#f{sf`wfg#wlkbuf#wkfjq#ltmgfejmfg#bp#wkfwqbgjwjlmbooz#kbuf#gjeefqfmwbqf#lewfm#vpfgwl#fmpvqf#wkbwbdqffnfmw#tjwk`lmwbjmjmd#wkfbqf#eqfrvfmwozjmelqnbwjlm#lmf{bnsof#jp#wkfqfpvowjmd#jm#b?,b=?,oj=?,vo=#`obpp>!ellwfqbmg#fpsf`jboozwzsf>!avwwlm!#?,psbm=?,psbm=tkj`k#jm`ovgfg= ?nfwb#mbnf>!`lmpjgfqfg#wkf`bqqjfg#lvw#azKltfufq/#jw#jpaf`bnf#sbqw#lejm#qfobwjlm#wlslsvobq#jm#wkfwkf#`bsjwbo#letbp#leej`jbooztkj`k#kbp#affmwkf#Kjpwlqz#lebowfqmbwjuf#wlgjeefqfmw#eqlnwl#pvsslqw#wkfpvddfpwfg#wkbwjm#wkf#sql`fpp##?gju#`obpp>!wkf#elvmgbwjlmaf`bvpf#le#kjp`lm`fqmfg#tjwkwkf#vmjufqpjwzlsslpfg#wl#wkfwkf#`lmwf{w#le?psbm#`obpp>!swf{w!#mbnf>!r!\n\n?gju#`obpp>!wkf#p`jfmwjej`qfsqfpfmwfg#aznbwkfnbwj`jbmpfof`wfg#az#wkfwkbw#kbuf#affm=?gju#`obpp>!`gju#jg>!kfbgfqjm#sbqwj`vobq/`lmufqwfg#jmwl*8 ?,p`qjsw= ?skjolplskj`bo#pqsphlkqubwphjwj\rVSmd#Uj\rWkw<L=o=m=m<V<T<U=l=o=m=m<V<T<Ujmufpwjdb`j/_msbqwj`jsb`j/_m<V<R=n<R=l=g<Y<R<]<W<\\=m=n<T<V<R=n<R=l=g<U=k<Y<W<R<^<Y<V=m<T=m=n<Y<P=g<q<R<^<R=m=n<T<V<R=n<R=l=g=i<R<]<W<\\=m=n=`<^=l<Y<P<Y<Q<T<V<R=n<R=l<\\=c=m<Y<_<R<X<Q=c=m<V<\\=k<\\=n=`<Q<R<^<R=m=n<T<O<V=l<\\<T<Q=g<^<R<S=l<R=m=g<V<R=n<R=l<R<U=m<X<Y<W<\\=n=`<S<R<P<R=e=`=b=m=l<Y<X=m=n<^<R<]=l<\\<[<R<P=m=n<R=l<R<Q=g=o=k<\\=m=n<T<Y=n<Y=k<Y<Q<T<Y<\x7F<W<\\<^<Q<\\=c<T=m=n<R=l<T<T=m<T=m=n<Y<P<\\=l<Y=d<Y<Q<T=c<M<V<\\=k<\\=n=`<S<R=a=n<R<P=o=m<W<Y<X=o<Y=n=m<V<\\<[<\\=n=`=n<R<^<\\=l<R<^<V<R<Q<Y=k<Q<R=l<Y=d<Y<Q<T<Y<V<R=n<R=l<R<Y<R=l<_<\\<Q<R<^<V<R=n<R=l<R<P<L<Y<V<W<\\<P<\\4K5h5i5j4F4C5e5i5j4F4C5f4K4F4K5h5i5d4Z5d4U4K5h4D4]4K5i4@4K5h5i5d4K5n4U4K5h4]4_4K4J5h5i4X4K4]5o4K4F4K5h4O4U4Z4K4M4K5h4]5f4K4Z4E4K5h4F4Y5i5f5i4K5h4K4U4Z4K4M4K5h5j4F4K4J4@4K5h4O5h4U4K4D4K5h4F4_4@5f5h4K5h4O5n4_4K5i4K5h4Z4V4[4K4F4K5h5m5f4C5f5d4K5h4F4]4A5f4D4K5h4@4C5f4C4E4K5h4F4U5h5f5i4K5h4O4B4D4K4]4K5h4K5m5h4K5i4K5h4O5m5h4K5i4K5h4F4K4]5f4B4K5h4F5n5j5f4E4K5h4K5h4U4K4D4K5h4B5d4K4[4]4K5h5i4@4F5i4U4K5h4C5f5o5d4]4K5h4_5f4K4A4E4U4D4C4K5h5h5k4K5h4F4]4D5f4E4K5h4]5d4K4D4[4K5h4O4C4D5f4E4K5h4K4B4D4K4]4K5h5i4F4A4C4E4K5h4K4V4K5j5f`vqplq9sljmwfq8?,wjwof= ?nfwb#!#kqfe>!kwws9,,!=?psbm#`obpp>!nfnafqp#le#wkf#tjmglt-ol`bwjlmufqwj`bo.bojdm9,b=#\x7F#?b#kqfe>!?"gl`wzsf#kwno=nfgjb>!p`qffm!#?lswjlm#ubovf>!ebuj`lm-j`l!#,= \n\n?gju#`obpp>!`kbqb`wfqjpwj`p!#nfwklg>!dfw!#,algz= ?,kwno= pklqw`vw#j`lm!#gl`vnfmw-tqjwf+sbggjmd.alwwln9qfsqfpfmwbwjufppvanjw!#ubovf>!bojdm>!`fmwfq!#wkqlvdklvw#wkf#p`jfm`f#ej`wjlm ##?gju#`obpp>!pvanjw!#`obpp>!lmf#le#wkf#nlpw#ubojdm>!wls!=?tbp#fpwbaojpkfg*8 ?,p`qjsw= qfwvqm#ebopf8!=*-pwzof-gjpsobzaf`bvpf#le#wkf#gl`vnfmw-`llhjf?elqn#b`wjlm>!,~algzxnbqdjm938Fm`z`olsfgjb#leufqpjlm#le#wkf#-`qfbwfFofnfmw+mbnf!#`lmwfmw>!?,gju= ?,gju= bgnjmjpwqbwjuf#?,algz= ?,kwno=kjpwlqz#le#wkf#!=?jmsvw#wzsf>!slqwjlm#le#wkf#bp#sbqw#le#wkf#%maps8?b#kqfe>!lwkfq#`lvmwqjfp!= ?gju#`obpp>!?,psbm=?,psbm=?Jm#lwkfq#tlqgp/gjpsobz9#aol`h8`lmwqlo#le#wkf#jmwqlgv`wjlm#le,= ?nfwb#mbnf>!bp#tfoo#bp#wkf#jm#qf`fmw#zfbqp \n?gju#`obpp>!?,gju= \n?,gju= jmpsjqfg#az#wkfwkf#fmg#le#wkf#`lnsbwjaof#tjwkaf`bnf#hmltm#bp#pwzof>!nbqdjm9-ip!=?,p`qjsw=?#Jmwfqmbwjlmbo#wkfqf#kbuf#affmDfqnbm#obmdvbdf#pwzof>!`lolq9 @lnnvmjpw#Sbqwz`lmpjpwfmw#tjwkalqgfq>!3!#`foo#nbqdjmkfjdkw>!wkf#nbilqjwz#le!#bojdm>!`fmwfqqfobwfg#wl#wkf#nbmz#gjeefqfmw#Lqwklgl{#@kvq`kpjnjobq#wl#wkf#,= ?ojmh#qfo>!ptbp#lmf#le#wkf#vmwjo#kjp#gfbwk~*+*8 ?,p`qjsw=lwkfq#obmdvbdfp`lnsbqfg#wl#wkfslqwjlmp#le#wkfwkf#Mfwkfqobmgpwkf#nlpw#`lnnlmab`hdqlvmg9vqo+bqdvfg#wkbw#wkfp`qloojmd>!ml!#jm`ovgfg#jm#wkfMlqwk#Bnfqj`bm#wkf#mbnf#le#wkfjmwfqsqfwbwjlmpwkf#wqbgjwjlmbogfufolsnfmw#le#eqfrvfmwoz#vpfgb#`loof`wjlm#leufqz#pjnjobq#wlpvqqlvmgjmd#wkff{bnsof#le#wkjpbojdm>!`fmwfq!=tlvog#kbuf#affmjnbdf\\`bswjlm#>bwwb`kfg#wl#wkfpvddfpwjmd#wkbwjm#wkf#elqn#le#jmuloufg#jm#wkfjp#gfqjufg#eqlnmbnfg#bewfq#wkfJmwqlgv`wjlm#wlqfpwqj`wjlmp#lm#pwzof>!tjgwk9#`bm#af#vpfg#wl#wkf#`qfbwjlm#lenlpw#jnslqwbmw#jmelqnbwjlm#bmgqfpvowfg#jm#wkf`loobspf#le#wkfWkjp#nfbmp#wkbwfofnfmwp#le#wkftbp#qfsob`fg#azbmbozpjp#le#wkfjmpsjqbwjlm#elqqfdbqgfg#bp#wkfnlpw#pv``fppevohmltm#bp#%rvlw8b#`lnsqfkfmpjufKjpwlqz#le#wkf#tfqf#`lmpjgfqfgqfwvqmfg#wl#wkfbqf#qfefqqfg#wlVmplvq`fg#jnbdf= \n?gju#`obpp>!`lmpjpwp#le#wkfpwlsSqlsbdbwjlmjmwfqfpw#jm#wkfbubjobajojwz#lebssfbqp#wl#kbuffof`wqlnbdmfwj`fmbaofPfquj`fp+evm`wjlm#le#wkfJw#jp#jnslqwbmw?,p`qjsw=?,gju=evm`wjlm+*xubq#qfobwjuf#wl#wkfbp#b#qfpvow#le#wkf#slpjwjlm#leElq#f{bnsof/#jm#nfwklg>!slpw!#tbp#elooltfg#az%bns8ngbpk8#wkfwkf#bssoj`bwjlmip!=?,p`qjsw= vo=?,gju=?,gju=bewfq#wkf#gfbwktjwk#qfpsf`w#wlpwzof>!sbggjmd9jp#sbqwj`vobqozgjpsobz9jmojmf8#wzsf>!pvanjw!#jp#gjujgfg#jmwl\bTA\nzk#+\vBl\bQ\x7F*qfpslmpbajojgbgbgnjmjpwqb`j/_mjmwfqmb`jlmbofp`lqqfpslmgjfmwf\fHe\fHF\fHC\fIg\fH{\fHF\fIn\fH\\\fIa\fHY\fHU\fHB\fHR\fH\\\fIk\fH^\fIg\fH{\fIg\fHn\fHv\fIm\fHD\fHR\fHY\fH^\fIk\fHy\fHS\fHD\fHT\fH\\\fHy\fHR\fH\\\fHF\fIm\fH^\fHS\fHT\fHz\fIg\fHp\fIk\fHn\fHv\fHR\fHU\fHS\fHc\fHA\fIk\fHp\fIk\fHn\fHZ\fHR\fHB\fHS\fH^\fHU\fHB\fHR\fH\\\fIl\fHp\fHR\fH{\fH\\\fHO\fH@\fHD\fHR\fHD\fIk\fHy\fIm\fHB\fHR\fH\\\fH@\fIa\fH^\fIe\fH{\fHB\fHR\fH^\fHS\fHy\fHB\fHU\fHS\fH^\fHR\fHF\fIo\fH[\fIa\fHL\fH@\fHN\fHP\fHH\fIk\fHA\fHR\fHp\fHF\fHR\fHy\fIa\fH^\fHS\fHy\fHs\fIa\fH\\\fIk\fHD\fHz\fHS\fH^\fHR\fHG\fHJ\fI`\fH\\\fHR\fHD\fHB\fHR\fHB\fH^\fIk\fHB\fHH\fHJ\fHR\fHD\fH@\fHR\fHp\fHR\fH\\\fHY\fHS\fHy\fHR\fHT\fHy\fIa\fHC\fIg\fHn\fHv\fHR\fHU\fHH\fIk\fHF\fHU\fIm\fHm\fHv\fH@\fHH\fHR\fHC\fHR\fHT\fHn\fHY\fHR\fHJ\fHJ\fIk\fHz\fHD\fIk\fHF\fHS\fHw\fH^\fIk\fHY\fHS\fHZ\fIk\fH[\fH\\\fHR\fHp\fIa\fHC\fHe\fHH\fIa\fHH\fH\\\fHB\fIm\fHn\fH@\fHd\fHJ\fIg\fHD\fIg\fHn\fHe\fHF\fHy\fH\\\fHO\fHF\fHN\fHP\fIk\fHn\fHT\fIa\fHI\fHS\fHH\fHG\fHS\fH^\fIa\fHB\fHB\fIm\fHz\fIa\fHC\fHi\fHv\fIa\fHw\fHR\fHw\fIn\fHs\fHH\fIl\fHT\fHn\fH{\fIl\fHH\fHp\fHR\fHc\fH{\fHR\fHY\fHS\fHA\fHR\fH{\fHt\fHO\fIa\fHs\fIk\fHJ\fIn\fHT\fH\\\fIk\fHJ\fHS\fHD\fIg\fHn\fHU\fHH\fIa\fHC\fHR\fHT\fIk\fHy\fIa\fHT\fH{\fHR\fHn\fHK\fIl\fHY\fHS\fHZ\fIa\fHY\fH\\\fHR\fHH\fIk\fHn\fHJ\fId\fHs\fIa\fHT\fHD\fHy\fIa\fHZ\fHR\fHT\fHR\fHB\fHD\fIk\fHi\fHJ\fHR\fH^\fHH\fH@\fHS\fHp\fH^\fIl\fHF\fIm\fH\\\fIn\fH[\fHU\fHS\fHn\fHJ\fIl\fHB\fHS\fHH\fIa\fH\\\fHy\fHY\fHS\fHH\fHR\fH\\\fIm\fHF\fHC\fIk\fHT\fIa\fHI\fHR\fHD\fHy\fH\\\fIg\fHM\fHP\fHB\fIm\fHy\fIa\fHH\fHC\fIg\fHp\fHD\fHR\fHy\fIo\fHF\fHC\fHR\fHF\fIg\fHT\fIa\fHs\fHt\fH\\\fIk\fH^\fIn\fHy\fHR\fH\\\fIa\fHC\fHY\fHS\fHv\fHR\fH\\\fHT\fIn\fHv\fHD\fHR\fHB\fIn\fH^\fIa\fHC\fHJ\fIk\fHz\fIk\fHn\fHU\fHB\fIk\fHZ\fHR\fHT\fIa\fHy\fIn\fH^\fHB\fId\fHn\fHD\fIk\fHH\fId\fHC\fHR\fH\\\fHp\fHS\fHT\fHy\fIkqpp({no!#wjwof>!.wzsf!#`lmwfmw>!wjwof!#`lmwfmw>!bw#wkf#pbnf#wjnf-ip!=?,p`qjsw= ?!#nfwklg>!slpw!#?,psbm=?,b=?,oj=ufqwj`bo.bojdm9w,irvfqz-njm-ip!=-`oj`h+evm`wjlm+#pwzof>!sbggjmd.~*+*8 ?,p`qjsw= ?,psbm=?b#kqfe>!?b#kqfe>!kwws9,,*8#qfwvqm#ebopf8wf{w.gf`lqbwjlm9#p`qloojmd>!ml!#alqgfq.`loobspf9bppl`jbwfg#tjwk#Abkbpb#JmglmfpjbFmdojpk#obmdvbdf?wf{w#{no9psb`f>-dje!#alqgfq>!3!?,algz= ?,kwno= lufqeolt9kjggfm8jnd#pq`>!kwws9,,bggFufmwOjpwfmfqqfpslmpjaof#elq#p-ip!=?,p`qjsw= ,ebuj`lm-j`l!#,=lsfqbwjmd#pzpwfn!#pwzof>!tjgwk92wbqdfw>!\\aobmh!=Pwbwf#Vmjufqpjwzwf{w.bojdm9ofew8 gl`vnfmw-tqjwf+/#jm`ovgjmd#wkf#bqlvmg#wkf#tlqog*8 ?,p`qjsw= ?!#pwzof>!kfjdkw98lufqeolt9kjggfmnlqf#jmelqnbwjlmbm#jmwfqmbwjlmbob#nfnafq#le#wkf#lmf#le#wkf#ejqpw`bm#af#elvmg#jm#?,gju= \n\n?,gju= gjpsobz9#mlmf8!=!#,= ?ojmh#qfo>! ##+evm`wjlm+*#xwkf#26wk#`fmwvqz-sqfufmwGfebvow+obqdf#mvnafq#le#Azybmwjmf#Fnsjqf-isd\x7Fwkvna\x7Fofew\x7Fubpw#nbilqjwz#lenbilqjwz#le#wkf##bojdm>!`fmwfq!=Vmjufqpjwz#Sqfppglnjmbwfg#az#wkfPf`lmg#Tlqog#Tbqgjpwqjavwjlm#le#pwzof>!slpjwjlm9wkf#qfpw#le#wkf#`kbqb`wfqjyfg#az#qfo>!mleloolt!=gfqjufp#eqln#wkfqbwkfq#wkbm#wkf#b#`lnajmbwjlm#lepwzof>!tjgwk9233Fmdojpk.psfbhjmd`lnsvwfq#p`jfm`falqgfq>!3!#bow>!wkf#f{jpwfm`f#leGfnl`qbwj`#Sbqwz!#pwzof>!nbqdjm.Elq#wkjp#qfbplm/-ip!=?,p`qjsw= \npAzWbdMbnf+p*X3^ip!=?,p`qjsw= ?-ip!=?,p`qjsw= ojmh#qfo>!j`lm!#$#bow>$$#`obpp>$elqnbwjlm#le#wkfufqpjlmp#le#wkf#?,b=?,gju=?,gju=,sbdf= ##?sbdf= ?gju#`obpp>!`lmwaf`bnf#wkf#ejqpwabkbpb#Jmglmfpjbfmdojpk#+pjnsof*"y"W"W"["Q"U"V"@=i=l<^<\\=n=m<V<T<V<R<P<S<\\<Q<T<T=c<^<W=c<Y=n=m=c<x<R<]<\\<^<T=n=`=k<Y<W<R<^<Y<V<\\=l<\\<[<^<T=n<T=c<t<Q=n<Y=l<Q<Y=n<r=n<^<Y=n<T=n=`<Q<\\<S=l<T<P<Y=l<T<Q=n<Y=l<Q<Y=n<V<R=n<R=l<R<_<R=m=n=l<\\<Q<T=j=g<V<\\=k<Y=m=n<^<Y=o=m<W<R<^<T=c=i<S=l<R<]<W<Y<P=g<S<R<W=o=k<T=n=`=c<^<W=c=b=n=m=c<Q<\\<T<]<R<W<Y<Y<V<R<P<S<\\<Q<T=c<^<Q<T<P<\\<Q<T<Y=m=l<Y<X=m=n<^<\\4K5h5i5d4K4Z5f4U4K5h4]4J5f4_5f4E4K5h4K5j4F5n4K5h5i4X4K4]5o4K4F5o4K5h4_5f4K4]4K4F4K5h5i5o4F5d4D4E4K5h4_4U5d4C5f4E4K4A4Y4K4J5f4K4F4K5h4U4K5h5i5f4E4K5h4Y5d4F5f4K4F4K5h4K5j4F4]5j4F4K5h4F4Y4K5i5f5i4K5h4I4_5h4K5i5f4K5h5i4X4K4]5o4E4K5h5i4]4J5f4K4Fqlalwp!#`lmwfmw>!?gju#jg>!ellwfq!=wkf#Vmjwfg#Pwbwfp?jnd#pq`>!kwws9,,-isd\x7Fqjdkw\x7Fwkvna\x7F-ip!=?,p`qjsw= ?ol`bwjlm-sqlwl`loeqbnfalqgfq>!3!#p!#,= ?nfwb#mbnf>!?,b=?,gju=?,gju=?elmw.tfjdkw9alog8%rvlw8#bmg#%rvlw8gfsfmgjmd#lm#wkf#nbqdjm938sbggjmd9!#qfo>!mleloolt!#Sqfpjgfmw#le#wkf#wtfmwjfwk#`fmwvqzfujpjlm= ##?,sbdfJmwfqmfw#F{solqfqb-bpzm`#>#wqvf8 jmelqnbwjlm#balvw?gju#jg>!kfbgfq!=!#b`wjlm>!kwws9,,?b#kqfe>!kwwsp9,,?gju#jg>!`lmwfmw!?,gju= ?,gju= ?gfqjufg#eqln#wkf#?jnd#pq`>$kwws9,,b``lqgjmd#wl#wkf# ?,algz= ?,kwno= pwzof>!elmw.pjyf9p`qjsw#obmdvbdf>!Bqjbo/#Kfoufwj`b/?,b=?psbm#`obpp>!?,p`qjsw=?p`qjsw#slojwj`bo#sbqwjfpwg=?,wq=?,wbaof=?kqfe>!kwws9,,ttt-jmwfqsqfwbwjlm#leqfo>!pwzofpkffw!#gl`vnfmw-tqjwf+$?`kbqpfw>!vwe.;!= afdjmmjmd#le#wkf#qfufbofg#wkbw#wkfwfofujpjlm#pfqjfp!#qfo>!mleloolt!=#wbqdfw>!\\aobmh!=`objnjmd#wkbw#wkfkwws&0B&1E&1Ettt-nbmjefpwbwjlmp#leSqjnf#Njmjpwfq#lejmeovfm`fg#az#wkf`obpp>!`ofbqej{!=,gju= ?,gju=  wkqff.gjnfmpjlmbo@kvq`k#le#Fmdobmgle#Mlqwk#@bqlojmbprvbqf#hjolnfwqfp-bggFufmwOjpwfmfqgjpwjm`w#eqln#wkf`lnnlmoz#hmltm#bpSklmfwj`#Boskbafwgf`obqfg#wkbw#wkf`lmwqloofg#az#wkfAfmibnjm#Eqbmhojmqlof.sobzjmd#dbnfwkf#Vmjufqpjwz#lejm#Tfpwfqm#Fvqlsfsfqplmbo#`lnsvwfqSqlif`w#Dvwfmafqdqfdbqgofpp#le#wkfkbp#affm#sqlslpfgwldfwkfq#tjwk#wkf=?,oj=?oj#`obpp>!jm#plnf#`lvmwqjfpnjm-ip!=?,p`qjsw=le#wkf#slsvobwjlmleej`jbo#obmdvbdf?jnd#pq`>!jnbdfp,jgfmwjejfg#az#wkfmbwvqbo#qfplvq`fp`obppjej`bwjlm#le`bm#af#`lmpjgfqfgrvbmwvn#nf`kbmj`pMfufqwkfofpp/#wkfnjoojlm#zfbqp#bdl?,algz= ?,kwno="y"W"W"["Q"U"V"@ wbhf#bgubmwbdf#lebmg/#b``lqgjmd#wlbwwqjavwfg#wl#wkfNj`qlplew#Tjmgltpwkf#ejqpw#`fmwvqzvmgfq#wkf#`lmwqlogju#`obpp>!kfbgfqpklqwoz#bewfq#wkfmlwbaof#f{`fswjlmwfmp#le#wklvpbmgppfufqbo#gjeefqfmwbqlvmg#wkf#tlqog-qfb`kjmd#njojwbqzjplobwfg#eqln#wkflsslpjwjlm#wl#wkfwkf#Log#WfpwbnfmwBeqj`bm#Bnfqj`bmpjmpfqwfg#jmwl#wkfpfsbqbwf#eqln#wkfnfwqlslojwbm#bqfbnbhfp#jw#slppjaofb`hmltofgdfg#wkbwbqdvbaoz#wkf#nlpwwzsf>!wf{w,`pp!= wkf#JmwfqmbwjlmboB``lqgjmd#wl#wkf#sf>!wf{w,`pp!#,= `ljm`jgf#tjwk#wkfwtl.wkjqgp#le#wkfGvqjmd#wkjp#wjnf/gvqjmd#wkf#sfqjlgbmmlvm`fg#wkbw#kfwkf#jmwfqmbwjlmbobmg#nlqf#qf`fmwozafojfufg#wkbw#wkf`lmp`jlvpmfpp#bmgelqnfqoz#hmltm#bppvqqlvmgfg#az#wkfejqpw#bssfbqfg#jml``bpjlmbooz#vpfgslpjwjlm9baplovwf8!#wbqdfw>!\\aobmh!#slpjwjlm9qfobwjuf8wf{w.bojdm9`fmwfq8ib{,ojap,irvfqz,2-ab`hdqlvmg.`lolq9 wzsf>!bssoj`bwjlm,bmdvbdf!#`lmwfmw>!?nfwb#kwws.frvju>!Sqjub`z#Sloj`z?,b=f+!&0@p`qjsw#pq`>$!#wbqdfw>!\\aobmh!=Lm#wkf#lwkfq#kbmg/-isd\x7Fwkvna\x7Fqjdkw\x7F1?,gju=?gju#`obpp>!?gju#pwzof>!eolbw9mjmfwffmwk#`fmwvqz?,algz= ?,kwno= ?jnd#pq`>!kwws9,,p8wf{w.bojdm9`fmwfqelmw.tfjdkw9#alog8#B``lqgjmd#wl#wkf#gjeefqfm`f#afwtffm!#eqbnfalqgfq>!3!#!#pwzof>!slpjwjlm9ojmh#kqfe>!kwws9,,kwno7,ollpf-gwg!= gvqjmd#wkjp#sfqjlg?,wg=?,wq=?,wbaof=`olpfoz#qfobwfg#wlelq#wkf#ejqpw#wjnf8elmw.tfjdkw9alog8jmsvw#wzsf>!wf{w!#?psbm#pwzof>!elmw.lmqfbgzpwbwf`kbmdf\n?gju#`obpp>!`ofbqgl`vnfmw-ol`bwjlm-#Elq#f{bnsof/#wkf#b#tjgf#ubqjfwz#le#?"GL@WZSF#kwno= ?%maps8%maps8%maps8!=?b#kqfe>!kwws9,,pwzof>!eolbw9ofew8`lm`fqmfg#tjwk#wkf>kwws&0B&1E&1Ettt-jm#slsvobq#`vowvqfwzsf>!wf{w,`pp!#,=jw#jp#slppjaof#wl#Kbqubqg#Vmjufqpjwzwzofpkffw!#kqfe>!,wkf#nbjm#`kbqb`wfqL{elqg#Vmjufqpjwz##mbnf>!hfztlqgp!#`pwzof>!wf{w.bojdm9wkf#Vmjwfg#Hjmdglnefgfqbo#dlufqmnfmw?gju#pwzof>!nbqdjm#gfsfmgjmd#lm#wkf#gfp`qjswjlm#le#wkf?gju#`obpp>!kfbgfq-njm-ip!=?,p`qjsw=gfpwqv`wjlm#le#wkfpojdkwoz#gjeefqfmwjm#b``lqgbm`f#tjwkwfof`lnnvmj`bwjlmpjmgj`bwfp#wkbw#wkfpklqwoz#wkfqfbewfqfpsf`jbooz#jm#wkf#Fvqlsfbm#`lvmwqjfpKltfufq/#wkfqf#bqfpq`>!kwws9,,pwbwj`pvddfpwfg#wkbw#wkf!#pq`>!kwws9,,ttt-b#obqdf#mvnafq#le#Wfof`lnnvmj`bwjlmp!#qfo>!mleloolt!#wKloz#Qlnbm#Fnsfqlqbonlpw#f{`ovpjufoz!#alqgfq>!3!#bow>!Pf`qfwbqz#le#Pwbwf`vonjmbwjmd#jm#wkf@JB#Tlqog#Eb`wallhwkf#nlpw#jnslqwbmwbmmjufqpbqz#le#wkfpwzof>!ab`hdqlvmg.?oj=?fn=?b#kqfe>!,wkf#Bwobmwj`#L`fbmpwqj`woz#psfbhjmd/pklqwoz#afelqf#wkfgjeefqfmw#wzsfp#lewkf#Lwwlnbm#Fnsjqf=?jnd#pq`>!kwws9,,Bm#Jmwqlgv`wjlm#wl`lmpfrvfm`f#le#wkfgfsbqwvqf#eqln#wkf@lmefgfqbwf#Pwbwfpjmgjdfmlvp#sflsofpSql`ffgjmdp#le#wkfjmelqnbwjlm#lm#wkfwkflqjfp#kbuf#affmjmuloufnfmw#jm#wkfgjujgfg#jmwl#wkqffbgib`fmw#`lvmwqjfpjp#qfpslmpjaof#elqgjpplovwjlm#le#wkf`loobalqbwjlm#tjwktjgfoz#qfdbqgfg#bpkjp#`lmwfnslqbqjfpelvmgjmd#nfnafq#leGlnjmj`bm#Qfsvaoj`dfmfqbooz#b``fswfgwkf#slppjajojwz#lebqf#bopl#bubjobaofvmgfq#`lmpwqv`wjlmqfpwlqbwjlm#le#wkfwkf#dfmfqbo#svaoj`jp#bonlpw#fmwjqfozsbppfp#wkqlvdk#wkfkbp#affm#pvddfpwfg`lnsvwfq#bmg#ujgflDfqnbmj`#obmdvbdfp#b``lqgjmd#wl#wkf#gjeefqfmw#eqln#wkfpklqwoz#bewfqtbqgpkqfe>!kwwsp9,,ttt-qf`fmw#gfufolsnfmwAlbqg#le#Gjqf`wlqp?gju#`obpp>!pfbq`k\x7F#?b#kqfe>!kwws9,,Jm#sbqwj`vobq/#wkfNvowjsof#ellwmlwfplq#lwkfq#pvapwbm`fwklvpbmgp#le#zfbqpwqbmpobwjlm#le#wkf?,gju= ?,gju=  ?b#kqfe>!jmgf{-skstbp#fpwbaojpkfg#jmnjm-ip!=?,p`qjsw= sbqwj`jsbwf#jm#wkfb#pwqlmd#jmeovfm`fpwzof>!nbqdjm.wls9qfsqfpfmwfg#az#wkfdqbgvbwfg#eqln#wkfWqbgjwjlmbooz/#wkfFofnfmw+!p`qjsw!*8Kltfufq/#pjm`f#wkf,gju= ?,gju= ?gju#ofew8#nbqdjm.ofew9sqlwf`wjlm#bdbjmpw38#ufqwj`bo.bojdm9Vmelqwvmbwfoz/#wkfwzsf>!jnbdf,{.j`lm,gju= ?gju#`obpp>!#`obpp>!`ofbqej{!=?gju#`obpp>!ellwfq\n\n?,gju= \n\n?,gju= wkf#nlwjlm#sj`wvqf<}=f<W<_<\\=l=m<V<T<]=f<W<_<\\=l=m<V<T<H<Y<X<Y=l<\\=j<T<T<Q<Y=m<V<R<W=`<V<R=m<R<R<]=e<Y<Q<T<Y=m<R<R<]=e<Y<Q<T=c<S=l<R<_=l<\\<P<P=g<r=n<S=l<\\<^<T=n=`<]<Y=m<S<W<\\=n<Q<R<P<\\=n<Y=l<T<\\<W=g<S<R<[<^<R<W=c<Y=n<S<R=m<W<Y<X<Q<T<Y=l<\\<[<W<T=k<Q=g=i<S=l<R<X=o<V=j<T<T<S=l<R<_=l<\\<P<P<\\<S<R<W<Q<R=m=n=`=b<Q<\\=i<R<X<T=n=m=c<T<[<]=l<\\<Q<Q<R<Y<Q<\\=m<Y<W<Y<Q<T=c<T<[<P<Y<Q<Y<Q<T=c<V<\\=n<Y<_<R=l<T<T<|<W<Y<V=m<\\<Q<X=l\fHJ\fIa\fHY\fHR\fH\\\fHR\fHB\fId\fHD\fIm\fHi\fH^\fHF\fIa\fH\\\fHJ\fHR\fHD\fHA\fHR\fH\\\fHH\fIl\fHC\fHi\fHD\fIm\fHJ\fIk\fHZ\fHU\fHS\fHD\fIa\fHJ\fIl\fHk\fHn\fHM\fHS\fHC\fHR\fHJ\fHS\fH^\fIa\fH^\fIl\fHi\fHK\fHS\fHy\fHR\fH\\\fHY\fIl\fHM\fHS\fHC\fIg\fHv\fHS\fHs\fIa\fHL\fIk\fHT\fHB\fHR\fHv\fHR\fH\\\fHp\fHn\fHy\fIa\fHZ\fHD\fHJ\fIm\fHD\fHS\fHC\fHR\fHF\fIa\fH\\\fHC\fIg\fH{\fHi\fHD\fIm\fHT\fHR\fH\\\fH}\fHD\fH^\fHR\fHk\fHD\fHF\fHR\fH\\\fIa\fHs\fIl\fHZ\fH\\\fIa\fHH\fIg\fHn\fH^\fIg\fHy\fHT\fHA\fHR\fHG\fHP\fIa\fH^\fId\fHZ\fHZ\fH\\\fIa\fHH\fIk\fHn\fHF\fIa\fH\\\fHJ\fIk\fHZ\fHF\fIa\fH^\fIk\fHC\fH\\\fHy\fIk\fHn\fHJ\fIa\fH\\\fHT\fIa\fHI\fHS\fHH\fHS\fHe\fHH\fIa\fHF\fHR\fHJ\fHe\fHD\fIa\fHU\fIk\fHn\fHv\fHS\fHs\fIa\fHL\fHR\fHC\fHR\fHH\fIa\fH\\\fHR\fHp\fIa\fHC\fHR\fHJ\fHR\fHF\fIm\fH\\\fHR\fHD\fIk\fHp\fIg\fHM\fHP\fIk\fHn\fHi\fHD\fIm\fHY\fHR\fHJ\fHZ\fIa\fH\\\fIk\fHO\fIl\fHZ\fHS\fHy\fIa\fH[\fHR\fHT\fH\\\fHy\fHR\fH\\\fIl\fHT\fHn\fH{\fIa\fH\\\fHU\fHF\fH\\\fHS\fHO\fHR\fHB\fH@\fIa\fH\\\fHR\fHn\fHM\fH@\fHv\fIa\fHv\fIg\fHn\fHe\fHF\fH^\fH@\fIa\fHK\fHB\fHn\fHH\fIa\fH\\\fIl\fHT\fHn\fHF\fH\\\fIa\fHy\fHe\fHB\fIa\fHB\fIl\fHJ\fHB\fHR\fHK\fIa\fHC\fHB\fHT\fHU\fHR\fHC\fHH\fHR\fHZ\fH@\fIa\fHJ\fIg\fHn\fHB\fIl\fHM\fHS\fHC\fHR\fHj\fHd\fHF\fIl\fHc\fH^\fHB\fIg\fH@\fHR\fHk\fH^\fHT\fHn\fHz\fIa\fHC\fHR\fHj\fHF\fH\\\fIk\fHZ\fHD\fHi\fHD\fIm\fH@\fHn\fHK\fH@\fHR\fHp\fHP\fHR\fH\\\fHD\fHY\fIl\fHD\fHH\fHB\fHF\fIa\fH\\\fHB\fIm\fHz\fHF\fIa\fH\\\fHZ\fIa\fHD\fHF\fH\\\fHS\fHY\fHR\fH\\\fHD\fIm\fHy\fHT\fHR\fHD\fHT\fHB\fH\\\fIa\fHI\fHD\fHj\fHC\fIg\fHp\fHS\fHH\fHT\fIg\fHB\fHY\fHR\fH\\4K5h5i4X4K4]5o4K4F4K5h5i5j4F4C5f4K4F4K5h5o5i4D5f5d4F4]4K5h5i4X4K5k4C4K4F4U4C4C4K5h4^5d4K4]4U4C4C4K5h4]4C5d4C4K5h4I4_5h4K5i5f4E4K5h5m5d4F5d4X5d4D4K5h5i4_4K4D5n4K4F4K5h5i4U5h5d5i4K4F4K5h5i4_5h4_5h4K4F4K5h4@4]4K5m5f5o4_4K5h4K4_5h4K5i5f4E4K5h4K4F4Y4K5h4K4Fhfztlqgp!#`lmwfmw>!t0-lqd,2:::,{kwno!=?b#wbqdfw>!\\aobmh!#wf{w,kwno8#`kbqpfw>!#wbqdfw>!\\aobmh!=?wbaof#`foosbggjmd>!bvwl`lnsofwf>!lee!#wf{w.bojdm9#`fmwfq8wl#obpw#ufqpjlm#az#ab`hdqlvmg.`lolq9# !#kqfe>!kwws9,,ttt-,gju=?,gju=?gju#jg>?b#kqfe>! !#`obpp>!!=?jnd#pq`>!kwws9,,`qjsw!#pq`>!kwws9,, ?p`qjsw#obmdvbdf>!,,FM!#!kwws9,,ttt-tfm`lgfVQJ@lnslmfmw+!#kqfe>!ibubp`qjsw9?gju#`obpp>!`lmwfmwgl`vnfmw-tqjwf+$?p`slpjwjlm9#baplovwf8p`qjsw#pq`>!kwws9,,#pwzof>!nbqdjm.wls9-njm-ip!=?,p`qjsw= ?,gju= ?gju#`obpp>!t0-lqd,2:::,{kwno!#  ?,algz= ?,kwno=gjpwjm`wjlm#afwtffm,!#wbqdfw>!\\aobmh!=?ojmh#kqfe>!kwws9,,fm`lgjmd>!vwe.;!<= t-bggFufmwOjpwfmfq<b`wjlm>!kwws9,,ttt-j`lm!#kqfe>!kwws9,,#pwzof>!ab`hdqlvmg9wzsf>!wf{w,`pp!#,= nfwb#sqlsfqwz>!ld9w?jmsvw#wzsf>!wf{w!##pwzof>!wf{w.bojdm9wkf#gfufolsnfmw#le#wzofpkffw!#wzsf>!wfkwno8#`kbqpfw>vwe.;jp#`lmpjgfqfg#wl#afwbaof#tjgwk>!233&!#Jm#bggjwjlm#wl#wkf#`lmwqjavwfg#wl#wkf#gjeefqfm`fp#afwtffmgfufolsnfmw#le#wkf#Jw#jp#jnslqwbmw#wl#?,p`qjsw= ?p`qjsw##pwzof>!elmw.pjyf92=?,psbm=?psbm#jg>daOjaqbqz#le#@lmdqfpp?jnd#pq`>!kwws9,,jnFmdojpk#wqbmpobwjlmB`bgfnz#le#P`jfm`fpgju#pwzof>!gjpsobz9`lmpwqv`wjlm#le#wkf-dfwFofnfmwAzJg+jg*jm#`lmivm`wjlm#tjwkFofnfmw+$p`qjsw$*8#?nfwb#sqlsfqwz>!ld9<}=f<W<_<\\=l=m<V<T #wzsf>!wf{w!#mbnf>!=Sqjub`z#Sloj`z?,b=bgnjmjpwfqfg#az#wkffmbaofPjmdofQfrvfpwpwzof>%rvlw8nbqdjm9?,gju=?,gju=?,gju=?=?jnd#pq`>!kwws9,,j#pwzof>%rvlw8eolbw9qfefqqfg#wl#bp#wkf#wlwbo#slsvobwjlm#lejm#Tbpkjmdwlm/#G-@-#pwzof>!ab`hdqlvmg.bnlmd#lwkfq#wkjmdp/lqdbmjybwjlm#le#wkfsbqwj`jsbwfg#jm#wkfwkf#jmwqlgv`wjlm#lejgfmwjejfg#tjwk#wkfej`wjlmbo#`kbqb`wfq#L{elqg#Vmjufqpjwz#njpvmgfqpwbmgjmd#leWkfqf#bqf/#kltfufq/pwzofpkffw!#kqfe>!,@lovnajb#Vmjufqpjwzf{sbmgfg#wl#jm`ovgfvpvbooz#qfefqqfg#wljmgj`bwjmd#wkbw#wkfkbuf#pvddfpwfg#wkbwbeejojbwfg#tjwk#wkf`lqqfobwjlm#afwtffmmvnafq#le#gjeefqfmw=?,wg=?,wq=?,wbaof=Qfsvaoj`#le#Jqfobmg ?,p`qjsw= ?p`qjsw#vmgfq#wkf#jmeovfm`f`lmwqjavwjlm#wl#wkfLeej`jbo#tfapjwf#lekfbgrvbqwfqp#le#wkf`fmwfqfg#bqlvmg#wkfjnsoj`bwjlmp#le#wkfkbuf#affm#gfufolsfgEfgfqbo#Qfsvaoj`#leaf`bnf#jm`qfbpjmdoz`lmwjmvbwjlm#le#wkfMlwf/#kltfufq/#wkbwpjnjobq#wl#wkbw#le#`bsbajojwjfp#le#wkfb``lqgbm`f#tjwk#wkfsbqwj`jsbmwp#jm#wkfevqwkfq#gfufolsnfmwvmgfq#wkf#gjqf`wjlmjp#lewfm#`lmpjgfqfgkjp#zlvmdfq#aqlwkfq?,wg=?,wq=?,wbaof=?b#kwws.frvju>![.VB.skzpj`bo#sqlsfqwjfple#Aqjwjpk#@lovnajbkbp#affm#`qjwj`jyfg+tjwk#wkf#f{`fswjlmrvfpwjlmp#balvw#wkfsbppjmd#wkqlvdk#wkf3!#`foosbggjmd>!3!#wklvpbmgp#le#sflsofqfgjqf`wp#kfqf-#Elqkbuf#`kjogqfm#vmgfq&0F&0@,p`qjsw&0F!**8?b#kqfe>!kwws9,,ttt-?oj=?b#kqfe>!kwws9,,pjwf\\mbnf!#`lmwfmw>!wf{w.gf`lqbwjlm9mlmfpwzof>!gjpsobz9#mlmf?nfwb#kwws.frvju>![.mft#Gbwf+*-dfwWjnf+*#wzsf>!jnbdf,{.j`lm!?,psbm=?psbm#`obpp>!obmdvbdf>!ibubp`qjswtjmglt-ol`bwjlm-kqfe?b#kqfe>!ibubp`qjsw9..= ?p`qjsw#wzsf>!w?b#kqfe>$kwws9,,ttt-klqw`vw#j`lm!#kqfe>!?,gju= ?gju#`obpp>!?p`qjsw#pq`>!kwws9,,!#qfo>!pwzofpkffw!#w?,gju= ?p`qjsw#wzsf>,b=#?b#kqfe>!kwws9,,#booltWqbmpsbqfm`z>![.VB.@lnsbwjaof!#`lmqfobwjlmpkjs#afwtffm ?,p`qjsw= ?p`qjsw#?,b=?,oj=?,vo=?,gju=bppl`jbwfg#tjwk#wkf#sqldqbnnjmd#obmdvbdf?,b=?b#kqfe>!kwws9,,?,b=?,oj=?oj#`obpp>!elqn#b`wjlm>!kwws9,,?gju#pwzof>!gjpsobz9wzsf>!wf{w!#mbnf>!r!?wbaof#tjgwk>!233&!#ab`hdqlvmg.slpjwjlm9!#alqgfq>!3!#tjgwk>!qfo>!pklqw`vw#j`lm!#k5=?vo=?oj=?b#kqfe>!##?nfwb#kwws.frvju>!`pp!#nfgjb>!p`qffm!#qfpslmpjaof#elq#wkf#!#wzsf>!bssoj`bwjlm,!#pwzof>!ab`hdqlvmg.kwno8#`kbqpfw>vwe.;!#booltwqbmpsbqfm`z>!pwzofpkffw!#wzsf>!wf ?nfwb#kwws.frvju>!=?,psbm=?psbm#`obpp>!3!#`foopsb`jmd>!3!=8 ?,p`qjsw= ?p`qjsw#plnfwjnfp#`boofg#wkfglfp#mlw#mf`fppbqjozElq#nlqf#jmelqnbwjlmbw#wkf#afdjmmjmd#le#?"GL@WZSF#kwno=?kwnosbqwj`vobqoz#jm#wkf#wzsf>!kjggfm!#mbnf>!ibubp`qjsw9uljg+3*8!feef`wjufmfpp#le#wkf#bvwl`lnsofwf>!lee!#dfmfqbooz#`lmpjgfqfg=?jmsvw#wzsf>!wf{w!#!=?,p`qjsw= ?p`qjswwkqlvdklvw#wkf#tlqog`lnnlm#njp`lm`fswjlmbppl`jbwjlm#tjwk#wkf?,gju= ?,gju= ?gju#`gvqjmd#kjp#ojefwjnf/`lqqfpslmgjmd#wl#wkfwzsf>!jnbdf,{.j`lm!#bm#jm`qfbpjmd#mvnafqgjsolnbwj`#qfobwjlmpbqf#lewfm#`lmpjgfqfgnfwb#`kbqpfw>!vwe.;!#?jmsvw#wzsf>!wf{w!#f{bnsofp#jm`ovgf#wkf!=?jnd#pq`>!kwws9,,jsbqwj`jsbwjlm#jm#wkfwkf#fpwbaojpknfmw#le ?,gju= ?gju#`obpp>!%bns8maps8%bns8maps8wl#gfwfqnjmf#tkfwkfqrvjwf#gjeefqfmw#eqlnnbqhfg#wkf#afdjmmjmdgjpwbm`f#afwtffm#wkf`lmwqjavwjlmp#wl#wkf`lmeoj`w#afwtffm#wkftjgfoz#`lmpjgfqfg#wltbp#lmf#le#wkf#ejqpwtjwk#ubqzjmd#gfdqffpkbuf#psf`vobwfg#wkbw+gl`vnfmw-dfwFofnfmwsbqwj`jsbwjmd#jm#wkflqjdjmbooz#gfufolsfgfwb#`kbqpfw>!vwe.;!=#wzsf>!wf{w,`pp!#,= jmwfq`kbmdfbaoz#tjwknlqf#`olpfoz#qfobwfgpl`jbo#bmg#slojwj`bowkbw#tlvog#lwkfqtjpfsfqsfmgj`vobq#wl#wkfpwzof#wzsf>!wf{w,`ppwzsf>!pvanjw!#mbnf>!ebnjojfp#qfpjgjmd#jmgfufolsjmd#`lvmwqjfp`lnsvwfq#sqldqbnnjmdf`lmlnj`#gfufolsnfmwgfwfqnjmbwjlm#le#wkfelq#nlqf#jmelqnbwjlmlm#pfufqbo#l``bpjlmpslqwvdv/Fp#+Fvqlsfv*<O<V=l<\\={<Q=m=`<V<\\=o<V=l<\\={<Q=m=`<V<\\<L<R=m=m<T<U=m<V<R<U<P<\\=n<Y=l<T<\\<W<R<^<T<Q=h<R=l<P<\\=j<T<T=o<S=l<\\<^<W<Y<Q<T=c<Q<Y<R<]=i<R<X<T<P<R<T<Q=h<R=l<P<\\=j<T=c<t<Q=h<R=l<P<\\=j<T=c<L<Y=m<S=o<]<W<T<V<T<V<R<W<T=k<Y=m=n<^<R<T<Q=h<R=l<P<\\=j<T=b=n<Y=l=l<T=n<R=l<T<T<X<R=m=n<\\=n<R=k<Q<R4K5h5i4F5d4K4@4C5d5j4K5h4K4X4F4]4K5o4K4F4K5h4K5n4F4]4K4A4K4Fkwno8#`kbqpfw>VWE.;!#pfwWjnflvw+evm`wjlm+*gjpsobz9jmojmf.aol`h8?jmsvw#wzsf>!pvanjw!#wzsf#>#$wf{w,ibubp`qj?jnd#pq`>!kwws9,,ttt-!#!kwws9,,ttt-t0-lqd,pklqw`vw#j`lm!#kqfe>!!#bvwl`lnsofwf>!lee!#?,b=?,gju=?gju#`obpp>?,b=?,oj= ?oj#`obpp>!`pp!#wzsf>!wf{w,`pp!#?elqn#b`wjlm>!kwws9,,{w,`pp!#kqfe>!kwws9,,ojmh#qfo>!bowfqmbwf!# ?p`qjsw#wzsf>!wf{w,#lm`oj`h>!ibubp`qjsw9+mft#Gbwf*-dfwWjnf+*~kfjdkw>!2!#tjgwk>!2!#Sflsof$p#Qfsvaoj`#le##?b#kqfe>!kwws9,,ttt-wf{w.gf`lqbwjlm9vmgfqwkf#afdjmmjmd#le#wkf#?,gju= ?,gju= ?,gju= fpwbaojpknfmw#le#wkf#?,gju=?,gju=?,gju=?,g ujftslqwxnjm.kfjdkw9 ?p`qjsw#pq`>!kwws9,,lswjlm=?lswjlm#ubovf>lewfm#qfefqqfg#wl#bp#,lswjlm= ?lswjlm#ubov?"GL@WZSF#kwno= ?"..XJmwfqmbwjlmbo#Bjqslqw= ?b#kqfe>!kwws9,,ttt?,b=?b#kqfe>!kwws9,,t\fTL\fT^\fTE\fT^\fUh\fT{\fTN\roI\ro|\roL\ro{\roO\rov\rot\nAOGx\bTA\nzk#+\vUmGx*\fHD\fHS\fH\\\fIa\fHJ\fIk\fHZ\fHM\fHR\fHe\fHD\fH^\fIg\fHM\fHy\fIa\fH[\fIk\fHH\fIa\fH\\\fHp\fHR\fHD\fHy\fHR\fH\\\fIl\fHT\fHn\fH@\fHn\fHK\fHS\fHH\fHT\fIa\fHI\fHR\fHF\fHD\fHR\fHT\fIa\fHY\fIl\fHy\fHR\fH\\\fHT\fHn\fHT\fIa\fHy\fH\\\fHO\fHT\fHR\fHB\fH{\fIa\fH\\\fIl\fHv\fHS\fHs\fIa\fHL\fIg\fHn\fHY\fHS\fHp\fIa\fHr\fHR\fHD\fHi\fHB\fIk\fH\\\fHS\fHy\fHR\fHY\fHS\fHA\fHS\fHD\fIa\fHD\fH{\fHR\fHM\fHS\fHC\fHR\fHm\fHy\fIa\fHC\fIg\fHn\fHy\fHS\fHT\fIm\fH\\\fHy\fIa\fH[\fHR\fHF\fHU\fIm\fHm\fHv\fHH\fIl\fHF\fIa\fH\\\fH@\fHn\fHK\fHD\fHs\fHS\fHF\fIa\fHF\fHO\fIl\fHy\fIa\fH\\\fHS\fHy\fIk\fHs\fHF\fIa\fH\\\fHR\fH\\\fHn\fHA\fHF\fIa\fH\\\fHR\fHF\fIa\fHH\fHB\fHR\fH^\fHS\fHy\fIg\fHn\fH\\\fHG\fHP\fIa\fHH\fHR\fH\\\fHD\fHS\fH\\\fIa\fHB\fHR\fHO\fH^\fHS\fHB\fHS\fHs\fIk\fHMgfp`qjswjlm!#`lmwfmw>!gl`vnfmw-ol`bwjlm-sqlw-dfwFofnfmwpAzWbdMbnf+?"GL@WZSF#kwno= ?kwno#?nfwb#`kbqpfw>!vwe.;!=9vqo!#`lmwfmw>!kwws9,,-`pp!#qfo>!pwzofpkffw!pwzof#wzsf>!wf{w,`pp!=wzsf>!wf{w,`pp!#kqfe>!t0-lqd,2:::,{kwno!#{nowzsf>!wf{w,ibubp`qjsw!#nfwklg>!dfw!#b`wjlm>!ojmh#qfo>!pwzofpkffw!##>#gl`vnfmw-dfwFofnfmwwzsf>!jnbdf,{.j`lm!#,=`foosbggjmd>!3!#`foops-`pp!#wzsf>!wf{w,`pp!#?,b=?,oj=?oj=?b#kqfe>!!#tjgwk>!2!#kfjdkw>!2!!=?b#kqfe>!kwws9,,ttt-pwzof>!gjpsobz9mlmf8!=bowfqmbwf!#wzsf>!bssoj.,,T0@,,GWG#[KWNO#2-3#foopsb`jmd>!3!#`foosbg#wzsf>!kjggfm!#ubovf>!,b=%maps8?psbm#qlof>!p ?jmsvw#wzsf>!kjggfm!#obmdvbdf>!IbubP`qjsw!##gl`vnfmw-dfwFofnfmwpAd>!3!#`foopsb`jmd>!3!#zsf>!wf{w,`pp!#nfgjb>!wzsf>$wf{w,ibubp`qjsw$tjwk#wkf#f{`fswjlm#le#zsf>!wf{w,`pp!#qfo>!pw#kfjdkw>!2!#tjgwk>!2!#>$(fm`lgfVQJ@lnslmfmw+?ojmh#qfo>!bowfqmbwf!# algz/#wq/#jmsvw/#wf{wnfwb#mbnf>!qlalwp!#`lmnfwklg>!slpw!#b`wjlm>!= ?b#kqfe>!kwws9,,ttt-`pp!#qfo>!pwzofpkffw!#?,gju=?,gju=?gju#`obppobmdvbdf>!ibubp`qjsw!=bqjb.kjggfm>!wqvf!=.[?qjsw!#wzsf>!wf{w,ibubpo>38~*+*8 +evm`wjlm+*xab`hdqlvmg.jnbdf9#vqo+,b=?,oj=?oj=?b#kqfe>!k\n\n?oj=?b#kqfe>!kwws9,,bwlq!#bqjb.kjggfm>!wqv=#?b#kqfe>!kwws9,,ttt-obmdvbdf>!ibubp`qjsw!#,lswjlm= ?lswjlm#ubovf,gju=?,gju=?gju#`obpp>qbwlq!#bqjb.kjggfm>!wqf>+mft#Gbwf*-dfwWjnf+*slqwvdv/Fp#+gl#Aqbpjo*<R=l<_<\\<Q<T<[<\\=j<T<T<^<R<[<P<R<Z<Q<R=m=n=`<R<]=l<\\<[<R<^<\\<Q<T=c=l<Y<_<T=m=n=l<\\=j<T<T<^<R<[<P<R<Z<Q<R=m=n<T<R<]=c<[<\\=n<Y<W=`<Q<\\?"GL@WZSF#kwno#SVAOJ@#!mw.Wzsf!#`lmwfmw>!wf{w,?nfwb#kwws.frvju>!@lmwfqbmpjwjlmbo,,FM!#!kwws9?kwno#{nomp>!kwws9,,ttt.,,T0@,,GWG#[KWNO#2-3#WGWG,{kwno2.wqbmpjwjlmbo,,ttt-t0-lqd,WQ,{kwno2,sf#>#$wf{w,ibubp`qjsw$8?nfwb#mbnf>!gfp`qjswjlmsbqfmwMlgf-jmpfqwAfelqf?jmsvw#wzsf>!kjggfm!#mbip!#wzsf>!wf{w,ibubp`qj+gl`vnfmw*-qfbgz+evm`wjp`qjsw#wzsf>!wf{w,ibubpjnbdf!#`lmwfmw>!kwws9,,VB.@lnsbwjaof!#`lmwfmw>wno8#`kbqpfw>vwe.;!#,= ojmh#qfo>!pklqw`vw#j`lm?ojmh#qfo>!pwzofpkffw!#?,p`qjsw= ?p`qjsw#wzsf>>#gl`vnfmw-`qfbwfFofnfm?b#wbqdfw>!\\aobmh!#kqfe>#gl`vnfmw-dfwFofnfmwpAjmsvw#wzsf>!wf{w!#mbnf>b-wzsf#>#$wf{w,ibubp`qjmsvw#wzsf>!kjggfm!#mbnfkwno8#`kbqpfw>vwe.;!#,=gwg!= ?kwno#{nomp>!kwws.,,T0@,,GWG#KWNO#7-32#WfmwpAzWbdMbnf+$p`qjsw$*jmsvw#wzsf>!kjggfm!#mbn?p`qjsw#wzsf>!wf{w,ibubp!#pwzof>!gjpsobz9mlmf8!=gl`vnfmw-dfwFofnfmwAzJg+>gl`vnfmw-`qfbwfFofnfmw+$#wzsf>$wf{w,ibubp`qjsw$jmsvw#wzsf>!wf{w!#mbnf>!g-dfwFofnfmwpAzWbdMbnf+pmj`bo!#kqfe>!kwws9,,ttt-@,,GWG#KWNO#7-32#Wqbmpjw?pwzof#wzsf>!wf{w,`pp!= ?pwzof#wzsf>!wf{w,`pp!=jlmbo-gwg!= ?kwno#{nomp>kwws.frvju>!@lmwfmw.Wzsfgjmd>!3!#`foopsb`jmd>!3!kwno8#`kbqpfw>vwe.;!#,= #pwzof>!gjpsobz9mlmf8!=??oj=?b#kqfe>!kwws9,,ttt-#wzsf>$wf{w,ibubp`qjsw$=<X<Y=c=n<Y<W=`<Q<R=m=n<T=m<R<R=n<^<Y=n=m=n<^<T<T<S=l<R<T<[<^<R<X=m=n<^<\\<]<Y<[<R<S<\\=m<Q<R=m=n<T\fHF\fIm\fHT\fIa\fHH\fHS\fHy\fHR\fHy\fHR\fHn\fH{\fIa\fH\\\fIk\fHT\fHe\fHD\fIa\fHU\fIg\fHn\fHD\fIk\fHY\fHS\fHK\fHR\fHD\fHT\fHA\fHR\fHG\fHS\fHy\fIa\fHT\fHS\fHn\fH{\fHT\fIm\fH\\\fHy\fIa\fH[\fHS\fHH\fHy\fIe\fHF\fIl\fH\\\fHR\fHk\fHs\fHY\fHS\fHp\fIa\fHr\fHR\fHF\fHD\fHy\fHR\fH\\\fIa\fH\\\fHY\fHR\fHd\fHT\fHy\fIa\fH\\\fHS\fHC\fHH\fHR',"\u06F7%\u018C'T%\x85'W%\xD7%O%g%\xA6&\u0193%\u01E5&>&*&'&^&\x88\u0178\u0C3E&\u01AD&\u0192&)&^&%&'&\x82&P&1&\xB1&3&]&m&u&E&t&C&\xCF&V&V&/&>&6&\u0F76\u177Co&p&@&E&M&P&x&@&F&e&\xCC&7&:&(&D&0&C&)&.&F&-&1&(&L&F&1\u025E*\u03EA\u21F3&\u1372&K&;&)&E&H&P&0&?&9&V&\x81&-&v&a&,&E&)&?&=&'&'&B&\u0D2E&\u0503&\u0316*&*8&%&%&&&%,)&\x9A&>&\x86&7&]&F&2&>&J&6&n&2&%&?&\x8E&2&6&J&g&-&0&,&*&J&*&O&)&6&(&<&B&N&.&P&@&2&.&W&M&%\u053C\x84(,(<&,&\u03DA&\u18C7&-&,(%&(&%&(\u013B0&X&D&\x81&j&'&J&(&.&B&3&Z&R&h&3&E&E&<\xC6-\u0360\u1EF3&%8?&@&,&Z&@&0&J&,&^&x&_&6&C&6&C\u072C\u2A25&f&-&-&-&-&,&J&2&8&z&8&C&Y&8&-&d&\u1E78\xCC-&7&1&F&7&t&W&7&I&.&.&^&=\u0F9C\u19D3&8(>&/&/&\u077B')'\u1065')'%@/&0&%\u043E\u09C0*&*@&C\u053D\u05D4\u0274\u05EB4\u0DD7\u071A\u04D16\u0D84&/\u0178\u0303Z&*%\u0246\u03FF&\u0134&1\xA8\u04B4\u0174",j,"AAAAKKLLKKKKKJJIHHIHHGGFF"),yE(a),pE(hE(a),j)}function mo(a,j){return a<=j?a:j}function mE(a,j,b,_,v){a.set(b.slice(_,v),j)}function F0(a,j,b,_){if(a==null)return-1;let v=mo(a.offset+_,a.data.length),N=v-a.offset;return j.set(a.data.subarray(a.offset,v),b),a.offset+=N,N}function wE(a){return 0}function hE(a){return a}function bE(a){return 1}function gE(a){return 1}function yE(a){}function jE(a){let j=a.length,b=new Int8Array(j);for(let _=0;_<j;++_)b[_]=a.charCodeAt(_);return b}function qE(a,j){let b=new lt;if(H(b,new t(a)),j){let Z=j.customDictionary;Z&&re(b,Z)}let _=0,v=[];for(;;){let Z=new Int8Array(16384);if(v.push(Z),b.output=Z,b.outputOffset=0,b.outputLength=16384,b.outputUsed=0,lw(b),_+=b.outputUsed,b.outputUsed<16384)break}M(b);let N=new Int8Array(_),U=0;for(let Z=0;Z<v.length;++Z){let le=v[Z],te=mo(_,U+16384)-U;te<16384?N.set(le.subarray(0,te),U):N.set(le,U),U+=te}return N}return qE},fv=B4();var ql=me(th());var sv={brotli:{mode:0,quality:8,lgwin:22}},Bf,Qc=class extends jr{constructor(e){super(e);this.name="brotli";this.extensions=["br"];this.contentEncodings=["br"];this.isSupported=!0;this.options=e}async preload(){Bf=Bf||this.options?.modules?.brotli,Bf||console.warn(`${this.name} library not installed`)}async compress(e){if(!On&&this.options.brotli?.useZlib){let r=await Oi(ql.default.brotliCompress)(e);return Wr(r)}return this.compressSync(e)}compressSync(e){if(!On&&this.options.brotli?.useZlib){let o=ql.default.brotliCompressSync(e);return Wr(o)}let r={...sv.brotli,...this.options?.brotli},n=new Uint8Array(e);if(!Bf)throw new Error("brotli compression: brotli module not installed");return Bf.compress(n,r).buffer}async decompress(e){if(!On&&this.options.brotli?.useZlib){let r=await Oi(ql.default.brotliDecompress)(e);return Wr(r)}return this.decompressSync(e)}decompressSync(e){if(!On&&this.options.brotli?.useZlib){let o=ql.default.brotliDecompressSync(e);return Wr(o)}let r={...sv.brotli,...this.options?.brotli},n=new Uint8Array(e);return Bf?Bf.decompress(n,r).buffer:fv(n,void 0).buffer}};var _l,Xc=class extends jr{constructor(e){super(e);this.name="lzo";this.extensions=[];this.contentEncodings=[];this.isSupported=!1;if(this.options=e,_l=_l||this.options?.modules?.lzo,!_l)throw new Error(this.name)}async preload(){}async compress(e){await this.preload();let r=qc(e);return _l.compress(r).buffer}async decompress(e){try{await this.preload();let r=qc(e);return _l.decompress(r).buffer}catch(r){throw r}}};var vv=me(qv()),Tv=me(_v());function H4(t){return Buffer.from(t)}function M4(t){return Buffer.isBuffer(t)?new Uint8Array(t.buffer,t.byteOffset,t.length).slice().buffer:t}var kl={lz4js:vv.default,lzo:Tv.default},hh={UNCOMPRESSED:new Bc,GZIP:new Vc,SNAPPY:new Zc,BROTLI:new Qc({modules:kl}),LZ4:new gl({modules:kl}),LZ4_RAW:new gl({modules:kl}),LZO:new Xc({modules:kl}),ZSTD:new Kc({modules:kl})};async function op(t,e,r){let n=hh[t];if(!n)throw new Error(`parquet: invalid compression method: ${t}`);let i=M4(e),o=await n.decompress(i,r);return H4(o)}var qb=me(hT()),Of={BOOLEAN:{primitiveType:"BOOLEAN",toPrimitive:IF,fromPrimitive:xF},INT32:{primitiveType:"INT32",toPrimitive:yT},INT64:{primitiveType:"INT64",toPrimitive:jT},INT96:{primitiveType:"INT96",toPrimitive:MF},FLOAT:{primitiveType:"FLOAT",toPrimitive:SF},DOUBLE:{primitiveType:"DOUBLE",toPrimitive:EF},BYTE_ARRAY:{primitiveType:"BYTE_ARRAY",toPrimitive:qT},FIXED_LEN_BYTE_ARRAY:{primitiveType:"FIXED_LEN_BYTE_ARRAY",toPrimitive:qT},UTF8:{primitiveType:"BYTE_ARRAY",originalType:"UTF8",toPrimitive:UF,fromPrimitive:zF},TIME_MILLIS:{primitiveType:"INT32",originalType:"TIME_MILLIS",toPrimitive:KF},TIME_MICROS:{primitiveType:"INT64",originalType:"TIME_MICROS",toPrimitive:YF},DATE:{primitiveType:"INT32",originalType:"DATE",toPrimitive:GF,fromPrimitive:JF},TIMESTAMP_MILLIS:{primitiveType:"INT64",originalType:"TIMESTAMP_MILLIS",toPrimitive:ZF,fromPrimitive:QF},TIMESTAMP_MICROS:{primitiveType:"INT64",originalType:"TIMESTAMP_MICROS",toPrimitive:XF,fromPrimitive:$F},UINT_8:{primitiveType:"INT32",originalType:"UINT_8",toPrimitive:OF},UINT_16:{primitiveType:"INT32",originalType:"UINT_16",toPrimitive:DF},UINT_32:{primitiveType:"INT32",originalType:"UINT_32",toPrimitive:PF},UINT_64:{primitiveType:"INT64",originalType:"UINT_64",toPrimitive:HF},INT_8:{primitiveType:"INT32",originalType:"INT_8",toPrimitive:AF},INT_16:{primitiveType:"INT32",originalType:"INT_16",toPrimitive:FF},INT_32:{primitiveType:"INT32",originalType:"INT_32",toPrimitive:yT},INT_64:{primitiveType:"INT64",originalType:"INT_64",toPrimitive:jT},JSON:{primitiveType:"BYTE_ARRAY",originalType:"JSON",toPrimitive:LF,fromPrimitive:VF},BSON:{primitiveType:"BYTE_ARRAY",originalType:"BSON",toPrimitive:CF,fromPrimitive:WF},INTERVAL:{primitiveType:"FIXED_LEN_BYTE_ARRAY",originalType:"INTERVAL",typeLength:12,toPrimitive:eD,fromPrimitive:tD},DECIMAL_INT32:{primitiveType:"INT32",originalType:"DECIMAL_INT32",toPrimitive:NF,fromPrimitive:TT},DECIMAL_INT64:{primitiveType:"INT64",originalType:"DECIMAL_INT64",toPrimitive:RF,fromPrimitive:TT},DECIMAL_BYTE_ARRAY:{primitiveType:"BYTE_ARRAY",originalType:"DECIMAL_BYTE_ARRAY",toPrimitive:_T,fromPrimitive:kT},DECIMAL_FIXED_LEN_BYTE_ARRAY:{primitiveType:"FIXED_LEN_BYTE_ARRAY",originalType:"DECIMAL_FIXED_LEN_BYTE_ARRAY",toPrimitive:_T,fromPrimitive:kT}};function bT(t,e,r){if(!(t in Of))throw new Error(`invalid type: ${t}`);return Of[t].toPrimitive(e,r)}function gT(t,e,r){if(!(t in Of))throw new Error(`invalid type: ${t}`);return"fromPrimitive"in Of[t]?Of[t].fromPrimitive?.(e,r):e}function IF(t){return Boolean(t)}function xF(t){return Boolean(t)}function SF(t){let e=parseFloat(t);if(isNaN(e))throw new Error(`invalid value for FLOAT: ${t}`);return e}function EF(t){let e=parseFloat(t);if(isNaN(e))throw new Error(`invalid value for DOUBLE: ${t}`);return e}function AF(t){let e=parseInt(t,10);if(e<-128||e>127||isNaN(e))throw new Error(`invalid value for INT8: ${t}`);return e}function OF(t){let e=parseInt(t,10);if(e<0||e>255||isNaN(e))throw new Error(`invalid value for UINT8: ${t}`);return e}function FF(t){let e=parseInt(t,10);if(e<-32768||e>32767||isNaN(e))throw new Error(`invalid value for INT16: ${t}`);return e}function DF(t){let e=parseInt(t,10);if(e<0||e>65535||isNaN(e))throw new Error(`invalid value for UINT16: ${t}`);return e}function yT(t){let e=parseInt(t,10);if(e<-2147483648||e>2147483647||isNaN(e))throw new Error(`invalid value for INT32: ${t}`);return e}function NF(t,e){let r=t*10**(e.scale||0),n=Math.round(r*10**-e.presision%1*10**e.presision);if(n<-2147483648||n>2147483647||isNaN(n))throw new Error(`invalid value for INT32: ${t}`);return n}function PF(t){let e=parseInt(t,10);if(e<0||e>281474976710655||isNaN(e))throw new Error(`invalid value for UINT32: ${t}`);return e}function jT(t){let e=parseInt(t,10);if(isNaN(e))throw new Error(`invalid value for INT64: ${t}`);return e}function RF(t,e){let r=t*10**(e.scale||0),n=Math.round(r*10**-e.presision%1*10**e.presision);if(isNaN(n))throw new Error(`invalid value for INT64: ${t}`);return n}function HF(t){let e=parseInt(t,10);if(e<0||isNaN(e))throw new Error(`invalid value for UINT64: ${t}`);return e}function MF(t){let e=parseInt(t,10);if(isNaN(e))throw new Error(`invalid value for INT96: ${t}`);return e}function qT(t){return Buffer.from(t)}function _T(t){return Buffer.from(t)}function UF(t){return Buffer.from(t,"utf8")}function zF(t){return t.toString()}function LF(t){return Buffer.from(JSON.stringify(t))}function VF(t){return JSON.parse(t)}function CF(t){return Buffer.from(qb.default.serialize(t))}function WF(t){return qb.default.deserialize(t)}function KF(t){let e=parseInt(t,10);if(e<0||e>18446744073709552e3||isNaN(e))throw new Error(`invalid value for TIME_MILLIS: ${t}`);return e}function YF(t){let e=parseInt(t,10);if(e<0||isNaN(e))throw new Error(`invalid value for TIME_MICROS: ${t}`);return e}var vT=864e5;function GF(t){if(t instanceof Date)return t.getTime()/vT;{let e=parseInt(t,10);if(e<0||isNaN(e))throw new Error(`invalid value for DATE: ${t}`);return e}}function JF(t){return new Date(t*vT)}function ZF(t){if(t instanceof Date)return t.getTime();{let e=parseInt(t,10);if(e<0||isNaN(e))throw new Error(`invalid value for TIMESTAMP_MILLIS: ${t}`);return e}}function QF(t){return new Date(t)}function XF(t){if(t instanceof Date)return t.getTime()*1e3;{let e=parseInt(t,10);if(e<0||isNaN(e))throw new Error(`invalid value for TIMESTAMP_MICROS: ${t}`);return e}}function $F(t){return new Date(t/1e3)}function eD(t){if(!t.months||!t.days||!t.milliseconds)throw new Error("value for INTERVAL must be object { months: ..., days: ..., milliseconds: ... }");let e=Buffer.alloc(12);return e.writeUInt32LE(t.months,0),e.writeUInt32LE(t.days,4),e.writeUInt32LE(t.milliseconds,8),e}function tD(t){let e=Buffer.from(t),r=e.readUInt32LE(0),n=e.readUInt32LE(4),i=e.readUInt32LE(8);return{months:r,days:n,milliseconds:i}}function TT(t,e){return Math.round(t*10**-e.presision%1*10**e.presision)*10**-(e.scale||0)}function kT(t,e){let r=0;if(t.length<=4)for(let i=0;i<t.length;i++)r+=t[i]<<8*(t.length-i-1);else for(let i=0;i<t.length;i++)r+=t[i]*2**(8*(t.length-1-i));return Math.round(r*10**-e.presision%1*10**e.presision)*10**-(e.scale||0)}function _b(t){let e={};for(let r of t.fieldList)e[r.key]={dlevels:[],rlevels:[],values:[],pageHeaders:[],count:0};return{rowCount:0,columnData:e}}function BT(t,e,r){let n=_b(t).columnData;if(vb(t.fields,e,n,0,0),r.rowCount===0){r.rowCount=1,r.columnData=n;return}r.rowCount+=1;for(let i of t.fieldList)Array.prototype.push.apply(r.columnData[i.key].rlevels,n[i.key].rlevels),Array.prototype.push.apply(r.columnData[i.key].dlevels,n[i.key].dlevels),Array.prototype.push.apply(r.columnData[i.key].values,n[i.key].values),r.columnData[i.key].count+=n[i.key].count}function vb(t,e,r,n,i){for(let o in t){let f=t[o],s=[];if(e&&f.name in e&&e[f.name]!==void 0&&e[f.name]!==null&&(e[f.name].constructor===Array?s=e[f.name]:s.push(e[f.name])),s.length===0&&Boolean(e)&&f.repetitionType==="REQUIRED")throw new Error(`missing required field: ${f.name}`);if(s.length>1&&f.repetitionType!=="REPEATED")throw new Error(`too many values for field: ${f.name}`);if(s.length===0){f.isNested?vb(f.fields,null,r,n,i):(r[f.key].count+=1,r[f.key].rlevels.push(n),r[f.key].dlevels.push(i));continue}for(let u=0;u<s.length;u++){let l=u===0?n:f.rLevelMax;f.isNested?vb(f.fields,s[u],r,l,f.dLevelMax):(r[f.key].count+=1,r[f.key].rlevels.push(l),r[f.key].dlevels.push(f.dLevelMax),r[f.key].values.push(bT(f.originalType||f.primitiveType,s[u])))}}}function Mp(t,e){let r=[];for(let n=0;n<e.rowCount;n++)r.push({});for(let n in e.columnData){let i=e.columnData[n];i.count&&rD(t,i,n,r)}return r}function rD(t,e,r,n){let i=t.findField(r),o=t.findFieldBranch(r),f=new Array(i.rLevelMax+1).fill(0),s=0;for(let u=0;u<e.count;u++){let l=e.dlevels[u],c=e.rlevels[u];f[c]++,f.fill(0,c+1);let w=0,p=n[f[w++]-1];for(let g of o){if(g===i||l<g.dLevelMax)break;switch(g.repetitionType){case"REPEATED":g.name in p||(p[g.name]=[]);let T=f[w++];for(;p[g.name].length<=T;)p[g.name].push({});p=p[g.name][T];break;default:p[g.name]=p[g.name]||{},p=p[g.name]}}if(l===i.dLevelMax){let g=gT(i.originalType||i.primitiveType,e.values[s],i);switch(s++,i.repetitionType){case"REPEATED":i.name in p||(p[i.name]=[]);let T=f[w];for(;p[i.name].length<=T;)p[i.name].push(null);p[i.name][T]=g;break;default:p[i.name]=g}}}}var Tb=class{constructor(e){this.schema=e,this.fields=IT(e,0,0,[]),this.fieldList=xT(this.fields)}findField(e){typeof e=="string"?e=e.split(","):e=e.slice(0);let r=this.fields;for(;e.length>1;e.shift())r=r[e[0]].fields;return r[e[0]]}findFieldBranch(e){typeof e=="string"&&(e=e.split(","));let r=[],n=this.fields;for(;e.length>0;e.shift())r.push(n[e[0]]),e.length>1&&(n=n[e[0]].fields);return r}shredRecord(e,r){BT(this,e,r)}materializeRecords(e){return Mp(this,e)}compress(e){return kb(this.schema,e),kb(this.fields,e),this}buffer(){return _b(this)}};function kb(t,e){for(let r in t){let n=t[r];n.fields?kb(n.fields,e):n.compression=e}}function IT(t,e,r,n){let i={};for(let o in t){let f=t[o],s=!f.optional,u=Boolean(f.repeated),l=e,c=r,w="REQUIRED";if(s||(w="OPTIONAL",c++),u&&(w="REPEATED",l++,s&&c++),f.fields){let T=n.concat([o]);i[o]={name:o,path:T,key:T.join(),repetitionType:w,rLevelMax:l,dLevelMax:c,isNested:!0,fieldCount:Object.keys(f.fields).length,fields:IT(f.fields,l,c,T)};continue}let p=Of[f.type];if(!p)throw new Error(`invalid parquet type: ${f.type}`);if(f.encoding=f.encoding||"PLAIN",!(f.encoding in $a))throw new Error(`unsupported parquet encoding: ${f.encoding}`);if(f.compression=f.compression||"UNCOMPRESSED",!(f.compression in hh))throw new Error(`unsupported compression method: ${f.compression}`);let g=n.concat([o]);i[o]={name:o,primitiveType:p.primitiveType,originalType:p.originalType,path:g,key:g.join(),repetitionType:w,encoding:f.encoding,compression:f.compression,typeLength:f.typeLength||p.typeLength,presision:f.presision,scale:f.scale,rLevelMax:l,dLevelMax:c}}return i}function xT(t){let e=[];for(let r in t)e.push(t[r]),t[r].isNested&&(e=e.concat(xT(t[r].fields)));return e}var Os;(function(u){u[u.BOOLEAN=0]="BOOLEAN",u[u.INT32=1]="INT32",u[u.INT64=2]="INT64",u[u.INT96=3]="INT96",u[u.FLOAT=4]="FLOAT",u[u.DOUBLE=5]="DOUBLE",u[u.BYTE_ARRAY=6]="BYTE_ARRAY",u[u.FIXED_LEN_BYTE_ARRAY=7]="FIXED_LEN_BYTE_ARRAY"})(Os||(Os={}));var Up;(function(F){F[F.UTF8=0]="UTF8",F[F.MAP=1]="MAP",F[F.MAP_KEY_VALUE=2]="MAP_KEY_VALUE",F[F.LIST=3]="LIST",F[F.ENUM=4]="ENUM",F[F.DECIMAL=5]="DECIMAL",F[F.DATE=6]="DATE",F[F.TIME_MILLIS=7]="TIME_MILLIS",F[F.TIME_MICROS=8]="TIME_MICROS",F[F.TIMESTAMP_MILLIS=9]="TIMESTAMP_MILLIS",F[F.TIMESTAMP_MICROS=10]="TIMESTAMP_MICROS",F[F.UINT_8=11]="UINT_8",F[F.UINT_16=12]="UINT_16",F[F.UINT_32=13]="UINT_32",F[F.UINT_64=14]="UINT_64",F[F.INT_8=15]="INT_8",F[F.INT_16=16]="INT_16",F[F.INT_32=17]="INT_32",F[F.INT_64=18]="INT_64",F[F.JSON=19]="JSON",F[F.BSON=20]="BSON",F[F.INTERVAL=21]="INTERVAL"})(Up||(Up={}));var zp;(function(n){n[n.REQUIRED=0]="REQUIRED",n[n.OPTIONAL=1]="OPTIONAL",n[n.REPEATED=2]="REPEATED"})(zp||(zp={}));var Ff;(function(u){u[u.PLAIN=0]="PLAIN",u[u.PLAIN_DICTIONARY=2]="PLAIN_DICTIONARY",u[u.RLE=3]="RLE",u[u.BIT_PACKED=4]="BIT_PACKED",u[u.DELTA_BINARY_PACKED=5]="DELTA_BINARY_PACKED",u[u.DELTA_LENGTH_BYTE_ARRAY=6]="DELTA_LENGTH_BYTE_ARRAY",u[u.DELTA_BYTE_ARRAY=7]="DELTA_BYTE_ARRAY",u[u.RLE_DICTIONARY=8]="RLE_DICTIONARY"})(Ff||(Ff={}));var Lp;(function(u){u[u.UNCOMPRESSED=0]="UNCOMPRESSED",u[u.SNAPPY=1]="SNAPPY",u[u.GZIP=2]="GZIP",u[u.LZO=3]="LZO",u[u.BROTLI=4]="BROTLI",u[u.LZ4=5]="LZ4",u[u.ZSTD=6]="ZSTD",u[u.LZ4_RAW=7]="LZ4_RAW"})(Lp||(Lp={}));var Vp;(function(i){i[i.DATA_PAGE=0]="DATA_PAGE",i[i.INDEX_PAGE=1]="INDEX_PAGE",i[i.DICTIONARY_PAGE=2]="DICTIONARY_PAGE",i[i.DATA_PAGE_V2=3]="DATA_PAGE_V2"})(Vp||(Vp={}));var Qb=me(on()),Pr=me(We()),Wi=class{constructor(e){e!=null&&e.max!=null&&(this.max=e.max),e!=null&&e.min!=null&&(this.min=e.min),e!=null&&e.null_count!=null&&(typeof e.null_count=="number"?this.null_count=new Qb.default(e.null_count):this.null_count=e.null_count),e!=null&&e.distinct_count!=null&&(typeof e.distinct_count=="number"?this.distinct_count=new Qb.default(e.distinct_count):this.distinct_count=e.distinct_count),e!=null&&e.max_value!=null&&(this.max_value=e.max_value),e!=null&&e.min_value!=null&&(this.min_value=e.min_value)}write(e){e.writeStructBegin("Statistics"),this.max!=null&&(e.writeFieldBegin("max",Pr.Thrift.Type.STRING,1),e.writeBinary(this.max),e.writeFieldEnd()),this.min!=null&&(e.writeFieldBegin("min",Pr.Thrift.Type.STRING,2),e.writeBinary(this.min),e.writeFieldEnd()),this.null_count!=null&&(e.writeFieldBegin("null_count",Pr.Thrift.Type.I64,3),e.writeI64(this.null_count),e.writeFieldEnd()),this.distinct_count!=null&&(e.writeFieldBegin("distinct_count",Pr.Thrift.Type.I64,4),e.writeI64(this.distinct_count),e.writeFieldEnd()),this.max_value!=null&&(e.writeFieldBegin("max_value",Pr.Thrift.Type.STRING,5),e.writeBinary(this.max_value),e.writeFieldEnd()),this.min_value!=null&&(e.writeFieldBegin("min_value",Pr.Thrift.Type.STRING,6),e.writeBinary(this.min_value),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===Pr.Thrift.Type.STOP)break;switch(o){case 1:if(i===Pr.Thrift.Type.STRING){let f=e.readBinary();r.max=f}else e.skip(i);break;case 2:if(i===Pr.Thrift.Type.STRING){let f=e.readBinary();r.min=f}else e.skip(i);break;case 3:if(i===Pr.Thrift.Type.I64){let f=e.readI64();r.null_count=f}else e.skip(i);break;case 4:if(i===Pr.Thrift.Type.I64){let f=e.readI64();r.distinct_count=f}else e.skip(i);break;case 5:if(i===Pr.Thrift.Type.STRING){let f=e.readBinary();r.max_value=f}else e.skip(i);break;case 6:if(i===Pr.Thrift.Type.STRING){let f=e.readBinary();r.min_value=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}return e.readStructEnd(),new Wi(r)}};var Rk=me(We()),zl=class{constructor(){}write(e){e.writeStructBegin("StringType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===Rk.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new zl}};var Hk=me(We()),Ll=class{constructor(){}write(e){e.writeStructBegin("UUIDType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===Hk.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new Ll}};var Mk=me(We()),Vl=class{constructor(){}write(e){e.writeStructBegin("MapType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===Mk.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new Vl}};var Uk=me(We()),Cl=class{constructor(){}write(e){e.writeStructBegin("ListType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===Uk.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new Cl}};var zk=me(We()),Wl=class{constructor(){}write(e){e.writeStructBegin("EnumType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===zk.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new Wl}};var Lk=me(We()),Kl=class{constructor(){}write(e){e.writeStructBegin("DateType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===Lk.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new Kl}};var Vk=me(We()),Yl=class{constructor(){}write(e){e.writeStructBegin("NullType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===Vk.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new Yl}};var fn=me(We()),Gl=class{constructor(e){if(e!=null&&e.scale!=null)this.scale=e.scale;else throw new fn.Thrift.TProtocolException(fn.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[scale] is unset!");if(e!=null&&e.precision!=null)this.precision=e.precision;else throw new fn.Thrift.TProtocolException(fn.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[precision] is unset!")}write(e){e.writeStructBegin("DecimalType"),this.scale!=null&&(e.writeFieldBegin("scale",fn.Thrift.Type.I32,1),e.writeI32(this.scale),e.writeFieldEnd()),this.precision!=null&&(e.writeFieldBegin("precision",fn.Thrift.Type.I32,2),e.writeI32(this.precision),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===fn.Thrift.Type.STOP)break;switch(o){case 1:if(i===fn.Thrift.Type.I32){let f=e.readI32();r.scale=f}else e.skip(i);break;case 2:if(i===fn.Thrift.Type.I32){let f=e.readI32();r.precision=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.scale!==void 0&&r.precision!==void 0)return new Gl(r);throw new fn.Thrift.TProtocolException(fn.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read DecimalType from input")}};var Ck=me(We()),Jl=class{constructor(){}write(e){e.writeStructBegin("MilliSeconds"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===Ck.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new Jl}};var Wk=me(We()),Zl=class{constructor(){}write(e){e.writeStructBegin("MicroSeconds"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===Wk.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new Zl}};var sn=me(We());var mr=me(We());var ni=class{constructor(e){let r=0;if(e!=null){if(e.MILLIS!=null&&(r++,this.MILLIS=e.MILLIS),e.MICROS!=null&&(r++,this.MICROS=e.MICROS),r>1)throw new mr.Thrift.TProtocolException(mr.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with more than one set value!");if(r<1)throw new mr.Thrift.TProtocolException(mr.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with no set value!")}}static fromMILLIS(e){return new ni({MILLIS:e})}static fromMICROS(e){return new ni({MICROS:e})}write(e){e.writeStructBegin("TimeUnit"),this.MILLIS!=null&&(e.writeFieldBegin("MILLIS",mr.Thrift.Type.STRUCT,1),this.MILLIS.write(e),e.writeFieldEnd()),this.MICROS!=null&&(e.writeFieldBegin("MICROS",mr.Thrift.Type.STRUCT,2),this.MICROS.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){let r=0,n=null;for(e.readStructBegin();;){let i=e.readFieldBegin(),o=i.ftype,f=i.fid;if(o===mr.Thrift.Type.STOP)break;switch(f){case 1:if(o===mr.Thrift.Type.STRUCT){r++;let s=Jl.read(e);n=ni.fromMILLIS(s)}else e.skip(o);break;case 2:if(o===mr.Thrift.Type.STRUCT){r++;let s=Zl.read(e);n=ni.fromMICROS(s)}else e.skip(o);break;default:e.skip(o)}e.readFieldEnd()}if(e.readStructEnd(),r>1)throw new mr.Thrift.TProtocolException(mr.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with more than one set value!");if(r<1)throw new mr.Thrift.TProtocolException(mr.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with no set value!");if(n!==null)return n;throw new mr.Thrift.TProtocolException(mr.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read data for TUnion")}};var Ql=class{constructor(e){if(e!=null&&e.isAdjustedToUTC!=null)this.isAdjustedToUTC=e.isAdjustedToUTC;else throw new sn.Thrift.TProtocolException(sn.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[isAdjustedToUTC] is unset!");if(e!=null&&e.unit!=null)this.unit=e.unit;else throw new sn.Thrift.TProtocolException(sn.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[unit] is unset!")}write(e){e.writeStructBegin("TimestampType"),this.isAdjustedToUTC!=null&&(e.writeFieldBegin("isAdjustedToUTC",sn.Thrift.Type.BOOL,1),e.writeBool(this.isAdjustedToUTC),e.writeFieldEnd()),this.unit!=null&&(e.writeFieldBegin("unit",sn.Thrift.Type.STRUCT,2),this.unit.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===sn.Thrift.Type.STOP)break;switch(o){case 1:if(i===sn.Thrift.Type.BOOL){let f=e.readBool();r.isAdjustedToUTC=f}else e.skip(i);break;case 2:if(i===sn.Thrift.Type.STRUCT){let f=ni.read(e);r.unit=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.isAdjustedToUTC!==void 0&&r.unit!==void 0)return new Ql(r);throw new sn.Thrift.TProtocolException(sn.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read TimestampType from input")}};var an=me(We());var Xl=class{constructor(e){if(e!=null&&e.isAdjustedToUTC!=null)this.isAdjustedToUTC=e.isAdjustedToUTC;else throw new an.Thrift.TProtocolException(an.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[isAdjustedToUTC] is unset!");if(e!=null&&e.unit!=null)this.unit=e.unit;else throw new an.Thrift.TProtocolException(an.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[unit] is unset!")}write(e){e.writeStructBegin("TimeType"),this.isAdjustedToUTC!=null&&(e.writeFieldBegin("isAdjustedToUTC",an.Thrift.Type.BOOL,1),e.writeBool(this.isAdjustedToUTC),e.writeFieldEnd()),this.unit!=null&&(e.writeFieldBegin("unit",an.Thrift.Type.STRUCT,2),this.unit.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===an.Thrift.Type.STOP)break;switch(o){case 1:if(i===an.Thrift.Type.BOOL){let f=e.readBool();r.isAdjustedToUTC=f}else e.skip(i);break;case 2:if(i===an.Thrift.Type.STRUCT){let f=ni.read(e);r.unit=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.isAdjustedToUTC!==void 0&&r.unit!==void 0)return new Xl(r);throw new an.Thrift.TProtocolException(an.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read TimeType from input")}};var ln=me(We()),$l=class{constructor(e){if(e!=null&&e.bitWidth!=null)this.bitWidth=e.bitWidth;else throw new ln.Thrift.TProtocolException(ln.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[bitWidth] is unset!");if(e!=null&&e.isSigned!=null)this.isSigned=e.isSigned;else throw new ln.Thrift.TProtocolException(ln.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[isSigned] is unset!")}write(e){e.writeStructBegin("IntType"),this.bitWidth!=null&&(e.writeFieldBegin("bitWidth",ln.Thrift.Type.BYTE,1),e.writeByte(this.bitWidth),e.writeFieldEnd()),this.isSigned!=null&&(e.writeFieldBegin("isSigned",ln.Thrift.Type.BOOL,2),e.writeBool(this.isSigned),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===ln.Thrift.Type.STOP)break;switch(o){case 1:if(i===ln.Thrift.Type.BYTE){let f=e.readByte();r.bitWidth=f}else e.skip(i);break;case 2:if(i===ln.Thrift.Type.BOOL){let f=e.readBool();r.isSigned=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.bitWidth!==void 0&&r.isSigned!==void 0)return new $l(r);throw new ln.Thrift.TProtocolException(ln.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read IntType from input")}};var Kk=me(We()),eu=class{constructor(){}write(e){e.writeStructBegin("JsonType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===Kk.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new eu}};var Yk=me(We()),tu=class{constructor(){}write(e){e.writeStructBegin("BsonType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===Yk.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new tu}};var mt=me(We());var He=me(We());var it=class{constructor(e){let r=0;if(e!=null){if(e.STRING!=null&&(r++,this.STRING=e.STRING),e.MAP!=null&&(r++,this.MAP=e.MAP),e.LIST!=null&&(r++,this.LIST=e.LIST),e.ENUM!=null&&(r++,this.ENUM=e.ENUM),e.DECIMAL!=null&&(r++,this.DECIMAL=e.DECIMAL),e.DATE!=null&&(r++,this.DATE=e.DATE),e.TIME!=null&&(r++,this.TIME=e.TIME),e.TIMESTAMP!=null&&(r++,this.TIMESTAMP=e.TIMESTAMP),e.INTEGER!=null&&(r++,this.INTEGER=e.INTEGER),e.UNKNOWN!=null&&(r++,this.UNKNOWN=e.UNKNOWN),e.JSON!=null&&(r++,this.JSON=e.JSON),e.BSON!=null&&(r++,this.BSON=e.BSON),e.UUID!=null&&(r++,this.UUID=e.UUID),r>1)throw new He.Thrift.TProtocolException(He.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with more than one set value!");if(r<1)throw new He.Thrift.TProtocolException(He.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with no set value!")}}static fromSTRING(e){return new it({STRING:e})}static fromMAP(e){return new it({MAP:e})}static fromLIST(e){return new it({LIST:e})}static fromENUM(e){return new it({ENUM:e})}static fromDECIMAL(e){return new it({DECIMAL:e})}static fromDATE(e){return new it({DATE:e})}static fromTIME(e){return new it({TIME:e})}static fromTIMESTAMP(e){return new it({TIMESTAMP:e})}static fromINTEGER(e){return new it({INTEGER:e})}static fromUNKNOWN(e){return new it({UNKNOWN:e})}static fromJSON(e){return new it({JSON:e})}static fromBSON(e){return new it({BSON:e})}static fromUUID(e){return new it({UUID:e})}write(e){e.writeStructBegin("LogicalType"),this.STRING!=null&&(e.writeFieldBegin("STRING",He.Thrift.Type.STRUCT,1),this.STRING.write(e),e.writeFieldEnd()),this.MAP!=null&&(e.writeFieldBegin("MAP",He.Thrift.Type.STRUCT,2),this.MAP.write(e),e.writeFieldEnd()),this.LIST!=null&&(e.writeFieldBegin("LIST",He.Thrift.Type.STRUCT,3),this.LIST.write(e),e.writeFieldEnd()),this.ENUM!=null&&(e.writeFieldBegin("ENUM",He.Thrift.Type.STRUCT,4),this.ENUM.write(e),e.writeFieldEnd()),this.DECIMAL!=null&&(e.writeFieldBegin("DECIMAL",He.Thrift.Type.STRUCT,5),this.DECIMAL.write(e),e.writeFieldEnd()),this.DATE!=null&&(e.writeFieldBegin("DATE",He.Thrift.Type.STRUCT,6),this.DATE.write(e),e.writeFieldEnd()),this.TIME!=null&&(e.writeFieldBegin("TIME",He.Thrift.Type.STRUCT,7),this.TIME.write(e),e.writeFieldEnd()),this.TIMESTAMP!=null&&(e.writeFieldBegin("TIMESTAMP",He.Thrift.Type.STRUCT,8),this.TIMESTAMP.write(e),e.writeFieldEnd()),this.INTEGER!=null&&(e.writeFieldBegin("INTEGER",He.Thrift.Type.STRUCT,10),this.INTEGER.write(e),e.writeFieldEnd()),this.UNKNOWN!=null&&(e.writeFieldBegin("UNKNOWN",He.Thrift.Type.STRUCT,11),this.UNKNOWN.write(e),e.writeFieldEnd()),this.JSON!=null&&(e.writeFieldBegin("JSON",He.Thrift.Type.STRUCT,12),this.JSON.write(e),e.writeFieldEnd()),this.BSON!=null&&(e.writeFieldBegin("BSON",He.Thrift.Type.STRUCT,13),this.BSON.write(e),e.writeFieldEnd()),this.UUID!=null&&(e.writeFieldBegin("UUID",He.Thrift.Type.STRUCT,14),this.UUID.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){let r=0,n=null;for(e.readStructBegin();;){let i=e.readFieldBegin(),o=i.ftype,f=i.fid;if(o===He.Thrift.Type.STOP)break;switch(f){case 1:if(o===He.Thrift.Type.STRUCT){r++;let s=zl.read(e);n=it.fromSTRING(s)}else e.skip(o);break;case 2:if(o===He.Thrift.Type.STRUCT){r++;let s=Vl.read(e);n=it.fromMAP(s)}else e.skip(o);break;case 3:if(o===He.Thrift.Type.STRUCT){r++;let s=Cl.read(e);n=it.fromLIST(s)}else e.skip(o);break;case 4:if(o===He.Thrift.Type.STRUCT){r++;let s=Wl.read(e);n=it.fromENUM(s)}else e.skip(o);break;case 5:if(o===He.Thrift.Type.STRUCT){r++;let s=Gl.read(e);n=it.fromDECIMAL(s)}else e.skip(o);break;case 6:if(o===He.Thrift.Type.STRUCT){r++;let s=Kl.read(e);n=it.fromDATE(s)}else e.skip(o);break;case 7:if(o===He.Thrift.Type.STRUCT){r++;let s=Xl.read(e);n=it.fromTIME(s)}else e.skip(o);break;case 8:if(o===He.Thrift.Type.STRUCT){r++;let s=Ql.read(e);n=it.fromTIMESTAMP(s)}else e.skip(o);break;case 10:if(o===He.Thrift.Type.STRUCT){r++;let s=$l.read(e);n=it.fromINTEGER(s)}else e.skip(o);break;case 11:if(o===He.Thrift.Type.STRUCT){r++;let s=Yl.read(e);n=it.fromUNKNOWN(s)}else e.skip(o);break;case 12:if(o===He.Thrift.Type.STRUCT){r++;let s=eu.read(e);n=it.fromJSON(s)}else e.skip(o);break;case 13:if(o===He.Thrift.Type.STRUCT){r++;let s=tu.read(e);n=it.fromBSON(s)}else e.skip(o);break;case 14:if(o===He.Thrift.Type.STRUCT){r++;let s=Ll.read(e);n=it.fromUUID(s)}else e.skip(o);break;default:e.skip(o)}e.readFieldEnd()}if(e.readStructEnd(),r>1)throw new He.Thrift.TProtocolException(He.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with more than one set value!");if(r<1)throw new He.Thrift.TProtocolException(He.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with no set value!");if(n!==null)return n;throw new He.Thrift.TProtocolException(He.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read data for TUnion")}};var ru=class{constructor(e){if(e!=null&&e.type!=null&&(this.type=e.type),e!=null&&e.type_length!=null&&(this.type_length=e.type_length),e!=null&&e.repetition_type!=null&&(this.repetition_type=e.repetition_type),e!=null&&e.name!=null)this.name=e.name;else throw new mt.Thrift.TProtocolException(mt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[name] is unset!");e!=null&&e.num_children!=null&&(this.num_children=e.num_children),e!=null&&e.converted_type!=null&&(this.converted_type=e.converted_type),e!=null&&e.scale!=null&&(this.scale=e.scale),e!=null&&e.precision!=null&&(this.precision=e.precision),e!=null&&e.field_id!=null&&(this.field_id=e.field_id),e!=null&&e.logicalType!=null&&(this.logicalType=e.logicalType)}write(e){e.writeStructBegin("SchemaElement"),this.type!=null&&(e.writeFieldBegin("type",mt.Thrift.Type.I32,1),e.writeI32(this.type),e.writeFieldEnd()),this.type_length!=null&&(e.writeFieldBegin("type_length",mt.Thrift.Type.I32,2),e.writeI32(this.type_length),e.writeFieldEnd()),this.repetition_type!=null&&(e.writeFieldBegin("repetition_type",mt.Thrift.Type.I32,3),e.writeI32(this.repetition_type),e.writeFieldEnd()),this.name!=null&&(e.writeFieldBegin("name",mt.Thrift.Type.STRING,4),e.writeString(this.name),e.writeFieldEnd()),this.num_children!=null&&(e.writeFieldBegin("num_children",mt.Thrift.Type.I32,5),e.writeI32(this.num_children),e.writeFieldEnd()),this.converted_type!=null&&(e.writeFieldBegin("converted_type",mt.Thrift.Type.I32,6),e.writeI32(this.converted_type),e.writeFieldEnd()),this.scale!=null&&(e.writeFieldBegin("scale",mt.Thrift.Type.I32,7),e.writeI32(this.scale),e.writeFieldEnd()),this.precision!=null&&(e.writeFieldBegin("precision",mt.Thrift.Type.I32,8),e.writeI32(this.precision),e.writeFieldEnd()),this.field_id!=null&&(e.writeFieldBegin("field_id",mt.Thrift.Type.I32,9),e.writeI32(this.field_id),e.writeFieldEnd()),this.logicalType!=null&&(e.writeFieldBegin("logicalType",mt.Thrift.Type.STRUCT,10),this.logicalType.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===mt.Thrift.Type.STOP)break;switch(o){case 1:if(i===mt.Thrift.Type.I32){let f=e.readI32();r.type=f}else e.skip(i);break;case 2:if(i===mt.Thrift.Type.I32){let f=e.readI32();r.type_length=f}else e.skip(i);break;case 3:if(i===mt.Thrift.Type.I32){let f=e.readI32();r.repetition_type=f}else e.skip(i);break;case 4:if(i===mt.Thrift.Type.STRING){let f=e.readString();r.name=f}else e.skip(i);break;case 5:if(i===mt.Thrift.Type.I32){let f=e.readI32();r.num_children=f}else e.skip(i);break;case 6:if(i===mt.Thrift.Type.I32){let f=e.readI32();r.converted_type=f}else e.skip(i);break;case 7:if(i===mt.Thrift.Type.I32){let f=e.readI32();r.scale=f}else e.skip(i);break;case 8:if(i===mt.Thrift.Type.I32){let f=e.readI32();r.precision=f}else e.skip(i);break;case 9:if(i===mt.Thrift.Type.I32){let f=e.readI32();r.field_id=f}else e.skip(i);break;case 10:if(i===mt.Thrift.Type.STRUCT){let f=it.read(e);r.logicalType=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.name!==void 0)return new ru(r);throw new mt.Thrift.TProtocolException(mt.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read SchemaElement from input")}};var It=me(We());var nu=class{constructor(e){if(e!=null&&e.num_values!=null)this.num_values=e.num_values;else throw new It.Thrift.TProtocolException(It.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_values] is unset!");if(e!=null&&e.encoding!=null)this.encoding=e.encoding;else throw new It.Thrift.TProtocolException(It.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[encoding] is unset!");if(e!=null&&e.definition_level_encoding!=null)this.definition_level_encoding=e.definition_level_encoding;else throw new It.Thrift.TProtocolException(It.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[definition_level_encoding] is unset!");if(e!=null&&e.repetition_level_encoding!=null)this.repetition_level_encoding=e.repetition_level_encoding;else throw new It.Thrift.TProtocolException(It.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[repetition_level_encoding] is unset!");e!=null&&e.statistics!=null&&(this.statistics=e.statistics)}write(e){e.writeStructBegin("DataPageHeader"),this.num_values!=null&&(e.writeFieldBegin("num_values",It.Thrift.Type.I32,1),e.writeI32(this.num_values),e.writeFieldEnd()),this.encoding!=null&&(e.writeFieldBegin("encoding",It.Thrift.Type.I32,2),e.writeI32(this.encoding),e.writeFieldEnd()),this.definition_level_encoding!=null&&(e.writeFieldBegin("definition_level_encoding",It.Thrift.Type.I32,3),e.writeI32(this.definition_level_encoding),e.writeFieldEnd()),this.repetition_level_encoding!=null&&(e.writeFieldBegin("repetition_level_encoding",It.Thrift.Type.I32,4),e.writeI32(this.repetition_level_encoding),e.writeFieldEnd()),this.statistics!=null&&(e.writeFieldBegin("statistics",It.Thrift.Type.STRUCT,5),this.statistics.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===It.Thrift.Type.STOP)break;switch(o){case 1:if(i===It.Thrift.Type.I32){let f=e.readI32();r.num_values=f}else e.skip(i);break;case 2:if(i===It.Thrift.Type.I32){let f=e.readI32();r.encoding=f}else e.skip(i);break;case 3:if(i===It.Thrift.Type.I32){let f=e.readI32();r.definition_level_encoding=f}else e.skip(i);break;case 4:if(i===It.Thrift.Type.I32){let f=e.readI32();r.repetition_level_encoding=f}else e.skip(i);break;case 5:if(i===It.Thrift.Type.STRUCT){let f=Wi.read(e);r.statistics=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.num_values!==void 0&&r.encoding!==void 0&&r.definition_level_encoding!==void 0&&r.repetition_level_encoding!==void 0)return new nu(r);throw new It.Thrift.TProtocolException(It.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read DataPageHeader from input")}};var Gk=me(We()),iu=class{constructor(){}write(e){e.writeStructBegin("IndexPageHeader"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===Gk.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new iu}};var Rr=me(We()),ou=class{constructor(e){if(e!=null&&e.num_values!=null)this.num_values=e.num_values;else throw new Rr.Thrift.TProtocolException(Rr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_values] is unset!");if(e!=null&&e.encoding!=null)this.encoding=e.encoding;else throw new Rr.Thrift.TProtocolException(Rr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[encoding] is unset!");e!=null&&e.is_sorted!=null&&(this.is_sorted=e.is_sorted)}write(e){e.writeStructBegin("DictionaryPageHeader"),this.num_values!=null&&(e.writeFieldBegin("num_values",Rr.Thrift.Type.I32,1),e.writeI32(this.num_values),e.writeFieldEnd()),this.encoding!=null&&(e.writeFieldBegin("encoding",Rr.Thrift.Type.I32,2),e.writeI32(this.encoding),e.writeFieldEnd()),this.is_sorted!=null&&(e.writeFieldBegin("is_sorted",Rr.Thrift.Type.BOOL,3),e.writeBool(this.is_sorted),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===Rr.Thrift.Type.STOP)break;switch(o){case 1:if(i===Rr.Thrift.Type.I32){let f=e.readI32();r.num_values=f}else e.skip(i);break;case 2:if(i===Rr.Thrift.Type.I32){let f=e.readI32();r.encoding=f}else e.skip(i);break;case 3:if(i===Rr.Thrift.Type.BOOL){let f=e.readBool();r.is_sorted=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.num_values!==void 0&&r.encoding!==void 0)return new ou(r);throw new Rr.Thrift.TProtocolException(Rr.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read DictionaryPageHeader from input")}};var et=me(We());var fu=class{constructor(e){this.is_compressed=!0;if(e!=null&&e.num_values!=null)this.num_values=e.num_values;else throw new et.Thrift.TProtocolException(et.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_values] is unset!");if(e!=null&&e.num_nulls!=null)this.num_nulls=e.num_nulls;else throw new et.Thrift.TProtocolException(et.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_nulls] is unset!");if(e!=null&&e.num_rows!=null)this.num_rows=e.num_rows;else throw new et.Thrift.TProtocolException(et.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_rows] is unset!");if(e!=null&&e.encoding!=null)this.encoding=e.encoding;else throw new et.Thrift.TProtocolException(et.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[encoding] is unset!");if(e!=null&&e.definition_levels_byte_length!=null)this.definition_levels_byte_length=e.definition_levels_byte_length;else throw new et.Thrift.TProtocolException(et.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[definition_levels_byte_length] is unset!");if(e!=null&&e.repetition_levels_byte_length!=null)this.repetition_levels_byte_length=e.repetition_levels_byte_length;else throw new et.Thrift.TProtocolException(et.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[repetition_levels_byte_length] is unset!");e!=null&&e.is_compressed!=null&&(this.is_compressed=e.is_compressed),e!=null&&e.statistics!=null&&(this.statistics=e.statistics)}write(e){e.writeStructBegin("DataPageHeaderV2"),this.num_values!=null&&(e.writeFieldBegin("num_values",et.Thrift.Type.I32,1),e.writeI32(this.num_values),e.writeFieldEnd()),this.num_nulls!=null&&(e.writeFieldBegin("num_nulls",et.Thrift.Type.I32,2),e.writeI32(this.num_nulls),e.writeFieldEnd()),this.num_rows!=null&&(e.writeFieldBegin("num_rows",et.Thrift.Type.I32,3),e.writeI32(this.num_rows),e.writeFieldEnd()),this.encoding!=null&&(e.writeFieldBegin("encoding",et.Thrift.Type.I32,4),e.writeI32(this.encoding),e.writeFieldEnd()),this.definition_levels_byte_length!=null&&(e.writeFieldBegin("definition_levels_byte_length",et.Thrift.Type.I32,5),e.writeI32(this.definition_levels_byte_length),e.writeFieldEnd()),this.repetition_levels_byte_length!=null&&(e.writeFieldBegin("repetition_levels_byte_length",et.Thrift.Type.I32,6),e.writeI32(this.repetition_levels_byte_length),e.writeFieldEnd()),this.is_compressed!=null&&(e.writeFieldBegin("is_compressed",et.Thrift.Type.BOOL,7),e.writeBool(this.is_compressed),e.writeFieldEnd()),this.statistics!=null&&(e.writeFieldBegin("statistics",et.Thrift.Type.STRUCT,8),this.statistics.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===et.Thrift.Type.STOP)break;switch(o){case 1:if(i===et.Thrift.Type.I32){let f=e.readI32();r.num_values=f}else e.skip(i);break;case 2:if(i===et.Thrift.Type.I32){let f=e.readI32();r.num_nulls=f}else e.skip(i);break;case 3:if(i===et.Thrift.Type.I32){let f=e.readI32();r.num_rows=f}else e.skip(i);break;case 4:if(i===et.Thrift.Type.I32){let f=e.readI32();r.encoding=f}else e.skip(i);break;case 5:if(i===et.Thrift.Type.I32){let f=e.readI32();r.definition_levels_byte_length=f}else e.skip(i);break;case 6:if(i===et.Thrift.Type.I32){let f=e.readI32();r.repetition_levels_byte_length=f}else e.skip(i);break;case 7:if(i===et.Thrift.Type.BOOL){let f=e.readBool();r.is_compressed=f}else e.skip(i);break;case 8:if(i===et.Thrift.Type.STRUCT){let f=Wi.read(e);r.statistics=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.num_values!==void 0&&r.num_nulls!==void 0&&r.num_rows!==void 0&&r.encoding!==void 0&&r.definition_levels_byte_length!==void 0&&r.repetition_levels_byte_length!==void 0)return new fu(r);throw new et.Thrift.TProtocolException(et.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read DataPageHeaderV2 from input")}};var wt=me(We());var su=class{constructor(e){if(e!=null&&e.type!=null)this.type=e.type;else throw new wt.Thrift.TProtocolException(wt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[type] is unset!");if(e!=null&&e.uncompressed_page_size!=null)this.uncompressed_page_size=e.uncompressed_page_size;else throw new wt.Thrift.TProtocolException(wt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[uncompressed_page_size] is unset!");if(e!=null&&e.compressed_page_size!=null)this.compressed_page_size=e.compressed_page_size;else throw new wt.Thrift.TProtocolException(wt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[compressed_page_size] is unset!");e!=null&&e.crc!=null&&(this.crc=e.crc),e!=null&&e.data_page_header!=null&&(this.data_page_header=e.data_page_header),e!=null&&e.index_page_header!=null&&(this.index_page_header=e.index_page_header),e!=null&&e.dictionary_page_header!=null&&(this.dictionary_page_header=e.dictionary_page_header),e!=null&&e.data_page_header_v2!=null&&(this.data_page_header_v2=e.data_page_header_v2)}write(e){e.writeStructBegin("PageHeader"),this.type!=null&&(e.writeFieldBegin("type",wt.Thrift.Type.I32,1),e.writeI32(this.type),e.writeFieldEnd()),this.uncompressed_page_size!=null&&(e.writeFieldBegin("uncompressed_page_size",wt.Thrift.Type.I32,2),e.writeI32(this.uncompressed_page_size),e.writeFieldEnd()),this.compressed_page_size!=null&&(e.writeFieldBegin("compressed_page_size",wt.Thrift.Type.I32,3),e.writeI32(this.compressed_page_size),e.writeFieldEnd()),this.crc!=null&&(e.writeFieldBegin("crc",wt.Thrift.Type.I32,4),e.writeI32(this.crc),e.writeFieldEnd()),this.data_page_header!=null&&(e.writeFieldBegin("data_page_header",wt.Thrift.Type.STRUCT,5),this.data_page_header.write(e),e.writeFieldEnd()),this.index_page_header!=null&&(e.writeFieldBegin("index_page_header",wt.Thrift.Type.STRUCT,6),this.index_page_header.write(e),e.writeFieldEnd()),this.dictionary_page_header!=null&&(e.writeFieldBegin("dictionary_page_header",wt.Thrift.Type.STRUCT,7),this.dictionary_page_header.write(e),e.writeFieldEnd()),this.data_page_header_v2!=null&&(e.writeFieldBegin("data_page_header_v2",wt.Thrift.Type.STRUCT,8),this.data_page_header_v2.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===wt.Thrift.Type.STOP)break;switch(o){case 1:if(i===wt.Thrift.Type.I32){let f=e.readI32();r.type=f}else e.skip(i);break;case 2:if(i===wt.Thrift.Type.I32){let f=e.readI32();r.uncompressed_page_size=f}else e.skip(i);break;case 3:if(i===wt.Thrift.Type.I32){let f=e.readI32();r.compressed_page_size=f}else e.skip(i);break;case 4:if(i===wt.Thrift.Type.I32){let f=e.readI32();r.crc=f}else e.skip(i);break;case 5:if(i===wt.Thrift.Type.STRUCT){let f=nu.read(e);r.data_page_header=f}else e.skip(i);break;case 6:if(i===wt.Thrift.Type.STRUCT){let f=iu.read(e);r.index_page_header=f}else e.skip(i);break;case 7:if(i===wt.Thrift.Type.STRUCT){let f=ou.read(e);r.dictionary_page_header=f}else e.skip(i);break;case 8:if(i===wt.Thrift.Type.STRUCT){let f=fu.read(e);r.data_page_header_v2=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.type!==void 0&&r.uncompressed_page_size!==void 0&&r.compressed_page_size!==void 0)return new su(r);throw new wt.Thrift.TProtocolException(wt.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read PageHeader from input")}};var ii=me(We()),Nf=class{constructor(e){if(e!=null&&e.key!=null)this.key=e.key;else throw new ii.Thrift.TProtocolException(ii.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[key] is unset!");e!=null&&e.value!=null&&(this.value=e.value)}write(e){e.writeStructBegin("KeyValue"),this.key!=null&&(e.writeFieldBegin("key",ii.Thrift.Type.STRING,1),e.writeString(this.key),e.writeFieldEnd()),this.value!=null&&(e.writeFieldBegin("value",ii.Thrift.Type.STRING,2),e.writeString(this.value),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===ii.Thrift.Type.STOP)break;switch(o){case 1:if(i===ii.Thrift.Type.STRING){let f=e.readString();r.key=f}else e.skip(i);break;case 2:if(i===ii.Thrift.Type.STRING){let f=e.readString();r.value=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.key!==void 0)return new Nf(r);throw new ii.Thrift.TProtocolException(ii.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read KeyValue from input")}};var wr=me(We()),au=class{constructor(e){if(e!=null&&e.column_idx!=null)this.column_idx=e.column_idx;else throw new wr.Thrift.TProtocolException(wr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[column_idx] is unset!");if(e!=null&&e.descending!=null)this.descending=e.descending;else throw new wr.Thrift.TProtocolException(wr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[descending] is unset!");if(e!=null&&e.nulls_first!=null)this.nulls_first=e.nulls_first;else throw new wr.Thrift.TProtocolException(wr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[nulls_first] is unset!")}write(e){e.writeStructBegin("SortingColumn"),this.column_idx!=null&&(e.writeFieldBegin("column_idx",wr.Thrift.Type.I32,1),e.writeI32(this.column_idx),e.writeFieldEnd()),this.descending!=null&&(e.writeFieldBegin("descending",wr.Thrift.Type.BOOL,2),e.writeBool(this.descending),e.writeFieldEnd()),this.nulls_first!=null&&(e.writeFieldBegin("nulls_first",wr.Thrift.Type.BOOL,3),e.writeBool(this.nulls_first),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===wr.Thrift.Type.STOP)break;switch(o){case 1:if(i===wr.Thrift.Type.I32){let f=e.readI32();r.column_idx=f}else e.skip(i);break;case 2:if(i===wr.Thrift.Type.BOOL){let f=e.readBool();r.descending=f}else e.skip(i);break;case 3:if(i===wr.Thrift.Type.BOOL){let f=e.readBool();r.nulls_first=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.column_idx!==void 0&&r.descending!==void 0&&r.nulls_first!==void 0)return new au(r);throw new wr.Thrift.TProtocolException(wr.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read SortingColumn from input")}};var hr=me(We()),lu=class{constructor(e){if(e!=null&&e.page_type!=null)this.page_type=e.page_type;else throw new hr.Thrift.TProtocolException(hr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[page_type] is unset!");if(e!=null&&e.encoding!=null)this.encoding=e.encoding;else throw new hr.Thrift.TProtocolException(hr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[encoding] is unset!");if(e!=null&&e.count!=null)this.count=e.count;else throw new hr.Thrift.TProtocolException(hr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[count] is unset!")}write(e){e.writeStructBegin("PageEncodingStats"),this.page_type!=null&&(e.writeFieldBegin("page_type",hr.Thrift.Type.I32,1),e.writeI32(this.page_type),e.writeFieldEnd()),this.encoding!=null&&(e.writeFieldBegin("encoding",hr.Thrift.Type.I32,2),e.writeI32(this.encoding),e.writeFieldEnd()),this.count!=null&&(e.writeFieldBegin("count",hr.Thrift.Type.I32,3),e.writeI32(this.count),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===hr.Thrift.Type.STOP)break;switch(o){case 1:if(i===hr.Thrift.Type.I32){let f=e.readI32();r.page_type=f}else e.skip(i);break;case 2:if(i===hr.Thrift.Type.I32){let f=e.readI32();r.encoding=f}else e.skip(i);break;case 3:if(i===hr.Thrift.Type.I32){let f=e.readI32();r.count=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.page_type!==void 0&&r.encoding!==void 0&&r.count!==void 0)return new lu(r);throw new hr.Thrift.TProtocolException(hr.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read PageEncodingStats from input")}};var Pf=me(on()),de=me(We());var uu=class{constructor(e){if(e!=null&&e.type!=null)this.type=e.type;else throw new de.Thrift.TProtocolException(de.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[type] is unset!");if(e!=null&&e.encodings!=null)this.encodings=e.encodings;else throw new de.Thrift.TProtocolException(de.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[encodings] is unset!");if(e!=null&&e.path_in_schema!=null)this.path_in_schema=e.path_in_schema;else throw new de.Thrift.TProtocolException(de.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[path_in_schema] is unset!");if(e!=null&&e.codec!=null)this.codec=e.codec;else throw new de.Thrift.TProtocolException(de.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[codec] is unset!");if(e!=null&&e.num_values!=null)typeof e.num_values=="number"?this.num_values=new Pf.default(e.num_values):this.num_values=e.num_values;else throw new de.Thrift.TProtocolException(de.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_values] is unset!");if(e!=null&&e.total_uncompressed_size!=null)typeof e.total_uncompressed_size=="number"?this.total_uncompressed_size=new Pf.default(e.total_uncompressed_size):this.total_uncompressed_size=e.total_uncompressed_size;else throw new de.Thrift.TProtocolException(de.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[total_uncompressed_size] is unset!");if(e!=null&&e.total_compressed_size!=null)typeof e.total_compressed_size=="number"?this.total_compressed_size=new Pf.default(e.total_compressed_size):this.total_compressed_size=e.total_compressed_size;else throw new de.Thrift.TProtocolException(de.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[total_compressed_size] is unset!");if(e!=null&&e.key_value_metadata!=null&&(this.key_value_metadata=e.key_value_metadata),e!=null&&e.data_page_offset!=null)typeof e.data_page_offset=="number"?this.data_page_offset=new Pf.default(e.data_page_offset):this.data_page_offset=e.data_page_offset;else throw new de.Thrift.TProtocolException(de.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[data_page_offset] is unset!");e!=null&&e.index_page_offset!=null&&(typeof e.index_page_offset=="number"?this.index_page_offset=new Pf.default(e.index_page_offset):this.index_page_offset=e.index_page_offset),e!=null&&e.dictionary_page_offset!=null&&(typeof e.dictionary_page_offset=="number"?this.dictionary_page_offset=new Pf.default(e.dictionary_page_offset):this.dictionary_page_offset=e.dictionary_page_offset),e!=null&&e.statistics!=null&&(this.statistics=e.statistics),e!=null&&e.encoding_stats!=null&&(this.encoding_stats=e.encoding_stats)}write(e){e.writeStructBegin("ColumnMetaData"),this.type!=null&&(e.writeFieldBegin("type",de.Thrift.Type.I32,1),e.writeI32(this.type),e.writeFieldEnd()),this.encodings!=null&&(e.writeFieldBegin("encodings",de.Thrift.Type.LIST,2),e.writeListBegin(de.Thrift.Type.I32,this.encodings.length),this.encodings.forEach(r=>{e.writeI32(r)}),e.writeListEnd(),e.writeFieldEnd()),this.path_in_schema!=null&&(e.writeFieldBegin("path_in_schema",de.Thrift.Type.LIST,3),e.writeListBegin(de.Thrift.Type.STRING,this.path_in_schema.length),this.path_in_schema.forEach(r=>{e.writeString(r)}),e.writeListEnd(),e.writeFieldEnd()),this.codec!=null&&(e.writeFieldBegin("codec",de.Thrift.Type.I32,4),e.writeI32(this.codec),e.writeFieldEnd()),this.num_values!=null&&(e.writeFieldBegin("num_values",de.Thrift.Type.I64,5),e.writeI64(this.num_values),e.writeFieldEnd()),this.total_uncompressed_size!=null&&(e.writeFieldBegin("total_uncompressed_size",de.Thrift.Type.I64,6),e.writeI64(this.total_uncompressed_size),e.writeFieldEnd()),this.total_compressed_size!=null&&(e.writeFieldBegin("total_compressed_size",de.Thrift.Type.I64,7),e.writeI64(this.total_compressed_size),e.writeFieldEnd()),this.key_value_metadata!=null&&(e.writeFieldBegin("key_value_metadata",de.Thrift.Type.LIST,8),e.writeListBegin(de.Thrift.Type.STRUCT,this.key_value_metadata.length),this.key_value_metadata.forEach(r=>{r.write(e)}),e.writeListEnd(),e.writeFieldEnd()),this.data_page_offset!=null&&(e.writeFieldBegin("data_page_offset",de.Thrift.Type.I64,9),e.writeI64(this.data_page_offset),e.writeFieldEnd()),this.index_page_offset!=null&&(e.writeFieldBegin("index_page_offset",de.Thrift.Type.I64,10),e.writeI64(this.index_page_offset),e.writeFieldEnd()),this.dictionary_page_offset!=null&&(e.writeFieldBegin("dictionary_page_offset",de.Thrift.Type.I64,11),e.writeI64(this.dictionary_page_offset),e.writeFieldEnd()),this.statistics!=null&&(e.writeFieldBegin("statistics",de.Thrift.Type.STRUCT,12),this.statistics.write(e),e.writeFieldEnd()),this.encoding_stats!=null&&(e.writeFieldBegin("encoding_stats",de.Thrift.Type.LIST,13),e.writeListBegin(de.Thrift.Type.STRUCT,this.encoding_stats.length),this.encoding_stats.forEach(r=>{r.write(e)}),e.writeListEnd(),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===de.Thrift.Type.STOP)break;switch(o){case 1:if(i===de.Thrift.Type.I32){let f=e.readI32();r.type=f}else e.skip(i);break;case 2:if(i===de.Thrift.Type.LIST){let f=new Array,u=e.readListBegin().size;for(let l=0;l<u;l++){let c=e.readI32();f.push(c)}e.readListEnd(),r.encodings=f}else e.skip(i);break;case 3:if(i===de.Thrift.Type.LIST){let f=new Array,u=e.readListBegin().size;for(let l=0;l<u;l++){let c=e.readString();f.push(c)}e.readListEnd(),r.path_in_schema=f}else e.skip(i);break;case 4:if(i===de.Thrift.Type.I32){let f=e.readI32();r.codec=f}else e.skip(i);break;case 5:if(i===de.Thrift.Type.I64){let f=e.readI64();r.num_values=f}else e.skip(i);break;case 6:if(i===de.Thrift.Type.I64){let f=e.readI64();r.total_uncompressed_size=f}else e.skip(i);break;case 7:if(i===de.Thrift.Type.I64){let f=e.readI64();r.total_compressed_size=f}else e.skip(i);break;case 8:if(i===de.Thrift.Type.LIST){let f=new Array,u=e.readListBegin().size;for(let l=0;l<u;l++){let c=Nf.read(e);f.push(c)}e.readListEnd(),r.key_value_metadata=f}else e.skip(i);break;case 9:if(i===de.Thrift.Type.I64){let f=e.readI64();r.data_page_offset=f}else e.skip(i);break;case 10:if(i===de.Thrift.Type.I64){let f=e.readI64();r.index_page_offset=f}else e.skip(i);break;case 11:if(i===de.Thrift.Type.I64){let f=e.readI64();r.dictionary_page_offset=f}else e.skip(i);break;case 12:if(i===de.Thrift.Type.STRUCT){let f=Wi.read(e);r.statistics=f}else e.skip(i);break;case 13:if(i===de.Thrift.Type.LIST){let f=new Array,u=e.readListBegin().size;for(let l=0;l<u;l++){let c=lu.read(e);f.push(c)}e.readListEnd(),r.encoding_stats=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.type!==void 0&&r.encodings!==void 0&&r.path_in_schema!==void 0&&r.codec!==void 0&&r.num_values!==void 0&&r.total_uncompressed_size!==void 0&&r.total_compressed_size!==void 0&&r.data_page_offset!==void 0)return new uu(r);throw new de.Thrift.TProtocolException(de.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read ColumnMetaData from input")}};var id=me(on()),Lt=me(We());var cu=class{constructor(e){if(e!=null&&e.file_path!=null&&(this.file_path=e.file_path),e!=null&&e.file_offset!=null)typeof e.file_offset=="number"?this.file_offset=new id.default(e.file_offset):this.file_offset=e.file_offset;else throw new Lt.Thrift.TProtocolException(Lt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[file_offset] is unset!");e!=null&&e.meta_data!=null&&(this.meta_data=e.meta_data),e!=null&&e.offset_index_offset!=null&&(typeof e.offset_index_offset=="number"?this.offset_index_offset=new id.default(e.offset_index_offset):this.offset_index_offset=e.offset_index_offset),e!=null&&e.offset_index_length!=null&&(this.offset_index_length=e.offset_index_length),e!=null&&e.column_index_offset!=null&&(typeof e.column_index_offset=="number"?this.column_index_offset=new id.default(e.column_index_offset):this.column_index_offset=e.column_index_offset),e!=null&&e.column_index_length!=null&&(this.column_index_length=e.column_index_length)}write(e){e.writeStructBegin("ColumnChunk"),this.file_path!=null&&(e.writeFieldBegin("file_path",Lt.Thrift.Type.STRING,1),e.writeString(this.file_path),e.writeFieldEnd()),this.file_offset!=null&&(e.writeFieldBegin("file_offset",Lt.Thrift.Type.I64,2),e.writeI64(this.file_offset),e.writeFieldEnd()),this.meta_data!=null&&(e.writeFieldBegin("meta_data",Lt.Thrift.Type.STRUCT,3),this.meta_data.write(e),e.writeFieldEnd()),this.offset_index_offset!=null&&(e.writeFieldBegin("offset_index_offset",Lt.Thrift.Type.I64,4),e.writeI64(this.offset_index_offset),e.writeFieldEnd()),this.offset_index_length!=null&&(e.writeFieldBegin("offset_index_length",Lt.Thrift.Type.I32,5),e.writeI32(this.offset_index_length),e.writeFieldEnd()),this.column_index_offset!=null&&(e.writeFieldBegin("column_index_offset",Lt.Thrift.Type.I64,6),e.writeI64(this.column_index_offset),e.writeFieldEnd()),this.column_index_length!=null&&(e.writeFieldBegin("column_index_length",Lt.Thrift.Type.I32,7),e.writeI32(this.column_index_length),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===Lt.Thrift.Type.STOP)break;switch(o){case 1:if(i===Lt.Thrift.Type.STRING){let f=e.readString();r.file_path=f}else e.skip(i);break;case 2:if(i===Lt.Thrift.Type.I64){let f=e.readI64();r.file_offset=f}else e.skip(i);break;case 3:if(i===Lt.Thrift.Type.STRUCT){let f=uu.read(e);r.meta_data=f}else e.skip(i);break;case 4:if(i===Lt.Thrift.Type.I64){let f=e.readI64();r.offset_index_offset=f}else e.skip(i);break;case 5:if(i===Lt.Thrift.Type.I32){let f=e.readI32();r.offset_index_length=f}else e.skip(i);break;case 6:if(i===Lt.Thrift.Type.I64){let f=e.readI64();r.column_index_offset=f}else e.skip(i);break;case 7:if(i===Lt.Thrift.Type.I32){let f=e.readI32();r.column_index_length=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.file_offset!==void 0)return new cu(r);throw new Lt.Thrift.TProtocolException(Lt.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read ColumnChunk from input")}};var Xb=me(on()),Vt=me(We());var pu=class{constructor(e){if(e!=null&&e.columns!=null)this.columns=e.columns;else throw new Vt.Thrift.TProtocolException(Vt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[columns] is unset!");if(e!=null&&e.total_byte_size!=null)typeof e.total_byte_size=="number"?this.total_byte_size=new Xb.default(e.total_byte_size):this.total_byte_size=e.total_byte_size;else throw new Vt.Thrift.TProtocolException(Vt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[total_byte_size] is unset!");if(e!=null&&e.num_rows!=null)typeof e.num_rows=="number"?this.num_rows=new Xb.default(e.num_rows):this.num_rows=e.num_rows;else throw new Vt.Thrift.TProtocolException(Vt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_rows] is unset!");e!=null&&e.sorting_columns!=null&&(this.sorting_columns=e.sorting_columns)}write(e){e.writeStructBegin("RowGroup"),this.columns!=null&&(e.writeFieldBegin("columns",Vt.Thrift.Type.LIST,1),e.writeListBegin(Vt.Thrift.Type.STRUCT,this.columns.length),this.columns.forEach(r=>{r.write(e)}),e.writeListEnd(),e.writeFieldEnd()),this.total_byte_size!=null&&(e.writeFieldBegin("total_byte_size",Vt.Thrift.Type.I64,2),e.writeI64(this.total_byte_size),e.writeFieldEnd()),this.num_rows!=null&&(e.writeFieldBegin("num_rows",Vt.Thrift.Type.I64,3),e.writeI64(this.num_rows),e.writeFieldEnd()),this.sorting_columns!=null&&(e.writeFieldBegin("sorting_columns",Vt.Thrift.Type.LIST,4),e.writeListBegin(Vt.Thrift.Type.STRUCT,this.sorting_columns.length),this.sorting_columns.forEach(r=>{r.write(e)}),e.writeListEnd(),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===Vt.Thrift.Type.STOP)break;switch(o){case 1:if(i===Vt.Thrift.Type.LIST){let f=new Array,u=e.readListBegin().size;for(let l=0;l<u;l++){let c=cu.read(e);f.push(c)}e.readListEnd(),r.columns=f}else e.skip(i);break;case 2:if(i===Vt.Thrift.Type.I64){let f=e.readI64();r.total_byte_size=f}else e.skip(i);break;case 3:if(i===Vt.Thrift.Type.I64){let f=e.readI64();r.num_rows=f}else e.skip(i);break;case 4:if(i===Vt.Thrift.Type.LIST){let f=new Array,u=e.readListBegin().size;for(let l=0;l<u;l++){let c=au.read(e);f.push(c)}e.readListEnd(),r.sorting_columns=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.columns!==void 0&&r.total_byte_size!==void 0&&r.num_rows!==void 0)return new pu(r);throw new Vt.Thrift.TProtocolException(Vt.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read RowGroup from input")}};var Jk=me(We()),du=class{constructor(){}write(e){e.writeStructBegin("TypeDefinedOrder"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===Jk.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new du}};var Zk=me(on()),ot=me(We());var Hr=me(We());var Ms=class{constructor(e){let r=0;if(e!=null){if(e.TYPE_ORDER!=null&&(r++,this.TYPE_ORDER=e.TYPE_ORDER),r>1)throw new Hr.Thrift.TProtocolException(Hr.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with more than one set value!");if(r<1)throw new Hr.Thrift.TProtocolException(Hr.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with no set value!")}}static fromTYPE_ORDER(e){return new Ms({TYPE_ORDER:e})}write(e){e.writeStructBegin("ColumnOrder"),this.TYPE_ORDER!=null&&(e.writeFieldBegin("TYPE_ORDER",Hr.Thrift.Type.STRUCT,1),this.TYPE_ORDER.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){let r=0,n=null;for(e.readStructBegin();;){let i=e.readFieldBegin(),o=i.ftype,f=i.fid;if(o===Hr.Thrift.Type.STOP)break;switch(f){case 1:if(o===Hr.Thrift.Type.STRUCT){r++;let s=du.read(e);n=Ms.fromTYPE_ORDER(s)}else e.skip(o);break;default:e.skip(o)}e.readFieldEnd()}if(e.readStructEnd(),r>1)throw new Hr.Thrift.TProtocolException(Hr.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with more than one set value!");if(r<1)throw new Hr.Thrift.TProtocolException(Hr.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with no set value!");if(n!==null)return n;throw new Hr.Thrift.TProtocolException(Hr.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read data for TUnion")}};var mu=class{constructor(e=null){if(e!=null&&e.version!=null)this.version=e.version;else throw new ot.Thrift.TProtocolException(ot.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[version] is unset!");if(e!=null&&e.schema!=null)this.schema=e.schema;else throw new ot.Thrift.TProtocolException(ot.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[schema] is unset!");if(e!=null&&e.num_rows!=null)typeof e.num_rows=="number"?this.num_rows=new Zk.default(e.num_rows):this.num_rows=e.num_rows;else throw new ot.Thrift.TProtocolException(ot.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_rows] is unset!");if(e!=null&&e.row_groups!=null)this.row_groups=e.row_groups;else throw new ot.Thrift.TProtocolException(ot.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[row_groups] is unset!");e!=null&&e.key_value_metadata!=null&&(this.key_value_metadata=e.key_value_metadata),e!=null&&e.created_by!=null&&(this.created_by=e.created_by),e!=null&&e.column_orders!=null&&(this.column_orders=e.column_orders)}write(e){e.writeStructBegin("FileMetaData"),this.version!=null&&(e.writeFieldBegin("version",ot.Thrift.Type.I32,1),e.writeI32(this.version),e.writeFieldEnd()),this.schema!=null&&(e.writeFieldBegin("schema",ot.Thrift.Type.LIST,2),e.writeListBegin(ot.Thrift.Type.STRUCT,this.schema.length),this.schema.forEach(r=>{r.write(e)}),e.writeListEnd(),e.writeFieldEnd()),this.num_rows!=null&&(e.writeFieldBegin("num_rows",ot.Thrift.Type.I64,3),e.writeI64(this.num_rows),e.writeFieldEnd()),this.row_groups!=null&&(e.writeFieldBegin("row_groups",ot.Thrift.Type.LIST,4),e.writeListBegin(ot.Thrift.Type.STRUCT,this.row_groups.length),this.row_groups.forEach(r=>{r.write(e)}),e.writeListEnd(),e.writeFieldEnd()),this.key_value_metadata!=null&&(e.writeFieldBegin("key_value_metadata",ot.Thrift.Type.LIST,5),e.writeListBegin(ot.Thrift.Type.STRUCT,this.key_value_metadata.length),this.key_value_metadata.forEach(r=>{r.write(e)}),e.writeListEnd(),e.writeFieldEnd()),this.created_by!=null&&(e.writeFieldBegin("created_by",ot.Thrift.Type.STRING,6),e.writeString(this.created_by),e.writeFieldEnd()),this.column_orders!=null&&(e.writeFieldBegin("column_orders",ot.Thrift.Type.LIST,7),e.writeListBegin(ot.Thrift.Type.STRUCT,this.column_orders.length),this.column_orders.forEach(r=>{r.write(e)}),e.writeListEnd(),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===ot.Thrift.Type.STOP)break;switch(o){case 1:if(i===ot.Thrift.Type.I32){let f=e.readI32();r.version=f}else e.skip(i);break;case 2:if(i===ot.Thrift.Type.LIST){let f=new Array,u=e.readListBegin().size;for(let l=0;l<u;l++){let c=ru.read(e);f.push(c)}e.readListEnd(),r.schema=f}else e.skip(i);break;case 3:if(i===ot.Thrift.Type.I64){let f=e.readI64();r.num_rows=f}else e.skip(i);break;case 4:if(i===ot.Thrift.Type.LIST){let f=new Array,u=e.readListBegin().size;for(let l=0;l<u;l++){let c=pu.read(e);f.push(c)}e.readListEnd(),r.row_groups=f}else e.skip(i);break;case 5:if(i===ot.Thrift.Type.LIST){let f=new Array,u=e.readListBegin().size;for(let l=0;l<u;l++){let c=Nf.read(e);f.push(c)}e.readListEnd(),r.key_value_metadata=f}else e.skip(i);break;case 6:if(i===ot.Thrift.Type.STRING){let f=e.readString();r.created_by=f}else e.skip(i);break;case 7:if(i===ot.Thrift.Type.LIST){let f=new Array,u=e.readListBegin().size;for(let l=0;l<u;l++){let c=Ms.read(e);f.push(c)}e.readListEnd(),r.column_orders=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.version!==void 0&&r.schema!==void 0&&r.num_rows!==void 0&&r.row_groups!==void 0)return new mu(r);throw new ot.Thrift.TProtocolException(ot.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read FileMetaData from input")}};var Us="PAR1",Qk="PARE";var wu="INT32",$b="RLE";var zs=me(We());var eg=class extends zs.TFramedTransport{constructor(){super(...arguments);this.readPos=0}};function un(t,e){for(let r in t)if(t[r]===e)return r;throw new Error("Invalid ENUM value")}function Xk(t,e){e||(e=0);let r=new eg(t);r.readPos=e;let n=new zs.TCompactProtocol(r),i=mu.read(n);return{length:r.readPos-e,metadata:i}}function $k(t,e){e||(e=0);let r=new eg(t);r.readPos=e;let n=new zs.TCompactProtocol(r),i=su.read(n);return{length:r.readPos-e,pageHeader:i}}function hu(t){return t===0?0:Math.ceil(Math.log2(t+1))}function eB(t,e){for(let r=0;r<t.length;r++){if(t[r].length>e.length)continue;let n=!0;for(let i=0;i<e.length;i++)if(!(t[r][i]===e[i]||t[r][i]==="+"||t[r][i]==="#")&&!(i>=t[r].length&&t[r][t[r].length-1]==="#")){n=!1;break}if(n)return r}return-1}async function tB(t,e){let r={buffer:t,offset:0,size:t.length},n={rlevels:[],dlevels:[],values:[],pageHeaders:[],count:0},i=e.dictionary||[];for(;r.offset<r.size&&(!e.numValues||n.dlevels.length<Number(e.numValues));){let o=await tg(r,e);if(o.dictionary){i=o.dictionary;continue}i.length&&(o.values=o.values.map(f=>i[f]));for(let f=0;f<o.rlevels.length;f++){n.rlevels.push(o.rlevels[f]),n.dlevels.push(o.dlevels[f]);let s=o.values[f];s!==void 0&&n.values.push(s)}n.count+=o.count,n.pageHeaders.push(o.pageHeader)}return n}async function tg(t,e){let r,{pageHeader:n,length:i}=$k(t.buffer,t.offset);t.offset+=i;let o=un(Vp,n.type);switch(o){case"DATA_PAGE":r=await cN(t,n,e);break;case"DATA_PAGE_V2":r=await pN(t,n,e);break;case"DICTIONARY_PAGE":r={dictionary:await dN(t,n,e),pageHeader:n};break;default:throw new Error(`invalid page type: ${o}`)}return r}function rg(t,e,r){let n={},i=e;for(let o=0;o<r;o++){let f=t[i],s=i>0?un(zp,f.repetition_type):"ROOT",u=!1,l=!1;switch(s){case"REQUIRED":break;case"OPTIONAL":u=!0;break;case"REPEATED":l=!0;break;default:throw new Error("parquet: unknown repetition type")}if(f.num_children>0){let c=rg(t,i+1,f.num_children);i=c.next,n[f.name]={optional:u,repeated:l,fields:c.schema}}else{let c=un(Os,f.type),w=c;switch(f.converted_type&&(w=un(Up,f.converted_type)),w){case"DECIMAL":w=`${w}_${c}`;break;default:}n[f.name]={type:w,typeLength:f.type_length,presision:f.precision,scale:f.scale,optional:u,repeated:l},i++}}return{schema:n,offset:e,next:i}}function Rf(t,e,r,n,i){if(!(e in $a))throw new Error(`invalid encoding: ${e}`);return $a[e].decodeValues(t,r,n,i)}async function cN(t,e,r){let n=t.offset+e.compressed_page_size,i=e.data_page_header?.num_values,o=t;if(r.compression!=="UNCOMPRESSED"){let T=await op(r.compression,t.buffer.slice(t.offset,n),e.uncompressed_page_size);o={buffer:T,offset:0,size:T.length},t.offset=n}let f=un(Ff,e.data_page_header?.repetition_level_encoding),s=new Array(i);r.column.rLevelMax>0?s=Rf(wu,f,o,i,{bitWidth:hu(r.column.rLevelMax),disableEnvelope:!1}):s.fill(0);let u=un(Ff,e.data_page_header?.definition_level_encoding),l=new Array(i);r.column.dLevelMax>0?l=Rf(wu,u,o,i,{bitWidth:hu(r.column.dLevelMax),disableEnvelope:!1}):l.fill(0);let c=0;for(let T of l)T===r.column.dLevelMax&&c++;let w=un(Ff,e.data_page_header?.encoding),p={typeLength:r.column.typeLength,bitWidth:r.column.typeLength},g=Rf(r.column.primitiveType,w,o,c,p);return{dlevels:l,rlevels:s,values:g,count:i,pageHeader:e}}async function pN(t,e,r){let n=t.offset+e.compressed_page_size,i=e.data_page_header_v2?.num_values,o=i-e.data_page_header_v2?.num_nulls,f=un(Ff,e.data_page_header_v2?.encoding),s=new Array(i);r.column.rLevelMax>0?s=Rf(wu,$b,t,i,{bitWidth:hu(r.column.rLevelMax),disableEnvelope:!0}):s.fill(0);let u=new Array(i);r.column.dLevelMax>0?u=Rf(wu,$b,t,i,{bitWidth:hu(r.column.dLevelMax),disableEnvelope:!0}):u.fill(0);let l=t;if(e.data_page_header_v2?.is_compressed){let p=await op(r.compression,t.buffer.slice(t.offset,n),e.uncompressed_page_size);l={buffer:p,offset:0,size:p.length},t.offset=n}let c={typeLength:r.column.typeLength,bitWidth:r.column.typeLength},w=Rf(r.column.primitiveType,f,l,o,c);return{dlevels:u,rlevels:s,values:w,count:i,pageHeader:e}}async function dN(t,e,r){let n=t.offset+e.compressed_page_size,i={offset:0,buffer:t.buffer.slice(t.offset,n),size:n-t.offset};if(t.offset=n,r.compression!=="UNCOMPRESSED"){let f=await op(r.compression,i.buffer.slice(i.offset,n),e.uncompressed_page_size);i={buffer:f,offset:0,size:f.length},t.offset=n}let o=e?.dictionary_page_header?.num_values||0;return Rf(r.column.primitiveType,r.column.encoding,i,o,r).map(f=>f.toString())}var mN={defaultDictionarySize:1e6},bu=class{constructor(e,r){this.metadata=null;this.file=e,this.props={...mN,...r}}close(){this.file.close()}async*rowIterator(e){for await(let r of this.rowBatchIterator(e))for(let n of r)yield n}async*rowBatchIterator(e){let r=await this.getSchema();for await(let n of this.rowGroupIterator(e))yield Mp(r,n)}async*rowGroupIterator(e){let r=(e?.columnList||[]).map(f=>Array.isArray(f)?f:[f]),n=await this.getFileMetadata(),i=await this.getSchema(),o=n?.row_groups.length||0;for(let f=0;f<o;f++)yield await this.readRowGroup(i,n.row_groups[f],r)}async getRowCount(){let e=await this.getFileMetadata();return Number(e.num_rows)}async getSchema(){let e=await this.getFileMetadata(),r=e.schema[0],{schema:n}=rg(e.schema,1,r.num_children);return new Tb(n)}async getSchemaMetadata(){let e=await this.getFileMetadata(),r={};for(let n of e.key_value_metadata)r[n.key]=n.value;return r}async getFileMetadata(){return this.metadata||(await this.readHeader(),this.metadata=this.readFooter()),this.metadata}async readHeader(){let r=(await this.file.read(0,Us.length)).toString();switch(r){case Us:break;case Qk:throw new Error("Encrypted parquet file not supported");default:throw new Error(`Invalid parquet file (magic=${r})`)}}async readFooter(){let e=Us.length+4,r=await this.file.read(this.file.size-e,e),n=r.slice(4).toString();if(n!==Us)throw new Error(`Not a valid parquet file (magic="${n})`);let i=r.readUInt32LE(0),o=this.file.size-i-e;if(o<Us.length)throw new Error(`Invalid metadata size ${o}`);let f=await this.file.read(o,i),{metadata:s}=Xk(f);return s}async readRowGroup(e,r,n){let i={rowCount:Number(r.num_rows),columnData:{}};for(let o of r.columns){let s=o.meta_data?.path_in_schema;n.length>0&&eB(n,s)<0||(i.columnData[s.join()]=await this.readColumnChunk(e,o))}return i}async readColumnChunk(e,r){if(r.file_path!==void 0&&r.file_path!==null)throw new Error("external references are not supported");let n=e.findField(r.meta_data?.path_in_schema),i=un(Os,r.meta_data?.type);if(i!==n.primitiveType)throw new Error(`chunk type not matching schema: ${i}`);let o=un(Lp,r.meta_data?.codec),f=Number(r.meta_data?.data_page_offset),s=Number(r.meta_data?.total_compressed_size);r.file_path||(s=Math.min(this.file.size-f,Number(r.meta_data?.total_compressed_size)));let u={type:i,rLevelMax:n.rLevelMax,dLevelMax:n.dLevelMax,compression:o,column:n,numValues:r.meta_data?.num_values,dictionary:[]},l,c=r?.meta_data?.dictionary_page_offset;if(c){let p=Number(c);l=await this.getDictionary(p,u,f)}l=u.dictionary?.length?u.dictionary:l;let w=await this.file.read(f,s);return await tB(w,{...u,dictionary:l})}async getDictionary(e,r,n){if(e===0)return[];let i=Math.min(this.file.size-e,this.props.defaultDictionarySize),o=await this.file.read(e,i),f={buffer:o,offset:0,size:o.length};return(await tg(f,r)).dictionary}};async function rB(t,e){let r=new Blob([t]);for await(let n of ng(r,e))return n;return null}async function*ng(t,e){let r=Za(t),i=new bu(r).rowBatchIterator(e?.parquet);for await(let o of i)yield o}function nB(t,e){if(!t)throw new Error(e||"loader assertion failed.")}var Pn=class{constructor(e,r){nB(Array.isArray(e)),wN(e),this.fields=e,this.metadata=r||new Map}compareTo(e){if(this.metadata!==e.metadata||this.fields.length!==e.fields.length)return!1;for(let r=0;r<this.fields.length;++r)if(!this.fields[r].compareTo(e.fields[r]))return!1;return!0}select(...e){let r=Object.create(null);for(let i of e)r[i]=!0;let n=this.fields.filter(i=>r[i.name]);return new Pn(n,this.metadata)}selectAt(...e){let r=e.map(n=>this.fields[n]).filter(Boolean);return new Pn(r,this.metadata)}assign(e){let r,n=this.metadata;if(e instanceof Pn){let f=e;r=f.fields,n=iB(iB(new Map,this.metadata),f.metadata)}else r=e;let i=Object.create(null);for(let f of this.fields)i[f.name]=f;for(let f of r)i[f.name]=f;let o=Object.values(i);return new Pn(o,n)}};function wN(t){let e={};for(let r of t)e[r.name]&&console.warn("Schema: duplicated field name",r.name,r),e[r.name]=!0}function iB(t,e){return new Map([...t||new Map,...e||new Map])}var Ki=class{constructor(e,r,n=!1,i=new Map){this.name=e,this.type=r,this.nullable=n,this.metadata=i}get typeId(){return this.type&&this.type.typeId}clone(){return new Ki(this.name,this.type,this.nullable,this.metadata)}compareTo(e){return this.name===e.name&&this.type===e.type&&this.nullable===e.nullable&&this.metadata===e.metadata}toString(){return`${this.type}${this.nullable?", nullable":""}${this.metadata?`, metadata: ${this.metadata}`:""}`}};var Qe;(function(C){C[C.NONE=0]="NONE",C[C.Null=1]="Null",C[C.Int=2]="Int",C[C.Float=3]="Float",C[C.Binary=4]="Binary",C[C.Utf8=5]="Utf8",C[C.Bool=6]="Bool",C[C.Decimal=7]="Decimal",C[C.Date=8]="Date",C[C.Time=9]="Time",C[C.Timestamp=10]="Timestamp",C[C.Interval=11]="Interval",C[C.List=12]="List",C[C.Struct=13]="Struct",C[C.Union=14]="Union",C[C.FixedSizeBinary=15]="FixedSizeBinary",C[C.FixedSizeList=16]="FixedSizeList",C[C.Map=17]="Map",C[C.Dictionary=-1]="Dictionary",C[C.Int8=-2]="Int8",C[C.Int16=-3]="Int16",C[C.Int32=-4]="Int32",C[C.Int64=-5]="Int64",C[C.Uint8=-6]="Uint8",C[C.Uint16=-7]="Uint16",C[C.Uint32=-8]="Uint32",C[C.Uint64=-9]="Uint64",C[C.Float16=-10]="Float16",C[C.Float32=-11]="Float32",C[C.Float64=-12]="Float64",C[C.DateDay=-13]="DateDay",C[C.DateMillisecond=-14]="DateMillisecond",C[C.TimestampSecond=-15]="TimestampSecond",C[C.TimestampMillisecond=-16]="TimestampMillisecond",C[C.TimestampMicrosecond=-17]="TimestampMicrosecond",C[C.TimestampNanosecond=-18]="TimestampNanosecond",C[C.TimeSecond=-19]="TimeSecond",C[C.TimeMillisecond=-20]="TimeMillisecond",C[C.TimeMicrosecond=-21]="TimeMicrosecond",C[C.TimeNanosecond=-22]="TimeNanosecond",C[C.DenseUnion=-23]="DenseUnion",C[C.SparseUnion=-24]="SparseUnion",C[C.IntervalDayTime=-25]="IntervalDayTime",C[C.IntervalYearMonth=-26]="IntervalYearMonth"})(Qe||(Qe={}));var kr=class{static isNull(e){return e&&e.typeId===Qe.Null}static isInt(e){return e&&e.typeId===Qe.Int}static isFloat(e){return e&&e.typeId===Qe.Float}static isBinary(e){return e&&e.typeId===Qe.Binary}static isUtf8(e){return e&&e.typeId===Qe.Utf8}static isBool(e){return e&&e.typeId===Qe.Bool}static isDecimal(e){return e&&e.typeId===Qe.Decimal}static isDate(e){return e&&e.typeId===Qe.Date}static isTime(e){return e&&e.typeId===Qe.Time}static isTimestamp(e){return e&&e.typeId===Qe.Timestamp}static isInterval(e){return e&&e.typeId===Qe.Interval}static isList(e){return e&&e.typeId===Qe.List}static isStruct(e){return e&&e.typeId===Qe.Struct}static isUnion(e){return e&&e.typeId===Qe.Union}static isFixedSizeBinary(e){return e&&e.typeId===Qe.FixedSizeBinary}static isFixedSizeList(e){return e&&e.typeId===Qe.FixedSizeList}static isMap(e){return e&&e.typeId===Qe.Map}static isDictionary(e){return e&&e.typeId===Qe.Dictionary}get typeId(){return Qe.NONE}compareTo(e){return this===e}},ig=class extends kr{get typeId(){return Qe.Null}get[Symbol.toStringTag](){return"Null"}toString(){return"Null"}},gu=class extends kr{get typeId(){return Qe.Bool}get[Symbol.toStringTag](){return"Bool"}toString(){return"Bool"}},oi=class extends kr{constructor(e,r){super();this.isSigned=e,this.bitWidth=r}get typeId(){return Qe.Int}get[Symbol.toStringTag](){return"Int"}toString(){return`${this.isSigned?"I":"Ui"}nt${this.bitWidth}`}},yu=class extends oi{constructor(){super(!0,8)}},ju=class extends oi{constructor(){super(!0,16)}},Eo=class extends oi{constructor(){super(!0,32)}},Yi=class extends oi{constructor(){super(!0,64)}};var qu=class extends oi{constructor(){super(!1,16)}},_u=class extends oi{constructor(){super(!1,32)}},vu=class extends oi{constructor(){super(!1,64)}},oB={HALF:16,SINGLE:32,DOUBLE:64},Tu=class extends kr{constructor(e){super();this.precision=e}get typeId(){return Qe.Float}get[Symbol.toStringTag](){return"Float"}toString(){return`Float${this.precision}`}};var Ls=class extends Tu{constructor(){super(oB.SINGLE)}},fi=class extends Tu{constructor(){super(oB.DOUBLE)}},Gi=class extends kr{constructor(){super()}get typeId(){return Qe.Binary}toString(){return"Binary"}get[Symbol.toStringTag](){return"Binary"}},ku=class extends kr{get typeId(){return Qe.Utf8}get[Symbol.toStringTag](){return"Utf8"}toString(){return"Utf8"}},hN={DAY:0,MILLISECOND:1},og=class extends kr{constructor(e){super();this.unit=e}get typeId(){return Qe.Date}get[Symbol.toStringTag](){return"Date"}toString(){return`Date${(this.unit+1)*32}<${hN[this.unit]}>`}};var fB={SECOND:1,MILLISECOND:1e3,MICROSECOND:1e6,NANOSECOND:1e9},fg=class extends kr{constructor(e,r){super();this.unit=e,this.bitWidth=r}get typeId(){return Qe.Time}toString(){return`Time${this.bitWidth}<${fB[this.unit]}>`}get[Symbol.toStringTag](){return"Time"}};var sg=class extends kr{constructor(e,r=null){super();this.unit=e,this.timezone=r}get typeId(){return Qe.Timestamp}get[Symbol.toStringTag](){return"Timestamp"}toString(){return`Timestamp<${fB[this.unit]}${this.timezone?`, ${this.timezone}`:""}>`}};var bN={DAY_TIME:0,YEAR_MONTH:1},ag=class extends kr{constructor(e){super();this.unit=e}get typeId(){return Qe.Interval}get[Symbol.toStringTag](){return"Interval"}toString(){return`Interval<${bN[this.unit]}>`}};var lg=class extends kr{constructor(e,r){super();this.listSize=e,this.children=[r]}get typeId(){return Qe.FixedSizeList}get valueType(){return this.children[0].type}get valueField(){return this.children[0]}get[Symbol.toStringTag](){return"FixedSizeList"}toString(){return`FixedSizeList[${this.listSize}]<${this.valueType}>`}},Bu=class extends kr{constructor(e){super();this.children=e}get typeId(){return Qe.Struct}toString(){return`Struct<{${this.children.map(e=>`${e.name}:${e.type}`).join(", ")}}>`}get[Symbol.toStringTag](){return"Struct"}};var EN={BOOLEAN:gu,INT32:Eo,INT64:fi,INT96:fi,FLOAT:Ls,DOUBLE:fi,BYTE_ARRAY:Gi,FIXED_LEN_BYTE_ARRAY:Gi,UTF8:ku,DATE:Eo,TIME_MILLIS:Yi,TIME_MICROS:Yi,TIMESTAMP_MILLIS:Yi,TIMESTAMP_MICROS:Yi,UINT_8:Eo,UINT_16:qu,UINT_32:_u,UINT_64:vu,INT_8:yu,INT_16:ju,INT_32:Eo,INT_64:Yi,JSON:Gi,BSON:Gi,INTERVAL:Gi,DECIMAL_INT32:Ls,DECIMAL_INT64:fi,DECIMAL_BYTE_ARRAY:fi,DECIMAL_FIXED_LEN_BYTE_ARRAY:fi};function sB(t,e){let r=aB(t.schema),n=e&&ON(e);return new Pn(r,n)}function aB(t){let e=[];for(let r in t){let n=t[r];if(n.fields){let i=aB(n.fields),o=new Ki(r,new Bu(i),n.optional);e.push(o)}else{let i=EN[n.type],o=AN(n),f=new Ki(r,new i,n.optional,o);e.push(f)}}return e}function AN(t){let e=new Map;for(let r in t)if(r!=="name"){let n=t[r]||"";n=typeof t[r]!="string"?JSON.stringify(t[r]):t[r],e.set(r,n)}return e}function ON(t){let e=new Map,r=t.key_value_metadata||[];for(let{key:n,value:i}of r)typeof i=="string"&&e.set(n,i);return e}function lB(t,e){let r={};for(let[n,i]of Object.entries(e.columnData))r[n]=r[n]||i.values;return r}function FN(t){let e=t.metadata.get("geo");if(!e)return null;try{return JSON.parse(e)}catch{return null}}function uB(t){let e=FN(t);if(!e)return;let{version:r,primary_column:n,columns:i}=e;r&&t.metadata.set("geo.version",r),n&&t.metadata.set("geo.primary_column",n),t.metadata.set("geo.columns",Object.keys(i||{}).join(""));for(let[o,f]of Object.entries(i||{})){let s=t.fields.find(u=>u.name===o);s&&(s.name===n&&s.metadata.set("geo.primary_field","true"),DN(s,f))}}function DN(t,e){for(let[r,n]of Object.entries(e||{}))switch(r){case"geometry_type":t.metadata.set(`geo.${r}`,n.join(","));break;case"bbox":case"crs":case"edges":default:t.metadata.set(`geo.${r}`,typeof n=="string"?n:JSON.stringify(n))}}async function cB(t,e){let r=new Blob([t]);for await(let n of ug(r,e))return n;return null}async function*ug(t,e){let r=Za(t),n=new bu(r),i=await n.getSchema(),o=await n.getFileMetadata(),f=sB(i,o);uB(f);let s=n.rowGroupIterator(e?.parquet);for await(let u of s)yield NN(f,u)}function NN(t,e){let r=lB(t,e);return{shape:"columnar-table",batchType:"data",schema:t,data:r,length:e.rowCount}}var aw=me(nE());var sw={};IE(sw,{Compression:()=>EL,Encoding:()=>AL,WriterProperties:()=>Wa,WriterPropertiesBuilder:()=>zt,WriterVersion:()=>OL,default:()=>aE,readParquet:()=>IL,writeParquet:()=>SL});var ge,iE=new TextDecoder("utf-8",{ignoreBOM:!0,fatal:!0});iE.decode();var iw=null;function dc(){return(iw===null||iw.buffer!==ge.memory.buffer)&&(iw=new Uint8Array(ge.memory.buffer)),iw}function oE(t,e){return iE.decode(dc().subarray(t,t+e))}var uo=new Array(32).fill(void 0);uo.push(void 0,null,!0,!1);var mc=uo.length;function wc(t){mc===uo.length&&uo.push(uo.length+1);let e=mc;return mc=uo[e],uo[e]=t,e}function La(t){return uo[t]}function kL(t){t<36||(uo[t]=mc,mc=t)}function hc(t){let e=La(t);return kL(t),e}var Kn=0,ow=new TextEncoder("utf-8"),BL=typeof ow.encodeInto=="function"?function(t,e){return ow.encodeInto(t,e)}:function(t,e){let r=ow.encode(t);return e.set(r),{read:t.length,written:r.length}};function Va(t,e,r){if(r===void 0){let s=ow.encode(t),u=e(s.length);return dc().subarray(u,u+s.length).set(s),Kn=s.length,u}let n=t.length,i=e(n),o=dc(),f=0;for(;f<n;f++){let s=t.charCodeAt(f);if(s>127)break;o[i+f]=s}if(f!==n){f!==0&&(t=t.slice(f)),i=r(i,n,n=f+t.length*3);let s=dc().subarray(i+f,i+n);f+=BL(t,s).written}return Kn=f,i}function fE(t,e){let r=e(t.length*1);return dc().set(t,r/1),Kn=t.length,r}var fw=null;function Ca(){return(fw===null||fw.buffer!==ge.memory.buffer)&&(fw=new Int32Array(ge.memory.buffer)),fw}function IL(t){try{let i=ge.__wbindgen_add_to_stack_pointer(-16),o=fE(t,ge.__wbindgen_malloc),f=Kn;ge.readParquet(i,o,f);var e=Ca()[i/4+0],r=Ca()[i/4+1],n=Ca()[i/4+2];if(n)throw hc(r);return hc(e)}finally{ge.__wbindgen_add_to_stack_pointer(16)}}function xL(t,e){if(!(t instanceof e))throw new Error(`expected instance of ${e.name}`);return t.ptr}function SL(t,e){try{let f=ge.__wbindgen_add_to_stack_pointer(-16),s=fE(t,ge.__wbindgen_malloc),u=Kn;xL(e,Wa);var r=e.ptr;e.ptr=0,ge.writeParquet(f,s,u,r);var n=Ca()[f/4+0],i=Ca()[f/4+1],o=Ca()[f/4+2];if(o)throw hc(i);return hc(n)}finally{ge.__wbindgen_add_to_stack_pointer(16)}}var EL=Object.freeze({UNCOMPRESSED:0,"0":"UNCOMPRESSED",SNAPPY:1,"1":"SNAPPY",GZIP:2,"2":"GZIP",BROTLI:3,"3":"BROTLI",LZ4:4,"4":"LZ4",ZSTD:5,"5":"ZSTD"}),AL=Object.freeze({PLAIN:0,"0":"PLAIN",PLAIN_DICTIONARY:1,"1":"PLAIN_DICTIONARY",RLE:2,"2":"RLE",BIT_PACKED:3,"3":"BIT_PACKED",DELTA_BINARY_PACKED:4,"4":"DELTA_BINARY_PACKED",DELTA_LENGTH_BYTE_ARRAY:5,"5":"DELTA_LENGTH_BYTE_ARRAY",DELTA_BYTE_ARRAY:6,"6":"DELTA_BYTE_ARRAY",RLE_DICTIONARY:7,"7":"RLE_DICTIONARY",BYTE_STREAM_SPLIT:8,"8":"BYTE_STREAM_SPLIT"}),OL=Object.freeze({V1:0,"0":"V1",V2:1,"1":"V2"}),Wa=class{static __wrap(e){let r=Object.create(Wa.prototype);return r.ptr=e,r}__destroy_into_raw(){let e=this.ptr;return this.ptr=0,e}free(){let e=this.__destroy_into_raw();ge.__wbg_writerproperties_free(e)}},zt=class{static __wrap(e){let r=Object.create(zt.prototype);return r.ptr=e,r}__destroy_into_raw(){let e=this.ptr;return this.ptr=0,e}free(){let e=this.__destroy_into_raw();ge.__wbg_writerpropertiesbuilder_free(e)}constructor(){let e=ge.writerpropertiesbuilder_new();return zt.__wrap(e)}build(){let e=this.__destroy_into_raw(),r=ge.writerpropertiesbuilder_build(e);return Wa.__wrap(r)}setWriterVersion(e){let r=this.__destroy_into_raw(),n=ge.writerpropertiesbuilder_setWriterVersion(r,e);return zt.__wrap(n)}setDataPagesizeLimit(e){let r=this.__destroy_into_raw(),n=ge.writerpropertiesbuilder_setDataPagesizeLimit(r,e);return zt.__wrap(n)}setDictionaryPagesizeLimit(e){let r=this.__destroy_into_raw(),n=ge.writerpropertiesbuilder_setDictionaryPagesizeLimit(r,e);return zt.__wrap(n)}setWriteBatchSize(e){let r=this.__destroy_into_raw(),n=ge.writerpropertiesbuilder_setWriteBatchSize(r,e);return zt.__wrap(n)}setMaxRowGroupSize(e){let r=this.__destroy_into_raw(),n=ge.writerpropertiesbuilder_setMaxRowGroupSize(r,e);return zt.__wrap(n)}setCreatedBy(e){let r=this.__destroy_into_raw(),n=Va(e,ge.__wbindgen_malloc,ge.__wbindgen_realloc),i=Kn,o=ge.writerpropertiesbuilder_setCreatedBy(r,n,i);return zt.__wrap(o)}setEncoding(e){let r=this.__destroy_into_raw(),n=ge.writerpropertiesbuilder_setEncoding(r,e);return zt.__wrap(n)}setCompression(e){let r=this.__destroy_into_raw(),n=ge.writerpropertiesbuilder_setCompression(r,e);return zt.__wrap(n)}setDictionaryEnabled(e){let r=this.__destroy_into_raw(),n=ge.writerpropertiesbuilder_setDictionaryEnabled(r,e);return zt.__wrap(n)}setStatisticsEnabled(e){let r=this.__destroy_into_raw(),n=ge.writerpropertiesbuilder_setStatisticsEnabled(r,e);return zt.__wrap(n)}setMaxStatisticsSize(e){let r=this.__destroy_into_raw(),n=ge.writerpropertiesbuilder_setMaxStatisticsSize(r,e);return zt.__wrap(n)}setColumnEncoding(e,r){let n=this.__destroy_into_raw(),i=Va(e,ge.__wbindgen_malloc,ge.__wbindgen_realloc),o=Kn,f=ge.writerpropertiesbuilder_setColumnEncoding(n,i,o,r);return zt.__wrap(f)}setColumnCompression(e,r){let n=this.__destroy_into_raw(),i=Va(e,ge.__wbindgen_malloc,ge.__wbindgen_realloc),o=Kn,f=ge.writerpropertiesbuilder_setColumnCompression(n,i,o,r);return zt.__wrap(f)}setColumnDictionaryEnabled(e,r){let n=this.__destroy_into_raw(),i=Va(e,ge.__wbindgen_malloc,ge.__wbindgen_realloc),o=Kn,f=ge.writerpropertiesbuilder_setColumnDictionaryEnabled(n,i,o,r);return zt.__wrap(f)}setColumnStatisticsEnabled(e,r){let n=this.__destroy_into_raw(),i=Va(e,ge.__wbindgen_malloc,ge.__wbindgen_realloc),o=Kn,f=ge.writerpropertiesbuilder_setColumnStatisticsEnabled(n,i,o,r);return zt.__wrap(f)}setColumnMaxStatisticsSize(e,r){let n=this.__destroy_into_raw(),i=Va(e,ge.__wbindgen_malloc,ge.__wbindgen_realloc),o=Kn,f=ge.writerpropertiesbuilder_setColumnMaxStatisticsSize(n,i,o,r);return zt.__wrap(f)}};async function FL(t,e){if(typeof Response=="function"&&t instanceof Response){if(typeof WebAssembly.instantiateStreaming=="function")try{return await WebAssembly.instantiateStreaming(t,e)}catch(n){if(t.headers.get("Content-Type")!="application/wasm")console.warn("`WebAssembly.instantiateStreaming` failed because your server does not serve wasm with `application/wasm` MIME type. Falling back to `WebAssembly.instantiate` which is slower. Original error:\n",n);else throw n}let r=await t.arrayBuffer();return await WebAssembly.instantiate(r,e)}else{let r=await WebAssembly.instantiate(t,e);return r instanceof WebAssembly.Instance?{instance:r,module:t}:r}}async function sE(t){let e={};e.wbg={},e.wbg.__wbindgen_string_new=function(i,o){let f=oE(i,o);return wc(f)},e.wbg.__wbindgen_object_drop_ref=function(i){hc(i)},e.wbg.__wbg_buffer_7af23f65f6c64548=function(i){let o=La(i).buffer;return wc(o)},e.wbg.__wbg_newwithbyteoffsetandlength_ce1e75f0ce5f7974=function(i,o,f){let s=new Uint8Array(La(i),o>>>0,f>>>0);return wc(s)},e.wbg.__wbg_set_f25e869e4565d2a2=function(i,o,f){La(i).set(La(o),f>>>0)},e.wbg.__wbg_length_0acb1cf9bbaf8519=function(i){return La(i).length},e.wbg.__wbg_newwithlength_8f0657faca9f1422=function(i){let o=new Uint8Array(i>>>0);return wc(o)},e.wbg.__wbindgen_throw=function(i,o){throw new Error(oE(i,o))},e.wbg.__wbindgen_memory=function(){let i=ge.memory;return wc(i)},(typeof t=="string"||typeof Request=="function"&&t instanceof Request||typeof URL=="function"&&t instanceof URL)&&(t=fetch(t));let{instance:r,module:n}=await FL(await t,e);return ge=r.exports,sE.__wbindgen_wasm_module=n,ge}var aE=sE;var A0=null;async function lE(t){return A0!==null?A0:(await aE(t),A0=sw,sw)}async function uE(t,e){let r=e?.parquet?.wasmUrl,n=await lE(r),i=new Uint8Array(t),o=n.readParquet(i),f=o.buffer.slice(o.byteOffset,o.byteLength+o.byteOffset);return DL(f)}function DL(t){let e=aw.RecordBatchStreamReader.from(t),r=[];for(let n of e)r.push(n);return new aw.Table(r)}var cE={...bw,parse:rB,parseFileInBatches:ng},nY={...bw,parse:cB,parseFileInBatches:ug},iY={...L0,parse:uE};mw(cE);})();
27
+ #:#ed #(# at #ly #="# of the #. This #,# not #er #al #='#ful #ive #less #est #ize #ous #`,` !! ! , *! &! " ! ) * * - ! # ! #!*! + ,$ ! - % . / # 0 1 . " 2 3!* 4% ! # / 5 6 7 8 0 1 & $ 9 + : ; < ' != > ?! 4 @ 4 2 & A *# ( B C& ) % ) !*# *-% A +! *. D! %' & E *6 F G% ! *A *% H! D I!+! J!+ K +- *4! A L!*4 M N +6 O!*% +.! K *G P +%( ! G *D +D Q +# *K!*G!+D!+# +G +A +4!+% +K!+4!*D!+K!*K`);function B(a,x,k,A,O,Q,re){let he=x,Ae=Q.triplets,Ee=Q.prefixSuffixStorage,qe=Q.prefixSuffixHeads,nt=3*re,ot=Ae[nt],Ht=Ae[nt+1],$r=Ae[nt+2],ln=qe[ot],br=qe[ot+1],at=qe[$r],en=qe[$r+1],Ri=Ht-11,fc=Ht-0;for((Ri<1||Ri>9)&&(Ri=0),(fc<1||fc>9)&&(fc=0);ln!=br;)a[he++]=Ee[ln++];Ri>O&&(Ri=O),A+=Ri,O-=Ri,O-=fc;let sj=O;for(;sj>0;)a[he++]=k[A++],sj--;if(Ht==10||Ht==11){let Ot=he-O;for(Ht==10&&(O=1);O>0;){let qf=a[Ot]&255;qf<192?(qf>=97&&qf<=122&&(a[Ot]^=32),Ot+=1,O-=1):qf<224?(a[Ot+1]^=32,Ot+=2,O-=2):(a[Ot+2]^=5,Ot+=3,O-=3)}}else if(Ht==21||Ht==22){let Ot=he-O,qf=Q.params[re],Vr=(qf&32767)+(16777216-(qf&32768));for(;O>0;){let To=1,Hi=a[Ot]&255;if(Hi<128)Vr+=Hi,a[Ot]=Vr&127;else if(!(Hi<192)){if(Hi<224)if(O>=2){let Bo=a[Ot+1];Vr+=Bo&63|(Hi&31)<<6,a[Ot]=192|Vr>>6&31,a[Ot+1]=Bo&192|Vr&63,To=2}else To=O;else if(Hi<240)if(O>=3){let Bo=a[Ot+1],Ka=a[Ot+2];Vr+=Ka&63|(Bo&63)<<6|(Hi&15)<<12,a[Ot]=224|Vr>>12&15,a[Ot+1]=Bo&192|Vr>>6&63,a[Ot+2]=Ka&192|Vr&63,To=3}else To=O;else if(Hi<248)if(O>=4){let Bo=a[Ot+1],Ka=a[Ot+2],aj=a[Ot+3];Vr+=aj&63|(Ka&63)<<6|(Bo&63)<<12|(Hi&7)<<18,a[Ot]=240|Vr>>18&7,a[Ot+1]=Bo&192|Vr>>12&63,a[Ot+2]=Ka&192|Vr>>6&63,a[Ot+3]=aj&192|Vr&63,To=4}else To=O}Ot+=To,O-=To,Ht==21&&(O=0)}}for(;at!=en;)a[he++]=Ee[at++];return he-x}function R(a,x){let k=1<<x-1;for(;(a&k)!=0;)k>>=1;return(a&k-1)+k}function oe(a,x,k,A,O){do A-=k,a[x+A]=O;while(A>0)}function fe(a,x,k){let A=1<<x-k;for(;x<15&&(A-=a[x],!(A<=0));)x++,A<<=1;return x-k}function rt(a,x,k,A,O){let Q=a[x],re,he=new Int32Array(O),Ae=new Int32Array(16),Ee=new Int32Array(16),qe;for(qe=0;qe<O;qe++)Ae[A[qe]]++;Ee[1]=0;for(let at=1;at<15;at++)Ee[at+1]=Ee[at]+Ae[at];for(qe=0;qe<O;qe++)A[qe]!=0&&(he[Ee[A[qe]]++]=qe);let nt=k,ot=1<<nt,Ht=ot;if(Ee[15]==1){for(re=0;re<Ht;re++)a[Q+re]=he[0];return Ht}re=0,qe=0;for(let at=1,en=2;at<=k;at++,en<<=1)for(;Ae[at]>0;Ae[at]--)oe(a,Q+re,en,ot,at<<16|he[qe++]),re=R(re,at);let $r=Ht-1,ln=-1,br=Q;for(let at=k+1,en=2;at<=15;at++,en<<=1)for(;Ae[at]>0;Ae[at]--)(re&$r)!=ln&&(br+=ot,nt=fe(Ae,at,k),ot=1<<nt,Ht+=ot,ln=re&$r,a[Q+ln]=nt+k<<16|br-Q-ln),oe(a,br+(re>>k),en,ot,at-k<<16|he[qe++]),re=R(re,at);return Ht}function Je(a){if(a.endOfStreamReached!=0){if(Oe(a)>=-2)return;throw"No more input"}let x=a.halfOffset<<1,k=4096-x;for(a.byteBuffer.copyWithin(0,x,4096),a.halfOffset=0;k<4096;){let A=4096-k,O=fj(a.input,a.byteBuffer,k,A);if(O<=0){a.endOfStreamReached=1,a.tailBytes=k,k+=1;break}k+=O}Fe(a,k)}function qt(a,x){if(a.endOfStreamReached==0)return;let k=(a.halfOffset<<1)+(a.bitOffset+7>>3)-4;if(k>a.tailBytes)throw"Read after end";if(x!=0&&k!=a.tailBytes)throw"Unused bytes after end"}function mr(a){if(a.bitOffset>32)throw"Accumulator underloaded: "+a.bitOffset}function Be(a,x){let k=a.accumulator32>>>a.bitOffset&(1<<x)-1;return a.bitOffset+=x,k}function Un(a,x){let k=Be(a,16);return a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16,k|Be(a,x-16)<<16}function v(a){a.byteBuffer=new Int8Array(4160),a.accumulator32=0,a.shortBuffer=new Int16Array(2080),a.bitOffset=32,a.halfOffset=2048,a.endOfStreamReached=0,I(a)}function I(a){a.halfOffset>2030&&Je(a),qt(a,0),a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16,a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16}function P(a){a.bitOffset==32&&I(a)}function ne(a){let x=32-a.bitOffset&7;if(x!=0&&Be(a,x)!=0)throw"Corrupted padding bits"}function Oe(a){let x=2048;return a.endOfStreamReached!=0&&(x=a.tailBytes+1>>1),x-a.halfOffset}function Qe(a,x,k,A){if((a.bitOffset&7)!=0)throw"Unaligned copyBytes";for(;a.bitOffset!=32&&A!=0;)x[k++]=a.accumulator32>>>a.bitOffset,a.bitOffset+=8,A--;if(A==0)return;let O=vo(Oe(a),A>>1);if(O>0){let Q=a.halfOffset<<1,re=O<<1;x.set(a.byteBuffer.subarray(Q,Q+re),k),k+=re,A-=re,a.halfOffset+=O}if(A!=0){if(Oe(a)>0){for(a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16);A!=0;)x[k++]=a.accumulator32>>>a.bitOffset,a.bitOffset+=8,A--;qt(a,0);return}for(;A>0;){let Q=fj(a.input,x,k,A);if(Q==-1)throw"Unexpected end of input";k+=Q,A-=Q}}}function Fe(a,x){let k=a.byteBuffer,A=x>>1,O=a.shortBuffer;for(let Q=0;Q<A;++Q)O[Q]=k[Q*2]&255|(k[Q*2+1]&255)<<8}let It=new Int32Array(2048);function gt(a,x,k){for(let O=0;O<256;++O)a[O]=O&63,a[512+O]=O>>2,a[1792+O]=2+(O>>6);for(let O=0;O<128;++O)a[1024+O]=4*(x.charCodeAt(O)-32);for(let O=0;O<64;++O)a[1152+O]=O&1,a[1216+O]=2+(O&1);let A=1280;for(let O=0;O<19;++O){let Q=O&3,re=k.charCodeAt(O)-32;for(let he=0;he<re;++he)a[A++]=Q}for(let O=0;O<16;++O)a[1792+O]=1,a[2032+O]=6;a[1792]=0,a[2047]=7;for(let O=0;O<256;++O)a[1536+O]=a[1792+O]<<3}gt(It,` !! ! "#$##%#$&'##(#)#++++++++++((&*'##,---,---,-----,-----,-----&#'###.///.///./////./////./////&#'# `,"A/* ': & : $ \x81 @");function St(){this.ringBuffer=new Int8Array(0),this.contextModes=new Int8Array(0),this.contextMap=new Int8Array(0),this.distContextMap=new Int8Array(0),this.distExtraBits=new Int8Array(0),this.output=new Int8Array(0),this.byteBuffer=new Int8Array(0),this.shortBuffer=new Int16Array(0),this.intBuffer=new Int32Array(0),this.rings=new Int32Array(0),this.blockTrees=new Int32Array(0),this.literalTreeGroup=new Int32Array(0),this.commandTreeGroup=new Int32Array(0),this.distanceTreeGroup=new Int32Array(0),this.distOffset=new Int32Array(0),this.runningState=0,this.nextRunningState=0,this.accumulator32=0,this.bitOffset=0,this.halfOffset=0,this.tailBytes=0,this.endOfStreamReached=0,this.metaBlockLength=0,this.inputEnd=0,this.isUncompressed=0,this.isMetadata=0,this.literalBlockLength=0,this.numLiteralBlockTypes=0,this.commandBlockLength=0,this.numCommandBlockTypes=0,this.distanceBlockLength=0,this.numDistanceBlockTypes=0,this.pos=0,this.maxDistance=0,this.distRbIdx=0,this.trivialLiteralContext=0,this.literalTreeIdx=0,this.commandTreeIdx=0,this.j=0,this.insertLength=0,this.contextMapSlice=0,this.distContextMapSlice=0,this.contextLookupOffset1=0,this.contextLookupOffset2=0,this.distanceCode=0,this.numDirectDistanceCodes=0,this.distancePostfixBits=0,this.distance=0,this.copyLength=0,this.maxBackwardDistance=0,this.maxRingBufferSize=0,this.ringBufferSize=0,this.expectedTotalSize=0,this.outputOffset=0,this.outputLength=0,this.outputUsed=0,this.ringBufferBytesWritten=0,this.ringBufferBytesReady=0,this.isEager=0,this.isLargeWindow=0,this.cdNumChunks=0,this.cdTotalSize=0,this.cdBrIndex=0,this.cdBrOffset=0,this.cdBrLength=0,this.cdBrCopied=0,this.cdChunks=new Array(0),this.cdChunkOffsets=new Int32Array(0),this.cdBlockBits=0,this.cdBlockMap=new Int8Array(0),this.input=null,this.ringBuffer=new Int8Array(0),this.rings=new Int32Array(10),this.rings[0]=16,this.rings[1]=15,this.rings[2]=11,this.rings[3]=4}let xt=null,er=new Int32Array(32),qo=new Int32Array(32);function e1(a,x){if(f1(a)==0||o1(a)==0)throw"newData must be a direct read-only byte buffer";if(x.length>31)throw"sizeBits length must be at most "+31;for(let re=0;re<4;++re)if(x[re]!=0)throw"first "+4+" must be 0";let k=er,A=qo;A.set(x.subarray(0,0+x.length),0);let O=0,Q=a.length;for(let re=0;re<x.length;++re){k[re]=O;let he=A[re];if(he!=0){if(he>=31)throw"newSizeBits values must be less than 31";if(O+=re<<he,O<=0||O>Q)throw"newSizeBits is inconsistent: overflow"}}for(let re=x.length;re<32;++re)k[re]=O;if(O!=Q)throw"newSizeBits is inconsistent: underflow";xt=a}function t1(a,x,k,A,O,Q){let re=a1(x+k);if(re.length!=a.length)throw"Corrupted brotli dictionary";let he=0,Ae=A.length;for(let Ee=0;Ee<Ae;Ee+=2){let qe=A.charCodeAt(Ee)-36,nt=A.charCodeAt(Ee+1)-36;for(let ot=0;ot<qe;++ot)re[he]^=3,he++;for(let ot=0;ot<nt;++ot)re[he]^=236,he++}for(let Ee=0;Ee<Q.length;++Ee)O[Ee]=Q.charCodeAt(Ee)-65;a.set(re)}{let a=new Int8Array(122784),x=new Int32Array(25);t1(a,'wjnfgltmojefofewab`h`lgfgbwbpkltlmozpjwf`jwzlsfmivpwojhfeqfftlqhwf{wzfbqlufqalgzolufelqnallhsobzojufojmfkfosklnfpjgfnlqftlqgolmdwkfnujftejmgsbdfgbzpevookfbgwfqnfb`kbqfbeqlnwqvfnbqhbaofvslmkjdkgbwfobmgmftpfufmmf{w`bpfalwkslpwvpfgnbgfkbmgkfqftkbwmbnfOjmhaoldpjyfabpfkfognbhfnbjmvpfq$*#(klogfmgptjwkMftpqfbgtfqfpjdmwbhfkbufdbnfpffm`boosbwktfoosovpnfmvejonsbqwiljmwkjpojpwdllgmffgtbzptfpwilapnjmgboploldlqj`kvpfpobpwwfbnbqnzellghjmdtjoofbpwtbqgafpwejqfSbdfhmltbtbz-smdnlufwkbmolbgdjufpfoemlwfnv`keffgnbmzql`hj`lmlm`follhkjgfgjfgKlnfqvofklpwbib{jmel`ovaobtpofppkboeplnfpv`kylmf233&lmfp`bqfWjnfqb`faovfelvqtffheb`fklsfdbufkbqgolpwtkfmsbqhhfswsbpppkjsqllnKWNOsobmWzsfglmfpbufhffseobdojmhplogejufwllhqbwfwltmivnswkvpgbqh`bqgejofefbqpwbzhjoowkbweboobvwlfufq-`lnwbohpklsulwfgffsnlgfqfpwwvqmalqmabmgefooqlpfvqo+phjmqlof`lnfb`wpbdfpnffwdlog-isdjwfnubqzefowwkfmpfmggqlsUjft`lsz2-3!?,b=pwlsfopfojfpwlvqsb`h-djesbpw`pp<dqbznfbm%dw8qjgfpklwobwfpbjgqlbgubq#effoilkmqj`hslqwebpw$VB.gfbg?,a=sllqajoowzsfV-P-tllgnvpw1s{8JmelqbmhtjgftbmwtbooofbgX3^8sbvotbufpvqf\'+$ tbjwnbppbqnpdlfpdbjmobmdsbjg"..#ol`hvmjwqllwtbohejqntjef{no!plmdwfpw13s{hjmgqltpwlloelmwnbjopbefpwbqnbsp`lqfqbjmeoltabazpsbmpbzp7s{85s{8bqwpellwqfbotjhjkfbwpwfswqjslqd,obhftfbhwlogElqn`bpwebmpabmhufqzqvmpivozwbph2s{8dlbodqftpoltfgdfjg>!pfwp6s{8-ip<73s{je#+pllmpfbwmlmfwvafyfqlpfmwqffgeb`wjmwldjewkbqn2;s{`bnfkjooalogyllnuljgfbpzqjmdejoosfbhjmjw`lpw0s{8ib`hwbdpajwpqloofgjwhmftmfbq?"..dqltIPLMgvwzMbnfpbofzlv#olwpsbjmibyy`logfzfpejpkttt-qjphwbapsqfu23s{qjpf16s{Aovfgjmd033/abooelqgfbqmtjogal{-ebjqob`hufqpsbjqivmfwf`kje+"sj`hfujo\'+! tbqnolqgglfpsvoo/333jgfbgqbtkvdfpslwevmgavqmkqfe`foohfzpwj`hklvqolppevfo21s{pvjwgfboQPP!bdfgdqfzDFW!fbpfbjnpdjqobjgp;s{8mbuzdqjgwjsp :::tbqpobgz`bqp*8#~sks<kfoowbootklnyk9 ), #233kboo- B4s{8svpk`kbw3s{8`qft),?,kbpk46s{eobwqbqf#%%#wfoo`bnslmwlobjgnjppphjswfmwejmfnbofdfwpsolw733/  `lloeffw-sks?aq=fqj`nlpwdvjgafoogfp`kbjqnbwkbwln,jnd% ;1ov`h`fmw3338wjmzdlmfkwnopfoogqvdEQFFmlgfmj`h<jg>olpfmvooubpwtjmgQPP#tfbqqfozaffmpbnfgvhfmbpb`bsftjpkdvoeW109kjwppolwdbwfhj`haovqwkfz26s{$$*8*8!=npjftjmpajqgplqwafwbpffhW2;9lqgpwqffnboo53s{ebqnlupalzpX3^-$*8!SLPWafbqhjgp*8~~nbqzwfmg+VH*rvbgyk9\n.pjy....sqls$*8ojewW2:9uj`fbmgzgfaw=QPPsllomf`haoltW259gllqfuboW249ofwpebjolqbosloomlub`lopdfmf#lxplewqlnfwjooqlpp?k0=slvqebgfsjmh?wq=njmj*\x7F"+njmfyk9abqpkfbq33*8njoh#..=jqlmeqfggjphtfmwpljosvwp,ip,klozW119JPAMW139bgbnpffp?k1=iplm$/#$`lmwW129#QPPollsbpjbnllm?,s=plvoOJMFelqw`bqwW279?k2=;3s{"..?:s{8W379njhf975Ymj`fjm`kZlqhqj`fyk9\b$**8svqfnbdfsbqbwlmfalmg904Y\\le\\$^*8333/yk9\vwbmhzbqgaltoavpk965YIbub03s{ \x7F~ &@0&907YifeeF[SJ`bpkujpbdloepmltyk9rvfq-`pppj`hnfbwnjm-ajmggfookjqfsj`pqfmw905YKWWS.132elwltloeFMG#{al{967YALGZgj`h8 ~ f{jw906Yubqpafbw$~*8gjfw:::8bmmf~~?,Xj^-Obmdhn.^tjqfwlzpbggppfbobof{8 \n~f`klmjmf-lqd336*wlmziftppbmgofdpqlle333*#133tjmfdfbqgldpallwdbqz`vwpwzofwfnswjlm-{no`l`hdbmd\'+$-63s{Sk-Gnjp`bobmolbmgfphnjofqzbmvmj{gjp`*8~ gvpw`ojs*- 43s{.133GUGp4^=?wbsfgfnlj((*tbdffvqlskjolswpklofEBRpbpjm.15WobapsfwpVQO#avoh`llh8~ KFBGX3^*baaqivbm+2:;ofpkwtjm?,j=plmzdvzpev`hsjsf\x7F. "331*mgltX2^8X^8 Old#pbow \n\nabmdwqjnabwk*x 33s{ ~*8hl9\0effpbg=p9,,#X^8wloosovd+*x x #-ip$133sgvboalbw-ISD*8 ~rvlw*8 $*8  ~1327132613251324132;132:13131312131113101317131613151314131;131:130313021301130013071306130513041320132113221323133:133;133413351336133713301331133213332:::2::;2::42::52::62::72::02::12::22::32:;:2:;;2:;42:;52:;62:;72:;02:;12:;22:;32:4:2:4;2:442:452:462:472:402:412:422:432:5:2:5;2:542:552:562:572:502:512:522:532:6:2:6;2:642:652:662:672:602:612:622:632333231720:73333::::`lnln/Mpfpwffpwbsfqlwlglkb`f`bgbb/]lajfmg/Abbp/Aujgb`bpllwqlelqlplollwqb`vbogjilpjgldqbmwjslwfnbgfafbodlrv/Efpwlmbgbwqfpsl`l`bpbabilwlgbpjmlbdvbsvfpvmlpbmwfgj`fovjpfoobnbzlylmbbnlqsjpllaqb`oj`foolgjlpklqb`bpj<[<\\<Q<\\<R<P=l<\\=l=o=n<\\<Q<Y<S<R<R=n<T<[<Q<R<X<R=n<R<Z<Y<R<Q<T=i<q<\\<Y<Y<]=g<P=g<~=g=m<R<^=g<^<R<q<R<R<]<s<R<W<T<Q<T<L<H<q<Y<p=g=n=g<r<Q<T<P<X<\\<{<\\<x<\\<q=o<r<]=n<Y<t<[<Y<U<Q=o<P<P<N=g=o<Z5m5f4O5j5i4K5i4U5o5h4O5d4]4C5f4K5m5e5k5d5h5i5h5o4K5d5h5k4D4_4K5h4I5j5k5f4O5f5n4C5k5h4G5i4D5k5h5d5h5f4D5h4K5f4D5o4X5f4K5i4O5i5j4F4D5f5h5j4A4D5k5i5i4X5d4Xejqpwujgflojdkwtlqognfgjbtkjwf`olpfaob`hqjdkwpnbooallhpsob`fnvpj`ejfoglqgfqsljmwubovfofufowbaofalbqgklvpfdqlvstlqhpzfbqppwbwfwlgbztbwfqpwbqwpwzofgfbwksltfqsklmfmjdkwfqqlqjmsvwbalvwwfqnpwjwofwllopfufmwol`bowjnfpobqdftlqgpdbnfppklqwpsb`fel`vp`ofbqnlgfoaol`hdvjgfqbgjlpkbqftlnfmbdbjmnlmfzjnbdfmbnfpzlvmdojmfpobwfq`lolqdqffmeqlmw%bns8tbw`kelq`fsqj`fqvofpafdjmbewfqujpjwjppvfbqfbpafoltjmgf{wlwboklvqpobafosqjmwsqfppavjowojmhppsffgpwvgzwqbgfelvmgpfmpfvmgfqpkltmelqnpqbmdfbggfgpwjoonlufgwbhfmbalufeobpkej{fglewfmlwkfqujftp`kf`hofdboqjufqjwfnprvj`hpkbsfkvnbmf{jpwdljmdnlujfwkjqgabpj`sfb`fpwbdftjgwkoldjmjgfbptqlwfsbdfpvpfqpgqjufpwlqfaqfbhplvwkulj`fpjwfpnlmwktkfqfavjogtkj`kfbqwkelqvnwkqffpslqwsbqwz@oj`holtfqojufp`obppobzfqfmwqzpwlqzvpbdfplvmg`lvqwzlvq#ajqwkslsvswzsfpbssozJnbdfafjmdvssfqmlwfpfufqzpkltpnfbmpf{wqbnbw`kwqb`hhmltmfbqozafdbmpvsfqsbsfqmlqwkofbqmdjufmmbnfgfmgfgWfqnpsbqwpDqlvsaqbmgvpjmdtlnbmebopfqfbgzbvgjlwbhfptkjof-`ln,ojufg`bpfpgbjoz`kjogdqfbwivgdfwklpfvmjwpmfufqaqlbg`lbpw`lufqbssofejofp`z`ofp`fmfsobmp`oj`htqjwfrvffmsjf`ffnbjoeqbnflogfqsklwlojnjw`b`kf`jujop`boffmwfqwkfnfwkfqfwlv`kalvmgqlzbobphfgtklofpjm`fpwl`h#mbnfebjwkkfbqwfnswzleefqp`lsfltmfgnjdkwboavnwkjmhaollgbqqbznbilqwqvpw`bmlmvmjlm`lvmwubojgpwlmfPwzofOldjmkbsszl``vqofew9eqfpkrvjwfejonpdqbgfmffgpvqabmejdkwabpjpklufqbvwl8qlvwf-kwnonj{fgejmboZlvq#pojgfwlsj`aqltmbolmfgqbtmpsojwqfb`kQjdkwgbwfpnbq`krvlwfdllgpOjmhpglvawbpzm`wkvnaboolt`kjfezlvwkmlufo23s{8pfqufvmwjokbmgp@kf`hPsb`frvfqzibnfpfrvbowtj`f3/333Pwbqwsbmfoplmdpqlvmgfjdkwpkjewtlqwkslpwpofbgptffhpbuljgwkfpfnjofpsobmfpnbqwboskbsobmwnbqhpqbwfpsobzp`objnpbofpwf{wppwbqptqlmd?,k0=wkjmd-lqd,nvowjkfbqgSltfqpwbmgwlhfmplojg+wkjpaqjmdpkjsppwbeewqjfg`boopevoozeb`wpbdfmwWkjp#,,..=bgnjmfdzswFufmw26s{8Fnbjowqvf!`qlpppsfmwaoldpal{!=mlwfgofbuf`kjmbpjyfpdvfpw?,k7=qlalwkfbuzwqvf/pfufmdqbmg`qjnfpjdmpbtbqfgbm`fskbpf=?"..fm\\VP% 0:8133s{\\mbnfobwjmfmilzbib{-bwjlmpnjwkV-P-#klogpsfwfqjmgjbmbu!=`kbjmp`lqf`lnfpgljmdsqjlqPkbqf2::3pqlnbmojpwpibsbmeboopwqjboltmfqbdqff?,k1=bavpfbofqwlsfqb!.,,T`bqgpkjoopwfbnpSklwlwqvwk`ofbm-sks<pbjmwnfwboolvjpnfbmwsqlleaqjfeqlt!=dfmqfwqv`hollhpUbovfEqbnf-mfw,..= ?wqz#x ubq#nbhfp`lpwpsobjmbgvowrvfpwwqbjmobalqkfosp`bvpfnbdj`nlwlqwkfjq163s{ofbpwpwfsp@lvmw`lvogdobpppjgfpevmgpklwfobtbqgnlvwknlufpsbqjpdjufpgvw`kwf{bpeqvjwmvoo/\x7F\x7FX^8wls!= ?"..SLPW!l`fbm?aq,=eollqpsfbhgfswk#pjyfabmhp`bw`k`kbqw13s{8bojdmgfboptlvog63s{8vqo>!sbqhpnlvpfNlpw#---?,bnlmdaqbjmalgz#mlmf8abpfg`bqqzgqbewqfefqsbdf\\klnf-nfwfqgfobzgqfbnsqlufiljmw?,wq=gqvdp?"..#bsqjojgfboboofmf{b`welqwk`lgfpoldj`Ujft#pffnpaobmhslqwp#+133pbufg\\ojmhdlbopdqbmwdqffhklnfpqjmdpqbwfg03s{8tklpfsbqpf+*8!#Aol`hojmv{ilmfpsj{fo$*8!=*8je+.ofewgbujgklqpfEl`vpqbjpfal{fpWqb`hfnfmw?,fn=abq!=-pq`>wltfqbow>!`baofkfmqz17s{8pfwvsjwbozpkbqsnjmlqwbpwftbmwpwkjp-qfpfwtkffodjqop,`pp,233&8`ovappwveeajaofulwfp#2333hlqfb~*8 abmgprvfvf>#x~8;3s{8`hjmdx \n\nbkfbg`ol`hjqjpkojhf#qbwjlpwbwpElqn!zbkll*X3^8Balvwejmgp?,k2=gfavdwbphpVQO#>`foop~*+*821s{8sqjnfwfoopwvqmp3{533-isd!psbjmafb`kwb{fpnj`qlbmdfo..=?,djewppwfuf.ojmhalgz-~*8 \nnlvmw#+2::EBR?,qldfqeqbmh@obpp1;s{8effgp?k2=?p`lwwwfpwp11s{8gqjmh*#\x7F\x7F#oftjppkboo 30:8#elq#olufgtbpwf33s{8ib9npjnlm?elmwqfsoznffwpvmwfq`kfbswjdkwAqbmg*#">#gqfpp`ojspqllnplmhfznlajonbjm-Mbnf#sobwfevmmzwqffp`ln,!2-isdtnlgfsbqbnPWBQWofew#jggfm/#132*8 ~ elqn-ujqvp`kbjqwqbmptlqpwSbdfpjwjlmsbw`k?".. l.`b`ejqnpwlvqp/333#bpjbmj((*xbglaf$*X3^jg>23alwk8nfmv#-1-nj-smd!hfujm`lb`k@kjogaqv`f1-isdVQO*(-isd\x7Fpvjwfpoj`fkbqqz213!#ptffwwq= mbnf>gjfdlsbdf#ptjpp..= eee8!=Old-`ln!wqfbwpkffw*#%%#27s{8poffsmwfmwejofgib9ojg>!`Mbnf!tlqpfpklwp.al{.gfowb %ow8afbqp97;Y?gbwb.qvqbo?,b=#psfmgabhfqpklsp>#!!8sks!=`wjlm20s{8aqjbmkfoolpjyf>l>&1E#iljmnbzaf?jnd#jnd!=/#eipjnd!#!*X3^NWlsAWzsf!mftozGbmph`yf`kwqbjohmltp?,k6=ebr!=yk.`m23*8 .2!*8wzsf>aovfpwqvozgbujp-ip$8= ?"pwffo#zlv#k1= elqn#ifpvp233&#nfmv- \n tbofpqjphpvnfmwggjmda.ojhwfb`kdje!#ufdbpgbmphffpwjpkrjspvlnjplaqfgfpgffmwqfwlglpsvfgfb/]lpfpw/Mwjfmfkbpwblwqlpsbqwfglmgfmvfulkb`fqelqnbnjpnlnfilqnvmglbrv/Ag/Abpp/_olbzvgbef`kbwlgbpwbmwlnfmlpgbwlplwqbppjwjlnv`klbklqbovdbqnbzlqfpwlpklqbpwfmfqbmwfpelwlpfpwbpsb/Apmvfubpbovgelqlpnfgjlrvjfmnfpfpslgfq`kjofpfq/Muf`fpgf`jqilp/Efpwbqufmwbdqvslkf`klfoolpwfmdlbnjdl`lpbpmjufodfmwfnjpnbbjqfpivojlwfnbpkb`jbebulqivmjlojaqfsvmwlavfmlbvwlqbaqjoavfmbwf{wlnbqylpbafqojpwbovfdl`/_nlfmfqlivfdlsfq/Vkbafqfpwlzmvm`bnvifqubolqevfqbojaqldvpwbjdvboulwlp`bplpdv/Absvfglplnlpbujplvpwfggfafmml`kfavp`bebowbfvqlppfqjfgj`kl`vqpl`obuf`bpbpof/_msobylobqdllaqbpujpwbbslzlivmwlwqbwbujpwl`qfbq`bnslkfnlp`jm`l`bqdlsjplplqgfmkb`fm/Mqfbgjp`lsfgql`fq`bsvfgbsbsfonfmlq/Vwjo`obqlilqdf`boofslmfqwbqgfmbgjfnbq`bpjdvffoobppjdol`l`kfnlwlpnbgqf`obpfqfpwlmj/]lrvfgbsbpbqabm`lkjilpujbifsbaol/Epwfujfmfqfjmlgfibqelmgl`bmbomlqwfofwqb`bvpbwlnbqnbmlpovmfpbvwlpujoobufmglsfpbqwjslpwfmdbnbq`loofubsbgqfvmjglubnlpylmbpbnalpabmgbnbqjbbavplnv`kbpvajqqjlibujujqdqbgl`kj`bboo/Ailufmgj`kbfpwbmwbofppbojqpvfolsfplpejmfpoobnbavp`l/Epwboofdbmfdqlsobybkvnlqsbdbqivmwbglaofjpobpalopbab/]lkbaobov`kb/mqfbgj`fmivdbqmlwbpuboofboo/M`bqdbglolqbabilfpw/Edvpwlnfmwfnbqjlejqnb`lpwlej`kbsobwbkldbqbqwfpofzfpbrvfonvpflabpfpsl`lpnjwbg`jfol`kj`lnjfgldbmbqpbmwlfwbsbgfafpsobzbqfgfppjfwf`lqwf`lqfbgvgbpgfpflujfilgfpfbbdvbp%rvlw8glnbjm`lnnlmpwbwvpfufmwpnbpwfqpzpwfnb`wjlmabmmfqqfnlufp`qloovsgbwfdolabonfgjvnejowfqmvnafq`kbmdfqfpvowsvaoj`p`qffm`kllpfmlqnbowqbufojppvfpplvq`fwbqdfwpsqjmdnlgvofnlajofptjw`ksklwlpalqgfqqfdjlmjwpfoepl`jbob`wjuf`lovnmqf`lqgelooltwjwof=fjwkfqofmdwkebnjozeqjfmgobzlvwbvwklq`qfbwfqfujftpvnnfqpfqufqsobzfgsobzfqf{sbmgsloj`zelqnbwglvaofsljmwppfqjfpsfqplmojujmdgfpjdmnlmwkpelq`fpvmjrvftfjdkwsflsoffmfqdzmbwvqfpfbq`kejdvqfkbujmd`vpwlnleepfwofwwfqtjmgltpvanjwqfmgfqdqlvspvsolbgkfbowknfwklgujgflpp`klloevwvqfpkbgltgfabwfubovfpLaif`wlwkfqpqjdkwpofbdvf`kqlnfpjnsofmlwj`fpkbqfgfmgjmdpfbplmqfslqwlmojmfprvbqfavwwlmjnbdfpfmbaofnlujmdobwfpwtjmwfqEqbm`fsfqjlgpwqlmdqfsfbwOlmglmgfwbjoelqnfggfnbmgpf`vqfsbppfgwlddofsob`fpgfuj`fpwbwj``jwjfppwqfbnzfooltbwwb`hpwqffweojdkwkjggfmjmel!=lsfmfgvpfevouboofz`bvpfpofbgfqpf`qfwpf`lmggbnbdfpslqwpf{`fswqbwjmdpjdmfgwkjmdpfeef`wejfogppwbwfpleej`fujpvbofgjwlqulovnfQfslqwnvpfvnnlujfpsbqfmwb``fppnlpwoznlwkfq!#jg>!nbqhfwdqlvmg`kbm`fpvqufzafelqfpznalonlnfmwpsff`knlwjlmjmpjgfnbwwfq@fmwfqlaif`wf{jpwpnjggofFvqlsfdqltwkofdb`znbmmfqfmlvdk`bqffqbmptfqlqjdjmslqwbo`ojfmwpfof`wqbmgln`olpfgwlsj`p`lnjmdebwkfqlswjlmpjnsozqbjpfgfp`bsf`klpfm`kvq`kgfejmfqfbplm`lqmfqlvwsvwnfnlqzjeqbnfsloj`fnlgfopMvnafqgvqjmdleefqppwzofphjoofgojpwfg`boofgpjoufqnbqdjmgfofwfafwwfqaqltpfojnjwpDolabopjmdoftjgdfw`fmwfqavgdfwmltqbs`qfgjw`objnpfmdjmfpbefwz`klj`fpsjqjw.pwzofpsqfbgnbhjmdmffgfgqvppjbsofbpff{wfmwP`qjswaqlhfmbooltp`kbqdfgjujgfeb`wlqnfnafq.abpfgwkflqz`lmejdbqlvmgtlqhfgkfosfg@kvq`kjnsb`wpklvogbotbzpoldl!#alwwlnojpw!=*xubq#sqfej{lqbmdfKfbgfq-svpk+`lvsofdbqgfmaqjgdfobvm`kQfujftwbhjmdujpjlmojwwofgbwjmdAvwwlmafbvwzwkfnfpelqdlwPfbq`kbm`klqbonlpwolbgfg@kbmdfqfwvqmpwqjmdqfolbgNlajofjm`lnfpvssozPlvq`flqgfqpujftfg%maps8`lvqpfBalvw#jpobmg?kwno#`llhjfmbnf>!bnbylmnlgfqmbguj`fjm?,b=9#Wkf#gjboldklvpfpAFDJM#Nf{j`lpwbqwp`fmwqfkfjdkwbggjmdJpobmgbppfwpFnsjqfP`kllofeelqwgjqf`wmfbqoznbmvboPfof`w- Lmfiljmfgnfmv!=SkjojsbtbqgpkbmgofjnslqwLeej`fqfdbqgphjoopmbwjlmPslqwpgfdqfftffhoz#+f-d-afkjmggl`wlqolddfgvmjwfg?,a=?,afdjmpsobmwpbppjpwbqwjpwjppvfg033s{\x7F`bmbgbbdfm`zp`kfnfqfnbjmAqbyjopbnsofoldl!=afzlmg.p`bofb``fswpfqufgnbqjmfEllwfq`bnfqb?,k2= \\elqn!ofbufppwqfpp!#,= -dje!#lmolbgolbgfqL{elqgpjpwfqpvqujuojpwfmefnbofGfpjdmpjyf>!bssfbowf{w!=ofufopwkbmhpkjdkfqelq`fgbmjnbobmzlmfBeqj`bbdqffgqf`fmwSflsof?aq#,=tlmgfqsqj`fpwvqmfg\x7F\x7F#x~8nbjm!=jmojmfpvmgbztqbs!=ebjofg`fmpvpnjmvwfafb`lmrvlwfp263s{\x7Ffpwbwfqfnlwffnbjo!ojmhfgqjdkw8pjdmboelqnbo2-kwnopjdmvssqjm`feolbw9-smd!#elqvn-B``fppsbsfqpplvmgpf{wfmgKfjdkwpojgfqVWE.;!%bns8#Afelqf-#TjwkpwvgjlltmfqpnbmbdfsqlejwiRvfqzbmmvbosbqbnpalvdkwebnlvpdlldofolmdfqj((*#xjpqbfopbzjmdgf`jgfklnf!=kfbgfqfmpvqfaqbm`ksjf`fpaol`h8pwbwfgwls!=?qb`jmdqfpjyf..%dw8sb`jwzpf{vboavqfbv-isd!#23/333lawbjmwjwofpbnlvmw/#Jm`-`lnfgznfmv!#ozqj`pwlgbz-jmgffg`lvmwz\\oldl-EbnjozollhfgNbqhfwopf#jeSobzfqwvqhfz*8ubq#elqfpwdjujmdfqqlqpGlnbjm~fopfxjmpfqwAold?,ellwfqoldjm-ebpwfqbdfmwp?algz#23s{#3sqbdnbeqjgbzivmjlqgloobqsob`fg`lufqpsovdjm6/333#sbdf!=alpwlm-wfpw+bubwbqwfpwfg\\`lvmwelqvnpp`kfnbjmgf{/ejoofgpkbqfpqfbgfqbofqw+bssfbqPvanjwojmf!=algz!= )#WkfWklvdkpffjmdifqpfzMftp?,ufqjezf{sfqwjmivqztjgwk>@llhjfPWBQW#b`qlpp\\jnbdfwkqfbgmbwjufsl`hfwal{!= Pzpwfn#Gbujg`bm`fqwbaofpsqlufgBsqjo#qfboozgqjufqjwfn!=nlqf!=albqgp`lolqp`bnsvpejqpw#\x7F\x7F#X^8nfgjb-dvjwbqejmjpktjgwk9pkltfgLwkfq#-sks!#bppvnfobzfqptjoplmpwlqfpqfojfeptfgfm@vpwlnfbpjoz#zlvq#Pwqjmd Tkjowbzolq`ofbq9qfplqweqfm`kwklvdk!*#(#!?algz=avzjmdaqbmgpNfnafqmbnf!=lssjmdpf`wlq6s{8!=upsb`fslpwfqnbilq#`leeffnbqwjmnbwvqfkbssfm?,mbu=hbmpbpojmh!=Jnbdfp>ebopftkjof#kpsb`f3%bns8# Jm##sltfqSlophj.`lolqilqgbmAlwwlnPwbqw#.`lvmw1-kwnomftp!=32-isdLmojmf.qjdkwnjoofqpfmjlqJPAM#33/333#dvjgfpubovf*f`wjlmqfsbjq-{no!##qjdkwp-kwno.aol`hqfdF{s9klufqtjwkjmujqdjmsklmfp?,wq=vpjmd# \nubq#=$*8 \n?,wg= ?,wq= abkbpbaqbpjodbofdlnbdzbqslophjpqsphj4]4C5d\bTA\nzk\vBl\bQ\x7F\vUmGx\bSM\nmC\bTA wQ\nd}\bW@\bTl\bTF i@ cT\vBM\v|jBV qw cC\bWI\npa fM\n{Z{X\bTF\bVV\bVK \x7FmkF []\bPm\bTv\nsI\vpg [I\bQpmx\v_W\n^M\npe\vQ}\vGu\nel\npeChBV\bTA So\nzk\vGL\vxD\nd[JzMY\bQpli\nfl\npC{BNt\vwT i_\bTgQQ\n|p\vXN\bQS\vxDQC\bWZ pD\vVS\bTWNtYh\nzuKjN} wr Ha\n_D j`\vQ}\vWp\nxZ{c ji BU\nbDa| Tn pV\nZd\nmC\vEV{X c} To\bWl\bUd IQ cg\vxs\nXW wR\vek c} ]y Jn\nrp\neg\npV\nz\\{W\npl\nz\\\nzU Pc `{\bV@\nc|\bRw i_\bVb\nwX HvSu\bTF\v_W\vWs\vsIm\x7F\nTT\ndc US }f iZ\bWz c}MD Be iD\v@@\bTl\bPv }tSwM`\vnU kW\ved\nqo\vxY A|\bTz\vy`BRBM iaXU\nyun^ fL iI\nXW fD\bWz\bW@ yj \x7Fm av BN\vb\\ pD\bTf\nY[ Jn\bQy [^\vWc\vyuDlCJ\vWj\vHR `V\vuW Qy\np@\vGuplJm\bW[\nLP\nxC\n`m wQui\x7FR\nbI wQ BZ WVBR\npg cgtiCW\n_y Rg\bQa\vQB\vWc\nYble\ngESu\nL[ Q\x7F ea dj\v]W\nb~M` wL\bTV\bVH\nt\x7F\npl |bs_\bU|\bTaoQlvSkM`\bTv\vK}\nfl cCoQBR Hk |d\bQp HK BZ\vHR\bPv\vLx\vEZ\bT\x7F\bTv iDoDMU\vwBSuk`St\ntC Pl Kg\noi jY\vxYh}\nzk\bWZ \x7Fm\ve` TB fE\nzk `zYh\nV| HK AJ AJ\bUL p\\ ql\nYcKd\nfyYh [I\vDgJm\n]n\nlb\bUd\n{Z lu fsoQ\bTWJm\vwB eaYhBC sb Tn\nzU\n_y\vxY Q]\ngwmt O\\\ntb\bWW\bQy mI V[\ny\\\naB\vRb wQ\n]QQJ\bWg\vWa\bQj\ntC\bVH\nYm\vxs\bVK\nel\bWI\vxYCq\ntR\vHV\bTl\bVw ay\bQa\bVV }t dj\nr| p\\ wR\n{i\nTT [I i[ AJ\vxs\v_W d{\vQ} cg Tz A| Cj\vLmN}m\x7F\nbK dZ p\\ `V sV\np@ iD wQ\vQ}\bTfkaJm\v@@\bV` zp\n@NSw iI cg\noiSu\bVwloCy c}\vb\\ sUBA\bWI\bTf\nxS Vp\nd|\bTV\vbC NoJu\nTC |`\n{Z D]\bU| c}lm\bTl Bv Pl c}\bQp \x7Fm\nLk kj\n@NSbKO j_ p\\\nzU\bTl\bTg\bWI cfXO\bWW\ndzli BN\nd[\bWOMD\vKC dj I_\bVV\ny\\\vLmxl xB kV\vb\\\vJW\vVS Vx\vxD d{MD\bTa |`\vPzR}\vWsBM\nsICN\bTaJm\npe i_\npV\nrh Rd Hv\n~A\nxR\vWh\vWk\nxS\vAz\vwX\nbIoQ fw\nqI\nV|\nunz\x7F\vpg d\\\voA{D i_xB\bT\x7F `Vqr TTg]CA\vuR VJ T`\npw\vRb I_\nCxRo\vsICjKh Bv WVBBoD{D\nhcKm\v^R QE\n{I\np@\nc|Gt c}Dl\nzUqN sVk} Hh\v|j\nqou| Q]\vek\x7FZM`St\npe dj\bVG\veE \x7Fm\vWc|I\n[W fL\bT\x7F BZSu\vKaCqNtY[\nqI\bTv fM i@ }fB\\ Qy\vBl\bWgXDkc\vx[\bVV Q] \x7Fa Py\vxD\nfI }foD dj SGls ~DCN\n{Z \\v\n_D\nhc\vx_C[ AJ\nLM VxCI bj c^ cF\ntCSx wrXA\bU\\ |a\vK\\\bTV\bVj\nd| fsCX\ntb\bRw Vx AE A|\bT\x7FNt\vDg Vc\bTld@\npo \x7FM cF\npe iZ Bo\bSq\nfHl`\bTx\bWf HE\vF{ cO fD\nlm\vfZ\nlm\veU dGBH\bTV SiMW\nwX\nz\\ \\cCX\nd} l}\bQp\bTV F~\bQ\x7F `i\ng@nO\bUd\bTl\nL[ wQ ji\ntC |J\nLU\naB\vxYKj AJuN i[\npeSk\vDg\vx]\bVb\bVV\nea kV\nqI\bTaSk\nAO pD\ntb\nts\nyi\bVg i_\v_W\nLkNt yj fMR\x7F iI\bTl\vwX sV\vMl\nyu AJ\bVjKO WV\vA}\vW\x7F\nrp iD\v|olv\vsIBM d~ CU\bVbeV\npC\vwT j` c}\vxs\vps\vvh WV\vGg\vAe\vVK\v]W rg\vWcF` Br\vb\\ dZ\bQp\nqIkF\nLk\vAR\bWI\bTg bs dw\n{L\n_y iZ\bTA lg\bVV\bTl dk\n`k a{ i_{Awj wN\v@@\bTe i_\n_D wL\nAH\viK\vek\n[] p_ yj\bTv US [r\n{I\npsGt\vVK\nplS}\vWP |dMD\vHV\bT\x7FR}M`\bTV\bVHlvCh\bW[Ke R{\v^R ab BZ VA B`\nd|\nhsKe BeOi R{ d\\nB\bWZ dZ VJOs \x7FmuQ\vhZQ@QQ\nfI\bW[B\\li\nzU\nMdM`\nxS\bVV\n\\}\vxD \x7Fm\bTpIS\nc| kVi~ V{\vhZ |b\bWt\n@R\voA\vnU\bWI ea B` iD c} TzBR\vQBNj CP [I\bTv `WuN\vpg\vpg\vWc iT bs wL U_ c\\ |h\vKa Nr fL\nq|\nzu\nz\\ Nr\bUg |bm`\bTv\nyd\nrp\bWf UXBV\nzk\nd} wQ }fCe\ved\bTW\bSB\nxU cn\bTb\ne\x7F a\\ SG\bU|\npV\nN\\Kn\vnU At pD\v^R\vIrb[ R{ dE\vxD\vWK\vWA\bQL\bW@Su\bUd\nDM PcCADloQ Hswiub\n\x7Fa\bQpOb\nLP\bTlY[\vK} AJ\bQ\x7Fn^\vsA\bSM\nqM\bWZ\n^W\vz{S| fD\bVK\bTv\bPvBB CPdF id\vxsmx\vws cC\ntC ycM`\vW\x7F\nrh\bQp\vxD\\o\nsI_k\nzukF fDXsXO jp\bTvBS{B Br\nzQ\nbI c{BDBVnO\bTF caJd fL PV I_\nlK`o wX\npa gu\bP}{^\bWf\n{I BN\npaKl\vpg cn fL\vvhCq\bTl\vnU\bSqCm wR\bUJ\npe\nyd\nYgCy\vKW fD\neaoQ j_ BvnM\vID\bTa\nzApl\n]n\bTa R{ fr\n_y\bUg{Xkk\vxD|Ixl\nfyCe\vwB\nLk\vd]\noi\n}h Q]\npe\bVwHkOQ\nzk AJ\npV\bPv\ny\\ A{Oi\bSBXA\veE jp\nq} iDqN\v^R \x7Fm iZ Br\bVg\noi\n\\X U_\nc|\vHV\bTf Tn\\N\\N\nuBlv\nyu Td\bTf\bPL\v]W dG\nA`\nw^\ngI\npe dw\nz\\ia\bWZ cFJm\n{Z\bWO_kDfRR d\\\bVV\vxsBNtilm Td ]y\vHV So\v|jXX A|\vZ^\vGu\bTWM`kF\vhZ\vVK dG\vBl ay\nxUqEnO\bVw\nqICX\ne\x7F Pl\bWO\vLm dLuHCm dTfn\vwBka\vnU\n@M\nyT Hv \\}Kh d~Yhk}\neR d\\\bWI |b HK iD\bTWMY\npl\bQ_ wr\vAx HE\bTg\bSqvp\vb\\\bWO\nOl\nsI\nfy\vID \\c\n{Z\n^~\npe\nAO TT\vxvk_\bWO\v|j\vwB Qy i@ Pl Ha dZk}ra UT\vJc\ved\np@ QN\nd| kj HkM`\noi wr d\\\nlq\no_\nlb\nL[ acBBBHCm\npl IQ\bVK\vxs\n`e\viK\npaOi US\bTp fD\nPGkkXA\nz\\\neg\vWh wRqN\nqS cnlo\nxS\n^W BU\nt\x7F HE p\\ fF fw\bVV\bW@ ak\vVKls VJ\bVV\veE\\o\nyX\nYmM`lL\nd|\nzk A{sE wQXT\nt\x7F Pl ]y\vwT{pMD\vb\\ Q]Kj Jn\nAH\vRb BU HK \\c\nfIm\x7F\nqM\n@R So\noiBT Hv\n_yKh BZ ]i\bUJ V{Sr\nbI\vGg a_\bTR\nfI\nfl [K IIS|\vuW iI\bWI\nqI\v|jBV\bVg\bWZkF\vx]\bTA ab fr i@ Jd Jd\vps\nAO\bTaxu iD\nzk |d |`\bW[ lP dG\bVV\vw}\vqO i[\bQ\x7F\bTz\vVF wNts dw\bTv\neS\ngi NryS\npe\bVV\bSq\n`m yj BZ\vWX\bSB c\\\nUR [J c_nM\bWQ\vAx\nMd Brui\vxY\bSM\vWc\v|j\vxs }Q BO\bPL\bWW fM\nAO Pc\veUe^\bTg\nqI ac\bPv cFoQ Q\x7F\vhZka\nz\\ iK BU\n`k CPS|M`\n{I S{_O BZZiSk ps p\\\nYu\n]s\nxC\bWt\nbD kV\vGuyS\nqA [r\neKM` dZlL\bUg\bTl\nbD US\vb\\ pV\nccS\\ ct `z\bPL\vWs\nA`\neg\bSquECR\vDg `W\vz{\vWcSkSk bW\bUg ea\nxZ iI UX VJ\nqn S{\vRb\bTQ\nplGt\vuWuj\npF\nqI fL [I iaXO\nyu\vDg\ved q{VG\bQ\x7Fka Vj kV xB\nd|\np@ QN Pc ps]j kV oU\bTp\nzUnB\vB] a{\bV@\n]nm` cz R{m`\bQa\vwT\bSMMYqN dj~s\vQ}MY\vMB Bv wR\bRg\vQ} ql\vKC\nrmxuCC\vwB\vvh BqXq\npV i_ObuE\nbd\nqo\v{i\nC~ BL\veEuH\bVjEyGz\vzR\v{i cf\n{Z\n]nXA\vGu\vnU hS\vGI\nCc HE\bTA HBBHCj\nCc\bTF HE\nXI A{\bQ\x7F c\\\vmO\vWX\nfH\np@MY\bTF\nlK Bt\nzU TTKm\vwT\npV\ndt\vyI Vx Q\x7F Rg Td\nzU\bRS\nLM wAnM Tn\ndS ]g\nLc\vwB }t [I CPkX\vFm\vhZm\x7F i[\np@\vQ}\vW\x7F |d\nMO\nMd f_ fD cJ Hz\vRb io PyY[\nxU ct\v@@ ww\bPvBMFF\ntbv|\vKm Bq BqKh`o\nZdXU i] |` StB\\\bQ\x7F\v_W TJ\nqI |a A{\vuPMD Pl\nxR fL\vws c{ d\\\bV`\neg HKkc\nd|\bVV\ny\\kc i]\bVG `V ss I_ AE bs du\nel pD\vW\x7F\nqslv\bSMZi\vVKia\vQB Q\x7F\n{Z\bPt\vKl\nlK\nhs\ndS\bVKmf\nd^ kV cO\nc|\bVH \\]\bTv\bSq mI\vDg VJ cn\ny\\\bVg\bTv\nyX\bTF ]]\bTp\noi\nhs\veU\nBf djMr\n|p \\g ]r\bVb{D\nd[XN fM O\\s_ cf iZXN\vWc qv\n`m U^oD\nd|\vGg dE\vwflou}\nd|oQ `iOi\vxD\ndZ\nCxYw\nzk\ntb\ngw yj B`\nyX\vps\ntC\vpP\vqw\bPu\bPX Dm\npwNj ss aG\vxs\bPt\noLGz Ok i@ i]eC IQ ii dj\v@J |duh\bWZ\veU\vnU\bTa cCg]\nzkYh\bVK\nLU\np@\ntb\ntR Cj\vNP i@\bP{\n\\}\n{c\nwX fL\bVG c{ |` AJ |C fDln |d bs\nqI{B\vAx\np@\nzk\vRbOs\vWSe^\vD_ Bv\vWd\bVb\vxs\veE\bRw\n]n\n|p\vg| fwkc\bTIka\n\\TSp ju\vps\npeu|\vGr\bVe CU]MXU\vxD\bTa IQ\vWq CU am dj\bSoSw\vnUCh Q]s_\bPt fS\bTa \\}\n@OYc UZ\bTx\npe\vnU\nzU |} iD\nz\\\bSM\vxDBR\nzQ QN]MYh\nLP\vFm\vLXvc\vqlka HK\bVb\ntC\nCy\bTv\nuVoQ `z [I B`\vRb yj sb\vWs\bTl kV\ved\ne\x7FlL\vxN \x7Fm\nJn jY\vxD\bVb\bSq\vyu wL\vXL\bTA pg At nDXX wR\npl\nhwyS\nps cO\bW[\v|jXN sV p\\ Be\nb~\nAJ\n]ek`qN dw WV HE\vEVJz id B` zhE] fD\bTgqN\bTa jaCv\bSM\nhc\bUet_ ieg] wQ\nPn\bVB jw\bVg\vbE BZ\vRH\bP{ jp\n\\} a_ cC |a\vD] BZ i[ fD\vxW\no_ d\\\n_D\ntb \\c AJ\nlKoQlo\vLx\vM@\bWZKn\vpg\nTi\nIv\n|r\v@}JzLmWhk}ln\vxD\n]sgc\vps Br\bTW\vBMtZ\nBYDW jf\vSWC}\nqo dE mv IQ\bPP\bUblvBC\nzQ [I\vgl\nig\bUsBT\vbC\bSq sU iW\nJn SY HK rg\npV\vID\v|jKO `S |a`vbmglfmujbqnbgqjgavp`bqjmj`jlwjfnslslqrvf`vfmwbfpwbglsvfgfmivfdlp`lmwqbfpw/Mmmlnaqfwjfmfmsfqejonbmfqbbnjdlp`jvgbg`fmwqlbvmrvfsvfgfpgfmwqlsqjnfqsqf`jlpfd/Vmavfmlpuloufqsvmwlppfnbmbkba/Abbdlpwlmvfulpvmjglp`bqolpfrvjslmj/]lpnv`klpbodvmb`lqqfljnbdfmsbqwjqbqqjabnbq/Abklnaqffnsoflufqgbg`bnajlnv`kbpevfqlmsbpbglo/Amfbsbqf`fmvfubp`vqplpfpwbabrvjfqlojaqlp`vbmwlb``fplnjdvfoubqjlp`vbwqlwjfmfpdqvslppfq/Mmfvqlsbnfgjlpeqfmwfb`fq`bgfn/Mplefqwb`l`kfpnlgfoljwbojbofwqbpbod/Vm`lnsqb`vbofpf{jpwf`vfqslpjfmglsqfmpboofdbqujbifpgjmfqlnvq`jbslgq/Msvfpwlgjbqjlsvfaolrvjfqfnbmvfosqlsjl`qjpjp`jfqwlpfdvqlnvfqwfevfmwf`fqqbqdqbmgffef`wlsbqwfpnfgjgbsqlsjbleqf`fwjfqqbf.nbjoubqjbpelqnbpevwvqllaifwlpfdvjqqjfpdlmlqnbpnjpnlp/Vmj`l`bnjmlpjwjlpqby/_mgfajglsqvfabwlofglwfm/Abifp/Vpfpsfql`l`jmblqjdfmwjfmgb`jfmwl`/Mgjykbaobqpfq/Abobwjmbevfqybfpwjoldvfqqbfmwqbq/E{jwlo/_sfybdfmgbu/Agflfujwbqsbdjmbnfwqlpibujfqsbgqfpe/M`jo`bafyb/Mqfbppbojgbfmu/Alibs/_mbavplpajfmfpwf{wlpoofubqsvfgbmevfqwf`ln/Vm`obpfpkvnbmlwfmjglajoablvmjgbgfpw/Mpfgjwbq`qfbgl<X<W=c=k=n<R<V<\\<V<T<W<T=a=n<R<^=m<Y<Y<_<R<S=l<T=n<\\<V<Y=e<Y=o<Z<Y<v<\\<V<]<Y<[<]=g<W<R<Q<T<~=m<Y<S<R<X<A=n<R=n<R<P=k<Y<P<Q<Y=n<W<Y=n=l<\\<[<R<Q<\\<_<X<Y<P<Q<Y<x<W=c<s=l<T<Q<\\=m<Q<T=i=n<Y<P<V=n<R<_<R<X<^<R=n=n<\\<P<M<D<|<P<\\=c<K=n<R<^<\\=m<^<\\<P<Y<P=o<N<\\<V<X<^<\\<Q<\\<P=a=n<T=a=n=o<~<\\<P=n<Y=i<S=l<R=n=o=n<Q<\\<X<X<Q=c<~<R=n=n=l<T<Q<Y<U<~<\\=m<Q<T<P=m<\\<P=n<R=n=l=o<]<r<Q<T<P<T=l<Q<Y<Y<r<r<r<W<T=j=a=n<\\<r<Q<\\<Q<Y<P<X<R<P<P<R<U<X<^<Y<R<Q<R=m=o<X\fHy\fIk\fHU\fId\fHy\fIl\fHT\fIk\fHy\fHR\fHy\fIg\fHx\fH\\\fHF\fH\\\fHD\fIk\fHc\fHy\fHy\fHS\fHA\fIl\fHk\fHT\fHy\fH\\\fHH\fIg\fHU\fIg\fHj\fHF\fHU\fIl\fHC\fHU\fHC\fHR\fHH\fHy\fHI\fHRibdqbm\fHj\fHp\fHp\fIg\fHi\fH@\fHJ\fIg\fH{\fHd\fHp\fHR\fH{\fHc\fHU\fHB\fHk\fHD\fHY\fHU\fHC\fIk\fHI\fIk\fHI\fIl\fHt\fH\\\fHp\fH@\fHJ\fIl\fHy\fHd\fHp\fIl\fHY\fIk\fHD\fHd\fHD\fHc\fHU\fH\\\fHe\fHT\fHB\fIk\fHy\fHB\fHY\fIg\fH^\fIk\fHT\fH@\fHB\fHd\fHJ\fIk\fH\x7F\fH\\\fHj\fHB\fH@\fHT\fHA\fH\\\fH@\fHD\fHv\fH^\fHB\fHD\fHj\fH{\fHT\fIl\fH^\fIl4U5h5e4I5h5e5k4\\4K4N4B4]4U4C4C4K5h5e5k4\\5k4Y5d4]4V5f4]5o4K5j5d5h4K4D5f5j4U4]4Z4\\5h5o5k5j4K5f5d5i5n4K5h4U5h5f4K5j4K5h5o5j4A4F5e5n4D5h5d4A4E4K4B4]5m5n4[4U4D4C4]5o5j4I4\\4K5o5i4K4K4A4C4I5h4K5m5f5k4D4U4Z5o5f5m4D4A4G5d5i5j5d5k5d4O5j4K4@4C4K5h5k4K4_5h5i4U5j4C5h5f4_4U4D4]4Y5h5e5i5j4\\4D5k4K4O5j5k5i4G5h5o5j4F4K5h4K4A5f4G5i4Y4]4X4]4A4A5d5h5d5m5f4K4\\4K5h5o5h5i4]4E4K5j4F4K5h5m4O4D5d4B4K4Y4O5j4F4K5j5k4K5h5f4U4Z5d5d5n4C4K4D5j4B5f4]4D5j4F5h5o5i4X4K4M5d5k5f4K4D5d5n4Y4Y5d5i4K4]5n5i4O4A4C5j4A5j4U4C5i4]4O5f4K4A4E5o4F4D4C5d5j5f4@4D5i5j5k4F4A4F4@5k4E4_5j4E5f4F5i5o4]4E4V4^4E5j5m4_4D5f4F5h5h5k5h5j4K4F5h5o5n5h4D5h5i4K4U5j5k4O5d5h4X5f4M5j5d4]4O5i4K5m5f5o4D5o5h4\\4K4F4]4F4D4D4O5j5k5i4_4K5j5o4D5f4U5m5n4C4A4_5j5h5k5i4X4U4]4O5k5h4X5k4]5n4[4]4[5h4Dsqlejofpfquj`fgfebvowkjnpfoegfwbjop`lmwfmwpvsslqwpwbqwfgnfppbdfpv``fppebpkjlm?wjwof=`lvmwqzb``lvmw`qfbwfgpwlqjfpqfpvowpqvmmjmdsql`fpptqjwjmdlaif`wpujpjaoftfo`lnfbqwj`ofvmhmltmmfwtlqh`lnsbmzgzmbnj`aqltpfqsqjub`zsqlaofnPfquj`fqfpsf`wgjpsobzqfrvfpwqfpfquftfapjwfkjpwlqzeqjfmgplswjlmptlqhjmdufqpjlmnjoojlm`kbmmfotjmglt-bggqfppujpjwfgtfbwkfq`lqqf`wsqlgv`wfgjqf`welqtbqgzlv#`bmqfnlufgpvaif`w`lmwqlobq`kjuf`vqqfmwqfbgjmdojaqbqzojnjwfgnbmbdfqevqwkfqpvnnbqznb`kjmfnjmvwfpsqjubwf`lmwf{wsqldqbnpl`jfwzmvnafqptqjwwfmfmbaofgwqjddfqplvq`fpolbgjmdfofnfmwsbqwmfqejmboozsfqef`wnfbmjmdpzpwfnphffsjmd`vowvqf%rvlw8/ilvqmbosqlif`wpvqeb`fp%rvlw8f{sjqfpqfujftpabobm`fFmdojpk@lmwfmwwkqlvdkSofbpf#lsjmjlm`lmwb`wbufqbdfsqjnbqzujoobdfPsbmjpkdboofqzgf`ojmfnffwjmdnjppjlmslsvobqrvbojwznfbpvqfdfmfqbopsf`jfppfppjlmpf`wjlmtqjwfqp`lvmwfqjmjwjboqfslqwpejdvqfpnfnafqpklogjmdgjpsvwffbqojfqf{sqfppgjdjwbosj`wvqfBmlwkfqnbqqjfgwqbeej`ofbgjmd`kbmdfg`fmwqbouj`wlqzjnbdfp,qfbplmppwvgjfpefbwvqfojpwjmdnvpw#afp`kllopUfqpjlmvpvboozfsjplgfsobzjmddqltjmdlaujlvplufqobzsqfpfmwb`wjlmp?,vo= tqbssfqboqfbgz`fqwbjmqfbojwzpwlqbdfbmlwkfqgfphwlsleefqfgsbwwfqmvmvpvboGjdjwbo`bsjwboTfapjwfebjovqf`lmmf`wqfgv`fgBmgqljggf`bgfpqfdvobq#%bns8#bmjnbopqfofbpfBvwlnbwdfwwjmdnfwklgpmlwkjmdSlsvobq`bswjlmofwwfqp`bswvqfp`jfm`foj`fmpf`kbmdfpFmdobmg>2%bns8Kjpwlqz#>#mft#@fmwqbovsgbwfgPsf`jboMfwtlqhqfrvjqf`lnnfmwtbqmjmd@loofdfwlloabqqfnbjmpaf`bvpffof`wfgGfvwp`kejmbm`ftlqhfqprvj`hozafwtffmf{b`wozpfwwjmdgjpfbpfPl`jfwztfbslmpf{kjajw%ow8"..@lmwqlo`obppfp`lufqfglvwojmfbwwb`hpgfuj`fp+tjmgltsvqslpfwjwof>!Nlajof#hjoojmdpkltjmdJwbojbmgqlssfgkfbujozfeef`wp.2$^*8 `lmejqn@vqqfmwbgubm`fpkbqjmdlsfmjmdgqbtjmdajoojlmlqgfqfgDfqnbmzqfobwfg?,elqn=jm`ovgftkfwkfqgfejmfgP`jfm`f`bwboldBqwj`ofavwwlmpobqdfpwvmjelqnilvqmfzpjgfabq@kj`bdlklojgbzDfmfqbosbppbdf/%rvlw8bmjnbwfeffojmdbqqjufgsbppjmdmbwvqboqlvdkoz- Wkf#avw#mlwgfmpjwzAqjwbjm@kjmfpfob`h#lewqjavwfJqfobmg!#gbwb.eb`wlqpqf`fjufwkbw#jpOjaqbqzkvpabmgjm#eb`wbeebjqp@kbqofpqbgj`boaqlvdkwejmgjmdobmgjmd9obmd>!qfwvqm#ofbgfqpsobmmfgsqfnjvnsb`hbdfBnfqj`bFgjwjlm^%rvlw8Nfppbdfmffg#wlubovf>!`lnsof{ollhjmdpwbwjlmafojfufpnboofq.nlajofqf`lqgptbmw#wlhjmg#leEjqfel{zlv#bqfpjnjobqpwvgjfgnb{jnvnkfbgjmdqbsjgoz`ojnbwfhjmdglnfnfqdfgbnlvmwpelvmgfgsjlmffqelqnvobgzmbpwzklt#wl#Pvsslqwqfufmvff`lmlnzQfpvowpaqlwkfqplogjfqobqdfoz`boojmd-%rvlw8B``lvmwFgtbqg#pfdnfmwQlafqw#feelqwpSb`jej`ofbqmfgvs#tjwkkfjdkw9tf#kbufBmdfofpmbwjlmp\\pfbq`kbssojfgb`rvjqfnbppjufdqbmwfg9#ebopfwqfbwfgajddfpwafmfejwgqjujmdPwvgjfpnjmjnvnsfqkbspnlqmjmdpfoojmdjp#vpfgqfufqpfubqjbmw#qlof>!njppjmdb`kjfufsqlnlwfpwvgfmwplnflmff{wqfnfqfpwlqfalwwln9fuloufgboo#wkfpjwfnbsfmdojpktbz#wl##Bvdvpwpznalop@lnsbmznbwwfqpnvpj`bobdbjmpwpfqujmd~*+*8 sbznfmwwqlvaof`lm`fsw`lnsbqfsbqfmwpsobzfqpqfdjlmpnlmjwlq#$$Wkf#tjmmjmdf{solqfbgbswfgDboofqzsqlgv`fbajojwzfmkbm`f`bqffqp*-#Wkf#`loof`wPfbq`k#bm`jfmwf{jpwfgellwfq#kbmgofqsqjmwfg`lmplofFbpwfqmf{slqwptjmgltp@kbmmfojoofdbomfvwqbopvddfpw\\kfbgfqpjdmjmd-kwno!=pfwwofgtfpwfqm`bvpjmd.tfahjw`objnfgIvpwj`f`kbswfquj`wjnpWklnbp#nlyjoobsqlnjpfsbqwjfpfgjwjlmlvwpjgf9ebopf/kvmgqfgLoznsj`\\avwwlmbvwklqpqfb`kfg`kqlmj`gfnbmgppf`lmgpsqlwf`wbglswfgsqfsbqfmfjwkfqdqfbwozdqfbwfqlufqboojnsqluf`lnnbmgpsf`jbopfbq`k-tlqpkjsevmgjmdwklvdkwkjdkfpwjmpwfbgvwjojwzrvbqwfq@vowvqfwfpwjmd`ofbqozf{slpfgAqltpfqojafqbo~#`bw`kSqlif`wf{bnsofkjgf+*8EolqjgbbmptfqpbooltfgFnsfqlqgfefmpfpfqjlvpeqffglnPfufqbo.avwwlmEvqwkfqlvw#le#">#mvoowqbjmfgGfmnbqhuljg+3*,boo-ipsqfufmwQfrvfpwPwfskfm Tkfm#lapfquf?,k1= Nlgfqm#sqlujgf!#bow>!alqgfqp- Elq# Nbmz#bqwjpwpsltfqfgsfqelqnej`wjlmwzsf#lenfgj`bowj`hfwplsslpfg@lvm`jotjwmfppivpwj`fDflqdf#Afodjvn---?,b=wtjwwfqmlwbaoztbjwjmdtbqebqf#Lwkfq#qbmhjmdskqbpfpnfmwjlmpvqujufp`klobq?,s= #@lvmwqzjdmlqfgolpp#leivpw#bpDflqdjbpwqbmdf?kfbg=?pwlssfg2$^*8 jpobmgpmlwbaofalqgfq9ojpw#le`bqqjfg233/333?,k0= #pfufqboaf`lnfppfof`w#tfggjmd33-kwnonlmbq`klee#wkfwfb`kfqkjdkoz#ajloldzojef#lelq#fufmqjpf#le%qbrvl8sovplmfkvmwjmd+wklvdkGlvdobpiljmjmd`jq`ofpElq#wkfBm`jfmwUjfwmbnufkj`ofpv`k#bp`qzpwboubovf#>Tjmgltpfmilzfgb#pnboobppvnfg?b#jg>!elqfjdm#Boo#qjklt#wkfGjpsobzqfwjqfgkltfufqkjggfm8abwwofppffhjmd`bajmfwtbp#mlwollh#bw`lmgv`wdfw#wkfIbmvbqzkbssfmpwvqmjmdb9klufqLmojmf#Eqfm`k#ob`hjmdwzsj`bof{wqb`wfmfnjfpfufm#jedfmfqbwgf`jgfgbqf#mlw,pfbq`kafojfep.jnbdf9ol`bwfgpwbwj`-oldjm!=`lmufqwujlofmwfmwfqfgejqpw!=`jq`vjwEjmobmg`kfnjpwpkf#tbp23s{8!=bp#pv`kgjujgfg?,psbm=tjoo#afojmf#leb#dqfbwnzpwfqz,jmgf{-eboojmdgvf#wl#qbjotbz`loofdfnlmpwfqgfp`fmwjw#tjwkmv`ofbqIftjpk#sqlwfpwAqjwjpkeoltfqpsqfgj`wqfelqnpavwwlm#tkl#tbpof`wvqfjmpwbmwpvj`jgfdfmfqj`sfqjlgpnbqhfwpPl`jbo#ejpkjmd`lnajmfdqbskj`tjmmfqp?aq#,=?az#wkf#MbwvqboSqjub`z`llhjfplvw`lnfqfploufPtfgjpkaqjfeozSfqpjbmpl#nv`k@fmwvqzgfsj`wp`lovnmpklvpjmdp`qjswpmf{w#wlafbqjmdnbssjmdqfujpfgiRvfqz+.tjgwk9wjwof!=wllowjsPf`wjlmgfpjdmpWvqhjpkzlvmdfq-nbw`k+~*+*8 avqmjmdlsfqbwfgfdqffpplvq`f>Qj`kbqg`olpfozsobpwj`fmwqjfp?,wq= `lolq9 vo#jg>!slppfppqloojmdskzpj`pebjojmdf{f`vwf`lmwfpwojmh#wlGfebvow?aq#,= 9#wqvf/`kbqwfqwlvqjpn`obppj`sql`ffgf{sobjm?,k2= lmojmf-<{no#ufkfosjmdgjbnlmgvpf#wkfbjqojmffmg#..=*-bwwq+qfbgfqpklpwjmd eeeeeeqfbojyfUjm`fmwpjdmbop#pq`>!,Sqlgv`wgfpsjwfgjufqpfwfoojmdSvaoj`#kfog#jmIlpfsk#wkfbwqfbeef`wp?pwzof=b#obqdfglfpm$wobwfq/#Fofnfmwebuj`lm`qfbwlqKvmdbqzBjqslqwpff#wkfpl#wkbwNj`kbfoPzpwfnpSqldqbnp/#bmg##tjgwk>f%rvlw8wqbgjmdofew!= sfqplmpDlogfm#Beebjqpdqbnnbqelqnjmdgfpwqlzjgfb#le`bpf#lelogfpw#wkjp#jp-pq`#>#`bqwllmqfdjpwq@lnnlmpNvpojnpTkbw#jpjm#nbmznbqhjmdqfufbopJmgffg/frvbooz,pklt\\blvwgllqfp`bsf+Bvpwqjbdfmfwj`pzpwfn/Jm#wkf#pjwwjmdKf#boplJpobmgpB`bgfnz \n\n?"..Gbmjfo#ajmgjmdaol`h!=jnslpfgvwjojyfBaqbkbn+f{`fswxtjgwk9svwwjmd*-kwno+\x7F\x7F#X^8 GBWBX#)hjw`kfmnlvmwfgb`wvbo#gjbof`wnbjmoz#\\aobmh$jmpwboof{sfqwpje+wzsfJw#bopl%`lsz8#!=Wfqnpalqm#jmLswjlmpfbpwfqmwbohjmd`lm`fqmdbjmfg#lmdljmdivpwjez`qjwj`peb`wlqzjwp#ltmbppbvowjmujwfgobpwjmdkjp#ltmkqfe>!,!#qfo>!gfufols`lm`fqwgjbdqbngloobqp`ovpwfqsks<jg>bo`lklo*8~*+*8vpjmd#b=?psbm=ufppfopqfujuboBggqfppbnbwfvqbmgqljgboofdfgjoomfpptbohjmd`fmwfqprvbojeznbw`kfpvmjejfgf{wjm`wGfefmpfgjfg#jm \n?"..#`vpwlnpojmhjmdOjwwof#Allh#lefufmjmdnjm-ip<bqf#wkfhlmwbhwwlgbz$p-kwno!#wbqdfw>tfbqjmdBoo#Qjd8 ~*+*8qbjpjmd#Bopl/#`qv`jbobalvw!=gf`obqf..= ?p`ejqfel{bp#nv`kbssojfpjmgf{/#p/#avw#wzsf#>#  ?"..wltbqgpQf`lqgpSqjubwfElqfjdmSqfnjfq`klj`fpUjqwvboqfwvqmp@lnnfmwSltfqfgjmojmf8slufqwz`kbnafqOjujmd#ulovnfpBmwklmzoldjm!#QfobwfgF`lmlnzqfb`kfp`vwwjmddqbujwzojef#jm@kbswfq.pkbgltMlwbaof?,wg= #qfwvqmpwbgjvntjgdfwpubqzjmdwqbufopkfog#aztkl#bqftlqh#jmeb`vowzbmdvobqtkl#kbgbjqslqwwltm#le Plnf#$`oj`h$`kbqdfphfztlqgjw#tjoo`jwz#le+wkjp*8Bmgqft#vmjrvf#`kf`hfglq#nlqf033s{8#qfwvqm8qpjlm>!sovdjmptjwkjm#kfqpfoePwbwjlmEfgfqboufmwvqfsvaojpkpfmw#wlwfmpjlmb`wqfpp`lnf#wlejmdfqpGvhf#lesflsof/f{soljwtkbw#jpkbqnlmzb#nbilq!9!kwwsjm#kjp#nfmv!= nlmwkozleej`fq`lvm`jodbjmjmdfufm#jmPvnnbqzgbwf#leolzbowzejwmfppbmg#tbpfnsfqlqpvsqfnfPf`lmg#kfbqjmdQvppjbmolmdfpwBoafqwbobwfqbopfw#le#pnboo!=-bssfmggl#tjwkefgfqboabmh#leafmfbwkGfpsjwf@bsjwbodqlvmgp*/#bmg#sfq`fmwjw#eqln`olpjmd`lmwbjmJmpwfbgejewffmbp#tfoo-zbkll-qfpslmgejdkwfqlap`vqfqfeof`wlqdbmj`>#Nbwk-fgjwjmdlmojmf#sbggjmdb#tkloflmfqqlqzfbq#lefmg#le#abqqjfqtkfm#jwkfbgfq#klnf#leqfpvnfgqfmbnfgpwqlmd=kfbwjmdqfwbjmp`olvgeqtbz#le#Nbq`k#2hmltjmdjm#sbqwAfwtffmofpplmp`olpfpwujqwvboojmhp!=`qlppfgFMG#..=ebnlvp#btbqgfgOj`fmpfKfbowk#ebjqoz#tfbowkznjmjnboBeqj`bm`lnsfwfobafo!=pjmdjmdebqnfqpAqbpjo*gjp`vppqfsob`fDqfdlqzelmw#`lsvqpvfgbssfbqpnbhf#vsqlvmgfgalwk#leaol`hfgpbt#wkfleej`fp`lolvqpje+gl`vtkfm#kffmelq`fsvpk+evBvdvpw#VWE.;!=Ebmwbpzjm#nlpwjmivqfgVpvboozebqnjmd`olpvqflaif`w#gfefm`fvpf#le#Nfgj`bo?algz= fujgfmwaf#vpfghfz@lgfpj{wffmJpobnj` 333333fmwjqf#tjgfoz#b`wjuf#+wzsflelmf#`bm`lolq#>psfbhfqf{wfmgpSkzpj`pwfqqbjm?walgz=evmfqboujftjmdnjggof#`qj`hfwsqlskfwpkjewfggl`wlqpQvppfoo#wbqdfw`lnsb`wbodfaqbpl`jbo.avoh#lenbm#bmg?,wg= #kf#ofew*-ubo+*ebopf*8oldj`boabmhjmdklnf#wlmbnjmd#Bqjylmb`qfgjwp*8 ~*8 elvmgfqjm#wvqm@loojmpafelqf#Avw#wkf`kbqdfgWjwof!=@bswbjmpsfoofgdlggfppWbd#..=Bggjmd9avw#tbpQf`fmw#sbwjfmwab`h#jm>ebopf%Ojm`lomtf#hmlt@lvmwfqIvgbjpnp`qjsw#bowfqfg$^*8 ##kbp#wkfvm`ofbqFufmw$/alwk#jmmlw#boo ?"..#sob`jmdkbqg#wl#`fmwfqplqw#le`ojfmwppwqffwpAfqmbqgbppfqwpwfmg#wlebmwbpzgltm#jmkbqalvqEqffglniftfoqz,balvw--pfbq`kofdfmgpjp#nbgfnlgfqm#lmoz#lmlmoz#wljnbdf!#ojmfbq#sbjmwfqbmg#mlwqbqfoz#b`qlmzngfojufqpklqwfq33%bns8bp#nbmztjgwk>!,)#?"X@wjwof#>le#wkf#oltfpw#sj`hfg#fp`bsfgvpfp#lesflsofp#Svaoj`Nbwwkftwb`wj`pgbnbdfgtbz#elqobtp#lefbpz#wl#tjmgltpwqlmd##pjnsof~`bw`k+pfufmwkjmelal{tfmw#wlsbjmwfg`jwjyfmJ#glm$wqfwqfbw-#Plnf#tt-!*8 alnajmdnbjowl9nbgf#jm-#Nbmz#`bqqjfp\x7F\x7Fx~8tjtlqh#lepzmlmzngfefbwpebulqfglswj`bosbdfWqbvmofpp#pfmgjmdofew!=?`lnP`lqBoo#wkfiRvfqz-wlvqjpw@obppj`ebopf!#Tjokfonpvavqapdfmvjmfajpklsp-psojw+dolabo#elooltpalgz#lemlnjmbo@lmwb`wpf`vobqofew#wl`kjfeoz.kjggfm.abmmfq?,oj= -#Tkfm#jm#alwkgjpnjppF{solqfbotbzp#ujb#wkfpsb/]lotfoebqfqvojmd#bqqbmdf`bswbjmkjp#plmqvof#lekf#wllhjwpfoe/>3%bns8+`boofgpbnsofpwl#nbhf`ln,sbdNbqwjm#Hfmmfgzb``fswpevoo#lekbmgofgAfpjgfp,,..=?,baof#wlwbqdfwpfppfm`fkjn#wl#jwp#az#`lnnlm-njmfqbowl#wbhftbzp#wlp-lqd,obgujpfgsfmbowzpjnsof9je#wkfzOfwwfqpb#pklqwKfqafqwpwqjhfp#dqlvsp-ofmdwkeojdkwplufqobspoltoz#ofppfq#pl`jbo#?,s= \n\njw#jmwlqbmhfg#qbwf#levo= ##bwwfnswsbjq#lenbhf#jwHlmwbhwBmwlmjlkbujmd#qbwjmdp#b`wjufpwqfbnpwqbssfg!*-`pp+klpwjofofbg#wlojwwof#dqlvsp/Sj`wvqf..=  #qltp>!#laif`wjmufqpf?ellwfq@vpwlnU=?_,p`qploujmd@kbnafqpobufqztlvmgfgtkfqfbp">#$vmgelq#boosbqwoz#.qjdkw9Bqbajbmab`hfg#`fmwvqzvmjw#lenlajof.Fvqlsf/jp#klnfqjph#legfpjqfg@ojmwlm`lpw#lebdf#le#af`lnf#mlmf#les%rvlw8Njggof#fbg$*X3@qjwj`ppwvgjlp=%`lsz8dqlvs!=bppfnaonbhjmd#sqfppfgtjgdfw-sp9!#<#qfavjowaz#plnfElqnfq#fgjwlqpgfobzfg@bmlmj`kbg#wkfsvpkjmd`obpp>!avw#bqfsbqwjboAbazolmalwwln#`bqqjfq@lnnbmgjwp#vpfBp#tjwk`lvqpfpb#wkjqggfmlwfpbopl#jmKlvpwlm13s{8!=b``vpfgglvaof#dlbo#leEbnlvp#*-ajmg+sqjfpwp#Lmojmfjm#Ivozpw#(#!d`lmpvowgf`jnbokfosevoqfujufgjp#ufqzq$($jswolpjmd#efnbofpjp#boplpwqjmdpgbzp#lebqqjuboevwvqf#?laif`welq`jmdPwqjmd+!#,= \n\nkfqf#jpfm`lgfg-##Wkf#aboollmglmf#az,`lnnlmad`lolqobt#le#Jmgjbmbbuljgfgavw#wkf1s{#0s{irvfqz-bewfq#bsloj`z-nfm#bmgellwfq.>#wqvf8elq#vpfp`qffm-Jmgjbm#jnbdf#>ebnjoz/kwws9,,#%maps8gqjufqpfwfqmbopbnf#bpmlwj`fgujftfqp~*+*8 #jp#nlqfpfbplmpelqnfq#wkf#mftjp#ivpw`lmpfmw#Pfbq`ktbp#wkftkz#wkfpkjssfgaq=?aq=tjgwk9#kfjdkw>nbgf#le`vjpjmfjp#wkbwb#ufqz#Bgnjqbo#ej{fg8mlqnbo#NjppjlmSqfpp/#lmwbqjl`kbqpfwwqz#wl#jmubgfg>!wqvf!psb`jmdjp#nlpwb#nlqf#wlwboozeboo#le~*8 ##jnnfmpfwjnf#jmpfw#lvwpbwjpezwl#ejmggltm#wlolw#le#Sobzfqpjm#Ivmfrvbmwvnmlw#wkfwjnf#wlgjpwbmwEjmmjpkpq`#>#+pjmdof#kfos#leDfqnbm#obt#bmgobafofgelqfpwp`llhjmdpsb`f!=kfbgfq.tfoo#bpPwbmofzaqjgdfp,dolabo@qlbwjb#Balvw#X3^8 ##jw/#bmgdqlvsfgafjmd#b*xwkqltkf#nbgfojdkwfqfwkj`boEEEEEE!alwwln!ojhf#b#fnsolzpojuf#jmbp#pffmsqjmwfqnlpw#leva.ojmhqfif`wpbmg#vpfjnbdf!=pv``ffgeffgjmdMv`ofbqjmelqnbwl#kfosTlnfm$pMfjwkfqNf{j`bmsqlwfjm?wbaof#az#nbmzkfbowkzobtpvjwgfujpfg-svpk+xpfoofqppjnsoz#Wkqlvdk-`llhjf#Jnbdf+logfq!=vp-ip!=#Pjm`f#vmjufqpobqdfq#lsfm#wl"..#fmgojfp#jm$^*8 ##nbqhfwtkl#jp#+!GLN@lnbmbdfglmf#elqwzsfle#Hjmdglnsqlejwpsqlslpfwl#pklt`fmwfq8nbgf#jwgqfppfgtfqf#jmnj{wvqfsqf`jpfbqjpjmdpq`#>#$nbhf#b#pf`vqfgAbswjpwulwjmd# \n\nubq#Nbq`k#1dqft#vs@ojnbwf-qfnlufphjoofgtbz#wkf?,kfbg=eb`f#leb`wjmd#qjdkw!=wl#tlqhqfgv`fpkbp#kbgfqf`wfgpklt+*8b`wjlm>allh#lebm#bqfb>>#!kww?kfbgfq ?kwno=`lmelqneb`jmd#`llhjf-qfoz#lmklpwfg#-`vpwlnkf#tfmwavw#elqpsqfbg#Ebnjoz#b#nfbmplvw#wkfelqvnp-ellwbdf!=Nlajo@ofnfmwp!#jg>!bp#kjdkjmwfmpf..=?"..efnbof#jp#pffmjnsojfgpfw#wkfb#pwbwfbmg#kjpebpwfpwafpjgfpavwwlm\\alvmgfg!=?jnd#Jmelal{fufmwp/b#zlvmdbmg#bqfMbwjuf#`kfbsfqWjnflvwbmg#kbpfmdjmfptlm#wkf+nlpwozqjdkw9#ejmg#b#.alwwlnSqjm`f#bqfb#lenlqf#lepfbq`k\\mbwvqf/ofdboozsfqjlg/obmg#lelq#tjwkjmgv`fgsqlujmdnjppjofol`boozBdbjmpwwkf#tbzh%rvlw8s{8!= svpkfg#babmglmmvnfqbo@fqwbjmJm#wkjpnlqf#jmlq#plnfmbnf#jpbmg/#jm`qltmfgJPAM#3.`qfbwfpL`wlafqnbz#mlw`fmwfq#obwf#jmGfefm`ffmb`wfgtjpk#wlaqlbgoz`llojmdlmolbg>jw-#Wkfqf`lufqNfnafqpkfjdkw#bppvnfp?kwno= sflsof-jm#lmf#>tjmgltellwfq\\b#dllg#qfhobnblwkfqp/wl#wkjp\\`llhjfsbmfo!=Olmglm/gfejmfp`qvpkfgabswjpn`lbpwbopwbwvp#wjwof!#nluf#wlolpw#jmafwwfq#jnsojfpqjuboqzpfqufqp#PzpwfnSfqkbspfp#bmg#`lmwfmgeoltjmdobpwfg#qjpf#jmDfmfpjpujft#leqjpjmd#pffn#wlavw#jm#ab`hjmdkf#tjoodjufm#bdjujmd#`jwjfp-eolt#le#Obwfq#boo#avwKjdktbzlmoz#azpjdm#lekf#glfpgjeefqpabwwfqz%bns8obpjmdofpwkqfbwpjmwfdfqwbhf#lmqfevpfg`boofg#>VP%bnsPff#wkfmbwjufpaz#wkjppzpwfn-kfbg#le9klufq/ofpajbmpvqmbnfbmg#boo`lnnlm,kfbgfq\\\\sbqbnpKbqubqg,sj{fo-qfnlubopl#olmdqlof#leiljmwozphzp`qbVmj`lgfaq#,= Bwobmwbmv`ofvp@lvmwz/svqfoz#`lvmw!=fbpjoz#avjog#blm`oj`hb#djufmsljmwfqk%rvlw8fufmwp#fopf#x gjwjlmpmlt#wkf/#tjwk#nbm#tkllqd,Tfalmf#bmg`buboqzKf#gjfgpfbwwof33/333#xtjmgltkbuf#wlje+tjmgbmg#jwpplofoz#n%rvlw8qfmftfgGfwqljwbnlmdpwfjwkfq#wkfn#jmPfmbwlqVp?,b=?Hjmd#leEqbm`jp.sqlgv`kf#vpfgbqw#bmgkjn#bmgvpfg#azp`lqjmdbw#klnfwl#kbufqfobwfpjajojwzeb`wjlmAveebolojmh!=?tkbw#kfeqff#wl@jwz#le`lnf#jmpf`wlqp`lvmwfglmf#gbzmfqulvpprvbqf#~8je+dljm#tkbwjnd!#bojp#lmozpfbq`k,wvfpgbzollpfozPlolnlmpf{vbo#.#?b#kqnfgjvn!GL#MLW#Eqbm`f/tjwk#b#tbq#bmgpf`lmg#wbhf#b#=   nbqhfw-kjdktbzglmf#jm`wjujwz!obpw!=laojdfgqjpf#wl!vmgfejnbgf#wl#Fbqoz#sqbjpfgjm#jwp#elq#kjpbwkofwfIvsjwfqZbkll"#wfqnfg#pl#nbmzqfbooz#p-#Wkf#b#tlnbm<ubovf>gjqf`w#qjdkw!#aj`z`ofb`jmd>!gbz#bmgpwbwjmdQbwkfq/kjdkfq#Leej`f#bqf#mltwjnfp/#tkfm#b#sbz#elqlm#wkjp.ojmh!=8alqgfqbqlvmg#bmmvbo#wkf#Mftsvw#wkf-`ln!#wbhjm#wlb#aqjfe+jm#wkfdqlvsp-8#tjgwkfmyznfppjnsof#jm#obwfxqfwvqmwkfqbszb#sljmwabmmjmdjmhp!= +*8!#qfb#sob`f_v330@bbalvw#bwq= \n\n``lvmw#djufp#b?P@QJSWQbjotbzwkfnfp,wlloal{AzJg+!{kvnbmp/tbw`kfpjm#plnf#je#+tj`lnjmd#elqnbwp#Vmgfq#avw#kbpkbmgfg#nbgf#azwkbm#jmefbq#legfmlwfg,jeqbnfofew#jmulowbdfjm#fb`kb%rvlw8abpf#leJm#nbmzvmgfqdlqfdjnfpb`wjlm#?,s= ?vpwlnUb8%dw8?,jnslqwplq#wkbwnlpwoz#%bns8qf#pjyf>!?,b=?,kb#`obppsbppjufKlpw#>#TkfwkfqefqwjofUbqjlvp>X^8+ev`bnfqbp,=?,wg=b`wp#bpJm#plnf=  ?"lqdbmjp#?aq#,=Afjijmd`bwbo/Lgfvwp`kfvqlsfvfvphbqbdbfjodfpufmphbfpsb/]bnfmpbifvpvbqjlwqbabiln/E{j`ls/Mdjmbpjfnsqfpjpwfnbl`wvaqfgvqbmwfb/]bgjqfnsqfpbnlnfmwlmvfpwqlsqjnfqbwqbu/Epdqb`jbpmvfpwqbsql`fplfpwbglp`bojgbgsfqplmbm/Vnfqlb`vfqgln/Vpj`bnjfnaqllefqwbpbodvmlpsb/Apfpfifnsolgfqf`klbgfn/Mpsqjubglbdqfdbqfmob`fpslpjaofklwfofppfujoobsqjnfql/Vowjnlfufmwlpbq`kjul`vowvqbnvifqfpfmwqbgbbmvm`jlfnabqdlnfq`bgldqbmgfpfpwvgjlnfilqfpefaqfqlgjpf/]lwvqjpnl`/_gjdlslqwbgbfpsb`jlebnjojbbmwlmjlsfqnjwfdvbqgbqbodvmbpsqf`jlpbodvjfmpfmwjglujpjwbpw/Awvol`lml`fqpfdvmgl`lmpfileqbm`jbnjmvwlppfdvmgbwfmfnlpfef`wlpn/Mobdbpfpj/_mqfujpwbdqbmbgb`lnsqbqjmdqfpldbq`/Abb``j/_mf`vbglqrvjfmfpjm`ovplgfafq/Mnbwfqjbklnaqfpnvfpwqbslgq/Abnb/]bmb/Vowjnbfpwbnlplej`jbowbnajfmmjmd/Vmpbovglpslgfnlpnfilqbqslpjwjlmavpjmfppklnfsbdfpf`vqjwzobmdvbdfpwbmgbqg`bnsbjdmefbwvqfp`bwfdlqzf{wfqmbo`kjogqfmqfpfqufgqfpfbq`kf{`kbmdfebulqjwfwfnsobwfnjojwbqzjmgvpwqzpfquj`fpnbwfqjbosqlgv`wpy.jmgf{9`lnnfmwpplewtbqf`lnsofwf`bofmgbqsobwelqnbqwj`ofpqfrvjqfgnlufnfmwrvfpwjlmavjogjmdslojwj`pslppjaofqfojdjlmskzpj`boeffgab`hqfdjpwfqsj`wvqfpgjpbaofgsqlwl`lobvgjfm`fpfwwjmdpb`wjujwzfofnfmwpofbqmjmdbmzwkjmdbapwqb`wsqldqfpplufqujftnbdbyjmff`lmlnj`wqbjmjmdsqfppvqfubqjlvp#?pwqlmd=sqlsfqwzpklssjmdwldfwkfqbgubm`fgafkbujlqgltmolbgefbwvqfgellwaboopfof`wfgObmdvbdfgjpwbm`fqfnfnafqwqb`hjmdsbpptlqgnlgjejfgpwvgfmwpgjqf`wozejdkwjmdmlqwkfqmgbwbabpfefpwjuboaqfbhjmdol`bwjlmjmwfqmfwgqlsgltmsqb`wj`ffujgfm`fevm`wjlmnbqqjbdfqfpslmpfsqlaofnpmfdbwjufsqldqbnpbmbozpjpqfofbpfgabmmfq!=svq`kbpfsloj`jfpqfdjlmbo`qfbwjufbqdvnfmwallhnbqhqfefqqfq`kfnj`bogjujpjlm`booab`hpfsbqbwfsqlif`wp`lmeoj`wkbqgtbqfjmwfqfpwgfojufqznlvmwbjmlawbjmfg>#ebopf8elq+ubq#b``fswfg`bsb`jwz`lnsvwfqjgfmwjwzbjq`qbewfnsolzfgsqlslpfgglnfpwj`jm`ovgfpsqlujgfgklpsjwboufqwj`bo`loobspfbssqlb`ksbqwmfqpoldl!=?bgbvdkwfqbvwklq!#`vowvqboebnjojfp,jnbdfp,bppfnaozsltfqevowfb`kjmdejmjpkfggjpwqj`w`qjwj`bo`dj.ajm,svqslpfpqfrvjqfpfof`wjlmaf`lnjmdsqlujgfpb`bgfnj`f{fq`jpfb`wvbooznfgj`jmf`lmpwbmwb``jgfmwNbdbyjmfgl`vnfmwpwbqwjmdalwwln!=lapfqufg9#%rvlw8f{wfmgfgsqfujlvpPlewtbqf`vpwlnfqgf`jpjlmpwqfmdwkgfwbjofgpojdkwozsobmmjmdwf{wbqfb`vqqfm`zfufqzlmfpwqbjdkwwqbmpefqslpjwjufsqlgv`fgkfqjwbdfpkjssjmdbaplovwfqf`fjufgqfofubmwavwwlm!#ujlofm`fbmztkfqfafmfejwpobvm`kfgqf`fmwozboojbm`felooltfgnvowjsofavoofwjmjm`ovgfgl``vqqfgjmwfqmbo\'+wkjp*-qfsvaoj`=?wq=?wg`lmdqfppqf`lqgfgvowjnbwfplovwjlm?vo#jg>!gjp`lufqKlnf?,b=tfapjwfpmfwtlqhpbowklvdkfmwjqfoznfnlqjbonfppbdfp`lmwjmvfb`wjuf!=plnftkbwuj`wlqjbTfpwfqm##wjwof>!Ol`bwjlm`lmwqb`wujpjwlqpGltmolbgtjwklvw#qjdkw!= nfbpvqfptjgwk#>#ubqjbaofjmuloufgujqdjmjbmlqnboozkbssfmfgb``lvmwppwbmgjmdmbwjlmboQfdjpwfqsqfsbqfg`lmwqlopb``vqbwfajqwkgbzpwqbwfdzleej`jbodqbskj`p`qjnjmboslppjaoz`lmpvnfqSfqplmbopsfbhjmdubojgbwfb`kjfufg-isd!#,=nb`kjmfp?,k1= ##hfztlqgpeqjfmgozaqlwkfqp`lnajmfglqjdjmbo`lnslpfgf{sf`wfgbgfrvbwfsbhjpwbmeloolt!#ubovbaof?,obafo=qfobwjufaqjmdjmdjm`qfbpfdlufqmlqsovdjmp,Ojpw#le#Kfbgfq!=!#mbnf>!#+%rvlw8dqbgvbwf?,kfbg= `lnnfq`fnbobzpjbgjqf`wlqnbjmwbjm8kfjdkw9p`kfgvof`kbmdjmdab`h#wl#`bwkloj`sbwwfqmp`lolq9# dqfbwfpwpvssojfpqfojbaof?,vo= \n\n?pfof`w#`jwjyfmp`olwkjmdtbw`kjmd?oj#jg>!psf`jej``bqqzjmdpfmwfm`f?`fmwfq=`lmwqbpwwkjmhjmd`bw`k+f*plvwkfqmNj`kbfo#nfq`kbmw`bqlvpfosbggjmd9jmwfqjlq-psojw+!ojybwjlmL`wlafq#*xqfwvqmjnsqlufg..%dw8 `lufqbdf`kbjqnbm-smd!#,=pvaif`wpQj`kbqg#tkbwfufqsqlabaozqf`lufqzabpfabooivgdnfmw`lmmf`w--`pp!#,=#tfapjwfqfslqwfggfebvow!,=?,b= fof`wqj`p`lwobmg`qfbwjlmrvbmwjwz-#JPAM#3gjg#mlw#jmpwbm`f.pfbq`k.!#obmd>!psfbhfqp@lnsvwfq`lmwbjmpbq`kjufpnjmjpwfqqfb`wjlmgjp`lvmwJwbojbml`qjwfqjbpwqlmdoz9#$kwws9$p`qjsw$`lufqjmdleefqjmdbssfbqfgAqjwjpk#jgfmwjezEb`fallhmvnfqlvpufkj`ofp`lm`fqmpBnfqj`bmkbmgojmdgju#jg>!Tjoojbn#sqlujgfq\\`lmwfmwb``vqb`zpf`wjlm#bmgfqplmeof{jaof@bwfdlqzobtqfm`f?p`qjsw=obzlvw>!bssqlufg#nb{jnvnkfbgfq!=?,wbaof=Pfquj`fpkbnjowlm`vqqfmw#`bmbgjbm`kbmmfop,wkfnfp,,bqwj`oflswjlmboslqwvdboubovf>!!jmwfqubotjqfofppfmwjwofgbdfm`jfpPfbq`k!#nfbpvqfgwklvpbmgpsfmgjmd%kfoojs8mft#Gbwf!#pjyf>!sbdfMbnfnjggof!#!#,=?,b=kjggfm!=pfrvfm`fsfqplmbolufqeoltlsjmjlmpjoojmljpojmhp!= \n?wjwof=ufqpjlmppbwvqgbzwfqnjmbojwfnsqlsfmdjmffqpf`wjlmpgfpjdmfqsqlslpbo>!ebopf!Fpsb/]loqfofbpfppvanjw!#fq%rvlw8bggjwjlmpznswlnplqjfmwfgqfplvq`fqjdkw!=?sofbpvqfpwbwjlmpkjpwlqz-ofbujmd##alqgfq>`lmwfmwp`fmwfq!=- Plnf#gjqf`wfgpvjwbaofavodbqjb-pklt+*8gfpjdmfgDfmfqbo#`lm`fswpF{bnsofptjoojbnpLqjdjmbo!=?psbm=pfbq`k!=lsfqbwlqqfrvfpwpb#%rvlw8booltjmdGl`vnfmwqfujpjlm-# Wkf#zlvqpfoe@lmwb`w#nj`kjdbmFmdojpk#`lovnajbsqjlqjwzsqjmwjmdgqjmhjmdeb`jojwzqfwvqmfg@lmwfmw#leej`fqpQvppjbm#dfmfqbwf.;;6:.2!jmgj`bwfebnjojbq#rvbojwznbqdjm93#`lmwfmwujftslqw`lmwb`wp.wjwof!=slqwbaof-ofmdwk#fojdjaofjmuloufpbwobmwj`lmolbg>!gfebvow-pvssojfgsbznfmwpdolppbqz Bewfq#dvjgbm`f?,wg=?wgfm`lgjmdnjggof!=`bnf#wl#gjpsobzpp`lwwjpkilmbwkbmnbilqjwztjgdfwp-`ojmj`bowkbjobmgwfb`kfqp?kfbg= \nbeef`wfgpvsslqwpsljmwfq8wlPwqjmd?,pnboo=lhobklnbtjoo#af#jmufpwlq3!#bow>!klojgbzpQfplvq`foj`fmpfg#+tkj`k#-#Bewfq#`lmpjgfqujpjwjmdf{solqfqsqjnbqz#pfbq`k!#bmgqljg!rvj`hoz#nffwjmdpfpwjnbwf8qfwvqm#8`lolq9 #kfjdkw>bssqlubo/#%rvlw8#`kf`hfg-njm-ip!nbdmfwj`=?,b=?,kelqf`bpw-#Tkjof#wkvqpgbzgufqwjpf%fb`vwf8kbp@obppfubovbwflqgfqjmdf{jpwjmdsbwjfmwp#Lmojmf#`lolqbglLswjlmp!`bnsafoo?"..#fmg?,psbm=??aq#,= \\slsvsp\x7Fp`jfm`fp/%rvlw8#rvbojwz#Tjmgltp#bppjdmfgkfjdkw9#?a#`obppof%rvlw8#ubovf>!#@lnsbmzf{bnsofp?jeqbnf#afojfufpsqfpfmwpnbqpkboosbqw#le#sqlsfqoz*- Wkf#wb{lmlnznv`k#le#?,psbm= !#gbwb.pqwvdv/Fpp`qlooWl#sqlif`w?kfbg= bwwlqmfzfnskbpjppslmplqpebm`zal{tlqog$p#tjogojef`kf`hfg>pfppjlmpsqldqbnns{8elmw.#Sqlif`wilvqmbopafojfufgub`bwjlmwklnsplmojdkwjmdbmg#wkf#psf`jbo#alqgfq>3`kf`hjmd?,walgz=?avwwlm#@lnsofwf`ofbqej{ ?kfbg= bqwj`of#?pf`wjlmejmgjmdpqlof#jm#slsvobq##L`wlafqtfapjwf#f{slpvqfvpfg#wl##`kbmdfplsfqbwfg`oj`hjmdfmwfqjmd`lnnbmgpjmelqnfg#mvnafqp##?,gju=`qfbwjmdlmPvanjwnbqzobmg`loofdfpbmbozwj`ojpwjmdp`lmwb`w-olddfgJmbgujplqzpjaojmdp`lmwfmw!p%rvlw8*p-#Wkjp#sb`hbdfp`kf`hal{pvddfpwpsqfdmbmwwlnlqqltpsb`jmd>j`lm-smdibsbmfpf`lgfabpfavwwlm!=dbnaojmdpv`k#bp#/#tkjof#?,psbm=#njpplvqjpslqwjmdwls92s{#-?,psbm=wfmpjlmptjgwk>!1obyzolbgmlufnafqvpfg#jm#kfjdkw>!`qjsw!= %maps8?,?wq=?wg#kfjdkw91,sqlgv`w`lvmwqz#jm`ovgf#ellwfq!#%ow8"..#wjwof!=?,irvfqz-?,elqn= +\vBl\bQ\x7F*+\vUmGx*kqubwphjjwbojbmlqln/Nm(ow/Pqh/Kf4K4]4C5dwbnaj/Emmlwj`jbpnfmpbifpsfqplmbpgfqf`klpmb`jlmbopfquj`jl`lmwb`wlvpvbqjlpsqldqbnbdlajfqmlfnsqfpbpbmvm`jlpubofm`jb`lolnajbgfpsv/Epgfslqwfpsqlzf`wlsqlgv`wls/Vaoj`lmlplwqlpkjpwlqjbsqfpfmwfnjoolmfpnfgjbmwfsqfdvmwbbmwfqjlqqf`vqplpsqlaofnbpbmwjbdlmvfpwqlplsjmj/_mjnsqjnjqnjfmwqbpbn/Eqj`bufmgfglqpl`jfgbgqfpsf`wlqfbojybqqfdjpwqlsbobaqbpjmwfq/Epfmwlm`fpfpsf`jbonjfnaqlpqfbojgbg`/_qglabybqbdlybs/Mdjmbppl`jbofpaolrvfbqdfpwj/_mborvjofqpjpwfnbp`jfm`jbp`lnsofwlufqpj/_m`lnsofwbfpwvgjlps/Vaoj`blaifwjulboj`bmwfavp`bglq`bmwjgbgfmwqbgbpb``jlmfpbq`kjulppvsfqjlqnbzlq/Abbofnbmjbevm`j/_m/Vowjnlpkb`jfmglbrvfoolpfgj`j/_mefqmbmglbnajfmwfeb`fallhmvfpwqbp`ojfmwfpsql`fplpabpwbmwfsqfpfmwbqfslqwbq`lmdqfplsvaoj`bq`lnfq`jl`lmwqbwli/_ufmfpgjpwqjwlw/E`mj`b`lmivmwlfmfqd/Abwqbabibqbpwvqjbpqf`jfmwfvwjojybqalofw/Ampboubglq`lqqf`wbwqbabilpsqjnfqlpmfdl`jlpojafqwbggfwboofpsbmwboobsq/_{jnlbonfq/Abbmjnbofprvj/Emfp`lqby/_mpf``j/_mavp`bmglls`jlmfpf{wfqjlq`lm`fswlwlgbu/Abdbofq/Abfp`qjajqnfgj`jmboj`fm`jb`lmpvowbbpsf`wlp`q/Awj`bg/_obqfpivpwj`jbgfafq/Mmsfq/Alglmf`fpjwbnbmwfmfqsfrvf/]lqf`jajgbwqjavmbowfmfqjef`bm`j/_m`bmbqjbpgfp`bqdbgjufqplpnboolq`bqfrvjfqfw/E`mj`lgfafq/Abujujfmgbejmbmybpbgfobmwfevm`jlmb`lmpfilpgje/A`jo`jvgbgfpbmwjdvbpbubmybgbw/Eqnjmlvmjgbgfpp/Mm`kfy`bnsb/]bplewlmj`qfujpwbp`lmwjfmfpf`wlqfpnlnfmwlpeb`vowbg`q/Egjwlgjufqpbppvsvfpwleb`wlqfppfdvmglpsfrvf/]b<_<R<X<\\<Y=m<W<T<Y=m=n=`<]=g<W<R<]=g=n=`=a=n<R<P<y=m<W<T=n<R<_<R<P<Y<Q=c<^=m<Y=i=a=n<R<U<X<\\<Z<Y<]=g<W<T<_<R<X=o<X<Y<Q=`=a=n<R=n<]=g<W<\\=m<Y<]=c<R<X<T<Q=m<Y<]<Y<Q<\\<X<R=m<\\<U=n=h<R=n<R<Q<Y<_<R=m<^<R<T=m<^<R<U<T<_=l=g=n<R<Z<Y<^=m<Y<P=m<^<R=b<W<T=d=`=a=n<T=i<S<R<V<\\<X<Q<Y<U<X<R<P<\\<P<T=l<\\<W<T<]<R=n<Y<P=o=i<R=n=c<X<^=o=i=m<Y=n<T<W=b<X<T<X<Y<W<R<P<T=l<Y=n<Y<]=c=m<^<R<Y<^<T<X<Y=k<Y<_<R=a=n<T<P=m=k<Y=n=n<Y<P=g=j<Y<Q=g=m=n<\\<W<^<Y<X=`=n<Y<P<Y<^<R<X=g=n<Y<]<Y<^=g=d<Y<Q<\\<P<T=n<T<S<\\=n<R<P=o<S=l<\\<^<W<T=j<\\<R<X<Q<\\<_<R<X=g<[<Q<\\=b<P<R<_=o<X=l=o<_<^=m<Y<U<T<X<Y=n<V<T<Q<R<R<X<Q<R<X<Y<W<\\<X<Y<W<Y=m=l<R<V<T=b<Q=c<^<Y=m=`<y=m=n=`=l<\\<[<\\<Q<\\=d<T4K5h5h5k4K5h4F5f4@5i5f4U4B4K4Y4E4K5h4\\5f4U5h5f5k4@4C5f4C4K5h4N5j4K5h4]4C4F4A5o5i4Y5m4A4E5o4K5j4F4K5h5h5f5f5o5d5j4X4D5o4E5m5f5k4K4D5j4K4F4A5d4K4M4O5o4G4]4B5h4K5h4K5h4A4D4C5h5f5h4C4]5d4_4K4Z4V4[4F5o5d5j5k5j4K5o4_4K4A4E5j4K4C5f4K5h4[4D4U5h5f5o4X5o4]4K5f5i5o5j5i5j5k4K4X4]5o4E4]4J5f4_5j4X5f4[5i4K4\\4K4K5h5m5j4X4D4K4D4F4U4D4]4]4A5i4E5o4K5m4E5f5n5d5h5i4]5o4^5o5h5i4E4O4A5i4C5n5h4D5f5f4U5j5f4Y5d4]4E4[4]5f5n4X4K4]5o4@5d4K5h4O4B4]5e5i4U5j4K4K4D4A4G4U4]5d4Z4D4X5o5h5i4_4@5h4D5j4K5j4B4K5h4C5o4F4K4D5o5h5f4E4D4C5d5j4O5f4Z4K5f5d4@4C5m4]5f5n5o4F4D4F4O5m4Z5h5i4[4D4B4K5o4G4]4D4K4]5o4K5m4Z5h4K4A5h5e5j5m4_5k4O5f4K5i4]4C5d4C4O5j5k4K4C5f5j4K4K5h4K5j5i4U4]4Z4F4U5h5i4C4K4B5h5i5i5o5j\x07\x07\x07\x07\0\x07\x07\0\v\n \b\r\f\f\r\b \n\v\0\v\v\v\v\0\x07qfplvq`fp`lvmwqjfprvfpwjlmpfrvjsnfmw`lnnvmjwzbubjobaofkjdkojdkwGWG,{kwnonbqhfwjmdhmltofgdfplnfwkjmd`lmwbjmfqgjqf`wjlmpvap`qjafbgufqwjpf`kbqb`wfq!#ubovf>!?,pfof`w=Bvpwqbojb!#`obpp>!pjwvbwjlmbvwklqjwzelooltjmdsqjnbqjozlsfqbwjlm`kboofmdfgfufolsfgbmlmznlvpevm`wjlm#evm`wjlmp`lnsbmjfppwqv`wvqfbdqffnfmw!#wjwof>!slwfmwjbofgv`bwjlmbqdvnfmwppf`lmgbqz`lszqjdkwobmdvbdfpf{`ovpjuf`lmgjwjlm?,elqn= pwbwfnfmwbwwfmwjlmAjldqbskz~#fopf#x plovwjlmptkfm#wkf#Bmbozwj`pwfnsobwfpgbmdfqlvppbwfoojwfgl`vnfmwpsvaojpkfqjnslqwbmwsqlwlwzsfjmeovfm`f%qbrvl8?,feef`wjufdfmfqboozwqbmpelqnafbvwjevowqbmpslqwlqdbmjyfgsvaojpkfgsqlnjmfmwvmwjo#wkfwkvnambjoMbwjlmbo#-el`vp+*8lufq#wkf#njdqbwjlmbmmlvm`fgellwfq!= f{`fswjlmofpp#wkbmf{sfmpjufelqnbwjlmeqbnftlqhwfqqjwlqzmgj`bwjlm`vqqfmwoz`obppMbnf`qjwj`jpnwqbgjwjlmfopftkfqfBof{bmgfqbssljmwfgnbwfqjbopaqlbg`bpwnfmwjlmfgbeejojbwf?,lswjlm=wqfbwnfmwgjeefqfmw,gfebvow-Sqfpjgfmwlm`oj`h>!ajldqbskzlwkfqtjpfsfqnbmfmwEqbm/KbjpKlooztllgf{sbmpjlmpwbmgbqgp?,pwzof= qfgv`wjlmGf`fnafq#sqfefqqfg@bnaqjgdflsslmfmwpAvpjmfpp#`lmevpjlm= ?wjwof=sqfpfmwfgf{sobjmfgglfp#mlw#tlqogtjgfjmwfqeb`fslpjwjlmpmftpsbsfq?,wbaof= nlvmwbjmpojhf#wkf#fppfmwjboejmbm`jbopfof`wjlmb`wjlm>!,babmglmfgFgv`bwjlmsbqpfJmw+pwbajojwzvmbaof#wl?,wjwof= qfobwjlmpMlwf#wkbwfeej`jfmwsfqelqnfgwtl#zfbqpPjm`f#wkfwkfqfelqftqbssfq!=bowfqmbwfjm`qfbpfgAbwwof#lesfq`fjufgwqzjmd#wlmf`fppbqzslqwqbzfgfof`wjlmpFojybafwk?,jeqbnf=gjp`lufqzjmpvqbm`fp-ofmdwk8ofdfmgbqzDfldqbskz`bmgjgbwf`lqslqbwfplnfwjnfppfquj`fp-jmkfqjwfg?,pwqlmd=@lnnvmjwzqfojdjlvpol`bwjlmp@lnnjwwffavjogjmdpwkf#tlqogml#olmdfqafdjmmjmdqfefqfm`f`bmmlw#afeqfrvfm`zwzsj`boozjmwl#wkf#qfobwjuf8qf`lqgjmdsqfpjgfmwjmjwjboozwf`kmjrvfwkf#lwkfqjw#`bm#aff{jpwfm`fvmgfqojmfwkjp#wjnfwfofsklmfjwfnp`lsfsqb`wj`fpbgubmwbdf*8qfwvqm#Elq#lwkfqsqlujgjmdgfnl`qb`zalwk#wkf#f{wfmpjufpveefqjmdpvsslqwfg`lnsvwfqp#evm`wjlmsqb`wj`bopbjg#wkbwjw#nbz#afFmdojpk?,eqln#wkf#p`kfgvofggltmolbgp?,obafo= pvpsf`wfgnbqdjm9#3psjqjwvbo?,kfbg= nj`qlplewdqbgvboozgjp`vppfgkf#af`bnff{f`vwjufirvfqz-ipklvpfklog`lmejqnfgsvq`kbpfgojwfqboozgfpwqlzfgvs#wl#wkfubqjbwjlmqfnbjmjmdjw#jp#mlw`fmwvqjfpIbsbmfpf#bnlmd#wkf`lnsofwfgbodlqjwknjmwfqfpwpqfafoojlmvmgfejmfgfm`lvqbdfqfpjybaofjmuloujmdpfmpjwjufvmjufqpbosqlujpjlm+bowklvdkefbwvqjmd`lmgv`wfg*/#tkj`k#`lmwjmvfg.kfbgfq!=Efaqvbqz#mvnfqlvp#lufqeolt9`lnslmfmweqbdnfmwpf{`foofmw`lopsbm>!wf`kmj`bomfbq#wkf#Bgubm`fg#plvq`f#lef{sqfppfgKlmd#Hlmd#Eb`fallhnvowjsof#nf`kbmjpnfofubwjlmleefmpjuf?,elqn= \npslmplqfggl`vnfmw-lq#%rvlw8wkfqf#bqfwklpf#tklnlufnfmwpsql`fppfpgjeej`vowpvanjwwfgqf`lnnfmg`lmujm`fgsqlnlwjmd!#tjgwk>!-qfsob`f+`obppj`bo`lbojwjlmkjp#ejqpwgf`jpjlmpbppjpwbmwjmgj`bwfgfulovwjlm.tqbssfq!fmlvdk#wlbolmd#wkfgfojufqfg..= ?"..Bnfqj`bm#sqlwf`wfgMlufnafq#?,pwzof=?evqmjwvqfJmwfqmfw##lmaovq>!pvpsfmgfgqf`jsjfmwabpfg#lm#Nlqflufq/balojpkfg`loof`wfgtfqf#nbgffnlwjlmbofnfqdfm`zmbqqbwjufbgul`bwfps{8alqgfq`lnnjwwfggjq>!owq!fnsolzffpqfpfbq`k-#pfof`wfgpv``fpplq`vpwlnfqpgjpsobzfgPfswfnafqbgg@obpp+Eb`fallh#pvddfpwfgbmg#obwfqlsfqbwjmdfobalqbwfPlnfwjnfpJmpwjwvwf`fqwbjmozjmpwboofgelooltfqpIfqvpbofnwkfz#kbuf`lnsvwjmddfmfqbwfgsqlujm`fpdvbqbmwffbqajwqbqzqf`ldmjyftbmwfg#wls{8tjgwk9wkflqz#leafkbujlvqTkjof#wkffpwjnbwfgafdbm#wl#jw#af`bnfnbdmjwvgfnvpw#kbufnlqf#wkbmGjqf`wlqzf{wfmpjlmpf`qfwbqzmbwvqboozl``vqqjmdubqjbaofpdjufm#wkfsobwelqn-?,obafo=?ebjofg#wl`lnslvmgphjmgp#le#pl`jfwjfpbolmdpjgf#..%dw8 plvwktfpwwkf#qjdkwqbgjbwjlmnbz#kbuf#vmfp`bsf+pslhfm#jm!#kqfe>!,sqldqbnnflmoz#wkf#`lnf#eqlngjqf`wlqzavqjfg#jmb#pjnjobqwkfz#tfqf?,elmw=?,Mlqtfdjbmpsf`jejfgsqlgv`jmdsbppfmdfq+mft#Gbwfwfnslqbqzej`wjlmboBewfq#wkffrvbwjlmpgltmolbg-qfdvobqozgfufolsfqbaluf#wkfojmhfg#wlskfmlnfmbsfqjlg#lewllowjs!=pvapwbm`fbvwlnbwj`bpsf`w#leBnlmd#wkf`lmmf`wfgfpwjnbwfpBjq#Elq`fpzpwfn#lelaif`wjufjnnfgjbwfnbhjmd#jwsbjmwjmdp`lmrvfqfgbqf#pwjoosql`fgvqfdqltwk#lekfbgfg#azFvqlsfbm#gjujpjlmpnlof`vofpeqbm`kjpfjmwfmwjlmbwwqb`wfg`kjogkllgbopl#vpfggfgj`bwfgpjmdbslqfgfdqff#leebwkfq#le`lmeoj`wp?,b=?,s= `bnf#eqlntfqf#vpfgmlwf#wkbwqf`fjujmdF{f`vwjuffufm#nlqfb``fpp#wl`lnnbmgfqSlojwj`bonvpj`jbmpgfoj`jlvpsqjplmfqpbgufmw#leVWE.;!#,=?"X@GBWBX!=@lmwb`wPlvwkfqm#ad`lolq>!pfqjfp#le-#Jw#tbp#jm#Fvqlsfsfqnjwwfgubojgbwf-bssfbqjmdleej`jboppfqjlvpoz.obmdvbdfjmjwjbwfgf{wfmgjmdolmd.wfqnjmeobwjlmpv`k#wkbwdfw@llhjfnbqhfg#az?,avwwlm=jnsofnfmwavw#jw#jpjm`qfbpfpgltm#wkf#qfrvjqjmdgfsfmgfmw..= ?"..#jmwfqujftTjwk#wkf#`lsjfp#le`lmpfmpvptbp#avjowUfmfyvfob+elqnfqozwkf#pwbwfsfqplmmfopwqbwfdj`ebulvq#lejmufmwjlmTjhjsfgjb`lmwjmfmwujqwvbooztkj`k#tbpsqjm`jsof@lnsofwf#jgfmwj`bopklt#wkbwsqjnjwjufbtbz#eqlnnlof`vobqsqf`jpfozgjpploufgVmgfq#wkfufqpjlm>!=%maps8?,Jw#jp#wkf#Wkjp#jp#tjoo#kbuflqdbmjpnpplnf#wjnfEqjfgqj`ktbp#ejqpwwkf#lmoz#eb`w#wkbwelqn#jg>!sqf`fgjmdWf`kmj`boskzpj`jpwl``vqp#jmmbujdbwlqpf`wjlm!=psbm#jg>!plvdkw#wlafolt#wkfpvqujujmd~?,pwzof=kjp#gfbwkbp#jm#wkf`bvpfg#azsbqwjboozf{jpwjmd#vpjmd#wkftbp#djufmb#ojpw#leofufop#lemlwjlm#leLeej`jbo#gjpnjppfgp`jfmwjpwqfpfnaofpgvsoj`bwff{solpjufqf`lufqfgboo#lwkfqdboofqjfpxsbggjmd9sflsof#leqfdjlm#lebggqfppfpbppl`jbwfjnd#bow>!jm#nlgfqmpklvog#afnfwklg#leqfslqwjmdwjnfpwbnsmffgfg#wlwkf#Dqfbwqfdbqgjmdpffnfg#wlujftfg#bpjnsb`w#lmjgfb#wkbwwkf#Tlqogkfjdkw#lef{sbmgjmdWkfpf#bqf`vqqfmw!=`bqfevooznbjmwbjmp`kbqdf#le@obppj`bobggqfppfgsqfgj`wfgltmfqpkjs?gju#jg>!qjdkw!= qfpjgfm`fofbuf#wkf`lmwfmw!=bqf#lewfm##~*+*8 sqlabaoz#Sqlefpplq.avwwlm!#qfpslmgfgpbzp#wkbwkbg#wl#afsob`fg#jmKvmdbqjbmpwbwvp#lepfqufp#bpVmjufqpbof{f`vwjlmbddqfdbwfelq#tkj`kjmef`wjlmbdqffg#wlkltfufq/#slsvobq!=sob`fg#lm`lmpwqv`wfof`wlqbopznalo#lejm`ovgjmdqfwvqm#wlbq`kjwf`w@kqjpwjbmsqfujlvp#ojujmd#jmfbpjfq#wlsqlefpplq %ow8"..#feef`w#lebmbozwj`ptbp#wbhfmtkfqf#wkfwllh#lufqafojfe#jmBeqjhbbmpbp#ebq#bpsqfufmwfgtlqh#tjwkb#psf`jbo?ejfogpfw@kqjpwnbpQfwqjfufg Jm#wkf#ab`h#jmwlmlqwkfbpwnbdbyjmfp=?pwqlmd=`lnnjwwffdlufqmjmddqlvsp#lepwlqfg#jmfpwbaojpkb#dfmfqbojwp#ejqpwwkfjq#ltmslsvobwfgbm#laif`w@bqjaafbmboolt#wkfgjpwqj`wptjp`lmpjmol`bwjlm-8#tjgwk9#jmkbajwfgPl`jbojpwIbmvbqz#2?,ellwfq=pjnjobqoz`klj`f#lewkf#pbnf#psf`jej`#avpjmfpp#Wkf#ejqpw-ofmdwk8#gfpjqf#wlgfbo#tjwkpjm`f#wkfvpfqBdfmw`lm`fjufgjmgf{-sksbp#%rvlw8fmdbdf#jmqf`fmwoz/eft#zfbqptfqf#bopl ?kfbg= ?fgjwfg#azbqf#hmltm`jwjfp#jmb``fpphfz`lmgfnmfgbopl#kbufpfquj`fp/ebnjoz#leP`kllo#le`lmufqwfgmbwvqf#le#obmdvbdfnjmjpwfqp?,laif`w=wkfqf#jp#b#slsvobqpfrvfm`fpbgul`bwfgWkfz#tfqfbmz#lwkfqol`bwjlm>fmwfq#wkfnv`k#nlqfqfeof`wfgtbp#mbnfglqjdjmbo#b#wzsj`botkfm#wkfzfmdjmffqp`lvog#mlwqfpjgfmwptfgmfpgbzwkf#wkjqg#sqlgv`wpIbmvbqz#1tkbw#wkfzb#`fqwbjmqfb`wjlmpsql`fpplqbewfq#kjpwkf#obpw#`lmwbjmfg!=?,gju= ?,b=?,wg=gfsfmg#lmpfbq`k!= sjf`fp#le`lnsfwjmdQfefqfm`fwfmmfppfftkj`k#kbp#ufqpjlm>?,psbm=#??,kfbgfq=djufp#wkfkjpwlqjbmubovf>!!=sbggjmd93ujft#wkbwwldfwkfq/wkf#nlpw#tbp#elvmgpvapfw#lebwwb`h#lm`kjogqfm/sljmwp#lesfqplmbo#slpjwjlm9boofdfgoz@ofufobmgtbp#obwfqbmg#bewfqbqf#djufmtbp#pwjoop`qloojmdgfpjdm#lenbhfp#wkfnv`k#ofppBnfqj`bmp- Bewfq#/#avw#wkfNvpfvn#leolvjpjbmb+eqln#wkfnjmmfplwbsbqwj`ofpb#sql`fppGlnjmj`bmulovnf#leqfwvqmjmdgfefmpjuf33s{\x7Fqjdknbgf#eqlnnlvpflufq!#pwzof>!pwbwfp#le+tkj`k#jp`lmwjmvfpEqbm`jp`lavjogjmd#tjwklvw#btjwk#plnftkl#tlvogb#elqn#leb#sbqw#leafelqf#jwhmltm#bp##Pfquj`fpol`bwjlm#bmg#lewfmnfbpvqjmdbmg#jw#jpsbsfqab`hubovfp#le ?wjwof=>#tjmglt-gfwfqnjmffq%rvlw8#sobzfg#azbmg#fbqoz?,`fmwfq=eqln#wkjpwkf#wkqffsltfq#bmgle#%rvlw8jmmfqKWNO?b#kqfe>!z9jmojmf8@kvq`k#lewkf#fufmwufqz#kjdkleej`jbo#.kfjdkw9#`lmwfmw>!,`dj.ajm,wl#`qfbwfbeqjhbbmpfpsfqbmwleqbm/Kbjpobwujf)Mvojfwvuj)_(`f)Mwjmb(af)Mwjmb\fUh\fT{\fTN\n{I\np@Fr\vBl\bQ\x7F A{\vUmGx A{ypYA\0zX\bTV\bWl\bUdBM\vB{\npV\v@xB\\\np@DbGz al\npa fM uD\bV~mx\vQ}\ndS p\\\bVK\bS]\bU|oD kV\ved\vHR\nb~M`\nJpoD|Q\nLPSw\bTl\nAI\nxC\bWt BqF`Cm\vLm Kx }t\bPv\ny\\\naB V\x7F\nZdXUli fr i@ BHBDBV `V\n[] p_ Tn\n~A\nxR uD `{\bV@ Tn HK AJ\vxsZf\nqIZf\vBM\v|j }t\bSM\nmC\vQ}pfquj`jlpbqw/A`volbqdfmwjmbabq`folmb`vborvjfqsvaoj`bglsqlgv`wlpslo/Awj`bqfpsvfpwbtjhjsfgjbpjdvjfmwfa/Vprvfgb`lnvmjgbgpfdvqjgbgsqjm`jsbosqfdvmwbp`lmwfmjglqfpslmgfqufmfyvfobsqlaofnbpgj`jfnaqfqfob`j/_mmlujfnaqfpjnjobqfpsqlzf`wlpsqldqbnbpjmpwjwvwlb`wjujgbgfm`vfmwqbf`lmln/Abjn/Mdfmfp`lmwb`wbqgfp`bqdbqmf`fpbqjlbwfm`j/_mwfo/Eelml`lnjpj/_m`bm`jlmfp`bsb`jgbgfm`lmwqbqbm/Mojpjpebulqjwlpw/Eqnjmlpsqlujm`jbfwjrvfwbpfofnfmwlpevm`jlmfpqfpvowbgl`bq/M`wfqsqlsjfgbgsqjm`jsjlmf`fpjgbgnvmj`jsbo`qfb`j/_mgfp`bqdbpsqfpfm`jb`lnfq`jbolsjmjlmfpfifq`j`jlfgjwlqjbopbobnbm`bdlmy/Mofygl`vnfmwlsfo/A`vobqf`jfmwfpdfmfqbofpwbqqbdlmbsq/M`wj`bmlufgbgfpsqlsvfpwbsb`jfmwfpw/E`mj`bplaifwjulp`lmwb`wlp\fHB\fIk\fHn\fH^\fHS\fHc\fHU\fId\fHn\fH{\fHC\fHR\fHT\fHR\fHI\fHc\fHY\fHn\fH\\\fHU\fIk\fHy\fIg\fHd\fHy\fIm\fHw\fH\\\fHU\fHR\fH@\fHR\fHJ\fHy\fHU\fHR\fHT\fHA\fIl\fHU\fIm\fHc\fH\\\fHU\fIl\fHB\fId\fHn\fHJ\fHS\fHD\fH@\fHR\fHHgjsolgl`p\fHT\fHB\fHC\fH\\\fIn\fHF\fHD\fHR\fHB\fHF\fHH\fHR\fHG\fHS\fH\\\fHx\fHT\fHH\fHH\fH\\\fHU\fH^\fIg\fH{\fHU\fIm\fHj\fH@\fHR\fH\\\fHJ\fIk\fHZ\fHU\fIm\fHd\fHz\fIk\fH^\fHC\fHJ\fHS\fHy\fHR\fHB\fHY\fIk\fH@\fHH\fIl\fHD\fH@\fIl\fHv\fHB\fI`\fHH\fHT\fHR\fH^\fH^\fIk\fHz\fHp\fIe\fH@\fHB\fHJ\fHJ\fHH\fHI\fHR\fHD\fHU\fIl\fHZ\fHU\fH\\\fHi\fH^\fH{\fHy\fHA\fIl\fHD\fH{\fH\\\fHF\fHR\fHT\fH\\\fHR\fHH\fHy\fHS\fHc\fHe\fHT\fIk\fH{\fHC\fIl\fHU\fIn\fHm\fHj\fH{\fIk\fHs\fIl\fHB\fHz\fIg\fHp\fHy\fHR\fH\\\fHi\fHA\fIl\fH{\fHC\fIk\fHH\fIm\fHB\fHY\fIg\fHs\fHJ\fIk\fHn\fHi\fH{\fH\\\fH|\fHT\fIk\fHB\fIk\fH^\fH^\fH{\fHR\fHU\fHR\fH^\fHf\fHF\fH\\\fHv\fHR\fH\\\fH|\fHT\fHR\fHJ\fIk\fH\\\fHp\fHS\fHT\fHJ\fHS\fH^\fH@\fHn\fHJ\fH@\fHD\fHR\fHU\fIn\fHn\fH^\fHR\fHz\fHp\fIl\fHH\fH@\fHs\fHD\fHB\fHS\fH^\fHk\fHT\fIk\fHj\fHD\fIk\fHD\fHC\fHR\fHy\fIm\fH^\fH^\fIe\fH{\fHA\fHR\fH{\fH\\\fIk\fH^\fHp\fH{\fHU\fH\\\fHR\fHB\fH^\fH{\fIk\fHF\fIk\fHp\fHU\fHR\fHI\fHk\fHT\fIl\fHT\fHU\fIl\fHy\fH^\fHR\fHL\fIl\fHy\fHU\fHR\fHm\fHJ\fIn\fH\\\fHH\fHU\fHH\fHT\fHR\fHH\fHC\fHR\fHJ\fHj\fHC\fHR\fHF\fHR\fHy\fHy\fI`\fHD\fHZ\fHR\fHB\fHJ\fIk\fHz\fHC\fHU\fIl\fH\\\fHR\fHC\fHz\fIm\fHJ\fH^\fH{\fIl`bwfdlqjfpf{sfqjfm`f?,wjwof= @lszqjdkw#ibubp`qjsw`lmgjwjlmpfufqzwkjmd?s#`obpp>!wf`kmloldzab`hdqlvmg?b#`obpp>!nbmbdfnfmw%`lsz8#132ibubP`qjsw`kbqb`wfqpaqfbg`qvnawkfnpfoufpklqjylmwbodlufqmnfmw@bojelqmjbb`wjujwjfpgjp`lufqfgMbujdbwjlmwqbmpjwjlm`lmmf`wjlmmbujdbwjlmbssfbqbm`f?,wjwof=?n`kf`hal{!#wf`kmjrvfpsqlwf`wjlmbssbqfmwozbp#tfoo#bpvmw$/#$VB.qfplovwjlmlsfqbwjlmpwfofujpjlmwqbmpobwfgTbpkjmdwlmmbujdbwlq-#>#tjmglt-jnsqfppjlm%ow8aq%dw8ojwfqbwvqfslsvobwjlmad`lolq>! fpsf`jbooz#`lmwfmw>!sqlgv`wjlmmftpofwwfqsqlsfqwjfpgfejmjwjlmofbgfqpkjsWf`kmloldzSbqojbnfmw`lnsbqjplmvo#`obpp>!-jmgf{Le+!`lm`ovpjlmgjp`vppjlm`lnslmfmwpajloldj`boQfulovwjlm\\`lmwbjmfqvmgfqpwllgmlp`qjsw=?sfqnjppjlmfb`k#lwkfqbwnlpskfqf#lmel`vp>!?elqn#jg>!sql`fppjmdwkjp-ubovfdfmfqbwjlm@lmefqfm`fpvapfrvfmwtfoo.hmltmubqjbwjlmpqfsvwbwjlmskfmlnfmlmgjp`jsojmfoldl-smd!#+gl`vnfmw/alvmgbqjfpf{sqfppjlmpfwwofnfmwAb`hdqlvmglvw#le#wkffmwfqsqjpf+!kwwsp9!#vmfp`bsf+!sbpptlqg!#gfnl`qbwj`?b#kqfe>!,tqbssfq!= nfnafqpkjsojmdvjpwj`s{8sbggjmdskjolplskzbppjpwbm`fvmjufqpjwzeb`jojwjfpqf`ldmjyfgsqfefqfm`fje#+wzsflenbjmwbjmfgul`bavobqzkzslwkfpjp-pvanjw+*8%bns8maps8bmmlwbwjlmafkjmg#wkfElvmgbwjlmsvaojpkfq!bppvnswjlmjmwqlgv`fg`lqqvswjlmp`jfmwjpwpf{soj`jwozjmpwfbg#legjnfmpjlmp#lm@oj`h>!`lmpjgfqfggfsbqwnfmwl``vsbwjlmpllm#bewfqjmufpwnfmwsqlmlvm`fgjgfmwjejfgf{sfqjnfmwNbmbdfnfmwdfldqbskj`!#kfjdkw>!ojmh#qfo>!-qfsob`f+,gfsqfppjlm`lmefqfm`fsvmjpknfmwfojnjmbwfgqfpjpwbm`fbgbswbwjlmlsslpjwjlmtfoo#hmltmpvssofnfmwgfwfqnjmfgk2#`obpp>!3s{8nbqdjmnf`kbmj`bopwbwjpwj`p`fofaqbwfgDlufqmnfmw Gvqjmd#wgfufolsfqpbqwjej`jbofrvjubofmwlqjdjmbwfg@lnnjppjlmbwwb`knfmw?psbm#jg>!wkfqf#tfqfMfgfqobmgpafzlmg#wkfqfdjpwfqfgilvqmbojpweqfrvfmwozboo#le#wkfobmd>!fm!#?,pwzof= baplovwf8#pvsslqwjmdf{wqfnfoz#nbjmpwqfbn?,pwqlmd=#slsvobqjwzfnsolznfmw?,wbaof= #`lopsbm>!?,elqn= ##`lmufqpjlmbalvw#wkf#?,s=?,gju=jmwfdqbwfg!#obmd>!fmSlqwvdvfpfpvapwjwvwfjmgjujgvbojnslppjaofnvowjnfgjbbonlpw#boos{#plojg# bsbqw#eqlnpvaif`w#wljm#Fmdojpk`qjwj`jyfgf{`fsw#elqdvjgfojmfplqjdjmboozqfnbqhbaofwkf#pf`lmgk1#`obpp>!?b#wjwof>!+jm`ovgjmdsbqbnfwfqpsqlkjajwfg>#!kwws9,,gj`wjlmbqzsfq`fswjlmqfulovwjlmelvmgbwjlms{8kfjdkw9pv``fppevopvsslqwfqpnjoofmmjvnkjp#ebwkfqwkf#%rvlw8ml.qfsfbw8`lnnfq`jbojmgvpwqjbofm`lvqbdfgbnlvmw#le#vmleej`jbofeej`jfm`zQfefqfm`fp`llqgjmbwfgjp`objnfqf{sfgjwjlmgfufolsjmd`bo`vobwfgpjnsojejfgofdjwjnbwfpvapwqjmd+3!#`obpp>!`lnsofwfozjoovpwqbwfejuf#zfbqpjmpwqvnfmwSvaojpkjmd2!#`obpp>!spz`kloldz`lmejgfm`fmvnafq#le#bapfm`f#leel`vpfg#lmiljmfg#wkfpwqv`wvqfpsqfujlvpoz=?,jeqbnf=lm`f#bdbjmavw#qbwkfqjnnjdqbmwple#`lvqpf/b#dqlvs#leOjwfqbwvqfVmojhf#wkf?,b=%maps8 evm`wjlm#jw#tbp#wkf@lmufmwjlmbvwlnlajofSqlwfpwbmwbddqfppjufbewfq#wkf#Pjnjobqoz/!#,=?,gju=`loof`wjlm evm`wjlmujpjajojwzwkf#vpf#leulovmwffqpbwwqb`wjlmvmgfq#wkf#wkqfbwfmfg)?"X@GBWBXjnslqwbm`fjm#dfmfqbowkf#obwwfq?,elqn= ?,-jmgf{Le+$j#>#38#j#?gjeefqfm`fgfulwfg#wlwqbgjwjlmppfbq`k#elqvowjnbwfozwlvqmbnfmwbwwqjavwfppl.`boofg#~ ?,pwzof=fubovbwjlmfnskbpjyfgb``fppjaof?,pf`wjlm=pv``fppjlmbolmd#tjwkNfbmtkjof/jmgvpwqjfp?,b=?aq#,=kbp#af`lnfbpsf`wp#leWfofujpjlmpveej`jfmwabphfwabooalwk#pjgfp`lmwjmvjmdbm#bqwj`of?jnd#bow>!bgufmwvqfpkjp#nlwkfqnbm`kfpwfqsqjm`jsofpsbqwj`vobq`lnnfmwbqzfeef`wp#legf`jgfg#wl!=?pwqlmd=svaojpkfqpIlvqmbo#legjeej`vowzeb`jojwbwfb``fswbaofpwzof-`pp!\nevm`wjlm#jmmlubwjlm=@lszqjdkwpjwvbwjlmptlvog#kbufavpjmfppfpGj`wjlmbqzpwbwfnfmwplewfm#vpfgsfqpjpwfmwjm#Ibmvbqz`lnsqjpjmd?,wjwof= \ngjsolnbwj``lmwbjmjmdsfqelqnjmdf{wfmpjlmpnbz#mlw#af`lm`fsw#le#lm`oj`h>!Jw#jp#boplejmbm`jbo#nbhjmd#wkfOv{fnalvqdbggjwjlmbobqf#`boofgfmdbdfg#jm!p`qjsw!*8avw#jw#tbpfof`wqlmj`lmpvanjw>! ?"..#Fmg#fof`wqj`boleej`jboozpvddfpwjlmwls#le#wkfvmojhf#wkfBvpwqbojbmLqjdjmboozqfefqfm`fp ?,kfbg= qf`ldmjpfgjmjwjbojyfojnjwfg#wlBof{bmgqjbqfwjqfnfmwBgufmwvqfpelvq#zfbqp %ow8"..#jm`qfbpjmdgf`lqbwjlmk0#`obpp>!lqjdjmp#lelaojdbwjlmqfdvobwjlm`obppjejfg+evm`wjlm+bgubmwbdfpafjmd#wkf#kjpwlqjbmp?abpf#kqfeqfsfbwfgoztjoojmd#wl`lnsbqbaofgfpjdmbwfgmlnjmbwjlmevm`wjlmbojmpjgf#wkfqfufobwjlmfmg#le#wkfp#elq#wkf#bvwklqjyfgqfevpfg#wlwbhf#sob`fbvwlmlnlvp`lnsqlnjpfslojwj`bo#qfpwbvqbmwwtl#le#wkfEfaqvbqz#1rvbojwz#leptelaif`w-vmgfqpwbmgmfbqoz#bootqjwwfm#azjmwfqujftp!#tjgwk>!2tjwkgqbtboeolbw9ofewjp#vpvbooz`bmgjgbwfpmftpsbsfqpnzpwfqjlvpGfsbqwnfmwafpw#hmltmsbqojbnfmwpvssqfppfg`lmufmjfmwqfnfnafqfggjeefqfmw#pzpwfnbwj`kbp#ofg#wlsqlsbdbmgb`lmwqloofgjmeovfm`fp`fqfnlmjbosql`objnfgSqlwf`wjlmoj#`obpp>!P`jfmwjej``obpp>!ml.wqbgfnbqhpnlqf#wkbm#tjgfpsqfbgOjafqbwjlmwllh#sob`fgbz#le#wkfbp#olmd#bpjnsqjplmfgBggjwjlmbo ?kfbg= ?nObalqbwlqzMlufnafq#1f{`fswjlmpJmgvpwqjboubqjfwz#leeolbw9#ofeGvqjmd#wkfbppfppnfmwkbuf#affm#gfbop#tjwkPwbwjpwj`pl``vqqfm`f,vo=?,gju=`ofbqej{!=wkf#svaoj`nbmz#zfbqptkj`k#tfqflufq#wjnf/pzmlmznlvp`lmwfmw!= sqfpvnbaozkjp#ebnjozvpfqBdfmw-vmf{sf`wfgjm`ovgjmd#`kboofmdfgb#njmlqjwzvmgfejmfg!afolmdp#wlwbhfm#eqlnjm#L`wlafqslpjwjlm9#pbjg#wl#afqfojdjlvp#Efgfqbwjlm#qltpsbm>!lmoz#b#eftnfbmw#wkbwofg#wl#wkf..= ?gju#?ejfogpfw=Bq`kajpkls#`obpp>!mlafjmd#vpfgbssqlb`kfpsqjujofdfpmlp`qjsw= qfpvowp#jmnbz#af#wkfFbpwfq#fddnf`kbmjpnpqfbplmbaofSlsvobwjlm@loof`wjlmpfof`wfg!=mlp`qjsw=,jmgf{-sksbqqjubo#le.ippgh$**8nbmbdfg#wljm`lnsofwf`bpvbowjfp`lnsofwjlm@kqjpwjbmpPfswfnafq#bqjwknfwj`sql`fgvqfpnjdkw#kbufSqlgv`wjlmjw#bssfbqpSkjolplskzeqjfmgpkjsofbgjmd#wldjujmd#wkfwltbqg#wkfdvbqbmwffggl`vnfmwfg`lolq9 333ujgfl#dbnf`lnnjppjlmqfeof`wjmd`kbmdf#wkfbppl`jbwfgpbmp.pfqjelmhfzsqfpp8#sbggjmd9Kf#tbp#wkfvmgfqozjmdwzsj`booz#/#bmg#wkf#pq`Fofnfmwpv``fppjufpjm`f#wkf#pklvog#af#mfwtlqhjmdb``lvmwjmdvpf#le#wkfoltfq#wkbmpkltp#wkbw?,psbm= \n\n`lnsobjmwp`lmwjmvlvprvbmwjwjfpbpwqlmlnfqkf#gjg#mlwgvf#wl#jwpbssojfg#wlbm#bufqbdffeelqwp#wlwkf#evwvqfbwwfnsw#wlWkfqfelqf/`bsbajojwzQfsvaoj`bmtbp#elqnfgFof`wqlmj`hjolnfwfqp`kboofmdfpsvaojpkjmdwkf#elqnfqjmgjdfmlvpgjqf`wjlmppvapjgjbqz`lmpsjqb`zgfwbjop#lebmg#jm#wkfbeelqgbaofpvapwbm`fpqfbplm#elq`lmufmwjlmjwfnwzsf>!baplovwfozpvsslpfgozqfnbjmfg#bbwwqb`wjufwqbufoojmdpfsbqbwfozel`vpfp#lmfofnfmwbqzbssoj`baofelvmg#wkbwpwzofpkffwnbmvp`qjswpwbmgp#elq#ml.qfsfbw+plnfwjnfp@lnnfq`jbojm#Bnfqj`bvmgfqwbhfmrvbqwfq#lebm#f{bnsofsfqplmboozjmgf{-sks<?,avwwlm= sfq`fmwbdfafpw.hmltm`qfbwjmd#b!#gjq>!owqOjfvwfmbmw ?gju#jg>!wkfz#tlvogbajojwz#lenbgf#vs#lemlwfg#wkbw`ofbq#wkbwbqdvf#wkbwwl#bmlwkfq`kjogqfm$psvqslpf#leelqnvobwfgabpfg#vslmwkf#qfdjlmpvaif`w#lesbppfmdfqpslppfppjlm- Jm#wkf#Afelqf#wkfbewfqtbqgp`vqqfmwoz#b`qlpp#wkfp`jfmwjej``lnnvmjwz-`bsjwbojpnjm#Dfqnbmzqjdkw.tjmdwkf#pzpwfnPl`jfwz#leslojwj`jbmgjqf`wjlm9tfmw#lm#wlqfnlubo#le#Mft#Zlqh#bsbqwnfmwpjmgj`bwjlmgvqjmd#wkfvmofpp#wkfkjpwlqj`bokbg#affm#bgfejmjwjufjmdqfgjfmwbwwfmgbm`f@fmwfq#elqsqlnjmfm`fqfbgzPwbwfpwqbwfdjfpavw#jm#wkfbp#sbqw#le`lmpwjwvwf`objn#wkbwobalqbwlqz`lnsbwjaofebjovqf#le/#pv`k#bp#afdbm#tjwkvpjmd#wkf#wl#sqlujgfefbwvqf#leeqln#tkj`k,!#`obpp>!dfloldj`bopfufqbo#legfojafqbwfjnslqwbmw#klogp#wkbwjmd%rvlw8#ubojdm>wlswkf#Dfqnbmlvwpjgf#lemfdlwjbwfgkjp#`bqffqpfsbqbwjlmjg>!pfbq`ktbp#`boofgwkf#elvqwkqf`qfbwjlmlwkfq#wkbmsqfufmwjlmtkjof#wkf#fgv`bwjlm/`lmmf`wjmdb``vqbwfoztfqf#avjowtbp#hjoofgbdqffnfmwpnv`k#nlqf#Gvf#wl#wkftjgwk9#233plnf#lwkfqHjmdgln#lewkf#fmwjqfebnlvp#elqwl#`lmmf`wlaif`wjufpwkf#Eqfm`ksflsof#bmgefbwvqfg!=jp#pbjg#wlpwqv`wvqboqfefqfmgvnnlpw#lewfmb#pfsbqbwf.= ?gju#jg#Leej`jbo#tlqogtjgf-bqjb.obafowkf#sobmfwbmg#jw#tbpg!#ubovf>!ollhjmd#bwafmfej`jbobqf#jm#wkfnlmjwlqjmdqfslqwfgozwkf#nlgfqmtlqhjmd#lmbooltfg#wltkfqf#wkf#jmmlubwjuf?,b=?,gju=plvmgwqb`hpfbq`kElqnwfmg#wl#afjmsvw#jg>!lsfmjmd#leqfpwqj`wfgbglswfg#azbggqfppjmdwkfloldjbmnfwklgp#leubqjbmw#le@kqjpwjbm#ufqz#obqdfbvwlnlwjufaz#ebq#wkfqbmdf#eqlnsvqpvjw#leeloolt#wkfaqlvdkw#wljm#Fmdobmgbdqff#wkbwb``vpfg#le`lnfp#eqlnsqfufmwjmdgju#pwzof>kjp#lq#kfqwqfnfmglvpeqffgln#le`lm`fqmjmd3#2fn#2fn8Abphfwaboo,pwzof-`ppbm#fbqojfqfufm#bewfq,!#wjwof>!-`ln,jmgf{wbhjmd#wkfsjwwpavqdk`lmwfmw!=?p`qjsw=+ewvqmfg#lvwkbujmd#wkf?,psbm= #l``bpjlmboaf`bvpf#jwpwbqwfg#wlskzpj`booz=?,gju= ##`qfbwfg#az@vqqfmwoz/#ad`lolq>!wbajmgf{>!gjpbpwqlvpBmbozwj`p#bopl#kbp#b=?gju#jg>!?,pwzof= ?`boofg#elqpjmdfq#bmg-pq`#>#!,,ujlobwjlmpwkjp#sljmw`lmpwbmwozjp#ol`bwfgqf`lqgjmdpg#eqln#wkfmfgfqobmgpslqwvdv/Fp;N;};D;u;F5m4K4]4_7`gfpbqqlool`lnfmwbqjlfgv`b`j/_mpfswjfnaqfqfdjpwqbglgjqf``j/_mvaj`b`j/_msvaoj`jgbgqfpsvfpwbpqfpvowbglpjnslqwbmwfqfpfqubglpbqw/A`volpgjefqfmwfppjdvjfmwfpqfs/Vaoj`bpjwvb`j/_mnjmjpwfqjlsqjub`jgbggjqf`wlqjlelqnb`j/_mslaob`j/_msqfpjgfmwf`lmw','fmjglpb``fplqjlpwf`kmlqbwjsfqplmbofp`bwfdlq/Abfpsf`jbofpgjpslmjaofb`wvbojgbgqfefqfm`jbuboobglojgajaojlwf`bqfob`jlmfp`bofmgbqjlslo/Awj`bpbmwfqjlqfpgl`vnfmwlpmbwvqbofybnbwfqjbofpgjefqfm`jbf`lm/_nj`bwqbmpslqwfqlgq/Advfysbqwj`jsbqfm`vfmwqbmgjp`vpj/_mfpwqv`wvqbevmgb`j/_meqf`vfmwfpsfqnbmfmwfwlwbonfmwf<P<R<Z<Q<R<]=o<X<Y=n<P<R<Z<Y=n<^=l<Y<P=c=n<\\<V<Z<Y=k=n<R<]=g<]<R<W<Y<Y<R=k<Y<Q=`=a=n<R<_<R<V<R<_<X<\\<S<R=m<W<Y<^=m<Y<_<R=m<\\<U=n<Y=k<Y=l<Y<[<P<R<_=o=n=m<\\<U=n<\\<Z<T<[<Q<T<P<Y<Z<X=o<]=o<X=o=n<s<R<T=m<V<[<X<Y=m=`<^<T<X<Y<R=m<^=c<[<T<Q=o<Z<Q<R=m<^<R<Y<U<W=b<X<Y<U<S<R=l<Q<R<P<Q<R<_<R<X<Y=n<Y<U=m<^<R<T=i<S=l<\\<^<\\=n<\\<V<R<U<P<Y=m=n<R<T<P<Y<Y=n<Z<T<[<Q=`<R<X<Q<R<U<W=o=k=d<Y<S<Y=l<Y<X=k<\\=m=n<T=k<\\=m=n=`=l<\\<]<R=n<Q<R<^=g=i<S=l<\\<^<R=m<R<]<R<U<S<R=n<R<P<P<Y<Q<Y<Y=k<T=m<W<Y<Q<R<^=g<Y=o=m<W=o<_<R<V<R<W<R<Q<\\<[<\\<X=n<\\<V<R<Y=n<R<_<X<\\<S<R=k=n<T<s<R=m<W<Y=n<\\<V<T<Y<Q<R<^=g<U=m=n<R<T=n=n<\\<V<T=i=m=l<\\<[=o<M<\\<Q<V=n=h<R=l=o<P<v<R<_<X<\\<V<Q<T<_<T=m<W<R<^<\\<Q<\\=d<Y<U<Q<\\<U=n<T=m<^<R<T<P=m<^=c<[=`<W=b<]<R<U=k<\\=m=n<R=m=l<Y<X<T<v=l<R<P<Y<H<R=l=o<P=l=g<Q<V<Y=m=n<\\<W<T<S<R<T=m<V=n=g=m=c=k<P<Y=m=c=j=j<Y<Q=n=l=n=l=o<X<\\=m<\\<P=g=i=l=g<Q<V<\\<q<R<^=g<U=k<\\=m<R<^<P<Y=m=n<\\=h<T<W=`<P<P<\\=l=n<\\=m=n=l<\\<Q<P<Y=m=n<Y=n<Y<V=m=n<Q<\\=d<T=i<P<T<Q=o=n<T<P<Y<Q<T<T<P<Y=b=n<Q<R<P<Y=l<_<R=l<R<X=m<\\<P<R<P=a=n<R<P=o<V<R<Q=j<Y=m<^<R<Y<P<V<\\<V<R<U<|=l=i<T<^5i5j4F4C5e4I4]4_4K5h4]4_4K5h4E4K5h4U4K5i5o4F4D5k4K4D4]4K5i4@4K5h5f5d5i4K5h4Y5d4]4@4C5f4C4E4K5h4U4Z5d4I4Z4K5m4E4K5h5n4_5i4K5h4U4K4D4F4A5i5f5h5i5h5m4K4F5i5h4F5n5e4F4U4C5f5h4K5h4X4U4]4O4B4D4K4]4F4[5d5f4]4U5h5f5o5i4I4]5m4K5n4[5h4D4K4F4K5h5h4V4E4F4]4F5f4D4K5h5j4K4_4K5h4X5f4B5i5j4F4C5f4K5h4U4]4D4K5h5n4Y4Y4K5m5h4K5i4U5h5f5k4K4F4A4C5f4G4K5h5h5k5i4K5h4U5i5h5i5o4F4D4E5f5i5o5j5o4K5h4[5m5h5m5f4C5f5d4I4C4K4]4E4F4K4]5f4B4K5h4Y4A4E4F4_4@5f5h4K5h5d5n4F4U5j4C5i4K5i4C5f5j4E4F4Y5i5f5i4O4]4X5f5m4K5h4\\5f5j4U4]4D5f4E4D5d4K4D4E4O5h4U4K4D4K5h4_5m4]5i4X4K5o5h4F4U4K5h5e4K5h4O5d5h4K5h4_5j4E4@4K5i4U4E4K5h4Y4A5m4K5h4C5f5j5o5h5i4K4F4K5h4B4K4Y4K5h5i5h5m4O4U4Z4K4M5o4F4K4D4E4K5h4B5f4]4]4_4K4J5h4K5h5n5h4D4K5h4O4C4D5i5n4K4[4U5i4]4K4_5h5i5j4[5n4E4K5h5o4F4D4K5h4]4@5h4K4X4F4]5o4K5h5n4C5i5f4U4[5f5opAzWbdMbnf+-isd!#bow>!2s{#plojg# -dje!#bow>!wqbmpsbqfmwjmelqnbwjlmbssoj`bwjlm!#lm`oj`h>!fpwbaojpkfgbgufqwjpjmd-smd!#bow>!fmujqlmnfmwsfqelqnbm`fbssqlsqjbwf%bns8ngbpk8jnnfgjbwfoz?,pwqlmd=?,qbwkfq#wkbmwfnsfqbwvqfgfufolsnfmw`lnsfwjwjlmsob`fklogfqujpjajojwz9`lszqjdkw!=3!#kfjdkw>!fufm#wklvdkqfsob`fnfmwgfpwjmbwjlm@lqslqbwjlm?vo#`obpp>!Bppl`jbwjlmjmgjujgvbopsfqpsf`wjufpfwWjnflvw+vqo+kwws9,,nbwkfnbwj`pnbqdjm.wls9fufmwvbooz#gfp`qjswjlm*#ml.qfsfbw`loof`wjlmp-ISD\x7Fwkvna\x7Fsbqwj`jsbwf,kfbg=?algzeolbw9ofew8?oj#`obpp>!kvmgqfgp#le Kltfufq/#`lnslpjwjlm`ofbq9alwk8`llsfqbwjlmtjwkjm#wkf#obafo#elq>!alqgfq.wls9Mft#Yfbobmgqf`lnnfmgfgsklwldqbskzjmwfqfpwjmd%ow8pvs%dw8`lmwqlufqpzMfwkfqobmgpbowfqmbwjufnb{ofmdwk>!ptjwyfqobmgGfufolsnfmwfppfmwjbooz Bowklvdk#?,wf{wbqfb=wkvmgfqajqgqfsqfpfmwfg%bns8mgbpk8psf`vobwjlm`lnnvmjwjfpofdjpobwjlmfof`wqlmj`p \n?gju#jg>!joovpwqbwfgfmdjmffqjmdwfqqjwlqjfpbvwklqjwjfpgjpwqjavwfg5!#kfjdkw>!pbmp.pfqje8`bsbaof#le#gjpbssfbqfgjmwfqb`wjufollhjmd#elqjw#tlvog#afBedkbmjpwbmtbp#`qfbwfgNbwk-eollq+pvqqlvmgjmd`bm#bopl#aflapfqubwjlmnbjmwfmbm`ffm`lvmwfqfg?k1#`obpp>!nlqf#qf`fmwjw#kbp#affmjmubpjlm#le*-dfwWjnf+*evmgbnfmwboGfpsjwf#wkf!=?gju#jg>!jmpsjqbwjlmf{bnjmbwjlmsqfsbqbwjlmf{sobmbwjlm?jmsvw#jg>!?,b=?,psbm=ufqpjlmp#lejmpwqvnfmwpafelqf#wkf##>#$kwws9,,Gfp`qjswjlmqfobwjufoz#-pvapwqjmd+fb`k#le#wkff{sfqjnfmwpjmeovfmwjbojmwfdqbwjlmnbmz#sflsofgvf#wl#wkf#`lnajmbwjlmgl#mlw#kbufNjggof#Fbpw?mlp`qjsw=?`lszqjdkw!#sfqkbsp#wkfjmpwjwvwjlmjm#Gf`fnafqbqqbmdfnfmwnlpw#ebnlvpsfqplmbojwz`qfbwjlm#leojnjwbwjlmpf{`ovpjufozplufqfjdmwz.`lmwfmw!= ?wg#`obpp>!vmgfqdqlvmgsbqboofo#wlgl`wqjmf#lel``vsjfg#azwfqnjmloldzQfmbjppbm`fb#mvnafq#lepvsslqw#elqf{solqbwjlmqf`ldmjwjlmsqfgf`fpplq?jnd#pq`>!,?k2#`obpp>!svaoj`bwjlmnbz#bopl#afpsf`jbojyfg?,ejfogpfw=sqldqfppjufnjoojlmp#lepwbwfp#wkbwfmelq`fnfmwbqlvmg#wkf#lmf#bmlwkfq-sbqfmwMlgfbdqj`vowvqfBowfqmbwjufqfpfbq`kfqpwltbqgp#wkfNlpw#le#wkfnbmz#lwkfq#+fpsf`jbooz?wg#tjgwk>!8tjgwk9233&jmgfsfmgfmw?k0#`obpp>!#lm`kbmdf>!*-bgg@obpp+jmwfqb`wjlmLmf#le#wkf#gbvdkwfq#leb``fpplqjfpaqbm`kfp#le ?gju#jg>!wkf#obqdfpwgf`obqbwjlmqfdvobwjlmpJmelqnbwjlmwqbmpobwjlmgl`vnfmwbqzjm#lqgfq#wl!= ?kfbg= ?!#kfjdkw>!2b`qlpp#wkf#lqjfmwbwjlm*8?,p`qjsw=jnsofnfmwfg`bm#af#pffmwkfqf#tbp#bgfnlmpwqbwf`lmwbjmfq!=`lmmf`wjlmpwkf#Aqjwjpktbp#tqjwwfm"jnslqwbmw8s{8#nbqdjm.elooltfg#azbajojwz#wl#`lnsoj`bwfggvqjmd#wkf#jnnjdqbwjlmbopl#`boofg?k7#`obpp>!gjpwjm`wjlmqfsob`fg#azdlufqmnfmwpol`bwjlm#lejm#Mlufnafqtkfwkfq#wkf?,s= ?,gju=b`rvjpjwjlm`boofg#wkf#sfqpf`vwjlmgfpjdmbwjlmxelmw.pjyf9bssfbqfg#jmjmufpwjdbwff{sfqjfm`fgnlpw#ojhfoztjgfoz#vpfggjp`vppjlmpsqfpfm`f#le#+gl`vnfmw-f{wfmpjufozJw#kbp#affmjw#glfp#mlw`lmwqbqz#wljmkbajwbmwpjnsqlufnfmwp`klobqpkjs`lmpvnswjlmjmpwqv`wjlmelq#f{bnsoflmf#lq#nlqfs{8#sbggjmdwkf#`vqqfmwb#pfqjfp#lebqf#vpvboozqlof#jm#wkfsqfujlvpoz#gfqjubwjufpfujgfm`f#lef{sfqjfm`fp`lolqp`kfnfpwbwfg#wkbw`fqwjej`bwf?,b=?,gju= #pfof`wfg>!kjdk#p`klloqfpslmpf#wl`lnelqwbaofbglswjlm#lewkqff#zfbqpwkf#`lvmwqzjm#Efaqvbqzpl#wkbw#wkfsflsof#tkl#sqlujgfg#az?sbqbn#mbnfbeef`wfg#azjm#wfqnp#lebssljmwnfmwJPL.;;6:.2!tbp#alqm#jmkjpwlqj`bo#qfdbqgfg#bpnfbpvqfnfmwjp#abpfg#lm#bmg#lwkfq#9#evm`wjlm+pjdmjej`bmw`fofaqbwjlmwqbmpnjwwfg,ip,irvfqz-jp#hmltm#bpwkflqfwj`bo#wbajmgf{>!jw#`lvog#af?mlp`qjsw= kbujmd#affm ?kfbg= ?#%rvlw8Wkf#`lnsjobwjlmkf#kbg#affmsqlgv`fg#azskjolplskfq`lmpwqv`wfgjmwfmgfg#wlbnlmd#lwkfq`lnsbqfg#wlwl#pbz#wkbwFmdjmffqjmdb#gjeefqfmwqfefqqfg#wlgjeefqfm`fpafojfe#wkbwsklwldqbskpjgfmwjezjmdKjpwlqz#le#Qfsvaoj`#lemf`fppbqjozsqlabajojwzwf`kmj`boozofbujmd#wkfpsf`wb`vobqeqb`wjlm#lefof`wqj`jwzkfbg#le#wkfqfpwbvqbmwpsbqwmfqpkjsfnskbpjp#lmnlpw#qf`fmwpkbqf#tjwk#pbzjmd#wkbwejoofg#tjwkgfpjdmfg#wljw#jp#lewfm!=?,jeqbnf=bp#elooltp9nfqdfg#tjwkwkqlvdk#wkf`lnnfq`jbo#sljmwfg#lvwlsslqwvmjwzujft#le#wkfqfrvjqfnfmwgjujpjlm#lesqldqbnnjmdkf#qf`fjufgpfwJmwfqubo!=?,psbm=?,jm#Mft#Zlqhbggjwjlmbo#`lnsqfppjlm ?gju#jg>!jm`lqslqbwf8?,p`qjsw=?bwwb`kFufmwaf`bnf#wkf#!#wbqdfw>!\\`bqqjfg#lvwPlnf#le#wkfp`jfm`f#bmgwkf#wjnf#le@lmwbjmfq!=nbjmwbjmjmd@kqjpwlskfqNv`k#le#wkftqjwjmdp#le!#kfjdkw>!1pjyf#le#wkfufqpjlm#le#nj{wvqf#le#afwtffm#wkfF{bnsofp#lefgv`bwjlmbo`lnsfwjwjuf#lmpvanjw>!gjqf`wlq#legjpwjm`wjuf,GWG#[KWNO#qfobwjmd#wlwfmgfm`z#wlsqlujm`f#letkj`k#tlvoggfpsjwf#wkfp`jfmwjej`#ofdjpobwvqf-jmmfqKWNO#boofdbwjlmpBdqj`vowvqftbp#vpfg#jmbssqlb`k#wljmwfoojdfmwzfbqp#obwfq/pbmp.pfqjegfwfqnjmjmdSfqelqnbm`fbssfbqbm`fp/#tkj`k#jp#elvmgbwjlmpbaaqfujbwfgkjdkfq#wkbmp#eqln#wkf#jmgjujgvbo#`lnslpfg#lepvsslpfg#wl`objnp#wkbwbwwqjavwjlmelmw.pjyf92fofnfmwp#leKjpwlqj`bo#kjp#aqlwkfqbw#wkf#wjnfbmmjufqpbqzdlufqmfg#azqfobwfg#wl#vowjnbwfoz#jmmlubwjlmpjw#jp#pwjoo`bm#lmoz#afgfejmjwjlmpwlDNWPwqjmdB#mvnafq#lejnd#`obpp>!Fufmwvbooz/tbp#`kbmdfgl``vqqfg#jmmfjdkalqjmdgjpwjmdvjpktkfm#kf#tbpjmwqlgv`jmdwfqqfpwqjboNbmz#le#wkfbqdvfp#wkbwbm#Bnfqj`bm`lmrvfpw#letjgfpsqfbg#tfqf#hjoofgp`qffm#bmg#Jm#lqgfq#wlf{sf`wfg#wlgfp`fmgbmwpbqf#ol`bwfgofdjpobwjufdfmfqbwjlmp#ab`hdqlvmgnlpw#sflsofzfbqp#bewfqwkfqf#jp#mlwkf#kjdkfpweqfrvfmwoz#wkfz#gl#mlwbqdvfg#wkbwpkltfg#wkbwsqfglnjmbmwwkfloldj`boaz#wkf#wjnf`lmpjgfqjmdpklqw.ojufg?,psbm=?,b=`bm#af#vpfgufqz#ojwwoflmf#le#wkf#kbg#boqfbgzjmwfqsqfwfg`lnnvmj`bwfefbwvqfp#ledlufqmnfmw/?,mlp`qjsw=fmwfqfg#wkf!#kfjdkw>!0Jmgfsfmgfmwslsvobwjlmpobqdf.p`bof-#Bowklvdk#vpfg#jm#wkfgfpwqv`wjlmslppjajojwzpwbqwjmd#jmwtl#lq#nlqff{sqfppjlmppvalqgjmbwfobqdfq#wkbmkjpwlqz#bmg?,lswjlm= @lmwjmfmwbofojnjmbwjmdtjoo#mlw#afsqb`wj`f#lejm#eqlmw#lepjwf#le#wkffmpvqf#wkbwwl#`qfbwf#bnjppjppjssjslwfmwjboozlvwpwbmgjmdafwwfq#wkbmtkbw#jp#mltpjwvbwfg#jmnfwb#mbnf>!WqbgjwjlmbopvddfpwjlmpWqbmpobwjlmwkf#elqn#lebwnlpskfqj`jgfloldj`bofmwfqsqjpfp`bo`vobwjmdfbpw#le#wkfqfnmbmwp#lesovdjmpsbdf,jmgf{-sks<qfnbjmfg#jmwqbmpelqnfgKf#tbp#bopltbp#boqfbgzpwbwjpwj`bojm#ebulq#leNjmjpwqz#lenlufnfmw#leelqnvobwjlmjp#qfrvjqfg?ojmh#qfo>!Wkjp#jp#wkf#?b#kqfe>!,slsvobqjyfgjmuloufg#jmbqf#vpfg#wlbmg#pfufqbonbgf#az#wkfpffnp#wl#afojhfoz#wkbwSbofpwjmjbmmbnfg#bewfqjw#kbg#affmnlpw#`lnnlmwl#qfefq#wlavw#wkjp#jp`lmpf`vwjufwfnslqbqjozJm#dfmfqbo/`lmufmwjlmpwbhfp#sob`fpvagjujpjlmwfqqjwlqjbolsfqbwjlmbosfqnbmfmwoztbp#obqdfozlvwaqfbh#lejm#wkf#sbpwelooltjmd#b#{nomp9ld>!=?b#`obpp>!`obpp>!wf{w@lmufqpjlm#nbz#af#vpfgnbmveb`wvqfbewfq#afjmd`ofbqej{!= rvfpwjlm#letbp#fof`wfgwl#af`lnf#baf`bvpf#le#plnf#sflsofjmpsjqfg#azpv``fppevo#b#wjnf#tkfmnlqf#`lnnlmbnlmdpw#wkfbm#leej`jbotjgwk9233&8wf`kmloldz/tbp#bglswfgwl#hffs#wkfpfwwofnfmwpojuf#ajqwkpjmgf{-kwno!@lmmf`wj`vwbppjdmfg#wl%bns8wjnfp8b``lvmw#elqbojdm>qjdkwwkf#`lnsbmzbotbzp#affmqfwvqmfg#wljmuloufnfmwAf`bvpf#wkfwkjp#sfqjlg!#mbnf>!r!#`lmejmfg#wlb#qfpvow#leubovf>!!#,=jp#b`wvboozFmujqlmnfmw ?,kfbg= @lmufqpfoz/= ?gju#jg>!3!#tjgwk>!2jp#sqlabaozkbuf#af`lnf`lmwqloojmdwkf#sqlaofn`jwjyfmp#leslojwj`jbmpqfb`kfg#wkfbp#fbqoz#bp9mlmf8#lufq?wbaof#`fooubojgjwz#legjqf`woz#wllmnlvpfgltmtkfqf#jw#jptkfm#jw#tbpnfnafqp#le#qfobwjlm#wlb``lnnlgbwfbolmd#tjwk#Jm#wkf#obwfwkf#Fmdojpkgfoj`jlvp!=wkjp#jp#mlwwkf#sqfpfmwje#wkfz#bqfbmg#ejmboozb#nbwwfq#le \n?,gju=  ?,p`qjsw=ebpwfq#wkbmnbilqjwz#lebewfq#tkj`k`lnsbqbwjufwl#nbjmwbjmjnsqluf#wkfbtbqgfg#wkffq!#`obpp>!eqbnfalqgfqqfpwlqbwjlmjm#wkf#pbnfbmbozpjp#lewkfjq#ejqpwGvqjmd#wkf#`lmwjmfmwbopfrvfm`f#leevm`wjlm+*xelmw.pjyf9#tlqh#lm#wkf?,p`qjsw= ?afdjmp#tjwkibubp`qjsw9`lmpwjwvfmwtbp#elvmgfgfrvjojaqjvnbppvnf#wkbwjp#djufm#azmffgp#wl#af`llqgjmbwfpwkf#ubqjlvpbqf#sbqw#lelmoz#jm#wkfpf`wjlmp#lejp#b#`lnnlmwkflqjfp#legjp`lufqjfpbppl`jbwjlmfgdf#le#wkfpwqfmdwk#leslpjwjlm#jmsqfpfmw.gbzvmjufqpboozwl#elqn#wkfavw#jmpwfbg`lqslqbwjlmbwwb`kfg#wljp#`lnnlmozqfbplmp#elq#%rvlw8wkf#`bm#af#nbgftbp#baof#wltkj`k#nfbmpavw#gjg#mlwlmNlvpfLufqbp#slppjaoflsfqbwfg#az`lnjmd#eqlnwkf#sqjnbqzbggjwjlm#leelq#pfufqbowqbmpefqqfgb#sfqjlg#lebqf#baof#wlkltfufq/#jwpklvog#kbufnv`k#obqdfq \n?,p`qjsw=bglswfg#wkfsqlsfqwz#legjqf`wfg#azfeef`wjufoztbp#aqlvdkw`kjogqfm#leSqldqbnnjmdolmdfq#wkbmnbmvp`qjswptbq#bdbjmpwaz#nfbmp#lebmg#nlpw#lepjnjobq#wl#sqlsqjfwbqzlqjdjmbwjmdsqfpwjdjlvpdqbnnbwj`bof{sfqjfm`f-wl#nbhf#wkfJw#tbp#bopljp#elvmg#jm`lnsfwjwlqpjm#wkf#V-P-qfsob`f#wkfaqlvdkw#wkf`bo`vobwjlmeboo#le#wkfwkf#dfmfqbosqb`wj`boozjm#klmlq#leqfofbpfg#jmqfpjgfmwjbobmg#plnf#lehjmd#le#wkfqfb`wjlm#wl2pw#Fbqo#le`vowvqf#bmgsqjm`jsbooz?,wjwof= ##wkfz#`bm#afab`h#wl#wkfplnf#le#kjpf{slpvqf#wlbqf#pjnjobqelqn#le#wkfbggEbulqjwf`jwjyfmpkjssbqw#jm#wkfsflsof#tjwkjm#sqb`wj`fwl#`lmwjmvf%bns8njmvp8bssqlufg#az#wkf#ejqpw#booltfg#wkfbmg#elq#wkfevm`wjlmjmdsobzjmd#wkfplovwjlm#wlkfjdkw>!3!#jm#kjp#allhnlqf#wkbm#belooltp#wkf`qfbwfg#wkfsqfpfm`f#jm%maps8?,wg=mbwjlmbojpwwkf#jgfb#leb#`kbqb`wfqtfqf#elq`fg#`obpp>!awmgbzp#le#wkfefbwvqfg#jmpkltjmd#wkfjmwfqfpw#jmjm#sob`f#lewvqm#le#wkfwkf#kfbg#leOlqg#le#wkfslojwj`boozkbp#jwp#ltmFgv`bwjlmbobssqlubo#leplnf#le#wkffb`k#lwkfq/afkbujlq#lebmg#af`bvpfbmg#bmlwkfqbssfbqfg#lmqf`lqgfg#jmaob`h%rvlw8nbz#jm`ovgfwkf#tlqog$p`bm#ofbg#wlqfefqp#wl#balqgfq>!3!#dlufqmnfmw#tjmmjmd#wkfqfpvowfg#jm#tkjof#wkf#Tbpkjmdwlm/wkf#pvaif`w`jwz#jm#wkf=?,gju= \n\nqfeof`w#wkfwl#`lnsofwfaf`bnf#nlqfqbgjlb`wjufqfif`wfg#aztjwklvw#bmzkjp#ebwkfq/tkj`k#`lvog`lsz#le#wkfwl#jmgj`bwfb#slojwj`bob``lvmwp#le`lmpwjwvwfptlqhfg#tjwkfq?,b=?,oj=le#kjp#ojefb``lnsbmjfg`ojfmwTjgwksqfufmw#wkfOfdjpobwjufgjeefqfmwozwldfwkfq#jmkbp#pfufqboelq#bmlwkfqwf{w#le#wkfelvmgfg#wkff#tjwk#wkf#jp#vpfg#elq`kbmdfg#wkfvpvbooz#wkfsob`f#tkfqftkfqfbp#wkf=#?b#kqfe>!!=?b#kqfe>!wkfnpfoufp/bowklvdk#kfwkbw#`bm#afwqbgjwjlmboqlof#le#wkfbp#b#qfpvowqfnluf@kjoggfpjdmfg#aztfpw#le#wkfPlnf#sflsofsqlgv`wjlm/pjgf#le#wkfmftpofwwfqpvpfg#az#wkfgltm#wl#wkfb``fswfg#azojuf#jm#wkfbwwfnswp#wllvwpjgf#wkfeqfrvfm`jfpKltfufq/#jmsqldqbnnfqpbw#ofbpw#jmbssql{jnbwfbowklvdk#jwtbp#sbqw#lebmg#ubqjlvpDlufqmlq#lewkf#bqwj`ofwvqmfg#jmwl=?b#kqfe>!,wkf#f`lmlnzjp#wkf#nlpwnlpw#tjgfoztlvog#obwfqbmg#sfqkbspqjpf#wl#wkfl``vqp#tkfmvmgfq#tkj`k`lmgjwjlmp-wkf#tfpwfqmwkflqz#wkbwjp#sqlgv`fgwkf#`jwz#lejm#tkj`k#kfpffm#jm#wkfwkf#`fmwqboavjogjmd#lenbmz#le#kjpbqfb#le#wkfjp#wkf#lmoznlpw#le#wkfnbmz#le#wkfwkf#TfpwfqmWkfqf#jp#mlf{wfmgfg#wlPwbwjpwj`bo`lopsbm>1#\x7Fpklqw#pwlqzslppjaof#wlwlsloldj`bo`qjwj`bo#leqfslqwfg#wlb#@kqjpwjbmgf`jpjlm#wljp#frvbo#wlsqlaofnp#leWkjp#`bm#afnfq`kbmgjpfelq#nlpw#leml#fujgfm`ffgjwjlmp#lefofnfmwp#jm%rvlw8-#Wkf`ln,jnbdfp,tkj`k#nbhfpwkf#sql`fppqfnbjmp#wkfojwfqbwvqf/jp#b#nfnafqwkf#slsvobqwkf#bm`jfmwsqlaofnp#jmwjnf#le#wkfgfefbwfg#azalgz#le#wkfb#eft#zfbqpnv`k#le#wkfwkf#tlqh#le@bojelqmjb/pfqufg#bp#bdlufqmnfmw-`lm`fswp#lenlufnfmw#jm\n\n?gju#jg>!jw!#ubovf>!obmdvbdf#lebp#wkfz#bqfsqlgv`fg#jmjp#wkbw#wkff{sobjm#wkfgju=?,gju= Kltfufq#wkfofbg#wl#wkf\n?b#kqfe>!,tbp#dqbmwfgsflsof#kbuf`lmwjmvbooztbp#pffm#bpbmg#qfobwfgwkf#qlof#lesqlslpfg#azle#wkf#afpwfb`k#lwkfq-@lmpwbmwjmfsflsof#eqlngjbof`wp#lewl#qfujpjlmtbp#qfmbnfgb#plvq`f#lewkf#jmjwjboobvm`kfg#jmsqlujgf#wkfwl#wkf#tfpwtkfqf#wkfqfbmg#pjnjobqafwtffm#wtljp#bopl#wkfFmdojpk#bmg`lmgjwjlmp/wkbw#jw#tbpfmwjwofg#wlwkfnpfoufp-rvbmwjwz#leqbmpsbqfm`zwkf#pbnf#bpwl#iljm#wkf`lvmwqz#bmgwkjp#jp#wkfWkjp#ofg#wlb#pwbwfnfmw`lmwqbpw#wlobpwJmgf{Lewkqlvdk#kjpjp#gfpjdmfgwkf#wfqn#jpjp#sqlujgfgsqlwf`w#wkfmd?,b=?,oj=Wkf#`vqqfmwwkf#pjwf#lepvapwbmwjbof{sfqjfm`f/jm#wkf#Tfpwwkfz#pklvogpolufm(ajmb`lnfmwbqjlpvmjufqpjgbg`lmgj`jlmfpb`wjujgbgfpf{sfqjfm`jbwf`mlold/Absqlgv``j/_msvmwvb`j/_mbsoj`b`j/_m`lmwqbpf/]b`bwfdlq/Abpqfdjpwqbqpfsqlefpjlmbowqbwbnjfmwlqfd/Apwqbwfpf`qfwbq/Absqjm`jsbofpsqlwf``j/_mjnslqwbmwfpjnslqwbm`jbslpjajojgbgjmwfqfpbmwf`qf`jnjfmwlmf`fpjgbgfppvp`qjajqpfbpl`jb`j/_mgjpslmjaofpfubovb`j/_mfpwvgjbmwfpqfpslmpbaofqfplov`j/_mdvbgbobibqbqfdjpwqbglplslqwvmjgbg`lnfq`jbofpelwldqbe/Abbvwlqjgbgfpjmdfmjfq/Abwfofujpj/_m`lnsfwfm`jblsfqb`jlmfpfpwbaof`jglpjnsofnfmwfb`wvbonfmwfmbufdb`j/_m`lmelqnjgbgojmf.kfjdkw9elmw.ebnjoz9!#9#!kwws9,,bssoj`bwjlmpojmh!#kqfe>!psf`jej`booz,,?"X@GBWBX Lqdbmjybwjlmgjpwqjavwjlm3s{8#kfjdkw9qfobwjlmpkjsgfuj`f.tjgwk?gju#`obpp>!?obafo#elq>!qfdjpwqbwjlm?,mlp`qjsw= ,jmgf{-kwno!tjmglt-lsfm+#"jnslqwbmw8bssoj`bwjlm,jmgfsfmgfm`f,,ttt-dlldoflqdbmjybwjlmbvwl`lnsofwfqfrvjqfnfmwp`lmpfqubwjuf?elqn#mbnf>!jmwfoof`wvbonbqdjm.ofew92;wk#`fmwvqzbm#jnslqwbmwjmpwjwvwjlmpbaaqfujbwjlm?jnd#`obpp>!lqdbmjpbwjlm`jujojybwjlm2:wk#`fmwvqzbq`kjwf`wvqfjm`lqslqbwfg13wk#`fmwvqz.`lmwbjmfq!=nlpw#mlwbaoz,=?,b=?,gju=mlwjej`bwjlm$vmgfejmfg$*Evqwkfqnlqf/afojfuf#wkbwjmmfqKWNO#>#sqjlq#wl#wkfgqbnbwj`boozqfefqqjmd#wlmfdlwjbwjlmpkfbgrvbqwfqpPlvwk#Beqj`bvmpv``fppevoSfmmpzoubmjbBp#b#qfpvow/?kwno#obmd>!%ow8,pvs%dw8gfbojmd#tjwkskjobgfoskjbkjpwlqj`booz*8?,p`qjsw= sbggjmd.wls9f{sfqjnfmwbodfwBwwqjavwfjmpwqv`wjlmpwf`kmloldjfpsbqw#le#wkf#>evm`wjlm+*xpvap`qjswjlmo-gwg!= ?kwdfldqbskj`bo@lmpwjwvwjlm$/#evm`wjlm+pvsslqwfg#azbdqj`vowvqbo`lmpwqv`wjlmsvaoj`bwjlmpelmw.pjyf9#2b#ubqjfwz#le?gju#pwzof>!Fm`z`olsfgjbjeqbnf#pq`>!gfnlmpwqbwfgb``lnsojpkfgvmjufqpjwjfpGfnldqbskj`p*8?,p`qjsw=?gfgj`bwfg#wlhmltofgdf#lepbwjpeb`wjlmsbqwj`vobqoz?,gju=?,gju=Fmdojpk#+VP*bssfmg@kjog+wqbmpnjppjlmp-#Kltfufq/#jmwfoojdfm`f!#wbajmgf{>!eolbw9qjdkw8@lnnlmtfbowkqbmdjmd#eqlnjm#tkj`k#wkfbw#ofbpw#lmfqfsqlgv`wjlmfm`z`olsfgjb8elmw.pjyf92ivqjpgj`wjlmbw#wkbw#wjnf!=?b#`obpp>!Jm#bggjwjlm/gfp`qjswjlm(`lmufqpbwjlm`lmwb`w#tjwkjp#dfmfqboozq!#`lmwfmw>!qfsqfpfmwjmd%ow8nbwk%dw8sqfpfmwbwjlml``bpjlmbooz?jnd#tjgwk>!mbujdbwjlm!=`lnsfmpbwjlm`kbnsjlmpkjsnfgjb>!boo!#ujlobwjlm#leqfefqfm`f#wlqfwvqm#wqvf8Pwqj`w,,FM!#wqbmpb`wjlmpjmwfqufmwjlmufqjej`bwjlmJmelqnbwjlm#gjeej`vowjfp@kbnsjlmpkjs`bsbajojwjfp?"Xfmgje^..=~ ?,p`qjsw= @kqjpwjbmjwzelq#f{bnsof/Sqlefppjlmboqfpwqj`wjlmppvddfpw#wkbwtbp#qfofbpfg+pv`k#bp#wkfqfnluf@obpp+vmfnsolznfmwwkf#Bnfqj`bmpwqv`wvqf#le,jmgf{-kwno#svaojpkfg#jmpsbm#`obpp>!!=?b#kqfe>!,jmwqlgv`wjlmafolmdjmd#wl`objnfg#wkbw`lmpfrvfm`fp?nfwb#mbnf>!Dvjgf#wl#wkflufqtkfonjmdbdbjmpw#wkf#`lm`fmwqbwfg/ -mlmwlv`k#lapfqubwjlmp?,b= ?,gju= e#+gl`vnfmw-alqgfq9#2s{#xelmw.pjyf92wqfbwnfmw#le3!#kfjdkw>!2nlgjej`bwjlmJmgfsfmgfm`fgjujgfg#jmwldqfbwfq#wkbmb`kjfufnfmwpfpwbaojpkjmdIbubP`qjsw!#mfufqwkfofpppjdmjej`bm`fAqlbg`bpwjmd=%maps8?,wg=`lmwbjmfq!= pv`k#bp#wkf#jmeovfm`f#leb#sbqwj`vobqpq`>$kwws9,,mbujdbwjlm!#kboe#le#wkf#pvapwbmwjbo#%maps8?,gju=bgubmwbdf#legjp`lufqz#leevmgbnfmwbo#nfwqlslojwbmwkf#lsslpjwf!#{no9obmd>!gfojafqbwfozbojdm>`fmwfqfulovwjlm#lesqfpfqubwjlmjnsqlufnfmwpafdjmmjmd#jmIfpvp#@kqjpwSvaoj`bwjlmpgjpbdqffnfmwwf{w.bojdm9q/#evm`wjlm+*pjnjobqjwjfpalgz=?,kwno=jp#`vqqfmwozboskbafwj`bojp#plnfwjnfpwzsf>!jnbdf,nbmz#le#wkf#eolt9kjggfm8bubjobaof#jmgfp`qjaf#wkff{jpwfm`f#leboo#lufq#wkfwkf#Jmwfqmfw\n?vo#`obpp>!jmpwboobwjlmmfjdkalqkllgbqnfg#elq`fpqfgv`jmd#wkf`lmwjmvfp#wlMlmfwkfofpp/wfnsfqbwvqfp \n\n?b#kqfe>!`olpf#wl#wkff{bnsofp#le#jp#balvw#wkf+pff#afolt*-!#jg>!pfbq`ksqlefppjlmbojp#bubjobaofwkf#leej`jbo\n\n?,p`qjsw= \n\n?gju#jg>!b``fofqbwjlmwkqlvdk#wkf#Kboo#le#Ebnfgfp`qjswjlmpwqbmpobwjlmpjmwfqefqfm`f#wzsf>$wf{w,qf`fmw#zfbqpjm#wkf#tlqogufqz#slsvobqxab`hdqlvmg9wqbgjwjlmbo#plnf#le#wkf#`lmmf`wfg#wlf{soljwbwjlmfnfqdfm`f#le`lmpwjwvwjlmB#Kjpwlqz#lepjdmjej`bmw#nbmveb`wvqfgf{sf`wbwjlmp=?mlp`qjsw=?`bm#af#elvmgaf`bvpf#wkf#kbp#mlw#affmmfjdkalvqjmdtjwklvw#wkf#bggfg#wl#wkf\n?oj#`obpp>!jmpwqvnfmwboPlujfw#Vmjlmb`hmltofgdfgtkj`k#`bm#afmbnf#elq#wkfbwwfmwjlm#wlbwwfnswp#wl#gfufolsnfmwpJm#eb`w/#wkf?oj#`obpp>!bjnsoj`bwjlmppvjwbaof#elqnv`k#le#wkf#`lolmjybwjlmsqfpjgfmwjbo`bm`foAvaaof#Jmelqnbwjlmnlpw#le#wkf#jp#gfp`qjafgqfpw#le#wkf#nlqf#lq#ofppjm#PfswfnafqJmwfoojdfm`fpq`>!kwws9,,s{8#kfjdkw9#bubjobaof#wlnbmveb`wvqfqkvnbm#qjdkwpojmh#kqfe>!,bubjobajojwzsqlslqwjlmbolvwpjgf#wkf#bpwqlmlnj`bokvnbm#afjmdpmbnf#le#wkf#bqf#elvmg#jmbqf#abpfg#lmpnboofq#wkbmb#sfqplm#tklf{sbmpjlm#lebqdvjmd#wkbwmlt#hmltm#bpJm#wkf#fbqozjmwfqnfgjbwfgfqjufg#eqlnP`bmgjmbujbm?,b=?,gju= `lmpjgfq#wkfbm#fpwjnbwfgwkf#Mbwjlmbo?gju#jg>!sbdqfpvowjmd#jm`lnnjppjlmfgbmboldlvp#wlbqf#qfrvjqfg,vo= ?,gju= tbp#abpfg#lmbmg#af`bnf#b%maps8%maps8w!#ubovf>!!#tbp#`bswvqfgml#nlqf#wkbmqfpsf`wjufoz`lmwjmvf#wl#= ?kfbg= ?tfqf#`qfbwfgnlqf#dfmfqbojmelqnbwjlm#vpfg#elq#wkfjmgfsfmgfmw#wkf#Jnsfqjbo`lnslmfmw#lewl#wkf#mlqwkjm`ovgf#wkf#@lmpwqv`wjlmpjgf#le#wkf#tlvog#mlw#afelq#jmpwbm`fjmufmwjlm#lenlqf#`lnsof{`loof`wjufozab`hdqlvmg9#wf{w.bojdm9#jwp#lqjdjmbojmwl#b``lvmwwkjp#sql`fppbm#f{wfmpjufkltfufq/#wkfwkfz#bqf#mlwqfif`wfg#wkf`qjwj`jpn#legvqjmd#tkj`ksqlabaoz#wkfwkjp#bqwj`of+evm`wjlm+*xJw#pklvog#afbm#bdqffnfmwb``jgfmwboozgjeefqp#eqlnBq`kjwf`wvqfafwwfq#hmltmbqqbmdfnfmwpjmeovfm`f#lmbwwfmgfg#wkfjgfmwj`bo#wlplvwk#le#wkfsbpp#wkqlvdk{no!#wjwof>!tfjdkw9alog8`qfbwjmd#wkfgjpsobz9mlmfqfsob`fg#wkf?jnd#pq`>!,jkwwsp9,,ttt-Tlqog#Tbq#JJwfpwjnlmjbopelvmg#jm#wkfqfrvjqfg#wl#bmg#wkbw#wkfafwtffm#wkf#tbp#gfpjdmfg`lmpjpwp#le#`lmpjgfqbaozsvaojpkfg#azwkf#obmdvbdf@lmpfqubwjlm`lmpjpwfg#leqfefq#wl#wkfab`h#wl#wkf#`pp!#nfgjb>!Sflsof#eqln#bubjobaof#lmsqlufg#wl#afpvddfpwjlmp!tbp#hmltm#bpubqjfwjfp#leojhfoz#wl#af`lnsqjpfg#lepvsslqw#wkf#kbmgp#le#wkf`lvsofg#tjwk`lmmf`w#bmg#alqgfq9mlmf8sfqelqnbm`fpafelqf#afjmdobwfq#af`bnf`bo`vobwjlmplewfm#`boofgqfpjgfmwp#lenfbmjmd#wkbw=?oj#`obpp>!fujgfm`f#elqf{sobmbwjlmpfmujqlmnfmwp!=?,b=?,gju=tkj`k#booltpJmwqlgv`wjlmgfufolsfg#azb#tjgf#qbmdflm#afkboe#leubojdm>!wls!sqjm`jsof#lebw#wkf#wjnf/?,mlp`qjsw=pbjg#wl#kbufjm#wkf#ejqpwtkjof#lwkfqpkzslwkfwj`boskjolplskfqpsltfq#le#wkf`lmwbjmfg#jmsfqelqnfg#azjmbajojwz#wltfqf#tqjwwfmpsbm#pwzof>!jmsvw#mbnf>!wkf#rvfpwjlmjmwfmgfg#elqqfif`wjlm#lejnsojfp#wkbwjmufmwfg#wkfwkf#pwbmgbqgtbp#sqlabaozojmh#afwtffmsqlefpplq#lejmwfqb`wjlmp`kbmdjmd#wkfJmgjbm#L`fbm#`obpp>!obpwtlqhjmd#tjwk$kwws9,,ttt-zfbqp#afelqfWkjp#tbp#wkfqf`qfbwjlmbofmwfqjmd#wkfnfbpvqfnfmwpbm#f{wqfnfozubovf#le#wkfpwbqw#le#wkf ?,p`qjsw= bm#feelqw#wljm`qfbpf#wkfwl#wkf#plvwkpsb`jmd>!3!=pveej`jfmwozwkf#Fvqlsfbm`lmufqwfg#wl`ofbqWjnflvwgjg#mlw#kbuf`lmpfrvfmwozelq#wkf#mf{wf{wfmpjlm#lef`lmlnj`#bmgbowklvdk#wkfbqf#sqlgv`fgbmg#tjwk#wkfjmpveej`jfmwdjufm#az#wkfpwbwjmd#wkbwf{sfmgjwvqfp?,psbm=?,b= wklvdkw#wkbwlm#wkf#abpjp`foosbggjmd>jnbdf#le#wkfqfwvqmjmd#wljmelqnbwjlm/pfsbqbwfg#azbppbppjmbwfgp!#`lmwfmw>!bvwklqjwz#lemlqwktfpwfqm?,gju= ?gju#!=?,gju= ##`lmpvowbwjlm`lnnvmjwz#lewkf#mbwjlmbojw#pklvog#afsbqwj`jsbmwp#bojdm>!ofewwkf#dqfbwfpwpfof`wjlm#lepvsfqmbwvqbogfsfmgfmw#lmjp#nfmwjlmfgbooltjmd#wkftbp#jmufmwfgb``lnsbmzjmdkjp#sfqplmbobubjobaof#bwpwvgz#le#wkflm#wkf#lwkfqf{f`vwjlm#leKvnbm#Qjdkwpwfqnp#le#wkfbppl`jbwjlmpqfpfbq`k#bmgpv``ffgfg#azgfefbwfg#wkfbmg#eqln#wkfavw#wkfz#bqf`lnnbmgfq#lepwbwf#le#wkfzfbqp#le#bdfwkf#pwvgz#le?vo#`obpp>!psob`f#jm#wkftkfqf#kf#tbp?oj#`obpp>!ewkfqf#bqf#mltkj`k#af`bnfkf#svaojpkfgf{sqfppfg#jmwl#tkj`k#wkf`lnnjppjlmfqelmw.tfjdkw9wfqqjwlqz#lef{wfmpjlmp!=Qlnbm#Fnsjqffrvbo#wl#wkfJm#`lmwqbpw/kltfufq/#bmgjp#wzsj`boozbmg#kjp#tjef+bopl#`boofg=?vo#`obpp>!feef`wjufoz#fuloufg#jmwlpffn#wl#kbuftkj`k#jp#wkfwkfqf#tbp#mlbm#f{`foofmwboo#le#wkfpfgfp`qjafg#azJm#sqb`wj`f/aqlbg`bpwjmd`kbqdfg#tjwkqfeof`wfg#jmpvaif`wfg#wlnjojwbqz#bmgwl#wkf#sljmwf`lmlnj`boozpfwWbqdfwjmdbqf#b`wvboozuj`wlqz#lufq+*8?,p`qjsw=`lmwjmvlvpozqfrvjqfg#elqfulovwjlmbqzbm#feef`wjufmlqwk#le#wkf/#tkj`k#tbp#eqlmw#le#wkflq#lwkfqtjpfplnf#elqn#lekbg#mlw#affmdfmfqbwfg#azjmelqnbwjlm-sfqnjwwfg#wljm`ovgfp#wkfgfufolsnfmw/fmwfqfg#jmwlwkf#sqfujlvp`lmpjpwfmwozbqf#hmltm#bpwkf#ejfog#lewkjp#wzsf#ledjufm#wl#wkfwkf#wjwof#le`lmwbjmp#wkfjmpwbm`fp#lejm#wkf#mlqwkgvf#wl#wkfjqbqf#gfpjdmfg`lqslqbwjlmptbp#wkbw#wkflmf#le#wkfpfnlqf#slsvobqpv``ffgfg#jmpvsslqw#eqlnjm#gjeefqfmwglnjmbwfg#azgfpjdmfg#elqltmfqpkjs#lebmg#slppjaozpwbmgbqgjyfgqfpslmpfWf{wtbp#jmwfmgfgqf`fjufg#wkfbppvnfg#wkbwbqfbp#le#wkfsqjnbqjoz#jmwkf#abpjp#lejm#wkf#pfmpfb``lvmwp#elqgfpwqlzfg#azbw#ofbpw#wtltbp#gf`obqfg`lvog#mlw#afPf`qfwbqz#lebssfbq#wl#afnbqdjm.wls92,]_p(\x7F_p(\',df*xwkqlt#f~8wkf#pwbqw#lewtl#pfsbqbwfobmdvbdf#bmgtkl#kbg#affmlsfqbwjlm#legfbwk#le#wkfqfbo#mvnafqp\n?ojmh#qfo>!sqlujgfg#wkfwkf#pwlqz#le`lnsfwjwjlmpfmdojpk#+VH*fmdojpk#+VP*<p<R<Q<_<R<W<M=l<S=m<V<T=m=l<S=m<V<T=m=l<S=m<V<R5h4U4]4D5f4E\nAOGx\bTA\nzk\vBl\bQ\x7F\bTA\nzk\vUm\bQ\x7F\bTA\nzk\npeu| i@ cT\bVV\n\\}\nxS VptSk` [X [X\vHR\bPv\bTW\bUe\n\x7Fa\bQp\v_W\vWs\nxS\vAz\n_yKhjmelqnb`j/_mkfqqbnjfmwbpfof`wq/_mj`lgfp`qjs`j/_m`obpjej`bglp`lml`jnjfmwlsvaoj`b`j/_mqfob`jlmbgbpjmelqn/Mwj`bqfob`jlmbglpgfsbqwbnfmwlwqbabibglqfpgjqf`wbnfmwfbzvmwbnjfmwlnfq`bglOjaqf`lmw/M`wfmlpkbajwb`jlmfp`vnsojnjfmwlqfpwbvqbmwfpgjpslpj`j/_m`lmpf`vfm`jbfof`wq/_mj`bbsoj`b`jlmfpgfp`lmf`wbgljmpwbob`j/_mqfbojyb`j/_mvwjojyb`j/_mfm`j`olsfgjbfmefqnfgbgfpjmpwqvnfmwlpf{sfqjfm`jbpjmpwjwv`j/_msbqwj`vobqfppva`bwfdlqjb=n<R<W=`<V<R<L<R=m=m<T<T=l<\\<]<R=n=g<]<R<W=`=d<Y<S=l<R=m=n<R<P<R<Z<Y=n<Y<X=l=o<_<T=i=m<W=o=k<\\<Y=m<Y<U=k<\\=m<^=m<Y<_<X<\\<L<R=m=m<T=c<p<R=m<V<^<Y<X=l=o<_<T<Y<_<R=l<R<X<\\<^<R<S=l<R=m<X<\\<Q<Q=g=i<X<R<W<Z<Q=g<T<P<Y<Q<Q<R<p<R=m<V<^=g=l=o<]<W<Y<U<p<R=m<V<^<\\=m=n=l<\\<Q=g<Q<T=k<Y<_<R=l<\\<]<R=n<Y<X<R<W<Z<Y<Q=o=m<W=o<_<T=n<Y<S<Y=l=`<r<X<Q<\\<V<R<S<R=n<R<P=o=l<\\<]<R=n=o<\\<S=l<Y<W=c<^<R<R<]=e<Y<R<X<Q<R<_<R=m<^<R<Y<_<R=m=n<\\=n=`<T<X=l=o<_<R<U=h<R=l=o<P<Y=i<R=l<R=d<R<S=l<R=n<T<^=m=m=g<W<V<\\<V<\\<Z<X=g<U<^<W<\\=m=n<T<_=l=o<S<S=g<^<P<Y=m=n<Y=l<\\<]<R=n<\\=m<V<\\<[<\\<W<S<Y=l<^=g<U<X<Y<W<\\=n=`<X<Y<Q=`<_<T<S<Y=l<T<R<X<]<T<[<Q<Y=m<R=m<Q<R<^<Y<P<R<P<Y<Q=n<V=o<S<T=n=`<X<R<W<Z<Q<\\=l<\\<P<V<\\=i<Q<\\=k<\\<W<R<L<\\<]<R=n<\\<N<R<W=`<V<R=m<R<^=m<Y<P<^=n<R=l<R<U<Q<\\=k<\\<W<\\=m<S<T=m<R<V=m<W=o<Z<]=g=m<T=m=n<Y<P<S<Y=k<\\=n<T<Q<R<^<R<_<R<S<R<P<R=e<T=m<\\<U=n<R<^<S<R=k<Y<P=o<S<R<P<R=e=`<X<R<W<Z<Q<R=m=m=g<W<V<T<]=g=m=n=l<R<X<\\<Q<Q=g<Y<P<Q<R<_<T<Y<S=l<R<Y<V=n<M<Y<U=k<\\=m<P<R<X<Y<W<T=n<\\<V<R<_<R<R<Q<W<\\<U<Q<_<R=l<R<X<Y<^<Y=l=m<T=c=m=n=l<\\<Q<Y=h<T<W=`<P=g=o=l<R<^<Q=c=l<\\<[<Q=g=i<T=m<V<\\=n=`<Q<Y<X<Y<W=b=c<Q<^<\\=l=c<P<Y<Q=`=d<Y<P<Q<R<_<T=i<X<\\<Q<Q<R<U<[<Q<\\=k<T=n<Q<Y<W=`<[=c=h<R=l=o<P<\\<N<Y<S<Y=l=`<P<Y=m=c=j<\\<[<\\=e<T=n=g<w=o=k=d<T<Y\fHD\fHU\fIl\fHn\fHy\fH\\\fHD\fIk\fHi\fHF\fHD\fIk\fHy\fHS\fHC\fHR\fHy\fH\\\fIk\fHn\fHi\fHD\fIa\fHC\fHy\fIa\fHC\fHR\fH{\fHR\fHk\fHM\fH@\fHR\fH\\\fIk\fHy\fHS\fHT\fIl\fHJ\fHS\fHC\fHR\fHF\fHU\fH^\fIk\fHT\fHS\fHn\fHU\fHA\fHR\fH\\\fHH\fHi\fHF\fHD\fIl\fHY\fHR\fH^\fIk\fHT\fIk\fHY\fHR\fHy\fH\\\fHH\fIk\fHB\fIk\fH\\\fIk\fHU\fIg\fHD\fIk\fHT\fHy\fHH\fIk\fH@\fHU\fIm\fHH\fHT\fHR\fHk\fHs\fHU\fIg\fH{\fHR\fHp\fHR\fHD\fIk\fHB\fHS\fHD\fHs\fHy\fH\\\fHH\fHR\fHy\fH\\\fHD\fHR\fHe\fHD\fHy\fIk\fHC\fHU\fHR\fHm\fHT\fH@\fHT\fIk\fHA\fHR\fH[\fHR\fHj\fHF\fHy\fIk\fH^\fHS\fHC\fIk\fHZ\fIm\fH\\\fIn\fHk\fHT\fHy\fIk\fHt\fHn\fHs\fIk\fHB\fIk\fH\\\fIl\fHT\fHy\fHH\fHR\fHB\fIk\fH\\\fHR\fH^\fIk\fHy\fH\\\fHi\fHK\fHS\fHy\fHi\fHF\fHD\fHR\fHT\fHB\fHR\fHp\fHB\fIm\fHq\fIk\fHy\fHR\fH\\\fHO\fHU\fIg\fHH\fHR\fHy\fHM\fHP\fIl\fHC\fHU\fHR\fHn\fHU\fIg\fHs\fH^\fHZ\fH@\fIa\fHJ\fH^\fHS\fHC\fHR\fHp\fIl\fHY\fHD\fHp\fHR\fHH\fHR\fHy\fId\fHT\fIk\fHj\fHF\fHy\fHR\fHY\fHR\fH^\fIl\fHJ\fIk\fHD\fIk\fHF\fIn\fH\\\fIl\fHF\fHR\fHD\fIl\fHe\fHT\fHy\fIk\fHU\fIg\fH{\fIl\fH@\fId\fHL\fHy\fHj\fHF\fHy\fIl\fHY\fH\\\fIa\fH[\fH{\fHR\fHn\fHY\fHj\fHF\fHy\fIg\fHp\fHS\fH^\fHR\fHp\fHR\fHD\fHR\fHT\fHU\fHB\fHH\fHU\fHB\fIk\fHn\fHe\fHD\fHy\fIl\fHC\fHR\fHU\fIn\fHJ\fH\\\fIa\fHp\fHT\fIn\fHv\fIl\fHF\fHT\fHn\fHJ\fHT\fHY\fHR\fH^\fHU\fIg\fHD\fHR\fHU\fIg\fHH\fIl\fHp\fId\fHT\fIk\fHY\fHR\fHF\fHT\fHp\fHD\fHH\fHR\fHD\fIk\fHH\fHR\fHp\fHR\fH\\\fIl\fHt\fHR\fHC\fH^\fHp\fHS\fH^\fIk\fHD\fIl\fHv\fIk\fHp\fHR\fHn\fHv\fHF\fHH\fIa\fH\\\fH{\fIn\fH{\fH^\fHp\fHR\fHH\fIk\fH@\fHR\fHU\fH\\\fHj\fHF\fHD\fIk\fHY\fHR\fHU\fHD\fHk\fHT\fHy\fHR\fHT\fIm\fH@\fHU\fH\\\fHU\fHD\fIk\fHk\fHT\fHT\fIk\fHT\fHU\fHS\fHH\fH@\fHM\fHP\fIk\fHt\fHs\fHD\fHR\fHH\fH^\fHR\fHZ\fHF\fHR\fHn\fHv\fHZ\fIa\fH\\\fIl\fH@\fHM\fHP\fIl\fHU\fIg\fHH\fIk\fHT\fHR\fHd\fHs\fHZ\fHR\fHC\fHJ\fHT\fHy\fHH\fIl\fHp\fHR\fHH\fIl\fHY\fHR\fH^\fHR\fHU\fHp\fHR\fH\\\fHF\fHs\fHD\fHR\fH\\\fHz\fHD\fIk\fHT\fHM\fHP\fHy\fHB\fHS\fH^\fHR\fHe\fHT\fHy\fIl\fHy\fIk\fHY\fH^\fH^\fH{\fHH\fHR\fHz\fHR\fHD\fHR\fHi\fH\\\fIa\fHI\fHp\fHU\fHR\fHn\fHJ\fIk\fHz\fHR\fHF\fHU\fH^\fIl\fHD\fHS\fHC\fHB\fH@\fHS\fHD\fHR\fH@\fId\fHn\fHy\fHy\fHU\fIl\fHn\fHy\fHU\fHD\fHR\fHJ\fIk\fHH\fHR\fHU\fHB\fH^\fIk\fHy\fHR\fHG\fIl\fHp\fH@\fHy\fHS\fHH\fIm\fH\\\fHH\fHB\fHR\fHn\fH{\fHY\fHU\fIl\fHn\fH\\\fIg\fHp\fHP\fHB\fHS\fH^\fIl\fHj\fH\\\fIg\fHF\fHT\fIk\fHD\fHR\fHC\fHR\fHJ\fHY\fH^\fIk\fHD\fIk\fHz\fHR\fHH\fHR\fHy\fH\\\fIl\fH@\fHe\fHD\fHy\fHR\fHp\fHY\fHR\fH@\fHF\fIn\fH\\\fHR\fH@\fHM\fHP\fHR\fHT\fI`\fHJ\fHR\fHZ\fIk\fHC\fH\\\fHy\fHS\fHC\fIk\fHy\fHU\fHR\fHn\fHi\fHy\fHT\fH\\\fH@\fHD\fHR\fHc\fHY\fHU\fHR\fHn\fHT\fIa\fHI\fH^\fHB\fHS\fH^\fIk\fH^\fIk\fHz\fHy\fHY\fHS\fH[\fHC\fHy\fIa\fH\\\fHn\fHT\fHB\fIn\fHU\fHI\fHR\fHD\fHR4F4_4F4[5f4U5i4X4K4]5o4E4D5d4K4_4[4E4K5h4Y5m4A4E5i5d4K4Z5f4U4K5h4B4K4Y4E4K5h5i4^5f4C4K5h4U4K5i4E4K5h5o4K4F4D4K5h4]4C5d4C4D4]5j4K5i4@4K5h4C5d5h4E4K5h4U4K5h5i4K5h5i5d5n4U4K5h4U4]4D5f4K5h4_4]5f4U4K5h4@5d4K5h4K5h4\\5k4K4D4K5h4A5f4K4E4K5h4A5n5d5n4K5h5o4]5f5i4K5h4U4]4K5n5i4A5m5d4T4E4K5h4G4K5j5f5i4X4K5k4C4E4K5h5i4]4O4E4K5h5n4]4N5j4K5h4X4D4K4D4K5h4A5d4K4]4K5h4@4C5f4C4K5h4O4_4]4E4K5h4U5h5d5i5i4@5i5d4U4E4K5h4]4A5i5j4K5h5j5n4K4[5m5h4_4[5f5j4K5h5o5d5f4F4K5h4C5j5f4K4D4]5o4K4F5k4K5h4]5f4K4Z4F4A5f4K4F5f4D4F5d5n5f4F4K5h4O5d5h5e4K5h4D4]5f4C4K5h5o5h4K5i4K5h4]4K4D4[4K5h4X4B4Y5f4_5f4K4]4K4F4K5h4G4K5h4G4K5h4Y5h4K4E4K5h4A4C5f4G4K5h4^5d4K4]4K5h4B5h5f4@4K5h4@5i5f4U4K5h4U4K5i5k4K5h4@5i4K5h4K5h4_4K4U4E5i4X4K5k4C5k4K5h4]4J5f4_4K5h4C4B5d5h4K5h5m5j5f4E4K5h5o4F4K4D4K5h4C5d4]5f4K5h4C4]5d4_4K4_4F4V4]5n4F4Y4K5i5f5i4K5h4D5j4K4F4K5h4U4T5f5ifmwfqwbjmnfmwvmgfqpwbmgjmd#>#evm`wjlm+*-isd!#tjgwk>!`lmejdvqbwjlm-smd!#tjgwk>!?algz#`obpp>!Nbwk-qbmgln+*`lmwfnslqbqz#Vmjwfg#Pwbwfp`jq`vnpwbm`fp-bssfmg@kjog+lqdbmjybwjlmp?psbm#`obpp>!!=?jnd#pq`>!,gjpwjmdvjpkfgwklvpbmgp#le#`lnnvmj`bwjlm`ofbq!=?,gju=jmufpwjdbwjlmebuj`lm-j`l!#nbqdjm.qjdkw9abpfg#lm#wkf#Nbppb`kvpfwwpwbaof#alqgfq>jmwfqmbwjlmbobopl#hmltm#bpsqlmvm`jbwjlmab`hdqlvmg9 esbggjmd.ofew9Elq#f{bnsof/#njp`foobmflvp%ow8,nbwk%dw8spz`kloldj`bojm#sbqwj`vobqfbq`k!#wzsf>!elqn#nfwklg>!bp#lsslpfg#wlPvsqfnf#@lvqwl``bpjlmbooz#Bggjwjlmbooz/Mlqwk#Bnfqj`bs{8ab`hdqlvmglsslqwvmjwjfpFmwfqwbjmnfmw-wlOltfq@bpf+nbmveb`wvqjmdsqlefppjlmbo#`lnajmfg#tjwkElq#jmpwbm`f/`lmpjpwjmd#le!#nb{ofmdwk>!qfwvqm#ebopf8`lmp`jlvpmfppNfgjwfqqbmfbmf{wqblqgjmbqzbppbppjmbwjlmpvapfrvfmwoz#avwwlm#wzsf>!wkf#mvnafq#lewkf#lqjdjmbo#`lnsqfkfmpjufqfefqp#wl#wkf?,vo= ?,gju= skjolplskj`bool`bwjlm-kqfetbp#svaojpkfgPbm#Eqbm`jp`l+evm`wjlm+*x ?gju#jg>!nbjmplskjpwj`bwfgnbwkfnbwj`bo#,kfbg= ?algzpvddfpwp#wkbwgl`vnfmwbwjlm`lm`fmwqbwjlmqfobwjlmpkjspnbz#kbuf#affm+elq#f{bnsof/Wkjp#bqwj`of#jm#plnf#`bpfpsbqwp#le#wkf#gfejmjwjlm#leDqfbw#Aqjwbjm#`foosbggjmd>frvjubofmw#wlsob`fklogfq>!8#elmw.pjyf9#ivpwjej`bwjlmafojfufg#wkbwpveefqfg#eqlnbwwfnswfg#wl#ofbgfq#le#wkf`qjsw!#pq`>!,+evm`wjlm+*#xbqf#bubjobaof \n?ojmh#qfo>!#pq`>$kwws9,,jmwfqfpwfg#jm`lmufmwjlmbo#!#bow>!!#,=?,bqf#dfmfqboozkbp#bopl#affmnlpw#slsvobq#`lqqfpslmgjmd`qfgjwfg#tjwkwzof>!alqgfq9?,b=?,psbm=?,-dje!#tjgwk>!?jeqbnf#pq`>!wbaof#`obpp>!jmojmf.aol`h8b``lqgjmd#wl#wldfwkfq#tjwkbssql{jnbwfozsbqojbnfmwbqznlqf#bmg#nlqfgjpsobz9mlmf8wqbgjwjlmboozsqfglnjmbmwoz%maps8\x7F%maps8%maps8?,psbm=#`foopsb`jmd>?jmsvw#mbnf>!lq!#`lmwfmw>!`lmwqlufqpjbosqlsfqwz>!ld9,{.pkl`htbuf.gfnlmpwqbwjlmpvqqlvmgfg#azMfufqwkfofpp/tbp#wkf#ejqpw`lmpjgfqbaof#Bowklvdk#wkf#`loobalqbwjlmpklvog#mlw#afsqlslqwjlm#le?psbm#pwzof>!hmltm#bp#wkf#pklqwoz#bewfqelq#jmpwbm`f/gfp`qjafg#bp#,kfbg= ?algz#pwbqwjmd#tjwkjm`qfbpjmdoz#wkf#eb`w#wkbwgjp`vppjlm#lenjggof#le#wkfbm#jmgjujgvbogjeej`vow#wl#sljmw#le#ujftklnlpf{vbojwzb``fswbm`f#le?,psbm=?,gju=nbmveb`wvqfqplqjdjm#le#wkf`lnnlmoz#vpfgjnslqwbm`f#legfmlnjmbwjlmpab`hdqlvmg9# ofmdwk#le#wkfgfwfqnjmbwjlmb#pjdmjej`bmw!#alqgfq>!3!=qfulovwjlmbqzsqjm`jsofp#lejp#`lmpjgfqfgtbp#gfufolsfgJmgl.Fvqlsfbmuvomfqbaof#wlsqlslmfmwp#lebqf#plnfwjnfp`olpfq#wl#wkfMft#Zlqh#@jwz#mbnf>!pfbq`kbwwqjavwfg#wl`lvqpf#le#wkfnbwkfnbwj`jbmaz#wkf#fmg#lebw#wkf#fmg#le!#alqgfq>!3!#wf`kmloldj`bo-qfnluf@obpp+aqbm`k#le#wkffujgfm`f#wkbw"Xfmgje^..= Jmpwjwvwf#le#jmwl#b#pjmdofqfpsf`wjufoz-bmg#wkfqfelqfsqlsfqwjfp#lejp#ol`bwfg#jmplnf#le#tkj`kWkfqf#jp#bopl`lmwjmvfg#wl#bssfbqbm`f#le#%bns8mgbpk8#gfp`qjafp#wkf`lmpjgfqbwjlmbvwklq#le#wkfjmgfsfmgfmwozfrvjssfg#tjwkglfp#mlw#kbuf?,b=?b#kqfe>!`lmevpfg#tjwk?ojmh#kqfe>!,bw#wkf#bdf#lebssfbq#jm#wkfWkfpf#jm`ovgfqfdbqgofpp#le`lvog#af#vpfg#pwzof>%rvlw8pfufqbo#wjnfpqfsqfpfmw#wkfalgz= ?,kwno=wklvdkw#wl#afslsvobwjlm#leslppjajojwjfpsfq`fmwbdf#leb``fpp#wl#wkfbm#bwwfnsw#wlsqlgv`wjlm#leirvfqz,irvfqzwtl#gjeefqfmwafolmd#wl#wkffpwbaojpknfmwqfsob`jmd#wkfgfp`qjswjlm!#gfwfqnjmf#wkfbubjobaof#elqB``lqgjmd#wl#tjgf#qbmdf#le\n?gju#`obpp>!nlqf#`lnnlmozlqdbmjpbwjlmpevm`wjlmbojwztbp#`lnsofwfg#%bns8ngbpk8#sbqwj`jsbwjlmwkf#`kbqb`wfqbm#bggjwjlmbobssfbqp#wl#afeb`w#wkbw#wkfbm#f{bnsof#lepjdmjej`bmwozlmnlvpflufq>!af`bvpf#wkfz#bpzm`#>#wqvf8sqlaofnp#tjwkpffnp#wl#kbufwkf#qfpvow#le#pq`>!kwws9,,ebnjojbq#tjwkslppfppjlm#leevm`wjlm#+*#xwllh#sob`f#jmbmg#plnfwjnfppvapwbmwjbooz?psbm=?,psbm=jp#lewfm#vpfgjm#bm#bwwfnswdqfbw#gfbo#leFmujqlmnfmwbopv``fppevooz#ujqwvbooz#boo13wk#`fmwvqz/sqlefppjlmbopmf`fppbqz#wl#gfwfqnjmfg#az`lnsbwjajojwzaf`bvpf#jw#jpGj`wjlmbqz#lenlgjej`bwjlmpWkf#elooltjmdnbz#qfefq#wl9@lmpfrvfmwoz/Jmwfqmbwjlmbobowklvdk#plnfwkbw#tlvog#aftlqog$p#ejqpw`obppjejfg#bpalwwln#le#wkf+sbqwj`vobqozbojdm>!ofew!#nlpw#`lnnlmozabpjp#elq#wkfelvmgbwjlm#le`lmwqjavwjlmpslsvobqjwz#le`fmwfq#le#wkfwl#qfgv`f#wkfivqjpgj`wjlmpbssql{jnbwjlm#lmnlvpflvw>!Mft#Wfpwbnfmw`loof`wjlm#le?,psbm=?,b=?,jm#wkf#Vmjwfgejon#gjqf`wlq.pwqj`w-gwg!=kbp#affm#vpfgqfwvqm#wl#wkfbowklvdk#wkjp`kbmdf#jm#wkfpfufqbo#lwkfqavw#wkfqf#bqfvmsqf`fgfmwfgjp#pjnjobq#wlfpsf`jbooz#jmtfjdkw9#alog8jp#`boofg#wkf`lnsvwbwjlmbojmgj`bwf#wkbwqfpwqj`wfg#wl\n?nfwb#mbnf>!bqf#wzsj`booz`lmeoj`w#tjwkKltfufq/#wkf#Bm#f{bnsof#le`lnsbqfg#tjwkrvbmwjwjfp#leqbwkfq#wkbm#b`lmpwfoobwjlmmf`fppbqz#elqqfslqwfg#wkbwpsf`jej`bwjlmslojwj`bo#bmg%maps8%maps8?qfefqfm`fp#wlwkf#pbnf#zfbqDlufqmnfmw#ledfmfqbwjlm#lekbuf#mlw#affmpfufqbo#zfbqp`lnnjwnfmw#wl\n\n?vo#`obpp>!ujpvbojybwjlm2:wk#`fmwvqz/sqb`wjwjlmfqpwkbw#kf#tlvogbmg#`lmwjmvfgl``vsbwjlm#lejp#gfejmfg#bp`fmwqf#le#wkfwkf#bnlvmw#le=?gju#pwzof>!frvjubofmw#legjeefqfmwjbwfaqlvdkw#balvwnbqdjm.ofew9#bvwlnbwj`boozwklvdkw#le#bpPlnf#le#wkfpf ?gju#`obpp>!jmsvw#`obpp>!qfsob`fg#tjwkjp#lmf#le#wkffgv`bwjlm#bmgjmeovfm`fg#azqfsvwbwjlm#bp ?nfwb#mbnf>!b``lnnlgbwjlm?,gju= ?,gju=obqdf#sbqw#leJmpwjwvwf#elqwkf#pl.`boofg#bdbjmpw#wkf#Jm#wkjp#`bpf/tbp#bssljmwfg`objnfg#wl#afKltfufq/#wkjpGfsbqwnfmw#lewkf#qfnbjmjmdfeef`w#lm#wkfsbqwj`vobqoz#gfbo#tjwk#wkf ?gju#pwzof>!bonlpw#botbzpbqf#`vqqfmwozf{sqfppjlm#leskjolplskz#leelq#nlqf#wkbm`jujojybwjlmplm#wkf#jpobmgpfof`wfgJmgf{`bm#qfpvow#jm!#ubovf>!!#,=wkf#pwqv`wvqf#,=?,b=?,gju=Nbmz#le#wkfpf`bvpfg#az#wkfle#wkf#Vmjwfgpsbm#`obpp>!n`bm#af#wqb`fgjp#qfobwfg#wlaf`bnf#lmf#lejp#eqfrvfmwozojujmd#jm#wkfwkflqfwj`boozElooltjmd#wkfQfulovwjlmbqzdlufqmnfmw#jmjp#gfwfqnjmfgwkf#slojwj`bojmwqlgv`fg#jmpveej`jfmw#wlgfp`qjswjlm!=pklqw#pwlqjfppfsbqbwjlm#lebp#wl#tkfwkfqhmltm#elq#jwptbp#jmjwjboozgjpsobz9aol`hjp#bm#f{bnsofwkf#sqjm`jsbo`lmpjpwp#le#bqf`ldmjyfg#bp,algz=?,kwno=b#pvapwbmwjboqf`lmpwqv`wfgkfbg#le#pwbwfqfpjpwbm`f#wlvmgfqdqbgvbwfWkfqf#bqf#wtldqbujwbwjlmbobqf#gfp`qjafgjmwfmwjlmboozpfqufg#bp#wkf`obpp>!kfbgfqlsslpjwjlm#wlevmgbnfmwboozglnjmbwfg#wkfbmg#wkf#lwkfqboojbm`f#tjwktbp#elq`fg#wlqfpsf`wjufoz/bmg#slojwj`bojm#pvsslqw#lesflsof#jm#wkf13wk#`fmwvqz-bmg#svaojpkfgolbg@kbqwafbwwl#vmgfqpwbmgnfnafq#pwbwfpfmujqlmnfmwboejqpw#kboe#le`lvmwqjfp#bmgbq`kjwf`wvqboaf#`lmpjgfqfg`kbqb`wfqjyfg`ofbqJmwfqubobvwklqjwbwjufEfgfqbwjlm#letbp#pv``ffgfgbmg#wkfqf#bqfb#`lmpfrvfm`fwkf#Sqfpjgfmwbopl#jm`ovgfgeqff#plewtbqfpv``fppjlm#legfufolsfg#wkftbp#gfpwqlzfgbtbz#eqln#wkf8 ?,p`qjsw= ?bowklvdk#wkfzelooltfg#az#bnlqf#sltfqevoqfpvowfg#jm#bVmjufqpjwz#leKltfufq/#nbmzwkf#sqfpjgfmwKltfufq/#plnfjp#wklvdkw#wlvmwjo#wkf#fmgtbp#bmmlvm`fgbqf#jnslqwbmwbopl#jm`ovgfp=?jmsvw#wzsf>wkf#`fmwfq#le#GL#MLW#BOWFQvpfg#wl#qfefqwkfnfp,<plqw>wkbw#kbg#affmwkf#abpjp#elqkbp#gfufolsfgjm#wkf#pvnnfq`lnsbqbwjufozgfp`qjafg#wkfpv`k#bp#wklpfwkf#qfpvowjmdjp#jnslppjaofubqjlvp#lwkfqPlvwk#Beqj`bmkbuf#wkf#pbnffeef`wjufmfppjm#tkj`k#`bpf8#wf{w.bojdm9pwqv`wvqf#bmg8#ab`hdqlvmg9qfdbqgjmd#wkfpvsslqwfg#wkfjp#bopl#hmltmpwzof>!nbqdjmjm`ovgjmd#wkfabkbpb#Nfobzvmlqph#alhn/Iomlqph#mzmlqphpolufm)M(ajmbjmwfqmb`jlmbo`bojej`b`j/_m`lnvmj`b`j/_m`lmpwqv``j/_m!=?gju#`obpp>!gjpbnajdvbwjlmGlnbjmMbnf$/#$bgnjmjpwqbwjlmpjnvowbmflvpozwqbmpslqwbwjlmJmwfqmbwjlmbo#nbqdjm.alwwln9qfpslmpjajojwz?"Xfmgje^..= ?,=?nfwb#mbnf>!jnsofnfmwbwjlmjmeqbpwqv`wvqfqfsqfpfmwbwjlmalqgfq.alwwln9?,kfbg= ?algz=>kwws&0B&1E&1E?elqn#nfwklg>!nfwklg>!slpw!#,ebuj`lm-j`l!#~*8 ?,p`qjsw= -pfwBwwqjavwf+Bgnjmjpwqbwjlm>#mft#Bqqbz+*8?"Xfmgje^..= gjpsobz9aol`h8Vmelqwvmbwfoz/!=%maps8?,gju=,ebuj`lm-j`l!=>$pwzofpkffw$#jgfmwjej`bwjlm/#elq#f{bnsof/?oj=?b#kqfe>!,bm#bowfqmbwjufbp#b#qfpvow#lesw!=?,p`qjsw= wzsf>!pvanjw!# +evm`wjlm+*#xqf`lnnfmgbwjlmelqn#b`wjlm>!,wqbmpelqnbwjlmqf`lmpwqv`wjlm-pwzof-gjpsobz#B``lqgjmd#wl#kjggfm!#mbnf>!bolmd#tjwk#wkfgl`vnfmw-algz-bssql{jnbwfoz#@lnnvmj`bwjlmpslpw!#b`wjlm>!nfbmjmd#%rvlw8..?"Xfmgje^..=Sqjnf#Njmjpwfq`kbqb`wfqjpwj`?,b=#?b#`obpp>wkf#kjpwlqz#le#lmnlvpflufq>!wkf#dlufqmnfmwkqfe>!kwwsp9,,tbp#lqjdjmbooztbp#jmwqlgv`fg`obppjej`bwjlmqfsqfpfmwbwjufbqf#`lmpjgfqfg?"Xfmgje^..= gfsfmgp#lm#wkfVmjufqpjwz#le#jm#`lmwqbpw#wl#sob`fklogfq>!jm#wkf#`bpf#lejmwfqmbwjlmbo#`lmpwjwvwjlmbopwzof>!alqgfq.9#evm`wjlm+*#xAf`bvpf#le#wkf.pwqj`w-gwg!= ?wbaof#`obpp>!b``lnsbmjfg#azb``lvmw#le#wkf?p`qjsw#pq`>!,mbwvqf#le#wkf#wkf#sflsof#jm#jm#bggjwjlm#wlp*8#ip-jg#>#jg!#tjgwk>!233&!qfdbqgjmd#wkf#Qlnbm#@bwkloj`bm#jmgfsfmgfmwelooltjmd#wkf#-dje!#tjgwk>!2wkf#elooltjmd#gjp`qjnjmbwjlmbq`kbfloldj`bosqjnf#njmjpwfq-ip!=?,p`qjsw=`lnajmbwjlm#le#nbqdjmtjgwk>!`qfbwfFofnfmw+t-bwwb`kFufmw+?,b=?,wg=?,wq=pq`>!kwwsp9,,bJm#sbqwj`vobq/#bojdm>!ofew!#@yf`k#Qfsvaoj`Vmjwfg#Hjmdgln`lqqfpslmgfm`f`lm`ovgfg#wkbw-kwno!#wjwof>!+evm`wjlm#+*#x`lnfp#eqln#wkfbssoj`bwjlm#le?psbm#`obpp>!pafojfufg#wl#affnfmw+$p`qjsw$?,b= ?,oj= ?ojufqz#gjeefqfmw=?psbm#`obpp>!lswjlm#ubovf>!+bopl#hmltm#bp\n?oj=?b#kqfe>!=?jmsvw#mbnf>!pfsbqbwfg#eqlnqfefqqfg#wl#bp#ubojdm>!wls!=elvmgfq#le#wkfbwwfnswjmd#wl#`bqalm#gjl{jgf ?gju#`obpp>!`obpp>!pfbq`k.,algz= ?,kwno=lsslqwvmjwz#wl`lnnvmj`bwjlmp?,kfbg= ?algz#pwzof>!tjgwk9Wj\rVSmd#Uj\rWkw`kbmdfp#jm#wkfalqgfq.`lolq9 3!#alqgfq>!3!#?,psbm=?,gju=?tbp#gjp`lufqfg!#wzsf>!wf{w!#*8 ?,p`qjsw= Gfsbqwnfmw#le#f``ofpjbpwj`bowkfqf#kbp#affmqfpvowjmd#eqln?,algz=?,kwno=kbp#mfufq#affmwkf#ejqpw#wjnfjm#qfpslmpf#wlbvwlnbwj`booz#?,gju= ?gju#jtbp#`lmpjgfqfgsfq`fmw#le#wkf!#,=?,b=?,gju=`loof`wjlm#le#gfp`fmgfg#eqlnpf`wjlm#le#wkfb``fsw.`kbqpfwwl#af#`lmevpfgnfnafq#le#wkf#sbggjmd.qjdkw9wqbmpobwjlm#lejmwfqsqfwbwjlm#kqfe>$kwws9,,tkfwkfq#lq#mlwWkfqf#bqf#boplwkfqf#bqf#nbmzb#pnboo#mvnafqlwkfq#sbqwp#lejnslppjaof#wl##`obpp>!avwwlmol`bwfg#jm#wkf-#Kltfufq/#wkfbmg#fufmwvboozBw#wkf#fmg#le#af`bvpf#le#jwpqfsqfpfmwp#wkf?elqn#b`wjlm>!#nfwklg>!slpw!jw#jp#slppjaofnlqf#ojhfoz#wlbm#jm`qfbpf#jmkbuf#bopl#affm`lqqfpslmgp#wlbmmlvm`fg#wkbwbojdm>!qjdkw!=nbmz#`lvmwqjfpelq#nbmz#zfbqpfbqojfpw#hmltmaf`bvpf#jw#tbpsw!=?,p`qjsw=#ubojdm>!wls!#jmkbajwbmwp#leelooltjmd#zfbq ?gju#`obpp>!njoojlm#sflsof`lmwqlufqpjbo#`lm`fqmjmd#wkfbqdvf#wkbw#wkfdlufqmnfmw#bmgb#qfefqfm`f#wlwqbmpefqqfg#wlgfp`qjajmd#wkf#pwzof>!`lolq9bowklvdk#wkfqfafpw#hmltm#elqpvanjw!#mbnf>!nvowjsoj`bwjlmnlqf#wkbm#lmf#qf`ldmjwjlm#le@lvm`jo#le#wkffgjwjlm#le#wkf##?nfwb#mbnf>!Fmwfqwbjmnfmw#btbz#eqln#wkf#8nbqdjm.qjdkw9bw#wkf#wjnf#lejmufpwjdbwjlmp`lmmf`wfg#tjwkbmg#nbmz#lwkfqbowklvdk#jw#jpafdjmmjmd#tjwk#?psbm#`obpp>!gfp`fmgbmwp#le?psbm#`obpp>!j#bojdm>!qjdkw!?,kfbg= ?algz#bpsf`wp#le#wkfkbp#pjm`f#affmFvqlsfbm#Vmjlmqfnjmjp`fmw#lenlqf#gjeej`vowUj`f#Sqfpjgfmw`lnslpjwjlm#lesbppfg#wkqlvdknlqf#jnslqwbmwelmw.pjyf922s{f{sobmbwjlm#lewkf#`lm`fsw#letqjwwfm#jm#wkf\n?psbm#`obpp>!jp#lmf#le#wkf#qfpfnaobm`f#wllm#wkf#dqlvmgptkj`k#`lmwbjmpjm`ovgjmd#wkf#gfejmfg#az#wkfsvaoj`bwjlm#lenfbmp#wkbw#wkflvwpjgf#le#wkfpvsslqw#le#wkf?jmsvw#`obpp>!?psbm#`obpp>!w+Nbwk-qbmgln+*nlpw#sqlnjmfmwgfp`qjswjlm#le@lmpwbmwjmlsoftfqf#svaojpkfg?gju#`obpp>!pfbssfbqp#jm#wkf2!#kfjdkw>!2!#nlpw#jnslqwbmwtkj`k#jm`ovgfptkj`k#kbg#affmgfpwqv`wjlm#lewkf#slsvobwjlm \n?gju#`obpp>!slppjajojwz#leplnfwjnfp#vpfgbssfbq#wl#kbufpv``fpp#le#wkfjmwfmgfg#wl#afsqfpfmw#jm#wkfpwzof>!`ofbq9a ?,p`qjsw= ?tbp#elvmgfg#jmjmwfqujft#tjwk\\jg!#`lmwfmw>!`bsjwbo#le#wkf ?ojmh#qfo>!pqfofbpf#le#wkfsljmw#lvw#wkbw{NOKwwsQfrvfpwbmg#pvapfrvfmwpf`lmg#obqdfpwufqz#jnslqwbmwpsf`jej`bwjlmppvqeb`f#le#wkfbssojfg#wl#wkfelqfjdm#sloj`z\\pfwGlnbjmMbnffpwbaojpkfg#jmjp#afojfufg#wlJm#bggjwjlm#wlnfbmjmd#le#wkfjp#mbnfg#bewfqwl#sqlwf`w#wkfjp#qfsqfpfmwfgGf`obqbwjlm#lenlqf#feej`jfmw@obppjej`bwjlmlwkfq#elqnp#lekf#qfwvqmfg#wl?psbm#`obpp>!`sfqelqnbm`f#le+evm`wjlm+*#xje#bmg#lmoz#jeqfdjlmp#le#wkfofbgjmd#wl#wkfqfobwjlmp#tjwkVmjwfg#Mbwjlmppwzof>!kfjdkw9lwkfq#wkbm#wkfzsf!#`lmwfmw>!Bppl`jbwjlm#le ?,kfbg= ?algzol`bwfg#lm#wkfjp#qfefqqfg#wl+jm`ovgjmd#wkf`lm`fmwqbwjlmpwkf#jmgjujgvbobnlmd#wkf#nlpwwkbm#bmz#lwkfq,= ?ojmh#qfo>!#qfwvqm#ebopf8wkf#svqslpf#lewkf#bajojwz#wl8`lolq9 eee~ - ?psbm#`obpp>!wkf#pvaif`w#legfejmjwjlmp#le= ?ojmh#qfo>!`objn#wkbw#wkfkbuf#gfufolsfg?wbaof#tjgwk>!`fofaqbwjlm#leElooltjmd#wkf#wl#gjpwjmdvjpk?psbm#`obpp>!awbhfp#sob`f#jmvmgfq#wkf#mbnfmlwfg#wkbw#wkf=?"Xfmgje^..= pwzof>!nbqdjm.jmpwfbg#le#wkfjmwqlgv`fg#wkfwkf#sql`fpp#lejm`qfbpjmd#wkfgjeefqfm`fp#jmfpwjnbwfg#wkbwfpsf`jbooz#wkf,gju=?gju#jg>!tbp#fufmwvboozwkqlvdklvw#kjpwkf#gjeefqfm`fplnfwkjmd#wkbwpsbm=?,psbm=?,pjdmjej`bmwoz#=?,p`qjsw=  fmujqlmnfmwbo#wl#sqfufmw#wkfkbuf#affm#vpfgfpsf`jbooz#elqvmgfqpwbmg#wkfjp#fppfmwjbooztfqf#wkf#ejqpwjp#wkf#obqdfpwkbuf#affm#nbgf!#pq`>!kwws9,,jmwfqsqfwfg#bppf`lmg#kboe#le`qloojmd>!ml!#jp#`lnslpfg#leJJ/#Kloz#Qlnbmjp#f{sf`wfg#wlkbuf#wkfjq#ltmgfejmfg#bp#wkfwqbgjwjlmbooz#kbuf#gjeefqfmwbqf#lewfm#vpfgwl#fmpvqf#wkbwbdqffnfmw#tjwk`lmwbjmjmd#wkfbqf#eqfrvfmwozjmelqnbwjlm#lmf{bnsof#jp#wkfqfpvowjmd#jm#b?,b=?,oj=?,vo=#`obpp>!ellwfqbmg#fpsf`jboozwzsf>!avwwlm!#?,psbm=?,psbm=tkj`k#jm`ovgfg= ?nfwb#mbnf>!`lmpjgfqfg#wkf`bqqjfg#lvw#azKltfufq/#jw#jpaf`bnf#sbqw#lejm#qfobwjlm#wlslsvobq#jm#wkfwkf#`bsjwbo#letbp#leej`jbooztkj`k#kbp#affmwkf#Kjpwlqz#lebowfqmbwjuf#wlgjeefqfmw#eqlnwl#pvsslqw#wkfpvddfpwfg#wkbwjm#wkf#sql`fpp##?gju#`obpp>!wkf#elvmgbwjlmaf`bvpf#le#kjp`lm`fqmfg#tjwkwkf#vmjufqpjwzlsslpfg#wl#wkfwkf#`lmwf{w#le?psbm#`obpp>!swf{w!#mbnf>!r!\n\n?gju#`obpp>!wkf#p`jfmwjej`qfsqfpfmwfg#aznbwkfnbwj`jbmpfof`wfg#az#wkfwkbw#kbuf#affm=?gju#`obpp>!`gju#jg>!kfbgfqjm#sbqwj`vobq/`lmufqwfg#jmwl*8 ?,p`qjsw= ?skjolplskj`bo#pqsphlkqubwphjwj\rVSmd#Uj\rWkw<L=o=m=m<V<T<U=l=o=m=m<V<T<Ujmufpwjdb`j/_msbqwj`jsb`j/_m<V<R=n<R=l=g<Y<R<]<W<\\=m=n<T<V<R=n<R=l=g<U=k<Y<W<R<^<Y<V=m<T=m=n<Y<P=g<q<R<^<R=m=n<T<V<R=n<R=l=g=i<R<]<W<\\=m=n=`<^=l<Y<P<Y<Q<T<V<R=n<R=l<\\=c=m<Y<_<R<X<Q=c=m<V<\\=k<\\=n=`<Q<R<^<R=m=n<T<O<V=l<\\<T<Q=g<^<R<S=l<R=m=g<V<R=n<R=l<R<U=m<X<Y<W<\\=n=`<S<R<P<R=e=`=b=m=l<Y<X=m=n<^<R<]=l<\\<[<R<P=m=n<R=l<R<Q=g=o=k<\\=m=n<T<Y=n<Y=k<Y<Q<T<Y<\x7F<W<\\<^<Q<\\=c<T=m=n<R=l<T<T=m<T=m=n<Y<P<\\=l<Y=d<Y<Q<T=c<M<V<\\=k<\\=n=`<S<R=a=n<R<P=o=m<W<Y<X=o<Y=n=m<V<\\<[<\\=n=`=n<R<^<\\=l<R<^<V<R<Q<Y=k<Q<R=l<Y=d<Y<Q<T<Y<V<R=n<R=l<R<Y<R=l<_<\\<Q<R<^<V<R=n<R=l<R<P<L<Y<V<W<\\<P<\\4K5h5i5j4F4C5e5i5j4F4C5f4K4F4K5h5i5d4Z5d4U4K5h4D4]4K5i4@4K5h5i5d4K5n4U4K5h4]4_4K4J5h5i4X4K4]5o4K4F4K5h4O4U4Z4K4M4K5h4]5f4K4Z4E4K5h4F4Y5i5f5i4K5h4K4U4Z4K4M4K5h5j4F4K4J4@4K5h4O5h4U4K4D4K5h4F4_4@5f5h4K5h4O5n4_4K5i4K5h4Z4V4[4K4F4K5h5m5f4C5f5d4K5h4F4]4A5f4D4K5h4@4C5f4C4E4K5h4F4U5h5f5i4K5h4O4B4D4K4]4K5h4K5m5h4K5i4K5h4O5m5h4K5i4K5h4F4K4]5f4B4K5h4F5n5j5f4E4K5h4K5h4U4K4D4K5h4B5d4K4[4]4K5h5i4@4F5i4U4K5h4C5f5o5d4]4K5h4_5f4K4A4E4U4D4C4K5h5h5k4K5h4F4]4D5f4E4K5h4]5d4K4D4[4K5h4O4C4D5f4E4K5h4K4B4D4K4]4K5h5i4F4A4C4E4K5h4K4V4K5j5f`vqplq9sljmwfq8?,wjwof= ?nfwb#!#kqfe>!kwws9,,!=?psbm#`obpp>!nfnafqp#le#wkf#tjmglt-ol`bwjlmufqwj`bo.bojdm9,b=#\x7F#?b#kqfe>!?"gl`wzsf#kwno=nfgjb>!p`qffm!#?lswjlm#ubovf>!ebuj`lm-j`l!#,= \n\n?gju#`obpp>!`kbqb`wfqjpwj`p!#nfwklg>!dfw!#,algz= ?,kwno= pklqw`vw#j`lm!#gl`vnfmw-tqjwf+sbggjmd.alwwln9qfsqfpfmwbwjufppvanjw!#ubovf>!bojdm>!`fmwfq!#wkqlvdklvw#wkf#p`jfm`f#ej`wjlm ##?gju#`obpp>!pvanjw!#`obpp>!lmf#le#wkf#nlpw#ubojdm>!wls!=?tbp#fpwbaojpkfg*8 ?,p`qjsw= qfwvqm#ebopf8!=*-pwzof-gjpsobzaf`bvpf#le#wkf#gl`vnfmw-`llhjf?elqn#b`wjlm>!,~algzxnbqdjm938Fm`z`olsfgjb#leufqpjlm#le#wkf#-`qfbwfFofnfmw+mbnf!#`lmwfmw>!?,gju= ?,gju= bgnjmjpwqbwjuf#?,algz= ?,kwno=kjpwlqz#le#wkf#!=?jmsvw#wzsf>!slqwjlm#le#wkf#bp#sbqw#le#wkf#%maps8?b#kqfe>!lwkfq#`lvmwqjfp!= ?gju#`obpp>!?,psbm=?,psbm=?Jm#lwkfq#tlqgp/gjpsobz9#aol`h8`lmwqlo#le#wkf#jmwqlgv`wjlm#le,= ?nfwb#mbnf>!bp#tfoo#bp#wkf#jm#qf`fmw#zfbqp \n?gju#`obpp>!?,gju= \n?,gju= jmpsjqfg#az#wkfwkf#fmg#le#wkf#`lnsbwjaof#tjwkaf`bnf#hmltm#bp#pwzof>!nbqdjm9-ip!=?,p`qjsw=?#Jmwfqmbwjlmbo#wkfqf#kbuf#affmDfqnbm#obmdvbdf#pwzof>!`lolq9 @lnnvmjpw#Sbqwz`lmpjpwfmw#tjwkalqgfq>!3!#`foo#nbqdjmkfjdkw>!wkf#nbilqjwz#le!#bojdm>!`fmwfqqfobwfg#wl#wkf#nbmz#gjeefqfmw#Lqwklgl{#@kvq`kpjnjobq#wl#wkf#,= ?ojmh#qfo>!ptbp#lmf#le#wkf#vmwjo#kjp#gfbwk~*+*8 ?,p`qjsw=lwkfq#obmdvbdfp`lnsbqfg#wl#wkfslqwjlmp#le#wkfwkf#Mfwkfqobmgpwkf#nlpw#`lnnlmab`hdqlvmg9vqo+bqdvfg#wkbw#wkfp`qloojmd>!ml!#jm`ovgfg#jm#wkfMlqwk#Bnfqj`bm#wkf#mbnf#le#wkfjmwfqsqfwbwjlmpwkf#wqbgjwjlmbogfufolsnfmw#le#eqfrvfmwoz#vpfgb#`loof`wjlm#leufqz#pjnjobq#wlpvqqlvmgjmd#wkff{bnsof#le#wkjpbojdm>!`fmwfq!=tlvog#kbuf#affmjnbdf\\`bswjlm#>bwwb`kfg#wl#wkfpvddfpwjmd#wkbwjm#wkf#elqn#le#jmuloufg#jm#wkfjp#gfqjufg#eqlnmbnfg#bewfq#wkfJmwqlgv`wjlm#wlqfpwqj`wjlmp#lm#pwzof>!tjgwk9#`bm#af#vpfg#wl#wkf#`qfbwjlm#lenlpw#jnslqwbmw#jmelqnbwjlm#bmgqfpvowfg#jm#wkf`loobspf#le#wkfWkjp#nfbmp#wkbwfofnfmwp#le#wkftbp#qfsob`fg#azbmbozpjp#le#wkfjmpsjqbwjlm#elqqfdbqgfg#bp#wkfnlpw#pv``fppevohmltm#bp#%rvlw8b#`lnsqfkfmpjufKjpwlqz#le#wkf#tfqf#`lmpjgfqfgqfwvqmfg#wl#wkfbqf#qfefqqfg#wlVmplvq`fg#jnbdf= \n?gju#`obpp>!`lmpjpwp#le#wkfpwlsSqlsbdbwjlmjmwfqfpw#jm#wkfbubjobajojwz#lebssfbqp#wl#kbuffof`wqlnbdmfwj`fmbaofPfquj`fp+evm`wjlm#le#wkfJw#jp#jnslqwbmw?,p`qjsw=?,gju=evm`wjlm+*xubq#qfobwjuf#wl#wkfbp#b#qfpvow#le#wkf#slpjwjlm#leElq#f{bnsof/#jm#nfwklg>!slpw!#tbp#elooltfg#az%bns8ngbpk8#wkfwkf#bssoj`bwjlmip!=?,p`qjsw= vo=?,gju=?,gju=bewfq#wkf#gfbwktjwk#qfpsf`w#wlpwzof>!sbggjmd9jp#sbqwj`vobqozgjpsobz9jmojmf8#wzsf>!pvanjw!#jp#gjujgfg#jmwl\bTA\nzk#+\vBl\bQ\x7F*qfpslmpbajojgbgbgnjmjpwqb`j/_mjmwfqmb`jlmbofp`lqqfpslmgjfmwf\fHe\fHF\fHC\fIg\fH{\fHF\fIn\fH\\\fIa\fHY\fHU\fHB\fHR\fH\\\fIk\fH^\fIg\fH{\fIg\fHn\fHv\fIm\fHD\fHR\fHY\fH^\fIk\fHy\fHS\fHD\fHT\fH\\\fHy\fHR\fH\\\fHF\fIm\fH^\fHS\fHT\fHz\fIg\fHp\fIk\fHn\fHv\fHR\fHU\fHS\fHc\fHA\fIk\fHp\fIk\fHn\fHZ\fHR\fHB\fHS\fH^\fHU\fHB\fHR\fH\\\fIl\fHp\fHR\fH{\fH\\\fHO\fH@\fHD\fHR\fHD\fIk\fHy\fIm\fHB\fHR\fH\\\fH@\fIa\fH^\fIe\fH{\fHB\fHR\fH^\fHS\fHy\fHB\fHU\fHS\fH^\fHR\fHF\fIo\fH[\fIa\fHL\fH@\fHN\fHP\fHH\fIk\fHA\fHR\fHp\fHF\fHR\fHy\fIa\fH^\fHS\fHy\fHs\fIa\fH\\\fIk\fHD\fHz\fHS\fH^\fHR\fHG\fHJ\fI`\fH\\\fHR\fHD\fHB\fHR\fHB\fH^\fIk\fHB\fHH\fHJ\fHR\fHD\fH@\fHR\fHp\fHR\fH\\\fHY\fHS\fHy\fHR\fHT\fHy\fIa\fHC\fIg\fHn\fHv\fHR\fHU\fHH\fIk\fHF\fHU\fIm\fHm\fHv\fH@\fHH\fHR\fHC\fHR\fHT\fHn\fHY\fHR\fHJ\fHJ\fIk\fHz\fHD\fIk\fHF\fHS\fHw\fH^\fIk\fHY\fHS\fHZ\fIk\fH[\fH\\\fHR\fHp\fIa\fHC\fHe\fHH\fIa\fHH\fH\\\fHB\fIm\fHn\fH@\fHd\fHJ\fIg\fHD\fIg\fHn\fHe\fHF\fHy\fH\\\fHO\fHF\fHN\fHP\fIk\fHn\fHT\fIa\fHI\fHS\fHH\fHG\fHS\fH^\fIa\fHB\fHB\fIm\fHz\fIa\fHC\fHi\fHv\fIa\fHw\fHR\fHw\fIn\fHs\fHH\fIl\fHT\fHn\fH{\fIl\fHH\fHp\fHR\fHc\fH{\fHR\fHY\fHS\fHA\fHR\fH{\fHt\fHO\fIa\fHs\fIk\fHJ\fIn\fHT\fH\\\fIk\fHJ\fHS\fHD\fIg\fHn\fHU\fHH\fIa\fHC\fHR\fHT\fIk\fHy\fIa\fHT\fH{\fHR\fHn\fHK\fIl\fHY\fHS\fHZ\fIa\fHY\fH\\\fHR\fHH\fIk\fHn\fHJ\fId\fHs\fIa\fHT\fHD\fHy\fIa\fHZ\fHR\fHT\fHR\fHB\fHD\fIk\fHi\fHJ\fHR\fH^\fHH\fH@\fHS\fHp\fH^\fIl\fHF\fIm\fH\\\fIn\fH[\fHU\fHS\fHn\fHJ\fIl\fHB\fHS\fHH\fIa\fH\\\fHy\fHY\fHS\fHH\fHR\fH\\\fIm\fHF\fHC\fIk\fHT\fIa\fHI\fHR\fHD\fHy\fH\\\fIg\fHM\fHP\fHB\fIm\fHy\fIa\fHH\fHC\fIg\fHp\fHD\fHR\fHy\fIo\fHF\fHC\fHR\fHF\fIg\fHT\fIa\fHs\fHt\fH\\\fIk\fH^\fIn\fHy\fHR\fH\\\fIa\fHC\fHY\fHS\fHv\fHR\fH\\\fHT\fIn\fHv\fHD\fHR\fHB\fIn\fH^\fIa\fHC\fHJ\fIk\fHz\fIk\fHn\fHU\fHB\fIk\fHZ\fHR\fHT\fIa\fHy\fIn\fH^\fHB\fId\fHn\fHD\fIk\fHH\fId\fHC\fHR\fH\\\fHp\fHS\fHT\fHy\fIkqpp({no!#wjwof>!.wzsf!#`lmwfmw>!wjwof!#`lmwfmw>!bw#wkf#pbnf#wjnf-ip!=?,p`qjsw= ?!#nfwklg>!slpw!#?,psbm=?,b=?,oj=ufqwj`bo.bojdm9w,irvfqz-njm-ip!=-`oj`h+evm`wjlm+#pwzof>!sbggjmd.~*+*8 ?,p`qjsw= ?,psbm=?b#kqfe>!?b#kqfe>!kwws9,,*8#qfwvqm#ebopf8wf{w.gf`lqbwjlm9#p`qloojmd>!ml!#alqgfq.`loobspf9bppl`jbwfg#tjwk#Abkbpb#JmglmfpjbFmdojpk#obmdvbdf?wf{w#{no9psb`f>-dje!#alqgfq>!3!?,algz= ?,kwno= lufqeolt9kjggfm8jnd#pq`>!kwws9,,bggFufmwOjpwfmfqqfpslmpjaof#elq#p-ip!=?,p`qjsw= ,ebuj`lm-j`l!#,=lsfqbwjmd#pzpwfn!#pwzof>!tjgwk92wbqdfw>!\\aobmh!=Pwbwf#Vmjufqpjwzwf{w.bojdm9ofew8 gl`vnfmw-tqjwf+/#jm`ovgjmd#wkf#bqlvmg#wkf#tlqog*8 ?,p`qjsw= ?!#pwzof>!kfjdkw98lufqeolt9kjggfmnlqf#jmelqnbwjlmbm#jmwfqmbwjlmbob#nfnafq#le#wkf#lmf#le#wkf#ejqpw`bm#af#elvmg#jm#?,gju= \n\n?,gju= gjpsobz9#mlmf8!=!#,= ?ojmh#qfo>! ##+evm`wjlm+*#xwkf#26wk#`fmwvqz-sqfufmwGfebvow+obqdf#mvnafq#le#Azybmwjmf#Fnsjqf-isd\x7Fwkvna\x7Fofew\x7Fubpw#nbilqjwz#lenbilqjwz#le#wkf##bojdm>!`fmwfq!=Vmjufqpjwz#Sqfppglnjmbwfg#az#wkfPf`lmg#Tlqog#Tbqgjpwqjavwjlm#le#pwzof>!slpjwjlm9wkf#qfpw#le#wkf#`kbqb`wfqjyfg#az#qfo>!mleloolt!=gfqjufp#eqln#wkfqbwkfq#wkbm#wkf#b#`lnajmbwjlm#lepwzof>!tjgwk9233Fmdojpk.psfbhjmd`lnsvwfq#p`jfm`falqgfq>!3!#bow>!wkf#f{jpwfm`f#leGfnl`qbwj`#Sbqwz!#pwzof>!nbqdjm.Elq#wkjp#qfbplm/-ip!=?,p`qjsw= \npAzWbdMbnf+p*X3^ip!=?,p`qjsw= ?-ip!=?,p`qjsw= ojmh#qfo>!j`lm!#$#bow>$$#`obpp>$elqnbwjlm#le#wkfufqpjlmp#le#wkf#?,b=?,gju=?,gju=,sbdf= ##?sbdf= ?gju#`obpp>!`lmwaf`bnf#wkf#ejqpwabkbpb#Jmglmfpjbfmdojpk#+pjnsof*"y"W"W"["Q"U"V"@=i=l<^<\\=n=m<V<T<V<R<P<S<\\<Q<T<T=c<^<W=c<Y=n=m=c<x<R<]<\\<^<T=n=`=k<Y<W<R<^<Y<V<\\=l<\\<[<^<T=n<T=c<t<Q=n<Y=l<Q<Y=n<r=n<^<Y=n<T=n=`<Q<\\<S=l<T<P<Y=l<T<Q=n<Y=l<Q<Y=n<V<R=n<R=l<R<_<R=m=n=l<\\<Q<T=j=g<V<\\=k<Y=m=n<^<Y=o=m<W<R<^<T=c=i<S=l<R<]<W<Y<P=g<S<R<W=o=k<T=n=`=c<^<W=c=b=n=m=c<Q<\\<T<]<R<W<Y<Y<V<R<P<S<\\<Q<T=c<^<Q<T<P<\\<Q<T<Y=m=l<Y<X=m=n<^<\\4K5h5i5d4K4Z5f4U4K5h4]4J5f4_5f4E4K5h4K5j4F5n4K5h5i4X4K4]5o4K4F5o4K5h4_5f4K4]4K4F4K5h5i5o4F5d4D4E4K5h4_4U5d4C5f4E4K4A4Y4K4J5f4K4F4K5h4U4K5h5i5f4E4K5h4Y5d4F5f4K4F4K5h4K5j4F4]5j4F4K5h4F4Y4K5i5f5i4K5h4I4_5h4K5i5f4K5h5i4X4K4]5o4E4K5h5i4]4J5f4K4Fqlalwp!#`lmwfmw>!?gju#jg>!ellwfq!=wkf#Vmjwfg#Pwbwfp?jnd#pq`>!kwws9,,-isd\x7Fqjdkw\x7Fwkvna\x7F-ip!=?,p`qjsw= ?ol`bwjlm-sqlwl`loeqbnfalqgfq>!3!#p!#,= ?nfwb#mbnf>!?,b=?,gju=?,gju=?elmw.tfjdkw9alog8%rvlw8#bmg#%rvlw8gfsfmgjmd#lm#wkf#nbqdjm938sbggjmd9!#qfo>!mleloolt!#Sqfpjgfmw#le#wkf#wtfmwjfwk#`fmwvqzfujpjlm= ##?,sbdfJmwfqmfw#F{solqfqb-bpzm`#>#wqvf8 jmelqnbwjlm#balvw?gju#jg>!kfbgfq!=!#b`wjlm>!kwws9,,?b#kqfe>!kwwsp9,,?gju#jg>!`lmwfmw!?,gju= ?,gju= ?gfqjufg#eqln#wkf#?jnd#pq`>$kwws9,,b``lqgjmd#wl#wkf# ?,algz= ?,kwno= pwzof>!elmw.pjyf9p`qjsw#obmdvbdf>!Bqjbo/#Kfoufwj`b/?,b=?psbm#`obpp>!?,p`qjsw=?p`qjsw#slojwj`bo#sbqwjfpwg=?,wq=?,wbaof=?kqfe>!kwws9,,ttt-jmwfqsqfwbwjlm#leqfo>!pwzofpkffw!#gl`vnfmw-tqjwf+$?`kbqpfw>!vwe.;!= afdjmmjmd#le#wkf#qfufbofg#wkbw#wkfwfofujpjlm#pfqjfp!#qfo>!mleloolt!=#wbqdfw>!\\aobmh!=`objnjmd#wkbw#wkfkwws&0B&1E&1Ettt-nbmjefpwbwjlmp#leSqjnf#Njmjpwfq#lejmeovfm`fg#az#wkf`obpp>!`ofbqej{!=,gju= ?,gju=  wkqff.gjnfmpjlmbo@kvq`k#le#Fmdobmgle#Mlqwk#@bqlojmbprvbqf#hjolnfwqfp-bggFufmwOjpwfmfqgjpwjm`w#eqln#wkf`lnnlmoz#hmltm#bpSklmfwj`#Boskbafwgf`obqfg#wkbw#wkf`lmwqloofg#az#wkfAfmibnjm#Eqbmhojmqlof.sobzjmd#dbnfwkf#Vmjufqpjwz#lejm#Tfpwfqm#Fvqlsfsfqplmbo#`lnsvwfqSqlif`w#Dvwfmafqdqfdbqgofpp#le#wkfkbp#affm#sqlslpfgwldfwkfq#tjwk#wkf=?,oj=?oj#`obpp>!jm#plnf#`lvmwqjfpnjm-ip!=?,p`qjsw=le#wkf#slsvobwjlmleej`jbo#obmdvbdf?jnd#pq`>!jnbdfp,jgfmwjejfg#az#wkfmbwvqbo#qfplvq`fp`obppjej`bwjlm#le`bm#af#`lmpjgfqfgrvbmwvn#nf`kbmj`pMfufqwkfofpp/#wkfnjoojlm#zfbqp#bdl?,algz= ?,kwno="y"W"W"["Q"U"V"@ wbhf#bgubmwbdf#lebmg/#b``lqgjmd#wlbwwqjavwfg#wl#wkfNj`qlplew#Tjmgltpwkf#ejqpw#`fmwvqzvmgfq#wkf#`lmwqlogju#`obpp>!kfbgfqpklqwoz#bewfq#wkfmlwbaof#f{`fswjlmwfmp#le#wklvpbmgppfufqbo#gjeefqfmwbqlvmg#wkf#tlqog-qfb`kjmd#njojwbqzjplobwfg#eqln#wkflsslpjwjlm#wl#wkfwkf#Log#WfpwbnfmwBeqj`bm#Bnfqj`bmpjmpfqwfg#jmwl#wkfpfsbqbwf#eqln#wkfnfwqlslojwbm#bqfbnbhfp#jw#slppjaofb`hmltofgdfg#wkbwbqdvbaoz#wkf#nlpwwzsf>!wf{w,`pp!= wkf#JmwfqmbwjlmboB``lqgjmd#wl#wkf#sf>!wf{w,`pp!#,= `ljm`jgf#tjwk#wkfwtl.wkjqgp#le#wkfGvqjmd#wkjp#wjnf/gvqjmd#wkf#sfqjlgbmmlvm`fg#wkbw#kfwkf#jmwfqmbwjlmbobmg#nlqf#qf`fmwozafojfufg#wkbw#wkf`lmp`jlvpmfpp#bmgelqnfqoz#hmltm#bppvqqlvmgfg#az#wkfejqpw#bssfbqfg#jml``bpjlmbooz#vpfgslpjwjlm9baplovwf8!#wbqdfw>!\\aobmh!#slpjwjlm9qfobwjuf8wf{w.bojdm9`fmwfq8ib{,ojap,irvfqz,2-ab`hdqlvmg.`lolq9 wzsf>!bssoj`bwjlm,bmdvbdf!#`lmwfmw>!?nfwb#kwws.frvju>!Sqjub`z#Sloj`z?,b=f+!&0@p`qjsw#pq`>$!#wbqdfw>!\\aobmh!=Lm#wkf#lwkfq#kbmg/-isd\x7Fwkvna\x7Fqjdkw\x7F1?,gju=?gju#`obpp>!?gju#pwzof>!eolbw9mjmfwffmwk#`fmwvqz?,algz= ?,kwno= ?jnd#pq`>!kwws9,,p8wf{w.bojdm9`fmwfqelmw.tfjdkw9#alog8#B``lqgjmd#wl#wkf#gjeefqfm`f#afwtffm!#eqbnfalqgfq>!3!#!#pwzof>!slpjwjlm9ojmh#kqfe>!kwws9,,kwno7,ollpf-gwg!= gvqjmd#wkjp#sfqjlg?,wg=?,wq=?,wbaof=`olpfoz#qfobwfg#wlelq#wkf#ejqpw#wjnf8elmw.tfjdkw9alog8jmsvw#wzsf>!wf{w!#?psbm#pwzof>!elmw.lmqfbgzpwbwf`kbmdf\n?gju#`obpp>!`ofbqgl`vnfmw-ol`bwjlm-#Elq#f{bnsof/#wkf#b#tjgf#ubqjfwz#le#?"GL@WZSF#kwno= ?%maps8%maps8%maps8!=?b#kqfe>!kwws9,,pwzof>!eolbw9ofew8`lm`fqmfg#tjwk#wkf>kwws&0B&1E&1Ettt-jm#slsvobq#`vowvqfwzsf>!wf{w,`pp!#,=jw#jp#slppjaof#wl#Kbqubqg#Vmjufqpjwzwzofpkffw!#kqfe>!,wkf#nbjm#`kbqb`wfqL{elqg#Vmjufqpjwz##mbnf>!hfztlqgp!#`pwzof>!wf{w.bojdm9wkf#Vmjwfg#Hjmdglnefgfqbo#dlufqmnfmw?gju#pwzof>!nbqdjm#gfsfmgjmd#lm#wkf#gfp`qjswjlm#le#wkf?gju#`obpp>!kfbgfq-njm-ip!=?,p`qjsw=gfpwqv`wjlm#le#wkfpojdkwoz#gjeefqfmwjm#b``lqgbm`f#tjwkwfof`lnnvmj`bwjlmpjmgj`bwfp#wkbw#wkfpklqwoz#wkfqfbewfqfpsf`jbooz#jm#wkf#Fvqlsfbm#`lvmwqjfpKltfufq/#wkfqf#bqfpq`>!kwws9,,pwbwj`pvddfpwfg#wkbw#wkf!#pq`>!kwws9,,ttt-b#obqdf#mvnafq#le#Wfof`lnnvmj`bwjlmp!#qfo>!mleloolt!#wKloz#Qlnbm#Fnsfqlqbonlpw#f{`ovpjufoz!#alqgfq>!3!#bow>!Pf`qfwbqz#le#Pwbwf`vonjmbwjmd#jm#wkf@JB#Tlqog#Eb`wallhwkf#nlpw#jnslqwbmwbmmjufqpbqz#le#wkfpwzof>!ab`hdqlvmg.?oj=?fn=?b#kqfe>!,wkf#Bwobmwj`#L`fbmpwqj`woz#psfbhjmd/pklqwoz#afelqf#wkfgjeefqfmw#wzsfp#lewkf#Lwwlnbm#Fnsjqf=?jnd#pq`>!kwws9,,Bm#Jmwqlgv`wjlm#wl`lmpfrvfm`f#le#wkfgfsbqwvqf#eqln#wkf@lmefgfqbwf#Pwbwfpjmgjdfmlvp#sflsofpSql`ffgjmdp#le#wkfjmelqnbwjlm#lm#wkfwkflqjfp#kbuf#affmjmuloufnfmw#jm#wkfgjujgfg#jmwl#wkqffbgib`fmw#`lvmwqjfpjp#qfpslmpjaof#elqgjpplovwjlm#le#wkf`loobalqbwjlm#tjwktjgfoz#qfdbqgfg#bpkjp#`lmwfnslqbqjfpelvmgjmd#nfnafq#leGlnjmj`bm#Qfsvaoj`dfmfqbooz#b``fswfgwkf#slppjajojwz#lebqf#bopl#bubjobaofvmgfq#`lmpwqv`wjlmqfpwlqbwjlm#le#wkfwkf#dfmfqbo#svaoj`jp#bonlpw#fmwjqfozsbppfp#wkqlvdk#wkfkbp#affm#pvddfpwfg`lnsvwfq#bmg#ujgflDfqnbmj`#obmdvbdfp#b``lqgjmd#wl#wkf#gjeefqfmw#eqln#wkfpklqwoz#bewfqtbqgpkqfe>!kwwsp9,,ttt-qf`fmw#gfufolsnfmwAlbqg#le#Gjqf`wlqp?gju#`obpp>!pfbq`k\x7F#?b#kqfe>!kwws9,,Jm#sbqwj`vobq/#wkfNvowjsof#ellwmlwfplq#lwkfq#pvapwbm`fwklvpbmgp#le#zfbqpwqbmpobwjlm#le#wkf?,gju= ?,gju=  ?b#kqfe>!jmgf{-skstbp#fpwbaojpkfg#jmnjm-ip!=?,p`qjsw= sbqwj`jsbwf#jm#wkfb#pwqlmd#jmeovfm`fpwzof>!nbqdjm.wls9qfsqfpfmwfg#az#wkfdqbgvbwfg#eqln#wkfWqbgjwjlmbooz/#wkfFofnfmw+!p`qjsw!*8Kltfufq/#pjm`f#wkf,gju= ?,gju= ?gju#ofew8#nbqdjm.ofew9sqlwf`wjlm#bdbjmpw38#ufqwj`bo.bojdm9Vmelqwvmbwfoz/#wkfwzsf>!jnbdf,{.j`lm,gju= ?gju#`obpp>!#`obpp>!`ofbqej{!=?gju#`obpp>!ellwfq\n\n?,gju= \n\n?,gju= wkf#nlwjlm#sj`wvqf<}=f<W<_<\\=l=m<V<T<]=f<W<_<\\=l=m<V<T<H<Y<X<Y=l<\\=j<T<T<Q<Y=m<V<R<W=`<V<R=m<R<R<]=e<Y<Q<T<Y=m<R<R<]=e<Y<Q<T=c<S=l<R<_=l<\\<P<P=g<r=n<S=l<\\<^<T=n=`<]<Y=m<S<W<\\=n<Q<R<P<\\=n<Y=l<T<\\<W=g<S<R<[<^<R<W=c<Y=n<S<R=m<W<Y<X<Q<T<Y=l<\\<[<W<T=k<Q=g=i<S=l<R<X=o<V=j<T<T<S=l<R<_=l<\\<P<P<\\<S<R<W<Q<R=m=n=`=b<Q<\\=i<R<X<T=n=m=c<T<[<]=l<\\<Q<Q<R<Y<Q<\\=m<Y<W<Y<Q<T=c<T<[<P<Y<Q<Y<Q<T=c<V<\\=n<Y<_<R=l<T<T<|<W<Y<V=m<\\<Q<X=l\fHJ\fIa\fHY\fHR\fH\\\fHR\fHB\fId\fHD\fIm\fHi\fH^\fHF\fIa\fH\\\fHJ\fHR\fHD\fHA\fHR\fH\\\fHH\fIl\fHC\fHi\fHD\fIm\fHJ\fIk\fHZ\fHU\fHS\fHD\fIa\fHJ\fIl\fHk\fHn\fHM\fHS\fHC\fHR\fHJ\fHS\fH^\fIa\fH^\fIl\fHi\fHK\fHS\fHy\fHR\fH\\\fHY\fIl\fHM\fHS\fHC\fIg\fHv\fHS\fHs\fIa\fHL\fIk\fHT\fHB\fHR\fHv\fHR\fH\\\fHp\fHn\fHy\fIa\fHZ\fHD\fHJ\fIm\fHD\fHS\fHC\fHR\fHF\fIa\fH\\\fHC\fIg\fH{\fHi\fHD\fIm\fHT\fHR\fH\\\fH}\fHD\fH^\fHR\fHk\fHD\fHF\fHR\fH\\\fIa\fHs\fIl\fHZ\fH\\\fIa\fHH\fIg\fHn\fH^\fIg\fHy\fHT\fHA\fHR\fHG\fHP\fIa\fH^\fId\fHZ\fHZ\fH\\\fIa\fHH\fIk\fHn\fHF\fIa\fH\\\fHJ\fIk\fHZ\fHF\fIa\fH^\fIk\fHC\fH\\\fHy\fIk\fHn\fHJ\fIa\fH\\\fHT\fIa\fHI\fHS\fHH\fHS\fHe\fHH\fIa\fHF\fHR\fHJ\fHe\fHD\fIa\fHU\fIk\fHn\fHv\fHS\fHs\fIa\fHL\fHR\fHC\fHR\fHH\fIa\fH\\\fHR\fHp\fIa\fHC\fHR\fHJ\fHR\fHF\fIm\fH\\\fHR\fHD\fIk\fHp\fIg\fHM\fHP\fIk\fHn\fHi\fHD\fIm\fHY\fHR\fHJ\fHZ\fIa\fH\\\fIk\fHO\fIl\fHZ\fHS\fHy\fIa\fH[\fHR\fHT\fH\\\fHy\fHR\fH\\\fIl\fHT\fHn\fH{\fIa\fH\\\fHU\fHF\fH\\\fHS\fHO\fHR\fHB\fH@\fIa\fH\\\fHR\fHn\fHM\fH@\fHv\fIa\fHv\fIg\fHn\fHe\fHF\fH^\fH@\fIa\fHK\fHB\fHn\fHH\fIa\fH\\\fIl\fHT\fHn\fHF\fH\\\fIa\fHy\fHe\fHB\fIa\fHB\fIl\fHJ\fHB\fHR\fHK\fIa\fHC\fHB\fHT\fHU\fHR\fHC\fHH\fHR\fHZ\fH@\fIa\fHJ\fIg\fHn\fHB\fIl\fHM\fHS\fHC\fHR\fHj\fHd\fHF\fIl\fHc\fH^\fHB\fIg\fH@\fHR\fHk\fH^\fHT\fHn\fHz\fIa\fHC\fHR\fHj\fHF\fH\\\fIk\fHZ\fHD\fHi\fHD\fIm\fH@\fHn\fHK\fH@\fHR\fHp\fHP\fHR\fH\\\fHD\fHY\fIl\fHD\fHH\fHB\fHF\fIa\fH\\\fHB\fIm\fHz\fHF\fIa\fH\\\fHZ\fIa\fHD\fHF\fH\\\fHS\fHY\fHR\fH\\\fHD\fIm\fHy\fHT\fHR\fHD\fHT\fHB\fH\\\fIa\fHI\fHD\fHj\fHC\fIg\fHp\fHS\fHH\fHT\fIg\fHB\fHY\fHR\fH\\4K5h5i4X4K4]5o4K4F4K5h5i5j4F4C5f4K4F4K5h5o5i4D5f5d4F4]4K5h5i4X4K5k4C4K4F4U4C4C4K5h4^5d4K4]4U4C4C4K5h4]4C5d4C4K5h4I4_5h4K5i5f4E4K5h5m5d4F5d4X5d4D4K5h5i4_4K4D5n4K4F4K5h5i4U5h5d5i4K4F4K5h5i4_5h4_5h4K4F4K5h4@4]4K5m5f5o4_4K5h4K4_5h4K5i5f4E4K5h4K4F4Y4K5h4K4Fhfztlqgp!#`lmwfmw>!t0-lqd,2:::,{kwno!=?b#wbqdfw>!\\aobmh!#wf{w,kwno8#`kbqpfw>!#wbqdfw>!\\aobmh!=?wbaof#`foosbggjmd>!bvwl`lnsofwf>!lee!#wf{w.bojdm9#`fmwfq8wl#obpw#ufqpjlm#az#ab`hdqlvmg.`lolq9# !#kqfe>!kwws9,,ttt-,gju=?,gju=?gju#jg>?b#kqfe>! !#`obpp>!!=?jnd#pq`>!kwws9,,`qjsw!#pq`>!kwws9,, ?p`qjsw#obmdvbdf>!,,FM!#!kwws9,,ttt-tfm`lgfVQJ@lnslmfmw+!#kqfe>!ibubp`qjsw9?gju#`obpp>!`lmwfmwgl`vnfmw-tqjwf+$?p`slpjwjlm9#baplovwf8p`qjsw#pq`>!kwws9,,#pwzof>!nbqdjm.wls9-njm-ip!=?,p`qjsw= ?,gju= ?gju#`obpp>!t0-lqd,2:::,{kwno!#  ?,algz= ?,kwno=gjpwjm`wjlm#afwtffm,!#wbqdfw>!\\aobmh!=?ojmh#kqfe>!kwws9,,fm`lgjmd>!vwe.;!<= t-bggFufmwOjpwfmfq<b`wjlm>!kwws9,,ttt-j`lm!#kqfe>!kwws9,,#pwzof>!ab`hdqlvmg9wzsf>!wf{w,`pp!#,= nfwb#sqlsfqwz>!ld9w?jmsvw#wzsf>!wf{w!##pwzof>!wf{w.bojdm9wkf#gfufolsnfmw#le#wzofpkffw!#wzsf>!wfkwno8#`kbqpfw>vwe.;jp#`lmpjgfqfg#wl#afwbaof#tjgwk>!233&!#Jm#bggjwjlm#wl#wkf#`lmwqjavwfg#wl#wkf#gjeefqfm`fp#afwtffmgfufolsnfmw#le#wkf#Jw#jp#jnslqwbmw#wl#?,p`qjsw= ?p`qjsw##pwzof>!elmw.pjyf92=?,psbm=?psbm#jg>daOjaqbqz#le#@lmdqfpp?jnd#pq`>!kwws9,,jnFmdojpk#wqbmpobwjlmB`bgfnz#le#P`jfm`fpgju#pwzof>!gjpsobz9`lmpwqv`wjlm#le#wkf-dfwFofnfmwAzJg+jg*jm#`lmivm`wjlm#tjwkFofnfmw+$p`qjsw$*8#?nfwb#sqlsfqwz>!ld9<}=f<W<_<\\=l=m<V<T #wzsf>!wf{w!#mbnf>!=Sqjub`z#Sloj`z?,b=bgnjmjpwfqfg#az#wkffmbaofPjmdofQfrvfpwpwzof>%rvlw8nbqdjm9?,gju=?,gju=?,gju=?=?jnd#pq`>!kwws9,,j#pwzof>%rvlw8eolbw9qfefqqfg#wl#bp#wkf#wlwbo#slsvobwjlm#lejm#Tbpkjmdwlm/#G-@-#pwzof>!ab`hdqlvmg.bnlmd#lwkfq#wkjmdp/lqdbmjybwjlm#le#wkfsbqwj`jsbwfg#jm#wkfwkf#jmwqlgv`wjlm#lejgfmwjejfg#tjwk#wkfej`wjlmbo#`kbqb`wfq#L{elqg#Vmjufqpjwz#njpvmgfqpwbmgjmd#leWkfqf#bqf/#kltfufq/pwzofpkffw!#kqfe>!,@lovnajb#Vmjufqpjwzf{sbmgfg#wl#jm`ovgfvpvbooz#qfefqqfg#wljmgj`bwjmd#wkbw#wkfkbuf#pvddfpwfg#wkbwbeejojbwfg#tjwk#wkf`lqqfobwjlm#afwtffmmvnafq#le#gjeefqfmw=?,wg=?,wq=?,wbaof=Qfsvaoj`#le#Jqfobmg ?,p`qjsw= ?p`qjsw#vmgfq#wkf#jmeovfm`f`lmwqjavwjlm#wl#wkfLeej`jbo#tfapjwf#lekfbgrvbqwfqp#le#wkf`fmwfqfg#bqlvmg#wkfjnsoj`bwjlmp#le#wkfkbuf#affm#gfufolsfgEfgfqbo#Qfsvaoj`#leaf`bnf#jm`qfbpjmdoz`lmwjmvbwjlm#le#wkfMlwf/#kltfufq/#wkbwpjnjobq#wl#wkbw#le#`bsbajojwjfp#le#wkfb``lqgbm`f#tjwk#wkfsbqwj`jsbmwp#jm#wkfevqwkfq#gfufolsnfmwvmgfq#wkf#gjqf`wjlmjp#lewfm#`lmpjgfqfgkjp#zlvmdfq#aqlwkfq?,wg=?,wq=?,wbaof=?b#kwws.frvju>![.VB.skzpj`bo#sqlsfqwjfple#Aqjwjpk#@lovnajbkbp#affm#`qjwj`jyfg+tjwk#wkf#f{`fswjlmrvfpwjlmp#balvw#wkfsbppjmd#wkqlvdk#wkf3!#`foosbggjmd>!3!#wklvpbmgp#le#sflsofqfgjqf`wp#kfqf-#Elqkbuf#`kjogqfm#vmgfq&0F&0@,p`qjsw&0F!**8?b#kqfe>!kwws9,,ttt-?oj=?b#kqfe>!kwws9,,pjwf\\mbnf!#`lmwfmw>!wf{w.gf`lqbwjlm9mlmfpwzof>!gjpsobz9#mlmf?nfwb#kwws.frvju>![.mft#Gbwf+*-dfwWjnf+*#wzsf>!jnbdf,{.j`lm!?,psbm=?psbm#`obpp>!obmdvbdf>!ibubp`qjswtjmglt-ol`bwjlm-kqfe?b#kqfe>!ibubp`qjsw9..= ?p`qjsw#wzsf>!w?b#kqfe>$kwws9,,ttt-klqw`vw#j`lm!#kqfe>!?,gju= ?gju#`obpp>!?p`qjsw#pq`>!kwws9,,!#qfo>!pwzofpkffw!#w?,gju= ?p`qjsw#wzsf>,b=#?b#kqfe>!kwws9,,#booltWqbmpsbqfm`z>![.VB.@lnsbwjaof!#`lmqfobwjlmpkjs#afwtffm ?,p`qjsw= ?p`qjsw#?,b=?,oj=?,vo=?,gju=bppl`jbwfg#tjwk#wkf#sqldqbnnjmd#obmdvbdf?,b=?b#kqfe>!kwws9,,?,b=?,oj=?oj#`obpp>!elqn#b`wjlm>!kwws9,,?gju#pwzof>!gjpsobz9wzsf>!wf{w!#mbnf>!r!?wbaof#tjgwk>!233&!#ab`hdqlvmg.slpjwjlm9!#alqgfq>!3!#tjgwk>!qfo>!pklqw`vw#j`lm!#k5=?vo=?oj=?b#kqfe>!##?nfwb#kwws.frvju>!`pp!#nfgjb>!p`qffm!#qfpslmpjaof#elq#wkf#!#wzsf>!bssoj`bwjlm,!#pwzof>!ab`hdqlvmg.kwno8#`kbqpfw>vwe.;!#booltwqbmpsbqfm`z>!pwzofpkffw!#wzsf>!wf ?nfwb#kwws.frvju>!=?,psbm=?psbm#`obpp>!3!#`foopsb`jmd>!3!=8 ?,p`qjsw= ?p`qjsw#plnfwjnfp#`boofg#wkfglfp#mlw#mf`fppbqjozElq#nlqf#jmelqnbwjlmbw#wkf#afdjmmjmd#le#?"GL@WZSF#kwno=?kwnosbqwj`vobqoz#jm#wkf#wzsf>!kjggfm!#mbnf>!ibubp`qjsw9uljg+3*8!feef`wjufmfpp#le#wkf#bvwl`lnsofwf>!lee!#dfmfqbooz#`lmpjgfqfg=?jmsvw#wzsf>!wf{w!#!=?,p`qjsw= ?p`qjswwkqlvdklvw#wkf#tlqog`lnnlm#njp`lm`fswjlmbppl`jbwjlm#tjwk#wkf?,gju= ?,gju= ?gju#`gvqjmd#kjp#ojefwjnf/`lqqfpslmgjmd#wl#wkfwzsf>!jnbdf,{.j`lm!#bm#jm`qfbpjmd#mvnafqgjsolnbwj`#qfobwjlmpbqf#lewfm#`lmpjgfqfgnfwb#`kbqpfw>!vwe.;!#?jmsvw#wzsf>!wf{w!#f{bnsofp#jm`ovgf#wkf!=?jnd#pq`>!kwws9,,jsbqwj`jsbwjlm#jm#wkfwkf#fpwbaojpknfmw#le ?,gju= ?gju#`obpp>!%bns8maps8%bns8maps8wl#gfwfqnjmf#tkfwkfqrvjwf#gjeefqfmw#eqlnnbqhfg#wkf#afdjmmjmdgjpwbm`f#afwtffm#wkf`lmwqjavwjlmp#wl#wkf`lmeoj`w#afwtffm#wkftjgfoz#`lmpjgfqfg#wltbp#lmf#le#wkf#ejqpwtjwk#ubqzjmd#gfdqffpkbuf#psf`vobwfg#wkbw+gl`vnfmw-dfwFofnfmwsbqwj`jsbwjmd#jm#wkflqjdjmbooz#gfufolsfgfwb#`kbqpfw>!vwe.;!=#wzsf>!wf{w,`pp!#,= jmwfq`kbmdfbaoz#tjwknlqf#`olpfoz#qfobwfgpl`jbo#bmg#slojwj`bowkbw#tlvog#lwkfqtjpfsfqsfmgj`vobq#wl#wkfpwzof#wzsf>!wf{w,`ppwzsf>!pvanjw!#mbnf>!ebnjojfp#qfpjgjmd#jmgfufolsjmd#`lvmwqjfp`lnsvwfq#sqldqbnnjmdf`lmlnj`#gfufolsnfmwgfwfqnjmbwjlm#le#wkfelq#nlqf#jmelqnbwjlmlm#pfufqbo#l``bpjlmpslqwvdv/Fp#+Fvqlsfv*<O<V=l<\\={<Q=m=`<V<\\=o<V=l<\\={<Q=m=`<V<\\<L<R=m=m<T<U=m<V<R<U<P<\\=n<Y=l<T<\\<W<R<^<T<Q=h<R=l<P<\\=j<T<T=o<S=l<\\<^<W<Y<Q<T=c<Q<Y<R<]=i<R<X<T<P<R<T<Q=h<R=l<P<\\=j<T=c<t<Q=h<R=l<P<\\=j<T=c<L<Y=m<S=o<]<W<T<V<T<V<R<W<T=k<Y=m=n<^<R<T<Q=h<R=l<P<\\=j<T=b=n<Y=l=l<T=n<R=l<T<T<X<R=m=n<\\=n<R=k<Q<R4K5h5i4F5d4K4@4C5d5j4K5h4K4X4F4]4K5o4K4F4K5h4K5n4F4]4K4A4K4Fkwno8#`kbqpfw>VWE.;!#pfwWjnflvw+evm`wjlm+*gjpsobz9jmojmf.aol`h8?jmsvw#wzsf>!pvanjw!#wzsf#>#$wf{w,ibubp`qj?jnd#pq`>!kwws9,,ttt-!#!kwws9,,ttt-t0-lqd,pklqw`vw#j`lm!#kqfe>!!#bvwl`lnsofwf>!lee!#?,b=?,gju=?gju#`obpp>?,b=?,oj= ?oj#`obpp>!`pp!#wzsf>!wf{w,`pp!#?elqn#b`wjlm>!kwws9,,{w,`pp!#kqfe>!kwws9,,ojmh#qfo>!bowfqmbwf!# ?p`qjsw#wzsf>!wf{w,#lm`oj`h>!ibubp`qjsw9+mft#Gbwf*-dfwWjnf+*~kfjdkw>!2!#tjgwk>!2!#Sflsof$p#Qfsvaoj`#le##?b#kqfe>!kwws9,,ttt-wf{w.gf`lqbwjlm9vmgfqwkf#afdjmmjmd#le#wkf#?,gju= ?,gju= ?,gju= fpwbaojpknfmw#le#wkf#?,gju=?,gju=?,gju=?,g ujftslqwxnjm.kfjdkw9 ?p`qjsw#pq`>!kwws9,,lswjlm=?lswjlm#ubovf>lewfm#qfefqqfg#wl#bp#,lswjlm= ?lswjlm#ubov?"GL@WZSF#kwno= ?"..XJmwfqmbwjlmbo#Bjqslqw= ?b#kqfe>!kwws9,,ttt?,b=?b#kqfe>!kwws9,,t\fTL\fT^\fTE\fT^\fUh\fT{\fTN\roI\ro|\roL\ro{\roO\rov\rot\nAOGx\bTA\nzk#+\vUmGx*\fHD\fHS\fH\\\fIa\fHJ\fIk\fHZ\fHM\fHR\fHe\fHD\fH^\fIg\fHM\fHy\fIa\fH[\fIk\fHH\fIa\fH\\\fHp\fHR\fHD\fHy\fHR\fH\\\fIl\fHT\fHn\fH@\fHn\fHK\fHS\fHH\fHT\fIa\fHI\fHR\fHF\fHD\fHR\fHT\fIa\fHY\fIl\fHy\fHR\fH\\\fHT\fHn\fHT\fIa\fHy\fH\\\fHO\fHT\fHR\fHB\fH{\fIa\fH\\\fIl\fHv\fHS\fHs\fIa\fHL\fIg\fHn\fHY\fHS\fHp\fIa\fHr\fHR\fHD\fHi\fHB\fIk\fH\\\fHS\fHy\fHR\fHY\fHS\fHA\fHS\fHD\fIa\fHD\fH{\fHR\fHM\fHS\fHC\fHR\fHm\fHy\fIa\fHC\fIg\fHn\fHy\fHS\fHT\fIm\fH\\\fHy\fIa\fH[\fHR\fHF\fHU\fIm\fHm\fHv\fHH\fIl\fHF\fIa\fH\\\fH@\fHn\fHK\fHD\fHs\fHS\fHF\fIa\fHF\fHO\fIl\fHy\fIa\fH\\\fHS\fHy\fIk\fHs\fHF\fIa\fH\\\fHR\fH\\\fHn\fHA\fHF\fIa\fH\\\fHR\fHF\fIa\fHH\fHB\fHR\fH^\fHS\fHy\fIg\fHn\fH\\\fHG\fHP\fIa\fHH\fHR\fH\\\fHD\fHS\fH\\\fIa\fHB\fHR\fHO\fH^\fHS\fHB\fHS\fHs\fIk\fHMgfp`qjswjlm!#`lmwfmw>!gl`vnfmw-ol`bwjlm-sqlw-dfwFofnfmwpAzWbdMbnf+?"GL@WZSF#kwno= ?kwno#?nfwb#`kbqpfw>!vwe.;!=9vqo!#`lmwfmw>!kwws9,,-`pp!#qfo>!pwzofpkffw!pwzof#wzsf>!wf{w,`pp!=wzsf>!wf{w,`pp!#kqfe>!t0-lqd,2:::,{kwno!#{nowzsf>!wf{w,ibubp`qjsw!#nfwklg>!dfw!#b`wjlm>!ojmh#qfo>!pwzofpkffw!##>#gl`vnfmw-dfwFofnfmwwzsf>!jnbdf,{.j`lm!#,=`foosbggjmd>!3!#`foops-`pp!#wzsf>!wf{w,`pp!#?,b=?,oj=?oj=?b#kqfe>!!#tjgwk>!2!#kfjdkw>!2!!=?b#kqfe>!kwws9,,ttt-pwzof>!gjpsobz9mlmf8!=bowfqmbwf!#wzsf>!bssoj.,,T0@,,GWG#[KWNO#2-3#foopsb`jmd>!3!#`foosbg#wzsf>!kjggfm!#ubovf>!,b=%maps8?psbm#qlof>!p ?jmsvw#wzsf>!kjggfm!#obmdvbdf>!IbubP`qjsw!##gl`vnfmw-dfwFofnfmwpAd>!3!#`foopsb`jmd>!3!#zsf>!wf{w,`pp!#nfgjb>!wzsf>$wf{w,ibubp`qjsw$tjwk#wkf#f{`fswjlm#le#zsf>!wf{w,`pp!#qfo>!pw#kfjdkw>!2!#tjgwk>!2!#>$(fm`lgfVQJ@lnslmfmw+?ojmh#qfo>!bowfqmbwf!# algz/#wq/#jmsvw/#wf{wnfwb#mbnf>!qlalwp!#`lmnfwklg>!slpw!#b`wjlm>!= ?b#kqfe>!kwws9,,ttt-`pp!#qfo>!pwzofpkffw!#?,gju=?,gju=?gju#`obppobmdvbdf>!ibubp`qjsw!=bqjb.kjggfm>!wqvf!=.[?qjsw!#wzsf>!wf{w,ibubpo>38~*+*8 +evm`wjlm+*xab`hdqlvmg.jnbdf9#vqo+,b=?,oj=?oj=?b#kqfe>!k\n\n?oj=?b#kqfe>!kwws9,,bwlq!#bqjb.kjggfm>!wqv=#?b#kqfe>!kwws9,,ttt-obmdvbdf>!ibubp`qjsw!#,lswjlm= ?lswjlm#ubovf,gju=?,gju=?gju#`obpp>qbwlq!#bqjb.kjggfm>!wqf>+mft#Gbwf*-dfwWjnf+*slqwvdv/Fp#+gl#Aqbpjo*<R=l<_<\\<Q<T<[<\\=j<T<T<^<R<[<P<R<Z<Q<R=m=n=`<R<]=l<\\<[<R<^<\\<Q<T=c=l<Y<_<T=m=n=l<\\=j<T<T<^<R<[<P<R<Z<Q<R=m=n<T<R<]=c<[<\\=n<Y<W=`<Q<\\?"GL@WZSF#kwno#SVAOJ@#!mw.Wzsf!#`lmwfmw>!wf{w,?nfwb#kwws.frvju>!@lmwfqbmpjwjlmbo,,FM!#!kwws9?kwno#{nomp>!kwws9,,ttt.,,T0@,,GWG#[KWNO#2-3#WGWG,{kwno2.wqbmpjwjlmbo,,ttt-t0-lqd,WQ,{kwno2,sf#>#$wf{w,ibubp`qjsw$8?nfwb#mbnf>!gfp`qjswjlmsbqfmwMlgf-jmpfqwAfelqf?jmsvw#wzsf>!kjggfm!#mbip!#wzsf>!wf{w,ibubp`qj+gl`vnfmw*-qfbgz+evm`wjp`qjsw#wzsf>!wf{w,ibubpjnbdf!#`lmwfmw>!kwws9,,VB.@lnsbwjaof!#`lmwfmw>wno8#`kbqpfw>vwe.;!#,= ojmh#qfo>!pklqw`vw#j`lm?ojmh#qfo>!pwzofpkffw!#?,p`qjsw= ?p`qjsw#wzsf>>#gl`vnfmw-`qfbwfFofnfm?b#wbqdfw>!\\aobmh!#kqfe>#gl`vnfmw-dfwFofnfmwpAjmsvw#wzsf>!wf{w!#mbnf>b-wzsf#>#$wf{w,ibubp`qjmsvw#wzsf>!kjggfm!#mbnfkwno8#`kbqpfw>vwe.;!#,=gwg!= ?kwno#{nomp>!kwws.,,T0@,,GWG#KWNO#7-32#WfmwpAzWbdMbnf+$p`qjsw$*jmsvw#wzsf>!kjggfm!#mbn?p`qjsw#wzsf>!wf{w,ibubp!#pwzof>!gjpsobz9mlmf8!=gl`vnfmw-dfwFofnfmwAzJg+>gl`vnfmw-`qfbwfFofnfmw+$#wzsf>$wf{w,ibubp`qjsw$jmsvw#wzsf>!wf{w!#mbnf>!g-dfwFofnfmwpAzWbdMbnf+pmj`bo!#kqfe>!kwws9,,ttt-@,,GWG#KWNO#7-32#Wqbmpjw?pwzof#wzsf>!wf{w,`pp!= ?pwzof#wzsf>!wf{w,`pp!=jlmbo-gwg!= ?kwno#{nomp>kwws.frvju>!@lmwfmw.Wzsfgjmd>!3!#`foopsb`jmd>!3!kwno8#`kbqpfw>vwe.;!#,= #pwzof>!gjpsobz9mlmf8!=??oj=?b#kqfe>!kwws9,,ttt-#wzsf>$wf{w,ibubp`qjsw$=<X<Y=c=n<Y<W=`<Q<R=m=n<T=m<R<R=n<^<Y=n=m=n<^<T<T<S=l<R<T<[<^<R<X=m=n<^<\\<]<Y<[<R<S<\\=m<Q<R=m=n<T\fHF\fIm\fHT\fIa\fHH\fHS\fHy\fHR\fHy\fHR\fHn\fH{\fIa\fH\\\fIk\fHT\fHe\fHD\fIa\fHU\fIg\fHn\fHD\fIk\fHY\fHS\fHK\fHR\fHD\fHT\fHA\fHR\fHG\fHS\fHy\fIa\fHT\fHS\fHn\fH{\fHT\fIm\fH\\\fHy\fIa\fH[\fHS\fHH\fHy\fIe\fHF\fIl\fH\\\fHR\fHk\fHs\fHY\fHS\fHp\fIa\fHr\fHR\fHF\fHD\fHy\fHR\fH\\\fIa\fH\\\fHY\fHR\fHd\fHT\fHy\fIa\fH\\\fHS\fHC\fHH\fHR',"\u06F7%\u018C'T%\x85'W%\xD7%O%g%\xA6&\u0193%\u01E5&>&*&'&^&\x88\u0178\u0C3E&\u01AD&\u0192&)&^&%&'&\x82&P&1&\xB1&3&]&m&u&E&t&C&\xCF&V&V&/&>&6&\u0F76\u177Co&p&@&E&M&P&x&@&F&e&\xCC&7&:&(&D&0&C&)&.&F&-&1&(&L&F&1\u025E*\u03EA\u21F3&\u1372&K&;&)&E&H&P&0&?&9&V&\x81&-&v&a&,&E&)&?&=&'&'&B&\u0D2E&\u0503&\u0316*&*8&%&%&&&%,)&\x9A&>&\x86&7&]&F&2&>&J&6&n&2&%&?&\x8E&2&6&J&g&-&0&,&*&J&*&O&)&6&(&<&B&N&.&P&@&2&.&W&M&%\u053C\x84(,(<&,&\u03DA&\u18C7&-&,(%&(&%&(\u013B0&X&D&\x81&j&'&J&(&.&B&3&Z&R&h&3&E&E&<\xC6-\u0360\u1EF3&%8?&@&,&Z&@&0&J&,&^&x&_&6&C&6&C\u072C\u2A25&f&-&-&-&-&,&J&2&8&z&8&C&Y&8&-&d&\u1E78\xCC-&7&1&F&7&t&W&7&I&.&.&^&=\u0F9C\u19D3&8(>&/&/&\u077B')'\u1065')'%@/&0&%\u043E\u09C0*&*@&C\u053D\u05D4\u0274\u05EB4\u0DD7\u071A\u04D16\u0D84&/\u0178\u0303Z&*%\u0246\u03FF&\u0134&1\xA8\u04B4\u0174",x,"AAAAKKLLKKKKKJJIHHIHHGGFF"),s1(a),e1(i1(a),x)}function vo(a,x){return a<=x?a:x}function r1(a,x,k,A,O){a.set(k.slice(A,O),x)}function fj(a,x,k,A){if(a==null)return-1;let O=vo(a.offset+A,a.data.length),Q=O-a.offset;return x.set(a.data.subarray(a.offset,O),k),a.offset+=Q,Q}function n1(a){return 0}function i1(a){return a}function o1(a){return 1}function f1(a){return 1}function s1(a){}function a1(a){let x=a.length,k=new Int8Array(x);for(let A=0;A<x;++A)k[A]=a.charCodeAt(A);return k}function l1(a,x){let k=new St;if(te(k,new t(a)),x){let he=x.customDictionary;he&&L(k,he)}let A=0,O=[];for(;;){let he=new Int8Array(16384);if(O.push(he),k.output=he,k.outputOffset=0,k.outputLength=16384,k.outputUsed=0,mt(k),A+=k.outputUsed,k.outputUsed<16384)break}ce(k);let Q=new Int8Array(A),re=0;for(let he=0;he<O.length;++he){let Ae=O[he],qe=vo(A,re+16384)-re;qe<16384?Q.set(Ae.subarray(0,qe),re):Q.set(Ae,re),re+=qe}return Q}return l1},N_=mE();var yl=Pe(wb());var D_={brotli:{mode:0,quality:8,lgwin:22}},Of,Rc=class extends rn{constructor(e){super(e);this.name="brotli";this.extensions=["br"];this.contentEncodings=["br"];this.isSupported=!0;this.options=e}async preload(){Of=Of||this.options?.modules?.brotli,Of||console.warn(`${this.name} library not installed`)}async compress(e){if(!Ln&&this.options.brotli?.useZlib){let r=await Mi(yl.default.brotliCompress)(e);return tn(r)}return this.compressSync(e)}compressSync(e){if(!Ln&&this.options.brotli?.useZlib){let o=yl.default.brotliCompressSync(e);return tn(o)}let r={...D_.brotli,...this.options?.brotli},n=new Uint8Array(e);if(!Of)throw new Error("brotli compression: brotli module not installed");return Of.compress(n,r).buffer}async decompress(e){if(!Ln&&this.options.brotli?.useZlib){let r=await Mi(yl.default.brotliDecompress)(e);return tn(r)}return this.decompressSync(e)}decompressSync(e){if(!Ln&&this.options.brotli?.useZlib){let o=yl.default.brotliDecompressSync(e);return tn(o)}let r={...D_.brotli,...this.options?.brotli},n=new Uint8Array(e);return Of?Of.decompress(n,r).buffer:N_(n,void 0).buffer}};var J_=Pe(G_());function kE(t){return Buffer.from(t)}function IE(t){return Buffer.isBuffer(t)?new Uint8Array(t.buffer,t.byteOffset,t.length).slice().buffer:t}var Cc={lz4js:J_.default},Eb={UNCOMPRESSED:new pc,GZIP:new xc,SNAPPY:new Pc,BROTLI:new Rc({modules:Cc}),LZ4:new wl({modules:Cc}),LZ4_RAW:new wl({modules:Cc}),ZSTD:new Oc({modules:Cc})};async function Wc(t,e,r){let n=Eb[t];if(!n)throw new Error(`parquet: invalid compression method: ${t}`);let i=IE(e),o=await n.decompress(i,r);return kE(o)}var Yc=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{};function Mt(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}function Nt(t,e){return e={exports:{}},t(e,e.exports),e.exports}var SE=OE,xE=DE,AE=RE,ui=[],bn=[],EE=typeof Uint8Array!="undefined"?Uint8Array:Array,Ob="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(Ff=0,Z_=Ob.length;Ff<Z_;++Ff)ui[Ff]=Ob[Ff],bn[Ob.charCodeAt(Ff)]=Ff;var Ff,Z_;bn["-".charCodeAt(0)]=62;bn["_".charCodeAt(0)]=63;function X_(t){var e=t.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=t.indexOf("=");r===-1&&(r=e);var n=r===e?0:4-r%4;return[r,n]}function OE(t){var e=X_(t),r=e[0],n=e[1];return(r+n)*3/4-n}function NE(t,e,r){return(e+r)*3/4-r}function DE(t){var e,r=X_(t),n=r[0],i=r[1],o=new EE(NE(t,n,i)),f=0,s=i>0?n-4:n,l;for(l=0;l<s;l+=4)e=bn[t.charCodeAt(l)]<<18|bn[t.charCodeAt(l+1)]<<12|bn[t.charCodeAt(l+2)]<<6|bn[t.charCodeAt(l+3)],o[f++]=e>>16&255,o[f++]=e>>8&255,o[f++]=e&255;return i===2&&(e=bn[t.charCodeAt(l)]<<2|bn[t.charCodeAt(l+1)]>>4,o[f++]=e&255),i===1&&(e=bn[t.charCodeAt(l)]<<10|bn[t.charCodeAt(l+1)]<<4|bn[t.charCodeAt(l+2)]>>2,o[f++]=e>>8&255,o[f++]=e&255),o}function FE(t){return ui[t>>18&63]+ui[t>>12&63]+ui[t>>6&63]+ui[t&63]}function PE(t,e,r){for(var n,i=[],o=e;o<r;o+=3)n=(t[o]<<16&16711680)+(t[o+1]<<8&65280)+(t[o+2]&255),i.push(FE(n));return i.join("")}function RE(t){for(var e,r=t.length,n=r%3,i=[],o=16383,f=0,s=r-n;f<s;f+=o)i.push(PE(t,f,f+o>s?s:f+o));return n===1?(e=t[r-1],i.push(ui[e>>2]+ui[e<<4&63]+"==")):n===2&&(e=(t[r-2]<<8)+t[r-1],i.push(ui[e>>10]+ui[e>>4&63]+ui[e<<2&63]+"=")),i.join("")}var Nb={byteLength:SE,toByteArray:xE,fromByteArray:AE},HE=function(e,r,n,i,o){var f,s,l=o*8-i-1,u=(1<<l)-1,c=u>>1,_=-7,p=n?o-1:0,j=n?-1:1,S=e[r+p];for(p+=j,f=S&(1<<-_)-1,S>>=-_,_+=l;_>0;f=f*256+e[r+p],p+=j,_-=8);for(s=f&(1<<-_)-1,f>>=-_,_+=i;_>0;s=s*256+e[r+p],p+=j,_-=8);if(f===0)f=1-c;else{if(f===u)return s?NaN:(S?-1:1)*(1/0);s=s+Math.pow(2,i),f=f-c}return(S?-1:1)*s*Math.pow(2,f-i)},ME=function(e,r,n,i,o,f){var s,l,u,c=f*8-o-1,_=(1<<c)-1,p=_>>1,j=o===23?Math.pow(2,-24)-Math.pow(2,-77):0,S=i?0:f-1,T=i?1:-1,U=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(l=isNaN(r)?1:0,s=_):(s=Math.floor(Math.log(r)/Math.LN2),r*(u=Math.pow(2,-s))<1&&(s--,u*=2),s+p>=1?r+=j/u:r+=j*Math.pow(2,1-p),r*u>=2&&(s++,u/=2),s+p>=_?(l=0,s=_):s+p>=1?(l=(r*u-1)*Math.pow(2,o),s=s+p):(l=r*Math.pow(2,p-1)*Math.pow(2,o),s=0));o>=8;e[n+S]=l&255,S+=T,l/=256,o-=8);for(s=s<<o|l,c+=o;c>0;e[n+S]=s&255,S+=T,s/=256,c-=8);e[n+S-T]|=U*128},Is={read:HE,write:ME},ge=Nt(function(t,e){var r=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;e.Buffer=f,e.SlowBuffer=U,e.INSPECT_MAX_BYTES=50;var n=2147483647;e.kMaxLength=n,f.TYPED_ARRAY_SUPPORT=i(),!f.TYPED_ARRAY_SUPPORT&&typeof console!="undefined"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function i(){try{var q=new Uint8Array(1),d={foo:function(){return 42}};return Object.setPrototypeOf(d,Uint8Array.prototype),Object.setPrototypeOf(q,d),q.foo()===42}catch{return!1}}Object.defineProperty(f.prototype,"parent",{enumerable:!0,get:function(){if(!!f.isBuffer(this))return this.buffer}}),Object.defineProperty(f.prototype,"offset",{enumerable:!0,get:function(){if(!!f.isBuffer(this))return this.byteOffset}});function o(q){if(q>n)throw new RangeError('The value "'+q+'" is invalid for option "size"');var d=new Uint8Array(q);return Object.setPrototypeOf(d,f.prototype),d}function f(q,d,m){if(typeof q=="number"){if(typeof d=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return c(q)}return s(q,d,m)}f.poolSize=8192;function s(q,d,m){if(typeof q=="string")return _(q,d);if(ArrayBuffer.isView(q))return p(q);if(q==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+babelHelpers.typeof(q));if(Ye(q,ArrayBuffer)||q&&Ye(q.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(Ye(q,SharedArrayBuffer)||q&&Ye(q.buffer,SharedArrayBuffer)))return j(q,d,m);if(typeof q=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var B=q.valueOf&&q.valueOf();if(B!=null&&B!==q)return f.from(B,d,m);var R=S(q);if(R)return R;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof q[Symbol.toPrimitive]=="function")return f.from(q[Symbol.toPrimitive]("string"),d,m);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+babelHelpers.typeof(q))}f.from=function(q,d,m){return s(q,d,m)},Object.setPrototypeOf(f.prototype,Uint8Array.prototype),Object.setPrototypeOf(f,Uint8Array);function l(q){if(typeof q!="number")throw new TypeError('"size" argument must be of type number');if(q<0)throw new RangeError('The value "'+q+'" is invalid for option "size"')}function u(q,d,m){return l(q),q<=0?o(q):d!==void 0?typeof m=="string"?o(q).fill(d,m):o(q).fill(d):o(q)}f.alloc=function(q,d,m){return u(q,d,m)};function c(q){return l(q),o(q<0?0:T(q)|0)}f.allocUnsafe=function(q){return c(q)},f.allocUnsafeSlow=function(q){return c(q)};function _(q,d){if((typeof d!="string"||d==="")&&(d="utf8"),!f.isEncoding(d))throw new TypeError("Unknown encoding: "+d);var m=W(q,d)|0,B=o(m),R=B.write(q,d);return R!==m&&(B=B.slice(0,R)),B}function p(q){for(var d=q.length<0?0:T(q.length)|0,m=o(d),B=0;B<d;B+=1)m[B]=q[B]&255;return m}function j(q,d,m){if(d<0||q.byteLength<d)throw new RangeError('"offset" is outside of buffer bounds');if(q.byteLength<d+(m||0))throw new RangeError('"length" is outside of buffer bounds');var B;return d===void 0&&m===void 0?B=new Uint8Array(q):m===void 0?B=new Uint8Array(q,d):B=new Uint8Array(q,d,m),Object.setPrototypeOf(B,f.prototype),B}function S(q){if(f.isBuffer(q)){var d=T(q.length)|0,m=o(d);return m.length===0||q.copy(m,0,0,d),m}if(q.length!==void 0)return typeof q.length!="number"||Rt(q.length)?o(0):p(q);if(q.type==="Buffer"&&Array.isArray(q.data))return p(q.data)}function T(q){if(q>=n)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+n.toString(16)+" bytes");return q|0}function U(q){return+q!=q&&(q=0),f.alloc(+q)}f.isBuffer=function(d){return d!=null&&d._isBuffer===!0&&d!==f.prototype},f.compare=function(d,m){if(Ye(d,Uint8Array)&&(d=f.from(d,d.offset,d.byteLength)),Ye(m,Uint8Array)&&(m=f.from(m,m.offset,m.byteLength)),!f.isBuffer(d)||!f.isBuffer(m))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(d===m)return 0;for(var B=d.length,R=m.length,oe=0,fe=Math.min(B,R);oe<fe;++oe)if(d[oe]!==m[oe]){B=d[oe],R=m[oe];break}return B<R?-1:R<B?1:0},f.isEncoding=function(d){switch(String(d).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},f.concat=function(d,m){if(!Array.isArray(d))throw new TypeError('"list" argument must be an Array of Buffers');if(d.length===0)return f.alloc(0);var B;if(m===void 0)for(m=0,B=0;B<d.length;++B)m+=d[B].length;var R=f.allocUnsafe(m),oe=0;for(B=0;B<d.length;++B){var fe=d[B];if(Ye(fe,Uint8Array)&&(fe=f.from(fe)),!f.isBuffer(fe))throw new TypeError('"list" argument must be an Array of Buffers');fe.copy(R,oe),oe+=fe.length}return R};function W(q,d){if(f.isBuffer(q))return q.length;if(ArrayBuffer.isView(q)||Ye(q,ArrayBuffer))return q.byteLength;if(typeof q!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+babelHelpers.typeof(q));var m=q.length,B=arguments.length>2&&arguments[2]===!0;if(!B&&m===0)return 0;for(var R=!1;;)switch(d){case"ascii":case"latin1":case"binary":return m;case"utf8":case"utf-8":return je(q).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return m*2;case"hex":return m>>>1;case"base64":return _o(q).length;default:if(R)return B?-1:je(q).length;d=(""+d).toLowerCase(),R=!0}}f.byteLength=W;function L(q,d,m){var B=!1;if((d===void 0||d<0)&&(d=0),d>this.length||((m===void 0||m>this.length)&&(m=this.length),m<=0)||(m>>>=0,d>>>=0,m<=d))return"";for(q||(q="utf8");;)switch(q){case"hex":return E(this,d,m);case"utf8":case"utf-8":return b(this,d,m);case"ascii":return M(this,d,m);case"latin1":case"binary":return ie(this,d,m);case"base64":return N(this,d,m);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return We(this,d,m);default:if(B)throw new TypeError("Unknown encoding: "+q);q=(q+"").toLowerCase(),B=!0}}f.prototype._isBuffer=!0;function te(q,d,m){var B=q[d];q[d]=q[m],q[m]=B}f.prototype.swap16=function(){var d=this.length;if(d%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var m=0;m<d;m+=2)te(this,m,m+1);return this},f.prototype.swap32=function(){var d=this.length;if(d%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var m=0;m<d;m+=4)te(this,m,m+3),te(this,m+1,m+2);return this},f.prototype.swap64=function(){var d=this.length;if(d%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var m=0;m<d;m+=8)te(this,m,m+7),te(this,m+1,m+6),te(this,m+2,m+5),te(this,m+3,m+4);return this},f.prototype.toString=function(){var d=this.length;return d===0?"":arguments.length===0?b(this,0,d):L.apply(this,arguments)},f.prototype.toLocaleString=f.prototype.toString,f.prototype.equals=function(d){if(!f.isBuffer(d))throw new TypeError("Argument must be a Buffer");return this===d?!0:f.compare(this,d)===0},f.prototype.inspect=function(){var d="",m=e.INSPECT_MAX_BYTES;return d=this.toString("hex",0,m).replace(/(.{2})/g,"$1 ").trim(),this.length>m&&(d+=" ... "),"<Buffer "+d+">"},r&&(f.prototype[r]=f.prototype.inspect),f.prototype.compare=function(d,m,B,R,oe){if(Ye(d,Uint8Array)&&(d=f.from(d,d.offset,d.byteLength)),!f.isBuffer(d))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+babelHelpers.typeof(d));if(m===void 0&&(m=0),B===void 0&&(B=d?d.length:0),R===void 0&&(R=0),oe===void 0&&(oe=this.length),m<0||B>d.length||R<0||oe>this.length)throw new RangeError("out of range index");if(R>=oe&&m>=B)return 0;if(R>=oe)return-1;if(m>=B)return 1;if(m>>>=0,B>>>=0,R>>>=0,oe>>>=0,this===d)return 0;for(var fe=oe-R,rt=B-m,Je=Math.min(fe,rt),qt=this.slice(R,oe),mr=d.slice(m,B),Be=0;Be<Je;++Be)if(qt[Be]!==mr[Be]){fe=qt[Be],rt=mr[Be];break}return fe<rt?-1:rt<fe?1:0};function ce(q,d,m,B,R){if(q.length===0)return-1;if(typeof m=="string"?(B=m,m=0):m>2147483647?m=2147483647:m<-2147483648&&(m=-2147483648),m=+m,Rt(m)&&(m=R?0:q.length-1),m<0&&(m=q.length+m),m>=q.length){if(R)return-1;m=q.length-1}else if(m<0)if(R)m=0;else return-1;if(typeof d=="string"&&(d=f.from(d,B)),f.isBuffer(d))return d.length===0?-1:J(q,d,m,B,R);if(typeof d=="number")return d=d&255,typeof Uint8Array.prototype.indexOf=="function"?R?Uint8Array.prototype.indexOf.call(q,d,m):Uint8Array.prototype.lastIndexOf.call(q,d,m):J(q,[d],m,B,R);throw new TypeError("val must be string, number or Buffer")}function J(q,d,m,B,R){var oe=1,fe=q.length,rt=d.length;if(B!==void 0&&(B=String(B).toLowerCase(),B==="ucs2"||B==="ucs-2"||B==="utf16le"||B==="utf-16le")){if(q.length<2||d.length<2)return-1;oe=2,fe/=2,rt/=2,m/=2}function Je(v,I){return oe===1?v[I]:v.readUInt16BE(I*oe)}var qt;if(R){var mr=-1;for(qt=m;qt<fe;qt++)if(Je(q,qt)===Je(d,mr===-1?0:qt-mr)){if(mr===-1&&(mr=qt),qt-mr+1===rt)return mr*oe}else mr!==-1&&(qt-=qt-mr),mr=-1}else for(m+rt>fe&&(m=fe-rt),qt=m;qt>=0;qt--){for(var Be=!0,Un=0;Un<rt;Un++)if(Je(q,qt+Un)!==Je(d,Un)){Be=!1;break}if(Be)return qt}return-1}f.prototype.includes=function(d,m,B){return this.indexOf(d,m,B)!==-1},f.prototype.indexOf=function(d,m,B){return ce(this,d,m,B,!0)},f.prototype.lastIndexOf=function(d,m,B){return ce(this,d,m,B,!1)};function D(q,d,m,B){m=Number(m)||0;var R=q.length-m;B?(B=Number(B),B>R&&(B=R)):B=R;var oe=d.length;B>oe/2&&(B=oe/2);for(var fe=0;fe<B;++fe){var rt=parseInt(d.substr(fe*2,2),16);if(Rt(rt))return fe;q[m+fe]=rt}return fe}function ae(q,d,m,B){return kt(je(d,q.length-m),q,m,B)}function Y(q,d,m,B){return kt($(d),q,m,B)}function pe(q,d,m,B){return Y(q,d,m,B)}function y(q,d,m,B){return kt(_o(d),q,m,B)}function g(q,d,m,B){return kt(jo(d,q.length-m),q,m,B)}f.prototype.write=function(d,m,B,R){if(m===void 0)R="utf8",B=this.length,m=0;else if(B===void 0&&typeof m=="string")R=m,B=this.length,m=0;else if(isFinite(m))m=m>>>0,isFinite(B)?(B=B>>>0,R===void 0&&(R="utf8")):(R=B,B=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var oe=this.length-m;if((B===void 0||B>oe)&&(B=oe),d.length>0&&(B<0||m<0)||m>this.length)throw new RangeError("Attempt to write outside buffer bounds");R||(R="utf8");for(var fe=!1;;)switch(R){case"hex":return D(this,d,m,B);case"utf8":case"utf-8":return ae(this,d,m,B);case"ascii":return Y(this,d,m,B);case"latin1":case"binary":return pe(this,d,m,B);case"base64":return y(this,d,m,B);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return g(this,d,m,B);default:if(fe)throw new TypeError("Unknown encoding: "+R);R=(""+R).toLowerCase(),fe=!0}},f.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function N(q,d,m){return d===0&&m===q.length?Nb.fromByteArray(q):Nb.fromByteArray(q.slice(d,m))}function b(q,d,m){m=Math.min(q.length,m);for(var B=[],R=d;R<m;){var oe=q[R],fe=null,rt=oe>239?4:oe>223?3:oe>191?2:1;if(R+rt<=m){var Je,qt,mr,Be;switch(rt){case 1:oe<128&&(fe=oe);break;case 2:Je=q[R+1],(Je&192)==128&&(Be=(oe&31)<<6|Je&63,Be>127&&(fe=Be));break;case 3:Je=q[R+1],qt=q[R+2],(Je&192)==128&&(qt&192)==128&&(Be=(oe&15)<<12|(Je&63)<<6|qt&63,Be>2047&&(Be<55296||Be>57343)&&(fe=Be));break;case 4:Je=q[R+1],qt=q[R+2],mr=q[R+3],(Je&192)==128&&(qt&192)==128&&(mr&192)==128&&(Be=(oe&15)<<18|(Je&63)<<12|(qt&63)<<6|mr&63,Be>65535&&Be<1114112&&(fe=Be))}}fe===null?(fe=65533,rt=1):fe>65535&&(fe-=65536,B.push(fe>>>10&1023|55296),fe=56320|fe&1023),B.push(fe),R+=rt}return K(B)}var H=4096;function K(q){var d=q.length;if(d<=H)return String.fromCharCode.apply(String,q);for(var m="",B=0;B<d;)m+=String.fromCharCode.apply(String,q.slice(B,B+=H));return m}function M(q,d,m){var B="";m=Math.min(q.length,m);for(var R=d;R<m;++R)B+=String.fromCharCode(q[R]&127);return B}function ie(q,d,m){var B="";m=Math.min(q.length,m);for(var R=d;R<m;++R)B+=String.fromCharCode(q[R]);return B}function E(q,d,m){var B=q.length;(!d||d<0)&&(d=0),(!m||m<0||m>B)&&(m=B);for(var R="",oe=d;oe<m;++oe)R+=mt[q[oe]];return R}function We(q,d,m){for(var B=q.slice(d,m),R="",oe=0;oe<B.length;oe+=2)R+=String.fromCharCode(B[oe]+B[oe+1]*256);return R}f.prototype.slice=function(d,m){var B=this.length;d=~~d,m=m===void 0?B:~~m,d<0?(d+=B,d<0&&(d=0)):d>B&&(d=B),m<0?(m+=B,m<0&&(m=0)):m>B&&(m=B),m<d&&(m=d);var R=this.subarray(d,m);return Object.setPrototypeOf(R,f.prototype),R};function de(q,d,m){if(q%1!=0||q<0)throw new RangeError("offset is not uint");if(q+d>m)throw new RangeError("Trying to access beyond buffer length")}f.prototype.readUIntLE=function(d,m,B){d=d>>>0,m=m>>>0,B||de(d,m,this.length);for(var R=this[d],oe=1,fe=0;++fe<m&&(oe*=256);)R+=this[d+fe]*oe;return R},f.prototype.readUIntBE=function(d,m,B){d=d>>>0,m=m>>>0,B||de(d,m,this.length);for(var R=this[d+--m],oe=1;m>0&&(oe*=256);)R+=this[d+--m]*oe;return R},f.prototype.readUInt8=function(d,m){return d=d>>>0,m||de(d,1,this.length),this[d]},f.prototype.readUInt16LE=function(d,m){return d=d>>>0,m||de(d,2,this.length),this[d]|this[d+1]<<8},f.prototype.readUInt16BE=function(d,m){return d=d>>>0,m||de(d,2,this.length),this[d]<<8|this[d+1]},f.prototype.readUInt32LE=function(d,m){return d=d>>>0,m||de(d,4,this.length),(this[d]|this[d+1]<<8|this[d+2]<<16)+this[d+3]*16777216},f.prototype.readUInt32BE=function(d,m){return d=d>>>0,m||de(d,4,this.length),this[d]*16777216+(this[d+1]<<16|this[d+2]<<8|this[d+3])},f.prototype.readIntLE=function(d,m,B){d=d>>>0,m=m>>>0,B||de(d,m,this.length);for(var R=this[d],oe=1,fe=0;++fe<m&&(oe*=256);)R+=this[d+fe]*oe;return oe*=128,R>=oe&&(R-=Math.pow(2,8*m)),R},f.prototype.readIntBE=function(d,m,B){d=d>>>0,m=m>>>0,B||de(d,m,this.length);for(var R=m,oe=1,fe=this[d+--R];R>0&&(oe*=256);)fe+=this[d+--R]*oe;return oe*=128,fe>=oe&&(fe-=Math.pow(2,8*m)),fe},f.prototype.readInt8=function(d,m){return d=d>>>0,m||de(d,1,this.length),this[d]&128?(255-this[d]+1)*-1:this[d]},f.prototype.readInt16LE=function(d,m){d=d>>>0,m||de(d,2,this.length);var B=this[d]|this[d+1]<<8;return B&32768?B|4294901760:B},f.prototype.readInt16BE=function(d,m){d=d>>>0,m||de(d,2,this.length);var B=this[d+1]|this[d]<<8;return B&32768?B|4294901760:B},f.prototype.readInt32LE=function(d,m){return d=d>>>0,m||de(d,4,this.length),this[d]|this[d+1]<<8|this[d+2]<<16|this[d+3]<<24},f.prototype.readInt32BE=function(d,m){return d=d>>>0,m||de(d,4,this.length),this[d]<<24|this[d+1]<<16|this[d+2]<<8|this[d+3]},f.prototype.readFloatLE=function(d,m){return d=d>>>0,m||de(d,4,this.length),Is.read(this,d,!0,23,4)},f.prototype.readFloatBE=function(d,m){return d=d>>>0,m||de(d,4,this.length),Is.read(this,d,!1,23,4)},f.prototype.readDoubleLE=function(d,m){return d=d>>>0,m||de(d,8,this.length),Is.read(this,d,!0,52,8)},f.prototype.readDoubleBE=function(d,m){return d=d>>>0,m||de(d,8,this.length),Is.read(this,d,!1,52,8)};function C(q,d,m,B,R,oe){if(!f.isBuffer(q))throw new TypeError('"buffer" argument must be a Buffer instance');if(d>R||d<oe)throw new RangeError('"value" argument is out of bounds');if(m+B>q.length)throw new RangeError("Index out of range")}f.prototype.writeUIntLE=function(d,m,B,R){if(d=+d,m=m>>>0,B=B>>>0,!R){var oe=Math.pow(2,8*B)-1;C(this,d,m,B,oe,0)}var fe=1,rt=0;for(this[m]=d&255;++rt<B&&(fe*=256);)this[m+rt]=d/fe&255;return m+B},f.prototype.writeUIntBE=function(d,m,B,R){if(d=+d,m=m>>>0,B=B>>>0,!R){var oe=Math.pow(2,8*B)-1;C(this,d,m,B,oe,0)}var fe=B-1,rt=1;for(this[m+fe]=d&255;--fe>=0&&(rt*=256);)this[m+fe]=d/rt&255;return m+B},f.prototype.writeUInt8=function(d,m,B){return d=+d,m=m>>>0,B||C(this,d,m,1,255,0),this[m]=d&255,m+1},f.prototype.writeUInt16LE=function(d,m,B){return d=+d,m=m>>>0,B||C(this,d,m,2,65535,0),this[m]=d&255,this[m+1]=d>>>8,m+2},f.prototype.writeUInt16BE=function(d,m,B){return d=+d,m=m>>>0,B||C(this,d,m,2,65535,0),this[m]=d>>>8,this[m+1]=d&255,m+2},f.prototype.writeUInt32LE=function(d,m,B){return d=+d,m=m>>>0,B||C(this,d,m,4,4294967295,0),this[m+3]=d>>>24,this[m+2]=d>>>16,this[m+1]=d>>>8,this[m]=d&255,m+4},f.prototype.writeUInt32BE=function(d,m,B){return d=+d,m=m>>>0,B||C(this,d,m,4,4294967295,0),this[m]=d>>>24,this[m+1]=d>>>16,this[m+2]=d>>>8,this[m+3]=d&255,m+4},f.prototype.writeIntLE=function(d,m,B,R){if(d=+d,m=m>>>0,!R){var oe=Math.pow(2,8*B-1);C(this,d,m,B,oe-1,-oe)}var fe=0,rt=1,Je=0;for(this[m]=d&255;++fe<B&&(rt*=256);)d<0&&Je===0&&this[m+fe-1]!==0&&(Je=1),this[m+fe]=(d/rt>>0)-Je&255;return m+B},f.prototype.writeIntBE=function(d,m,B,R){if(d=+d,m=m>>>0,!R){var oe=Math.pow(2,8*B-1);C(this,d,m,B,oe-1,-oe)}var fe=B-1,rt=1,Je=0;for(this[m+fe]=d&255;--fe>=0&&(rt*=256);)d<0&&Je===0&&this[m+fe+1]!==0&&(Je=1),this[m+fe]=(d/rt>>0)-Je&255;return m+B},f.prototype.writeInt8=function(d,m,B){return d=+d,m=m>>>0,B||C(this,d,m,1,127,-128),d<0&&(d=255+d+1),this[m]=d&255,m+1},f.prototype.writeInt16LE=function(d,m,B){return d=+d,m=m>>>0,B||C(this,d,m,2,32767,-32768),this[m]=d&255,this[m+1]=d>>>8,m+2},f.prototype.writeInt16BE=function(d,m,B){return d=+d,m=m>>>0,B||C(this,d,m,2,32767,-32768),this[m]=d>>>8,this[m+1]=d&255,m+2},f.prototype.writeInt32LE=function(d,m,B){return d=+d,m=m>>>0,B||C(this,d,m,4,2147483647,-2147483648),this[m]=d&255,this[m+1]=d>>>8,this[m+2]=d>>>16,this[m+3]=d>>>24,m+4},f.prototype.writeInt32BE=function(d,m,B){return d=+d,m=m>>>0,B||C(this,d,m,4,2147483647,-2147483648),d<0&&(d=4294967295+d+1),this[m]=d>>>24,this[m+1]=d>>>16,this[m+2]=d>>>8,this[m+3]=d&255,m+4};function X(q,d,m,B,R,oe){if(m+B>q.length)throw new RangeError("Index out of range");if(m<0)throw new RangeError("Index out of range")}function He(q,d,m,B,R){return d=+d,m=m>>>0,R||X(q,d,m,4),Is.write(q,d,m,B,23,4),m+4}f.prototype.writeFloatLE=function(d,m,B){return He(this,d,m,!0,B)},f.prototype.writeFloatBE=function(d,m,B){return He(this,d,m,!1,B)};function we(q,d,m,B,R){return d=+d,m=m>>>0,R||X(q,d,m,8),Is.write(q,d,m,B,52,8),m+8}f.prototype.writeDoubleLE=function(d,m,B){return we(this,d,m,!0,B)},f.prototype.writeDoubleBE=function(d,m,B){return we(this,d,m,!1,B)},f.prototype.copy=function(d,m,B,R){if(!f.isBuffer(d))throw new TypeError("argument should be a Buffer");if(B||(B=0),!R&&R!==0&&(R=this.length),m>=d.length&&(m=d.length),m||(m=0),R>0&&R<B&&(R=B),R===B||d.length===0||this.length===0)return 0;if(m<0)throw new RangeError("targetStart out of bounds");if(B<0||B>=this.length)throw new RangeError("Index out of range");if(R<0)throw new RangeError("sourceEnd out of bounds");R>this.length&&(R=this.length),d.length-m<R-B&&(R=d.length-m+B);var oe=R-B;if(this===d&&typeof Uint8Array.prototype.copyWithin=="function")this.copyWithin(m,B,R);else if(this===d&&B<m&&m<R)for(var fe=oe-1;fe>=0;--fe)d[fe+m]=this[fe+B];else Uint8Array.prototype.set.call(d,this.subarray(B,R),m);return oe},f.prototype.fill=function(d,m,B,R){if(typeof d=="string"){if(typeof m=="string"?(R=m,m=0,B=this.length):typeof B=="string"&&(R=B,B=this.length),R!==void 0&&typeof R!="string")throw new TypeError("encoding must be a string");if(typeof R=="string"&&!f.isEncoding(R))throw new TypeError("Unknown encoding: "+R);if(d.length===1){var oe=d.charCodeAt(0);(R==="utf8"&&oe<128||R==="latin1")&&(d=oe)}}else typeof d=="number"?d=d&255:typeof d=="boolean"&&(d=Number(d));if(m<0||this.length<m||this.length<B)throw new RangeError("Out of range index");if(B<=m)return this;m=m>>>0,B=B===void 0?this.length:B>>>0,d||(d=0);var fe;if(typeof d=="number")for(fe=m;fe<B;++fe)this[fe]=d;else{var rt=f.isBuffer(d)?d:f.from(d,R),Je=rt.length;if(Je===0)throw new TypeError('The value "'+d+'" is invalid for argument "value"');for(fe=0;fe<B-m;++fe)this[fe+m]=rt[fe%Je]}return this};var tt=/[^+/0-9A-Za-z-_]/g;function Br(q){if(q=q.split("=")[0],q=q.trim().replace(tt,""),q.length<2)return"";for(;q.length%4!=0;)q=q+"=";return q}function je(q,d){d=d||1/0;for(var m,B=q.length,R=null,oe=[],fe=0;fe<B;++fe){if(m=q.charCodeAt(fe),m>55295&&m<57344){if(!R){if(m>56319){(d-=3)>-1&&oe.push(239,191,189);continue}else if(fe+1===B){(d-=3)>-1&&oe.push(239,191,189);continue}R=m;continue}if(m<56320){(d-=3)>-1&&oe.push(239,191,189),R=m;continue}m=(R-55296<<10|m-56320)+65536}else R&&(d-=3)>-1&&oe.push(239,191,189);if(R=null,m<128){if((d-=1)<0)break;oe.push(m)}else if(m<2048){if((d-=2)<0)break;oe.push(m>>6|192,m&63|128)}else if(m<65536){if((d-=3)<0)break;oe.push(m>>12|224,m>>6&63|128,m&63|128)}else if(m<1114112){if((d-=4)<0)break;oe.push(m>>18|240,m>>12&63|128,m>>6&63|128,m&63|128)}else throw new Error("Invalid code point")}return oe}function $(q){for(var d=[],m=0;m<q.length;++m)d.push(q.charCodeAt(m)&255);return d}function jo(q,d){for(var m,B,R,oe=[],fe=0;fe<q.length&&!((d-=2)<0);++fe)m=q.charCodeAt(fe),B=m>>8,R=m%256,oe.push(R),oe.push(B);return oe}function _o(q){return Nb.toByteArray(Br(q))}function kt(q,d,m,B){for(var R=0;R<B&&!(R+m>=d.length||R>=q.length);++R)d[R+m]=q[R];return R}function Ye(q,d){return q instanceof d||q!=null&&q.constructor!=null&&q.constructor.name!=null&&q.constructor.name===d.name}function Rt(q){return q!==q}var mt=function(){for(var q="0123456789abcdef",d=new Array(256),m=0;m<16;++m)for(var B=m*16,R=0;R<16;++R)d[B+R]=q[m]+q[R];return d}()}),uU=ge.Buffer,cU=ge.SlowBuffer,pU=ge.INSPECT_MAX_BYTES,dU=ge.kMaxLength,No=Nt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.ensureBuffer=void 0;function r(n){if(ge.Buffer.isBuffer(n))return n;if(ArrayBuffer.isView(n))return ge.Buffer.from(n.buffer);if(n instanceof ArrayBuffer)return ge.Buffer.from(n);throw new TypeError("Must use either Buffer or TypedArray")}e.ensureBuffer=r});Mt(No);var mU=No.ensureBuffer,Db=Nt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.parseUUID=void 0;let r=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;function n(i){if(typeof i!="string")throw new TypeError("Invalid type for UUID, expected string but got "+typeof i);if(!r.test(i))throw new TypeError("Invalid format for UUID: "+i);let o,f=new Uint8Array(16);return f[0]=(o=parseInt(i.slice(0,8),16))>>>24,f[1]=o>>>16&255,f[2]=o>>>8&255,f[3]=o&255,f[4]=(o=parseInt(i.slice(9,13),16))>>>8,f[5]=o&255,f[6]=(o=parseInt(i.slice(14,18),16))>>>8,f[7]=o&255,f[8]=(o=parseInt(i.slice(19,23),16))>>>8,f[9]=o&255,f[10]=(o=parseInt(i.slice(24,36),16))/1099511627776&255,f[11]=o/4294967296&255,f[12]=o>>>24&255,f[13]=o>>>16&255,f[14]=o>>>8&255,f[15]=o&255,f}e.parseUUID=n});Mt(Db);var bU=Db.parseUUID,on=Nt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.Binary=void 0;class r{constructor(i,o){if(i!=null&&typeof i!="string"&&!ArrayBuffer.isView(i)&&!(i instanceof ArrayBuffer)&&!Array.isArray(i))throw new TypeError("Binary can only be constructed from string, Buffer, TypedArray, or Array<number>");this.sub_type=o??r.BSON_BINARY_SUBTYPE_DEFAULT,i==null?(this.buffer=ge.Buffer.alloc(r.BUFFER_SIZE),this.position=0):(typeof i=="string"?this.buffer=ge.Buffer.from(i,"binary"):Array.isArray(i)?this.buffer=ge.Buffer.from(i):this.buffer=No.ensureBuffer(i),this.position=this.buffer.byteLength)}put(i){if(typeof i=="string"&&i.length!==1)throw new TypeError("only accepts single character String");if(typeof i!="number"&&i.length!==1)throw new TypeError("only accepts single character Uint8Array or Array");let o;if(typeof i=="string"?o=i.charCodeAt(0):typeof i=="number"?o=i:o=i[0],o<0||o>255)throw new TypeError("only accepts number in a valid unsigned byte range 0-255");if(this.buffer.length>this.position)this.buffer[this.position++]=o;else{let f=ge.Buffer.alloc(r.BUFFER_SIZE+this.buffer.length);this.buffer.copy(f,0,0,this.buffer.length),this.buffer=f,this.buffer[this.position++]=o}}write(i,o){if(o=typeof o=="number"?o:this.position,this.buffer.length<o+i.length){let f=ge.Buffer.alloc(this.buffer.length+i.length);this.buffer.copy(f,0,0,this.buffer.length),this.buffer=f}ArrayBuffer.isView(i)?(this.buffer.set(No.ensureBuffer(i),o),this.position=o+i.byteLength>this.position?o+i.length:this.position):typeof i=="string"&&(this.buffer.write(i,o,i.length,"binary"),this.position=o+i.length>this.position?o+i.length:this.position)}read(i,o){return o=o&&o>0?o:this.position,this.buffer.slice(i,i+o)}value(i){return i=!!i,i&&this.buffer.length===this.position?this.buffer:i?this.buffer.slice(0,this.position):this.buffer.toString("binary",0,this.position)}length(){return this.position}toJSON(){return this.buffer.toString("base64")}toString(i){return this.buffer.toString(i)}toExtendedJSON(i){i=i||{};let o=this.buffer.toString("base64"),f=Number(this.sub_type).toString(16);return i.legacy?{$binary:o,$type:f.length===1?"0"+f:f}:{$binary:{base64:o,subType:f.length===1?"0"+f:f}}}static fromExtendedJSON(i,o){o=o||{};let f,s;if("$binary"in i?o.legacy&&typeof i.$binary=="string"&&"$type"in i?(s=i.$type?parseInt(i.$type,16):0,f=ge.Buffer.from(i.$binary,"base64")):typeof i.$binary!="string"&&(s=i.$binary.subType?parseInt(i.$binary.subType,16):0,f=ge.Buffer.from(i.$binary.base64,"base64")):"$uuid"in i&&(s=4,f=ge.Buffer.from(Db.parseUUID(i.$uuid))),!f)throw new TypeError(`Unexpected Binary Extended JSON format ${JSON.stringify(i)}`);return new r(f,s)}}e.Binary=r,r.BSON_BINARY_SUBTYPE_DEFAULT=0,r.BUFFER_SIZE=256,r.SUBTYPE_DEFAULT=0,r.SUBTYPE_FUNCTION=1,r.SUBTYPE_BYTE_ARRAY=2,r.SUBTYPE_UUID_OLD=3,r.SUBTYPE_UUID=4,r.SUBTYPE_MD5=5,r.SUBTYPE_USER_DEFINED=128,Object.defineProperty(r.prototype,"_bsontype",{value:"Binary"})});Mt(on);var wU=on.Binary,Do=Nt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.Code=void 0;class r{constructor(i,o){this.code=i,this.scope=o}toJSON(){return{code:this.code,scope:this.scope}}toExtendedJSON(){return this.scope?{$code:this.code,$scope:this.scope}:{$code:this.code}}static fromExtendedJSON(i){return new r(i.$code,i.$scope)}}e.Code=r,Object.defineProperty(r.prototype,"_bsontype",{value:"Code"})});Mt(Do);var hU=Do.Code,zE={},Fb;typeof Object.create=="function"?Fb=function(e,r){e.super_=r,e.prototype=Object.create(r.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})}:Fb=function(e,r){e.super_=r;var n=function(){};n.prototype=r.prototype,e.prototype=new n,e.prototype.constructor=e};var UE=Fb,LE=/%[sdj%]/g;function Pb(t){if(!Zc(t)){for(var e=[],r=0;r<arguments.length;r++)e.push(Yi(arguments[r]));return e.join(" ")}for(var r=1,n=arguments,i=n.length,o=String(t).replace(LE,function(s){if(s==="%%")return"%";if(r>=i)return s;switch(s){case"%s":return String(n[r++]);case"%d":return Number(n[r++]);case"%j":try{return JSON.stringify(n[r++])}catch{return"[Circular]"}default:return s}}),f=n[r];r<i;f=n[++r])Jc(f)||!Ss(f)?o+=" "+f:o+=" "+Yi(f);return o}function Q_(t,e){if(Ki(global.process))return function(){return Q_(t,e).apply(this,arguments)};var r=!1;function n(){return r||(console.error(e),r=!0),t.apply(this,arguments)}return n}var Kc={},Rb;function VE(t){if(Ki(Rb)&&(Rb=""),t=t.toUpperCase(),!Kc[t])if(new RegExp("\\b"+t+"\\b","i").test(Rb)){var e=0;Kc[t]=function(){var r=Pb.apply(null,arguments);console.error("%s %d: %s",t,e,r)}}else Kc[t]=function(){};return Kc[t]}function Yi(t,e){var r={seen:[],stylize:WE};return arguments.length>=3&&(r.depth=arguments[2]),arguments.length>=4&&(r.colors=arguments[3]),zb(e)?r.showHidden=e:e&&tq(r,e),Ki(r.showHidden)&&(r.showHidden=!1),Ki(r.depth)&&(r.depth=2),Ki(r.colors)&&(r.colors=!1),Ki(r.customInspect)&&(r.customInspect=!0),r.colors&&(r.stylize=CE),Gc(r,t,r.depth)}Yi.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]};Yi.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"};function CE(t,e){var r=Yi.styles[e];return r?"["+Yi.colors[r][0]+"m"+t+"["+Yi.colors[r][1]+"m":t}function WE(t,e){return t}function YE(t){var e={};return t.forEach(function(r,n){e[r]=!0}),e}function Gc(t,e,r){if(t.customInspect&&e&&$c(e.inspect)&&e.inspect!==Yi&&!(e.constructor&&e.constructor.prototype===e)){var n=e.inspect(r,t);return Zc(n)||(n=Gc(t,n,r)),n}var i=KE(t,e);if(i)return i;var o=Object.keys(e),f=YE(o);if(t.showHidden&&(o=Object.getOwnPropertyNames(e)),Qc(e)&&(o.indexOf("message")>=0||o.indexOf("description")>=0))return Hb(e);if(o.length===0){if($c(e)){var s=e.name?": "+e.name:"";return t.stylize("[Function"+s+"]","special")}if(Xc(e))return t.stylize(RegExp.prototype.toString.call(e),"regexp");if(Ub(e))return t.stylize(Date.prototype.toString.call(e),"date");if(Qc(e))return Hb(e)}var l="",u=!1,c=["{","}"];if($_(e)&&(u=!0,c=["[","]"]),$c(e)){var _=e.name?": "+e.name:"";l=" [Function"+_+"]"}if(Xc(e)&&(l=" "+RegExp.prototype.toString.call(e)),Ub(e)&&(l=" "+Date.prototype.toUTCString.call(e)),Qc(e)&&(l=" "+Hb(e)),o.length===0&&(!u||e.length==0))return c[0]+l+c[1];if(r<0)return Xc(e)?t.stylize(RegExp.prototype.toString.call(e),"regexp"):t.stylize("[Object]","special");t.seen.push(e);var p;return u?p=GE(t,e,r,f,o):p=o.map(function(j){return Mb(t,e,r,f,j,u)}),t.seen.pop(),JE(p,l,c)}function KE(t,e){if(Ki(e))return t.stylize("undefined","undefined");if(Zc(e)){var r="'"+JSON.stringify(e).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return t.stylize(r,"string")}if(eq(e))return t.stylize(""+e,"number");if(zb(e))return t.stylize(""+e,"boolean");if(Jc(e))return t.stylize("null","null")}function Hb(t){return"["+Error.prototype.toString.call(t)+"]"}function GE(t,e,r,n,i){for(var o=[],f=0,s=e.length;f<s;++f)rq(e,String(f))?o.push(Mb(t,e,r,n,String(f),!0)):o.push("");return i.forEach(function(l){l.match(/^\d+$/)||o.push(Mb(t,e,r,n,l,!0))}),o}function Mb(t,e,r,n,i,o){var f,s,l;if(l=Object.getOwnPropertyDescriptor(e,i)||{value:e[i]},l.get?l.set?s=t.stylize("[Getter/Setter]","special"):s=t.stylize("[Getter]","special"):l.set&&(s=t.stylize("[Setter]","special")),rq(n,i)||(f="["+i+"]"),s||(t.seen.indexOf(l.value)<0?(Jc(r)?s=Gc(t,l.value,null):s=Gc(t,l.value,r-1),s.indexOf(`
28
+ `)>-1&&(o?s=s.split(`
29
+ `).map(function(u){return" "+u}).join(`
30
+ `).substr(2):s=`
31
+ `+s.split(`
32
+ `).map(function(u){return" "+u}).join(`
33
+ `))):s=t.stylize("[Circular]","special")),Ki(f)){if(o&&i.match(/^\d+$/))return s;f=JSON.stringify(""+i),f.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(f=f.substr(1,f.length-2),f=t.stylize(f,"name")):(f=f.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),f=t.stylize(f,"string"))}return f+": "+s}function JE(t,e,r){var n=t.reduce(function(i,o){return o.indexOf(`
34
+ `)>=0,i+o.replace(/\u001b\[\d\d?m/g,"").length+1},0);return n>60?r[0]+(e===""?"":e+`
35
+ `)+" "+t.join(`,
36
+ `)+" "+r[1]:r[0]+e+" "+t.join(", ")+" "+r[1]}function $_(t){return Array.isArray(t)}function zb(t){return typeof t=="boolean"}function Jc(t){return t===null}function ZE(t){return t==null}function eq(t){return typeof t=="number"}function Zc(t){return typeof t=="string"}function XE(t){return babelHelpers.typeof(t)==="symbol"}function Ki(t){return t===void 0}function Xc(t){return Ss(t)&&Lb(t)==="[object RegExp]"}function Ss(t){return babelHelpers.typeof(t)==="object"&&t!==null}function Ub(t){return Ss(t)&&Lb(t)==="[object Date]"}function Qc(t){return Ss(t)&&(Lb(t)==="[object Error]"||t instanceof Error)}function $c(t){return typeof t=="function"}function QE(t){return t===null||typeof t=="boolean"||typeof t=="number"||typeof t=="string"||babelHelpers.typeof(t)==="symbol"||typeof t=="undefined"}function $E(t){return Buffer.isBuffer(t)}function Lb(t){return Object.prototype.toString.call(t)}function Vb(t){return t<10?"0"+t.toString(10):t.toString(10)}var eO=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function tO(){var t=new Date,e=[Vb(t.getHours()),Vb(t.getMinutes()),Vb(t.getSeconds())].join(":");return[t.getDate(),eO[t.getMonth()],e].join(" ")}function rO(){console.log("%s - %s",tO(),Pb.apply(null,arguments))}function tq(t,e){if(!e||!Ss(e))return t;for(var r=Object.keys(e),n=r.length;n--;)t[r[n]]=e[r[n]];return t}function rq(t,e){return Object.prototype.hasOwnProperty.call(t,e)}var nO={inherits:UE,_extend:tq,log:rO,isBuffer:$E,isPrimitive:QE,isFunction:$c,isError:Qc,isDate:Ub,isObject:Ss,isRegExp:Xc,isUndefined:Ki,isSymbol:XE,isString:Zc,isNumber:eq,isNullOrUndefined:ZE,isNull:Jc,isBoolean:zb,isArray:$_,inspect:Yi,deprecate:Q_,format:Pb,debuglog:VE},yt=Nt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.deprecate=e.isObjectLike=e.isDate=e.isBuffer=e.haveBuffer=e.isBigUInt64Array=e.isBigInt64Array=e.isUint8Array=e.randomBytes=e.normalizedFunctionString=void 0;function r(p){return p.toString().replace("function(","function (")}e.normalizedFunctionString=r;function n(p){let j=ge.Buffer.alloc(p);for(let S=0;S<p;++S)j[S]=Math.floor(Math.random()*256);return j}if(e.randomBytes=n,typeof window!="undefined"&&window.crypto&&window.crypto.getRandomValues)e.randomBytes=p=>window.crypto.getRandomValues(ge.Buffer.alloc(p));else{try{e.randomBytes=zE.randomBytes}catch{}e.randomBytes==null&&(e.randomBytes=n)}function i(p){return Object.prototype.toString.call(p)==="[object Uint8Array]"}e.isUint8Array=i;function o(p){return Object.prototype.toString.call(p)==="[object BigInt64Array]"}e.isBigInt64Array=o;function f(p){return Object.prototype.toString.call(p)==="[object BigUint64Array]"}e.isBigUInt64Array=f;function s(){return typeof Yc!="undefined"&&typeof Yc.Buffer!="undefined"}e.haveBuffer=s;function l(p){return s()&&ge.Buffer.isBuffer(p)}e.isBuffer=l;function u(p){return c(p)&&Object.prototype.toString.call(p)==="[object Date]"}e.isDate=u;function c(p){return typeof p=="object"&&p!==null}e.isObjectLike=c;function _(p,j){if(typeof window=="undefined"||typeof self=="undefined")return nO.deprecate(p,j);let S=!1;function T(...U){return S||(console.warn(j),S=!0),p.apply(this,...U)}return T}e.deprecate=_});Mt(yt);var gU=yt.deprecate,yU=yt.isObjectLike,jU=yt.isDate,_U=yt.isBuffer,qU=yt.haveBuffer,vU=yt.isBigUInt64Array,TU=yt.isBigInt64Array,BU=yt.isUint8Array,kU=yt.randomBytes,IU=yt.normalizedFunctionString,Wn=Nt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.DBRef=e.isDBRefLike=void 0;function r(i){return yt.isObjectLike(i)&&i.$id!=null&&i.$ref!=null}e.isDBRefLike=r;class n{constructor(o,f,s,l){let u=o.split(".");u.length===2&&(s=u.shift(),o=u.shift()),this.collection=o,this.oid=f,this.db=s,this.fields=l||{}}get namespace(){return this.collection}set namespace(o){this.collection=o}toJSON(){let o=Object.assign({$ref:this.collection,$id:this.oid},this.fields);return this.db!=null&&(o.$db=this.db),o}toExtendedJSON(o){o=o||{};let f={$ref:this.collection,$id:this.oid};return o.legacy||(this.db&&(f.$db=this.db),f=Object.assign(f,this.fields)),f}static fromExtendedJSON(o){let f=Object.assign({},o);return delete f.$ref,delete f.$id,delete f.$db,new n(o.$ref,o.$id,o.$db,f)}}e.DBRef=n,Object.defineProperty(n.prototype,"_bsontype",{value:"DBRef"})});Mt(Wn);var SU=Wn.DBRef,xU=Wn.isDBRefLike,Ie=Nt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.Long=void 0;let r;try{r=new WebAssembly.Instance(new WebAssembly.Module(new Uint8Array([0,97,115,109,1,0,0,0,1,13,2,96,0,1,127,96,4,127,127,127,127,1,127,3,7,6,0,1,1,1,1,1,6,6,1,127,1,65,0,11,7,50,6,3,109,117,108,0,1,5,100,105,118,95,115,0,2,5,100,105,118,95,117,0,3,5,114,101,109,95,115,0,4,5,114,101,109,95,117,0,5,8,103,101,116,95,104,105,103,104,0,0,10,191,1,6,4,0,35,0,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,126,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,127,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,128,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,129,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,130,34,4,66,32,135,167,36,0,32,4,167,11])),{}).exports}catch{}let n=1<<16,i=1<<24,o=n*n,f=o*o,s=f/2,l={},u={};class c{constructor(p=0,j=0,S){this.comp=c.prototype.compare,this.div=c.prototype.divide,this.eq=c.prototype.equals,this.gt=c.prototype.greaterThan,this.gte=c.prototype.greaterThanOrEqual,this.ge=c.prototype.greaterThanOrEqual,this.lt=c.prototype.lessThan,this.lte=c.prototype.lessThanOrEqual,this.mod=c.prototype.modulo,this.rem=c.prototype.modulo,this.mul=c.prototype.multiply,this.neg=c.prototype.negate,this.neq=c.prototype.notEquals,this.ne=c.prototype.notEquals,this.shl=c.prototype.shiftLeft,this.shr=c.prototype.shiftRight,this.shr_u=c.prototype.shiftRightUnsigned,this.shru=c.prototype.shiftRightUnsigned,this.sub=c.prototype.subtract,this.eqz=c.prototype.isZero,this.le=c.prototype.lessThanOrEqual,this.low=p|0,this.high=j|0,this.unsigned=!!S,Object.defineProperty(this,"__isLong__",{value:!0,configurable:!1,writable:!1,enumerable:!1})}static fromBits(p,j,S){return new c(p,j,S)}static fromInt(p,j){let S,T,U;return j?(p>>>=0,(U=0<=p&&p<256)&&(T=u[p],T)?T:(S=c.fromBits(p,(p|0)<0?-1:0,!0),U&&(u[p]=S),S)):(p|=0,(U=-128<=p&&p<128)&&(T=l[p],T)?T:(S=c.fromBits(p,p<0?-1:0,!1),U&&(l[p]=S),S))}static fromNumber(p,j){if(isNaN(p))return j?c.UZERO:c.ZERO;if(j){if(p<0)return c.UZERO;if(p>=f)return c.MAX_UNSIGNED_VALUE}else{if(p<=-s)return c.MIN_VALUE;if(p+1>=s)return c.MAX_VALUE}return p<0?c.fromNumber(-p,j).neg():c.fromBits(p%o|0,p/o|0,j)}static fromBigInt(p,j){return c.fromString(p.toString(),j)}static fromString(p,j,S){if(p.length===0)throw Error("empty string");if(p==="NaN"||p==="Infinity"||p==="+Infinity"||p==="-Infinity")return c.ZERO;if(typeof j=="number"?(S=j,j=!1):j=!!j,S=S||10,S<2||36<S)throw RangeError("radix");let T;if((T=p.indexOf("-"))>0)throw Error("interior hyphen");if(T===0)return c.fromString(p.substring(1),j,S).neg();let U=c.fromNumber(Math.pow(S,8)),W=c.ZERO;for(let L=0;L<p.length;L+=8){let te=Math.min(8,p.length-L),ce=parseInt(p.substring(L,L+te),S);if(te<8){let J=c.fromNumber(Math.pow(S,te));W=W.mul(J).add(c.fromNumber(ce))}else W=W.mul(U),W=W.add(c.fromNumber(ce))}return W.unsigned=j,W}static fromBytes(p,j,S){return S?c.fromBytesLE(p,j):c.fromBytesBE(p,j)}static fromBytesLE(p,j){return new c(p[0]|p[1]<<8|p[2]<<16|p[3]<<24,p[4]|p[5]<<8|p[6]<<16|p[7]<<24,j)}static fromBytesBE(p,j){return new c(p[4]<<24|p[5]<<16|p[6]<<8|p[7],p[0]<<24|p[1]<<16|p[2]<<8|p[3],j)}static isLong(p){return yt.isObjectLike(p)&&p.__isLong__===!0}static fromValue(p,j){return typeof p=="number"?c.fromNumber(p,j):typeof p=="string"?c.fromString(p,j):c.fromBits(p.low,p.high,typeof j=="boolean"?j:p.unsigned)}add(p){c.isLong(p)||(p=c.fromValue(p));let j=this.high>>>16,S=this.high&65535,T=this.low>>>16,U=this.low&65535,W=p.high>>>16,L=p.high&65535,te=p.low>>>16,ce=p.low&65535,J=0,D=0,ae=0,Y=0;return Y+=U+ce,ae+=Y>>>16,Y&=65535,ae+=T+te,D+=ae>>>16,ae&=65535,D+=S+L,J+=D>>>16,D&=65535,J+=j+W,J&=65535,c.fromBits(ae<<16|Y,J<<16|D,this.unsigned)}and(p){return c.isLong(p)||(p=c.fromValue(p)),c.fromBits(this.low&p.low,this.high&p.high,this.unsigned)}compare(p){if(c.isLong(p)||(p=c.fromValue(p)),this.eq(p))return 0;let j=this.isNegative(),S=p.isNegative();return j&&!S?-1:!j&&S?1:this.unsigned?p.high>>>0>this.high>>>0||p.high===this.high&&p.low>>>0>this.low>>>0?-1:1:this.sub(p).isNegative()?-1:1}divide(p){if(c.isLong(p)||(p=c.fromValue(p)),p.isZero())throw Error("division by zero");if(r){if(!this.unsigned&&this.high===-2147483648&&p.low===-1&&p.high===-1)return this;let U=(this.unsigned?r.div_u:r.div_s)(this.low,this.high,p.low,p.high);return c.fromBits(U,r.get_high(),this.unsigned)}if(this.isZero())return this.unsigned?c.UZERO:c.ZERO;let j,S,T;if(this.unsigned){if(p.unsigned||(p=p.toUnsigned()),p.gt(this))return c.UZERO;if(p.gt(this.shru(1)))return c.UONE;T=c.UZERO}else{if(this.eq(c.MIN_VALUE))return p.eq(c.ONE)||p.eq(c.NEG_ONE)?c.MIN_VALUE:p.eq(c.MIN_VALUE)?c.ONE:(j=this.shr(1).div(p).shl(1),j.eq(c.ZERO)?p.isNegative()?c.ONE:c.NEG_ONE:(S=this.sub(p.mul(j)),T=j.add(S.div(p)),T));if(p.eq(c.MIN_VALUE))return this.unsigned?c.UZERO:c.ZERO;if(this.isNegative())return p.isNegative()?this.neg().div(p.neg()):this.neg().div(p).neg();if(p.isNegative())return this.div(p.neg()).neg();T=c.ZERO}for(S=this;S.gte(p);){j=Math.max(1,Math.floor(S.toNumber()/p.toNumber()));let U=Math.ceil(Math.log(j)/Math.LN2),W=U<=48?1:Math.pow(2,U-48),L=c.fromNumber(j),te=L.mul(p);for(;te.isNegative()||te.gt(S);)j-=W,L=c.fromNumber(j,this.unsigned),te=L.mul(p);L.isZero()&&(L=c.ONE),T=T.add(L),S=S.sub(te)}return T}equals(p){return c.isLong(p)||(p=c.fromValue(p)),this.unsigned!==p.unsigned&&this.high>>>31==1&&p.high>>>31==1?!1:this.high===p.high&&this.low===p.low}getHighBits(){return this.high}getHighBitsUnsigned(){return this.high>>>0}getLowBits(){return this.low}getLowBitsUnsigned(){return this.low>>>0}getNumBitsAbs(){if(this.isNegative())return this.eq(c.MIN_VALUE)?64:this.neg().getNumBitsAbs();let p=this.high!==0?this.high:this.low,j;for(j=31;j>0&&(p&1<<j)==0;j--);return this.high!==0?j+33:j+1}greaterThan(p){return this.comp(p)>0}greaterThanOrEqual(p){return this.comp(p)>=0}isEven(){return(this.low&1)==0}isNegative(){return!this.unsigned&&this.high<0}isOdd(){return(this.low&1)==1}isPositive(){return this.unsigned||this.high>=0}isZero(){return this.high===0&&this.low===0}lessThan(p){return this.comp(p)<0}lessThanOrEqual(p){return this.comp(p)<=0}modulo(p){if(c.isLong(p)||(p=c.fromValue(p)),r){let j=(this.unsigned?r.rem_u:r.rem_s)(this.low,this.high,p.low,p.high);return c.fromBits(j,r.get_high(),this.unsigned)}return this.sub(this.div(p).mul(p))}multiply(p){if(this.isZero())return c.ZERO;if(c.isLong(p)||(p=c.fromValue(p)),r){let pe=r.mul(this.low,this.high,p.low,p.high);return c.fromBits(pe,r.get_high(),this.unsigned)}if(p.isZero())return c.ZERO;if(this.eq(c.MIN_VALUE))return p.isOdd()?c.MIN_VALUE:c.ZERO;if(p.eq(c.MIN_VALUE))return this.isOdd()?c.MIN_VALUE:c.ZERO;if(this.isNegative())return p.isNegative()?this.neg().mul(p.neg()):this.neg().mul(p).neg();if(p.isNegative())return this.mul(p.neg()).neg();if(this.lt(c.TWO_PWR_24)&&p.lt(c.TWO_PWR_24))return c.fromNumber(this.toNumber()*p.toNumber(),this.unsigned);let j=this.high>>>16,S=this.high&65535,T=this.low>>>16,U=this.low&65535,W=p.high>>>16,L=p.high&65535,te=p.low>>>16,ce=p.low&65535,J=0,D=0,ae=0,Y=0;return Y+=U*ce,ae+=Y>>>16,Y&=65535,ae+=T*ce,D+=ae>>>16,ae&=65535,ae+=U*te,D+=ae>>>16,ae&=65535,D+=S*ce,J+=D>>>16,D&=65535,D+=T*te,J+=D>>>16,D&=65535,D+=U*L,J+=D>>>16,D&=65535,J+=j*ce+S*te+T*L+U*W,J&=65535,c.fromBits(ae<<16|Y,J<<16|D,this.unsigned)}negate(){return!this.unsigned&&this.eq(c.MIN_VALUE)?c.MIN_VALUE:this.not().add(c.ONE)}not(){return c.fromBits(~this.low,~this.high,this.unsigned)}notEquals(p){return!this.equals(p)}or(p){return c.isLong(p)||(p=c.fromValue(p)),c.fromBits(this.low|p.low,this.high|p.high,this.unsigned)}shiftLeft(p){return c.isLong(p)&&(p=p.toInt()),(p&=63)==0?this:p<32?c.fromBits(this.low<<p,this.high<<p|this.low>>>32-p,this.unsigned):c.fromBits(0,this.low<<p-32,this.unsigned)}shiftRight(p){return c.isLong(p)&&(p=p.toInt()),(p&=63)==0?this:p<32?c.fromBits(this.low>>>p|this.high<<32-p,this.high>>p,this.unsigned):c.fromBits(this.high>>p-32,this.high>=0?0:-1,this.unsigned)}shiftRightUnsigned(p){if(c.isLong(p)&&(p=p.toInt()),p&=63,p===0)return this;{let j=this.high;if(p<32){let S=this.low;return c.fromBits(S>>>p|j<<32-p,j>>>p,this.unsigned)}else return p===32?c.fromBits(j,0,this.unsigned):c.fromBits(j>>>p-32,0,this.unsigned)}}subtract(p){return c.isLong(p)||(p=c.fromValue(p)),this.add(p.neg())}toInt(){return this.unsigned?this.low>>>0:this.low}toNumber(){return this.unsigned?(this.high>>>0)*o+(this.low>>>0):this.high*o+(this.low>>>0)}toBigInt(){return BigInt(this.toString())}toBytes(p){return p?this.toBytesLE():this.toBytesBE()}toBytesLE(){let p=this.high,j=this.low;return[j&255,j>>>8&255,j>>>16&255,j>>>24,p&255,p>>>8&255,p>>>16&255,p>>>24]}toBytesBE(){let p=this.high,j=this.low;return[p>>>24,p>>>16&255,p>>>8&255,p&255,j>>>24,j>>>16&255,j>>>8&255,j&255]}toSigned(){return this.unsigned?c.fromBits(this.low,this.high,!1):this}toString(p){if(p=p||10,p<2||36<p)throw RangeError("radix");if(this.isZero())return"0";if(this.isNegative())if(this.eq(c.MIN_VALUE)){let U=c.fromNumber(p),W=this.div(U),L=W.mul(U).sub(this);return W.toString(p)+L.toInt().toString(p)}else return"-"+this.neg().toString(p);let j=c.fromNumber(Math.pow(p,6),this.unsigned),S=this,T="";for(;;){let U=S.div(j),L=(S.sub(U.mul(j)).toInt()>>>0).toString(p);if(S=U,S.isZero())return L+T;for(;L.length<6;)L="0"+L;T=""+L+T}}toUnsigned(){return this.unsigned?this:c.fromBits(this.low,this.high,!0)}xor(p){return c.isLong(p)||(p=c.fromValue(p)),c.fromBits(this.low^p.low,this.high^p.high,this.unsigned)}toExtendedJSON(p){return p&&p.relaxed?this.toNumber():{$numberLong:this.toString()}}static fromExtendedJSON(p,j){let S=c.fromString(p.$numberLong);return j&&j.relaxed?S.toNumber():S}}e.Long=c,c.TWO_PWR_24=c.fromInt(i),c.MAX_UNSIGNED_VALUE=c.fromBits(4294967295|0,4294967295|0,!0),c.ZERO=c.fromInt(0),c.UZERO=c.fromInt(0,!0),c.ONE=c.fromInt(1),c.UONE=c.fromInt(1,!0),c.NEG_ONE=c.fromInt(-1),c.MAX_VALUE=c.fromBits(4294967295|0,2147483647|0,!1),c.MIN_VALUE=c.fromBits(0,2147483648|0,!1),Object.defineProperty(c.prototype,"__isLong__",{value:!0}),Object.defineProperty(c.prototype,"_bsontype",{value:"Long"})});Mt(Ie);var AU=Ie.Long,xs=Nt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.Decimal128=void 0;let r=/^(\+|-)?(\d+|(\d*\.\d*))?(E|e)?([-+])?(\d+)?$/,n=/^(\+|-)?(Infinity|inf)$/i,i=/^(\+|-)?NaN$/i,o=6111,f=-6176,s=6176,l=34,u=[124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0].reverse(),c=[248,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0].reverse(),_=[120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0].reverse(),p=/^([-+])?(\d+)?$/,j=31,S=16383,T=30,U=31;function W(ae){return!isNaN(parseInt(ae,10))}function L(ae){let Y=Ie.Long.fromNumber(1e3*1e3*1e3),pe=Ie.Long.fromNumber(0);if(!ae.parts[0]&&!ae.parts[1]&&!ae.parts[2]&&!ae.parts[3])return{quotient:ae,rem:pe};for(let y=0;y<=3;y++)pe=pe.shiftLeft(32),pe=pe.add(new Ie.Long(ae.parts[y],0)),ae.parts[y]=pe.div(Y).low,pe=pe.modulo(Y);return{quotient:ae,rem:pe}}function te(ae,Y){if(!ae&&!Y)return{high:Ie.Long.fromNumber(0),low:Ie.Long.fromNumber(0)};let pe=ae.shiftRightUnsigned(32),y=new Ie.Long(ae.getLowBits(),0),g=Y.shiftRightUnsigned(32),N=new Ie.Long(Y.getLowBits(),0),b=pe.multiply(g),H=pe.multiply(N),K=y.multiply(g),M=y.multiply(N);return b=b.add(H.shiftRightUnsigned(32)),H=new Ie.Long(H.getLowBits(),0).add(K).add(M.shiftRightUnsigned(32)),b=b.add(H.shiftRightUnsigned(32)),M=H.shiftLeft(32).add(new Ie.Long(M.getLowBits(),0)),{high:b,low:M}}function ce(ae,Y){let pe=ae.high>>>0,y=Y.high>>>0;if(pe<y)return!0;if(pe===y){let g=ae.low>>>0,N=Y.low>>>0;if(g<N)return!0}return!1}function J(ae,Y){throw new TypeError(`"${ae}" is not a valid Decimal128 string - ${Y}`)}class D{constructor(Y){this.bytes=Y}static fromString(Y){let pe=!1,y=!1,g=!1,N=0,b=0,H=0,K=0,M=0,ie=[0],E=0,We=0,de=0,C=0,X=0,He=0,we=new Ie.Long(0,0),tt=new Ie.Long(0,0),Br=0,je=0;if(Y.length>=7e3)throw new TypeError(""+Y+" not a valid Decimal128 string");let $=Y.match(r),jo=Y.match(n),_o=Y.match(i);if(!$&&!jo&&!_o||Y.length===0)throw new TypeError(""+Y+" not a valid Decimal128 string");if($){let mt=$[2],q=$[4],d=$[5],m=$[6];q&&m===void 0&&J(Y,"missing exponent power"),q&&mt===void 0&&J(Y,"missing exponent base"),q===void 0&&(d||m)&&J(Y,"missing e before exponent")}if((Y[je]==="+"||Y[je]==="-")&&(pe=Y[je++]==="-"),!W(Y[je])&&Y[je]!=="."){if(Y[je]==="i"||Y[je]==="I")return new D(ge.Buffer.from(pe?c:_));if(Y[je]==="N")return new D(ge.Buffer.from(u))}for(;W(Y[je])||Y[je]===".";){if(Y[je]==="."){y&&J(Y,"contains multiple periods"),y=!0,je=je+1;continue}E<34&&(Y[je]!=="0"||g)&&(g||(M=b),g=!0,ie[We++]=parseInt(Y[je],10),E=E+1),g&&(H=H+1),y&&(K=K+1),b=b+1,je=je+1}if(y&&!b)throw new TypeError(""+Y+" not a valid Decimal128 string");if(Y[je]==="e"||Y[je]==="E"){let mt=Y.substr(++je).match(p);if(!mt||!mt[2])return new D(ge.Buffer.from(u));X=parseInt(mt[0],10),je=je+mt[0].length}if(Y[je])return new D(ge.Buffer.from(u));if(de=0,!E)de=0,C=0,ie[0]=0,H=1,E=1,N=0;else if(C=E-1,N=H,N!==1)for(;Y[M+N-1]==="0";)N=N-1;for(X<=K&&K-X>1<<14?X=f:X=X-K;X>o;){if(C=C+1,C-de>l){if(ie.join("").match(/^0+$/)){X=o;break}J(Y,"overflow")}X=X-1}for(;X<f||E<H;){if(C===0&&N<E){X=f,N=0;break}if(E<H?H=H-1:C=C-1,X<o)X=X+1;else{if(ie.join("").match(/^0+$/)){X=o;break}J(Y,"overflow")}}if(C-de+1<N){let mt=b;y&&(M=M+1,mt=mt+1),pe&&(M=M+1,mt=mt+1);let q=parseInt(Y[M+C+1],10),d=0;if(q>=5&&(d=1,q===5)){for(d=ie[C]%2==1?1:0,He=M+C+2;He<mt;He++)if(parseInt(Y[He],10)){d=1;break}}if(d){let m=C;for(;m>=0;m--)if(++ie[m]>9&&(ie[m]=0,m===0))if(X<o)X=X+1,ie[m]=1;else return new D(ge.Buffer.from(pe?c:_))}}if(we=Ie.Long.fromNumber(0),tt=Ie.Long.fromNumber(0),N===0)we=Ie.Long.fromNumber(0),tt=Ie.Long.fromNumber(0);else if(C-de<17){let mt=de;for(tt=Ie.Long.fromNumber(ie[mt++]),we=new Ie.Long(0,0);mt<=C;mt++)tt=tt.multiply(Ie.Long.fromNumber(10)),tt=tt.add(Ie.Long.fromNumber(ie[mt]))}else{let mt=de;for(we=Ie.Long.fromNumber(ie[mt++]);mt<=C-17;mt++)we=we.multiply(Ie.Long.fromNumber(10)),we=we.add(Ie.Long.fromNumber(ie[mt]));for(tt=Ie.Long.fromNumber(ie[mt++]);mt<=C;mt++)tt=tt.multiply(Ie.Long.fromNumber(10)),tt=tt.add(Ie.Long.fromNumber(ie[mt]))}let kt=te(we,Ie.Long.fromString("100000000000000000"));kt.low=kt.low.add(tt),ce(kt.low,tt)&&(kt.high=kt.high.add(Ie.Long.fromNumber(1))),Br=X+s;let Ye={low:Ie.Long.fromNumber(0),high:Ie.Long.fromNumber(0)};kt.high.shiftRightUnsigned(49).and(Ie.Long.fromNumber(1)).equals(Ie.Long.fromNumber(1))?(Ye.high=Ye.high.or(Ie.Long.fromNumber(3).shiftLeft(61)),Ye.high=Ye.high.or(Ie.Long.fromNumber(Br).and(Ie.Long.fromNumber(16383).shiftLeft(47))),Ye.high=Ye.high.or(kt.high.and(Ie.Long.fromNumber(140737488355327)))):(Ye.high=Ye.high.or(Ie.Long.fromNumber(Br&16383).shiftLeft(49)),Ye.high=Ye.high.or(kt.high.and(Ie.Long.fromNumber(562949953421311)))),Ye.low=kt.low,pe&&(Ye.high=Ye.high.or(Ie.Long.fromString("9223372036854775808")));let Rt=ge.Buffer.alloc(16);return je=0,Rt[je++]=Ye.low.low&255,Rt[je++]=Ye.low.low>>8&255,Rt[je++]=Ye.low.low>>16&255,Rt[je++]=Ye.low.low>>24&255,Rt[je++]=Ye.low.high&255,Rt[je++]=Ye.low.high>>8&255,Rt[je++]=Ye.low.high>>16&255,Rt[je++]=Ye.low.high>>24&255,Rt[je++]=Ye.high.low&255,Rt[je++]=Ye.high.low>>8&255,Rt[je++]=Ye.high.low>>16&255,Rt[je++]=Ye.high.low>>24&255,Rt[je++]=Ye.high.high&255,Rt[je++]=Ye.high.high>>8&255,Rt[je++]=Ye.high.high>>16&255,Rt[je++]=Ye.high.high>>24&255,new D(Rt)}toString(){let Y,pe=0,y=new Array(36);for(let je=0;je<y.length;je++)y[je]=0;let g=0,N=!1,b,H={parts:[0,0,0,0]},K,M,ie=[];g=0;let E=this.bytes,We=E[g++]|E[g++]<<8|E[g++]<<16|E[g++]<<24,de=E[g++]|E[g++]<<8|E[g++]<<16|E[g++]<<24,C=E[g++]|E[g++]<<8|E[g++]<<16|E[g++]<<24,X=E[g++]|E[g++]<<8|E[g++]<<16|E[g++]<<24;g=0,{low:new Ie.Long(We,de),high:new Ie.Long(C,X)}.high.lessThan(Ie.Long.ZERO)&&ie.push("-");let we=X>>26&j;if(we>>3==3){if(we===T)return ie.join("")+"Infinity";if(we===U)return"NaN";Y=X>>15&S,b=8+(X>>14&1)}else b=X>>14&7,Y=X>>17&S;let tt=Y-s;if(H.parts[0]=(X&16383)+((b&15)<<14),H.parts[1]=C,H.parts[2]=de,H.parts[3]=We,H.parts[0]===0&&H.parts[1]===0&&H.parts[2]===0&&H.parts[3]===0)N=!0;else for(M=3;M>=0;M--){let je=0,$=L(H);if(H=$.quotient,je=$.rem.low,!!je)for(K=8;K>=0;K--)y[M*9+K]=je%10,je=Math.floor(je/10)}if(N)pe=1,y[g]=0;else for(pe=36;!y[g];)pe=pe-1,g=g+1;let Br=pe-1+tt;if(Br>=34||Br<=-7||tt>0){if(pe>34)return ie.push(`${0}`),tt>0?ie.push("E+"+tt):tt<0&&ie.push("E"+tt),ie.join("");ie.push(`${y[g++]}`),pe=pe-1,pe&&ie.push(".");for(let je=0;je<pe;je++)ie.push(`${y[g++]}`);ie.push("E"),Br>0?ie.push("+"+Br):ie.push(`${Br}`)}else if(tt>=0)for(let je=0;je<pe;je++)ie.push(`${y[g++]}`);else{let je=pe+tt;if(je>0)for(let $=0;$<je;$++)ie.push(`${y[g++]}`);else ie.push("0");for(ie.push(".");je++<0;)ie.push("0");for(let $=0;$<pe-Math.max(je-1,0);$++)ie.push(`${y[g++]}`)}return ie.join("")}toJSON(){return{$numberDecimal:this.toString()}}toExtendedJSON(){return{$numberDecimal:this.toString()}}static fromExtendedJSON(Y){return D.fromString(Y.$numberDecimal)}}e.Decimal128=D,Object.defineProperty(D.prototype,"_bsontype",{value:"Decimal128"})});Mt(xs);var EU=xs.Decimal128,Pf=Nt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.Double=void 0;class r{constructor(i){i instanceof Number&&(i=i.valueOf()),this.value=+i}valueOf(){return this.value}toJSON(){return this.value}toExtendedJSON(i){if(i&&(i.legacy||i.relaxed&&isFinite(this.value)))return this.value;if(Object.is(Math.sign(this.value),-0))return{$numberDouble:`-${this.value.toFixed(1)}`};let o;return Number.isInteger(this.value)?(o=this.value.toFixed(1),o.length>=13&&(o=this.value.toExponential(13).toUpperCase())):o=this.value.toString(),{$numberDouble:o}}static fromExtendedJSON(i,o){let f=parseFloat(i.$numberDouble);return o&&o.relaxed?f:new r(f)}}e.Double=r,Object.defineProperty(r.prototype,"_bsontype",{value:"Double"})});Mt(Pf);var OU=Pf.Double,Rf=Nt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.Int32=void 0;class r{constructor(i){i instanceof Number&&(i=i.valueOf()),this.value=+i}valueOf(){return this.value}toJSON(){return this.value}toExtendedJSON(i){return i&&(i.relaxed||i.legacy)?this.value:{$numberInt:this.value.toString()}}static fromExtendedJSON(i,o){return o&&o.relaxed?parseInt(i.$numberInt,10):new r(i.$numberInt)}}e.Int32=r,Object.defineProperty(r.prototype,"_bsontype",{value:"Int32"})});Mt(Rf);var NU=Rf.Int32,ep=Nt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.Map=void 0;let r;e.Map=r;let n=function(f){return f&&f.Math==Math&&f};function i(){return n(typeof globalThis=="object"&&globalThis)||n(typeof window=="object"&&window)||n(typeof self=="object"&&self)||n(typeof Yc=="object"&&Yc)||Function("return this")()}let o=i();Object.prototype.hasOwnProperty.call(o,"Map")?e.Map=r=o.Map:e.Map=r=class{constructor(s=[]){this._keys=[],this._values={};for(let l=0;l<s.length;l++){if(s[l]==null)continue;let u=s[l],c=u[0],_=u[1];this._keys.push(c),this._values[c]={v:_,i:this._keys.length-1}}}clear(){this._keys=[],this._values={}}delete(s){let l=this._values[s];return l==null?!1:(delete this._values[s],this._keys.splice(l.i,1),!0)}entries(){let s=0;return{next:()=>{let l=this._keys[s++];return{value:l!==void 0?[l,this._values[l].v]:void 0,done:l===void 0}}}}forEach(s,l){l=l||this;for(let u=0;u<this._keys.length;u++){let c=this._keys[u];s.call(l,this._values[c].v,c,l)}}get(s){return this._values[s]?this._values[s].v:void 0}has(s){return this._values[s]!=null}keys(){let s=0;return{next:()=>{let l=this._keys[s++];return{value:l!==void 0?l:void 0,done:l===void 0}}}}set(s,l){return this._values[s]?(this._values[s].v=l,this):(this._keys.push(s),this._values[s]={v:l,i:this._keys.length-1},this)}values(){let s=0;return{next:()=>{let l=this._keys[s++];return{value:l!==void 0?this._values[l].v:void 0,done:l===void 0}}}}get size(){return this._keys.length}}});Mt(ep);var FU=ep.Map,As=Nt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.MaxKey=void 0;class r{toExtendedJSON(){return{$maxKey:1}}static fromExtendedJSON(){return new r}}e.MaxKey=r,Object.defineProperty(r.prototype,"_bsontype",{value:"MaxKey"})});Mt(As);var PU=As.MaxKey,Es=Nt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.MinKey=void 0;class r{toExtendedJSON(){return{$minKey:1}}static fromExtendedJSON(){return new r}}e.MinKey=r,Object.defineProperty(r.prototype,"_bsontype",{value:"MinKey"})});Mt(Es);var RU=Es.MinKey,Gi=Nt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.ObjectId=void 0;let r=yt.randomBytes(5),n=new RegExp("^[0-9a-fA-F]{24}$"),i=[];for(let c=0;c<256;c++)i[c]=(c<=15?"0":"")+c.toString(16);let o=[],f=0;for(;f<10;)o[48+f]=f++;for(;f<16;)o[65-10+f]=o[97-10+f]=f++;let s=Symbol("id");class l{constructor(_){if(_ instanceof l&&(this[s]=_.id,this.__id=_.__id),typeof _=="object"&&_&&"id"in _&&("toHexString"in _&&typeof _.toHexString=="function"?this[s]=ge.Buffer.from(_.toHexString(),"hex"):this[s]=typeof _.id=="string"?ge.Buffer.from(_.id):_.id),(_==null||typeof _=="number")&&(this[s]=l.generate(typeof _=="number"?_:void 0),l.cacheHexString&&(this.__id=this.id.toString("hex"))),ArrayBuffer.isView(_)&&_.byteLength===12&&(this[s]=No.ensureBuffer(_)),typeof _=="string")if(_.length===12){let p=ge.Buffer.from(_);p.byteLength===12&&(this[s]=p)}else if(_.length===24&&n.test(_))this[s]=ge.Buffer.from(_,"hex");else throw new TypeError("Argument passed in must be a Buffer or string of 12 bytes or a string of 24 hex characters");l.cacheHexString&&(this.__id=this.id.toString("hex"))}get id(){return this[s]}set id(_){this[s]=_,l.cacheHexString&&(this.__id=_.toString("hex"))}get generationTime(){return this.id.readInt32BE(0)}set generationTime(_){this.id.writeUInt32BE(_,0)}toHexString(){if(l.cacheHexString&&this.__id)return this.__id;let _=this.id.toString("hex");return l.cacheHexString&&!this.__id&&(this.__id=_),_}static getInc(){return l.index=(l.index+1)%16777215}static generate(_){typeof _!="number"&&(_=~~(Date.now()/1e3));let p=l.getInc(),j=ge.Buffer.alloc(12);return j.writeUInt32BE(_,0),j[4]=r[0],j[5]=r[1],j[6]=r[2],j[7]=r[3],j[8]=r[4],j[11]=p&255,j[10]=p>>8&255,j[9]=p>>16&255,j}toString(_){return _?this.id.toString(_):this.toHexString()}toJSON(){return this.toHexString()}equals(_){return _==null?!1:_ instanceof l?this.toString()===_.toString():typeof _=="string"&&l.isValid(_)&&_.length===12&&this.id instanceof ge.Buffer?_===this.id.toString("binary"):typeof _=="string"&&l.isValid(_)&&_.length===24?_.toLowerCase()===this.toHexString():typeof _=="string"&&l.isValid(_)&&_.length===12?ge.Buffer.from(_).equals(this.id):typeof _=="object"&&"toHexString"in _&&typeof _.toHexString=="function"?_.toHexString()===this.toHexString():!1}getTimestamp(){let _=new Date,p=this.id.readUInt32BE(0);return _.setTime(Math.floor(p)*1e3),_}static createPk(){return new l}static createFromTime(_){let p=ge.Buffer.from([0,0,0,0,0,0,0,0,0,0,0,0]);return p.writeUInt32BE(_,0),new l(p)}static createFromHexString(_){if(typeof _=="undefined"||_!=null&&_.length!==24)throw new TypeError("Argument passed in must be a single String of 12 bytes or a string of 24 hex characters");return new l(ge.Buffer.from(_,"hex"))}static isValid(_){return _==null?!1:typeof _=="number"?!0:typeof _=="string"?_.length===12||_.length===24&&n.test(_):_ instanceof l||_ instanceof ge.Buffer&&_.length===12?!0:typeof _=="object"&&"toHexString"in _&&typeof _.toHexString=="function"?typeof _.id=="string"?_.id.length===12:_.toHexString().length===24&&n.test(_.id.toString("hex")):!1}toExtendedJSON(){return this.toHexString?{$oid:this.toHexString()}:{$oid:this.toString("hex")}}static fromExtendedJSON(_){return new l(_.$oid)}}e.ObjectId=l,l.index=~~(Math.random()*16777215),Object.defineProperty(l.prototype,"generate",{value:yt.deprecate(c=>l.generate(c),"Please use the static `ObjectId.generate(time)` instead")}),Object.defineProperty(l.prototype,"getInc",{value:yt.deprecate(()=>l.getInc(),"Please use the static `ObjectId.getInc()` instead")}),Object.defineProperty(l.prototype,"get_inc",{value:yt.deprecate(()=>l.getInc(),"Please use the static `ObjectId.getInc()` instead")}),Object.defineProperty(l,"get_inc",{value:yt.deprecate(()=>l.getInc(),"Please use the static `ObjectId.getInc()` instead")});let u=Symbol.for("nodejs.util.inspect.custom");Object.defineProperty(l.prototype,u,l.prototype.toString),Object.defineProperty(l.prototype,"inspect",l.prototype.toString),Object.defineProperty(l.prototype,"_bsontype",{value:"ObjectID"})});Mt(Gi);var HU=Gi.ObjectId,G=Nt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.BSON_BINARY_SUBTYPE_USER_DEFINED=e.BSON_BINARY_SUBTYPE_MD5=e.BSON_BINARY_SUBTYPE_UUID_NEW=e.BSON_BINARY_SUBTYPE_UUID=e.BSON_BINARY_SUBTYPE_BYTE_ARRAY=e.BSON_BINARY_SUBTYPE_FUNCTION=e.BSON_BINARY_SUBTYPE_DEFAULT=e.BSON_DATA_MAX_KEY=e.BSON_DATA_MIN_KEY=e.BSON_DATA_DECIMAL128=e.BSON_DATA_LONG=e.BSON_DATA_TIMESTAMP=e.BSON_DATA_INT=e.BSON_DATA_CODE_W_SCOPE=e.BSON_DATA_SYMBOL=e.BSON_DATA_CODE=e.BSON_DATA_DBPOINTER=e.BSON_DATA_REGEXP=e.BSON_DATA_NULL=e.BSON_DATA_DATE=e.BSON_DATA_BOOLEAN=e.BSON_DATA_OID=e.BSON_DATA_UNDEFINED=e.BSON_DATA_BINARY=e.BSON_DATA_ARRAY=e.BSON_DATA_OBJECT=e.BSON_DATA_STRING=e.BSON_DATA_NUMBER=e.JS_INT_MIN=e.JS_INT_MAX=e.BSON_INT64_MIN=e.BSON_INT64_MAX=e.BSON_INT32_MIN=e.BSON_INT32_MAX=void 0,e.BSON_INT32_MAX=2147483647,e.BSON_INT32_MIN=-2147483648,e.BSON_INT64_MAX=Math.pow(2,63)-1,e.BSON_INT64_MIN=-Math.pow(2,63),e.JS_INT_MAX=Math.pow(2,53),e.JS_INT_MIN=-Math.pow(2,53),e.BSON_DATA_NUMBER=1,e.BSON_DATA_STRING=2,e.BSON_DATA_OBJECT=3,e.BSON_DATA_ARRAY=4,e.BSON_DATA_BINARY=5,e.BSON_DATA_UNDEFINED=6,e.BSON_DATA_OID=7,e.BSON_DATA_BOOLEAN=8,e.BSON_DATA_DATE=9,e.BSON_DATA_NULL=10,e.BSON_DATA_REGEXP=11,e.BSON_DATA_DBPOINTER=12,e.BSON_DATA_CODE=13,e.BSON_DATA_SYMBOL=14,e.BSON_DATA_CODE_W_SCOPE=15,e.BSON_DATA_INT=16,e.BSON_DATA_TIMESTAMP=17,e.BSON_DATA_LONG=18,e.BSON_DATA_DECIMAL128=19,e.BSON_DATA_MIN_KEY=255,e.BSON_DATA_MAX_KEY=127,e.BSON_BINARY_SUBTYPE_DEFAULT=0,e.BSON_BINARY_SUBTYPE_FUNCTION=1,e.BSON_BINARY_SUBTYPE_BYTE_ARRAY=2,e.BSON_BINARY_SUBTYPE_UUID=3,e.BSON_BINARY_SUBTYPE_UUID_NEW=4,e.BSON_BINARY_SUBTYPE_MD5=5,e.BSON_BINARY_SUBTYPE_USER_DEFINED=128});Mt(G);var MU=G.BSON_BINARY_SUBTYPE_USER_DEFINED,zU=G.BSON_BINARY_SUBTYPE_MD5,UU=G.BSON_BINARY_SUBTYPE_UUID_NEW,LU=G.BSON_BINARY_SUBTYPE_UUID,VU=G.BSON_BINARY_SUBTYPE_BYTE_ARRAY,CU=G.BSON_BINARY_SUBTYPE_FUNCTION,WU=G.BSON_BINARY_SUBTYPE_DEFAULT,YU=G.BSON_DATA_MAX_KEY,KU=G.BSON_DATA_MIN_KEY,GU=G.BSON_DATA_DECIMAL128,JU=G.BSON_DATA_LONG,ZU=G.BSON_DATA_TIMESTAMP,XU=G.BSON_DATA_INT,QU=G.BSON_DATA_CODE_W_SCOPE,$U=G.BSON_DATA_SYMBOL,eL=G.BSON_DATA_CODE,tL=G.BSON_DATA_DBPOINTER,rL=G.BSON_DATA_REGEXP,nL=G.BSON_DATA_NULL,iL=G.BSON_DATA_DATE,oL=G.BSON_DATA_BOOLEAN,fL=G.BSON_DATA_OID,sL=G.BSON_DATA_UNDEFINED,aL=G.BSON_DATA_BINARY,lL=G.BSON_DATA_ARRAY,uL=G.BSON_DATA_OBJECT,cL=G.BSON_DATA_STRING,pL=G.BSON_DATA_NUMBER,dL=G.JS_INT_MIN,mL=G.JS_INT_MAX,bL=G.BSON_INT64_MIN,wL=G.BSON_INT64_MAX,hL=G.BSON_INT32_MIN,gL=G.BSON_INT32_MAX,Cb=Nt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.calculateObjectSize=void 0;function r(i,o,f){let s=4+1;if(Array.isArray(i))for(let l=0;l<i.length;l++)s+=n(l.toString(),i[l],o,!0,f);else{i.toBSON&&(i=i.toBSON());for(let l in i)s+=n(l,i[l],o,!1,f)}return s}e.calculateObjectSize=r;function n(i,o,f=!1,s=!1,l=!1){switch(o&&o.toBSON&&(o=o.toBSON()),typeof o){case"string":return 1+ge.Buffer.byteLength(i,"utf8")+1+4+ge.Buffer.byteLength(o,"utf8")+1;case"number":return Math.floor(o)===o&&o>=G.JS_INT_MIN&&o<=G.JS_INT_MAX&&o>=G.BSON_INT32_MIN&&o<=G.BSON_INT32_MAX?(i!=null?ge.Buffer.byteLength(i,"utf8")+1:0)+(4+1):(i!=null?ge.Buffer.byteLength(i,"utf8")+1:0)+(8+1);case"undefined":return s||!l?(i!=null?ge.Buffer.byteLength(i,"utf8")+1:0)+1:0;case"boolean":return(i!=null?ge.Buffer.byteLength(i,"utf8")+1:0)+(1+1);case"object":if(o==null||o._bsontype==="MinKey"||o._bsontype==="MaxKey")return(i!=null?ge.Buffer.byteLength(i,"utf8")+1:0)+1;if(o._bsontype==="ObjectId"||o._bsontype==="ObjectID")return(i!=null?ge.Buffer.byteLength(i,"utf8")+1:0)+(12+1);if(o instanceof Date||yt.isDate(o))return(i!=null?ge.Buffer.byteLength(i,"utf8")+1:0)+(8+1);if(ArrayBuffer.isView(o)||o instanceof ArrayBuffer)return(i!=null?ge.Buffer.byteLength(i,"utf8")+1:0)+(1+4+1)+o.byteLength;if(o._bsontype==="Long"||o._bsontype==="Double"||o._bsontype==="Timestamp")return(i!=null?ge.Buffer.byteLength(i,"utf8")+1:0)+(8+1);if(o._bsontype==="Decimal128")return(i!=null?ge.Buffer.byteLength(i,"utf8")+1:0)+(16+1);if(o._bsontype==="Code")return o.scope!=null&&Object.keys(o.scope).length>0?(i!=null?ge.Buffer.byteLength(i,"utf8")+1:0)+1+4+4+ge.Buffer.byteLength(o.code.toString(),"utf8")+1+r(o.scope,f,l):(i!=null?ge.Buffer.byteLength(i,"utf8")+1:0)+1+4+ge.Buffer.byteLength(o.code.toString(),"utf8")+1;if(o._bsontype==="Binary")return o.sub_type===on.Binary.SUBTYPE_BYTE_ARRAY?(i!=null?ge.Buffer.byteLength(i,"utf8")+1:0)+(o.position+1+4+1+4):(i!=null?ge.Buffer.byteLength(i,"utf8")+1:0)+(o.position+1+4+1);if(o._bsontype==="Symbol")return(i!=null?ge.Buffer.byteLength(i,"utf8")+1:0)+ge.Buffer.byteLength(o.value,"utf8")+4+1+1;if(o._bsontype==="DBRef"){let u=Object.assign({$ref:o.collection,$id:o.oid},o.fields);return o.db!=null&&(u.$db=o.db),(i!=null?ge.Buffer.byteLength(i,"utf8")+1:0)+1+r(u,f,l)}else return o instanceof RegExp||Object.prototype.toString.call(o)==="[object RegExp]"?(i!=null?ge.Buffer.byteLength(i,"utf8")+1:0)+1+ge.Buffer.byteLength(o.source,"utf8")+1+(o.global?1:0)+(o.ignoreCase?1:0)+(o.multiline?1:0)+1:o._bsontype==="BSONRegExp"?(i!=null?ge.Buffer.byteLength(i,"utf8")+1:0)+1+ge.Buffer.byteLength(o.pattern,"utf8")+1+ge.Buffer.byteLength(o.options,"utf8")+1:(i!=null?ge.Buffer.byteLength(i,"utf8")+1:0)+r(o,f,l)+1;case"function":if(o instanceof RegExp||Object.prototype.toString.call(o)==="[object RegExp]"||String.call(o)==="[object RegExp]")return(i!=null?ge.Buffer.byteLength(i,"utf8")+1:0)+1+ge.Buffer.byteLength(o.source,"utf8")+1+(o.global?1:0)+(o.ignoreCase?1:0)+(o.multiline?1:0)+1;if(f&&o.scope!=null&&Object.keys(o.scope).length>0)return(i!=null?ge.Buffer.byteLength(i,"utf8")+1:0)+1+4+4+ge.Buffer.byteLength(yt.normalizedFunctionString(o),"utf8")+1+r(o.scope,f,l);if(f)return(i!=null?ge.Buffer.byteLength(i,"utf8")+1:0)+1+4+ge.Buffer.byteLength(yt.normalizedFunctionString(o),"utf8")+1}return 0}});Mt(Cb);var yL=Cb.calculateObjectSize,Fo=Nt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.BSONRegExp=void 0;function r(i){return i.split("").sort().join("")}class n{constructor(o,f){this.pattern=o,this.options=f??"",r(this.options);for(let s=0;s<this.options.length;s++)if(!(this.options[s]==="i"||this.options[s]==="m"||this.options[s]==="x"||this.options[s]==="l"||this.options[s]==="s"||this.options[s]==="u"))throw new Error(`The regular expression option [${this.options[s]}] is not supported`)}static parseOptions(o){return o?o.split("").sort().join(""):""}toExtendedJSON(o){return o=o||{},o.legacy?{$regex:this.pattern,$options:this.options}:{$regularExpression:{pattern:this.pattern,options:this.options}}}static fromExtendedJSON(o){if("$regex"in o)if(typeof o.$regex!="string"){if(o.$regex._bsontype==="BSONRegExp")return o}else return new n(o.$regex,n.parseOptions(o.$options));if("$regularExpression"in o)return new n(o.$regularExpression.pattern,n.parseOptions(o.$regularExpression.options));throw new TypeError(`Unexpected BSONRegExp EJSON object form: ${JSON.stringify(o)}`)}}e.BSONRegExp=n,Object.defineProperty(n.prototype,"_bsontype",{value:"BSONRegExp"})});Mt(Fo);var jL=Fo.BSONRegExp,Os=Nt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.BSONSymbol=void 0;class r{constructor(i){this.value=i}valueOf(){return this.value}toString(){return this.value}inspect(){return this.value}toJSON(){return this.value}toExtendedJSON(){return{$symbol:this.value}}static fromExtendedJSON(i){return new r(i.$symbol)}}e.BSONSymbol=r,Object.defineProperty(r.prototype,"_bsontype",{value:"Symbol"})});Mt(Os);var _L=Os.BSONSymbol,Po=Nt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.Timestamp=e.LongWithoutOverridesClass=void 0,e.LongWithoutOverridesClass=Ie.Long;class r extends e.LongWithoutOverridesClass{constructor(i,o){Ie.Long.isLong(i)?super(i.low,i.high,!0):super(i,o,!0),Object.defineProperty(this,"_bsontype",{value:"Timestamp",writable:!1,configurable:!1,enumerable:!1})}toJSON(){return{$timestamp:this.toString()}}static fromInt(i){return new r(Ie.Long.fromInt(i,!0))}static fromNumber(i){return new r(Ie.Long.fromNumber(i,!0))}static fromBits(i,o){return new r(i,o)}static fromString(i,o){return new r(Ie.Long.fromString(i,!0,o))}toExtendedJSON(){return{$timestamp:{t:this.high>>>0,i:this.low>>>0}}}static fromExtendedJSON(i){return new r(i.$timestamp.i,i.$timestamp.t)}}e.Timestamp=r,r.MAX_VALUE=Ie.Long.MAX_UNSIGNED_VALUE});Mt(Po);var qL=Po.Timestamp,vL=Po.LongWithoutOverridesClass,tp=Nt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.validateUtf8=void 0;let r=128,n=192,i=224,o=240,f=248,s=192,l=224,u=240,c=128;function _(p,j,S){let T=0;for(let U=j;U<S;U+=1){let W=p[U];if(T){if((W&n)!==c)return!1;T-=1}else if(W&r)if((W&i)===s)T=1;else if((W&o)===l)T=2;else if((W&f)===u)T=3;else return!1}return!T}e.validateUtf8=_});Mt(tp);var TL=tp.validateUtf8,rp=Nt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.deserialize=void 0;let r=Ie.Long.fromNumber(G.JS_INT_MAX),n=Ie.Long.fromNumber(G.JS_INT_MIN),i={};function o(l,u,c){u=u??{};let _=u&&u.index?u.index:0,p=l[_]|l[_+1]<<8|l[_+2]<<16|l[_+3]<<24;if(p<5)throw new Error(`bson size must be >= 5, is ${p}`);if(u.allowObjectSmallerThanBufferSize&&l.length<p)throw new Error(`buffer length ${l.length} must be >= bson size ${p}`);if(!u.allowObjectSmallerThanBufferSize&&l.length!==p)throw new Error(`buffer length ${l.length} must === bson size ${p}`);if(p+_>l.byteLength)throw new Error(`(bson size ${p} + options.index ${_} must be <= buffer length ${l.byteLength})`);if(l[_+p-1]!==0)throw new Error("One object, sized correctly, with a spot for an EOO, but the EOO isn't 0x00");return f(l,_,u,c)}e.deserialize=o;function f(l,u,c,_=!1){let p=c.evalFunctions==null?!1:c.evalFunctions,j=c.cacheFunctions==null?!1:c.cacheFunctions,S=c.fieldsAsRaw==null?null:c.fieldsAsRaw,T=c.raw==null?!1:c.raw,U=typeof c.bsonRegExp=="boolean"?c.bsonRegExp:!1,W=c.promoteBuffers==null?!1:c.promoteBuffers,L=c.promoteLongs==null?!0:c.promoteLongs,te=c.promoteValues==null?!0:c.promoteValues,ce=u;if(l.length<5)throw new Error("corrupt bson message < 5 bytes long");let J=l[u++]|l[u++]<<8|l[u++]<<16|l[u++]<<24;if(J<5||J>l.length)throw new Error("corrupt bson message");let D=_?[]:{},ae=0,Y=!1;for(;!Y;){let g=l[u++];if(g===0)break;let N=u;for(;l[N]!==0&&N<l.length;)N++;if(N>=l.byteLength)throw new Error("Bad BSON Document: illegal CString");let b=_?ae++:l.toString("utf8",u,N);if(u=N+1,g===G.BSON_DATA_STRING){let H=l[u++]|l[u++]<<8|l[u++]<<16|l[u++]<<24;if(H<=0||H>l.length-u||l[u+H-1]!==0)throw new Error("bad string length in bson");if(!tp.validateUtf8(l,u,u+H-1))throw new Error("Invalid UTF-8 string in BSON document");let K=l.toString("utf8",u,u+H-1);D[b]=K,u=u+H}else if(g===G.BSON_DATA_OID){let H=ge.Buffer.alloc(12);l.copy(H,0,u,u+12),D[b]=new Gi.ObjectId(H),u=u+12}else if(g===G.BSON_DATA_INT&&te===!1)D[b]=new Rf.Int32(l[u++]|l[u++]<<8|l[u++]<<16|l[u++]<<24);else if(g===G.BSON_DATA_INT)D[b]=l[u++]|l[u++]<<8|l[u++]<<16|l[u++]<<24;else if(g===G.BSON_DATA_NUMBER&&te===!1)D[b]=new Pf.Double(l.readDoubleLE(u)),u=u+8;else if(g===G.BSON_DATA_NUMBER)D[b]=l.readDoubleLE(u),u=u+8;else if(g===G.BSON_DATA_DATE){let H=l[u++]|l[u++]<<8|l[u++]<<16|l[u++]<<24,K=l[u++]|l[u++]<<8|l[u++]<<16|l[u++]<<24;D[b]=new Date(new Ie.Long(H,K).toNumber())}else if(g===G.BSON_DATA_BOOLEAN){if(l[u]!==0&&l[u]!==1)throw new Error("illegal boolean type value");D[b]=l[u++]===1}else if(g===G.BSON_DATA_OBJECT){let H=u,K=l[u]|l[u+1]<<8|l[u+2]<<16|l[u+3]<<24;if(K<=0||K>l.length-u)throw new Error("bad embedded document length in bson");T?D[b]=l.slice(u,u+K):D[b]=f(l,H,c,!1),u=u+K}else if(g===G.BSON_DATA_ARRAY){let H=u,K=l[u]|l[u+1]<<8|l[u+2]<<16|l[u+3]<<24,M=c,ie=u+K;if(S&&S[b]){M={};for(let E in c)M[E]=c[E];M.raw=!0}if(D[b]=f(l,H,M,!0),u=u+K,l[u-1]!==0)throw new Error("invalid array terminator byte");if(u!==ie)throw new Error("corrupted array bson")}else if(g===G.BSON_DATA_UNDEFINED)D[b]=void 0;else if(g===G.BSON_DATA_NULL)D[b]=null;else if(g===G.BSON_DATA_LONG){let H=l[u++]|l[u++]<<8|l[u++]<<16|l[u++]<<24,K=l[u++]|l[u++]<<8|l[u++]<<16|l[u++]<<24,M=new Ie.Long(H,K);L&&te===!0?D[b]=M.lessThanOrEqual(r)&&M.greaterThanOrEqual(n)?M.toNumber():M:D[b]=M}else if(g===G.BSON_DATA_DECIMAL128){let H=ge.Buffer.alloc(16);l.copy(H,0,u,u+16),u=u+16;let K=new xs.Decimal128(H);"toObject"in K&&typeof K.toObject=="function"?D[b]=K.toObject():D[b]=K}else if(g===G.BSON_DATA_BINARY){let H=l[u++]|l[u++]<<8|l[u++]<<16|l[u++]<<24,K=H,M=l[u++];if(H<0)throw new Error("Negative binary type element size found");if(H>l.byteLength)throw new Error("Binary type size larger than document size");if(l.slice!=null){if(M===on.Binary.SUBTYPE_BYTE_ARRAY){if(H=l[u++]|l[u++]<<8|l[u++]<<16|l[u++]<<24,H<0)throw new Error("Negative binary type element size found for subtype 0x02");if(H>K-4)throw new Error("Binary type with subtype 0x02 contains too long binary size");if(H<K-4)throw new Error("Binary type with subtype 0x02 contains too short binary size")}W&&te?D[b]=l.slice(u,u+H):D[b]=new on.Binary(l.slice(u,u+H),M)}else{let ie=ge.Buffer.alloc(H);if(M===on.Binary.SUBTYPE_BYTE_ARRAY){if(H=l[u++]|l[u++]<<8|l[u++]<<16|l[u++]<<24,H<0)throw new Error("Negative binary type element size found for subtype 0x02");if(H>K-4)throw new Error("Binary type with subtype 0x02 contains too long binary size");if(H<K-4)throw new Error("Binary type with subtype 0x02 contains too short binary size")}for(N=0;N<H;N++)ie[N]=l[u+N];W&&te?D[b]=ie:D[b]=new on.Binary(ie,M)}u=u+H}else if(g===G.BSON_DATA_REGEXP&&U===!1){for(N=u;l[N]!==0&&N<l.length;)N++;if(N>=l.length)throw new Error("Bad BSON Document: illegal CString");let H=l.toString("utf8",u,N);for(u=N+1,N=u;l[N]!==0&&N<l.length;)N++;if(N>=l.length)throw new Error("Bad BSON Document: illegal CString");let K=l.toString("utf8",u,N);u=N+1;let M=new Array(K.length);for(N=0;N<K.length;N++)switch(K[N]){case"m":M[N]="m";break;case"s":M[N]="g";break;case"i":M[N]="i";break}D[b]=new RegExp(H,M.join(""))}else if(g===G.BSON_DATA_REGEXP&&U===!0){for(N=u;l[N]!==0&&N<l.length;)N++;if(N>=l.length)throw new Error("Bad BSON Document: illegal CString");let H=l.toString("utf8",u,N);for(u=N+1,N=u;l[N]!==0&&N<l.length;)N++;if(N>=l.length)throw new Error("Bad BSON Document: illegal CString");let K=l.toString("utf8",u,N);u=N+1,D[b]=new Fo.BSONRegExp(H,K)}else if(g===G.BSON_DATA_SYMBOL){let H=l[u++]|l[u++]<<8|l[u++]<<16|l[u++]<<24;if(H<=0||H>l.length-u||l[u+H-1]!==0)throw new Error("bad string length in bson");let K=l.toString("utf8",u,u+H-1);D[b]=te?K:new Os.BSONSymbol(K),u=u+H}else if(g===G.BSON_DATA_TIMESTAMP){let H=l[u++]|l[u++]<<8|l[u++]<<16|l[u++]<<24,K=l[u++]|l[u++]<<8|l[u++]<<16|l[u++]<<24;D[b]=new Po.Timestamp(H,K)}else if(g===G.BSON_DATA_MIN_KEY)D[b]=new Es.MinKey;else if(g===G.BSON_DATA_MAX_KEY)D[b]=new As.MaxKey;else if(g===G.BSON_DATA_CODE){let H=l[u++]|l[u++]<<8|l[u++]<<16|l[u++]<<24;if(H<=0||H>l.length-u||l[u+H-1]!==0)throw new Error("bad string length in bson");let K=l.toString("utf8",u,u+H-1);p?j?D[b]=s(K,i,D):D[b]=s(K):D[b]=new Do.Code(K),u=u+H}else if(g===G.BSON_DATA_CODE_W_SCOPE){let H=l[u++]|l[u++]<<8|l[u++]<<16|l[u++]<<24;if(H<4+4+4+1)throw new Error("code_w_scope total size shorter minimum expected length");let K=l[u++]|l[u++]<<8|l[u++]<<16|l[u++]<<24;if(K<=0||K>l.length-u||l[u+K-1]!==0)throw new Error("bad string length in bson");let M=l.toString("utf8",u,u+K-1);u=u+K;let ie=u,E=l[u]|l[u+1]<<8|l[u+2]<<16|l[u+3]<<24,We=f(l,ie,c,!1);if(u=u+E,H<4+4+E+K)throw new Error("code_w_scope total size is too short, truncating scope");if(H>4+4+E+K)throw new Error("code_w_scope total size is too long, clips outer document");p?(j?D[b]=s(M,i,D):D[b]=s(M),D[b].scope=We):D[b]=new Do.Code(M,We)}else if(g===G.BSON_DATA_DBPOINTER){let H=l[u++]|l[u++]<<8|l[u++]<<16|l[u++]<<24;if(H<=0||H>l.length-u||l[u+H-1]!==0)throw new Error("bad string length in bson");if(!tp.validateUtf8(l,u,u+H-1))throw new Error("Invalid UTF-8 string in BSON document");let K=l.toString("utf8",u,u+H-1);u=u+H;let M=ge.Buffer.alloc(12);l.copy(M,0,u,u+12);let ie=new Gi.ObjectId(M);u=u+12,D[b]=new Wn.DBRef(K,ie)}else throw new Error("Detected unknown BSON type "+g.toString(16)+' for fieldname "'+b+'"')}if(J!==u-ce)throw _?new Error("corrupt array bson"):new Error("corrupt object bson");let pe=Object.keys(D).filter(g=>g.startsWith("$")),y=!0;if(pe.forEach(g=>{["$ref","$id","$db"].indexOf(g)===-1&&(y=!1)}),!y)return D;if(Wn.isDBRefLike(D)){let g=Object.assign({},D);return delete g.$ref,delete g.$id,delete g.$db,new Wn.DBRef(D.$ref,D.$id,D.$db,g)}return D}function s(l,u,c){return u?(u[l]==null&&(u[l]=new Function(l)),u[l].bind(c)):new Function(l)}});Mt(rp);var BL=rp.deserialize,ql=Nt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.EJSON=e.isBSONType=void 0;function r(T){return yt.isObjectLike(T)&&Reflect.has(T,"_bsontype")&&typeof T._bsontype=="string"}e.isBSONType=r;let n=2147483647,i=-2147483648,o=9223372036854776e3,f=-9223372036854776e3,s={$oid:Gi.ObjectId,$binary:on.Binary,$uuid:on.Binary,$symbol:Os.BSONSymbol,$numberInt:Rf.Int32,$numberDecimal:xs.Decimal128,$numberDouble:Pf.Double,$numberLong:Ie.Long,$minKey:Es.MinKey,$maxKey:As.MaxKey,$regex:Fo.BSONRegExp,$regularExpression:Fo.BSONRegExp,$timestamp:Po.Timestamp};function l(T,U={}){if(typeof T=="number"){if(U.relaxed||U.legacy)return T;if(Math.floor(T)===T){if(T>=i&&T<=n)return new Rf.Int32(T);if(T>=f&&T<=o)return Ie.Long.fromNumber(T)}return new Pf.Double(T)}if(T==null||typeof T!="object")return T;if(T.$undefined)return null;let W=Object.keys(T).filter(L=>L.startsWith("$")&&T[L]!=null);for(let L=0;L<W.length;L++){let te=s[W[L]];if(te)return te.fromExtendedJSON(T,U)}if(T.$date!=null){let L=T.$date,te=new Date;return U.legacy?typeof L=="number"?te.setTime(L):typeof L=="string"&&te.setTime(Date.parse(L)):typeof L=="string"?te.setTime(Date.parse(L)):Ie.Long.isLong(L)?te.setTime(L.toNumber()):typeof L=="number"&&U.relaxed&&te.setTime(L),te}if(T.$code!=null){let L=Object.assign({},T);return T.$scope&&(L.$scope=l(T.$scope)),Do.Code.fromExtendedJSON(T)}if(T.$ref!=null||T.$dbPointer!=null){let L=T.$ref?T:T.$dbPointer;if(L instanceof Wn.DBRef)return L;let te=Object.keys(L).filter(J=>J.startsWith("$")),ce=!0;if(te.forEach(J=>{["$ref","$id","$db"].indexOf(J)===-1&&(ce=!1)}),ce)return Wn.DBRef.fromExtendedJSON(L)}return T}function u(T,U){return T.map(W=>_(W,U))}function c(T){let U=T.toISOString();return T.getUTCMilliseconds()!==0?U:U.slice(0,-5)+"Z"}function _(T,U){if(Array.isArray(T))return u(T,U);if(T===void 0)return null;if(T instanceof Date){let W=T.getTime(),L=W>-1&&W<2534023188e5;return U.legacy?U.relaxed&&L?{$date:T.getTime()}:{$date:c(T)}:U.relaxed&&L?{$date:c(T)}:{$date:{$numberLong:T.getTime().toString()}}}if(typeof T=="number"&&!U.relaxed){if(Math.floor(T)===T){let W=T>=i&&T<=n,L=T>=f&&T<=o;if(W)return{$numberInt:T.toString()};if(L)return{$numberLong:T.toString()}}return{$numberDouble:T.toString()}}if(T instanceof RegExp){let W=T.flags;if(W===void 0){let te=T.toString().match(/[gimuy]*$/);te&&(W=te[0])}return new Fo.BSONRegExp(T.source,W).toExtendedJSON(U)}return T!=null&&typeof T=="object"?j(T,U):T}let p={Binary:T=>new on.Binary(T.value(),T.sub_type),Code:T=>new Do.Code(T.code,T.scope),DBRef:T=>new Wn.DBRef(T.collection||T.namespace,T.oid,T.db,T.fields),Decimal128:T=>new xs.Decimal128(T.bytes),Double:T=>new Pf.Double(T.value),Int32:T=>new Rf.Int32(T.value),Long:T=>Ie.Long.fromBits(T.low!=null?T.low:T.low_,T.low!=null?T.high:T.high_,T.low!=null?T.unsigned:T.unsigned_),MaxKey:()=>new As.MaxKey,MinKey:()=>new Es.MinKey,ObjectID:T=>new Gi.ObjectId(T),ObjectId:T=>new Gi.ObjectId(T),BSONRegExp:T=>new Fo.BSONRegExp(T.pattern,T.options),Symbol:T=>new Os.BSONSymbol(T.value),Timestamp:T=>Po.Timestamp.fromBits(T.low,T.high)};function j(T,U){if(T==null||typeof T!="object")throw new Error("not an object instance");let W=T._bsontype;if(typeof W=="undefined"){let L={};for(let te in T)L[te]=_(T[te],U);return L}else if(r(T)){let L=T;if(typeof L.toExtendedJSON!="function"){let te=p[T._bsontype];if(!te)throw new TypeError("Unrecognized or invalid _bsontype: "+T._bsontype);L=te(L)}return W==="Code"&&L.scope?L=new Do.Code(L.code,_(L.scope,U)):W==="DBRef"&&L.oid&&(L=new Wn.DBRef(L.collection,_(L.oid,U),L.db,L.fields)),L.toExtendedJSON(U)}else throw new Error("_bsontype must be a string, but was: "+typeof W)}var S;(function(T){function U(ce,J){let D=Object.assign({},{relaxed:!0,legacy:!1},J);return typeof D.relaxed=="boolean"&&(D.strict=!D.relaxed),typeof D.strict=="boolean"&&(D.relaxed=!D.strict),JSON.parse(ce,(ae,Y)=>l(Y,D))}T.parse=U;function W(ce,J,D,ae){D!=null&&typeof D=="object"&&(ae=D,D=0),J!=null&&typeof J=="object"&&!Array.isArray(J)&&(ae=J,J=void 0,D=0),ae=Object.assign({},{relaxed:!0,legacy:!1},ae);let Y=_(ce,ae);return JSON.stringify(Y,J,D)}T.stringify=W;function L(ce,J){return J=J||{},JSON.parse(W(ce,J))}T.serialize=L;function te(ce,J){return J=J||{},U(JSON.stringify(ce),J)}T.deserialize=te})(S=e.EJSON||(e.EJSON={}))});Mt(ql);var kL=ql.EJSON,IL=ql.isBSONType,vl=Nt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.writeIEEE754=e.readIEEE754=void 0;function r(i,o,f,s,l){let u,c,_=f==="big",p=l*8-s-1,j=(1<<p)-1,S=j>>1,T=-7,U=_?0:l-1,W=_?1:-1,L=i[o+U];for(U+=W,u=L&(1<<-T)-1,L>>=-T,T+=p;T>0;u=u*256+i[o+U],U+=W,T-=8);for(c=u&(1<<-T)-1,u>>=-T,T+=s;T>0;c=c*256+i[o+U],U+=W,T-=8);if(u===0)u=1-S;else{if(u===j)return c?NaN:(L?-1:1)*(1/0);c=c+Math.pow(2,s),u=u-S}return(L?-1:1)*c*Math.pow(2,u-s)}e.readIEEE754=r;function n(i,o,f,s,l,u){let c,_,p,j=s==="big",S=u*8-l-1,T=(1<<S)-1,U=T>>1,W=l===23?Math.pow(2,-24)-Math.pow(2,-77):0,L=j?u-1:0,te=j?-1:1,ce=o<0||o===0&&1/o<0?1:0;for(o=Math.abs(o),isNaN(o)||o===1/0?(_=isNaN(o)?1:0,c=T):(c=Math.floor(Math.log(o)/Math.LN2),o*(p=Math.pow(2,-c))<1&&(c--,p*=2),c+U>=1?o+=W/p:o+=W*Math.pow(2,1-U),o*p>=2&&(c++,p/=2),c+U>=T?(_=0,c=T):c+U>=1?(_=(o*p-1)*Math.pow(2,l),c=c+U):(_=o*Math.pow(2,U-1)*Math.pow(2,l),c=0)),isNaN(o)&&(_=0);l>=8;)i[f+L]=_&255,L+=te,_/=256,l-=8;for(c=c<<l|_,isNaN(o)&&(c+=8),S+=l;S>0;)i[f+L]=c&255,L+=te,c/=256,S-=8;i[f+L-te]|=ce*128}e.writeIEEE754=n});Mt(vl);var SL=vl.writeIEEE754,xL=vl.readIEEE754,np=Nt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.serializeInto=void 0;let r=/\x00/,n=new Set(["$db","$ref","$id","$clusterTime"]);function i(y){return Object.prototype.toString.call(y)==="[object RegExp]"}function o(y,g,N,b,H){y[b++]=G.BSON_DATA_STRING;let K=H?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");b=b+K+1,y[b-1]=0;let M=y.write(N,b+4,void 0,"utf8");return y[b+3]=M+1>>24&255,y[b+2]=M+1>>16&255,y[b+1]=M+1>>8&255,y[b]=M+1&255,b=b+4+M,y[b++]=0,b}function f(y,g,N,b,H){if(Number.isInteger(N)&&N>=G.BSON_INT32_MIN&&N<=G.BSON_INT32_MAX){y[b++]=G.BSON_DATA_INT;let K=H?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");b=b+K,y[b++]=0,y[b++]=N&255,y[b++]=N>>8&255,y[b++]=N>>16&255,y[b++]=N>>24&255}else{y[b++]=G.BSON_DATA_NUMBER;let K=H?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");b=b+K,y[b++]=0,vl.writeIEEE754(y,N,b,"little",52,8),b=b+8}return b}function s(y,g,N,b,H){y[b++]=G.BSON_DATA_NULL;let K=H?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");return b=b+K,y[b++]=0,b}function l(y,g,N,b,H){y[b++]=G.BSON_DATA_BOOLEAN;let K=H?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");return b=b+K,y[b++]=0,y[b++]=N?1:0,b}function u(y,g,N,b,H){y[b++]=G.BSON_DATA_DATE;let K=H?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");b=b+K,y[b++]=0;let M=Ie.Long.fromNumber(N.getTime()),ie=M.getLowBits(),E=M.getHighBits();return y[b++]=ie&255,y[b++]=ie>>8&255,y[b++]=ie>>16&255,y[b++]=ie>>24&255,y[b++]=E&255,y[b++]=E>>8&255,y[b++]=E>>16&255,y[b++]=E>>24&255,b}function c(y,g,N,b,H){y[b++]=G.BSON_DATA_REGEXP;let K=H?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");if(b=b+K,y[b++]=0,N.source&&N.source.match(r)!=null)throw Error("value "+N.source+" must not contain null bytes");return b=b+y.write(N.source,b,void 0,"utf8"),y[b++]=0,N.ignoreCase&&(y[b++]=105),N.global&&(y[b++]=115),N.multiline&&(y[b++]=109),y[b++]=0,b}function _(y,g,N,b,H){y[b++]=G.BSON_DATA_REGEXP;let K=H?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");if(b=b+K,y[b++]=0,N.pattern.match(r)!=null)throw Error("pattern "+N.pattern+" must not contain null bytes");return b=b+y.write(N.pattern,b,void 0,"utf8"),y[b++]=0,b=b+y.write(N.options.split("").sort().join(""),b,void 0,"utf8"),y[b++]=0,b}function p(y,g,N,b,H){N===null?y[b++]=G.BSON_DATA_NULL:N._bsontype==="MinKey"?y[b++]=G.BSON_DATA_MIN_KEY:y[b++]=G.BSON_DATA_MAX_KEY;let K=H?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");return b=b+K,y[b++]=0,b}function j(y,g,N,b,H){y[b++]=G.BSON_DATA_OID;let K=H?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");if(b=b+K,y[b++]=0,typeof N.id=="string")y.write(N.id,b,void 0,"binary");else if(N.id&&N.id.copy)N.id.copy(y,b,0,12);else throw new TypeError("object ["+JSON.stringify(N)+"] is not a valid ObjectId");return b+12}function S(y,g,N,b,H){y[b++]=G.BSON_DATA_BINARY;let K=H?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");b=b+K,y[b++]=0;let M=N.length;return y[b++]=M&255,y[b++]=M>>8&255,y[b++]=M>>16&255,y[b++]=M>>24&255,y[b++]=G.BSON_BINARY_SUBTYPE_DEFAULT,y.set(No.ensureBuffer(N),b),b=b+M,b}function T(y,g,N,b,H=!1,K=0,M=!1,ie=!0,E=!1,We=[]){for(let X=0;X<We.length;X++)if(We[X]===N)throw new Error("cyclic dependency detected");We.push(N),y[b++]=Array.isArray(N)?G.BSON_DATA_ARRAY:G.BSON_DATA_OBJECT;let de=E?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");b=b+de,y[b++]=0;let C=pe(y,N,H,b,K+1,M,ie,We);return We.pop(),C}function U(y,g,N,b,H){y[b++]=G.BSON_DATA_DECIMAL128;let K=H?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");return b=b+K,y[b++]=0,N.bytes.copy(y,b,0,16),b+16}function W(y,g,N,b,H){y[b++]=N._bsontype==="Long"?G.BSON_DATA_LONG:G.BSON_DATA_TIMESTAMP;let K=H?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");b=b+K,y[b++]=0;let M=N.getLowBits(),ie=N.getHighBits();return y[b++]=M&255,y[b++]=M>>8&255,y[b++]=M>>16&255,y[b++]=M>>24&255,y[b++]=ie&255,y[b++]=ie>>8&255,y[b++]=ie>>16&255,y[b++]=ie>>24&255,b}function L(y,g,N,b,H){N=N.valueOf(),y[b++]=G.BSON_DATA_INT;let K=H?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");return b=b+K,y[b++]=0,y[b++]=N&255,y[b++]=N>>8&255,y[b++]=N>>16&255,y[b++]=N>>24&255,b}function te(y,g,N,b,H){y[b++]=G.BSON_DATA_NUMBER;let K=H?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");return b=b+K,y[b++]=0,vl.writeIEEE754(y,N.value,b,"little",52,8),b=b+8,b}function ce(y,g,N,b,H=!1,K=0,M){y[b++]=G.BSON_DATA_CODE;let ie=M?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");b=b+ie,y[b++]=0;let E=yt.normalizedFunctionString(N),We=y.write(E,b+4,void 0,"utf8")+1;return y[b]=We&255,y[b+1]=We>>8&255,y[b+2]=We>>16&255,y[b+3]=We>>24&255,b=b+4+We-1,y[b++]=0,b}function J(y,g,N,b,H=!1,K=0,M=!1,ie=!0,E=!1){if(N.scope&&typeof N.scope=="object"){y[b++]=G.BSON_DATA_CODE_W_SCOPE;let We=E?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");b=b+We,y[b++]=0;let de=b,C=typeof N.code=="string"?N.code:N.code.toString();b=b+4;let X=y.write(C,b+4,void 0,"utf8")+1;y[b]=X&255,y[b+1]=X>>8&255,y[b+2]=X>>16&255,y[b+3]=X>>24&255,y[b+4+X-1]=0,b=b+X+4;let He=pe(y,N.scope,H,b,K+1,M,ie);b=He-1;let we=He-de;y[de++]=we&255,y[de++]=we>>8&255,y[de++]=we>>16&255,y[de++]=we>>24&255,y[b++]=0}else{y[b++]=G.BSON_DATA_CODE;let We=E?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");b=b+We,y[b++]=0;let de=N.code.toString(),C=y.write(de,b+4,void 0,"utf8")+1;y[b]=C&255,y[b+1]=C>>8&255,y[b+2]=C>>16&255,y[b+3]=C>>24&255,b=b+4+C-1,y[b++]=0}return b}function D(y,g,N,b,H){y[b++]=G.BSON_DATA_BINARY;let K=H?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");b=b+K,y[b++]=0;let M=N.value(!0),ie=N.position;return N.sub_type===on.Binary.SUBTYPE_BYTE_ARRAY&&(ie=ie+4),y[b++]=ie&255,y[b++]=ie>>8&255,y[b++]=ie>>16&255,y[b++]=ie>>24&255,y[b++]=N.sub_type,N.sub_type===on.Binary.SUBTYPE_BYTE_ARRAY&&(ie=ie-4,y[b++]=ie&255,y[b++]=ie>>8&255,y[b++]=ie>>16&255,y[b++]=ie>>24&255),y.set(M,b),b=b+N.position,b}function ae(y,g,N,b,H){y[b++]=G.BSON_DATA_SYMBOL;let K=H?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");b=b+K,y[b++]=0;let M=y.write(N.value,b+4,void 0,"utf8")+1;return y[b]=M&255,y[b+1]=M>>8&255,y[b+2]=M>>16&255,y[b+3]=M>>24&255,b=b+4+M-1,y[b++]=0,b}function Y(y,g,N,b,H,K,M){y[b++]=G.BSON_DATA_OBJECT;let ie=M?y.write(g,b,void 0,"ascii"):y.write(g,b,void 0,"utf8");b=b+ie,y[b++]=0;let E=b,We={$ref:N.collection||N.namespace,$id:N.oid};N.db!=null&&(We.$db=N.db),We=Object.assign(We,N.fields);let de=pe(y,We,!1,b,H+1,K),C=de-E;return y[E++]=C&255,y[E++]=C>>8&255,y[E++]=C>>16&255,y[E++]=C>>24&255,de}function pe(y,g,N=!1,b=0,H=0,K=!1,M=!0,ie=[]){b=b||0,ie=ie||[],ie.push(g);let E=b+4;if(Array.isArray(g))for(let de=0;de<g.length;de++){let C=""+de,X=g[de];if(X&&X.toBSON){if(typeof X.toBSON!="function")throw new TypeError("toBSON is not a function");X=X.toBSON()}if(typeof X=="string")E=o(y,C,X,E,!0);else if(typeof X=="number")E=f(y,C,X,E,!0);else{if(typeof X=="bigint")throw new TypeError("Unsupported type BigInt, please use Decimal128");if(typeof X=="boolean")E=l(y,C,X,E,!0);else if(X instanceof Date||yt.isDate(X))E=u(y,C,X,E,!0);else if(X===void 0)E=s(y,C,X,E,!0);else if(X===null)E=s(y,C,X,E,!0);else if(X._bsontype==="ObjectId"||X._bsontype==="ObjectID")E=j(y,C,X,E,!0);else if(ge.Buffer.isBuffer(X)||yt.isUint8Array(X))E=S(y,C,X,E,!0);else if(X instanceof RegExp||i(X))E=c(y,C,X,E,!0);else if(typeof X=="object"&&X._bsontype==null)E=T(y,C,X,E,N,H,K,M,!0,ie);else if(typeof X=="object"&&ql.isBSONType(X)&&X._bsontype==="Decimal128")E=U(y,C,X,E,!0);else if(X._bsontype==="Long"||X._bsontype==="Timestamp")E=W(y,C,X,E,!0);else if(X._bsontype==="Double")E=te(y,C,X,E,!0);else if(typeof X=="function"&&K)E=ce(y,C,X,E,N,H,!0);else if(X._bsontype==="Code")E=J(y,C,X,E,N,H,K,M,!0);else if(X._bsontype==="Binary")E=D(y,C,X,E,!0);else if(X._bsontype==="Symbol")E=ae(y,C,X,E,!0);else if(X._bsontype==="DBRef")E=Y(y,C,X,E,H,K,!0);else if(X._bsontype==="BSONRegExp")E=_(y,C,X,E,!0);else if(X._bsontype==="Int32")E=L(y,C,X,E,!0);else if(X._bsontype==="MinKey"||X._bsontype==="MaxKey")E=p(y,C,X,E,!0);else if(typeof X._bsontype!="undefined")throw new TypeError("Unrecognized or invalid _bsontype: "+X._bsontype)}}else if(g instanceof ep.Map){let de=g.entries(),C=!1;for(;!C;){let X=de.next();if(C=!!X.done,C)continue;let He=X.value[0],we=X.value[1],tt=typeof we;if(typeof He=="string"&&!n.has(He)){if(He.match(r)!=null)throw Error("key "+He+" must not contain null bytes");if(N){if(He[0]==="$")throw Error("key "+He+" must not start with '$'");if(~He.indexOf("."))throw Error("key "+He+" must not contain '.'")}}if(tt==="string")E=o(y,He,we,E);else if(tt==="number")E=f(y,He,we,E);else{if(tt==="bigint"||yt.isBigInt64Array(we)||yt.isBigUInt64Array(we))throw new TypeError("Unsupported type BigInt, please use Decimal128");if(tt==="boolean")E=l(y,He,we,E);else if(we instanceof Date||yt.isDate(we))E=u(y,He,we,E);else if(we===null||we===void 0&&M===!1)E=s(y,He,we,E);else if(we._bsontype==="ObjectId"||we._bsontype==="ObjectID")E=j(y,He,we,E);else if(ge.Buffer.isBuffer(we)||yt.isUint8Array(we))E=S(y,He,we,E);else if(we instanceof RegExp||i(we))E=c(y,He,we,E);else if(tt==="object"&&we._bsontype==null)E=T(y,He,we,E,N,H,K,M,!1,ie);else if(tt==="object"&&we._bsontype==="Decimal128")E=U(y,He,we,E);else if(we._bsontype==="Long"||we._bsontype==="Timestamp")E=W(y,He,we,E);else if(we._bsontype==="Double")E=te(y,He,we,E);else if(we._bsontype==="Code")E=J(y,He,we,E,N,H,K,M);else if(typeof we=="function"&&K)E=ce(y,He,we,E,N,H,K);else if(we._bsontype==="Binary")E=D(y,He,we,E);else if(we._bsontype==="Symbol")E=ae(y,He,we,E);else if(we._bsontype==="DBRef")E=Y(y,He,we,E,H,K);else if(we._bsontype==="BSONRegExp")E=_(y,He,we,E);else if(we._bsontype==="Int32")E=L(y,He,we,E);else if(we._bsontype==="MinKey"||we._bsontype==="MaxKey")E=p(y,He,we,E);else if(typeof we._bsontype!="undefined")throw new TypeError("Unrecognized or invalid _bsontype: "+we._bsontype)}}}else{if(g.toBSON){if(typeof g.toBSON!="function")throw new TypeError("toBSON is not a function");if(g=g.toBSON(),g!=null&&typeof g!="object")throw new TypeError("toBSON function did not return an object")}for(let de in g){let C=g[de];if(C&&C.toBSON){if(typeof C.toBSON!="function")throw new TypeError("toBSON is not a function");C=C.toBSON()}let X=typeof C;if(typeof de=="string"&&!n.has(de)){if(de.match(r)!=null)throw Error("key "+de+" must not contain null bytes");if(N){if(de[0]==="$")throw Error("key "+de+" must not start with '$'");if(~de.indexOf("."))throw Error("key "+de+" must not contain '.'")}}if(X==="string")E=o(y,de,C,E);else if(X==="number")E=f(y,de,C,E);else{if(X==="bigint")throw new TypeError("Unsupported type BigInt, please use Decimal128");if(X==="boolean")E=l(y,de,C,E);else if(C instanceof Date||yt.isDate(C))E=u(y,de,C,E);else if(C===void 0)M===!1&&(E=s(y,de,C,E));else if(C===null)E=s(y,de,C,E);else if(C._bsontype==="ObjectId"||C._bsontype==="ObjectID")E=j(y,de,C,E);else if(ge.Buffer.isBuffer(C)||yt.isUint8Array(C))E=S(y,de,C,E);else if(C instanceof RegExp||i(C))E=c(y,de,C,E);else if(X==="object"&&C._bsontype==null)E=T(y,de,C,E,N,H,K,M,!1,ie);else if(X==="object"&&C._bsontype==="Decimal128")E=U(y,de,C,E);else if(C._bsontype==="Long"||C._bsontype==="Timestamp")E=W(y,de,C,E);else if(C._bsontype==="Double")E=te(y,de,C,E);else if(C._bsontype==="Code")E=J(y,de,C,E,N,H,K,M);else if(typeof C=="function"&&K)E=ce(y,de,C,E,N,H,K);else if(C._bsontype==="Binary")E=D(y,de,C,E);else if(C._bsontype==="Symbol")E=ae(y,de,C,E);else if(C._bsontype==="DBRef")E=Y(y,de,C,E,H,K);else if(C._bsontype==="BSONRegExp")E=_(y,de,C,E);else if(C._bsontype==="Int32")E=L(y,de,C,E);else if(C._bsontype==="MinKey"||C._bsontype==="MaxKey")E=p(y,de,C,E);else if(typeof C._bsontype!="undefined")throw new TypeError("Unrecognized or invalid _bsontype: "+C._bsontype)}}}ie.pop(),y[E++]=0;let We=E-b;return y[b++]=We&255,y[b++]=We>>8&255,y[b++]=We>>16&255,y[b++]=We>>24&255,E}e.serializeInto=pe});Mt(np);var AL=np.serializeInto,Se=Nt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.deserializeStream=e.calculateObjectSize=e.deserialize=e.serializeWithBufferAndIndex=e.serialize=e.setInternalBufferSize=e.ObjectID=e.Decimal128=e.BSONRegExp=e.MaxKey=e.MinKey=e.Int32=e.Double=e.Timestamp=e.Long=e.ObjectId=e.Binary=e.DBRef=e.BSONSymbol=e.Map=e.Code=e.LongWithoutOverridesClass=e.EJSON=e.JS_INT_MIN=e.JS_INT_MAX=e.BSON_INT64_MIN=e.BSON_INT64_MAX=e.BSON_INT32_MIN=e.BSON_INT32_MAX=e.BSON_DATA_UNDEFINED=e.BSON_DATA_TIMESTAMP=e.BSON_DATA_SYMBOL=e.BSON_DATA_STRING=e.BSON_DATA_REGEXP=e.BSON_DATA_OID=e.BSON_DATA_OBJECT=e.BSON_DATA_NUMBER=e.BSON_DATA_NULL=e.BSON_DATA_MIN_KEY=e.BSON_DATA_MAX_KEY=e.BSON_DATA_LONG=e.BSON_DATA_INT=e.BSON_DATA_DECIMAL128=e.BSON_DATA_DBPOINTER=e.BSON_DATA_DATE=e.BSON_DATA_CODE_W_SCOPE=e.BSON_DATA_CODE=e.BSON_DATA_BOOLEAN=e.BSON_DATA_BINARY=e.BSON_DATA_ARRAY=e.BSON_BINARY_SUBTYPE_UUID_NEW=e.BSON_BINARY_SUBTYPE_UUID=e.BSON_BINARY_SUBTYPE_USER_DEFINED=e.BSON_BINARY_SUBTYPE_MD5=e.BSON_BINARY_SUBTYPE_FUNCTION=e.BSON_BINARY_SUBTYPE_DEFAULT=e.BSON_BINARY_SUBTYPE_BYTE_ARRAY=void 0,Object.defineProperty(e,"Binary",{enumerable:!0,get:function(){return on.Binary}}),Object.defineProperty(e,"Code",{enumerable:!0,get:function(){return Do.Code}}),Object.defineProperty(e,"DBRef",{enumerable:!0,get:function(){return Wn.DBRef}}),Object.defineProperty(e,"Decimal128",{enumerable:!0,get:function(){return xs.Decimal128}}),Object.defineProperty(e,"Double",{enumerable:!0,get:function(){return Pf.Double}}),Object.defineProperty(e,"Int32",{enumerable:!0,get:function(){return Rf.Int32}}),Object.defineProperty(e,"Long",{enumerable:!0,get:function(){return Ie.Long}}),Object.defineProperty(e,"Map",{enumerable:!0,get:function(){return ep.Map}}),Object.defineProperty(e,"MaxKey",{enumerable:!0,get:function(){return As.MaxKey}}),Object.defineProperty(e,"MinKey",{enumerable:!0,get:function(){return Es.MinKey}}),Object.defineProperty(e,"ObjectId",{enumerable:!0,get:function(){return Gi.ObjectId}}),Object.defineProperty(e,"ObjectID",{enumerable:!0,get:function(){return Gi.ObjectId}}),Object.defineProperty(e,"BSONRegExp",{enumerable:!0,get:function(){return Fo.BSONRegExp}}),Object.defineProperty(e,"BSONSymbol",{enumerable:!0,get:function(){return Os.BSONSymbol}}),Object.defineProperty(e,"Timestamp",{enumerable:!0,get:function(){return Po.Timestamp}}),Object.defineProperty(e,"BSON_BINARY_SUBTYPE_BYTE_ARRAY",{enumerable:!0,get:function(){return G.BSON_BINARY_SUBTYPE_BYTE_ARRAY}}),Object.defineProperty(e,"BSON_BINARY_SUBTYPE_DEFAULT",{enumerable:!0,get:function(){return G.BSON_BINARY_SUBTYPE_DEFAULT}}),Object.defineProperty(e,"BSON_BINARY_SUBTYPE_FUNCTION",{enumerable:!0,get:function(){return G.BSON_BINARY_SUBTYPE_FUNCTION}}),Object.defineProperty(e,"BSON_BINARY_SUBTYPE_MD5",{enumerable:!0,get:function(){return G.BSON_BINARY_SUBTYPE_MD5}}),Object.defineProperty(e,"BSON_BINARY_SUBTYPE_USER_DEFINED",{enumerable:!0,get:function(){return G.BSON_BINARY_SUBTYPE_USER_DEFINED}}),Object.defineProperty(e,"BSON_BINARY_SUBTYPE_UUID",{enumerable:!0,get:function(){return G.BSON_BINARY_SUBTYPE_UUID}}),Object.defineProperty(e,"BSON_BINARY_SUBTYPE_UUID_NEW",{enumerable:!0,get:function(){return G.BSON_BINARY_SUBTYPE_UUID_NEW}}),Object.defineProperty(e,"BSON_DATA_ARRAY",{enumerable:!0,get:function(){return G.BSON_DATA_ARRAY}}),Object.defineProperty(e,"BSON_DATA_BINARY",{enumerable:!0,get:function(){return G.BSON_DATA_BINARY}}),Object.defineProperty(e,"BSON_DATA_BOOLEAN",{enumerable:!0,get:function(){return G.BSON_DATA_BOOLEAN}}),Object.defineProperty(e,"BSON_DATA_CODE",{enumerable:!0,get:function(){return G.BSON_DATA_CODE}}),Object.defineProperty(e,"BSON_DATA_CODE_W_SCOPE",{enumerable:!0,get:function(){return G.BSON_DATA_CODE_W_SCOPE}}),Object.defineProperty(e,"BSON_DATA_DATE",{enumerable:!0,get:function(){return G.BSON_DATA_DATE}}),Object.defineProperty(e,"BSON_DATA_DBPOINTER",{enumerable:!0,get:function(){return G.BSON_DATA_DBPOINTER}}),Object.defineProperty(e,"BSON_DATA_DECIMAL128",{enumerable:!0,get:function(){return G.BSON_DATA_DECIMAL128}}),Object.defineProperty(e,"BSON_DATA_INT",{enumerable:!0,get:function(){return G.BSON_DATA_INT}}),Object.defineProperty(e,"BSON_DATA_LONG",{enumerable:!0,get:function(){return G.BSON_DATA_LONG}}),Object.defineProperty(e,"BSON_DATA_MAX_KEY",{enumerable:!0,get:function(){return G.BSON_DATA_MAX_KEY}}),Object.defineProperty(e,"BSON_DATA_MIN_KEY",{enumerable:!0,get:function(){return G.BSON_DATA_MIN_KEY}}),Object.defineProperty(e,"BSON_DATA_NULL",{enumerable:!0,get:function(){return G.BSON_DATA_NULL}}),Object.defineProperty(e,"BSON_DATA_NUMBER",{enumerable:!0,get:function(){return G.BSON_DATA_NUMBER}}),Object.defineProperty(e,"BSON_DATA_OBJECT",{enumerable:!0,get:function(){return G.BSON_DATA_OBJECT}}),Object.defineProperty(e,"BSON_DATA_OID",{enumerable:!0,get:function(){return G.BSON_DATA_OID}}),Object.defineProperty(e,"BSON_DATA_REGEXP",{enumerable:!0,get:function(){return G.BSON_DATA_REGEXP}}),Object.defineProperty(e,"BSON_DATA_STRING",{enumerable:!0,get:function(){return G.BSON_DATA_STRING}}),Object.defineProperty(e,"BSON_DATA_SYMBOL",{enumerable:!0,get:function(){return G.BSON_DATA_SYMBOL}}),Object.defineProperty(e,"BSON_DATA_TIMESTAMP",{enumerable:!0,get:function(){return G.BSON_DATA_TIMESTAMP}}),Object.defineProperty(e,"BSON_DATA_UNDEFINED",{enumerable:!0,get:function(){return G.BSON_DATA_UNDEFINED}}),Object.defineProperty(e,"BSON_INT32_MAX",{enumerable:!0,get:function(){return G.BSON_INT32_MAX}}),Object.defineProperty(e,"BSON_INT32_MIN",{enumerable:!0,get:function(){return G.BSON_INT32_MIN}}),Object.defineProperty(e,"BSON_INT64_MAX",{enumerable:!0,get:function(){return G.BSON_INT64_MAX}}),Object.defineProperty(e,"BSON_INT64_MIN",{enumerable:!0,get:function(){return G.BSON_INT64_MIN}}),Object.defineProperty(e,"JS_INT_MAX",{enumerable:!0,get:function(){return G.JS_INT_MAX}}),Object.defineProperty(e,"JS_INT_MIN",{enumerable:!0,get:function(){return G.JS_INT_MIN}}),Object.defineProperty(e,"EJSON",{enumerable:!0,get:function(){return ql.EJSON}});var r=Po;Object.defineProperty(e,"LongWithoutOverridesClass",{enumerable:!0,get:function(){return r.LongWithoutOverridesClass}});let n=1024*1024*17,i=ge.Buffer.alloc(n);function o(_){i.length<_&&(i=ge.Buffer.alloc(_))}e.setInternalBufferSize=o;function f(_,p={}){let j=typeof p.checkKeys=="boolean"?p.checkKeys:!1,S=typeof p.serializeFunctions=="boolean"?p.serializeFunctions:!1,T=typeof p.ignoreUndefined=="boolean"?p.ignoreUndefined:!0,U=typeof p.minInternalBufferSize=="number"?p.minInternalBufferSize:n;i.length<U&&(i=ge.Buffer.alloc(U));let W=np.serializeInto(i,_,j,0,0,S,T,[]),L=ge.Buffer.alloc(W);return i.copy(L,0,0,L.length),L}e.serialize=f;function s(_,p,j={}){let S=typeof j.checkKeys=="boolean"?j.checkKeys:!1,T=typeof j.serializeFunctions=="boolean"?j.serializeFunctions:!1,U=typeof j.ignoreUndefined=="boolean"?j.ignoreUndefined:!0,W=typeof j.index=="number"?j.index:0,L=np.serializeInto(i,_,S,0,0,T,U);return i.copy(p,W,0,L),W+L-1}e.serializeWithBufferAndIndex=s;function l(_,p={}){return rp.deserialize(No.ensureBuffer(_),p)}e.deserialize=l;function u(_,p={}){p=p||{};let j=typeof p.serializeFunctions=="boolean"?p.serializeFunctions:!1,S=typeof p.ignoreUndefined=="boolean"?p.ignoreUndefined:!0;return Cb.calculateObjectSize(_,j,S)}e.calculateObjectSize=u;function c(_,p,j,S,T,U){let W=Object.assign({allowObjectSmallerThanBufferSize:!0,index:0},U),L=No.ensureBuffer(_),te=p;for(let ce=0;ce<j;ce++){let J=L[te]|L[te+1]<<8|L[te+2]<<16|L[te+3]<<24;W.index=te,S[T+ce]=rp.deserialize(L,W),te=te+J}return te}e.deserializeStream=c}),EL=Mt(Se),OL=Se.deserializeStream,NL=Se.calculateObjectSize,nq=Se.deserialize,DL=Se.serializeWithBufferAndIndex,iq=Se.serialize,FL=Se.setInternalBufferSize,PL=Se.ObjectID,RL=Se.Decimal128,HL=Se.BSONRegExp,ML=Se.MaxKey,zL=Se.MinKey,UL=Se.Int32,LL=Se.Double,VL=Se.Timestamp,CL=Se.Long,WL=Se.ObjectId,YL=Se.Binary,KL=Se.DBRef,GL=Se.BSONSymbol,JL=Se.Map,ZL=Se.Code,XL=Se.LongWithoutOverridesClass,QL=Se.EJSON,$L=Se.JS_INT_MIN,e8=Se.JS_INT_MAX,t8=Se.BSON_INT64_MIN,r8=Se.BSON_INT64_MAX,n8=Se.BSON_INT32_MIN,i8=Se.BSON_INT32_MAX,o8=Se.BSON_DATA_UNDEFINED,f8=Se.BSON_DATA_TIMESTAMP,s8=Se.BSON_DATA_SYMBOL,a8=Se.BSON_DATA_STRING,l8=Se.BSON_DATA_REGEXP,u8=Se.BSON_DATA_OID,c8=Se.BSON_DATA_OBJECT,p8=Se.BSON_DATA_NUMBER,d8=Se.BSON_DATA_NULL,m8=Se.BSON_DATA_MIN_KEY,b8=Se.BSON_DATA_MAX_KEY,w8=Se.BSON_DATA_LONG,h8=Se.BSON_DATA_INT,g8=Se.BSON_DATA_DECIMAL128,y8=Se.BSON_DATA_DBPOINTER,j8=Se.BSON_DATA_DATE,_8=Se.BSON_DATA_CODE_W_SCOPE,q8=Se.BSON_DATA_CODE,v8=Se.BSON_DATA_BOOLEAN,T8=Se.BSON_DATA_BINARY,B8=Se.BSON_DATA_ARRAY,k8=Se.BSON_BINARY_SUBTYPE_UUID_NEW,I8=Se.BSON_BINARY_SUBTYPE_UUID,S8=Se.BSON_BINARY_SUBTYPE_USER_DEFINED,x8=Se.BSON_BINARY_SUBTYPE_MD5,A8=Se.BSON_BINARY_SUBTYPE_FUNCTION,E8=Se.BSON_BINARY_SUBTYPE_DEFAULT,O8=Se.BSON_BINARY_SUBTYPE_BYTE_ARRAY;function Wb(t,e){return nq(new Uint8Array(t),e)}var iO="3.4.0-alpha.4",Yb={bson:{}},Kb={name:"BSON",id:"bson",module:"bson",version:iO,extensions:["bson"],mimeTypes:["application/bson"],category:"json",binary:!0,parse:oO,parseSync:fO,options:Yb};async function oO(t,e){let r={...Yb.bson,...e==null?void 0:e.bson};return Wb(t,r)}function fO(t,e){let r={...Yb.bson,...e==null?void 0:e.bson};return Wb(t,r)}function Gb(t,e){return iq(t).buffer}var sO="3.4.0-alpha.4",Jb={name:"BSON",id:"bson",module:"bson",version:sO,extensions:["bson"],options:{image:{mimeType:"application/bson"}},async encode(t,e){return Gb(t,{})},encodeSync(t,e){return Gb(t,{})}};var Hf={BOOLEAN:{primitiveType:"BOOLEAN",toPrimitive:aO,fromPrimitive:lO},INT32:{primitiveType:"INT32",toPrimitive:sq},INT64:{primitiveType:"INT64",toPrimitive:aq},INT96:{primitiveType:"INT96",toPrimitive:jO},FLOAT:{primitiveType:"FLOAT",toPrimitive:uO},DOUBLE:{primitiveType:"DOUBLE",toPrimitive:cO},BYTE_ARRAY:{primitiveType:"BYTE_ARRAY",toPrimitive:lq},FIXED_LEN_BYTE_ARRAY:{primitiveType:"FIXED_LEN_BYTE_ARRAY",toPrimitive:lq},UTF8:{primitiveType:"BYTE_ARRAY",originalType:"UTF8",toPrimitive:_O,fromPrimitive:qO},TIME_MILLIS:{primitiveType:"INT32",originalType:"TIME_MILLIS",toPrimitive:IO},TIME_MICROS:{primitiveType:"INT64",originalType:"TIME_MICROS",toPrimitive:SO},DATE:{primitiveType:"INT32",originalType:"DATE",toPrimitive:xO,fromPrimitive:AO},TIMESTAMP_MILLIS:{primitiveType:"INT64",originalType:"TIMESTAMP_MILLIS",toPrimitive:EO,fromPrimitive:OO},TIMESTAMP_MICROS:{primitiveType:"INT64",originalType:"TIMESTAMP_MICROS",toPrimitive:NO,fromPrimitive:DO},UINT_8:{primitiveType:"INT32",originalType:"UINT_8",toPrimitive:dO},UINT_16:{primitiveType:"INT32",originalType:"UINT_16",toPrimitive:bO},UINT_32:{primitiveType:"INT32",originalType:"UINT_32",toPrimitive:hO},UINT_64:{primitiveType:"INT64",originalType:"UINT_64",toPrimitive:yO},INT_8:{primitiveType:"INT32",originalType:"INT_8",toPrimitive:pO},INT_16:{primitiveType:"INT32",originalType:"INT_16",toPrimitive:mO},INT_32:{primitiveType:"INT32",originalType:"INT_32",toPrimitive:sq},INT_64:{primitiveType:"INT64",originalType:"INT_64",toPrimitive:aq},JSON:{primitiveType:"BYTE_ARRAY",originalType:"JSON",toPrimitive:vO,fromPrimitive:TO},BSON:{primitiveType:"BYTE_ARRAY",originalType:"BSON",toPrimitive:BO,fromPrimitive:kO},INTERVAL:{primitiveType:"FIXED_LEN_BYTE_ARRAY",originalType:"INTERVAL",typeLength:12,toPrimitive:FO,fromPrimitive:PO},DECIMAL_INT32:{primitiveType:"INT32",originalType:"DECIMAL_INT32",toPrimitive:wO,fromPrimitive:pq},DECIMAL_INT64:{primitiveType:"INT64",originalType:"DECIMAL_INT64",toPrimitive:gO,fromPrimitive:pq},DECIMAL_BYTE_ARRAY:{primitiveType:"BYTE_ARRAY",originalType:"DECIMAL_BYTE_ARRAY",toPrimitive:uq,fromPrimitive:dq},DECIMAL_FIXED_LEN_BYTE_ARRAY:{primitiveType:"FIXED_LEN_BYTE_ARRAY",originalType:"DECIMAL_FIXED_LEN_BYTE_ARRAY",toPrimitive:uq,fromPrimitive:dq}};function oq(t,e,r){if(!(t in Hf))throw new Error(`invalid type: ${t}`);return Hf[t].toPrimitive(e,r)}function fq(t,e,r){if(!(t in Hf))throw new Error(`invalid type: ${t}`);return"fromPrimitive"in Hf[t]?Hf[t].fromPrimitive?.(e,r):e}function aO(t){return Boolean(t)}function lO(t){return Boolean(t)}function uO(t){let e=parseFloat(t);if(isNaN(e))throw new Error(`invalid value for FLOAT: ${t}`);return e}function cO(t){let e=parseFloat(t);if(isNaN(e))throw new Error(`invalid value for DOUBLE: ${t}`);return e}function pO(t){let e=parseInt(t,10);if(e<-128||e>127||isNaN(e))throw new Error(`invalid value for INT8: ${t}`);return e}function dO(t){let e=parseInt(t,10);if(e<0||e>255||isNaN(e))throw new Error(`invalid value for UINT8: ${t}`);return e}function mO(t){let e=parseInt(t,10);if(e<-32768||e>32767||isNaN(e))throw new Error(`invalid value for INT16: ${t}`);return e}function bO(t){let e=parseInt(t,10);if(e<0||e>65535||isNaN(e))throw new Error(`invalid value for UINT16: ${t}`);return e}function sq(t){let e=parseInt(t,10);if(e<-2147483648||e>2147483647||isNaN(e))throw new Error(`invalid value for INT32: ${t}`);return e}function wO(t,e){let r=t*10**(e.scale||0),n=Math.round(r*10**-e.presision%1*10**e.presision);if(n<-2147483648||n>2147483647||isNaN(n))throw new Error(`invalid value for INT32: ${t}`);return n}function hO(t){let e=parseInt(t,10);if(e<0||e>281474976710655||isNaN(e))throw new Error(`invalid value for UINT32: ${t}`);return e}function aq(t){let e=parseInt(t,10);if(isNaN(e))throw new Error(`invalid value for INT64: ${t}`);return e}function gO(t,e){let r=t*10**(e.scale||0),n=Math.round(r*10**-e.presision%1*10**e.presision);if(isNaN(n))throw new Error(`invalid value for INT64: ${t}`);return n}function yO(t){let e=parseInt(t,10);if(e<0||isNaN(e))throw new Error(`invalid value for UINT64: ${t}`);return e}function jO(t){let e=parseInt(t,10);if(isNaN(e))throw new Error(`invalid value for INT96: ${t}`);return e}function lq(t){return Buffer.from(t)}function uq(t){return Buffer.from(t)}function _O(t){return Buffer.from(t,"utf8")}function qO(t){return t.toString()}function vO(t){return Buffer.from(JSON.stringify(t))}function TO(t){return JSON.parse(t)}function BO(t){let e=Jb.encodeSync?.(t);return Buffer.from(e)}function kO(t){return Kb.parseSync?.(t)}function IO(t){let e=parseInt(t,10);if(e<0||e>18446744073709552e3||isNaN(e))throw new Error(`invalid value for TIME_MILLIS: ${t}`);return e}function SO(t){let e=parseInt(t,10);if(e<0||isNaN(e))throw new Error(`invalid value for TIME_MICROS: ${t}`);return e}var cq=864e5;function xO(t){if(t instanceof Date)return t.getTime()/cq;{let e=parseInt(t,10);if(e<0||isNaN(e))throw new Error(`invalid value for DATE: ${t}`);return e}}function AO(t){return new Date(t*cq)}function EO(t){if(t instanceof Date)return t.getTime();{let e=parseInt(t,10);if(e<0||isNaN(e))throw new Error(`invalid value for TIMESTAMP_MILLIS: ${t}`);return e}}function OO(t){return new Date(t)}function NO(t){if(t instanceof Date)return t.getTime()*1e3;{let e=parseInt(t,10);if(e<0||isNaN(e))throw new Error(`invalid value for TIMESTAMP_MICROS: ${t}`);return e}}function DO(t){return new Date(t/1e3)}function FO(t){if(!t.months||!t.days||!t.milliseconds)throw new Error("value for INTERVAL must be object { months: ..., days: ..., milliseconds: ... }");let e=Buffer.alloc(12);return e.writeUInt32LE(t.months,0),e.writeUInt32LE(t.days,4),e.writeUInt32LE(t.milliseconds,8),e}function PO(t){let e=Buffer.from(t),r=e.readUInt32LE(0),n=e.readUInt32LE(4),i=e.readUInt32LE(8);return{months:r,days:n,milliseconds:i}}function pq(t,e){return Math.round(t*10**-e.presision%1*10**e.presision)*10**-(e.scale||0)}function dq(t,e){let r=0;if(t.length<=4)for(let i=0;i<t.length;i++)r+=t[i]<<8*(t.length-i-1);else for(let i=0;i<t.length;i++)r+=t[i]*2**(8*(t.length-1-i));return Math.round(r*10**-e.presision%1*10**e.presision)*10**-(e.scale||0)}function Zb(t){let e={};for(let r of t.fieldList)e[r.key]={dlevels:[],rlevels:[],values:[],pageHeaders:[],count:0};return{rowCount:0,columnData:e}}function mq(t,e,r){let n=Zb(t).columnData;if(Xb(t.fields,e,n,0,0),r.rowCount===0){r.rowCount=1,r.columnData=n;return}r.rowCount+=1;for(let i of t.fieldList)Array.prototype.push.apply(r.columnData[i.key].rlevels,n[i.key].rlevels),Array.prototype.push.apply(r.columnData[i.key].dlevels,n[i.key].dlevels),Array.prototype.push.apply(r.columnData[i.key].values,n[i.key].values),r.columnData[i.key].count+=n[i.key].count}function Xb(t,e,r,n,i){for(let o in t){let f=t[o],s=[];if(e&&f.name in e&&e[f.name]!==void 0&&e[f.name]!==null&&(e[f.name].constructor===Array?s=e[f.name]:s.push(e[f.name])),s.length===0&&Boolean(e)&&f.repetitionType==="REQUIRED")throw new Error(`missing required field: ${f.name}`);if(s.length>1&&f.repetitionType!=="REPEATED")throw new Error(`too many values for field: ${f.name}`);if(s.length===0){f.isNested?Xb(f.fields,null,r,n,i):(r[f.key].count+=1,r[f.key].rlevels.push(n),r[f.key].dlevels.push(i));continue}for(let l=0;l<s.length;l++){let u=l===0?n:f.rLevelMax;f.isNested?Xb(f.fields,s[l],r,u,f.dLevelMax):(r[f.key].count+=1,r[f.key].rlevels.push(u),r[f.key].dlevels.push(f.dLevelMax),r[f.key].values.push(oq(f.originalType||f.primitiveType,s[l])))}}}function ip(t,e){let r=[];for(let n=0;n<e.rowCount;n++)r.push({});for(let n in e.columnData){let i=e.columnData[n];i.count&&RO(t,i,n,r)}return r}function RO(t,e,r,n){let i=t.findField(r),o=t.findFieldBranch(r),f=new Array(i.rLevelMax+1).fill(0),s=0;for(let l=0;l<e.count;l++){let u=e.dlevels[l],c=e.rlevels[l];f[c]++,f.fill(0,c+1);let _=0,p=n[f[_++]-1];for(let j of o){if(j===i||u<j.dLevelMax)break;switch(j.repetitionType){case"REPEATED":j.name in p||(p[j.name]=[]);let S=f[_++];for(;p[j.name].length<=S;)p[j.name].push({});p=p[j.name][S];break;default:p[j.name]=p[j.name]||{},p=p[j.name]}}if(u===i.dLevelMax){let j=fq(i.originalType||i.primitiveType,e.values[s],i);switch(s++,i.repetitionType){case"REPEATED":i.name in p||(p[i.name]=[]);let S=f[_];for(;p[i.name].length<=S;)p[i.name].push(null);p[i.name][S]=j;break;default:p[i.name]=j}}}}var Qb=class{constructor(e){this.schema=e,this.fields=bq(e,0,0,[]),this.fieldList=wq(this.fields)}findField(e){typeof e=="string"?e=e.split(","):e=e.slice(0);let r=this.fields;for(;e.length>1;e.shift())r=r[e[0]].fields;return r[e[0]]}findFieldBranch(e){typeof e=="string"&&(e=e.split(","));let r=[],n=this.fields;for(;e.length>0;e.shift())r.push(n[e[0]]),e.length>1&&(n=n[e[0]].fields);return r}shredRecord(e,r){mq(this,e,r)}materializeRecords(e){return ip(this,e)}compress(e){return $b(this.schema,e),$b(this.fields,e),this}buffer(){return Zb(this)}};function $b(t,e){for(let r in t){let n=t[r];n.fields?$b(n.fields,e):n.compression=e}}function bq(t,e,r,n){let i={};for(let o in t){let f=t[o],s=!f.optional,l=Boolean(f.repeated),u=e,c=r,_="REQUIRED";if(s||(_="OPTIONAL",c++),l&&(_="REPEATED",u++,s&&c++),f.fields){let S=n.concat([o]);i[o]={name:o,path:S,key:S.join(),repetitionType:_,rLevelMax:u,dLevelMax:c,isNested:!0,fieldCount:Object.keys(f.fields).length,fields:bq(f.fields,u,c,S)};continue}let p=Hf[f.type];if(!p)throw new Error(`invalid parquet type: ${f.type}`);if(f.encoding=f.encoding||"PLAIN",!(f.encoding in Xa))throw new Error(`unsupported parquet encoding: ${f.encoding}`);if(f.compression=f.compression||"UNCOMPRESSED",!(f.compression in Eb))throw new Error(`unsupported compression method: ${f.compression}`);let j=n.concat([o]);i[o]={name:o,primitiveType:p.primitiveType,originalType:p.originalType,path:j,key:j.join(),repetitionType:_,encoding:f.encoding,compression:f.compression,typeLength:f.typeLength||p.typeLength,presision:f.presision,scale:f.scale,rLevelMax:u,dLevelMax:c}}return i}function wq(t){let e=[];for(let r in t)e.push(t[r]),t[r].isNested&&(e=e.concat(wq(t[r].fields)));return e}var Ns;(function(l){l[l.BOOLEAN=0]="BOOLEAN",l[l.INT32=1]="INT32",l[l.INT64=2]="INT64",l[l.INT96=3]="INT96",l[l.FLOAT=4]="FLOAT",l[l.DOUBLE=5]="DOUBLE",l[l.BYTE_ARRAY=6]="BYTE_ARRAY",l[l.FIXED_LEN_BYTE_ARRAY=7]="FIXED_LEN_BYTE_ARRAY"})(Ns||(Ns={}));var op;(function(D){D[D.UTF8=0]="UTF8",D[D.MAP=1]="MAP",D[D.MAP_KEY_VALUE=2]="MAP_KEY_VALUE",D[D.LIST=3]="LIST",D[D.ENUM=4]="ENUM",D[D.DECIMAL=5]="DECIMAL",D[D.DATE=6]="DATE",D[D.TIME_MILLIS=7]="TIME_MILLIS",D[D.TIME_MICROS=8]="TIME_MICROS",D[D.TIMESTAMP_MILLIS=9]="TIMESTAMP_MILLIS",D[D.TIMESTAMP_MICROS=10]="TIMESTAMP_MICROS",D[D.UINT_8=11]="UINT_8",D[D.UINT_16=12]="UINT_16",D[D.UINT_32=13]="UINT_32",D[D.UINT_64=14]="UINT_64",D[D.INT_8=15]="INT_8",D[D.INT_16=16]="INT_16",D[D.INT_32=17]="INT_32",D[D.INT_64=18]="INT_64",D[D.JSON=19]="JSON",D[D.BSON=20]="BSON",D[D.INTERVAL=21]="INTERVAL"})(op||(op={}));var fp;(function(n){n[n.REQUIRED=0]="REQUIRED",n[n.OPTIONAL=1]="OPTIONAL",n[n.REPEATED=2]="REPEATED"})(fp||(fp={}));var Mf;(function(l){l[l.PLAIN=0]="PLAIN",l[l.PLAIN_DICTIONARY=2]="PLAIN_DICTIONARY",l[l.RLE=3]="RLE",l[l.BIT_PACKED=4]="BIT_PACKED",l[l.DELTA_BINARY_PACKED=5]="DELTA_BINARY_PACKED",l[l.DELTA_LENGTH_BYTE_ARRAY=6]="DELTA_LENGTH_BYTE_ARRAY",l[l.DELTA_BYTE_ARRAY=7]="DELTA_BYTE_ARRAY",l[l.RLE_DICTIONARY=8]="RLE_DICTIONARY"})(Mf||(Mf={}));var sp;(function(l){l[l.UNCOMPRESSED=0]="UNCOMPRESSED",l[l.SNAPPY=1]="SNAPPY",l[l.GZIP=2]="GZIP",l[l.LZO=3]="LZO",l[l.BROTLI=4]="BROTLI",l[l.LZ4=5]="LZ4",l[l.ZSTD=6]="ZSTD",l[l.LZ4_RAW=7]="LZ4_RAW"})(sp||(sp={}));var ap;(function(i){i[i.DATA_PAGE=0]="DATA_PAGE",i[i.INDEX_PAGE=1]="INDEX_PAGE",i[i.DICTIONARY_PAGE=2]="DICTIONARY_PAGE",i[i.DATA_PAGE_V2=3]="DATA_PAGE_V2"})(ap||(ap={}));var Bw=Pe(wn()),Kr=Pe(ct()),$i=class{constructor(e){e!=null&&e.max!=null&&(this.max=e.max),e!=null&&e.min!=null&&(this.min=e.min),e!=null&&e.null_count!=null&&(typeof e.null_count=="number"?this.null_count=new Bw.default(e.null_count):this.null_count=e.null_count),e!=null&&e.distinct_count!=null&&(typeof e.distinct_count=="number"?this.distinct_count=new Bw.default(e.distinct_count):this.distinct_count=e.distinct_count),e!=null&&e.max_value!=null&&(this.max_value=e.max_value),e!=null&&e.min_value!=null&&(this.min_value=e.min_value)}write(e){e.writeStructBegin("Statistics"),this.max!=null&&(e.writeFieldBegin("max",Kr.Thrift.Type.STRING,1),e.writeBinary(this.max),e.writeFieldEnd()),this.min!=null&&(e.writeFieldBegin("min",Kr.Thrift.Type.STRING,2),e.writeBinary(this.min),e.writeFieldEnd()),this.null_count!=null&&(e.writeFieldBegin("null_count",Kr.Thrift.Type.I64,3),e.writeI64(this.null_count),e.writeFieldEnd()),this.distinct_count!=null&&(e.writeFieldBegin("distinct_count",Kr.Thrift.Type.I64,4),e.writeI64(this.distinct_count),e.writeFieldEnd()),this.max_value!=null&&(e.writeFieldBegin("max_value",Kr.Thrift.Type.STRING,5),e.writeBinary(this.max_value),e.writeFieldEnd()),this.min_value!=null&&(e.writeFieldBegin("min_value",Kr.Thrift.Type.STRING,6),e.writeBinary(this.min_value),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===Kr.Thrift.Type.STOP)break;switch(o){case 1:if(i===Kr.Thrift.Type.STRING){let f=e.readBinary();r.max=f}else e.skip(i);break;case 2:if(i===Kr.Thrift.Type.STRING){let f=e.readBinary();r.min=f}else e.skip(i);break;case 3:if(i===Kr.Thrift.Type.I64){let f=e.readI64();r.null_count=f}else e.skip(i);break;case 4:if(i===Kr.Thrift.Type.I64){let f=e.readI64();r.distinct_count=f}else e.skip(i);break;case 5:if(i===Kr.Thrift.Type.STRING){let f=e.readBinary();r.max_value=f}else e.skip(i);break;case 6:if(i===Kr.Thrift.Type.STRING){let f=e.readBinary();r.min_value=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}return e.readStructEnd(),new $i(r)}};var Bv=Pe(ct()),Al=class{constructor(){}write(e){e.writeStructBegin("StringType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===Bv.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new Al}};var kv=Pe(ct()),El=class{constructor(){}write(e){e.writeStructBegin("UUIDType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===kv.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new El}};var Iv=Pe(ct()),Ol=class{constructor(){}write(e){e.writeStructBegin("MapType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===Iv.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new Ol}};var Sv=Pe(ct()),Nl=class{constructor(){}write(e){e.writeStructBegin("ListType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===Sv.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new Nl}};var xv=Pe(ct()),Dl=class{constructor(){}write(e){e.writeStructBegin("EnumType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===xv.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new Dl}};var Av=Pe(ct()),Fl=class{constructor(){}write(e){e.writeStructBegin("DateType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===Av.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new Fl}};var Ev=Pe(ct()),Pl=class{constructor(){}write(e){e.writeStructBegin("NullType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===Ev.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new Pl}};var hn=Pe(ct()),Rl=class{constructor(e){if(e!=null&&e.scale!=null)this.scale=e.scale;else throw new hn.Thrift.TProtocolException(hn.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[scale] is unset!");if(e!=null&&e.precision!=null)this.precision=e.precision;else throw new hn.Thrift.TProtocolException(hn.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[precision] is unset!")}write(e){e.writeStructBegin("DecimalType"),this.scale!=null&&(e.writeFieldBegin("scale",hn.Thrift.Type.I32,1),e.writeI32(this.scale),e.writeFieldEnd()),this.precision!=null&&(e.writeFieldBegin("precision",hn.Thrift.Type.I32,2),e.writeI32(this.precision),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===hn.Thrift.Type.STOP)break;switch(o){case 1:if(i===hn.Thrift.Type.I32){let f=e.readI32();r.scale=f}else e.skip(i);break;case 2:if(i===hn.Thrift.Type.I32){let f=e.readI32();r.precision=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.scale!==void 0&&r.precision!==void 0)return new Rl(r);throw new hn.Thrift.TProtocolException(hn.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read DecimalType from input")}};var Ov=Pe(ct()),Hl=class{constructor(){}write(e){e.writeStructBegin("MilliSeconds"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===Ov.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new Hl}};var Nv=Pe(ct()),Ml=class{constructor(){}write(e){e.writeStructBegin("MicroSeconds"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===Nv.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new Ml}};var gn=Pe(ct());var Er=Pe(ct());var pi=class{constructor(e){let r=0;if(e!=null){if(e.MILLIS!=null&&(r++,this.MILLIS=e.MILLIS),e.MICROS!=null&&(r++,this.MICROS=e.MICROS),r>1)throw new Er.Thrift.TProtocolException(Er.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with more than one set value!");if(r<1)throw new Er.Thrift.TProtocolException(Er.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with no set value!")}}static fromMILLIS(e){return new pi({MILLIS:e})}static fromMICROS(e){return new pi({MICROS:e})}write(e){e.writeStructBegin("TimeUnit"),this.MILLIS!=null&&(e.writeFieldBegin("MILLIS",Er.Thrift.Type.STRUCT,1),this.MILLIS.write(e),e.writeFieldEnd()),this.MICROS!=null&&(e.writeFieldBegin("MICROS",Er.Thrift.Type.STRUCT,2),this.MICROS.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){let r=0,n=null;for(e.readStructBegin();;){let i=e.readFieldBegin(),o=i.ftype,f=i.fid;if(o===Er.Thrift.Type.STOP)break;switch(f){case 1:if(o===Er.Thrift.Type.STRUCT){r++;let s=Hl.read(e);n=pi.fromMILLIS(s)}else e.skip(o);break;case 2:if(o===Er.Thrift.Type.STRUCT){r++;let s=Ml.read(e);n=pi.fromMICROS(s)}else e.skip(o);break;default:e.skip(o)}e.readFieldEnd()}if(e.readStructEnd(),r>1)throw new Er.Thrift.TProtocolException(Er.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with more than one set value!");if(r<1)throw new Er.Thrift.TProtocolException(Er.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with no set value!");if(n!==null)return n;throw new Er.Thrift.TProtocolException(Er.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read data for TUnion")}};var zl=class{constructor(e){if(e!=null&&e.isAdjustedToUTC!=null)this.isAdjustedToUTC=e.isAdjustedToUTC;else throw new gn.Thrift.TProtocolException(gn.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[isAdjustedToUTC] is unset!");if(e!=null&&e.unit!=null)this.unit=e.unit;else throw new gn.Thrift.TProtocolException(gn.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[unit] is unset!")}write(e){e.writeStructBegin("TimestampType"),this.isAdjustedToUTC!=null&&(e.writeFieldBegin("isAdjustedToUTC",gn.Thrift.Type.BOOL,1),e.writeBool(this.isAdjustedToUTC),e.writeFieldEnd()),this.unit!=null&&(e.writeFieldBegin("unit",gn.Thrift.Type.STRUCT,2),this.unit.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===gn.Thrift.Type.STOP)break;switch(o){case 1:if(i===gn.Thrift.Type.BOOL){let f=e.readBool();r.isAdjustedToUTC=f}else e.skip(i);break;case 2:if(i===gn.Thrift.Type.STRUCT){let f=pi.read(e);r.unit=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.isAdjustedToUTC!==void 0&&r.unit!==void 0)return new zl(r);throw new gn.Thrift.TProtocolException(gn.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read TimestampType from input")}};var yn=Pe(ct());var Ul=class{constructor(e){if(e!=null&&e.isAdjustedToUTC!=null)this.isAdjustedToUTC=e.isAdjustedToUTC;else throw new yn.Thrift.TProtocolException(yn.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[isAdjustedToUTC] is unset!");if(e!=null&&e.unit!=null)this.unit=e.unit;else throw new yn.Thrift.TProtocolException(yn.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[unit] is unset!")}write(e){e.writeStructBegin("TimeType"),this.isAdjustedToUTC!=null&&(e.writeFieldBegin("isAdjustedToUTC",yn.Thrift.Type.BOOL,1),e.writeBool(this.isAdjustedToUTC),e.writeFieldEnd()),this.unit!=null&&(e.writeFieldBegin("unit",yn.Thrift.Type.STRUCT,2),this.unit.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===yn.Thrift.Type.STOP)break;switch(o){case 1:if(i===yn.Thrift.Type.BOOL){let f=e.readBool();r.isAdjustedToUTC=f}else e.skip(i);break;case 2:if(i===yn.Thrift.Type.STRUCT){let f=pi.read(e);r.unit=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.isAdjustedToUTC!==void 0&&r.unit!==void 0)return new Ul(r);throw new yn.Thrift.TProtocolException(yn.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read TimeType from input")}};var jn=Pe(ct()),Ll=class{constructor(e){if(e!=null&&e.bitWidth!=null)this.bitWidth=e.bitWidth;else throw new jn.Thrift.TProtocolException(jn.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[bitWidth] is unset!");if(e!=null&&e.isSigned!=null)this.isSigned=e.isSigned;else throw new jn.Thrift.TProtocolException(jn.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[isSigned] is unset!")}write(e){e.writeStructBegin("IntType"),this.bitWidth!=null&&(e.writeFieldBegin("bitWidth",jn.Thrift.Type.BYTE,1),e.writeByte(this.bitWidth),e.writeFieldEnd()),this.isSigned!=null&&(e.writeFieldBegin("isSigned",jn.Thrift.Type.BOOL,2),e.writeBool(this.isSigned),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===jn.Thrift.Type.STOP)break;switch(o){case 1:if(i===jn.Thrift.Type.BYTE){let f=e.readByte();r.bitWidth=f}else e.skip(i);break;case 2:if(i===jn.Thrift.Type.BOOL){let f=e.readBool();r.isSigned=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.bitWidth!==void 0&&r.isSigned!==void 0)return new Ll(r);throw new jn.Thrift.TProtocolException(jn.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read IntType from input")}};var Dv=Pe(ct()),Vl=class{constructor(){}write(e){e.writeStructBegin("JsonType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===Dv.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new Vl}};var Fv=Pe(ct()),Cl=class{constructor(){}write(e){e.writeStructBegin("BsonType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===Fv.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new Cl}};var Dt=Pe(ct());var ft=Pe(ct());var vt=class{constructor(e){let r=0;if(e!=null){if(e.STRING!=null&&(r++,this.STRING=e.STRING),e.MAP!=null&&(r++,this.MAP=e.MAP),e.LIST!=null&&(r++,this.LIST=e.LIST),e.ENUM!=null&&(r++,this.ENUM=e.ENUM),e.DECIMAL!=null&&(r++,this.DECIMAL=e.DECIMAL),e.DATE!=null&&(r++,this.DATE=e.DATE),e.TIME!=null&&(r++,this.TIME=e.TIME),e.TIMESTAMP!=null&&(r++,this.TIMESTAMP=e.TIMESTAMP),e.INTEGER!=null&&(r++,this.INTEGER=e.INTEGER),e.UNKNOWN!=null&&(r++,this.UNKNOWN=e.UNKNOWN),e.JSON!=null&&(r++,this.JSON=e.JSON),e.BSON!=null&&(r++,this.BSON=e.BSON),e.UUID!=null&&(r++,this.UUID=e.UUID),r>1)throw new ft.Thrift.TProtocolException(ft.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with more than one set value!");if(r<1)throw new ft.Thrift.TProtocolException(ft.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with no set value!")}}static fromSTRING(e){return new vt({STRING:e})}static fromMAP(e){return new vt({MAP:e})}static fromLIST(e){return new vt({LIST:e})}static fromENUM(e){return new vt({ENUM:e})}static fromDECIMAL(e){return new vt({DECIMAL:e})}static fromDATE(e){return new vt({DATE:e})}static fromTIME(e){return new vt({TIME:e})}static fromTIMESTAMP(e){return new vt({TIMESTAMP:e})}static fromINTEGER(e){return new vt({INTEGER:e})}static fromUNKNOWN(e){return new vt({UNKNOWN:e})}static fromJSON(e){return new vt({JSON:e})}static fromBSON(e){return new vt({BSON:e})}static fromUUID(e){return new vt({UUID:e})}write(e){e.writeStructBegin("LogicalType"),this.STRING!=null&&(e.writeFieldBegin("STRING",ft.Thrift.Type.STRUCT,1),this.STRING.write(e),e.writeFieldEnd()),this.MAP!=null&&(e.writeFieldBegin("MAP",ft.Thrift.Type.STRUCT,2),this.MAP.write(e),e.writeFieldEnd()),this.LIST!=null&&(e.writeFieldBegin("LIST",ft.Thrift.Type.STRUCT,3),this.LIST.write(e),e.writeFieldEnd()),this.ENUM!=null&&(e.writeFieldBegin("ENUM",ft.Thrift.Type.STRUCT,4),this.ENUM.write(e),e.writeFieldEnd()),this.DECIMAL!=null&&(e.writeFieldBegin("DECIMAL",ft.Thrift.Type.STRUCT,5),this.DECIMAL.write(e),e.writeFieldEnd()),this.DATE!=null&&(e.writeFieldBegin("DATE",ft.Thrift.Type.STRUCT,6),this.DATE.write(e),e.writeFieldEnd()),this.TIME!=null&&(e.writeFieldBegin("TIME",ft.Thrift.Type.STRUCT,7),this.TIME.write(e),e.writeFieldEnd()),this.TIMESTAMP!=null&&(e.writeFieldBegin("TIMESTAMP",ft.Thrift.Type.STRUCT,8),this.TIMESTAMP.write(e),e.writeFieldEnd()),this.INTEGER!=null&&(e.writeFieldBegin("INTEGER",ft.Thrift.Type.STRUCT,10),this.INTEGER.write(e),e.writeFieldEnd()),this.UNKNOWN!=null&&(e.writeFieldBegin("UNKNOWN",ft.Thrift.Type.STRUCT,11),this.UNKNOWN.write(e),e.writeFieldEnd()),this.JSON!=null&&(e.writeFieldBegin("JSON",ft.Thrift.Type.STRUCT,12),this.JSON.write(e),e.writeFieldEnd()),this.BSON!=null&&(e.writeFieldBegin("BSON",ft.Thrift.Type.STRUCT,13),this.BSON.write(e),e.writeFieldEnd()),this.UUID!=null&&(e.writeFieldBegin("UUID",ft.Thrift.Type.STRUCT,14),this.UUID.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){let r=0,n=null;for(e.readStructBegin();;){let i=e.readFieldBegin(),o=i.ftype,f=i.fid;if(o===ft.Thrift.Type.STOP)break;switch(f){case 1:if(o===ft.Thrift.Type.STRUCT){r++;let s=Al.read(e);n=vt.fromSTRING(s)}else e.skip(o);break;case 2:if(o===ft.Thrift.Type.STRUCT){r++;let s=Ol.read(e);n=vt.fromMAP(s)}else e.skip(o);break;case 3:if(o===ft.Thrift.Type.STRUCT){r++;let s=Nl.read(e);n=vt.fromLIST(s)}else e.skip(o);break;case 4:if(o===ft.Thrift.Type.STRUCT){r++;let s=Dl.read(e);n=vt.fromENUM(s)}else e.skip(o);break;case 5:if(o===ft.Thrift.Type.STRUCT){r++;let s=Rl.read(e);n=vt.fromDECIMAL(s)}else e.skip(o);break;case 6:if(o===ft.Thrift.Type.STRUCT){r++;let s=Fl.read(e);n=vt.fromDATE(s)}else e.skip(o);break;case 7:if(o===ft.Thrift.Type.STRUCT){r++;let s=Ul.read(e);n=vt.fromTIME(s)}else e.skip(o);break;case 8:if(o===ft.Thrift.Type.STRUCT){r++;let s=zl.read(e);n=vt.fromTIMESTAMP(s)}else e.skip(o);break;case 10:if(o===ft.Thrift.Type.STRUCT){r++;let s=Ll.read(e);n=vt.fromINTEGER(s)}else e.skip(o);break;case 11:if(o===ft.Thrift.Type.STRUCT){r++;let s=Pl.read(e);n=vt.fromUNKNOWN(s)}else e.skip(o);break;case 12:if(o===ft.Thrift.Type.STRUCT){r++;let s=Vl.read(e);n=vt.fromJSON(s)}else e.skip(o);break;case 13:if(o===ft.Thrift.Type.STRUCT){r++;let s=Cl.read(e);n=vt.fromBSON(s)}else e.skip(o);break;case 14:if(o===ft.Thrift.Type.STRUCT){r++;let s=El.read(e);n=vt.fromUUID(s)}else e.skip(o);break;default:e.skip(o)}e.readFieldEnd()}if(e.readStructEnd(),r>1)throw new ft.Thrift.TProtocolException(ft.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with more than one set value!");if(r<1)throw new ft.Thrift.TProtocolException(ft.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with no set value!");if(n!==null)return n;throw new ft.Thrift.TProtocolException(ft.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read data for TUnion")}};var Wl=class{constructor(e){if(e!=null&&e.type!=null&&(this.type=e.type),e!=null&&e.type_length!=null&&(this.type_length=e.type_length),e!=null&&e.repetition_type!=null&&(this.repetition_type=e.repetition_type),e!=null&&e.name!=null)this.name=e.name;else throw new Dt.Thrift.TProtocolException(Dt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[name] is unset!");e!=null&&e.num_children!=null&&(this.num_children=e.num_children),e!=null&&e.converted_type!=null&&(this.converted_type=e.converted_type),e!=null&&e.scale!=null&&(this.scale=e.scale),e!=null&&e.precision!=null&&(this.precision=e.precision),e!=null&&e.field_id!=null&&(this.field_id=e.field_id),e!=null&&e.logicalType!=null&&(this.logicalType=e.logicalType)}write(e){e.writeStructBegin("SchemaElement"),this.type!=null&&(e.writeFieldBegin("type",Dt.Thrift.Type.I32,1),e.writeI32(this.type),e.writeFieldEnd()),this.type_length!=null&&(e.writeFieldBegin("type_length",Dt.Thrift.Type.I32,2),e.writeI32(this.type_length),e.writeFieldEnd()),this.repetition_type!=null&&(e.writeFieldBegin("repetition_type",Dt.Thrift.Type.I32,3),e.writeI32(this.repetition_type),e.writeFieldEnd()),this.name!=null&&(e.writeFieldBegin("name",Dt.Thrift.Type.STRING,4),e.writeString(this.name),e.writeFieldEnd()),this.num_children!=null&&(e.writeFieldBegin("num_children",Dt.Thrift.Type.I32,5),e.writeI32(this.num_children),e.writeFieldEnd()),this.converted_type!=null&&(e.writeFieldBegin("converted_type",Dt.Thrift.Type.I32,6),e.writeI32(this.converted_type),e.writeFieldEnd()),this.scale!=null&&(e.writeFieldBegin("scale",Dt.Thrift.Type.I32,7),e.writeI32(this.scale),e.writeFieldEnd()),this.precision!=null&&(e.writeFieldBegin("precision",Dt.Thrift.Type.I32,8),e.writeI32(this.precision),e.writeFieldEnd()),this.field_id!=null&&(e.writeFieldBegin("field_id",Dt.Thrift.Type.I32,9),e.writeI32(this.field_id),e.writeFieldEnd()),this.logicalType!=null&&(e.writeFieldBegin("logicalType",Dt.Thrift.Type.STRUCT,10),this.logicalType.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===Dt.Thrift.Type.STOP)break;switch(o){case 1:if(i===Dt.Thrift.Type.I32){let f=e.readI32();r.type=f}else e.skip(i);break;case 2:if(i===Dt.Thrift.Type.I32){let f=e.readI32();r.type_length=f}else e.skip(i);break;case 3:if(i===Dt.Thrift.Type.I32){let f=e.readI32();r.repetition_type=f}else e.skip(i);break;case 4:if(i===Dt.Thrift.Type.STRING){let f=e.readString();r.name=f}else e.skip(i);break;case 5:if(i===Dt.Thrift.Type.I32){let f=e.readI32();r.num_children=f}else e.skip(i);break;case 6:if(i===Dt.Thrift.Type.I32){let f=e.readI32();r.converted_type=f}else e.skip(i);break;case 7:if(i===Dt.Thrift.Type.I32){let f=e.readI32();r.scale=f}else e.skip(i);break;case 8:if(i===Dt.Thrift.Type.I32){let f=e.readI32();r.precision=f}else e.skip(i);break;case 9:if(i===Dt.Thrift.Type.I32){let f=e.readI32();r.field_id=f}else e.skip(i);break;case 10:if(i===Dt.Thrift.Type.STRUCT){let f=vt.read(e);r.logicalType=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.name!==void 0)return new Wl(r);throw new Dt.Thrift.TProtocolException(Dt.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read SchemaElement from input")}};var Kt=Pe(ct());var Yl=class{constructor(e){if(e!=null&&e.num_values!=null)this.num_values=e.num_values;else throw new Kt.Thrift.TProtocolException(Kt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_values] is unset!");if(e!=null&&e.encoding!=null)this.encoding=e.encoding;else throw new Kt.Thrift.TProtocolException(Kt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[encoding] is unset!");if(e!=null&&e.definition_level_encoding!=null)this.definition_level_encoding=e.definition_level_encoding;else throw new Kt.Thrift.TProtocolException(Kt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[definition_level_encoding] is unset!");if(e!=null&&e.repetition_level_encoding!=null)this.repetition_level_encoding=e.repetition_level_encoding;else throw new Kt.Thrift.TProtocolException(Kt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[repetition_level_encoding] is unset!");e!=null&&e.statistics!=null&&(this.statistics=e.statistics)}write(e){e.writeStructBegin("DataPageHeader"),this.num_values!=null&&(e.writeFieldBegin("num_values",Kt.Thrift.Type.I32,1),e.writeI32(this.num_values),e.writeFieldEnd()),this.encoding!=null&&(e.writeFieldBegin("encoding",Kt.Thrift.Type.I32,2),e.writeI32(this.encoding),e.writeFieldEnd()),this.definition_level_encoding!=null&&(e.writeFieldBegin("definition_level_encoding",Kt.Thrift.Type.I32,3),e.writeI32(this.definition_level_encoding),e.writeFieldEnd()),this.repetition_level_encoding!=null&&(e.writeFieldBegin("repetition_level_encoding",Kt.Thrift.Type.I32,4),e.writeI32(this.repetition_level_encoding),e.writeFieldEnd()),this.statistics!=null&&(e.writeFieldBegin("statistics",Kt.Thrift.Type.STRUCT,5),this.statistics.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===Kt.Thrift.Type.STOP)break;switch(o){case 1:if(i===Kt.Thrift.Type.I32){let f=e.readI32();r.num_values=f}else e.skip(i);break;case 2:if(i===Kt.Thrift.Type.I32){let f=e.readI32();r.encoding=f}else e.skip(i);break;case 3:if(i===Kt.Thrift.Type.I32){let f=e.readI32();r.definition_level_encoding=f}else e.skip(i);break;case 4:if(i===Kt.Thrift.Type.I32){let f=e.readI32();r.repetition_level_encoding=f}else e.skip(i);break;case 5:if(i===Kt.Thrift.Type.STRUCT){let f=$i.read(e);r.statistics=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.num_values!==void 0&&r.encoding!==void 0&&r.definition_level_encoding!==void 0&&r.repetition_level_encoding!==void 0)return new Yl(r);throw new Kt.Thrift.TProtocolException(Kt.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read DataPageHeader from input")}};var Pv=Pe(ct()),Kl=class{constructor(){}write(e){e.writeStructBegin("IndexPageHeader"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===Pv.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new Kl}};var Gr=Pe(ct()),Gl=class{constructor(e){if(e!=null&&e.num_values!=null)this.num_values=e.num_values;else throw new Gr.Thrift.TProtocolException(Gr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_values] is unset!");if(e!=null&&e.encoding!=null)this.encoding=e.encoding;else throw new Gr.Thrift.TProtocolException(Gr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[encoding] is unset!");e!=null&&e.is_sorted!=null&&(this.is_sorted=e.is_sorted)}write(e){e.writeStructBegin("DictionaryPageHeader"),this.num_values!=null&&(e.writeFieldBegin("num_values",Gr.Thrift.Type.I32,1),e.writeI32(this.num_values),e.writeFieldEnd()),this.encoding!=null&&(e.writeFieldBegin("encoding",Gr.Thrift.Type.I32,2),e.writeI32(this.encoding),e.writeFieldEnd()),this.is_sorted!=null&&(e.writeFieldBegin("is_sorted",Gr.Thrift.Type.BOOL,3),e.writeBool(this.is_sorted),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===Gr.Thrift.Type.STOP)break;switch(o){case 1:if(i===Gr.Thrift.Type.I32){let f=e.readI32();r.num_values=f}else e.skip(i);break;case 2:if(i===Gr.Thrift.Type.I32){let f=e.readI32();r.encoding=f}else e.skip(i);break;case 3:if(i===Gr.Thrift.Type.BOOL){let f=e.readBool();r.is_sorted=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.num_values!==void 0&&r.encoding!==void 0)return new Gl(r);throw new Gr.Thrift.TProtocolException(Gr.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read DictionaryPageHeader from input")}};var ht=Pe(ct());var Jl=class{constructor(e){this.is_compressed=!0;if(e!=null&&e.num_values!=null)this.num_values=e.num_values;else throw new ht.Thrift.TProtocolException(ht.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_values] is unset!");if(e!=null&&e.num_nulls!=null)this.num_nulls=e.num_nulls;else throw new ht.Thrift.TProtocolException(ht.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_nulls] is unset!");if(e!=null&&e.num_rows!=null)this.num_rows=e.num_rows;else throw new ht.Thrift.TProtocolException(ht.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_rows] is unset!");if(e!=null&&e.encoding!=null)this.encoding=e.encoding;else throw new ht.Thrift.TProtocolException(ht.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[encoding] is unset!");if(e!=null&&e.definition_levels_byte_length!=null)this.definition_levels_byte_length=e.definition_levels_byte_length;else throw new ht.Thrift.TProtocolException(ht.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[definition_levels_byte_length] is unset!");if(e!=null&&e.repetition_levels_byte_length!=null)this.repetition_levels_byte_length=e.repetition_levels_byte_length;else throw new ht.Thrift.TProtocolException(ht.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[repetition_levels_byte_length] is unset!");e!=null&&e.is_compressed!=null&&(this.is_compressed=e.is_compressed),e!=null&&e.statistics!=null&&(this.statistics=e.statistics)}write(e){e.writeStructBegin("DataPageHeaderV2"),this.num_values!=null&&(e.writeFieldBegin("num_values",ht.Thrift.Type.I32,1),e.writeI32(this.num_values),e.writeFieldEnd()),this.num_nulls!=null&&(e.writeFieldBegin("num_nulls",ht.Thrift.Type.I32,2),e.writeI32(this.num_nulls),e.writeFieldEnd()),this.num_rows!=null&&(e.writeFieldBegin("num_rows",ht.Thrift.Type.I32,3),e.writeI32(this.num_rows),e.writeFieldEnd()),this.encoding!=null&&(e.writeFieldBegin("encoding",ht.Thrift.Type.I32,4),e.writeI32(this.encoding),e.writeFieldEnd()),this.definition_levels_byte_length!=null&&(e.writeFieldBegin("definition_levels_byte_length",ht.Thrift.Type.I32,5),e.writeI32(this.definition_levels_byte_length),e.writeFieldEnd()),this.repetition_levels_byte_length!=null&&(e.writeFieldBegin("repetition_levels_byte_length",ht.Thrift.Type.I32,6),e.writeI32(this.repetition_levels_byte_length),e.writeFieldEnd()),this.is_compressed!=null&&(e.writeFieldBegin("is_compressed",ht.Thrift.Type.BOOL,7),e.writeBool(this.is_compressed),e.writeFieldEnd()),this.statistics!=null&&(e.writeFieldBegin("statistics",ht.Thrift.Type.STRUCT,8),this.statistics.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===ht.Thrift.Type.STOP)break;switch(o){case 1:if(i===ht.Thrift.Type.I32){let f=e.readI32();r.num_values=f}else e.skip(i);break;case 2:if(i===ht.Thrift.Type.I32){let f=e.readI32();r.num_nulls=f}else e.skip(i);break;case 3:if(i===ht.Thrift.Type.I32){let f=e.readI32();r.num_rows=f}else e.skip(i);break;case 4:if(i===ht.Thrift.Type.I32){let f=e.readI32();r.encoding=f}else e.skip(i);break;case 5:if(i===ht.Thrift.Type.I32){let f=e.readI32();r.definition_levels_byte_length=f}else e.skip(i);break;case 6:if(i===ht.Thrift.Type.I32){let f=e.readI32();r.repetition_levels_byte_length=f}else e.skip(i);break;case 7:if(i===ht.Thrift.Type.BOOL){let f=e.readBool();r.is_compressed=f}else e.skip(i);break;case 8:if(i===ht.Thrift.Type.STRUCT){let f=$i.read(e);r.statistics=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.num_values!==void 0&&r.num_nulls!==void 0&&r.num_rows!==void 0&&r.encoding!==void 0&&r.definition_levels_byte_length!==void 0&&r.repetition_levels_byte_length!==void 0)return new Jl(r);throw new ht.Thrift.TProtocolException(ht.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read DataPageHeaderV2 from input")}};var Ft=Pe(ct());var Zl=class{constructor(e){if(e!=null&&e.type!=null)this.type=e.type;else throw new Ft.Thrift.TProtocolException(Ft.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[type] is unset!");if(e!=null&&e.uncompressed_page_size!=null)this.uncompressed_page_size=e.uncompressed_page_size;else throw new Ft.Thrift.TProtocolException(Ft.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[uncompressed_page_size] is unset!");if(e!=null&&e.compressed_page_size!=null)this.compressed_page_size=e.compressed_page_size;else throw new Ft.Thrift.TProtocolException(Ft.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[compressed_page_size] is unset!");e!=null&&e.crc!=null&&(this.crc=e.crc),e!=null&&e.data_page_header!=null&&(this.data_page_header=e.data_page_header),e!=null&&e.index_page_header!=null&&(this.index_page_header=e.index_page_header),e!=null&&e.dictionary_page_header!=null&&(this.dictionary_page_header=e.dictionary_page_header),e!=null&&e.data_page_header_v2!=null&&(this.data_page_header_v2=e.data_page_header_v2)}write(e){e.writeStructBegin("PageHeader"),this.type!=null&&(e.writeFieldBegin("type",Ft.Thrift.Type.I32,1),e.writeI32(this.type),e.writeFieldEnd()),this.uncompressed_page_size!=null&&(e.writeFieldBegin("uncompressed_page_size",Ft.Thrift.Type.I32,2),e.writeI32(this.uncompressed_page_size),e.writeFieldEnd()),this.compressed_page_size!=null&&(e.writeFieldBegin("compressed_page_size",Ft.Thrift.Type.I32,3),e.writeI32(this.compressed_page_size),e.writeFieldEnd()),this.crc!=null&&(e.writeFieldBegin("crc",Ft.Thrift.Type.I32,4),e.writeI32(this.crc),e.writeFieldEnd()),this.data_page_header!=null&&(e.writeFieldBegin("data_page_header",Ft.Thrift.Type.STRUCT,5),this.data_page_header.write(e),e.writeFieldEnd()),this.index_page_header!=null&&(e.writeFieldBegin("index_page_header",Ft.Thrift.Type.STRUCT,6),this.index_page_header.write(e),e.writeFieldEnd()),this.dictionary_page_header!=null&&(e.writeFieldBegin("dictionary_page_header",Ft.Thrift.Type.STRUCT,7),this.dictionary_page_header.write(e),e.writeFieldEnd()),this.data_page_header_v2!=null&&(e.writeFieldBegin("data_page_header_v2",Ft.Thrift.Type.STRUCT,8),this.data_page_header_v2.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===Ft.Thrift.Type.STOP)break;switch(o){case 1:if(i===Ft.Thrift.Type.I32){let f=e.readI32();r.type=f}else e.skip(i);break;case 2:if(i===Ft.Thrift.Type.I32){let f=e.readI32();r.uncompressed_page_size=f}else e.skip(i);break;case 3:if(i===Ft.Thrift.Type.I32){let f=e.readI32();r.compressed_page_size=f}else e.skip(i);break;case 4:if(i===Ft.Thrift.Type.I32){let f=e.readI32();r.crc=f}else e.skip(i);break;case 5:if(i===Ft.Thrift.Type.STRUCT){let f=Yl.read(e);r.data_page_header=f}else e.skip(i);break;case 6:if(i===Ft.Thrift.Type.STRUCT){let f=Kl.read(e);r.index_page_header=f}else e.skip(i);break;case 7:if(i===Ft.Thrift.Type.STRUCT){let f=Gl.read(e);r.dictionary_page_header=f}else e.skip(i);break;case 8:if(i===Ft.Thrift.Type.STRUCT){let f=Jl.read(e);r.data_page_header_v2=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.type!==void 0&&r.uncompressed_page_size!==void 0&&r.compressed_page_size!==void 0)return new Zl(r);throw new Ft.Thrift.TProtocolException(Ft.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read PageHeader from input")}};var di=Pe(ct()),Uf=class{constructor(e){if(e!=null&&e.key!=null)this.key=e.key;else throw new di.Thrift.TProtocolException(di.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[key] is unset!");e!=null&&e.value!=null&&(this.value=e.value)}write(e){e.writeStructBegin("KeyValue"),this.key!=null&&(e.writeFieldBegin("key",di.Thrift.Type.STRING,1),e.writeString(this.key),e.writeFieldEnd()),this.value!=null&&(e.writeFieldBegin("value",di.Thrift.Type.STRING,2),e.writeString(this.value),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===di.Thrift.Type.STOP)break;switch(o){case 1:if(i===di.Thrift.Type.STRING){let f=e.readString();r.key=f}else e.skip(i);break;case 2:if(i===di.Thrift.Type.STRING){let f=e.readString();r.value=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.key!==void 0)return new Uf(r);throw new di.Thrift.TProtocolException(di.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read KeyValue from input")}};var Or=Pe(ct()),Xl=class{constructor(e){if(e!=null&&e.column_idx!=null)this.column_idx=e.column_idx;else throw new Or.Thrift.TProtocolException(Or.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[column_idx] is unset!");if(e!=null&&e.descending!=null)this.descending=e.descending;else throw new Or.Thrift.TProtocolException(Or.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[descending] is unset!");if(e!=null&&e.nulls_first!=null)this.nulls_first=e.nulls_first;else throw new Or.Thrift.TProtocolException(Or.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[nulls_first] is unset!")}write(e){e.writeStructBegin("SortingColumn"),this.column_idx!=null&&(e.writeFieldBegin("column_idx",Or.Thrift.Type.I32,1),e.writeI32(this.column_idx),e.writeFieldEnd()),this.descending!=null&&(e.writeFieldBegin("descending",Or.Thrift.Type.BOOL,2),e.writeBool(this.descending),e.writeFieldEnd()),this.nulls_first!=null&&(e.writeFieldBegin("nulls_first",Or.Thrift.Type.BOOL,3),e.writeBool(this.nulls_first),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===Or.Thrift.Type.STOP)break;switch(o){case 1:if(i===Or.Thrift.Type.I32){let f=e.readI32();r.column_idx=f}else e.skip(i);break;case 2:if(i===Or.Thrift.Type.BOOL){let f=e.readBool();r.descending=f}else e.skip(i);break;case 3:if(i===Or.Thrift.Type.BOOL){let f=e.readBool();r.nulls_first=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.column_idx!==void 0&&r.descending!==void 0&&r.nulls_first!==void 0)return new Xl(r);throw new Or.Thrift.TProtocolException(Or.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read SortingColumn from input")}};var Nr=Pe(ct()),Ql=class{constructor(e){if(e!=null&&e.page_type!=null)this.page_type=e.page_type;else throw new Nr.Thrift.TProtocolException(Nr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[page_type] is unset!");if(e!=null&&e.encoding!=null)this.encoding=e.encoding;else throw new Nr.Thrift.TProtocolException(Nr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[encoding] is unset!");if(e!=null&&e.count!=null)this.count=e.count;else throw new Nr.Thrift.TProtocolException(Nr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[count] is unset!")}write(e){e.writeStructBegin("PageEncodingStats"),this.page_type!=null&&(e.writeFieldBegin("page_type",Nr.Thrift.Type.I32,1),e.writeI32(this.page_type),e.writeFieldEnd()),this.encoding!=null&&(e.writeFieldBegin("encoding",Nr.Thrift.Type.I32,2),e.writeI32(this.encoding),e.writeFieldEnd()),this.count!=null&&(e.writeFieldBegin("count",Nr.Thrift.Type.I32,3),e.writeI32(this.count),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===Nr.Thrift.Type.STOP)break;switch(o){case 1:if(i===Nr.Thrift.Type.I32){let f=e.readI32();r.page_type=f}else e.skip(i);break;case 2:if(i===Nr.Thrift.Type.I32){let f=e.readI32();r.encoding=f}else e.skip(i);break;case 3:if(i===Nr.Thrift.Type.I32){let f=e.readI32();r.count=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.page_type!==void 0&&r.encoding!==void 0&&r.count!==void 0)return new Ql(r);throw new Nr.Thrift.TProtocolException(Nr.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read PageEncodingStats from input")}};var Lf=Pe(wn()),Ne=Pe(ct());var $l=class{constructor(e){if(e!=null&&e.type!=null)this.type=e.type;else throw new Ne.Thrift.TProtocolException(Ne.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[type] is unset!");if(e!=null&&e.encodings!=null)this.encodings=e.encodings;else throw new Ne.Thrift.TProtocolException(Ne.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[encodings] is unset!");if(e!=null&&e.path_in_schema!=null)this.path_in_schema=e.path_in_schema;else throw new Ne.Thrift.TProtocolException(Ne.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[path_in_schema] is unset!");if(e!=null&&e.codec!=null)this.codec=e.codec;else throw new Ne.Thrift.TProtocolException(Ne.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[codec] is unset!");if(e!=null&&e.num_values!=null)typeof e.num_values=="number"?this.num_values=new Lf.default(e.num_values):this.num_values=e.num_values;else throw new Ne.Thrift.TProtocolException(Ne.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_values] is unset!");if(e!=null&&e.total_uncompressed_size!=null)typeof e.total_uncompressed_size=="number"?this.total_uncompressed_size=new Lf.default(e.total_uncompressed_size):this.total_uncompressed_size=e.total_uncompressed_size;else throw new Ne.Thrift.TProtocolException(Ne.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[total_uncompressed_size] is unset!");if(e!=null&&e.total_compressed_size!=null)typeof e.total_compressed_size=="number"?this.total_compressed_size=new Lf.default(e.total_compressed_size):this.total_compressed_size=e.total_compressed_size;else throw new Ne.Thrift.TProtocolException(Ne.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[total_compressed_size] is unset!");if(e!=null&&e.key_value_metadata!=null&&(this.key_value_metadata=e.key_value_metadata),e!=null&&e.data_page_offset!=null)typeof e.data_page_offset=="number"?this.data_page_offset=new Lf.default(e.data_page_offset):this.data_page_offset=e.data_page_offset;else throw new Ne.Thrift.TProtocolException(Ne.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[data_page_offset] is unset!");e!=null&&e.index_page_offset!=null&&(typeof e.index_page_offset=="number"?this.index_page_offset=new Lf.default(e.index_page_offset):this.index_page_offset=e.index_page_offset),e!=null&&e.dictionary_page_offset!=null&&(typeof e.dictionary_page_offset=="number"?this.dictionary_page_offset=new Lf.default(e.dictionary_page_offset):this.dictionary_page_offset=e.dictionary_page_offset),e!=null&&e.statistics!=null&&(this.statistics=e.statistics),e!=null&&e.encoding_stats!=null&&(this.encoding_stats=e.encoding_stats)}write(e){e.writeStructBegin("ColumnMetaData"),this.type!=null&&(e.writeFieldBegin("type",Ne.Thrift.Type.I32,1),e.writeI32(this.type),e.writeFieldEnd()),this.encodings!=null&&(e.writeFieldBegin("encodings",Ne.Thrift.Type.LIST,2),e.writeListBegin(Ne.Thrift.Type.I32,this.encodings.length),this.encodings.forEach(r=>{e.writeI32(r)}),e.writeListEnd(),e.writeFieldEnd()),this.path_in_schema!=null&&(e.writeFieldBegin("path_in_schema",Ne.Thrift.Type.LIST,3),e.writeListBegin(Ne.Thrift.Type.STRING,this.path_in_schema.length),this.path_in_schema.forEach(r=>{e.writeString(r)}),e.writeListEnd(),e.writeFieldEnd()),this.codec!=null&&(e.writeFieldBegin("codec",Ne.Thrift.Type.I32,4),e.writeI32(this.codec),e.writeFieldEnd()),this.num_values!=null&&(e.writeFieldBegin("num_values",Ne.Thrift.Type.I64,5),e.writeI64(this.num_values),e.writeFieldEnd()),this.total_uncompressed_size!=null&&(e.writeFieldBegin("total_uncompressed_size",Ne.Thrift.Type.I64,6),e.writeI64(this.total_uncompressed_size),e.writeFieldEnd()),this.total_compressed_size!=null&&(e.writeFieldBegin("total_compressed_size",Ne.Thrift.Type.I64,7),e.writeI64(this.total_compressed_size),e.writeFieldEnd()),this.key_value_metadata!=null&&(e.writeFieldBegin("key_value_metadata",Ne.Thrift.Type.LIST,8),e.writeListBegin(Ne.Thrift.Type.STRUCT,this.key_value_metadata.length),this.key_value_metadata.forEach(r=>{r.write(e)}),e.writeListEnd(),e.writeFieldEnd()),this.data_page_offset!=null&&(e.writeFieldBegin("data_page_offset",Ne.Thrift.Type.I64,9),e.writeI64(this.data_page_offset),e.writeFieldEnd()),this.index_page_offset!=null&&(e.writeFieldBegin("index_page_offset",Ne.Thrift.Type.I64,10),e.writeI64(this.index_page_offset),e.writeFieldEnd()),this.dictionary_page_offset!=null&&(e.writeFieldBegin("dictionary_page_offset",Ne.Thrift.Type.I64,11),e.writeI64(this.dictionary_page_offset),e.writeFieldEnd()),this.statistics!=null&&(e.writeFieldBegin("statistics",Ne.Thrift.Type.STRUCT,12),this.statistics.write(e),e.writeFieldEnd()),this.encoding_stats!=null&&(e.writeFieldBegin("encoding_stats",Ne.Thrift.Type.LIST,13),e.writeListBegin(Ne.Thrift.Type.STRUCT,this.encoding_stats.length),this.encoding_stats.forEach(r=>{r.write(e)}),e.writeListEnd(),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===Ne.Thrift.Type.STOP)break;switch(o){case 1:if(i===Ne.Thrift.Type.I32){let f=e.readI32();r.type=f}else e.skip(i);break;case 2:if(i===Ne.Thrift.Type.LIST){let f=new Array,l=e.readListBegin().size;for(let u=0;u<l;u++){let c=e.readI32();f.push(c)}e.readListEnd(),r.encodings=f}else e.skip(i);break;case 3:if(i===Ne.Thrift.Type.LIST){let f=new Array,l=e.readListBegin().size;for(let u=0;u<l;u++){let c=e.readString();f.push(c)}e.readListEnd(),r.path_in_schema=f}else e.skip(i);break;case 4:if(i===Ne.Thrift.Type.I32){let f=e.readI32();r.codec=f}else e.skip(i);break;case 5:if(i===Ne.Thrift.Type.I64){let f=e.readI64();r.num_values=f}else e.skip(i);break;case 6:if(i===Ne.Thrift.Type.I64){let f=e.readI64();r.total_uncompressed_size=f}else e.skip(i);break;case 7:if(i===Ne.Thrift.Type.I64){let f=e.readI64();r.total_compressed_size=f}else e.skip(i);break;case 8:if(i===Ne.Thrift.Type.LIST){let f=new Array,l=e.readListBegin().size;for(let u=0;u<l;u++){let c=Uf.read(e);f.push(c)}e.readListEnd(),r.key_value_metadata=f}else e.skip(i);break;case 9:if(i===Ne.Thrift.Type.I64){let f=e.readI64();r.data_page_offset=f}else e.skip(i);break;case 10:if(i===Ne.Thrift.Type.I64){let f=e.readI64();r.index_page_offset=f}else e.skip(i);break;case 11:if(i===Ne.Thrift.Type.I64){let f=e.readI64();r.dictionary_page_offset=f}else e.skip(i);break;case 12:if(i===Ne.Thrift.Type.STRUCT){let f=$i.read(e);r.statistics=f}else e.skip(i);break;case 13:if(i===Ne.Thrift.Type.LIST){let f=new Array,l=e.readListBegin().size;for(let u=0;u<l;u++){let c=Ql.read(e);f.push(c)}e.readListEnd(),r.encoding_stats=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.type!==void 0&&r.encodings!==void 0&&r.path_in_schema!==void 0&&r.codec!==void 0&&r.num_values!==void 0&&r.total_uncompressed_size!==void 0&&r.total_compressed_size!==void 0&&r.data_page_offset!==void 0)return new $l(r);throw new Ne.Thrift.TProtocolException(Ne.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read ColumnMetaData from input")}};var vp=Pe(wn()),ar=Pe(ct());var eu=class{constructor(e){if(e!=null&&e.file_path!=null&&(this.file_path=e.file_path),e!=null&&e.file_offset!=null)typeof e.file_offset=="number"?this.file_offset=new vp.default(e.file_offset):this.file_offset=e.file_offset;else throw new ar.Thrift.TProtocolException(ar.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[file_offset] is unset!");e!=null&&e.meta_data!=null&&(this.meta_data=e.meta_data),e!=null&&e.offset_index_offset!=null&&(typeof e.offset_index_offset=="number"?this.offset_index_offset=new vp.default(e.offset_index_offset):this.offset_index_offset=e.offset_index_offset),e!=null&&e.offset_index_length!=null&&(this.offset_index_length=e.offset_index_length),e!=null&&e.column_index_offset!=null&&(typeof e.column_index_offset=="number"?this.column_index_offset=new vp.default(e.column_index_offset):this.column_index_offset=e.column_index_offset),e!=null&&e.column_index_length!=null&&(this.column_index_length=e.column_index_length)}write(e){e.writeStructBegin("ColumnChunk"),this.file_path!=null&&(e.writeFieldBegin("file_path",ar.Thrift.Type.STRING,1),e.writeString(this.file_path),e.writeFieldEnd()),this.file_offset!=null&&(e.writeFieldBegin("file_offset",ar.Thrift.Type.I64,2),e.writeI64(this.file_offset),e.writeFieldEnd()),this.meta_data!=null&&(e.writeFieldBegin("meta_data",ar.Thrift.Type.STRUCT,3),this.meta_data.write(e),e.writeFieldEnd()),this.offset_index_offset!=null&&(e.writeFieldBegin("offset_index_offset",ar.Thrift.Type.I64,4),e.writeI64(this.offset_index_offset),e.writeFieldEnd()),this.offset_index_length!=null&&(e.writeFieldBegin("offset_index_length",ar.Thrift.Type.I32,5),e.writeI32(this.offset_index_length),e.writeFieldEnd()),this.column_index_offset!=null&&(e.writeFieldBegin("column_index_offset",ar.Thrift.Type.I64,6),e.writeI64(this.column_index_offset),e.writeFieldEnd()),this.column_index_length!=null&&(e.writeFieldBegin("column_index_length",ar.Thrift.Type.I32,7),e.writeI32(this.column_index_length),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===ar.Thrift.Type.STOP)break;switch(o){case 1:if(i===ar.Thrift.Type.STRING){let f=e.readString();r.file_path=f}else e.skip(i);break;case 2:if(i===ar.Thrift.Type.I64){let f=e.readI64();r.file_offset=f}else e.skip(i);break;case 3:if(i===ar.Thrift.Type.STRUCT){let f=$l.read(e);r.meta_data=f}else e.skip(i);break;case 4:if(i===ar.Thrift.Type.I64){let f=e.readI64();r.offset_index_offset=f}else e.skip(i);break;case 5:if(i===ar.Thrift.Type.I32){let f=e.readI32();r.offset_index_length=f}else e.skip(i);break;case 6:if(i===ar.Thrift.Type.I64){let f=e.readI64();r.column_index_offset=f}else e.skip(i);break;case 7:if(i===ar.Thrift.Type.I32){let f=e.readI32();r.column_index_length=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.file_offset!==void 0)return new eu(r);throw new ar.Thrift.TProtocolException(ar.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read ColumnChunk from input")}};var kw=Pe(wn()),lr=Pe(ct());var tu=class{constructor(e){if(e!=null&&e.columns!=null)this.columns=e.columns;else throw new lr.Thrift.TProtocolException(lr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[columns] is unset!");if(e!=null&&e.total_byte_size!=null)typeof e.total_byte_size=="number"?this.total_byte_size=new kw.default(e.total_byte_size):this.total_byte_size=e.total_byte_size;else throw new lr.Thrift.TProtocolException(lr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[total_byte_size] is unset!");if(e!=null&&e.num_rows!=null)typeof e.num_rows=="number"?this.num_rows=new kw.default(e.num_rows):this.num_rows=e.num_rows;else throw new lr.Thrift.TProtocolException(lr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_rows] is unset!");e!=null&&e.sorting_columns!=null&&(this.sorting_columns=e.sorting_columns)}write(e){e.writeStructBegin("RowGroup"),this.columns!=null&&(e.writeFieldBegin("columns",lr.Thrift.Type.LIST,1),e.writeListBegin(lr.Thrift.Type.STRUCT,this.columns.length),this.columns.forEach(r=>{r.write(e)}),e.writeListEnd(),e.writeFieldEnd()),this.total_byte_size!=null&&(e.writeFieldBegin("total_byte_size",lr.Thrift.Type.I64,2),e.writeI64(this.total_byte_size),e.writeFieldEnd()),this.num_rows!=null&&(e.writeFieldBegin("num_rows",lr.Thrift.Type.I64,3),e.writeI64(this.num_rows),e.writeFieldEnd()),this.sorting_columns!=null&&(e.writeFieldBegin("sorting_columns",lr.Thrift.Type.LIST,4),e.writeListBegin(lr.Thrift.Type.STRUCT,this.sorting_columns.length),this.sorting_columns.forEach(r=>{r.write(e)}),e.writeListEnd(),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===lr.Thrift.Type.STOP)break;switch(o){case 1:if(i===lr.Thrift.Type.LIST){let f=new Array,l=e.readListBegin().size;for(let u=0;u<l;u++){let c=eu.read(e);f.push(c)}e.readListEnd(),r.columns=f}else e.skip(i);break;case 2:if(i===lr.Thrift.Type.I64){let f=e.readI64();r.total_byte_size=f}else e.skip(i);break;case 3:if(i===lr.Thrift.Type.I64){let f=e.readI64();r.num_rows=f}else e.skip(i);break;case 4:if(i===lr.Thrift.Type.LIST){let f=new Array,l=e.readListBegin().size;for(let u=0;u<l;u++){let c=Xl.read(e);f.push(c)}e.readListEnd(),r.sorting_columns=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.columns!==void 0&&r.total_byte_size!==void 0&&r.num_rows!==void 0)return new tu(r);throw new lr.Thrift.TProtocolException(lr.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read RowGroup from input")}};var Rv=Pe(ct()),ru=class{constructor(){}write(e){e.writeStructBegin("TypeDefinedOrder"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===Rv.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new ru}};var Hv=Pe(wn()),Tt=Pe(ct());var Jr=Pe(ct());var zs=class{constructor(e){let r=0;if(e!=null){if(e.TYPE_ORDER!=null&&(r++,this.TYPE_ORDER=e.TYPE_ORDER),r>1)throw new Jr.Thrift.TProtocolException(Jr.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with more than one set value!");if(r<1)throw new Jr.Thrift.TProtocolException(Jr.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with no set value!")}}static fromTYPE_ORDER(e){return new zs({TYPE_ORDER:e})}write(e){e.writeStructBegin("ColumnOrder"),this.TYPE_ORDER!=null&&(e.writeFieldBegin("TYPE_ORDER",Jr.Thrift.Type.STRUCT,1),this.TYPE_ORDER.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){let r=0,n=null;for(e.readStructBegin();;){let i=e.readFieldBegin(),o=i.ftype,f=i.fid;if(o===Jr.Thrift.Type.STOP)break;switch(f){case 1:if(o===Jr.Thrift.Type.STRUCT){r++;let s=ru.read(e);n=zs.fromTYPE_ORDER(s)}else e.skip(o);break;default:e.skip(o)}e.readFieldEnd()}if(e.readStructEnd(),r>1)throw new Jr.Thrift.TProtocolException(Jr.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with more than one set value!");if(r<1)throw new Jr.Thrift.TProtocolException(Jr.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with no set value!");if(n!==null)return n;throw new Jr.Thrift.TProtocolException(Jr.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read data for TUnion")}};var nu=class{constructor(e=null){if(e!=null&&e.version!=null)this.version=e.version;else throw new Tt.Thrift.TProtocolException(Tt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[version] is unset!");if(e!=null&&e.schema!=null)this.schema=e.schema;else throw new Tt.Thrift.TProtocolException(Tt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[schema] is unset!");if(e!=null&&e.num_rows!=null)typeof e.num_rows=="number"?this.num_rows=new Hv.default(e.num_rows):this.num_rows=e.num_rows;else throw new Tt.Thrift.TProtocolException(Tt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_rows] is unset!");if(e!=null&&e.row_groups!=null)this.row_groups=e.row_groups;else throw new Tt.Thrift.TProtocolException(Tt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[row_groups] is unset!");e!=null&&e.key_value_metadata!=null&&(this.key_value_metadata=e.key_value_metadata),e!=null&&e.created_by!=null&&(this.created_by=e.created_by),e!=null&&e.column_orders!=null&&(this.column_orders=e.column_orders)}write(e){e.writeStructBegin("FileMetaData"),this.version!=null&&(e.writeFieldBegin("version",Tt.Thrift.Type.I32,1),e.writeI32(this.version),e.writeFieldEnd()),this.schema!=null&&(e.writeFieldBegin("schema",Tt.Thrift.Type.LIST,2),e.writeListBegin(Tt.Thrift.Type.STRUCT,this.schema.length),this.schema.forEach(r=>{r.write(e)}),e.writeListEnd(),e.writeFieldEnd()),this.num_rows!=null&&(e.writeFieldBegin("num_rows",Tt.Thrift.Type.I64,3),e.writeI64(this.num_rows),e.writeFieldEnd()),this.row_groups!=null&&(e.writeFieldBegin("row_groups",Tt.Thrift.Type.LIST,4),e.writeListBegin(Tt.Thrift.Type.STRUCT,this.row_groups.length),this.row_groups.forEach(r=>{r.write(e)}),e.writeListEnd(),e.writeFieldEnd()),this.key_value_metadata!=null&&(e.writeFieldBegin("key_value_metadata",Tt.Thrift.Type.LIST,5),e.writeListBegin(Tt.Thrift.Type.STRUCT,this.key_value_metadata.length),this.key_value_metadata.forEach(r=>{r.write(e)}),e.writeListEnd(),e.writeFieldEnd()),this.created_by!=null&&(e.writeFieldBegin("created_by",Tt.Thrift.Type.STRING,6),e.writeString(this.created_by),e.writeFieldEnd()),this.column_orders!=null&&(e.writeFieldBegin("column_orders",Tt.Thrift.Type.LIST,7),e.writeListBegin(Tt.Thrift.Type.STRUCT,this.column_orders.length),this.column_orders.forEach(r=>{r.write(e)}),e.writeListEnd(),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,o=n.fid;if(i===Tt.Thrift.Type.STOP)break;switch(o){case 1:if(i===Tt.Thrift.Type.I32){let f=e.readI32();r.version=f}else e.skip(i);break;case 2:if(i===Tt.Thrift.Type.LIST){let f=new Array,l=e.readListBegin().size;for(let u=0;u<l;u++){let c=Wl.read(e);f.push(c)}e.readListEnd(),r.schema=f}else e.skip(i);break;case 3:if(i===Tt.Thrift.Type.I64){let f=e.readI64();r.num_rows=f}else e.skip(i);break;case 4:if(i===Tt.Thrift.Type.LIST){let f=new Array,l=e.readListBegin().size;for(let u=0;u<l;u++){let c=tu.read(e);f.push(c)}e.readListEnd(),r.row_groups=f}else e.skip(i);break;case 5:if(i===Tt.Thrift.Type.LIST){let f=new Array,l=e.readListBegin().size;for(let u=0;u<l;u++){let c=Uf.read(e);f.push(c)}e.readListEnd(),r.key_value_metadata=f}else e.skip(i);break;case 6:if(i===Tt.Thrift.Type.STRING){let f=e.readString();r.created_by=f}else e.skip(i);break;case 7:if(i===Tt.Thrift.Type.LIST){let f=new Array,l=e.readListBegin().size;for(let u=0;u<l;u++){let c=zs.read(e);f.push(c)}e.readListEnd(),r.column_orders=f}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.version!==void 0&&r.schema!==void 0&&r.num_rows!==void 0&&r.row_groups!==void 0)return new nu(r);throw new Tt.Thrift.TProtocolException(Tt.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read FileMetaData from input")}};var Us="PAR1",Mv="PARE";var iu="INT32",Iw="RLE";var Ls=Pe(ct());var Sw=class extends Ls.TFramedTransport{constructor(){super(...arguments);this.readPos=0}};function _n(t,e){for(let r in t)if(t[r]===e)return r;throw new Error("Invalid ENUM value")}function zv(t,e){e||(e=0);let r=new Sw(t);r.readPos=e;let n=new Ls.TCompactProtocol(r),i=nu.read(n);return{length:r.readPos-e,metadata:i}}function Uv(t,e){e||(e=0);let r=new Sw(t);r.readPos=e;let n=new Ls.TCompactProtocol(r),i=Zl.read(n);return{length:r.readPos-e,pageHeader:i}}function ou(t){return t===0?0:Math.ceil(Math.log2(t+1))}function Lv(t,e){for(let r=0;r<t.length;r++){if(t[r].length>e.length)continue;let n=!0;for(let i=0;i<e.length;i++)if(!(t[r][i]===e[i]||t[r][i]==="+"||t[r][i]==="#")&&!(i>=t[r].length&&t[r][t[r].length-1]==="#")){n=!1;break}if(n)return r}return-1}async function Vv(t,e){let r={buffer:t,offset:0,size:t.length},n={rlevels:[],dlevels:[],values:[],pageHeaders:[],count:0},i=e.dictionary||[];for(;r.offset<r.size&&(!e.numValues||n.dlevels.length<Number(e.numValues));){let o=await xw(r,e);if(o.dictionary){i=o.dictionary;continue}i.length&&(o.values=o.values.map(f=>i[f]));for(let f=0;f<o.rlevels.length;f++){n.rlevels.push(o.rlevels[f]),n.dlevels.push(o.dlevels[f]);let s=o.values[f];s!==void 0&&n.values.push(s)}n.count+=o.count,n.pageHeaders.push(o.pageHeader)}return n}async function xw(t,e){let r,{pageHeader:n,length:i}=Uv(t.buffer,t.offset);t.offset+=i;let o=_n(ap,n.type);switch(o){case"DATA_PAGE":r=await Y4(t,n,e);break;case"DATA_PAGE_V2":r=await K4(t,n,e);break;case"DICTIONARY_PAGE":r={dictionary:await G4(t,n,e),pageHeader:n};break;default:throw new Error(`invalid page type: ${o}`)}return r}function Aw(t,e,r){let n={},i=e;for(let o=0;o<r;o++){let f=t[i],s=i>0?_n(fp,f.repetition_type):"ROOT",l=!1,u=!1;switch(s){case"REQUIRED":break;case"OPTIONAL":l=!0;break;case"REPEATED":u=!0;break;default:throw new Error("parquet: unknown repetition type")}if(f.num_children>0){let c=Aw(t,i+1,f.num_children);i=c.next,n[f.name]={optional:l,repeated:u,fields:c.schema}}else{let c=_n(Ns,f.type),_=c;switch(f.converted_type&&(_=_n(op,f.converted_type)),_){case"DECIMAL":_=`${_}_${c}`;break;default:}n[f.name]={type:_,typeLength:f.type_length,presision:f.precision,scale:f.scale,optional:l,repeated:u},i++}}return{schema:n,offset:e,next:i}}function Vf(t,e,r,n,i){if(!(e in Xa))throw new Error(`invalid encoding: ${e}`);return Xa[e].decodeValues(t,r,n,i)}async function Y4(t,e,r){let n=t.offset+e.compressed_page_size,i=e.data_page_header?.num_values,o=t;if(r.compression!=="UNCOMPRESSED"){let S=await Wc(r.compression,t.buffer.slice(t.offset,n),e.uncompressed_page_size);o={buffer:S,offset:0,size:S.length},t.offset=n}let f=_n(Mf,e.data_page_header?.repetition_level_encoding),s=new Array(i);r.column.rLevelMax>0?s=Vf(iu,f,o,i,{bitWidth:ou(r.column.rLevelMax),disableEnvelope:!1}):s.fill(0);let l=_n(Mf,e.data_page_header?.definition_level_encoding),u=new Array(i);r.column.dLevelMax>0?u=Vf(iu,l,o,i,{bitWidth:ou(r.column.dLevelMax),disableEnvelope:!1}):u.fill(0);let c=0;for(let S of u)S===r.column.dLevelMax&&c++;let _=_n(Mf,e.data_page_header?.encoding),p={typeLength:r.column.typeLength,bitWidth:r.column.typeLength},j=Vf(r.column.primitiveType,_,o,c,p);return{dlevels:u,rlevels:s,values:j,count:i,pageHeader:e}}async function K4(t,e,r){let n=t.offset+e.compressed_page_size,i=e.data_page_header_v2?.num_values,o=i-e.data_page_header_v2?.num_nulls,f=_n(Mf,e.data_page_header_v2?.encoding),s=new Array(i);r.column.rLevelMax>0?s=Vf(iu,Iw,t,i,{bitWidth:ou(r.column.rLevelMax),disableEnvelope:!0}):s.fill(0);let l=new Array(i);r.column.dLevelMax>0?l=Vf(iu,Iw,t,i,{bitWidth:ou(r.column.dLevelMax),disableEnvelope:!0}):l.fill(0);let u=t;if(e.data_page_header_v2?.is_compressed){let p=await Wc(r.compression,t.buffer.slice(t.offset,n),e.uncompressed_page_size);u={buffer:p,offset:0,size:p.length},t.offset=n}let c={typeLength:r.column.typeLength,bitWidth:r.column.typeLength},_=Vf(r.column.primitiveType,f,u,o,c);return{dlevels:l,rlevels:s,values:_,count:i,pageHeader:e}}async function G4(t,e,r){let n=t.offset+e.compressed_page_size,i={offset:0,buffer:t.buffer.slice(t.offset,n),size:n-t.offset};if(t.offset=n,r.compression!=="UNCOMPRESSED"){let f=await Wc(r.compression,i.buffer.slice(i.offset,n),e.uncompressed_page_size);i={buffer:f,offset:0,size:f.length},t.offset=n}let o=e?.dictionary_page_header?.num_values||0;return Vf(r.column.primitiveType,r.column.encoding,i,o,r).map(f=>f.toString())}var J4={defaultDictionarySize:1e6},fu=class{constructor(e,r){this.metadata=null;this.file=e,this.props={...J4,...r}}close(){this.file.close()}async*rowIterator(e){for await(let r of this.rowBatchIterator(e))for(let n of r)yield n}async*rowBatchIterator(e){let r=await this.getSchema();for await(let n of this.rowGroupIterator(e))yield ip(r,n)}async*rowGroupIterator(e){let r=(e?.columnList||[]).map(f=>Array.isArray(f)?f:[f]),n=await this.getFileMetadata(),i=await this.getSchema(),o=n?.row_groups.length||0;for(let f=0;f<o;f++)yield await this.readRowGroup(i,n.row_groups[f],r)}async getRowCount(){let e=await this.getFileMetadata();return Number(e.num_rows)}async getSchema(){let e=await this.getFileMetadata(),r=e.schema[0],{schema:n}=Aw(e.schema,1,r.num_children);return new Qb(n)}async getSchemaMetadata(){let e=await this.getFileMetadata(),r={};for(let n of e.key_value_metadata)r[n.key]=n.value;return r}async getFileMetadata(){return this.metadata||(await this.readHeader(),this.metadata=this.readFooter()),this.metadata}async readHeader(){let r=(await this.file.read(0,Us.length)).toString();switch(r){case Us:break;case Mv:throw new Error("Encrypted parquet file not supported");default:throw new Error(`Invalid parquet file (magic=${r})`)}}async readFooter(){let e=Us.length+4,r=await this.file.read(this.file.size-e,e),n=r.slice(4).toString();if(n!==Us)throw new Error(`Not a valid parquet file (magic="${n})`);let i=r.readUInt32LE(0),o=this.file.size-i-e;if(o<Us.length)throw new Error(`Invalid metadata size ${o}`);let f=await this.file.read(o,i),{metadata:s}=zv(f);return s}async readRowGroup(e,r,n){let i={rowCount:Number(r.num_rows),columnData:{}};for(let o of r.columns){let s=o.meta_data?.path_in_schema;n.length>0&&Lv(n,s)<0||(i.columnData[s.join()]=await this.readColumnChunk(e,o))}return i}async readColumnChunk(e,r){if(r.file_path!==void 0&&r.file_path!==null)throw new Error("external references are not supported");let n=e.findField(r.meta_data?.path_in_schema),i=_n(Ns,r.meta_data?.type);if(i!==n.primitiveType)throw new Error(`chunk type not matching schema: ${i}`);let o=_n(sp,r.meta_data?.codec),f=Number(r.meta_data?.data_page_offset),s=Number(r.meta_data?.total_compressed_size);r.file_path||(s=Math.min(this.file.size-f,Number(r.meta_data?.total_compressed_size)));let l={type:i,rLevelMax:n.rLevelMax,dLevelMax:n.dLevelMax,compression:o,column:n,numValues:r.meta_data?.num_values,dictionary:[]},u,c=r?.meta_data?.dictionary_page_offset;if(c){let p=Number(c);u=await this.getDictionary(p,l,f)}u=l.dictionary?.length?l.dictionary:u;let _=await this.file.read(f,s);return await Vv(_,{...l,dictionary:u})}async getDictionary(e,r,n){if(e===0)return[];let i=Math.min(this.file.size-e,this.props.defaultDictionarySize),o=await this.file.read(e,i),f={buffer:o,offset:0,size:o.length};return(await xw(f,r)).dictionary}};async function Cv(t,e){let r=new Blob([t]);for await(let n of Ew(r,e))return n;return null}async function*Ew(t,e){let r=Ga(t),i=new fu(r).rowBatchIterator(e?.parquet);for await(let o of i)yield o}function Wv(t,e){if(!t)throw new Error(e||"loader assertion failed.")}var Yn=class{constructor(e,r){Wv(Array.isArray(e)),Z4(e),this.fields=e,this.metadata=r||new Map}compareTo(e){if(this.metadata!==e.metadata||this.fields.length!==e.fields.length)return!1;for(let r=0;r<this.fields.length;++r)if(!this.fields[r].compareTo(e.fields[r]))return!1;return!0}select(...e){let r=Object.create(null);for(let i of e)r[i]=!0;let n=this.fields.filter(i=>r[i.name]);return new Yn(n,this.metadata)}selectAt(...e){let r=e.map(n=>this.fields[n]).filter(Boolean);return new Yn(r,this.metadata)}assign(e){let r,n=this.metadata;if(e instanceof Yn){let f=e;r=f.fields,n=Yv(Yv(new Map,this.metadata),f.metadata)}else r=e;let i=Object.create(null);for(let f of this.fields)i[f.name]=f;for(let f of r)i[f.name]=f;let o=Object.values(i);return new Yn(o,n)}};function Z4(t){let e={};for(let r of t)e[r.name]&&console.warn("Schema: duplicated field name",r.name,r),e[r.name]=!0}function Yv(t,e){return new Map([...t||new Map,...e||new Map])}var eo=class{constructor(e,r,n=!1,i=new Map){this.name=e,this.type=r,this.nullable=n,this.metadata=i}get typeId(){return this.type&&this.type.typeId}clone(){return new eo(this.name,this.type,this.nullable,this.metadata)}compareTo(e){return this.name===e.name&&this.type===e.type&&this.nullable===e.nullable&&this.metadata===e.metadata}toString(){return`${this.type}${this.nullable?", nullable":""}${this.metadata?`, metadata: ${this.metadata}`:""}`}};var bt;(function($){$[$.NONE=0]="NONE",$[$.Null=1]="Null",$[$.Int=2]="Int",$[$.Float=3]="Float",$[$.Binary=4]="Binary",$[$.Utf8=5]="Utf8",$[$.Bool=6]="Bool",$[$.Decimal=7]="Decimal",$[$.Date=8]="Date",$[$.Time=9]="Time",$[$.Timestamp=10]="Timestamp",$[$.Interval=11]="Interval",$[$.List=12]="List",$[$.Struct=13]="Struct",$[$.Union=14]="Union",$[$.FixedSizeBinary=15]="FixedSizeBinary",$[$.FixedSizeList=16]="FixedSizeList",$[$.Map=17]="Map",$[$.Dictionary=-1]="Dictionary",$[$.Int8=-2]="Int8",$[$.Int16=-3]="Int16",$[$.Int32=-4]="Int32",$[$.Int64=-5]="Int64",$[$.Uint8=-6]="Uint8",$[$.Uint16=-7]="Uint16",$[$.Uint32=-8]="Uint32",$[$.Uint64=-9]="Uint64",$[$.Float16=-10]="Float16",$[$.Float32=-11]="Float32",$[$.Float64=-12]="Float64",$[$.DateDay=-13]="DateDay",$[$.DateMillisecond=-14]="DateMillisecond",$[$.TimestampSecond=-15]="TimestampSecond",$[$.TimestampMillisecond=-16]="TimestampMillisecond",$[$.TimestampMicrosecond=-17]="TimestampMicrosecond",$[$.TimestampNanosecond=-18]="TimestampNanosecond",$[$.TimeSecond=-19]="TimeSecond",$[$.TimeMillisecond=-20]="TimeMillisecond",$[$.TimeMicrosecond=-21]="TimeMicrosecond",$[$.TimeNanosecond=-22]="TimeNanosecond",$[$.DenseUnion=-23]="DenseUnion",$[$.SparseUnion=-24]="SparseUnion",$[$.IntervalDayTime=-25]="IntervalDayTime",$[$.IntervalYearMonth=-26]="IntervalYearMonth"})(bt||(bt={}));var zr=class{static isNull(e){return e&&e.typeId===bt.Null}static isInt(e){return e&&e.typeId===bt.Int}static isFloat(e){return e&&e.typeId===bt.Float}static isBinary(e){return e&&e.typeId===bt.Binary}static isUtf8(e){return e&&e.typeId===bt.Utf8}static isBool(e){return e&&e.typeId===bt.Bool}static isDecimal(e){return e&&e.typeId===bt.Decimal}static isDate(e){return e&&e.typeId===bt.Date}static isTime(e){return e&&e.typeId===bt.Time}static isTimestamp(e){return e&&e.typeId===bt.Timestamp}static isInterval(e){return e&&e.typeId===bt.Interval}static isList(e){return e&&e.typeId===bt.List}static isStruct(e){return e&&e.typeId===bt.Struct}static isUnion(e){return e&&e.typeId===bt.Union}static isFixedSizeBinary(e){return e&&e.typeId===bt.FixedSizeBinary}static isFixedSizeList(e){return e&&e.typeId===bt.FixedSizeList}static isMap(e){return e&&e.typeId===bt.Map}static isDictionary(e){return e&&e.typeId===bt.Dictionary}get typeId(){return bt.NONE}compareTo(e){return this===e}},Ow=class extends zr{get typeId(){return bt.Null}get[Symbol.toStringTag](){return"Null"}toString(){return"Null"}},su=class extends zr{get typeId(){return bt.Bool}get[Symbol.toStringTag](){return"Bool"}toString(){return"Bool"}},mi=class extends zr{constructor(e,r){super();this.isSigned=e,this.bitWidth=r}get typeId(){return bt.Int}get[Symbol.toStringTag](){return"Int"}toString(){return`${this.isSigned?"I":"Ui"}nt${this.bitWidth}`}},au=class extends mi{constructor(){super(!0,8)}},lu=class extends mi{constructor(){super(!0,16)}},Mo=class extends mi{constructor(){super(!0,32)}},to=class extends mi{constructor(){super(!0,64)}};var uu=class extends mi{constructor(){super(!1,16)}},cu=class extends mi{constructor(){super(!1,32)}},pu=class extends mi{constructor(){super(!1,64)}},Kv={HALF:16,SINGLE:32,DOUBLE:64},du=class extends zr{constructor(e){super();this.precision=e}get typeId(){return bt.Float}get[Symbol.toStringTag](){return"Float"}toString(){return`Float${this.precision}`}};var Vs=class extends du{constructor(){super(Kv.SINGLE)}},bi=class extends du{constructor(){super(Kv.DOUBLE)}},ro=class extends zr{constructor(){super()}get typeId(){return bt.Binary}toString(){return"Binary"}get[Symbol.toStringTag](){return"Binary"}},mu=class extends zr{get typeId(){return bt.Utf8}get[Symbol.toStringTag](){return"Utf8"}toString(){return"Utf8"}},X4={DAY:0,MILLISECOND:1},Nw=class extends zr{constructor(e){super();this.unit=e}get typeId(){return bt.Date}get[Symbol.toStringTag](){return"Date"}toString(){return`Date${(this.unit+1)*32}<${X4[this.unit]}>`}};var Gv={SECOND:1,MILLISECOND:1e3,MICROSECOND:1e6,NANOSECOND:1e9},Dw=class extends zr{constructor(e,r){super();this.unit=e,this.bitWidth=r}get typeId(){return bt.Time}toString(){return`Time${this.bitWidth}<${Gv[this.unit]}>`}get[Symbol.toStringTag](){return"Time"}};var Fw=class extends zr{constructor(e,r=null){super();this.unit=e,this.timezone=r}get typeId(){return bt.Timestamp}get[Symbol.toStringTag](){return"Timestamp"}toString(){return`Timestamp<${Gv[this.unit]}${this.timezone?`, ${this.timezone}`:""}>`}};var Q4={DAY_TIME:0,YEAR_MONTH:1},Pw=class extends zr{constructor(e){super();this.unit=e}get typeId(){return bt.Interval}get[Symbol.toStringTag](){return"Interval"}toString(){return`Interval<${Q4[this.unit]}>`}};var Rw=class extends zr{constructor(e,r){super();this.listSize=e,this.children=[r]}get typeId(){return bt.FixedSizeList}get valueType(){return this.children[0].type}get valueField(){return this.children[0]}get[Symbol.toStringTag](){return"FixedSizeList"}toString(){return`FixedSizeList[${this.listSize}]<${this.valueType}>`}},bu=class extends zr{constructor(e){super();this.children=e}get typeId(){return bt.Struct}toString(){return`Struct<{${this.children.map(e=>`${e.name}:${e.type}`).join(", ")}}>`}get[Symbol.toStringTag](){return"Struct"}};var c2={BOOLEAN:su,INT32:Mo,INT64:bi,INT96:bi,FLOAT:Vs,DOUBLE:bi,BYTE_ARRAY:ro,FIXED_LEN_BYTE_ARRAY:ro,UTF8:mu,DATE:Mo,TIME_MILLIS:to,TIME_MICROS:to,TIMESTAMP_MILLIS:to,TIMESTAMP_MICROS:to,UINT_8:Mo,UINT_16:uu,UINT_32:cu,UINT_64:pu,INT_8:au,INT_16:lu,INT_32:Mo,INT_64:to,JSON:ro,BSON:ro,INTERVAL:ro,DECIMAL_INT32:Vs,DECIMAL_INT64:bi,DECIMAL_BYTE_ARRAY:bi,DECIMAL_FIXED_LEN_BYTE_ARRAY:bi};function Jv(t,e){let r=Zv(t.schema),n=e&&d2(e);return new Yn(r,n)}function Zv(t){let e=[];for(let r in t){let n=t[r];if(n.fields){let i=Zv(n.fields),o=new eo(r,new bu(i),n.optional);e.push(o)}else{let i=c2[n.type],o=p2(n),f=new eo(r,new i,n.optional,o);e.push(f)}}return e}function p2(t){let e=new Map;for(let r in t)if(r!=="name"){let n=t[r]||"";n=typeof t[r]!="string"?JSON.stringify(t[r]):t[r],e.set(r,n)}return e}function d2(t){let e=new Map,r=t.key_value_metadata||[];for(let{key:n,value:i}of r)typeof i=="string"&&e.set(n,i);return e}function Xv(t,e){let r={};for(let[n,i]of Object.entries(e.columnData))r[n]=r[n]||i.values;return r}function m2(t){let e=t.metadata.get("geo");if(!e)return null;try{return JSON.parse(e)}catch{return null}}function Qv(t){let e=m2(t);if(!e)return;let{version:r,primary_column:n,columns:i}=e;r&&t.metadata.set("geo.version",r),n&&t.metadata.set("geo.primary_column",n),t.metadata.set("geo.columns",Object.keys(i||{}).join(""));for(let[o,f]of Object.entries(i||{})){let s=t.fields.find(l=>l.name===o);s&&(s.name===n&&s.metadata.set("geo.primary_field","true"),b2(s,f))}}function b2(t,e){for(let[r,n]of Object.entries(e||{}))switch(r){case"geometry_type":t.metadata.set(`geo.${r}`,n.join(","));break;case"bbox":case"crs":case"edges":default:t.metadata.set(`geo.${r}`,typeof n=="string"?n:JSON.stringify(n))}}async function $v(t,e){let r=new Blob([t]);for await(let n of Hw(r,e))return n;return null}async function*Hw(t,e){let r=Ga(t),n=new fu(r),i=await n.getSchema(),o=await n.getFileMetadata(),f=Jv(i,o);Qv(f);let s=n.rowGroupIterator(e?.parquet);for await(let l of s)yield w2(f,l)}function w2(t,e){let r=Xv(t,e);return{shape:"columnar-table",batchType:"data",schema:t,data:r,length:e.rowCount}}var Im=Pe(WS());var km={};b1(km,{Compression:()=>cM,Encoding:()=>pM,WriterProperties:()=>Ya,WriterPropertiesBuilder:()=>sr,WriterVersion:()=>dM,default:()=>ZS,readParquet:()=>aM,writeParquet:()=>uM});var Re,YS=new TextDecoder("utf-8",{ignoreBOM:!0,fatal:!0});YS.decode();var vm=null;function rc(){return(vm===null||vm.buffer!==Re.memory.buffer)&&(vm=new Uint8Array(Re.memory.buffer)),vm}function KS(t,e){return YS.decode(rc().subarray(t,t+e))}var yo=new Array(32).fill(void 0);yo.push(void 0,null,!0,!1);var nc=yo.length;function ic(t){nc===yo.length&&yo.push(yo.length+1);let e=nc;return nc=yo[e],yo[e]=t,e}function Va(t){return yo[t]}function fM(t){t<36||(yo[t]=nc,nc=t)}function oc(t){let e=Va(t);return fM(t),e}var ri=0,Tm=new TextEncoder("utf-8"),sM=typeof Tm.encodeInto=="function"?function(t,e){return Tm.encodeInto(t,e)}:function(t,e){let r=Tm.encode(t);return e.set(r),{read:t.length,written:r.length}};function Ca(t,e,r){if(r===void 0){let s=Tm.encode(t),l=e(s.length);return rc().subarray(l,l+s.length).set(s),ri=s.length,l}let n=t.length,i=e(n),o=rc(),f=0;for(;f<n;f++){let s=t.charCodeAt(f);if(s>127)break;o[i+f]=s}if(f!==n){f!==0&&(t=t.slice(f)),i=r(i,n,n=f+t.length*3);let s=rc().subarray(i+f,i+n);f+=sM(t,s).written}return ri=f,i}function GS(t,e){let r=e(t.length*1);return rc().set(t,r/1),ri=t.length,r}var Bm=null;function Wa(){return(Bm===null||Bm.buffer!==Re.memory.buffer)&&(Bm=new Int32Array(Re.memory.buffer)),Bm}function aM(t){try{let i=Re.__wbindgen_add_to_stack_pointer(-16),o=GS(t,Re.__wbindgen_malloc),f=ri;Re.readParquet(i,o,f);var e=Wa()[i/4+0],r=Wa()[i/4+1],n=Wa()[i/4+2];if(n)throw oc(r);return oc(e)}finally{Re.__wbindgen_add_to_stack_pointer(16)}}function lM(t,e){if(!(t instanceof e))throw new Error(`expected instance of ${e.name}`);return t.ptr}function uM(t,e){try{let f=Re.__wbindgen_add_to_stack_pointer(-16),s=GS(t,Re.__wbindgen_malloc),l=ri;lM(e,Ya);var r=e.ptr;e.ptr=0,Re.writeParquet(f,s,l,r);var n=Wa()[f/4+0],i=Wa()[f/4+1],o=Wa()[f/4+2];if(o)throw oc(i);return oc(n)}finally{Re.__wbindgen_add_to_stack_pointer(16)}}var cM=Object.freeze({UNCOMPRESSED:0,"0":"UNCOMPRESSED",SNAPPY:1,"1":"SNAPPY",GZIP:2,"2":"GZIP",BROTLI:3,"3":"BROTLI",LZ4:4,"4":"LZ4",ZSTD:5,"5":"ZSTD"}),pM=Object.freeze({PLAIN:0,"0":"PLAIN",PLAIN_DICTIONARY:1,"1":"PLAIN_DICTIONARY",RLE:2,"2":"RLE",BIT_PACKED:3,"3":"BIT_PACKED",DELTA_BINARY_PACKED:4,"4":"DELTA_BINARY_PACKED",DELTA_LENGTH_BYTE_ARRAY:5,"5":"DELTA_LENGTH_BYTE_ARRAY",DELTA_BYTE_ARRAY:6,"6":"DELTA_BYTE_ARRAY",RLE_DICTIONARY:7,"7":"RLE_DICTIONARY",BYTE_STREAM_SPLIT:8,"8":"BYTE_STREAM_SPLIT"}),dM=Object.freeze({V1:0,"0":"V1",V2:1,"1":"V2"}),Ya=class{static __wrap(e){let r=Object.create(Ya.prototype);return r.ptr=e,r}__destroy_into_raw(){let e=this.ptr;return this.ptr=0,e}free(){let e=this.__destroy_into_raw();Re.__wbg_writerproperties_free(e)}},sr=class{static __wrap(e){let r=Object.create(sr.prototype);return r.ptr=e,r}__destroy_into_raw(){let e=this.ptr;return this.ptr=0,e}free(){let e=this.__destroy_into_raw();Re.__wbg_writerpropertiesbuilder_free(e)}constructor(){let e=Re.writerpropertiesbuilder_new();return sr.__wrap(e)}build(){let e=this.__destroy_into_raw(),r=Re.writerpropertiesbuilder_build(e);return Ya.__wrap(r)}setWriterVersion(e){let r=this.__destroy_into_raw(),n=Re.writerpropertiesbuilder_setWriterVersion(r,e);return sr.__wrap(n)}setDataPagesizeLimit(e){let r=this.__destroy_into_raw(),n=Re.writerpropertiesbuilder_setDataPagesizeLimit(r,e);return sr.__wrap(n)}setDictionaryPagesizeLimit(e){let r=this.__destroy_into_raw(),n=Re.writerpropertiesbuilder_setDictionaryPagesizeLimit(r,e);return sr.__wrap(n)}setWriteBatchSize(e){let r=this.__destroy_into_raw(),n=Re.writerpropertiesbuilder_setWriteBatchSize(r,e);return sr.__wrap(n)}setMaxRowGroupSize(e){let r=this.__destroy_into_raw(),n=Re.writerpropertiesbuilder_setMaxRowGroupSize(r,e);return sr.__wrap(n)}setCreatedBy(e){let r=this.__destroy_into_raw(),n=Ca(e,Re.__wbindgen_malloc,Re.__wbindgen_realloc),i=ri,o=Re.writerpropertiesbuilder_setCreatedBy(r,n,i);return sr.__wrap(o)}setEncoding(e){let r=this.__destroy_into_raw(),n=Re.writerpropertiesbuilder_setEncoding(r,e);return sr.__wrap(n)}setCompression(e){let r=this.__destroy_into_raw(),n=Re.writerpropertiesbuilder_setCompression(r,e);return sr.__wrap(n)}setDictionaryEnabled(e){let r=this.__destroy_into_raw(),n=Re.writerpropertiesbuilder_setDictionaryEnabled(r,e);return sr.__wrap(n)}setStatisticsEnabled(e){let r=this.__destroy_into_raw(),n=Re.writerpropertiesbuilder_setStatisticsEnabled(r,e);return sr.__wrap(n)}setMaxStatisticsSize(e){let r=this.__destroy_into_raw(),n=Re.writerpropertiesbuilder_setMaxStatisticsSize(r,e);return sr.__wrap(n)}setColumnEncoding(e,r){let n=this.__destroy_into_raw(),i=Ca(e,Re.__wbindgen_malloc,Re.__wbindgen_realloc),o=ri,f=Re.writerpropertiesbuilder_setColumnEncoding(n,i,o,r);return sr.__wrap(f)}setColumnCompression(e,r){let n=this.__destroy_into_raw(),i=Ca(e,Re.__wbindgen_malloc,Re.__wbindgen_realloc),o=ri,f=Re.writerpropertiesbuilder_setColumnCompression(n,i,o,r);return sr.__wrap(f)}setColumnDictionaryEnabled(e,r){let n=this.__destroy_into_raw(),i=Ca(e,Re.__wbindgen_malloc,Re.__wbindgen_realloc),o=ri,f=Re.writerpropertiesbuilder_setColumnDictionaryEnabled(n,i,o,r);return sr.__wrap(f)}setColumnStatisticsEnabled(e,r){let n=this.__destroy_into_raw(),i=Ca(e,Re.__wbindgen_malloc,Re.__wbindgen_realloc),o=ri,f=Re.writerpropertiesbuilder_setColumnStatisticsEnabled(n,i,o,r);return sr.__wrap(f)}setColumnMaxStatisticsSize(e,r){let n=this.__destroy_into_raw(),i=Ca(e,Re.__wbindgen_malloc,Re.__wbindgen_realloc),o=ri,f=Re.writerpropertiesbuilder_setColumnMaxStatisticsSize(n,i,o,r);return sr.__wrap(f)}};async function mM(t,e){if(typeof Response=="function"&&t instanceof Response){if(typeof WebAssembly.instantiateStreaming=="function")try{return await WebAssembly.instantiateStreaming(t,e)}catch(n){if(t.headers.get("Content-Type")!="application/wasm")console.warn("`WebAssembly.instantiateStreaming` failed because your server does not serve wasm with `application/wasm` MIME type. Falling back to `WebAssembly.instantiate` which is slower. Original error:\n",n);else throw n}let r=await t.arrayBuffer();return await WebAssembly.instantiate(r,e)}else{let r=await WebAssembly.instantiate(t,e);return r instanceof WebAssembly.Instance?{instance:r,module:t}:r}}async function JS(t){let e={};e.wbg={},e.wbg.__wbindgen_string_new=function(i,o){let f=KS(i,o);return ic(f)},e.wbg.__wbindgen_object_drop_ref=function(i){oc(i)},e.wbg.__wbg_buffer_7af23f65f6c64548=function(i){let o=Va(i).buffer;return ic(o)},e.wbg.__wbg_newwithbyteoffsetandlength_ce1e75f0ce5f7974=function(i,o,f){let s=new Uint8Array(Va(i),o>>>0,f>>>0);return ic(s)},e.wbg.__wbg_set_f25e869e4565d2a2=function(i,o,f){Va(i).set(Va(o),f>>>0)},e.wbg.__wbg_length_0acb1cf9bbaf8519=function(i){return Va(i).length},e.wbg.__wbg_newwithlength_8f0657faca9f1422=function(i){let o=new Uint8Array(i>>>0);return ic(o)},e.wbg.__wbindgen_throw=function(i,o){throw new Error(KS(i,o))},e.wbg.__wbindgen_memory=function(){let i=Re.memory;return ic(i)},(typeof t=="string"||typeof Request=="function"&&t instanceof Request||typeof URL=="function"&&t instanceof URL)&&(t=fetch(t));let{instance:r,module:n}=await mM(await t,e);return Re=r.exports,JS.__wbindgen_wasm_module=n,Re}var ZS=JS;var oj=null;async function XS(t){return oj!==null?oj:(await ZS(t),oj=km,km)}async function QS(t,e){let r=e?.parquet?.wasmUrl,n=await XS(r),i=new Uint8Array(t),o=n.readParquet(i),f=o.buffer.slice(o.byteOffset,o.byteLength+o.byteOffset);return bM(f)}function bM(t){let e=Im.RecordBatchStreamReader.from(t),r=[];for(let n of e)r.push(n);return new Im.Table(r)}var $S={...Om,parse:Cv,parseFileInBatches:Ew},WW={...Om,parse:$v,parseFileInBatches:Hw},YW={...bj,parse:QS};Am($S);})();
37
37
  /*!
38
38
  *
39
39
  * Copyright 2009-2017 Kris Kowal under the terms of the MIT
@@ -60,11 +60,4 @@ return true;`)}Ed.createIsValidFunction=jP;function qP(t){return typeof t!="bigi
60
60
  * limitations under the License.
61
61
  *
62
62
  */
63
- /*!
64
- * The buffer module from node.js, for the browser.
65
- *
66
- * @author Feross Aboukhadijeh <https://feross.org>
67
- * @license MIT
68
- */
69
- /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
70
63
  //# sourceMappingURL=parquet-worker.js.map