Uses of Enum
org.apache.drill.exec.physical.base.ScanStats.GroupScanProperty
-
Uses of ScanStats.GroupScanProperty in org.apache.drill.exec.physical.base
Modifier and TypeMethodDescriptionScanStats.getGroupScanProperty()
Return whether GroupScan knows the exact row count in the result of getSize() call.static ScanStats.GroupScanProperty
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.ModifierConstructorDescriptionScanStats
(ScanStats.GroupScanProperty groupScanProperty, double recordCount, double cpuCost, double diskCost)