Interface AggSpec.AggSpecUniqueOrBuilder

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

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

    Modifier and Type
    Method
    Description
    boolean
    Whether to include null values as a distinct value for determining if there is only one unique value to output
    The output value to use for groups that don't have a single unique input value
    The output value to use for groups that don't have a single unique input value
    boolean
    The output value to use for groups that don't have a single unique input value

    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 to include null values as a distinct value for determining if there is only one unique value to output
       
      bool include_nulls = 1;
      Returns:
      The includeNulls.
    • hasNonUniqueSentinel

      boolean hasNonUniqueSentinel()
       The output value to use for groups that don't have a single unique input value
       
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecNonUniqueSentinel non_unique_sentinel = 2;
      Returns:
      Whether the nonUniqueSentinel field is set.
    • getNonUniqueSentinel

      AggSpec.AggSpecNonUniqueSentinel getNonUniqueSentinel()
       The output value to use for groups that don't have a single unique input value
       
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecNonUniqueSentinel non_unique_sentinel = 2;
      Returns:
      The nonUniqueSentinel.
    • getNonUniqueSentinelOrBuilder

      AggSpec.AggSpecNonUniqueSentinelOrBuilder getNonUniqueSentinelOrBuilder()
       The output value to use for groups that don't have a single unique input value
       
      .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecNonUniqueSentinel non_unique_sentinel = 2;