dmccloskey / TensorBase

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

TensorTable methods for sorting and selecting #22

Closed dmccloskey closed 5 years ago

dmccloskey commented 5 years ago

Description

All select queries that reference a single table will need to call table sort and select methods. Therefore, methods for selecting and sorting according to the select, where, and order by clauses will need to be implemented in the TensorTable class.

Objectives

Validation