Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
AggregateHistogramResponse |
GPUdb.aggregateHistogram(AggregateHistogramRequest request)
Performs a histogram calculation given a table, a column, and an
interval function.
|
Modifier and Type | Method and Description |
---|---|
AggregateHistogramRequest |
AggregateHistogramRequest.setColumnName(String columnName) |
AggregateHistogramRequest |
AggregateHistogramRequest.setEnd(double end) |
AggregateHistogramRequest |
AggregateHistogramRequest.setInterval(double interval) |
AggregateHistogramRequest |
AggregateHistogramRequest.setOptions(Map<String,String> options) |
AggregateHistogramRequest |
AggregateHistogramRequest.setStart(double start) |
AggregateHistogramRequest |
AggregateHistogramRequest.setTableName(String tableName) |
Copyright © 2020. All rights reserved.