• M
    Remove FactoryFunc from LoadXXXObject (#11203) · b6640c31
    mrambacher 提交于
    Summary:
    The primary purpose of the FactoryFunc was to support LITE mode where the ObjectRegistry was not available.  With the removal of LITE mode, the function was no longer required.
    
    Note that the MergeOperator had some private classes defined in header files.  To gain access to their constructors (and name methods), the class definitions were moved into header files.
    
    Pull Request resolved: https://github.com/facebook/rocksdb/pull/11203
    
    Reviewed By: cbi42
    
    Differential Revision: D43160255
    
    Pulled By: pdillinger
    
    fbshipit-source-id: f3a465fd5d1a7049b73ecf31e4b8c3762f6dae6c
    b6640c31
table_factory.cc 2.0 KB