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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getNumCols()
long
getNumRows(long inRows)
Types.ValueType[]
getSchema()
FrameBlock
tokenize(FrameBlock in, FrameBlock out)
-
-
-
Method Detail
-
getSchema
public Types.ValueType[] getSchema()
-
getNumRows
public long getNumRows(long inRows)
-
getNumCols
public long getNumCols()
-
tokenize
public FrameBlock tokenize(FrameBlock in, FrameBlock out)
-
-