public class RapidsFrameV3 extends RapidsSchemaV3
| Modifier and Type | Field and Description |
|---|---|
FrameKeyV3 |
key
Frame result
|
int |
numCols
Columns in Frame result
|
long |
numRows
Rows in Frame result
|
ast, id, sessionId_excludeFields| Constructor and Description |
|---|
RapidsFrameV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public FrameKeyV3 key
public long numRows
public int numCols
public java.lang.String toString()
toString in class RapidsSchemaV3