Versions in this module Expand all Collapse all v1 v1.6.0 Jul 29, 2026 v1.5.2 Mar 19, 2026 Changes in this version + func WriteDataFile(filename string, dataFile DataFile) error + type DataFile struct + ChunkSize int + ExpirationDays int + PartitionColumn string + Rows []map[string]string + Schema map[string]DataType + SchemaMapping map[string]string + TableName string + type DataType = string + const AutoDataLoaderSuffix + const DataTypeFloat64 + const DataTypeInteger + const DataTypeJSON + const DataTypeString + const DataTypeTimestamp