dmccloskey / TensorBase

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

TensorSelect `Join` and/or `Union` statements #24

Open dmccloskey opened 5 years ago

dmccloskey commented 5 years ago

Description

As a user, I would like to be able to join Tensors along common dimensions. I would also like to be able to join Tensors that have been reduced as a result of a previous TensorSelect method to an existing Tensor.

Objectives

Validation