| Package | Description |
|---|---|
| org.apache.drill.exec.physical.base |
| Modifier and Type | Method and Description |
|---|---|
ScanStats.GroupScanProperty |
ScanStats.getGroupScanProperty()
Return whether GroupScan knows the exact row count in the result of getSize()
call.
|
static ScanStats.GroupScanProperty |
ScanStats.GroupScanProperty.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScanStats.GroupScanProperty[] |
ScanStats.GroupScanProperty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ScanStats(ScanStats.GroupScanProperty groupScanProperty,
double recordCount,
double cpuCost,
double diskCost) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.