| Package | Description |
|---|---|
| com.facebook.presto.hive |
| Modifier and Type | Method and Description |
|---|---|
static DwrfTableEncryptionProperties |
DwrfTableEncryptionProperties.forPerColumn(ColumnEncryptionInformation columnEncryptionInformation,
String encryptionAlgorithm,
String encryptionProvider) |
static DwrfTableEncryptionProperties |
DwrfTableEncryptionProperties.forTable(String encryptTable,
String encryptionAlgorithm,
String encryptionProvider) |
| Modifier and Type | Method and Description |
|---|---|
static Optional<DwrfTableEncryptionProperties> |
DwrfTableEncryptionProperties.fromHiveTableProperties(Map<String,String> properties) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Map<String,EncryptionInformation> |
AbstractDwrfEncryptionInformationSource.getReadEncryptionInformationInternal(ConnectorSession session,
Table table,
Optional<Set<HiveColumnHandle>> requestedColumns,
Map<String,Partition> partitions,
Map<String,String> fieldToKeyReference,
DwrfTableEncryptionProperties encryptionProperties) |
protected abstract EncryptionInformation |
AbstractDwrfEncryptionInformationSource.getReadEncryptionInformationInternal(ConnectorSession session,
Table table,
Optional<Set<HiveColumnHandle>> requestedColumns,
Map<String,String> fieldToKeyReference,
DwrfTableEncryptionProperties encryptionProperties) |
protected abstract EncryptionInformation |
AbstractDwrfEncryptionInformationSource.getWriteEncryptionInformationInternal(ConnectorSession session,
DwrfTableEncryptionProperties tableEncryptionProperties,
String dbName,
String tableName) |
Copyright © 2012–2023. All rights reserved.