Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParquetFields ¶
Types ¶
type Archiver ¶
type Archiver struct { Name string `yaml:"name"` Source Source `yaml:"source"` Preserver Preserver `yaml:"preserver"` Repository Repository `yaml:"repository"` }
type Field ¶
type Field struct { Name string `yaml:"name"` Type string `yaml:"type"` ConvertedType string `yaml:"converted_type,omitempty"` RepetitionType string `yaml:"repetition_type,omitempty"` Scale *int `yaml:"scale,omitempty"` Precision *int `yaml:"precision,omitempty"` Length *int `yaml:"length,omitempty"` }
func SchemaToConfigFields ¶
type Librarian ¶
func NewLibrarianFromFile ¶
type Repository ¶
type Repository struct { Type string `yaml:"type"` LocalConfig struct { Path string `yaml:"path"` } `yaml:"local"` S3Config struct { Bucket string `yaml:"bucket"` Region string `yaml:"region"` Prefix string `yaml:"prefix"` Endpoint string `yaml:"endpoint"` ForcePathStyle bool `yaml:"force_path_style"` } `yaml:"s3"` }
Click to show internal directories.
Click to hide internal directories.