public class FileFormatPropertiesCSV extends FileFormatProperties implements Serializable
Constructor and Description |
---|
FileFormatPropertiesCSV() |
FileFormatPropertiesCSV(boolean hasHeader,
String delim,
boolean sparse) |
FileFormatPropertiesCSV(boolean hasHeader,
String delim,
boolean fill,
double fillValue,
String naStrings) |
Modifier and Type | Method and Description |
---|---|
String |
getDelim() |
double |
getFillValue() |
HashSet<String> |
getNAStrings() |
boolean |
hasHeader() |
boolean |
isFill() |
boolean |
isSparse() |
void |
setDelim(String delim) |
void |
setFill(boolean fill) |
void |
setFillValue(double fillValue) |
void |
setHeader(boolean hasHeader) |
void |
setNAStrings(HashSet<String> naStrings) |
void |
setSparse(boolean sparse) |
String |
toString() |
getDescription, setDescription
public FileFormatPropertiesCSV()
public FileFormatPropertiesCSV(boolean hasHeader, String delim, boolean fill, double fillValue, String naStrings)
public FileFormatPropertiesCSV(boolean hasHeader, String delim, boolean sparse)
public boolean hasHeader()
public void setHeader(boolean hasHeader)
public String getDelim()
public void setDelim(String delim)
public boolean isFill()
public void setFill(boolean fill)
public double getFillValue()
public void setFillValue(double fillValue)
public boolean isSparse()
public void setSparse(boolean sparse)
Copyright © 2020 The Apache Software Foundation. All rights reserved.