Package org.apache.druid.data.input
Class MapBasedInputRow
java.lang.Object
org.apache.druid.data.input.MapBasedRow
org.apache.druid.data.input.MapBasedInputRow
- All Implemented Interfaces:
Comparable<Row>,InputRow,Row
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.druid.data.input.MapBasedRow
compareTo, getDimension, getEvent, getMetric, getRaw, getTimestamp, getTimestampFromEpochMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface org.apache.druid.data.input.Row
getDimension, getMetric, getRaw, getTimestamp, getTimestampFromEpoch
-
Constructor Details
-
MapBasedInputRow
-
MapBasedInputRow
-
-
Method Details
-
getDimensions
Description copied from interface:InputRowReturns the dimensions that exist in this row.- Specified by:
getDimensionsin interfaceInputRow- Returns:
- the dimensions that exist in this row.
-
equals
- Overrides:
equalsin classMapBasedRow
-
hashCode
public int hashCode()- Overrides:
hashCodein classMapBasedRow
-
toString
- Overrides:
toStringin classMapBasedRow
-