Uses of Class
org.apache.druid.segment.SchemaPayload
-
Packages that use SchemaPayload Package Description org.apache.druid.segment -
-
Uses of SchemaPayload in org.apache.druid.segment
Methods in org.apache.druid.segment that return SchemaPayload Modifier and Type Method Description SchemaPayloadSchemaPayloadPlus. getSchemaPayload()Methods in org.apache.druid.segment that return types with arguments of type SchemaPayload Modifier and Type Method Description Map<String,SchemaPayload>SegmentSchemaMapping. getSchemaFingerprintToPayloadMap()Constructors in org.apache.druid.segment with parameters of type SchemaPayload Constructor Description SchemaPayloadPlus(SchemaPayload schemaPayload, Long numRows)
-