Interface TableInput

All Superinterfaces:
GraphElement, Input
All Known Implementing Classes:
Table, VirtualTableInput

public interface TableInput extends Input
A type of Input where data is loaded from a table.
  • Method Details

    • specifiedSchema

      scala.Option<StructType> specifiedSchema()
      The user-specified schema for this table.