get

operator fun get(path: CatalogPath): InferredField?

The field at path, or null if the catalog does not track it.


operator fun get(expression: String): InferredField?

The field at the path expression parses to. See CatalogPath.parse.