Interface JSONInsertOptions

Hierarchy

  • JSONInsertOptions

Properties

columns?: {
    [key: string]: arrow.DataType;
}

Type declaration

  • [key: string]: arrow.DataType
columnsFlat?: SQLField[]
create?: boolean
name: string
schema?: string

Generated using TypeDoc