mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Reorder header files for FieldMeta.h (#10263)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
This commit is contained in:
parent
d9010e684b
commit
597523bf40
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user