HivePartitioning


Description:

[ CCode ( has_construct_function = false ) ]
[ Version ( since = "11.0.0" ) ]
public HivePartitioning (Schema schema, List<Array>? dictionaries, HivePartitioningOptions? options) throws Error

Parameters:

schema

A Schema that describes all partitioned segments.

dictionaries

A list of Array for dictionary data types in schema .

options

A HivePartitioningOptions.

Returns:

The newly created HivePartitioning on success, null on error.