# Functions
No description provided by the author
The opposite of ldbTableName().
Returns a map of stringly typed field types to strongly typed field types.
Converts a family/table name pair to a concatenated version that works with SQLite, which doesn't support SQL schema objects.
No description provided by the author
No description provided by the author
builds a new primary key from a slice of field names and the corresponding field types.
builds a new primary key from a slice of field name and the string representation of the field types.
No description provided by the author
used for testing.
No description provided by the author
parseFamilyTable breaks up a full table name into family/table parts.
Convert a known SQL type string to a FieldType.
No description provided by the author
No description provided by the author
# Constants
These are the markers used to indicate the start and end of transactions in ctldb's DML log.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Maps FieldTypes to their stringly typed version.
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
FamilyTable composes a family name and a table name.
No description provided by the author
Roses are red, Violets are blue, This type would fill me with less existential dread, If Go had a tuple type instead.
No description provided by the author
No description provided by the author
use newTableName to construct a tableName.
use newWriterName to construct a writerName.