ProjectedField constructor
ProjectedField({
- String? alias,
- String? cast,
- String? field,
- String? operation,
- String? regexExtraction,
- FunctionApplication? sqlAggregationFunction,
- String? truncationGranularity,
- VirtualField? virtualField,
Implementation
ProjectedField({
this.alias,
this.cast,
this.field,
this.operation,
this.regexExtraction,
this.sqlAggregationFunction,
this.truncationGranularity,
this.virtualField,
});