public enum OperatorType extends Enum<OperatorType> implements org.apache.thrift.TEnum
Enum Constant and Description |
---|
DEMUX |
EVENT |
EXTRACT |
FILESINK |
FILTER |
FORWARD |
GROUPBY |
HASHTABLEDUMMY |
HASHTABLESINK |
JOIN |
LATERALVIEWFORWARD |
LATERALVIEWJOIN |
LIMIT |
MAPJOIN |
MERGEJOIN |
MUX |
ORCFILEMERGE |
PTF |
RCFILEMERGE |
REDUCESINK |
SCRIPT |
SELECT |
TABLESCAN |
UDTF |
UNION |
Modifier and Type | Method and Description |
---|---|
static OperatorType |
findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
int |
getValue()
Get the integer value of this enum value, as defined in the Thrift IDL.
|
static OperatorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperatorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OperatorType JOIN
public static final OperatorType MAPJOIN
public static final OperatorType EXTRACT
public static final OperatorType FILTER
public static final OperatorType FORWARD
public static final OperatorType GROUPBY
public static final OperatorType LIMIT
public static final OperatorType SCRIPT
public static final OperatorType SELECT
public static final OperatorType TABLESCAN
public static final OperatorType FILESINK
public static final OperatorType REDUCESINK
public static final OperatorType UNION
public static final OperatorType UDTF
public static final OperatorType LATERALVIEWJOIN
public static final OperatorType LATERALVIEWFORWARD
public static final OperatorType HASHTABLESINK
public static final OperatorType HASHTABLEDUMMY
public static final OperatorType PTF
public static final OperatorType MUX
public static final OperatorType DEMUX
public static final OperatorType EVENT
public static final OperatorType ORCFILEMERGE
public static final OperatorType RCFILEMERGE
public static final OperatorType MERGEJOIN
public static OperatorType[] values()
for (OperatorType c : OperatorType.values()) System.out.println(c);
public static OperatorType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int getValue()
getValue
in interface org.apache.thrift.TEnum
public static OperatorType findByValue(int value)
Copyright © 2017 The Apache Software Foundation. All rights reserved.