Uses of Class
com.amazonaws.athena.connector.lambda.QueryStatusChecker
-
Packages that use QueryStatusChecker Package Description com.amazonaws.athena.connector.lambda.handlers -
-
Uses of QueryStatusChecker in com.amazonaws.athena.connector.lambda.handlers
Methods in com.amazonaws.athena.connector.lambda.handlers with parameters of type QueryStatusChecker Modifier and Type Method Description abstract voidMetadataHandler. getPartitions(BlockWriter blockWriter, GetTableLayoutRequest request, QueryStatusChecker queryStatusChecker)Used to get the partitions that must be read from the request table in order to satisfy the requested predicate.protected abstract voidRecordHandler. readWithConstraint(BlockSpiller spiller, ReadRecordsRequest recordsRequest, QueryStatusChecker queryStatusChecker)A more stream lined option for reading the row data associated with the provided Split.
-