dmccloskey / TensorBase

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

Refactor TensorAxis and TensorDimension to use TensorData #18

Closed dmccloskey closed 5 years ago

dmccloskey commented 5 years ago

Description

There are many scenarios where it would be ideal to have labels that are of a different type than a string. Therefore, it make sense to instead us a specialized TensorData of a predefined dimension to work with different data types on either the CPU or GPU

Objectives

Validation