Skip to content

Commit 1690b61

Browse files
committed
deploy: e938b29
1 parent 95c60d2 commit 1690b61

7 files changed

Lines changed: 11 additions & 9 deletions

File tree

.doctrees/all-modules.doctree

575 Bytes
Binary file not shown.

.doctrees/dataset.doctree

575 Bytes
Binary file not shown.

.doctrees/environment.pickle

0 Bytes
Binary file not shown.

all-modules.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5629,7 +5629,8 @@
56295629
<li><p><strong>read_params</strong> (<em>optional</em><em>, </em><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#dict" title="(in Python v3.14)"><em>dict</em></a>) – <p>Dictionary of read parameters. Currently supports:
56305630
- cache_repetition_index (bool): Whether to cache repetition indices for</p>
56315631
<blockquote>
5632-
<div><p>large string/binary columns</p>
5632+
<div><p>large string/binary columns. This is enabled by default. You can disable
5633+
it globally by setting LANCE_READ_CACHE_REPETITION_INDEX=false.</p>
56335634
</div></blockquote>
56345635
<ul>
56355636
<li><p>validate_on_decode (bool): Whether to validate data during decoding</p></li>

dataset.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,8 @@ <h1>Lance Dataset<a class="headerlink" href="#lance-dataset" title="Link to this
974974
<li><p><strong>read_params</strong> (<em>optional</em><em>, </em><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#dict" title="(in Python v3.14)"><em>dict</em></a>) – <p>Dictionary of read parameters. Currently supports:
975975
- cache_repetition_index (bool): Whether to cache repetition indices for</p>
976976
<blockquote>
977-
<div><p>large string/binary columns</p>
977+
<div><p>large string/binary columns. This is enabled by default. You can disable
978+
it globally by setting LANCE_READ_CACHE_REPETITION_INDEX=false.</p>
978979
</div></blockquote>
979980
<ul>
980981
<li><p>validate_on_decode (bool): Whether to validate data during decoding</p></li>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sphinx-reading-durations.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"all-modules": 5.585,
3-
"basic-io": 0.129,
4-
"data-evolution": 0.022,
5-
"dataset": 0.26,
2+
"all-modules": 5.246,
3+
"basic-io": 0.124,
4+
"data-evolution": 0.021,
5+
"dataset": 0.221,
66
"index": 0.002,
7-
"index-and-search": 0.143,
8-
"random-access": 0.021
7+
"index-and-search": 0.137,
8+
"random-access": 0.02
99
}

0 commit comments

Comments
 (0)