Class SpatialDimensionRowTransformer
java.lang.Object
org.apache.druid.segment.incremental.SpatialDimensionRowTransformer
- All Implemented Interfaces:
com.google.common.base.Function<InputRow,,InputRow> Function<InputRow,InputRow>
public class SpatialDimensionRowTransformer
extends Object
implements com.google.common.base.Function<InputRow,InputRow>
We throw away all invalid spatial dimensions
-
Constructor Summary
ConstructorsConstructorDescriptionSpatialDimensionRowTransformer(List<SpatialDimensionSchema> spatialDimensions) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.common.base.Function
equals
-
Constructor Details
-
SpatialDimensionRowTransformer
-
-
Method Details