Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
FilterByRangeResponse |
GPUdb.filterByRange(FilterByRangeRequest request)
Calculates which objects from a table have a column that is within the
given bounds.
|
FilterByRangeResponse |
GPUdb.filterByRange(String tableName,
String viewName,
String columnName,
double lowerBound,
double upperBound,
Map<String,String> options)
Calculates which objects from a table have a column that is within the
given bounds.
|
Modifier and Type | Method and Description |
---|---|
FilterByRangeResponse |
FilterByRangeResponse.setCount(long count) |
FilterByRangeResponse |
FilterByRangeResponse.setInfo(Map<String,String> info) |
Copyright © 2020. All rights reserved.