StreamStartBatchedRequest constructor

const StreamStartBatchedRequest(
  1. int requestId,
  2. int connectionId,
  3. String sql, {
  4. int fetchSize = 1000,
  5. int chunkSize = 64 * 1024,
})

Implementation

const StreamStartBatchedRequest(
  int requestId,
  this.connectionId,
  this.sql, {
  this.fetchSize = 1000,
  this.chunkSize = 64 * 1024,
}) : super(requestId, RequestType.streamStartBatched);