public interface DateColumnStatsDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getBitVectors()
optional string bit_vectors = 5; |
com.google.protobuf.ByteString |
getBitVectorsBytes()
optional string bit_vectors = 5; |
Date |
getHighValue()
optional .alluxio.grpc.table.Date high_value = 2; |
DateOrBuilder |
getHighValueOrBuilder()
optional .alluxio.grpc.table.Date high_value = 2; |
Date |
getLowValue()
optional .alluxio.grpc.table.Date low_value = 1; |
DateOrBuilder |
getLowValueOrBuilder()
optional .alluxio.grpc.table.Date low_value = 1; |
long |
getNumDistincts()
optional int64 num_distincts = 4; |
long |
getNumNulls()
optional int64 num_nulls = 3; |
boolean |
hasBitVectors()
optional string bit_vectors = 5; |
boolean |
hasHighValue()
optional .alluxio.grpc.table.Date high_value = 2; |
boolean |
hasLowValue()
optional .alluxio.grpc.table.Date low_value = 1; |
boolean |
hasNumDistincts()
optional int64 num_distincts = 4; |
boolean |
hasNumNulls()
optional int64 num_nulls = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasLowValue()
optional .alluxio.grpc.table.Date low_value = 1;
Date getLowValue()
optional .alluxio.grpc.table.Date low_value = 1;
DateOrBuilder getLowValueOrBuilder()
optional .alluxio.grpc.table.Date low_value = 1;
boolean hasHighValue()
optional .alluxio.grpc.table.Date high_value = 2;
Date getHighValue()
optional .alluxio.grpc.table.Date high_value = 2;
DateOrBuilder getHighValueOrBuilder()
optional .alluxio.grpc.table.Date high_value = 2;
boolean hasNumNulls()
optional int64 num_nulls = 3;
long getNumNulls()
optional int64 num_nulls = 3;
boolean hasNumDistincts()
optional int64 num_distincts = 4;
long getNumDistincts()
optional int64 num_distincts = 4;
boolean hasBitVectors()
optional string bit_vectors = 5;
String getBitVectors()
optional string bit_vectors = 5;
com.google.protobuf.ByteString getBitVectorsBytes()
optional string bit_vectors = 5;
Copyright © 2023. All Rights Reserved.