public class DataFramePrinter extends Object
| Constructor and Description |
|---|
DataFramePrinter(int maxRows,
OutputStream stream)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
print(Relation frame)
Prints the specified DataFrame to the stream bound to this printer
|
public DataFramePrinter(int maxRows,
OutputStream stream)
maxRows - the max rows to printstream - the print stream to write topublic void print(Relation frame)
frame - the DataFrame to printCopyright © 2018. All rights reserved.