Skip to content

Commit

Permalink
finish cast between fixed list and refactor code;
Browse files Browse the repository at this point in the history
  • Loading branch information
AEsir777 committed Nov 20, 2023
1 parent b7874af commit b310233
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 b310233

Please sign in to comment.