| Package | Description | 
|---|---|
| org.apache.sysds.hops.rewrite | 
| Modifier and Type | Method and Description | 
|---|---|
| static IndexingOp | HopRewriteUtils. createIndexingOp(Hop input,
                Hop batchsize) | 
| static IndexingOp | HopRewriteUtils. createIndexingOp(Hop input,
                Hop rl,
                Hop ru,
                Hop cl,
                Hop cu) | 
| static IndexingOp | HopRewriteUtils. createIndexingOp(Hop input,
                long rix,
                long cix) | 
| static IndexingOp | HopRewriteUtils. createIndexingOp(Hop input,
                long rl,
                long ru,
                long cl,
                long cu) | 
| Modifier and Type | Method and Description | 
|---|---|
| static boolean | HopRewriteUtils. isColumnRangeIndexing(IndexingOp hop) | 
| static boolean | HopRewriteUtils. isFullColumnIndexing(IndexingOp hop) | 
| static boolean | HopRewriteUtils. isFullRowIndexing(IndexingOp hop) | 
Copyright © 2021 The Apache Software Foundation. All rights reserved.