argopy.stores.argo_index_proto_s3.search_s3#
- search_s3(func)#
Decorator for search methods patched for S3 store
This decorator will bypass
argopy.stores.indexstoresearch methods with a boto3 more efficient 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).