Skip to content

Commit 894c437

Browse files
committed
feat: add Row format, Logical Plan nodes, and Plan Builder (AST → relational algebra)
1 parent f7e82fa commit 894c437

File tree

6 files changed

+919
-1
lines changed

6 files changed

+919
-1
lines changed

Makefile.new

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ TEST_SRCS = $(TEST_DIR)/test_main.cpp \
5151
$(TEST_DIR)/test_like.cpp \
5252
$(TEST_DIR)/test_expression_eval.cpp \
5353
$(TEST_DIR)/test_eval_integration.cpp \
54-
$(TEST_DIR)/test_catalog.cpp
54+
$(TEST_DIR)/test_catalog.cpp \
55+
$(TEST_DIR)/test_row.cpp \
56+
$(TEST_DIR)/test_plan_builder.cpp
5557
TEST_OBJS = $(TEST_SRCS:.cpp=.o)
5658
TEST_TARGET = $(PROJECT_ROOT)/run_tests
5759

0 commit comments

Comments
 (0)