Class ProtoUtils
java.lang.Object
io.trino.plugin.hive.metastore.alluxio.ProtoUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic HiveColumnStatisticsfromProto(alluxio.grpc.table.ColumnStatisticsData columnStatistics, OptionalLong rowCount) static DatabasefromProto(alluxio.grpc.table.Database db) static PartitionfromProto(alluxio.grpc.table.layout.hive.PartitionInfo info) static TablefromProto(alluxio.grpc.table.TableInfo table) static alluxio.grpc.table.layout.hive.PartitionInfotoPartitionInfo(alluxio.grpc.table.Partition part) static List<alluxio.grpc.table.layout.hive.PartitionInfo>toPartitionInfoList(List<alluxio.grpc.table.Partition> parts)
-
Method Details
-
fromProto
-
fromProto
-
fromProto
public static HiveColumnStatistics fromProto(alluxio.grpc.table.ColumnStatisticsData columnStatistics, OptionalLong rowCount) -
fromProto
-
toPartitionInfo
public static alluxio.grpc.table.layout.hive.PartitionInfo toPartitionInfo(alluxio.grpc.table.Partition part) -
toPartitionInfoList
-