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