...
Info |
---|
NOTE: When added to a transformation, this function is applied to the current sample. If you change your sample or run the job, the computed values for this function are updated. Transformations that change the number of rows in subsequent recipe steps do not affect the values computed for this step. |
To perform a simple extraction of values without conditionals, use the LIST function. See LIST Function.
D s lang vs sql |
---|
D s | ||
---|---|---|
|
D lang syntax | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
listif(hotChocolateLiters, 500, temperature < 0) |
...