Functionsยง
- insert_
url_ handler - Insert a new URL handler for store_from_url_opts with the given
scheme. This allows users to provide their own custom URL handler to plug new delta_kernel::object_store::ObjectStore instances into delta-kernel, which is used by store_from_url_opts to parse the URL. - store_
from_ url - Create an
ObjectStorefrom a URL. - store_
from_ url_ opts - Create an
ObjectStorefrom a URL with custom options.