Class DataSourceInformation


  • public class DataSourceInformation
    extends Object
    Encapsulates information about a datasource, such as its schema.
    • Constructor Detail

      • DataSourceInformation

        public DataSourceInformation​(String dataSource,
                                     org.apache.druid.segment.column.RowSignature rowSignature)
    • Method Detail

      • getDataSource

        public String getDataSource()
      • getRowSignature

        public org.apache.druid.segment.column.RowSignature getRowSignature()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object