add_cdm_name
add_cdm_name(table, cdm)Add a column with the CDM name.
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| table | Any | Ibis table. | required |
| cdm | Cdm | CDM reference. | required |
Returns
| Name | Type | Description |
|---|---|---|
| ibis.expr.types.Table | Table with cdm_name column (literal cdm.name). |