Other Structures

The following structures are available globally.

  • Undocumented

    See more

    Declaration

    Swift

    public struct SchemaProblem : Equatable, CustomStringConvertible
  • PTypedTable is a typed equivalent to PTable.

    While PTable is the bread-and-butter table type, it heavily leverages type erasure to facilitate ad-hoc analysis. If analysis is regularly done over files with similar formats, it can be helpful to define a schema, as this unlocks additional ergonomics and performance.

    TODO: give an example! Or point to the tutorial!

    See more

    Declaration

    Swift

    @dynamicMemberLookup
    public struct PTypedTable<Schema> where Schema : PTableSchema