| Package | Description | 
|---|---|
| org.apache.sysds.common | |
| org.apache.sysds.hops | |
| org.apache.sysds.hops.rewrite | |
| org.apache.sysds.lops | |
| org.apache.sysds.parser | 
| Modifier and Type | Method and Description | 
|---|---|
| static Types.ParamBuiltinOp | Types.ParamBuiltinOp. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static Types.ParamBuiltinOp[] | Types.ParamBuiltinOp. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| Types.ParamBuiltinOp | ParameterizedBuiltinOp. getOp() | 
| Constructor and Description | 
|---|
| ParameterizedBuiltinOp(String l,
                      Types.DataType dt,
                      Types.ValueType vt,
                      Types.ParamBuiltinOp op,
                      LinkedHashMap<String,Hop> inputParameters)Creates a new HOP for a function call | 
| Modifier and Type | Method and Description | 
|---|---|
| static ParameterizedBuiltinOp | HopRewriteUtils. createParameterizedBuiltinOp(Hop input,
                            LinkedHashMap<String,Hop> args,
                            Types.ParamBuiltinOp op) | 
| static boolean | HopRewriteUtils. isParameterBuiltinOp(Hop hop,
                    Types.ParamBuiltinOp type) | 
| static boolean | HopRewriteUtils. isValidOp(Types.ParamBuiltinOp input,
         Types.ParamBuiltinOp... validTab) | 
| static boolean | HopRewriteUtils. isValidOp(Types.ParamBuiltinOp input,
         Types.ParamBuiltinOp... validTab) | 
| Modifier and Type | Method and Description | 
|---|---|
| Types.ParamBuiltinOp | ParameterizedBuiltin. getOp() | 
| Constructor and Description | 
|---|
| ParameterizedBuiltin(HashMap<String,Lop> paramLops,
                    Types.ParamBuiltinOp op,
                    Types.DataType dt,
                    Types.ValueType vt,
                    Types.ExecType et) | 
| ParameterizedBuiltin(HashMap<String,Lop> paramLops,
                    Types.ParamBuiltinOp op,
                    Types.DataType dt,
                    Types.ValueType vt,
                    Types.ExecType et,
                    boolean bRmEmptyBC) | 
| ParameterizedBuiltin(HashMap<String,Lop> paramLops,
                    Types.ParamBuiltinOp op,
                    Types.DataType dt,
                    Types.ValueType vt,
                    Types.ExecType et,
                    int k) | 
| Modifier and Type | Field and Description | 
|---|---|
| static HashMap<Builtins,Types.ParamBuiltinOp> | ParameterizedBuiltinFunctionExpression. pbHopMap | 
Copyright © 2021 The Apache Software Foundation. All rights reserved.