Interface AggSpec.AggSpecCountDistinctOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AggSpec.AggSpecCountDistinct, AggSpec.AggSpecCountDistinct.Builder
Enclosing class:
AggSpec

public static interface AggSpec.AggSpecCountDistinctOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Whether null input values should be included when counting the distinct input values.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getCountNulls

      boolean getCountNulls()
       Whether null input values should be included when counting the distinct input values.
       
      bool count_nulls = 1;
      Returns:
      The countNulls.