public static class UDFFormatEntry.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UDFFormatEntry |
build() |
UDFFormatEntry.Builder |
copy(UDFFormatEntry model) |
UDFFormatEntry.Builder |
description(String description) |
UDFFormatEntry.Builder |
userDefinedFunction(String userDefinedFunction)
The user-defined function in SCHEMA_NAME.PACKAGE_NAME.FUNCTION_NAME format.
|
public UDFFormatEntry.Builder description(String description)
public UDFFormatEntry.Builder userDefinedFunction(String userDefinedFunction)
The user-defined function in SCHEMA_NAME.PACKAGE_NAME.FUNCTION_NAME format. It can be a standalone or packaged function, so PACKAGE_NAME is optional.
userDefinedFunction
- the value to setpublic UDFFormatEntry build()
public UDFFormatEntry.Builder copy(UDFFormatEntry model)
Copyright © 2016–2024. All rights reserved.