Interface ExtendedParser

All Superinterfaces:
org.apache.spark.sql.catalyst.parser.DataTypeParserInterface, org.apache.spark.sql.catalyst.parser.ParserInterface

public interface ExtendedParser extends org.apache.spark.sql.catalyst.parser.ParserInterface
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    parseSortOrder(String orderString)
     
    parseSortOrder(org.apache.spark.sql.SparkSession spark, String orderString)
     

    Methods inherited from interface org.apache.spark.sql.catalyst.parser.DataTypeParserInterface

    parseDataType, parseTableSchema

    Methods inherited from interface org.apache.spark.sql.catalyst.parser.ParserInterface

    parseExpression, parseFunctionIdentifier, parseMultipartIdentifier, parsePlan, parseQuery, parseTableIdentifier