Skip to content

Commit

Permalink
Merge pull request #2462 from kuzudb/cast-fixed-list-to-list
Browse files Browse the repository at this point in the history
finish cast between fixed list and refactor code
  • Loading branch information
AEsir777 authored Nov 20, 2023
2 parents 47e067d + b310233 commit c35d346
Show file tree
Hide file tree
Showing 7 changed files with 529 additions and 316 deletions.
3 changes: 2 additions & 1 deletion src/function/cast/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
add_library(kuzu_function_cast
OBJECT
cast_rdf_variant.cpp)
cast_rdf_variant.cpp
cast_fixed_list.cpp)

set(ALL_OBJECT_FILES
${ALL_OBJECT_FILES} $<TARGET_OBJECTS:kuzu_function_cast>
Expand Down
Loading

0 comments on commit c35d346

Please sign in to comment.