Versions in this module Expand all Collapse all v0 v0.1.1 Aug 31, 2024 Changes in this version + func InferCSVArrowSchema(ctx context.Context, filePath string, opts *CSVReadOptions) (*arrow.Schema, error) + type CSVReadOptions struct + Delimiter rune + HasHeader bool + NullValues []string + StringsCanBeNull bool