-
- All Implemented Interfaces:
public final class ColumnSchema.Frame extends ColumnSchema
-
-
Field Summary
Fields Modifier and Type Field Description private final ColumnKindkindprivate final KTypetypeprivate final DataFrameSchemaschemaprivate final Booleannullable
-
Constructor Summary
Constructors Constructor Description ColumnSchema.Frame(DataFrameSchema schema, Boolean nullable)
-
Method Summary
Modifier and Type Method Description ColumnKindgetKind()KTypegetType()final DataFrameSchemagetSchema()BooleangetNullable()final CompareResultcompare(ColumnSchema.Frame other)-
-
Constructor Detail
-
ColumnSchema.Frame
ColumnSchema.Frame(DataFrameSchema schema, Boolean nullable)
-
-
Method Detail
-
getKind
ColumnKind getKind()
-
getSchema
final DataFrameSchema getSchema()
-
getNullable
Boolean getNullable()
-
compare
final CompareResult compare(ColumnSchema.Frame other)
-
-
-
-