Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.8.0
    • Metadata
    • None

    Description

      Please see the doc attached to the parent JIRA DRILL-4714 for details on APIs.

      Add support for following APIs (including protobuf messages, server handling code and Java client APIs)

         List<Catalog> getCatalogs(Filter catalogNameFilter)
      
         List<Schema> getSchemas(
            Filter catalogNameFilter,
            Filter schemaNameFilter
         )
      
         List<Table> getTables(
            Filter catalogNameFilter,
            Filter schemaNameFilter,
           Filter tableNameFilter
         )
      
         List<Column> getColumns(
            Filter catalogNameFilter,
            Filter schemaNameFilter,
            Filter tableNameFilter,
            Filter columnNameFilter
         )
      

      Note: native client changes are not going to be included in this patch. Will file a separate JIRA.

      Attachments

        Issue Links

          Activity

            People

              vkorukanti Venki Korukanti
              vkorukanti Venki Korukanti
              Chun Chang Chun Chang
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: