Uses of Class
org.apache.druid.segment.SegmentSchemaMapping
-
Packages that use SegmentSchemaMapping Package Description org.apache.druid.segment -
-
Uses of SegmentSchemaMapping in org.apache.druid.segment
Methods in org.apache.druid.segment that return SegmentSchemaMapping Modifier and Type Method Description SegmentSchemaMappingDataSegmentsWithSchemas. getSegmentSchemaMapping()Methods in org.apache.druid.segment with parameters of type SegmentSchemaMapping Modifier and Type Method Description voidSegmentSchemaMapping. merge(SegmentSchemaMapping other)Merge with another instance.Constructors in org.apache.druid.segment with parameters of type SegmentSchemaMapping Constructor Description DataSegmentsWithSchemas(Set<DataSegment> segments, SegmentSchemaMapping segmentSchemaMapping)
-