Name#
The following methods are available under the expr.name
attribute.
Keep the original root name of the expression. |
|
|
Rename the output of an expression by mapping a function over the root name. |
|
Rename fields of a struct by mapping a function over the field name(s). |
|
Add a prefix to the root column name of the expression. |
|
Add a prefix to all field names of a struct. |
|
Add a suffix to the root column name of the expression. |
|
Add a suffix to all field names of a struct. |
Make the root column name lowercase. |
|
Make the root column name uppercase. |