argopy.stores.index.implementations.index_s3.search_s3

Contents

argopy.stores.index.implementations.index_s3.search_s3#

search_s3(func)#

Decorator for ArgoIndexSearchEngine instance methods patched for S3 store

This decorator will bypass argopy.stores.indexstore search methods with a boto3 sql request design when using the S3 Argo index store.

Note that search methods are bypassed only if the index was not loaded before, otherwise we’re using the store original method working with the internal index structure (pandas dataframe or pyarrow table).