public class RapidsSchemaV3 extends RequestSchemaV3
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
ast
A Rapids AstRoot expression
|
java.lang.String |
id
[DEPRECATED] Key name to assign Frame results
|
java.lang.String |
sessionId
Session key
|
_excludeFields| Constructor and Description |
|---|
RapidsSchemaV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public java.lang.String ast
public java.lang.String sessionId
public java.lang.String id
public java.lang.String toString()
toString in class RequestSchemaV3