Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

org.apache.streampipes.model.datalake | ui/src/app/core-model/datalake

Currently there are three different return types, depending on the query type (simple query, query with grouping, query with paging).

Data Result

The return type for simple queries without grouping or paging is a DataResult object.

...