Uses of Interface
io.confluent.ksql.api.client.StreamedQueryResult
Packages that use StreamedQueryResult
-
Uses of StreamedQueryResult in io.confluent.ksql.api.client
Methods in io.confluent.ksql.api.client that return types with arguments of type StreamedQueryResultModifier and TypeMethodDescriptionStreamedQueryResult.continueFromLastContinuationToken()Returns a newStreamedQueryResultwhich starts returning results from the last saved continuation token.Client.streamQuery(String sql) Executes a query (push or pull) and returns the results one row at a time.Client.streamQuery(String sql, Map<String, Object> properties) Executes a query (push or pull) and returns the results one row at a time.