-
Notifications
You must be signed in to change notification settings - Fork 94
fix: improve the javadoc generation #642
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?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,6 @@ | ||
| /** | ||
| * The {@code io.substrait} package provides core classes and interfaces for working with the | ||
| * Substrait specification, which defines a portable representation of query plans and expressions. | ||
| */ | ||
| @org.immutables.value.Value.Style(allowedClasspathAnnotations = {java.lang.Override.class}) | ||
| package io.substrait; |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| <body> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. having the overview.html in the repository root feels a bit odd to me and my mind is trying to figure out whether it should be in a subfolder and which one
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Maybe |
||
| <hr /> | ||
| <h1>Core Substrait Java API</h1> | ||
| <p> | ||
| The {@code io.substrait} package provides core classes and interfaces for | ||
| working with the Substrait specification, which defines a portable | ||
| representation of query plans and expressions. | ||
| </p> | ||
|
|
||
| <h2>Components</h2> | ||
| <ul> | ||
| <li><a href="./index.html">core</a> Core classes and interfaces</li> | ||
| <li> | ||
| <a href="../core-proto/index.html">core-protobuf</a> - The Proto Buffers wrapper | ||
| classes | ||
| </li> | ||
| <li> | ||
| <a href="../isthmus/index.html">Isthmus API</a> - Utility module that uses | ||
| Calcite to convert SQL to/from Substrait | ||
| </li> | ||
| </ul> | ||
| </body> | ||
Uh oh!
There was an error while loading. Please reload this page.