@Immutable public static class WindowInfo.IndexInfo extends Object
| Constructor and Description |
|---|
IndexInfo(long totalRowsCount,
long sizeInBytes,
double sumSquaredDifferencesSizeInPartition,
long numberOfPartitions) |
| Modifier and Type | Method and Description |
|---|---|
long |
getNumberOfPartitions() |
long |
getSizeInBytes() |
double |
getSumSquaredDifferencesSizeInPartition() |
long |
getTotalRowsCount() |
Copyright © 2012–2019. All rights reserved.