Package io.trino.plugin.hive
Class HiveBasicStatistics
java.lang.Object
io.trino.plugin.hive.HiveBasicStatistics
-
Constructor Summary
ConstructorsConstructorDescriptionHiveBasicStatistics(long fileCount, long rowCount, long inMemoryDataSizeInBytes, long onDiskDataSizeInBytes) HiveBasicStatistics(OptionalLong fileCount, OptionalLong rowCount, OptionalLong inMemoryDataSizeInBytes, OptionalLong onDiskDataSizeInBytes) -
Method Summary
Modifier and TypeMethodDescriptionstatic HiveBasicStatisticsstatic HiveBasicStatisticsbooleaninthashCode()toString()
-
Constructor Details
-
HiveBasicStatistics
public HiveBasicStatistics(long fileCount, long rowCount, long inMemoryDataSizeInBytes, long onDiskDataSizeInBytes) -
HiveBasicStatistics
public HiveBasicStatistics(OptionalLong fileCount, OptionalLong rowCount, OptionalLong inMemoryDataSizeInBytes, OptionalLong onDiskDataSizeInBytes)
-
-
Method Details