Uses of Enum
org.apache.drill.exec.physical.base.ScanStats.GroupScanProperty
Packages that use ScanStats.GroupScanProperty
-
Uses of ScanStats.GroupScanProperty in org.apache.drill.exec.physical.base
Methods in org.apache.drill.exec.physical.base that return ScanStats.GroupScanPropertyModifier 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.Constructors in org.apache.drill.exec.physical.base with parameters of type ScanStats.GroupScanPropertyModifierConstructorDescriptionScanStats
(ScanStats.GroupScanProperty groupScanProperty, double recordCount, double cpuCost, double diskCost)