# Functions
GenTestData generates a slice of arrow.Records with the given schema and options.
NewColumnFromArrowField creates a new Column from an arrow.Field arrow.Field is a low-level representation of a CloudQuery column that can be sent over the wire in a cross-language way.
No description provided by the author
No description provided by the author
Create a CloudQuery Table abstraction from an arrow schema arrow schema is a low level representation of a table that can be sent over the wire in a cross-language way.
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").
TestSourceColumns returns columns for all Arrow types and composites thereof.
TestTable returns a table with columns of all types.
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
# 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
Column definition for Table.
GenTestDataOptions are options for generating test data.
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
TestSourceOptions controls which types are included by TestSourceColumns.
No description provided by the author
# Type aliases
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
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