public static enum LoaderOptions.TpchType extends Enum<LoaderOptions.TpchType>
| Enum Constant and Description |
|---|
sf1 |
sf100 |
sf1000 |
sf10000 |
sf100000 |
sf300 |
sf3000 |
sf30000 |
tiny |
| Modifier and Type | Method and Description |
|---|---|
double |
getScaleFactor() |
static LoaderOptions.TpchType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoaderOptions.TpchType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoaderOptions.TpchType tiny
public static final LoaderOptions.TpchType sf1
public static final LoaderOptions.TpchType sf100
public static final LoaderOptions.TpchType sf300
public static final LoaderOptions.TpchType sf1000
public static final LoaderOptions.TpchType sf3000
public static final LoaderOptions.TpchType sf10000
public static final LoaderOptions.TpchType sf30000
public static final LoaderOptions.TpchType sf100000
public static LoaderOptions.TpchType[] values()
for (LoaderOptions.TpchType c : LoaderOptions.TpchType.values()) System.out.println(c);
public static LoaderOptions.TpchType 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 double getScaleFactor()
Copyright © 2013–2014. All rights reserved.