tp: allow conversion from int to double in runtime tables
It's not uncommon for tables to queries which populate tables to
start off containing ints and then switch to doubles or vice versa.
Account for this case by adding code which converts ints to doubles
if there is a mixed column containing both. Still ensure that all ints
are abs(i) <= 2^53 as this is the maximum number densely representible
by doubles
Bug: 296599532
Change-Id: I816202c464a0b99cd02b8b5ddb3c4b372fabed10
diff --git a/Android.bp b/Android.bp
index e254977..347e723 100644
--- a/Android.bp
+++ b/Android.bp
@@ -9798,6 +9798,7 @@
"src/trace_processor/db/column_storage_overlay_unittest.cc",
"src/trace_processor/db/compare_unittest.cc",
"src/trace_processor/db/query_executor_unittest.cc",
+ "src/trace_processor/db/runtime_table_unittest.cc",
"src/trace_processor/db/view_unittest.cc",
],
}