package
20.2.19+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

DestroyUserFileSystem drops the user scoped tables effectively deleting the blobs and metadata of every file.
MakeInternalFileToTableExecutor returns an instance of a InternalFileToTableExecutor.
MakeSQLConnFileToTableExecutor returns an instance of a SQLConnFileToTableExecutor.
MaybeExpandQuotedTableName checks if the existing table prefix is quoted, if it is it extends the quotes to include the tableSuffix.
NewFileToTableSystem returns a FileToTableSystem object.

# Constants

# Structs

FileToTableExecutorRows encompasses the two formats in which the InternalFileToTableExecutor and SQLConnFileToTableExecutor output their rows.
FileToTableSystem can be used to store, retrieve and delete the blobs and metadata of files, from user scoped tables.
InternalFileToTableExecutor is the SQL query executor which uses an internal SQL connection to interact with the database.
SQLConnFileToTableExecutor is the SQL query executor which uses a network backed SQL connection to interact with the database.

# Interfaces

FileToTableSystemExecutor is the interface which defines the methods for the SQL query executor used by the FileToTableSystem.