public class MapRDBFormatMatcher extends TableFormatMatcher
HIGH_PRIORITY, MEDIUM_PRIORITY
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, supportDirectoryReads
getFormatLocationTransformer, priority
public MapRDBFormatMatcher(TableFormatPlugin plugin)
protected boolean isSupportedTable(com.mapr.fs.MapRFileStatus status) throws IOException
TableFormatMatcher
isSupportedTable
in class TableFormatMatcher
IOException
public DrillTable isReadableIndex(DrillFileSystem fs, FileSelection selection, FileSystemPlugin fsPlugin, String storageEngineName, String userName, IndexDescriptor secondaryIndexDesc) throws IOException
fs
- selection
- fsPlugin
- storageEngineName
- userName
- secondaryIndexDesc
- IOException
public DrillTable isReadable(DrillFileSystem fs, FileSelection selection, FileSystemPlugin fsPlugin, String storageEngineName, SchemaConfig schemaConfig) throws IOException
isReadable
in class TableFormatMatcher
IOException
Copyright © 1970 The Apache Software Foundation. All rights reserved.