| Package | Description |
|---|---|
| com.facebook.presto.hive |
| Modifier and Type | Class and Description |
|---|---|
class |
DwrfTableEncryptionProperties |
| Modifier and Type | Method and Description |
|---|---|
protected Optional<? extends TableEncryptionProperties> |
HiveMetadata.getTableEncryptionPropertiesFromHiveProperties(Map<String,String> parameters,
HiveStorageFormat storageFormat) |
protected Optional<TableEncryptionProperties> |
HiveMetadata.getTableEncryptionPropertiesFromTableProperties(ConnectorTableMetadata tableMetadata,
HiveStorageFormat hiveStorageFormat,
List<String> partitionedBy) |
| Modifier and Type | Method and Description |
|---|---|
Optional<EncryptionInformation> |
EncryptionInformationSource.getWriteEncryptionInformation(ConnectorSession session,
TableEncryptionProperties tableEncryptionProperties,
String dbName,
String tableName)
Return information required for writing to a table.
|
Optional<EncryptionInformation> |
AbstractDwrfEncryptionInformationSource.getWriteEncryptionInformation(ConnectorSession session,
TableEncryptionProperties tableEncryptionProperties,
String dbName,
String tableName) |
| Modifier and Type | Method and Description |
|---|---|
Optional<EncryptionInformation> |
HiveEncryptionInformationProvider.getWriteEncryptionInformation(ConnectorSession session,
Optional<TableEncryptionProperties> tableEncryptionProperties,
String dbName,
String tableName) |
Copyright © 2012–2023. All rights reserved.