| Domain splitDomain=Domain.create(ValueSet.ofRanges(Range.range(TIMESTAMP_WITH_TIME_ZONE,start.getMillis(),true,splitEnd.getMillis(),true)),false); | Domain splitDomain=Domain.create(ValueSet.ofRanges(Range.range(TIMESTAMP_WITH_TIME_ZONE,1000 * start.toEpochSecond(),true,1000 * splitEnd.toEpochSecond(),true)),false); | ValueSet.ofRanges(Range.range(TIMESTAMP_WITH_TIME_ZONE,start.getMillis(),true,splitEnd.getMillis(),true)) | ValueSet.ofRanges(Range.range(TIMESTAMP_WITH_TIME_ZONE,1000 * start.toEpochSecond(),true,1000 * splitEnd.toEpochSecond(),true)) | presto | 2b7d69328cd54068d32d47dc06a37e15b20c5fce | com.facebook.presto.atop.AtopSplitManager | | | | TCIVar | start |
|---|
| v1 | splitEnd |
|---|
| v2 | true |
|---|
| v4 | TIMESTAMP_WITH_TIME_ZONE |
|---|
| - com.facebook.presto.spi.predicate.Range
- com.facebook.presto.spi.predicate.ValueSet
| | TCIVar | start |
|---|
| v1 | splitEnd |
|---|
| v2 | true |
|---|
| v4 | TIMESTAMP_WITH_TIME_ZONE |
|---|
| Uses | False |