lbug 0.16.0

An in-process property graph database management system built for query speed and scalability
Documentation
1
2
3
4
5
6
7
8
add_library(lbug_main_query_result
        OBJECT
        arrow_query_result.cpp
        materialized_query_result.cpp)

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