| Package | Description | 
|---|---|
| com.gpudb | |
| com.gpudb.protocol | 
| Modifier and Type | Method and Description | 
|---|---|
FilterByBoxResponse | 
GPUdb.filterByBox(FilterByBoxRequest request)
Calculates how many objects within the given table lie in a rectangular
 box. 
 | 
FilterByBoxResponse | 
GPUdb.filterByBox(String tableName,
           String viewName,
           String xColumnName,
           double minX,
           double maxX,
           String yColumnName,
           double minY,
           double maxY,
           Map<String,String> options)
Calculates how many objects within the given table lie in a rectangular
 box. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FilterByBoxResponse | 
FilterByBoxResponse.setCount(long count)  | 
Copyright © 2019. All rights reserved.