func()

in client/sql/dataframereader.go [21:24]


func (w *dataFrameReaderImpl) Format(source string) DataFrameReader {
	w.formatSource = source
	return w
}