Searched refs:endMs (Results 1 – 2 of 2) sorted by relevance
40 public $endMs; variable in Google\\Service\\Bigquery\\ExplainQueryStage179 public function setEndMs($endMs) argument181 $this->endMs = $endMs;188 return $this->endMs;
927 this.endMs = endInput.valueOf();948 if (dateRange.endMs > startMs) {949 startMs = dateRange.endMs;953 if (startMs < constraintRange.endMs) { // compare millisecond time (skip any ambig logic)954 invertedRanges.push(new UnzonedRange(startMs, constraintRange.endMs));960 var endMs = this.endMs;970 if (otherRange.endMs != null) {971 if (endMs == null) {972 endMs = otherRange.endMs;975 endMs = Math.min(endMs, otherRange.endMs);[all …]