Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do worker data models for storing segments #3

Closed
jtwarren opened this issue Apr 21, 2014 · 2 comments
Closed

Do worker data models for storing segments #3

jtwarren opened this issue Apr 21, 2014 · 2 comments
Assignees
Milestone

Comments

@jtwarren
Copy link
Collaborator

@vikasvelagapudi

@jtwarren jtwarren added this to the MVP milestone Apr 21, 2014
@jtwarren
Copy link
Collaborator Author

type Segment struct {
  Tuples []Tuple
}

func MakeSegment(tuples []Tuple) Segment {
  var segment Segment
  segment.Tuples = tuples
  return segment
}

@babymastodon
Copy link
Collaborator

@vikasvelagapudi is going to add partitions to the segments

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

No branches or pull requests

3 participants