Skip to content
  • sdong's avatar
    Divide block_based_table_reader.cc (#6527) · 674cf417
    sdong authored
    Summary:
    block_based_table_reader.cc is a giant file, which makes it hard for users to navigate the code. Divide the files to multiple files.
    Some class templates cannot be moved to .cc file. They are moved to .h files. It is still better than including them all in block_based_table_reader.cc.
    Pull Request resolved: https://github.com/facebook/rocksdb/pull/6527
    
    Test Plan: "make all check" and "make release". Also build using cmake.
    
    Differential Revision: D20428455
    
    fbshipit-source-id: ca713c698469f07f35bc0c271358c0874ed4eb28
    674cf417