Class IcebergFormatMatcher
java.lang.Object
org.apache.drill.exec.store.dfs.FormatMatcher
org.apache.drill.exec.store.iceberg.format.IcebergFormatMatcher
- 
Field SummaryFields inherited from class org.apache.drill.exec.store.dfs.FormatMatcherHIGH_PRIORITY, MEDIUM_PRIORITY
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturnsFormatLocationTransformerinstance relevant for} format matcher.invalid @link{@link thisbooleanisFileReadable(DrillFileSystem fs, org.apache.hadoop.fs.FileStatus status) isReadable(DrillFileSystem fs, FileSelection selection, FileSystemPlugin fsPlugin, String storageEngineName, SchemaConfig schemaConfig) intpriority()Priority of specific format matcher to be applied.boolean
- 
Constructor Details- 
IcebergFormatMatcher
 
- 
- 
Method Details- 
supportDirectoryReadspublic boolean supportDirectoryReads()- Specified by:
- supportDirectoryReadsin class- FormatMatcher
 
- 
isReadablepublic DrillTable isReadable(DrillFileSystem fs, FileSelection selection, FileSystemPlugin fsPlugin, String storageEngineName, SchemaConfig schemaConfig) throws IOException - Specified by:
- isReadablein class- FormatMatcher
- Throws:
- IOException
 
- 
isFileReadable- Specified by:
- isFileReadablein class- FormatMatcher
 
- 
getFormatPlugin- Specified by:
- getFormatPluginin class- FormatMatcher
 
- 
prioritypublic int priority()Description copied from class:FormatMatcherPriority of specific format matcher to be applied. Can be used for the case when several formats can match the format, but matchers with some more specific requirements should be applied at first.- Overrides:
- priorityin class- FormatMatcher
- Returns:
- priority of 
} format matcher.invalid @link{@link this
 
- 
getFormatLocationTransformerDescription copied from class:FormatMatcherReturnsFormatLocationTransformerinstance relevant for} format matcher.invalid @link{@link this- Overrides:
- getFormatLocationTransformerin class- FormatMatcher
- Returns:
- FormatLocationTransformerinstance
 
 
-