Package io.trino.operator.scalar
Class JsonPathTokenizer
- java.lang.Object
-
- com.google.common.collect.UnmodifiableIterator<T>
-
- com.google.common.collect.AbstractIterator<String>
-
- io.trino.operator.scalar.JsonPathTokenizer
-
-
Constructor Summary
Constructors Constructor Description JsonPathTokenizer(String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringcomputeNext()StringtoString()-
Methods inherited from class com.google.common.collect.AbstractIterator
endOfData, hasNext, next, peek
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-