AlterVirtualColumnEntry¶
Properties¶
| Name | Type | Description | Notes |
|---|---|---|---|
| inputColumns | List<String> | List of input column names for the virtual column (optional) | [optional] |
| image | String | Docker image to use for the UDF (optional) | [optional] |
| udf | String | Base64 encoded pickled UDF (optional) | [optional] |
| udfName | String | Name of the UDF (optional) | [optional] |
| udfVersion | String | Version of the UDF (optional) | [optional] |