Package io.deephaven.pivot
Class PivotTestUtils
java.lang.Object
io.deephaven.pivot.PivotTestUtils
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic @NotNull TableexpandAllColumns(PivotTable pivot) static @NotNull TableexpandAllRows(PivotTable pivot) static StringformatSnapshot(PivotTable pivot, PivotTable.PivotSnapshot snap) Given the pivot table and a snapshot, print out a table to a string
- 
Constructor Details- 
PivotTestUtilspublic PivotTestUtils()
 
- 
- 
Method Details- 
formatSnapshotGiven the pivot table and a snapshot, print out a table to a string
- 
expandAllColumns
- 
expandAllRows
 
-