提交 cd16ed63 编写于 作者: J jinhai

Merge branch 'branch-0.5.0' into 'branch-0.5.0'

MS-554 Change license to apache 2.0

See merge request megasearch/milvus!570

Former-commit-id: 612f50c168b19eabc270deb1249e8c646dd9b05c
...@@ -13,6 +13,7 @@ Please mark all change in change log and use the ticket from JIRA. ...@@ -13,6 +13,7 @@ Please mark all change in change log and use the ticket from JIRA.
## New Feature ## New Feature
## Task ## Task
- MS-554 - Change license to Apache 2.0
# Milvus 0.4.0 (2019-09-12) # Milvus 0.4.0 (2019-09-12)
......
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
# Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved # Licensed to the Apache Software Foundation (ASF) under one
# Unauthorized copying of this file, via any medium is strictly prohibited. # or more contributor license agreements. See the NOTICE file
# Proprietary and confidential. # distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http:#www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
cmake_minimum_required(VERSION 3.14) cmake_minimum_required(VERSION 3.14)
message(STATUS "Building using CMake version: ${CMAKE_VERSION}") message(STATUS "Building using CMake version: ${CMAKE_VERSION}")
......
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
# Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved # Licensed to the Apache Software Foundation (ASF) under one
# Unauthorized copying of this file, via any medium is strictly prohibited. # or more contributor license agreements. See the NOTICE file
# Proprietary and confidential. # distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http:#www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
add_subdirectory(core) add_subdirectory(core)
set(CORE_INCLUDE_DIRS ${CORE_INCLUDE_DIRS} PARENT_SCOPE) set(CORE_INCLUDE_DIRS ${CORE_INCLUDE_DIRS} PARENT_SCOPE)
......
//////////////////////////////////////////////////////////////////////////////// // Licensed to the Apache Software Foundation (ASF) under one
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
// Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
// Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
//////////////////////////////////////////////////////////////////////////////// // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#pragma once #pragma once
......
//////////////////////////////////////////////////////////////////////////////// // Licensed to the Apache Software Foundation (ASF) under one
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
// Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
// Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
//////////////////////////////////////////////////////////////////////////////// // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
namespace zilliz { namespace zilliz {
......
//////////////////////////////////////////////////////////////////////////////// // Licensed to the Apache Software Foundation (ASF) under one
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
// Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
// Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
//////////////////////////////////////////////////////////////////////////////// // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#pragma once #pragma once
......
//////////////////////////////////////////////////////////////////////////////// // Licensed to the Apache Software Foundation (ASF) under one
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
// Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
// Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
//////////////////////////////////////////////////////////////////////////////// // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
namespace zilliz { namespace zilliz {
namespace milvus { namespace milvus {
......
//////////////////////////////////////////////////////////////////////////////// // Licensed to the Apache Software Foundation (ASF) under one
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
// Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
// Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
//////////////////////////////////////////////////////////////////////////////// // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#include "CpuCacheMgr.h" #include "CpuCacheMgr.h"
#include "server/ServerConfig.h" #include "server/ServerConfig.h"
......
//////////////////////////////////////////////////////////////////////////////// // Licensed to the Apache Software Foundation (ASF) under one
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
// Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
// Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
//////////////////////////////////////////////////////////////////////////////// // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#pragma once #pragma once
#include "CacheMgr.h" #include "CacheMgr.h"
......
//////////////////////////////////////////////////////////////////////////////// // Licensed to the Apache Software Foundation (ASF) under one
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
// Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
// Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
//////////////////////////////////////////////////////////////////////////////// // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#pragma once #pragma once
......
//////////////////////////////////////////////////////////////////////////////// // Licensed to the Apache Software Foundation (ASF) under one
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
// Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
// Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
//////////////////////////////////////////////////////////////////////////////// // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#include <sstream> #include <sstream>
#include "utils/Log.h" #include "utils/Log.h"
......
//////////////////////////////////////////////////////////////////////////////// // Licensed to the Apache Software Foundation (ASF) under one
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
// Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
// Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
//////////////////////////////////////////////////////////////////////////////// // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#include "CacheMgr.h" #include "CacheMgr.h"
#include "DataObj.h" #include "DataObj.h"
......
//////////////////////////////////////////////////////////////////////////////// // Licensed to the Apache Software Foundation (ASF) under one
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
// Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
// Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
//////////////////////////////////////////////////////////////////////////////// // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#pragma once #pragma once
......
/******************************************************************************* // Licensed to the Apache Software Foundation (ASF) under one
* Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
* Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
* Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
******************************************************************************/ // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#include "ConfigMgr.h" #include "ConfigMgr.h"
#include "YamlConfigMgr.h" #include "YamlConfigMgr.h"
......
/******************************************************************************* // Licensed to the Apache Software Foundation (ASF) under one
* Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
* Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
* Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
******************************************************************************/ // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#pragma once #pragma once
#include "utils/Error.h" #include "utils/Error.h"
......
/******************************************************************************* // Licensed to the Apache Software Foundation (ASF) under one
* Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
* Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
* Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
******************************************************************************/ // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#include "ConfigNode.h" #include "ConfigNode.h"
#include "utils/Error.h" #include "utils/Error.h"
#include "utils/Log.h" #include "utils/Log.h"
......
/******************************************************************************* // Licensed to the Apache Software Foundation (ASF) under one
* Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
* Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
* Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
******************************************************************************/ // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#pragma once #pragma once
#include <vector> #include <vector>
......
/******************************************************************************* // Licensed to the Apache Software Foundation (ASF) under one
* Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
* Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
* Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
******************************************************************************/ // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#include "YamlConfigMgr.h" #include "YamlConfigMgr.h"
#include "utils/Log.h" #include "utils/Log.h"
......
/******************************************************************************* // Licensed to the Apache Software Foundation (ASF) under one
* Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
* Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
* Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
******************************************************************************/ // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#pragma once #pragma once
#include "ConfigMgr.h" #include "ConfigMgr.h"
......
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
# Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved # Licensed to the Apache Software Foundation (ASF) under one
# Unauthorized copying of this file, via any medium is strictly prohibited. # or more contributor license agreements. See the NOTICE file
# Proprietary and confidential. # distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http:#www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
cmake_minimum_required(VERSION 3.14) cmake_minimum_required(VERSION 3.14)
message(STATUS "---------------core--------------") message(STATUS "---------------core--------------")
message(STATUS "Building using CMake version: ${CMAKE_VERSION}") message(STATUS "Building using CMake version: ${CMAKE_VERSION}")
......
//////////////////////////////////////////////////////////////////////////////// // Licensed to the Apache Software Foundation (ASF) under one
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
// Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
// Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
//////////////////////////////////////////////////////////////////////////////// // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#pragma once #pragma once
......
//////////////////////////////////////////////////////////////////////////////// // Licensed to the Apache Software Foundation (ASF) under one
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
// Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
// Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
//////////////////////////////////////////////////////////////////////////////// // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#pragma once #pragma once
......
//////////////////////////////////////////////////////////////////////////////// // Licensed to the Apache Software Foundation (ASF) under one
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
// Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
// Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
//////////////////////////////////////////////////////////////////////////////// // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#pragma once #pragma once
......
//////////////////////////////////////////////////////////////////////////////// // Licensed to the Apache Software Foundation (ASF) under one
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
// Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
// Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
//////////////////////////////////////////////////////////////////////////////// // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#pragma once #pragma once
......
/******************************************************************************* // Licensed to the Apache Software Foundation (ASF) under one
* Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
* Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
* Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
******************************************************************************/ // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#pragma once #pragma once
......
//////////////////////////////////////////////////////////////////////////////// // Licensed to the Apache Software Foundation (ASF) under one
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
// Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
// Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
//////////////////////////////////////////////////////////////////////////////// // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#pragma once #pragma once
......
//////////////////////////////////////////////////////////////////////////////// // Licensed to the Apache Software Foundation (ASF) under one
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
// Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
// Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
//////////////////////////////////////////////////////////////////////////////// // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#pragma once #pragma once
......
//////////////////////////////////////////////////////////////////////////////// // Licensed to the Apache Software Foundation (ASF) under one
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
// Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
// Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
//////////////////////////////////////////////////////////////////////////////// // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#pragma once #pragma once
......
//////////////////////////////////////////////////////////////////////////////// // Licensed to the Apache Software Foundation (ASF) under one
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
// Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
// Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
//////////////////////////////////////////////////////////////////////////////// // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#pragma once #pragma once
......
//////////////////////////////////////////////////////////////////////////////// // Licensed to the Apache Software Foundation (ASF) under one
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
// Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
// Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
//////////////////////////////////////////////////////////////////////////////// // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#pragma once #pragma once
......
//////////////////////////////////////////////////////////////////////////////// // Licensed to the Apache Software Foundation (ASF) under one
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
// Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
// Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
//////////////////////////////////////////////////////////////////////////////// // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#pragma once #pragma once
......
//////////////////////////////////////////////////////////////////////////////// // Licensed to the Apache Software Foundation (ASF) under one
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
// Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
// Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
//////////////////////////////////////////////////////////////////////////////// // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#include "knowhere/adapter/structure.h" #include "knowhere/adapter/structure.h"
......
//////////////////////////////////////////////////////////////////////////////// // Licensed to the Apache Software Foundation (ASF) under one
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
// Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
// Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
//////////////////////////////////////////////////////////////////////////////// // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#include "knowhere/common/exception.h" #include "knowhere/common/exception.h"
#include <cstdio> #include <cstdio>
......
//////////////////////////////////////////////////////////////////////////////// // Licensed to the Apache Software Foundation (ASF) under one
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
// Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
// Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
//////////////////////////////////////////////////////////////////////////////// // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#include <iostream> // TODO(linxj): using Log instead #include <iostream> // TODO(linxj): using Log instead
......
/******************************************************************************* // Licensed to the Apache Software Foundation (ASF) under one
* Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
* Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
* Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
******************************************************************************/ // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#include "knowhere/common/exception.h" #include "knowhere/common/exception.h"
#include "knowhere/index/vector_index/cloner.h" #include "knowhere/index/vector_index/cloner.h"
......
//////////////////////////////////////////////////////////////////////////////// // Licensed to the Apache Software Foundation (ASF) under one
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
// Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
// Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
//////////////////////////////////////////////////////////////////////////////// // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#include <faiss/gpu/GpuIndexFlat.h> #include <faiss/gpu/GpuIndexFlat.h>
......
//////////////////////////////////////////////////////////////////////////////// // Licensed to the Apache Software Foundation (ASF) under one
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
// Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
// Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
//////////////////////////////////////////////////////////////////////////////// // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#include <faiss/IndexFlat.h> #include <faiss/IndexFlat.h>
#include <faiss/AutoTune.h> #include <faiss/AutoTune.h>
......
//////////////////////////////////////////////////////////////////////////////// // Licensed to the Apache Software Foundation (ASF) under one
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
// Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
// Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
//////////////////////////////////////////////////////////////////////////////// // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#include <faiss/IndexFlat.h> #include <faiss/IndexFlat.h>
#include <faiss/IndexIVF.h> #include <faiss/IndexIVF.h>
#include <faiss/IndexIVFFlat.h> #include <faiss/IndexIVFFlat.h>
......
//////////////////////////////////////////////////////////////////////////////// // Licensed to the Apache Software Foundation (ASF) under one
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
// Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
// Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
//////////////////////////////////////////////////////////////////////////////// // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#pragma once #pragma once
......
//////////////////////////////////////////////////////////////////////////////// // Licensed to the Apache Software Foundation (ASF) under one
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
// Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
// Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
//////////////////////////////////////////////////////////////////////////////// // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#include <cstring> #include <cstring>
#include <cstdlib> #include <cstdlib>
#include <iostream> #include <iostream>
......
//////////////////////////////////////////////////////////////////////////////// // Licensed to the Apache Software Foundation (ASF) under one
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
// Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
// Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
//////////////////////////////////////////////////////////////////////////////// // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#include <cstring> #include <cstring>
......
//////////////////////////////////////////////////////////////////////////////// // Licensed to the Apache Software Foundation (ASF) under one
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
// Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
// Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
//////////////////////////////////////////////////////////////////////////////// // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#include <cstring> #include <cstring>
#include <fstream> #include <fstream>
......
//////////////////////////////////////////////////////////////////////////////// // Licensed to the Apache Software Foundation (ASF) under one
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
// Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
// Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
//////////////////////////////////////////////////////////////////////////////// // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#pragma once #pragma once
......
//////////////////////////////////////////////////////////////////////////////// // Licensed to the Apache Software Foundation (ASF) under one
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
// Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
// Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
//////////////////////////////////////////////////////////////////////////////// // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#include "knowhere/index/vector_index/nsg_index.h" #include "knowhere/index/vector_index/nsg_index.h"
#include "knowhere/index/vector_index/nsg/nsg.h" #include "knowhere/index/vector_index/nsg/nsg.h"
......
//////////////////////////////////////////////////////////////////////////////// // Licensed to the Apache Software Foundation (ASF) under one
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
// Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
// Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
//////////////////////////////////////////////////////////////////////////////// // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <faiss/gpu/StandardGpuResources.h> #include <faiss/gpu/StandardGpuResources.h>
......
//////////////////////////////////////////////////////////////////////////////// // Licensed to the Apache Software Foundation (ASF) under one
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
// Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
// Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
//////////////////////////////////////////////////////////////////////////////// // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#include <gtest/gtest.h> #include <gtest/gtest.h>
......
//////////////////////////////////////////////////////////////////////////////// // Licensed to the Apache Software Foundation (ASF) under one
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
// Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
// Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
//////////////////////////////////////////////////////////////////////////////// // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#include <gtest/gtest.h> #include <gtest/gtest.h>
......
//////////////////////////////////////////////////////////////////////////////// // Licensed to the Apache Software Foundation (ASF) under one
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
// Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
// Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
//////////////////////////////////////////////////////////////////////////////// // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#include "knowhere/common/config.h" #include "knowhere/common/config.h"
......
//////////////////////////////////////////////////////////////////////////////// // Licensed to the Apache Software Foundation (ASF) under one
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
// Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
// Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
//////////////////////////////////////////////////////////////////////////////// // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#include <gtest/gtest.h> #include <gtest/gtest.h>
......
//////////////////////////////////////////////////////////////////////////////// // Licensed to the Apache Software Foundation (ASF) under one
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
// Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
// Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
//////////////////////////////////////////////////////////////////////////////// // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#include <fstream> #include <fstream>
#include <iostream> #include <iostream>
......
//////////////////////////////////////////////////////////////////////////////// // Licensed to the Apache Software Foundation (ASF) under one
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
// Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
// Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
//////////////////////////////////////////////////////////////////////////////// // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <memory> #include <memory>
......
//////////////////////////////////////////////////////////////////////////////// // Licensed to the Apache Software Foundation (ASF) under one
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
// Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
// Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
//////////////////////////////////////////////////////////////////////////////// // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#include "utils.h" #include "utils.h"
......
//////////////////////////////////////////////////////////////////////////////// // Licensed to the Apache Software Foundation (ASF) under one
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
// Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
// Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
//////////////////////////////////////////////////////////////////////////////// // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#pragma once #pragma once
......
/******************************************************************************* // Licensed to the Apache Software Foundation (ASF) under one
* Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
* Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
* Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
******************************************************************************/ // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#pragma once #pragma once
#include <stdint.h> #include <stdint.h>
......
/******************************************************************************* // Licensed to the Apache Software Foundation (ASF) under one
* Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
* Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
* Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
******************************************************************************/ // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#pragma once #pragma once
#include "Options.h" #include "Options.h"
......
//////////////////////////////////////////////////////////////////////////////// // Licensed to the Apache Software Foundation (ASF) under one
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
// Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
// Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
//////////////////////////////////////////////////////////////////////////////// // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#include "DBFactory.h" #include "DBFactory.h"
#include "DBImpl.h" #include "DBImpl.h"
......
//////////////////////////////////////////////////////////////////////////////// // Licensed to the Apache Software Foundation (ASF) under one
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
// Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
// Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
//////////////////////////////////////////////////////////////////////////////// // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#pragma once #pragma once
#include "DB.h" #include "DB.h"
......
/******************************************************************************* // Licensed to the Apache Software Foundation (ASF) under one
* Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
* Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
* Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
******************************************************************************/ // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#include "DBImpl.h" #include "DBImpl.h"
#include "src/db/meta/SqliteMetaImpl.h" #include "src/db/meta/SqliteMetaImpl.h"
#include "Log.h" #include "Log.h"
......
/******************************************************************************* // Licensed to the Apache Software Foundation (ASF) under one
* Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
* Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
* Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
******************************************************************************/ // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#pragma once #pragma once
#include "DB.h" #include "DB.h"
......
/******************************************************************************* // Licensed to the Apache Software Foundation (ASF) under one
* Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
* Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
* Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
******************************************************************************/ // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#pragma once #pragma once
#include <exception> #include <exception>
......
//////////////////////////////////////////////////////////////////////////////// // Licensed to the Apache Software Foundation (ASF) under one
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
// Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
// Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
//////////////////////////////////////////////////////////////////////////////// // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#include "IDGenerator.h" #include "IDGenerator.h"
#include <chrono> #include <chrono>
......
//////////////////////////////////////////////////////////////////////////////// // Licensed to the Apache Software Foundation (ASF) under one
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
// Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
// Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
//////////////////////////////////////////////////////////////////////////////// // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#pragma once #pragma once
#include "Types.h" #include "Types.h"
......
/******************************************************************************* // Licensed to the Apache Software Foundation (ASF) under one
* Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
* Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
* Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
******************************************************************************/ // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#pragma once #pragma once
#include "utils/easylogging++.h" #include "utils/easylogging++.h"
......
/******************************************************************************* // Licensed to the Apache Software Foundation (ASF) under one
* Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
* Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
* Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
******************************************************************************/ // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#include <stdlib.h> #include <stdlib.h>
#include <assert.h> #include <assert.h>
#include "utils/easylogging++.h" #include "utils/easylogging++.h"
......
/******************************************************************************* // Licensed to the Apache Software Foundation (ASF) under one
* Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
* Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
* Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
******************************************************************************/ // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#pragma once #pragma once
#include "Constants.h" #include "Constants.h"
......
/******************************************************************************* // Licensed to the Apache Software Foundation (ASF) under one
* Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
* Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
* Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
******************************************************************************/ // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#include <stdio.h> #include <stdio.h>
#include <cstring> #include <cstring>
#include <assert.h> #include <assert.h>
......
/******************************************************************************* // Licensed to the Apache Software Foundation (ASF) under one
* Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
* Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
* Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
******************************************************************************/ // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#pragma once #pragma once
#include "utils/Error.h" #include "utils/Error.h"
......
/******************************************************************************* // Licensed to the Apache Software Foundation (ASF) under one
* Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
* Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
* Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
******************************************************************************/ // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#pragma once #pragma once
#include "db/engine/ExecutionEngine.h" #include "db/engine/ExecutionEngine.h"
......
/******************************************************************************* // Licensed to the Apache Software Foundation (ASF) under one
* Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
* Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
* Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
******************************************************************************/ // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#include "Utils.h" #include "Utils.h"
#include "utils/CommonUtil.h" #include "utils/CommonUtil.h"
#include "Log.h" #include "Log.h"
......
/******************************************************************************* // Licensed to the Apache Software Foundation (ASF) under one
* Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
* Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
* Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
******************************************************************************/ // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#pragma once #pragma once
#include "Options.h" #include "Options.h"
......
/******************************************************************************* // Licensed to the Apache Software Foundation (ASF) under one
* Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
* Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
* Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
******************************************************************************/ // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#include "EngineFactory.h" #include "EngineFactory.h"
#include "ExecutionEngineImpl.h" #include "ExecutionEngineImpl.h"
#include "db/Log.h" #include "db/Log.h"
......
/******************************************************************************* // Licensed to the Apache Software Foundation (ASF) under one
* Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
* Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
* Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
******************************************************************************/ // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#pragma once #pragma once
#include "db/Status.h" #include "db/Status.h"
......
/******************************************************************************* // Licensed to the Apache Software Foundation (ASF) under one
* Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
* Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
* Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
******************************************************************************/ // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#pragma once #pragma once
#include "db/Status.h" #include "db/Status.h"
......
/******************************************************************************* // Licensed to the Apache Software Foundation (ASF) under one
* Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
* Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
* Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
******************************************************************************/ // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#include <stdexcept> #include <stdexcept>
#include "src/cache/GpuCacheMgr.h" #include "src/cache/GpuCacheMgr.h"
......
/******************************************************************************* // Licensed to the Apache Software Foundation (ASF) under one
* Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
* Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
* Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
******************************************************************************/ // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#pragma once #pragma once
#include "ExecutionEngine.h" #include "ExecutionEngine.h"
......
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#pragma once #pragma once
#include "db/Status.h" #include "db/Status.h"
......
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#include "MemManagerImpl.h" #include "MemManagerImpl.h"
#include "VectorSource.h" #include "VectorSource.h"
#include "db/Log.h" #include "db/Log.h"
......
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#pragma once #pragma once
#include "db/meta/Meta.h" #include "db/meta/Meta.h"
......
//////////////////////////////////////////////////////////////////////////////// // Licensed to the Apache Software Foundation (ASF) under one
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
// Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
// Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
//////////////////////////////////////////////////////////////////////////////// // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#include "MemMenagerFactory.h" #include "MemMenagerFactory.h"
#include "MemManagerImpl.h" #include "MemManagerImpl.h"
......
//////////////////////////////////////////////////////////////////////////////// // Licensed to the Apache Software Foundation (ASF) under one
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
// Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
// Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
//////////////////////////////////////////////////////////////////////////////// // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#pragma once #pragma once
#include "MemManager.h" #include "MemManager.h"
......
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#include "MemTable.h" #include "MemTable.h"
#include "db/Log.h" #include "db/Log.h"
......
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#pragma once #pragma once
#include "db/Status.h" #include "db/Status.h"
......
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#include "MemTableFile.h" #include "MemTableFile.h"
#include "db/Constants.h" #include "db/Constants.h"
#include "db/Log.h" #include "db/Log.h"
......
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#pragma once #pragma once
#include "db/Status.h" #include "db/Status.h"
......
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#include "VectorSource.h" #include "VectorSource.h"
#include "db/engine/ExecutionEngine.h" #include "db/engine/ExecutionEngine.h"
#include "db/engine/EngineFactory.h" #include "db/engine/EngineFactory.h"
......
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#pragma once #pragma once
#include "db/Status.h" #include "db/Status.h"
......
/******************************************************************************* // Licensed to the Apache Software Foundation (ASF) under one
* Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
* Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
* Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
******************************************************************************/ // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#pragma once #pragma once
#include "MetaTypes.h" #include "MetaTypes.h"
......
/******************************************************************************* // Licensed to the Apache Software Foundation (ASF) under one
* Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
* Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
* Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
******************************************************************************/ // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#pragma once #pragma once
namespace zilliz { namespace zilliz {
......
//////////////////////////////////////////////////////////////////////////////// // Licensed to the Apache Software Foundation (ASF) under one
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
// Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
// Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
//////////////////////////////////////////////////////////////////////////////// // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#include "MetaFactory.h" #include "MetaFactory.h"
#include "SqliteMetaImpl.h" #include "SqliteMetaImpl.h"
......
//////////////////////////////////////////////////////////////////////////////// // Licensed to the Apache Software Foundation (ASF) under one
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
// Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
// Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
//////////////////////////////////////////////////////////////////////////////// // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#pragma once #pragma once
#include "Meta.h" #include "Meta.h"
......
/******************************************************************************* // Licensed to the Apache Software Foundation (ASF) under one
* Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
* Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
* Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
******************************************************************************/ // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#pragma once #pragma once
#include "db/engine/ExecutionEngine.h" #include "db/engine/ExecutionEngine.h"
......
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#include "MySQLConnectionPool.h" #include "MySQLConnectionPool.h"
namespace zilliz { namespace zilliz {
......
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#include "mysql++/mysql++.h" #include "mysql++/mysql++.h"
#include <string> #include <string>
......
/******************************************************************************* // Licensed to the Apache Software Foundation (ASF) under one
* Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
* Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
* Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
******************************************************************************/ // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#include "MySQLMetaImpl.h" #include "MySQLMetaImpl.h"
#include "db/IDGenerator.h" #include "db/IDGenerator.h"
#include "db/Utils.h" #include "db/Utils.h"
......
/******************************************************************************* // Licensed to the Apache Software Foundation (ASF) under one
* Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
* Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
* Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
******************************************************************************/ // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#pragma once #pragma once
#include "Meta.h" #include "Meta.h"
......
/******************************************************************************* // Licensed to the Apache Software Foundation (ASF) under one
* Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
* Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
* Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
******************************************************************************/ // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#include "SqliteMetaImpl.h" #include "SqliteMetaImpl.h"
#include "db/IDGenerator.h" #include "db/IDGenerator.h"
#include "db/Utils.h" #include "db/Utils.h"
......
/******************************************************************************* // Licensed to the Apache Software Foundation (ASF) under one
* Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
* Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
* Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
******************************************************************************/ // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#pragma once #pragma once
#include "Meta.h" #include "Meta.h"
......
/******************************************************************************* // Licensed to the Apache Software Foundation (ASF) under one
* Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
* Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
* Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
******************************************************************************/ // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#include "TaskDispatchQueue.h" #include "TaskDispatchQueue.h"
#include "TaskDispatchStrategy.h" #include "TaskDispatchStrategy.h"
......
/******************************************************************************* // Licensed to the Apache Software Foundation (ASF) under one
* Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
* Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
* Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
******************************************************************************/ // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#pragma once #pragma once
#include "context/IScheduleContext.h" #include "context/IScheduleContext.h"
......
/******************************************************************************* // Licensed to the Apache Software Foundation (ASF) under one
* Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved // or more contributor license agreements. See the NOTICE file
* Unauthorized copying of this file, via any medium is strictly prohibited. // distributed with this work for additional information
* Proprietary and confidential. // regarding copyright ownership. The ASF licenses this file
******************************************************************************/ // to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#include "TaskDispatchStrategy.h" #include "TaskDispatchStrategy.h"
#include "context/SearchContext.h" #include "context/SearchContext.h"
#include "context/DeleteContext.h" #include "context/DeleteContext.h"
......
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册