Skip to content

Commit

Permalink
Add QueryPlanningStage (missed in first commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
hlgp committed Dec 14, 2024
1 parent 5088473 commit 1404a24
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package datawave.query.planner;

public class QueryPlanningStage {
public enum PLAN_STAGE {
PRE_MODEL_EXPANSION, POST_MODEL_EXPANSION, POST_INDEX_EXPANSION
}
}

0 comments on commit 1404a24

Please sign in to comment.