Enum TimePartitioning.Type (2.26.1)

public enum TimePartitioning.Type extends Enum<TimePartitioning.Type>

[Optional] The supported types are DAY, HOUR, MONTH, and YEAR, which will generate one partition per day, hour, month, and year, respectively. When the interval is not specified, the default behavior is DAY.

Static Fields

NameDescription
DAY

Table is partitioned per day.

HOUR

Table is partitioned per hour.

MONTH

Table is partitioned per month.

YEAR

Table is partitioned per year.

Static Methods

NameDescription
valueOf(String name)
values()