public class DataFramePrinter extends Object
Based off of https://github.com/zavtech/morpheus-core/blob/master/src/main/java/com/zavtech/morpheus/reference/XDataFramePrinter.java under Apache 2 license
Constructor | Description |
---|---|
DataFramePrinter(int maxRows,
OutputStream stream) |
Constructor
|
Modifier and Type | Method | 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 © 2022. All rights reserved.