Package org.projectnessie.model
Class UDF
java.lang.Object
org.projectnessie.model.Content
org.projectnessie.model.UDF
-
Nested Class Summary
Nested classes/interfaces inherited from class org.projectnessie.model.Content
Content.Type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.projectnessie.model.ImmutableUDF.Builderbuilder()abstract StringDeprecated.abstract Stringabstract Stringabstract @NotBlank @NotBlank StringDeprecated.getType()Returns theContent.Typevalue for this content object.abstract Stringstatic UDFDeprecated.static UDFDeprecated.static UDFstatic UDFabstract UDF
-
Constructor Details
-
UDF
public UDF()
-
-
Method Details
-
getSqlText
@NotBlank @NotBlank @Nullable @Nullable @Deprecated public abstract @NotBlank @NotBlank String getSqlText()Deprecated. -
getDialect
Deprecated. -
getVersionId
-
getSignatureId
-
getMetadataLocation
-
getType
Description copied from class:ContentReturns theContent.Typevalue for this content object.The name of the returned value should match the JSON type name used for serializing the content object.
-
withId
-
builder
public static org.projectnessie.model.ImmutableUDF.Builder builder() -
udf
-
udf
-
of
Deprecated. -
of
Deprecated.
-