• 类型参数

    • T extends Null

    参数

    • props: NullDataProps<T>

    返回值 Data<T>

  • 类型参数

    • T extends Int_<Ints>

    参数

    • props: IntDataProps<T>

    返回值 Data<T>

  • 类型参数

    • T extends Dictionary<any, TKeys>

    参数

    • props: DictionaryDataProps<T>

    返回值 Data<T>

  • 类型参数

    • T extends Float<Floats>

    参数

    • props: FloatDataProps<T>

    返回值 Data<T>

  • 类型参数

    • T extends Bool

    参数

    • props: BoolDataProps<T>

    返回值 Data<T>

  • 类型参数

    • T extends Decimal

    参数

    • props: DecimalDataProps<T>

    返回值 Data<T>

  • 类型参数

    • T extends Date_<Dates>

    参数

    • props: Date_DataProps<T>

    返回值 Data<T>

  • 类型参数

    • T extends Time_<Times>

    参数

    • props: TimeDataProps<T>

    返回 Data<T>

  • 类型参数

    • T extends Timestamp_<Timestamps>

    参数

    • props: TimestampDataProps<T>

    返回 Data<T>

  • 类型参数

    • T extends Interval_<Intervals>

    参数

    • props: IntervalDataProps<T>

    返回 Data<T>

  • 类型参数

    • T extends Duration<Durations>

    参数

    • 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<any>

    参数

    • props: ListDataProps<T>

    返回 Data<T>

  • 类型参数

    • T extends FixedSizeList<any>

    参数

    • props: FixedSizeListDataProps<T>

    返回 Data<T>

  • 类型参数

    • T extends Struct<any>

    参数

    • props: StructDataProps<T>

    返回 Data<T>

  • 类型参数

    • T extends Map_<any, any>

    参数

    • 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_<Unions>

    参数

    • props: UnionDataProps<T>

    返回 Data<T>

  • 类型参数

    参数

    • props: DataProps_<T>

    返回 Data<T>