-
- All Implemented Interfaces:
public final class ColumnSchema.Frame extends ColumnSchema
-
-
Field Summary
Fields Modifier and Type Field Description private final ColumnKind
kind
private final KType
type
private final DataFrameSchema
schema
private final Boolean
nullable
-
Constructor Summary
Constructors Constructor Description ColumnSchema.Frame(DataFrameSchema schema, Boolean nullable)
-
Method Summary
Modifier and Type Method Description ColumnKind
getKind()
KType
getType()
final DataFrameSchema
getSchema()
Boolean
getNullable()
final CompareResult
compare(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)
-
-
-
-