public class IndexBootstrap extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
BUCKET_FIELD |
Constructor and Description |
---|
IndexBootstrap(Table table) |
Modifier and Type | Method and Description |
---|---|
RecordReader<InternalRow> |
bootstrap(int numAssigners,
int assignId) |
void |
bootstrap(int numAssigners,
int assignId,
java.util.function.Consumer<InternalRow> collector) |
static RowType |
bootstrapType(TableSchema schema) |
public static final String BUCKET_FIELD
public IndexBootstrap(Table table)
public void bootstrap(int numAssigners, int assignId, java.util.function.Consumer<InternalRow> collector) throws IOException
IOException
public RecordReader<InternalRow> bootstrap(int numAssigners, int assignId) throws IOException
IOException
public static RowType bootstrapType(TableSchema schema)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.