-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[v1] Delete sprout AST; remove v1 from AST package path
- Loading branch information
Showing
116 changed files
with
2,271 additions
and
8,603 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...main/java/org/partiql/ast/v1/AstEnum.java → ...rc/main/java/org/partiql/ast/AstEnum.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package org.partiql.ast.v1; | ||
package org.partiql.ast; | ||
|
||
import org.jetbrains.annotations.NotNull; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...main/java/org/partiql/ast/v1/AstNode.java → ...rc/main/java/org/partiql/ast/AstNode.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package org.partiql.ast.v1; | ||
package org.partiql.ast; | ||
|
||
import org.jetbrains.annotations.NotNull; | ||
|
||
|
84 changes: 42 additions & 42 deletions
84
...n/java/org/partiql/ast/v1/AstVisitor.java → ...main/java/org/partiql/ast/AstVisitor.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ain/java/org/partiql/ast/v1/DataType.java → ...c/main/java/org/partiql/ast/DataType.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ava/org/partiql/ast/v1/DatetimeField.java → ...n/java/org/partiql/ast/DatetimeField.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...main/java/org/partiql/ast/v1/Exclude.java → ...rc/main/java/org/partiql/ast/Exclude.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package org.partiql.ast.v1; | ||
package org.partiql.ast; | ||
|
||
import lombok.Builder; | ||
import lombok.EqualsAndHashCode; | ||
|
4 changes: 2 additions & 2 deletions
4
.../java/org/partiql/ast/v1/ExcludePath.java → ...ain/java/org/partiql/ast/ExcludePath.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...main/java/org/partiql/ast/v1/Explain.java → ...rc/main/java/org/partiql/ast/Explain.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package org.partiql.ast.v1; | ||
package org.partiql.ast; | ||
|
||
import lombok.Builder; | ||
import lombok.EqualsAndHashCode; | ||
|
2 changes: 1 addition & 1 deletion
2
...rc/main/java/org/partiql/ast/v1/From.java → ...t/src/main/java/org/partiql/ast/From.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package org.partiql.ast.v1; | ||
package org.partiql.ast; | ||
|
||
import lombok.Builder; | ||
import lombok.EqualsAndHashCode; | ||
|
4 changes: 2 additions & 2 deletions
4
...ain/java/org/partiql/ast/v1/FromExpr.java → ...c/main/java/org/partiql/ast/FromExpr.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ain/java/org/partiql/ast/v1/FromJoin.java → ...c/main/java/org/partiql/ast/FromJoin.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...java/org/partiql/ast/v1/FromTableRef.java → ...in/java/org/partiql/ast/FromTableRef.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package org.partiql.ast.v1; | ||
package org.partiql.ast; | ||
|
||
/** | ||
* TODO docs, equals, hashcode | ||
|
2 changes: 1 addition & 1 deletion
2
...ain/java/org/partiql/ast/v1/FromType.java → ...c/main/java/org/partiql/ast/FromType.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...main/java/org/partiql/ast/v1/GroupBy.java → ...rc/main/java/org/partiql/ast/GroupBy.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...a/org/partiql/ast/v1/GroupByStrategy.java → ...java/org/partiql/ast/GroupByStrategy.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...n/java/org/partiql/ast/v1/Identifier.java → ...main/java/org/partiql/ast/Identifier.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package org.partiql.ast.v1; | ||
package org.partiql.ast; | ||
|
||
import lombok.Builder; | ||
import lombok.EqualsAndHashCode; | ||
|
2 changes: 1 addition & 1 deletion
2
...a/org/partiql/ast/v1/IdentifierChain.java → ...java/org/partiql/ast/IdentifierChain.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package org.partiql.ast.v1; | ||
package org.partiql.ast; | ||
|
||
import lombok.Builder; | ||
import lombok.EqualsAndHashCode; | ||
|
2 changes: 1 addition & 1 deletion
2
...ain/java/org/partiql/ast/v1/JoinType.java → ...c/main/java/org/partiql/ast/JoinType.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...src/main/java/org/partiql/ast/v1/Let.java → ...st/src/main/java/org/partiql/ast/Let.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...c/main/java/org/partiql/ast/v1/Nulls.java → .../src/main/java/org/partiql/ast/Nulls.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...c/main/java/org/partiql/ast/v1/Order.java → .../src/main/java/org/partiql/ast/Order.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...main/java/org/partiql/ast/v1/OrderBy.java → ...rc/main/java/org/partiql/ast/OrderBy.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package org.partiql.ast.v1; | ||
package org.partiql.ast; | ||
|
||
import lombok.Builder; | ||
import lombok.EqualsAndHashCode; | ||
|
4 changes: 2 additions & 2 deletions
4
...c/main/java/org/partiql/ast/v1/Query.java → .../src/main/java/org/partiql/ast/Query.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../main/java/org/partiql/ast/v1/Select.java → ...src/main/java/org/partiql/ast/Select.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package org.partiql.ast.v1; | ||
package org.partiql.ast; | ||
|
||
/** | ||
* TODO docs, equals, hashcode | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...n/java/org/partiql/ast/v1/SelectList.java → ...main/java/org/partiql/ast/SelectList.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package org.partiql.ast.v1; | ||
package org.partiql.ast; | ||
|
||
import lombok.Builder; | ||
import lombok.EqualsAndHashCode; | ||
|
4 changes: 2 additions & 2 deletions
4
.../java/org/partiql/ast/v1/SelectPivot.java → ...ain/java/org/partiql/ast/SelectPivot.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.