QueryResponse constructor

QueryResponse({
  1. ArrowRecordBatch? arrowRecordBatch,
  2. ArrowSchema? arrowSchema,
  3. bool? cacheHit,
  4. String? creationTime,
  5. DmlStatistics? dmlStats,
  6. String? endTime,
  7. List<ErrorProto>? errors,
  8. bool? jobComplete,
  9. JobCreationReason? jobCreationReason,
  10. JobReference? jobReference,
  11. String? kind,
  12. String? location,
  13. String? numDmlAffectedRows,
  14. String? pageRowCount,
  15. String? pageToken,
  16. String? queryId,
  17. List<TableRow>? rows,
  18. TableSchema? schema,
  19. SessionInfo? sessionInfo,
  20. String? startTime,
  21. String? statementType,
  22. String? totalBytesBilled,
  23. String? totalBytesProcessed,
  24. String? totalRows,
  25. String? totalSlotMs,
})

Implementation

QueryResponse({
  this.arrowRecordBatch,
  this.arrowSchema,
  this.cacheHit,
  this.creationTime,
  this.dmlStats,
  this.endTime,
  this.errors,
  this.jobComplete,
  this.jobCreationReason,
  this.jobReference,
  this.kind,
  this.location,
  this.numDmlAffectedRows,
  this.pageRowCount,
  this.pageToken,
  this.queryId,
  this.rows,
  this.schema,
  this.sessionInfo,
  this.startTime,
  this.statementType,
  this.totalBytesBilled,
  this.totalBytesProcessed,
  this.totalRows,
  this.totalSlotMs,
});