Package io.trino.plugin.deltalake
Class DeltaLakeSchemaProperties
- java.lang.Object
-
- io.trino.plugin.deltalake.DeltaLakeSchemaProperties
-
public class DeltaLakeSchemaProperties extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringLOCATION_PROPERTYstatic List<PropertyMetadata<?>>SCHEMA_PROPERTIES
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<String,Object>fromDatabase(Database db)static Optional<String>getLocation(Map<String,Object> schemaProperties)
-
-
-
Field Detail
-
LOCATION_PROPERTY
public static final String LOCATION_PROPERTY
- See Also:
- Constant Field Values
-
SCHEMA_PROPERTIES
public static final List<PropertyMetadata<?>> SCHEMA_PROPERTIES
-
-