Package org.projectnessie.model
Class IcebergView
java.lang.Object
org.projectnessie.model.Content
org.projectnessie.model.IcebergContent
org.projectnessie.model.IcebergView
-
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.ImmutableIcebergView.Builderbuilder()abstract StringDeprecated.Deprecated.abstract @NotNull @NotNull @NotBlank @NotBlank StringLocation where Iceberg stored itsViewMetadatafile.abstract intabstract @NotBlank @NotBlank StringDeprecated.getType()Returns theContent.Typevalue for this content object.abstract longCorresponds to Iceberg'scurrentVersionId.static IcebergViewstatic IcebergViewDeprecated.static IcebergViewstatic IcebergViewof(String id, String metadataLocation, long versionId, int schemaId, String dialect, String sqlText) Deprecated.abstract IcebergView
-
Constructor Details
-
IcebergView
public IcebergView()
-
-
Method Details
-
getMetadataLocation
@NotNull @NotNull @NotBlank @NotBlank public abstract @NotNull @NotNull @NotBlank @NotBlank String getMetadataLocation()Location where Iceberg stored itsViewMetadatafile. The location depends on the (implementation of) Iceberg'sFileIOconfigured for the particular Iceberg table. -
getVersionId
public abstract long getVersionId()Corresponds to Iceberg'scurrentVersionId. -
getSchemaId
public abstract int getSchemaId() -
getSqlText
@NotBlank @NotBlank @Nullable @Nullable @Deprecated public abstract @NotBlank @NotBlank String getSqlText()Deprecated. -
getDialect
Deprecated. -
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.
-
getMetadata
Deprecated. -
withId
-
builder
public static org.projectnessie.model.ImmutableIcebergView.Builder builder() -
of
-
of
-
of
@Deprecated public static IcebergView of(String metadataLocation, long versionId, int schemaId, String dialect, String sqlText) Deprecated. -
of
@Deprecated public static IcebergView of(String id, String metadataLocation, long versionId, int schemaId, String dialect, String sqlText) Deprecated.
-