Versions in this module Expand all Collapse all v1 v1.1.9 Oct 1, 2018 Changes in this version + const AzureAccountKeyParam + const AzureAccountNameParam + const ExportRequestLimit + const S3AccessKeyParam + const S3SecretParam + var AddSSTableEnabled = settings.RegisterBoolSetting("kv.import.experimental_addsstable.enabled", ...) + func ExportStorageConfFromURI(path string) (roachpb.ExportStorage, error) + func MakeLocalStorageURI(path string) (string, error) + func SHA512ChecksumData(data []byte) ([]byte, error) + func SanitizeExportStorageURI(path string) (string, error) + type ExportStorage interface + Conf func() roachpb.ExportStorage + Delete func(ctx context.Context, basename string) error + ReadFile func(ctx context.Context, basename string) (io.ReadCloser, error) + WriteFile func(ctx context.Context, basename string, content io.ReadSeeker) error + func MakeExportStorage(ctx context.Context, dest roachpb.ExportStorage) (ExportStorage, error) + type KeyRewriter struct + func MakeKeyRewriter(rekeys []roachpb.ImportRequest_TableRekey) (*KeyRewriter, error) + func (kr *KeyRewriter) RewriteKey(key []byte) ([]byte, bool, error) + func (kr *KeyRewriter) RewriteSpan(span roachpb.Span) (roachpb.Span, error) Incompatible versions in this module v19.2.12+incompatible Jan 12, 2021