public class FormatSelection extends Object
| Constructor and Description |
|---|
FormatSelection() |
FormatSelection(FormatPluginConfig format,
FileSelection selection) |
FormatSelection(FormatPluginConfig format,
List<org.apache.hadoop.fs.Path> files) |
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.hadoop.fs.Path> |
getAsFiles() |
FormatPluginConfig |
getFormat() |
FileSelection |
getSelection() |
boolean |
supportsDirPruning() |
public FormatSelection()
public FormatSelection(FormatPluginConfig format, List<org.apache.hadoop.fs.Path> files)
public FormatSelection(FormatPluginConfig format, FileSelection selection)
public FormatPluginConfig getFormat()
public List<org.apache.hadoop.fs.Path> getAsFiles()
public FileSelection getSelection()
public boolean supportsDirPruning()
Copyright © 2021 The Apache Software Foundation. All rights reserved.