Skip to content

Commit

Permalink
move FragmentMetadata::tile_offsets to new fragment OndemandMetadata
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbindar committed Apr 3, 2024
1 parent 0c50eeb commit 6e83b52
Show file tree
Hide file tree
Showing 11 changed files with 535 additions and 336 deletions.
3 changes: 2 additions & 1 deletion tiledb/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ set(TILEDB_CORE_SOURCES
${TILEDB_CORE_INCLUDE_DIR}/tiledb/sm/fragment/fragment_identifier.cc
${TILEDB_CORE_INCLUDE_DIR}/tiledb/sm/fragment/fragment_info.cc
${TILEDB_CORE_INCLUDE_DIR}/tiledb/sm/fragment/fragment_metadata.cc
${TILEDB_CORE_INCLUDE_DIR}/tiledb/sm/fragment/ondemand_metadata.cc
${TILEDB_CORE_INCLUDE_DIR}/tiledb/sm/global_state/global_state.cc
${TILEDB_CORE_INCLUDE_DIR}/tiledb/sm/global_state/signal_handlers.cc
${TILEDB_CORE_INCLUDE_DIR}/tiledb/sm/global_state/watchdog.cc
Expand Down Expand Up @@ -1037,4 +1038,4 @@ configure_file(
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/tiledb.pc
DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)

include(${CMAKE_SOURCE_DIR}/cmake/package.cmake)
include(${CMAKE_SOURCE_DIR}/cmake/package.cmake)
Loading

0 comments on commit 6e83b52

Please sign in to comment.