This example consists of executing a single query: select release_version from system.local.
As the first row is obtained, the current Cassandra version is printed out.
This example demonstrates how can you prepare, execute and fetch results of a query.
This example shows a way to fetch query result rows in a streaming manner.