public final class Result extends Object implements Serializable
Constructor and Description |
---|
Result(String[] columns,
Row[] rows)
Create a new result from result tables.
|
Modifier and Type | Method and Description |
---|---|
java.util.stream.Stream<Row> |
stream()
Provides stream-based access.
|
String |
toString()
Access to a String representation of this Result.
|
public String toString()
public java.util.stream.Stream<Row> stream()
Copyright © 2021. All rights reserved.