Uses of Enum
org.apache.drill.exec.planner.fragment.DistributionAffinity
Package
Description
-
Uses of DistributionAffinity in org.apache.drill.exec.physical.base
Modifier and TypeMethodDescriptionAbstractGroupScan.getDistributionAffinity()
AbstractStore.getDistributionAffinity()
HasAffinity.getDistributionAffinity()
Get distribution affinity which describes the parallelization strategy of the operator. -
Uses of DistributionAffinity in org.apache.drill.exec.physical.config
-
Uses of DistributionAffinity in org.apache.drill.exec.planner.fragment
Modifier and TypeMethodDescriptionStats.getDistributionAffinity()
static DistributionAffinity
Returns the enum constant of this type with the specified name.static DistributionAffinity[]
DistributionAffinity.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionboolean
DistributionAffinity.isLessRestrictiveThan
(DistributionAffinity distributionAffinity) Is the current DistributionAffinity less restrictive than the given DistributionAffinity?void
Stats.setDistributionAffinity
(DistributionAffinity distributionAffinity) -
Uses of DistributionAffinity in org.apache.drill.exec.planner.physical
Modifier and TypeMethodDescriptionDirectScanPrel.getDistributionAffinity()
HasDistributionAffinity.getDistributionAffinity()
ScanPrel.getDistributionAffinity()
ScreenPrel.getDistributionAffinity()
-
Uses of DistributionAffinity in org.apache.drill.exec.store.sys