Home
last modified time | relevance | path

Searched refs:IsMissingPartitionShadow (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/trace_processor/sqlite/
Dspan_join_operator_table.h202 return IsMissingPartitionShadow() ? missing_partition_start_ in FirstPartition()
212 return IsMissingPartitionShadow() ? missing_partition_end_ - 1 in LastPartition()
266 bool IsMissingPartitionShadow() const { in IsMissingPartitionShadow() function
274 (IsMissingPartitionShadow() && in IsEmptyShadow()
Dspan_join_operator_table.cc653 if (IsMissingPartitionShadow() && !defn_->ShouldEmitMissingPartitionShadow()) in IsValidSlice()