Class EquatableValueSet.Builder

    • Method Detail

      • add

        public EquatableValueSet.Builder add​(Object value)
        Adds a value to the builder.
        Parameters:
        value - The value to add. Be sure that this matches the ArrowType.
        Returns:
        The builder itself.
      • addAll

        public EquatableValueSet.Builder addAll​(Collection<Object> value)
        Adds the values to the builder.
        Parameters:
        value - Collection of values to add. Be sure that this matches the ArrowType.
        Returns:
        The builder itself.