Liking cljdoc? Tell your friends :D
Clojure only.

delta-sharing.client.proto

Core delta sharing client protocol

Core delta sharing client protocol
raw docstring

Clientcljprotocol

Marker protocol that indicates an object is a valid delta-sharing client interface.

Marker protocol that indicates an object is a valid delta-sharing client interface.

read-table-dataclj

(read-table-data client share schema table opts)

Returns a list of data files along with other metadata about the table and protocol.

Returns a list of data files along with other metadata about the table and protocol.

query-table-versionclj

(query-table-version client share schema table opts)

Returns information about the version of a table.

Returns information about the version of a table.

list-sharesclj

(list-shares client opts)

Returns a list of all shares accessible to the recipient.

Returns a list of all shares accessible to the recipient.

list-schema-tablesclj

(list-schema-tables client share schema opts)

Returns a list of tables in a schema.

Returns a list of tables in a schema.

get-shareclj

(get-share client share)

Returns the information about a share.

Returns the information about a share.

list-share-tablesclj

(list-share-tables client share opts)

Returns a list of tables within all schemas of a share.

Returns a list of tables within all schemas of a share.

list-share-schemasclj

(list-share-schemas client share opts)

Returns a list of all the shemas in a share.

Returns a list of all the shemas in a share.

read-change-data-feedclj

(read-change-data-feed client share schema table opts)

Returns a list of change data files along with other metadata about the table and protocol.

Returns a list of change data files along with other metadata about the table and protocol.

query-table-metadataclj

(query-table-metadata client share schema table opts)

Returns information about a table's metadata.

Returns information about a table's metadata.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close