Skip to content

Commit

Permalink
[python] Add ManagedQuery bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenv committed Nov 2, 2024
1 parent 6f1119a commit 7d76c5c
Show file tree
Hide file tree
Showing 3 changed files with 584 additions and 0 deletions.
1 change: 1 addition & 0 deletions apis/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ def run(self):
"src/tiledbsoma/soma_sparse_ndarray.cc",
"src/tiledbsoma/soma_group.cc",
"src/tiledbsoma/soma_collection.cc",
"src/tiledbsoma/managed_query.cc",
"src/tiledbsoma/pytiledbsoma.cc",
],
include_dirs=INC_DIRS,
Expand Down
Loading

0 comments on commit 7d76c5c

Please sign in to comment.