Searched refs:raw_source_ids (Results 1 – 1 of 1) sorted by relevance
186 const SqlValue& raw_source_ids = arguments[0]; in ComputeTable() local193 if (raw_source_ids.is_null() && raw_dest_ids.is_null() && in ComputeTable()204 if (raw_source_ids.is_null() || raw_dest_ids.is_null() || in ComputeTable()211 if (raw_source_ids.type != SqlValue::kBytes) { in ComputeTable()233 static_cast<const uint8_t*>(raw_source_ids.AsBytes()), in ComputeTable()234 raw_source_ids.bytes_count); in ComputeTable()