Skip to content

Commit 4cc98bd

Browse files
committed
Remove VFS from libtiledb
1 parent 03983d7 commit 4cc98bd

File tree

2 files changed

+0
-842
lines changed

2 files changed

+0
-842
lines changed

tiledb/libtiledb.pxd

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1251,20 +1251,6 @@ cdef class SparseArrayImpl(Array):
12511251
cdef class DenseArrayImpl(Array):
12521252
cdef _read_dense_subarray(self, list subarray, list attr_names, object attr_cond, tiledb_layout_t layout, bint include_coords)
12531253

1254-
# cdef class FileHandle(object):
1255-
# cdef Ctx ctx
1256-
# cdef VFS vfs
1257-
# cdef unicode uri
1258-
# cdef tiledb_vfs_fh_t* ptr
1259-
1260-
# @staticmethod
1261-
# cdef from_ptr(VFS vfs, unicode uri, tiledb_vfs_fh_t* fh_ptr)
1262-
# cpdef closed(self)
1263-
1264-
# cdef class VFS(object):
1265-
# cdef Ctx ctx
1266-
# cdef tiledb_vfs_t* ptr
1267-
12681254
cdef class Query(object):
12691255
cdef Array array
12701256
cdef object attrs

0 commit comments

Comments
 (0)