Home
last modified time | relevance | path

Searched refs:table_records (Results 1 – 25 of 52) sorted by relevance

123

/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/sections/
H A Dtables.py64 table_records = []
68 if len(table_records):
71 self._load_table(table_name, table_records)
73 table_records = [entity] # collect table head
75 self._load_table(table_name, table_records)
76 table_records = [] # collect entities outside of tables, but ignore it
78 table_records.append(entity)
80 if len(table_records):
83 self._load_table(table_name, table_records)
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/sfntly/cpp/src/sfntly/
H A Dfont.cc82 TableHeaderList table_records; in Serialize() local
83 BuildTableHeadersForSerialization(&final_table_ordering, &table_records); in Serialize()
86 SerializeHeader(&fos, &table_records); in Serialize()
87 SerializeTables(&fos, &table_records); in Serialize()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/sfntly/cpp/src/sfntly/
H A Dfont.cc75 TableHeaderList table_records; in Serialize() local
76 BuildTableHeadersForSerialization(&final_table_ordering, &table_records); in Serialize()
79 SerializeHeader(&fos, &table_records); in Serialize()
80 SerializeTables(&fos, &table_records); in Serialize()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dopt_trace.cc601 Json_writer_object table_records(thd); in add_table_scan_values_to_trace() local
602 table_records.add_table_name(tab); in add_table_scan_values_to_trace()
H A Dopt_range.cc2724 Json_writer_object table_records(thd); in test_quick_select() local
2725 table_records.add_table_name(head); in test_quick_select()
3350 if (table_records == 0) in calculate_cond_selectivity_for_table()
3529 rows= table_records; in calculate_cond_selectivity_for_table()
3534 rows= table_records; in calculate_cond_selectivity_for_table()
11601 if (rows > table_records) in check_quick_select()
11609 rows= table_records; in check_quick_select()
14714 ha_rows table_records; in cost_group_min_max() local
14726 table_records= table->stat_records(); in cost_group_min_max()
14737 keys_per_group= table_records; in cost_group_min_max()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dopt_trace.cc598 Json_writer_object table_records(thd); in add_table_scan_values_to_trace() local
599 table_records.add_table_name(tab); in add_table_scan_values_to_trace()
H A Dopt_range.cc2698 Json_writer_object table_records(thd); in test_quick_select() local
2699 table_records.add_table_name(head); in test_quick_select()
3315 if (table_records == 0) in calculate_cond_selectivity_for_table()
3368 table_records; in calculate_cond_selectivity_for_table()
3495 rows= table_records; in calculate_cond_selectivity_for_table()
3500 rows= table_records; in calculate_cond_selectivity_for_table()
11247 if (rows > table_records) in check_quick_select()
11253 rows= table_records; in check_quick_select()
14365 ha_rows table_records; in cost_group_min_max() local
14377 table_records= table->stat_records(); in cost_group_min_max()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dopt_trace.cc598 Json_writer_object table_records(thd); in add_table_scan_values_to_trace() local
599 table_records.add_table_name(tab); in add_table_scan_values_to_trace()
H A Dopt_range.cc2698 Json_writer_object table_records(thd); in test_quick_select() local
2699 table_records.add_table_name(head); in test_quick_select()
3315 if (table_records == 0) in calculate_cond_selectivity_for_table()
3368 table_records; in calculate_cond_selectivity_for_table()
3495 rows= table_records; in calculate_cond_selectivity_for_table()
3500 rows= table_records; in calculate_cond_selectivity_for_table()
11247 if (rows > table_records) in check_quick_select()
11253 rows= table_records; in check_quick_select()
14365 ha_rows table_records; in cost_group_min_max() local
14377 table_records= table->stat_records(); in cost_group_min_max()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dopt_trace.cc601 Json_writer_object table_records(thd); in add_table_scan_values_to_trace() local
602 table_records.add_table_name(tab); in add_table_scan_values_to_trace()
H A Dopt_range.cc2724 Json_writer_object table_records(thd); in test_quick_select() local
2725 table_records.add_table_name(head); in test_quick_select()
3350 if (table_records == 0) in calculate_cond_selectivity_for_table()
3529 rows= table_records; in calculate_cond_selectivity_for_table()
3534 rows= table_records; in calculate_cond_selectivity_for_table()
11601 if (rows > table_records) in check_quick_select()
11609 rows= table_records; in check_quick_select()
14714 ha_rows table_records; in cost_group_min_max() local
14726 table_records= table->stat_records(); in cost_group_min_max()
14737 keys_per_group= table_records; in cost_group_min_max()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dsql_select.cc4068 ha_rows table_records= table->file->stats.records; in test_if_cheaper_ordering() local
4079 if (select_limit >= table_records) in test_if_cheaper_ordering()
4166 select_limit= table_records; in test_if_cheaper_ordering()
4184 if (select_limit > table_records/rec_per_key) in test_if_cheaper_ordering()
4185 select_limit= table_records; in test_if_cheaper_ordering()
4212 select_limit= table_records; in test_if_cheaper_ordering()
4215 (double) table_records / in test_if_cheaper_ordering()
4247 ha_rows quick_records= table_records; in test_if_cheaper_ordering()
4284 *new_select_limit= has_limit ? best_select_limit : table_records; in test_if_cheaper_ordering()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dsql_select.cc4066 ha_rows table_records= table->file->stats.records; in test_if_cheaper_ordering() local
4077 if (select_limit >= table_records) in test_if_cheaper_ordering()
4162 select_limit= table_records; in test_if_cheaper_ordering()
4180 if (select_limit > table_records/rec_per_key) in test_if_cheaper_ordering()
4181 select_limit= table_records; in test_if_cheaper_ordering()
4208 select_limit= table_records; in test_if_cheaper_ordering()
4211 (double) table_records / in test_if_cheaper_ordering()
4243 ha_rows quick_records= table_records; in test_if_cheaper_ordering()
4278 *new_select_limit= has_limit ? best_select_limit : table_records; in test_if_cheaper_ordering()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dsql_select.cc4068 ha_rows table_records= table->file->stats.records; in test_if_cheaper_ordering() local
4079 if (select_limit >= table_records) in test_if_cheaper_ordering()
4166 select_limit= table_records; in test_if_cheaper_ordering()
4184 if (select_limit > table_records/rec_per_key) in test_if_cheaper_ordering()
4185 select_limit= table_records; in test_if_cheaper_ordering()
4212 select_limit= table_records; in test_if_cheaper_ordering()
4215 (double) table_records / in test_if_cheaper_ordering()
4247 ha_rows quick_records= table_records; in test_if_cheaper_ordering()
4284 *new_select_limit= has_limit ? best_select_limit : table_records; in test_if_cheaper_ordering()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dsql_select.cc4068 ha_rows table_records= table->file->stats.records; in test_if_cheaper_ordering() local
4079 if (select_limit >= table_records) in test_if_cheaper_ordering()
4166 select_limit= table_records; in test_if_cheaper_ordering()
4184 if (select_limit > table_records/rec_per_key) in test_if_cheaper_ordering()
4185 select_limit= table_records; in test_if_cheaper_ordering()
4212 select_limit= table_records; in test_if_cheaper_ordering()
4215 (double) table_records / in test_if_cheaper_ordering()
4247 ha_rows quick_records= table_records; in test_if_cheaper_ordering()
4284 *new_select_limit= has_limit ? best_select_limit : table_records; in test_if_cheaper_ordering()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dsql_select.cc4066 ha_rows table_records= table->file->stats.records; in test_if_cheaper_ordering() local
4077 if (select_limit >= table_records) in test_if_cheaper_ordering()
4162 select_limit= table_records; in test_if_cheaper_ordering()
4180 if (select_limit > table_records/rec_per_key) in test_if_cheaper_ordering()
4181 select_limit= table_records; in test_if_cheaper_ordering()
4208 select_limit= table_records; in test_if_cheaper_ordering()
4211 (double) table_records / in test_if_cheaper_ordering()
4243 ha_rows quick_records= table_records; in test_if_cheaper_ordering()
4278 *new_select_limit= has_limit ? best_select_limit : table_records; in test_if_cheaper_ordering()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsql_select.cc4066 ha_rows table_records= table->file->stats.records; in test_if_cheaper_ordering() local
4077 if (select_limit >= table_records) in test_if_cheaper_ordering()
4162 select_limit= table_records; in test_if_cheaper_ordering()
4180 if (select_limit > table_records/rec_per_key) in test_if_cheaper_ordering()
4181 select_limit= table_records; in test_if_cheaper_ordering()
4208 select_limit= table_records; in test_if_cheaper_ordering()
4211 (double) table_records / in test_if_cheaper_ordering()
4243 ha_rows quick_records= table_records; in test_if_cheaper_ordering()
4278 *new_select_limit= has_limit ? best_select_limit : table_records; in test_if_cheaper_ordering()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dsql_select.cc4132 ha_rows table_records= table->file->stats.records; in test_if_skip_sort_order() local
4165 (select_limit >= table_records) && in test_if_skip_sort_order()
5557 ha_rows table_records= table->file->stats.records; in test_if_cheaper_ordering() local
5567 if (select_limit >= table_records) in test_if_cheaper_ordering()
5648 select_limit= table_records; in test_if_cheaper_ordering()
5666 if (select_limit > table_records/rec_per_key) in test_if_cheaper_ordering()
5667 select_limit= table_records; in test_if_cheaper_ordering()
5694 select_limit= table_records; in test_if_cheaper_ordering()
5697 (double) table_records / in test_if_cheaper_ordering()
5718 ha_rows quick_records= table_records; in test_if_cheaper_ordering()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dsql_select.cc4132 ha_rows table_records= table->file->stats.records; in test_if_skip_sort_order() local
4165 (select_limit >= table_records) && in test_if_skip_sort_order()
5557 ha_rows table_records= table->file->stats.records; in test_if_cheaper_ordering() local
5567 if (select_limit >= table_records) in test_if_cheaper_ordering()
5648 select_limit= table_records; in test_if_cheaper_ordering()
5666 if (select_limit > table_records/rec_per_key) in test_if_cheaper_ordering()
5667 select_limit= table_records; in test_if_cheaper_ordering()
5694 select_limit= table_records; in test_if_cheaper_ordering()
5697 (double) table_records / in test_if_cheaper_ordering()
5718 ha_rows quick_records= table_records; in test_if_cheaper_ordering()
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dsql_select.cc4098 ha_rows table_records= table->file->stats.records; in test_if_skip_sort_order() local
4131 (select_limit >= table_records) && in test_if_skip_sort_order()
5521 ha_rows table_records= table->file->stats.records; in test_if_cheaper_ordering() local
5531 if (select_limit >= table_records) in test_if_cheaper_ordering()
5610 select_limit= table_records; in test_if_cheaper_ordering()
5628 if (select_limit > table_records/rec_per_key) in test_if_cheaper_ordering()
5629 select_limit= table_records; in test_if_cheaper_ordering()
5656 select_limit= table_records; in test_if_cheaper_ordering()
5659 (double) table_records / in test_if_cheaper_ordering()
5680 ha_rows quick_records= table_records; in test_if_cheaper_ordering()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dsql_select.cc4132 ha_rows table_records= table->file->stats.records; in test_if_skip_sort_order() local
4165 (select_limit >= table_records) && in test_if_skip_sort_order()
5557 ha_rows table_records= table->file->stats.records; in test_if_cheaper_ordering() local
5567 if (select_limit >= table_records) in test_if_cheaper_ordering()
5648 select_limit= table_records; in test_if_cheaper_ordering()
5666 if (select_limit > table_records/rec_per_key) in test_if_cheaper_ordering()
5667 select_limit= table_records; in test_if_cheaper_ordering()
5694 select_limit= table_records; in test_if_cheaper_ordering()
5697 (double) table_records / in test_if_cheaper_ordering()
5718 ha_rows quick_records= table_records; in test_if_cheaper_ordering()
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dsql_select.cc4098 ha_rows table_records= table->file->stats.records; in test_if_skip_sort_order() local
4131 (select_limit >= table_records) && in test_if_skip_sort_order()
5521 ha_rows table_records= table->file->stats.records; in test_if_cheaper_ordering() local
5531 if (select_limit >= table_records) in test_if_cheaper_ordering()
5610 select_limit= table_records; in test_if_cheaper_ordering()
5628 if (select_limit > table_records/rec_per_key) in test_if_cheaper_ordering()
5629 select_limit= table_records; in test_if_cheaper_ordering()
5656 select_limit= table_records; in test_if_cheaper_ordering()
5659 (double) table_records / in test_if_cheaper_ordering()
5680 ha_rows quick_records= table_records; in test_if_cheaper_ordering()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dsql_select.cc4809 ha_rows table_records = table->file->stats.records; in test_if_cheaper_ordering() local
4871 if (select_limit == HA_POS_ERROR) select_limit = table_records; in test_if_cheaper_ordering()
4889 if (select_limit > table_records / rec_per_key) in test_if_cheaper_ordering()
4890 select_limit = table_records; in test_if_cheaper_ordering()
4922 select_limit = table_records; in test_if_cheaper_ordering()
4923 else if (table_records >= refkey_rows_estimate) in test_if_cheaper_ordering()
4924 select_limit = (ha_rows)(select_limit * (double)table_records / in test_if_cheaper_ordering()
4957 ha_rows quick_records = table_records; in test_if_cheaper_ordering()
4993 *new_select_limit = has_limit ? best_select_limit : table_records; in test_if_cheaper_ordering()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dopt_range.cc2941 if (table_records == 0) in calculate_cond_selectivity_for_table()
2993 table_records; in calculate_cond_selectivity_for_table()
3112 rows= table_records; in calculate_cond_selectivity_for_table()
3117 rows= table_records; in calculate_cond_selectivity_for_table()
10492 if (rows > table_records) in check_quick_select()
10498 rows= table_records; in check_quick_select()
13501 ha_rows table_records; in cost_group_min_max() local
13513 table_records= table->stat_records(); in cost_group_min_max()
13523 keys_per_group= table_records; in cost_group_min_max()
13533 keys_per_group= (table_records / 10) + 1; in cost_group_min_max()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dopt_range.cc2941 if (table_records == 0) in calculate_cond_selectivity_for_table()
2993 table_records; in calculate_cond_selectivity_for_table()
3112 rows= table_records; in calculate_cond_selectivity_for_table()
3117 rows= table_records; in calculate_cond_selectivity_for_table()
10492 if (rows > table_records) in check_quick_select()
10498 rows= table_records; in check_quick_select()
13501 ha_rows table_records; in cost_group_min_max() local
13513 table_records= table->stat_records(); in cost_group_min_max()
13523 keys_per_group= table_records; in cost_group_min_max()
13533 keys_per_group= (table_records / 10) + 1; in cost_group_min_max()
[all …]

123