ReQL command: typeOf
Command syntax
any.typeOf() → string
Description
Gets the type of a ReQL query’s return value.
The type will be returned as a string:
ARRAYBOOLDBFUNCTIONGROUPED_DATAGROUPED_STREAMMAXVALMINVALNULLNUMBEROBJECTPTYPE<BINARY>PTYPE<GEOMETRY>PTYPE<TIME>SELECTION<ARRAY>SELECTION<OBJECT>SELECTION<STREAM>STREAMSTRINGTABLE_SLICETABLE
Read the article on ReQL data types for a more detailed discussion. Note that some possible return values from typeOf are internal values, such as MAXVAL, and unlikely to be returned from queries in standard practice.
Example: Get the type of a string.
r.expr("foo").typeOf().run(conn);
// result: "STRING"
Get more help
Couldn't find what you were looking for?
- Ask a question on Stack Overflow
- Chat with us and our community on Slack
- Talk to the team on IRC on #rethinkdb@freenode.net — via Webchat
- Ping @rethinkdb on Twitter
- Post an issue on the documentation issue tracker on GitHub
Contribute: edit this page or open an issue