ProjectedField constructor

ProjectedField({
  1. String? alias,
  2. String? cast,
  3. String? field,
  4. String? operation,
  5. String? regexExtraction,
  6. FunctionApplication? sqlAggregationFunction,
  7. String? truncationGranularity,
  8. VirtualField? virtualField,
})

Implementation

ProjectedField({
  this.alias,
  this.cast,
  this.field,
  this.operation,
  this.regexExtraction,
  this.sqlAggregationFunction,
  this.truncationGranularity,
  this.virtualField,
});