Class Result

java.lang.Object
net.quasardb.qdb.ts.Result
All Implemented Interfaces:
Serializable

public final class Result extends Object implements Serializable
The result of a Query
See Also:
  • Field Details

    • columns

      public String[] columns
    • rows

      public Row[] rows
  • Constructor Details

    • Result

      public Result(String[] columns, Row[] rows)
      Create a new result from result tables.
  • Method Details

    • toString

      public String toString()
      Access to a String representation of this Result.
      Overrides:
      toString in class Object
    • stream

      public Stream<Row> stream()
      Provides stream-based access.