Class MSAccessFormatPlugin

java.lang.Object
org.apache.drill.exec.store.dfs.easy.EasyFormatPlugin<MSAccessFormatConfig>
org.apache.drill.exec.store.msaccess.MSAccessFormatPlugin
All Implemented Interfaces:
FormatPlugin

public class MSAccessFormatPlugin extends EasyFormatPlugin<MSAccessFormatConfig>
  • Field Details

  • Constructor Details

  • Method Details

    • configureScan

      protected void configureScan(FileScanLifecycleBuilder builder, EasySubScan scan)
      Description copied from class: EasyFormatPlugin
      Configure an EVF (v2) scan, which must at least include the factory to create readers.
      Overrides:
      configureScan in class EasyFormatPlugin<MSAccessFormatConfig>
      Parameters:
      builder - the builder with default options already set, and which allows the plugin implementation to set others
    • getTmpDir

      protected File getTmpDir()
      First tries to get drill temporary directory value from config ${drill.tmp-dir}, then checks environmental variable $DRILL_TMP_DIR. If value is still missing, generates directory using Files.createTempDir().
      Returns:
      drill temporary directory path