mirror of
https://github.com/sandronator/finetuning_aufgabe4.git
synced 2026-09-04 08:36:09 +02:00
Merge branch 'main' into claude/quizzical-haibt-fd6d93
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, aufgabe: str | None = None):
|
||||
|
||||
Reference in New Issue
Block a user