Package org.apache.drill.exec.store
Enum ColumnExplorer.ImplicitInternalFileColumns
java.lang.Object
java.lang.Enum<ColumnExplorer.ImplicitInternalFileColumns>
org.apache.drill.exec.store.ColumnExplorer.ImplicitInternalFileColumns
- All Implemented Interfaces:
Serializable
,Comparable<ColumnExplorer.ImplicitInternalFileColumns>
,ColumnExplorer.ImplicitFileColumn
- Enclosing class:
- ColumnExplorer
public static enum ColumnExplorer.ImplicitInternalFileColumns
extends Enum<ColumnExplorer.ImplicitInternalFileColumns>
implements ColumnExplorer.ImplicitFileColumn
Columns that give internal information about file or its parts.
Columns are implicit, so should be called explicitly in query.
-
Enum Constant Summary
Enum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns option name for obtaining implicit column name.Returns the enum constant of this type with the specified name.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from interface org.apache.drill.exec.store.ColumnExplorer.ImplicitFileColumn
isOptional
-
Enum Constant Details
-
LAST_MODIFIED_TIME
-
ROW_GROUP_INDEX
-
ROW_GROUP_START
-
ROW_GROUP_LENGTH
-
USE_METADATA
-
PROJECT_METADATA
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
optionName
Description copied from interface:ColumnExplorer.ImplicitFileColumn
Returns option name for obtaining implicit column name.- Specified by:
optionName
in interfaceColumnExplorer.ImplicitFileColumn
- Returns:
- option name for obtaining implicit column name.
-