ensureOpen abstract method

Future<bool> ensureOpen(
  1. QueryExecutorUser user
)

Opens the executor, if it has not yet been opened.

Implementation

Future<bool> ensureOpen(QueryExecutorUser user);