Class DeltaFormatMatcher
java.lang.Object
org.apache.drill.exec.store.dfs.FormatMatcher
org.apache.drill.exec.store.delta.format.DeltaFormatMatcher
-
Field Summary
Fields inherited from class org.apache.drill.exec.store.dfs.FormatMatcher
HIGH_PRIORITY, MEDIUM_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisFileReadable(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.booleanMethods inherited from class org.apache.drill.exec.store.dfs.FormatMatcher
getFormatLocationTransformer
-
Constructor Details
-
DeltaFormatMatcher
-
-
Method Details
-
supportDirectoryReads
public boolean supportDirectoryReads()- Specified by:
supportDirectoryReadsin classFormatMatcher
-
isReadable
public DrillTable isReadable(DrillFileSystem fs, FileSelection selection, FileSystemPlugin fsPlugin, String storageEngineName, SchemaConfig schemaConfig) - Specified by:
isReadablein classFormatMatcher
-
isFileReadable
- Specified by:
isFileReadablein classFormatMatcher
-
getFormatPlugin
- Specified by:
getFormatPluginin classFormatMatcher
-
priority
public 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 classFormatMatcher- Returns:
- priority of
} format matcher.
invalid @link
{@link this
-