Package | Description |
---|---|
org.apache.sysds.runtime.lineage |
Modifier and Type | Method and Description |
---|---|
LineageMap |
LineageDedupBlock.getActiveMap() |
LineageMap |
Lineage.getLineageMap() |
LineageMap |
LineageDedupBlock.getMap(Long path) |
Modifier and Type | Method and Description |
---|---|
Map<Long,LineageMap> |
LineageDedupBlock.getPathMaps() |
Modifier and Type | Method and Description |
---|---|
void |
LineageMap.processDedupItem(LineageMap lm,
Long path,
LineageItem[] liinputs,
String name) |
void |
LineageDedupBlock.setMap(Long takenPath,
LineageMap tracedMap) |
Modifier and Type | Method and Description |
---|---|
void |
LineageDedupBlock.traceBasicProgramBlock(BasicProgramBlock bpb,
ExecutionContext ec,
Collection<Map.Entry<Long,LineageMap>> paths) |
void |
LineageDedupBlock.traceIfProgramBlock(IfProgramBlock ipb,
ExecutionContext ec,
Collection<Map.Entry<Long,LineageMap>> paths) |
void |
LineageDedupBlock.traceProgramBlock(ProgramBlock pb,
ExecutionContext ec,
Collection<Map.Entry<Long,LineageMap>> paths) |
Constructor and Description |
---|
LineageMap(LineageMap that) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.