Class ImplicitColumnMarker

java.lang.Object
org.apache.drill.exec.physical.impl.scan.v3.file.ImplicitColumnMarker
Direct Known Subclasses:
ImplicitColumnMarker.FileImplicitMarker, ImplicitColumnMarker.InternalColumnMarker, ImplicitColumnMarker.PartitionColumnMarker

public abstract class ImplicitColumnMarker extends Object
Marks a column as implicit and provides a function to resolve an implicit column given a description of the input file.
  • Constructor Details

    • ImplicitColumnMarker

      public ImplicitColumnMarker()
  • Method Details

    • setIndex

      public void setIndex(int index)
    • index

      public int index()
    • resolve

      public abstract String resolve(FileDescrip fileInfo)