We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3884875 commit 8bbe510Copy full SHA for 8bbe510
apis/python/src/tiledbvcf/dataset.py
@@ -47,9 +47,11 @@
47
limit : int
48
Max number of records (rows) to read
49
region_partition : tuple
50
- Region partition tuple (idx, num_partitions)
+ Region partition tuple (idx, num_partitions) partitions regions into
51
+ num_partitions partitions and only reads regions from partition idx (0-based)
52
sample_partition : tuple
- Samples partition tuple (idx, num_partitions)
53
+ Samples partition tuple (idx, num_partitions) partitions samples into
54
+ num_partitions partitions and only reads samples from partition idx (0-based)
55
sort_regions : bool
56
Whether or not to sort the regions to be read, default True
57
memory_budget_mb : int
0 commit comments