| Query | R Documentation |
Query Class
An R6Class generator object
typeQuerytype
layoutLayout
statusQuerystatus
attributeBufferHeaderslist( AttributeBufferHeader )
writerWriter [optional]
readerQueryReader [optional]
arrayArray
totalFixedLengthBufferBytesinteger
totalVarLenBufferBytesinteger
new()Query$new( type, layout, status, attributeBufferHeaders, array, totalFixedLengthBufferBytes, totalVarLenBufferBytes, writer = NULL, reader = NULL, ... )
toJSON()Query$toJSON()
fromJSON()Query$fromJSON(QueryJson)
toJSONString()Query$toJSONString()
fromJSONString()Query$fromJSONString(QueryJson)
clone()The objects of this class are cloneable with this method.
Query$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.