Searched refs:startMs (Results 1 – 2 of 2) sorted by relevance
90 public $startMs; variable in Google\\Service\\Bigquery\\ExplainQueryStage363 public function setStartMs($startMs) argument365 $this->startMs = $startMs;372 return $this->startMs;
924 this.startMs = startInput.valueOf();937 …var startMs = constraintRange.startMs; // the end of the previous range. the start of the new range945 if (dateRange.startMs > startMs) { // compare millisecond time (skip any ambig logic)946 invertedRanges.push(new UnzonedRange(startMs, dateRange.startMs));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));959 var startMs = this.startMs;962 if (otherRange.startMs != null) {[all …]