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); | start.getMillis() | 1000 * start.toEpochSecond() | presto | 2b7d69328cd54068d32d47dc06a37e15b20c5fce | com.facebook.presto.atop.AtopSplitManager | | | | | | Uses | False |