milvus/client/column
Tianx c0d62268ac
feat: add timesatmptz data type (#44005)
issue: https://github.com/milvus-io/milvus/issues/27467
>
https://github.com/milvus-io/milvus/issues/27467#issuecomment-3092211420
> * [x]  M1 Create collection with timestamptz field
> * [x]  M2 Insert timestamptz field data
> * [x]  M3 Retrieve timestamptz field data
> * [x]  M4 Implement handoff[ ]  

The second PR of issue:
https://github.com/milvus-io/milvus/issues/27467, which completes M1-M4
described above.

---------

Signed-off-by: xtx <xtianx@smail.nju.edu.cn>
2025-08-26 15:59:53 +08:00
..
array.go fix: [GoSDK] Pass only valid data for nullable column (#40328) 2025-03-04 20:58:04 +08:00
array_test.go enhance: [GoSDK] Use generic column base and add unit tests (#37768) 2024-11-19 10:40:31 +08:00
columns.go feat: add timesatmptz data type (#44005) 2025-08-26 15:59:53 +08:00
columns_test.go enhance: [GoSDK] Remove example in main pkg to make ut script work (#37472) 2024-11-07 10:50:25 +08:00
conversion.go feat: Support restful & go sdk for Int8Vector (#39278) 2025-01-24 17:07:07 +08:00
dynamic.go enhance: [GoSDK] Use generic column base and add unit tests (#37768) 2024-11-19 10:40:31 +08:00
dynamic_test.go enhance: [GoSDK] Use generic column base and add unit tests (#37768) 2024-11-19 10:40:31 +08:00
generic_base.go enhance: [GoSDK] support compact&sparse mode nullable column (#41576) 2025-04-28 19:36:48 +08:00
generic_base_test.go enhance: [GoSDK] support compact&sparse mode nullable column (#41576) 2025-04-28 19:36:48 +08:00
json.go enhance: [GoSDK] Use generic column base and add unit tests (#37768) 2024-11-19 10:40:31 +08:00
json_test.go enhance: [GoSDK] Use generic column base and add unit tests (#37768) 2024-11-19 10:40:31 +08:00
nullable.go feat: add timesatmptz data type (#44005) 2025-08-26 15:59:53 +08:00
nullable_test.go enhance: [GoSDK] support compact&sparse mode nullable column (#41576) 2025-04-28 19:36:48 +08:00
scalar.go feat: add timesatmptz data type (#44005) 2025-08-26 15:59:53 +08:00
scalar_test.go enhance: [GoSDK] Support nullable generic column (#38076) 2024-11-29 10:40:37 +08:00
sparse.go enhance: [GoSDK] Add Slice method for Vector Columns (#37951) 2024-11-24 14:48:33 +08:00
sparse_test.go enhance: [GoSDK] Add Slice method for Vector Columns (#37951) 2024-11-24 14:48:33 +08:00
vector.go feat: Support restful & go sdk for Int8Vector (#39278) 2025-01-24 17:07:07 +08:00
vector_test.go enhance: [GoSDK] Use pkg v2 module path (#40134) 2025-02-25 10:33:56 +08:00