TrinoJob constructor

TrinoJob({
  1. List<String>? clientTags,
  2. bool? continueOnFailure,
  3. LoggingConfig? loggingConfig,
  4. String? outputFormat,
  5. Map<String, String>? properties,
  6. String? queryFileUri,
  7. QueryList? queryList,
})

Implementation

TrinoJob({
  this.clientTags,
  this.continueOnFailure,
  this.loggingConfig,
  this.outputFormat,
  this.properties,
  this.queryFileUri,
  this.queryList,
});