parquet_column_string_column Interface

interface
public module subroutine parquet_column_string_column(col, p)

Arguments

Type IntentOptional Attributes Name
type(parquet_column), intent(in), target :: col

the column.

type(parquet_string_column), intent(out), pointer :: p

alias to the string store.

Description

Typed string_column: pointer to the embedded string store (PK_STRING/PK_STRING_VEC).