Class RealtimeSegmentConverter
- java.lang.Object
-
- org.apache.pinot.segment.local.realtime.converter.RealtimeSegmentConverter
-
public class RealtimeSegmentConverter extends Object
-
-
Constructor Summary
Constructors Constructor Description RealtimeSegmentConverter(MutableSegmentImpl realtimeSegment, SegmentZKPropsConfig segmentZKPropsConfig, String outputPath, Schema schema, String tableName, TableConfig tableConfig, String segmentName, ColumnIndicesForRealtimeTable cdc, boolean nullHandlingEnabled)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuild(SegmentVersion segmentVersion, ServerMetrics serverMetrics)static SchemagetUpdatedSchema(Schema original)Returns a new schema containing only physical columns
-
-
-
Constructor Detail
-
RealtimeSegmentConverter
public RealtimeSegmentConverter(MutableSegmentImpl realtimeSegment, SegmentZKPropsConfig segmentZKPropsConfig, String outputPath, Schema schema, String tableName, TableConfig tableConfig, String segmentName, ColumnIndicesForRealtimeTable cdc, boolean nullHandlingEnabled)
-
-
Method Detail
-
build
public void build(@Nullable SegmentVersion segmentVersion, ServerMetrics serverMetrics) throws Exception- Throws:
Exception
-
-