We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8295c65 commit a09290eCopy full SHA for a09290e
xarray_sql/df.py
@@ -9,6 +9,7 @@
9
Block = t.Dict[t.Hashable, slice]
10
Chunks = t.Optional[t.Dict[str, int]]
11
12
+
13
# Borrowed from Xarray
14
def _get_chunk_slicer(
15
dim: t.Hashable, chunk_index: t.Mapping, chunk_bounds: t.Mapping
0 commit comments