public static class Transformer.TransformedInputRow extends Object implements InputRow
| Constructor and Description |
|---|
TransformedInputRow(InputRow row,
Map<String,RowFunction> transforms) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Row o) |
boolean |
equals(Object o) |
List<String> |
getDimension(String dimension) |
List<String> |
getDimensions() |
Number |
getMetric(String metric) |
Object |
getRaw(String column) |
org.joda.time.DateTime |
getTimestamp() |
long |
getTimestampFromEpoch() |
int |
hashCode() |
String |
toString() |
public TransformedInputRow(InputRow row, Map<String,RowFunction> transforms)
public List<String> getDimensions()
getDimensions in interface InputRowpublic long getTimestampFromEpoch()
getTimestampFromEpoch in interface Rowpublic org.joda.time.DateTime getTimestamp()
getTimestamp in interface Rowpublic List<String> getDimension(String dimension)
getDimension in interface Rowpublic int compareTo(Row o)
compareTo in interface Comparable<Row>Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.