Searched refs:vizEndNs (Results 1 – 1 of 1) sorted by relevance
32 const vizEndNs = toNsCeil(span.end); constant36 from android_logs where ts >= ${vizStartNs} and ts <= ${vizEndNs}`);47 select min(ts) from android_logs where ts > ${vizEndNs}`);68 const vizEndNs = toNsCeil(span.end); constant69 const vizSqlBounds = `ts >= ${vizStartNs} and ts <= ${vizEndNs}`;