lbug 0.16.1

An in-process property graph database management system built for query speed and scalability
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
add_library(lbug_string_function
        OBJECT
        concat_ws.cpp
        string_split_function.cpp
        init_cap_function.cpp
        levenshtein_function.cpp
        split_part.cpp
        regex_full_match_function.cpp
        regex_replace_function.cpp)

set(ALL_OBJECT_FILES
        ${ALL_OBJECT_FILES} $<TARGET_OBJECTS:lbug_string_function>
        PARENT_SCOPE)