package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev
# 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.
NewFileToTableSystem returns a FileToTableSystem object.
# Constants
4 Mib.
# 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.