opencybersecurityalliance / firepit

Firepit - STIX Columnar Storage
Apache License 2.0
15 stars 12 forks source link

v1.2: better support for grouped data #30

Closed pcoccoli closed 3 years ago

pcoccoli commented 3 years ago

Grouped views can now be modified (via assign or reassign). Doing so will cause the underlying SQL view to be converted into an actual table. As a result, a new API types() is introduced that returns the list of STIX object types in the session (formerly you could use tables() for this, but now the grouped "view" will be listed as well).