Advertisement
Guest User

Untitled

a guest
Aug 24th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. rockset> DESCRIBE twitter_collection;
  2. +-----------------------------------------------+---------------+---------+-----------+
  3. | field | occurrences | total | type |
  4. |-----------------------------------------------+---------------+---------+-----------|
  5. | ['id'] | 4181419 | 4181419 | string |
  6. | ['_event_time'] | 4181419 | 4181419 | timestamp |
  7. | ['coordinates'] | 4178582 | 4181419 | null_type |
  8. | ['coordinates'] | 2837 | 4181419 | object |
  9. | ['coordinates', 'type'] | 2837 | 2837 | string |
  10. | ['coordinates', 'coordinates'] | 2837 | 2837 | array |
  11. | ['coordinates', 'coordinates', '*'] | 5673 | 5674 | float |
  12. | ['coordinates', 'coordinates', '*'] | 1 | 5674 | int |
  13. | ['created_at'] | 4181419 | 4181419 | string |
  14. | ['display_text_range'] | 228832 | 4181419 | array |
  15. | ['display_text_range', '*'] | 457664 | 457664 | int |
  16. | ['entities'] | 4181419 | 4181419 | object |
  17. | ['entities', 'hashtags'] | 4181419 | 4181419 | array |
  18. | ['entities', 'hashtags', '*'] | 1301581 | 1301581 | object |
  19. | ['entities', 'hashtags', '*', 'indices'] | 1301581 | 1301581 | array |
  20. | ['entities', 'hashtags', '*', 'indices', '*'] | 2603162 | 2603162 | int |
  21. | ['entities', 'hashtags', '*', 'text'] | 1301581 | 1301581 | string |
  22. | ['entities', 'user_mentions'] | 4181419 | 4181419 | array |
  23. +-----------------------------------------------+---------------+---------+-----------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement