Function datafusion::row::row_supported
source · pub fn row_supported(schema: &Schema) -> bool
Expand description
Return true of data in schema
can be converted to raw-bytes
based rows.
Note all schemas can be supported in the row format