Package io.deephaven.iceberg.util
Interface SchemaProvider
public interface SchemaProvider
A specification for extracting the schema from a table.
-
Method Summary
Modifier and TypeMethodDescriptionstatic SchemaProvider
static SchemaProvider
static SchemaProvider
fromSchema
(org.apache.iceberg.Schema schema) static SchemaProvider
fromSchemaId
(int id) static SchemaProvider
fromSnapshotId
(int snapshotId)
-
Method Details
-
fromCurrent
-
fromSchemaId
-
fromSchema
-
fromSnapshotId
-
fromCurrentSnapshot
-