Uses of Class
org.apache.sysds.runtime.matrix.data.Pair
Packages that use Pair
Package
Description
-
Uses of Pair in org.apache.sysds.hops.codegen.template
Methods in org.apache.sysds.hops.codegen.template that return PairModifier and TypeMethodDescriptionTemplateBase.constructCplan(Hop hop, CPlanMemoTable memo, boolean compileLiterals) Constructs a single cplan rooted at the given hop, according to the plan given in the memo structure for this particular hop and its recursive inputs.TemplateCell.constructCplan(Hop hop, CPlanMemoTable memo, boolean compileLiterals) TemplateMultiAgg.constructCplan(Hop hop, CPlanMemoTable memo, boolean compileLiterals) TemplateOuterProduct.constructCplan(Hop hop, CPlanMemoTable memo, boolean compileLiterals) TemplateRow.constructCplan(Hop hop, CPlanMemoTable memo, boolean compileLiterals) -
Uses of Pair in org.apache.sysds.runtime.compress.colgroup.indexes
Methods in org.apache.sysds.runtime.compress.colgroup.indexes that return PairModifier and TypeMethodDescriptionstatic Pair<int[],int[]> IColIndex.reorderingIndexes(IColIndex a, IColIndex b) -
Uses of Pair in org.apache.sysds.runtime.compress.colgroup.scheme
Methods in org.apache.sysds.runtime.compress.colgroup.scheme that return PairModifier and TypeMethodDescriptionfinal Pair<ICLAScheme,AColGroup> ACLAScheme.updateAndEncode(MatrixBlock data) final Pair<ICLAScheme,AColGroup> ACLAScheme.updateAndEncode(MatrixBlock data, IColIndex columns) ICLAScheme.updateAndEncode(MatrixBlock data) Update and encode the given block in a single pass.ICLAScheme.updateAndEncode(MatrixBlock data, IColIndex columns) Try to update and encode in a single pass over the data.final Pair<ICLAScheme,AColGroup> ACLAScheme.updateAndEncodeT(MatrixBlock data) final Pair<ICLAScheme,AColGroup> ACLAScheme.updateAndEncodeT(MatrixBlock data, IColIndex columns) ICLAScheme.updateAndEncodeT(MatrixBlock data) Update and encode the given block in a single pass.ICLAScheme.updateAndEncodeT(MatrixBlock data, IColIndex columns) Try to update and encode in a single pass over the data. -
Uses of Pair in org.apache.sysds.runtime.controlprogram.context
Methods in org.apache.sysds.runtime.controlprogram.context that return PairModifier and TypeMethodDescriptionExecutionContext.getDenseMatrixOutputForGPUInstruction(String varName, long numRows, long numCols) Allocates a dense matrix on the GPU (for output)ExecutionContext.getDenseMatrixOutputForGPUInstruction(String varName, long numRows, long numCols, boolean initialize) ExecutionContext.getSparseMatrixOutputForGPUInstruction(String varName, long numRows, long numCols, long nnz) Allocates a sparse matrix in CSR format on the GPU.ExecutionContext.getSparseMatrixOutputForGPUInstruction(String varName, long numRows, long numCols, long nnz, boolean initialize) -
Uses of Pair in org.apache.sysds.runtime.frame.data
Method parameters in org.apache.sysds.runtime.frame.data with type arguments of type PairModifier and TypeMethodDescriptionvoidFrameBlock.slice(ArrayList<Pair<Long, FrameBlock>> outList, IndexRange range, int rowCut) -
Uses of Pair in org.apache.sysds.runtime.frame.data.columns
Methods in org.apache.sysds.runtime.frame.data.columns that return PairModifier 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) Array.getMinMaxLength()Get the minimum and maximum length of the contained values as string type.StringArray.getMinMaxLength() -
Uses of Pair in org.apache.sysds.runtime.functionobjects
Methods in org.apache.sysds.runtime.functionobjects that return Pair -
Uses of Pair in org.apache.sysds.runtime.instructions.spark.data
Method parameters in org.apache.sysds.runtime.instructions.spark.data with type arguments of type PairModifier and TypeMethodDescriptionvoidFrameReblockBuffer.flushBufferToBinaryBlocks(ArrayList<Pair<Long, FrameBlock>> outList) -
Uses of Pair in org.apache.sysds.runtime.instructions.spark.utils
Methods in org.apache.sysds.runtime.instructions.spark.utils that return PairModifier and TypeMethodDescriptionstatic Pair<MatrixIndexes,MatrixBlock> SparkUtils.fromIndexedMatrixBlockToPair(IndexedMatrixValue in) static Pair<Long,FrameBlock> SparkUtils.toIndexedFrameBlock(scala.Tuple2<Long, FrameBlock> in) Methods in org.apache.sysds.runtime.instructions.spark.utils that return types with arguments of type PairModifier and TypeMethodDescriptionstatic List<Pair<MatrixIndexes,MatrixBlock>> SparkUtils.fromIndexedMatrixBlockToPair(List<IndexedMatrixValue> in) SparkUtils.toIndexedLong(List<scala.Tuple2<Long, Long>> in) Methods in org.apache.sysds.runtime.instructions.spark.utils with parameters of type PairModifier and TypeMethodDescriptionstatic org.apache.spark.api.java.JavaPairRDD<Long,FrameBlock> FrameRDDConverterUtils.dataFrameToBinaryBlock(org.apache.spark.api.java.JavaSparkContext sc, org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> df, DataCharacteristics mc, boolean containsID, Pair<String[], Types.ValueType[]> out) static scala.Tuple2<Long,FrameBlock> SparkUtils.fromIndexedFrameBlock(Pair<Long, FrameBlock> in) Method parameters in org.apache.sysds.runtime.instructions.spark.utils with type arguments of type PairModifier and TypeMethodDescriptionstatic List<scala.Tuple2<Long,FrameBlock>> SparkUtils.fromIndexedFrameBlock(List<Pair<Long, FrameBlock>> in) -
Uses of Pair in org.apache.sysds.runtime.iogen
Methods in org.apache.sysds.runtime.iogen that return PairModifier and TypeMethodDescriptionFormatIdentifyer.extractAllPrefixStringsOfAColSingleLine(int colIndex, boolean reverse, boolean removesSelected) FormatIdentifyer.extractAllPrefixStringsOfAColSingleLine(int r, ArrayList<Integer> colIndexes, boolean reverse, boolean removesSelected) FormatIdentifyer.extractAllPrefixStringsOfColsSingleLine(boolean reverse, boolean removesSelected) RawIndex.findValue(double value) RawIndex.findValue(Object value, Types.ValueType valueType) Methods in org.apache.sysds.runtime.iogen that return types with arguments of type Pair -
Uses of Pair in org.apache.sysds.runtime.iogen.template
Methods in org.apache.sysds.runtime.iogen.template that return PairModifier and TypeMethodDescriptionTemplateUtil.getTokenIndexOnMultiLineRecords(org.apache.hadoop.mapred.InputSplit split, org.apache.hadoop.mapred.TextInputFormat inputFormat, org.apache.hadoop.mapred.JobConf job, String token) Methods in org.apache.sysds.runtime.iogen.template that return types with arguments of type Pair -
Uses of Pair in org.apache.sysds.runtime.matrix.data
Methods in org.apache.sysds.runtime.matrix.data that return PairModifier and TypeMethodDescriptionPair<org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.Text> BinaryBlockToTextCellConverter.next()Converter.next()Methods in org.apache.sysds.runtime.matrix.data that return types with arguments of type PairModifier and TypeMethodDescriptionstatic ArrayList<Pair<Long,FrameBlock>> OperationsOnMatrixValues.performSlice(Pair<Long, FrameBlock> in, IndexRange ixrange, int blen) This function will get slice of the input frame block overlapping in overall slice(Range), slice has requested for.Methods in org.apache.sysds.runtime.matrix.data with parameters of type PairModifier and TypeMethodDescriptionstatic voidOperationsOnMatrixValues.performShift(Pair<Long, FrameBlock> in, IndexRange ixrange, int blenLeft, long rlen, long clen, ArrayList<Pair<Long, FrameBlock>> outlist) static ArrayList<Pair<Long,FrameBlock>> OperationsOnMatrixValues.performSlice(Pair<Long, FrameBlock> in, IndexRange ixrange, int blen) This function will get slice of the input frame block overlapping in overall slice(Range), slice has requested for.Method parameters in org.apache.sysds.runtime.matrix.data with type arguments of type PairModifier and TypeMethodDescriptionstatic voidOperationsOnMatrixValues.performShift(Pair<Long, FrameBlock> in, IndexRange ixrange, int blenLeft, long rlen, long clen, ArrayList<Pair<Long, FrameBlock>> outlist) -
Uses of Pair in org.apache.sysds.runtime.transform.decode
Methods in org.apache.sysds.runtime.transform.decode with parameters of type PairModifier and TypeMethodDescriptionstatic voidDecoderRecode.parseRecodeMapEntry(String entry, Pair<String, String> pair) Parses a line of <token, ID, count> into <token, ID> pairs, where quoted tokens (potentially including separators) are supported. -
Uses of Pair in org.apache.sysds.runtime.transform.meta
Constructor parameters in org.apache.sysds.runtime.transform.meta with type arguments of type Pair -
Uses of Pair in org.apache.sysds.runtime.util
Methods in org.apache.sysds.runtime.util that return types with arguments of type PairMethods in org.apache.sysds.runtime.util with parameters of type PairModifier and TypeMethodDescriptionstatic IndexRangeUtilFunctions.getSelectedRangeForZeroOut(Pair<Long, FrameBlock> in, int blen, IndexRange indexRange, long lSrcRowIndex, long lDestRowIndex) static intLocalFileUtils.readBlockSequenceFromLocal(String fname, Pair<MatrixIndexes, MatrixValue>[] outValues, HashMap<MatrixIndexes, Integer> outMap) static voidLocalFileUtils.writeBlockSequenceToLocal(String fname, Pair<MatrixIndexes, MatrixValue>[] inValues, int len)