Package app.babylon.table.transform
Class DateFormatInference
java.lang.Object
app.babylon.table.transform.DateFormatInference
-
Method Summary
Modifier and TypeMethodDescriptionstatic DateFormatinferFormat(ColumnObject<String> column) static DateFormat[]inferFormats(ColumnObject<String>[] columns) static booleanisLikelyDate(CharSequence value) static booleanisLikelyDate(CharSequence value, boolean isDateName) static booleanisStrictDecimal(CharSequence value) static booleanisStrictInteger(CharSequence value)
-
Method Details
-
inferFormats
-
inferFormat
-
isLikelyDate
-
isLikelyDate
-
isStrictInteger
-
isStrictDecimal
-