Skip to content

add vector type definition and basic APIs / Implements#7204

Open
ColdL wants to merge 2 commits intoapache:masterfrom
ColdL:add-datatype-vectortype
Open

add vector type definition and basic APIs / Implements#7204
ColdL wants to merge 2 commits intoapache:masterfrom
ColdL:add-datatype-vectortype

Conversation

@ColdL
Copy link

@ColdL ColdL commented Feb 4, 2026

Purpose

Linked issue: update #7011

Tests

API and Format

Documentation

@ColdL ColdL changed the title add vector type definition, add APIs in DataGetters/DataTypeVisitor, … add vector type definition and basic APIs / Implements Feb 4, 2026

public VectorType(boolean isNullable, int length, DataType elementType) {
super(isNullable, DataTypeRoot.VECTOR);
// TODO: should we support nullable for vector type?
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we remove nullable for the first version?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DONE

@ColdL ColdL force-pushed the add-datatype-vectortype branch from e7aa94b to 20ee661 Compare February 4, 2026 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants