# Packages
No description provided by the author
# Functions
ExecuteWithStreamer performs a StreamExecute, but returns a *sqltypes.ResultStream to iterate on.
ExecuteWithTransactionalStreamer does the same thing as ExecuteWithStreamer, but inside a transaction.
Wrap returns a wrapped version of the original QueryService implementation.
# Interfaces
QueryService is the interface implemented by the tablet's query service.
# Type aliases
WrapperFunc defines the signature for the wrapper function used by Wrap.