All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.bigquery.model.RangePartitioning.Range.html Maven / Gradle / Ivy

There is a newer version: v2-rev20241027-2.0.0
Show newest version






RangePartitioning.Range (BigQuery API v2-rev20240727-2.0.0)












com.google.api.services.bigquery.model

Class RangePartitioning.Range

  • All Implemented Interfaces:
    Cloneable, Map<String,Object>
    Enclosing class:
    RangePartitioning


    public static final class RangePartitioning.Range
    extends com.google.api.client.json.GenericJson
    [Experimental] Defines the ranges for range partitioning.
    • Constructor Detail

      • Range

        public Range()
    • Method Detail

      • getEnd

        public Long getEnd()
        [Experimental] The end of range partitioning, exclusive.
        Returns:
        value or null for none
      • setEnd

        public RangePartitioning.Range setEnd(Long end)
        [Experimental] The end of range partitioning, exclusive.
        Parameters:
        end - end or null for none
      • getInterval

        public Long getInterval()
        [Experimental] The width of each interval.
        Returns:
        value or null for none
      • setInterval

        public RangePartitioning.Range setInterval(Long interval)
        [Experimental] The width of each interval.
        Parameters:
        interval - interval or null for none
      • getStart

        public Long getStart()
        [Experimental] The start of range partitioning, inclusive.
        Returns:
        value or null for none
      • setStart

        public RangePartitioning.Range setStart(Long start)
        [Experimental] The start of range partitioning, inclusive.
        Parameters:
        start - start or null for none
      • clone

        public RangePartitioning.Range clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy