mirror of https://github.com/milvus-io/milvus.git
Reorder header files for FieldMeta.h (#10263)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>pull/10309/head
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…
Reference in New Issue