public final class InstructionTypeCounter extends Object implements Serializable
| Modifier and Type | Method and Description | 
|---|---|
| int | getCompressedMultiplications() | 
| int | getDecompressions() | 
| int | getDictionaryOps() | 
| int | getIndexing() | 
| int | getLeftMultipications() | 
| int | getOverlappingDecompressions() | 
| int | getRightMultiplications() | 
| int | getScans() | 
| String | toString() | 
public int getScans()
public int getDecompressions()
public int getOverlappingDecompressions()
public int getLeftMultipications()
public int getRightMultiplications()
public int getCompressedMultiplications()
public int getDictionaryOps()
public int getIndexing()
Copyright © 2021 The Apache Software Foundation. All rights reserved.