Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultColumnThresh = 5 * 1024 * 1024 DefaultSkewThresh = 25 * 1024 * 1024 )
Variables ¶
This section is empty.
Functions ¶
func NewWriter ¶
func NewWriter(w io.WriteCloser) (*vng.Writer, error)
NewWriter returns a writer to w with reasonable default options.
func NewWriterWithOpts ¶ added in v1.11.0
func NewWriterWithOpts(w io.WriteCloser, opts WriterOpts) (*vng.Writer, error)
Types ¶
Click to show internal directories.
Click to hide internal directories.