DeltaSharing.RawClient (delta_sharing v0.3.0) View Source

Link to this section Summary

Link to this section Functions

Link to this function

get_share(client, share)

View Source
Link to this function

list_all_tables_in_share(client, share, max_results \\ nil, page_token \\ nil)

View Source
Link to this function

list_schemas_in_share(client, share, max_results \\ nil, page_token \\ nil)

View Source
Link to this function

list_shares(client, max_results \\ nil, page_token \\ nil)

View Source
Link to this function

list_tables_in_schemas(client, share, schema, max_results \\ nil, page_token \\ nil)

View Source
Link to this function

query_table(client, share, schema, table, limit_hint \\ nil, predicate_hints \\ nil)

View Source
Link to this function

query_table_metadata(client, share, schema, table)

View Source
Link to this function

query_table_version(client, share, schema, table)

View Source