Uses of Interface
org.apache.druid.segment.SegmentMapFunction
Packages that use SegmentMapFunction
-
Uses of SegmentMapFunction in org.apache.druid.query
Methods in org.apache.druid.query that return SegmentMapFunctionModifier and TypeMethodDescriptionDataSource.createSegmentMapFunction(Query query) Returns a segment function on to how to segment should be modified.FilteredDataSource.createSegmentMapFunction(Query query) static SegmentMapFunctionJoinDataSource.createSegmentMapFunction(List<JoinableClause> clausesToUse, Filter baseFilterToUse, JoinFilterPreAnalysis joinFilterPreAnalysis, SegmentMapFunction baseMapFn) JoinDataSource.createSegmentMapFunction(Query query) Creates a Function that maps base segments toHashJoinSegmentif needed (i.e.LeafDataSource.createSegmentMapFunction(Query query) QueryDataSource.createSegmentMapFunction(Query query) RestrictedDataSource.createSegmentMapFunction(Query query) UnionDataSource.createSegmentMapFunction(Query query) UnnestDataSource.createSegmentMapFunction(Query query) Methods in org.apache.druid.query with parameters of type SegmentMapFunctionModifier and TypeMethodDescriptionstatic SegmentMapFunctionJoinDataSource.createSegmentMapFunction(List<JoinableClause> clausesToUse, Filter baseFilterToUse, JoinFilterPreAnalysis joinFilterPreAnalysis, SegmentMapFunction baseMapFn) -
Uses of SegmentMapFunction in org.apache.druid.query.planning
Methods in org.apache.druid.query.planning that return SegmentMapFunctionModifier and TypeMethodDescriptionExecutionVertex.createSegmentMapFunction(PolicyEnforcer policyEnforcer) Assembles the segment mapping function which should be applied to the input segments. -
Uses of SegmentMapFunction in org.apache.druid.segment
Fields in org.apache.druid.segment declared as SegmentMapFunctionModifier and TypeFieldDescriptionstatic final SegmentMapFunctionSegmentMapFunction.IDENTITYThe identity function - returns the same segmentMethods in org.apache.druid.segment that return SegmentMapFunctionModifier and TypeMethodDescriptiondefault SegmentMapFunctionReturns aSegmentMapFunctionwhich first applies thisSegmentMapFunctionand then applies the supplied transformation function to the resultingSegment, if present.Methods in org.apache.druid.segment with parameters of type SegmentMapFunctionModifier and TypeMethodDescriptionSegmentReference.map(SegmentMapFunction segmentMapFn) Maps the wrapped segment and returns a reference to it.