dmccloskey / TensorBase

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

Tensor `Update`, `Delete`, and `Insert` commands #29

Closed dmccloskey closed 5 years ago

dmccloskey commented 5 years ago

Description

Class objects and methods for executing SQL-like commands for Update, Delete, and Insert. Each method should have a templated undo and redo method that executes the method (i.e., redo) and reverts the method undo. SQL select statements should be in the for of a lambda function that can be captured by the Class object and executed.

Objectives

Validation