Skip to content

TableImpl

TableImpl is a Table that can be created using Table.forPath utility.

Note

There is no configuration property to change the default implementation of Table abstraction at the moment.

Creating Instance

TableImpl takes the following to be created:

  • Table path

TableImpl is created using TableImpl.forPath utility.

Create Delta Table for Path

Table forPath(
  Engine engine,
  String path)

forPath requests the given Engine for the getFileSystemClient to resolvePath.

In the end, forPath creates a TableImpl with the path resolved.


forPath is used when: