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
9
10
add_library(
        lbug_binder_rewriter
        OBJECT
        match_clause_pattern_label_rewriter.cpp
        normalized_query_part_match_rewriter.cpp
        with_clause_projection_rewriter.cpp)

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