public static enum ScanStats.GroupScanProperty extends Enum<ScanStats.GroupScanProperty>
Enum Constant and Description |
---|
ESTIMATED_TOTAL_COST
Tells the planner to consider the full cost represented
here.
|
EXACT_ROW_COUNT |
NO_EXACT_ROW_COUNT |
Modifier and Type | Method and Description |
---|---|
boolean |
hasExactColumnValueCount() |
boolean |
hasExactRowCount() |
boolean |
hasFullCost() |
static ScanStats.GroupScanProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScanStats.GroupScanProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScanStats.GroupScanProperty NO_EXACT_ROW_COUNT
public static final ScanStats.GroupScanProperty EXACT_ROW_COUNT
public static final ScanStats.GroupScanProperty ESTIMATED_TOTAL_COST
public static ScanStats.GroupScanProperty[] values()
for (ScanStats.GroupScanProperty c : ScanStats.GroupScanProperty.values()) System.out.println(c);
public static ScanStats.GroupScanProperty 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 boolean hasExactRowCount()
public boolean hasExactColumnValueCount()
public boolean hasFullCost()
Copyright © 1970 The Apache Software Foundation. All rights reserved.