public class FormatSelection extends Object implements DrillTableSelection
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 |
---|---|
String |
digest()
The digest of the selection represented by the implementation.
|
List<org.apache.hadoop.fs.Path> |
getAsFiles() |
FormatPluginConfig |
getFormat() |
FileSelection |
getSelection() |
boolean |
supportsDirPruning() |
String |
toString() |
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()
public String digest()
DrillTableSelection
digest
in interface DrillTableSelection
Copyright © 1970 The Apache Software Foundation. All rights reserved.