public class ResultSetSchema extends BaseSchema
| Constructor and Description |
|---|
ResultSetSchema(Granularity granularity,
Iterable<Column> columns)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ResultSetSchema |
withAddColumn(Column column)
Create a new result set with an additional final column.
|
equals, getColumnNames, getColumns, getGranularity, getMetricColumnNames, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetColumn, getColumnspublic ResultSetSchema(@NotNull
Granularity granularity,
Iterable<Column> columns)
granularity - The bucketing time grain for this schemacolumns - The columns in this schemapublic ResultSetSchema withAddColumn(Column column)
column - the column being addedCopyright © 2016–2018 Yahoo! Inc.. All rights reserved.