public class MapRDBFormatMatcher extends TableFormatMatcher
| Constructor and Description |
|---|
MapRDBFormatMatcher(TableFormatPlugin plugin) |
| Modifier and Type | Method and Description |
|---|---|
DrillTable |
isReadable(DrillFileSystem fs,
FileSelection selection,
FileSystemPlugin fsPlugin,
String storageEngineName,
SchemaConfig schemaConfig) |
DrillTable |
isReadableIndex(DrillFileSystem fs,
FileSelection selection,
FileSystemPlugin fsPlugin,
String storageEngineName,
String userName,
IndexDescriptor secondaryIndexDesc)
Get an instance of DrillTable for a particular native secondary index
|
protected boolean |
isSupportedTable(com.mapr.fs.MapRFileStatus status)
Returns true if the path pointed by the MapRFileStatus is a supported table
by this format plugin.
|
getFormatPlugin, isFileReadable, supportDirectoryReadspublic MapRDBFormatMatcher(TableFormatPlugin plugin)
protected boolean isSupportedTable(com.mapr.fs.MapRFileStatus status)
throws IOException
TableFormatMatcherisSupportedTable in class TableFormatMatcherIOExceptionpublic DrillTable isReadableIndex(DrillFileSystem fs, FileSelection selection, FileSystemPlugin fsPlugin, String storageEngineName, String userName, IndexDescriptor secondaryIndexDesc) throws IOException
fs - selection - fsPlugin - storageEngineName - userName - secondaryIndexDesc - IOExceptionpublic DrillTable isReadable(DrillFileSystem fs, FileSelection selection, FileSystemPlugin fsPlugin, String storageEngineName, SchemaConfig schemaConfig) throws IOException
isReadable in class TableFormatMatcherIOExceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.