Type Alias DataTableEx

type DataTableEx = {
    qFields?: DataField[];
    qFormatSpec?: string;
    qLogicalName?: string;
    qName?: string;
}
Index
qFields?: DataField[]

List of the fields in the table.

qFormatSpec?: string

List of format specification items, within brackets. Examples of specification items:

  • file type
  • embedded labels, no labels
  • table is <table name>
qLogicalName?: string

Logical name of the table. Used by nested Parquet tables.

qName?: string

Name of the table.