You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the feature lookup remote table, we use the variable type SelectedRows to represent a Table currently. But sometimes the code is not certainly enough. Maybe we need a new class named Table(or othes) that inherit SelectedRows and implement some certain interface, the pseudo code as following:
As the offline discussion, maybe we can SelectedRows always, and implement some new interfaces to operate the sparse table. And on the other hand, we can auto-reallocate the memory while calling the Set interface.
For the feature lookup remote table, we use the variable type
SelectedRows
to represent aTable
currently. But sometimes the code is not certainly enough. Maybe we need a new class namedTable
(or othes) that inheritSelectedRows
and implement some certain interface, the pseudo code as following:The text was updated successfully, but these errors were encountered: