Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
101 commits
Select commit Hold shift + click to select a range
6a2e051
PARQUET-2471: Add support for geometry logical type
zhangfengcdt Jul 23, 2024
d354012
fix types
zhangfengcdt Jul 23, 2024
969b696
Refactor BoundingBox and GeometryTypes
zhangfengcdt Jul 23, 2024
87ee8ea
revert naming changes
zhangfengcdt Jul 24, 2024
d67e03b
revert TestDecimalUtils
zhangfengcdt Jul 24, 2024
ccf1c4a
revert more
zhangfengcdt Jul 24, 2024
35342c2
refactor statistics
zhangfengcdt Jul 24, 2024
bcfefb7
modify EnvelopeCovering
zhangfengcdt Jul 24, 2024
cf615f6
add more unit tests
zhangfengcdt Jul 25, 2024
c6ae733
update comments
zhangfengcdt Jul 25, 2024
80a629e
add comment for envelope converging expand calculation
zhangfengcdt Jul 26, 2024
e0ec9ef
Fix the boundingbox initial values in constructor
zhangfengcdt Jul 29, 2024
7c728b1
Update the poc implementation for the changes to the spec
zhangfengcdt Aug 7, 2024
fa36d06
remove print
zhangfengcdt Aug 7, 2024
2a1c62a
implement evelop covering for spherical coordinates
zhangfengcdt Aug 8, 2024
d0e7d3d
throw a not-implemented exception for the covering statistics when th…
zhangfengcdt Aug 12, 2024
30d64be
Merge branch 'master' of github.com:apache/parquet-java into feature-…
zhangfengcdt Aug 12, 2024
29a86b5
remove unused comment codes
zhangfengcdt Aug 12, 2024
0c4b8b4
address some review comments
zhangfengcdt Aug 19, 2024
a56e9ad
revert changes that are not desired
zhangfengcdt Aug 20, 2024
1ae3d99
refactor toString and remove test scope of jts-core in parquet-hadoop…
zhangfengcdt Aug 20, 2024
198642d
refactor the converings to be map to avoid ordering issues in stats m…
zhangfengcdt Aug 23, 2024
0cf2de9
address review comments
zhangfengcdt Sep 13, 2024
4f0f7ed
fix formating
zhangfengcdt Sep 13, 2024
a378a9a
address comments to remove string parsing (to be consistent with spec)
zhangfengcdt Sep 23, 2024
698325a
update according to the changes to the upstream pqrquet-format pr
zhangfengcdt Oct 17, 2024
d65ba8e
remove coverings
zhangfengcdt Oct 17, 2024
1b0f5b9
add GeometryStatistics to ColumnMetaData
zhangfengcdt Oct 17, 2024
342e400
more code cleanup for covering
zhangfengcdt Oct 17, 2024
3cc9b68
add toParquetGeometryStatistics
zhangfengcdt Oct 18, 2024
dc05cfd
fix check errors
zhangfengcdt Oct 18, 2024
6f1d586
Merge branch 'master' of github.com:apache/parquet-java into feature-…
zhangfengcdt Nov 13, 2024
e4e3cae
Merge branch 'master' of github.com:apache/parquet-java into feature-…
zhangfengcdt Feb 7, 2025
69d950f
change and remove the encoding and edges from geometry type (spec cha…
zhangfengcdt Feb 7, 2025
d296c6a
fix unit tests
zhangfengcdt Feb 7, 2025
93e28b7
handle the wraparound case for X values
zhangfengcdt Feb 8, 2025
e688d05
support GEOGRAPHY type
zhangfengcdt Feb 8, 2025
01ac560
revert import changes
zhangfengcdt Feb 8, 2025
f9585cd
address pr review comments
zhangfengcdt Feb 19, 2025
b805cf4
fix formatting issue
zhangfengcdt Feb 19, 2025
6aa7028
refactor geography logic type
zhangfengcdt Feb 19, 2025
4536e5f
revert the edge algorithm to use string to avoid loop dependency
zhangfengcdt Feb 19, 2025
f188341
add enum EdgeInterpolationAlgorithm for the geography edge algorithm
zhangfengcdt Feb 21, 2025
214fd39
address pr comments: rename, hash, and equal
zhangfengcdt Feb 21, 2025
907acce
remove column index changes
zhangfengcdt Feb 21, 2025
ef83a2e
revert unnecessary changes
zhangfengcdt Feb 21, 2025
c5d542b
refactor GeospatialStatistics
zhangfengcdt Feb 24, 2025
c1fb37b
refactor writers
zhangfengcdt Feb 24, 2025
dac9ad0
refactor to use colomn value collector instead of binary statistics
zhangfengcdt Feb 24, 2025
e0a319e
revert getLogicalTypeAnnotation
zhangfengcdt Feb 24, 2025
4fd177d
fix TestColumnChunkPageWriteStore
zhangfengcdt Feb 24, 2025
9f0482e
remove DummyBoundingBox
zhangfengcdt Feb 24, 2025
ebd45a9
handle noop builder and null values
zhangfengcdt Feb 25, 2025
0114701
refactor normalizeLongitude
zhangfengcdt Feb 25, 2025
4cd8dfd
add ShowGeospatialStatisticsCommand and tests
zhangfengcdt Feb 25, 2025
5ec6546
add shouldNormalizeLongitude
zhangfengcdt Feb 28, 2025
23af52f
add allowWraparound
zhangfengcdt Mar 3, 2025
d0081be
Merge remote-tracking branch 'apache/master' into feature-apache-parq…
zhangfengcdt Mar 18, 2025
375de55
add allowWraparound in bbox to ParquetProperties
zhangfengcdt Mar 18, 2025
92f45c2
update to use the latest parquet-format release
zhangfengcdt Mar 24, 2025
1ecb5b6
improve handling null, empty, and nan cases in boundingbox
zhangfengcdt Mar 24, 2025
4c10575
remove wrap around logic
zhangfengcdt Mar 28, 2025
8937907
set initial state of bbox to NaN
zhangfengcdt Mar 29, 2025
928109d
add more unit tests to boundingbox
zhangfengcdt Mar 29, 2025
9d08f92
fix comments
zhangfengcdt Mar 29, 2025
f751eb3
make sure no NaN is saved to parquet meta
zhangfengcdt Apr 1, 2025
9916908
upgrade jts version
zhangfengcdt Apr 1, 2025
df461cc
address pr review comments
zhangfengcdt Apr 9, 2025
f3c4979
address pr review comments
zhangfengcdt Apr 11, 2025
7b98a10
refactor BoundingBox
zhangfengcdt Apr 11, 2025
79c80c8
revamp check valid in the geo statistics
zhangfengcdt Apr 11, 2025
f6610e7
update handling of invalid and empty bbox
zhangfengcdt Apr 14, 2025
3fdef44
Merge remote-tracking branch 'apache/master' into feature-apache-parq…
zhangfengcdt Apr 14, 2025
91e9d26
fix unit tests
zhangfengcdt Apr 14, 2025
af23c11
add update + merge test cases with NaN inputs
zhangfengcdt Apr 14, 2025
819b3e3
Merge remote-tracking branch 'apache/master' into feature-apache-parq…
zhangfengcdt Apr 24, 2025
d8ffe0e
address some pr comments
zhangfengcdt Apr 24, 2025
e88268d
add test to TestTypeBuilders
zhangfengcdt Apr 24, 2025
398dd0b
add more tests and fix some comments
zhangfengcdt Apr 24, 2025
efe8875
fix fmt
zhangfengcdt Apr 24, 2025
455d15b
fix the test dependency issue
zhangfengcdt Apr 24, 2025
5e6579f
fix dependency issue
zhangfengcdt Apr 24, 2025
eecd915
clean up the code and add more unit tests
zhangfengcdt Apr 25, 2025
5c63b4e
Merge remote-tracking branch 'apache/master' into feature-apache-parq…
zhangfengcdt Apr 29, 2025
ccd0715
address pr comments
zhangfengcdt May 5, 2025
ef8e343
address pr comment to only check the first coordinate for types update
zhangfengcdt May 12, 2025
81eb57d
change the behavior of merge null or invalid statistics
zhangfengcdt May 12, 2025
e904e3e
change null or invalid only
zhangfengcdt May 12, 2025
882ef38
address review comments - part 1
zhangfengcdt May 14, 2025
e9d2426
address review comments - part 2
zhangfengcdt May 14, 2025
7955496
address review comments
zhangfengcdt May 14, 2025
74e94ab
fix tests
zhangfengcdt May 14, 2025
9f3d31a
update the test to reflect the changes of "Failed to parse WKB geomet…
zhangfengcdt May 14, 2025
136bbf4
fix testInvalidGeometryPresented
zhangfengcdt May 14, 2025
945ecdf
fix spotless errors
zhangfengcdt May 14, 2025
f5dd1d0
address review comments - part 1
zhangfengcdt May 16, 2025
dbc8798
add validity check before checkking any bbox values
zhangfengcdt May 16, 2025
33d3b77
split xy into x and y for valid and empty check
zhangfengcdt May 16, 2025
1957dca
fix scala fmt issue
zhangfengcdt May 16, 2025
aec732e
rename geometry package to geospatial package
zhangfengcdt May 16, 2025
476dfff
clean up code
zhangfengcdt May 16, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions parquet-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ Usage: parquet [options] [command] [command options]
Rewrite one or more Parquet files to a new Parquet file
size-stats
Print size statistics for a Parquet file
geospatial-stats
Print geospatial statistics for a Parquet file

Examples:

Expand Down
2 changes: 2 additions & 0 deletions parquet-cli/src/main/java/org/apache/parquet/cli/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
import org.apache.parquet.cli.commands.ShowColumnIndexCommand;
import org.apache.parquet.cli.commands.ShowDictionaryCommand;
import org.apache.parquet.cli.commands.ShowFooterCommand;
import org.apache.parquet.cli.commands.ShowGeospatialStatisticsCommand;
import org.apache.parquet.cli.commands.ShowPagesCommand;
import org.apache.parquet.cli.commands.ShowSizeStatisticsCommand;
import org.apache.parquet.cli.commands.ToAvroCommand;
Expand Down Expand Up @@ -107,6 +108,7 @@ public class Main extends Configured implements Tool {
jc.addCommand("scan", new ScanCommand(console));
jc.addCommand("rewrite", new RewriteCommand(console));
jc.addCommand("size-stats", new ShowSizeStatisticsCommand(console));
jc.addCommand("geospatial-stats", new ShowGeospatialStatisticsCommand(console));
}

@Override
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.parquet.cli.commands;

import com.beust.jcommander.Parameter;
import com.beust.jcommander.Parameters;
import com.google.common.base.Preconditions;
import com.google.common.collect.Lists;
import java.io.IOException;
import java.util.List;
import org.apache.commons.text.TextStringBuilder;
import org.apache.parquet.cli.BaseCommand;
import org.apache.parquet.column.statistics.geospatial.GeospatialStatistics;
import org.apache.parquet.hadoop.ParquetFileReader;
import org.apache.parquet.hadoop.metadata.BlockMetaData;
import org.apache.parquet.hadoop.metadata.ColumnChunkMetaData;
import org.apache.parquet.hadoop.metadata.ParquetMetadata;
import org.apache.parquet.schema.MessageType;
import org.slf4j.Logger;

@Parameters(commandDescription = "Print geospatial statistics for a Parquet file")
public class ShowGeospatialStatisticsCommand extends BaseCommand {

public ShowGeospatialStatisticsCommand(Logger console) {
super(console);
}

@Parameter(description = "<parquet path>")
List<String> targets;

@Override
@SuppressWarnings("unchecked")
public int run() throws IOException {
Preconditions.checkArgument(targets != null && !targets.isEmpty(), "A Parquet file is required.");
Preconditions.checkArgument(targets.size() == 1, "Cannot process multiple Parquet files.");

String source = targets.get(0);
try (ParquetFileReader reader = ParquetFileReader.open(getConf(), qualifiedPath(source))) {
ParquetMetadata footer = reader.getFooter();
MessageType schema = footer.getFileMetaData().getSchema();

console.info("\nFile path: {}", source);

List<BlockMetaData> rowGroups = footer.getBlocks();
for (int index = 0, n = rowGroups.size(); index < n; index++) {
printRowGroupGeospatialStats(console, index, rowGroups.get(index), schema);
console.info("");
}
}

return 0;
}

private void printRowGroupGeospatialStats(Logger console, int index, BlockMetaData rowGroup, MessageType schema) {
int maxColumnWidth = Math.max(
"column".length(),
rowGroup.getColumns().stream()
.map(col -> col.getPath().toString().length())
.max(Integer::compare)
.orElse(0));

console.info(String.format("\nRow group %d\n%s", index, new TextStringBuilder(80).appendPadding(80, '-')));

String formatString = String.format("%%-%ds %%-15s %%-40s", maxColumnWidth);
console.info(String.format(formatString, "column", "bounding box", "geospatial types"));

for (ColumnChunkMetaData column : rowGroup.getColumns()) {
printColumnGeospatialStats(console, column, schema, maxColumnWidth);
}
}

private void printColumnGeospatialStats(
Logger console, ColumnChunkMetaData column, MessageType schema, int columnWidth) {
GeospatialStatistics stats = column.getGeospatialStatistics();

if (stats != null && stats.isValid()) {
String boundingBox =
stats.getBoundingBox() != null ? stats.getBoundingBox().toString() : "-";
String geospatialTypes = stats.getGeospatialTypes() != null
? stats.getGeospatialTypes().toString()
: "-";
String formatString = String.format("%%-%ds %%-15s %%-40s", columnWidth);
console.info(String.format(formatString, column.getPath(), boundingBox, geospatialTypes));
} else {
String formatString = String.format("%%-%ds %%-15s %%-40s", columnWidth);
console.info(String.format(formatString, column.getPath(), "-", "-"));
}
}

@Override
public List<String> getExamples() {
return Lists.newArrayList("# Show geospatial statistics for a Parquet file", "sample.parquet");
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.parquet.cli.commands;

import java.io.File;
import java.io.IOException;
import java.util.Arrays;
import org.apache.hadoop.conf.Configuration;
import org.junit.Assert;
import org.junit.Test;

public class ShowGeospatialStatisticsCommandTest extends ParquetFileTest {
@Test
public void testShowGeospatialStatisticsCommand() throws IOException {
File file = parquetFile();
ShowGeospatialStatisticsCommand command = new ShowGeospatialStatisticsCommand(createLogger());
command.targets = Arrays.asList(file.getAbsolutePath());
command.setConf(new Configuration());
Assert.assertEquals(0, command.run());
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
import org.apache.parquet.column.ParquetProperties;
import org.apache.parquet.column.statistics.SizeStatistics;
import org.apache.parquet.column.statistics.Statistics;
import org.apache.parquet.column.statistics.geospatial.GeospatialStatistics;
import org.apache.parquet.column.values.bloomfilter.AdaptiveBlockSplitBloomFilter;
import org.apache.parquet.column.values.bloomfilter.BlockSplitBloomFilter;
import org.apache.parquet.column.values.bloomfilter.BloomFilter;
Expand All @@ -42,6 +43,7 @@ class ColumnValueCollector {
private BloomFilter bloomFilter;
private Statistics<?> statistics;
private SizeStatistics.Builder sizeStatisticsBuilder;
private GeospatialStatistics.Builder geospatialStatisticsBuilder;

ColumnValueCollector(ColumnDescriptor path, BloomFilterWriter bloomFilterWriter, ParquetProperties props) {
this.path = path;
Expand All @@ -60,6 +62,9 @@ void resetPageStatistics() {
path.getPrimitiveType(), path.getMaxRepetitionLevel(), path.getMaxDefinitionLevel())
: SizeStatistics.noopBuilder(
path.getPrimitiveType(), path.getMaxRepetitionLevel(), path.getMaxDefinitionLevel());
this.geospatialStatisticsBuilder = statisticsEnabled
? GeospatialStatistics.newBuilder(path.getPrimitiveType())
: GeospatialStatistics.noopBuilder();
}

void writeNull(int repetitionLevel, int definitionLevel) {
Expand Down Expand Up @@ -99,6 +104,7 @@ void write(double value, int repetitionLevel, int definitionLevel) {
void write(Binary value, int repetitionLevel, int definitionLevel) {
statistics.updateStats(value);
sizeStatisticsBuilder.add(repetitionLevel, definitionLevel, value);
geospatialStatisticsBuilder.update(value);
bloomFilter.insertHash(bloomFilter.hash(value));
}

Expand Down Expand Up @@ -199,4 +205,8 @@ Statistics<?> getStatistics() {
SizeStatistics getSizeStatistics() {
return sizeStatisticsBuilder.build();
}

GeospatialStatistics getGeospatialStatistics() {
return geospatialStatisticsBuilder.build();
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
import org.apache.parquet.column.page.PageWriter;
import org.apache.parquet.column.statistics.SizeStatistics;
import org.apache.parquet.column.statistics.Statistics;
import org.apache.parquet.column.statistics.geospatial.GeospatialStatistics;
import org.apache.parquet.column.values.ValuesWriter;
import org.apache.parquet.column.values.bloomfilter.BloomFilterWriter;
import org.apache.parquet.io.ParquetEncodingException;
Expand Down Expand Up @@ -380,6 +381,7 @@ void writePage() {
valueCount,
collector.getStatistics(),
collector.getSizeStatistics(),
collector.getGeospatialStatistics(),
repetitionLevelColumn,
definitionLevelColumn,
dataColumn);
Expand All @@ -403,6 +405,7 @@ abstract void writePage(
int valueCount,
Statistics<?> statistics,
SizeStatistics sizeStatistics,
GeospatialStatistics geospatialStatistics,
ValuesWriter repetitionLevels,
ValuesWriter definitionLevels,
ValuesWriter values)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
import org.apache.parquet.column.page.PageWriter;
import org.apache.parquet.column.statistics.SizeStatistics;
import org.apache.parquet.column.statistics.Statistics;
import org.apache.parquet.column.statistics.geospatial.GeospatialStatistics;
import org.apache.parquet.column.values.ValuesWriter;
import org.apache.parquet.column.values.bloomfilter.BloomFilterWriter;

Expand Down Expand Up @@ -62,6 +63,7 @@ void writePage(
int valueCount,
Statistics<?> statistics,
SizeStatistics sizeStatistics,
GeospatialStatistics geospatialStatistics,
ValuesWriter repetitionLevels,
ValuesWriter definitionLevels,
ValuesWriter values)
Expand All @@ -72,6 +74,7 @@ void writePage(
rowCount,
statistics,
sizeStatistics,
geospatialStatistics,
repetitionLevels.getEncoding(),
definitionLevels.getEncoding(),
values.getEncoding());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
import org.apache.parquet.column.page.PageWriter;
import org.apache.parquet.column.statistics.SizeStatistics;
import org.apache.parquet.column.statistics.Statistics;
import org.apache.parquet.column.statistics.geospatial.GeospatialStatistics;
import org.apache.parquet.column.values.ValuesWriter;
import org.apache.parquet.column.values.bitpacking.DevNullValuesWriter;
import org.apache.parquet.column.values.bloomfilter.BloomFilterWriter;
Expand Down Expand Up @@ -88,6 +89,7 @@ void writePage(
int valueCount,
Statistics<?> statistics,
SizeStatistics sizeStatistics,
GeospatialStatistics geospatialStatistics,
ValuesWriter repetitionLevels,
ValuesWriter definitionLevels,
ValuesWriter values)
Expand All @@ -105,6 +107,7 @@ void writePage(
encoding,
bytes,
statistics,
sizeStatistics);
sizeStatistics,
geospatialStatistics);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
import org.apache.parquet.column.Encoding;
import org.apache.parquet.column.statistics.SizeStatistics;
import org.apache.parquet.column.statistics.Statistics;
import org.apache.parquet.column.statistics.geospatial.GeospatialStatistics;

/**
* a writer for all the pages of a given column chunk
Expand Down Expand Up @@ -86,6 +87,7 @@ void writePage(
* @param valuesEncoding values encoding
* @throws IOException
*/
@Deprecated
default void writePage(
BytesInput bytesInput,
int valueCount,
Expand All @@ -99,6 +101,33 @@ default void writePage(
throw new UnsupportedOperationException("writePage with SizeStatistics is not implemented");
}

/**
* writes a single page
* @param bytesInput the bytes for the page
* @param valueCount the number of values in that page
* @param rowCount the number of rows in that page
* @param statistics the statistics for that page
* @param sizeStatistics the size statistics for that page
* @param geospatialStatistics the geospatial statistics for that page
* @param rlEncoding repetition level encoding
* @param dlEncoding definition level encoding
* @param valuesEncoding values encoding
* @throws IOException
*/
default void writePage(
BytesInput bytesInput,
int valueCount,
int rowCount,
Statistics<?> statistics,
SizeStatistics sizeStatistics,
GeospatialStatistics geospatialStatistics,
Encoding rlEncoding,
Encoding dlEncoding,
Encoding valuesEncoding)
throws IOException {
throw new UnsupportedOperationException("writePage with GeospatialStatistics is not implemented");
}

/**
* writes a single page in the new format
*
Expand Down Expand Up @@ -136,6 +165,7 @@ void writePageV2(
* @param sizeStatistics optional size stats for this page
* @throws IOException if there is an exception while writing page data
*/
@Deprecated
default void writePageV2(
int rowCount,
int nullCount,
Expand All @@ -150,6 +180,34 @@ default void writePageV2(
throw new UnsupportedOperationException("writePageV2 with SizeStatistics is not implemented");
}

/**
* writes a single page in the new format
* @param rowCount the number of rows in this page
* @param nullCount the number of null values (out of valueCount)
* @param valueCount the number of values in that page (there could be multiple values per row for repeated fields)
* @param repetitionLevels the repetition levels encoded in RLE without any size header
* @param definitionLevels the definition levels encoded in RLE without any size header
* @param dataEncoding the encoding for the data
* @param data the data encoded with dataEncoding
* @param statistics optional stats for this page
* @param sizeStatistics optional size stats for this page
* @throws IOException if there is an exception while writing page data
*/
default void writePageV2(
int rowCount,
int nullCount,
int valueCount,
BytesInput repetitionLevels,
BytesInput definitionLevels,
Encoding dataEncoding,
BytesInput data,
Statistics<?> statistics,
SizeStatistics sizeStatistics,
GeospatialStatistics geospatialStatistics)
throws IOException {
throw new UnsupportedOperationException("writePageV2 with GeospatialStatistics is not implemented");
}

/**
* @return the current size used in the memory buffer for that column chunk
*/
Expand Down
Loading