Interface TokenizerPost
- 
- All Superinterfaces:
- Serializable
 - All Known Implementing Classes:
- TokenizerPostCount,- TokenizerPostHash,- TokenizerPostPosition
 
 public interface TokenizerPost extends Serializable 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetNumCols()longgetNumRows(long inRows)Types.ValueType[]getOutSchema()FrameBlocktokenizePost(List<org.apache.sysds.runtime.transform.tokenize.Tokenizer.DocumentToTokens> tl, FrameBlock out)
 
- 
- 
- 
Method Detail- 
tokenizePostFrameBlock tokenizePost(List<org.apache.sysds.runtime.transform.tokenize.Tokenizer.DocumentToTokens> tl, FrameBlock out) 
 - 
getOutSchemaTypes.ValueType[] getOutSchema() 
 - 
getNumRowslong getNumRows(long inRows) 
 - 
getNumColslong getNumCols() 
 
- 
 
-