Class SegmentSchemas.SegmentSchema
- java.lang.Object
-
- org.apache.druid.segment.realtime.appenderator.SegmentSchemas.SegmentSchema
-
- Enclosing class:
- SegmentSchemas
public static class SegmentSchemas.SegmentSchema extends Object
Encapsulates either the absolute schema or schema change for a segment.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Map<String,org.apache.druid.segment.column.ColumnType>getColumnTypeMap()StringgetDataSource()List<String>getNewColumns()IntegergetNumRows()StringgetSegmentId()List<String>getUpdatedColumns()inthashCode()booleanisDelta()StringtoString()
-