Skip to content

Commit

Permalink
increase window size for NHJV and NHOV
Browse files Browse the repository at this point in the history
  • Loading branch information
prohde committed Jul 23, 2024
1 parent 74c09da commit 16b2cbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from .OperatorStructures import Record
from ...Sparql.Parser.services import Bind

WINDOW_SIZE = 20
WINDOW_SIZE = 1000


class NestedHashJoinValues(Join):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from .OperatorStructures import Record
from ...Sparql.Parser.services import Bind

WINDOW_SIZE = 10
WINDOW_SIZE = 1000


class NestedHashOptionalValues(Optional):
Expand Down

0 comments on commit 16b2cbb

Please sign in to comment.