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)
Name of a column or an expression of one or more column names over which
the histogram will be calculated.
|
AggregateHistogramRequest |
AggregateHistogramRequest.setEnd(double end)
Upper end value of the histogram interval, inclusive.
|
AggregateHistogramRequest |
AggregateHistogramRequest.setInterval(double interval)
The size of each bin within the start and end parameters.
|
AggregateHistogramRequest |
AggregateHistogramRequest.setOptions(Map<String,String> options)
Optional parameters.
|
AggregateHistogramRequest |
AggregateHistogramRequest.setStart(double start)
Lower end value of the histogram interval, inclusive.
|
AggregateHistogramRequest |
AggregateHistogramRequest.setTableName(String tableName)
Name of the table on which the operation will be performed.
|
Copyright © 2025. All rights reserved.