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
14
add_library(lbug_utility_function
        OBJECT
        coalesce.cpp
        md5.cpp
        sha256.cpp
        constant_or_null.cpp
        count_if.cpp
        error.cpp
        nullif.cpp
        typeof.cpp)

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