Class TfUtils
java.lang.Object
org.apache.sysds.runtime.transform.TfUtils
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringdesanitizeSpaces(String token) String[]static booleanFunction that checks if the given string is one of NA strings.static StringsanitizeSpaces(String token)
-
Field Details
-
TXMTD_MVPREFIX
- See Also:
-
TXMTD_NDPREFIX
- See Also:
-
TXMTD_SEP
- See Also:
-
TXMTD_COLNAMES
- See Also:
-
TXMTD_RCD_MAP_SUFFIX
- See Also:
-
TXMTD_RCD_DISTINCT_SUFFIX
- See Also:
-
TXMTD_BIN_FILE_SUFFIX
- See Also:
-
TXMTD_MV_FILE_SUFFIX
- See Also:
-
JSON_ATTRS
- See Also:
-
JSON_MTHD
- See Also:
-
JSON_CONSTS
- See Also:
-
JSON_NBINS
- See Also:
-
EXT_SPACE
- See Also:
-
-
Constructor Details
-
TfUtils
public TfUtils()
-
-
Method Details
-
getNAStrings
-
isNA
Function that checks if the given string is one of NA strings.- Parameters:
NAstrings- array of NA stringsw- string to check- Returns:
- true if w is a NAstring
-
sanitizeSpaces
-
desanitizeSpaces
-