Skip to content

Commit 5c8fb1c

Browse files
committed
review comments
Signed-off-by: MBWhite <whitemat@uk.ibm.com>
1 parent 80dd318 commit 5c8fb1c

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

core/src/main/java/io/substrait/dsl/SubstraitBuilder.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,11 @@
5050
import java.util.stream.Stream;
5151

5252
/**
53-
* A builder class for constructing Substrait query plans using a fluent API.
53+
* A helper class for constructing Substrait query plans..
5454
*
55-
* <p>This class provides factory methods for creating various Substrait relation operators (e.g.,
55+
* <p>This class provides convenience methods for creating various Substrait relation operators (e.g.,
5656
* aggregate, join, filter, project) and expressions (e.g., literals, function invocations, field
57-
* references). It simplifies the construction of complex query plans by providing a type-safe,
58-
* builder-style interface.
57+
* references). It simplifies the construction of complex query plans.
5958
*
6059
* <p>The builder requires an {@link SimpleExtension.ExtensionCollection} to resolve function
6160
* declarations and other extension metadata.

0 commit comments

Comments
 (0)