Skip to content

feat: add batch insert and search#74

Open
Arshdeep54 wants to merge 1 commit intorefactorfrom
batch-insert
Open

feat: add batch insert and search#74
Arshdeep54 wants to merge 1 commit intorefactorfrom
batch-insert

Conversation

@Arshdeep54
Copy link
Contributor

No description provided.

Signed-off-by: Arshdeep54 <balarsh535@gmail.com>
#[derive(Serialize, Deserialize, Clone, Debug, PartialEq)]
pub struct Point {
pub id: PointId,
pub id: Option<PointId>,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Shouldn't id be necessary in a Point? what does a point with None id signify?

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