Class HeaderImpl

  • All Implemented Interfaces:
    Header

    public class HeaderImpl
    extends Object
    implements Header
    Query result header interface implementation
    • Constructor Detail

      • HeaderImpl

        public HeaderImpl​(List<List<Object>> raw)
        Parameterized constructor A raw representation of a header (query response schema) is a list. Each entry in the list is a tuple (list of size 2). tuple[0] represents the type of the column, and tuple[1] represents the name of the column.
        Parameters:
        raw - - raw representation of a header