query abstract method

Future<List<Row>> query(
  1. Statement statement
)

Implementation

Future<List<Row>> query(Statement statement);