Class Tokenizer
- java.lang.Object
- 
- org.apache.sysds.runtime.transform.tokenize.Tokenizer
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class Tokenizer extends Object implements Serializable - See Also:
- Serialized Form
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetNumCols()longgetNumRows(long inRows)Types.ValueType[]getSchema()FrameBlocktokenize(FrameBlock in, FrameBlock out)
 
- 
- 
- 
Method Detail- 
getSchemapublic Types.ValueType[] getSchema() 
 - 
getNumRowspublic long getNumRows(long inRows) 
 - 
getNumColspublic long getNumCols() 
 - 
tokenizepublic FrameBlock tokenize(FrameBlock in, FrameBlock out) 
 
- 
 
-