DataFrame.Schema Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the schema associated with this DataFrame
.
public Microsoft.Spark.Sql.Types.StructType Schema ();
member this.Schema : unit -> Microsoft.Spark.Sql.Types.StructType
Public Function Schema () As StructType
Returns
Schema associated with this data frame