Skip to content

Conversation

@wgtmac
Copy link
Member

@wgtmac wgtmac commented Nov 14, 2025

  • add struct like accessor
  • support schema to find accessor by field id
  • bound term can evaluate struct-like

- add struct like accessor
- support schema to find accessor by field id
- bound term can evaluate struct-like
return Literal::Fixed(std::vector<uint8_t>(fixed_data.cbegin(), fixed_data.cend()));
}
case TypeId::kUuid:
// TODO(gangwu): Implement UUID type
Copy link
Collaborator

Choose a reason for hiding this comment

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

We seems to have a Uuid class under util dir, can we use that?

Copy link
Member Author

Choose a reason for hiding this comment

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

I have created #314 to address all aspects of the uuid data type. I think the missing parts are more than the scalar part.

@wgtmac
Copy link
Member Author

wgtmac commented Nov 19, 2025

Thanks @zhjwpku @HuaHuaY @liurenjie1024 for the review!

@wgtmac wgtmac merged commit 320a985 into apache:main Nov 19, 2025
10 checks passed
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.

4 participants