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
[x] Table sort methods for all device types
[x] Table select methods for all device types
[x] Helper methods that broadcast the indices_vew attribute for selecting and sorting
[x] Helper methods that implement device specific selection algorithm
[x] Helper methods that implement device specific sorting algorithm
[x] Unit test coverage for all sort/select methods on all devices
[x] Interface to call select, where, and order by methods
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
, andorder by
clauses will need to be implemented in theTensorTable
class.Objectives
indices_vew
attribute for selecting and sortingselect
,where
, andorder by
methodsValidation