Class RangePartitioning.Range

java.lang.Object
com.google.cloud.bigquery.RangePartitioning.Range
All Implemented Interfaces:
Serializable
Enclosing class:
RangePartitioning

public static final class RangePartitioning.Range extends Object implements Serializable
See Also:
  • Method Details

    • getEnd

      public Long getEnd()
      Returns the end of range partitioning.
    • getInterval

      public Long getInterval()
      Returns the width of each interval.
    • getStart

      public Long getStart()
      Returns the start of range partitioning.
    • newBuilder

      public static RangePartitioning.Range.Builder newBuilder()
      Returns a builder for a Range object.
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object