Class SchemaFromCsv

java.lang.Object
com.illumon.iris.db.util.schemas.SchemaFromCsv

public class SchemaFromCsv
extends Object
A utility to read CSV files of table metadata and create schemas based on them. The CSV must contain columns specifying column names and data types, similar to the Table produced by Table.view()