func()

in client/sql/dataframewriter.go [32:35]


func (w *dataFrameWriterImpl) Format(source string) DataFrameWriter {
	w.formatSource = source
	return w
}