mirror of
https://github.com/sandronator/finetuning_aufgabe4.git
synced 2026-09-04 00:26:06 +02:00
minor changes
This commit is contained in:
@@ -3,6 +3,8 @@ from baseStrategy import BaseStrategy
|
||||
|
||||
class HashJoinStrategy(BaseStrategy):
|
||||
def __init__(self, conn, db_name, all_queries):
|
||||
self.BASENAME = "Hash Join "
|
||||
|
||||
super().__init__(conn, db_name, all_queries)
|
||||
|
||||
def run(self):
|
||||
|
||||
Reference in New Issue
Block a user