Uses of Enum Class
org.apache.sysds.hops.codegen.template.TemplateBase.CloseType
Packages that use TemplateBase.CloseType
-
Uses of TemplateBase.CloseType in org.apache.sysds.hops.codegen.template
Fields in org.apache.sysds.hops.codegen.template declared as TemplateBase.CloseTypeMethods in org.apache.sysds.hops.codegen.template that return TemplateBase.CloseTypeModifier and TypeMethodDescriptionabstract TemplateBase.CloseTypeIndicates if the template must be closed at the current hop; either due to final operations (e.g., aggregate) or unsupported operations.TemplateBase.getCType()static TemplateBase.CloseTypeReturns the enum constant of this class with the specified name.static TemplateBase.CloseType[]TemplateBase.CloseType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sysds.hops.codegen.template with parameters of type TemplateBase.CloseTypeModifier and TypeMethodDescriptionstatic TemplateBase[]TemplateUtils.createCompatibleTemplates(TemplateBase.TemplateType type, TemplateBase.CloseType ctype) static TemplateBaseTemplateUtils.createTemplate(TemplateBase.TemplateType type, TemplateBase.CloseType ctype) Constructors in org.apache.sysds.hops.codegen.template with parameters of type TemplateBase.CloseTypeModifierConstructorDescriptionMemoTableEntry(TemplateBase.TemplateType t, long in1, long in2, long in3, int inlen, TemplateBase.CloseType close) TemplateCell(TemplateBase.TemplateType type, TemplateBase.CloseType ctype)