Class GlueFieldLexer


  • public class GlueFieldLexer
    extends Object
    Extracts field definitions, including complex types like List and STRUCT, from AWS Glue Data Catalog's definition of a field. This class makes use of GlueTypeParser to tokenize the definition of the field. For basic fields, the Lexer's job is straight forward but for complex types it is more involved.