Uses of Class
org.apache.sysds.hops.codegen.SpoofCompiler.PlanCachePolicy
- 
Packages that use SpoofCompiler.PlanCachePolicy Package Description org.apache.sysds.hops.codegen 
- 
- 
Uses of SpoofCompiler.PlanCachePolicy in org.apache.sysds.hops.codegenFields in org.apache.sysds.hops.codegen declared as SpoofCompiler.PlanCachePolicy Modifier and Type Field Description static SpoofCompiler.PlanCachePolicySpoofCompiler. PLAN_CACHE_POLICYMethods in org.apache.sysds.hops.codegen that return SpoofCompiler.PlanCachePolicy Modifier and Type Method Description static SpoofCompiler.PlanCachePolicySpoofCompiler.PlanCachePolicy. get(boolean planCache, boolean compileLiterals)static SpoofCompiler.PlanCachePolicySpoofCompiler.PlanCachePolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static SpoofCompiler.PlanCachePolicy[]SpoofCompiler.PlanCachePolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.
 
-