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
..
2024-04-02 19:15:14 +08:00
2023-09-14 14:05:20 +08:00
2023-03-02 15:55:49 +08:00
2024-03-24 21:49:07 +08:00
2023-03-02 15:55:49 +08:00
2023-12-31 19:50:47 +08:00
2024-03-24 21:49:07 +08:00
2023-12-23 21:52:43 +08:00
2023-12-18 12:04:42 +08:00
2024-01-24 00:04:55 +08:00
2024-03-24 21:49:07 +08:00
2023-09-14 14:05:20 +08:00
2024-01-19 17:52:54 +08:00
2023-12-18 12:04:42 +08:00
2024-04-02 19:15:14 +08:00
2024-03-11 14:45:02 +08:00
2024-03-12 09:16:30 -07:00
2024-04-02 19:15:14 +08:00
2024-01-11 10:22:50 +08:00
2023-04-26 10:14:41 +08:00
2023-09-22 14:19:24 +08:00
2024-02-28 12:29:00 +08:00
2023-12-18 12:04:42 +08:00
2024-03-11 19:55:02 +08:00
2023-12-05 16:48:54 +08:00
2022-06-24 21:12:15 +08:00
2023-12-23 21:52:43 +08:00
2023-12-01 18:04:33 +08:00
2024-03-21 11:19:07 +08:00
2024-03-28 06:33:11 +08:00
2024-02-18 15:40:48 +08:00
2023-06-13 19:22:38 +08:00
2024-02-01 12:37:04 +08:00
2024-02-28 18:31:00 +08:00
2024-04-02 19:15:14 +08:00
2024-03-11 14:45:02 +08:00
2023-06-25 14:38:44 +08:00
2023-06-25 14:38:44 +08:00
2024-03-11 14:45:02 +08:00
2023-09-11 20:43:17 +08:00
2023-09-27 12:01:28 +08:00
2024-03-29 14:29:11 +08:00
2024-03-29 14:29:11 +08:00
2024-03-21 11:15:20 +08:00
2024-04-02 19:15:14 +08:00
2024-03-12 09:16:30 -07:00
2024-03-24 21:49:07 +08:00
2024-03-12 09:16:30 -07:00