Uses of Class
com.amazonaws.athena.connector.lambda.metadata.GetTableRequest
-
Packages that use GetTableRequest Package Description com.amazonaws.athena.connector.lambda.handlers -
-
Uses of GetTableRequest in com.amazonaws.athena.connector.lambda.handlers
Methods in com.amazonaws.athena.connector.lambda.handlers with parameters of type GetTableRequest Modifier and Type Method Description GetTableResponseGlueMetadataHandler. doGetTable(BlockAllocator blockAllocator, GetTableRequest request)Attempts to retrieve a Table (columns and properties) from AWS Glue for the request schema (aka database) and table name with no fitlering.protected GetTableResponseGlueMetadataHandler. doGetTable(BlockAllocator blockAllocator, GetTableRequest request, GlueMetadataHandler.TableFilter filter)Attempts to retrieve a Table (columns and properties) from AWS Glue for the request schema (aka database) and table name with no filtering.abstract GetTableResponseMetadataHandler. doGetTable(BlockAllocator allocator, GetTableRequest request)Used to get definition (field names, types, descriptions, etc...) of a Table.
-