|
|
|
|
|
by Dylan16807
1932 days ago
|
|
A tree would require the ability to have control flow based on data, or using data as an index. You can't do that while keeping the data secret. Just to select a single row you have to do something like sum(row_meets_criteria() * row). With row_meets_criteria returning 0 or 1. |
|