Reorder header files for FieldMeta.h (#10263)

Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
pull/10309/head
Cai Yudong 2021-10-20 15:44:41 +08:00 committed by GitHub
parent d9010e684b
commit 597523bf40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 5 deletions

View File

@ -10,14 +10,17 @@
// or implied. See the License for the specific language governing permissions and limitations under the License
#pragma once
#include "common/Types.h"
#include "utils/Status.h"
#include "exceptions/EasyAssert.h"
#include <string>
#include <stdexcept>
#include <optional>
#include <stdexcept>
#include <string>
#include "common/Types.h"
#include "exceptions/EasyAssert.h"
#include "utils/Status.h"
namespace milvus {
inline int
datatype_sizeof(DataType data_type, int dim = 1) {
switch (data_type) {