public class Tokenizer extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
long |
getNumCols() |
long |
getNumRows(long inRows) |
Types.ValueType[] |
getSchema() |
FrameBlock |
tokenize(FrameBlock in,
FrameBlock out) |
public Types.ValueType[] getSchema()
public long getNumRows(long inRows)
public long getNumCols()
public FrameBlock tokenize(FrameBlock in, FrameBlock out)
Copyright © 2021 The Apache Software Foundation. All rights reserved.