http://git-wip-us.apache.org/repos/asf/arrow-site/blob/87254e81/docs/js/classes/dictionarydata.html ---------------------------------------------------------------------- diff --git a/docs/js/classes/dictionarydata.html b/docs/js/classes/dictionarydata.html index 48bfdbd..51a9231 100644 --- a/docs/js/classes/dictionarydata.html +++ b/docs/js/classes/dictionarydata.html @@ -111,7 +111,7 @@ <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-external"><a href="dictionarydata.html#2" class="tsd-kind-icon">2</a></li> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-external"><a href="dictionarydata.html#3" class="tsd-kind-icon">3</a></li> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-external"><a href="dictionarydata.html#_dictionary" class="tsd-kind-icon">_dictionary</a></li> - <li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-external"><a href="dictionarydata.html#_indicies" class="tsd-kind-icon">_indicies</a></li> + <li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-external"><a href="dictionarydata.html#_indices" class="tsd-kind-icon">_indices</a></li> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-external"><a href="dictionarydata.html#_nullcount" class="tsd-kind-icon">_null<wbr>Count</a></li> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="dictionarydata.html#childdata" class="tsd-kind-icon">child<wbr>Data</a></li> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="dictionarydata.html#length" class="tsd-kind-icon">length</a></li> @@ -123,8 +123,8 @@ <h3>Accessors</h3> <ul class="tsd-index-list"> <li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-external"><a href="dictionarydata.html#dictionary" class="tsd-kind-icon">dictionary</a></li> - <li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-external"><a href="dictionarydata.html#indicies" class="tsd-kind-icon">indicies</a></li> - <li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="dictionarydata.html#nullbitmap" class="tsd-kind-icon">null<wbr>Bitmap</a></li> + <li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-external"><a href="dictionarydata.html#indices" class="tsd-kind-icon">indices</a></li> + <li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite tsd-is-external"><a href="dictionarydata.html#nullbitmap" class="tsd-kind-icon">null<wbr>Bitmap</a></li> <li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite tsd-is-external"><a href="dictionarydata.html#nullcount" class="tsd-kind-icon">null<wbr>Count</a></li> <li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="dictionarydata.html#typeid" class="tsd-kind-icon">type<wbr>Id</a></li> </ul> @@ -148,14 +148,14 @@ <a name="constructor" class="tsd-anchor"></a> <h3>constructor</h3> <ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-external"> - <li class="tsd-signature tsd-kind-icon">new <wbr>Dictionary<wbr>Data<span class="tsd-signature-symbol">(</span>type<span class="tsd-signature-symbol">: </span><a href="dictionary.html" class="tsd-signature-type">Dictionary</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">></span>, dictionary<span class="tsd-signature-symbol">: </span><a href="vector.html" class="tsd-signature-type">Vector</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">></span>, indicies<span class="tsd-signature-symbol">: </span><a href="../globals.html#data" class="tsd-signature-type">Data</a><span class="tsd-signature-symbol"><</span><a href="int.html" class="tsd-signature-type">Int</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-sym bol">></span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="dictionarydata.html" class="tsd-signature-type">DictionaryData</a></li> + <li class="tsd-signature tsd-kind-icon">new <wbr>Dictionary<wbr>Data<span class="tsd-signature-symbol">(</span>type<span class="tsd-signature-symbol">: </span><a href="dictionary.html" class="tsd-signature-type">Dictionary</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">></span>, dictionary<span class="tsd-signature-symbol">: </span><a href="vector.html" class="tsd-signature-type">Vector</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">></span>, indices<span class="tsd-signature-symbol">: </span><a href="../globals.html#data" class="tsd-signature-type">Data</a><span class="tsd-signature-symbol"><</span><a href="int.html" class="tsd-signature-type">Int</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symb ol">></span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="dictionarydata.html" class="tsd-signature-type">DictionaryData</a></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <p>Overrides <a href="basedata.html">BaseData</a>.<a href="basedata.html#constructor">constructor</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/data.ts#L153">data.ts:153</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/data.ts#L153">data.ts:153</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> @@ -167,7 +167,7 @@ <h5>dictionary: <a href="vector.html" class="tsd-signature-type">Vector</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">></span></h5> </li> <li> - <h5>indicies: <a href="../globals.html#data" class="tsd-signature-type">Data</a><span class="tsd-signature-symbol"><</span><a href="int.html" class="tsd-signature-type">Int</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span></h5> + <h5>indices: <a href="../globals.html#data" class="tsd-signature-type">Data</a><span class="tsd-signature-symbol"><</span><a href="int.html" class="tsd-signature-type">Int</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span></h5> </li> </ul> <h4 class="tsd-returns-title">Returns <a href="dictionarydata.html" class="tsd-signature-type">DictionaryData</a></h4> @@ -184,7 +184,7 @@ <aside class="tsd-sources"> <p>Inherited from <a href="basedata.html">BaseData</a>.<a href="basedata.html#0">0</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/data.ts#L69">data.ts:69</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/data.ts#L69">data.ts:69</a></li> </ul> </aside> </section> @@ -195,7 +195,7 @@ <aside class="tsd-sources"> <p>Inherited from <a href="basedata.html">BaseData</a>.<a href="basedata.html#1">1</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/data.ts#L70">data.ts:70</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/data.ts#L70">data.ts:70</a></li> </ul> </aside> </section> @@ -206,7 +206,7 @@ <aside class="tsd-sources"> <p>Inherited from <a href="basedata.html">BaseData</a>.<a href="basedata.html#2">2</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/data.ts#L71">data.ts:71</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/data.ts#L71">data.ts:71</a></li> </ul> </aside> </section> @@ -217,7 +217,7 @@ <aside class="tsd-sources"> <p>Inherited from <a href="basedata.html">BaseData</a>.<a href="basedata.html#3">3</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/data.ts#L72">data.ts:72</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/data.ts#L72">data.ts:72</a></li> </ul> </aside> </section> @@ -227,17 +227,17 @@ <div class="tsd-signature tsd-kind-icon">_dictionary<span class="tsd-signature-symbol">:</span> <a href="vector.html" class="tsd-signature-type">Vector</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">></span></div> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/data.ts#L150">data.ts:150</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/data.ts#L150">data.ts:150</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-external"> - <a name="_indicies" class="tsd-anchor"></a> - <h3><span class="tsd-flag ts-flagProtected">Protected</span> _indicies</h3> - <div class="tsd-signature tsd-kind-icon">_indicies<span class="tsd-signature-symbol">:</span> <a href="../globals.html#data" class="tsd-signature-type">Data</a><span class="tsd-signature-symbol"><</span><a href="int.html" class="tsd-signature-type">Int</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span></div> + <a name="_indices" class="tsd-anchor"></a> + <h3><span class="tsd-flag ts-flagProtected">Protected</span> _indices</h3> + <div class="tsd-signature tsd-kind-icon">_indices<span class="tsd-signature-symbol">:</span> <a href="../globals.html#data" class="tsd-signature-type">Data</a><span class="tsd-signature-symbol"><</span><a href="int.html" class="tsd-signature-type">Int</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span></div> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/data.ts#L151">data.ts:151</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/data.ts#L151">data.ts:151</a></li> </ul> </aside> </section> @@ -248,7 +248,7 @@ <aside class="tsd-sources"> <p>Inherited from <a href="basedata.html">BaseData</a>.<a href="basedata.html#_nullcount">_nullCount</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/data.ts#L68">data.ts:68</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/data.ts#L68">data.ts:68</a></li> </ul> </aside> </section> @@ -259,7 +259,7 @@ <aside class="tsd-sources"> <p>Inherited from <a href="basedata.html">BaseData</a>.<a href="basedata.html#childdata">childData</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/data.ts#L67">data.ts:67</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/data.ts#L67">data.ts:67</a></li> </ul> </aside> </section> @@ -271,7 +271,7 @@ <p>Implementation of <a href="../interfaces/vectorlike.html">VectorLike</a>.<a href="../interfaces/vectorlike.html#length">length</a></p> <p>Inherited from <a href="basedata.html">BaseData</a>.<a href="basedata.html#length">length</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/data.ts#L64">data.ts:64</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/data.ts#L64">data.ts:64</a></li> </ul> </aside> </section> @@ -282,7 +282,7 @@ <aside class="tsd-sources"> <p>Inherited from <a href="basedata.html">BaseData</a>.<a href="basedata.html#offset">offset</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/data.ts#L65">data.ts:65</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/data.ts#L65">data.ts:65</a></li> </ul> </aside> </section> @@ -293,7 +293,7 @@ <aside class="tsd-sources"> <p>Inherited from <a href="basedata.html">BaseData</a>.<a href="basedata.html#type">type</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/data.ts#L63">data.ts:63</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/data.ts#L63">data.ts:63</a></li> </ul> </aside> </section> @@ -310,7 +310,7 @@ <li class="tsd-description"> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/data.ts#L153">data.ts:153</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/data.ts#L153">data.ts:153</a></li> </ul> </aside> <h4 class="tsd-returns-title">Returns <a href="vector.html" class="tsd-signature-type">Vector</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">></span></h4> @@ -318,16 +318,16 @@ </ul> </section> <section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-external"> - <a name="indicies" class="tsd-anchor"></a> - <h3>indicies</h3> + <a name="indices" class="tsd-anchor"></a> + <h3>indices</h3> <ul class="tsd-signatures tsd-kind-get-signature tsd-parent-kind-class tsd-is-external"> - <li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> indicies<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="flatdata.html" class="tsd-signature-type">FlatData</a><span class="tsd-signature-symbol"><</span><a href="int.html" class="tsd-signature-type">Int</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">Int32Array</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Uint8Array</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Int8Array</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Int16Array</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Uint16Array</span><span class="tsd-signature-symbol"> | </sp an><span class="tsd-signature-type">Uint32Array</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> & </span><a href="basedata.html" class="tsd-signature-type">BaseData</a><span class="tsd-signature-symbol"><</span><a href="int.html" class="tsd-signature-type">Int</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">Int32Array</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Uint8Array</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Int8Array</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Int16Array</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Uint16Array</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type" >Uint32Array</span><span class="tsd-signature-symbol">></span><span >class="tsd-signature-symbol">></span></li> + <li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> indices<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="flatdata.html" class="tsd-signature-type">FlatData</a><span class="tsd-signature-symbol"><</span><a href="int.html" class="tsd-signature-type">Int</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">Int32Array</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Uint8Array</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Int8Array</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Int16Array</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Uint16Array</span><span class="tsd-signature-symbol"> | </spa n><span class="tsd-signature-type">Uint32Array</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> & </span><a href="basedata.html" class="tsd-signature-type">BaseData</a><span class="tsd-signature-symbol"><</span><a href="int.html" class="tsd-signature-type">Int</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">Int32Array</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Uint8Array</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Int8Array</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Int16Array</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Uint16Array</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type"> Uint32Array</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/data.ts#L152">data.ts:152</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/data.ts#L152">data.ts:152</a></li> </ul> </aside> <h4 class="tsd-returns-title">Returns <a href="flatdata.html" class="tsd-signature-type">FlatData</a><span class="tsd-signature-symbol"><</span><a href="int.html" class="tsd-signature-type">Int</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">Int32Array</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Uint8Array</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Int8Array</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Int16Array</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Uint16Array</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Uint32Array</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span> @@ -337,18 +337,18 @@ </li> </ul> </section> - <section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-external"> + <section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite tsd-is-external"> <a name="nullbitmap" class="tsd-anchor"></a> <h3>null<wbr>Bitmap</h3> - <ul class="tsd-signatures tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-external"> + <ul class="tsd-signatures tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite tsd-is-external"> <li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> nullBitmap<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Uint8Array</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> - <p>Inherited from <a href="basedata.html">BaseData</a>.<a href="basedata.html#nullbitmap">nullBitmap</a></p> + <p>Overrides <a href="basedata.html">BaseData</a>.<a href="basedata.html#nullbitmap">nullBitmap</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/data.ts#L80">data.ts:80</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/data.ts#L160">data.ts:160</a></li> </ul> </aside> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">undefined</span> @@ -369,7 +369,7 @@ <aside class="tsd-sources"> <p>Overrides <a href="basedata.html">BaseData</a>.<a href="basedata.html#nullcount">nullCount</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/data.ts#L160">data.ts:160</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/data.ts#L159">data.ts:159</a></li> </ul> </aside> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4> @@ -387,7 +387,7 @@ <aside class="tsd-sources"> <p>Inherited from <a href="basedata.html">BaseData</a>.<a href="basedata.html#typeid">typeId</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/data.ts#L79">data.ts:79</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/data.ts#L79">data.ts:79</a></li> </ul> </aside> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4> @@ -408,7 +408,7 @@ <aside class="tsd-sources"> <p>Overrides <a href="basedata.html">BaseData</a>.<a href="basedata.html#clone">clone</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/data.ts#L161">data.ts:161</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/data.ts#L161">data.ts:161</a></li> </ul> </aside> <h4 class="tsd-type-parameters-title">Type parameters</h4> @@ -444,7 +444,7 @@ <aside class="tsd-sources"> <p>Inherited from <a href="basedata.html">BaseData</a>.<a href="basedata.html#slice">slice</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/data.ts#L92">data.ts:92</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/data.ts#L92">data.ts:92</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> @@ -471,7 +471,7 @@ <aside class="tsd-sources"> <p>Inherited from <a href="basedata.html">BaseData</a>.<a href="basedata.html#slicedata">sliceData</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/data.ts#L107">data.ts:107</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/data.ts#L107">data.ts:107</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> @@ -501,7 +501,7 @@ <aside class="tsd-sources"> <p>Overrides <a href="basedata.html">BaseData</a>.<a href="basedata.html#sliceinternal">sliceInternal</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/data.ts#L169">data.ts:169</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/data.ts#L169">data.ts:169</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> @@ -531,7 +531,7 @@ <aside class="tsd-sources"> <p>Inherited from <a href="basedata.html">BaseData</a>.<a href="basedata.html#sliceoffsets">sliceOffsets</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/data.ts#L110">data.ts:110</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/data.ts#L110">data.ts:110</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> @@ -586,7 +586,7 @@ <a href="dictionarydata.html#_dictionary" class="tsd-kind-icon">_dictionary</a> </li> <li class=" tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-external"> - <a href="dictionarydata.html#_indicies" class="tsd-kind-icon">_indicies</a> + <a href="dictionarydata.html#_indices" class="tsd-kind-icon">_indices</a> </li> <li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-external"> <a href="dictionarydata.html#_nullcount" class="tsd-kind-icon">_null<wbr>Count</a> @@ -607,9 +607,9 @@ <a href="dictionarydata.html#dictionary" class="tsd-kind-icon">dictionary</a> </li> <li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-external"> - <a href="dictionarydata.html#indicies" class="tsd-kind-icon">indicies</a> + <a href="dictionarydata.html#indices" class="tsd-kind-icon">indices</a> </li> - <li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-external"> + <li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite tsd-is-external"> <a href="dictionarydata.html#nullbitmap" class="tsd-kind-icon">null<wbr>Bitmap</a> </li> <li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite tsd-is-external">
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/87254e81/docs/js/classes/dictionaryvector.html ---------------------------------------------------------------------- diff --git a/docs/js/classes/dictionaryvector.html b/docs/js/classes/dictionaryvector.html index 5068616..ce4cdf7 100644 --- a/docs/js/classes/dictionaryvector.html +++ b/docs/js/classes/dictionaryvector.html @@ -110,7 +110,7 @@ <ul class="tsd-index-list"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="dictionaryvector.html#data" class="tsd-kind-icon">data</a></li> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-external"><a href="dictionaryvector.html#dictionary" class="tsd-kind-icon">dictionary</a></li> - <li class="tsd-kind-property tsd-parent-kind-class tsd-is-external"><a href="dictionaryvector.html#indicies" class="tsd-kind-icon">indicies</a></li> + <li class="tsd-kind-property tsd-parent-kind-class tsd-is-external"><a href="dictionaryvector.html#indices" class="tsd-kind-icon">indices</a></li> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="dictionaryvector.html#length" class="tsd-kind-icon">length</a></li> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="dictionaryvector.html#type" class="tsd-kind-icon">type</a></li> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="dictionaryvector.html#view" class="tsd-kind-icon">view</a></li> @@ -162,7 +162,7 @@ <aside class="tsd-sources"> <p>Overrides <a href="vector.html">Vector</a>.<a href="vector.html#constructor">constructor</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/vector.ts#L399">vector.ts:399</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/vector.ts#L399">vector.ts:399</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> @@ -171,7 +171,7 @@ <h5>data: <a href="../globals.html#data" class="tsd-signature-type">Data</a><span class="tsd-signature-symbol"><</span><a href="dictionary.html" class="tsd-signature-type">Dictionary</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span></h5> </li> <li> - <h5><span class="tsd-flag ts-flagDefault value">Default value</span> view: <a href="../interfaces/view.html" class="tsd-signature-type">View</a><span class="tsd-signature-symbol"><</span><a href="dictionary.html" class="tsd-signature-type">Dictionary</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = new DictionaryView<T>(data.dictionary, new IntVector(data.indicies))</span></h5> + <h5><span class="tsd-flag ts-flagDefault value">Default value</span> view: <a href="../interfaces/view.html" class="tsd-signature-type">View</a><span class="tsd-signature-symbol"><</span><a href="dictionary.html" class="tsd-signature-type">Dictionary</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = new DictionaryView<T>(data.dictionary, new IntVector(data.indices))</span></h5> </li> </ul> <h4 class="tsd-returns-title">Returns <a href="dictionaryvector.html" class="tsd-signature-type">DictionaryVector</a></h4> @@ -188,7 +188,7 @@ <aside class="tsd-sources"> <p>Inherited from <a href="vector.html">Vector</a>.<a href="vector.html#data">data</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/vector.ts#L44">vector.ts:44</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/vector.ts#L44">vector.ts:44</a></li> </ul> </aside> </section> @@ -198,17 +198,17 @@ <div class="tsd-signature tsd-kind-icon">dictionary<span class="tsd-signature-symbol">:</span> <a href="vector.html" class="tsd-signature-type">Vector</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">></span></div> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/vector.ts#L399">vector.ts:399</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/vector.ts#L399">vector.ts:399</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-external"> - <a name="indicies" class="tsd-anchor"></a> - <h3>indicies</h3> - <div class="tsd-signature tsd-kind-icon">indicies<span class="tsd-signature-symbol">:</span> <a href="vector.html" class="tsd-signature-type">Vector</a><span class="tsd-signature-symbol"><</span><a href="int.html" class="tsd-signature-type">Int</a><span class="tsd-signature-symbol">></span></div> + <a name="indices" class="tsd-anchor"></a> + <h3>indices</h3> + <div class="tsd-signature tsd-kind-icon">indices<span class="tsd-signature-symbol">:</span> <a href="vector.html" class="tsd-signature-type">Vector</a><span class="tsd-signature-symbol"><</span><a href="int.html" class="tsd-signature-type">Int</a><span class="tsd-signature-symbol">></span></div> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/vector.ts#L397">vector.ts:397</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/vector.ts#L397">vector.ts:397</a></li> </ul> </aside> </section> @@ -220,7 +220,7 @@ <p>Implementation of <a href="../interfaces/vectorlike.html">VectorLike</a>.<a href="../interfaces/vectorlike.html#length">length</a></p> <p>Inherited from <a href="vector.html">Vector</a>.<a href="vector.html#length">length</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/vector.ts#L43">vector.ts:43</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/vector.ts#L43">vector.ts:43</a></li> </ul> </aside> </section> @@ -231,7 +231,7 @@ <aside class="tsd-sources"> <p>Inherited from <a href="vector.html">Vector</a>.<a href="vector.html#type">type</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/vector.ts#L42">vector.ts:42</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/vector.ts#L42">vector.ts:42</a></li> </ul> </aside> </section> @@ -242,7 +242,7 @@ <aside class="tsd-sources"> <p>Inherited from <a href="vector.html">Vector</a>.<a href="vector.html#view">view</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/vector.ts#L45">vector.ts:45</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/vector.ts#L45">vector.ts:45</a></li> </ul> </aside> </section> @@ -260,7 +260,7 @@ <aside class="tsd-sources"> <p>Inherited from <a href="vector.html">Vector</a>.<a href="vector.html#___tostringtag">__@toStringTag</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/vector.ts#L62">vector.ts:62</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/vector.ts#L62">vector.ts:62</a></li> </ul> </aside> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4> @@ -278,7 +278,7 @@ <aside class="tsd-sources"> <p>Inherited from <a href="vector.html">Vector</a>.<a href="vector.html#nullbitmap">nullBitmap</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/vector.ts#L61">vector.ts:61</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/vector.ts#L61">vector.ts:61</a></li> </ul> </aside> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4> @@ -296,7 +296,7 @@ <aside class="tsd-sources"> <p>Inherited from <a href="vector.html">Vector</a>.<a href="vector.html#nullcount">nullCount</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/vector.ts#L60">vector.ts:60</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/vector.ts#L60">vector.ts:60</a></li> </ul> </aside> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4> @@ -318,7 +318,7 @@ <p>Implementation of <a href="../interfaces/view.html">View</a>.<a href="../interfaces/view.html#___iterator">__@iterator</a></p> <p>Inherited from <a href="vector.html">Vector</a>.<a href="vector.html#___iterator">__@iterator</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/vector.ts#L84">vector.ts:84</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/vector.ts#L84">vector.ts:84</a></li> </ul> </aside> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">IterableIterator</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T["TValue"]</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol">></span></h4> @@ -337,7 +337,7 @@ <p>Implementation of <a href="../interfaces/visitornode.html">VisitorNode</a>.<a href="../interfaces/visitornode.html#accepttypevisitor">acceptTypeVisitor</a></p> <p>Inherited from <a href="vector.html">Vector</a>.<a href="vector.html#accepttypevisitor">acceptTypeVisitor</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/vector.ts#L113">vector.ts:113</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/vector.ts#L113">vector.ts:113</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> @@ -362,7 +362,7 @@ <p>Implementation of <a href="../interfaces/visitornode.html">VisitorNode</a>.<a href="../interfaces/visitornode.html#acceptvectorvisitor">acceptVectorVisitor</a></p> <p>Inherited from <a href="vector.html">Vector</a>.<a href="vector.html#acceptvectorvisitor">acceptVectorVisitor</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/vector.ts#L116">vector.ts:116</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/vector.ts#L116">vector.ts:116</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> @@ -386,7 +386,7 @@ <aside class="tsd-sources"> <p>Inherited from <a href="vector.html">Vector</a>.<a href="vector.html#clone">clone</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/vector.ts#L66">vector.ts:66</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/vector.ts#L66">vector.ts:66</a></li> </ul> </aside> <h4 class="tsd-type-parameters-title">Type parameters</h4> @@ -419,7 +419,7 @@ <aside class="tsd-sources"> <p>Inherited from <a href="vector.html">Vector</a>.<a href="vector.html#concat">concat</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/vector.ts#L87">vector.ts:87</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/vector.ts#L87">vector.ts:87</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> @@ -444,7 +444,7 @@ <p>Implementation of <a href="../interfaces/view.html">View</a>.<a href="../interfaces/view.html#get">get</a></p> <p>Inherited from <a href="vector.html">Vector</a>.<a href="vector.html#get">get</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/vector.ts#L72">vector.ts:72</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/vector.ts#L72">vector.ts:72</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> @@ -470,7 +470,7 @@ <li class="tsd-description"> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/vector.ts#L419">vector.ts:419</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/vector.ts#L422">vector.ts:422</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> @@ -493,7 +493,7 @@ <li class="tsd-description"> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/vector.ts#L420">vector.ts:420</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/vector.ts#L423">vector.ts:423</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> @@ -521,7 +521,7 @@ <p>Implementation of <a href="../interfaces/view.html">View</a>.<a href="../interfaces/view.html#indexof">indexOf</a></p> <p>Inherited from <a href="vector.html">Vector</a>.<a href="vector.html#indexof">indexOf</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/vector.ts#L81">vector.ts:81</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/vector.ts#L81">vector.ts:81</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> @@ -546,7 +546,7 @@ <p>Implementation of <a href="../interfaces/view.html">View</a>.<a href="../interfaces/view.html#isvalid">isValid</a></p> <p>Inherited from <a href="vector.html">Vector</a>.<a href="vector.html#isvalid">isValid</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/vector.ts#L69">vector.ts:69</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/vector.ts#L69">vector.ts:69</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> @@ -569,7 +569,7 @@ <li class="tsd-description"> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/vector.ts#L421">vector.ts:421</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/vector.ts#L424">vector.ts:424</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> @@ -594,7 +594,7 @@ <p>Implementation of <a href="../interfaces/view.html">View</a>.<a href="../interfaces/view.html#set">set</a></p> <p>Inherited from <a href="vector.html">Vector</a>.<a href="vector.html#set">set</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/vector.ts#L75">vector.ts:75</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/vector.ts#L75">vector.ts:75</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> @@ -621,7 +621,7 @@ <aside class="tsd-sources"> <p>Inherited from <a href="vector.html">Vector</a>.<a href="vector.html#slice">slice</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/vector.ts#L100">vector.ts:100</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/vector.ts#L100">vector.ts:100</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> @@ -649,7 +649,7 @@ <p>Implementation of <a href="../interfaces/view.html">View</a>.<a href="../interfaces/view.html#toarray">toArray</a></p> <p>Inherited from <a href="vector.html">Vector</a>.<a href="vector.html#toarray">toArray</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/vector.ts#L78">vector.ts:78</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/vector.ts#L78">vector.ts:78</a></li> </ul> </aside> <h4 class="tsd-returns-title">Returns <a href="../interfaces/iterablearraylike.html" class="tsd-signature-type">IterableArrayLike</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T["TValue"]</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol">></span></h4> @@ -667,7 +667,7 @@ <aside class="tsd-sources"> <p>Inherited from <a href="vector.html">Vector</a>.<a href="vector.html#tojson">toJSON</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/vector.ts#L65">vector.ts:65</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/vector.ts#L65">vector.ts:65</a></li> </ul> </aside> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4> @@ -685,7 +685,7 @@ <aside class="tsd-sources"> <p>Inherited from <a href="vector.html">Vector</a>.<a href="vector.html#concat-1">concat</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/vector.ts#L39">vector.ts:39</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/vector.ts#L39">vector.ts:39</a></li> </ul> </aside> <h4 class="tsd-type-parameters-title">Type parameters</h4> @@ -718,7 +718,7 @@ <aside class="tsd-sources"> <p>Inherited from <a href="vector.html">Vector</a>.<a href="vector.html#create">create</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/vector.ts#L36">vector.ts:36</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/vector.ts#L36">vector.ts:36</a></li> </ul> </aside> <h4 class="tsd-type-parameters-title">Type parameters</h4> @@ -764,7 +764,7 @@ <a href="dictionaryvector.html#dictionary" class="tsd-kind-icon">dictionary</a> </li> <li class=" tsd-kind-property tsd-parent-kind-class tsd-is-external"> - <a href="dictionaryvector.html#indicies" class="tsd-kind-icon">indicies</a> + <a href="dictionaryvector.html#indices" class="tsd-kind-icon">indices</a> </li> <li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a href="dictionaryvector.html#length" class="tsd-kind-icon">length</a> http://git-wip-us.apache.org/repos/asf/arrow-site/blob/87254e81/docs/js/classes/dictionaryview.html ---------------------------------------------------------------------- diff --git a/docs/js/classes/dictionaryview.html b/docs/js/classes/dictionaryview.html index 2f4477f..1d4658e 100644 --- a/docs/js/classes/dictionaryview.html +++ b/docs/js/classes/dictionaryview.html @@ -102,7 +102,7 @@ <h3>Properties</h3> <ul class="tsd-index-list"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-external"><a href="dictionaryview.html#dictionary" class="tsd-kind-icon">dictionary</a></li> - <li class="tsd-kind-property tsd-parent-kind-class tsd-is-external"><a href="dictionaryview.html#indicies" class="tsd-kind-icon">indicies</a></li> + <li class="tsd-kind-property tsd-parent-kind-class tsd-is-external"><a href="dictionaryview.html#indices" class="tsd-kind-icon">indices</a></li> </ul> </section> <section class="tsd-index-section tsd-is-external"> @@ -126,13 +126,13 @@ <a name="constructor" class="tsd-anchor"></a> <h3>constructor</h3> <ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-external"> - <li class="tsd-signature tsd-kind-icon">new <wbr>Dictionary<wbr>View<span class="tsd-signature-symbol">(</span>dictionary<span class="tsd-signature-symbol">: </span><a href="vector.html" class="tsd-signature-type">Vector</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">></span>, indicies<span class="tsd-signature-symbol">: </span><a href="vector.html" class="tsd-signature-type">Vector</a><span class="tsd-signature-symbol"><</span><a href="int.html" class="tsd-signature-type">Int</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="dictionaryview.html" class="tsd-signature-type">DictionaryView</a></li> + <li class="tsd-signature tsd-kind-icon">new <wbr>Dictionary<wbr>View<span class="tsd-signature-symbol">(</span>dictionary<span class="tsd-signature-symbol">: </span><a href="vector.html" class="tsd-signature-type">Vector</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">></span>, indices<span class="tsd-signature-symbol">: </span><a href="vector.html" class="tsd-signature-type">Vector</a><span class="tsd-signature-symbol"><</span><a href="int.html" class="tsd-signature-type">Int</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="dictionaryview.html" class="tsd-signature-type">DictionaryView</a></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/vector/dictionary.ts#L24">vector/dictionary.ts:24</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/vector/dictionary.ts#L24">vector/dictionary.ts:24</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> @@ -141,7 +141,7 @@ <h5>dictionary: <a href="vector.html" class="tsd-signature-type">Vector</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">></span></h5> </li> <li> - <h5>indicies: <a href="vector.html" class="tsd-signature-type">Vector</a><span class="tsd-signature-symbol"><</span><a href="int.html" class="tsd-signature-type">Int</a><span class="tsd-signature-symbol">></span></h5> + <h5>indices: <a href="vector.html" class="tsd-signature-type">Vector</a><span class="tsd-signature-symbol"><</span><a href="int.html" class="tsd-signature-type">Int</a><span class="tsd-signature-symbol">></span></h5> </li> </ul> <h4 class="tsd-returns-title">Returns <a href="dictionaryview.html" class="tsd-signature-type">DictionaryView</a></h4> @@ -157,17 +157,17 @@ <div class="tsd-signature tsd-kind-icon">dictionary<span class="tsd-signature-symbol">:</span> <a href="vector.html" class="tsd-signature-type">Vector</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">></span></div> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/vector/dictionary.ts#L24">vector/dictionary.ts:24</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/vector/dictionary.ts#L24">vector/dictionary.ts:24</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-external"> - <a name="indicies" class="tsd-anchor"></a> - <h3>indicies</h3> - <div class="tsd-signature tsd-kind-icon">indicies<span class="tsd-signature-symbol">:</span> <a href="vector.html" class="tsd-signature-type">Vector</a><span class="tsd-signature-symbol"><</span><a href="int.html" class="tsd-signature-type">Int</a><span class="tsd-signature-symbol">></span></div> + <a name="indices" class="tsd-anchor"></a> + <h3>indices</h3> + <div class="tsd-signature tsd-kind-icon">indices<span class="tsd-signature-symbol">:</span> <a href="vector.html" class="tsd-signature-type">Vector</a><span class="tsd-signature-symbol"><</span><a href="int.html" class="tsd-signature-type">Int</a><span class="tsd-signature-symbol">></span></div> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/vector/dictionary.ts#L23">vector/dictionary.ts:23</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/vector/dictionary.ts#L23">vector/dictionary.ts:23</a></li> </ul> </aside> </section> @@ -185,7 +185,7 @@ <aside class="tsd-sources"> <p>Implementation of <a href="../interfaces/view.html">View</a>.<a href="../interfaces/view.html#___iterator">__@iterator</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/vector/dictionary.ts#L44">vector/dictionary.ts:44</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/vector/dictionary.ts#L44">vector/dictionary.ts:44</a></li> </ul> </aside> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">IterableIterator</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T["TValue"]</span><span class="tsd-signature-symbol">></span></h4> @@ -203,7 +203,7 @@ <aside class="tsd-sources"> <p>Implementation of <a href="../interfaces/view.html">View</a>.<a href="../interfaces/view.html#clone">clone</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/vector/dictionary.ts#L29">vector/dictionary.ts:29</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/vector/dictionary.ts#L29">vector/dictionary.ts:29</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> @@ -227,7 +227,7 @@ <aside class="tsd-sources"> <p>Implementation of <a href="../interfaces/view.html">View</a>.<a href="../interfaces/view.html#get">get</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/vector/dictionary.ts#L35">vector/dictionary.ts:35</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/vector/dictionary.ts#L35">vector/dictionary.ts:35</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> @@ -251,7 +251,7 @@ <aside class="tsd-sources"> <p>Implementation of <a href="../interfaces/view.html">View</a>.<a href="../interfaces/view.html#indexof">indexOf</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/vector/dictionary.ts#L50">vector/dictionary.ts:50</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/vector/dictionary.ts#L50">vector/dictionary.ts:50</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> @@ -275,7 +275,7 @@ <aside class="tsd-sources"> <p>Implementation of <a href="../interfaces/view.html">View</a>.<a href="../interfaces/view.html#isvalid">isValid</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/vector/dictionary.ts#L32">vector/dictionary.ts:32</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/vector/dictionary.ts#L32">vector/dictionary.ts:32</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> @@ -299,7 +299,7 @@ <aside class="tsd-sources"> <p>Implementation of <a href="../interfaces/view.html">View</a>.<a href="../interfaces/view.html#set">set</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/vector/dictionary.ts#L38">vector/dictionary.ts:38</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/vector/dictionary.ts#L38">vector/dictionary.ts:38</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> @@ -326,7 +326,7 @@ <aside class="tsd-sources"> <p>Implementation of <a href="../interfaces/view.html">View</a>.<a href="../interfaces/view.html#toarray">toArray</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/vector/dictionary.ts#L41">vector/dictionary.ts:41</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/vector/dictionary.ts#L41">vector/dictionary.ts:41</a></li> </ul> </aside> <h4 class="tsd-returns-title">Returns <a href="../interfaces/iterablearraylike.html" class="tsd-signature-type">IterableArrayLike</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T["TValue"]</span><span class="tsd-signature-symbol">></span></h4> @@ -357,7 +357,7 @@ <a href="dictionaryview.html#dictionary" class="tsd-kind-icon">dictionary</a> </li> <li class=" tsd-kind-property tsd-parent-kind-class tsd-is-external"> - <a href="dictionaryview.html#indicies" class="tsd-kind-icon">indicies</a> + <a href="dictionaryview.html#indices" class="tsd-kind-icon">indices</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-external"> <a href="dictionaryview.html#___iterator" class="tsd-kind-icon">__@iterator</a> http://git-wip-us.apache.org/repos/asf/arrow-site/blob/87254e81/docs/js/classes/equals.html ---------------------------------------------------------------------- diff --git a/docs/js/classes/equals.html b/docs/js/classes/equals.html index 11844ea..d3848b3 100644 --- a/docs/js/classes/equals.html +++ b/docs/js/classes/equals.html @@ -116,6 +116,7 @@ <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="equals.html#and" class="tsd-kind-icon">and</a></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="equals.html#ands" class="tsd-kind-icon">ands</a></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-external"><a href="equals.html#bind" class="tsd-kind-icon">bind</a></li> + <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="equals.html#not" class="tsd-kind-icon">not</a></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="equals.html#or" class="tsd-kind-icon">or</a></li> </ul> </section> @@ -135,7 +136,7 @@ <aside class="tsd-sources"> <p>Inherited from <a href="comparisonpredicate.html">ComparisonPredicate</a>.<a href="comparisonpredicate.html#constructor">constructor</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/predicate.ts#L76">predicate.ts:76</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/predicate.ts#L86">predicate.ts:86</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> @@ -160,7 +161,7 @@ <div class="tsd-signature tsd-kind-icon">last<wbr>Dictionary<span class="tsd-signature-symbol">:</span> <a href="vector.html" class="tsd-signature-type">Vector</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">undefined</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/predicate.ts#L129">predicate.ts:129</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/predicate.ts#L139">predicate.ts:139</a></li> </ul> </aside> </section> @@ -170,7 +171,7 @@ <div class="tsd-signature tsd-kind-icon">last<wbr>Key<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">undefined</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/predicate.ts#L130">predicate.ts:130</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/predicate.ts#L140">predicate.ts:140</a></li> </ul> </aside> </section> @@ -181,7 +182,7 @@ <aside class="tsd-sources"> <p>Inherited from <a href="comparisonpredicate.html">ComparisonPredicate</a>.<a href="comparisonpredicate.html#left">left</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/predicate.ts#L77">predicate.ts:77</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/predicate.ts#L87">predicate.ts:87</a></li> </ul> </aside> </section> @@ -192,7 +193,7 @@ <aside class="tsd-sources"> <p>Inherited from <a href="comparisonpredicate.html">ComparisonPredicate</a>.<a href="comparisonpredicate.html#right">right</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/predicate.ts#L77">predicate.ts:77</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/predicate.ts#L87">predicate.ts:87</a></li> </ul> </aside> </section> @@ -210,7 +211,7 @@ <aside class="tsd-sources"> <p>Overrides <a href="comparisonpredicate.html">ComparisonPredicate</a>.<a href="comparisonpredicate.html#_bindcolcol">_bindColCol</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/predicate.ts#L137">predicate.ts:137</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/predicate.ts#L147">predicate.ts:147</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> @@ -240,7 +241,7 @@ <aside class="tsd-sources"> <p>Overrides <a href="comparisonpredicate.html">ComparisonPredicate</a>.<a href="comparisonpredicate.html#_bindcollit">_bindColLit</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/predicate.ts#L143">predicate.ts:143</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/predicate.ts#L153">predicate.ts:153</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> @@ -270,7 +271,7 @@ <aside class="tsd-sources"> <p>Overrides <a href="comparisonpredicate.html">ComparisonPredicate</a>.<a href="comparisonpredicate.html#_bindlitcol">_bindLitCol</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/predicate.ts#L173">predicate.ts:173</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/predicate.ts#L183">predicate.ts:183</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> @@ -321,7 +322,7 @@ <aside class="tsd-sources"> <p>Overrides <a href="comparisonpredicate.html">ComparisonPredicate</a>.<a href="comparisonpredicate.html#_bindlitlit">_bindLitLit</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/predicate.ts#L132">predicate.ts:132</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/predicate.ts#L142">predicate.ts:142</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> @@ -351,7 +352,7 @@ <aside class="tsd-sources"> <p>Inherited from <a href="predicate.html">Predicate</a>.<a href="predicate.html#and">and</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/predicate.ts#L71">predicate.ts:71</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/predicate.ts#L80">predicate.ts:80</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> @@ -375,7 +376,7 @@ <aside class="tsd-sources"> <p>Inherited from <a href="predicate.html">Predicate</a>.<a href="predicate.html#ands">ands</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/predicate.ts#L73">predicate.ts:73</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/predicate.ts#L83">predicate.ts:83</a></li> </ul> </aside> <h4 class="tsd-returns-title">Returns <a href="predicate.html" class="tsd-signature-type">Predicate</a><span class="tsd-signature-symbol">[]</span></h4> @@ -394,7 +395,7 @@ <p>Inherited from <a href="comparisonpredicate.html">ComparisonPredicate</a>.<a href="comparisonpredicate.html#bind">bind</a></p> <p>Overrides <a href="predicate.html">Predicate</a>.<a href="predicate.html#bind">bind</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/predicate.ts#L81">predicate.ts:81</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/predicate.ts#L91">predicate.ts:91</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> @@ -429,6 +430,24 @@ </ul> </section> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> + <a name="not" class="tsd-anchor"></a> + <h3>not</h3> + <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> + <li class="tsd-signature tsd-kind-icon">not<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="predicate.html" class="tsd-signature-type">Predicate</a></li> + </ul> + <ul class="tsd-descriptions"> + <li class="tsd-description"> + <aside class="tsd-sources"> + <p>Inherited from <a href="predicate.html">Predicate</a>.<a href="predicate.html#not">not</a></p> + <ul> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/predicate.ts#L82">predicate.ts:82</a></li> + </ul> + </aside> + <h4 class="tsd-returns-title">Returns <a href="predicate.html" class="tsd-signature-type">Predicate</a></h4> + </li> + </ul> + </section> + <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a name="or" class="tsd-anchor"></a> <h3>or</h3> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> @@ -439,7 +458,7 @@ <aside class="tsd-sources"> <p>Inherited from <a href="predicate.html">Predicate</a>.<a href="predicate.html#or">or</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/predicate.ts#L72">predicate.ts:72</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/predicate.ts#L81">predicate.ts:81</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> @@ -506,6 +525,9 @@ <a href="equals.html#bind" class="tsd-kind-icon">bind</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> + <a href="equals.html#not" class="tsd-kind-icon">not</a> + </li> + <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"> <a href="equals.html#or" class="tsd-kind-icon">or</a> </li> </ul> http://git-wip-us.apache.org/repos/asf/arrow-site/blob/87254e81/docs/js/classes/field.html ---------------------------------------------------------------------- diff --git a/docs/js/classes/field.html b/docs/js/classes/field.html index ff0d505..90f42bc 100644 --- a/docs/js/classes/field.html +++ b/docs/js/classes/field.html @@ -105,7 +105,7 @@ <h3>Accessors</h3> <ul class="tsd-index-list"> <li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-external"><a href="field.html#___tostringtag" class="tsd-kind-icon">__@to<wbr>String<wbr>Tag</a></li> - <li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-external"><a href="field.html#indicies" class="tsd-kind-icon">indicies</a></li> + <li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-external"><a href="field.html#indices" class="tsd-kind-icon">indices</a></li> <li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-external"><a href="field.html#typeid" class="tsd-kind-icon">type<wbr>Id</a></li> </ul> </section> @@ -130,7 +130,7 @@ <li class="tsd-description"> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/type.ts#L76">type.ts:76</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/type.ts#L76">type.ts:76</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> @@ -161,7 +161,7 @@ <div class="tsd-signature tsd-kind-icon">metadata<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Map</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/type.ts#L76">type.ts:76</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/type.ts#L76">type.ts:76</a></li> </ul> </aside> </section> @@ -171,7 +171,7 @@ <div class="tsd-signature tsd-kind-icon">name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/type.ts#L74">type.ts:74</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/type.ts#L74">type.ts:74</a></li> </ul> </aside> </section> @@ -181,7 +181,7 @@ <div class="tsd-signature tsd-kind-icon">nullable<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/type.ts#L75">type.ts:75</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/type.ts#L75">type.ts:75</a></li> </ul> </aside> </section> @@ -191,7 +191,7 @@ <div class="tsd-signature tsd-kind-icon">type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">T</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/type.ts#L73">type.ts:73</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/type.ts#L73">type.ts:73</a></li> </ul> </aside> </section> @@ -208,7 +208,7 @@ <li class="tsd-description"> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/type.ts#L85">type.ts:85</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/type.ts#L85">type.ts:85</a></li> </ul> </aside> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4> @@ -216,16 +216,16 @@ </ul> </section> <section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-external"> - <a name="indicies" class="tsd-anchor"></a> - <h3>indicies</h3> + <a name="indices" class="tsd-anchor"></a> + <h3>indices</h3> <ul class="tsd-signatures tsd-kind-get-signature tsd-parent-kind-class tsd-is-external"> - <li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> indicies<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol"> | </span><a href="int.html" class="tsd-signature-type">Int</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></li> + <li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> indices<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol"> | </span><a href="int.html" class="tsd-signature-type">Int</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/type.ts#L86">type.ts:86</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/type.ts#L86">type.ts:86</a></li> </ul> </aside> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">T</span> @@ -245,7 +245,7 @@ <li class="tsd-description"> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/type.ts#L84">type.ts:84</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/type.ts#L84">type.ts:84</a></li> </ul> </aside> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">T["TType"]</span></h4> @@ -265,7 +265,7 @@ <li class="tsd-description"> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/type.ts#L83">type.ts:83</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/type.ts#L83">type.ts:83</a></li> </ul> </aside> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4> @@ -308,7 +308,7 @@ <a href="field.html#___tostringtag" class="tsd-kind-icon">__@to<wbr>String<wbr>Tag</a> </li> <li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-external"> - <a href="field.html#indicies" class="tsd-kind-icon">indicies</a> + <a href="field.html#indices" class="tsd-kind-icon">indices</a> </li> <li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-external"> <a href="field.html#typeid" class="tsd-kind-icon">type<wbr>Id</a> http://git-wip-us.apache.org/repos/asf/arrow-site/blob/87254e81/docs/js/classes/fieldmetadata.html ---------------------------------------------------------------------- diff --git a/docs/js/classes/fieldmetadata.html b/docs/js/classes/fieldmetadata.html index a3fee01..5de4c5b 100644 --- a/docs/js/classes/fieldmetadata.html +++ b/docs/js/classes/fieldmetadata.html @@ -106,7 +106,7 @@ <li class="tsd-description"> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/ipc/metadata.ts#L84">ipc/metadata.ts:84</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/ipc/metadata.ts#L84">ipc/metadata.ts:84</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> @@ -131,7 +131,7 @@ <div class="tsd-signature tsd-kind-icon">length<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/ipc/metadata.ts#L83">ipc/metadata.ts:83</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/ipc/metadata.ts#L83">ipc/metadata.ts:83</a></li> </ul> </aside> </section> @@ -141,7 +141,7 @@ <div class="tsd-signature tsd-kind-icon">null<wbr>Count<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/ipc/metadata.ts#L84">ipc/metadata.ts:84</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/ipc/metadata.ts#L84">ipc/metadata.ts:84</a></li> </ul> </aside> </section> http://git-wip-us.apache.org/repos/asf/arrow-site/blob/87254e81/docs/js/classes/fileblock.html ---------------------------------------------------------------------- diff --git a/docs/js/classes/fileblock.html b/docs/js/classes/fileblock.html index be81c00..0e0e4d3 100644 --- a/docs/js/classes/fileblock.html +++ b/docs/js/classes/fileblock.html @@ -107,7 +107,7 @@ <li class="tsd-description"> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/ipc/metadata.ts#L27">ipc/metadata.ts:27</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/ipc/metadata.ts#L27">ipc/metadata.ts:27</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> @@ -135,7 +135,7 @@ <div class="tsd-signature tsd-kind-icon">body<wbr>Length<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Long</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/ipc/metadata.ts#L28">ipc/metadata.ts:28</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/ipc/metadata.ts#L28">ipc/metadata.ts:28</a></li> </ul> </aside> </section> @@ -145,7 +145,7 @@ <div class="tsd-signature tsd-kind-icon">meta<wbr>Data<wbr>Length<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/ipc/metadata.ts#L28">ipc/metadata.ts:28</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/ipc/metadata.ts#L28">ipc/metadata.ts:28</a></li> </ul> </aside> </section> @@ -155,7 +155,7 @@ <div class="tsd-signature tsd-kind-icon">offset<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Long</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/ipc/metadata.ts#L28">ipc/metadata.ts:28</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/ipc/metadata.ts#L28">ipc/metadata.ts:28</a></li> </ul> </aside> </section> http://git-wip-us.apache.org/repos/asf/arrow-site/blob/87254e81/docs/js/classes/filtereddataframe.html ---------------------------------------------------------------------- diff --git a/docs/js/classes/filtereddataframe.html b/docs/js/classes/filtereddataframe.html index 47fc447..46d06e4 100644 --- a/docs/js/classes/filtereddataframe.html +++ b/docs/js/classes/filtereddataframe.html @@ -121,7 +121,7 @@ <li class="tsd-description"> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/table.ts#L189">table.ts:189</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/table.ts#L189">table.ts:189</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> @@ -146,7 +146,7 @@ <div class="tsd-signature tsd-kind-icon">batches<span class="tsd-signature-symbol">:</span> <a href="recordbatch.html" class="tsd-signature-type">RecordBatch</a><span class="tsd-signature-symbol">[]</span></div> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/table.ts#L189">table.ts:189</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/table.ts#L189">table.ts:189</a></li> </ul> </aside> </section> @@ -156,7 +156,7 @@ <div class="tsd-signature tsd-kind-icon">predicate<span class="tsd-signature-symbol">:</span> <a href="predicate.html" class="tsd-signature-type">Predicate</a></div> <aside class="tsd-sources"> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/table.ts#L188">table.ts:188</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/table.ts#L188">table.ts:188</a></li> </ul> </aside> </section> @@ -174,7 +174,7 @@ <aside class="tsd-sources"> <p>Implementation of <a href="../interfaces/dataframe.html">DataFrame</a>.<a href="../interfaces/dataframe.html#count">count</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/table.ts#L215">table.ts:215</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/table.ts#L215">table.ts:215</a></li> </ul> </aside> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4> @@ -192,7 +192,7 @@ <aside class="tsd-sources"> <p>Implementation of <a href="../interfaces/dataframe.html">DataFrame</a>.<a href="../interfaces/dataframe.html#countby">countBy</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/table.ts#L242">table.ts:242</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/table.ts#L242">table.ts:242</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> @@ -216,7 +216,7 @@ <aside class="tsd-sources"> <p>Implementation of <a href="../interfaces/dataframe.html">DataFrame</a>.<a href="../interfaces/dataframe.html#filter">filter</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/table.ts#L236">table.ts:236</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/table.ts#L236">table.ts:236</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> @@ -240,7 +240,7 @@ <aside class="tsd-sources"> <p>Implementation of <a href="../interfaces/dataframe.html">DataFrame</a>.<a href="../interfaces/dataframe.html#scan">scan</a></p> <ul> - <li>Defined in <a href="https://github.com/apache/arrow/blob/cdc347c/js/src/table.ts#L194">table.ts:194</a></li> + <li>Defined in <a href="https://github.com/apache/arrow/blob/936115c5/js/src/table.ts#L194">table.ts:194</a></li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4>
