| Package | Description |
|---|---|
| io.prestosql.plugin.hive.util |
| Modifier and Type | Method and Description |
|---|---|
static HiveFileIterator.NestedDirectoryPolicy |
HiveFileIterator.NestedDirectoryPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HiveFileIterator.NestedDirectoryPolicy[] |
HiveFileIterator.NestedDirectoryPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
HiveFileIterator(Table table,
org.apache.hadoop.fs.Path path,
org.apache.hadoop.fs.FileSystem fileSystem,
DirectoryLister directoryLister,
NamenodeStats namenodeStats,
HiveFileIterator.NestedDirectoryPolicy nestedDirectoryPolicy,
boolean ignoreAbsentPartitions) |
Copyright © 2012–2020. All rights reserved.