-
Notifications
You must be signed in to change notification settings - Fork 94
fix: javadoc for the isthmus library #645
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
isthmus/src/main/java/io/substrait/isthmus/OuterReferenceResolver.java
Outdated
Show resolved
Hide resolved
isthmus/src/main/java/io/substrait/isthmus/PreCalciteAggregateValidator.java
Show resolved
Hide resolved
5398c36 to
dfc8d54
Compare
isthmus/src/main/java/io/substrait/isthmus/SubstraitRelNodeConverter.java
Outdated
Show resolved
Hide resolved
isthmus/src/main/java/io/substrait/isthmus/SubstraitRelNodeConverter.java
Show resolved
Hide resolved
isthmus/src/main/java/io/substrait/isthmus/SubstraitRelVisitor.java
Outdated
Show resolved
Hide resolved
isthmus/src/main/java/io/substrait/isthmus/SubstraitRelVisitor.java
Outdated
Show resolved
Hide resolved
isthmus/src/main/java/io/substrait/isthmus/SubstraitRelVisitor.java
Outdated
Show resolved
Hide resolved
isthmus/src/main/java/io/substrait/isthmus/SubstraitRelVisitor.java
Outdated
Show resolved
Hide resolved
isthmus/src/main/java/io/substrait/isthmus/SubstraitRelVisitor.java
Outdated
Show resolved
Hide resolved
isthmus/src/main/java/io/substrait/isthmus/SubstraitRelVisitor.java
Outdated
Show resolved
Hide resolved
isthmus/src/main/java/io/substrait/isthmus/calcite/SubstraitOperatorTable.java
Show resolved
Hide resolved
isthmus/src/main/java/io/substrait/isthmus/calcite/SubstraitTable.java
Outdated
Show resolved
Hide resolved
isthmus/src/main/java/io/substrait/isthmus/calcite/rel/DdlSqlToRelConverter.java
Outdated
Show resolved
Hide resolved
isthmus/src/main/java/io/substrait/isthmus/expression/AggregateFunctionConverter.java
Show resolved
Hide resolved
isthmus/src/main/java/io/substrait/isthmus/expression/AggregateFunctionConverter.java
Show resolved
Hide resolved
isthmus/src/main/java/io/substrait/isthmus/expression/FunctionConverter.java
Show resolved
Hide resolved
isthmus/src/main/java/io/substrait/isthmus/expression/FunctionConverter.java
Show resolved
Hide resolved
| /** | ||
| * Creates a function finder for a Substrait name/operator over given variants. | ||
| * | ||
| * @param substraitName canonical Substrait function name |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this makes me wonder whether we should have an example here to help disambiguate between the function signature concat:str_str and the function name concat
isthmus/src/main/java/io/substrait/isthmus/expression/FunctionMappings.java
Show resolved
Hide resolved
isthmus/src/main/java/io/substrait/isthmus/expression/FunctionMappings.java
Show resolved
Hide resolved
isthmus/src/main/java/io/substrait/isthmus/expression/FunctionMappings.java
Outdated
Show resolved
Hide resolved
| import org.apache.calcite.sql.fun.SqlMultisetSetOperator; | ||
| import org.apache.calcite.sql.fun.SqlStdOperatorTable; | ||
|
|
||
| /** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you rebase then this file has been removed.
isthmus/src/main/java/io/substrait/isthmus/sql/SubstraitSqlDialect.java
Outdated
Show resolved
Hide resolved
isthmus/src/main/java/io/substrait/isthmus/expression/IgnoreNullableAndParameters.java
Show resolved
Hide resolved
Signed-off-by: MBWhite <whitemat@uk.ibm.com>
Signed-off-by: MBWhite <whitemat@uk.ibm.com>
Signed-off-by: MBWhite <whitemat@uk.ibm.com>
Signed-off-by: MBWhite <whitemat@uk.ibm.com>
eb2f225 to
422ffb2
Compare
abafe1d to
7776b17
Compare
7776b17 to
931bdd6
Compare
Signed-off-by: MBWhite <whitemat@uk.ibm.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had deleted this file in #672
I guess you would also delete it from your branch so you're not bringing it back.
| /** | ||
| * Prints all scalar signatures (for quick inspection). | ||
| * | ||
| * @param args CLI arguments (unused) | ||
| */ | ||
| public static void main(String[] args) { | ||
| SCALAR_SIGS.forEach(System.out::println); | ||
| } | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I deleted this one in: #672
| /** | |
| * Prints all scalar signatures (for quick inspection). | |
| * | |
| * @param args CLI arguments (unused) | |
| */ | |
| public static void main(String[] args) { | |
| SCALAR_SIGS.forEach(System.out::println); | |
| } |
No description provided.