Package io.trino.plugin.hive
Class HiveSchemaProperties
- java.lang.Object
-
- io.trino.plugin.hive.HiveSchemaProperties
-
public final class HiveSchemaProperties 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
-
-