• 类型参数

    • T extends Null

    参数

    • props: NullDataProps<T>

    返回 Data<T>

  • 类型参数

    • T extends Int_

    参数

    • props: IntDataProps<T>

    返回 Data<T>

  • 类型参数

    • T extends Dictionary

    参数

    • props: DictionaryDataProps<T>

    返回 Data<T>

  • 类型参数

    • T extends Float

    参数

    • props: FloatDataProps<T>

    返回 Data<T>

  • 类型参数

    • T extends Bool

    参数

    • props: BoolDataProps<T>

    返回 Data<T>

  • 类型参数

    • T extends Decimal

    参数

    • props: DecimalDataProps<T>

    返回 Data<T>

  • 类型参数

    • T extends Date_

    参数

    • props: Date_DataProps<T>

    返回 Data<T>

  • 类型参数

    • T extends Time_

    参数

    • props: TimeDataProps<T>

    返回 Data<T>

  • 类型参数

    • T extends Timestamp_

    参数

    • props: TimestampDataProps<T>

    返回 Data<T>

  • 类型参数

    • T extends Interval_

    参数

    • props: IntervalDataProps<T>

    返回 Data<T>

  • 类型参数

    • T extends Duration

    参数

    • props: DurationDataProps<T>

    返回 Data<T>

  • 类型参数

    • T extends FixedSizeBinary

    参数

    • props: FixedSizeBinaryDataProps<T>

    返回 Data<T>

  • 类型参数

    • T extends Binary

    参数

    • props: BinaryDataProps<T>

    返回 Data<T>

  • 类型参数

    • T extends LargeBinary

    参数

    • props: LargeBinaryDataProps<T>

    返回 Data<T>

  • 类型参数

    • T extends Utf8

    参数

    • props: Utf8DataProps<T>

    返回 Data<T>

  • 类型参数

    • T extends LargeUtf8

    参数

    • props: LargeUtf8DataProps<T>

    返回 Data<T>

  • 类型参数

    • T extends List

    参数

    • props: ListDataProps<T>

    返回 Data<T>

  • 类型参数

    • T extends FixedSizeList

    参数

    • props: FixedSizeListDataProps<T>

    返回 Data<T>

  • 类型参数

    • T extends Struct

    参数

    • props: StructDataProps<T>

    返回 Data<T>

  • 类型参数

    • T extends Map_

    参数

    • props: Map_DataProps<T>

    返回 Data<T>

  • 类型参数

    • T extends SparseUnion

    参数

    • props: SparseUnionDataProps<T>

    返回 Data<T>

  • 类型参数

    • T extends DenseUnion

    参数

    • props: DenseUnionDataProps<T>

    返回 Data<T>

  • 类型参数

    • T extends Union_

    参数

    • props: UnionDataProps<T>

    返回 Data<T>

  • 类型参数

    参数

    • props: DataProps_<T>

    返回 Data<T>