isDataNodeInitialized
Syntax
isDataNodeInitialized()
Alias: isChunkNodeInit
Details
Return true if the current node has been started; return false otherwise. The function can only be executed on data nodes or compute nodes and cannot be executed on agent or controller nodes.
Parameters
None
Returns
A Boolean scalar.
Examples
isDataNodeInitialized()
// output: true
