Skip to content

Commit

Permalink
FEATURE/#20
Browse files Browse the repository at this point in the history
  • Loading branch information
joocer committed Jun 4, 2022
1 parent 003ff7b commit 07f4386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opteryx/engine/planner/operations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from .distinct_node import DistinctNode # remove duplicate records
from .evaluation_node import EvaluationNode # aliases and evaluations
from .explain_node import ExplainNode # EXPLAIN queries
from .inner_join_node import InnerJoinNode # INNER JOIN
from .inner_join_node import InnerJoinNode # INNER JOIN
from .limit_node import LimitNode # select the first N records
from .offset_node import OffsetNode # skip a number of records
from .outer_join_node import OuterJoinNode # LEFT/RIGHT/FULL OUTER JOIN
Expand Down

0 comments on commit 07f4386

Please sign in to comment.