Class TableMetadataUnit

java.lang.Object
org.apache.drill.metastore.components.tables.TableMetadataUnit

public class TableMetadataUnit extends Object
Class that represents one row in Drill Metastore Tables which is a generic representation of metastore metadata suitable to any metastore table metadata type (table, segment, file, row group, partition). Is used to read and write data from / to Drill Metastore Tables implementation. Note: changing field order and adding new fields may break backward compatibility in existing Metastore implementations. It is recommended to add new information into additionalMetadata field instead.