Class ImplicitColumnMarker
java.lang.Object
org.apache.drill.exec.physical.impl.scan.v3.file.ImplicitColumnMarker
- Direct Known Subclasses:
ImplicitColumnMarker.FileImplicitMarker
,ImplicitColumnMarker.InternalColumnMarker
,ImplicitColumnMarker.PartitionColumnMarker
Marks a column as implicit and provides a function to resolve an
implicit column given a description of the input file.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Marker for a file-based, non-internal implicit column that extracts parts of the file name as defined by the implicit column definition.static class
static class
Partition column defined by a partition depth from the scan root folder. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
index()
abstract String
resolve
(FileDescrip fileInfo) void
setIndex
(int index)
-
Constructor Details
-
ImplicitColumnMarker
public ImplicitColumnMarker()
-
-
Method Details
-
setIndex
public void setIndex(int index) -
index
public int index() -
resolve
-