public static interface HiveMetastore.BooleanColumnStatsDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getBitVectors()
bytes bit_vectors = 5; |
long |
getNumFalses()
int64 num_falses = 2; |
long |
getNumNulls()
int64 num_nulls = 3; |
long |
getNumTrues()
int64 num_trues = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getNumTrues()
int64 num_trues = 1;long getNumFalses()
int64 num_falses = 2;long getNumNulls()
int64 num_nulls = 3;com.google.protobuf.ByteString getBitVectors()
bytes bit_vectors = 5;Copyright © 2024 The Apache Software Foundation. All rights reserved.