WIP: rework exec-engine structure, GC, fast print

This commit is contained in:
2022-11-11 03:14:50 +08:00
parent be7fb9f523
commit fa1f9822bc
18 changed files with 3730 additions and 125 deletions
+1 -1
View File
@@ -156,6 +156,7 @@ class Context:
self.queries = []
self.module_init_loc = 0
self.special_gb = False
self.has_dll = False
def __init__(self):
self.tables_byname = dict()
@@ -169,7 +170,6 @@ class Context:
self.udf_agg_map = dict()
self.use_columnstore = False
self.print = print
self.has_dll = False
self.dialect = 'MonetDB'
self.is_msvc = False
self.have_hge = False