dmccloskey / TensorBase

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

TensorSelect overload methods to query by primary axis key #34

Closed dmccloskey closed 5 years ago

dmccloskey commented 5 years ago

Description

As a user, I would like to be able to select the labels of an axis either by a) specifying the dimension and the labels for that dimension or b) specifying the row of labels across all of the dimensions. Currently, TensorSelect and the SelectClauses only support option A.

Objectives

Validation