dmccloskey / TensorBase

A GPU accelerated, in memory, and multi-dimensional database
MIT License
1 stars 1 forks source link

TensorSelect `select`, `where`, and `sort` clauses #19

Closed dmccloskey closed 5 years ago

dmccloskey commented 5 years ago

Description

A class object for selecting TensorCollection view composed on one or more TensorTables with a subset of the axes selected and sorted. Note that this issue does not tackle JOIN or UNION statements.

Objectives

Validation