Interface AggSpec.AggSpecDistinctOrBuilder

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

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

    Modifier and Type
    Method
    Description
    boolean
    Whether null input values should be included in the distinct output 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

    • getIncludeNulls

      boolean getIncludeNulls()
       Whether null input values should be included in the distinct output values.
       
      bool include_nulls = 1;
      Returns:
      The includeNulls.