pub fn options_from_column_schema(
column_schema: &ColumnSchema,
) -> Option<ColumnOptions>
Expand description
Constructs a ColumnOptions
from the given ColumnSchema
.
pub fn options_from_column_schema(
column_schema: &ColumnSchema,
) -> Option<ColumnOptions>
Constructs a ColumnOptions
from the given ColumnSchema
.