public abstract class ImplicitColumnMarker extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ImplicitColumnMarker.FileImplicitMarker
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 |
ImplicitColumnMarker.InternalColumnMarker |
static class |
ImplicitColumnMarker.PartitionColumnMarker
Partition column defined by a partition depth from the scan
root folder.
|
Constructor and Description |
---|
ImplicitColumnMarker() |
Modifier and Type | Method and Description |
---|---|
int |
index() |
abstract String |
resolve(FileDescrip fileInfo) |
void |
setIndex(int index) |
public void setIndex(int index)
public int index()
public abstract String resolve(FileDescrip fileInfo)
Copyright © 1970 The Apache Software Foundation. All rights reserved.