Function type for logging a warning during the execution of a query.
typedef LogWarningFunction = Future<void> Function( String message, );