Uses of Enum Class
org.apache.sysds.common.Types.ValueType
Packages that use Types.ValueType
Package
Description
-
Uses of Types.ValueType in org.apache.sysds.api
Methods in org.apache.sysds.api with parameters of type Types.ValueTypeModifier and TypeMethodDescriptionvoidPythonDMLScript.startReadingColFromPipe(int id, FrameBlock fb, int rows, int totalBytes, int col, Types.ValueType type, boolean any) PythonDMLScript.startReadingMbFromPipe(int id, int rlen, int clen, Types.ValueType type) PythonDMLScript.startReadingMbFromPipes(int[] blockSizes, int rlen, int clen, Types.ValueType type) -
Uses of Types.ValueType in org.apache.sysds.api.jmlc
Method parameters in org.apache.sysds.api.jmlc with type arguments of type Types.ValueTypeModifier and TypeMethodDescriptionvoidPreparedScript.setFrame(String varname, String[][] frame, List<Types.ValueType> schema) Binds a frame object to a registered input variable.voidPreparedScript.setFrame(String varname, String[][] frame, List<Types.ValueType> schema, boolean reuse) Binds a frame object to a registered input variable.voidPreparedScript.setFrame(String varname, String[][] frame, List<Types.ValueType> schema, List<String> colnames) Binds a frame object to a registered input variable.voidPreparedScript.setFrame(String varname, String[][] frame, List<Types.ValueType> schema, List<String> colnames, boolean reuse) Binds a frame object to a registered input variable. -
Uses of Types.ValueType in org.apache.sysds.api.mlcontext
Methods in org.apache.sysds.api.mlcontext that return types with arguments of type Types.ValueTypeMethod parameters in org.apache.sysds.api.mlcontext with type arguments of type Types.ValueTypeModifier and TypeMethodDescriptionvoidFrameSchema.setSchema(List<Types.ValueType> schema) Set the frame schemaConstructor parameters in org.apache.sysds.api.mlcontext with type arguments of type Types.ValueTypeModifierConstructorDescriptionFrameSchema(List<Types.ValueType> schema) Constructor that specifies the schema as a list ofValueTypevalues. -
Uses of Types.ValueType in org.apache.sysds.common
Methods in org.apache.sysds.common that return Types.ValueTypeModifier and TypeMethodDescriptionstatic Types.ValueTypeTypes.ValueType.fromExternalString(String value) Parse an external string representation to the internal Enum ValueTypes supported.static Types.ValueTypeTypes.ValueType.getHighestCommonType(Types.ValueType a, Types.ValueType b) Get the highest common type that both ValueTypes can be contained in.static Types.ValueTypeTypes.ValueType.getHighestCommonTypeSafe(Types.ValueType a, Types.ValueType b) Get the highest common type, where if one inout is UNKNOWN return the other.static Types.ValueTypeReturns the enum constant of this class with the specified name.static Types.ValueType[]Types.ValueType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sysds.common with parameters of type Types.ValueTypeModifier and TypeMethodDescriptionstatic Types.ValueTypeTypes.ValueType.getHighestCommonType(Types.ValueType a, Types.ValueType b) Get the highest common type that both ValueTypes can be contained in.static Types.ValueTypeTypes.ValueType.getHighestCommonTypeSafe(Types.ValueType a, Types.ValueType b) Get the highest common type, where if one inout is UNKNOWN return the other.static booleanTypes.ValueType.isSameTypeString(Types.ValueType vt1, Types.ValueType vt2) Given two ValueTypes, would they both print and eternalize similarly. -
Uses of Types.ValueType in org.apache.sysds.hops
Methods in org.apache.sysds.hops that return Types.ValueTypeMethods in org.apache.sysds.hops with parameters of type Types.ValueTypeModifier and TypeMethodDescriptionstatic LopBinaryOp.constructSPAppendLop(Hop left, Hop right, Types.DataType dt, Types.ValueType vt, boolean cbind, Hop current) static booleanOptimizerUtils.isValidCPDimensions(Types.ValueType[] schema, String[] names) Returns false if schema and names are not properly specified; other true Length to be > 0, and length of both to be equal.voidHop.setValueType(Types.ValueType vt) Constructors in org.apache.sysds.hops with parameters of type Types.ValueTypeModifierConstructorDescriptionAggBinaryOp(String l, Types.DataType dt, Types.ValueType vt, Types.OpOp2 innOp, Types.AggOp outOp, Hop in1, Hop in2) AggUnaryOp(String l, Types.DataType dt, Types.ValueType vt, Types.AggOp o, Types.Direction idx, Hop inp) BinaryOp(String l, Types.DataType dt, Types.ValueType vt, Types.OpOp2 o, Hop inp1, Hop inp2) BinaryOp(String l, Types.DataType dt, Types.ValueType vt, Types.OpOp2 o, Hop inp1, Hop inp2, boolean outer) DataOp(String l, Types.DataType dt, Types.ValueType vt, Types.OpOpData dop, String fname, long dim1, long dim2, long nnz, int blen) READ operation for Matrix w/ dim1, dim2.DataOp(String l, Types.DataType dt, Types.ValueType vt, Types.OpOpData dop, String fname, long dim1, long dim2, long nnz, MatrixObject.UpdateType update, int blen) DataOp(String l, Types.DataType dt, Types.ValueType vt, Types.OpOpData dop, HashMap<String, Hop> params) READ operation for Matrix / SQL operation for tensor This constructor supports expressions in parametersDataOp(String l, Types.DataType dt, Types.ValueType vt, Types.OpOpData dop, Hop in, HashMap<String, Hop> inputParameters) WRITE operation for Matrix This constructor supports expression in parametersDataOp(String l, Types.DataType dt, Types.ValueType vt, Hop in, Types.OpOpData dop, String fname) DnnOp(String l, Types.DataType dt, Types.ValueType vt, Types.OpOpDnn o, ArrayList<Hop> inp) Create a hop from the builtin expressionHop(String l, Types.DataType dt, Types.ValueType vt) IndexingOp(String l, Types.DataType dt, Types.ValueType vt, Hop inpMatrix, Hop inpRowL, Hop inpRowU, Hop inpColL, Hop inpColU, boolean passedRowsLEU, boolean passedColsLEU) LeftIndexingOp(String l, Types.DataType dt, Types.ValueType vt, Hop inpMatrixLeft, Hop inpMatrixRight, Hop inpRowL, Hop inpRowU, Hop inpColL, Hop inpColU, boolean passedRowsLEU, boolean passedColsLEU) MultiThreadedHop(String name, Types.DataType dt, Types.ValueType vt) NaryOp(String name, Types.DataType dataType, Types.ValueType valueType, Types.OpOpN op, Hop... inputs) NaryOp constructor.ParameterizedBuiltinOp(String l, Types.DataType dt, Types.ValueType vt, Types.ParamBuiltinOp op, LinkedHashMap<String, Hop> inputParameters) Creates a new HOP for a function callQuaternaryOp(String l, Types.DataType dt, Types.ValueType vt, Types.OpOp4 o, Hop inX, Hop inU, Hop inV) QuaternaryOp(String l, Types.DataType dt, Types.ValueType vt, Types.OpOp4 o, Hop inX, Hop inU, Hop inV, boolean flag1, boolean flag2) Constructor for wsigmoid.QuaternaryOp(String l, Types.DataType dt, Types.ValueType vt, Types.OpOp4 o, Hop inW, Hop inU, Hop inV, boolean umult, Types.OpOp1 uop, Types.OpOp2 sop) QuaternaryOp(String l, Types.DataType dt, Types.ValueType vt, Types.OpOp4 o, Hop inX, Hop inU, Hop inV, Hop inW, boolean post) Constructor for wsloss.QuaternaryOp(String l, Types.DataType dt, Types.ValueType vt, Types.OpOp4 o, Hop inX, Hop inU, Hop inV, Hop inW, int baseType, boolean flag1, boolean flag2) ReorgOp(String l, Types.DataType dt, Types.ValueType vt, Types.ReOrgOp o, List<Hop> inp) ReorgOp(String l, Types.DataType dt, Types.ValueType vt, Types.ReOrgOp o, Hop inp) TernaryOp(String l, Types.DataType dt, Types.ValueType vt, Types.OpOp3 o, Hop inp1, Hop inp2, Hop inp3) TernaryOp(String l, Types.DataType dt, Types.ValueType vt, Types.OpOp3 o, Hop inp1, Hop inp2, Hop inp3, Hop inp4, Hop inp5, Hop inp6) UnaryOp(String l, Types.DataType dt, Types.ValueType vt, Types.OpOp1 o, Hop inp) -
Uses of Types.ValueType in org.apache.sysds.hops.codegen
Constructors in org.apache.sysds.hops.codegen with parameters of type Types.ValueTypeModifierConstructorDescriptionSpoofFusedOp(String name, Types.DataType dt, Types.ValueType vt, Class<?> cla, SpoofCompiler.GeneratorAPI api, String genVarName, boolean dist, SpoofFusedOp.SpoofOutputDimsType type) -
Uses of Types.ValueType in org.apache.sysds.hops.rewrite
Methods in org.apache.sysds.hops.rewrite with parameters of type Types.ValueTypeModifier and TypeMethodDescriptionstatic HopHopRewriteUtils.createDataGenOpByVal(Hop rowInput, Hop colInput, Hop dimsInput, Types.DataType dt, Types.ValueType vt, double value) -
Uses of Types.ValueType in org.apache.sysds.lops
Methods in org.apache.sysds.lops that return Types.ValueTypeModifier and TypeMethodDescriptionLop.getValueType()get value type of the output that is produced by this lopMethods in org.apache.sysds.lops with parameters of type Types.ValueTypeModifier and TypeMethodDescriptionstatic SortKeysSortKeys.constructSortByValueLop(Lop input1, Lop input2, SortKeys.OperationTypes op, Types.DataType dt, Types.ValueType vt, Types.ExecType et, int numThreads) static SortKeysSortKeys.constructSortByValueLop(Lop input1, SortKeys.OperationTypes op, Types.DataType dt, Types.ValueType vt, Types.ExecType et, int numThreads) static DataData.createLiteralLop(Types.ValueType vt, String literalValue) Method to create literal LOPs.voidAppend.init(Lop input1, Lop input2, Lop input3, Types.DataType dt, Types.ValueType vt) voidAppendG.init(Lop input1, Lop input2, Lop input3, Lop input4, Types.DataType dt, Types.ValueType vt, Types.ExecType et) voidAppendGAlignedSP.init(Lop input1, Lop input2, Lop input3, Types.DataType dt, Types.ValueType vt) voidAppendM.init(Lop input1, Lop input2, Lop input3, Types.DataType dt, Types.ValueType vt, Types.ExecType et) voidAppendR.init(Lop input1, Lop input2, Types.DataType dt, Types.ValueType vt, Types.ExecType et) Lop.prepOperand(String label, Types.DataType dt, Types.ValueType vt) Method to prepare instruction operand with given parameters.Lop.prepOperand(String label, Types.DataType dt, Types.ValueType vt, boolean literal) Method to prepare instruction operand with given parameters.voidLop.setValueType(Types.ValueType vt) set value type of the output that is produced by this lopConstructors in org.apache.sysds.lops with parameters of type Types.ValueTypeModifierConstructorDescriptionAppend(Lop input1, Lop input2, Lop input3, Types.DataType dt, Types.ValueType vt, boolean cbind, Types.ExecType et) AppendG(Lop input1, Lop input2, Lop input3, Lop input4, Types.DataType dt, Types.ValueType vt, boolean cbind, Types.ExecType et) AppendGAlignedSP(Lop input1, Lop input2, Lop input3, Types.DataType dt, Types.ValueType vt, boolean cbind) AppendM(Lop input1, Lop input2, Lop input3, Types.DataType dt, Types.ValueType vt, boolean cbind, boolean partitioned, Types.ExecType et) AppendR(Lop input1, Lop input2, Types.DataType dt, Types.ValueType vt, boolean cbind, Types.ExecType et) Binary(Lop input1, Lop input2, Types.OpOp2 op, Types.DataType dt, Types.ValueType vt, Types.ExecType et) Constructor to perform a binary operation.Binary(Lop input1, Lop input2, Types.OpOp2 op, Types.DataType dt, Types.ValueType vt, Types.ExecType et, int k) Binary(Lop input1, Lop input2, Types.OpOp2 op, Types.DataType dt, Types.ValueType vt, Types.ExecType et, int k, boolean inplace) BinaryM(Lop input1, Lop input2, Types.OpOp2 op, Types.DataType dt, Types.ValueType vt, Types.ExecType et, boolean colVector) Constructor to perform a binary operation.BinaryScalar(Lop input1, Lop input2, Types.OpOp2 op, Types.DataType dt, Types.ValueType vt) Constructor to perform a scalar operationBinaryUAggChain(Lop input1, Types.OpOp2 bop, Types.AggOp uaop, Types.Direction uadir, Types.DataType dt, Types.ValueType vt, Types.ExecType et) Constructor to setup a map mult chain without weightsCentralMoment(Lop input1, Lop input2, Types.DataType dt, Types.ValueType vt, int numThreads, Types.ExecType et) CentralMoment(Lop input1, Lop input2, Lop input3, Types.DataType dt, Types.ValueType vt, int numThreads, Types.ExecType et) Checkpoint(Lop input, Types.DataType dt, Types.ValueType vt, String level) Checkpoint(Lop input, Types.DataType dt, Types.ValueType vt, String level, boolean isAsync) TODO change string parameter storage.level to StorageLevel as soon as we can assume that Spark libraries are always available.Compression(Lop input, Types.DataType dt, Types.ValueType vt, Types.ExecType et, int singletonLookupKey, int numThreads) CoVariance(Lop input1, Lop input2, Types.DataType dt, Types.ValueType vt, int numThreads, Types.ExecType et) CoVariance(Lop input1, Lop input2, Lop input3, Types.DataType dt, Types.ValueType vt, int numThreads, Types.ExecType et) CSVReBlock(Lop input, int blen, Types.DataType dt, Types.ValueType vt, Types.ExecType et) Ctable(Lop[] inputLops, Ctable.OperationTypes op, Types.DataType dt, Types.ValueType vt, boolean ignoreZeros, boolean outputEmptyBlocks, Types.ExecType et, int k) Ctable(Lop[] inputLops, Ctable.OperationTypes op, Types.DataType dt, Types.ValueType vt, Types.ExecType et, int k) CumulativeOffsetBinary(Lop data, Lop offsets, Types.DataType dt, Types.ValueType vt, double init, boolean broadcast, Types.AggOp op, Types.ExecType et) CumulativeOffsetBinary(Lop data, Lop offsets, Types.DataType dt, Types.ValueType vt, Types.AggOp op, Types.ExecType et) CumulativePartialAggregate(Lop input, Types.DataType dt, Types.ValueType vt, Types.AggOp op, Types.ExecType et) Data(Types.OpOpData op, Lop input, HashMap<String, Lop> inputParametersLops, String name, String literal, Types.DataType dt, Types.ValueType vt, Types.FileFormat fmt) Constructor to setup read or write LOP In case of write:inputmust be provided.DataGen(Types.OpOpDG op, DataIdentifier id, HashMap<String, Lop> inputParametersLops, String baseDir, Types.DataType dt, Types.ValueType vt, Types.ExecType et) Creates a new Rand-LOP.DeCompression(Lop input, Types.DataType dt, Types.ValueType vt, Types.ExecType et) DnnTransform(Lop input, Types.OpOpDnn op, Types.DataType dt, Types.ValueType vt, Types.ExecType et, int k, double intermediateMemBudget) Constructor when we have one input.DnnTransform(Lop input1, Lop input2, Types.OpOpDnn op, Types.DataType dt, Types.ValueType vt, Types.ExecType et, int k) DnnTransform(Lop input1, Lop input2, Lop input3, Types.OpOpDnn op, Types.DataType dt, Types.ValueType vt, Types.ExecType et, int k) Federated(HashMap<String, Lop> inputLops, Types.DataType dataType, Types.ValueType valueType) GroupedAggregate(HashMap<String, Lop> inputParameterLops, Types.DataType dt, Types.ValueType vt, Types.ExecType et) GroupedAggregate(HashMap<String, Lop> inputParameterLops, Types.DataType dt, Types.ValueType vt, Types.ExecType et, boolean broadcastGroups) GroupedAggregate(HashMap<String, Lop> inputParameterLops, Types.DataType dt, Types.ValueType vt, Types.ExecType et, int k) GroupedAggregateM(HashMap<String, Lop> inputParameterLops, Types.DataType dt, Types.ValueType vt, boolean partitioned, Types.ExecType et) LeftIndex(Lop lhsInput, Lop rhsInput, Lop rowL, Lop rowU, Lop colL, Lop colU, Types.DataType dt, Types.ValueType vt, Types.ExecType et) LeftIndex(Lop lhsInput, Lop rhsInput, Lop rowL, Lop rowU, Lop colL, Lop colU, Types.DataType dt, Types.ValueType vt, Types.ExecType et, LeftIndex.LixCacheType type) Local(Lop input, Types.DataType dt, Types.ValueType vt) Lop(Lop.Type t, Types.DataType dt, Types.ValueType vt) Constructor to be invoked by base class.MapMult(Lop input1, Lop input2, Types.DataType dt, Types.ValueType vt, boolean rightCache, boolean partitioned, boolean emptyBlocks, AggBinaryOp.SparkAggType aggtype) Constructor to setup a partial Matrix-Vector Multiplication for SparkMapMultChain(Lop input1, Lop input2, Types.DataType dt, Types.ValueType vt, Types.ExecType et) Constructor to setup a map mult chain without weightsMapMultChain(Lop input1, Lop input2, Lop input3, MapMultChain.ChainType chain, Types.DataType dt, Types.ValueType vt, Types.ExecType et) Constructor to setup a map mult chain with weightsMatMultCP(Lop input1, Lop input2, Types.DataType dt, Types.ValueType vt, Types.ExecType et) MatMultCP(Lop input1, Lop input2, Types.DataType dt, Types.ValueType vt, Types.ExecType et, boolean isLeftTransposed, boolean isRightTransposed) MatMultCP(Lop input1, Lop input2, Types.DataType dt, Types.ValueType vt, Types.ExecType et, int k) MatMultCP(Lop input1, Lop input2, Types.DataType dt, Types.ValueType vt, Types.ExecType et, int k, boolean isLeftTransposed, boolean isRightTransposed) MMCJ(Lop input1, Lop input2, Types.DataType dt, Types.ValueType vt, boolean outputEmptyBlocks, AggBinaryOp.SparkAggType aggtype, Types.ExecType et) MMCJ(Lop input1, Lop input2, Types.DataType dt, Types.ValueType vt, MMCJ.MMCJType type, Types.ExecType et) Constructor to perform a cross product operation.MMRJ(Lop input1, Lop input2, Types.DataType dt, Types.ValueType vt, Types.ExecType et) Constructor to perform a cross product operation.MMTSJ(Lop input1, Types.DataType dt, Types.ValueType vt, Types.ExecType et, MMTSJ.MMTSJType type) MMTSJ(Lop input1, Types.DataType dt, Types.ValueType vt, Types.ExecType et, MMTSJ.MMTSJType type, boolean multiPass) MMTSJ(Lop input1, Types.DataType dt, Types.ValueType vt, Types.ExecType et, MMTSJ.MMTSJType type, boolean multiPass, int k) MMZip(Lop input1, Lop input2, Types.DataType dt, Types.ValueType vt, boolean tRewrite, Types.ExecType et) Nary(Types.OpOpN operationType, Types.DataType dt, Types.ValueType vt, Lop[] inputLops, Types.ExecType et) 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) PartialAggregate(Lop input, Types.AggOp op, Types.Direction direct, Types.DataType dt, Types.ValueType vt, Types.ExecType et, int k) PartialAggregate(Lop input, Types.AggOp op, Types.Direction direct, Types.DataType dt, Types.ValueType vt, AggBinaryOp.SparkAggType aggtype, Types.ExecType et) PickByCount(Lop input1, Lop input2, Types.DataType dt, Types.ValueType vt, PickByCount.OperationTypes op, Types.ExecType et) PickByCount(Lop input1, Lop input2, Types.DataType dt, Types.ValueType vt, PickByCount.OperationTypes op, Types.ExecType et, boolean inMemoryInput) PMapMult(Lop input1, Lop input2, Types.DataType dt, Types.ValueType vt) PMMJ(Lop pminput, Lop rightinput, Lop nrow, Types.DataType dt, Types.ValueType vt, boolean partitioned, boolean emptyBlocks, Types.ExecType et) Constructor to setup a Permutation Matrix MultiplicationReBlock(Lop input, int blen, Types.DataType dt, Types.ValueType vt, boolean outputEmptyBlocks, Types.ExecType et) RightIndex(Lop input, Lop rowL, Lop rowU, Lop colL, Lop colU, Types.DataType dt, Types.ValueType vt, Types.ExecType et) RightIndex(Lop input, Lop rowL, Lop rowU, Lop colL, Lop colU, Types.DataType dt, Types.ValueType vt, Types.ExecType et, boolean forleft) RightIndex(Lop input, Lop rowL, Lop rowU, Lop colL, Lop colU, Types.DataType dt, Types.ValueType vt, AggBinaryOp.SparkAggType aggtype, Types.ExecType et) SortKeys(Lop input, boolean desc, SortKeys.OperationTypes op, Types.DataType dt, Types.ValueType vt, Types.ExecType et) SortKeys(Lop input1, Lop input2, SortKeys.OperationTypes op, Types.DataType dt, Types.ValueType vt, Types.ExecType et, int numThreads) SortKeys(Lop input, SortKeys.OperationTypes op, Types.DataType dt, Types.ValueType vt, Types.ExecType et, int numThreads) SpoofFused(ArrayList<Lop> inputs, Types.DataType dt, Types.ValueType vt, Class<?> cla, SpoofCompiler.GeneratorAPI api, String genVarName, int k, Types.ExecType etype) Sql(HashMap<String, Lop> inputParametersLops, Types.DataType dt, Types.ValueType vt) Tee(Lop input1, Types.DataType dt, Types.ValueType vt) Constructor to be invoked by base class.Ternary(Types.OpOp3 op, Lop input1, Lop input2, Lop input3, Types.DataType dt, Types.ValueType vt, Types.ExecType et, int numThreads) TernaryAggregate(Lop input1, Lop input2, Lop input3, Types.AggOp aggOp, Types.OpOp2 binOp, Types.Direction direction, Types.DataType dt, Types.ValueType vt, Types.ExecType et, int k) Transform(Lop[] inputs, Types.ReOrgOp op, Types.DataType dt, Types.ValueType vt, boolean outputEmptyBlock, Types.ExecType et) Transform(Lop[] inputs, Types.ReOrgOp op, Types.DataType dt, Types.ValueType vt, Types.ExecType et, boolean bSortIndInMem) Transform(Lop[] inputs, Types.ReOrgOp op, Types.DataType dt, Types.ValueType vt, Types.ExecType et, boolean bSortIndInMem, int k) Transform(Lop[] inputs, Types.ReOrgOp op, Types.DataType dt, Types.ValueType vt, Types.ExecType et, int k) Transform(Lop input, Types.ReOrgOp op, Types.DataType dt, Types.ValueType vt, Types.ExecType et) Transform(Lop input, Types.ReOrgOp op, Types.DataType dt, Types.ValueType vt, Types.ExecType et, boolean bSortIndInMem) Transform(Lop input, Types.ReOrgOp op, Types.DataType dt, Types.ValueType vt, Types.ExecType et, int k) UAggOuterChain(Lop input1, Lop input2, Types.AggOp uaop, Types.Direction uadir, Types.OpOp2 bop, Types.DataType dt, Types.ValueType vt, Types.ExecType et) Constructor to setup a unaryagg outer chainUnary(Lop input1, Types.OpOp1 op, Types.DataType dt, Types.ValueType vt, Types.ExecType et, int numThreads, boolean inplace) Constructor to perform a unary operation with 1 input.Unary(Lop input1, Lop input2, Types.OpOp1 op, Types.DataType dt, Types.ValueType vt, Types.ExecType et, int numThreads) Constructor to perform a unary operation with 2 inputsUnaryCP(Lop input, Types.OpOp1 op, Types.DataType dt, Types.ValueType vt) UnaryCP(Lop input, Types.OpOp1 op, Types.DataType dt, Types.ValueType vt, int k) UnaryCP(Lop input, Types.OpOp1 op, Types.DataType dt, Types.ValueType vt, Types.ExecType et) UnaryCP(Lop input, Types.OpOp1 op, Types.DataType dt, Types.ValueType vt, Types.ExecType et, int k) Constructor to perform a scalar operationWeightedCrossEntropy(Lop input1, Lop input2, Lop input3, Lop input4, Types.DataType dt, Types.ValueType vt, WeightedCrossEntropy.WCeMMType wt, Types.ExecType et) WeightedCrossEntropyR(Lop input1, Lop input2, Lop input3, Lop input4, Types.DataType dt, Types.ValueType vt, WeightedCrossEntropy.WCeMMType wt, boolean cacheU, boolean cacheV, Types.ExecType et) WeightedDivMM(Lop input1, Lop input2, Lop input3, Lop input4, Types.DataType dt, Types.ValueType vt, WeightedDivMM.WDivMMType wt, Types.ExecType et) WeightedDivMMR(Lop input1, Lop input2, Lop input3, Lop input4, Types.DataType dt, Types.ValueType vt, WeightedDivMM.WDivMMType wt, boolean cacheU, boolean cacheV, Types.ExecType et) WeightedSigmoid(Lop input1, Lop input2, Lop input3, Types.DataType dt, Types.ValueType vt, WeightedSigmoid.WSigmoidType wt, Types.ExecType et) WeightedSigmoidR(Lop input1, Lop input2, Lop input3, Types.DataType dt, Types.ValueType vt, WeightedSigmoid.WSigmoidType wt, boolean cacheU, boolean cacheV, Types.ExecType et) WeightedSquaredLoss(Lop input1, Lop input2, Lop input3, Lop input4, Types.DataType dt, Types.ValueType vt, WeightedSquaredLoss.WeightsType wt, Types.ExecType et) WeightedSquaredLossR(Lop input1, Lop input2, Lop input3, Lop input4, Types.DataType dt, Types.ValueType vt, WeightedSquaredLoss.WeightsType wt, boolean cacheU, boolean cacheV, Types.ExecType et) WeightedUnaryMM(Lop input1, Lop input2, Lop input3, Types.DataType dt, Types.ValueType vt, WeightedUnaryMM.WUMMType wt, Types.OpOp1 op, Types.ExecType et) WeightedUnaryMMR(Lop input1, Lop input2, Lop input3, Types.DataType dt, Types.ValueType vt, WeightedUnaryMM.WUMMType wt, Types.OpOp1 op, boolean cacheU, boolean cacheV, Types.ExecType et) -
Uses of Types.ValueType in org.apache.sysds.parser
Methods in org.apache.sysds.parser that return Types.ValueTypeModifier and TypeMethodDescriptionstatic Types.ValueTypeExpression.computeValueType(Expression expr1, Types.ValueType v1, Types.ValueType v2, boolean cast) static Types.ValueTypeExpression.computeValueType(Expression expression1, Expression expression2, boolean cast) Compute value type based on expressions.static Types.ValueTypeExpression.computeValueType(Identifier identifier1, Identifier identifier2, boolean cast) Compute value type based on identifiers.Identifier.getValueType()Methods in org.apache.sysds.parser with parameters of type Types.ValueTypeModifier and TypeMethodDescriptionstatic Types.ValueTypeExpression.computeValueType(Expression expr1, Types.ValueType v1, Types.ValueType v2, boolean cast) static BuiltinsBuiltinFunctionExpression.getValueTypeCastOperator(Types.ValueType vt) Convert a value type (double, int, or boolean) to a built-in function operator.voidIdentifier.setValueType(Types.ValueType vt) Constructors in org.apache.sysds.parser with parameters of type Types.ValueType -
Uses of Types.ValueType in org.apache.sysds.runtime.controlprogram
Methods in org.apache.sysds.runtime.controlprogram with parameters of type Types.ValueTypeModifier and TypeMethodDescriptionProgramBlock.executePredicate(ArrayList<Instruction> inst, Hop hops, boolean requiresRecompile, Types.ValueType retType, ExecutionContext ec) Executes given predicate instructions (incl recompilation if required) -
Uses of Types.ValueType in org.apache.sysds.runtime.controlprogram.caching
Methods in org.apache.sysds.runtime.controlprogram.caching that return Types.ValueTypeModifier and TypeMethodDescriptionFrameObject.getSchema()FrameObject.getSchema(int cl, int cu) Obtain schema of value typesFrameObject.mergeSchemas(FrameObject fo) Creates a new collection which contains the schema of the current frame object concatenated with the schema of the passed frame object.static Types.ValueType[]FrameObject.parseSchema(String schema) Methods in org.apache.sysds.runtime.controlprogram.caching with parameters of type Types.ValueTypeConstructors in org.apache.sysds.runtime.controlprogram.caching with parameters of type Types.ValueTypeModifierConstructorDescriptionFrameObject(String fname, MetaData meta, Types.ValueType[] schema) MatrixObject(Types.ValueType vt, String file) Constructor that takes the value type and the HDFS filename.MatrixObject(Types.ValueType vt, String file, MetaData mtd) Constructor that takes the value type, HDFS filename and associated metadata.MatrixObject(Types.ValueType vt, String file, MetaData mtd, MatrixBlock data) Constructor that takes the value type, HDFS filename and associated metadata and a MatrixBlock used for creation after serializationTensorObject(Types.ValueType vt, String fname) -
Uses of Types.ValueType in org.apache.sysds.runtime.controlprogram.context
Methods in org.apache.sysds.runtime.controlprogram.context with parameters of type Types.ValueTypeModifier and TypeMethodDescriptionExecutionContext.getScalarInput(String name, Types.ValueType vt, boolean isLiteral) static FrameBlockSparkExecutionContext.toFrameBlock(org.apache.spark.api.java.JavaPairRDD<Long, FrameBlock> rdd, Types.ValueType[] schema, int rlen, int clen) static FrameBlockSparkExecutionContext.toFrameBlock(RDDObject rdd, Types.ValueType[] schema, int rlen, int clen) Constructors in org.apache.sysds.runtime.controlprogram.context with parameters of type Types.ValueTypeModifierConstructorDescriptionMatrixObjectFuture(Types.ValueType vt, String file, Future<MatrixBlock> fmb) -
Uses of Types.ValueType in org.apache.sysds.runtime.data
Fields in org.apache.sysds.runtime.data declared as Types.ValueTypeMethods in org.apache.sysds.runtime.data that return Types.ValueTypeModifier and TypeMethodDescriptionDataTensorBlock.getColValueType(int col) DataTensorBlock.getSchema()TensorBlock.getSchema()Get the schema if thisTensorBlockis heterogeneous.BasicTensorBlock.getValueType()TensorBlock.getValueType()Get theValueTypeif thisTensorBlockis homogeneous.static Types.ValueTypeTensorBlock.resultValueType(Types.ValueType in1, Types.ValueType in2) Methods in org.apache.sysds.runtime.data with parameters of type Types.ValueTypeModifier and TypeMethodDescriptionstatic DenseBlockDenseBlockFactory.createDenseBlock(Types.ValueType vt, int[] dims) static DenseBlockDenseBlockFactory.createDenseBlock(Types.ValueType vt, int[] dims, boolean dedup) static DenseBlockDenseBlockFactory.createDenseBlock(Types.ValueType vt, DenseBlock.Type type, int[] dims, boolean dedup) abstract booleanDenseBlock.isNumeric(Types.ValueType vt) Indicates if the dense block is a specific numeric value type.booleanDenseBlockBool.isNumeric(Types.ValueType vt) booleanDenseBlockFP32.isNumeric(Types.ValueType vt) booleanDenseBlockFP64.isNumeric(Types.ValueType vt) booleanDenseBlockFP64DEDUP.isNumeric(Types.ValueType vt) booleanDenseBlockInt32.isNumeric(Types.ValueType vt) booleanDenseBlockInt64.isNumeric(Types.ValueType vt) booleanDenseBlockLBool.isNumeric(Types.ValueType vt) booleanDenseBlockLFP32.isNumeric(Types.ValueType vt) booleanDenseBlockLFP64.isNumeric(Types.ValueType vt) booleanDenseBlockLFP64DEDUP.isNumeric(Types.ValueType vt) booleanDenseBlockLInt32.isNumeric(Types.ValueType vt) booleanDenseBlockLInt64.isNumeric(Types.ValueType vt) booleanDenseBlockLString.isNumeric(Types.ValueType vt) booleanDenseBlockString.isNumeric(Types.ValueType vt) voidDataTensorBlock.reset(int[] dims, Types.ValueType[] schema) static Types.ValueTypeTensorBlock.resultValueType(Types.ValueType in1, Types.ValueType in2) Constructors in org.apache.sysds.runtime.data with parameters of type Types.ValueTypeModifierConstructorDescriptionBasicTensorBlock(int[] dims, Types.ValueType vt, double val) BasicTensorBlock(Types.ValueType vt, int[] dims) BasicTensorBlock(Types.ValueType vt, int[] dims, boolean sp) BasicTensorBlock(Types.ValueType vt, int[] dims, boolean sp, long estnnz) DataTensorBlock(int ncols, Types.ValueType vt) DataTensorBlock(Types.ValueType[] schema) DataTensorBlock(Types.ValueType[] schema, int[] dims) DataTensorBlock(Types.ValueType[] schema, int[] dims, String[][] data) DataTensorBlock(Types.ValueType vt, int[] dims) TensorBlock(Types.ValueType[] schema, int[] dims) Create a dataTensorBlockwith the given schema and the given dimensions.TensorBlock(Types.ValueType vt, int[] dims) Create a basicTensorBlockwith the givenValueTypeand the given dimensions. -
Uses of Types.ValueType in org.apache.sysds.runtime.frame.data
Methods in org.apache.sysds.runtime.frame.data that return Types.ValueTypeModifier and TypeMethodDescriptionFrameBlock.getColumnType(int c) FrameBlock.getSchema()Returns the schema of the frame block.Methods in org.apache.sysds.runtime.frame.data with parameters of type Types.ValueTypeModifier and TypeMethodDescriptionstatic FrameBlockFrameBlock.convertToFrameBlock(MatrixBlock mb, Types.ValueType[] schema, int k) voidFrameBlock.setSchema(Types.ValueType[] schema) Sets the schema of the frame block.Constructors in org.apache.sysds.runtime.frame.data with parameters of type Types.ValueTypeModifierConstructorDescriptionFrameBlock(int ncols, Types.ValueType vt) FrameBlock(Types.ValueType[] schema) FrameBlock(Types.ValueType[] schema, int rlen) FrameBlock(Types.ValueType[] schema, String[] names) FrameBlock(Types.ValueType[] schema, String[][] data) FrameBlock(Types.ValueType[] schema, String[] names, int rlen) FrameBlock(Types.ValueType[] schema, String[] names, String[][] data) allocate a FrameBlock with the given data arrays.FrameBlock(Types.ValueType[] schema, String[] colNames, ColumnMetadata[] meta, Array<?>[] data) FrameBlock(Types.ValueType[] schema, String constant, int nRow) FrameBlock constructor with constant -
Uses of Types.ValueType in org.apache.sysds.runtime.frame.data.columns
Methods in org.apache.sysds.runtime.frame.data.columns that return Types.ValueTypeModifier and TypeMethodDescriptionabstract Types.ValueTypeArray.getValueType()Get the current value type of this array.BitSetArray.getValueType()BooleanArray.getValueType()CharArray.getValueType()DDCArray.getValueType()DoubleArray.getValueType()FloatArray.getValueType()HashIntegerArray.getValueType()HashLongArray.getValueType()IntegerArray.getValueType()LongArray.getValueType()OptionalArray.getValueType()RaggedArray.getValueType()StringArray.getValueType()Methods in org.apache.sysds.runtime.frame.data.columns that return types with arguments of type Types.ValueTypeModifier and TypeMethodDescriptionfinal Pair<Types.ValueType,Boolean> Array.analyzeValueType()Analyze the column to figure out if the value type can be refined to a better type.abstract Pair<Types.ValueType,Boolean> Array.analyzeValueType(int maxCells) Analyze the column to figure out if the value type can be refined to a better type.BitSetArray.analyzeValueType(int maxCells) BooleanArray.analyzeValueType(int maxCells) CharArray.analyzeValueType(int maxCells) DDCArray.analyzeValueType(int maxCells) DoubleArray.analyzeValueType(int maxCells) FloatArray.analyzeValueType(int maxCells) HashIntegerArray.analyzeValueType(int maxCells) HashLongArray.analyzeValueType(int maxCells) IntegerArray.analyzeValueType(int maxCells) LongArray.analyzeValueType(int maxCells) OptionalArray.analyzeValueType(int maxCells) RaggedArray.analyzeValueType(int maxCells) StringArray.analyzeValueType(int maxCells) Methods in org.apache.sysds.runtime.frame.data.columns with parameters of type Types.ValueTypeModifier and TypeMethodDescriptionstatic Array<?>ArrayFactory.allocate(Types.ValueType v, int nRow) static Array<?>ArrayFactory.allocate(Types.ValueType v, int nRow, boolean optional) static Array<?>ArrayFactory.allocate(Types.ValueType v, int nRow, String val) static ObjectArrayFactory.allocateBacking(Types.ValueType vt, int nRow) Allocate the raw backing array for a column of the given value type: the inverse ofArrayFactory.create(ValueType, Object).static Array<?>ArrayFactory.allocateOptional(Types.ValueType v, int nRow) abstract Array<?>ACompressedArray.changeType(Types.ValueType t) Array<?>Array.changeType(Types.ValueType t) Change the allocated array to a different type.Array<?>Array.changeType(Types.ValueType t, boolean containsNull) Change type taking into consideration if the target type must be able to contain Null.Array<?>DDCArray.changeType(Types.ValueType t) Array<?>OptionalArray.changeType(Types.ValueType t) Array<?>Array.changeTypeWithNulls(Types.ValueType t) Array<?>DDCArray.changeTypeWithNulls(Types.ValueType t) Array<?>RaggedArray.changeTypeWithNulls(Types.ValueType t) static Array<?>ArrayFactory.create(Types.ValueType vt, Object col) Wrap a fully populated raw typed column array into anArrayof the given value type.static ObjectArrayFactory.defaultNullValue(Types.ValueType v) static longArrayFactory.getInMemorySize(Types.ValueType type, int _numRows, boolean containsNull) HashMapToInt.inverse(Types.ValueType t) static ObjectArrayFactory.parseString(String s, Types.ValueType v) Constructors in org.apache.sysds.runtime.frame.data.columns with parameters of type Types.ValueType -
Uses of Types.ValueType in org.apache.sysds.runtime.frame.data.compress
Fields in org.apache.sysds.runtime.frame.data.compress declared as Types.ValueTypeConstructors in org.apache.sysds.runtime.frame.data.compress with parameters of type Types.ValueTypeModifierConstructorDescriptionArrayCompressionStatistics(int bytePerValue, int nUnique, boolean shouldCompress, Types.ValueType valueType, boolean containsNull, ArrayFactory.FrameArrayType bestType, long originalSize, long compressedSizeEstimate, boolean sampledAllRows) -
Uses of Types.ValueType in org.apache.sysds.runtime.frame.data.iterators
Methods in org.apache.sysds.runtime.frame.data.iterators with parameters of type Types.ValueTypeModifier and TypeMethodDescriptionstatic RowIterator<Object>IteratorFactory.getObjectRowIterator(FrameBlock fb, Types.ValueType[] schema) Get a row iterator over the frame where all fields are encoded as boxed objects according to the value types of the provided target schema. -
Uses of Types.ValueType in org.apache.sysds.runtime.frame.data.lib
Methods in org.apache.sysds.runtime.frame.data.lib that return Types.ValueTypeModifier and TypeMethodDescriptionstatic Types.ValueTypeFrameUtil.isFloatType(String val, int len) static Types.ValueTypestatic Types.ValueTypestatic Types.ValueTypeFrameUtil.isType(double val) static Types.ValueTypeFrameUtil.isType(double val, Types.ValueType min) static Types.ValueTypestatic Types.ValueTypeFrameUtil.isType(String val, Types.ValueType minType) Get type type subject to minimum another type.Methods in org.apache.sysds.runtime.frame.data.lib with parameters of type Types.ValueTypeModifier and TypeMethodDescriptionstatic FrameBlockFrameLibApplySchema.applySchema(FrameBlock fb, Types.ValueType[] schema) Method to create a new FrameBlock where the given schema is applied.static FrameBlockFrameLibApplySchema.applySchema(FrameBlock fb, Types.ValueType[] schema, boolean[] nulls, int k) Method to create a new FrameBlock where the given schema is applied, k is the parallelization degree.static FrameBlockFrameLibApplySchema.applySchema(FrameBlock fb, Types.ValueType[] schema, int k) Method to create a new FrameBlock where the given schema is applied, k is the parallelization degree.static FrameBlockFrameFromMatrixBlock.convertToFrameBlock(MatrixBlock mb, Types.ValueType[] schema, int k) static FrameBlockFrameFromMatrixBlock.convertToFrameBlock(MatrixBlock mb, Types.ValueType vt, int k) static booleanFrameUtil.isDefault(String v, Types.ValueType t) static Types.ValueTypeFrameUtil.isType(double val, Types.ValueType min) static Types.ValueTypeFrameUtil.isType(String val, Types.ValueType minType) Get type type subject to minimum another type. -
Uses of Types.ValueType in org.apache.sysds.runtime.instructions
Methods in org.apache.sysds.runtime.instructions with parameters of type Types.ValueTypeModifier and TypeMethodDescriptionstatic StringInstructionUtils.createLiteralOperand(String val, Types.ValueType vt) -
Uses of Types.ValueType in org.apache.sysds.runtime.instructions.cp
Methods in org.apache.sysds.runtime.instructions.cp that return Types.ValueTypeMethods in org.apache.sysds.runtime.instructions.cp with parameters of type Types.ValueTypeModifier and TypeMethodDescriptionstatic LiteralOpScalarObjectFactory.createLiteralOp(Types.ValueType vt, String value) static ScalarObjectScalarObjectFactory.createScalarObject(Types.ValueType vt, double value) static ScalarObjectScalarObjectFactory.createScalarObject(Types.ValueType vt, Object obj) static ScalarObjectScalarObjectFactory.createScalarObject(Types.ValueType vt, String value) static ScalarObjectScalarObjectFactory.createScalarObject(Types.ValueType vt, LiteralOp lit) static ScalarObjectScalarObjectFactory.createScalarObject(Types.ValueType vt, ScalarObject so) Constructors in org.apache.sysds.runtime.instructions.cp with parameters of type Types.ValueTypeModifierConstructorDescriptionCPOperand(String name, Types.ValueType vt, Types.DataType dt) CPOperand(String name, Types.ValueType vt, Types.DataType dt, boolean literal) -
Uses of Types.ValueType in org.apache.sysds.runtime.instructions.spark.data
Constructors in org.apache.sysds.runtime.instructions.spark.data with parameters of type Types.ValueTypeModifierConstructorDescriptionFrameReblockBuffer(int buffersize, long rlen, long clen, Types.ValueType[] schema) -
Uses of Types.ValueType in org.apache.sysds.runtime.instructions.spark.utils
Methods in org.apache.sysds.runtime.instructions.spark.utils with parameters of type Types.ValueTypeModifier and TypeMethodDescriptionstatic org.apache.spark.sql.Dataset<org.apache.spark.sql.Row>FrameRDDConverterUtils.binaryBlockToDataFrame(org.apache.spark.sql.SparkSession sparkSession, org.apache.spark.api.java.JavaPairRDD<Long, FrameBlock> in, DataCharacteristics mc, Types.ValueType[] schema) static org.apache.spark.sql.Dataset<org.apache.spark.sql.Row>FrameRDDConverterUtils.binaryBlockToDataFrame(org.apache.spark.sql.SQLContext sqlContext, org.apache.spark.api.java.JavaPairRDD<Long, FrameBlock> in, DataCharacteristics mc, Types.ValueType[] schema) Deprecated.static intFrameRDDConverterUtils.convertDFSchemaToFrameSchema(org.apache.spark.sql.types.StructType dfschema, String[] colnames, Types.ValueType[] fschema, boolean containsID) NOTE: regarding the support of vector columns, we make the following schema restriction: single vector column, which allows inference of the vector length without data access and covers the common case.static org.apache.spark.sql.types.StructTypeFrameRDDConverterUtils.convertFrameSchemaToDFSchema(Types.ValueType[] fschema, boolean containsID) This function will convert Frame schema into DataFrame schemastatic org.apache.spark.api.java.JavaPairRDD<Long,FrameBlock> FrameRDDConverterUtils.csvToBinaryBlock(org.apache.spark.api.java.JavaSparkContext sc, org.apache.spark.api.java.JavaPairRDD<org.apache.hadoop.io.LongWritable, org.apache.hadoop.io.Text> input, DataCharacteristics mc, Types.ValueType[] schema, boolean hasHeader, String delim, boolean fill, double fillValue, Set<String> naStrings) static org.apache.spark.api.java.JavaPairRDD<Long,FrameBlock> FrameRDDConverterUtils.csvToBinaryBlock(org.apache.spark.api.java.JavaSparkContext sc, org.apache.spark.api.java.JavaRDD<String> input, DataCharacteristics mcOut, Types.ValueType[] schema, boolean hasHeader, String delim, boolean fill, double fillValue, Set<String> naStrings) static org.apache.spark.api.java.JavaRDD<org.apache.spark.sql.Row>FrameRDDConverterUtils.csvToRowRDD(org.apache.spark.api.java.JavaSparkContext sc, String fnameIn, String delim, Types.ValueType[] schema) static org.apache.spark.api.java.JavaRDD<org.apache.spark.sql.Row>FrameRDDConverterUtils.csvToRowRDD(org.apache.spark.api.java.JavaSparkContext sc, org.apache.spark.api.java.JavaRDD<String> dataRdd, String delim, Types.ValueType[] schema) static org.apache.spark.api.java.JavaPairRDD<Long,FrameBlock> FrameRDDConverterUtils.textCellToBinaryBlock(org.apache.spark.api.java.JavaSparkContext sc, org.apache.spark.api.java.JavaPairRDD<org.apache.hadoop.io.LongWritable, org.apache.hadoop.io.Text> in, DataCharacteristics mcOut, Types.ValueType[] schema) static org.apache.spark.api.java.JavaPairRDD<Long,FrameBlock> FrameRDDConverterUtils.textCellToBinaryBlockLongIndex(org.apache.spark.api.java.JavaSparkContext sc, org.apache.spark.api.java.JavaPairRDD<Long, org.apache.hadoop.io.Text> input, DataCharacteristics mc, Types.ValueType[] schema) -
Uses of Types.ValueType in org.apache.sysds.runtime.io
Methods in org.apache.sysds.runtime.io that return Types.ValueTypeMethods in org.apache.sysds.runtime.io with parameters of type Types.ValueTypeModifier and TypeMethodDescriptionFrameReader.readFrameFromHDFS(String fname, Types.ValueType[] schema, long rlen, long clen) abstract FrameBlockFrameReader.readFrameFromHDFS(String fname, Types.ValueType[] schema, String[] names, long rlen, long clen) final FrameBlockFrameReaderBinaryBlock.readFrameFromHDFS(String fname, Types.ValueType[] schema, String[] names, long rlen, long clen) FrameReaderDelta.readFrameFromHDFS(String fname, Types.ValueType[] schema, String[] names, long rlen, long clen) FrameReaderDeltaParallel.readFrameFromHDFS(String fname, Types.ValueType[] schema, String[] names, long rlen, long clen) FrameReaderJSONL.readFrameFromHDFS(String fname, Types.ValueType[] schema, Map<String, Integer> schemaMap, long rlen, long clen) FrameReaderParquet.readFrameFromHDFS(String fname, Types.ValueType[] schema, String[] names, long rlen, long clen) Reads a Parquet file from HDFS and converts it into a FrameBlock.FrameReaderProto.readFrameFromHDFS(String fname, Types.ValueType[] schema, String[] names, long rlen, long clen) final FrameBlockFrameReaderTextCell.readFrameFromHDFS(String fname, Types.ValueType[] schema, String[] names, long rlen, long clen) final FrameBlockFrameReaderTextCSV.readFrameFromHDFS(String fname, Types.ValueType[] schema, String[] names, long rlen, long clen) FrameReader.readFrameFromInputStream(InputStream is, Types.ValueType[] schema, long rlen, long clen) abstract FrameBlockFrameReader.readFrameFromInputStream(InputStream is, Types.ValueType[] schema, String[] names, long rlen, long clen) FrameReaderBinaryBlock.readFrameFromInputStream(InputStream is, Types.ValueType[] schema, String[] names, long rlen, long clen) FrameReaderDelta.readFrameFromInputStream(InputStream is, Types.ValueType[] schema, String[] names, long rlen, long clen) FrameReaderParquet.readFrameFromInputStream(InputStream is, Types.ValueType[] schema, String[] names, long rlen, long clen) FrameReaderProto.readFrameFromInputStream(InputStream is, Types.ValueType[] schema, String[] names, long rlen, long clen) final FrameBlockFrameReaderTextCell.readFrameFromInputStream(InputStream is, Types.ValueType[] schema, String[] names, long rlen, long clen) FrameReaderTextCSV.readFrameFromInputStream(InputStream is, Types.ValueType[] schema, String[] names, long rlen, long clen) abstract TensorBlockTensorReader.readTensorFromHDFS(String fname, long[] dims, int blen, Types.ValueType[] schema) TensorReaderBinaryBlock.readTensorFromHDFS(String fname, long[] dims, int blen, Types.ValueType[] schema) TensorReaderTextCell.readTensorFromHDFS(String fname, long[] dims, int blen, Types.ValueType[] schema) -
Uses of Types.ValueType in org.apache.sysds.runtime.iogen
Methods in org.apache.sysds.runtime.iogen that return Types.ValueTypeModifier and TypeMethodDescriptionMappingProperties.getPatternValueType()CustomProperties.getSchema()Methods in org.apache.sysds.runtime.iogen with parameters of type Types.ValueTypeModifier and TypeMethodDescriptionRawIndex.findValue(Object value, Types.ValueType valueType) voidMappingProperties.setPatternRepresentation(Types.ValueType valueType, Object value) voidCustomProperties.setSchema(Types.ValueType[] schema) -
Uses of Types.ValueType in org.apache.sysds.runtime.iogen.codegen
Methods in org.apache.sysds.runtime.iogen.codegen that return Types.ValueTypeMethods in org.apache.sysds.runtime.iogen.codegen with parameters of type Types.ValueTypeConstructors in org.apache.sysds.runtime.iogen.codegen with parameters of type Types.ValueTypeModifierConstructorDescriptionCodeGenTrieNode(boolean endOfCondition, String colIndex, Types.ValueType valueType, String key, HashSet<String> naStrings, CodeGenTrieNode.NodeType type) -
Uses of Types.ValueType in org.apache.sysds.runtime.iogen.template
Methods in org.apache.sysds.runtime.iogen.template with parameters of type Types.ValueTypeModifier and TypeMethodDescriptionFrameGenerateReader.readFrameFromHDFS(String fname, Types.ValueType[] schema, String[] names, long rlen, long clen) FrameGenerateReaderParallel.readFrameFromHDFS(String fname, Types.ValueType[] schema, String[] names, long rlen, long clen) FrameGenerateReader.readFrameFromInputStream(InputStream is, Types.ValueType[] schema, String[] names, long rlen, long clen) FrameGenerateReaderParallel.readFrameFromInputStream(InputStream is, Types.ValueType[] schema, String[] names, long rlen, long clen) -
Uses of Types.ValueType in org.apache.sysds.runtime.transform.decode
Methods in org.apache.sysds.runtime.transform.decode that return Types.ValueTypeMethods in org.apache.sysds.runtime.transform.decode with parameters of type Types.ValueTypeModifier and TypeMethodDescriptionstatic DecoderDecoderFactory.createDecoder(String spec, String[] colnames, Types.ValueType[] schema, FrameBlock meta) static DecoderDecoderFactory.createDecoder(String spec, String[] colnames, Types.ValueType[] schema, FrameBlock meta, int clen) static DecoderDecoderFactory.createDecoder(String spec, String[] colnames, Types.ValueType[] schema, FrameBlock meta, int minCol, int maxCol) static DecoderDecoderFactory.createDecoder(String spec, String[] colnames, Types.ValueType[] schema, FrameBlock meta, int clen, int minCol, int maxCol) -
Uses of Types.ValueType in org.apache.sysds.runtime.transform.encode
Methods in org.apache.sysds.runtime.transform.encode with parameters of type Types.ValueTypeModifier and TypeMethodDescriptionstatic MultiColumnEncoderEncoderFactory.createEncoder(String spec, String[] colnames, Types.ValueType[] schema, int clen, FrameBlock meta) static MultiColumnEncoderEncoderFactory.createEncoder(String spec, String[] colnames, Types.ValueType[] schema, int clen, FrameBlock meta, MatrixBlock embeddings) static MultiColumnEncoderEncoderFactory.createEncoder(String spec, String[] colnames, Types.ValueType[] schema, FrameBlock meta) static MultiColumnEncoderEncoderFactory.createEncoder(String spec, String[] colnames, Types.ValueType[] schema, FrameBlock meta, int minCol, int maxCol) static MultiColumnEncoderEncoderFactory.createEncoder(String spec, String[] colnames, Types.ValueType[] schema, FrameBlock meta, MatrixBlock embeddings) -
Uses of Types.ValueType in org.apache.sysds.runtime.transform.tokenize
Methods in org.apache.sysds.runtime.transform.tokenize that return Types.ValueType -
Uses of Types.ValueType in org.apache.sysds.runtime.transform.tokenize.applier
Methods in org.apache.sysds.runtime.transform.tokenize.applier that return Types.ValueTypeModifier and TypeMethodDescriptionabstract Types.ValueType[]TokenizerApplier.getOutSchema()TokenizerApplierCount.getOutSchema()TokenizerApplierHash.getOutSchema()TokenizerApplierPosition.getOutSchema() -
Uses of Types.ValueType in org.apache.sysds.runtime.util
Methods in org.apache.sysds.runtime.util that return Types.ValueTypeModifier and TypeMethodDescriptionstatic Types.ValueType[]UtilFunctions.copyOf(Types.ValueType[] schema1, Types.ValueType[] schema2) static Types.ValueType[]UtilFunctions.nCopies(int n, Types.ValueType vt) static Types.ValueType[]UtilFunctions.stringToValueType(String[] schemaValues) Generates a ValueType array from a String arrayMethods in org.apache.sysds.runtime.util with parameters of type Types.ValueTypeModifier and TypeMethodDescriptionstatic intUtilFunctions.compareTo(Types.ValueType vt, Object in1, Object in2) static Array<?>Py4jConverterUtils.convert(byte[] data, int numElements, Types.ValueType valueType) static Array<?>[]Py4jConverterUtils.convertFused(byte[] data, int numElements, Types.ValueType[] valueTypes) static MatrixBlockPy4jConverterUtils.convertPy4JArrayToMB(byte[] data, int rlen, int clen, boolean isSparse, Types.ValueType valueType) static MatrixBlockPy4jConverterUtils.convertPy4JArrayToMB(byte[] data, int rlen, int clen, Types.ValueType valueType) static Object[]Py4jConverterUtils.convertRow(byte[] data, int numElements, Types.ValueType valueType) static FrameBlockDataConverter.convertToFrameBlock(String[][] data, Types.ValueType[] schema) static FrameBlockDataConverter.convertToFrameBlock(String[][] data, Types.ValueType[] schema, String[] colnames) static FrameBlockDataConverter.convertToFrameBlock(MatrixBlock mb, Types.ValueType vt) Converts a matrix block into a frame block of value type given.static FrameBlockDataConverter.convertToFrameBlock(MatrixBlock mb, Types.ValueType[] schema) Converts a matrix block into a frame block of with the given schemastatic FrameBlockDataConverter.convertToFrameBlock(MatrixBlock mb, Types.ValueType[] schema, int k) Converts a matrix block into a frame block of with the given schemastatic FrameBlockDataConverter.convertToFrameBlock(MatrixBlock mb, Types.ValueType vt, int k) Converts a matrix block into a frame block of a given value type.static TensorBlockDataConverter.convertToTensorBlock(MatrixBlock mb, Types.ValueType vt, boolean toBasicTensor) static Types.ValueType[]UtilFunctions.copyOf(Types.ValueType[] schema1, Types.ValueType[] schema2) static ObjectUtilFunctions.doubleToObject(Types.ValueType vt, double in) static ObjectUtilFunctions.doubleToObject(Types.ValueType vt, double in, boolean sparse) static intUtilFunctions.frequency(Types.ValueType[] schema, Types.ValueType vt) static FrameBlockUtilFunctions.generateRandomFrameBlock(int rows, int cols, Types.ValueType[] schema, Random random) Generates a random FrameBlock with given parameters.static ObjectUtilFunctions.generateRandomValueFromValueType(Types.ValueType valueType, Random random) Generates a random value for a given Value Typestatic intUnixPipeUtils.getElementSize(Types.ValueType type) static StringHDFSTool.metaDataToString(Types.ValueType vt, Types.ValueType[] schema, Types.DataType dt, DataCharacteristics dc, Types.FileFormat fmt, FileFormatProperties formatProperties) static StringHDFSTool.metaDataToString(Types.ValueType vt, Types.ValueType[] schema, Types.DataType dt, DataCharacteristics dc, Types.FileFormat fmt, FileFormatProperties formatProperties, String privacyConstraints) static Types.ValueType[]UtilFunctions.nCopies(int n, Types.ValueType vt) static booleanUtilFunctions.objectToBoolean(Types.ValueType vt, Object in) static charUtilFunctions.objectToCharacter(Types.ValueType vt, Object in) static doubleUtilFunctions.objectToDouble(Types.ValueType vt, Object in) static doubleUtilFunctions.objectToDoubleSafe(Types.ValueType vt, Object in) static floatUtilFunctions.objectToFloat(Types.ValueType vt, Object in) static intUtilFunctions.objectToInteger(Types.ValueType vt, Object in) static longUtilFunctions.objectToLong(Types.ValueType vt, Object in) static ObjectUtilFunctions.objectToObject(Types.ValueType vt, Object in) static ObjectUtilFunctions.objectToObject(Types.ValueType vt, Object in, boolean ignoreNull) static Array<?>UnixPipeUtils.readFrameColumnFromPipe(BufferedInputStream in, int id, int rows, int totalBytes, int batchSize, Types.ValueType type) static longUnixPipeUtils.readNumpyArrayInBatches(BufferedInputStream in, int id, int batchSize, int numElem, Types.ValueType type, double[] out, int offsetOut) static ObjectHDFSTool.readObjectFromHDFSFile(String filename, Types.ValueType vt) static ScalarObjectHDFSTool.readScalarObjectFromHDFSFile(String fname, Types.ValueType vt) static TensorBlockDataConverter.readTensorFromHDFS(String dir, Types.FileFormat fmt, long[] dims, int blen, Types.ValueType[] schema) static ObjectUtilFunctions.stringToObject(Types.ValueType vt, String in) static longUnixPipeUtils.writeFrameColumnToPipe(BufferedOutputStream out, int id, int batchSize, Array<?> array, Types.ValueType type) Symmetric with readFrameColumnFromPipe — writes FrameBlock column data to pipe.static voidHDFSTool.writeMetaDataFile(String mtdfile, Types.ValueType vt, Types.ValueType[] schema, Types.DataType dt, DataCharacteristics mc, Types.FileFormat fmt) static voidHDFSTool.writeMetaDataFile(String mtdfile, Types.ValueType vt, Types.ValueType[] schema, Types.DataType dt, DataCharacteristics dc, Types.FileFormat fmt, FileFormatProperties formatProperties) static voidHDFSTool.writeMetaDataFile(String mtdfile, Types.ValueType vt, Types.ValueType[] schema, Types.DataType dt, DataCharacteristics dc, Types.FileFormat fmt, FileFormatProperties formatProperties, String privacyConstraints) static voidHDFSTool.writeMetaDataFile(String mtdfile, Types.ValueType vt, DataCharacteristics mc, Types.FileFormat fmt) static voidHDFSTool.writeMetaDataFile(String mtdfile, Types.ValueType vt, DataCharacteristics dc, Types.FileFormat fmt, FileFormatProperties formatProperties) static voidHDFSTool.writeMetaDataFileFrame(String mtdfile, Types.ValueType[] schema, DataCharacteristics dc, Types.FileFormat fmt) static longUnixPipeUtils.writeNumpyArrayInBatches(BufferedOutputStream out, int id, int batchSize, int numElem, Types.ValueType type, MatrixBlock mb) Symmetric with readNumpyArrayInBatches — writes data in batches with handshake.static voidHDFSTool.writeScalarMetaDataFile(String mtdfile, Types.ValueType vt)