Skip to content

Instantly share code, notes, and snippets.

@janantala
Created October 6, 2019 15:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save janantala/cb55f66f4fbbaa886a2f18dd9e5f590b to your computer and use it in GitHub Desktop.
Save janantala/cb55f66f4fbbaa886a2f18dd9e5f590b to your computer and use it in GitHub Desktop.
CREATE TABLE rtls_session_tracks_byday (
operation_id text,
year_day text,
floor_id text,
start timestamp,
tag_id text,
positions_x list<float>,
positions_y list<float>,
positions_time list<timestamp>,
PRIMARY KEY ((operation_id, year_day, floor_id), start, tag_id)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment