Class RewriteSplitDagUnknownCSVRead

java.lang.Object
org.apache.sysds.hops.rewrite.StatementBlockRewriteRule
org.apache.sysds.hops.rewrite.RewriteSplitDagUnknownCSVRead

public class RewriteSplitDagUnknownCSVRead extends StatementBlockRewriteRule
Rule: Split Hop DAG after CSV reads with unknown size. This is important to create recompile hooks if format is read from mtd (we are not able to split it on statementblock creation) and mtd has unknown size (which can only happen for CSV).