protected static enum PythonPlanBinder.Operation extends Enum<PythonPlanBinder.Operation>
Enum Constant and Description |
---|
BROADCAST |
COGROUP |
CROSS |
CROSS_H |
CROSS_T |
DISTINCT |
FILTER |
FIRST |
FLATMAP |
GROUPBY |
GROUPREDUCE |
JOIN |
JOIN_H |
JOIN_T |
MAP |
MAPPARTITION |
PARTITION_HASH |
REBALANCE |
REDUCE |
SINK_CSV |
SINK_PRINT |
SINK_TEXT |
SORT |
SOURCE_CSV |
SOURCE_SEQ |
SOURCE_TEXT |
SOURCE_VALUE |
UNION |
Modifier and Type | Method and Description |
---|---|
static PythonPlanBinder.Operation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PythonPlanBinder.Operation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PythonPlanBinder.Operation SOURCE_CSV
public static final PythonPlanBinder.Operation SOURCE_TEXT
public static final PythonPlanBinder.Operation SOURCE_VALUE
public static final PythonPlanBinder.Operation SOURCE_SEQ
public static final PythonPlanBinder.Operation SINK_CSV
public static final PythonPlanBinder.Operation SINK_TEXT
public static final PythonPlanBinder.Operation SINK_PRINT
public static final PythonPlanBinder.Operation SORT
public static final PythonPlanBinder.Operation UNION
public static final PythonPlanBinder.Operation FIRST
public static final PythonPlanBinder.Operation DISTINCT
public static final PythonPlanBinder.Operation GROUPBY
public static final PythonPlanBinder.Operation REBALANCE
public static final PythonPlanBinder.Operation PARTITION_HASH
public static final PythonPlanBinder.Operation BROADCAST
public static final PythonPlanBinder.Operation COGROUP
public static final PythonPlanBinder.Operation CROSS
public static final PythonPlanBinder.Operation CROSS_H
public static final PythonPlanBinder.Operation CROSS_T
public static final PythonPlanBinder.Operation FILTER
public static final PythonPlanBinder.Operation FLATMAP
public static final PythonPlanBinder.Operation GROUPREDUCE
public static final PythonPlanBinder.Operation JOIN
public static final PythonPlanBinder.Operation JOIN_H
public static final PythonPlanBinder.Operation JOIN_T
public static final PythonPlanBinder.Operation MAP
public static final PythonPlanBinder.Operation REDUCE
public static final PythonPlanBinder.Operation MAPPARTITION
public static PythonPlanBinder.Operation[] values()
for (PythonPlanBinder.Operation c : PythonPlanBinder.Operation.values()) System.out.println(c);
public static PythonPlanBinder.Operation 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 nullCopyright © 2014–2018 The Apache Software Foundation. All rights reserved.