Class SegmentMetadataFetcher


  • public class SegmentMetadataFetcher
    extends Object
    This is a wrapper class for fetching segment metadata related information.
    • Method Detail

      • getSegmentMetadata

        public static String getSegmentMetadata​(org.apache.pinot.segment.local.data.manager.SegmentDataManager segmentDataManager,
                                                List<String> columns)
                                         throws com.fasterxml.jackson.core.JsonProcessingException
        This is a helper method that fetches the segment metadata for a given segment.
        Parameters:
        columns - Columns to include for metadata
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException