Constructor and Description |
---|
TimeRange.TimeRangeBuilder() |
Modifier and Type | Method and Description |
---|---|
TimeRange.TimeRangeBuilder |
astNode(org.apache.hadoop.hive.ql.parse.ASTNode node) |
TimeRange |
build() |
TimeRange.TimeRangeBuilder |
childIndex(int childIndex) |
TimeRange.TimeRangeBuilder |
fromDate(Date from) |
TimeRange.TimeRangeBuilder |
parent(org.apache.hadoop.hive.ql.parse.ASTNode parent) |
TimeRange.TimeRangeBuilder |
partitionColumn(String col) |
TimeRange.TimeRangeBuilder |
toDate(Date to) |
public TimeRange.TimeRangeBuilder partitionColumn(String col)
public TimeRange.TimeRangeBuilder toDate(Date to)
public TimeRange.TimeRangeBuilder fromDate(Date from)
public TimeRange.TimeRangeBuilder astNode(org.apache.hadoop.hive.ql.parse.ASTNode node)
public TimeRange.TimeRangeBuilder parent(org.apache.hadoop.hive.ql.parse.ASTNode parent)
public TimeRange.TimeRangeBuilder childIndex(int childIndex)
public TimeRange build()
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.