| Package | Description |
|---|---|
| com.facebook.presto.hive | |
| com.facebook.presto.hive.util |
| Modifier and Type | Method and Description |
|---|---|
NestedDirectoryPolicy |
HiveDirectoryContext.getNestedDirectoryPolicy() |
static NestedDirectoryPolicy |
NestedDirectoryPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NestedDirectoryPolicy[] |
NestedDirectoryPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
HiveDirectoryContext(NestedDirectoryPolicy nestedDirectoryPolicy,
boolean cacheable,
ConnectorIdentity connectorIdentity,
Map<String,String> additionalProperties) |
| Constructor and Description |
|---|
HiveFileIterator(Path path,
HiveFileIterator.ListDirectoryOperation listDirectoryOperation,
NamenodeStats namenodeStats,
NestedDirectoryPolicy nestedDirectoryPolicy) |
Copyright © 2012–2023. All rights reserved.