public static interface HiveMetastore.LongColumnStatsDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getBitVectors()
bytes bit_vectors = 5; |
long |
getHighValue()
int64 high_value = 2; |
com.google.protobuf.ByteString |
getHistogram()
bytes histogram = 6; |
long |
getLowValue()
int64 low_value = 1; |
long |
getNumDvs()
int64 num_dvs = 4; |
long |
getNumNulls()
int64 num_nulls = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getLowValue()
int64 low_value = 1;long getHighValue()
int64 high_value = 2;long getNumNulls()
int64 num_nulls = 3;long getNumDvs()
int64 num_dvs = 4;com.google.protobuf.ByteString getBitVectors()
bytes bit_vectors = 5;com.google.protobuf.ByteString getHistogram()
bytes histogram = 6;Copyright © 2024 The Apache Software Foundation. All rights reserved.