milvus/internal/core
Cai Yudong 246586be27
enhance: Unify data type check APIs under internal/core (#31800)
Issue: #22837 

Move and rename following C++ APIs:
datatype_sizeof() ==> GetDataTypeSize()
datatype_name() ==> GetDataTypeName()
datatype_is_vector() / IsVectorType() ==> IsVectorDataType()
datatype_is_variable() ==> IsVariableDataType()
datatype_is_sparse_vector() ==> IsSparseFloatVectorDataType()
datatype_is_string() / IsString() ==> IsDataTypeString()
datatype_is_floating() / IsFloat() ==> IsDataTypeFloat()
datatype_is_binary() ==> IsDataTypeBinary()
datatype_is_json() ==> IsDataTypeJson()
datatype_is_array() ==> IsDataTypeArray()
datatype_is_variable() == IsDataTypeVariable()
datatype_is_integer() / IsIntegral() ==> IsDataTypeInteger()

Signed-off-by: Cai Yudong <yudong.cai@zilliz.com>
2024-04-02 19:15:14 +08:00
..
build-support chore: remove repetitive words (#31153) 2024-03-20 10:17:07 +08:00
cmake Add amazonlinux image, prepare to remove Centos7 image, remove openblas image (#26368) 2023-08-18 18:32:19 +08:00
src enhance: Unify data type check APIs under internal/core (#31800) 2024-04-02 19:15:14 +08:00
thirdparty enhance: lock tantivy dependencies (#31688) 2024-03-29 10:15:17 +08:00
unittest enhance: Unify data type check APIs under internal/core (#31800) 2024-04-02 19:15:14 +08:00
build.sh milvus support multi index engine (#27178) 2023-09-22 09:59:26 +08:00
CMakeLists.txt fix: binary vector should not limit dimension to 32768 (#30676) 2024-03-05 14:21:00 +08:00
conanfile.py enhance: upgrade folly to run on arm (#31284) 2024-03-15 15:39:03 +08:00
OWNERS [skip ci]Update OWNERS files (#11898) 2021-11-16 15:41:11 +08:00
run_clang_format.sh fix: inverted index file not found (#29695) 2024-01-07 20:26:49 +08:00