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
-
Constructor Details
-
UDF
public UDF()
-
-
Method Details
-
getSqlText
@NotBlank @NotBlank @NotNull @NotNull public abstract @NotBlank @NotBlank @NotNull @NotNull String getSqlText() -
getDialect
-
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() -
of
-
of
-