public class ScanStats extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ScanStats.GroupScanProperty |
| Modifier and Type | Field and Description |
|---|---|
static ScanStats |
TRIVIAL_TABLE |
static ScanStats |
ZERO_RECORD_TABLE |
| Constructor and Description |
|---|
ScanStats(ScanStats.GroupScanProperty property,
long recordCount,
float cpuCost,
float diskCost) |
| Modifier and Type | Method and Description |
|---|---|
float |
getCpuCost() |
float |
getDiskCost() |
ScanStats.GroupScanProperty |
getGroupScanProperty()
Return if GroupScan knows the exact row count in the result of getSize() call.
|
long |
getRecordCount() |
public static final ScanStats TRIVIAL_TABLE
public static final ScanStats ZERO_RECORD_TABLE
public ScanStats(ScanStats.GroupScanProperty property, long recordCount, float cpuCost, float diskCost)
public long getRecordCount()
public float getCpuCost()
public float getDiskCost()
public ScanStats.GroupScanProperty getGroupScanProperty()
Copyright © 2017 The Apache Software Foundation. All rights reserved.