AddVirtualColumnEntry¶
Properties¶
| Name | Type | Description | Notes |
|---|---|---|---|
| inputColumns | List<String> | List of input column names for the virtual column | |
| dataType | Object | Data type of the virtual column using JSON representation | |
| image | String | Docker image to use for the UDF | |
| udf | String | Base64 encoded pickled UDF | |
| udfName | String | Name of the UDF | |
| udfVersion | String | Version of the UDF |