Lines Matching refs:props
134 std::shared_ptr<TableProperties> props(props_ptr); in Open() local
140 auto& user_props = props->user_collected_properties; in Open()
141 auto prefix_extractor_in_file = props->prefix_extractor_name; in Open()
168 encoding_type, file_size, props.get(), prefix_extractor)); in Open()
176 s = new_reader->PopulateIndex(props.get(), bloom_bits_per_key, in Open()
188 new_reader->table_properties_ = props; in Open()
297 Status PlainTableReader::PopulateIndex(TableProperties* props, in PopulateIndex() argument
302 assert(props != nullptr); in PopulateIndex()
362 static_cast<uint32_t>(props->num_entries), in PopulateIndex()
367 auto num_blocks_property = props->user_collected_properties.find( in PopulateIndex()
371 if (num_blocks_property != props->user_collected_properties.end()) { in PopulateIndex()
419 props->user_collected_properties["plain_table_hash_table_size"] = in PopulateIndex()
421 props->user_collected_properties["plain_table_sub_index_size"] = in PopulateIndex()
424 props->user_collected_properties["plain_table_hash_table_size"] = in PopulateIndex()
426 props->user_collected_properties["plain_table_sub_index_size"] = in PopulateIndex()