# README
CloudQuery Type System
This directory is heavily based on jackc/pgtype and modified per CQ needs and thus fall under the original MIT license and copyright.
# Functions
No description provided by the author
No description provided by the author
ParentColumnResolver resolves a column from the parent's table data, if name isn't set the column will be set to null.
PathResolver resolves a field in the Resource.Item
Examples: PathResolver("Field") PathResolver("InnerStruct.Field") PathResolver("InnerStruct.InnerInnerStruct.Field").
No description provided by the author
No description provided by the author
# Constants
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
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
These columns are managed and populated by the source plugins.
No description provided by the author
No description provided by the author
These columns are managed and populated by the destination plugin.
# 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
Column definition for Table.
ColumnCreationOptions allow modification of how column is defined when table is created.
No description provided by the author
This struct is what we send over the wire to destination.
No description provided by the author
Inet represents both inet and cidr PostgreSQL types.
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
Resource represents a row in it's associated table, it carries a reference to the original item, and automatically generates an Id based on Table's Columns.
This is deprecated.
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
# Interfaces
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
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
# Type aliases
No description provided by the author
No description provided by the author
ColumnResolver is called for each row received in TableResolver's data fetch.
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
TableResolver is the main entry point when a table is sync is called.
No description provided by the author
No description provided by the author
No description provided by the author