Uses of Enum Class
org.rumbledb.runtime.flwor.FlworDataFrameColumn.ColumnFormat
Packages that use FlworDataFrameColumn.ColumnFormat
-
Uses of FlworDataFrameColumn.ColumnFormat in org.rumbledb.runtime.flwor
Methods in org.rumbledb.runtime.flwor that return FlworDataFrameColumn.ColumnFormatModifier and TypeMethodDescriptionFlworDataFrameColumn.getColumnFormat
(String columnName, org.apache.spark.sql.types.StructType inputSchema) Returns the enum constant of this class with the specified name.static FlworDataFrameColumn.ColumnFormat[]
FlworDataFrameColumn.ColumnFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.rumbledb.runtime.flwor with parameters of type FlworDataFrameColumn.ColumnFormatModifierConstructorDescriptionFlworDataFrameColumn
(String tableName, Name variableName, FlworDataFrameColumn.ColumnFormat columnFormat) FlworDataFrameColumn
(String tableName, Name variableName, FlworDataFrameColumn.ColumnFormat columnFormat, SequenceType sequenceType) FlworDataFrameColumn
(Name variableName, FlworDataFrameColumn.ColumnFormat columnFormat)