Package com.atlan.api

Class QueryParserEndpoint


public class QueryParserEndpoint extends HekaEndpoint
API endpoints for parsing SQL queries.
  • Constructor Details

    • QueryParserEndpoint

      public QueryParserEndpoint(AtlanClient client)
  • Method Details

    • parse

      public ParsedQuery parse(QueryParserRequest request) throws AtlanException
      Parses the provided query to describe its component parts.
      Parameters:
      request - query to parse and configuration options
      Returns:
      parsed explanation of the query
      Throws:
      AtlanException - on any issues with API communication
    • parse

      public ParsedQuery parse(QueryParserRequest request, RequestOptions options) throws AtlanException
      Parses the provided query to describe its component parts.
      Parameters:
      request - query to parse and configuration options
      options - to override default client settings
      Returns:
      parsed explanation of the query
      Throws:
      AtlanException - on any issues with API communication