Versions in this module Expand all Collapse all v1 v1.0.0 Mar 25, 2026 Changes in this version + func GenerateDuckDBQuery(table, protocol string) string + type Column struct + Name string + Nullable bool + Type string + type ExportFormat string + const FormatArrow + const FormatCSV + const FormatJSON + const FormatParquet + type Schema struct + Columns []Column + Protocol string + func DeriveSchema(protocol string, fields map[string]string) *Schema + func (s *Schema) Describe() string + func (s *Schema) GenerateSQL(tableName string) string