BulkInsertParallelRequest constructor

const BulkInsertParallelRequest(
  1. int requestId,
  2. int poolId,
  3. String table,
  4. List<String> columns,
  5. Uint8List dataBuffer,
  6. int parallelism,
)

Implementation

const BulkInsertParallelRequest(
  int requestId,
  this.poolId,
  this.table,
  this.columns,
  this.dataBuffer,
  this.parallelism,
) : super(requestId, RequestType.bulkInsertParallel);