未验证 提交 597523bf 编写于 作者: C Cai Yudong 提交者: GitHub

Reorder header files for FieldMeta.h (#10263)

Signed-off-by: Nyudong.cai <yudong.cai@zilliz.com>
上级 d9010e68
......@@ -10,14 +10,17 @@
// or implied. See the License for the specific language governing permissions and limitations under the License
#pragma once
#include <optional>
#include <stdexcept>
#include <string>
#include "common/Types.h"
#include "utils/Status.h"
#include "exceptions/EasyAssert.h"
#include <string>
#include <stdexcept>
#include <optional>
#include "utils/Status.h"
namespace milvus {
inline int
datatype_sizeof(DataType data_type, int dim = 1) {
switch (data_type) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册