Values_0.CalculatedFieldSourceThe calculated field of an analysis.
type nonrec t = {dataSetIdentifier : DataSetIdentifier.t;The data set that is used in this calculated field.
*)name : ColumnName.t;The name of the calculated field.
*)expression : CalculatedFieldExpression.t;The expression of the calculated field.
*)}val make :
dataSetIdentifier:DataSetIdentifier.t ->
name:ColumnName.t ->
expression:CalculatedFieldExpression.t ->
unit ->
t