Uses of Class
com.amazonaws.athena.connector.lambda.metadata.GetTableLayoutResponse
-
Packages that use GetTableLayoutResponse Package Description com.amazonaws.athena.connector.lambda.handlers com.amazonaws.athena.connector.validation com.amazonaws.athena.connectors.jdbc -
-
Uses of GetTableLayoutResponse in com.amazonaws.athena.connector.lambda.handlers
Methods in com.amazonaws.athena.connector.lambda.handlers that return GetTableLayoutResponse Modifier and Type Method Description GetTableLayoutResponse
MetadataHandler. doGetTableLayout(BlockAllocator allocator, GetTableLayoutRequest request)
Used to get the partitions that must be read from the request table in order to satisfy the requested predicate. -
Uses of GetTableLayoutResponse in com.amazonaws.athena.connector.validation
Methods in com.amazonaws.athena.connector.validation that return GetTableLayoutResponse Modifier and Type Method Description static GetTableLayoutResponse
LambdaMetadataProvider. getTableLayout(String catalog, TableName tableName, Constraints constraints, org.apache.arrow.vector.types.pojo.Schema schema, Set<String> partitionCols, String metadataFunction, FederatedIdentity identity)
This method builds and executes a GetTableLayoutRequest against the specified Lambda function. -
Uses of GetTableLayoutResponse in com.amazonaws.athena.connectors.jdbc
Methods in com.amazonaws.athena.connectors.jdbc that return GetTableLayoutResponse Modifier and Type Method Description GetTableLayoutResponse
MultiplexingJdbcMetadataHandler. doGetTableLayout(BlockAllocator blockAllocator, GetTableLayoutRequest getTableLayoutRequest)
-