btree_test_int_<count>.csv - Integer type test data (CSV format)btree_test_int_<count>.bin - Integer type test data (binary format)btree_test_varchar_<count>.csv - String type test data (CSV format)btree_test_varchar_<count>.bin - String type test data (binary format)CSV file format:
row_id,key,is_null 0,123,false 1,NULL,true 2,456,false
This data can be used to verify the compatibility between the C++ BTree index implementation and the Java version.