UpdateComputedColumnFormula
Changes the formula of an existing computed column on an active archive. Readers keep the previous values while the new formula is backfilled, then switch atomically. Rejected if another computed column references this one. (AB#4189)
Examples
octo-cli -c UpdateComputedColumnFormula -id <identifier> -n <name> -f <formula>
Options
| Short | Long | Required | Description |
|---|---|---|---|
-id | --identifier | yes | Runtime id of the archive carrying the computed column |
-n | --name | yes | Name of the computed column to re-formulate |
-f | --formula | yes | The new mXparser formula |