Interface FromPath

All Superinterfaces:
GroupByPath, LetPath, LimitPath, OffsetPath, OrderByPath, Path, SelectResultPath, Statement, WherePath
All Known Implementing Classes:
DefaultFromPath

public interface FromPath
extends LetPath
.
Author:
Michael Nitschinger
  • Method Details

    • from

      AsPath from​(String from)
    • from

      AsPath from​(Expression expression)
      Note that from Expression should be a single identifier/path
    • fromCurrentBucket

      AsPath fromCurrentBucket()