Skip to content

[Feature]: support new type, StructArray #42148

@SpadeA-Tang

Description

@SpadeA-Tang

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe.

The StructArray type represents an array of structs. Each struct adheres to a schema that defines its fields, similar to a collection schema. These fields can be of vector or scalar types; however, nested array types within a struct are not supported. Essentially, a StructArray provides a logical grouping of some related data fields.

Therefore, this structure facilitates building indexes on arrays of vectors and subsequently querying them. Furthermore, it enables support for more advanced filter expressions, including nested queries.

Development Tasks

Metadata

Metadata

Assignees

Labels

kind/featureIssues related to feature request from users

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions