Searched refs:vizStartNs (Results 1 – 1 of 1) sorted by relevance
31 const vizStartNs = toNsFloor(span.start); constant36 from android_logs where ts >= ${vizStartNs} and ts <= ${vizEndNs}`);43 select max(ts) from android_logs where ts < ${vizStartNs}`);67 const vizStartNs = toNsFloor(span.start); constant69 const vizSqlBounds = `ts >= ${vizStartNs} and ts <= ${vizEndNs}`;