Amazon Glue Scala ArrayNode API - Amazon Glue
Amazon Web Services 文档中描述的 Amazon Web Services 服务或功能可能因区域而异。要查看适用于中国区域的差异,请参阅 中国的 Amazon Web Services 服务入门 (PDF)

本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。

Amazon Glue Scala ArrayNode API

程序包:com.amazonaws.services.glue.types

ArrayNode case 类

ArrayNode

case class ArrayNode extends DynamicNode ( value : ArrayBuffer[DynamicNode] )

ArrayNode def 方法

def add( node : DynamicNode )
def clone
def equals( other : Any )
def get( index : Int ) : Option[DynamicNode]
def getValue
def hashCode : Int
def isEmpty : Boolean
def nodeType
def remove( index : Int )
def this
def toIterator : Iterator[DynamicNode]
def toJson : String
def update( index : Int, node : DynamicNode )